@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{box-sizing:border-box}.components-badge *,.components-badge :after,.components-badge :before{box-sizing:inherit}.components-badge{background-color:color-mix(in srgb,#fff 90%,var(--base-color));border-radius:2px;color:color-mix(in srgb,#000 50%,var(--base-color));display:inline-block;line-height:0;max-width:100%;min-height:24px;padding:2px 8px}.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__flex-wrapper{align-items:center;display:inline-flex;font-size:12px;font-weight:400;gap:2px;line-height:20px;max-width:100%}.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{appearance:none;background:none;border:0;cursor:pointer;display:inline-flex;font-family:inherit;font-size:13px;font-weight:499;margin:0;text-decoration:none}@media not (prefers-reduced-motion){.components-button{transition:box-shadow .1s linear}}.components-button{align-items:center;border-radius:2px;box-sizing:border-box;color:var(--wp-components-color-foreground,#1e1e1e);height:36px;padding:4px 12px}.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(:active){box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.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(:active){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(:active){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:not(:active){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));font-weight:400;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{height:auto}.components-button.is-link:focus{border-radius:2px}.components-button.is-link:disabled,.components-button.is-link[aria-disabled=true]{color:#949494}.components-button:focus{outline:3px solid #0000}.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}@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-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%}.components-button.is-compact{height:32px}.components-button.is-compact.has-icon:not(.has-text){min-width:32px;padding:0}.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}.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.has-icon.has-text.has-icon-right{padding-left:12px;padding-right:8px}.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(:active){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-pressed:focus{outline:2px solid #0000}.components-button svg{fill:currentColor;flex-shrink:0;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-calendar{background-color:var(--wp-components-color-background,#fff);color:var(--wp-components-color-foreground,#1e1e1e);display:inline-block;font-size:13px;font-weight:400;position:relative;z-index:0}.components-calendar,.components-calendar *,.components-calendar :after,.components-calendar :before{box-sizing:border-box}.components-calendar__day{padding:0;position:relative}.components-calendar__day:has(.components-calendar__day-button:disabled){color:var(--wp-components-color-gray-400,#ccc)}.components-calendar__day:has(.components-calendar__day-button:focus-visible),.components-calendar__day:has(.components-calendar__day-button:hover:not(:disabled)){color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-calendar__day-button{align-items:center;background:none;border:none;border-radius:2px;color:inherit;cursor:pointer;display:flex;font:inherit;font-variant-numeric:tabular-nums;height:32px;justify-content:center;margin:0;padding:0;position:relative;width:32px}.components-calendar__day-button:before{border:none;border-radius:2px;content:"";inset:0;position:absolute;z-index:-1}.components-calendar__day-button:after{content:"";inset:0;pointer-events:none;position:absolute;z-index:1}.components-calendar__day-button:disabled{cursor:revert}@media (forced-colors:active){.components-calendar__day-button:disabled{text-decoration:line-through}}.components-calendar__day-button:focus-visible{outline:var(--wp-admin-border-width-focus) solid var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline-offset:1px}.components-calendar__caption-label{align-items:center;border:0;display:inline-flex;position:relative;text-transform:capitalize;white-space:nowrap;z-index:1}.components-calendar__button-next,.components-calendar__button-previous{align-items:center;appearance:none;background:none;border:none;border-radius:2px;color:inherit;cursor:pointer;display:inline-flex;height:32px;justify-content:center;margin:0;padding:0;position:relative;width:32px}.components-calendar__button-next:disabled,.components-calendar__button-next[aria-disabled=true],.components-calendar__button-previous:disabled,.components-calendar__button-previous[aria-disabled=true]{color:var(--wp-components-color-gray-600,#949494);cursor:revert}.components-calendar__button-next:focus-visible,.components-calendar__button-previous:focus-visible{outline:var(--wp-admin-border-width-focus) solid var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-calendar__chevron{fill:currentColor;display:inline-block;height:16px;width:16px}.components-calendar[dir=rtl] .components-calendar__nav .components-calendar__chevron{transform:rotate(180deg);transform-origin:50%}.components-calendar__month-caption{align-content:center;display:flex;height:32px;justify-content:center;margin-bottom:12px}.components-calendar__months{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;max-width:fit-content;position:relative}.components-calendar__month-grid{border-collapse:initial;border-spacing:0 4px}.components-calendar__nav{align-items:center;display:flex;height:32px;inset-block-start:0;inset-inline-end:0;inset-inline-start:0;justify-content:space-between;position:absolute}.components-calendar__weekday{color:var(--wp-components-color-gray-700,#757575);height:32px;padding:0;text-align:center;text-transform:uppercase;width:32px}.components-calendar__day--today:after{border:2px solid;border-radius:50%;content:"";height:0;inset-block-start:2px;inset-inline-end:2px;position:absolute;width:0;z-index:1}.components-calendar__day--selected:not(.components-calendar__range-middle):has(.components-calendar__day-button,.components-calendar__day-button:hover:not(:disabled)){color:var(--wp-components-color-foreground-inverted,#fff)}.components-calendar__day--selected:not(.components-calendar__range-middle) .components-calendar__day-button:before{background-color:var(--wp-components-color-foreground,#1e1e1e);border:1px solid #0000}.components-calendar__day--selected:not(.components-calendar__range-middle) .components-calendar__day-button:disabled:before{background-color:var(--wp-components-color-gray-600,#949494)}.components-calendar__day--selected:not(.components-calendar__range-middle) .components-calendar__day-button:hover:not(:disabled):before{background-color:var(--wp-components-color-gray-800,#2f2f2f)}.components-calendar__day--hidden{visibility:hidden}.components-calendar__range-start:not(.components-calendar__range-end) .components-calendar__day-button,.components-calendar__range-start:not(.components-calendar__range-end) .components-calendar__day-button:before{border-end-end-radius:0;border-start-end-radius:0}.components-calendar__range-middle .components-calendar__day-button:before{background-color:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 4%,#0000);border-color:#0000;border-radius:0;border-style:solid;border-width:1px 0}.components-calendar__range-end:not(.components-calendar__range-start) .components-calendar__day-button,.components-calendar__range-end:not(.components-calendar__range-start) .components-calendar__day-button:before{border-end-start-radius:0;border-start-start-radius:0}.components-calendar__day--preview svg{color:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 16%,#0000);inset:0;pointer-events:none;position:absolute}@media (forced-colors:active){.components-calendar__day--preview svg{color:inherit}}.components-calendar[dir=rtl] .components-calendar__day--preview svg{transform:scaleX(-1)}.components-calendar__day--preview.components-calendar__range-middle .components-calendar__day-button:before{border:none}@keyframes slide-in-left{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes slide-in-right{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes slide-out-left{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes slide-out-right{0%{transform:translateX(0)}to{transform:translateX(100%)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}.components-calendar__caption-after-enter,.components-calendar__caption-after-exit,.components-calendar__caption-before-enter,.components-calendar__caption-before-exit,.components-calendar__weeks-after-enter,.components-calendar__weeks-after-exit,.components-calendar__weeks-before-enter,.components-calendar__weeks-before-exit{animation-duration:0s;animation-fill-mode:forwards;animation-timing-function:cubic-bezier(.4,0,.2,1)}@media not (prefers-reduced-motion){.components-calendar__caption-after-enter,.components-calendar__caption-after-exit,.components-calendar__caption-before-enter,.components-calendar__caption-before-exit,.components-calendar__weeks-after-enter,.components-calendar__weeks-after-exit,.components-calendar__weeks-before-enter,.components-calendar__weeks-before-exit{animation-duration:.3s}}.components-calendar[dir=rtl] .components-calendar__weeks-after-enter,.components-calendar__weeks-before-enter{animation-name:slide-in-left}.components-calendar[dir=rtl] .components-calendar__weeks-after-exit,.components-calendar__weeks-before-exit{animation-name:slide-out-left}.components-calendar[dir=rtl] .components-calendar__weeks-before-enter,.components-calendar__weeks-after-enter{animation-name:slide-in-right}.components-calendar[dir=rtl] .components-calendar__weeks-before-exit,.components-calendar__weeks-after-exit{animation-name:slide-out-right}.components-calendar__caption-after-enter{animation-name:fade-in}.components-calendar__caption-after-exit{animation-name:fade-out}.components-calendar__caption-before-enter{animation-name:fade-in}.components-calendar__caption-before-exit{animation-name:fade-out}.components-checkbox-control{--checkbox-input-size:24px}@media (min-width:600px){.components-checkbox-control{--checkbox-input-size:16px}}.components-checkbox-control{--checkbox-input-margin:8px}.components-checkbox-control__label{cursor:pointer;line-height:var(--checkbox-input-size)}.components-checkbox-control__input[type=checkbox]{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;line-height:normal;margin-right:12px;padding:6px 8px;transition:none}@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]::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: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{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f460";display:inline-block;float:left;font:normal 30px/1 dashicons;vertical-align:middle;width:16px}@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}.components-checkbox-control__input[type=checkbox]{appearance:none;background:#fff;clear:none;color:#1e1e1e;cursor:pointer;display:inline-block;height:var(--checkbox-input-size);line-height:0;margin:0 4px 0 0;outline:0;padding:0!important;text-align:center;vertical-align:top;width:var(--checkbox-input-size)}@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: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 8V6H4v2h2zm2 0V6h2v2H8zm2 8H8v-2h2v2zm2 0v-2h2v2h-2zm0 2v-2h-2v2H8v2h2v-2h2zm2 0v2h-2v-2h2zm2 0h-2v-2h2v2z'/%3E%3Cpath fill='%23555D65' fill-rule='evenodd' d='M18 18h2v-2h-2v-2h2v-2h-2v-2h2V8h-2v2h-2V8h-2v2h2v2h-2v2h2v2h2v2zm-2-4v-2h2v2h-2z' clip-rule='evenodd'/%3E%3Cpath fill='%23555D65' d='M18 18v2h-2v-2h2z'/%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-2v2H8zm0 2v-2H6v2h2zm2 0v-2h2v2h-2zm0 2v-2H8v2H6v2h2v2H6v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h-2v2h-2V6h-2v2h-2v2h2v2h-2v2h-2z' 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-2v2H8V0H6v2H4V0zm0 4V2H2v2h2zm2 0V2h2v2H6zm0 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-2v2H8v2H6z' 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;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{cursor:pointer}.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]{background:var(--wp-components-color-background,#fff);border:none;box-shadow:none;color:var(--wp-components-color-foreground,#1e1e1e);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{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;line-height:normal;padding:6px 8px}@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-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-combobox-control__suggestions-container::placeholder{color:#1e1e1e9e}.components-combobox-control__suggestions-container{align-items:flex-start;display:flex;flex-wrap:wrap;padding:0;width:100%}.components-combobox-control__suggestions-container:focus-within{border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));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}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{fill:currentColor;line-height:0;margin:0 auto 8px;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;font-weight:400;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:32px;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:hover:not(:disabled):not([aria-disabled=true]),.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;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{overflow:hidden}.components-form-toggle .components-form-toggle__track:after{border-top:16px solid #0000;box-sizing:border-box;content:"";inset: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__track:after{opacity:0}.components-form-toggle .components-form-toggle__thumb{border-radius:50%;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 .components-form-toggle__thumb{background-color:#1e1e1e;border:6px solid #0000;box-shadow:0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003}.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;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-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-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-form-token-field__input-container::placeholder{color:#1e1e1e9e}.components-form-token-field__input-container{cursor:text;padding:0;width:100%}.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-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));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:var(--wp-components-color-foreground,#1e1e1e);display:inline-block;flex:1;font-family:inherit;font-size:16px;line-height:1;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{flex:1 0 100%;max-height:128px;min-width:100%;overflow-y:auto}@media not (prefers-reduced-motion){.components-form-token-field__suggestions-list{transition:all .15s ease-in-out}}.components-form-token-field__suggestions-list{box-shadow:inset 0 1px 0 0 #949494;list-style:none;margin:0;padding:0}.components-form-token-field__suggestion{box-sizing:border-box;color:var(--wp-components-color-foreground,#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:var(--wp-components-color-foreground-inverted,#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-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 4%,#0000)}.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:64px;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-guide__container{display:flex;flex-direction:column;justify-content:space-between;margin-top:-64px;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 24px;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:24px}.components-button.components-guide__finish-button,.components-button.components-guide__forward-button{right:24px}[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{box-shadow:inset 0 0 0 calc(var(--wp-admin-border-width-focus)*2/var(--wp-block-editor-iframe-zoom-out-scale, 1) + .5px) #ffffffb3;outline-color:var(--wp-admin-theme-color);outline-offset:calc(var(--wp-admin-border-width-focus)*-2/var(--wp-block-editor-iframe-zoom-out-scale, 1));outline-style:solid;outline-width:calc(var(--wp-admin-border-width-focus)*2/var(--wp-block-editor-iframe-zoom-out-scale, 1))}.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:499;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{font-weight:400;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{box-sizing:border-box}.components-modal__frame *,.components-modal__frame :after,.components-modal__frame :before{box-sizing:inherit}.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;color:#1e1e1e;display:flex;margin:40px 0 0;overflow:hidden;width:100%}.components-modal__frame h1,.components-modal__frame h2,.components-modal__frame h3{color:#1e1e1e}@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% - 128px);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%}}.components-modal__frame.is-full-screen :where(.components-modal__content){display:flex;margin-bottom:24px;padding-bottom:0}.components-modal__frame.is-full-screen :where(.components-modal__content)>:last-child{flex:1}@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;position:absolute;top:0;width:100%;z-index:10}.components-modal__header .components-modal__header-heading{font-size:20px;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:flex-start}.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 24px 24px}.components-modal__content.hide-header{margin-top:0;padding-top:24px}.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-dismissible .components-notice__content{margin-right:25px}.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-bottom:4px;margin-top:4px}.components-notice__actions{align-items:center;display:flex;flex-wrap:wrap;gap:12px;margin-top:12px}.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-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:499;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{height:auto}.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{fill:currentColor;color:#1e1e1e;position:absolute;right:16px;top:50%;transform:translateY(-50%)}@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{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{-webkit-font-smoothing:subpixel-antialiased;align-items:flex-start;background-color:#fff;border-radius:2px;box-shadow:inset 0 0 0 1px #1e1e1e;box-sizing:border-box;color:#1e1e1e;display:flex;flex-direction:column;font-size:13px;gap:16px;margin:0;outline:1px solid #0000;padding:24px;position:relative;text-align:left;width:100%}.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{fill:currentColor;margin-right:4px}@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;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]::placeholder{color:#1e1e1e9e}.components-placeholder__input[type=url]{flex:1 1 auto}.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{backdrop-filter:blur(100px);backface-visibility:hidden;background-color:initial;border-radius:0;box-shadow:none;color:inherit;display:flex}.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}.components-placeholder.has-illustration{overflow:hidden}.is-selected .components-placeholder.has-illustration{overflow:auto}.components-placeholder__preview{display:flex;justify-content:center}.components-placeholder__illustration{stroke:currentColor;box-sizing:initial;height:100%;left:50%;opacity:.25;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}.components-popover{box-sizing:border-box}.components-popover *,.components-popover :after,.components-popover :before{box-sizing:inherit}.components-popover{will-change:transform;z-index:1000000}.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]{border:1px solid #1e1e1e;border-radius:50%;grid-column:1;grid-row:1;height:24px;margin-right:12px;max-width:24px;min-width:24px;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]{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]{appearance:none;cursor:pointer;display:inline-flex;margin:0;padding:0}.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;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__side-handle:before{opacity:0}.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)}}.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}.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{-webkit-tap-highlight-color:#fff0!important;outline:0}.components-snackbar{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,.components-snackbar__action.components-external-link{color:#fff;flex-shrink:0;margin-left:32px}.components-snackbar__action.components-button:focus,.components-snackbar__action.components-external-link:focus{box-shadow:none;outline:1px dotted #fff}.components-snackbar__action.components-button:hover,.components-snackbar__action.components-external-link: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:400;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]{background:var(--wp-components-color-background,#fff);border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;color:var(--wp-components-color-foreground,#1e1e1e);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-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-text-control__input::placeholder,.components-text-control__input[type=color]::placeholder,.components-text-control__input[type=date]::placeholder,.components-text-control__input[type=datetime-local]::placeholder,.components-text-control__input[type=datetime]::placeholder,.components-text-control__input[type=email]::placeholder,.components-text-control__input[type=month]::placeholder,.components-text-control__input[type=number]::placeholder,.components-text-control__input[type=password]::placeholder,.components-text-control__input[type=tel]::placeholder,.components-text-control__input[type=text]::placeholder,.components-text-control__input[type=time]::placeholder,.components-text-control__input[type=url]::placeholder,.components-text-control__input[type=week]::placeholder{color:#1e1e1e9e}.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-color:var(--wp-components-color-gray-600,#949494)}.components-text-control__input::placeholder,.components-text-control__input[type=color]::placeholder,.components-text-control__input[type=date]::placeholder,.components-text-control__input[type=datetime-local]::placeholder,.components-text-control__input[type=datetime]::placeholder,.components-text-control__input[type=email]::placeholder,.components-text-control__input[type=month]::placeholder,.components-text-control__input[type=number]::placeholder,.components-text-control__input[type=password]::placeholder,.components-text-control__input[type=tel]::placeholder,.components-text-control__input[type=text]::placeholder,.components-text-control__input[type=time]::placeholder,.components-text-control__input[type=url]::placeholder,.components-text-control__input[type=week]::placeholder{color:color-mix(in srgb,var(--wp-components-color-foreground,#1e1e1e),#0000 38%)}.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{fill:#f0b849;align-self:center;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 var(--wp-components-color-foreground,#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:var(--wp-components-color-foreground,#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:var(--wp-components-color-background,#fff);border-right:1px solid var(--wp-components-color-foreground,#1e1e1e);display:inline-flex;flex-shrink:0;flex-wrap:wrap;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{line-height: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:var(--wp-components-color-background,#fff);border:1px solid var(--wp-components-color-foreground,#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}.components-validated-control:has(:is(input,select):invalid[data-validity-visible]) .components-input-control__backdrop{--wp-components-color-accent:#cc1818;border-color:#cc1818}.components-validated-control :is(textarea,input[type=text]):invalid[data-validity-visible]{--wp-admin-theme-color:#cc1818;--wp-components-color-accent:#cc1818;border-color:#cc1818}.components-validated-control .components-combobox-control__suggestions-container:has(input:invalid[data-validity-visible]):not(:has([aria-expanded=true])){--wp-components-color-accent:#cc1818}.components-validated-control__wrapper-with-error-delegate{position:relative}.components-validated-control__wrapper-with-error-delegate:has(select:invalid[data-validity-visible]) .components-input-control__backdrop{--wp-components-color-accent:#cc1818;border-color:#cc1818}.components-validated-control__wrapper-with-error-delegate:has(input[type=radio]:invalid[data-validity-visible]){--wp-components-color-accent:#cc1818}.components-validated-control__wrapper-with-error-delegate:has(input:invalid[data-validity-visible]) .components-form-token-field__input-container:not(:has([aria-expanded=true])){--wp-components-color-accent:#cc1818;border-color:#cc1818}.components-validated-control__error-delegate{height:100%;opacity:0;pointer-events:none;position:absolute;top:0;width:100%}.components-validated-control__indicator{align-items:flex-start;animation:components-validated-control__indicator-jump .2s cubic-bezier(.68,-.55,.27,1.55);color:var(--wp-components-color-gray-700,#757575);display:flex;font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:12px;gap:4px;line-height:16px;margin:8px 0 0}.components-validated-control__indicator.is-invalid{color:#cc1818}.components-validated-control__indicator.is-valid{color:color-mix(in srgb,#000 30%,#4ab866)}.components-validated-control__indicator-icon{flex-shrink:0}.components-validated-control__indicator-spinner{height:12px;margin:2px;width:12px}@keyframes components-validated-control__indicator-jump{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}: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.0384615385,68.7307692308,230.4615384615;--wp-admin-theme-color-darker-20:#183ad6;--wp-admin-theme-color-darker-20--rgb:23.6923076923,58.1538461538,214.3076923077;--wp-admin-border-width-focus:2px}@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% - 128px);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:88px;width:160px}.preferences__tabs-tabpanel{margin-left:160px;padding-left:24px}@media (max-width:781px){.preferences__provider{height:100%}}.preferences-modal__section{border:0;margin:0 0 2.5rem;padding:0}.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-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--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,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@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;position:relative}.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{background:#0000;border:none;cursor:pointer;height:100%;padding-left:12px;padding-right:32px;width:100%}.block-editor-global-styles-background-panel__reset{margin:auto 8px;opacity:0;position:absolute;right:0;top:8px}@media not (prefers-reduced-motion){.block-editor-global-styles-background-panel__reset{transition:opacity .1s ease-in-out}}.block-editor-global-styles-background-panel__reset.block-editor-global-styles-background-panel__reset{border-radius:2px}.block-editor-global-styles-background-panel__dropdown-toggle:hover+.block-editor-global-styles-background-panel__reset,.block-editor-global-styles-background-panel__reset:focus,.block-editor-global-styles-background-panel__reset:hover{opacity:1}@media (hover:none){.block-editor-global-styles-background-panel__reset{opacity:1}}.block-editor-global-styles-background-panel__inspector-media-replace-title{text-align:start;white-space:normal;word-break:break-all}.block-editor-global-styles-background-panel__inspector-image-indicator{background:#fff linear-gradient(-45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0);background-size:cover;border-radius:2px;box-shadow:inset 0 0 0 1px #0003;height:20px;outline:1px solid #0000;width:20px}.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]{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)}}iframe[name=editor-canvas]{background-color:var(--wp-editor-canvas-background)}.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 .block-editor-html-element-control:where(:not(:last-child)),.block-editor-block-inspector .block-editor-image-size-control:where(:not(:last-child)),.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 .block-editor-html-element-control .components-base-control,.block-editor-block-inspector .block-editor-image-size-control .components-base-control,.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-inspector-edit-contents{margin:0 16px 16px}.block-editor-block-inspector-edit-contents .block-editor-block-inspector-edit-contents__button{justify-content:center}.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;position:absolute;will-change:transform}@media (min-width:480px){.block-editor-block-list__insertion-point-inserter{display:flex}}.block-editor-block-list__insertion-point-inserter{justify-content:center;left:calc(50% - 12px);top:calc(50% - 12px)}.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-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:after{display:none}.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-parent-selector:after{display:inline-flex}.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-tools--is-dragging>.popover-slot{display:none}.block-editor-block-lock-modal{z-index:1000001}.block-editor-block-lock-modal__options{border:0;margin:0;padding:0}.block-editor-block-lock-modal__options legend{margin-bottom:16px;padding:0}.block-editor-block-lock-modal__checklist{list-style:none;margin:0;padding: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{fill:#1e1e1e;flex-shrink:0;margin-right:12px}.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-allowed-blocks-control:not(:only-child){margin-top:16px}.block-editor-block-allowed-blocks-control__button{justify-content:center;width:100%}.block-editor-block-allowed-blocks-modal{z-index:1000001}.block-editor-block-allowed-blocks-modal__actions{background-color:#fff;border-top:1px solid #ddd;bottom:-24px;left:0;margin:0 -24px -24px;padding:16px 24px;position:sticky;z-index:1}.block-editor-block-breadcrumb{list-style:none;margin:0;padding:0}.block-editor-block-breadcrumb li{display:inline-flex;margin:0;white-space:nowrap}.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{color:#1e1e1e;padding:16px}.block-editor-block-card.is-parent{padding-bottom:4px}.block-editor-block-card.is-child{padding-top:4px}.block-editor-block-card__parent-select-button{align-items:start;height:auto!important;padding:0;text-align:start}.block-editor-block-card__title{align-items:center;display:flex;flex-wrap:wrap;font-weight:499;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,.block-editor-block-card__child-indicator-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__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{fill:#1e1e1e;margin-right:10px}.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:499;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-quick-navigation__item{font-weight:400}.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{grid-column:1/-1}.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}.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:499;margin-bottom:12px;text-transform:uppercase}.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-radius:2px;height:100%}@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{border:1px solid #0000;position:relative}.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:64px;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%}@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{z-index:100}.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{box-sizing:border-box;padding:0 16px 16px}.block-editor-block-variation-transforms:where(fieldset){border:0;margin:0;min-inline-size:0}.block-editor-block-variation-transforms__button{justify-content:center;width:100%}.components-border-radius-control__header{height:16px;margin-bottom:12px}.components-border-radius-control{border:0;margin:0 0 12px;padding:0}.components-border-radius-control legend{margin-bottom:0}.components-border-radius-control .components-border-radius-control__linked-button{display:flex;justify-content:center}.components-border-radius-control .components-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{border:0;margin:0;min-width:0;padding: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{min-height:160px}.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(1of .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(1of .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)}.block-editor-fit-text-size-warning{margin:8px 0 0}.block-editor-fit-text-size-warning .components-notice__content{margin-right:0}.components-font-appearance-control [role=option]{color:#1e1e1e;text-transform:capitalize}.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{border:1px solid #ddd;border-radius:2px;display:block;padding:0;position:relative}.block-editor-global-styles-filters-panel__dropdown-toggle,.block-editor-global-styles__shadow-dropdown-toggle{padding:8px;width:100%}.block-editor-global-styles-filters-panel__dropdown-toggle.is-open,.block-editor-global-styles__shadow-dropdown-toggle.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__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}@media not (prefers-reduced-motion){.block-editor-global-styles__shadow-indicator{transition:transform .1s ease}}.block-editor-global-styles__shadow-indicator{will-change:transform}.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{margin-bottom:16px}.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:-4px}}.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-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;justify-content:center;padding:8px;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{height:auto;position:relative}.components-button.block-editor-block-types-list__item:disabled,.components-button.block-editor-block-types-list__item[aria-disabled=true]{cursor:default;opacity:.6}.components-button.block-editor-block-types-list__item:not(:disabled,[aria-disabled=true]):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,[aria-disabled=true]):hover svg{color:var(--wp-admin-theme-color)!important}.components-button.block-editor-block-types-list__item:not(:disabled,[aria-disabled=true]):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,[aria-disabled=true]).is-active{background:#1e1e1e;color:#fff;outline:2px solid #0000;outline-offset:-2px}.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)}.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}.modal-open .block-editor-inspector-list-view-content-popover{z-index:99999}.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__preview{flex-wrap:wrap;gap:4px}.show-icon-labels .block-editor-link-control .block-editor-link-control__preview .components-button.has-icon{padding:4px;width:auto}.show-icon-labels .block-editor-link-control .block-editor-link-control__preview .block-editor-link-control_link-information{margin-right:0;min-width:100%}.block-editor-link-control__search-input-wrapper{margin-bottom:8px;position:relative}.block-editor-link-control__help{color:#757575;font-size:12px;font-style:normal;margin-bottom:0;margin-top:-8px;padding:0 16px}.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;white-space:nowrap}.block-editor-link-control__search-item[aria-selected]{background:#f0f0f0}.block-editor-link-control__preview{background:#0000;border:0;padding:16px}.block-editor-link-control__preview .block-editor-link-control__link-information{margin-right:8px;overflow-wrap:break-word;white-space:pre-wrap}.block-editor-link-control__preview .block-editor-link-control__link-information .block-editor-link-control__preview-info{color:#757575;font-size:12px;line-height:1.1;word-break:break-all}.block-editor-link-control__preview.is-url-title .block-editor-link-control__preview-title{word-break:break-all}.block-editor-link-control__preview .block-editor-link-control__preview-icon,.block-editor-link-control__preview .block-editor-link-control__preview-image{background-color:#f0f0f0;border-radius:2px;flex-shrink:0;height:32px;position:relative;width:32px}.block-editor-link-control__preview .block-editor-link-control__preview-icon img{width:16px}.block-editor-link-control__preview.is-error .block-editor-link-control__preview-icon{max-height:32px;top:0;width:32px}.block-editor-link-control__preview .block-editor-link-control__preview-title{line-height:1.1}.block-editor-link-control__preview .block-editor-link-control__preview-title:focus{box-shadow:none}.block-editor-link-control__preview .block-editor-link-control__preview-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__preview .block-editor-link-control__preview-title mark{background-color:initial;color:inherit;font-weight:600}.block-editor-link-control__preview .block-editor-link-control__preview-title span{font-weight:400}.block-editor-link-control__preview .block-editor-link-control__preview-title .components-external-link__icon{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.block-editor-link-control__preview.is-fetching .block-editor-link-control__preview-icon img,.block-editor-link-control__preview.is-fetching .block-editor-link-control__preview-icon svg{opacity:0}.block-editor-link-control__preview.is-fetching .block-editor-link-control__preview-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__preview.is-fetching .block-editor-link-control__preview-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__preview-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__settings{border:0;margin:0;padding:0}.block-editor-link-control__setting{flex:1;margin-bottom:0;padding:8px 24px}.block-editor-link-control__setting .components-base-control:not(.components-input-control) .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{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=true] svg{transform:rotate(90deg)}.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)}.link-preview-button.components-button{border-color:#949494;box-shadow:inset 0 0 0 1px #949494;height:auto;padding:12px;width:100%}.link-preview-button__image-container{flex-shrink:0;height:24px;width:24px}.link-preview-button__image{border-radius:2px;height:100%;object-fit:cover;width:100%}.link-preview-button__content,.link-preview-button__details{flex:1;min-width:0}.link-preview-button__hint,.link-preview-button__title{display:block;min-width:0;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:100%}.link-preview-button__title{color:#1e1e1e;display:block;font-weight:500;margin-top:4px}.link-preview-button__hint{color:#757575;font-size:12px;font-weight:400}.link-preview-button__icon{color:#1e1e1e}.link-preview-button__badges{margin-top:8px}.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 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}@media not (prefers-reduced-motion){.block-editor-list-view-leaf.is-displacement-normal{transition:transform .2s}}.block-editor-list-view-leaf.is-displacement-normal{transform:translateY(0)}@media not (prefers-reduced-motion){.block-editor-list-view-leaf.is-displacement-up{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-down{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-after-dragged-blocks{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.is-displacement-up{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-down{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))}.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:28px}.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__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__block-visibility,.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{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=true] .block-editor-list-view__expander svg{transform:rotate(90deg)}.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{z-index:99999}.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 #ddd;margin-top:8px;padding-bottom:8px}.block-editor-media-replace-flow__options.is-variant-toolbar .block-editor-media-replace-flow__media-upload-menu:not(:empty)+.block-editor-media-flow__url-input{border-top-color:#1e1e1e}.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__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__preview.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{word-wrap:break-word;overflow:hidden}.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:499}.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{word-wrap:normal!important;border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.preset-input-control__wrapper>*{flex:1}.preset-input-control__wrapper>.preset-input-control__custom-toggle,.preset-input-control__wrapper>.preset-input-control__icon{flex:none}.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-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}@media not (prefers-reduced-motion){.block-editor-url-input__suggestions{transition:all .15s ease-in-out}}.block-editor-url-input__suggestions{overflow-y:auto;padding:4px 0;width:302px}.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-content-only-controls__link{box-shadow:inset 0 0 0 1px #ccc;width:100%}.block-editor-content-only-controls__link:focus:not(:disabled){box-shadow:0 0 0 currentColor inset,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.block-editor-content-only-controls__link-row{align-items:center}.block-editor-content-only-controls__link-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.block-editor-content-only-controls__media{box-shadow:inset 0 0 0 1px #ccc;padding:8px;width:100%}.block-editor-content-only-controls__media:focus:not(:disabled){box-shadow:0 0 0 currentColor inset,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.block-editor-content-only-controls__media-replace-flow{display:block}.block-editor-content-only-controls__media-row{align-items:center}.block-editor-content-only-controls__media-placeholder{background:#fff linear-gradient(-45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0);border-radius:2px;box-shadow:inset 0 0 0 1px #0003;display:inline-block;height:24px;padding:0;width:24px}.block-editor-content-only-controls__media-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.block-editor-content-only-controls__media-thumbnail{align-self:center;border-radius:2px;height:24px;width:24px}.block-editor-content-only-controls__media-thumbnail img{height:100%!important;object-fit:cover;width:100%!important}.block-editor-content-only-controls__rich-text{background:#fff;border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;color:#1e1e1e;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;margin:0;padding:6px 8px;width:100%}@media not (prefers-reduced-motion){.block-editor-content-only-controls__rich-text{transition:box-shadow .1s linear}}@media (min-width:600px){.block-editor-content-only-controls__rich-text{font-size:13px;line-height:normal}}.block-editor-content-only-controls__rich-text:focus{border-color:var(--wp-admin-theme-color,#3858e9);box-shadow:0 0 0 .5px var(--wp-admin-theme-color,#3858e9);outline:2px solid #0000}.block-editor-content-only-controls__rich-text::placeholder{color:#1e1e1e9e}.block-editor-content-only-controls__rich-text{border-color:#949494}.block-editor-content-only-controls__rich-text::placeholder{color:color-mix(in srgb,#1e1e1e,#0000 38%)}.block-editor-content-only-controls__rich-text{min-height:40px;padding:12px}.block-editor-block-fields__container{padding:0 16px}.block-editor-block-fields__container:first-of-type{border-top:1px solid #e0e0e0;padding-block-start:8px}.block-editor-block-fields__container:last-of-type{padding-block-end:16px}.block-editor-block-fields__header{margin-bottom:4px;padding:8px 0}.block-editor-block-fields__header-icon{flex:0 0 24px}.block-editor-block-fields__header-title{flex:1;margin:0!important}.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.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-hooks__grid-layout-columns-and-rows-controls,.block-editor-hooks__grid-layout-minimum-width-control{border:0;margin:0;padding:0}.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 .components-button.block-editor-block-toolbar__block-icon-button[aria-disabled=true],.block-editor-block-toolbar .components-button.block-editor-block-toolbar__block-icon-button[aria-disabled=true]:hover{color:#1e1e1e}.block-editor-block-toolbar.is-connected .block-editor-block-toolbar__block-icon,.block-editor-block-toolbar.is-synced .block-editor-block-toolbar__block-icon{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 rgb(0 0 0 / .133)}.block-editor-block-contextual-toolbar .block-editor-block-toolbar{overflow:auto;overflow-y:hidden}.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{scrollbar-color:#e0e0e0 #0000;scrollbar-gutter:stable both-edges;scrollbar-width:thin}.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}.block-editor-block-contextual-toolbar .block-editor-block-toolbar{will-change:transform}@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{scrollbar-gutter:auto}.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;top:15px;width:2px}.block-editor-block-toolbar__block-controls .components-toolbar-group{padding:0}.block-editor-block-toolbar__pattern-overrides-popover .components-popover__content{min-width:260px;padding:16px}.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:where(:not(.has-text)){width:auto}.show-icon-labels .block-editor-block-toolbar .components-button.has-icon:where(:not(.has-text)) svg{display:none}.show-icon-labels .block-editor-block-toolbar .components-button.has-icon:where(:not(.has-text)):after{content:attr(aria-label);font-size:12px}.show-icon-labels .block-editor-block-toolbar .block-editor-block-icon{height:0!important;min-width:0!important;width:0!important}.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-parent-selector .block-editor-block-parent-selector__button{text-wrap:nowrap;border-bottom-right-radius:0;border-top-right-radius:0;padding-left:12px;padding-right:12px}.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{grid-gap:12px;display:grid;grid-template-columns:1fr 1fr}.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:499;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{grid-gap:8px;display:grid;grid-template-columns:1fr 1fr}.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:auto;padding:24px;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{grid-gap:32px;display:grid;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:499}.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-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{border:0;margin:0;padding:0}.spacing-sizes-control .spacing-sizes-control__label,.spacing-sizes-control .spacing-sizes-control__unit-control{margin-bottom:0}.spacing-sizes-control .spacing-sizes-control__custom-value-range,.spacing-sizes-control .spacing-sizes-control__preset-range{flex:1;margin-bottom:0}.spacing-sizes-control__header{height:16px;margin-bottom:12px}.spacing-sizes-control__wrapper{align-items:center}.spacing-sizes-control__dropdown{height:24px}.spacing-sizes-control__wrapper .preset-input-control__icon{margin-left:-4px}.block-editor-block-visibility-modal{z-index:1000001}.block-editor-block-visibility-modal__options{border:0;list-style:none;margin:24px 0;padding:0}.block-editor-block-visibility-modal__options-item{align-items:center;display:flex;gap:24px;justify-content:space-between;margin:0 0 16px}.block-editor-block-visibility-modal__options-item:last-child{margin:0}.block-editor-block-visibility-modal__options-item--everywhere{align-items:start;flex-direction:column}.block-editor-block-visibility-modal__options-checkbox--everywhere{font-weight:600}.block-editor-block-visibility-modal__options-icon--checked{fill:#ddd}.block-editor-block-visibility-modal__sub-options{padding-inline-start:12px;width:100%}.block-editor-block-visibility-modal__description{color:#757575;font-size:12px}.block-editor-block-visibility-info{align-items:center;display:flex;justify-content:start;margin:0 16px 16px;padding-bottom:4px;padding-top:4px}:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--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,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.reusable-blocks-menu-items__convert-modal{z-index:1000001}:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--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,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.patterns-menu-items__convert-modal{z-index:1000001}.patterns-menu-items__convert-modal [role=dialog]>[role=document]{width:350px}.patterns-menu-items__convert-modal .patterns-menu-items__convert-modal-categories{position:relative}.patterns-menu-items__convert-modal .components-form-token-field__suggestions-list:not(:empty){background-color:#fff;border:1px solid var(--wp-admin-theme-color);border-bottom-left-radius:2px;border-bottom-right-radius:2px;box-shadow:0 0 .5px .5px var(--wp-admin-theme-color);box-sizing:border-box;left:-1px;max-height:96px;min-width:auto;position:absolute;width:calc(100% + 2px);z-index:1}.patterns-create-modal__name-input input[type=text]{margin:0}.patterns-rename-pattern-category-modal__validation-message{color:#cc1818}@media (min-width:782px){.patterns-rename-pattern-category-modal__validation-message{width:320px}}.pattern-overrides-control__allow-overrides-button{justify-content:center;width:100%}:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--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,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.admin-ui-page{text-wrap:pretty;background-color:var(--wpds-color-bg-surface-neutral-strong,#fff);color:var(--wpds-color-fg-content-neutral,#1e1e1e);display:flex;flex-flow:column;height:100%;position:relative;z-index:1}.admin-ui-page__header{background:var(--wpds-color-bg-surface-neutral-strong,#fff);border-bottom:var(--wpds-border-width-xs,1px) solid var(--wpds-color-stroke-surface-neutral-weak,#e0e0e0);padding:var(--wpds-dimension-padding-lg,16px) var(--wpds-dimension-padding-2xl,24px);position:sticky;top:0;z-index:1}.admin-ui-page__header-title{font-family:var(--wpds-font-family-heading,-apple-system,system-ui,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif);font-size:var(--wpds-font-size-xl,20px);font-weight:var(--wpds-font-weight-medium,499);line-height:var(--wpds-font-line-height-xl,32px);margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-ui-page__sidebar-toggle-slot:empty{display:none}.admin-ui-page__header-subtitle{color:var(--wpds-color-fg-content-neutral-weak,#6d6d6d);font-size:var(--wpds-font-size-md,13px);line-height:var(--wpds-font-line-height-md,24px);margin:0;padding-block-end:var(--wpds-dimension-padding-xs,4px)}.admin-ui-page__content{display:flex;flex-direction:column;flex-grow:1;overflow:auto}.admin-ui-page__content.has-padding{padding:var(--wpds-dimension-padding-lg,16px) var(--wpds-dimension-padding-2xl,24px)}.show-icon-labels .admin-ui-page__header-actions .components-button.has-icon{padding:0 var(--wpds-dimension-padding-xs,4px);width:auto}.show-icon-labels .admin-ui-page__header-actions .components-button.has-icon svg{display:none}.show-icon-labels .admin-ui-page__header-actions .components-button.has-icon:after{content:attr(aria-label);font-size:var(--wpds-font-size-sm,12px)}.admin-ui-breadcrumbs__list{font-size:15px;font-weight:500;gap:0;list-style:none;margin:0;min-height:32px;padding:0}.admin-ui-breadcrumbs__list li:not(:last-child):after{content:"/";margin:0 8px}.admin-ui-breadcrumbs__list h1{font-size:inherit;line-height:inherit}.interface-complementary-area-header{background:#fff;gap:4px;padding-right:8px}.interface-complementary-area-header .interface-complementary-area-header__title{margin:0 auto 0 0}.interface-complementary-area{background:#fff;color:#1e1e1e;height:100%;overflow:auto}@media (min-width:782px){.interface-complementary-area{width:280px}}.interface-complementary-area .components-panel{border:none;position:relative;z-index:0}.interface-complementary-area .components-panel__header{position:sticky;top:0;z-index:1}.interface-complementary-area .components-panel__header.editor-sidebar__panel-tabs{top:0}.interface-complementary-area p:not(.components-base-control__help,.components-form-token-field__help){margin-top:0}.interface-complementary-area h2{color:#1e1e1e;font-size:13px;font-weight:499;margin-bottom:1.5em}.interface-complementary-area h3{color:#1e1e1e;font-size:11px;font-weight:499;margin-bottom:1.5em;text-transform:uppercase}.interface-complementary-area hr{border-bottom:1px solid #f0f0f0;border-top:none;margin:1.5em 0}.interface-complementary-area div.components-toolbar,.interface-complementary-area div.components-toolbar-group{box-shadow:none;margin-bottom:1.5em}.interface-complementary-area div.components-toolbar-group:last-child,.interface-complementary-area div.components-toolbar:last-child{margin-bottom:0}.interface-complementary-area .block-editor-skip-to-selected-block:focus{bottom:10px;left:auto;right:10px;top:auto}.interface-complementary-area__fill{height:100%}@media (min-width:782px){body.js.is-fullscreen-mode{height:calc(100% + 32px);margin-top:-32px}body.js.is-fullscreen-mode #adminmenumain,body.js.is-fullscreen-mode #wpadminbar{display:none}body.js.is-fullscreen-mode #wpcontent,body.js.is-fullscreen-mode #wpfooter{margin-left:0}}html.interface-interface-skeleton__html-container{position:fixed;width:100%}@media (min-width:782px){html.interface-interface-skeleton__html-container:not(:has(.is-zoom-out)){position:static;width:auto}}.interface-interface-skeleton{bottom:0;display:flex;flex-direction:row;height:auto;max-height:100%;position:fixed;right:0;top:46px}@media (min-width:783px){.interface-interface-skeleton{top:32px}.is-fullscreen-mode .interface-interface-skeleton{top:0}}.interface-interface-skeleton__editor{display:flex;flex:0 1 100%;flex-direction:column;overflow:hidden}.interface-interface-skeleton{left:0}@media (min-width:783px){.interface-interface-skeleton{left:160px}}@media (min-width:783px){.auto-fold .interface-interface-skeleton{left:36px}}@media (min-width:961px){.auto-fold .interface-interface-skeleton{left:160px}}.folded .interface-interface-skeleton{left:0}@media (min-width:783px){.folded .interface-interface-skeleton{left:36px}}body.is-fullscreen-mode .interface-interface-skeleton{left:0!important}.interface-interface-skeleton__body{display:flex;flex-grow:1;overflow:auto;overscroll-behavior-y:none;position:relative}@media (min-width:782px){.has-footer .interface-interface-skeleton__body{padding-bottom:25px}}.interface-interface-skeleton__content{display:flex;flex-direction:column;flex-grow:1;overflow:auto;z-index:20}@media (min-width:782px){.interface-interface-skeleton__content{z-index:auto}}.interface-interface-skeleton__secondary-sidebar,.interface-interface-skeleton__sidebar{background:#fff;bottom:0;color:#1e1e1e;flex-shrink:0;left:0;position:absolute;top:0;width:auto;z-index:100000}@media (min-width:782px){.interface-interface-skeleton__secondary-sidebar,.interface-interface-skeleton__sidebar{position:relative!important}}.interface-interface-skeleton__sidebar{border-top:1px solid #e0e0e0;overflow:hidden}@media (min-width:782px){.interface-interface-skeleton__sidebar{box-shadow:-1px 0 0 0 rgb(0 0 0 / .133);outline:1px solid #0000}}.interface-interface-skeleton__secondary-sidebar{border-top:1px solid #e0e0e0;right:0}@media (min-width:782px){.interface-interface-skeleton__secondary-sidebar{box-shadow:1px 0 0 0 rgb(0 0 0 / .133);outline:1px solid #0000}}.interface-interface-skeleton__header{box-shadow:0 1px 0 0 rgb(0 0 0 / .133);color:#1e1e1e;flex-shrink:0;height:auto;outline:1px solid #0000;z-index:30}.interface-interface-skeleton__footer{background-color:#fff;border-top:1px solid #e0e0e0;bottom:0;color:#1e1e1e;display:none;flex-shrink:0;height:auto;left:0;position:absolute;width:100%;z-index:90}@media (min-width:782px){.interface-interface-skeleton__footer{display:flex}}.interface-interface-skeleton__footer .block-editor-block-breadcrumb{align-items:center;background:#fff;display:flex;font-size:13px;height:24px;padding:0 18px;z-index:30}.interface-interface-skeleton__actions{background:#fff;bottom:auto;color:#1e1e1e;left:auto;position:fixed!important;right:0;top:-9999em;width:100vw;z-index:100000}@media (min-width:782px){.interface-interface-skeleton__actions{width:280px}}.interface-interface-skeleton__actions:focus,.interface-interface-skeleton__actions:focus-within{bottom:0;top:auto}.is-entity-save-view-open .interface-interface-skeleton__actions:focus,.is-entity-save-view-open .interface-interface-skeleton__actions:focus-within{top:46px}@media (min-width:782px){.is-entity-save-view-open .interface-interface-skeleton__actions:focus,.is-entity-save-view-open .interface-interface-skeleton__actions:focus-within{border-left:1px solid #ddd;top:32px}.is-fullscreen-mode .is-entity-save-view-open .interface-interface-skeleton__actions:focus,.is-fullscreen-mode .is-entity-save-view-open .interface-interface-skeleton__actions:focus-within{top:0}}.interface-pinned-items{display:flex}.interface-pinned-items .components-button{display:none;margin:0}.interface-pinned-items .components-button[aria-controls="edit-post:block"],.interface-pinned-items .components-button[aria-controls="edit-post:document"],.interface-pinned-items .components-button[aria-controls="edit-site:block-inspector"],.interface-pinned-items .components-button[aria-controls="edit-site:template"]{display:flex}.interface-pinned-items .components-button svg{max-height:24px;max-width:24px}@media (min-width:600px){.interface-pinned-items .components-button{display:flex}}.interface-pinned-items{gap:8px}@media (min-width:782px){.font-library-modal.font-library-modal{width:65vw}}.font-library-modal .components-modal__header{border-bottom:none}.font-library-modal .components-modal__content{margin-bottom:90px;padding:0}.font-library-modal .font-library__subtitle{font-size:11px;font-weight:499;text-transform:uppercase}.font-library-modal__tab-panel{height:calc(100% - 50px)}.font-library__tabpanel-layout{display:flex;flex-direction:column;height:100%}.font-library__tabpanel-layout>div{flex-grow:1}.font-library__tabpanel-layout .font-library__loading{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;left:0;padding-top:124px;position:absolute;top:0;width:100%}.font-library__footer,.font-library__tabpanel-layout .components-navigator-screen{padding:24px;width:100%}.font-library__footer{background-color:#fff;border-top:1px solid #ddd;bottom:0;box-sizing:border-box;flex-grow:0!important;flex-shrink:0;height:90px;position:absolute}.font-library__page-selection{font-size:11px;font-weight:499;text-transform:uppercase}@media (min-width:600px){.font-library__page-selection .font-library__page-selection-trigger{font-size:11px!important;font-weight:499}}.font-library__fonts-title{font-size:11px;font-weight:600;margin-bottom:0;margin-top:0;text-transform:uppercase}.font-library__fonts-list{list-style:none;margin-bottom:0;margin-top:0;padding:0}.font-library__fonts-list-item{margin-bottom:0}.font-library__font-card{border:1px solid #ddd;box-sizing:border-box;height:auto!important;margin-top:-1px;padding:16px;width:100%}.font-library__font-card:hover{background-color:#f0f0f0}.font-library__font-card:focus{position:relative}.font-library__font-card .font-library__font-card__name{font-weight:700}.font-library__font-card .font-library__font-card__count{color:#757575}.font-library__font-card .font-library__font-variant_demo-image{display:block;height:24px;width:auto}.font-library__font-card .font-library__font-variant_demo-text{flex-shrink:0;white-space:nowrap}@media not (prefers-reduced-motion){.font-library__font-card .font-library__font-variant_demo-text{transition:opacity .3s ease-in-out}}.font-library-modal__tablist-container{background:#fff;border-bottom:1px solid #ddd;position:sticky;top:0;z-index:1}.font-library__upload-area{align-items:center;display:flex;height:256px!important;justify-content:center;width:100%}button.font-library__upload-area{background-color:#f0f0f0}.font-library__local-fonts{margin:24px auto;width:80%}.font-library__local-fonts .font-library__upload-area__text{color:#757575}.font-library__google-fonts-confirm{align-items:center;display:flex;justify-content:center;margin-top:64px}.font-library__google-fonts-confirm p{line-height:1.4}.font-library__google-fonts-confirm h2{font-size:1.2rem;font-weight:400}.font-library__google-fonts-confirm .components-card{padding:16px;width:400px}.font-library__google-fonts-confirm .components-button{justify-content:center;width:100%}.font-library__select-all{padding:16px 16px 16px 17px}.font-library__select-all .components-checkbox-control__label{padding-left:16px}.global-styles-ui-pagination .components-button.is-tertiary{height:32px;justify-content:center;width:32px}.global-styles-ui-screen-revisions__revisions-list{flex-grow:1;list-style:none;margin:0 16px 16px}.global-styles-ui-screen-revisions__revisions-list li{margin-bottom:0}.global-styles-ui-screen-revisions__revision-item{cursor:pointer;display:flex;flex-direction:column;position:relative}.global-styles-ui-screen-revisions__revision-item[role=option]:active,.global-styles-ui-screen-revisions__revision-item[role=option]:focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.global-styles-ui-screen-revisions__revision-item:hover{background:rgba(var(--wp-admin-theme-color--rgb),.04)}.global-styles-ui-screen-revisions__revision-item:hover .global-styles-ui-screen-revisions__date{color:var(--wp-admin-theme-color)}.global-styles-ui-screen-revisions__revision-item:after,.global-styles-ui-screen-revisions__revision-item:before{content:"\a";display:block;position:absolute}.global-styles-ui-screen-revisions__revision-item:before{background:#ddd;border:4px solid #0000;border-radius:50%;height:8px;left:17px;top:18px;transform:translate(-50%,-50%);width:8px;z-index:1}.global-styles-ui-screen-revisions__revision-item[aria-selected=true]{background:rgba(var(--wp-admin-theme-color--rgb),.04);border-radius:2px;color:var(--wp-admin-theme-color);outline:3px solid #0000;outline-offset:-2px}.global-styles-ui-screen-revisions__revision-item[aria-selected=true] .global-styles-ui-screen-revisions__date{color:var(--wp-admin-theme-color)}.global-styles-ui-screen-revisions__revision-item[aria-selected=true]:before{background:var(--wp-admin-theme-color)}.global-styles-ui-screen-revisions__revision-item[aria-selected=true] .global-styles-ui-screen-revisions__applied-text,.global-styles-ui-screen-revisions__revision-item[aria-selected=true] .global-styles-ui-screen-revisions__changes>li,.global-styles-ui-screen-revisions__revision-item[aria-selected=true] .global-styles-ui-screen-revisions__meta{color:#1e1e1e}.global-styles-ui-screen-revisions__revision-item:after{border:.5px solid #ddd;height:100%;left:16px;top:0;width:0}.global-styles-ui-screen-revisions__revision-item:first-child:after{top:18px}.global-styles-ui-screen-revisions__revision-item:last-child:after{height:18px}.global-styles-ui-screen-revisions__revision-item-wrapper{display:block;padding:12px 12px 4px 40px}.global-styles-ui-screen-revisions__applied-text,.global-styles-ui-screen-revisions__apply-button.is-primary{align-self:flex-start;margin:4px 12px 12px 40px}.global-styles-ui-screen-revisions__applied-text,.global-styles-ui-screen-revisions__changes,.global-styles-ui-screen-revisions__meta{color:#757575;font-size:12px}.global-styles-ui-screen-revisions__description{align-items:flex-start;display:flex;flex-direction:column;gap:8px}.global-styles-ui-screen-revisions__description .global-styles-ui-screen-revisions__date{font-size:12px;font-weight:600;text-transform:uppercase}.global-styles-ui-screen-revisions__meta{align-items:flex-start;display:flex;justify-content:start;margin-bottom:4px;text-align:left;width:100%}.global-styles-ui-screen-revisions__meta img{border-radius:100%;height:16px;margin-right:8px;width:16px}.global-styles-ui-screen-revisions__loading{margin:24px auto!important}.global-styles-ui-screen-revisions__changes{line-height:1.4;list-style:disc;margin-left:12px;text-align:left}.global-styles-ui-screen-revisions__changes li{margin-bottom:4px}.global-styles-ui-screen-revisions__pagination.global-styles-ui-screen-revisions__pagination{gap:2px;justify-content:space-between}.global-styles-ui-screen-revisions__pagination.global-styles-ui-screen-revisions__pagination .edit-site-pagination__total{height:1px;left:-1000px;margin:-1px;overflow:hidden;position:absolute}.global-styles-ui-screen-revisions__pagination.global-styles-ui-screen-revisions__pagination .components-text{font-size:12px;will-change:opacity}.global-styles-ui-screen-revisions__pagination.global-styles-ui-screen-revisions__pagination .components-button.is-tertiary{color:#1e1e1e}.global-styles-ui-screen-revisions__pagination.global-styles-ui-screen-revisions__pagination .components-button.is-tertiary:disabled,.global-styles-ui-screen-revisions__pagination.global-styles-ui-screen-revisions__pagination .components-button.is-tertiary[aria-disabled=true]{color:#949494}.global-styles-ui-screen-revisions__footer{background:#fff;border-top:1px solid #ddd;bottom:0;box-sizing:border-box;height:56px;min-width:100%;padding:12px;position:sticky;z-index:1}.global-styles-ui-variations_item{box-sizing:border-box;cursor:pointer}.global-styles-ui-variations_item .global-styles-ui-variations_item-preview{border-radius:2px;outline:1px solid #0000001a;outline-offset:-1px;overflow:hidden;position:relative}@media not (prefers-reduced-motion){.global-styles-ui-variations_item .global-styles-ui-variations_item-preview{transition:outline .1s linear}}.global-styles-ui-variations_item .global-styles-ui-variations_item-preview.is-pill{height:32px}.global-styles-ui-variations_item .global-styles-ui-variations_item-preview.is-pill .block-editor-iframe__scale-container{overflow:hidden}.global-styles-ui-variations_item:not(.is-active):hover .global-styles-ui-variations_item-preview{outline-color:#0000004d}.global-styles-ui-variations_item.is-active .global-styles-ui-variations_item-preview,.global-styles-ui-variations_item:focus-visible .global-styles-ui-variations_item-preview{outline-color:#1e1e1e;outline-offset:1px;outline-width:var(--wp-admin-border-width-focus)}.global-styles-ui-variations_item:focus-visible .global-styles-ui-variations_item-preview{outline-color:var(--wp-admin-theme-color)}.global-styles-ui-preview{align-items:center;cursor:pointer;display:flex;justify-content:center;line-height:1}.global-styles-ui-preview__wrapper{display:block;max-width:100%;width:100%}.global-styles-ui-typography-preview{align-items:center;background:#f0f0f0;border-radius:2px;display:flex;justify-content:center;margin-bottom:20px;min-height:100px;overflow:hidden}.global-styles-ui-font-size__item{line-break:anywhere;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.global-styles-ui-font-size__item-value{color:#757575}.global-styles-ui-screen-typography__indicator{align-items:center;border-radius:2px;display:flex!important;font-size:14px;height:24px;justify-content:center;width:24px}.global-styles-ui-block-types-search{margin-bottom:10px;padding:0 16px}.global-styles-ui-screen-typography__font-variants-count{color:#757575}.global-styles-ui-font-families__manage-fonts{justify-content:center}.global-styles-ui-screen .color-block-support-panel{border-top:none;padding-left:0;padding-right:0;padding-top:0;row-gap:12px}.global-styles-ui-header{margin-bottom:0!important}.global-styles-ui-subtitle{font-size:11px!important;font-weight:499!important;margin-bottom:0!important;text-transform:uppercase}.global-styles-ui-section-title{color:#2f2f2f;font-weight:600;line-height:1.2;margin:0;padding:16px 16px 0}.global-styles-ui-icon-with-current-color{fill:currentColor}.global-styles-ui__color-indicator-wrapper{flex-shrink:0;height:24px}.global-styles-ui__shadows-panel__options-container,.global-styles-ui__typography-panel__options-container{height:24px}.global-styles-ui__block-preview-panel{border:1px solid #ddd;border-radius:2px;overflow:hidden;position:relative;width:100%}.global-styles-ui__shadow-preview-panel{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,8px 8px;background-size:16px 16px;border:1px solid #ddd;border-radius:2px;height:144px;overflow:auto}.global-styles-ui__shadow-preview-panel .global-styles-ui__shadow-preview-block{background-color:#fff;border:1px solid #ddd;border-radius:2px;height:60px;width:60%}.global-styles-ui__shadow-editor__dropdown-content{width:280px}.global-styles-ui__shadow-editor-panel{margin-bottom:4px}.global-styles-ui__shadow-editor__dropdown{position:relative;width:100%}.global-styles-ui__shadow-editor__dropdown-toggle{border-radius:inherit;height:auto;padding-bottom:8px;padding-top:8px;text-align:left;width:100%}.global-styles-ui__shadow-editor__dropdown-toggle.is-open{background:#f0f0f0;color:var(--wp-admin-theme-color)}.global-styles-ui__shadow-editor__remove-button{opacity:0;position:absolute;right:8px;top:8px}.global-styles-ui__shadow-editor__remove-button.global-styles-ui__shadow-editor__remove-button{border:none}.global-styles-ui__shadow-editor__dropdown-toggle:hover+.global-styles-ui__shadow-editor__remove-button,.global-styles-ui__shadow-editor__remove-button:focus,.global-styles-ui__shadow-editor__remove-button:hover{opacity:1}@media (hover:none){.global-styles-ui__shadow-editor__remove-button{opacity:1}}.global-styles-ui-screen-css{display:flex;flex:1 1 auto;flex-direction:column;margin:16px}.global-styles-ui-screen-css .components-v-stack{flex:1 1 auto}.global-styles-ui-screen-css .components-v-stack .block-editor-global-styles-advanced-panel__custom-css-input,.global-styles-ui-screen-css .components-v-stack .block-editor-global-styles-advanced-panel__custom-css-input .components-base-control__field{display:flex;flex:1 1 auto;flex-direction:column}.global-styles-ui-screen-css .components-v-stack .block-editor-global-styles-advanced-panel__custom-css-input .components-base-control__field .components-textarea-control__input{direction:ltr;flex:1 1 auto}.global-styles-ui-screen-css-help-link{display:inline-block;margin-top:8px}.global-styles-ui-screen-variations{border-top:1px solid #ddd;margin-top:16px}.global-styles-ui-screen-variations>*{margin:24px 16px}.global-styles-ui-sidebar__navigator-provider{height:100%}.global-styles-ui-sidebar__navigator-screen{display:flex;flex-direction:column;height:100%}.global-styles-ui-sidebar__navigator-screen .single-column{grid-column:span 1}.global-styles-ui-screen-root.global-styles-ui-screen-root,.global-styles-ui-screen-style-variations.global-styles-ui-screen-style-variations{background:unset;color:inherit}.global-styles-ui-sidebar__panel .block-editor-block-icon svg{fill:currentColor}.global-styles-ui-screen-root__active-style-tile.global-styles-ui-screen-root__active-style-tile,.global-styles-ui-screen-root__active-style-tile.global-styles-ui-screen-root__active-style-tile .global-styles-ui-screen-root__active-style-tile-preview{border-radius:2px}.global-styles-ui-screen-root__active-style-tile-preview{clip-path:border-box}.dataviews-picker-wrapper,.dataviews-wrapper{background-color:var(--wp-dataviews-color-background,#fff);box-sizing:border-box;container:dataviews-wrapper/inline-size;display:flex;flex-direction:column;font-size:13px;height:100%;line-height:1.4;overflow:auto;scroll-padding-bottom:64px}.dataviews-filters__container,.dataviews__view-actions{background-color:inherit;box-sizing:border-box;flex-shrink:0;left:0;padding:16px 24px;position:sticky}@media not (prefers-reduced-motion){.dataviews-filters__container,.dataviews__view-actions{transition:padding .1s ease-out}}.dataviews-loading,.dataviews-no-results{align-items:center;display:flex;flex-grow:1;justify-content:center;padding:0 24px}@media not (prefers-reduced-motion){.dataviews-loading,.dataviews-no-results{transition:padding .1s ease-out}}.dataviews-no-results.is-refreshing{opacity:.5;pointer-events:none}@media not (prefers-reduced-motion){.dataviews-no-results.is-refreshing{animation:dataviews-pulse 1s ease-in-out infinite;opacity:1}}@keyframes dataviews-pulse{0%,to{opacity:1}50%{opacity:.5}}.dataviews-loading-more{text-align:center}@container (max-width:430px){.dataviews-filters__container,.dataviews__view-actions{padding:12px 24px}}.dataviews-title-field{font-size:13px;font-weight:499;width:100%}.dataviews-title-field,.dataviews-title-field a{color:#2f2f2f;text-overflow:ellipsis;white-space:nowrap}.dataviews-title-field a{display:block;flex-grow:0;overflow:hidden;text-decoration:none}.dataviews-title-field a:hover{color:var(--wp-admin-theme-color)}.dataviews-title-field a:focus{border-radius:2px;box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color,#007cba);color:var(--wp-admin-theme-color--rgb)}.dataviews-title-field button.components-button.is-link{color:#1e1e1e;display:block;font-weight:inherit;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;width:100%}.dataviews-title-field button.components-button.is-link:hover{color:var(--wp-admin-theme-color)}.dataviews-title-field--clickable{color:#2f2f2f;cursor:pointer}.dataviews-title-field--clickable:hover{color:var(--wp-admin-theme-color)}.dataviews-title-field--clickable:focus{border-radius:2px;box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color,#007cba);color:var(--wp-admin-theme-color--rgb)}.components-card__body:has(>.dataviews-picker-wrapper),.components-card__body:has(>.dataviews-wrapper){overflow:hidden;padding:8px 0 0}.dataviews-bulk-actions-footer__item-count{color:#1e1e1e}.dataviews-bulk-actions-footer__container{margin-right:auto;min-height:32px}.dataviews-filters__button{position:relative}.dataviews-filters__container{padding-top:0}.dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true],.dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true]:hover{opacity:0}.dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true]:focus{opacity:1}.dataviews-filters__summary-popover{font-size:13px;line-height:1.4}.dataviews-filters__summary-popover .components-popover__content{border-radius:4px;max-width:250px;min-width:230px;width:100%}.dataviews-filters__summary-popover.components-dropdown__content .components-popover__content{padding:0}.dataviews-filters__summary-operators-container{padding:8px 16px}.dataviews-filters__summary-operators-container:has(+.dataviews-filters__search-widget-listbox),.dataviews-filters__summary-operators-container:has(+.dataviews-filters__search-widget-no-elements),.dataviews-filters__summary-operators-container:has(+.dataviews-filters__user-input-widget){border-bottom:1px solid #e0e0e0}.dataviews-filters__summary-operators-container:empty{display:none}.dataviews-filters__summary-operators-container .dataviews-filters__summary-operators-filter-name{color:#757575;flex-shrink:0;max-width:calc(100% - 55px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dataviews-filters__summary-operators-container .dataviews-filters__summary-operators-filter-select{overflow:hidden;white-space:nowrap;width:100%}.dataviews-filters__summary-chip-container{position:relative;white-space:pre-wrap}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip{align-items:center;background:#f0f0f0;border:1px solid #0000;border-radius:16px;box-sizing:border-box;color:#2f2f2f;cursor:pointer;display:flex;min-height:32px;padding:4px 12px;position:relative}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.is-not-clickable{cursor:default}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-reset{padding-inline-end:28px}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:focus-visible,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:hover:not(.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.is-not-clickable),.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip[aria-expanded=true]{background:#e0e0e0;color:#1e1e1e}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values{background:rgba(var(--wp-admin-theme-color--rgb),.04);color:var(--wp-admin-theme-color)}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values:hover,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values[aria-expanded=true]{background:rgba(var(--wp-admin-theme-color--rgb),.12)}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:focus-visible{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:none}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip .dataviews-filters-__summary-filter-text-name{font-weight:499}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove{align-items:center;background:#0000;border:0;border-radius:50%;cursor:pointer;display:flex;height:24px;justify-content:center;padding:0;position:absolute;right:4px;top:50%;transform:translateY(-50%);width:24px}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove svg{fill:#757575}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:hover{background:#e0e0e0}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus svg,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:hover svg{fill:#1e1e1e}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove.has-values svg{fill:var(--wp-admin-theme-color)}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove.has-values:hover{background:rgba(var(--wp-admin-theme-color--rgb),.08)}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus-visible{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:none}.dataviews-filters__search-widget-filter-combobox-list{border-top:1px solid #e0e0e0;max-height:184px;overflow:auto;padding:4px}.dataviews-filters__search-widget-filter-combobox-list .dataviews-filters__search-widget-filter-combobox-item-value [data-user-value]{font-weight:600}.dataviews-filters__search-widget-listbox{overflow:auto;padding:4px}.dataviews-filters__search-widget-listitem{align-items:center;border-radius:2px;box-sizing:border-box;cursor:default;display:flex;font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:400;gap:8px;line-height:20px;min-height:32px;padding:4px 12px}.dataviews-filters__search-widget-listitem:last-child{margin-block-end:0}.dataviews-filters__search-widget-listitem:focus,.dataviews-filters__search-widget-listitem:hover,.dataviews-filters__search-widget-listitem[data-active-item]{background-color:var(--wp-admin-theme-color);color:#fff}.dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-description,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-description,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-description{color:#fff}.dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-single-selection,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-single-selection,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-single-selection{background:#fff;border-color:var(--wp-admin-theme-color-darker-20,#183ad6)}.dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-single-selection.is-selected,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-single-selection.is-selected,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-single-selection.is-selected{background:var(--wp-admin-theme-color-darker-20,#183ad6);border-color:var(--wp-admin-theme-color-darker-20,#183ad6)}.dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-multi-selection,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-multi-selection,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-multi-selection{border-color:var(--wp-admin-theme-color-darker-20,#183ad6)}.dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-multi-selection.is-selected,.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-multi-selection.is-selected,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-multi-selection.is-selected{background:var(--wp-admin-theme-color-darker-20,#183ad6);border-color:var(--wp-admin-theme-color-darker-20,#183ad6)}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-value{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-description{color:#757575;display:block;font-size:12px;line-height:16px;overflow:hidden;text-overflow:ellipsis}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection{border:1px solid #1e1e1e;border-radius:50%;height:24px;margin-right:12px;max-width:24px;min-width:24px;position:relative;transition:none;width:24px}@media not (prefers-reduced-motion){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection{transition:box-shadow .1s linear}}@media (min-width:600px){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection{height:16px;max-width:16px;min-width:16px;width:16px}}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection: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){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection:checked:before{height:8px;width:8px}}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color);outline:2px solid #0000}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection:checked{background:var(--wp-admin-theme-color);border:none}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection{margin:0;padding:0}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection.is-selected{background:var(--wp-admin-theme-color,#3858e9);border-color:var(--wp-admin-theme-color,#3858e9)}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection.is-selected:before{background-color:#fff;border:4px solid #fff;border-radius:50%;box-sizing:inherit;content:"";height:12px;left:50%;margin:0;position:absolute;top:50%;transform:translate(-50%,-50%);width:12px}@media (min-width:600px){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection.is-selected:before{height:8px;width:8px}}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection{--checkbox-size:24px;border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;flex-shrink:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;margin-right:12px;padding:6px 8px;transition:none}@media not (prefers-reduced-motion){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection{transition:box-shadow .1s linear}}@media (min-width:600px){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection{font-size:13px;line-height:normal}}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color)}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection::placeholder{color:#1e1e1e9e}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color);outline:2px solid #0000}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:checked{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:checked:before,.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed]:before{color:#fff;margin:-3px -5px}@media (min-width:782px){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:checked:before,.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed]:before{margin:-4px 0 0 -5px}}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed]{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed]:before{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f460";display:inline-block;float:left;font:normal 30px/1 dashicons;vertical-align:middle;width:16px}@media (min-width:782px){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed]:before{float:none;font-size:21px}}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:disabled,.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-disabled=true]{background:#f0f0f0;border-color:#ddd;cursor:default;opacity:1}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection{background:#fff;color:#1e1e1e;height:var(--checkbox-size);margin:0;padding:0;position:relative;width:var(--checkbox-size)}@media (min-width:600px){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection{--checkbox-size:16px}}@media not (prefers-reduced-motion){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection{transition:border-color .1s ease-in-out}}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection.is-selected{background:var(--wp-admin-theme-color,#3858e9);border-color:var(--wp-admin-theme-color,#3858e9)}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection.is-selected svg{--checkmark-size:var(--checkbox-size);fill:#fff;height:var(--checkmark-size);left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:var(--checkmark-size)}@media (min-width:600px){.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection.is-selected svg{--checkmark-size:calc(var(--checkbox-size) + 4px)}}.dataviews-filters__search-widget-filter-combobox__wrapper{padding:8px;position:relative}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{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;line-height:normal;padding:6px 8px}@media not (prefers-reduced-motion){.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{transition:box-shadow .1s linear}}@media (min-width:600px){.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{font-size:13px;line-height:normal}}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::placeholder{color:#1e1e1e9e}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{display:block;font-size:16px;height:32px;margin-left:0;margin-right:0;padding:0 8px 0 32px;width:100%}@media (min-width:600px){.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{font-size:13px}}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input:focus{background:#fff;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::placeholder{color:#757575}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-cancel-button,.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-decoration,.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-results-button,.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-results-decoration{-webkit-appearance:none}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__icon{align-items:center;bottom:0;display:flex;inset-inline-start:12px;justify-content:center;position:absolute;top:0;width:24px}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__icon:dir(ltr){transform:scaleX(-1)}.dataviews-filters__container-visibility-toggle{flex-shrink:0;position:relative}.dataviews-filters-toggle__count{background:var(--wp-admin-theme-color,#3858e9);border-radius:8px;box-sizing:border-box;color:#fff;font-size:11px;height:16px;line-height:16px;min-width:16px;outline:var(--wp-admin-border-width-focus) solid #fff;padding:0 4px;position:absolute;right:0;text-align:center;top:0;transform:translate(50%,-50%)}.dataviews-search{width:fit-content}.dataviews-filters__user-input-widget{padding:16px}.dataviews-filters__user-input-widget .components-input-control__prefix{padding-left:8px}.dataviews-filters__search-widget-no-elements{align-items:center;display:flex;justify-content:center;padding:16px}.dataviews-footer{background-color:inherit;border-top:1px solid #f0f0f0;bottom:0;flex-shrink:0;left:0;padding:12px 24px;position:sticky}@media not (prefers-reduced-motion){.dataviews-footer{transition:padding .1s ease-out}}.dataviews-footer{z-index:2}.dataviews-footer .is-refreshing{opacity:.5;pointer-events:none}@media not (prefers-reduced-motion){.dataviews-footer .is-refreshing{animation:dataviews-pulse 1s ease-in-out infinite;opacity:1}}@container (max-width:560px){.dataviews-footer__content{flex-direction:column!important}.dataviews-footer__content .dataviews-bulk-actions-footer__container{width:100%}.dataviews-footer__content .dataviews-bulk-actions-footer__item-count{flex-grow:1}.dataviews-footer__content .dataviews-pagination{justify-content:space-between;width:100%}}.dataviews-pagination__page-select{font-size:11px;font-weight:499;text-transform:uppercase}@media (min-width:600px){.dataviews-pagination__page-select .components-select-control__input{font-size:11px!important;font-weight:499}}.dataviews-action-modal{z-index:1000001}.dataviews-item-actions .components-button:not(.dataviews-all-actions-button){padding:0 4px}.dataviews-selection-checkbox{--checkbox-input-size:24px}@media (min-width:600px){.dataviews-selection-checkbox{--checkbox-input-size:16px}}.dataviews-selection-checkbox{flex-shrink:0;line-height:0}.dataviews-selection-checkbox .components-checkbox-control__input-container{margin:0}.dataviews-view-config{container-type:inline-size;font-size:13px;line-height:1.4;width:320px}.dataviews-config__popover.is-expanded .dataviews-config__popover-content-wrapper{height:100%;overflow-y:scroll}.dataviews-config__popover.is-expanded .dataviews-config__popover-content-wrapper .dataviews-view-config{width:auto}.dataviews-view-config__sort-direction .components-toggle-group-control-option-base{text-transform:uppercase}.dataviews-settings-section__title.dataviews-settings-section__title{font-size:15px;line-height:24px}.dataviews-settings-section__sidebar{grid-column:span 4}.dataviews-settings-section__content,.dataviews-settings-section__content>*{grid-column:span 8}.dataviews-settings-section__content .is-divided-in-two{display:contents}.dataviews-settings-section__content .is-divided-in-two>*{grid-column:span 4}.dataviews-settings-section:has(.dataviews-settings-section__content:empty){display:none}@container (max-width:500px){.dataviews-settings-section.dataviews-settings-section{grid-template-columns:repeat(2,1fr)}.dataviews-settings-section.dataviews-settings-section .dataviews-settings-section__content,.dataviews-settings-section.dataviews-settings-section .dataviews-settings-section__sidebar{grid-column:span 2}}.dataviews-view-config__sort-controls>*{flex:1}.dataviews-view-config__label{text-wrap:nowrap}.dataviews-view-config__toggle-wrapper{display:inline-flex;position:relative}.dataviews-view-config__modified-indicator{background:var(--wp-admin-theme-color,#3858e9);border-radius:50%;height:4px;pointer-events:none;position:absolute;right:4px;top:4px;width:4px}.dataviews-view-grid-items{container-type:inline-size;display:grid;gap:32px;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));grid-template-rows:max-content;margin-bottom:auto;padding:0 24px 24px}@media not (prefers-reduced-motion){.dataviews-view-grid-items{transition:padding .1s ease-out}}.dataviews-view-grid{container-type:inline-size;display:flex;flex-direction:column;gap:32px;margin-bottom:auto;padding:0 24px 24px}@media not (prefers-reduced-motion){.dataviews-view-grid{transition:padding .1s ease-out}}.dataviews-view-grid .dataviews-view-grid__row{display:grid;gap:32px}.dataviews-view-grid .dataviews-view-grid__row .dataviews-view-grid__row__gridcell{border-radius:4px;position:relative}.dataviews-view-grid .dataviews-view-grid__row .dataviews-view-grid__row__gridcell[data-focus-visible]:after{border-radius:4px;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);content:"";height:100%;left:0;outline:2px solid #0000;pointer-events:none;position:absolute;top:0;width:100%}.dataviews-view-grid .dataviews-view-grid__card{height:100%;justify-content:flex-start;position:relative}.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__title{padding:8px 0 4px}.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__title-field{align-content:center;min-height:24px;overflow:hidden;text-align:start}.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__title-field--clickable{width:fit-content}.dataviews-view-grid .dataviews-view-grid__card.is-selected .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-value{color:#1e1e1e}.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__media:focus:after,.dataviews-view-grid .dataviews-view-grid__card.is-selected .dataviews-view-grid__media:after{background-color:rgba(var(--wp-admin-theme-color--rgb),.08)}.dataviews-view-grid .dataviews-view-grid__card.is-selected .dataviews-view-grid__media:after{box-shadow:inset 0 0 0 1px var(--wp-admin-theme-color)}.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__media:focus:after{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.dataviews-view-grid .dataviews-view-grid__media{aspect-ratio:1/1;background-color:#fff;border-radius:4px;overflow:hidden;position:relative;width:100%}.dataviews-view-grid .dataviews-view-grid__media.dataviews-view-grid__media--placeholder{aspect-ratio:3/1}.dataviews-view-grid .dataviews-view-grid__media img{height:100%;object-fit:cover;width:100%}.dataviews-view-grid .dataviews-view-grid__media:after{border-radius:4px;box-shadow:inset 0 0 0 1px #0000001a;content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.dataviews-view-grid .dataviews-view-grid__media .dataviews-view-grid__media-placeholder{background:#f0f0f0;border-radius:4px;box-shadow:none;display:block;height:100%;width:100%}.dataviews-view-grid .dataviews-view-grid__fields{font-size:12px;line-height:16px;position:relative}.dataviews-view-grid .dataviews-view-grid__fields:not(:empty){padding:0 0 12px}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field-value:not(:empty){line-height:20px;min-height:24px;padding-top:2px}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field{align-items:center;min-height:24px}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-name{color:#757575;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:35%}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:65%}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field:not(:has(.dataviews-view-grid__field-value:not(:empty))){display:none}.dataviews-view-grid .dataviews-view-grid__badge-fields:not(:empty){padding-bottom:12px}.dataviews-view-grid.is-refreshing{opacity:.5;pointer-events:none}@media not (prefers-reduced-motion){.dataviews-view-grid.is-refreshing{animation:dataviews-pulse 1s ease-in-out infinite;opacity:1}}.dataviews-view-grid__field-value:empty,.dataviews-view-grid__field:empty{display:none}.dataviews-view-grid__card .dataviews-selection-checkbox{left:8px;opacity:0;position:absolute;top:-9999em;z-index:1}@media not (prefers-reduced-motion){.dataviews-view-grid__card .dataviews-selection-checkbox{transition:opacity .1s linear}}@media (hover:none){.dataviews-view-grid__card .dataviews-selection-checkbox{opacity:1;top:8px}}.dataviews-view-grid__card.is-selected .dataviews-selection-checkbox,.dataviews-view-grid__card:focus-within .dataviews-selection-checkbox,.dataviews-view-grid__card:hover .dataviews-selection-checkbox{opacity:1;top:8px}.dataviews-view-grid__card .dataviews-view-grid__media-actions{opacity:0;position:absolute;right:4px;top:4px;z-index:1}.dataviews-view-grid__card .dataviews-view-grid__media-actions .dataviews-all-actions-button{background-color:#fff}@media not (prefers-reduced-motion){.dataviews-view-grid__card .dataviews-view-grid__media-actions{transition:opacity .1s linear}}@media (hover:none){.dataviews-view-grid__card .dataviews-view-grid__media-actions{opacity:1;top:4px}}.dataviews-view-grid__card .dataviews-view-grid__media-actions:has(.dataviews-all-actions-button[aria-expanded=true]),.dataviews-view-grid__card:focus-within .dataviews-view-grid__media-actions,.dataviews-view-grid__card:hover .dataviews-view-grid__media-actions{opacity:1}.dataviews-view-grid__media--clickable{cursor:pointer}.dataviews-view-grid__group-header{color:#1e1e1e;container-type:inline-size;font-size:15px;font-weight:499;margin:0 0 8px;padding:0 24px}div.dataviews-view-list{list-style-type:none}.dataviews-view-list{margin:0 0 auto}.dataviews-view-list div[role=article],.dataviews-view-list div[role=row]{border-top:1px solid #f0f0f0;margin:0}.dataviews-view-list div[role=article] .dataviews-view-list__item-wrapper,.dataviews-view-list div[role=row] .dataviews-view-list__item-wrapper{box-sizing:border-box;padding:16px 24px;position:relative}.dataviews-view-list div[role=article] .dataviews-view-list__item-actions,.dataviews-view-list div[role=row] .dataviews-view-list__item-actions{display:flex;flex:0 0 auto;gap:4px;white-space:nowrap;width:max-content}.dataviews-view-list div[role=article] .dataviews-view-list__item-actions .components-button,.dataviews-view-list div[role=row] .dataviews-view-list__item-actions .components-button{position:relative;z-index:1}.dataviews-view-list div[role=article] .dataviews-view-list__item-actions>div,.dataviews-view-list div[role=row] .dataviews-view-list__item-actions>div{height:24px}.dataviews-view-list div[role=article] .dataviews-view-list__item-actions>:not(:last-child),.dataviews-view-list div[role=row] .dataviews-view-list__item-actions>:not(:last-child){flex:0;overflow:hidden;width:0}.dataviews-view-list div[role=article]:where(.is-selected,.is-hovered,:focus-within) .dataviews-view-list__item-actions>:not(:last-child),.dataviews-view-list div[role=row]:where(.is-selected,.is-hovered,:focus-within) .dataviews-view-list__item-actions>:not(:last-child){flex-basis:min-content;overflow:unset;width:auto}@media (hover:none){.dataviews-view-list div[role=article] .dataviews-view-list__item-actions>:not(:last-child),.dataviews-view-list div[role=row] .dataviews-view-list__item-actions>:not(:last-child){flex-basis:min-content;overflow:unset;width:auto}}.dataviews-view-list div[role=article].is-selected.is-selected,.dataviews-view-list div[role=article].is-selected.is-selected+div[role=article],.dataviews-view-list div[role=article].is-selected.is-selected+div[role=row],.dataviews-view-list div[role=row].is-selected.is-selected,.dataviews-view-list div[role=row].is-selected.is-selected+div[role=article],.dataviews-view-list div[role=row].is-selected.is-selected+div[role=row]{border-top:1px solid rgba(var(--wp-admin-theme-color--rgb),.12)}.dataviews-view-list div[role=article]:not(.is-selected).is-hovered,.dataviews-view-list div[role=article]:not(.is-selected):focus-within,.dataviews-view-list div[role=article]:not(.is-selected):hover,.dataviews-view-list div[role=row]:not(.is-selected).is-hovered,.dataviews-view-list div[role=row]:not(.is-selected):focus-within,.dataviews-view-list div[role=row]:not(.is-selected):hover{background-color:rgba(var(--wp-admin-theme-color--rgb),.04);border-top:1px solid rgba(var(--wp-admin-theme-color--rgb),.12);color:var(--wp-admin-theme-color)}.dataviews-view-list div[role=article]:not(.is-selected).is-hovered+div[role=article],.dataviews-view-list div[role=article]:not(.is-selected).is-hovered+div[role=row],.dataviews-view-list div[role=article]:not(.is-selected):focus-within+div[role=article],.dataviews-view-list div[role=article]:not(.is-selected):focus-within+div[role=row],.dataviews-view-list div[role=article]:not(.is-selected):hover+div[role=article],.dataviews-view-list div[role=article]:not(.is-selected):hover+div[role=row],.dataviews-view-list div[role=row]:not(.is-selected).is-hovered+div[role=article],.dataviews-view-list div[role=row]:not(.is-selected).is-hovered+div[role=row],.dataviews-view-list div[role=row]:not(.is-selected):focus-within+div[role=article],.dataviews-view-list div[role=row]:not(.is-selected):focus-within+div[role=row],.dataviews-view-list div[role=row]:not(.is-selected):hover+div[role=article],.dataviews-view-list div[role=row]:not(.is-selected):hover+div[role=row]{border-top:1px solid rgba(var(--wp-admin-theme-color--rgb),.12)}.dataviews-view-list div[role=article]:not(.is-selected).is-hovered .dataviews-title-field,.dataviews-view-list div[role=article]:not(.is-selected).is-hovered .dataviews-view-list__field,.dataviews-view-list div[role=article]:not(.is-selected):focus-within .dataviews-title-field,.dataviews-view-list div[role=article]:not(.is-selected):focus-within .dataviews-view-list__field,.dataviews-view-list div[role=article]:not(.is-selected):hover .dataviews-title-field,.dataviews-view-list div[role=article]:not(.is-selected):hover .dataviews-view-list__field,.dataviews-view-list div[role=row]:not(.is-selected).is-hovered .dataviews-title-field,.dataviews-view-list div[role=row]:not(.is-selected).is-hovered .dataviews-view-list__field,.dataviews-view-list div[role=row]:not(.is-selected):focus-within .dataviews-title-field,.dataviews-view-list div[role=row]:not(.is-selected):focus-within .dataviews-view-list__field,.dataviews-view-list div[role=row]:not(.is-selected):hover .dataviews-title-field,.dataviews-view-list div[role=row]:not(.is-selected):hover .dataviews-view-list__field{color:var(--wp-admin-theme-color)}.dataviews-view-list div[role=article].is-selected .dataviews-view-list__item-wrapper,.dataviews-view-list div[role=article].is-selected:focus-within .dataviews-view-list__item-wrapper,.dataviews-view-list div[role=row].is-selected .dataviews-view-list__item-wrapper,.dataviews-view-list div[role=row].is-selected:focus-within .dataviews-view-list__item-wrapper{background-color:rgba(var(--wp-admin-theme-color--rgb),.08);color:#1e1e1e}.dataviews-view-list div[role=article].is-selected .dataviews-view-list__item-wrapper .dataviews-title-field,.dataviews-view-list div[role=article].is-selected .dataviews-view-list__item-wrapper .dataviews-view-list__field,.dataviews-view-list div[role=article].is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-title-field,.dataviews-view-list div[role=article].is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-view-list__field,.dataviews-view-list div[role=row].is-selected .dataviews-view-list__item-wrapper .dataviews-title-field,.dataviews-view-list div[role=row].is-selected .dataviews-view-list__item-wrapper .dataviews-view-list__field,.dataviews-view-list div[role=row].is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-title-field,.dataviews-view-list div[role=row].is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-view-list__field{color:#1e1e1e}.dataviews-view-list .dataviews-view-list__item{appearance:none;background:none;border:none;cursor:pointer;inset:0;padding:0;position:absolute;scroll-margin:8px 0;z-index:1}.dataviews-view-list .dataviews-view-list__item:focus-visible{outline:none}.dataviews-view-list .dataviews-view-list__item:focus-visible:before{border-radius:2px;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);content:"";inset:var(--wp-admin-border-width-focus);outline:2px solid #0000;position:absolute}.dataviews-view-list .dataviews-view-list__title-field{flex:1;line-height:24px;min-height:24px;overflow:hidden}.dataviews-view-list .dataviews-view-list__title-field:has(a,button){z-index:1}.dataviews-view-list .dataviews-view-list__media-wrapper{background-color:#fff;border-radius:4px;flex-shrink:0;height:52px;overflow:hidden;position:relative;width:52px}.dataviews-view-list .dataviews-view-list__media-wrapper img{height:100%;object-fit:cover;width:100%}.dataviews-view-list .dataviews-view-list__media-wrapper:after{border-radius:4px;box-shadow:inset 0 0 0 1px #0000001a;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.dataviews-view-list .dataviews-view-list__field-wrapper{flex-grow:1;min-height:52px;min-width:0}.dataviews-view-list .dataviews-view-list__field{color:#757575}.dataviews-view-list .dataviews-view-list__fields{display:flex;flex-wrap:wrap;font-size:12px;gap:12px;row-gap:4px}.dataviews-view-list .dataviews-view-list__fields .dataviews-view-list__field:has(.dataviews-view-list__field-value:empty),.dataviews-view-list .dataviews-view-list__fields:empty{display:none}.dataviews-view-list .dataviews-view-list__fields .dataviews-view-list__field-value{align-items:center;display:flex;line-height:20px;min-height:24px}.dataviews-view-list+.dataviews-pagination{justify-content:space-between}.dataviews-view-list.has-compact-density div[role=row] .dataviews-view-list__item-wrapper{padding:8px 24px}.dataviews-view-list.has-compact-density div[role=row] .dataviews-view-list__title-field{line-height:16px;min-height:16px}.dataviews-view-list.has-compact-density div[role=row] .dataviews-view-list__media-wrapper{height:32px;width:32px}.dataviews-view-list.has-compact-density div[role=row] .dataviews-view-list__field-wrapper{min-height:32px}.dataviews-view-list.has-compact-density div[role=row] .dataviews-view-list__fields{gap:8px;row-gap:4px}.dataviews-view-list.has-compact-density div[role=row] .dataviews-view-list__fields .dataviews-view-list__field-value{line-height:16px;min-height:16px}.dataviews-view-list.has-comfortable-density div[role=row] .dataviews-view-list__item-wrapper{padding:24px}.dataviews-view-list.has-comfortable-density div[role=row] .dataviews-view-list__title-field{line-height:32px;min-height:32px}.dataviews-view-list.has-comfortable-density div[role=row] .dataviews-view-list__media-wrapper{height:64px;width:64px}.dataviews-view-list.has-comfortable-density div[role=row] .dataviews-view-list__field-wrapper{min-height:64px}.dataviews-view-list.has-comfortable-density div[role=row] .dataviews-view-list__fields{gap:16px;row-gap:8px}.dataviews-view-list.has-comfortable-density div[role=row] .dataviews-view-list__fields .dataviews-view-list__field-value{line-height:24px;min-height:32px}.dataviews-view-list.is-refreshing{opacity:.5;pointer-events:none}@media not (prefers-reduced-motion){.dataviews-view-list.is-refreshing{animation:dataviews-pulse 1s ease-in-out infinite;opacity:1}}.dataviews-view-list__group-header{color:#1e1e1e;font-size:15px;font-weight:499;margin:0 0 8px;padding:0 24px}.dataviews-view-table{background-color:inherit;border-collapse:collapse;border-color:inherit;color:#757575;margin-bottom:auto;position:relative;text-indent:0;width:100%}.dataviews-view-table th{color:#1e1e1e;font-size:13px;font-weight:400;text-align:left}.dataviews-view-table td,.dataviews-view-table th{padding:12px}.dataviews-view-table td.dataviews-view-table__actions-column,.dataviews-view-table th.dataviews-view-table__actions-column{text-align:right}.dataviews-view-table td.dataviews-view-table__actions-column--sticky,.dataviews-view-table th.dataviews-view-table__actions-column--sticky{background-color:var(--wp-dataviews-color-background,#fff);position:sticky;right:0}.dataviews-view-table td.dataviews-view-table__actions-column--stuck:after,.dataviews-view-table th.dataviews-view-table__actions-column--stuck:after{background-color:#f0f0f0;bottom:0;content:"";display:block;left:0;position:absolute;top:0;width:1px}.dataviews-view-table td.dataviews-view-table__checkbox-column,.dataviews-view-table th.dataviews-view-table__checkbox-column{padding-right:0}.dataviews-view-table td.dataviews-view-table__checkbox-column .dataviews-view-table__cell-content-wrapper,.dataviews-view-table th.dataviews-view-table__checkbox-column .dataviews-view-table__cell-content-wrapper{max-width:auto;min-width:auto}.dataviews-view-table tr{background-color:inherit;border-top:1px solid #f0f0f0}.dataviews-view-table tr td:first-child,.dataviews-view-table tr th:first-child{padding-left:24px}.dataviews-view-table tr td:last-child,.dataviews-view-table tr th:last-child{padding-right:24px}.dataviews-view-table tr:last-child{border-bottom:0}.dataviews-view-table tr .dataviews-item-actions .components-button:not(.dataviews-all-actions-button){opacity:0}@media (hover:none){.dataviews-view-table tr .dataviews-item-actions .components-button:not(.dataviews-all-actions-button){opacity:1}}.dataviews-view-table tr.is-selected{background-color:color-mix(in srgb,rgb(var(--wp-admin-theme-color--rgb)) 4%,#fff);color:#757575}.dataviews-view-table tr.is-selected,.dataviews-view-table tr.is-selected+tr{border-top:1px solid rgba(var(--wp-admin-theme-color--rgb),.12)}.dataviews-view-table tr.is-selected .dataviews-view-table__actions-column--sticky{background-color:color-mix(in srgb,rgb(var(--wp-admin-theme-color--rgb)) 4%,#fff)}.dataviews-view-table tr.is-hovered .dataviews-item-actions .components-button:not(.dataviews-all-actions-button),.dataviews-view-table tr:focus-within .dataviews-item-actions .components-button:not(.dataviews-all-actions-button),.dataviews-view-table tr:hover .dataviews-item-actions .components-button:not(.dataviews-all-actions-button){opacity:1}.dataviews-view-table.has-bulk-actions tr:focus-within .dataviews-view-table__actions-column--sticky,.dataviews-view-table.has-bulk-actions tr:hover .dataviews-view-table__actions-column--sticky{background-color:var(--wp-dataviews-color-background,#fff)}.dataviews-view-table.has-bulk-actions tr.is-selected .dataviews-view-table__actions-column--sticky,.dataviews-view-table.has-bulk-actions tr.is-selected:hover .dataviews-view-table__actions-column--sticky{background-color:color-mix(in srgb,rgb(var(--wp-admin-theme-color--rgb)) 4%,#fff)}.dataviews-view-table thead{background-color:inherit;inset-block-start:0;position:sticky;z-index:1}.dataviews-view-table thead tr{border:0}.dataviews-view-table thead th{background-color:inherit;font-size:11px;font-weight:499;padding-bottom:8px;padding-top:8px;text-transform:uppercase}.dataviews-view-table thead th:has(.dataviews-view-table-header-button){padding-left:4px;padding-right:4px}.dataviews-view-table thead th:has(.dataviews-view-table-header-button) .dataviews-view-table-header-button{gap:4px}.dataviews-view-table thead th:has(.dataviews-view-table-header-button):first-child{padding-left:16px}.dataviews-view-table thead th:has(.dataviews-view-table-header-button):last-child{padding-right:16px}.dataviews-view-table tbody td{vertical-align:top}.dataviews-view-table tbody .dataviews-view-table__cell-content-wrapper{align-items:center;display:flex;min-height:32px;white-space:nowrap}.dataviews-view-table tbody .dataviews-view-table__cell-content-wrapper.dataviews-view-table__cell-align-end{font-variant-numeric:tabular-nums;justify-content:flex-end}.dataviews-view-table tbody .dataviews-view-table__cell-content-wrapper.dataviews-view-table__cell-align-center{justify-content:center}.dataviews-view-table tbody .components-v-stack>.dataviews-view-table__cell-content-wrapper:not(:first-child){min-height:0}.dataviews-view-table .dataviews-view-table-header-button{font-size:11px;font-weight:499;padding:4px 8px;text-transform:uppercase}.dataviews-view-table .dataviews-view-table-header-button:not(:hover){color:#1e1e1e}.dataviews-view-table .dataviews-view-table-header-button span{speak:none}.dataviews-view-table .dataviews-view-table-header-button span:empty{display:none}.dataviews-view-table .dataviews-view-table-header{padding-left:4px}.dataviews-view-table .dataviews-view-table__actions-column{white-space:nowrap;width:auto}.dataviews-view-table.has-compact-density thead th:has(.dataviews-view-table-header-button):not(:first-child){padding-left:0}.dataviews-view-table.has-compact-density thead th:has(.dataviews-view-table-header-button):not(:last-child){padding-right:0}.dataviews-view-table.has-compact-density td,.dataviews-view-table.has-compact-density th{padding:4px 8px}.dataviews-view-table.has-comfortable-density td,.dataviews-view-table.has-comfortable-density th{padding:16px 12px}.dataviews-view-table.has-comfortable-density td.dataviews-view-table__checkbox-column,.dataviews-view-table.has-comfortable-density th.dataviews-view-table__checkbox-column,.dataviews-view-table.has-compact-density td.dataviews-view-table__checkbox-column,.dataviews-view-table.has-compact-density th.dataviews-view-table__checkbox-column{padding-right:0}.dataviews-view-table-selection-checkbox{--checkbox-input-size:24px}@media (min-width:600px){.dataviews-view-table-selection-checkbox{--checkbox-input-size:16px}}.dataviews-column-primary__media{background-color:#fff;border-radius:4px;flex-shrink:0;max-width:60px;min-height:32px;min-width:32px;overflow:hidden;position:relative}.dataviews-column-primary__media img{height:32px;object-fit:cover;width:32px}.dataviews-column-primary__media:after{border-radius:4px;box-shadow:inset 0 0 0 1px #0000001a;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.dataviews-view-table__cell-content-wrapper:not(.dataviews-column-primary__media),.dataviews-view-table__primary-column-content:not(.dataviews-column-primary__media){max-width:80ch;min-width:15ch}.dataviews-view-table__group-header-row .dataviews-view-table__group-header-cell{color:#1e1e1e;font-weight:499;padding:12px 24px}.dataviews-view-table col[class^=dataviews-view-table__col-]:not(.dataviews-view-table__col-first-data){width:1%}.dataviews-view-table.is-refreshing{opacity:.5;pointer-events:none}@media not (prefers-reduced-motion){.dataviews-view-table.is-refreshing{animation:dataviews-pulse 1s ease-in-out infinite;opacity:1}}.dataviews-view-picker-grid .dataviews-view-picker-grid__card{height:100%;justify-content:flex-start;position:relative}.dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__title-actions{padding:8px 0 4px}.dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__title-field{align-content:center;min-height:24px;overflow:hidden;text-align:start}.dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__title-field--clickable{width:fit-content}.dataviews-view-picker-grid .dataviews-view-picker-grid__card.is-selected .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field .dataviews-view-picker-grid__field-value{color:#1e1e1e}.dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__media:focus:after,.dataviews-view-picker-grid .dataviews-view-picker-grid__card.is-selected .dataviews-view-picker-grid__media:after{background-color:rgba(var(--wp-admin-theme-color--rgb),.08)}.dataviews-view-picker-grid .dataviews-view-picker-grid__card.is-selected .dataviews-view-picker-grid__media:after{box-shadow:inset 0 0 0 1px var(--wp-admin-theme-color)}.dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__media:focus:after{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.dataviews-view-picker-grid:focus-visible[aria-activedescendant]{outline:none}.dataviews-view-picker-grid:focus-visible [data-active-item=true]{outline:2px solid var(--wp-admin-theme-color)}.dataviews-view-picker-grid .dataviews-selection-checkbox{top:8px!important}.dataviews-view-picker-grid .dataviews-selection-checkbox input{pointer-events:none}.dataviews-view-picker-grid .dataviews-view-picker-grid__media{aspect-ratio:1/1;background-color:#fff;border-radius:4px;min-height:0;position:relative;width:100%}.dataviews-view-picker-grid .dataviews-view-picker-grid__media img{height:100%;object-fit:cover;width:100%}.dataviews-view-picker-grid .dataviews-view-picker-grid__media:after{border-radius:4px;box-shadow:inset 0 0 0 1px #0000001a;content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.dataviews-view-picker-grid .dataviews-view-picker-grid__fields{font-size:12px;line-height:16px;position:relative}.dataviews-view-picker-grid .dataviews-view-picker-grid__fields:not(:empty){padding:0 0 12px}.dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field-value:not(:empty){line-height:20px;min-height:24px;padding-top:2px}.dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field{align-items:center;min-height:24px}.dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field .dataviews-view-picker-grid__field-name{color:#757575;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:35%}.dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field .dataviews-view-picker-grid__field-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:65%}.dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field:not(:has(.dataviews-view-picker-grid__field-value:not(:empty))){display:none}.dataviews-view-picker-grid .dataviews-view-picker-grid__badge-fields:not(:empty){padding-bottom:12px}.dataviews-view-picker-grid__field-value:empty,.dataviews-view-picker-grid__field:empty{display:none}.dataviews-view-picker-grid__card .dataviews-selection-checkbox{left:8px;position:absolute;top:-9999em;z-index:1}@media (hover:none){.dataviews-view-picker-grid__card .dataviews-selection-checkbox{top:8px}}.dataviews-view-picker-grid__card.is-selected .dataviews-selection-checkbox,.dataviews-view-picker-grid__card:focus-within .dataviews-selection-checkbox,.dataviews-view-picker-grid__card:hover .dataviews-selection-checkbox{top:8px}.dataviews-view-picker-grid__media--clickable{cursor:pointer}.dataviews-view-picker-grid-group__header{color:#1e1e1e;font-size:15px;font-weight:499;margin:0 0 8px;padding:0 48px}.dataviews-view-picker-table{background-color:inherit}.dataviews-view-picker-table .dataviews-view-table__checkbox-column{width:48px}.dataviews-view-picker-table tbody:focus-visible[aria-activedescendant]{outline:none}.dataviews-view-picker-table tbody:focus-visible [data-active-item=true]{outline:2px solid var(--wp-admin-theme-color)}.dataviews-view-picker-table .dataviews-selection-checkbox .components-checkbox-control__input.components-checkbox-control__input{opacity:1;pointer-events:none}.dataviews-view-picker-table .dataviews-view-table__row{cursor:pointer}.dataviews-view-picker-table .dataviews-view-table__row.is-selected{background-color:rgba(var(--wp-admin-theme-color--rgb),.04)}.dataviews-view-picker-table .dataviews-view-table__row.is-hovered{background-color:rgba(var(--wp-admin-theme-color--rgb),.08)}.dataviews-view-picker-table .dataviews-view-table__row.is-selected.is-hovered{background-color:rgba(var(--wp-admin-theme-color--rgb),.12)}.dataviews-view-activity{margin:0 0 auto;padding:8px 24px}.dataviews-view-activity .dataviews-view-activity__group-header{color:#949494;font-size:15px;font-weight:499;margin:0 0 8px;padding:0}.dataviews-view-activity .dataviews-view-activity__item-actions{min-width:24px}.dataviews-view-activity .dataviews-view-activity__item-content{flex-grow:1}.dataviews-view-activity .dataviews-view-activity__item-content .dataviews-view-activity__item-description,.dataviews-view-activity .dataviews-view-activity__item-content .dataviews-view-activity__item-fields,.dataviews-view-activity .dataviews-view-activity__item-content .dataviews-view-activity__item-title{min-height:16px}.dataviews-view-activity .dataviews-view-activity__item-content .dataviews-view-activity__item-title{align-items:center;display:flex;flex:1;overflow:hidden;position:relative}.dataviews-view-activity .dataviews-view-activity__item-content .dataviews-view-activity__item-title--clickable{cursor:pointer}.dataviews-view-activity .dataviews-view-activity__item-content .dataviews-view-activity__item-title--clickable:focus-visible{border-radius:2px;outline:var(--wp-admin-border-width-focus) solid var(--wp-admin-theme-color);outline-offset:var(--wp-admin-border-width-focus)}.dataviews-view-activity .dataviews-view-activity__item-content .dataviews-view-activity__primary-actions{display:flex;flex:0 0 auto;width:max-content}.dataviews-view-activity .dataviews-view-activity__item-content .dataviews-view-activity__primary-actions .components-button{position:relative;z-index:1}.dataviews-view-activity .dataviews-view-activity__item-content .dataviews-view-activity__item-fields{color:#757575;display:flex;flex-wrap:wrap;gap:12px;row-gap:4px}.dataviews-view-activity .dataviews-view-activity__item-content .dataviews-view-activity__item-fields .dataviews-view-activity__item-field:has(.dataviews-view-activity__item-field-value:empty),.dataviews-view-activity .dataviews-view-activity__item-content .dataviews-view-activity__item-fields:empty{display:none}.dataviews-view-activity .dataviews-view-activity__item-content .dataviews-view-activity__item-fields .dataviews-view-activity__item-field-value{align-items:center;display:flex}.dataviews-view-activity .dataviews-view-activity__item-type{align-self:stretch;flex-shrink:0}.dataviews-view-activity .dataviews-view-activity__item-type:after{background-color:#ddd;content:"";flex:1 1 auto;margin:0 auto;width:1px}.dataviews-view-activity .dataviews-view-activity__item-type:before{background-color:#ddd;content:"";flex:0 0 auto;margin:0 auto;width:1px}.dataviews-view-activity .dataviews-view-activity__item.is-compact .dataviews-view-activity__item-type{width:8px}.dataviews-view-activity .dataviews-view-activity__item.is-compact .dataviews-view-activity__item-type:before{height:12px}.dataviews-view-activity .dataviews-view-activity__item.is-compact .dataviews-view-activity__item-type-icon{height:11px;width:11px}.dataviews-view-activity .dataviews-view-activity__item.is-compact .dataviews-view-activity__item-content{margin:12px 0}.dataviews-view-activity .dataviews-view-activity__item.is-balanced .dataviews-view-activity__item-type{width:24px}.dataviews-view-activity .dataviews-view-activity__item.is-balanced .dataviews-view-activity__item-type:before{height:12px}.dataviews-view-activity .dataviews-view-activity__item.is-balanced .dataviews-view-activity__item-type-icon{height:25px;width:25px}.dataviews-view-activity .dataviews-view-activity__item.is-balanced .dataviews-view-activity__item-content{margin:12px 0;padding-top:8px}.dataviews-view-activity .dataviews-view-activity__item.is-comfortable .dataviews-view-activity__item-type{width:32px}.dataviews-view-activity .dataviews-view-activity__item.is-comfortable .dataviews-view-activity__item-type:before{height:8px}.dataviews-view-activity .dataviews-view-activity__item.is-comfortable .dataviews-view-activity__item-type-icon{height:33px;width:33px}.dataviews-view-activity .dataviews-view-activity__item.is-comfortable .dataviews-view-activity__item-content{margin:8px 0 16px;padding-top:12px}.dataviews-view-activity .dataviews-view-activity__item.is-balanced .dataviews-view-activity__item-bullet,.dataviews-view-activity .dataviews-view-activity__item.is-comfortable .dataviews-view-activity__item-bullet{height:9px;position:relative;top:50%;transform:translateY(-50%);width:9px}.dataviews-view-activity .dataviews-view-activity__item:first-child .dataviews-view-activity__item-type:before{visibility:hidden}.dataviews-view-activity .dataviews-view-activity__group:last-of-type>.dataviews-view-activity__item:last-of-type .dataviews-view-activity__item-type:after,.dataviews-view-activity>.dataviews-view-activity__item:last-child .dataviews-view-activity__item-type:after{background:linear-gradient(180deg,#ddd 0,#ddd3 60%,#ddd0)}.dataviews-view-activity .dataviews-view-activity__item-type-icon{background-color:#fff;flex-shrink:0;overflow:hidden}.dataviews-view-activity .dataviews-view-activity__item-type-icon .dataviews-view-activity__item-bullet,.dataviews-view-activity .dataviews-view-activity__item-type-icon img,.dataviews-view-activity .dataviews-view-activity__item-type-icon svg{border-radius:50%;box-shadow:inset 0 0 0 1px #ddd;box-sizing:border-box;display:block;height:100%;margin:0 auto;object-fit:cover;width:100%}.dataviews-view-activity .dataviews-view-activity__item-type-icon svg{padding:4px}.dataviews-view-activity .dataviews-view-activity__item-type-icon .dataviews-view-activity__item-bullet{background-color:#ddd;content:""}.dataviews-view-activity.is-refreshing{opacity:.5;pointer-events:none}@media not (prefers-reduced-motion){.dataviews-view-activity.is-refreshing{animation:dataviews-pulse 1s ease-in-out infinite;opacity:1}}.dataviews-view-activity+.dataviews-pagination{justify-content:space-between}.dataviews-picker-footer__bulk-selection{align-self:flex-start;height:32px}.dataviews-picker-footer__actions{align-self:flex-end}.dataviews-controls__datetime{border:none;padding:0}.dataviews-controls__relative-date-number,.dataviews-controls__relative-date-unit{flex:1 1 50%}.dataviews-controls__date input[type=date]::-webkit-calendar-picker-indicator,.dataviews-controls__date input[type=date]::-webkit-inner-spin-button{-webkit-appearance:none;display:none}.dataviews-controls__date-range-inputs>*{min-width:0}.dataviews-controls__color-picker-dropdown{display:flex}.dataviews-controls__date-preset{border:1px solid #ddd}.dataviews-controls__date-preset:active{background-color:#000}.dataforms-layouts-panel__field-trigger{align-items:flex-start;border-radius:2px;color:inherit;cursor:pointer;display:flex;isolation:isolate;min-height:24px;position:relative;width:100%}.dataforms-layouts-panel__field-trigger--label-side{flex-direction:row;gap:var(--wpds-dimension-gap-md,12px)}.dataforms-layouts-panel__field-trigger--label-top{display:grid;grid-template-columns:1fr auto}.dataforms-layouts-panel__field-trigger--label-none{align-items:center}.dataforms-layouts-panel__field-trigger:not(.is-disabled):hover{color:var(--wp-admin-theme-color)}.dataforms-layouts-panel__field-trigger:not(.is-disabled):hover .dataforms-layouts-panel__field-trigger-icon{opacity:1}.dataforms-layouts-panel__field-trigger:not(.is-disabled):hover .dataforms-layouts-panel__field-label{color:var(--wp-admin-theme-color)}.dataforms-layouts-panel__field-trigger.is-disabled{cursor:default}.dataforms-layouts-panel__field-trigger.is-disabled .dataforms-layouts-panel__field-control{color:#757575;font-weight:var(--wpds-font-weight-regular,400)}.dataforms-layouts-panel__field-trigger--edit-always .dataforms-layouts-panel__field-trigger-icon{fill:currentColor;opacity:1}.dataforms-layouts-panel__field-trigger--edit-always .dataforms-layouts-panel__field-trigger-icon:focus-visible,.dataforms-layouts-panel__field-trigger--edit-always .dataforms-layouts-panel__field-trigger-icon:hover{fill:var(--wp-admin-theme-color)}.dataforms-layouts-panel__field-trigger-icon{border-radius:var(--wpds-border-radius-xs,1px);color:var(--wp-admin-theme-color);flex:0 0 auto;opacity:0;padding:0}.dataforms-layouts-panel__field-trigger-icon:focus-visible{opacity:1;outline:var(--wpds-border-width-focus,var(--wp-admin-border-width-focus,2px)) solid var(--wp-admin-theme-color)}.dataforms-layouts-panel__field-dropdown-anchor,.dataforms-layouts-panel__field-dropdown-anchor .components-dropdown{width:100%}.dataforms-layouts-panel__field-label{align-items:center;color:#757575;display:flex;flex-shrink:0;hyphens:auto;line-height:20px;min-height:24px;text-transform:capitalize;width:38%}.dataforms-layouts-panel__field-label .components-base-control__label{display:inline;line-height:inherit;margin-bottom:0}.dataforms-layouts-panel__field-label.has-error{color:#cc1818}.dataforms-layouts-panel__field-label-error-content{fill:#cc1818;align-items:center;cursor:help;display:inline-flex;flex-direction:row;gap:4px;position:relative;z-index:1}.dataforms-layouts-panel__field-label-error-content svg{fill:currentColor}.dataforms-layouts-panel__field-control{align-items:center;display:flex;flex-grow:1;font-weight:var(--wpds-font-weight-medium,499);line-height:var(--wpds-font-line-height-md,24px);min-height:24px;min-width:0;overflow:hidden}.dataforms-layouts-panel__field-control>*{min-width:0}.dataforms-layouts-panel__field-trigger--label-top .dataforms-layouts-panel__field-label{width:100%}.dataforms-layouts-panel__field-trigger--label-top .dataforms-layouts-panel__field-control{grid-column:1/-1}.dataforms-layouts-panel__field-trigger--label-top .dataforms-layouts-panel__field-trigger-icon{grid-column:2;grid-row:1}.dataforms-layouts-panel__field-dropdown .components-popover__content{min-width:320px;padding:16px}.dataforms-layouts-panel__dropdown-header{margin-bottom:16px}.dataforms-layouts-panel__modal-footer{margin-top:16px}.components-popover.components-dropdown__content.dataforms-layouts-panel__field-dropdown{z-index:159990}.dataforms-layouts-regular__field{align-items:flex-start!important;justify-content:flex-start!important;min-height:32px;width:100%}.dataforms-layouts-regular__field .components-base-control__label,.dataforms-layouts-regular__field .components-form-token-field__label,.dataforms-layouts-regular__field .components-input-control__label{color:#1e1e1e}.dataforms-layouts-regular__field-label{align-items:center;display:flex;flex-shrink:0;hyphens:auto;line-height:20px;min-height:32px;width:38%}.dataforms-layouts-regular__field-label--label-position-side{align-self:center}.dataforms-layouts-regular__field-label .components-base-control__label{margin-bottom:0}.dataforms-layouts-regular__field-control{align-items:center;display:flex;flex-grow:1;min-height:32px}.dataforms-layouts-card__field-header-label{font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:15px;font-weight:499;line-height:20px}.dataforms-layouts-card__field{width:100%}.dataforms-layouts-card__field-description{color:#757575;display:block;font-size:13px;margin-bottom:16px}.dataforms-layouts-card__field-summary{display:flex;flex-direction:row;gap:16px}.dataforms-layouts-details__summary-content{display:inline-flex;min-height:24px}.dataforms-layouts-details__content{padding-top:12px}.dataforms-layouts-row__field-control{width:100%}.dataforms-layouts__wrapper{font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:400;line-height:20px}.media-editor-preview{align-items:center;box-sizing:border-box;display:flex;justify-content:center;min-height:100%;padding:32px;position:relative}.media-editor-preview__spinner{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.media-editor-preview--loading{height:100%;width:100%}.media-editor-preview--image img{height:auto;max-height:100%;max-width:100%;object-fit:contain;opacity:0;width:auto}@keyframes __wp-base-styles-fade-in{0%{opacity:0}to{opacity:1}}@media not (prefers-reduced-motion){.media-editor-preview--image img.loaded{animation:__wp-base-styles-fade-in .08s linear 0s;animation-fill-mode:forwards}}.media-editor-preview--video video{height:auto;max-height:100%;max-width:100%;object-fit:contain;width:auto}.media-editor-preview--audio audio{max-width:100%}.media-editor-preview--file{text-align:center}.media-editor-preview__file-info{background:#f0f0f0;border-radius:2px;padding:24px}.media-editor-preview__file-name{font-weight:600;margin-bottom:8px}.media-editor-preview__mime-type{color:#757575;font-size:.9em;margin-bottom:16px}.media-editor-preview__download-link{display:inline-block;margin-top:8px}.media-editor-preview--empty,.media-editor-preview--error{color:#757575;text-align:center}.media-editor-preview__url{color:#949494;font-size:.9em;margin-top:8px;word-break:break-all}.editor-autocompleters__user .editor-autocompleters__no-avatar:before{content:"\f110";font:normal 20px/1 dashicons;margin-right:5px;vertical-align:middle}.editor-autocompleters__user .editor-autocompleters__user-avatar{flex-grow:0;flex-shrink:0;height:24px;margin-right:8px;max-width:none;width:24px}.editor-autocompleters__user .editor-autocompleters__user-name{flex-grow:1;flex-shrink:0;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.editor-autocompleters__user .editor-autocompleters__user-slug{flex-grow:0;flex-shrink:0;margin-left:8px;max-width:100px;overflow:none;text-overflow:ellipsis;white-space:nowrap}.editor-autocompleters__user:not(.is-primary) .editor-autocompleters__user-slug{color:#757575}.interface-interface-skeleton__sidebar:has(.editor-collab-sidebar){box-shadow:none}.interface-interface-skeleton__sidebar:has(.editor-collab-sidebar) .interface-complementary-area-header{display:none}.editor-collab-sidebar{height:100%;overflow:hidden}.editor-collab-sidebar-panel{height:100%;overflow:hidden;padding:16px 16px 24px}.editor-collab-sidebar-panel__thread{background-color:#f0f0f0;border:1px solid #ddd;border-radius:8px;overflow:hidden;padding:16px;position:relative;width:auto}.editor-collab-sidebar-panel__thread.is-selected{background-color:#fff;box-shadow:0 2px 3px #0000000d,0 4px 5px #0000000a,0 12px 12px #00000008,0 16px 16px #00000005;z-index:1}.editor-collab-sidebar-panel__thread:focus{outline:var(--wp-admin-border-width-focus) solid var(--wp-admin-theme-color);outline-offset:calc(var(--wp-admin-border-width-focus)*-1)}.editor-collab-sidebar-panel__thread.is-floating{left:16px;margin-top:16px;position:absolute;right:16px}.editor-collab-sidebar-panel__user-name{text-transform:capitalize}.editor-collab-sidebar-panel__user-name,.editor-collab-sidebar-panel__user-time{color:#757575;font-size:12px;font-weight:400;line-height:16px;text-align:left}.editor-collab-sidebar-panel__user-comment p:last-child{margin-bottom:0}.editor-collab-sidebar-panel__user-avatar{background:#fff;border-radius:50%;border-style:solid;border-width:var(--wp-admin-border-width-focus);flex-shrink:0;padding:var(--wp-admin-border-width-focus)}.editor-collab-sidebar-panel__comment-status{margin-left:auto}.editor-collab-sidebar-panel__comment-status button.has-icon:not(.has-text){flex-shrink:0;height:24px;min-width:24px;padding:0;width:24px}.editor-collab-sidebar-panel__comment-dropdown-menu{flex-shrink:0}.editor-collab-sidebar-panel__more-reply-separator:after,.editor-collab-sidebar-panel__more-reply-separator:before{background-color:#ddd;content:"";display:block;flex:1;height:1px;width:100%}.editor-collab-sidebar-panel__more-reply-button{font-weight:499}.editor-collab-sidebar-panel__resolution-text{font-style:italic}.editor-collab-sidebar-panel__comment-form textarea{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;line-height:normal;padding:6px 8px}@media not (prefers-reduced-motion){.editor-collab-sidebar-panel__comment-form textarea{transition:box-shadow .1s linear}}@media (min-width:600px){.editor-collab-sidebar-panel__comment-form textarea{font-size:13px;line-height:normal}}.editor-collab-sidebar-panel__comment-form textarea:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.editor-collab-sidebar-panel__comment-form textarea::placeholder{color:#1e1e1e9e}.editor-collab-sidebar-panel__comment-form textarea{display:block;line-height:20px!important;padding:9px 11px}.editor-collab-sidebar-panel__skip-to-block,.editor-collab-sidebar-panel__skip-to-comment{background:#fff!important;clip-path:inset(50%);overflow:hidden;position:absolute;right:-9999px;top:-9999px;z-index:-1}.editor-collab-sidebar-panel__skip-to-block:focus,.editor-collab-sidebar-panel__skip-to-comment:focus{clip-path:none;overflow:visible;right:8px;z-index:1}.editor-collab-sidebar-panel__skip-to-comment:focus{top:8px}.editor-collab-sidebar-panel__skip-to-block:focus{bottom:8px;top:auto}.comment-avatar{background:#fff;border-radius:50%;border-style:solid;border-width:var(--wp-admin-border-width-focus);box-sizing:border-box;margin-left:-12px;padding:var(--wp-admin-border-width-focus);width:24px}.comment-avatar:first-child{margin-left:0}.show-icon-labels .comment-avatar-indicator{width:auto}.show-icon-labels .comment-avatar-indicator div{display:none}.show-icon-labels .comment-avatar-indicator:after{content:attr(aria-label);font-size:12px}.editor-avatar{align-items:center;box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003;display:inline-flex}.editor-avatar,.editor-avatar__image{border-radius:9999px;flex-shrink:0;position:relative}.editor-avatar__image{background-color:var(--wp-admin-theme-color,#3858e9);border:0;box-sizing:border-box;color:#fff;font-size:0;height:32px;overflow:hidden;overflow:clip;width:32px}.is-small>.editor-avatar__image{height:24px;width:24px}.has-avatar-border-color>.editor-avatar__image{background-clip:padding-box;border:var(--wp-admin-border-width-focus) solid var(--editor-avatar-outline-color)}.has-avatar-border-color>.editor-avatar__image:after{border-radius:inherit;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus,2px) #fff;content:"";inset:0;pointer-events:none;position:absolute;z-index:1}.editor-avatar__img{border-radius:inherit;height:100%;inset:0;object-fit:cover;opacity:0;position:absolute;width:100%}.has-src>.editor-avatar__image>.editor-avatar__img{opacity:1}.editor-avatar:not(.has-src)>.editor-avatar__image{align-items:center;background-clip:initial;border:0;display:flex;font-size:11px;font-weight:499;justify-content:center}.editor-avatar:not(.has-src)>.editor-avatar__image:after{content:none}.editor-avatar:not(.has-src).has-avatar-border-color>.editor-avatar__image{background-color:var(--editor-avatar-outline-color)}.editor-avatar__name{color:var(--editor-avatar-name-color,#fff);font-size:13px;font-weight:499;line-height:20px;min-width:0;opacity:0;overflow:hidden;padding-bottom:2px;transition:opacity .15s cubic-bezier(.15,0,.15,1);white-space:nowrap}.editor-avatar.is-badge{background-color:var(--wp-admin-theme-color,#3858e9);column-gap:0;display:inline-grid;grid-template-columns:min-content 0fr;padding-inline-end:0;transition:grid-template-columns .3s cubic-bezier(.15,0,.15,1),column-gap .3s cubic-bezier(.15,0,.15,1),padding-inline-end .3s cubic-bezier(.15,0,.15,1)}.editor-avatar.is-badge:hover{column-gap:4px;grid-template-columns:min-content 1fr;padding-inline-end:8px;transition-timing-function:cubic-bezier(.85,0,.85,1)}.editor-avatar.is-badge:hover .editor-avatar__name{opacity:1;transition-timing-function:cubic-bezier(.85,0,.85,1)}.editor-avatar.is-badge.has-avatar-border-color{background-color:var(--editor-avatar-outline-color)}.editor-avatar.is-dimmed>.editor-avatar__image{background-color:#757575;opacity:.5}.editor-avatar.is-dimmed.has-avatar-border-color>.editor-avatar__image{border-color:#757575}.editor-avatar.is-dimmed .editor-avatar__img{filter:grayscale(1)}.editor-avatar__status-indicator{fill:#1e1e1e;align-items:center;color:#1e1e1e;display:flex;height:32px;justify-content:center;left:0;position:absolute;top:0;width:32px;z-index:1}.is-small>.editor-avatar__status-indicator{height:24px;width:24px}.editor-avatar__status-indicator svg{height:75%;width:75%}@media (prefers-reduced-motion:reduce){.editor-avatar.is-badge,.editor-avatar__name{transition:none}}.editor-avatar-group{align-items:center;display:flex}.editor-avatar-group>.editor-avatar+.editor-avatar{margin-inline-start:-8px}.editor-avatar-group>.editor-avatar{position:relative}.editor-avatar-group>.editor-avatar:first-child{z-index:10}.editor-avatar-group>.editor-avatar:nth-child(2){z-index:9}.editor-avatar-group>.editor-avatar:nth-child(3){z-index:8}.editor-avatar-group>.editor-avatar:nth-child(4){z-index:7}.editor-avatar-group>.editor-avatar:nth-child(5){z-index:6}.editor-avatar-group>.editor-avatar:nth-child(6){z-index:5}.editor-avatar-group>.editor-avatar:nth-child(7){z-index:4}.editor-avatar-group>.editor-avatar:nth-child(8){z-index:3}.editor-avatar-group>.editor-avatar:nth-child(9){z-index:2}.editor-avatar-group>.editor-avatar:nth-child(10){z-index:1}.editor-avatar-group__overflow{color:#1e1e1e;font-size:12px;line-height:20px;margin-inline-end:4px;margin-inline-start:4px;white-space:nowrap}.editor-collapsible-block-toolbar{align-items:center;display:flex;height:64px;overflow:hidden}.editor-collapsible-block-toolbar .block-editor-block-contextual-toolbar{background:#0000;border-bottom:0;height:100%}.editor-collapsible-block-toolbar .block-editor-block-toolbar{height:100%;padding-top:17px}.editor-collapsible-block-toolbar .block-editor-block-toolbar .components-button:not(.block-editor-block-mover-button){height:32px}.editor-collapsible-block-toolbar:after{background-color:#ddd;content:"";height:24px;margin-right:7px;width:1px}.editor-collapsible-block-toolbar .components-toolbar,.editor-collapsible-block-toolbar .components-toolbar-group{border-right:none;position:relative}.editor-collapsible-block-toolbar .components-toolbar-group:after,.editor-collapsible-block-toolbar .components-toolbar:after{background-color:#ddd;content:"";height:24px;position:absolute;right:-1px;top:4px;width:1px}.editor-collapsible-block-toolbar .components-toolbar .components-toolbar-group.components-toolbar-group:after,.editor-collapsible-block-toolbar .components-toolbar-group .components-toolbar-group.components-toolbar-group:after{display:none}.editor-collapsible-block-toolbar .block-editor-block-mover.is-horizontal .block-editor-block-mover-button{height:32px;overflow:visible}@media (min-width:600px){.editor-collapsible-block-toolbar .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container{height:40px;position:relative;top:-4px}}.editor-collapsible-block-toolbar.is-collapsed{display:none}.editor-block-visibility__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}.editor-block-visibility__disabled-blocks-count~.block-editor-block-manager__content .block-editor-block-manager__category-title{top:31px}.editor-block-visibility__disabled-blocks-count .is-link{margin-left:12px}.editor-blog-title-dropdown__content .components-popover__content{min-width:320px;padding:16px}.editor-document-bar{align-items:center;background:#f0f0f0;border-radius:4px;display:flex;height:32px;justify-content:space-between;min-width:0;width:min(100%,450px)}.editor-document-bar:hover{background-color:#e0e0e0}.editor-document-bar .components-button{border-radius:4px}@media not (prefers-reduced-motion){.editor-document-bar .components-button{transition:background-color .1s ease-out}}.editor-document-bar .components-button:hover{background:#e0e0e0}@media screen and (min-width:782px) and (max-width:960px){.editor-document-bar.has-back-button .editor-document-bar__post-type-label{display:none}}.editor-document-bar__command{color:var(--wp-block-synced-color);flex-grow:1;overflow:hidden}.editor-document-bar__title{color:#1e1e1e;margin:0 auto;max-width:70%;overflow:hidden}@media (min-width:782px){.editor-document-bar__title{padding-left:24px}}.editor-document-bar__title h1{align-items:center;display:flex;font-weight:400;justify-content:center;overflow:hidden;white-space:nowrap}.editor-document-bar__post-title{color:currentColor;flex:1;overflow:hidden;text-overflow:ellipsis}.editor-document-bar__post-type-label{color:#2f2f2f;flex:0;padding-left:4px}@media screen and (max-width:600px){.editor-document-bar__post-type-label{display:none}}.editor-document-bar__shortcut{color:#2f2f2f;display:none;min-width:24px}@media (min-width:782px){.editor-document-bar__shortcut{display:initial}}.editor-document-bar__back.components-button.has-icon.has-text{color:#757575;flex-shrink:0;gap:0;min-width:36px;position:absolute;z-index:1}.editor-document-bar__back.components-button.has-icon.has-text:hover{background-color:initial;color:#1e1e1e}.editor-document-bar__icon-layout.editor-document-bar__icon-layout{display:none;margin-left:12px;pointer-events:none;position:absolute}.editor-document-bar__icon-layout.editor-document-bar__icon-layout svg{fill:#949494}@media (min-width:600px){.editor-document-bar__icon-layout.editor-document-bar__icon-layout{display:flex}}.document-outline ul{margin:0;padding:0}.document-outline__item{display:flex;margin:4px 0}.document-outline__item a{text-decoration:none}.document-outline__item .document-outline__emdash:before{color:#ddd;margin-right:4px}.document-outline__item.is-h2 .document-outline__emdash:before{content:"—"}.document-outline__item.is-h3 .document-outline__emdash:before{content:"——"}.document-outline__item.is-h4 .document-outline__emdash:before{content:"———"}.document-outline__item.is-h5 .document-outline__emdash:before{content:"————"}.document-outline__item.is-h6 .document-outline__emdash:before{content:"—————"}.document-outline__button{align-items:flex-start;background:none;border:none;border-radius:2px;color:#1e1e1e;cursor:pointer;display:flex;margin:0 0 0 -1px;padding:2px 5px 2px 1px;text-align:left}.document-outline__button:disabled,.document-outline__button[aria-disabled=true]{color:#757575;cursor:default}.document-outline__button:focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.document-outline__level{background:#ddd;border-radius:3px;color:#1e1e1e;font-size:13px;margin-right:4px;padding:1px 6px}.is-invalid .document-outline__level{background:#f0b849}.document-outline__item-content{padding:1px 0}.editor-document-outline.has-no-headings>svg{margin-top:28px}.editor-document-outline.has-no-headings>p{padding-left:32px;padding-right:32px}.editor-document-outline.has-no-headings{color:#757575;text-align:center}.editor-document-tools{align-items:center;display:inline-flex}.editor-document-tools .editor-document-tools__left>.editor-history__redo,.editor-document-tools .editor-document-tools__left>.editor-history__undo{display:none}@media (min-width:782px){.editor-document-tools .editor-document-tools__left>.editor-history__redo,.editor-document-tools .editor-document-tools__left>.editor-history__undo{display:inline-flex}}.editor-document-tools .editor-document-tools__left>.editor-document-tools__inserter-toggle{display:inline-flex}@media not (prefers-reduced-motion){.editor-document-tools .editor-document-tools__left>.editor-document-tools__inserter-toggle svg{transition:transform .2s cubic-bezier(.165,.84,.44,1)}}.editor-document-tools .editor-document-tools__left>.editor-document-tools__inserter-toggle.is-pressed svg{transform:rotate(45deg)}.editor-document-tools .block-editor-list-view{display:none}@media (min-width:600px){.editor-document-tools .block-editor-list-view{display:flex}}.editor-document-tools .editor-document-tools__left>.components-button.has-icon,.editor-document-tools .editor-document-tools__left>.components-dropdown>.components-button.has-icon{height:32px;min-width:32px;padding:4px}.editor-document-tools .editor-document-tools__left>.components-button.has-icon.is-pressed,.editor-document-tools .editor-document-tools__left>.components-dropdown>.components-button.has-icon.is-pressed{background:#1e1e1e}.editor-document-tools .editor-document-tools__left>.components-button.has-icon:focus:not(:disabled),.editor-document-tools .editor-document-tools__left>.components-dropdown>.components-button.has-icon:focus:not(:disabled){box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color),inset 0 0 0 1px #fff;outline:1px solid #0000}.editor-document-tools .editor-document-tools__left>.components-button.has-icon:before,.editor-document-tools .editor-document-tools__left>.components-dropdown>.components-button.has-icon:before{display:none}.editor-document-tools__left{align-items:center;display:inline-flex;gap:8px}.editor-document-tools__left:not(:last-child){margin-inline-end:8px}.show-icon-labels .editor-document-tools .editor-document-tools__left>.editor-document-tools__inserter-toggle.has-icon{padding:0 8px;width:auto}.show-icon-labels .editor-document-tools__left>*+*{margin-left:8px}.editor-editor-interface .entities-saved-states__panel-header{height:65px}.editor-editor-interface .interface-interface-skeleton__content{isolation:isolate}.editor-visual-editor{flex:1 0 auto}.editor-notices__dismissible,.editor-notices__pinned{left:0;position:relative;right:0;top:0}.entities-saved-states__panel-header{background:#fff;border-bottom:1px solid #ddd;box-sizing:border-box;height:64px;padding-left:16px;padding-right:16px}.entities-saved-states__text-prompt{padding:16px 16px 4px}.entities-saved-states__text-prompt .entities-saved-states__text-prompt--header{display:block;margin-bottom:12px}.entities-saved-states__panel.is-inline .entities-saved-states__text-prompt{padding:0}.entities-saved-states__panel.is-inline .entities-saved-states__panel-body{border:0;padding-left:0;padding-right:0}.entities-saved-states__panel.is-inline .entities-saved-states__panel-body>h2{margin-bottom:0;margin-left:-16px;margin-right:-16px}.entities-saved-states__panel.is-inline .entities-saved-states__panel-body>h2 button{font-size:11px;text-transform:uppercase}.entities-saved-states__panel.is-inline .entities-saved-states__text-prompt--header-wrapper{display:none}.entities-saved-states__panel.is-inline .entities-saved-states__text-prompt--changes-count{margin-bottom:8px;margin-top:0}.entities-saved-states__panel.is-inline .entities-saved-states__panel-footer{margin-top:16px}.entities-saved-states__change-control{flex:1}.entities-saved-states__changes{font-size:13px;list-style:disc;margin:4px 16px 0 24px}.entities-saved-states__changes li{margin-bottom:4px}.editor-error-boundary{background-color:#fff;border:1px solid #1e1e1e;border-radius:2px;box-shadow:0 5px 15px #00000014,0 15px 27px #00000012,0 30px 36px #0000000a,0 50px 43px #00000005;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;margin:64px auto auto;max-width:780px;padding:1em}.editor-global-styles-header__description{padding:0 16px}.editor-global-styles-header{margin-bottom:0!important}.editor-global-styles-sidebar{display:flex;flex-direction:column;min-height:100%}.editor-global-styles-sidebar__panel{flex:1}.editor-global-styles-sidebar .editor-global-styles-sidebar__header-title{margin:0}.editor-global-styles-sidebar .editor-global-styles-sidebar__header-actions{flex:1}.editor-global-styles-sidebar .components-navigation__menu-title-heading{font-size:15.6px;font-weight:499}.editor-global-styles-sidebar .components-navigation__item>button span{font-weight:499}.editor-global-styles-sidebar .block-editor-panel-color-gradient-settings{border:0}.editor-global-styles-sidebar .single-column{grid-column:span 1}.editor-global-styles-sidebar .components-tools-panel .span-columns{grid-column:1/-1}.editor-global-styles-sidebar__blocks-group{border-top:1px solid #e0e0e0;padding-top:24px}.editor-global-styles-sidebar__blocks-group-help{padding:0 16px}.global-styles-ui-color-palette-panel,.global-styles-ui-gradient-palette-panel{padding:16px}.editor-global-styles-sidebar hr{margin:0}.show-icon-labels .editor-global-styles-sidebar__header .components-button.has-icon{width:auto}.show-icon-labels .editor-global-styles-sidebar__header .components-button.has-icon svg{display:none}.show-icon-labels .editor-global-styles-sidebar__header .components-button.has-icon:after{content:attr(aria-label);font-size:12px}.editor-welcome-guide{width:312px}.editor-welcome-guide.guide-styles .editor-welcome-guide__image{background:#00a0d2}.editor-welcome-guide__image{margin:0 0 16px}.editor-welcome-guide__image>img{display:block;max-width:100%;object-fit:cover}.editor-welcome-guide__heading{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:24px;line-height:1.4;margin:16px 0;padding:0 32px}.editor-welcome-guide__text{font-size:13px;line-height:1.4;margin:0 0 16px;padding:0 32px}.editor-welcome-guide__text img{vertical-align:bottom}.editor-welcome-guide .components-button:hover svg{fill:#fff}.editor-header{box-sizing:border-box}.editor-header *,.editor-header :after,.editor-header :before{box-sizing:inherit}.editor-header{background:#fff;display:grid;grid-auto-flow:row;grid-template:auto/64px minmax(0,max-content) minmax(min-content,1fr) 64px;height:64px}.editor-header:has(>.editor-header__center){grid-template:auto/64px min-content 1fr min-content 64px}@media (min-width:782px){.editor-header:has(>.editor-header__center){grid-template:auto/64px minmax(min-content,2fr) 2.5fr minmax(min-content,2fr) 64px}}@media (min-width:480px){.editor-header{gap:16px}}.editor-header{align-items:center;justify-content:space-between;max-width:100vw}@media (min-width:280px){.editor-header{flex-wrap:nowrap}}.editor-header__toolbar{grid-column:1/3}.editor-header__toolbar>:first-child{margin-inline:16px 0}.editor-header__back-button+.editor-header__toolbar{grid-column:2/3}@media (min-width:480px){.editor-header__back-button+.editor-header__toolbar>:first-child{margin-inline:0}}.editor-header__toolbar{align-items:center;clip-path:inset(-2px);display:flex;min-width:0}@media (min-width:480px){.editor-header__toolbar{clip-path:none}}.editor-header__toolbar .table-of-contents{display:none}@media (min-width:600px){.editor-header__toolbar .table-of-contents{display:block}}.editor-header__toolbar .editor-collapsible-block-toolbar,.editor-header__toolbar .editor-collapsible-block-toolbar.is-collapsed~.editor-collapsible-block-toolbar__toggle{margin-inline:8px 0}.editor-header__center{align-items:center;clip-path:inset(-2px);display:flex;grid-column:3/4;justify-content:center;min-width:0}@media (max-width:479px){.editor-header__center>:first-child{margin-inline-start:8px}.editor-header__center>:last-child{margin-inline-end:8px}}.editor-revisions-header .editor-header__center{clip-path:none}.editor-header__settings{grid-column:3/-1}.editor-header:has(>.editor-header__center) .editor-header__settings{grid-column:4/-1}.editor-header__settings{align-items:center;display:inline-flex;flex-wrap:nowrap;justify-self:end;padding-right:4px}@media (min-width:600px){.editor-header__settings{padding-right:8px}}.editor-header__settings{gap:8px}.show-icon-labels .editor-header .components-button.has-icon,.show-icon-labels.interface-pinned-items .components-button.has-icon{width:auto}.show-icon-labels .editor-header .components-button.has-icon svg,.show-icon-labels.interface-pinned-items .components-button.has-icon svg{display:none}.show-icon-labels .editor-header .components-button.has-icon:after,.show-icon-labels.interface-pinned-items .components-button.has-icon:after{content:attr(aria-label);white-space:nowrap}.show-icon-labels .editor-header .components-button.has-icon[aria-disabled=true],.show-icon-labels.interface-pinned-items .components-button.has-icon[aria-disabled=true]{background-color:initial}.show-icon-labels .editor-header .is-tertiary:active,.show-icon-labels.interface-pinned-items .is-tertiary:active{background-color:initial;box-shadow:0 0 0 1.5px var(--wp-admin-theme-color)}.show-icon-labels .editor-header .components-button.has-icon.button-toggle svg,.show-icon-labels.interface-pinned-items .components-button.has-icon.button-toggle svg{display:block}.show-icon-labels .editor-header .components-button.has-icon.button-toggle:after,.show-icon-labels.interface-pinned-items .components-button.has-icon.button-toggle:after{content:none}.show-icon-labels .editor-header .components-menu-items-choice .components-menu-items__item-icon.components-menu-items__item-icon,.show-icon-labels.interface-pinned-items .components-menu-items-choice .components-menu-items__item-icon.components-menu-items__item-icon{display:block}.show-icon-labels .editor-header .editor-document-tools__inserter-toggle.editor-document-tools__inserter-toggle,.show-icon-labels .editor-header .interface-pinned-items .components-button,.show-icon-labels.interface-pinned-items .editor-document-tools__inserter-toggle.editor-document-tools__inserter-toggle,.show-icon-labels.interface-pinned-items .interface-pinned-items .components-button{padding-left:8px;padding-right:8px}@media (min-width:600px){.show-icon-labels .editor-header .editor-document-tools__inserter-toggle.editor-document-tools__inserter-toggle,.show-icon-labels .editor-header .interface-pinned-items .components-button,.show-icon-labels.interface-pinned-items .editor-document-tools__inserter-toggle.editor-document-tools__inserter-toggle,.show-icon-labels.interface-pinned-items .interface-pinned-items .components-button{padding-left:12px;padding-right:12px}}.show-icon-labels .editor-header .editor-post-save-draft.editor-post-save-draft:after,.show-icon-labels .editor-header .editor-post-saved-state.editor-post-saved-state:after,.show-icon-labels.interface-pinned-items .editor-post-save-draft.editor-post-save-draft:after,.show-icon-labels.interface-pinned-items .editor-post-saved-state.editor-post-saved-state:after{content:none}.show-icon-labels .editor-header__toolbar .block-editor-block-mover{border-left:none}.show-icon-labels .editor-header__toolbar .block-editor-block-mover:before{background-color:#ddd;content:"";height:24px;margin-left:8px;margin-top:4px;width:1px}.show-icon-labels .editor-header__toolbar .block-editor-block-mover .block-editor-block-mover__move-button-container:before{background:#ddd;left:calc(50% + 1px);width:calc(100% - 24px)}.show-icon-labels.interface-pinned-items{border-bottom:1px solid #ccc;display:block;margin:0 -12px;padding:6px 12px 12px}.show-icon-labels.interface-pinned-items>.components-button.has-icon{justify-content:flex-start;margin:0;padding:6px 6px 6px 8px;width:14.625rem}.show-icon-labels.interface-pinned-items>.components-button.has-icon[aria-expanded=true] svg{display:block;max-width:24px}.show-icon-labels.interface-pinned-items>.components-button.has-icon[aria-expanded=false]{padding-left:40px}.show-icon-labels.interface-pinned-items>.components-button.has-icon svg{margin-right:8px}@media (min-width:480px){.editor-header__post-preview-button{display:none}}.editor-editor-interface.is-distraction-free .interface-interface-skeleton__header{border-bottom:none}.editor-editor-interface.is-distraction-free .editor-header{background-color:#fff;width:100%}@media (min-width:782px){.editor-editor-interface.is-distraction-free .editor-header{box-shadow:0 1px 0 0 rgb(0 0 0 / .133);position:absolute}}.editor-editor-interface.is-distraction-free .editor-header>.edit-post-header__settings>.edit-post-header__post-preview-button{visibility:hidden}.editor-editor-interface.is-distraction-free .editor-header>.editor-header__settings>.editor-preview-dropdown,.editor-editor-interface.is-distraction-free .editor-header>.editor-header__settings>.editor-zoom-out-toggle,.editor-editor-interface.is-distraction-free .editor-header>.editor-header__settings>.interface-pinned-items,.editor-editor-interface.is-distraction-free .editor-header>.editor-header__toolbar .editor-document-tools__document-overview-toggle{display:none}.editor-editor-interface.is-distraction-free .interface-interface-skeleton__header:focus-within{opacity:1!important}.editor-editor-interface.is-distraction-free .interface-interface-skeleton__header:focus-within div{transform:translateX(0) translateZ(0)!important}.editor-editor-interface.is-distraction-free .components-editor-notices__dismissible{position:absolute;z-index:35}.components-popover.more-menu-dropdown__content{z-index:99998}.editor-inserter-sidebar{box-sizing:border-box}.editor-inserter-sidebar *,.editor-inserter-sidebar :after,.editor-inserter-sidebar :before{box-sizing:inherit}.editor-inserter-sidebar{display:flex;flex-direction:column;height:100%}.editor-inserter-sidebar__content{height:100%}.editor-keyboard-shortcut-help-modal__section{margin:0 0 2rem}.editor-keyboard-shortcut-help-modal__section-title{font-size:.9rem;font-weight:600}.editor-keyboard-shortcut-help-modal__shortcut{align-items:baseline;border-top:1px solid #ddd;display:flex;margin-bottom:0;padding:.6rem 0}.editor-keyboard-shortcut-help-modal__shortcut:last-child{border-bottom:1px solid #ddd}.editor-keyboard-shortcut-help-modal__shortcut:empty{display:none}.editor-keyboard-shortcut-help-modal__shortcut-term{font-weight:600;margin:0 0 0 1rem;text-align:right}.editor-keyboard-shortcut-help-modal__shortcut-description{flex:1;margin:0}.editor-keyboard-shortcut-help-modal__shortcut-key-combination{background:none;display:block;margin:0;padding:0}.editor-keyboard-shortcut-help-modal__shortcut-key-combination+.editor-keyboard-shortcut-help-modal__shortcut-key-combination{margin-top:10px}.editor-keyboard-shortcut-help-modal__shortcut-key{border-radius:8%;margin:0 .2rem;padding:.25rem .5rem}.editor-keyboard-shortcut-help-modal__shortcut-key:last-child{margin:0 0 0 .2rem}.editor-list-view-sidebar{height:100%}@media (min-width:782px){.editor-list-view-sidebar{width:350px}}.editor-list-view-sidebar__list-view-container>.document-outline,.editor-list-view-sidebar__list-view-panel-content{height:100%}.editor-list-view-sidebar__list-view-container>.document-outline::-webkit-scrollbar,.editor-list-view-sidebar__list-view-panel-content::-webkit-scrollbar{height:12px;width:12px}.editor-list-view-sidebar__list-view-container>.document-outline::-webkit-scrollbar-track,.editor-list-view-sidebar__list-view-panel-content::-webkit-scrollbar-track{background-color:initial}.editor-list-view-sidebar__list-view-container>.document-outline::-webkit-scrollbar-thumb,.editor-list-view-sidebar__list-view-panel-content::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:initial;border:3px solid #0000;border-radius:8px}.editor-list-view-sidebar__list-view-container>.document-outline:focus-within::-webkit-scrollbar-thumb,.editor-list-view-sidebar__list-view-container>.document-outline:focus::-webkit-scrollbar-thumb,.editor-list-view-sidebar__list-view-container>.document-outline:hover::-webkit-scrollbar-thumb,.editor-list-view-sidebar__list-view-panel-content:focus-within::-webkit-scrollbar-thumb,.editor-list-view-sidebar__list-view-panel-content:focus::-webkit-scrollbar-thumb,.editor-list-view-sidebar__list-view-panel-content:hover::-webkit-scrollbar-thumb{background-color:#949494}.editor-list-view-sidebar__list-view-container>.document-outline,.editor-list-view-sidebar__list-view-panel-content{scrollbar-color:#0000 #0000;scrollbar-gutter:stable both-edges;scrollbar-width:thin}.editor-list-view-sidebar__list-view-container>.document-outline:focus,.editor-list-view-sidebar__list-view-container>.document-outline:focus-within,.editor-list-view-sidebar__list-view-container>.document-outline:hover,.editor-list-view-sidebar__list-view-panel-content:focus,.editor-list-view-sidebar__list-view-panel-content:focus-within,.editor-list-view-sidebar__list-view-panel-content:hover{scrollbar-color:#949494 #0000}.editor-list-view-sidebar__list-view-container>.document-outline,.editor-list-view-sidebar__list-view-panel-content{will-change:transform}@media (hover:none){.editor-list-view-sidebar__list-view-container>.document-outline,.editor-list-view-sidebar__list-view-panel-content{scrollbar-color:#949494 #0000}}.editor-list-view-sidebar__list-view-container>.document-outline,.editor-list-view-sidebar__list-view-panel-content{overflow:auto;scrollbar-gutter:auto}.editor-list-view-sidebar__list-view-panel-content{padding:4px}.editor-list-view-sidebar__list-view-container{display:flex;flex-direction:column;height:100%}.editor-list-view-sidebar__list-view-container>.document-outline{padding:16px}.editor-list-view-sidebar__tab-panel{height:100%}.editor-list-view-sidebar__outline{border-bottom:1px solid #ddd;display:flex;flex-direction:column;gap:8px;padding:16px}.editor-list-view-sidebar__outline>div>span:first-child{display:inline-block;width:90px}.editor-list-view-sidebar__outline>div>span{color:#757575;font-size:12px;line-height:1.4}.editor-post-order__panel,.editor-post-parent__panel{padding-top:8px}.editor-post-order__panel .editor-post-panel__row-control>div,.editor-post-parent__panel .editor-post-panel__row-control>div{width:100%}.editor-post-order__panel-dialog .editor-post-order,.editor-post-order__panel-dialog .editor-post-parent,.editor-post-parent__panel-dialog .editor-post-order,.editor-post-parent__panel-dialog .editor-post-parent{margin:8px}.editor-post-order__panel-dialog .components-popover__content,.editor-post-parent__panel-dialog .components-popover__content{min-width:320px}.editor-post-author__panel{padding-top:8px}.editor-post-author__panel .editor-post-panel__row-control>div{width:100%}.editor-post-author__panel-dialog .editor-post-author{margin:8px;min-width:248px}.editor-action-modal{z-index:1000001}.editor-post-card-panel__content{flex-grow:1}.editor-post-card-panel__title{width:100%}.editor-post-card-panel__title.editor-post-card-panel__title{align-items:center;column-gap:8px;display:flex;flex-wrap:wrap;font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:499;line-height:20px;margin:0;row-gap:4px;word-break:break-word}.editor-post-card-panel__icon{flex:0 0 24px;height:24px;width:24px}.editor-post-card-panel__header{display:flex;justify-content:space-between}.editor-post-card-panel.has-description .editor-post-card-panel__header{margin-bottom:8px}.editor-post-card-panel .editor-post-card-panel__title-name{padding:2px 0}.editor-post-card-panel .editor-post-card-panel__description,.editor-post-content-information{color:#757575}.editor-post-content-information .components-text{color:inherit}.editor-post-discussion__panel-dialog .editor-post-discussion{margin:8px;min-width:248px}.editor-post-discussion__panel-toggle .components-text{color:inherit}.editor-post-discussion__panel-dialog .components-popover__content{min-width:320px}.editor-post-excerpt__textarea{margin-bottom:10px;width:100%}.editor-post-excerpt__dropdown__content .components-popover__content{min-width:320px;padding:16px}.editor-post-featured-image{padding:0}.editor-post-featured-image .hidden{display:none}.editor-post-featured-image .components-spinner{left:50%;margin-left:-9px;margin-top:-9px;position:absolute;top:50%}.editor-post-featured-image__container{position:relative}.editor-post-featured-image__container:focus .editor-post-featured-image__actions:not(.editor-post-featured-image__actions-is-requesting-image),.editor-post-featured-image__container:focus-within .editor-post-featured-image__actions:not(.editor-post-featured-image__actions-is-requesting-image),.editor-post-featured-image__container:hover .editor-post-featured-image__actions:not(.editor-post-featured-image__actions-is-requesting-image){opacity:1}.editor-post-featured-image__container .editor-post-featured-image__actions.editor-post-featured-image__actions-missing-image{margin-top:16px;opacity:1}.editor-post-featured-image__container .components-drop-zone__content{border-radius:2px}.editor-post-featured-image__container:has(.editor-post-featured-image__toggle) .components-drop-zone .components-drop-zone__content-inner{align-items:center;display:flex;gap:8px}.editor-post-featured-image__container:has(.editor-post-featured-image__toggle) .components-drop-zone .components-drop-zone__content-inner .components-drop-zone__content-icon{margin:0}.editor-post-featured-image__preview,.editor-post-featured-image__toggle{box-shadow:0 0 0 0 var(--wp-admin-theme-color);display:flex;justify-content:center;min-height:40px;outline-offset:-1px;overflow:hidden;padding:0;width:100%}.editor-post-featured-image__preview{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;height:auto!important;outline:1px solid #0000001a}.editor-post-featured-image__preview .editor-post-featured-image__preview-image{aspect-ratio:2/1;object-fit:cover;object-position:50% 50%;width:100%}.editor-post-featured-image__toggle{box-shadow:inset 0 0 0 1px #ccc}.editor-post-featured-image__toggle:focus:not(:disabled){box-shadow:0 0 0 currentColor inset,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.editor-post-featured-image__actions:not(.editor-post-featured-image__actions-missing-image){bottom:0;opacity:0;padding:8px;position:absolute}@media not (prefers-reduced-motion){.editor-post-featured-image__actions:not(.editor-post-featured-image__actions-missing-image){transition:opacity 50ms ease-out}}.editor-post-featured-image__actions:not(.editor-post-featured-image__actions-missing-image) .editor-post-featured-image__action{backdrop-filter:blur(16px) saturate(180%);background:#ffffffbf}.editor-post-featured-image__actions .editor-post-featured-image__action{flex-grow:1;justify-content:center}[class].editor-post-format__suggestion{margin:4px 0 0}.editor-post-format__dialog .editor-post-format__dialog-content{margin:8px;min-width:248px}.editor-post-last-edited-panel{color:#757575}.editor-post-last-edited-panel .components-text{color:inherit}.editor-post-last-revision__title{font-weight:499;width:100%}.editor-post-last-revision__title.components-button.has-icon{height:100%;justify-content:space-between}.editor-post-last-revision__title.components-button.has-icon:active,.editor-post-last-revision__title.components-button.has-icon:hover{background:#f0f0f0}.editor-post-last-revision__title.components-button.has-icon:focus{border-radius:0;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.components-panel__body.is-opened.editor-post-last-revision__panel{height:48px;padding:0}.components-panel__body.is-opened.editor-post-last-revision__panel .editor-post-last-revision__title.components-button.components-button{padding:16px}.editor-post-locked-modal__buttons{margin-top:24px}.editor-post-locked-modal__avatar{border-radius:50%;margin-top:16px;min-width:auto!important}.editor-post-panel__row{align-items:flex-start!important;justify-content:flex-start!important;min-height:32px;width:100%}.editor-post-panel__row-label{align-items:center;display:flex;flex-shrink:0;hyphens:auto;line-height:20px;min-height:32px;padding:6px 0;width:38%;word-break:break-word}.editor-post-panel__row-control{align-items:center;display:flex;flex-grow:1;min-height:32px}.editor-post-panel__row-control .components-button{text-wrap:balance;text-wrap:pretty;font-weight:400;height:auto;max-width:100%;min-height:32px;text-align:left;white-space:normal}.editor-post-panel__row-control .components-dropdown{max-width:100%}.editor-post-panel__section{padding:16px}.editor-post-publish-panel__content{min-height:calc(100% - 148px)}.editor-post-publish-panel__content>.components-spinner{display:block;margin:100px auto 0}.editor-post-publish-panel__header{align-content:space-between;align-items:center;background:#fff;border-bottom:1px solid #ddd;display:flex;height:65px;padding-left:16px;padding-right:16px}.editor-post-publish-panel__header .components-button{justify-content:center;width:100%}.editor-post-publish-panel__header .has-icon{margin-left:auto;width:auto}.components-site-card{align-items:center;display:flex;margin:16px 0}.components-site-icon{border:none;border-radius:2px;flex-shrink:0;height:36px;margin-right:12px;width:36px}.components-site-name{display:block;font-size:14px}.components-site-home{color:#757575;display:block;font-size:12px;word-break:break-word}.editor-post-publish-panel__header-cancel-button,.editor-post-publish-panel__header-publish-button{flex:1}@media (min-width:480px){.editor-post-publish-panel__header-cancel-button,.editor-post-publish-panel__header-publish-button{max-width:160px}}.editor-post-publish-panel__header-publish-button{justify-content:center;padding-left:4px}.editor-post-publish-panel__header-cancel-button{padding-right:4px}.editor-post-publish-panel__header-published{flex-grow:1}.editor-post-publish-panel__footer{padding:16px}.components-button.editor-post-publish-panel__toggle.is-primary{align-items:center;display:inline-flex}.components-button.editor-post-publish-panel__toggle.is-primary.is-busy .dashicon{display:none}.components-button.editor-post-publish-panel__toggle.is-primary .dashicon{margin-right:-4px}.editor-post-publish-panel__link{font-weight:400;padding-left:4px}.editor-post-publish-panel__prepublish{padding:16px}.editor-post-publish-panel__prepublish strong{color:#1e1e1e}.editor-post-publish-panel__prepublish .components-panel__body{background:#fff;margin-left:-16px;margin-right:-16px}.editor-post-publish-panel__prepublish .editor-post-visibility__dialog-legend{display:none}.editor-post-publish-panel__prepublish .components-panel__body-title .components-button{text-wrap:balance;text-wrap:pretty;align-items:flex-start}.post-publish-panel__postpublish .components-panel__body{border-bottom:1px solid #e0e0e0;border-top:none;word-break:break-word}.post-publish-panel__postpublish-buttons{align-content:space-between;display:flex;flex-wrap:wrap;gap:16px}.post-publish-panel__postpublish-buttons .components-button,.post-publish-panel__postpublish-buttons .components-button.has-icon{flex:1;justify-content:center;min-width:unset}.post-publish-panel__postpublish-buttons .components-clipboard-button{width:100%}.post-publish-panel__postpublish-post-address-container{align-items:flex-end;display:flex;margin-bottom:16px}.post-publish-panel__postpublish-post-address-container .post-publish-panel__postpublish-post-address{flex:1}.post-publish-panel__postpublish-post-address-container input[readonly]{background:#f0f0f0;border-color:#ccc;height:36px;overflow:hidden;padding:12px;text-overflow:ellipsis}.post-publish-panel__postpublish-post-address__copy-button-wrap{flex-shrink:0;margin-left:16px}.post-publish-panel__postpublish-header{font-weight:499}.post-publish-panel__postpublish-subheader{margin:0 0 8px}.post-publish-panel__tip{color:#f0b849}@media screen and (max-width:782px){.post-publish-panel__postpublish-post-address__button-wrap .components-button{height:40px}}.editor-post-publish-panel{box-sizing:border-box}.editor-post-publish-panel *,.editor-post-publish-panel :after,.editor-post-publish-panel :before{box-sizing:inherit}.editor-post-publish-panel{background:#fff;bottom:0;left:0;overflow:auto;position:fixed;right:0;top:46px;z-index:100001}@media (min-width:782px){.editor-post-publish-panel{border-left:1px solid #ddd;left:auto;top:32px;width:281px;z-index:99998}}@media (min-width:782px) and (not (prefers-reduced-motion)){.editor-post-publish-panel{animation:editor-post-publish-panel__slide-in-animation .1s forwards;transform:translateX(100%)}}@media (min-width:782px){body.is-fullscreen-mode .editor-post-publish-panel{top:0}[role=region]:focus .editor-post-publish-panel{transform:translateX(0)}}@keyframes editor-post-publish-panel__slide-in-animation{to{transform:translateX(0)}}.editor-revisions-header__slider{width:100%}.editor-revisions-header__slider .components-range-control__tooltip{white-space:nowrap}.editor-revisions-header__no-revisions{color:#757575;font-size:13px}.editor-revisions-canvas__loading{align-items:center;display:flex;height:100%;justify-content:center}.editor-revisions-canvas__content{display:flex;height:100%}.editor-revisions-canvas__content .editor-visual-editor{flex:1;min-width:0}.revision-diff-markers{background:#0000000d;flex-shrink:0;position:relative;width:max(16px,1rem)}.revision-diff-markers .revision-diff-marker{border:none;cursor:pointer;min-height:4px;padding:0;position:absolute;transition:opacity .1s ease;width:100%}.revision-diff-markers .revision-diff-marker.is-added{background:#00a32a}.revision-diff-markers .revision-diff-marker.is-removed{background:repeating-linear-gradient(45deg,#d63638,#d63638 3px,#d6363873 0,#d6363873 6px)}.revision-diff-markers .revision-diff-marker.is-modified{background:repeating-linear-gradient(-45deg,#dba617,#dba617 3px,#dba61773 0,#dba61773 6px)}.revision-diff-markers .revision-diff-marker:hover{opacity:.7}.revision-diff-markers .revision-diff-marker:focus{outline:2px solid #1e1e1e;outline-offset:-2px}.editor-revision-fields-diff__value{word-break:break-word}.editor-revision-fields-diff__added{background-color:color-mix(in srgb,currentColor 5%,#00a32a 15%);text-decoration:none}.editor-revision-fields-diff__removed{color:#d63638;text-decoration:line-through}.editor-post-saved-state{align-items:center;color:#757575;display:flex;overflow:hidden;padding:12px 4px;white-space:nowrap;width:28px}.editor-post-saved-state.is-saved[aria-disabled=true],.editor-post-saved-state.is-saved[aria-disabled=true]:hover,.editor-post-saved-state.is-saving[aria-disabled=true],.editor-post-saved-state.is-saving[aria-disabled=true]:hover{background:#0000;color:#757575}.editor-post-saved-state svg{fill:currentColor;display:inline-block;flex:0 0 auto;margin-right:8px}@media (min-width:600px){.editor-post-saved-state{padding:8px 12px;text-indent:inherit;width:auto}.editor-post-saved-state svg{margin-right:0}}.editor-post-save-draft.has-text.has-icon svg{margin-right:0}.editor-post-schedule__panel-dropdown{width:100%}.editor-post-schedule__dialog .components-popover__content{min-width:320px;padding:16px}.editor-post-status{max-width:100%}.editor-post-status.is-read-only{padding:6px 12px}.editor-post-status .editor-post-status__toggle.editor-post-status__toggle{padding-bottom:4px;padding-top:4px}.editor-change-status__password-fieldset,.editor-change-status__publish-date-wrapper{border-top:1px solid #e0e0e0;padding-top:16px}.editor-change-status__content .components-popover__content{min-width:320px;padding:16px}.editor-change-status__content .editor-change-status__password-legend{margin-bottom:8px;padding:0}.editor-change-status__content p.components-base-control__help:has(.components-checkbox-control__help){margin-top:4px}.editor-post-sticky__checkbox-control{border-top:1px solid #e0e0e0;padding-top:16px}.editor-post-sync-status__value{padding:6px 0 6px 12px}.editor-post-taxonomies__hierarchical-terms-list{margin-left:-6px;margin-top:-6px;max-height:14em;overflow:auto;padding-left:6px;padding-top:6px}.editor-post-taxonomies__hierarchical-terms-choice{margin-bottom:8px}.editor-post-taxonomies__hierarchical-terms-choice:last-child{margin-bottom:4px}.editor-post-taxonomies__hierarchical-terms-subchoices{margin-left:16px;margin-top:8px}.editor-post-taxonomies__flat-term-most-used .editor-post-taxonomies__flat-term-most-used-label{margin-bottom:4px}.editor-post-taxonomies__flat-term-most-used-list{margin:0}.editor-post-taxonomies__flat-term-most-used-list li{display:inline-block;margin-right:8px}.editor-sync-connection-error-modal{z-index:1000001}.editor-sync-connection-error-modal p{margin:0}.editor-sync-connection-error-modal__retry-countdown{color:#757575}.editor-post-template__swap-template-modal{z-index:1000001}.editor-post-template__swap-template-modal .editor-post-template__swap-template-search{background:#fff;margin-bottom:-4px;padding:16px 0;position:sticky;top:0;transform:translateY(-4px);z-index:2}.editor-post-template__create-template-modal{z-index:1000001}.editor-post-template__swap-template-modal-content .block-editor-block-patterns-list{column-count:2;column-gap:24px;padding-top:2px}@media (min-width:782px){.editor-post-template__swap-template-modal-content .block-editor-block-patterns-list{column-count:3}}@media (min-width:1280px){.editor-post-template__swap-template-modal-content .block-editor-block-patterns-list{column-count:4}}.editor-post-template__swap-template-modal-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{break-inside:avoid-column}.editor-post-template__dropdown .components-popover__content{min-width:240px}.editor-post-template__dropdown .components-button.is-pressed,.editor-post-template__dropdown .components-button.is-pressed:hover{background:inherit;color:inherit}@media (min-width:782px){.editor-post-template__create-form{width:320px}}.editor-post-template__classic-theme-dropdown{padding:8px}textarea.editor-post-text-editor{border:1px solid #949494;border-radius:0;box-shadow:none;display:block;font-family:Menlo,Consolas,monaco,monospace;line-height:2.4;margin:0;min-height:200px;overflow:hidden;resize:none;width:100%}@media not (prefers-reduced-motion){textarea.editor-post-text-editor{transition:border .1s ease-out,box-shadow .1s linear}}textarea.editor-post-text-editor{padding:16px}@media (min-width:600px){textarea.editor-post-text-editor{padding:24px}}textarea.editor-post-text-editor{font-size:16px!important}@media (min-width:600px){textarea.editor-post-text-editor{font-size:15px!important}}textarea.editor-post-text-editor:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);position:relative}textarea.editor-post-text-editor::placeholder{color:#1e1e1e9e}.editor-post-title.is-raw-text{margin-bottom:24px;margin-top:2px;max-width:none}.editor-post-url__panel-dropdown{width:100%}.editor-post-url__panel-dialog .editor-post-url{margin:8px;min-width:248px}.editor-post-url__front-page-link,.editor-post-url__link{direction:ltr;word-break:break-word}.editor-post-url__front-page-link{border-radius:2px;color:var(--wp-admin-theme-color);padding:6px 12px}.editor-post-url__front-page-link:hover{background:color-mix(in srgb,var(--wp-admin-theme-color) 4%,#0000);color:var(--wp-admin-theme-color-darker-20,#183ad6)}.editor-post-url__front-page-link:focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);color:var(--wp-admin-theme-color);outline:3px solid #0000}.editor-post-url__link-slug{font-weight:600}.editor-post-url__input input.components-input-control__input{padding-inline-start:0!important}.editor-post-parent__panel-toggle,.editor-post-url__panel-toggle{word-break:break-word}.editor-post-url__intro{margin:0}.editor-post-url__permalink{margin-bottom:0;margin-top:8px}.editor-post-url__permalink-visual-label{display:block}.editor-posts-per-page-dropdown__content .components-popover__content{min-width:320px;padding:16px}.editor-post-trash.components-button{flex-grow:1;justify-content:center}.editor-preview-dropdown .editor-preview-dropdown__toggle.has-icon.has-text{padding-left:6px;padding-right:4px}.editor-preview-dropdown__button-external{display:flex;justify-content:space-between;width:100%}.editor-resizable-editor.is-resizable{margin:0 auto;overflow:visible}.editor-resizable-editor__resize-handle{appearance:none;background:none;border:0;border-radius:9999px;bottom:0;cursor:ew-resize;height:100px;margin:auto 0;outline:none;padding:0;position:absolute;top:0;width:12px}.editor-resizable-editor__resize-handle:after{background-color:#75757566;border-radius:9999px;bottom:16px;content:"";left:4px;position:absolute;right:0;top:16px;width:4px}.editor-resizable-editor__resize-handle.is-left{left:-18px}.editor-resizable-editor__resize-handle.is-right{right:-18px}.editor-resizable-editor__resize-handle:active,.editor-resizable-editor__resize-handle:focus,.editor-resizable-editor__resize-handle:hover{opacity:1}.editor-resizable-editor__resize-handle:active:after,.editor-resizable-editor__resize-handle:focus:after,.editor-resizable-editor__resize-handle:hover:after{background-color:var(--wp-admin-theme-color)}.editor-layout__toggle-entities-saved-states-panel,.editor-layout__toggle-publish-panel,.editor-layout__toggle-sidebar-panel{background-color:#fff;border:1px dotted #ddd;bottom:auto;box-sizing:border-box;display:flex;height:auto!important;justify-content:center;left:auto;padding:24px;position:fixed!important;right:0;top:-9999em;width:280px;z-index:100000}.interface-interface-skeleton__actions:focus .editor-layout__toggle-entities-saved-states-panel,.interface-interface-skeleton__actions:focus .editor-layout__toggle-publish-panel,.interface-interface-skeleton__actions:focus-within .editor-layout__toggle-entities-saved-states-panel,.interface-interface-skeleton__actions:focus-within .editor-layout__toggle-publish-panel{bottom:0;top:auto}.editor-start-page-options__modal .editor-start-page-options__modal__actions{background-color:#fff;border-top:1px solid #ddd;bottom:0;height:72px;margin-left:-32px;margin-right:-32px;padding-left:32px;padding-right:32px;position:absolute;width:100%;z-index:1}.editor-start-page-options__modal .block-editor-block-patterns-list{padding-bottom:72px}.editor-start-page-options__modal-content .block-editor-block-patterns-list{column-count:2;column-gap:24px}@media (min-width:782px){.editor-start-page-options__modal-content .block-editor-block-patterns-list{column-count:3}}@media (min-width:1280px){.editor-start-page-options__modal-content .block-editor-block-patterns-list{column-count:4}}.editor-start-page-options__modal-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{break-inside:avoid-column;margin-bottom:24px}.editor-start-page-options__modal-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item .block-editor-block-preview__container{min-height:100px}.editor-start-page-options__modal-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item .block-editor-block-preview__content{width:100%}.editor-start-template-options__modal .editor-start-template-options__modal__actions{background-color:#fff;border-top:1px solid #ddd;bottom:0;height:92px;margin-left:-32px;margin-right:-32px;padding-left:32px;padding-right:32px;position:absolute;width:100%;z-index:1}.editor-start-template-options__modal .block-editor-block-patterns-list{padding-bottom:92px}.editor-start-template-options__modal-content .block-editor-block-patterns-list{column-count:2;column-gap:24px}@media (min-width:782px){.editor-start-template-options__modal-content .block-editor-block-patterns-list{column-count:3}}@media (min-width:1280px){.editor-start-template-options__modal-content .block-editor-block-patterns-list{column-count:4}}.editor-start-template-options__modal-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{break-inside:avoid-column}.editor-start-template-options__modal-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item .block-editor-block-patterns-list__item-title{display:none}.components-panel__header.editor-sidebar__panel-tabs{padding-left:0;padding-right:8px}.components-panel__header.editor-sidebar__panel-tabs .components-button.has-icon{padding:0}@media (min-width:782px){.components-panel__header.editor-sidebar__panel-tabs .components-button.has-icon{display:flex}}.editor-post-summary .components-v-stack:empty{display:none}.editor-sidebar{box-sizing:border-box}.editor-sidebar *,.editor-sidebar :after,.editor-sidebar :before{box-sizing:inherit}.editor-sidebar__revisions-block-message{color:#757575;font-size:13px;padding:16px}.editor-site-discussion-dropdown__content .components-popover__content{min-width:320px;padding:16px}.editor-style-book{height:100%}.editor-style-book.is-button{border-radius:8px}.editor-style-book{align-items:stretch;display:flex;flex-direction:column}.editor-style-book__iframe{display:block;height:100%;width:100%}.editor-style-book__iframe.is-button{border-radius:8px}.editor-style-book__iframe.is-focused{outline:calc(var(--wp-admin-border-width-focus)*2) solid var(--wp-admin-theme-color);outline-offset:calc(var(--wp-admin-border-width-focus)*-2)}.editor-style-book__tablist-container{background:#fff;display:flex;flex:none;padding-right:56px;width:100%}.editor-style-book__tabpanel{flex:1 0 auto;overflow:auto}.editor-styles-canvas{background-color:var(--wp-editor-canvas-background);height:100%;padding:16px}.editor-styles-canvas iframe{display:block;height:100%;width:100%}.editor-styles-canvas__section{background:#fff;border-radius:8px;bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0}@media not (prefers-reduced-motion){.editor-styles-canvas__section{transition:all .3s}}.editor-styles-canvas__close-button{background:#fff;position:absolute;right:8px;top:8px;z-index:2}.table-of-contents__popover.components-popover .components-popover__content{min-width:380px}.components-popover.table-of-contents__popover{z-index:99998}.table-of-contents__popover .components-popover__content{padding:16px}@media (min-width:600px){.table-of-contents__popover .components-popover__content{max-height:calc(100vh - 120px);overflow-y:auto}}.table-of-contents__popover hr{margin:10px -16px 0}.table-of-contents__wrapper:focus:before{bottom:0;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);content:"";display:block;left:0;pointer-events:none;position:absolute;right:0;top:0}.table-of-contents__counts{display:flex;flex-wrap:wrap;margin:-8px 0 0}.table-of-contents__count{color:#1e1e1e;display:flex;flex-basis:33%;flex-direction:column;font-size:13px;margin-bottom:0;margin-top:8px;padding-right:8px}.table-of-contents__count:nth-child(4n){padding-right:0}.table-of-contents__number,.table-of-contents__popover .word-count{color:#1e1e1e;font-size:21px;font-weight:400;line-height:30px}.table-of-contents__title{display:block;font-size:15px;font-weight:600;margin-top:20px}.editor-text-editor{box-sizing:border-box}.editor-text-editor *,.editor-text-editor :after,.editor-text-editor :before{box-sizing:inherit}.editor-text-editor{background-color:#fff;flex-grow:1;position:relative;width:100%}.editor-text-editor .editor-post-title.is-raw-text textarea,.editor-text-editor .editor-post-title:not(.is-raw-text){border:1px solid #949494;border-radius:0;font-family:Menlo,Consolas,monaco,monospace;font-size:2.5em;font-weight:400;line-height:1.4;max-width:none;padding:16px}@media (min-width:600px){.editor-text-editor .editor-post-title.is-raw-text textarea,.editor-text-editor .editor-post-title:not(.is-raw-text){padding:24px}}.editor-text-editor .editor-post-title.is-raw-text textarea:focus,.editor-text-editor .editor-post-title:not(.is-raw-text):focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.editor-text-editor__body{margin-left:auto;margin-right:auto;max-width:1080px;padding:0 12px 12px;width:100%}@media (min-width:960px){.editor-text-editor__body{padding:0 24px 24px}}.editor-text-editor__toolbar{background:#fffc;display:flex;left:0;padding:4px 12px;position:sticky;right:0;top:0;z-index:1}@media (min-width:600px){.editor-text-editor__toolbar{padding:12px}}@media (min-width:960px){.editor-text-editor__toolbar{padding:12px 24px}}.editor-text-editor__toolbar h2{color:#1e1e1e;font-size:13px;line-height:40px;margin:0 auto 0 0}.editor-visual-editor{background-color:var(--wp-editor-canvas-background);display:flex;position:relative}.editor-visual-editor iframe[name=editor-canvas]{background-color:initial}.editor-visual-editor{align-items:center}.editor-visual-editor.is-resizable{max-height:100%}.editor-visual-editor.has-padding{padding:24px 24px 0}.editor-visual-editor.is-iframed{overflow:hidden}.editor-visual-editor .components-button{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;padding:6px 12px}.editor-visual-editor .components-button.has-icon,.editor-visual-editor .components-button.is-tertiary{padding:6px}.editor-fields-content-preview{border-radius:4px;display:flex;flex-direction:column;height:100%}.dataviews-view-table .editor-fields-content-preview{flex-grow:0;width:96px}.editor-fields-content-preview .block-editor-block-preview__container,.editor-fields-content-preview .editor-fields-content-preview__empty{margin-bottom:auto;margin-top:auto}.editor-fields-content-preview__empty{text-align:center}.editor-push-changes-to-global-styles-control .components-button{justify-content:center;width:100%}.tb-row-block{display:flex;justify-content:space-between}.tb-row-block.tb-row-block-columns-2>div{width:50%}.tb-row-block.tb-row-block-icon-ahead>div:first-child{margin-right:2px;display:flex;align-items:center;height:28px}.tb-row-block.tb-row-block-icon-ahead>div:last-child{width:100%}.tb-row-block>div,.tb-row-block>label{margin:0 5px}.tb-row-block>div:first-child,.tb-row-block>label:first-child{margin-left:0}.tb-row-block>div:last-child,.tb-row-block>label:last-child{margin-right:0}.tb-row-block+.tb-control-description{margin-top:2px}.tb-control-spacing{margin:0 0 1.5em 0}.tb-control-spacing>label{display:block;margin-bottom:8px}.tb-control-spacing:last-child{margin-bottom:1em}.tb-control-spacing .components-base-control{margin-bottom:0.5em!important}.tb-no-outline:focus{outline:none!important;box-shadow:none!important}.tb-no-margin{margin:0!important}.tb-no-padding{padding:0!important}.tb-control-label{display:block;margin-bottom:4px}.tb-link-button svg{width:22px;margin-bottom:4px}.tb-link-button svg path{-webkit-transform:rotate(45deg) translate(4px,-11px);transform:rotate(45deg) translate(4px,-11px)}.tb-input-disabled input{cursor:not-allowed;outline:none!important;box-shadow:none!important;color:#ccc!important}.tces-control-background-gradient-type{width:100%}.tces-control-background-gradient-type button{width:50%}.tces-row-fixed-height{height:40px;margin-top:20px;margin-bottom:24px}.tces-row{margin-top:10px;display:flex;justify-content:space-between}.tces-image-select .components-button+.components-button{margin-top:1em}.tces-classes .components-form-token-field__help{display:none}.tces-classes .components-base-control__help{margin-top:10px}.tces-tabs .components-tab-panel__tabs{border-bottom:1px solid #e2e4e7;display:flex;width:100%;margin-bottom:15px}.tces-tabs .components-tab-panel__tabs button{padding:10px 15px}.tces-tabs .components-tab-panel__tabs button.is-active{box-shadow:inset 0 -2px #666}.tces-tabs .components-tab-panel__tabs__description{font-style:italic}.tces-link-button,.tces-link-button:focus:not(:disabled){color:#6c7781}.tces-settings-rwd-devices{display:flex;flex-wrap:wrap;max-width:400px;margin-left:-30px;margin-top:25px}.tces-settings-rwd-devices .tces-settings-rwd-device{text-align:center;box-sizing:border-box;flex:0 0 calc(33.333% - 1px);height:62px;padding:0 20px;position:relative;border-right:1px solid #333}.tces-settings-rwd-devices .tces-settings-rwd-device:last-child{border-right:none}.tces-settings-rwd-devices .tces-settings-rwd-device h3{margin-top:-12px}.tces-settings-rwd-devices .tces-settings-rwd-device-input{position:absolute;right:-52px;margin-top:12px}.tces-settings-rwd-devices .tces-settings-rwd-device-input input{width:65px;text-align:center}p.description.tces-settings-rwd-description{margin-top:20px}.tces-settings-rwd-error{display:none}.tces-settings-rwd-error .notice{display:inline-block;margin-top:20px;padding:5px 12px}.tb-tooltip{position:fixed;display:none;text-decoration:none;background:#444850;color:#fff;padding:10px;border-radius:5px;z-index:1000}.tb-tooltip.tb-tooltip-active{display:block;top:100px;left:400px}.tces-media-query-control{display:flex;align-self:flex-start}.tces-media-query-control a{display:inline-block;color:#9ea9b3;text-align:left}.tces-media-query-control a:hover{cursor:pointer}.tces-media-query-control a path,.tces-media-query-control a rect{fill:#9ea9b3}.tces-media-query-control a.tces-media-device-active{color:#11a0d2}.tces-media-query-control a.tces-media-device-active path,.tces-media-query-control a.tces-media-device-active rect{fill:#11a0d2}.tces-media-query-control a.tces-media-device-has-value{color:#28323C}.tces-media-query-control a.tces-media-device-has-value path,.tces-media-query-control a.tces-media-device-has-value rect{fill:#28323C}.tces-media-query-control.tces-media-query-control-flex-right-reversed,.tces-media-query-control.tces-media-query-control-header-toolbar{margin-left:auto;flex-direction:row-reverse}.tces-media-query-control.tces-media-query-control-flex-right-reversed a,.tces-media-query-control.tces-media-query-control-header-toolbar a{text-align:right}.tces-row-with-media-query-controls>*{height:22px}.tces-row-with-media-query-controls>.tb-link-button{margin-left:-4px}.tces-row-with-media-query-controls>.component-color-indicator{margin-left:-4px}.tces-row-with-media-query-controls .components-form-toggle{margin-right:8px!important}.tb-control-border{margin-bottom:2px}.tb-control-border .tb-control-number.tb-units-as-select{margin:0}.tb-control-border .tb-control-number.tb-units-as-select input{padding-left:5px;padding-right:2px}.tb-control-border .tb-control-number.tb-units-as-select>div{display:flex}.tb-control-border .tb-control-number.tb-units-as-select>div input{min-width:0;width:100%;flex:1 1 35px}.tb-control-border .tb-control-number.tb-units-as-select>div select{min-width:0;width:100%;flex:0 0 50px}.tb-control-border .tb-control-border-select-style{min-width:0;width:100%;flex:0 0 75px}.tb-control-number .components-base-control__field,.tb-control-number .components-base-control{margin-bottom:2px!important}.tb-control-number .components-button.is-small{padding-left:6px;padding-right:6px}.tb-control-number.tb-units-as-select input{float:left;width:calc(100% - 60px)}.tb-control-number.tb-units-as-select select{width:56px;text-align:right}.tb-control-number.tb-no-unit-inputs input{width:100%}.tb-control-number .tb-align-right{text-align:right}.tb-control-color-picker .components-color-palette__item-wrapper,.tb-control-color-picker .components-form-toggle{margin-right:0!important;margin-bottom:0!important}.tb-control-color-picker-label{display:inline-block;padding-bottom:10px}.tb-border-radius{display:grid;grid-gap:5px;grid:"topleft topright" 1fr "bottomleft bottomright" 1fr / 1fr 1fr;margin-bottom:1.5em}.tb-border-radius .components-base-control__field{margin-bottom:0}.tb-border-radius>.components-base-control{margin-bottom:0!important}.tb-border-radius>.components-base-control input{border-radius:0!important;padding:4px 6px 4px 8px!important;text-align:center;background-color:#f6f6f6;border:1px dashed #ccc}.tb-border-radius>.components-base-control.tb-input-border-radius-topleft{grid-area:topleft}.tb-border-radius>.components-base-control.tb-input-border-radius-topleft input{border-top-left-radius:20px!important;border-top:3px solid #666;border-left:3px solid #666}.tb-border-radius>.components-base-control.tb-input-border-radius-topright{grid-area:topright}.tb-border-radius>.components-base-control.tb-input-border-radius-topright input{border-top-right-radius:20px!important;border-top:3px solid #666;border-right:3px solid #666}.tb-border-radius>.components-base-control.tb-input-border-radius-bottomright{grid-area:bottomright}.tb-border-radius>.components-base-control.tb-input-border-radius-bottomright input{border-bottom-right-radius:20px!important;border-right:3px solid #666;border-bottom:3px solid #666}.tb-border-radius>.components-base-control.tb-input-border-radius-bottomleft{grid-area:bottomleft}.tb-border-radius>.components-base-control.tb-input-border-radius-bottomleft input{border-bottom-left-radius:20px!important;border-bottom:3px solid #666;border-left:3px solid #666}.tb-box-shadow .components-range-control__number{width:54px!important}.toolset-blocks-cdn-loader input{box-shadow:none!important}.tb-icon-selector__content{min-height:400px;padding:15px}.tb-icon-selector__list{display:grid;max-height:250px;overflow:auto;grid-template-columns:1fr 1fr 1fr 1fr;grid-column-gap:5px;grid-row-gap:5px;margin-bottom:15px}.tb-icon-selector__icon{font-size:18px}.tb-icon-selector__icon::before{content:attr(data-font-code);display:block;text-align:center;width:100%}.tb-icon-selector__search{position:relative}.tb-icon-selector__search ::after{content:"\f179";font-family:dashicons,sans-serif;position:absolute;right:5px;bottom:7px;font-size:20px;color:#ccc}.tb-icon-selector__notice{margin:0 0 1.5em 0}.tb-icon-selector__button{font-size:25px;background:#ccc!important;border-radius:3px;min-width:40px;min-height:20px}.tb-icon-selector__button::before{content:attr(data-font-code);margin:auto;padding:10px}.wp-block-toolset-blocks-padding-margin{box-sizing:border-box;border:1px dashed #ccc;background-color:#f6f6f6;display:grid;grid-template-columns:repeat(5,1fr);grid-gap:0;grid-template-areas:"a a a a a" ". b b b ." "c d i e f" ". g g g ." "h h h h h";align-items:start}.wp-block-toolset-blocks-padding-margin__cell{position:relative;padding:5px 0}.wp-block-toolset-blocks-padding-margin__item1{text-align:center;grid-area:a}.wp-block-toolset-blocks-padding-margin__item1::before{content:attr(data-label);position:absolute;left:0;font-family:sans-serif;font-size:7pt;top:0;color:#666;padding:2px}.wp-block-toolset-blocks-padding-margin__item2{text-align:center;grid-area:b;border:3px solid #006a95;border-bottom:0;background:#c8e1fa}.wp-block-toolset-blocks-padding-margin__item2::before{content:attr(data-label);position:absolute;left:0;font-family:sans-serif;font-size:7pt;top:0;color:#666;padding:2px}.wp-block-toolset-blocks-padding-margin__item3{text-align:right;grid-area:c}.wp-block-toolset-blocks-padding-margin__item4{grid-area:d;border-left:3px solid #006a95;background:#c8e1fa}.wp-block-toolset-blocks-padding-margin__item5{text-align:right;grid-area:e;border-right:3px solid #006a95;background:#c8e1fa}.wp-block-toolset-blocks-padding-margin__item6{grid-area:f}.wp-block-toolset-blocks-padding-margin__item7{grid-area:g;text-align:center;border:3px solid #006a95;border-top:0;background:#c8e1fa}.wp-block-toolset-blocks-padding-margin__item8{grid-area:h;text-align:center}.wp-block-toolset-blocks-padding-margin__content{grid-area:i;background:#0085ba;border:1px solid #006a95;align-self:stretch}.wp-block-toolset-blocks-padding-margin input{width:40px;text-align:center;border:0!important;margin:0!important;padding:0!important;background:transparent!important;border-radius:0!important}.wp-block-toolset-blocks-padding-margin input:focus{background:#fff;outline:none!important;box-shadow:none!important}.components-radio-control{display:flex;flex-direction:column}.components-radio-control__option:not(:last-child){margin-bottom:4px}.components-radio-control__input[type="radio"]{margin-top:0;margin-right:6px}.components-radio-control__help-icon::before{content:"\f223";font-family:dashicons,sans-serif}.wp-block-toolset-blocks-toolset-shortcode-settings__description{color:#666}div[data-tces-hidden-block]>.block-editor-block-list__insertion-point,div[data-tces-hidden-block]>.block-editor-block-drop-zone,div[data-tces-hidden-block]>.block-editor-block-list__block-edit{display:none!important}.tces-hidden-block-flag{position:absolute;width:24px;height:24px;left:-40px;top:-20px;background:#fff;z-index:100;-webkit-animation:pulse 1s 3;animation:pulse 1s 3}.block-editor-block-list__block:not(.is-selected)>.tces-hidden-block-flag svg path{fill:#cbcbcb}.tces-hidden-block-flag:hover{cursor:pointer}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1)}30%{-webkit-transform:scale(.8);transform:scale(.8)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1)}30%{-webkit-transform:scale(.8);transform:scale(.8)}100%{-webkit-transform:scale(1);transform:scale(1)}}.tces-font-size-picker .components-font-size-picker__selector,.tces-font-style button.components-button{z-index:initial}.tces-font-size-picker legend{display:none}.tb-container .wp-block-freeform.block-library-rich-text__tinymce>p:last-of-type{margin-bottom:0!important}.tb-container p:first-child{margin-top:0!important}.tb-container p:last-child{margin-bottom:0!important}.tb-container figure{margin-top:0;margin-bottom:0}.is-selected .wp-block-toolset-blocks-invalid-wrapper{border:1px solid #940000}.is-selected .wp-block-toolset-blocks-invalid-wrapper .editor-block-list__breadcrumb{right:0;top:0}.is-selected .wp-block-toolset-blocks-invalid-wrapper .editor-block-list__breadcrumb .components-toolbar{color:#fff;background:#940000}.is-selected .wp-block-toolset-blocks-invalid-wrapper .editor-block-list__breadcrumb .components-toolbar .breadcrumb-label{vertical-align:middle;line-height:18px}.tb-align-center{text-align:center}.tb-align-right{text-align:right}.tb-align-left{text-align:left}.tb-screen-reader{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px)}.tb-audio{margin-bottom:1em}.tb-button{color:#f1f1f1}.tb-button__link{background-color:#444;border-radius:.3em;font-size:1.3em;margin-bottom:.76em;padding:.5em 1.5em .52em}.tb-countdown__days,.tb-countdown__hours,.tb-countdown__minutes,.tb-countdown__seconds,.tb-countdown__message{background-color:#444;color:#f1f1f1;font-size:48px;margin:0 5px 16px 5px;padding:.4em 1em .6em 1em;border-radius:.2em}.tb-countdown__label{letter-spacing:1px}.tb-progress{position:relative}.tb-progress__trail{background:#c1c1c1;display:inline-block;position:absolute;width:100%;left:0;top:0}.tb-progress__stroke{background:#444;display:inline-block;position:absolute;left:0;top:0}.tb-progress__text{color:#fff;line-height:1em;position:absolute;top:0;width:100%;left:0;display:flex;text-align:center;width:100%;justify-content:center;align-items:center}.tb-rating{color:#c1c1c1;font-size:1.3em;line-height:1.3}.tb-rating__rating{color:#e4cc29}.tb-video{margin-bottom:1em}.tb-audio audio{width:100%;min-width:300px}.tb-button--left{text-align:left}.tb-button--center{text-align:center}.tb-button--right{text-align:right}.tb-button__link{color:inherit;cursor:pointer;display:inline-block;line-height:1.3!important;text-decoration:none!important;text-align:center}.tb-button__link:hover,.tb-button__link:focus,.tb-button__link:visited{color:inherit}.tb-button__icon{display:inline-block;vertical-align:text-bottom;font-style:normal!important}.tb-button__icon::before{content:attr(data-font-code);font-weight:normal!important}.tb-container .tb-container-inner{width:100%;margin:0 auto}.tb-countdown{display:flex;justify-content:center;align-items:baseline}@media (max-width:767px){.tb-countdown{flex-wrap:wrap}}.tb-countdown__days,.tb-countdown__hours,.tb-countdown__minutes,.tb-countdown__seconds,.tb-countdown__message{text-align:center;line-height:1.5}.tb-countdown__number,.tb-countdown__label{display:block}.tb-countdown__label{font-size:.25em}.tb-countdown__message{display:none}.tb-countdown__message--preview{display:block}.tb-field{margin-bottom:.76em}.tb-field--left{text-align:left}.tb-field--center{text-align:center}.tb-field--right{text-align:right}.tb-field__skype_preview{padding:10px 20px;border-radius:3px;color:#fff;background:#00afee;display:inline-block}.tb-field a{text-decoration:none}.entry .entry-content .tb-field a{text-decoration:none}ul.glide__slides{margin:0}.tb-grid,.tb-grid>.editor-inner-blocks>.editor-block-list__layout{display:grid;grid-row-gap:25px;grid-column-gap:25px}.tb-grid-item{background:#d38a03;padding:30px}.tb-grid-column{flex-wrap:wrap}.tb-grid-column>*{width:100%}.tb-grid-column.tb-grid-align-center{width:100%;display:flex;align-content:center}.tb-grid-column.tb-grid-align-bottom{width:100%;display:flex;align-content:flex-end}.tb-heading a{text-decoration:none}.entry .entry-content .tb-heading a{text-decoration:none}.tb-image{position:relative;transition:transform 0.25s ease}.wp-block-image .tb-image.aligncenter{margin-left:auto;margin-right:auto}.tb-image img{max-width:100%;height:auto;transition:transform 0.25s ease}.tb-image .tb-image-polaroid-shadow{position:absolute;z-index:1;box-shadow:0 0 20px rgb(0 0 0 / .8);top:50%;bottom:2px;left:10px;right:10px;border-radius:100px / 10px}.tb-image .tb-image-polaroid{position:relative;display:inline-block;transition:transform 0.25s ease}.tb-image .tb-image-polaroid-inner{position:relative;padding:15px;background-color:#fff;width:100%;z-index:2}.tb-image .tb-image-polaroid-inner img{display:block;width:100%}.tb-image .tb-image-shadow-1{display:inline-block;position:relative;transition:transform 0.25s ease}.tb-image .tb-image-shadow-1-shadows-container{position:relative}.tb-image .tb-image-shadow-1-inner{overflow:hidden;position:relative;z-index:2;background-color:#fff}.tb-image .tb-image-shadow-1-inner img{display:block;width:100%}.tb-image .tb-image-shadow-1-shadow-1,.tb-image .tb-image-shadow-1-shadow-2{position:absolute;z-index:1;bottom:15px;left:10px;width:50%;top:80%;max-width:300px;background:#777;box-shadow:0 15px 10px #777;transform:rotate(-3deg)}.tb-image .tb-image-shadow-1-shadow-2{transform:rotate(3deg);right:10px;left:auto}.tb-progress{text-align:center}.tb-progress svg{display:inline-block;overflow:visible!important}.tb-progress{text-align:center}.tb-progress svg{display:inline-block;overflow:visible!important}.tb-repeating-field__skype_preview{padding:10px 20px;border-radius:3px;color:#fff;background:#00afee;display:inline-block}.tb-repeating-field--grid{display:grid;justify-items:center}.tb-repeating-field--grid img,.tb-repeating-field--grid video{max-width:100%;display:block;box-shadow:none!important}.tb-repeating-field--carousel{opacity:0}.tb-repeating-field:not(.tb-repeating-field--crop) .tb-repeating-field--grid{align-items:center}.tb-repeating-field--crop .tb-repeating-field--grid div,.tb-repeating-field--crop .tb-repeating-field--flexbox div{width:100%}.tb-repeating-field--crop .tb-repeating-field--grid div img,.tb-repeating-field--crop .tb-repeating-field--flexbox div img{-o-object-fit:cover;object-fit:cover;height:100%;width:100%}.tb-repeating-field--crop .glide__slide img{-o-object-fit:cover;object-fit:cover;height:100%!important}.tb-repeating-field--flexbox{display:flex}.tb-repeating-field--flexbox img{display:block;box-shadow:none!important}.tb-repeating-field--masonry{display:flex;flex-flow:row wrap;margin-left:-8px;width:100%}.tb-repeating-field--masonry-brick{flex:auto;height:250px;min-width:150px;margin:0 8px 8px 0}@media only screen and (min-width:1024px){.tb-repeating-field--masonry-brick:nth-child(4n+1){width:250px}.tb-repeating-field--masonry-brick:nth-child(4n+2){width:325px}.tb-repeating-field--masonry-brick:nth-child(4n+3){width:180px}.tb-repeating-field--masonry-brick:nth-child(4n+4){width:380px}}@media only screen and (max-width:1023px) and (min-width:768px){.tb-repeating-field--masonry-brick:nth-child(4n+1){width:200px}.tb-repeating-field--masonry-brick:nth-child(4n+2){width:250px}.tb-repeating-field--masonry-brick:nth-child(4n+3){width:120px}.tb-repeating-field--masonry-brick:nth-child(4n+4){width:280px}}.tb-repeating-field--masonry-brick img,.tb-repeating-field--masonry-brick iframe,.tb-repeating-field--masonry-brick video{-o-object-fit:cover;object-fit:cover;width:100%!important;height:100%!important;display:block}.editor-block-list__block-edit .tb-repeating-field--masonry-brick{height:130px}.editor-block-list__block-edit .tb-repeating-field--masonry-brick:nth-child(4n+1){width:150px}.editor-block-list__block-edit .tb-repeating-field--masonry-brick:nth-child(4n+2){width:180px}.editor-block-list__block-edit .tb-repeating-field--masonry-brick:nth-child(4n+3){width:90px}.editor-block-list__block-edit .tb-repeating-field--masonry-brick:nth-child(4n+4){width:210px}.tb-repeating-field .glide{position:relative}.tb-repeating-field .glide__slide{height:auto}.tb-repeating-field .glide__slide img{width:100%;float:none!important}.tb-repeating-field .glide__view{width:100%;transition:opacity 350ms ease-in-out}.tb-repeating-field .glide__view img{-o-object-fit:contain;object-fit:contain;width:100%;float:none!important}.tb-repeating-field .glide__view--fade-out{opacity:0}.tb-repeating-field .glide__view--fade-in{opacity:1}.tb-repeating-field .glide__arrow{border:none;position:absolute;z-index:10;top:50%;display:inline-flex;justify-content:center;align-items:center;width:40px;height:40px;text-align:center;padding:0;cursor:pointer;transform:translateY(-50%);opacity:0;border-radius:50px;transition:all 0.2s linear;background:rgb(255 255 255 / .7)}.tb-repeating-field .glide__arrow:focus{outline:none;box-shadow:0 0 5px #666;background:rgb(255 255 255 / .7);opacity:1}.tb-repeating-field .glide__arrow:hover{background:rgb(255 255 255 / .9)}.tb-repeating-field .glide__arrow--left{left:5px}.tb-repeating-field .glide__arrow--left svg{margin-left:-1px}.tb-repeating-field .glide__arrow--left span.tb-slider-left-arrow{display:inline-block;width:25px;height:25px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 129 129' width='25' height='25'%3E%3Cg%3E%3Cpath d='m70,93.5c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2 1.6-1.6 1.6-4.2 0-5.8l-23.5-23.5 23.5-23.5c1.6-1.6 1.6-4.2 0-5.8s-4.2-1.6-5.8,0l-26.4,26.4c-0.8,0.8-1.2,1.8-1.2,2.9s0.4,2.1 1.2,2.9l26.4,26.4z' fill='%23666'/%3E%3C/g%3E%3C/svg%3E")}.tb-repeating-field .glide__arrow--right{right:5px}.tb-repeating-field .glide__arrow--right svg{margin-right:-1px}.tb-repeating-field .glide__arrow--right span.tb-slider-right-arrow{display:inline-block;width:25px;height:25px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 129 129' width='25' height='25'%3E%3Cg%3E%3Cpath d='m51.1,93.5c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l26.4-26.4c0.8-0.8 1.2-1.8 1.2-2.9 0-1.1-0.4-2.1-1.2-2.9l-26.4-26.4c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l23.5,23.5-23.5,23.5c-1.6,1.6-1.6,4.2 0,5.8z' fill='%23666'/%3E%3C/g%3E%3C/svg%3E")}.tb-repeating-field .glide:hover .glide__arrow,.tb-repeating-field .glide:focus .glide__arrow{opacity:1}.tb-social-share__network{display:inline-block;text-align:center;vertical-align:top;margin-right:7px;margin-bottom:7px}.tb-social-share--092 .tb-social-share__facebook__share-button{display:inline-block;background-size:contain;background-color:#3b5998;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg%3E%3Cpath d='M34.1,47V33.3h4.6l0.7-5.3h-5.3v-3.4c0-1.5,0.4-2.6,2.6-2.6l2.8,0v-4.8c-0.5-0.1-2.2-0.2-4.1-0.2 c-4.1,0-6.9,2.5-6.9,7V28H24v5.3h4.6V47H34.1z' fill='%23FFFFFF'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")}.tb-social-share--092 .tb-social-share__linkedin__share-button{display:inline-block;background-size:contain;background-color:#007fb1;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' %3E%3Cg%3E%3Cpath d='M20.4,44h5.4V26.6h-5.4V44z M23.1,18c-1.7,0-3.1,1.4-3.1,3.1c0,1.7,1.4,3.1,3.1,3.1 c1.7,0,3.1-1.4,3.1-3.1C26.2,19.4,24.8,18,23.1,18z M39.5,26.2c-2.6,0-4.4,1.4-5.1,2.8h-0.1v-2.4h-5.2V44h5.4v-8.6 c0-2.3,0.4-4.5,3.2-4.5c2.8,0,2.8,2.6,2.8,4.6V44H46v-9.5C46,29.8,45,26.2,39.5,26.2z' fill='%23FFFFFF'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")}.tb-social-share--092 .tb-social-share__twitter__share-button{display:inline-block;background-size:contain;background-color:#00aced;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg%3E%3Cpath d='M48,22.1c-1.2,0.5-2.4,0.9-3.8,1c1.4-0.8,2.4-2.1,2.9-3.6c-1.3,0.8-2.7,1.3-4.2,1.6 C41.7,19.8,40,19,38.2,19c-3.6,0-6.6,2.9-6.6,6.6c0,0.5,0.1,1,0.2,1.5c-5.5-0.3-10.3-2.9-13.5-6.9c-0.6,1-0.9,2.1-0.9,3.3 c0,2.3,1.2,4.3,2.9,5.5c-1.1,0-2.1-0.3-3-0.8c0,0,0,0.1,0,0.1c0,3.2,2.3,5.8,5.3,6.4c-0.6,0.1-1.1,0.2-1.7,0.2c-0.4,0-0.8,0-1.2-0.1 c0.8,2.6,3.3,4.5,6.1,4.6c-2.2,1.8-5.1,2.8-8.2,2.8c-0.5,0-1.1,0-1.6-0.1c2.9,1.9,6.4,2.9,10.1,2.9c12.1,0,18.7-10,18.7-18.7 c0-0.3,0-0.6,0-0.8C46,24.5,47.1,23.4,48,22.1z' fill='%23fff'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")}.tb-social-share--092 .tb-social-share__pinterest__share-button{display:inline-block;background-size:contain;background-color:#cb2128;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' %3E%3Cg%3E%3Cpath d='M32,16c-8.8,0-16,7.2-16,16c0,6.6,3.9,12.2,9.6,14.7c0-1.1,0-2.5,0.3-3.7 c0.3-1.3,2.1-8.7,2.1-8.7s-0.5-1-0.5-2.5c0-2.4,1.4-4.1,3.1-4.1c1.5,0,2.2,1.1,2.2,2.4c0,1.5-0.9,3.7-1.4,5.7 c-0.4,1.7,0.9,3.1,2.5,3.1c3,0,5.1-3.9,5.1-8.5c0-3.5-2.4-6.1-6.7-6.1c-4.9,0-7.9,3.6-7.9,7.7c0,1.4,0.4,2.4,1.1,3.1 c0.3,0.3,0.3,0.5,0.2,0.9c-0.1,0.3-0.3,1-0.3,1.3c-0.1,0.4-0.4,0.6-0.8,0.4c-2.2-0.9-3.3-3.4-3.3-6.1c0-4.5,3.8-10,11.4-10 c6.1,0,10.1,4.4,10.1,9.2c0,6.3-3.5,11-8.6,11c-1.7,0-3.4-0.9-3.9-2c0,0-0.9,3.7-1.1,4.4c-0.3,1.2-1,2.5-1.6,3.4 c1.4,0.4,3,0.7,4.5,0.7c8.8,0,16-7.2,16-16C48,23.2,40.8,16,32,16z' fill='%23fff'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")}.tb-social-share--092 .tb-social-share__telegram__share-button{display:inline-block;background-size:contain;background-color:#37aee2;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg%3E%3Cpath d='m45.90873,15.44335c-0.6901,-0.0281 -1.37668,0.14048 -1.96142,0.41265c-0.84989,0.32661 -8.63939,3.33986 -16.5237,6.39174c-3.9685,1.53296 -7.93349,3.06593 -10.98537,4.24067c-3.05012,1.1765 -5.34694,2.05098 -5.4681,2.09312c-0.80775,0.28096 -1.89996,0.63566 -2.82712,1.72788c-0.23354,0.27218 -0.46884,0.62161 -0.58825,1.10275c-0.11941,0.48114 -0.06673,1.09222 0.16682,1.5716c0.46533,0.96052 1.25376,1.35737 2.18443,1.71383c3.09051,0.99037 6.28638,1.93508 8.93263,2.8236c0.97632,3.44171 1.91401,6.89571 2.84116,10.34268c0.30554,0.69185 0.97105,0.94823 1.65764,0.95525l-0.00351,0.03512c0,0 0.53908,0.05268 1.06412,-0.07375c0.52679,-0.12292 1.18879,-0.42846 1.79109,-0.99212c0.662,-0.62161 2.45836,-2.38812 3.47683,-3.38552l7.6736,5.66477l0.06146,0.03512c0,0 0.84989,0.59703 2.09312,0.68132c0.62161,0.04214 1.4399,-0.07726 2.14229,-0.59176c0.70766,-0.51626 1.1765,-1.34683 1.396,-2.29506c0.65673,-2.86224 5.00979,-23.57745 5.75257,-27.00686l-0.02107,0.08077c0.51977,-1.93157 0.32837,-3.70159 -0.87096,-4.74991c-0.60054,-0.52152 -1.2924,-0.7498 -1.98425,-0.77965l0,0.00176zm-0.2072,3.29069c0.04741,0.0439 0.0439,0.0439 0.00351,0.04741c-0.01229,-0.00351 0.14048,0.2072 -0.15804,1.32576l-0.01229,0.04214l-0.00878,0.03863c-0.75858,3.50668 -5.15554,24.40802 -5.74203,26.96472c-0.08077,0.34417 -0.11414,0.31959 -0.09482,0.29852c-0.1756,-0.02634 -0.50045,-0.16506 -0.52679,-0.1756l-13.13468,-9.70175c4.4988,-4.33199 9.09945,-8.25307 13.744,-12.43229c0.8218,-0.41265 0.68483,-1.68573 -0.29852,-1.70681c-1.04305,0.24584 -1.92279,0.99564 -2.8798,1.47502c-5.49971,3.2626 -11.11882,6.13186 -16.55882,9.49279c-2.792,-0.97105 -5.57873,-1.77704 -8.15298,-2.57601c2.2336,-0.89555 4.00889,-1.55579 5.75608,-2.23009c3.05188,-1.1765 7.01687,-2.7042 10.98537,-4.24067c7.94051,-3.06944 15.92667,-6.16346 16.62028,-6.43037l0.05619,-0.02283l0.05268,-0.02283c0.19316,-0.0878 0.30378,-0.09658 0.35471,-0.10009c0,0 -0.01756,-0.05795 -0.00351,-0.04566l-0.00176,0zm-20.91715,22.0638l2.16687,1.60145c-0.93418,0.91311 -1.81743,1.77353 -2.45485,2.38812l0.28798,-3.98957' fill='%23fff'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")}.tb-social-share--092 .tb-social-share__reddit__share-button{display:inline-block;background-size:contain;background-color:#5f99cf;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg%3E%3Cpath d='m 52.8165,31.942362 c 0,-2.4803 -2.0264,-4.4965 -4.5169,-4.4965 -1.2155,0 -2.3171,0.4862 -3.128,1.2682 -3.077,-2.0247 -7.2403,-3.3133 -11.8507,-3.4782 l 2.5211,-7.9373 6.8272,1.5997 -0.0102,0.0986 c 0,2.0281 1.6575,3.6771 3.6958,3.6771 2.0366,0 3.6924,-1.649 3.6924,-3.6771 0,-2.0281 -1.6575,-3.6788 -3.6924,-3.6788 -1.564,0 -2.8968,0.9758 -3.4357,2.3443 l -7.3593,-1.7255 c -0.3213,-0.0782 -0.6477,0.1071 -0.748,0.4233 L 32,25.212062 c -4.8246,0.0578 -9.1953,1.3566 -12.41,3.4425 -0.8058,-0.7446 -1.8751,-1.2104 -3.0583,-1.2104 -2.4905,0 -4.5152,2.0179 -4.5152,4.4982 0,1.649 0.9061,3.0787 2.2389,3.8607 -0.0884,0.4794 -0.1462,0.9639 -0.1462,1.4569 0,6.6487 8.1736,12.0581 18.2223,12.0581 10.0487,0 18.224,-5.4094 18.224,-12.0581 0,-0.4658 -0.0493,-0.9248 -0.1275,-1.377 1.4144,-0.7599 2.3885,-2.2304 2.3885,-3.9406 z m -29.2808,3.0872 c 0,-1.4756 1.207,-2.6775 2.6894,-2.6775 1.4824,0 2.6877,1.2019 2.6877,2.6775 0,1.4756 -1.2053,2.6758 -2.6877,2.6758 -1.4824,0 -2.6894,-1.2002 -2.6894,-2.6758 z m 15.4037,7.9373 c -1.3549,1.3481 -3.4816,2.0043 -6.5008,2.0043 l -0.0221,-0.0051 -0.0221,0.0051 c -3.0209,0 -5.1476,-0.6562 -6.5008,-2.0043 -0.2465,-0.2448 -0.2465,-0.6443 0,-0.8891 0.2465,-0.2465 0.6477,-0.2465 0.8942,0 1.105,1.0999 2.9393,1.6337 5.6066,1.6337 l 0.0221,0.0051 0.0221,-0.0051 c 2.6673,0 4.5016,-0.5355 5.6066,-1.6354 0.2465,-0.2465 0.6477,-0.2448 0.8942,0 0.2465,0.2465 0.2465,0.6443 0,0.8908 z m -0.3213,-5.2615 c -1.4824,0 -2.6877,-1.2002 -2.6877,-2.6758 0,-1.4756 1.2053,-2.6775 2.6877,-2.6775 1.4824,0 2.6877,1.2019 2.6877,2.6775 0,1.4756 -1.2053,2.6758 -2.6877,2.6758 z' fill='%23fff'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")}.tb-social-share--092 .tb-social-share__viber__share-button{display:inline-block;background-size:contain;background-color:#7c529e;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg%3E%3Cpath d='m31.0,12.3c9.0,0.2 16.4,6.2 18.0,15.2c0.2,1.5 0.3,3.0 0.4,4.6a1.0,1.0 0 0 1 -0.8,1.2l-0.1,0a1.1,1.1 0 0 1 -1.0,-1.2l0,0c-0.0,-1.2 -0.1,-2.5 -0.3,-3.8a16.1,16.1 0 0 0 -13.0,-13.5c-1.0,-0.1 -2.0,-0.2 -3.0,-0.3c-0.6,-0.0 -1.4,-0.1 -1.6,-0.8a1.1,1.1 0 0 1 0.9,-1.2l0.6,0l0.0,-0.0zm10.6,39.2a19.9,19.9 0 0 1 -2.1,-0.6c-6.9,-2.9 -13.2,-6.6 -18.3,-12.2a47.5,47.5 0 0 1 -7.0,-10.7c-0.8,-1.8 -1.6,-3.7 -2.4,-5.6c-0.6,-1.7 0.3,-3.4 1.4,-4.7a11.3,11.3 0 0 1 3.7,-2.8a2.4,2.4 0 0 1 3.0,0.7a39.0,39.0 0 0 1 4.7,6.5a3.1,3.1 0 0 1 -0.8,4.2c-0.3,0.2 -0.6,0.5 -1.0,0.8a3.3,3.3 0 0 0 -0.7,0.7a2.1,2.1 0 0 0 -0.1,1.9c1.7,4.9 4.7,8.7 9.7,10.8a5.0,5.0 0 0 0 2.5,0.6c1.5,-0.1 2.0,-1.8 3.1,-2.7a2.9,2.9 0 0 1 3.5,-0.1c1.1,0.7 2.2,1.4 3.3,2.2a37.8,37.8 0 0 1 3.1,2.4a2.4,2.4 0 0 1 0.7,3.0a10.4,10.4 0 0 1 -4.4,4.8a10.8,10.8 0 0 1 -1.9,0.6c-0.7,-0.2 0.6,-0.2 0,0l0.0,0l0,-0.0zm3.1,-21.4a4.2,4.2 0 0 1 -0.0,0.6a1.0,1.0 0 0 1 -1.9,0.1a2.7,2.7 0 0 1 -0.1,-0.8a10.9,10.9 0 0 0 -1.4,-5.5a10.2,10.2 0 0 0 -4.2,-4.0a12.3,12.3 0 0 0 -3.4,-1.0c-0.5,-0.0 -1.0,-0.1 -1.5,-0.2a0.9,0.9 0 0 1 -0.9,-1.0l0,-0.1a0.9,0.9 0 0 1 0.9,-0.9l0.1,0a14.1,14.1 0 0 1 5.9,1.5a11.9,11.9 0 0 1 6.5,9.3c0,0.1 0.0,0.3 0.0,0.5c0,0.4 0.0,0.9 0.0,1.5l0,0l0.0,0.0zm-5.6,-0.2a1.1,1.1 0 0 1 -1.2,-0.9l0,-0.1a11.3,11.3 0 0 0 -0.2,-1.4a4.0,4.0 0 0 0 -1.5,-2.3a3.9,3.9 0 0 0 -1.2,-0.5c-0.5,-0.1 -1.1,-0.1 -1.6,-0.2a1.0,1.0 0 0 1 -0.8,-1.1l0,0l0,0a1.0,1.0 0 0 1 1.1,-0.8c3.4,0.2 6.0,2.0 6.3,6.2a2.8,2.8 0 0 1 0,0.8a0.8,0.8 0 0 1 -0.8,0.7l0,0l0.0,-0.0z' fill='%23fff'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")}.tb-social-share--092 .tb-social-share__email__share-button{display:inline-block;background-size:contain;background-color:#7f7f7f;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg%3E%3Cpath d='M17,22v20h30V22H17z M41.1,25L32,32.1L22.9,25H41.1z M20,39V26.6l12,9.3l12-9.3V39H20z' fill='%23fff'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")}.tb-social-share--round .SocialMediaShareButton{border-radius:50%}.tb-social-share__excerpt{display:none}.tb-social-share .SocialMediaShareButton--disabled{opacity:.65}.tb-rating{position:relative;white-space:nowrap}.tb-rating__container{position:relative;display:inline-block}.tb-rating__star{display:inline-block;position:relative}.tb-rating__star::before{content:attr(data-star);display:inline-block;clear:both}.tb-rating__rating{position:absolute;left:0;display:inline-block;overflow:hidden;white-space:nowrap}.tb-rating__rating::after{content:attr(data-star)}.tb-rating--left{text-align:left}.tb-rating--right{text-align:right}.tb-rating--center{text-align:center}.tb-rating--dashicons .tb-rating__star::before{font-family:dashicons,sans-serif}.tb-rating--dashicons .tb-rating__rating::after{font-family:dashicons,sans-serif}.tb-video{margin-left:0;margin-right:0}.tb-video video{max-width:100%}.tb-video.alignwide video,.tb-video.alignfull video{width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.tb-video [poster]{-o-object-fit:cover;object-fit:cover}}.tb-video.aligncenter{text-align:center}.wooviews-clearfix::after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}.woocommerce [data-woocommerce-views-add-to-cart] .wooviews-template-add_to_cart_button,.woocommerce [data-woocommerce-views-add-to-cart] button.button.wooviews-template-add_to_cart_button,.woocommerce [data-woocommerce-views-add-to-cart] a.button.wooviews-template-add_to_cart_button{all:initial;font-family:inherit;cursor:inherit;display:inline-block;cursor:pointer;transition:all 0.2s linear}.woocommerce [data-woocommerce-views-add-to-cart] .wooviews-template-add_to_cart_button.added,.woocommerce [data-woocommerce-views-add-to-cart] .wooviews-template-add_to_cart_button.loading{all:inherit;display:inline-block}.woocommerce [data-woocommerce-views-add-to-cart] .wooviews-template-add_to_cart_button.added::after,.woocommerce [data-woocommerce-views-add-to-cart] .wooviews-template-add_to_cart_button.loading::after{all:initial;font-family:inherit;cursor:inherit}.woocommerce [data-woocommerce-views-add-to-cart] table.wooviews-template-table{border-collapse:collapse;border-spacing:0;width:100%;margin-bottom:1em}.woocommerce [data-woocommerce-views-add-to-cart] table.wooviews-template-table td{padding:10px;border:1px solid #c1c1c1}.woocommerce [data-woocommerce-views-add-to-cart] table.wooviews-template-table td.label{display:table-cell}.woocommerce [data-woocommerce-views-add-to-cart] .wooviews-template-amount .amount{all:initial;font-family:inherit;cursor:inherit;color:#000}.woocommerce [data-woocommerce-views-add-to-cart] .wooviews-template-amount .amount .woocommerce-Price-currencySymbol{all:initial;font-family:inherit;cursor:inherit;color:inherit}.woocommerce [data-woocommerce-views-add-to-cart] .wooviews-template-amount del .amount{color:#c1c1c1}.woocommerce [data-woocommerce-views-add-to-cart] form.cart .wooviews-template-quantity{all:initial;font-family:inherit;cursor:inherit;display:inline-block}.woocommerce [data-woocommerce-views-add-to-cart] form.cart .wooviews-template-quantity-button,.woocommerce [data-woocommerce-views-add-to-cart] form.cart.wooviews-template-quantity-button{display:flex;gap:2px;align-items:center}.woocommerce [data-woocommerce-views-add-to-cart] form.cart .wooviews-template-quantity-button input[type="number"],.woocommerce [data-woocommerce-views-add-to-cart] form.cart.wooviews-template-quantity-button input[type="number"]{all:initial;font-family:inherit;cursor:inherit;text-align:center;border:1px solid #c1c1c1}.woocommerce div.product [data-woocommerce-views-add-to-cart] form.cart{display:flex;flex-wrap:wrap}.woocommerce div.product [data-woocommerce-views-add-to-cart] form.cart::before{display:none}.woocommerce div.product [data-woocommerce-views-add-to-cart] form.cart .wooviews-template-quantity{margin:0}.woocommerce div.product [data-woocommerce-views-add-to-cart] .wooviews-template-add_to_cart_button,.woocommerce div.product [data-woocommerce-views-add-to-cart] button.button.wooviews-template-add_to_cart_button,.woocommerce div.product [data-woocommerce-views-add-to-cart] a.button.wooviews-template-add_to_cart_button{all:initial;font-family:inherit;cursor:inherit;display:inline-block;cursor:pointer;transition:all 0.2s linear}.woocommerce div.product [data-woocommerce-views-add-to-cart] .wooviews-template-add_to_cart_button.added,.woocommerce div.product [data-woocommerce-views-add-to-cart] .wooviews-template-add_to_cart_button.loading{all:inherit;display:inline-block}.woocommerce div.product [data-woocommerce-views-add-to-cart] .wooviews-template-add_to_cart_button.added::after,.woocommerce div.product [data-woocommerce-views-add-to-cart] .wooviews-template-add_to_cart_button.loading::after{all:initial;font-family:inherit;cursor:inherit}.wpv-block-loop-item [data-woocommerce-views-add-to-cart]{display:flex}.wooviews-template-add_to_cart_button__icon::before{display:inline-block}@-webkit-keyframes wooviews-rotation{from{transform:rotate(0deg)}to{transform:rotate(359deg)}}@keyframes wooviews-rotation{from{transform:rotate(0deg)}to{transform:rotate(359deg)}}body.page.theme-oceanwp .entry .wooviews-template-add_to_cart_button:not(.wp-block-button__link):not(.wp-block-file__button){text-decoration:none}body.page.theme-oceanwp .entry .wooviews-template-add_to_cart_button:not(.wp-block-button__link):not(.wp-block-file__button):focus{text-decoration:none}.wooviews-breadcrumb{all:initial;font-family:inherit;cursor:inherit;display:block;*zoom:1}.wooviews-breadcrumb a{text-decoration:none;cursor:pointer}.wooviews-breadcrumb::before,.wooviews-breadcrumb::after{content:" ";display:table}.wooviews-breadcrumb::after{clear:both}.wooviews-cart-message{all:initial;font-family:inherit;cursor:inherit;display:block}.wooviews-cart-message .woocommerce-message,.wooviews-cart-message .woocommerce-error,.wooviews-cart-message .woocommerce-info{font-size:initial;border:none;position:relative;list-style:none outside;*zoom:1;word-wrap:break-word}.wooviews-cart-message .woocommerce-message::before,.wooviews-cart-message .woocommerce-message::after,.wooviews-cart-message .woocommerce-error::before,.wooviews-cart-message .woocommerce-error::after,.wooviews-cart-message .woocommerce-info::before,.wooviews-cart-message .woocommerce-info::after{content:" ";display:table}.wooviews-cart-message .woocommerce-message::after,.wooviews-cart-message .woocommerce-error::after,.wooviews-cart-message .woocommerce-info::after{clear:both}.wooviews-cart-message .woocommerce-message::before,.wooviews-cart-message .woocommerce-error::before,.wooviews-cart-message .woocommerce-info::before{font-family:sans-serif,WooCommerce;content:"\e028";display:inline-block;position:absolute;top:1em;left:1.5em}.wooviews-cart-message .woocommerce-message .button,.wooviews-cart-message .woocommerce-error .button,.wooviews-cart-message .woocommerce-info .button{all:initial;font-family:inherit;cursor:inherit;display:inline-block;float:right;margin-left:10px}.wooviews-cart-message .woocommerce-message::after,.wooviews-cart-message .woocommerce-error::after,.wooviews-cart-message .woocommerce-info::after{content:none}.wooviews-cart-message .woocommerce-message li,.wooviews-cart-message .woocommerce-error li,.wooviews-cart-message .woocommerce-info li{list-style:none outside!important;padding-left:0!important;margin-left:0!important}.wooviews-cart-message .woocommerce-message::before{content:"\e015"}.wooviews-cart-message .woocommerce-error::before{content:"\e016"}.woocommerce .wooviews-tabs ul.wc-tabs{all:initial;font-family:inherit;cursor:inherit;display:block;padding:0;margin:0;list-style:none}.woocommerce .wooviews-tabs ul.wc-tabs li{all:initial;font-family:inherit;cursor:inherit;display:inline-block;font-weight:600;transition:all 0.2s ease;cursor:pointer}.woocommerce .wooviews-tabs ul.wc-tabs li.active::before{background:unset}.woocommerce .wooviews-tabs ul.wc-tabs li a{all:initial;font-family:inherit;cursor:inherit;text-decoration:none;border:0;cursor:pointer}.woocommerce .wooviews-tabs p.stars+p.stars{display:none}.woocommerce div.product .wooviews-tabs ul.wc-tabs{all:initial;font-family:inherit;cursor:inherit;display:block;padding:0;margin:0;list-style:none}.woocommerce div.product .wooviews-tabs ul.wc-tabs li{all:initial;font-family:inherit;cursor:inherit;display:inline-block;font-weight:600;transition:all 0.2s ease;cursor:pointer}.woocommerce div.product .wooviews-tabs ul.wc-tabs li.active::before{background:unset}.woocommerce div.product .wooviews-tabs ul.wc-tabs li a{all:initial;font-family:inherit;cursor:inherit;text-decoration:none;border:0;cursor:pointer}.woocommerce div.product .wooviews-tabs p.stars+p.stars{display:none}.wooviews-list-attributes-item__value p{padding:0;margin:0}.woocommerce-product-attributes{border-collapse:collapse}.wooviews-list-attributes{border-collapse:collapse}.wooviews-list-attributes,.wooviews-list-attributes tr,.wooviews-list-attributes th,.wooviews-list-attributes td{font-weight:400;border:0}.wooviews-list-attributes th p,.wooviews-list-attributes td p{margin:0}.woocommerce #content div.product div.images.wooviews-template-product-gallery{width:100%}.wooviews-template-product-gallery{position:relative}.wooviews-template-product-gallery .woocommerce-product-gallery__trigger{position:absolute;top:.875em;right:.875em;display:block;z-index:99}.woocommerce #content div.product .wooviews-product-image div.images{float:none}.woocommerce #content div.product .wooviews-product-image div.images ol{overflow:visible}.woocommerce .wooviews-product-image,.woocommerce div.product .wooviews-product-image{position:relative}.woocommerce .wooviews-product-image:not([class*="align"]),.woocommerce div.product .wooviews-product-image:not([class*="align"]){clear:both;display:inline-block}.woocommerce .wooviews-product-image .woocommerce-product-gallery,.woocommerce div.product .wooviews-product-image .woocommerce-product-gallery{margin:0}.woocommerce .wooviews-product-image .woocommerce-product-gallery .flex-viewport,.woocommerce div.product .wooviews-product-image .woocommerce-product-gallery .flex-viewport{margin:0}.woocommerce .wooviews-product-image ol,.woocommerce div.product .wooviews-product-image ol{margin:0;list-style:none;grid-template-columns:1fr 1fr 1fr 1fr}.woocommerce .wooviews-product-image ol li,.woocommerce div.product .wooviews-product-image ol li{margin:0}.woocommerce .wooviews-product-image ol.flex-control-thumbs::before,.woocommerce div.product .wooviews-product-image ol.flex-control-thumbs::before{content:none}.woocommerce .wooviews-product-image ol.flex-control-thumbs::after,.woocommerce div.product .wooviews-product-image ol.flex-control-thumbs::after{content:none}.woocommerce .wooviews-product-image ol.flex-control-nav.flex-control-thumbs li,.woocommerce div.product .wooviews-product-image ol.flex-control-nav.flex-control-thumbs li{float:none;width:auto;margin:0}.woocommerce .wooviews-product-image div.images,.woocommerce div.product .wooviews-product-image div.images{float:none;width:100%}.woocommerce .wooviews-product-image .wcviews_onsale_wrap,.woocommerce .wooviews-product-image div.images .wcviews_onsale_wrap,.woocommerce div.product .wooviews-product-image .wcviews_onsale_wrap,.woocommerce div.product .wooviews-product-image div.images .wcviews_onsale_wrap{float:none;position:initial}.woocommerce .wooviews-product-image span.onsale,.woocommerce .wooviews-product-image div.images span.onsale,.woocommerce div.product .wooviews-product-image span.onsale,.woocommerce div.product .wooviews-product-image div.images span.onsale{min-height:0;min-width:0;padding:initial;font-size:inherit;font-weight:inherit;position:absolute;text-align:initial;line-height:inherit;top:initial;left:initial;margin:initial;border-radius:initial;background-color:initial;color:initial;word-break:break-word;z-index:9;box-sizing:border-box}.woocommerce .wooviews-product-image ol,.woocommerce .wooviews-product-image div.images ol,.woocommerce div.product .wooviews-product-image ol,.woocommerce div.product .wooviews-product-image div.images ol{display:grid}.woocommerce .wooviews-product-image ol li,.woocommerce .wooviews-product-image div.images ol li,.woocommerce div.product .wooviews-product-image ol li,.woocommerce div.product .wooviews-product-image div.images ol li{float:none;width:100%}@media (min-width:769px){.theme-astra.woocommerce-page #content .ast-woocommerce-container div.product div.wooviews-product-image div.images,.theme-astra.woocommerce .ast-woocommerce-container div.product div.wooviews-product-image div.images{width:100%}}.theme-astra.woocommerce div.product div.wooviews-product-image div.images.woocommerce-product-gallery .flex-viewport{margin-bottom:0}.theme-astra.woocommerce div.product div.wooviews-product-image div.woocommerce-product-gallery--columns-4 .flex-control-thumbs li{margin:0}.theme-twentytwenty.woocommerce div.product div.wooviews-product-image[class*="align"]{max-width:600px}.theme-twentytwentyone.woocommerce div.wooviews-product-image .onsale::before{padding-top:0!important}.wooviews-product-meta.product_meta{all:initial;font-family:inherit;cursor:inherit;display:block;border-top:0;border-bottom:0}.wooviews-product-meta.product_meta .posted_in,.wooviews-product-meta.product_meta a{all:initial;font-family:inherit;cursor:inherit;text-decoration:none;cursor:pointer}.theme-astra.woocommerce div.product .product_meta{border:0}.theme-astra div.product .wooviews-product-meta.product_meta{font-size:initial}.theme-twentytwenty div.product .wooviews-product-meta.product_meta{font-size:initial}body.woocommerce div.wooviews-product-price{all:initial;font-family:inherit;cursor:inherit;display:block;width:100%}body.woocommerce div.wooviews-product-price p.price del{text-decoration:line-through}body.woocommerce div.wooviews-product-price p.price del .amount{text-decoration:inherit}body.woocommerce div.wooviews-product-price p.price ins{font-weight:400}body.woocommerce div.wooviews-product-stock{all:initial;font-family:inherit;cursor:inherit;display:block;width:100%}body.woocommerce div.wooviews-product-stock p{word-break:normal}.wooviews-rating .woocommerce-product-rating,.woocommerce .wooviews-rating .woocommerce-product-rating{margin:0}.wooviews-rating .wooviews-rating .star-rating,.woocommerce .wooviews-rating .wooviews-rating .star-rating{float:none;display:inline-block;vertical-align:middle;display:inline-block;vertical-align:middle;margin:0;text-indent:-9999px;font-size:unset}.wooviews-rating .wooviews-rating .star-rating span::before,.woocommerce .wooviews-rating .wooviews-rating .star-rating span::before{font-family:star,sans-serif;text-indent:0}.wooviews-rating .wooviews-rating .star-rating::before,.woocommerce .wooviews-rating .wooviews-rating .star-rating::before{font-family:star,sans-serif;opacity:1;content:"\53\53\53\53\53";text-indent:0}.wooviews-rating .wooviews-rating .star-rating .wooviews-rating-html,.woocommerce .wooviews-rating .wooviews-rating .star-rating .wooviews-rating-html{display:none}.wooviews-rating .woocommerce-review-link,.woocommerce .wooviews-rating .woocommerce-review-link{padding-left:10px}.theme-woodmart .wooviews-rating[data-woocommerce-views-ratings] .wooviews-rating .star-rating{text-indent:unset}.theme-woodmart .wooviews-rating[data-woocommerce-views-ratings] .wooviews-rating .star-rating::before,.theme-woodmart .wooviews-rating[data-woocommerce-views-ratings] .wooviews-rating .star-rating span::before{font-family:woodmart-font,sans-serif;content:"\f148" "\f148" "\f148" "\f148" "\f148"!important}.theme-twentytwenty .single-product .woocommerce-product-rating.wooviews-rating{font-size:unset}.related.wooviews-related ul.wooviews-related-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px;padding:0;margin:0;list-style:none;text-align:center}.related.wooviews-related ul.wooviews-related-list::before{content:none}.related.wooviews-related ul.wooviews-related-list.wooviews-template-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.related.wooviews-related ul.wooviews-related-list.wooviews-template-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.related.wooviews-related ul.wooviews-related-list li{position:relative}.related.wooviews-related ul.wooviews-related-list li .wcviews_onsale_wrap{position:absolute;top:0;left:0}.related.wooviews-related ul.wooviews-related-list .onsale{all:initial;font-family:inherit;cursor:inherit;display:inline-block;position:relative;min-height:unset}.related.wooviews-related ul.wooviews-related-list .price{display:block;padding:10px 0;font-weight:400;font-size:1.2em}.related.wooviews-related ul.wooviews-related-list .price .amount{font-weight:400}.related.wooviews-related ul.wooviews-related-list .price del{opacity:1;font-size:1.2em}.related.wooviews-related ul.wooviews-related-list .price ins{text-decoration:none;font-weight:400}.related.wooviews-related ul.wooviews-related-list .star-rating{margin:0 auto}.related.wooviews-related ul.wooviews-related-list .star-rating::before{content:"\53\53\53\53\53";opacity:1}.related.wooviews-related ul.wooviews-related-list .button{all:initial;font-family:inherit;cursor:inherit;display:inline-block;border:0;cursor:pointer}.related.wooviews-related ul.wooviews-related-list img{width:100%}body:not(.wp-admin).theme-woodmart .related.wooviews-related ul.wooviews-related-list .star-rating::before,body:not(.wp-admin).theme-woodmart .related.wooviews-related ul.wooviews-related-list .star-rating span::before{content:"\f148" "\f148" "\f148" "\f148" "\f148";font-family:woodmart-font,sans-serif}body:not(.wp-admin).theme-woodmart .labels-rounded{top:0;left:0}.woocommerce #reviews.wooviews-reviews{display:block}.woocommerce #reviews.wooviews-reviews>div{width:100%;max-width:100%;min-width:100%}.woocommerce #reviews.wooviews-reviews #comments{float:none}.woocommerce #reviews.wooviews-reviews #comments ol.commentlist{all:initial;font-family:inherit;cursor:inherit;list-style:none}.woocommerce #reviews.wooviews-reviews #comments ol.commentlist li.wooviews-reviews-item{all:initial;font-family:inherit;cursor:inherit;position:relative;display:block;padding-bottom:1em;margin-bottom:1em;*zoom:1}.woocommerce #reviews.wooviews-reviews #comments ol.commentlist li.wooviews-reviews-item::before,.woocommerce #reviews.wooviews-reviews #comments ol.commentlist li.wooviews-reviews-item::after{content:" ";display:table}.woocommerce #reviews.wooviews-reviews #comments ol.commentlist li.wooviews-reviews-item::after{clear:both}.woocommerce #reviews.wooviews-reviews #comments ol.commentlist li.wooviews-reviews-item img.avatar{all:initial;font-family:inherit;cursor:inherit}.woocommerce #reviews.wooviews-reviews #comments ol.commentlist li.wooviews-reviews-item .comment_container{all:initial;font-family:inherit;cursor:inherit;display:grid;grid-template-columns:-webkit-min-content 1fr;grid-template-columns:min-content 1fr}.woocommerce #reviews.wooviews-reviews #comments ol.commentlist li.wooviews-reviews-item .comment_container .star-rating{float:none;display:inline-block;height:auto;width:auto;line-height:unset}.woocommerce #reviews.wooviews-reviews #comments ol.commentlist li.wooviews-reviews-item .comment_container .star-rating span{height:100%}.woocommerce #reviews.wooviews-reviews #comments ol.commentlist li.wooviews-reviews-item .comment_container .star-rating::before{position:relative;opacity:1;content:"\53\53\53\53\53"}.woocommerce #reviews.wooviews-reviews #comments ol.commentlist li.wooviews-reviews-item .comment_container .comment-text{all:initial;font-family:inherit;cursor:inherit;display:block;border:0}.woocommerce #reviews.wooviews-reviews #comments ol.commentlist li.wooviews-reviews-item .comment_container .comment-text p.meta{all:initial;font-family:inherit;cursor:inherit;display:block}.woocommerce #reviews.wooviews-reviews #comments ol.commentlist li.wooviews-reviews-item .comment_container .comment-text p.meta *{all:initial;font-family:inherit;cursor:inherit}.woocommerce #reviews.wooviews-reviews #comments ol.commentlist li.wooviews-reviews-item .comment_container .comment-text p.meta strong,.woocommerce #reviews.wooviews-reviews #comments ol.commentlist li.wooviews-reviews-item .comment_container .comment-text p.meta time,.woocommerce #reviews.wooviews-reviews #comments ol.commentlist li.wooviews-reviews-item .comment_container .comment-text p.meta span{font-size:.9em}.woocommerce #reviews.wooviews-reviews #comments ol.commentlist li.wooviews-reviews-item .comment_container .comment-text .description{box-sizing:border-box}.woocommerce #reviews.wooviews-reviews #comments ol.commentlist li.wooviews-reviews-item .comment_container .comment-text .description p{all:initial;font-family:inherit;cursor:inherit;display:block}.woocommerce #reviews.wooviews-reviews #review_form,.woocommerce #reviews.wooviews-reviews #review_form_wrapper{all:initial;font-family:inherit;cursor:inherit;display:block}.woocommerce #reviews.wooviews-reviews #commentform{all:initial;font-family:inherit;cursor:inherit}.woocommerce #reviews.wooviews-reviews #commentform p{all:initial;font-family:inherit;cursor:inherit;margin-bottom:1em;display:block}.woocommerce #reviews.wooviews-reviews #commentform label{all:initial;font-family:inherit;cursor:inherit;display:block}.woocommerce #reviews.wooviews-reviews #commentform #comment,.woocommerce #reviews.wooviews-reviews #commentform input[type="text"]{all:initial;font-family:inherit;cursor:inherit;border:1px solid #ddd;width:calc(100% - 1em);cursor:text;overflow:auto;white-space:pre-wrap}.woocommerce #reviews.wooviews-reviews #commentform .form-submit{all:initial;font-family:inherit;cursor:inherit}.woocommerce #reviews.wooviews-reviews #commentform .comment-form-author,.woocommerce #reviews.wooviews-reviews #commentform .comment-form-email{all:initial;font-family:inherit;cursor:inherit;display:block;width:100%;margin-bottom:1em;display:block}.woocommerce #reviews.wooviews-reviews #commentform #submit{all:initial;font-family:inherit;cursor:inherit;display:inline-block;cursor:pointer;line-height:36px;transition:all 0.2s linear}.woocommerce #reviews.wooviews-reviews #commentform p.stars a:not(.active),.woocommerce #reviews.wooviews-reviews #commentform p.stars a::before{font-family:star,sans-serif;content:"\53";opacity:1}.woocommerce #reviews.wooviews-reviews #commentform p.stars a:hover::before{content:"\53";opacity:1}.woocommerce #reviews.wooviews-reviews #commentform p.stars+.stars{display:none}.woocommerce #reviews.wooviews-reviews .comment-reply-title{all:initial;font-family:inherit;cursor:inherit;display:block;font-size:1.2em}.theme-woodmart.woocommerce .wooviews-reviews{margin-left:0;margin-right:0}.theme-woodmart.woocommerce #reviews.wooviews-reviews .commentlist .star-rating::before,.theme-woodmart.woocommerce #reviews.wooviews-reviews .commentlist .star-rating span::before{font-family:woodmart-font,sans-serif;content:"\f148" "\f148" "\f148" "\f148" "\f148"!important}.theme-woodmart.woocommerce #reviews.wooviews-reviews #commentform p.stars a:not(.active),.theme-woodmart.woocommerce #reviews.wooviews-reviews #commentform p.stars a::before{font-family:woodmart-font,sans-serif;content:"\f148";opacity:1}.theme-woodmart.woocommerce #reviews.wooviews-reviews #commentform p.stars a:hover::before{content:"\f148";opacity:1}.wpv-custom-search-filter .form-group{display:flex}.wpv-custom-search-filter-label-after .form-group,.wpv-custom-search-filter-label-before .form-group{flex-direction:row}.wpv-custom-search-filter-label-after .block-editor-rich-text,.wpv-custom-search-filter-label-after .wpv-custom-search-filter__label,.wpv-custom-search-filter-label-before .block-editor-rich-text,.wpv-custom-search-filter-label-before .wpv-custom-search-filter__label{flex:1;display:inline-block}.wpv-custom-search-filter-label-after .block-editor-rich-text,.wpv-custom-search-filter-label-after .wpv-custom-search-filter__label{order:2;margin-left:10px}.wpv-custom-search-filter-label-after .wpv-custom-search-filter__input,.wpv-custom-search-filter-label-before .wpv-custom-search-filter__input{flex:2;display:inline-block}.wpv-custom-search-filter-label-bottom .form-group,.wpv-custom-search-filter-label-top .form-group{flex-direction:column}.wpv-custom-search-filter-label-bottom .block-editor-rich-text,.wpv-custom-search-filter-label-bottom .wpv-custom-search-filter__label,.wpv-custom-search-filter-label-top .block-editor-rich-text,.wpv-custom-search-filter-label-top .wpv-custom-search-filter__label{flex:1;display:inline-block}.wpv-custom-search-filter-label-bottom .block-editor-rich-text,.wpv-custom-search-filter-label-bottom .wpv-custom-search-filter__label{order:2}.wpv-custom-search-filter-label-bottom .wpv-custom-search-filter__input,.wpv-custom-search-filter-label-top .wpv-custom-search-filter__input{flex:2;display:inline-block}.wpv-custom-search-filter>* input[type=number],.wpv-custom-search-filter>* input[type=text],.wpv-custom-search-filter>* select{width:100%}.wpv-custom-search-filter>.wpv-custom-search-filter__label{padding:0 15px}.wpv-custom-search-filter-columns>div,[data-block] .wpv-custom-search-filter-columns{display:grid;grid-template-columns:50% 50%;grid-gap:5px 5px}.wpv-sorting-block{display:flex;flex-direction:row;flex-wrap:wrap}.wpv-sorting-block-label-above .wpv-sorting-block-label{width:100%}.wpv-sorting-block.wpv-sorting-block-align-right{justify-content:flex-end}.wpv-sorting-block-label-above.wpv-sorting-block-align-right .wpv-sorting-block-label{text-align:right}.wpv-sorting-block.wpv-sorting-block-align-center{justify-content:center}.wpv-sorting-block-label-above.wpv-sorting-block-align-center .wpv-sorting-block-label{text-align:center}.wpv-sorting-block .wpv-sort-list-dropdown.wpv-sort-list-dropdown-preview .wpv-sort-list-item{display:none}.wpv-sorting-block .wpv-sort-list-dropdown.wpv-sort-list-dropdown-preview .wpv-sort-list-item a,.wpv-sorting-block .wpv-sort-list-dropdown.wpv-sort-list-dropdown-preview .wpv-sort-list-item a:hover{box-shadow:none}.wpv-sorting-block .wpv-sort-list-dropdown.wpv-sort-list-dropdown-preview .wpv-sort-list-item:first-of-type,.wpv-sorting-block .wpv-sort-list-dropdown.wpv-sort-list-dropdown-preview:hover .wpv-sort-list-item{display:inline-block}.wpv-sorting-block .wpv-sort-list-dropdown.wpv-sort-list-dropdown-preview.wpv-sort-list-dropdown-style-default .wpv-sort-list-item,.wpv-sorting-block .wpv-sort-list-dropdown.wpv-sort-list-dropdown-preview.wpv-sort-list-dropdown-style-default>span.wpv-sort-list{border-color:#cdcdcd}.wpv-sorting-block .wpv-sort-list-dropdown.wpv-sort-list-dropdown-preview.wpv-sort-list-dropdown-style-default .wpv-sort-list-item a{color:#444;background-color:#fff}.wpv-sorting-block .wpv-sort-list-dropdown.wpv-sort-list-dropdown-preview.wpv-sort-list-dropdown-style-default .wpv-sort-list-item.wpv-sort-list-current a,.wpv-sorting-block .wpv-sort-list-dropdown.wpv-sort-list-dropdown-preview.wpv-sort-list-dropdown-style-default a:focus,.wpv-sorting-block .wpv-sort-list-dropdown.wpv-sort-list-dropdown-preview.wpv-sort-list-dropdown-style-default a:hover{color:#000;background-color:#eee}.wpv-sorting-block .wpv-sort-list-dropdown.wpv-sort-list-dropdown-preview.wpv-sort-list-dropdown-style-grey .wpv-sort-list-item,.wpv-sorting-block .wpv-sort-list-dropdown.wpv-sort-list-dropdown-preview.wpv-sort-list-dropdown-style-grey>span.wpv-sort-list{border-color:#cdcdcd}.wpv-sorting-block .wpv-sort-list-dropdown.wpv-sort-list-dropdown-preview.wpv-sort-list-dropdown-style-grey .wpv-sort-list-item a{color:#444;background-color:#eee}.wpv-sorting-block .wpv-sort-list-dropdown.wpv-sort-list-dropdown-preview.wpv-sort-list-dropdown-style-grey .wpv-sort-list-item.wpv-sort-list-current a,.wpv-sorting-block .wpv-sort-list-dropdown.wpv-sort-list-dropdown-preview.wpv-sort-list-dropdown-style-grey a:focus,.wpv-sorting-block .wpv-sort-list-dropdown.wpv-sort-list-dropdown-preview.wpv-sort-list-dropdown-style-grey a:hover{color:#000;background-color:#e5e5e5}.wpv-sorting-block .wpv-sort-list-dropdown.wpv-sort-list-dropdown-preview.wpv-sort-list-dropdown-style-blue .wpv-sort-list-item,.wpv-sorting-block .wpv-sort-list-dropdown.wpv-sort-list-dropdown-preview.wpv-sort-list-dropdown-style-blue>span.wpv-sort-list{border-color:#09c}.wpv-sorting-block .wpv-sort-list-dropdown.wpv-sort-list-dropdown-preview.wpv-sort-list-dropdown-style-blue .wpv-sort-list-item a{color:#444;background-color:#cbddeb}.wpv-sorting-block .wpv-sort-list-dropdown.wpv-sort-list-dropdown-preview.wpv-sort-list-dropdown-style-blue .wpv-sort-list-item.wpv-sort-list-current a,.wpv-sorting-block .wpv-sort-list-dropdown.wpv-sort-list-dropdown-preview.wpv-sort-list-dropdown-style-blue a:focus,.wpv-sorting-block .wpv-sort-list-dropdown.wpv-sort-list-dropdown-preview.wpv-sort-list-dropdown-style-blue a:hover{color:#000;background-color:#95bedd}@media only screen and (min-width:600px){.block-editor .view-loop-preview .php-to-be-replaced-with-shortcode .wp-block-toolset-blocks-container>.wp-block-image:first-child figure.tb-image,.block-editor .view-loop-preview .php-to-be-replaced-with-shortcode>.wp-block-image:first-child figure.tb-image,.block-editor .wp-block-toolset-views-view-editor .php-to-be-replaced-with-shortcode .wp-block-toolset-blocks-container>.wp-block-image:first-child figure.tb-image,.block-editor .wp-block-toolset-views-view-editor .php-to-be-replaced-with-shortcode>.wp-block-image:first-child figure.tb-image,.block-editor div[data-viewnumber] .php-to-be-replaced-with-shortcode .wp-block-toolset-blocks-container>.wp-block-image:first-child figure.tb-image,.block-editor div[data-viewnumber] .php-to-be-replaced-with-shortcode>.wp-block-image:first-child figure.tb-image{margin-top:0}.block-editor .view-editor-container:not(.view-selected) .first-item-to-be-replaced .block-editor-block-list__block-edit>[data-block]{margin-top:0!important;margin-bottom:0!important}.block-editor .view-editor-container:not(.view-selected) .first-item-to-be-replaced:hover .block-editor-block-list__block-edit>[data-block]{margin-top:28px!important;margin-bottom:28px!important}.view-loop-preview .block-editor-block-list__block-edit,.wp-block-toolset-views-view-editor .block-editor-block-list__block-edit,div[data-viewnumber] .block-editor-block-list__block-edit{margin-top:0!important}.view-loop-preview figure.tb-image,.wp-block-toolset-views-view-editor figure.tb-image,div[data-viewnumber] figure.tb-image{margin-left:0;margin-right:0}.view-loop-preview figure.tb-image.aligncenter,.wp-block-toolset-views-view-editor figure.tb-image.aligncenter,div[data-viewnumber] figure.tb-image.aligncenter{margin-left:auto;margin-right:auto}.view-loop-preview .wp-block-columns.wpv-custom-grid,.wp-block-toolset-views-view-editor .wp-block-columns.wpv-custom-grid,div[data-viewnumber] .wp-block-columns.wpv-custom-grid{display:flex;margin:0 -16px}.view-loop-preview .wp-block-columns.wpv-custom-grid .wp-block-columns,.wp-block-toolset-views-view-editor .wp-block-columns.wpv-custom-grid .wp-block-columns,div[data-viewnumber] .wp-block-columns.wpv-custom-grid .wp-block-columns{margin:0}.view-loop-preview .wp-block-columns.wpv-custom-grid>.wp-block-column,.wp-block-toolset-views-view-editor .wp-block-columns.wpv-custom-grid>.wp-block-column,div[data-viewnumber] .wp-block-columns.wpv-custom-grid>.wp-block-column{flex-grow:0;padding:0 16px;box-sizing:border-box;margin-left:0!important}.view-loop-preview .wp-block-columns.wpv-custom-grid.has-1-columns,.wp-block-toolset-views-view-editor .wp-block-columns.wpv-custom-grid.has-1-columns,div[data-viewnumber] .wp-block-columns.wpv-custom-grid.has-1-columns{flex-direction:column}.view-loop-preview .wp-block-columns.wpv-custom-grid.has-1-columns>.wp-block-column,.wp-block-toolset-views-view-editor .wp-block-columns.wpv-custom-grid.has-1-columns>.wp-block-column,div[data-viewnumber] .wp-block-columns.wpv-custom-grid.has-1-columns>.wp-block-column{flex-basis:100%}.view-loop-preview .wp-block-columns.wpv-custom-grid.has-2-columns,.view-loop-preview .wp-block-columns.wpv-custom-grid.has-3-columns,.view-loop-preview .wp-block-columns.wpv-custom-grid.has-4-columns,.view-loop-preview .wp-block-columns.wpv-custom-grid.has-5-columns,.view-loop-preview .wp-block-columns.wpv-custom-grid.has-6-columns,.wp-block-toolset-views-view-editor .wp-block-columns.wpv-custom-grid.has-2-columns,.wp-block-toolset-views-view-editor .wp-block-columns.wpv-custom-grid.has-3-columns,.wp-block-toolset-views-view-editor .wp-block-columns.wpv-custom-grid.has-4-columns,.wp-block-toolset-views-view-editor .wp-block-columns.wpv-custom-grid.has-5-columns,.wp-block-toolset-views-view-editor .wp-block-columns.wpv-custom-grid.has-6-columns,div[data-viewnumber] .wp-block-columns.wpv-custom-grid.has-2-columns,div[data-viewnumber] .wp-block-columns.wpv-custom-grid.has-3-columns,div[data-viewnumber] .wp-block-columns.wpv-custom-grid.has-4-columns,div[data-viewnumber] .wp-block-columns.wpv-custom-grid.has-5-columns,div[data-viewnumber] .wp-block-columns.wpv-custom-grid.has-6-columns{flex-flow:row wrap;flex-wrap:wrap!important}.view-loop-preview .wp-block-columns.wpv-custom-grid.has-2-columns>.wp-block-column,.wp-block-toolset-views-view-editor .wp-block-columns.wpv-custom-grid.has-2-columns>.wp-block-column,div[data-viewnumber] .wp-block-columns.wpv-custom-grid.has-2-columns>.wp-block-column{flex-basis:50%}.view-loop-preview .wp-block-columns.wpv-custom-grid.has-3-columns>.wp-block-column,.wp-block-toolset-views-view-editor .wp-block-columns.wpv-custom-grid.has-3-columns>.wp-block-column,div[data-viewnumber] .wp-block-columns.wpv-custom-grid.has-3-columns>.wp-block-column{flex-basis:33.33333%}.view-loop-preview .wp-block-columns.wpv-custom-grid.has-4-columns>.wp-block-column,.wp-block-toolset-views-view-editor .wp-block-columns.wpv-custom-grid.has-4-columns>.wp-block-column,div[data-viewnumber] .wp-block-columns.wpv-custom-grid.has-4-columns>.wp-block-column{flex-basis:25%}.view-loop-preview .wp-block-columns.wpv-custom-grid.has-5-columns>.wp-block-column,.wp-block-toolset-views-view-editor .wp-block-columns.wpv-custom-grid.has-5-columns>.wp-block-column,div[data-viewnumber] .wp-block-columns.wpv-custom-grid.has-5-columns>.wp-block-column{flex-basis:20%}.view-loop-preview .wp-block-columns.wpv-custom-grid.has-6-columns>.wp-block-column,.wp-block-toolset-views-view-editor .wp-block-columns.wpv-custom-grid.has-6-columns>.wp-block-column,div[data-viewnumber] .wp-block-columns.wpv-custom-grid.has-6-columns>.wp-block-column{flex-basis:16.66667%}}@media only screen and (min-width:600px){.wpv-grid{display:flex;margin:0 -16px}.wpv-grid-column{flex-grow:0;padding:0 16px;box-sizing:border-box;margin-left:0!important}.wpv-grid-has-1-columns{flex-direction:column}.wpv-grid-has-1-columns>.wpv-grid-column{flex-basis:100%}.wpv-grid-has-2-columns,.wpv-grid-has-3-columns,.wpv-grid-has-4-columns,.wpv-grid-has-5-columns,.wpv-grid-has-6-columns{flex-flow:row wrap;flex-wrap:wrap!important}.wpv-grid-has-2-columns>.wpv-grid-column{flex-basis:50%;max-width:50%}.wpv-grid-has-3-columns>.wpv-grid-column{flex-basis:33.33333%;max-width:33.33333%}.wpv-grid-has-4-columns>.wpv-grid-column{flex-basis:25%;max-width:25%}.wpv-grid-has-5-columns>.wpv-grid-column{flex-basis:20%;max-width:20%}.wpv-grid-has-6-columns>.wpv-grid-column{flex-basis:16.66667%;max-width:16.66667%}}.view-editor-container .js-wpv-loop-wrapper>.tb-grid>.tb-grid-column{padding:15px;position:relative}.view-editor-container .js-wpv-loop-wrapper>.tb-grid>.tb-grid-column:after{content:" ";display:none;position:absolute;top:calc(100% + 1px);background:#b5b5b5;left:0;right:-10px;height:25px}.tb-grid-wrapper{position:relative}.tb-grid-wrapper .tb-col-gap{position:absolute;top:0;background:#b5b5b5;height:100%}.wpv-archive-pagination-nav-links,.wpv-archive-pagination-nav-links-container,.wpv-pagination-nav-links,.wpv-pagination-nav-links-container,.wpv-pagination-preview-element{display:flex;padding-left:0;margin-left:0;list-style:none!important}.wpv-archive-pagination-nav-links-container .page-link,.wpv-archive-pagination-nav-links .page-link,.wpv-pagination-nav-links-container .page-link,.wpv-pagination-nav-links .page-link,.wpv-pagination-preview-element .page-link{font-size:.9em;text-decoration:none!important;padding:.15em .45em .2em;line-height:1.25;border:1px solid #dee2e6;margin:2px}.wpv-archive-pagination-nav-links-container a.page-link:focus,.wpv-archive-pagination-nav-links-container a.page-link:hover,.wpv-archive-pagination-nav-links a.page-link:focus,.wpv-archive-pagination-nav-links a.page-link:hover,.wpv-pagination-nav-links-container a.page-link:focus,.wpv-pagination-nav-links-container a.page-link:hover,.wpv-pagination-nav-links a.page-link:focus,.wpv-pagination-nav-links a.page-link:hover,.wpv-pagination-preview-element a.page-link:focus,.wpv-pagination-preview-element a.page-link:hover{background-color:#f5f6f8}.wpv-filter-next-link+.wpv-filter-previous-link,.wpv-filter-previous-link+.wpv-filter-next-link{margin-left:8px}.wp-block-toolset-views-custom-search-container .wpv-submit-trigger,[data-type="toolset-views/custom-search-submit"] .wpv-submit-trigger{color:#f1f1f1;background-color:#444;border:0;border-radius:.3em;font-size:1em;margin-bottom:.76em;padding:.5em 1.5em .52em;cursor:pointer;display:inline-block;line-height:1.3!important;text-decoration:none!important;text-align:center}.wp-block-toolset-views-custom-search-container .wpv-submit-trigger:focus,.wp-block-toolset-views-custom-search-container .wpv-submit-trigger:hover,.wp-block-toolset-views-custom-search-container .wpv-submit-trigger:visited,[data-type="toolset-views/custom-search-submit"] .wpv-submit-trigger:focus,[data-type="toolset-views/custom-search-submit"] .wpv-submit-trigger:hover,[data-type="toolset-views/custom-search-submit"] .wpv-submit-trigger:visited{color:#f1f1f1}.wp-block-toolset-views-custom-search-container .wpv-submit-trigger:focus,.wp-block-toolset-views-custom-search-container .wpv-submit-trigger:hover,[data-type="toolset-views/custom-search-submit"] .wpv-submit-trigger:focus,[data-type="toolset-views/custom-search-submit"] .wpv-submit-trigger:hover{opacity:.9}.wp-block-toolset-views-custom-search-container .wpv-reset-trigger,[data-type="toolset-views/custom-reset-submit"] .wpv-reset-trigger{color:#c1c1c1;background-color:#fff0;border:0;border-radius:.3em;font-size:1em;margin-bottom:.76em;padding:.5em 1.5em .52em;cursor:pointer;display:inline-block;line-height:1.3!important;text-decoration:none!important;text-align:center}.wp-block-toolset-views-custom-search-container .wpv-reset-trigger:focus,.wp-block-toolset-views-custom-search-container .wpv-reset-trigger:hover,.wp-block-toolset-views-custom-search-container .wpv-reset-trigger:visited,[data-type="toolset-views/custom-reset-submit"] .wpv-reset-trigger:focus,[data-type="toolset-views/custom-reset-submit"] .wpv-reset-trigger:hover,[data-type="toolset-views/custom-reset-submit"] .wpv-reset-trigger:visited{color:#444;background:#fff0}.wp-block-toolset-views-custom-search-container .wpv-reset-trigger:focus,.wp-block-toolset-views-custom-search-container .wpv-reset-trigger:hover,[data-type="toolset-views/custom-reset-submit"] .wpv-reset-trigger:focus,[data-type="toolset-views/custom-reset-submit"] .wpv-reset-trigger:hover{opacity:.9}.wpv-sorting-block .wpv-submit-trigger:not(.btn){color:#f1f1f1;background-color:#444;border:0;border-radius:.3em;font-size:1em;margin-bottom:.76em;padding:.5em 1.5em .52em;cursor:pointer;display:inline-block;line-height:1.3!important;text-decoration:none!important;text-align:center}.wpv-sorting-block .wpv-submit-trigger:not(.btn):focus,.wpv-sorting-block .wpv-submit-trigger:not(.btn):hover,.wpv-sorting-block .wpv-submit-trigger:not(.btn):visited{color:#f1f1f1}.wpv-sorting-block .wpv-submit-trigger:not(.btn):focus,.wpv-sorting-block .wpv-submit-trigger:not(.btn):hover{opacity:.9}.wpv-sorting-block .wpv-reset-trigger:not(.btn){color:#c1c1c1;background-color:#fff0;border:0;border-radius:.3em;font-size:1em;margin-bottom:.76em;padding:.5em 1.5em .52em;cursor:pointer;display:inline-block;line-height:1.3!important;text-decoration:none!important;text-align:center}.wpv-sorting-block .wpv-reset-trigger:not(.btn):focus,.wpv-sorting-block .wpv-reset-trigger:not(.btn):hover,.wpv-sorting-block .wpv-reset-trigger:not(.btn):visited{color:#444;background:#fff0}.wpv-sorting-block .wpv-reset-trigger:not(.btn):focus,.wpv-sorting-block .wpv-reset-trigger:not(.btn):hover{opacity:.9}.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;word-break: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}@font-face{font-family:tutor;src:url(/wp-content/plugins/tutor/assets/fonts/tutor.woff)format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:tutor;src:url(/wp-content/plugins/tutor/assets/fonts/tutor-v2.woff)format("woff");font-weight:400;font-style:normal;font-display:swap}[class^=tutor-icon-],[class*=\ tutor-icon-]{speak:never;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-weight:400;line-height:1;font-family:tutor!important}.tutor-icon-lesson:before{content:""}.tutor-icon-privacy:before{content:""}.tutor-icon-laptop:before{content:""}.tutor-icon-desktop:before{content:""}.tutor-icon-tablet:before{content:""}.tutor-icon-mobile:before{content:""}.tutor-icon-map-pin:before{content:""}.tutor-icon-api:before{content:""}.tutor-icon-align-center:before{content:""}.tutor-icon-align-justify:before{content:""}.tutor-icon-align-left:before{content:""}.tutor-icon-align-right:before{content:""}.tutor-icon-receipt-percent:before{content:""}.tutor-icon-credit-card:before{content:""}.tutor-icon-change:before{content:""}.tutor-icon-tag:before{content:""}.tutor-icon-subscription:before{content:""}.tutor-icon-mark-light:before{content:""}.tutor-icon-brand-x-twitter:before{content:""}.tutor-icon-book-open-line:before{content:""}.tutor-icon-sorting-desc:before{content:""}.tutor-icon-sorting-asc:before{content:""}.tutor-icon-note:before{content:""}.tutor-icon-add-document:before{content:""}.tutor-icon-topic:before{content:""}.tutor-icon-quiz-2:before{content:""}.tutor-icon-bundle:before{content:""}.tutor-icon-plus-light:before{content:""}.tutor-icon-settings-log:before{content:""}.tutor-icon-key:before{content:""}.tutor-icon-brand-buddypress:before{content:""}.tutor-icon-brand-google-meet:before{content:""}.tutor-icon-brand-google-calendar:before{content:""}.tutor-icon-ban:before{content:""}.tutor-icon-brand-woocommerce:before{content:""}.tutor-icon-kebab-menu:before{content:""}.tutor-icon-add:before{content:""}.tutor-icon-add-photo:before{content:""}.tutor-icon-file-artboard:before{content:""}.tutor-icon-calender:before{content:""}.tutor-icon-circle-mark:before{content:""}.tutor-icon-certificate-portrait:before{content:""}.tutor-icon-brand-zoom:before{content:""}.tutor-icon-clipboard:before{content:""}.tutor-icon-code:before{content:""}.tutor-icon-conversation:before{content:""}.tutor-icon-trophy-o:before{content:""}.tutor-icon-file-blank-page:before{content:""}.tutor-icon-download:before{content:""}.tutor-icon-drag:before{content:""}.tutor-icon-emoji:before{content:""}.tutor-icon-file-import:before{content:""}.tutor-icon-gallery:before{content:""}.tutor-icon-trash-can:before{content:""}.tutor-icon-spectacles:before{content:""}.tutor-icon-graduate-student:before{content:""}.tutor-icon-grid-o:before{content:""}.tutor-icon-user-group:before{content:""}.tutor-icon-home-o:before{content:""}.tutor-icon-down:before{content:""}.tutor-icon-left:before{content:""}.tutor-icon-right:before{content:""}.tutor-icon-up:before{content:""}.tutor-icon-interactive:before{content:""}.tutor-icon-level:before{content:""}.tutor-icon-times:before{content:""}.tutor-icon-magnifying-glass:before{content:""}.tutor-icon-hamburger-o:before{content:""}.tutor-icon-next:before{content:""}.tutor-icon-badge-percent:before{content:""}.tutor-icon-book-open-o:before{content:""}.tutor-icon-pencil:before{content:""}.tutor-icon-previous:before{content:""}.tutor-icon-user-professor:before{content:""}.tutor-icon-qa:before{content:""}.tutor-icon-receipt-line:before{content:""}.tutor-icon-refund-o:before{content:""}.tutor-icon-page-review:before{content:""}.tutor-icon-save-line:before{content:""}.tutor-icon-page-search:before{content:""}.tutor-icon-share-nodes:before{content:""}.tutor-icon-spinner:before{content:""}.tutor-icon-mortarboard:before{content:""}.tutor-icon-user-student:before{content:""}.tutor-icon-badge-percent-o:before{content:""}.tutor-icon-money-bag:before{content:""}.tutor-icon-badge-star:before{content:""}.tutor-icon-update:before{content:""}.tutor-icon-upload-file:before{content:""}.tutor-icon-upload-o:before{content:""}.tutor-icon-upload:before{content:""}.tutor-icon-add-group:before{content:""}.tutor-icon-add-image:before{content:""}.tutor-icon-add-member:before{content:""}.tutor-icon-angle-double-left:before{content:""}.tutor-icon-angle-double-right:before{content:""}.tutor-icon-angle-down:before{content:""}.tutor-icon-angle-left:before{content:""}.tutor-icon-angle-right:before{content:""}.tutor-icon-angle-up:before{content:""}.tutor-icon-ruler:before{content:""}.tutor-icon-assignment:before{content:""}.tutor-icon-paperclip:before{content:""}.tutor-icon-volume:before{content:""}.tutor-icon-authorized:before{content:""}.tutor-icon-trophy:before{content:""}.tutor-icon-background:before{content:""}.tutor-icon-book-open:before{content:""}.tutor-icon-book:before{content:""}.tutor-icon-box-open:before{content:""}.tutor-icon-browser:before{content:""}.tutor-icon-bullet-point:before{content:""}.tutor-icon-calender-bold:before{content:""}.tutor-icon-calender-line:before{content:""}.tutor-icon-camera:before{content:""}.tutor-icon-cart-bold:before{content:""}.tutor-icon-cart-line:before{content:""}.tutor-icon-ribbon:before{content:""}.tutor-icon-certificate-landscape:before{content:""}.tutor-icon-slider-horizontal:before{content:""}.tutor-icon-chart-pie:before{content:""}.tutor-icon-circle-info:before{content:""}.tutor-icon-clock-bold:before{content:""}.tutor-icon-clock-line:before{content:""}.tutor-icon-coding:before{content:""}.tutor-icon-coins:before{content:""}.tutor-icon-mortarboard-o:before{content:""}.tutor-icon-comment:before{content:""}.tutor-icon-buildings:before{content:""}.tutor-icon-clock-line-o:before{content:""}.tutor-icon-copy:before{content:""}.tutor-icon-export:before{content:""}.tutor-icon-import:before{content:""}.tutor-icon-brand-learndash:before{content:""}.tutor-icon-brand-learnpress:before{content:""}.tutor-icon-circle-times-line:before{content:""}.tutor-icon-circle-times-bold:before{content:""}.tutor-icon-times-o:before{content:""}.tutor-icon-crown:before{content:""}.tutor-icon-slider-vertical:before{content:""}.tutor-icon-dashboard:before{content:""}.tutor-icon-trash-can-bold:before{content:""}.tutor-icon-trash-can-line:before{content:""}.tutor-icon-color-palette:before{content:""}.tutor-icon-external-link:before{content:""}.tutor-icon-badge-discount:before{content:""}.tutor-icon-badge-dollar:before{content:""}.tutor-icon-text-add:before{content:""}.tutor-icon-document-text:before{content:""}.tutor-icon-dollar-slot:before{content:""}.tutor-icon-door-open:before{content:""}.tutor-icon-caret-up:before{content:""}.tutor-icon-download-bold:before{content:""}.tutor-icon-sort:before{content:""}.tutor-icon-drop:before{content:""}.tutor-icon-hourglass-o:before{content:""}.tutor-icon-earth:before{content:""}.tutor-icon-pencil-o:before{content:""}.tutor-icon-edit:before{content:""}.tutor-icon-edit-o:before{content:""}.tutor-icon-edit-square:before{content:""}.tutor-icon-open-book-o:before{content:""}.tutor-icon-envelope:before{content:""}.tutor-icon-time-expired:before{content:""}.tutor-icon-eye-bold:before{content:""}.tutor-icon-eye-line:before{content:""}.tutor-icon-bookmark-bold:before{content:""}.tutor-icon-bookmark-line:before{content:""}.tutor-icon-hourglass:before{content:""}.tutor-icon-filter-dollar:before{content:""}.tutor-icon-filter:before{content:""}.tutor-icon-folder:before{content:""}.tutor-icon-grade:before{content:""}.tutor-icon-grade-book:before{content:""}.tutor-icon-grid-bold:before{content:""}.tutor-icon-grid-line:before{content:""}.tutor-icon-hand-holding-dollar:before{content:""}.tutor-icon-heart-bold:before{content:""}.tutor-icon-home:before{content:""}.tutor-icon-hamburger-menu:before{content:""}.tutor-icon-light-bulb:before{content:""}.tutor-icon-image-landscape:before{content:""}.tutor-icon-images:before{content:""}.tutor-icon-image-portrait:before{content:""}.tutor-icon-add-image-o:before{content:""}.tutor-icon-import-export:before{content:""}.tutor-icon-import-o:before{content:""}.tutor-icon-flag:before{content:""}.tutor-icon-circle-info-o:before{content:""}.tutor-icon-ribbon-o:before{content:""}.tutor-icon-instructor:before{content:""}.tutor-icon-copy-text:before{content:""}.tutor-icon-eye-slash-line:before{content:""}.tutor-icon-certificate-landscape-o:before{content:""}.tutor-icon-layer:before{content:""}.tutor-icon-link:before{content:""}.tutor-icon-clipboard-list:before{content:""}.tutor-icon-lock-bold:before{content:""}.tutor-icon-lock-line:before{content:""}.tutor-icon-user-bold:before{content:""}.tutor-icon-manual:before{content:""}.tutor-icon-circle-mark-o:before{content:""}.tutor-icon-mark:before{content:""}.tutor-icon-mark-unread:before{content:""}.tutor-icon-file-star:before{content:""}.tutor-icon-file-text:before{content:""}.tutor-icon-arrow-right-left:before{content:""}.tutor-icon-media-manager:before{content:""}.tutor-icon-meeting:before{content:""}.tutor-icon-microphone:before{content:""}.tutor-icon-minus:before{content:""}.tutor-icon-minus-o:before{content:""}.tutor-icon-refund:before{content:""}.tutor-icon-move:before{content:""}.tutor-icon-slider-h:before{content:""}.tutor-icon-slider-v:before{content:""}.tutor-icon-archive:before{content:""}.tutor-icon-important-bold:before{content:""}.tutor-icon-important-line:before{content:""}.tutor-icon-open-envelope:before{content:""}.tutor-icon-message-unread:before{content:""}.tutor-icon-double-mark:before{content:""}.tutor-icon-bell-bold:before{content:""}.tutor-icon-bell-line:before{content:""}.tutor-icon-text-width:before{content:""}.tutor-icon-order-down:before{content:""}.tutor-icon-order-up:before{content:""}.tutor-icon-ordering-a-z:before{content:""}.tutor-icon-ordering-z-a:before{content:""}.tutor-icon-paste:before{content:""}.tutor-icon-play-line:before{content:""}.tutor-icon-plus-o:before{content:""}.tutor-icon-plus:before{content:""}.tutor-icon-plus-square:before{content:""}.tutor-icon-eye-slash-bold:before{content:""}.tutor-icon-print:before{content:""}.tutor-icon-purchase-mark:before{content:""}.tutor-icon-puzzle:before{content:""}.tutor-icon-qr-code:before{content:""}.tutor-icon-question:before{content:""}.tutor-icon-circle-question-mark:before{content:""}.tutor-icon-quiz:before{content:""}.tutor-icon-quiz-attempt:before{content:""}.tutor-icon-quiz-o:before{content:""}.tutor-icon-receipt-bold:before{content:""}.tutor-icon-redo:before{content:""}.tutor-icon-refresh:before{content:""}.tutor-icon-refresh-o:before{content:""}.tutor-icon-report-time:before{content:""}.tutor-icon-save-bold:before{content:""}.tutor-icon-search:before{content:""}.tutor-icon-paper-plane:before{content:""}.tutor-icon-gear:before{content:""}.tutor-icon-shape:before{content:""}.tutor-icon-share:before{content:""}.tutor-icon-minimize:before{content:""}.tutor-icon-shorting-bullet:before{content:""}.tutor-icon-circle-notch:before{content:""}.tutor-icon-signout:before{content:""}.tutor-icon-rocket:before{content:""}.tutor-icon-bullhorn:before{content:""}.tutor-icon-star-bold:before{content:""}.tutor-icon-star-half-bold:before{content:""}.tutor-icon-star-line:before{content:""}.tutor-icon-stopwatch:before{content:""}.tutor-icon-brush:before{content:""}.tutor-icon-circle-mark-line:before{content:""}.tutor-icon-undo:before{content:""}.tutor-icon-university:before{content:""}.tutor-icon-unlock-line:before{content:""}.tutor-icon-caret-down:before{content:""}.tutor-icon-user-line:before{content:""}.tutor-icon-user-graduate:before{content:""}.tutor-icon-verify-id:before{content:""}.tutor-icon-video-camera:before{content:""}.tutor-icon-video-camera-o:before{content:""}.tutor-icon-wallet:before{content:""}.tutor-icon-brand-facebook:before{content:""}.tutor-icon-brand-zoom-o:before{content:""}.tutor-icon-circle-warning-outline:before{content:""}.tutor-icon-website:before{content:""}.tutor-icon-circle-half:before{content:""}.tutor-icon-zoom-in:before{content:""}.tutor-icon-zoom-out:before{content:""}.tutor-icon-brand-github:before{content:""}.tutor-icon-brand-google:before{content:""}.tutor-icon-brand-google-drive:before{content:""}.tutor-icon-brand-html5-bold:before{content:""}.tutor-icon-brand-html5-line:before{content:""}.tutor-icon-brand-instagram:before{content:""}.tutor-icon-brand-linkedin:before{content:""}.tutor-icon-brand-myspace:before{content:""}.tutor-icon-brand-paid-membersip-pro:before{content:""}.tutor-icon-brand-reddit:before{content:""}.tutor-icon-brand-skype:before{content:""}.tutor-icon-brand-snapchat:before{content:""}.tutor-icon-brand-soundcloud:before{content:""}.tutor-icon-brand-spotify:before{content:""}.tutor-icon-brand-tumblr:before{content:""}.tutor-icon-brand-twitter:before{content:""}.tutor-icon-brand-vimeo-bold:before{content:""}.tutor-icon-brand-vimeo-line:before{content:""}.tutor-icon-brand-yelp:before{content:""}.tutor-icon-brand-youtube-bold:before{content:""}.tutor-icon-brand-youtube-line:before{content:""}.tutor-icon-grade-o:before{content:""}.tutor-icon-file-ai:before{content:""}.tutor-icon-file-archive:before{content:""}.tutor-icon-file-audio:before{content:""}.tutor-icon-file-avi:before{content:""}.tutor-icon-file-compress:before{content:""}.tutor-icon-file-css:before{content:""}.tutor-icon-file-csv:before{content:""}.tutor-icon-file-dbf:before{content:""}.tutor-icon-file-doc:before{content:""}.tutor-icon-file-document:before{content:""}.tutor-icon-file-dwg:before{content:""}.tutor-icon-file-exe:before{content:""}.tutor-icon-file-fla:before{content:""}.tutor-icon-file-html:before{content:""}.tutor-icon-image-file:before{content:""}.tutor-icon-file-iso:before{content:""}.tutor-icon-file-json:before{content:""}.tutor-icon-file-js:before{content:""}.tutor-icon-file-jpg:before{content:""}.tutor-icon-file-mp3:before{content:""}.tutor-icon-file-mp4:before{content:""}.tutor-icon-file-pdf:before{content:""}.tutor-icon-file-png:before{content:""}.tutor-icon-file-ppt:before{content:""}.tutor-icon-file-psd:before{content:""}.tutor-icon-file-rtf:before{content:""}.tutor-icon-file-spreadsheet:before{content:""}.tutor-icon-file-svg:before{content:""}.tutor-icon-text-file:before{content:""}.tutor-icon-file-txt:before{content:""}.tutor-icon-video-file:before{content:""}.tutor-icon-file-xls:before{content:""}.tutor-icon-file-xml:before{content:""}.tutor-icon-file-zip:before{content:""}.tutor-icon-circle-info-bold:before{content:""}.tutor-icon-warning:before{content:""}.tutor-icon-shortcode:before{content:""}.tutor-container,.tutor-container-fluid,.tutor-container-xxl,.tutor-container-xl,.tutor-container-lg,.tutor-container-md,.tutor-container-sm{width:100%;padding-right:var(--tutor-gutter-x,.75rem);padding-left:var(--tutor-gutter-x,.75rem);margin-left:auto;margin-right:auto}@media (min-width:576px){.tutor-container-sm,.tutor-container{max-width:540px}}@media (min-width:768px){.tutor-container-md,.tutor-container-sm,.tutor-container{max-width:720px}}@media (min-width:992px){.tutor-container-lg,.tutor-container-md,.tutor-container-sm,.tutor-container{max-width:960px}}@media (min-width:1200px){.tutor-container-xl,.tutor-container-lg,.tutor-container-md,.tutor-container-sm,.tutor-container{max-width:1140px}}@media (min-width:1400px){.tutor-container-xxl,.tutor-container-xl,.tutor-container-lg,.tutor-container-md,.tutor-container-sm,.tutor-container{max-width:1320px}}.tutor-row{--tutor-gutter-x:1.5rem;--tutor-gutter-y:0;margin-top:calc(-1*var(--tutor-gutter-y));margin-right:calc(-.5*var(--tutor-gutter-x));margin-left:calc(-.5*var(--tutor-gutter-x));flex-wrap:wrap;display:flex}.tutor-row>*{box-sizing:border-box;width:100%;max-width:100%;padding-right:calc(var(--tutor-gutter-x)*.5);padding-left:calc(var(--tutor-gutter-x)*.5);margin-top:var(--tutor-gutter-y);flex-shrink:0}.tutor-col{flex:1 0}.tutor-row-cols-auto>*{flex:none;width:auto}.tutor-row-cols-1>*{flex:none;width:100%}.tutor-row-cols-2>*{flex:none;width:50%}.tutor-row-cols-3>*{flex:none;width:33.3333%}.tutor-row-cols-4>*{flex:none;width:25%}.tutor-row-cols-5>*{flex:none;width:20%}.tutor-row-cols-6>*{flex:none;width:16.6667%}.tutor-col-auto{flex:none;width:auto}.tutor-col-1{flex:none;width:8.33333%}.tutor-col-2{flex:none;width:16.6667%}.tutor-col-3{flex:none;width:25%}.tutor-col-4{flex:none;width:33.3333%}.tutor-col-5{flex:none;width:41.6667%}.tutor-col-6{flex:none;width:50%}.tutor-col-7{flex:none;width:58.3333%}.tutor-col-8{flex:none;width:66.6667%}.tutor-col-9{flex:none;width:75%}.tutor-col-10{flex:none;width:83.3333%}.tutor-col-11{flex:none;width:91.6667%}.tutor-col-12{flex:none;width:100%}.tutor-offset-1{margin-left:8.33333%}.tutor-offset-2{margin-left:16.6667%}.tutor-offset-3{margin-left:25%}.tutor-offset-4{margin-left:33.3333%}.tutor-offset-5{margin-left:41.6667%}.tutor-offset-6{margin-left:50%}.tutor-offset-7{margin-left:58.3333%}.tutor-offset-8{margin-left:66.6667%}.tutor-offset-9{margin-left:75%}.tutor-offset-10{margin-left:83.3333%}.tutor-offset-11{margin-left:91.6667%}.tutor-g-0,.tutor-gx-0{--tutor-gutter-x:0}.tutor-g-0,.tutor-gy-0{--tutor-gutter-y:0}.tutor-g-1,.tutor-gx-1{--tutor-gutter-x:.5rem}.tutor-g-1,.tutor-gy-1{--tutor-gutter-y:.5rem}.tutor-g-2,.tutor-gx-2{--tutor-gutter-x:1rem}.tutor-g-2,.tutor-gy-2{--tutor-gutter-y:1rem}.tutor-g-3,.tutor-gx-3{--tutor-gutter-x:1.5rem}.tutor-g-3,.tutor-gy-3{--tutor-gutter-y:1.5rem}.tutor-g-4,.tutor-gx-4{--tutor-gutter-x:2rem}.tutor-g-4,.tutor-gy-4{--tutor-gutter-y:2rem}.tutor-g-5,.tutor-gx-5{--tutor-gutter-x:3rem}.tutor-g-5,.tutor-gy-5{--tutor-gutter-y:3rem}.tutor-g-4px,.tutor-gx-4px{--tutor-gutter-x:.25rem}.tutor-g-4px,.tutor-gy-4px{--tutor-gutter-y:.25rem}.tutor-g-12px,.tutor-gx-12px{--tutor-gutter-x:.75rem}.tutor-g-12px,.tutor-gy-12px{--tutor-gutter-y:.75rem}@media (min-width:576px){.tutor-col-sm{flex:1 0}.tutor-row-cols-sm-auto>*{flex:none;width:auto}.tutor-row-cols-sm-1>*{flex:none;width:100%}.tutor-row-cols-sm-2>*{flex:none;width:50%}.tutor-row-cols-sm-3>*{flex:none;width:33.3333%}.tutor-row-cols-sm-4>*{flex:none;width:25%}.tutor-row-cols-sm-5>*{flex:none;width:20%}.tutor-row-cols-sm-6>*{flex:none;width:16.6667%}.tutor-col-sm-auto{flex:none;width:auto}.tutor-col-sm-1{flex:none;width:8.33333%}.tutor-col-sm-2{flex:none;width:16.6667%}.tutor-col-sm-3{flex:none;width:25%}.tutor-col-sm-4{flex:none;width:33.3333%}.tutor-col-sm-5{flex:none;width:41.6667%}.tutor-col-sm-6{flex:none;width:50%}.tutor-col-sm-7{flex:none;width:58.3333%}.tutor-col-sm-8{flex:none;width:66.6667%}.tutor-col-sm-9{flex:none;width:75%}.tutor-col-sm-10{flex:none;width:83.3333%}.tutor-col-sm-11{flex:none;width:91.6667%}.tutor-col-sm-12{flex:none;width:100%}.tutor-offset-sm-0{margin-left:0}.tutor-offset-sm-1{margin-left:8.33333%}.tutor-offset-sm-2{margin-left:16.6667%}.tutor-offset-sm-3{margin-left:25%}.tutor-offset-sm-4{margin-left:33.3333%}.tutor-offset-sm-5{margin-left:41.6667%}.tutor-offset-sm-6{margin-left:50%}.tutor-offset-sm-7{margin-left:58.3333%}.tutor-offset-sm-8{margin-left:66.6667%}.tutor-offset-sm-9{margin-left:75%}.tutor-offset-sm-10{margin-left:83.3333%}.tutor-offset-sm-11{margin-left:91.6667%}.tutor-g-sm-0,.tutor-gx-sm-0{--tutor-gutter-x:0}.tutor-g-sm-0,.tutor-gy-sm-0{--tutor-gutter-y:0}.tutor-g-sm-1,.tutor-gx-sm-1{--tutor-gutter-x:.5rem}.tutor-g-sm-1,.tutor-gy-sm-1{--tutor-gutter-y:.5rem}.tutor-g-sm-2,.tutor-gx-sm-2{--tutor-gutter-x:1rem}.tutor-g-sm-2,.tutor-gy-sm-2{--tutor-gutter-y:1rem}.tutor-g-sm-3,.tutor-gx-sm-3{--tutor-gutter-x:1.5rem}.tutor-g-sm-3,.tutor-gy-sm-3{--tutor-gutter-y:1.5rem}.tutor-g-sm-4,.tutor-gx-sm-4{--tutor-gutter-x:2rem}.tutor-g-sm-4,.tutor-gy-sm-4{--tutor-gutter-y:2rem}.tutor-g-sm-5,.tutor-gx-sm-5{--tutor-gutter-x:3rem}.tutor-g-sm-5,.tutor-gy-sm-5{--tutor-gutter-y:3rem}.tutor-g-sm-4px,.tutor-gx-sm-4px{--tutor-gutter-x:.25rem}.tutor-g-sm-4px,.tutor-gy-sm-4px{--tutor-gutter-y:.25rem}.tutor-g-sm-12px,.tutor-gx-sm-12px{--tutor-gutter-x:.75rem}.tutor-g-sm-12px,.tutor-gy-sm-12px{--tutor-gutter-y:.75rem}}@media (min-width:768px){.tutor-col-md{flex:1 0}.tutor-row-cols-md-auto>*{flex:none;width:auto}.tutor-row-cols-md-1>*{flex:none;width:100%}.tutor-row-cols-md-2>*{flex:none;width:50%}.tutor-row-cols-md-3>*{flex:none;width:33.3333%}.tutor-row-cols-md-4>*{flex:none;width:25%}.tutor-row-cols-md-5>*{flex:none;width:20%}.tutor-row-cols-md-6>*{flex:none;width:16.6667%}.tutor-col-md-auto{flex:none;width:auto}.tutor-col-md-1{flex:none;width:8.33333%}.tutor-col-md-2{flex:none;width:16.6667%}.tutor-col-md-3{flex:none;width:25%}.tutor-col-md-4{flex:none;width:33.3333%}.tutor-col-md-5{flex:none;width:41.6667%}.tutor-col-md-6{flex:none;width:50%}.tutor-col-md-7{flex:none;width:58.3333%}.tutor-col-md-8{flex:none;width:66.6667%}.tutor-col-md-9{flex:none;width:75%}.tutor-col-md-10{flex:none;width:83.3333%}.tutor-col-md-11{flex:none;width:91.6667%}.tutor-col-md-12{flex:none;width:100%}.tutor-offset-md-0{margin-left:0}.tutor-offset-md-1{margin-left:8.33333%}.tutor-offset-md-2{margin-left:16.6667%}.tutor-offset-md-3{margin-left:25%}.tutor-offset-md-4{margin-left:33.3333%}.tutor-offset-md-5{margin-left:41.6667%}.tutor-offset-md-6{margin-left:50%}.tutor-offset-md-7{margin-left:58.3333%}.tutor-offset-md-8{margin-left:66.6667%}.tutor-offset-md-9{margin-left:75%}.tutor-offset-md-10{margin-left:83.3333%}.tutor-offset-md-11{margin-left:91.6667%}.tutor-g-md-0,.tutor-gx-md-0{--tutor-gutter-x:0}.tutor-g-md-0,.tutor-gy-md-0{--tutor-gutter-y:0}.tutor-g-md-1,.tutor-gx-md-1{--tutor-gutter-x:.5rem}.tutor-g-md-1,.tutor-gy-md-1{--tutor-gutter-y:.5rem}.tutor-g-md-2,.tutor-gx-md-2{--tutor-gutter-x:1rem}.tutor-g-md-2,.tutor-gy-md-2{--tutor-gutter-y:1rem}.tutor-g-md-3,.tutor-gx-md-3{--tutor-gutter-x:1.5rem}.tutor-g-md-3,.tutor-gy-md-3{--tutor-gutter-y:1.5rem}.tutor-g-md-4,.tutor-gx-md-4{--tutor-gutter-x:2rem}.tutor-g-md-4,.tutor-gy-md-4{--tutor-gutter-y:2rem}.tutor-g-md-5,.tutor-gx-md-5{--tutor-gutter-x:3rem}.tutor-g-md-5,.tutor-gy-md-5{--tutor-gutter-y:3rem}.tutor-g-md-4px,.tutor-gx-md-4px{--tutor-gutter-x:.25rem}.tutor-g-md-4px,.tutor-gy-md-4px{--tutor-gutter-y:.25rem}.tutor-g-md-12px,.tutor-gx-md-12px{--tutor-gutter-x:.75rem}.tutor-g-md-12px,.tutor-gy-md-12px{--tutor-gutter-y:.75rem}}@media (min-width:992px){.tutor-col-lg{flex:1 0}.tutor-row-cols-lg-auto>*{flex:none;width:auto}.tutor-row-cols-lg-1>*{flex:none;width:100%}.tutor-row-cols-lg-2>*{flex:none;width:50%}.tutor-row-cols-lg-3>*{flex:none;width:33.3333%}.tutor-row-cols-lg-4>*{flex:none;width:25%}.tutor-row-cols-lg-5>*{flex:none;width:20%}.tutor-row-cols-lg-6>*{flex:none;width:16.6667%}.tutor-col-lg-auto{flex:none;width:auto}.tutor-col-lg-1{flex:none;width:8.33333%}.tutor-col-lg-2{flex:none;width:16.6667%}.tutor-col-lg-3{flex:none;width:25%}.tutor-col-lg-4{flex:none;width:33.3333%}.tutor-col-lg-5{flex:none;width:41.6667%}.tutor-col-lg-6{flex:none;width:50%}.tutor-col-lg-7{flex:none;width:58.3333%}.tutor-col-lg-8{flex:none;width:66.6667%}.tutor-col-lg-9{flex:none;width:75%}.tutor-col-lg-10{flex:none;width:83.3333%}.tutor-col-lg-11{flex:none;width:91.6667%}.tutor-col-lg-12{flex:none;width:100%}.tutor-offset-lg-0{margin-left:0}.tutor-offset-lg-1{margin-left:8.33333%}.tutor-offset-lg-2{margin-left:16.6667%}.tutor-offset-lg-3{margin-left:25%}.tutor-offset-lg-4{margin-left:33.3333%}.tutor-offset-lg-5{margin-left:41.6667%}.tutor-offset-lg-6{margin-left:50%}.tutor-offset-lg-7{margin-left:58.3333%}.tutor-offset-lg-8{margin-left:66.6667%}.tutor-offset-lg-9{margin-left:75%}.tutor-offset-lg-10{margin-left:83.3333%}.tutor-offset-lg-11{margin-left:91.6667%}.tutor-g-lg-0,.tutor-gx-lg-0{--tutor-gutter-x:0}.tutor-g-lg-0,.tutor-gy-lg-0{--tutor-gutter-y:0}.tutor-g-lg-1,.tutor-gx-lg-1{--tutor-gutter-x:.5rem}.tutor-g-lg-1,.tutor-gy-lg-1{--tutor-gutter-y:.5rem}.tutor-g-lg-2,.tutor-gx-lg-2{--tutor-gutter-x:1rem}.tutor-g-lg-2,.tutor-gy-lg-2{--tutor-gutter-y:1rem}.tutor-g-lg-3,.tutor-gx-lg-3{--tutor-gutter-x:1.5rem}.tutor-g-lg-3,.tutor-gy-lg-3{--tutor-gutter-y:1.5rem}.tutor-g-lg-4,.tutor-gx-lg-4{--tutor-gutter-x:2rem}.tutor-g-lg-4,.tutor-gy-lg-4{--tutor-gutter-y:2rem}.tutor-g-lg-5,.tutor-gx-lg-5{--tutor-gutter-x:3rem}.tutor-g-lg-5,.tutor-gy-lg-5{--tutor-gutter-y:3rem}.tutor-g-lg-4px,.tutor-gx-lg-4px{--tutor-gutter-x:.25rem}.tutor-g-lg-4px,.tutor-gy-lg-4px{--tutor-gutter-y:.25rem}.tutor-g-lg-12px,.tutor-gx-lg-12px{--tutor-gutter-x:.75rem}.tutor-g-lg-12px,.tutor-gy-lg-12px{--tutor-gutter-y:.75rem}}@media (min-width:1200px){.tutor-col-xl{flex:1 0}.tutor-row-cols-xl-auto>*{flex:none;width:auto}.tutor-row-cols-xl-1>*{flex:none;width:100%}.tutor-row-cols-xl-2>*{flex:none;width:50%}.tutor-row-cols-xl-3>*{flex:none;width:33.3333%}.tutor-row-cols-xl-4>*{flex:none;width:25%}.tutor-row-cols-xl-5>*{flex:none;width:20%}.tutor-row-cols-xl-6>*{flex:none;width:16.6667%}.tutor-col-xl-auto{flex:none;width:auto}.tutor-col-xl-1{flex:none;width:8.33333%}.tutor-col-xl-2{flex:none;width:16.6667%}.tutor-col-xl-3{flex:none;width:25%}.tutor-col-xl-4{flex:none;width:33.3333%}.tutor-col-xl-5{flex:none;width:41.6667%}.tutor-col-xl-6{flex:none;width:50%}.tutor-col-xl-7{flex:none;width:58.3333%}.tutor-col-xl-8{flex:none;width:66.6667%}.tutor-col-xl-9{flex:none;width:75%}.tutor-col-xl-10{flex:none;width:83.3333%}.tutor-col-xl-11{flex:none;width:91.6667%}.tutor-col-xl-12{flex:none;width:100%}.tutor-offset-xl-0{margin-left:0}.tutor-offset-xl-1{margin-left:8.33333%}.tutor-offset-xl-2{margin-left:16.6667%}.tutor-offset-xl-3{margin-left:25%}.tutor-offset-xl-4{margin-left:33.3333%}.tutor-offset-xl-5{margin-left:41.6667%}.tutor-offset-xl-6{margin-left:50%}.tutor-offset-xl-7{margin-left:58.3333%}.tutor-offset-xl-8{margin-left:66.6667%}.tutor-offset-xl-9{margin-left:75%}.tutor-offset-xl-10{margin-left:83.3333%}.tutor-offset-xl-11{margin-left:91.6667%}.tutor-g-xl-0,.tutor-gx-xl-0{--tutor-gutter-x:0}.tutor-g-xl-0,.tutor-gy-xl-0{--tutor-gutter-y:0}.tutor-g-xl-1,.tutor-gx-xl-1{--tutor-gutter-x:.5rem}.tutor-g-xl-1,.tutor-gy-xl-1{--tutor-gutter-y:.5rem}.tutor-g-xl-2,.tutor-gx-xl-2{--tutor-gutter-x:1rem}.tutor-g-xl-2,.tutor-gy-xl-2{--tutor-gutter-y:1rem}.tutor-g-xl-3,.tutor-gx-xl-3{--tutor-gutter-x:1.5rem}.tutor-g-xl-3,.tutor-gy-xl-3{--tutor-gutter-y:1.5rem}.tutor-g-xl-4,.tutor-gx-xl-4{--tutor-gutter-x:2rem}.tutor-g-xl-4,.tutor-gy-xl-4{--tutor-gutter-y:2rem}.tutor-g-xl-5,.tutor-gx-xl-5{--tutor-gutter-x:3rem}.tutor-g-xl-5,.tutor-gy-xl-5{--tutor-gutter-y:3rem}.tutor-g-xl-4px,.tutor-gx-xl-4px{--tutor-gutter-x:.25rem}.tutor-g-xl-4px,.tutor-gy-xl-4px{--tutor-gutter-y:.25rem}.tutor-g-xl-12px,.tutor-gx-xl-12px{--tutor-gutter-x:.75rem}.tutor-g-xl-12px,.tutor-gy-xl-12px{--tutor-gutter-y:.75rem}}@media (min-width:1400px){.tutor-col-xxl{flex:1 0}.tutor-row-cols-xxl-auto>*{flex:none;width:auto}.tutor-row-cols-xxl-1>*{flex:none;width:100%}.tutor-row-cols-xxl-2>*{flex:none;width:50%}.tutor-row-cols-xxl-3>*{flex:none;width:33.3333%}.tutor-row-cols-xxl-4>*{flex:none;width:25%}.tutor-row-cols-xxl-5>*{flex:none;width:20%}.tutor-row-cols-xxl-6>*{flex:none;width:16.6667%}.tutor-col-xxl-auto{flex:none;width:auto}.tutor-col-xxl-1{flex:none;width:8.33333%}.tutor-col-xxl-2{flex:none;width:16.6667%}.tutor-col-xxl-3{flex:none;width:25%}.tutor-col-xxl-4{flex:none;width:33.3333%}.tutor-col-xxl-5{flex:none;width:41.6667%}.tutor-col-xxl-6{flex:none;width:50%}.tutor-col-xxl-7{flex:none;width:58.3333%}.tutor-col-xxl-8{flex:none;width:66.6667%}.tutor-col-xxl-9{flex:none;width:75%}.tutor-col-xxl-10{flex:none;width:83.3333%}.tutor-col-xxl-11{flex:none;width:91.6667%}.tutor-col-xxl-12{flex:none;width:100%}.tutor-offset-xxl-0{margin-left:0}.tutor-offset-xxl-1{margin-left:8.33333%}.tutor-offset-xxl-2{margin-left:16.6667%}.tutor-offset-xxl-3{margin-left:25%}.tutor-offset-xxl-4{margin-left:33.3333%}.tutor-offset-xxl-5{margin-left:41.6667%}.tutor-offset-xxl-6{margin-left:50%}.tutor-offset-xxl-7{margin-left:58.3333%}.tutor-offset-xxl-8{margin-left:66.6667%}.tutor-offset-xxl-9{margin-left:75%}.tutor-offset-xxl-10{margin-left:83.3333%}.tutor-offset-xxl-11{margin-left:91.6667%}.tutor-g-xxl-0,.tutor-gx-xxl-0{--tutor-gutter-x:0}.tutor-g-xxl-0,.tutor-gy-xxl-0{--tutor-gutter-y:0}.tutor-g-xxl-1,.tutor-gx-xxl-1{--tutor-gutter-x:.5rem}.tutor-g-xxl-1,.tutor-gy-xxl-1{--tutor-gutter-y:.5rem}.tutor-g-xxl-2,.tutor-gx-xxl-2{--tutor-gutter-x:1rem}.tutor-g-xxl-2,.tutor-gy-xxl-2{--tutor-gutter-y:1rem}.tutor-g-xxl-3,.tutor-gx-xxl-3{--tutor-gutter-x:1.5rem}.tutor-g-xxl-3,.tutor-gy-xxl-3{--tutor-gutter-y:1.5rem}.tutor-g-xxl-4,.tutor-gx-xxl-4{--tutor-gutter-x:2rem}.tutor-g-xxl-4,.tutor-gy-xxl-4{--tutor-gutter-y:2rem}.tutor-g-xxl-5,.tutor-gx-xxl-5{--tutor-gutter-x:3rem}.tutor-g-xxl-5,.tutor-gy-xxl-5{--tutor-gutter-y:3rem}.tutor-g-xxl-4px,.tutor-gx-xxl-4px{--tutor-gutter-x:.25rem}.tutor-g-xxl-4px,.tutor-gy-xxl-4px{--tutor-gutter-y:.25rem}.tutor-g-xxl-12px,.tutor-gx-xxl-12px{--tutor-gutter-x:.75rem}.tutor-g-xxl-12px,.tutor-gy-xxl-12px{--tutor-gutter-y:.75rem}}.tutor-grid{grid-gap:32px;grid-template-rows:min-content;grid-template-columns:repeat(1,1fr);display:grid}.tutor-grid-1{grid-template-columns:repeat(1,1fr)}@media (min-width:768px){.tutor-grid-2,.tutor-grid-3{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){.tutor-grid-3{grid-template-columns:repeat(3,1fr)}}@media (min-width:768px){.tutor-grid-4{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){.tutor-grid-4{grid-template-columns:repeat(3,1fr)}}@media (min-width:1200px){.tutor-grid-4{grid-template-columns:repeat(4,1fr)}}.tutor-d-inline{display:inline!important}.tutor-d-inline-block{display:inline-block!important}.tutor-d-block{display:block!important}.tutor-d-grid{display:grid!important}.tutor-d-table{display:table!important}.tutor-d-table-row{display:table-row!important}.tutor-d-table-cell{display:table-cell!important}.tutor-d-flex{display:flex!important}.tutor-d-inline-flex{display:inline-flex!important}.tutor-d-none{display:none!important}.tutor-flex-fill{flex:auto!important}.tutor-flex-row{flex-direction:row!important}.tutor-flex-column{flex-direction:column!important}.tutor-flex-row-reverse{flex-direction:row-reverse!important}.tutor-flex-column-reverse{flex-direction:column-reverse!important}.tutor-flex-grow-0{flex-grow:0!important}.tutor-flex-grow-1{flex-grow:1!important}.tutor-flex-shrink-0{flex-shrink:0!important}.tutor-flex-shrink-1{flex-shrink:1!important}.tutor-flex-wrap{flex-wrap:wrap!important}.tutor-flex-nowrap{flex-wrap:nowrap!important}.tutor-flex-wrap-reverse{flex-wrap:wrap-reverse!important}.tutor-gap-0{gap:0!important}.tutor-gap-1{gap:.5rem!important}.tutor-gap-2{gap:1rem!important}.tutor-gap-3{gap:1.5rem!important}.tutor-gap-4{gap:2rem!important}.tutor-gap-5{gap:3rem!important}.tutor-gap-4px{gap:.25rem!important}.tutor-gap-12px{gap:.75rem!important}.tutor-justify-start{justify-content:flex-start!important}.tutor-justify-end{justify-content:flex-end!important}.tutor-justify-center{justify-content:center!important}.tutor-justify-between{justify-content:space-between!important}.tutor-justify-around{justify-content:space-around!important}.tutor-justify-evenly{justify-content:space-evenly!important}.tutor-align-start{align-items:flex-start!important}.tutor-align-end{align-items:flex-end!important}.tutor-align-center{align-items:center!important}.tutor-align-baseline{align-items:baseline!important}.tutor-align-stretch{align-items:stretch!important}.tutor-align-content-start{align-content:flex-start!important}.tutor-align-content-end{align-content:flex-end!important}.tutor-align-content-center{align-content:center!important}.tutor-align-content-between{align-content:space-between!important}.tutor-align-content-around{align-content:space-around!important}.tutor-align-content-stretch{align-content:stretch!important}.tutor-align-self-auto{align-self:auto!important}.tutor-align-self-start{align-self:flex-start!important}.tutor-align-self-end{align-self:flex-end!important}.tutor-align-self-center{align-self:center!important}.tutor-align-self-baseline{align-self:baseline!important}.tutor-align-self-stretch{align-self:stretch!important}.tutor-order-first{order:-1!important}.tutor-order-0{order:0!important}.tutor-order-1{order:1!important}.tutor-order-2{order:2!important}.tutor-order-3{order:3!important}.tutor-order-4{order:4!important}.tutor-order-5{order:5!important}.tutor-order-last{order:6!important}.tutor-m-0{margin:0}.tutor-m-2{margin:2px}.tutor-m-4{margin:4px}.tutor-m-8{margin:8px}.tutor-m-12{margin:12px}.tutor-m-16{margin:16px}.tutor-m-20{margin:20px}.tutor-m-24{margin:24px}.tutor-m-28{margin:28px}.tutor-m-32{margin:32px}.tutor-m-36{margin:36px}.tutor-m-40{margin:40px}.tutor-m-44{margin:44px}.tutor-m-48{margin:48px}.tutor-m-52{margin:52px}.tutor-m-56{margin:56px}.tutor-m-60{margin:60px}.tutor-m-64{margin:64px}.tutor-m-68{margin:68px}.tutor-m-72{margin:72px}.tutor-m-76{margin:76px}.tutor-m-80{margin:80px}.tutor-m-auto{margin:auto}.tutor-mx-0{margin-left:0;margin-right:0}.tutor-mx-2{margin-left:2px;margin-right:2px}.tutor-mx-4{margin-left:4px;margin-right:4px}.tutor-mx-8{margin-left:8px;margin-right:8px}.tutor-mx-12{margin-left:12px;margin-right:12px}.tutor-mx-16{margin-left:16px;margin-right:16px}.tutor-mx-20{margin-left:20px;margin-right:20px}.tutor-mx-24{margin-left:24px;margin-right:24px}.tutor-mx-28{margin-left:28px;margin-right:28px}.tutor-mx-32{margin-left:32px;margin-right:32px}.tutor-mx-36{margin-left:36px;margin-right:36px}.tutor-mx-40{margin-left:40px;margin-right:40px}.tutor-mx-44{margin-left:44px;margin-right:44px}.tutor-mx-48{margin-left:48px;margin-right:48px}.tutor-mx-52{margin-left:52px;margin-right:52px}.tutor-mx-56{margin-left:56px;margin-right:56px}.tutor-mx-60{margin-left:60px;margin-right:60px}.tutor-mx-64{margin-left:64px;margin-right:64px}.tutor-mx-68{margin-left:68px;margin-right:68px}.tutor-mx-72{margin-left:72px;margin-right:72px}.tutor-mx-76{margin-left:76px;margin-right:76px}.tutor-mx-80{margin-left:80px;margin-right:80px}.tutor-mx-auto{margin-left:auto;margin-right:auto}.tutor-my-0{margin-top:0;margin-bottom:0}.tutor-my-2{margin-top:2px;margin-bottom:2px}.tutor-my-4{margin-top:4px;margin-bottom:4px}.tutor-my-8{margin-top:8px;margin-bottom:8px}.tutor-my-12{margin-top:12px;margin-bottom:12px}.tutor-my-16{margin-top:16px;margin-bottom:16px}.tutor-my-20{margin-top:20px;margin-bottom:20px}.tutor-my-24{margin-top:24px;margin-bottom:24px}.tutor-my-28{margin-top:28px;margin-bottom:28px}.tutor-my-32{margin-top:32px;margin-bottom:32px}.tutor-my-36{margin-top:36px;margin-bottom:36px}.tutor-my-40{margin-top:40px;margin-bottom:40px}.tutor-my-44{margin-top:44px;margin-bottom:44px}.tutor-my-48{margin-top:48px;margin-bottom:48px}.tutor-my-52{margin-top:52px;margin-bottom:52px}.tutor-my-56{margin-top:56px;margin-bottom:56px}.tutor-my-60{margin-top:60px;margin-bottom:60px}.tutor-my-64{margin-top:64px;margin-bottom:64px}.tutor-my-68{margin-top:68px;margin-bottom:68px}.tutor-my-72{margin-top:72px;margin-bottom:72px}.tutor-my-76{margin-top:76px;margin-bottom:76px}.tutor-my-80{margin-top:80px;margin-bottom:80px}.tutor-my-auto{margin-top:auto;margin-bottom:auto}.tutor-mt-0{margin-top:0}.tutor-mt-2{margin-top:2px}.tutor-mt-4{margin-top:4px}.tutor-mt-8{margin-top:8px}.tutor-mt-12{margin-top:12px}.tutor-mt-16{margin-top:16px}.tutor-mt-20{margin-top:20px}.tutor-mt-24{margin-top:24px}.tutor-mt-28{margin-top:28px}.tutor-mt-32{margin-top:32px}.tutor-mt-36{margin-top:36px}.tutor-mt-40{margin-top:40px}.tutor-mt-44{margin-top:44px}.tutor-mt-48{margin-top:48px}.tutor-mt-52{margin-top:52px}.tutor-mt-56{margin-top:56px}.tutor-mt-60{margin-top:60px}.tutor-mt-64{margin-top:64px}.tutor-mt-68{margin-top:68px}.tutor-mt-72{margin-top:72px}.tutor-mt-76{margin-top:76px}.tutor-mt-80{margin-top:80px}.tutor-mt-auto{margin-top:auto}.tutor-mr-0{margin-right:0}.tutor-mr-2{margin-right:2px}.tutor-mr-4{margin-right:4px}.tutor-mr-8{margin-right:8px}.tutor-mr-12{margin-right:12px}.tutor-mr-16{margin-right:16px}.tutor-mr-20{margin-right:20px}.tutor-mr-24{margin-right:24px}.tutor-mr-28{margin-right:28px}.tutor-mr-32{margin-right:32px}.tutor-mr-36{margin-right:36px}.tutor-mr-40{margin-right:40px}.tutor-mr-44{margin-right:44px}.tutor-mr-48{margin-right:48px}.tutor-mr-52{margin-right:52px}.tutor-mr-56{margin-right:56px}.tutor-mr-60{margin-right:60px}.tutor-mr-64{margin-right:64px}.tutor-mr-68{margin-right:68px}.tutor-mr-72{margin-right:72px}.tutor-mr-76{margin-right:76px}.tutor-mr-80{margin-right:80px}.tutor-mr-auto{margin-right:auto}.tutor-mb-0{margin-bottom:0}.tutor-mb-2{margin-bottom:2px}.tutor-mb-4{margin-bottom:4px}.tutor-mb-8{margin-bottom:8px}.tutor-mb-12{margin-bottom:12px}.tutor-mb-16{margin-bottom:16px}.tutor-mb-20{margin-bottom:20px}.tutor-mb-24{margin-bottom:24px}.tutor-mb-28{margin-bottom:28px}.tutor-mb-32{margin-bottom:32px}.tutor-mb-36{margin-bottom:36px}.tutor-mb-40{margin-bottom:40px}.tutor-mb-44{margin-bottom:44px}.tutor-mb-48{margin-bottom:48px}.tutor-mb-52{margin-bottom:52px}.tutor-mb-56{margin-bottom:56px}.tutor-mb-60{margin-bottom:60px}.tutor-mb-64{margin-bottom:64px}.tutor-mb-68{margin-bottom:68px}.tutor-mb-72{margin-bottom:72px}.tutor-mb-76{margin-bottom:76px}.tutor-mb-80{margin-bottom:80px}.tutor-mb-auto{margin-bottom:auto}.tutor-ml-0{margin-left:0}.tutor-ml-2{margin-left:2px}.tutor-ml-4{margin-left:4px}.tutor-ml-8{margin-left:8px}.tutor-ml-12{margin-left:12px}.tutor-ml-16{margin-left:16px}.tutor-ml-20{margin-left:20px}.tutor-ml-24{margin-left:24px}.tutor-ml-28{margin-left:28px}.tutor-ml-32{margin-left:32px}.tutor-ml-36{margin-left:36px}.tutor-ml-40{margin-left:40px}.tutor-ml-44{margin-left:44px}.tutor-ml-48{margin-left:48px}.tutor-ml-52{margin-left:52px}.tutor-ml-56{margin-left:56px}.tutor-ml-60{margin-left:60px}.tutor-ml-64{margin-left:64px}.tutor-ml-68{margin-left:68px}.tutor-ml-72{margin-left:72px}.tutor-ml-76{margin-left:76px}.tutor-ml-80{margin-left:80px}.tutor-ml-auto{margin-left:auto}.tutor-m-n2{margin:-2px}.tutor-m-n4{margin:-4px}.tutor-m-n8{margin:-8px}.tutor-m-n12{margin:-12px}.tutor-m-n16{margin:-16px}.tutor-m-n20{margin:-20px}.tutor-m-n24{margin:-24px}.tutor-m-n28{margin:-28px}.tutor-m-n32{margin:-32px}.tutor-m-n36{margin:-36px}.tutor-m-n40{margin:-40px}.tutor-m-n44{margin:-44px}.tutor-m-n48{margin:-48px}.tutor-m-n52{margin:-52px}.tutor-m-n56{margin:-56px}.tutor-m-n60{margin:-60px}.tutor-m-n64{margin:-64px}.tutor-m-n68{margin:-68px}.tutor-m-n72{margin:-72px}.tutor-m-n76{margin:-76px}.tutor-m-n80{margin:-80px}.tutor-mx-n2{margin-left:-2px;margin-right:-2px}.tutor-mx-n4{margin-left:-4px;margin-right:-4px}.tutor-mx-n8{margin-left:-8px;margin-right:-8px}.tutor-mx-n12{margin-left:-12px;margin-right:-12px}.tutor-mx-n16{margin-left:-16px;margin-right:-16px}.tutor-mx-n20{margin-left:-20px;margin-right:-20px}.tutor-mx-n24{margin-left:-24px;margin-right:-24px}.tutor-mx-n28{margin-left:-28px;margin-right:-28px}.tutor-mx-n32{margin-left:-32px;margin-right:-32px}.tutor-mx-n36{margin-left:-36px;margin-right:-36px}.tutor-mx-n40{margin-left:-40px;margin-right:-40px}.tutor-mx-n44{margin-left:-44px;margin-right:-44px}.tutor-mx-n48{margin-left:-48px;margin-right:-48px}.tutor-mx-n52{margin-left:-52px;margin-right:-52px}.tutor-mx-n56{margin-left:-56px;margin-right:-56px}.tutor-mx-n60{margin-left:-60px;margin-right:-60px}.tutor-mx-n64{margin-left:-64px;margin-right:-64px}.tutor-mx-n68{margin-left:-68px;margin-right:-68px}.tutor-mx-n72{margin-left:-72px;margin-right:-72px}.tutor-mx-n76{margin-left:-76px;margin-right:-76px}.tutor-mx-n80{margin-left:-80px;margin-right:-80px}.tutor-my-n2{margin-top:-2px;margin-bottom:-2px}.tutor-my-n4{margin-top:-4px;margin-bottom:-4px}.tutor-my-n8{margin-top:-8px;margin-bottom:-8px}.tutor-my-n12{margin-top:-12px;margin-bottom:-12px}.tutor-my-n16{margin-top:-16px;margin-bottom:-16px}.tutor-my-n20{margin-top:-20px;margin-bottom:-20px}.tutor-my-n24{margin-top:-24px;margin-bottom:-24px}.tutor-my-n28{margin-top:-28px;margin-bottom:-28px}.tutor-my-n32{margin-top:-32px;margin-bottom:-32px}.tutor-my-n36{margin-top:-36px;margin-bottom:-36px}.tutor-my-n40{margin-top:-40px;margin-bottom:-40px}.tutor-my-n44{margin-top:-44px;margin-bottom:-44px}.tutor-my-n48{margin-top:-48px;margin-bottom:-48px}.tutor-my-n52{margin-top:-52px;margin-bottom:-52px}.tutor-my-n56{margin-top:-56px;margin-bottom:-56px}.tutor-my-n60{margin-top:-60px;margin-bottom:-60px}.tutor-my-n64{margin-top:-64px;margin-bottom:-64px}.tutor-my-n68{margin-top:-68px;margin-bottom:-68px}.tutor-my-n72{margin-top:-72px;margin-bottom:-72px}.tutor-my-n76{margin-top:-76px;margin-bottom:-76px}.tutor-my-n80{margin-top:-80px;margin-bottom:-80px}.tutor-mt-n2{margin-top:-2px}.tutor-mt-n4{margin-top:-4px}.tutor-mt-n8{margin-top:-8px}.tutor-mt-n12{margin-top:-12px}.tutor-mt-n16{margin-top:-16px}.tutor-mt-n20{margin-top:-20px}.tutor-mt-n24{margin-top:-24px}.tutor-mt-n28{margin-top:-28px}.tutor-mt-n32{margin-top:-32px}.tutor-mt-n36{margin-top:-36px}.tutor-mt-n40{margin-top:-40px}.tutor-mt-n44{margin-top:-44px}.tutor-mt-n48{margin-top:-48px}.tutor-mt-n52{margin-top:-52px}.tutor-mt-n56{margin-top:-56px}.tutor-mt-n60{margin-top:-60px}.tutor-mt-n64{margin-top:-64px}.tutor-mt-n68{margin-top:-68px}.tutor-mt-n72{margin-top:-72px}.tutor-mt-n76{margin-top:-76px}.tutor-mt-n80{margin-top:-80px}.tutor-mr-n2{margin-right:-2px}.tutor-mr-n4{margin-right:-4px}.tutor-mr-n8{margin-right:-8px}.tutor-mr-n12{margin-right:-12px}.tutor-mr-n16{margin-right:-16px}.tutor-mr-n20{margin-right:-20px}.tutor-mr-n24{margin-right:-24px}.tutor-mr-n28{margin-right:-28px}.tutor-mr-n32{margin-right:-32px}.tutor-mr-n36{margin-right:-36px}.tutor-mr-n40{margin-right:-40px}.tutor-mr-n44{margin-right:-44px}.tutor-mr-n48{margin-right:-48px}.tutor-mr-n52{margin-right:-52px}.tutor-mr-n56{margin-right:-56px}.tutor-mr-n60{margin-right:-60px}.tutor-mr-n64{margin-right:-64px}.tutor-mr-n68{margin-right:-68px}.tutor-mr-n72{margin-right:-72px}.tutor-mr-n76{margin-right:-76px}.tutor-mr-n80{margin-right:-80px}.tutor-mb-n2{margin-bottom:-2px}.tutor-mb-n4{margin-bottom:-4px}.tutor-mb-n8{margin-bottom:-8px}.tutor-mb-n12{margin-bottom:-12px}.tutor-mb-n16{margin-bottom:-16px}.tutor-mb-n20{margin-bottom:-20px}.tutor-mb-n24{margin-bottom:-24px}.tutor-mb-n28{margin-bottom:-28px}.tutor-mb-n32{margin-bottom:-32px}.tutor-mb-n36{margin-bottom:-36px}.tutor-mb-n40{margin-bottom:-40px}.tutor-mb-n44{margin-bottom:-44px}.tutor-mb-n48{margin-bottom:-48px}.tutor-mb-n52{margin-bottom:-52px}.tutor-mb-n56{margin-bottom:-56px}.tutor-mb-n60{margin-bottom:-60px}.tutor-mb-n64{margin-bottom:-64px}.tutor-mb-n68{margin-bottom:-68px}.tutor-mb-n72{margin-bottom:-72px}.tutor-mb-n76{margin-bottom:-76px}.tutor-mb-n80{margin-bottom:-80px}.tutor-ml-n2{margin-left:-2px}.tutor-ml-n4{margin-left:-4px}.tutor-ml-n8{margin-left:-8px}.tutor-ml-n12{margin-left:-12px}.tutor-ml-n16{margin-left:-16px}.tutor-ml-n20{margin-left:-20px}.tutor-ml-n24{margin-left:-24px}.tutor-ml-n28{margin-left:-28px}.tutor-ml-n32{margin-left:-32px}.tutor-ml-n36{margin-left:-36px}.tutor-ml-n40{margin-left:-40px}.tutor-ml-n44{margin-left:-44px}.tutor-ml-n48{margin-left:-48px}.tutor-ml-n52{margin-left:-52px}.tutor-ml-n56{margin-left:-56px}.tutor-ml-n60{margin-left:-60px}.tutor-ml-n64{margin-left:-64px}.tutor-ml-n68{margin-left:-68px}.tutor-ml-n72{margin-left:-72px}.tutor-ml-n76{margin-left:-76px}.tutor-ml-n80{margin-left:-80px}.tutor-p-0{padding:0}.tutor-p-2{padding:2px}.tutor-p-4{padding:4px}.tutor-p-8{padding:8px}.tutor-p-12{padding:12px}.tutor-p-16{padding:16px}.tutor-p-20{padding:20px}.tutor-p-24,.tutor-large-notification{padding:24px}.tutor-p-28{padding:28px}.tutor-p-32{padding:32px}.tutor-p-36{padding:36px}.tutor-p-40{padding:40px}.tutor-p-44{padding:44px}.tutor-p-48{padding:48px}.tutor-p-52{padding:52px}.tutor-p-56{padding:56px}.tutor-p-60{padding:60px}.tutor-p-64{padding:64px}.tutor-p-68{padding:68px}.tutor-p-72{padding:72px}.tutor-p-76{padding:76px}.tutor-p-80{padding:80px}.tutor-px-0{padding-left:0;padding-right:0}.tutor-px-2{padding-left:2px;padding-right:2px}.tutor-px-4{padding-left:4px;padding-right:4px}.tutor-px-8{padding-left:8px;padding-right:8px}.tutor-px-12{padding-left:12px;padding-right:12px}.tutor-px-16{padding-left:16px;padding-right:16px}.tutor-px-20{padding-left:20px;padding-right:20px}.tutor-px-24{padding-left:24px;padding-right:24px}.tutor-px-28{padding-left:28px;padding-right:28px}.tutor-px-32{padding-left:32px;padding-right:32px}.tutor-px-36{padding-left:36px;padding-right:36px}.tutor-px-40{padding-left:40px;padding-right:40px}.tutor-px-44{padding-left:44px;padding-right:44px}.tutor-px-48{padding-left:48px;padding-right:48px}.tutor-px-52{padding-left:52px;padding-right:52px}.tutor-px-56{padding-left:56px;padding-right:56px}.tutor-px-60{padding-left:60px;padding-right:60px}.tutor-px-64{padding-left:64px;padding-right:64px}.tutor-px-68{padding-left:68px;padding-right:68px}.tutor-px-72{padding-left:72px;padding-right:72px}.tutor-px-76{padding-left:76px;padding-right:76px}.tutor-px-80{padding-left:80px;padding-right:80px}.tutor-py-0{padding-top:0;padding-bottom:0}.tutor-py-2{padding-top:2px;padding-bottom:2px}.tutor-py-4{padding-top:4px;padding-bottom:4px}.tutor-py-8{padding-top:8px;padding-bottom:8px}.tutor-py-12{padding-top:12px;padding-bottom:12px}.tutor-py-16{padding-top:16px;padding-bottom:16px}.tutor-py-20{padding-top:20px;padding-bottom:20px}.tutor-py-24{padding-top:24px;padding-bottom:24px}.tutor-py-28{padding-top:28px;padding-bottom:28px}.tutor-py-32{padding-top:32px;padding-bottom:32px}.tutor-py-36{padding-top:36px;padding-bottom:36px}.tutor-py-40{padding-top:40px;padding-bottom:40px}.tutor-py-44{padding-top:44px;padding-bottom:44px}.tutor-py-48{padding-top:48px;padding-bottom:48px}.tutor-py-52{padding-top:52px;padding-bottom:52px}.tutor-py-56{padding-top:56px;padding-bottom:56px}.tutor-py-60{padding-top:60px;padding-bottom:60px}.tutor-py-64{padding-top:64px;padding-bottom:64px}.tutor-py-68{padding-top:68px;padding-bottom:68px}.tutor-py-72{padding-top:72px;padding-bottom:72px}.tutor-py-76{padding-top:76px;padding-bottom:76px}.tutor-py-80{padding-top:80px;padding-bottom:80px}.tutor-pt-0{padding-top:0}.tutor-pt-2{padding-top:2px}.tutor-pt-4{padding-top:4px}.tutor-pt-8{padding-top:8px}.tutor-pt-12{padding-top:12px}.tutor-pt-16{padding-top:16px}.tutor-pt-20{padding-top:20px}.tutor-pt-24{padding-top:24px}.tutor-pt-28{padding-top:28px}.tutor-pt-32{padding-top:32px}.tutor-pt-36{padding-top:36px}.tutor-pt-40{padding-top:40px}.tutor-pt-44{padding-top:44px}.tutor-pt-48{padding-top:48px}.tutor-pt-52{padding-top:52px}.tutor-pt-56{padding-top:56px}.tutor-pt-60{padding-top:60px}.tutor-pt-64{padding-top:64px}.tutor-pt-68{padding-top:68px}.tutor-pt-72{padding-top:72px}.tutor-pt-76{padding-top:76px}.tutor-pt-80{padding-top:80px}.tutor-pr-0{padding-right:0}.tutor-pr-2{padding-right:2px}.tutor-pr-4{padding-right:4px}.tutor-pr-8{padding-right:8px}.tutor-pr-12{padding-right:12px}.tutor-pr-16{padding-right:16px}.tutor-pr-20{padding-right:20px}.tutor-pr-24{padding-right:24px}.tutor-pr-28{padding-right:28px}.tutor-pr-32{padding-right:32px}.tutor-pr-36{padding-right:36px}.tutor-pr-40{padding-right:40px}.tutor-pr-44{padding-right:44px}.tutor-pr-48{padding-right:48px}.tutor-pr-52{padding-right:52px}.tutor-pr-56{padding-right:56px}.tutor-pr-60{padding-right:60px}.tutor-pr-64{padding-right:64px}.tutor-pr-68{padding-right:68px}.tutor-pr-72{padding-right:72px}.tutor-pr-76{padding-right:76px}.tutor-pr-80{padding-right:80px}.tutor-pb-0{padding-bottom:0}.tutor-pb-2{padding-bottom:2px}.tutor-pb-4{padding-bottom:4px}.tutor-pb-8{padding-bottom:8px}.tutor-pb-12{padding-bottom:12px}.tutor-pb-16{padding-bottom:16px}.tutor-pb-20{padding-bottom:20px}.tutor-pb-24{padding-bottom:24px}.tutor-pb-28{padding-bottom:28px}.tutor-pb-32{padding-bottom:32px}.tutor-pb-36{padding-bottom:36px}.tutor-pb-40{padding-bottom:40px}.tutor-pb-44{padding-bottom:44px}.tutor-pb-48{padding-bottom:48px}.tutor-pb-52{padding-bottom:52px}.tutor-pb-56{padding-bottom:56px}.tutor-pb-60{padding-bottom:60px}.tutor-pb-64{padding-bottom:64px}.tutor-pb-68{padding-bottom:68px}.tutor-pb-72{padding-bottom:72px}.tutor-pb-76{padding-bottom:76px}.tutor-pb-80{padding-bottom:80px}.tutor-pl-0{padding-left:0}.tutor-pl-2{padding-left:2px}.tutor-pl-4{padding-left:4px}.tutor-pl-8{padding-left:8px}.tutor-pl-12,.tutor-instructor-card .tutor-icard-content{padding-left:12px}.tutor-pl-16{padding-left:16px}.tutor-pl-20{padding-left:20px}.tutor-pl-24{padding-left:24px}.tutor-pl-28{padding-left:28px}.tutor-pl-32{padding-left:32px}.tutor-pl-36{padding-left:36px}.tutor-pl-40{padding-left:40px}.tutor-pl-44{padding-left:44px}.tutor-pl-48{padding-left:48px}.tutor-pl-52{padding-left:52px}.tutor-pl-56{padding-left:56px}.tutor-pl-60{padding-left:60px}.tutor-pl-64{padding-left:64px}.tutor-pl-68{padding-left:68px}.tutor-pl-72{padding-left:72px}.tutor-pl-76{padding-left:76px}.tutor-pl-80{padding-left:80px}.tutor-fs-1{font-size:calc(1.525rem + 3.3vw)}.tutor-fs-2{font-size:calc(1.425rem + 2.1vw)}.tutor-fs-3{font-size:calc(1.325rem + .9vw)}.tutor-fs-4{font-size:calc(1.275rem + .3vw)}.tutor-fs-5{font-size:1.25rem}.tutor-fs-6{font-size:1rem}.tutor-fs-7{font-size:.875rem}.tutor-fs-8{font-size:.75rem}.tutor-fs-9{font-size:.625rem}.tutor-fst-italic{font-style:italic!important}.tutor-fst-normal{font-style:normal!important}.tutor-fw-thin{font-weight:lighter}.tutor-fw-lighter{font-weight:300}.tutor-fw-normal{font-weight:400}.tutor-fw-medium{font-weight:500}.tutor-fw-bold{font-weight:700}.tutor-fw-bolder{font-weight:bolder}@media (min-width:576px){.tutor-d-sm-inline{display:inline!important}.tutor-d-sm-inline-block{display:inline-block!important}.tutor-d-sm-block{display:block!important}.tutor-d-sm-grid{display:grid!important}.tutor-d-sm-table{display:table!important}.tutor-d-sm-table-row{display:table-row!important}.tutor-d-sm-table-cell{display:table-cell!important}.tutor-d-sm-flex{display:flex!important}.tutor-d-sm-inline-flex{display:inline-flex!important}.tutor-d-sm-none{display:none!important}.tutor-flex-sm-fill{flex:auto!important}.tutor-flex-sm-row{flex-direction:row!important}.tutor-flex-sm-column{flex-direction:column!important}.tutor-flex-sm-row-reverse{flex-direction:row-reverse!important}.tutor-flex-sm-column-reverse{flex-direction:column-reverse!important}.tutor-flex-sm-grow-0{flex-grow:0!important}.tutor-flex-sm-grow-1{flex-grow:1!important}.tutor-flex-sm-shrink-0{flex-shrink:0!important}.tutor-flex-sm-shrink-1{flex-shrink:1!important}.tutor-flex-sm-wrap{flex-wrap:wrap!important}.tutor-flex-sm-nowrap{flex-wrap:nowrap!important}.tutor-flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.tutor-gap-sm-0{gap:0!important}.tutor-gap-sm-1{gap:.5rem!important}.tutor-gap-sm-2{gap:1rem!important}.tutor-gap-sm-3{gap:1.5rem!important}.tutor-gap-sm-4{gap:2rem!important}.tutor-gap-sm-5{gap:3rem!important}.tutor-gap-sm-4px{gap:.25rem!important}.tutor-gap-sm-12px{gap:.75rem!important}.tutor-justify-sm-start{justify-content:flex-start!important}.tutor-justify-sm-end{justify-content:flex-end!important}.tutor-justify-sm-center{justify-content:center!important}.tutor-justify-sm-between{justify-content:space-between!important}.tutor-justify-sm-around{justify-content:space-around!important}.tutor-justify-sm-evenly{justify-content:space-evenly!important}.tutor-align-sm-start{align-items:flex-start!important}.tutor-align-sm-end{align-items:flex-end!important}.tutor-align-sm-center{align-items:center!important}.tutor-align-sm-baseline{align-items:baseline!important}.tutor-align-sm-stretch{align-items:stretch!important}.tutor-align-content-sm-start{align-content:flex-start!important}.tutor-align-content-sm-end{align-content:flex-end!important}.tutor-align-content-sm-center{align-content:center!important}.tutor-align-content-sm-between{align-content:space-between!important}.tutor-align-content-sm-around{align-content:space-around!important}.tutor-align-content-sm-stretch{align-content:stretch!important}.tutor-align-self-sm-auto{align-self:auto!important}.tutor-align-self-sm-start{align-self:flex-start!important}.tutor-align-self-sm-end{align-self:flex-end!important}.tutor-align-self-sm-center{align-self:center!important}.tutor-align-self-sm-baseline{align-self:baseline!important}.tutor-align-self-sm-stretch{align-self:stretch!important}.tutor-order-sm-first{order:-1!important}.tutor-order-sm-0{order:0!important}.tutor-order-sm-1{order:1!important}.tutor-order-sm-2{order:2!important}.tutor-order-sm-3{order:3!important}.tutor-order-sm-4{order:4!important}.tutor-order-sm-5{order:5!important}.tutor-order-sm-last{order:6!important}.tutor-m-sm-0{margin:0}.tutor-m-sm-2{margin:2px}.tutor-m-sm-4{margin:4px}.tutor-m-sm-8{margin:8px}.tutor-m-sm-12{margin:12px}.tutor-m-sm-16{margin:16px}.tutor-m-sm-20{margin:20px}.tutor-m-sm-24{margin:24px}.tutor-m-sm-28{margin:28px}.tutor-m-sm-32{margin:32px}.tutor-m-sm-36{margin:36px}.tutor-m-sm-40{margin:40px}.tutor-m-sm-44{margin:44px}.tutor-m-sm-48{margin:48px}.tutor-m-sm-52{margin:52px}.tutor-m-sm-56{margin:56px}.tutor-m-sm-60{margin:60px}.tutor-m-sm-64{margin:64px}.tutor-m-sm-68{margin:68px}.tutor-m-sm-72{margin:72px}.tutor-m-sm-76{margin:76px}.tutor-m-sm-80{margin:80px}.tutor-m-sm-auto{margin:auto}.tutor-mx-sm-0{margin-left:0;margin-right:0}.tutor-mx-sm-2{margin-left:2px;margin-right:2px}.tutor-mx-sm-4{margin-left:4px;margin-right:4px}.tutor-mx-sm-8{margin-left:8px;margin-right:8px}.tutor-mx-sm-12{margin-left:12px;margin-right:12px}.tutor-mx-sm-16{margin-left:16px;margin-right:16px}.tutor-mx-sm-20{margin-left:20px;margin-right:20px}.tutor-mx-sm-24{margin-left:24px;margin-right:24px}.tutor-mx-sm-28{margin-left:28px;margin-right:28px}.tutor-mx-sm-32{margin-left:32px;margin-right:32px}.tutor-mx-sm-36{margin-left:36px;margin-right:36px}.tutor-mx-sm-40{margin-left:40px;margin-right:40px}.tutor-mx-sm-44{margin-left:44px;margin-right:44px}.tutor-mx-sm-48{margin-left:48px;margin-right:48px}.tutor-mx-sm-52{margin-left:52px;margin-right:52px}.tutor-mx-sm-56{margin-left:56px;margin-right:56px}.tutor-mx-sm-60{margin-left:60px;margin-right:60px}.tutor-mx-sm-64{margin-left:64px;margin-right:64px}.tutor-mx-sm-68{margin-left:68px;margin-right:68px}.tutor-mx-sm-72{margin-left:72px;margin-right:72px}.tutor-mx-sm-76{margin-left:76px;margin-right:76px}.tutor-mx-sm-80{margin-left:80px;margin-right:80px}.tutor-mx-sm-auto{margin-left:auto;margin-right:auto}.tutor-my-sm-0{margin-top:0;margin-bottom:0}.tutor-my-sm-2{margin-top:2px;margin-bottom:2px}.tutor-my-sm-4{margin-top:4px;margin-bottom:4px}.tutor-my-sm-8{margin-top:8px;margin-bottom:8px}.tutor-my-sm-12{margin-top:12px;margin-bottom:12px}.tutor-my-sm-16{margin-top:16px;margin-bottom:16px}.tutor-my-sm-20{margin-top:20px;margin-bottom:20px}.tutor-my-sm-24{margin-top:24px;margin-bottom:24px}.tutor-my-sm-28{margin-top:28px;margin-bottom:28px}.tutor-my-sm-32{margin-top:32px;margin-bottom:32px}.tutor-my-sm-36{margin-top:36px;margin-bottom:36px}.tutor-my-sm-40{margin-top:40px;margin-bottom:40px}.tutor-my-sm-44{margin-top:44px;margin-bottom:44px}.tutor-my-sm-48{margin-top:48px;margin-bottom:48px}.tutor-my-sm-52{margin-top:52px;margin-bottom:52px}.tutor-my-sm-56{margin-top:56px;margin-bottom:56px}.tutor-my-sm-60{margin-top:60px;margin-bottom:60px}.tutor-my-sm-64{margin-top:64px;margin-bottom:64px}.tutor-my-sm-68{margin-top:68px;margin-bottom:68px}.tutor-my-sm-72{margin-top:72px;margin-bottom:72px}.tutor-my-sm-76{margin-top:76px;margin-bottom:76px}.tutor-my-sm-80{margin-top:80px;margin-bottom:80px}.tutor-my-sm-auto{margin-top:auto;margin-bottom:auto}.tutor-mt-sm-0{margin-top:0}.tutor-mt-sm-2{margin-top:2px}.tutor-mt-sm-4{margin-top:4px}.tutor-mt-sm-8{margin-top:8px}.tutor-mt-sm-12{margin-top:12px}.tutor-mt-sm-16{margin-top:16px}.tutor-mt-sm-20{margin-top:20px}.tutor-mt-sm-24{margin-top:24px}.tutor-mt-sm-28{margin-top:28px}.tutor-mt-sm-32{margin-top:32px}.tutor-mt-sm-36{margin-top:36px}.tutor-mt-sm-40{margin-top:40px}.tutor-mt-sm-44{margin-top:44px}.tutor-mt-sm-48{margin-top:48px}.tutor-mt-sm-52{margin-top:52px}.tutor-mt-sm-56{margin-top:56px}.tutor-mt-sm-60{margin-top:60px}.tutor-mt-sm-64{margin-top:64px}.tutor-mt-sm-68{margin-top:68px}.tutor-mt-sm-72{margin-top:72px}.tutor-mt-sm-76{margin-top:76px}.tutor-mt-sm-80{margin-top:80px}.tutor-mt-sm-auto{margin-top:auto}.tutor-mr-sm-0{margin-right:0}.tutor-mr-sm-2{margin-right:2px}.tutor-mr-sm-4{margin-right:4px}.tutor-mr-sm-8{margin-right:8px}.tutor-mr-sm-12{margin-right:12px}.tutor-mr-sm-16{margin-right:16px}.tutor-mr-sm-20{margin-right:20px}.tutor-mr-sm-24{margin-right:24px}.tutor-mr-sm-28{margin-right:28px}.tutor-mr-sm-32{margin-right:32px}.tutor-mr-sm-36{margin-right:36px}.tutor-mr-sm-40{margin-right:40px}.tutor-mr-sm-44{margin-right:44px}.tutor-mr-sm-48{margin-right:48px}.tutor-mr-sm-52{margin-right:52px}.tutor-mr-sm-56{margin-right:56px}.tutor-mr-sm-60{margin-right:60px}.tutor-mr-sm-64{margin-right:64px}.tutor-mr-sm-68{margin-right:68px}.tutor-mr-sm-72{margin-right:72px}.tutor-mr-sm-76{margin-right:76px}.tutor-mr-sm-80{margin-right:80px}.tutor-mr-sm-auto{margin-right:auto}.tutor-mb-sm-0{margin-bottom:0}.tutor-mb-sm-2{margin-bottom:2px}.tutor-mb-sm-4{margin-bottom:4px}.tutor-mb-sm-8{margin-bottom:8px}.tutor-mb-sm-12{margin-bottom:12px}.tutor-mb-sm-16{margin-bottom:16px}.tutor-mb-sm-20{margin-bottom:20px}.tutor-mb-sm-24{margin-bottom:24px}.tutor-mb-sm-28{margin-bottom:28px}.tutor-mb-sm-32{margin-bottom:32px}.tutor-mb-sm-36{margin-bottom:36px}.tutor-mb-sm-40{margin-bottom:40px}.tutor-mb-sm-44{margin-bottom:44px}.tutor-mb-sm-48{margin-bottom:48px}.tutor-mb-sm-52{margin-bottom:52px}.tutor-mb-sm-56{margin-bottom:56px}.tutor-mb-sm-60{margin-bottom:60px}.tutor-mb-sm-64{margin-bottom:64px}.tutor-mb-sm-68{margin-bottom:68px}.tutor-mb-sm-72{margin-bottom:72px}.tutor-mb-sm-76{margin-bottom:76px}.tutor-mb-sm-80{margin-bottom:80px}.tutor-mb-sm-auto{margin-bottom:auto}.tutor-ml-sm-0{margin-left:0}.tutor-ml-sm-2{margin-left:2px}.tutor-ml-sm-4{margin-left:4px}.tutor-ml-sm-8{margin-left:8px}.tutor-ml-sm-12{margin-left:12px}.tutor-ml-sm-16{margin-left:16px}.tutor-ml-sm-20{margin-left:20px}.tutor-ml-sm-24{margin-left:24px}.tutor-ml-sm-28{margin-left:28px}.tutor-ml-sm-32{margin-left:32px}.tutor-ml-sm-36{margin-left:36px}.tutor-ml-sm-40{margin-left:40px}.tutor-ml-sm-44{margin-left:44px}.tutor-ml-sm-48{margin-left:48px}.tutor-ml-sm-52{margin-left:52px}.tutor-ml-sm-56{margin-left:56px}.tutor-ml-sm-60{margin-left:60px}.tutor-ml-sm-64{margin-left:64px}.tutor-ml-sm-68{margin-left:68px}.tutor-ml-sm-72{margin-left:72px}.tutor-ml-sm-76{margin-left:76px}.tutor-ml-sm-80{margin-left:80px}.tutor-ml-sm-auto{margin-left:auto}.tutor-m-sm-n2{margin:-2px}.tutor-m-sm-n4{margin:-4px}.tutor-m-sm-n8{margin:-8px}.tutor-m-sm-n12{margin:-12px}.tutor-m-sm-n16{margin:-16px}.tutor-m-sm-n20{margin:-20px}.tutor-m-sm-n24{margin:-24px}.tutor-m-sm-n28{margin:-28px}.tutor-m-sm-n32{margin:-32px}.tutor-m-sm-n36{margin:-36px}.tutor-m-sm-n40{margin:-40px}.tutor-m-sm-n44{margin:-44px}.tutor-m-sm-n48{margin:-48px}.tutor-m-sm-n52{margin:-52px}.tutor-m-sm-n56{margin:-56px}.tutor-m-sm-n60{margin:-60px}.tutor-m-sm-n64{margin:-64px}.tutor-m-sm-n68{margin:-68px}.tutor-m-sm-n72{margin:-72px}.tutor-m-sm-n76{margin:-76px}.tutor-m-sm-n80{margin:-80px}.tutor-mx-sm-n2{margin-left:-2px;margin-right:-2px}.tutor-mx-sm-n4{margin-left:-4px;margin-right:-4px}.tutor-mx-sm-n8{margin-left:-8px;margin-right:-8px}.tutor-mx-sm-n12{margin-left:-12px;margin-right:-12px}.tutor-mx-sm-n16{margin-left:-16px;margin-right:-16px}.tutor-mx-sm-n20{margin-left:-20px;margin-right:-20px}.tutor-mx-sm-n24{margin-left:-24px;margin-right:-24px}.tutor-mx-sm-n28{margin-left:-28px;margin-right:-28px}.tutor-mx-sm-n32{margin-left:-32px;margin-right:-32px}.tutor-mx-sm-n36{margin-left:-36px;margin-right:-36px}.tutor-mx-sm-n40{margin-left:-40px;margin-right:-40px}.tutor-mx-sm-n44{margin-left:-44px;margin-right:-44px}.tutor-mx-sm-n48{margin-left:-48px;margin-right:-48px}.tutor-mx-sm-n52{margin-left:-52px;margin-right:-52px}.tutor-mx-sm-n56{margin-left:-56px;margin-right:-56px}.tutor-mx-sm-n60{margin-left:-60px;margin-right:-60px}.tutor-mx-sm-n64{margin-left:-64px;margin-right:-64px}.tutor-mx-sm-n68{margin-left:-68px;margin-right:-68px}.tutor-mx-sm-n72{margin-left:-72px;margin-right:-72px}.tutor-mx-sm-n76{margin-left:-76px;margin-right:-76px}.tutor-mx-sm-n80{margin-left:-80px;margin-right:-80px}.tutor-my-sm-n2{margin-top:-2px;margin-bottom:-2px}.tutor-my-sm-n4{margin-top:-4px;margin-bottom:-4px}.tutor-my-sm-n8{margin-top:-8px;margin-bottom:-8px}.tutor-my-sm-n12{margin-top:-12px;margin-bottom:-12px}.tutor-my-sm-n16{margin-top:-16px;margin-bottom:-16px}.tutor-my-sm-n20{margin-top:-20px;margin-bottom:-20px}.tutor-my-sm-n24{margin-top:-24px;margin-bottom:-24px}.tutor-my-sm-n28{margin-top:-28px;margin-bottom:-28px}.tutor-my-sm-n32{margin-top:-32px;margin-bottom:-32px}.tutor-my-sm-n36{margin-top:-36px;margin-bottom:-36px}.tutor-my-sm-n40{margin-top:-40px;margin-bottom:-40px}.tutor-my-sm-n44{margin-top:-44px;margin-bottom:-44px}.tutor-my-sm-n48{margin-top:-48px;margin-bottom:-48px}.tutor-my-sm-n52{margin-top:-52px;margin-bottom:-52px}.tutor-my-sm-n56{margin-top:-56px;margin-bottom:-56px}.tutor-my-sm-n60{margin-top:-60px;margin-bottom:-60px}.tutor-my-sm-n64{margin-top:-64px;margin-bottom:-64px}.tutor-my-sm-n68{margin-top:-68px;margin-bottom:-68px}.tutor-my-sm-n72{margin-top:-72px;margin-bottom:-72px}.tutor-my-sm-n76{margin-top:-76px;margin-bottom:-76px}.tutor-my-sm-n80{margin-top:-80px;margin-bottom:-80px}.tutor-mt-sm-n2{margin-top:-2px}.tutor-mt-sm-n4{margin-top:-4px}.tutor-mt-sm-n8{margin-top:-8px}.tutor-mt-sm-n12{margin-top:-12px}.tutor-mt-sm-n16{margin-top:-16px}.tutor-mt-sm-n20{margin-top:-20px}.tutor-mt-sm-n24{margin-top:-24px}.tutor-mt-sm-n28{margin-top:-28px}.tutor-mt-sm-n32{margin-top:-32px}.tutor-mt-sm-n36{margin-top:-36px}.tutor-mt-sm-n40{margin-top:-40px}.tutor-mt-sm-n44{margin-top:-44px}.tutor-mt-sm-n48{margin-top:-48px}.tutor-mt-sm-n52{margin-top:-52px}.tutor-mt-sm-n56{margin-top:-56px}.tutor-mt-sm-n60{margin-top:-60px}.tutor-mt-sm-n64{margin-top:-64px}.tutor-mt-sm-n68{margin-top:-68px}.tutor-mt-sm-n72{margin-top:-72px}.tutor-mt-sm-n76{margin-top:-76px}.tutor-mt-sm-n80{margin-top:-80px}.tutor-mr-sm-n2{margin-right:-2px}.tutor-mr-sm-n4{margin-right:-4px}.tutor-mr-sm-n8{margin-right:-8px}.tutor-mr-sm-n12{margin-right:-12px}.tutor-mr-sm-n16{margin-right:-16px}.tutor-mr-sm-n20{margin-right:-20px}.tutor-mr-sm-n24{margin-right:-24px}.tutor-mr-sm-n28{margin-right:-28px}.tutor-mr-sm-n32{margin-right:-32px}.tutor-mr-sm-n36{margin-right:-36px}.tutor-mr-sm-n40{margin-right:-40px}.tutor-mr-sm-n44{margin-right:-44px}.tutor-mr-sm-n48{margin-right:-48px}.tutor-mr-sm-n52{margin-right:-52px}.tutor-mr-sm-n56{margin-right:-56px}.tutor-mr-sm-n60{margin-right:-60px}.tutor-mr-sm-n64{margin-right:-64px}.tutor-mr-sm-n68{margin-right:-68px}.tutor-mr-sm-n72{margin-right:-72px}.tutor-mr-sm-n76{margin-right:-76px}.tutor-mr-sm-n80{margin-right:-80px}.tutor-mb-sm-n2{margin-bottom:-2px}.tutor-mb-sm-n4{margin-bottom:-4px}.tutor-mb-sm-n8{margin-bottom:-8px}.tutor-mb-sm-n12{margin-bottom:-12px}.tutor-mb-sm-n16{margin-bottom:-16px}.tutor-mb-sm-n20{margin-bottom:-20px}.tutor-mb-sm-n24{margin-bottom:-24px}.tutor-mb-sm-n28{margin-bottom:-28px}.tutor-mb-sm-n32{margin-bottom:-32px}.tutor-mb-sm-n36{margin-bottom:-36px}.tutor-mb-sm-n40{margin-bottom:-40px}.tutor-mb-sm-n44{margin-bottom:-44px}.tutor-mb-sm-n48{margin-bottom:-48px}.tutor-mb-sm-n52{margin-bottom:-52px}.tutor-mb-sm-n56{margin-bottom:-56px}.tutor-mb-sm-n60{margin-bottom:-60px}.tutor-mb-sm-n64{margin-bottom:-64px}.tutor-mb-sm-n68{margin-bottom:-68px}.tutor-mb-sm-n72{margin-bottom:-72px}.tutor-mb-sm-n76{margin-bottom:-76px}.tutor-mb-sm-n80{margin-bottom:-80px}.tutor-ml-sm-n2{margin-left:-2px}.tutor-ml-sm-n4{margin-left:-4px}.tutor-ml-sm-n8{margin-left:-8px}.tutor-ml-sm-n12{margin-left:-12px}.tutor-ml-sm-n16{margin-left:-16px}.tutor-ml-sm-n20{margin-left:-20px}.tutor-ml-sm-n24{margin-left:-24px}.tutor-ml-sm-n28{margin-left:-28px}.tutor-ml-sm-n32{margin-left:-32px}.tutor-ml-sm-n36{margin-left:-36px}.tutor-ml-sm-n40{margin-left:-40px}.tutor-ml-sm-n44{margin-left:-44px}.tutor-ml-sm-n48{margin-left:-48px}.tutor-ml-sm-n52{margin-left:-52px}.tutor-ml-sm-n56{margin-left:-56px}.tutor-ml-sm-n60{margin-left:-60px}.tutor-ml-sm-n64{margin-left:-64px}.tutor-ml-sm-n68{margin-left:-68px}.tutor-ml-sm-n72{margin-left:-72px}.tutor-ml-sm-n76{margin-left:-76px}.tutor-ml-sm-n80{margin-left:-80px}.tutor-p-sm-0{padding:0}.tutor-p-sm-2{padding:2px}.tutor-p-sm-4{padding:4px}.tutor-p-sm-8{padding:8px}.tutor-p-sm-12{padding:12px}.tutor-p-sm-16{padding:16px}.tutor-p-sm-20{padding:20px}.tutor-p-sm-24{padding:24px}.tutor-p-sm-28{padding:28px}.tutor-p-sm-32{padding:32px}.tutor-p-sm-36{padding:36px}.tutor-p-sm-40{padding:40px}.tutor-p-sm-44{padding:44px}.tutor-p-sm-48{padding:48px}.tutor-p-sm-52{padding:52px}.tutor-p-sm-56{padding:56px}.tutor-p-sm-60{padding:60px}.tutor-p-sm-64{padding:64px}.tutor-p-sm-68{padding:68px}.tutor-p-sm-72{padding:72px}.tutor-p-sm-76{padding:76px}.tutor-p-sm-80{padding:80px}.tutor-px-sm-0{padding-left:0;padding-right:0}.tutor-px-sm-2{padding-left:2px;padding-right:2px}.tutor-px-sm-4{padding-left:4px;padding-right:4px}.tutor-px-sm-8{padding-left:8px;padding-right:8px}.tutor-px-sm-12{padding-left:12px;padding-right:12px}.tutor-px-sm-16{padding-left:16px;padding-right:16px}.tutor-px-sm-20{padding-left:20px;padding-right:20px}.tutor-px-sm-24{padding-left:24px;padding-right:24px}.tutor-px-sm-28{padding-left:28px;padding-right:28px}.tutor-px-sm-32{padding-left:32px;padding-right:32px}.tutor-px-sm-36{padding-left:36px;padding-right:36px}.tutor-px-sm-40{padding-left:40px;padding-right:40px}.tutor-px-sm-44{padding-left:44px;padding-right:44px}.tutor-px-sm-48{padding-left:48px;padding-right:48px}.tutor-px-sm-52{padding-left:52px;padding-right:52px}.tutor-px-sm-56{padding-left:56px;padding-right:56px}.tutor-px-sm-60{padding-left:60px;padding-right:60px}.tutor-px-sm-64{padding-left:64px;padding-right:64px}.tutor-px-sm-68{padding-left:68px;padding-right:68px}.tutor-px-sm-72{padding-left:72px;padding-right:72px}.tutor-px-sm-76{padding-left:76px;padding-right:76px}.tutor-px-sm-80{padding-left:80px;padding-right:80px}.tutor-py-sm-0{padding-top:0;padding-bottom:0}.tutor-py-sm-2{padding-top:2px;padding-bottom:2px}.tutor-py-sm-4{padding-top:4px;padding-bottom:4px}.tutor-py-sm-8{padding-top:8px;padding-bottom:8px}.tutor-py-sm-12{padding-top:12px;padding-bottom:12px}.tutor-py-sm-16{padding-top:16px;padding-bottom:16px}.tutor-py-sm-20{padding-top:20px;padding-bottom:20px}.tutor-py-sm-24{padding-top:24px;padding-bottom:24px}.tutor-py-sm-28{padding-top:28px;padding-bottom:28px}.tutor-py-sm-32{padding-top:32px;padding-bottom:32px}.tutor-py-sm-36{padding-top:36px;padding-bottom:36px}.tutor-py-sm-40{padding-top:40px;padding-bottom:40px}.tutor-py-sm-44{padding-top:44px;padding-bottom:44px}.tutor-py-sm-48{padding-top:48px;padding-bottom:48px}.tutor-py-sm-52{padding-top:52px;padding-bottom:52px}.tutor-py-sm-56{padding-top:56px;padding-bottom:56px}.tutor-py-sm-60{padding-top:60px;padding-bottom:60px}.tutor-py-sm-64{padding-top:64px;padding-bottom:64px}.tutor-py-sm-68{padding-top:68px;padding-bottom:68px}.tutor-py-sm-72{padding-top:72px;padding-bottom:72px}.tutor-py-sm-76{padding-top:76px;padding-bottom:76px}.tutor-py-sm-80{padding-top:80px;padding-bottom:80px}.tutor-pt-sm-0{padding-top:0}.tutor-pt-sm-2{padding-top:2px}.tutor-pt-sm-4{padding-top:4px}.tutor-pt-sm-8{padding-top:8px}.tutor-pt-sm-12{padding-top:12px}.tutor-pt-sm-16{padding-top:16px}.tutor-pt-sm-20{padding-top:20px}.tutor-pt-sm-24{padding-top:24px}.tutor-pt-sm-28{padding-top:28px}.tutor-pt-sm-32{padding-top:32px}.tutor-pt-sm-36{padding-top:36px}.tutor-pt-sm-40{padding-top:40px}.tutor-pt-sm-44{padding-top:44px}.tutor-pt-sm-48{padding-top:48px}.tutor-pt-sm-52{padding-top:52px}.tutor-pt-sm-56{padding-top:56px}.tutor-pt-sm-60{padding-top:60px}.tutor-pt-sm-64{padding-top:64px}.tutor-pt-sm-68{padding-top:68px}.tutor-pt-sm-72{padding-top:72px}.tutor-pt-sm-76{padding-top:76px}.tutor-pt-sm-80{padding-top:80px}.tutor-pr-sm-0{padding-right:0}.tutor-pr-sm-2{padding-right:2px}.tutor-pr-sm-4{padding-right:4px}.tutor-pr-sm-8{padding-right:8px}.tutor-pr-sm-12{padding-right:12px}.tutor-pr-sm-16{padding-right:16px}.tutor-pr-sm-20{padding-right:20px}.tutor-pr-sm-24{padding-right:24px}.tutor-pr-sm-28{padding-right:28px}.tutor-pr-sm-32{padding-right:32px}.tutor-pr-sm-36{padding-right:36px}.tutor-pr-sm-40{padding-right:40px}.tutor-pr-sm-44{padding-right:44px}.tutor-pr-sm-48{padding-right:48px}.tutor-pr-sm-52{padding-right:52px}.tutor-pr-sm-56{padding-right:56px}.tutor-pr-sm-60{padding-right:60px}.tutor-pr-sm-64{padding-right:64px}.tutor-pr-sm-68{padding-right:68px}.tutor-pr-sm-72{padding-right:72px}.tutor-pr-sm-76{padding-right:76px}.tutor-pr-sm-80{padding-right:80px}.tutor-pb-sm-0{padding-bottom:0}.tutor-pb-sm-2{padding-bottom:2px}.tutor-pb-sm-4{padding-bottom:4px}.tutor-pb-sm-8{padding-bottom:8px}.tutor-pb-sm-12{padding-bottom:12px}.tutor-pb-sm-16{padding-bottom:16px}.tutor-pb-sm-20{padding-bottom:20px}.tutor-pb-sm-24{padding-bottom:24px}.tutor-pb-sm-28{padding-bottom:28px}.tutor-pb-sm-32{padding-bottom:32px}.tutor-pb-sm-36{padding-bottom:36px}.tutor-pb-sm-40{padding-bottom:40px}.tutor-pb-sm-44{padding-bottom:44px}.tutor-pb-sm-48{padding-bottom:48px}.tutor-pb-sm-52{padding-bottom:52px}.tutor-pb-sm-56{padding-bottom:56px}.tutor-pb-sm-60{padding-bottom:60px}.tutor-pb-sm-64{padding-bottom:64px}.tutor-pb-sm-68{padding-bottom:68px}.tutor-pb-sm-72{padding-bottom:72px}.tutor-pb-sm-76{padding-bottom:76px}.tutor-pb-sm-80{padding-bottom:80px}.tutor-pl-sm-0{padding-left:0}.tutor-pl-sm-2{padding-left:2px}.tutor-pl-sm-4{padding-left:4px}.tutor-pl-sm-8{padding-left:8px}.tutor-pl-sm-12{padding-left:12px}.tutor-pl-sm-16{padding-left:16px}.tutor-pl-sm-20{padding-left:20px}.tutor-pl-sm-24{padding-left:24px}.tutor-pl-sm-28{padding-left:28px}.tutor-pl-sm-32{padding-left:32px}.tutor-pl-sm-36{padding-left:36px}.tutor-pl-sm-40{padding-left:40px}.tutor-pl-sm-44{padding-left:44px}.tutor-pl-sm-48{padding-left:48px}.tutor-pl-sm-52{padding-left:52px}.tutor-pl-sm-56{padding-left:56px}.tutor-pl-sm-60{padding-left:60px}.tutor-pl-sm-64{padding-left:64px}.tutor-pl-sm-68{padding-left:68px}.tutor-pl-sm-72{padding-left:72px}.tutor-pl-sm-76{padding-left:76px}.tutor-pl-sm-80{padding-left:80px}}@media (min-width:768px){.tutor-d-md-inline{display:inline!important}.tutor-d-md-inline-block{display:inline-block!important}.tutor-d-md-block{display:block!important}.tutor-d-md-grid{display:grid!important}.tutor-d-md-table{display:table!important}.tutor-d-md-table-row{display:table-row!important}.tutor-d-md-table-cell{display:table-cell!important}.tutor-d-md-flex{display:flex!important}.tutor-d-md-inline-flex{display:inline-flex!important}.tutor-d-md-none{display:none!important}.tutor-flex-md-fill{flex:auto!important}.tutor-flex-md-row{flex-direction:row!important}.tutor-flex-md-column{flex-direction:column!important}.tutor-flex-md-row-reverse{flex-direction:row-reverse!important}.tutor-flex-md-column-reverse{flex-direction:column-reverse!important}.tutor-flex-md-grow-0{flex-grow:0!important}.tutor-flex-md-grow-1{flex-grow:1!important}.tutor-flex-md-shrink-0{flex-shrink:0!important}.tutor-flex-md-shrink-1{flex-shrink:1!important}.tutor-flex-md-wrap{flex-wrap:wrap!important}.tutor-flex-md-nowrap{flex-wrap:nowrap!important}.tutor-flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.tutor-gap-md-0{gap:0!important}.tutor-gap-md-1{gap:.5rem!important}.tutor-gap-md-2{gap:1rem!important}.tutor-gap-md-3{gap:1.5rem!important}.tutor-gap-md-4{gap:2rem!important}.tutor-gap-md-5{gap:3rem!important}.tutor-gap-md-4px{gap:.25rem!important}.tutor-gap-md-12px{gap:.75rem!important}.tutor-justify-md-start{justify-content:flex-start!important}.tutor-justify-md-end{justify-content:flex-end!important}.tutor-justify-md-center{justify-content:center!important}.tutor-justify-md-between{justify-content:space-between!important}.tutor-justify-md-around{justify-content:space-around!important}.tutor-justify-md-evenly{justify-content:space-evenly!important}.tutor-align-md-start{align-items:flex-start!important}.tutor-align-md-end{align-items:flex-end!important}.tutor-align-md-center{align-items:center!important}.tutor-align-md-baseline{align-items:baseline!important}.tutor-align-md-stretch{align-items:stretch!important}.tutor-align-content-md-start{align-content:flex-start!important}.tutor-align-content-md-end{align-content:flex-end!important}.tutor-align-content-md-center{align-content:center!important}.tutor-align-content-md-between{align-content:space-between!important}.tutor-align-content-md-around{align-content:space-around!important}.tutor-align-content-md-stretch{align-content:stretch!important}.tutor-align-self-md-auto{align-self:auto!important}.tutor-align-self-md-start{align-self:flex-start!important}.tutor-align-self-md-end{align-self:flex-end!important}.tutor-align-self-md-center{align-self:center!important}.tutor-align-self-md-baseline{align-self:baseline!important}.tutor-align-self-md-stretch{align-self:stretch!important}.tutor-order-md-first{order:-1!important}.tutor-order-md-0{order:0!important}.tutor-order-md-1{order:1!important}.tutor-order-md-2{order:2!important}.tutor-order-md-3{order:3!important}.tutor-order-md-4{order:4!important}.tutor-order-md-5{order:5!important}.tutor-order-md-last{order:6!important}.tutor-m-md-0{margin:0}.tutor-m-md-2{margin:2px}.tutor-m-md-4{margin:4px}.tutor-m-md-8{margin:8px}.tutor-m-md-12{margin:12px}.tutor-m-md-16{margin:16px}.tutor-m-md-20{margin:20px}.tutor-m-md-24{margin:24px}.tutor-m-md-28{margin:28px}.tutor-m-md-32{margin:32px}.tutor-m-md-36{margin:36px}.tutor-m-md-40{margin:40px}.tutor-m-md-44{margin:44px}.tutor-m-md-48{margin:48px}.tutor-m-md-52{margin:52px}.tutor-m-md-56{margin:56px}.tutor-m-md-60{margin:60px}.tutor-m-md-64{margin:64px}.tutor-m-md-68{margin:68px}.tutor-m-md-72{margin:72px}.tutor-m-md-76{margin:76px}.tutor-m-md-80{margin:80px}.tutor-m-md-auto{margin:auto}.tutor-mx-md-0{margin-left:0;margin-right:0}.tutor-mx-md-2{margin-left:2px;margin-right:2px}.tutor-mx-md-4{margin-left:4px;margin-right:4px}.tutor-mx-md-8{margin-left:8px;margin-right:8px}.tutor-mx-md-12{margin-left:12px;margin-right:12px}.tutor-mx-md-16{margin-left:16px;margin-right:16px}.tutor-mx-md-20{margin-left:20px;margin-right:20px}.tutor-mx-md-24{margin-left:24px;margin-right:24px}.tutor-mx-md-28{margin-left:28px;margin-right:28px}.tutor-mx-md-32{margin-left:32px;margin-right:32px}.tutor-mx-md-36{margin-left:36px;margin-right:36px}.tutor-mx-md-40{margin-left:40px;margin-right:40px}.tutor-mx-md-44{margin-left:44px;margin-right:44px}.tutor-mx-md-48{margin-left:48px;margin-right:48px}.tutor-mx-md-52{margin-left:52px;margin-right:52px}.tutor-mx-md-56{margin-left:56px;margin-right:56px}.tutor-mx-md-60{margin-left:60px;margin-right:60px}.tutor-mx-md-64{margin-left:64px;margin-right:64px}.tutor-mx-md-68{margin-left:68px;margin-right:68px}.tutor-mx-md-72{margin-left:72px;margin-right:72px}.tutor-mx-md-76{margin-left:76px;margin-right:76px}.tutor-mx-md-80{margin-left:80px;margin-right:80px}.tutor-mx-md-auto{margin-left:auto;margin-right:auto}.tutor-my-md-0{margin-top:0;margin-bottom:0}.tutor-my-md-2{margin-top:2px;margin-bottom:2px}.tutor-my-md-4{margin-top:4px;margin-bottom:4px}.tutor-my-md-8{margin-top:8px;margin-bottom:8px}.tutor-my-md-12{margin-top:12px;margin-bottom:12px}.tutor-my-md-16{margin-top:16px;margin-bottom:16px}.tutor-my-md-20{margin-top:20px;margin-bottom:20px}.tutor-my-md-24{margin-top:24px;margin-bottom:24px}.tutor-my-md-28{margin-top:28px;margin-bottom:28px}.tutor-my-md-32{margin-top:32px;margin-bottom:32px}.tutor-my-md-36{margin-top:36px;margin-bottom:36px}.tutor-my-md-40{margin-top:40px;margin-bottom:40px}.tutor-my-md-44{margin-top:44px;margin-bottom:44px}.tutor-my-md-48{margin-top:48px;margin-bottom:48px}.tutor-my-md-52{margin-top:52px;margin-bottom:52px}.tutor-my-md-56{margin-top:56px;margin-bottom:56px}.tutor-my-md-60{margin-top:60px;margin-bottom:60px}.tutor-my-md-64{margin-top:64px;margin-bottom:64px}.tutor-my-md-68{margin-top:68px;margin-bottom:68px}.tutor-my-md-72{margin-top:72px;margin-bottom:72px}.tutor-my-md-76{margin-top:76px;margin-bottom:76px}.tutor-my-md-80{margin-top:80px;margin-bottom:80px}.tutor-my-md-auto{margin-top:auto;margin-bottom:auto}.tutor-mt-md-0{margin-top:0}.tutor-mt-md-2{margin-top:2px}.tutor-mt-md-4{margin-top:4px}.tutor-mt-md-8{margin-top:8px}.tutor-mt-md-12{margin-top:12px}.tutor-mt-md-16{margin-top:16px}.tutor-mt-md-20{margin-top:20px}.tutor-mt-md-24{margin-top:24px}.tutor-mt-md-28{margin-top:28px}.tutor-mt-md-32{margin-top:32px}.tutor-mt-md-36{margin-top:36px}.tutor-mt-md-40{margin-top:40px}.tutor-mt-md-44{margin-top:44px}.tutor-mt-md-48{margin-top:48px}.tutor-mt-md-52{margin-top:52px}.tutor-mt-md-56{margin-top:56px}.tutor-mt-md-60{margin-top:60px}.tutor-mt-md-64{margin-top:64px}.tutor-mt-md-68{margin-top:68px}.tutor-mt-md-72{margin-top:72px}.tutor-mt-md-76{margin-top:76px}.tutor-mt-md-80{margin-top:80px}.tutor-mt-md-auto{margin-top:auto}.tutor-mr-md-0{margin-right:0}.tutor-mr-md-2{margin-right:2px}.tutor-mr-md-4{margin-right:4px}.tutor-mr-md-8{margin-right:8px}.tutor-mr-md-12{margin-right:12px}.tutor-mr-md-16{margin-right:16px}.tutor-mr-md-20{margin-right:20px}.tutor-mr-md-24{margin-right:24px}.tutor-mr-md-28{margin-right:28px}.tutor-mr-md-32{margin-right:32px}.tutor-mr-md-36{margin-right:36px}.tutor-mr-md-40{margin-right:40px}.tutor-mr-md-44{margin-right:44px}.tutor-mr-md-48{margin-right:48px}.tutor-mr-md-52{margin-right:52px}.tutor-mr-md-56{margin-right:56px}.tutor-mr-md-60{margin-right:60px}.tutor-mr-md-64{margin-right:64px}.tutor-mr-md-68{margin-right:68px}.tutor-mr-md-72{margin-right:72px}.tutor-mr-md-76{margin-right:76px}.tutor-mr-md-80{margin-right:80px}.tutor-mr-md-auto{margin-right:auto}.tutor-mb-md-0{margin-bottom:0}.tutor-mb-md-2{margin-bottom:2px}.tutor-mb-md-4{margin-bottom:4px}.tutor-mb-md-8{margin-bottom:8px}.tutor-mb-md-12{margin-bottom:12px}.tutor-mb-md-16{margin-bottom:16px}.tutor-mb-md-20{margin-bottom:20px}.tutor-mb-md-24{margin-bottom:24px}.tutor-mb-md-28{margin-bottom:28px}.tutor-mb-md-32{margin-bottom:32px}.tutor-mb-md-36{margin-bottom:36px}.tutor-mb-md-40{margin-bottom:40px}.tutor-mb-md-44{margin-bottom:44px}.tutor-mb-md-48{margin-bottom:48px}.tutor-mb-md-52{margin-bottom:52px}.tutor-mb-md-56{margin-bottom:56px}.tutor-mb-md-60{margin-bottom:60px}.tutor-mb-md-64{margin-bottom:64px}.tutor-mb-md-68{margin-bottom:68px}.tutor-mb-md-72{margin-bottom:72px}.tutor-mb-md-76{margin-bottom:76px}.tutor-mb-md-80{margin-bottom:80px}.tutor-mb-md-auto{margin-bottom:auto}.tutor-ml-md-0{margin-left:0}.tutor-ml-md-2{margin-left:2px}.tutor-ml-md-4{margin-left:4px}.tutor-ml-md-8{margin-left:8px}.tutor-ml-md-12{margin-left:12px}.tutor-ml-md-16{margin-left:16px}.tutor-ml-md-20{margin-left:20px}.tutor-ml-md-24{margin-left:24px}.tutor-ml-md-28{margin-left:28px}.tutor-ml-md-32{margin-left:32px}.tutor-ml-md-36{margin-left:36px}.tutor-ml-md-40{margin-left:40px}.tutor-ml-md-44{margin-left:44px}.tutor-ml-md-48{margin-left:48px}.tutor-ml-md-52{margin-left:52px}.tutor-ml-md-56{margin-left:56px}.tutor-ml-md-60{margin-left:60px}.tutor-ml-md-64{margin-left:64px}.tutor-ml-md-68{margin-left:68px}.tutor-ml-md-72{margin-left:72px}.tutor-ml-md-76{margin-left:76px}.tutor-ml-md-80{margin-left:80px}.tutor-ml-md-auto{margin-left:auto}.tutor-m-md-n2{margin:-2px}.tutor-m-md-n4{margin:-4px}.tutor-m-md-n8{margin:-8px}.tutor-m-md-n12{margin:-12px}.tutor-m-md-n16{margin:-16px}.tutor-m-md-n20{margin:-20px}.tutor-m-md-n24{margin:-24px}.tutor-m-md-n28{margin:-28px}.tutor-m-md-n32{margin:-32px}.tutor-m-md-n36{margin:-36px}.tutor-m-md-n40{margin:-40px}.tutor-m-md-n44{margin:-44px}.tutor-m-md-n48{margin:-48px}.tutor-m-md-n52{margin:-52px}.tutor-m-md-n56{margin:-56px}.tutor-m-md-n60{margin:-60px}.tutor-m-md-n64{margin:-64px}.tutor-m-md-n68{margin:-68px}.tutor-m-md-n72{margin:-72px}.tutor-m-md-n76{margin:-76px}.tutor-m-md-n80{margin:-80px}.tutor-mx-md-n2{margin-left:-2px;margin-right:-2px}.tutor-mx-md-n4{margin-left:-4px;margin-right:-4px}.tutor-mx-md-n8{margin-left:-8px;margin-right:-8px}.tutor-mx-md-n12{margin-left:-12px;margin-right:-12px}.tutor-mx-md-n16{margin-left:-16px;margin-right:-16px}.tutor-mx-md-n20{margin-left:-20px;margin-right:-20px}.tutor-mx-md-n24{margin-left:-24px;margin-right:-24px}.tutor-mx-md-n28{margin-left:-28px;margin-right:-28px}.tutor-mx-md-n32{margin-left:-32px;margin-right:-32px}.tutor-mx-md-n36{margin-left:-36px;margin-right:-36px}.tutor-mx-md-n40{margin-left:-40px;margin-right:-40px}.tutor-mx-md-n44{margin-left:-44px;margin-right:-44px}.tutor-mx-md-n48{margin-left:-48px;margin-right:-48px}.tutor-mx-md-n52{margin-left:-52px;margin-right:-52px}.tutor-mx-md-n56{margin-left:-56px;margin-right:-56px}.tutor-mx-md-n60{margin-left:-60px;margin-right:-60px}.tutor-mx-md-n64{margin-left:-64px;margin-right:-64px}.tutor-mx-md-n68{margin-left:-68px;margin-right:-68px}.tutor-mx-md-n72{margin-left:-72px;margin-right:-72px}.tutor-mx-md-n76{margin-left:-76px;margin-right:-76px}.tutor-mx-md-n80{margin-left:-80px;margin-right:-80px}.tutor-my-md-n2{margin-top:-2px;margin-bottom:-2px}.tutor-my-md-n4{margin-top:-4px;margin-bottom:-4px}.tutor-my-md-n8{margin-top:-8px;margin-bottom:-8px}.tutor-my-md-n12{margin-top:-12px;margin-bottom:-12px}.tutor-my-md-n16{margin-top:-16px;margin-bottom:-16px}.tutor-my-md-n20{margin-top:-20px;margin-bottom:-20px}.tutor-my-md-n24{margin-top:-24px;margin-bottom:-24px}.tutor-my-md-n28{margin-top:-28px;margin-bottom:-28px}.tutor-my-md-n32{margin-top:-32px;margin-bottom:-32px}.tutor-my-md-n36{margin-top:-36px;margin-bottom:-36px}.tutor-my-md-n40{margin-top:-40px;margin-bottom:-40px}.tutor-my-md-n44{margin-top:-44px;margin-bottom:-44px}.tutor-my-md-n48{margin-top:-48px;margin-bottom:-48px}.tutor-my-md-n52{margin-top:-52px;margin-bottom:-52px}.tutor-my-md-n56{margin-top:-56px;margin-bottom:-56px}.tutor-my-md-n60{margin-top:-60px;margin-bottom:-60px}.tutor-my-md-n64{margin-top:-64px;margin-bottom:-64px}.tutor-my-md-n68{margin-top:-68px;margin-bottom:-68px}.tutor-my-md-n72{margin-top:-72px;margin-bottom:-72px}.tutor-my-md-n76{margin-top:-76px;margin-bottom:-76px}.tutor-my-md-n80{margin-top:-80px;margin-bottom:-80px}.tutor-mt-md-n2{margin-top:-2px}.tutor-mt-md-n4{margin-top:-4px}.tutor-mt-md-n8{margin-top:-8px}.tutor-mt-md-n12{margin-top:-12px}.tutor-mt-md-n16{margin-top:-16px}.tutor-mt-md-n20{margin-top:-20px}.tutor-mt-md-n24{margin-top:-24px}.tutor-mt-md-n28{margin-top:-28px}.tutor-mt-md-n32{margin-top:-32px}.tutor-mt-md-n36{margin-top:-36px}.tutor-mt-md-n40{margin-top:-40px}.tutor-mt-md-n44{margin-top:-44px}.tutor-mt-md-n48{margin-top:-48px}.tutor-mt-md-n52{margin-top:-52px}.tutor-mt-md-n56{margin-top:-56px}.tutor-mt-md-n60{margin-top:-60px}.tutor-mt-md-n64{margin-top:-64px}.tutor-mt-md-n68{margin-top:-68px}.tutor-mt-md-n72{margin-top:-72px}.tutor-mt-md-n76{margin-top:-76px}.tutor-mt-md-n80{margin-top:-80px}.tutor-mr-md-n2{margin-right:-2px}.tutor-mr-md-n4{margin-right:-4px}.tutor-mr-md-n8{margin-right:-8px}.tutor-mr-md-n12{margin-right:-12px}.tutor-mr-md-n16{margin-right:-16px}.tutor-mr-md-n20{margin-right:-20px}.tutor-mr-md-n24{margin-right:-24px}.tutor-mr-md-n28{margin-right:-28px}.tutor-mr-md-n32{margin-right:-32px}.tutor-mr-md-n36{margin-right:-36px}.tutor-mr-md-n40{margin-right:-40px}.tutor-mr-md-n44{margin-right:-44px}.tutor-mr-md-n48{margin-right:-48px}.tutor-mr-md-n52{margin-right:-52px}.tutor-mr-md-n56{margin-right:-56px}.tutor-mr-md-n60{margin-right:-60px}.tutor-mr-md-n64{margin-right:-64px}.tutor-mr-md-n68{margin-right:-68px}.tutor-mr-md-n72{margin-right:-72px}.tutor-mr-md-n76{margin-right:-76px}.tutor-mr-md-n80{margin-right:-80px}.tutor-mb-md-n2{margin-bottom:-2px}.tutor-mb-md-n4{margin-bottom:-4px}.tutor-mb-md-n8{margin-bottom:-8px}.tutor-mb-md-n12{margin-bottom:-12px}.tutor-mb-md-n16{margin-bottom:-16px}.tutor-mb-md-n20{margin-bottom:-20px}.tutor-mb-md-n24{margin-bottom:-24px}.tutor-mb-md-n28{margin-bottom:-28px}.tutor-mb-md-n32{margin-bottom:-32px}.tutor-mb-md-n36{margin-bottom:-36px}.tutor-mb-md-n40{margin-bottom:-40px}.tutor-mb-md-n44{margin-bottom:-44px}.tutor-mb-md-n48{margin-bottom:-48px}.tutor-mb-md-n52{margin-bottom:-52px}.tutor-mb-md-n56{margin-bottom:-56px}.tutor-mb-md-n60{margin-bottom:-60px}.tutor-mb-md-n64{margin-bottom:-64px}.tutor-mb-md-n68{margin-bottom:-68px}.tutor-mb-md-n72{margin-bottom:-72px}.tutor-mb-md-n76{margin-bottom:-76px}.tutor-mb-md-n80{margin-bottom:-80px}.tutor-ml-md-n2{margin-left:-2px}.tutor-ml-md-n4{margin-left:-4px}.tutor-ml-md-n8{margin-left:-8px}.tutor-ml-md-n12{margin-left:-12px}.tutor-ml-md-n16{margin-left:-16px}.tutor-ml-md-n20{margin-left:-20px}.tutor-ml-md-n24{margin-left:-24px}.tutor-ml-md-n28{margin-left:-28px}.tutor-ml-md-n32{margin-left:-32px}.tutor-ml-md-n36{margin-left:-36px}.tutor-ml-md-n40{margin-left:-40px}.tutor-ml-md-n44{margin-left:-44px}.tutor-ml-md-n48{margin-left:-48px}.tutor-ml-md-n52{margin-left:-52px}.tutor-ml-md-n56{margin-left:-56px}.tutor-ml-md-n60{margin-left:-60px}.tutor-ml-md-n64{margin-left:-64px}.tutor-ml-md-n68{margin-left:-68px}.tutor-ml-md-n72{margin-left:-72px}.tutor-ml-md-n76{margin-left:-76px}.tutor-ml-md-n80{margin-left:-80px}.tutor-p-md-0{padding:0}.tutor-p-md-2{padding:2px}.tutor-p-md-4{padding:4px}.tutor-p-md-8{padding:8px}.tutor-p-md-12{padding:12px}.tutor-p-md-16{padding:16px}.tutor-p-md-20{padding:20px}.tutor-p-md-24{padding:24px}.tutor-p-md-28{padding:28px}.tutor-p-md-32{padding:32px}.tutor-p-md-36{padding:36px}.tutor-p-md-40{padding:40px}.tutor-p-md-44{padding:44px}.tutor-p-md-48{padding:48px}.tutor-p-md-52{padding:52px}.tutor-p-md-56{padding:56px}.tutor-p-md-60{padding:60px}.tutor-p-md-64{padding:64px}.tutor-p-md-68{padding:68px}.tutor-p-md-72{padding:72px}.tutor-p-md-76{padding:76px}.tutor-p-md-80{padding:80px}.tutor-px-md-0{padding-left:0;padding-right:0}.tutor-px-md-2{padding-left:2px;padding-right:2px}.tutor-px-md-4{padding-left:4px;padding-right:4px}.tutor-px-md-8{padding-left:8px;padding-right:8px}.tutor-px-md-12{padding-left:12px;padding-right:12px}.tutor-px-md-16{padding-left:16px;padding-right:16px}.tutor-px-md-20{padding-left:20px;padding-right:20px}.tutor-px-md-24{padding-left:24px;padding-right:24px}.tutor-px-md-28{padding-left:28px;padding-right:28px}.tutor-px-md-32{padding-left:32px;padding-right:32px}.tutor-px-md-36{padding-left:36px;padding-right:36px}.tutor-px-md-40{padding-left:40px;padding-right:40px}.tutor-px-md-44{padding-left:44px;padding-right:44px}.tutor-px-md-48{padding-left:48px;padding-right:48px}.tutor-px-md-52{padding-left:52px;padding-right:52px}.tutor-px-md-56{padding-left:56px;padding-right:56px}.tutor-px-md-60{padding-left:60px;padding-right:60px}.tutor-px-md-64{padding-left:64px;padding-right:64px}.tutor-px-md-68{padding-left:68px;padding-right:68px}.tutor-px-md-72{padding-left:72px;padding-right:72px}.tutor-px-md-76{padding-left:76px;padding-right:76px}.tutor-px-md-80{padding-left:80px;padding-right:80px}.tutor-py-md-0{padding-top:0;padding-bottom:0}.tutor-py-md-2{padding-top:2px;padding-bottom:2px}.tutor-py-md-4{padding-top:4px;padding-bottom:4px}.tutor-py-md-8{padding-top:8px;padding-bottom:8px}.tutor-py-md-12{padding-top:12px;padding-bottom:12px}.tutor-py-md-16{padding-top:16px;padding-bottom:16px}.tutor-py-md-20{padding-top:20px;padding-bottom:20px}.tutor-py-md-24{padding-top:24px;padding-bottom:24px}.tutor-py-md-28{padding-top:28px;padding-bottom:28px}.tutor-py-md-32{padding-top:32px;padding-bottom:32px}.tutor-py-md-36{padding-top:36px;padding-bottom:36px}.tutor-py-md-40{padding-top:40px;padding-bottom:40px}.tutor-py-md-44{padding-top:44px;padding-bottom:44px}.tutor-py-md-48{padding-top:48px;padding-bottom:48px}.tutor-py-md-52{padding-top:52px;padding-bottom:52px}.tutor-py-md-56{padding-top:56px;padding-bottom:56px}.tutor-py-md-60{padding-top:60px;padding-bottom:60px}.tutor-py-md-64{padding-top:64px;padding-bottom:64px}.tutor-py-md-68{padding-top:68px;padding-bottom:68px}.tutor-py-md-72{padding-top:72px;padding-bottom:72px}.tutor-py-md-76{padding-top:76px;padding-bottom:76px}.tutor-py-md-80{padding-top:80px;padding-bottom:80px}.tutor-pt-md-0{padding-top:0}.tutor-pt-md-2{padding-top:2px}.tutor-pt-md-4{padding-top:4px}.tutor-pt-md-8{padding-top:8px}.tutor-pt-md-12{padding-top:12px}.tutor-pt-md-16{padding-top:16px}.tutor-pt-md-20{padding-top:20px}.tutor-pt-md-24{padding-top:24px}.tutor-pt-md-28{padding-top:28px}.tutor-pt-md-32{padding-top:32px}.tutor-pt-md-36{padding-top:36px}.tutor-pt-md-40{padding-top:40px}.tutor-pt-md-44{padding-top:44px}.tutor-pt-md-48{padding-top:48px}.tutor-pt-md-52{padding-top:52px}.tutor-pt-md-56{padding-top:56px}.tutor-pt-md-60{padding-top:60px}.tutor-pt-md-64{padding-top:64px}.tutor-pt-md-68{padding-top:68px}.tutor-pt-md-72{padding-top:72px}.tutor-pt-md-76{padding-top:76px}.tutor-pt-md-80{padding-top:80px}.tutor-pr-md-0{padding-right:0}.tutor-pr-md-2{padding-right:2px}.tutor-pr-md-4{padding-right:4px}.tutor-pr-md-8{padding-right:8px}.tutor-pr-md-12{padding-right:12px}.tutor-pr-md-16{padding-right:16px}.tutor-pr-md-20{padding-right:20px}.tutor-pr-md-24{padding-right:24px}.tutor-pr-md-28{padding-right:28px}.tutor-pr-md-32{padding-right:32px}.tutor-pr-md-36{padding-right:36px}.tutor-pr-md-40{padding-right:40px}.tutor-pr-md-44{padding-right:44px}.tutor-pr-md-48{padding-right:48px}.tutor-pr-md-52{padding-right:52px}.tutor-pr-md-56{padding-right:56px}.tutor-pr-md-60{padding-right:60px}.tutor-pr-md-64{padding-right:64px}.tutor-pr-md-68{padding-right:68px}.tutor-pr-md-72{padding-right:72px}.tutor-pr-md-76{padding-right:76px}.tutor-pr-md-80{padding-right:80px}.tutor-pb-md-0{padding-bottom:0}.tutor-pb-md-2{padding-bottom:2px}.tutor-pb-md-4{padding-bottom:4px}.tutor-pb-md-8{padding-bottom:8px}.tutor-pb-md-12{padding-bottom:12px}.tutor-pb-md-16{padding-bottom:16px}.tutor-pb-md-20{padding-bottom:20px}.tutor-pb-md-24{padding-bottom:24px}.tutor-pb-md-28{padding-bottom:28px}.tutor-pb-md-32{padding-bottom:32px}.tutor-pb-md-36{padding-bottom:36px}.tutor-pb-md-40{padding-bottom:40px}.tutor-pb-md-44{padding-bottom:44px}.tutor-pb-md-48{padding-bottom:48px}.tutor-pb-md-52{padding-bottom:52px}.tutor-pb-md-56{padding-bottom:56px}.tutor-pb-md-60{padding-bottom:60px}.tutor-pb-md-64{padding-bottom:64px}.tutor-pb-md-68{padding-bottom:68px}.tutor-pb-md-72{padding-bottom:72px}.tutor-pb-md-76{padding-bottom:76px}.tutor-pb-md-80{padding-bottom:80px}.tutor-pl-md-0{padding-left:0}.tutor-pl-md-2{padding-left:2px}.tutor-pl-md-4{padding-left:4px}.tutor-pl-md-8{padding-left:8px}.tutor-pl-md-12{padding-left:12px}.tutor-pl-md-16{padding-left:16px}.tutor-pl-md-20{padding-left:20px}.tutor-pl-md-24{padding-left:24px}.tutor-pl-md-28{padding-left:28px}.tutor-pl-md-32{padding-left:32px}.tutor-pl-md-36{padding-left:36px}.tutor-pl-md-40{padding-left:40px}.tutor-pl-md-44{padding-left:44px}.tutor-pl-md-48{padding-left:48px}.tutor-pl-md-52{padding-left:52px}.tutor-pl-md-56{padding-left:56px}.tutor-pl-md-60{padding-left:60px}.tutor-pl-md-64{padding-left:64px}.tutor-pl-md-68{padding-left:68px}.tutor-pl-md-72{padding-left:72px}.tutor-pl-md-76{padding-left:76px}.tutor-pl-md-80{padding-left:80px}}@media (min-width:992px){.tutor-d-lg-inline{display:inline!important}.tutor-d-lg-inline-block{display:inline-block!important}.tutor-d-lg-block{display:block!important}.tutor-d-lg-grid{display:grid!important}.tutor-d-lg-table{display:table!important}.tutor-d-lg-table-row{display:table-row!important}.tutor-d-lg-table-cell{display:table-cell!important}.tutor-d-lg-flex{display:flex!important}.tutor-d-lg-inline-flex{display:inline-flex!important}.tutor-d-lg-none{display:none!important}.tutor-flex-lg-fill{flex:auto!important}.tutor-flex-lg-row{flex-direction:row!important}.tutor-flex-lg-column{flex-direction:column!important}.tutor-flex-lg-row-reverse{flex-direction:row-reverse!important}.tutor-flex-lg-column-reverse{flex-direction:column-reverse!important}.tutor-flex-lg-grow-0{flex-grow:0!important}.tutor-flex-lg-grow-1{flex-grow:1!important}.tutor-flex-lg-shrink-0{flex-shrink:0!important}.tutor-flex-lg-shrink-1{flex-shrink:1!important}.tutor-flex-lg-wrap{flex-wrap:wrap!important}.tutor-flex-lg-nowrap{flex-wrap:nowrap!important}.tutor-flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.tutor-gap-lg-0{gap:0!important}.tutor-gap-lg-1{gap:.5rem!important}.tutor-gap-lg-2{gap:1rem!important}.tutor-gap-lg-3{gap:1.5rem!important}.tutor-gap-lg-4{gap:2rem!important}.tutor-gap-lg-5{gap:3rem!important}.tutor-gap-lg-4px{gap:.25rem!important}.tutor-gap-lg-12px{gap:.75rem!important}.tutor-justify-lg-start{justify-content:flex-start!important}.tutor-justify-lg-end{justify-content:flex-end!important}.tutor-justify-lg-center{justify-content:center!important}.tutor-justify-lg-between{justify-content:space-between!important}.tutor-justify-lg-around{justify-content:space-around!important}.tutor-justify-lg-evenly{justify-content:space-evenly!important}.tutor-align-lg-start{align-items:flex-start!important}.tutor-align-lg-end{align-items:flex-end!important}.tutor-align-lg-center{align-items:center!important}.tutor-align-lg-baseline{align-items:baseline!important}.tutor-align-lg-stretch{align-items:stretch!important}.tutor-align-content-lg-start{align-content:flex-start!important}.tutor-align-content-lg-end{align-content:flex-end!important}.tutor-align-content-lg-center{align-content:center!important}.tutor-align-content-lg-between{align-content:space-between!important}.tutor-align-content-lg-around{align-content:space-around!important}.tutor-align-content-lg-stretch{align-content:stretch!important}.tutor-align-self-lg-auto{align-self:auto!important}.tutor-align-self-lg-start{align-self:flex-start!important}.tutor-align-self-lg-end{align-self:flex-end!important}.tutor-align-self-lg-center{align-self:center!important}.tutor-align-self-lg-baseline{align-self:baseline!important}.tutor-align-self-lg-stretch{align-self:stretch!important}.tutor-order-lg-first{order:-1!important}.tutor-order-lg-0{order:0!important}.tutor-order-lg-1{order:1!important}.tutor-order-lg-2{order:2!important}.tutor-order-lg-3{order:3!important}.tutor-order-lg-4{order:4!important}.tutor-order-lg-5{order:5!important}.tutor-order-lg-last{order:6!important}.tutor-m-lg-0{margin:0}.tutor-m-lg-2{margin:2px}.tutor-m-lg-4{margin:4px}.tutor-m-lg-8{margin:8px}.tutor-m-lg-12{margin:12px}.tutor-m-lg-16{margin:16px}.tutor-m-lg-20{margin:20px}.tutor-m-lg-24{margin:24px}.tutor-m-lg-28{margin:28px}.tutor-m-lg-32{margin:32px}.tutor-m-lg-36{margin:36px}.tutor-m-lg-40{margin:40px}.tutor-m-lg-44{margin:44px}.tutor-m-lg-48{margin:48px}.tutor-m-lg-52{margin:52px}.tutor-m-lg-56{margin:56px}.tutor-m-lg-60{margin:60px}.tutor-m-lg-64{margin:64px}.tutor-m-lg-68{margin:68px}.tutor-m-lg-72{margin:72px}.tutor-m-lg-76{margin:76px}.tutor-m-lg-80{margin:80px}.tutor-m-lg-auto{margin:auto}.tutor-mx-lg-0{margin-left:0;margin-right:0}.tutor-mx-lg-2{margin-left:2px;margin-right:2px}.tutor-mx-lg-4{margin-left:4px;margin-right:4px}.tutor-mx-lg-8{margin-left:8px;margin-right:8px}.tutor-mx-lg-12{margin-left:12px;margin-right:12px}.tutor-mx-lg-16{margin-left:16px;margin-right:16px}.tutor-mx-lg-20{margin-left:20px;margin-right:20px}.tutor-mx-lg-24{margin-left:24px;margin-right:24px}.tutor-mx-lg-28{margin-left:28px;margin-right:28px}.tutor-mx-lg-32{margin-left:32px;margin-right:32px}.tutor-mx-lg-36{margin-left:36px;margin-right:36px}.tutor-mx-lg-40{margin-left:40px;margin-right:40px}.tutor-mx-lg-44{margin-left:44px;margin-right:44px}.tutor-mx-lg-48{margin-left:48px;margin-right:48px}.tutor-mx-lg-52{margin-left:52px;margin-right:52px}.tutor-mx-lg-56{margin-left:56px;margin-right:56px}.tutor-mx-lg-60{margin-left:60px;margin-right:60px}.tutor-mx-lg-64{margin-left:64px;margin-right:64px}.tutor-mx-lg-68{margin-left:68px;margin-right:68px}.tutor-mx-lg-72{margin-left:72px;margin-right:72px}.tutor-mx-lg-76{margin-left:76px;margin-right:76px}.tutor-mx-lg-80{margin-left:80px;margin-right:80px}.tutor-mx-lg-auto{margin-left:auto;margin-right:auto}.tutor-my-lg-0{margin-top:0;margin-bottom:0}.tutor-my-lg-2{margin-top:2px;margin-bottom:2px}.tutor-my-lg-4{margin-top:4px;margin-bottom:4px}.tutor-my-lg-8{margin-top:8px;margin-bottom:8px}.tutor-my-lg-12{margin-top:12px;margin-bottom:12px}.tutor-my-lg-16{margin-top:16px;margin-bottom:16px}.tutor-my-lg-20{margin-top:20px;margin-bottom:20px}.tutor-my-lg-24{margin-top:24px;margin-bottom:24px}.tutor-my-lg-28{margin-top:28px;margin-bottom:28px}.tutor-my-lg-32{margin-top:32px;margin-bottom:32px}.tutor-my-lg-36{margin-top:36px;margin-bottom:36px}.tutor-my-lg-40{margin-top:40px;margin-bottom:40px}.tutor-my-lg-44{margin-top:44px;margin-bottom:44px}.tutor-my-lg-48{margin-top:48px;margin-bottom:48px}.tutor-my-lg-52{margin-top:52px;margin-bottom:52px}.tutor-my-lg-56{margin-top:56px;margin-bottom:56px}.tutor-my-lg-60{margin-top:60px;margin-bottom:60px}.tutor-my-lg-64{margin-top:64px;margin-bottom:64px}.tutor-my-lg-68{margin-top:68px;margin-bottom:68px}.tutor-my-lg-72{margin-top:72px;margin-bottom:72px}.tutor-my-lg-76{margin-top:76px;margin-bottom:76px}.tutor-my-lg-80{margin-top:80px;margin-bottom:80px}.tutor-my-lg-auto{margin-top:auto;margin-bottom:auto}.tutor-mt-lg-0{margin-top:0}.tutor-mt-lg-2{margin-top:2px}.tutor-mt-lg-4{margin-top:4px}.tutor-mt-lg-8{margin-top:8px}.tutor-mt-lg-12{margin-top:12px}.tutor-mt-lg-16{margin-top:16px}.tutor-mt-lg-20{margin-top:20px}.tutor-mt-lg-24{margin-top:24px}.tutor-mt-lg-28{margin-top:28px}.tutor-mt-lg-32{margin-top:32px}.tutor-mt-lg-36{margin-top:36px}.tutor-mt-lg-40{margin-top:40px}.tutor-mt-lg-44{margin-top:44px}.tutor-mt-lg-48{margin-top:48px}.tutor-mt-lg-52{margin-top:52px}.tutor-mt-lg-56{margin-top:56px}.tutor-mt-lg-60{margin-top:60px}.tutor-mt-lg-64{margin-top:64px}.tutor-mt-lg-68{margin-top:68px}.tutor-mt-lg-72{margin-top:72px}.tutor-mt-lg-76{margin-top:76px}.tutor-mt-lg-80{margin-top:80px}.tutor-mt-lg-auto{margin-top:auto}.tutor-mr-lg-0{margin-right:0}.tutor-mr-lg-2{margin-right:2px}.tutor-mr-lg-4{margin-right:4px}.tutor-mr-lg-8{margin-right:8px}.tutor-mr-lg-12{margin-right:12px}.tutor-mr-lg-16{margin-right:16px}.tutor-mr-lg-20{margin-right:20px}.tutor-mr-lg-24{margin-right:24px}.tutor-mr-lg-28{margin-right:28px}.tutor-mr-lg-32{margin-right:32px}.tutor-mr-lg-36{margin-right:36px}.tutor-mr-lg-40{margin-right:40px}.tutor-mr-lg-44{margin-right:44px}.tutor-mr-lg-48{margin-right:48px}.tutor-mr-lg-52{margin-right:52px}.tutor-mr-lg-56{margin-right:56px}.tutor-mr-lg-60{margin-right:60px}.tutor-mr-lg-64{margin-right:64px}.tutor-mr-lg-68{margin-right:68px}.tutor-mr-lg-72{margin-right:72px}.tutor-mr-lg-76{margin-right:76px}.tutor-mr-lg-80{margin-right:80px}.tutor-mr-lg-auto{margin-right:auto}.tutor-mb-lg-0{margin-bottom:0}.tutor-mb-lg-2{margin-bottom:2px}.tutor-mb-lg-4{margin-bottom:4px}.tutor-mb-lg-8{margin-bottom:8px}.tutor-mb-lg-12{margin-bottom:12px}.tutor-mb-lg-16{margin-bottom:16px}.tutor-mb-lg-20{margin-bottom:20px}.tutor-mb-lg-24{margin-bottom:24px}.tutor-mb-lg-28{margin-bottom:28px}.tutor-mb-lg-32{margin-bottom:32px}.tutor-mb-lg-36{margin-bottom:36px}.tutor-mb-lg-40{margin-bottom:40px}.tutor-mb-lg-44{margin-bottom:44px}.tutor-mb-lg-48{margin-bottom:48px}.tutor-mb-lg-52{margin-bottom:52px}.tutor-mb-lg-56{margin-bottom:56px}.tutor-mb-lg-60{margin-bottom:60px}.tutor-mb-lg-64{margin-bottom:64px}.tutor-mb-lg-68{margin-bottom:68px}.tutor-mb-lg-72{margin-bottom:72px}.tutor-mb-lg-76{margin-bottom:76px}.tutor-mb-lg-80{margin-bottom:80px}.tutor-mb-lg-auto{margin-bottom:auto}.tutor-ml-lg-0{margin-left:0}.tutor-ml-lg-2{margin-left:2px}.tutor-ml-lg-4{margin-left:4px}.tutor-ml-lg-8{margin-left:8px}.tutor-ml-lg-12{margin-left:12px}.tutor-ml-lg-16{margin-left:16px}.tutor-ml-lg-20{margin-left:20px}.tutor-ml-lg-24{margin-left:24px}.tutor-ml-lg-28{margin-left:28px}.tutor-ml-lg-32{margin-left:32px}.tutor-ml-lg-36{margin-left:36px}.tutor-ml-lg-40{margin-left:40px}.tutor-ml-lg-44{margin-left:44px}.tutor-ml-lg-48{margin-left:48px}.tutor-ml-lg-52{margin-left:52px}.tutor-ml-lg-56{margin-left:56px}.tutor-ml-lg-60{margin-left:60px}.tutor-ml-lg-64{margin-left:64px}.tutor-ml-lg-68{margin-left:68px}.tutor-ml-lg-72{margin-left:72px}.tutor-ml-lg-76{margin-left:76px}.tutor-ml-lg-80{margin-left:80px}.tutor-ml-lg-auto{margin-left:auto}.tutor-m-lg-n2{margin:-2px}.tutor-m-lg-n4{margin:-4px}.tutor-m-lg-n8{margin:-8px}.tutor-m-lg-n12{margin:-12px}.tutor-m-lg-n16{margin:-16px}.tutor-m-lg-n20{margin:-20px}.tutor-m-lg-n24{margin:-24px}.tutor-m-lg-n28{margin:-28px}.tutor-m-lg-n32{margin:-32px}.tutor-m-lg-n36{margin:-36px}.tutor-m-lg-n40{margin:-40px}.tutor-m-lg-n44{margin:-44px}.tutor-m-lg-n48{margin:-48px}.tutor-m-lg-n52{margin:-52px}.tutor-m-lg-n56{margin:-56px}.tutor-m-lg-n60{margin:-60px}.tutor-m-lg-n64{margin:-64px}.tutor-m-lg-n68{margin:-68px}.tutor-m-lg-n72{margin:-72px}.tutor-m-lg-n76{margin:-76px}.tutor-m-lg-n80{margin:-80px}.tutor-mx-lg-n2{margin-left:-2px;margin-right:-2px}.tutor-mx-lg-n4{margin-left:-4px;margin-right:-4px}.tutor-mx-lg-n8{margin-left:-8px;margin-right:-8px}.tutor-mx-lg-n12{margin-left:-12px;margin-right:-12px}.tutor-mx-lg-n16{margin-left:-16px;margin-right:-16px}.tutor-mx-lg-n20{margin-left:-20px;margin-right:-20px}.tutor-mx-lg-n24{margin-left:-24px;margin-right:-24px}.tutor-mx-lg-n28{margin-left:-28px;margin-right:-28px}.tutor-mx-lg-n32{margin-left:-32px;margin-right:-32px}.tutor-mx-lg-n36{margin-left:-36px;margin-right:-36px}.tutor-mx-lg-n40{margin-left:-40px;margin-right:-40px}.tutor-mx-lg-n44{margin-left:-44px;margin-right:-44px}.tutor-mx-lg-n48{margin-left:-48px;margin-right:-48px}.tutor-mx-lg-n52{margin-left:-52px;margin-right:-52px}.tutor-mx-lg-n56{margin-left:-56px;margin-right:-56px}.tutor-mx-lg-n60{margin-left:-60px;margin-right:-60px}.tutor-mx-lg-n64{margin-left:-64px;margin-right:-64px}.tutor-mx-lg-n68{margin-left:-68px;margin-right:-68px}.tutor-mx-lg-n72{margin-left:-72px;margin-right:-72px}.tutor-mx-lg-n76{margin-left:-76px;margin-right:-76px}.tutor-mx-lg-n80{margin-left:-80px;margin-right:-80px}.tutor-my-lg-n2{margin-top:-2px;margin-bottom:-2px}.tutor-my-lg-n4{margin-top:-4px;margin-bottom:-4px}.tutor-my-lg-n8{margin-top:-8px;margin-bottom:-8px}.tutor-my-lg-n12{margin-top:-12px;margin-bottom:-12px}.tutor-my-lg-n16{margin-top:-16px;margin-bottom:-16px}.tutor-my-lg-n20{margin-top:-20px;margin-bottom:-20px}.tutor-my-lg-n24{margin-top:-24px;margin-bottom:-24px}.tutor-my-lg-n28{margin-top:-28px;margin-bottom:-28px}.tutor-my-lg-n32{margin-top:-32px;margin-bottom:-32px}.tutor-my-lg-n36{margin-top:-36px;margin-bottom:-36px}.tutor-my-lg-n40{margin-top:-40px;margin-bottom:-40px}.tutor-my-lg-n44{margin-top:-44px;margin-bottom:-44px}.tutor-my-lg-n48{margin-top:-48px;margin-bottom:-48px}.tutor-my-lg-n52{margin-top:-52px;margin-bottom:-52px}.tutor-my-lg-n56{margin-top:-56px;margin-bottom:-56px}.tutor-my-lg-n60{margin-top:-60px;margin-bottom:-60px}.tutor-my-lg-n64{margin-top:-64px;margin-bottom:-64px}.tutor-my-lg-n68{margin-top:-68px;margin-bottom:-68px}.tutor-my-lg-n72{margin-top:-72px;margin-bottom:-72px}.tutor-my-lg-n76{margin-top:-76px;margin-bottom:-76px}.tutor-my-lg-n80{margin-top:-80px;margin-bottom:-80px}.tutor-mt-lg-n2{margin-top:-2px}.tutor-mt-lg-n4{margin-top:-4px}.tutor-mt-lg-n8{margin-top:-8px}.tutor-mt-lg-n12{margin-top:-12px}.tutor-mt-lg-n16{margin-top:-16px}.tutor-mt-lg-n20{margin-top:-20px}.tutor-mt-lg-n24{margin-top:-24px}.tutor-mt-lg-n28{margin-top:-28px}.tutor-mt-lg-n32{margin-top:-32px}.tutor-mt-lg-n36{margin-top:-36px}.tutor-mt-lg-n40{margin-top:-40px}.tutor-mt-lg-n44{margin-top:-44px}.tutor-mt-lg-n48{margin-top:-48px}.tutor-mt-lg-n52{margin-top:-52px}.tutor-mt-lg-n56{margin-top:-56px}.tutor-mt-lg-n60{margin-top:-60px}.tutor-mt-lg-n64{margin-top:-64px}.tutor-mt-lg-n68{margin-top:-68px}.tutor-mt-lg-n72{margin-top:-72px}.tutor-mt-lg-n76{margin-top:-76px}.tutor-mt-lg-n80{margin-top:-80px}.tutor-mr-lg-n2{margin-right:-2px}.tutor-mr-lg-n4{margin-right:-4px}.tutor-mr-lg-n8{margin-right:-8px}.tutor-mr-lg-n12{margin-right:-12px}.tutor-mr-lg-n16{margin-right:-16px}.tutor-mr-lg-n20{margin-right:-20px}.tutor-mr-lg-n24{margin-right:-24px}.tutor-mr-lg-n28{margin-right:-28px}.tutor-mr-lg-n32{margin-right:-32px}.tutor-mr-lg-n36{margin-right:-36px}.tutor-mr-lg-n40{margin-right:-40px}.tutor-mr-lg-n44{margin-right:-44px}.tutor-mr-lg-n48{margin-right:-48px}.tutor-mr-lg-n52{margin-right:-52px}.tutor-mr-lg-n56{margin-right:-56px}.tutor-mr-lg-n60{margin-right:-60px}.tutor-mr-lg-n64{margin-right:-64px}.tutor-mr-lg-n68{margin-right:-68px}.tutor-mr-lg-n72{margin-right:-72px}.tutor-mr-lg-n76{margin-right:-76px}.tutor-mr-lg-n80{margin-right:-80px}.tutor-mb-lg-n2{margin-bottom:-2px}.tutor-mb-lg-n4{margin-bottom:-4px}.tutor-mb-lg-n8{margin-bottom:-8px}.tutor-mb-lg-n12{margin-bottom:-12px}.tutor-mb-lg-n16{margin-bottom:-16px}.tutor-mb-lg-n20{margin-bottom:-20px}.tutor-mb-lg-n24{margin-bottom:-24px}.tutor-mb-lg-n28{margin-bottom:-28px}.tutor-mb-lg-n32{margin-bottom:-32px}.tutor-mb-lg-n36{margin-bottom:-36px}.tutor-mb-lg-n40{margin-bottom:-40px}.tutor-mb-lg-n44{margin-bottom:-44px}.tutor-mb-lg-n48{margin-bottom:-48px}.tutor-mb-lg-n52{margin-bottom:-52px}.tutor-mb-lg-n56{margin-bottom:-56px}.tutor-mb-lg-n60{margin-bottom:-60px}.tutor-mb-lg-n64{margin-bottom:-64px}.tutor-mb-lg-n68{margin-bottom:-68px}.tutor-mb-lg-n72{margin-bottom:-72px}.tutor-mb-lg-n76{margin-bottom:-76px}.tutor-mb-lg-n80{margin-bottom:-80px}.tutor-ml-lg-n2{margin-left:-2px}.tutor-ml-lg-n4{margin-left:-4px}.tutor-ml-lg-n8{margin-left:-8px}.tutor-ml-lg-n12{margin-left:-12px}.tutor-ml-lg-n16{margin-left:-16px}.tutor-ml-lg-n20{margin-left:-20px}.tutor-ml-lg-n24{margin-left:-24px}.tutor-ml-lg-n28{margin-left:-28px}.tutor-ml-lg-n32{margin-left:-32px}.tutor-ml-lg-n36{margin-left:-36px}.tutor-ml-lg-n40{margin-left:-40px}.tutor-ml-lg-n44{margin-left:-44px}.tutor-ml-lg-n48{margin-left:-48px}.tutor-ml-lg-n52{margin-left:-52px}.tutor-ml-lg-n56{margin-left:-56px}.tutor-ml-lg-n60{margin-left:-60px}.tutor-ml-lg-n64{margin-left:-64px}.tutor-ml-lg-n68{margin-left:-68px}.tutor-ml-lg-n72{margin-left:-72px}.tutor-ml-lg-n76{margin-left:-76px}.tutor-ml-lg-n80{margin-left:-80px}.tutor-p-lg-0{padding:0}.tutor-p-lg-2{padding:2px}.tutor-p-lg-4{padding:4px}.tutor-p-lg-8{padding:8px}.tutor-p-lg-12{padding:12px}.tutor-p-lg-16{padding:16px}.tutor-p-lg-20{padding:20px}.tutor-p-lg-24{padding:24px}.tutor-p-lg-28{padding:28px}.tutor-p-lg-32{padding:32px}.tutor-p-lg-36{padding:36px}.tutor-p-lg-40{padding:40px}.tutor-p-lg-44{padding:44px}.tutor-p-lg-48{padding:48px}.tutor-p-lg-52{padding:52px}.tutor-p-lg-56{padding:56px}.tutor-p-lg-60{padding:60px}.tutor-p-lg-64{padding:64px}.tutor-p-lg-68{padding:68px}.tutor-p-lg-72{padding:72px}.tutor-p-lg-76{padding:76px}.tutor-p-lg-80{padding:80px}.tutor-px-lg-0{padding-left:0;padding-right:0}.tutor-px-lg-2{padding-left:2px;padding-right:2px}.tutor-px-lg-4{padding-left:4px;padding-right:4px}.tutor-px-lg-8{padding-left:8px;padding-right:8px}.tutor-px-lg-12{padding-left:12px;padding-right:12px}.tutor-px-lg-16{padding-left:16px;padding-right:16px}.tutor-px-lg-20{padding-left:20px;padding-right:20px}.tutor-px-lg-24{padding-left:24px;padding-right:24px}.tutor-px-lg-28{padding-left:28px;padding-right:28px}.tutor-px-lg-32{padding-left:32px;padding-right:32px}.tutor-px-lg-36{padding-left:36px;padding-right:36px}.tutor-px-lg-40{padding-left:40px;padding-right:40px}.tutor-px-lg-44{padding-left:44px;padding-right:44px}.tutor-px-lg-48{padding-left:48px;padding-right:48px}.tutor-px-lg-52{padding-left:52px;padding-right:52px}.tutor-px-lg-56{padding-left:56px;padding-right:56px}.tutor-px-lg-60{padding-left:60px;padding-right:60px}.tutor-px-lg-64{padding-left:64px;padding-right:64px}.tutor-px-lg-68{padding-left:68px;padding-right:68px}.tutor-px-lg-72{padding-left:72px;padding-right:72px}.tutor-px-lg-76{padding-left:76px;padding-right:76px}.tutor-px-lg-80{padding-left:80px;padding-right:80px}.tutor-py-lg-0{padding-top:0;padding-bottom:0}.tutor-py-lg-2{padding-top:2px;padding-bottom:2px}.tutor-py-lg-4{padding-top:4px;padding-bottom:4px}.tutor-py-lg-8{padding-top:8px;padding-bottom:8px}.tutor-py-lg-12{padding-top:12px;padding-bottom:12px}.tutor-py-lg-16{padding-top:16px;padding-bottom:16px}.tutor-py-lg-20{padding-top:20px;padding-bottom:20px}.tutor-py-lg-24{padding-top:24px;padding-bottom:24px}.tutor-py-lg-28{padding-top:28px;padding-bottom:28px}.tutor-py-lg-32{padding-top:32px;padding-bottom:32px}.tutor-py-lg-36{padding-top:36px;padding-bottom:36px}.tutor-py-lg-40{padding-top:40px;padding-bottom:40px}.tutor-py-lg-44{padding-top:44px;padding-bottom:44px}.tutor-py-lg-48{padding-top:48px;padding-bottom:48px}.tutor-py-lg-52{padding-top:52px;padding-bottom:52px}.tutor-py-lg-56{padding-top:56px;padding-bottom:56px}.tutor-py-lg-60{padding-top:60px;padding-bottom:60px}.tutor-py-lg-64{padding-top:64px;padding-bottom:64px}.tutor-py-lg-68{padding-top:68px;padding-bottom:68px}.tutor-py-lg-72{padding-top:72px;padding-bottom:72px}.tutor-py-lg-76{padding-top:76px;padding-bottom:76px}.tutor-py-lg-80{padding-top:80px;padding-bottom:80px}.tutor-pt-lg-0{padding-top:0}.tutor-pt-lg-2{padding-top:2px}.tutor-pt-lg-4{padding-top:4px}.tutor-pt-lg-8{padding-top:8px}.tutor-pt-lg-12{padding-top:12px}.tutor-pt-lg-16{padding-top:16px}.tutor-pt-lg-20{padding-top:20px}.tutor-pt-lg-24{padding-top:24px}.tutor-pt-lg-28{padding-top:28px}.tutor-pt-lg-32{padding-top:32px}.tutor-pt-lg-36{padding-top:36px}.tutor-pt-lg-40{padding-top:40px}.tutor-pt-lg-44{padding-top:44px}.tutor-pt-lg-48{padding-top:48px}.tutor-pt-lg-52{padding-top:52px}.tutor-pt-lg-56{padding-top:56px}.tutor-pt-lg-60{padding-top:60px}.tutor-pt-lg-64{padding-top:64px}.tutor-pt-lg-68{padding-top:68px}.tutor-pt-lg-72{padding-top:72px}.tutor-pt-lg-76{padding-top:76px}.tutor-pt-lg-80{padding-top:80px}.tutor-pr-lg-0{padding-right:0}.tutor-pr-lg-2{padding-right:2px}.tutor-pr-lg-4{padding-right:4px}.tutor-pr-lg-8{padding-right:8px}.tutor-pr-lg-12{padding-right:12px}.tutor-pr-lg-16{padding-right:16px}.tutor-pr-lg-20{padding-right:20px}.tutor-pr-lg-24{padding-right:24px}.tutor-pr-lg-28{padding-right:28px}.tutor-pr-lg-32{padding-right:32px}.tutor-pr-lg-36{padding-right:36px}.tutor-pr-lg-40{padding-right:40px}.tutor-pr-lg-44{padding-right:44px}.tutor-pr-lg-48{padding-right:48px}.tutor-pr-lg-52{padding-right:52px}.tutor-pr-lg-56{padding-right:56px}.tutor-pr-lg-60{padding-right:60px}.tutor-pr-lg-64{padding-right:64px}.tutor-pr-lg-68{padding-right:68px}.tutor-pr-lg-72{padding-right:72px}.tutor-pr-lg-76{padding-right:76px}.tutor-pr-lg-80{padding-right:80px}.tutor-pb-lg-0{padding-bottom:0}.tutor-pb-lg-2{padding-bottom:2px}.tutor-pb-lg-4{padding-bottom:4px}.tutor-pb-lg-8{padding-bottom:8px}.tutor-pb-lg-12{padding-bottom:12px}.tutor-pb-lg-16{padding-bottom:16px}.tutor-pb-lg-20{padding-bottom:20px}.tutor-pb-lg-24{padding-bottom:24px}.tutor-pb-lg-28{padding-bottom:28px}.tutor-pb-lg-32{padding-bottom:32px}.tutor-pb-lg-36{padding-bottom:36px}.tutor-pb-lg-40{padding-bottom:40px}.tutor-pb-lg-44{padding-bottom:44px}.tutor-pb-lg-48{padding-bottom:48px}.tutor-pb-lg-52{padding-bottom:52px}.tutor-pb-lg-56{padding-bottom:56px}.tutor-pb-lg-60{padding-bottom:60px}.tutor-pb-lg-64{padding-bottom:64px}.tutor-pb-lg-68{padding-bottom:68px}.tutor-pb-lg-72{padding-bottom:72px}.tutor-pb-lg-76{padding-bottom:76px}.tutor-pb-lg-80{padding-bottom:80px}.tutor-pl-lg-0{padding-left:0}.tutor-pl-lg-2{padding-left:2px}.tutor-pl-lg-4{padding-left:4px}.tutor-pl-lg-8{padding-left:8px}.tutor-pl-lg-12{padding-left:12px}.tutor-pl-lg-16{padding-left:16px}.tutor-pl-lg-20{padding-left:20px}.tutor-pl-lg-24{padding-left:24px}.tutor-pl-lg-28{padding-left:28px}.tutor-pl-lg-32{padding-left:32px}.tutor-pl-lg-36{padding-left:36px}.tutor-pl-lg-40{padding-left:40px}.tutor-pl-lg-44{padding-left:44px}.tutor-pl-lg-48{padding-left:48px}.tutor-pl-lg-52{padding-left:52px}.tutor-pl-lg-56{padding-left:56px}.tutor-pl-lg-60{padding-left:60px}.tutor-pl-lg-64{padding-left:64px}.tutor-pl-lg-68{padding-left:68px}.tutor-pl-lg-72{padding-left:72px}.tutor-pl-lg-76{padding-left:76px}.tutor-pl-lg-80{padding-left:80px}}@media (min-width:1200px){.tutor-d-xl-inline{display:inline!important}.tutor-d-xl-inline-block{display:inline-block!important}.tutor-d-xl-block{display:block!important}.tutor-d-xl-grid{display:grid!important}.tutor-d-xl-table{display:table!important}.tutor-d-xl-table-row{display:table-row!important}.tutor-d-xl-table-cell{display:table-cell!important}.tutor-d-xl-flex{display:flex!important}.tutor-d-xl-inline-flex{display:inline-flex!important}.tutor-d-xl-none{display:none!important}.tutor-flex-xl-fill{flex:auto!important}.tutor-flex-xl-row{flex-direction:row!important}.tutor-flex-xl-column{flex-direction:column!important}.tutor-flex-xl-row-reverse{flex-direction:row-reverse!important}.tutor-flex-xl-column-reverse{flex-direction:column-reverse!important}.tutor-flex-xl-grow-0{flex-grow:0!important}.tutor-flex-xl-grow-1{flex-grow:1!important}.tutor-flex-xl-shrink-0{flex-shrink:0!important}.tutor-flex-xl-shrink-1{flex-shrink:1!important}.tutor-flex-xl-wrap{flex-wrap:wrap!important}.tutor-flex-xl-nowrap{flex-wrap:nowrap!important}.tutor-flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.tutor-gap-xl-0{gap:0!important}.tutor-gap-xl-1{gap:.5rem!important}.tutor-gap-xl-2{gap:1rem!important}.tutor-gap-xl-3{gap:1.5rem!important}.tutor-gap-xl-4{gap:2rem!important}.tutor-gap-xl-5{gap:3rem!important}.tutor-gap-xl-4px{gap:.25rem!important}.tutor-gap-xl-12px{gap:.75rem!important}.tutor-justify-xl-start{justify-content:flex-start!important}.tutor-justify-xl-end{justify-content:flex-end!important}.tutor-justify-xl-center{justify-content:center!important}.tutor-justify-xl-between{justify-content:space-between!important}.tutor-justify-xl-around{justify-content:space-around!important}.tutor-justify-xl-evenly{justify-content:space-evenly!important}.tutor-align-xl-start{align-items:flex-start!important}.tutor-align-xl-end{align-items:flex-end!important}.tutor-align-xl-center{align-items:center!important}.tutor-align-xl-baseline{align-items:baseline!important}.tutor-align-xl-stretch{align-items:stretch!important}.tutor-align-content-xl-start{align-content:flex-start!important}.tutor-align-content-xl-end{align-content:flex-end!important}.tutor-align-content-xl-center{align-content:center!important}.tutor-align-content-xl-between{align-content:space-between!important}.tutor-align-content-xl-around{align-content:space-around!important}.tutor-align-content-xl-stretch{align-content:stretch!important}.tutor-align-self-xl-auto{align-self:auto!important}.tutor-align-self-xl-start{align-self:flex-start!important}.tutor-align-self-xl-end{align-self:flex-end!important}.tutor-align-self-xl-center{align-self:center!important}.tutor-align-self-xl-baseline{align-self:baseline!important}.tutor-align-self-xl-stretch{align-self:stretch!important}.tutor-order-xl-first{order:-1!important}.tutor-order-xl-0{order:0!important}.tutor-order-xl-1{order:1!important}.tutor-order-xl-2{order:2!important}.tutor-order-xl-3{order:3!important}.tutor-order-xl-4{order:4!important}.tutor-order-xl-5{order:5!important}.tutor-order-xl-last{order:6!important}.tutor-m-xl-0{margin:0}.tutor-m-xl-2{margin:2px}.tutor-m-xl-4{margin:4px}.tutor-m-xl-8{margin:8px}.tutor-m-xl-12{margin:12px}.tutor-m-xl-16{margin:16px}.tutor-m-xl-20{margin:20px}.tutor-m-xl-24{margin:24px}.tutor-m-xl-28{margin:28px}.tutor-m-xl-32{margin:32px}.tutor-m-xl-36{margin:36px}.tutor-m-xl-40{margin:40px}.tutor-m-xl-44{margin:44px}.tutor-m-xl-48{margin:48px}.tutor-m-xl-52{margin:52px}.tutor-m-xl-56{margin:56px}.tutor-m-xl-60{margin:60px}.tutor-m-xl-64{margin:64px}.tutor-m-xl-68{margin:68px}.tutor-m-xl-72{margin:72px}.tutor-m-xl-76{margin:76px}.tutor-m-xl-80{margin:80px}.tutor-m-xl-auto{margin:auto}.tutor-mx-xl-0{margin-left:0;margin-right:0}.tutor-mx-xl-2{margin-left:2px;margin-right:2px}.tutor-mx-xl-4{margin-left:4px;margin-right:4px}.tutor-mx-xl-8{margin-left:8px;margin-right:8px}.tutor-mx-xl-12{margin-left:12px;margin-right:12px}.tutor-mx-xl-16{margin-left:16px;margin-right:16px}.tutor-mx-xl-20{margin-left:20px;margin-right:20px}.tutor-mx-xl-24{margin-left:24px;margin-right:24px}.tutor-mx-xl-28{margin-left:28px;margin-right:28px}.tutor-mx-xl-32{margin-left:32px;margin-right:32px}.tutor-mx-xl-36{margin-left:36px;margin-right:36px}.tutor-mx-xl-40{margin-left:40px;margin-right:40px}.tutor-mx-xl-44{margin-left:44px;margin-right:44px}.tutor-mx-xl-48{margin-left:48px;margin-right:48px}.tutor-mx-xl-52{margin-left:52px;margin-right:52px}.tutor-mx-xl-56{margin-left:56px;margin-right:56px}.tutor-mx-xl-60{margin-left:60px;margin-right:60px}.tutor-mx-xl-64{margin-left:64px;margin-right:64px}.tutor-mx-xl-68{margin-left:68px;margin-right:68px}.tutor-mx-xl-72{margin-left:72px;margin-right:72px}.tutor-mx-xl-76{margin-left:76px;margin-right:76px}.tutor-mx-xl-80{margin-left:80px;margin-right:80px}.tutor-mx-xl-auto{margin-left:auto;margin-right:auto}.tutor-my-xl-0{margin-top:0;margin-bottom:0}.tutor-my-xl-2{margin-top:2px;margin-bottom:2px}.tutor-my-xl-4{margin-top:4px;margin-bottom:4px}.tutor-my-xl-8{margin-top:8px;margin-bottom:8px}.tutor-my-xl-12{margin-top:12px;margin-bottom:12px}.tutor-my-xl-16{margin-top:16px;margin-bottom:16px}.tutor-my-xl-20{margin-top:20px;margin-bottom:20px}.tutor-my-xl-24{margin-top:24px;margin-bottom:24px}.tutor-my-xl-28{margin-top:28px;margin-bottom:28px}.tutor-my-xl-32{margin-top:32px;margin-bottom:32px}.tutor-my-xl-36{margin-top:36px;margin-bottom:36px}.tutor-my-xl-40{margin-top:40px;margin-bottom:40px}.tutor-my-xl-44{margin-top:44px;margin-bottom:44px}.tutor-my-xl-48{margin-top:48px;margin-bottom:48px}.tutor-my-xl-52{margin-top:52px;margin-bottom:52px}.tutor-my-xl-56{margin-top:56px;margin-bottom:56px}.tutor-my-xl-60{margin-top:60px;margin-bottom:60px}.tutor-my-xl-64{margin-top:64px;margin-bottom:64px}.tutor-my-xl-68{margin-top:68px;margin-bottom:68px}.tutor-my-xl-72{margin-top:72px;margin-bottom:72px}.tutor-my-xl-76{margin-top:76px;margin-bottom:76px}.tutor-my-xl-80{margin-top:80px;margin-bottom:80px}.tutor-my-xl-auto{margin-top:auto;margin-bottom:auto}.tutor-mt-xl-0{margin-top:0}.tutor-mt-xl-2{margin-top:2px}.tutor-mt-xl-4{margin-top:4px}.tutor-mt-xl-8{margin-top:8px}.tutor-mt-xl-12{margin-top:12px}.tutor-mt-xl-16{margin-top:16px}.tutor-mt-xl-20{margin-top:20px}.tutor-mt-xl-24{margin-top:24px}.tutor-mt-xl-28{margin-top:28px}.tutor-mt-xl-32{margin-top:32px}.tutor-mt-xl-36{margin-top:36px}.tutor-mt-xl-40{margin-top:40px}.tutor-mt-xl-44{margin-top:44px}.tutor-mt-xl-48{margin-top:48px}.tutor-mt-xl-52{margin-top:52px}.tutor-mt-xl-56{margin-top:56px}.tutor-mt-xl-60{margin-top:60px}.tutor-mt-xl-64{margin-top:64px}.tutor-mt-xl-68{margin-top:68px}.tutor-mt-xl-72{margin-top:72px}.tutor-mt-xl-76{margin-top:76px}.tutor-mt-xl-80{margin-top:80px}.tutor-mt-xl-auto{margin-top:auto}.tutor-mr-xl-0{margin-right:0}.tutor-mr-xl-2{margin-right:2px}.tutor-mr-xl-4{margin-right:4px}.tutor-mr-xl-8{margin-right:8px}.tutor-mr-xl-12{margin-right:12px}.tutor-mr-xl-16{margin-right:16px}.tutor-mr-xl-20{margin-right:20px}.tutor-mr-xl-24{margin-right:24px}.tutor-mr-xl-28{margin-right:28px}.tutor-mr-xl-32{margin-right:32px}.tutor-mr-xl-36{margin-right:36px}.tutor-mr-xl-40{margin-right:40px}.tutor-mr-xl-44{margin-right:44px}.tutor-mr-xl-48{margin-right:48px}.tutor-mr-xl-52{margin-right:52px}.tutor-mr-xl-56{margin-right:56px}.tutor-mr-xl-60{margin-right:60px}.tutor-mr-xl-64{margin-right:64px}.tutor-mr-xl-68{margin-right:68px}.tutor-mr-xl-72{margin-right:72px}.tutor-mr-xl-76{margin-right:76px}.tutor-mr-xl-80{margin-right:80px}.tutor-mr-xl-auto{margin-right:auto}.tutor-mb-xl-0{margin-bottom:0}.tutor-mb-xl-2{margin-bottom:2px}.tutor-mb-xl-4{margin-bottom:4px}.tutor-mb-xl-8{margin-bottom:8px}.tutor-mb-xl-12{margin-bottom:12px}.tutor-mb-xl-16{margin-bottom:16px}.tutor-mb-xl-20{margin-bottom:20px}.tutor-mb-xl-24{margin-bottom:24px}.tutor-mb-xl-28{margin-bottom:28px}.tutor-mb-xl-32{margin-bottom:32px}.tutor-mb-xl-36{margin-bottom:36px}.tutor-mb-xl-40{margin-bottom:40px}.tutor-mb-xl-44{margin-bottom:44px}.tutor-mb-xl-48{margin-bottom:48px}.tutor-mb-xl-52{margin-bottom:52px}.tutor-mb-xl-56{margin-bottom:56px}.tutor-mb-xl-60{margin-bottom:60px}.tutor-mb-xl-64{margin-bottom:64px}.tutor-mb-xl-68{margin-bottom:68px}.tutor-mb-xl-72{margin-bottom:72px}.tutor-mb-xl-76{margin-bottom:76px}.tutor-mb-xl-80{margin-bottom:80px}.tutor-mb-xl-auto{margin-bottom:auto}.tutor-ml-xl-0{margin-left:0}.tutor-ml-xl-2{margin-left:2px}.tutor-ml-xl-4{margin-left:4px}.tutor-ml-xl-8{margin-left:8px}.tutor-ml-xl-12{margin-left:12px}.tutor-ml-xl-16{margin-left:16px}.tutor-ml-xl-20{margin-left:20px}.tutor-ml-xl-24{margin-left:24px}.tutor-ml-xl-28{margin-left:28px}.tutor-ml-xl-32{margin-left:32px}.tutor-ml-xl-36{margin-left:36px}.tutor-ml-xl-40{margin-left:40px}.tutor-ml-xl-44{margin-left:44px}.tutor-ml-xl-48{margin-left:48px}.tutor-ml-xl-52{margin-left:52px}.tutor-ml-xl-56{margin-left:56px}.tutor-ml-xl-60{margin-left:60px}.tutor-ml-xl-64{margin-left:64px}.tutor-ml-xl-68{margin-left:68px}.tutor-ml-xl-72{margin-left:72px}.tutor-ml-xl-76{margin-left:76px}.tutor-ml-xl-80{margin-left:80px}.tutor-ml-xl-auto{margin-left:auto}.tutor-m-xl-n2{margin:-2px}.tutor-m-xl-n4{margin:-4px}.tutor-m-xl-n8{margin:-8px}.tutor-m-xl-n12{margin:-12px}.tutor-m-xl-n16{margin:-16px}.tutor-m-xl-n20{margin:-20px}.tutor-m-xl-n24{margin:-24px}.tutor-m-xl-n28{margin:-28px}.tutor-m-xl-n32{margin:-32px}.tutor-m-xl-n36{margin:-36px}.tutor-m-xl-n40{margin:-40px}.tutor-m-xl-n44{margin:-44px}.tutor-m-xl-n48{margin:-48px}.tutor-m-xl-n52{margin:-52px}.tutor-m-xl-n56{margin:-56px}.tutor-m-xl-n60{margin:-60px}.tutor-m-xl-n64{margin:-64px}.tutor-m-xl-n68{margin:-68px}.tutor-m-xl-n72{margin:-72px}.tutor-m-xl-n76{margin:-76px}.tutor-m-xl-n80{margin:-80px}.tutor-mx-xl-n2{margin-left:-2px;margin-right:-2px}.tutor-mx-xl-n4{margin-left:-4px;margin-right:-4px}.tutor-mx-xl-n8{margin-left:-8px;margin-right:-8px}.tutor-mx-xl-n12{margin-left:-12px;margin-right:-12px}.tutor-mx-xl-n16{margin-left:-16px;margin-right:-16px}.tutor-mx-xl-n20{margin-left:-20px;margin-right:-20px}.tutor-mx-xl-n24{margin-left:-24px;margin-right:-24px}.tutor-mx-xl-n28{margin-left:-28px;margin-right:-28px}.tutor-mx-xl-n32{margin-left:-32px;margin-right:-32px}.tutor-mx-xl-n36{margin-left:-36px;margin-right:-36px}.tutor-mx-xl-n40{margin-left:-40px;margin-right:-40px}.tutor-mx-xl-n44{margin-left:-44px;margin-right:-44px}.tutor-mx-xl-n48{margin-left:-48px;margin-right:-48px}.tutor-mx-xl-n52{margin-left:-52px;margin-right:-52px}.tutor-mx-xl-n56{margin-left:-56px;margin-right:-56px}.tutor-mx-xl-n60{margin-left:-60px;margin-right:-60px}.tutor-mx-xl-n64{margin-left:-64px;margin-right:-64px}.tutor-mx-xl-n68{margin-left:-68px;margin-right:-68px}.tutor-mx-xl-n72{margin-left:-72px;margin-right:-72px}.tutor-mx-xl-n76{margin-left:-76px;margin-right:-76px}.tutor-mx-xl-n80{margin-left:-80px;margin-right:-80px}.tutor-my-xl-n2{margin-top:-2px;margin-bottom:-2px}.tutor-my-xl-n4{margin-top:-4px;margin-bottom:-4px}.tutor-my-xl-n8{margin-top:-8px;margin-bottom:-8px}.tutor-my-xl-n12{margin-top:-12px;margin-bottom:-12px}.tutor-my-xl-n16{margin-top:-16px;margin-bottom:-16px}.tutor-my-xl-n20{margin-top:-20px;margin-bottom:-20px}.tutor-my-xl-n24{margin-top:-24px;margin-bottom:-24px}.tutor-my-xl-n28{margin-top:-28px;margin-bottom:-28px}.tutor-my-xl-n32{margin-top:-32px;margin-bottom:-32px}.tutor-my-xl-n36{margin-top:-36px;margin-bottom:-36px}.tutor-my-xl-n40{margin-top:-40px;margin-bottom:-40px}.tutor-my-xl-n44{margin-top:-44px;margin-bottom:-44px}.tutor-my-xl-n48{margin-top:-48px;margin-bottom:-48px}.tutor-my-xl-n52{margin-top:-52px;margin-bottom:-52px}.tutor-my-xl-n56{margin-top:-56px;margin-bottom:-56px}.tutor-my-xl-n60{margin-top:-60px;margin-bottom:-60px}.tutor-my-xl-n64{margin-top:-64px;margin-bottom:-64px}.tutor-my-xl-n68{margin-top:-68px;margin-bottom:-68px}.tutor-my-xl-n72{margin-top:-72px;margin-bottom:-72px}.tutor-my-xl-n76{margin-top:-76px;margin-bottom:-76px}.tutor-my-xl-n80{margin-top:-80px;margin-bottom:-80px}.tutor-mt-xl-n2{margin-top:-2px}.tutor-mt-xl-n4{margin-top:-4px}.tutor-mt-xl-n8{margin-top:-8px}.tutor-mt-xl-n12{margin-top:-12px}.tutor-mt-xl-n16{margin-top:-16px}.tutor-mt-xl-n20{margin-top:-20px}.tutor-mt-xl-n24{margin-top:-24px}.tutor-mt-xl-n28{margin-top:-28px}.tutor-mt-xl-n32{margin-top:-32px}.tutor-mt-xl-n36{margin-top:-36px}.tutor-mt-xl-n40{margin-top:-40px}.tutor-mt-xl-n44{margin-top:-44px}.tutor-mt-xl-n48{margin-top:-48px}.tutor-mt-xl-n52{margin-top:-52px}.tutor-mt-xl-n56{margin-top:-56px}.tutor-mt-xl-n60{margin-top:-60px}.tutor-mt-xl-n64{margin-top:-64px}.tutor-mt-xl-n68{margin-top:-68px}.tutor-mt-xl-n72{margin-top:-72px}.tutor-mt-xl-n76{margin-top:-76px}.tutor-mt-xl-n80{margin-top:-80px}.tutor-mr-xl-n2{margin-right:-2px}.tutor-mr-xl-n4{margin-right:-4px}.tutor-mr-xl-n8{margin-right:-8px}.tutor-mr-xl-n12{margin-right:-12px}.tutor-mr-xl-n16{margin-right:-16px}.tutor-mr-xl-n20{margin-right:-20px}.tutor-mr-xl-n24{margin-right:-24px}.tutor-mr-xl-n28{margin-right:-28px}.tutor-mr-xl-n32{margin-right:-32px}.tutor-mr-xl-n36{margin-right:-36px}.tutor-mr-xl-n40{margin-right:-40px}.tutor-mr-xl-n44{margin-right:-44px}.tutor-mr-xl-n48{margin-right:-48px}.tutor-mr-xl-n52{margin-right:-52px}.tutor-mr-xl-n56{margin-right:-56px}.tutor-mr-xl-n60{margin-right:-60px}.tutor-mr-xl-n64{margin-right:-64px}.tutor-mr-xl-n68{margin-right:-68px}.tutor-mr-xl-n72{margin-right:-72px}.tutor-mr-xl-n76{margin-right:-76px}.tutor-mr-xl-n80{margin-right:-80px}.tutor-mb-xl-n2{margin-bottom:-2px}.tutor-mb-xl-n4{margin-bottom:-4px}.tutor-mb-xl-n8{margin-bottom:-8px}.tutor-mb-xl-n12{margin-bottom:-12px}.tutor-mb-xl-n16{margin-bottom:-16px}.tutor-mb-xl-n20{margin-bottom:-20px}.tutor-mb-xl-n24{margin-bottom:-24px}.tutor-mb-xl-n28{margin-bottom:-28px}.tutor-mb-xl-n32{margin-bottom:-32px}.tutor-mb-xl-n36{margin-bottom:-36px}.tutor-mb-xl-n40{margin-bottom:-40px}.tutor-mb-xl-n44{margin-bottom:-44px}.tutor-mb-xl-n48{margin-bottom:-48px}.tutor-mb-xl-n52{margin-bottom:-52px}.tutor-mb-xl-n56{margin-bottom:-56px}.tutor-mb-xl-n60{margin-bottom:-60px}.tutor-mb-xl-n64{margin-bottom:-64px}.tutor-mb-xl-n68{margin-bottom:-68px}.tutor-mb-xl-n72{margin-bottom:-72px}.tutor-mb-xl-n76{margin-bottom:-76px}.tutor-mb-xl-n80{margin-bottom:-80px}.tutor-ml-xl-n2{margin-left:-2px}.tutor-ml-xl-n4{margin-left:-4px}.tutor-ml-xl-n8{margin-left:-8px}.tutor-ml-xl-n12{margin-left:-12px}.tutor-ml-xl-n16{margin-left:-16px}.tutor-ml-xl-n20{margin-left:-20px}.tutor-ml-xl-n24{margin-left:-24px}.tutor-ml-xl-n28{margin-left:-28px}.tutor-ml-xl-n32{margin-left:-32px}.tutor-ml-xl-n36{margin-left:-36px}.tutor-ml-xl-n40{margin-left:-40px}.tutor-ml-xl-n44{margin-left:-44px}.tutor-ml-xl-n48{margin-left:-48px}.tutor-ml-xl-n52{margin-left:-52px}.tutor-ml-xl-n56{margin-left:-56px}.tutor-ml-xl-n60{margin-left:-60px}.tutor-ml-xl-n64{margin-left:-64px}.tutor-ml-xl-n68{margin-left:-68px}.tutor-ml-xl-n72{margin-left:-72px}.tutor-ml-xl-n76{margin-left:-76px}.tutor-ml-xl-n80{margin-left:-80px}.tutor-p-xl-0{padding:0}.tutor-p-xl-2{padding:2px}.tutor-p-xl-4{padding:4px}.tutor-p-xl-8{padding:8px}.tutor-p-xl-12{padding:12px}.tutor-p-xl-16{padding:16px}.tutor-p-xl-20{padding:20px}.tutor-p-xl-24{padding:24px}.tutor-p-xl-28{padding:28px}.tutor-p-xl-32{padding:32px}.tutor-p-xl-36{padding:36px}.tutor-p-xl-40{padding:40px}.tutor-p-xl-44{padding:44px}.tutor-p-xl-48{padding:48px}.tutor-p-xl-52{padding:52px}.tutor-p-xl-56{padding:56px}.tutor-p-xl-60{padding:60px}.tutor-p-xl-64{padding:64px}.tutor-p-xl-68{padding:68px}.tutor-p-xl-72{padding:72px}.tutor-p-xl-76{padding:76px}.tutor-p-xl-80{padding:80px}.tutor-px-xl-0{padding-left:0;padding-right:0}.tutor-px-xl-2{padding-left:2px;padding-right:2px}.tutor-px-xl-4{padding-left:4px;padding-right:4px}.tutor-px-xl-8{padding-left:8px;padding-right:8px}.tutor-px-xl-12{padding-left:12px;padding-right:12px}.tutor-px-xl-16{padding-left:16px;padding-right:16px}.tutor-px-xl-20{padding-left:20px;padding-right:20px}.tutor-px-xl-24{padding-left:24px;padding-right:24px}.tutor-px-xl-28{padding-left:28px;padding-right:28px}.tutor-px-xl-32{padding-left:32px;padding-right:32px}.tutor-px-xl-36{padding-left:36px;padding-right:36px}.tutor-px-xl-40{padding-left:40px;padding-right:40px}.tutor-px-xl-44{padding-left:44px;padding-right:44px}.tutor-px-xl-48{padding-left:48px;padding-right:48px}.tutor-px-xl-52{padding-left:52px;padding-right:52px}.tutor-px-xl-56{padding-left:56px;padding-right:56px}.tutor-px-xl-60{padding-left:60px;padding-right:60px}.tutor-px-xl-64{padding-left:64px;padding-right:64px}.tutor-px-xl-68{padding-left:68px;padding-right:68px}.tutor-px-xl-72{padding-left:72px;padding-right:72px}.tutor-px-xl-76{padding-left:76px;padding-right:76px}.tutor-px-xl-80{padding-left:80px;padding-right:80px}.tutor-py-xl-0{padding-top:0;padding-bottom:0}.tutor-py-xl-2{padding-top:2px;padding-bottom:2px}.tutor-py-xl-4{padding-top:4px;padding-bottom:4px}.tutor-py-xl-8{padding-top:8px;padding-bottom:8px}.tutor-py-xl-12{padding-top:12px;padding-bottom:12px}.tutor-py-xl-16{padding-top:16px;padding-bottom:16px}.tutor-py-xl-20{padding-top:20px;padding-bottom:20px}.tutor-py-xl-24{padding-top:24px;padding-bottom:24px}.tutor-py-xl-28{padding-top:28px;padding-bottom:28px}.tutor-py-xl-32{padding-top:32px;padding-bottom:32px}.tutor-py-xl-36{padding-top:36px;padding-bottom:36px}.tutor-py-xl-40{padding-top:40px;padding-bottom:40px}.tutor-py-xl-44{padding-top:44px;padding-bottom:44px}.tutor-py-xl-48{padding-top:48px;padding-bottom:48px}.tutor-py-xl-52{padding-top:52px;padding-bottom:52px}.tutor-py-xl-56{padding-top:56px;padding-bottom:56px}.tutor-py-xl-60{padding-top:60px;padding-bottom:60px}.tutor-py-xl-64{padding-top:64px;padding-bottom:64px}.tutor-py-xl-68{padding-top:68px;padding-bottom:68px}.tutor-py-xl-72{padding-top:72px;padding-bottom:72px}.tutor-py-xl-76{padding-top:76px;padding-bottom:76px}.tutor-py-xl-80{padding-top:80px;padding-bottom:80px}.tutor-pt-xl-0{padding-top:0}.tutor-pt-xl-2{padding-top:2px}.tutor-pt-xl-4{padding-top:4px}.tutor-pt-xl-8{padding-top:8px}.tutor-pt-xl-12{padding-top:12px}.tutor-pt-xl-16{padding-top:16px}.tutor-pt-xl-20{padding-top:20px}.tutor-pt-xl-24{padding-top:24px}.tutor-pt-xl-28{padding-top:28px}.tutor-pt-xl-32{padding-top:32px}.tutor-pt-xl-36{padding-top:36px}.tutor-pt-xl-40{padding-top:40px}.tutor-pt-xl-44{padding-top:44px}.tutor-pt-xl-48{padding-top:48px}.tutor-pt-xl-52{padding-top:52px}.tutor-pt-xl-56{padding-top:56px}.tutor-pt-xl-60{padding-top:60px}.tutor-pt-xl-64{padding-top:64px}.tutor-pt-xl-68{padding-top:68px}.tutor-pt-xl-72{padding-top:72px}.tutor-pt-xl-76{padding-top:76px}.tutor-pt-xl-80{padding-top:80px}.tutor-pr-xl-0{padding-right:0}.tutor-pr-xl-2{padding-right:2px}.tutor-pr-xl-4{padding-right:4px}.tutor-pr-xl-8{padding-right:8px}.tutor-pr-xl-12{padding-right:12px}.tutor-pr-xl-16{padding-right:16px}.tutor-pr-xl-20{padding-right:20px}.tutor-pr-xl-24{padding-right:24px}.tutor-pr-xl-28{padding-right:28px}.tutor-pr-xl-32{padding-right:32px}.tutor-pr-xl-36{padding-right:36px}.tutor-pr-xl-40{padding-right:40px}.tutor-pr-xl-44{padding-right:44px}.tutor-pr-xl-48{padding-right:48px}.tutor-pr-xl-52{padding-right:52px}.tutor-pr-xl-56{padding-right:56px}.tutor-pr-xl-60{padding-right:60px}.tutor-pr-xl-64{padding-right:64px}.tutor-pr-xl-68{padding-right:68px}.tutor-pr-xl-72{padding-right:72px}.tutor-pr-xl-76{padding-right:76px}.tutor-pr-xl-80{padding-right:80px}.tutor-pb-xl-0{padding-bottom:0}.tutor-pb-xl-2{padding-bottom:2px}.tutor-pb-xl-4{padding-bottom:4px}.tutor-pb-xl-8{padding-bottom:8px}.tutor-pb-xl-12{padding-bottom:12px}.tutor-pb-xl-16{padding-bottom:16px}.tutor-pb-xl-20{padding-bottom:20px}.tutor-pb-xl-24{padding-bottom:24px}.tutor-pb-xl-28{padding-bottom:28px}.tutor-pb-xl-32{padding-bottom:32px}.tutor-pb-xl-36{padding-bottom:36px}.tutor-pb-xl-40{padding-bottom:40px}.tutor-pb-xl-44{padding-bottom:44px}.tutor-pb-xl-48{padding-bottom:48px}.tutor-pb-xl-52{padding-bottom:52px}.tutor-pb-xl-56{padding-bottom:56px}.tutor-pb-xl-60{padding-bottom:60px}.tutor-pb-xl-64{padding-bottom:64px}.tutor-pb-xl-68{padding-bottom:68px}.tutor-pb-xl-72{padding-bottom:72px}.tutor-pb-xl-76{padding-bottom:76px}.tutor-pb-xl-80{padding-bottom:80px}.tutor-pl-xl-0{padding-left:0}.tutor-pl-xl-2{padding-left:2px}.tutor-pl-xl-4{padding-left:4px}.tutor-pl-xl-8{padding-left:8px}.tutor-pl-xl-12{padding-left:12px}.tutor-pl-xl-16{padding-left:16px}.tutor-pl-xl-20{padding-left:20px}.tutor-pl-xl-24{padding-left:24px}.tutor-pl-xl-28{padding-left:28px}.tutor-pl-xl-32{padding-left:32px}.tutor-pl-xl-36{padding-left:36px}.tutor-pl-xl-40{padding-left:40px}.tutor-pl-xl-44{padding-left:44px}.tutor-pl-xl-48{padding-left:48px}.tutor-pl-xl-52{padding-left:52px}.tutor-pl-xl-56{padding-left:56px}.tutor-pl-xl-60{padding-left:60px}.tutor-pl-xl-64{padding-left:64px}.tutor-pl-xl-68{padding-left:68px}.tutor-pl-xl-72{padding-left:72px}.tutor-pl-xl-76{padding-left:76px}.tutor-pl-xl-80{padding-left:80px}}@media (min-width:1400px){.tutor-d-xxl-inline{display:inline!important}.tutor-d-xxl-inline-block{display:inline-block!important}.tutor-d-xxl-block{display:block!important}.tutor-d-xxl-grid{display:grid!important}.tutor-d-xxl-table{display:table!important}.tutor-d-xxl-table-row{display:table-row!important}.tutor-d-xxl-table-cell{display:table-cell!important}.tutor-d-xxl-flex{display:flex!important}.tutor-d-xxl-inline-flex{display:inline-flex!important}.tutor-d-xxl-none{display:none!important}.tutor-flex-xxl-fill{flex:auto!important}.tutor-flex-xxl-row{flex-direction:row!important}.tutor-flex-xxl-column{flex-direction:column!important}.tutor-flex-xxl-row-reverse{flex-direction:row-reverse!important}.tutor-flex-xxl-column-reverse{flex-direction:column-reverse!important}.tutor-flex-xxl-grow-0{flex-grow:0!important}.tutor-flex-xxl-grow-1{flex-grow:1!important}.tutor-flex-xxl-shrink-0{flex-shrink:0!important}.tutor-flex-xxl-shrink-1{flex-shrink:1!important}.tutor-flex-xxl-wrap{flex-wrap:wrap!important}.tutor-flex-xxl-nowrap{flex-wrap:nowrap!important}.tutor-flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.tutor-gap-xxl-0{gap:0!important}.tutor-gap-xxl-1{gap:.5rem!important}.tutor-gap-xxl-2{gap:1rem!important}.tutor-gap-xxl-3{gap:1.5rem!important}.tutor-gap-xxl-4{gap:2rem!important}.tutor-gap-xxl-5{gap:3rem!important}.tutor-gap-xxl-4px{gap:.25rem!important}.tutor-gap-xxl-12px{gap:.75rem!important}.tutor-justify-xxl-start{justify-content:flex-start!important}.tutor-justify-xxl-end{justify-content:flex-end!important}.tutor-justify-xxl-center{justify-content:center!important}.tutor-justify-xxl-between{justify-content:space-between!important}.tutor-justify-xxl-around{justify-content:space-around!important}.tutor-justify-xxl-evenly{justify-content:space-evenly!important}.tutor-align-xxl-start{align-items:flex-start!important}.tutor-align-xxl-end{align-items:flex-end!important}.tutor-align-xxl-center{align-items:center!important}.tutor-align-xxl-baseline{align-items:baseline!important}.tutor-align-xxl-stretch{align-items:stretch!important}.tutor-align-content-xxl-start{align-content:flex-start!important}.tutor-align-content-xxl-end{align-content:flex-end!important}.tutor-align-content-xxl-center{align-content:center!important}.tutor-align-content-xxl-between{align-content:space-between!important}.tutor-align-content-xxl-around{align-content:space-around!important}.tutor-align-content-xxl-stretch{align-content:stretch!important}.tutor-align-self-xxl-auto{align-self:auto!important}.tutor-align-self-xxl-start{align-self:flex-start!important}.tutor-align-self-xxl-end{align-self:flex-end!important}.tutor-align-self-xxl-center{align-self:center!important}.tutor-align-self-xxl-baseline{align-self:baseline!important}.tutor-align-self-xxl-stretch{align-self:stretch!important}.tutor-order-xxl-first{order:-1!important}.tutor-order-xxl-0{order:0!important}.tutor-order-xxl-1{order:1!important}.tutor-order-xxl-2{order:2!important}.tutor-order-xxl-3{order:3!important}.tutor-order-xxl-4{order:4!important}.tutor-order-xxl-5{order:5!important}.tutor-order-xxl-last{order:6!important}.tutor-m-xxl-0{margin:0}.tutor-m-xxl-2{margin:2px}.tutor-m-xxl-4{margin:4px}.tutor-m-xxl-8{margin:8px}.tutor-m-xxl-12{margin:12px}.tutor-m-xxl-16{margin:16px}.tutor-m-xxl-20{margin:20px}.tutor-m-xxl-24{margin:24px}.tutor-m-xxl-28{margin:28px}.tutor-m-xxl-32{margin:32px}.tutor-m-xxl-36{margin:36px}.tutor-m-xxl-40{margin:40px}.tutor-m-xxl-44{margin:44px}.tutor-m-xxl-48{margin:48px}.tutor-m-xxl-52{margin:52px}.tutor-m-xxl-56{margin:56px}.tutor-m-xxl-60{margin:60px}.tutor-m-xxl-64{margin:64px}.tutor-m-xxl-68{margin:68px}.tutor-m-xxl-72{margin:72px}.tutor-m-xxl-76{margin:76px}.tutor-m-xxl-80{margin:80px}.tutor-m-xxl-auto{margin:auto}.tutor-mx-xxl-0{margin-left:0;margin-right:0}.tutor-mx-xxl-2{margin-left:2px;margin-right:2px}.tutor-mx-xxl-4{margin-left:4px;margin-right:4px}.tutor-mx-xxl-8{margin-left:8px;margin-right:8px}.tutor-mx-xxl-12{margin-left:12px;margin-right:12px}.tutor-mx-xxl-16{margin-left:16px;margin-right:16px}.tutor-mx-xxl-20{margin-left:20px;margin-right:20px}.tutor-mx-xxl-24{margin-left:24px;margin-right:24px}.tutor-mx-xxl-28{margin-left:28px;margin-right:28px}.tutor-mx-xxl-32{margin-left:32px;margin-right:32px}.tutor-mx-xxl-36{margin-left:36px;margin-right:36px}.tutor-mx-xxl-40{margin-left:40px;margin-right:40px}.tutor-mx-xxl-44{margin-left:44px;margin-right:44px}.tutor-mx-xxl-48{margin-left:48px;margin-right:48px}.tutor-mx-xxl-52{margin-left:52px;margin-right:52px}.tutor-mx-xxl-56{margin-left:56px;margin-right:56px}.tutor-mx-xxl-60{margin-left:60px;margin-right:60px}.tutor-mx-xxl-64{margin-left:64px;margin-right:64px}.tutor-mx-xxl-68{margin-left:68px;margin-right:68px}.tutor-mx-xxl-72{margin-left:72px;margin-right:72px}.tutor-mx-xxl-76{margin-left:76px;margin-right:76px}.tutor-mx-xxl-80{margin-left:80px;margin-right:80px}.tutor-mx-xxl-auto{margin-left:auto;margin-right:auto}.tutor-my-xxl-0{margin-top:0;margin-bottom:0}.tutor-my-xxl-2{margin-top:2px;margin-bottom:2px}.tutor-my-xxl-4{margin-top:4px;margin-bottom:4px}.tutor-my-xxl-8{margin-top:8px;margin-bottom:8px}.tutor-my-xxl-12{margin-top:12px;margin-bottom:12px}.tutor-my-xxl-16{margin-top:16px;margin-bottom:16px}.tutor-my-xxl-20{margin-top:20px;margin-bottom:20px}.tutor-my-xxl-24{margin-top:24px;margin-bottom:24px}.tutor-my-xxl-28{margin-top:28px;margin-bottom:28px}.tutor-my-xxl-32{margin-top:32px;margin-bottom:32px}.tutor-my-xxl-36{margin-top:36px;margin-bottom:36px}.tutor-my-xxl-40{margin-top:40px;margin-bottom:40px}.tutor-my-xxl-44{margin-top:44px;margin-bottom:44px}.tutor-my-xxl-48{margin-top:48px;margin-bottom:48px}.tutor-my-xxl-52{margin-top:52px;margin-bottom:52px}.tutor-my-xxl-56{margin-top:56px;margin-bottom:56px}.tutor-my-xxl-60{margin-top:60px;margin-bottom:60px}.tutor-my-xxl-64{margin-top:64px;margin-bottom:64px}.tutor-my-xxl-68{margin-top:68px;margin-bottom:68px}.tutor-my-xxl-72{margin-top:72px;margin-bottom:72px}.tutor-my-xxl-76{margin-top:76px;margin-bottom:76px}.tutor-my-xxl-80{margin-top:80px;margin-bottom:80px}.tutor-my-xxl-auto{margin-top:auto;margin-bottom:auto}.tutor-mt-xxl-0{margin-top:0}.tutor-mt-xxl-2{margin-top:2px}.tutor-mt-xxl-4{margin-top:4px}.tutor-mt-xxl-8{margin-top:8px}.tutor-mt-xxl-12{margin-top:12px}.tutor-mt-xxl-16{margin-top:16px}.tutor-mt-xxl-20{margin-top:20px}.tutor-mt-xxl-24{margin-top:24px}.tutor-mt-xxl-28{margin-top:28px}.tutor-mt-xxl-32{margin-top:32px}.tutor-mt-xxl-36{margin-top:36px}.tutor-mt-xxl-40{margin-top:40px}.tutor-mt-xxl-44{margin-top:44px}.tutor-mt-xxl-48{margin-top:48px}.tutor-mt-xxl-52{margin-top:52px}.tutor-mt-xxl-56{margin-top:56px}.tutor-mt-xxl-60{margin-top:60px}.tutor-mt-xxl-64{margin-top:64px}.tutor-mt-xxl-68{margin-top:68px}.tutor-mt-xxl-72{margin-top:72px}.tutor-mt-xxl-76{margin-top:76px}.tutor-mt-xxl-80{margin-top:80px}.tutor-mt-xxl-auto{margin-top:auto}.tutor-mr-xxl-0{margin-right:0}.tutor-mr-xxl-2{margin-right:2px}.tutor-mr-xxl-4{margin-right:4px}.tutor-mr-xxl-8{margin-right:8px}.tutor-mr-xxl-12{margin-right:12px}.tutor-mr-xxl-16{margin-right:16px}.tutor-mr-xxl-20{margin-right:20px}.tutor-mr-xxl-24{margin-right:24px}.tutor-mr-xxl-28{margin-right:28px}.tutor-mr-xxl-32{margin-right:32px}.tutor-mr-xxl-36{margin-right:36px}.tutor-mr-xxl-40{margin-right:40px}.tutor-mr-xxl-44{margin-right:44px}.tutor-mr-xxl-48{margin-right:48px}.tutor-mr-xxl-52{margin-right:52px}.tutor-mr-xxl-56{margin-right:56px}.tutor-mr-xxl-60{margin-right:60px}.tutor-mr-xxl-64{margin-right:64px}.tutor-mr-xxl-68{margin-right:68px}.tutor-mr-xxl-72{margin-right:72px}.tutor-mr-xxl-76{margin-right:76px}.tutor-mr-xxl-80{margin-right:80px}.tutor-mr-xxl-auto{margin-right:auto}.tutor-mb-xxl-0{margin-bottom:0}.tutor-mb-xxl-2{margin-bottom:2px}.tutor-mb-xxl-4{margin-bottom:4px}.tutor-mb-xxl-8{margin-bottom:8px}.tutor-mb-xxl-12{margin-bottom:12px}.tutor-mb-xxl-16{margin-bottom:16px}.tutor-mb-xxl-20{margin-bottom:20px}.tutor-mb-xxl-24{margin-bottom:24px}.tutor-mb-xxl-28{margin-bottom:28px}.tutor-mb-xxl-32{margin-bottom:32px}.tutor-mb-xxl-36{margin-bottom:36px}.tutor-mb-xxl-40{margin-bottom:40px}.tutor-mb-xxl-44{margin-bottom:44px}.tutor-mb-xxl-48{margin-bottom:48px}.tutor-mb-xxl-52{margin-bottom:52px}.tutor-mb-xxl-56{margin-bottom:56px}.tutor-mb-xxl-60{margin-bottom:60px}.tutor-mb-xxl-64{margin-bottom:64px}.tutor-mb-xxl-68{margin-bottom:68px}.tutor-mb-xxl-72{margin-bottom:72px}.tutor-mb-xxl-76{margin-bottom:76px}.tutor-mb-xxl-80{margin-bottom:80px}.tutor-mb-xxl-auto{margin-bottom:auto}.tutor-ml-xxl-0{margin-left:0}.tutor-ml-xxl-2{margin-left:2px}.tutor-ml-xxl-4{margin-left:4px}.tutor-ml-xxl-8{margin-left:8px}.tutor-ml-xxl-12{margin-left:12px}.tutor-ml-xxl-16{margin-left:16px}.tutor-ml-xxl-20{margin-left:20px}.tutor-ml-xxl-24{margin-left:24px}.tutor-ml-xxl-28{margin-left:28px}.tutor-ml-xxl-32{margin-left:32px}.tutor-ml-xxl-36{margin-left:36px}.tutor-ml-xxl-40{margin-left:40px}.tutor-ml-xxl-44{margin-left:44px}.tutor-ml-xxl-48{margin-left:48px}.tutor-ml-xxl-52{margin-left:52px}.tutor-ml-xxl-56{margin-left:56px}.tutor-ml-xxl-60{margin-left:60px}.tutor-ml-xxl-64{margin-left:64px}.tutor-ml-xxl-68{margin-left:68px}.tutor-ml-xxl-72{margin-left:72px}.tutor-ml-xxl-76{margin-left:76px}.tutor-ml-xxl-80{margin-left:80px}.tutor-ml-xxl-auto{margin-left:auto}.tutor-m-xxl-n2{margin:-2px}.tutor-m-xxl-n4{margin:-4px}.tutor-m-xxl-n8{margin:-8px}.tutor-m-xxl-n12{margin:-12px}.tutor-m-xxl-n16{margin:-16px}.tutor-m-xxl-n20{margin:-20px}.tutor-m-xxl-n24{margin:-24px}.tutor-m-xxl-n28{margin:-28px}.tutor-m-xxl-n32{margin:-32px}.tutor-m-xxl-n36{margin:-36px}.tutor-m-xxl-n40{margin:-40px}.tutor-m-xxl-n44{margin:-44px}.tutor-m-xxl-n48{margin:-48px}.tutor-m-xxl-n52{margin:-52px}.tutor-m-xxl-n56{margin:-56px}.tutor-m-xxl-n60{margin:-60px}.tutor-m-xxl-n64{margin:-64px}.tutor-m-xxl-n68{margin:-68px}.tutor-m-xxl-n72{margin:-72px}.tutor-m-xxl-n76{margin:-76px}.tutor-m-xxl-n80{margin:-80px}.tutor-mx-xxl-n2{margin-left:-2px;margin-right:-2px}.tutor-mx-xxl-n4{margin-left:-4px;margin-right:-4px}.tutor-mx-xxl-n8{margin-left:-8px;margin-right:-8px}.tutor-mx-xxl-n12{margin-left:-12px;margin-right:-12px}.tutor-mx-xxl-n16{margin-left:-16px;margin-right:-16px}.tutor-mx-xxl-n20{margin-left:-20px;margin-right:-20px}.tutor-mx-xxl-n24{margin-left:-24px;margin-right:-24px}.tutor-mx-xxl-n28{margin-left:-28px;margin-right:-28px}.tutor-mx-xxl-n32{margin-left:-32px;margin-right:-32px}.tutor-mx-xxl-n36{margin-left:-36px;margin-right:-36px}.tutor-mx-xxl-n40{margin-left:-40px;margin-right:-40px}.tutor-mx-xxl-n44{margin-left:-44px;margin-right:-44px}.tutor-mx-xxl-n48{margin-left:-48px;margin-right:-48px}.tutor-mx-xxl-n52{margin-left:-52px;margin-right:-52px}.tutor-mx-xxl-n56{margin-left:-56px;margin-right:-56px}.tutor-mx-xxl-n60{margin-left:-60px;margin-right:-60px}.tutor-mx-xxl-n64{margin-left:-64px;margin-right:-64px}.tutor-mx-xxl-n68{margin-left:-68px;margin-right:-68px}.tutor-mx-xxl-n72{margin-left:-72px;margin-right:-72px}.tutor-mx-xxl-n76{margin-left:-76px;margin-right:-76px}.tutor-mx-xxl-n80{margin-left:-80px;margin-right:-80px}.tutor-my-xxl-n2{margin-top:-2px;margin-bottom:-2px}.tutor-my-xxl-n4{margin-top:-4px;margin-bottom:-4px}.tutor-my-xxl-n8{margin-top:-8px;margin-bottom:-8px}.tutor-my-xxl-n12{margin-top:-12px;margin-bottom:-12px}.tutor-my-xxl-n16{margin-top:-16px;margin-bottom:-16px}.tutor-my-xxl-n20{margin-top:-20px;margin-bottom:-20px}.tutor-my-xxl-n24{margin-top:-24px;margin-bottom:-24px}.tutor-my-xxl-n28{margin-top:-28px;margin-bottom:-28px}.tutor-my-xxl-n32{margin-top:-32px;margin-bottom:-32px}.tutor-my-xxl-n36{margin-top:-36px;margin-bottom:-36px}.tutor-my-xxl-n40{margin-top:-40px;margin-bottom:-40px}.tutor-my-xxl-n44{margin-top:-44px;margin-bottom:-44px}.tutor-my-xxl-n48{margin-top:-48px;margin-bottom:-48px}.tutor-my-xxl-n52{margin-top:-52px;margin-bottom:-52px}.tutor-my-xxl-n56{margin-top:-56px;margin-bottom:-56px}.tutor-my-xxl-n60{margin-top:-60px;margin-bottom:-60px}.tutor-my-xxl-n64{margin-top:-64px;margin-bottom:-64px}.tutor-my-xxl-n68{margin-top:-68px;margin-bottom:-68px}.tutor-my-xxl-n72{margin-top:-72px;margin-bottom:-72px}.tutor-my-xxl-n76{margin-top:-76px;margin-bottom:-76px}.tutor-my-xxl-n80{margin-top:-80px;margin-bottom:-80px}.tutor-mt-xxl-n2{margin-top:-2px}.tutor-mt-xxl-n4{margin-top:-4px}.tutor-mt-xxl-n8{margin-top:-8px}.tutor-mt-xxl-n12{margin-top:-12px}.tutor-mt-xxl-n16{margin-top:-16px}.tutor-mt-xxl-n20{margin-top:-20px}.tutor-mt-xxl-n24{margin-top:-24px}.tutor-mt-xxl-n28{margin-top:-28px}.tutor-mt-xxl-n32{margin-top:-32px}.tutor-mt-xxl-n36{margin-top:-36px}.tutor-mt-xxl-n40{margin-top:-40px}.tutor-mt-xxl-n44{margin-top:-44px}.tutor-mt-xxl-n48{margin-top:-48px}.tutor-mt-xxl-n52{margin-top:-52px}.tutor-mt-xxl-n56{margin-top:-56px}.tutor-mt-xxl-n60{margin-top:-60px}.tutor-mt-xxl-n64{margin-top:-64px}.tutor-mt-xxl-n68{margin-top:-68px}.tutor-mt-xxl-n72{margin-top:-72px}.tutor-mt-xxl-n76{margin-top:-76px}.tutor-mt-xxl-n80{margin-top:-80px}.tutor-mr-xxl-n2{margin-right:-2px}.tutor-mr-xxl-n4{margin-right:-4px}.tutor-mr-xxl-n8{margin-right:-8px}.tutor-mr-xxl-n12{margin-right:-12px}.tutor-mr-xxl-n16{margin-right:-16px}.tutor-mr-xxl-n20{margin-right:-20px}.tutor-mr-xxl-n24{margin-right:-24px}.tutor-mr-xxl-n28{margin-right:-28px}.tutor-mr-xxl-n32{margin-right:-32px}.tutor-mr-xxl-n36{margin-right:-36px}.tutor-mr-xxl-n40{margin-right:-40px}.tutor-mr-xxl-n44{margin-right:-44px}.tutor-mr-xxl-n48{margin-right:-48px}.tutor-mr-xxl-n52{margin-right:-52px}.tutor-mr-xxl-n56{margin-right:-56px}.tutor-mr-xxl-n60{margin-right:-60px}.tutor-mr-xxl-n64{margin-right:-64px}.tutor-mr-xxl-n68{margin-right:-68px}.tutor-mr-xxl-n72{margin-right:-72px}.tutor-mr-xxl-n76{margin-right:-76px}.tutor-mr-xxl-n80{margin-right:-80px}.tutor-mb-xxl-n2{margin-bottom:-2px}.tutor-mb-xxl-n4{margin-bottom:-4px}.tutor-mb-xxl-n8{margin-bottom:-8px}.tutor-mb-xxl-n12{margin-bottom:-12px}.tutor-mb-xxl-n16{margin-bottom:-16px}.tutor-mb-xxl-n20{margin-bottom:-20px}.tutor-mb-xxl-n24{margin-bottom:-24px}.tutor-mb-xxl-n28{margin-bottom:-28px}.tutor-mb-xxl-n32{margin-bottom:-32px}.tutor-mb-xxl-n36{margin-bottom:-36px}.tutor-mb-xxl-n40{margin-bottom:-40px}.tutor-mb-xxl-n44{margin-bottom:-44px}.tutor-mb-xxl-n48{margin-bottom:-48px}.tutor-mb-xxl-n52{margin-bottom:-52px}.tutor-mb-xxl-n56{margin-bottom:-56px}.tutor-mb-xxl-n60{margin-bottom:-60px}.tutor-mb-xxl-n64{margin-bottom:-64px}.tutor-mb-xxl-n68{margin-bottom:-68px}.tutor-mb-xxl-n72{margin-bottom:-72px}.tutor-mb-xxl-n76{margin-bottom:-76px}.tutor-mb-xxl-n80{margin-bottom:-80px}.tutor-ml-xxl-n2{margin-left:-2px}.tutor-ml-xxl-n4{margin-left:-4px}.tutor-ml-xxl-n8{margin-left:-8px}.tutor-ml-xxl-n12{margin-left:-12px}.tutor-ml-xxl-n16{margin-left:-16px}.tutor-ml-xxl-n20{margin-left:-20px}.tutor-ml-xxl-n24{margin-left:-24px}.tutor-ml-xxl-n28{margin-left:-28px}.tutor-ml-xxl-n32{margin-left:-32px}.tutor-ml-xxl-n36{margin-left:-36px}.tutor-ml-xxl-n40{margin-left:-40px}.tutor-ml-xxl-n44{margin-left:-44px}.tutor-ml-xxl-n48{margin-left:-48px}.tutor-ml-xxl-n52{margin-left:-52px}.tutor-ml-xxl-n56{margin-left:-56px}.tutor-ml-xxl-n60{margin-left:-60px}.tutor-ml-xxl-n64{margin-left:-64px}.tutor-ml-xxl-n68{margin-left:-68px}.tutor-ml-xxl-n72{margin-left:-72px}.tutor-ml-xxl-n76{margin-left:-76px}.tutor-ml-xxl-n80{margin-left:-80px}.tutor-p-xxl-0{padding:0}.tutor-p-xxl-2{padding:2px}.tutor-p-xxl-4{padding:4px}.tutor-p-xxl-8{padding:8px}.tutor-p-xxl-12{padding:12px}.tutor-p-xxl-16{padding:16px}.tutor-p-xxl-20{padding:20px}.tutor-p-xxl-24{padding:24px}.tutor-p-xxl-28{padding:28px}.tutor-p-xxl-32{padding:32px}.tutor-p-xxl-36{padding:36px}.tutor-p-xxl-40{padding:40px}.tutor-p-xxl-44{padding:44px}.tutor-p-xxl-48{padding:48px}.tutor-p-xxl-52{padding:52px}.tutor-p-xxl-56{padding:56px}.tutor-p-xxl-60{padding:60px}.tutor-p-xxl-64{padding:64px}.tutor-p-xxl-68{padding:68px}.tutor-p-xxl-72{padding:72px}.tutor-p-xxl-76{padding:76px}.tutor-p-xxl-80{padding:80px}.tutor-px-xxl-0{padding-left:0;padding-right:0}.tutor-px-xxl-2{padding-left:2px;padding-right:2px}.tutor-px-xxl-4{padding-left:4px;padding-right:4px}.tutor-px-xxl-8{padding-left:8px;padding-right:8px}.tutor-px-xxl-12{padding-left:12px;padding-right:12px}.tutor-px-xxl-16{padding-left:16px;padding-right:16px}.tutor-px-xxl-20{padding-left:20px;padding-right:20px}.tutor-px-xxl-24{padding-left:24px;padding-right:24px}.tutor-px-xxl-28{padding-left:28px;padding-right:28px}.tutor-px-xxl-32{padding-left:32px;padding-right:32px}.tutor-px-xxl-36{padding-left:36px;padding-right:36px}.tutor-px-xxl-40{padding-left:40px;padding-right:40px}.tutor-px-xxl-44{padding-left:44px;padding-right:44px}.tutor-px-xxl-48{padding-left:48px;padding-right:48px}.tutor-px-xxl-52{padding-left:52px;padding-right:52px}.tutor-px-xxl-56{padding-left:56px;padding-right:56px}.tutor-px-xxl-60{padding-left:60px;padding-right:60px}.tutor-px-xxl-64{padding-left:64px;padding-right:64px}.tutor-px-xxl-68{padding-left:68px;padding-right:68px}.tutor-px-xxl-72{padding-left:72px;padding-right:72px}.tutor-px-xxl-76{padding-left:76px;padding-right:76px}.tutor-px-xxl-80{padding-left:80px;padding-right:80px}.tutor-py-xxl-0{padding-top:0;padding-bottom:0}.tutor-py-xxl-2{padding-top:2px;padding-bottom:2px}.tutor-py-xxl-4{padding-top:4px;padding-bottom:4px}.tutor-py-xxl-8{padding-top:8px;padding-bottom:8px}.tutor-py-xxl-12{padding-top:12px;padding-bottom:12px}.tutor-py-xxl-16{padding-top:16px;padding-bottom:16px}.tutor-py-xxl-20{padding-top:20px;padding-bottom:20px}.tutor-py-xxl-24{padding-top:24px;padding-bottom:24px}.tutor-py-xxl-28{padding-top:28px;padding-bottom:28px}.tutor-py-xxl-32{padding-top:32px;padding-bottom:32px}.tutor-py-xxl-36{padding-top:36px;padding-bottom:36px}.tutor-py-xxl-40{padding-top:40px;padding-bottom:40px}.tutor-py-xxl-44{padding-top:44px;padding-bottom:44px}.tutor-py-xxl-48{padding-top:48px;padding-bottom:48px}.tutor-py-xxl-52{padding-top:52px;padding-bottom:52px}.tutor-py-xxl-56{padding-top:56px;padding-bottom:56px}.tutor-py-xxl-60{padding-top:60px;padding-bottom:60px}.tutor-py-xxl-64{padding-top:64px;padding-bottom:64px}.tutor-py-xxl-68{padding-top:68px;padding-bottom:68px}.tutor-py-xxl-72{padding-top:72px;padding-bottom:72px}.tutor-py-xxl-76{padding-top:76px;padding-bottom:76px}.tutor-py-xxl-80{padding-top:80px;padding-bottom:80px}.tutor-pt-xxl-0{padding-top:0}.tutor-pt-xxl-2{padding-top:2px}.tutor-pt-xxl-4{padding-top:4px}.tutor-pt-xxl-8{padding-top:8px}.tutor-pt-xxl-12{padding-top:12px}.tutor-pt-xxl-16{padding-top:16px}.tutor-pt-xxl-20{padding-top:20px}.tutor-pt-xxl-24{padding-top:24px}.tutor-pt-xxl-28{padding-top:28px}.tutor-pt-xxl-32{padding-top:32px}.tutor-pt-xxl-36{padding-top:36px}.tutor-pt-xxl-40{padding-top:40px}.tutor-pt-xxl-44{padding-top:44px}.tutor-pt-xxl-48{padding-top:48px}.tutor-pt-xxl-52{padding-top:52px}.tutor-pt-xxl-56{padding-top:56px}.tutor-pt-xxl-60{padding-top:60px}.tutor-pt-xxl-64{padding-top:64px}.tutor-pt-xxl-68{padding-top:68px}.tutor-pt-xxl-72{padding-top:72px}.tutor-pt-xxl-76{padding-top:76px}.tutor-pt-xxl-80{padding-top:80px}.tutor-pr-xxl-0{padding-right:0}.tutor-pr-xxl-2{padding-right:2px}.tutor-pr-xxl-4{padding-right:4px}.tutor-pr-xxl-8{padding-right:8px}.tutor-pr-xxl-12{padding-right:12px}.tutor-pr-xxl-16{padding-right:16px}.tutor-pr-xxl-20{padding-right:20px}.tutor-pr-xxl-24{padding-right:24px}.tutor-pr-xxl-28{padding-right:28px}.tutor-pr-xxl-32{padding-right:32px}.tutor-pr-xxl-36{padding-right:36px}.tutor-pr-xxl-40{padding-right:40px}.tutor-pr-xxl-44{padding-right:44px}.tutor-pr-xxl-48{padding-right:48px}.tutor-pr-xxl-52{padding-right:52px}.tutor-pr-xxl-56{padding-right:56px}.tutor-pr-xxl-60{padding-right:60px}.tutor-pr-xxl-64{padding-right:64px}.tutor-pr-xxl-68{padding-right:68px}.tutor-pr-xxl-72{padding-right:72px}.tutor-pr-xxl-76{padding-right:76px}.tutor-pr-xxl-80{padding-right:80px}.tutor-pb-xxl-0{padding-bottom:0}.tutor-pb-xxl-2{padding-bottom:2px}.tutor-pb-xxl-4{padding-bottom:4px}.tutor-pb-xxl-8{padding-bottom:8px}.tutor-pb-xxl-12{padding-bottom:12px}.tutor-pb-xxl-16{padding-bottom:16px}.tutor-pb-xxl-20{padding-bottom:20px}.tutor-pb-xxl-24{padding-bottom:24px}.tutor-pb-xxl-28{padding-bottom:28px}.tutor-pb-xxl-32{padding-bottom:32px}.tutor-pb-xxl-36{padding-bottom:36px}.tutor-pb-xxl-40{padding-bottom:40px}.tutor-pb-xxl-44{padding-bottom:44px}.tutor-pb-xxl-48{padding-bottom:48px}.tutor-pb-xxl-52{padding-bottom:52px}.tutor-pb-xxl-56{padding-bottom:56px}.tutor-pb-xxl-60{padding-bottom:60px}.tutor-pb-xxl-64{padding-bottom:64px}.tutor-pb-xxl-68{padding-bottom:68px}.tutor-pb-xxl-72{padding-bottom:72px}.tutor-pb-xxl-76{padding-bottom:76px}.tutor-pb-xxl-80{padding-bottom:80px}.tutor-pl-xxl-0{padding-left:0}.tutor-pl-xxl-2{padding-left:2px}.tutor-pl-xxl-4{padding-left:4px}.tutor-pl-xxl-8{padding-left:8px}.tutor-pl-xxl-12{padding-left:12px}.tutor-pl-xxl-16{padding-left:16px}.tutor-pl-xxl-20{padding-left:20px}.tutor-pl-xxl-24{padding-left:24px}.tutor-pl-xxl-28{padding-left:28px}.tutor-pl-xxl-32{padding-left:32px}.tutor-pl-xxl-36{padding-left:36px}.tutor-pl-xxl-40{padding-left:40px}.tutor-pl-xxl-44{padding-left:44px}.tutor-pl-xxl-48{padding-left:48px}.tutor-pl-xxl-52{padding-left:52px}.tutor-pl-xxl-56{padding-left:56px}.tutor-pl-xxl-60{padding-left:60px}.tutor-pl-xxl-64{padding-left:64px}.tutor-pl-xxl-68{padding-left:68px}.tutor-pl-xxl-72{padding-left:72px}.tutor-pl-xxl-76{padding-left:76px}.tutor-pl-xxl-80{padding-left:80px}}@media (min-width:1200px){.tutor-fs-1{font-size:4rem}.tutor-fs-2{font-size:3rem}.tutor-fs-3{font-size:2rem}.tutor-fs-4{font-size:1.5rem}}@media print{.tutor-d-print-inline{display:inline!important}.tutor-d-print-inline-block{display:inline-block!important}.tutor-d-print-block{display:block!important}.tutor-d-print-grid{display:grid!important}.tutor-d-print-table{display:table!important}.tutor-d-print-table-row{display:table-row!important}.tutor-d-print-table-cell{display:table-cell!important}.tutor-d-print-flex{display:flex!important}.tutor-d-print-inline-flex{display:inline-flex!important}.tutor-d-print-none{display:none!important}}:root{--tutor-text-size:16px;--tutor-color-white:#fff;--tutor-color-success:#24a148;--tutor-color-success-rgb:36,161,72;--tutor-color-warning:#ed9700;--tutor-color-warning-rgb:237,151,0;--tutor-color-danger:#f44337;--tutor-color-danger-rgb:244,67,55;--tutor-color-secondary:#41454f;--tutor-color-subdued:#5b616f;--tutor-color-hints:#767c8e;--tutor-color-muted:#757c8e;--tutor-color-gray:#e3e5eb;--tutor-color-gray-10:#eff1f6}.tutor-color-black{color:var(--tutor-body-color)}.tutor-color-white{color:#fff}.tutor-color-primary{color:var(--tutor-color-primary)}.tutor-color-success{color:#24a148}.tutor-color-warning{color:#ed9700}.tutor-color-danger{color:#f44337}.tutor-color-secondary{color:#41454f}.tutor-color-muted{color:#757c8e}.tutor-color-subdued{color:#5b616f}.tutor-color-hints{color:#767c8e}.tutor-color-gray-20{color:#e3e5eb}.tutor-color-gray-10{color:#eff1f6}.tutor-bg-black{background-color:var(--tutor-body-color)}.tutor-bg-white{background-color:#fff}.tutor-bg-primary{background-color:var(--tutor-color-primary)}.tutor-bg-success{background-color:#24a148}.tutor-bg-warning{background-color:#ed9700}.tutor-bg-danger{background-color:#f44337}.tutor-bg-secondary{background-color:#41454f}.tutor-bg-muted{background-color:#757c8e}.tutor-bg-subdued{background-color:#5b616f}.tutor-bg-hints{background-color:#767c8e}.tutor-bg-gray-20{background-color:#e3e5eb}.tutor-bg-gray-10{background-color:#eff1f6}.text-regular-body,.tutor-text-regular-body{font-size:16px;font-weight:400;line-height:162%}.text-regular-caption,.tutor-alert .tutor-alert-text,.tutor-text-regular-caption{font-size:15px;font-weight:400;line-height:160%}.text-regular-small,.tooltip-wrap .tooltip-txt,.text-body,.tutor-text-regular-small{font-size:13px;font-weight:400;line-height:138%}.text-regular-tiny,.tutor-text-regular-tiny{font-size:11px;font-weight:400;line-height:145%}.text-medium-h1,.tutor-text-medium-h1{font-size:80px;font-weight:500;line-height:101%}.text-medium-h2,.tutor-text-medium-h2{font-size:60px;font-weight:500;line-height:117%}.text-medium-h3,.tutor-text-medium-h3{font-size:40px;font-weight:500;line-height:120%}.text-medium-h4,.tutor-text-medium-h4{font-size:30px;font-weight:500;line-height:123%}.text-medium-h5,.tutor-text-medium-h5{font-size:24px;font-weight:500;line-height:142%}.text-medium-h6,.tutor-text-medium-h6{font-size:20px;font-weight:500;line-height:140%}.text-medium-body,.tutor-dropdown-select-selected>div:first-child,.tutor-text-medium-body{font-size:16px;font-weight:500;line-height:162%}.text-medium-caption,.tutor-pagination ul.tutor-pagination-numbers .page-numbers,.tutor-wp-dashboard-filter .tutor-wp-dashboard-filter-items .tutor-form-label,.tutor-text-medium-caption{font-size:15px;font-weight:500;line-height:160%}.text-medium-small,.tutor-form-select-with-icon select,.tutor-text-medium-small{font-size:13px;font-weight:500;line-height:162%}.text-medium-tiny,.tutor-text-medium-tiny{font-size:11px;font-weight:500;line-height:145%}.text-semi-h1,.tutor-text-semi-h1{font-size:80px;font-weight:600;line-height:101%}.text-semi-h2,.tutor-text-semi-h2{font-size:60px;font-weight:600;line-height:117%}.text-semi-h3,.tutor-text-semi-h3{font-size:40px;font-weight:600;line-height:120%}.text-semi-h4,.tutor-text-semi-h4{font-size:30px;font-weight:600;line-height:123%}.text-semi-h5,.tutor-text-semi-h5{font-size:24px;font-weight:600;line-height:142%}.text-semi-h6,.tutor-text-semi-h6{font-size:20px;font-weight:600;line-height:150%}.text-semi-caption,.tutor-text-semi-caption{font-size:15px;font-weight:600;line-height:165%}.text-semi-small,.tutor-text-semi-small{font-size:13px;font-weight:600;line-height:128%}.text-bold-h1,.tutor-text-bold-h1{font-size:80px;font-weight:700;line-height:101%}.text-bold-h2,.tutor-text-bold-h2{font-size:60px;font-weight:700;line-height:117%}.text-bold-h3,.tutor-text-bold-h3{font-size:40px;font-weight:700;line-height:120%}.text-bold-h4,.tutor-text-bold-h4{font-size:30px;font-weight:700;line-height:123%}.text-bold-h5,.tutor-text-bold-h5{font-size:24px;font-weight:700;line-height:142%}.text-bold-h6,.tutor-text-bold-h6{font-size:20px;font-weight:700;line-height:150%}.text-bold-body,.tutor-text-bold-body{font-size:16px;font-weight:700;line-height:162%}.text-bold-caption,.tutor-pagination ul.tutor-pagination-numbers .page-numbers.current,.tutor-text-bold-caption{font-size:15px;font-weight:700;line-height:160%}.text-bold-small,.tutor-text-bold-small{font-size:13px;font-weight:700;line-height:162%}.text-bold-tiny,.tutor-text-bold-tiny{font-size:11px;font-weight:700;line-height:145%}.text-btn-xlarge,.tutor-text-btn-xlarge{font-size:18px;font-weight:500;line-height:178%}.text-btn-large,.tutor-text-btn-large{font-size:16px;font-weight:500;line-height:200%}.text-btn-medium,.tutor-text-btn-medium{font-size:15px;font-weight:500;line-height:160%}.text-btn-small,.tutor-text-btn-small{font-size:13px;font-weight:500;line-height:123%}.clearfix:after{clear:both;content:"";display:block}.tutor-flex-center{justify-content:center;align-items:center;display:flex}.align-top{vertical-align:top}.align-middle{vertical-align:middle}.align-bottom{vertical-align:bottom}.align-items-end{align-items:flex-end}.align-items-baseline{align-items:baseline}.align-items-stretch{align-items:stretch}.align-content-start{align-content:flex-start}.align-content-end{align-content:flex-end}.align-content-center{align-content:center}.align-content-between{align-content:space-between}.align-content-around{align-content:space-around}.align-content-stretch{align-content:stretch}.align-self-auto{align-self:auto}.align-self-start{align-self:flex-start}.visible{visibility:visible}.invisible{visibility:hidden}.tutor-visibility-visible{visibility:visible}.tutor-visibility-hidden{visibility:hidden}.flex-center{justify-content:center;align-items:center;display:flex}.tutor-flex-end{justify-content:flex-end;align-items:center;display:flex}.tutor-ws-nowrap{white-space:nowrap}.tutor-line-clamp-1{-webkit-line-clamp:1;text-overflow:ellipsis;white-space:normal;-webkit-box-orient:vertical;overflow:hidden;display:-webkit-box!important}.tutor-line-clamp-2{-webkit-line-clamp:2;text-overflow:ellipsis;white-space:normal;-webkit-box-orient:vertical;overflow:hidden;display:-webkit-box!important}.tutor-line-clamp-3{-webkit-line-clamp:3;text-overflow:ellipsis;white-space:normal;-webkit-box-orient:vertical;overflow:hidden;display:-webkit-box!important}.tutor-fs-1,.tutor-fs-2,.tutor-fs-3,.tutor-fs-4,.tutor-fs-5,.tutor-fs-6,.tutor-fs-7,.tutor-fs-8,.tutor-fs-9{line-height:1.6}.tutor-break-word{word-break:break-word}.tutor-break-all{word-break:break-all}.tutor-user-select-none{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.tutor-ul{margin:0;padding:0;list-style:none}.tutor-cursor-pointer{cursor:pointer}.tutor-cursor-move{cursor:move}.tutor-w-100{width:100%}.tutor-mw-100{min-width:100%}.tutor-h-100{height:100%}.tutor-mh-100{min-height:100%}.d-inline{display:inline}.d-inline-block,.tutor-badge,.tutor-badge-square{display:inline-block}.d-block,.tutor-profile-badge img{display:block}.d-flex,.tutor-profile-badge,.tutor-instructor-card .tutor-name,.tutor-instructor-card{display:flex}.d-inline-flex{display:inline-flex}.align-items-center,.tutor-profile-badge,.tutor-instructor-card .tutor-name,.tutor-instructor-card{align-items:center}.tutor-bg-light{background-color:#fdfdfd}.tutor-bg-transparent{background-color:transparent!important}.tutor-img-responsive{max-width:100%;height:auto}.tutor-plain-code{color:#fff;background:#212327;border-radius:6px;padding:8px 16px}.tutor-plain-code .tutor-color-muted{color:#757c8e}.tutor-position-relative{position:relative}.tutor-position-absolute{position:absolute}.tutor-position-sticky{position:-webkit-sticky;position:sticky}.tutor-overflow-hidden{overflow:hidden}.tutor-text-nowrap{white-space:nowrap}.tutor-nowrap-ellipsis{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.tutor-text-hover-underline{cursor:pointer}.tutor-text-hover-underline:hover{text-decoration:underline}.tutor-text-center{text-align:center}.tutor-text-left{text-align:left}.tutor-text-right{text-align:right}.tutor-text-justify{text-align:justify}.tutor-text-300,.tutor-text-light{font-weight:300}.tutor-text-regular{font-weight:400}.tutor-text-700,.tutor-text-bold{font-weight:700}.tutor-text-800,.tutor-text-extra-bold{font-weight:800}.tutor-text-900,.tutor-text-black{font-weight:900}.tutor-text-normal{font-style:normal}.tutor-text-italic{font-style:italic}.tutor-text-uppercase,.tutor-text-uc{text-transform:uppercase}.tutor-text-lowercase,.tutor-text-lc{text-transform:lowercase}.tutor-text-capitalize{text-transform:capitalize}.tutor-text-decoration-none{text-decoration:none}.tutor-text-decoration-underline{text-decoration:underline}.tutor-text-decoration-line-through{text-decoration:line-through}.tutor-border,.tutor-instructor-card,.tutor-bordered-box,.tutor-radio-select,.tutor-quiz-item{border:1px solid var(--tutor-border-color)}.tutor-border-left{border-left:1px solid var(--tutor-border-color)}.tutor-border-right{border-right:1px solid var(--tutor-border-color)}.tutor-border-top{border-top:1px solid var(--tutor-border-color)}.tutor-border-bottom{border-bottom:1px solid var(--tutor-border-color)}.tutor-border-top-light{border-top:1px solid #e0e2ea}.tutor-divider{border:1px solid #e0e2ea}.tutor-divider-left{border-left:1px solid #e0e2ea}.tutor-divider-right{border-right:1px solid #e0e2ea}.tutor-divider-top{border-top:1px solid #e0e2ea}.tutor-divider-bottom{border-bottom:1px solid #e0e2ea}.tutor-radius-0{border-radius:0}.tutor-radius-1{border-radius:1px}.tutor-radius-2{border-radius:2px}.tutor-radius-3{border-radius:3px}.tutor-radius-4{border-radius:4px}.tutor-radius-5{border-radius:5px}.tutor-radius-6{border-radius:6px}.tutor-radius-7{border-radius:7px}.tutor-radius-8{border-radius:8px}.tutor-radius-9{border-radius:9px}.tutor-radius-10,.tutor-large-notification{border-radius:10px}.tutor-radius-12{border-radius:12px}.tutor-radius-15{border-radius:15px}.tutor-radius-20{border-radius:20px}.tutor-radius-30{border-radius:30px}.tutor-radius-40{border-radius:40px}.tutor-radius-50{border-radius:50px}.tutor-lh-1{line-height:1!important}.tutor-ratio{content:" ";width:100%;display:block;position:relative}.tutor-ratio-16x9{padding-top:56.25%}.tutor-ratio-4x3{padding-top:75%}.tutor-ratio-3x2{padding-top:66.66%}.tutor-ratio-3x1{padding-top:33.33%}.tutor-ratio-1x1{padding-top:100%}.tutor-ratio>*{width:100%!important;height:100%!important;position:absolute!important;top:0!important;left:0!important}.tutor-ratio>img{object-fit:cover;object-position:center}.tutor-toggle-more-collapsed{position:relative;overflow:hidden}.tutor-toggle-more-collapsed:before{content:" ";z-index:5;background:linear-gradient(#fff0 1.31%,rgb(255 255 255 / .72) 15.41%,#fff 100%);width:100%;height:62px;position:absolute;bottom:0;left:0}.tutor-svg svg{width:1em;height:1em}.tutor-round-box{width:60px;height:60px;color:var(--tutor-color-primary);background:rgba(var(--tutor-color-primary-rgb),.1);border-radius:80px;justify-content:center;align-items:center;font-size:28px;display:inline-flex;overflow:hidden}.tutor-round-box [class^=tutor-icon-],.tutor-round-box [class*=\ tutor-icon-],.tutor-round-box .tutor-svg{display:inline-block}@media (max-width:991.98px){.tutor-round-box{width:44px;height:44px;font-size:20px}}.tutor-round-box-lg{width:76px;height:76px;font-size:36px}.tutor-vr{background-color:var(--tutor-border-color);width:1px;height:100%}.tutor-hr{background-color:var(--tutor-border-color);width:100%;height:1px}.tutor-stretched-link:after{content:" ";z-index:2;position:absolute;inset:0}.tutor-spinner{vertical-align:-4px;border:4px solid;border-right-color:#fff0;border-radius:50%;width:32px;height:32px;animation:.8s linear infinite rotateSpinner;display:inline-block}.tutor-spinner-sm{vertical-align:-2px;border-width:2px;width:20px;height:20px}.tutor-spinner-wrap{justify-content:center;align-items:center;min-height:300px;display:flex;position:relative}.tutor-user-profile{align-items:center;display:flex}.tutor-user-profile .tutor-profile-content{color:var(--tutor-color-muted);padding-left:20px;font-size:15px}.tutor-user-profile .tutor-profile-subtitle{color:var(--tutor-body-color);font-size:24px;font-weight:400;line-height:34px}.tutor-user-profile .tutor-profile-name{color:var(--tutor-body-color);font-size:30px;line-height:37px;display:block}.tutor-instructor-card{border-radius:4px;min-width:320px;padding:12px 17px}.tutor-instructor-card .tutor-icard-content{color:var(--tutor-color-muted);flex-grow:1;font-size:13px;line-height:18px}.tutor-instructor-card .tutor-name{color:var(--tutor-body-color);margin:0;font-size:18px;font-weight:500;line-height:28px}.tutor-instructor-card .tutor-name .tutor-icard-icon{color:var(--tutor-color-primary);padding-left:6px;font-size:13px}.tutor-switch{width:40px;height:24px;display:inline-block;position:relative}.tutor-switch input{visibility:hidden;width:0;height:0}.tutor-switch input:checked+.slider{background-color:#24a148}.tutor-switch input:checked+.slider.tutor-switch-blue{background-color:#3e64de}.tutor-switch input:checked+.slider:before{transform:translate(14px)}.tutor-switch input:focus+.slider{box-shadow:0 0 1px #24a148}.tutor-switch .slider{cursor:pointer;background-color:#ccc;transition:all .4s;position:absolute;inset:0}.tutor-switch .slider.round{border-radius:34px}.tutor-switch .slider.round:before{border-radius:50%}.tutor-switch .slider:before{content:"";background-color:#fff;width:18px;height:18px;transition:all .4s;position:absolute;bottom:3px;left:4px}.tutor-toast-parent{z-index:99999999;background:0 0;width:350px;max-height:400px;position:fixed;bottom:25px;left:auto;right:25px;overflow-x:hidden;overflow-y:auto}.tutor-toast-parent:empty{display:none}.tutor-toast-parent.tutor-toast-left{position:fixed;bottom:25px;left:25px;right:auto}.tutor-toast-parent .tutor-is-success .tutor-notification-icon,.tutor-toast-parent .tutor-is-success .tutor-notification-content h5{color:var(--tutor-color-success)}.tutor-toast-parent .tutor-is-warning .tutor-notification-icon,.tutor-toast-parent .tutor-is-warning .tutor-notification-content h5{color:var(--tutor-color-warning)}.tutor-toast-parent .tutor-is-danger .tutor-notification-icon,.tutor-toast-parent .tutor-is-danger .tutor-notification-content h5{color:var(--tutor-color-danger)}body.rtl .tutor-toast-parent{left:50px;right:auto}.ui-slider{text-align:left;position:relative}.ui-slider .ui-slider-handle{z-index:2;cursor:default;cursor:pointer;width:15px;height:15px;position:absolute;top:-6px}.ui-slider .ui-slider-range{z-index:1;background-position:0 0;border:0;font-size:.7em;display:block;position:absolute}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-range{height:100%;top:0}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{margin-bottom:-.6em;margin-left:0;left:-.3em}.ui-slider-vertical .ui-slider-range{width:100%;left:0}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.tutor-field-type-slider{box-shadow:none;color:#333;background-color:#fff;border:1px solid #c0c3cb;border-radius:6px;width:100%;height:46px;margin:0 10px 0 0;padding:20px 70px 24px 15px;display:block;position:relative}.tutor-field-type-slider .ui-widget-header{background:#dedede;border-radius:4px}.tutor-field-type-slider .ui-widget-content{background-color:var(--tutor-color-primary);border:none;border-radius:4px;height:4px}.tutor-field-type-slider .ui-widget-content .ui-state-default{border:4px solid var(--tutor-color-primary);background-color:#fff;border-radius:50%}.tutor-field-type-slider .tutor-field-type-slider-value{background:var(--tutor-color-primary);text-align:center;color:#fff;border-radius:4px;width:43px;margin:0;font-size:16px;font-weight:600;line-height:34px;position:absolute;top:50%;right:5px;transform:translateY(-50%)}.tutor-field-type-slider .tutor-field-type-slider-value:before{content:"";border:7px solid #fff0;border-right-color:var(--tutor-color-primary);position:absolute;top:50%;right:100%;transform:translateY(-50%)}.tutor-quiz-slider .tutor-field-type-slider{padding:10px 0 10px 6px!important}.tutor-quiz-slider .tutor-field-type-slider .ui-widget-content{width:85%!important;top:40%!important}.tutor-backend .ui-datepicker,.tutor-screen-frontend-dashboard .ui-datepicker{box-sizing:border-box;background:#fff;border:1px solid #e3e5eb;border-radius:6px;width:260px;margin-top:4px;padding:10px;display:none;box-shadow:0 10px 14px rgb(0 0 0 / .12)}.tutor-backend .ui-datepicker table th span,.tutor-screen-frontend-dashboard .ui-datepicker table th span{color:#b4b7c0;font-size:13px;font-weight:400}.tutor-backend .ui-datepicker .ui-datepicker-title .ui-datepicker-month,.tutor-backend .ui-datepicker .ui-datepicker-title .ui-datepicker-year,.tutor-screen-frontend-dashboard .ui-datepicker .ui-datepicker-title .ui-datepicker-month,.tutor-screen-frontend-dashboard .ui-datepicker .ui-datepicker-title .ui-datepicker-year{color:var(--tutor-body-color);font-size:20px;font-weight:500}.tutor-backend .ui-datepicker .ui-datepicker-calendar,.tutor-screen-frontend-dashboard .ui-datepicker .ui-datepicker-calendar{table-layout:fixed;width:100%;border:0!important}.tutor-backend .ui-datepicker .ui-datepicker-calendar .ui-state-default,.tutor-screen-frontend-dashboard .ui-datepicker .ui-datepicker-calendar .ui-state-default{background:0 0;border:none}.tutor-backend .ui-datepicker .ui-datepicker-calendar .ui-state-default.ui-state-highlight,.tutor-screen-frontend-dashboard .ui-datepicker .ui-datepicker-calendar .ui-state-default.ui-state-highlight{padding:5px;color:#41454f!important;background-color:#e9edfb!important;border:none!important;border-radius:100%!important}.tutor-backend .ui-datepicker .ui-datepicker-calendar td,.tutor-screen-frontend-dashboard .ui-datepicker .ui-datepicker-calendar td{cursor:pointer;width:30px;height:30px;transition:background-color .1s ease-in-out,color .1s ease-in-out;border-radius:50%!important}.tutor-backend .ui-datepicker .ui-datepicker-calendar td:hover,.tutor-screen-frontend-dashboard .ui-datepicker .ui-datepicker-calendar td:hover{color:#41454f!important;background-color:#e9edfb!important;border:none!important;border-radius:100%!important}.tutor-backend .ui-datepicker .ui-datepicker-calendar td a,.tutor-screen-frontend-dashboard .ui-datepicker .ui-datepicker-calendar td a{text-decoration:none}.tutor-backend .ui-datepicker .ui-datepicker-calendar tbody,.tutor-screen-frontend-dashboard .ui-datepicker .ui-datepicker-calendar tbody{border:0!important}.tutor-backend .ui-datepicker .ui-datepicker-calendar th,.tutor-backend .ui-datepicker .ui-datepicker-calendar td,.tutor-screen-frontend-dashboard .ui-datepicker .ui-datepicker-calendar th,.tutor-screen-frontend-dashboard .ui-datepicker .ui-datepicker-calendar td{text-align:center;padding:0;border:0!important}.tutor-backend .ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover,.tutor-screen-frontend-dashboard .ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover{cursor:default;background-color:#fff}.tutor-backend .ui-datepicker .ui-datepicker-current-day,.tutor-screen-frontend-dashboard .ui-datepicker .ui-datepicker-current-day{background-color:#3e64de!important;border-radius:100%!important}.tutor-backend .ui-datepicker .ui-datepicker-current-day,.tutor-backend .ui-datepicker .ui-datepicker-current-day a,.tutor-screen-frontend-dashboard .ui-datepicker .ui-datepicker-current-day,.tutor-screen-frontend-dashboard .ui-datepicker .ui-datepicker-current-day a{color:#fff!important}.tutor-backend .ui-datepicker .ui-datepicker-prev.ui-corner-all,.tutor-backend .ui-datepicker .ui-datepicker-next.ui-corner-all,.tutor-screen-frontend-dashboard .ui-datepicker .ui-datepicker-prev.ui-corner-all,.tutor-screen-frontend-dashboard .ui-datepicker .ui-datepicker-next.ui-corner-all{color:#3e64de}.tutor-backend .ui-datepicker .ui_tpicker_hour_slider,.tutor-backend .ui-datepicker .ui_tpicker_minute_slider,.tutor-screen-frontend-dashboard .ui-datepicker .ui_tpicker_hour_slider,.tutor-screen-frontend-dashboard .ui-datepicker .ui_tpicker_minute_slider{border:1px solid!important}.tutor-backend .ui-datepicker a,.tutor-backend .ui-datepicker a:hover,.tutor-screen-frontend-dashboard .ui-datepicker a,.tutor-screen-frontend-dashboard .ui-datepicker a:hover{text-decoration:none}.tutor-backend .ui-datepicker a:hover,.tutor-backend .ui-datepicker td:hover a,.tutor-screen-frontend-dashboard .ui-datepicker a:hover,.tutor-screen-frontend-dashboard .ui-datepicker td:hover a{color:#2a6496;transition:color .1s ease-in-out}.tutor-backend .ui-datepicker .ui-datepicker-header,.tutor-screen-frontend-dashboard .ui-datepicker .ui-datepicker-header{text-align:center;margin-bottom:4px}.tutor-backend .ui-datepicker .ui-datepicker-header .ui-datepicker-title,.tutor-screen-frontend-dashboard .ui-datepicker .ui-datepicker-header .ui-datepicker-title{font-weight:700}.tutor-backend .ui-datepicker .ui-datepicker-prev,.tutor-backend .ui-datepicker .ui-datepicker-next,.tutor-screen-frontend-dashboard .ui-datepicker .ui-datepicker-prev,.tutor-screen-frontend-dashboard .ui-datepicker .ui-datepicker-next{cursor:default;-webkit-font-smoothing:antialiased;width:30px;height:20px;margin-top:2px;font-family:tutor;font-style:normal;font-weight:400;line-height:1}.tutor-backend .ui-datepicker .ui-datepicker-prev,.tutor-screen-frontend-dashboard .ui-datepicker .ui-datepicker-prev{float:left;text-align:left}.tutor-backend .ui-datepicker .ui-datepicker-prev:before,.tutor-screen-frontend-dashboard .ui-datepicker .ui-datepicker-prev:before{content:""}.tutor-backend .ui-datepicker .ui-datepicker-next,.tutor-screen-frontend-dashboard .ui-datepicker .ui-datepicker-next{float:right;text-align:right}.tutor-backend .ui-datepicker .ui-datepicker-next:before,.tutor-screen-frontend-dashboard .ui-datepicker .ui-datepicker-next:before{content:""}.tutor-backend .ui-datepicker .ui-icon,.tutor-screen-frontend-dashboard .ui-datepicker .ui-icon{display:none}.tutorPlayer,.tutorPlayer iframe{width:100%;max-width:100%;height:auto}.add_question_answers_option.disabled i{background-color:#aaaeb5!important}.add_question_answers_option.disabled{color:#aaaeb5!important;cursor:none!important;pointer-events:none!important}.tutor-valign-middle{vertical-align:middle}.tutor-btn{color:var(--tutor-color-primary);text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;box-sizing:border-box;cursor:pointer;background-color:#fff0;border:1px solid #fff0;border-radius:6px;align-items:center;padding:8px 16px;font-size:16px;font-weight:400;line-height:1.375;text-decoration:none;transition:color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;display:inline-flex}.tutor-btn[disabled],.tutor-btn.disabled{pointer-events:none;color:#858689}.tutor-btn-block{justify-content:center;width:100%;display:flex}.tutor-btn-fw{justify-content:center;min-width:120px;display:inline-flex}.tutor-btn-primary{border-color:var(--tutor-color-primary);background-color:var(--tutor-color-primary);color:#fff}.tutor-btn-primary:hover,.tutor-btn-primary:focus,.tutor-btn-primary:active{color:#fff;border-color:var(--tutor-color-primary-hover);background-color:var(--tutor-color-primary-hover)}.tutor-btn-primary[disabled],.tutor-btn-primary.disabled{background-color:#e9e9ea;border-color:#e9e9ea}.tutor-btn-outline-primary{border-color:var(--tutor-color-primary)}.tutor-btn-outline-primary:hover,.tutor-btn-outline-primary:focus,.tutor-btn-outline-primary:active{color:#fff;border-color:var(--tutor-color-primary-hover);background-color:var(--tutor-color-primary-hover)}.tutor-btn-outline-primary[disabled],.tutor-btn-outline-primary.disabled{border-color:#e9e9ea}.tutor-btn-secondary{background-color:rgba(var(--tutor-color-primary-rgb),.1);color:var(--tutor-color-primary)}.tutor-btn-secondary:hover,.tutor-btn-secondary:focus,.tutor-btn-secondary:active{color:#fff;background-color:var(--tutor-color-primary-hover)}.tutor-btn-secondary[disabled],.tutor-btn-secondary.disabled{background-color:#e9e9ea}.tutor-btn-outline-secondary{border-color:rgba(var(--tutor-color-primary-rgb),.1);background-color:rgba(var(--tutor-color-primary-rgb),.1);color:var(--tutor-color-primary)}.tutor-btn-outline-secondary:hover,.tutor-btn-outline-secondary:focus,.tutor-btn-outline-secondary:active{color:#fff;border-color:var(--tutor-color-primary-hover);background-color:var(--tutor-color-primary-hover)}.tutor-btn-outline-secondary[disabled],.tutor-btn-outline-secondary.disabled{background-color:#e9e9ea;border-color:#e9e9ea}.tutor-btn-tertiary{color:var(--tutor-color-secondary);border:1px solid var(--tutor-border-color);background-color:#fff}.tutor-btn-tertiary [class^=tutor-icon-]{color:#9197a8}.tutor-btn-tertiary:hover,.tutor-btn-tertiary:focus,.tutor-btn-tertiary:active{color:var(--tutor-color-secondary);background-color:#f5f6fa}.tutor-btn-tertiary[disabled],.tutor-btn-tertiary.disabled{background-color:#e9e9ea}.tutor-btn-danger{color:#fff;background-color:#f44337}.tutor-btn-danger:hover,.tutor-btn-danger:focus,.tutor-btn-danger:active{color:#fff}.tutor-btn-danger[disabled],.tutor-btn-danger.disabled{color:#000;background-color:#e9e9ea;border-color:#e9e9ea}.tutor-btn-link{font-size:inherit;position:relative;padding:0!important}.tutor-btn-link:after{content:" ";background:var(--tutor-color-primary-hover);width:0;height:1px;transition:width .2s ease-in-out;position:absolute;bottom:0;left:0}.tutor-btn-link:hover:after,.tutor-btn-link:focus:after,.tutor-btn-link:active:after{width:100%}.tutor-btn-ghost{color:#757c8e;border-radius:0;outline:0;position:relative;padding:0!important}.tutor-btn-ghost.tutor-has-underline{position:relative}.tutor-btn-ghost.tutor-has-underline:after{content:" ";background-color:#757c8e;width:100%;height:1px;transition:background-color .2s ease-in-out;position:absolute;bottom:0;left:0}.tutor-btn-ghost:hover,.tutor-btn-ghost:focus,.tutor-btn-ghost:active{color:var(--tutor-color-primary)}.tutor-btn-ghost:hover.tutor-has-underline:after,.tutor-btn-ghost:focus.tutor-has-underline:after,.tutor-btn-ghost:active.tutor-has-underline:after{background-color:var(--tutor-color-primary)}.tutor-btn-ghost:hover,.tutor-btn-ghost:focus,.tutor-btn-ghost:active{box-shadow:none;outline:0}.tutor-btn-ghost-light{color:#fff}.tutor-btn-ghost-light.tutor-has-underline:after{background-color:#fff}.tutor-btn-ghost-light:hover,.tutor-btn-ghost-light:focus,.tutor-btn-ghost-light:active{color:rgb(255 255 255 / .8)}.tutor-btn-ghost-light:hover.tutor-has-underline:after,.tutor-btn-ghost-light:focus.tutor-has-underline:after,.tutor-btn-ghost-light:active.tutor-has-underline:after{background-color:rgb(255 255 255 / .8)}.tutor-btn-sm{padding:5px 12px;font-size:14px}.tutor-btn-md{padding:6px 12px}.tutor-btn-lg{padding:12px 32px;font-size:16px;line-height:1.5}.tutor-btn-xl{padding:15px 24px;font-size:18px}.tutor-btn.is-loading:before{margin-right:8px}.tutor-btn.is-loading [class^=tutor-icon-],.tutor-btn.is-loading [class*=\ tutor-icon-]{display:none}.tutor-iconic-btn-group{align-items:center;gap:4px;display:flex}.tutor-iconic-btn{color:#757c8e;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;background-color:#fff0;border:1px solid #fff0;border-radius:48px;justify-content:center;align-items:center;width:32px;height:32px;margin-top:-4px;margin-bottom:-4px;padding:0;font-size:16px;font-weight:400;line-height:1.375;text-decoration:none;transition:color .2s ease-in-out,background-color .2s ease-in-out;display:inline-flex}.tutor-iconic-btn [class^=tutor-icon-],.tutor-iconic-btn [class*=\ tutor-icon-]{pointer-events:none}.tutor-iconic-btn:hover,.tutor-iconic-btn:focus,.tutor-iconic-btn:active{color:var(--tutor-color-primary-hover);background-color:rgba(var(--tutor-color-primary-rgb),.1);border-color:rgba(var(--tutor-color-primary-rgb),.1)}.tutor-iconic-btn[disabled],.tutor-iconic-btn.disabled{background-color:#e9e9ea}.tutor-iconic-btn-outline{border-color:var(--tutor-color-primary);color:var(--tutor-color-primary)}.tutor-iconic-btn-outline:hover,.tutor-iconic-btn-outline:focus,.tutor-iconic-btn-outline:active{color:#fff;border-color:var(--tutor-color-primary-hover);background-color:var(--tutor-color-primary-hover)}.tutor-iconic-btn-outline[disabled],.tutor-iconic-btn-outline.disabled{border-color:#e9e9ea}.tutor-iconic-btn-secondary{background-color:rgba(var(--tutor-color-primary-rgb),.1);color:var(--tutor-color-primary)}.tutor-iconic-btn-secondary:hover,.tutor-iconic-btn-secondary:focus,.tutor-iconic-btn-secondary:active{color:#fff;background-color:var(--tutor-color-primary-hover)}.tutor-iconic-btn-secondary[disabled],.tutor-iconic-btn-secondary.disabled{background-color:#e9e9ea;border-color:#e9e9ea}.tutor-iconic-btn-light{color:#fff}.tutor-iconic-btn-light:hover,.tutor-iconic-btn-light:focus,.tutor-iconic-btn-light:active{color:#fff;background-color:var(--tutor-color-primary-hover)}.tutor-iconic-btn-light[disabled],.tutor-iconic-btn-light.disabled{background-color:#e9e9ea;border-color:#e9e9ea}.tutor-iconic-btn-md{width:40px;height:40px;font-size:20px}.tutor-iconic-btn-lg{width:48px;height:48px;font-size:24px}.tutor-btn-group{vertical-align:middle;display:inline-flex;position:relative}.tutor-btn-group .tutor-btn{flex:1;position:relative}.tutor-btn-group .tutor-btn:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.tutor-btn-group .tutor-btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0;margin-left:-1px}.tutor-btn.is-loading:before,.tutor-iconic-btn.is-loading:before{margin-top:-2px;margin-bottom:-2px;font-family:tutor;font-size:18px;line-height:1;animation:.8s linear infinite rotateSpinner;display:inline-block;content:""!important}.tutor-btn.is-loading [class^=tutor-icon-],.tutor-btn.is-loading [class*=\ tutor-icon-],.tutor-iconic-btn.is-loading [class^=tutor-icon-],.tutor-iconic-btn.is-loading [class*=\ tutor-icon-]{display:none}.tutor-animation-spin{animation:.8s linear infinite rotateSpinner}@keyframes rotateSpinner{to{transform:rotate(360deg)}}.tutor-form-group{margin-bottom:32px}.tutor-form-wrap{display:flex;position:relative}.tutor-form-control{background-color:var(--tutor-color-white);box-sizing:border-box;width:100%;color:var(--tutor-color-black);height:auto;box-shadow:none;border-radius:6px;outline:none;padding:8px 16px;font-size:16px;font-weight:400;line-height:1.4;transition:color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;display:block;border:1px solid var(--tutor-border-color)!important}.tutor-form-control.tutor-placeholder{color:var(--tutor-color-muted)}.tutor-form-control::-webkit-input-placeholder{color:var(--tutor-color-muted)}.tutor-form-control::-ms-input-placeholder{color:var(--tutor-color-muted)}.tutor-form-control::placeholder{color:var(--tutor-color-muted)}.tutor-form-control:focus,.tutor-form-control.is-active{border-color:var(--tutor-color-primary);box-shadow:unset}.tutor-form-control[readonly]:focus,.tutor-form-control[readonly]{background-color:var(--tutor-disabled-bg);border-color:var(--tutor-disabled-bg);color:var(--tutor-disabled-color)}.tutor-form-control[readonly]:focus::-webkit-input-placeholder{color:var(--tutor-disabled-color)}.tutor-form-control[readonly]:focus::-ms-input-placeholder{color:var(--tutor-disabled-color)}.tutor-form-control[readonly]:focus::placeholder{color:var(--tutor-disabled-color)}.tutor-form-control[readonly]::-webkit-input-placeholder{color:var(--tutor-disabled-color)}.tutor-form-control[readonly]::-ms-input-placeholder{color:var(--tutor-disabled-color)}.tutor-form-control[readonly]::placeholder{color:var(--tutor-disabled-color)}.tutor-form-control:disabled{cursor:not-allowed;background:#e3e5eb;border-color:#e3e5eb}.tutor-form-control:disabled::-webkit-input-placeholder{color:var(--tutor-color-muted)}.tutor-form-control:disabled::-ms-input-placeholder{color:var(--tutor-color-muted)}.tutor-form-control:disabled::placeholder{color:var(--tutor-color-muted)}.tutor-form-control-sm{padding:5px 12px;font-size:14px}.tutor-form-control-md{padding:6px 12px}.tutor-form-control-lg{padding:10px 20px;font-size:18px}.tutor-form-control-xl{padding:15px 24px;font-size:18px}.tutor-form-select{text-align:left;cursor:pointer;min-width:180px;position:relative}.tutor-form-select-dropdown{z-index:10;background:#fff;border:1px solid #cdcfd5;border-radius:6px;flex-direction:column;width:100%;min-width:220px;max-height:300px;transition:all .1s;display:none;position:absolute;top:calc(100% + 5px);left:0;box-shadow:0 6px 20px rgb(28 49 104 / .1)}.tutor-form-select-dropdown .tutor-form-control{border-top:0;border-left:0;border-right:0;padding-left:0;padding-right:0}.tutor-form-select.is-active .tutor-form-select-dropdown{display:flex}.tutor-form-select-options{flex-direction:column;gap:1px;margin:0;padding:8px 0;list-style:none;display:flex;overflow-y:auto}.tutor-form-select-option{cursor:pointer;font-weight:400;line-height:1.4}.tutor-form-select-option span{padding:8px 19px;font-size:14px;display:block}.tutor-form-select-option:hover,.tutor-form-select-option.is-active{background:#eff1f7}.tutor-form-label{color:var(--tutor-body-color);margin:0 0 10px;font-size:14px;font-weight:500;line-height:24px;display:block}.tutor-form-icon{width:40px;color:var(--tutor-color-muted);justify-content:center;align-items:center;font-size:16px;line-height:1.4;display:inline-flex;position:absolute;top:0;bottom:0;left:0}.tutor-form-icon:not(.tutor-password-reveal){pointer-events:none}.tutor-form-icon-reverse{left:auto;right:0}.tutor-form-icon-reverse~.tutor-form-control{padding-right:40px!important}.tutor-form-icon:not(.tutor-form-icon-reverse)~.tutor-form-control{padding-left:40px!important}textarea.tutor-form-control{resize:vertical;min-height:180px}textarea.tutor-form-control-auto-height{min-height:72px}select.tutor-form-control,.tutor-form-select{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");background-position:right .75rem center;background-repeat:no-repeat;background-size:16px 12px;padding-right:36px}.tutor-input-group{flex-wrap:wrap;align-items:stretch;width:100%;display:flex;position:relative}.tutor-input-group-addon{text-align:center;white-space:nowrap;background-color:var(--tutor-color-white);border:1px solid var(--tutor-border-color);border-radius:6px;align-items:center;padding:10px 16px;font-size:16px;font-weight:400;line-height:1.4;display:flex}.tutor-input-group>:not(.tutor-form-wrap):not(:last-child),.tutor-input-group>.tutor-form-wrap:not(:last-child)>.tutor-form-control{border-top-right-radius:0;border-bottom-right-radius:0}.tutor-input-group>:not(.tutor-form-wrap):not(:first-child),.tutor-input-group>.tutor-form-wrap:not(:first-child)>.tutor-form-control{border-top-left-radius:0;border-bottom-left-radius:0}.tutor-input-group>:not(.tutor-form-wrap):not(:first-child),.tutor-input-group>.tutor-form-wrap:not(:first-child){margin-left:-1px}.tutor-input-group>.tutor-form-control,.tutor-input-group>.tutor-form-wrap{flex:auto;width:1%;min-width:0;position:relative}.tutor-input-group .tutor-btn{z-index:2;position:relative}.tutor-input-group .tutor-btn:focus{z-index:3}.tutor-form-feedback{color:var(--tutor-color-muted);margin:12px 0 0;font-size:14px;line-height:1.4;display:flex;position:relative}.tutor-form-feedback .tutor-form-feedback-icon{margin-right:8px;font-size:18px}.tutor-form-check{display:inline-block}.tutor-form-check label{color:var(--tutor-body-color);cursor:pointer;font-size:16px;font-weight:500;margin:0!important;display:inline-block!important}.tutor-form-check input.tutor-form-check-input{margin-right:8px;margin-top:0!important}.tutor-form-check+.tutor-form-check{margin-left:16px}.tutor-form-check-input.tutor-form-check-input{vertical-align:top;background-color:var(--tutor-color-white);border:2px solid var(--tutor-border-color);cursor:pointer;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;color-adjust:exact;width:24px;height:24px;box-shadow:0 0 0 0 rgba(var(--tutor-color-primary-rgb),.1);background-position:50%;background-repeat:no-repeat;background-size:12px;border-radius:4px;flex:none;margin:0;transition:all .3s;display:inline-block;outline:none!important}.tutor-form-check-input.tutor-form-check-input:before,.tutor-form-check-input.tutor-form-check-input:after{display:none!important}.tutor-form-check-input.tutor-form-check-input:focus{box-shadow:0 0 0 6px rgba(var(--tutor-color-primary-rgb),.1)}.tutor-form-check-input.tutor-form-check-input[type=checkbox]{border-radius:4px}.tutor-form-check-input.tutor-form-check-input[type=checkbox].tutor-form-check-square{border-radius:0}.tutor-form-check-input.tutor-form-check-input[type=checkbox].tutor-form-check-circle{border-radius:50%}.tutor-form-check-input.tutor-form-check-input[type=checkbox]:checked{border-color:var(--tutor-color-primary);background-color:var(--tutor-color-primary);background-image:url("data:image/svg+xml,%3Csvg width='14' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.922 5.7a.627.627 0 01-.127-.194.72.72 0 010-.5.6.6 0 01.127-.195l.905-.867a.562.562 0 01.425-.195.592.592 0 01.25.05.665.665 0 01.207.145l2.73 2.734L11.295.82a.658.658 0 01.202-.145.613.613 0 01.484.002.568.568 0 01.191.143l.905.88a.6.6 0 01.127.195.72.72 0 010 .5.628.628 0 01-.127.194l-7.2 7.163a.575.575 0 01-.195.147.655.655 0 01-.5 0 .575.575 0 01-.195-.147L.922 5.7z' fill='%23fff'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat}.tutor-form-check-input.tutor-form-check-input-radio{background-size:100%;border-radius:50%}.tutor-form-check-input.tutor-form-check-input[type=radio]{background-size:100%;border-radius:50%}input:checked+label .tutor-form-check-input-radio,.tutor-form-check-input.tutor-form-check-input-radio:checked,.tutor-form-check-input.tutor-form-check-input-radio.is-active{border-color:var(--tutor-color-primary);background-color:var(--tutor-color-primary);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");background-position:50%}.tutor-form-check-input.tutor-form-check-input[type=radio]:checked{border-color:var(--tutor-color-primary);background-color:var(--tutor-color-primary);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");background-position:50%}.tutor-form-check-input.tutor-form-check-input[type=radio].is-active{border-color:var(--tutor-color-primary);background-color:var(--tutor-color-primary);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");background-position:50%}.tutor-form-check-input.tutor-form-check-input.tutor-form-check-20{background-size:10px}.tutor-form-toggle{vertical-align:top;align-items:center;display:inline-flex}.tutor-form-toggle input{display:none}.tutor-form-toggle input~.tutor-form-toggle-control{vertical-align:top;cursor:pointer;background-color:#cdcfd5;border-radius:12px;flex-shrink:0;width:40px;height:24px;margin:0 4px;display:inline-block;position:relative}.tutor-form-toggle input~.tutor-form-toggle-control:before{content:"";background-color:var(--tutor-color-white);border-radius:50%;width:18px;height:18px;transition:all .1s;position:absolute;top:3px;left:4px;box-shadow:0 2px 4px rgb(0 0 0 / .165)}.tutor-form-toggle input:checked~.tutor-form-toggle-control{background-color:var(--tutor-color-primary)}.tutor-form-toggle input:checked~.tutor-form-toggle-control:before{left:18px}.tutor-form-toggle input~.tutor-form-toggle-label{padding:0 4px}.tutor-form-toggle input~.tutor-form-toggle-label.tutor-form-toggle-checked{color:var(--tutor-border-color)}.tutor-form-toggle input:checked~.tutor-form-toggle-checked{color:inherit}.tutor-form-toggle input:checked~.tutor-form-toggle-unchecked{color:var(--tutor-border-color)}.tutor-control-button{cursor:pointer;color:#9197a8;background-color:#fff0;border:none;width:24px;height:24px;font-size:16px}.tutor-control-button.active{color:var(--tutor-color-primary)}.tutor-control-button input{display:none}.tutor-badge,.tutor-badge-square{color:var(--tutor-color-white);box-sizing:border-box;border-radius:2px;padding:0 8px;font-size:13px;font-weight:700;line-height:21px}.tutor-badge-square{text-align:center;min-width:32px;padding:5px;font-size:15px;font-weight:500;line-height:22px}.tutor-profile-badge{box-sizing:border-box}.tutor-profile-badge img{max-width:50px;height:auto}.tutor-profile-badge .tutor-profile-badge-content{color:var(--tutor-color-muted);padding-left:20px;font-size:16px;font-weight:400;line-height:26px}.tutor-profile-badge .tutor-profile-badge-content h5{color:var(--tutor-body-color);margin:0;font-size:24px;font-weight:400;line-height:34px}.tutor-floating-badge{background-color:var(--tutor-color-danger);box-sizing:border-box;color:#fff;z-index:1;border-radius:40px;justify-content:center;align-items:center;min-width:20px;min-height:20px;padding:0 4px;font-size:12px;font-weight:700;line-height:1;display:inline-flex;position:absolute;top:-4px;right:-4px}.tutor-tag-list{margin:0 0 0 -15px;padding:0;list-style:none}.tutor-tag-list li{display:inline-block}.tutor-tag-list li a{border:1px solid var(--tutor-border-color);color:var(--tutor-color-secondary);border-radius:6px;margin-left:15px;padding:7px 23px;font-size:16px;line-height:26px;text-decoration:none;transition:all .2s;display:block}.tutor-tag-list li a:hover{color:var(--tutor-color-primary);border-color:var(--tutor-color-primary)}.tutor-ratings{align-items:center;display:flex}.tutor-ratings-stars{color:#ed9700;margin:0 -3px;font-size:16px}.tutor-ratings-stars>*{margin:0 3px}.tutor-ratings-average{color:var(--tutor-body-color);margin-left:12px;font-weight:500}.tutor-ratings-count{color:var(--tutor-color-muted);margin-left:8px}.tutor-ratings-progress-bar{height:8px!important}.tutor-ratings-progress-bar .tutor-progress-value{background-color:#ed9700}.tutor-ratings-selectable .tutor-ratings-stars{cursor:pointer}.tutor-ratings-lg .tutor-ratings-stars{font-size:20px}.tutor-ratings-xl .tutor-ratings-stars{font-size:40px}.tutor-badge-label{white-space:nowrap;border:1px solid #fff0;border-radius:50px;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding-inline:8px;font-size:12px;font-weight:500;line-height:1.5;display:inline-flex}.tutor-badge-label.label-default{background:var(--tutor-color-gray-10);color:var(--tutor-color-muted);border-color:var(--tutor-border-color)}.tutor-badge-label.label-primary{background:rgba(var(--tutor-color-primary-rgb),.15);color:var(--tutor-color-primary);border-color:rgba(var(--tutor-color-primary-rgb),.3)}.tutor-badge-label.label-success{background:rgba(var(--tutor-color-success-rgb),.15);color:var(--tutor-color-success);border-color:rgba(var(--tutor-color-success-rgb),.3)}.tutor-badge-label.label-warning{background:rgba(var(--tutor-color-warning-rgb),.15);color:var(--tutor-color-warning);border-color:rgba(var(--tutor-color-warning-rgb),.3)}.tutor-badge-label.label-danger{background:rgba(var(--tutor-color-danger-rgb),.15);color:var(--tutor-color-danger);border-color:rgba(var(--tutor-color-danger-rgb),.3)}.tutor-form-select-with-icon.select-primary{color:var(--tutor-color-primary);background:rgba(var(--tutor-color-primary-rgb),.15);border:1px solid rgba(var(--tutor-color-primary-rgb),.3)}.tutor-form-select-with-icon.select-primary select{color:var(--tutor-color-primary)}.tutor-form-select-with-icon.select-primary:focus{border-color:var(--tutor-color-primary)}.tutor-form-select-with-icon.select-primary .icon1:before{content:""}.tutor-form-select-with-icon.select-default{color:rgb(65 69 79 / .9);border:1px solid var(--tutor-border-color);background:#eff1f6}.tutor-form-select-with-icon.select-default select{color:rgb(65 69 79 / .9)}.tutor-form-select-with-icon.select-default:focus{border-color:rgb(65 69 79 / .9)}.tutor-form-select-with-icon.select-default .icon1:before{content:""}.tutor-form-select-with-icon.select-success{color:var(--tutor-color-success);background:rgba(var(--tutor-color-success-rgb),.15);border:1px solid rgba(var(--tutor-color-success-rgb),.3)}.tutor-form-select-with-icon.select-success select{color:var(--tutor-color-success)}.tutor-form-select-with-icon.select-success:focus{border-color:var(--tutor-color-success)}.tutor-form-select-with-icon.select-success .icon1:before{content:""}.tutor-form-select-with-icon.select-danger{color:var(--tutor-color-danger);background:rgba(var(--tutor-color-danger-rgb),.15);border:1px solid rgba(var(--tutor-color-danger-rgb),.3)}.tutor-form-select-with-icon.select-danger select{color:var(--tutor-color-danger)}.tutor-form-select-with-icon.select-danger:focus{border-color:var(--tutor-color-danger)}.tutor-form-select-with-icon.select-danger .icon1:before{content:""}.tutor-form-select-with-icon.select-warning{color:var(--tutor-color-warning);background:rgba(var(--tutor-color-warning-rgb),.15);border:1px solid rgba(var(--tutor-color-warning-rgb),.3)}.tutor-form-select-with-icon.select-warning select{color:var(--tutor-color-warning)}.tutor-form-select-with-icon.select-warning:focus{border-color:var(--tutor-color-warning)}.tutor-form-select-with-icon.select-warning .icon1:before{content:""}.tutor-form-select-with-icon{border-radius:42px;justify-content:space-between;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-width:120px;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content;display:flex;position:relative}.tutor-form-select-with-icon select{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;z-index:1;cursor:pointer;background:0 0;border:none;outline:none;width:100%;margin:0;padding:5px 28px;display:block;position:relative;min-height:24px!important}.tutor-form-select-with-icon select:focus{box-shadow:none}.tutor-form-select-with-icon>i{font-size:14px;position:absolute}.tutor-form-select-with-icon .icon1{left:8px}.tutor-form-select-with-icon .icon2{right:8px}.tutor-tag{color:#202223;background-color:#e4e5e7;border-radius:4px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:4px 8px;font-size:14px;line-height:24px;display:inline-block}.tutor-tag.tag-default{background:var(--tutor-color-gray-10);color:var(--tutor-color-muted)}.tutor-tag.tag-primary{background:rgba(var(--tutor-color-primary-rgb),.15);color:var(--tutor-color-primary)}.tutor-tag.tag-success{background:rgba(var(--tutor-color-success-rgb),.15);color:#202223}.tutor-tag.tag-warning{background:rgba(var(--tutor-color-warning-rgb),.15);color:var(--tutor-color-warning)}.tutor-tag.tag-danger{background:rgba(var(--tutor-color-danger-rgb),.15);color:var(--tutor-color-danger)}.tutor-avatar{width:36px;height:36px;box-shadow:0 0 0 1px var(--tutor-border-color);background-color:#fff;border-radius:100px;flex-shrink:0;display:inline-flex;overflow:hidden}.tutor-avatar-text{color:rgb(255 255 255 / .8);background-color:var(--tutor-color-primary);justify-content:center;align-items:center;display:flex}.tutor-avatar-xl{width:96px;height:96px}.tutor-avatar-xl .tutor-avatar-text{font-size:24px;font-weight:500}.tutor-avatar-lg{width:64px;height:64px}.tutor-avatar-md{width:48px;height:48px}.tutor-avatar-sm{width:32px;height:32px}.tutor-avatar-xs{width:24px;height:24px}.tutor-avatar.tutor-is-lg{width:120px;height:120px}.tutor-avatar.tutor-is-sm{width:60px;height:60px}.tutor-avatar.tutor-is-xs{width:40px;height:40px}.tutor-table{border-collapse:separate;border-spacing:0;--tutor-table-border-radius:6px;width:100%;min-width:600px;margin:0}.tutor-table-responsive{-webkit-overflow-scrolling:touch;position:relative;overflow-x:auto}.tutor-table tbody,.tutor-table td,.tutor-table tfoot,.tutor-table th,.tutor-table thead,.tutor-table tr{border-color:inherit;box-sizing:border-box;border-style:solid;border-width:0}.tutor-table thead{vertical-align:bottom}.tutor-table tbody{vertical-align:inherit}.tutor-table tr th{border-bottom:1px solid var(--tutor-border-color);border-top:1px solid var(--tutor-border-color);white-space:nowrap;color:var(--tutor-color-secondary);background:#f4f6f9;padding:9px 16px;font-size:14px;font-weight:500;line-height:1.8}.tutor-table tr th:not(.tutor-text-left):not(.tutor-text-center):not(.tutor-text-right){text-align:left}.tutor-table tr th:first-child{border-left:1px solid var(--tutor-border-color)}.tutor-table tr th:last-child{border-right:1px solid var(--tutor-border-color)}.tutor-table tr td{border-bottom:1px solid var(--tutor-border-color);color:var(--tutor-body-color);background:#fff;padding:16px;font-size:16px;font-weight:500;line-height:1.6}.tutor-table tr td>a:not(.tutor-btn):not(.tutor-iconic-btn):not(.quiz-manual-review-action),.tutor-table tr td .tutor-table-link{color:var(--tutor-body-color);font-weight:500;text-decoration:none}.tutor-table tr td>a:not(.tutor-btn):not(.tutor-iconic-btn):not(.quiz-manual-review-action):hover,.tutor-table tr td .tutor-table-link:hover{color:var(--tutor-color-primary)}.tutor-table tr td:not(.tutor-text-left):not(.tutor-text-center):not(.tutor-text-right){text-align:left}.tutor-table tr td:first-child{border-left:1px solid var(--tutor-border-color)}.tutor-table tr td:last-child{border-right:1px solid var(--tutor-border-color)}.tutor-table tr:first-child th:first-child{border-top-left-radius:var(--tutor-table-border-radius)}.tutor-table tr:first-child th:last-child{border-top-right-radius:var(--tutor-table-border-radius)}.tutor-table tr:last-child td:first-child{border-bottom-left-radius:var(--tutor-table-border-radius)}.tutor-table tr:last-child td:last-child{border-bottom-right-radius:var(--tutor-table-border-radius)}.tutor-table-top td,.tutor-table-top th{vertical-align:top}.tutor-table-middle td,.tutor-table-middle th{vertical-align:middle}.tutor-table-bottom td,.tutor-table-bottom th{vertical-align:bottom}.tutor-table .tutor-td-top{vertical-align:top}.tutor-table .tutor-td-middle{vertical-align:middle}.tutor-table .tutor-td-bottom{vertical-align:bottom}.tutor-table.tutor-table-data-td-target .has-data-td-target.is-active:before{transform:rotate(180deg)}@media only screen and (max-width:575px){.tutor-table-mobile table{min-width:auto}.tutor-table-mobile table,.tutor-table-mobile thead,.tutor-table-mobile tbody,.tutor-table-mobile th,.tutor-table-mobile td,.tutor-table-mobile tr{display:block}.tutor-table-mobile thead tr{position:absolute;top:-9999px;left:-9999px}.tutor-table-mobile tr{border:1px solid var(--tutor-border-color);border-radius:6px;margin-bottom:20px;overflow:hidden}.tutor-table-mobile td{color:var(--tutor-body-color);border:none;border-bottom:1px solid var(--tutor-border-color);font-size:15px;font-weight:400}.tutor-table-mobile td[data-title]{grid-template-columns:1fr 1.5fr;align-items:center;display:grid}.tutor-table-mobile td:first-child{border-left:none!important;border-radius:0!important}.tutor-table-mobile td:last-child{border-bottom:none!important;border-right:none!important}.tutor-table-mobile td:before{content:attr(data-title);color:var(--tutor-color-subdued);text-align:left;font-size:13px;font-weight:500}}.tutor-thumbnail-uploader{width:100%}.tutor-thumbnail-uploader .thumbnail-wrapper{background:var(--tutor-color-white);box-sizing:border-box;border-radius:6px}.tutor-thumbnail-uploader .thumbnail-wrapper:not(.tutor-is-borderless){border:1px solid var(--tutor-border-color)}.tutor-thumbnail-uploader .thumbnail-preview{--width:235px;width:268px;height:98px;width:var(--width);height:calc(var(--width)/1.775);background:#eff1f6;border:2px solid #eff1f6;border-radius:3px;justify-content:center;align-items:center;display:flex;position:relative}.tutor-thumbnail-uploader .thumbnail-preview img{width:auto;max-width:100%;height:auto;max-height:100%}.tutor-thumbnail-uploader .thumbnail-preview img:before{content:"";background:#eff1f6 url("data:image/svg+xml;charset=UTF-8,%3csvg width='125' height='32' viewBox='0 0 125 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.66663 9.37562C4.66663 6.77485 6.75507 4.6665 9.33131 4.6665H22.1438C24.72 4.6665 26.8085 6.77485 26.8085 9.37562V19.4552C26.8085 19.9329 26.4249 20.3201 25.9517 20.3201C25.4785 20.3201 25.0949 19.9329 25.0949 19.4552V9.37562C25.0949 7.73023 23.7737 6.39638 22.1438 6.39638H9.33131C7.70145 6.39638 6.38018 7.73023 6.38018 9.37562V22.3102C6.38018 23.9556 7.70144 25.2894 9.33131 25.2894H19.3246C19.7978 25.2894 20.1813 25.6767 20.1813 26.1543C20.1813 26.632 19.7978 27.0193 19.3246 27.0193H9.33131C6.75507 27.0193 4.66663 24.9109 4.66663 22.3102V9.37562Z' fill='%23B4B7C0'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.9032 25.8664C21.9032 25.3887 22.2868 25.0015 22.76 25.0015L29.1432 25.0015C29.6164 25.0015 29.9999 25.3887 29.9999 25.8664C29.9999 26.3441 29.6164 26.7313 29.1432 26.7313L22.76 26.7313C22.2868 26.7313 21.9032 26.3441 21.9032 25.8664Z' fill='%23B4B7C0'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.0827 21.7856C26.5559 21.7856 26.9395 22.1729 26.9395 22.6506L26.9395 29.1348C26.9395 29.6125 26.5559 29.9998 26.0827 29.9998C25.6095 29.9998 25.2259 29.6125 25.2259 29.1348L25.2259 22.6506C25.2259 22.1729 25.6095 21.7856 26.0827 21.7856Z' fill='%23B4B7C0'/%3e%3cpath d='M9.03067 17.1587C8.9164 17.2781 8.85254 17.4377 8.85254 17.6038V21.9306C8.85254 22.4614 9.27875 22.8917 9.80451 22.8917H21.8629C22.3886 22.8917 22.8148 22.4614 22.8148 21.9306V17.6069C22.8148 17.439 22.7495 17.2778 22.6329 17.158L19.1287 13.5567C18.7763 13.1946 18.1969 13.1887 17.8373 13.5437L13.375 17.9483C13.2556 18.0662 13.0634 18.0648 12.9458 17.9452L11.2367 16.2087C10.8765 15.8427 10.2855 15.8469 9.93056 16.218L9.03067 17.1587Z' fill='%23B4B7C0'/%3e%3cpath d='M15.0194 10.7788C15.0194 11.9171 14.1054 12.8398 12.9779 12.8398C11.8503 12.8398 10.9363 11.9171 10.9363 10.7788C10.9363 9.64052 11.8503 8.71777 12.9779 8.71777C14.1054 8.71777 15.0194 9.64052 15.0194 10.7788Z' fill='%23B4B7C0'/%3e%3cpath d='M40.2588 21.1758C42.9175 21.1758 44.5288 19.6011 44.5288 17.2866V10.4312H42.8955V17.1548C42.8955 18.6929 41.9434 19.7256 40.2588 19.7256C38.5742 19.7256 37.6147 18.6929 37.6147 17.1548V10.4312H35.9741V17.2866C35.9741 19.6011 37.6074 21.1758 40.2588 21.1758ZM46.2866 23.5635H47.8687V19.7036H47.9053C48.3594 20.5972 49.2456 21.1538 50.3369 21.1538C52.2705 21.1538 53.5376 19.6084 53.5376 17.1548V17.1475C53.5376 14.6865 52.2778 13.1484 50.3149 13.1484C49.2163 13.1484 48.3667 13.7051 47.9053 14.6206H47.8687V13.2949H46.2866V23.5635ZM49.9048 19.7915C48.7109 19.7915 47.8613 18.7515 47.8613 17.1548V17.1475C47.8613 15.5435 48.7036 14.5034 49.9048 14.5034C51.1426 14.5034 51.9263 15.5068 51.9263 17.1475V17.1548C51.9263 18.7808 51.1499 19.7915 49.9048 19.7915ZM54.8267 21H56.4087V10.4312H54.8267V21ZM61.3452 21.1538C63.5498 21.1538 65 19.6304 65 17.1475V17.1328C65 14.6646 63.5352 13.1484 61.3379 13.1484C59.1479 13.1484 57.6904 14.6719 57.6904 17.1328V17.1475C57.6904 19.623 59.1333 21.1538 61.3452 21.1538ZM61.3525 19.8281C60.1147 19.8281 59.3091 18.854 59.3091 17.1475V17.1328C59.3091 15.4482 60.1221 14.4741 61.3379 14.4741C62.5757 14.4741 63.3813 15.4482 63.3813 17.1328V17.1475C63.3813 18.8467 62.5903 19.8281 61.3525 19.8281ZM68.4863 21.1392C69.5044 21.1392 70.3979 20.6118 70.8447 19.7842H70.874V21H72.4634V15.6899C72.4634 14.1445 71.2695 13.1484 69.3872 13.1484C67.4902 13.1484 66.3403 14.1665 66.2305 15.4922L66.2231 15.5728H67.7173L67.7319 15.5068C67.8638 14.8916 68.4277 14.4595 69.3433 14.4595C70.3247 14.4595 70.874 14.9722 70.874 15.8218V16.4004L68.7793 16.5249C66.9556 16.6348 65.9155 17.4551 65.9155 18.7954V18.8101C65.9155 20.1943 66.9482 21.1392 68.4863 21.1392ZM67.5122 18.7734V18.7588C67.5122 18.1069 68.0396 17.6895 68.9917 17.6309L70.874 17.5137V18.1143C70.874 19.1177 70.0317 19.8721 68.9185 19.8721C68.0688 19.8721 67.5122 19.4473 67.5122 18.7734ZM76.8799 21.1538C77.9858 21.1538 78.8354 20.5972 79.2969 19.6963H79.3262V21H80.9155V10.4312H79.3262V14.606H79.2969C78.8354 13.6978 77.9565 13.1484 76.8652 13.1484C74.9316 13.1484 73.6572 14.6865 73.6572 17.1401V17.1475C73.6572 19.6011 74.917 21.1538 76.8799 21.1538ZM77.2974 19.7915C76.0449 19.7915 75.2759 18.7881 75.2759 17.1475V17.1401C75.2759 15.5142 76.0522 14.5034 77.2974 14.5034C78.4839 14.5034 79.3335 15.5435 79.3335 17.1401V17.1475C79.3335 18.7515 78.4912 19.7915 77.2974 19.7915ZM86.4453 12.1084C86.9653 12.1084 87.3682 11.6982 87.3682 11.2002C87.3682 10.6948 86.9653 10.2847 86.4453 10.2847C85.9326 10.2847 85.5225 10.6948 85.5225 11.2002C85.5225 11.6982 85.9326 12.1084 86.4453 12.1084ZM85.6543 21H87.2363V13.2949H85.6543V21ZM88.8696 21H90.4517V16.2393C90.4517 15.2432 91.1182 14.5034 92.0557 14.5034C92.9492 14.5034 93.5132 15.0747 93.5132 15.9683V21H95.0659V16.1807C95.0659 15.2065 95.7178 14.5034 96.6553 14.5034C97.5928 14.5034 98.1274 15.082 98.1274 16.0854V21H99.7168V15.7046C99.7168 14.1592 98.7207 13.1484 97.1973 13.1484C96.0986 13.1484 95.1904 13.7271 94.7949 14.6646H94.7583C94.4507 13.6978 93.6743 13.1484 92.6123 13.1484C91.6016 13.1484 90.8179 13.6831 90.4883 14.4888H90.4517V13.2949H88.8696V21ZM103.511 21.1392C104.529 21.1392 105.422 20.6118 105.869 19.7842H105.898V21H107.488V15.6899C107.488 14.1445 106.294 13.1484 104.412 13.1484C102.515 13.1484 101.365 14.1665 101.255 15.4922L101.248 15.5728H102.742L102.756 15.5068C102.888 14.8916 103.452 14.4595 104.368 14.4595C105.349 14.4595 105.898 14.9722 105.898 15.8218V16.4004L103.804 16.5249C101.98 16.6348 100.94 17.4551 100.94 18.7954V18.8101C100.94 20.1943 101.973 21.1392 103.511 21.1392ZM102.537 18.7734V18.7588C102.537 18.1069 103.064 17.6895 104.016 17.6309L105.898 17.5137V18.1143C105.898 19.1177 105.056 19.8721 103.943 19.8721C103.093 19.8721 102.537 19.4473 102.537 18.7734ZM112.402 23.7173C114.578 23.7173 115.94 22.5454 115.94 20.7876V13.2949H114.351V14.606H114.314C113.86 13.7344 113.01 13.1484 111.926 13.1484C109.971 13.1484 108.682 14.6646 108.682 17.0815V17.0889C108.682 19.4912 109.956 21.0073 111.89 21.0073C112.996 21.0073 113.875 20.4727 114.314 19.6377H114.351V20.6924C114.351 21.769 113.655 22.4429 112.395 22.4429C111.406 22.4429 110.74 22.106 110.527 21.6152L110.498 21.5566H108.931L108.938 21.6226C109.172 22.8018 110.425 23.7173 112.402 23.7173ZM112.336 19.7183C111.084 19.7183 110.3 18.7222 110.3 17.1108V17.1035C110.3 15.5142 111.084 14.5034 112.336 14.5034C113.538 14.5034 114.351 15.5215 114.351 17.1035V17.1108C114.351 18.7002 113.545 19.7183 112.336 19.7183ZM120.796 21.1538C122.664 21.1538 123.85 20.0405 124.099 18.8174L124.114 18.7368H122.612L122.59 18.7954C122.393 19.374 121.77 19.8574 120.833 19.8574C119.573 19.8574 118.774 19.0078 118.745 17.5503H124.202V17.0156C124.202 14.7012 122.876 13.1484 120.715 13.1484C118.555 13.1484 117.163 14.7598 117.163 17.1694V17.1768C117.163 19.6084 118.533 21.1538 120.796 21.1538ZM120.723 14.4448C121.755 14.4448 122.502 15.0967 122.634 16.4297H118.767C118.906 15.1406 119.697 14.4448 120.723 14.4448Z' fill='%23B4B7C0'/%3e%3c/svg%3e") 50% no-repeat;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.tutor-thumbnail-uploader .thumbnail-preview span.delete-btn{cursor:pointer;background-color:#f44337;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='14' viewBox='0 0 12 14' fill='none'%3e%3cpath d='M1.36301 12.0781C1.36301 12.3889 1.48628 12.687 1.7057 12.9068C1.92512 13.1265 2.22272 13.25 2.53302 13.25H9.55307C9.86337 13.25 10.161 13.1265 10.3804 12.9068C10.5998 12.687 10.7231 12.3889 10.7231 12.0781V3.875H1.36301V12.0781ZM7.99306 5.82813C7.99306 5.72453 8.03415 5.62517 8.10729 5.55191C8.18043 5.47866 8.27962 5.4375 8.38306 5.4375C8.48649 5.4375 8.58569 5.47866 8.65883 5.55191C8.73197 5.62517 8.77306 5.72453 8.77306 5.82813V11.2969C8.77306 11.4005 8.73197 11.4998 8.65883 11.5731C8.58569 11.6463 8.48649 11.6875 8.38306 11.6875C8.27962 11.6875 8.18043 11.6463 8.10729 11.5731C8.03415 11.4998 7.99306 11.4005 7.99306 11.2969V5.82813ZM5.65304 5.82813C5.65304 5.72453 5.69413 5.62517 5.76727 5.55191C5.84041 5.47866 5.93961 5.4375 6.04304 5.4375C6.14648 5.4375 6.24568 5.47866 6.31882 5.55191C6.39196 5.62517 6.43305 5.72453 6.43305 5.82813V11.2969C6.43305 11.4005 6.39196 11.4998 6.31882 11.5731C6.24568 11.6463 6.14648 11.6875 6.04304 11.6875C5.93961 11.6875 5.84041 11.6463 5.76727 11.5731C5.69413 11.4998 5.65304 11.4005 5.65304 11.2969V5.82813ZM3.31303 5.82813C3.31303 5.72453 3.35412 5.62517 3.42726 5.55191C3.50039 5.47866 3.59959 5.4375 3.70303 5.4375C3.80646 5.4375 3.90566 5.47866 3.9788 5.55191C4.05194 5.62517 4.09303 5.72453 4.09303 5.82813V11.2969C4.09303 11.4005 4.05194 11.4998 3.9788 11.5731C3.90566 11.6463 3.80646 11.6875 3.70303 11.6875C3.59959 11.6875 3.50039 11.6463 3.42726 11.5731C3.35412 11.4998 3.31303 11.4005 3.31303 11.2969V5.82813ZM11.1131 1.53125H8.18806L7.95893 1.07471C7.9104 0.977107 7.83563 0.895005 7.74305 0.837641C7.65046 0.780276 7.54373 0.749926 7.43487 0.750004H4.64879C4.54016 0.749586 4.43362 0.779823 4.34137 0.837251C4.24911 0.894679 4.17487 0.976976 4.12716 1.07471L3.89803 1.53125H0.97301C0.869575 1.53125 0.770377 1.57241 0.697237 1.64567C0.624097 1.71892 0.583008 1.81828 0.583008 1.92188L0.583008 2.70313C0.583008 2.80673 0.624097 2.90609 0.697237 2.97934C0.770377 3.0526 0.869575 3.09375 0.97301 3.09375H11.1131C11.2165 3.09375 11.3157 3.0526 11.3889 2.97934C11.462 2.90609 11.5031 2.80673 11.5031 2.70313V1.92188C11.5031 1.81828 11.462 1.71892 11.3889 1.64567C11.3157 1.57241 11.2165 1.53125 11.1131 1.53125Z' fill='white'/%3e%3c/svg%3e");background-position:50%;background-repeat:no-repeat;border-radius:50%;width:24px;height:24px;display:inline-block;position:absolute;top:-12px;right:-12px}.tutor-thumbnail-uploader .thumbnail-preview span.delete-btn:hover{background-color:#f2281a}.tutor-thumbnail-uploader .thumbnail-input input[type=file]{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;display:none}.tutor-thumbnail-uploader .thumbnail-input .tutor-btn{cursor:pointer;border-radius:6px;padding:6px 14px}.tutor-thumbnail-uploader .thumbnail-input .tutor-btn>.tutor-btn-icon{font-size:24px}.tutor-offcanvas .tutor-offcanvas-backdrop{z-index:1040;opacity:0;visibility:hidden;background-color:rgb(0 0 0 / .25);width:100vw;height:100vh;transition:all .3s;position:fixed;inset:0}.tutor-offcanvas .tutor-offcanvas-main{z-index:1050;opacity:0;visibility:hidden;background:#fff;padding:20px 0;transition:all .3s ease-in-out;position:fixed;box-shadow:0 6px 20px rgb(28 49 104 / .1)}.tutor-offcanvas.tutor-offcanvas-right .tutor-offcanvas-main{width:360px;max-width:100%;height:100%;top:0;right:0;transform:translate(100%)}.tutor-offcanvas.tutor-offcanvas-left .tutor-offcanvas-main{width:360px;max-width:100%;height:100%;top:0;left:0;transform:translate(-100%)}.tutor-offcanvas.tutor-offcanvas-top .tutor-offcanvas-main{height:360px;max-height:100%;top:0;left:0;right:0;transform:translateY(-100%)}.tutor-offcanvas.tutor-offcanvas-bottom .tutor-offcanvas-main{width:100%;height:360px;max-height:100%;bottom:0;left:0;right:0;transform:translateY(100%)}.tutor-offcanvas.is-active{opacity:1;visibility:visible}.tutor-offcanvas.is-active .tutor-offcanvas-main{opacity:1;visibility:visible;transform:none}.tutor-offcanvas.is-active .tutor-offcanvas-backdrop{opacity:1;visibility:visible}.tutor-offcanvas .tutor-offcanvas-header{justify-content:space-between;align-items:center;margin:10px 0;display:flex}.tutor-offcanvas .tutor-offcanvas-main{--padding:20px}.tutor-offcanvas .tutor-offcanvas-header,.tutor-offcanvas .tutor-offcanvas-body{padding:0 var(--padding)}.tutor-notification-tab .tab-header{position:relative}.tutor-notification-tab .tab-header:before{content:" ";bottom:0;left:calc(-1*var(--padding));width:calc(100% + 2*var(--padding));border-bottom:1px solid var(--tutor-border-color);position:absolute}.tutor-notification-tab .tab-header-item{cursor:pointer;position:relative}.tutor-notification-tab .tab-header-item>*{pointer-events:none}.tutor-notification-tab .tab-header-item span{padding:10px;display:flex}.tutor-notification-tab .tab-header-item:before{content:"";border-bottom:2px solid #3e64de;width:100%;transition:all .3s ease-in;position:absolute;bottom:0;transform:scaleY(0)}.tutor-notification-tab .tab-header-item.is-active:before{transform:scaleY(1)}.tutor-notification-tab .tab-body{min-width:100%;width:calc(100% + var(--padding));min-height:200px;max-height:calc(100vmin - 120px);padding-right:var(--padding);overflow-y:auto}.tutor-notification-tab .tab-body-item{display:none}.tutor-notification-tab .tab-body-item.is-active{display:block}.tutor-notification-tab .tab-body{--scrollbarBG:rgba(205,207,213,.5);--thumbBG:#3e64de;scrollbar-width:thin;scrollbar-color:var(--thumbBG)var(--scrollbarBG)}.tutor-notification-tab .tab-body::-webkit-scrollbar{width:4px}.tutor-notification-tab .tab-body::-webkit-scrollbar-track{background:var(--scrollbarBG)}.tutor-notification-tab .tab-body::-webkit-scrollbar-thumb{background-color:var(--thumbBG);border-radius:40px}.tutor-notification-element:not(.notification-read) .element-icon .element-primary,.tutor-notification-element:not(.notification-read) .element-content .header .element-primary{color:var(--tutor-color-primary)}.tutor-notification-element:not(.notification-read) .element-icon .element-success,.tutor-notification-element:not(.notification-read) .element-content .header .element-success{color:var(--tutor-color-success)}.tutor-notification-element:not(.notification-read) .element-icon .element-warning,.tutor-notification-element:not(.notification-read) .element-content .header .element-warning{color:var(--tutor-color-warning)}.tutor-notification-element:not(.notification-read) .element-icon .element-danger,.tutor-notification-element:not(.notification-read) .element-content .header .element-danger{color:var(--tutor-color-danger)}.tutor-notification-element:not(.notification-read) .element-icon .element-purple,.tutor-notification-element:not(.notification-read) .element-content .header .element-purple{color:#9b4ab4}.tutor-notification-element{gap:10px;padding-top:20px;padding-bottom:15px;display:flex}.tutor-notification-element .element-icon{color:var(--tutor-color-muted)}.tutor-notification-element .element-icon [class^=element-]{background:0 0;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:18px;display:flex}.tutor-notification-element .element-content .header{justify-content:space-between;margin-bottom:10px;display:flex}.tutor-notification-element .element-content .header .meta{align-items:center;gap:8px;display:flex}.tutor-notification-element .element-content .header .meta .dot{background:var(--tutor-color-primary);border-radius:50%;width:8px;height:8px;display:inline-block;position:relative;box-shadow:0 0 0 2px #e9edfb}.tutor-notification-element .element-content .header .meta .dot:before{content:"";z-index:-1;border-radius:50%;position:absolute;inset:0}@keyframes pulse-animation{0%{box-shadow:0 0 rgb(0 0 0 / .1)}to{box-shadow:0 0 0 6px #fff0}}.tutor-notification-element .element-content .header [class^=element-]{color:var(--tutor-color-secondary)}.tutor-notification-element .element-content .message span{font-weight:400}.tutor-notification-element.notification-read .element-content .header .meta .dot{display:none}.tutor-notification-element.notification-read .element-content .message,.tutor-notification-element.notification-read .element-content .message>*{color:var(--tutor-color-secondary)}.tutor-notification-element-empty{text-align:center;align-items:center;justify-items:center;display:grid}.tutor-notification-element-empty .element-content{max-width:250px}.tutor-course-certificate-tabs.tutor-nav{background:#f6f8fd;border-radius:6px;padding:4px;display:inline-flex}.tutor-course-certificate-tabs.tutor-nav>li>a{color:var(--tutor-color-muted)}.tutor-course-certificate-tabs.tutor-nav>li>a:hover{color:var(--tutor-color-primary);background-color:#fff0}.tutor-course-certificate-tabs.tutor-nav>li>a.is-active{color:var(--tutor-color-primary);background-color:var(--tutor-color-white);box-shadow:0 1px 2px rgb(2 11 83 / .2)}.tutor-certificate-templates{grid-template-rows:min-content;grid-template-columns:repeat(auto-fill,minmax(228px,1fr));gap:25px;min-height:580px;display:grid;position:relative}.tutor-certificate-template{flex-direction:column;align-items:flex-start;display:flex}.tutor-certificate-template label{cursor:pointer;flex-direction:column;width:100%;height:100%;margin:0;display:flex;position:relative}.tutor-certificate-template img{border-radius:6px;max-width:100%;height:auto;display:inline-block}.tutor-certificate-template-inner{box-shadow:0 0 0 1px var(--tutor-color-gray-10);z-index:1;background-color:#fff;border-radius:6px;flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex;position:relative}.tutor-certificate-template-inner:after{content:"";background-image:url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.42318 12.9161C6.3686 12.8593 6.32513 12.7929 6.29503 12.7201C6.23499 12.558 6.23499 12.3797 6.29503 12.2175C6.32453 12.1445 6.36807 12.0779 6.42318 12.0215L7.33283 11.1496C7.38636 11.0869 7.45336 11.0371 7.52883 11.0038C7.60148 10.971 7.68026 10.9538 7.76001 10.9536C7.84642 10.9519 7.93217 10.9691 8.01129 11.0038C8.0895 11.0386 8.16031 11.0881 8.21985 11.1496L10.9639 13.8986L16.8539 8.00855C16.9119 7.94744 16.981 7.89797 17.0575 7.8628C17.1368 7.82861 17.2224 7.81149 17.3088 7.81255C17.3898 7.813 17.4698 7.83071 17.5435 7.8645C17.6171 7.8983 17.6827 7.94741 17.7359 8.00855L18.6456 8.89306C18.7007 8.9494 18.7442 9.01598 18.7737 9.08906C18.8338 9.25121 18.8338 9.42949 18.7737 9.59163C18.7436 9.66439 18.7002 9.73087 18.6456 9.78763L11.4061 16.9894C11.3522 17.0523 11.2853 17.1029 11.2101 17.1377C11.0492 17.2041 10.8685 17.2041 10.7076 17.1377C10.6323 17.1029 10.5655 17.0523 10.5116 16.9894L6.42318 12.9161Z' fill='white'/%3E%3C/svg%3E%0A");background-position:2px 50%;background-repeat:no-repeat;background-size:25px;background-color:var(--tutor-color-primary);z-index:1;opacity:0;border-radius:50%;width:28px;height:28px;transition:all .2s ease-in;position:absolute;top:-15px;right:-15px}.tutor-certificate-template input[type=radio]{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;display:none}.tutor-certificate-template input[type=radio]:checked+.tutor-certificate-template-inner{box-shadow:0 0 0 2px var(--tutor-color-primary)}.tutor-certificate-template input[type=radio]:checked+.tutor-certificate-template-inner:after{opacity:1}.tutor-certificate-template-icon{z-index:10;opacity:0;transition:all .2s ease-in;position:absolute;top:-20px;right:-12px}.tutor-certificate-template-overlay{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);visibility:hidden;opacity:0;background:rgb(255 255 255 / .6);border-radius:6px;flex-direction:column;justify-content:center;align-items:center;gap:16px;transition:all .2s ease-in;display:flex;position:absolute;inset:0}.tutor-certificate-template:hover .tutor-certificate-template-overlay{visibility:visible;opacity:1}.tutor-dashboard-content-inner .field-label{color:var(--tutor-color-secondary)}.tutor-password-strength-checker{position:relative}.tutor-password-strength-checker .tutor-password-field{text-align:left}.tutor-password-strength-checker .tutor-password-field .field-group,.tutor-password-strength-checker .tutor-password-field .tutor-input-group{position:relative}.tutor-password-strength-checker .tutor-password-field input.password-checker{transition:border-color .3s}.tutor-password-strength-checker .show-hide-btn{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.70941 24C7.89169 24.3172 8.14035 24.7327 8.45342 25.2175C9.2055 26.382 10.3194 27.9309 11.7662 29.4741C14.687 32.5897 18.7868 35.5 23.875 35.5C28.9632 35.5 33.063 32.5897 35.9838 29.4741C37.4306 27.9309 38.5445 26.382 39.2966 25.2175C39.6096 24.7327 39.8583 24.3172 40.0406 24C39.8583 23.6828 39.6096 23.2673 39.2966 22.7825C38.5445 21.618 37.4306 20.0691 35.9838 18.5259C33.063 15.4103 28.9632 12.5 23.875 12.5C18.7868 12.5 14.687 15.4103 11.7662 18.5259C10.3194 20.0691 9.2055 21.618 8.45342 22.7825C8.14035 23.2673 7.89169 23.6828 7.70941 24ZM41.75 24C43.0916 23.3292 43.0914 23.3287 43.0911 23.3281L43.0904 23.3267L43.0886 23.3231L43.0831 23.3123L43.065 23.2769C43.0497 23.2472 43.0281 23.2054 43 23.1524C42.944 23.0465 42.8625 22.8955 42.7558 22.706C42.5427 22.3272 42.2287 21.7929 41.8167 21.155C40.9946 19.882 39.7726 18.1809 38.1724 16.4741C34.9995 13.0897 30.1618 9.5 23.875 9.5C17.5882 9.5 12.7505 13.0897 9.57757 16.4741C7.97744 18.1809 6.75544 19.882 5.9333 21.155C5.5213 21.7929 5.20726 22.3272 4.99415 22.706C4.88754 22.8955 4.80601 23.0465 4.74996 23.1524C4.72193 23.2054 4.70025 23.2472 4.68497 23.2769L4.66685 23.3123L4.6614 23.3231L4.65889 23.3281C4.65861 23.3287 4.65836 23.3292 6 24L4.65836 23.3292C4.44721 23.7515 4.44721 24.2485 4.65836 24.6708L6 24C4.65836 24.6708 4.65861 24.6713 4.65889 24.6719L4.6614 24.6769L4.66685 24.6877L4.68497 24.7231C4.70025 24.7529 4.72193 24.7946 4.74996 24.8476C4.80601 24.9535 4.88754 25.1045 4.99415 25.294C5.20726 25.6729 5.5213 26.2071 5.9333 26.845C6.75544 28.118 7.97744 29.8191 9.57757 31.5259C12.7505 34.9103 17.5882 38.5 23.875 38.5C30.1618 38.5 34.9995 34.9103 38.1724 31.5259C39.7726 29.8191 40.9946 28.118 41.8167 26.845C42.2287 26.2071 42.5427 25.6729 42.7558 25.294C42.8625 25.1045 42.944 24.9535 43 24.8476C43.0281 24.7946 43.0497 24.7529 43.065 24.7231L43.0831 24.6877L43.0886 24.6769L43.0904 24.6733L43.0911 24.6719C43.0914 24.6713 43.0916 24.6708 41.75 24ZM41.75 24L43.0916 24.6708C43.3028 24.2485 43.3028 23.7515 43.0916 23.3292L41.75 24Z' fill='%23212327'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.875 20.625C22.011 20.625 20.5 22.136 20.5 24C20.5 25.864 22.011 27.375 23.875 27.375C25.739 27.375 27.25 25.864 27.25 24C27.25 22.136 25.739 20.625 23.875 20.625ZM17.5 24C17.5 20.4792 20.3542 17.625 23.875 17.625C27.3958 17.625 30.25 20.4792 30.25 24C30.25 27.5208 27.3958 30.375 23.875 30.375C20.3542 30.375 17.5 27.5208 17.5 24Z' fill='%23212327'/%3E%3C/svg%3E");background-size:30px;width:30px;height:30px;font-size:15px;font-weight:600;display:none;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.tutor-password-strength-checker .show-hide-btn.hide-btn{background-image:url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.9965 13.1362C23.0202 13.1339 22.047 13.2452 21.0964 13.4677C20.2898 13.6565 19.4828 13.1556 19.294 12.349C19.1052 11.5424 19.6061 10.7354 20.4127 10.5466C21.5891 10.2713 22.7935 10.1335 24.0018 10.1362C30.0093 10.1369 34.6277 13.5671 37.6511 16.7921C39.1767 18.4194 40.3415 20.0409 41.1251 21.2543C41.5179 21.8624 41.8173 22.3718 42.0206 22.7332C42.1223 22.9141 42.2002 23.0582 42.2537 23.1594C42.2805 23.2101 42.3013 23.2501 42.316 23.2786L42.3334 23.3127L42.3387 23.3231L42.3411 23.328C42.3414 23.3285 42.3416 23.3291 41 23.9999L42.3416 23.3291C42.5592 23.7642 42.5522 24.2779 42.3229 24.707C41.3355 26.5541 40.158 28.2931 38.8096 29.8956C38.2762 30.5295 37.3299 30.611 36.6961 30.0776C36.0622 29.5442 35.9807 28.598 36.5141 27.9641C37.5555 26.7265 38.4836 25.3986 39.2875 23.9963C39.117 23.7011 38.889 23.3215 38.605 22.8818C37.8914 21.777 36.8347 20.3076 35.4625 18.844C32.6908 15.8875 28.8098 13.1362 24 13.1362L23.9965 13.1362ZM13.9096 13.6277C14.5069 13.1717 15.3493 13.2279 15.8807 13.7592L21.7784 19.6569C21.7819 19.6604 21.7854 19.6639 21.7889 19.6674L28.3324 26.2109C28.3359 26.2145 28.3395 26.218 28.343 26.2216L34.2407 32.1192C34.5467 32.4252 34.7056 32.8486 34.6766 33.2804C34.6476 33.7122 34.4335 34.1105 34.0893 34.3728C31.1929 36.5806 27.666 37.8038 24.0245 37.8633L24 37.8635C17.9916 37.8635 13.3726 34.4329 10.3489 31.2076C8.82332 29.5803 7.6585 27.9588 6.87488 26.7455C6.48215 26.1374 6.18271 25.628 5.97939 25.2665C5.87767 25.0857 5.79984 24.9416 5.74625 24.8403C5.71945 24.7897 5.6987 24.7497 5.68404 24.7212L5.66662 24.6871L5.66134 24.6766L5.65889 24.6718C5.65861 24.6712 5.65836 24.6707 7 23.9999L5.65836 24.6707C5.44039 24.2348 5.44782 23.7201 5.67827 23.2906C7.70177 19.5196 10.5083 16.225 13.9096 13.6277ZM8.71331 24.0048C8.88371 24.2999 9.11149 24.6789 9.395 25.1179C10.1086 26.2228 11.1653 27.6921 12.5375 29.1558C15.3068 32.1098 19.1836 34.8588 23.9878 34.8635C26.404 34.8219 28.7586 34.1587 30.8297 32.9509L27.1742 29.2954C26.9214 29.456 26.6567 29.5982 26.3818 29.7207C25.6291 30.0561 24.8165 30.2364 23.9926 30.2509C23.1687 30.2655 22.3503 30.1139 21.5862 29.8053C20.8221 29.4967 20.128 29.0373 19.5453 28.4546C18.9626 27.8719 18.5032 27.1778 18.1946 26.4137C17.886 25.6496 17.7344 24.8312 17.7489 24.0073C17.7635 23.1833 17.9438 22.3708 18.2792 21.6181C18.4017 21.3432 18.5439 21.0784 18.7044 20.8256L14.7099 16.8311C12.3103 18.8548 10.2806 21.2821 8.71331 24.0048ZM20.933 23.0542C20.817 23.3767 20.7545 23.7165 20.7485 24.0602C20.741 24.4813 20.8185 24.8996 20.9763 25.2902C21.134 25.6807 21.3688 26.0354 21.6666 26.3333C21.9644 26.6311 22.3192 26.8659 22.7097 27.0236C23.1003 27.1814 23.5186 27.2588 23.9397 27.2514C24.2834 27.2453 24.6232 27.1828 24.9457 27.0669L20.933 23.0542Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93934 5.93934C6.52513 5.35355 7.47487 5.35355 8.06066 5.93934L42.0607 39.9393C42.6464 40.5251 42.6464 41.4749 42.0607 42.0607C41.4749 42.6464 40.5251 42.6464 39.9393 42.0607L5.93934 8.06066C5.35355 7.47487 5.35355 6.52513 5.93934 5.93934Z' fill='black'/%3E%3C/svg%3E%0A")}.tutor-password-strength-hint{justify-content:space-between;align-items:center;margin-top:7px;display:flex}.tutor-password-strength-hint .indicator{justify-content:space-between;align-items:center;gap:25px;height:10px;margin:10px 0;display:none}.tutor-password-strength-hint .indicator span{background:#d3d3d3;border-radius:5px;width:72px;height:2px;position:relative}.tutor-password-strength-hint .indicator span.active:before{content:"";border-radius:5px;width:100%;height:100%;position:absolute;top:0;left:0}.tutor-password-strength-hint .indicator span.weak:before{background-color:#f44337}.tutor-password-strength-hint .indicator span.medium:before{background-color:#ed9700}.tutor-password-strength-hint .indicator span.strong:before{background-color:var(--tutor-color-success)}.tutor-password-strength-hint .indicator span:nth-child(2){margin:0 3px}.tutor-password-strength-hint .text{text-align:right;text-transform:capitalize;display:none}.tutor-password-strength-hint .text.weak{color:#f44337}.tutor-password-strength-hint .text.medium{color:#ed9700}.tutor-password-strength-hint .text.strong{color:var(--tutor-color-success)}.tutor-card{word-wrap:break-word;background-color:#fff;border-radius:6px;flex-direction:column;min-width:0;display:flex;position:relative}.tutor-card:not(.tutor-no-border){border:1px solid var(--tutor-border-color)}.tutor-card-header{border-radius:5px 5px 0 0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.tutor-card-header:not(.tutor-no-border){border-bottom:1px solid var(--tutor-border-color)}.tutor-card-title{margin:0;font-size:16px;font-weight:500}.tutor-card-body{flex:auto;padding:20px}.tutor-card-footer{border-radius:0 0 5px 5px;padding:16px 20px}.tutor-card-footer:not(.tutor-no-border){border-top:1px solid var(--tutor-border-color)}.tutor-card-image{border-radius:5px}.tutor-card-image-top{border-radius:5px 5px 0 0}.tutor-card-image-right{border-radius:0 5px 5px 0}.tutor-card-image-bottom{border-radius:0 0 5px 5px}.tutor-card-image-left{border-radius:5px 0 0 5px}.tutor-card-secondary{border:2px solid #e0e2ea}.tutor-card.is-selected{background-color:rgba(var(--tutor-color-primary-rgb),.05);border-color:rgba(var(--tutor-color-primary-rgb),.4)}.tutor-card.is-active{background-color:rgba(var(--tutor-color-primary-rgb),.05);border-color:var(--tutor-color-primary)}.tutor-card-sm .tutor-card-header{padding:10px 16px}.tutor-card-sm .tutor-card-body,.tutor-card-sm .tutor-card-footer{padding:16px}.tutor-card-md .tutor-card-header{padding:24px 32px}.tutor-card-md .tutor-card-body{padding:32px}.tutor-card-md .tutor-card-footer{padding:24px 32px}.tutor-card-list{border-radius:6px;flex-direction:column;margin-bottom:0;padding-left:0;display:flex}.tutor-card-list:first-child{border-top-width:0;border-top-left-radius:5px;border-top-right-radius:5px}.tutor-card-list-item{color:var(--tutor-body-color);background-color:#fff;text-decoration:none;display:block;position:relative}.tutor-card-list-item:nth-child(2n){background-color:#fcfcfd}.tutor-card-list-item:not(:last-child){border-bottom:1px solid #cdcfd5}.tutor-card-list-item:first-child{border-top-left-radius:6px;border-top-right-radius:6px}.tutor-card-list-item:last-child{border-bottom-right-radius:6px;border-bottom-left-radius:6px}@media (min-width:1200px){.tutor-card-list-horizontal{flex-direction:row}.tutor-card-list-horizontal .tutor-card-list-item{border-bottom:0;border-radius:6px;flex-grow:1;flex-shrink:0}.tutor-card-list-horizontal .tutor-card-list-item:not(:last-child){border-right:1px solid #cdcfd5;border-top-right-radius:0;border-bottom-right-radius:0}}.tutor-accordion-item{background-color:#fff;border:1px solid #e0e2ea;border-radius:6px}.tutor-accordion-item:not(:last-child){margin-bottom:10px}@media (min-width:992px){.tutor-accordion-item:not(:last-child){margin-bottom:20px}}.tutor-accordion-item-header{color:var(--tutor-color-secondary);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;background-color:#fcfcfd;border-radius:6px;padding:16px 40px 16px 20px;font-size:20px;font-weight:500;line-height:1.4;transition:all .3s ease-in;position:relative;margin:0!important}.tutor-accordion-item-header:after{content:"";color:var(--tutor-color-primary);font-size:16px;font-weight:400;transition:all .15s;position:absolute;top:50%;right:16px;transform:translateY(-50%)rotate(0);font-family:tutor!important}.tutor-accordion-item-header:hover{color:var(--tutor-color-primary)}.tutor-accordion-item-header.is-active{color:var(--tutor-color-primary);background-color:#eff1f6;border-radius:6px 6px 0 0}.tutor-accordion-item-header.is-active:after{transform:translateY(-50%)rotate(-90deg)}.tutor-accordion-item-header .tooltip-wrap.tooltip-icon{margin-left:8px;font-size:16px;position:relative;top:1px}.tutor-accordion-item-body{overflow:hidden}.tutor-accordion-item-body-content{border-top:1px solid #e0e2ea;padding:0 16px}.tutor-modal{z-index:99999;outline:0;width:100%;height:100%;display:none;position:fixed;top:0;left:0;overflow-x:hidden;overflow-y:auto}.tutor-modal-open{overflow:hidden}.tutor-modal.tutor-is-active,.tutor-modal-active{display:block}.tutor-modal-overlay{z-index:-1;background-color:rgb(0 0 0 / .75);width:100%;height:100%;position:fixed;top:0;left:0}.tutor-modal-window{pointer-events:none;align-items:center;width:auto;max-width:640px;min-height:calc(100% - 96px);margin:48px auto;display:flex;position:relative}.tutor-modal-window-lg{max-width:880px}.tutor-modal-window-md{max-width:520px}.tutor-modal-window-sm{max-width:430px}.tutor-modal-content{pointer-events:auto;border:1px solid var(--tutor-border-color);background-color:#eff1f7;background-clip:padding-box;border-radius:16px;outline:0;flex-direction:column;width:100%;display:flex;position:relative}.tutor-modal-content-white{background-color:#fff}.tutor-modal-header,.tutor-modal-footer{background-color:#fff;flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 32px;display:flex}.tutor-modal-header{border-bottom:1px solid var(--tutor-border-color);border-top-left-radius:16px;border-top-right-radius:16px}.tutor-modal-header .tutor-modal-close{margin-right:-16px}.tutor-modal .tutor-modal-close-o{z-index:1;font-size:20px;position:absolute;top:16px;right:16px}.tutor-modal-title{color:var(--tutor-body-color);margin:0;font-size:20px;font-weight:700;line-height:1.2}.tutor-modal-footer{border-top:1px solid var(--tutor-border-color);border-bottom-right-radius:16px;border-bottom-left-radius:16px}.tutor-modal-body{flex:auto;padding:24px 32px;position:relative}.tutor-modal-scrollable .tutor-modal-window{height:calc(100% - 96px)}.tutor-modal-scrollable .tutor-modal-content{max-height:100%;overflow:hidden}.tutor-modal-scrollable .tutor-modal-body{overflow-y:auto}.tutor-modal-steps ul{justify-content:space-between;margin:0;padding:0;list-style:none;display:flex;position:relative;overflow:hidden}.tutor-modal-steps ul li{color:var(--tutor-color-muted);z-index:8;flex-direction:column;align-items:center;font-size:15px;line-height:24px;display:flex;position:relative}.tutor-modal-steps ul li:nth-child(2){z-index:7}.tutor-modal-steps ul li:nth-child(3){z-index:6}.tutor-modal-steps ul li:nth-child(4){z-index:5}.tutor-modal-steps ul li:nth-child(5){z-index:4}.tutor-modal-steps ul li:nth-child(6){z-index:3}.tutor-modal-steps ul li:nth-child(7){z-index:2}.tutor-modal-steps ul li:nth-child(8){z-index:1}.tutor-modal-steps ul li:nth-child(9){z-index:0}.tutor-modal-steps ul li .tutor-modal-step-btn{width:20px;height:20px;color:var(--tutor-color-muted);background:var(--tutor-color-gray);cursor:pointer;z-index:1;border:none;border-radius:50%;justify-content:center;align-items:center;margin:4px 0;font-size:13px;display:flex;position:relative}.tutor-modal-steps ul li .tutor-modal-step-btn:before{content:"";background-color:var(--tutor-color-gray);width:1000px;height:2px;margin-top:-1px;position:absolute;top:50%;right:100%}.tutor-modal-steps ul li.tutor-is-completed{color:var(--tutor-body-color)}.tutor-modal-steps ul li.tutor-is-completed .tutor-modal-step-btn:before{background-color:var(--tutor-color-primary)}.tutor-modal-steps ul li.tutor-is-completed .tutor-modal-step-btn{color:#fff0;background-position:5px;background-repeat:no-repeat;background-size:10px;background-color:var(--tutor-color-primary);background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 9'%3e%3cpath d='M.436496 4.58374C.391263 4.5367.355238 4.4816.330285 4.4213c-.049755-.13438-.049755-.28214 0-.41652a.499923.499923 0 01.106211-.16244l.753894-.72265c.04436-.05197.09989-.09326.16244-.12079.06021-.02724.1255-.04143.19159-.04165.07162-.00139.14269.01282.20826.04165.06482.02883.1235.06983.17285.12079L4.1997 5.39802 9.08124.516483c.04802-.050643.10527-.091641.16869-.120789.06572-.028338.13668-.042529.20825-.041652a.472749.472749 0 01.19453.043062c.06105.02801.11542.068706.15951.119379l.75388.733067c.0457.04668.0818.10187.1062.16244.0498.13438.0498.28213 0 .41651-.0249.0603-.061.1154-.1062.16244L4.56623 7.95958c-.04471.05213-.10011.09403-.16244.12287-.13338.05508-.28314.05508-.41651 0-.06233-.02884-.11773-.07074-.16244-.12287L.436496 4.58374z' fill='%23fff'/%3e%3c/svg%3e")}.tutor-modal-steps ul li:first-child .tutor-modal-step-btn:after,.tutor-modal-steps ul li:last-child .tutor-modal-step-btn:after{content:"";background-color:#fff;width:100px;height:2px;margin-top:-1px;position:absolute;top:50%;right:100%}.tutor-modal-steps ul li:last-child .tutor-modal-step-btn:after{left:100%;right:auto}.tutor-quiz-item{background:var(--tutor-color-white);border-radius:6px;display:flex}.tutor-quiz-item .tutor-quiz-item-label{flex-grow:1;align-items:flex-start;min-width:0;display:inline-flex}.tutor-quiz-item .tutor-quiz-item-label .tutor-quiz-item-name{margin:0;padding:9px 0;font-size:15px;font-weight:400;line-height:24px}.tutor-quiz-item .tutor-quiz-item-label .tutor-quiz-item-draggable{color:var(--tutor-color-muted);cursor:move;padding:0 15px 0 13px;line-height:42px}.tutor-quiz-item .tutor-quiz-item-action{align-items:flex-start;padding-left:20px;padding-right:3px;display:inline-flex}.tutor-quiz-item .tutor-quiz-item-action .tutor-quiz-item-type{align-items:center;width:165px;padding-right:10px;font-size:13px;line-height:42px;display:inline-flex}.tutor-radio-select{background:var(--tutor-color-white);cursor:pointer;border-radius:6px;padding:13px;display:flex}.tutor-radio-select .tutor-form-check-input{width:19px;height:19px;margin-top:4px}.tutor-radio-select .tutor-radio-select-content{color:var(--tutor-color-muted);padding-left:12px;font-size:13px;line-height:18px}.tutor-radio-select .tutor-radio-select-content .tutor-radio-select-title{color:var(--tutor-body-color);font-size:15px;line-height:24px;display:block}.tutor-radio-select .tutor-radio-select-content a{color:var(--tutor-color-primary);text-decoration:none}.tutor-radio-select .tutor-radio-select-content a:hover{color:var(--tutor-color-primary-hover)}.tutor-modal .tutor-alert{padding:8px 12px}.tutor-modal .tutor-alert.tutor-warning{background-color:rgba(var(--tutor-color-warning),.15);color:var(--tutor-color-warning);border-color:rgba(var(--tutor-color-warning),.3);text-align:left}.tutor-modal-ins-approval .tutor-modal-root{width:634px}.tutor-modal-ins-approval .tutor-modal-buttons .tutor-btn{max-width:280px}.tutor-modal-ins-approval .tutor-avatar{width:100px;height:100px}.tutor-modal-ins-approval .tutor-avatar img{object-fit:cover}.tutor-modal-ins-approval .tutor-modal-buttons{max-width:280px;margin-left:auto;margin-right:auto}.tutor-modal.tutor-login-modal .tutor-modal-root .tutor-modal-body{align-items:unset;padding:50px 57px}.tutor-modal.tutor-login-modal .tutor-modal-root .tutor-modal-body .tutor-form-check label{color:var(--tutor-color-muted)}.tutor-meta{align-items:center;gap:16px;display:flex}.tutor-meta>*{color:var(--tutor-color-hints);font-size:14px;line-height:1.6}.tutor-meta-value,.tutor-meta a{color:var(--tutor-body-color);font-weight:500}.tutor-meta a{text-decoration:none}.tutor-meta a:hover,.tutor-meta a:focus,.tutor-meta a:active{color:var(--tutor-color-primary);outline:0;text-decoration:none}.tutor-meta-icon{margin-right:4px;line-height:1.6}.tutor-wp-dashboard-filter{gap:30px}@media (max-width:1300px){.tutor-wp-dashboard-filter{flex-wrap:wrap;margin-top:40px}}@media (max-width:575.98px){.tutor-wp-dashboard-filter{flex-direction:row;display:block!important}.tutor-wp-dashboard-filter-items{display:block!important}.tutor-wp-dashboard-filter-items .tutor-input-group{width:100%!important;max-width:100%!important}.tutor-wp-dashboard-filter-item{margin-top:20px}}.tutor-wp-dashboard-filter .tutor-form-select-label{white-space:nowrap;text-overflow:ellipsis;vertical-align:middle;max-width:200px;display:inline-block;overflow:hidden}.tutor-wp-dashboard-filter .tutor-wp-dashboard-filter-items{gap:24px}.tutor-wp-dashboard-filter .tutor-wp-dashboard-filter-items .tutor-form-label{color:var(--tutor-color-secondary)}.tutor-wp-dashboard-header{border-bottom:1px solid #e0e2ea;margin-bottom:24px}.tutor-wp-dashboard-header-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.tutor-wp-dashboard-header-title{color:var(--tutor-body-color);font-size:24px;font-weight:400;line-height:40px}.tutor-wp-dashboard-course-filter{align-items:start;gap:24px;display:flex}@media (max-width:575.98px){.tutor-wp-dashboard-course-filter{flex-direction:column;gap:16px}}body:not(.rtl) .tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filter-right.tutor-flex-column .tutor-wp-dashboard-filter-tag-dropdown:last-child .tutor-form-select-dropdown{left:auto;right:0}.tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filter-order{color:#9197a8;border:1px solid var(--tutor-border-color);cursor:pointer;background-color:#fff;border-radius:6px;padding:12px;font-size:14px;line-height:1.5;transition:all .25s ease-in-out;display:flex}.tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filter-order i{transition:background-color .25s ease-in-out}.tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filter-order:hover{background-color:#f5f6fa;border-color:#9095a3}.tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filter-order:hover i{color:var(--tutor-color-primary)}.tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filters{position:relative}.tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filters-button{color:#212327;border:1px solid var(--tutor-border-color);cursor:pointer;background-color:#fff;border-radius:6px;align-items:center;gap:8px;padding:6px 12px;font-size:14px;transition:all .25s ease-in-out;display:flex}.tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filters-button.active{padding:4px 6px 4px 12px}.rtl .tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filters-button.active{padding:4px 12px 4px 6px}.tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filters-button i{color:#9197a8;transition:background-color .25s ease-in-out}.tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filters-button:hover{background-color:#f5f6fa;border-color:#9095a3}.tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filters-button:hover i{color:var(--tutor-color-primary)}.tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filters-line{background:#e0e2ea;border-radius:4px;width:1px;height:24px}.tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filters-count{width:30px;height:30px;color:var(--tutor-color-primary);background-color:#d2dbf5;border-radius:4px;justify-content:center;align-items:center;display:flex}.tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filters .tutor-dropdown{border:none;border-radius:6px;min-width:266px;padding:16px;top:calc(100% + 2px)}.tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filters .tutor-form-label{margin-bottom:4px;font-weight:400}.tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filter-tag-wrapper{align-items:center;gap:8px;display:flex}.tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filter-tag-dropdown{background-color:#fff;border-radius:4px;align-items:center;display:flex}.tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filter-tag-dropdown select.tutor-form-control{width:100px!important}.tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filter-tag-dropdown .tutor-form-select{color:#41454f!important;background-color:transparent!important;border:none!important;border-radius:0!important;min-width:auto!important;font-size:14px!important;line-height:24px!important}.tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filter-tag-dropdown a{color:#9197a8;width:40px;height:40px;transition:color .25 ease-in-out;border-left:1px solid #f5f5f5;flex-shrink:0;justify-content:center;align-items:center;font-size:14px;display:flex}.rtl .tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filter-tag-dropdown a{border-left:none;border-right:1px solid #f5f5f5}.tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filter-tag-dropdown a:hover{color:var(--tutor-color-primary)}.tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filter-tag{color:var(--tutor-color-secondary);text-transform:capitalize;background-color:#fff;border-radius:4px;align-items:center;padding-left:12px;font-size:14px;line-height:18px;display:flex}.rtl .tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filter-tag{padding-left:0;padding-right:12px}.tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filter-tag a{color:#9197a8;width:40px;height:40px;transition:color .25 ease-in-out;border-left:1px solid #f5f5f5;justify-content:center;align-items:center;display:flex}.tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filter-tag a:hover{color:var(--tutor-color-primary)}.rtl .tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filter-tag a{border-left:none;border-right:1px solid #f5f5f5}.tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filter-tag .tutor-v2-date-picker input.tutor-form-control{background-color:#fff0;width:90px;border:none!important;margin:0!important;padding:0!important;font-size:14px!important}.tutor-wp-dashboard-course-filter .tutor-wp-dashboard-filter-tag .tutor-v2-date-picker .tutor-form-icon{display:none}.tutor-course-details-header a{text-decoration:none}@media (min-width:992px){.tutor-course-details-title{max-width:80%}}.tutor-course-details-page-main .plyr--video,.tutor-course-details-page-main .tutor-course-thumbnail img,.tutor-course-details-page-main .tutor-video-player{border-radius:6px;overflow:hidden}@media (min-width:800px){.tutor-course-details-page .tutor-course-details-tab .tutor-is-sticky{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:500;background:rgb(255 255 255 / .6);position:-webkit-sticky;position:sticky;top:0}.admin-bar .tutor-course-details-tab .tutor-is-sticky{top:32px}}.tutor-course-details-widget ul{margin:0;padding:0}.tutor-course-details-widget-list{margin-top:16px}.tutor-course-details-widget-tags{margin-left:-16px}.tutor-course-details-widget-tags .tutor-tag-list li a{margin-bottom:16px}@media (min-width:768px){.tutor-course-details-widget-col-2 ul{flex-flow:wrap;justify-content:space-between;display:flex}.tutor-course-details-widget-col-2 ul>li{width:calc(50% - 1.2rem)}}.tutor-course-sidebar-card{border:1px solid var(--tutor-border-color);border-radius:6px;position:relative}.tutor-course-sidebar-card-footer{border-top:1px solid var(--tutor-border-color)}.tutor-course-sidebar-card-meta-list li>div{flex-basis:50%;justify-content:flex-start;max-width:50%}.tutor-course-sidebar-card-meta-list li:not(:last-child){margin-bottom:9px}.tutor-course-sidebar-card .tutor-alert .tutor-alert-text{align-items:flex-start}.tutor-course-sidebar-card .tutor-alert .tutor-alert-icon{margin-top:-4px}.tutor-course-sidebar-card-membership-plan{border-color:rgba(var(--tutor-color-primary),.2)}.tutor-course-sidebar-card-membership-plan-badge{position:absolute;top:-1px;right:30px}.tutor-course-sidebar-card-membership-plan-badge.badge-left{right:unset;left:30px}.tutor-course-sidebar-card-membership-plan.badge-triangle-ribbon{position:relative}.tutor-course-sidebar-card-membership-plan.badge-triangle-ribbon:before{content:"";color:#fff;-webkit-clip-path:polygon(100% 0,0 0,100% 100%);clip-path:polygon(100% 0,0 0,100% 100%);background:#3e64de url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.91728 2.33301C6.98861 2.33348 7.05929 2.34669 7.12598 2.37202C7.19764 2.39504 7.26396 2.43218 7.32103 2.48125C7.37943 2.53622 7.4259 2.60261 7.45756 2.6763L8.63177 5.06371L11.2884 5.45381C11.3645 5.46335 11.4377 5.4893 11.5029 5.52988C11.565 5.56953 11.6214 5.61743 11.6707 5.67227C11.7124 5.7317 11.744 5.7976 11.7643 5.86732C11.7833 5.93195 11.7931 5.99891 11.7935 6.06627C11.7945 6.13854 11.7784 6.21002 11.7467 6.27497C11.7144 6.33838 11.6722 6.3963 11.6219 6.44662L9.68894 8.33276L10.1454 10.9893C10.1601 11.0601 10.1601 11.1331 10.1454 11.2039C10.1292 11.2731 10.1015 11.339 10.0634 11.3989C10.0277 11.4611 9.97919 11.515 9.92105 11.5569C9.80242 11.6419 9.65634 11.6795 9.51144 11.6623C9.4421 11.6521 9.37565 11.6275 9.31639 11.5901L6.91728 10.3515L4.52596 11.5901C4.4667 11.6275 4.40025 11.6521 4.33091 11.6623C4.18602 11.6795 4.03993 11.6419 3.9213 11.5569C3.86317 11.515 3.81463 11.4611 3.77892 11.3989C3.74081 11.339 3.71311 11.2731 3.69699 11.2039C3.68227 11.1331 3.68227 11.0601 3.69699 10.9893L4.15341 8.33276L2.21266 6.45637C2.16394 6.40236 2.12381 6.34118 2.09368 6.27497C2.06362 6.20917 2.04578 6.13846 2.04102 6.06627C2.04088 5.99695 2.05074 5.92798 2.07027 5.86147C2.09099 5.79005 2.12618 5.72366 2.17365 5.66642C2.21755 5.61005 2.27103 5.56185 2.33164 5.52403C2.39717 5.48522 2.4704 5.46125 2.5462 5.45381L5.20278 5.06371L6.39259 2.66459C6.42351 2.59437 6.46945 2.53179 6.52717 2.48125C6.58425 2.43218 6.65057 2.39504 6.72223 2.37202C6.78461 2.34823 6.85054 2.33505 6.91728 2.33301V2.33301Z' fill='white'/%3E%3C/svg%3E%0A") 90% 10%/12px no-repeat;border-radius:0 5px 0 0;width:26px;height:26px;transition:all .2s;position:absolute;top:-1px;right:-1px}.tutor-course-sidebar-card-pick-plan-label{cursor:pointer;align-items:center;display:grid;position:relative}.tutor-course-sidebar-card-pick-plan-label input[type=radio]{border:2px solid var(--tutor-border-color);z-index:1;width:20px;height:20px;position:absolute;left:20px}.tutor-course-sidebar-card-pick-plan-label input[type=radio]:checked~.tutor-course-sidebar-card-pick-plan-input{background:rgba(var(--tutor-color-primary),.15);border-color:var(--tutor-color-primary)}.tutor-course-sidebar-card-pick-plan-label input[type=radio]:checked~.tutor-course-sidebar-card-pick-plan-input:before{opacity:1}.tutor-course-sidebar-card-pick-plan-input{grid-gap:10px;grid-template-columns:1fr auto;align-items:center;padding:16px 20px 16px 48px;transition:all .4s;display:grid;position:relative}.tutor-course-sidebar-card-pick-plan-input:before{content:"";color:#fff;-webkit-clip-path:polygon(100% 0,0 0,100% 100%);clip-path:polygon(100% 0,0 0,100% 100%);opacity:0;background:#3e64de url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.91728 2.33301C6.98861 2.33348 7.05929 2.34669 7.12598 2.37202C7.19764 2.39504 7.26396 2.43218 7.32103 2.48125C7.37943 2.53622 7.4259 2.60261 7.45756 2.6763L8.63177 5.06371L11.2884 5.45381C11.3645 5.46335 11.4377 5.4893 11.5029 5.52988C11.565 5.56953 11.6214 5.61743 11.6707 5.67227C11.7124 5.7317 11.744 5.7976 11.7643 5.86732C11.7833 5.93195 11.7931 5.99891 11.7935 6.06627C11.7945 6.13854 11.7784 6.21002 11.7467 6.27497C11.7144 6.33838 11.6722 6.3963 11.6219 6.44662L9.68894 8.33276L10.1454 10.9893C10.1601 11.0601 10.1601 11.1331 10.1454 11.2039C10.1292 11.2731 10.1015 11.339 10.0634 11.3989C10.0277 11.4611 9.97919 11.515 9.92105 11.5569C9.80242 11.6419 9.65634 11.6795 9.51144 11.6623C9.4421 11.6521 9.37565 11.6275 9.31639 11.5901L6.91728 10.3515L4.52596 11.5901C4.4667 11.6275 4.40025 11.6521 4.33091 11.6623C4.18602 11.6795 4.03993 11.6419 3.9213 11.5569C3.86317 11.515 3.81463 11.4611 3.77892 11.3989C3.74081 11.339 3.71311 11.2731 3.69699 11.2039C3.68227 11.1331 3.68227 11.0601 3.69699 10.9893L4.15341 8.33276L2.21266 6.45637C2.16394 6.40236 2.12381 6.34118 2.09368 6.27497C2.06362 6.20917 2.04578 6.13846 2.04102 6.06627C2.04088 5.99695 2.05074 5.92798 2.07027 5.86147C2.09099 5.79005 2.12618 5.72366 2.17365 5.66642C2.21755 5.61005 2.27103 5.56185 2.33164 5.52403C2.39717 5.48522 2.4704 5.46125 2.5462 5.45381L5.20278 5.06371L6.39259 2.66459C6.42351 2.59437 6.46945 2.53179 6.52717 2.48125C6.58425 2.43218 6.65057 2.39504 6.72223 2.37202C6.78461 2.34823 6.85054 2.33505 6.91728 2.33301V2.33301Z' fill='white'/%3E%3C/svg%3E%0A") 90% 10%/12px no-repeat;border-radius:0 5px 0 0;width:26px;height:26px;transition:all .2s;position:absolute;top:-1px;right:-1px}.tutor-course-sidebar-card-pick-plan.has-input-expandable .tutor-course-sidebar-card-pick-plan-label input[type=radio]{top:24px}.tutor-course-sidebar-card-pick-plan.has-input-expandable .tutor-course-sidebar-card-pick-plan-input{padding-left:16px;display:block}.tutor-course-sidebar-card-pick-plan.has-input-expandable .tutor-course-sidebar-card-pick-plan-input .input-plan{grid-gap:10px;grid-template-columns:1fr auto;align-items:center;padding:0 16px 0 40px;transition:all .4s;display:grid;position:relative}.tutor-course-sidebar-card-pick-plan.has-input-expandable .tutor-course-sidebar-card-pick-plan-input .input-plan-details{max-height:0;transition:max-height .25s linear;overflow:hidden}.tutor-course-sidebar-card-pick-plan.has-input-expandable .tutor-course-sidebar-card-pick-plan-input .input-plan-details>:first-child{margin-top:17px}.tutor-course-details-page ul.tutor-course-details-widget-list{padding:0;list-style:none}.tutor-course-details-page .tutor-course-thumbnail img{width:100%;max-height:100%}@media (min-width:992px){.tutor-course-details-page-main{grid-gap:32px;grid-template-columns:8fr 4fr;display:grid}}@media (min-width:1200px){.tutor-course-details-page-main{grid-gap:54px}}.tutor-course-content-list{margin:0 -16px;padding:0;list-style:none}.tutor-course-content-list-item{background-color:#fff;justify-content:space-between;align-items:start;gap:8px;padding:8px 16px;font-size:16px;transition:background-color .3s ease-in;display:flex}.tutor-course-content-list-item:last-child{border-radius:0 0 6px 6px}.tutor-course-content-list-item:hover{background-color:#eff1f6}.tutor-course-content-list-item-title{margin:0;padding:0;font-size:16px;font-weight:400;line-height:1.6}.tutor-course-content-list-item-title a{color:inherit}.tutor-course-content-list-item-icon{color:rgba(var(--tutor-body-color-rgb),.35)}.tutor-review-summary-average-rating{color:var(--tutor-body-color);font-size:80px;font-weight:500;line-height:81px}.tutor-review-summary-rating:not(:last-child){margin-bottom:8px}.tutor-quesanswer-askquestion textarea.tutor-form-control{min-height:72px}.tutor-quesanswer-commentlist{list-style:none}.tutor-quesanswer-commentlist .commentlist-comment{border-radius:6px;position:relative}.tutor-quesanswer-commentlist .commentlist-comment>*{z-index:1;position:relative}.tutor-quesanswer-commentlist .commentlist-comment:before{content:"";background:inherit;-webkit-clip-path:polygon(0% 0%,0% 100%,100% 0%);clip-path:polygon(0% 0%,0% 100%,100% 0%);border-radius:3px;width:20px;height:20px;position:absolute;top:-5px;left:15px;transform:rotate(45deg)}.tutor-quesanswer-commentlist .commentlist-comment:after{content:"";background:#fff;position:absolute;inset:0}.tutor-quesanswer-commentlist .commentlist-comment:before,.tutor-quesanswer-commentlist .commentlist-comment:after{opacity:.5}.tutor-quesanswer-commentlist-item-reply .commentlist-comment:before{left:unset;right:15px}.tutor-announcement{border:1px solid var(--tutor-border-color);border-radius:6px;overflow:hidden}.tutor-emptystate img{max-width:100%}.tutor-gradebook-finalgrade{box-sizing:border-box;background:#f6f8fd;border:1px solid #e9edfb;border-radius:6px}.tutor-gradebook-grade-badge{width:38px;height:38px;color:var(--tutor-color-primary);border:1px solid var(--tutor-color-primary);border-radius:100px;justify-content:center;align-items:center;font-size:16px;line-height:1.4px;display:inline-flex}.tutor-gradebook-grade-badge-lg{width:64px;height:64px;font-size:28px;font-weight:700}.tutor-course-card{height:100%}.tutor-course-card .tutor-card-body{flex-flow:column;display:flex}.tutor-course-card .tutor-course-bookmark{position:absolute;top:12px;right:12px}.tutor-course-card .tutor-course-co-author-badge{color:#fff;background:#3f51b5;border-radius:4px;padding:0 7px;font-size:10px;position:absolute;top:9px;right:10px}.tutor-course-card .tutor-course-difficulty-level{background:var(--tutor-color-primary);color:#fff;border-radius:50px;padding:4px 8px;font-size:12px;font-weight:500;line-height:1.4;position:absolute;top:12px;left:12px}.tutor-course-card .tutor-course-name{-webkit-line-clamp:3;text-overflow:ellipsis;white-space:normal;-webkit-box-orient:vertical;overflow:hidden;display:-webkit-box!important}.tutor-course-card .tutor-course-name,.tutor-course-card .tutor-course-name a{color:var(--tutor-body-color)}.tutor-course-card .tutor-course-name a:hover{color:var(--tutor-color-primary)}.tooltip-wrap{cursor:pointer;display:inline-block;position:relative}.tooltip-wrap.tooltip-icon{color:var(--tutor-color-muted);margin-left:4px}.tooltip-wrap.tooltip-icon:after{content:"";font-family:tutor}.tooltip-wrap.tutor-d-block{display:block!important}.tooltip-wrap.tutor-d-flex{display:flex!important}.tooltip-wrap .tooltip-txt{background:var(--tutor-body-color);width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:208px;color:var(--tutor-color-white);text-align:center;z-index:100;opacity:0;visibility:hidden;border-radius:10px;padding:10px 15px;transition:all .2s ease-in;position:absolute}.tooltip-wrap .tooltip-txt:after{content:"";border:5px solid #fff0;position:absolute}.tooltip-wrap:hover .tooltip-txt{opacity:1;visibility:visible;-webkit-filter:blur();filter:blur()}.tooltip-wrap .tooltip-top{bottom:calc(100% + 8px)}.tooltip-wrap .tooltip-top:after{border-top-color:var(--tutor-body-color);margin-left:-5px;top:100%;left:50%}.tooltip-wrap .tooltip-bottom{top:calc(100% + 8px)}.tooltip-wrap .tooltip-bottom:after{border-bottom-color:var(--tutor-body-color);margin-left:-5px;bottom:100%;left:50%}.tooltip-wrap .tooltip-top,.tooltip-wrap .tooltip-bottom{left:50%;transform:translate(-50%)}.tooltip-wrap .tooltip-left,.tooltip-wrap .tooltip-right{top:-5px}.tooltip-wrap .tooltip-left:after,.tooltip-wrap .tooltip-right:after{margin-top:-5px;top:18px}.tooltip-wrap .tooltip-left.arrow-center,.tooltip-wrap .tooltip-right.arrow-center{top:50%;transform:translateY(-50%)}.tooltip-wrap .tooltip-left.arrow-center:after,.tooltip-wrap .tooltip-right.arrow-center:after{margin-top:unset;top:50%;transform:translateY(-50%)}.tooltip-wrap .tooltip-right{left:calc(100% + 8px)}.tooltip-wrap .tooltip-right:after{border-right-color:var(--tutor-body-color);right:100%}.tooltip-wrap .tooltip-left{right:calc(100% + 8px)}.tooltip-wrap .tooltip-left:after{border-left-color:var(--tutor-body-color);left:100%}.tooltip-wrap .tooltip-top{transform:translate(-50%)translateY(-2px)}.tooltip-wrap .tooltip-bottom{transform:translate(-50%)translateY(2px)}.tooltip-wrap .tooltip-right{transform:translate(2px)}.tooltip-wrap .tooltip-left{transform:translate(-2px)}.tooltip-wrap:hover .tooltip-top,.tooltip-wrap:hover .tooltip-bottom{transform:translate(-50%)translateY(0)}.tooltip-wrap:hover .tooltip-right,.tooltip-wrap:hover .tooltip-left{transform:translate(0)}.tooltip-wrap:hover .arrow-center.tooltip-right,.tooltip-wrap:hover .arrow-center.tooltip-left{transform:translateY(-50%)translate(0)}.tooltip-wrap .arrow-center.tooltip-right{transform:translateY(-50%)translate(2px)}.tooltip-wrap .arrow-center.tooltip-left{transform:translateY(-50%)translate(-2px)}.tutor-download-certificate{max-width:750px;margin:auto;display:grid}.tutor-certificate-demo{max-width:730px;height:auto;overflow:hidden}.tutor-certificate-demo img{width:100%}.tutor-certificate-info{grid-template-columns:repeat(4,1fr);display:grid}@media (max-width:650px){.tutor-certificate-info{grid-template-columns:repeat(2,1fr)}.tutor-certificate-info .tutor-info-issued,.tutor-certificate-info .tutor-info-issued-date{padding-top:10px}.tutor-certificate-info .tutor-info-id-name,.tutor-certificate-info .tutor-info-expiration-name,.tutor-certificate-info .tutor-info-issued-name,.tutor-certificate-info .tutor-info-date-name{font-size:13px}.tutor-certificate-info .tutor-info-id-details,.tutor-certificate-info .tutor-info-expiration-value,.tutor-certificate-info .tutor-info-issued-value,.tutor-certificate-info .tutor-info-date-details{font-size:18px}}@media (max-width:400px){.tutor-certificate-info{grid-template-columns:repeat(1,1fr)}.tutor-certificate-info .tutor-info-expiration{padding-top:10px}}.tutor-dc-button-group{position:absolute;top:210px;right:20px}@media (min-width:992px){.tutor-download-certificate{padding-top:100px;padding-bottom:200px}}@media (min-width:992px) and (max-width:1200px){.tutor-dc-button-group{top:200px}}@media (max-width:991px){.tutor-dc-button-group{top:125px;right:0}}@media (min-width:768px) and (max-width:1200px){.tutor-certificate-demo{max-width:570px}}@media (min-width:577px) and (max-width:767px){.tutor-certificate-demo{max-width:420px}}@media (max-width:576px){.tutor-certificate-demo{max-width:82%}}.tutor-dc-button-group .tooltip-txt.tooltip-left{top:unset;right:calc(100% + 19px)}.tutor-app-process-image{max-width:920px;height:auto;overflow:hidden}.tutor-app-process-image img{border-radius:10px;width:100%}.tutor-ins-app-title{max-width:570px}@media (max-width:767px){span.tutor-app-process-title{font-size:28px}span.tutor-app-process-subtitle{font-size:16px}}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__navigation-icon:before{content:"";border:3px solid #ccc;border-width:3px 3px 0 0;width:9px;height:9px;display:block;position:absolute;top:6px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{width:0;margin-left:-4px;position:absolute}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after{box-sizing:content-box;content:"";z-index:-1;border:8px solid #fff0;width:1px;height:0;position:absolute;left:-8px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{border-bottom-color:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{margin-top:-8px;top:0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after{border-top:none;border-bottom-color:#f0f0f0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after{top:0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{border-bottom-color:#aeaeae;top:-1px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{margin-bottom:-8px;bottom:0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after{border-top-color:#fff;border-bottom:none}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after{bottom:0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before{border-top-color:#aeaeae;bottom:-1px}.react-datepicker-wrapper{border:0;width:100%;padding:0;display:inline-block}.react-datepicker{color:#000;background-color:#fff;border:1px solid #aeaeae;border-radius:.3rem;font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;display:inline-block;position:relative}.react-datepicker--time-only .react-datepicker__triangle{left:35px}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-right-radius:.3rem;border-bottom-left-radius:.3rem}.react-datepicker__triangle{position:absolute;left:50px}.react-datepicker-popper{z-index:1}.react-datepicker-popper[data-placement^=bottom]{padding-top:10px}.react-datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle,.react-datepicker-popper[data-placement=top-end] .react-datepicker__triangle{left:auto;right:50px}.react-datepicker-popper[data-placement^=top]{padding-bottom:10px}.react-datepicker-popper[data-placement^=right]{padding-left:8px}.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle{left:auto;right:42px}.react-datepicker-popper[data-placement^=left]{padding-right:8px}.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle{left:42px;right:auto}.react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__year-dropdown-container--select,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--scroll{margin:0 2px;display:inline-block}.react-datepicker__current-month,.react-datepicker-time__header,.react-datepicker-year-header{color:#000;margin-top:0;font-size:.944rem;font-weight:700}.react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.react-datepicker__navigation{text-align:center;cursor:pointer;z-index:1;text-indent:-999em;background:0 0;border:none;justify-content:center;align-items:center;width:32px;height:32px;padding:0;display:flex;position:absolute;top:2px;overflow:hidden}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{margin-left:auto;margin-right:auto;display:block;position:relative;top:0}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover :before{border-color:#a6a6a6}.react-datepicker__navigation-icon{width:0;font-size:20px;position:relative;top:-1px}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next:before{left:-7px;transform:rotate(45deg)}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous:before{right:-7px;transform:rotate(225deg)}.tutor-react-datepicker .react-datepicker-popper{z-index:99999}.tutor-react-datepicker .datepicker-header-custom{justify-content:space-between;gap:2px;margin:0;display:flex}.tutor-react-datepicker .dropdown-container{position:relative}.tutor-react-datepicker .dropdown-container .dropdown-label{color:var(--tutor-body-color);cursor:pointer;border-radius:8px;align-items:center;padding:8px 10px;font-size:20px;font-weight:500;line-height:140%;display:flex}.tutor-react-datepicker .dropdown-container .dropdown-label:hover{color:var(--tutor-color-primary);background:rgba(var(--tutor-color-primary-rgb),.15)}.tutor-react-datepicker .dropdown-container .dropdown-label:hover>svg path{stroke:var(--tutor-color-primary)}.tutor-react-datepicker .dropdown-container>ul{margin:0;padding:0;list-style:none}.tutor-react-datepicker .dropdown-container .dropdown-list{text-align:left;box-sizing:border-box;z-index:9;opacity:0;visibility:hidden;--scrollbarBG:rgba(205,207,213,0);--thumbBG:#d2dbf5;scrollbar-width:thin;scrollbar-color:var(--thumbBG)var(--scrollbarBG);background:#fff;border:1px solid #e0e2ea;border-radius:6px;min-width:71px;max-width:112px;min-height:200px;max-height:258px;transition:all .2s ease-out;position:absolute;top:calc(100% - 8px);left:50%;overflow-y:auto;transform:translate(-50%)translateY(-4px);box-shadow:0 10px 14px rgb(0 0 0 / .12)}.tutor-react-datepicker .dropdown-container .dropdown-list::-webkit-scrollbar{width:4px}.tutor-react-datepicker .dropdown-container .dropdown-list::-webkit-scrollbar-track{background:var(--scrollbarBG)}.tutor-react-datepicker .dropdown-container .dropdown-list::-webkit-scrollbar-thumb{background-color:var(--thumbBG);border-radius:30px}.tutor-react-datepicker .dropdown-container .dropdown-list li{color:var(--tutor-body-color);padding:4px 10px;font-size:15px;font-weight:400;line-height:160%}.tutor-react-datepicker .dropdown-container .dropdown-list li:hover{color:var(--tutor-color-primary);cursor:pointer;background:#f6f8fd}.tutor-react-datepicker .dropdown-container .dropdown-list li.is-current{color:#fff;background:var(--tutor-color-primary)}.tutor-react-datepicker .dropdown-container.dropdown-months .dropdown-list li{padding:4px 14px}.tutor-react-datepicker .dropdown-container.is-active .dropdown-list{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.tutor-react-datepicker .dropdown-container.is-active .dropdown-label{color:var(--tutor-color-primary);background:rgba(var(--tutor-color-primary-rgb),.15)}.tutor-react-datepicker .dropdown-container.is-active .dropdown-label>svg path{stroke:var(--tutor-color-primary)}.tutor-react-datepicker .navigation-icon{gap:2px;display:flex}.tutor-react-datepicker .navigation-icon button{cursor:pointer;background:0 0;border:none;outline:none;align-items:center;width:36px;height:36px;padding:0;display:flex;position:relative}.tutor-react-datepicker .navigation-icon button:hover>svg path{fill:var(--tutor-color-primary)}.tutor-react-datepicker .react-datepicker{border:1px solid var(--tutor-border-color);box-sizing:border-box;background:#fff;border-radius:6px;min-width:350px;display:flex;box-shadow:0 6px 20px rgb(28 49 104 / .1)}.tutor-react-datepicker .react-datepicker__custom-wrapper{width:100%}.tutor-react-datepicker .react-datepicker__month-container{float:unset;width:100%;min-width:348px}.tutor-react-datepicker .react-datepicker__header{background:0 0;border-bottom:none;padding:0}.tutor-react-datepicker .react-datepicker__week:not(:first-child){margin-top:15px}.tutor-react-datepicker .react-datepicker__day-names,.tutor-react-datepicker .react-datepicker__week{justify-content:space-between;display:flex}.tutor-react-datepicker .react-datepicker__day-name{text-align:center;color:#9ca0ac;font-size:13px;font-weight:400;line-height:138%}.tutor-react-datepicker .react-datepicker__day{cursor:pointer;text-align:center;color:#41454f;border-radius:6px;justify-content:center;align-items:center;width:26px;height:26px;margin:0;padding:0;font-size:15px;font-weight:500;line-height:160%;transition:all .1s;display:flex}.tutor-react-datepicker .react-datepicker__day:not(:-webkit-any(.react-datepicker__day--keyboard-selected,.react-datepicker__day--selected,.react-datepicker__day--range-start,.react-datepicker__day--in-range)):hover{color:#41454f;background:#f6f8fd;box-shadow:0 0 0 1px #d2dbf5}.tutor-react-datepicker .react-datepicker__day:not(:-moz-any(.react-datepicker__day--keyboard-selected,.react-datepicker__day--selected,.react-datepicker__day--range-start,.react-datepicker__day--in-range)):hover{color:#41454f;background:#f6f8fd;box-shadow:0 0 0 1px #d2dbf5}.tutor-react-datepicker .react-datepicker__day:not(:is(.react-datepicker__day--keyboard-selected,.react-datepicker__day--selected,.react-datepicker__day--range-start,.react-datepicker__day--in-range)):hover{color:#41454f;background:#f6f8fd;box-shadow:0 0 0 1px #d2dbf5}.tutor-react-datepicker .react-datepicker__day--selected{background:var(--tutor-color-primary);color:#fff}.tutor-react-datepicker .react-datepicker__day--keyboard-selected{background:rgba(var(--tutor-color-primary-rgb),.8);color:#fff}.tutor-react-datepicker .react-datepicker__day-names{margin:26px 0 0}.tutor-react-datepicker .react-datepicker__day--outside-month,.tutor-react-datepicker .react-datepicker__day--disabled{color:#b4b7c0}.tutor-react-datepicker .react-datepicker__day-name,.tutor-react-datepicker .react-datepicker__month{margin:0;padding:0}.tutor-react-datepicker .react-datepicker__header,.tutor-react-datepicker .react-datepicker__month,.tutor-react-datepicker .react-datepicker__timepicker{padding:10px 20px}.tutor-react-datepicker .react-datepicker__month{padding-bottom:20px}.tutor-react-datepicker .react-datepicker__time-container{float:unset;width:unset;border-left:1px solid #c0c3cb}.rtl .tutor-react-datepicker .react-datepicker__time-container{border-left:0;border-right:1px solid #c0c3cb}.tutor-react-datepicker .react-datepicker__time-container .react-datepicker-time__input{margin-left:0}.tutor-react-datepicker .react-datepicker__time-container .react-datepicker-time__input>input{box-sizing:border-box;color:#212327;background:#fff;border:1px solid #c0c3cb;border-radius:6px;height:40px;padding:4px 10px;font-size:16px;font-weight:400;line-height:162%;transition:all .2s ease-out}.tutor-react-datepicker .react-datepicker__time-container .react-datepicker-time__input>input::-webkit-calendar-picker-indicator{justify-content:center;align-items:center;margin-left:20px;padding:0;font-size:24px;display:flex}.tutor-react-datepicker .react-datepicker__time-container .react-datepicker-time__input>input:focus-visible{border-color:var(--tutor-color-primary);outline:none}.tutor-react-datepicker .react-datepicker__time-container .react-datepicker-time__caption{display:none}.tutor-react-datepicker .react-datepicker__time-list{overflow:auto;height:calc(276px + .85rem)!important}.tutor-react-datepicker .react-datepicker__time-list-item{height:40px!important;padding:11px 10px!important}.tutor-react-datepicker__selects-range .react-datepicker__navigation{--pd:15px;top:18px}.tutor-react-datepicker__selects-range .react-datepicker__navigation--next{right:var(--pd)}.tutor-react-datepicker__selects-range .react-datepicker__navigation--previous{left:var(--pd)}.tutor-react-datepicker__selects-range .react-datepicker__navigation:hover :before{border-color:var(--tutor-color-primary)}.tutor-react-datepicker__selects-range .react-datepicker__day{z-index:1;position:relative}.tutor-react-datepicker__selects-range .react-datepicker__day:before{content:"";z-index:-1;opacity:0;background:#f6f8fd;transition:all .1s;position:absolute;inset:1px -50%;box-shadow:0 1px #d2dbf5,0 -1px #d2dbf5}.tutor-react-datepicker__selects-range .react-datepicker__day--in-selecting-range:not(.react-datepicker__day--selecting-range-start){color:#41454f;background:#f6f8fd;box-shadow:0 0 0 1px #d2dbf5}.tutor-react-datepicker__selects-range .react-datepicker__day--range-start,.tutor-react-datepicker__selects-range .react-datepicker__day--range-end{background:var(--tutor-color-primary);color:#fff}.tutor-react-datepicker__selects-range .react-datepicker__day--range-start:after,.tutor-react-datepicker__selects-range .react-datepicker__day--range-end:after{content:"";z-index:-1;background:var(--tutor-color-primary);border-radius:6px;position:absolute;inset:0}.tutor-react-datepicker__selects-range .react-datepicker__day--in-range:before{opacity:1}.tutor-react-datepicker__selects-range .react-datepicker__day--in-range__day--range-start,.tutor-react-datepicker__selects-range .react-datepicker__day--in-range__day--range-end{background:var(--tutor-color-primary);color:#fff}.tutor-react-datepicker__selects-range .react-datepicker__day--in-range:first-child:before{left:0}.tutor-react-datepicker__selects-range .react-datepicker__day--in-range:last-child:before{right:0}.tutor-react-datepicker__selects-range .react-datepicker__day--range-start.react-datepicker__day--in-range:before{left:50%}.tutor-react-datepicker__selects-range .react-datepicker__day--range-end.react-datepicker__day--in-range:before{right:50%}.tutor-react-datepicker__selects-range .react-datepicker__header{padding:20px 20px 10px}.tutor-react-datepicker__selects-range .react-datepicker__current-month{text-align:center;color:#212327;font-size:16px;font-weight:500;line-height:26px}.tutor-react-datepicker__selects-range .react-datepicker__custom-footer{color:#9ca0ac;border-top:1px solid #e3e6eb;justify-content:space-between;align-items:center;padding:15px 24px;font-size:13px;font-weight:500;line-height:162%;display:flex}.tutor-react-datepicker__selects-range .react-datepicker__custom-footer .tutor-btns{grid-gap:10px;align-items:center;display:flex}.tutor-react-datepicker__selects-range .react-datepicker__custom-footer .tutor-btn:not(.tutor-btn-icon).tutor-btn-md{padding:7px 16.8px}.tutor-screen-frontend-dashboard .tutor-react-datepicker .react-datepicker__input-container input:focus{border-color:var(--tutor-color-primary)}.react-datepicker__input-container{position:relative}.react-datepicker__input-container .react-datepicker__close-icon{cursor:pointer;--color:#b3b3b3;color:#fff;border:none;border-radius:50%;outline:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex;position:absolute;top:50%;right:10px;transform:translateY(-50%);background:var(--color)!important;border-color:var(--color)!important;padding:0!important}.rtl .react-datepicker__input-container .react-datepicker__close-icon{left:10px;right:auto}.react-datepicker__input-container .react-datepicker__close-icon:hover{--color:gray;background:var(--color)!important;border-color:var(--color)!important}.react-datepicker__input-container .react-datepicker__close-icon:after{content:"×";margin-top:-2px}.tutor-pagination{border:1px solid var(--tutor-border-color);background:0 0;border-radius:6px;flex-direction:column;justify-content:space-between;align-items:center;padding:7px 18px;display:flex}@media (min-width:768px){.tutor-pagination{flex-direction:row}}.tutor-pagination ul.tutor-pagination-numbers{align-items:center;gap:11px;margin:0;padding:0;list-style:none;display:flex}@media (max-width:767.98px){.tutor-pagination ul.tutor-pagination-numbers{gap:10px;margin-top:10px}}.tutor-pagination ul.tutor-pagination-numbers a{color:inherit;text-decoration:none}.tutor-pagination ul.tutor-pagination-numbers .page-numbers{color:var(--tutor-body-color);justify-content:center;align-items:center;padding:0 5px;display:flex;position:relative}.tutor-pagination ul.tutor-pagination-numbers .page-numbers:hover{color:var(--tutor-color-primary)}.tutor-pagination ul.tutor-pagination-numbers .page-numbers a{padding:1px 6px}.tutor-pagination ul.tutor-pagination-numbers .page-numbers.prev,.tutor-pagination ul.tutor-pagination-numbers .page-numbers.next{background:rgba(var(--tutor-color-primary-rgb),.1);border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;transition:all .15s linear;display:flex}.tutor-pagination ul.tutor-pagination-numbers .page-numbers.prev:hover,.tutor-pagination ul.tutor-pagination-numbers .page-numbers.next:hover{color:var(--tutor-color-white);background:var(--tutor-color-primary)}@media (min-width:1200px){.tutor-pagination ul.tutor-pagination-numbers .page-numbers{--margin:32px}.tutor-pagination ul.tutor-pagination-numbers .page-numbers.prev{margin-right:var(--margin)}.tutor-pagination ul.tutor-pagination-numbers .page-numbers.next{margin-left:var(--margin)}}.tutor-pagination ul.tutor-pagination-numbers .page-numbers:before{content:"";background:var(--tutor-color-primary);transform-origin:bottom;width:100%;height:2px;transition:transform .1s linear;position:absolute;bottom:-12px;left:0;transform:scaleY(0)}.tutor-pagination ul.tutor-pagination-numbers .page-numbers.current{color:var(--tutor-color-primary)}.tutor-pagination ul.tutor-pagination-numbers .page-numbers.current:before{transform:scaleY(1)}.tutor-pagination[data-tutor_pagination_ajax]{position:relative}.tutor-pagination[data-tutor_pagination_ajax]:not(.is-ajax-pagination-enabled):before{content:"";z-index:99;border-radius:inherit;opacity:.03;background:#000;display:block;position:absolute;inset:0}.tutor-dropdown-select{display:flex;position:relative}.tutor-dropdown-select label{cursor:pointer}.tutor-dropdown-select input[type=radio]{display:none}.tutor-dropdown-select h3,.tutor-dropdown-select h5{margin:0!important}.tutor-dropdown-select-options-container{z-index:10;border:1px solid var(--tutor-border-color);opacity:0;visibility:hidden;background:#fff;border-radius:6px;order:1;width:100%;max-height:290px;transition:all .1s;position:absolute;top:calc(100% + 5px);overflow-y:auto;box-shadow:0 6px 20px rgb(28 49 104 / .1)}.tutor-dropdown-select-options-container.is-active{opacity:1;visibility:visible}.tutor-dropdown-select-options-container.is-active+.tutor-dropdown-select-selected:after{transform:translateY(-50%)rotate(-180deg)}.tutor-dropdown-select-selected{border:1px solid var(--tutor-border-color);background:#fff;border-radius:6px;order:0;width:100%;margin-bottom:12px;position:relative}.tutor-dropdown-select-selected:after{content:"";color:#7a7a7a;transition:transform .2s linear;position:absolute;top:50%;right:8px;transform:translateY(-50%);font-family:tutor!important}.tutor-dropdown-select-option{cursor:pointer;padding:8px 19px}.tutor-dropdown-select-option:hover{background:#eff1f6}.tutor-dropdown-select-option:last-child{border-top:1px solid #cdcfd5}.tutor-dropdown-select-selected{cursor:pointer;padding:10px 16px;font-size:16px;font-weight:400;line-height:1.4}.tutor-dropdown-select-selected>div:first-child{color:var(--tutor-body-color)}.tutor-dropdown-select-options-container.is-active+.tutor-dropdown-select-selected{border-color:var(--tutor-color-primary)}.tutor-form-group-select-sm .tutor-dropdown-select{height:40px}.tutor-form-group-select-md .tutor-dropdown-select{height:48px}.tutor-form-group-select-lg .tutor-dropdown-select{height:54px}.tutor-dropdown{background-color:var(--tutor-color-white);border:1px solid var(--tutor-border-color);z-index:1025;border-radius:4px;padding:8px 0;list-style:none;display:none;position:absolute;top:calc(100% - 4px);right:0;box-shadow:0 6px 20px rgb(28 49 104 / .1)}.tutor-dropdown>li{margin:0;padding:0}.tutor-dropdown-item{color:var(--tutor-color-secondary);white-space:nowrap;background-color:#fff0;padding:8px 16px;font-size:16px;font-weight:500;text-decoration:none;display:block}.tutor-dropdown-item:hover,.tutor-dropdown-item:focus,.tutor-dropdown-item.is-active{color:var(--tutor-color-primary);background-color:rgba(var(--tutor-color-primary-rgb),.1)}.tutor-dropdown-dark{background-color:#212327;border:1px solid #212327}.tutor-dropdown-dark .tutor-dropdown-item,.tutor-dropdown-dark .tutor-dropdown-item:hover,.tutor-dropdown-dark .tutor-dropdown-item:focus{color:#fff}.tutor-dropdown-dark .tutor-dropdown-item:hover,.tutor-dropdown-dark .tutor-dropdown-item:focus{background-color:#41454f}.tutor-dropdown-dark .tutor-dropdown-item.is-active{color:#fff;background-color:#41454f}.tutor-dropdown-parent{position:relative}.tutor-dropdown-parent.is-open .tutor-dropdown{display:block}.tutor-notification{border:1px solid var(--tutor-border-color);box-sizing:border-box;overflow-wrap:anywhere;background:var(--tutor-color-white);border-radius:10px;align-items:center;width:340px;padding:16px 20px;display:flex;position:relative}.tutor-notification.tutor-bg-primary{border-color:var(--tutor-color-primary)}.tutor-notification.tutor-bg-success{border-color:var(--tutor-color-success)}.tutor-notification.tutor-bg-warning{border-color:var(--tutor-color-warning)}.tutor-notification.tutor-bg-danger{border-color:var(--tutor-color-color)}.tutor-notification-icon{color:var(--tutor-color-primary);margin-right:16px;font-size:32px}.tutor-notification-content{color:var(--tutor-color-muted);flex-grow:1;font-size:14px;line-height:18px}.tutor-notification-content h5{color:var(--tutor-color-primary);margin:0;font-size:16px;font-weight:500;line-height:26px}.tutor-notification-content p{margin:0}.tutor-notification-close{color:var(--tutor-border-color);cursor:pointer;background:0 0;border:none;outline:none;padding:5px;transition:all .2s;position:absolute;top:6px;right:6px}.tutor-notification-close:hover{color:var(--tutor-body-color)}.tutor-notification-close span{font-size:16px;display:block}.tutor-alert{border-radius:6px;margin-bottom:16px;font-size:16px;display:grid}@media (min-width:576px){.tutor-alert{grid-template-columns:1fr auto}}.tutor-alert{grid-gap:24px;background:var(--tutor-color-white);border:1px solid var(--tutor-border-color);padding:13px 16px}.tutor-alert.tutor-primary{color:#41454f;border:1px solid rgba(var(--tutor-color-primary-rgb),.7);background:#fff}.tutor-alert.tutor-primary .tutor-alert-icon{color:var(--tutor-color-primary)}.tutor-alert.tutor-primary .tutor-btn:not(.tutor-btn-outline-primary){color:var(--tutor-color-primary);background:rgba(var(--tutor-color-primary-rgb),.15);border:1px solid rgba(var(--tutor-color-primary-rgb),.3)}.tutor-alert.tutor-success{color:#41454f;border:1px solid rgba(var(--tutor-color-success-rgb),.7);background:#fff}.tutor-alert.tutor-success .tutor-alert-icon{color:var(--tutor-color-success)}.tutor-alert.tutor-success .tutor-btn:not(.tutor-btn-outline-primary){color:var(--tutor-color-success);background:rgba(var(--tutor-color-success-rgb),.15);border:1px solid rgba(var(--tutor-color-success-rgb),.3)}.tutor-alert.tutor-danger{color:#41454f;border:1px solid rgba(var(--tutor-color-danger-rgb),.7);background:#fff}.tutor-alert.tutor-danger .tutor-alert-icon{color:var(--tutor-color-danger)}.tutor-alert.tutor-danger .tutor-btn:not(.tutor-btn-outline-primary){color:var(--tutor-color-danger);background:rgba(var(--tutor-color-danger-rgb),.15);border:1px solid rgba(var(--tutor-color-danger-rgb),.3)}.tutor-alert.tutor-warning{color:#41454f;border:1px solid rgba(var(--tutor-color-warning-rgb),.7);background:#fff}.tutor-alert.tutor-warning .tutor-alert-icon{color:var(--tutor-color-warning)}.tutor-alert.tutor-warning .tutor-btn:not(.tutor-btn-outline-primary){color:var(--tutor-color-warning);background:rgba(var(--tutor-color-warning-rgb),.15);border:1px solid rgba(var(--tutor-color-warning-rgb),.3)}.tutor-alert .tutor-alert-text{color:var(--tutor-color-secondary);display:flex}@media (min-width:768px){.tutor-alert .tutor-alert-text{align-items:center}}.tutor-alert .alert-btn-group{grid-gap:10px;justify-self:flex-end;align-items:center;display:flex}.tutor-alert .tutor-btn:not(.tutor-btn-icon).tutor-btn-sm{padding:7.5px 13px}.tutor-alert .tutor-btn.tutor-btn-outline-primary{border-color:var(--tutor-border-color)}.tutor-alert .tutor-alert-close{cursor:pointer}@media (max-width:575.98px){.tutor-alert .tutor-alert-close{display:none}}.tutor-large-notification{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border:1px solid var(--tutor-border-color);background:#fff;display:flex;position:relative;box-shadow:0 2px 4px rgb(0 0 0 / .05)}@media (min-width:1200px){.tutor-large-notification{padding-right:90px}}.tutor-large-notification-icon{margin-right:20px;font-size:32px}.tutor-large-notification-btns .tutor-btn:not(.tutor-btn-icon).tutor-btn-sm{padding:8px 12px}.tutor-large-notification-btns>:not(:last-child){margin-right:10px}.tutor-large-notification .tutor-noti-close{cursor:pointer;position:absolute;top:16px;right:13px}.tutor-large-notification.tutor-large-notification-primary .tutor-large-notification-icon,.tutor-large-notification.tutor-large-notification-primary .tutor-large-notification-title{color:var(--tutor-color-primary)}.tutor-large-notification.tutor-large-notification-primary .tutor-btn:not(.tutor-is-outline).tutor-btn-secondary{border-color:rgba(var(--tutor-color-primary-rgb),.3);background:rgba(var(--tutor-color-primary-rgb),.15);color:var(--tutor-color-primary)}.tutor-large-notification.tutor-large-notification-success .tutor-large-notification-icon,.tutor-large-notification.tutor-large-notification-success .tutor-large-notification-title{color:var(--tutor-color-success)}.tutor-large-notification.tutor-large-notification-success .tutor-btn:not(.tutor-is-outline).tutor-btn-secondary{border-color:rgba(var(--tutor-color-success-rgb),.3);background:rgba(var(--tutor-color-success-rgb),.15);color:var(--tutor-color-success)}.tutor-large-notification.tutor-large-notification-warning .tutor-large-notification-icon,.tutor-large-notification.tutor-large-notification-warning .tutor-large-notification-title{color:var(--tutor-color-warning)}.tutor-large-notification.tutor-large-notification-warning .tutor-btn:not(.tutor-is-outline).tutor-btn-secondary{border-color:rgba(var(--tutor-color-warning-rgb),.3);background:rgba(var(--tutor-color-warning-rgb),.15);color:var(--tutor-color-warning)}.tutor-large-notification.tutor-large-notification-danger .tutor-large-notification-icon,.tutor-large-notification.tutor-large-notification-danger .tutor-large-notification-title{color:var(--tutor-color-danger)}.tutor-large-notification.tutor-large-notification-danger .tutor-btn:not(.tutor-is-outline).tutor-btn-secondary{border-color:rgba(var(--tutor-color-danger-rgb),.3);background:rgba(var(--tutor-color-danger-rgb),.15);color:var(--tutor-color-danger)}.tutor-nav{flex-wrap:wrap;margin:0;padding:0;list-style:none;display:flex}.tutor-nav>li{margin:0;padding:0;line-height:1.6;position:relative}.tutor-nav-link{color:var(--tutor-color-secondary);cursor:pointer;align-items:center;padding:8px 20px;font-size:16px;font-weight:400;display:flex}.tutor-nav-link,.tutor-nav-link:focus,.tutor-nav-link:hover,.tutor-nav-link:active{box-shadow:none;background:0 0;outline:0;line-height:1.6;text-decoration:none}.tutor-nav-link:hover,.tutor-nav-link.is-active{color:var(--tutor-color-primary)}.tutor-nav .tutor-nav-more{margin-left:auto!important}.tutor-nav .tutor-nav-more-icon{color:var(--tutor-color-primary);margin-left:4px;font-size:12px;transition:transform .2s ease-in;transform:rotate(-45deg)}.tutor-nav .tutor-nav-more.tutor-nav-opened .tutor-dropdown{display:block}.tutor-nav .tutor-nav-more.tutor-nav-opened .tutor-nav-more-icon{transform:rotate(0)}.tutor-nav:not(.tutor-nav-pills):not(.tutor-nav-tabs){border-bottom:1px solid var(--tutor-border-color)}.tutor-nav:not(.tutor-nav-pills):not(.tutor-nav-tabs) .tutor-nav-link{border-bottom:2px solid #fff0;margin-bottom:-1px}.tutor-nav:not(.tutor-nav-pills):not(.tutor-nav-tabs) .tutor-nav-link.is-active{border-bottom-color:var(--tutor-color-primary)}.tutor-nav-pills{border-bottom:0}.tutor-nav-pills .tutor-nav-item:not(:last-child){margin-right:4px}.tutor-nav-pills .tutor-nav-link{border-radius:6px}.tutor-nav-pills .tutor-nav-link:hover{color:var(--tutor-color-secondary);background-color:#edf0f9}.tutor-nav-pills .tutor-nav-link.is-active{background-color:var(--tutor-color-primary);color:#fff;margin-bottom:0}.tutor-nav-tabs{background-color:#fafafb;border-bottom:1px solid #cdcfd5;border-radius:6px 6px 0 0}.tutor-nav-tabs .tutor-nav-link{border-right:1px solid var(--tutor-border-color);border-top:2px solid #fff0;border-bottom:1px solid var(--tutor-border-color);flex-direction:column;justify-content:center;align-items:flex-start;width:100%;margin-top:-1px;margin-bottom:-1px;padding:16px 32px;position:relative}.tutor-nav-tabs .tutor-nav-link.is-active{border-top-color:var(--tutor-color-primary);background-color:#fff;border-bottom-color:#fff}.tutor-nav-tabs .tutor-nav-item{flex:auto;align-items:stretch;display:flex}.tutor-nav-tabs .tutor-nav-item:first-child .tutor-nav-link{border-radius:5px 0 0}.tutor-nav-tabs .tutor-nav-item:last-child .tutor-nav-link{border-right:0;border-radius:0 5px 0 0}.tutor-nav-tabs-container{border:1px solid var(--tutor-border-color);background-color:#fff;border-radius:6px}.tutor-nav-v{border-bottom:0;flex-direction:column}.tutor-nav-v .tutor-nav-item{margin-right:0}.tutor-nav-v .tutor-nav-item:not(:last-child){margin-bottom:4px}.tutor-nav-admin{border-bottom:0!important}.tutor-nav-admin .tutor-nav-item{margin:0}.tutor-nav-admin .tutor-nav-link{padding:20px 16px}.tutor-tab-item:not(.is-active){display:none}.tutor-widget-title{color:var(--tutor-body-color);margin:0 0 24px;font-size:20px;font-weight:500}.tutor-list{margin:0;padding:0;list-style:none}.tutor-list-item{color:var(--tutor-body-color);font-size:16px;text-decoration:none;display:block;position:relative}.tutor-list-item:not(:last-child){margin-bottom:16px}.tutor-list-item label{cursor:pointer;align-items:center;margin:0;padding:0;display:flex}.tutor-list-item label input[type=checkbox]{margin-right:16px}.tutor-progress-bar{background:#e3e5eb;border-radius:10px;width:100%;height:4px;position:relative;overflow:hidden}.tutor-progress-value{background:var(--tutor-color-primary);width:var(--tutor-progress-value);height:100%;position:absolute}.tutor-progress-circle{--w:24px;--pd:3px;width:var(--w);height:var(--w);padding:var(--pd);background:conic-gradient(var(--tutor-color-primary)var(--pro),0,rgba(var(--tutor-color-primary-rgb),.15)100%);border-radius:50%;position:relative}.tutor-progress-circle:before{content:"";inset:calc(0% + var(--pd));background:#fff;border-radius:50%;position:absolute!important}:root{--tutor-text-size:16px;--tutor-color-white:#fff;--tutor-color-success:#24a148;--tutor-color-success-rgb:36,161,72;--tutor-color-warning:#ed9700;--tutor-color-warning-rgb:237,151,0;--tutor-color-danger:#f44337;--tutor-color-danger-rgb:244,67,55;--tutor-color-secondary:#41454f;--tutor-color-subdued:#5b616f;--tutor-color-hints:#767c8e;--tutor-color-muted:#757c8e;--tutor-color-gray:#e3e5eb;--tutor-color-gray-10:#eff1f6}.tutor-color-black{color:var(--tutor-body-color)}.tutor-color-white{color:#fff}.tutor-color-primary{color:var(--tutor-color-primary)}.tutor-color-success{color:#24a148}.tutor-color-warning{color:#ed9700}.tutor-color-danger{color:#f44337}.tutor-color-secondary{color:#41454f}.tutor-color-muted{color:#757c8e}.tutor-color-subdued{color:#5b616f}.tutor-color-hints{color:#767c8e}.tutor-color-gray-20{color:#e3e5eb}.tutor-color-gray-10{color:#eff1f6}.tutor-bg-black{background-color:var(--tutor-body-color)}.tutor-bg-white{background-color:#fff}.tutor-bg-primary{background-color:var(--tutor-color-primary)}.tutor-bg-success{background-color:#24a148}.tutor-bg-warning{background-color:#ed9700}.tutor-bg-danger{background-color:#f44337}.tutor-bg-secondary{background-color:#41454f}.tutor-bg-muted{background-color:#757c8e}.tutor-bg-subdued{background-color:#5b616f}.tutor-bg-hints{background-color:#767c8e}.tutor-bg-gray-20{background-color:#e3e5eb}.tutor-bg-gray-10{background-color:#eff1f6}.text-regular-body,.tutor-text-regular-body{font-size:16px;font-weight:400;line-height:162%}.text-regular-caption,.tutor-text-regular-caption{font-size:15px;font-weight:400;line-height:160%}.text-regular-small,.text-body,.tutor-text-regular-small{font-size:13px;font-weight:400;line-height:138%}.text-regular-tiny,.tutor-text-regular-tiny{font-size:11px;font-weight:400;line-height:145%}.text-medium-h1,.tutor-text-medium-h1{font-size:80px;font-weight:500;line-height:101%}.text-medium-h2,.tutor-text-medium-h2{font-size:60px;font-weight:500;line-height:117%}.text-medium-h3,.tutor-text-medium-h3{font-size:40px;font-weight:500;line-height:120%}.text-medium-h4,.tutor-text-medium-h4{font-size:30px;font-weight:500;line-height:123%}.text-medium-h5,.tutor-text-medium-h5{font-size:24px;font-weight:500;line-height:142%}.text-medium-h6,.tutor-text-medium-h6{font-size:20px;font-weight:500;line-height:140%}.text-medium-body,.tutor-text-medium-body{font-size:16px;font-weight:500;line-height:162%}.text-medium-caption,.tutor-instructor-filter .course-category-filter .tutor-form-check label.text-medium-caption,.tutor-text-medium-caption{font-size:15px;font-weight:500;line-height:160%}.text-medium-small,.tutor-text-medium-small{font-size:13px;font-weight:500;line-height:162%}.text-medium-tiny,.tutor-text-medium-tiny{font-size:11px;font-weight:500;line-height:145%}.text-semi-h1,.tutor-text-semi-h1{font-size:80px;font-weight:600;line-height:101%}.text-semi-h2,.tutor-text-semi-h2{font-size:60px;font-weight:600;line-height:117%}.text-semi-h3,.tutor-text-semi-h3{font-size:40px;font-weight:600;line-height:120%}.text-semi-h4,.tutor-text-semi-h4{font-size:30px;font-weight:600;line-height:123%}.text-semi-h5,.tutor-text-semi-h5{font-size:24px;font-weight:600;line-height:142%}.text-semi-h6,.tutor-text-semi-h6{font-size:20px;font-weight:600;line-height:150%}.text-semi-caption,.tutor-text-semi-caption{font-size:15px;font-weight:600;line-height:165%}.text-semi-small,.tutor-text-semi-small{font-size:13px;font-weight:600;line-height:128%}.text-bold-h1,.tutor-text-bold-h1{font-size:80px;font-weight:700;line-height:101%}.text-bold-h2,.tutor-text-bold-h2{font-size:60px;font-weight:700;line-height:117%}.text-bold-h3,.tutor-text-bold-h3{font-size:40px;font-weight:700;line-height:120%}.text-bold-h4,.tutor-text-bold-h4{font-size:30px;font-weight:700;line-height:123%}.text-bold-h5,.tutor-text-bold-h5{font-size:24px;font-weight:700;line-height:142%}.text-bold-h6,.tutor-text-bold-h6{font-size:20px;font-weight:700;line-height:150%}.text-bold-body,.tutor-text-bold-body{font-size:16px;font-weight:700;line-height:162%}.text-bold-caption,.tutor-text-bold-caption{font-size:15px;font-weight:700;line-height:160%}.text-bold-small,.tutor-text-bold-small{font-size:13px;font-weight:700;line-height:162%}.text-bold-tiny,.tutor-text-bold-tiny{font-size:11px;font-weight:700;line-height:145%}.text-btn-xlarge,.tutor-text-btn-xlarge{font-size:18px;font-weight:500;line-height:178%}.text-btn-large,.tutor-text-btn-large{font-size:16px;font-weight:500;line-height:200%}.text-btn-medium,.tutor-text-btn-medium{font-size:15px;font-weight:500;line-height:160%}.text-btn-small,.tutor-text-btn-small{font-size:13px;font-weight:500;line-height:123%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body.tutor-frontend *,body.tutor-frontend :before,body.tutor-frontend :after{box-sizing:border-box}body .media-modal *{box-sizing:content-box}.tutor-wrap{color:var(--tutor-body-color)}.tutor-wrap img{max-width:100%;height:auto}.tutor-custom-list-style{margin:0;padding:0;list-style:none}.tutor-custom-list-style li{margin-bottom:5px;padding-left:25px;line-height:30px;position:relative}.tutor-custom-list-style li:before{content:"";color:var(--tutor-color-primary);font-family:tutor;position:absolute;left:0}.tutor-entry-content>br{display:none}.tutor-entry-content p:not(:last-child){word-wrap:break-word;padding-bottom:20px}.tutor-segment-title{color:#000;margin-bottom:13px;font-size:18px;font-weight:500;line-height:23px}.tutor-course-topics-header{flex-wrap:wrap;justify-content:space-between;margin-bottom:8px;display:flex}.tutor-course-topics-header .tutor-course-topics-header-right span:not(:first-child){margin-left:45px}.tutor-course-topics-contents h4{font-size:var(--tutor-text-size);color:var(--tutor-body-color);margin-bottom:0;font-weight:500}.tutor-course-topics-contents .tutor-course-title{cursor:pointer}.tutor-course-topics-contents .tutor-course-title h4{color:var(--tutor-color-primary);margin-top:0;font-size:16px;line-height:25px;overflow:hidden}.tutor-course-topic.tutor-active .tutor-course-title h4>i:before{content:""}.tutor-course-topics-contents .tutor-course-title h4 i{float:left;margin-right:10px;font-size:15px;line-height:25px}.tutor-course-topics-contents .tutor-course-topic{border:1px solid #dce4e6;border-radius:5px;margin-bottom:20px;overflow:hidden}.tutor-course-title,.tutor-course-lesson{padding:14px 20px}.tutor-course-lesson{border-top:1px solid #dce4e6}.tutor-course-lesson h5{line-height:22px;font-size:var(--tutor-text-size);color:inherit;margin-top:0;margin-bottom:0;display:flex}.tutor-course-lesson h5 a{color:var(--tutor-color-primary);transition:all .3s}.tutor-course-lesson h5 a:hover{color:var(--tutor-color-primary-hover)}.tutor-course-lesson h5 i{vertical-align:text-top;color:var(--tutor-color-muted);margin-right:10px;line-height:22px;display:block}.tutor-course-lesson h5 .lesson-preview-icon i{margin-left:10px;margin-right:0}.tutor-course-lesson h5 .tutor-lesson-duration{align-self:flex-start;margin-left:auto;padding-left:5px}.tutor-course-lesson .lesson-preview-title{flex-direction:row;flex:1 0 0%;align-items:flex-start;display:flex}table.course-single-gradebooks .datetime{margin:0;font-size:80%}.tutor-course-lessons .tutor-course-lesson h5 i.tutor-lesson-thumbnail-icon{text-align:center;color:#fff;z-index:1;border-radius:3px;width:70px;height:50px;margin-right:10px;font-size:20px;line-height:50px;position:relative;overflow:hidden;background-position:50%!important;background-size:cover!important}.tutor-course-lessons .tutor-course-lesson h5 i.tutor-lesson-thumbnail-icon:after{content:"";z-index:-1;background:rgb(0 0 0 / .5);width:100%;height:100%;position:absolute;top:0;left:0}.theme-twentytwentytwo .select2-container .select2-selection{padding:.2rem}.tutor-password-protected-course .tutor-modal-overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.tutor-password-protected-course .tutor-course-thumbnail{margin-bottom:60px}.tutor-password-protected-course .tutor-course-thumbnail img{width:100%}.tutor-password-protected-course .tutor-locked-badge{color:#202223;background-color:#fdf4e3;border-radius:4px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:4px 8px;font-size:14px;line-height:24px;display:inline-block}.tutor-password-protected-course .tutor-btn{justify-content:center;min-width:110px}.tutor-quiz-questions-pagination{margin-top:24px}.tutor-quiz-questions-pagination ul{flex-wrap:wrap;gap:10px;margin:0;list-style:none;display:flex;padding:0!important}.tutor-quiz-questions-pagination ul li{display:inline-block}.tutor-quiz-questions-pagination ul li a{border:1px solid var(--tutor-color-primary);color:var(--tutor-color-primary);border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;padding:7px 13px;font-size:15px;font-weight:700;display:flex}.tutor-quiz-questions-pagination ul li a:hover,.tutor-quiz-questions-pagination ul li a.active{background-color:var(--tutor-color-primary);color:#fff}.tutor-quiz-questions-pagination ul li a:hover:hover,.tutor-quiz-questions-pagination ul li a.active:hover{opacity:.8}.tutor-info-msg,.tutor-success-msg,.tutor-warning-msg,.tutor-error-msg{border-radius:3px;margin:10px 0;padding:10px}.tutor-info-msg{color:var(--tutor-color-primary);background-color:#bef}.tutor-success-msg{color:var(--tutor-color-success);background-color:#dff2bf}.tutor-warning-msg{color:#9f6000;background-color:#feefb3}.tutor-error-msg{color:#d8000c;background-color:#fbdcdc;border:1px solid #d8000c}.tutor-profile-photo-upload-wrap{width:200px;height:auto;margin-bottom:70px;position:relative}.tutor-profile-photo-upload-wrap img{width:100%;height:auto;display:block}a.tutor-profile-photo-upload-btn,button.tutor-profile-photo-upload-btn{background-color:var(--tutor-color-primary);color:#fff;text-align:center;width:100%;padding:9px 0;display:block;position:absolute;top:100%}a.tutor-profile-photo-upload-btn:hover,button.tutor-profile-photo-upload-btn:hover{background-color:var(--tutor-color-primary-hover);color:#fff}.tutor-profile-photo-delete-btn{color:#ff000c;position:absolute;top:10px;right:10px}.single-instructor-wrap{border:1px solid #e8eff1;border-radius:4px;margin-bottom:30px}.single-instructor-wrap .single-instructor-top{border-bottom:1px solid #e8eff1;padding:20px;display:flex}@media (max-width:767px){.single-instructor-wrap .single-instructor-top{flex-wrap:wrap}}.single-instructor-wrap .single-instructor-top h3,.single-instructor-wrap .single-instructor-top h4{margin:0;padding:0}.single-instructor-wrap .tutor-instructor-left{flex:none;padding-right:30px}@media (max-width:767px){.single-instructor-wrap .tutor-instructor-left{width:100%;margin-bottom:15px}}.single-instructor-wrap .instructor-name{float:left;max-width:180px;padding-left:20px}.single-instructor-wrap .instructor-name h3{color:var(--tutor-body-color);font-size:16px;font-weight:600}.single-instructor-wrap .instructor-name h3 a{color:var(--tutor-body-color);font-weight:500}.single-instructor-wrap .instructor-name h4{color:var(--tutor-color-muted);font-weight:500}.single-instructor-wrap .single-instructor-bottom{text-align:right;padding:15px 20px;overflow:hidden}@media (max-width:767px){.single-instructor-wrap .single-instructor-bottom{text-align:left}}.single-instructor-wrap .single-instructor-bottom p{margin:0}.single-instructor-wrap .single-instructor-bottom .ratings{float:left}.single-instructor-wrap .single-instructor-bottom .ratings i{margin-right:4px}.single-instructor-wrap .single-instructor-bottom .courses,.single-instructor-wrap .single-instructor-bottom .students{margin-left:20px;display:inline-block}.single-instructor-wrap .single-instructor-bottom .courses i,.single-instructor-wrap .single-instructor-bottom .students i{vertical-align:middle;margin-right:2px;font-size:18px;display:inline-block}.single-instructor-wrap .single-instructor-bottom .ratings .rating-total-meta{color:#bac0cf}.single-instructor-wrap .single-instructor-bottom .ratings .rating-generated{color:#f8c51c}.tutor-dashboard-pagination-results-stats{margin:10px 0 30px}.statement-address{color:#555;margin:10px 0}.statement-order-completed{background:var(--tutor-color-success);color:#fff;border:none;padding:2px 5px}.tutor-login-wrap,#tutor-registration-wrap{border:1px solid #ececed;border-radius:8px;max-width:520px;margin:0 auto;padding:40px 0 32px;box-shadow:0 2px 4px -2px rgb(16 24 40 / .06),0 4px 8px -2px rgb(16 24 40 / .1)}.tutor-login-form-wrapper,#tutor-registration-form{padding:24px}.tutor-login-form-wrapper .tutor-password-strength-checker .show-hide-btn,#tutor-registration-form .tutor-password-strength-checker .show-hide-btn{top:45%}@media (max-width:767px){.tutor-login-form-wrapper .tutor-password-strength-checker .show-hide-btn,#tutor-registration-form .tutor-password-strength-checker .show-hide-btn{top:42%}}.tutor-login-wrap form{margin:0}.tutor-login-wrap input.tutor-form-control,#tutor-login-form input.tutor-form-control{background-color:#fff;font-size:14px;line-height:22px;border-color:#ececed!important}.tutor-login-wrap input.tutor-form-control:placeholder-shown:not(:focus){background-color:#f5f5f6}#tutor-login-form input.tutor-form-control:placeholder-shown:not(:focus){background-color:#f5f5f6}.tutor-login-wrap input.tutor-form-control:focus,#tutor-login-form input.tutor-form-control:focus{box-shadow:0 0 0 2px #90a0f7;border-color:#a4bcf4!important}.tutor-login-wrap .tutor-login-title{text-align:center;margin-bottom:25px;padding:0 40px}.tutor-login-rememeber-wrap{text-align:right;margin-bottom:30px;overflow:hidden}.tutor-login-rememeber-wrap p{float:left;display:inline-block}.tutor-login-rememeber-wrap p,.tutor-login-rememeber-wrap label{margin:0}.tutor-form-register-wrap a,.tutor-login-rememeber-wrap a,.tutor-login-rememeber-wrap label{color:#606c8f;vertical-align:middle;opacity:.5;transition:all .3s}.tutor-form-register-wrap a:hover,.tutor-login-rememeber-wrap a:hover,.tutor-login-rememeber-wrap label:hover{opacity:1}.tutor-form-register-wrap{text-align:center;margin-top:15px}.tutor-course-login-wrap h4{color:var(--tutor-body-color);margin-bottom:20px;font-size:42px;line-height:1.2}.login-overlay-close{z-index:-1;background:0 0;width:100%;height:100%;position:absolute}.course-login-title{margin-bottom:50px}.tutor-option-field-row label,.tutor-form-group label{margin-top:-2px;margin-bottom:10px;display:block}.tutor-option-field textarea,.tutor-form-group textarea{width:100%;box-shadow:none;text-indent:15px;background:#fff;border:1px solid #dcdfe5;border-radius:4px;margin-bottom:20px;padding:0;font-size:16px;line-height:48px;transition:all .3s;display:block}.tutor-option-field input[type=text]{width:100%;box-shadow:none;text-indent:15px;background:#fff;border:1px solid #dcdfe5;border-radius:4px;margin-bottom:20px;padding:0;font-size:16px;line-height:48px;transition:all .3s;display:block}.tutor-option-field input[type=number]{width:100%;box-shadow:none;text-indent:15px;background:#fff;border:1px solid #dcdfe5;border-radius:4px;margin-bottom:20px;padding:0;font-size:16px;line-height:48px;transition:all .3s;display:block}.tutor-option-field input[type=pas\.tutor-dashboard-content-innersword]{width:100%;box-shadow:none;text-indent:15px;background:#fff;border:1px solid #dcdfe5;border-radius:4px;margin-bottom:20px;padding:0;font-size:16px;line-height:48px;transition:all .3s;display:block}.tutor-form-group input[type=text]{width:100%;box-shadow:none;text-indent:15px;background:#fff;border:1px solid #dcdfe5;border-radius:4px;margin-bottom:20px;padding:0;font-size:16px;line-height:48px;transition:all .3s;display:block}.tutor-form-group input[type=number]{width:100%;box-shadow:none;text-indent:15px;background:#fff;border:1px solid #dcdfe5;border-radius:4px;margin-bottom:20px;padding:0;font-size:16px;line-height:48px;transition:all .3s;display:block}.tutor-form-group input[type=password]{width:100%;box-shadow:none;text-indent:15px;background:#fff;border:1px solid #dcdfe5;border-radius:4px;margin-bottom:20px;padding:0;font-size:16px;line-height:48px;transition:all .3s;display:block}.tutor-option-field textarea,.tutor-form-group textarea{text-indent:0;height:180px;padding:15px;line-height:26px}.tutor-option-field textarea:focus,.tutor-form-group textarea:focus,.tutor-option-field input:focus,.tutor-form-group input:focus{outline:none}.tutor-option-field textarea:focus,.tutor-form-group textarea:focus{background:#fff;border-color:var(--tutor-color-primary)!important}.tutor-option-field input:not([type=submit]):focus{background:#fff;border-color:var(--tutor-color-primary)!important}.tutor-form-group input:not([type=submit]):focus{background:#fff;border-color:var(--tutor-color-primary)!important}.tutor-option-field textarea::-webkit-input-placeholder{color:#b0b6c8;opacity:1}.tutor-option-field input::-webkit-input-placeholder{color:#b0b6c8;opacity:1}.tutor-form-group textarea::-webkit-input-placeholder{color:#b0b6c8;opacity:1}.tutor-form-group input::-webkit-input-placeholder{color:#b0b6c8;opacity:1}.tutor-option-field textarea::-moz-placeholder{color:#b0b6c8;opacity:1}.tutor-option-field input::-moz-placeholder{color:#b0b6c8;opacity:1}.tutor-form-group textarea::-moz-placeholder{color:#b0b6c8;opacity:1}.tutor-form-group input::-moz-placeholder{color:#b0b6c8;opacity:1}.tutor-option-field textarea:-ms-placeholder-shown{color:#b0b6c8;opacity:1}.tutor-option-field input:-ms-placeholder-shown{color:#b0b6c8;opacity:1}.tutor-form-group textarea:-ms-placeholder-shown{color:#b0b6c8;opacity:1}.tutor-form-group input:-ms-placeholder-shown{color:#b0b6c8;opacity:1}.tutor-option-field textarea:-moz-placeholder-shown{color:#b0b6c8;opacity:1}.tutor-option-field input:-moz-placeholder-shown{color:#b0b6c8;opacity:1}.tutor-form-group textarea:-moz-placeholder-shown{color:#b0b6c8;opacity:1}.tutor-form-group input:-moz-placeholder-shown{color:#b0b6c8;opacity:1}.tutor-form-group.tutor-reg-form-btn-wrap{text-align:right}.tutor-option-field p.desc{opacity:.7;margin:-10px 0 20px;font-size:13px;font-style:italic}.tutor-option-field:last-child .tutor-option-field p.desc{margin-bottom:0}.tutor-option-gorup-fields-wrap .tutor-lesson-video-runtime{display:flex}.tutor-option-gorup-fields-wrap .tutor-lesson-video-runtime .tutor-option-group-field{padding-right:30px}.tutor-price-preview-box{border:1px solid #dcdfe5;border-radius:4px;margin-bottom:30px;padding:20px;overflow:hidden}.tutor-price-box-thumbnail{margin:-20px -20px 20px}.tutor-price-box-thumbnail .tutor-single-lesson-segment{margin-bottom:0}.tutor-price-preview-box .price{margin:0 0 20px;font-size:35px;font-weight:500;line-height:1;overflow:hidden}.tutor-price-preview-box .price .subscription-details{font-size:var(--tutor-text-size);margin-top:12px;line-height:1.2em;display:block}.tutor-price-preview-box .price>.price{margin-bottom:0}.tutor-price-preview-box .price del+ins{float:left;margin-left:0}.tutor-course-reviews-wrap{border:1px solid #e8eff1;border-radius:4px}.tutor-course-avg-rating-total{color:var(--tutor-color-muted)}.tutor-course-avg-rating-total span{color:var(--tutor-body-color)}.tutor-review-individual-item{border-top:1px solid #e8eff1;padding:30px;overflow:hidden}.tutor-review-individual-item p{margin:0;padding:0}.course-avg-rating-wrap{padding:20px 20px 20px 40px}.tutor-review-individual-item .review-left{float:left;width:200px;overflow:hidden}.tutor-review-individual-item .review-content{padding-left:200px}@media (max-width:991px){.tutor-review-individual-item .review-left{float:none;width:100%;margin-bottom:25px}.tutor-review-individual-item .review-content{padding-left:0}}.tutor-review-individual-item .review-avatar{float:left;width:50px}.tutor-review-individual-item .review-avatar img{border:none;border-radius:50%;max-width:100%;height:auto;margin:0}.tutor-review-individual-item .tutor-review-user-info{float:left;padding-left:20px}.tutor-review-individual-item .tutor-review-user-info p{margin-bottom:0}.tutor-review-individual-item .tutor-review-user-info a{color:var(--tutor-body-color)}.review-avatar .tutor-text-avatar,.tutor-dashboard-avater .tutor-text-avatar,.instructor-avatar .tutor-text-avatar{text-align:center;color:#fff;text-shadow:0 1px 2px rgb(0 0 0 / .4);border-radius:50%;width:50px;height:50px;line-height:50px;display:block}.course-avg-rating-wrap .course-avg-rating{font-size:76px;font-weight:400;line-height:1}.course-avg-rating-wrap p{margin:0}.tutor-review-individual-item .tutor-review-name{font-size:16px;font-weight:600}.tutor-review-individual-item .review-meta{color:var(--tutor-color-muted)}.individual-review-rating-wrap{color:#f8c51c}.individual-review-rating-wrap i,.course-avg-rating-html i{color:#f8c51c;margin-right:4px}.tutor-course-tags{margin:-5px}.tutor-course-tags a{color:var(--tutor-body-color);background:#e8eff1;border-radius:2px;margin:5px;padding:6px 15px;transition:all .3s;display:inline-block}.tutor-course-tags a:hover{color:#000}#tutor-single-entry-content .tutor-course-prerequisites{padding:60px}.prerequisites-course-lists{margin:0;padding:0;list-style:none}.prerequisites-course-lists li a{color:var(--tutor-color-primary);border:1px solid #dcdfe5;border-radius:4px;margin-bottom:20px;padding:13px 15px;font-size:16px;font-weight:500}.prerequisites-course-lists li:first-child{color:#b39f70;background:#fffff5;border:1px solid #f7e5b9;border-radius:4px;margin-bottom:20px;padding:13px 40px 13px 60px;font-weight:500;position:relative}.prerequisites-course-lists li:first-child>span{position:absolute;top:13px;left:20px}.prerequisites-course-lists li .prerequisites-course-item{align-items:center;display:flex}.prerequisites-course-feature-image img{border-radius:2px;width:70px;height:auto;box-shadow:0 0 1px rgb(0 0 0 / .08);margin:0!important}.prerequisites-course-lists li .prerequisites-course-title{flex-grow:1;padding-left:15px;transition:all .3s}.prerequisites-course-lists li a:hover .prerequisites-course-title{color:var(--tutor-color-primary)}.prerequisites-course-checkmark{text-transform:uppercase;min-width:107px;height:24px;font-size:12px;font-weight:700;line-height:24px}.prerequisites-course-checkmark i{color:#dbdddd;text-align:center;background:#dbdddd;border-radius:2px;width:24px;height:24px;margin-right:3px;display:inline-block}.prerequisites-course-checkmark.is-complete i{background:var(--tutor-color-success);color:#fff}.rtl .tutor-progress-bar .tutor-progress-filled:after{left:auto;right:var(--tutor-progress-left);transform:translateY(-50%)translate(50%)}.rtl .tutor-progress-percent{padding-left:0;padding-right:20px}.rtl .tutor-course-lesson h5 i{margin-left:10px;margin-right:0}.rtl .tutor-course-lesson h5 .lesson-preview-icon i{margin-left:0;margin-right:10px}.rtl .tutor-course-lesson h5 .tutor-lesson-duration{text-align:left;flex-grow:1}.rtl .tutor-custom-list-style li{padding-left:0;padding-right:25px}.rtl .tutor-custom-list-style li:before{left:auto;right:0}.rtl .single-instructor-wrap .instructor-name{float:right;padding-left:0;padding-right:20px}.rtl .single-instructor-wrap .instructor-bio{padding-left:0;padding-right:260px}.rtl .tutor-lessons-under-topic .tutor-lesson-right-icons{left:15px;right:auto}.rtl .tutor-lessons-under-topic .tutor-lesson-right-icons .tutor-lesson-complete{margin-left:0;margin-right:8px}.rtl .tutor-single-lesson-button-group .tutor-single-lesson-button a>i:first-child,.rtl .tutor-topics-in-single-lesson .tutor-single-lesson-items a>i:first-child{margin-left:10px;margin-right:0}.rtl .tutor-topbar-home-btn{margin-left:0;margin-right:20px}@media screen and (max-width:546px){.rtl .tutor-topbar-home-btn{margin-right:10px}}.label-order-status{border-radius:3px;padding:3px 5px}.label-status-completed{color:#fff;background-color:#4bd863}.label-status-cancelled{color:#fff;background-color:#fd6a03}.label-status-on-hold{color:#fff;background-color:#db5382}.tutor-lesson-content-area h2{margin-top:20px;margin-bottom:25px;font-weight:500}.assignment-result-wrap{text-align:center;padding:10px 0}.submitted-assignment-grade-pass{color:var(--tutor-color-success)}.submitted-assignment-grade-failed{color:red}.received-marks{color:var(--tutor-color-primary)}.video-poster-img img{max-width:200px;height:auto}.tutor-assignment-information{font-size:16px}.tutor-assignment-information ul{flex-wrap:wrap;justify-content:space-between;align-items:center;margin:0 0 22px;padding:0;list-style:none;display:flex}.tutor-assignment-information ul li strong{font-weight:700}.tutor-assignment-attachment-upload-wrap .tutor-form-group{display:inline-block}.tutor-assignment-attachment-upload-wrap .tutor-form-group label+input{display:none}.tutor-assignment-attachment-upload-wrap .tutor-form-group label{cursor:pointer;border:1px solid #dcdfe5;border-radius:4px;margin-right:15px;padding:15px 17px;overflow:hidden}.tutor-assignment-attachment-upload-wrap .tutor-form-group label i{float:left;margin-right:12px;font-size:30px;line-height:30px}.tutor-assignment-attachment-upload-wrap .tutor-form-group label span{line-height:30px}.tutor-assignment-attachment-upload-wrap{margin-bottom:40px}.ui-sortable-placeholder{visibility:visible;background-color:rgb(221 221 221 / .867)}.lesson-modal-close-wrap a{text-align:center;color:#3a3d42;background:#fff;width:50px;height:59px;font-size:15px;line-height:57px;display:inline-block;position:absolute;top:0;right:0}.lesson-modal-close-wrap a:hover{color:red}.lesson-modal-field.tutor-lesson-modal-title-wrap{width:95%}.lesson-modal-field-row input[type=text]{box-shadow:none;color:#333;vertical-align:middle;background-color:#fff;border:1px solid #ddd;border-radius:3px;min-width:400px;min-height:35px;margin:0 10px 0 0;padding:7px 12px;display:inline-block}.tutor-lesson-modal-title-wrap input{width:100%}.tutor-lesson-modal-wrap .modal-footer{background-color:#fff;width:100%;padding:10px 20px;position:-webkit-sticky;position:sticky;bottom:0}.tutor-option-field .tutor-lesson-edit-feature-img{width:100px;position:relative}.tutor-option-field .tutor-lesson-edit-feature-img img{width:100%;height:auto}.tutor-get-pro-text{color:#e02424}.updating-icon:before{content:"";font-family:tutor;animation:1s linear infinite spin;display:inline-block}.tutor-notice-warning{background-color:#fcf8e3;border-color:#faebcc;margin-bottom:10px;padding:20px}.quiz-modal-btn-cancel,.quiz-modal-btn-back{color:#4b5981;border:1px solid #d4dadb}.tutor-quiz-builder-group{margin-bottom:25px}.tutor-quiz-builder-group>p.warning{color:red;font-size:12px}.tutor-quiz-builder-group>p.help{color:#a4a4a4;margin-top:7px;font-size:12px}.tutor-quiz-builder-group>h4{color:#393c40;margin:0 0 15px;font-weight:600}.tutor-quiz-builder-row{align-items:center;margin-left:-10px;margin-right:-10px;display:flex}.tutor-quiz-builder-col{flex-grow:1;padding-left:10px;padding-right:10px}.tutor-quiz-builder-col.auto-width{flex:none}.tutor-quiz-builder-group textarea{text-indent:15px;box-shadow:none;color:#393c40;background:#fff;border:1px solid #dedede;border-radius:3px;width:100%;height:40px;margin:0;padding:5px 0;line-height:40px;display:inline-block}.tutor-quiz-builder-group input[type=text]{text-indent:15px;box-shadow:none;color:#393c40;background:#fff;border:1px solid #dedede;border-radius:3px;width:100%;height:40px;margin:0;padding:5px 0;line-height:40px;display:inline-block}.tutor-quiz-builder-group input[type=email]{text-indent:15px;box-shadow:none;color:#393c40;background:#fff;border:1px solid #dedede;border-radius:3px;width:100%;height:40px;margin:0;padding:5px 0;line-height:40px;display:inline-block}.tutor-quiz-builder-group input[type=number]{text-indent:15px;box-shadow:none;color:#393c40;background:#fff;border:1px solid #dedede;border-radius:3px;width:100%;height:40px;margin:0;padding:5px 0;line-height:40px;display:inline-block}.tutor-quiz-builder-group input[type=password]{text-indent:15px;box-shadow:none;color:#393c40;background:#fff;border:1px solid #dedede;border-radius:3px;width:100%;height:40px;margin:0;padding:5px 0;line-height:40px;display:inline-block}.tutor-quiz-builder-group textarea:focus{border-color:var(--tutor-color-primary)}.tutor-quiz-builder-group input[type=text]:focus{border-color:var(--tutor-color-primary)}.tutor-quiz-builder-group input[type=email]:focus{border-color:var(--tutor-color-primary)}.tutor-quiz-builder-group input[type=number]:focus{border-color:var(--tutor-color-primary)}.tutor-quiz-builder-group input[type=password]:focus{border-color:var(--tutor-color-primary)}.tutor-quiz-builder-group textarea{resize:none;text-indent:0;height:80px;padding:11px 15px;line-height:22px}.tutor-quiz-builder-group textarea[name=quiz_description]{height:150px}.tutor-quiz-builder-group select{box-shadow:none;border:1px solid #ccc;margin:0;line-height:1;height:42px!important;padding:0 12px!important}.question-type-pro{color:#fff;font-size:9px;position:absolute;top:50%;right:11px;transform:translateY(-50%)}.quiz-builder-question{background:#fff;border:1px solid #e2e2e2;border-radius:3px;flex:1;max-width:calc(100% - 52px);padding:10px;display:flex}.quiz-builder-question .question-sorting{margin-right:10px;line-height:22px}.quiz-builder-question .question-sorting i{line-height:24px;display:block}.quiz-builder-question .question-edit-icon{line-height:22px}.quiz-builder-question .question-title{text-overflow:ellipsis;white-space:nowrap;flex:1;margin-right:10px;line-height:22px;overflow:hidden}.quiz-builder-question .question-icon{flex:0 0 155px}.quiz-builder-qustion-trash a{color:rgb(57 60 64 / .4);padding:0 0 0 10px;font-size:20px;line-height:44px;display:block}.tutor-quiz-answer-wrap{display:flex}.tutor-quiz-answer-trash-wrap a.answer-trash-btn{padding:0 10px;line-height:44px;display:inline-block}span.tutor-quiz-answer-title{flex:1}.tutor-quiz-answer-media .option-media-preview{margin-bottom:20px}.tutor-quiz-answer-media .option-media-preview img{max-width:80px;height:auto}.tutor-question-answer-image{margin-right:10px}.tutor-question-answer-image img{width:auto;max-height:25px}.tutor-video-embeded-wrap{max-width:100%;height:0;padding-bottom:56.25%;position:relative;overflow:hidden}.tutor-video-embeded-wrap iframe,.tutor-video-embeded-wrap object,.tutor-video-embeded-wrap embed{width:100%;height:100%;position:absolute;top:0;left:0}.select2-selection__rendered [class^=tutor-icon-]{vertical-align:top;margin-right:6px;display:inline-block}.select2-results__options [class^=tutor-icon-]{color:var(--tutor-color-primary);vertical-align:top;margin-right:6px;display:inline-block}.select2-results__option--highlighted [class^=tutor-icon-]{color:#fff}.video-metabox-source-input-wrap{background-color:#f4f7f8;border:1px solid #dcdfe5;border-radius:3px;padding:30px}.no-memberhsip-msg-wrap p{margin:0}.content-drip-message-wrap.tutor-error-msg{margin:40px 50px}.content-drip-message-wrap{margin:120px}.content-drip-wrap-flex{display:flex}.content-drip-wrap-flex .content-drip-left{margin-right:50px}.content-drip-wrap-flex ul{margin:0;list-style-position:inside}.content-drip-wrap-flex ul li a{color:var(--tutor-color-primary)}.gradename-bg{text-align:center;color:#fff;border-radius:20px;min-width:32px;height:32px;margin-right:7px;padding:0 8px;font-size:16px;font-weight:700;line-height:32px;display:inline-block}.gradename-outline{text-align:center;border:2px solid;border-radius:20px;min-width:32px;height:32px;margin-right:7px;padding:0 8px;font-size:16px;line-height:26px;display:inline-block}.generate-course-gradebook-btn-wrap{margin:10px 0}.gradebook-result-for-label{background-color:#e8eff1;margin:0 0 10px;padding:4px 7px;display:inline-block}table.course-single-gradebooks{border-spacing:0;border-collapse:collapse;border:1px solid #dcdfe5;width:100%}table.course-single-gradebooks th{text-align:left;vertical-align:top;border-bottom:1px solid #dcdfe5;padding:1em 1.41575em;font-weight:600}table.course-single-gradebooks thead th{vertical-align:middle;background-color:rgb(220 223 229 / .14);padding:1.41575em}table.course-single-gradebooks tbody td{border-bottom:1px solid #dcdfe5;background-color:#fff!important}table.course-single-gradebooks a{color:#4b5981}.text-label{background-color:#e8eff1;border-radius:3px;margin:0;padding:4px 7px;display:inline-block}.text-label.submitted-assignment-grade-pass{color:#fff;background-color:#86b223}.text-label.submitted-assignment-grade-failed{color:#fff;background-color:#d71830}.tutor-bp-message-recipient-header{margin-bottom:20px;display:flex}.tutor-bp-recipient-info-wrap{flex-grow:1}.tutor-bp-message-recipient-avatar-wrap img{border-radius:50%;width:70px;height:70px}.tutor-bp-message-recipient-avatar-wrap{margin-right:35px}.tutor-bp-message-recipient-header .tutor-bp-thread-recipient-name h3{font-size:22px;font-weight:600;line-height:28px;margin:10px 0 8px!important}.tutor-bp-message-recipient-header .tutor-bp-thread-recipient-name h4{font-size:16px;font-weight:500;line-height:1;margin:0 0 20px!important}.tutor-bp-enrolled-courses-wrap{margin:0}.tutor-bp-enrolled-courses-wrap .tutor-bp-enrolled-total-course-notice{color:#1c294b;font-weight:400;margin:10px 0 8px!important}.tutor-bp-enrolled-courses-wrap ul{color:#50616f;margin:0;padding:0 0 0 17px}.tutor-bp-enrolled-courses-wrap ul li a{color:#54616d;padding-left:10px;line-height:1.7;display:block}.tutor-bp-enrolled-courses-wrap ul li a:hover{color:var(--tutor-color-primary);opacity:1;transition:all .3s;text-decoration:underline!important}.oxy-tutor-element{width:100%}.list-item-price ins{text-decoration:none}.list-item-price del{color:#757c8e;font-size:15px;font-weight:400;line-height:160%}.list-item-button .ajax_add_to_cart.added,.tutor-course-booking-availability .ajax_add_to_cart.added{display:none}@media only screen and (min-width:1200px){.tutor-course-list-pagination.tutor-pagination{width:80%;margin:50px auto 0}}@media only screen and (max-width:1199px){.tutor-course-list-pagination.tutor-pagination{width:90%;margin:50px auto 0}}.list-item-button .edd-has-js.edd-no-js{display:none!important}.tutor-forgot-password-form,.tutor-reset-password-form{max-width:520px;margin:0 auto;padding:15px;padding:15px!important}.tutor-social-share-wrap{gap:16px;display:flex}.tutor-social-share-wrap button{color:#fff;cursor:pointer;border:none;border-radius:6px;align-items:center;padding:8px 15px;display:inline-flex}.tutor-social-share-wrap button span{color:#fff;font-size:15px;font-style:normal;font-weight:500;position:relative;top:1px;left:2px}.tutor-social-share-wrap .tutor_share.s_linkedin i{margin-top:-2px}.tutor-course-loop-price{color:var(--tutor-body-color);gap:5px;font-size:16px}.tutor-course-loop-price>.price{flex-wrap:wrap;justify-content:space-between;align-items:center;font-weight:600;display:flex}.tutor-course-loop-price>.price .tutor-loop-cart-btn-wrap{margin-left:auto}.tutor-course-loop-price>.price .tutor-loop-cart-btn-wrap a{color:var(--tutor-body-color);vertical-align:top;background:0 0;padding:0;font-weight:400;line-height:20px;display:block;position:relative}.tutor-course-loop-price>.price .tutor-loop-cart-btn-wrap a.added{display:none}.tutor-course-loop-price>.price .tutor-loop-cart-btn-wrap a:hover{color:var(--tutor-color-primary)}.tutor-course-loop-price>.price .tutor-loop-cart-btn-wrap a:before{content:"";speak:none;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;vertical-align:top;color:var(--tutor-color-primary);margin-right:5px;font-style:normal;font-weight:400;line-height:20px;font-family:tutor!important}.tutor-course-loop-price>.price .tutor-loop-cart-btn-wrap .tutor-course-booked-fully{margin-left:auto}.tutor-course-loop-price>.price .tutor-loop-cart-btn-wrap .tutor-course-booked-fully>*{vertical-align:middle;display:inline-block}.tutor-course-loop-price>.price .tutor-loop-cart-btn-wrap .tutor-course-booked-fully img{width:24px;height:24px}.tutor-course-loop-price>.price .subscription-details{margin-left:4px;font-size:15px;font-weight:400}.tutor-course-loop-price>.price del{font-weight:400}.tutor-course-loop-price>.price del>span{margin-right:6px}.tutor-course-loop-price>.price del span{color:var(--tutor-color-muted);text-decoration:line-through}.tutor-course-loop-price>.price del+ins{background:0 0;margin-left:0;text-decoration:none}@media (max-width:1199px){.tutor-course-filter-container{z-index:999999;background-color:#fff;width:340px;padding:32px;transition:all .3s ease-in;position:fixed;top:0;bottom:0;right:-100%;overflow-y:auto}.tutor-course-filter-backdrop{z-index:-1;opacity:0;mix-blend-mode:normal;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background-color:rgb(22 22 22 / .5);width:100%;height:100%;transition:all .3s ease-in;position:fixed;top:0;left:0}body.tutor-course-filter-open .tutor-course-filter-container{right:0}body.tutor-course-filter-open .tutor-course-filter-backdrop{opacity:1;z-index:999998}}@media (min-width:1200px){.tutor-course-filter-backdrop{display:none}}.tutor-single-course-wrapper{overflow:auto}.tutor-single-course-wrapper>div{float:left;width:100%}@media (min-width:992px){.tutor-single-course-wrapper>div:first-child{width:calc(100% - 370px)}.tutor-single-course-wrapper>div:last-child{float:right;width:350px}}.course-enrolled-nav-wrap{border-bottom:1px solid #dedfe0;margin-bottom:45px}.course-enrolled-nav-wrap .course-enrolled-nav ul{margin:0 0 -1px;padding:0;list-style:none}.course-enrolled-nav-wrap .course-enrolled-nav ul li{display:inline-block}.course-enrolled-nav-wrap .course-enrolled-nav ul li a{color:var(--tutor-color-muted);border-bottom:2px solid #fff0;margin-right:20px;padding:5px 0 20px;font-size:16px;display:block}.course-enrolled-nav-wrap .course-enrolled-nav ul li:not(:first-child) a{margin-left:20px}.course-enrolled-nav-wrap .course-enrolled-nav ul li.active a{border-bottom:2px solid var(--tutor-color-primary);color:var(--tutor-body-color)}.course_template_shortcode .tutor-courses-wrap{margin-top:0}.course-players{position:relative;overflow:hidden}.tutor-single-course-sidebar.tutor-sidebar-sticky{z-index:501;position:-webkit-sticky;position:sticky;top:50px}.tutor-single-course-sidebar .tutor-sidebar-card .tutor-card-body{background-color:#f4f6f9;border-top-left-radius:6px;border-top-right-radius:6px}.tutor-single-course-sidebar .tutor-course-single-info-card{background-color:#fcfcfd}.tutor-single-course-sidebar-more>div{border-left:1px solid var(--tutor-border-color);border-right:1px solid var(--tutor-border-color);background-color:#fcfcfd;margin:0;padding:16px 32px}.tutor-single-course-sidebar-more>div:first-child{border-top:1px solid var(--tutor-border-color);border-top-left-radius:6px;border-top-right-radius:6px;padding-top:24px}.tutor-single-course-sidebar-more>div:last-child{border-bottom:1px solid var(--tutor-border-color);border-bottom-right-radius:6px;border-bottom-left-radius:6px;padding-bottom:24px}.tutor-single-course-sidebar-more .tutor-course-details-instructors{padding-bottom:24px}.tutor-single-course-sidebar-more .tutor-course-details-instructors+div{border-top:1px solid var(--tutor-border-color);padding-top:24px}.tutor-course-author img{vertical-align:middle;border-radius:50%;width:34px;height:34px;margin-right:8px;overflow:hidden}.tutor-course-author span{color:#757c8e;font-size:16px;font-style:normal;font-weight:400}.tutor-course-author strong{color:#3f435b;font-size:16px;font-style:normal;font-weight:500}.tutor-text-ellipsis,.tutor-dropdown-select.select-dropdown .tutor-dropdown-select-selected>*,.tutor-dropdown-select.select-dropdown .tutor-dropdown-select-selected{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.tutor-dropdown-select.select-dropdown .tutor-dropdown-select-option:last-child{border-top:none}.tutor-dropdown-select.select-dropdown .tutor-dropdown-select-selected{align-items:center;margin-bottom:0;display:grid}.tutor-dropdown-select.select-dropdown .tutor-dropdown-select-selected .text-medium-body{padding-right:20px}.tutor-dropdown-select.select-dropdown .tutor-dropdown-select-options-container .tutor-input-search input{border-color:#dcdbdc;border-top-style:none;border-top-width:medium;border-left-style:none;border-left-width:medium;border-right-style:none;border-right-width:medium;border-bottom-left-radius:unset!important;border-bottom-right-radius:unset!important}.tutor-dropdown-select.select-dropdown .tutor-dropdown-select-options-container .tutor-input-search input:active,.tutor-dropdown-select.select-dropdown .tutor-dropdown-select-options-container .tutor-input-search input:focus{box-shadow:none;border-color:#dcdbdc}.tutor-dropdown-select.select-dropdown .tutor-dropdown-select-options-container.is-active{z-index:999;text-align:left}.tutor-dropdown-select.select-dropdown .tutor-dropdown-select-options-container{z-index:-1}.tutor-dropdown-select.select-dropdown .tutor-dropdown-select-options-container .tutor-frequencies{max-height:100%;overflow-y:auto}.tutor-dropdown-select.select-dropdown .tutor-dropdown-select-options-container{flex-direction:column;min-width:228px;display:flex;overflow-y:hidden}.tutor-zoom-meeting-modal-wrap .tutor-dropdown-select.select-dropdown{width:100%}.tutor-dashboard-content{margin-bottom:60px}.tutor-dashboard-content>h2{margin-bottom:20px}.tutor-dashboard-assignment-submitted-table tr td{text-align:center}.tutor-dashboard-assignment-submitted-table tr td a{color:#8c94a8;transition:all .3s}.tutor-dashboard-assignment-submitted-table tr td a:hover{color:var(--tutor-color-primary)}.tutor-dashboard-assignment-submitted-table tr td,.tutor-dashboard-assignment-submitted-table tr th{border:1px solid #dcdfe5}.tutor-assignment-review-header{margin-bottom:30px}.tutor-assignment-review-header h3{margin-bottom:10px;line-height:28px}.tutor-assignment-evaluate-wraps h3,.tutor-assignment-review-header h3 a{color:var(--tutor-body-color);font-size:22px;font-weight:700;display:block}.tutor-assignment-review-header p{color:var(--tutor-body-color);margin:0;font-weight:400}.tutor-assignment-review-header p a{color:var(--tutor-body-color);font-weight:400}.tutor-assignment-review-header a{transition:all .3s}.tutor-assignment-review-header a:hover{color:var(--tutor-color-primary)}.tutor-option-field-label label br{display:none}.tutor-option-field-label label p{margin:0;display:inline-block}.tutor-dashboard-avater img{border-radius:50%;width:70px;height:70px;display:block}.tutor-dashboard-student-info h4{color:var(--tutor-color-muted);margin-bottom:0;font-size:18px}.tutor-dashboard-student-info h4 a{color:var(--tutor-body-color)}.tutor-dashboard-user-role{font-weight:400}@media (max-width:991px){.tutor-dashboard-student .tutor-col-3,.tutor-dashboard-student .tutor-col-9{flex:0 0 100%;max-width:100%}.profile-completion-warning-details{margin-bottom:10px}}.tutor-dashboard-menu-divider{background-color:var(--tutor-border-color);height:1px;margin:10px 0;overflow:hidden}.tutor-dashboard-menu-divider-header{color:#acacac;cursor:default;padding:10px 20px}.tutor-date-range-wrap{display:inline-block}.date-range-input{width:100%;position:relative}.date-range-input:last-child{margin-right:0}.date-range-input:last-child button{border-radius:0}.date-range-input input{box-shadow:none;width:100%;margin:0;padding-top:0;padding-bottom:0;padding-right:30px;line-height:29px}.date-range-input input[type=text]{box-shadow:none;width:100%;margin:0;padding-top:0;padding-bottom:0;padding-right:30px;line-height:29px}.date-range-input i.tutor-icon-calendar{position:absolute;top:7px;right:10px}.date-range-input button{background-color:var(--tutor-color-primary);color:#fff;border:none;padding:0 15px;line-height:30px}.date-range-input button:hover{background-color:var(--tutor-color-primary-hover)}.tutor-dashboard-statement-table-wrap{overflow-x:auto}table.tutor-dashboard-statement-table p{margin:0;padding:0}table.tutor-dashboard-statement-table p.small-text{color:#666;font-size:12px}@media (max-width:580px){.profile-completion-warning-details li{display:block!important}}.tutor-mycourse-view,.tutor-mycourse-edit,.tutor-mycourse-delete{color:var(--tutor-color-muted);transition:all .3s}.tutor-mycourse-view i,.tutor-mycourse-edit i,.tutor-mycourse-delete i{line-height:inherit;vertical-align:top;color:var(--tutor-color-primary);display:inline-block}.tutor-mycourse-view:hover,.tutor-mycourse-edit:hover,.tutor-mycourse-delete:hover{color:var(--tutor-color-primary)}.tutor-dashboard-content-inner .tutor-mycourse-wrap{border:1px solid #dcdfe5;border-radius:4px;flex-direction:row;margin-bottom:30px;display:flex;position:relative;overflow:hidden}@media (max-width:580px){.tutor-dashboard-content-inner .tutor-mycourse-wrap{flex-wrap:wrap}}.tutor-dashboard-content-inner .tutor-mycourse-wrap .tutor-course-status h4{display:none}.tutor-dashboard-content-inner .tutor-mycourse-wrap p:last-child{margin-bottom:0}@media screen and (max-width:767.98px){.tutor-header-right-side{justify-content:flex-start;margin-bottom:20px}}@media (max-width:767.98px){.tutor-header-right-side{margin-top:20px}}.submitted-assignment-title a,.submitted-assignment-title h3{margin-bottom:20px}.submitted-assignments-sorting-wrap{margin-bottom:30px}.submitted-assignments-sorting-wrap .tutor-form-group{align-items:center;display:flex;flex-basis:25%!important}.submitted-assignments-sorting-wrap .tutor-form-group label,.submitted-assignments-sorting-wrap .tutor-form-group select{margin-bottom:0}.submitted-assignments-sorting-wrap .tutor-form-group label{flex-basis:35%}.submitted-assignments-sorting-wrap .tutor-form-group select{height:40px}.tutor-dashboard-assignment-table .student-column{align-items:center;display:flex}.tutor-dashboard-assignment-table .student-column .student-avatar{width:34px;margin-right:10px}.tutor-dashboard-assignment-table .student-column .student-avatar img{border-radius:50%}.tutor-dashboard-assignment-table .student-column .student-avatar span{text-align:center;border-radius:50%;width:34px;height:34px;font-size:12px;line-height:34px;display:block}.tutor-dashboard-assignment-table .student-column .student-details h4,.tutor-dashboard-assignment-table .student-column .student-details p{margin-bottom:0;line-height:1.3}.tutor-dashboard-assignment-table span.review-required,.tutor-dashboard-assignment-table span.result-pass,.tutor-dashboard-assignment-table span.result-fail{color:#fff;background:#df3247;border-radius:2px;padding:4px 11px;font-size:14px;font-weight:700}.tutor-dashboard-assignment-table span.result-pass{background:var(--tutor-color-success)}.tutor-dashboard-assignment-table span.review-required{background:#f5b30d}.tutor-assignment-review-header p span{color:var(--tutor-body-color);font-weight:600}.tutor-assignment-submitted-page{border-bottom:none}.tutor-assignment-submitted-page .assignment-info{align-items:center;display:flex}.tutor-assignment-submitted-page .assignment-info p{margin-right:15px}.tutor-assignment-submitted-page h3{margin:5px 0}.tutor-dashboard-announcement-sorting-input{grid-template-columns:1fr 3fr;align-items:center;max-width:294px;display:grid}.tutor-dashboard-announcement-sorting-wrap{column-gap:15px;display:flex}.tutor-dashboard-announcement-sorting-wrap div:first-child{flex-basis:50%}.tutor-dashboard-announcement-sorting-wrap div:nth-child(2){flex-basis:20%}.tutor-dashboard-announcement-sorting-wrap div:nth-child(3){flex-basis:30%}.tutor-announcement-datepicker{position:relative}.tutor-announcement-datepicker input,.tutor-announcement-datepicker i{position:absolute}.tutor-announcement-datepicker i{color:#3e64de;top:50%;right:10px}table.frontend-dashboard-table tbody tr td[data-th=Date]{vertical-align:baseline}table.frontend-dashboard-table tbody tr td[data-th=Date] div.td-datetime{margin-top:3px}.tutor-quiz-attempt-info-row .attempt-view-bottom,.tutor-quiz-attempt-info-row .attempt-view-top{justify-content:space-between;display:flex}.tutor-quiz-attempt-info-row .attempt-view-bottom .attempt-info-col,.tutor-quiz-attempt-info-row .attempt-view-top .attempt-info-col{align-items:center;max-width:30%;display:inline-flex}.tutor-quiz-attempt-info-row .attempt-view-bottom .attempt-info-col{align-items:flex-start}.tutor-quiz-attempt-info-row .attempt-info-content span.result-review-required,.tutor-quiz-attempt-info-row .attempt-info-content span.result-pass,.tutor-quiz-attempt-info-row .attempt-info-content span.result-fail{color:#fff;background:#df3247;border-radius:2px;margin-right:13px;padding:1px 4px;font-size:14px;font-weight:400}.tutor-quiz-attempt-info-row .attempt-info-content span.result-pass{background:var(--tutor-color-success)}.tutor-quiz-attempt-info-row .attempt-info-content span.result-review-required{background:#f5b30d}.tutor-quiz-attempt-info-row .attempt-info-content h4,.tutor-quiz-attempt-info-row .attempt-info-content h5{color:#7a7f85;margin:0;font-size:14px;font-weight:400;line-height:25px}.tutor-quiz-attempt-info-row .attempt-info-content h4 a,.tutor-quiz-attempt-info-row .attempt-info-content h4{color:var(--tutor-body-color);margin-top:7px;font-weight:700}.tutor-quiz-attempt-info-row .attempt-view-top{border-bottom:1px solid #dcdfe5;margin-bottom:30px;padding-bottom:30px}.tutor-quiz-attempt-info-row .attempt-view-bottom{margin-bottom:60px}.attempt-user-details{align-items:center;display:flex}.attempt-user-details .attempt-user-avatar{padding-right:20px}.attempt-user-details .attempt-user-avatar img{border-radius:50%;width:70px;height:70px;display:block}.attempt-user-details .attempt-info-content h4{font-size:18px}.attempt-review-notice-wrap{justify-content:space-between;margin-bottom:60px;display:flex}.attempt-review-notice-wrap p{align-items:center;margin:0;display:inline-flex}.attempt-review-notice-wrap p.attempt-review-notice i{color:#f5c813;margin-right:9px;font-size:16px}.attempt-review-notice-wrap p.attempt-review-at>span{color:var(--tutor-color-primary);margin-right:7px;font-size:16px}.attempt-review-notice-wrap p>strong{margin-right:5px;font-weight:400}.quiz-view-attempts-wrapper{flex-direction:row;justify-content:flex-start;align-items:center;display:flex}.quiz-view-attempts-wrapper .back-to-quiz-btn{margin-left:10px;color:#fff!important}.tutor-status-blocked-context i,.tutor-status-approved-context i,.quiz-correct-answer-text i,.quiz-incorrect-answer-text i{text-align:center;color:#fff;background:#7bbc30;border-radius:2px;width:20px;height:20px;margin-right:6px;font-size:14px;line-height:20px;display:inline-block}.tutor-status-blocked-context i,.quiz-incorrect-answer-text i{background:#f44337;font-size:10px;font-weight:900}.tutor-user-public-profile.tutor-user-public-profile-pp-circle .profile-rating-media.content-for-desktop,.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .profile-rating-media.content-for-desktop{flex-direction:column;display:flex}.tutor-user-public-profile.tutor-user-public-profile-pp-circle .tutor-rating-container,.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .tutor-rating-container{align-self:flex-end}.tutor-user-public-profile.tutor-user-public-profile-pp-circle .ratings,.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .ratings{align-items:center;gap:4px;display:flex}.tutor-user-public-profile.tutor-user-public-profile-pp-circle .ratings .text-regular-caption,.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .ratings .text-regular-caption{color:#c0c3cb!important}.tutor-user-public-profile.tutor-user-public-profile-pp-circle .profile-rating-media.content-for-desktop{row-gap:15px}.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle{row-gap:3px}.tutor-user-public-profile.tutor-user-public-profile-no-cp .ratings{display:flex}.tutor-user-public-profile.tutor-user-public-profile-no-cp .profile-name h3{margin-bottom:15px}.tutor-user-public-profile.tutor-user-public-profile-no-cp .profile-name{padding-left:40px}.tutor-user-public-profile.tutor-user-public-profile-no-cp .profile-name span{font-weight:400;color:var(--tutor-color-secondary)!important}.tutor-user-public-profile.tutor-user-public-profile-no-cp .profile-pic{border-radius:50%;width:200px;height:200px;border:none!important}.tutor-user-public-profile.tutor-user-public-profile-no-cp .tutor-rating-container{margin-top:30px;padding-left:80px}.tutor-user-public-profile.tutor-user-public-profile-no-cp .tutor-social-container{top:110px}.tutor-user-public-profile.tutor-user-public-profile-pp-circle .profile-pic{border-radius:50%;width:160px;height:160px}.tutor-user-public-profile.tutor-user-public-profile-pp-circle .pp-area{top:-147px}.tutor-user-public-profile.tutor-user-public-profile-pp-circle .tutor-social-container{margin-top:2px}.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .profile-name{padding-left:23px}.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .profile-name span{font-weight:300}.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .profile-pic{border-radius:10px;width:235px;height:275px}.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .tutor-social-container{margin-top:12px}.tutor-user-public-profile .photo-area{height:414px;margin-top:30px;overflow:hidden}.tutor-user-public-profile .photo-area .cover-area{border-radius:6px;position:relative;overflow:hidden}.tutor-user-public-profile .photo-area .cover-area>div:first-child{background-position:50%;background-repeat:no-repeat;background-size:cover;height:352px}.tutor-user-public-profile .photo-area .cover-area>div:last-child{background-image:linear-gradient(transparent,rgb(0 0 0 / .6));height:70%;position:absolute;bottom:0;left:0;right:0}.tutor-user-public-profile .photo-area .pp-area{align-items:center;gap:30px;padding-left:40px;display:flex;position:relative;top:-141px}@media (max-width:992px){.tutor-user-public-profile .photo-area .pp-area{gap:10px}}.tutor-user-public-profile .photo-area .pp-area .profile-pic{background-position:50%;background-repeat:no-repeat;background-size:cover;border:8px solid #fff;display:inline-block}.tutor-user-public-profile .photo-area .pp-area .profile-name h3{color:#fff;margin:0;font-size:40px;font-style:normal;font-weight:600;line-height:48px}.tutor-user-public-profile .photo-area .pp-area .profile-rating-media{text-align:right;flex:1;padding-bottom:20px;padding-right:30px}.tutor-user-public-profile .photo-area .pp-area .profile-rating-media .tutor-rating-container{font-size:16px}.tutor-user-public-profile .photo-area .pp-area .profile-rating-media .tutor-rating-container .rating-digits{color:#fff;font-size:16px;font-weight:500}.tutor-user-public-profile .photo-area .pp-area .profile-rating-media .tutor-rating-container .rating-total-meta{color:#fff}.tutor-user-public-profile .photo-area .pp-area .tutor-social-container{text-align:right}.tutor-user-public-profile .photo-area .pp-area .tutor-social-container a{color:#f5f5f5;cursor:pointer;margin-left:15px;font-size:16px;text-decoration:none;display:inline-block}.tutor-user-public-profile .photo-area .pp-area .tutor-social-container a:hover{color:#fff}.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .photo-area{overflow:initial}.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .photo-area .profile-name,.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .photo-area .profile-rating-media{padding-bottom:137px}.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .tutor-user-profile-sidebar{margin-top:79px}.tutor-user-public-profile.tutor-user-public-profile-no-cp .photo-area{height:auto}.tutor-user-public-profile.tutor-user-public-profile-no-cp .cover-area{display:none}.tutor-user-public-profile.tutor-user-public-profile-no-cp .pp-area{top:0}.tutor-user-public-profile.tutor-user-public-profile-no-cp .profile-name{padding-top:40px}.tutor-user-public-profile.tutor-user-public-profile-no-cp .profile-name h3{color:#161616!important}.tutor-user-public-profile.tutor-user-public-profile-no-cp .profile-name>span>span{color:#000!important}.tutor-user-public-profile.tutor-user-public-profile-no-cp .profile-rating-media{position:absolute;top:15px;left:226px}.tutor-user-public-profile.tutor-user-public-profile-no-cp .profile-rating-media .rating-digits{color:#161616!important}.tutor-user-public-profile.tutor-user-public-profile-no-cp .tutor-rating-container{text-align:left}.tutor-user-public-profile.tutor-user-public-profile-no-cp .tutor-social-container{text-align:left!important;margin-top:5px!important}.tutor-user-public-profile.tutor-user-public-profile-no-cp .tutor-social-container a{margin-right:20px;color:#41454f!important;margin-left:0!important}.tutor-user-public-profile.tutor-user-public-profile-no-cp .tutor-social-container a:hover{color:#161616!important}.tutor-user-public-profile.tutor-user-public-profile-no-cp .profile-rating-media{width:calc(100% - 157px)}.tutor-user-public-profile.tutor-user-public-profile-no-cp .tutor-social-container{position:absolute;left:auto;right:36px}@media (min-width:768px){.tutor-user-public-profile .content-for-mobile{display:none}.tutor-user-public-profile .content-for-desktop{display:block}}@media (max-width:991px){.tutor-user-public-profile .profile-name span{color:#757575!important}.tutor-user-public-profile .content-for-mobile{margin:22px 0 0;display:block;padding:0!important}.tutor-user-public-profile .content-for-mobile .ratings{justify-content:center;align-items:center}.tutor-user-public-profile .content-for-desktop{display:none!important}.tutor-user-public-profile.tutor-user-public-profile-pp-circle .photo-area,.tutor-user-public-profile.tutor-user-public-profile-no-cp .photo-area,.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .photo-area{height:auto}.tutor-user-public-profile.tutor-user-public-profile-pp-circle .photo-area .cover-area>div:first-child,.tutor-user-public-profile.tutor-user-public-profile-no-cp .photo-area .cover-area>div:first-child,.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .photo-area .cover-area>div:first-child{height:220px}.tutor-user-public-profile.tutor-user-public-profile-pp-circle .pp-area,.tutor-user-public-profile.tutor-user-public-profile-no-cp .pp-area,.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .pp-area{flex-wrap:wrap;justify-content:center;padding-left:0!important;top:-82px!important}.tutor-user-public-profile.tutor-user-public-profile-pp-circle .profile-name,.tutor-user-public-profile.tutor-user-public-profile-pp-circle .profile-rating-media,.tutor-user-public-profile.tutor-user-public-profile-no-cp .profile-name,.tutor-user-public-profile.tutor-user-public-profile-no-cp .profile-rating-media,.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .profile-name,.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .profile-rating-media{text-align:center!important;width:100%!important}.tutor-user-public-profile.tutor-user-public-profile-pp-circle .profile-name>span>span,.tutor-user-public-profile.tutor-user-public-profile-no-cp .profile-name>span>span,.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .profile-name>span>span{color:#000!important}.tutor-user-public-profile.tutor-user-public-profile-pp-circle .profile-name>span:nth-of-type(2)>span,.tutor-user-public-profile.tutor-user-public-profile-no-cp .profile-name>span:nth-of-type(2)>span,.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .profile-name>span:nth-of-type(2)>span{color:#c4c4c4!important}.tutor-user-public-profile.tutor-user-public-profile-pp-circle .profile-name h3,.tutor-user-public-profile.tutor-user-public-profile-no-cp .profile-name h3,.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .profile-name h3{color:#161616!important;font-size:30px!important}.tutor-user-public-profile.tutor-user-public-profile-pp-circle .rating-digits,.tutor-user-public-profile.tutor-user-public-profile-no-cp .rating-digits,.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .rating-digits{color:#161616!important}.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .pp-area{top:-98px!important}.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .profile-pic{width:153px!important;height:160px!important}.tutor-user-public-profile.tutor-user-public-profile-no-cp .pp-area,.tutor-user-public-profile.tutor-user-public-profile-no-cp .profile-rating-media,.tutor-user-public-profile.tutor-user-public-profile-no-cp .tutor-social-container,.tutor-user-public-profile.tutor-user-public-profile-no-cp .ratings{text-align:center!important;position:static!important;top:0!important}.tutor-user-public-profile.tutor-user-public-profile-no-cp .profile-name{padding:0!important}.tutor-user-public-profile .tutor-social-container{margin:15px 0 0!important}.tutor-user-public-profile .tutor-social-container a{color:#41454f!important}.tutor-user-public-profile .profile-name{padding:0!important}.tutor-user-public-profile.tutor-user-public-profile-pp-circle .pp-area,.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .pp-area{margin-top:-83px!important;position:relative!important;top:0!important}.tutor-user-public-profile .tutor-user-profile-sidebar{margin-top:0!important}}.tutor-user-public-profile .tutor-user-profile-sidebar{float:left;width:278px;padding:15px}.tutor-user-public-profile .tutor-user-profile-content{float:right;width:calc(100% - 278px);margin-bottom:30px;padding-left:30px}.tutor-user-public-profile .tutor-user-profile-content h3{color:var(--tutor-body-color);margin-top:20px;font-style:normal;font-weight:400;line-height:34px;font-size:24px!important}.tutor-user-public-profile .tutor-user-profile-content h3:first-child{margin-top:0}.tutor-user-public-profile .tutor-user-profile-content p{color:var(--tutor-color-secondary);font-size:16px;line-height:28px}@media (max-width:991px){.tutor-user-public-profile.tutor-user-public-profile-no-cp .pp-area{padding-left:0!important}.tutor-user-public-profile.tutor-user-public-profile-no-cp .profile-rating-media{left:178px!important}.tutor-user-public-profile.tutor-user-public-profile-no-cp .tutor-rating-container{padding-left:0}.tutor-user-public-profile .tutor-user-profile-sidebar,.tutor-user-public-profile .tutor-user-profile-content{float:none;width:100%;padding:10px 0}}@media (min-width:992px){.tutor-user-public-profile .photo-area{margin-bottom:-90px}}@media (max-width:992px){.tutor-user-public-profile .student-details-table-wrapper{margin-top:40px}}.analytics-profile-authormeta{gap:20px}@media (min-width:1200px){.analytics-profile-authormeta{gap:40px;display:flex}.analytics-profile-authormeta>:first-child{position:relative}.analytics-profile-authormeta>:first-child:before{content:"";background:#c4c4c4;border-radius:50%;width:4px;height:4px;position:absolute;top:50%;right:-20px;transform:translateY(-50%)}}@media (max-width:1200px){.analytics-profile-authormeta>*{display:block}}.tutor-frontend-dashboard-withdrawal .withdraw-history-table-wrap .withdraw-history-table-title h4{margin-top:45px}.tutor-frontend-dashboard-withdrawal .withdraw-history-table-wrap table .tutor-withdrawals-method{grid-gap:15px;grid-template-columns:40px auto;align-items:center;display:grid}.tutor-frontend-dashboard-withdrawal .withdraw-history-table-wrap table.withdrawals-history{box-sizing:border-box;border:1px solid #dcdbdc;position:relative}.tutor-frontend-dashboard-withdrawal .withdraw-history-table-wrap table.withdrawals-history th{background:#f3f3f3}.tutor-frontend-dashboard-withdrawal .withdraw-history-table-wrap table.withdrawals-history th,.tutor-frontend-dashboard-withdrawal .withdraw-history-table-wrap table.withdrawals-history td{text-align:left;vertical-align:middle;border-collapse:collapse;border:none;border-bottom:1px solid #dcdbdc;padding:10px;font-size:13px;font-weight:400}.tutor-frontend-dashboard-withdrawal .withdraw-history-table-wrap table.withdrawals-history th:first-child,.tutor-frontend-dashboard-withdrawal .withdraw-history-table-wrap table.withdrawals-history td:first-child{padding:10px 0 15px 15px}.tutor-frontend-dashboard-withdrawal .withdraw-history-table-wrap table.withdrawals-history th:last-child,.tutor-frontend-dashboard-withdrawal .withdraw-history-table-wrap table.withdrawals-history td:last-child{text-align:right;width:50px;padding-right:15px}.tutor-frontend-dashboard-withdrawal .withdraw-history-table-wrap table.withdrawals-history th:nth-child(4),.tutor-frontend-dashboard-withdrawal .withdraw-history-table-wrap table.withdrawals-history td:nth-child(4){width:105px}.tutor-frontend-dashboard-withdrawal .withdraw-history-table-wrap table.withdrawals-history td .withdraw-method-name{font-size:15px;line-height:20px;display:block}.tutor-frontend-dashboard-withdrawal .withdraw-history-table-wrap table.withdrawals-history small{font-size:13px}.tutor-frontend-dashboard-withdrawal .withdraw-history-table-wrap table.withdrawals-history .tutor-status-text-container .tool-tip-container{cursor:pointer;height:24px;display:inline-block;position:relative}.tutor-frontend-dashboard-withdrawal .withdraw-history-table-wrap table.withdrawals-history .tutor-status-text-container .tool-tip-container img{width:16px;display:inline-block!important}.tutor-frontend-dashboard-withdrawal .withdraw-history-table-wrap table.withdrawals-history .tutor-status-text{color:#fff;background:gray;border-radius:2px;padding:3px 9px;font-size:13px;font-weight:700;display:inline-block}.tutor-frontend-dashboard-withdrawal .withdraw-history-table-wrap table.withdrawals-history .tutor-status-text.status-approved{background:#24a148}.tutor-frontend-dashboard-withdrawal .withdraw-history-table-wrap table.withdrawals-history .tutor-status-text.status-pending{background:#ed9700}.tutor-frontend-dashboard-withdrawal .withdraw-history-table-wrap table.withdrawals-history .tutor-status-text.status-rejected{background:#f44337}.tutor-tooltip-inside .tooltip{z-index:2;clip:rect(0,0,0,0);box-sizing:border-box;cursor:default;color:#fff;text-align:center;white-space:nowrap;opacity:0;text-align:center;white-space:normal;background:#353535;border:0 solid #6d6e71;border-top-color:#373739;border-radius:10px;width:0;height:auto;padding:7px;font-family:Helvetica,Arial,sans-serif;font-size:12px;line-height:normal;transition:opacity .3s ease-in .3s;position:absolute;overflow:hidden}.tutor-tooltip-inside .tooltip.isVisible{clip:auto;opacity:1;border-width:1px;width:150px;height:auto;padding:10px 15px;overflow:visible}.tutor-tooltip-inside .tooltip,.tutor-tooltip-inside .tooltip.tip-bottom,.tutor-tooltip-inside .tooltip.tip-top{left:50%;transform:translate(-50%)}.tutor-tooltip-inside .tooltip,.tutor-tooltip-inside .tooltip.tip-bottom,.tutor-tooltip-inside .tooltip.tip-bottom-left,.tutor-tooltip-inside .tooltip.tip-bottom-right{top:110%;top:calc(100% + 13px)}.tutor-tooltip-inside .tooltip.tip-top,.tutor-tooltip-inside .tooltip.tip-top-left,.tutor-tooltip-inside .tooltip.tip-top-right{top:auto;bottom:110%;bottom:calc(100% + 13px)}.tutor-tooltip-inside .tooltip.tip-bottom-left,.tutor-tooltip-inside .tooltip.tip-bottom-right,.tutor-tooltip-inside .tooltip.tip-top-left,.tutor-tooltip-inside .tooltip.tip-top-right{transform:none}.tutor-tooltip-inside .tooltip.tip-bottom-left,.tutor-tooltip-inside .tooltip.tip-top-left{margin-right:-25px;left:auto;right:50%}.tutor-tooltip-inside .tooltip.tip-bottom-right,.tutor-tooltip-inside .tooltip.tip-top-right{margin-left:-25px}.tutor-tooltip-inside .tooltip.tip-left,.tutor-tooltip-inside .tooltip.tip-right{top:50%;transform:translateY(-50%)}.tutor-tooltip-inside .tooltip.tip-left{right:110%;left:auto;right:calc(100% + 13px)}.tutor-tooltip-inside .tooltip.tip-right{left:110%;left:calc(100% + 13px)}.tutor-tooltip-inside .tooltip:after{content:" ";pointer-events:none;border-style:solid;border-width:10px;width:0;height:0;display:block;position:absolute}.tutor-tooltip-inside .tooltip:after,.tutor-tooltip-inside .tooltip.tip-bottom:after,.tutor-tooltip-inside .tooltip.tip-top:after{margin-left:-10px;left:50%}.tutor-tooltip-inside .tooltip:after,.tutor-tooltip-inside .tooltip.tip-bottom:after,.tutor-tooltip-inside .tooltip.tip-bottom-left:after,.tutor-tooltip-inside .tooltip.tip-bottom-right:after{border-color:#fff0 #fff0 #373739;top:-20px}.tutor-tooltip-inside .tooltip.tip-top:after,.tutor-tooltip-inside .tooltip.tip-top-left:after,.tutor-tooltip-inside .tooltip.tip-top-right:after{border-color:#373739 #fff0 #fff0;top:auto;bottom:-20px}.tutor-tooltip-inside .tooltip.tip-bottom-left:after,.tutor-tooltip-inside .tooltip.tip-bottom-right:after,.tutor-tooltip-inside .tooltip.tip-top-left:after,.tutor-tooltip-inside .tooltip.tip-top-right:after{margin-left:0}.tutor-tooltip-inside .tooltip.tip-bottom-left:after,.tutor-tooltip-inside .tooltip.tip-top-left:after{left:auto;right:15px}.tutor-tooltip-inside .tooltip.tip-bottom-right:after,.tutor-tooltip-inside .tooltip.tip-top-right:after{left:15px}.tutor-tooltip-inside .tooltip.tip-left:after,.tutor-tooltip-inside .tooltip.tip-right:after{margin-top:-10px;margin-left:auto;top:50%}.tutor-tooltip-inside .tooltip.tip-left:after{border-color:#fff0 #fff0 #fff0 #373739;left:auto;right:-20px}.tutor-tooltip-inside .tooltip.tip-right:after{border-color:#fff0 #373739 #fff0 #fff0;left:-20px}.tutor-instructor-list-item .tutor-instructor-cover-photo{border-radius:5px 5px 0 0}.tutor-instructor-list-item .tutor-avatar{z-index:1;box-shadow:0 0 0 1px var(--tutor-border-color);position:relative}.tutor-instructor-list-item.tutor-instructor-layout-cover .tutor-avatar{box-shadow:0 0 0 1px var(--tutor-border-color),0 0 0 6px #fff;margin-top:-69px}.tutor-instructor-list-item.tutor-instructor-layout-portrait-horizontal .tutor-instructor-cover-photo{border-radius:5px 0 0 5px}.tutor-instructor-filter{overflow:auto}.tutor-instructor-filter>div{float:left}.tutor-instructor-filter>div:first-child{width:230px}@media (min-width:1024px){.tutor-instructor-filter>div:last-child{width:calc(100% - 250px);padding:0 51px}}.tutor-instructor-filter .tutor-instructor-filter-result .keyword-field{box-sizing:border-box;border:1px solid #bababa;border-radius:6px;margin-bottom:30px;padding:5px}.tutor-instructor-filter .tutor-instructor-filter-result .keyword-field i{color:#3e64de;padding:0 5px}.tutor-instructor-filter .tutor-instructor-filter-result .keyword-field i,.tutor-instructor-filter .tutor-instructor-filter-result .keyword-field input{font-size:16px}.tutor-instructor-filter .tutor-instructor-filter-result .keyword-field input{background:0 0;border:none;width:calc(100% - 40px);padding:0}.tutor-instructor-filter .tutor-instructor-filter-result .keyword-field input,.tutor-instructor-filter .tutor-instructor-filter-result .keyword-field input:hover,.tutor-instructor-filter .tutor-instructor-filter-result .keyword-field input:active{outline:0}.tutor-instructor-rejection-notice{clear:both;background:#fff7f7;border:1px solid #fdd9d7;border-radius:6px;width:100%;margin:41px 0 0;padding:16.5px}.tutor-instructor-rejection-notice span{color:#c62828;font-size:16px;font-weight:400}.tutor-instructor-rejection-notice span i{color:#f44337;margin-right:14px;font-size:27px;display:inline-block}.tutor-instructor-rejection-notice a{float:right;color:#f44337;cursor:pointer;font-weight:700}.tutor-instructor-rejection-notice a:hover{color:#e41304}.tutor-instructor-filter *{box-sizing:border-box}.tutor-instructor-filter .tutor-instructor-ratings-wrapper{border-top:1px solid #e3e6eb;padding-top:33px}.tutor-instructor-filter .filter-result-container{position:relative}.tutor-disabled-wrapper{flex-direction:column;justify-content:center;max-width:444px;margin:auto;padding:60px 0 30px;display:flex}.tutor-disabled-wrapper .tutor-disabled-content-wrapper{text-align:center;flex-direction:column;align-items:center}.tutor-disabled-wrapper .tutor-disabled-content-wrapper img{margin-bottom:30px}.tutor-disabled-wrapper .tutor-disabled-content-wrapper p{margin-bottom:38px}.tutor-disabled-wrapper .tutor-disabled-content-wrapper h3{font-size:20px;font-weight:500}.tutor-disabled-wrapper .tutor-disabled-content-wrapper p{font-size:15px;font-weight:400}.tutor-video-player{position:relative}.tutor-video-player .loading-spinner:before{margin-top:-25px;margin-left:-25px;top:50%}.tutor-video-player-wrapper{position:relative}.tutor-course-single-content-wrapper .tutor-lesson-feature-image img{width:auto;max-width:100%;height:auto;max-height:100%;margin:0 auto;display:block}.tutor-course-single-content-wrapper .tutor-video-player .loading-spinner{background:var(--tutor-color-gray-10);z-index:10;border-radius:3px;position:absolute;inset:0}.tutor-course-single-content-wrapper .tutor-video-player .loading-spinner:before{content:"";box-sizing:border-box;border:2px solid #eee;border-top-color:var(--tutor-color-primary);border-radius:50%;width:20px;height:20px;margin-top:-10px;margin-left:-10px;animation:.8s linear infinite spinner;position:absolute;top:50%;left:50%}@keyframes spinner{to{transform:rotate(360deg)}}.tutor-course-single-content-wrapper .tutor-video-player .loading-spinner:before{width:50px;height:50px;top:calc(50% - 25px)}.tutor-course-single-content-wrapper .tutor-video-player .loading-spinner.hide{display:none}.tutor-course-single-content-wrapper .tutor-video-player iframe{border:none;width:100%;height:100%}.tutor-course-single-content-wrapper .tutor-video-player .plyr--vimeo .plyr__captions{display:none!important}.site-content{padding-bottom:0!important}.tutor-course-single-sidebar-title{background-color:#fff;border-bottom:1px solid #e0e2ea;align-items:center;height:60px;padding:8px 16px;display:flex}.tutor-course-single-sidebar-wrapper{background-color:#eff1f6;border-right:1px solid #e0e2ea;flex:0 0 400px;width:400px}@media (max-width:1199.98px){.tutor-course-single-sidebar-wrapper{opacity:0;z-index:-1;flex:0 0 100%;width:100%;position:absolute;top:0}}.tutor-course-single-sidebar-wrapper .tutor-accordion-item-header{color:var(--tutor-body-color);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#eff1f6;border-bottom:1px solid #e0e2ea;border-radius:0;padding:12px 44px 12px 16px;font-size:16px;font-weight:500}.tutor-course-single-sidebar-wrapper .tutor-accordion-item-header:after{color:var(--tutor-color-muted);font-size:14px}.tutor-course-single-sidebar-wrapper .tutor-accordion-item-header:hover,.tutor-course-single-sidebar-wrapper .tutor-accordion-item-header.is-active,.tutor-course-single-sidebar-wrapper .tutor-accordion-item-header.is-active:after{color:var(--tutor-color-primary)}.tutor-course-single-sidebar-wrapper .tutor-accordion-item-header .tutor-course-topic-title{position:relative}.tutor-course-single-sidebar-wrapper .tutor-accordion-item-header .tutor-course-topic-title-info{cursor:pointer;display:inline-flex;position:relative;top:2px}.tutor-course-single-sidebar-wrapper .tutor-accordion-item-header .tutor-course-topic-title-info-icon{color:rgba(var(--tutor-body-color-rgb),.5);font-size:14px}.tutor-course-single-sidebar-wrapper .tutor-accordion-item-header .tutor-course-topic-summary{color:var(--tutor-color-muted);font-size:12px}.tutor-course-single-sidebar-wrapper .tutor-accordion-item-body{background-color:#fff;padding-top:8px;padding-bottom:8px}.tutor-course-single-sidebar-wrapper .tutor-course-topic-item{position:relative}.tutor-course-single-sidebar-wrapper .tutor-course-topic-item a{background-color:#fff;flex-wrap:nowrap;justify-content:space-between;width:100%;padding:10px 16px;text-decoration:none;display:flex}.tutor-course-single-sidebar-wrapper .tutor-course-topic-item-icon{color:rgba(var(--tutor-body-color-rgb),.3);font-size:18px;transition:all .3s ease-in}.tutor-course-single-sidebar-wrapper .tutor-course-topic-item-title{color:var(--tutor-color-secondary);transition:all .3s ease-in}.tutor-course-single-sidebar-wrapper .tutor-course-topic-item:hover .tutor-course-topic-item-icon,.tutor-course-single-sidebar-wrapper .tutor-course-topic-item:hover .tutor-course-topic-item-title,.tutor-course-single-sidebar-wrapper .tutor-course-topic-item.is-active .tutor-course-topic-item-icon,.tutor-course-single-sidebar-wrapper .tutor-course-topic-item.is-active .tutor-course-topic-item-title{color:var(--tutor-color-primary)}.tutor-course-single-sidebar-wrapper .tutor-course-topic-item.is-active a{background-color:#eff1f6}.tutor-course-single-sidebar-wrapper .tutor-course-topic-item .tutor-form-check-circle[checked]{border-color:var(--tutor-color-success);background-color:var(--tutor-color-success)}.tutor-course-single-sidebar-wrapper .tutor-course-topic-item .tutor-check-pending{background-image:url("data:image/svg+xml,%3Csvg fill='%23FFF' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14' height='10' viewBox='0 0 459.313 459.314' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M459.313,229.648c0,22.201-17.992,40.199-40.205,40.199H40.181c-11.094,0-21.14-4.498-28.416-11.774 C4.495,250.808,0,240.76,0,229.66c-0.006-22.204,17.992-40.199,40.202-40.193h378.936 C441.333,189.472,459.308,207.456,459.313,229.648z'/%3E%3C/g%3E%3C/svg%3E");border-color:var(--tutor-color-warning)!important;background-color:var(--tutor-color-warning)!important}.tutor-course-single-sidebar-wrapper .tutor-course-topic-item .tutor-check-fail{background-image:url("data:image/svg+xml,%3Csvg fill='white' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' viewBox='0 0 100 100' xml:space='preserve'%3E%3Cpath d='M49.9,78c-4.2,0-7.6,3.5-7.6,7.8v1.5c0,4.3,3.4,7.7,7.6,7.7c4.2,0,7.7-3.4,7.7-7.7v-1.5C57.6,81.5,54.2,78,49.9,78L49.9,78z M49.8,5c-6.3,0-11.9,6.1-11.3,12.4l3.8,47c0.2,3.7,3.1,6.9,6.9,7.2c4.3,0.3,8.1-3,8.4-7.2l3.9-47C62,11.1,56.6,5,49.8,5z'%3E%3C/path%3E%3C/svg%3E");border-color:var(--tutor-color-danger)!important;background-color:var(--tutor-color-danger)!important}body.rtl .tutor-course-single-sidebar-wrapper .tutor-accordion-item-header{padding:12px 16px 12px 44px}.tutor-course-single-content-wrapper a{text-decoration:none}.tutor-course-single-content-wrapper{width:100%;display:flex;position:relative}.tutor-course-single-content-wrapper ul,.tutor-course-single-content-wrapper ol,.tutor-course-single-content-wrapper li>ul,.tutor-course-single-content-wrapper li>ol{padding-left:1em}.tutor-course-single-content-wrapper a,.tutor-course-single-content-wrapper a:hover,.tutor-course-single-content-wrapper a:active,.tutor-course-single-content-wrapper a:focus{text-decoration:none}.tutor-course-single-content-wrapper.tutor-course-single-sidebar-hidden .tutor-course-single-sidebar-wrapper{display:none}.tutor-course-single-content-wrapper.tutor-course-single-sidebar-hidden .tutor-course-topics-sidebar-toggler .tutor-icon-left{transform:rotate(180deg)}@media (max-width:1199.98px){.tutor-course-single-content-wrapper.tutor-course-single-sidebar-open .tutor-course-single-sidebar-wrapper{opacity:1;z-index:1026;background-color:#fff;height:100vh;padding-bottom:150px;overflow-y:auto;right:0!important}.tutor-course-single-content-wrapper.tutor-course-single-sidebar-open .tutor-course-single-sidebar-wrapper .tutor-course-single-sidebar-title{z-index:1027;position:-webkit-sticky;position:sticky;top:0}}.tutor-course-single-content-wrapper input.tutor-form-check-input.tutor-form-check-circle{width:20px;height:20px;margin-top:1px}.tutor-course-single-content-wrapper #tutor-single-entry-content{width:100%;position:relative}@media (min-width:1200px){.tutor-course-single-content-wrapper #tutor-single-entry-content{min-height:100vh}}.tutor-course-single-content-wrapper #tutor-single-entry-content{flex-direction:column;display:flex}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header{background:var(--tutor-color-primary);min-height:60px;color:var(--tutor-color-white);flex-shrink:0;align-items:center;padding:8px 16px;display:flex;position:relative}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header .tutor-topbar-mark-btn{color:var(--tutor-color-white);border-color:var(--tutor-color-white);background-color:#fff0}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header .tutor-topbar-mark-btn:hover{color:var(--tutor-color-primary);background-color:var(--tutor-color-white);border-color:var(--tutor-color-white)}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header .tutor-iconic-btn{color:#fff}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header .tutor-iconic-btn:hover{color:var(--tutor-color-primary);background-color:#fff}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header .tutor-iconic-btn-secondary{background-color:rgb(0 0 0 / .2)}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header-icon{font-size:24px}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-footer{border-top:1px solid rgba(var(--tutor-color-primary-rgb),.15);background-color:rgba(var(--tutor-color-primary-rgb),.1);flex-wrap:wrap;flex-shrink:0;justify-content:center;align-items:center;gap:16px;display:flex}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-mobile-footer-navigation{background:var(--tutor-color-white);z-index:1;border:1px solid #eff1f6;width:100%;height:90px;position:fixed;bottom:0;left:0;box-shadow:0 0 16px rgb(176 182 209 / .18)}@media (min-width:576px){.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-mobile-footer-navigation{display:none}}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-mobile-footer-navigation .tutor-footer-content{flex-basis:70%}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-mobile-footer-navigation .tutor-quiz-skip-button{flex-basis:50%}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-mobile-footer-navigation .tutor-quiz-skip-button button{border:0;padding:0}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-mobile-footer-navigation .tutor-footer-complete-btn button{padding:8px 20px}.tutor-course-single-content-wrapper #tutor-single-entry-content #tutor-start-quiz{display:inline-block}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-dotted-box{border:2px dashed var(--tutor-border-color);border-radius:5px}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-dotted-box span[class^=tutor-icon-],.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-dotted-box span[class*=\ tutor-icon-]{display:none}.tutor-course-single-content-wrapper #tutor-single-entry-content .quiz-image img{max-width:100%;height:auto}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-dropzone.tutor-drop-over{border:2px dashed var(--tutor-color-primary)!important}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-dropzone input{display:none}.tutor-course-single-content-wrapper #tutor-single-entry-content .question-type-image_answering>div:not(:last-child){margin-bottom:70px}.tutor-course-single-content-wrapper #tutor-single-entry-content .question-type-image_answering .tutor-image-answer{max-width:500px}.tutor-course-single-content-wrapper #tutor-single-entry-content .question-type-image_answering .tutor-image-answer img{border-radius:6px;width:100%}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper{padding:80px 24px}@media (max-width:575.98px){.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper{padding:40px 16px}}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-start-quiz-wrapper{border:1px solid #c0c3cb;border-radius:10px;max-width:560px;margin:0 auto}@media (min-width:1200px){.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-start-quiz-wrapper{padding:65px 95px}}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-start-quiz-wrapper .tutor-start-quiz-title{border-bottom:1px solid var(--tutor-border-color)}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-start-quiz-wrapper .tutor-quiz-info-area .tutor-quiz-info:not(:first-child){padding-top:15px}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap{width:100%;max-width:980px;margin:0 auto}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-meta-info{justify-content:space-between;display:flex}@media (max-width:575.98px){.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-meta-info{flex-direction:column;gap:16px}}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-meta-info .quiz-meta-info-left{gap:35px;display:flex}@media (max-width:767.98px){.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-meta-info .quiz-meta-info-left{gap:16px}}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-meta-info .quiz-meta-info-right .quiz-time-remaining #tutor-quiz-time-update{text-align:right;min-width:50px}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-meta-info .quiz-meta-info-right .quiz-time-remaining .quiz-time-remaining-progress-circle,.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-meta-info .quiz-meta-info-right .quiz-time-remaining .quiz-time-remaining-expired-circle{width:40px;height:25px;margin-top:1px}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-meta-info .quiz-meta-info-right .quiz-time-remaining .quiz-time-remaining-progress-circle svg{width:50px;height:50px;margin-top:-3px}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-meta-info .quiz-meta-info-right .quiz-time-remaining .quiz-time-remaining-progress-circle svg circle{transform:translate(17px,15px)}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-meta-info .quiz-meta-info-right .quiz-time-remaining .quiz-time-remaining-progress-circle svg circle:first-child{stroke:var(--tutor-color-primary);stroke-width:13px;stroke-dasharray:44;stroke-dashoffset:0}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-meta-info .quiz-meta-info-right .quiz-time-remaining .quiz-time-remaining-progress-circle svg circle:last-child{fill:none;stroke:var(--tutor-color-gray);stroke-dasharray:44;stroke-dashoffset:calc(44 - 44*var(--quizProgress)/100);stroke-width:13px}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-meta-info .quiz-meta-info-right .quiz-time-remaining .quiz-time-remaining-expired-circle svg{width:50px;height:50px;margin-top:-3px}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-meta-info .quiz-meta-info-right .quiz-time-remaining .quiz-time-remaining-expired-circle svg circle{stroke:#f44337;stroke-dashoffset:0;stroke-dasharray:75;stroke-width:2px;fill:#fff;transform:translate(17px,15px)}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .tutor-quiz-border-box{cursor:move;border:1px solid var(--tutor-border-color);border-radius:6px;justify-content:space-between;align-items:center;padding:10px 18px;display:flex}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .tutor-quiz-border-box .tutor-icon-hamburger-menu{cursor:move}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .tutor-quiz-border-box input{display:none}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .tutor-quiz-dotted-box{color:#9ca0ac;border:2px dashed #ddd;border-radius:5px;padding:8px 12px;font-size:1rem;line-height:1.5}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-flash-message .tutor-quiz-warning-box.time-remaining-warning{border:1px solid rgba(var(--tutor-color-warning-rgb),.3)}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-flash-message .tutor-quiz-warning-box{border-radius:6px;padding:9px}@media (max-width:600px){.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-flash-message .tutor-quiz-warning-box{flex-wrap:wrap}}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-flash-message .tutor-quiz-warning-box .flash-info span:first-child{font-size:27px}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-flash-message .tutor-quiz-warning-box .flash-action button{color:var(--tutor-color-white);border:unset;background:#ed9700}@media (max-width:600px){.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-flash-message .tutor-quiz-warning-box .flash-action button{margin-top:10px}}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-flash-message .tutor-quiz-warning-box.time-over{border:1px solid #f44337}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .matching-quiz-question-desc{grid-template-columns:repeat(auto-fit,minmax(163px,1fr));gap:20px;display:grid!important}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .tutor-quiz-question-item{cursor:pointer;display:block;position:relative}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .tutor-quiz-question-item-has-media .tutor-form-check-input{z-index:1;position:absolute;top:8px;right:8px}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .tutor-quiz-question-item-has-media .tutor-form-check-input:checked+.tutor-card{border-color:var(--tutor-color-primary);box-shadow:0 0 0 1px var(--tutor-color-primary)}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-question-ans-choice-area .quiz-short-ans-image{width:100%;max-width:444px;height:auto}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-question-ans-choice-area .quiz-question-ans-choice label{border:1px solid var(--tutor-border-color);cursor:pointer;border-radius:6px;min-width:240px;padding:9.5px 15px;display:inline-block}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-question-ans-choice-area .quiz-question-ans-choice label input{margin-top:1px;margin-right:8px}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-question-ans-choice-area .quiz-question-ans-choice .tutor-quiz-correct-ans span:first-child{font-size:28px}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-question-ans-choice-area .fill-in-the-gap .fill-blank{border-bottom:2px dashed var(--tutor-color-secondary);margin:0 0 10px;display:inline-block}@media (max-width:575.98px){.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-question-ans-choice-area .fill-in-the-gap .fill-blank{margin:0 10px 5px 0}}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-question-ans-choice-area .fill-in-the-gap input{background-color:var(--tutor-color-white);border:1px solid var(--tutor-border-color);box-shadow:none;border-radius:5px;margin:0 0 3px;padding:2px 5px;transition:color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap #quiz-matching-ans-area>div:not(:last-child){margin-bottom:25px}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap #quiz-matching-ans-area .quiz-matching-ans{flex-wrap:wrap;align-items:center;max-width:500px;display:flex}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap #quiz-matching-ans-area .quiz-matching-ans .tutor-quiz-ans-no{width:230px}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap #quiz-matching-ans-area .quiz-matching-ans .quiz-matching-ans-item{align-items:center;width:270px;display:flex}@media (max-width:575.98px){.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap #quiz-matching-ans-area .quiz-matching-ans .quiz-matching-ans-item{margin-top:20px}}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap #quiz-matching-ans-area .quiz-matching-ans .quiz-matching-ans-item>span{margin:0 20px}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap #quiz-matching-ans-area .quiz-matching-ans .quiz-matching-ans-item .tutor-quiz-dotted-box{width:230px}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap #quiz-matching-ans-area .tutor-matching-item{flex-direction:column;margin-right:10px;display:flex}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap #quiz-matching-ans-area .tutor-matching-item .tutor-matching-image{border-radius:6px;overflow:hidden}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap #quiz-ordering-ans-area{counter-reset:serial-number}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap #quiz-ordering-ans-area>div:not(:last-child){margin-bottom:25px}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap #quiz-ordering-ans-area .quiz-ordering-ans-item .tutor-quiz-border-box{width:250px}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap #quiz-ordering-ans-area .snum:before{counter-increment:serial-number;content:counter(serial-number)}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-image-ordering-ans{cursor:pointer;grid-template-columns:30px 315px;display:grid}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-image-ordering-ans .quiz-image-ordering-ans-item{border:1px solid #c0c3cb;border-radius:6px;grid-template-columns:46px auto;width:315px;display:grid}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-image-ordering-ans .quiz-image-ordering-ans-item .tutor-quiz-image-ordering-icon{background:#f4f6f9;border-radius:6px 0 0 6px;width:46px}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-image-ordering-ans .quiz-image-ordering-ans-item .tutor-quiz-image-ordering-icon span{font-size:27px}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-image-ordering-ans .quiz-image-ordering-ans-item .tutor-quiz-image-ordering-item{grid-template-rows:auto;grid-template-columns:80px auto;display:grid}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-image-ordering-ans .quiz-image-ordering-ans-item .tutor-quiz-image-ordering-item img{border-radius:6px;width:80px;height:80px}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-image-ordering-ans .quiz-image-ordering-ans-item .tutor-quiz-image-ordering-item span{word-break:break-word}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap #quiz-image-matching-ans-area .quiz-image-matching-ans{grid-template-columns:repeat(auto-fit,minmax(162px,1fr));gap:20px;display:grid!important}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap #quiz-image-matching-ans-area .quiz-image{border-radius:6px;width:100%;height:162px;overflow:hidden}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap #quiz-image-matching-ans-area .quiz-image img{object-fit:contain;width:100%;height:100%}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-result-summary{border-top:1px solid var(--tutor-border-color);border-bottom:1px solid var(--tutor-border-color);justify-content:space-between;margin-block:20px;padding-block:20px;display:flex}@media (max-width:575.98px){.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-result-summary{flex-direction:column;gap:16px}}.tutor-course-single-content-wrapper #tutor-single-entry-content #tutor-quiz-time-expire-wrapper{margin-bottom:40px;display:none}.tutor-course-single-content-wrapper #tutor-single-entry-content #tutor-quiz-time-expire-wrapper.tutor-alert-show{display:flex!important}.tutor-course-single-content-wrapper #tutor-single-entry-content #tutor-quiz-time-expire-wrapper .flash-info span:first-child.tutor-icon-cross-circle-outline-filled:before{color:#f44337}.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-time-expired{color:#f44337;font-size:16px;font-weight:500;line-height:26px}.tutor-course-single-content-wrapper mjx-container,.tutor-course-single-content-wrapper .MathJax_Display{display:inline!important}.tutor-course-spotlight-wrapper .tutor-course-spotlight-tab{padding-top:32px;padding-bottom:32px}.tutor-course-spotlight-wrapper .tutor-lesson-wrapper iframe{max-width:100%}.tutor-course-spotlight-wrapper .tutor-exercise-files{word-break:break-all;grid-template-columns:repeat(2,1fr);gap:20px;display:grid}@media (max-width:575.98px){.tutor-course-spotlight-wrapper .tutor-exercise-files{grid-template-columns:repeat(1,1fr)}}.tutor-course-spotlight-wrapper .tutor-exercise-files .tutor-instructor-card{cursor:pointer}.tutor-course-spotlight-wrapper .tutor-exercise-files .tutor-instructor-card:hover .tutor-avatar{background:var(--tutor-color-primary)}.tutor-course-spotlight-wrapper .tutor-exercise-files .tutor-instructor-card:hover .tutor-avatar span{color:var(--tutor-color-white)}.tutor-course-spotlight-wrapper .tutor-exercise-files .tutor-instructor-card .tutor-avatar{background:rgba(var(--tutor-color-primary-rgb),.15)}.tutor-course-spotlight-wrapper .tutor-exercise-files .tutor-instructor-card .tutor-avatar span{font-size:30px}.tutor-course-spotlight-wrapper .tutor-conversation{border-bottom:1px solid #ddd;padding:0 0 55px}.tutor-course-spotlight-wrapper .tutor-conversation .tutor-no-comments-show{border:1px solid var(--tutor-border-color);border-radius:6px;padding:47px 33px}@media (max-width:575.98px){.tutor-course-spotlight-wrapper .tutor-conversation .tutor-no-comments-show{flex-direction:column;justify-content:center;align-items:center;padding:30px 20px}.tutor-course-spotlight-wrapper .tutor-conversation .tutor-no-comments-show p{text-align:center}}.tutor-course-spotlight-wrapper .tutor-conversation .comment-avatar img{border-radius:50%;width:50px;height:50px}.tutor-course-spotlight-wrapper .tutor-conversation .tutor-comment-textarea:before,.tutor-course-spotlight-wrapper .tutor-conversation .tutor-actual-comment:before{content:"";border:1px solid var(--tutor-border-color);-webkit-clip-path:polygon(0% 0%,100% 100%,0% 100%);clip-path:polygon(0% 0%,100% 100%,0% 100%);background-color:#fff;border-radius:0 0 0 3px;width:10px;height:10px;display:block;position:absolute;top:18px;left:-6px;transform:rotate(45deg)}.tutor-course-spotlight-wrapper .tutor-conversation .tutor-comment-textarea:after,.tutor-course-spotlight-wrapper .tutor-conversation .tutor-actual-comment:after{content:"";background-color:#fff;border:1px solid #fff;border-radius:3px 0 0 3px;width:10px;height:10px;display:block;position:absolute;top:18px;left:-2px}.tutor-course-spotlight-wrapper .tutor-conversation .tutor-comment-box{grid-template-columns:70px auto;display:grid}.tutor-course-spotlight-wrapper .tutor-conversation .tutor-comment-box .tutor-comment-textarea{border:1px solid var(--tutor-border-color);border-radius:6px;grid-area:1/2/1/3;position:relative}.tutor-course-spotlight-wrapper .tutor-conversation .tutor-comment-box .tutor-comment-textarea.is-focused,.tutor-course-spotlight-wrapper .tutor-conversation .tutor-comment-box .tutor-comment-textarea.is-focused:before{border:1px solid var(--tutor-color-primary)}.tutor-course-spotlight-wrapper .tutor-conversation .tutor-comment-box .tutor-comment-textarea textarea{border-color:#fff0;min-height:96px;padding:20px}.tutor-course-spotlight-wrapper .tutor-conversation .tutor-comment-box .tutor-comment-submit-btn{grid-area:2/2/2/3;justify-self:end;margin-top:20px}.tutor-course-spotlight-wrapper .tutor-conversation .tutor-comments-list{grid-template-columns:70px auto;display:grid}.tutor-course-spotlight-wrapper .tutor-conversation .tutor-comments-list .tutor-single-comment .tutor-actual-comment{border:1px solid var(--tutor-border-color);background-color:#fff;border-radius:6px;padding:15px 20px;position:relative}.tutor-course-spotlight-wrapper .tutor-conversation .tutor-comments-list .tutor-single-comment .tutor-actual-comment .tutor-comment-author span:first-child{color:#161d25}.tutor-course-spotlight-wrapper .tutor-conversation .tutor-comments-list .tutor-single-comment .tutor-actual-comment .tutor-comment-author span:last-child{color:#808993}.tutor-course-spotlight-wrapper .tutor-conversation .tutor-comments-list .tutor-single-comment .tutor-comment-actions span{cursor:pointer;text-transform:capitalize}.tutor-course-spotlight-wrapper .tutor-conversation .tutor-comments-list .tutor-single-comment .tutor-comment-actions span:not(:last-child){margin-right:23px}.tutor-course-spotlight-wrapper .tutor-conversation .tutor-comments-list .tutor-single-comment .tutor-comment-box.tutor-reply-box{min-height:54px;padding:16px 0 16px 16px}.tutor-course-spotlight-wrapper .tutor-conversation .tutor-comments-list .tutor-single-comment .tutor-comment-box.tutor-reply-box .tutor-comment-textarea textarea{min-height:56px;padding:15px 20px}.tutor-course-spotlight-wrapper .tutor-conversation .tutor-comments-list.tutor-parent-comment{position:relative}.tutor-course-spotlight-wrapper .tutor-conversation .tutor-comments-list.tutor-parent-comment .tutor-comment-line{background:var(--tutor-border-color);width:1px;position:absolute;top:50px;left:24px}.tutor-course-spotlight-wrapper .tutor-conversation .tutor-comments-list.tutor-parent-comment .tutor-child-comment{position:relative}.tutor-course-spotlight-wrapper .tutor-conversation .tutor-comments-list.tutor-parent-comment .tutor-child-comment:after{content:"";background:var(--tutor-border-color);width:45px;height:1px;position:absolute;top:25px;left:-45px}.tutor-course-spotlight-wrapper .tutor-conversation .tutor-comments-list.tutor-parent-comment .tutor-child-comment:before{content:"";background:var(--tutor-border-color);z-index:9;width:45px;height:1px;position:absolute;top:3px;left:-68px;transform:rotate(90deg)}@media (max-width:575.98px){.tutor-course-spotlight-wrapper .tutor-conversation .tutor-comments-list.tutor-parent-comment .tutor-child-comment .tutor-single-comment .tutor-actual-comment .tutor-comment-author{flex-direction:column;display:flex}}.tutor-spotlight-mobile-progress-complete{background:#fff;margin-top:16px;box-shadow:0 0 16px rgb(176 182 209 / .18)}@media (max-width:420px){.tutor-spotlight-mobile-progress-complete .tutor-col-6{flex:none;width:100%}}.tutor-spotlight-mobile-progress-right{text-align:center}@media (min-width:420px){.tutor-spotlight-mobile-progress-right .tutor-topbar-complete-btn{text-align:right}}@media (max-width:420px){.tutor-spotlight-mobile-progress-right .tutor-topbar-complete-btn.tutor-ml-24{margin-left:0!important}}.tutor-spotlight-mobile-progress-right [class*=tutor-icon-]{display:none}.tutor-course-spotlight-comments{max-width:670px;margin:auto}body.rtl .tutor-course-spotlight-wrapper .tutor-conversation .tutor-comment-textarea:before,body.rtl .tutor-course-spotlight-wrapper .tutor-conversation .tutor-actual-comment:before{left:initial;border-radius:0 3px 0 0;right:-6px;transform:rotate(220deg)}body.rtl .tutor-course-spotlight-wrapper .tutor-conversation .tutor-comment-textarea:after,body.rtl .tutor-course-spotlight-wrapper .tutor-conversation .tutor-actual-comment:after{left:initial;right:-2px}body.rtl .tutor-course-spotlight-wrapper .tutor-conversation .tutor-comments-list .tutor-single-comment .tutor-comment-actions span:not(:last-child){margin-right:initial;margin-left:23px}body.rtl .tutor-course-spotlight-wrapper .tutor-conversation .tutor-comments-list.tutor-parent-comment .tutor-comment-line{left:initial;right:24px}body.rtl .tutor-course-spotlight-wrapper .tutor-conversation .tutor-comments-list.tutor-parent-comment .tutor-child-comment:after{left:initial;right:-45px}body.rtl .tutor-course-spotlight-wrapper .tutor-conversation .tutor-comments-list.tutor-parent-comment .tutor-child-comment:before{left:initial;right:-68px;transform:rotate(90deg)}#tutor-assignment-wrap .tutor-assignment-attachments-list{grid-gap:20px;grid-template-columns:1fr 1fr;display:grid}@media (max-width:768px){#tutor-assignment-wrap .tutor-assignment-attachments-list{grid-template-columns:1fr}}#tutor-assignment-wrap .tutor-assignment-meta-info{border-top:1px solid var(--tutor-border-color);border-bottom:1px solid var(--tutor-border-color)}@media (min-width:576px) and (max-width:1192px){#tutor-assignment-wrap .tutor-assignment-meta-info{flex-direction:column}}#tutor-assignment-wrap .tutor-assignment-meta-info .tutor-assignment-detail-info>div:not(:last-child){margin-right:16px}@media (min-width:576px) and (max-width:1192px){#tutor-assignment-wrap .tutor-assignment-meta-info .tutor-assignment-detail-info .tutor-assignment-duration,#tutor-assignment-wrap .tutor-assignment-meta-info .tutor-assignment-detail-info .tutor-assignmetn-deadline,#tutor-assignment-wrap .tutor-assignment-meta-info .tutor-assignment-detail-info .tutor-assignment-marks,#tutor-assignment-wrap .tutor-assignment-meta-info .tutor-assignment-detail-info .tutor-assignmetn-pass-mark{flex-basis:50%}}@media (max-width:575px){#tutor-assignment-wrap .tutor-assignment-meta-info .tutor-assignment-detail-info .tutor-assignment-duration,#tutor-assignment-wrap .tutor-assignment-meta-info .tutor-assignment-detail-info .tutor-assignmetn-deadline,#tutor-assignment-wrap .tutor-assignment-meta-info .tutor-assignment-detail-info .tutor-assignment-marks,#tutor-assignment-wrap .tutor-assignment-meta-info .tutor-assignment-detail-info .tutor-assignmetn-pass-mark{flex-direction:column;flex-basis:50%;display:flex}}@media (max-width:576px){#tutor-assignment-wrap .tutor-assignment-meta-info{flex-direction:column}}#tutor-assignment-wrap .tutor-assignment-border-bottom{border-bottom:1px solid var(--tutor-border-color)}#tutor-assignment-wrap .tutor-instructor-card{background-color:var(--tutor-color-white);cursor:pointer;border-radius:6px;grid-template-columns:auto 40px;min-width:100%;display:grid}#tutor-assignment-wrap .tutor-instructor-card .tutor-icard-content>div:first-child{margin-right:10px}#tutor-assignment-wrap .tutor-instructor-card .tutor-icard-content>div{word-break:break-all}@media (max-width:768px){#tutor-assignment-wrap.tutor-course-assignment-details .tutor-assignment-footer .tutor-assignment-footer-btn{flex-direction:column}#tutor-assignment-wrap.tutor-course-assignment-details .tutor-assignment-footer .tutor-assignment-footer-btn a,#tutor-assignment-wrap.tutor-course-assignment-details .tutor-assignment-footer .tutor-assignment-footer-btn button{justify-content:center;align-items:center;width:100%;display:flex}}#tutor-assignment-wrap.tutor-course-assignment-details .no-before:before,#tutor-assignment-wrap.tutor-course-assignment-details #full-text{display:none}#tutor-assignment-wrap.tutor-time-out-assignment .quiz-flash-message .tutor-quiz-warning-box{background-color:rgba(var(--tutor-color-danger-rgb),.15);border:1px solid rgba(var(--tutor-color-danger-rgb),.3)}#tutor-assignment-wrap.tutor-time-out-assignment .tutor-time-out-assignment-details .tutor-to-assignment{position:relative}#tutor-assignment-wrap.tutor-time-out-assignment .tutor-time-out-assignment-details .tutor-to-assignment:before{content:"";background:linear-gradient(#fff0 1.31%,#fff0 15.41%,#fff 100%);width:100%;height:120px;position:absolute;bottom:0}#tutor-assignment-wrap.tutor-submit-assignment .tutor-assignment-submission .tutor-assignment-body{max-width:730px}#tutor-assignment-wrap.tutor-submit-assignment .tutor-assignment-submission .tutor-assignment-body .tutor-assignment-attachment{background-color:#eff1f6;border-radius:6px}#tutor-assignment-wrap.tutor-submit-assignment .tutor-assignment-submission .tutor-assignment-body .tutor-assignment-attachment .tutor-input-type-size span{font-weight:500}#tutor-assignment-wrap.tutor-submit-assignment .tutor-assignment-submission .tutor-assignment-body .tutor-assignment-attachment .tutor-attachment-files{grid-template-columns:180px auto;display:grid}@media (max-width:767.98px){#tutor-assignment-wrap.tutor-submit-assignment .tutor-assignment-submission .tutor-assignment-body .tutor-assignment-attachment .tutor-attachment-files{grid-template-columns:1fr;gap:10px}}#tutor-assignment-wrap.tutor-submit-assignment .tutor-assignment-submission .tutor-assignment-body .tutor-assignment-attachment .tutor-attachment-files .tutor-assignment-upload-btn input,#tutor-assignment-wrap.tutor-submit-assignment .tutor-assignment-submission .tutor-assignment-body .tutor-assignment-attachment .tutor-attachment-files .tutor-assignment-upload-btn input#tutor-assignment-file-upload{display:none}#tutor-assignment-wrap.tutor-submit-assignment .tutor-assignment-submission .tutor-assignment-body .tutor-assignment-attachment .tutor-asisgnment-upload-file-preview{grid-template-columns:repeat(2,1fr);display:grid}@media (max-width:600px){#tutor-assignment-wrap.tutor-submit-assignment .tutor-assignment-submission .tutor-assignment-body .tutor-assignment-attachment .tutor-asisgnment-upload-file-preview{grid-template-columns:1fr}}#tutor-assignment-wrap.tutor-submit-assignment .tutor-assignment-submission .tutor-assignment-body .tutor-assignment-attachment .tutor-asisgnment-upload-file-preview{gap:20px}#tutor-assignment-wrap.tutor-submit-assignment .tutor-assignment-description-details .tutor-ad-body{position:relative}#tutor-assignment-wrap.tutor-submit-assignment .tutor-assignment-description-details .tutor-ad-body:before{content:"";background:linear-gradient(#fff0 1.31%,#fff0 15.41%,#fff 100%);width:100%;height:120px;position:absolute;bottom:0}#tutor-assignment-wrap.tutor-assignment-result-pending .tutor-assignment-details .tutor-ar-body{border:1px solid var(--tutor-border-color);box-sizing:border-box;border-radius:6px}#tutor-assignment-wrap.tutor-assignment-result-pending .tutor-assignment-details .tutor-ar-body .tutor-input-files{max-width:330px}#tutor-assignment-wrap.tutor-assignment-result-pending .tutor-assignment-description-details .tutor-ad-body{position:relative}#tutor-assignment-wrap.tutor-assignment-result-pending .tutor-assignment-description-details .tutor-ad-body:before{content:"";background:linear-gradient(#fff0 1.31%,#fff0 15.41%,#fff 100%);width:100%;height:120px;position:absolute;bottom:0}#tutor-assignment-wrap .tutor-instructor-note{background-color:rgba(var(--tutor-color-primary-rgb),.2);border:1px solid rgba(var(--tutor-color-primary-rgb),.4);border-radius:6px}#tutor-assignment-wrap.tutor-assignment-results .tutor-instructor-note{background-color:rgba(var(--tutor-color-primary-rgb),.2);border:1px solid rgba(var(--tutor-color-primary-rgb),.2);border-radius:6px}#tutor-assignment-wrap.tutor-assignment-results .tutor-assignment-details .tutor-ar-body{border:1px solid var(--tutor-border-color);box-sizing:border-box;border-radius:6px}#tutor-assignment-wrap.tutor-assignment-results .tutor-assignment-details .tutor-ar-body .tutor-input-files{max-width:330px}#tutor-assignment-wrap.tutor-assignment-results .tutor-assignment-description-details .tutor-ad-body{position:relative}#tutor-assignment-wrap.tutor-assignment-results .tutor-assignment-description-details .tutor-ad-body:before{content:"";background:linear-gradient(#fff0 1.31%,#fff0 15.41%,#fff 100%);width:100%;height:120px;position:absolute;bottom:0}.submited-files>div:not(:last-child){margin-right:15px}.submited-files .tutor-instructor-card{width:100%}.submited-files .tutor-instructor-card .tutor-icard-content{padding-right:10px}.tutor-qna-single-question table.tutor-table-data-td-target [data-td-target]{padding:12px!important}.tutor-qna-single-question table.tutor-table tr:last-child td:last-child{border-radius:0}.tutor-qna-single-question table.tutor-table-data-td-target .is-active:not(.expand-btn){background-color:#fff!important}body.wp-admin .tutor-qna-single-wrapper .tutor-qa-reply{border-top-left-radius:6px;border-top-right-radius:6px;overflow:hidden}.tutor-qna-single-question .tutor-qna-single-wrapper .qna-back-button{color:#5b616f;font-size:16px;font-style:normal;font-weight:400}.tutor-qna-single-question .tutor-qa-reply{z-index:10;background:#fff;bottom:0}.tutor-qna-single-question .tutor-qa-reply textarea{border:none;border:1px solid var(--tutor-border-color);resize:none;border-radius:6px;width:100%;padding:15px;min-height:initial!important;height:80px!important}.tutor-qna-single-question .tutor-qa-reply textarea,.tutor-qna-single-question .tutor-qa-reply textarea:focus,.tutor-qna-single-question .tutor-qa-reply textarea:active{box-shadow:none;outline:none!important}.tutor-qna-single-question .tutor-qna-badges .tutor-btn:not(:last-child){margin-right:18px}.tutor-qna-single-question .tutor-qna-single-wrapper{max-height:calc(100vh - 100px);overflow-y:auto}.tutor-qna-single-question .tutor-qa-sticky-bar{border-bottom:1px solid var(--tutor-border-color);z-index:9;margin-bottom:16px;position:-webkit-sticky;position:sticky;top:0}.tutor-qna-single-question .tutor-qa-chatlist .tutor-qna-chat{flex-direction:column;margin-bottom:30px;display:flex}.tutor-qna-single-question .tutor-qa-chatlist .tutor-qna-chat .tutor-qna-user{align-items:center;gap:16px;margin-bottom:16px;display:flex}.tutor-qna-single-question .tutor-qa-chatlist .tutor-qna-chat .tutor-qna-user img{border-radius:50%;width:48px;height:48px}.tutor-qna-single-question .tutor-qa-chatlist .tutor-qna-chat .tutor-qna-text{background:#fff;border-radius:8px;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content;margin:0;padding:16px 24px;position:relative}.tutor-qna-single-question .tutor-qa-chatlist .tutor-qna-chat .tutor-qna-text:before{content:"";background:inherit;-webkit-clip-path:polygon(0% 0%,0% 100%,100% 0%);clip-path:polygon(0% 0%,0% 100%,100% 0%);border-radius:3px;width:20px;height:20px;position:absolute;top:-5px;transform:rotate(45deg)}.tutor-qna-single-question .tutor-qa-chatlist .tutor-qna-chat.tutor-qna-left .tutor-qna-text:before{left:15px}.tutor-qna-single-question .tutor-qa-chatlist .tutor-qna-chat.tutor-qna-right{align-items:flex-end}.tutor-qna-single-question .tutor-qa-chatlist .tutor-qna-chat.tutor-qna-right .tutor-qna-user{flex-direction:row-reverse}.tutor-qna-single-question .tutor-qa-chatlist .tutor-qna-chat.tutor-qna-right .tutor-qna-text:before{right:15px}.tutor-qna-single-question .tutor-qa-chatlist .tutor-qna-chat p{margin:0}.tutor-qna-single-question .tutor-qa-chatlist .tutor-qna-chat ul{padding-left:2rem}.tutor-qna-single-question .tutor-qa-chatlist .tutor-qna-chat ul li{list-style-type:disc}.tutor-qna-single-question:not([data-context=backend-dashboard-qna-single]) .tutor-qna-left .tutor-qna-text{min-width:50px;color:var(--tutor-body-color);background:#e3e9f7}.tutor-qna-single-question:not([data-context=backend-dashboard-qna-single]) .tutor-qna-right .tutor-qna-text{color:var(--tutor-body-color);background:#dbe9eb}.tutor-qna-single-question .tutor-toggle-reply{text-align:right}.tutor-qna-single-question .tutor-toggle-reply span{cursor:pointer}.tutor-qna-single-question .tutor-toggle-reply span:hover{color:#41454f;font-style:normal;font-weight:400;text-decoration:underline}body.wp-admin .tutor-qa-chatlist{margin-top:16px;margin-right:16px}table.qna-list-table .tutor-icon-msg-important-filled{color:var(--tutor-color-muted)}table.qna-list-table .tutor-icon-msg-important-fill-filled{color:#ed9700}table.qna-list-table tr .tutor-qna-title{color:#212327;font-size:16px;font-style:normal;font-weight:500;display:block}table.qna-list-table tr:not(.is-qna-read) .tutor-qna-title{color:#212327;font-size:16px;font-weight:700}table.qna-list-table .tutor-qna-question-col i{margin-right:13px;top:2px;left:-6px;font-size:24px!important}table.qna-list-table .tutor-qna-question-col span{margin-bottom:5px}table.qna-list-table .tutor-qna-question-col small{color:#525252;font-size:13px;font-style:normal;font-weight:500}table.qna-list-table .tutor-qna-question-col:not(.is-read) i{color:var(--tutor-color-primary)}table.qna-list-table .tutor-qna-question-col:not(.is-read) .tutor-qna-content{color:var(--tutor-body-color);font-size:16px;font-style:normal;font-weight:700}table.qna-list-table .tutor-qna-question-col:not(.is-read) .tutor-qna-content ul{padding-left:2rem}table.qna-list-table .tutor-qna-question-col:not(.is-read) .tutor-qna-content ul li{line-height:1.5;list-style-type:disc}table.qna-list-table .tutor-qna-question-col.is-read i{color:#c0c3cb}table.qna-list-table .tutor-qna-question-col.is-read .tutor-qna-content{color:#212327;font-size:16px;font-style:normal;font-weight:500}table.qna-list-table .tutor-qna-question-col.is-read .tutor-qna-content ul{padding-left:2rem}table.qna-list-table .tutor-qna-question-col.is-read .tutor-qna-content ul li{line-height:1.5;list-style-type:disc}.tutor-qna-spotlight-sidebar{padding:15px}.tutor-qna-spotlight-sidebar .tutor-qa-new[data-context=course-single-qna-sidebar]{background:#f4f6f9;width:100%;margin:-15px;padding:15px;position:absolute;bottom:15px}.tutor-qna-spotlight-sidebar .tutor-qa-reply{position:initial!important}.tutor-qa-reply[data-context=course-single-qna-sidebar],.tutor-qa-reply[data-context=course-single-qna-sidebar] textarea,.tutor-qa-reply[data-context=course-single-qna-single],.tutor-qa-reply[data-context=course-single-qna-single] textarea{border:none!important}.tutor-qa-reply[data-context=course-single-qna-sidebar] textarea,.tutor-qa-reply[data-context=course-single-qna-single] textarea{border:1px solid #cdcfd5!important;border-radius:6px!important}#sidebar-qna-tab-content-bak .tutor-qna-single-question .tutor-qa-chatlist .tutor-qna-chat{max-width:100%;margin-bottom:10px}#sidebar-qna-tab-content-bak .tutor-qna-single-question .tutor-qa-reply div{padding:10px 0 0}#sidebar-qna-tab-content-bak .tutor-qa-new .tutor-quesanswer-askquestion:not(.tutor-quesanswer-askquestion-expand) .sidebar-ask-new-qna-submit,#sidebar-qna-tab-content-bak .tutor-qa-new .tutor-quesanswer-askquestion:not(.tutor-quesanswer-askquestion-expand) textarea,#sidebar-qna-tab-content-bak .tutor-qa-new .tutor-quesanswer-askquestion.tutor-quesanswer-askquestion-expand .sidebar-ask-new-qna-btn-wrap{display:none}#sidebar-qna-tab-content-bak .tutor-qa-reply textarea:focus{border:1px solid var(--tutor-color-primary)!important}body.wp-admin .tutor-qna-single-wrapper>*{padding:20px!important}body.wp-admin .tutor-qna-single-wrapper .tutor-qa-reply{border-radius:0}body.wp-admin .tutor-qa-reply{background:0 0}#tutor-course-details-tab-questions .tutor-qna-reply-editor .wp-editor-container{border:none}#tutor-course-details-tab-questions .tutor-qna-reply-editor .mce-tinymce.mce-panel{background:#fff;border:none}#tutor-course-details-tab-questions .tutor-qna-reply-editor .mce-tinymce.mce-panel>.mce-container-body{border:1px solid #dcdfe6;border-radius:6px}#tutor-course-details-tab-questions .tutor-qna-reply-editor .mce-tinymce.mce-panel{box-shadow:none}#tutor-course-details-tab-questions .tutor-qna-reply-editor .mce-toolbar-grp{background:0 0;border-bottom:none}#tutor-course-details-tab-questions .tutor-qna-reply-editor .mce-top-part:before{box-shadow:0 1px #cdcfd5}#tutor-course-details-tab-questions .tutor-qna-reply-editor .mce-statusbar{border-top:none}#tutor-course-details-tab-questions .tutor-qna-reply-editor .mce-statusbar>.mce-container-body .mce-path{visibility:hidden}#tutor-course-details-tab-questions .tutor-qna-reply-editor .mce-statusbar.mce-last{background-color:#fff0}#tutor-course-details-tab-questions .tutor-qna-reply-editor .mce-toolbar .mce-ico{color:#767c8e;--size:22px;width:var(--size);height:var(--size);justify-content:center;align-items:center;display:flex}.answer-image-matched-wrap{display:block}.answer-image-matched-wrap .image-matching-item{align-items:center;display:flex}.answer-image-matched-wrap .image-matching-item:not(:last-child){margin-bottom:12px}.answer-image-matched-wrap .image-matching-item img{max-width:35px}.answer-image-matched-wrap .image-matching-item .dragged-caption{margin-left:12px;font-size:14px}.correct-answer-wrap .matching-type{flex-direction:column;align-items:flex-start;display:flex}.correct-answer-wrap .matching-type:not(:last-child){margin-bottom:12px}.correct-answer-wrap .text-image-type{align-items:center;display:flex}.correct-answer-wrap .text-image-type .image{margin-right:12px}.correct-answer-wrap img{max-width:32px;max-height:32px}.tutor-quiz-attempt-details img:not(.tutor-puzzle-attempt-image){width:100%}.tutor-quiz-attempt-details .tutor-icon-rounded{box-sizing:border-box;cursor:pointer;border-style:solid;border-width:1px;border-radius:3px;justify-content:center;align-items:center;width:26px;height:26px;font-size:14px;display:inline-flex;overflow:hidden}.tutor-quiz-attempt-details .tutor-icon-rounded:not(:hover){opacity:.8}.tutor-quiz-attempt-details tr td{vertical-align:middle}.tutor-quiz-attempt-details tr:not(:hover).tutor-quiz-answer-status-correct .tutor-icon-rounded.tutor-color-danger,.tutor-quiz-attempt-details tr:not(:hover).tutor-quiz-answer-status-wrong .tutor-icon-rounded.tutor-color-success,.tutor-quiz-attempt-details tr:not(:hover).tutor-quiz-answer-status-pending .tutor-icon-rounded.tutor-color-success,.tutor-quiz-attempt-details tr:not(:hover).tutor-quiz-answer-status-pending .tutor-icon-rounded.tutor-color-danger{color:#cdcfd5!important;border-color:#cdcfd5!important}.tutor-quiz-attempt-details .explain-toggle{background:#f4f6f9;padding:4px;text-align:center!important}.tutor-quiz-attempt-details .explain-toggle button{margin:0;line-height:32px}@media (max-width:575.98px){.tutor-quiz-attempt-details .tutor-manual-review-wrapper{text-align:left}}.tutor-quiz-type-icon{color:#fff;text-align:center;vertical-align:middle;background-color:var(--tutor-color-primary);border-radius:4px;width:32px;height:32px;margin-right:8px;padding:0;font-size:20px;line-height:32px;display:inline-block}.rtl .tutor-quiz-type-icon{margin-left:8px;margin-right:0}.tutor-quiz-type-boolean{background-color:#3e64de}.tutor-quiz-type-single-choice{background-color:#00b890}.tutor-quiz-type-multiple-choices{background-color:#9034a9}.tutor-quiz-type-open-ended{background-color:#fe3129}.tutor-quiz-type-fill-blanks{background-color:#ffbf00}.tutor-quiz-type-short-answer{background-color:#f37512}.tutor-quiz-type-matching{background-color:#8a4a1b}.tutor-quiz-type-image-matching{background-color:#f37512}.tutor-quiz-type-image-answering{background-color:#a322f9}.tutor-quiz-type-ordering{background-color:#1b52d8}.tutor-instructor-note.tutor-quiz-attempt-note{background-color:rgba(var(--tutor-color-primary-rgb),.15);border:1px solid rgba(var(--tutor-color-primary-rgb),.4);border-radius:6px}.tutor-snackbar-wrapper{text-align:center;z-index:2147483647;-o-transition:all 1s;padding:0 15px;transition:all 1s;display:none;position:fixed;bottom:0;left:0;right:0}.tutor-snackbar-wrapper.tutor-snackbar-show{display:block}.tutor-snackbar-wrapper .tutor-btn-outline-primary{color:#fff}.tutor-snackbar-wrapper>div{text-align:initial;color:#fff;-webkit-backdrop-filter:blur(28px);backdrop-filter:blur(28px);background:rgb(0 0 0 / .66);border-radius:10px;margin:15px auto;padding:7px 14px;font-size:15px;display:inline-block;box-shadow:0 5px 30px rgb(58 57 132 / .06)}.tutor-snackbar-wrapper>div>div{white-space:nowrap;margin:5px 0;display:inline-block}.tutor-snackbar-wrapper .tutor-snackbar-title-icon{color:#fff;vertical-align:middle;margin-right:13px;font-size:24px}.tutor-snackbar-wrapper .tutor-snackbar-close{cursor:pointer;padding:5px;font-size:12px;display:inline-block;color:#7a7a7a!important}.tutor-snackbar-wrapper p{color:#fff;margin:8px 45px 8px 0;font-size:16px;font-weight:400;display:inline-block}.tutor-cart-page{padding:80px 0}@media (max-width:575.98px){.tutor-cart-page{padding:40px 0}}.tutor-cart-page .tutor-cart-course-list{border:1px solid var(--tutor-border-color);border-radius:6px;flex-direction:column;gap:8px;display:flex}.tutor-cart-page .tutor-cart-course-item{align-items:stretch;gap:24px;padding:32px;display:flex}@media (max-width:575.98px){.tutor-cart-page .tutor-cart-course-item{flex-direction:column;padding:16px}}.tutor-cart-page .tutor-cart-course-item:not(:last-child){border-bottom:1px solid var(--tutor-border-color)}.tutor-cart-page .tutor-cart-course-item .tutor-cart-course-thumb{border-radius:8px;width:160px;height:90px;overflow:hidden}@media (max-width:575.98px){.tutor-cart-page .tutor-cart-course-item .tutor-cart-course-thumb{width:100%;height:auto}}.tutor-cart-page .tutor-cart-course-item .tutor-cart-course-thumb img{object-fit:cover;width:100%;height:100%}.tutor-cart-page .tutor-cart-course-item .tutor-cart-course-title{flex-direction:column;gap:8px;display:flex}.tutor-cart-page .tutor-cart-course-item .tutor-cart-course-title a{color:var(--tutor-body-color);text-decoration:none}.tutor-cart-page .tutor-cart-course-item .tutor-cart-course-title a:hover{opacity:1}.tutor-cart-page .tutor-cart-course-item .tutor-cart-course-info{align-items:center;gap:32px;margin:auto 0 0;padding:0;list-style:none;display:flex}.tutor-cart-page .tutor-cart-course-item .tutor-cart-course-info li{color:rgb(0 0 0 / .6);font-size:13px;line-height:18px;position:relative}.tutor-cart-page .tutor-cart-course-item .tutor-cart-course-info li:not(.tutor-cart-page .tutor-cart-course-item .tutor-cart-course-info li:last-child):before{content:"";background:#e3e6eb;border-radius:50%;width:10px;height:10px;position:absolute;top:4px;right:-20px}.tutor-cart-page .tutor-cart-course-item .tutor-cart-course-info li:not(.tutor-cart-page .tutor-cart-course-item .tutor-cart-course-info li:last-child):after{content:"";background-color:#4b505c;border-radius:50%;width:6px;height:6px;position:absolute;top:6px;right:-18px}.tutor-cart-page .tutor-cart-course-item .tutor-cart-course-price-wrapper{flex-direction:column;justify-content:space-between;align-items:end;margin-left:auto;display:flex}@media (max-width:575.98px){.tutor-cart-page .tutor-cart-course-item .tutor-cart-course-price-wrapper{flex-direction:row;align-items:start;margin-left:0}}.tutor-cart-page .tutor-cart-course-item .tutor-cart-course-price-wrapper .tutor-cart-course-price{color:var(--tutor-body-color);flex-direction:column;align-items:end;display:flex}@media (max-width:575.98px){.tutor-cart-page .tutor-cart-course-item .tutor-cart-course-price-wrapper .tutor-cart-course-price{flex-direction:row;gap:8px}}.tutor-cart-page .tutor-cart-course-item .tutor-cart-course-price-wrapper .tutor-cart-discount-price{color:#767c8e;font-size:13px;text-decoration:line-through}.tutor-cart-page .tutor-cart-summery{border:1px solid var(--tutor-border-color);border-radius:6px}.tutor-cart-page .tutor-cart-summery .tutor-cart-summery-top{border-bottom:1px solid var(--tutor-border-color);flex-direction:column;gap:16px;padding:32px;display:flex}@media (max-width:575.98px){.tutor-cart-page .tutor-cart-summery .tutor-cart-summery-top{padding:16px}}.tutor-cart-page .tutor-cart-summery .tutor-cart-summery-bottom{padding:32px}@media (max-width:575.98px){.tutor-cart-page .tutor-cart-summery .tutor-cart-summery-bottom{padding:16px}}.tutor-cart-page .tutor-cart-summery .tutor-cart-summery-item{color:var(--tutor-body-color);justify-content:space-between;align-items:center;display:flex}.tutor-cart-page .tutor-cart-empty-state{border:1px solid var(--tutor-border-color);border-radius:6px;flex-direction:column;justify-content:center;align-items:center;max-width:800px;margin:0 auto;padding:32px;display:flex}.tutor-cart-page .tutor-cart-empty-state p{color:var(--tutor-body-color);margin-bottom:24px;padding:0;font-size:24px;line-height:32px}.tutor-cart-page .tutor-cart-empty-state a{justify-content:center;width:280px}.tutor-checkout-page{padding:40px 0}.tutor-checkout-page select{text-indent:0;padding:0 10px;line-height:36px}.tutor-checkout-page input[type=text]{text-indent:0;padding:0 10px;line-height:36px}.tutor-checkout-page input[type=email]{text-indent:0;padding:0 10px;line-height:36px}.tutor-checkout-page .tutor-checkout-container{max-width:1032px;margin:0 auto}.tutor-checkout-page .tutor-checkout-details .tutor-checkout-details-inner{background-color:#fafafa;border-radius:5px;padding:24px 24px 12px}.tutor-checkout-page .tutor-checkout-detail-item{padding:24px 0}.tutor-checkout-page .tutor-checkout-detail-item:not(:last-child){border-bottom:1px solid var(--tutor-border-color)}@media (max-width:575.98px){.tutor-checkout-page .tutor-checkout-detail-item{padding:16px}}.tutor-checkout-page .tutor-checkout-courses{flex-direction:column;gap:24px;display:flex}.tutor-checkout-page .tutor-checkout-course-item{color:var(--tutor-body-color);flex-direction:column;display:flex}.tutor-checkout-page .tutor-checkout-course-content{justify-content:space-between;align-items:start;gap:24px;display:flex}.tutor-checkout-page .tutor-checkout-course-thumb-title{grid-template-columns:56px 1fr;align-items:start;gap:8px;display:grid}.tutor-checkout-page .tutor-checkout-course-thumb-title img{border-radius:3px;max-width:100%;margin-top:6px}.tutor-checkout-page .tutor-checkout-enrollment-fee{justify-content:space-between;align-items:start;margin-top:16px;font-size:14px;display:flex}.tutor-checkout-page .tutor-checkout-course-plan-badge{color:#41454f;background-color:#f0f1f5;border-radius:2px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:4px 8px;font-size:11px;font-weight:500;line-height:14px;display:inline-block}.tutor-checkout-page .tutor-checkout-course-title{margin:0;font-size:16px;font-weight:500;line-height:26px}.tutor-checkout-page .tutor-checkout-course-title a{color:var(--tutor-body-color);text-decoration:none}.tutor-checkout-page .tutor-checkout-course-title a:hover{opacity:1}.tutor-checkout-page .tutor-checkout-coupon-badge{color:#41454f;background-color:#f1f1f1;border-radius:4px;align-items:center;gap:4px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:3px 6px;font-size:11px;line-height:16px;display:flex}.tutor-checkout-page .tutor-checkout-coupon-badge.tutor-has-delete-button{padding:10px 8px;font-size:13px;line-height:18px}.tutor-checkout-page .tutor-checkout-coupon-badge button{color:var(--tutor-color-hints);cursor:pointer;background-color:#fff0;border:none;outline:none;padding:0;font-size:14px;display:flex}.tutor-checkout-page .tutor-checkout-discount-price{color:#767c8e;font-size:13px;text-decoration:line-through}.tutor-checkout-page .tutor-checkout-summary{flex-direction:column;gap:8px;display:flex}.tutor-checkout-page .tutor-checkout-summary-item{color:var(--tutor-body-color);justify-content:space-between;align-items:center;display:flex}.tutor-checkout-page .tutor-checkout-separator{color:var(--tutor-body-color);text-align:center;margin-top:16px;margin-bottom:16px;font-size:13px;line-height:18px;position:relative}.tutor-checkout-page .tutor-checkout-separator span{z-index:1;background-color:#f9fafc;padding:0 4px;position:relative}.tutor-checkout-page .tutor-checkout-separator:before{content:"";background-color:var(--tutor-border-color);width:100%;height:1px;position:absolute;top:8px;left:0}.tutor-checkout-page .tutor-payment-instructions{border:1px solid var(--tutor-border-color);white-space:pre-line;background-color:#fafafa;border-radius:6px;margin-top:16px;padding:16px}.tutor-checkout-page .tutor-apply-coupon-form{border:1px solid var(--tutor-border-color);background-color:#fff;border-radius:6px;padding:4px;display:flex}.tutor-checkout-page .tutor-apply-coupon-form input{width:100%;box-shadow:none;background-color:#fff0;border:none;outline:none}.tutor-checkout-page .tutor-apply-coupon-form button{border:none;padding:4px 16px;font-size:13px;font-weight:500;line-height:24px}.tutor-checkout-page .tutor-show-tax-rates{color:var(--tutor-color-primary);cursor:pointer;background:0 0;border:0;outline:0}.tutor-checkout-page .tutor-show-tax-rates:hover{text-decoration:underline}.tutor-checkout-page .tutor-tax-breakdown-modal{z-index:99999;width:100%;height:100%;position:fixed;top:0;left:0}.tutor-checkout-page .tutor-tax-breakdown-modal__backdrop{z-index:1;background:rgb(22 22 22 / .7);position:absolute;inset:0}.tutor-checkout-page .tutor-tax-breakdown-modal__content{z-index:2;background-color:#fff;border-radius:6px;flex-direction:column;gap:16px;padding:24px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 8px 24px rgb(17 18 19 / .12)}.tutor-checkout-page .tutor-tax-breakdown-modal__header{justify-content:space-between;display:flex}.tutor-checkout-page .tutor-tax-breakdown-modal__header button{color:#9197a8;cursor:pointer;background:0 0;border:0;outline:0;width:32px;height:32px}.tutor-checkout-page .tutor-tax-breakdown-modal__header h6{font-size:1rem}.tutor-checkout-page .tutor-tax-breakdown-modal__item{grid-template-columns:2fr 1fr 1fr;display:grid}.tutor-checkout-page .tutor-tax-breakdown-modal__item>span{font-size:.875rem}.tutor-checkout-page .tutor-tax-breakdown-modal__item>span:not(:first-of-type){text-align:right;font-weight:600}.tutor-checkout-page .tutor-checkout-spinner{padding:0;position:absolute;top:12px;right:0}.tutor-checkout-page .tutor-plan-trial-price{background-color:#f5fbf7;border-radius:4px;justify-content:space-between;align-items:start;padding:8px;display:flex}.tutor-checkout-page .tutor-plan-trial-price .tutor-plan-trial-icon-wrapper{align-items:center;gap:4px;display:flex}.tutor-checkout-billing .tutor-billing-fields .tutor-form-label{display:none}.tutor-checkout-billing .tutor-billing-fields .tutor-mb-16{margin:0!important}.tutor-checkout-billing .tutor-billing-fields .tutor-form-control{border-radius:0;height:40px}.tutor-checkout-billing .tutor-billing-fields .tutor-col-12:not(:last-of-type) .tutor-form-control{border-bottom:none!important}.tutor-checkout-billing .tutor-billing-fields .tutor-col-12:first-of-type .tutor-form-control{border-top-left-radius:6px}.tutor-checkout-billing .tutor-billing-fields .tutor-col-12:last-of-type .tutor-form-control{border-bottom-right-radius:6px;border-bottom-left-radius:6px}@media (min-width:992px){.tutor-checkout-billing .tutor-billing-fields .tutor-col-sm-6:nth-of-type(odd) .tutor-form-control{border-right:none!important}.tutor-checkout-billing .tutor-billing-fields .tutor-col-12:nth-of-type(2) .tutor-form-control{border-top-right-radius:6px}}@media (min-width:576px) and (max-width:767px){.tutor-checkout-billing .tutor-billing-fields .tutor-col-sm-6:nth-of-type(odd) .tutor-form-control{border-right:none!important}.tutor-checkout-billing .tutor-billing-fields .tutor-col-12:nth-of-type(2) .tutor-form-control{border-top-right-radius:6px}}@media (min-width:768px) and (max-width:991px){.tutor-checkout-billing .tutor-billing-fields .tutor-col-12:first-of-type .tutor-form-control{border-top-right-radius:6px}}@media (max-width:575px){.tutor-checkout-billing .tutor-billing-fields .tutor-col-12:first-of-type .tutor-form-control{border-top-right-radius:6px}}.tutor-checkout-payment-options{border:1px solid var(--tutor-border-color);background-color:#fff;border-radius:6px;flex-direction:column;display:flex}.tutor-checkout-payment-options .tutor-checkout-payment-item{cursor:pointer;background-color:#fff0;border:none;align-items:center;gap:12px;margin:0;padding:16px;line-height:24px;display:flex}.tutor-checkout-payment-options .tutor-checkout-payment-item:not(:last-child){border-bottom:1px solid var(--tutor-border-color)}.tutor-checkout-payment-options .tutor-checkout-payment-item .tutor-payment-item-content{color:#212529;gap:6px;width:100%;font-size:16px;font-weight:600;display:flex}.tutor-checkout-payment-options .tutor-checkout-payment-item .tutor-payment-item-content img{max-width:24px}.tutor-checkout-payment-options .tutor-checkout-payment-item.active{background-color:#e9edfb;border-color:#fff0;box-shadow:0 0 0 1px #7391f0}.tutor-checkout-payment-options .tutor-checkout-payment-item.active:first-of-type{border-top-left-radius:6px;border-top-right-radius:6px}.tutor-checkout-payment-options .tutor-checkout-payment-item.active:last-of-type{border-bottom-right-radius:6px;border-bottom-left-radius:6px}.tutor-checkout-payment-options .tutor-alert{margin:-1px}.tutor-order-status-wrapper{text-align:center;border-radius:24px;flex-direction:column;justify-content:space-between;align-items:center;gap:32px;max-width:450px;min-height:400px;margin:80px auto;padding:48px 32px 32px;display:flex;box-shadow:0 4px 4px rgb(0 0 0 / .06),0 0 6px rgb(0 0 0 / .08)}.tutor-order-status-wrapper .tutor-btn{padding-inline:24px;font-size:15px;font-weight:500}.tutor-display-none{display:none}.tutor-page-wrap{width:100%}.woocommerce span.onsale,.woocommerce-page span.onsale{display:block;position:absolute;top:0;left:0}.woocommerce ul.products li.product .onsale,.woocommerce-page ul.products li.product .onsale{display:block;position:absolute;top:0;left:0}.wcviews_onsale_wrap{float:left;position:relative}.woocommerce .star-rating.wc_views_star_rating,.woocommerce-page .star-rating.wc_views_star_rating{float:none}:root{--woocommerce:#720eec;--wc-green:#007518;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#720eec;--wc-primary-text:#fcfbfe;--wc-secondary:#e9e6ed;--wc-secondary-text:#515151;--wc-highlight:#958e09;--wc-highligh-text:white;--wc-content-bg:#fff;--wc-subtext:#767676;--wc-form-border-color:rgba(32, 7, 7, 0.8);--wc-form-border-radius:4px;--wc-form-border-width:1px;--wc-destructive:#cc1818;--wc-card-border-radius:8px}.woocommerce .woocommerce-error .button,.woocommerce .woocommerce-info .button,.woocommerce .woocommerce-message .button,.woocommerce-page .woocommerce-error .button,.woocommerce-page .woocommerce-info .button,.woocommerce-page .woocommerce-message .button{float:right}.woocommerce .col2-set,.woocommerce-page .col2-set{width:100%}.woocommerce .col2-set::after,.woocommerce .col2-set::before,.woocommerce-page .col2-set::after,.woocommerce-page .col2-set::before{content:" ";display:table}.woocommerce .col2-set::after,.woocommerce-page .col2-set::after{clear:both}.woocommerce .col2-set .col-1,.woocommerce-page .col2-set .col-1{float:left;width:48%}.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2{float:right;width:48%}.woocommerce img,.woocommerce-page img{height:auto;max-width:100%}.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images{float:left;width:48%}.woocommerce #content div.product div.thumbnails::after,.woocommerce #content div.product div.thumbnails::before,.woocommerce div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::before,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::before,.woocommerce-page div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::before{content:" ";display:table}.woocommerce #content div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::after{clear:both}.woocommerce #content div.product div.thumbnails a,.woocommerce div.product div.thumbnails a,.woocommerce-page #content div.product div.thumbnails a,.woocommerce-page div.product div.thumbnails a{float:left;width:30.75%;margin-right:3.8%;margin-bottom:1em}.woocommerce #content div.product div.thumbnails a.last,.woocommerce div.product div.thumbnails a.last,.woocommerce-page #content div.product div.thumbnails a.last,.woocommerce-page div.product div.thumbnails a.last{margin-right:0}.woocommerce #content div.product div.thumbnails a.first,.woocommerce div.product div.thumbnails a.first,.woocommerce-page #content div.product div.thumbnails a.first,.woocommerce-page div.product div.thumbnails a.first{clear:both}.woocommerce #content div.product div.thumbnails.columns-1 a,.woocommerce div.product div.thumbnails.columns-1 a,.woocommerce-page #content div.product div.thumbnails.columns-1 a,.woocommerce-page div.product div.thumbnails.columns-1 a{width:100%;margin-right:0;float:none}.woocommerce #content div.product div.thumbnails.columns-2 a,.woocommerce div.product div.thumbnails.columns-2 a,.woocommerce-page #content div.product div.thumbnails.columns-2 a,.woocommerce-page div.product div.thumbnails.columns-2 a{width:48%}.woocommerce #content div.product div.thumbnails.columns-4 a,.woocommerce div.product div.thumbnails.columns-4 a,.woocommerce-page #content div.product div.thumbnails.columns-4 a,.woocommerce-page div.product div.thumbnails.columns-4 a{width:22.05%}.woocommerce #content div.product div.thumbnails.columns-5 a,.woocommerce div.product div.thumbnails.columns-5 a,.woocommerce-page #content div.product div.thumbnails.columns-5 a,.woocommerce-page div.product div.thumbnails.columns-5 a{width:16.9%}.woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary{float:right;width:48%;clear:none}.woocommerce #content div.product .woocommerce-tabs,.woocommerce div.product .woocommerce-tabs,.woocommerce-page #content div.product .woocommerce-tabs,.woocommerce-page div.product .woocommerce-tabs{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::before{content:" ";display:table}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs li,.woocommerce div.product .woocommerce-tabs ul.tabs li,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,.woocommerce-page div.product .woocommerce-tabs ul.tabs li{display:inline-block}.woocommerce #content div.product #reviews .comment::after,.woocommerce #content div.product #reviews .comment::before,.woocommerce div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::before,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::before,.woocommerce-page div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::before{content:" ";display:table}.woocommerce #content div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::after{clear:both}.woocommerce #content div.product #reviews .comment img,.woocommerce div.product #reviews .comment img,.woocommerce-page #content div.product #reviews .comment img,.woocommerce-page div.product #reviews .comment img{float:right;height:auto}.woocommerce ul.products,.woocommerce-page ul.products{clear:both}.woocommerce ul.products::after,.woocommerce ul.products::before,.woocommerce-page ul.products::after,.woocommerce-page ul.products::before{content:" ";display:table}.woocommerce ul.products::after,.woocommerce-page ul.products::after{clear:both}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{float:left;margin:0 3.8% 2.992em 0;padding:0;position:relative;width:22.05%;margin-left:0}.woocommerce ul.products li.first,.woocommerce-page ul.products li.first{clear:both}.woocommerce ul.products li.last,.woocommerce-page ul.products li.last{margin-right:0}.woocommerce ul.products.columns-1 li.product,.woocommerce-page ul.products.columns-1 li.product{width:100%;margin-right:0}.woocommerce ul.products.columns-2 li.product,.woocommerce-page ul.products.columns-2 li.product{width:48%}.woocommerce ul.products.columns-3 li.product,.woocommerce-page ul.products.columns-3 li.product{width:30.75%}.woocommerce ul.products.columns-5 li.product,.woocommerce-page ul.products.columns-5 li.product{width:16.95%}.woocommerce ul.products.columns-6 li.product,.woocommerce-page ul.products.columns-6 li.product{width:13.5%}.woocommerce-page.columns-1 ul.products li.product,.woocommerce.columns-1 ul.products li.product{width:100%;margin-right:0}.woocommerce-page.columns-2 ul.products li.product,.woocommerce.columns-2 ul.products li.product{width:48%}.woocommerce-page.columns-3 ul.products li.product,.woocommerce.columns-3 ul.products li.product{width:30.75%}.woocommerce-page.columns-5 ul.products li.product,.woocommerce.columns-5 ul.products li.product{width:16.95%}.woocommerce-page.columns-6 ul.products li.product,.woocommerce.columns-6 ul.products li.product{width:13.5%}.woocommerce .woocommerce-result-count,.woocommerce-page .woocommerce-result-count{float:left}.woocommerce .woocommerce-ordering,.woocommerce-page .woocommerce-ordering{float:right}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce .woocommerce-pagination ul.page-numbers::before,.woocommerce-page .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::before{content:" ";display:table}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::after{clear:both}.woocommerce .woocommerce-pagination ul.page-numbers li,.woocommerce-page .woocommerce-pagination ul.page-numbers li{display:inline-block}.woocommerce #content table.cart img,.woocommerce table.cart img,.woocommerce-page #content table.cart img,.woocommerce-page table.cart img{height:auto}.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions{text-align:right}.woocommerce #content table.cart td.actions .input-text,.woocommerce table.cart td.actions .input-text,.woocommerce-page #content table.cart td.actions .input-text,.woocommerce-page table.cart td.actions .input-text{width:80px}.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon{float:left}.woocommerce .cart-collaterals,.woocommerce-page .cart-collaterals{width:100%}.woocommerce .cart-collaterals::after,.woocommerce .cart-collaterals::before,.woocommerce-page .cart-collaterals::after,.woocommerce-page .cart-collaterals::before{content:" ";display:table}.woocommerce .cart-collaterals::after,.woocommerce-page .cart-collaterals::after{clear:both}.woocommerce .cart-collaterals .related,.woocommerce-page .cart-collaterals .related{width:30.75%;float:left}.woocommerce .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .cross-sells{width:48%;float:left}.woocommerce .cart-collaterals .cross-sells ul.products,.woocommerce-page .cart-collaterals .cross-sells ul.products{float:none}.woocommerce .cart-collaterals .cross-sells ul.products li,.woocommerce-page .cart-collaterals .cross-sells ul.products li{width:48%}.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .shipping_calculator{width:48%;clear:right;float:right}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce .cart-collaterals .shipping_calculator::before,.woocommerce-page .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::before{content:" ";display:table}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::after{clear:both}.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2{width:47%}.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals{float:right;width:48%}.woocommerce ul.cart_list li::after,.woocommerce ul.cart_list li::before,.woocommerce ul.product_list_widget li::after,.woocommerce ul.product_list_widget li::before,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.cart_list li::before,.woocommerce-page ul.product_list_widget li::after,.woocommerce-page ul.product_list_widget li::before{content:" ";display:table}.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li::after,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.product_list_widget li::after{clear:both}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img,.woocommerce-page ul.cart_list li img,.woocommerce-page ul.product_list_widget li img{float:right;height:auto}.woocommerce form .form-row::after,.woocommerce form .form-row::before,.woocommerce-page form .form-row::after,.woocommerce-page form .form-row::before{content:" ";display:table}.woocommerce form .form-row::after,.woocommerce-page form .form-row::after{clear:both}.woocommerce form .form-row label,.woocommerce-page form .form-row label{display:block}.woocommerce form .form-row label.checkbox,.woocommerce-page form .form-row label.checkbox{display:inline}.woocommerce form .form-row select,.woocommerce-page form .form-row select{width:100%}.woocommerce form .form-row .input-text,.woocommerce-page form .form-row .input-text{box-sizing:border-box;width:100%}.woocommerce form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last{width:47%;overflow:visible}.woocommerce form .form-row-first,.woocommerce-page form .form-row-first{float:left}.woocommerce form .form-row-last,.woocommerce-page form .form-row-last{float:right}.woocommerce form .form-row-wide,.woocommerce-page form .form-row-wide{clear:both}.woocommerce form .password-input,.woocommerce-page form .password-input{display:flex;flex-direction:column;justify-content:center;position:relative}.woocommerce form .password-input input[type=password],.woocommerce-page form .password-input input[type=password]{padding-right:2.5rem}.woocommerce form .password-input input::-ms-reveal,.woocommerce-page form .password-input input::-ms-reveal{display:none}.woocommerce form .show-password-input,.woocommerce-page form .show-password-input{background-color:#fff0;border-radius:0;border:0;color:var(--wc-form-color-text,#000);cursor:pointer;font-size:inherit;line-height:inherit;margin:0;padding:0;position:absolute;right:.7em;text-decoration:none;top:50%;transform:translateY(-50%);-moz-osx-font-smoothing:inherit;-webkit-appearance:none;-webkit-font-smoothing:inherit}.woocommerce form .show-password-input::before,.woocommerce-page form .show-password-input::before{background-repeat:no-repeat;background-size:cover;background-image:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.3 3.3C16.9 2.9 16.2 2.9 15.7 3.3L13.3 5.7C12.2437 5.3079 11.1267 5.1048 10 5.1C6.2 5.2 2.8 7.2 1 10.5C1.2 10.9 1.5 11.3 1.8 11.7C2.6 12.8 3.6 13.7 4.7 14.4L3 16.1C2.6 16.5 2.5 17.2 3 17.7C3.4 18.1 4.1 18.2 4.6 17.7L17.3 4.9C17.7 4.4 17.7 3.7 17.3 3.3ZM6.7 12.3L5.4 13.6C4.2 12.9 3.1 11.9 2.3 10.7C3.5 9 5.1 7.8 7 7.2C5.7 8.6 5.6 10.8 6.7 12.3ZM10.1 9C9.6 8.5 9.7 7.7 10.2 7.2C10.7 6.8 11.4 6.8 11.9 7.2L10.1 9ZM18.3 9.5C17.8 8.8 17.2 8.1 16.5 7.6L15.5 8.6C16.3 9.2 17 9.9 17.6 10.8C15.9 13.4 13 15 9.9 15H9.1L8.1 16C8.8 15.9 9.4 16 10 16C13.3 16 16.4 14.4 18.3 11.7C18.6 11.3 18.8 10.9 19.1 10.5C18.8 10.2 18.6 9.8 18.3 9.5ZM14 10L10 14C12.2 14 14 12.2 14 10Z" fill="%23111111"/></svg>');content:"";display:block;height:22px;width:22px}.woocommerce form .show-password-input.display-password::before,.woocommerce-page form .show-password-input.display-password::before{background-image:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.3 9.49999C15 4.89999 8.50002 3.79999 3.90002 7.19999C2.70002 8.09999 1.70002 9.29999 0.900024 10.6C1.10002 11 1.40002 11.4 1.70002 11.8C5.00002 16.4 11.3 17.4 15.9 14.2C16.8 13.5 17.6 12.8 18.3 11.8C18.6 11.4 18.8 11 19.1 10.6C18.8 10.2 18.6 9.79999 18.3 9.49999ZM10.1 7.19999C10.6 6.69999 11.4 6.69999 11.9 7.19999C12.4 7.69999 12.4 8.49999 11.9 8.99999C11.4 9.49999 10.6 9.49999 10.1 8.99999C9.60003 8.49999 9.60003 7.69999 10.1 7.19999ZM10 14.9C6.90002 14.9 4.00002 13.3 2.30002 10.7C3.50002 8.99999 5.10002 7.79999 7.00002 7.19999C6.30002 7.99999 6.00002 8.89999 6.00002 9.89999C6.00002 12.1 7.70002 14 10 14C12.2 14 14.1 12.3 14.1 9.99999V9.89999C14.1 8.89999 13.7 7.89999 13 7.19999C14.9 7.79999 16.5 8.99999 17.7 10.7C16 13.3 13.1 14.9 10 14.9Z" fill="%23111111"/></svg>')}.woocommerce #payment .form-row select,.woocommerce-page #payment .form-row select{width:auto}.woocommerce #payment .terms,.woocommerce #payment .wc-terms-and-conditions,.woocommerce-page #payment .terms,.woocommerce-page #payment .wc-terms-and-conditions{text-align:left;padding:0 1em 0 0;float:left}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{float:right}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-billing-fields::before,.woocommerce .woocommerce-shipping-fields::after,.woocommerce .woocommerce-shipping-fields::before,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-billing-fields::before,.woocommerce-page .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-shipping-fields::before{content:" ";display:table}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-shipping-fields::after{clear:both}.woocommerce .woocommerce-terms-and-conditions,.woocommerce-page .woocommerce-terms-and-conditions{margin-bottom:1.618em;padding:1.618em}.woocommerce .woocommerce-oembed,.woocommerce-page .woocommerce-oembed{position:relative}.woocommerce-account .woocommerce-MyAccount-navigation{float:left;width:30%}.woocommerce-account .woocommerce-MyAccount-content{float:right;width:68%}.woocommerce-account .woocommerce-MyAccount-content mark{background-color:#fff0;color:inherit;font-weight:700}.woocommerce-page.left-sidebar #content.twentyeleven{width:58.4%;margin:0 7.6%;float:right}.woocommerce-page.right-sidebar #content.twentyeleven{margin:0 7.6%;width:58.4%;float:left}.twentyfourteen .tfwc{padding:12px 10px 0;max-width:474px;margin:0 auto}.twentyfourteen .tfwc .product .entry-summary{padding:0!important;margin:0 0 1.618em!important}.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail{margin-top:0}@media screen and (min-width:673px){.twentyfourteen .tfwc{padding-right:30px;padding-left:30px}}@media screen and (min-width:1040px){.twentyfourteen .tfwc{padding-right:15px;padding-left:15px}}@media screen and (min-width:1110px){.twentyfourteen .tfwc{padding-right:30px;padding-left:30px}}@media screen and (min-width:1218px){.twentyfourteen .tfwc{margin-right:54px}.full-width .twentyfourteen .tfwc{margin-right:auto}}.twentyfifteen .t15wc{padding-left:7.6923%;padding-right:7.6923%;padding-top:7.6923%;margin-bottom:7.6923%;background:#fff;box-shadow:0 0 1px rgb(0 0 0 / .15)}.twentyfifteen .t15wc .page-title{margin-left:0}@media screen and (min-width:38.75em){.twentyfifteen .t15wc{margin-right:7.6923%;margin-left:7.6923%;margin-top:8.3333%}}@media screen and (min-width:59.6875em){.twentyfifteen .t15wc{margin-left:8.3333%;margin-right:8.3333%;padding:10%}.single-product .twentyfifteen .entry-summary{padding:0!important}}.twentysixteen .site-main{margin-right:7.6923%;margin-left:7.6923%}.twentysixteen .entry-summary{margin-right:0;margin-left:0}#content .twentysixteen div.product div.images,#content .twentysixteen div.product div.summary{width:46.42857%}@media screen and (min-width:44.375em){.twentysixteen .site-main{margin-right:23.0769%}}@media screen and (min-width:56.875em){.twentysixteen .site-main{margin-right:0;margin-left:0}.no-sidebar .twentysixteen .site-main{margin-right:15%;margin-left:15%}.no-sidebar .twentysixteen .entry-summary{margin-right:0;margin-left:0}}.rtl .woocommerce .col2-set .col-1,.rtl .woocommerce-page .col2-set .col-1{float:right}.rtl .woocommerce .col2-set .col-2,.rtl .woocommerce-page .col2-set .col-2{float:left}@media only screen and (max-width:768px){:root{--woocommerce:#720eec;--wc-green:#007518;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#720eec;--wc-primary-text:#fcfbfe;--wc-secondary:#e9e6ed;--wc-secondary-text:#515151;--wc-highlight:#958e09;--wc-highligh-text:white;--wc-content-bg:#fff;--wc-subtext:#767676;--wc-form-border-color:rgba(32, 7, 7, 0.8);--wc-form-border-radius:4px;--wc-form-border-width:1px;--wc-destructive:#cc1818;--wc-card-border-radius:8px}.woocommerce table.shop_table_responsive thead,.woocommerce-page table.shop_table_responsive thead{display:none}.woocommerce table.shop_table_responsive tbody tr:first-child td:first-child,.woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child{border-top:0}.woocommerce table.shop_table_responsive tbody th,.woocommerce-page table.shop_table_responsive tbody th{display:none}.woocommerce table.shop_table_responsive tr,.woocommerce-page table.shop_table_responsive tr{display:block}.woocommerce table.shop_table_responsive tr td,.woocommerce-page table.shop_table_responsive tr td{display:block;text-align:right!important}.woocommerce table.shop_table_responsive tr td.order-actions,.woocommerce-page table.shop_table_responsive tr td.order-actions{text-align:left!important}.woocommerce table.shop_table_responsive tr td::before,.woocommerce-page table.shop_table_responsive tr td::before{content:attr(data-title) ": ";font-weight:700;float:left}.woocommerce table.shop_table_responsive tr td.actions::before,.woocommerce table.shop_table_responsive tr td.product-remove::before,.woocommerce-page table.shop_table_responsive tr td.actions::before,.woocommerce-page table.shop_table_responsive tr td.product-remove::before{display:none}.woocommerce table.shop_table_responsive tr:nth-child(2n) td,.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td{background-color:rgb(0 0 0 / .025)}.woocommerce table.my_account_orders tr td.order-actions,.woocommerce-page table.my_account_orders tr td.order-actions{text-align:left}.woocommerce table.my_account_orders tr td.order-actions::before,.woocommerce-page table.my_account_orders tr td.order-actions::before{display:none}.woocommerce table.my_account_orders tr td.order-actions .button,.woocommerce-page table.my_account_orders tr td.order-actions .button{float:none;margin:.125em .25em .125em 0}.woocommerce table.shop_attributes tr,.woocommerce-page table.shop_attributes tr{display:block}.woocommerce table.shop_attributes tr td,.woocommerce table.shop_attributes tr th,.woocommerce-page table.shop_attributes tr td,.woocommerce-page table.shop_attributes tr th{display:block;max-width:100%;width:auto;text-align:left;padding:.5em}.woocommerce table.shop_attributes tr th,.woocommerce-page table.shop_attributes tr th{padding-bottom:.25em;border-bottom:0}.woocommerce table.shop_attributes tr td,.woocommerce-page table.shop_attributes tr td{padding-top:.25em}.woocommerce table.shop_attributes tr td>:first-child,.woocommerce table.shop_attributes tr th>:first-child,.woocommerce-page table.shop_attributes tr td>:first-child,.woocommerce-page table.shop_attributes tr th>:first-child{padding-top:0;margin-top:0}.woocommerce table.shop_attributes tr td>:last-child,.woocommerce table.shop_attributes tr th>:last-child,.woocommerce-page table.shop_attributes tr td>:last-child,.woocommerce-page table.shop_attributes tr th>:last-child{padding-bottom:0;margin-bottom:0}.woocommerce .col2-set .col-1,.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-1,.woocommerce-page .col2-set .col-2{float:none;width:100%}.woocommerce ul.products[class*=columns-] li.product,.woocommerce-page ul.products[class*=columns-] li.product{width:48%;float:left;clear:both;margin:0 0 2.992em}.woocommerce ul.products[class*=columns-] li.product:nth-child(2n),.woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n){float:right;clear:none!important}.woocommerce #content div.product div.images,.woocommerce #content div.product div.summary,.woocommerce div.product div.images,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.images,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.images,.woocommerce-page div.product div.summary{float:none;width:100%}.woocommerce #content table.cart .product-thumbnail,.woocommerce table.cart .product-thumbnail,.woocommerce-page #content table.cart .product-thumbnail,.woocommerce-page table.cart .product-thumbnail{display:none}.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions{text-align:left}.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon{float:none;padding-bottom:.5em}.woocommerce #content table.cart td.actions .coupon::after,.woocommerce #content table.cart td.actions .coupon::before,.woocommerce table.cart td.actions .coupon::after,.woocommerce table.cart td.actions .coupon::before,.woocommerce-page #content table.cart td.actions .coupon::after,.woocommerce-page #content table.cart td.actions .coupon::before,.woocommerce-page table.cart td.actions .coupon::after,.woocommerce-page table.cart td.actions .coupon::before{content:" ";display:table}.woocommerce #content table.cart td.actions .coupon::after,.woocommerce table.cart td.actions .coupon::after,.woocommerce-page #content table.cart td.actions .coupon::after,.woocommerce-page table.cart td.actions .coupon::after{clear:both}.woocommerce #content table.cart td.actions .coupon .button,.woocommerce #content table.cart td.actions .coupon .input-text,.woocommerce #content table.cart td.actions .coupon input,.woocommerce table.cart td.actions .coupon .button,.woocommerce table.cart td.actions .coupon .input-text,.woocommerce table.cart td.actions .coupon input,.woocommerce-page #content table.cart td.actions .coupon .button,.woocommerce-page #content table.cart td.actions .coupon .input-text,.woocommerce-page #content table.cart td.actions .coupon input,.woocommerce-page table.cart td.actions .coupon .button,.woocommerce-page table.cart td.actions .coupon .input-text,.woocommerce-page table.cart td.actions .coupon input{width:48%;box-sizing:border-box}.woocommerce #content table.cart td.actions .coupon .button.alt,.woocommerce #content table.cart td.actions .coupon .input-text+.button,.woocommerce table.cart td.actions .coupon .button.alt,.woocommerce table.cart td.actions .coupon .input-text+.button,.woocommerce-page #content table.cart td.actions .coupon .button.alt,.woocommerce-page #content table.cart td.actions .coupon .input-text+.button,.woocommerce-page table.cart td.actions .coupon .button.alt,.woocommerce-page table.cart td.actions .coupon .input-text+.button{float:right}.woocommerce #content table.cart td.actions .coupon .coupon-error-notice,.woocommerce table.cart td.actions .coupon .coupon-error-notice,.woocommerce-page #content table.cart td.actions .coupon .coupon-error-notice,.woocommerce-page table.cart td.actions .coupon .coupon-error-notice{clear:left;color:var(--wc-red);float:left;font-size:.75em;margin-bottom:0;text-align:left;width:48%}.woocommerce #content table.cart td.actions .button,.woocommerce table.cart td.actions .button,.woocommerce-page #content table.cart td.actions .button,.woocommerce-page table.cart td.actions .button{display:block;width:100%}.woocommerce .cart-collaterals .cart_totals,.woocommerce .cart-collaterals .cross-sells,.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .shipping_calculator{width:100%;float:none;text-align:left}.woocommerce-page.woocommerce-checkout form.login .form-row,.woocommerce.woocommerce-checkout form.login .form-row{width:100%;float:none}.woocommerce #payment .terms,.woocommerce-page #payment .terms{text-align:left;padding:0}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{float:none;width:100%;box-sizing:border-box;margin-bottom:1em}.woocommerce .lost_reset_password .form-row-first,.woocommerce .lost_reset_password .form-row-last,.woocommerce-page .lost_reset_password .form-row-first,.woocommerce-page .lost_reset_password .form-row-last{width:100%;float:none;margin-right:0}.woocommerce-account .woocommerce-MyAccount-content,.woocommerce-account .woocommerce-MyAccount-navigation{float:none;width:100%}.single-product .twentythirteen .panel{padding-left:20px!important;padding-right:20px!important}}:root{--woocommerce:#720eec;--wc-green:#007518;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#720eec;--wc-primary-text:#fcfbfe;--wc-secondary:#e9e6ed;--wc-secondary-text:#515151;--wc-highlight:#958e09;--wc-highligh-text:white;--wc-content-bg:#fff;--wc-subtext:#767676;--wc-form-border-color:rgba(32, 7, 7, 0.8);--wc-form-border-radius:4px;--wc-form-border-width:1px;--wc-destructive:#cc1818;--wc-card-border-radius:8px}@keyframes spin{100%{transform:rotate(360deg)}}@font-face{font-display:swap;font-family:star;src:url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff2) format("woff2"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff) format("woff"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-display:swap;font-family:WooCommerce;src:url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff2) format("woff2"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff) format("woff"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf) format("truetype");font-weight:400;font-style:normal}.woocommerce form .form-row{padding:3px;margin:0 0 6px}.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder{-webkit-transition:opacity .5s .5s ease;transition:opacity .5s .5s ease;opacity:0}.woocommerce form .form-row label{line-height:2}.woocommerce form .form-row label.hidden{visibility:hidden}.woocommerce form .form-row label.inline{display:inline}.woocommerce form .form-row .woocommerce-input-wrapper .description{background:#1e85be;color:#fff;border-radius:3px;padding:1em;margin:.5em 0 0;clear:both;display:none;position:relative}.woocommerce form .form-row .woocommerce-input-wrapper .description a{color:#fff;text-decoration:underline;border:0;box-shadow:none}.woocommerce form .form-row .woocommerce-input-wrapper .description::before{left:50%;top:0;margin-top:-4px;transform:translateX(-50%) rotate(180deg);content:"";position:absolute;border-width:4px 6px 0 6px;border-style:solid;border-color:#1e85be #fff0 #fff0 #fff0;z-index:100;display:block}.woocommerce form .form-row .input-checkbox{display:inline;margin:-2px 8px 0 0;text-align:center;vertical-align:middle}.woocommerce form .form-row .input-text,.woocommerce form .form-row select{font-family:inherit;font-weight:400;letter-spacing:normal;padding:.5em;display:block;background-color:var(--wc-form-color-background,#fff);border:var(--wc-form-border-width) solid var(--wc-form-border-color);border-radius:var(--wc-form-border-radius);color:var(--wc-form-color-text,#000);box-sizing:border-box;width:100%;margin:0;line-height:normal;height:auto}.woocommerce form .form-row .input-text:focus,.woocommerce form .form-row select:focus{border-color:currentColor}.woocommerce form .form-row select{cursor:pointer;appearance:none;padding-right:3em;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=);background-repeat:no-repeat;background-size:16px;background-position:calc(100% - .5em) 50%}.woocommerce form .form-row textarea{height:4em;line-height:1.5;box-shadow:none}.woocommerce form .form-row .country_to_state--single{background:0 0;border:0;padding:0;appearance:none;background-image:none;font:inherit;font-weight:700;color:inherit;width:auto;pointer-events:none}.woocommerce form .form-row .required{color:var(--wc-red);font-weight:700;border:0!important;text-decoration:none;visibility:hidden}.woocommerce form .form-row .optional{visibility:visible}.woocommerce form .form-row.woocommerce-invalid label{color:var(--wc-red)}.woocommerce form .form-row.woocommerce-invalid input.input-text,.woocommerce form .form-row.woocommerce-invalid select{border-color:var(--wc-red)}.woocommerce form .form-row.woocommerce-invalid .select2-container:not(.select2-container--open) .select2-selection{border-color:var(--wc-red)}.woocommerce form .form-row.woocommerce-validated input.input-text,.woocommerce form .form-row.woocommerce-validated select{border-color:var(--wc-green)}.woocommerce form .form-row.woocommerce-validated .select2-container:not(.select2-container--open) .select2-selection{border-color:var(--wc-green)}.woocommerce form .form-row ::-webkit-input-placeholder{line-height:normal}.woocommerce form .form-row :-moz-placeholder{line-height:normal}.woocommerce form .form-row :-ms-input-placeholder{line-height:normal}:where(.woocommerce) .select2-container{width:100%}:where(.woocommerce) .select2-container .select2-selection--single{height:auto}:where(.woocommerce) .select2-container .select2-selection--single .select2-selection__rendered{padding:.5em;line-height:normal;box-sizing:border-box;color:var(--wc-form-color-text,#444);font-weight:400}:where(.woocommerce) .select2-container .select2-selection--single .select2-selection__placeholder{color:var(--wc-form-color-text,#444)}:where(.woocommerce) .select2-container .select2-selection--single .select2-selection__arrow{position:absolute;top:2px;right:.5em;height:100%;width:16px}:where(.woocommerce) .select2-container .select2-selection--single .select2-selection__arrow b{border:none;display:block;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=) no-repeat;background-size:16px;width:16px;height:16px;position:absolute;top:50%;left:0;margin:-8px 0 0}:where(.woocommerce) .select2-container .select2-dropdown,:where(.woocommerce) .select2-container .select2-selection{background-color:var(--wc-form-color-background,#fff);border:var(--wc-form-border-width,1px) solid var(--wc-form-border-color,#aaa);border-radius:var(--wc-form-border-radius,4px)}:where(.woocommerce) .select2-container.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}:where(.woocommerce) .select2-container.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}:where(.woocommerce) .select2-results__options{list-style:none;margin:0;padding:0}:where(.woocommerce) .select2-results__option{margin:0}.woocommerce-store-notice,p.demo_store{position:absolute;top:0;left:0;right:0;margin:0;width:100%;font-size:1em;padding:1em 0;text-align:center;background-color:#720eec;color:#fcfbfe;z-index:99998;box-shadow:0 1px 1em rgb(0 0 0 / .2);display:none}.woocommerce-store-notice a,p.demo_store a{color:#fcfbfe;text-decoration:underline}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px;word-wrap:normal!important}.admin-bar p.demo_store{top:32px}.clear{clear:both}.woocommerce .blockUI.blockOverlay{position:relative}.woocommerce .blockUI.blockOverlay::before{height:1em;width:1em;display:block;position:absolute;top:50%;left:50%;margin-left:-.5em;margin-top:-.5em;content:"";animation:spin 1s ease-in-out infinite;background:url(/wp-content/plugins/woocommerce/assets/images/icons/loader.svg) center center;background-size:cover;line-height:1;text-align:center;font-size:2em;color:rgb(0 0 0 / .75)}.woocommerce .loader::before{height:1em;width:1em;display:block;position:absolute;top:50%;left:50%;margin-left:-.5em;margin-top:-.5em;content:"";animation:spin 1s ease-in-out infinite;background:url(/wp-content/plugins/woocommerce/assets/images/icons/loader.svg) center center;background-size:cover;line-height:1;text-align:center;font-size:2em;color:rgb(0 0 0 / .75)}.woocommerce a.remove{display:block;font-size:1.5em;height:1em;width:1em;text-align:center;line-height:1;border-radius:100%;color:var(--wc-red)!important;text-decoration:none;font-weight:700;border:0}.woocommerce a.remove:hover{color:#fff!important;background:var(--wc-red)}.woocommerce small.note{display:block;color:#767676;font-size:.857em;margin-top:10px}.woocommerce .woocommerce-breadcrumb{margin:0 0 1em;padding:0}.woocommerce .woocommerce-breadcrumb::after,.woocommerce .woocommerce-breadcrumb::before{content:" ";display:table}.woocommerce .woocommerce-breadcrumb::after{clear:both}.woocommerce .quantity .qty{width:3.631em;text-align:center}.woocommerce div.product{margin-bottom:0;position:relative}.woocommerce div.product .product_title{clear:none;margin-top:0;padding:0}.woocommerce div.product p.price ins,.woocommerce div.product span.price ins{background:inherit;font-weight:700;display:inline-block}.woocommerce div.product p.price del,.woocommerce div.product span.price del{opacity:.7;display:inline-block}.woocommerce div.product p.stock{font-size:.92em}.woocommerce div.product .woocommerce-product-rating{margin-bottom:1.618em}.woocommerce div.product div.images{margin-bottom:2em}.woocommerce div.product div.images img{display:block;width:100%;height:auto;box-shadow:none}.woocommerce div.product div.images div.thumbnails{padding-top:1em}.woocommerce div.product div.images.woocommerce-product-gallery{position:relative}.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{transition:all cubic-bezier(.795,-.035,0,1) .5s;margin:0;padding:0}.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg{background-color:#fff;opacity:0}.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder{border:1px solid #f2f2f2}.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2){width:25%;display:inline-block}.woocommerce div.product div.images .woocommerce-product-gallery__image a{display:block;outline-offset:-2px}.woocommerce div.product div.images .woocommerce-product-gallery__trigger{background:#fff;border:none;box-sizing:content-box;border-radius:100%;cursor:pointer;font-size:2em;height:36px;padding:0;position:absolute;right:.5em;text-indent:-9999px;top:.5em;width:36px;z-index:99}.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before{border:2px solid #000;border-radius:100%;box-sizing:content-box;content:"";display:block;height:10px;left:9px;top:9px;position:absolute;width:10px}.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after{background:#000;border-radius:6px;box-sizing:content-box;content:"";display:block;height:8px;left:22px;position:absolute;top:19px;transform:rotate(-45deg);width:2px}.woocommerce div.product div.images .woocommerce-product-gallery__trigger span[aria-hidden=true]{border:0;clip-path:inset(50%);height:1px;left:50%;margin:-1px;overflow:hidden;position:absolute;top:50%;width:1px}.woocommerce div.product div.images .flex-control-thumbs{overflow:hidden;zoom:1;margin:0;padding:0}.woocommerce div.product div.images .flex-control-thumbs li{width:25%;float:left;margin:0;list-style:none}.woocommerce div.product div.images .flex-control-thumbs li img{cursor:pointer;opacity:.5;margin:0}.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,.woocommerce div.product div.images .flex-control-thumbs li img:hover{opacity:1}.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1){clear:left}.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1){clear:left}.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1){clear:left}.woocommerce div.product div.summary{margin-bottom:2em}.woocommerce div.product div.social{text-align:right;margin:0 0 1em}.woocommerce div.product div.social span{margin:0 0 0 2px}.woocommerce div.product div.social span span{margin:0}.woocommerce div.product div.social span .stButton .chicklets{padding-left:16px;width:0}.woocommerce div.product div.social iframe{float:left;margin-top:3px}.woocommerce div.product .woocommerce-tabs ul.tabs{list-style:none;padding:0 0 0 1em;margin:0 0 1.618em;overflow:hidden;position:relative}.woocommerce div.product .woocommerce-tabs ul.tabs li{border:1px solid #cfc8d8;background-color:#e9e6ed;color:#515151;display:inline-block;position:relative;z-index:0;border-radius:4px 4px 0 0;margin:0 -5px;padding:0 1em}.woocommerce div.product .woocommerce-tabs ul.tabs li a{display:inline-block;padding:.5em 0;font-weight:700;color:#515151;text-decoration:none}.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover{text-decoration:none;color:#6b6b6b}.woocommerce div.product .woocommerce-tabs ul.tabs li.active{background:#fff;color:#515151;z-index:2;border-bottom-color:#fff}.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:inherit;text-shadow:inherit}.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before{box-shadow:2px 2px 0 #fff}.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after{box-shadow:-2px 2px 0 #fff}.woocommerce div.product .woocommerce-tabs ul.tabs li::after,.woocommerce div.product .woocommerce-tabs ul.tabs li::before{border:1px solid #cfc8d8;position:absolute;bottom:-1px;width:5px;height:5px;content:" ";box-sizing:border-box}.woocommerce div.product .woocommerce-tabs ul.tabs li::before{left:-5px;border-bottom-right-radius:4px;border-width:0 1px 1px 0;box-shadow:2px 2px 0 #e9e6ed}.woocommerce div.product .woocommerce-tabs ul.tabs li::after{right:-5px;border-bottom-left-radius:4px;border-width:0 0 1px 1px;box-shadow:-2px 2px 0 #e9e6ed}.woocommerce div.product .woocommerce-tabs ul.tabs::before{position:absolute;content:" ";width:100%;bottom:0;left:0;border-bottom:1px solid #cfc8d8;z-index:1}.woocommerce div.product .woocommerce-tabs .panel{margin:0 0 2em;padding:0}.woocommerce div.product p.cart{margin-bottom:2em}.woocommerce div.product p.cart::after,.woocommerce div.product p.cart::before{content:" ";display:table}.woocommerce div.product p.cart::after{clear:both}.woocommerce div.product form.cart{margin-bottom:2em}.woocommerce div.product form.cart::after,.woocommerce div.product form.cart::before{content:" ";display:table}.woocommerce div.product form.cart::after{clear:both}.woocommerce div.product form.cart div.quantity{float:left;margin:0 4px 0 0}.woocommerce div.product form.cart table{border-width:0 0 1px}.woocommerce div.product form.cart table td{padding-left:0}.woocommerce div.product form.cart table div.quantity{float:none;margin:0}.woocommerce div.product form.cart table small.stock{display:block;float:none}.woocommerce div.product form.cart .variations{margin-bottom:1em;border:0;width:100%}.woocommerce div.product form.cart .variations td,.woocommerce div.product form.cart .variations th{border:0;line-height:2em;vertical-align:top}.woocommerce div.product form.cart .variations label{font-weight:700;text-align:left}.woocommerce div.product form.cart .variations select{max-width:100%;min-width:75%;display:inline-block;margin-right:1em;appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:3em;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=) no-repeat;background-size:16px;-webkit-background-size:16px;background-position:calc(100% - 12px) 50%;-webkit-background-position:calc(100% - 12px) 50%}.woocommerce div.product form.cart .variations td.label{padding-right:1em}.woocommerce div.product form.cart .woocommerce-variation-description p{margin-bottom:1em}.woocommerce div.product form.cart .reset_variations{visibility:hidden;font-size:.83em}.woocommerce div.product form.cart .wc-no-matching-variations{display:none}.woocommerce div.product form.cart .button{vertical-align:middle;float:left}.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label{padding-right:1em;padding-left:1em}.woocommerce div.product form.cart .group_table td{vertical-align:top;padding-bottom:.5em;border:0}.woocommerce div.product form.cart .group_table td:first-child{width:4em;text-align:center}.woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox{display:inline-block;width:auto;margin:0 auto;transform:scale(1.5,1.5)}.woocommerce span.onsale{min-height:3.236em;min-width:3.236em;padding:.202em;font-size:1em;font-weight:700;position:absolute;text-align:center;line-height:3.236;top:-.5em;left:-.5em;margin:0;border-radius:100%;background-color:#958e09;color:#fff;font-size:.857em;z-index:9}.woocommerce .products ul,.woocommerce ul.products{margin:0 0 1em;padding:0;list-style:none outside;clear:both}.woocommerce .products ul::after,.woocommerce .products ul::before,.woocommerce ul.products::after,.woocommerce ul.products::before{content:" ";display:table}.woocommerce .products ul::after,.woocommerce ul.products::after{clear:both}.woocommerce .products ul li,.woocommerce ul.products li{list-style:none outside}.woocommerce ul.products li.product .onsale{top:0;right:0;left:auto;margin:-.5em -.5em 0 0}.woocommerce ul.products li.product .woocommerce-loop-category__title,.woocommerce ul.products li.product .woocommerce-loop-product__title,.woocommerce ul.products li.product h3{padding:.5em 0;margin:0;font-size:1em}.woocommerce ul.products li.product a{text-decoration:none}.woocommerce ul.products li.product a.woocommerce-loop-product__link{display:block}.woocommerce ul.products li.product a img{width:100%;height:auto;display:block;margin:0 0 1em;box-shadow:none}.woocommerce ul.products li.product strong{display:block}.woocommerce ul.products li.product .woocommerce-placeholder{border:1px solid #f2f2f2}.woocommerce ul.products li.product .star-rating{font-size:.857em}.woocommerce ul.products li.product .button{display:inline-block;margin-top:1em}.woocommerce ul.products li.product .price{display:block;font-weight:400;margin-bottom:.5em;font-size:.857em}.woocommerce ul.products li.product .price del{color:inherit;opacity:.7;display:inline-block}.woocommerce ul.products li.product .price ins{background:0 0;font-weight:700;display:inline-block}.woocommerce ul.products li.product .price .from{font-size:.67em;margin:-2px 0 0 0;text-transform:uppercase;color:rgb(90 89 68 / .5)}.woocommerce .woocommerce-result-count{margin:0 0 1em}.woocommerce .woocommerce-ordering{margin:0 0 1em}.woocommerce .woocommerce-ordering>label{margin-right:.25rem}.woocommerce .woocommerce-ordering select{vertical-align:top}.woocommerce nav.woocommerce-pagination{text-align:center}.woocommerce nav.woocommerce-pagination ul{display:inline-block;white-space:nowrap;padding:0;clear:both;border:1px solid #cfc8d8;border-right:0;margin:1px}.woocommerce nav.woocommerce-pagination ul li{border-right:1px solid #cfc8d8;padding:0;margin:0;float:left;display:inline;overflow:hidden}.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{margin:0;text-decoration:none;padding:0;line-height:1;font-size:1em;font-weight:400;padding:.5em;min-width:1em;display:block}.woocommerce nav.woocommerce-pagination ul li a:focus,.woocommerce nav.woocommerce-pagination ul li a:hover,.woocommerce nav.woocommerce-pagination ul li span.current{background:#e9e6ed;color:#816f98}.woocommerce .cart .button,.woocommerce .cart input.button{float:none}.woocommerce a.added_to_cart{padding-top:.5em;display:inline-block}.woocommerce #reviews h2 small{float:right;color:#767676;font-size:15px;margin:10px 0 0}.woocommerce #reviews h2 small a{text-decoration:none;color:#767676}.woocommerce #reviews h3{margin:0}.woocommerce #reviews #respond{margin:0;border:0;padding:0}.woocommerce #reviews #comment{height:75px}.woocommerce #reviews #comments .add_review::after,.woocommerce #reviews #comments .add_review::before{content:" ";display:table}.woocommerce #reviews #comments .add_review::after{clear:both}.woocommerce #reviews #comments h2{clear:none}.woocommerce #reviews #comments ol.commentlist{margin:0;width:100%;background:0 0;list-style:none}.woocommerce #reviews #comments ol.commentlist::after,.woocommerce #reviews #comments ol.commentlist::before{content:" ";display:table}.woocommerce #reviews #comments ol.commentlist::after{clear:both}.woocommerce #reviews #comments ol.commentlist li{padding:0;margin:0 0 20px;border:0;position:relative;background:0;border:0}.woocommerce #reviews #comments ol.commentlist li img.avatar{float:left;position:absolute;top:0;left:0;padding:3px;width:32px;height:auto;background:#e9e6ed;border:1px solid #e1dde7;margin:0;box-shadow:none}.woocommerce #reviews #comments ol.commentlist li .comment-text{margin:0 0 0 50px;border:1px solid #e1dde7;border-radius:4px;padding:1em 1em 0}.woocommerce #reviews #comments ol.commentlist li .comment-text::after,.woocommerce #reviews #comments ol.commentlist li .comment-text::before{content:" ";display:table}.woocommerce #reviews #comments ol.commentlist li .comment-text::after{clear:both}.woocommerce #reviews #comments ol.commentlist li .comment-text p{margin:0 0 1em}.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{font-size:.83em}.woocommerce #reviews #comments ol.commentlist ul.children{list-style:none outside;margin:20px 0 0 50px}.woocommerce #reviews #comments ol.commentlist ul.children .star-rating{display:none}.woocommerce #reviews #comments ol.commentlist #respond{border:1px solid #e1dde7;border-radius:4px;padding:1em 1em 0;margin:20px 0 0 50px}.woocommerce #reviews #comments .commentlist>li::before{content:""}.woocommerce .star-rating{float:right;overflow:hidden;position:relative;height:1em;line-height:1;font-size:1em;width:5.4em;font-family:WooCommerce}.woocommerce .star-rating::before{content:"sssss";color:#cfc8d8;float:left;top:0;left:0;position:absolute}.woocommerce .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em}.woocommerce .star-rating span::before{content:"SSSSS";top:0;position:absolute;left:0}.woocommerce .woocommerce-product-rating{line-height:2;display:block}.woocommerce .woocommerce-product-rating::after,.woocommerce .woocommerce-product-rating::before{content:" ";display:table}.woocommerce .woocommerce-product-rating::after{clear:both}.woocommerce .woocommerce-product-rating .star-rating{margin:.5em 4px 0 0;float:left}.woocommerce .products .star-rating{display:block;margin:0 0 .5em;float:none}.woocommerce .hreview-aggregate .star-rating{margin:10px 0 0}.woocommerce #review_form #respond{position:static;margin:0;width:auto;padding:0;background:#fff0 none;border:0}.woocommerce #review_form #respond::after,.woocommerce #review_form #respond::before{content:" ";display:table}.woocommerce #review_form #respond::after{clear:both}.woocommerce #review_form #respond p{margin:0 0 10px}.woocommerce #review_form #respond .form-submit input{left:auto}.woocommerce #review_form #respond textarea{box-sizing:border-box;width:100%}.woocommerce p.stars a{position:relative;height:1em;width:1em;text-indent:-999em;display:inline-block;text-decoration:none;font-size:24px}.woocommerce p.stars a::before{display:block;position:absolute;top:0;left:0;width:1em;height:1em;line-height:1;font-family:WooCommerce;content:"\e021";text-indent:0}.woocommerce p.stars a:hover~a::before{content:"\e021"}.woocommerce p.stars:hover a::before{content:"\e020"}.woocommerce p.stars.selected a.active::before{content:"\e020"}.woocommerce p.stars.selected a.active~a::before{content:"\e021"}.woocommerce p.stars.selected a:not(.active)::before{content:"\e020"}.woocommerce table.shop_attributes{border:0;border-top:1px dotted rgb(0 0 0 / .1);margin-bottom:1.618em;width:100%}.woocommerce table.shop_attributes th{width:150px;font-weight:700;padding:8px;border-top:0;border-bottom:1px dotted rgb(0 0 0 / .1);margin:0;line-height:1.5}.woocommerce table.shop_attributes td{font-style:italic;padding:0;border-top:0;border-bottom:1px dotted rgb(0 0 0 / .1);margin:0;line-height:1.5}.woocommerce table.shop_attributes td p{margin:0;padding:8px 0}.woocommerce table.shop_attributes tr:nth-child(2n) td,.woocommerce table.shop_attributes tr:nth-child(2n) th{background:rgb(0 0 0 / .025)}.woocommerce table.shop_table{border:1px solid color-mix(in srgb,currentColor 20%,transparent);margin:0 -1px 24px 0;text-align:left;width:100%;border-collapse:separate;border-spacing:0;border-radius:5px}.woocommerce table.shop_table th{font-weight:700;padding:9px 12px;line-height:1.5em}.woocommerce table.shop_table td{border-top:1px solid color-mix(in srgb,currentColor 20%,transparent);padding:9px 12px;vertical-align:middle;line-height:1.5em}.woocommerce table.shop_table td small{font-weight:400}.woocommerce table.shop_table td del{font-weight:400}.woocommerce table.shop_table tbody:first-child tr:first-child td,.woocommerce table.shop_table tbody:first-child tr:first-child th{border-top:0}.woocommerce table.shop_table tbody th,.woocommerce table.shop_table tfoot td,.woocommerce table.shop_table tfoot th{font-weight:700;border-top:1px solid color-mix(in srgb,currentColor 20%,transparent)}.woocommerce table.my_account_orders{font-size:.85em}.woocommerce table.my_account_orders td,.woocommerce table.my_account_orders th{padding:4px 8px;vertical-align:middle}.woocommerce table.my_account_orders .button{white-space:nowrap}.woocommerce table.woocommerce-MyAccount-downloads td,.woocommerce table.woocommerce-MyAccount-downloads th{vertical-align:top;text-align:center}.woocommerce table.woocommerce-MyAccount-downloads td:first-child,.woocommerce table.woocommerce-MyAccount-downloads th:first-child{text-align:left}.woocommerce table.woocommerce-MyAccount-downloads td:last-child,.woocommerce table.woocommerce-MyAccount-downloads th:last-child{text-align:left}.woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file::before,.woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file::before{content:"↓";display:inline-block}.woocommerce td.product-name .wc-item-meta,.woocommerce td.product-name dl.variation{list-style:none outside}.woocommerce td.product-name .wc-item-meta .wc-item-meta-label,.woocommerce td.product-name .wc-item-meta dt,.woocommerce td.product-name dl.variation .wc-item-meta-label,.woocommerce td.product-name dl.variation dt{float:left;clear:both;margin-right:.25em;display:inline-block;list-style:none outside}.woocommerce td.product-name .wc-item-meta dd,.woocommerce td.product-name dl.variation dd{margin:0}.woocommerce td.product-name .wc-item-meta p,.woocommerce td.product-name .wc-item-meta:last-child,.woocommerce td.product-name dl.variation p,.woocommerce td.product-name dl.variation:last-child{margin-bottom:0}.woocommerce td.product-name p.backorder_notification{font-size:.83em}.woocommerce td.product-quantity{min-width:80px}.woocommerce ul.cart_list,.woocommerce ul.product_list_widget{list-style:none outside;padding:0;margin:0}.woocommerce ul.cart_list li,.woocommerce ul.product_list_widget li{padding:4px 0;margin:0;list-style:none}.woocommerce ul.cart_list li::after,.woocommerce ul.cart_list li::before,.woocommerce ul.product_list_widget li::after,.woocommerce ul.product_list_widget li::before{content:" ";display:table}.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li::after{clear:both}.woocommerce ul.cart_list li a,.woocommerce ul.product_list_widget li a{display:block;font-weight:700}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img{float:right;margin-left:4px;width:32px;height:auto;box-shadow:none}.woocommerce ul.cart_list li dl,.woocommerce ul.product_list_widget li dl{margin:0;padding-left:1em;border-left:2px solid rgb(0 0 0 / .1)}.woocommerce ul.cart_list li dl::after,.woocommerce ul.cart_list li dl::before,.woocommerce ul.product_list_widget li dl::after,.woocommerce ul.product_list_widget li dl::before{content:" ";display:table}.woocommerce ul.cart_list li dl::after,.woocommerce ul.product_list_widget li dl::after{clear:both}.woocommerce ul.cart_list li dl dd,.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dd,.woocommerce ul.product_list_widget li dl dt{display:inline-block;float:left;margin-bottom:1em}.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dt{font-weight:700;padding:0 0 .25em;margin:0 4px 0 0;clear:left}.woocommerce ul.cart_list li dl dd,.woocommerce ul.product_list_widget li dl dd{padding:0 0 .25em}.woocommerce ul.cart_list li dl dd p:last-child,.woocommerce ul.product_list_widget li dl dd p:last-child{margin-bottom:0}.woocommerce ul.cart_list li .star-rating,.woocommerce ul.product_list_widget li .star-rating{float:none}.woocommerce .widget_shopping_cart .total,.woocommerce.widget_shopping_cart .total{border-top:3px double #e9e6ed;padding:4px 0 0}.woocommerce .widget_shopping_cart .total strong,.woocommerce.widget_shopping_cart .total strong{min-width:40px;display:inline-block}.woocommerce .widget_shopping_cart .cart_list li,.woocommerce.widget_shopping_cart .cart_list li{padding-left:2em;position:relative;padding-top:0}.woocommerce .widget_shopping_cart .cart_list li a.remove,.woocommerce.widget_shopping_cart .cart_list li a.remove{position:absolute;top:0;left:0}.woocommerce .widget_shopping_cart .buttons::after,.woocommerce .widget_shopping_cart .buttons::before,.woocommerce.widget_shopping_cart .buttons::after,.woocommerce.widget_shopping_cart .buttons::before{content:" ";display:table}.woocommerce .widget_shopping_cart .buttons::after,.woocommerce.widget_shopping_cart .buttons::after{clear:both}.woocommerce .widget_shopping_cart .buttons a,.woocommerce.widget_shopping_cart .buttons a{margin-right:5px;margin-bottom:5px}.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register{border:1px solid #cfc8d8;padding:20px;margin:2em 0;text-align:left;border-radius:5px}.woocommerce form.checkout_coupon .coupon-error-notice{color:var(--wc-red);display:block;font-size:.75em;margin-top:8px}.woocommerce form.checkout_coupon .input-text.has-error:focus{border-color:var(--wc-red)}.woocommerce ul#shipping_method{list-style:none outside;margin:0;padding:0}.woocommerce ul#shipping_method li{margin:0 0 .5em;line-height:1.5em;list-style:none outside}.woocommerce ul#shipping_method li input{margin:3px .4375em 0 0;vertical-align:top}.woocommerce ul#shipping_method li label{display:inline}.woocommerce ul#shipping_method .amount{font-weight:700}.woocommerce p.woocommerce-shipping-contents{margin:0}.woocommerce .wc_bis_form{margin:2em 0;padding:0}.woocommerce .wc_bis_form.hidden{display:none}.woocommerce .wc_bis_form__form-row{display:flex;flex-wrap:wrap;flex-direction:row;align-items:center;justify-content:flex-start;gap:.7em;margin:.7em 0}.woocommerce .wc_bis_form__input{box-sizing:border-box;width:auto;white-space:nowrap}.woocommerce .wc_bis_form__button{box-sizing:border-box;white-space:nowrap}.woocommerce .wc_bis_form__checkbox{font-size:var(--wp--preset--font-size--small,.7em);display:block}.woocommerce :where(.wc_bis_form__input,.wc_bis_form__button){padding:.9rem 1.1rem;line-height:1}.woocommerce ul.order_details{margin:0 0 3em;list-style:none}.woocommerce ul.order_details::after,.woocommerce ul.order_details::before{content:" ";display:table}.woocommerce ul.order_details::after{clear:both}.woocommerce ul.order_details li{float:left;margin-right:2em;text-transform:uppercase;font-size:.715em;line-height:1;border-right:1px dashed #cfc8d8;padding-right:2em;margin-left:0;padding-left:0;list-style-type:none}.woocommerce ul.order_details li strong{display:block;font-size:1.4em;text-transform:none;line-height:1.5}.woocommerce ul.order_details li:last-of-type{border:none}.woocommerce .wc-bacs-bank-details-account-name{font-weight:700}.woocommerce .woocommerce-customer-details,.woocommerce .woocommerce-order-details,.woocommerce .woocommerce-order-downloads{margin-bottom:2em}.woocommerce .woocommerce-customer-details .order-actions--heading,.woocommerce .woocommerce-order-details .order-actions--heading,.woocommerce .woocommerce-order-downloads .order-actions--heading{vertical-align:middle}.woocommerce .woocommerce-customer-details .order-actions-button,.woocommerce .woocommerce-order-details .order-actions-button,.woocommerce .woocommerce-order-downloads .order-actions-button{margin-right:10px}.woocommerce .woocommerce-customer-details .order-actions-button:last-child,.woocommerce .woocommerce-order-details .order-actions-button:last-child,.woocommerce .woocommerce-order-downloads .order-actions-button:last-child{margin-right:0}.woocommerce .woocommerce-customer-details :last-child,.woocommerce .woocommerce-order-details :last-child,.woocommerce .woocommerce-order-downloads :last-child{margin-bottom:0}.woocommerce .woocommerce-customer-details .additional-fields,.woocommerce .woocommerce-customer-details .addresses{margin-bottom:2em}.woocommerce .woocommerce-customer-details .additional-fields:last-child,.woocommerce .woocommerce-customer-details .addresses:last-child{margin-bottom:0}.woocommerce .addresses .wc-block-components-additional-fields-list{margin:0;padding:0}.woocommerce .addresses .wc-block-components-additional-fields-list dt{margin:0;padding:0;font-style:normal;font-weight:700;display:inline}.woocommerce .addresses .wc-block-components-additional-fields-list dt::after{content:": "}.woocommerce .addresses .wc-block-components-additional-fields-list dt::before{content:"";display:block}.woocommerce .addresses .wc-block-components-additional-fields-list dd{margin:0;padding:0;font-style:normal;display:inline}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list{border:1px solid rgb(0 0 0 / .1);padding:0;display:grid;grid-template-columns:1fr max-content}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dt{border-bottom:1px solid rgb(0 0 0 / .1);font-style:normal;font-weight:700;padding:1rem;box-sizing:border-box;margin:0!important}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dt::after{display:none}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dt:last-of-type{border-bottom:0}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dd{border-bottom:1px solid rgb(0 0 0 / .1);padding:1rem;box-sizing:border-box;text-align:right;margin:0!important}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dd:last-of-type{border-bottom:0}.woocommerce .woocommerce-customer-details .woocommerce-column__title{margin-top:0}.woocommerce .woocommerce-customer-details address{font-style:normal;margin-bottom:0;border:1px solid rgb(0 0 0 / .1);border-bottom-width:2px;border-right-width:2px;text-align:left;width:100%;border-radius:5px;padding:6px 12px;box-sizing:border-box}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone{padding-left:1.5em}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email:last-child,.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone:last-child{margin-bottom:0}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e037";text-decoration:none;margin-left:-1.5em;line-height:1.75;position:absolute}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e02d";text-decoration:none;margin-left:-1.5em;line-height:1.75;position:absolute}.woocommerce .woocommerce-widget-layered-nav-list{margin:0;padding:0;border:0;list-style:none outside}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item{padding:0 0 1px;list-style:none}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after,.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before{content:" ";display:table}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after{clear:both}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span{padding:1px 0}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e013";text-decoration:none;color:var(--wc-red)}.woocommerce .woocommerce-widget-layered-nav-dropdown__submit{margin-top:1em}.woocommerce .widget_layered_nav_filters ul{margin:0;padding:0;border:0;list-style:none outside;overflow:hidden;zoom:1}.woocommerce .widget_layered_nav_filters ul li{float:left;padding:0 1em 1px 1px;list-style:none}.woocommerce .widget_layered_nav_filters ul li a{text-decoration:none}.woocommerce .widget_layered_nav_filters ul li a::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e013";text-decoration:none;color:var(--wc-red);vertical-align:inherit;margin-right:.5em}.woocommerce .widget_price_filter .price_slider{margin-bottom:1em}.woocommerce .widget_price_filter .price_slider_amount{text-align:right;line-height:2.4;font-size:.8751em}.woocommerce .widget_price_filter .price_slider_amount .button{font-size:1.15em;float:left}.woocommerce .widget_price_filter .ui-slider{position:relative;text-align:left;margin-left:.5em;margin-right:.5em}.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1em;height:1em;background-color:#7f54b3;border-radius:1em;cursor:ew-resize;outline:0;top:-.3em;margin-left:-.5em}.woocommerce .widget_price_filter .ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;border-radius:1em;background-color:#7f54b3}.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{border-radius:1em;background-color:#35224c;border:0}.woocommerce .widget_price_filter .ui-slider-horizontal{height:.5em}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range{top:0;height:100%}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min{left:-1px}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max{right:-1px}.woocommerce .widget_rating_filter ul{margin:0;padding:0;border:0;list-style:none outside}.woocommerce .widget_rating_filter ul li{padding:0 0 1px;list-style:none}.woocommerce .widget_rating_filter ul li::after,.woocommerce .widget_rating_filter ul li::before{content:" ";display:table}.woocommerce .widget_rating_filter ul li::after{clear:both}.woocommerce .widget_rating_filter ul li a{padding:1px 0;text-decoration:none}.woocommerce .widget_rating_filter ul li .star-rating{float:none;display:inline-block}.woocommerce .widget_rating_filter ul li.chosen a::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e013";text-decoration:none;color:var(--wc-red)}.woocommerce .woocommerce-form-login .woocommerce-form-login__submit{float:left;margin-right:1em}.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme{display:inline-block}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button{font-size:100%;margin:0;line-height:1;cursor:pointer;position:relative;text-decoration:none;overflow:visible;padding:.618em 1em;font-weight:700;border-radius:3px;left:auto;color:#515151;background-color:#e9e6ed;border:0;display:inline-block;background-image:none;box-shadow:none;text-shadow:none}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.loading{opacity:.25;padding-right:2.618em}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.loading::after{font-family:WooCommerce;content:"\e01c";vertical-align:top;font-weight:400;position:absolute;top:.618em;right:1em;animation:spin 2s linear infinite}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.added::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.added::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.added::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.added::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.added::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.added::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.added::after{font-family:WooCommerce;content:"\e017";margin-left:.53em;vertical-align:bottom}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover{background-color:#dcd7e2;text-decoration:none;background-image:none;color:#515151}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt{background-color:#7f54b3;color:#fff;-webkit-font-smoothing:antialiased}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover{background-color:#7249a4;color:#fff}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled]:hover{background-color:#7f54b3;color:#fff}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled[disabled]{color:inherit;cursor:not-allowed;opacity:.5;padding:.618em 1em}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled[disabled]:hover{color:inherit;background-color:#e9e6ed}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb{font-size:.92em;color:#767676}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a{color:#767676}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price{color:#958e09;font-size:1.25em}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock{color:#958e09}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .out-of-stock{color:var(--wc-red)}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price{color:#958e09}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) #reviews #comments ol.commentlist li .meta{color:#767676;font-size:.75em}.woocommerce-no-js form.woocommerce-form-coupon,.woocommerce-no-js form.woocommerce-form-login{display:block!important}.woocommerce-no-js .showcoupon,.woocommerce-no-js .woocommerce-form-coupon-toggle,.woocommerce-no-js .woocommerce-form-login-toggle{display:none!important}.woocommerce-error,.woocommerce-info,.woocommerce-message{padding:1em 2em 1em 3.5em;margin:0 0 2em;position:relative;background-color:#f6f5f8;color:#515151;border-top:3px solid #720eec;list-style:none outside;width:auto;word-wrap:break-word}.woocommerce-error::after,.woocommerce-error::before,.woocommerce-info::after,.woocommerce-info::before,.woocommerce-message::after,.woocommerce-message::before{content:" ";display:table}.woocommerce-error::after,.woocommerce-info::after,.woocommerce-message::after{clear:both}.woocommerce-error::before,.woocommerce-info::before,.woocommerce-message::before{font-family:WooCommerce;content:"\e028";content:"\e028"/"";display:inline-block;position:absolute;top:1em;left:1.5em}.woocommerce-error .button,.woocommerce-info .button,.woocommerce-message .button{float:right}.woocommerce-error li,.woocommerce-info li,.woocommerce-message li{list-style:none outside!important;padding-left:0!important;margin-left:0!important}.rtl.woocommerce .price_label,.rtl.woocommerce .price_label span{direction:ltr;unicode-bidi:embed}.woocommerce-message{border-top-color:#8fae1b}.woocommerce-message::before{content:"\e015";color:#8fae1b}.woocommerce-info{border-top-color:#1e85be}.woocommerce-info::before{color:#1e85be}.woocommerce-error{border-top-color:#b81c23}.woocommerce-error::before{content:"\e016";color:#b81c23}.woocommerce-account .woocommerce::after,.woocommerce-account .woocommerce::before{content:" ";display:table}.woocommerce-account .woocommerce::after{clear:both}.woocommerce-account .addresses .title::after,.woocommerce-account .addresses .title::before{content:" ";display:table}.woocommerce-account .addresses .title::after{clear:both}.woocommerce-account .addresses .title h3{float:left}.woocommerce-account .addresses .title .edit{float:right}.woocommerce-account ol.commentlist.notes li.note p.meta{font-weight:700;margin-bottom:0}.woocommerce-account ol.commentlist.notes li.note .description p:last-child{margin-bottom:0}.woocommerce-account ul.digital-downloads{margin-left:0;padding-left:0}.woocommerce-account ul.digital-downloads li{list-style:none;margin-left:0;padding-left:0}.woocommerce-account ul.digital-downloads li::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e00a";text-decoration:none}.woocommerce-account ul.digital-downloads li .count{float:right}#add_payment_method table.cart .product-thumbnail,.woocommerce-cart table.cart .product-thumbnail,.woocommerce-checkout table.cart .product-thumbnail{min-width:32px}#add_payment_method table.cart img,.woocommerce-cart table.cart img,.woocommerce-checkout table.cart img{width:32px;box-shadow:none}#add_payment_method table.cart td,#add_payment_method table.cart th,.woocommerce-cart table.cart td,.woocommerce-cart table.cart th,.woocommerce-checkout table.cart td,.woocommerce-checkout table.cart th{vertical-align:middle}#add_payment_method table.cart td.actions .coupon .input-text,.woocommerce-cart table.cart td.actions .coupon .input-text,.woocommerce-checkout table.cart td.actions .coupon .input-text{float:left;box-sizing:border-box;border:1px solid #cfc8d8;padding:6px 6px 5px;margin:0 4px 0 0;outline:0}#add_payment_method table.cart td.actions .coupon .input-text.has-error:focus,.woocommerce-cart table.cart td.actions .coupon .input-text.has-error:focus,.woocommerce-checkout table.cart td.actions .coupon .input-text.has-error:focus{border-color:var(--wc-red)}#add_payment_method table.cart td.actions .coupon .coupon-error-notice,.woocommerce-cart table.cart td.actions .coupon .coupon-error-notice,.woocommerce-checkout table.cart td.actions .coupon .coupon-error-notice{clear:left;color:var(--wc-red);flex-basis:100%;float:none;font-size:.75em;margin-bottom:0;margin-top:8px;text-align:left;width:auto}#add_payment_method table.cart input,.woocommerce-cart table.cart input,.woocommerce-checkout table.cart input{margin:0;vertical-align:middle}#add_payment_method .wc-proceed-to-checkout,.woocommerce-cart .wc-proceed-to-checkout,.woocommerce-checkout .wc-proceed-to-checkout{padding:1em 0}#add_payment_method .wc-proceed-to-checkout::after,#add_payment_method .wc-proceed-to-checkout::before,.woocommerce-cart .wc-proceed-to-checkout::after,.woocommerce-cart .wc-proceed-to-checkout::before,.woocommerce-checkout .wc-proceed-to-checkout::after,.woocommerce-checkout .wc-proceed-to-checkout::before{content:" ";display:table}#add_payment_method .wc-proceed-to-checkout::after,.woocommerce-cart .wc-proceed-to-checkout::after,.woocommerce-checkout .wc-proceed-to-checkout::after{clear:both}#add_payment_method .wc-proceed-to-checkout a.checkout-button,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{display:block;text-align:center;margin-bottom:1em;font-size:1.25em;padding:1em}#add_payment_method .cart-collaterals .shipping-calculator-button,.woocommerce-cart .cart-collaterals .shipping-calculator-button,.woocommerce-checkout .cart-collaterals .shipping-calculator-button{float:none;margin-top:.5em;display:inline-block}#add_payment_method .cart-collaterals .shipping-calculator-button::after,.woocommerce-cart .cart-collaterals .shipping-calculator-button::after,.woocommerce-checkout .cart-collaterals .shipping-calculator-button::after{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-left:.618em;content:"\e019";text-decoration:none}#add_payment_method .cart-collaterals .shipping-calculator-form,.woocommerce-cart .cart-collaterals .shipping-calculator-form,.woocommerce-checkout .cart-collaterals .shipping-calculator-form{margin:1em 0 0 0}#add_payment_method .cart-collaterals .cart_totals p small,.woocommerce-cart .cart-collaterals .cart_totals p small,.woocommerce-checkout .cart-collaterals .cart_totals p small{color:#767676;font-size:.83em}#add_payment_method .cart-collaterals .cart_totals table,.woocommerce-cart .cart-collaterals .cart_totals table,.woocommerce-checkout .cart-collaterals .cart_totals table{border-collapse:separate;margin:0 0 6px;padding:0}#add_payment_method .cart-collaterals .cart_totals table tr:first-child td,#add_payment_method .cart-collaterals .cart_totals table tr:first-child th,.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th{border-top:0}#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table th{width:35%}#add_payment_method .cart-collaterals .cart_totals table td,#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table td,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table td,.woocommerce-checkout .cart-collaterals .cart_totals table th{vertical-align:top;border-left:0;border-right:0;line-height:1.5em}#add_payment_method .cart-collaterals .cart_totals table small,.woocommerce-cart .cart-collaterals .cart_totals table small,.woocommerce-checkout .cart-collaterals .cart_totals table small{color:#767676}#add_payment_method .cart-collaterals .cart_totals table select,.woocommerce-cart .cart-collaterals .cart_totals table select,.woocommerce-checkout .cart-collaterals .cart_totals table select{width:100%}#add_payment_method .cart-collaterals .cart_totals .discount td,.woocommerce-cart .cart-collaterals .cart_totals .discount td,.woocommerce-checkout .cart-collaterals .cart_totals .discount td{color:#958e09}#add_payment_method .cart-collaterals .cart_totals tr td,#add_payment_method .cart-collaterals .cart_totals tr th,.woocommerce-cart .cart-collaterals .cart_totals tr td,.woocommerce-cart .cart-collaterals .cart_totals tr th,.woocommerce-checkout .cart-collaterals .cart_totals tr td,.woocommerce-checkout .cart-collaterals .cart_totals tr th{border-top:1px solid #e9e6ed}#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination,.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination{margin-bottom:0}#add_payment_method .cart-collaterals .cross-sells ul.products li.product,.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product{margin-top:0}#add_payment_method .checkout .col-2 h3#ship-to-different-address,.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address{float:left;clear:none}#add_payment_method .checkout .col-2 .notes,.woocommerce-cart .checkout .col-2 .notes,.woocommerce-checkout .checkout .col-2 .notes{clear:left}#add_payment_method .checkout .col-2 .form-row-first,.woocommerce-cart .checkout .col-2 .form-row-first,.woocommerce-checkout .checkout .col-2 .form-row-first{clear:left}#add_payment_method .checkout .create-account small,.woocommerce-cart .checkout .create-account small,.woocommerce-checkout .checkout .create-account small{font-size:11px;color:#767676;font-weight:400}#add_payment_method .checkout div.shipping-address,.woocommerce-cart .checkout div.shipping-address,.woocommerce-checkout .checkout div.shipping-address{padding:0;clear:left;width:100%}#add_payment_method .checkout .shipping_address,.woocommerce-cart .checkout .shipping_address,.woocommerce-checkout .checkout .shipping_address{clear:both}#add_payment_method .checkout .checkout-inline-error-message,.woocommerce-cart .checkout .checkout-inline-error-message,.woocommerce-checkout .checkout .checkout-inline-error-message{color:var(--wc-red);font-size:.75em;margin-bottom:0}#add_payment_method #payment,.woocommerce-cart #payment,.woocommerce-checkout #payment{background:rgb(129 110 153 / .14);border-radius:5px}#add_payment_method #payment ul.payment_methods,.woocommerce-cart #payment ul.payment_methods,.woocommerce-checkout #payment ul.payment_methods{text-align:left;padding:1em;border-bottom:1px solid rgb(104 87 125 / .14);margin:0;list-style:none outside}#add_payment_method #payment ul.payment_methods::after,#add_payment_method #payment ul.payment_methods::before,.woocommerce-cart #payment ul.payment_methods::after,.woocommerce-cart #payment ul.payment_methods::before,.woocommerce-checkout #payment ul.payment_methods::after,.woocommerce-checkout #payment ul.payment_methods::before{content:" ";display:table}#add_payment_method #payment ul.payment_methods::after,.woocommerce-cart #payment ul.payment_methods::after,.woocommerce-checkout #payment ul.payment_methods::after{clear:both}#add_payment_method #payment ul.payment_methods li,.woocommerce-cart #payment ul.payment_methods li,.woocommerce-checkout #payment ul.payment_methods li{line-height:2;text-align:left;margin:0;font-weight:400}#add_payment_method #payment ul.payment_methods li input,.woocommerce-cart #payment ul.payment_methods li input,.woocommerce-checkout #payment ul.payment_methods li input{margin:0 1em 0 0}#add_payment_method #payment ul.payment_methods li img,.woocommerce-cart #payment ul.payment_methods li img,.woocommerce-checkout #payment ul.payment_methods li img{vertical-align:middle;margin:-2px 0 0 .5em;padding:0;position:relative;box-shadow:none}#add_payment_method #payment ul.payment_methods li img+img,.woocommerce-cart #payment ul.payment_methods li img+img,.woocommerce-checkout #payment ul.payment_methods li img+img{margin-left:2px}#add_payment_method #payment ul.payment_methods li.payment_method_paypal img,.woocommerce-cart #payment ul.payment_methods li.payment_method_paypal img,.woocommerce-checkout #payment ul.payment_methods li.payment_method_paypal img{max-height:24px;vertical-align:middle;float:right;margin:0}#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::before,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::before,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::before{content:" ";display:table}#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after{clear:both}#add_payment_method #payment div.form-row,.woocommerce-cart #payment div.form-row,.woocommerce-checkout #payment div.form-row{padding:1em}#add_payment_method #payment div.payment_box,.woocommerce-cart #payment div.payment_box,.woocommerce-checkout #payment div.payment_box{position:relative;box-sizing:border-box;width:100%;padding:1em;margin:1em 0;font-size:.92em;border-radius:2px;line-height:1.5;background-color:#dcd7e2;color:#515151}#add_payment_method #payment div.payment_box input.input-text,#add_payment_method #payment div.payment_box textarea,.woocommerce-cart #payment div.payment_box input.input-text,.woocommerce-cart #payment div.payment_box textarea,.woocommerce-checkout #payment div.payment_box input.input-text,.woocommerce-checkout #payment div.payment_box textarea{border-color:#c2bacd;border-top-color:#b5abc2}#add_payment_method #payment div.payment_box ::-webkit-input-placeholder,.woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder,.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder{color:#b5abc2}#add_payment_method #payment div.payment_box :-moz-placeholder,.woocommerce-cart #payment div.payment_box :-moz-placeholder,.woocommerce-checkout #payment div.payment_box :-moz-placeholder{color:#b5abc2}#add_payment_method #payment div.payment_box :-ms-input-placeholder,.woocommerce-cart #payment div.payment_box :-ms-input-placeholder,.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder{color:#b5abc2}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods{list-style:none outside;margin:0}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token{margin:0 0 .5em}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label{cursor:pointer}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput{vertical-align:middle;margin:-3px 1em 0 0;position:relative}#add_payment_method #payment div.payment_box .wc-credit-card-form,.woocommerce-cart #payment div.payment_box .wc-credit-card-form,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form{border:0;padding:0;margin:1em 0 0}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number{font-size:1.5em;padding:8px;background-repeat:no-repeat;background-position:right .618em center;background-size:32px 20px}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/visa.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/mastercard.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/laser.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/diners.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/maestro.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/jcb.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/amex.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/discover.svg)}#add_payment_method #payment div.payment_box span.help,.woocommerce-cart #payment div.payment_box span.help,.woocommerce-checkout #payment div.payment_box span.help{font-size:.857em;color:#767676;font-weight:400}#add_payment_method #payment div.payment_box .form-row,.woocommerce-cart #payment div.payment_box .form-row,.woocommerce-checkout #payment div.payment_box .form-row{margin:0 0 1em}#add_payment_method #payment div.payment_box p:last-child,.woocommerce-cart #payment div.payment_box p:last-child,.woocommerce-checkout #payment div.payment_box p:last-child{margin-bottom:0}#add_payment_method #payment div.payment_box::before,.woocommerce-cart #payment div.payment_box::before,.woocommerce-checkout #payment div.payment_box::before{content:"";display:block;border:1em solid #dcd7e2;border-right-color:#fff0;border-left-color:#fff0;border-top-color:#fff0;position:absolute;top:-.75em;left:0;margin:-1em 0 0 2em}#add_payment_method #payment .payment_method_paypal .about_paypal,.woocommerce-cart #payment .payment_method_paypal .about_paypal,.woocommerce-checkout #payment .payment_method_paypal .about_paypal{float:right;line-height:52px;font-size:.83em}#add_payment_method #payment .payment_method_paypal img,.woocommerce-cart #payment .payment_method_paypal img,.woocommerce-checkout #payment .payment_method_paypal img{max-height:24px;vertical-align:middle;float:right}.woocommerce-terms-and-conditions{border:1px solid rgb(0 0 0 / .2);box-shadow:inset 0 1px 2px rgb(0 0 0 / .1);background:rgb(0 0 0 / .05)}.woocommerce-invalid #terms{outline:2px solid var(--wc-red);outline-offset:2px}.woocommerce-password-strength{text-align:center;font-weight:600;padding:3px .5em;font-size:1em}.woocommerce-password-strength.strong{background-color:#c1e1b9;border-color:#83c373}.woocommerce-password-strength.short{background-color:#f1adad;border-color:#e35b5b}.woocommerce-password-strength.bad{background-color:#fbc5a9;border-color:#f78b53}.woocommerce-password-strength.good{background-color:#ffe399;border-color:#ffc733}.woocommerce-password-hint{margin:.5em 0 0;display:block}#content.twentyeleven .woocommerce-pagination a{font-size:1em;line-height:1}.single-product .twentythirteen #reply-title,.single-product .twentythirteen #respond #commentform,.single-product .twentythirteen .entry-summary{padding:0}.single-product .twentythirteen p.stars{clear:both}.twentythirteen .woocommerce-breadcrumb{padding-top:40px}.twentyfourteen ul.products li.product{margin-top:0!important}body:not(.search-results) .twentysixteen .entry-summary{color:inherit;font-size:inherit;line-height:inherit}.twentysixteen .price ins{background:inherit;color:inherit}form.has-custom-place-order-button #place_order{display:none!important}@media screen{/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-display:swap;font-family:'FontAwesome';src:url(/wp-content/plugins/wp-views/vendor/toolset/toolset-common/res/lib/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);src:url('/wp-content/plugins/wp-views/vendor/toolset/toolset-common/res/lib/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url(/wp-content/plugins/wp-views/vendor/toolset/toolset-common/res/lib/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(/wp-content/plugins/wp-views/vendor/toolset/toolset-common/res/lib/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(/wp-content/plugins/wp-views/vendor/toolset/toolset-common/res/lib/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url('/wp-content/plugins/wp-views/vendor/toolset/toolset-common/res/lib/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:400;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}}.col{position:relative;display:block;width:100%}html body .vc_row-fluid>.span_12,.full-page-inner>.span_12,.full-page-inner>.container>.span_12{display:flex;display:-ms-flexbox;-ms-flex-wrap:wrap;flex-wrap:wrap;float:none}@media (min-width:690px){.col{margin-right:2%}}.col:last-child{margin-right:0}.col.col_last{margin-right:0}html body .vc_row-fluid>.span_12>.wpb_column,.compose-mode .vc_row-fluid>.span_12>.vc_element,.compose-mode .vc_row-fluid>.span_12>.vc_element>.wpb_column,.full-page-inner>.span_12>.wpb_column,.full-page-inner>.container>.span_12>.wpb_column{float:none;margin-right:0}html body .vc_row-fluid>.span_12>.wpb_column:not([class*="offset-"]),.compose-mode .vc_row-fluid>.span_12>.vc_element:not([class*="offset-"]),.compose-mode #mpbr_fullscreen_rows .full-page-inner>.container>.span_12>.vc_element:not([class*="offset-"]),.compose-mode .vc_row-fluid>.span_12>.vc_element>.wpb_column:not([class*="offset-"]),.full-page-inner>.span_12>.wpb_column:not([class*="offset-"]),.full-page-inner>.container>.span_12>.wpb_column:not([class*="offset-"]){margin-left:0}.vc_row-fluid>.span_12,.full-page-inner>.span_12,.full-page-inner>.container>.span_12{width:auto}.vc_row-fluid>.span_12,body[data-col-gap="default"] .vc_row-fluid[data-column-margin="default"]:not(.full-width-content) .full-page-inner>.container>.span_12{margin-left:-1%;margin-right:-1%}.vc_row-fluid>.span_12 .wpb_column,body[data-col-gap="default"] .vc_row-fluid[data-column-margin="default"]:not(.full-width-content) .full-page-inner>.container>.span_12 .wpb_column:not(.child_column){padding-left:1%;padding-right:1%}body[data-col-gap*="px"] .wpb_wrapper>.wpb_row:last-child:not([data-column-margin*="px"]){margin-bottom:0}body .container-wrap .wpb_row[data-column-margin="none"]:not(.full-width-section):not(.full-width-content){margin-bottom:0}body .container-wrap .vc_row-fluid[data-column-margin="none"]>.span_12,body .container-wrap .vc_row-fluid[data-column-margin="none"] .full-page-inner>.container>.span_12,body .container-wrap .vc_row-fluid[data-column-margin="none"] .full-page-inner>.span_12{margin-left:0;margin-right:0}body .container-wrap .vc_row-fluid[data-column-margin="none"] .wpb_column:not(.child_column),body .container-wrap .inner_row[data-column-margin="none"] .child_column{padding-left:0;padding-right:0}body[data-col-gap="20px"] .wpb_row:not(.full-width-section):not(.full-width-content),body .container-wrap .wpb_row[data-column-margin="20px"]:not(.full-width-section):not(.full-width-content){margin-bottom:20px}body[data-col-gap="20px"] .vc_row-fluid .span_12,body .container-wrap .vc_row-fluid[data-column-margin="20px"]>.span_12,body .container-wrap .vc_row-fluid[data-column-margin="20px"] .full-page-inner>.container>.span_12,body .container-wrap .vc_row-fluid[data-column-margin="20px"] .full-page-inner>.span_12{margin-left:-10px;margin-right:-10px}body[data-col-gap="20px"] .vc_row-fluid .wpb_column,body .container-wrap .vc_row-fluid[data-column-margin="20px"] .wpb_column:not(.child_column),body .container-wrap .inner_row[data-column-margin="20px"] .child_column{padding-left:10px;padding-right:10px}.container-wrap .vc_row-fluid[data-column-margin="20px"].full-width-content>.span_12,.container-wrap .vc_row-fluid[data-column-margin="20px"].full-width-content .full-page-inner>.span_12{margin-left:0;margin-right:0;padding-left:10px;padding-right:10px}.single-portfolio #full_width_portfolio .vc_row-fluid[data-column-margin="20px"].full-width-content>.span_12{padding-right:10px}body[data-col-gap="30px"] .wpb_row:not(.full-width-section):not(.full-width-content),body .container-wrap .wpb_row[data-column-margin="30px"]:not(.full-width-section):not(.full-width-content){margin-bottom:30px}body[data-col-gap="30px"] .vc_row-fluid .span_12,body .container-wrap .vc_row-fluid[data-column-margin="30px"]>.span_12,body .container-wrap .vc_row-fluid[data-column-margin="30px"] .full-page-inner>.container>.span_12,body .container-wrap .vc_row-fluid[data-column-margin="30px"] .full-page-inner>.span_12{margin-left:-15px;margin-right:-15px}body[data-col-gap="30px"] .vc_row-fluid .wpb_column,body .container-wrap .vc_row-fluid[data-column-margin="30px"] .wpb_column:not(.child_column),body .container-wrap .inner_row[data-column-margin="30px"] .child_column{padding-left:15px;padding-right:15px}.container-wrap .vc_row-fluid[data-column-margin="30px"].full-width-content>.span_12,.container-wrap .vc_row-fluid[data-column-margin="30px"].full-width-content .full-page-inner>.span_12{margin-left:0;margin-right:0;padding-left:15px;padding-right:15px}.single-portfolio #full_width_portfolio .vc_row-fluid[data-column-margin="30px"].full-width-content>.span_12{padding-right:15px}body[data-col-gap="40px"] .wpb_row:not(.full-width-section):not(.full-width-content),body .container-wrap .wpb_row[data-column-margin="40px"]:not(.full-width-section):not(.full-width-content){margin-bottom:40px}body[data-col-gap="40px"] .vc_row-fluid .span_12,body .container-wrap .vc_row-fluid[data-column-margin="40px"]>.span_12,body .container-wrap .vc_row-fluid[data-column-margin="40px"] .full-page-inner>.container>.span_12,body .container-wrap .vc_row-fluid[data-column-margin="40px"] .full-page-inner>.span_12{margin-left:-20px;margin-right:-20px}body[data-col-gap="40px"] .vc_row-fluid .wpb_column,body .container-wrap .vc_row-fluid[data-column-margin="40px"] .wpb_column:not(.child_column),body .container-wrap .inner_row[data-column-margin="40px"] .child_column{padding-left:20px;padding-right:20px}.container-wrap .vc_row-fluid[data-column-margin="40px"].full-width-content>.span_12,.container-wrap .vc_row-fluid[data-column-margin="40px"].full-width-content .full-page-inner>.span_12{margin-left:0;margin-right:0;padding-left:20px;padding-right:20px}.single-portfolio #full_width_portfolio .vc_row-fluid[data-column-margin="40px"].full-width-content>.span_12{padding-right:20px}body[data-col-gap="50px"] .vc_row-fluid .span_12,body .container-wrap .vc_row-fluid[data-column-margin="50px"]>.span_12,body .container-wrap .vc_row-fluid[data-column-margin="50px"] .full-page-inner>.container>.span_12,body .container-wrap .vc_row-fluid[data-column-margin="50px"] .full-page-inner>.span_12{margin-left:-25px;margin-right:-25px}body[data-col-gap="50px"] .vc_row-fluid .wpb_column,body .container-wrap .vc_row-fluid[data-column-margin="50px"] .wpb_column:not(.child_column),body .container-wrap .inner_row[data-column-margin="50px"] .child_column{padding-left:25px;padding-right:25px}.container-wrap .vc_row-fluid[data-column-margin="50px"].full-width-content>.span_12,.container-wrap .vc_row-fluid[data-column-margin="50px"].full-width-content .full-page-inner>.span_12{margin-left:0;margin-right:0;padding-left:25px;padding-right:25px}.single-portfolio #full_width_portfolio .vc_row-fluid[data-column-margin="50px"].full-width-content>.span_12{padding-right:25px}body[data-col-gap="60px"] .vc_row-fluid .span_12,body .container-wrap .vc_row-fluid[data-column-margin="60px"]>.span_12,body .container-wrap .vc_row-fluid[data-column-margin="60px"] .full-page-inner>.container>.span_12,body .container-wrap .vc_row-fluid[data-column-margin="60px"] .full-page-inner>.span_12{margin-left:-30px;margin-right:-30px}body[data-col-gap="60px"] .vc_row-fluid .wpb_column,body .container-wrap .vc_row-fluid[data-column-margin="60px"] .wpb_column:not(.child_column),body .container-wrap .inner_row[data-column-margin="60px"] .child_column{padding-left:30px;padding-right:30px}.container-wrap .vc_row-fluid[data-column-margin="60px"].full-width-content>.span_12,.container-wrap .vc_row-fluid[data-column-margin="60px"].full-width-content .full-page-inner>.span_12{margin-left:0;margin-right:0;padding-left:30px;padding-right:30px}.single-portfolio #full_width_portfolio .vc_row-fluid[data-column-margin="60px"].full-width-content>.span_12{padding-right:30px}body[data-col-gap="70px"] .vc_row-fluid .span_12,body .container-wrap .vc_row-fluid[data-column-margin="70px"]>.span_12,body .container-wrap .vc_row-fluid[data-column-margin="70px"] .full-page-inner>.container>.span_12,body .container-wrap .vc_row-fluid[data-column-margin="70px"] .full-page-inner>.span_12{margin-left:-35px;margin-right:-35px}body[data-col-gap="70px"] .vc_row-fluid .wpb_column,body .container-wrap .vc_row-fluid[data-column-margin="70px"] .wpb_column:not(.child_column),body .container-wrap .inner_row[data-column-margin="70px"] .child_column{padding-left:35px;padding-right:35px}.container-wrap .vc_row-fluid[data-column-margin="70px"].full-width-content>.span_12,.container-wrap .vc_row-fluid[data-column-margin="70px"].full-width-content .full-page-inner>.span_12{margin-left:0;margin-right:0;padding-left:35px;padding-right:35px}.single-portfolio #full_width_portfolio .vc_row-fluid[data-column-margin="70px"].full-width-content>.span_12{padding-right:35px}body[data-col-gap="80px"] .vc_row-fluid .span_12,body .container-wrap .vc_row-fluid[data-column-margin="80px"]>.span_12,body .container-wrap .vc_row-fluid[data-column-margin="80px"] .full-page-inner>.container>.span_12,body .container-wrap .vc_row-fluid[data-column-margin="80px"] .full-page-inner>.span_12{margin-left:-40px;margin-right:-40px}body[data-col-gap="80px"] .vc_row-fluid .wpb_column,body .container-wrap .vc_row-fluid[data-column-margin="80px"] .wpb_column:not(.child_column),body .container-wrap .inner_row[data-column-margin="80px"] .child_column{padding-left:40px;padding-right:40px}.container-wrap .vc_row-fluid[data-column-margin="80px"].full-width-content>.span_12,.container-wrap .vc_row-fluid[data-column-margin="80px"].full-width-content .full-page-inner>.span_12{margin-left:0;margin-right:0;padding-left:40px;padding-right:40px}.single-portfolio #full_width_portfolio .vc_row-fluid[data-column-margin="80px"].full-width-content>.span_12{padding-right:40px}body[data-col-gap="90px"] .vc_row-fluid .span_12,body .container-wrap .vc_row-fluid[data-column-margin="90px"]>.span_12,body .container-wrap .vc_row-fluid[data-column-margin="90px"] .full-page-inner>.container>.span_12,body .container-wrap .vc_row-fluid[data-column-margin="90px"] .full-page-inner>.span_12{margin-left:-45px;margin-right:-45px}body[data-col-gap="90px"] .vc_row-fluid .wpb_column,body .container-wrap .vc_row-fluid[data-column-margin="90px"] .wpb_column:not(.child_column),body .container-wrap .inner_row[data-column-margin="90px"] .child_column{padding-left:45px;padding-right:45px}.container-wrap .vc_row-fluid[data-column-margin="90px"].full-width-content>.span_12,.container-wrap .vc_row-fluid[data-column-margin="90px"].full-width-content .full-page-inner>.span_12{margin-left:0;margin-right:0;padding-left:45px;padding-right:45px}body .container-wrap .vc_row-fluid[data-column-margin="100px"]>.span_12,body .container-wrap .vc_row-fluid[data-column-margin="100px"] .full-page-inner>.container>.span_12,body .container-wrap .vc_row-fluid[data-column-margin="100px"] .full-page-inner>.span_12{margin-left:-50px;margin-right:-50px}body .container-wrap .vc_row-fluid[data-column-margin="100px"] .wpb_column:not(.child_column),body .container-wrap .inner_row[data-column-margin="100px"] .child_column{padding-left:50px;padding-right:50px}.container-wrap .vc_row-fluid[data-column-margin="100px"].full-width-content>.span_12,.container-wrap .vc_row-fluid[data-column-margin="100px"].full-width-content .full-page-inner>.span_12{margin-left:0;margin-right:0;padding-left:50px;padding-right:50px}html body .full-width-content.vc_row-fluid .wpb_column{padding:0}.full-width-content.vc_row-fluid .wpb_column .wpb_row,.full-width-content.vc_row-fluid .wpb_column .wpb_wrapper,html body .full-width-content.vc_row-fluid .span_12{margin:0}@media only screen and (max-width:999px) and (min-width:690px){.vc_row-fluid[data-column-margin="20px"]>.span_12>.one-fourths:not([class*="vc_col-xs-"]),.vc_row-fluid .vc_row-fluid.inner_row[data-column-margin="20px"]>.span_12>.one-fourths:not([class*="vc_col-xs-"]){margin-bottom:20px!important}body[data-col-gap="30px"] .vc_row-fluid:not(.inner_row):not(.full-width-content)>.span_12>.one-fourths:not([class*="vc_col-xs-"]),body[data-col-gap="30px"] .vc_row-fluid:not(.full-width-content) .vc_row-fluid.inner_row>.span_12>.one-fourths:not([class*="vc_col-xs-"]),.vc_row-fluid[data-column-margin="30px"]>.span_12>.one-fourths:not([class*="vc_col-xs-"]),.vc_row-fluid .vc_row-fluid.inner_row[data-column-margin="30px"]>.span_12>.one-fourths:not([class*="vc_col-xs-"]){margin-bottom:30px}body[data-col-gap="40px"] .vc_row-fluid:not(.inner_row):not(.full-width-content)>.span_12>.one-fourths:not([class*="vc_col-xs-"]),body[data-col-gap="40px"] .vc_row-fluid:not(.full-width-content) .vc_row-fluid.inner_row>.span_12>.one-fourths:not([class*="vc_col-xs-"]),.vc_row-fluid[data-column-margin="40px"]>.span_12>.one-fourths:not([class*="vc_col-xs-"]),.vc_row-fluid .vc_row-fluid.inner_row[data-column-margin="40px"]>.span_12>.one-fourths:not([class*="vc_col-xs-"]){margin-bottom:40px}body[data-col-gap="50px"] .vc_row-fluid:not(.inner_row):not(.full-width-content)>.span_12>.one-fourths:not([class*="vc_col-xs-"]),body[data-col-gap="50px"] .vc_row-fluid:not(.full-width-content) .vc_row-fluid.inner_row>.span_12>.one-fourths:not([class*="vc_col-xs-"]),.vc_row-fluid[data-column-margin="50px"]>.span_12>.one-fourths:not([class*="vc_col-xs-"]),.vc_row-fluid.vc_row-fluid.inner_row[data-column-margin="50px"]>.span_12>.one-fourths:not([class*="vc_col-xs-"]){margin-bottom:50px}body[data-col-gap="60px"] .vc_row-fluid:not(.inner_row):not(.full-width-content)>.span_12>.one-fourths:not([class*="vc_col-xs-"]),body[data-col-gap="60px"] .vc_row-fluid:not(.full-width-content) .vc_row-fluid.inner_row>.span_12>.one-fourths:not([class*="vc_col-xs-"]),.vc_row-fluid[data-column-margin="60px"]>.span_12>.one-fourths:not([class*="vc_col-xs-"]),.vc_row-fluid .vc_row-fluid.inner_row[data-column-margin="60px"]>.span_12>.one-fourths:not([class*="vc_col-xs-"]){margin-bottom:60px}body[data-col-gap="70px"] .vc_row-fluid:not(.inner_row):not(.full-width-content)>.span_12>.one-fourths:not([class*="vc_col-xs-"]),body[data-col-gap="70px"] .vc_row-fluid:not(.full-width-content) .vc_row-fluid.inner_row>.span_12>.one-fourths:not([class*="vc_col-xs-"]),.vc_row-fluid[data-column-margin="70px"]>.span_12>.one-fourths:not([class*="vc_col-xs-"]),.vc_row-fluid .vc_row-fluid.inner_row[data-column-margin="70px"]>.span_12>.one-fourths:not([class*="vc_col-xs-"]){margin-bottom:70px}}@media only screen and (max-width:999px){.container-wrap .full-width-content .vc_row-fluid[data-column-margin*="px"]>.span_12>.wpb_column{margin-bottom:30px}}.vc_row-fluid[data-column-margin="default"].full-width-content>.span_12>.one-fourths:not([class*="vc_col-xs-"]),.vc_row-fluid[data-column-margin="none"].full-width-content>.span_12>.one-fourths:not([class*="vc_col-xs-"]),body[data-col-gap*="px"] .vc_row-fluid[data-column-margin="default"].full-width-content>.span_12>.one-fourths:not([class*="vc_col-xs-"]),body[data-col-gap*="px"] .vc_row-fluid[data-column-margin="none"].full-width-content>.span_12>.one-fourths:not([class*="vc_col-xs-"]),body[data-col-gap*="px"] .vc_row-fluid.full-width-content .inner_row[data-column-margin="default"]>.span_12>.one-fourths:not([class*="vc_col-xs-"]),body[data-col-gap*="px"] .vc_row-fluid.full-width-content .inner_row[data-column-margin="none"]>.span_12>.one-fourths:not([class*="vc_col-xs-"]),body[data-col-gap*="px"] .vc_row-fluid[data-column-margin="default"].full-width-content,body[data-col-gap*="px"] .vc_row-fluid[data-column-margin="none"].full-width-content,body[data-col-gap*="px"] .full-width-content .inner_row[data-column-margin="default"],body[data-col-gap*="px"] .full-width-content .inner_row[data-column-margin="none"]{margin-bottom:0}body[data-col-gap*="px"] .vc_row-fluid[data-column-margin="default"].full-width-content>.span_12,body[data-col-gap*="px"] .vc_row-fluid[data-column-margin="none"].full-width-content>.span_12,body[data-col-gap*="px"] .full-width-content .inner_row[data-column-margin="default"]>.span_12,body[data-col-gap*="px"] .full-width-content .inner_row[data-column-margin="none"]>.span_12{margin-left:0;margin-right:0}body[data-col-gap*="px"] .vc_row-fluid[data-column-margin="default"].full-width-content>.span_12>.wpb_column,body[data-col-gap*="px"] .vc_row-fluid[data-column-margin="none"].full-width-content>.span_12>.wpb_column,body[data-col-gap*="px"] .full-width-content .inner_row[data-column-margin="default"]>.span_12>.wpb_column,body[data-col-gap*="px"] .full-width-content .inner_row[data-column-margin="none"]>.span_12>.wpb_column{padding-left:0;padding-right:0}.wpb_column[data-border-radius*="px"]>.vc_column-inner>.column-bg-overlay-wrap{overflow:hidden}.vc_row-fluid .wpb_column.boxed,.material .vc_row-fluid .wpb_column.boxed,.ascend .vc_row-fluid .wpb_column.boxed{background-color:#fff0;-webkit-box-shadow:none;box-shadow:none}.wpb_column.boxed>.vc_column-inner{box-shadow:0 1px 1px rgb(0 0 0 / .1);-webkit-box-shadow:0 1px 1px rgb(0 0 0 / .1);background-color:#fff;padding:25px 15px 15px;position:relative;-webkit-transition:transform .2s ease,-webkit-box-shadow .2s ease;transition:transform .2s ease,box-shadow .2s ease;top:0}.wpb_column.boxed:hover>.vc_column-inner{transform:translateY(-4px);-webkit-transform:translateY(-4px);box-shadow:0 17px 25px rgb(0 0 0 / .13);-webkit-box-shadow:0 17px 25px rgb(0 0 0 / .13)}.vc_row-fluid .wpb_column{box-shadow:none}.wpb_column[data-shadow="small_depth"]>.vc_column-inner>.column-bg-overlay-wrap{box-shadow:rgb(0 0 0 / .04) 0 1px 0,rgb(0 0 0 / .05) 0 2px 7px,rgb(0 0 0 / .06) 0 12px 22px}.wpb_column[data-shadow="medium_depth"]>.vc_column-inner>.column-bg-overlay-wrap{box-shadow:0 30px 80px rgb(0 0 0 / .14),0 20px 70px rgb(0 0 0 / .12)}.wpb_column[data-shadow="large_depth"]>.vc_column-inner>.column-bg-overlay-wrap{box-shadow:0 40px 100px rgb(0 0 0 / .15),0 25px 80px rgb(0 0 0 / .1)}.wpb_column[data-shadow="x_large_depth"]>.vc_column-inner>.column-bg-overlay-wrap{box-shadow:0 60px 135px rgb(0 0 0 / .14),0 15px 65px rgb(0 0 0 / .14)}.wpb_column>.vc_column-inner>.border-wrap{position:static;pointer-events:none}.wpb_column>.vc_column-inner>.border-wrap>span{position:absolute;z-index:100}.wpb_column[data-border-style="solid"]>.vc_column-inner>.border-wrap>span{border-style:solid}.wpb_column[data-border-style="dotted"]>.vc_column-inner>.border-wrap>span{border-style:dotted}.wpb_column[data-border-style="dashed"]>.vc_column-inner>.border-wrap>span{border-style:dashed}.wpb_column>.vc_column-inner>.border-wrap>.border-top,.wpb_column[data-border-style*="double"]>.vc_column-inner>.border-wrap>.border-top:after{width:100%;top:0;left:0;border-color:inherit}.wpb_column>.vc_column-inner>.border-wrap>.border-bottom,.wpb_column[data-border-style*="double"]>.vc_column-inner>.border-wrap>.border-bottom:after{width:100%;bottom:0;left:0;border-color:inherit}.wpb_column>.vc_column-inner>.border-wrap>.border-left,.wpb_column[data-border-style*="double"]>.vc_column-inner>.border-wrap>.border-left:after{height:100%;top:0;left:0;border-color:inherit}.wpb_column>.vc_column-inner>.border-wrap>.border-right,.wpb_column[data-border-style*="double"]>.vc_column-inner>.border-wrap>.border-right:after{height:100%;top:0;right:0;border-color:inherit}.wpb_column>.vc_column-inner>.border-wrap>.border-right,.wpb_column[data-border-style*="double"]>.vc_column-inner>.border-wrap>.border-right:after,.wpb_column>.vc_column-inner>.border-wrap>.border-left,.wpb_column[data-border-style*="double"]>.vc_column-inner>.border-wrap>.border-left:after,.wpb_column>.vc_column-inner>.border-wrap>.border-bottom,.wpb_column[data-border-style*="double"]>.vc_column-inner>.border-wrap>.border-bottom:after{border-top:none!important}.wpb_column>.vc_column-inner>.border-wrap>.border-left,.wpb_column[data-border-style*="double"]>.vc_column-inner>.border-wrap>.border-left:after,.wpb_column>.vc_column-inner>.border-wrap>.border-bottom,.wpb_column[data-border-style*="double"]>.vc_column-inner>.border-wrap>.border-bottom:after,.wpb_column>.vc_column-inner>.border-wrap>.border-top,.wpb_column[data-border-style*="double"]>.vc_column-inner>.border-wrap>.border-top:after{border-right:none!important}.wpb_column>.vc_column-inner>.border-wrap>.border-right,.wpb_column[data-border-style*="double"]>.vc_column-inner>.border-wrap>.border-right:after,.wpb_column>.vc_column-inner>.border-wrap>.border-left,.wpb_column[data-border-style*="double"]>.vc_column-inner>.border-wrap>.border-left:after,.wpb_column>.vc_column-inner>.border-wrap>.border-top,.wpb_column[data-border-style*="double"]>.vc_column-inner>.border-wrap>.border-top:after{border-bottom:none!important}.wpb_column>.vc_column-inner>.border-wrap>.border-right,.wpb_column[data-border-style*="double"]>.vc_column-inner>.border-wrap>.border-right:after,.wpb_column>.vc_column-inner>.border-wrap>.border-bottom,.wpb_column[data-border-style*="double"]>.vc_column-inner>.border-wrap>.border-bottom:after,.wpb_column>.vc_column-inner>.border-wrap>.border-top,.wpb_column[data-border-style*="double"]>.vc_column-inner>.border-wrap>.border-top:after{border-left:none!important}@media only screen and (min-width:1000px){.wpb_column.has-animation[data-animation="reveal-from-bottom"]>.vc_column-inner{transform:translateY(101%);-webkit-transform:translateY(101%)}.wpb_column.has-animation[data-animation="reveal-from-top"]>.vc_column-inner{transform:translateY(-101%);-webkit-transform:translateY(-101%)}.wpb_column.has-animation[data-animation="reveal-from-left"]>.vc_column-inner{transform:translateX(-120%);-webkit-transform:translateX(-120%)}.wpb_column.has-animation[data-animation="reveal-from-right"]>.vc_column-inner{transform:translateX(120%);-webkit-transform:translateX(120%)}}body[data-m-animate="1"] .wpb_column.has-animation[data-animation="reveal-from-bottom"]>.vc_column-inner{transform:translateY(101%);-webkit-transform:translateY(101%)}body[data-m-animate="1"] .wpb_column.has-animation[data-animation="reveal-from-top"]>.vc_column-inner{transform:translateY(-101%);-webkit-transform:translateY(-101%)}body[data-m-animate="1"] .wpb_column.has-animation[data-animation="reveal-from-left"]>.vc_column-inner{transform:translateX(-120%);-webkit-transform:translateX(-120%)}body[data-m-animate="1"] .wpb_column.has-animation[data-animation="reveal-from-right"]>.vc_column-inner{transform:translateX(120%);-webkit-transform:translateX(120%)}body[data-col-gap] .vc_row-fluid .span_12.testimonial_slider,body[data-col-gap] .vc_row-fluid .span_12.col.section-title,body[data-col-gap] .vc_row-fluid .span_12.post-area{margin-left:0;margin-right:0}.col.padding-1-percent>.vc_column-inner{padding:calc(600px * 0.01)}.col.padding-2-percent>.vc_column-inner,.col.padding-3-percent>.vc_column-inner{padding:calc(600px * 0.03)}.col.padding-4-percent>.vc_column-inner,.col.padding-5-percent>.vc_column-inner,.col.padding-6-percent>.vc_column-inner{padding:calc(600px * 0.06)}.col.padding-7-percent>.vc_column-inner{padding:calc(600px * 0.07)}.col.padding-8-percent>.vc_column-inner{padding:calc(600px * 0.08)}.col.padding-9-percent>.vc_column-inner{padding:calc(600px * 0.09)}.col.padding-10-percent>.vc_column-inner{padding:calc(600px * 0.1)}.col.padding-11-percent>.vc_column-inner{padding:calc(600px * 0.11)}.col.padding-12-percent>.vc_column-inner{padding:calc(600px * 0.12)}.col.padding-13-percent>.vc_column-inner{padding:calc(600px * 0.13)}.col.padding-14-percent>.vc_column-inner{padding:calc(600px * 0.14)}.col.padding-15-percent>.vc_column-inner{padding:calc(600px * 0.15)}.col.padding-16-percent>.vc_column-inner{padding:calc(600px * 0.16)}.col.padding-17-percent>.vc_column-inner{padding:calc(600px * 0.17)}.col.padding-18-percent>.vc_column-inner{padding:calc(600px * 0.18)}.col.padding-19-percent>.vc_column-inner{padding:calc(600px * 0.19)}.col.padding-20-percent>.vc_column-inner{padding:calc(600px * 0.2)}@media only screen and (max-width:999px) and (min-width:691px){.wpb_column.col.no-extra-padding_tablet>.vc_column-inner,.full-width-content .wpb_column.col.no-extra-padding_tablet>.vc_column-inner{padding:0}}@media only screen and (max-width:690px){body .wpb_column.col.no-extra-padding_phone>.vc_column-inner,body .wpb_column.child_column.col.no-extra-padding_phone>.vc_column-inner,body .full-width-content .wpb_column.col.no-extra-padding_phone>.vc_column-inner{padding:0}.col.padding-1-percent>.vc_column-inner{padding:calc(100vw * 0.01)}.col.padding-2-percent>.vc_column-inner,.col.padding-3-percent>.vc_column-inner{padding:calc(100vw * 0.03)}.col.padding-4-percent>.vc_column-inner,.col.padding-5-percent>.vc_column-inner,.col.padding-6-percent>.vc_column-inner{padding:calc(100vw * 0.06)}.col.padding-7-percent>.vc_column-inner{padding:calc(100vw * 0.07)}.col.padding-8-percent>.vc_column-inner{padding:calc(100vw * 0.08)}.col.padding-9-percent>.vc_column-inner{padding:calc(100vw * 0.09)}.col.padding-10-percent>.vc_column-inner{padding:calc(100vw * 0.1)}.col.padding-11-percent>.vc_column-inner{padding:calc(100vw * 0.11)}.col.padding-12-percent>.vc_column-inner{padding:calc(100vw * 0.12)}.col.padding-13-percent>.vc_column-inner{padding:calc(100vw * 0.13)}.col.padding-14-percent>.vc_column-inner{padding:calc(100vw * 0.14)}.col.padding-15-percent>.vc_column-inner{padding:calc(100vw * 0.15)}.col.padding-16-percent>.vc_column-inner{padding:calc(100vw * 0.16)}.col.padding-17-percent>.vc_column-inner{padding:calc(100vw * 0.17)}.col.padding-18-percent>.vc_column-inner{padding:calc(100vw * 0.18)}.col.padding-19-percent>.vc_column-inner{padding:calc(100vw * 0.19)}.col.padding-20-percent>.vc_column-inner{padding:calc(100vw * 0.2)}.col.padding-1-percent[data-border-width*="px"]>.vc_column-inner,.col.padding-2-percent[data-border-width*="px"]>.vc_column-inner,.col.padding-3-percent[data-border-width*="px"]>.vc_column-inner,.col.padding-4-percent[data-border-width*="px"]>.vc_column-inner,.col.padding-5-percent[data-border-width*="px"]>.vc_column-inner,.col.padding-6-percent[data-border-width*="px"]>.vc_column-inner,.col.padding-7-percent[data-border-width*="px"]>.vc_column-inner{padding:calc(100vw * 0.09)}}@media only screen and (min-width:1000px){.col.padding-1-percent>.vc_column-inner{padding:calc((100vw - 180px) * 0.01)}.col.padding-2-percent>.vc_column-inner{padding:calc((100vw - 180px) * 0.02)}.col.padding-3-percent>.vc_column-inner{padding:calc((100vw - 180px) * 0.03)}.col.padding-4-percent>.vc_column-inner{padding:calc((100vw - 180px) * 0.04)}.col.padding-5-percent>.vc_column-inner{padding:calc((100vw - 180px) * 0.05)}.col.padding-6-percent>.vc_column-inner{padding:calc((100vw - 180px) * 0.06)}.col.padding-7-percent>.vc_column-inner{padding:calc((100vw - 180px) * 0.07)}.col.padding-8-percent>.vc_column-inner{padding:calc((100vw - 180px) * 0.08)}.col.padding-9-percent>.vc_column-inner{padding:calc((100vw - 180px) * 0.09)}.col.padding-10-percent>.vc_column-inner{padding:calc((100vw - 180px) * 0.1)}.col.padding-11-percent>.vc_column-inner{padding:calc((100vw - 180px) * 0.11)}.col.padding-12-percent>.vc_column-inner{padding:calc((100vw - 180px) * 0.12)}.col.padding-13-percent>.vc_column-inner{padding:calc((100vw - 180px) * 0.13)}.col.padding-14-percent>.vc_column-inner{padding:calc((100vw - 180px) * 0.14)}.col.padding-15-percent>.vc_column-inner{padding:calc((100vw - 180px) * 0.15)}.col.padding-16-percent>.vc_column-inner{padding:calc((100vw - 180px) * 0.16)}.col.padding-17-percent>.vc_column-inner{padding:calc((100vw - 180px) * 0.17)}.col.padding-18-percent>.vc_column-inner{padding:calc((100vw - 180px) * 0.18)}.col.padding-19-percent>.vc_column-inner{padding:calc((100vw - 180px) * 0.19)}.col.padding-20-percent>.vc_column-inner{padding:calc((100vw - 180px) * 0.2)}.column_container:not(.vc_col-sm-12) .col.padding-1-percent>.vc_column-inner{padding:calc((100vw - 180px) * 0.005)}.column_container:not(.vc_col-sm-12) .col.padding-2-percent>.vc_column-inner{padding:calc((100vw - 180px) * 0.01)}.column_container:not(.vc_col-sm-12) .col.padding-3-percent>.vc_column-inner{padding:calc((100vw - 180px) * 0.015)}.column_container:not(.vc_col-sm-12) .col.padding-4-percent>.vc_column-inner{padding:calc((100vw - 180px) * 0.02)}.column_container:not(.vc_col-sm-12) .col.padding-5-percent>.vc_column-inner{padding:calc((100vw - 180px) * 0.025)}.column_container:not(.vc_col-sm-12) .col.padding-6-percent>.vc_column-inner{padding:calc((100vw - 180px) * 0.03)}.column_container:not(.vc_col-sm-12) .col.padding-7-percent>.vc_column-inner{padding:calc((100vw - 180px) * 0.035)}.column_container:not(.vc_col-sm-12) .col.padding-8-percent>.vc_column-inner{padding:calc((100vw - 180px) * 0.04)}.column_container:not(.vc_col-sm-12) .col.padding-9-percent>.vc_column-inner{padding:calc((100vw - 180px) * 0.045)}.column_container:not(.vc_col-sm-12) .col.padding-10-percent>.vc_column-inner{padding:calc((100vw - 180px) * 0.05)}.column_container:not(.vc_col-sm-12) .col.padding-11-percent>.vc_column-inner{padding:calc((100vw - 180px) * 0.055)}.column_container:not(.vc_col-sm-12) .col.padding-12-percent>.vc_column-inner{padding:calc((100vw - 180px) * 0.06)}.column_container:not(.vc_col-sm-12) .col.padding-13-percent>.vc_column-inner{padding:calc((100vw - 180px) * 0.065)}.column_container:not(.vc_col-sm-12) .col.padding-14-percent>.vc_column-inner{padding:calc((100vw - 180px) * 0.07)}.column_container:not(.vc_col-sm-12) .col.padding-15-percent>.vc_column-inner{padding:calc((100vw - 180px) * 0.075)}.column_container:not(.vc_col-sm-12) .col.padding-16-percent>.vc_column-inner{padding:calc((100vw - 180px) * 0.08)}.column_container:not(.vc_col-sm-12) .col.padding-17-percent>.vc_column-inner{padding:calc((100vw - 180px) * 0.09)}.column_container:not(.vc_col-sm-12) .col.padding-18-percent>.vc_column-inner{padding:calc((100vw - 180px) * 0.095)}.column_container:not(.vc_col-sm-12) .col.padding-19-percent>.vc_column-inner{padding:calc((100vw - 180px) * 0.1)}.column_container:not(.vc_col-sm-12) .col.padding-20-percent>.vc_column-inner{padding:calc((100vw - 180px) * 0.105)}}@media only screen and (min-width:1425px){.col.padding-1-percent>.vc_column-inner{padding:calc(1245px * 0.01)}.col.padding-2-percent>.vc_column-inner{padding:calc(1245px * 0.02)}.col.padding-3-percent>.vc_column-inner{padding:calc(1245px * 0.03)}.col.padding-4-percent>.vc_column-inner{padding:calc(1245px * 0.04)}.col.padding-5-percent>.vc_column-inner{padding:calc(1245px * 0.05)}.col.padding-6-percent>.vc_column-inner{padding:calc(1245px * 0.06)}.col.padding-7-percent>.vc_column-inner{padding:calc(1245px * 0.07)}.col.padding-8-percent>.vc_column-inner{padding:calc(1245px * 0.08)}.col.padding-9-percent>.vc_column-inner{padding:calc(1245px * 0.09)}.col.padding-10-percent>.vc_column-inner{padding:calc(1245px * 0.1)}.col.padding-11-percent>.vc_column-inner{padding:calc(1245px * 0.11)}.col.padding-12-percent>.vc_column-inner{padding:calc(1245px * 0.12)}.col.padding-13-percent>.vc_column-inner{padding:calc(1245px * 0.13)}.col.padding-14-percent>.vc_column-inner{padding:calc(1245px * 0.14)}.col.padding-15-percent>.vc_column-inner{padding:calc(1245px * 0.15)}.col.padding-16-percent>.vc_column-inner{padding:calc(1245px * 0.16)}.col.padding-17-percent>.vc_column-inner{padding:calc(1245px * 0.17)}.col.padding-18-percent>.vc_column-inner{padding:calc(1245px * 0.18)}.col.padding-19-percent>.vc_column-inner{padding:calc(1245px * 0.19)}.col.padding-20-percent>.vc_column-inner{padding:calc(1245px * 0.2)}.column_container:not(.vc_col-sm-12) .col.padding-1-percent>.vc_column-inner{padding:calc(1245px * 0.005)}.column_container:not(.vc_col-sm-12) .col.padding-2-percent>.vc_column-inner{padding:calc(1245px * 0.01)}.column_container:not(.vc_col-sm-12) .col.padding-3-percent>.vc_column-inner{padding:calc(1245px * 0.015)}.column_container:not(.vc_col-sm-12) .col.padding-4-percent>.vc_column-inner{padding:calc(1245px * 0.02)}.column_container:not(.vc_col-sm-12) .col.padding-5-percent>.vc_column-inner{padding:calc(1245px * 0.025)}.column_container:not(.vc_col-sm-12) .col.padding-6-percent>.vc_column-inner{padding:calc(1245px * 0.03)}.column_container:not(.vc_col-sm-12) .col.padding-7-percent>.vc_column-inner{padding:calc(1245px * 0.035)}.column_container:not(.vc_col-sm-12) .col.padding-8-percent>.vc_column-inner{padding:calc(1245px * 0.04)}.column_container:not(.vc_col-sm-12) .col.padding-9-percent>.vc_column-inner{padding:calc(1245px * 0.045)}.column_container:not(.vc_col-sm-12) .col.padding-10-percent>.vc_column-inner{padding:calc(1245px * 0.05)}.column_container:not(.vc_col-sm-12) .col.padding-11-percent>.vc_column-inner{padding:calc(1245px * 0.055)}.column_container:not(.vc_col-sm-12) .col.padding-12-percent>.vc_column-inner{padding:calc(1245px * 0.06)}.column_container:not(.vc_col-sm-12) .col.padding-13-percent>.vc_column-inner{padding:calc(1245px * 0.065)}.column_container:not(.vc_col-sm-12) .col.padding-14-percent>.vc_column-inner{padding:calc(1245px * 0.07)}.column_container:not(.vc_col-sm-12) .col.padding-15-percent>.vc_column-inner{padding:calc(1245px * 0.075)}.column_container:not(.vc_col-sm-12) .col.padding-16-percent>.vc_column-inner{padding:calc(1245px * 0.08)}.column_container:not(.vc_col-sm-12) .col.padding-17-percent>.vc_column-inner{padding:calc(1245px * 0.09)}.column_container:not(.vc_col-sm-12) .col.padding-18-percent>.vc_column-inner{padding:calc(1245px * 0.095)}.column_container:not(.vc_col-sm-12) .col.padding-19-percent>.vc_column-inner{padding:calc(1245px * 0.1)}.column_container:not(.vc_col-sm-12) .col.padding-20-percent>.vc_column-inner{padding:calc(1245px * 0.105)}}.full-width-content .col.padding-1-percent>.vc_column-inner{padding:calc(100vw * 0.01)}.full-width-content .col.padding-2-percent>.vc_column-inner{padding:calc(100vw * 0.02)}.full-width-content .col.padding-3-percent>.vc_column-inner{padding:calc(100vw * 0.03)}.full-width-content .col.padding-4-percent>.vc_column-inner{padding:calc(100vw * 0.04)}.full-width-content .col.padding-5-percent>.vc_column-inner{padding:calc(100vw * 0.05)}.full-width-content .col.padding-6-percent>.vc_column-inner{padding:calc(100vw * 0.06)}.full-width-content .col.padding-7-percent>.vc_column-inner{padding:calc(100vw * 0.07)}.full-width-content .col.padding-8-percent>.vc_column-inner{padding:calc(100vw * 0.08)}.full-width-content .col.padding-9-percent>.vc_column-inner{padding:calc(100vw * 0.09)}.full-width-content .col.padding-10-percent>.vc_column-inner{padding:calc(100vw * 0.1)}.full-width-content .col.padding-11-percent>.vc_column-inner{padding:calc(100vw * 0.11)}.full-width-content .col.padding-12-percent>.vc_column-inner{padding:calc(100vw * 0.12)}.full-width-content .col.padding-13-percent>.vc_column-inner{padding:calc(100vw * 0.13)}.full-width-content .col.padding-14-percent>.vc_column-inner{padding:calc(100vw * 0.14)}.full-width-content .col.padding-15-percent>.vc_column-inner{padding:calc(100vw * 0.15)}.full-width-content .col.padding-16-percent>.vc_column-inner{padding:calc(100vw * 0.16)}.full-width-content .col.padding-17-percent>.vc_column-inner{padding:calc(100vw * 0.17)}.full-width-content .col.padding-18-percent>.vc_column-inner{padding:calc(100vw * 0.18)}.full-width-content .col.padding-19-percent>.vc_column-inner{padding:calc(100vw * 0.19)}.full-width-content .col.padding-20-percent>.vc_column-inner{padding:calc(100vw * 0.2)}@media only screen and (max-width:999px){.full-width-content .col.padding-1-percent>.vc_column-inner{padding:calc(100vw * 0.01)}.full-width-content .col.padding-2-percent>.vc_column-inner,.full-width-content .col.padding-3-percent>.vc_column-inner{padding:calc(100vw * 0.03)}.full-width-content .col.padding-4-percent>.vc_column-inner,.full-width-content .col.padding-5-percent>.vc_column-inner,.full-width-content .col.padding-6-percent>.vc_column-inner{padding:calc(100vw * 0.06)}}@media only screen and (min-width:1000px){.full-width-content .column_container:not(.vc_col-sm-12) .col.padding-1-percent>.vc_column-inner{padding:calc(100vw * 0.005)}.full-width-content .column_container:not(.vc_col-sm-12) .col.padding-2-percent>.vc_column-inner{padding:calc(100vw * 0.01)}.full-width-content .column_container:not(.vc_col-sm-12) .col.padding-3-percent>.vc_column-inner{padding:calc(100vw * 0.015)}.full-width-content .column_container:not(.vc_col-sm-12) .col.padding-4-percent>.vc_column-inner{padding:calc(100vw * 0.02)}.full-width-content .column_container:not(.vc_col-sm-12) .col.padding-5-percent>.vc_column-inner{padding:calc(100vw * 0.025)}.full-width-content .column_container:not(.vc_col-sm-12) .col.padding-6-percent>.vc_column-inner{padding:calc(100vw * 0.03)}.full-width-content .column_container:not(.vc_col-sm-12) .col.padding-7-percent>.vc_column-inner{padding:calc(100vw * 0.035)}.full-width-content .column_container:not(.vc_col-sm-12) .col.padding-8-percent>.vc_column-inner{padding:calc(100vw * 0.04)}.full-width-content .column_container:not(.vc_col-sm-12) .col.padding-9-percent>.vc_column-inner{padding:calc(100vw * 0.045)}.full-width-content .column_container:not(.vc_col-sm-12) .col.padding-10-percent>.vc_column-inner{padding:calc(100vw * 0.05)}.full-width-content .column_container:not(.vc_col-sm-12) .col.padding-11-percent>.vc_column-inner{padding:calc(100vw * 0.055)}.full-width-content .column_container:not(.vc_col-sm-12) .col.padding-12-percent>.vc_column-inner{padding:calc(100vw * 0.06)}.full-width-content .column_container:not(.vc_col-sm-12) .col.padding-13-percent>.vc_column-inner{padding:calc(100vw * 0.065)}.full-width-content .column_container:not(.vc_col-sm-12) .col.padding-14-percent>.vc_column-inner{padding:calc(100vw * 0.07)}.full-width-content .column_container:not(.vc_col-sm-12) .col.padding-15-percent>.vc_column-inner{padding:calc(100vw * 0.075)}.full-width-content .column_container:not(.vc_col-sm-12) .col.padding-16-percent>.vc_column-inner{padding:calc(100vw * 0.08)}.full-width-content .column_container:not(.vc_col-sm-12) .col.padding-17-percent>.vc_column-inner{padding:calc(100vw * 0.09)}.full-width-content .column_container:not(.vc_col-sm-12) .col.padding-18-percent>.vc_column-inner{padding:calc(100vw * 0.095)}.full-width-content .column_container:not(.vc_col-sm-12) .col.padding-19-percent>.vc_column-inner{padding:calc(100vw * 0.1)}.full-width-content .column_container:not(.vc_col-sm-12) .col.padding-20-percent>.vc_column-inner{padding:calc(100vw * 0.105)}}body #ajax-content-wrap .col[data-padding-pos="right"]>.vc_column-inner{padding-left:0;padding-top:0;padding-bottom:0}body #ajax-content-wrap .col[data-padding-pos="left"]>.vc_column-inner{padding-right:0;padding-top:0;padding-bottom:0}body #ajax-content-wrap .col[data-padding-pos="bottom"]>.vc_column-inner{padding-right:0;padding-top:0;padding-left:0}#ajax-content-wrap .col[data-padding-pos="top"]>.vc_column-inner{padding-right:0;padding-bottom:0;padding-left:0}#ajax-content-wrap .col[data-padding-pos="top-right"]>.vc_column-inner{padding-bottom:0;padding-left:0}#ajax-content-wrap .col[data-padding-pos="top-left"]>.vc_column-inner{padding-bottom:0;padding-right:0}#ajax-content-wrap .col[data-padding-pos="top-bottom"]>.vc_column-inner{padding-left:0;padding-right:0}#ajax-content-wrap .col[data-padding-pos="bottom-right"]>.vc_column-inner{padding-left:0;padding-top:0}#ajax-content-wrap .col[data-padding-pos="bottom-left"]>.vc_column-inner{padding-right:0;padding-top:0}#ajax-content-wrap .col[data-padding-pos="left-right"]>.vc_column-inner{padding-top:0;padding-bottom:0}body.compose-mode .vc_row.vc_row-o-content-middle>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.span_12>.vc_element>.vc_column_container>.vc_column-inner,body.compose-mode .vc_row.vc_row-o-content-middle>.fp-tableCell .fp-scrollable>.fp-scroller .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.span_12>.vc_element>.vc_column_container>.vc_column-inner{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:100%}body.compose-mode .wpb_row.vc_row-flex>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.span_12>.vc_element>.vc_column_container>.vc_column-inner,body.compose-mode .wpb_row.vc_row-flex>.fp-tableCell .fp-scrollable>.fp-scroller>.full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.span_12>.vc_element>.vc_column_container>.vc_column-inner{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}@media (max-width:999px) and (min-width:691px){.vc_col-xs-12:not([data-t-w-inherits="small_desktop"]){width:100%}.vc_col-xs-11:not([data-t-w-inherits="small_desktop"]){width:91.66666667%}.vc_col-xs-10:not([data-t-w-inherits="small_desktop"]){width:83.33333333%}.vc_col-xs-9:not([data-t-w-inherits="small_desktop"]){width:75%}.vc_col-xs-8:not([data-t-w-inherits="small_desktop"]){width:66.66666667%}.vc_col-xs-7:not([data-t-w-inherits="small_desktop"]){width:58.33333333%}.vc_col-xs-6:not([data-t-w-inherits="small_desktop"]){width:50%}.vc_col-xs-5:not([data-t-w-inherits="small_desktop"]){width:41.66666667%}.vc_col-xs-4:not([data-t-w-inherits="small_desktop"]){width:33.33333333%}.vc_col-xs-3:not([data-t-w-inherits="small_desktop"]){width:25%}.vc_col-xs-2:not([data-t-w-inherits="small_desktop"]){width:16.66666667%}.vc_col-xs-1:not([data-t-w-inherits="small_desktop"]){width:8.33333333%}.vc_col-xs-5\/5:not([data-t-w-inherits="small_desktop"]){width:100%}.vc_col-xs-4\/5:not([data-t-w-inherits="small_desktop"]){width:80%}.vc_col-xs-3\/5:not([data-t-w-inherits="small_desktop"]){width:60%}.vc_col-xs-2\/5:not([data-t-w-inherits="small_desktop"]){width:40%}.vc_col-xs-1\/5:not([data-t-w-inherits="small_desktop"]){width:20%}}@media (max-width:690px){.vc_col-xs-12{width:100%}.vc_col-xs-11{width:91.66666667%}.vc_col-xs-10{width:83.33333333%}.vc_col-xs-9{width:75%}.vc_col-xs-8{width:66.66666667%}.vc_col-xs-7{width:58.33333333%}.vc_col-xs-6{width:50%}.vc_col-xs-5{width:41.66666667%}.vc_col-xs-4{width:33.33333333%}.vc_col-xs-3{width:25%}.vc_col-xs-2{width:16.66666667%}.vc_col-xs-1{width:8.33333333%}.vc_col-xs-5\/5{width:100%}.vc_col-xs-4\/5{width:80%}.vc_col-xs-3\/5{width:60%}.vc_col-xs-2\/5{width:40%}.vc_col-xs-1\/5{width:20%}}.vc_col-xs-pull-12{right:100%}.vc_col-xs-pull-11{right:91.66666667%}.vc_col-xs-pull-10{right:83.33333333%}.vc_col-xs-pull-9{right:75%}.vc_col-xs-pull-8{right:66.66666667%}.vc_col-xs-pull-7{right:58.33333333%}.vc_col-xs-pull-6{right:50%}.vc_col-xs-pull-5{right:41.66666667%}.vc_col-xs-pull-4{right:33.33333333%}.vc_col-xs-pull-3{right:25%}.vc_col-xs-pull-2{right:16.66666667%}.vc_col-xs-pull-1{right:8.33333333%}.vc_col-xs-pull-0{right:auto}.vc_col-xs-push-12{left:100%}.vc_col-xs-push-11{left:91.66666667%}.vc_col-xs-push-10{left:83.33333333%}.vc_col-xs-push-9{left:75%}.vc_col-xs-push-8{left:66.66666667%}.vc_col-xs-push-7{left:58.33333333%}.vc_col-xs-push-6{left:50%}.vc_col-xs-push-5{left:41.66666667%}.vc_col-xs-push-4{left:33.33333333%}.vc_col-xs-push-3{left:25%}.vc_col-xs-push-2{left:16.66666667%}.vc_col-xs-push-1{left:8.33333333%}.vc_col-xs-push-0{left:auto}.vc_col-xs-offset-12{margin-left:100%}.vc_col-xs-offset-11{margin-left:91.66666667%}.vc_col-xs-offset-10{margin-left:83.33333333%}.vc_col-xs-offset-9{margin-left:75%}.vc_col-xs-offset-8{margin-left:66.66666667%}.vc_col-xs-offset-7{margin-left:58.33333333%}.vc_col-xs-offset-6{margin-left:50%}.vc_col-xs-offset-5{margin-left:41.66666667%}.vc_col-xs-offset-4{margin-left:33.33333333%}.vc_col-xs-offset-3{margin-left:25%}.vc_col-xs-offset-2{margin-left:16.66666667%}.vc_col-xs-offset-1{margin-left:8.33333333%}.vc_col-xs-offset-0{margin-left:0}.vc_col-xs-pull-5\/5{right:100%}.vc_col-xs-pull-4\/5{right:80%}.vc_col-xs-pull-3\/5{right:60%}.vc_col-xs-pull-2\/5{right:40%}.vc_col-xs-pull-1\/5{right:20%}.vc_col-xs-pull-0\/5{right:auto}.vc_col-xs-push-5\/5{left:100%}.vc_col-xs-push-4\/5{left:80%}.vc_col-xs-push-3\/5{left:60%}.vc_col-xs-push-2\/5{left:40%}.vc_col-xs-push-1\/5{left:20%}.vc_col-xs-push-0\/5{left:auto}.vc_col-xs-offset-5\/5{margin-left:100%}.vc_col-xs-offset-4\/5{margin-left:80%}.vc_col-xs-offset-3\/5{margin-left:60%}.vc_col-xs-offset-2\/5{margin-left:40%}.vc_col-xs-offset-1\/5{margin-left:20%}.vc_col-xs-offset-0\/5{margin-left:0}@media (min-width:690px){.vc_col-sm-5\/5{width:100%}.vc_col-sm-4\/5{width:80%}.vc_col-sm-3\/5{width:60%}.vc_col-sm-2\/5{width:40%}.vc_col-sm-1\/5{width:20%}.vc_col-sm-12{width:100%}.vc_col-sm-11{width:91.66666667%}.vc_col-sm-10{width:83.33333333%}.vc_col-sm-9{width:75%}.vc_col-sm-8{width:66.66666667%}.vc_col-sm-7{width:58.33333333%}.vc_col-sm-6{width:50%}.vc_col-sm-5{width:41.66666667%}.vc_col-sm-4{width:33.33333333%}.vc_col-sm-3{width:25%}.vc_col-sm-2{width:16.66666667%}.vc_col-sm-1{width:8.33333333%}.vc_col-sm-pull-12{right:100%}.vc_col-sm-pull-11{right:91.66666667%}.vc_col-sm-pull-10{right:83.33333333%}.vc_col-sm-pull-9{right:75%}.vc_col-sm-pull-8{right:66.66666667%}.vc_col-sm-pull-7{right:58.33333333%}.vc_col-sm-pull-6{right:50%}.vc_col-sm-pull-5{right:41.66666667%}.vc_col-sm-pull-4{right:33.33333333%}.vc_col-sm-pull-3{right:25%}.vc_col-sm-pull-2{right:16.66666667%}.vc_col-sm-pull-1{right:8.33333333%}.vc_col-sm-pull-0{right:auto}.vc_col-sm-push-12{left:100%}.vc_col-sm-push-11{left:91.66666667%}.vc_col-sm-push-10{left:83.33333333%}.vc_col-sm-push-9{left:75%}.vc_col-sm-push-8{left:66.66666667%}.vc_col-sm-push-7{left:58.33333333%}.vc_col-sm-push-6{left:50%}.vc_col-sm-push-5{left:41.66666667%}.vc_col-sm-push-4{left:33.33333333%}.vc_col-sm-push-3{left:25%}.vc_col-sm-push-2{left:16.66666667%}.vc_col-sm-push-1{left:8.33333333%}.vc_col-sm-push-0{left:auto}.vc_col-sm-offset-12{margin-left:100%}.vc_col-sm-offset-11{margin-left:91.66666667%}.vc_col-sm-offset-10{margin-left:83.33333333%}.vc_col-sm-offset-9{margin-left:75%}.vc_col-sm-offset-8{margin-left:66.66666667%}.vc_col-sm-offset-7{margin-left:58.33333333%}.vc_col-sm-offset-6{margin-left:50%}.vc_col-sm-offset-5{margin-left:41.66666667%}.vc_col-sm-offset-4{margin-left:33.33333333%}.vc_col-sm-offset-3{margin-left:25%}.vc_col-sm-offset-2{margin-left:16.66666667%}.vc_col-sm-offset-1{margin-left:8.33333333%}.vc_col-sm-offset-0{margin-left:0}}@media (min-width:1000px){.vc_col-md-12{width:100%}.vc_col-md-11{width:91.66666667%}.vc_col-md-10{width:83.33333333%}.vc_col-md-9{width:75%}.vc_col-md-8{width:66.66666667%}.vc_col-md-7{width:58.33333333%}.vc_col-md-6{width:50%}.vc_col-md-5{width:41.66666667%}.vc_col-md-4{width:33.33333333%}.vc_col-md-3{width:25%}.vc_col-md-2{width:16.66666667%}.vc_col-md-1{width:8.33333333%}.vc_col-md-pull-12{right:100%}.vc_col-md-pull-11{right:91.66666667%}.vc_col-md-pull-10{right:83.33333333%}.vc_col-md-pull-9{right:75%}.vc_col-md-pull-8{right:66.66666667%}.vc_col-md-pull-7{right:58.33333333%}.vc_col-md-pull-6{right:50%}.vc_col-md-pull-5{right:41.66666667%}.vc_col-md-pull-4{right:33.33333333%}.vc_col-md-pull-3{right:25%}.vc_col-md-pull-2{right:16.66666667%}.vc_col-md-pull-1{right:8.33333333%}.vc_col-md-pull-0{right:auto}.vc_col-md-push-12{left:100%}.vc_col-md-push-11{left:91.66666667%}.vc_col-md-push-10{left:83.33333333%}.vc_col-md-push-9{left:75%}.vc_col-md-push-8{left:66.66666667%}.vc_col-md-push-7{left:58.33333333%}.vc_col-md-push-6{left:50%}.vc_col-md-push-5{left:41.66666667%}.vc_col-md-push-4{left:33.33333333%}.vc_col-md-push-3{left:25%}.vc_col-md-push-2{left:16.66666667%}.vc_col-md-push-1{left:8.33333333%}.vc_col-md-push-0{left:auto}.vc_col-md-offset-12{margin-left:100%}.vc_col-md-offset-11{margin-left:91.66666667%}.vc_col-md-offset-10{margin-left:83.33333333%}.vc_col-md-offset-9{margin-left:75%}.vc_col-md-offset-8{margin-left:66.66666667%}.vc_col-md-offset-7{margin-left:58.33333333%}.vc_col-md-offset-6{margin-left:50%}.vc_col-md-offset-5{margin-left:41.66666667%}.vc_col-md-offset-4{margin-left:33.33333333%}.vc_col-md-offset-3{margin-left:25%}.vc_col-md-offset-2{margin-left:16.66666667%}.vc_col-md-offset-1{margin-left:8.33333333%}.vc_col-md-offset-0{margin-left:0}.vc_col-md-5\/5{width:100%}.vc_col-md-4\/5{width:80%}.vc_col-md-3\/5{width:60%}.vc_col-md-2\/5{width:40%}.vc_col-md-1\/5{width:20%}.vc_col-md-pull-5\/5{right:100%}.vc_col-md-pull-4\/5{right:80%}.vc_col-md-pull-3\/5{right:60%}.vc_col-md-pull-2\/5{right:40%}.vc_col-md-pull-1\/5{right:20%}.vc_col-md-pull-0\/5{right:auto}.vc_col-md-push-5\/5{left:100%}.vc_col-md-push-4\/5{left:80%}.vc_col-md-push-3\/5{left:60%}.vc_col-md-push-2\/5{left:40%}.vc_col-md-push-1\/5{left:20%}.vc_col-md-push-0\/5{left:auto}.vc_col-md-offset-5\/5{margin-left:100%}.vc_col-md-offset-4\/5{margin-left:80%}.vc_col-md-offset-3\/5{margin-left:60%}.vc_col-md-offset-2\/5{margin-left:40%}.vc_col-md-offset-1\/5{margin-left:20%}.vc_col-md-offset-0\/5{margin-left:0}}@media (min-width:1300px){.vc_col-lg-12{width:100%}.vc_col-lg-11{width:91.66666667%}.vc_col-lg-10{width:83.33333333%}.vc_col-lg-9{width:75%}.vc_col-lg-8{width:66.66666667%}.vc_col-lg-7{width:58.33333333%}.vc_col-lg-6{width:50%}.vc_col-lg-5{width:41.66666667%}.vc_col-lg-4{width:33.33333333%}.vc_col-lg-3{width:25%}.vc_col-lg-2{width:16.66666667%}.vc_col-lg-1{width:8.33333333%}.vc_col-lg-pull-12{right:100%}.vc_col-lg-pull-11{right:91.66666667%}.vc_col-lg-pull-10{right:83.33333333%}.vc_col-lg-pull-9{right:75%}.vc_col-lg-pull-8{right:66.66666667%}.vc_col-lg-pull-7{right:58.33333333%}.vc_col-lg-pull-6{right:50%}.vc_col-lg-pull-5{right:41.66666667%}.vc_col-lg-pull-4{right:33.33333333%}.vc_col-lg-pull-3{right:25%}.vc_col-lg-pull-2{right:16.66666667%}.vc_col-lg-pull-1{right:8.33333333%}.vc_col-lg-pull-0{right:auto}.vc_col-lg-push-12{left:100%}.vc_col-lg-push-11{left:91.66666667%}.vc_col-lg-push-10{left:83.33333333%}.vc_col-lg-push-9{left:75%}.vc_col-lg-push-8{left:66.66666667%}.vc_col-lg-push-7{left:58.33333333%}.vc_col-lg-push-6{left:50%}.vc_col-lg-push-5{left:41.66666667%}.vc_col-lg-push-4{left:33.33333333%}.vc_col-lg-push-3{left:25%}.vc_col-lg-push-2{left:16.66666667%}.vc_col-lg-push-1{left:8.33333333%}.vc_col-lg-push-0{left:auto}.vc_col-lg-offset-12{margin-left:100%}.vc_col-lg-offset-11{margin-left:91.66666667%}.vc_col-lg-offset-10{margin-left:83.33333333%}.vc_col-lg-offset-9{margin-left:75%}.vc_col-lg-offset-8{margin-left:66.66666667%}.vc_col-lg-offset-7{margin-left:58.33333333%}.vc_col-lg-offset-6{margin-left:50%}.vc_col-lg-offset-5{margin-left:41.66666667%}.vc_col-lg-offset-4{margin-left:33.33333333%}.vc_col-lg-offset-3{margin-left:25%}.vc_col-lg-offset-2{margin-left:16.66666667%}.vc_col-lg-offset-1{margin-left:8.33333333%}.vc_col-lg-offset-0{margin-left:0}}@media (min-width:690px){.vc_col-sm-1\/5,.vc_col-sm-2\/5,.vc_col-sm-3\/5,.vc_col-sm-4\/5,.vc_col-sm-5\/5{float:left}.vc_col-sm-pull-5\/5{right:100%}.vc_col-sm-pull-4\/5{right:80%}.vc_col-sm-pull-3\/5{right:60%}.vc_col-sm-pull-2\/5{right:40%}.vc_col-sm-pull-1\/5{right:20%}.vc_col-sm-pull-0\/5{right:auto}.vc_col-sm-push-5\/5{left:100%}.vc_col-sm-push-4\/5{left:80%}.vc_col-sm-push-3\/5{left:60%}.vc_col-sm-push-2\/5{left:40%}.vc_col-sm-push-1\/5{left:20%}.vc_col-sm-push-0\/5{left:auto}.vc_col-sm-offset-5\/5{margin-left:100%}.vc_col-sm-offset-4\/5{margin-left:80%}.vc_col-sm-offset-3\/5{margin-left:60%}.vc_col-sm-offset-2\/5{margin-left:40%}.vc_col-sm-offset-1\/5{margin-left:20%}.vc_col-sm-offset-0\/5{margin-left:0}}@media (min-width:1000px){.vc_col-md-1\/5,.vc_col-md-2\/5,.vc_col-md-3\/5,.vc_col-md-4\/5,.vc_col-md-5\/5{float:left}}@media (min-width:1300px){.vc_col-lg-1\/5,.vc_col-lg-2\/5,.vc_col-lg-3\/5,.vc_col-lg-4\/5,.vc_col-lg-5\/5{float:left}.vc_col-lg-5\/5{width:100%}.vc_col-lg-4\/5{width:80%}.vc_col-lg-3\/5{width:60%}.vc_col-lg-2\/5{width:40%}.vc_col-lg-1\/5{width:20%}.vc_col-lg-pull-5\/5{right:100%}.vc_col-lg-pull-4\/5{right:80%}.vc_col-lg-pull-3\/5{right:60%}.vc_col-lg-pull-2\/5{right:40%}.vc_col-lg-pull-1\/5{right:20%}.vc_col-lg-pull-0\/5{right:auto}.vc_col-lg-push-5\/5{left:100%}.vc_col-lg-push-4\/5{left:80%}.vc_col-lg-push-3\/5{left:60%}.vc_col-lg-push-2\/5{left:40%}.vc_col-lg-push-1\/5{left:20%}.vc_col-lg-push-0\/5{left:auto}.vc_col-lg-offset-5\/5{margin-left:100%}.vc_col-lg-offset-4\/5{margin-left:80%}.vc_col-lg-offset-3\/5{margin-left:60%}.vc_col-lg-offset-2\/5{margin-left:40%}.vc_col-lg-offset-1\/5{margin-left:20%}.vc_col-lg-offset-0\/5{margin-left:0}}@media only screen and (min-width :690px) and (max-width :999px){.vc_col-sm-1[data-t-w-inherits="small_desktop"]:not([class*="vc_col-md-"]),body .vc_row-fluid .wpb_column[data-t-w-inherits="small_desktop"].vc_col-md-1{width:8.33333333%}.vc_col-sm-2[data-t-w-inherits="small_desktop"]:not([class*="vc_col-md-"]),body .vc_row-fluid .wpb_column[data-t-w-inherits="small_desktop"].vc_col-md-2{width:16.66666667%}.vc_col-sm-3[data-t-w-inherits="small_desktop"]:not([class*="vc_col-md-"]),body .vc_row-fluid .wpb_column[data-t-w-inherits="small_desktop"].vc_col-md-3{width:25%}.vc_col-sm-4[data-t-w-inherits="small_desktop"]:not([class*="vc_col-md-"]),body .vc_row-fluid .wpb_column[data-t-w-inherits="small_desktop"].vc_col-md-4{width:33.33333333%}.vc_col-sm-5[data-t-w-inherits="small_desktop"]:not([class*="vc_col-md-"]),body .vc_row-fluid .wpb_column[data-t-w-inherits="small_desktop"].vc_col-md-5{width:41.66666667%}.vc_col-sm-6[data-t-w-inherits="small_desktop"]:not([class*="vc_col-md-"]),body .vc_row-fluid .wpb_column[data-t-w-inherits="small_desktop"].vc_col-md-6{width:50%}.vc_col-sm-7[data-t-w-inherits="small_desktop"]:not([class*="vc_col-md-"]),body .vc_row-fluid .wpb_column[data-t-w-inherits="small_desktop"].vc_col-md-7{width:58.33333333%}.vc_col-sm-8[data-t-w-inherits="small_desktop"]:not([class*="vc_col-md-"]),body .vc_row-fluid .wpb_column[data-t-w-inherits="small_desktop"].vc_col-md-8{width:66.66666667%}.vc_col-sm-9[data-t-w-inherits="small_desktop"]:not([class*="vc_col-md-"]),body .vc_row-fluid .wpb_column[data-t-w-inherits="small_desktop"].vc_col-md-9{width:75%}.vc_col-sm-10[data-t-w-inherits="small_desktop"]:not([class*="vc_col-md-"]),body .vc_row-fluid .wpb_column[data-t-w-inherits="small_desktop"].vc_col-md-10{width:83.33333333%}.vc_col-sm-11[data-t-w-inherits="small_desktop"]:not([class*="vc_col-md-"]),body .vc_row-fluid .wpb_column[data-t-w-inherits="small_desktop"].vc_col-md-11{width:91.66666667%}}@media only screen and (max-width :690px){[class*="vc_col-"]:not([class*="vc_col-xs"]){width:100%}.wpb_column:not([class*="vc_col-xs"]){width:100%;margin-bottom:25px}body .vc_row-fluid .vc_col-sm-2:not([class*="vc_col-xs"]),body .vc_row-fluid.full-width-content .vc_col-sm-2:not([class*="vc_col-xs"]){width:50%}}@media only screen and (min-width :1px) and (max-width :999px){.vc_row-fluid.full-width-content .col .wpb_row,.vc_row-fluid.full-width-content .col,.vc_row-fluid.vc_row[data-column-margin="none"] .col,.vc_row-fluid .wpb_column[class*="vc_col-xs"]:not(.vc_col-xs-12){margin-bottom:0}}@media only screen and (min-width :1000px){.wpb_row.reverse_columns_desktop .row_col_wrap_12,.wpb_row.inner_row.reverse_columns_desktop .row_col_wrap_12_inner{flex-direction:row-reverse}}@media only screen and (max-width :999px) and (min-width :691px){.wpb_row.reverse_columns_row_tablet .row_col_wrap_12,.wpb_row.inner_row.reverse_columns_row_tablet .row_col_wrap_12_inner{flex-direction:row-reverse}.wpb_row.reverse_columns_column_tablet .row_col_wrap_12,.wpb_row.inner_row.reverse_columns_column_tablet .row_col_wrap_12_inner{flex-direction:column-reverse}.wpb_row.reverse_columns_column_tablet:not([data-column-margin="none"]):not(.full-width-content)>.row_col_wrap_12>.wpb_column:last-of-type,.wpb_row:not(.full-width-content) .wpb_row.inner_row:not([data-column-margin="none"]).reverse_columns_column_tablet .row_col_wrap_12_inner>.wpb_column:last-of-type{margin-bottom:25px}.wpb_row.reverse_columns_column_tablet:not([data-column-margin="none"]):not(.full-width-content)>.row_col_wrap_12>.wpb_column:first-of-type,.wpb_row:not(.full-width-content) .wpb_row.inner_row:not([data-column-margin="none"]).reverse_columns_column_tablet .row_col_wrap_12_inner>.wpb_column:first-of-type{margin-bottom:0}}@media only screen and (max-width :690px){.wpb_row.reverse_columns_row_phone .row_col_wrap_12,.wpb_row.inner_row.reverse_columns_row_phone .row_col_wrap_12_inner{flex-direction:row-reverse}.wpb_row.reverse_columns_column_phone .row_col_wrap_12,.wpb_row.inner_row.reverse_columns_column_phone .row_col_wrap_12_inner{flex-direction:column-reverse}.wpb_row.reverse_columns_column_phone:not([data-column-margin="none"]):not(.full-width-content)>.row_col_wrap_12>.wpb_column:last-of-type,.wpb_row:not(.full-width-content) .wpb_row.inner_row:not([data-column-margin="none"]).reverse_columns_column_phone .row_col_wrap_12_inner>.wpb_column:last-of-type{margin-bottom:25px}.wpb_row.reverse_columns_column_phone:not([data-column-margin="none"]):not(.full-width-content)>.row_col_wrap_12>.wpb_column:first-of-type,.wpb_row:not(.full-width-content) .wpb_row.inner_row:not([data-column-margin="none"]).reverse_columns_column_phone .row_col_wrap_12_inner>.wpb_column:first-of-type{margin-bottom:0}}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}input[type=submit]{-webkit-appearance:none}html{max-width:100%;overflow-y:scroll;overflow-x:hidden}body{max-width:100%;overflow:hidden;background:#fff;font-family:'Open Sans',sans-serif;color:#676767;position:relative}ol,ul{list-style:none}input[type=text]::-ms-clear{display:none}sup{font-size:10px;vertical-align:super}sub{font-size:10px;vertical-align:sub}p:empty{display:none}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:root{--scroll-bar-w:-2px}.container{margin:0 auto;position:relative;max-width:880px}.row{position:relative}.main-content>.row,header .row{margin-left:0;margin-right:0}.row:after,.col:after,.clr:after,.group:after{content:"";display:block;height:0;clear:both;visibility:hidden}.row,div.clear{padding-bottom:24px}@media (min-width:690px){.span_1{width:6.5%}.span_2{width:15%}.span_3{width:23.5%}.span_4{width:32%}.span_5{width:40.5%}.span_6{width:49%}.span_7{width:57.5%}.span_8{width:66%}.span_9{width:74.5%}.span_10{width:83%}.span_11{width:91.5%}.span_12{width:100%}}body{font-size:14px;-webkit-font-smoothing:antialiased;font-family:'Open Sans';font-weight:400;line-height:26px}body:not(.mpbr-no-flex-height){display:flex;flex-direction:column;min-height:100vh}@media only screen and (min-width:1000px){body.admin-bar:not(.mpbr-no-flex-height){min-height:calc(100vh - 32px)}}body:not(.mpbr-no-flex-height) #ajax-content-wrap,body:not(.mpbr-no-flex-height) #ajax-content-wrap .blurred-wrap,body:not(.mpbr-no-flex-height) .ocm-effect-wrap,body:not(.mpbr-no-flex-height) .ocm-effect-wrap-inner{display:flex;flex-direction:column;flex-grow:1}body:not(.mpbr-no-flex-height) .container-wrap{flex-grow:1}p{-webkit-font-smoothing:antialiased}body .ui-widget{font-family:'Open Sans';font-weight:400}.screen-reader-text,.mpbr-skip-to-content:not(:focus){border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}@media only screen and (min-width:1000px){.mpbr-mobile-only{display:none}}#header-outer .screen-reader-text{height:1px}.overflow-x-hidden{overflow-x:hidden}.mpbr-pseudo-expand:before{position:absolute;top:0;left:0;width:100%;height:100%;content:'';display:block}.alignleft{float:left;margin-right:15px}.alignright{float:right;margin-left:15px}.aligncenter{display:block;margin:15px auto}.no-bottom-padding{padding-bottom:0}.col.center{text-align:center}.col.right{text-align:right}.wp-smiley{margin-bottom:0}dt{font-family:'Open Sans';font-weight:600;color:#333}dd{padding-left:20px}.gallery-caption{margin-left:0;margin-bottom:10px;padding:0 10px}#wpstats{display:none}.post-area:not(.masonry) .sticky{margin-bottom:50px}.post-area:not(.masonry) .sticky .content-inner{margin-bottom:0;padding-bottom:0;border-bottom:0;box-shadow:0 1px 2px rgb(0 0 0 / .2);background-color:#fff;padding:25px;position:relative}.side-box{padding:10px 0;margin-bottom:10px;border:1px solid #CCC;background-color:#E6E6E6;text-align:center}.side-box a:link,.side-box a:visited{font-weight:400;color:#06c55b;font-size:12px}div[id="wpadminbar"]{z-index:1000000!important}table{font-size:12px;margin-bottom:20px}.wp-caption{max-width:100%;position:relative}.wp-caption .wp-caption-text{max-width:90%;width:auto;margin-left:5%;display:inline-block;margin-bottom:5px;background-color:#fff;box-shadow:0 10px 35px rgb(0 0 0 / .1)}.wp-caption .wp-caption-text,.row .col .wp-caption .wp-caption-text{padding:10px 15px;top:-25px;position:relative;border-left:4px solid #000}.wp-caption img,.row .col .wp-caption img{margin-bottom:0;display:block;margin-right:0}em{font-style:italic}caption,th,td{font-weight:400;text-align:left}.container-wrap,.project-title{background-color:#f8f8f8;position:relative;z-index:10;margin-top:0;padding-top:40px;padding-bottom:40px}body[data-header-resize="0"] .container-wrap,body[data-header-resize="0"] .project-title{margin-top:0;padding-top:40px}body.page-template-template-no-header .container-wrap,body.page-template-template-no-header-footer .container-wrap,body.single-MPBR_g_sections .container-wrap{padding-top:0}.clear{clear:both}.subheader{color:#6F6F6F;margin-bottom:15px}a{color:#ffa200;text-decoration:none;transition:color 0.3s;-webkit-transition:color 0.3s}a:hover{color:inherit}h1{font-size:54px;line-height:62px;margin-bottom:7px}h2{font-size:34px;line-height:44px;margin-bottom:7px}h3{font-size:22px;line-height:34px;margin-bottom:7px}h4{font-size:18px;line-height:32px;margin-bottom:7px}h5{font-size:16px;line-height:26px;margin-bottom:7px}h6{font-size:14px;line-height:24px;margin-bottom:7px}h1,h2,h3,h4,h5,h6{color:#444;letter-spacing:0;-webkit-font-smoothing:antialiased;font-family:'Open Sans';font-weight:600}.bold,strong,b{font-family:'Open Sans';font-weight:600}.uppercase{font-weight:700;text-transform:uppercase}.tiny{font-size:14px;line-height:22px}body h1.light,body h2.light,body h3.light,body h4.light,body h5.light,body h6.light,p.light{text-transform:none;font-weight:300}h1.light{font-size:34px;margin-bottom:30px}h2.light{font-size:28px;margin-bottom:30px}h3.light{font-size:24px;margin-bottom:15px}h4.light{font-size:18px;margin-bottom:7px}h5.light{font-size:16px}h6.light{font-size:14px;margin-bottom:7px}body h1 em,body h2 em,body h3 em,body h4 em{font-size:inherit}.text-align-center{text-align:center}p{padding-bottom:27px}.row .col p:last-child{padding-bottom:0}.container .row:last-child,.wpb_wrapper .clear{padding-bottom:0}.wpb_wrapper>div{margin-bottom:24px}.wpb_wrapper>div:last-child,.row .wpb_wrapper>img:last-child,.row .wpb_wrapper>.img-with-aniamtion-wrap:last-child img,.row .wpb_wrapper>.img-with-aniamtion-wrap:last-child .hover-wrap{margin-bottom:0}body .pum-overlay,.pum-overlay .pum-container,.pum-overlay .pum-container .pum-content{line-height:inherit}blockquote{font-family:'Open Sans';font-weight:300;line-height:40px;font-size:22px;padding-left:0;letter-spacing:.5px;margin-bottom:30px}ul,ol{margin-left:30px;margin-bottom:30px}li ul,li ol{margin-bottom:0}ul li{list-style:disc;list-style-position:outside}ol li{list-style:decimal;list-style-position:outside}#header-secondary-outer ul,#header-secondary-outer ol,#header-outer nav>ul,#header-outer ol,#footer-outer ul,#footer-outer ol,#slide-out-widget-area ul,#slide-out-widget-area ol,#search-outer ul,#search-outer ol,#mobile-menu ul,#mobile-menu ol,#header-outer .button_social_group ul{margin:0}#header-secondary-outer ul li,#header-secondary-outer ol li,#header-outer ul li,#header-outer ol li,#footer-outer ul li,#footer-outer ol li,#search-outer ul li,#search-outer ol li,#slide-out-widget-area ul li,#slide-out-widget-area ol li,#mobile-menu ul li,#mobile-menu ol li{list-style:none}.main-content img{max-width:100%;height:auto}.no-transform{-webkit-transform:inherit!important;transform:inherit!important}html.no-overflow-y{overflow-y:hidden!important}html.no-overflow-y body{overflow-y:hidden}.light h1,.light h2,.light h3,.light h4,.light h5,.light h6,.light p{color:#fff}code{display:block;clear:both;overflow:auto;padding:1.6em;margin-bottom:1.6em;white-space:pre;background-color:#f0f0f0;font:14px "Andale Mono",Courier,"Courier New",monospace}pre{background:#f0f0f0;font-family:"Andale Mono",Courier,"Courier New",monospace;font-size:14px;font-size:.9375rem;padding:1.6em;line-height:1.6;margin-bottom:1.6em;max-width:100%;overflow:auto}.no-left-margin.first-section{height:auto!important}.row .col h3,.row .col h4{margin-bottom:8px}.vc_separator.vc_separator_align_center h4,.vc_separator.vc_separator_align_center h3{margin-bottom:0}.row .col img{margin-bottom:15px;max-width:100%;height:auto}.row .col img:not([srcset]){width:auto}.wpb_gallery_slidesimage_grid .portfolio-items .col img{width:100%}.row .col .wp-block-gallery.is-cropped .blocks-gallery-image img,.row .col .wp-block-gallery.is-cropped .blocks-gallery-item img{width:100%;margin-bottom:0}body .container-wrap [class*="wp-block"].alignfull{margin-left:-50vw!important;left:50%;max-width:100vw;width:100vw;position:relative}body .container-wrap [class*="wp-block"].alignfull img,body .container-wrap [class*="wp-block"].alignwide img{max-width:none;width:100%}blockquote.wp-block-quote{position:relative;padding-left:1.3em}blockquote.wp-block-quote:before{display:block;position:absolute;left:0;top:0;height:100%;width:4px;content:'';border-left:4px solid rgb(0 0 0 / .1)}blockquote.wp-block-quote.has-text-align-center:before{display:none}.wp-block-quote.is-large p,.wp-block-quote.is-style-large p{font-style:inherit;font-size:1em}blockquote.wp-block-quote p{margin-bottom:0}blockquote.wp-block-quote cite{font-size:14px;line-height:18px;display:block}.wpb_text_column>.wpb_wrapper>*:last-child{margin-bottom:0}.gallery a img{width:90%;max-width:90%;height:auto;max-height:90%;padding:5px;background-color:#fff;border:1px solid #e5e5e5!important;transition:all 0.2s linear;-webkit-transition:all 0.2s linear}#ajax-loading-screen .loading-icon{background-repeat:no-repeat;background-position:center center;display:block;position:absolute;opacity:0;top:0;left:0;width:100%;height:100%}.default-loading-icon{top:50%;border-radius:100%;height:40px;width:40px;margin:0 auto;display:block;position:relative;border:3px solid #e5e5e5;margin-top:-20px}.default-loading-icon:before{position:absolute;content:"";border-color:rgb(0 0 0) #fff0 #fff0;border-radius:100%;border-style:solid;border-width:3px;display:block;height:100%;width:100%;top:-3px;left:-3px}.loading-icon.spin,.portfolio-loading.spin,.pp_loaderIcon.spin,.default-loading-icon.spin{animation:2s cubic-bezier(.63,.045,.34,1) 0s normal none infinite spinning_animation;-webkit-animation:2s cubic-bezier(.63,.045,.34,1) 0s normal none infinite spinning_animation}.default-skin-loading-icon{width:100%;height:100%;background-position:center;display:block;background-repeat:no-repeat;background-image:url(/wp-content/themes/MPBR/img/icons/loading-white-bg.gif)}@keyframes spinning_animation{0%{transform:scale(1) rotate(0deg)}50%{transform:scale(.8) rotate(360deg)}100%{transform:scale(1) rotate(720deg)}}@-webkit-keyframes spinning_animation{0%{-webkit-transform:scale(1) rotate(0deg)}50%{-webkit-transform:scale(.8) rotate(360deg)}100%{-webkit-transform:scale(1) rotate(720deg)}}@keyframes bounce_in_animation{0%{transform:scale(0,0)}20%{transform:scale(1.4,1.4)}50%{transform:scale(.8,.8)}85%{transform:scale(1.1,1.1)}100%{transform:scale(1,1)}}@-webkit-keyframes bounce_in_animation{0%{-webkit-transform:scale(0,0)}20%{-webkit-transform:scale(1.4,1.4)}50%{-webkit-transform:scale(.8,.8)}85%{-webkit-transform:scale(1.1,1.1)}100%{-webkit-transform:scale(1,1)}}.mpbr-global-section{position:relative}.mpbr-global-section.before-footer{z-index:11}.mpbr-global-section.after-nav{z-index:12}.mpbr-global-section.before-footer>.row,.mpbr-global-section.after-nav>.row{padding-bottom:0}.woocommerce-page .woocommerce p.cart-empty{font-size:54px;font-family:'Open Sans';font-weight:700}body.page-template-page-sidebar-php .main-content>.row>.post-area,body.page-template-page-sidebar-php .main-content>.row>#sidebar,body.page-template-page-left-sidebar-php .main-content>.row>.post-area,body.page-template-page-left-sidebar-php .main-content>.row>#sidebar{margin-top:30px}.container-wrap .row>.wpb_row:last-child,.home-wrap .row>.wpb_row:last-child,#portfolio-extra>.wpb_row:last-child{margin-bottom:0}.wpb_row,.wpb_content_element{margin-bottom:35px}.wpb_row.has-global-section,#ajax-content-wrap .wpb_row.has-global-section{margin-bottom:0}body[data-bg-header="true"] .container-wrap,body.single-portfolio .container-wrap,body.page-template-template-portfolio-php .container-wrap,body.tax-project-type .container-wrap{padding-top:25px;margin-top:0!important;padding-bottom:40px}#header-space{height:90px;background-color:#fff}#header-outer{width:100%;top:0;left:0;position:fixed;padding:28px 0 0 0;background-color:#fff;z-index:9999;overflow:visible}#header-outer[data-box-shadow="small"],body.material[data-hhun="1"] #header-outer[data-header-resize="0"][data-box-shadow="small"][data-remove-fixed="0"]:not(.transparent):not(.invisible),body.material[data-hhun="1"] #header-outer[data-header-resize="0"][data-box-shadow="small"][data-remove-fixed="1"]:not(.transparent){box-shadow:0 0 3px 0 rgb(0 0 0 / .22)}#header-outer[data-box-shadow="large"],body.material[data-hhun="1"] #header-outer[data-header-resize="0"][data-box-shadow="large"][data-remove-fixed="0"]:not(.transparent):not(.invisible),body.material[data-hhun="1"] #header-outer[data-header-resize="0"][data-box-shadow="large"][data-remove-fixed="1"]:not(.transparent){box-shadow:0 3px 45px rgb(0 0 0 / .15)}#header-outer[data-box-shadow="large-line"],body.material[data-hhun="1"] #header-outer[data-header-resize="0"][data-box-shadow="large-line"][data-remove-fixed="0"]:not(.transparent):not(.invisible),body.material[data-hhun="1"] #header-outer[data-header-resize="0"][data-box-shadow="large-line"][data-remove-fixed="0"]:not(.transparent):not(.fixed-menu).scrolling,body.material[data-hhun="1"] #header-outer[data-header-resize="0"][data-box-shadow="large-line"][data-remove-fixed="1"]:not(.transparent){box-shadow:0 0 2px rgb(0 0 0 / .14),0 18px 40px rgb(0 0 0 / .045)}body.page-template-template-no-header #header-outer,body.page-template-template-no-header-footer #header-outer{visibility:hidden}body[data-transparent-nav="1"][data-header-color="light"] #header-outer{background-color:rgb(255 255 255 / .965)}.admin-bar #header-outer,.logged-in.buddypress #header-outer{top:32px}#top #logo{width:auto;max-width:none;line-height:22px;font-size:22px;letter-spacing:-1px;color:#444;font-family:'Open Sans';font-weight:600;align-self:center}#top #logo .retina-logo,#top .span_3 #logo .mobile-only-logo{display:none}#top #logo .starting-logo{position:absolute;top:0;opacity:0;left:0}#top #logo:hover,#top #logo:focus{color:#000}#top #logo img{text-indent:-9999px;max-width:none;width:auto;margin-bottom:0;display:block;transition:opacity 0.4s ease}#header-outer[data-transparent-header="true"] #top #logo img.stnd{position:relative}#top{position:relative;z-index:9998;width:100%}#top .container .row{padding-bottom:0}#top nav>ul{overflow:visible;transition:padding 0.8s ease,margin 0.25s ease;min-height:1px;line-height:1px}#top nav .no-menu-assigned{visibility:hidden}body:not(.ascend) #top nav>.buttons,body.ascend #header-outer[data-full-width="false"] #top nav>.buttons{margin-left:15px}body #header-outer[data-full-width="false"][data-has-buttons="no"]:not([data-format="left-header"]) #top nav>.buttons{margin-left:0}body:not(.ascend) #header-outer[data-full-width="true"][data-remove-border="true"] #top nav ul #search-btn{margin-left:22px}#top nav>.buttons{transition:padding 0.8s ease}#top nav>ul .slide-out-widget-area-toggle{transition:margin 0.25s ease}.side-widget-open #top nav>ul .slide-out-widget-area-toggle{transition:margin 0.75s ease}#header-outer[data-transparency-option="1"][data-full-width="true"].side-widget-open{box-shadow:none}#header-outer.side-widget-open.hidden-menu #top nav>.sf-menu li,#header-outer.hidden-menu-items #top nav>.sf-menu li:not(#social-in-menu){transition:opacity 0.75s ease}body:not(.material) #header-outer[data-format="centered-menu"].side-widget-open #top nav>.sf-menu:not(.buttons) li,body:not(.material) #header-outer.side-widget-open.hidden-menu #top nav>.sf-menu:not(.buttons) li,body:not(.material) #header-outer.side-widget-open.hidden-menu-items #top nav>.sf-menu:not(.buttons) li:not(#social-in-menu){opacity:0}.side-widget-open.no-bg-color{border-color:transparent!important}#header-outer #top nav>.buttons{right:0;height:100%;overflow:hidden}body #header-outer[data-using-pr-menu="true"] #top nav>.buttons{display:block;overflow:visible}body.material #header-outer[data-using-pr-menu="true"] #top nav>.buttons{display:-webkit-flex;display:-ms-flexbox;display:flex}.woocommerce #header-outer .cart-notification .item-name,#header-outer .woocommerce-page .cart-notification .item-name{color:#999}#top nav ul li{float:right}#top nav>ul>li{float:left}#top nav>ul>li>a,.pull-left-wrap>ul>li>a{padding:0 10px 0 10px;display:block;color:#676767;font-size:14px;line-height:20px;-webkit-transition:color 0.2s ease;transition:color 0.2s ease}#header-outer[data-lhe="animated_underline"] #top nav>ul>li>a{-webkit-transition:color 0.2s ease;transition:color 0.2s ease}#header-outer[data-format="menu-left-aligned"] .row .col.span_3{margin-right:25px}#header-outer[data-format="menu-left-aligned"] .row .col.span_9{float:left}#header-outer[data-format="menu-left-aligned"] .row .right-aligned-menu-items{float:right}#header-outer[data-format="menu-left-aligned"] #top nav .buttons li.mpbr-megamenu-menu-item{position:static}body #header-outer[data-full-width="true"] #top nav>.buttons{margin-left:0}#top nav>ul>li[class*="button_solid_color"]>a:before,#header-outer.transparent #top nav>ul>li[class*="button_solid_color"]>a:before,#top .slide-out-widget-area-toggle[data-custom-color="true"] a:before{display:block;position:absolute;left:0;padding-bottom:10px;-webkit-transform:translateY(-7px);transform:translateY(-7px);width:100%;height:24px;content:' ';z-index:-1;-webkit-transition:opacity 0.2s ease;transition:opacity 0.2s ease}body #header-outer .slide-out-widget-area-toggle[data-custom-color="true"] .lines:before{top:6px}body #header-outer .slide-out-widget-area-toggle[data-custom-color="true"] .lines:after{top:-6px}#header-outer:not([data-format="centered-menu-under-logo"]):not([data-format="centered-menu-bottom-bar"]) #top nav>ul>li[class*="button_"]>a:before,#header-outer:not([data-format="centered-menu-under-logo"]):not([data-format="centered-menu-bottom-bar"]) #top .slide-out-widget-area-toggle[data-custom-color="true"] a:before{-webkit-transform:translateY(-50%);transform:translateY(-50%);top:50%}#header-outer[data-format="centered-menu-under-logo"] #top nav>ul>li[class*="button_"]>a:before,#header-outer[data-format="centered-menu-bottom-bar"] #top nav>ul>li[class*="button_"]>a:before,#header-outer[data-format="centered-menu-bottom-bar"] #top .slide-out-widget-area-toggle[data-custom-color="true"] a:before{-webkit-transform:translateY(-9px);transform:translateY(-9px)}#header-outer[data-format="centered-menu-under-logo"] #top li[class*="button_"].menu-item-has-icon>a:before,#header-outer[data-format="centered-menu-bottom-bar"] #top li[class*="button_"].menu-item-has-icon>a:before{top:0}#header-outer[data-format="centered-menu-under-logo"] #top nav>ul>li[class*="button_"]>a,#header-outer[data-format="centered-menu-bottom-bar"] #top nav>ul>li[class*="button_"]>a{line-height:1.25em}#header-outer[data-header-button_style="default"] #top nav>ul>li[class*="button_solid_color"]>a:hover:before,#header-outer[data-header-button_style="default"].transparent #top nav>ul>li[class*="button_solid_color"]>a:hover:before{opacity:0.85!important}#top nav>ul>li[class*="button_bordered"]>a:before,#header-outer.transparent #top nav>ul>li[class*="button_bordered"]>a:before{border:2px solid #fff;display:block;position:absolute;left:0;padding-bottom:10px;-webkit-transform:translateY(-7px);transform:translateY(-7px);width:100%;height:34px;content:' ';z-index:-1;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:border-color 0.2s ease;transition:border-color 0.2s ease}#top nav>ul>li[class*="button_bordered"]>a:before{border-color:rgb(0 0 0 / .4)}.light-text #top nav>ul>li[class*="button_bordered"]>a:before{border-color:#fff}#header-outer[data-lhe="default"] #top nav>ul>li[class*="button_solid_color"].current_page_ancestor>a,#header-outer[data-lhe="default"] #top nav>ul>li[class*="button_solid_color"].current-menu-ancestor>a,#header-outer #top nav>ul>li[class*="button_solid_color"]>a,#header-outer[data-lhe="default"] #top nav .sf-menu>[class*="button_solid_color"].sfHover:not(#social-in-menu)>a,#header-outer #top nav>ul>li[class*="button_solid_color"]>a .sf-sub-indicator i,#header-outer #top .sf-menu>li[class*="button_solid_color"].sfHover>a .sf-sub-indicator i,#header-outer #top .sf-menu>li[class*="button_solid_color"]:hover>a .sf-sub-indicator,#header-outer[data-lhe="default"] #top nav .sf-menu>[class*="button_solid_color"].current-menu-ancestor>a i{color:#fff!important}#top nav>ul>li[class*="button_solid_color"]>a,body #header-outer.transparent #top nav>ul>li[class*="button_solid_color"]>a,#header-outer[data-lhe="animated_underline"] #top nav>ul>li[class*="button_solid_color"]>a,#header-outer.transparent.dark-slide>#top nav .sf-menu>li[class*="button_solid_color"].sfHover>a,#header-outer[data-lhe="animated_underline"].transparent.dark-slide #top nav>ul>li[class*="button_solid_color"]>a:hover,#header-outer[data-lhe="default"].transparent.dark-slide #top nav>ul>li[class*="button_solid_color"]>a:hover,#header-outer[data-lhe="default"] #top nav .sf-menu>li[class*="button_solid_color"]>a:hover,#header-outer.dark-text #top nav>ul>li[class*="button_solid_color"]>a,#header-outer[data-lhe="default"] #top nav .sf-menu .current_page_item[class*="button_solid_color"]>a,#header-outer.transparent.dark-slide>#top nav>ul>li[class*="button_solid_color"]>a:hover{color:#fff!important;opacity:1!important;padding-left:20px;padding-right:20px}#header-outer[data-lhe="default"] #top nav>ul>li[class*="button_solid_color"]>a:hover,body #header-outer[data-lhe="default"] #top nav .sf-menu>li[class*="button_solid_color"].sfHover>a{color:#fff!important}#header-outer[data-lhe="default"] #top nav>ul>li[class*="button_solid_color"]>a,#header-outer[data-lhe="default"] #top nav>ul>li[class*="button_bordered"]>a,#top nav>ul>li[class*="button_bordered"]>a,body #header-outer.transparent #top nav>ul>li[class*="button_bordered"]>a,#header-outer[data-lhe="animated_underline"] #top nav>ul>li[class*="button_bordered"]>a,#header-outer[data-lhe="default"] #top nav>ul>li[class*="button_bordered"]>a:hover{padding-left:20px;padding-right:20px}body[data-header-search="false"][data-full-width-header="false"] #header-outer[data-lhe="animated_underline"][data-format="default"][data-cart="false"] #top nav>ul>li:last-child>a,body[data-header-search="false"][data-user-set-ocm="off"] #header-outer[data-lhe="animated_underline"][data-format="centered-menu"][data-cart="false"] #top nav>.buttons>li:last-child>a,body[data-header-search="false"][data-user-set-ocm="off"] #header-outer[data-lhe="animated_underline"][data-format="menu-left-aligned"][data-cart="false"] #top nav>.buttons>li:last-child>a{margin-right:0}#header-outer #top .slide-out-widget-area-toggle[data-custom-color="true"] a{padding:0 18px;display:block;position:relative}#header-outer #top nav .slide-out-widget-area-toggle[data-custom-color="true"]:not(.mobile-icon) a:not(.using-label){width:22px}#header-outer[data-lhe="animated_underline"] #top nav>ul>li>a{padding-left:0;padding-right:0;margin-right:10px;margin-left:10px}#top nav ul li a,body[data-header-color="light"] .span_9>.slide-out-widget-area-toggle a .label{color:#999}.sf-menu{line-height:1;float:left;margin-bottom:30px}.sf-menu ul li{font-weight:400;width:100%}#header-outer .sf-menu>li:hover>ul,#header-outer .sf-menu>.sfHover>ul{top:100%}.sub-menu{z-index:3}.sf-menu:not(.buttons) a:focus{outline:0 none}.sf-menu ul li a{margin:0}.sf-sub-indicator{display:inline-block;width:10px;position:relative;left:8px;height:10px}.sf-sub-indicator i{width:8px}.sf-sub-indicator [class^="icon-"],body .sf-sub-indicator [class*=" icon-"]{color:#888;font-size:12px;line-height:16px;height:auto;background-color:#fff0}.material .sf-menu>li>a>.sf-sub-indicator i{font-size:16px}.sf-menu>li>a>.sf-sub-indicator i{transition:color 0.2s ease}.sf-shadow .sf-shadow-off{background:none repeat scroll 0 0 #fff0}.sf-vertical,.sf-vertical li{width:100%}.sf-vertical li:hover ul,.sf-vertical .sfHover ul{left:100%;top:0}.sf-menu,.sf-menu *{list-style:none outside none;margin:0;padding:0;z-index:10}.sf-menu{line-height:1}.sf-menu ul{position:absolute;top:100%;left:0;pointer-events:none}.sf-menu .mpbr-woo-cart .open ul{pointer-events:all}.sf-menu ul li,.sf-menu ul li li{font-size:12px;width:100%}.sf-menu .menu-item a{outline:0 none}.sf-menu li{float:left;outline:0 none;line-height:0;font-size:12px;position:relative}.sf-menu a{display:block;position:relative;text-decoration:none}.sf-menu li:hover>ul,.sf-menu .sfHover>ul{z-index:999;pointer-events:all}.sf-menu li li.sfHover{z-index:999}.sf-menu li li:hover ul,.sf-menu li .sfHover ul,.sf-menu li li li:hover ul,.sf-menu li li .sfHover ul{left:20em;top:0}.sf-menu .sf-with-ul a{min-width:1px}#header-outer .sf-menu li ul li a{font-size:12px;line-height:13px;transition:none;letter-spacing:0}.sf-menu li ul li .sf-sub-indicator{right:14px;left:auto;top:14px;display:block;position:absolute}.sf-menu li ul li a,.sf-menu li ul li li a{box-shadow:none}.sf-menu ul li a,.sf-menu ul li li a{border-radius:0 0 0 0;box-shadow:none;text-shadow:none}body #top nav>ul>li>.temp-hidden-display,body #header-secondary-outer nav>ul>li>.temp-hidden-display{display:block!important;opacity:0;left:0!important;right:auto!important}body #top nav>ul>.edge>ul,body #header-secondary-outer nav>ul>.edge>ul{left:auto;right:0}body #top nav>ul>li .edge>ul,body #header-secondary-outer nav>ul>li .edge>ul{left:auto;right:0}#top .span_9{position:static}#header-outer nav>ul>.megamenu{position:inherit}#header-outer nav>ul>.megamenu>.sub-menu{width:100%;left:0;padding:15px 0;display:table;background-color:#1C1C1C}#header-outer nav>ul>.megamenu.mpbr-megamenu-menu-item>.sub-menu,#header-outer nav>ul>.mpbr-megamenu-menu-item>.sub-menu{display:flex}#header-outer nav>ul>.megamenu.mpbr-megamenu-menu-item>.sub-menu{padding:0}#header-outer nav>ul>.megamenu.mpbr-megamenu-menu-item>.sub-menu>li{padding:20px}#header-outer nav>ul>.megamenu.mpbr-megamenu-menu-item>.sub-menu>li.megamenu-column-padding-none{padding:0}#header-outer nav>ul>.megamenu.mpbr-megamenu-menu-item>ul>li{width:auto;display:block;flex:1}#header-outer nav>ul>.megamenu.mpbr-megamenu-menu-item .widget-area-active a{padding:0}#header-outer nav>ul>.megamenu.mpbr-megamenu-menu-item[class*="align-"]:not(.width-100)>ul{left:auto}#header-outer nav>ul>.megamenu.mpbr-megamenu-menu-item.width-50>ul{width:45em}#header-outer nav>ul>.megamenu.mpbr-megamenu-menu-item.width-75>ul{width:70em}#header-outer nav>ul>.megamenu.mpbr-megamenu-menu-item>ul,#header-outer nav>ul>.megamenu.mpbr-megamenu-menu-item>ul>li{background-size:cover;background-position:center}#header-outer nav>ul>.megamenu.mpbr-megamenu-menu-item>ul{overflow:hidden}#header-outer .sf-menu>.megamenu.mpbr-megamenu-menu-item li .widget-area-active img{margin-bottom:0}#header-outer .sf-menu>.megamenu.mpbr-megamenu-menu-item li .widget-area-active ul{margin-left:0;margin-top:0;padding:0}#header-outer nav>.sf-menu>.megamenu.mpbr-megamenu-menu-item>ul .widget-area-active{height:100%}#header-outer nav>.sf-menu>.megamenu.mpbr-megamenu-menu-item>ul .widget-area-active li{line-height:2em}#header-outer nav>.sf-menu>.megamenu.mpbr-megamenu-menu-item>ul .widget-area-active .widget a:hover{background-color:transparent!important}#header-outer nav>ul>.megamenu.mpbr-megamenu-menu-item>ul>li.menu-item.megamenu-column-padding-none>a{margin-bottom:0}body[data-megamenu-width="full-width"] #header-outer #top .sf-menu>.megamenu.mpbr-megamenu-menu-item.width-100>ul{border-radius:0}#header-outer .menu-item-hidden-text>a .menu-title-text,#header-outer .menu-item-hidden-text>a .mpbr-ext-menu-item .menu-title-text,#slide-out-widget-area .menu-item-hidden-text>a>.menu-title-text,#slide-out-widget-area .menu-item-hidden-text>a>.mpbr-menu-icon-text>.menu-title-text,#slide-out-widget-area .menu-item-hidden-text>a>.mpbr-ext-menu-item .menu-title-text,#slide-out-widget-area .menu-item-hidden-text:not(.menu-item-has-icon)>a>.mpbr-ext-menu-item>.inner-content>.title,#mobile-menu .menu-item-hidden-text:not(.menu-item-has-icon)>a .mpbr-ext-menu-item>.inner-content>.title{display:none}#header-outer .menu-item-hidden-text>a>.mpbr-menu-icon,#slide-out-widget-area .menu-item-hidden-text>a>.mpbr-menu-icon{margin-right:0}body .no-transition,body #slide-out-widget-area-bg.fullscreen-alt.open.no-transition,body #slide-out-widget-area-bg.fullscreen-alt.no-transition,.page-submenu.no-trans,.sf-menu>.no-trans>ul,body[data-hhun="1"] #header-outer.no-trans-hidden:not(.side-widget-open),.posts-container article.ajax-loaded,body[data-button-style="slightly_rounded_shadow"] .mpbr-button.wpb_start_animation,body[data-button-style="rounded_shadow"] .mpbr-button.wpb_start_animation,.post-area.masonry{-webkit-transition:none!important;transition:none!important}#header-outer nav>ul>.megamenu>.sub-menu{display:table}#header-outer nav>ul>.megamenu>.sub-menu{padding:30px 0}#header-outer nav>ul>.megamenu>ul>li{padding:0 0 0 30px;border:none}#top nav>ul>li>ul>li,#header-outer[data-format="centered-menu"] #top nav>ul>li>ul>li,#header-secondary-outer .sf-menu>li>ul>li,#header-outer .widget_shopping_cart .cart_list,#header-outer .widget_shopping_cart .total,#header-outer .widget_shopping_cart .buttons{opacity:0;transition:transform 0.65s cubic-bezier(.2,.8,.25,1),opacity 0.65s cubic-bezier(.2,.8,.25,1);-webkit-transition:transform 0.65s cubic-bezier(.2,.8,.25,1),opacity 0.65s cubic-bezier(.2,.8,.25,1)}#top nav>ul>.sfHover>ul>li,#header-secondary-outer .sf-menu>.sfHover>ul>li,#header-outer[data-format="centered-menu"] #top nav>ul>.sfHover>ul>li,#header-outer .widget_shopping_cart.open .cart_list,#header-outer .widget_shopping_cart.open .total,#header-outer .widget_shopping_cart.open .buttons{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}#header-outer .widget_shopping_cart .cart_list,#header-outer .widget_shopping_cart,.wpcf7-form-control-wrap,.mpbr-social.full-width>*{display:block!important}#header-outer nav>ul>.megamenu>ul>li:last-child{padding-right:30px}[data-megamenu-width="full-width"] #top nav>ul>.megamenu:not(.width-50):not(.width-75)>ul>li{padding-right:30px;padding-left:0}[data-megamenu-width="full-width"] #top nav>ul>.megamenu:not(.width-50):not(.width-75)>ul>li:last-child{padding-right:0;padding-left:0}#header-outer nav>ul>.megamenu>ul>li>ul{margin:0;padding:0}#top nav>ul>.megamenu>ul>li{width:33.33%}#top nav>ul>.megamenu>ul>li{display:table-cell;float:none}#top nav>ul>.megamenu.columns-2>ul>li{width:50%}#top nav>ul>.megamenu.columns-3>ul>li{width:33.33%}#top nav>ul>.megamenu.columns-4>ul>li{width:25%}#top nav>ul>.megamenu.columns-5>ul>li{width:20%}#top nav>ul>.megamenu.columns-6>ul>li{width:16.66%}#header-outer nav>ul>.megamenu>ul>li ul{display:block;top:0!important;width:100%;opacity:1!important;left:0!important;box-shadow:none;position:relative}#header-outer nav>ul>.megamenu>ul>li>ul>.has-ul>ul{margin-left:0;padding-right:0;padding-left:0}#header-outer nav>ul>.megamenu ul li{float:none}#header-outer nav>ul>.megamenu ul li a{border-bottom:none;padding:9px 15px}body:not([data-header-format="left-header"]) #header-outer nav>ul>.megamenu>ul>li>a,body:not([data-header-format="left-header"]) #header-outer nav>ul>.megamenu>ul>li>ul>.has-ul>a{color:#444}body:not([data-header-format="left-header"]) #header-outer nav>ul>.megamenu>ul>li>ul>.has-ul>ul{padding-bottom:15px}body:not([data-header-format="left-header"]) #header-outer nav>ul>.megamenu>ul>li>ul>.has-ul>ul{padding-bottom:20px}body:not([data-header-format="left-header"]) #header-outer nav>ul>.megamenu>ul>li>ul>.has-ul:last-child>ul{padding-bottom:0}#header-outer nav>ul>.megamenu>.sub-menu>li a,body #header-outer nav>ul>.megamenu>.sub-menu>li a,body #header-outer nav>ul>.megamenu>.sub-menu>li>a,#header-outer nav>ul>.megamenu>ul>li>a:hover,#header-outer nav>ul>.megamenu>ul>.sfHover>a,body:not([data-header-format="left-header"]) #header-outer nav>ul>.megamenu>ul>li>ul>.has-ul.current-menu-item>a,body:not([data-header-format="left-header"]) #header-outer nav>ul>.megamenu>ul>li>a,body:not([data-header-format="left-header"]) #header-outer nav>ul>.megamenu>ul>li>ul>.has-ul>a{background-color:transparent!important}#header-secondary-outer .sf-menu li ul li a,#top .sf-menu li ul li a{background-color:#fff0}#header-outer .sf-menu li ul li a .item_desc,#slide-out-widget-area .inner .off-canvas-menu-container li a .item_desc{display:block;font-size:14px;line-height:22px}#slide-out-widget-area .inner .off-canvas-menu-container li a .item_desc{display:none;opacity:.75}body[data-header-format="left-header"] #top .sf-menu li ul li a .item_desc{margin-bottom:10px}#top .menu-item-language .iclflag,#header-secondary-outer .menu-item-language .iclflag{top:1px;position:relative;margin-right:4px}.sf-menu>li>ul{opacity:0;pointer-events:none;display:block;transform:translateY(-9999px);box-shadow:0 6px 28px rgb(0 0 0 / .08)}.sf-menu>li.sfHover>ul{transform:none}.sf-menu>li ul{padding:20px;width:20em}.sf-menu>li ul a,#header-outer nav>ul>.megamenu ul li a{padding:6px 6px}.sf-menu li ul li .sf-sub-indicator{top:6px;right:6px}body[data-header-color="light"]:not([data-header-format="left-header"]) #header-outer:not(.transparent) .sf-menu>li ul{border-top:1px solid #e9e9e9}#header-outer[data-box-shadow="none"]:not(.transparent) .sf-menu>li:not(.megamenu) ul{border-top:none}#header-outer .open.widget_shopping_cart{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1;top:100%;pointer-events:auto}#header-outer .cart-outer .cart-notification{top:100%}#header-outer .widget_shopping_cart{-webkit-transition:none;transition:none;opacity:0;pointer-events:none}#header-secondary-outer .sf-menu li ul,body:not([data-header-format="left-header"]) #top .sf-menu li ul,#header-outer nav>ul>.megamenu>.sub-menu,#header-outer .widget_shopping_cart .cart_list li,#header-outer .cart-notification,#header-outer .widget_shopping_cart_content{background-color:#fff}#header-outer .cart-outer .widget_shopping_cart>.widgettitle{display:none}#header-outer .widget_shopping_cart,.woocommerce .cart-notification,#header-outer .cart-notification{box-shadow:0 6px 28px rgb(0 0 0 / .08)}#header-outer:not([data-format="left-header"]) #top nav>ul>li:not(.megamenu) .cart_list a:hover{background-color:transparent!important}#header-outer .widget_shopping_cart a.button:hover,.mpbr-slide-in-cart .widget_shopping_cart a.button:hover{background-color:#333!important}#header-outer .sf-menu li ul li a,#header-outer .widget_shopping_cart .quantity,#header-outer .widget_shopping_cart .cart_list li,#header-outer .cart-notification,#header-outer .total,#header-outer .total strong,#header-outer .product_list_widget li dl dd{color:#999}#top nav>ul>.megamenu:hover ul li{pointer-events:auto}.sf-menu .megamenu li ul{-webkit-transform:none;transform:none;-webkit-box-shadow:none;box-shadow:none}#header-outer #top .sf-menu .megamenu li ul,#header-outer #header-secondary-outer .sf-menu .megamenu li ul,[data-header-color="light"] #header-outer:not(.transparent) .sf-menu>.megamenu li ul{border-top:0}#header-secondary-outer .sf-menu li li ul{margin-left:-20px;margin-top:-20px}.sf-menu li li ul{display:block;visibility:visible;top:0!important;z-index:auto;left:20em;margin-left:-20px;margin-top:-20px;-webkit-transition:transform 0.25s,opacity 0.25s;transition:transform 0.25s,opacity 0.25s;box-shadow:0 19px 35px rgb(0 0 0 / .11);opacity:0;pointer-events:none;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}#header-secondary-outer .sf-menu li li .on-left-side,#header-secondary-outer sf-menu li .sfHover .on-left-side,.sf-menu li li .on-left-side,.sf-menu li .sfHover .on-left-side{right:20em;left:auto;margin-right:-20px;margin-left:0}.sf-menu .sfHover>.on-left-side{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}body[data-header-color="light"] #header-outer:not(.transparent) .sf-menu>li:not(.megamenu) li ul,body[data-header-color="custom"] #header-outer:not(.transparent) .sf-menu>li:not(.megamenu) li ul{margin-top:-21px}body[data-header-color="light"] #header-secondary-outer .sf-menu>li:not(.megamenu) li ul,body[data-header-color="light"] .sf-menu>li:not(.megamenu) li ul,body[data-header-color="light"] #header-outer[data-box-shadow="none"]:not(.transparent) .sf-menu>li:not(.megamenu) li ul,body[data-header-color="custom"] #header-outer[data-box-shadow="none"]:not(.transparent) .sf-menu>li:not(.megamenu) li ul{margin-top:-20px}.sf-menu ul li a{border-bottom:0}.sf-menu .sfHover>ul{pointer-events:all;opacity:1}.sf-menu ul .sfHover>ul{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.sf-menu>li.sfHover:not(.megamenu)>ul:not(.on-left-side){left:0}#header-outer:not([data-header-resize="1"]):not([data-format="left-header"]) #logo img{transition:opacity 0.2s ease}#header-outer[data-header-resize="1"]:not([data-format="left-header"]) #logo,#header-outer[data-header-resize="1"]:not([data-format="left-header"]) .logo-spacing{transition:margin 0.32s ease,color 0.32s ease}#header-outer[data-header-resize="1"]:not([data-format="left-header"]) #logo img,#header-outer[data-header-resize="1"]:not([data-format="left-header"]) .logo-spacing img{transition:height 0.32s ease,opacity 0.2s ease}#header-outer[data-header-resize="1"]:not([data-transparent-header="true"]):not([data-format="left-header"]) #logo,#header-outer[data-header-resize="1"]:not([data-transparent-header="true"]):not([data-format="left-header"]) .logo-spacing{transition:margin 0.15s ease}#header-outer[data-header-resize="1"]:not([data-transparent-header="true"]):not([data-format="left-header"]) #logo img,#header-outer[data-header-resize="1"]:not([data-transparent-header="true"]):not([data-format="left-header"]) .logo-spacing img{transition:height 0.15s ease,opacity 0.2s ease}#header-outer.small-nav:not([data-format="left-header"]){transition:box-shadow 0.42s ease,opacity 0.3s ease}#header-outer.small-nav:not([data-format="left-header"]) #logo,#header-outer.small-nav:not([data-format="left-header"]) .logo-spacing{transition:margin 0.32s ease}#header-outer.small-nav:not([data-format="left-header"]) #logo img,#header-outer.small-nav:not([data-format="left-header"]) .logo-spacing img{transition:height 0.32s ease}body[data-hhun="0"] #header-outer[data-header-resize="0"]:not([data-transparent-header="true"]){transition:box-shadow 0.42s ease,opacity 0.3s ease,transform 0.32s ease}#header-outer[data-using-secondary="1"]:not([data-format="left-header"]){transition:transform 0.32s ease,background-color 0.3s ease 0s,box-shadow 0.3s ease 0s,margin 0.25s ease}#header-outer[data-using-secondary="1"].small-nav:not([data-format="left-header"]){transition:box-shadow 0.42s ease,opacity 0.3s ease,transform 0.32s ease}@media only screen and (min-width:1000px){#header-outer:not([data-format="left-header"]){padding-top:0}#header-outer:not([data-format="left-header"]) #top>.container>.row,#header-outer:not([data-format="left-header"]) #top>.container>.row nav,#header-outer:not([data-format="left-header"]) #top>.container>.row nav>ul,#header-outer:not([data-format="left-header"]) #top>.container>.row nav>ul>li{display:-webkit-flex;display:-ms-flexbox;display:flex}#header-outer:not([data-format="left-header"]) #top .span_9,#header-outer:not([data-format="left-header"]) #top .span_3{display:-webkit-flex;display:-ms-flexbox;display:flex;float:none;width:auto}#header-outer .logo-spacing{line-height:0}#header-outer[data-format="default"] #top .span_9{margin-left:auto}#header-outer[data-format="centered-menu"] #top .span_9 nav .sf-menu:not(.buttons),#header-outer[data-format="centered-logo-between-menu"] #top .span_9 nav .sf-menu:not(.buttons),#header-outer[data-format="centered-menu-under-logo"] #top .span_9 nav,#header-outer[data-format="centered-menu-bottom-bar"] #top .span_9 nav{-webkit-justify-content:center;-moz-justify-content:center;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center}#header-outer:not([data-format="left-header"]) #top nav>.buttons{overflow:visible;height:auto}#header-outer:not([data-format="left-header"]) #top nav>ul>li{-webkit-align-items:center;-ms-align-items:center;-ms-flex-align:center;align-items:center}#header-outer:not([data-format="left-header"]) #top nav>ul{float:none;display:inline-block;vertical-align:middle}#header-outer[data-format="centered-logo-between-menu"] nav #social-in-menu,#header-outer[data-format="centered-logo-between-menu"] #top nav>.buttons{height:100%}#header-outer #top>.container>.row .right-aligned-menu-items nav{-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-flex-direction:row-reverse}#header-outer[data-format="menu-left-aligned"] .row .right-aligned-menu-items{float:none;margin-left:auto;display:-webkit-flex;display:-ms-flexbox;display:flex}#header-outer[data-format="centered-menu-under-logo"] .row,#header-outer[data-format="centered-menu-bottom-bar"] .row{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}@media only screen and (max-width:999px){#top .col.span_9{text-align:right;line-height:0}#header-outer[data-format="centered-logo-between-menu"] #top .span_9{text-align:right;z-index:10000;left:auto}#top .span_9>.slide-out-widget-area-toggle>div,#header-outer .mobile-search .icon-MPBR-search,#header-outer #top #mobile-cart-link i,#header-outer .mobile-user-account .icon-MPBR-m-user{position:relative;display:block;top:50%;font-size:18px;-webkit-transform:translateY(-50%);transform:translateY(-50%);background-color:#fff0}#top .span_9>.slide-out-widget-area-toggle,#top #mobile-cart-link,#top .mobile-search,#header-outer #top .mobile-user-account{position:relative;width:auto;padding:0 7px;top:auto;right:auto;margin-bottom:0;margin-top:0;display:inline-block;vertical-align:middle;line-height:0;height:100%;-webkit-transform:none;transform:none}body[data-slide-out-widget-area-style="slide-out-from-right"].material a.slide_out_area_close:before,body[data-slide-out-widget-area-style="slide-out-from-right"] .slide_out_area_close:before{background-color:rgb(0 0 0 / .06)}#header-outer[data-cart="true"] #top .span_9>.slide-out-widget-area-toggle,#header-outer[data-cart="true"] #top #mobile-cart-link,#top .mobile-search{padding:0 8px}#header-outer[data-cart="true"] #top .row .span_9>.slide-out-widget-area-toggle,#top .span_9>.slide-out-widget-area-toggle{padding-right:0}#search-outer #search #close a:before,body[data-header-format="left-header"] #search-outer #search #close a:before,body.material #header-outer #search-outer #search #close a:before{height:28px;width:28px;margin:-14px 0 0 -14px}.material #search-outer #search #close a span{font-size:13px;height:13px;line-height:13px;top:6px}#search-outer #search #close a span{font-size:16px;height:16px;line-height:16px}.ascend #search-outer #search #close a span{top:0}.ascend #search-outer #search #close a{height:20px}#search-outer #search #close a{height:14px}#search-outer #search #close,body.material #header-outer #search-outer #search #close{top:0;right:-5px}#search-outer #search #close a,body.material #header-outer #search-outer #search #close a{right:8px;top:9px}body.original #search-outer #search #close a{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}}@media only screen and (max-width:999px){.slide-out-widget-area-toggle.mobile-icon a>span>.hover-effect{display:none}}#top nav ul #search-btn a span,#top nav ul #search-btn a,#top nav ul .slide-out-widget-area-toggle a,#top nav ul #mpbr-user-account a span,#top nav ul #mpbr-user-account a{line-height:20px;height:20px}#top nav ul .slide-out-widget-area-toggle a .label,#top .span_9>.slide-out-widget-area-toggle a.using-label .label{font-style:normal;display:inline-block;vertical-align:middle;margin-right:15px;line-height:1em;font-size:14px}#top .span_9>.slide-out-widget-area-toggle a.using-label .label{transition:color 0.2s ease}#top nav ul .slide-out-widget-area-toggle a.using-label>span,#top .span_9>.slide-out-widget-area-toggle a.using-label>span{display:inline-block;vertical-align:middle}#top nav ul .slide-out-widget-area-toggle a.using-label,#top .span_9>.slide-out-widget-area-toggle a.using-label,body[data-header-search="false"] #header-outer[data-has-menu="false"][data-cart="false"] #top nav ul .slide-out-widget-area-toggle a.using-label{width:auto;vertical-align:middle}#top nav .buttons li{line-height:12px;position:relative}#top nav .buttons .menu-item a{position:relative}#header-outer .cart-menu .cart-icon-wrap i{line-height:18px}#header-outer:not([data-format="left-header"]) .cart-menu .cart-icon-wrap{width:auto;height:20px}#top nav ul #search-btn a,#top nav ul #mpbr-user-account a,#top nav ul .slide-out-widget-area-toggle a{padding:0 0 0 0;width:24px;text-align:center;display:block;background-position:right top;background-repeat:no-repeat;box-sizing:content-box}#top nav ul[data-user-set-ocm="off"] .slide-out-widget-area-toggle,body.material #header-outer:not([data-format="left-header"]) #top>.container>.row nav>ul[data-user-set-ocm="off"]>.slide-out-widget-area-toggle{display:none}#top nav ul #mpbr-user-account a span,#top nav ul #search-btn a span{top:0;background-color:#fff0;-webkit-transition:color 0.2s ease;transition:color 0.2s ease}#top nav ul .slide-out-widget-area-toggle a i.label{-webkit-transition:color 0.2s ease;transition:color 0.2s ease}.cart-menu .cart-icon-wrap .icon-MPBR-cart{-webkit-transition:color 0.2s ease;transition:color 0.2s ease}#header-outer header .mpbr-menu-icon-img{margin-bottom:0;width:18px;max-height:200px;height:auto;vertical-align:middle;transition:opacity 0.2s ease 0.05s}#header-outer nav ul ul .mpbr-menu-icon-img:not(.loaded){opacity:0}#header-outer ul.sf-menu>li>a>.mpbr-menu-icon-img{max-height:40px}#header-outer ul.sf-menu>li.menu-item-has-icon>a{display:flex;align-items:center}#header-outer #header-secondary-outer .mpbr-menu-icon-img{margin-bottom:0;width:16px;height:auto;vertical-align:middle}#header-outer header .mpbr-menu-icon-img,#header-outer header .mpbr-menu-icon{margin-right:10px;top:0;line-height:inherit;display:inline-block}#header-secondary-outer .mpbr-menu-icon,#header-secondary-outer .mpbr-menu-icon-img{margin-right:7px;top:0;line-height:inherit;display:inline-block}#header-outer header .mpbr-menu-icon{font-size:16px;top:-1px;vertical-align:middle}#header-outer header .sf-menu>li.mpbr-regular-menu-item>a>.mpbr-menu-icon{transition:color 0.2s ease}#header-outer header .mpbr-menu-item-with-icon,#header-secondary-outer .mpbr-menu-item-with-icon,#slide-out-widget-area .menu-item-has-icon>a{display:flex;align-items:flex-start}.off-canvas-menu-container .mpbr-menu-icon{font-size:inherit;top:0;margin-right:10px}.off-canvas-menu-container .sub-menu .mpbr-menu-icon{transform:none;margin-right:10px}.off-canvas-menu-container .mpbr-menu-icon-img{max-width:40px;height:auto;margin-right:10px;width:100%}.mpbr-menu-label{padding:5px 8px;line-height:1;font-size:12px;margin-left:5px;position:relative;display:inline-block;vertical-align:middle}.mpbr-menu-label:before{opacity:.15}#header-outer #social-in-menu i,.material #slide-out-widget-area.slide-out-from-right .off-canvas-social-links a i{font-size:18px;color:inherit;background-color:#fff0;transition:transform 0.25s ease,opacity 0.2s ease;-webkit-transition:-webkit-transform 0.25s ease,opacity 0.2s ease;text-align:center;line-height:24px;height:22px;width:36px;position:relative}body[data-header-search="false"]:not(.mobile) #header-outer[data-has-menu="false"][data-cart="false"] #social-in-menu i{font-size:20px;width:38px;line-height:26px;height:26px;margin-bottom:-3px}#header-outer #social-in-menu a,.material #slide-out-widget-area.slide-out-from-right .off-canvas-social-links a{display:inline-block;margin-right:0;margin-left:0;overflow:hidden}#header-outer #social-in-menu a:hover i,.material #slide-out-widget-area.slide-out-from-right .off-canvas-social-links a:hover i{-webkit-transform:translateY(-100%);transform:translateY(-100%)}#header-outer #social-in-menu a i:after,.material #slide-out-widget-area.slide-out-from-right .off-canvas-social-links a i:after{position:absolute;top:100%;left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);width:100%}#header-outer #social-in-menu a i:before{width:100%}#header-outer #social-in-menu [class^="fa-"]:after,#header-outer #social-in-menu [class*="fa-"]:after,#header-outer #social-in-menu .fa-vine:before,#header-outer #social-in-menu .fa-vine:after{text-decoration:inherit;display:block;speak:none}#header-outer #social-in-menu .fa-vine{display:block;text-align:center}#header-outer #social-in-menu i.fa-facebook{width:28px}#header-outer #top #social-in-menu i.fa-houzz,#header-outer #top #social-in-menu i.icon-MPBR-tiktok{font-size:16px}#header-outer[data-format="default"] #social-in-menu{margin:0 0 0 30px}body.original #header-outer[data-full-width="true"][data-format="default"] #social-in-menu{margin-right:22px}#header-outer[data-lhe="animated_underline"] #top nav>ul>#social-in-menu>a,#header-outer[data-lhe="default"] #top nav>ul>#social-in-menu>a{margin-left:0;margin-right:0;padding-right:0;padding-left:0}#top #mobile-cart-link,#top .mobile-search,#top .mobile-user-account{display:none;text-align:right;z-index:10000}#top .span_9>.slide-out-widget-area-toggle{display:none;z-index:10000}#top #mobile-cart-link i,.mobile-search .icon-MPBR-search,.mobile-user-account .icon-MPBR-m-user{background-color:#fff0;color:#a9a9a9;line-height:34px;font-size:18px;width:18px;transition:color 0.3s ease;-webkit-transition:color 0.3s ease}#header-outer #mobile-cart-link .cart-wrap span{border-radius:50%;height:16px;width:16px;text-align:center;line-height:16px;font-size:10px;display:block;visibility:hidden}#header-outer #mobile-cart-link .cart-wrap{position:absolute;top:50%;margin-top:-14px;right:-1px;color:#fff}#header-outer .first-load a.cart-contents .cart-wrap span,#header-outer #mobile-cart-link.first-load .cart-wrap span{visibility:visible;animation:.6s ease-in-out .12s normal both 1 bounce_in_animation;-webkit-animation:.6s ease-in-out .12s normal both 1 bounce_in_animation}.material .mobile-search .icon-MPBR-search,.material .mobile-user-account .icon-MPBR-m-user{color:#a9a9a9}body #header-outer.no-bg-color{box-shadow:none!important;background-color:transparent!important}#header-outer.slide-out-hover{-webkit-transition:background-color .3s ease;transition:background-color .3s ease}#header-outer.slide-out-hover header,#header-outer.slide-out-hover>.cart-outer{-webkit-transition:opacity .3s ease;transition:opacity .3s ease}#header-outer.slide-out-hover #top.all-hidden,#header-outer>.cart-outer.all-hidden{opacity:0}body #header-outer-bg-only{display:block;width:100%;height:100%;position:fixed;left:0;top:0;z-index:1000;content:' ';box-shadow:0 0 3px 0 rgb(0 0 0 / .22);-webkit-transition:opacity .7s cubic-bezier(.2,1,.2,1),transform .7s cubic-bezier(.2,1,.2,1);transition:opacity .7s cubic-bezier(.2,1,.2,1),transform .7s cubic-bezier(.2,1,.2,1)}body.admin-bar #header-outer-bg-only{top:32px}#header-outer[data-full-width="true"][data-cart="true"] #top nav ul .slide-out-widget-area-toggle{position:relative}body[data-bg-header="true"][data-header-search="true"].ascend #header-outer.transparent[data-has-menu="false"] #top nav ul #search-btn a:after,body[data-bg-header="true"][data-header-search="true"].ascend #header-outer[data-has-menu="false"] #top nav ul #search-btn a:after,body[data-bg-header="true"][data-header-search="true"] #header-outer[data-has-menu="false"] #top nav ul #search-btn a:after{border:none;display:none}#header-outer.dark-text #top nav ul #search-btn a span,#header-outer.dark-text #top nav ul #mpbr-user-account a span,#header-outer.dark-text .cart-menu .cart-icon-wrap .icon-MPBR-cart{opacity:1}.lines-button.x2.close .lines,.sf-menu .megamenu li ul,#header-outer .sf-menu .megamenu ul .sub-menu{background-color:transparent!important}#header-outer[data-transparent-header="true"] #logo .dark-version{position:absolute}body[data-header-search="false"] #header-outer[data-has-menu="false"][data-cart="false"] .slide-out-widget-area-toggle:not([data-custom-color="true"]):not(.mobile-icon) a:not(.using-label) .lines,body[data-header-search="false"] #header-outer[data-has-menu="false"][data-cart="false"] .slide-out-widget-area-toggle:not([data-custom-color="true"]):not(.mobile-icon) a:not(.using-label) .lines:before,body[data-header-search="false"] #header-outer[data-has-menu="false"][data-cart="false"] .slide-out-widget-area-toggle:not([data-custom-color="true"]):not(.mobile-icon) a:not(.using-label) .lines:after{height:4px;width:2.1rem;border-radius:1px}body[data-header-search="false"]:not(.mobile) #header-outer[data-has-menu="false"][data-cart="false"] .lines-button,.slide-out-hover-icon-effect:not(.small) .lines-button,body .slide-out-hover-icon-effect:not(.small) .lines-button{line-height:0;font-size:0}body[data-header-search="false"] #header-outer[data-has-menu="false"][data-cart="false"] .lines-button.close{-webkit-transform:none;transform:none}body[data-header-search="false"] #header-outer[data-has-menu="false"][data-cart="false"] #top nav ul .slide-out-widget-area-toggle:not([data-custom-color="true"]) a:not(.using-label),.slide-out-hover-icon-effect a{width:34px}.slide-out-hover-icon-effect.small a{width:auto}body[data-header-search="false"] #header-outer[data-has-menu="false"][data-cart="false"] .slide-out-widget-area-toggle:not([data-custom-color="true"]):not(.mobile-icon) a:not(.using-label) .lines:before{top:9px}body[data-header-search="false"] #header-outer[data-has-menu="false"][data-cart="false"] .slide-out-widget-area-toggle:not([data-custom-color="true"]):not(.mobile-icon) a:not(.using-label) .lines:after{top:-9px}#search-outer{top:0;left:0;width:100%;height:100%;position:absolute;z-index:10000;overflow:visible;display:none;background-color:#fff}#search-box{position:relative}#search-outer .container{overflow:visible;width:100%}#search-outer #search input[type=text]{width:100%;color:#888;font-size:43px;line-height:43px;position:relative;padding:0;background-color:#fff0;border:0;-webkit-transition:none;transition:none;box-shadow:none;font-family:'Open Sans';font-weight:700;text-transform:uppercase;letter-spacing:1px}.ui-helper-hidden-accessible{display:none}#search-outer>#search form{width:92%;float:left}#search-outer #search #close{list-style:none}#search-outer #search #close a{position:absolute;right:0;top:24px;display:block;width:24px;height:17px;line-height:22px;z-index:10}#search-outer #search #close a span:not(.close-line){color:#a0a0a0;font-size:18px;height:20px;line-height:19px;background-color:#fff0;-webkit-transition:color 0.2s ease;transition:color 0.2s ease}#search-outer>#search #close a:hover span{color:#000}#header-outer #search{position:relative}#header-outer .row .col.span_3,#header-outer .row .col.span_9{width:auto}#header-outer .row .col.span_9{float:right}#header-outer[data-full-width="true"] header>.container,body[data-slide-out-widget-area-style="simple"] #header-outer[data-full-width="true"] #mobile-menu{width:100%;max-width:100%;padding:0 28px}#header-outer.highzI{z-index:9999}body[data-hhun="1"] #header-outer[data-remove-fixed="1"]{position:absolute}body[data-hhun="1"] #header-secondary-outer[data-remove-fixed="0"]{transition:transform 0.3s ease}@media only screen and (min-width:1000px){body[data-hhun="1"]:not(.no-scroll) #header-outer[data-remove-fixed="1"]:not(.detached),body[data-hhun="1"]:not(.no-scroll) #header-outer[data-remove-fixed="1"][data-permanent-transparent="false"][data-using-secondary="1"]{top:0}}body[data-hhun="1"].original #header-outer.detached:not(.side-widget-open){-webkit-transform:translateY(0);transform:translateY(0)}body[data-hhun="1"].original #header-outer[data-remove-border="true"].detached:not(.side-widget-open){border-color:#fff0}body[data-hhun="1"] #header-outer[data-header-resize="0"]:not([data-format="left-header"]).invisible{box-shadow:none}body[data-hhun="1"] #header-outer.invisible:not(.side-widget-open){-webkit-transition:-webkit-transform .3s ease,box-shadow 0.3s ease;transition:transform .3s ease,box-shadow 0.3s ease;z-index:9998;pointer-events:none}body[data-hhun="1"] #header-outer.invisible:not(.side-widget-open),body[data-hhun="1"] #header-outer.no-trans-hidden:not(.side-widget-open){-webkit-transform:translateY(-100%)!important;transform:translateY(-100%)!important}body[data-hhun="1"] #header-outer.transparent[data-transparent-header="true"][data-remove-border="true"]{transition:transform .3s ease,box-shadow 0.3s ease,background .3s ease,opacity .3s ease,border-color 0.3s ease}body[data-hhun="1"] #header-outer.transparent[data-transparent-header="true"][data-remove-border="true"][data-permanent-transparent="1"].detached,body[data-hhun="1"] #header-outer.detached{position:fixed!important;z-index:9998!important;-webkit-transition:-webkit-transform .3s ease,height .3s ease,background .3s ease,opacity .3s ease,border-color 0.3s ease,box-shadow 0.3s ease;transition:transform .3s ease,height .3s ease,background .3s ease,opacity .3s ease,border-color 0.3s ease,box-shadow 0.3s ease}@media only screen and (max-width:1000px){body[data-hhun="1"] #header-outer{transition:transform .3s ease,height .3s ease,background .3s ease,opacity .3s ease,border-color 0.3s ease,box-shadow 0.3s ease}}body[data-hhun="1"] #header-outer.transparent.at-top{transition:background-color 0.3s ease,box-shadow 0.3s ease,transform 0.3s ease}.mobile-video-image{position:absolute;z-index:1;top:0;left:0;display:none;height:100%;width:100%;background-position:center;background-repeat:no-repeat;background-size:cover;-webkit-background-size:cover;-o-background-size:cover}.using-mobile-browser .mobile-video-image{display:block}.wpb_row .mpbr-video-wrap,#page-header-bg .mpbr-video-wrap{position:absolute;top:0;left:0;padding-bottom:0;overflow:hidden;opacity:0;z-index:1}.wpb_row .mpbr-video-wrap .mpbr-video-inner.transition,.wpb_row .row-bg-wrap .row-bg.transition{-webkit-transition:transform .65s cubic-bezier(.05,.2,.1,1);transition:transform .65s cubic-bezier(.05,.2,.1,1)}.wpb_row .mpbr-video-wrap.column-video,.wpb_row .mobile-video-image.column-video{z-index:0}body.using-mobile-browser .wpb_row .mpbr-video-wrap,body.using-mobile-browser #page-header-bg .mpbr-video-wrap{left:-3000px}body.using-mobile-browser .mpbr-slider-wrap .slide-bg-wrap .video-wrap{bottom:-3000px}.wpb_row .mpbr-video-wrap video{transition:opacity 0.25s ease;opacity:0}.wpb_row .mpbr-video-wrap.position-loaded video{opacity:1}#page-header-bg .mpbr-video-wrap{opacity:1;background-position:center;background-repeat:repeat;height:100%;width:100%}#page-header-bg .mpbr-video-wrap video{opacity:0}.video-color-overlay{width:100%;height:100%;opacity:0;position:absolute;-webkit-backface-visibility:hidden;top:0;left:0;padding-bottom:0;z-index:3}.wpb_row .mpbr-video-wrap .mejs-container .mejs-controls,.mejs-overlay-button,.mejs-overlay-loading,#search-outer .ui-helper-hidden-accessible,.mobile #search-outer .ui-widget-content{display:none!important}.wpb_row>.span_12{z-index:10}.wpb_row>.span_12{margin-bottom:0!important}.wpb_row>.span_12>.column_container:last-child{margin-bottom:0}#page-header-bg .container{z-index:100}.mpbr-slider-loading{background-color:#393939;background-position:center;background-repeat:repeat;position:absolute;z-index:1000;top:0;left:0;width:100%;height:100%}body .full-width-section{-webkit-box-sizing:content-box;box-sizing:content-box}.full-width-section{-webkit-background-size:cover;background-size:cover;width:100%;position:relative}.full-width-content.parallax_section{-webkit-background-size:cover;background-size:cover}.full-width-content.vc_row-fluid .wpb_column{background-position:center;background-size:cover;-webkit-background-size:cover}.wpb_row{position:relative}.wpb_row.vc_row-o-full-height{min-height:99vh}.wpb_row .row-bg,.full-width-section .row-bg,#page-header-bg .page-header-bg-image-wrap{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;-webkit-background-size:cover}#page-header-bg[data-parallax="1"] .page-header-bg-image{height:calc(100% + 20px);top:auto;bottom:0}@media only screen and (min-width:1000px){#page-header-bg[data-parallax="1"] .page-header-bg-image{height:calc(100% + 40px)}}.page-header-bg-image-wrap[data-n-parallax-bg="true"] .page-header-bg-image{height:calc(100% + 40px);top:auto;bottom:0}.wpb_row .row-bg-wrap .row-bg-overlay{display:block;position:absolute;top:0;left:0;width:100%;height:100%;content:' ';z-index:2;backface-visibility:hidden}.row.right-align-text{text-align:right}.wpb_row[data-using-ctc="true"] h1,.wpb_row[data-using-ctc="true"] h2,.wpb_row[data-using-ctc="true"] h3,.wpb_row[data-using-ctc="true"] h4,.wpb_row[data-using-ctc="true"] h5,.wpb_row[data-using-ctc="true"] h6{color:inherit}.wpb_row.full-width-section,.wpb_row.full-width-content,body.material .wpb_row.full-width-section,body.material .wpb_row.full-width-content{margin-bottom:0}.wpb_row.full-width-content img,.wpb_row.full-width-content .img-with-aniamtion-wrap,.wpb_row.full-width-content .img-with-aniamtion-wrap .hover-wrap{margin-bottom:0}body[data-ext-responsive="true"] .container .page-submenu>.full-width-section .container:not(.tab-container):not(.recent-post-container):not(.normal-container){padding:0 90px!important}.full-width-section>.span_12>div:last-child{padding-bottom:0}.full-width-section img{display:block;margin-bottom:0}html:not(.js) .full-width-section,html:not(.js) .full-width-content{visibility:visible}.full-width-section.parallax_section .row-bg,.full-width-content.parallax_section .row-bg,.wpb_row.parallax_section .row-bg{background-attachment:fixed}body .full-width-section.parallax_section .row-bg.translate,body .full-width-content.parallax_section .row-bg.translate,body .wpb_row.parallax_section .row-bg.translate,.mpbr-recent-posts-single_featured .mpbr-recent-post-slide .row-bg.translate,#page-header-bg .page-header-bg-image.translate,[data-parallax="true"] .swiper-slide .image-bg.translate,.wpb_row .column-image-bg-wrap .column-image-bg.translate{background-attachment:scroll;top:auto;bottom:0}body .full-width-content.parallax_section .row-bg,body .full-width-section.parallax_section .row-bg,body .wpb_row.parallax_section .row-bg{background-attachment:fixed}body[data-ajax-transitions="false"] .parallax_section .row-bg,body[data-ajax-transitions="false"] .parallax-layer.column-image-bg,body[data-ajax-transitions="false"] .parallax_section .mpbr-recent-post-slide .mpbr-recent-post-bg{opacity:0;transition:opacity 0.2s ease}_::-webkit-full-page-media,_:future,:root body[data-ajax-transitions="false"] .parallax_section .row-bg{opacity:1}body[data-ajax-transitions="false"] .parallax_section.top-level .row-bg:not([data-parallax-speed="fixed"]),body:not([data-remove-m-parallax="1"]) .parallax_section.top-level .row-bg:not([data-parallax-speed="fixed"]){opacity:1;background-attachment:scroll;top:auto;bottom:0}.top-level .vc_col-sm-12:not(.child_column)>.vc_column-inner>.column-image-bg-wrap .parallax-layer{top:auto;bottom:0;opacity:1}@media only screen and (min-width:1000px){body:not([data-header-format="left-header"]) .parallax_section.top-level .row-bg[data-parallax-speed="slow"]:not([data-parallax-speed="fixed"]),body:not([data-header-format="left-header"]) .top-level .vc_col-sm-12:not(.child_column)>.vc_column-inner>.column-image-bg-wrap[data-parallax-speed="slow"] .parallax-layer{height:calc(100% + 90px)}body:not([data-header-format="left-header"]) .parallax_section.top-level .row-bg[data-parallax-speed="medium"]:not([data-parallax-speed="fixed"]),body:not([data-header-format="left-header"]) .top-level .vc_col-sm-12:not(.child_column)>.vc_column-inner>.column-image-bg-wrap[data-parallax-speed="medium"] .parallax-layer{height:calc(100% + 70px)}body:not([data-header-format="left-header"]) .parallax_section.top-level .row-bg[data-parallax-speed*="fast"]:not([data-parallax-speed="fixed"]),body:not([data-header-format="left-header"]) .top-level .vc_col-sm-12:not(.child_column)>.vc_column-inner>.column-image-bg-wrap[data-parallax-speed*="fast"] .parallax-layer{height:calc(100% + 40px)}}@media only screen and (max-width:999px){body .parallax_section.top-level .row-bg:not([data-parallax-speed="fixed"]),.top-level .vc_col-sm-12:not(.child_column)>.vc_column-inner>.column-image-bg-wrap[data-parallax-speed*="fast"] .parallax-layer{height:calc(100% + 40px)}}body .top-level .mpbr-recent-posts-single_featured .mpbr-recent-post-slide .row-bg,body .top-level .mpbr-simple-slider[data-parallax="true"] .parallax-layer{height:calc(100% + 40px)}.global-section-after-header-nav-active #page-header-bg[data-parallax="1"] .page-header-bg-image,.global-section-after-header-nav-active .top-level .mpbr-recent-posts-single_featured .mpbr-recent-post-slide .row-bg,.global-section-after-header-nav-active .top-level .mpbr-simple-slider[data-parallax="true"] .parallax-layer,.global-section-after-header-nav-active #ajax-content-wrap .parallax_section.top-level .row-bg:not([data-parallax-speed="fixed"]){height:calc(100% + 90px)}body[data-ajax-transitions="false"] .parallax_section .mpbr-recent-post-slide .row-bg,body[data-ajax-transitions="false"] .parallax_section.mpbr-parallax-enabled .row-bg,body[data-ajax-transitions="false"] .parallax_section.mpbr-parallax-enabled .mpbr-recent-post-slide .mpbr-recent-post-bg,body[data-ajax-transitions="false"] .parallax_section .row-bg[data-parallax-speed="fixed"],body[data-ajax-transitions="false"] .parallax_section .row-bg .mpbr-recent-post-slide,body[data-ajax-transitions="false"] .mpbr-parallax-enabled .parallax-layer.column-image-bg:not([data-mpbr-img-src]){opacity:1}.full-width-section.parallax_section .row-bg-wrap,.full-width-content.parallax_section .row-bg-wrap,.wpb_row.parallax_section .row-bg-wrap,.wpb_row .row-bg-wrap .inner-wrap{overflow:hidden;width:100.1%;height:100.1%;position:absolute;z-index:1;top:0;left:0}.wpb_row.parallax_section .row-bg-wrap,.wpb_row .row-bg-wrap[data-bg-animation="zoom-out-reveal"]{z-index:2}.wpb_row .row-bg-wrap,.full-width-section .row-bg-wrap{width:100%;height:100%;position:absolute;top:0;left:0}.wpb_row[data-br*="px"][data-br-applies="inner"] .row_col_wrap_12,.wpb_row[data-br*="px"][data-br-applies="bg"]>.row-bg-wrap{overflow:hidden}.row-bg-wrap[data-bg-animation*="fade"],.row-bg-wrap[data-bg-animation*="zoom"],.column-image-bg-wrap[data-bg-animation*="fade"],.column-image-bg-wrap[data-bg-animation*="zoom"]{overflow:hidden}body[data-ajax-transitions] .row-bg-wrap[data-bg-animation="fade-in"] .inner-wrap.using-image{opacity:0;-webkit-transition:opacity 0.85s ease-out;transition:opacity 0.85s ease-out}.column-image-bg-wrap[data-bg-animation="fade-in"] .inner-wrap{opacity:0;-webkit-transition:opacity 0.55s ease-out;transition:opacity 0.55s ease-out}body[data-ajax-transitions] .row-bg-wrap[data-bg-animation="fade-in"] .inner-wrap.using-image.animated-in,.column-image-bg-wrap[data-bg-animation="fade-in"] .inner-wrap.animated-in{opacity:1}body[data-ajax-transitions] .row-bg-wrap[data-bg-animation="zoom-out"] .inner-wrap.using-image,.column-image-bg-wrap[data-bg-animation="zoom-out"] .inner-wrap{-webkit-transform:scale(1.25);transform:scale(1.25);-webkit-transition:transform 2.5s cubic-bezier(.1,.55,.4,1);transition:transform 2.5s cubic-bezier(.1,.55,.4,1)}body[data-ajax-transitions] .row-bg-wrap[data-bg-animation="zoom-out-high"] .inner-wrap.using-image,.column-image-bg-wrap[data-bg-animation="zoom-out-high"] .inner-wrap{-webkit-transform:scale(1.6);transform:scale(1.6);-webkit-transition:transform 1.3s cubic-bezier(.12,.75,.4,1);transition:transform 1.3s cubic-bezier(.12,.75,.4,1)}.column-image-bg-wrap[data-bg-animation="zoom-out-reveal"],.row-bg-wrap[data-bg-animation="zoom-out-reveal"]{-webkit-transform:scale(.7);transform:scale(.7);overflow:hidden;opacity:0;-webkit-transition:transform 1.3s cubic-bezier(.12,.75,.4,1),opacity 0.4s ease-out;transition:transform 1.3s cubic-bezier(.12,.75,.4,1),opacity 0.4s ease-out}.column-image-bg-wrap[data-bg-animation="zoom-out-reveal"][data-bg-overlay="true"],.row-bg-wrap[data-bg-animation="zoom-out-reveal"][data-bg-overlay="true"]{-webkit-transition:transform 1.3s cubic-bezier(.12,.75,.4,1),opacity 0.55s ease-out 0.2s;transition:transform 1.3s cubic-bezier(.12,.75,.4,1),opacity 0.55s ease-out 0.2s}.wpb_column .column-bg-overlay-wrap[data-bg-animation="zoom-out-reveal"]{-webkit-transform:scale(.7);transform:scale(.7);opacity:0;-webkit-transition:background-color 0.45s cubic-bezier(.25,1,.33,1),opacity 0.35s ease-out,transform 1.3s cubic-bezier(.12,.75,.4,1);transition:background-color 0.45s cubic-bezier(.25,1,.33,1),opacity 0.35s ease-out,transform 1.3s cubic-bezier(.12,.75,.4,1)}.column-image-bg-wrap[data-bg-animation="zoom-out-reveal"] .inner-wrap,.row-bg-wrap[data-bg-animation="zoom-out-reveal"] .inner-wrap{-webkit-transform:scale(1.75);transform:scale(1.75);-webkit-transition:transform 1.3s cubic-bezier(.12,.75,.4,1);transition:transform 1.3s cubic-bezier(.12,.75,.4,1)}body[data-ajax-transitions] .row-bg-wrap[data-bg-animation="zoom-out-slow"] .inner-wrap.using-image,.column-image-bg-wrap[data-bg-animation="zoom-out-slow"] .inner-wrap{-webkit-transform:scale(1.35);transform:scale(1.35);-webkit-transition:transform 8s cubic-bezier(.1,.2,.7,1);transition:transform 8s cubic-bezier(.1,.2,.7,1)}.column-image-bg-wrap[data-bg-animation="zoom-out-slow"] .inner-wrap{-webkit-transform:scale(1.45);transform:scale(1.45)}body[data-ajax-transitions] .row-bg-wrap[data-bg-animation="zoom-out"] .inner-wrap.using-image.animated-in,body[data-ajax-transitions] .row-bg-wrap[data-bg-animation="zoom-out-slow"] .inner-wrap.using-image.animated-in,body[data-ajax-transitions] .row-bg-wrap[data-bg-animation="zoom-out-reveal"] .inner-wrap.animated-in,body[data-ajax-transitions] .row-bg-wrap[data-bg-animation="zoom-out-reveal"].animated-in,.column-image-bg-wrap[data-bg-animation="zoom-out"] .inner-wrap.animated-in,.column-image-bg-wrap[data-bg-animation="zoom-out-slow"] .inner-wrap.animated-in,.column-image-bg-wrap[data-bg-animation="zoom-out-high"] .inner-wrap.animated-in,.column-image-bg-wrap[data-bg-animation="zoom-out-reveal"] .inner-wrap.animated-in,.column-image-bg-wrap[data-bg-animation="zoom-out-reveal"].animated-in,.column-bg-overlay-wrap[data-bg-animation="zoom-out-reveal"].animated-in{-webkit-transform:scale(1);transform:scale(1)}@keyframes row_bg_zoom_out{0%{transform:scale(1.2)}100%{transform:scale(1)}}body[data-ajax-transitions="false"] #page-header-wrap #page-header-bg[data-animate-in-effect="zoom-out"] .page-header-bg-image-wrap,body[data-ajax-transitions="false"] .top-level .row-bg-wrap[data-bg-animation="zoom-out"] .inner-wrap.using-image{-webkit-transform:scale(1);transform:scale(1);animation:row_bg_zoom_out 2.5s cubic-bezier(.1,.55,.4,1) forwards}body[data-ajax-transitions="false"] .top-level .row-bg-wrap[data-bg-animation="zoom-out-slow"] .inner-wrap.using-image{-webkit-transform:scale(1);transform:scale(1);animation:row_bg_zoom_out 8s cubic-bezier(.1,.2,.7,1) forwards}body[data-ajax-transitions] .row-bg-wrap[data-bg-animation="zoom-out-reveal"].animated-in,.column-image-bg-wrap[data-bg-animation="zoom-out-reveal"].animated-in,.column-bg-overlay-wrap[data-bg-animation="zoom-out-reveal"].animated-in{opacity:1}.wpb_row .row-bg-wrap .inner-wrap{height:100%;width:100%}.full-width-section.parallax_section .row-bg,.full-width-content.parallax_section .row-bg,.wpb_row.parallax_section .row-bg{position:absolute;z-index:1;top:0;left:0;background-size:cover;-webkit-background-size:cover}.full-width-section.no-cover .row-bg,.wpb_row .row-bg.no-cover,.full-width-section .row-bg.no-cover{background-size:auto!important;-webkit-background-size:auto}body .full-width-section>.col.span_12{float:none}html body .vc_row-fluid.legacy>.span_12{display:block}.full-width-section>.col.span_12.light,.full-width-content>.col.span_12.light,.col.span_12.light .wpb_text_column>.wpb_wrapper>ul{color:#fff}.vc_row.vc_row-o-equal-height>.span_12>.vc_column_container>.vc_column-inner{width:100%}.vc_row.vc_row-o-equal-height>.span_12>.wpb_column>.vc_column-inner>.wpb_wrapper{min-height:1px}.vc_column_container>.vc_column-inner{position:relative}@media only screen and (max-width:999px){body .vc_row.vc_row-flex.vc_row-o-equal-height>.span_12,body .vc_row.vc_row-flex.vc_row-o-equal-height>.span_12>.vc_column_container>.vc_column-inner,body .vc_row.vc_row-flex.vc_row-o-equal-height>.span_12>.vc_column_container{display:-webkit-flex;display:flex}}@media (max-width:1299px) and (min-width:1000px){.vc_hidden-md{display:none}}.col{position:relative;float:left}.col.boxed:not(.wpb_column){-webkit-box-shadow:0 1px 2px rgb(0 0 0 / .2);box-shadow:0 1px 2px rgb(0 0 0 / .2);background-color:#fff;padding:25px 15px 15px 15px;position:relative;-webkit-transition:top 0.2s ease,-webkit-box-shadow 0.2s ease;transition:top 0.2s ease,box-shadow 0.2s ease}.col.boxed .bottom-line,.wpb_column.boxed .bottom-line{height:1px;width:100%;display:block;position:absolute;bottom:2px;left:0;background-color:#E8E8E8}.col.boxed img,.wpb_column.boxed img{padding:0 15px}.col.boxed:not(.wpb_column):hover{top:-4px;-webkit-box-shadow:0 2px 3px rgb(0 0 0 / .3);box-shadow:0 2px 3px rgb(0 0 0 / .3)}.col.boxed.no-pointer-events{pointer-events:none}.column-image-bg-wrap .column-image-bg[data-mpbr-img-src],.row-bg-wrap .row-bg[data-mpbr-img-src]{opacity:0}.column-image-bg-wrap .column-image-bg.loaded,.row-bg-wrap .row-bg.loaded,body[data-ajax-transitions] .parallax_section .row-bg.loaded,body[data-ajax-transitions] .parallax-layer.column-image-bg.loaded{transition:opacity 0.4s ease 0.2s}.col.centered-text,.wpb_column.centered-text{text-align:center}.centered-text .divider-small-border{margin:25px auto}.centered-text .divider-border[data-animate="yes"],.centered-text .divider-small-border[data-animate="yes"]{-webkit-transform-origin:center;transform-origin:center}body .col.centered-text ul,body .wpb_column.centered-text ul{display:inline-block;text-align:center;margin-left:0}.col.centered-text ul,.wpb_column.centered-text ul{text-align:left}body .col.centered-text img,body .wpb_column.centered-text img,.col.center img{margin-left:auto;margin-right:auto}.wpb_column{background-position:center}.wpb_column[data-video-bg="true"] .wpb_wrapper,.wpb_column[data-overlay-color="true"] .wpb_wrapper,.wpb_column[data-has-bg-color="true"] .wpb_wrapper,.wpb_column[data-using-bg="true"] .wpb_wrapper,.wpb_column[data-hover-bg^="#"] .wpb_wrapper{position:relative;z-index:2}.wpb_column .column-bg-overlay,.wpb_column .column-bg-overlay-wrap{pointer-events:none;position:absolute;z-index:0;height:100%;width:100%;top:0;left:0;content:' ';display:block;opacity:0;transition:background-color 0.45s cubic-bezier(.25,1,.33,1),opacity 0.45s cubic-bezier(.25,1,.33,1);-webkit-transition:background-color 0.45s cubic-bezier(.25,1,.33,1),opacity 0.45s cubic-bezier(.25,1,.33,1)}.vc_column-inner .column-overlay-layer{pointer-events:none;position:absolute;z-index:0;height:100%;width:100%;top:0;left:0;content:' ';display:block}.wpb_column .column-bg-overlay-wrap{opacity:1}.column-link{position:absolute;top:0;left:0;width:100%;height:100%;display:block;z-index:10}.col.span_3 .col.span_12 i,.col.span_4 .col.span_12 i{margin-bottom:0}body .wpb_text_column{margin-bottom:0}.wpb_animate_when_almost_visible{opacity:0}.wpb_start_animation{opacity:1}body .wpb_text_column h2:last-child,body .wpb_text_column h3:last-child{margin-bottom:10px}body[data-bg-header="true"].page .main-content>.row>#breadcrumbs.yoast,body[data-bg-header="true"].single-portfolio #full_width_portfolio .main-content>.row>#breadcrumbs.yoast{padding-top:20px}rs-module video{visibility:visible}.home-wrap{padding-top:3em;margin-bottom:0;padding-bottom:0;position:relative;z-index:100;background-color:#f8f8f8}html:not(.js) .home-wrap{padding-top:0}.home-wrap .full-width-section.first-section{margin-top:-37px}.single_job_listing .company img{height:3em}.single_job_listing .meta li{list-style:none}.flex-gallery{margin:0;padding:0}.flex-gallery .slides>li{display:none;-webkit-backface-visibility:hidden}.flex-gallery .slides img{width:99.8%;display:block}.flex-pauseplay span{text-transform:capitalize}.slides:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}html[xmlns] .slides{display:block}* html .slides{height:1%}.no-js .slides>li:first-child{display:block}.flex-gallery{margin:0 0 15px;position:relative;zoom:1;background-color:#fff0}.flex-viewport{max-height:2000px;-webkit-transition:all 1s ease;transition:all 1s ease}.loading .flex-viewport{max-height:300px}.flex-gallery .slides{zoom:1}.flex-gallery ul{position:relative;z-index:1000;margin:0}.flex-gallery .flex-direction-nav{margin:0;position:absolute;top:8px}.flex-gallery ul li{list-style:none}.flex-gallery ul li img{margin-bottom:0}.carousel li{margin-right:0;margin-left:0}.flex-control-nav{display:none}.flex-direction-nav{*height:0}.flex-direction-nav a{display:block;line-height:22px;position:relative;background-color:#000;height:25px;width:25px;text-align:center;-webkit-transition:all 0.2s ease;transition:all 0.2s ease;border-radius:1px}.flex-direction-nav a i{line-height:29px;font-size:16px;color:#fff;background-color:#fff0}.flex-direction-nav .flex-next{padding-left:2px}.flex-direction-nav .flex-prev{padding-right:2px}body #ajax-content-wrap .flex-gallery .flex-direction-nav li{float:left;margin-left:7px}.flex-direction-nav a:hover{background-color:#333}.flex-direction-nav .flex-next span{background-position:right top;top:9px;right:9px;position:absolute;display:block;height:15px;width:15px;z-index:100}.flex-direction-nav .flex-prev span{background-position:left top;top:9px;left:9px;position:absolute;display:block;height:15px;width:15px;z-index:100}body.mobile.material [data-bullet_style="see_through"] .slider-pagination{bottom:13px}body.material [data-bullet_style="see_through"] .slider-pagination .swiper-pagination-switch:before{position:relative;top:50%}body.material [data-bullet_style="see_through"] .slider-pagination .swiper-pagination-switch:before{display:block;content:''}.mpbr-flickity[data-control-style="material_pagination"] .flickity-page-dots .dot,.mpbr-flickity[data-controls="material_pagination"] .flickity-page-dots .dot,.testimonial_slider[data-style="multiple_visible_minimal"] .flickity-page-dots .dot,.mpbr-recent-posts-slider_multiple_visible .flickity-page-dots .dot,.mpbr-woo-flickity .flickity-page-dots .dot,body.material [data-bullet_style="see_through"] .slider-pagination .swiper-pagination-switch{width:30px;margin:0;opacity:.35}.mpbr-flickity[data-control-style="material_pagination"] .flickity-page-dots .dot:before,.mpbr-flickity[data-controls="material_pagination"] .flickity-page-dots .dot:before,.testimonial_slider[data-style="multiple_visible_minimal"] .flickity-page-dots .dot:before,.mpbr-recent-posts-slider_multiple_visible .flickity-page-dots .dot:before,.mpbr-quick-view-box .flickity-page-dots .dot:before,.mpbr-woo-flickity .flickity-page-dots .dot:before,body.material [data-bullet_style="see_through"] .slider-pagination .swiper-pagination-switch:before{width:6px;height:6px;transition:all 0.25s ease;border-radius:50%;margin-left:11px;background-color:#fff0;box-shadow:inset 0 0 0 5px #000}.mpbr-flickity[data-control-style="material_pagination"] .flickity-page-dots .dot.is-selected,.mpbr-flickity[data-controls="material_pagination"] .flickity-page-dots .dot.is-selected,.testimonial_slider[data-style="multiple_visible_minimal"] .flickity-page-dots .dot.is-selected,.mpbr-recent-posts-slider_multiple_visible .flickity-page-dots .dot.is-selected,body.material [data-bullet_style="see_through"] .slider-pagination .swiper-pagination-switch.swiper-active-switch,.mpbr-quick-view-box .flickity-page-dots .dot.is-selected,.mpbr-woo-flickity .flickity-page-dots .dot{opacity:1}.mpbr-flickity[data-control-style="material_pagination"] .flickity-page-dots .dot.is-selected:before,.mpbr-flickity[data-controls="material_pagination"] .flickity-page-dots .dot.is-selected:before,.testimonial_slider[data-style="multiple_visible_minimal"] .flickity-page-dots .dot.is-selected:before,.mpbr-recent-posts-slider_multiple_visible .flickity-page-dots .dot.is-selected:before,.mpbr-woo-flickity .flickity-page-dots .dot.is-selected:before,.mpbr-quick-view-box .flickity-page-dots .dot.is-selected:before,body.material [data-bullet_style="see_through"] .slider-pagination .swiper-pagination-switch.swiper-active-switch:before{-webkit-transform:scale(2);transform:scale(2);box-shadow:inset 0 0 0 1px #000;background-color:#fff0}.span_12.light .mpbr-flickity[data-control-style="material_pagination"] .flickity-page-dots .dot:before,.span_12.light .mpbr-flickity[data-controls="material_pagination"] .flickity-page-dots .dot:before,.span_12.light .testimonial_slider[data-style="multiple_visible_minimal"] .flickity-page-dots .dot:before,.span_12.light .mpbr-woo-flickity .flickity-page-dots .dot:before,.span_12.light .mpbr-recent-posts-slider_multiple_visible .flickity-page-dots .dot:before,body.material [data-bullet_style="see_through"] .slider-pagination:not(.dark-cs) .swiper-pagination-switch:before{box-shadow:inset 0 0 0 5px #fff}.span_12.light .mpbr-flickity[data-control-style="material_pagination"] .flickity-page-dots .dot.is-selected:before,.span_12.light .mpbr-flickity[data-controls="material_pagination"] .flickity-page-dots .dot.is-selected:before,.span_12.light .testimonial_slider[data-style="multiple_visible_minimal"] .flickity-page-dots .dot.is-selected:before,.span_12.light .mpbr-woo-flickity .flickity-page-dots .dot.is-selected:before,.span_12.light .mpbr-recent-posts-slider_multiple_visible .flickity-page-dots .dot.is-selected:before,body.material [data-bullet_style="see_through"] .slider-pagination:not(.dark-cs) .swiper-pagination-switch.swiper-active-switch:before{box-shadow:inset 0 0 0 1px #fff}.mpbr-flickity[data-control-style="material_pagination"] .flickity-page-dots,.mpbr-flickity[data-controls="material_pagination"] .flickity-page-dots{bottom:-85px;margin:0}.mpbr-flickity[data-control-style="material_pagination"]:not(.masonry) .flickity-viewport,.mpbr-flickity[data-controls="material_pagination"]:not(.masonry) .flickity-viewport{margin:110px 0 130px 0}iframe.iframe-embed,iframe{max-width:100%}html:not(.js) .main-content iframe[src],.main-content #sidebar iframe[src],.wc-braintree-hosted-field iframe{opacity:1}.iframe-embed-standard iframe{width:100%!important}body .mejs-container .mejs-controls>.mejs-horizontal-volume-slider{height:26px;width:56px;position:relative;display:block;float:left}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total{background:rgb(255 255 255 / .33)}.mejs-controls .mejs-button button:focus{outline:none}body[data-button-style*="_rounded"] .mejs-button>button,body[data-button-style^="rounded"] .mejs-controls .mejs-pause button,body .mejs-controls .mejs-pause{border-radius:0!important}video,audio{visibility:hidden}.mejs-controls .mejs-time-rail .mejs-time-loaded{background-color:rgb(255 255 255 / .3)!important}.mejs-video .mejs-controls .mejs-time-rail{padding-top:12px}.mejs-audio .mejs-controls .mejs-time-rail{padding-top:11px}.mejs-video .mejs-controls .mejs-time-rail .mejs-time-current,.mejs-video .mejs-controls .mejs-time-rail span,.mejs-video .mejs-controls .mejs-time-rail a,.mejs-video .mejs-controls .mejs-time-rail .mejs-time-loaded{height:8px}.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-current,.mejs-audio .mejs-controls .mejs-time-rail span,.mejs-audio .mejs-controls .mejs-time-rail a,.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-loaded{height:8px}#ajax-content-wrap .mejs-container{background-color:#fff0;background-image:none!important}.wp-video{margin-bottom:20px}.wp-video,.mejs-container .mejs-poster img{max-width:none!important;width:100%!important}.wp-video-shortcode.mejs-container .mejs-poster img{visibility:hidden;display:block;margin-bottom:0}.mejs-container-fullscreen .mejs-poster img{height:100%!important}body .mejs-poster{background-size:cover}body .mejs-container .mejs-controls .mejs-time{opacity:.8}body .mejs-controls button{transition:opacity 0.15s ease}body .mejs-controls button:hover,.mejs-controls .mejs-fullscreen-button:hover button{opacity:.8}#ajax-content-wrap .mejs-controls .mejs-time-rail .mejs-time-total{background-color:rgb(255 255 255 / .25)}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current{background:transparent!important}body .mejs-controls .mejs-button button{font-size:18px;color:#fff;width:auto;position:relative;display:inline-block}body .mejs-controls .mejs-button:not(.mejs-replay) button{background-image:none}body .mejs-controls .mejs-button.mejs-replay button{width:20px}body .mejs-controls button:before{text-decoration:inherit;display:inline-block;speak:none}body .mejs-controls .mejs-play button:before{content:"\e052"}body .mejs-controls .mejs-mute button:before{content:"\e098"}body .mejs-controls .mejs-unmute button:before{content:"\e099"}body .mejs-controls .mejs-fullscreen-button button:before{content:"\e110";font-size:17px}body .mejs-controls .mejs-fullscreen-button.mejs-unfullscreen button:before{content:"\e111"}body .mejs-button.mejs-volume-button{margin-left:5px}body .mejs-controls .mejs-pause{top:2px;left:2px;position:relative}body .mejs-controls .mejs-pause button{border-left:3px solid #fff;border-right:3px solid #fff;width:9px;height:12px;right:3px;top:2px}#ajax-content-wrap .mejs-container.mejs-audio{height:44px!important;background-color:rgb(0 0 0)}#ajax-content-wrap .mejs-container.mejs-audio .mejs-playpause-button{margin-left:0}body .mejs-container.mejs-audio .mejs-controls,body .masonry-blog-item .mejs-container.mejs-video .mejs-controls{height:42px}#ajax-content-wrap .masonry-blog-item .mejs-container.mejs-video .mejs-controls .mejs-playpause-button{margin-left:10px}#ajax-content-wrap .masonry-blog-item .mejs-container .mejs-fullscreen-button{margin-right:10px}body .masonry-blog-item .mejs-container:not(.mejs-audio) .mejs-controls:before{height:250%}body .mejs-container:not(.mejs-audio) .mejs-controls:before{background:-webkit-linear-gradient(top,#fff0 -2%,#fff0 35%,rgb(0 0 0 / .04) 44%,rgb(0 0 0 / .8) 100%,rgb(0 0 0 / .6) 100%);background:linear-gradient(#fff0 -2%,#fff0 35%,rgb(0 0 0 / .04) 44%,rgb(0 0 0 / .8) 100%,rgb(0 0 0 / .6) 100%);position:absolute;bottom:0;left:0;width:100%;height:400%;z-index:11;border-radius:4px;content:' '}body .mfp-wrap .mfp-content .mejs-container:not(.mejs-audio) .mejs-controls:before{border-radius:0}body .mejs-container .mejs-controls>*{z-index:100;position:relative}body .mejs-container .mejs-controls{background:none!important;height:50px}#ajax-content-wrap .mejs-playpause-button{margin-left:20px}#ajax-content-wrap .mejs-fullscreen-button{margin-right:20px}body .mejs-video .mejs-controls .mejs-time-rail .mejs-time-float{color:#fff;border:none;background-color:#fff0}body .mejs-controls .mejs-time-rail .mejs-time-float-corner{border-color:#fff0 #fff0}body .mejs-audio .mejs-controls .mejs-time-rail .mejs-time-float{border:none;background-color:#fff;height:15px;box-shadow:0 2px 12px rgb(0 0 0 / .25)}#header-outer .wpml-ls-menu-item .wpml-ls-flag{margin-bottom:0}.isotope-item{z-index:2}.isotope-hidden.isotope-item{pointer-events:none;z-index:1}.isotope{-webkit-transition-property:height;transition-property:height}.isotope .isotope-item{-webkit-transition-property:-webkit-transform,opacity;transition-property:transform,opacity}.btn{padding:8px 16px}.mpbr-button{border-radius:5px;box-shadow:0 -3px rgb(0 0 0 / .1) inset;transition:opacity .45s cubic-bezier(.25,1,.33,1);-webkit-transition:opacity .45s cubic-bezier(.25,1,.33,1);color:#FFF;font-family:'Open Sans';font-weight:600;font-size:12px;padding:13px 18px;position:relative;top:0;margin-bottom:10px;opacity:1;line-height:20px;background-color:#000;display:inline-block}.mpbr-button.large{font-size:14px;padding:15px 22px;box-shadow:0 -3px rgb(0 0 0 / .1) inset}.mpbr-button.jumbo{font-size:18px;padding:25px 40px;box-shadow:0 -3px rgb(0 0 0 / .1) inset}body .mpbr-button.large.see-through,body .mpbr-button.large.see-through-2,body .mpbr-button.large.see-through-3{border-width:2px;padding-top:13px;padding-bottom:13px}body .mpbr-button.jumbo.see-through,body .mpbr-button.jumbo.see-through-2,body .mpbr-button.jumbo.see-through-3{border-width:4px;padding-top:21px;padding-bottom:21px}body .mpbr-button em{font-size:inherit;line-height:inherit}.mpbr-button i,.mpbr-button i[class*="fa-"]{font-size:18px;line-height:18px;width:18px;position:absolute;top:50%;right:30px;margin-top:-9px;opacity:0;-ms-filter:"alpha(opacity=0)";transition:all .45s cubic-bezier(.25,1,.33,1);-webkit-transition:all .45s cubic-bezier(.25,1,.33,1)}.mpbr-button i.icon-button-arrow{font-size:19px}.mpbr-button span{left:0;display:inline-block;-webkit-transform:translateX(0);transform:translateX(0);transition:opacity .45s cubic-bezier(.25,1,.33,1),transform .45s cubic-bezier(.25,1,.33,1);-webkit-transition:opacity .45s cubic-bezier(.25,1,.33,1),-webkit-transform .45s cubic-bezier(.25,1,.33,1);position:relative}.mpbr-button .im-icon-wrap svg{width:18px;height:18px;fill:currentColor}.material .mpbr-button .im-icon-wrap,.material .mpbr-button .im-icon-wrap span{display:block;position:relative;width:100%;height:100%}.material .mpbr-button .im-icon-wrap svg{position:absolute;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}body #ajax-content-wrap .mpbr-button .im-icon-wrap,body #ajax-content-wrap .mpbr-button .im-icon-wrap span{left:auto;transform:none}.mpbr-button.has-icon,.mpbr-button.tilt.has-icon{padding-left:42px;padding-right:42px}.mpbr-button.has-icon:hover span,.mpbr-button.tilt.has-icon span,body.material .mpbr-button.has-icon span{-webkit-transform:translateX(-18px);transform:translateX(-18px)}.mpbr-button.has-icon:hover i,.mpbr-button.tilt.has-icon i,body.material .mpbr-button.has-icon i{opacity:1;-ms-filter:"alpha(opacity=100)";-webkit-transform:translateX(6px);transform:translateX(6px)}.mpbr-button:hover,.full-width-section .light .mpbr-button:hover{opacity:.87;color:#fff}@media only screen and (min-width:1000px){.full-width-section .light .mpbr-button.wpb_animate_when_almost_visible:not(.see-through):not(.see-through-2):not(.see-through-3),body .mpbr-button.wpb_animate_when_almost_visible{opacity:0}}body:not([data-button-style*="rounded_shadow"]) .full-width-section .light .mpbr-button:not(.see-through):not(.see-through-2):not(.see-through-3),body .full-width-section .light .mpbr-button.wpb_animate_when_almost_visible.animated:not(.see-through):not(.see-through-2):not(.see-through-3){opacity:.9}body[data-button-style] .full-width-section .light .mpbr-button:not(.see-through):not(.see-through-2):not(.see-through-3):hover,body[data-button-style] .full-width-section .light .mpbr-button.wpb_animate_when_almost_visible.animated:not(.see-through):not(.see-through-2):not(.see-through-3):hover,body .mpbr-button.wpb_animate_when_almost_visible.animated,body[data-button-style] .mpbr-button.wpb_animate_when_almost_visible.animated{opacity:1}.text_on_hover.product .add_to_cart_button,.text_on_hover.product a.added_to_cart{font-family:'Open Sans';font-weight:700;font-size:12px;line-height:14px;letter-spacing:1px;position:relative;text-transform:uppercase}.text_on_hover.product a.added_to_cart{border-radius:2px}.mpbr-button.see-through,body .mpbr-button.see-through{-webkit-box-shadow:none;opacity:1!important;transition:all .45s cubic-bezier(.25,1,.33,1);-webkit-transition:all .45s cubic-bezier(.25,1,.33,1);border-radius:2px;border:2px solid rgb(255 255 255 / .75)}.text_on_hover.product .add_to_cart_button{-webkit-box-shadow:none;opacity:1;transition:all .45s cubic-bezier(.25,1,.33,1);-webkit-transition:all .45s cubic-bezier(.25,1,.33,1);border-radius:2px;border:2px solid rgb(255 255 255 / .75)}.mpbr-button.see-through,body .mpbr-button.see-through,.text_on_hover.product .add_to_cart_button{background-color:transparent!important;box-shadow:none!important}.mpbr-button.see-through-2,.mpbr-button.see-through-3{background-color:#fff0;box-shadow:none;-webkit-box-shadow:none;opacity:1;transition:all .45s cubic-bezier(.25,1,.33,1);-webkit-transition:all .45s cubic-bezier(.25,1,.33,1);border-radius:2px;border:2px solid rgb(255 255 255 / .75)}.mpbr-button.see-through-2:hover,.mpbr-button.see-through-3:hover{background-color:#fff0}.mpbr-button.see-through-3{border:2px solid rgb(255 255 255)}body[data-button-style*="slightly_rounded"] .col.dark .mpbr-button.see-through,body[data-button-style*="slightly_rounded"] .col.dark .mpbr-button.see-through-2{border-color:rgb(0 0 0 / .15);color:#000}body[data-button-style*="rounded_shadow"] .wp-block-button>.wp-block-button__link{transition:all .45s cubic-bezier(.25,1,.33,1)}body[data-button-style*="rounded_shadow"] .woocommerce.add_to_cart_inline a.button.add_to_cart_button:hover,body[data-button-style*="rounded_shadow"].material .mpbr-button.see-through:hover{box-shadow:0 20px 38px rgb(0 0 0 / .11)!important}body[data-button-style*="slightly_rounded"].single .heading-title[data-header-style="default_minimal"] .meta-category a:hover,body[data-button-style*="slightly_rounded"] #page-header-bg[data-post-hs="default_minimal"] .inner-wrap>a:hover{transform:translateY(-3px)!important}body[data-button-style="slightly_rounded_shadow"] .mpbr-button.wpb_start_animation,body[data-button-style="rounded_shadow"] .mpbr-button.wpb_start_animation{-webkit-animation-fill-mode:none;animation-fill-mode:none}body[data-button-style="slightly_rounded_shadow"] .widget_search input[type="submit"]:hover{-webkit-transform:none!important;transform:none!important}body .mpbr-button.see-through:hover{border-color:rgb(255 255 255)}.col.light .mpbr-button.see-through-2,.col.light .mpbr-button.see-through-3{color:#fff}.col.light .mpbr-button.see-through{border-color:rgb(255 255 255 / .75);color:#fff}.col.light .mpbr-button.see-through:hover{border-color:rgb(255 255 255)}.col.dark .mpbr-button.see-through,.col.dark .mpbr-button.see-through-2{border-color:rgb(0 0 0 / .75);color:#444}.col.dark .mpbr-button.see-through:hover{border-color:rgb(0 0 0)}body .mpbr-button.see-through-2:hover,body .col.dark .mpbr-button.see-through-2:hover,body .mpbr-button.see-through-3:hover,body .col.dark .mpbr-button.see-through-3:hover{color:#fff;opacity:1!important}h2 .mpbr-button{top:-6px}body.material .mpbr-button[class*="m-extra-color-gradient-"][class*="see-through"]{visibility:hidden}.swiper-slide .button.solid_color_2,.tilt-button-wrap{-webkit-perspective:800px;perspective:800px;display:inline-block}.swiper-slide .button.solid_color_2:before{-webkit-font-smoothing:antialiased}.swiper-slide .button.solid_color_2 a:hover,.mpbr-button.tilt:hover,.swiper-slide .button.solid_color_2 a:hover:after,.mpbr-button.tilt:hover:after,.swiper-slide .button.solid_color_2 a:hover:before,.mpbr-button.tilt:hover:before{-webkit-transition:all .5s cubic-bezier(.25,1,.33,1);transition:all .5s cubic-bezier(.25,1,.33,1)}.swiper-slide .button.solid_color_2 a,.mpbr-button.tilt{display:block;background:#5cbcf6;outline:1px solid #fff0;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;outline:none;padding-left:22px;padding-right:22px;position:relative;border-bottom:none;opacity:1;-webkit-transition:all .5s cubic-bezier(.25,1,.33,1);transition:all .5s cubic-bezier(.25,1,.33,1)}body[data-button-style*="rounded"] .mpbr-button.tilt,body[data-button-style="rounded"] .swiper-slide .button-wrap a,body[data-button-style^="rounded"].ascend .container-wrap .search-form input[type="submit"]{border-radius:0!important;-webkit-border-radius:0!important}.swiper-slide .button.solid_color_2 a:after,.mpbr-button.tilt:after{width:100%;height:37%;left:0;top:-35%;-webkit-transform-origin:0% 100%;-webkit-transform:rotateX(90deg);transform-origin:0% 100%;transform:rotateX(90deg);content:'';position:absolute;z-index:-1;-webkit-transition:all .5s cubic-bezier(.25,1,.33,1);transition:all .5s cubic-bezier(.25,1,.33,1);-webkit-font-smoothing:antialiased}.swiper-slide .button.solid_color_2 a:before,.mpbr-button.tilt:before{width:100%;height:30%;left:0;top:99%;background:#49a7df;-webkit-transform-origin:0% 0%;-webkit-transform:rotateX(-90deg);transform-origin:0% 0%;transform:rotateX(-90deg);-webkit-transition:all .5s cubic-bezier(.25,1,.33,1);transition:all .5s cubic-bezier(.25,1,.33,1);-webkit-font-smoothing:antialiased;content:'';position:absolute;z-index:-1}.swiper-slide .button.solid_color_2 a:after,.mpbr-button.tilt:after,.swiper-slide .button.solid_color_2 a:before,.mpbr-button.tilt:before{opacity:0}.swiper-slide .button.solid_color_2 a:hover:after,.mpbr-button.tilt:hover:after,.swiper-slide .button.solid_color_2 a:hover:before,.mpbr-button.tilt:hover:before{opacity:1}.swiper-slide .button.solid_color_2 a:hover,.mpbr-button.tilt:hover{-webkit-transform:rotateX(20deg);transform:rotateX(20deg)}.swiper-slide .button.solid_color_2 .button-wrap,.tilt-button-inner{overflow:hidden;padding:3px 0;display:inline}.mpbr-category-grid .mpbr-category-grid-item .content[data-subtext="custom"][data-subtext-vis="always"] .subtext:after,.mpbr-woo-flickity[data-controls="arrows-and-text"] .mpbr-woo-carousel-top a:after,.mpbr-cta[data-style="underline"] .link_wrap .link_text:after{display:block;content:'';position:absolute;z-index:-1;width:100%;height:2px;background-color:#fff;bottom:-4px;opacity:.8;left:0;backface-visibility:hidden;pointer-events:none;animation:portSliderLine2 0.45s cubic-bezier(.15,.75,.5,1) forwards}body:not(.mobile) .mpbr-category-grid .mpbr-category-grid-item:hover .content[data-subtext="custom"][data-subtext-vis="always"] .subtext:after,body:not(.mobile) .mpbr-woo-flickity[data-controls="arrows-and-text"] .mpbr-woo-carousel-top a:hover:after,body:not(.mobile) .mpbr-cta[data-style="underline"] .link_wrap .link_text:hover:after{animation:portSliderLine 0.45s cubic-bezier(.15,.75,.5,1) forwards}@keyframes portSliderLine{0%{transform:scaleX(0);transform-origin:left}100%{transform:scaleX(1);transform-origin:left}}@keyframes portSliderLine2{0%{transform:scaleX(1);transform-origin:right}100%{transform:scaleX(0);transform-origin:right}}.mpbr-category-grid[data-text-color="dark"] .content[data-subtext="custom"][data-subtext-vis="always"] .subtext:after,.span_12.dark .mpbr-woo-flickity[data-controls="arrows-and-text"] .mpbr-woo-carousel-top a:after{background-color:#000}.mpbr-category-grid[data-text-color="dark"] .mpbr-category-grid-item .content *,.span_12.dark .mpbr-woo-flickity[data-controls="arrows-and-text"] .mpbr-woo-carousel-top a{color:#000}.mpbr-category-grid[data-text-color="light"] .mpbr-category-grid-item .content *,.full-width-section>.col.span_12.dark .mpbr-category-grid[data-text-color="light"] .mpbr-category-grid-item .content *,.span_12.light .mpbr-woo-flickity[data-controls="arrows-and-text"] .mpbr-woo-carousel-top a{color:#fff}.mpbr-cta .link_wrap .link_text{padding-right:36px;position:relative;display:inline-block}.mpbr-cta[data-display="inline"]{display:inline-block}.mpbr-cta[data-using-bg="true"] .text{margin-right:10px}.mpbr-cta .link_wrap{position:relative;text-decoration:inherit;speak:none}.mpbr-cta[data-using-bg="true"] .link_wrap{cursor:pointer}.mpbr-cta[data-style="see-through"] .link_wrap .arrow:after{position:absolute;content:'';border-bottom:1px solid #000;height:1px;width:22px;right:12px;top:50%;margin-top:-2px;transform:scale(0,1) translateX(0);transform-origin:left;-webkit-transform:scale(0,1) translateX(0);-webkit-transform-origin:left;pointer-events:none;transition:all 0.33s cubic-bezier(.12,.75,.4,1);-webkit-transition:all 0.33s cubic-bezier(.12,.75,.4,1)}.mpbr-cta .link_wrap .arrow:before{font-family:'Fontawesome';font-weight:400;font-style:normal;text-decoration:inherit;backface-visibility:hidden;-webkit-font-smoothing:antialiased;content:"\f105";color:#000;line-height:30px;font-size:14px;position:absolute;right:0;width:26px;text-align:center;height:30px;top:50%;margin-top:-16px;transition:all 0.33s cubic-bezier(.12,.75,.4,1);-webkit-transition:all 0.33s cubic-bezier(.12,.75,.4,1)}.mpbr-cta[data-text-color="custom"] .link_wrap .arrow:before,.span_12.light .mpbr-cta[data-text-color="custom"] .link_wrap .arrow:before,.mpbr-cta[data-text-color="custom"] .arrow:after,.span_12.light .mpbr-cta[data-text-color="custom"] .arrow:after,.mpbr-cta[data-style="see-through"][data-text-color="custom"] .link_wrap .arrow:after{color:inherit;border-color:inherit}.mpbr-cta[data-alignment="left"]{text-align:left}.mpbr-cta[data-alignment="center"]{text-align:center}.mpbr-cta[data-alignment="right"]{text-align:right}.span_12.light .mpbr-cta .link_wrap .link_text:after{border-color:rgb(255 255 255 / .5);border-radius:50%}.mpbr-cta[data-color="black"]:not([data-style="material"]) .link_wrap{background-color:#000}.mpbr-cta[data-color="white"]:not([data-style="material"]) .link_wrap{background-color:#fff}#ajax-content-wrap .mpbr-cta .arrow,.mpbr-cta .arrow{letter-spacing:0}.span_12.light .mpbr-cta .arrow:before{color:#fff}.span_12.light .mpbr-cta .arrow:after{border-color:#fff}.mpbr-cta .link_wrap .link_text{color:inherit}.mpbr-cta>p{padding-bottom:0}.mpbr-cta[data-text-color="custom"] .link_wrap .link_text:after,.mpbr-cta[data-text-color="custom"] .link_wrap:after{border-color:inherit!important}.mpbr-cta[data-text-color="custom"] .link_wrap:before{color:inherit!important}.mpbr-cta[data-style="material"] .link_wrap .circle{background-color:#000}.mpbr-cta .link_wrap .link_text:after,.mpbr-cta[data-style="material"] .link_wrap .link_text:before,.mpbr-cta[data-style="material"] .link_wrap .circle{border-radius:100px;border:1px solid rgb(0 0 0 / .3);height:25px;width:25px;position:absolute;right:0;top:50%;margin-top:-14px;content:' ';display:block;pointer-events:none;transition:all 0.33s cubic-bezier(.12,.75,.4,1);-webkit-transition:all 0.33s cubic-bezier(.12,.75,.4,1)}.mpbr-cta[data-style="see-through"] .link_wrap:hover .link_text:after{-webkit-transform:scale(.8);transform:scale(.8);opacity:0}.mpbr-cta[data-style="see-through"] .link_wrap:hover .arrow:after,.mpbr-cta[data-style="see-through"] .link_wrap:hover .arrow:before{-webkit-transform:scale(1,1) translateX(9px);transform:scale(1,1) translateX(9px)}.mpbr-cta[data-style="material"] .link_wrap .circle{border:none;z-index:-1}.mpbr-cta[data-style="material"] .link_wrap .link_text:before{box-shadow:0 9px 20px;opacity:.29;border:none;z-index:-1}.mpbr-cta[data-style="material"] .link_wrap .link_text:after{background-color:inherit;border:none}.mpbr-cta[data-style="material"] .link_wrap .link_text{padding-right:38px}.mpbr-cta[data-style="material"] .link_wrap .arrow{overflow:hidden;display:inline-block;position:absolute;right:0;top:50%;margin-top:-14px;height:25px;line-height:28px;width:24px;border-radius:50px;transition:all 0.33s cubic-bezier(.12,.75,.4,1);-webkit-transition:all 0.33s cubic-bezier(.12,.75,.4,1)}.mpbr-cta[data-style="material"] .link_wrap .arrow:before,.mpbr-cta[data-style="material"] .link_wrap .arrow:after{margin-top:-14px;height:28px;line-height:28px;width:25px;padding-left:1px;box-sizing:border-box}.mpbr-cta[data-style="material"] .link_wrap .arrow:after{transform:translateX(-100%)}.mpbr-cta[data-style="material"] .link_wrap .link_text:before,.mpbr-cta[data-style="material"] .link_wrap .circle{height:27px;width:27px;right:-1px;margin-top:-14px}.mpbr-cta[data-style="material"] .link_wrap .circle{transform:scale(.85)}.mpbr-cta[data-style="material"] .link_wrap .link_text:before{transform:scale(.84)}.mpbr-cta[data-style="material"] .link_wrap:hover .circle,.mpbr-cta[data-style="material"] .link_wrap:hover .link_text:before{transform:scale(1)}.mpbr-cta[data-style="material"] .arrow,.mpbr-cta[data-style="material"] .link_wrap .arrow:before,.mpbr-cta[data-style="material"] .link_wrap .arrow:after{color:#fff}.mpbr-cta[data-style="underline"] .link_wrap .link_text{padding-right:0}.mpbr-cta[data-style="underline"] .link_wrap .link_text:after{margin-top:0;top:auto;border-top:none;border-right:none;bottom:0;border-left:none;border-bottom:2px solid #000;border-radius:0;background-color:transparent!important;transition:transform 0.4s cubic-bezier(.23,.46,.4,1);-webkit-transition:-webkit-transform 0.4s cubic-bezier(.23,.46,.4,1);animation:none;transform-origin:left;z-index:1}.span_12.light .mpbr-cta[data-style="underline"] .link_wrap .link_text:after{border-radius:0}body:not(.mobile) .mpbr-cta[data-style="underline"] .link_wrap:hover .link_text:after{animation:none;transform:scaleX(0);transform-origin:right}.mpbr-cta[data-style="arrow-animation"] svg,.mpbr-cta[data-style="arrow-animation"] svg polyline{stroke:currentColor}.team-meta .mpbr-cta[data-style="arrow-animation"] svg polyline{stroke-dashoffset:0;stroke-dasharray:0}.mpbr-cta[data-style="arrow-animation"] svg polyline{stroke-dashoffset:140px;stroke-dasharray:140px}.mpbr-cta[data-style="arrow-animation"] .link_wrap .link_text:after{display:none}.mpbr-cta[data-style="arrow-animation"] .link_wrap .link_text{padding:0 0 0 40px;position:relative}.mpbr-cta[data-style="arrow-animation"] .link_wrap .link_text>.text{display:block}.mpbr-cta[data-style="arrow-animation"] .line{height:1px;width:25px;position:absolute;content:'';left:0;display:block;top:50%;transform-origin:left;background-color:#000;-webkit-transform:translateY(calc(-50% + 0.5px)) translateZ(0);transform:translateY(calc(-50% + 0.5px)) translateZ(0)}.light .mpbr-cta[data-style="arrow-animation"] .line{background-color:#fff}.mpbr-cta[data-style="arrow-animation"] svg{position:absolute;left:25px;top:50%;width:6px}.team-meta mpbr-cta[data-style="arrow-animation"] svg{left:24px}@keyframes ctaArrowSVGStart{0%{transform:translateY(calc(-50% + 0.5px)) translateX(0) translateZ(0)}100%{transform:translateY(calc(-50% + 0.5px)) translateX(-3px) translateZ(0)}}@keyframes ctaArrowSVGEnd{0%{transform:translateY(calc(-50% + 0.5px)) translateX(-3px) translateZ(0)}100%{transform:translateY(calc(-50% + 0.5px)) translateX(0) translateZ(0)}}@keyframes ctaArrowTextStart{0%{transform:translateX(6px)}100%{transform:translateX(0)}}@keyframes ctaArrowTextEnd{0%{transform:translateX(0)}100%{transform:translateX(6px)}}@keyframes ctaArrowStart{0%{stroke-dashoffset:140px;stroke-dasharray:140px}100%{stroke-dasharray:140px;stroke-dashoffset:10px}}@keyframes ctaArrowStartTeam{0%{stroke-dashoffset:0;stroke-dasharray:0}50%{stroke-dashoffset:140px;stroke-dasharray:140px}100%{stroke-dasharray:140px;stroke-dashoffset:10px}}@keyframes ctaArrowEnd{0%{stroke-dashoffset:10px;stroke-dasharray:150px 150px}40%{opacity:1}100%{opacity:0;stroke-dashoffset:-53px;stroke-dasharray:1px 150px}}@keyframes ctaArrowLineStart{0%{transform-origin:left;transform:scaleX(1.2) translateY(calc(-50% + 0.5px)) translateZ(0)}100%{transform:scaleX(1) translateY(calc(-50% + 0.5px)) translateZ(0)}}@keyframes ctaArrowLineEnd{0%{transform-origin:right;transform:scaleX(1) translateY(calc(-50% + 0.5px)) translateZ(0)}50%{transform-origin:right;transform:scaleX(0) translateY(calc(-50% + 0.5px)) translateZ(0)}51%{transform-origin:left}100%{transform:scaleX(1.2) translateY(calc(-50% + 0.5px)) translateZ(0);transform-origin:left}}.mpbr-cta[data-style="arrow-animation"]:not(.loaded) *{animation-duration:0s!important}.mpbr-cta[data-style="arrow-animation"] svg polyline{animation:ctaArrowEnd 0.45s cubic-bezier(.23,.46,.4,1) forwards}.team-meta .mpbr-cta[data-style="arrow-animation"] .link_wrap polyline{animation:none}.mpbr-cta[data-style="arrow-animation"] .link_wrap .link_text>.text{animation:ctaArrowTextStart 0.45s cubic-bezier(.23,.46,.4,1) forwards}.mpbr-cta[data-style="arrow-animation"] .line{animation:ctaArrowLineStart 0.45s cubic-bezier(.23,.46,.4,1) forwards}.mpbr-cta[data-style="arrow-animation"] svg{animation:ctaArrowSVGStart 0.45s cubic-bezier(.23,.46,.4,1) forwards}.mpbr-cta[data-style="arrow-animation"] .link_wrap:hover svg,.team-member:hover .mpbr-cta[data-style="arrow-animation"] .link_wrap svg{animation:ctaArrowSVGEnd 0.45s cubic-bezier(.23,.46,.4,1) forwards}.mpbr-cta[data-style="arrow-animation"] .link_wrap:hover .link_text .line,.team-member:hover .mpbr-cta[data-style="arrow-animation"] .link_wrap .link_text .line{animation:ctaArrowLineEnd 0.45s cubic-bezier(.23,.46,.4,1) forwards}.mpbr-cta[data-style="arrow-animation"] .link_wrap:hover .link_text>.text,.team-member:hover .mpbr-cta[data-style="arrow-animation"] .link_wrap .link_text>.text{animation:ctaArrowTextEnd 0.45s cubic-bezier(.23,.46,.4,1) forwards}.mpbr-cta[data-style="arrow-animation"] .link_wrap:hover polyline,.team-member:hover .mpbr-cta[data-style="arrow-animation"] .link_wrap polyline{animation:ctaArrowStart 0.45s ease 0.25s forwards}.team-meta .mpbr-cta[data-style="arrow-animation"] .link_wrap:hover polyline,.team-member:hover .team-meta .mpbr-cta[data-style="arrow-animation"] .link_wrap polyline{animation:ctaArrowStartTeam 0.8s ease forwards}.mpbr-cta[data-style="basic"] .link_wrap .link_text:after{display:none}.mpbr-cta[data-style="basic"] .link_wrap .link_text{padding-right:0}.mpbr-cta[data-style="basic"][data-using-bg="true"] .text{margin-right:0}body[data-button-style^="rounded"] .mpbr-cta .link_wrap:before{border-radius:200px}body[data-button-style*="slightly_rounded"] .mpbr-cta .link_wrap:before{border-radius:4px}.mpbr-cta[data-color*="extra-color-gradient"][class*="hover_color_"] .link_wrap:before{position:absolute;left:0;top:0;width:100%;height:100%;display:block;content:'';opacity:0;pointer-events:none;transition:opacity 0.25s ease}.mpbr-cta[data-color*="extra-color-gradient"][class*="hover_color_"] .link_wrap:before{left:-.1%;top:-.1%;width:100.2%;height:100.2%}.mpbr-cta[data-color*="extra-color-gradient"][class*="hover_color_"] .link_wrap:hover:before{opacity:1}.wpb_wrapper>.divider,.wpb_wrapper>.divider-border,.wpb_wrapper>.divider-small-border,.wpb_wrapper>.divider-wrap{margin-bottom:0}.divider{height:20px}.divider-border{margin:35px auto 35px auto;background-color:rgb(0 0 0 / .12);height:1px}.span_12.light .divider-border{background-color:rgb(255 255 255 / .3)}.divider-small-border{margin:25px 0;width:20%;height:1px;background-color:#ddd}.divider-border[data-animate="yes"],.divider-small-border[data-animate="yes"]{visibility:hidden;transform-origin:left;-webkit-transform-origin:left}.divider-wrap[data-alignment="center"] .divider-small-border{transform-origin:center;-webkit-transform-origin:center;margin:25px auto}.divider-wrap[data-alignment="right"]{text-align:right}.divider-wrap[data-alignment="right"] .divider-small-border{transform-origin:right;-webkit-transform-origin:right;margin-right:0;margin-left:0;display:inline-block}body .wpb_separator,body .vc_text_separator{border-color:rgb(0 0 0 / .06)}body .vc_text_separator div{background-color:#f8f8f8;font-family:'Open Sans';font-weight:300;font-size:22px;line-height:32px;letter-spacing:.5px;top:-20px}.light .divider-small-border{background-color:rgb(255 255 255 / .6)}.mpbr-dropcap{font-size:4em;display:block;float:left;padding:5px 10px 0 0}.mpbr-dropcap span{display:block}i[class*="fa-"],span[class*="fa-"]{display:inline-block;word-spacing:1px;position:relative;text-align:center;top:-2px;vertical-align:middle;max-width:100%}i[class^="icon-"]{display:inline-block;text-align:center;vertical-align:middle}i[class*=" icon-"]{display:inline-block;max-width:100%;position:relative;text-align:center;vertical-align:middle;top:-2px;word-spacing:1px}i.icon-normal{background-color:#000;border-radius:999px;color:#fff;font-size:16px;width:32px;height:32px;line-height:32px}i.icon-normal[class*=" linecon-icon-"],i.icon-normal[class*=" steadysets-icon-"]{line-height:32px}[class^="icon-"].icon-3x,i[class*=" icon-"].icon-3x{background-color:#eeedec}body [class^="icon-"].icon-3x.alt-style,body [class*=" icon-"].icon-3x.alt-style{background-color:#000;color:#fff}.col:not(.post-area):not(.span_12):not(#sidebar):hover i[class^="icon-"].icon-3x.alt-style.hovered,.col:not(.post-area):not(.span_12):not(#sidebar):hover [class*=" icon-"].icon-3x.alt-style.hovered{background-color:rgb(0 0 0 / .035)}.light .col:not(.post-area):not(.span_12):not(#sidebar):hover i[class^="icon-"].icon-3x.alt-style.hovered,.light .col:not(.post-area):not(.span_12):not(#sidebar):hover [class*=" icon-"].icon-3x.alt-style.hovered{background-color:rgb(0 0 0 / .1)}#sidebar .widget:hover i[class^="icon-"].icon-3x.alt-style{background-color:rgb(0 0 0 / .035)}.full-width-section i[class^="icon-"].icon-3x,.full-width-section i[class*=" icon-"].icon-3x{background-color:rgb(0 0 0 / .021)}[class^="icon-"].icon-3x,[class*=" icon-"].icon-3x,.circle-border{background-color:#eeedec;border-radius:999px;color:#000;display:inline-block;font-size:30px;height:90px;line-height:90px;max-width:100%;position:relative;text-align:center;vertical-align:middle;width:90px;word-spacing:1px;transition:all 0.1s linear;-webkit-transition:all 0.1s linear}[class^="icon-"].icon-3x,[class*=" icon-"].icon-3x{margin-bottom:27px}body [class^="icon-"].icon-tiny{line-height:15px;height:13px;width:15px;margin-right:5px;font-size:13px;background-color:#fff0}[class^="icon-"].icon-tiny{color:#888}body [class^="icon-"].icon-default-style{line-height:34px;height:34px;width:34px;margin-right:0;font-size:34px;color:#000;font-style:normal;background-color:#fff0}h3 [class^="icon-"],h2 [class^="icon-"],h4 [class^="icon-"],h5 [class^="icon-"]{margin-right:5px}.col:not(.post-area):not(.span_12):not(#sidebar):hover .hovered .circle-border,#sidebar .widget:hover .circle-border{border:1px solid #000;transform:scale(1.18);transition-timing-function:cubic-bezier(.4,.25,.14,1.73);-webkit-transition-timing-function:cubic-bezier(.4,.25,.14,1.73)}.col:not(.post-area):not(.span_12):not(#sidebar):hover [class^="icon-"].icon-3x.hovered,.col:not(.post-area):not(.span_12):not(#sidebar):hover [class*=" icon-"].icon-3x.hovered,#sidebar .widget:hover [class^="icon-"].icon-3x{color:#fff;background-color:#000}.circle-border{background:none repeat scroll 0 0 #fff0;border:1px solid #eeedec;height:88px;left:1px;position:absolute;z-index:1;top:1px;transition-duration:225ms;-webkit-duration:225ms;transition-property:all;-webkit-transition-property:all;transition-timing-function:cubic-bezier(.5,-.7,.67,.7);-webkit-transition-timing-function:cubic-bezier(.5,-.7,.67,.7);width:88px}.col:not(.post-area):not(.span_12):not(#sidebar):hover .hovered.extra-color-gradient-1 .circle-border,#sidebar .widget:hover .extra-color-gradient-1 .circle-border,.col:not(.post-area):not(.span_12):not(#sidebar):hover .hovered.extra-color-gradient-2 .circle-border,#sidebar .widget:hover .extra-color-gradient-2 .circle-border,.extra-color-gradient-1 .circle-border,.extra-color-gradient-2 .circle-border{transform:none;-webkit-transform:none}.extra-color-gradient-1 .circle-border,.extra-color-gradient-2 .circle-border{border:2px solid rgb(0 0 0 / .065)!important}.light .extra-color-gradient-1 .circle-border,.light .extra-color-gradient-2 .circle-border{border:2px solid rgb(255 255 255 / .085)!important}[class^="icon-"].icon-3x.extra-color-gradient-2:not(.alt-style),[class*=" icon-"].icon-3x.extra-color-gradient-2:not(.alt-style),[class^="icon-"].icon-3x.extra-color-gradient-1:not(.alt-style),[class*=" icon-"].icon-3x.extra-color-gradient-1:not(.alt-style),body:not(.material) .mpbr-button i,body.material:not([data-button-style^="rounded"]) .mpbr-button i{background-color:transparent!important}[class^="icon-"].extra-color-gradient-1.alt-style:not(.icon-normal):before,[class*=" icon-"].extra-color-gradient-1.alt-style:not(.icon-normal):before,[class^="icon-"].extra-color-gradient-2.alt-style:not(.icon-normal):before,[class*=" icon-"].extra-color-gradient-2.alt-style:not(.icon-normal):before{background:#fff;-webkit-background-clip:text;background-clip:text}[class^="icon-"].extra-color-gradient-1.alt-style:not(.icon-normal).no-grad:before,[class*=" icon-"].extra-color-gradient-1.alt-style:not(.icon-normal).no-grad:before,[class^="icon-"].extra-color-gradient-2.alt-style:not(.icon-normal).no-grad:before,[class*=" icon-"].extra-color-gradient-2.alt-style:not(.icon-normal).no-grad:before,[class^="icon-"][data-color="extra-color-gradient-1"].no-grad:before,[class*=" icon-"][data-color="extra-color-gradient-1"].no-grad:before,[class^="icon-"].extra-color-gradient-1:not(.icon-normal).no-grad:before,[class*=" icon-"].extra-color-gradient-1:not(.icon-normal).no-grad:before,[class^="icon-"][data-color="extra-color-gradient-2"].no-grad:before,[class*=" icon-"][data-color="extra-color-gradient-2"].no-grad:before,.extra-color-gradient-2[class^="icon-"]:not(.icon-normal).no-grad:before,.extra-color-gradient-2[class*=" icon-"]:not(.icon-normal).no-grad:before,.mpbr-gradient-text.no-grad *,.mpbr_icon_wrap[data-color="extra-color-gradient-1"] .mpbr_icon.no-grad i,.mpbr_icon_wrap[data-color="extra-color-gradient-2"] .mpbr_icon.no-grad i{background-color:transparent!important;background:none!important}body .mpbr-gradient-text[data-color="extra-color-gradient-1"].no-grad *,body .mpbr-gradient-text[data-color="extra-color-gradient-2"].no-grad *,.mpbr-button.see-through-extra-color-gradient-2.no-text-grad .start,.mpbr-button.see-through-extra-color-gradient-1.no-text-grad .start,.mpbr-button.extra-color-gradient-1.no-text-grad .hover,.mpbr-button.extra-color-gradient-2.no-text-grad .hover,.mpbr-flip-box .flip-box-front i[data-color="extra-color-gradient-1"].icon-default-style.no-grad:before,.mpbr-flip-box .flip-box-front i[data-color="extra-color-gradient-2"].icon-default-style.no-grad:before,.mpbr_icon_wrap[data-color="extra-color-gradient-1"] .mpbr_icon.no-grad i,.mpbr_icon_wrap[data-color="extra-color-gradient-2"] .mpbr_icon.no-grad i{-webkit-text-fill-color:initial}.mpbr_icon_wrap[data-style="border-animation"] .mpbr_icon:not(.no-grad):hover i,[class^="icon-"].extra-color-gradient-1.icon-3x.alt-style:before,[class*=" icon-"].extra-color-gradient-1.icon-3x.alt-style:before,[class^="icon-"].extra-color-gradient-2.icon-3x.alt-style:before,[class*=" icon-"].extra-color-gradient-2.icon-3x.alt-style:before,body .mpbr_icon_wrap[data-color="white"] i,body .svg-icon-holder[data-color="white"]{color:#fff!important}body .mpbr_icon_wrap[data-color="black"] i,body .svg-icon-holder[data-color="black"]{color:#000!important}body .mpbr_icon_wrap[data-color="grey"] i,body .svg-icon-holder[data-color="grey"]{color:#c8c8c8!important}body .svg-icon-holder[data-color="white"] svg path{stroke:#fff}body .svg-icon-holder[data-color="black"] svg path{stroke:#000}body .svg-icon-holder[data-color="grey"] svg path{stroke:#c8c8c8}.mpbr_icon_wrap[data-style="soft-bg"][data-color="black"] .mpbr_icon:before,.mpbr_icon_wrap[data-style="soft-bg"][data-color="grey"] .mpbr_icon:before{background-color:#888}.mpbr_icon_wrap[data-color="extra-color-gradient-1"] .mpbr_icon i,.mpbr_icon_wrap[data-color="extra-color-gradient-2"] .mpbr_icon i,.mpbr_icon .im-icon-wrap>span{display:inline-block}.mpbr_icon .im-icon-wrap{display:flex;height:100%;justify-content:center;align-items:center}.mpbr_icon_wrap .im-icon-wrap[data-color="white"] path,.mpbr-fancy-box[data-style="parallax_hover"] .im-icon-wrap path{fill:#fff}.mpbr_icon_wrap .im-icon-wrap[data-color="black"] path{fill:#000}.mpbr_icon_wrap .im-icon-wrap[data-color="grey"] path{fill:#888}.full-width-section .circle-border{background-color:rgb(0 0 0 / .021);border-color:rgb(0 0 0 / .05)}.full-width-section .light .circle-border{background-color:rgb(0 0 0 / .021);border-color:rgb(0 0 0 / .2)}.main-content .svg-icon-holder{height:64px;overflow:hidden;min-width:1px;margin-bottom:20px;display:inline-block;opacity:0}.mpbr_icon_wrap{display:inline-block;position:relative}.mpbr_icon_wrap .mpbr_icon .svg-icon-holder{margin-bottom:0}.span_12.light .mpbr_icon_wrap[data-style="border-basic"] .mpbr_icon,.span_12.light .mpbr_icon_wrap[data-style="border-animation"] .mpbr_icon{border-color:rgb(255 255 255 / .15)}.mpbr_icon_wrap[data-style="border-basic"] .mpbr_icon,.mpbr_icon_wrap[data-style="border-animation"] .mpbr_icon,.mpbr_icon_wrap[data-style="soft-bg"] .mpbr_icon,.mpbr_icon_wrap[data-style="shadow-bg"] .mpbr_icon{line-height:0;border:2px solid rgb(0 0 0 / .065);text-align:center;border-radius:150px;position:relative;-webkit-transition:background-color .45s cubic-bezier(.25,1,.33,1),border-color .45s cubic-bezier(.25,1,.33,1);transition:background-color .45s cubic-bezier(.25,1,.33,1),border-color .45s cubic-bezier(.25,1,.33,1)}.mpbr_icon_wrap[data-style="soft-bg"] .mpbr_icon,.mpbr_icon_wrap[data-style="shadow-bg"] .mpbr_icon{border:0}.mpbr_icon_wrap[data-style="soft-bg"] .mpbr_icon:before,.mpbr_icon_wrap[data-style="shadow-bg"] .mpbr_icon:before,.mpbr_icon_wrap[data-style="shadow-bg"] .mpbr_icon:after{height:100%;width:100%;top:0;left:0;content:'';position:absolute;display:block;border-radius:100px;z-index:-1;opacity:.11}.mpbr_icon_wrap[data-style="shadow-bg"] .mpbr_icon:before,.mpbr_icon_wrap[data-style="shadow-bg"] .mpbr_icon:after{opacity:1}.mpbr_icon_wrap[data-style*="border"] .mpbr_icon i,.mpbr_icon_wrap[data-style="soft-bg"] .mpbr_icon i,.mpbr_icon_wrap[data-style="shadow-bg"] .mpbr_icon i{display:inline-block;vertical-align:middle;max-width:none;top:0}.mpbr_icon_wrap[data-style="shadow-bg"][data-color="white"] .mpbr_icon i{color:#000!important}.mpbr_icon_wrap[data-style="shadow-bg"] .mpbr_icon:before{box-shadow:0 15px 28px #000;opacity:.1}.mpbr_icon_wrap[data-style="shadow-bg"] .mpbr_icon:after{background-color:#fff}.mpbr_icon_wrap[data-style*="default"][data-color*="extra-color-gradient"] .mpbr_icon i{border-radius:0!important;text-align:center}.mpbr_icon_wrap[data-style*="default"][data-color*="extra-color-gradient"] .mpbr_icon i:before{vertical-align:top}.mpbr_icon_wrap[data-style*="default"][data-color*="extra-color-gradient"] .mpbr_icon i[class*="fa-"],.mpbr_icon_wrap[data-style*="default"][data-color*="extra-color-gradient"] .mpbr_icon i[class^="icon-"]{vertical-align:baseline}.mpbr_icon_wrap i:before{line-height:inherit}.mpbr_icon_wrap[data-style="border-animation"] .mpbr_icon i{-webkit-transition:color .45s cubic-bezier(.25,1,.33,1);transition:color .45s cubic-bezier(.25,1,.33,1)}.mpbr_icon_wrap[data-style="border-animation"][data-color*="extra-color-gradient"]:hover .mpbr_icon{border-color:#fff0}.mpbr_icon_wrap[data-style="border-animation"][data-color*="extra-color-gradient"]:hover:before,.mpbr_icon_wrap[data-style="border-animation"][data-color*="extra-color-gradient"]:hover .mpbr_icon:before{opacity:1}.mpbr_icon_wrap[data-style="border-animation"][data-color*="extra-color-gradient"]:before,.mpbr_icon_wrap[data-style="border-animation"][data-color*="extra-color-gradient"] .mpbr_icon:before{position:absolute;z-index:-1;content:' ';display:block;top:0;left:0;width:100%;height:100%;opacity:0;border-radius:100px;-webkit-transition:opacity .45s cubic-bezier(.25,1,.33,1);transition:opacity .45s cubic-bezier(.25,1,.33,1)}.mpbr_icon_wrap[data-style="border-animation"][data-color*="extra-color-gradient"] .mpbr_icon:before{opacity:1}.mpbr_icon_wrap[data-style="border-animation"][data-color*="extra-color-gradient"] .mpbr_icon:before{background-color:#f6f6f6}.mpbr_icon_wrap[data-style="border-basic"] .mpbr_icon i{text-align:center}.mpbr_icon_wrap a{display:block;width:100%;height:100%;position:absolute;left:0;top:0;z-index:1}img.img-with-animation,.img-with-aniamtion-wrap .hover-wrap,.col.has-animation,.wpb_column.has-animation,.mpbr_cascading_images .cascading-image .inner-wrap,.mpbr-fancy-box.has-animation{opacity:0;position:relative}.col.has-animation[data-animation="none"]:not(.wpb_column){opacity:1}.wpb_column.has-animation[data-animation*="reveal"]{opacity:1}img.img-with-animation[data-animation="grow-in"].full-opacity{opacity:1}html:not(.js) img.img-with-animation,html:not(.js) .col.has-animation,html:not(.js) .wpb_column.has-animation{opacity:1}img.img-with-animation[data-animation="none"],.img-with-aniamtion-wrap[data-animation="none"] .hover-wrap,.mpbr_cascading_images .cascading-image[data-animation="none"] .inner-wrap{opacity:1}.col.has-animation[data-animation="zoom-out"]{transform:translateZ(0) scale(1.2);opacity:0}.col.has-animation[data-animation="slight-twist"]{transform:rotateY(20deg) rotateZ(-4deg);opacity:0}img.img-with-animation[data-animation="grow-in"],.img-with-aniamtion-wrap[data-animation="grow-in"] .hover-wrap,.col.has-animation[data-animation="grow-in"],.wpb_column.has-animation[data-animation="grow-in"],.mpbr-fancy-box.has-animation[data-animation="grow-in"]{opacity:0;transform:scale(.75);-webkit-transform:scale(.75);transition:opacity 0.6s cubic-bezier(.15,.84,.35,1.25),background-color 0.35s cubic-bezier(.65,0,.35,1);-webkit-transition:opacity 0.6s cubic-bezier(.15,.84,.35,1.25),background-color 0.35s cubic-bezier(.65,0,.35,1);-webkit-backface-visibility:hidden}img.img-with-animation[data-animation="flip-in"],.img-with-aniamtion-wrap[data-animation="flip-in"] .hover-wrap,.col.has-animation[data-animation="flip-in"],.wpb_column.has-animation[data-animation="flip-in"],.mpbr-fancy-box.has-animation[data-animation="flip-in"]{opacity:0;transform:rotateY(25deg);-webkit-transform:rotateY(25deg);-webkit-transition:opacity 1s ease,background-color 0.35s cubic-bezier(.65,0,.35,1);transition:opacity 1s ease,background-color 0.35s cubic-bezier(.65,0,.35,1)}.flip-in-vertical-wrap{-webkit-perspective:2000px;perspective:2000px}img.img-with-animation[data-animation="flip-in-vertical"],.img-with-aniamtion-wrap[data-animation="flip-in-vertical"] .hover-wrap,.col.has-animation[data-animation="flip-in-vertical"],.wpb_column.has-animation[data-animation="flip-in-vertical"],.mpbr-fancy-box.has-animation[data-animation="flip-in-vertical"]{opacity:0;transform:rotateX(-45deg) translateY(120px);-webkit-transform:rotateX(-45deg) translateY(120px);transition:opacity 1s ease,background-color 0.35s cubic-bezier(.65,0,.35,1);-webkit-transition:opacity 1s ease,background-color 0.35s cubic-bezier(.65,0,.35,1)}img.img-with-animation[data-shadow="small_depth"],.img-with-aniamtion-wrap[data-shadow="small_depth"] .hover-wrap,.mpbr_cascading_images .cascading-image[data-shadow="small_depth"] .img-wrap,.mpbr_cascading_images .cascading-image[data-shadow="small_depth"] .bg-color,.mpbr-video-box[data-shadow="small_depth"]:before,.mpbr-flickity[data-shadow="small_depth"] .cell,.mpbr_video_player_self_hosted[data-shadow="small_depth"] .wpb_video_wrapper{box-shadow:rgb(0 0 0 / .04) 0 1px 0,rgb(0 0 0 / .05) 0 2px 7px,rgb(0 0 0 / .06) 0 12px 22px}img.img-with-animation[data-shadow="medium_depth"],.img-with-aniamtion-wrap[data-shadow="medium_depth"] .hover-wrap,.mpbr_cascading_images .cascading-image[data-shadow="medium_depth"] .img-wrap,.mpbr_cascading_images .cascading-image[data-shadow="medium_depth"] .bg-color,.mpbr-video-box[data-shadow="medium_depth"]:before,.mpbr-flickity[data-shadow="medium_depth"] .cell,.mpbr_video_player_self_hosted[data-shadow="medium_depth"] .wpb_video_wrapper{box-shadow:0 30px 80px rgb(0 0 0 / .14),0 20px 70px rgb(0 0 0 / .12)}img.img-with-animation[data-shadow="large_depth"],.img-with-aniamtion-wrap[data-shadow="large_depth"] .hover-wrap,.mpbr_cascading_images .cascading-image[data-shadow="large_depth"] .img-wrap,.mpbr_cascading_images .cascading-image[data-shadow="large_depth"] .bg-color,.mpbr-video-box[data-shadow="large_depth"]:before,.mpbr_video_player_self_hosted[data-shadow="large_depth"] .wpb_video_wrapper{box-shadow:0 40px 100px rgb(0 0 0 / .15),0 25px 80px rgb(0 0 0 / .1)}.mpbr-flickity[data-shadow="large_depth"] .cell{box-shadow:0 35px 55px rgb(0 0 0 / .08),0 25px 63px rgb(0 0 0 / .08)}img.img-with-animation[data-shadow="x_large_depth"],.img-with-aniamtion-wrap[data-shadow="x_large_depth"] .hover-wrap,.mpbr_cascading_images .cascading-image[data-shadow="x_large_depth"] .img-wrap,.mpbr_cascading_images .cascading-image[data-shadow="x_large_depth"] .bg-color,.mpbr-video-box[data-shadow="x_large_depth"]:before,.mpbr-flickity[data-shadow="x_large_depth"] .cell,.mpbr_video_player_self_hosted[data-shadow="x_large_depth"] .wpb_video_wrapper{box-shadow:0 60px 135px rgb(0 0 0 / .14),0 15px 65px rgb(0 0 0 / .14)}img.img-with-animation[data-animation="fade-in-from-left"],.img-with-aniamtion-wrap[data-animation="fade-in-from-left"] .hover-wrap{transform:translateX(-75px);-webkit-transform:translateX(-75px);padding-right:30px}img.img-with-animation[data-animation="fade-in-from-left"][data-shadow*="_depth"],.img-with-aniamtion-wrap[data-animation="fade-in-from-left"][data-shadow*="_depth"] .hover-wrap{padding-right:0}.col.has-animation[data-animation="fade-in-from-left"],.wpb_column.has-animation[data-animation="fade-in-from-left"],.mpbr-fancy-box.has-animation[data-animation="fade-in-from-left"]{transform:translateX(-45px);-webkit-transform:translateX(-45px)}img.img-with-animation[data-animation="fade-in-from-right"],.img-with-aniamtion-wrap[data-animation="fade-in-from-right"] .hover-wrap{transform:translateX(75px);-webkit-transform:translateX(75px)}.col.has-animation[data-animation="fade-in-from-right"],.wpb_column.has-animation[data-animation="fade-in-from-right"],.mpbr-fancy-box.has-animation[data-animation="fade-in-from-right"]{transform:translateX(45px);-webkit-transform:translateX(45px)}.mpbr-scrolling-text .background-layer[data-bg-animation="fade-in-from-bottom"] .inner,img.img-with-animation[data-animation="fade-in-from-bottom"],.img-with-aniamtion-wrap[data-animation="fade-in-from-bottom"] .hover-wrap{transform:translateY(100px);-webkit-transform:translateY(100px)}.col.has-animation[data-animation="fade-in-from-bottom"],.wpb_column.has-animation[data-animation="fade-in-from-bottom"],.mpbr-fancy-box.has-animation[data-animation="fade-in-from-bottom"]{transform:translateY(50px);-webkit-transform:translateY(50px)}img.img-with-animation[data-animation="fade-in-from-left"],img.img-with-animation[data-animation="fade-in-from-right"],.mpbr-fancy-box.has-animation[data-animation="fade-in-from-right"]{margin:0 auto}.img-with-aniamtion-wrap,body .wpb_wrapper>.img-with-aniamtion-wrap{line-height:0;margin-bottom:0}.img-with-aniamtion-wrap>.inner{height:100%}.center img.img-with-animation{margin:0 auto;display:block}.right.img-with-aniamtion-wrap{text-align:right}.right.img-with-aniamtion-wrap img{display:inline-block}.img-with-aniamtion-wrap .color-overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:block;z-index:10;opacity:0;pointer-events:none}.img-with-aniamtion-wrap:hover .color-overlay{opacity:.5}.img-with-aniamtion-wrap .hover-wrap{overflow:hidden}.img-with-aniamtion-wrap .hover-wrap:not([data-hover-animation]),.img-with-aniamtion-wrap .hover-wrap[data-hover-animation="none"]{overflow:visible}.img-with-aniamtion-wrap[data-shadow*="depth"] .hover-wrap,.img-with-aniamtion-wrap[data-shadow*="depth"] .hover-wrap .hover-wrap-inner{display:inline-block}.img-with-aniamtion-wrap[data-shadow*="depth"].center{text-align:center}.img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner img.img-with-animation{opacity:1;-webkit-transform:none;transform:none;padding-right:0;padding-left:0;padding-bottom:0;margin-bottom:0}.img-with-aniamtion-wrap[data-animation*="reveal-from-"] .hover-wrap,.mpbr-scrolling-text .background-layer:not([data-bg-animation="none"]).animated-in .inner{opacity:1}.mpbr-scrolling-text .background-layer[data-bg-animation="fade-in-from-bottom"] .inner{-webkit-transition:transform 1s cubic-bezier(.2,.65,.3,1),opacity 0.25s ease;transition:transform 1s cubic-bezier(.2,.65,.3,1),opacity 0.25s ease}.mpbr-scrolling-text .background-layer[data-bg-animation="fade-in-from-bottom"].animated-in .inner{transform:translateY(0)}.column-bg-overlay-wrap[data-bg-animation*="reveal-from-"],.mpbr-scrolling-text .background-layer:not([data-bg-animation="none"]) .inner{overflow:hidden;opacity:0}.wpb_column.has-animation[data-animation*="reveal"]{overflow:hidden}.wpb_column.has-animation[data-animation*="reveal"] .column-inner-wrap{overflow:hidden;height:100%;width:100%}img.img-with-animation.mpbr-lazy{display:block;min-height:1px;min-width:1px}.row .col img.img-with-animation.mpbr-lazy:not([srcset]){width:100%}.img-with-aniamtion-wrap img.img-with-animation.mpbr-lazy,.img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner img.img-with-animation.mpbr-lazy{opacity:0;transition:opacity 0.5s ease}.img-with-aniamtion-wrap img.img-with-animation.mpbr-lazy.loaded,.img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner img.img-with-animation.mpbr-lazy.loaded{opacity:1}.img-with-aniamtion-wrap .hover-wrap{margin-bottom:15px}.img-with-aniamtion-wrap .color-overlay{-webkit-transition:opacity .65s cubic-bezier(.2,1,.2,1);transition:opacity .65s cubic-bezier(.2,1,.2,1)}.img-with-aniamtion-wrap[data-shadow] .hover-wrap .img-with-animation{box-shadow:none}.img-with-aniamtion-wrap .inner .hover-wrap:not([data-hover-animation="none"]){-webkit-transition:all .65s cubic-bezier(.05,.2,.1,1);transition:all .65s cubic-bezier(.05,.2,.1,1)!important}.img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner{-webkit-transition:transform .65s cubic-bezier(.05,.2,.1,1);transition:transform .65s cubic-bezier(.05,.2,.1,1)}.img-with-aniamtion-wrap .hover-wrap[data-hover-animation="zoom"]:hover .hover-wrap-inner{-webkit-transform:scale(1.13);transform:scale(1.13)}.img-with-aniamtion-wrap .hover-wrap[data-hover-animation="zoom-crop"]:hover .hover-wrap-inner{-webkit-transform:scale(1.15);transform:scale(1.15)}.img-with-aniamtion-wrap .hover-wrap[data-hover-animation="zoom-crop"]:hover{-webkit-transform:scale(.95);transform:scale(.95)!important}.img-with-aniamtion-wrap[data-max-width="50%"]:not(.right) img,.img-with-aniamtion-wrap[data-max-width="75%"]:not(.right) img{backface-visibility:hidden}.img-with-aniamtion-wrap[data-max-width="50%"] .inner,.mpbr-flickity:not(.masonry) .flickity-slider .cell .img-with-aniamtion-wrap[data-max-width="50%"] img{max-width:50%;width:auto}.img-with-aniamtion-wrap[data-max-width="50%"].center,.img-with-aniamtion-wrap[data-max-width="75%"].center,.img-with-aniamtion-wrap[data-max-width="custom"].center{text-align:center}.img-with-aniamtion-wrap[data-max-width="50%"].center .inner img[src*=".svg"],.img-with-aniamtion-wrap[data-max-width="75%"].center .inner img[src*=".svg"]{width:100%}.img-with-aniamtion-wrap[data-max-width="75%"] .inner,.mpbr-flickity:not(.masonry) .flickity-slider .cell .img-with-aniamtion-wrap[data-max-width="75%"] img{max-width:75%;width:auto}.img-with-aniamtion-wrap[data-max-width="none"] img,.row .img-with-aniamtion-wrap[data-max-width="none"] img:not([srcset]){max-width:none;width:100%}.wpb_column.has-animation[data-animation*="reveal"] .column-inner-wrap.no-transform,.wpb_column.has-animation[data-animation*="reveal"] .column-inner-wrap.no-transform .column-inner{transform:none;-webkit-transform:none}@media only screen and (min-width:690px){.vc_row-o-equal-height .wpb_column.has-animation[data-animation*="reveal"]>.column-inner-wrap{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.vc_row-o-equal-height.vc_row-o-content-middle .wpb_column.has-animation[data-animation*="reveal"]>.column-inner-wrap{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:auto}.vc_row-o-equal-height.vc_row-o-content-bottom .wpb_column.has-animation[data-animation*="reveal"]>.column-inner-wrap,.vc_row-o-equal-height.vc_row-o-content-bottom .wpb_column.has-animation[data-animation*="reveal"]>.column-inner-wrap>.column-inner{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}}.wpb_column .column-inner[data-bg-cover="true"],.wpb_column[data-bg-cover="true"]{background-size:cover;background-position:center}.vc_ie-flexbox-fixer{display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;-webkit-box-orient:vertical;-webkit-box-direction:normal}.vc_ie-flexbox-fixer>.vc_row{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;box-sizing:border-box;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox}@-webkit-keyframes pulsate{from{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(3)}}@keyframes pulsate{from{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(3)}}@keyframes mpbrBounceIn{0%{transform:translateY(80px);opacity:0}33%{transform:translateY(-13px);opacity:1}66%{transform:translateY(4px);opacity:1}100%{transform:translateY(0);opacity:1}}@-webkit-keyframes mpbrBounceIn{0%{transform:translateY(80px);opacity:0}33%{transform:translateY(-13px);opacity:1}66%{transform:translateY(4px);opacity:1}100%{transform:translateY(0);opacity:1}}.grecaptcha-badge{z-index:100}.mpbr-progress-bar,.wpb_wrapper>.mpbr-progress-bar{margin-bottom:0}.mpbr-progress-bar .bar-wrap{margin-bottom:13px;border-radius:300px;background-color:#ebebeb;box-shadow:0 1px 2px rgb(0 0 0 / .09) inset}.mpbr-progress-bar span{height:14px;width:0;display:block;background-color:#000;border-radius:300px}.mpbr-progress-bar p{padding-bottom:2px}.mpbr-progress-bar span{overflow:visible;position:relative}.mpbr-progress-bar span strong{position:absolute;right:0;top:-23px;opacity:0;display:block;font-family:'Open Sans';font-weight:600;border-radius:2px}.mpbr-progress-bar span strong i{font-style:normal;font-family:'Open Sans';font-weight:600;letter-spacing:0;text-transform:none}body .mpbr-progress-bar span strong,body .mpbr-progress-bar .bar-wrap span strong i,body .mpbr-progress-bar .bar-wrap span strong{font-size:11px!important;line-height:12px!important}.mpbr-progress-bar span strong.full:after{left:15px}.mpbr-progress-bar span strong.full{width:43px;text-align:right}body .vc_pie_chart .vc_pie_chart_value{font-size:42px;font-family:'Open Sans';font-weight:300}body .vc_pie_chart .wpb_pie_chart_heading{font-family:'Open Sans';font-weight:700;text-transform:uppercase;font-size:12px;margin-top:12px;margin-bottom:0;letter-spacing:2px}body .vc_pie_chart_back{border-width:7px;opacity:0}body .vc_pie_chart{opacity:1}.mpbr-split-heading .heading-line{display:block;overflow:hidden;position:relative}.mpbr-split-heading .heading-line>div{display:block;transform:translateY(200%);-webkit-transform:translateY(200%)}.mpbr-split-heading h1{margin-bottom:0}@media only screen and (min-width:1000px){.mpbr-split-heading[data-custom-font-size="true"] h1,.mpbr-split-heading[data-custom-font-size="true"] h2,.row .mpbr-split-heading[data-custom-font-size="true"] h3,.row .mpbr-split-heading[data-custom-font-size="true"] h4,.row .mpbr-split-heading[data-custom-font-size="true"] h5,.row .mpbr-split-heading[data-custom-font-size="true"] h6{font-size:inherit;line-height:inherit}}.centered-text .mpbr-split-heading[data-animation-type="line-reveal-by-space"] h1,.centered-text .mpbr-split-heading[data-animation-type="line-reveal-by-space"] h2,.centered-text .mpbr-split-heading[data-animation-type="line-reveal-by-space"] h3,.centered-text .mpbr-split-heading[data-animation-type="line-reveal-by-space"] h4{margin:0 auto}.mpbr-split-heading[data-animation-type="line-reveal-by-space"]:not(.markup-generated),.mpbr-split-heading[data-animation-type="letter-fade-reveal"]:not(.markup-generated){opacity:0}.mpbr-split-heading[data-animation-type="line-reveal-by-space"]>*>span,.mpbr-split-heading[data-animation-type="letter-fade-reveal"]>*>span{position:relative;display:inline-block;overflow:hidden}.mpbr-split-heading[data-animation-type="line-reveal-by-space"] span,.mpbr-split-heading[data-animation-type="letter-fade-reveal"] span{vertical-align:bottom}.mpbr-split-heading[data-animation-type="line-reveal-by-space"] span,.mpbr-split-heading[data-animation-type="line-reveal-by-space"]:not(.markup-generated)>*{line-height:1.2}.mpbr-split-heading[data-animation-type="line-reveal-by-space"][data-stagger="true"] span .inner{transition:transform 1.2s cubic-bezier(.25,1,.5,1)}.mpbr-split-heading[data-animation-type="line-reveal-by-space"] span .inner{position:relative;display:inline-block;-webkit-transform:translateY(1.2em);transform:translateY(1.2em)}.mpbr-split-heading[data-animation-type="line-reveal-by-space"] span .inner.animated{-webkit-transform:none;transform:none}@media only screen and (max-width:1000px){.mpbr-split-heading[data-animation-type="line-reveal-by-space"][data-m-rm-animation="true"] span .inner{-webkit-transform:none;transform:none!important}}.mpbr-split-heading[data-animation-type="letter-fade-reveal"] span span{position:relative;display:inline-block;-webkit-transform:translateY(102%);transform:translateY(102%);opacity:0}.mpbr-split-heading[data-animation-type="twist-in"]{transform:rotateY(25deg) rotateZ(-4deg);opacity:0;transition:opacity 1s cubic-bezier(.15,.75,.4,1),transform 1.2s cubic-bezier(.15,.75,.4,1)}.mpbr-split-heading[data-animation-type="twist-in"].animated-in{transform:rotateY(0deg) rotateZ(0deg);opacity:1}.mpbr-split-heading[data-animation-type="line-reveal-by-space"][data-align="left"]{display:flex;justify-content:flex-start}.mpbr-split-heading[data-animation-type="line-reveal-by-space"][data-align="center"]{display:flex;justify-content:center}.mpbr-split-heading[data-animation-type="line-reveal-by-space"][data-align="right"]{display:flex;justify-content:flex-end}@media only screen and (max-width:1000px){.mpbr-split-heading[data-animation-type="line-reveal-by-space"][data-m-align="left"]{display:flex;justify-content:flex-start}.mpbr-split-heading[data-animation-type="line-reveal-by-space"][data-m-align="center"]{display:flex;justify-content:center}.mpbr-split-heading[data-animation-type="line-reveal-by-space"][data-m-align="right"]{display:flex;justify-content:flex-end}}.wpb_column[data-cfc="true"] h1,.wpb_column[data-cfc="true"] h2,.wpb_column[data-cfc="true"] h3,.wpb_column[data-cfc="true"] h4,.wpb_column[data-cfc="true"] h5,.wpb_column[data-cfc="true"] h6,.wpb_column[data-cfc="true"] p{color:inherit}blockquote .image-icon[data-shadow="true"]{box-shadow:0 15px 37px rgb(0 0 0 / .15)}.span_12.light .flickity-page-dots .dot:before,.testimonial_slider[data-style="multiple_visible"][data-color*="-light"] .flickity-page-dots .dot:before{background-color:#fff}.mpbr_video_lightbox svg,.masonry-blog-item .video-play-button svg,.auto_meta_overlaid_spaced article .content-inner>.play svg{display:block;width:20px;height:20px;position:absolute;top:50%;left:50%;margin-left:2px;transform:translateY(-50%) translateX(-50%);-webkit-transform:translateY(-50%) translateX(-50%)}.mpbr_video_lightbox.play_button:before,.mpbr-video-box .play_button_mouse_follow:before,.auto_meta_overlaid_spaced article .content-inner>.play:before{display:block;position:absolute;content:' ';top:0;left:0;width:100%;height:100%;border:6px solid #fff;z-index:10;border-radius:200px;box-sizing:border-box;-webkit-box-sizing:border-box;transition:all 0.4s cubic-bezier(.19,1,.22,1) 0s;-webkit-transition:all 0.4s cubic-bezier(.19,1,.22,1) 0s}.mpbr_video_player_self_hosted .wpb_wrapper video{width:100%;height:100%;display:block;position:absolute;margin:0;top:0;left:0;-webkit-box-sizing:border-box;box-sizing:border-box;visibility:visible;object-fit:cover}.mpbr_video_player_self_hosted[data-border-radius*="px"] .wpb_video_wrapper{overflow:hidden}.full-width-content.vc_row-fluid .wpb_video_widget.vc_video-align-center .wpb_wrapper{margin:0 auto}.wpb_video_widget.vc_video-aspect-ratio-916 .wpb_video_wrapper{padding-top:177.77%}.mpbr-view-indicator{position:fixed;z-index:400;left:-47px;top:-47px;pointer-events:none;width:94px;height:94px;mix-blend-mode:difference;will-change:transform}.mpbr-drag-indicator{position:fixed;z-index:400;left:-26px;top:-26px;pointer-events:none;width:52px;height:52px;mix-blend-mode:difference;will-change:transform}.mpbr-drag-indicator.color-dark,.mpbr-drag-indicator.color-light{mix-blend-mode:normal}.mpbr-drag-indicator.color-dark:before{border:2px solid #000}.mpbr-drag-indicator.color-dark i{color:#000}.mpbr-drag-indicator:before{border:2px solid #fff;width:100%;height:100%;display:block;content:'';position:absolute;left:-2px;top:-2px;transform:scale(.2);opacity:0;border-radius:50%}.mpbr-drag-indicator span{position:absolute;top:50%;left:0;display:block;width:100%;text-align:center;transform:translateY(-50%)}.mpbr-drag-indicator i{top:0;color:#fff;font-size:16px;opacity:0;position:absolute}.mpbr-drag-indicator i.fa-angle-left{left:-22px;top:-9px;transform:translateX(17px)}.mpbr-drag-indicator i.fa-angle-right{right:-22px;top:-9px;transform:translateX(-17px)}.mpbr-drag-indicator:before,.mpbr-view-indicator .color-circle{-webkit-transition:transform 0.45s ease,opacity 0.3s ease;transition:transform 0.45s ease,opacity 0.3s ease}.mpbr-drag-indicator i,.mpbr-view-indicator span{-webkit-transition:transform 0.2s ease,opacity 0.2s ease;transition:transform 0.2s ease,opacity 0.2s ease}.mpbr-drag-indicator.visible i{-webkit-transition:transform 0.45s ease,opacity 0.3s ease;transition:transform 0.45s ease,opacity 0.3s ease}.mpbr-drag-indicator.visible:before,.mpbr-view-indicator.visible .color-circle,.mpbr-view-indicator.visible span,.mpbr-drag-indicator.visible i.fa-angle-left,.mpbr-drag-indicator.visible i.fa-angle-right{-webkit-transform:scale(1);transform:scale(1);opacity:1}.mpbr-drag-indicator.visible.pointer-down:before{-webkit-transform:scale(.8);transform:scale(.8);-webkit-transition:transform 0.25s ease-out,opacity 0.3s ease;transition:transform 0.25s ease-out,opacity 0.3s ease}.mpbr-view-indicator:not(.style-see-through){mix-blend-mode:normal}.mpbr-view-indicator .color-circle{background-color:#000;width:100%;height:100%;display:block;content:'';position:absolute;left:-2px;top:-2px;transform:scale(.2);opacity:0;border-radius:50%}body .mpbr-view-indicator span{opacity:0;font-size:16px;color:#fff;line-height:94px;text-align:center;width:100%;display:inline-block}.mpbr-view-indicator.style-see-through .color-circle{background-color:#fff0;border:2px solid #fff}.mpbr-drag-indicator.in-boxed,.mpbr-view-indicator.in-boxed{z-index:10000}#footer-outer .widget.widget_media_image img{margin-bottom:0}.blog-recent[data-style="list_featured_first_row"] .small{position:relative;-webkit-transform:none;transform:none;top:0;display:inline-block;vertical-align:middle}.row .col.section-title{margin:0 0 0 0;padding:0 0 36px 0;border-bottom:1px solid rgb(0 0 0 / .15)}.row .col.section-title.project-title,.row .col.section-title.blog-title{margin-bottom:14px}.home .row .col.section-title{padding:0 0 3em 0}.row .col.section-title h1,.row .col.section-title h2{margin-bottom:0;font-family:'Open Sans';font-weight:600;letter-spacing:-1px;position:relative}.row .col.section-title h2{margin-bottom:5px}.row .col.section-title h1{top:3px}.row .col.section-title span{font-size:20px;line-height:20px;color:rgb(0 0 0 / .45);top:0;position:relative;text-transform:none;font-family:'Open Sans';padding-left:10px}.row .col.section-title span.author-leading,.row .col.section-title span.fn{padding-left:0}#ajax-content-wrap .row .col.section-title .mpbr-love span{line-height:20px}.row .col.section-title h1{margin-bottom:0}.row .col.section-title p{font-size:20px;line-height:28px;padding-bottom:0}body[data-bg-header="true"].archive .container-wrap{padding-top:4.1em!important}body[data-bg-header="true"] .container-wrap,html.fp-enabled .container-wrap{margin-top:0!important;padding-top:0!important}#page-header-wrap{height:60px;overflow:hidden;position:relative;background-color:#f8f8f8;-webkit-font-smoothing:antialiased}body.material #page-header-wrap,body[data-header-resize="0"] #page-header-wrap{margin-top:0}#page-header-bg{width:100%;height:60px;overflow:hidden;color:#fff;display:block!important;-webkit-font-smoothing:antialiased;position:relative;z-index:2}.page-header-bg-image{position:absolute;width:100%;height:100%;top:0;left:0;z-index:9;background-repeat:no-repeat;background-position:top center;background-size:cover}.page-header-overlay-color{position:static;height:1px;width:1px;margin-left:-9999px;pointer-events:none;background-color:#333}.page-header-overlay-color:after{position:absolute;left:0;top:0;width:100%;height:100%;background-color:inherit;content:' ';z-index:10;opacity:.65}.page-header-overlay-color[data-overlay-opacity="0.9"]:after{opacity:.9}.page-header-overlay-color[data-overlay-opacity="0.8"]:after{opacity:.8}.page-header-overlay-color[data-overlay-opacity="0.7"]:after{opacity:.7}.page-header-overlay-color[data-overlay-opacity="0.6"]:after{opacity:.6}.page-header-overlay-color[data-overlay-opacity="0.5"]:after{opacity:.5}.page-header-overlay-color[data-overlay-opacity="0.4"]:after{opacity:.4}.page-header-overlay-color[data-overlay-opacity="0.3"]:after{opacity:.3}.page-header-overlay-color[data-overlay-opacity="0.2"]:after{opacity:.2}.page-header-overlay-color[data-overlay-opacity="0.1"]:after{opacity:.1}#page-header-bg[data-bg-pos="bottom"] .page-header-bg-image{background-position:bottom center}#page-header-bg[data-bg-pos="top"] .page-header-bg-image{background-position:top center}#page-header-bg[data-bg-pos="center"] .page-header-bg-image{background-position:center center}body[data-header-resize="0"] #page-header-bg{margin-top:0}.page-header-no-bg{padding-bottom:0;padding-top:35px;background-color:#f8f8f8}.page-header-no-bg{z-index:1000}#page-header-bg[data-parallax="1"]{overflow:hidden;margin:0;z-index:2}body[data-footer-reveal="1"] #page-header-bg[data-parallax="1"]{opacity:1}#page-header-bg[data-parallax="1"] .span_6{z-index:0}body[data-apte="center_mask_reveal"][data-ajax-transitions="true"] #page-header-bg[data-parallax="1"]:not(.out-of-sight){opacity:1}#page-header-bg[data-parallax="1"].out-of-sight{pointer-events:none}#page-header-bg[data-parallax="1"].out-of-sight .mpbr-video-wrap{display:none}#page-header-bg[data-alignment="center"],.page-header-no-bg[data-alignment="center"]{text-align:center}#page-header-bg[data-alignment="right"],.page-header-no-bg[data-alignment="right"]{text-align:right}#page-header-bg[data-alignment-v="bottom"] .row,#page-header-bg[data-alignment-v="bottom"] .container,#page-header-bg[data-alignment-v="top"] .row,#page-header-bg[data-alignment-v="top"] .container,#page-header-bg[data-alignment-v="middle"] .row,#page-header-bg[data-alignment-v="middle"] .container{height:100%}#page-header-bg[data-alignment-v="bottom"] .span_6,#page-header-bg[data-parallax="1"][data-alignment-v="bottom"] .span_6,#page-header-bg[data-alignment-v="bottom"] .mpbr-particles .inner-wrap{bottom:26%;top:auto!important;left:0;margin-bottom:0!important;position:absolute!important}#page-header-bg[data-alignment-v="top"] .span_6,#page-header-bg[data-alignment-v="top"] .mpbr-particles .inner-wrap{left:0;position:absolute}#page-header-bg[data-alignment-v="top"] .span_6,#page-header-bg[data-alignment-v="top"] .mpbr-particles .inner-wrap,#page-header-bg[data-alignment-v="top"].fullscreen-header .span_6{top:25%!important}#page-header-bg[data-alignment-v="bottom"] .span_6>.inner-wrap{transform:translateY(50%)!important;-webkit-transform:translateY(50%)!important}#page-header-bg .span_6{width:100%}.mpbr-recent-post-slide .mpbr-recent-post-bg:after,.single [data-post-hs="default_minimal"] .page-header-bg-image:after,.archive .page-header-bg-image:after{background-color:rgb(25 25 25 / .35);position:absolute;top:0;left:0;height:100%;width:100%;content:' ';z-index:1;display:block}#page-header-bg .row{z-index:100;position:relative}html:not(.js) #page-header-bg .row,body #page-header-bg .row{visibility:visible}#page-header-bg h1,.mpbr-box-roll .overlaid-content h1{font-family:'Open Sans';font-weight:600;font-size:44px;line-height:54px;margin-bottom:8px;display:block;color:#fff;z-index:101}#page-header-bg #portfolio-nav a i,#page-header-bg span,#page-header-bg .pinterest-share i,#page-header-bg .facebook-share i,#page-header-bg .linkedin-share i,#page-header-bg .twitter-share i,#page-header-bg .google-plus-share i,#page-header-bg .icon-MPBR-heart,#page-header-bg .icon-MPBR-heart-2{color:#fff}.single #page-header-bg #single-below-header>span,.single #page-header-bg #single-meta>div>a{border-color:rgb(255 255 255 / .25)}.single #single-meta>div>a,.single #single-meta ul .n-shortcode a,#project-meta ul li>a,#project-meta ul .n-shortcode a,#project-meta ul .project-date{display:block;border-radius:100px;padding:6px 20px!important;-webkit-transition:border-color .45s cubic-bezier(.25,1,.33,1);transition:border-color .45s cubic-bezier(.25,1,.33,1);height:auto;line-height:20px}.single #single-meta ul li span,.single #single-meta ul .n-shortcode span,#project-meta ul li span,#project-meta ul .n-shortcode span{transition:color 0.2s linear;line-height:20px!important;font-family:inherit!important}.blog-title #single-meta .mpbr-social.hover .share-btn,.blog-title #single-meta .mpbr-social.hover>div a,.single .blog-title #single-meta>div>a,.single .blog-title #single-meta div .n-shortcode a,.single-product #single-meta>div>a,#project-meta ul li>a,#project-meta ul .n-shortcode a,#sidebar #project-meta ul .project-date,.ascend #sidebar #project-meta ul .project-date{border:2px solid rgb(0 0 0 / .1)}.ascend #sidebar #project-meta ul .project-date{border:2px solid rgb(0 0 0 / .1)!important}#page-header-bg .blog-title #single-meta .mpbr-social.hover .share-btn,#page-header-bg .blog-title #single-meta .mpbr-social.hover>div a,.single #page-header-bg .blog-title #single-meta>div>a,.single #page-header-bg .blog-title #single-meta>div .n-shortcode a{border:2px solid rgb(255 255 255 / .4)}#page-header-bg .blog-title #single-meta .mpbr-social.hover .share-btn:hover,#page-header-bg .blog-title #single-meta .mpbr-social.hover>div a:hover,.single #page-header-bg .blog-title #single-meta>div>a:hover,.single #page-header-bg .blog-title #single-meta div .n-shortcode:hover a{border:2px solid rgb(255 255 255)}body.single #single-meta ul li:first-child{border:none!important}.single .blog-title #single-meta div i,.single #single-meta .meta-comment-count a,.single #single-meta ul .meta-share-count .mpbr-social a,#project-meta ul li i,#project-meta .meta-comment-count a,#project-meta ul .meta-share-count .mpbr-social a,#project-meta ul li span,#project-meta ul .n-shortcode span,#project-meta ul .project-date{color:#999!important}.single #page-header-bg #single-meta ul li{border:none;margin:0}body.single #ajax-content-wrap #single-meta ul li:first-child,.single #page-header-bg #single-meta ul li,.single .blog-title #single-meta ul li,#project-meta ul li,body.single-portfolio #ajax-content-wrap #sidebar #project-meta ul li:first-child{margin:5px}.single #single-meta ul .meta-share-count,#project-meta ul .meta-share-count{position:relative;z-index:100}.single #single-meta ul .meta-share-count span,.single #project-meta ul .meta-share-count span{font-size:inherit;padding-left:0;color:#888}.single #single-meta ul li i,#project-meta ul li i{font-size:16px!important;width:16px;line-height:22px!important;margin-right:7px;height:20px}.single #single-meta ul li i.icon-MPBR-heart-2,#project-meta ul li i.icon-MPBR-heart-2{line-height:20px!important}.single-post #single-meta{top:50%;margin-top:-13px;float:none;z-index:102;position:absolute}#page-header-bg .subheader,.mpbr-box-roll .overlaid-content .subheader{font-size:28px;line-height:1.3;color:#fff!important;font-family:'Open Sans';font-weight:300}#page-header-bg[data-text-alignment="center"],.page-header-no-bg[data-text-alignment="center"],.mpbr-box-roll .overlaid-content[data-text-alignment="center"]{text-align:center}#page-header-bg[data-text-alignment="right"],.page-header-no-bg[data-text-alignment="right"],.mpbr-box-roll .overlaid-content[data-text-alignment="right"]{text-align:right}#page-header-bg[data-text-alignment="center"] .span_6,.page-header-no-bg[data-text-alignment="center"] .span_6,.mpbr-box-roll .overlaid-content[data-text-alignment="center"] .span_6{left:0;width:100%!important}#page-header-bg[data-text-alignment="center"] h1,.mpbr-box-roll .overlaid-content[data-text-alignment="center"] h1{margin-bottom:12px}#page-header-bg[data-text-alignment="center"] h1,.page-header-bg[data-text-alignment="center"] .subheader,.mpbr-box-roll .overlaid-content[data-text-alignment="center"] .subheader{max-width:900px;margin:0 auto;display:block}#page-header-bg[data-alignment-v="top"] .span_6 .inner-wrap{left:0;position:absolute;width:100%}[data-aie="zoom-out"] .first-section .row-bg-wrap,[data-aie="zoom-out"] .top-level .row-bg-wrap{overflow:hidden;height:100%;width:100%;position:absolute;left:0;top:0}#page-header-bg .mpbr-particles .inner-wrap>*:not(.top-heading),.overlaid-content .inner-wrap>*:not(.top-heading){opacity:0;transform:translateY(35px);-webkit-transform:translateY(35px)}.scroll-down-wrap.hidden{transform:translateY(55px);-webkit-transform:translateY(55px);opacity:0}.scroll-down-wrap{transition:opacity 0.4s ease;-webkit-transition:opacity 0.4s ease}#page-header-bg.fullscreen-header,#page-header-wrap.fullscreen-header{width:100%;position:relative;transition:none;-webkit-transition:none;z-index:2}#page-header-wrap.fullscreen-header{background-color:#2b2b2b}#page-header-bg.fullscreen-header .span_6{opacity:1}#page-header-bg.fullscreen-header[data-alignment-v="middle"] .span_6{top:50%!important}.hidden-social-img{position:absolute;pointer-events:none;visibility:hidden;opacity:0;z-index:-100}.default-blog-title.fullscreen-header{position:relative}#page-header-bg[data-post-hs="default_minimal"] .inner-wrap{text-align:center}#page-header-bg[data-post-hs="default_minimal"] .inner-wrap>a,body.material #page-header-bg.fullscreen-header .inner-wrap>a{color:#fff;font-weight:600;border:2px solid rgb(255 255 255 / .4);padding:4px 10px;margin:5px 6px 0 5px;display:inline-block;transition:all 0.2s ease;-webkit-transition:all 0.2s ease;font-size:14px;line-height:18px}body.material #page-header-bg.fullscreen-header .inner-wrap>a{margin-bottom:15px}body.material #page-header-bg.fullscreen-header .inner-wrap>a{border:none;padding:6px 10px}body[data-button-style^="rounded"] #page-header-bg[data-post-hs="default_minimal"] .inner-wrap>a,body[data-button-style^="rounded"].material #page-header-bg.fullscreen-header .inner-wrap>a{border-radius:100px}body.single [data-post-hs="default_minimal"] #single-below-header span,body.single .heading-title[data-header-style="default_minimal"] #single-below-header span{line-height:14px}#page-header-bg[data-post-hs="default_minimal"] #single-below-header{text-align:center;position:relative;z-index:100}#page-header-bg[data-post-hs="default_minimal"] #single-below-header span{float:none;display:inline-block}#page-header-bg[data-post-hs="default_minimal"] .inner-wrap>a:hover,#page-header-bg[data-post-hs="default_minimal"] .inner-wrap>a:focus{border-color:#fff0}#page-header-bg.fullscreen-header .avatar,#page-header-bg[data-post-hs="default_minimal"] .avatar{border-radius:100%}#page-header-bg.fullscreen-header .meta-author span,#page-header-bg[data-post-hs="default_minimal"] .meta-author span{display:block}#page-header-bg.fullscreen-header .meta-author img{margin-bottom:0;height:50px;width:auto}#page-header-bg[data-post-hs="default_minimal"] .meta-author img{margin-bottom:0;height:40px;width:auto}#page-header-bg[data-post-hs="default_minimal"] .author-section{position:absolute;bottom:30px}#page-header-bg.fullscreen-header .meta-author,#page-header-bg[data-post-hs="default_minimal"] .meta-author{font-size:18px}#page-header-bg.fullscreen-header .author-section .meta-date,#page-header-bg[data-post-hs="default_minimal"] .author-section .meta-date{font-size:12px;color:rgb(255 255 255 / .8)}#page-header-bg.fullscreen-header .author-section .meta-date i{font-size:12px}#page-header-bg[data-post-hs="default_minimal"] .author-section .meta-date i{font-size:11px;line-height:14px}#page-header-bg[data-post-hs="default_minimal"] .author-section .avatar-post-info{position:relative;top:-5px}#page-header-bg.fullscreen-header .author-section a,#page-header-bg[data-post-hs="default_minimal"] .author-section a{display:block;margin-bottom:-2px}#page-header-bg[data-post-hs="default_minimal"] .author-section a{font-size:14px;line-height:14px}#page-header-bg.fullscreen-header .author-section a:hover,#page-header-bg[data-post-hs="default_minimal"] .author-section a:hover{color:rgb(255 255 255 / .85)!important}#page-header-bg.fullscreen-header .author-section,#page-header-bg[data-post-hs="default_minimal"] .author-section{width:100%;z-index:10;text-align:center}#page-header-bg.fullscreen-header .author-section{margin-top:25px}#page-header-bg.fullscreen-header .author-section span,#page-header-bg[data-post-hs="default_minimal"] .author-section span{padding-left:0;line-height:20px;font-size:20px}#page-header-bg.fullscreen-header .author-section .avatar-post-info,#page-header-bg[data-post-hs="default_minimal"] .author-section .avatar-post-info{margin-left:10px}#page-header-bg.fullscreen-header .author-section .avatar-post-info,#page-header-bg.fullscreen-header .author-section .meta-author,#page-header-bg[data-post-hs="default_minimal"] .author-section .avatar-post-info,#page-header-bg[data-post-hs="default_minimal"] .author-section .meta-author{text-align:left;display:inline-block;top:9px}#page-header-bg.fullscreen-header .author-section a,#page-header-bg[data-post-hs="default_minimal"] .author-section a,#footer-outer #footer-widgets .col .tagcloud a:hover,#footer-outer .mpbr-button:hover{color:#fff!important}#page-header-bg .project-title .container,#page-header-bg .heading-title{border:none!important;padding:0}#page-header-bg .section-title{padding-bottom:0;margin-bottom:0}.single .heading-title{padding-bottom:35px;border-bottom:1px solid #DDD;margin-bottom:35px}.single .row .section-title{padding:0;margin:0}#page-header-bg .span_6,#page-header-bg .mpbr-particles .span_6 .inner-wrap{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}#page-header-bg[data-alignment-v="top"] .span_6,#page-header-bg[data-alignment-v="bottom"] .span_6{-webkit-transform:none;transform:none}#page-header-bg .mpbr-particles .span_6{top:0;-webkit-transform:none;transform:none}.section-down-arrow,body[data-button-style^="rounded"] .scroll-down-wrap,.scroll-down-wrap.no-border,.scroll-down-wrap.minimal-arrow{position:absolute;bottom:20px;left:50%;width:60px;margin-left:-30px;z-index:101}.scroll-down-wrap.minimal-arrow,body[data-button-style^="rounded"] #ajax-content-wrap .scroll-down-wrap.minimal-arrow{bottom:30px;width:40px;margin-left:-20px}@media only screen and (max-width:690px){.scroll-down-wrap.minimal-arrow{transform:scale(.6)}}body[data-button-style*="rounded"] .scroll-down-wrap{margin-left:-22px}body[data-button-style="default"] .section-down-arrow i.icon-default-style[class^="icon-"]{height:60px;width:60px;font-size:20px;line-height:60px;z-index:10;animation:3.4s ease-in-out infinite fadebottom;-webkit-animation:3.4s ease-in-out infinite fadebottom}body[data-button-style="default"] .section-down-arrow i.icon-default-style[class^="icon-"],body[data-button-style^="rounded"] .section-down-arrow,.mpbr-next-section-wrap.mouse-wheel .mpbr-next-section,.mpbr-next-section-wrap.down-arrow-bordered .mpbr-next-section,.scroll-down-wrap.no-border .section-down-arrow,body[data-button-style^="rounded"] .section-down-arrow i,.mpbr-next-section-wrap.down-arrow-bordered .mpbr-next-section i{color:#fff!important}body[data-button-style^="rounded"] .section-down-arrow,.mpbr-next-section-wrap.mouse-wheel .mpbr-next-section,.mpbr-next-section-wrap.down-arrow-bordered .mpbr-next-section,.scroll-down-wrap.no-border .section-down-arrow{display:inline-block;width:49px;height:49px;border:2px solid #fff;text-align:center;line-height:50px;border-radius:100px;font-size:25px;transition:opacity 0.4s ease;-webkit-transition:opacity 0.4s ease;overflow:hidden;margin-left:0;left:0;bottom:16px;opacity:.6}body[data-button-style^="rounded"] .section-down-arrow.hidden{transform:translateY(55px);-webkit-transform:translateY(55px);opacity:0}body[data-button-style^="rounded"] .section-down-arrow i,.mpbr-next-section-wrap.down-arrow-bordered .mpbr-next-section i{transition:transform 0.2s ease;-webkit-transition:transform 0.2s ease;display:block;width:49px;height:48px;line-height:48px;font-size:20px}body[data-button-style^="rounded"] .mpbr-box-roll .section-down-arrow i{transition:none;-webkit-transition:none}body[data-button-style^="rounded"] .section-down-arrow:hover,body[data-button-style^="rounded"] .section-down-arrow.hovered,.mpbr-next-section-wrap.down-arrow-bordered .mpbr-next-section:hover{opacity:1}body[data-button-style^="rounded"] .section-down-arrow i.fa-angle-down.top,body[data-button-style^="rounded"] .section-down-arrow i.fa-angle-down,.mpbr-next-section-wrap.down-arrow-bordered .mpbr-next-section i{-webkit-transform:translate(0,-48px);transform:translate(0,-48px)}body[data-button-style^="rounded"] .section-down-arrow:hover i.fa-angle-down.top,body[data-button-style^="rounded"] .section-down-arrow:hover i.fa-angle-down,body[data-button-style^="rounded"] .section-down-arrow.hovered i.fa-angle-down.top,body[data-button-style^="rounded"] .section-down-arrow.hovered i.fa-angle-down,.mpbr-next-section-wrap.down-arrow-bordered .mpbr-next-section:hover i{-webkit-transform:translate(0,0)!important;transform:translate(0,0)!important}.mpbr-next-section-wrap.bounce a:before{border-radius:100px;background-color:#000;position:absolute;top:-10%;left:-10%;width:120%;height:120%;display:block;content:'';transition:all 0.45s cubic-bezier(.15,.2,.1,1);-webkit-transition:all 0.45s cubic-bezier(.15,.2,.1,1);transform:scale(.8)}.mpbr-next-section-wrap.bounce a:hover:before{transform:scale(1)}.mpbr-next-section-wrap.bounce a{position:relative;height:50px;width:50px;line-height:50px;text-align:center;vertical-align:middle;display:inline-block;-webkit-animation:down_arrow_bounce 2.3s infinite;animation:down_arrow_bounce 2.3s infinite}.mpbr-next-section-wrap.bounce i{font-size:24px;width:24px;height:24px;line-height:24px;color:#fff;top:0;display:inline-block;background-color:#fff0}.mpbr-next-section-wrap.bounce[data-shad="add_shadow"] a,.mpbr-next-section-wrap.down-arrow-bordered[data-shad="add_shadow"] a{box-shadow:0 13px 35px rgb(0 0 0 / .15)}.mpbr-next-section-wrap.bounce i.dark-arrow{color:#000}.mpbr-next-section-wrap.minimal-arrow a{width:30px;height:70px;text-align:center;display:block;line-height:0;position:relative}.centered-text .mpbr-next-section-wrap.minimal-arrow a{display:inline-block}.mpbr-next-section-wrap[data-align="center"]{text-align:center}.mpbr-next-section-wrap[data-align="right"]{text-align:right}.mpbr-next-section-wrap[data-align="center"].minimal-arrow a,.mpbr-next-section-wrap[data-align="right"].minimal-arrow a{display:inline-block}@keyframes ctaMinimaLArrowOuter{0%{transform:translateY(0)}20%{transform:translateY(12px)}50%{transform:translateY(0)}100%{transform:translateY(0)}}@keyframes ctaMinimaLArrowLine{0%{transform-origin:bottom;transform:scaleY(1)}50%{transform-origin:bottom;transform:scaleY(0)}51%{transform-origin:top}100%{transform:scaleY(1);transform-origin:top}}@keyframes ctaMinimaLArrow{0%{stroke-dasharray:45px;stroke-dashoffset:0}50%{stroke-dasharray:45px;stroke-dashoffset:-45px}51%{stroke-dasharray:45px;stroke-dashoffset:45px}100%{stroke-dasharray:45px;stroke-dashoffset:0}}.mpbr-next-section-wrap.minimal-arrow svg{animation:ctaMinimaLArrowOuter 2.5s cubic-bezier(.55,0,.45,1) infinite}.mpbr-next-section-wrap.minimal-arrow a:hover svg path{animation:ctaMinimaLArrowLine 0.6s cubic-bezier(.25,0,.45,1) forwards}.mpbr-next-section-wrap.minimal-arrow a:hover svg polyline{stroke-dashoffset:0;stroke-dasharray:45px;animation:ctaMinimaLArrow 0.6s cubic-bezier(.25,0,.45,1) forwards 0.1s}.mpbr-next-section-wrap.minimal-arrow svg{display:block;width:40px;position:absolute;bottom:0;left:0}.mpbr-next-section-wrap[data-custom-color="true"].bounce a{border-radius:100px}.mpbr-next-section-wrap[data-custom-color="true"].mouse-wheel .mpbr-next-section:before{display:none}.mpbr-next-section-wrap[data-custom-color="true"].bounce a:before{background:inherit!important}.mpbr-next-section-wrap[data-custom-color="true"].down-arrow-bordered a,.mpbr-next-section-wrap[data-custom-color="true"].mouse-wheel a:after{border-color:inherit}.mpbr-next-section-wrap[data-custom-color="true"].down-arrow-bordered a,.mpbr-next-section-wrap[data-custom-color="true"].down-arrow-bordered a i{color:inherit!important}.mpbr-next-section-wrap[data-custom-color="true"].mouse-wheel a:after{opacity:.5}@keyframes down_arrow_bounce{0%,20%,50%,80%,100%{transform:translateY(0)}40%{transform:translateY(-14px)}60%{transform:translateY(-7px)}}@media only screen and (max-height:750px){body[data-button-style="rounded"] .section-down-arrow{bottom:33px}}@media only screen and (max-height:650px){body[data-button-style^="rounded"] .section-down-arrow{width:30px;height:30px;line-height:34px;bottom:25px;margin-left:-15px}body[data-button-style^="rounded"] .scroll-down-wrap:not(.no-border){margin-left:0}body[data-button-style^="rounded"] .section-down-arrow i{width:26px;height:26px;line-height:28px}body[data-button-style^="rounded"] .section-down-arrow i.fa-angle-down.top,body[data-button-style^="rounded"] .section-down-arrow i.fa-angle-down{-webkit-transform:translate(0,-26px);transform:translate(0,-26px);font-size:18px}}@media only screen and (max-height:450px){body[data-button-style^="rounded"] .section-down-arrow{display:none}}body[data-button-style^="rounded"] .scroll-down-wrap.no-border,.scroll-down-wrap.no-border{bottom:12px}.scroll-down-wrap.no-border .section-down-arrow,.slider-down-arrow.no-border{border:none!important;overflow:visible;text-align:center;opacity:1;height:auto;bottom:13px;-webkit-animation:nudgeMouse 2.4s cubic-bezier(.25,.46,.45,.94) infinite;animation:nudgeMouse 2.4s cubic-bezier(.25,.46,.45,.94) infinite}.mpbr-next-section-wrap.mouse-wheel .mpbr-next-section{border-width:0;overflow:visible;text-align:center;opacity:1;height:auto;bottom:13px;-webkit-animation:nudgeMouse 2.4s cubic-bezier(.25,.46,.45,.94) infinite;animation:nudgeMouse 2.4s cubic-bezier(.25,.46,.45,.94) infinite}.mpbr-scroll-icon-path{fill:#fff0;stroke-width:2px;stroke-dashoffset:120;stroke-dasharray:120;-webkit-animation:mouse-scroll-btn-roll-out .55s cubic-bezier(.5,.1,.07,1);animation:mouse-scroll-btn-roll-out .55s cubic-bezier(.5,.1,.07,1)}.mpbr-scroll-icon{width:30px;height:45px;text-align:center;cursor:pointer;position:relative;z-index:100}.scroll-down-wrap.no-border .section-down-arrow:after,.mpbr-next-section-wrap.mouse-wheel .mpbr-next-section:after,.slider-down-arrow.no-border:after{content:"";position:absolute;top:0;left:50%;display:block;width:30px;height:45px;margin-left:-15px;border:2px solid rgb(255 255 255 / .5);border-radius:30px;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:62}.scroll-down-wrap.no-border:hover .section-down-arrow:before,.slider-down-arrow.no-border:hover:before{background-color:rgb(255 255 255)}.scroll-down-wrap.no-border:hover .mpbr-scroll-icon-path,.mpbr-next-section:hover .mpbr-scroll-icon-path,.slider-down-arrow.no-border:hover .mpbr-scroll-icon-path{stroke-dashoffset:0;-webkit-animation:mouse-scroll-btn-roll-over .55s cubic-bezier(.5,.1,.07,1);animation:mouse-scroll-btn-roll-over .55s cubic-bezier(.5,.1,.07,1)}@-webkit-keyframes mouse-scroll-btn-roll-over{0%{stroke-dashoffset:120}100%{stroke-dashoffset:0}}@keyframes mouse-scroll-btn-roll-over{0%{stroke-dashoffset:120}100%{stroke-dashoffset:0}}@-webkit-keyframes mouse-scroll-btn-roll-out{0%{stroke-dashoffset:0}100%{stroke-dashoffset:-120}}@keyframes mouse-scroll-btn-roll-out{0%{stroke-dashoffset:0}100%{stroke-dashoffset:-120}}.scroll-down-wrap.no-border .section-down-arrow:before,.mpbr-next-section-wrap.mouse-wheel .mpbr-next-section:before,.slider-down-arrow.no-border:before,.mpbr-next-section-wrap.mouse-wheel[data-custom-color="true"] .track-ball{position:absolute;content:'';display:block;left:50%;margin-left:-1px;top:22px;background-color:rgb(255 255 255 / .5);width:2px;height:6px;border-radius:10px;transition:background-color .55s cubic-bezier(.5,.1,.07,1);-webkit-animation:trackBallSlide 2.4s cubic-bezier(0,0,.725,1) infinite;animation:trackBallSlide 2.4s cubic-bezier(0,0,.725,1) infinite}@-webkit-keyframes trackBallSlide{0%{opacity:1;-webkit-transform:scaleY(1) translateY(-10px);transform:scaleY(1) translateY(-10px)}45%{opacity:0;-webkit-transform:scaleY(.5) translateY(13px);transform:scaleY(.5) translateY(13px)}46%{opacity:0;-webkit-transform:scaleY(1) translateY(-10px);transform:scaleY(1) translateY(-10px)}65%,100%{opacity:1;-webkit-transform:scaleY(1) translateY(-10px);transform:scaleY(1) translateY(-10px)}}@keyframes trackBallSlide{0%{opacity:1;-webkit-transform:scaleY(1) translateY(-10px);transform:scaleY(1) translateY(-10px)}45%{opacity:0;-webkit-transform:scaleY(.5) translateY(13px);transform:scaleY(.5) translateY(13px)}46%{opacity:0;-webkit-transform:scaleY(1) translateY(-10px);transform:scaleY(1) translateY(-10px)}65%,100%{opacity:1;-webkit-transform:scaleY(1) translateY(-10px);transform:scaleY(1) translateY(-10px)}}@keyframes nudgeMouse{0%{-webkit-transform:translateY(0);transform:translateY(0)}45%{-webkit-transform:translateY(8px);transform:translateY(8px)}65%,100%{-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes nudgeMouse{0%{-webkit-transform:translateY(0);transform:translateY(0)}45%{-webkit-transform:translateY(8px);transform:translateY(8px)}65%,100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes rightLineStart{0%{transform:translateY(-50%) translateX(-88px) scaleX(0)}100%{transform:translateY(-50%) translateX(0) scaleX(1)}}@keyframes rightLineEnd{0%{transform:translateY(-50%) translateX(0) scaleX(1)}100%{transform:translateY(-50%) translateX(28px) scaleX(0)}}@keyframes rightLineStart2{0%{transform:translateY(-50%) translateX(88px) scaleX(0)}100%{transform:translateY(-50%) translateX(0) scaleX(1)}}@keyframes rightLineEnd2{0%{transform:translateY(-50%) translateX(0) scaleX(1)}100%{transform:translateY(-50%) translateX(-28px) scaleX(0)}}.container-wrap[data-nav-pos="after_project_2"] .bottom_controls .next-project h3 .next-arrow,.container-wrap[data-nav-pos="after_project_2"] .bottom_controls .previous-project h3 .next-arrow,.portfolio-items[data-ps="8"] .next-arrow,.blog_next_prev_buttons[data-style="fullwidth_next_prev"] h3 .next-arrow{position:absolute;backface-visibility:hidden;right:-43px;top:50%;margin-top:-15px;height:30px;width:40px;display:block;transform:translateX(38px)}@keyframes rightArrowStart{0%{transform:translateX(-50px)}100%{transform:translateX(42px)}}@keyframes rightArrowEnd{0%{transform:translateX(42px)}100%{transform:translateX(75px)}}@keyframes rightArrowStart2{0%{transform:translateX(50px) rotate(180deg)}100%{transform:translateX(-42px) rotate(180deg)}}@keyframes rightArrowEnd2{0%{transform:translateX(-42px) rotate(180deg)}100%{transform:translateX(-75px) rotate(180deg)}}.portfolio-items[data-ps="8"] line{stroke-width:2px;stroke-dasharray:10px;stroke-dashoffset:30px}.portfolio-items[data-ps="8"] line{stroke:#fff}.portfolio-items[data-ps="8"] line,.portfolio-items[data-ps="8"] .col .work-info .vert-center line{-webkit-transition:none;transition:none}@keyframes rightArrowLineStart{0%{stroke-dashoffset:30px}100%{stroke-dashoffset:40px}}@keyframes rightArrowLineEnd{0%{stroke-dashoffset:40px}100%{stroke-dashoffset:50px}}.post-area.masonry{width:1125px;margin-bottom:20px;margin-top:0;overflow:visible}.blog-fullwidth-wrap .post-area.masonry{margin-bottom:40px}[data-ext-responsive="false"] .blog-fullwidth-wrap .post-area.masonry{width:auto}.vc_col-sm-4 .post-area.masonry,.vc_col-sm-3 .post-area.masonry{width:100%}body[data-ext-responsive="true"] .post-area.masonry{width:100%}.post-area.masonry.span_9{width:834px;margin-right:5px}body[data-ext-responsive="true"] .post-area.masonry.span_9,body[data-ext-responsive="true"] .post-area.masonry.span_9.meta_overlaid{width:76.5%;margin-right:0}.post-area.masonry.span_12 #pagination,.blog-fullwidth-wrap .post-area.masonry #pagination{height:32px;margin-top:55px;text-align:center;width:100%;margin-bottom:40px}.post-area.masonry.span_9 #pagination{height:32px;margin-top:45px;width:100%;margin-bottom:40px}.post-area.masonry.span_12 #pagination,.blog-fullwidth-wrap .post-area.masonry #pagination,.post-area.masonry.span_9 #pagination{position:relative;bottom:0}.post-area.masonry.span_12 #pagination>div,.blog-fullwidth-wrap .post-area.masonry #pagination>div{display:inline;float:none;margin:0 5px 0 0}body.blog .meta_overlaid_blog.container-wrap,body.archive .meta_overlaid_blog.container-wrap{padding-top:0!important}body.blog .meta_overlaid_blog.container-wrap .post-area,.blog-fullwidth-wrap .post-area.masonry:not(.meta_overlaid),.page-submenu .full-width-section.first-section{margin-top:0!important}.post-area.masonry .post .post-meta.no-img{top:0!important}.post-area.masonry>article:last-child .content-inner{border-bottom:1px solid #DDD}.post-area.masonry .post .post-content,.post-area.featured_img_left .post .post-content{padding-left:0!important}.post-area.masonry .post .quote-inner,.post-area.masonry .post .link-inner{margin-bottom:8px}.post-area.masonry .post .post-meta{display:block;margin-bottom:0}.post-area.infinite_scroll video.wp-video-shortcode,.post-area.infinite_scroll .wp-video-shortcode video{visibility:visible}.post.masonry-blog-item .post-meta{position:relative}body .post.masonry-blog-item .post-meta .date{border-bottom:0;line-height:22px;padding-bottom:0;float:left;margin-bottom:0}.light .post.masonry-blog-item p{color:#676767}.post.masonry-blog-item .content-inner{padding-bottom:0;margin-bottom:18px}.masonry.classic .post.masonry-blog-item h3.title{font-size:20px;line-height:30px}.masonry.classic .post.masonry-blog-item .post-header>h3,.masonry.classic .post.masonry-blog-item .excerpt{color:#000}.post.masonry-blog-item .post-meta .date span{float:left;display:inline!important;text-transform:capitalize;font-family:'Open Sans';font-weight:400;font-size:12px;line-height:12px;color:#676767}.post.masonry-blog-item .more-link{margin-bottom:10px}.post.masonry-blog-item .post-meta:after{content:"";display:block;height:0;clear:both;visibility:hidden}.portfolio-items[data-col-num="elastic"] .col img,body .masonry.meta_overlaid .post-featured-img img,body .masonry.meta_overlaid .content-inner .whole-link{width:100%!important;max-width:100%!important}.portfolio-items[data-col-num="elastic"]:not(.fullwidth-constrained){overflow:hidden}.post-featured-img img.mpbr-lazy{display:block}.post-featured-img img.mpbr-lazy:not(.loaded),.wpb_gallery_slidesimage_grid .portfolio-items img.mpbr-lazy:not(.loaded){opacity:0}.post-featured-img img.mpbr-lazy.loaded,.wpb_gallery_slidesimage_grid .portfolio-items img.mpbr-lazy.loaded{opacity:1}.masonry.classic .post-featured-img img.mpbr-lazy,.post-content.classic .post-featured-img img.mpbr-lazy,.post-area.standard-minimal .post-featured-img img.mpbr-lazy{transition:opacity 0.5s ease}.wpb_gallery_slidesimage_grid .portfolio-items img.mpbr-lazy{transition:all 0.6s ease}.masonry .post-featured-img img.mpbr-lazy:not(.loaded){width:100%}.masonry-blog-item .inner-wrap,#search-results .result .inner-wrap{box-shadow:0 1px 2px rgb(0 0 0 / .15);background-color:#fff;padding:18px}.masonry.material .post .post-featured-img{overflow:hidden;display:block;line-height:0;position:relative}.masonry.material .post .post-featured-img img{margin-bottom:0}.masonry.material .posts-container .format-video .post-featured-img,.masonry.material .posts-container .format-audio .post-featured-img{overflow:visible}.masonry.material .posts-container .format-video .post-featured-img .wrap,.related-posts[data-style="material"] .post-featured-img{overflow:hidden;display:block}.masonry.material .post.quote:not(.has-post-thumbnail) .post-content .quote-inner:before,.masonry.material .post.link:not(.has-post-thumbnail) .post-content .link-inner:before{-webkit-transition:all .21s cubic-bezier(.5,.5,.4,.88);transition:all .21s cubic-bezier(.5,.5,.4,.88)}.masonry.material .masonry-blog-item .inner-wrap{background-color:#fff0}.masonry.material .posts-container .video-play-button{position:absolute;bottom:0;right:30px;transform:translateY(50%);-webkit-transform:translateY(50%);-webkit-transition:all .21s cubic-bezier(.5,.5,.4,.88);transition:all .21s cubic-bezier(.5,.5,.4,.88);color:#fff;font-size:30px;z-index:1000;height:60px;width:60px;line-height:60px;text-align:center;border-radius:100px}.masonry.material .masonry-blog-item h3,.masonry.material .masonry-blog-item .article-content-wrap{color:#000}.post-area.masonry.material .post .post-content>.post-meta{display:none}.masonry.material .masonry-blog-item .grav-wrap{position:relative;margin-top:30px;z-index:110}.masonry.material .masonry-blog-item .grav-wrap img,.related-posts[data-style="material"] .grav-wrap img,.mpbr-recent-posts-single_featured .grav-wrap img,[data-style="list_featured_first_row"] .grav-wrap img{border-radius:50%;width:38px;height:38px;margin-bottom:0;margin-right:13px;vertical-align:middle;display:inline-block;transition:all 0.4s cubic-bezier(.2,1,.2,1)}.related-posts[data-style="material"] .grav-wrap{position:absolute;bottom:30px;left:30px}.related-posts .article-content-wrap .post-header{color:inherit}.related-posts .article-content-wrap .excerpt{margin-top:5px}body .related-posts[data-style="material"] .article-content-wrap{padding-bottom:80px!important}.related-posts[data-style="material"] .grav-wrap img{display:inline-block}.masonry.material .masonry-blog-item .grav-wrap .text a,.related-posts[data-style="material"] .grav-wrap .text a{display:block;font-size:14px;line-height:20px}.masonry.material .masonry-blog-item .meta-category a,.related-posts[data-style="material"] .meta-category a,.mpbr-recent-posts-slider_multiple_visible .recent-post-container.container .strong a,.auto_meta_overlaid_spaced .masonry-blog-item .meta-category a{font-size:14px;line-height:19px;position:relative;display:inline-block;font-weight:600;margin:0 10px 10px 0}.masonry.material .masonry-blog-item .meta-category a:before,.related-posts[data-style="material"] .meta-category a:before,.mpbr-recent-posts-single_featured .grav-wrap .text a:before,.auto_meta_overlaid_spaced .masonry-blog-item .meta-category a:before,[data-style="list_featured_first_row"] .meta-category a:before{height:2px;width:100%;position:absolute;bottom:-3px;left:0;content:'';-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:left;transform-origin:left;-webkit-transition:transform 0.3s cubic-bezier(.25,0,.4,1);transition:transform 0.3s cubic-bezier(.25,0,.4,1)}.masonry.material .masonry-blog-item .meta-category a:hover:before,.related-posts[data-style="material"] .meta-category a:hover:before,.mpbr-recent-posts-single_featured .grav-wrap .text a:hover:before,.auto_meta_overlaid_spaced .masonry-blog-item .meta-category a:hover:before,[data-style="list_featured_first_row"] .meta-category a:hover:before,.masonry.material .masonry-blog-item .meta-category a:focus:before,.related-posts[data-style="material"] .meta-category a:focus:before,.mpbr-recent-posts-single_featured .grav-wrap .text a:focus:before,.auto_meta_overlaid_spaced .masonry-blog-item .meta-category a:focus:before,[data-style="list_featured_first_row"] .meta-category a:focus:before{-webkit-transform:scaleX(1);transform:scaleX(1)}.masonry.material .masonry-blog-item .grav-wrap .text span,.related-posts[data-style="material"] .grav-wrap .text span{font-size:13px;line-height:18px}.masonry.material .masonry-blog-item .grav-wrap .text,.related-posts[data-style="material"] .grav-wrap .text,.mpbr-recent-posts-single_featured .grav-wrap .text{vertical-align:middle;display:inline-block;line-height:0}.masonry.material .masonry-blog-item .grav-wrap a,.related-posts[data-style="material"] .grav-wrap a{color:inherit}.masonry.material .masonry-blog-item .grav-wrap a:hover img,.mpbr-recent-posts-single_featured a:hover img,.mpbr-recent-posts-single_featured a img.hovered,.masonry.material .masonry-blog-item .grav-wrap a img.hovered,.related-posts[data-style="material"] .grav-wrap a:hover img,.related-posts[data-style="material"] .grav-wrap a img.hovered{box-shadow:0 7px 20px rgb(0 0 0 / .19)}.material.masonry .masonry-blog-item .video-play-button{box-shadow:0 10px 37px rgb(0 0 0 / .19)}.material.masonry .masonry-blog-item .video-play-button svg{height:14px;width:14px}.masonry .video-play-button path,.post-area .video-play-button path{fill:#fff}.post.format-quote .quote-inner .title,.post.format-link .link-inner .title,.masonry.material .post.quote .quote-inner .title,.masonry.material .post.link .link-inner .title,.single .post.quote .quote-inner .title{color:#fff}.masonry.material .masonry-blog-item h3 a,.related-posts[data-style="material"] h3 a,.masonry.material .masonry-blog-item h3 a:hover,.related-posts[data-style="material"] h3 a:hover{color:inherit!important}.masonry.material .masonry-blog-item .article-content-wrap,.related-posts[data-style="material"] .article-content-wrap{padding:10px 30px 30px 30px!important}.masonry.auto_meta_overlaid_spaced .post.quote .post-content .quote-inner,.masonry.auto_meta_overlaid_spaced .post.link .post-content .link-inner,.masonry.material .post.quote .post-content .quote-inner,.masonry.material .post.link .post-content .link-inner{background-color:transparent!important}.masonry.material .masonry-blog-item .article-content-wrap,.masonry.material .masonry-blog-item .meta-category,.auto_meta_overlaid_spaced .masonry-blog-item .meta-category a:before{background-color:#fff}.post.format-quote .n-post-bg,.post.format-link .n-post-bg,.masonry.material .post.quote .post-content .quote-inner:before,.masonry.material .post.link .post-content .link-inner:before,.post.quote .classic .n-post-bg,.post.link .classic .n-post-bg,.masonry .post.quote .n-post-bg,.masonry .post.link .n-post-bg,.standard-minimal .n-post-bg,.masonry.auto_meta_overlaid_spaced .post .n-post-bg,.auto_meta_overlaid_spaced .post.quote .n-post-bg:after,.auto_meta_overlaid_spaced .post.link .n-post-bg:after{content:'';display:block;width:100%;height:100%;position:absolute;left:0;top:0;opacity:.88}.format-quote .n-post-bg,.format-link .post.link .n-post-bg{background-size:cover;background-position:center}.masonry.material .post.quote .post-content .quote-inner:before,.masonry.material .post.link .post-content .link-inner:before{z-index:10}.masonry .post.quote .n-post-bg,.masonry .post.link .n-post-bg,.post.quote .classic .n-post-bg,.post.link .classic .n-post-bg,.standard-minimal .n-post-bg,.standard-minimal .post.quote .n-post-bg,.standard-minimal .post.link .n-post-bg,.single .quote-inner .n-post-bg,.single .link-inner .n-post-bg{opacity:.25}.single .post.format-link .post-content>.link-inner,.single .post.format-quote .post-content>.quote-inner{padding:10%}.post.format-quote .post-content .quote-inner:hover,.post.format-link .post-content .link-inner:hover,.post.quote .classic .quote-inner:hover,.post.link .classic .link-inner:hover{background-color:#333}.single .post.format-quote .quote-inner .quote-wrap:before,.masonry.material .post.quote .quote-wrap:before,.masonry.auto_meta_overlaid_spaced .post.quote .quote-wrap:before{content:"\201C";font-family:sans-serif;font-weight:700;font-size:54px;color:#fff;z-index:10000;height:32px;display:block;position:relative;padding-top:33%}.single .post.format-quote .quote-inner .quote-wrap:before,.masonry.auto_meta_overlaid_spaced .post.quote .quote-wrap:before{padding-top:0}.single-post .quote-below-content{margin-top:70px}.post .quote-wrap,.post .link-wrap{display:block}.masonry.material .post.quote:not(.has-post-thumbnail):hover .post-content .quote-inner:before,.masonry.material .post.link:not(.has-post-thumbnail):hover .post-content .link-inner:before{opacity:1}.masonry.material .post.quote .author{margin-top:10px;display:block}.masonry.material .post.quote .n-post-bg,.masonry.material .post.link .n-post-bg,.masonry.auto_meta_overlaid_spaced .post .n-post-bg{opacity:1;background-size:cover}.masonry.material .post .post-content .quote-inner .icon,.masonry.material .post .post-content .link-inner .icon,.masonry.auto_meta_overlaid_spaced .post .post-content .quote-inner .icon,.masonry.auto_meta_overlaid_spaced .post .post-content .link-inner .icon{display:none}.masonry.material .post .post-content .link-inner .link-wrap{z-index:10;position:relative}.masonry.material .post.quote .post-content .quote-inner,.masonry.material .post.link .post-content .link-inner{padding:30px;margin-bottom:0}.masonry.material .masonry-blog-item .meta-category,.related-posts[data-style="material"] .meta-category{padding:20px 30px 0 30px;display:block;position:relative;z-index:110}.masonry.material .masonry-blog-item.format-video .meta-category{padding-right:90px}.masonry.material .masonry-blog-item .inner-wrap,body .related-posts[data-style="material"] .inner-wrap{box-shadow:0 30px 90px rgb(0 0 0 / .14);border-radius:5px;overflow:hidden}.masonry-blog-item{margin-bottom:0;width:31.1%}#ajax-content-wrap .post-area.full-width-article,.post-area.full-width-article{margin-bottom:0}.post-area.full-width-article .masonry-blog-item{width:100%!important}.post-area.masonry.span_9 .masonry-blog-item{width:46.8%}#search-results .result{font-size:11px}#search-results .result .bottom-line,.masonry-blog-item .bottom-line{height:1px;width:100%;display:block;position:absolute;bottom:2px;left:0;background-color:#eaeaea}.pum-theme-MPBR-page-builder-optimized .pum-container .pum-content+.pum-close span{line-height:1.5em;display:block}#search-results .result .title a,.pum-theme-MPBR-page-builder-optimized .pum-container .pum-content+.pum-close span,.mpbr-ajax-search-results .search-post-item h5,.mpbr-category-grid[data-style="mouse_follow_image"] .mpbr-category-grid-item .cat-heading,.mpbr-underline h1,.mpbr-underline h2,.mpbr-underline h3,.mpbr-underline h4,.mpbr-underline h5{background-repeat:no-repeat;background-size:0% 2px;background-image:linear-gradient(to right,#000 0%,#000 100%);-webkit-transition:background-size 0.55s cubic-bezier(.2,.75,.5,1);transition:background-size 0.55s cubic-bezier(.2,.75,.5,1);background-position:left bottom}.mpbr-underline h1,.mpbr-underline h2,.mpbr-underline h3,.mpbr-underline h4,.mpbr-underline h5{display:inline}.mpbr-category-grid[data-style="mouse_follow_image"][data-text-color="light"]:not([data-text-hover-color="dark"]) .mpbr-category-grid-item .cat-heading,.mpbr-category-grid[data-style="mouse_follow_image"][data-text-hover-color="light"] .mpbr-category-grid-item .cat-heading,.span_12.light .mpbr-underline h1,.span_12.light .mpbr-underline h2,.span_12.light .mpbr-underline h3,.span_12.light .mpbr-underline h4,.span_12.light .mpbr-underline h5{background-image:linear-gradient(to right,#fff 0%,#fff 100%)}#search-results .result .title a:hover,#search-results .result .title a:focus,.pum-theme-MPBR-page-builder-optimized .pum-container .pum-content+.pum-close:hover span,.mpbr-ajax-search-results .search-post-item:hover h5,.mpbr-category-grid[data-style="mouse_follow_image"] .mpbr-category-grid-item:hover .cat-heading,.mpbr-underline:hover h1,.mpbr-underline:hover h2,.mpbr-underline:hover h3,.mpbr-underline:hover h4,.mpbr-underline:hover h5{background-size:100% 2px}.posts-container article .inner-wrap.animated,.posts-container[data-load-animation="fade_in"] article .inner-wrap.animated{opacity:0;transition:opacity 0.5s ease-out;-webkit-transition:opacity 0.5s ease-out}.posts-container[data-load-animation="fade_in_from_bottom"] article .inner-wrap,.posts-container[data-load-animation="fade_in_from_bottom"] article .inner-wrap.animated{transition:opacity 0.3s cubic-bezier(.3,.58,.55,1),transform 0.3s cubic-bezier(.3,.58,.55,1);-webkit-transition:opacity 0.3s cubic-bezier(.3,.58,.55,1),-webkit-transform 0.3s cubic-bezier(.3,.58,.55,1)}.posts-container[data-load-animation="fade_in_from_bottom"] article .inner-wrap{transform:translateY(80px);-webkit-transform:translateY(80px)}.post-area:not(.masonry) .posts-container[data-load-animation="none"] article .inner-wrap.animated,.auto_meta_overlaid_spaced .posts-container[data-load-animation="none"] article .inner-wrap.animated{opacity:1}.posts-container[data-load-animation="perspective"]{perspective:2000px;-webkit-perspective:2000px;perspective-origin:50% 0;-webkit-perspective-origin:50% 700px}.posts-container[data-load-animation="perspective"] article{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.posts-container[data-load-animation="perspective"] article .inner-wrap,.posts-container[data-load-animation="perspective"] article .inner-wrap.animated{transition:opacity 0.3s cubic-bezier(.1,.3,.2,1),transform 0.72s cubic-bezier(.1,.3,.27,1);-webkit-transition:opacity 0.3s cubic-bezier(.1,.3,.2,1),-webkit-transform 0.72s cubic-bezier(.1,.3,.27,1)}.posts-container[data-load-animation="perspective"] article .inner-wrap{transform:translateY(450px) rotateX(24deg);-webkit-transform:translateY(450px) rotateX(24deg)}.posts-container article .inner-wrap{height:100%}.posts-container article.animated-in .inner-wrap,.posts-container[data-load-animation="fade_in"] article.animated-in .inner-wrap.animated{opacity:1;transform:translateY(0);-webkit-transform:translateY(0);height:100%}.posts-container[data-load-animation="perspective"] article.animated-in .inner-wrap.animated{transform:translateY(0) translateZ(0) rotateX(0);-webkit-transform:translateY(0) translateZ(0) rotateX(0);opacity:1}.post-area.masonry.material .post .post-featured-img img,.post-area.featured_img_left .post .post-featured-img,.related-posts[data-style="material"] .post-featured-img img,.post-area.masonry.material .post.format-gallery .inner-wrap .flickity-slider .cell img,.masonry.material .post.quote .n-post-bg,.masonry.material .post.link .n-post-bg,.post-area.featured_img_left .post.quote .n-post-bg,.post-area.featured_img_left .post.link .n-post-bg,.auto_meta_overlaid_spaced .masonry-blog-item .post-featured-img,.masonry.auto_meta_overlaid_spaced .post.quote .n-post-bg,.masonry.auto_meta_overlaid_spaced .post.link .n-post-bg{margin-bottom:0;backface-visibility:hidden;-webkit-backface-visibility:hidden;transition:all .7s cubic-bezier(.2,1,.22,1);-webkit-transition:all .7s cubic-bezier(.2,1,.22,1)}.post-area.masonry.material .post.format-gallery .inner-wrap:hover .flickity-slider .cell img,.post-area.masonry.material .post .inner-wrap:hover .post-featured-img img,.related-posts[data-style="material"] .inner-wrap:hover .post-featured-img img,.masonry.material .post.quote:hover .n-post-bg,.masonry.material .post.link:hover .n-post-bg,.auto_meta_overlaid_spaced .masonry-blog-item:hover .post-featured-img,.post-area.featured_img_left .post.quote:hover .n-post-bg,.post-area.featured_img_left .post.link:hover .n-post-bg,.masonry.auto_meta_overlaid_spaced .post.quote:hover .n-post-bg,.masonry.auto_meta_overlaid_spaced .post.link:hover .n-post-bg{transform:scale(1.07);-webkit-transform:scale(1.07)}.masonry.classic_enhanced .masonry-blog-item .entire-meta-link,.post-area.featured_img_left .entire-meta-link,.masonry.material .masonry-blog-item .entire-meta-link,.blog-recent[data-style*="classic_enhanced"] .entire-meta-link,.blog-recent[data-style="material"] .entire-meta-link{position:absolute;top:0;left:0;display:block;width:100%;z-index:101;height:100%}.post-area #pagination{padding-left:95px}.post-area.masonry #pagination{padding-left:0}#ajax-content-wrap .post-area.infinite_scroll #pagination{visibility:hidden;height:1px;width:1px;margin:0}#infscr-loading{position:relative;z-index:10000000;background-image:url(/wp-content/themes/MPBR/img/icons/loading-white-bg.gif);background-repeat:no-repeat;background-position:center;height:60px;border-radius:2px;color:#555;display:inline-block;margin:0 auto;text-align:center;width:60px;font-family:'Open Sans';font-weight:700;font-size:12px;letter-spacing:2px;border-color:#555;border-style:solid;border-width:0;box-sizing:content-box;-webkit-box-sizing:content-box}#infscr-loading.default_loader{background-image:none}.infscr-loading-wrap{margin:20px auto;clear:both;padding:0;text-align:center;height:0;opacity:0;transform:scale(.5);box-sizing:content-box;-webkit-box-sizing:content-box}#infscr-loading div{opacity:0;color:#555;font-size:12px;font-family:'Open Sans';font-weight:700;letter-spacing:2px;text-transform:uppercase}#ajax-content-wrap #infscr-loading img,#infscr-loading img{margin-bottom:0;display:none}.post-area{padding-right:30px;margin-top:4px}.post-area.col_last{padding-left:20px;padding-right:0}.post-area.col_last.span_12{padding-left:0;float:none}.post-area>article .content-inner{margin-bottom:0;border-bottom:0}.post .more-link,.blog-recent .more-link{display:block;margin-top:25px;cursor:default;color:#fff}.post .content-inner{padding-bottom:80px}.single-post .content-inner>.post-tags{margin-top:50px}.post .more-link span,.blog-recent .more-link span{background-color:#333;transition:all 0.45s cubic-bezier(.25,1,.33,1);-webkit-transition:all 0.45s cubic-bezier(.25,1,.33,1);width:auto;cursor:pointer;padding:8px 12px;border-radius:2px}body[data-button-style*="slightly_rounded"] .post .more-link span,body[data-button-style*="slightly_rounded"] .blog-recent .more-link span{border-radius:4px}.post .more-link span:hover,.blog-recent .more-link span:hover{background-color:#000}.post .post-meta{position:absolute;left:0;top:0}.post.masonry-blog-item .post-meta{border-right:0}.main-content .recent-posts-title{font-size:12px;letter-spacing:1.5px;margin-bottom:7px}.post-header,#single-below-header{margin-bottom:12px;color:#888}.post .post-header h1,.post .post-header h2{font-size:26px;line-height:30px}.post .post-header h2 a{color:#000}.post .post-header h2 a:hover{color:inherit}.post .post-header a,.result a,#single-below-header a,#page-header-bg #single-below-header a{color:inherit}#single-below-header a:hover,#single-below-header a:focus{color:#000}#page-header-bg #single-below-header a:hover,#page-header-bg #single-below-header a:focus{color:#fff}.post .post-content.classic .content-inner{border-bottom:1px solid #DDD;padding-bottom:60px;margin-bottom:60px}.post-area:not(.masonry) article .post-content.classic{overflow:hidden}.ascend .post-area.masonry .post .post-content.classic .content-inner,.material .post-area.masonry .post .post-content.classic .content-inner{border:none;padding-bottom:0;margin-bottom:0}.masonry .post-content.classic .post-header{font-size:12px}.post .post-content{position:relative;min-height:98px}.post-tags h4{float:left;margin-top:8px;margin-bottom:15px;margin-right:25px}.post-tags .clear{padding-bottom:0}.post-content{padding-left:95px}.post .content-inner{position:relative}.post.format-quote .post-content .quote-inner,.post.format-link .post-content .link-inner{background-color:#000;position:relative;padding:15px;color:#fff;transition:all .45s cubic-bezier(.25,1,.33,1);-webkit-transition:all .45s cubic-bezier(.25,1,.33,1)}.post.quote .content-inner .quote-inner .whole-link{transition:all .45s cubic-bezier(.25,1,.33,1);-webkit-transition:all .45s cubic-bezier(.25,1,.33,1)}.post.format-aside .aside-inner p{margin-bottom:15px}.post.format-aside .aside-inner .post-header{margin-bottom:0}.post.quote .quote-inner a,.post.format-aside .aside-inner a,.post.format-aside .aside-inner a:hover,.post.format-aside .aside-inner p,.post.format-aside .aside-inner .post-header{color:#fff!important}.post.quote .quote-inner .title,.post.quote .quote-inner .author,.post.quote .quote-inner .title,.post.quote .quote-inner .icon,.post.format-quote .quote-wrap,.post.format-link .link-wrap{position:relative;z-index:100}.post.quote .content-inner .whole-link{position:absolute;z-index:10;display:block;background-color:#000;height:100%;width:100%;top:0;left:0}.post .full-post-link{position:absolute;content:'';z-index:1000;display:block;height:100%;width:100%;top:0;left:0}.post.quote .content-inner .quote-inner:hover .whole-link{background-color:#333}.post.quote figure:not([class*="wp-block"]){margin:0 auto}.post.quote blockquote:not(.wp-block-quote):not(.wp-block-pullquote){background-image:none;padding:0;font-family:inherit;margin:0 auto}.post.quote .wp-block-quote blockquote:not(.wp-block-quote),.post.quote .wp-block-pullquote blockquote:not(.wp-block-quote){color:inherit!important}.post.link .post-content .destination{word-wrap:break-word}.post.quote .post-content .quote-inner .icon{bottom:17px;height:17px;width:19px;display:block;background-image:url(/wp-content/themes/MPBR/img/icons/quote.png);position:absolute;right:20px}.post.link .post-content .link-inner .icon{bottom:17px;height:20px;width:18px;display:block;background-image:url(/wp-content/themes/MPBR/img/icons/link.png);position:absolute;right:20px}.post.format-status .post-content .status-inner .icon{bottom:17px;height:16px;width:18px;display:block;background-image:url(/wp-content/themes/MPBR/img/icons/status.png);position:absolute;right:20px}@media only screen and (-o-min-device-pixel-ratio:3/2),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi){body .post.quote .post-content .quote-inner .icon{background-size:19px 17px;background-image:url(/wp-content/themes/MPBR/img/icons/quote-2x.png)}body .post.link .post-content .link-inner .icon{background-size:18px 20px;background-image:url(/wp-content/themes/MPBR/img/icons/link-2x.png)}}.post .post-content.quote a,.post .post-content.link a{display:block;z-index:10}.post.quote .post-content h3,.post.link .post-content h3,.masonry.classic_enhanced .post.quote.masonry-blog-item h3.title,.masonry.classic_enhanced .post.link.masonry-blog-item h3.title{color:#fff;font-size:26px;line-height:34px;display:block;margin-bottom:15px}.post.format-quote .post-content h3,.post.format-link .post-content h3{margin-bottom:15px}.single .post.format-quote .post-content h3,.single .post.format-link .post-content h3{margin-bottom:20px}.single .post.format-link .post-content h3 a{color:inherit}body .meta_overlaid .post.quote .post-content h3,body .meta_overlaid .post.link .post-content h3{font-size:18px;line-height:30px}.post.quote .post-content .quote-below-content h2{color:inherit}.format-status .post-content h2 a{color:#fff}.post.quote .post-content a:hover .quote-inner,.post.link .post-content a:hover .link-inner{background-color:#333}.post .post-meta a{color:#888}.post-content.classic .post-header>span:after{background-color:#888;width:1px;margin:0 4px;height:11px;content:'';display:inline-block}.masonry .post-content.classic .post-header>span:after{height:10px;margin:0 6px}.post-content.classic .post-header>span:last-of-type:after{display:none}.post .post-meta a:hover{color:#000}.post h3.title{margin-bottom:4px}.post .post-meta{display:block;margin-bottom:20px;border-right:1px solid #E6E6E6}.post .post-meta.no-img{top:6px}.post .content-inner .post-featured-img img{max-width:none;margin-bottom:15px;width:100%}.post .post-meta .date{font-size:12px;padding-bottom:2px;margin-bottom:12px;position:relative;transition:all 0.2s linear 0s}.masonry.classic .mpbr-love-wrap .mpbr-love-count{font-size:12px}.post .post-meta .month,.post .post-meta .year{display:block;font-size:17px;line-height:10px;text-align:center;text-transform:uppercase;margin-bottom:4px;padding:0;font-weight:600}.post-content.classic .post-meta .month{line-height:1em}.post .post-meta .year{margin-top:5px}.post .post-meta .day{display:block;font-size:30px;line-height:29px;text-align:center;padding:0 12px 0 12px;font-weight:700;text-transform:uppercase}.post .post-meta .date{padding-bottom:17px;border-bottom:1px solid #E6E6E6}.post-content.classic .post-meta[data-love="false"] .date{border-bottom:0}.post-content.classic .post-meta[data-love="false"]{border-right:0}.post-content.classic .post-meta[data-love="false"] .month,.post-content.classic .post-meta[data-love="false"] .year{font-size:24px}.post-content.classic .post-meta[data-love="false"] .day{font-size:36px;line-height:36px}.post.video .video-wrap,.single-portfolio .video-wrap{position:relative;padding-bottom:56.25%;height:0;margin-bottom:15px}.post.video .video-wrap iframe,.single-portfolio .video-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%}.post.video .mejs-container{margin-bottom:15px}.post.audio .audio-wrap,.main-content .audio-wrap{margin-bottom:15px}.post .gallery-slider .gallery,.post .gallery-slider .jetpack-slideshow{display:none}.post table{width:100%}.post table td,.post table th{text-align:center}.post table tbody td{padding:5px;border-right:1px solid #E6E6E6;border-bottom:1px solid #E6E6E6;color:#676767}.post table tbody tr td:first-child{border-left:1px solid #E6E6E6}.post table th{border-bottom:1px solid #E6E6E6;color:#676767}.post table #prev{text-align:left;position:relative;z-index:2}.post table #next{text-align:right;position:relative;z-index:2}.post caption{position:absolute;bottom:0;z-index:1;width:100%;text-align:center}.hentry .updated.rich-snippet-hidden,#page-header-bg[data-post-hs="default_minimal"] #single-below-header .updated.rich-snippet-hidden,.post-area[data-remove-post-date="1"] article .date,.post-area[data-remove-post-date="1"].masonry.classic_enhanced .post-header>span,.post-area[data-remove-post-date="1"].masonry.material .masonry-blog-item .grav-wrap .text>span,.post-area[data-remove-post-date="1"].featured_img_left .grav-wrap .text span,.blog-recent[data-style*="classic_enhanced"][data-remove-post-date="1"] .post-header>span,.blog-recent[data-style="title_only"][data-remove-post-date="1"] .post-header>span,.blog-recent[data-style="minimal"][data-remove-post-date="1"] .post-header>.meta>span{display:none}.post-area[data-remove-post-author="1"] article .meta-author,.post-area[data-remove-post-author="1"].masonry.material .masonry-blog-item .grav-wrap .text a,.post-area[data-remove-post-author="1"].masonry.material .masonry-blog-item .grav-wrap>a,.post-area[data-remove-post-author="1"].featured_img_left .grav-wrap .text a,.post-area[data-remove-post-author="1"].featured_img_left .grav-wrap>a,.post-area[data-remove-post-author="1"].standard-minimal .post-author .grav-wrap,.blog-recent[data-style="default"][data-remove-post-author="1"] .meta-author,.blog-recent[data-style*="classic_enhanced"][data-remove-post-author="1"] .meta-author,.mpbr-recent-posts-single_featured[data-remove-post-author="1"] .grav-wrap>a,.mpbr-recent-posts-single_featured[data-remove-post-author="1"] .grav-wrap .text>span{display:none}.post-area[data-remove-post-comment-number="1"] article .meta-comment-count,.blog-recent[data-style="default"][data-remove-post-comment-number="1"] .meta-comment-count,.blog-recent[data-style*="classic_enhanced"][data-remove-post-comment-number="1"] .meta-comment-count{display:none}.post-area[data-remove-post-mpbr-love="1"] article .mpbr-love,.post-area[data-remove-post-mpbr-love="1"].masonry.classic_enhanced article .mpbr-love-wrap{display:none;pointer-events:none}body.single-post .container-wrap[data-remove-post-author="1"][data-remove-post-date="1"] .blog-recent[data-style*="classic_enhanced"].related-posts .inner-wrap{padding-bottom:0}.post-area[data-remove-post-date="1"][data-remove-post-mpbr-love="1"]:not(.masonry):not(.standard-minimal) .post .post-content,.post-area[data-remove-post-author="1"].standard-minimal .post .post-content{padding-left:0}.post-area[data-remove-post-author="1"].standard-minimal .post-author{position:relative;text-align:left;width:auto}.container-wrap[data-remove-post-comment-number="1"][data-remove-post-author="1"] .blog-recent[data-style*="classic_enhanced"].related-posts .post-meta,.post-area.masonry.material[data-remove-post-author="1"][data-remove-post-date="1"] .masonry-blog-item .grav-wrap,.post-area.featured_img_left[data-remove-post-author="1"][data-remove-post-date="1"] .post-content-wrap .grav-wrap{display:none}p>a>i.icon-3x{margin-bottom:0}#pagination{position:relative;margin-bottom:10px;height:32px;width:100%}#pagination.fw-pagination{text-align:center;height:auto;padding:10px 0 50px 0;margin-bottom:0}#pagination.fw-pagination.alt-style-padding{padding:50px 0}#pagination.fw-pagination>div{float:none;display:inline-block}#pagination.infinite_scroll{display:none}#pagination span:not(.page-numbers),#pagination a:not(.page-numbers){background-color:#333}#pagination span,#pagination a,#pagination .next.inactive,#pagination .prev.inactive,.woocommerce nav.woocommerce-pagination ul li a,.woocommerce .container-wrap nav.woocommerce-pagination ul li span,.container-wrap nav.woocommerce-pagination ul li span{background-repeat:no-repeat;cursor:pointer;display:inline-block;padding:11px 13px 10px 13px!important;background-position:-21px center;position:relative;text-transform:capitalize;color:#fff!important;transition:all .45s cubic-bezier(.25,1,.33,1);border-radius:2px;font-family:'Open Sans';font-weight:700}.woocommerce nav.woocommerce-pagination ul li{overflow:visible}body #pagination span.page-numbers.dots,body #pagination>a,.woocommerce nav.woocommerce-pagination ul li a,body nav.woocommerce-pagination ul li span.page-numbers.dots{background-color:transparent!important;font-size:12px!important;line-height:14px}body #pagination span.page-numbers.dots,body #pagination>a,.woocommerce nav.woocommerce-pagination ul li a,body nav.woocommerce-pagination ul li span.page-numbers.dots,body #pagination .page-numbers.prev,body #pagination .page-numbers.next,body.woocommerce nav.woocommerce-pagination ul li .page-numbers.prev,body.woocommerce nav.woocommerce-pagination ul li .page-numbers.next{color:inherit!important}body #pagination>span.page-numbers.current,body nav.woocommerce-pagination span.page-numbers.current{box-shadow:0 6px 15px rgb(0 0 0 / .16);margin:0 8px;height:35px;width:35px;text-align:center;line-height:14px;font-size:12px!important}body #pagination .page-numbers.prev,body #pagination .page-numbers.next,body.woocommerce nav.woocommerce-pagination ul li .page-numbers.prev,body.woocommerce nav.woocommerce-pagination ul li .page-numbers.next{width:auto;background-color:#fff0;background-image:none;text-indent:0!important;border:0}#ajax-content-wrap nav.woocommerce-pagination .page-numbers.prev,#ajax-content-wrap nav.woocommerce-pagination .page-numbers.next body nav.woocommerce-pagination .page-numbers.prev,body nav.woocommerce-pagination .page-numbers.next{width:auto}body #pagination>span:first-child.page-numbers{margin-left:0!important}body #pagination>a:hover,body #pagination>a.page-numbers:hover,body nav.woocommerce-pagination li a:hover{background-color:transparent!important}.woocommerce nav.woocommerce-pagination ul li a,.woocommerce .container-wrap nav.woocommerce-pagination ul li span,.container-wrap nav.woocommerce-pagination ul li span{line-height:11px!important}#pagination>div{float:left;margin:0 5px 0 0}#pagination>div:first-child{margin-left:0}#pagination .next a:hover,#pagination .prev a:hover,#pagination a.page-numbers:hover,#pagination span.page-numbers.current,.woocommerce nav.woocommerce-pagination ul li a:hover,.woocommerce .container-wrap nav.woocommerce-pagination ul li:hover span,.woocommerce nav.woocommerce-pagination ul li a:active{background-color:#000}#pagination span{cursor:default}#pagination a,#pagination span{display:inline-block}#pagination .next a,#pagination .next.inactive,#pagination .page-numbers.next,.woocommerce nav.woocommerce-pagination ul li .page-numbers.next,#pagination .prev a,#pagination .prev.inactive,#pagination .page-numbers.prev,.woocommerce nav.woocommerce-pagination ul li .page-numbers.prev{text-indent:-9999px;height:32px;width:32px;background-repeat:no-repeat!important}#pagination a.page-numbers,#pagination span.page-numbers{font-size:12px;line-height:11px}#pagination .next.inactive,#pagination .prev.inactive{background-color:#eae8e5;cursor:default!important;height:32px;width:32px;margin:0 5px 0 0}#pagination .next a,#pagination .next.inactive,#pagination .page-numbers.next,.woocommerce nav.woocommerce-pagination ul li .page-numbers.next{background-image:url(/wp-content/themes/MPBR/img/icons/portfolio-arrows.png);background-position:-20px 12px}#pagination .prev a,#pagination .prev.inactive,#pagination .page-numbers.prev,.woocommerce nav.woocommerce-pagination ul li .page-numbers.prev{background-image:url(/wp-content/themes/MPBR/img/icons/portfolio-arrows.png);background-position:13px 12px}@media only screen and (-o-min-device-pixel-ratio:3/2),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi){#pagination .next a,#pagination .next.inactive,#pagination .page-numbers.next,.woocommerce nav.woocommerce-pagination ul li .page-numbers.next{background-image:url(/wp-content/themes/MPBR/img/icons/portfolio-arrows-2x.png);background-size:40px 9px}#pagination .prev a,#pagination .prev.inactive,#pagination .page-numbers.prev,.woocommerce nav.woocommerce-pagination ul li .page-numbers.prev{background-image:url(/wp-content/themes/MPBR/img/icons/portfolio-arrows-2x.png);background-size:40px 9px}}#pagination{position:relative;margin-bottom:10px;height:32px;width:100%}#footer-outer,#mpbr_fullscreen_rows>#footer-outer.wpb_row .full-page-inner-wrap{color:#ccc;position:relative;z-index:10;background-color:#252525}#footer-outer .row{padding:55px 0;margin-bottom:0}#footer-outer #footer-widgets[data-has-widgets="false"] .row{padding:0}#footer-outer .widget h4,.text-on-hover-wrap .categories a{color:#777;font-size:14px;font-family:'Open Sans';font-weight:600;margin-bottom:20px}#footer-outer .widget h3,#footer-outer .widget h5,#footer-outer .widget h6{color:inherit}#footer-outer .widget{margin-bottom:30px}#footer-outer .widget.widget_categories ul ul,#footer-outer .widget.widget_pages ul ul,#footer-outer .widget.widget_nav_menu ul ul,#slide-out-widget-area .widget.widget_nav_menu ul ul{margin:0!important;padding:0 0 0 20px}#footer-outer #footer-widgets .widget.widget_pages li,#footer-outer #footer-widgets .widget.widget_nav_menu li,#slide-out-widget-area .widget.widget_nav_menu li{border-bottom:0;padding:0!important}#footer-outer .widget.widget_pages li a,#footer-outer .widget.widget_nav_menu li a{padding:8px 0;display:block;border-bottom:1px solid #444}#ajax-content-wrap #footer-outer #footer-widgets .widget.widget_categories li a,#ajax-content-wrap #footer-outer #footer-widgets .widget.widget_archive li a{display:inline-block;border-bottom:0}#slide-out-widget-area .widget.widget_nav_menu li a{padding:6px 20px;display:block}#footer-outer .widget.widget_categories>ul>li:first-child>a,#footer-outer .widget.widget_pages>ul>li:first-child>a,#footer-outer .widget.widget_nav_menu>ul>li:first-child>a,#slide-out-widget-area .widget.widget_categories>ul>li:first-child>a,#slide-out-widget-area .widget.widget_pages>ul>li:first-child>a{padding-top:0}#footer-outer .span_3 .widget:last-child{margin-bottom:0}#footer-outer a{color:#ccc}#footer-outer a:hover{color:#000}#footer-outer[data-link-hover="underline"] #footer-widgets ul:not([class*="mpbr_blog_posts"]) li>a:not(.tag-cloud-link):not(.mpbr-button),#footer-outer[data-link-hover="underline"] #footer-widgets .textwidget a:not(.mpbr-button),#slide-out-widget-area.fullscreen-split .widget ul:not([class*="mpbr_blog_posts"]) li>a:not(.tag-cloud-link):not(.mpbr-button),#slide-out-widget-area.fullscreen-split .textwidget a:not(.mpbr-button){background-repeat:no-repeat;background-size:0% 2px;background-position:left bottom;background-image:linear-gradient(to right,#000000 0%,#000000 100%);-webkit-transition:background-size 0.55s cubic-bezier(.2,.75,.5,1),color 0.5s ease;transition:background-size 0.55s cubic-bezier(.2,.75,.5,1),color 0.5s ease}#slide-out-widget-area.fullscreen-split .widget ul:not([class*="mpbr_blog_posts"]) li>a:not(.tag-cloud-link):not(.mpbr-button),#slide-out-widget-area.fullscreen-split .textwidget a:not(.mpbr-button){background-image:linear-gradient(to right,#ffffff 0%,#ffffff 100%)}#ajax-content-wrap #footer-outer[data-link-hover="underline"] #footer-widgets ul:not([class*="mpbr_blog_posts"]) li>a:not(.tag-cloud-link):not(.mpbr-button),#footer-outer[data-link-hover="underline"] #footer-widgets .textwidget a:not(.mpbr-button),#slide-out-widget-area.fullscreen-split .widget ul:not([class*="mpbr_blog_posts"]) li>a:not(.tag-cloud-link):not(.mpbr-button),#slide-out-widget-area.fullscreen-split .textwidget a:not(.mpbr-button){display:inline}#footer-outer[data-link-hover="underline"] #footer-widgets ul:not([class*="mpbr_blog_posts"]) li>a:not(.tag-cloud-link):not(.mpbr-button):hover,#footer-outer[data-link-hover="underline"] #footer-widgets .textwidget a:not(.mpbr-button):hover,#slide-out-widget-area.fullscreen-split .widget ul:not([class*="mpbr_blog_posts"]) li>a:not(.tag-cloud-link):not(.mpbr-button):hover,#slide-out-widget-area.fullscreen-split .textwidget a:not(.mpbr-button):hover{background-size:100% 2px;opacity:1}#footer-outer .widget ul li{margin-bottom:7px}#footer-outer #copyright{padding:20px 0;font-size:12px;background-color:#1c1c1c;color:#777}#footer-outer #copyright li{float:left;margin-left:20px}#footer-outer #copyright .container div:last-child{margin-bottom:0}#footer-outer #copyright li a,#header-secondary-outer #social li a{display:block;line-height:22px;height:24px;position:relative;transition:all 0.2s linear;-webkit-transition:all 0.2s linear;background-position:center top}#footer-outer #copyright li a i,#header-secondary-outer #social li a i{color:#777;transition:all 0.2s linear;-webkit-transition:all 0.2s linear}#footer-outer .icon-be,#footer-outer .icon-vimeo,#footer-outer .icon-MPBR-spotify{line-height:32px}#footer-outer .fa-vine{font-size:16px}#footer-outer[data-full-width="1"] .container{width:100%;padding:0 28px;max-width:none}#footer-outer #copyright li a i:hover{color:#000}#footer-outer #copyright li .vimeo,#footer-outer #copyright li .behance,#header-secondary-outer #social li .behance,#header-secondary-outer #social li .vimeo{background-color:#666}#footer-outer #copyright li .vimeo:hover,#footer-outer #copyright li .behance:hover,#header-secondary-outer #social li .behance:hover,#header-secondary-outer #social li .vimeo:hover{background-color:#000}#footer-outer #copyright p{line-height:22px;margin-top:3px}#footer-outer #copyright .col ul{float:right}#footer-outer #copyright li .facebook{width:12px}#footer-outer #copyright li .twitter{width:20px}#footer-outer #copyright li .dribbble{width:24px}#footer-outer #copyright li .google-plus{width:20px}#footer-outer #copyright li .pinterest{width:17px}#footer-outer #copyright li .rss{width:18px}#footer-outer #copyright li .vimeo{width:20px;text-indent:-9999px}#footer-outer #copyright li .tumblr{width:21px}#footer-outer #copyright li .youtube{width:21px}#footer-outer #copyright li .linkedin{width:19px}#footer-outer #copyright li .behance{width:27px;text-indent:-9999px}#footer-outer #copyright li .instagram{width:20px}#footer-outer #copyright #social .icon-soundcloud{font-size:26px}body #footer-outer i,body #header-secondary-outer #social i{font-size:20px;width:auto;background-color:#fff0}#footer-outer #copyright i.icon-be{font-size:24px}#header-secondary-outer #social li .icon-be{font-size:18px}@media only screen and (min-width:1000px){#footer-outer[data-full-width="1"]:not([data-cols="1"]) #copyright:not([data-layout="centered"]) .col ul{padding-right:35px}}body .container-wrap.no-shadow{box-shadow:none}#footer-outer .col{z-index:10;min-height:1px}#footer-outer[data-cols="1"] #copyright{padding:45px 0}#footer-outer #copyright .widget_products img{display:none}#footer-outer #copyright .widget .mpbr_widget[class*="mpbr_blog_posts_"][data-style="featured-image-left"]>li{margin:20px 0}#header-outer #mobile-menu{display:none;padding:0;z-index:1000;position:absolute;left:0;top:calc(99% + 12px);width:100%}#slide-out-widget-area{display:none}.original #slide-out-widget-area[class*="slide-out-from-right"],.ascend #slide-out-widget-area[class*="slide-out-from-right"]{display:block}#slide-out-widget-area.slide-out-from-right-hover{position:fixed;transform:translate3d(341px,0,0);-webkit-transform:translate3d(341px,0,0);top:0;right:0;width:340px;height:100%}@media only screen and (min-width:500px){#slide-out-widget-area.slide-out-from-right-hover{width:400px;-webkit-transform:translate3d(101%,0,0);transform:translate3d(101%,0,0)}}#slide-out-widget-area.slide-out-from-right{position:fixed;transform:translate(301px,0);-webkit-transform:translate(301px,0);top:0;right:0;width:300px;height:100%;z-index:10000;padding:33px;overflow:hidden}.admin-bar #slide-out-widget-area{padding-top:33px}.admin-bar #slide-out-widget-area.slide-out-from-right{padding-top:53px}#slide-out-widget-area-bg{-webkit-backface-visibility:hidden;background-color:rgb(0 0 0 / .8);position:fixed;height:1px;width:1px;opacity:0;left:0;top:0;z-index:9996}#slide-out-widget-area-bg .bg-inner{width:100%;height:100%;background-color:rgb(0 0 0 / .8)}#header-outer #mobile-menu .off-canvas-social-links li:first-child a,#slide-out-widget-area .off-canvas-social-links li:first-child a{padding-left:0}.blurred-wrap{transition:filter 0.45s linear;-webkit-transition:-webkit-filter 0.45s linear}body[data-full-width-header="true"] .slide_out_area_close{display:none}#top nav ul .slide-out-widget-area-toggle a .lines,#top nav ul .slide-out-widget-area-toggle a .lines:before,#top nav ul .slide-out-widget-area-toggle a .lines:after{background-color:rgb(0 0 0 / .4)}body .lines-button{line-height:0;font-size:0}.lines-button{transition:.3s;cursor:pointer;top:9px;position:relative;user-select:none;display:block}.lines-button:hover{opacity:1}.lines{display:block;width:1.4rem;height:3px;background-color:#ecf0f1;transition:0.3s;position:relative}.lines:before,.lines:after{display:block;width:1.4rem;height:3px;background:#ecf0f1;transition:0.3s;position:absolute;left:0;content:'';-webkit-transform-origin:.142rem center;transform-origin:.142rem center}.lines:before{top:6px}.lines:after{top:-6px}.lines-button.close{-webkit-transform:scale3d(.8,.8,.8);transform:scale3d(.8,.8,.8)}.lines-button.arrow.close .lines:before,.lines-button.arrow.close .lines:after{top:0;width:1.11111rem}#header-outer.transparent #top nav ul .slide-out-widget-area-toggle a .lines-button .lines,#header-outer #top nav ul .slide-out-widget-area-toggle a .lines-button .lines,#header-outer.transparent.dark-slide>#top nav ul .slide-out-widget-area-toggle a .lines-button i,#footer-outer[data-using-bg-img="true"] #copyright{background-color:transparent!important}.slide-out-widget-area-toggle .lines-button.close .lines:before{-webkit-transform:translateY(-6px) rotateZ(-45deg);transform:translateY(-6px) rotateZ(-45deg)}.slide-out-widget-area-toggle .lines-button.close .lines:after{-webkit-transform:translateY(6px) rotateZ(45deg);transform:translateY(6px) rotateZ(45deg)}.slide-out-widget-area-toggle .lines-button:after{background-color:rgb(0 0 0 / .4);display:inline-block;width:1.4rem;height:2px;transition:transform 0.45s ease,opacity 0.2s ease,background-color 0.2s linear;-webkit-transition:-webkit-transform 0.45s ease,opacity 0.2s ease,background-color 0.2s ease;position:absolute;left:0;top:0;content:'';transform:scale(1,1);-webkit-transform:scale(1,1)}.slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:before,.slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:after,.slide-out-widget-area-toggle.mobile-icon .lines-button:after{background-color:#999}body[data-header-search="false"] #header-outer[data-has-menu="false"][data-cart="false"] .slide-out-widget-area-toggle.mobile-icon .lines:before{top:6px}body #header-outer .lines-button{top:9px}body.original .slide-out-hover-icon-effect.small .lines-button,body.ascend .slide-out-hover-icon-effect.small .lines-button{top:10px}body.ascend:not(.mobile) .slide-out-hover-icon-effect:not(.small) .lines-button{top:-1px}body.original #header-outer[data-has-menu="true"] .lines-button,body.ascend #header-outer[data-has-menu="true"] .lines-button{top:10px}.slide-out-widget-area-toggle.mobile-icon .lines-button:after{top:0!important}#header-outer .slide-out-widget-area-toggle.mobile-icon .lines-button.close .lines:before{-webkit-transform:translateY(-6px) rotateZ(-45deg);transform:translateY(-6px) rotateZ(-45deg)}#header-outer .slide-out-widget-area-toggle.mobile-icon .lines-button.close .lines:after{-webkit-transform:translateY(6px) rotateZ(45deg);transform:translateY(6px) rotateZ(45deg)}.slide-out-widget-area-toggle .lines-button.x2 .lines:before,.slide-out-widget-area-toggle .lines-button.x2 .lines:after{transition:-webkit-transform 0.45s ease,background-color 0.2s ease,opacity 0.2s ease;transition:transform 0.45s ease,background-color 0.2s ease,opacity 0.2s ease}.slide-out-widget-area-toggle.mobile-icon .lines{background-color:#fff0}.slide-out-widget-area-toggle.mobile-icon .lines-button:after,.slide-out-widget-area-toggle.mobile-icon .lines:before,.slide-out-widget-area-toggle.mobile-icon .lines:after{height:2px!important;width:22px!important}body[data-header-search="false"] #header-outer[data-has-menu="false"][data-cart="false"] .slide-out-widget-area-toggle:not([data-custom-color="true"]):not(.mobile-icon) a:not(.using-label)>span{height:auto}body[data-header-search="false"].material #header-outer[data-has-menu="false"][data-cart="false"] .slide-out-widget-area-toggle:not([data-custom-color="true"]):not(.mobile-icon) a:not(.using-label)>span{height:22px}body[data-header-search="false"] #header-outer[data-has-menu="false"][data-cart="false"] .slide-out-widget-area-toggle:not([data-custom-color="true"]):not(.mobile-icon) a:not(.using-label) .lines-button:after{height:3px;top:0;width:2rem;border-radius:2px}body[data-header-search="false"] #header-outer[data-has-menu="false"][data-cart="false"] .slide-out-widget-area-toggle:not([data-custom-color="true"]):not(.mobile-icon) a:not(.using-label) .lines,body[data-header-search="false"] #header-outer[data-has-menu="false"][data-cart="false"] .slide-out-widget-area-toggle:not([data-custom-color="true"]):not(.mobile-icon) a:not(.using-label) .lines:before,body[data-header-search="false"] #header-outer[data-has-menu="false"][data-cart="false"] .slide-out-widget-area-toggle:not([data-custom-color="true"]):not(.mobile-icon) a:not(.using-label) .lines:after{height:3px;width:2rem;border-radius:2px}body[data-header-search="false"] #header-outer[data-has-menu="false"][data-cart="false"] .slide-out-widget-area-toggle:not([data-custom-color="true"]):not(.mobile-icon) a:not(.using-label) .lines:before{top:9px}body[data-header-search="false"] #header-outer[data-has-menu="false"][data-cart="false"] .slide-out-widget-area-toggle:not([data-custom-color="true"]):not(.mobile-icon) a:not(.using-label) .close .lines:before{top:10px}body[data-header-search="false"] #header-outer[data-has-menu="false"][data-cart="false"] .slide-out-widget-area-toggle:not([data-custom-color="true"]):not(.mobile-icon) a:not(.using-label) .lines-button.close .lines:before{-webkit-transform:translateY(-9px) rotateZ(-45deg);transform:translateY(-9px) rotateZ(-45deg)}body[data-header-search="false"] #header-outer[data-has-menu="false"][data-cart="false"] .slide-out-widget-area-toggle:not([data-custom-color="true"]):not(.mobile-icon) a:not(.using-label) .lines-button.close .lines:after{-webkit-transform:translateY(10px) rotateZ(45deg);transform:translateY(10px) rotateZ(45deg)}.slide-out-widget-area-toggle .lines-button.close:after{transform:scale(0,1);-webkit-transform:scale(0,1)}.lines-button.minus.close .lines:before,.lines-button.minus.close .lines:after{-webkit-transform:none;transform:none;top:0;width:1.4rem}.lines-button.x.close .lines{background:transparent!important}.lines-button.x.close .lines:before,.lines-button.x.close .lines:after{-webkit-transform-origin:50% 50%;transform-origin:50% 50%;top:0;width:1.4rem}.lines-button.x2 .lines{transition:background 0.2s ease,opacity 0.2s ease}.lines-button.x2 .lines:before,.lines-button.x2 .lines:after{-webkit-transform-origin:50% 50%;transform-origin:50% 50%;transition:top 0.4s 0.45s ease,-webkit-transform 0.3s ease,background-color 0.2s ease,opacity 0.2s ease;transition:top 0.4s 0.45s ease,transform 0.3s ease,background-color 0.2s ease,opacity 0.2s ease}.slide-out-widget-area-toggle a>span{transition:-webkit-transform 0.33s 0.3s ease-in;transition:transform 0.33s 0.3s ease-in;-webkit-transform-origin:center;transform-origin:center;display:block;height:21px}.slide-out-widget-area-toggle.mobile-icon a>span{height:20px}.slide-out-widget-area-toggle .closed>span{transition:-webkit-transform 0.33s 0s ease;transition:transform 0.33s 0s ease}#mpbr-ocm-ht-line-check{position:absolute;visibility:hidden;pointer-events:none;width:100%;font-size:36px;line-height:36px;font-family:'Open Sans';font-weight:700;letter-spacing:-1px}#footer-outer .col .widget_recent_entries span,#footer-outer .col .recent_posts_extra_widget .post-widget-text span{display:block;line-height:17px;color:#999;font-size:11px;margin-bottom:6px}#footer-outer #footer-widgets .col ul li{padding:8px 0;list-style:none;margin-bottom:0;border-bottom:1px solid #444}#footer-outer #footer-widgets .col ul li:last-child{margin-bottom:0}#footer-outer .widget.widget_nav_menu li a,#footer-outer #footer-widgets .col ul ul li:last-child{border-bottom:0!important}#footer-outer #footer-widgets .col p{padding-bottom:20px}#footer-outer #footer-widgets .col p:last-child{padding-bottom:0}.widget_calendar{position:relative}#sidebar .widget_calendar{margin-bottom:30px}.widget_calendar table{width:100%;border-collapse:collapse}.widget_calendar table td,#footer-outer #footer-widgets .col .widget_calendar table th{text-align:center}.widget_calendar table tbody td{border:0;padding:4px;font-size:14px;color:#666}.widget_calendar table tbody tr td:first-child{border-left:0}.widget_calendar table tbody tr:nth-child(2n+1){background-color:#f0f0f0}#slide-out-widget-area .widget_calendar table tbody tr:nth-child(2n+1),#header-outer .widget-area-active .widget_calendar table tbody tr:nth-child(2n+1){background-color:rgb(0 0 0 / .1)}.widget_calendar table th{font-weight:700;border-bottom:0;text-align:center;padding-bottom:10px;color:#999}.widget_calendar table #prev{text-align:left;position:relative;padding:10px 0 0 0;z-index:2}.widget_calendar table #next{text-align:right;position:relative;padding:10px 0 0 0;z-index:2}.widget_calendar caption{width:100%;text-align:center;color:#fff;padding:5px;background-color:rgb(0 0 0 / .2)}.widget_calendar .wp-calendar-nav{display:table;width:100%}body .widget_calendar th,body:not(.woocommerce-cart) .main-content .widget_calendar th{text-align:center}.widget_calendar .wp-calendar-nav span{display:table-cell;line-height:1;padding:2.5%}.widget_calendar .wp-calendar-nav-prev{text-align:left}.widget_calendar .calendar_wrap .wp-calendar-nav-next{text-align:right}#footer-outer #footer-widgets .col .widget_calendar table tbody td{border:0;color:#666;padding:8px;font-size:14px}#footer-outer #footer-widgets .col .widget_calendar table{border-collapse:collapse}#footer-outer #footer-widgets .col .widget_calendar table tbody tr td:first-child{border-left:0}#footer-outer #footer-widgets .col .widget_calendar table tbody tr:nth-child(2n+1){background-color:rgb(0 0 0 / .1)}#footer-outer #footer-widgets .col .widget_calendar table th{border-bottom:0;padding-bottom:10px;font-weight:700;padding:10px;color:#666}#footer-outer #footer-widgets .col .widget_calendar table tfoot tr{margin-top:20px}.widget_search .search-form,.newsletter-widget form{position:relative;overflow:hidden}.widget_search .search-form input[type=text],#sidebar .widget_search .search-form input[type=text],#footer-outer #footer-widgets .widget_search .search-form input[type=text]{padding-right:45px;margin:0}.newsletter-widget form input[type=email]{padding-right:75px;margin:0}.widget_search .search-form button[type=submit] .text{display:none}body .widget_search .search-form button[type=submit],body.search-no-results .search-form button[type=submit]{padding:14px!important}body .widget_search .search-form button[type=submit],.widget_search .search-form button[type=submit] .icon-MPBR-search,body .widget_search .search-form button[type=submit]:hover{background-color:transparent!important}body .widget_search .search-form button[type=submit]{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}body #ajax-content-wrap .widget_search .search-form button[type=submit]:hover{-webkit-transform:translateY(-50%);transform:translateY(-50%)}body #ajax-content-wrap .widget_search .search-form button[type=submit]:hover,body.search-no-results #search-results .search-form button[type=submit]:hover{box-shadow:none!important}body[data-form-style="minimal"] .widget_search .search-form button[type=submit],body[data-form-style="minimal"] .widget_search .search-form button[type=submit]:hover{top:auto;bottom:0;-webkit-transform:none;transform:none}.widget_search .search-form button[type=submit] .icon-MPBR-search,body.search-no-results .search-form button[type=submit] .icon-MPBR-search{margin-top:1px;display:block;font-size:17px}.widget_search .search-form button[type=submit] .icon-MPBR-search:before,body.search-no-results .search-form button[type=submit] .icon-MPBR-search:before{content:"\e906"}.widget_search .search-form,body.search-no-results .search-form{overflow:visible}.widget_search .search-form button[type=submit],.widget_search .search-form input[type=submit],.newsletter-widget form input[type=submit],body[data-form-style="minimal"] .main-content .post-password-form input[type=submit]{position:absolute;right:0;top:0;margin:0!important;line-height:22px;padding:10px 11px}body[data-form-style="minimal"] .main-content .post-password-form input[type=submit]{top:auto;bottom:35px}.main-content>.row>form.post-password-form>p:first-child{font-size:1.5em;line-height:1.5em;text-align:center}.main-content>.row>form.post-password-form{padding:15% 0;max-width:600px;margin:0 auto}.post-password-form input[type="submit"]{margin-top:20px;display:block;width:100%;text-align:center}#footer-outer .widget_search .search-form input[type=submit],#footer-outer .newsletter-widget form input[type=submit]{padding:10px 11px 11px 10px}#footer-outer #footer-widgets .col .tagcloud a{background-color:rgb(0 0 0 / .1);color:#A0A0A0;cursor:pointer;display:inline-block;float:left;margin:3px 3px 0 0;padding:5px 7px;position:relative;font-size:8pt;text-transform:capitalize;transition:all 0.2s linear;border-radius:2px;line-height:22px}#footer-outer #footer-widgets .col .widget_tag_cloud:after{display:block;height:0;clear:both;content:"";visibility:hidden}#footer-outer #footer-widgets .col .tagcloud a:hover{background-color:#000}#footer-outer #footer-widgets .col .widget_recent_comments ul li,#slide-out-widget-area .widget_recent_comments ul li{background:none repeat scroll 0 0 rgb(0 0 0 / .15);border:medium none;display:block;margin-bottom:18px;padding:15px;position:relative}#footer-outer #footer-widgets .col .widget.widget_recent_comments ul li{padding:15px!important}#slide-out-widget-area .widget_recent_comments ul li{background:none repeat scroll 0 0 rgb(0 0 0 / .05)}#footer-outer #footer-widgets .col .widget_recent_comments ul li:last-child,#slide-out-widget-area .widget_recent_comments ul li:last-child{margin-bottom:0}#footer-outer #footer-widgets .col input[type=text],#footer-outer #footer-widgets .col input[type=email]{padding:10px;width:100%}body[data-form-style="minimal"] #footer-outer #footer-widgets .col input[type=text]{color:#fff}body:not([data-form-style="minimal"]) #footer-outer #footer-widgets .col input[type=text]:focus,body:not([data-form-style="minimal"]) #footer-outer #footer-widgets .col input[type=email]:focus{background-color:#fff}#footer-outer #footer-widgets .col input[type=submit]{background-color:#000;opacity:.9;transition:opacity 0.2s linear 0s;-webkit-transition:opacity 0.2s linear 0s}#footer-outer #footer-widgets .col input[type=submit]:hover{opacity:1}#footer-outer #footer-widgets .col .search-form form,#footer-outer #footer-widgets .col .search-form label,#footer-outer #footer-widgets .col .newsletter-widget form,#footer-outer #footer-widgets .col .search-form{line-height:12px}#footer-outer .recent_projects_widget img{background-color:#444;border-color:#4d4d4d}#footer-outer .recent_projects_widget a:hover img{border-color:#616161;background-color:#616161}#footer-outer #footer-widgets .col ul li:first-child>a,#footer-outer #footer-widgets .col ul li:first-child{padding-top:0!important}#footer-outer #footer-widgets .rsswidget img{margin-bottom:-2px;margin-right:2px}#sidebar div ul{margin-left:0}#sidebar div ul li{padding:8px 0;list-style:none;border-bottom:1px solid #e6e6e6}#sidebar>div{margin-bottom:50px}#sidebar>div:last-child{margin-bottom:0}#sidebar #sidebar-inner{margin-bottom:0}#sidebar h4{color:#000;opacity:.7;font-family:'Open Sans';font-weight:600;font-size:14px;margin-bottom:15px}#sidebar .widget_recent_comments h4,#sidebar .Simple_Flickr_Photos h4{margin-bottom:16px}#sidebar .widget li:first-child{padding-top:0}#sidebar .widget .recentcomments,.original #sidebar .widget .recentcomments,.ascend #sidebar .widget .recentcomments{padding:15px;margin-bottom:22px;border:none;position:relative;display:block;background:none repeat scroll 0 0 rgb(0 0 0 / .02)}.widget .tagcloud a,#sidebar .widget .tagcloud a,.post-area .content-inner>.post-tags a{background-color:#333;color:#FFF;cursor:pointer;display:inline-block;line-height:22px;margin:3px 3px 0 0;padding:5px 7px;font-size:14px!important;position:relative;text-transform:capitalize;transition:all 0.2s linear;-webkit-transition:all 0.2s linear;border-radius:2px}.single #ajax-content-wrap .post-area .content-inner>.post-tags a{font-size:14px!important;text-transform:capitalize}#sidebar .widget_tag_cloud:after{display:block;height:0;clear:both;content:"";visibility:hidden}#sidebar .widget .tagcloud a:hover,.post-tags a:hover{background-color:#000}#sidebar .widget input[type=text],#sidebar .widget input[type=email]{padding:10px;width:100%}#sidebar .widget form p{padding-bottom:15px}#sidebar .widget.widget_categories ul ul,#sidebar .widget.widget_pages ul ul,#sidebar .widget.widget_nav_menu ul ul{margin:0!important;padding:0 0 0 20px}#sidebar .widget.widget_categories li,#sidebar .widget.widget_pages li,#sidebar .widget.widget_nav_menu li{border-bottom:0!important;padding:0!important}#sidebar .widget.widget_categories li a,#sidebar .widget.widget_pages li a,#sidebar .widget.widget_nav_menu li a{padding:8px 0;display:block;border-bottom:1px solid #E6E6E6}#sidebar .widget.widget_categories li{position:relative}#sidebar .widget.widget_categories li .post_count{position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);background-color:rgb(0 0 0 / .05);padding:5px 8px;border-radius:100px;font-size:11px;line-height:11px;display:inline-block}#sidebar .widget.widget_categories>ul>li:first-child>a,#sidebar .widget.widget_pages>ul>li:first-child>a,#sidebar .widget.widget_nav_menu>ul>li:first-child>a{padding-top:0}#sidebar.left-sidebar{float:left}.post-area.col_last{float:right}#sidebar>.widget_media_image{text-align:center}#sidebar .recent_projects_widget img,#footer-outer .recent_projects_widget img{margin-bottom:0}.recent_projects_widget img,#sidebar #flickr img,#footer-outer #flickr img{margin-bottom:0;display:block;padding:5px;background-color:#fff;margin-top:0;margin-left:0;border:1px solid #e5e5e5;transition:all 0.2s linear;-webkit-transition:all 0.2s linear}.recent_projects_widget a:hover img,#sidebar #flickr a:hover img,#footer-outer #flickr a:hover img{border-color:#000}.recent_projects_widget div a,#sidebar #flickr div a,#footer-outer #flickr div a{float:left;margin:2% 2% 0 0;width:32%}.recent_projects_widget div a:nth-child(3n+3),#sidebar #flickr div:nth-child(3n+3) a,#footer-outer #flickr div:nth-child(3n+3) a{margin-right:0}#sidebar select{max-width:100%}.span_12.light .wpb_widgetised_column #sidebar .widget .mpbr_widget[class*="mpbr_blog_posts_"]>li .post-date,.span_12.light .wpb_widgetised_column #sidebar h4,.span_12.light .wpb_widgetised_column #sidebar .widget li a,body.material .span_12.light .wpb_widgetised_column #sidebar .widget li a:hover{color:#fff}.recent_projects_widget>div:after{clear:both;content:'';display:block}.widget_pages ul ul{margin-top:20px;margin-bottom:30px;margin-left:20px!important}body #respond{background-color:#fff0;box-shadow:none;padding:0}#respond>p,#respond .comment-notes,p.logged-in-as{margin-bottom:10px}p.logged-in-as{padding-bottom:0}body .comment-list{margin-bottom:40px;margin-left:0}.comment-list li{list-style:none}.comment-list .comment>div,.comment-list .pingback>div{background-color:#fff;margin:0;overflow:hidden;padding:25px;margin-top:2em;position:relative;padding-left:116px;box-shadow:0 1px 2px rgb(0 0 0 / .17)}.comment-list .children{margin-left:0;padding-left:40px;border-left:1px solid #ddd}body:not(.material) .comment-list .children{margin-left:0;padding-left:40px;border-left:1px solid #ddd;background-repeat:no-repeat;background-position:left 20px;background-image:url(/wp-content/themes/MPBR/img/icons/comment-children-line.jpg)}.comment-list .comment>div img.avatar,.comment-list .pingback>div img.avatar{position:absolute;left:29px;top:29px;width:60px;height:60px}.comment-list .reply{position:absolute;top:29px;right:29px}.comment-list .reply a{color:#FFF;cursor:pointer;padding:3px 7px;font-size:11px;transition:all 0.2s linear 0s;-webkit-transition:all 0.2s linear 0s;width:auto;border-radius:2px;background-color:#333}.comment-list .comment-author,.comment-list .pingback .comment-body>a{color:#333;font-family:'Open Sans';font-weight:600;font-size:16px;line-height:30px}.comment-list .pingback .comment-body>a{display:block}body.material .comment-list .pingback .comment-body,body.ascend .comment-list .pingback .comment-body{padding-left:0}body.original .comment-list .pingback .comment-body{padding-left:25px}.comment-list .comment-meta{font-size:11px;line-height:15px}.comment-list .comment-meta a{color:#888}.comment-list .comment-meta a:hover{color:#000}.comment-list .reply a:hover{background-color:#000}.comment-list .comment>div p,.comment-list .pingback>div p{padding-bottom:0;margin-top:10px}.comment-list .comment #commentform .form-submit{margin-top:0}#respond h3 .cancel-comment-reply,#respond #cancel-comment-reply-link{display:inline-block;margin-left:10px;padding-left:10px;position:relative;border-left:1px solid #ddd}#respond h3,h3#comments{font-family:'Open Sans';font-weight:600;text-transform:none}.comment-author a{color:inherit}body:not(.original) .bypostauthor>.comment-body>.comment-author>img.avatar{border:3px solid #000;padding:3px}body.material .comment-list .comment .bypostauthor>.comment-body>.comment-author>img.avatar{border:2px solid #000;padding:2px}input[type=text],input[type=email],input[type=password],input[type=tel],input[type=url],input[type=search],input[type=date],textarea{padding:10px;width:100%;font-size:14px;font-family:inherit;line-height:24px;color:#555;background-color:#f1f1f1;border:none;transition:all 0.2s ease;-webkit-transition:all 0.2s ease}input:focus,select:focus,textarea:focus{outline:0}input[type=submit],button[type=submit],input[type="button"]{background-color:#333;padding:7px 11px;border:none;color:#fff;cursor:pointer;transition:all 0.45s cubic-bezier(.25,1,.33,1);-webkit-transition:all 0.45s cubic-bezier(.25,1,.33,1);width:auto;font-family:'Open Sans';font-weight:600;font-size:14px;border-radius:2px}input[type=submit]:hover,button[type=submit]:hover,input[type="button"]:hover{background-color:#000}body[data-form-submit="regular"] .container-wrap input[type=submit],body[data-form-submit="regular"] .container-wrap button[type=submit],body[data-form-submit="see-through"] .container-wrap input[type=submit],body[data-form-submit="see-through"] .container-wrap button[type=submit]:not(.search-widget-btn){padding:15px 22px!important}body[data-form-submit="regular"] input[type=submit]:hover,body[data-form-submit="regular"] button[type=submit]:hover{opacity:.85}body[data-form-submit="see-through"] input[type=submit],body[data-form-submit="see-through"] button[type=submit]:not(.search-widget-btn),body[data-form-submit="see-through"] .woocommerce #order_review #payment #place_order{background-color:transparent!important;border:2px solid #000!important}select{padding:10px;width:100%;border:none;font-family:'Open Sans';font-weight:400;font-size:12px;line-height:22px;color:#555;background-color:#fff;box-shadow:0 1px 2px rgb(0 0 0 / .16);transition:all 0.2s linear;-webkit-transition:all 0.2s linear}textarea{max-width:100%}.select2-container .select2-choice>.select2-chosen{color:#000!important;line-height:30px;padding-left:3px}body[data-form-submit="see-through"] input[type=submit]:hover,body[data-form-submit="see-through"] button[type=submit]:not(.search-widget-btn):hover,.mpbr_icon_wrap[data-style="shadow-bg"]:not([data-color="white"]) .mpbr_icon i{color:#fff!important}div.wpforms-container-full .wpforms-form .select2-container{position:relative}.widget_text textarea{max-height:100px}body .gform_wrapper .description,body .gform_wrapper .gfield_description,body .gform_wrapper .gsection_description,body .gform_wrapper .instruction{font-size:12px}body .gform_wrapper div.charleft{font-size:10px}body .gform_wrapper .top_label .gfield_label{margin-top:20px;margin-bottom:6px;font-family:'Open Sans';font-weight:700}.wpcf7-form p span{color:#000}div.wpcf7-validation-errors,.light .wpcf7 div.wpcf7-response-output{color:#666!important}div.wpcf7 img.ajax-loader{margin-top:10px;display:inline-block}.wpcf7-not-valid-tip{background:none repeat scroll 0 0 #fff}.minimal-form-input .wpcf7-not-valid-tip{position:absolute;top:100%}.wpcf7-form .wpcf7-not-valid-tip{top:-3px;padding:2px 6px;border:0;box-shadow:0 4px 9px rgb(0 0 0 / .07)}.wpb_column.centered-text .wpcf7-form .wpcf7-not-valid-tip{text-align:left}.wpcf7 .wpcf7-response-output{background-color:#fff;margin-left:0;margin-top:10px}.mpbr-wpcf7-rounded-form input[type="text"],.mpbr-wpcf7-rounded-form input[type="email"],.mpbr-wpcf7-rounded-form input[type="url"],.mpbr-wpcf7-rounded-form input[type="tel"],.mpbr-wpcf7-rounded-form input[type="date"]{border-radius:50px}.wpcf7-form .mpbr-wpcf7-inline-form{display:flex;flex-direction:row;padding:27px 0}.material .wpcf7-form .mpbr-wpcf7-inline-form{padding:1.5em 0}.wpcf7-form .mpbr-wpcf7-inline-form>div:last-child{padding-right:0}.wpcf7-form .mpbr-wpcf7-inline-form .mpbr-wpcf7-inline-field{flex-grow:1;padding-right:30px;display:flex;align-items:center}.wpcf7-form .mpbr-wpcf7-inline-form .ajax-loader{align-self:center;margin-left:10px}.wpcf7-form .mpbr-wpcf7-inline-form .mpbr-wpcf7-inline-field input{width:100%}.wpcf7-form .mpbr-wpcf7-inline-form .mpbr-wpcf7-inline-field>*:not(.ajax-loader){width:100%}@media only screen and (max-width:1000px){.wpcf7-form .mpbr-wpcf7-inline-form.mobile-1-col,.wpcf7-form .mpbr-wpcf7-inline-form.mobile-2-col{flex-wrap:wrap;padding-bottom:0}.wpcf7-form .mpbr-wpcf7-inline-form.mobile-2-col .mpbr-wpcf7-inline-field{width:50%;padding-bottom:1.5em}.wpcf7-form .mpbr-wpcf7-inline-form.mobile-1-col .mpbr-wpcf7-inline-field{width:100%;padding-bottom:1.5em}}body:not(.woocommerce-cart) .main-content table{margin:0 0 20px;padding:0;width:100%;border-collapse:collapse;border-spacing:0;background-color:#fff;border-top:1px solid #ececec}body:not(.woocommerce-cart) .main-content tr th:first-child,body:not(.woocommerce-cart) .main-content tr td:first-child{border-left-style:solid;border-left-width:1px;border-color:#ececec}body:not(.woocommerce-cart) .main-content tr th:first-child,body:not(.woocommerce-cart) .main-content tr td:first-child{border-left-style:solid;border-left-width:1px}body:not(.woocommerce-cart) .main-content th{border-left:medium none;border-style:none solid solid none;border-top:medium none;border-width:medium 1px 1px medium;font-weight:700;padding:10px;text-align:left;border-color:#ececec}body:not(.woocommerce-cart) .main-content td{border-color:#ececec;border-left:none;border-style:none solid solid none;border-top:medium none;border-width:medium 1px 1px medium;font-size:14px;padding:10px}body:not(.woocommerce-cart) .main-content table tr:nth-child(2n+1){background-color:#fcfcfc}@keyframes fadebottom{0%{opacity:1;transform:translateY(0)}25%{opacity:0;transform:translateY(20px)}30%{opacity:0;transform:translateY(0)}45%{opacity:1;transform:translateY(0)}100%{opacity:1;transform:translateY(0)}}@-webkit-keyframes fadebottom{0%{opacity:1;transform:translateY(0);-webkit-transform:translateY(0)}25%{opacity:0;transform:translateY(20px);-webkit-transform:translateY(20px)}30%{opacity:0;transform:translateY(0);-webkit-transform:translateY(0)}45%{opacity:1;transform:translateY(0);-webkit-transform:translateY(0)}100%{opacity:1;transform:translateY(0);-webkit-transform:translateY(0)}}body .full-width-section,body .full-width-content{visibility:visible}.portfolio-filters-inline.full-width-section:not(.non-fw),.portfolio-filters-inline.full-width-content,.post-area.full-width-content.standard-minimal,body[data-col-gap] .vc_row-fluid .span_12.post-area.full-width-content.standard-minimal,.full-width-content.blog-fullwidth-wrap,.wpb_row.full-width-content,.wpb_row.full-width-content.has-global-section .wpb_row.full-width-content,.full-width-content.mpbr-shop-outer,.page-submenu>.full-width-section,.page-submenu .full-width-content,.wpb_row.full-width-section .mobile-video-image,body .full-width-section .row-bg-wrap,body .full-width-section .mpbr-parallax-scene,body .full-width-section>.mpbr-shape-divider-wrap,body .full-width-section>.video-color-overlay,body[data-aie="zoom-out"] .first-section .row-bg-wrap,body[data-aie="long-zoom-out"] .first-section .row-bg-wrap,body[data-aie="zoom-out"] .top-level.full-width-section .row-bg-wrap,body[data-aie="long-zoom-out"] .top-level.full-width-section .row-bg-wrap,body .full-width-section.parallax_section .row-bg-wrap,.mpbr-slider-wrap[data-full-width="true"],.wpb_row.full-width-section .templatera_shortcode>.wpb_row.full-width-section>.row-bg-wrap,.single-product .product[data-gallery-style="left_thumb_sticky"][data-gallery-variant="fullwidth"] .single-product-wrap,body[data-header-format="left-header"][class*="page-template-template-no-header"] .wpb_row.full-width-content,body[data-header-format="left-header"][class*="page-template-template-no-header"] .full-width-section .row-bg-wrap,body[data-header-format="left-header"][class*="page-template-template-no-header"] .full-width-section.parallax_section .row-bg-wrap{margin-left:-50vw;margin-left:calc(-50vw + var(--scroll-bar-w)/2);left:50%;width:100vw;width:calc(100vw - var(--scroll-bar-w))}body .full-width-section>.mpbr-video-wrap{margin-left:-50vw;left:50%;width:100vw!important}body .full-width-section>.mpbr-video-wrap,body .full-width-content>.mpbr-video-wrap,.mpbr-video-wrap .mpbr-video-inner{height:100%}@media only screen and (min-width:1000px){[data-header-format="left-header"] .portfolio-filters-inline.full-width-section:not(.non-fw),[data-header-format="left-header"] .full-width-content.blog-fullwidth-wrap,[data-header-format="left-header"] .wpb_row.full-width-content,[data-header-format="left-header"] .wpb_row.full-width-content.has-global-section .wpb_row.full-width-content,[data-header-format="left-header"] .full-width-content.mpbr-shop-outer,[data-header-format="left-header"] .page-submenu>.full-width-section,[data-header-format="left-header"] .page-submenu .full-width-content,[data-header-format="left-header"] .full-width-section .row-bg-wrap,[data-header-format="left-header"] .full-width-section .mpbr-parallax-scene,[data-header-format="left-header"] .full-width-section>.mpbr-shape-divider-wrap,[data-header-format="left-header"] .full-width-section>.video-color-overlay,[data-header-format="left-header"][data-aie="zoom-out"] .first-section .row-bg-wrap,[data-header-format="left-header"][data-aie="long-zoom-out"] .first-section .row-bg-wrap,[data-header-format="left-header"][data-aie="zoom-out"] .top-level.full-width-section .row-bg-wrap,[data-header-format="left-header"][data-aie="long-zoom-out"] .top-level.full-width-section .row-bg-wrap,[data-header-format="left-header"] .full-width-section.parallax_section .row-bg-wrap,[data-header-format="left-header"] .mpbr-slider-wrap[data-full-width="true"],body[data-header-format="left-header"] .wpb_row.full-width-section .templatera_shortcode>.wpb_row.full-width-section>.row-bg-wrap,.single-product[data-header-format="left-header"] .product[data-gallery-style="left_thumb_sticky"][data-gallery-variant="fullwidth"] .single-product-wrap{margin-left:calc(-50vw + 135px);margin-left:calc(-50vw + 135px + var(--scroll-bar-w)/2);width:calc(100vw - 272px);width:calc(100vw - 272px - var(--scroll-bar-w));left:50%}[data-header-format="left-header"] .full-width-section>.mpbr-video-wrap{margin-left:calc(-50vw + 135px);width:calc(100vw - 272px)!important;left:50%}}.page-submenu .full-width-content,.page-submenu>.full-width-section,.full-width-content.blog-fullwidth-wrap,.portfolio-filters-inline.full-width-content,.portfolio-filters-inline.full-width-section{position:relative}body .post-area.span_9 .portfolio-filters-inline.full-width-section:not(.non-fw),body .post-area.span_9 .portfolio-filters-inline.full-width-content,body .post-area.span_9 .post-area.full-width-content.standard-minimal,body .post-area.span_9 .full-width-content.blog-fullwidth-wrap,body .post-area.span_9 .wpb_row.full-width-content,body .post-area.span_9 .page-submenu>.full-width-section,body .post-area.span_9 .page-submenu .full-width-content,body .post-area.span_9 .full-width-section .row-bg-wrap,body .post-area.span_9 .full-width-section .mpbr-parallax-scene,body .post-area.span_9 .full-width-section>.mpbr-shape-divider-wrap,body .post-area.span_9 .full-width-section>.video-color-overlay,body .masonry-blog-item .wpb_row.full-width-content,body[data-aie="zoom-out"] .post-area.span_9 .first-section .row-bg-wrap,body[data-aie="long-zoom-out"] .post-area.span_9 .first-section .row-bg-wrap,body[data-aie="zoom-out"] .post-area.span_9 .top-level.full-width-section .row-bg-wrap,body[data-aie="long-zoom-out"] .post-area.span_9 .top-level.full-width-section .row-bg-wrap,body .woocommerce-tabs[data-tab-style="in_sidebar"] .wpb_row.full-width-content,body .woocommerce-tabs[data-tab-style="in_sidebar"] .full-width-section .row-bg-wrap,body .post-area.span_9 .full-width-section.parallax_section .row-bg-wrap,body .post-area.span_9 .wpb_row.parallax_section .row-bg-wrap,.post-area.span_9 .mpbr-slider-wrap[data-full-width="true"],body .post-area.span_9 .wpb_row.full-width-section .templatera_shortcode>.wpb_row.full-width-section>.row-bg-wrap{margin-left:0;left:0;width:100%}body .post-area.span_9 .full-width-section>.mpbr-video-wrap{margin-left:0;left:0;width:100%!important}.pum .pum-container .popmake-content .full-width-section .row-bg-wrap,.pum .pum-container .popmake-content .wpb_row.full-width-content{margin-left:0!important;left:0!important;width:100%!important}body .wpb_row.full-width-section .wpb_row>.row-bg-wrap,body .wpb_row.full-width-content .wpb_row>.row-bg-wrap{margin-left:0;left:0;width:100%}.wpb_row .column-image-bg-wrap,.wpb_row .column-image-bg-wrap .inner-wrap,.wpb_row .column-image-bg-wrap .column-image-bg{overflow:hidden;width:100%;height:100%;position:absolute;z-index:1;top:0;left:0}.wpb_column[data-bg-cover="true"] .column-image-bg,.wpb_column .column-inner[data-bg-cover="true"] .column-image-bg{background-size:cover;background-position:center}.wpb_row .column-image-bg-wrap{z-index:0;overflow:hidden}.full-width-content.vc_row-fluid .wpb_column .column-image-bg-wrap .column-image-bg{background-position:center;background-size:cover;-webkit-background-size:cover}[class^="iconsmind-"],[class*=" iconsmind-"]{visibility:hidden}@font-face{font-family:'icomoon';src:url(/wp-content/themes/MPBR/css/fonts/icomoon.eot?v=1.1);src:url('/wp-content/themes/MPBR/css/fonts/icomoon.eot?#iefix&v=1.1') format('embedded-opentype'),url(/wp-content/themes/MPBR/css/fonts/icomoon.woff?v=1.1) format('woff'),url(/wp-content/themes/MPBR/css/fonts/icomoon.ttf?v=1.1) format('truetype'),url('/wp-content/themes/MPBR/css/fonts/icomoon.svg#icomoon?v=1.1') format('svg');font-weight:400;font-display:swap;font-style:normal}.icon-MPBR-x,.icon-MPBR-m-eye,.icon-MPBR-search,.icon-MPBR-woo-zoom-icon,.icon-MPBR-right-arrow,.icon-MPBR-left-arrow,.icon-MPBR-right-line,.icon-MPBR-back-to-all,.icon-MPBR-left-arrow-thin,.icon-MPBR-right-arrow-thin,.icon-MPBR-down-arrow-thin,.icon-MPBR-down-arrow,.ascend .mfp-image-holder .mfp-close,.ascend .mfp-iframe-holder .mfp-close,.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close,.mfp-iframe-holder .mfp-close,.icon-MPBR-facebook,.icon-MPBR-twitter,.icon-MPBR-pinterest,.icon-MPBR-heart,.icon-MPBR-heart-2,.icon-MPBR-m-close,.icon-MPBR-plus,.icon-MPBR-cart,.icon-MPBR-pencil,.icon-MPBR-artstation,.icon-MPBR-discord,.icon-MPBR-m-social-alt,.icon-be,.icon-vimeo,.icon-soundcloud,.icon-button-arrow,.icon-MPBR-thin-line,.icon-MPBR-spotify,.icon-MPBR-tiktok,.icon-MPBR-twitch,.icon-MPBR-houzz,.icon-MPBR-m-user,.icon-MPBR-facebook-messenger,.icon-MPBR-apple-music,.MPBR-page-submenu-icon,.icon-MPBR-m-clock,.video-play-button,.mejs-controls .mejs-button button,i.fa.fa-houzz{font-family:'icomoon'!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased}.icon-MPBR-m-bag:before{content:"\e900"}.icon-MPBR-m-eye:before{content:"\e015"}.icon-MPBR-m-clock:before{content:"\e016"}.icon-MPBR-m-gear:before{content:"\e023"}.icon-MPBR-m-heart:before{content:"\e024"}.icon-MPBR-m-search:before{content:"\e036"}.icon-MPBR-m-prev:before{content:"\e050"}.icon-MPBR-m-rewind:before{content:"\e051"}.icon-MPBR-m-play:before{content:"\e052"}.icon-MPBR-woo-zoom-icon:before{content:"\e908"}.icon-MPBR-woo-zoom-icon-minus:before{content:"\e90a"}.icon-MPBR-m-pause:before{content:"\e053"}.icon-MPBR-m-stop:before{content:"\e054"}.icon-MPBR-m-ff:before{content:"\e055"}.icon-MPBR-m-next:before{content:"\e056"}.icon-MPBR-m-user:before{content:"\e074"}.icon-MPBR-m-chat:before{content:"\e076"}.icon-MPBR-m-social:before{content:"\e081"}.icon-MPBR-m-social-alt:before{content:"\e90e"}.icon-MPBR-m-left-arrow:before{content:"\e094"}.icon-MPBR-m-right-arrow:before{content:"\e095"}.icon-MPBR-m-sound:before{content:"\e098"}.icon-MPBR-m-mute:before{content:"\e099"}.icon-MPBR-m-close:before{content:"\e117"}.icon-MPBR-m-menu:before{content:"\e120"}.icon-MPBR-x:before{content:"\e003"}.icon-MPBR-right-arrow:before{content:"\e000"}.icon-MPBR-left-arrow:before{content:"\e001"}.icon-MPBR-right-line:before{content:"\e004"}.icon-MPBR-back-to-all:before{content:"\e005"}.icon-MPBR-right-arrow-thin:before{content:"\e006"}.icon-MPBR-left-arrow-thin:before{content:"\e007"}.icon-MPBR-down-arrow-thin:before{content:"\e00c"}.icon-MPBR-down-arrow:before{content:"\e008"}.icon-MPBR-facebook:before{content:"\e00a"}.icon-MPBR-twitter:before{content:"\e00b"}.icon-MPBR-pinterest:before{content:"\e00d"}.icon-MPBR-heart:before{content:"\e00e"}.icon-MPBR-plus:before{content:"\e010"}.icon-MPBR-cart:before{content:"\e012"}.icon-MPBR-pencil:before{content:"\e011"}.icon-be:before{content:"\e013"}.icon-vimeo:before{content:"\e014"}.icon-soundcloud:before{content:"\e600"}.icon-button-arrow:before{content:"\e909"}.icon-MPBR-thin-line:before{content:"\e602"}.icon-MPBR-spotify:before{content:"\f1bc"}.icon-MPBR-facebook-messenger:before{content:"\e90d"}.icon-MPBR-artstation:before{content:"\e90b"}.icon-MPBR-discord:before{content:"\e90c"}.icon-MPBR-tiktok:before{content:"\e90f"}.icon-MPBR-houzz,i.fa.fa-houzz:before{content:"\e904"}.icon-MPBR-twitch:before{content:"\e905"}.icon-MPBR-apple-music:before{content:"\e903"}body[data-header-search="false"].ascend #header-outer[data-has-menu="false"][data-cart="false"][data-full-width="true"] .slide-out-widget-area-toggle:not(.mobile-icon) a:not(.using-label) .lines-button{top:-1px}body .lines,body .lines:before,body .lines:after{height:2px}.icon-MPBR-search:before{content:"\e036"}body .mpbr-social.fixed>a>i,#ajax-content-wrap .mpbr-social.fixed>a>i,body .mpbr-social.hover .share-btn>i{font-family:'icomoon'!important}body .mpbr-social.fixed>a>i:before,#ajax-content-wrap .mpbr-social.fixed>a>i:before,body .mpbr-social.hover .share-btn>i:before{content:"\e90e"}body .icon-MPBR-x:before{content:"\e117"}body.ascend .icon-MPBR-cart:before,body .icon-MPBR-cart:before{content:"\e910"}body.ascend #header-outer .cart-contents .cart-wrap span{width:17px;line-height:17px;font-size:10px;font-family:'Open Sans',sans-serif;font-weight:600}.icon-MPBR-heart-2:before{content:"\e024"!important}body #single-below-header.fullscreen-header .steadysets-icon-chat-3,body #single-below-header.fullscreen-header .steadysets-icon-book2,body .steadysets-icon-chat-3{font-family:'icomoon'!important;font-size:20px}body .steadysets-icon-chat-3:before{content:"\e076"}body .steadysets-icon-book2:before{font-family:'icomoon'!important;content:"\e034"}#top nav ul #mpbr-user-account a span,#top nav ul #search-btn a span,#header-outer .cart-menu .cart-icon-wrap .icon-MPBR-cart{font-size:18px;color:rgb(0 0 0 / .48)}body #search-outer #search #close a span{font-size:20px}.mpbr-video-box .play_button_mouse_follow{transition:opacity 0.3s ease}.mpbr-video-box .play_button_mouse_follow:not(.visible){opacity:0}.mpbr-video-box .play_button_mouse_follow:before{border-width:2px}.mpbr-video-box .play_button_mouse_follow svg{width:12px}.mpbr-video-box .play_button_mouse_follow.mpbr_video_lightbox{width:94px;height:94px;left:0;top:0;margin-top:-47px;margin-left:-47px;pointer-events:none}.mpbr-video-box[data-mouse-style="see_through_contrast"] .play_button_mouse_follow{mix-blend-mode:difference}.mpbr-video-box[data-mouse-style="see_through_contrast"],.mpbr-video-box[data-mouse-style="see_through_contrast"]>.inner-wrap{background-color:#fff}@media only screen and (max-width:690px){.mpbr-video-box .play_button_mouse_follow.mpbr_video_lightbox{width:60px;height:60px;margin-top:-30px;margin-left:-30px}.mpbr-video-box .play_button_mouse_follow.mpbr_video_lightbox svg{width:10px}}.mpbr-video-box[data-mouse-style="solid_color"] .play_button_mouse_follow:before{border:none}@-webkit-keyframes pulse-1{0%{-webkit-transform:translate3d(-50%,-50%,0)scale(1);opacity:1}100%{-webkit-transform:translate3d(-50%,-50%,0)scale(1.7);opacity:0}}@keyframes pulse-1{0%{transform:translate3d(-50%,-50%,0)scale(1);opacity:1}100%{transform:translate3d(-50%,-50%,0)scale(1.7);opacity:0}}@-webkit-keyframes pulse-2{0%{-webkit-transform:translate3d(-50%,-50%,0)scale(1);opacity:.5}100%{-webkit-transform:translate3d(-50%,-50%,0)scale(1.7);opacity:0}}@keyframes pulse-2{0%{transform:translate3d(-50%,-50%,0)scale(1);opacity:.5}100%{transform:translate3d(-50%,-50%,0)scale(1.7);opacity:0}}.mpbr_video_lightbox.play_button{position:relative;width:90px;height:90px;margin:0;display:inline-block}.centered-text .mpbr_video_lightbox.play_button{margin:0 30px}.mpbr_video_lightbox.play_button_with_text .play{height:52px;width:52px;position:relative;vertical-align:middle;display:inline-block}.mpbr_video_lightbox.play_button_with_text .play>.inner-wrap{height:100%;width:100%;display:block}.mpbr_video_lightbox.play_button_with_text .play>.inner-wrap:before{border-radius:200px;backface-visibility:hidden;height:100%;width:100%;display:block;content:'';transition:all 0.45s cubic-bezier(.15,.2,.1,1) 0s;-webkit-transition:all 0.45s cubic-bezier(.15,.2,.1,1) 0s}.mpbr_video_lightbox.play_button_with_text:not([data-style="small"]) .play>.inner-wrap:before{background-color:#000}.mpbr_video_lightbox.play_button_with_text:hover .play>.inner-wrap:before{-webkit-transform:scale(1.15);transform:scale(1.15)}.mpbr_video_lightbox.play_button_with_text .link-text>*{margin-bottom:0}body .mpbr_video_lightbox.play_button_with_text:not([data-style="small"]) .play:before{width:50px;height:50px;left:50%;top:50%;z-index:-1}.mpbr_video_lightbox.play_button_with_text:not([data-style="small"]) .play:before,.mpbr_video_lightbox.play_button_with_text:not([data-style="small"]) .play:after{position:absolute;top:50%;left:50%;display:block;content:'';border:1px solid rgb(255 255 255 / .5);border-radius:50%;-webkit-transform:scale(.35) translateY(-50%) translateX(-50%);-ms-transform:scale(.35) translateY(-50%) translateX(-50%);transform:scale(.35) translateY(-50%) translateX(-50%);opacity:0;-webkit-animation:pulse-1 2.6s cubic-bezier(.25,.9,.2,1) 0.4s infinite;animation:pulse-1 2.6s cubic-bezier(.25,.9,.2,1) 0.4s infinite}.mpbr_video_lightbox.play_button_with_text .play:after{width:50px;height:50px;z-index:-1;border-color:rgb(255 255 255 / .4);-webkit-animation:pulse-1 2.6s cubic-bezier(.25,.9,.2,1) 0s infinite;animation:pulse-1 2.6s cubic-bezier(.25,.9,.2,1) 0s infinite}.span_12.dark .mpbr_video_lightbox.play_button_with_text .play:before,.span_12.dark .mpbr_video_lightbox.play_button_with_text .play:after{-webkit-animation:pulse-2 2.6s cubic-bezier(.25,.9,.2,1) 0.4s infinite;animation:pulse-2 2.6s cubic-bezier(.25,.9,.2,1) 0.4s infinite}.span_12.dark .mpbr_video_lightbox.play_button_with_text .play:after{-webkit-animation:pulse-2 2.6s cubic-bezier(.25,.9,.2,1) 0s infinite;animation:pulse-2 2.6s cubic-bezier(.25,.9,.2,1) 0s infinite}.mpbr_video_lightbox.play_button_with_text svg{width:14px;height:14px;z-index:100}.span_12.light .mpbr_video_lightbox.play_button_with_text .link-text{color:#fff}.mpbr_video_lightbox.play_button_with_text .link-text{display:inline-block;margin-left:25px;color:#000;vertical-align:middle}.play_button_with_text .link-text[data-font="mpbr-btn-jumbo"]{font-size:18px}.play_button_with_text .link-text[data-font="mpbr-btn-large"]{font-size:14px}.play_button_with_text .link-text[data-font="mpbr-btn-medium"]{font-size:12px}.mpbr_video_lightbox.play_button_with_text .play:before{display:block;position:absolute;content:' ';top:0;left:0;width:100%;height:100%;z-index:10;border-radius:200px;box-sizing:border-box;-webkit-box-sizing:border-box}.mpbr_video_lightbox .play{display:block;height:100%;width:100%;transition:all 0.4s cubic-bezier(.19,1,.22,1) 0s;-webkit-transition:all 0.4s cubic-bezier(.19,1,.22,1) 0s}.mpbr_video_lightbox path,.span_12.dark .mpbr_video_lightbox.play_button_with_text path{fill:#fff}.span_12.dark .mpbr_video_lightbox path{fill:#000}.span_12.dark .mpbr_video_lightbox.play_button:before{border:5px solid #000}.mpbr_video_lightbox:hover:before{transform:scale(1.1);-webkit-transform:scale(1.1);opacity:.4}.mpbr_video_lightbox:not(.play_button_with_text):hover .play{transform:scale(1.3);-webkit-transform:scale(1.3)}.mpbr_video_lightbox.play_button_with_text[data-style="bordered_top"] .play:before,.mpbr_video_lightbox.play_button_with_text[data-style="bordered_top"] .play:after{display:none}.mpbr_video_lightbox.play_button_with_text[data-style="small"] span.play,.mpbr_video_lightbox.play_button_with_text[data-style="small"] .button-bg{height:30px;width:30px}.mpbr_video_lightbox.play_button_with_text[data-style="bordered_top"] span.play,.mpbr_video_lightbox.play_button_with_text[data-style="bordered_top"] .button-bg{width:70px;height:70px}.mpbr_video_lightbox.play_button_with_text[data-style="bordered_top"][data-font-style="h2"] span.play,.mpbr_video_lightbox.play_button_with_text[data-style="bordered_top"][data-font-style="h2"] .button-bg,.mpbr_video_lightbox.play_button_with_text[data-style="bordered_top"][data-font-style="h1"] span.play,.mpbr_video_lightbox.play_button_with_text[data-style="bordered_top"][data-font-style="h1"] .button-bg{width:90px;height:90px}.mpbr_video_lightbox.play_button_with_text[data-style="bordered_top"]{text-align:center;display:inline-block}.mpbr_video_lightbox.play_button_with_text[data-style="bordered_top"] .link-text{display:block;margin-left:0;margin-top:28px}.main-content .mpbr_video_lightbox.play_button_with_text[data-style="bordered_top"]:not([data-style="small"]) .play>.inner-wrap:before{background-color:transparent!important}.play_button_with_text[data-style="small"][data-font-style="h3"] span.play,.play_button_with_text[data-style="small"][data-font-style="h3"] .button-bg,.play_button_with_text[data-style="small"][data-font-style="h2"] span.play,.play_button_with_text[data-style="small"][data-font-style="h2"] .button-bg,.play_button_with_text[data-style="small"][data-font-style="h1"] span.play,.play_button_with_text[data-style="small"][data-font-style="h1"] .button-bg{height:40px;width:40px}.mpbr_video_lightbox.play_button_with_text[data-style="small"] .button-bg-wrap,.mpbr_video_lightbox.play_button_with_text[data-style="bordered_top"] .button-bg-wrap{margin-top:-20px}.mpbr_video_lightbox.play_button_with_text[data-style="small"] svg,.mpbr_video_lightbox.play_button_with_text[data-style="bordered_top"] svg{height:10px;width:10px}.mpbr_video_lightbox.play_button_with_text{display:inline-block;padding:20px 0}.mpbr_video_lightbox.play_button_with_text>span{display:block}.mpbr_video_lightbox.play_button_with_text[data-style="small"] .link-text{margin-left:15px}.play_button_with_text[data-style="small"][data-font-style="h1"] .link-text,.play_button_with_text[data-style="small"][data-font-style="h2"] .link-text,.play_button_with_text[data-style="small"][data-font-style="h3"] .link-text{margin-left:20px}.mpbr_video_lightbox.play_button_with_text[data-style="small"] .play>.inner-wrap:before,.mpbr_video_lightbox.play_button_with_text[data-style="bordered_top"] .play>.inner-wrap:before{border-width:2px;border-style:solid;box-sizing:border-box;border-color:#000}.span_12.dark .mpbr_video_lightbox.play_button_with_text[data-style="small"] path,.span_12.dark .mpbr_video_lightbox.play_button_with_text[data-style="bordered_top"] path{fill:#000}.light .mpbr_video_lightbox.play_button_with_text[data-style="small"] .play>.inner-wrap:before,.light .mpbr_video_lightbox.play_button_with_text[data-style="bordered_top"] .play>.inner-wrap:before{border-color:#fff}.span_12.dark .mpbr_video_lightbox.mpbr-button[data-color*="transparent"]{border:2px solid #000;color:#000}.mpbr_video_lightbox.mpbr-button[data-color*="transparent"]{background-color:#fff0;border:2px solid #fff;opacity:1;transition:all 0.2s ease;-webkit-transition:all 0.2s ease}.mpbr_video_lightbox.mpbr-button[data-color*="transparent"]:hover{color:#fff;border-color:#fff0}.mpbr-video-box{line-height:0;position:relative;margin-bottom:35px}.mpbr-video-box img{transition:all .7s cubic-bezier(.2,1,.22,1);-webkit-transition:all .7s cubic-bezier(.2,1,.22,1);margin-bottom:0!important;transform:translateZ(0) scale(1.05);-webkit-transform:translateZ(0) scale(1.05);backface-visibility:hidden;-webkit-backface-visibility:hidden;max-width:none!important;width:100%!important}.mpbr-video-box img.mpbr-lazy{opacity:0}.mpbr-video-box img.mpbr-lazy.loaded{opacity:1}.mpbr-video-box[data-hover="zoom_button"] img,.mpbr-video-box[data-hover="zoom_button"]:hover img{transition:none;-webkit-transition:none;-webkit-transform:none;transform:none}.mpbr-video-box .mpbr_video_lightbox{position:absolute;left:50%;top:50%;z-index:10;width:70px;height:70px;margin-top:-35px;margin-left:-35px;color:#fff;display:inline-block;border-radius:200px;-webkit-transform:translateZ(0);transform:translateZ(0)}body .mpbr-video-box[data-hover="zoom_button"] .mpbr_video_lightbox:after{background-color:#000;position:absolute;content:' ';display:block;left:0;top:0;width:100%;border-radius:200px;height:100%;z-index:1;transition:all .7s cubic-bezier(.2,1,.22,1);-webkit-transition:all .7s cubic-bezier(.2,1,.22,1)}.mpbr-video-box:hover .mpbr_video_lightbox:after{-webkit-transform:scale(1.14);transform:scale(1.14)}.mpbr-video-box[data-hover="zoom_button"] .play{position:relative;z-index:10}.mpbr-video-box .inner-wrap>a.full-link{position:absolute;display:block;top:0;left:0;height:100%;width:100%;z-index:100}.mpbr-video-box:hover img{transform:scale(1.14);-webkit-transform:scale(1.14)}.mpbr-video-box .mpbr_video_lightbox path{fill:#fff!important}body .mpbr-video-box[data-hover="zoom_button"] .mpbr_video_lightbox{background-color:transparent!important}.mpbr-video-box .inner-wrap{overflow:hidden}.mpbr-video-box[data-border-radius*="px"]>.inner-wrap{transform:translateZ(0)}.mpbr-video-box[data-border-radius="3px"] .inner-wrap{border-radius:3px}.mpbr-video-box[data-border-radius="5px"] .inner-wrap{border-radius:5px}.mpbr-video-box[data-border-radius="10px"] .inner-wrap{border-radius:10px}.mpbr-video-box[data-border-radius="15px"] .inner-wrap{border-radius:15px}.mpbr-video-box[data-border-radius="20px"] .inner-wrap{border-radius:20px}.mpbr-video-box[data-shadow*="depth"]:before{position:absolute;width:98%;height:98%;top:1%;left:1%;display:block;content:'';z-index:-1}.mpbr-video-box[data-play-button-size="larger"] .mpbr_video_lightbox{height:110px;width:110px;margin-left:-55px;margin-top:-55px}@media only screen and (max-width :690px){.mpbr-video-box[data-play-button-size="larger"] .mpbr_video_lightbox{width:70px;height:70px;margin-top:-35px;margin-left:-35px}}@media only screen and (min-width:1300px){.container,.post-area.standard-minimal.full-width-content .post .inner-wrap{max-width:1100px}}@media only screen and (min-width:1000px) and (max-width:1300px){#author-bio #author-info{width:544px}#project-meta ul li .mpbr-love-wrap.fadein{margin-right:11px;padding-right:11px}.post-area.masonry{width:895px}.post-area.masonry.span_9{width:660px;margin-right:10px}.post-area.masonry.span_9 .masonry-blog-item{width:46.5%}#page-header-bg .span_6 .subheader{font-size:24px}.mpbr-slider-wrap[data-full-width="false"] .swiper-slide .content h2,#boxed .mpbr-slider-wrap[data-full-width="false"] .swiper-slide .content h2{font-size:32px;line-height:50px}body .swiper-slide .content p{font-size:20px;line-height:34px}.mpbr-slider-wrap[data-full-width="false"] .swiper-slide .content p{font-size:14px;line-height:24px}.main-content .col.span_4 .col.span_2 img,.main-content .col.span_3 .col.span_2 img,.main-content .col.span_2 .col.span_2 img,.main-content .col.span_6 .col.span_2 img{padding-right:5px;top:-3px}.portfolio-items:not(.carousel) .col .work-item.style-2 i{line-height:32px;height:32px;width:32px;font-size:14px}#top nav>ul>li>a{padding-left:8px}.sf-sub-indicator{left:6px}body .swiper-slide .content p.transparent-bg span,.mpbr-slider-wrap[data-full-width="false"] .swiper-slide .content p.transparent-bg span{line-height:38px}body .vc_pie_chart .vc_pie_chart_value{font-size:32px}}@media only screen and (min-width :690px) and (max-width :999px){.span_1,.span_2,.span_3,.span_4,.span_5,.span_6,.span_7,.span_8,.span_9,.span_10,.span_11,.span_12{width:100%;margin-left:0}.col,body .vc_row-fluid .wpb_column{margin-bottom:25px}#header-outer .col{margin-bottom:0;margin-right:0}.wpb_column{width:100%}body[data-ccsa="larger"] .vc_row-fluid:not(.full-width-content) .wpb_column{margin-right:20px;margin-left:20px;width:calc(100% - 40px)}body[data-ccsa="larger"] .vc_row-fluid.full-width-content .wpb_column{margin-right:0;width:100%}body .vc_row-fluid .wpb_column[data-t-w-inherits="small_desktop"]{margin-bottom:0}.vc_col-sm-12[data-t-w-inherits="small_desktop"]:not([class*="vc_col-md-"]),body .vc_row-fluid .wpb_column[data-t-w-inherits="small_desktop"].vc_col-md-12{width:100%}body .vc_row-fluid [class*="vc_col-"][data-t-w-inherits="small_desktop"]:first-child:not([class*="offset"]){margin-left:0}body .vc_row-fluid .vc_col-sm-2{width:31.2%;margin-left:3.1%}body .vc_row-fluid.full-width-content .vc_col-sm-2{width:33.3%;margin-left:0%}body .vc_row-fluid.full-width-content .vc_col-xs-6{width:50%}body .vc_row-fluid .vc_col-xs-12[class*="vc_col-xs-"]{width:100%}.vc_row-fluid .vc_col-sm-2[class*="vc_col-sm-"]:first-child:not([class*="offset"]),.vc_row-fluid .vc_col-sm-2[class*="vc_col-sm-"]:nth-child(3n+4):not([class*="offset"]){margin-left:0}.container{max-width:600px}.wpb_column.force-tablet-text-align-left,.wpb_column.force-tablet-text-align-left .col{text-align:left!important}.wpb_column.force-tablet-text-align-right,.wpb_column.force-tablet-text-align-right .col{text-align:right!important}.wpb_column.force-tablet-text-align-center,.wpb_column.force-tablet-text-align-center .col,.wpb_column.force-tablet-text-align-center .vc_custom_heading,.wpb_column.force-tablet-text-align-center .mpbr-cta{text-align:center!important}.wpb_column.force-tablet-text-align-center .img-with-aniamtion-wrap img{display:inline-block}.one-fourths.span_3,.one-fourths.vc_span3,.one-fourths.vc_col-sm-3:not([class*="vc_col-xs-"]){width:50%;margin-bottom:2%}#footer-outer .one-fourths.span_3,#footer-outer .one-fourths.vc_span3,#footer-outer .one-fourths.vc_col-sm-3:not([class*="vc_col-xs-"]){width:48%!important;margin-bottom:2%;margin-right:15px;margin-left:0!important;padding:15px;float:left}.one-fourths.span_3.clear-both,.one-fourths.vc_span3.clear-both,.one-fourths.vc_col-sm-3.clear-both:not([class*="vc_col-xs-"]){clear:both}#footer-outer .one-fourths.span_3.right-edge,.one-fourths.span_3.right-edge,.one-fourths.vc_span3.right-edge,.one-fourths.vc_col-sm-3.right-edge:not([class*="vc_col-xs-"]){margin-right:0}.portfolio-items .col{width:100%;margin-left:0;margin-bottom:8px}.portfolio-items:not(.carousel) div:nth-child(2n+2),.portfolio-items:not(.carousel) div:nth-child(2n+2){clear:both}.portfolio-items[data-ps="6"] .col{padding:2%}body .portfolio-items[data-ps="6"] .work-item .parallaxImg-layers>div .bg-img:after{opacity:1}body .portfolio-items[data-ps="6"] .work-item .work-meta .inner,body .portfolio-items[data-ps="6"] .wide_tall .work-item .work-meta .inner{opacity:1;transform:scale(1);-webkit-transform:scale(1)}.col.boxed:hover,.ascend .main-content .col.boxed:hover,.material .main-content .col.boxed:hover{margin-top:0;top:0;transform:none;-webkit-transform:none;-webkit-box-shadow:0 1px 2px rgb(0 0 0 / .2);box-shadow:0 1px 2px rgb(0 0 0 / .2)}#call-to-action .container a{margin-top:20px;margin-left:0}#ajax-content-wrap .post-area{padding-right:0}body.single-portfolio .row .col.section-title h1{width:450px;margin:0 auto;display:block}#ajax-content-wrap .contact-info{padding-left:0}.mpbr-google-map{max-height:425px}#sidebar #flickr>div{width:16%}#footer-outer #copyright .col{width:49%;margin-bottom:0}#footer-widgets .container .col{margin-left:15px;width:48%}#footer-widgets .one-fourths .span_3:nth-child(2n+1){margin-left:0}body #sidebar #flickr div{float:left}#sidebar .recent_projects_widget div a,body #sidebar #flickr div a{width:90px}#sidebar .recent_projects_widget div a:nth-child(3n+3),body #sidebar #flickr div:nth-child(3n+3) a{margin:2% 2% 0 0}body #sidebar .recent_projects_widget div a:last-child,body #sidebar #flickr div{margin-right:0}#author-bio #author-info{width:494px}#page-header-bg .span_6 h1{font-size:32px;line-height:38px}#page-header-bg .span_6{top:auto!important;float:none}body.single-post #page-header-bg[data-post-hs="default_minimal"]{padding-top:10%;padding-bottom:10%}.page-header-no-bg #ajax-content-wrap .portfolio-filters{margin-top:15px;float:none;clear:both;height:auto}#page-header-bg[data-parallax="1"] .project-title .span_6{padding-right:70px}.page-header-no-bg .portfolio-filters ul{position:absolute;width:100%}html.js #page-header-bg[data-parallax="0"].not-loaded{background-color:#F5F5F5}#call-to-action .container span{display:block}.masonry-blog-item{width:47.7%}.post-area.masonry,.post-area.masonry.span_9,body[data-ext-responsive="true"] .post-area.masonry.span_9,body[data-ext-responsive="true"] .post-area.masonry.span_9.meta_overlaid{width:610px}#ajax-content-wrap .post-area.masonry.span_9,.post-area.masonry.span_9{margin-bottom:90px}.post-area.masonry.span_9 .masonry-blog-item{width:47.3%}.post-area.masonry.span_9.material .masonry-blog-item{width:47.1%}body.woocommerce .container div.product div.images div.thumbnails a,body.woocommerce .container #content div.product div.images div.thumbnails a,body.woocommerce-page .container div.product div.images div.thumbnails a,body.woocommerce-page .container #content div.product div.images div.thumbnails a{width:16.9%;margin-right:3.8%}.woocommerce .container div.product div.images div.thumbnails a:nth-child(5n+5){margin-right:0}.main-content .col.span_4 .col.span_2,.main-content .col.span_3 .col.span_2,.main-content .col.span_2 .col.span_2,.main-content .col.span_6 .col.span_2{width:7%}.main-content .col.span_4 .span_10,.main-content .col.span_3 .col.span_10,.main-content .col.span_2 .col.span_10,.main-content .col.span_6 .col.span_10{width:91%}.testimonial_slider .flickity-page-dots{bottom:-35px}#ajax-content-wrap .span_12 .col.span_6.empty-second{width:49%}body .swiper-slide .content p i{width:18px;font-size:16px}body .swiper-slide .content p.transparent-bg span,.mpbr-slider-wrap[data-full-width="false"] .swiper-slide .content p.transparent-bg span{line-height:29px}#footer-widgets .container .col.span_6,#footer-widgets .container .col.span_4{margin-left:0;margin-right:15px;padding:15px;margin-bottom:0}#footer-widgets .container .col.span_4{margin-bottom:40px}#footer-widgets .container .row>div:last-child,#footer-widgets .container .row>div.col_last{margin-right:0}.iosSlider.product-thumbnails .thumb{width:112px}#footer-widgets .container .row>div:nth-child(2).span_4,body .woocommerce .full-width-content>ul.products[data-product-style="material"] li:nth-child(3n+3),body.woocommerce-page .full-width-content>ul.products[data-product-style="material"] li:nth-child(3n+3){margin-right:0!important}body .woocommerce .full-width-content>ul.products[data-product-style="material"] li:nth-child(2n+2),body.woocommerce-page .full-width-content>ul.products[data-product-style="material"] li:nth-child(2n+2){margin-right:2%!important}}@media only screen and (max-width :690px){.material:not(.admin-bar) #header-outer[data-using-secondary="1"]{top:0}#header-outer[data-using-secondary="1"]:not(.hidden-secondary){transform:none!important}.vc_row-fluid [class*="vc_span"]{width:100%!important}body[data-ccsa="larger"] .vc_row-fluid:not(.full-width-content) .wpb_column{margin-right:20px;margin-left:20px;width:calc(100% - 40px)}body[data-ccsa="larger"] .vc_row-fluid.full-width-content .wpb_column{margin-right:0;width:100%}.vc_row-fluid .vc_col-sm-2[class*="vc_col-sm-"]:first-child:not([class*="offset"]),.vc_row-fluid .vc_col-sm-2[class*="vc_col-sm-"]:nth-child(2n+3):not([class*="offset"]){margin-left:0}.container,.orbit-wrapper .slider-nav,.post-area.standard-minimal.full-width-content .post .inner-wrap{max-width:320px}body[data-slide-out-widget-area-style="simple"] #header-outer[data-full-width="true"] #mobile-menu,body #header-outer[data-full-width="true"] header>.container,body #header-secondary-outer[data-full-width="true"]>.container{max-width:100%;padding:0 18px}.col{margin-bottom:25px}.wpb_column.force-phone-text-align-left,.wpb_column.force-phone-text-align-left .col{text-align:left!important}.wpb_column.force-phone-text-align-right,.wpb_column.force-phone-text-align-right .col{text-align:right!important}.wpb_column.force-phone-text-align-center,.wpb_column.force-phone-text-align-center .col,.wpb_column.force-phone-text-align-center .vc_custom_heading,.wpb_column.force-phone-text-align-center .mpbr-cta{text-align:center!important}.wpb_column.force-tablet-text-align-center .img-with-aniamtion-wrap img{display:inline-block}.post-area{margin-bottom:0}.col.boxed:hover,.ascend .main-content .col.boxed:hover,.material .main-content .col.boxed:hover{margin-top:0;top:0;transform:none;-webkit-transform:none;-webkit-box-shadow:0 1px 2px rgb(0 0 0 / .2);box-shadow:0 1px 2px rgb(0 0 0 / .2)}#header-outer .col{margin-bottom:0}.mpbr_fullscreen_zoom_recent_projects .project-slide .project-info h2,.mpbr_fullscreen_zoom_recent_projects .project-slide .project-info p{max-width:100%}#fp-nav ul li a,.fp-slidesNav ul li a{padding:11px 11px}#fp-nav ul li a span,.fp-slidesNav ul li a span{height:6px;width:6px}#fp-nav.right{right:10px}.mpbr_fullscreen_zoom_recent_projects .dot-nav{display:none}.container .post .post-meta{display:none}#ajax-content-wrap .container .post .post-content{padding-left:0}.container .post-header{font-size:12px}.post-content.classic .post-header>span:after{height:9px}.container .comment-list .comment>div{padding:25px 25px 40px 25px}#ajax-content-wrap .comment-list .children{padding-left:20px}.container .comment-list .comment>div img.avatar{display:block;position:relative;height:40px;width:40px;top:0;left:0;margin-bottom:5px}body:not(.original) .bypostauthor>.comment-body>.comment-author>img.avatar{border-width:2px}body:not(.material) .comment-list .children{background-image:none}body.ascend #ajax-content-wrap .comment-list .children{margin-left:0;padding-left:30px}body.material #ajax-content-wrap .comment-list .comment>div,body.material #ajax-content-wrap .comment-list .pingback>div{margin-top:2.5em}body.material .comment-list .children{border-left:1px solid rgb(0 0 0 / .1)}body.material .container .comment-list .comment>div{padding:0 0 40px 0}body.material #ajax-content-wrap .comment-list .children{margin-left:0;padding-left:30px}body.material #ajax-content-wrap .comment-list .comment .comment>div{padding-left:0}.container #respond h3{font-size:18px}.container .comment-list .reply{right:29px;top:auto;bottom:29px}.original .container .comment-list .reply{right:0;top:auto;bottom:0;margin-top:20px;position:relative}.auto_meta_overlaid_spaced .masonry-blog-item{margin-bottom:0}.container .contact-info{padding-left:0}#single-meta .meta-comment-count,.row .col.section-title [data-hide-on-mobile="true"] span:not(.total_loves):not(.mpbr-love-count):not(.share-btn),.single #page-header-bg #single-below-header[data-hide-on-mobile="true"] span:not(.total_loves):not(.mpbr-love-count){display:none}.single #page-header-bg[data-post-hs="default"] #single-below-header[data-hide-on-mobile="false"],.single [data-header-style="default"] #single-below-header[data-hide-on-mobile="false"]{margin-top:15px}.single #page-header-bg[data-post-hs="default"] #single-below-header[data-hide-on-mobile="false"]>span:first-child>span,.single [data-header-style="default"] #single-below-header[data-hide-on-mobile="false"]>span:first-child>span{padding-left:0}#ajax-content-wrap #page-header-bg[data-post-hs="default_minimal"] #single-below-header span:not(.rich-snippet-hidden),#ajax-content-wrap .row.heading-title[data-header-style="default_minimal"] .col.section-title span.meta-category{display:inline-block}.container-wrap[data-remove-post-comment-number="0"][data-remove-post-author="0"][data-remove-post-date="0"] .heading-title[data-header-style="default_minimal"] #single-below-header>span,#page-header-bg[data-post-hs="default_minimal"] .span_6[data-remove-post-comment-number="0"][data-remove-post-author="0"][data-remove-post-date="0"] #single-below-header>span{padding:0 8px}.container-wrap[data-remove-post-comment-number="0"][data-remove-post-author="0"][data-remove-post-date="0"] .heading-title[data-header-style="default_minimal"] #single-below-header span,#page-header-bg[data-post-hs="default_minimal"] .span_6[data-remove-post-comment-number="0"][data-remove-post-author="0"][data-remove-post-date="0"] #single-below-header span{font-size:13px;line-height:10px}.single-post #single-meta .mpbr-social[data-position="right"]{margin-left:0}#single-meta .mpbr-social.hover[data-position="right"] .mpbr-social-inner{left:0;text-align:left;right:auto}#single-meta .mpbr-social{margin-left:0}.material #page-header-bg.fullscreen-header .author-section{margin-top:5px}html.js #page-header-bg[data-parallax="0"].not-loaded{background-color:#F5F5F5}#page-header-bg .portfolio-filters ul{position:absolute;width:100%}#page-header-bg .span_6{margin-bottom:15px}body #footer-outer #copyright .col ul{float:left}body #footer-outer #copyright .col ul li:first-child{margin-left:0}#call-to-action .container a{display:block;margin-top:20px;margin-left:0}#call-to-action{font-size:18px}#ajax-content-wrap h2 .mpbr-button,#ajax-content-wrap h3 .mpbr-button,#ajax-content-wrap h4 .mpbr-button{display:block}#ajax-content-wrap #footer-widgets .container .col:nth-child(3){margin-bottom:40px}#footer-outer #flickr img,#sidebar #flickr img{width:95px}.post-area #pagination,.post-area.masonry #pagination{padding-left:0}body .portfolio-items[data-ps="6"] .work-item .parallaxImg-layers>div .bg-img:after{opacity:1}body .portfolio-items[data-ps="6"] .work-item .work-meta .inner,body .portfolio-items[data-ps="6"] .wide_tall .work-item .work-meta .inner{opacity:1;transform:scale(1);-webkit-transform:scale(1)}.bottom_controls #portfolio-nav .controls li#next-link a i:after,.bottom_controls #portfolio-nav .controls li#prev-link a i:after{display:none}#search-results .result,.masonry-blog-item{width:100%!important;margin-right:0!important;margin-bottom:25px;margin-left:0!important}.posts-container[data-load-animation="none"] article .inner-wrap.animated{opacity:1}.masonry-blog-item{position:relative!important;top:auto!important;display:block}.gallery .gallery-item{width:100%!important}#author-bio img{margin-right:0;width:60px;height:60px}.row .blog-recent[data-style="list_featured_first_row"].columns-3 .featured .post-featured-img{padding-bottom:75%}.section-down-arrow i.icon-default-style[class^="icon-"]{font-size:16px}.section-down-arrow{bottom:10px;right:20px}#page-header-bg.fullscreen-header .author-section{bottom:20px}#page-header-bg.fullscreen-header .author-section .meta-date:not(.updated){margin-top:-4px;display:block}#contact-map{height:270px}.mpbr-google-map{max-height:270px}.pp_pic_holder{left:9px;width:96%}.pp_content{width:100%;height:290px}.pp_content iframe{width:100%}.pp_content .pp_inline iframe{height:250px}.pp_content #pp_full_res img{width:100%;height:auto}#page-header-bg .span_6 h1,body.search #page-header-bg h1,.single.single-post .section-title h1,body.single.single-post .row .col.section-title.span_12 h1{font-size:24px;line-height:30px;margin-bottom:4px}#page-header-bg .span_6{top:auto!important;float:none}#page-header-bg .author-section .meta-author .avatar{display:none}#page-header-bg.fullscreen-header .author-section .avatar-post-info{margin:10px 0 0 0}#ajax-content-wrap .pricing-table>div{width:100%;margin:0 0 25px 0}body.woocommerce .post-area .woocommerce-result-count,body.woocommerce .post-area .woocommerce-ordering{float:none}body.woocommerce .post-area .woocommerce-ordering{right:0}body[data-fancy-form-rcs="1"] .woocommerce-ordering .select2-container .select2-selection--single .select2-selection__rendered{padding-left:0}.woocommerce div.product .woocommerce-tabs ul.tabs li{float:none;border-right:0;width:100%}#page-header-bg #portfolio-nav ul,.section-title #portfolio-nav ul{margin-bottom:0}#portfolio-nav ul:first-child{z-index:103}#portfolio-nav .controls:after{content:"";display:block;height:0;clear:both;visibility:hidden}body .container .portfolio-filters-inline.full-width-content .container{padding-left:0;padding-right:0}body #full_width_portfolio .project-title.parallax-effect .container,body #page-header-bg .project-title .container{padding-bottom:30px}body #page-header-bg .section-title,.project-title .section-title,body.single .project-title .section-title{padding:0}.row .col.section-title.project-title{padding-bottom:30px;margin-bottom:30px!important}#footer-outer #social li{margin-right:10px;margin-left:0}.post-area.masonry,.post-area.masonry.span_9,body[data-ext-responsive="true"] .post-area.masonry.span_9,body[data-ext-responsive="true"] .post-area.masonry.span_9.meta_overlaid{width:320px}#ajax-content-wrap .post-area.masonry.span_9,.post-area.masonry.span_9{margin-bottom:90px}.ascend #ajax-content-wrap .comment-list .reply{top:0}#customer_details>div{width:100%;float:none}.woocommerce .shop_table .coupon{margin-bottom:10px;margin-top:5px}.woocommerce #customer_login.col2-set .col-1,.woocommerce-page #customer_login.col2-set .col-1,.woocommerce #customer_login.col2-set .col-2,.woocommerce-page #customer_login.col2-set .col-2,.woocommerce form.login .form-row-first,.woocommerce-page form.login .form-row-first,.woocommerce form.login .form-row-last,.woocommerce-page form.login .form-row-last{width:100%!important}.woocommerce .shop_table .actions>input{float:left!important}.iosSlider.product-thumbnails .thumb{width:93px}.main-content .col.span_4 .col.span_2,.main-content .col.span_3 .col.span_2,.main-content .col.span_2 .col.span_2,.main-content .col.span_6 .col.span_2{width:15%}.main-content .col.span_4 .span_10,.main-content .col.span_3 .col.span_10,.main-content .col.span_2 .col.span_10,.main-content .col.span_6 .col.span_10{width:83%}.auto_meta_overlaid_spaced .masonry-blog-item .post-content{height:55vh}.slider-pagination{bottom:10px}body .swiper-slide .content p i{width:14px;font-size:12px}.main-content .col.span_4 .col.span_2 img,.main-content .col.span_3 .col.span_2 img,.main-content .col.span_2 .col.span_2 img,.main-content .col.span_6 .col.span_2 img{padding-right:13px;top:-3px}.woocommerce .woocommerce-result-count{padding-bottom:0}.woocommerce #ajax-content-wrap .woocommerce-ordering,body[data-fancy-form-rcs="1"].woocommerce.woocommerce #ajax-content-wrap .woocommerce-ordering{position:relative;right:0;top:0;margin-left:0;float:none}.woocommerce .product-subtotal{display:none}.mpbr-slider-wrap[data-full-width="false"] .swiper-slide .content p.transparent-bg span,body .swiper-slide .content p.transparent-bg span{line-height:20px;top:-5px;left:4px;box-shadow:4px 0 0 rgb(0 0 0 / .5),-4px 0 0 rgb(0 0 0 / .5);-moz-box-shadow:4px 0 0 rgb(0 0 0 / .5),-4px 0 0 rgb(0 0 0 / .5);-webkit-box-shadow:4px 0 0 rgb(0 0 0 / .5),-4px 0 0 rgb(0 0 0 / .5);-o-box-shadow:4px 0 0 rgb(0 0 0 / .5),-4px 0 0 rgb(0 0 0 / .5)}#buddypress .register-section{width:100%;margin-bottom:15px}.full-width-content.blog-fullwidth-wrap:not(.meta-overlaid){padding:0 10%!important}#header-outer[data-full-width="true"] header>.container{padding:0}.blog-title ul .meta-share-count>a,.single .blog-title #single-meta ul .meta-share-count>a{display:none}.blog-title ul .meta-share-count .mpbr-social{display:block!important;position:relative!important}.blog-title ul .meta-share-count .mpbr-social,.blog-title ul .meta-share-count .mpbr-social a{opacity:1!important;left:0!important}.mpbr-flickity[data-control-style="material_pagination"] .flickity-page-dots .dot .mpbr-flickity[data-controls="material_pagination"] .flickity-page-dots .dot{width:25px}}@media only screen and (min-width :1px) and (max-width :999px){#to-top:not(.mobile-enabled){display:none}body[data-ajax-transitions="true"] #ajax-loading-screen[data-method="standard"][data-disable-mobile="1"]{display:none}body #header-outer:not(.transparent) #top .span_3 #logo[data-supplied-ml="true"] img:not(.mobile-only-logo),body #header-outer.transparent #top .span_3 #logo[data-supplied-ml-starting="true"] img.starting-logo:not(.dark-version):not(.mobile-only-logo),body #header-outer.transparent #top .span_3 #logo[data-supplied-ml-starting-dark="true"] img.starting-logo.dark-version{display:none!important}body #header-outer:not(.transparent) #top .span_3 #logo .mobile-only-logo,body #header-outer.transparent #top .span_3 #logo[data-supplied-ml-starting="true"] img.mobile-only-logo.starting-logo:not(.dark-version),body #header-outer.transparent #top .span_3 #logo[data-supplied-ml-starting-dark="true"] img.mobile-only-logo.starting-logo.dark-version,#page-header-bg[data-parallax="1"] .span_6 .inner-wrap,#page-header-bg .span_6{display:block!important}body #header-outer[data-permanent-transparent="1"][data-transparent-header="true"].transparent #top .span_3 #logo .mobile-only-logo{opacity:1!important}body[data-hhun="1"] #header-outer[data-mobile-fixed="false"].invisible:not(.side-widget-open){transform:none!important;pointer-events:auto!important}#header-outer[data-format="centered-menu-bottom-bar"] #top .span_9 #logo{display:none}#page-header-bg[data-parallax="1"] .span_6,#page-header-bg[data-parallax="1"]{padding-right:0;transform:translate(0)!important;visibility:visible!important}#page-header-bg[data-parallax="1"][data-alignment-v="middle"].fullscreen-header .span_6{-webkit-transform:translateY(-50%)!important;transform:translateY(-50%)!important}#page-header-bg[data-parallax="1"][data-alignment-v="middle"].fullscreen-header .mpbr-particles .span_6{-webkit-transform:none!important;transform:none!important}#page-header-bg.fullscreen-header .row{top:0!important}#ajax-content-wrap .video-texture{display:none}.full-width-section.parallax_section,.full-width-content.parallax_section{background-attachment:scroll!important;background-position:center!important}.wpb_row.parallax_section .row-bg.using-image,#page-header-wrap[data-parallax="1"] .page-header-bg-image-wrap .page-header-bg-image{backface-visibility:hidden;-webkit-backface-visibility:hidden}#page-header-wrap #page-header-bg[data-animate-in-effect="zoom-out"] .page-header-bg-image{transition:none;-webkit-transition:none}.original #search-outer #search input[type="text"],body[data-header-format="left-header"]:not(.material) #search-outer #search input[type="text"]{font-size:24px;border-bottom-width:2px}.original #search-outer .container{width:100%}body.material #search-outer #search form input[type="text"][name]{font-size:16px;line-height:40px;border-bottom-width:2px;padding-right:50px}body.material #search-outer,.material #header-outer.transparent .bg-color-stripe,.material #search-outer .bg-color-stripe{height:30vh}body.material #search-outer{min-height:200px}body.material #search-outer .col{margin-bottom:0}img.img-with-animation[data-animation="fade-in-from-right"]{padding-left:0}img.img-with-animation[data-animation="fade-in-from-left"]{padding-right:0}img.img-with-animation[data-animation="fade-in-from-bottom"]{bottom:0}.img-with-aniamtion-wrap .inner{margin:0!important}body .img-with-aniamtion-wrap img{max-width:100%}body .img-with-aniamtion-wrap:not([data-max-width-mobile="default"]) .inner{max-width:none!important}.img-with-aniamtion-wrap.right[data-max-width-mobile="125%"]:not([data-max-width="75%"]):not([data-max-width="50%"]) .inner,.img-with-aniamtion-wrap.center[data-max-width-mobile="150%"]:not([data-max-width="75%"]):not([data-max-width="50%"]) .inner{margin-left:-25%!important}.img-with-aniamtion-wrap.right[data-max-width-mobile="150%"]:not([data-max-width="75%"]):not([data-max-width="50%"]) .inner,.img-with-aniamtion-wrap.center[data-max-width-mobile="200%"]:not([data-max-width="75%"]):not([data-max-width="50%"]) .inner{margin-left:-50%!important}.img-with-aniamtion-wrap.right[data-max-width-mobile="165%"]:not([data-max-width="75%"]):not([data-max-width="50%"]) .inner{margin-left:-65%!important}.img-with-aniamtion-wrap.right[data-max-width-mobile="175%"]:not([data-max-width="75%"]):not([data-max-width="50%"]) .inner{margin-left:-75%!important}.img-with-aniamtion-wrap.right[data-max-width-mobile="200%"] .inner{margin-left:-100%!important}.img-with-aniamtion-wrap[data-max-width-mobile*="%"]:not([data-max-width="75%"]):not([data-max-width="50%"]) img{width:100%}.img-with-aniamtion-wrap[data-max-width="75%"] .inner{max-width:75%}.img-with-aniamtion-wrap[data-max-width="50%"] .inner{max-width:50%}.full-width-section>.col.span_12{margin-bottom:0}div[data-bg-mobile-hidden="true"] .row-bg.using-image{background-image:none!important}.full-width-section,body[data-bg-header="true"] .full-width-section.first-section,body[data-bg-header="true"] .full-width-content.first-section,body[data-header-resize="0"] .container-wrap .portfolio-filters-inline.first-section,#header-outer[data-transparent-header="true"][data-permanent-transparent="false"] #logo .dark-version,#header-outer #top #logo img{margin-top:0!important}.single-portfolio .row .post-area{margin-top:0}.mpbr_fullscreen_zoom_recent_projects .project-slide .project-info h2,.mpbr_fullscreen_zoom_recent_projects .project-slide .project-info p{max-width:75%}body #header-outer[data-format="centered-menu-under-logo"] #top #logo img,body #header-outer[data-format="centered-menu-bottom-bar"] #top #logo img{margin:0}#header-outer[data-has-menu="false"][data-format="default"] #top .span_3,#header-outer[data-has-menu="true"][data-mobile-fixed="1"] #top .span_3,#header-outer[data-has-menu="true"][data-ptnm="1"] #top .span_3,#header-outer[data-has-menu="true"] #top .span_3,body.material #header-outer[data-format="centered-menu-bottom-bar"] #top .span_3{text-align:left}#header-outer[data-transparent-header="true"].no-pointer-events.side-widget-open{pointer-events:auto}.material #header-outer[data-transparent-header="true"][data-mobile-fixed="1"].transparent{overflow:visible}#header-outer[data-mobile-fixed="1"],#header-outer[data-permanent-transparent="1"][data-mobile-fixed="1"]{position:fixed!important}.material #header-outer[data-mobile-fixed="false"][data-using-secondary="1"],.material.admin-bar #header-outer[data-mobile-fixed="false"][data-using-secondary="1"]{top:0}body #header-outer[data-transparent-header="true"][data-remove-border="true"],body #header-outer[data-transparent-header="true"][data-remove-border="true"].transparent{border:none}body[data-slide-out-widget-area-style="slide-out-from-right-hover"][data-slide-out-widget-area="true"][data-user-set-ocm="off"] #header-outer header>.container{max-width:100%;padding:0 18px}.using-mobile-browser .slide-out-hover-icon-effect a{pointer-events:auto}.container-wrap{z-index:11}.work-item:not([data-custom-content="on"]) .work-info-bg{display:none}.style-3 .work-info-bg{display:block}body #top #logo img,#header-outer[data-permanent-transparent="false"] #logo .dark-version{height:24px;margin-top:-3px;top:3px;position:relative}#header-outer[data-transparent-header="true"][data-permanent-transparent="false"] #logo .dark-version,#header-outer #top #logo img{top:0}body.material #header-outer[data-permanent-transparent="false"] #logo .dark-version,#header-outer[data-permanent-transparent="false"] #logo .dark-version{position:absolute}.original #header-outer:not([data-transparent-header="true"]) #top #logo img.stnd,.ascend #header-outer:not([data-transparent-header="true"]) #top #logo img.stnd,.material #header-outer:not([data-transparent-header="true"]) #top #logo img.stnd,.original #header-outer:not([data-transparent-header="true"]) #top #logo picture.stnd,.ascend #header-outer:not([data-transparent-header="true"]) #top #logo picture.stnd,.material #header-outer:not([data-transparent-header="true"]) #top #logo picture.stnd{position:relative}body:not(.material) #header-outer[data-mobile-fixed="1"] #logo .starting-logo,body:not(.material) #header-outer[data-mobile-fixed="1"] #logo .dark-version{top:6px}.admin-bar #header-outer,.logged-in.buddypress #header-outer{top:0}.admin-bar.material-ocm-open #header-outer.transparent{top:46px}body #header-outer{margin-bottom:0;padding:12px 0}body.page-template-template-no-header.mpbr_using_pfsr #header-outer,body.page-template-template-no-header-footer.mpbr_using_pfsr #header-outer{padding:0}body #header-outer,body[data-hhun="1"]:not(.no-scroll) #header-outer:not([data-transparent-header="true"]):not(.detached),body[data-hhun="1"]:not(.no-scroll) #header-outer[data-permanent-transparent="false"][data-using-secondary="1"]:not([data-transparent-header="true"]){position:relative}.original #header-outer[data-transparent-header="true"][data-remove-border="false"].transparent,.ascend #header-outer[data-transparent-header="true"][data-remove-border="false"].transparent{transition:background-color 0.30s ease,box-shadow 0.30s ease,margin 0.25s ease}#header-outer[data-permanent-transparent="1"].transparent #top .span_9>.slide-out-widget-area-toggle i{color:#fff}body #slide-out-widget-area.slide-out-from-right-hover{z-index:9999}#header-outer.transparent.side-widget-open.no-bg-color #top #logo .starting-logo:not(.dark-version){opacity:1}#header-outer.transparent.side-widget-open.no-bg-color #top #logo img:not(.starting-logo){opacity:0}#slide-out-widget-area{top:0!important}#header-outer #logo{top:0;left:0}#header-space{display:none}#header-space[data-header-mobile-fixed="1"]{display:block}#top #mobile-cart-link,#top .span_9>.slide-out-widget-area-toggle,#top .mobile-search{display:inline-block}#top .col.span_3{left:0;top:0;z-index:100;width:100%}#top .col.span_3,#header-outer[data-format="centered-menu"] #top .span_3,#header-outer[data-format="centered-logo-between-menu"] #top .span_3{position:relative}#header-outer #top .col.span_3{line-height:0}#header-outer #top .col.span_3 #logo{vertical-align:middle}#top .col.span_9{margin-left:0;margin-bottom:0;width:100%!important;float:none;z-index:100;position:static}#header-outer[data-format="centered-menu"] #top .span_9,#header-outer[data-format="centered-logo-between-menu"] .row .col.span_9{position:static}#top .col.span_9,#header-outer[data-format="centered-menu-bottom-bar"] #top .span_9{min-height:0;width:auto!important;position:absolute!important;right:0;top:0;z-index:2000;height:100%}.owl-carousel[data-enable-animation="true"] .owl-stage>.owl-item,#slide-out-widget-area.slide-out-from-right-hover .inner[data-prepend-menu-mobile="true"] .off-canvas-menu-container,body[data-slide-out-widget-area="true"] #top #logo,body:not(.single-post) #page-header-bg:not(.fullscreen-header) .span_6,body:not(.single-post) #page-header-bg[data-alignment-v="bottom"]:not(.fullscreen-header) .span_6>.inner-wrap,body:not(.single-post) #page-header-bg[data-alignment-v="top"]:not(.fullscreen-header) .span_6>.inner-wrap,body:not(.single-post) #page-header-bg:not(.fullscreen-header) .mpbr-particles .span_6 .inner-wrap,body:not([data-m-animate="1"]) img.img-with-animation[data-animation="fade-in-from-bottom"]{-webkit-transform:none!important;transform:none!important}body[data-slide-out-widget-area="true"] #top .span_9>.slide-out-widget-area-toggle.std-menu{left:0!important;right:auto!important;text-align:left;z-index:10000}body[data-slide-out-widget-area="true"] #top .span_3{text-align:center}body[data-slide-out-widget-area="true"] #header-outer[data-has-menu="false"] #top .span_3{text-align:left}#header-outer .slide-out-widget-area-toggle .lines-button,#header-outer .slide-out-widget-area-toggle .lines,#header-outer .slide-out-widget-area-toggle .lines:before,#header-outer .slide-out-widget-area-toggle .lines:after{width:22px}#header-outer .slide-out-widget-area-toggle.mobile-icon .lines:after{top:-6px}body #header-outer .slide-out-widget-area-toggle.mobile-icon .lines:before{top:6px}body[data-slide-out-widget-area="true"] #top #logo,#header-outer[data-mobile-fixed="1"] #top #logo{display:inline-block}body[data-slide-out-widget-area="true"]:not(.material) [data-transparent-header="true"][data-mobile-fixed="false"] #top #logo{position:relative}body[data-slide-out-widget-area="true"] #top .col.span_3{width:100%}body #slide-out-widget-area:not(.slide-out-from-right-hover) .slide_out_area_close{display:block}#slide-out-widget-area .widget_nav_menu{overflow-y:hidden;overflow-x:hidden}#header-outer #top nav>ul{width:auto;padding:15px 0 25px 0;margin:0 auto 0 auto;z-index:100000;position:relative}#header-outer #top nav>ul>li>ul>li{opacity:1;transform:none}#top nav>ul li,#header-outer #top nav>ul>.megamenu>ul>li{display:block;width:auto;margin-left:0}#top nav>ul>.megamenu>.sub-menu{width:auto!important;opacity:1;display:block}#top nav>ul ul{position:relative;width:auto;top:0;left:0;padding:0;opacity:1;visibility:visible;box-shadow:0 0 0 #fff;-webkit-box-shadow:0 0 0 #fff;background-color:#fff0;float:none}#top nav>ul ul li{padding-left:20px}#top nav .sf-menu .sfHover>a{color:#FFBAAF}a>.sf-sub-indicator{right:0;position:absolute;padding:16px;left:auto;top:0;height:auto;width:auto}.swiper-slide .mejs-controls{display:none;visibility:hidden}#ajax-content-wrap .mejs-controls{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;visibility:visible}#ajax-content-wrap .post-area{padding-right:0;margin-bottom:0}.slider-nav{position:relative;max-width:600px;margin:-40px auto 0 auto}body .slider-nav>span{height:25px;width:25px}body .slider-nav>.left{left:0}body .slider-nav>.right{left:30px}.slider-nav span span,#header-outer #top nav{display:none!important}#footer-widgets .container .col{margin-bottom:40px}#footer-widgets .container .col:nth-child(3),#footer-widgets .container .col:nth-child(4){margin-bottom:0}#pagination{margin-bottom:40px}.portfolio-items .col .work-item .work-info .custom-content .mpbr-button{width:auto}body .mpbr-button.see-through-2,body .mpbr-button.see-through-3,#page-header-wrap,#page-header-bg{transition:none!important;-webkit-transition:none!important}#ajax-content-wrap .wp-caption{width:100%}body.single-portfolio #sidebar{margin-top:30px}body.search .row .col.section-title h1{font-size:18px}body.search .row .col.section-title span{display:inline-block;margin-top:10px;font-size:14px}body.search .divider{display:none}.main-content>div{padding-bottom:0}#single-meta{display:block;clear:both;margin-bottom:10px}body.single-post #page-header-bg:not(.fullscreen-header):not([data-post-hs="default"]){min-height:250px}body.single-post #page-header-bg:not(.fullscreen-header) .row,body #page-header-bg:not(.fullscreen-header) .row,body:not(.single-post) #page-header-bg .mpbr-particles .span_6 .row,body:not(.single-post) #page-header-bg:not(.fullscreen-header) .span_6,body:not(.single-post) #page-header-bg:not(.fullscreen-header) .mpbr-particles .span_6>.inner-wrap,#page-header-bg[data-parallax="1"]{top:0!important}body:not(.single-post) #page-header-bg:not(.fullscreen-header){padding-top:10%;padding-bottom:10%}body:not(.single-post) #page-header-bg[data-padding-amt="low"]:not(.fullscreen-header){padding-top:5%;padding-bottom:5%}body:not(.single-post) #page-header-bg[data-padding-amt="high"]:not(.fullscreen-header){padding-top:13%;padding-bottom:13%}body:not(.single-post) #page-header-bg:not(.fullscreen-header) .span_6{min-height:40px}body:not(.single-post) #page-header-bg:not(.fullscreen-header) .span_6.empty-title{min-height:80px}#single-meta,body[data-header-format] #header-secondary-outer,#page-header-bg[data-parallax="1"],body:not(.single-post) #page-header-bg[data-alignment-v="top"]:not(.fullscreen-header) .span_6 .inner-wrap,body:not(.single-post) #page-header-bg:not(.fullscreen-header) .mpbr-particles .span_6>.inner-wrap:first-child,body:not(.single-post) #page-header-bg:not(.fullscreen-header) .span_6{position:relative!important}body:not(.single-post) .mpbr-particles svg{display:none}#top,#page-header-wrap,#header-outer:not([data-permanent-transparent="1"]),body:not(.single-post) #page-header-bg:not(.fullscreen-header),body:not(.single-post) #page-header-bg[data-alignment-v="bottom"]:not(.fullscreen-header),body:not(.single-post) #page-header-bg[data-alignment-v="top"]:not(.fullscreen-header),.full-page-inner-wrap[data-content-pos="full_height"] .full-page-inner>.span_12,.vc_text_separator{height:auto!important}body:not(.single-post) #page-header-bg[data-alignment-v="bottom"]:not(.fullscreen-header){padding-top:16%;padding-bottom:4%}body:not(.single-post) #page-header-bg[data-alignment-v="bottom"][data-padding-amt="low"]:not(.fullscreen-header){padding-top:10%;padding-bottom:2%}body:not(.single-post) #page-header-bg[data-alignment-v="bottom"][data-padding-amt="high"]:not(.fullscreen-header){padding-top:20%;padding-bottom:6%}body:not(.single-post) #page-header-bg[data-alignment-v="top"]:not(.fullscreen-header){padding-top:4%;padding-bottom:16%}body:not(.single-post) #page-header-bg[data-alignment-v="top"][data-padding-amt="low"]:not(.fullscreen-header){padding-top:2%;padding-bottom:10%}body:not(.single-post) #page-header-bg[data-alignment-v="top"][data-padding-amt="high"]:not(.fullscreen-header){padding-top:6%;padding-bottom:20%}.related-posts.columns-3 .span_4{margin-right:0}#single-meta ul{margin-left:0}.page-template-template-portfolio-php .portfolio-filters{margin-bottom:0}#footer-outer #social li{width:33px;margin-top:9px;margin-bottom:9px}.mpbr-recent-posts-slider .recent-post-container{max-width:none}.mpbr-recent-posts-slider .recent-post-container,.mpbr-recent-posts-slider .flickity-page-dots{padding:0 40px}.mpbr-flickity[data-controls="next_prev_arrows"] .flickity-prev-next-button{display:none}.mpbr-flickity[data-controls="next_prev_arrows"]:not(.masonry) .flickity-slider .cell{width:60%;margin-right:7%}.full-width-content .mpbr-recent-posts-slider .recent-post-container .inner-wrap{max-width:100%}body.woocommerce ul.products li.product,body.woocommerce-page ul.products li.product,.woocommerce ul.products[class*=columns-] li.product,.woocommerce .related ul.products li.product,.woocommerce .related ul li.product,.woocommerce .upsells.products ul.products li.product,.woocommerce .upsells.products ul li.product,.woocommerce-page .related ul.products li.product,.woocommerce-page .related ul li.product,.woocommerce-page .upsells.products ul.products li.product,.woocommerce-page .upsells.products ul li.product,body.woocommerce .span_9 ul.products li.product,body.woocommerce-page .span_9 ul.products li.product,body .woocommerce ul.products li.product,body .woocommerce-page ul.products li.product,.woocommerce .products.related .product,.woocommerce .products.upsells .product,.woocommerce-page.columns-3 ul.products li.product,.woocommerce.columns-3 ul.products li.product{width:47.8%;margin:0 4% 25px 0}body .woocommerce ul.products li.product.material,body.woocommerce-page ul.products li.product.material,.woocommerce .span_9 ul.products li.product.material,.woocommerce-page .span_9 ul.products li.product.material,body .woocommerce.columns-1 ul.products li.product.material{width:48.8%;margin:0 2% 2% 0}body .woocommerce ul.products[data-product-style="minimal"] li.product.minimal{width:calc(49.7% - 15px)}body .woocommerce ul.products[data-product-style="material"] li:nth-child(2n+1),body.woocommerce-page ul.products[data-product-style="material"] li:nth-child(2n+1){margin-right:2%!important}.woocommerce .products.related .product,.woocommerce .products.upsells .product{width:48%!important}.woocommerce .span_9 ul.products li.product:nth-child(2n+2),.woocommerce-page .span_9 ul.products li.product:nth-child(2n+2),body .woocommerce ul.products li.product:nth-child(2n+2),body .woocommerce-page ul.products li.product:nth-child(2n+2),body.woocommerce ul.products li:nth-child(2n+2),body.woocommerce .main-content>.row>ul.products[data-n-tablet-columns="default"][data-n-phone-columns="default"][data-product-style="text_on_hover"] li:nth-child(2n+2),body.woocommerce .main-content>.row>ul.products[data-n-tablet-columns="default"][data-n-phone-columns="default"][data-product-style="classic"] li:nth-child(2n+2){margin-right:0}body .woocommerce ul.products[data-product-style="material"] li:nth-child(2n+2),body.woocommerce-page ul.products[data-product-style="material"] li:nth-child(2n+2),body .woocommerce .carousel-wrap.products-carousel ul.products[data-product-style="material"] li:nth-child(2n+1),.woocommerce .related ul.products li:nth-child(2n+2),.woocommerce .upsells.products ul li.product:nth-child(2n+2){margin-right:0!important}body.woocommerce .span_9 ul.products li.product,body.woocommerce-page .span_9 ul.products li.product{clear:none}.single-product .product_title,.span_9 .carousel-heading{padding-right:0!important}.woocommerce .span_9 .woocommerce-ordering{right:0}.cart-outer{display:none}#page-header-wrap{margin-top:0;overflow:visible}#page-header-bg[data-parallax="1"] .span_6 .inner-wrap,#page-header-bg .span_6{opacity:1!important}body #header-outer[data-using-secondary="1"],body.admin-bar #header-outer[data-using-secondary="1"]{top:0}h1 .mpbr-button,h2 .mpbr-button,h3 .mpbr-button,h4 .mpbr-button{display:inline-block;margin-top:20px}body .clients.no-carousel:not(.fade-in-animation)>div{opacity:1}#page-header-bg[data-parallax="1"] .span_6 .inner-wrap,.swiper-slide .content p,.swiper-slide .content h2,.swiper-slide .content h1,.swiper-slide .content h3,.swiper-slide .content .buttons,.mpbr-slider-wrap[data-caption-trans="reveal_title"] .swiper-slide .content h2>span span,.mpbr-slider-wrap[data-caption-trans="reveal_title"] .swiper-slide .content h1>span span{transform:none!important;-webkit-transform:none!important}.divider-border[data-animate="yes"],.divider-small-border[data-animate="yes"]{visibility:visible!important}.post-area.masonry:not(.meta_overlaid),.swiper-slide .content p,.swiper-slide .content h2,.swiper-slide .content h1,.swiper-slide .content h3,.swiper-slide .content .buttons,.mpbr-slider-wrap[data-caption-trans="reveal_title"] .swiper-slide .content h2>span span,.mpbr-slider-wrap[data-caption-trans="reveal_title"] .swiper-slide .content h2 .word,.mpbr-slider-wrap[data-caption-trans="reveal_title"] .swiper-slide .content h1>span span,.mpbr-slider-wrap[data-caption-trans="reveal_title"] .swiper-slide .content h1 .word,.owl-carousel[data-enable-animation="true"] .owl-stage>.owl-item,.owl-carousel[data-enable-animation="true"] .owl-controls{opacity:1!important}.col.has-animation[data-animation="fade-in-from-bottom"],.wpb_column.has-animation[data-animation="fade-in-from-bottom"],.mpbr-fancy-box.has-animation[data-animation="fade-in-from-bottom"]{bottom:0!important}.parallax_slider_outer.first-section .swiper-container .slider-prev,.parallax_slider_outer.first-section .swiper-container .slider-next{margin-top:-30px}.post-area.col_last{padding-left:0!important}.woocommerce .post-area .woocommerce-ordering{float:none!important;display:block}.col.centered-text ul,.wpb_column.centered-text ul,.col.centered-text ul li,.wpb_column.centered-text ul li{text-align:left;margin-left:0!important}.col.centered-text ul,.wpb_column.centered-text ul{margin:0!important;display:block!important}#ajax-content-wrap .mpbr-fancy-ul[data-animation="true"] ul li,.mpbr-fancy-ul[data-animation="true"] ul li{left:0}.testimonial_slider .controls ul{text-align:center!important}#page-header-bg[data-parallax="0"]{margin-top:-1px}.wpb_tabs_nav .cta-button{top:0;-webkit-transform:translateY(-100%);transform:translateY(-100%);left:0;right:auto}body.single-portfolio #full_width_portfolio .container-wrap{padding-top:2.1em}#footer-widgets .container .row>div:last-child{margin-bottom:0!important}.blog-fullwidth-wrap .post-area.masonry{margin-bottom:0}body .pp_gallery,.woocommerce .pp_gallery{display:none}.material .span_9 #author-bio{margin-bottom:60px}}@media only screen and (max-width:321px){.container,.slider-nav,.post-area.standard-minimal.full-width-content .post .inner-wrap{max-width:300px}}@media only screen and (max-width:479px){.full-width-content .wpb_column.max_width_phone_420px.left_margin_phone_auto.right_margin_phone_auto{width:320px}}@media only screen and (min-width:480px) and (max-width:690px){body .container,body .slider-nav,.post-area.standard-minimal.full-width-content .post .inner-wrap{max-width:420px}#ajax-content-wrap .project-title #all-items{left:194px}.post-area.masonry,.post-area.masonry.span_9,body[data-ext-responsive="true"] .post-area.masonry.span_9,body[data-ext-responsive="true"] .post-area.masonry.span_9.meta_overlaid{width:420px}.iosSlider.product-thumbnails .thumb{width:98px}}@media screen and (max-width:782px){.admin-bar #header-outer[data-permanent-transparent="1"][data-mobile-fixed="1"],.logged-in.buddypress #header-outer[data-permanent-transparent="1"][data-mobile-fixed="1"],.admin-bar #header-outer[data-permanent-transparent="false"][data-mobile-fixed="1"],.logged-in.buddypress #header-outer[data-permanent-transparent="false"][data-mobile-fixed="1"],body.admin-bar #header-outer[data-transparent-header="true"][data-mobile-fixed="false"]{top:47px}#header-secondary-outer[data-permanent-transparent="1"]{margin-top:0}body{position:static}#fp-nav.tooltip_alt{display:none}}@media only screen and (min-device-width:481px) and (max-device-width:1025px) and (orientation:landscape){#header-outer[data-lhe="animated_underline"] #top nav>ul>li:not([class*="button_"])>a:hover .menu-title-text:after{display:none}#to-top{display:none}body .slide-out-hover-icon-effect a{pointer-events:auto}#page-header-wrap #page-header-bg[data-animate-in-effect="zoom-out"] .page-header-bg-image{transition:none;-webkit-transition:none}#page-header-bg[data-parallax="1"] .span_6,#page-header-bg[data-parallax="1"]{position:relative!important}#page-header-bg[data-parallax="1"]{top:0!important}#page-header-bg .span_6{display:block!important;opacity:1!important}.swiper-container .slider-right{right:0!important}.video-texture{display:none}img.img-with-animation[data-animation="fade-in-from-right"]{padding-left:0}img.img-with-animation[data-animation="fade-in-from-left"]{padding-right:0}img.img-with-animation[data-animation="fade-in-from-bottom"],.col.has-animation[data-animation="fade-in-from-bottom"],.wpb_column.has-animation[data-animation="fade-in-from-bottom"]{bottom:0}.parallax_slider_outer.first-section .mpbr-slider-wrap,#full_width_portfolio .project-title.parallax-effect,.parallax_slider_outer.first-section .swiper-slide .content,.parallax_slider_outer.first-section .mpbr-slider-wrap,.owl-carousel[data-enable-animation="true"] .owl-stage>.owl-item{transform:none!important;-webkit-transform:none!important}.parallax_slider_outer.first-section .swiper-slide .content,.owl-carousel[data-enable-animation="true"] .owl-controls,.owl-carousel[data-enable-animation="true"] .owl-stage>.owl-item{opacity:1!important}.divider-border[data-animate="yes"],.divider-small-border[data-animate="yes"],.img-with-animation[data-animation="grow-in"],.col.has-animation[data-animation="grow-in"],.wpb_column.has-animation[data-animation="grow-in"]{visibility:visible}.portfolio-items .col .work-item .work-info a{display:block;position:absolute;top:0;left:0;margin:0;width:100%;height:100%;text-indent:-9999px}.portfolio-items .col .work-item .work-info .custom-content .mpbr-button{width:auto}body .portfolio-items[data-ps="6"] .work-item .parallaxImg-layers>div .bg-img:after{opacity:1}body .portfolio-items[data-ps="6"] .work-item .work-meta .inner,body .portfolio-items[data-ps="6"] .wide_tall .work-item .work-meta .inner{opacity:1;transform:scale(1);-webkit-transform:scale(1)}.portfolio-items .col .work-item:not(.style-2):not(.style-3):not(.style-3-alt):not(.style-4) .work-info .vert-center{height:100%;top:0;transform:none;-webkit-transform:none}}@media only screen and (max-device-width:2600px){body[data-ajax-transitions="true"].using-mobile-browser #ajax-loading-screen[data-method="standard"][data-disable-mobile="1"]{display:none}body.using-mobile-browser.material #slide-out-widget-area.slide-out-from-right{overflow-y:scroll}body.using-mobile-browser .parallax_section .row-bg[data-parallax-speed="fixed"]{background-attachment:scroll!important}body.using-mobile-browser .cp-modal-popup-container{position:relative;z-index:100000}body[data-remove-m-video-bgs="1"].using-mobile-browser .swiper-slide .video-wrap video,body[data-remove-m-video-bgs="1"].using-mobile-browser .mpbr-video-wrap video{display:none}body[data-remove-m-video-bgs="1"].using-mobile-browser .mobile-video-image{display:block}.using-mobile-browser img.img-with-animation[data-animation="fade-in-from-right"]{padding-left:0}.using-mobile-browser img.img-with-animation[data-animation="fade-in-from-left"]{padding-right:0}.using-mobile-browser img.img-with-animation[data-animation="fade-in-from-bottom"],.using-mobile-browser .col.has-animation[data-animation="fade-in-from-bottom"],.using-mobile-browser .wpb_column.has-animation[data-animation="fade-in-from-bottom"]{bottom:0}.using-mobile-browser .parallax_slider_outer .mpbr-slider-wrap[data-animate-in-effect="zoom-out"].loaded .slide-bg-wrap,.using-mobile-browser .owl-carousel[data-enable-animation="true"] .owl-stage>.owl-item,.using-mobile-browser .portfolio-items .style-5 .parallaxImg-rendered-layer{transform:none!important;-webkit-transform:none!important}body[data-remove-m-video-bgs="1"].using-mobile-browser .mobile-video-image,.using-mobile-browser #page-header-bg[data-parallax="1"] .span_6,.using-mobile-browser .owl-carousel[data-enable-animation="true"] .owl-stage>.owl-item,.using-mobile-browser .owl-carousel[data-enable-animation="true"] .owl-controls{opacity:1!important}.using-mobile-browser .mpbr-video-box .play_button_mouse_follow.mpbr_video_lightbox{top:50%;left:50%}.ascend.using-mobile-browser #search{height:100%}.ascend.using-mobile-browser #search #search-box{top:20px}.using-mobile-browser #page-header-bg[data-parallax="1"] .span_6{display:block!important}.using-mobile-browser .slide-out-hover-icon-effect a{pointer-events:auto}.using-mobile-browser .wpb_row.parallax_section .row-bg.using-image.translate{backface-visibility:hidden;-webkit-backface-visibility:hidden}body.using-mobile-browser .mpbr-video-wrap{height:100%}body.using-mobile-browser .blurred-wrap.blurred{-webkit-filter:blur(0);-moz-filter:blur(0);-ms-filter:blur(0);filter:blur(0)}}@media only screen and (min-width:1600px){.post-area.full-width-content .masonry-blog-item,.full-width-content .post-area .masonry-blog-item{width:18%}body .portfolio-items.constrain-max-cols .col.elastic-portfolio-item.wide{width:50%}body .portfolio-items.constrain-max-cols .col.elastic-portfolio-item.wide_tall{width:50%}body .portfolio-items.constrain-max-cols .col.elastic-portfolio-item.tall,body .portfolio-items.constrain-max-cols.masonry-items .col.elastic-portfolio-item.regular{width:25%}}@media only screen and (min-width:1300px) and (max-width:1600px){body .default-style .portfolio-items .col.elastic-portfolio-item{width:22.43%!important}.post-area.full-width-content .masonry-blog-item,.full-width-content .post-area .masonry-blog-item{width:23%}.full-width-content.blog-fullwidth-wrap:not(.meta-overlaid){padding-left:2.8%!important}}@media only screen and (min-width:990px) and (max-width:1300px){body .portfolio-items.constrain-max-cols.no-masonry .col.elastic-portfolio-item{width:25%}}@media only screen and (min-width:470px) and (max-width:990px){.portfolio-items .elastic-portfolio-item{width:50%}}@media only screen and (max-width:690px) and (min-width:470px){.post.quote .post-content .quote-inner,.post.link .post-content .link-inner,.format-status .post-content .status-inner,.post.format-aside .aside-inner{padding:50px 10%}}@media only screen and (max-width:690px){body[data-remove-m-video-bgs="1"] .swiper-slide .video-wrap video,body[data-remove-m-video-bgs="1"] .mpbr-video-wrap video{display:none}body[data-remove-m-video-bgs="1"] .mobile-video-image{display:block}.posts-container[data-load-animation="fade_in_from_bottom"] .inner-wrap.animated,.posts-container[data-load-animation="fade_in"] article .inner-wrap.animated,.posts-container[data-load-animation="perspective"] article .inner-wrap.animated,.posts-container[data-load-animation="fade_in_from_bottom"] .inner-wrap,.posts-container[data-load-animation="fade_in"] article .inner-wrap,.posts-container[data-load-animation="perspective"] article .inner-wrap{opacity:1;transform:translateY(0);-webkit-transform:translateY(0)}.post-area.masonry.classic .posts-container:not(.meta-moved) .post-content>.post-meta{opacity:0;position:absolute!important}.material .related-post-wrap h3.related-title{padding-top:60px}.mpbr-recent-posts-slider .inner-wrap{max-width:80%}.arhchive #page-header-wrap #page-header-bg .subheader{display:none}}@media only screen and (max-width:470px){.post.quote .post-content .quote-inner,.post.link .post-content .link-inner,.format-status .post-content .status-inner,.post.format-aside .aside-inner{padding:50px 10%}.full-width-content.blog-fullwidth-wrap:not(.meta-overlaid){padding:0 10%!important}body .post-area.auto_meta_overlaid_spaced[data-ams].span_9{margin:0}body .auto_meta_overlaid_spaced[data-ams].span_9 .masonry-blog-item{padding-left:0;padding-right:0}body .woocommerce ul.products[data-product-style="material"] li.product.material,body.woocommerce-page ul.products[data-product-style="material"] li.product.material,.woocommerce .span_9 ul.products li.product.material,.woocommerce-page .span_9 ul.products li.product.material,body .woocommerce.columns-1 ul.products li.product.material{margin-right:0%!important;width:100%}.woocommerce .products.related .product.material,.woocommerce .products.upsells .product.material{width:100%!important}}.woocommerce ul.products li.product.classic .product-wrap img{margin-bottom:0}.woocommerce ul.products li.product.classic .onsale{pointer-events:none}.woocommerce ul.products li.product.classic h3,.woocommerce-page ul.products li.product.classic h3{font-size:14px}.woocommerce ul.products li.first.classic,.woocommerce-page ul.products li.first.classic{clear:both}.woocommerce .product-wrap:hover .product-add-to-cart a{-webkit-transform:translateY(0)!important;transform:translateY(0)!important}.woocommerce .classic .product-wrap .add_to_cart_button,.woocommerce .classic .product-wrap .product_type_variable,.woocommerce .classic .product-wrap .product_type_grouped,.woocommerce .classic .product-wrap a.button{position:absolute!important;transform:translateY(101%);-webkit-transform:translateY(101%);top:auto!important;bottom:0;left:0;z-index:20}.woocommerce .classic .product-wrap a.button,.woocommerce ul.products li.product.classic .button{min-height:40px;margin:0}.woocommerce .classic .product-wrap .product-add-to-cart[data-mpbr-quickview="true"]{position:absolute;bottom:0;left:0;width:100%}.woocommerce .classic .product-wrap .product-add-to-cart[data-mpbr-quickview="true"] .add_to_cart_button,.woocommerce .classic .product-wrap .product-add-to-cart[data-mpbr-quickview="true"] .product_type_variable,.woocommerce .classic .product-wrap .product-add-to-cart[data-mpbr-quickview="true"] .product_type_grouped,.woocommerce .classic .product-wrap .product-add-to-cart[data-mpbr-quickview="true"] a.button{position:relative!important;display:block;float:left}.woocommerce .classic a.add_to_cart_button.button.loading{opacity:.55}.woocommerce .classic .product-wrap .product-add-to-cart .add_to_cart_button,.woocommerce .classic .product-wrap .product-add-to-cart .button.product_type_variable,.woocommerce .classic .product-wrap .product-add-to-cart .button{width:100%}.woocommerce .classic .product-add-to-cart .add_to_cart_button span,.woocommerce .classic .product-add-to-cart .mpbr_quick_view span,.woocommerce .classic .product-add-to-cart .add_to_cart_button i,.woocommerce .classic .product-add-to-cart .mpbr_quick_view i{transition:opacity 0.25s ease}.woocommerce .classic .product-add-to-cart .add_to_cart_button.product_type_variable i{display:none}.woocommerce .classic .product-add-to-cart .add_to_cart_button:hover span,.woocommerce .classic .product-add-to-cart .mpbr_quick_view:hover span,.woocommerce .classic .product-add-to-cart .add_to_cart_button:hover i,.woocommerce .classic .product-add-to-cart .mpbr_quick_view:hover i{opacity:.8}.woocommerce .classic .product-wrap .product-add-to-cart[data-mpbr-quickview="true"] .add_to_cart_button,.woocommerce .classic .product-wrap .product-add-to-cart[data-mpbr-quickview="true"] .button.product_type_variable,.woocommerce .classic .product-wrap .product-add-to-cart[data-mpbr-quickview="true"] a.button.product_type_simple{border-radius:3px 0 0 3px!important;width:calc(100% - 46px)}.woocommerce .classic .product-wrap .product-add-to-cart .button.product_type_grouped{width:100%;line-height:24px;border-radius:3px!important}.woocommerce .classic .product-wrap .product-add-to-cart[data-mpbr-quickview="true"] .mpbr_quick_view{border-radius:0 3px 3px 0!important;margin:0;width:46px}.woocommerce .classic .product-wrap .product-add-to-cart[data-mpbr-quickview="true"] .mpbr_quick_view:after{background-color:rgb(255 255 255 / .07);position:absolute;top:0;left:0;width:100%;height:100%;display:block;content:''}.woocommerce .classic .product-wrap .add_to_cart_button i,.woocommerce .classic .product-wrap .mpbr_quick_view i,.text_on_hover.product .mpbr_quick_view i{background-color:#fff0;height:20px;line-height:20px;width:16px;margin-right:8px}.woocommerce .classic .product-wrap .mpbr_quick_view i{margin-right:0}.woocommerce .classic .product-wrap .mpbr_quick_view span{display:none}.woocommerce .classic .product-wrap .product-add-to-cart .button,.woocommerce .classic .product-wrap .add_to_cart_button,.woocommerce .classic .product-wrap .mpbr_quick_view,.woocommerce .classic .product-wrap .button.product_type_variable,.woocommerce .classic .product-wrap a.button.product_type_simple{line-height:24px;font-size:14px}.woocommerce .classic .product-wrap .mpbr_quick_view,.woocommerce .classic .product-wrap .add_to_cart_button,.woocommerce .classic .product-wrap .button.product_type_variable,.woocommerce .classic .product-wrap a.button.product_type_simple{padding:8px 15px}.woocommerce ul.products li.product.classic .onsale,.woocommerce-page ul.products li.product.classic .onsale{width:auto}@media only screen and (max-width:999px){.woocommerce .classic .product-wrap .product-add-to-cart[data-mpbr-quickview="true"] .add_to_cart_button,.woocommerce .classic .product-wrap .product-add-to-cart[data-mpbr-quickview="true"] .button.product_type_variable,.woocommerce .classic .product-wrap .product-add-to-cart[data-mpbr-quickview="true"] a.button.product_type_simple{width:100%!important}}body[data-smooth-scrolling="0"] #header-outer .cart-menu{padding-right:0}body[data-smooth-scrolling="0"] #header-outer .widget_shopping_cart{right:0}#header-outer .icon-shopping-cart{font-size:20px;height:auto;line-height:20px;border-radius:0;-webkit-border-radius:0;text-indent:-9999px;background-repeat:no-repeat;background-color:#fff0}.woocommerce #payment,.woocommerce-page #payment,#add_payment_method #payment,.woocommerce-cart #payment,.woocommerce-checkout #payment{background-color:#fff0}.woocommerce #order_review #payment #place_order{float:none}body.original #top nav ul .mpbr-woo-cart>div{padding-left:0}body.original .buttons .mpbr-woo-cart{pointer-events:none;width:0;padding-left:0;-webkit-transition:all 0.4s ease;transition:all 0.4s ease}body.original .buttons.product_added .mpbr-woo-cart{pointer-events:all;width:45px;padding-left:19px}body.original #header-outer .cart-menu-wrap{-webkit-transform:scale(0);transform:scale(0);-webkit-transition:transform 0.4s ease 0.2s;transition:transform 0.4s ease 0.2s}body.original #header-outer .cart-menu-wrap.has_products{-webkit-transform:scale(1);transform:scale(1)}.woocommerce-checkout #payment div.payment_box:before{display:none}#header-outer .cart-menu-wrap{top:0;height:100%}#header-outer .cart-outer .widget_shopping_cart_content p.woocommerce-mini-cart__empty-message{padding:20px;width:240px;font-size:14px;line-height:22px}#header-outer .cart-outer .blockUI.blockOverlay{opacity:0.2!important}.mpbr-slide-in-cart:not(.style_slide_in_click) .blockUI.blockOverlay{opacity:0.7!important;background-color:#fff!important}html:not(.js) #header-outer .cart-menu-wrap{visibility:visible}.woocommerce-cart .cart-collaterals .cart_totals table td,.woocommerce-cart .cart-collaterals .cart_totals table th{padding:6px 0}#header-outer .cart-menu{z-index:10000;right:0;top:0}#header-outer .cart-menu .icon-shopping-cart{left:0;margin-top:-1px;top:auto;position:absolute;width:24px}#header-outer .cart-menu .cart-icon-wrap{margin-left:0;height:24px;line-height:18px;position:relative}#header-outer .cart-menu .cart-icon-wrap i{background-color:#fff0;border-radius:0;line-height:18px;height:21px;position:absolute;top:2px;left:0;width:22px;color:rgb(0 0 0 / .4)}#header-outer .cart-menu .cart-contents{padding-left:0;position:relative}#header-outer .widget_shopping_cart,.woocommerce .cart-notification,#header-outer .cart-notification{display:none;position:absolute;right:16px;z-index:100000}body[data-smooth-scrolling="0"] #header-outer .widget_shopping_cart,body[data-smooth-scrolling="0"] .woocommerce .cart-notification,body[data-smooth-scrolling="0"] #header-outer .cart-notification{right:0}.cart-outer .cart-notification{width:240px;display:none;margin-top:0;line-height:20px}#header-outer .cart-outer .cart-notification{padding:20px;font-size:12px}.woocommerce .cart-notification .item-name:before,#header-outer .cart-notification .item-name:before{content:'"'}.woocommerce .cart-notification .item-name:after,#header-outer .cart-notification .item-name:after{content:'"'}.woocommerce .cart-notification img,#header-outer .cart-notification img{float:right;width:55px;height:auto;margin-left:14px}.quantity .minus~input[type=number]::-webkit-inner-spin-button,.quantity .minus~input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.quantity .minus~input[type=number]{-moz-appearance:textfield;margin:0}#header-outer .total,.mpbr-slide-in-cart .total{clear:both;color:#ccc;padding:17px 20px;border:0}#header-outer .total,#header-outer .total strong,.mpbr-slide-in-cart .total,.mpbr-slide-in-cart .total strong{font-size:18px;font-family:'Open Sans';font-weight:600;font-weight:400;letter-spacing:-1px}.woocommerce a.button,.woocommerce-page a.button,.woocommerce button.button,.woocommerce-page button.button,.woocommerce input.button,.mpbr-quick-view-box a.button,.woocommerce-page input.button,.woocommerce #respond input#submit,.woocommerce-page #respond input#submit,.woocommerce #content input.button,.woocommerce-page #content input.button{background-color:#333;box-shadow:none;-webkit-box-shadow:none;background-image:none;text-shadow:none;-webkit-text-shadow:none;border:none;background-repeat:no-repeat;color:#FFF;cursor:pointer;display:inline-block;font-size:12px;line-height:12px;padding:10px 10px;position:relative;text-align:center;text-transform:capitalize;font-weight:400;transition:all 0.25s ease 0s}body #top nav .widget_shopping_cart a.button,.woocommerce #respond input#submit:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover,.woocommerce #respond input#submit.disabled,.woocommerce #respond input#submit:disabled,.woocommerce #respond input#submit:disabled[disabled],.woocommerce a.button.disabled,.woocommerce a.button:disabled,.woocommerce a.button:disabled[disabled],.woocommerce button.button.disabled,.woocommerce button.button:disabled,.woocommerce button.button:disabled[disabled],.woocommerce input.button.disabled,.woocommerce input.button:disabled,.woocommerce input.button:disabled[disabled],.woocommerce #respond input#submit.disabled:hover,.woocommerce #respond input#submit:disabled:hover,.woocommerce #respond input#submit:disabled[disabled]:hover,.woocommerce a.button.disabled:hover,.woocommerce a.button:disabled:hover,.woocommerce a.button:disabled[disabled]:hover,.woocommerce button.button.disabled:hover,.woocommerce button.button:disabled:hover,.woocommerce button.button:disabled[disabled]:hover,.woocommerce input.button.disabled:hover,.woocommerce input.button:disabled:hover,.woocommerce input.button:disabled[disabled]:hover{color:#FFF}.woocommerce #respond input#submit,.woocommerce-page #respond input#submit{padding:15px 22px}.woocommerce .cart-collaterals .cart_totals table th,.woocommerce-page .cart-collaterals .cart_totals table th,.woocommerce .cart-collaterals .cart_totals table td,.woocommerce-page .cart-collaterals .cart_totals table td{padding-bottom:10px}@media only screen and (min-width:1000px){.woocommerce-cart .span_8{padding-right:30px}}body .cart-collaterals .order-total{border-top:1px solid rgb(0 0 0 / .1);border-bottom:1px solid rgb(0 0 0 / .1)}.woocommerce li[class*="fa-"].product{height:auto}.woocommerce-page:not([data-form-submit="see-through"]) div[data-project-style="classic"] button[type="submit"].single_add_to_cart_button:hover,.woocommerce input[type="submit"][name="apply_coupon"]:hover,.woocommerce input[type="submit"][name="update_cart"]:hover,.woocommerce button[type="submit"][name="calc_shipping"]:hover{background-color:#333333!important}.woocommerce input[type="submit"][name="apply_coupon"]:hover,.woocommerce input[type="submit"][name="update_cart"]:hover,.woocommerce button[type="submit"][name="calc_shipping"]:hover{opacity:.8}.woocommerce .span_4 input[type="submit"].checkout-button:hover,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,.woocommerce #order_review #payment #place_order:hover{opacity:.8}.woocommerce .span_4 input[type="submit"].checkout-button,.checkout input[type="submit"]#place_order{width:100%!important;margin-top:10px}.woocommerce-cart .wc-proceed-to-checkout{padding:0}.woocommerce-cart .wc-proceed-to-checkout a{padding:10px}.woocommerce-page button[type="submit"].single_add_to_cart_button,body[data-form-submit="regular"].woocommerce-page .container-wrap button[type=submit].single_add_to_cart_button{font-size:16px;padding:20px 45px!important;transition:all 0.2s ease}.woocommerce-page .woocommerce p.return-to-shop a.wc-backward{padding:20px 45px;transition:all 0.2s ease}.woocommerce-page .woocommerce p.cart-empty{padding-bottom:25px;padding-top:10%;color:#000;background-color:transparent!important;text-align:center;margin-bottom:20px}.woocommerce-page.woocommerce-cart .woocommerce p.cart-empty{padding-left:2em!important;padding-right:2em!important}.woocommerce-page .woocommerce p.return-to-shop{padding-bottom:10%;text-align:center}.woocommerce-page .woocommerce p.return-to-shop a.button.wc-backward{display:inline-block}.woocommerce .cart .quantity{position:relative}.woocommerce div.product div.images .woocommerce-product-gallery__trigger{background-image:none;display:inline-block;vertical-align:middle;border:none;position:relative;transition:all 0.25s ease;box-shadow:0 2px 12px rgb(0 0 0 / .08);border-radius:50px!important;background-color:#fff;-webkit-appearance:none}.woocommerce-mini-cart li .product-details>a{font-size:16px}.woocommerce-mini-cart li .modify>.quantity{margin:15px 0}.widget_shopping_cart li{display:flex;padding:15px 0;align-items:center}#header-outer .widget_shopping_cart li{align-items:flex-start}.mpbr-slide-in-cart.style_slide_in .widget_shopping_cart li{display:block}#sidebar .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item{padding:15px 0}#sidebar .widget_shopping_cart .woocommerce-mini-cart>li:first-child{padding-top:0}.woocommerce .cart .quantity label.screen-reader-text{display:none}.woocommerce .cart .quantity.hidden input.plus,.woocommerce .cart .quantity.hidden input.minus{visibility:hidden;pointer-events:none}#header-outer a.cart-contents .cart-wrap span{border-radius:99px;color:#FFF;display:inline-block;font-size:11px;font-weight:400;line-height:17px;right:7px;margin-left:4px;text-align:center;width:17px;height:17px}#header-outer .cart-wrap{position:relative;right:-7px;top:-7px;font-size:12px;margin-right:0;z-index:10;float:right}#header-outer nav.cart-active #search-btn{margin-left:10px}#header-outer nav.cart-active #search-btn>div{padding-left:10px}.woocommerce ul.products li.product .product-wrap img,.woocommerce-page ul.products li.product .product-wrap img{width:100%;height:auto;display:block}.woocommerce ul.products li.product .product-wrap:hover img.hover-gallery-image,.woocommerce ul.products li.product .product-wrap:hover picture.hover-gallery-image{opacity:1}.woocommerce ul.products li.product .product-wrap img.hover-gallery-image,.woocommerce ul.products li.product .product-wrap picture.hover-gallery-image{position:absolute;z-index:10;top:0;left:0;opacity:0;-ms-transition:opacity 0.3s cubic-bezier(.21,.6,.35,1);transition:opacity 0.3s cubic-bezier(.21,.6,.35,1);-webkit-transition:opacity 0.3s cubic-bezier(.21,.6,.35,1);transform:translateZ(0) scale(1,1)}.woocommerce div.product div.images.woocommerce-product-gallery .product-slider img,.woocommerce div.product div.images.woocommerce-product-gallery.default-woo-gallery img{margin-bottom:0}.woocommerce ul.products li.product img,.woocommerce-page ul.products li.product img,.woocommerce div.product div.images img,.woocommerce-page div.product div.images img,.woocommerce #content div.product div.images img,.woocommerce-page #content div.product div.images img{box-shadow:none;-webkit-box-shadow:none}.woocommerce ul.products li.product h3,.woocommerce-page ul.products li.product h3,.woocommerce ul.products li.product h2,.woocommerce-page ul.products li.product h2{font-family:'Open Sans';font-weight:400;line-height:23px;font-size:18px;margin-top:10px;text-transform:none;letter-spacing:0;padding:.5em 0 .3em 0}.woocommerce ul.products li.product .woocommerce-loop-product__title{line-height:23px;font-size:18px;margin-top:10px}.woocommerce div.product[data-tab-pos="in_sidebar"] div.summary,.woocommerce-page div.product[data-tab-pos="in_sidebar"] div.summary,.woocommerce #content div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce div.product div.images,.woocommerce-page div.product div.images,.woocommerce #content div.product div.images,.woocommerce-page #content div.product div.images{width:100%!important;margin-bottom:0!important}#ajax-content-wrap .component .composited_product_images,.woocommerce-page #ajax-content-wrap div.product div.composited_product_images{width:20%!important}.product[data-tab-pos*="fullwidth"] .summary.entry-summary{width:57.5%}@media only screen and (max-width:999px){.product[data-tab-pos*="fullwidth"] .summary.entry-summary{width:100%}.woocommerce div.product div.summary{width:100%}}.product[data-hide-product-sku="1"] .product_meta .sku_wrapper{display:none}.woocommerce .quantity input.qty,.woocommerce-page .quantity input.qty,.woocommerce #content .quantity input.qty,.woocommerce-page #content .quantity input.qty{float:none!important}.woocommerce div.product form.cart div.quantity{float:none}.woocommerce div.product form.cart div.quantity,.woocommerce-page div.product form.cart div.quantity,.woocommerce #content div.product form.cart div.quantity,.woocommerce-page #content div.product form.cart div.quantity{margin-right:20px}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{width:23.45%;margin-right:2%;margin-bottom:2%}.woocommerce .span_9 ul.products li.product,.woocommerce-page .span_9 ul.products li.product{width:32%;margin-right:2%;margin-bottom:2%}nav.woocommerce-pagination{margin-top:50px}@media only screen and (min-width:1000px){.woocommerce.columns-4 ul.products.columns-4 li.text_on_hover,.woocommerce.columns-4 ul.products.columns-4 li.classic{margin-right:2%;clear:none}.woocommerce.columns-4 ul.products.columns-4 li.text_on_hover:nth-child(4n+4),.woocommerce.columns-4 ul.products.columns-4 li.classic:nth-child(4n+4){margin-right:0%}.woocommerce.columns-4 ul.products.columns-4 li.text_on_hover:nth-child(4n+5),.woocommerce.columns-4 ul.products.columns-4 li.classic:nth-child(4n+5){clear:both}.woocommerce.columns-3 ul.products.columns-3 li.text_on_hover,.woocommerce.columns-3 ul.products.columns-3 li.classic{margin-right:2%;clear:none;width:32%}.woocommerce.columns-3 ul.products.columns-3 li.text_on_hover:nth-child(3n+3),.woocommerce.columns-3 ul.products.columns-3 li.classic:nth-child(3n+3){margin-right:0%}.woocommerce.columns-3 ul.products.columns-3 li.text_on_hover:nth-child(3n+4),.woocommerce.columns-3 ul.products.columns-3 li.classic:nth-child(3n+4){clear:both}.woocommerce.columns-2 ul.products.columns-2 li.text_on_hover,.woocommerce.columns-2 ul.products.columns-2 li.classic{margin-right:2%;clear:none}.woocommerce.columns-2 ul.products.columns-2 li.text_on_hover:nth-child(2n+2),.woocommerce.columns-2 ul.products.columns-2 li.classic:nth-child(2n+2){margin-right:0%}.woocommerce.columns-2 ul.products.columns-2 li.text_on_hover:nth-child(2n+3),.woocommerce.columns-2 ul.products.columns-2 li.classic:nth-child(2n+3){clear:both}}@media only screen and (min-width:1000px){.full-width-content .woocommerce.columns-3 ul.products.columns-3 li.text_on_hover,.full-width-content .woocommerce.columns-3 ul.products.columns-3 li.classic{margin-left:0%;width:30.75%}.full-width-content .woocommerce.columns-3 ul.products.columns-3 li.text_on_hover:nth-child(3n+4),.full-width-content .woocommerce.columns-3 ul.products.columns-3 li.text_on_hover:nth-child(1),.full-width-content .woocommerce.columns-3 ul.products.columns-3 li.classic:nth-child(3n+4),.full-width-content .woocommerce.columns-3 ul.products.columns-3 li.classic:nth-child(1){margin-left:2%}}.woocommerce ul.products li.first,.woocommerce-page ul.products li.first{clear:none}@media only screen and (max-width:1500px) and (min-width:1000px){.woocommerce ul.products li.first,.woocommerce-page ul.products li.first{clear:both}.full-width-content ul.products li.product,.woocommerce-page .full-width-content ul.products li.product{width:22.45%}.full-width-content ul.products li:nth-child(4n+1),.woocommerce-page .full-width-content ul.products li:nth-child(4n+1){margin-left:2%}.full-width-content .columns-2 ul.products li:nth-child(4n+1),.woocommerce-page .full-width-content .columns-2 ul.products li:nth-child(4n+1){margin-left:0}.woocommerce-page .full-width-content ul.products li.product.last,.full-width-content ul.products li.product.last{margin-right:2%}}@media only screen and (min-width:1500px){.woocommerce ul.products li.first,.woocommerce-page ul.products li.first{clear:both}.full-width-content .vc_span12 ul.products li.product,.woocommerce-page .full-width-content ul.products li.product{width:17.54%}.woocommerce-page .full-width-content .vc_span12 ul.products li.product.last,body .full-width-content .vc_span12 ul.products li.product.last,.woocommerce-page .full-width-content ul.products li.product.last,.woocommerce-page .full-width-content ul.products li.product.last{margin-right:2%}.full-width-content .vc_span12 ul.products li.first,.woocommerce-page .full-width-content ul.products li.first{clear:none!important}.full-width-content .vc_span12 ul.products li:nth-child(5n+6),.woocommerce-page .full-width-content ul.products li:nth-child(5n+6){clear:both}.full-width-content .vc_span12 ul.products li:nth-child(5n+1),.woocommerce-page .full-width-content .vc_span12 ul.products li:nth-child(5n+1),.woocommerce-page .full-width-content ul.products li:nth-child(5n+1),.woocommerce-page .full-width-content .vc_span12 ul.products li:nth-child(5n+1){margin-left:2%}}@media only screen and (max-width:999px) and (min-width:690px){.woocommerce .full-width-content>ul.products[data-product-style="text_on_hover"],.woocommerce-page .full-width-content>ul.products[data-product-style="text_on_hover"],.woocommerce .full-width-content>ul.products[data-product-style="classic"],.woocommerce-page .full-width-content>ul.products[data-product-style="classic"]{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;padding:15px}.woocommerce .full-width-content>ul.products[data-product-style="text_on_hover"] li.product,.woocommerce-page .full-width-content>ul.products[data-product-style="text_on_hover"] li.product,.woocommerce .full-width-content>ul.products[data-product-style="classic"] li.product,.woocommerce-page .full-width-content>ul.products[data-product-style="classic"] li.product{float:none;margin:0!important;width:33.3%;padding:15px}body .full-width-content .vc_span12 ul.products li.product,.woocommerce-page .full-width-content ul.products li.product{width:27.7%}body .full-width-content .vc_span12 ul.products li:nth-child(3n+1),.woocommerce-page .full-width-content ul.products li:nth-child(3n+1){margin-left:4%;margin-right:4%}.woocommerce-page .full-width-content ul.products li.product.last,body .full-width-content .vc_span12 ul.products li.product.last{margin-right:4%}body .full-width-content .vc_span12 ul.products li:nth-child(3n+4),.woocommerce-page .full-width-content ul.products li:nth-child(3n+4){clear:both!important}body .full-width-content .vc_span12 ul.products li.first,.woocommerce-page .full-width-content ul.products li.first{clear:none}body .full-width-content .vc_span12 ul.products li:nth-child(3n+3),.woocommerce-page .full-width-content ul.products li:nth-child(3n+3){clear:none}body .full-width-content .vc_span12 ul.products li:nth-child(2n+2),body.woocommerce-page .full-width-content ul.products li.product:nth-child(2n+2),body .full-width-content .vc_span12 .woocommerce ul.products li:nth-child(2n+2){margin-right:4%}body .full-width-content .page-title,.woocommerce .full-width-content .woocommerce-result-count,.full-width-content .woocommerce-breadcrumb{padding-left:4%}.full-width-content .woocommerce-ordering{right:4%}body .full-width-content .vc_span12 ul.products li.product:nth-child(2n),.woocommerce-page .full-width-content ul.products li.product:nth-child(2n){float:left}.full-width-content .vc_span12 ul.products li.product,.woocommerce-page .full-width-content ul.products li.product{clear:none}.woocommerce ul.products li.first.classic,.woocommerce-page ul.products li.first.classic{clear:none}}@media only screen and (max-width:690px){body .full-width-content .vc_span12 ul.products li:nth-child(4n+1),.woocommerce-page .full-width-content ul.products li:nth-child(4n+1){margin-left:5%}.woocommerce-page .full-width-content ul.products li.product.last,body .full-width-content .vc_span12 ul.products li.product.last{margin-right:5%}body .full-width-content .page-title,.full-width-content .woocommerce-result-count,body .full-width-content .woocommerce-ordering{padding-left:5%;padding-right:5%;right:0}body .full-width-content .vc_span12 ul.products li:nth-child(2n+2),.woocommerce-page .full-width-content ul.products li:nth-child(2n+2),body .full-width-content .vc_span12 .woocommerce ul.products li:nth-child(2n+2){margin-right:5%}body .full-width-content .vc_span12 ul.products li:nth-child(2n+3),.woocommerce-page .full-width-content ul.products li:nth-child(2n+3){margin-left:5%}body .full-width-content .vc_span12 ul.products li.product,body.woocommerce-page .full-width-content ul.products li.product{width:42.5%}.woocommerce ul.products .text_on_hover.product .add_to_cart_button,.text_on_hover.product a.added_to_cart{padding:10px 13px;width:100%;margin-top:10px}}.woocommerce .full-width-content .page-title,.woocommerce .full-width-content .woocommerce-result-count,body .full-width-content .woocommerce-breadcrumb{padding-left:2%}.woocommerce .full-width-content .woocommerce-ordering{right:2%}.woocommerce .full-width-content .woocommerce-result-count{margin-right:2%}.woocommerce .full-width-content{position:relative}.woocommerce-page .full-width-content{margin-top:0!important}.woocommerce mark{background-color:transparent!important}@media only screen and (max-width:690px){.woocommerce .shop_table .coupon{border:none;margin-top:30px;padding:0}.woocommerce table.cart td.actions{padding:20px}.woocommerce table.cart td.actions button[type="submit"]{margin-top:20px;margin-bottom:20px}.woocommerce .shop_table .coupon input,.woocommerce .shop_table .coupon input#coupon_code{width:100%!important;margin-top:10px}}#ajax-content-wrap .related.products>h2,#ajax-content-wrap .upsells.products>h2,#ajax-content-wrap #comments h2,#ajax-content-wrap #review_form h3,#ajax-content-wrap .cart_totals h2,#ajax-content-wrap .shipping_calculator h2,#ajax-content-wrap .cross-sells>h2,#ajax-content-wrap .cart-collaterals>h2{font-size:30px;line-height:40px}.woocommerce-page ul.products li.product.last,.woocommerce ul.products li.product.last{margin-right:0}.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{font-size:12px}.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-button:after,.woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-button:after{font-size:18px}body[data-fancy-form-rcs="1"] .cart_totals #shipping_method li,body[data-fancy-form-rcs="1"] .order-review #shipping_method li{text-indent:0;position:relative}.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p{padding-bottom:1.5em}.wc-proceed-to-checkout .button.checkout-button,.woocommerce #order_review #payment #place_order,body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{font-size:1.25em;padding:25px!important;display:block;text-align:center;width:100%}.woocommerce .products.related,.woocommerce .products.upsells{clear:both}.woocommerce ul.products li.product .text-on-hover-wrap .price del,.woocommerce-page ul.products li.product .text-on-hover-wrap .price del{color:rgb(0 0 0 / .7)!important}.woocommerce .pp_gallery{opacity:1;display:block}.woocommerce .product-wrap{overflow:hidden;position:relative}.woocommerce div.product form.cart .group_table .woocommerce-grouped-product-list-item__quantity .button.product_type_external{margin-left:10px;padding:13px 15px!important}.woocommerce div.product form.cart .group_table .woocommerce-grouped-product-list-item__quantity .button.product_type_external i{display:none}div.pp_woocommerce a.pp_expand,div.pp_woocommerce a.pp_contract,div.pp_woocommerce a.pp_expand:before,div.pp_woocommerce a.pp_contract:before{display:none!important}.woocommerce div.product form.cart .variations,.woocommerce .variations,.mpbr-quick-view-box .variations,.woocommerce .mpbr-quick-view-box div.product form.cart .variations{position:relative;width:auto;background-color:#fff0;margin-bottom:40px}.woocommerce .variations td,.mpbr-quick-view-box .variations td{vertical-align:middle!important}.woocommerce .variations th,.mpbr-quick-view-box .variations th,.woocommerce .variations tr,.woocommerce .variations td,.mpbr-quick-view-box .variations td{background-color:transparent!important;border:none!important}div.product .single_variation .price{display:block;margin-top:0}body:not([data-fancy-form-rcs="1"]).woocommerce .reset_variations{display:none!important}.woocommerce[data-fancy-form-rcs="1"] select+.reset_variations{display:none}.woocommerce .reset_variations,.mpbr-quick-view-box .reset_variations{display:inline-block;margin-left:15px;font-size:14px;vertical-align:middle}.woocommerce a.reset_variations:before{display:inline-block;font-size:inherit;position:relative;top:1px;content:"\e117";margin-right:.5407911001em;font-family:'icomoon';speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.woocommerce div.product form.cart .variations td .fancy-select-wrap{display:inline-block;padding-top:0}.woocommerce .product-wrap .add_to_cart_button.added:before,.woocommerce .product-wrap .add_to_cart_button.added:after{background-image:none;content:none!important}.woocommerce .product-wrap img.attachment-shop_catalog{position:relative;display:block;transition:all 0.2s linear;margin-bottom:0!important}a.added_to_cart,.classic a.added_to_cart{display:none;position:absolute!important;text-indent:-9999px}.woocommerce ul.products li.product .price,.woocommerce ul.products li.product .price ins,.woocommerce ul.products li.product .price ins .amount{font-size:18px;line-height:22px;font-family:'Open Sans';font-weight:600}.woocommerce .price ins,body.woocommerce div.product .price ins,.woocommerce ul.products li.product .price ins,.mpbr-quick-view-box .summary .price ins{font-weight:400;text-decoration:none}.mpbr-quick-view-box .summary .price ins{font-weight:700}.mpbr-quick-view-box .summary .price del{color:rgb(145 145 145 / .5);font-size:.67em}.woocommerce .woocommerce-ordering{position:absolute;right:0;bottom:13px;margin-bottom:0}.woocommerce .span_9 .woocommerce-ordering{right:20px}.woocommerce .span_9.col_last .woocommerce-ordering{right:0!important}.woocommerce .post-area .woocommerce-ordering{float:right!important}.woocommerce .post-area .woocommerce-result-count{float:left!important}.mpbr-shop-header{position:relative}.mpbr-shop-header .woocommerce-breadcrumb{padding:13px 0;line-height:40px;margin-bottom:40px}.mpbr-shop-header .woocommerce-breadcrumb .fa.fa-angle-right{font-size:14px}.mpbr-shop-filters{display:flex;align-items:center}.mpbr-shop-filters .mpbr-shop-filter-trigger{height:100%;align-items:center;display:flex}.woocommerce-breadcrumb [class*="fa-"]{line-height:32px;top:-1px;width:20px}body[data-fancy-form-rcs="1"] .woocommerce-ordering .fancy-select-wrap{padding-top:0}.woocommerce .woocommerce-result-count,.woocommerce-page .woocommerce-result-count{float:none;margin-bottom:5px;padding-bottom:15px;position:absolute;bottom:13px;padding:0;right:230px}.woocommerce .woocommerce-breadcrumb{color:inherit}.woocommerce .woocommerce-breadcrumb a,.woocommerce .woocommerce-breadcrumb i{color:#000}.woocommerce .woocommerce-breadcrumb span a,.woocommerce div.product .woocommerce-review-link,.woocommerce.single-product div.product_meta a{padding:1px 0}.woocommerce .woocommerce-breadcrumb span:last-child{opacity:.55}body[data-fancy-form-rcs="1"].woocommerce .woocommerce-result-count,body[data-fancy-form-rcs="1"].woocommerce-page .woocommerce-result-count{right:auto;position:relative;float:right;bottom:auto;margin-bottom:0;margin-top:13px;line-height:40px;display:inline-block}body[data-fancy-form-rcs="1"].woocommerce.woocommerce .woocommerce-ordering{position:relative;float:right;bottom:auto;margin-left:20px;margin-top:13px}body[data-fancy-form-rcs="1"] .woocommerce-ordering .select2-container{min-width:100px;width:auto!important}body[data-fancy-form-rcs="1"] .woocommerce-ordering .select2-container--default .select2-selection--single{border:none!important;box-sizing:content-box;padding-top:5px;padding-bottom:5px;margin-bottom:0;font-weight:600}body[data-fancy-form-rcs="1"] .woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:inherit}.select2-results{padding:4px}.woocommerce .cart-notification{display:none}.woocommerce ul.products li.product .onsale,.woocommerce-page ul.products li.product .onsale,.woocommerce span.onsale,.woocommerce-page span.onsale{z-index:1000;border-radius:100px;-webkit-border-radius:100px;line-height:29px;padding:7px;right:15px;width:44px;margin-top:-8px;box-shadow:none;-webkit-box-shadow:none;background-image:none;text-shadow:none;left:auto;font-family:'Open Sans';font-weight:300}.woocommerce-page .single-product-main-image .onsale{display:none}.woocommerce #pp_full_res .pp_inline p{display:block}.woocommerce .products .classic .star-rating,.woocommerce-page .products .classic .star-rating,.woocommerce-page .products .material .star-rating,.woocommerce .products .material .star-rating,.woocommerce .products .minimal .star-rating{display:none!important}.woocommerce div.product .summary p.price{display:block;color:inherit;font-size:30px;line-height:30px;margin-top:.5em;padding-bottom:1.3em}.woocommerce .summary ins .price{color:#444}.woocommerce .quick_rating .star-rating{float:none;position:relative;top:2px}.woocommerce .review_num{float:left;margin-right:5px}.woocommerce .quick_rating:after{content:"";display:block;height:0;clear:both;visibility:hidden}.woocommerce .quick_rating{margin-bottom:0}.woocommerce div.product .product_title,.woocommerce #content div.product .product_title,.woocommerce-page div.product .product_title,.woocommerce-page #content div.product .product_title{margin-bottom:3px}.woocommerce div.product .woocommerce-product-rating{line-height:1;display:flex;margin-top:15px;margin-bottom:1em;align-items:center}.woocommerce .woocommerce-product-rating .star-rating{margin-right:10px;margin-top:0}.woocommerce .star-rating{height:1.1em!important;width:86px;letter-spacing:4px;font-size:13px}.woocommerce p.stars a.star-1,.woocommerce-page p.stars a{width:1.1em}.woocommerce div.product .woocommerce-review-link{font-size:14px}.woocommerce div.product div.images .woocommerce-product-gallery__trigger{position:absolute}.woocommerce div.product form.cart .variations td,.woocommerce div.product form.cart .variations th,.mpbr-quick-view-box div.product form.cart .variations td,.mpbr-quick-view-box div.product form.cart .variations th{display:block;line-height:1em}.woocommerce div.product form.cart .variations td.label{padding-bottom:6px}.woocommerce div.product form.cart .variations td.label label{line-height:1}.woocommerce div.product form.cart .variations tbody>tr:first-child>td.label{padding-top:0}.woocommerce-page button[type="submit"].single_add_to_cart_button{margin-top:30px}.woocommerce table.shop_attributes,.woocommerce-page table.shop_attributes,body:not(.woocommerce-cart) .main-content table.shop_attributes{margin-top:20px}.woocommerce div.product_meta>span{display:block;line-height:1.4;margin-bottom:10px}.woocommerce div.product_meta>span:last-child{margin-bottom:0}.woocommerce div.product_meta{font-size:14px}.woocommerce div[itemprop="description"] ul{margin-left:0}.woocommerce div.product div.images div.thumbnails a,.woocommerce #content div.product div.images div.thumbnails a,.woocommerce-page div.product div.images div.thumbnails a,.woocommerce-page #content div.product div.images div.thumbnails a{width:22.1%!important}.woocommerce div.product div.images div.thumbnails a.first,.woocommerce #content div.product div.images div.thumbnails a.first,.woocommerce-page div.product div.images div.thumbnails a.first,.woocommerce-page #content div.product div.images div.thumbnails a.first{clear:none!important}.woocommerce div.product div.images div.thumbnails a.last,.woocommerce #content div.product div.images div.thumbnails a.last,.woocommerce-page div.product div.images div.thumbnails a.last,.woocommerce-page #content div.product div.images div.thumbnails a.last{margin-right:3.8%!important}.woocommerce div.product div.images div.thumbnails a:nth-child(4n+4){margin-right:0!important}.woocommerce table.shop_attributes th,.woocommerce-page table.shop_attributes th,.woocommerce table.shop_attributes tr:nth-child(even) td,.woocommerce table.shop_attributes tr:nth-child(even) th{background-color:transparent!important}.woocommerce table.shop_attributes td,.woocommerce-page table.shop_attributes td{font-weight:400;font-style:normal;background-color:#fff0}.woocommerce table.shop_attributes th,.woocommerce-page table.shop_attributes th{color:#333}.woocommerce #tab-reviews #reviews #comments div[itemprop="aggregateRating"] .star-rating{display:none!important}.woocommerce .commentlist li{list-style:none}.woocommerce #content nav.woocommerce-pagination ul li,.woocommerce nav.woocommerce-pagination ul li,.woocommerce-page #content nav.woocommerce-pagination ul li,.woocommerce-page nav.woocommerce-pagination ul li{margin:1px!important}.woocommerce-pagination{padding-bottom:20px}.woocommerce #content nav.woocommerce-pagination ul,.woocommerce nav.woocommerce-pagination ul,.woocommerce-page #content nav.woocommerce-pagination ul,.woocommerce-page nav.woocommerce-pagination ul,.woocommerce #content nav.woocommerce-pagination ul li,.woocommerce nav.woocommerce-pagination ul li,.woocommerce-page #content nav.woocommerce-pagination ul li,.woocommerce-page nav.woocommerce-pagination ul li{border:0!important}div.pp_woocommerce .pp_content_container{background-color:transparent!important;padding:0!important}div.pp_woocommerce .pp_details .pp_description,div.pp_woocommerce .pp_close:before,.woocommerce #pp_full_res .pp_inline p:empty{display:none}.pp_woocommerce .pp_content_container .pp_left{padding-left:40px}.pp_woocommerce .pp_content_container .pp_right{padding-right:40px}div.pp_woocommerce .pp_previous:before,div.pp_woocommerce .pp_next:before{background-image:none;text-shadow:none;-webkit-text-shadow:none;color:#fff;font-size:36px;border:none;box-shadow:none;-webkit-box-shadow:none;font-weight:400}.woocommerce #pp_full_res .pp_inline p{padding-bottom:6px}.woocommerce #pp_full_res .pp_inline #reply-title{margin-bottom:18px}.woocommerce #pp_full_res .comment-form-comment,.woocommerce .comment-form-comment{margin-top:25px!important}.woocommerce #pp_full_res .comment-form-comment textarea{margin:9px 0}.after-product-summary-clear{clear:both}.woocommerce .woocommerce-message,.woocommerce .woocommerce-error,.woocommerce .woocommerce-info,.woocommerce-page .woocommerce-message{box-shadow:none;-webkit-box-shadow:none;border-radius:0;padding-left:15px;-webkit-border-radius:0;background-image:none;color:#fff;border:none;text-shadow:none;-webkit-text-shadow:none}.woocommerce .row .col .woocommerce-info,.woocommerce .row .col .woocommerce-message{padding-bottom:1em}.woocommerce-message a{color:#fff}.woocommerce-message:before,.woocommerce-error:before,.woocommerce-info:before{box-shadow:none;-webkit-box-shadow:none;content:none}.woocommerce .container .woocommerce-message a.button,.woocommerce .container .woocommerce-error a.button,.woocommerce .container .woocommerce-info a.button,.woocommerce-page .container .woocommerce-message a.button,.woocommerce-page .container .woocommerce-error a.button,.woocommerce-page .container .woocommerce-info a.button{padding:0;line-height:inherit;height:1.5em;vertical-align:middle;background-color:#fff0}.container .woocommerce-message .button.wc-forward{margin-left:25px}.woocommerce-message:before{box-shadow:none;-webkit-box-shadow:none;content:'';background-color:#fff0;text-indent:-9999px;display:block;position:absolute;top:10px;width:20px;height:16px}.woocommerce input#coupon_code{width:50%;font-size:14px;line-height:18px;float:none}.woocommerce .checkout_coupon input#coupon_code{width:100%}.woocommerce-cart .cart-collaterals .cart_totals table{margin-bottom:20px}.woocommerce-shipping-calculator p{padding-bottom:0}.woocommerce-shipping-calculator p a{margin-top:3px;display:block}.woocommerce-shipping-calculator>p:first-child a:before{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f0d1";margin-right:.3342343017em}@media only screen and (min-width:770px){.coupon .minimal-form-input{width:54%}}@media only screen and (max-width:770px){body.woocommerce .cart-collaterals .cross-sells ul.products li,body.woocommerce-page .cart-collaterals .cross-sells ul.products li{width:100%;margin-bottom:3em}.woocommerce table.shop_table{margin-bottom:4em}}@media only screen and (max-width:770px){.woocommerce table.cart tbody td{padding:10px 20px;border:none}.woocommerce table.cart tr td:last-child{padding-right:20px}table.cart tr{margin-bottom:15px}table.cart td.product-remove a.remove{position:absolute;font-size:1.4em;top:20px;right:20px}.woocommerce table.cart td.product-thumbnail{padding-top:20px}table.cart td.product-remove{padding:0!important;border-top:1.6em solid;position:relative}.woocommerce-cart .cart-collaterals .woocommerce-shipping-destination{padding-top:1.5em}}.woocommerce-cart .cart-collaterals .cart_totals table td,.woocommerce-cart .cart-collaterals .cart_totals table th{padding:20px;border:none}.woocommerce-cart .woocommerce table.shop_table td{border:none}.woocommerce-cart .woocommerce table.shop_table .product-name a{color:inherit}#add_payment_method .cart-collaterals .shipping-calculator-button::after,.woocommerce-cart .cart-collaterals .shipping-calculator-button::after,.woocommerce-checkout .cart-collaterals .shipping-calculator-button::after{font-size:14px}.woocommerce-cart table tbody tr:nth-child(1n) td:not(.actions),.woocommerce-cart .cart-collaterals table tr:nth-child(1n) th{background-color:rgb(0 0 0 / .01)}.woocommerce-cart table tbody tr:nth-child(2n) td:not(.actions),.woocommerce-cart .cart-collaterals table tr:nth-child(2n) th{background-color:rgb(0 0 0 / .03)}.coupon .minimal-form-input input#coupon_code{width:100%}.woocommerce-page table.cart td.actions .coupon{min-width:50%;text-align:left}.woocommerce .woocommerce-cart-form__contents .actions .button{height:auto}.woocommerce .actions .button{padding:5px 8px 5px 8px;height:29px;line-height:20px}body[data-form-submit="default"] .woocommerce .actions input[type=submit],body[data-form-submit="default"] .woocommerce .actions button[type=submit]{padding:15px 22px}body:not(.ascend) .actions .coupon .button{height:auto}.woocommerce .actions{padding:12px}#add_payment_method table.cart img,.woocommerce-cart table.cart img,.woocommerce-cart table.cart img:not([srcset]),.woocommerce-checkout table.cart img,.woocommerce table.cart img,.woocommerce #content table.cart img,.woocommerce-page table.cart img,.woocommerce-page #content table.cart img{width:90px;margin-bottom:0}.woocommerce table.shop_table,.woocommerce-page table.shop_table{border-radius:0;-webkit-border-radius:0;border:none}.woocommerce table.cart td{padding:25px 20px}@media only screen and (min-width:999px){.woocommerce table.cart td.product-name{width:32%}}@media only screen and (max-width:999px) and (min-width:770px){.woocommerce table.cart td{padding:20px 10px 20px 20px}.woocommerce table.cart td img{height:auto}.woocommerce table.cart td.product-name a{width:23%;font-size:14px;line-height:1.3}}.woocommerce table.cart td.product-remove{padding-right:0}.woocommerce table.cart td.actions,body .woocommerce table.cart td.actions{padding-left:0;padding-right:0}.woocommerce table.cart td.actions{background-color:#fff0}.woocommerce-cart[data-form-style="default"] table.cart td.actions .coupon .input-text{padding:16px}body[data-form-style="minimal"].woocommerce-cart table.cart .minimal-form-input{margin-top:-30px}.woocommerce .widget_shopping_cart .cart_list li a.remove,.woocommerce.widget_shopping_cart .cart_list li a.remove{top:auto;left:auto;position:relative;right:auto;float:right;margin-left:15px;margin-bottom:15px;border:1px solid #fff0;font-size:20px;height:20px;line-height:17px;padding:0;transition:all 0.2s linear 0s;width:10px}.woocommerce.widget_shopping_cart .cart_list li a.remove.with_text{font-size:12px;width:auto;color:inherit!important;float:none;text-align:left;margin-top:7px;margin-left:0}.widget_shopping_cart .mpbr-inactive{display:none}.mpbr-slide-in-cart .widget_shopping_cart .mpbr-inactive{display:block}.woocommerce table.cart a.remove,.woocommerce #content table.cart a.remove,.woocommerce-page table.cart a.remove,.woocommerce-page #content table.cart a.remove{transition:all 0.2s linear;font-size:24px;padding:0;line-height:30px;width:30px;height:30px;-webkit-transition:color 0.2s ease,background-color 0.2s ease;transition:color 0.2s ease,background-color 0.2s ease;color:rgb(0 0 0 / .7)!important;margin:0 auto}table.cart a.remove{font-family:'Open Sans';font-weight:400}.woocommerce table.cart td.product-quantity{min-width:157px}.woocommerce div.product form.cart .group_table td:first-child{min-width:180px}.woocommerce table.cart .product-thumbnail a,.woocommerce table.cart .product-thumbnail a img{display:block}.woocommerce-page table.cart a.remove:hover{color:#fff!important}.woocommerce-cart.material .wc-proceed-to-checkout a.checkout-button{padding:24px}@media only screen and (max-width:768px){.woocommerce table.cart .product-thumbnail a{display:inline-block}.woocommerce-page table.shop_table_responsive tr td.product-thumbnail{text-align:left!important}.woocommerce-page table.cart a.remove{color:#fff!important;width:24px;height:24px;line-height:24px;font-size:18px!important}}.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .shipping_calculator{margin-top:0!important}.woocommerce p.woocommerce-info{padding-left:1em!important}.woocommerce .woocommerce-info a,.woocommerce .woocommerce-error a{color:#fff!important;line-height:1.5em;display:inline-block}.woocommerce-message a{line-height:1.5em;display:inline-block}.woocommerce .woocommerce-info:before{background-color:transparent!important;content:' '!important}.woocommerce-billing-fields .clear,.shipping_address .clear{padding-bottom:0}.woocommerce .payment_methods li{list-style:none}.woocommerce .payment_methods .wc_payment_method.payment_method_stripe img{max-width:40px}.woocommerce .payment_box p{padding-bottom:0;padding-left:10px;line-height:inherit;font-size:inherit}.woocommerce-checkout #payment div.payment_box{background-color:#fff0;line-height:inherit;font-size:inherit;padding-top:0;padding-bottom:0}.woocommerce-checkout #payment ul.payment_methods{border:none;padding:0}.woocommerce-checkout #payment ul.payment_methods li img{margin-right:10px}.product-categories .children,#footer-outer .product-categories .children{margin-left:20px!important;margin-top:10px;margin-bottom:0!important}.select2-drop-active{z-index:10000000!important}.cat-parent{border-bottom:0!important}.checkout #order_review{margin-top:34px}.checkout #order_review .order-review{background-color:#fff0;border-bottom:1px solid rgb(0 0 0 / .1);border-top:1px solid rgb(0 0 0 / .1)}.checkout #order_review .order-review tbody tr:first-child{padding-top:20px}.checkout #order_review .order-review tbody tr:last-child{padding-bottom:20px}.checkout #order_review .order-review tbody tr{display:flex}.checkout #order_review .order-review tbody tr td{margin-left:auto;font-size:16px}.checkout #order_review .order-review tbody tr.order-total td .woocommerce-Price-amount{font-size:22px}.checkout #order_review .order-review tbody tr.order-total>*{padding-bottom:0}.checkout #order_review .order-review #shipping_method label span{color:inherit}.checkout #order_review .order-review td,.checkout #order_review .order-review tr th{border:none}.checkout #order_review tr:nth-child(2n+1){background-color:#fff0}.checkout .col2-set .col-1{width:58%}.checkout .col2-set .col-2{width:39%}@media only screen and (max-width:1000px) and (min-width:769px){.checkout .col2-set .col-1{width:50%}.checkout .col2-set .col-2{width:47%}body .checkout .woocommerce-shipping-fields,body .checkout .woocommerce-billing-fields,body .checkout .woocommerce-additional-fields{padding-right:25px}body .woocommerce-checkout-review-order-table .product-info h4,.woocommerce-checkout #payment p{font-size:14px}}.woocommerce .payment_box{margin:0;background-image:none;box-shadow:none;-webkit-box-shadow:none}.checkout .woocommerce-shipping-fields,.checkout .woocommerce-billing-fields,.checkout .woocommerce-additional-fields{padding-right:45px}.checkout .woocommerce-account-fields label span,.checkout .woocommerce-shipping-fields label span{color:inherit}@media only screen and (max-width:999px){.checkout .woocommerce-shipping-fields,.checkout .woocommerce-billing-fields,.checkout .woocommerce-additional-fields{border:none}}@media only screen and (max-width:768px){.checkout .woocommerce-shipping-fields,.checkout .woocommerce-billing-fields,.checkout .woocommerce-additional-fields{border:none;padding-right:0}}.checkout .woocommerce-billing-fields{padding-bottom:20px}.woocommerce .payment_box:after{border:none}.woocommerce div.product_meta{margin-bottom:20px}body[data-bg-header="true"].woocommerce-checkout .container-wrap .woocommerce,body[data-bg-header="true"].woocommerce-cart .container-wrap .woocommerce{padding-top:45px}.woocommerce-checkout-review-order-table .product-container{background-color:rgb(0 0 0 / .02);padding:20px;max-height:456px;overflow-x:hidden;overflow-y:auto;margin-bottom:30px}.woocommerce-checkout-review-order-table .product-image{float:left;line-height:1px;width:20%}.woocommerce-checkout-review-order-table .product-info{padding-right:30px;float:right;width:75%}.woocommerce-checkout-review-order-table .product-info dl{line-height:1.7}.woocommerce-checkout-review-order-table .product-info dl dt{font-weight:700;padding:0;margin:0 4px 0 0;display:inline-block;clear:left;float:left}.woocommerce-checkout-review-order-table .product-info dl dd{padding:0}.woocommerce-checkout-review-order-table .product-info dl::after{clear:both;content:' ';display:table}.woocommerce-checkout-review-order-table .product-container .cart_item{display:flex;align-items:center}.woocommerce-checkout-review-order-table .product-info{display:flex;align-items:center;margin-left:auto;padding-right:0}.woocommerce .woocommerce-checkout-review-order-table table.order-review tr th,.woocommerce .woocommerce-checkout-review-order-table table.order-review tr td{padding:4px 0;line-height:1.6}.woocommerce .woocommerce-checkout-review-order-table table.order-review ul#shipping_method li{margin-bottom:0}.checkout #order_review p{line-height:1.7}.woocommerce-checkout-review-order-table .product-info .woocommerce-Price-amount{margin-left:auto}.woocommerce-checkout-review-order-table .product-info .product-quantity{display:block}.woocommerce-checkout-review-order-table .product-info h4{font-size:16px;line-height:22px;margin-bottom:0}.woocommerce-checkout-review-order-table .product-info h4 a,.woocommerce-checkout-review-order-table .product-info .amount{color:inherit}.woocommerce-checkout-review-order-table .product-info .amount{font-size:14px}.woocommerce-checkout-review-order-table .product-container>div:last-child{margin-bottom:0}.woocommerce-checkout-review-order-table .cart_item{margin-bottom:20px}.woocommerce-checkout-review-order-table .cart_item:after{clear:both;display:block;content:' '}.woocommerce-cart[data-form-style="minimal"] table.cart td.actions .coupon .input-text{border-top:0;border-left:0;border-right:0;border-bottom-width:2px;padding:14px}body[data-form-style="minimal"] .woocommerce-invalid-required-field:not(.woocommerce-validated) .minimal-form-input label:after{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);border-color:#ff2929!important}body[data-form-style="minimal"].woocommerce form .form-row.woocommerce-invalid-required-field:not(.woocommerce-validated) label:not([for*="_state"]) .required,body[data-form-style="minimal"].woocommerce-page form .form-row.woocommerce-invalid-required-field:not(.woocommerce-validated) label:not([for*="_state"]) .required{color:#ff2929!important}body[data-form-style="minimal"].woocommerce form .required{-webkit-transition:color 0.2s cubic-bezier(.39,.71,.56,.98);transition:color 0.2s cubic-bezier(.39,.71,.56,.98)}body[data-fancy-form-rcs="1"] .woocommerce-billing-fields .fancy-select-wrap,body[data-fancy-form-rcs="1"] .woocommerce-shipping-fields .fancy-select-wrap{padding-top:0}body[data-fancy-form-rcs="1"].woocommerce-page #billing_state_field .select2-container--default .select2-selection--single{min-height:40px}.woocommerce .chzn-container-single .chzn-single,.woocommerce .chosen-container-single .chosen-single{background-image:none!important;border:none;padding:4px 10px;background-color:#fff;box-shadow:0 1px 2px rgb(0 0 0 / .16);border-radius:0;-webkit-border-radius:0;box-sizing:content-box;-moz-box-sizing:content-box}.woocommerce .variations td label,.mpbr-quick-view-box .variations td label{font-size:14px}.woocommerce .variations td,.mpbr-quick-view-box .variations td{padding:7px 0}.woocommerce .variations td.value,.mpbr-quick-view-box .variations td.value{padding-top:0;padding-bottom:20px}.woocommerce .variations tr:last-child td.value,.mpbr-quick-view-box .variations tr:last-child td.value{padding-bottom:0}body[data-fancy-form-rcs="1"] .woocommerce-ordering .select2-container--default .select2-results>.select2-results__options{max-height:250px}body[data-fancy-form-rcs="1"] .woocommerce-ordering select{opacity:0;width:125px}@media only screen and (min-width:690px){body[data-fancy-form-rcs="1"] .woocommerce-ordering .select2-dropdown{width:250px!important;right:0;left:auto}body[data-fancy-form-rcs="1"] .woocommerce-ordering .select2-container{left:auto!important;right:0}}body[data-fancy-form-rcs="1"] .woocommerce-ordering .select2-results__option{line-height:1.3}body[data-fancy-form-rcs="1"] .variations_form.cart .variations .select2-container{min-width:200px;width:auto!important}body[data-fancy-form-rcs="1"].woocommerce div.product form.cart .variations select{min-width:200px}body[data-fancy-form-rcs="1"] .woocommerce-ordering .select2-container{width:auto!important}.woocommerce form .form-row{margin:0 0 8px}.woocommerce form .form-row textarea{height:5em}body.woocommerce-checkout:not([data-fancy-form-rcs="1"]) .select2-container--default .select2-selection--single,body.woocommerce-checkout:not([data-fancy-form-rcs="1"]) .select2-container--default .select2-selection--single .select2-selection__rendered,body.woocommerce-checkout:not([data-fancy-form-rcs="1"]) .select2-container--default .select2-selection--single .select2-selection__arrow,body.woocommerce-cart:not([data-fancy-form-rcs="1"]) .cart_totals .select2-container--default .select2-selection--single,body.woocommerce-cart:not([data-fancy-form-rcs="1"]) .cart_totals .select2-container--default .select2-selection--single .select2-selection__rendered,body.woocommerce-cart:not([data-fancy-form-rcs="1"]) .cart_totals .select2-container--default .select2-selection--single .select2-selection__arrow{height:48px;line-height:48px}.woocommerce .chzn-container .chzn-results .highlighted,.woocommerce .chosen-container .chosen-results .highlighted{background-image:none}.woocommerce .chosen-container-single .chosen-search input[type=text]{background:none!important}.woocommerce .chzn-container-active .chzn-single-with-drop,.woocommerce .chosen-container-active .chosen-single-with-drop{background-color:#fff}.woocommerce .chzn-container .chzn-drop,.woocommerce .chosen-container .chosen-drop{border:none}.woocommerce table.order-review th,.woocommerce-page table.order-review th,.woocommerce table.order-review tfoot td,.woocommerce table.order-review tfoot th,.woocommerce-page table.shop_table tfoot td,.woocommerce-page table.shop_table tfoot th{font-family:'Open Sans';font-weight:600;color:#333}.woocommerce table.order-review td{padding:8px}.woocommerce table.order-review td p{padding-bottom:0}.woocommerce table.order-review .order-total td,.woocommerce table.order-review th{font-size:16px;padding:6px}.woocommerce #payment div.form-row,.woocommerce-page #payment div.form-row{padding:15px 0!important}.woocommerce .form-row.terms{float:left;padding-left:0}.woocommerce .form-row.terms #terms{margin-top:-2px;margin-left:5px}.container-wrap .woocommerce-error{margin-left:0;padding-left:10px}.woocommerce-error strong{color:#fff!important}.woocommerce-error:before{content:'';border:none;box-shadow:none;-webkit-box-shadow:none;background-color:#fff0}.woocommerce-cart .shipping-calculator-form button[name="calc_shipping"]{margin-top:10px}.woocommerce .order_details li{list-style:none}.woocommerce .customer_details{margin-bottom:20px}.woocommerce form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last{width:49%;padding:1px}.woocommerce .products{margin-bottom:0!important}.woocommerce a.woocommerce-main-image img{margin-top:9px}.woocommerce .price_slider_amount .clear{padding:0!important}.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content{height:10px;background-color:#EBEBEB;height:10px;background-image:none;border-radius:300px 300px 300px 300px;box-shadow:0 1px 2px rgb(0 0 0 / .12) inset;border-bottom:1px solid #FFF}.woocommerce .widget_price_filter .ui-slider .ui-slider-range,.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range{height:10px;border:none;box-shadow:none;background-image:none;border-radius:300px 300px 300px 300px;box-shadow:0 1px 2px rgb(0 0 0 / .16) inset}.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle{background-color:#F5F5F5;background-image:none;height:20px;width:20px;top:-5px;border:none;box-shadow:0 1px 4px rgb(0 0 0 / .25),0 9px 8px rgb(0 0 0 / .035),0 1px 0 #fff inset}.woocommerce .widget_price_filter .price_slider_amount .button{font-size:12px}.woocommerce .price_slider_amount button.button,.woocommerce .price_slider_amount .price_label,.woocommerce.ascend .price_slider_amount button.button[type="submit"],.woocommerce.ascend .price_slider_amount .price_label{background-color:rgb(0 0 0 / .045);background-repeat:repeat-x;line-height:14px;padding:5px 8px;border-radius:0 0 0 0;margin-top:9px;font-size:12px;color:#000}.woocommerce .price_slider_amount button.button:hover,.woocommerce .price_slider_amount button.button:focus{color:#fff}#ajax-content-wrap .price_slider_amount button.button:hover{transform:none;box-shadow:none}.woocommerce.ascend .price_slider_amount button.button[type="submit"],.woocommerce.ascend .price_slider_amount .price_label{padding:5px 8px!important}.woocommerce.widget_price_filter .price_slider_amount input[type="text"]{opacity:0;position:absolute}body:not(.original) .woocommerce.widget_price_filter .price_slider:not(.ui-slider){display:block!important}.woocommerce.widget_price_filter .price_slider:not(.ui-slider):before,.woocommerce.widget_price_filter .price_slider:not(.ui-slider):after{height:20px;width:20px;display:block;content:'';position:absolute;top:-7px;left:0;border-radius:100px}.woocommerce.widget_price_filter .price_slider:not(.ui-slider){height:3px;overflow:visible;position:relative}.ascend .woocommerce.widget_price_filter .price_slider:not(.ui-slider){height:6px}.woocommerce.widget_price_filter .price_slider:not(.ui-slider):after{right:-4px;left:auto}.ascend .woocommerce.widget_price_filter .price_slider:not(.ui-slider):after{right:-2px}.ascend.woocommerce .widget_price_filter .ui-slider .ui-slider-range,.ascend.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range{height:6px;box-shadow:none}.ascend.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,.ascend.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle,.ascend.woocommerce .woocommerce.widget_price_filter .price_slider:not(.ui-slider):before,.ascend.woocommerce .woocommerce.widget_price_filter .price_slider:not(.ui-slider):after{top:-6px;height:18px;width:18px;background-color:#fff;box-shadow:0 3px 12px 0 rgb(43 43 49 / .09),0 5px 17px 0 rgb(43 43 49 / .11)}.ascend.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,.ascend.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content{box-shadow:none;border-bottom:none}.ascend.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,.ascend.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content{height:6px;background-color:rgb(0 0 0 / .07)!important}.woocommerce.ascend .price_slider_amount .price_label,.woocommerce.material .price_slider_amount .price_label{border:none;background-color:#fff0;padding-right:0}body[data-form-submit="see-through"].woocommerce .price_slider_amount button.button:hover{color:#666!important}.woocommerce.material .price_slider_amount .price_label{padding-left:0!important}body[data-form-submit="regular"].material .container-wrap .widget_price_filter button[type=submit],body[data-form-submit].material .container-wrap .widget_price_filter button[type=submit]{padding:7px 15px!important}.woocommerce.ascend .price_slider_amount button.button[type="submit"]{background-color:transparent!important;border:none!important;padding-left:0!important}.woocommerce.material .price_slider_amount button.button[type="submit"]{float:right}.woocommerce.material .price_slider_amount .price_label{float:left}body[data-button-style="slightly_rounded_shadow"].woocommerce .widget .price_slider_amount button.button[type="submit"]:hover{-webkit-transform:none!important;transform:none!important;box-shadow:none!important}.ascend #sidebar .widget.woocommerce.widget_price_filter>form{padding-top:15px}.woocommerce .price_slider_amount .price_label{float:right;position:relative}.woocommerce ul.cart_list li a,.woocommerce ul.product_list_widget li a,.woocommerce-page ul.cart_list li a,.woocommerce-page ul.product_list_widget li a{font-weight:400}.woocommerce .product_list_widget span,.woocommerce .product_list_widget,.woocommerce.ascend .product_list_widget .star-rating:before{font-size:12px}.woocommerce .widget_top_rated_products .product_list_widget .star-rating span,.widget_top_rated_products .product_list_widget .star-rating span{font-size:13px}.woocommerce .widget_recent_reviews .product_list_widget li,.woocommerce .widget_top_rated_products .product_list_widget li{line-height:26px}.woocommerce .widget_layered_nav ul li a,.woocommerce-page .widget_layered_nav ul li a,.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a{padding-left:25px}#sidebar .woocommerce-widget-layered-nav ul li.select2-selection__choice{padding:4px 8px}.ascend #sidebar .woocommerce-widget-layered-nav ul li.select2-selection__choice{padding:4px 8px!important}#sidebar .woocommerce-widget-layered-nav ul li.select2-search--inline{padding:0}#sidebar .woocommerce-widget-layered-nav ul li.select2-search--inline input{padding:4px!important}.ascend.woocommerce #sidebar .woocommerce-widget-layered-nav ul{margin-top:0}div.widget.woocommerce.widget_product_search,div.widget.woocommerce.widget_product_search form{position:relative}div.widget.woocommerce.widget_product_search button[type=submit]{position:absolute;right:0;top:0;height:100%;padding:15px 22px}body[data-form-submit="see-through"] div.widget.woocommerce.widget_product_search button[type=submit]{padding:12px 22px!important}body[data-form-submit="see-through"].ascend div.widget.woocommerce.widget_product_search button[type=submit],.ascend div.widget.woocommerce.widget_product_search button[type=submit]{padding:18px 22px!important}div.widget.woocommerce.widget_product_search input[type="search"]{padding-right:100px}body[data-form-style="minimal"] div.widget.woocommerce.widget_product_search input[type="search"]{padding-right:100px}body[data-form-style="minimal"] div.widget.woocommerce.widget_product_search .minimal-form-input .screen-reader-text{clip:auto}body[data-form-style="minimal"] div.widget.woocommerce.widget_product_search{position:relative}body[data-form-style="minimal"] div.widget.woocommerce.widget_product_search button[type=submit]{top:auto;bottom:0}.woocommerce .widget_layered_nav ul li a:before,.woocommerce-page .widget_layered_nav ul li a:before{width:12px;height:12px;border-radius:2px;background-color:transparent!important;border:1px solid rgb(0 0 0 / .15);position:absolute;left:0;top:4px;content:' '!important;display:block}.woocommerce .widget_layered_nav ul li.chosen a:after,.woocommerce-page .widget_layered_nav ul li.chosen a:after{content:"\f00c";width:13px;text-align:center;line-height:14px;position:absolute;font-size:12px;left:0;top:4px;font-family:FontAwesome;font-weight:400;font-style:normal;text-decoration:inherit;display:block}.ascend.woocommerce #sidebar div ul li{padding:0 0 12px 0;font-size:15px;line-height:20px}.ascend.woocommerce #sidebar div ul li a{color:inherit}.woocommerce #sidebar div ul li a:hover~.count,.woocommerce #sidebar div ul li.chosen>a~.count,.woocommerce #sidebar div ul .current-cat>.count{color:#fff}.ascend.woocommerce #sidebar h4{color:#000}.ascend.woocommerce #sidebar div ul{margin-top:12px}.ascend.woocommerce #sidebar div ul>li:last-child{padding-bottom:0!important}.widget.woocommerce .product-categories li,.widget.woocommerce .wc-layered-nav-term,.woocommerce .widget_layered_nav ul li,.woocommerce-page .widget_layered_nav ul li{position:relative}@media only screen and (max-width:999px){.ascend.woocommerce #sidebar div ul.yith-wcan-color li{padding-bottom:0!important}.woocommerce-result-count{display:none}}@media only screen and (min-width:691px){body[data-fancy-form-rcs="1"] .woocommerce-ordering .fancy-select-wrap a.select2-choice{border:none}body .woocommerce-ordering .select2-container .select2-choice>.select2-chosen{font-size:14px!important}body[data-fancy-form-rcs="1"] .bigdrop{min-width:200px}}@media only screen and (max-width:690px){.woocommerce .container-wrap .woocommerce-ordering{margin-bottom:20px}}.widget.yith-woocommerce-ajax-product-filter .clear{padding-bottom:0}.widget.woocommerce .product-categories li .count,.widget.woocommerce .wc-layered-nav-term .count,.widget.yith-woocommerce-ajax-product-filter .count{position:absolute;right:0;top:0;border-radius:100px;font-size:11px;text-align:center;line-height:20px;height:20px;width:20px;display:inline-block;-webkit-transition:background-color 0.2s ease,color 0.2s ease;transition:background-color 0.2s ease,color 0.2s ease}body:not(.ascend) .widget.woocommerce .product-categories li .count,body:not(.ascend) .widget.woocommerce .wc-layered-nav-term .count{top:12px}body:not(.ascend) #sidebar .widget.woocommerce li:first-child>.count{top:6px}body:not(.ascend).woocommerce #sidebar .widget_layered_nav ul li a:before,body:not(.ascend).woocommerce-page #sidebar .widget_layered_nav ul li a:before{top:17px}body:not(.ascend).woocommerce #sidebar .widget_layered_nav ul li:first-child a:before{top:8px}body:not(.ascend).woocommerce #sidebar .widget_layered_nav ul li a:after,body:not(.ascend).woocommerce-page #sidebar .widget_layered_nav ul li a:after{top:17px}body:not(.ascend).woocommerce #sidebar .widget_layered_nav ul li:first-child a:after{top:8px}.widget_shopping_cart ul.product_list_widget li img{height:auto;width:75px;margin-left:0;margin-right:15px;float:left;margin-bottom:0;box-shadow:none;-webkit-box-shadow:none}.widget_shopping_cart ul.product_list_widget li img:not([srcset]){width:75px}#footer-outer .widget_shopping_cart .woocommerce-mini-cart__buttons a{color:#fff!important}.material.woocommerce-page ul.product_list_widget li img,.material #header-outer ul.product_list_widget li img{border-radius:4px}.woocommerce-page #sidebar .widget_top_rated_products ul.product_list_widget li img,.woocommerce-page .widget_top_rated_products ul.product_list_widget li img,.row .widget_top_rated_products ul.product_list_widget li img{width:32px}.woocommerce #ajax-content-wrap .widget_layered_nav_filters ul li a,.woocommerce-page .widget_layered_nav_filters ul li a,.material #ajax-content-wrap #sidebar .widget_layered_nav_filters ul li a{border:1px solid rgb(0 0 0 / .1);transition:all 0.2s ease;padding:10px 15px!important;display:block;color:inherit;line-height:1}body[data-button-style^="rounded"] .widget_layered_nav_filters ul li a{border-radius:200px}#ajax-content-wrap .widget_layered_nav_filters ul li a:hover,.material #ajax-content-wrap #sidebar .widget_layered_nav_filters ul li a:hover{border:1px solid rgb(0 0 0 / .25)}.woocommerce #ajax-content-wrap .widget_layered_nav_filters ul li a:before{line-height:inherit;vertical-align:top;margin-top:0}.woocommerce #sidebar .widget_layered_nav_filters ul{margin-top:-10px}.woocommerce #ajax-content-wrap .widget_layered_nav_filters ul li{margin-right:10px;margin-top:10px}.woocommerce .widget_layered_nav_filters ul li a:before{color:inherit;margin-top:3px;display:inline-block}.woocommerce-page .widget_layered_nav_filters ul li{padding:0 1px 1px 0!important;border-bottom:0!important}.woocommerce .ppt{text-indent:-9999px!important}.woocommerce .yith-wcan-reset-navigation.button{padding:13px 15px!important}.woocommerce .yith-wcan-reset-navigation.button:hover{opacity:.8}.woocommerce .widget_layered_nav ul.yith-wcan-label li.chosen a,.woocommerce-page .widget_layered_nav ul.yith-wcan-label li.chosen a,.woocommerce .widget_layered_nav ul.yith-wcan-label li a,.woocommerce-page .widget_layered_nav ul.yith-wcan-label li a{background-color:#fff0;margin:0;transition:background-color 0.2s ease}.widget_layered_nav ul.yith-wcan-label li a:before,.widget_layered_nav ul.yith-wcan-label li a:after{display:none!important}.widget_layered_nav ul.yith-wcan-label li,.woocommerce #sidebar .widget_layered_nav ul.yith-wcan-label li{padding:0!important;margin:-1px -1px 0 0;background-color:#fff}.material .widget_layered_nav ul.yith-wcan-label li,.woocommerce.material #sidebar .widget_layered_nav ul.yith-wcan-label li{border:1px solid rgb(0 0 0 / .1)}body .widget_layered_nav ul.yith-wcan-label li.chosen a,body .widget_layered_nav ul.yith-wcan-label li a:hover,body #sidebar .widget_layered_nav ul.yith-wcan-label li.chosen a,body #sidebar .widget_layered_nav ul.yith-wcan-label li a:hover,.ascend.woocommerce #sidebar .widget_layered_nav ul.yith-wcan-label li a:hover{color:#fff!important;border-color:#fff0}.widget_layered_nav ul.yith-wcan-label li a,body.material .widget_layered_nav ul.yith-wcan-label li a,body #sidebar .widget_layered_nav ul.yith-wcan-label li a{padding:10px 20px!important;line-height:1em}.woocommerce .widget_layered_nav ul.yith-wcan-label li{margin:0}.woocommerce #sidebar .widget_layered_nav ul.yith-wcan-select{margin-bottom:0}.woocommerce #sidebar .widget_layered_nav ul.yith-wcan-select li{border:none;box-shadow:none}.woocommerce-page .widget_layered_nav .yith-wcan-select-wrapper ul li:not(.chosen){opacity:.3}.woocommerce-page .widget_layered_nav .yith-wcan-select-wrapper ul li:hover{opacity:1}.woocommerce-page .widget_layered_nav .yith-wcan-select-wrapper ul li.chosen{box-shadow:none}.woocommerce-page .widget_layered_nav .yith-wcan-select-wrapper ul li.chosen a{background-image:none}@media only screen and (min-width:1000px){.woocommerce #sidebar .widget_layered_nav ul.yith-wcan-color{margin-bottom:-14px}}.woocommerce #sidebar .widget_layered_nav ul.yith-wcan-color li a{border-radius:100px;height:32px;width:32px;position:relative;border:none;margin:0 14px 14px 0;box-shadow:0 0 0 1px rgb(0 0 0 / .1);transition:box-shadow 0.25s ease,transform 0.25s ease}.woocommerce #sidebar .widget_layered_nav ul.yith-wcan-color li.chosen a:after{display:none}.woocommerce #sidebar .widget_layered_nav ul.yith-wcan-color li a:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.woocommerce.original #sidebar .widget_layered_nav ul.yith-wcan-color li{border:none;padding:0}.woocommerce #sidebar .widget_layered_nav ul.yith-wcan-color li a:before,.woocommerce #sidebar .widget_layered_nav ul.yith-wcan-select li a:before,.woocommerce #sidebar .widget_layered_nav ul.yith-wcan-select li a:after{display:none}.woocommerce #sidebar .widget_layered_nav ul.yith-wcan-color li a{padding-left:0!important}.woocommerce .widget_layered_nav ul.yith-wcan-color li a span.multicolor.color-1{border-width:32px 32px 0 0}.woocommerce .widget_layered_nav ul.yith-wcan-color li a span.multicolor.color-2{border-width:0 0 32px 32px}#customer_details p.create-account{padding-left:0;margin-top:30px}.woocommerce-checkout #payment .payment_method_paypal .about_paypal{float:none}body[data-form-style="minimal"] .create-account>p:first-child{padding-bottom:0}.products li.product .mpbr_quick_view{cursor:pointer}@media only screen and (max-width:999px){.products li.product .mpbr_quick_view{display:none!important}}#header-outer .widget_shopping_cart .cart_list li{text-align:left}body .mpbr-quick-view-box h1.product_title.entry-title{padding-right:30px}.mpbr-quick-view-box .single_add_to_cart_button_wrap a span,.products li.product.minimal .product-add-to-cart a span{padding:4px 0}.mpbr-quick-view-box .single_add_to_cart_button_wrap a:hover span,.products li.product.minimal .product-add-to-cart a:hover span,.products li.product.minimal .product-add-to-cart .added_to_cart:hover,.woocommerce-account .woocommerce>#customer_login .mpbr-form-controls .control.active,.woocommerce-tabs .full-width-content[data-tab-style="fullwidth"] ul.tabs li.active a,.woocommerce .woocommerce-info a:hover,.woocommerce .woocommerce-error a:hover,.woocommerce-message a:hover,.woocommerce-MyAccount-content .woocommerce-message a.button:hover,.woocommerce .woocommerce-breadcrumb a:hover,.woocommerce div.product .woocommerce-review-link:hover,.woocommerce.single-product div.product_meta a:hover{background-size:100% 2px}.mpbr-shop-header>.woocommerce-ordering .select2-container--default:hover .select2-selection__rendered,.mpbr-shop-header>.woocommerce-ordering .select2-container--default.select2-container--open .select2-selection__rendered{background-position:right bottom;background-size:0% 2px}.mpbr-quick-view-box .single_add_to_cart_button_wrap a span,.products li.product.minimal .product-add-to-cart a span,.woocommerce-account .woocommerce>#customer_login .mpbr-form-controls .control,.products li.product.minimal .product-add-to-cart .added_to_cart,.woocommerce-tabs .full-width-content[data-tab-style="fullwidth"] ul.tabs li a,.woocommerce .woocommerce-info a,.woocommerce .woocommerce-error a,.woocommerce-message a,.woocommerce .woocommerce-breadcrumb a,.mpbr-shop-header>.woocommerce-ordering .select2-container--default .select2-selection__rendered,.woocommerce div.product .woocommerce-review-link,.woocommerce.single-product div.product_meta a{background-repeat:no-repeat;background-size:0% 2px;background-position:left bottom;background-image:linear-gradient(to right,#000000 0%,#000000 100%);transition:background-size 0.55s cubic-bezier(.2,.75,.5,1)}.mpbr-shop-header>.woocommerce-ordering .select2-container--default .select2-selection__rendered{background-size:100% 2px}.mpbr-quick-view-box .single_add_to_cart_button_wrap a.single_add_to_cart_button span,.woocommerce .woocommerce-info a,.woocommerce .woocommerce-error a,.woocommerce-message a,.woocommerce-MyAccount-content .woocommerce-message a.button{background-image:linear-gradient(to right,#ffffff 0%,#ffffff 100%)}.mpbr-quick-view-box .single_add_to_cart_button_wrap a,.woocommerce-tabs .full-width-content[data-tab-style="fullwidth"] ul.tabs li a,.woocommerce .woocommerce-info a,.woocommerce-message a{position:relative}.mpbr-quick-view-box .summary-content>.mpbr-full-product-link{display:none!important}.mpbr-quick-view-box .mpbr-full-product-link a{color:#000;padding-bottom:4px}.woocommerce.add_to_cart_inline a.button.add_to_cart_button span.price,.woocommerce.add_to_cart_inline a.button.add_to_cart_button .icon-MPBR-cart{display:none}p.woocommerce.add_to_cart_inline{text-align:center}body p.woocommerce.add_to_cart_inline>span.woocommerce-Price-amount,body p.woocommerce.add_to_cart_inline ins>span.woocommerce-Price-amount{display:block;margin-bottom:20px;font-size:22px}body p.woocommerce.add_to_cart_inline{padding:0 0 40px!important;border:none!important}body .woocommerce.add_to_cart_inline a.button.add_to_cart_button{padding:22px 45px;display:inline-block;font-size:14px}body .woocommerce.add_to_cart_inline a.button.add_to_cart_button:hover{opacity:.9}body .woocommerce.add_to_cart_inline a.button.add_to_cart_button.added:after{margin-left:10px}body .woocommerce.add_to_cart_inline a.button.add_to_cart_button.loading{opacity:.5}body .woocommerce.add_to_cart_inline a.button.add_to_cart_button.loading:after{display:none}li.product.no-trans *{visibility:hidden!important}ul.products li.product.no-trans,ul.products li.product.no-trans *,ul.products li.product.no-trans .background-color-expand:before{-webkit-transition:none!important;transition:none!important;transition-delay:0s!important;box-shadow:none}.mpbr-quick-view-box-backdrop{position:fixed;z-index:-1;top:0;left:0;content:'';width:100%;height:100%;cursor:pointer;transition:opacity 0.3s ease;background-color:rgb(0 0 0 / .45);visibility:hidden;pointer-events:none;opacity:0}.mpbr-quick-view-box{display:block;position:fixed;max-width:1050px;visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:left,top,width;pointer-events:none;z-index:20000;min-width:200px;min-height:200px}.mpbr-slide-in-cart-bg{position:fixed;z-index:-9;width:100%;height:100%;left:0;top:0;opacity:0;background-color:rgb(0 0 0 / .45);pointer-events:none;transition:opacity 0.4s cubic-bezier(0,.8,1,1)}.product.open-mpbr-quick-view{transition:opacity .3s ease}.woocommerce-variation-add-to-cart.woocommerce-variation-add-to-cart-enabled{margin-top:30px}.woocommerce div.product .stock,.mpbr-quick-view-box div.product .stock{padding-bottom:15px}.woocommerce ul.products li.product .price del,.woocommerce-page ul.products li.product .price del{font-size:.67em;color:rgb(145 145 145 / .5);display:inline}.woocommerce #content div.product p.price del,.woocommerce #content div.product span.price del,.woocommerce div.product p.price del,.woocommerce div.product span.price del,.woocommerce-page #content div.product p.price del,.woocommerce-page #content div.product span.price del,.woocommerce-page div.product p.price del,.woocommerce-page div.product span.price del{color:rgb(145 145 145 / .5);font-size:.67em}.woocommerce #respond input#submit.loading:after,.woocommerce a.button.loading:after,.woocommerce button.button.loading:after,.woocommerce input.button.loading:after{right:-20px!important;top:0!important}.text_on_hover.product .link-overlay,.classic.product .link-overlay{z-index:100;position:absolute;left:0;top:0;width:100%;height:100%}body #amazon_customer_details.wc-amazon-payments-advanced-populated+#customer_details{display:block}body #amazon_customer_details.wc-amazon-payments-advanced-populated+#customer_details .col-1{display:none}.wc-forward a:after,.wc-forward:after{content:''!important;margin:0!important}.easyzoom{display:block;position:relative}.easyzoom img{vertical-align:bottom}.easyzoom-flyout img{max-width:none!important;width:auto!important;transition:none!important}.easyzoom-flyout{background-color:#fff;width:100%;height:100%;opacity:0;overflow:hidden;position:absolute;top:0;left:0;z-index:1000;transition:opacity 0.25s ease 0s!important;-webkit-transition:opacity 0.25s ease 0s!important}.easyzoom-flyout:hover{opacity:1}#sidebar .widget_shopping_cart .cart_list li a.remove:hover{background-color:#fff0}.cart_item dd p{padding-bottom:0}.woocommerce .cart_item dt{font-family:inherit;color:inherit;font-weight:700}.woocommerce .cart_item dl,body .woocommerce-checkout-review-order-table .product-info .product-quantity{font-size:14px}@media only screen and (max-width:768px){body .woocommerce table.cart .product-thumbnail:before{display:none}body .woocommerce table.cart .product-thumbnail{display:block}}.woocommerce-account[data-fancy-form-rcs="1"] .login-btn-row{margin-top:40px}.woocommerce-account .woocommerce>#customer_login form{display:block;opacity:0;transition:opacity 0.5s ease}.woocommerce-account .woocommerce>#customer_login .visible form{opacity:1}@media only screen and (min-width:768px){.woocommerce-account .woocommerce-MyAccount-navigation{padding-right:30px}}.woocommerce-MyAccount-navigation ul{margin-left:0;border-top:1px solid rgb(0 0 0 / .05)}.woocommerce-MyAccount-navigation ul li{list-style:none;border-bottom:1px solid rgb(0 0 0 / .05);position:relative}.woocommerce-MyAccount-navigation ul li.is-active a:before,.woocommerce-MyAccount-navigation ul li.is-active a,.woocommerce-MyAccount-navigation ul li:hover a{opacity:1}.woocommerce-MyAccount-navigation ul li a{padding:.857em 0;display:block;color:inherit;opacity:.4}.woocommerce-MyAccount-navigation ul li a:before{display:inline-block;font:normal normal normal 1em/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f0f6";line-height:1.618;line-height:inherit;margin-right:15px;text-align:right;float:left;opacity:.4}.woocommerce-MyAccount-navigation ul li a:hover:before{opacity:1}.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before{content:"\f0e4"}.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before{content:"\f291"}.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before{content:"\f1c6"}.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before{content:"\f015"}.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before{content:"\f09d"}.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before{content:"\f007"}.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before{content:"\f08b"}.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--subscriptions a:before{content:"\f021"}.woocommerce div.product div.images .flex-control-thumbs{display:block}.woocommerce figure.woocommerce-product-gallery__wrapper{margin:0}.woocommerce form .shipping-calculator-form .form-row .select2-container{width:100%!important}body .pswp{z-index:1000001}.woocommerce ul.products[data-product-style="text_on_hover"] li.product .woocommerce-loop-product__title{padding-bottom:0}.woocommerce ul.products[data-product-style="text_on_hover"] li.product img{margin-bottom:0}.woocommerce ul.products[data-product-style]:not([data-n-desktop-columns="default"]),.woocommerce ul.products[data-product-style]:not([data-n-desktop-small-columns="default"]),.woocommerce ul.products[data-product-style]:not([data-n-tablet-columns="default"]),.woocommerce ul.products[data-product-style]:not([data-n-phone-columns="default"]){display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;width:100%}.woocommerce ul.products[data-product-style]:not([data-n-desktop-columns="default"]) li.product,.woocommerce ul.products[data-product-style]:not([data-n-desktop-small-columns="default"]) li.product,.woocommerce ul.products[data-product-style]:not([data-n-tablet-columns="default"]) li.product,.woocommerce ul.products[data-product-style]:not([data-n-phone-columns="default"]) li.product{float:none!important;clear:none!important}@media only screen and (min-width:1300px){body.woocommerce:not(.single-product) .full-width-content>ul.products[data-n-desktop-columns="6"],body.woocommerce:not(.single-product) .full-width-content>ul.products[data-n-desktop-columns="5"],body.woocommerce:not(.single-product) .full-width-content>ul.products[data-n-desktop-columns="4"],body.woocommerce:not(.single-product) .full-width-content>ul.products[data-n-desktop-columns="3"],body.woocommerce:not(.single-product) .full-width-content>ul.products[data-n-desktop-columns="2"]{padding:1.5%}body.woocommerce:not(.single-product) ul.products[data-n-desktop-columns="6"],body.woocommerce:not(.single-product) ul.products[data-n-desktop-columns="5"],body.woocommerce:not(.single-product) ul.products[data-n-desktop-columns="4"]{width:101.5%!important}body.woocommerce:not(.single-product) ul.products[data-n-desktop-columns="3"],body.woocommerce:not(.single-product) ul.products[data-n-desktop-columns="2"]{width:102%!important}body.woocommerce:not(.single-product) ul.products[data-n-desktop-columns="6"] li.product{width:15.14%!important;margin:0 1.5% 1.5% 0%!important}body.woocommerce:not(.single-product) ul.products[data-n-desktop-columns="5"] li.product{width:18.44%!important;margin:0 1.5% 1.5% 0%!important}body.woocommerce:not(.single-product) ul.products[data-n-desktop-columns="4"] li.product{width:23.4%!important;margin:0 1.5% 1.5% 0%!important}body.woocommerce:not(.single-product) ul.products[data-n-desktop-columns="3"] li.product{width:31.2%!important;margin:0 2% 2% 0%!important}body.woocommerce:not(.single-product) ul.products[data-n-desktop-columns="2"] li.product{width:47.9%!important;margin:0 2% 2% 0%!important}}@media only screen and (max-width:1300px) and (min-width:1000px){body.woocommerce:not(.single-product) .full-width-content>ul.products[data-n-desktop-small-columns="6"],body.woocommerce:not(.single-product) .full-width-content>ul.products[data-n-desktop-small-columns="5"],body.woocommerce:not(.single-product) .full-width-content>ul.products[data-n-desktop-small-columns="4"],body.woocommerce:not(.single-product) .full-width-content>ul.products[data-n-desktop-small-columns="3"],body.woocommerce:not(.single-product) .full-width-content>ul.products[data-n-desktop-small-columns="2"]{padding:1.5%}body.woocommerce:not(.single-product) ul.products[data-n-desktop-small-columns="6"],body.woocommerce:not(.single-product) ul.products[data-n-desktop-small-columns="5"],body.woocommerce:not(.single-product) ul.products[data-n-desktop-small-columns="4"]{width:101.5%!important}body.woocommerce:not(.single-product) ul.products[data-n-desktop-small-columns="3"],body.woocommerce:not(.single-product) ul.products[data-n-desktop-small-columns="2"]{width:102%!important}body.woocommerce:not(.single-product) ul.products[data-n-desktop-small-columns="6"] li.product{width:15.14%!important;margin:0 1.5% 1.5% 0%!important}body.woocommerce:not(.single-product) ul.products[data-n-desktop-small-columns="5"] li.product{width:18.4%!important;margin:0 1.5% 1.5% 0%!important}body.woocommerce:not(.single-product) ul.products[data-n-desktop-small-columns="4"] li.product{width:23.4%!important;margin:0 1.5% 1.5% 0%!important}body.woocommerce:not(.single-product) ul.products[data-n-desktop-small-columns="3"] li.product{width:31.2%!important;margin:0 2% 2% 0%!important}body.woocommerce:not(.single-product) ul.products[data-n-desktop-small-columns="2"] li.product{width:47.9%!important;margin:0 2% 2% 0%!important}}@media only screen and (max-width:999px) and (min-width:690px){body.woocommerce:not(.single-product) .full-width-content>ul.products[data-n-tablet-columns="4"],body.woocommerce:not(.single-product) .full-width-content>ul.products[data-n-tablet-columns="3"],body.woocommerce:not(.single-product) .full-width-content>ul.products[data-n-tablet-columns="2"]{padding:1.5%}body.woocommerce:not(.single-product) ul.products[data-n-tablet-columns="4"]{width:101.5%!important}body.woocommerce:not(.single-product) ul.products[data-n-tablet-columns="3"],body.woocommerce:not(.single-product) ul.products[data-n-tablet-columns="2"]{width:102%!important}body.woocommerce:not(.single-product) ul.products[data-n-tablet-columns="4"] li.product{width:23.4%!important;margin:0 1.5% 1.5% 0%!important;padding:0}body.woocommerce:not(.single-product) ul.products[data-n-tablet-columns="3"] li.product{width:31.2%!important;margin:0 2% 2% 0%!important;padding:0}body.woocommerce:not(.single-product) ul.products[data-n-tablet-columns="2"] li.product{width:47.9%!important;margin:0 2% 2% 0%!important;padding:0}}@media only screen and (max-width:690px){body.woocommerce:not(.single-product) .full-width-content>ul.products[data-n-phone-columns="4"],body.woocommerce:not(.single-product) .full-width-content>ul.products[data-n-phone-columns="3"],body.woocommerce:not(.single-product) .full-width-content>ul.products[data-n-phone-columns="2"]{padding:1.5%}body.woocommerce:not(.single-product) ul.products[data-n-phone-columns="4"]{width:101.5%!important}body.woocommerce:not(.single-product) ul.products[data-n-phone-columns="3"],body.woocommerce:not(.single-product) ul.products[data-n-phone-columns="2"]{width:102%!important}body.woocommerce:not(.single-product) ul.products[data-n-phone-columns="4"] li.product,body.woocommerce:not(.single-product) ul.products[data-n-phone-columns="4"] li.product.material{width:23.4%!important;margin:0 1.5% 1.5% 0%!important}body.woocommerce:not(.single-product) ul.products[data-n-phone-columns="3"] li.product,body.woocommerce:not(.single-product) ul.products[data-n-phone-columns="3"] li.product.material{width:31.2%!important;margin:0 2% 2% 0%!important}body.woocommerce:not(.single-product) ul.products[data-n-phone-columns="2"] li.product,body.woocommerce:not(.single-product) ul.products[data-n-phone-columns="2"] li.product.material{width:47.8%!important;margin:0 2% 2% 0%!important}body.woocommerce:not(.single-product) ul.products[data-n-phone-columns="1"] li.product,body.woocommerce:not(.single-product) ul.products[data-n-phone-columns="1"] li.product.material,.woocommerce ul.products[data-n-phone-columns="1"] li.product,.woocommerce ul.products[data-n-phone-columns="1"] li.product.material{width:100%!important;margin:0 0% 20px 0%!important}#ajax-content-wrap .related.products>h2,#ajax-content-wrap .upsells.products>h2,#ajax-content-wrap #comments h2,#ajax-content-wrap #review_form h3,#ajax-content-wrap .cart_totals h2,#ajax-content-wrap .shipping_calculator h2,#ajax-content-wrap .cross-sells>h2,#ajax-content-wrap .cart-collaterals>h2{font-size:24px;line-height:34px}}.full-width-content>.woocommerce-products-header .term-description{padding:0 35px}.row .woocommerce-products-header .term-description p{padding-bottom:1.5em}.woocommerce form.login,.woocommerce form.register{border:none;padding:0}.woocommerce-account .woocommerce>#customer_login{padding:6% 0}.woocommerce-account h2.n-disable-reg{margin-top:6%;margin-bottom:40px}body.woocommerce-account .woocommerce-form.woocommerce-form-login.n-disable-reg{margin-bottom:6%}.woocommerce-account .woocommerce>#customer_login .mpbr-form-controls{text-align:center}.woocommerce-account .woocommerce>#customer_login .mpbr-form-controls .control{cursor:pointer;display:inline-block;margin:10px 30px;line-height:1.3em!important;-webkit-transition:background-size 0.55s cubic-bezier(.2,.75,.5,1),opacity 0.25s ease,color 0.25s ease;transition:background-size 0.55s cubic-bezier(.2,.75,.5,1),opacity 0.25s ease,color 0.25s ease;opacity:.25;background-image:linear-gradient(to right,#000000 0%,#000000 100%)}.woocommerce-account.mobile .woocommerce>#customer_login .mpbr-form-controls .control{margin:10px 15px}.woocommerce-account .woocommerce>#customer_login .mpbr-form-controls .control:hover{opacity:1;-webkit-transition:background-size 0.55s cubic-bezier(.2,.75,.5,1),opacity .25 ease,color 0.25s ease;transition:background-size 0.55s cubic-bezier(.2,.75,.5,1),opacity .25 ease,color 0.25s ease}.woocommerce-account .woocommerce>#customer_login .mpbr-form-controls .control.active{opacity:1}.woocommerce-account .woocommerce>#customer_login>.col-1,.woocommerce-account .woocommerce>#customer_login>.col-2,.woocommerce-account .woocommerce-form.woocommerce-form-login.n-disable-reg{max-width:550px;width:100%;float:none;margin:0 auto}.woocommerce-account .woocommerce>#customer_login>.col-1 form>p:nth-child(3){margin-top:15px}#customer_login .woocommerce-LostPassword.lost_password,.woocommerce-account h2.n-disable-reg{text-align:center;position:relative}.woocommerce-account .woocommerce>#customer_login .col-2{display:none}.woocommerce-account .woocommerce>#customer_login .col-1 h2,.woocommerce-account .woocommerce>#customer_login .col-2 h2{display:none}.single-product .entry-summary p.stock.out-of-stock,.mpbr-quick-view-box p.stock.out-of-stock{padding:10px 20px;color:#888!important;border:1px solid rgb(0 0 0 / .1);margin-bottom:20px;display:inline-block}body[data-button-style*="slightly_rounded"].single-product .entry-summary p.stock.out-of-stock,body[data-button-style*="slightly_rounded"] .mpbr-quick-view-box p.stock.out-of-stock{border-radius:4px;-webkit-border-radius:4px}body[data-button-style^="rounded"].single-product .entry-summary p.stock.out-of-stock,body[data-button-style^="rounded"] .mpbr-quick-view-box p.stock.out-of-stock{border-radius:200px;-webkit-border-radius:200px}.woocommerce-account .woocommerce-form-login button.button,.woocommerce-account .woocommerce-form-register button.button{width:100%;margin-top:50px;margin-bottom:5px}.woocommerce-account[data-form-submit="see-through"] .woocommerce-form-login button.button,.woocommerce-account[data-form-submit="see-through"] .woocommerce-form-register button.button{border:2px solid #000}@media only screen and (max-width:768px){#customer_details>div{width:100%}#customer_details #order_review_heading{margin-top:40px}.checkout .woocommerce-billing-fields{padding-right:0}.woocommerce table.shop_table_responsive tr td.actions,.woocommerce-page table.shop_table_responsive tr td.actions{background-color:#fff0}}ul.products[data-n-lazy="1"] li.product .product-wrap>a{display:block;position:relative}.single-product .product[data-gallery-style="left_thumb_sticky"][data-n-lazy="1"] .product-slider .slide,.single-product .product[data-n-lazy="1"] .product-slider .slide,.single-product .product[data-n-lazy="1"] .product-thumbs .thumb-inner{position:relative}.single-product .product[data-n-lazy="1"] .product-thumbs .thumb-inner{line-height:0}.single-product .product[data-n-lazy="1"][data-gallery-style="left_thumb_sticky"] .product-thumbs .thumb img{transition:border-color 0.1s ease,opacity 0.5s ease}ul.products[data-n-lazy="1"] li.product .product-wrap>a:before,.single-product .product[data-gallery-style="left_thumb_sticky"][data-n-lazy="1"] .product-slider .slide:before,.single-product .product[data-n-lazy="1"] .product-slider .slide:before,.single-product .product[data-n-lazy="1"] .default-woo-gallery .slide:before,.single-product .product[data-n-lazy="1"] .product-thumbs .thumb-inner:before{background-color:rgb(0 0 0 / .035);display:block;content:'';width:100%;height:100%;left:0;top:0;position:absolute;pointer-events:none;z-index:-1;transition:opacity 0.5s ease}.single-product .product[data-gallery-style="ios_slider"][data-n-lazy="1"] .product-thumbs .slider .thumb .thumb-inner:before{width:100%;height:100%;left:0;top:0}.single-product .product[data-gallery-style="ios_slider"][data-n-lazy="1"] .product-thumbs .slider.flickity-enabled .thumb .thumb-inner:before{width:calc(100% - 4px);height:calc(100% - 4px);left:2px;top:2px}.single-product .product[data-gallery-style="left_thumb_sticky"][data-n-lazy="1"] .product-thumbs .thumb-inner:before{width:calc(100% - 4px);height:calc(100% - 4px);left:2px;top:2px}@media only screen and (max-width:999px){.single-product .product[data-gallery-style="left_thumb_sticky"][data-n-lazy="1"] .product-thumbs .thumb-inner:before{height:calc(100% - 4px)}}ul.products[data-n-lazy="1"] li.product .product-wrap>a.img-loaded:before,.single-product .product[data-gallery-style="left_thumb_sticky"][data-n-lazy="1"] .product-slider .slide.img-loaded:before,.single-product .product[data-n-lazy="1"] .product-slider .slide.img-loaded:before,.single-product .product[data-n-lazy="1"] .product-thumbs .thumb-inner.img-loaded:before{opacity:0}ul.products li.product img.mpbr-lazy{min-height:100px;background-color:rgb(0 0 0 / .03);transition:border-color 0.1s ease,opacity 0.5s ease}.single-product .product[data-n-lazy="1"] img.mpbr-lazy,.single-product .product[data-n-lazy="1"] .product-thumbs .flickity-slider .thumb img.mpbr-lazy{transition:border-color 0.1s ease,opacity 0.5s ease}ul.products li.product img.mpbr-lazy,.single-product .product[data-n-lazy="1"] img.mpbr-lazy{opacity:0}ul.products li.product img.mpbr-lazy.loaded,.single-product .product[data-n-lazy="1"] img.mpbr-lazy.loaded{opacity:1;min-height:0}@media only screen and (max-width:999px){.products[data-rm-m-hover="1"] li.product,.products[data-rm-m-hover="1"] li.product *{transition:none!important}.products[data-rm-m-hover="1"] li.product img.mpbr-lazy{transition:opacity 0.5s ease!important}.products[data-rm-m-hover="1"] li.product.material{box-shadow:none}.woocommerce .products[data-rm-m-hover="1"] .classic.product .product-wrap a{transform:translateY(0)}.products[data-rm-m-hover="1"] li.product.minimal.hover-bound:hover .product-meta,.products[data-rm-m-hover="1"] li.product.minimal:hover .product-add-to-cart a,.woocommerce .products[data-rm-m-hover="1"] .material.product:hover h3,.woocommerce .products[data-rm-m-hover="1"] .material.product:hover .product-meta>.price,.woocommerce .products[data-rm-m-hover="1"] .material.product:hover h2,.woocommerce ul.products li.product.minimal .product-wrap img,ul.products li.product.minimal:hover .product-image-wrap:not(.has-hover-image) img{transform:none!important}.woocommerce .products[data-rm-m-hover="1"] li.product .product-wrap:hover img.hover-gallery-image,.woocommerce .products[data-rm-m-hover="1"] li.product .product-wrap:hover picture.hover-gallery-image,.products[data-rm-m-hover="1"] .material.product:hover .product-wrap .product-add-to-cart,.products[data-rm-m-hover="1"] .material.product:before,.products li.product.minimal:hover .product-add-to-cart a{opacity:0}.products[data-rm-m-hover="1"] .material.product .product-wrap .product-add-to-cart{pointer-events:none}.products[data-rm-m-hover="1"] li.product.minimal:hover .product-meta .price,.products[data-rm-m-hover="1"] .material.product:hover .product-wrap .product-meta>.price{opacity:1}.products[data-rm-m-hover="1"] li.product.minimal .product-add-to-cart,.products[data-rm-m-hover="1"] li.product.minimal .background-color-expand{display:none!important}}p{padding-bottom:1.5em}.material .wpb_row,.material .wpb_content_element{margin-bottom:1.5em}.wp-block-quote.is-large,.wp-block-quote.is-style-large{margin-bottom:1.5rem}.material .vc_row-fluid[data-column-margin="none"]{margin-bottom:0}#header-space{background-color:#fff}body[data-header-color="dark"] #header-space{background-color:#000}#sidebar div ul li,#sidebar .widget.widget_categories li,#sidebar .widget.widget_pages li,#sidebar .widget.widget_nav_menu li{border:none;padding:4px 0}.material #footer-outer #footer-widgets .col ul li{padding:4px 0!important;border:none}@media only screen and (min-width:1000px){#footer-outer .row{padding:75px 0}}.ocm-effect-wrap,.container-wrap,.project-title,.material .vc_text_separator div,.carousel-wrap[data-full-width="true"] .carousel-heading,.carousel-wrap .left-border,.carousel-wrap .right-border,#page-header-wrap,.page-header-no-bg,.portfolio-items .col,.page-template-template-portfolio-php .portfolio-items .col.span_3,.page-template-template-portfolio-php .portfolio-items .col.span_4{background-color:#fff}#call-to-action .triangle{color:#fff}#footer-outer #footer-widgets .col ul li,#sidebar div ul li,#sidebar .widget.widget_categories li,#sidebar .widget.widget_pages li,#sidebar .widget.widget_nav_menu li{border:none;padding:4px 0}#sidebar .widget.widget_categories li,#sidebar .widget.widget_pages li,#sidebar .widget.widget_nav_menu li,#footer-outer .widget.widget_categories li,#footer-outer .widget.widget_pages li,#footer-outer .widget.widget_nav_menu li{padding:4px 0!important}.material .widget li a,.material #sidebar .widget li a,.material #footer-outer .widget li a{padding:0!important;border:none;color:inherit}.woocommerce #sidebar .widget_layered_nav ul li a{padding-left:25px!important}body:not(.ascend).woocommerce #sidebar .widget_layered_nav ul li a:before,body:not(.ascend).woocommerce-page #sidebar .widget_layered_nav ul li a:before,body:not(.ascend).woocommerce #sidebar .widget_layered_nav ul li:first-child a:before{top:14px}body[data-header-resize="1"] .container-wrap,body[data-header-resize="1"] .project-title{margin-top:0;padding-top:40px}body.search-results.material .container-wrap{margin-top:0}body[data-header-resize="1"] #page-header-wrap{margin-top:0}body.material .page-header-no-bg{padding-top:35px;margin-top:0}.parallax_slider_outer.first-section,.parallax_slider_outer.first-section .swiper-slide .content,.mpbr-slider-wrap.first-section .swiper-slide .content{margin-top:0!important}body.material #header-outer[data-header-resize="1"]:not([data-format="left-header"]):not(.scrolled-down):not(.small-nav),body.material #header-outer[data-header-resize="0"]:not([data-format="left-header"]):not(.scrolled-down):not(.fixed-menu),body[data-hhun="1"].material #header-outer[data-header-resize="0"][data-remove-fixed="0"]:not([data-format="left-header"]):not(.scrolled-down):not(.fixed-menu).invisible{box-shadow:none}body.material #header-outer[data-box-shadow="large-line"][data-header-resize="1"]:not(.transparent):not([data-format="left-header"]):not(.scrolled-down):not(.small-nav),body.material #header-outer[data-box-shadow="large-line"][data-header-resize="0"]:not(.transparent):not([data-format="left-header"]):not(.scrolled-down):not(.fixed-menu){box-shadow:0 1px 0 rgb(0 0 0 / .08),0 18px 40px #fff0}@media only screen and (max-width:1000px){body.material #header-outer[data-header-resize="1"]:not([data-box-shadow="none"]):not(.transparent):not([data-format="left-header"]){transition:all 0.25s ease}}@media only screen and (min-width:1000px){body.material .slide-out-hover-icon-effect.slide-out-widget-area-toggle:not(.small) .lines-button:after,body.material .slide-out-hover-icon-effect.slide-out-widget-area-toggle:not(.small) .lines:before,body.material .slide-out-hover-icon-effect.slide-out-widget-area-toggle:not(.small) .lines:after{height:2px!important}body[data-header-search="false"] #header-outer[data-has-menu="false"][data-cart="false"] .slide-out-widget-area-toggle:not([data-custom-color="true"]) a:not(.using-label) span:not(.close-line){width:30px;overflow:hidden}.slide-out-hover-icon-effect:not(.small){width:32px;overflow:hidden}#top .slide-out-widget-area-toggle:not(.small) a .close-wrap{height:28px;width:22px!important}#top .slide-out-widget-area-toggle:not(.small) a.using-label .close-wrap{height:22px}body[data-header-search="false"] #header-outer[data-has-menu="false"][data-cart="false"] .slide-out-widget-area-toggle:not([data-custom-color="true"]) a:not(.using-label) span .lines-button.hover-effect{left:-40px;margin-top:-3px}body[data-header-search="false"] #header-outer[data-has-menu="false"][data-cart="false"] .slide-out-widget-area-toggle:not([data-custom-color="true"]) a:not(.using-label) .lines:after,.slide-out-hover-icon-effect.slide-out-widget-area-toggle:not(.small) .lines:after{top:-8px}body[data-header-search="false"] #header-outer[data-has-menu="false"][data-cart="false"] .slide-out-widget-area-toggle:not([data-custom-color="true"]) a:not(.using-label) .lines:before,.slide-out-hover-icon-effect.slide-out-widget-area-toggle:not(.small) .lines:before{top:8px}body[data-header-search="false"] #header-outer[data-has-menu="false"][data-cart="false"] #top .slide-out-widget-area-toggle:not([data-custom-color="true"]) a:not(.using-label) .lines-button:after,body[data-header-search="false"] #header-outer[data-has-menu="false"][data-cart="false"] #top .slide-out-widget-area-toggle:not([data-custom-color="true"]) a:not(.using-label) .lines:before,body[data-header-search="false"] #header-outer[data-has-menu="false"][data-cart="false"] #top .slide-out-widget-area-toggle:not([data-custom-color="true"]) a:not(.using-label) .lines:after{border-radius:0!important;height:2px}body:not([data-slide-out-widget-area-style*="fullscreen"])[data-header-search="false"] #header-outer[data-has-menu="false"][data-cart="false"] #top .slide-out-widget-area-toggle:not([data-custom-color="true"]) a:not(.using-label):hover .lines-button:after,body:not([data-slide-out-widget-area-style*="fullscreen"])[data-header-search="false"] #header-outer[data-has-menu="false"][data-cart="false"] #top .slide-out-widget-area-toggle:not([data-custom-color="true"]) a:not(.using-label):hover .lines:before,body:not([data-slide-out-widget-area-style*="fullscreen"])[data-header-search="false"] #header-outer[data-has-menu="false"][data-cart="false"] #top .slide-out-widget-area-toggle:not([data-custom-color="true"]) a:not(.using-label):hover .lines:after,body:not([data-slide-out-widget-area-style*="fullscreen"])[data-header-search="false"] #header-outer[data-has-menu="false"][data-cart="false"] #top .slide-out-widget-area-toggle:not([data-custom-color="true"]) a.effect-shown:not(.using-label) .lines-button:after,body:not([data-slide-out-widget-area-style*="fullscreen"])[data-header-search="false"] #header-outer[data-has-menu="false"][data-cart="false"] #top .slide-out-widget-area-toggle:not([data-custom-color="true"]) a.effect-shown:not(.using-label) .lines:before,body:not([data-slide-out-widget-area-style*="fullscreen"])[data-header-search="false"] #header-outer[data-has-menu="false"][data-cart="false"] #top .slide-out-widget-area-toggle:not([data-custom-color="true"]) a.effect-shown:not(.using-label) .lines:after{transform:translateX(40px)}body.material[data-header-search="false"]:not(.mobile) #header-outer[data-has-menu="false"][data-cart="false"] .slide-out-widget-area-toggle:not([data-custom-color="true"]) a:not(.using-label) .lines:before,body.material[data-header-search="false"]:not(.mobile) #header-outer[data-has-menu="false"][data-cart="false"] .slide-out-widget-area-toggle:not([data-custom-color="true"]) a:not(.using-label) .lines:before,.slide-out-hover-icon-effect.slide-out-widget-area-toggle:not(.small) .lines:before{width:1.4rem}}@media only screen and (max-width:1001px){.slide-out-hover-icon-effect.slide-out-widget-area-toggle:not(.small) .lines:before{width:1rem}}#top .slide-out-widget-area-toggle a span{overflow:hidden;width:22px}#top .slide-out-widget-area-toggle a>span{position:relative}#top .slide-out-widget-area-toggle a span .lines-button.hover-effect{left:-30px;margin-top:-2px}#top .slide-out-widget-area-toggle a .lines-button:after{transition:transform 0.65s cubic-bezier(.3,1,.3,1) 0.04s,background-color 0.2s ease,opacity 0.2s ease!important}body .slide-out-widget-area-toggle a:hover .lines:before{transition:transform 0.65s cubic-bezier(.3,1,.3,1) 0.08s,background-color 0.2s ease,opacity 0.2s ease!important}body .slide-out-widget-area-toggle a:hover .lines:after{transition:transform 0.65s cubic-bezier(.3,1,.3,1) 0s,background-color 0.2s ease,opacity 0.2s ease!important}body .lines:before{transition:transform 0.65s cubic-bezier(.3,1,.3,1) 0s,background-color 0.2s ease,opacity 0.2s ease!important}body .lines:after{transition:transform 0.65s cubic-bezier(.3,1,.3,1) 0.08s,background-color 0.2s ease,opacity 0.2s ease!important}#top a.no-trans .lines-button:after,#top a.no-trans .lines:before,#top a.no-trans .lines:after{transition:none!important}@media only screen and (min-width:1000px){body:not([data-slide-out-widget-area-style*="fullscreen"]) #top .slide-out-widget-area-toggle a:hover .lines-button:after,body:not([data-slide-out-widget-area-style*="fullscreen"]) #top .slide-out-widget-area-toggle a:hover .lines:before,body:not([data-slide-out-widget-area-style*="fullscreen"]) #top .slide-out-widget-area-toggle a:hover .lines:after,body:not([data-slide-out-widget-area-style*="fullscreen"]) #top .effect-shown .lines-button:after,body:not([data-slide-out-widget-area-style*="fullscreen"]) #top .effect-shown .lines:before,body:not([data-slide-out-widget-area-style*="fullscreen"]) #top .effect-shown .lines:after{transform:translateX(30px)}body[data-slide-out-widget-area-style="simple"] #top .slide-out-widget-area-toggle a:hover .lines-button:after,body[data-slide-out-widget-area-style="simple"] #top .slide-out-widget-area-toggle a:hover .lines:before,body[data-slide-out-widget-area-style="simple"] #top .slide-out-widget-area-toggle a:hover .lines:after{transform:none}}body[data-slide-out-widget-area-style*="fullscreen"] #top .menu-push-out .lines-button:after,body[data-slide-out-widget-area-style*="fullscreen"] #top .menu-push-out .lines:before,body[data-slide-out-widget-area-style*="fullscreen"] #top .menu-push-out .lines:after,body[data-slide-out-widget-area-style="simple"] #top .menu-push-out .lines-button:after,body[data-slide-out-widget-area-style="simple"] #top .menu-push-out .lines:before,body[data-slide-out-widget-area-style="simple"] #top .menu-push-out .lines:after{transform:translateX(30px)!important}body.material #header-outer:not([data-format="left-header"]) #top nav>.buttons>li{margin:0 14px}body.material #header-outer:not([data-format="left-header"]) #top nav>.buttons>li.menu-item{margin:0}body.material #header-outer[data-transparent-header="true"].transparent nav>ul>li>a{margin-bottom:0}body.material #header-outer #top nav>.buttons>li:last-child,body.material #header-outer[data-format="centered-menu-bottom-bar"] #top nav>.buttons>.slide-out-widget-area-toggle{margin-right:0!important}body.material #header-outer:not([data-format="left-header"]) #top nav>.buttons>.slide-out-widget-area-toggle{margin-right:0}#header-outer .sf-menu>li>a>.sf-sub-indicator{height:auto}body.material #header-outer #top nav>.buttons>li:first-child{margin-left:0}body.material #header-outer .cart-menu,body.material #top nav ul #search-btn>div,body.material #top nav ul #mpbr-user-account>div{padding-left:0;border-left:none!important}#top nav ul #search-btn a span,#top nav ul #search-btn a,#top nav ul .slide-out-widget-area-toggle a,#top nav ul #mpbr-user-account a span,#top nav ul #mpbr-user-account a{height:21px;line-height:21px}#header-outer:not([data-format="left-header"]) .cart-menu .cart-icon-wrap{height:22px;line-height:22px}body.material #header-outer:not([data-format="left-header"]) .cart-menu{position:relative;right:auto;padding:0;background-color:#fff0;top:auto}body[data-header-format="left-header"] #header-outer .cart-outer{-webkit-transition:opacity .35s cubic-bezier(.12,.75,.4,1);transition:opacity .35s cubic-bezier(.12,.75,.4,1)}body[data-header-format="left-header"] #header-outer.material-search-open .cart-outer{opacity:0;pointer-events:none}#header-outer[data-format="left-header"] .sf-menu li{opacity:1}body.material #header-outer[data-format="left-header"] .cart-menu>a,body[data-header-format="left-header"].material #header-outer nav ul li .cart-menu>a{padding:0}body.material #header-outer:not([data-format="left-header"]) .cart-wrap{margin-right:0;top:-5px;right:-9px;color:#fff}@media only screen and (max-width:999px){body.material #header-outer[data-format="left-header"] .cart-wrap{margin-right:0;top:-5px;right:-9px;color:#fff}}body.material #header-outer .cart-menu .cart-icon-wrap .icon-MPBR-cart,body.material #top nav ul #search-btn a span{font-size:20px}body.material #top nav ul #mpbr-user-account a span{font-size:20px;width:26px;max-width:26px}body.material #header-outer #social-in-menu i{font-size:18px;width:36px;top:0}body #header-outer[data-transparent-header="true"] #top nav ul #mpbr-user-account>div,body.material #header-outer .cart-menu{border-left:none}body.material #header-outer:not([data-format="left-header"]) #top nav>.buttons{margin-left:30px}body.material #header-outer[data-has-buttons="no"]:not([data-format="left-header"]) #top nav>.buttons{margin-left:0}body.material #header-outer[data-has-buttons="no"][data-full-width="false"][data-format="default"] #top nav>.sf-menu>li:not([class*="button_"]):last-child a{padding-right:0}body.material #header-outer[data-has-buttons="no"][data-full-width="false"][data-format="default"] #top nav>.sf-menu>li[class*="button_"]:last-child a{margin-right:0}body.material #header-outer[data-full-width="true"]:not([data-format="left-header"]) #top nav>.buttons{margin-left:30px}body.material #header-outer #top nav>ul #social-in-menu a{line-height:22px}body.material #header-outer[data-transparent-header="true"] .cart-outer .cart-notification,body.material #header-outer[data-transparent-header="true"] .cart-outer .widget_shopping_cart{margin-top:0}#header-outer .mpbr-woo-cart .widget_shopping_cart,#header-outer .mpbr-woo-cart .cart-notification{top:100%}#header-outer .mpbr-woo-cart .cart-menu-wrap{position:relative;width:auto;overflow:visible;right:auto!important}.material #top nav>.product_added.buttons,.material #top nav>.buttons{padding-right:0!important}body[data-full-width-header="false"] #slide-out-widget-area .slide_out_area_close{z-index:100}.woocommerce #sidebar div ul li,.material.woocommerce #sidebar div ul li{padding:3px 0}body:not(.ascend).woocommerce.material #sidebar .widget_layered_nav ul li:first-child a:before,body:not(.ascend).woocommerce.material #sidebar .widget_layered_nav ul li a:before,body:not(.ascend).woocommerce-page.material #sidebar .widget_layered_nav ul li a:before,body:not(.ascend).woocommerce.material #sidebar .widget_layered_nav ul li a:after,body:not(.ascend).woocommerce-page.material #sidebar .widget_layered_nav ul li a:after{top:50%;margin-top:-1px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}body:not(.ascend).material #sidebar .widget.woocommerce li:first-child>.count{top:6px}body:not(.ascend) #sidebar .widget.woocommerce li .count{top:6px}body.woocommerce-page.material .product-categories .children{margin-top:3px}#footer-outer #footer-widgets .col ul li a,#sidebar div ul li a{display:block}#footer-outer .widget h4,#sidebar h4{margin-bottom:15px}#footer-outer #copyright{font-size:14px;background-color:#fff0}#footer-outer[data-copyright-line="true"] #copyright{border-top:1px solid rgb(255 255 255 / .1)}#footer-outer[data-custom-color="true"] #footer-widgets a:not(.mpbr-button){transition:all 0.2s ease}#footer-outer[data-custom-color="true"] #footer-widgets a:not(.mpbr-button):hover,#footer-outer[data-custom-color="true"] #footer-widgets a:not(.mpbr-button):focus{opacity:.65}#footer-outer[data-custom-color="true"] #footer-widgets .tagcloud a:not(.mpbr-button):hover{opacity:1}#footer-outer[data-using-widget-area="false"] #copyright{border:none}.material .widget .tagcloud a,.material #sidebar .widget .tagcloud a,.single .post-area .content-inner>.post-tags a{border-radius:0!important;padding:5px 10px;margin:10px 10px 0 0;-webkit-transition:all 0.4s cubic-bezier(.25,1,.2,1);transition:all 0.4s cubic-bezier(.25,1,.2,1);background-color:#fff0}.material .widget .tagcloud a:before,.material #sidebar .widget .tagcloud a:before,.single .post-area .content-inner>.post-tags a:before{display:block;content:'';position:absolute;top:0;left:0;width:100%;height:100%;border-radius:0;opacity:.06}.material[data-button-style*="rounded"] .widget .tagcloud a:before,.material[data-button-style*="rounded"] #sidebar .widget .tagcloud a:before,.single[data-button-style*="rounded"] .post-area .content-inner>.post-tags a:before,.material[data-button-style*="rounded"] .widget .tagcloud a,.material[data-button-style*="rounded"] #sidebar .widget .tagcloud a,.single[data-button-style*="rounded"] .post-area .content-inner>.post-tags a{border-radius:50px!important}.material .widget .tagcloud a:hover,.material #sidebar .widget .tagcloud a:hover,.single .post-area .content-inner>.post-tags a:hover,.sharing-default-minimal .mpbr-social a:hover,body.material #page-header-bg.fullscreen-header .inner-wrap>a:hover{box-shadow:0 10px 24px rgb(0 0 0 / .15)}.material #sidebar .widget .recentcomments{background-color:#fff0;padding:0;margin-bottom:8px}.material .span_12.light .widget .tagcloud a,.material .span_12.light #sidebar .widget .tagcloud a,.material #sidebar .widget .tagcloud a:hover,.single.material .post-area .content-inner>.post-tags a:hover,#header-outer.light-text #search-outer input[type="text"],body[data-header-color="dark"] #header-outer #search-outer input[type="text"],body.mobile.material[data-header-color="light"] #header-outer[data-permanent-transparent="1"].transparent .slide-out-widget-area-toggle a .close-line{color:#fff!important}body.single-post .content-inner>.post-tags{margin-top:60px}.mpbr-progress-bar span strong{padding:4px 0;background-color:#fff0;color:inherit}.mpbr-progress-bar span strong:after{display:none}.mpbr-progress-bar .bar-wrap{background-color:rgb(0 0 0 / .043)}.mpbr-progress-bar .bar-wrap,.mpbr-progress-bar span{box-shadow:none;-webkit-box-shadow:none;border-radius:0;-webkit-border-radius:0}body .carousel-wrap[data-full-width="false"] .control-wrap{right:10px;text-align:center}.carousel-wrap[data-full-width="false"] .control-wrap .carousel-prev{padding-right:10px;padding-left:10px;margin-right:0}.carousel-wrap[data-full-width="false"] .control-wrap .carousel-next{padding-left:10px;margin-left:0}.carousel-wrap[data-full-width="false"] .control-wrap .carousel-prev,.carousel-wrap[data-full-width="false"] .control-wrap .carousel-next{right:0!important;position:relative;display:block;float:left}.carousel-next,.carousel-prev{background-color:#fff0;height:23px;width:10px;line-height:22px;font-size:14px;cursor:pointer;top:1px!important;transition:all .25s cubic-bezier(.12,.75,.4,1);-webkit-transition:all .25s cubic-bezier(.12,.75,.4,1);box-sizing:content-box}.carousel-wrap .control-wrap .item-count{height:23px;top:-1px;right:-2px;line-height:22px;letter-spacing:4px;position:relative;display:block;float:left;z-index:10;cursor:pointer;transition:all .25s cubic-bezier(.12,.75,.4,1);-webkit-transition:all .25s cubic-bezier(.12,.75,.4,1)}[data-full-width="false"] .carousel-next:after,[data-full-width="false"] .carousel-prev:after{display:block;content:' ';position:absolute;width:24px;height:2px;background-color:#000;top:8px;opacity:0;left:-4px;cursor:pointer;transform:translateX(-20px);transition:all .25s cubic-bezier(.12,.75,.4,1);-webkit-transition:all .25s cubic-bezier(.12,.75,.4,1)}.light [data-full-width="false"] .carousel-next:after,.light [data-full-width="false"] .carousel-prev:after{background-color:#fff}.light .carousel-next i,.light .carousel-prev i{color:#fff}[data-full-width="false"] .carousel-next:after{left:5px}[data-full-width="false"] .carousel-next:hover:after{opacity:1;transform:translateX(-12px)}[data-full-width="false"] .carousel-prev:after{transform:translateX(20px)}[data-full-width="false"] .carousel-prev:hover:after{opacity:1;transform:translateX(0)}[data-full-width="false"] .carousel-prev:hover i{transform:translateX(-18px)}[data-full-width="false"] .carousel-prev.next-hovered,[data-full-width="false"] .item-count.next-hovered{transform:translateX(-18px)}body.material .carousel-next:hover,body.material .carousel-prev:hover{background-color:#fff0}body.material .carousel-wrap[data-full-width="true"] .carousel-prev,body.material .carousel-wrap[data-full-width="true"] .carousel-next{border:none}.carousel-heading .container .carousel-prev{right:30px}[data-ext-responsive="true"] .carousel-heading .container .carousel-prev{right:40px}.carousel-next i,.carousel-prev i{color:#000;font-size:22px;line-height:17px;height:20px;transition:all .25s cubic-bezier(.12,.75,.4,1);-webkit-transition:all .25s cubic-bezier(.12,.75,.4,1)}.carousel-wrap .carousel-next i,.carousel-wrap .carousel-prev i{font-size:22px;line-height:18px}.carousel-next:hover,.carousel-prev:hover{border-color:#fff0}.light .carousel-next:hover i,.light .carousel-prev:hover i{color:#fff}.mpbr-button.see-through,body .mpbr-button.see-through,.swiper-slide .button a,body .mpbr-button.see-through-2,.mpbr-button,#to-top{border-radius:0!important;box-shadow:none}body.material .mpbr-button.large{padding-left:35px;padding-right:35px}body.material .mpbr-button.jumbo{padding-left:50px;padding-right:50px}body.material .mpbr-button.jumbo:not([class*="see-through"]){padding:23px 50px}body.material .mpbr-button.see-through[data-color-override="false"] i:after,body.material .mpbr-button.regular[class*="m-extra-color-gradient-"]:before,body.material .mpbr-button.see-through[class*="m-extra-color-gradient-"]:before,body.material .mpbr-button.see-through[class*="m-extra-color-gradient-"]:after{display:block;content:'';position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;transition:all .45s cubic-bezier(.25,1,.33,1)}body.material[data-button-style*="slightly_rounded"] .mpbr-button.see-through[class*="m-extra-color-gradient-"]:before{border-radius:5px}body.material[data-button-style*="slightly_rounded"] .mpbr-button.see-through[class*="m-extra-color-gradient-"]:after{border-radius:3px}body.material[data-button-style="default"] .mpbr-button.see-through[class*="m-extra-color-gradient-"]:before,body.material[data-button-style="default"] .mpbr-button.see-through[class*="m-extra-color-gradient-"]:after{border-radius:0}body.material[data-button-style="default"] .mpbr-button{box-shadow:none}body.material .mpbr-button.see-through[class*="m-extra-color-gradient-"]:before{border-radius:50px;z-index:-2;backface-visibility:hidden}body.material .mpbr-button.see-through[class*="m-extra-color-gradient-"]:after{width:calc(100% - 4px);height:calc(100% - 4px);top:2px;left:2px;border-radius:50px;background-color:#fff;z-index:-1;backface-visibility:hidden}body.material .mpbr-button.see-through[class*="m-extra-color-gradient-"]:hover:after{opacity:0}body.material .mpbr-button.see-through[class*="m-extra-color-gradient-"]{backface-visibility:hidden;border:none!important}body.material .mpbr-button.see-through[data-color-override="false"] i,body.material .mpbr-button.see-through[data-color-override="false"]:hover i:after,body.material .mpbr-button.see-through:hover i{box-shadow:none!important}body.material[data-button-style="default"] .mpbr-button.regular[class*="m-extra-color-gradient-"]:before{border-radius:0}body.material[data-button-style*="rounded"] .mpbr-button.regular[class*="m-extra-color-gradient-"]:before{border-radius:100px}body.material[data-button-style*="slightly_rounded"] .mpbr-button.regular[class*="m-extra-color-gradient-"]:before{border-radius:5px}body.material .mpbr-button.regular[class*="m-extra-color-gradient-"]:before{opacity:0}body.material[data-button-style^="rounded"] .mpbr-button.see-through[class*="m-extra-color-gradient-"].has-icon:not(:hover) span{transform:none!important}body.material[data-button-style^="rounded"] .mpbr-button.see-through[class*="m-extra-color-gradient-"].has-icon:not(:hover) i{transform:translateX(-5px) translateY(-50%)!important}body.material[data-button-style^="rounded"] .mpbr-button.see-through[class*="m-extra-color-gradient-"]:not(:hover) i{opacity:0!important;background-color:transparent!important}body.material[data-button-style^="rounded"] .mpbr-button.see-through[class*="m-extra-color-gradient-"]:hover i{opacity:1!important}body.material .mpbr-button.regular[class*="m-extra-color-gradient-"]:hover:before{opacity:1}body.material[data-button-style^="rounded"] .mpbr-button.see-through[data-color-override="#ffffff"] i,body.material[data-button-style^="rounded"] .mpbr-button.see-through-2[data-color-override="#ffffff"]:not(:hover) i,body.material[data-button-style^="rounded"] .mpbr-button.see-through-3[data-color-override="#ffffff"]:not(:hover) i,body.material[data-button-style^="rounded"] .span_12.light .mpbr-button.see-through-2[data-color-override="false"]:not(:hover) i{color:#000!important}body.material[data-button-style^="rounded"] .mpbr-button.see-through-2[data-hover-color-override="#ffffff"]:hover i,body.material[data-button-style^="rounded"] .mpbr-button.see-through-3[data-hover-color-override="#ffffff"]:hover i{background-color:rgb(0 0 0 / .07)!important}body.material .mpbr-button.see-through[class*="m-extra-color-gradient-"]:hover,body.material[data-button-style^="rounded"] .mpbr-button.see-through i,body.material[data-button-style^="rounded"] .mpbr-button.see-through-2:not(:hover) i,body.material[data-button-style^="rounded"] .mpbr-button.see-through-3:not(:hover) i{color:#fff!important}body.material .mpbr-button.large i{font-size:16px}body.material .mpbr-button.jumbo i{font-size:20px}body.material[data-button-style^="rounded"] .mpbr-button.large i{font-size:14px}body.material[data-button-style^="rounded"] .mpbr-button.jumbo i{font-size:18px}body.material .mpbr-button.jumbo.see-through,body.material .mpbr-button.jumbo.see-through-2,body.material .mpbr-button.jumbo.see-through-3{border-width:2px}.mpbr-button.has-icon.see-through[class*="m-extra-color-gradient-"] .im-icon-wrap svg path{fill:#000;transition:all 0.2s ease}.mpbr-button.has-icon.see-through[class*="m-extra-color-gradient-"]:hover .im-icon-wrap svg path{fill:#fff}body.material .mpbr-button.has-icon,body.material .mpbr-button.tilt.has-icon{padding-right:46px}body.material .mpbr-button.has-icon.large{padding-right:44px;padding-left:46px}body.material:not([data-button-style^="rounded"]) .mpbr-button.large[class*="m-extra-color-gradient-"]{padding-top:15px;padding-bottom:15px}body.material:not([data-button-style^="rounded"]) .mpbr-button.has-icon.large{padding-right:37px;padding-left:46px}body.material:not([data-button-style^="rounded"]) .mpbr-button.has-icon.jumbo{padding-right:56px;padding-left:54px;padding-top:20px;padding-bottom:20px}body.material:not([data-button-style^="rounded"]) .mpbr-button.has-icon.large:not(.see-through):not(.see-through-2):not(.see-through-3){padding-right:39px;padding-left:46px}body.material:not([data-button-style^="rounded"]) .mpbr-button.has-icon.jumbo:not(.see-through):not(.see-through-2):not(.see-through-3),body.material:not([data-button-style^="rounded"]) .mpbr-button.has-icon.jumbo[class*="m-extra-color-gradient-"]{padding-right:56px;padding-left:54px;padding-top:22px;padding-bottom:22px}body.material .mpbr-button.has-icon.jumbo{padding-top:22px;padding-bottom:22px;padding-right:66px;padding-left:54px}body.material[data-button-style^="rounded"] .mpbr-button.has-icon:not([class*="see-through"]) i,body.material[data-button-style^="rounded"] .mpbr-button.has-icon[class*="see-through"]:hover i{background-color:rgb(255 255 255 / .22)}body.material[data-button-style^="rounded"] .mpbr-button.see-through[class*="m-extra-color-gradient-"]:hover i{background-color:rgb(255 255 255 / .22)!important}body.material[data-button-style^="rounded"] .mpbr-button.has-icon[data-color-override="#ffffff"].regular-button i,body.material[data-button-style^="rounded"] .mpbr-button.has-icon[data-color-override="#ffffff"].regular-button:hover i{background-color:rgb(0 0 0 / .04)}body.material .mpbr-button.has-icon i{right:14px;margin-top:0;text-align:center;vertical-align:middle;border-radius:50%;line-height:32px;height:32px;width:32px}body.material:not([data-button-style^="rounded"]) .mpbr-button.has-icon i{transition:none;-webkit-transition:none}body.material:not([data-button-style^="rounded"]) .mpbr-button.see-through.has-icon[data-color-override="false"] i,body.material:not([data-button-style^="rounded"]) .mpbr-button.see-through-2.has-icon i,body.material:not([data-button-style^="rounded"]) .mpbr-button.see-through-3.has-icon i{color:inherit!important}body.material[data-button-style^="rounded"] .mpbr-button.has-icon i{background-color:rgb(0 0 0 / .2)}body.material .mpbr-button.has-icon.large i{-webkit-transform:translateY(-50%) translateX(6px);transform:translateY(-50%) translateX(6px)}body.material .mpbr-button.has-icon.large:not([class*="see-through"]) i{-webkit-transform:translateY(-50%) translateX(4px);transform:translateY(-50%) translateX(4px)}body.material .mpbr-button.has-icon.jumbo i{-webkit-transform:translateY(-50%) translateX(2px);transform:translateY(-50%) translateX(2px);height:44px;width:44px;line-height:44px}body.material .mpbr-button.has-icon.jumbo:not([class*="see-through"]) i{-webkit-transform:translateY(-50%) translateX(3px);transform:translateY(-50%) translateX(3px);height:44px;width:44px;line-height:44px}body.material .mpbr-button.has-icon.small{padding-right:36px}body.material:not([data-button-style^="rounded"]) .mpbr-button.has-icon.small{padding-right:28px}body.material .mpbr-button.has-icon.small i{-webkit-transform:translateY(-50%) translateX(8px);transform:translateY(-50%) translateX(8px);height:24px;width:24px;line-height:24px}body.material .mpbr-button.has-icon.small:not([class*="see-through"]) i{-webkit-transform:translateY(-50%) translateX(7px);transform:translateY(-50%) translateX(7px);height:24px;width:24px;line-height:24px}body.material .mpbr-button.medium,body.material .mpbr-button.medium:not(.see-through):not(.see-through-2):not(.see-through-3){padding-left:24px;padding-right:24px}body.material .mpbr-button.medium i{font-size:16px}body.material[data-button-style^="rounded"] .mpbr-button.medium i{font-size:14px}body.material .mpbr-button.has-icon.medium,body.material .mpbr-button.has-icon.medium:not(.see-through):not(.see-through-2):not(.see-through-3){padding-right:38px;padding-left:46px}body.material:not([data-button-style^="rounded"]) .mpbr-button.has-icon.medium{padding-right:32px;padding-left:46px}body.material:not([data-button-style^="rounded"]) .mpbr-button.has-icon.medium:not(.see-through):not(.see-through-2):not(.see-through-3){padding-right:34px;padding-left:46px}body.material .mpbr-button.has-icon.medium i{-webkit-transform:translateY(-50%) translateX(7px);transform:translateY(-50%) translateX(7px);height:28px;width:28px;line-height:28px}body.material .mpbr-button.has-icon.medium:not([class*="see-through"]) i{-webkit-transform:translateY(-50%) translateX(4px);transform:translateY(-50%) translateX(4px);height:28px;width:28px;line-height:28px}body.material .mpbr-button.has-icon.extra_jumbo[class*="see-through"]{border-width:6px;padding-top:31px;padding-bottom:31px}body.material .mpbr-button.has-icon.extra_jumbo[class*="see-through"] i{transform:translateY(-50%) translateX(-3px)}body.material .mpbr-button.has-icon.extra_jumbo{padding-top:36px;padding-bottom:36px;padding-right:142px;padding-left:80px}body.material .mpbr-button.has-icon.extra_jumbo:hover span{-webkit-transform:translateX(-18px);transform:translateX(-18px)}body.material .mpbr-button.has-icon.extra_jumbo i{-webkit-transform:translateY(-50%) translateX(-6px);transform:translateY(-50%) translateX(-6px);height:94px;width:94px;margin-top:0;line-height:94px}#header-outer .cart-menu .cart-icon-wrap .icon-MPBR-cart{left:0;transition:all .2s ease;-webkit-transition:all .2s ease}body.material #header-outer .cart-menu .cart-icon-wrap .icon-MPBR-cart{font-size:20px}.icon-MPBR-cart:before,body.material .icon-MPBR-cart:before{content:"\e910"}.material #header-outer a.cart-contents .cart-wrap span:before{display:none}#header-outer .cart-wrap{font-size:11px}#header-outer[data-full-width="true"] #top nav ul #mpbr-user-account>div,body #header-outer[data-transparent-header="true"].transparent #top nav ul #mpbr-user-account>div{border:none!important}#header-outer a.cart-contents .cart-wrap span{visibility:hidden}body.material #header-outer a.cart-contents .cart-wrap span{border-radius:99px;font:bold 11px/16px Arial;line-height:18px;width:18px;padding:0 1px;box-shadow:0 5px 12px rgb(0 0 0 / .2)}#header-outer .sf-menu ul li a{border-bottom:none}#header-outer .static a.cart-contents span{visibility:visible}#header-outer .has_products .cart-menu .cart-icon-wrap .icon-MPBR-cart{transition:all .2s ease;-webkit-transition:all .2s ease}body.material #header-outer .cart-menu{border-left:1px solid rgb(0 0 0 / .07);background-color:#fff0}#top #mobile-cart-link i{height:20px;line-height:20px}@media screen and (max-width:999px){.material #header-outer.transparent .bg-color-stripe,.material #header-outer:not([data-permanent-transparent="1"]).transparent .bg-color-stripe,.material #header-outer[data-transparent-header].transparent .bg-color-stripe,.material #header-outer[data-transparent-header]:not([data-permanent-transparent="1"]).transparent .bg-color-stripe{height:200px;top:0}body.material #search-outer,body.material #header-outer #search-outer{height:200px;transform:translate3d(0,-200px,0);-webkit-transform:translate3d(0,-200px,0)}body.material #header-outer[data-using-secondary="1"] #search-outer{top:auto;margin-top:-13px}html.material #search-outer .bg-color-stripe{height:200px;top:0}#search-outer #search-box,#search-outer #search #close,#header-outer #search-outer #search-box,#header-outer #search-outer #search #close{-webkit-transform:translate3d(0,200px,0);transform:translate3d(0,200px,0)}}body.material #search-outer{background-color:#fff0;height:35vh;position:absolute;transition:transform 0.8s cubic-bezier(.2,1,.3,1),opacity 0.8s cubic-bezier(.2,1,.3,1);transform:translate3d(0,-35vh,0);-webkit-transform:translate3d(0,-35vh,0);z-index:2000!important;padding:0;top:-1px}body.material[data-header-search="false"] #search-outer{visibility:hidden}body.material #search-outer.perma-trans{position:fixed}body.material.admin-bar #search-outer.perma-trans{top:32px}body.material #search-outer #search .container{height:auto!important;float:none;width:100%}#header-outer header{transition:all 0.2s}#header-outer:not([data-format="left-header"]).material-search-open header{opacity:0;transition:all 0.2s;pointer-events:none}#header-outer.material-search-open{box-shadow:none}.material #header-outer.transparent .bg-color-stripe,.material #search-outer .bg-color-stripe{height:35vh;top:0}body[data-header-color="dark"] #header-outer .bg-color-stripe,body[data-header-color="dark"].material #header-outer #search-outer:before{background-color:#000}#header-outer .bg-color-stripe,#search-outer .bg-color-stripe,.material #header-outer #search-outer:before{transition:transform 0.8s cubic-bezier(.2,1,.3,1);position:absolute;left:0;top:0;height:100%;width:100%;display:block;background-color:#fff;-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:top;transform-origin:top}.material #header-outer.no-material-transition #search-outer,body[data-slide-out-widget-area-style="slide-out-from-right"]>a.slide_out_area_close.no-material-transition,body[data-slide-out-widget-area-style="slide-out-from-right"] .ocm-effect-wrap.material-ocm-open.no-material-transition,body[data-slide-out-widget-area-style="slide-out-from-right"].material .ocm-effect-wrap-shadow.no-material-transition{transition:none}.material #header-outer #search-outer:before{content:'';-webkit-transform:none;transform:none;backface-visibility:hidden}body.material[data-header-inherit-rc="true"] #header-outer #search-outer:before{display:none}body.material[data-header-inherit-rc="true"] #search-outer{background-color:inherit}#header-outer.material-search-open .bg-color-stripe,#search-outer.material-open .bg-color-stripe{-webkit-transform:scaleY(1);transform:scaleY(1)}body[data-header-color="dark"] #ajax-content-wrap:after{background-color:rgb(255 255 255 / .55)}#ajax-content-wrap:after{background-color:rgb(0 0 0 / .45);content:'';position:fixed;opacity:0;left:0;top:0;width:100%;height:100%;z-index:1000;pointer-events:none;transform:translateZ(0);backface-visibility:hidden;transition:opacity 0.7s cubic-bezier(.2,1,.3,1)}#ajax-content-wrap.material-open:after{opacity:1}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){#ajax-content-wrap:after{display:none}}#header-secondary-outer,#header-secondary[data-using-secondary="1"]{transition:transform 0.32s ease}#slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container .menu li small{display:block;margin:5px 0}#slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container .menu>li>small{margin:5px 0}#slide-out-widget-area .inner .off-canvas-menu-container.mobile-only .menu.secondary-header-items{display:none}#slide-out-widget-area .mobile-only .menu.secondary-header-items{margin-top:25px}#slide-out-widget-area .mobile-only .menu.secondary-header-items li a{font-size:18px}body.material #slide-out-widget-area .mobile-only.off-canvas-menu-container .menu.secondary-header-items li{margin-bottom:5px}.mpbr-video-box a.mpbr_video_lightbox:not(.play_button_mouse_follow):before{opacity:.8;content:'';width:100%;height:100%;border-radius:50%;top:0;left:0;display:block;position:absolute;border:none}.mpbr-video-box[data-color] a.mpbr_video_lightbox.play_button_2{background-color:transparent!important}.mpbr-video-box:not([data-mouse-style="see_through_contrast"]) a.mpbr_video_lightbox{box-shadow:0 20px 45px rgb(0 0 0 / .25)}.mpbr_video_lightbox.play_button:before,.span_12.dark .mpbr_video_lightbox.play_button:before{border-width:3px}.mpbr_video_lightbox svg{width:18px;height:18px}.material #search-outer{display:block;overflow:hidden}#search-outer #search{max-width:1200px;position:relative;z-index:10;margin:0 auto;height:100%;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-ms-flex-align:center;align-items:center}.material #search-outer #search,.material #header-outer #search-outer #search{padding:0}#search-outer #search-box,#search-outer #search #close{transition:transform 0.8s cubic-bezier(.2,1,.3,1),opacity 0.8s cubic-bezier(.2,1,.3,1);transform:translate3d(0,35vh,0);opacity:0}body.material #search-outer.material-open,body.material #header-outer #search-outer.material-open{transform:translate3d(0,0vh,0);-webkit-transform:translate3d(0,0vh,0)}#search-outer.material-open #search-box,#search-outer.material-open #search #close,#header-outer #search-outer.material-open #search-box,#header-outer #search-outer.material-open #search #close{transform:translate3d(0,0vh,0);opacity:1}#header-outer .mobile-search .icon-MPBR-search,#header-outer .mobile-user-account .icon-MPBR-m-user,#header-outer #top #mobile-cart-link i{background-color:transparent!important;vertical-align:middle;font-size:18px}#header-outer .mobile-user-account .icon-MPBR-m-user{font-size:19px;width:21px}#header-outer #top #mobile-cart-link i{font-size:19px;width:19px}#header-outer .mobile-search .icon-MPBR-search,#header-outer .mobile-user-account .icon-MPBR-m-user{transition:color 0.3s ease;-webkit-transition:color 0.3s ease}body #search-outer #search input[type="text"]{height:auto!important;text-transform:none;color:#000;border-radius:0;border-bottom:2px solid #3452ff}body #search-outer #search input[type="text"],body.material #search-outer #search form input[type="text"]{font-size:60px}body.material #search-outer #search input[type="text"]{line-height:60px}@media only screen and (min-width:1000px){body #search-outer #search input[type="text"]{height:90px!important}body.material #search-outer #search #search-box input[type="text"]{line-height:90px}}body #header-outer[data-lhe="animated_underline"] #top nav>ul>li:not([class*="button_"])>a .menu-title-text:after,body #header-secondary-outer[data-lhe="animated_underline"] nav>.sf-menu>li:not([class*="button_"])>a .menu-title-text:after,body #header-outer[data-lhe="animated_underline"] .mpbr-header-text-content a:after,.sf-menu li ul li a .menu-title-text:after{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transition:-webkit-transform 0.35s cubic-bezier(.52,.01,.16,1);transition:transform 0.35s cubic-bezier(.52,.01,.16,1);bottom:-3px}#header-outer[data-lhe="animated_underline"] #top nav>ul>li:not([class*="button_"])>a .menu-title-text:after{-webkit-transition:-webkit-transform 0.35s cubic-bezier(.52,.01,.16,1),border-color 0.35s cubic-bezier(.52,.01,.16,1);transition:transform 0.35s cubic-bezier(.52,.01,.16,1),border-color 0.35s cubic-bezier(.52,.01,.16,1)}body #header-secondary-outer[data-lhe="animated_underline"] nav>.sf-menu>li:not([class*="button_"])>a .menu-title-text:after{bottom:0;border-width:1px}body[data-header-color="custom"] #search-outer #search .span_12 span{opacity:.7}body[data-header-color="light"] #header-outer #search-outer input::-webkit-input-placeholder{color:#000}body[data-header-color="dark"] #header-outer #search-outer input::-webkit-input-placeholder{color:#fff}#header-outer #search-outer input::-webkit-input-placeholder,#header-outer #search-outer input::-moz-placeholder,#header-outer #search-outer input:-ms-input-placeholder{color:#888}body.material #search-outer>#search form{width:100%;float:none}#header-outer.light-text #search-outer input[type="text"],body[data-header-color="dark"] #header-outer #search-outer input[type="text"]{border-color:#fff}#header-outer.light-text #search-outer #search .span_12 span,body[data-header-color="dark"] #header-outer #search-outer #search .span_12 span{color:rgb(255 255 255 / .6)}#header-outer.light-text #search-outer #search #close a span,body[data-header-color="dark"] #header-outer #search-outer #search #close a span{color:#fff}#header-outer.light-text #search-outer input::-webkit-input-placeholder,body[data-header-color="dark"] #header-outer #search-outer input::-webkit-input-placeholder{color:rgb(255 255 255 / .5)}#header-outer.light-text #search-outer input::-moz-placeholder,body[data-header-color="dark"] #header-outer #search-outer input::-moz-placeholder{color:rgb(255 255 255 / .5)}#header-outer.light-text #search-outer input:-ms-input-placeholder,body[data-header-color="dark"] #header-outer #search-outer input:-ms-input-placeholder{color:rgb(255 255 255 / .5)}#search-outer #search #close{position:absolute;right:40px}body[data-ext-responsive="false"].material #search-outer #search #close{right:0}body[data-ext-responsive="false"].material #search-outer #search #close a{right:15px}body.material #search-outer #search input[type="text"]{padding-right:70px}body.material #search-outer #search #close a{right:64px;top:16px}#search-outer #search #close a:before,.slide_out_area_close:before{position:absolute;top:50%;left:50%;display:block;width:46px;height:46px;margin:-23px 0 0 -23px;border-radius:50%;background-color:rgb(0 0 0 / .05);content:'';-webkit-transform:scale(1) translateZ(0);transform:scale(1) translateZ(0);transition:all 0.45s cubic-bezier(.15,.2,.1,1);-webkit-transition:all 0.45s cubic-bezier(.15,.2,.1,1)}#search-outer #search #close a:before{width:42px;height:42px;margin:-21px 0 0 -21px}[data-header-color="dark"] #search-outer #search #close a:before{background-color:rgb(255 255 255 / .1)}body[data-is].material #search-outer #search #close a:hover:not(:focus):before,body[data-is].material .slide_out_area_close:hover:not(:focus):before,.mpbr-close-btn:hover:not(:focus):before{transform:scale(1.2) translateZ(0);-webkit-transform:scale(1.2) translateZ(0)}blockquote::before{display:block;position:absolute;left:0;top:0;height:100%;width:4px;content:'';border-left:4px solid rgb(0 0 0 / .1)}blockquote.wp-block-quote.has-text-align-center.is-style-large{padding:1em 1em}.testimonial_slider blockquote:before{border:none}blockquote{position:relative;padding-left:1.8em}#search-outer #search .span_12 span{display:block;color:rgb(0 0 0 / .4);margin-top:15px}@media only screen and (max-width:1000px){#search-outer #search .span_12 span{display:none}}body.material #search-outer #search #close a span{color:#000}body #search-outer .ui-widget-content{top:90px}body #search-results .result .bottom-line,body .masonry-blog-item .bottom-line,body .masonry-blog-item .more-link{display:none}body.material .masonry-blog-item .inner-wrap,body.material .masonry-blog-item .mejs-container .mejs-controls{box-shadow:none}.masonry-blog-item .post-meta{padding:0 18px 18px}.post .mpbr-love-wrap{line-height:20px}.masonry-blog-item .inner-wrap{padding:0}.masonry-blog-item .content-inner .post-featured-img img,.masonry-blog-item .more-link,.post-area.masonry .post .quote-inner,.post-area.masonry .post .link-inner,.post-area.masonry .post .status-inner,.post-area.masonry .post .aside-inner{margin-bottom:0!important}@media only screen and (min-width:1000px){.post-area.masonry.span_9,.single-portfolio .post-area.span_9,.post-area.span_9,body[data-ext-responsive="true"] .post-area.masonry.span_9,body.search.material .container-wrap .span_9,body[data-ext-responsive="true"] .post-area.masonry.span_9.meta_overlaid{padding-right:0;margin-right:4%;width:68.5%}.post-area.span_9.col_last,body.search.material.woocommerce .span_9{margin-right:0}.material.single-portfolio .post-area.span_9{margin-right:4%!important}.post-area.masonry.span_9 .masonry-blog-item{width:47.2%}.post-area.masonry.span_9.material .masonry-blog-item{width:47.2%}#sidebar.span_3{width:27.5%;backface-visibility:hidden}.woocommerce.archive #sidebar.span_3,.woocommerce.single #sidebar.span_3{width:21%}.woocommerce.archive #sidebar.span_3.col_last{width:20%}.woocommerce.archive .post-area.span_9,.woocommerce.single .post-area.span_9{width:75.5%}.woocommerce.single .post-area.span_9:not(.col_last){margin-right:0;padding-right:20px}.woocommerce.single #sidebar.span_3.col_last{margin-left:2%}.masonry-blog-item{width:31.1%}}body.blog[data-bg-header="false"] .full-width-content.blog-fullwidth-wrap .post-area.span_12.masonry.material,body.blog[data-bg-header="false"] .full-width-content.blog-fullwidth-wrap .post-area.span_12.masonry.classic_enhanced,body.blog[data-bg-header="false"] .full-width-content.blog-fullwidth-wrap .post-area.span_12.masonry.classic{padding-top:35px}@media only screen and (min-width:1000px){body.blog[data-bg-header="false"] .full-width-content.blog-fullwidth-wrap .post-area.span_12.masonry.material,body.blog[data-bg-header="false"] .full-width-content.blog-fullwidth-wrap .post-area.span_12.masonry.classic_enhanced,body.blog[data-bg-header="false"] .full-width-content.blog-fullwidth-wrap .post-area.span_12.masonry.classic{padding-top:2%}}.single-post[data-bg-header="true"] .container-wrap:not(.no-sidebar)>.main-content{padding-top:35px}.material .masonry-blog-item .content-inner{padding-bottom:0;border:0;margin-bottom:0}.masonry-blog-item .article-content-wrap{padding:16px 18px 18px}.main-content>.row>.wpb_row:not(.full-width-content) .mpbr-recent-posts-single_featured>div,.main-content>.row>.wpb_row:not(.full-width-content) .mpbr-recent-posts-single_featured.multiple_featured>div{border-radius:5px;overflow:hidden}.post-area.masonry .post.quote .post-content .post-meta,.post-area.masonry .post.link .post-content .post-meta,.post-area.masonry .format-status .post-content .post-meta,.post-area.masonry .post.format-aside .post-meta{display:none!important}body.material .post .content-inner{border:none}#sidebar .widget{margin-bottom:60px}#sidebar>div:last-child{margin-bottom:0}#author-bio{padding-bottom:0;border:none;margin-bottom:0}#author-bio img{display:inline-block;position:relative;vertical-align:middle}.blog_next_prev_buttons{margin-top:80px}#author-bio h3 span,.comments-section .comment-wrap.full-width-section>h3 span,.container-wrap #author-bio #author-info p{display:block;margin-bottom:5px;font-size:14px;text-transform:none}.container-wrap #author-bio #author-info p{line-height:1.8em;font-size:16px}.container-wrap #author-bio #author-info h3{margin-bottom:0;line-height:1.6em}#author-bio[data-has-tags="true"]{padding-top:0}.container-wrap #author-bio #author-info a{color:inherit}.container-wrap #author-bio #author-info{width:75%!important;vertical-align:middle;display:inline-block;padding-left:30px}.container-wrap #author-bio #author-info p{max-width:70%;opacity:.7}#author-bio .mpbr-button{margin-top:20px}#author-bio .avatar{border-radius:100%}#page-header-bg.fullscreen-header .author-section .meta-category{display:block}#page-header-bg.fullscreen-header .author-section .meta-category a,#page-header-bg.fullscreen-header .author-section,#page-header-bg.fullscreen-header .meta-author img{display:inline-block}#page-header-bg h1{padding-top:5px;padding-bottom:5px}.single-post #page-header-bg.fullscreen-header h1{margin:0 auto}#page-header-bg.fullscreen-header .author-section{width:auto}#page-header-bg.fullscreen-header .author-section .avatar-post-info,#page-header-bg.fullscreen-header .author-section .meta-author{text-align:center}#page-header-bg.fullscreen-header .author-section .avatar-post-info{margin-top:13px;margin-left:0}#page-header-bg.fullscreen-header .author-section .meta-author{top:0}#page-header-bg.fullscreen-header .author-section{margin-top:25px}#page-header-bg.fullscreen-header .author-section .meta-author{display:block;float:none}.single .post-area .content-inner>.post-tags>h4{display:none}.material .comment-list .reply{position:relative;top:auto;right:auto;margin-top:5px;bottom:auto}.material .comment-list .reply a{font-size:13px;background-color:#fff0;color:#888;border-radius:0;padding:0}.material .comment-list .reply a:before{content:"\f112";display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;transform:rotate(180deg);padding-left:6px}.comment-list .comment-meta{font-size:13px}body .comment-list .reply a:hover,body .comment-list .reply a:focus{background-color:transparent!important}#respond{margin-top:80px}body[data-ext-responsive="true"].single-post.material .comment-wrap .comment #respond{margin:40px auto 0 auto!important}body.material .comment-list .comment>div,body.material .comment-list .pingback>div{background-color:#fff0;box-shadow:none;padding-left:85px;padding-bottom:0;padding-top:0;margin-top:4em}body.material .comment-list .comment>div img.avatar,body.material .comment-list .pingback>div img.avatar{left:0;border-radius:100%;top:0}.comment-list .comment .comment img.avatar,.comment-list .pingback .pingback img.avatar{width:40px;height:40px}body.material .comment-list .comment .comment>div,body.material .comment-list .pingback .pingback>div{padding-left:65px}.comment-list .comment>div p,.comment-list .pingback>div p{margin-top:30px}.comment-list .children{border-left:none;background-position:left 30px;margin-left:26px;padding-left:60px}.comment-list .says{display:none}#reply-title{margin-bottom:25px}.single-product.material #reply-title,.single-product.material #commentform .form-submit{text-align:left}.material .comment #reply-title{text-align:left}#respond #cancel-comment-reply-link{padding-left:15px}body.material .comment-wrap{margin-top:0;padding-top:8%;padding-bottom:8%}body.material .comment-wrap[data-comments-open="false"]{padding:0;margin-bottom:0;margin-top:0}body.material.single-portfolio .comment-wrap{margin-top:30px}#author-bio.no-pagination{border-top:1px solid #999}.comments-section[data-author-bio="false"] .comment-wrap{border:none}.comment-list{padding-bottom:80px}#author-bio.no-pagination.lighter-grey,.comment-wrap.lighter-grey{border-color:#ddd}.comment-wrap,#author-bio{padding-top:30px}body.material .blog-recent[data-style*="classic_enhanced"].related-posts .inner-wrap{box-shadow:0 45px 85px rgb(0 0 0 / .08)}.single-post #page-header-bg.fullscreen-header,.single-post #single-below-header.fullscreen-header{background-color:#f6f6f6}.single-post #single-below-header.fullscreen-header{border-top:1px solid #DDD;border-bottom:none!important}.tagcloud a,#header-outer .widget_shopping_cart a.button,.post .more-link span,.blog-recent .more-link span,.flex-direction-nav a,#pagination span,#pagination a,#pagination .next.inactive,#pagination .prev.inactive,.woocommerce nav.woocommerce-pagination ul li a,.woocommerce .container-wrap nav.woocommerce-pagination ul li span{border-radius:0!important}.material .col.boxed:not(.wpb_column){box-shadow:0 1px 1px rgb(0 0 0 / .1);-webkit-box-shadow:0 1px 1px rgb(0 0 0 / .1);background-color:#fff;padding:25px 15px 15px;position:relative;-webkit-transition:transform .2s ease,-webkit-box-shadow .2s ease;transition:transform .2s ease,box-shadow .2s ease;top:0}.material .col.boxed:not(.wpb_column):hover{transform:translateY(-4px);-webkit-transform:translateY(-4px);box-shadow:0 17px 25px rgb(0 0 0 / .13);-webkit-box-shadow:0 17px 25px rgb(0 0 0 / .13)}.material .pp_arrow_previous,.material .pp_arrow_next,.material .mfp-arrow-right,.material .mfp-arrow-left,.woocommerce .pswp__button--arrow--right,.woocommerce .pswp__button--arrow--left{overflow:visible;height:40px;width:40px;border-radius:100px;border:2px solid rgb(255 255 255 / .3)}.material.woocommerce .pswp__button--arrow--right:before,.material.woocommerce .pswp__button--arrow--left:before{background-image:none;line-height:40px;height:40px;width:36px}.mfp-arrow-left:before,.woocommerce .pswp__button--arrow--left:before{transform:translateX(-5px)}.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle{top:-7px!important}.woocommerce .widget_price_filter .ui-slider .ui-slider-range,.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range,.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content{height:4px}.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle{transition:transform 0.2s ease,box-shadow 0.2s ease}.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:before,.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle:before{position:absolute;content:'';display:block;top:0;left:0;width:100%;height:100%;border-radius:100px;box-shadow:0 0 0 10px #000 inset;transition:box-shadow 0.2s ease}.woocommerce .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active,.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active{transform:scale(1.2);box-shadow:0 5px 12px rgb(0 0 0 / .2)!important}.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content,.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle{box-shadow:none!important;border:0!important}.pp_arrow_previous{left:30px}.pp_arrow_next{right:30px}.pp_arrow_next:hover,.pp_arrow_previous:hover,.mfp-arrow-right:hover,.mfp-arrow-left:hover,.woocommerce .pswp__button--arrow--right:hover,.woocommerce .pswp__button--arrow--left:hover{border:2px solid #fff0}.pp_arrow_previous .icon-default-style{border-radius:0;width:20px;height:40px;line-height:39px;font-size:24px;font-family:FontAwesome;margin-top:0;left:-1px;transition:all .35s cubic-bezier(.12,.75,.4,1);-webkit-transition:all .35s cubic-bezier(.12,.75,.4,1)}body.material .mfp-arrow-left,body.material.woocommerce .pswp__button--arrow--left{height:40px;line-height:40px;font-size:18px;font-family:FontAwesome;margin-top:0;opacity:1;left:40px;transition:all .35s cubic-bezier(.12,.75,.4,1);-webkit-transition:all .35s cubic-bezier(.12,.75,.4,1)}.pp_arrow_next .icon-default-style{border-radius:0;width:20px;line-height:39px;height:40px;font-size:24px;margin-top:0;font-family:FontAwesome;left:1px;transition:all .35s cubic-bezier(.12,.75,.4,1);-webkit-transition:all .35s cubic-bezier(.12,.75,.4,1)}body.material .mfp-arrow-right,body.material.woocommerce .pswp__button--arrow--right{line-height:40px;height:40px;font-size:18px;margin-top:0;font-family:FontAwesome;opacity:1;right:40px;transition:all .35s cubic-bezier(.12,.75,.4,1);-webkit-transition:all .35s cubic-bezier(.12,.75,.4,1)}.pp_arrow_previous .icon-default-style:after,.pp_arrow_next .icon-default-style:after,.mfp-arrow-left:after,.mfp-arrow-right:after,.woocommerce .pswp__button--arrow--right:after,.woocommerce .pswp__button--arrow--left:after{display:block;content:' ';position:absolute;width:18px;height:2px;background-color:#fff;top:19px;opacity:0;left:-6px;cursor:pointer;transform:translateX(-37px);transition:all .35s cubic-bezier(.12,.75,.4,1);-webkit-transition:all .35s cubic-bezier(.12,.75,.4,1);pointer-events:none}.mfp-arrow-left:after,.mfp-arrow-right:after,.woocommerce .pswp__button--arrow--right:after,.woocommerce .pswp__button--arrow--left:after{top:16px;transform-origin:right;opacity:1;transform:translateX(13px) scaleX(.9);-webkit-transform:translateX(13px) scaleX(.9)}.mfp-arrow-left:after,.woocommerce .pswp__button--arrow--left:after{left:65px;transform-origin:left;opacity:1;transform:translateX(-54px) scaleX(.9);-webkit-transform:translateX(-54px) scaleX(.9)}.pp_arrow_previous .icon-default-style:after{left:59px}.pp_arrow_previous .icon-default-style:before,.mfp-arrow-left:before,.woocommerce .pswp__button--arrow--left:before{content:"\f104";color:#fff}.mfp-arrow-left:before,.woocommerce .pswp__button--arrow--left:before{top:-3px;left:-1px;display:block;position:relative;transition:all .35s cubic-bezier(.12,.75,.4,1);-webkit-transition:all .35s cubic-bezier(.12,.75,.4,1)}.pp_arrow_next .icon-default-style:before,.mfp-arrow-right:before,.woocommerce .pswp__button--arrow--right:before{content:"\f105";color:#fff}.mfp-arrow-right:before,.woocommerce .pswp__button--arrow--right:before{top:-3px;right:-1px;display:block;transition:all .35s cubic-bezier(.12,.75,.4,1);-webkit-transition:all .35s cubic-bezier(.12,.75,.4,1);-webkit-transform:translateX(5px);transform:translateX(5px);position:relative}.pp_arrow_next:hover .icon-default-style:after,.mfp-arrow-right:hover:after,.woocommerce .pswp__button--arrow--right:hover:after{opacity:1;transform:translateX(-18px);-webkit-transform:translateX(-18px)}.mfp-arrow-right:hover:before,.woocommerce .pswp__button--arrow--right:hover:before{transform:translateX(8px);-webkit-transform:translateX(8px)}.mfp-arrow-left:hover:before,.woocommerce .pswp__button--arrow--left:hover:before{transform:translateX(-9px);-webkit-transform:translateX(-9px)}.mfp-arrow-right:hover:after,.woocommerce .pswp__button--arrow--right:hover:after{transform:translateX(16px) scaleX(1.2);-webkit-transform:translateX(16px) scaleX(1.2)}.pp_arrow_next:hover .icon-default-style{transform:translateX(7px);-webkit-transform:translateX(7px)}.pp_arrow_previous:hover .icon-default-style:after,.mfp-arrow-left:hover:after,.woocommerce .pswp__button--arrow--left:hover:after{opacity:1;transform:translateX(-51px);-webkit-transform:translateX(-51px)}.mfp-arrow-left:hover:after,.woocommerce .pswp__button--arrow--left:hover:after{transform:translateX(-58px) scaleX(1.2);-webkit-transform:translateX(-58px) scaleX(1.2)}.pp_arrow_previous:hover .icon-default-style{transform:translateX(-7px);-webkit-transform:translateX(-7px)}.mpbr_team_member_overlay .inner-wrap{padding-top:0!important}.mpbr_team_member_overlay{z-index:10000}#commentform .form-submit{margin-top:25px}.container-wrap input[type="submit"],.container-wrap button[type="submit"],.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{padding:16px!important;border-radius:0!important}body[data-button-style="rounded"] .container-wrap input[type="submit"],body[data-button-style="rounded"] .container-wrap button[type="submit"]{padding:16px 23px!important}body[data-button-style="rounded"][data-form-submit="see-through"] .container-wrap .widget_search input[type="submit"],body[data-button-style="rounded"][data-form-submit="see-through"] .container-wrap .widget_search button[type="submit"]{padding:12px 23px!important}.woocommerce .actions .button{height:auto!important;padding:14px!important}.cart .quantity input.plus,.cart .quantity input.minus{font-weight:400;font-size:16px}.widget_search .search-form input[type=submit],.newsletter-widget form input[type=submit]{line-height:24px}.span_12.light input[type="text"]::placeholder,.span_12.light textarea::placeholder,.span_12.light input[type="email"]::placeholder,.span_12.light input[type="password"]::placeholder,.span_12.light input[type="tel"]::placeholder,.span_12.light input[type="url"]::placeholder,.span_12.light input[type="search"]::placeholder,.span_12.light input[type="date"]::placeholder{color:#fff;opacity:.5}.span_12.light input[type="text"],.span_12.light textarea,.span_12.light select,.span_12.light input[type="email"],.span_12.light input[type="password"],.span_12.light input[type="tel"],.span_12.light input[type="url"],.span_12.light input[type="search"],.span_12.light input[type="date"],.span_12.light .select2-container--default .select2-selection--single,body[data-fancy-form-rcs="1"] .span_12.light .select2-container--default .select2-selection--single{background-color:rgb(255 255 255 / .1);border-color:#fff0;color:#fff}.span_12.light input[type="text"]:focus,.span_12.light textarea:focus,.span_12.light select:focus,.span_12.light input[type="email"]:focus,.span_12.light input[type="password"]:focus,.span_12.light input[type="tel"]:focus,.span_12.light input[type="url"]:focus,.span_12.light input[type="search"]:focus,.span_12.light input[type="date"]:focus{border-color:rgb(255 255 255 / .8);box-shadow:0 0 10px rgb(255 255 255 / .15)}[data-form-style="default"] .span_12.light input[type="email"]:hover:not(:focus),[data-form-style="default"] .span_12.light input[type="text"]:hover:not(:focus),[data-form-style="default"] .span_12.light textarea:hover:not(:focus){border-color:#fff0}.span_12.light .wpcf7-form .wpcf7-not-valid-tip{background-color:#fff0;box-shadow:none;padding-left:0;color:#fff}.container-wrap .span_12.light input[type="submit"]:hover{background-color:#333;opacity:.8}body[data-button-style*="_shadow"] .container-wrap .span_12.light input[type="submit"]:hover{opacity:1}.mfp-iframe-holder .mfp-content,.mfp-inline-holder .mfp-content{max-width:1280px}#slide-out-widget-area.slide-out-from-right{min-width:360px;padding-left:60px;padding-right:60px;z-index:5;overflow:hidden;transform:none}#ajax-content-wrap #slide-out-widget-area.slide-out-from-right{z-index:-1}.slide_out_area_close:before,#search-outer #search #close a:before{transform:scale(0)}.material-ocm-open.slide_out_area_close:before,#search-outer.material-open #search #close a:before{transform:scale(1)}.slide_out_area_close .close-wrap,#search-outer .close-wrap,.slide-out-widget-area-toggle a .close-wrap,.style_slide_in_click .close-cart .close-wrap,.mpbr-close-btn .close-wrap{-webkit-font-smoothing:subpixel-antialiased;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;position:absolute;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%) translateZ(0);transform:translateX(-50%) translateY(-50%) translateZ(0);-webkit-transition:margin .2s ease,opacity .3s ease,-webkit-transform .2s ease 1s;transition:margin .2s ease,opacity .3s ease,-webkit-transform .2s ease 1s;transition:margin .2s ease,transform .2s ease 1s,opacity .3s ease;transition:margin .2s ease,transform .2s ease 1s,opacity .3s ease,-webkit-transform .2s ease 1s;width:20px;height:20px;display:block;overflow:hidden}.style_slide_in_click .close-cart .close-wrap,.mpbr-close-btn.small .close-wrap{height:15px}#top .slide-out-widget-area-toggle a .close-wrap{width:22px;height:22px;opacity:0}@media only screen and (max-width:999px){#top .slide-out-widget-area-toggle a .close-wrap{height:20px}}#top .slide-out-widget-area-toggle .open .close-wrap,#top .slide-out-widget-area-toggle .animating .close-wrap{opacity:1}.material-ocm-open.slide_out_area_close .close-line1,#search-outer.material-open .close-line1,.slide-out-widget-area-toggle .open .close-line1{-webkit-animation-name:crossRight;animation-name:crossRight;-webkit-animation-delay:.29s;animation-delay:.29s}.style_slide_in_click.open .close-cart .close-line1,.mpbr-close-btn-wrap.open .mpbr-close-btn .close-line1{-webkit-animation-name:crossRight;animation-name:crossRight;-webkit-animation-delay:.14s;animation-delay:.14s}.material-ocm-open.slide_out_area_close .close-line2,#search-outer.material-open .close-line2,.slide-out-widget-area-toggle .open .close-line2{-webkit-animation-name:crossLeft;animation-name:crossLeft;-webkit-animation-delay:.15s;animation-delay:.15s}.style_slide_in_click.open .close-cart .close-line2,.mpbr-close-btn-wrap.open .mpbr-close-btn .close-line2{-webkit-animation-name:crossLeft;animation-name:crossLeft}.slide_out_area_close .close-line1,#search-outer:not(.material-open) .close-line1,.slide-out-widget-area-toggle a:not(.open) .close-line1,.style_slide_in_click:not(.open) .close-cart .close-line1,.mpbr-close-btn-wrap:not(.open) .mpbr-close-btn .close-line1{-webkit-transform:translateY(0) translateX(0) rotate(-45deg);transform:translateY(0) translateX(0) rotate(-45deg);-webkit-animation-name:crossLeftClose;animation-name:crossLeftClose;-webkit-animation-delay:.0s;animation-delay:.0s;-webkit-animation-duration:.15s;animation-duration:.15s}.slide-out-widget-area-toggle a:not(.open) .close-line1{-webkit-animation-duration:.4s;animation-duration:.4s}#header-outer.transparent .slide-out-widget-area-toggle a .close-wrap:not(.loaded){opacity:0!important}.slide_out_area_close .close-line2,#search-outer:not(.material-open) .close-line2,.slide-out-widget-area-toggle a:not(.open) .close-line2,.style_slide_in_click:not(.open) .close-cart .close-line2,.mpbr-close-btn-wrap:not(.open) .mpbr-close-btn .close-line2{-webkit-transform:translateY(0) translateX(0) rotate(45deg);transform:translateY(0) translateX(0) rotate(45deg);-webkit-animation-name:crossRightClose;animation-name:crossRightClose;-webkit-animation-delay:.06s;animation-delay:.06s;-webkit-animation-duration:.15s;animation-duration:.15s}.slide-out-widget-area-toggle a:not(.open) .close-line2{-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-delay:.1s;animation-delay:.1s}.slide_out_area_close .close-line,#search-outer .close-line,.slide-out-widget-area-toggle a .close-line,.style_slide_in_click .close-cart .close-line,.mpbr-close-btn .close-line{-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-timing-function:cubic-bezier(.52,.01,.16,1);animation-timing-function:cubic-bezier(.52,.01,.16,1);-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.material-ocm-open.slide_out_area_close .close-wrap .close-line1,#search-outer.material-open .close-wrap .close-line1,.slide-out-widget-area-toggle .open .close-line1,.style_slide_in_click.open .close-cart .close-line1,.mpbr-close-btn-wrap.open .mpbr-close-btn .close-line1{-webkit-transform:translateY(-30px) translateX(30px) rotate(45deg);transform:translateY(-30px) translateX(30px) rotate(45deg)}.material-ocm-open.slide_out_area_close .close-wrap .close-line2,#search-outer.material-open .close-wrap .close-line2,.slide-out-widget-area-toggle .open .close-line2,.style_slide_in_click.open .close-cart .close-line2,.mpbr-close-btn-wrap.open .mpbr-close-btn .close-line2{-webkit-transform:translateY(-30px) translateX(-30px) rotate(-45deg);transform:translateY(-30px) translateX(-30px) rotate(-45deg)}.slide_out_area_close .close-wrap .close-line,#search-outer .close-wrap .close-line,#top .slide-out-widget-area-toggle .close-line,.style_slide_in_click .close-cart .close-line,.mpbr-close-btn .close-line{height:100%;width:2px;background:#fff;backface-visibility:hidden;position:absolute;border-radius:5px;left:9px;transition:opacity 0.2s ease,background-color 0.2s ease}.mpbr-close-btn{position:relative;display:block;width:30px}.mpbr-close-btn:before{position:absolute;top:50%;left:50%;display:block;height:34px;width:34px;margin:-17px 0 0 -17px;border-radius:50%;background-color:rgb(0 0 0 / .05);content:'';-webkit-transform:scale(1) translateZ(0);transform:scale(1) translateZ(0);transition:all 0.45s cubic-bezier(.15,.2,.1,1);-webkit-transition:all 0.45s cubic-bezier(.15,.2,.1,1)}#header-outer:not(.transparent) #top .slide-out-widget-area-toggle .close-line{background-color:#666}#slide-out-widget-area.fullscreen-alt .inner .widget.widget_nav_menu li a .clip-wrap,#slide-out-widget-area.fullscreen-alt .inner .off-canvas-menu-container li a .clip-wrap,#slide-out-widget-area.slide-out-from-right-hover .inner .widget.widget_nav_menu li a .clip-wrap,#slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li a .clip-wrap{display:none}body[data-slide-out-widget-area-style*="fullscreen"][data-header-color="light"] #header-outer.side-widget-open:not(.transparent):not(.light-text) header .slide-out-widget-area-toggle .close-line{background-color:#888}#slide-out-widget-area-bg.fullscreen-alt{padding:0!important}#search-outer .close-wrap .close-line,.slide-out-widget-area-toggle a .close-line,.style_slide_in_click .close-cart .close-line,.mpbr-close-btn .close-line{background-color:#000}body.mobile.material[data-header-color="light"] #header-outer .slide-out-widget-area-toggle a .close-line,body.mobile.material[data-header-color="light"] #header-outer.transparent .slide-out-widget-area-toggle a .close-line{background-color:#999!important}@-webkit-keyframes crossLeft{100%{-webkit-transform:translateY(0) translateX(0) rotate(-45deg);transform:translateY(0) translateX(0) rotate(-45deg)}}@keyframes crossLeft{100%{-webkit-transform:translateY(0) translateX(0) rotate(-45deg);transform:translateY(0) translateX(0) rotate(-45deg)}}@-webkit-keyframes crossLeftClose{100%{-webkit-transform:translateY(22px) translateX(22px) rotate(-45deg);transform:translateY(22px) translateX(22px) rotate(-45deg)}}@keyframes crossLeftClose{100%{-webkit-transform:translateY(22px) translateX(22px) rotate(-45deg);transform:translateY(22px) translateX(22px) rotate(-45deg)}}@-webkit-keyframes crossRight{100%{-webkit-transform:translateY(0) translateX(0) rotate(45deg);transform:translateY(0) translateX(0) rotate(45deg)}}@keyframes crossRight{100%{-webkit-transform:translateY(0) translateX(0) rotate(45deg);transform:translateY(0) translateX(0) rotate(45deg)}}@-webkit-keyframes crossRightClose{100%{-webkit-transform:translateY(22px) translateX(-22px) rotate(45deg);transform:translateY(22px) translateX(-22px) rotate(45deg)}}@keyframes crossRightClose{100%{-webkit-transform:translateY(22px) translateX(-22px) rotate(45deg);transform:translateY(22px) translateX(-22px) rotate(45deg)}}#slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container{position:relative;top:auto}#slide-out-widget-area[class*="slide-out-from-right"] .inner{height:auto}#slide-out-widget-area[class*="slide-out-from-right"] .menuwrapper,#slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container,#slide-out-widget-area[class*="slide-out-from-right"] .widget.widget_nav_menu>div,#slide-out-widget-area[class*="slide-out-from-right"] .bottom-meta-wrap{display:inline-block}#slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container{min-width:190px}@media only screen and (min-width:1000px){#slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container.mobile-only{display:none}}#slide-out-widget-area[class*="slide-out-from-right"] .widget.widget_nav_menu li a{padding-left:0;padding-right:0}#slide-out-widget-area[class*="slide-out-from-right"] .inner-wrap,#slide-out-widget-area.slide-out-from-right-hover .inner>.off-canvas-menu-container{margin:auto 0;position:relative}#slide-out-widget-area[class*="slide-out-from-right"],#slide-out-widget-area.slide-out-from-right-hover .inner{display:-webkit-box;display:-webkit-flex;display:flex}#slide-out-widget-area.slide-out-from-right-hover .inner{flex-wrap:wrap}#fp-nav li{transition:transform 0.3s ease;-webkit-transition:transform 0.3s ease}#slide-out-widget-area.slide-out-from-right,#slide-out-widget-area.slide-out-from-right:not(.fullscreen-alt):not(.fullscreen){background-color:transparent!important}#slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container li a{font-size:22px;line-height:28px;font-family:'Open Sans';font-weight:400}#slide-out-widget-area-bg.slide-out-from-right{opacity:1;height:100%;width:100%;z-index:1}#ajax-content-wrap>#slide-out-widget-area-bg.slide-out-from-right{visibility:hidden}body[data-slide-out-widget-area-style="slide-out-from-right"] #slide-out-widget-area.slide-out-from-right{-webkit-transform:none;transform:none}body[data-slide-out-widget-area-style="slide-out-from-right"] .slide-out-widget-area-toggle{z-index:100}body[data-slide-out-widget-area-style="slide-out-from-right"] .slide_out_area_close{position:absolute;right:50px;top:50px;z-index:8;display:block}#slide-out-widget-area.slide-out-from-right .inner-wrap,#slide-out-widget-area.slide-out-from-right .off-canvas-menu-container{width:100%}body:not(.material-ocm-open) #slide-out-widget-area.slide-out-from-right{visibility:hidden}@media only screen and (min-width:1000px){body[data-slide-out-widget-area-style="slide-out-from-right"] .slide_out_area_close{opacity:0;transition:transform 0.8s cubic-bezier(.2,1,.3,1);position:fixed;right:-100px;top:50%;transform:translateY(-50%) translateX(100%);z-index:10000}body[data-slide-out-widget-area-style="slide-out-from-right"] .slide_out_area_close:before{background-color:#f91b39;box-shadow:0 16px 44px rgb(0 0 0 / .3)}}body[data-slide-out-widget-area-style="slide-out-from-right"] .ocm-effect-wrap{-webkit-transition:transform 0.8s cubic-bezier(.2,1,.3,1);transition:transform 0.8s cubic-bezier(.2,1,.3,1);-webkit-transform-origin:right;transform-origin:right;position:relative;z-index:10}body[data-slide-out-widget-area-style="slide-out-from-right"].material-ocm-open .ocm-effect-wrap{overflow:hidden}@media not all and (min-resolution:.001dpcm){@media{body[data-slide-out-widget-area-style="slide-out-from-right"].admin-bar:not(.material-ocm-open) .ocm-effect-wrap{position:static}body[data-slide-out-widget-area-style="slide-out-from-right"][data-footer-reveal="1"].material.admin-bar #footer-outer{z-index:2}}}@media only screen and (max-width:600px){body[data-slide-out-widget-area-style="slide-out-from-right"].admin-bar:not(.material-ocm-open) .ocm-effect-wrap{position:static}body[data-slide-out-widget-area-style="slide-out-from-right"][data-footer-reveal="1"].material.admin-bar #footer-outer{z-index:2}}body:not(.mpbr-no-flex-height) .ocm-effect-wrap-inner,body[data-slide-out-widget-area-style="slide-out-from-right"]:not(.mpbr-no-flex-height) .ocm-effect-wrap{height:auto!important}.mpbr-no-flex-height .ocm-effect-wrap-inner,body[data-slide-out-widget-area-style="slide-out-from-right"].mpbr-no-flex-height .ocm-effect-wrap{height:100%}.slide-out-widget-area-toggle .lines-button.x2 .lines:before,.slide-out-widget-area-toggle .lines-button.x2 .lines:after{transition:top 0.4s 0.45s ease,width 0.3s ease,-webkit-transform 0.3s ease,background-color 0.2s ease,opacity 0.2s ease;transition:top 0.4s 0.45s ease,width 0.3s ease,transform 0.3s ease,background-color 0.2s ease,opacity 0.2s ease}.lines:after,body[data-slide-out-widget-area-style="slide-out-from-right-hover"] .slide-out-hover-icon-effect.slide-out-widget-area-toggle.small .lines:after{top:-7px}.lines:before,body[data-slide-out-widget-area-style="slide-out-from-right-hover"] .slide-out-hover-icon-effect.slide-out-widget-area-toggle.small .lines:before{width:1rem;top:7px}body[data-slide-out-widget-area-style="slide-out-from-right-hover"] .slide-out-widget-area-toggle.mobile-icon .lines:before,body #header-outer .slide-out-widget-area-toggle.mobile-icon .lines:before{width:1rem!important}.slide-out-widget-area-toggle .lines-button.close .lines:before{-webkit-transform:translateY(-7px) rotateZ(-45deg);transform:translateY(-7px) rotateZ(-45deg);width:1.5rem}.slide-out-widget-area-toggle .lines-button.close .lines:after{-webkit-transform:translateY(7px) rotateZ(45deg);transform:translateY(7px) rotateZ(45deg);width:1.5rem}.material .lines-button.close{transform:none}body #header-outer .icon-MPBR-search:before,body.material #header-outer .icon-MPBR-search:before{content:"\e906"}.admin-bar[class*="bp-"] .ocm-effect-wrap-inner,.admin-bar[class*="bp-"] .ocm-effect-wrap{border-radius:initial}@media only screen and (max-width:450px){#slide-out-widget-area.slide-out-from-right{min-width:78vw;width:78vw;padding-left:50px;padding-right:50px;-webkit-transition:transform 0.8s cubic-bezier(.2,1,.3,1);transition:transform 0.8s cubic-bezier(.2,1,.3,1)}}@media only screen and (min-width:1000px){#slide-out-widget-area.slide-out-from-right{min-width:33.3vw;padding-left:4%;padding-right:4%}}body.material #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container li{margin-bottom:12px;line-height:1.2}body.material #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container .sub-menu .mpbr-extra-menu-item-spacing{margin-bottom:10px;margin-top:10px}body.material #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container .sub-menu{display:flex;flex-direction:column}body.material #slide-out-widget-area.slide-out-from-right .off-canvas-menu-container li a{position:relative;display:inline-block}body.material #slide-out-widget-area.slide-out-from-right .off-canvas-menu-container>.menu>li a{opacity:1;transition:color 0.37s cubic-bezier(.52,.01,.16,1)}body.material #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container li a:after{transform-origin:left;pointer-events:none;bottom:-2px;-webkit-transition:-webkit-transform 0.37s cubic-bezier(.52,.01,.16,1);transition:transform 0.37s cubic-bezier(.52,.01,.16,1);border-color:#fff}body #slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li a{color:#fff}input[type=text],textarea,input[type=email],input[type=password],input[type=tel],input[type=url],input[type=search],input[type=date],.material.woocommerce-page[data-form-style="default"] input#coupon_code,select{background-color:rgb(0 0 0 / .04);border-radius:4px;border:2px solid #fff0}input[type=text]:focus,textarea:focus,input[type=email]:focus,input[type=search]:focus,input[type=password]:focus,input[type=tel]:focus,input[type=url]:focus,input[type=date]:focus,select:focus{box-shadow:0 0 10px rgb(0 0 0 / .11)}select{box-shadow:none}#header-outer .mpbr-ext-menu-item .image-layer-outer,#header-outer .mpbr-ext-menu-item .image-layer,#header-outer .mpbr-ext-menu-item .color-overlay,#slide-out-widget-area .mpbr-ext-menu-item .image-layer-outer,#slide-out-widget-area .mpbr-ext-menu-item .color-overlay,#slide-out-widget-area .mpbr-ext-menu-item .image-layer{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.mpbr-ext-menu-item .inner-content{position:relative;z-index:10;width:100%}.mpbr-ext-menu-item .image-layer{background-size:cover;background-position:center;transition:opacity 0.25s ease 0.1s}#header-outer nav .mpbr-ext-menu-item .image-layer:not(.loaded){background-image:none!important}#header-outer nav .mpbr-ext-menu-item .image-layer{opacity:0}#header-outer nav .mpbr-ext-menu-item .image-layer.loaded{opacity:1}.mpbr-ext-menu-item span[class*="inherit-h"]+.menu-item-desc{margin-top:.4rem}#mobile-menu .mpbr-ext-menu-item .title,#slide-out-widget-area .mpbr-ext-menu-item .title,.mpbr-ext-menu-item .menu-title-text,.mpbr-ext-menu-item .menu-item-desc{position:relative}.mpbr-ext-menu-item .menu-item-desc{display:block;line-height:1.4em}body #slide-out-widget-area .mpbr-ext-menu-item .menu-item-desc{line-height:1.4em}#mobile-menu .mpbr-ext-menu-item .title,#slide-out-widget-area .mpbr-ext-menu-item:not(.style-img-above-text) .title,.mpbr-ext-menu-item:not(.style-img-above-text) .menu-title-text,.mpbr-ext-menu-item:not(.style-img-above-text) .menu-item-desc,.mpbr-ext-menu-item:not(.style-img-above-text) i:before{color:#fff}#mobile-menu .mpbr-ext-menu-item.style-img-above-text .title{color:inherit}.sf-menu li ul li a .mpbr-ext-menu-item .menu-title-text:after{display:none}.menu-item .widget-area-active[data-margin="default"]>div:not(:last-child){margin-bottom:20px}.mpbr-ext-menu-item .color-overlay{transition:opacity 0.5s cubic-bezier(.15,.75,.5,1)}.mpbr-ext-menu-item:hover .hover-zoom-in-slow .image-layer{transform:scale(1.15);transition:transform 4s cubic-bezier(.1,.2,.7,1)}.mpbr-ext-menu-item:hover .hover-zoom-in-slow .color-overlay{transition:opacity 1.5s cubic-bezier(.15,.75,.5,1)}.mpbr-ext-menu-item .hover-zoom-in-slow .image-layer{transition:transform 0.5s cubic-bezier(.15,.75,.5,1)}.mpbr-ext-menu-item .hover-zoom-in-slow .color-overlay{transition:opacity 0.5s cubic-bezier(.15,.75,.5,1)}.mpbr-ext-menu-item:hover .hover-zoom-in .image-layer{transform:scale(1.12)}.mpbr-ext-menu-item .hover-zoom-in .image-layer{transition:transform 0.5s cubic-bezier(.15,.75,.5,1)}.mpbr-ext-menu-item{display:flex;text-align:left}#slide-out-widget-area .mpbr-ext-menu-item .title,#slide-out-widget-area .mpbr-ext-menu-item .menu-item-desc,#slide-out-widget-area .mpbr-ext-menu-item .menu-title-text,#mobile-menu .mpbr-ext-menu-item .title,#mobile-menu .mpbr-ext-menu-item .menu-item-desc,#mobile-menu .mpbr-ext-menu-item .menu-title-text{color:inherit!important}#slide-out-widget-area .mpbr-ext-menu-item,#mobile-menu .mpbr-ext-menu-item{display:block}#slide-out-widget-area.fullscreen-alt .mpbr-ext-menu-item,#slide-out-widget-area.fullscreen .mpbr-ext-menu-item{text-align:center}#header-outer .mpbr-ext-menu-item.style-img-above-text .image-layer-outer,#slide-out-widget-area .mpbr-ext-menu-item.style-img-above-text .image-layer-outer{position:relative}#header-outer .mpbr-ext-menu-item.style-img-above-text,#slide-out-widget-area .mpbr-ext-menu-item.style-img-above-text{flex-direction:column}@font-face{font-family:'wpzoom-socicon';src:url(/wp-content/plugins/social-icons-widget-by-wpzoom/assets/font/socicon.woff2?v=4.3.3) format('woff2');font-weight:400;font-style:normal;text-transform:initial;font-display:swap}.socicon{position:relative;top:3px;display:inline-block;font-family:'wpzoom-socicon';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1.2em}.wp-block-wpzoom-blocks-social-icons .socicon,.zoom-social-icons-widget .socicon{font-family:'wpzoom-socicon'!important}.socicon:empty{width:1em}.socicon-500px{background-color:#58a9de;color:#58a9de}.social-icon.socicon-500px:before{content:"\e056"}.socicon-airbnb{background-color:#FF5A5F;color:#FF5A5F}.social-icon.socicon-airbnb:before{content:"\e00e"}.socicon-amazon{background-color:#F90;color:#F90}.social-icon.socicon-amazon:before{content:"\e05c"}.socicon-anchor{background-color:#8940fa;color:#8940fa}.social-icon.socicon-anchor:before{content:"\e91e"}.socicon-android{background-color:#8ec047;color:#8ec047}.social-icon.socicon-android:before{content:"\e03e"}.socicon-angieslist{background-color:#299F37;color:#299F37}.social-icon.socicon-angieslist:before{content:"\e916"}.socicon-aparat{background-color:#EA225D;color:#EA225D}.social-icon.socicon-aparat:before{content:"\e90e"}.socicon-apple{background-color:#B9BFC1;color:#B9BFC1}.social-icon.socicon-apple:before{content:"\e02e"}.socicon-apple-podcasts{background-color:#93C;color:#93C}.social-icon.socicon-apple-podcasts:before{content:"\e924"}.socicon-appnet{background-color:#494949;color:#494949}.social-icon.socicon-appnet:before{content:"\e013"}.socicon-appstore{background-color:#007AFF;color:#007AFF}.social-icon.socicon-appstore:before{content:"\e91f"}.socicon-artstation{background-color:#13aff0;color:#13aff0}.social-icon.socicon-artstation:before{content:"\e959"}.socicon-baidu{background-color:#2319DC;color:#2319DC}.social-icon.socicon-baidu:before{content:"\e061"}.socicon-bandcamp{background-color:#619aa9;color:#619aa9}.social-icon.socicon-bandcamp:before{content:"\e06a"}.socicon-beatport{background-color:#01FF95;color:#01FF95}.social-icon.socicon-beatport:before{content:"\e944"}.socicon-bebo{background-color:#EF1011;color:#EF1011}.social-icon.socicon-bebo:before{content:"\e035"}.socicon-behance{background-color:#1769ff;color:#1769ff}.social-icon.socicon-behance:before{content:"\e027"}.socicon-blogger{background-color:#ec661c;color:#ec661c}.social-icon.socicon-blogger:before{content:"\e020"}.socicon-bloglovin{background-color:#000;color:#000}.social-icon.socicon-bloglovin:before{content:"\e075"}.socicon-bluesky{background-color:#0285FF;color:#0285FF}.social-icon.socicon-bluesky:before{content:"\e963"}.socicon-buffer{background-color:#000;color:#000}.social-icon.socicon-buffer:before{content:"\e018"}.socicon-castbox{background-color:#F55B23;color:#F55B23}.social-icon.socicon-castbox:before{content:"\e93d"}.socicon-coderwall{background-color:#3E8DCC;color:#3E8DCC}.social-icon.socicon-coderwall:before{content:"\e011"}.socicon-codered{background-color:#FF033B;color:#FF033B}.social-icon.socicon-codered:before{content:"\e940"}.socicon-coronavirus{background-color:#E6502A;color:#E6502A}.social-icon.socicon-coronavirus:before{content:"\e936"}.socicon-crunchbase{background-color:#0288d1;color:#0288d1}.social-icon.socicon-crunchbase:before{content:"\e93b"}.socicon-dailymotion{background-color:#004e72;color:#004e72}.social-icon.socicon-dailymotion:before{content:"\e053"}.socicon-delicious{background-color:#020202;color:#020202}.social-icon.socicon-delicious:before{content:"\e028"}.socicon-deviantart{background-color:#05CC47;color:#05CC47}.social-icon.socicon-deviantart:before{content:"\e927"}.socicon-deezer{background-color:#32323d;color:#32323d}.social-icon.socicon-deezer:before{content:"\e06c"}.socicon-digg{background-color:#1d1d1b;color:#1d1d1b}.social-icon.socicon-digg:before{content:"\e025"}.socicon-discord{background-color:#7289da;color:#7289da}.social-icon.socicon-discord:before{content:"\e903"}.socicon-discord2{background-color:#7289da;color:#7289da}.social-icon.socicon-discord2:before{content:"\e079"}.socicon-discourse{background-color:#000;color:#000}.social-icon.socicon-discourse:before{content:"\e947"}.socicon-disqus{background-color:#2e9fff;color:#2e9fff}.social-icon.socicon-disqus:before{content:"\e019"}.socicon-displate{background-color:#000;color:#000}.social-icon.socicon-displate:before{content:"\e91d"}.socicon-dribbble{background-color:#e84d88;color:#e84d88}.social-icon.socicon-dribbble:before{content:"\e023"}.socicon-drupal{background-color:#00598e;color:#00598e}.social-icon.socicon-drupal:before{content:"\e002"}.socicon-ebay{background-color:#E53238;color:#E53238}.social-icon.socicon-ebay:before{content:"\e063"}.socicon-ello{background-color:#000;color:#000}.social-icon.socicon-ello:before{content:"\e006"}.socicon-etsy{background-color:#F16521;color:#F16521}.social-icon.socicon-etsy:before{content:"\e941"}.socicon-envato{background-color:#82B540;color:#82B540}.social-icon.socicon-envato:before{content:"\e026"}.socicon-eyeem{background-color:#000;color:#000}.social-icon.socicon-eyeem:before{content:"\e902"}.socicon-facebook{background-color:#0866FF;color:#0866FF}.social-icon.socicon-facebook:before{content:"\e91a"}.socicon-facebook2{background-color:#0866FF;color:#0866FF}.social-icon.socicon-facebook2:before{content:"\e91a"}.socicon-feedburner{background-color:#FC0;color:#FC0}.social-icon.socicon-feedburner:before{content:"\e048"}.socicon-feedly{background-color:#34B151;color:#34B151}.social-icon.socicon-feedly:before{content:"\e074"}.socicon-fiverr{background-color:#1DBF73;color:#1DBF73}.social-icon.socicon-fiverr:before{content:"\e928"}.socicon-flattr{background-color:#F67C1A;color:#F67C1A}.social-icon.socicon-flattr:before{content:"\e02f"}.socicon-flipboard{background-color:#E12828;color:#E12828}.social-icon.socicon-flipboard:before{content:"\e904"}.socicon-flipboard2{background-color:#E12828;color:#E12828}.social-icon.socicon-flipboard2:before{content:"\e905"}.socicon-flickr{background-color:#ff0084;color:#ff0084}.social-icon.socicon-flickr:before{content:"\e055"}.socicon-foursquare{background-color:#F94877;color:#F94877}.social-icon.socicon-foursquare:before{content:"\e044"}.socicon-friendfeed{background-color:#2F72C4;color:#2F72C4}.social-icon.socicon-friendfeed:before{content:"\e032"}.socicon-gab{background-color:#28cf7a;color:#28cf7a}.social-icon.socicon-gab:before{content:"\e93c"}.socicon-github{background-color:#221e1b;color:#221e1b}.social-icon.socicon-github:before{content:"\e030"}.socicon-goodreads{background-color:#463020;color:#463020}.social-icon.socicon-goodreads:before{content:"\e014"}.socicon-google{background-color:#d93e2d;color:#d93e2d}.social-icon.socicon-google:before{content:"\e042"}.socicon-google-calendar{background-color:#3D81F6;color:#3D81F6}.social-icon.socicon-google-calendar:before{content:"\e926"}.socicon-google-maps{background-color:#4285F4;color:#4285F4}.social-icon.socicon-google-maps:before{content:"\e937"}.socicon-google-news{background-color:#174EA6;color:#174EA6}.social-icon.socicon-google-news:before{content:"\e925"}.socicon-google-podcasts{background-color:#4285F4;color:#4285F4}.social-icon.socicon-google-podcasts:before{content:"\e923"}.socicon-grooveshark{background-color:#000;color:#000}.social-icon.socicon-grooveshark:before{content:"\e04f"}.socicon-guilded{background-color:#F5C400;color:#F5C400}.social-icon.socicon-guilded:before{content:"\e935"}.socicon-hellocoton{background-color:#D50066;color:#D50066}.social-icon.socicon-hellocoton:before{content:"\e901"}.socicon-homeadvisor{background-color:#EF8B1D;color:#EF8B1D}.social-icon.socicon-homeadvisor:before{content:"\e915"}.socicon-houzz{background-color:#7CC04B;color:#7CC04B}.social-icon.socicon-houzz:before{content:"\e00a"}.socicon-identica{background-color:#000;color:#000}.social-icon.socicon-identica:before{content:"\e034"}.socicon-iheartradio{background-color:#C6002B;color:#C6002B}.social-icon.socicon-iheartradio:before{content:"\e930"}.socicon-imdb{background-color:#F5C518;color:#F5C518}.social-icon.socicon-imdb:before{content:"\e064"}.socicon-instagram{background-color:#E4405F;color:#E4405F}.social-icon.socicon-instagram:before{content:"\e057"}.socicon-itunes{background-color:#ff5e51;color:#ff5e51}.social-icon.socicon-itunes:before{content:"\e0ae"}.socicon-issuu{background-color:#F26F61;color:#F26F61}.social-icon.socicon-issuu:before{content:"\e06b"}.socicon-ko-fi{background-color:#F16061;color:#F16061}.social-icon.socicon-ko-fi:before{content:"\e934"}.socicon-kkbox{background-color:#20afd6;color:#20afd6}.social-icon.socicon-kkbox:before{content:"\e93e"}.socicon-komoot{background-color:#6AA127;color:#6AA127}.social-icon.socicon-komoot:before{content:"\e93a"}.socicon-lanyrd{background-color:#3c80c9;color:#3c80c9}.social-icon.socicon-lanyrd:before{content:"\e016"}.socicon-lastfm{background-color:#d41316;color:#d41316}.social-icon.socicon-lastfm:before{content:"\e050"}.socicon-letterboxd{background-color:#2c3440;color:#2c3440}.social-icon.socicon-letterboxd:before{content:"\e96d"}.socicon-line{background-color:#00BA27;color:#00BA27}.social-icon.socicon-line:before{content:"\e900"}.socicon-linkedin{background-color:#0966c2;color:#0966c2}.social-icon.socicon-linkedin:before{content:"\e049"}.socicon-lookbook{background-color:#000;color:#000}.social-icon.socicon-lookbook:before{content:"\e073"}.socicon-mail{background-color:#000;color:#000}.social-icon.socicon-mail:before{content:"\e01f"}.socicon-mailru{background-color:#005FF9;color:#005FF9}.social-icon.socicon-mailru:before{content:"\e932"}.socicon-mailchimp{background-color:#FFE01B;color:#FFE01B}.social-icon.socicon-mailchimp:before{content:"\e92c";color:#000!important}.socicon-mailchimp2{background-color:#FFE01B;color:#FFE01B}.social-icon.socicon-mailchimp2:before{content:"\e929"}.socicon-mastodon{background-color:#6364FF;color:#6364FF}.social-icon.socicon-mastodon:before{content:"\e913"}.socicon-medium{background-color:#01AB6C;color:#01AB6C}.social-icon.socicon-medium:before{content:"\e06d"}.socicon-meetup{background-color:#e2373c;color:#e2373c}.social-icon.socicon-meetup:before{content:"\e03c"}.socicon-messenger{background-color:#0084ff;color:#0084ff}.social-icon.socicon-messenger:before{content:"\e906"}.socicon-mewe{background-color:#17377F;color:#17377F}.social-icon.socicon-mewe:before{content:"\e931"}.socicon-mixer{background-color:#1FBAED;color:#1FBAED}.social-icon.socicon-mixer:before{content:"\e91b"}.socicon-myspace{background-color:#323232;color:#323232}.social-icon.socicon-myspace:before{content:"\e04c"}.socicon-mywed{background-color:#000;color:#000}.social-icon.socicon-mywed:before{content:"\e908"}.socicon-newsvine{background-color:#075B2F;color:#075B2F}.social-icon.socicon-newsvine:before{content:"\e033"}.socicon-nextdoor{background-color:#8ed500;color:#8ed500}.social-icon.socicon-nextdoor:before{content:"\e92b"}.socicon-nextdoor2{background-color:#01B247;color:#01B247}.social-icon.socicon-nextdoor2:before{content:"\e942"}.socicon-newgrounds{background-color:#000;color:#000}.social-icon.socicon-newgrounds:before{content:"\e939"}.socicon-odnoklassniki{background-color:#f48420;color:#f48420}.social-icon.socicon-odnoklassniki:before{content:"\e00d"}.socicon-ok{background-color:#f48420;color:#f48420}.social-icon.socicon-ok:before{content:"\e00d"}.socicon-overcast{background-color:#FC7E0F;color:#FC7E0F}.social-icon.socicon-overcast:before{content:"\e922"}.socicon-overwatch{background-color:#9E9E9E;color:#9E9E9E}.social-icon.socicon-overwatch:before{content:"\e076"}.socicon-outlook{background-color:#0072C6;color:#0072C6}.social-icon.socicon-outlook:before{content:"\e010"}.socicon-parler{background-color:#b91d2b;color:#b91d2b}.social-icon.socicon-parler:before{content:"\e92a"}.socicon-patreon{background-color:#000;color:#000}.social-icon.socicon-patreon:before{content:"\e01c"}.socicon-paypal{background-color:#009cde;color:#009cde}.social-icon.socicon-paypal:before{content:"\e00c"}.socicon-periscope{background-color:#40A4C4;color:#40A4C4}.social-icon.socicon-periscope:before{content:"\e00f"}.socicon-persona{background-color:#e6753d;color:#e6753d}.social-icon.socicon-persona:before{content:"\e008"}.socicon-pinterest{background-color:#c92619;color:#c92619}.social-icon.socicon-pinterest:before{content:"\e043"}.socicon-pixiv{background-color:#049CFF;color:#049CFF}.social-icon.socicon-pixiv:before{content:"\e94f"}.socicon-play{background-color:#000;color:#000}.social-icon.socicon-play:before{content:"\e02b"}.socicon-playerfm{background-color:#C8122A;color:#C8122A}.social-icon.socicon-playerfm:before{content:"\e92f"}.socicon-playstation{background-color:#000;color:#000}.social-icon.socicon-playstation:before{content:"\e03d"}.socicon-pocketcasts{background-color:#F43E37;color:#F43E37}.social-icon.socicon-pocketcasts:before{content:"\e943"}.socicon-ravelry{background-color:#EE6E62;color:#EE6E62}.social-icon.socicon-ravelry:before{content:"\e92d"}.socicon-redbubble{background-color:#E41321;color:#E41321}.social-icon.socicon-redbubble:before{content:"\e979"}.socicon-reddit{background-color:#e74a1e;color:#e74a1e}.social-icon.socicon-reddit:before{content:"\e022"}.socicon-researchgate{background-color:#0CB;color:#0CB}.social-icon.socicon-researchgate:before{content:"\e078"}.socicon-reverbnation{background-color:#000;color:#000}.social-icon.socicon-reverbnation:before{content:"\e07b"}.socicon-rss{background-color:#f26109;color:#f26109}.social-icon.socicon-rss:before{content:"\e00b"}.socicon-shutterstock{background-color:#FC2321;color:#FC2321}.social-icon.socicon-shutterstock:before{content:"\e90d"}.socicon-skype{background-color:#28abe3;color:#28abe3}.social-icon.socicon-skype:before{content:"\e046"}.socicon-slack{background-color:#4A154B;color:#4A154B}.social-icon.socicon-slack:before{content:"\e946"}.socicon-slideshare{background-color:#4ba3a6;color:#4ba3a6}.social-icon.socicon-slideshare:before{content:"\e017"}.socicon-smugmug{background-color:#ACFD32;color:#ACFD32}.social-icon.socicon-smugmug:before{content:"\e05e"}.socicon-snapchat{background-color:#000;color:#000}.social-icon.socicon-snapchat:before{content:"\e03f"}.socicon-songkick{background-color:#F80046;color:#F80046}.social-icon.socicon-songkick:before{content:"\e07a"}.socicon-soundcloud{background-color:#fe3801;color:#fe3801}.social-icon.socicon-soundcloud:before{content:"\e04d"}.socicon-spotify{background-color:#1DB954;color:#1DB954}.social-icon.socicon-spotify:before{content:"\e945"}.socicon-spotlight{background-color:#352A71;color:#352A71}.social-icon.socicon-spotlight:before{content:"\e948"}.socicon-ssrn{background-color:#063a73;color:#063a73}.social-icon.socicon-ssrn:before{content:"\e921"}.socicon-stackoverflow{background-color:#FD9827;color:#FD9827}.social-icon.socicon-stackoverflow:before{content:"\e007"}.socicon-steam{background-color:#8F8D8A;color:#8F8D8A}.social-icon.socicon-steam:before{content:"\e037"}.socicon-stitcher{background-color:#000;color:#000}.social-icon.socicon-stitcher:before{content:"\e92e"}.socicon-strava{background-color:#FC4C02;color:#FC4C02}.social-icon.socicon-strava:before{content:"\e081"}.socicon-stumbleupon{background-color:#e64011;color:#e64011}.social-icon.socicon-stumbleupon:before{content:"\e024"}.socicon-swarm{background-color:#FC9D3C;color:#FC9D3C}.social-icon.socicon-swarm:before{content:"\e003"}.socicon-technorati{background-color:#5cb030;color:#5cb030}.social-icon.socicon-technorati:before{content:"\e021"}.socicon-telegram{background-color:#08c;color:#08c}.social-icon.socicon-telegram:before{content:"\e06e"}.socicon-tg{background-color:#08c;color:#08c}.social-icon.socicon-tg:before{content:"\e06e"}.socicon-thefork{background-color:#589548;color:#589548}.social-icon.socicon-thefork:before{content:"\e912"}.socicon-threads{background-color:#000;color:#000}.social-icon.socicon-threads:before{content:"\e949"}.socicon-tidal{background-color:#01FFFF;color:#01FFFF}.social-icon.socicon-tidal:before{content:"\e910"}.socicon-tiktok{background-color:#69C9D0;color:#69C9D0}.social-icon.socicon-tiktok:before{content:"\e90c"}.socicon-tiktok2{background-color:#010101;color:#010101}.social-icon.socicon-tiktok2:before{content:"\e96b"}.socicon-tripadvisor{background-color:#589442;color:#589442}.social-icon.socicon-tripadvisor:before{content:"\e012"}.socicon-tripit{background-color:#1982C3;color:#1982C3}.social-icon.socicon-tripit:before{content:"\e015"}.socicon-triplej{background-color:#E53531;color:#E53531}.social-icon.socicon-triplej:before{content:"\e009"}.socicon-tumblr{background-color:#45556c;color:#45556c}.social-icon.socicon-tumblr:before{content:"\e059"}.socicon-tunein{background-color:#36b4a7;color:#36b4a7}.social-icon.socicon-tunein:before{content:"\e90a"}.socicon-twitter{background-color:#1da1f2;color:#1da1f2}.social-icon.socicon-twitter:before{content:"\e040"}.socicon-unsplash{background-color:#000;color:#000}.social-icon.socicon-unsplash:before{content:"\e90b"}.socicon-udemy{background-color:#17aa1c;color:#17aa1c}.social-icon.socicon-udemy:before{content:"\e93f"}.socicon-viadeo{background-color:#e4a000;color:#e4a000}.social-icon.socicon-viadeo:before{content:"\e04a"}.socicon-viber{background-color:#7b519d;color:#7b519d}.social-icon.socicon-viber:before{content:"\e071"}.socicon-vimeo{background-color:#51b5e7;color:#51b5e7}.social-icon.socicon-vimeo:before{content:"\e052"}.socicon-vine{background-color:#00b389;color:#00b389}.social-icon.socicon-vine:before{content:"\e054"}.socicon-vkontakte{background-color:#5a7fa6;color:#5a7fa6}.social-icon.socicon-vkontakte:before{content:"\e01a"}.socicon-whatsapp{background-color:#20B038;color:#20B038}.social-icon.socicon-whatsapp:before{content:"\e01b"}.socicon-wikipedia{background-color:#000;color:#000}.social-icon.socicon-wikipedia:before{content:"\e02d"}.socicon-windows{background-color:#00BDF6;color:#00BDF6}.social-icon.socicon-windows:before{content:"\e039"}.socicon-wordpress{background-color:#464646;color:#464646}.social-icon.socicon-wordpress:before{content:"\e058"}.socicon-xbox{background-color:#92C83E;color:#92C83E}.social-icon.socicon-xbox:before{content:"\e038"}.socicon-xing{background-color:#005a60;color:#005a60}.social-icon.socicon-xing:before{content:"\e04b"}.socicon-yahoo{background-color:#6E2A85;color:#6E2A85}.social-icon.socicon-yahoo:before{content:"\e045"}.socicon-yammer{background-color:#1175C4;color:#1175C4}.social-icon.socicon-yammer:before{content:"\e005"}.socicon-yandex{background-color:red;color:red}.social-icon.socicon-yandex:before{content:"\e068"}.socicon-zen-yandex{background-color:#000;color:#000}.social-icon.socicon-zen-yandex:before{content:"\e911"}.socicon-yelp{background-color:#c83218;color:#c83218}.social-icon.socicon-yelp:before{content:"\e047"}.socicon-youtube{background-color:red;color:red}.social-icon.socicon-youtube:before{content:"\e051"}.socicon-yummly{background-color:#e16220;color:#e16220}.social-icon.socicon-yummly:before{content:"\e920"}.socicon-zazzle{background-color:#9DBC7A;color:#9DBC7A}.social-icon.socicon-zazzle:before{content:"\e97b"}.socicon-zerply{background-color:#9DBC7A;color:#9DBC7A}.social-icon.socicon-zerply:before{content:"\e02c"}.socicon-zillow{background-color:#1277e1;color:#1277e1}.social-icon.socicon-zillow:before{content:"\e938"}.socicon-zomato{background-color:#cb202d;color:#cb202d}.social-icon.socicon-zomato:before{content:"\e072"}.socicon-zynga{background-color:#DC0606;color:#DC0606}.social-icon.socicon-zynga:before{content:"\e036"}.socicon-midjourney{background-color:#000;color:#000}.social-icon.socicon-midjourney:before{content:"\e94a"}.socicon-openai{background-color:#412991;color:#412991}.social-icon.socicon-openai:before{content:"\e94b"}.socicon-gravatar{background-color:#1E8CBE;color:#1E8CBE}.social-icon.socicon-gravatar:before{content:"\e94c"}.socicon-gutenberg{background-color:#000;color:#000}.social-icon.socicon-gutenberg:before{content:"\e94d"}.socicon-wechat{background-color:#07C160;color:#07C160}.social-icon.socicon-wechat:before{content:"\e94e"}.socicon-venmo{background-color:#3D95CE;color:#3D95CE}.social-icon.socicon-venmo:before{content:"\e950"}.socicon-roblox{background-color:#000;color:#000}.social-icon.socicon-roblox:before{content:"\e951"}.socicon-wise{background-color:#9FE870;color:#9FE870}.social-icon.socicon-wise:before{content:"\e952"}.socicon-revolut{background-color:#0075EB;color:#0075EB}.social-icon.socicon-revolut:before{content:"\e953"}.socicon-revolut{background-color:#0075EB;color:#0075EB}.social-icon.socicon-revolut:before{content:"\e953"}.socicon-elementor{background-color:#92003B;color:#92003B}.social-icon.socicon-elementor:before{content:"\e954"}.socicon-figma{background-color:#F24E1E;color:#F24E1E}.social-icon.socicon-figma:before{content:"\e956"}.socicon-shopify{background-color:#7AB55C;color:#7AB55C}.social-icon.socicon-shopify:before{content:"\e957"}.socicon-woo{background-color:#96588A;color:#96588A}.social-icon.socicon-woo:before{content:"\e958"}.socicon-onlyfans{background-color:#00AFF0;color:#00AFF0}.social-icon.socicon-onlyfans:before{content:"\e95a"}.socicon-opensea{background-color:#2081E2;color:#2081E2}.social-icon.socicon-opensea:before{content:"\e95b"}.socicon-gumroad{background-color:#ff90e8;color:#ff90e8}.zoom-social-icons-list--with-canvas .socicon-gumroad{color:#000!important}.social-icon.socicon-gumroad:before{content:"\e95c"}.socicon-artgram{background-color:#10b981;color:#10b981}.social-icon.socicon-artgram:before{content:"\e95d"}.socicon-cubebrush{background-color:#34b6ea;color:#34b6ea}.social-icon.socicon-cubebrush:before{content:"\e95e"}.socicon-artistree{background-color:#000;color:#000}.social-icon.socicon-artistree:before{content:"\e95f"}.socicon-element{background-color:#0DBD8B;color:#0DBD8B}.social-icon.socicon-element:before{content:"\e962"}.socicon-x{background-color:#000;color:#000}.social-icon.socicon-x:before{content:"\e960"}.socicon-matrix{background-color:#000;color:#000}.social-icon.socicon-matrix:before{content:"\e961"}.socicon-matrix{background-color:#FF6719;color:#FF6719}.socicon-substack:before{content:"\e964"}@font-face{font-family:"Genericons";src:url(/wp-content/plugins/social-icons-widget-by-wpzoom/assets/font/Genericons.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}.genericon{font-size:16px;vertical-align:top;text-align:center;transition:color .1s ease-in 0;display:inline-block;font-family:"Genericons";font-style:normal;font-weight:400;font-variant:normal;line-height:1;text-decoration:inherit;text-transform:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;speak:none}.genericon-rotate-90{transform:rotate(90deg)}.genericon-rotate-180{transform:rotate(180deg)}.genericon-rotate-270{transform:rotate(270deg)}.genericon-flip-horizontal{transform:scale(-1,1)}.genericon-flip-vertical{transform:scale(1,-1)}.genericon-404:before{content:"\f423"}.genericon-activity:before{content:"\f508"}.genericon-anchor:before{content:"\f509"}.genericon-aside:before{content:"\f101"}.genericon-attachment:before{content:"\f416"}.genericon-audio:before{content:"\f109"}.genericon-bold:before{content:"\f471"}.genericon-book:before{content:"\f444"}.genericon-bug:before{content:"\f50a"}.genericon-cart:before{content:"\f447"}.genericon-category:before{content:"\f301"}.genericon-chat:before{content:"\f108"}.genericon-checkmark:before{content:"\f418"}.genericon-close:before{content:"\f405"}.genericon-close-alt:before{content:"\f406"}.genericon-cloud:before{content:"\f426"}.genericon-cloud-download:before{content:"\f440"}.genericon-cloud-upload:before{content:"\f441"}.genericon-code:before{content:"\f462"}.genericon-codepen:before{content:"\f216"}.genericon-cog:before{content:"\f445"}.genericon-collapse:before{content:"\f432"}.genericon-comment:before{content:"\f300"}.genericon-day:before{content:"\f305"}.genericon-digg:before{content:"\f221"}.genericon-document:before{content:"\f443"}.genericon-dot:before{content:"\f428"}.genericon-downarrow:before{content:"\f502"}.genericon-download:before{content:"\f50b"}.genericon-draggable:before{content:"\f436"}.genericon-dribbble:before{content:"\f201"}.genericon-dropbox:before{content:"\f225"}.genericon-dropdown:before{content:"\f433"}.genericon-dropdown-left:before{content:"\f434"}.genericon-edit:before{content:"\f411"}.genericon-ellipsis:before{content:"\f476"}.genericon-expand:before{content:"\f431"}.genericon-external:before{content:"\f442"}.genericon-facebook:before{content:"\f203"}.genericon-facebook-alt:before{content:"\f204"}.genericon-fastforward:before{content:"\f458"}.genericon-feed:before{content:"\f413"}.genericon-flag:before{content:"\f468"}.genericon-flickr:before{content:"\f211"}.genericon-foursquare:before{content:"\f226"}.genericon-fullscreen:before{content:"\f474"}.genericon-gallery:before{content:"\f103"}.genericon-github:before{content:"\f200"}.genericon-googleplus:before{content:"\f206"}.genericon-googleplus-alt:before{content:"\f218"}.genericon-handset:before{content:"\f50c"}.genericon-heart:before{content:"\f461"}.genericon-help:before{content:"\f457"}.genericon-hide:before{content:"\f404"}.genericon-hierarchy:before{content:"\f505"}.genericon-home:before{content:"\f409"}.genericon-image:before{content:"\f102"}.genericon-info:before{content:"\f455"}.genericon-instagram:before{content:"\f215"}.genericon-italic:before{content:"\f472"}.genericon-key:before{content:"\f427"}.genericon-leftarrow:before{content:"\f503"}.genericon-link:before{content:"\f107"}.genericon-linkedin:before{content:"\f207"}.genericon-linkedin-alt:before{content:"\f208"}.genericon-location:before{content:"\f417"}.genericon-lock:before{content:"\f470"}.genericon-mail:before{content:"\f410"}.genericon-maximize:before{content:"\f422"}.genericon-menu:before{content:"\f419"}.genericon-microphone:before{content:"\f50d"}.genericon-minimize:before{content:"\f421"}.genericon-minus:before{content:"\f50e"}.genericon-month:before{content:"\f307"}.genericon-move:before{content:"\f50f"}.genericon-next:before{content:"\f429"}.genericon-notice:before{content:"\f456"}.genericon-paintbrush:before{content:"\f506"}.genericon-path:before{content:"\f219"}.genericon-pause:before{content:"\f448"}.genericon-phone:before{content:"\f437"}.genericon-picture:before{content:"\f473"}.genericon-pinned:before{content:"\f308"}.genericon-pinterest:before{content:"\f209"}.genericon-pinterest-alt:before{content:"\f210"}.genericon-play:before{content:"\f452"}.genericon-plugin:before{content:"\f439"}.genericon-plus:before{content:"\f510"}.genericon-pocket:before{content:"\f224"}.genericon-polldaddy:before{content:"\f217"}.genericon-portfolio:before{content:"\f460"}.genericon-previous:before{content:"\f430"}.genericon-print:before{content:"\f469"}.genericon-quote:before{content:"\f106"}.genericon-rating-empty:before{content:"\f511"}.genericon-rating-full:before{content:"\f512"}.genericon-rating-half:before{content:"\f513"}.genericon-reddit:before{content:"\f222"}.genericon-refresh:before{content:"\f420"}.genericon-reply:before{content:"\f412"}.genericon-reply-alt:before{content:"\f466"}.genericon-reply-single:before{content:"\f467"}.genericon-rewind:before{content:"\f459"}.genericon-rightarrow:before{content:"\f501"}.genericon-search:before{content:"\f400"}.genericon-send-to-phone:before{content:"\f438"}.genericon-send-to-tablet:before{content:"\f454"}.genericon-share:before{content:"\f415"}.genericon-show:before{content:"\f403"}.genericon-shuffle:before{content:"\f514"}.genericon-sitemap:before{content:"\f507"}.genericon-skip-ahead:before{content:"\f451"}.genericon-skip-back:before{content:"\f450"}.genericon-skype:before{content:"\f220"}.genericon-spam:before{content:"\f424"}.genericon-spotify:before{content:"\f515"}.genericon-standard:before{content:"\f100"}.genericon-star:before{content:"\f408"}.genericon-status:before{content:"\f105"}.genericon-stop:before{content:"\f449"}.genericon-stumbleupon:before{content:"\f223"}.genericon-subscribe:before{content:"\f463"}.genericon-subscribed:before{content:"\f465"}.genericon-summary:before{content:"\f425"}.genericon-tablet:before{content:"\f453"}.genericon-tag:before{content:"\f302"}.genericon-time:before{content:"\f303"}.genericon-top:before{content:"\f435"}.genericon-trash:before{content:"\f407"}.genericon-tumblr:before{content:"\f214"}.genericon-twitch:before{content:"\f516"}.genericon-twitter:before{content:"\f202"}.genericon-unapprove:before{content:"\f446"}.genericon-unsubscribe:before{content:"\f464"}.genericon-unzoom:before{content:"\f401"}.genericon-uparrow:before{content:"\f500"}.genericon-user:before{content:"\f304"}.genericon-video:before{content:"\f104"}.genericon-videocamera:before{content:"\f517"}.genericon-vimeo:before{content:"\f212"}.genericon-warning:before{content:"\f414"}.genericon-website:before{content:"\f475"}.genericon-week:before{content:"\f306"}.genericon-wordpress:before{content:"\f205"}.genericon-xpost:before{content:"\f504"}.genericon-youtube:before{content:"\f213"}.genericon-zoom:before{content:"\f402"}.academicons-ul,.fa-ul{list-style-type:none}.academicons-li,.fa-li{top:.14285714em;text-align:center}.academicons-fw,.academicons-li,.fa-fw,.fa-li{text-align:center}.ai.fa-pull-left,.fa.fa-pull-left{margin-right:.3em}@font-face{font-family:Academicons;src:url(/wp-content/plugins/social-icons-widget-by-wpzoom/assets/font/academicons.woff2?v=1.8.7) format('woff2');font-weight:400;font-style:normal;font-display:swap}.academicons{display:inline-block;font:normal normal normal 14px/1 Academicons;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.academicons-lg,.fa-lg{line-height:.75em;vertical-align:-15%}.academicons-academia:before{content:"\e9af"}.academicons-academia-square:before{content:"\e93d"}.academicons-acclaim:before{content:"\e92e"}.academicons-acclaim-square:before{content:"\e93a"}.academicons-acm:before{content:"\e93c"}.academicons-acm-square:before{content:"\e95d"}.academicons-acmdl:before{content:"\e96a"}.academicons-acmdl-square:before{content:"\e9d3"}.academicons-ads:before{content:"\e9cb"}.academicons-ads-square:before{content:"\e94a"}.academicons-africarxiv:before{content:"\e91b"}.academicons-africarxiv-square:before{content:"\e90b"}.academicons-archive:before{content:"\e955"}.academicons-archive-square:before{content:"\e956"}.academicons-arxiv:before{content:"\e974"}.academicons-arxiv-square:before{content:"\e9a6"}.academicons-biorxiv:before{content:"\e9a2"}.academicons-biorxiv-square:before{content:"\e98b"}.academicons-ceur:before{content:"\e96d"}.academicons-ceur-square:before{content:"\e92f"}.academicons-ciencia-vitae:before{content:"\e912"}.academicons-ciencia-vitae-square:before{content:"\e913"}.academicons-closed-access:before{content:"\e942"}.academicons-closed-access-square:before{content:"\e943"}.academicons-conversation:before{content:"\e94c"}.academicons-conversation-square:before{content:"\e915"}.academicons-coursera:before{content:"\e95f"}.academicons-coursera-square:before{content:"\e97f"}.academicons-crossref:before{content:"\e918"}.academicons-crossref-square:before{content:"\e919"}.academicons-cv:before{content:"\e9a5"}.academicons-cv-square:before{content:"\e90a"}.academicons-datacite:before{content:"\e91c"}.academicons-datacite-square:before{content:"\e91d"}.academicons-dataverse:before{content:"\e9f7"}.academicons-dataverse-square:before{content:"\e9e4"}.academicons-dblp:before{content:"\e94f"}.academicons-dblp-square:before{content:"\e93f"}.academicons-depsy:before{content:"\e97a"}.academicons-depsy-square:before{content:"\e94b"}.academicons-doi:before{content:"\e97e"}.academicons-doi-square:before{content:"\e98f"}.academicons-dryad:before{content:"\e97c"}.academicons-dryad-square:before{content:"\e98c"}.academicons-elsevier:before{content:"\e961"}.academicons-elsevier-square:before{content:"\e910"}.academicons-figshare:before{content:"\e981"}.academicons-figshare-square:before{content:"\e9e7"}.academicons-google-scholar:before{content:"\e9d4"}.academicons-google-scholar-square:before{content:"\e9f9"}.academicons-hal:before{content:"\e92c"}.academicons-hal-square:before{content:"\e92d"}.academicons-hypothesis:before{content:"\e95a"}.academicons-hypothesis-square:before{content:"\e95b"}.academicons-ideas-repec:before{content:"\e9ed"}.academicons-ideas-repec-square:before{content:"\e9f8"}.academicons-ieee:before{content:"\e929"}.academicons-ieee-square:before{content:"\e9b9"}.academicons-impactstory:before{content:"\e9cf"}.academicons-impactstory-square:before{content:"\e9aa"}.academicons-inaturalist:before{content:"\e900"}.academicons-inaturalist-square:before{content:"\e901"}.academicons-inpn:before{content:"\e902"}.academicons-inpn-square:before{content:"\e903"}.academicons-inspire:before{content:"\e9e9"}.academicons-inspire-square:before{content:"\e9fe"}.academicons-isidore:before{content:"\e936"}.academicons-isidore-square:before{content:"\e954"}.academicons-jstor:before{content:"\e938"}.academicons-jstor-square:before{content:"\e944"}.academicons-lattes:before{content:"\e9b3"}.academicons-lattes-square:before{content:"\e99c"}.academicons-mathoverflow:before{content:"\e9f6"}.academicons-mathoverflow-square:before{content:"\e97b"}.academicons-mendeley:before{content:"\e9f0"}.academicons-mendeley-square:before{content:"\e9f3"}.academicons-moodle:before{content:"\e907"}.academicons-moodle-square:before{content:"\e908"}.academicons-mtmt:before{content:"\e950"}.academicons-mtmt-square:before{content:"\e951"}.academicons-nakala:before{content:"\e940"}.academicons-nakala-square:before{content:"\e941"}.academicons-obp:before{content:"\e92a"}.academicons-obp-square:before{content:"\e92b"}.academicons-open-access:before{content:"\e939"}.academicons-open-access-square:before{content:"\e9f4"}.academicons-open-data:before{content:"\e966"}.academicons-open-data-square:before{content:"\e967"}.academicons-open-materials:before{content:"\e968"}.academicons-open-materials-square:before{content:"\e969"}.academicons-openedition:before{content:"\e946"}.academicons-openedition-square:before{content:"\e947"}.academicons-orcid:before{content:"\e9d9"}.academicons-orcid-square:before{content:"\e9c3"}.academicons-osf:before{content:"\e9ef"}.academicons-osf-square:before{content:"\e931"}.academicons-overleaf:before{content:"\e914"}.academicons-overleaf-square:before{content:"\e98d"}.academicons-philpapers:before{content:"\e98a"}.academicons-philpapers-square:before{content:"\e96f"}.academicons-piazza:before{content:"\e99a"}.academicons-piazza-square:before{content:"\e90c"}.academicons-preregistered:before{content:"\e906"}.academicons-preregistered-square:before{content:"\e96b"}.academicons-protocols:before{content:"\e952"}.academicons-protocols-square:before{content:"\e953"}.academicons-psyarxiv:before{content:"\e90e"}.academicons-psyarxiv-square:before{content:"\e90f"}.academicons-publons:before{content:"\e937"}.academicons-publons-square:before{content:"\e94e"}.academicons-pubmed:before{content:"\e99f"}.academicons-pubmed-square:before{content:"\e97d"}.academicons-pubpeer:before{content:"\e922"}.academicons-pubpeer-square:before{content:"\e923"}.academicons-researcherid:before{content:"\e91a"}.academicons-researcherid-square:before{content:"\e95c"}.academicons-researchgate:before{content:"\e95e"}.academicons-researchgate-square:before{content:"\e99e"}.academicons-ror:before{content:"\e948"}.academicons-ror-square:before{content:"\e949"}.academicons-sci-hub:before{content:"\e959"}.academicons-sci-hub-square:before{content:"\e905"}.academicons-scirate:before{content:"\e98e"}.academicons-scirate-square:before{content:"\e99d"}.academicons-scopus:before{content:"\e91e"}.academicons-scopus-square:before{content:"\e91f"}.academicons-semantic-scholar:before{content:"\e96e"}.academicons-semantic-scholar-square:before{content:"\e96c"}.academicons-springer:before{content:"\e928"}.academicons-springer-square:before{content:"\e99b"}.academicons-ssrn:before{content:"\e916"}.academicons-ssrn-square:before{content:"\e917"}.academicons-stackoverflow:before{content:"\e920"}.academicons-stackoverflow-square:before{content:"\e921"}.academicons-zenodo:before{content:"\e911"}.academicons-zotero:before{content:"\e962"}.academicons-zotero-square:before{content:"\e932"}.academicons-lg{font-size:1.33333333em}.academicons-2x{font-size:2em}.academicons-3x{font-size:3em}.academicons-4x{font-size:4em}.academicons-5x{font-size:5em}.academicons-fw{width:1.28571429em}.academicons-ul{padding-left:0;margin-left:2.14285714em}.academicons-ul>li{position:relative}.academicons-li{position:absolute;left:-2.14285714em;width:2.14285714em}.academicons-li.fa-lg{left:-1.85714286em}.academicons-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.academicons-pull-left{float:left}.academicons-pull-right{float:right}.ai.fa-pull-right{margin-left:.3em}.fa-lg{font-size:1.33333333em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em}.fa-ul{padding-left:0;margin-left:2.14285714em}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-right{margin-left:.3em}/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url(/wp-content/plugins/social-icons-widget-by-wpzoom/assets/font/fontawesome-webfont.woff2?v=4.7.0) format('woff2');font-weight:400;font-style:normal;font-display:swap}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}/*! This file is auto-generated */
@font-face{font-display:swap;font-family:dashicons;src:url(/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800);src:url("/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800#iefix") format("embedded-opentype"),url(data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAHvwAAsAAAAA3EgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADMAAABCsP6z7U9TLzIAAAE8AAAAQAAAAFZAuk8lY21hcAAAAXwAAAk/AAAU9l+BPsxnbHlmAAAKvAAAYwIAAKlAcWTMRWhlYWQAAG3AAAAALwAAADYXkmaRaGhlYQAAbfAAAAAfAAAAJAQ3A0hobXR4AABuEAAAACUAAAVQpgT/9mxvY2EAAG44AAACqgAAAqps5EEYbWF4cAAAcOQAAAAfAAAAIAJvAKBuYW1lAABxBAAAATAAAAIiwytf8nBvc3QAAHI0AAAJvAAAEhojMlz2eJxjYGRgYOBikGPQYWB0cfMJYeBgYGGAAJAMY05meiJQDMoDyrGAaQ4gZoOIAgCKIwNPAHicY2Bk/Mc4gYGVgYOBhzGNgYHBHUp/ZZBkaGFgYGJgZWbACgLSXFMYHD4yfHVnAnH1mBgZGIE0CDMAAI/zCGl4nN3Y93/eVRnG8c/9JE2bstLdQIF0N8x0t8w0pSMt0BZKS5ml7F32lrL3hlKmCxEQtzjAhQMRRcEJijhQQWV4vgNBGV4nl3+B/mbTd8+reeVJvuc859znvgL0A5pkO2nW3xcJ8qee02ej7/NNDOz7fHPTw/r/LnTo60ale4ooWov2orOYXXQXPWVr2V52lrPL3qq3WlmtqlZXx1bnVFdVd9TNdWvdXnfWk+tZ9dx6wfvvQ6KgaCraio6iq+/VUbaVHWVX2V0trJb2vXpNtbZaV91YU7fUbXVH3VVPrbvrefnV//WfYJc4M86OS2N9PBCP9n08FS/E6w0agxtDG2P6ProaPY3ljaMaJzVOb1ze2NC4s3Ff46G+VzfRQn8GsBEbM4RN2YQtGMVlMY2v8COGai0Hxm6MjEWxOBZGb+zJArbidjajjUGxJHbgUzwYG/EJPsNDfJLFsYzpXM6Pmcd8Ps1BvB8LGEE7W7KSzdmGA9ifgzmau7ibcUxkB7bnHhZxb+xDgw/yYb7GU/yQp2NgDI9xMZ61sWVsFZtHkxb5+ZgQE2NSdMYmDOM5HmZrfs6H+Cbf4bt8m28xhb2YyjQWciDHxk7RGg2W8DFWxbyYE20cx/GcwImcxKmxWYyIGXr3l7MPp/MAn+PzfIFH+Co/4296Q2v+wdvRHP1iQIyKMTE2ZsZesW8QSzmHi7mFK7iWsziTs7mIG/gAl3Irl3Az13A117GeC7iSdVzIjdzGMXycP/ITfskv+B5PRk/MjT1iCPuyLAbF4Jgds2Jj7uOj7MmX+DI78hfejBa6+Kxmekp0s5TBXM/kiNg29uaNmM5p0c6fmMmMGMbLMZS/8w2+zh78lPFMYFvt9Ul0Moax/IA/s5P2+hy6mcXO7EoPu7F7bM1feSR25wzuZAN3xBasiJGxDSfH9pzLeVzF7NgxtmM0+/FK7MLrvBNTeZSXYlP+wO/5J//SV/2O3/Iiv+EFfs2veDf68xHOj53p5Yt8n72ZG6MZzhoO5wgO4VCO5CgOY3VM4S1epYxdYzKP8QSPx3xu4v7o4Fmdydbo4j1eo+IZbdaW/+Gc/L/82Tj/0zbS/4kVue5YrmzpP3L1Sw3T+SY1mU46qdl05kn9TKef1GL5J6T+popAGmCqDaRWU5UgDTTVC9JGpspB2ti4TOMmpmpC2tRUV0ibmSoMqc1Ua0iDLFfwNNhypU5DTJWINNTQGqRhFos0DrdYrHGExUKNIy16Nbabqhhpc1M9I21hqmykUaYaR9rSyM+7lZGfd2sjP2+HxRKNo01VkTTGVB9JY40HNY6zyGs23lQ9SRNMdZQ00VRRSZNMtZXUaeQ5bmOqt6RtTZWXtJ2pBpO2N1Vj0g6mukza0VShSV2mWk2abKrapClGvtumWuS1mmbkNZ5u5HWdYeQ1m2mq+KRZRl7v2UZ+9p1M9wFpZ9PNQNrFdEeQdjXdFqTdTPcGaXfTDULqNvK6zjHy+vUYed5zjbwee5juHNI8I++f+ca9GheYbiTSQiOfp17TLUVaZLqvSItNNxdpT9MdRtrLdJuR9jae1rjEIu/tpRZ5/y6zyHPZxyLvkX2NtRqXW+R13s8i780VFnmdV1rkc7+/5SKRVhnPazzAIu+7Ay3yuh1kkffdwRZ53x1ikc/0oUY+f6tNNxTpMNOtTFpj5LNyuOmmJh1hurNJR5pub9JRpnucdLTpRicdY7rbSceabnnScUbep8cbeb1PMPKePdHIe/YkI7+fJxt53muN/L1Psch781SLXPNOs8h74HQjv4dnmLoL0plGXuOzLPL+Otsi781zLHINOdfI8zjPyPM438jzuMDI8/iAkedxoZGfcZ1FrlEXWeSzebFFPpeXGLlWXWrkfXSZkffa5Uae3xWmjoh0pak3Il1l6pJIV5v6JdI1ps6JdK2phyJdZ+qmSNeb+irSDaYOi3Sjqdci3WTqukg3G29rvMUi3123WuQ74jaLfEett8j1+3aLXIM3WOQafIdFrk93WuQ9c5dFPmd3W75G0z2mbi8/ah/1fRRh6gDV85t6QYpmU1dI0c/UH1K0mDpFiv6mnpFigKl7pGg19ZEUbaaOkmKQqbekGGzqMimGmPpNiqGmzpNimKkHpRhu6kYpRpj6UoqRpg6Vot3Uq1J0mLpWitGm/pVijKmTpRhr6mkpxpm6W4rxpj6XYoKp46WYaOp9KSaZumCKTlM/TNFl6owpJpt6ZIoppm6ZYqrxpMZpFqrvxXQL1fdihoXqezHTIq/TLFOnTTHbUJ0tui3yGvdYaH3LsNDXlQ0Lvb5sMnXplM2mfp2yn6lzp2wx9fCU/U3dPOUAU19P2Wrq8CnbTL0+5SDjTY2DLXe95RBTEqAcasoElMMs195yuKH6VY4wJQbKkabsQNlu5O/dYcoTlKMNrXs5xiKvwVgL9RblOFPuoBxvvKFxgimLUE40VCvLSRb5Z3aakgpllymzUE429J6VUyzynKYaL2ucZpHnPd2UcihnmPIO5UxT8qGcZcpAlLNNaYiy28jPPsfIz95j5DnOtfybg3IPI89jnpHnMd/I67TAyOu00JSzKHtNiYtqoSl7UfWaUhjVUlMeo1pmSmZU+5gyGtW+prRGtdyU26j2MyU4qhWmLEe10lBvVK0y5Tuq1aakR7XGcq2uDrfIX3+EKQdSHWlKhFRHmbIh1dGGamh1jCkvUh1r5GdZa6E9V51iSpNUpxq6d6vTTAmT6nRT1qQ6w5Qnqc405U+qswy9l9XZFjo71TmmdEq1zpRTqS4y8jpdbLyi8RKLvP6XmvIs1WXGOxovN2VcqitMaZfqSuMljVeZEjDVjaYsTHWTKRVT3WzKx1S3mJIy1a3WN8fbTOmZar0pR1PdbkrUVBtM2ZrqDlPKztdlH+Vt6jAlb+qG8a7GJlMap2425XLqFkN9Rt3flNWpB5hSO3WrKb9Tt5mSPPUgU6anHmzozNRDTDmfeqgp8VMPM2V/6uGG9lw9wtCeq0ca6i/rdkP9Zd1haC/Wow3txXqMoV6zHmtof9fjLFRH6vHGWxonGK9qnGiUGidZ6EzVnRaqR3WX8ZjGycYTGqcaj2ucZqFaUE839N7XM4z7Nc60yPOYZTyrsdvybyfrOUZe7x6L/PPnGu9pnGe8pnG+UWlcYDzzb8iLsxoAeJysvQmcJMdZJ5qRlZmR91F5VWXdZ/bd0511zEzP9PSMPKOrS5JHEpJGI0uyRbUk27KMMMuitVU25lgW+cAyuGt3f17A2Muaw6bHwMIzC5g15jFlMNcaA7vAmp41ZtnfW1h48PbVvC8is46eGZnj97qrIiMjj7i/+H9HfMWwDPyh/wddZTRmnWEaYbfj+cl/F4dYcErIc7BgIAHDv9ftdDtnEASbkL7ZRS98qimf8DXL84pOsbr/qTWMc6Io59OWVFC0WiVfkDTFUbEr5kQX/8mnmgpniLqtmTzGQ7gb0rGH4Q5NKuTLdU0pSJZZUDHOY0yKFpfvV9CvMCpjQGyziBwdVddQaxvZbYyY7uVO5/Jzlzvdy898EP0KjXYuv/mxzvi3Pvt68ih9fohGTJph7GjTKyBHWEa4Xas2T6NWZ3DoFYteNIjcYhGNiu4VtzgY0MMk7y+iX2fKTASxTrsTNsMmruIN2hg4aZJtRFql20GdbvLv+cW4vdBvI4RYLKqYU+or9XVPVZRUyg/8SMnUcjl//ICnYlHgJT29YkoCVvOrC+iHUqwoSIKEkODnc7WMlgm8IMOynpI51lipj39AdxQ/LemylrKkak3J8VxS1hHUM2SOQT/WBOzjUMBurd0McdhthrV21OmGXb/TbUeu53d97PkR3uy0mlXB8dDoONYXOgte0At8OOq42xWMhU7o5XuBB0ddOP6l8urqzurqKOeH8Q30CT/YTZ44flzQQ5LwArltZ5UUKUXL9Qvo5xmJ0UkfICgWlMdvR9h3K22/XXPRMMx99KO5X+i3hsPx1VEfNZPzaGF/f/+lwWD6nq+i/8x4TJU5DnFoYQPpCAYs1MBATRiW28hLkVMyWh2vg7sevWWNpdd8GMzeJvqsaxhu6J7IP2uW18xnsU5OTvz2PxctX/xO0fTVZ0VI8o6fWIb7FtzjhWetyir693AP3KjjZ821svlsnpwYxvhL/1z0TYRpGNFUT9eXZ7dWSLE5WvZr6BpjM3lmielA/7RbzWUU1nCtKsCI9KLKZifc9Byh2mx1/MiKI9EmNA+G7pqcop6hLFf71WXZMGTEKMYw12i0m83RgISBgHv9KI4dXpGNKDJkOBifbLbJXeH4L+nd7LvelXuExqBYUjzJ0G8yPKPADHOZHIz2BrPIQPch2lMGCtswWqCjfHJeilMbPgwtGpArFdKNb37zm+3BINj7+n5/t4XpyX+n4XjQv4r6/auDFmq10H1PPGE///zWQw/bly61lpf3Hn88/fzzaRpGj1y69Ah8dyL4S8b076P/RtuN9jiGDjfYGoznDkw7bzZ8fyJrWdnCPfVjvWYv+6tprZA5dy7UHSfvOOjnsufOZgua+aD4ePQfG68twK3fQi7knckcJ/QhRdqia1UsPnIrVjREzPhwdJ2JBqg3Pggi1EvG4GfRLzMYWqkGcWiITpHF0Dow14GqkG46g9qtbscnFwyE7rv/2P1CxuF+079W0kqFzFNlpewpZSx9FpJtHt+P3gd3YN7xW4VrriaJZcWDW96QLVQvQbKdEe5PaNgfoD9mYDghyKxJhzWZSJTINGOiHHY9Os6Rsv6D6+6G5Vi8trZ9B3ayaU/W5LSB79hedzbSdppHB2s/sK5xEN1wyS1GWtYkP51x8e3bSfp0zo3QFRgXy8ztMGqtVrNWqQquFY/YRkSG7DKi4/M0qpFBugXV72x6rj9/VkDzd7bRyFDGB3QM9xTjOpNVDEPJirI4jQwCcjXACg5IEon0UYukja9C+F2GazQFDFWHyMsk8shNKZN5N2IRrB0R8wBzGVaAqo6cItrcRq015OsIr6Gw021WsQALXgER6t6EZux2Qph7ReRvdrpeClK7HZg/zRDuhgMl8ckS6cGITAG9F3Cne7j97Pb2s28nwTt535RWSrwh2YLEsaInNyqcqAeSXpDa60GR5QwO/x92iuU5JImKUMAqdLaPc4WgYpXltMln3DvfbZQk00McyyRvheCjVh6XI81SBFGxJA1xWgbZnosUxcgG9omKKWrjrzielrUlQ8EplktxUr6TFnguldILS0iqr4Tn0JsESTM4RWFg1s/aaAFWjlPMG29oJRtinS40BtS0RhpICGmjkVUvJO2jo2YXmsrzyaXmOnLXYCKQxvPIdCUDFK7FLUf+BZc0IcS2WeiAuTZTeUlkeV3lUq7Ga6JTNNQ0JxliKFsPWTlWQk7uQmpTcQRsBxBWNZ9nWVZjOY7n0rwoaBiX/BrmIDGFrbKSYhGbUrx7X3/M9eebcPxLWEKiyIoFQ0urCPE4lTJVhDmfFwsZS87ZXAlaS4BLLMe77xQMSYYsDF7UeFbiBMnzcx5b9FRXF6DAdU8xpAa09tqWZTptaE5rrk3TTIYpAK1YYNZgDJ5gdpjzzC5zkXmYeYx5A/PMDW3NR55fa3bbMLIAXvm1dujWyFgjIYZvJPiRW2v6pAlDWELJ9D+N4ABXyHUYpPCGELoJQpKSglO4kzyJ55p6/Ndnkdg1vti0RV6V2Mdqtwui3XyMlZpnOaMrBo9dlB4l1565wEP6ZQTpKfO4yCLpuJFqrqn+sfL/8tXVcnlV9TdKf+lrq+Vj8038f9eqlR+7z2hoeq1aO/8N9xla4w3na9Xz9Ur1wvnqbffqDc249x5I1b8hSa7Wq9VKfa9e8JbPFurL4/9aK3or54q1JW9Kh2h7nmTuuGl84s5kbIUwKEndaSQeeHS0wsgssnS+kqGKJ3fPtUjwNGAuXUqrvMilMvbpNdYo2Xb/LCBRjktrupgXZFHXontdG/NVuRMoJtAkTeXE1JGx9fndlapnq1jGHAFfkrxoq2pu+96Uk81nChYrcDbisF7K6apsqvfV1pqXli1d0hVBlmd49zfQFxgHxg1DAE6yqjRhvmAfIA3vJase+nj2Qvm77E7T/pimbZ4t3XXHXbI+/jD2DMMDBJTV9Y/Zzbb9L8rnN3XlrjvvKu18GhsE/Uzz+RlY9xxY6xlUJQ2yDjO5s+l7CdjHXUDbBTqDq+RiGzB3hBjH0CSBSwmW07MtPgUTQjWcC4VOOVerHrv/WLWaK7ZLyNYVW7e0Zr5czjc1S7cV/dx6tZPfwRIviryEdwrtygSffwHquwXHJmE0CKILm8YU2QHJIFgWlxCBr9toHU0uzI4Avj+j+2njkW2T41Kav6Zxosw5mllWXjl5SbtvLS3sfFAVRN5NYSWluT6HZdYIntR5AX1GEwT99QHQwxQGTKqlZIFzBcxrr2wL6bX7tEsnX1GrmuZwsshpGz45GKcfUhyfFF2gnYbRb1F0WwT0vcXcyzDtShv4AjZcY3G74ls1i9cJAWwDCoXx522jNehZD+gfjM5tBHO9SwhqkRDOW6QhZvtU67zjpHffsHmdObyKHta6gSqaq25g38/JmIUVBF30o4zAszLPLVRsJSVLbErncmdLgsBKAt9ZDdI0zY6w6dkPvKm1cVtGw8F4iPq/EdiaID1hibLW5VNIkgUkKk8akoBkmUdQXM3iWUHm/K6t80iCvJBQtHI8yytceYoTrgBOSAEygkXFrrQrqF1xMRx7qA95RACkaGQAseGwH83G+uQ5QBcVyydPHoyHMMyuMwckgFv5G95vAB6kediAOhsRBPDlJ3kdHqJsD/7G1+Yy3IuG0X70NcpaQNOyQqZHizp5Zjh5pgsd2k3yPdwfAZOyD+hkfPUK5DKXx/T+Btwfwt0ufNHBfmv6wLWoFTGvXj9aL8imFlGIHZevB+HhoNdLyrgfDYd/R91c0qoDWq8oadoj/RDjpF9DP8eYwFvdxzwKJRZqMOXJKh7BEg/TrNuMuX/AcQnPGwJMAoq6eQYR8ttuwVivEaLhRICaYKDDNexWAQH4ruN1XU9nARG2W+jDd97/lsspjl16+vjqgw0eL6dDI4VYw0hjWQC8YhhfcRd0Q4ZJVeU4nWP5XC3dyJR4vAJPuYEmppaW/Ry7cInlJEvWjG8tdRCXaoRBFgkpX+RUJMC6X5M5xGqNFrLSrsyyJU7Scj3ADRmF1dM1zPOsZrCaZfKmGGaUbO2fyWo2rVjmMsOIU16atKMJPFEWaHEFuCI6RslIwW6U8GptwLpd4K3dyZe0+WjcR3vjq6h1rUdY4ZNucbhH/0hahIZwuRf0epSfjqKimw32WnvBXjDpw2uzsYMIk1yxKg3CYR2OW1n6dDBEw1arB3MkCBIaegXKKxIZhwUcAhDKw1Y/OjiI+lCYUT84OAj6zFQecgXtkVFnEylAOBgM4EbUHwyyBwezewaoRWYo8DhosNdH0f7+7BrhCURaNpoVnuWBgiTb6b17cC9P3kNuTXJBcZ7Te3pQHpZKn1APhvPe1x/Np9uuhLRSEYribCaVO5oH4YF8PKRZJDlMrtP3A8CGyYr60/cnbdaoWbQa4bT004xuarMG5X6TCgxvarMeyecM8g/2+gfD4Q3pCEco2BtBHae079MwroDTtr2YlfO9WIBEVgmSoBOWhEJt36OAu0kQ9e9hFokqm0qrvl4IZN8vFng+W1jffMtl11akU43mDm4sSorI1xcUBf1ECnNKWjYV0ZSCjKDywtnOyehksZRqbyxF6/c73idMFKQ9RxcKlj2hR59Evw6UKAPlC2kJfbIA+6SJ12FMYJ+MfsLUhZMItJ/fjRp+F4e1b9D1Vmlrq9TS9ai8tVV+dOnUqQdObS3HEqRzlfbZ+s74z8qdnfoO+mfxfeT+cgT3/+KpB7fg5mwsRMqfUL/3xHee0D54ImmzX4dylZglIg9gdZagO8p9bLNrrE4Hmb/N4ma7u0EkFd0memzzJI4uv3mjvqktSQvFxgMXQn717gcu2Mdekteyl9+8LaJstvcC4tBPwtkbTuIgfbKeK22aNr0Nbm5m7v1gZvOk8EdY4V988WIHsTOaPQLqKQIuNQFHQf/CZOVxFEbJl5AKBOtYfzzid8SI38HwFccjSrtHe9ksjCHyd53IF2MsgT6PPg84YoFpM+cASbyRoKIEruKQoB0ikY3FskB6IblBZbFwreUTmEi6gkoHZidCtZtgSALunG6z1gFcAo8ChiQUXgBSHTkEVaInK2mP01Sd812loe1oWtrQ9ee0hvIRT+fG/zMSTE67y+QcQXiO1yX+OUFbmkQ5/RMQkYXnBD3FvVkWRbG44KQkvZ7VBEtkFcWtB/UsSnNekE2pluundX0HOADHAG7gLZr2MU7XT7R4XrvPFPQXBI17q6Bq3HMCWhLIgcYvvJVX9NRbgHgbb5btpbyIFUkLmpqAjaLipoNcY4Yr/jX0jUAkJg1YjmqwBLVblC1YQ1XBdQBmFaCVSIetIcS4xX7xxaUqAt4x7Zt8dZnNuyjyC0Cb3eJvbNW6MiuximXBlBK7jeN+KO/siM052jAkXB8iazX5EqFeBfKroUGvD6uOjvq6gvot+NOV0UjRp/Laa/Ac4Pxuxa3A6mi1OhHQeiLR6loE4xNJy2aHiqBg6pTJUTGMbWA94NOLVkuoVVodDwHVP4ICgqvHhzwVnKPp+2FCo8hK3r6FrBp5e1RBwyh+5+EhkbCgAGDX3tz7pu1I3nECxiJjAxyB8rnwOSr3EWoTAVByrIaThDYVAfkTMd0oWi/6+cAtFt0A8tA0CKJJJFgtR0PZIBwKOjyIiuue1ysuFUmSfJyjwp9WHHLHyWEvW149OKAMjZHMHbJmS4zP1OnseRuUmXR1t9PuNP1OE2oOk8GLNrudIxxkqhpLdoC9idUL3dm923AVGKFOd9PBG0QgC8QYLpK51N10McFDRC5C2CcBw6vpC18omTkO4ccE3TVyHBYs3TO01e7j3e7jz5Ggu3B7lrO4Uuvhpx9utR5eFXTHDDiZswyn+GjzfMbyMR8UzaKt8Szp6nwG81kvqBRE4XgtYxpcfmV1c/2e9fV70JNL3Ubt7Z4gCx/JlV1rJe2kTbSc5APB+IVCjnf5Ns0IgrfTu2yPrSOpnGM5JH9T2t/2bKyzqRTiX0wvV8sriqyXuML6Pa+7Z500a6KIgeGgAhJqAq06xewyj9+gjfHnmxQfvYKLMFbwNnCQTUzGARkPRP9A5RxRi1A3gw3pCghgdcLOI+bC286ff9t3k+DCuefPnn3+3SQ4t/XU1tZT30SCZ1y7FOpBZeVyaWVle2XlHs0xVMyzbNk1sqrU6XQaviXyLMpxItZVU9FYJnkhBFryQgiyyQshWFHxRjnwhIVcaSUgL91eGRiCqaU1Q+3kHXiZ224j18w5vl0PfJrfhHZfgbki0hm9GNNuuxVCq0B9u5MIbpOpUIgT5+I+UKcbphE8MFHFbVJYsA3tOtE2uXHznkZTdd1hVjZNx9gL6BzaiydGcuhvLPhlL/DK/sKG7S6JtqfaVaJFEpcWDkxHXZIqtmYcu/j6i8d0wy5Ljqc66CCTkwuuacjJ8b2PKIYpHw3M/Lp+xvR9c3eXhGf09eOer6WwxAkCJ+GUtvoWIWWxAD78Xn49l1vP93zFklhRSgkz3oOsoz5TY9aJlHkiR25S4gHw2sGU3vAVEtYqFHbPxxNqBDdCSHiMLn0DunTF9DxzkfXMwPTYRTgZ/+85IXKdKFAM5ToJtymVySe35uEE9aCxME8qxWPSdnFD9uLDruEZk4sQnfAMA6iHDr2/ypxmzjLnmTuZHh0DzXUK59xkJMyfpqgmKB4FUFs6JubPw66LzyDXQPER/6Eqaqqii6q/6g1VUVdUTVS9Vf8VQ45IdSLZGNKQnh9GwBomH/QmM5t2LctNZ82sbWePnI3/dkQeGZFXTGMfCSL6DzglaMF3uq78FNRznWpkiEIG10IhFov7BE/4AvbbaywlpmSF7dJlF2gw+u6qFBiR95rcbV7HCKSaZbP8Yg4bUbCqOCvbq7a8FrRNKb/IszZ6In1XzQvYwSCV82p3WxIyjcoZ05OffJ+49ZqtWg0C8QOvF7PmTsUwETO3Xo0YjeqLAOz4wK/FiNoOuyGGDyBXDGwPYo7dv1Qe991cUC81R48/rpwU/lCNxMcfln/gY2i0Uy6PD1HgZJy86Yy/4+7b5cpz2jdmxNvvVJ5+dkoT0RfRLzH3MA8xTzDPMS8y38F8ANAGUeKtI4d0sJEIvdsT+NUlgxNaCNqDDtFooh1JjvFAjm8g497zw8nS2Z3QTaLFJAMDhhGMEz8eLXESzJPO5Nyfi6Nf8FbP+KIqpSVbIpyApIr+mVXPdNI1lq8EelPiyJoMa00LviTKSaEWVDm2mguuSSYZ9A/FS/N5HtYm+Ka4gHuNxO3CJBd2BfzILtG5kKBEcQgJ/sbfWfW1Zt41RYUXVNF0cw3NX93xZU1eP6nq1ZMuLDuwxGvkWS0O4ZQ1BPdkVVdPrpvWU/F8i+LDBzgVgA+f2hGwCAhzCyuiqOAohkMJLTlEf0TXKTIHATtTxEygMqxDs5NOi5g1kI6aImPPwfz81IQGRYpSVt5PFHLvV9BptaS+T/VJ3HwjSXvjGlHlvZ8E4y8roqpIiiA5hlhFv6Mo71dLPrl2WonvgOD736iUfRWeou/wS+p70jnbteyMHeh+fiq/eRl9gXHpCsKQqUREr2GXcDmeTway3zQQgTCwWgKxCCn2wB7KfmN6uflAczn9gn6ieSbKamo6WN/4pgyAtoWglmnuOIG90/R8M0QXf6Pu2bZX/0Imh+6ub7iKId6lvmOFy6653x14q17AF1zgZyhdZpk5mZTP5IDzqgE/uAyzP2K6zBZzhmEIYvVr7Wjyxf+AOJGYUElWP4r2WsB8R6NXj/SJwAr+WKZHDtGA4OnWII7T8HCfxOZli7/KNJg1qm+Pp2IN+y4O292wGuumCBtAFk8CCrsA9SiAaaIDzcooQdpeNIMgveza2YyMJZF385X1zQvbJfOgHqqNVkMN790pe0Vd5FIrlV4+36uspDhDlUwtY+1g4BV0jNGLJ+85duy+4zP53K8yAZUUE9kKnqAeKMMWonpcWlLCS4fT4lw8HgTH12F9S/mF4nJYDJeLBT8lOO47F+FvUhbE9Or1nuo7DX+bZI7gK2z7DccX0ouL/+ekGNNyjKActzN3Q+uQpqkRAUsVC3F7dD1SlHYLmKcuEUEkIIOQNShTZ9KcIVGdxv8wZXwoNBqaWb2EspcvZ08WskG5ura4uFYtB+O/MhqczYsqLyqGnQHWTeMaJUfLcBxiBfNZU2ARx2U0Z29ra+tQF1KpzusuHw+8E3eIooAR9JUo3tE5rwoZK6jwgoB5nLJM1RRULKT0QFP8ghmGZsFXtEBPCXgleOWV6Ti4hgYwgksQq8zsLU4jAKExiCCWQJDkuUT2TMgf6kPI6+p4qOq6ivqqjgZFl16C4IAkDhRdVxiqtKH2A7GsZImi4/PMa5lLzOvi/CbacuC/mqmbpCYz8cnXuBTjQapXnyZ2iWxhcJ2hBSThoWbZvp3Wjhx6WhoIDJxNDukgnX7O9h04rUCib1vZ67Cqo9F8ZcffBhfgcxluBJj7UHw4uCExk7Gz/vdoaUe5RILjSfpDpEm0ZC3+EtCN0hF6cRsdc/cy98d8qXV0DXRrFBWRvqkK/lzcJis5kIstRMThkYtviE8oC3Dc437PL/l9+B7GK8NBfKBkBpjwPSApyWFICQsajgdokCVwLkvDHbKE7ZD1aBobfwuRm1+jJCdLiU1Aw2iCBW6u6z+sfu2K241VCvQb1wMwaB/A5y3qMWwNSbn30d7fUe5XDg+zV+gfMzcfRolNDWBnGJ90EsTygW6UmhrVDO5WDVMZP6uYhnp3rx9RId4pmOHq+DeUdFpBa6oZjQ9OPXgKPvP2IsSWhtjbkXpYNVxzuxPbpmEPDa5Fg2ul1dUzq6sIyDaMvqB1OEpMxhKbDfRtgKhX6FxiGk6i8OzW1lhCtWsTdEwbNIrDuB0rVMHmT5lMtAMtCA14eRGv7VTD4zhtFx1NbGzWL9Y3G6LmFMb/QzpXcyv4E9B+Jd//KHAJ8MRT1cgTcadZtCu6k200suTr6EW3VKvLQtknAww+Ezz8x+h/EK1fN5HeAl1M7EO2UaxXpclNCgmbVIabcHaYGlRgYi9IFYRHokKUvufC3T1b05S8bsmOKWmeKuCMVlJ9N49QvaaJMse5Ws4GUq+noctLxYqb9pfrHOIlrr6SNhdKHMvLXDFsWOkFs1qK2mWvUijIImfpHAZ4Y2IuhQQ97aTLnKcVlBNphfV0gDKqKRlmRpJUtbyaSUkim8qs5ooLHitjlnXDO7bOMsxMXzECxFWFsc90owln1rYSRo6M/gqu4ckYiKaD4XDCgFF+pacYaLd/qMVd8Fcm6TiPCngUxNBDdLDnQdrkMyfnGhLrLbtC5psPE4hIzPoHrSsB6sH46rUOZ7wmKWuBacIsPU70OVQoUaWrF4YjDjuzczQpKD81zZtE0EglUNXUntXKgdBJERSr7qJ9hYLk8X9SiA7e+P4YM0doS8joZPEwssIPy2k9lCRidqr5+DvRIIa2B0f4y+lcGs3rEOk/mVOjvagf7cWKpGB8OBrN8T5lZgNijoCtCmE3OpSB9qnoipySo1tEKQt7iZghJLo+jEaaMn7Hm3hoVtSAZRVfNjwT0IuibTwoQEcsKjD0LqKPKg43/sSPSjIhNxxvquxH1LTpp1Ip3h7/S1T4PrgCTDebxuy75nEY0c9QCSkwhW7oRlPhEGI2Lh4bXdm4+OT9x47dj5iDYxc3hleOkZMnL27EfDXLoDFgz1Wmw5xktplzzAXmLoKOPaoogVkkEDRPBN3rKBFzA49HzeLaa6gGM6wm+EnHbRoIkBU++kUbNaOUV50sQimOrWP8VdEVfxnjP8Oup7/DAGjCskjVJE9Vc/eLtIt+KP2D6V+efn/A/lz6B230V3WWwJmMq+bKel104QX4l+FVXxXP6S8Zdk5VPUnTUIpNWSLtZwueege84aW571zfEz6mfoOczY4lbLG0DZgC7APLsoEdxBx/Xbf7uudJcHzpwtLShQdIkEml0Au9LNRslFyEYLyfXIXgO1MIdS6++CKvzPPQQ8CGZYbYPLeILBSTgErN3RjMAB8adgkf/SJ/aqmwoRpK0EzVVtp1BFh7/Zcu1teerKPAkJdOl7N8Iyezwma13ulcaH3gtfW119fn5m3lVXLZQu1al8xlSsdvzOZS74UXdh+BrG7OBK70IKN52pCDY+vVq4Lenjq1VNzQZW2uEqsoSFn80mngZ2flvz2a0pFfR78FfXMnc5H5ZrLSUeUCwWik3JR+ABV0CblI6lJt8gQwd6iomTAePiH1XWroFQe+12k3G1N8Rwu8jNzYaN2jGgtPoAnkCpEeVJv/SpRVCTCwkTZYRVUV1kjDoiAi2VnLK36KXauH95cKWSwWyk+t5DVdFRSFNWXTcPzU+K+XycJ9SknBQ1gWJUmRiLxZSxsp8i6k5SWJZWWlgHlN0bEti4Yo29iQDf4Zt1jAjeWF16TTWi57d2OhWDf8vJk2RU1CuiCzrO8ET8bI4EXexrqi8bgAr+NkKS/y8Ir4dbM1hPQTBh4TRl03AcyNmA2HlZ2qRKKQtK4LLdkvekRnMx4V3QM4/H7YbofLGVtR7MyAkNknHRKOogc2Lzu5x4LpuP499HuA0pcSucBUnRZLBKhdEZ/YLPqxgeMZFKLPOW17HeYrdjEeiI6YFkVjzR5/ryMJMi9aaddVV1Tbeddl9DnbXktjnIZ7B6KYxq5ordvta44NN7hu2hJ5WZDgxjm6OIhtX7qRVbPh29sn5iSxrQbDHFnfBBhlDbdrAfFEzHAI38ceG1997LEb7kF8G1t+G42uT25CLbiJTeSTwyQ/K7JIfkQ91aOmKOQ7zY/cR/TlGoqLMiSq7CltuEJl3Izt4nal7eO23+66FTfsuoMIZff2gmh8bW8P9XrNj0a93WiYHGfl3Kd2DaQmoVuzIrdLjAuAyx+h05fHo8uXX3wRRS++OF8vYnNDauW3ocxtPBoOye2foVV78cXxVXL35P4gtgWwI8igFu0NBlAUgpjn8SkP6//5yT0NOvWcmIslmpxONyIrB2FxiRiTMr01eiWWvU8vRERwQHM4L+sZ03XNjC6zKSnFcjyyrbKlOarKcXII8A1WEJIuiaqoKBBIHCfxyNLzcel+l5PTQe11tSAtcwDmZFZK1zohAAaJk2XuPQs5XUQSL6UEUbWWLFUUUpLMs6KeY+b3FxApzXGCme3KBNcLFNcjAEaNVoxOyXaCmOndjBUwcTI98XHFrRxHL2tOWh0/r9g2+nZiEQUcuqSnc7pK2M20qSmiwPNQFNWsmyoU5o/pCDq0lfHvahabVtGiYo9HZOjsyTKVoV4h3PKeqXmmY8LH00wRK6L024SeitN+0RgPOChih0w0jncTvSjBZ3S1A1pgT9DXzVASd+NNEtNNFJXplZiZ2ew8gXbcDF3+Mp+K4dmjMTz7TzFoe+nrAMTtxXG0HV96m0GNKfu5czW6uh6vnUPZOK0VI7X48563EdnAcnc+rRe/ipnTTYqMA/U7BjzwvWRVn4h2gYUltmEA7dq41enW4tr6sN633VildpqqJWEMzieRIRmtEXNBmob6MTm3KFvaymcCQFYPXYaA6nWOXfTXgslJZUW+HDhZ7uyjxy4iJibTsQgtCoptR89oduFPdV/vaRkdTnoQfZOgZ/QenEBSFATaos8WbXJhrn4yrLRrgNFuI/jM/sdXJZo2jU+b5fDvXZnvi9tgiUgIUf8fWpW4IQ56u7ukSvP1Kty6XjdXA99Y1VvXi3Q5Dif1+sjRysxquXFDvaBve7uzer3jSEX6R2s5uLFeQOppxebHoworLtmRdPv8eHSPjsOv3Vc39e1kHP6T/datqzep08asnnNjMLh15eZ6aXC0nrfspzv//+mnkFrI/YO7yVy+K3359D+2n966Ak9vz+tGVVqvM6SP5sD/TS0f/p0JlNuaFPrviqK+nsmRYkJweLTM/Vl94KDvkavwTQ5zmG5ELSfrsxVpAmgr7QQq0/WJJ9KvCPdQn0gEBhHZFQTs/gDO0MPjq8HhIdkzdJ2RgezKQUAPRH177cqVYX+ebyFtlbmRYwrn9X4zLumne71o8jnCHR3OXWDm94hhRidWjxE1zfXJDI7aaC8aX23t9waDHuCk0WjY2h8O52wlfx19nuzIRMTGhAzGyVZaujuhGAvbO/EOrm0YeGRnG6zFnSb6abVQvuvsome7fNrAAPEVwRZ5XledQOSB3xZct1sweMPJp5csQUYve7aTquzUC13XJdt9eDlnqzrPi46gmIIi6K7g2h5b2jElKTOzF/499AcUE9qw2vrddRb7tu8JBkv3sX6k8smqUflk/csPKEj+fz9Z/3NTrXxf5ROQ9ok6Wn5AKcrj+if/pyKlZjj+t9FvA75KA11h7JpVadfIrDIQAL12t9M00Bnk9wHBjtBTFTEjQc/uYXa44791EQ3GBxG6rSKyOBiPhn0p8z3+zlsXJ+/9CXQA8zvZQ0oKCJjdI8w80eqip85LCI/eWxzh3On35t+z9978e9EPn5ey4ucL7/m8iO57X/59PwVp0zk1s7WmVltk/PHJEfWvoiygnmx8AJJElFM0ZL7W8/7k+egwsUPv3/T4qz3vJ/mTIzo4PCRm+TS84fGkLd4JmNiAFi5BG1sxO0j2FhAGF7djARyONqk9xPAb26eDohds3Vaq5YNMEC4eD/KQDG29WmlilgsLK4vvvssK08eXfG8OcxP73ijG9RExFjscDK6h4bXeXr/HzMsJeGppTq17bbJBAx/2+9nhsEdD1O+TXb3XGXqY42euUJ4c4He35nb9ShcazweEj6M2DiuY8DgfOHmy3C8/Me4/AYc4joYQR/c/MYbjXvnECQieQP1JfGqL99FYZkLkXgImwnSK5qlQD2YbEa/HWnmAxcxGlNaX9l/XsOwHP/CAbTYe23dVU7Qi9E3d9kYtl4P1qBquv+be+25bDytwpiuGWdlod0lW/LQuRN4d750FnsKtQaZhF/OkLn7Kx1C5CqlleDAcDvZKx59Ezl7pyeOl6taTpfEIolvE2rhfevLE7f3SiSfR7ZXHT5T6EH183qZfjTWZM/IPND0kBnbAqBLBBg4JGoY+BwbWxYkQoYoOEmIOwfcvqJahGJpXMCuNUsNwdbGJ9ayuZ+eXBUXRXeD2bdmo2MWs5RuKIt0rBCqQ+ilWv5aMXzIbParNrBIZCLByRBsTEaaw1iDR5Bslx95h0O9H8LnOHB7AMA/6ox4Z4kE224suPULgZ6/V2o0ich7N2viGvREomW0TXUk8a8jWiMM+0G6YNjD69qiqprXfn7Ph/hcxL4lgduBaN+rCF31L546O8aMmDWHSRdFhazpPR/Pz1AbWaP4/Fr/Ofw8I7qYqoUR/fm0qv/0a+nNi4U/XP3d+G0H89V/lGtF4VZI42RUAte/3okE0aME36s8njAbZEcpCFAHbPOj3e63p3+DatdHBwX6U/O3GqXM6Irpyo1o83rYQVVeR5Zou5TROkZIPLHzv58vtYrFd1kzbjD+BZJrmAI1K7TPt0r5smjKKSDge0XgPbtm72mdmtnNXoG3uZy4zTzBPMU8TqSCwpDCHHYOsuLVuwpOvI+KBoSoQDwcdv0kn9wakwwwgUu4OoXs4hhk+NTskeLUauqS4rdRml7wL+3w0Gz9okDJYIcUv3rFSYgWWZ/mUgkUeiYhs+dwQZRXWUlW3dZno1JEp8KoIHDyHeJlXeMzLoRdxnJOuyOO/uEb/UImFl/Apll9Mp4speI6XOY4kpFhR5j8mcgKv6ByWDZ7VeJ5Np1iOg7U9xad53VRQTby3n9XCYAj/8+0j0l26K8xF5uuodg37Z4iBFSE5wDtSC8GYPGB/mxJAWCbjy5RC+ARguBMMBotEtQntMls/yObSIVRDFdGdh4flFc1ICRw2LFnFqqCoQiplZGFZqtimo8tY5g1Fw1hXFQXrWEs7nqbJWgXWvV4/0CQsn4+CD6WRCvVUDRWzgqDzgiBAPY3A2AzuVjXF4FOqKFiCiVOcLViGrCHE6lYwoTNXbk1nanStxDAN/HbUoAQg/taS40EfZnJACA2aIzTDbJbqbG9FaGZ+Qip/nxGPBv+h3C6V2mUFWHzTIQZSAYxqMth32qUPUYvqiNhIjqlFHSJqnSlNGQFV02FmrRAkAxO8O7WP7t6kjiUG6sTBAqGh6PRt15nXnIplF98XkhePhyQMddRqXd1toVEvCHqJCimAq6NJQaxTp34Q5vvgpjJs3FQG2yJSZ5pWmxkvECM/+ER+Fz5HCvJFkv/4qk7LQ/A7NGgQtDeAqLeywZEijUdxWU6bSdm+eGUwgA+UK6Y5vwj02SaWMd3YCAawMNGDJtvQbpH2F6bipA1htVbbqi2K/Gajsvz5I0nCRrO8/GN5R4fpV7qQ3sy3tm5b74aVm1LmcP5PMQ6lez6RuydapdMo1isR/yLraCY4Rs/lTfPfGavGCcMgh3d9RBS72MM/hHFXdNF35Q0fUOq/M83jptfx4RZj/NUfwi7cgz8ieriLGeYfTm9LqP2Po7ejPpHxTuwVfo0iyHVYh04z54m0jQoEu82YZwZWpK3Htrg4CmHFhPXSfRWsSYhzaeLjgerUQvS9kiTIkrNateoVPy06kp/Jfil3Incyp291ukHBsDSjUHY8y9DN51Z0PiU+lbUsy8gBzgxGffTv2RTnynY901zEXorLHy9++3C4/Jah75oWh9i05tg7y7KnBAuWEtTVjPbBwSgY9qaY4RfQPcxZ5nbmXqCWl+gukK5LhbhhLbYUBsRZIx5YyO49GNWAUagI1IUujwgl3fTxGtQfMCSQRbjQwNE6EqANKN7CG7Uo1sW00AdlS0n7lbSRyvCFbLeeyRknjVwmU83k/LXVtCJhA7MVVpDKa46EbcnVJPbuu1lJHf8FnxMF7vmirJvWG1euoI3AND/LpVzsWAVRdTI7O8vLO8HOzk4KnnbgMVNN27KbEgzFChzZeFB3PNNcQqIvv2ZZzc5kO1eO4I7ZvsUb7O9mOxXjmRh/kn2wxDqmNYzxTDxG3011NDK8L0rVUtBqYa2L7j/2TKt/LP9G5WJzQLTRvfDtszVrSNcsl1oHNMnO/Yl2iyxKr3rycqz7P3Z4uHOLGDXNhngU7N8UmckC9tCArhpMbE8fxob11JS+7RIlej+qd9JOlCn+01LmEA2+pxHabu0D37taDsPS6k9CreM16Kvoq0wGkFsRZmebOQ6YbZtJvA8JOCSKI6AGbBi7H+J9IJEh9qncKPE85MdGp10+hPEGc8NPXBApVmc5JD6InNOWqBInRON3jYatfjQcjT5t2rXEBVH9lBValVUT8ZOL8DzxMKSK1lJIvBHZZ7qmQtwRnYWLo71+9H7rVB1Ol08c92q2uWCuViw3uUSqZE3Xuq+FS2M7LdJ6sKpaBMFHKEGdeA6B3ur4atfQsAcYfdi7zgSICbLDLDlcnQY3JaBREIwH2SzqZ8nfYBCQv2gaBJBCLkQ0IAlTe5QW1VHBcLATtb/XmNgE1SaRQXGpCB9EfH9B7HPxgSgWybEYX40/UxpN+O7V2H9Tbc6WMCSepoghQpVujiTD7QyRe3Q7RL2CDj1zvE/sItCe6VWEFPf0U5hPSannO93nUxLLC089zbGACP/Nv9FfPiSWFST4G0HhnngaCyn28Y2Nx9mUgJ9+glMEWX3nO9Up//1nUJ4i0foR7TAAiAZVQhPvCWTbaIklXpIcYE6uUqvGFoTC8ONEc8Rx3/+ulKygL78orvn/xXPFbyFH3737z19QMM8idPLjHIul2Xy6RnmnLJXkQVZQe8iIbIci0h1i0+T5bwBacGz8o8e+9CM8p1ji+78Hp+UUj4ZrX1yDzx+8hzMNln/DG3jWMDlmprcibUp8pBCL5xvsM3HNnbnCinzsu8R1WDds+0csNT9HNooVXV3t95vN3d2g2QS0V/SuEiMbCHp7RDlTFJ97GQAEDEDC/vfm91onvPuNuUOX3jq/198ql4/Nv1yYe7cNrVaClX31VvU7WquwDaOnOzXAO1LHg4Np5a6tFVumQsSt+nwJRvsvzJUhu9N01rZjqeyRtl6lnmhuUdupT6nmvD+pkHqcetW2/zNZTAluvoJNB+sKruRd2RexxApuz1X8b71VSw1EMSO5haqgati2hGreEVhJlDKKc5fLp47Nt+N8uX06Sm5uw5Aywt1XHx3RAHjiW3ZZfWOwVt07Miom+CHWp2aYPPWGdpPvq6ltWIUg9PkTdGjI4z71bjWUjfEg0Sg+NL7WmkUjRHcc0fvQd8XweH9/NInM2U0RDwRE5mwBE2ABKxAbLSFA2f3+Z56rf/zj9efQQexfY9R6rv4jP1J/jpm3uxJjz4cuGVrdmk109Ras/+7hKHpv/V8+HUXja6NWHx2MgnvfW/9X15ledICy0Wxv/ltgnXCJhQKgpBpxbbaF2k1qggkF+t27t+U7BMltZspL0Zkz0c/euZYW5bOpaLVz51TWNzoq/4/fc+Q1bqIGuAu9SQYm8um2eFpLl61iY7nd/iUJBvlIk8evyNqHt0PDOM4uh6vbH9ZkcjMzlR9cozbYs9VsTgcevxxROQpdyNp8cjzaDeNhtheMxlchoC7KhhOWZrx/7doIWEVgbAOqEpjKGr9EfXW0EwV6CbnYBbK/jtq9bKWy9sBapZId2F7FVNHLEcY8/URXDlK8qesvMUd9oLiJZ5H2xLmYK8Q29oOol615axvBci1YzrY3/GaEBuPBcCQiRGzjpZHKIowRO6Fpv0/bnOiZAXGRJk42GtamGw4npsfxcuFDF8T8RVXwYYwLc9fDVvOAF7NYga+KfUPP6IaPVwOgKuXVK7kG6zgQdRzURC9L3M6OgCfhA1aWpabyB2zWeoCTtOE+NTAfrODNmr+gf5ycfVxf8Gubc3Nusp+e+kCxcMUmIrCEC/a7tQBd3R+PdmOTleFwNBigw/FoHwE22AOIEAT9wax/rqFDsjrajQ4dCZOFBLsJY0NOWp0DRBRKd7XbDds+5KNqo9Vq2I6OPhmxpjL+xUa7fVdL+v7oT8orcJP0W3TQsdPy2gTXIjqSp15FY5vXqbdRN0zSUeC6tR7BG+6+V9wnR+haIEaoX7fXe72iS82X+nD0iru7RW9A/JDO2iZLLVepZcS85TZ1vRdvHid7GMh+nInRg9+ZGH3U2nPmHhEdrFYtFgah4SYVJnxKMWkE3a2YY6AC42sDArnLfgToQ1Q0M30trco8x6KUIGt2ThfZg6yp/AkamuRheHLTJA+Td30eZRPE/obEBGQ0VGVL1VXNkLWspsH7/0Qxs8yN9it5gq9vmrvAv9jTOk0MWax5Q5aNJJHET6Lv1tNpffyNEKLvGA8PYhTXS+xYYpvjcqAJsRFLuhyoGB0mD+jk4fEe5YFI3ywXi29U1UKmamfoXlHlIAqyUA9LVgNtNhYIP019aR2VU2DhFsKLJPH3bC3j2EJ7cWm51ky72tZyuPl/pbWMm8btxcWVatN2tJOQ9jOVjMnzfOOie9KpNlc333R2Nbw5aUoHr1GOq0g9wZ6IuXqHQlLil3KCLaKbIvgm6xrEvP3EsWMn/pYEcmyV/a0mtb3+1rhrfyVOPD3ZtX9scbh4jAZX5+2048/LyViKzWemcghSXonRAK3HfnbKk96HFbfjE7EDkT0kX7oLBBLpytoy3toKoh7wAoP4m+2Nh4P9/XgBRmhfNqgnKOIM6pDu3tijugB9ui6lKDerQ97OdN1oQh+ukN2tRJND1gu+WwPs6TZCtwuMHZSBOGMCxMHDlIJruBuWUNtAUXRwcO1g/PPN3mgA4SAMd0Kylg6Je48BAmwRhOGl5g4gkBHx+bHTHAwGcEsvbGrhdQZSgMEJw72wCbfuNBlmTlYnQPs4VLtE9EhUywYMZjuFY4UZ0ZeF3YPB2vnwjs+t3RGeX3shPL88WPub82uDtTvQaEDT4CokXmdCmkqun791HvFbqRTHjXiaU60SZ/xQ/Q54+PAOchh/jh5QH95Wh1zopTpNe4WGNH1ajy8AhiO7Y1p0X+YaIltTqf/kif57M1n1yJ4JHFtD0UXan3Bw3UkEfZ+y4A/9BSVv6IJjFKywqGfyvl5sWkXTEXTjMMgG8PkuzdHgs6Hbmmbr6AXbcezl4+2HdMWUSxnJMKRMSbIU/aH28TVyf9CUyY36kkwe02bryK9Su3rCC0fUPRu1BNz0u2sTWR1x/NAOm+gzP/88PruweZ5FpRPVldpWcEez+7rjx1/XPXlpg2VRc3dhg0XnN6tbdVQ8HuSpi4bo0ZO6fSPunOCYmyihn3jbnXjdnUcwPzdE/f2IBEcx6FXicIy6KUtoxK+gnwZezqO+h7aoTRPphk3Cy1UpcUqi/iya6naASpQQ2f0XwhG6Yh016XaCTY+wDtUw3vjyeU5R9WqgiIVq4bmU5BU8GWcL2T/kZIhKOFPIpsv6xrObRpkvheUP5ay8Vs1xOXVpVZY/v7qkQryqF6x8ipPRe6wl3Swu1TKZRb2ezdYLjmNMIuOrz60fP77+nJZOf6HZeVLU1ccW1hFaX3hM1cUnuk2OQ9P++1P0acK5Evam2wwnGwW6jWSfTgmh/1h/pO7p2W/6DuyKJYBS2a2ve+ZMLjACAb2u/lDdrQQ//M0Yl7CHxw1UzihZo4pn42OQ6BVnohIL7Qx24IOG3/7t44Nv+zbUm9z7m+iniFSqETt0IO7EBRxvUiDGIIg5vbESZHmvcTK7Ydsb2ZMNj49WNu4Klhc31h/Mr7GuabrsWv7rHl9cno6ZrwB+JLLcJnOK2WFi6+ZmTUcYcJxHBFFF1EWdFo+hwl0dxTYmJaBJmJiVLyPcKRHXA9Q7jgEx9LOiL28vLd35YpU3iivLIrIyEjovjr9S3Siu35nl3iyzsKrLP+hlsmWv8swpJ1A948xb65zGcdo39JdOoR/BeNtAd52RHbRQWBYzFpLQHVLmv1Tya+cyubuPSzkZ462ymc2UoxMBi9BWJDg8l5b6p2bt+jGYd4T3qlHLeWgwuljVKvGGd0IuCAlJPNpQvczLGmvYx9Yck9WIxen4kIRH01AAYb9TDguFsNKO+eOjZ3M8xRXoV5vKJtaZNvFEVqPMZsw9UP0rifsRkVq2a7hG3PzRG1LUIiKm1f2IiKei+uOVKKilmkHA5s08e3U3G/2vrS3zkUfWaNine5kHgGL3Bg89NLhvZ+e+QR85J7dKlx55Zetk6ZFLTOKvO1m74vWK9PhrmDuYXWgnQH54G51JdShhYl0yX1Ob3UQrhsNqst2ZjLRN4PFZYltb86catEpswEKEwsPrPE5xKUBMlibqIo8QD7yGrH4BVq2HambOEARRti090DXNteH8Cl1nqR050KT3pDAvi5LiG4KsYl6y4Iy7LYA1OrvumTm9TFwtAZCEA8eX9ZyVy2ZbQbBLQ2amoxgm9Tye1JPWkZ+rI3ZcH+rI/z3rF9dtfI0XWS7FskJaEzWoHM8Cw6IibvBdNSOvAypU0lA1Q42rdo2oqMbDPmp9IytysiTCYCfV4mSoFlSu3/d8K9DLQOFT8FIWsTypk9mmcsoomPn1A6iYBpyTgXokBr/JIgejBLgE14/a6LDfG/X7vYNe0OvvEcVln353s70DGBxTO/b/hr4wkXGiCTLmyUwn9NqfuBhFfbJl84FT4//e8JZfe5e3dPHXGq9d9u66uOShZ5eoseJ97sW73KWLd3qfdV2SfufFGSaH8hIZMSkzQ9iFCX1LAZ8KIxwwETq82rp6taUFO/0+YvqxGQbqUysMgqC1S/B3JX4fC2+E9+nJ+1y6grWJNV0jCv2KW8E1n2V68RvGf3Hl0gF5ySNXLqGA5HH1atT/KOTDTMpHfRIpVL5WINgI8G3UBva15jegrGTrrU81pyG8+mAzbYenzq/dhj4MXXk4gjwGdOPzoGY7ndtPPPRpwI6IOYyg3Ye3fD8MpG4NqI8LQKVRARIPhbdJa7SJkhZ9aPPibasXtkLbGr8L3gNvi3q7WZLBQw+duL3j2LcdEhwYXWd6B4dztlCERy1TlF4ku/aoUr4bIwoyeKvE+W3b3wZOf6e9eeLEZnvn1NPlc97ZxuLtS0u3LzbOumv7xypvQIfl4jMvPVMsd9fDQm3p9tfevlQtNltXFpeJK/fpfCIyf6IVyUOei8TrHBAHq0IaCapjQ9tFrSaBFt2IjCkSa0z4A79dpdCn5hL3iK1oPAImda/4K9lRH3irQTARnN+xVHV2nMryoIeYXg+qi6gXNeDUe3DDjw0GWcJSLRf7kQrQVR0cobVE4lakPgcJ919z426MqA3MdDt8mwCfLl+JI4BAI+LXNEK98egwLgM/Pgx61Ifs+BrxbHatFaEgGl27thdzgsPg6uHh/iA7OpzDXfP6EIZwGpXEFw/5lQMojEX3mcM3QFfHwAn/E806JH4ziRM/9OPjd6M9V01bX0e3NDPEX0WrNcfbphLvWUSSVpt6cwmPOiKj9qqx7ephq0VMChzTlM88e/r0s+8gwZmZndZg2I/1vv3kGgTjvZm117wNbqyBu8Ff14RoUGXYnFnsxWR/w7xJbLIt4vfpuJ3ZJSvQW1Q6SqSDber6DvD6vI2yPZ9lqtKuHLaojVQwZ3Fc26pWty6Q4H2EZIyoMdLw2MU3kKsQoFZ16/aT1erJ27eq40E0zf/aLH9Ec3ZpKV69SVNkngZfqwC/g/ooujH/8dVZ/sRajWSfmvYr6dUGxF8917myIeaWfem3dnfhgw5v3ZUoS662ZjxCbLtvUf8dj8/R/+5NrFJYrVVrsEoKxLGHAyslcTOyOfmdmtOIuO2lflH82GqKTHEiqSJiXmo/hc4vnFyAT/30w6fhk48R0rfxSsOu5l2OaIpYyc3X7EaxYdf0nJqk6HrNafyHSrXzb6OGkU4bS2s0gpgCedtCYYW87fQ5GFe+bm6wqqfpVbtRpm+VyCt4NWfU7Dp5K+SDWfTDD0SNSiW9mv232dU0jczJjq7QmevNpAczjokH6h/GprkxTOwRFxeJuwv0CIEsPeKRs2Wq6BXVRAe6MvGqoejR6KB/kCW/SzHf9vN+munOPbdGdvCliB6bWAYOBsPBYH9vbx8iRCUOqOMQBYAhYIkcZPeYmdyX+KWlnmuJ/qJHXENf37t6de/rmek974cxVmY249nr0p9ioro+6uuMCG/XETVmhelFfylmOblEZJGICc+FmgxcsmQofcWQgDeW9PBccygqWFcjVcOKiA6b50K35GUcMafEv8Ch5EQn45VcuHP8rOdppqppqjkb95+lbaASayxS7yk18yk8aAEj4cceL+gPPuz0ek07lwuD4IO7u5axZJg9362UTkUo/45cMwefH14ef/l7CmkTmVbpe35soxAIQmaCdY/qYTaZDtVNM93Eo8pEJ2O/qj7m1U/meefTt1TT3DoaxGx1/CTaT1xURf1JZO+mlCkt/gVKi4Gvb3TnPA9M3WP4XUCxuN0FjrRXNOxmu5E2i7GQ7dQDb//Xg8FzK5/4kFhMB81mkC6Kr4sla99SvdZqRYetxs/M7VUgFhdMvHFusr948ttdbeqhcSrkW7qw5JgFPg8sLa4aeb5gOpBUb7XuaMEiQKLVYpbznZVsdsXxuWyxWofEc9Gdrdads30EQ+rDr0G1nFN9w43aTuAvE5cEAqZaICKvHgQAUANqpMRA+HxLkTW/6CtqnQALFOwunzq1vGvKB+QWCK6c4GzZ8H1DTade3CWqvKP7P25c6Y7smD+yTX5G+I/s/zhIEiEgr535+OGovFCj2gmP0n1ikU2czPlRiKkKMpwL8WZn4lDMm3YxivbGV0e9Xn+ttLbWmwahlWFZJRIExGZMIpRWFDTaGwMHtNfTokALslor0LKBFmUh7GctqZzPFVUjd1qxFPgc6QdSznBWMpsaa0FXJP7gNgnl77rEHwmV/06KFAjcmyVeTOmOUxLNnmoLsmsZzrQc4799Nyc4rPIQ6xQcrOsPmlspXpALjnskb5lqLEnedOcNMMdk8w3NBFZPokXr9bIA1+LXjg+jVra3u9vLEl/47JE6TGswKeG0KDf2i3iTLUvyLNmoQ/oGDu1KgY3oL46F8SnlCumrgyEU62DYv870gXL3h0Qem+RFbNN7wMP1qIQQeNxsNjtlUxPsOilveqJ7nLU8LP0YuLtoHU0NnBIUOalTdBVeF5BsYgrzTb3ecNbk1/b3iVH2bgLKWq0ezdg8UvfY/3SGovo6tRA+xrQSnjkpS8IDT8ye8T8gTgt6hVjutIbQd7cKp+XtxYY5weRADXeyyaFFTXQSu6pb9dut+izZm3PLzor3ydOd7jd1VkRzh0+CESZ9RNH9pH9u9L5JdIOTfsmaco+6pZHN3WiuQ3bJEkkCYxDbm8Vj/0voT6Hl6a9/IM8lkAuo3zLy49W4G1InmWvUp8A2S382rDbdZY4SQXgsjqT7VgSq+YVFAn1BRGbJ4QSW437sBBZ6AkZBCUmu5Boidr6S4kTRWWmWTiJD9bBWMSpGSVMLpXIFi5Ysp0RdMLHBC5hV0dPFUn6zIrDoZXiIexkhUbJP5DPSd7MpjhX0WvRTnB60/FxUNlROWlp4rlD8NJvCtptRZAfuwHrG9SWNme1Lmf0mBvm9CvhaEMT2g/R72LrSQkyrNWunQeLzIHmmTdS709+nSL4D4vRv2Jo8wzIzPzhobkSwzJiZfNGAWJb19nu9adlumc9c2QiLPslnQncIT0E8m8576XXILqLYtjX5TbPpKkY3FRCNRBTzlXt3diMiY6ToIOrcBVMW1jbyczzBfqL1LbknHpTbMTBoyw+eIHeSBU425n1uD+O9hnZEERWgS7qnpj/dX4j6rcmuw6ntOrV+I7tUYocOwbT96Lp4grlAfa6R4daKf2SAuAQC6A/zihhUT2BCvGOCyoY9wrbEG4zCr8GqIsNSeJ7jMId5T/dFQ7WKjmmnTCWPNVUUZcOVVTFQjGw671mSIknp5pw37GOvPXbstU+QAAWcwkqSxPIoxaZLoizW65zlO4Gh6CleFDOqLEtq3lCMapiy5HyQwemfnXN2/a7kPRBMeCUYO4Q3aMLMJL5aGJj3tZkfGFzp6ogKSbdTAI1ifY5PpYaJNDHWeJxh6fJNnUOF2wgnu6uaLGNvVLMLiizbBWH8v38HGBcO8RiqiPkUYWJMDav4eSOjlyt6RlczYtEtitbXFxYXTzgStE3tm4NGAB90MB5VN3Ie51pfxqpgpiSR5wVJ4kSZ/MzY9xe0rEH8S2iFlIBSKcSxiycXbcPSA2z7j6RzuUa8Hk1kSteI1S+iFJxsUq3RbXyJQx0iYuzv0k9yRMzcCTlO5UUx9o5R9x3MffHMOOKfeIJr7NhbzYQvmf9hS/ITJlMWdRLBAEMAoTVRZMixW3fZiJItBUW3l02/Jp3tTawWg/FwP3F6Hx8+1HxHkzt5z0mY9onrMOPhZJPBwQiaOJ3NpqGtIVr88eEwwe5yfHAdxyatha5fT2jLg8SieWKtMTHhIG3390qbbGSeWX5Mtti4aEQZKrqrORjM4tlBMIsX3SNX3OJBvL6QIIpeJe4V58+KM19oL6GXKJ3E8Q+tEh0EeunRR+uPXmo8+mjj0qPoUXICMXKePPN+9H76zOwRH3Ue7V56tPMo/SDmUvfR5KQ7R6M4uks0rMH9qYqNtOhj6dCJUC8C8vSXP59NnNjE938efYZ6xmTs2Mx+YqvRrBIv+kVWmFjbC24tNvAgW5boXeQH3cjJnNDq91XRV2Tdz3sFP68s7VUMO7+ZZg0j1a6kzSXPGZTy6yvrGf/ia/RaaSGzoivloFbIWLvvi80Q0Gc4uRDU7bSbzmxkPC5dWm7Ki2fl7IWdS7ed7iw2TG6znc+kjdA2pEztKzETlrTXf0Z/NLMC1xFg/DUU/8YsoZ9Ev0jdkNFfJ9OpR0JiSknEfcLcD0iiK+RHS69kzuxkORJ7h3XM00TPe4cIK/s7sO7hd5DfRLI075h1xV8pplKSIAJUkDhhA/1s9ty5zKcyluFxmXPnsi9ZoiKI/hn/JWy4+CX6hvQxT00Lsmh9yttZQYjYinnEGT7LTuTB8Z52smO+CphxkzkJa2XicYvs3bYwHcg1ss3D9WPbPfpzR4m7kgiWVeLHInnkFQdWSjwYod4fO6YTrJnOM3mnXrcLj0fArvbGh1f671UURTeGARBFFBHndZ8x3GzfMdN2oZ93fEDB/eCwf9DSfWNeB6TQX8Ob+FaF9bwzdQrTnZDiKU2mJk8b9Ffrmq1pavemyBNoZ5Xyewcxth7Eh2/U72k2GqFurpbfnphjxheGiVuX43fEKv07/igmJ4uEaOn6rrbgWLv3aGZ5NRunKEcOE/nRj9P1qAR88gnqxW4zBoFk6BNOvTZ/LhRRl6ZT/8Tk1xNasfcywrV1af0hsglnpD3Qhm/qkpL2TaB096UV2TD9tCKxWvbXMpaZNn0I/rzqmemaZ1oXsyeaTbMVbBrLzRNoMZ8NPNMuZHKuadummw/yacu1wiDIZ/J2LpfN2fn7cu28HbRzmdWz+YrjVPJnV2e6qK8CN7ZKf5c5bMZChhLC5PfBsDBxtEx6hPiy9r1EDNHthHzYjB0flBBqCxKSexoPy9/eWz3V1mEJ9PDJJ+RA1OzierH0fEkgysazpiYI4vjTvMKyWk9RZR71BVmT79EQq/IvvbVYXCs5mhjI5x4RfQANSlp137oIC7LmnU1rqiF8mVdEXu3JrMTP6ZmJVQpxCk3kMV7shjkhUXQPqQDknSxe1NOxD3BJ2IjlKVNVDeI7C82wkBFSKS7lS8VK1C1kvUzN8K1UpqyoYglLiCtqLMZSOR1uV5fvRCPPOb9QaJssp6T5VP6+fLFSXFkuVVnHlI9V7TTWraxjvhhusmilLgYZzVi6cP9tzdk+n2sJxiW/17wxQ8eEV2pQ59aT7Q7dNjD8SZzKYhKGEIDHgBiTjkbou4e8IJpuobCQZweKnCkUlgrSXw/39sjG5thBd1RAgvC2VGGxkEm/lH+Eh0jB/QQW9ycOCvAN5crRPZvNoyXr3rCGElOjG4qztxc7ByXBww8+COdzpWjNfqPgSivqTX0rXP9bsqij65AzkX516CrY7ayxbeJklRrgEacblPoSQweINRtUMo5jt/BklhGXb5fvXbtX4GxX+aenT2Zydo4XO7nC+XvWz36b7Av02vhXVQmXFL+olp7M5opa8b+it5MLvs29DT9xbFM3RJUXtkvwVHThqzIn3Lt+kfNrWjmfeT0846slLGrOl5O18XfR7yZ+S4pIZ9fYbdZLzRQqLnplMZ9/7Zve9FoaXtjb24XWeGVhkgDh+CdJ2u7MB8KVxB5lakYV/+5gC7iCfRKZYcVYj3PDvQPqzqRHQvrz60k5D9BvQo9ukV9Bi61nyc+UEY0zZZfohshOy16DOnhxnCyMUJnkPuIDF118RobZyeoax4qOya2dW/OfwWmzVn3k4ddkMlUSF5/JWNaxc2czJZwVBMMRKsqHn5EDJ5XK6LLJif9fZVce3MZ13vft9fbGsVgssABxElyKBEGRi0MSKZKSTOowoYOU4viWFQW04qN2bcty3ThIrXQSJemRNrXJmcTNjNI2mTRNQ9e5HWfGaTIxWTfH1E3SNskfISepp+00bqedNlDf9xYAQcpuEhDcA8Du2337ju/4fb8vFMyMlg6Rw/QI4rK2feiWm7MXpGCIHHfwwO5QKJa5rYAjmiCV3w6X7ev/LVInJrn6GkVF5wHLRBE4E4gmUhCxnfedHpyYJ0IrGaHIx76wCzZ3PyFQgYahT1DAaWNBUtFg3BFZQ74cEQKnJZV9uIElXMPKU1oE/YFisMNIwQsKvoto22z4QVFhizza/wBPtHG8T8M8i5qacu38haQiTYZknNd1vfVtU1X+XlYKvIJ5vh+LX7R/KEoC0JxvPYcl8sx8zz/opmAuGOvopLjDlowaw1lH17PDRAFtm6hRI1+TPhw0ZfxNqZYnSmfIl7d79M5NonWCN8sPD3cxEOpOoTZqlA58oCn6/SSKfiM3NpaT5URr4zWulItls7uz4oIcMAVWilt4UUMbu2fH2ETrZ6hZcN+XG83liA60KNsJHoUMaVHs9Uv740UnCo0pgCeR/AOgpkbDxzo6Bxju/TGMy9NO4kcyes2ms7JSr9dpMAT4bzxE1zevkVfZcTbidaceX1taMtSmZjSblMK9tbnaqC/He3yaOvUiwUzWZgH2XMgf5ULxHqllF1t+go4K3qYFQMC97Qv9jGYoopTFAVaXjegsGw6usudOnDjH1g11BcwDEjtYHWQl1UAK2VFZ0HJV4/6Q7rp66Ey9fvpKOn3ldH2dkuaphgvmftdQmS285ia1NfYD43KHZRyC+4EBIUVqCFJ11cZyogCW3zEy2Lr06sto1Wk1nNxEPhGLJfITuda652RGEDOScepOmYhkmyjukc8VhfzG84byI4teZiQ/5N1r5zwv18uhCFbeuK9jYhpBWxE8oj/kBfIBmeSJlrm+1GjWyWNprdf7kgkPrSw1+/qcBmrMe+tgeNlT8p6dh6W3dV/PUZbfObCiFWiyKKKm1+xu4B45f87COUxT10W9LrXVFBK64p/o5lw/jzHwcUd9wnwiqaP1hCmFxMnJyCEzEY4YcoA/LLLOwao+4OiSQD2tmtFaD8fDZjy0OlgYyvM8i1E6m0sJAU0PR2Jh1vx5xGGJHHNXUA+RsyhSWLjfNRIFQ9Jy4CLOaWI0Arz6kfDhBG/zEstaPG8JUtGMmWY83KujQ+5lsPCAZcdHtFl536yy3lxebg7t3z/UbFImX6LlLjXqk2cmvV2HFw/vYnb6n/v+P/8zGLvfwO/81NobuZzXy+UeW0KFPA1S+fmyWxvvAMZhMBjIV3q8WFY7brxa8yi8nfQatBJ3pXu1v+KDXKJQqAyIz1p5O1k8UEzadnJyqK+kXZIGY+kSO7KatOPWF7iBSqGQUAKfC98rufFMsZghx18yRp3hyaRtpUYyqeJWG/wa6asxmuHPTyFGkTlE4vTAfGMRlRJ3A+meOLGndtvZX7ulfmNx5L0njr79qDtb63tPNJMZyWS8++64rVKrF4tH528+8vjherI6W0gXM5liuvusPoEe83OYUrLod3/ySP+930KXyOqebzLXj2FbGBLgiWmz4gCEXKDpYdvoQWCMoTTe15jGNWZpjYzpS8sNSHBCptzmChG7INLodfiizB0I4I1l1CBTOqB+nS2gb3dM/wJ6kWJ9aLYm38QHiTMByQOeY2qUJlM0blfVOKrllYQsa6GgpIdVFIo7CU1WHVEcvDWbMM3qkaOyUzlWLh9DH+x/yy4JS5om6URNCLKqqcmBgiRYejZx9EjVNJ93biyXb+yx/W6ir9I4yAWwkUNu0xJHZDKDx5ZIx5ApDhi9uS5lJx6APMIAWqhN8bVKlQaKGxzpfyUOPSOLTloWiZ6i2rZqhUMa6a4Xb+AUJ5MLu244l3HODJQHyPsHnV+aejSmm+Gg3v1l1nRdM5tx0L1GOiwaOKzJrCCw5PbDCpKUeTHgWAFOkriA5TzuwMkGFjq/lDhB4CQtGJE7vzTArG5YTi9XrkKxbrgCSFWYNbisH4JH7pj08339uwvCrYubyPFazX+fGz6OvMY80sPF2ePC8damt+v3kKO5nXb4FdLGcsBlQEc6MsS7PszDbjO9g4kSR4HuHT1EU61yD9gHR0YOxB7gIL/CAftBjnswSnMtZGR5wiEbzoQs05+SjTD5aJtcCFwo7exynk+Q20n70k5sBUgSxGAciiT7+vOlbNWJSIoSMIimaYQ0Q5RmZjImWud5BcwTT9x2aDgq84KkaEEzGk9lC7tKXrwnhsYvc88vUyqRCqgKWaGfUYIGCuT+RRfT5AXyx+fdvkG1KUdDTjgS/IUXuC6Sx2wn85Ks6Opqvr8vGQnrPXMhpihBpkblkZBne2be9tN9h1bK5aWlZPWO6gLZWFkrt9YgnL28Vka0X3T0uKXtfA01wETCyEHGCpgW3LZ61ERMa9UjR5NRYoW81tbiK/S11Cay6fhY1tt4GDK/dOIufTSMSXOX45U10K5g8fyK02jsCHek1L0bzW6//TZ6nNosimC9A32Y2ifG/HwC2/c5PytVbsDFKbRqpbAWDMZNnPoLsqkHgk4Y99UOP2LnzHOXzpk5+xH0OMRtc6yg0QQJ3c3WRxZvUPfMze1Rb1hktuLt6j5eBmVtL+si5xrTnEdME9UhC/MWD6hG7t0hsuQQ1Yl7GdMKNmlNRFrAFGTZJZ0AUwUuIdut1mxjO1X+qwNx9awxhtSzanwgPfaUDzD8vL/3T+0ve0AF/+h/c9L/Ztn3C0X8vWn/O6Y37kZjksxuyK+6bQY3aZwJzrngqoGomFzeDz2hjkH4KIV8hbaEqDGRqliI2XKrDLIav+uOosYLwvjSqBhFiOV1sfS2iqCznL7vsbLAs7uPHPIkncfSxNHFKlE3VHLnW96U73I8a6u6IsgooDnqqMjxCS3IYsGQw4E0r1eSokB2gwYXEsUsFxSDvXGRMmVqI0o2rtmQMzqNIHqq5pLxor58oW9lpe/Ccn3y0VPRS5eipx5FG8vmox+bn//Yo+bZS4FbL09OXr41sM2fIZP1652j50hme/mB68u/ruzryu2WuYQ2YPyDgGmfW8Emcw8djsA5RpPb+sGzzY1YOh27CZHZABuYTAlvJvvo6gF0UHDjenxAOHhQTqSseNxKJeSDB4UB8qHbnZ8pxjgDyHaTUpO0GUq2rfYjN0vUPNuPOvDHwAimnWzHBnYCpYCzY1FvER2n2WjqWoDHmO8bTfWsEjpiVNXMZMydS8h/nvnvZnOVlRVRDhCVxrK6a8Uga5PtznPALAXcqFkM+b/JI5qGCof8VPX19Y8Ui1L/mG2P9RNBdn39PGxJwyUp2+ufBD4q0GhrgocLOD8NilbErnkBMhdMsW7FRcm/bG14q8h55tjMC+dXB35wZOq5wfHKYhEJiFknL6f0/mK9fvzAxdJv9wfM+tLeOuePCazexrF3cQaFHuuKANw4vkmb/kP8LLr7jjuKd97ZepHVWk8/SV/oSOu7yP3M7aXbyfu30EutCvr4uSz5Q3e3nn6jcswt6GeFI+Vw5NxmT1lXaTF/y2ovwsmvXqYv9IxfSOuP/FJaT6O7aUlMx6epd/Py5WmkYq3i2jXLBVBDIV+hhAi4za1vV/wF1/XsYPtqNns1k3nx56+hVy+LzpMJ8cknw4EnY9LlPzx52l08OXhywV04iVAGZ7OZuey/wFUcdHCiVEpgB909GQ5MTMSk4dbayUV38ZR7cmFw4WR3Lnuduu5UNOC423Vda/8DjyI6d6z/GHm3PuxX9lXyvnyZ3PhL/3PsWO7YsavtuoZXevONyzE7FU1Kg7ouANEfYG5BCidlfdwv5uOklM/RUuh5XyL1fSstp/VZeqOkFCRups91sAedcvJg9doiEoY7cfOu75vP+rYKTARy9NcnT5HacxdOu6dPts6yWkbLjpQyRqvyTObLz2c/hF76PlTvqQH4waknoMir8GzbD3grN19n/n69SGgPN3oS2aL+awyR/HdSFvgggGYvNo6HvGzIs5DbRfUjZ/Uas4rm/UBntA57DR+gD4cp7fH0Web1eCwpd+UWw0+W4pp6GX86fJUwU6O11eYyIOfja2hto0FEmaVVb7WBVsHj3IToIZrdse60Xz0cnB32P1obvuW4G2sP8F4/dsTyGpThxnKaQP6BRgF061B87+YmWqW5QppNuvIcL16OM1v8optML6YXemqe8lRQ+1LFz1JJlHJvjb4o5eZa69m4nx+XeUPeLdQmL+itE6DWo2FINLPG0vIKWllvEJHLN29Tsl/for2lQ1Dew1rOHSsh6kZspzkeo7ZICwL9DES6mfd5Dqsyx9m2VlcNjxcl/NOqdFzkDaRC3kw+oipzVtBQg1dlLG9ID6uSsrzRLueb6G8oVzdEooylECWtAm92hPJVg+uPaC9EciKPE831lhN3egpq/QcA+7olWW863VvSFiZjkwmSeyozpyh+HVcofxAu1KJTRCusQQZ2opzSFOxpSHdadW24JAOBQdknyjajnp2tULtQxcO2P0f72WLsqECd8nYbjcAyTmQgELac1hOO6RrhiIO4vKBpX9FiQp5Xta+IghL69AsS5vJcAL8giWyeVURuVQ+hFhDIWAl8VNFNfV03LaG1oeHoN1RpHWvo9qMIEwUSH3nPESk86OKjrR+fJeecI+c+q8f4OVZdn+MMfBfGHFlLZwXc+rpSnycC4fFIgguqDd009REpFGlI6pExSVUZzccksAy1rk0SufAYqaMLzGPMO5h3Me+HDMOICNrbasuuQqhXClXdqJ0nX9ljUbBY1+xodZQdENMsBnbHUVJrmIi3JXB7TIP67Vo2iDKAcNlWlX5iajKliBGPTOJubXwggPJVXIaDa9TBDZioaSC8qgG1/vX1+5+Bwol6H/n3ckEkqkTU5Fk9wiocy8WiPMdLyKU7feHSWayjsPZgVRM4PlQYQsGArpypCImtur8vMXlm8k8LLKcYkZzKIz4mChGpGEveU+REpRS3kryOLib6AgENXTyCw4MD+OiVw7CWjv5wsJ7sP0n+P6KlWVEPBlUcSl7gkISwjESWHxq/wGEkG3g6bDRN7+whIyDbpczxBVbkpZvNkDV/IxkJj1tunwsgrRkdiWhw8jw5Hkn7zPAldWQ6KAUi2T3OkHZKE/jbT53osdP7/D1EDiUaf0XEFbGQtYjqWq2R0eSOM7ehQGsF8u989p7n7Oqx6k+ei9fqnsUI0AbomGuTUW+IuZHaS3zrJ6aRpltYEwvna/ZOd1pHtEkh0i3y5CkRnYw844FpEBRJLybKj0caCHJcLYrto/uHzSOUd2Q1mnqo7Dy0SrfJ4uWFvlMZLqQH8xKRsYKjlrU7RDbkfEgPsdMRsYpNhOqKNLvqNfwjrMaN4+0tGGyTtVoylA9gmY/JIU0LKXHSrwL9wbFwOh1GW3YhP38qxcWjnuwAYFLHHo1Jz3L+/bnIq2tGazWg1PlCqXCuztux6D3IsYPKZ+UAi1YMzXHUAFyAahhvbv1cNnSlq289T8qR20wTjIlDEHjp1SqkdQN/Lp1CwN8wG14olW78/fzM0p4TqDTT37/U34/WD7W+tWvXu1793oTnvXbo/PnzbT3hQ+ScSZBycvtRO+d2Bzxo0yzclRJC569IH7CyWesD2ZFUKrXvSjTDZp9R6umRdNVOp+1/rmaybNay0+1z/hh9nuYMaDt3wBMDCIASaq/2k+5fQjSVeFsHt6s1EVfRj81kOrNvZuH4QV054KV2y7Kk6dmhSNS09fxb93E1N9KvZxJqKoF+py+izUzOFIaG0CDqTyJOLOeQivRd49FimVUVtxY0cDAX5np4nCLQDinrrg+HtDqub+8XGax77dUWZCjazmO+lawHxqZ2PqYA3aCggTEfPADADtB+0MbUhScuTNHFhs9IslxMjxeL4+liysr1KZqAsVIwg+FIwMJKSFZTOSuFmOn2MVMX/tcnjHwMCzQImRcCMsZCbcrdw/E35PL9g/E8x7+tUibn6eHA+xh6npEoPvRXvWDml7/KL/0ql7aFl++jviDfGJ9vp5z1x4VuhmPb7c12STGrHoRedLJwBtQVRdHIdWqKghwaWUFDLwLqKuW9UQPP1gRTBSJD1RRqW/UCY1WIcm7BzBztEGPgPPBTe5RsCcxB0Fpq3gekqcFkKThszw0W58dx5eZbXrhlQpnc9hlyBrxY1EumB+eGl5a8JXc8Fh3ry5C9bpmvoj/3ywQ3hw0oRz9altyjmSM9BbCOPvUOWHSEkflxsXrLLZPy1GBid3A4PtdXrO/4BH1i8PBwo+GOx63xvkzrz3r3tu51hXKlGDRyFuCUHTP8OjjLl8uoXF4BgG4ZoLq9MWMgEQL7yYHrueRciGmnkm1HNezh++jYwl3KZk7NvtXadlnfoWjmryFN0kBw1qTWa5Kmfd/PJrMUMcJkCgsb7eQqncPimpSZL89nwH4PR6742X0fTYnxIAyfwbjIbOnnKzTGIANZddpBJBQuXwu5eAcglFxZE1STphpYXlqKb0E1UNP3Nj8C7g4PMqWqyzSurjdHt+lza/aesGaHoK12ZxWi6qx2MnGnzjyEmIe2tUOIVr+uhgsVG22krBY9B6pbqdYmZNmDvWuwHF3rxtX/hFwHsCdVGGCpoeZnPzcjRQvUgIii3fntHJBSiF0nZHnABToN9J1d75w9vG84JwR3zUxd2bcrwuu8JP2dnDDNhIknLmRHj8ad0b27+wL60dHsBaTv24vxULaqRvb1JbTBTEqwBFWbkU044At7xw/GUm5yLOmM9nFmvxE7OL53e2xv8PrY3lo+jboOnR7j5Bl5Xt4jh/tNM99r5Py3j370TXI6HE6He2UXwIWADuOLE6EsUYRq21AiXn0DxR0H8mHHEcRdtJqbNC+208MZDOcJv4HuZvco1O3H4dEo8X+dAdZj/43WKY4XNDey+l7n4/jMDNMbH4D99olcM2+6BaFL9wqmXeo6pvBScFd8WfM0MiKD/uW3SPV3k6KujJ2KxU6NKbqYRMx8axP1B5aWHKxKkopX9g6U2N2uu5stDfTmhghQK/Pw6/TocWgJVNraomKjzj/gXO7tu+vDJzKZE2+CxR2+rdgDAoS1FcRAv6GX+Mpgf2FwsNA/OE95TFOfcRzQXfV2m+/lPfRjf/Yy+8k4c4w5/jq8lURV7rAgUibEzkwGiiTIlu62D3b+ghILNenFN4HcEtVbq04dkBWt74oYaqvYaCw3my90d1Z7v2mgOh2DVsFsMbVU92Otm34tO06zLikSeTvA0y8B0Fvq+tL+Af2EtHXIIUw1EIuMmbXqOK65RJD9VL8k3U8eWagkWVeu9F8Jox/1Y0u6/79QsyT96D2FK9Wtdv0yepm0xxnauylOiegwIFURVYrmeWx7mSjR5XgUlKMIpgRHbXoqGAVonAT6ZOqu++4c51JCZF4qVybHR8e4xWCc19Rw3/SQxUckrAtExTBY4O7lOTYQicdkng3zAr8LeHHvJwfsu+u+UVyPCMk0OdkH4xxiOTU1FXfTFiY6dpYXWSwqLOaJKqsIWAjziLUENgA6wrVrRE9EpE4OMHVmkbl5h0wluHBLeSI8uv6kPOADTMm1+4ghdxwUaaLagXg5NiBGvTS7uwKoTJo4AgGgqJam37LM7MUrF2dnH3nvxdnW125KibwoWnEjkH7rRPFkOqAbAi8LRliWj8tYEHlBjMYC0QFR4EU7+3Vwkyb2l1/ZN2d+52Aunybda5ac6+J7HyGLG37KIkNHLBrdk0myimapmhTEMdeuJexXWJZog0QE4lAwyN6kISuUdscnpt+WkpIPHBofeueqJm/ZHeHxAhaiztzE3M68ZUdt7EwINl6FqhlGb1w1/i9yo2QmgpqhiFWX9ISCCRXTrZdH3kduAxbXeqRL7XhCILVgRnWj75aKeyShq7rIyZwWlKRZDD4CnnzpRE2R54Ro3wOHeIE0klit9am7vOmXJ1IZJ4GYufaJZx9BxS1xt/XMt1hdQ2hoPBlHsmIqmhTgonlrLBZ5gWUNA0RGsjz+pU/roXA8Xrz/zp+2fuacnyyd+GNV6vSBT1P8WIGMyRTeFvEA0AqT7TRbpWg4sPnYkIIA7AZf4owJ0n53zXCcwO1ThZlvcBwrwsYBdJqV+QkB8wvoQUUSZu/nRUF5YIXDnPLrD/ErAmkMT22LzTV3IlXyfrRBzxx1JLeYO3g5t80J98WHM1NPx5iOb+bD6Ema69bGcDj6zdwH4Rj0ZOyVhzP7u+X9CUWfQsQTOMpyFIIcafficT+djEDkgq9KyUpipP/USS1CpunOTlKSrjHvQpeSkgBJW/iItv/i/vaOlNw7PfFuyDXwfwVB8YUAAHicY2BkYGAA4lWM4ubx/DZfGbiZGEDgtpnQKRj9/9f//0y8TCCVHAxgaQAQawqVAHicY2BkYGBiAAI9Job/v/5/ZuJlYGRAAYwhAF9SBIQAeJxjYGBgYBrFo3gUD0H8/z8Zen4NvLtpHR7khAt1wh4A/0IMmAAAAAAAAAAAUABwAI4A5AEwAVQBsgIAAk4CgAKWAtIDDgNuBAAEqgVSBcgF/AZABqAHIgc+B1IHeAeSB6oHwgfmCAIIigjICOII+AkKCRgJLglACUwJYAlwCXwJkgmkCbAJvAoKClYKnArGC2oLoAu8C+wMDgxkDRINpA5ADqQPGA9mD5wQZhDGEQwRbBG2EfoScBKgEywTohP4FCYUSBSgFSAVYBV2FcwV5BYwFlAWyhcIFzwXbheaGEIYdBi8GNAY4hj0GQgZFhk2GU4ZZhl2GeIaQhqyGyIbjhv6HGIczh0sHWQdkh2uHf4eJh5SHngemB64HtgfCB8cHzgfZh+eH9AgGCBQIHQgjCCsIQohQiHSIkwihCK2IvgjRCOGI8Ij+iRqJOglFCUsJWoljiX6JmgmlCbcJxInPid+J6wn9ChQKIoozCjsKQ4pLiliKZwpwCnoKkQqbCqcKtIrQiuiK+YsPix6LM4tAC0yLZAtxi34LnAuoC62LuAvTC+ML9gwTDC0MNoxDDE0MVwxjDG+MfQyQjKCMrAy7jMaM1oznDPYNGA0ljS8NM41GDVONbQ16DYiNmQ2kjbmNyQ3SDdeN6A33Dg6OHI4ojkcOTY5UDlqOYQ5yDniOfA6bjroOww7fjvmPAA8GjwyPJg8/D1OPbY+ID6APtw/KD9mP8A/6D/+QBRAckDYQQRBQEGEQdhCGEJEQrpC3EMOQ1pDkEOiQ9BD7kQ0RKxE1EUKRURFnkXARehGEEZURmZGvEcoR1BHaEeKR75IIEhASHBIpEjYSSZJWkmOSchJ8koQSk5KgEqkSs5LAks4S8hMrEzKTUBNdE2eTchOEk40TpRO4E8gT1pPlk+wUBBQQlBkUIZQ3FEKUS5RYFGaUd5SUlJ2UtxTYlP4VDJUWFRqVKAAAHicY2BkYGAMYZjCIMgAAkxAzAWEDAz/wXwGACE9AhEAeJxtkE1OwzAQhV/6h2glVIGExM5iwQaR/iy66AHafRfZp6nTpEriyHEr9QKcgDNwBk7AkjNwFF7CKAuoR7K/efPGIxvAGJ/wUC8P181erw6umP1ylzQW7pEfhPsY4VF4QP1FeIhnLIRHuEPIG7xefdstnHAHN3gV7lJ/E+6R34X7uMeH8ID6l/AQAb6FR3jyFruwStLIFNVG749ZaNu8hUDbKjWFmvnTVlvrQtvQ6Z3anlV12s+di1VsTa5WpnA6y4wqrTnoyPmJc+VyMolF9yOTY8d3VUiQIoJBQd5AY48jMlbshfp/JWCH5Zk2ucIMPqYXfGv6isYb8gc1HQpbnLlXOHHmnKpDzDymxyAnrZre2p0xDJWyqR2oRNR9Tqi7SiwxYcR//H4zPf8B3ldh6nicbVcFdOO4Fu1Vw1Camd2dZeYsdJaZmeEzKbaSaCtbXktum/3MzMzMzMzMzMzMzP9JtpN0zu85je99kp+fpEeaY3P5X3Xu//7hJjDMo4IqaqijgSZaaKODLhawiCUsYwXbsB07sAf2xF7Yib2xD/bFftgfB+BAHISDcQgOxWE4HEfgSByFo3EMjkUPx+F4nIATsYpdOAkn4xScitNwOs7AmTgLZ+McnIvzcD4uwIW4CBfjElyKy3A5rsCVuApX4xpci+twPW7AjWTlzbgdbo874I64E+6Mu+CuuBvujnuAo48AIQQGGGIEiVuwBoUIMTQS3IoUBhYZ1rGBTYxxG+6Je+HeuA/ui/vh/ngAHogH4cF4CB6Kh+HheAQeiUfh0XgMHovH4fF4Ap6IJ+HJeAqeiqfh6XgGnoln4dl4Dp6L5+H5eAFeiBfhxXgJXoqX4eV4BV6JV+HVeA1ei9fh9XgD3og34c14C96Kt+HteAfeiXfh3XgP3ov34f34AD6ID+HD+Ag+io/h4/gEPolP4dP4DD6Lz+Hz+AK+iC/hy/gKvoqv4ev4Br6Jb+Hb+A6+i+/h+/gBfogf4cf4CX6Kn+Hn+AV+iV/h1/gNfovf4ff4A/6IP+HP+Av+ir/h7/gH/ol/4d/4D/7L5hgYY/OswqqsxuqswZqsxdqsw7psgS2yJbbMVtg2tp3tYHuwPdlebCfbm+3D9mX7sf3ZAexAdhA7mB3CDmWHscPZEexIdhQ7mh3DjmU9dhw7np3ATmSrbBc7iZ3MTmGnstPY6ewMdiY7i53NzmHnsvPY+ewCdiG7iF3MLmGXssvY5ewKdiW7il3NrmHXsuvY9ewGdiO7id08t8TDSMY9niSCpzwOxEIuCLRSPDFTGkUitqaYHmTG6kjeJtJuLhiKWKQyaOVspCPRzqGS8ZopcCRCyRcLnCkrjbSiUBALu6HTtUJBwoflQKKyoYxNOaCNLUwywloZD01JSVePK7u4la7uxne1prwwy2qtShMzI1LT4DJNFI9Flat+FnW4kkNaM61fpEs5GWRK9TZkaEetXKDEwBYw1rFYzGHiprmhpRmeyuHItnOBx8V7pE7UeMRv03GTx1yNrQxMnafBSK7TOaSp3uiFeiPOV7mFrramvJjpvjozs6TlTMeLIW+DG1vaja+2ZwSdHGeJG+nOktWVCQuzRMmAW9EoRfM8tTW+wdPQ1Po8WMuSSp/Ha5W+ECn9KNXtKx2s9UIx4OQSjb7Wa05pxYGVfhaGMtCx6fHAynVpx3tMRf1+kgpjekoP9c4ZMaHxdGTbdMQ5cRaTkqWpbKDTLDLLM4JUijg0M1OGqc4S05kKkmhmfipoyWJ2vtUJHdyM7TalhZOrNvqZVCGBdj8zMiYLIx4vlDghz9Nxt6QbmgZr/cxaHbcCroJMcavTDkGyj6dukxoloQmRSLmT1XI4H/CUIJ2CrdDDTbViqNNxKxgR7fFU8GYO++59jyhYRSFMJCElk76mo6sG7oza9JuFPcPXRdjJMR235n44CxcCHYqesdwZRKcd6MFAiA4lEp2SumBNpHUiWRSbLm2LTSnqes4lliaMDsN5ysJEkHAKyOlsCsrx4oTRzgtulyfcrJG5pG/7Fkmhc2UiXHc2CDJueXdR3A70ukh7MqL00wy5GfnVd0JueZ8byh9huDghYjPRqZ1yGW3lqYhIW3fC16XYaJSsHgqzRo5SD6WJpDENF7luL5uh80eK/LUWZUs6Ep6SLR66pFhxaMX9aOcBlDaKtDQrcrG9PCvIM04h6WsVdkpMXrC2oyD+/CYRvDiRxs5/Jwrz1O+cpFtIaCPozEv1I6GSckTGIVm3PGGUXG2kUzEZt2ResFCwW0izHIzL1a1JG4xETNGQbwWJlJ18VFMetao5YaUSnVn3zXI/Eipqw5Qno+WJwFAhsGLTbpVQ8Znsyq2ZtmLPguTHSF4UcV9vSlvo66UGCl2lyFZyvVJiU7km7Igyx3BUqqWTV6I0zFngQ6NcQqbKoYx2LXWh2J0IXBUt1axTmdAN+qJMjDRNEXGpXOC3Jmi16mFbRH0R9ngWSt3NcVGmi5FkpK1uFZgKayH2H+iIzUCkifVuWxGb0jbIYpFSXeoMeCDKPN0oSYOCPXThVxtIRRMrA8WHlYHWYSffvB43pHhCnFXtgpA32YUCD7lSIh2X83wslsQfTLcglGlsZsohb3TVEbPgirMJUiF8bdw2Q906nKw6pCRpakOth0o0h6kM/TpreaqvjTh1O2l9JLjL1lV6UhEbyZA8qznSWTpU3JjKyEaqRm+SPibDlre0F6Q66eQw34cdBaHjor4olVTdyeu3zUgp5VC8c7WcyyhjU/j5Ar2yRZKX4VlR/k3jLGhP4WrLxd1mL3C5S8YD7YLC+VPFkU4ehj0+IOO6Bek7Bxe1nDXpYV3URDVqASlJ0WNMKprOJG9EU7nffqb6DeeZ5JgxiUzuLB2qFdxK7Te/UZKFvMqX2aUW8ZQKQte3hL2ix2kXzLlGK8cuJxWTig5hoWA6yFxHupxT6ZKg7xFEITHUAvDQjISwhS4XcsUnvLc0IzGkzEDdWoM0Zc7cZglWJ2hXxaFWJN3Jusn1SNLeWFGlfjEzzYhEY+9THlVctqjH5F60ha2iqyUnqsXaO0qs2zohTxxQFhZpI+EqsuSazYRT/XcFdz4JB23C3q8pu1cSYU3Vf7mZ+GUKaoFdJfQ77jdrSv3CFoueuedzkggbxL1nNEuwWnGommh6uenKFplD4eiSQBFXTd9B2ZE09ST1n3XPdR6MG0mqwyywpkn3hdDfAmqpoF7HVuiha3nCbDgz6Voh51Njqr5naBiyJ8yU6ObRqBPnGKZmhDv/pqGS4lv01gStVj0kgRTKB1othzSZjHbOUTOKlmxa1Eql1u9SjQqqooMwNGPeaFM3iXZ1pUULo2IVJXbc9pDiUwlS5fCIq0HNl91xleoblSiT0SGMROqPrTlhiz6Lu+tRHkFLU54H0YwgFEpQIc0Frh2efcPxLW/4/t2/UfMCO08e1KB/3121Le2nJBeTXDWdJ+ftgPdpO8qivvHNf7PAWdJ2iyHXcebXC1yxtFdtKuexUT4qq4TNqGY3XK1tuwcZmL+R4woVI72dmmZKUobTmoPANdbusrC7sEZlimK8lSUhz+9atRzWii5x3YVv03uoP+YJWp3CXQSN7EtFXXqd+raYQmdpQyhq3X375Vc9EZS30pVSoMiV6G5Jm7pcilxK8re9HaWE7llDtzEurqevbqTuhkiXkWFjg8qRoRtx1zUF+U3C+cCEVTbJqvo4z7bz9Ky79Jj1xdzc/wARDj0u) format("woff"),url(/wp-includes/fonts/dashicons.ttf?99ac726223c749443b642ce33df8b800) format("truetype");font-weight:400;font-style:normal}.dashicons,.dashicons-before:before{font-family:dashicons;display:inline-block;line-height:1;font-weight:400;font-style:normal;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;font-size:20px;vertical-align:top;text-align:center;transition:color .1s ease-in}.dashicons-admin-appearance:before{content:"\f100"}.dashicons-admin-collapse:before{content:"\f148"}.dashicons-admin-comments:before{content:"\f101"}.dashicons-admin-customizer:before{content:"\f540"}.dashicons-admin-generic:before{content:"\f111"}.dashicons-admin-home:before{content:"\f102"}.dashicons-admin-links:before{content:"\f103"}.dashicons-admin-media:before{content:"\f104"}.dashicons-admin-multisite:before{content:"\f541"}.dashicons-admin-network:before{content:"\f112"}.dashicons-admin-page:before{content:"\f105"}.dashicons-admin-plugins:before{content:"\f106"}.dashicons-admin-post:before{content:"\f109"}.dashicons-admin-settings:before{content:"\f108"}.dashicons-admin-site-alt:before{content:"\f11d"}.dashicons-admin-site-alt2:before{content:"\f11e"}.dashicons-admin-site-alt3:before{content:"\f11f"}.dashicons-admin-site:before{content:"\f319"}.dashicons-admin-tools:before{content:"\f107"}.dashicons-admin-users:before{content:"\f110"}.dashicons-airplane:before{content:"\f15f"}.dashicons-album:before{content:"\f514"}.dashicons-align-center:before{content:"\f134"}.dashicons-align-full-width:before{content:"\f114"}.dashicons-align-left:before{content:"\f135"}.dashicons-align-none:before{content:"\f138"}.dashicons-align-pull-left:before{content:"\f10a"}.dashicons-align-pull-right:before{content:"\f10b"}.dashicons-align-right:before{content:"\f136"}.dashicons-align-wide:before{content:"\f11b"}.dashicons-amazon:before{content:"\f162"}.dashicons-analytics:before{content:"\f183"}.dashicons-archive:before{content:"\f480"}.dashicons-arrow-down-alt:before{content:"\f346"}.dashicons-arrow-down-alt2:before{content:"\f347"}.dashicons-arrow-down:before{content:"\f140"}.dashicons-arrow-left-alt:before{content:"\f340"}.dashicons-arrow-left-alt2:before{content:"\f341"}.dashicons-arrow-left:before{content:"\f141"}.dashicons-arrow-right-alt:before{content:"\f344"}.dashicons-arrow-right-alt2:before{content:"\f345"}.dashicons-arrow-right:before{content:"\f139"}.dashicons-arrow-up-alt:before{content:"\f342"}.dashicons-arrow-up-alt2:before{content:"\f343"}.dashicons-arrow-up-duplicate:before{content:"\f143"}.dashicons-arrow-up:before{content:"\f142"}.dashicons-art:before{content:"\f309"}.dashicons-awards:before{content:"\f313"}.dashicons-backup:before{content:"\f321"}.dashicons-bank:before{content:"\f16a"}.dashicons-beer:before{content:"\f16c"}.dashicons-bell:before{content:"\f16d"}.dashicons-block-default:before{content:"\f12b"}.dashicons-book-alt:before{content:"\f331"}.dashicons-book:before{content:"\f330"}.dashicons-buddicons-activity:before{content:"\f452"}.dashicons-buddicons-bbpress-logo:before{content:"\f477"}.dashicons-buddicons-buddypress-logo:before{content:"\f448"}.dashicons-buddicons-community:before{content:"\f453"}.dashicons-buddicons-forums:before{content:"\f449"}.dashicons-buddicons-friends:before{content:"\f454"}.dashicons-buddicons-groups:before{content:"\f456"}.dashicons-buddicons-pm:before{content:"\f457"}.dashicons-buddicons-replies:before{content:"\f451"}.dashicons-buddicons-topics:before{content:"\f450"}.dashicons-buddicons-tracking:before{content:"\f455"}.dashicons-building:before{content:"\f512"}.dashicons-businessman:before{content:"\f338"}.dashicons-businessperson:before{content:"\f12e"}.dashicons-businesswoman:before{content:"\f12f"}.dashicons-button:before{content:"\f11a"}.dashicons-calculator:before{content:"\f16e"}.dashicons-calendar-alt:before{content:"\f508"}.dashicons-calendar:before{content:"\f145"}.dashicons-camera-alt:before{content:"\f129"}.dashicons-camera:before{content:"\f306"}.dashicons-car:before{content:"\f16b"}.dashicons-carrot:before{content:"\f511"}.dashicons-cart:before{content:"\f174"}.dashicons-category:before{content:"\f318"}.dashicons-chart-area:before{content:"\f239"}.dashicons-chart-bar:before{content:"\f185"}.dashicons-chart-line:before{content:"\f238"}.dashicons-chart-pie:before{content:"\f184"}.dashicons-clipboard:before{content:"\f481"}.dashicons-clock:before{content:"\f469"}.dashicons-cloud-saved:before{content:"\f137"}.dashicons-cloud-upload:before{content:"\f13b"}.dashicons-cloud:before{content:"\f176"}.dashicons-code-standards:before{content:"\f13a"}.dashicons-coffee:before{content:"\f16f"}.dashicons-color-picker:before{content:"\f131"}.dashicons-columns:before{content:"\f13c"}.dashicons-controls-back:before{content:"\f518"}.dashicons-controls-forward:before{content:"\f519"}.dashicons-controls-pause:before{content:"\f523"}.dashicons-controls-play:before{content:"\f522"}.dashicons-controls-repeat:before{content:"\f515"}.dashicons-controls-skipback:before{content:"\f516"}.dashicons-controls-skipforward:before{content:"\f517"}.dashicons-controls-volumeoff:before{content:"\f520"}.dashicons-controls-volumeon:before{content:"\f521"}.dashicons-cover-image:before{content:"\f13d"}.dashicons-dashboard:before{content:"\f226"}.dashicons-database-add:before{content:"\f170"}.dashicons-database-export:before{content:"\f17a"}.dashicons-database-import:before{content:"\f17b"}.dashicons-database-remove:before{content:"\f17c"}.dashicons-database-view:before{content:"\f17d"}.dashicons-database:before{content:"\f17e"}.dashicons-desktop:before{content:"\f472"}.dashicons-dismiss:before{content:"\f153"}.dashicons-download:before{content:"\f316"}.dashicons-drumstick:before{content:"\f17f"}.dashicons-edit-large:before{content:"\f327"}.dashicons-edit-page:before{content:"\f186"}.dashicons-edit:before{content:"\f464"}.dashicons-editor-aligncenter:before{content:"\f207"}.dashicons-editor-alignleft:before{content:"\f206"}.dashicons-editor-alignright:before{content:"\f208"}.dashicons-editor-bold:before{content:"\f200"}.dashicons-editor-break:before{content:"\f474"}.dashicons-editor-code-duplicate:before{content:"\f494"}.dashicons-editor-code:before{content:"\f475"}.dashicons-editor-contract:before{content:"\f506"}.dashicons-editor-customchar:before{content:"\f220"}.dashicons-editor-expand:before{content:"\f211"}.dashicons-editor-help:before{content:"\f223"}.dashicons-editor-indent:before{content:"\f222"}.dashicons-editor-insertmore:before{content:"\f209"}.dashicons-editor-italic:before{content:"\f201"}.dashicons-editor-justify:before{content:"\f214"}.dashicons-editor-kitchensink:before{content:"\f212"}.dashicons-editor-ltr:before{content:"\f10c"}.dashicons-editor-ol-rtl:before{content:"\f12c"}.dashicons-editor-ol:before{content:"\f204"}.dashicons-editor-outdent:before{content:"\f221"}.dashicons-editor-paragraph:before{content:"\f476"}.dashicons-editor-paste-text:before{content:"\f217"}.dashicons-editor-paste-word:before{content:"\f216"}.dashicons-editor-quote:before{content:"\f205"}.dashicons-editor-removeformatting:before{content:"\f218"}.dashicons-editor-rtl:before{content:"\f320"}.dashicons-editor-spellcheck:before{content:"\f210"}.dashicons-editor-strikethrough:before{content:"\f224"}.dashicons-editor-table:before{content:"\f535"}.dashicons-editor-textcolor:before{content:"\f215"}.dashicons-editor-ul:before{content:"\f203"}.dashicons-editor-underline:before{content:"\f213"}.dashicons-editor-unlink:before{content:"\f225"}.dashicons-editor-video:before{content:"\f219"}.dashicons-ellipsis:before{content:"\f11c"}.dashicons-email-alt:before{content:"\f466"}.dashicons-email-alt2:before{content:"\f467"}.dashicons-email:before{content:"\f465"}.dashicons-embed-audio:before{content:"\f13e"}.dashicons-embed-generic:before{content:"\f13f"}.dashicons-embed-photo:before{content:"\f144"}.dashicons-embed-post:before{content:"\f146"}.dashicons-embed-video:before{content:"\f149"}.dashicons-excerpt-view:before{content:"\f164"}.dashicons-exit:before{content:"\f14a"}.dashicons-external:before{content:"\f504"}.dashicons-facebook-alt:before{content:"\f305"}.dashicons-facebook:before{content:"\f304"}.dashicons-feedback:before{content:"\f175"}.dashicons-filter:before{content:"\f536"}.dashicons-flag:before{content:"\f227"}.dashicons-food:before{content:"\f187"}.dashicons-format-aside:before{content:"\f123"}.dashicons-format-audio:before{content:"\f127"}.dashicons-format-chat:before{content:"\f125"}.dashicons-format-gallery:before{content:"\f161"}.dashicons-format-image:before{content:"\f128"}.dashicons-format-quote:before{content:"\f122"}.dashicons-format-status:before{content:"\f130"}.dashicons-format-video:before{content:"\f126"}.dashicons-forms:before{content:"\f314"}.dashicons-fullscreen-alt:before{content:"\f188"}.dashicons-fullscreen-exit-alt:before{content:"\f189"}.dashicons-games:before{content:"\f18a"}.dashicons-google:before{content:"\f18b"}.dashicons-googleplus:before{content:"\f462"}.dashicons-grid-view:before{content:"\f509"}.dashicons-groups:before{content:"\f307"}.dashicons-hammer:before{content:"\f308"}.dashicons-heading:before{content:"\f10e"}.dashicons-heart:before{content:"\f487"}.dashicons-hidden:before{content:"\f530"}.dashicons-hourglass:before{content:"\f18c"}.dashicons-html:before{content:"\f14b"}.dashicons-id-alt:before{content:"\f337"}.dashicons-id:before{content:"\f336"}.dashicons-image-crop:before{content:"\f165"}.dashicons-image-filter:before{content:"\f533"}.dashicons-image-flip-horizontal:before{content:"\f169"}.dashicons-image-flip-vertical:before{content:"\f168"}.dashicons-image-rotate-left:before{content:"\f166"}.dashicons-image-rotate-right:before{content:"\f167"}.dashicons-image-rotate:before{content:"\f531"}.dashicons-images-alt:before{content:"\f232"}.dashicons-images-alt2:before{content:"\f233"}.dashicons-index-card:before{content:"\f510"}.dashicons-info-outline:before{content:"\f14c"}.dashicons-info:before{content:"\f348"}.dashicons-insert-after:before{content:"\f14d"}.dashicons-insert-before:before{content:"\f14e"}.dashicons-insert:before{content:"\f10f"}.dashicons-instagram:before{content:"\f12d"}.dashicons-laptop:before{content:"\f547"}.dashicons-layout:before{content:"\f538"}.dashicons-leftright:before{content:"\f229"}.dashicons-lightbulb:before{content:"\f339"}.dashicons-linkedin:before{content:"\f18d"}.dashicons-list-view:before{content:"\f163"}.dashicons-location-alt:before{content:"\f231"}.dashicons-location:before{content:"\f230"}.dashicons-lock-duplicate:before{content:"\f315"}.dashicons-lock:before{content:"\f160"}.dashicons-marker:before{content:"\f159"}.dashicons-media-archive:before{content:"\f501"}.dashicons-media-audio:before{content:"\f500"}.dashicons-media-code:before{content:"\f499"}.dashicons-media-default:before{content:"\f498"}.dashicons-media-document:before{content:"\f497"}.dashicons-media-interactive:before{content:"\f496"}.dashicons-media-spreadsheet:before{content:"\f495"}.dashicons-media-text:before{content:"\f491"}.dashicons-media-video:before{content:"\f490"}.dashicons-megaphone:before{content:"\f488"}.dashicons-menu-alt:before{content:"\f228"}.dashicons-menu-alt2:before{content:"\f329"}.dashicons-menu-alt3:before{content:"\f349"}.dashicons-menu:before{content:"\f333"}.dashicons-microphone:before{content:"\f482"}.dashicons-migrate:before{content:"\f310"}.dashicons-minus:before{content:"\f460"}.dashicons-money-alt:before{content:"\f18e"}.dashicons-money:before{content:"\f526"}.dashicons-move:before{content:"\f545"}.dashicons-nametag:before{content:"\f484"}.dashicons-networking:before{content:"\f325"}.dashicons-no-alt:before{content:"\f335"}.dashicons-no:before{content:"\f158"}.dashicons-open-folder:before{content:"\f18f"}.dashicons-palmtree:before{content:"\f527"}.dashicons-paperclip:before{content:"\f546"}.dashicons-pdf:before{content:"\f190"}.dashicons-performance:before{content:"\f311"}.dashicons-pets:before{content:"\f191"}.dashicons-phone:before{content:"\f525"}.dashicons-pinterest:before{content:"\f192"}.dashicons-playlist-audio:before{content:"\f492"}.dashicons-playlist-video:before{content:"\f493"}.dashicons-plugins-checked:before{content:"\f485"}.dashicons-plus-alt:before{content:"\f502"}.dashicons-plus-alt2:before{content:"\f543"}.dashicons-plus:before{content:"\f132"}.dashicons-podio:before{content:"\f19c"}.dashicons-portfolio:before{content:"\f322"}.dashicons-post-status:before{content:"\f173"}.dashicons-pressthis:before{content:"\f157"}.dashicons-printer:before{content:"\f193"}.dashicons-privacy:before{content:"\f194"}.dashicons-products:before{content:"\f312"}.dashicons-randomize:before{content:"\f503"}.dashicons-reddit:before{content:"\f195"}.dashicons-redo:before{content:"\f172"}.dashicons-remove:before{content:"\f14f"}.dashicons-rest-api:before{content:"\f124"}.dashicons-rss:before{content:"\f303"}.dashicons-saved:before{content:"\f15e"}.dashicons-schedule:before{content:"\f489"}.dashicons-screenoptions:before{content:"\f180"}.dashicons-search:before{content:"\f179"}.dashicons-share-alt:before{content:"\f240"}.dashicons-share-alt2:before{content:"\f242"}.dashicons-share:before{content:"\f237"}.dashicons-shield-alt:before{content:"\f334"}.dashicons-shield:before{content:"\f332"}.dashicons-shortcode:before{content:"\f150"}.dashicons-slides:before{content:"\f181"}.dashicons-smartphone:before{content:"\f470"}.dashicons-smiley:before{content:"\f328"}.dashicons-sort:before{content:"\f156"}.dashicons-sos:before{content:"\f468"}.dashicons-spotify:before{content:"\f196"}.dashicons-star-empty:before{content:"\f154"}.dashicons-star-filled:before{content:"\f155"}.dashicons-star-half:before{content:"\f459"}.dashicons-sticky:before{content:"\f537"}.dashicons-store:before{content:"\f513"}.dashicons-superhero-alt:before{content:"\f197"}.dashicons-superhero:before{content:"\f198"}.dashicons-table-col-after:before{content:"\f151"}.dashicons-table-col-before:before{content:"\f152"}.dashicons-table-col-delete:before{content:"\f15a"}.dashicons-table-row-after:before{content:"\f15b"}.dashicons-table-row-before:before{content:"\f15c"}.dashicons-table-row-delete:before{content:"\f15d"}.dashicons-tablet:before{content:"\f471"}.dashicons-tag:before{content:"\f323"}.dashicons-tagcloud:before{content:"\f479"}.dashicons-testimonial:before{content:"\f473"}.dashicons-text-page:before{content:"\f121"}.dashicons-text:before{content:"\f478"}.dashicons-thumbs-down:before{content:"\f542"}.dashicons-thumbs-up:before{content:"\f529"}.dashicons-tickets-alt:before{content:"\f524"}.dashicons-tickets:before{content:"\f486"}.dashicons-tide:before{content:"\f10d"}.dashicons-translation:before{content:"\f326"}.dashicons-trash:before{content:"\f182"}.dashicons-twitch:before{content:"\f199"}.dashicons-twitter-alt:before{content:"\f302"}.dashicons-twitter:before{content:"\f301"}.dashicons-undo:before{content:"\f171"}.dashicons-universal-access-alt:before{content:"\f507"}.dashicons-universal-access:before{content:"\f483"}.dashicons-unlock:before{content:"\f528"}.dashicons-update-alt:before{content:"\f113"}.dashicons-update:before{content:"\f463"}.dashicons-upload:before{content:"\f317"}.dashicons-vault:before{content:"\f178"}.dashicons-video-alt:before{content:"\f234"}.dashicons-video-alt2:before{content:"\f235"}.dashicons-video-alt3:before{content:"\f236"}.dashicons-visibility:before{content:"\f177"}.dashicons-warning:before{content:"\f534"}.dashicons-welcome-add-page:before{content:"\f133"}.dashicons-welcome-comments:before{content:"\f117"}.dashicons-welcome-learn-more:before{content:"\f118"}.dashicons-welcome-view-site:before{content:"\f115"}.dashicons-welcome-widgets-menus:before{content:"\f116"}.dashicons-welcome-write-blog:before{content:"\f119"}.dashicons-whatsapp:before{content:"\f19a"}.dashicons-wordpress-alt:before{content:"\f324"}.dashicons-wordpress:before{content:"\f120"}.dashicons-xing:before{content:"\f19d"}.dashicons-yes-alt:before{content:"\f12a"}.dashicons-yes:before{content:"\f147"}.dashicons-youtube:before{content:"\f19b"}.dashicons-editor-distractionfree:before{content:"\f211"}.dashicons-exerpt-view:before{content:"\f164"}.dashicons-format-links:before{content:"\f103"}.dashicons-format-standard:before{content:"\f109"}.dashicons-post-trash:before{content:"\f182"}.dashicons-share1:before{content:"\f237"}.dashicons-welcome-edit-page:before{content:"\f119"}.entry-content ul li.zoom-social-icons-list,.zoom-social-icons-list{list-style-type:none!important}.zoom-social_icons-list__item{margin:0 0 10px}.zoom-social_icons-list__label{margin-left:4px}.zoom-social-icons-list--no-labels .zoom-social_icons-list__item{display:inline-block;margin:4px;border:none}.zoom-social-icons-list .socicon,.zoom-social-icons-list .dashicons,.zoom-social-icons-list .genericon,.zoom-social-icons-list .academicons,.zoom-social-icons-list .fa{padding:8px;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;-moz-transition:opacity .2s;-webkit-transition:opacity .2s;transition:opacity .2s;top:0;vertical-align:middle;width:1em;height:1em;line-height:1em;font-size:1.2em}.zoom-social-icons-list--with-canvas .socicon,.zoom-social-icons-list--with-canvas .dashicons,.zoom-social-icons-list--with-canvas .genericon,.zoom-social-icons-list--with-canvas .academicons,.zoom-social-icons-list--with-canvas .fa{color:#fff}.zoom-social-icons-list--without-canvas .socicon,.zoom-social-icons-list--without-canvas .dashicons,.zoom-social-icons-list--without-canvas .genericon,.zoom-social-icons-list--without-canvas .academicons,.zoom-social-icons-list--without-canvas .fa{background:none}.widget .zoom-social-icons-list--without-canvas{margin-left:-8px;margin-top:-4px}.widget .zoom-social-icons-list--no-labels.zoom-social-icons-list--without-canvas{margin-left:-14px;margin-top:-8px}.zoom-social-icons-list--rounded .socicon,.zoom-social-icons-list--rounded .genericon,.zoom-social-icons-list--rounded .academicons,.zoom-social-icons-list--rounded .dashicons,.zoom-social-icons-list--rounded .fa{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;text-align:center;text-decoration:none}.zoom-social_icons-list__link{text-align:center;text-decoration:none!important;transition:all 0.2s ease}.zoom-social_icons-list__link:hover{opacity:.9;border:none;text-decoration:none;box-shadow:none!important}.zoom-social-icons-list--round .socicon,.zoom-social-icons-list--round .genericon,.zoom-social-icons-list--round .academicons,.zoom-social-icons-list--round .dashicons,.zoom-social-icons-list--round .fa{-moz-border-radius:100px;-webkit-border-radius:100px;border-radius:100px}.zoom-social-icons-list{margin:0;padding:0}.elementor-widget-wp-widget-zoom-social-icons-widget .zoom-social-icons-list--align-left,.zoom-social-icons-shortcode .zoom-social-icons-list--align-left,.zoom-social-icons-widget .zoom-social-icons-list--align-left{text-align:left}.elementor-widget-wp-widget-zoom-social-icons-widget .zoom-social-icons-list--align-right,.zoom-social-icons-shortcode .zoom-social-icons-list--align-right,.zoom-social-icons-widget .zoom-social-icons-list--align-right{text-align:right}.elementor-widget-wp-widget-zoom-social-icons-widget .zoom-social-icons-list--align-center,.zoom-social-icons-shortcode .zoom-social-icons-list--align-center,.zoom-social-icons-widget .zoom-social-icons-list--align-center{text-align:center}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute ! important;width:1px;word-wrap:normal ! important}.mejs-offscreen{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal}.mejs-container{background:#000;font-family:Helvetica,Arial,serif;position:relative;text-align:left;text-indent:0;vertical-align:top}.mejs-container,.mejs-container *{box-sizing:border-box}.mejs-container video::-webkit-media-controls,.mejs-container video::-webkit-media-controls-panel,.mejs-container video::-webkit-media-controls-panel-container,.mejs-container video::-webkit-media-controls-start-playback-button{-webkit-appearance:none;display:none!important}.mejs-fill-container,.mejs-fill-container .mejs-container{height:100%;width:100%}.mejs-fill-container{background:#fff0;margin:0 auto;overflow:hidden;position:relative}.mejs-container:focus{outline:none}.mejs-iframe-overlay{height:100%;position:absolute;width:100%}.mejs-embed,.mejs-embed body{background:#000;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.mejs-fullscreen{overflow:hidden!important}.mejs-container-fullscreen{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:1000}.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video{height:100%!important;width:100%!important}.mejs-background,.mejs-mediaelement{left:0;position:absolute;top:0}.mejs-mediaelement{height:100%;width:100%;z-index:0}.mejs-poster{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;left:0;position:absolute;top:0;z-index:1}:root .mejs-poster-img{display:none}.mejs-poster-img{border:0;padding:0}.mejs-overlay{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;left:0;position:absolute;top:0}.mejs-layer{z-index:1}.mejs-overlay-play{cursor:pointer}.mejs-overlay-button{background:url(/wp-includes/js/mediaelement/mejs-controls.svg) no-repeat;background-position:0 -39px;height:80px;width:80px}.mejs-overlay:hover>.mejs-overlay-button{background-position:-80px -39px}.mejs-overlay-loading{height:80px;width:80px}.mejs-overlay-loading-bg-img{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite;background:#fff0 url(/wp-includes/js/mediaelement/mejs-controls.svg) -160px -40px no-repeat;display:block;height:80px;width:80px;z-index:1}@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.mejs-controls{bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:40px;left:0;list-style-type:none;margin:0;padding:0 10px;position:absolute;width:100%;z-index:3}.mejs-controls:not([style*="display: none"]){background:rgb(255 0 0 / .7);background:-webkit-linear-gradient(transparent,rgb(0 0 0 / .35));background:linear-gradient(transparent,rgb(0 0 0 / .35))}.mejs-button,.mejs-time,.mejs-time-rail{font-size:10px;height:40px;line-height:10px;margin:0;width:32px}.mejs-button>button{background:#fff0 url(/wp-includes/js/mediaelement/mejs-controls.svg);border:0;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;margin:10px 6px;overflow:hidden;padding:0;position:absolute;text-decoration:none;width:20px}.mejs-button>button:focus{outline:1px dotted #999}.mejs-container-keyboard-inactive [role=slider],.mejs-container-keyboard-inactive [role=slider]:focus,.mejs-container-keyboard-inactive a,.mejs-container-keyboard-inactive a:focus,.mejs-container-keyboard-inactive button,.mejs-container-keyboard-inactive button:focus{outline:0}.mejs-time{box-sizing:content-box;color:#fff;font-size:11px;font-weight:700;height:24px;overflow:hidden;padding:16px 6px 0;text-align:center;width:auto}.mejs-play>button{background-position:0 0}.mejs-pause>button{background-position:-20px 0}.mejs-replay>button{background-position:-160px 0}.mejs-time-rail{direction:ltr;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;height:40px;margin:0 10px;padding-top:10px;position:relative}.mejs-time-buffering,.mejs-time-current,.mejs-time-float,.mejs-time-float-corner,.mejs-time-float-current,.mejs-time-hovered,.mejs-time-loaded,.mejs-time-marker,.mejs-time-total{border-radius:2px;cursor:pointer;display:block;height:10px;position:absolute}.mejs-time-total{background:hsl(0 0% 100% / .3);margin:5px 0 0;width:100%}.mejs-time-buffering{-webkit-animation:b 2s linear infinite;animation:b 2s linear infinite;background:-webkit-linear-gradient(135deg,hsl(0 0% 100% / .4) 25%,transparent 0,transparent 50%,hsl(0 0% 100% / .4) 0,hsl(0 0% 100% / .4) 75%,transparent 0,transparent);background:linear-gradient(-45deg,hsl(0 0% 100% / .4) 25%,transparent 0,transparent 50%,hsl(0 0% 100% / .4) 0,hsl(0 0% 100% / .4) 75%,transparent 0,transparent);background-size:15px 15px;width:100%}@-webkit-keyframes b{0%{background-position:0 0}to{background-position:30px 0}}@keyframes b{0%{background-position:0 0}to{background-position:30px 0}}.mejs-time-loaded{background:hsl(0 0% 100% / .3)}.mejs-time-current,.mejs-time-handle-content{background:hsl(0 0% 100% / .9)}.mejs-time-hovered{background:hsl(0 0% 100% / .5);z-index:10}.mejs-time-hovered.negative{background:rgb(0 0 0 / .2)}.mejs-time-buffering,.mejs-time-current,.mejs-time-hovered,.mejs-time-loaded{left:0;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transition:all .15s ease-in;transition:all .15s ease-in;width:100%}.mejs-time-buffering{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.mejs-time-hovered{-webkit-transition:height .1s cubic-bezier(.44,0,1,1);transition:height .1s cubic-bezier(.44,0,1,1)}.mejs-time-hovered.no-hover{-webkit-transform:scaleX(0)!important;-ms-transform:scaleX(0)!important;transform:scaleX(0)!important}.mejs-time-handle,.mejs-time-handle-content{border:4px solid #fff0;cursor:pointer;left:0;position:absolute;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);z-index:11}.mejs-time-handle-content{border:4px solid hsl(0 0% 100% / .9);border-radius:50%;height:10px;left:-7px;top:-4px;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);width:10px}.mejs-time-rail .mejs-time-handle-content:active,.mejs-time-rail .mejs-time-handle-content:focus,.mejs-time-rail:hover .mejs-time-handle-content{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.mejs-time-float{background:#eee;border:1px solid #333;bottom:100%;color:#111;display:none;height:17px;margin-bottom:9px;position:absolute;text-align:center;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:36px}.mejs-time-float-current{display:block;left:0;margin:2px;text-align:center;width:30px}.mejs-time-float-corner{border:5px solid #eee;border-color:#eee #fff0 #fff0;border-radius:0;display:block;height:0;left:50%;line-height:0;position:absolute;top:100%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:0}.mejs-long-video .mejs-time-float{margin-left:-23px;width:64px}.mejs-long-video .mejs-time-float-current{width:60px}.mejs-broadcast{color:#fff;height:10px;position:absolute;top:15px;width:100%}.mejs-fullscreen-button>button{background-position:-80px 0}.mejs-unfullscreen>button{background-position:-100px 0}.mejs-mute>button{background-position:-60px 0}.mejs-unmute>button{background-position:-40px 0}.mejs-volume-button{position:relative}.mejs-volume-button>.mejs-volume-slider{-webkit-backface-visibility:hidden;background:rgb(50 50 50 / .7);border-radius:0;bottom:100%;display:none;height:115px;left:50%;margin:0;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:25px;z-index:1}.mejs-volume-button:hover{border-radius:0 0 4px 4px}.mejs-volume-total{background:hsl(0 0% 100% / .5);height:100px;left:50%;margin:0;position:absolute;top:8px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:2px}.mejs-volume-current{left:0;margin:0;width:100%}.mejs-volume-current,.mejs-volume-handle{background:hsl(0 0% 100% / .9);position:absolute}.mejs-volume-handle{border-radius:1px;cursor:ns-resize;height:6px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:16px}.mejs-horizontal-volume-slider{display:block;height:36px;position:relative;vertical-align:middle;width:56px}.mejs-horizontal-volume-total{background:rgb(50 50 50 / .8);height:8px;top:16px;width:50px}.mejs-horizontal-volume-current,.mejs-horizontal-volume-total{border-radius:2px;font-size:1px;left:0;margin:0;padding:0;position:absolute}.mejs-horizontal-volume-current{background:hsl(0 0% 100% / .8);height:100%;top:0;width:100%}.mejs-horizontal-volume-handle{display:none}.mejs-captions-button,.mejs-chapters-button{position:relative}.mejs-captions-button>button{background-position:-140px 0}.mejs-chapters-button>button{background-position:-180px 0}.mejs-captions-button>.mejs-captions-selector,.mejs-chapters-button>.mejs-chapters-selector{background:rgb(50 50 50 / .7);border:1px solid #fff0;border-radius:0;bottom:100%;margin-right:-43px;overflow:hidden;padding:0;position:absolute;right:50%;visibility:visible;width:86px}.mejs-chapters-button>.mejs-chapters-selector{margin-right:-55px;width:110px}.mejs-captions-selector-list,.mejs-chapters-selector-list{list-style-type:none!important;margin:0;overflow:hidden;padding:0}.mejs-captions-selector-list-item,.mejs-chapters-selector-list-item{color:#fff;cursor:pointer;display:block;list-style-type:none!important;margin:0 0 6px;overflow:hidden;padding:0}.mejs-captions-selector-list-item:hover,.mejs-chapters-selector-list-item:hover{background-color:#c8c8c8!important;background-color:hsl(0 0% 100% / .4)!important}.mejs-captions-selector-input,.mejs-chapters-selector-input{clear:both;float:left;left:-1000px;margin:3px 3px 0 5px;position:absolute}.mejs-captions-selector-label,.mejs-chapters-selector-label{cursor:pointer;float:left;font-size:10px;line-height:15px;padding:4px 10px 0;width:100%}.mejs-captions-selected,.mejs-chapters-selected{color:#21f8f8}.mejs-captions-translations{font-size:10px;margin:0 0 5px}.mejs-captions-layer{bottom:0;color:#fff;font-size:16px;left:0;line-height:20px;position:absolute;text-align:center}.mejs-captions-layer a{color:#fff;text-decoration:underline}.mejs-captions-layer[lang=ar]{font-size:20px;font-weight:400}.mejs-captions-position{bottom:15px;left:0;position:absolute;width:100%}.mejs-captions-position-hover{bottom:35px}.mejs-captions-text,.mejs-captions-text *{background:hsl(0 0% 8% / .5);box-shadow:5px 0 0 hsl(0 0% 8% / .5),-5px 0 0 hsl(0 0% 8% / .5);padding:0;white-space:pre-wrap}.mejs-container.mejs-hide-cues video::-webkit-media-text-track-container{display:none}.mejs-overlay-error{position:relative}.mejs-overlay-error>img{left:0;max-width:100%;position:absolute;top:0;z-index:-1}.mejs-cannotplay,.mejs-cannotplay a{color:#fff;font-size:.8em}.mejs-cannotplay{position:relative}.mejs-cannotplay a,.mejs-cannotplay p{display:inline-block;padding:0 15px;width:100%}.mejs-container{clear:both;max-width:100%}.mejs-container *{font-family:Helvetica,Arial}.mejs-container,.mejs-container .mejs-controls,.mejs-embed,.mejs-embed body{background:#222}.mejs-time{font-weight:400;word-wrap:normal}.mejs-controls a.mejs-horizontal-volume-slider{display:table}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#fff}.mejs-controls .mejs-time-rail .mejs-time-current{background:#0073aa}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail .mejs-time-total{background:rgb(255 255 255 / .33)}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail span{border-radius:0}.mejs-overlay-loading{background:0 0}.mejs-controls button:hover{border:none;-webkit-box-shadow:none;box-shadow:none}.me-cannotplay{width:auto!important}.media-embed-details .wp-audio-shortcode{display:inline-block;max-width:400px}.audio-details .embed-media-settings{overflow:visible}.media-embed-details .embed-media-settings .setting span:not(.button-group){max-width:400px;width:auto}.media-embed-details .embed-media-settings .checkbox-setting span{display:inline-block}.media-embed-details .embed-media-settings{padding-top:0;top:28px}.media-embed-details .instructions{padding:16px 0;max-width:600px}.media-embed-details .setting .remove-setting,.media-embed-details .setting p{color:#a00;font-size:10px;text-transform:uppercase}.media-embed-details .setting .remove-setting{padding:5px 0}.media-embed-details .setting a:hover{color:#dc3232}.media-embed-details .embed-media-settings .checkbox-setting{float:none;margin:0 0 10px}.wp-video{max-width:100%;height:auto}.wp_attachment_holder .wp-audio-shortcode,.wp_attachment_holder .wp-video{margin-top:18px}.wp-video-shortcode video,video.wp-video-shortcode{max-width:100%;display:inline-block}.video-details .wp-video-holder{width:100%;max-width:640px}.wp-playlist{border:1px solid #ccc;padding:10px;margin:12px 0 18px;font-size:14px;line-height:1.5}.wp-admin .wp-playlist{margin:0 0 18px}.wp-playlist video{display:inline-block;max-width:100%}.wp-playlist audio{display:none;max-width:100%;width:400px}.wp-playlist .mejs-container{margin:0;max-width:100%}.wp-playlist .mejs-controls .mejs-button button{outline:0}.wp-playlist-light{background:#fff;color:#000}.wp-playlist-dark{color:#fff;background:#000}.wp-playlist-caption{display:block;max-width:88%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:1.5}.wp-playlist-item .wp-playlist-caption{text-decoration:none;color:#000;max-width:-webkit-calc(100% - 40px);max-width:calc(100% - 40px)}.wp-playlist-item-meta{display:block;font-size:14px;line-height:1.5}.wp-playlist-item-title{font-size:14px;line-height:1.5}.wp-playlist-item-album{font-style:italic;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-playlist-item-artist{font-size:12px;text-transform:uppercase}.wp-playlist-item-length{position:absolute;right:3px;top:0;font-size:14px;line-height:1.5}.rtl .wp-playlist-item-length{left:3px;right:auto}.wp-playlist-tracks{margin-top:10px}.wp-playlist-item{position:relative;cursor:pointer;padding:0 3px;border-bottom:1px solid #ccc}.wp-playlist-item:last-child{border-bottom:0}.wp-playlist-light .wp-playlist-caption{color:#333}.wp-playlist-dark .wp-playlist-caption{color:#ddd}.wp-playlist-playing{font-weight:700;background:#f7f7f7}.wp-playlist-light .wp-playlist-playing{background:#fff;color:#000}.wp-playlist-dark .wp-playlist-playing{background:#000;color:#fff}.wp-playlist-current-item{overflow:hidden;margin-bottom:10px;height:60px}.wp-playlist .wp-playlist-current-item img{float:left;max-width:60px;height:auto;margin-right:10px;padding:0;border:0}.rtl .wp-playlist .wp-playlist-current-item img{float:right;margin-left:10px;margin-right:0}.wp-playlist-current-item .wp-playlist-item-artist,.wp-playlist-current-item .wp-playlist-item-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-audio-playlist .me-cannotplay span{padding:5px 15px}ul.wpv_pagination_dots{margin:0;list-style:none outside none}ul.wpv_pagination_dots li.wpv_pagination_dots_item{float:left;margin-right:5px;list-style-position:outside;list-style-type:none}.wpv_pagination_dots li.wpv_page_current a{background-position:0 -16px}.wpv_pagination_dots li a{background-image:url(/wp-content/plugins/wp-views/embedded/res/img/pagination_dots.png);display:block;float:left;height:0;overflow:hidden;padding-top:16px;width:16px}.wpv-filter-next-link,.wpv-filter-previous-link,.wpv-filter-first-link,.wpv-filter-last-link,.wpv-filter-pagination-link{z-index:10;display:inline-block}.wpv-pagination:before,.wpv-pagination:after{content:" ";display:table}.wpv-pagination:after{clear:both}[class*="wpv-page-selector"]{margin-left:7px}.pagination-dots{display:block;list-style:none;text-align:center;margin:0}.pagination-dots>li{display:inline-block}.pagination-dots>li>a.page-link{display:block;text-indent:-1000em;width:14px;height:14px;border-radius:15px!important;overflow:hidden;margin:.1em;text-decoration:none;box-shadow:none;padding:0;cursor:pointer;text-align:center}.pagination-dots a{border:1px solid rgb(0 0 0 / .15)}.pagination-dots a:hover,.pagination-dots .active-dot a{background-color:currentColor}.pagination-dots .active-dot a{border-color:currentColor}.wpv-sorting-indicator{position:absolute;display:none;width:7px;height:4px;margin-top:8px;margin-left:7px;background-image:url(/wp-content/plugins/wp-views/embedded/res/img/sort.gif);background-repeat:no-repeat}a.wpv-header-no-sort:hover .wpv-sorting-indicator,a.wpv-header-asc .wpv-sorting-indicator,a.wpv-header-desc:hover .wpv-sorting-indicator{display:inline;background-position:0 0}a.wpv-header-desc .wpv-sorting-indicator,a.wpv-header-asc:hover .wpv-sorting-indicator{display:inline;background-position:-7px 0}select.wpv-sort-control-select{display:inline;width:auto}label.wpv-sort-control-radio-label{margin-right:10px}input.wpv-sort-control-radio{margin-right:2px}.wpv-sort-list-dropdown{display:inline-block;position:relative;max-width:100%;vertical-align:top;margin:0 0 1px 0}.wpv-sort-list-dropdown>span.wpv-sort-list{display:block;position:absolute;top:0;right:0;bottom:0;left:0;border-top:solid 1px #cdcdcd;padding:0;margin:0!important}.wpv-sort-list-dropdown .wpv-sort-list-item{display:none;position:relative;float:left;border:1px solid #cdcdcd;border-width:0 1px 1px 1px;padding:0;margin:0;z-index:2}.wpv-sort-list-dropdown .wpv-sort-list-item.wpv-sort-list-current{display:block;z-index:1}.wpv-sort-list-dropdown .wpv-sort-list-item a{display:block;text-decoration:none;color:#444;background-color:#fff;padding:5px 10px;padding-right:40px;line-height:1;box-shadow:none}.wpv-sort-list-dropdown .wpv-sort-list-item.wpv-sort-list-current a{cursor:default;color:#000;background-color:#eee}.wpv-sort-list-dropdown a span{vertical-align:middle}.rtl .wpv-sort-list-dropdown .wpv-sort-list-item a{padding-right:10px;padding-left:40px}.wpv-sort-list-dropdown .wpv-sort-list-item a:after{content:'';vertical-align:middle;display:inline-block;border:5px solid #fff0;border-top:5px solid;position:absolute;right:10px;top:calc(50% - .175em)}.rtl .wpv-sort-list-dropdown .wpv-sort-list-item a:after{right:auto;left:10px}.wpv-sort-list-dropdown>span.wpv-sort-list:hover .wpv-sort-list-item a:after{border:none}.wpv-sort-list-dropdown a:hover,.wpv-sort-list-dropdown a:focus{color:#000;background:#eee}div.ui-datepicker{font-size:12px}.ui-datepicker-trigger,.wpv_date_input,.wpv-date-front-end-clear{cursor:pointer}.wpv-profile-picture-shape-circle{border-radius:50%!important}.wpv-profile-picture-shape-square{border-radius:0%!important}.vc_parallax-inner iframe,.vc_video-bg iframe{max-width:1000%}.vc_clearfix:after,.vc_column-inner::after,.vc_el-clearfix,.vc_row:after{clear:both}.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.modal-footer:before,.modal-footer:after,.vc_row:before,.vc_row:after{content:" ";display:table}.container:after,.container-fluid:after,.row:after,.vc_row:after{clear:both}.vc-composer-icon,[class*=" vc_arrow-icon-"],[class^=vc_arrow-icon-]{speak:none;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.vc_row:after,.vc_row:before{content:" ";display:table}@media (max-width:690px){.vc_hidden-xs{display:none!important}.vc_el-clearfix-xs{clear:both}}@media (min-width:691px) and (max-width:999px){.vc_hidden-sm{display:none!important}.vc_el-clearfix-sm{clear:both}}@media (min-width:1000px) and (max-width:1299px){.vc_hidden-md{display:none!important}.vc_el-clearfix-md{clear:both}}@media (min-width:1300px){.vc_hidden-lg{display:none!important}}.vc_row-fluid::before,.vc_row-fluid::after{content:"";display:table}.vc_row-fluid::after{clear:both}.vc_pull-right{float:right!important}.vc_pull-left{float:left!important}.vc_clearfix:before,.vc_clearfix:after{content:" ";display:table}.vc_clearfix:after{clear:both}.vc_clearfix:before,.vc_clearfix:after{content:" ";display:table}.vc_clearfix:after{clear:both}.vc_el-clearfix{clear:both}.vc_col-lg-1\/5,.vc_col-lg-2\/5,.vc_col-lg-3\/5,.vc_col-lg-4\/5,.vc_col-lg-5\/5,.vc_col-md-1\/5,.vc_col-md-2\/5,.vc_col-md-3\/5,.vc_col-md-4\/5,.vc_col-md-5\/5,.vc_col-sm-1\/5,.vc_col-sm-2\/5,.vc_col-sm-3\/5,.vc_col-sm-4\/5,.vc_col-sm-5\/5,.vc_col-xs-1\/5,.vc_col-xs-2\/5,.vc_col-xs-3\/5,.vc_col-xs-4\/5,.vc_col-xs-5\/5{position:relative;min-height:1px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-left:2.1%}.vc_col-xs-1\/5,.vc_col-xs-2\/5,.vc_col-xs-3\/5,.vc_col-xs-4\/5,.vc_col-xs-5\/5{float:left}@media only screen and (max-width:1000px) and (min-width:690px){body .vc_row-fluid.full-width-content .vc_col-xm-4\/5{width:calc(80%)}body .vc_row-fluid.full-width-content .vc_col-xm-3\/5{width:calc(60%)}body .vc_row-fluid.full-width-content .vc_col-xm-2\/5{width:calc(40%)}body .vc_row-fluid.full-width-content .vc_col-xs-1\/5{width:calc(20%)}}@media (max-width:690px){body .vc_row-fluid .vc_col-xs-5\/5{width:100%}body .vc_row-fluid.full-width-content .vc_col-xm-4\/5{width:calc(80%)}body .vc_row-fluid.full-width-content .vc_col-xm-3\/5{width:calc(60%)}body .vc_row-fluid.full-width-content .vc_col-xm-2\/5{width:calc(40%)}body .vc_row-fluid.full-width-content .vc_col-xs-1\/5{width:calc(20%)}}@media (min-width:1000px) and (max-width:1300px){.vc_col-md-1\/5,.vc_col-md-2\/5,.vc_col-md-3\/5,.vc_col-md-4\/5,.vc_col-md-5\/5{float:left}body .vc_row-fluid .vc_col-md-5\/5{width:100%}body .vc_row-fluid .vc_col-md-4\/5{width:80%}body .vc_row-fluid .vc_col-md-3\/5{width:60%}body .vc_row-fluid .vc_col-md-2\/5{width:40%}body .vc_row-fluid .vc_col-md-1\/5{width:20%}}@media (min-width:1300px){.vc_col-lg-1\/5,.vc_col-lg-2\/5,.vc_col-lg-3\/5,.vc_col-lg-4\/5,.vc_col-lg-5\/5{float:left}body .vc_row-fluid .vc_col-lg-5\/5{width:100%}body .vc_row-fluid .vc_col-lg-4\/5{width:80%}body .vc_row-fluid .vc_col-lg-3\/5{width:60%}body .vc_row-fluid .vc_col-lg-2\/5{width:40%}body .vc_row-fluid .vc_col-lg-1\/5{width:20%}}@media (max-width:767px){.vc_el-clearfix-xs{clear:both}}@media (min-width:768px) and (max-width:1000px){.vc_el-clearfix-sm{clear:both}}@media (min-width:1000px) and (max-width:1199px){.vc_el-clearfix-md{clear:both}}@media (min-width:1200px){.vc_el-clearfix-lg{clear:both}}.vc_visible{display:block}.vc_table{width:100%;margin-bottom:20px;border-collapse:collapse}.vc_button-2-wrapper,.vc_pixel_icon{display:inline-block;vertical-align:middle}@font-face{font-display:swap;font-family:vcpb-plugin-icons;src:url(/wp-content/plugins/js_composer_MPBR/assets/fonts/vc_icons_v2/fonts/vcpb-plugin-icons.eot?f6ud62);src:url(/wp-content/plugins/js_composer_MPBR/assets/fonts/vc_icons_v2/fonts/vcpb-plugin-icons.eot?f6ud62#iefix) format('embedded-opentype'),url(/wp-content/plugins/js_composer_MPBR/assets/fonts/vc_icons_v2/fonts/vcpb-plugin-icons.ttf?f6ud62) format('truetype'),url(/wp-content/plugins/js_composer_MPBR/assets/fonts/vc_icons_v2/fonts/vcpb-plugin-icons.woff?f6ud62) format('woff'),url(/wp-content/plugins/js_composer_MPBR/assets/fonts/vc_icons_v2/fonts/vcpb-plugin-icons.svg?f6ud62#vcpb-plugin-icons) format('svg');font-weight:400;font-style:normal}.vc-composer-icon{font-family:vcpb-plugin-icons!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.vc-c-icon-minimize:before{content:"\e91c"}.vc-c-icon-close:before{content:"\e5cd"}.vc-c-icon-1-6_4-6_1-6:before{content:"\e90e"}.vc-c-icon-add_template:before{content:"\e903"}.vc-c-icon-arrow_back:before{content:"\e5c4"}.vc-c-icon-arrow_drop_down:before{content:"\e5c5"}.vc-c-icon-arrow_drop_up:before{content:"\e5c7"}.vc-c-icon-arrow_forward:before{content:"\e5c8"}.vc-c-icon-check:before{content:"\e5ca"}.vc-c-icon-arrow_upward:before{content:"\e5d8"}.vc-c-icon-arrow_downward:before{content:"\e5db"}.vc-c-icon-sync:before{content:"\e627"}.vc-c-icon-search:before{content:"\e8b6"}.vc-c-icon-1-1:before{content:"\e900"}.vc-c-icon-1-2_1-2:before{content:"\e901"}.vc-c-icon-1-3_1-3_1-3:before{content:"\e902"}.vc-c-icon-1-4_1-2_1-4:before{content:"\e904"}.vc-c-icon-1-4_1-4_1-4_1-4:before{content:"\e905"}.vc-c-icon-1-4_3-4:before{content:"\e906"}.vc-c-icon-1-6_1-6_1-6_1-2:before{content:"\e907"}.vc-c-icon-1-6_1-6_1-6_1-6_1-6_1-6:before{content:"\e908"}.vc-c-icon-l_15_15_15_15_15:before{content:"\e909"}.vc-c-icon-1-6_2-3_1-6:before{content:"\e90a"}.vc-c-icon-2-3_1-3:before{content:"\e90b"}.vc-c-icon-5-6_1-6:before{content:"\e90c"}.vc-c-icon-add_element:before{content:"\e90d"}.vc-c-icon-add:before{content:"\e90f"}.vc-c-icon-cog:before{content:"\e910"}.vc-c-icon-content_copy:before{content:"\e911"}.vc-c-icon-delete_empty:before{content:"\e912"}.vc-c-icon-dragndrop:before{content:"\e913"}.vc-c-icon-fullscreen_exit:before{content:"\e914"}.vc-c-icon-fullscreen:before{content:"\e915"}.vc-c-icon-arrow_drop_right:before{content:"\e916"}.vc-c-icon-layout_default:before{content:"\e917"}.vc-c-icon-layout_landscape-smartphones:before{content:"\e918"}.vc-c-icon-layout_landscape-tablets:before{content:"\e919"}.vc-c-icon-layout_portrait-smartphones:before{content:"\e91a"}.vc-c-icon-layout_portrait-tablets:before{content:"\e91b"}.vc-c-icon-mode_edit:before{content:"\e91d"}.vc-c-icon-row_default_fe:before{content:"\e91e"}.vc-c-icon-text-block:before{content:"\e91f"}.vc_txt_align_left{text-align:left}.vc_txt_align_right{text-align:right}.vc_txt_align_center{text-align:center}.vc_txt_align_justify{text-align:justify;text-justify:inter-word}.vc_el_width_50{width:50%}.vc_el_width_60{width:60%}.vc_el_width_70{width:70%}.vc_el_width_80{width:80%}.vc_el_width_90{width:90%}.vc_el_width_100{width:100%}i.icon{display:inline-block;width:16px;height:16px;line-height:16px;vertical-align:text-top;margin-left:5px}.wpb_btn-large i.icon{height:19px;margin-left:9px}.wpb_btn-small i.icon{height:15px}.wpb_btn-mini i.icon{display:none}.vc_column_container .vc_btn,.vc_column_container .wpb_button{margin-top:5px;margin-bottom:5px}#content .wpb_alert p:last-child,#content .wpb_text_column:last-child,#content .wpb_text_column p:last-child,.vc_message_box>p:last-child,.wpb_alert p:last-child,.wpb_text_column:last-child,.wpb_text_column p:last-child{margin-bottom:0}.vc_message_box-icon>*,.vc_message_box-icon>.fa{font-size:1.7em;line-height:1}.vc_message_box-icon>*,.vc_toggle_simple .vc_toggle_icon::after,.vc_toggle_simple .vc_toggle_icon::before{left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%)}.wpb_button,.wpb_content_element,ul.wpb_thumbnails-fluid>li{margin-bottom:35px}.entry-content .twitter-share-button,.fb_like,.twitter-share-button,.wpb_accordion .wpb_content_element,.wpb_googleplus,.wpb_pinterest,.wpb_tab .wpb_content_element{margin-bottom:21.74px}.vc_parallax{position:relative;overflow:hidden}.vc_parallax>*{position:relative;z-index:1}.vc_parallax .vc_parallax-inner{pointer-events:none;position:absolute;left:0;right:0;top:0;background-attachment:scroll;background-color:#fff0;background-image:inherit;background-size:cover;z-index:0;background-position:50% 0}.vc_video-bg-container{position:relative}.vc_video-bg{height:100%;overflow:hidden;pointer-events:none;position:absolute;top:0;left:0;width:100%;z-index:0}.vc_row[data-vc-full-width]{-webkit-transition:opacity .5s ease;-o-transition:opacity .5s ease;transition:opacity .5s ease;overflow:hidden}.vc_row[data-vc-full-width].vc_hidden{opacity:0}.vc_empty-element>.vc_column-inner{min-height:100px}.fb_type_standard,.fb_type_standard iframe{height:25px}.fb_type_button_count,.fb_type_button_count iframe{height:20px}.fb_type_box_count,.fb_type_box_count iframe{height:62px}.wpb_pinterest_type_horizontal,.wpb_pinterest_type_none{height:21px}.wpb_pinterest a{border-bottom:0}.wpb_pinterest_type_vertical{box-sizing:content-box;padding-top:29px;height:21px}iframe.twitter-share-button{margin:0}.wpb_widgetised_column .wpb_wrapper>ul{margin:0}.wpb_widgetised_column .wpb_wrapper>ul>li{margin-left:0;background-image:none;list-style:none!important}.wpb_widgetised_column .wpb_wrapper>ul>li:after,.wpb_widgetised_column .wpb_wrapper>ul>li:before{display:none!important}.wpb_button{display:inline-block;padding:4px 10px;margin-bottom:0;margin-top:0;font-size:13px;line-height:18px;color:#333;text-align:center;text-shadow:0 1px 1px rgb(255 255 255 / .75);vertical-align:middle;cursor:pointer;background-color:#f7f7f7;border:1px solid #ccc;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;border-color:rgb(0 0 0 / .1)}.wpb_button.active,.wpb_button.disabled,.wpb_button:active,.wpb_button:hover,.wpb_button[disabled]{background-color:#eaeaea}.wpb_button:hover{color:#333;background-color:#e6e6e6;-webkit-transition:background-color .1s linear;-o-transition:background-color .1s linear;transition:background-color .1s linear;background-image:none}.wpb_button:focus{outline:dotted thin;outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}.wpb_button.active,.wpb_button:active{background-color:#e6e6e6;background-image:none;outline:0;-webkit-box-shadow:inset 0 2px 4px rgb(0 0 0 / .15),0 1px 2px rgb(0 0 0 / .05);box-shadow:inset 0 2px 4px rgb(0 0 0 / .15),0 1px 2px rgb(0 0 0 / .05)}button.wpb_btn-large,span.wpb_btn-large{padding:9px 14px;font-size:15px;line-height:normal;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}button.wpb_btn-large [class^=icon-],span.wpb_btn-large [class^=icon-]{margin-top:1px}button.wpb_btn-small,span.wpb_btn-small{padding:5px 9px;font-size:11px;line-height:16px}button.wpb_btn-small [class^=icon-],span.wpb_btn-small [class^=icon-]{margin-top:-1px}button.wpb_btn-mini,span.wpb_btn-mini{padding:2px 6px;font-size:11px;line-height:14px}button.wpb_button::-moz-focus-inner,input[type=submit].wpb_button::-moz-focus-inner{padding:0;border:0}a.wpb_button_a{border:none}.wpb_content_element .wpb_tabs_nav li.ui-tabs-active a,.wpb_gallery .wpb_flexslider .flex-caption{cursor:default}.wpb_call_to_action,.wpb_call_to_action .wpb_button{-webkit-box-sizing:border-box;-moz-box-sizing:border-box}.vc_custom_heading a,.vc_custom_heading a:focus,.vc_custom_heading a:hover,.vc_custom_heading a:visited{border:none;text-decoration:inherit;color:inherit}.vc_custom_heading a{-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;opacity:1}.vc_custom_heading a:hover{opacity:.85}#content .wpb_call_to_action .wpb_call_text,.wpb_call_to_action .wpb_call_text{margin:0;padding-top:0}.cta_align_bottom{text-align:center}.cta_align_bottom .wpb_button{position:static;margin-top:21.74px;display:inline-block}.cta_no_button .wpb_call_text{width:auto;float:none}.wpb_gmaps_widget .wpb_wrapper{background-color:#f7f7f7;padding:5px}.wpb_gmaps_widget .wpb_map_wraper iframe{margin-bottom:0;padding:0;display:block;width:100%;border:none}.wpb_gmaps_widget.vc_map_responsive .wpb_map_wraper{position:relative;padding-bottom:56.25%;height:0}.wpb_gmaps_widget.vc_map_responsive .wpb_map_wraper iframe{position:absolute;top:0;left:0;height:100%}.wpb_accordion_section .wpb_accordion_header a:focus,.wpb_content_element .wpb_tabs_nav li a:focus,.wpb_tour_next_prev_nav a:focus{outline:0}.wpb_content_element .wpb_tabs_nav,.wpb_content_element .wpb_tour_tabs_wrapper{padding:0}.wpb_content_element .wpb_tabs_nav{margin:0;padding-left:0!important;text-indent:inherit!important}#content .wpb_content_element .wpb_tabs_nav{margin:0}.wpb_content_element .wpb_tabs_nav li{background-color:#FFF;white-space:nowrap;padding:0;background-image:none;list-style:none!important}.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,.wpb_content_element .wpb_tabs_nav li.ui-tabs-active,.wpb_content_element .wpb_tabs_nav li:hover,.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab{background-color:#f7f7f7}.wpb_content_element .wpb_tabs_nav li:after,.wpb_content_element .wpb_tabs_nav li:before{display:none!important}.wpb_content_element .wpb_accordion_header a{border-bottom:none;text-decoration:none;display:block;padding:.5em 1em}.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content{padding:1em}.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content .wpb_row:last-child>div>div.wpb_wrapper .wpb_content_element:last-child,.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content>.wpb_content_element:last-child,.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab .wpb_row:last-child>div>div.wpb_wrapper .wpb_content_element:last-child,.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab>.wpb_content_element:last-child{margin-bottom:0}.wpb_tabs .wpb_tabs_nav li{float:left;margin:0 1px 0 0}.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header{margin:0 0 1px;padding-top:0;position:relative;text-transform:none;font-weight:inherit;font-size:inherit;font-family:inherit;line-height:inherit;letter-spacing:inherit}.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a{padding-left:1em}.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon,.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon{display:block;width:16px;height:16px;background-image:url(/wp-content/plugins/js_composer_MPBR/assets/images/toggle_open.png);background-repeat:no-repeat;position:absolute;right:.7em;top:.7em}.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon{background-image:url(/wp-content/plugins/js_composer_MPBR/assets/images/toggle_close.png)}.grid_layout-thumbnail .post-thumb,body ul.wpb_thumbnails-fluid li .entry-content:last-child{margin-bottom:0}.wpb_column .wpb_wrapper .wpb_teaser_grid{float:none}body ul.wpb_thumbnails-fluid li{padding:0;margin-left:0;background-image:none;list-style:none!important}body ul.wpb_thumbnails-fluid li:after,body ul.wpb_thumbnails-fluid li:before{display:none!important}.wpb_row .wpb_filtered_grid ul.wpb_thumbnails-fluid,.wpb_row .wpb_grid ul.wpb_thumbnails-fluid{padding:0;overflow:visible!important}.wpb_image_grid .wpb_image_grid_ul a{display:block}.wpb_image_grid .wpb_image_grid_ul img{display:block;max-width:100%;height:auto}.wpb_gallery .theme-default .nivoSlider{margin-bottom:0}.wpb_gallery .theme-default .nivo-controlNav{padding:10px 0 3px}.wpb_gallery .wpb_flexslider .flex-control-nav{bottom:auto;top:100%;margin-top:15px}.wpb_gallery .wpb_flexslider .flex-direction-nav a{border:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.wpb_gallery .wpb_flexslider .flex-direction-nav a:hover{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.wpb_gallery .wpb_flexslider .flex-direction-nav a:before{line-height:1}.wpb_gallery .wpb_flexslider .flex-control-paging{z-index:10}#content .wpb_gallery_slides ul.flex-direction-nav,#content .wpb_gallery_slides ul.slides,.content .wpb_gallery_slides ul.flex-direction-nav,.content .wpb_gallery_slides ul.slides,.wpb_content_element .wpb_gallery_slides ul li,.wpb_gallery_slides ul.flex-direction-nav,.wpb_gallery_slides ul.slides,body .wpb_gallery_slides ul li{list-style:none;padding:0;background-image:none;margin:0}.wpb_video_widget.vc_video-el-width-10 .wpb_wrapper{width:10%}.wpb_video_widget.vc_video-el-width-20 .wpb_wrapper{width:20%}.wpb_video_widget.vc_video-el-width-30 .wpb_wrapper{width:30%}.wpb_video_widget.vc_video-el-width-40 .wpb_wrapper{width:40%}.wpb_video_widget.vc_video-el-width-50 .wpb_wrapper{width:50%}.wpb_video_widget.vc_video-el-width-60 .wpb_wrapper{width:60%}.wpb_video_widget.vc_video-el-width-70 .wpb_wrapper{width:70%}.wpb_video_widget.vc_video-el-width-80 .wpb_wrapper{width:80%}.wpb_video_widget.vc_video-el-width-90 .wpb_wrapper{width:90%}.wpb_video_widget.vc_video-el-width-100 .wpb_wrapper{width:100%}.wpb_video_widget .wpb_video_wrapper{padding-top:56.25%;position:relative;width:100%}.wpb_video_widget .wpb_video_wrapper>div{padding-top:0!important;position:static}.wpb_video_widget.vc_video-aspect-ratio-169 .wpb_video_wrapper{padding-top:56.25%}.wpb_video_widget.vc_video-aspect-ratio-43 .wpb_video_wrapper{padding-top:75%}.wpb_video_widget.vc_video-aspect-ratio-235 .wpb_video_wrapper{padding-top:42.55319149%}.wpb_video_widget.vc_video-align-left .wpb_wrapper{float:left}.wpb_video_widget.vc_video-align-center .wpb_wrapper{margin:0 auto}.wpb_video_widget.vc_video-align-right .wpb_wrapper{float:right}.wpb_video_widget .wpb_wrapper{position:relative}.wpb_video_widget .wpb_wrapper iframe{width:100%;height:100%;display:block;position:absolute;margin:0;top:0;left:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.wpb_video_wrapper .fluid-width-video-wrapper{padding-top:0!important;position:static}.vc_pie_chart{z-index:0;opacity:0;filter:alpha(opacity=0)}.vc_pie_chart.vc_ready{opacity:1;filter:alpha(opacity=100)}.vc_pie_chart .vc_pie_wrapper{position:relative;margin:0 auto}.vc_pie_chart canvas{position:relative;z-index:1}.vc_pie_chart .vc_pie_chart_value,.vc_pie_chart_back{display:block;position:absolute;width:100%;height:100%;top:0;left:0}.vc_pie_chart .vc_pie_chart_value{font-size:200%;text-align:center}.vc_pie_chart_back{border:6px solid #f7f7f7;border-radius:50%;opacity:.3;filter:alpha(opacity=30);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.vc_text_separator,.wpb_separator{border-bottom:1px solid #EBEBEB;clear:both;height:1px}.vc_sep_width_100,.wpb_single_image img.vc_img-placeholder{width:100%}.vc_chart .vc_chart-legend{font-size:14px;margin:0;padding:0}.vc_chart .vc_chart-legend li{line-height:1.3em;list-style:none;margin:0 0 .3em;min-height:1.3em}.vc_chart .vc_chart-legend span{border-radius:.3em;display:inline-block;height:1.3em;left:0;margin-right:.5em;vertical-align:middle;width:1.3em}@media (min-width:768px){.vc_chart .vc_chart-legend{display:inline-block;vertical-align:middle;width:40%}.vc_chart .vc_chart-legend li{margin-left:1em}.vc_chart .vc_chart-with-legend{display:inline-block;vertical-align:middle;width:60%}}.vc_line-chart .vc_chart-with-legend{width:75%}.vc_line-chart .vc_chart-legend{width:25%}.wpb_single_image .wpb_wrapper .vc_single_image-wrapper .zoomImg{border-radius:0}.wpb_single_image [class*='_circle'] .vc-zoom-wrapper{border-radius:50%}.wpb_single_image [class*='_rounded'] .vc-zoom-wrapper{border-radius:4px}.owl-carousel .owl-animated-out{z-index:0}.owl-carousel .owl-animated-in{z-index:1}@font-face{font-display:swap;font-family:vc_grid_v1;src:url(/wp-content/plugins/js_composer_MPBR/assets/fonts/vc_grid/vc_grid_v1.eot?-9hbgac);src:url(/wp-content/plugins/js_composer_MPBR/assets/fonts/vc_grid/vc_grid_v1.eot?#iefix-9hbgac) format('embedded-opentype'),url(/wp-content/plugins/js_composer_MPBR/assets/fonts/vc_grid/vc_grid_v1.woff?-9hbgac) format('woff'),url(/wp-content/plugins/js_composer_MPBR/assets/fonts/vc_grid/vc_grid_v1.ttf?-9hbgac) format('truetype'),url(/wp-content/plugins/js_composer_MPBR/assets/fonts/vc_grid/vc_grid_v1.svg?-9hbgac#vc_grid_v1) format('svg');font-weight:400;font-style:normal}[class*=" vc_arrow-icon-"],[class^=vc_arrow-icon-]{font-family:vc_grid_v1;font-style:normal;font-weight:400;line-height:1}.vc_arrow-icon-minus:before{content:"\e61c"}.vc_arrow-icon-plus:before{content:"\e61d"}.vc_arrow-icon-arrow_down:before{content:"\e61e"}.vc_arrow-icon-arrow_up:before{content:"\e61f"}.vc_arrow-icon-arrow_01_left:before{content:"\e600"}.vc_arrow-icon-arrow_01_right:before{content:"\e601"}.vc_arrow-icon-arrow_02_left:before{content:"\e602"}.vc_arrow-icon-arrow_02_right:before{content:"\e603"}.vc_arrow-icon-arrow_03_left:before{content:"\e604"}.vc_arrow-icon-arrow_03_right:before{content:"\e605"}.vc_arrow-icon-arrow_04_left:before{content:"\e606"}.vc_arrow-icon-arrow_04_right:before{content:"\e607"}.vc_arrow-icon-arrow_05_left:before{content:"\e608"}.vc_arrow-icon-arrow_05_right:before{content:"\e609"}.vc_arrow-icon-arrow_06_left:before{content:"\e60a"}.vc_arrow-icon-arrow_06_right:before{content:"\e60b"}.vc_arrow-icon-arrow_07_left:before{content:"\e60c"}.vc_arrow-icon-arrow_07_right:before{content:"\e60d"}.vc_arrow-icon-arrow_08_left:before{content:"\e60e"}.vc_arrow-icon-arrow_08_right:before{content:"\e60f"}.vc_arrow-icon-arrow_09_left:before{content:"\e610"}.vc_arrow-icon-arrow_09_right:before{content:"\e611"}.vc_arrow-icon-arrow_10_left:before{content:"\e612"}.vc_arrow-icon-arrow_10_right:before{content:"\e613"}.vc_arrow-icon-arrow_11_left:before{content:"\e614"}.vc_arrow-icon-arrow_11_right:before{content:"\e615"}.vc_arrow-icon-arrow_12_left:before{content:"\e616"}.vc_arrow-icon-arrow_12_right:before{content:"\e617"}.vc_arrow-icon-navicon:before{content:"\f0c9"}.wpb_animate_when_almost_visible{opacity:0;filter:alpha(opacity=0)}.wpb_animate_when_almost_visible:not(.wpb_start_animation){-webkit-animation:none;-o-animation:none;animation:none}.top-to-bottom,.wpb_top-to-bottom{-webkit-animation:wpb_ttb .7s 1 cubic-bezier(.175,.885,.32,1.275);-o-animation:wpb_ttb .7s 1 cubic-bezier(.175,.885,.32,1.275);animation:wpb_ttb .7s 1 cubic-bezier(.175,.885,.32,1.275)}.bottom-to-top,.wpb_bottom-to-top{-webkit-animation:wpb_btt .7s 1 cubic-bezier(.175,.885,.32,1.275);-o-animation:wpb_btt .7s 1 cubic-bezier(.175,.885,.32,1.275);animation:wpb_btt .7s 1 cubic-bezier(.175,.885,.32,1.275)}.left-to-right,.wpb_left-to-right{-webkit-animation:wpb_ltr .7s 1 cubic-bezier(.175,.885,.32,1.275);-o-animation:wpb_ltr .7s 1 cubic-bezier(.175,.885,.32,1.275);animation:wpb_ltr .7s 1 cubic-bezier(.175,.885,.32,1.275)}.right-to-left,.wpb_right-to-left{-webkit-animation:wpb_rtl .7s 1 cubic-bezier(.175,.885,.32,1.275);-o-animation:wpb_rtl .7s 1 cubic-bezier(.175,.885,.32,1.275);animation:wpb_rtl .7s 1 cubic-bezier(.175,.885,.32,1.275)}.appear,.wpb_appear{-webkit-animation:wpb_appear .7s 1 cubic-bezier(.175,.885,.32,1.275);-o-animation:wpb_appear .7s 1 cubic-bezier(.175,.885,.32,1.275);animation:wpb_appear .7s 1 cubic-bezier(.175,.885,.32,1.275);-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.wpb_start_animation{opacity:1;filter:alpha(opacity=100)}@-webkit-keyframes wpb_ttb{0%{-webkit-transform:translate(0,-10%);opacity:0;filter:alpha(opacity=0)}100%{-webkit-transform:translate(0,0);opacity:1;filter:alpha(opacity=100)}}@-moz-keyframes wpb_ttb{0%{-moz-transform:translate(0,-10%);opacity:0;filter:alpha(opacity=0)}100%{-moz-transform:translate(0,0);opacity:1;filter:alpha(opacity=100)}}@-o-keyframes wpb_ttb{0%{-o-transform:translate(0,-10%);opacity:0;filter:alpha(opacity=0)}100%{-o-transform:translate(0,0);opacity:1;filter:alpha(opacity=100)}}@keyframes wpb_ttb{0%{-webkit-transform:translate(0,-10%);-ms-transform:translate(0,-10%);-o-transform:translate(0,-10%);transform:translate(0,-10%);opacity:0;filter:alpha(opacity=0)}100%{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0);opacity:1;filter:alpha(opacity=100)}}@-webkit-keyframes wpb_btt{0%{-webkit-transform:translate(0,10%);opacity:0;filter:alpha(opacity=0)}100%{-webkit-transform:translate(0,0);opacity:1;filter:alpha(opacity=100)}}@-moz-keyframes wpb_btt{0%{-moz-transform:translate(0,10%);opacity:0;filter:alpha(opacity=0)}100%{-moz-transform:translate(0,0);opacity:1;filter:alpha(opacity=100)}}@-o-keyframes wpb_btt{0%{-o-transform:translate(0,10%);opacity:0;filter:alpha(opacity=0)}100%{-o-transform:translate(0,0);opacity:1;filter:alpha(opacity=100)}}@keyframes wpb_btt{0%{-webkit-transform:translate(0,10%);-ms-transform:translate(0,10%);-o-transform:translate(0,10%);transform:translate(0,10%);opacity:0;filter:alpha(opacity=0)}100%{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0);opacity:1;filter:alpha(opacity=100)}}@-webkit-keyframes wpb_ltr{0%{-webkit-transform:translate(-10%,0);opacity:0;filter:alpha(opacity=0)}100%{-webkit-transform:translate(0,0);opacity:1;filter:alpha(opacity=100)}}@-moz-keyframes wpb_ltr{0%{-moz-transform:translate(-10%,0);opacity:0;filter:alpha(opacity=0)}100%{-moz-transform:translate(0,0);opacity:1;filter:alpha(opacity=100)}}@-o-keyframes wpb_ltr{0%{-o-transform:translate(-10%,0);opacity:0;filter:alpha(opacity=0)}100%{-o-transform:translate(0,0);opacity:1;filter:alpha(opacity=100)}}@keyframes wpb_ltr{0%{-webkit-transform:translate(-10%,0);-ms-transform:translate(-10%,0);-o-transform:translate(-10%,0);transform:translate(-10%,0);opacity:0;filter:alpha(opacity=0)}100%{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0);opacity:1;filter:alpha(opacity=100)}}@-webkit-keyframes wpb_rtl{0%{-webkit-transform:translate(10%,0);opacity:0;filter:alpha(opacity=0)}100%{-webkit-transform:translate(0,0);opacity:1;filter:alpha(opacity=100)}}@-moz-keyframes wpb_rtl{0%{-moz-transform:translate(10%,0);opacity:0;filter:alpha(opacity=0)}100%{-moz-transform:translate(0,0);opacity:1;filter:alpha(opacity=100)}}@-o-keyframes wpb_rtl{0%{-o-transform:translate(10%,0);opacity:0;filter:alpha(opacity=0)}100%{-o-transform:translate(0,0);opacity:1;filter:alpha(opacity=100)}}@keyframes wpb_rtl{0%{-webkit-transform:translate(10%,0);-ms-transform:translate(10%,0);-o-transform:translate(10%,0);transform:translate(10%,0);opacity:0;filter:alpha(opacity=0)}100%{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0);opacity:1;filter:alpha(opacity=100)}}@-webkit-keyframes wpb_appear{0%{-webkit-transform:scale(.5);opacity:.1;filter:alpha(opacity=10)}100%{-webkit-transform:scale(1);opacity:1;filter:alpha(opacity=100)}}@-moz-keyframes wpb_appear{0%{-moz-transform:scale(.5);opacity:.1;filter:alpha(opacity=10)}100%{-moz-transform:scale(1);opacity:1;filter:alpha(opacity=100)}}@-o-keyframes wpb_appear{0%{-o-transform:scale(.5);opacity:.1;filter:alpha(opacity=10)}100%{-o-transform:scale(1);opacity:1;filter:alpha(opacity=100)}}@keyframes wpb_appear{0%{-webkit-transform:scale(.5);-ms-transform:scale(.5);-o-transform:scale(.5);transform:scale(.5);opacity:.1;filter:alpha(opacity=10)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:1;filter:alpha(opacity=100)}}.vc-spinner::before{content:'';width:16px;height:16px;display:inline-block;pointer-events:none;margin-top:6px;background:url(/wp-content/plugins/js_composer_MPBR/assets/images/spinner.gif) no-repeat;background-position-x:center;background-position-y:center}.vc-spinner.vc-spinner-complete::before{background-image:url(/wp-content/plugins/js_composer_MPBR/assets/vc/tick.png)}.vc-spinner.vc-spinner-failed::before{background-image:url(/wp-content/plugins/js_composer_MPBR/assets/vc/remove.png)}.vc_row.vc_row-flex>.span_12{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (max-width:999px){.vc_row.vc_row-flex>.span_12,.vc_row.vc_row-flex>.span_12>.vc_column_container,.vc_row.vc_row-flex>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.span_12,.vc_row.vc_row-flex>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.span_12>.vc_column_container,.vc_row.vc_row-flex>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.container>.span_12,.vc_row.vc_row-flex>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.container>.span_12>.vc_column_container{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}.vc_row.vc_row-flex>.span_12,.vc_row.vc_row-flex>.span_12>.vc_column_container,.vc_row.vc_row-flex>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.span_12,.vc_row.vc_row-flex>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.span_12>.vc_column_container,.vc_row.vc_row-o-equal-height>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.span_12>.column_container>.column-inner-wrap,.vc_row.vc_row-flex>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.container>.span_12,.vc_row.vc_row-flex>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.container>.span_12>.vc_column_container,.vc_row.vc_row-o-equal-height>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.container>.span_12>.column_container>.column-inner-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.vc_row.vc_row-flex>.span_12>.vc_vc_column,.vc_row.vc_row-flex>.span_12>.vc_vc_column_inner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.vc_row.vc_row-flex>.span_12>.vc_column_container>.wpb_wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;-webkit-box-orient:vertical;-webkit-box-direction:normal}.vc_row.vc_row-flex>.span_12>.vc_column_container>.wpb_wrapper{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.vc_row.vc_row-flex>.vc_column_container>.vc_column-inner>*{min-height:1em}}.vc_row.vc_row-flex>.span_12>.vc_vc_column>.vc_column_container,.vc_row.vc_row-flex>.span_12>.vc_vc_column_inner>.vc_column_container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%}.vc_row.vc_row-flex>.span_12>.vc_column_container>.vc_column-inner,.vc_row.vc_row-flex>.span_12>.vc_column_container>.column-inner-wrap>.column-inner,.wpb_row.vc_row-flex>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.span_12>.vc_column_container>.vc_column-inner,.wpb_row.vc_row-flex>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.span_12>.vc_column_container>.column-inner-wrap>.column-inner,.vc_row.vc_row-o-equal-height .full-page-inner>.span_12>.col .wpb_row>.span_12>.vc_column_container>.column-inner-wrap>.column-inner,.wpb_row.vc_row-flex>.fp-tableCell .fp-scrollable>.fp-scroller>.full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.span_12>.vc_column_container>.vc_column-inner,.wpb_row.vc_row-flex>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.container>.span_12>.vc_column_container>.vc_column-inner,.wpb_row.vc_row-flex>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.container>.span_12>.vc_column_container>.column-inner-wrap>.column-inner,.vc_row.vc_row-o-equal-height .full-page-inner>.span_12>.col .wpb_row>.container>.span_12>.vc_column_container>.column-inner-wrap>.column-inner,.wpb_row.vc_row-flex>.fp-tableCell .fp-scrollable>.fp-scroller .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.container>.span_12>.vc_column_container>.vc_column-inner{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.vc_row.vc_row-o-equal-height>.span_12>.vc_column_container,.vc_row.vc_row-o-equal-height>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.span_12>.vc_column_container,.vc_row.vc_row-o-equal-height>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.span_12>.column_container>.column-inner-wrap,.vc_row.vc_row-o-equal-height .full-page-inner>.span_12>.col .wpb_row>.span_12>.vc_column_container>.column-inner-wrap,.vc_row.vc_row-o-equal-height>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.container>.span_12>.vc_column_container,.vc_row.vc_row-o-equal-height>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.container>.span_12>.column_container>.column-inner-wrap,.vc_row.vc_row-o-equal-height .full-page-inner>.container>.span_12>.col .wpb_row>.span_12>.vc_column_container>.column-inner-wrap,.vc_row.vc_row-flex>.span_12>.vc_column_container>.column-inner-wrap{-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.vc_row.vc_row-o-content-top>.span_12>.vc_vc_column>.vc_column_container>.vc_column-inner,.vc_row.vc_row-o-content-top>.span_12>.vc_vc_column_inner>.vc_column_container>.vc_column-inner,.vc_row.vc_row-o-content-top>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.span_12>.vc_vc_column>.vc_column_container>.vc_column-inner,.vc_row.vc_row-o-content-top>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.span_12>.vc_vc_column_inner>.vc_column_container>.vc_column-inner,.vc_row.vc_row-o-content-top>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.container>.span_12>.vc_vc_column>.vc_column_container>.vc_column-inner,.vc_row.vc_row-o-content-top>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.container>.span_12>.vc_vc_column_inner>.vc_column_container>.vc_column-inner{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height)>.vc_vc_column>.vc_column_container,.vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height)>.vc_vc_column_inner>.vc_column_container{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height)>.vc_vc_column>.vc_column_container,.vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height)>.vc_vc_column_inner>.vc_column_container{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.vc_row.vc_row-o-content-middle>.span_12>.vc_column_container>.vc_column-inner,.vc_row.vc_row-o-content-middle>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.span_12>.vc_column_container>.column-inner-wrap>.column-inner,.vc_row.vc_row-o-content-middle>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.span_12>.vc_column_container>.vc_column-inner,.vc_row.vc_row-o-content-middle>.fp-tableCell .fp-scrollable>.fp-scroller .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.span_12>.vc_column_container>.vc_column-inner,.full-page-inner>.span_12>.col .vc_row.vc_row-o-content-middle>.span_12>.vc_column_container>.column-inner-wrap>.column-inner,.vc_row.vc_row-flex>.span_12>.vc_column_container>.column-inner-wrap>.column-inner,.vc_row.vc_row-o-content-middle>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.container>.span_12>.vc_column_container>.column-inner-wrap>.column-inner,.vc_row.vc_row-o-content-middle>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.container>.span_12>.vc_column_container>.vc_column-inner,.vc_row.vc_row-o-content-middle>.fp-tableCell .fp-scrollable>.fp-scroller .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.container>.span_12>.vc_column_container>.vc_column-inner,.full-page-inner>.container>.span_12>.col .vc_row.vc_row-o-content-middle>.span_12>.vc_column_container>.column-inner-wrap>.column-inner{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:100%}.vc_row.vc_row-o-content-bottom>.span_12>.vc_column_container>.vc_column-inner,.vc_row.vc_row-o-content-bottom>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.span_12>.vc_column_container>.column-inner-wrap>.column-inner,.vc_row.vc_row-o-content-bottom>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.span_12>.vc_column_container>.vc_column-inner,.vc_row.vc_row-o-content-bottom>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.span_12>.vc_column_container>.vc_column-inner,.full-page-inner>.span_12>.col .vc_row.vc_row-o-content-bottom>.span_12>.vc_column_container>.column-inner-wrap>.column-inner,.vc_row.vc_row-o-content-bottom>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.container>.span_12>.vc_column_container>.column-inner-wrap>.column-inner,.vc_row.vc_row-o-content-bottom>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.container>.span_12>.vc_column_container>.vc_column-inner,.vc_row.vc_row-o-content-bottom>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.container>.span_12>.vc_column_container>.vc_column-inner,.full-page-inner>.container>.span_12>.col .vc_row.vc_row-o-content-bottom>.span_12>.vc_column_container>.column-inner-wrap>.column-inner{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height)>.vc_vc_column>.vc_column_container,.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height)>.vc_vc_column_inner>.vc_column_container{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:999px){.vc_row.vc_row-flex>.span_12,.vc_row.vc_row-flex>.span_12>.vc_column_container,.vc_row.vc_row-flex>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.span_12,.vc_row.vc_row-flex>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.span_12>.vc_column_container,.vc_row.vc_row-o-equal-height>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.span_12>.column_container>.column-inner-wrap,body:not([data-flex-cols="true"]) .vc_row.vc_row-flex>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.container>.span_12,body:not([data-flex-cols="true"]) .vc_row.vc_row-flex>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.container>.span_12>.vc_column_container,.vc_row.vc_row-o-equal-height>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.container>.span_12>.column_container>.column-inner-wrap,.vc_row.vc_row-flex>.span_12>.vc_column_container>.vc_column-inner,.vc_row.vc_row-flex>.span_12>.vc_column_container>.column-inner-wrap>.column-inner,.wpb_row.vc_row-flex>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.span_12>.vc_column_container>.vc_column-inner,.wpb_row.vc_row-flex>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.span_12>.vc_column_container>.column-inner-wrap>.column-inner,.vc_row.vc_row-o-equal-height .full-page-inner>.span_12>.col .wpb_row>.span_12>.vc_column_container>.column-inner-wrap>.column-inner,.wpb_row.vc_row-flex>.fp-tableCell .fp-scrollable>.fp-scroller>.full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.span_12>.vc_column_container>.vc_column-inner,.wpb_row.vc_row-flex>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.container>.span_12>.vc_column_container>.vc_column-inner,.wpb_row.vc_row-flex>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.container>.span_12>.vc_column_container>.column-inner-wrap>.column-inner,.vc_row.vc_row-o-equal-height .full-page-inner>.span_12>.col .wpb_row>.container>.span_12>.vc_column_container>.column-inner-wrap>.column-inner,.wpb_row.vc_row-flex>.fp-tableCell .fp-scrollable>.fp-scroller .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.container>.span_12>.vc_column_container>.vc_column-inner{display:block}}@media only screen and (max-width:999px) and (min-width:690px){.vc_row.vc_row-flex>.span_12,.vc_row.vc_row-flex>.span_12>.vc_column_container.one-fourths,.vc_row.vc_row-flex>.span_12>.vc_column_container.one-fourths>.vc_column-inner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}}.vc_row.vc_row-o-columns-stretch.vc_row-o-full-height>.span_12{-webkit-align-content:stretch;-ms-flex-line-pack:stretch;align-content:stretch}.vc_row.vc_row-o-columns-top.vc_row-o-full-height>.span_12{-webkit-align-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start}.vc_row.vc_row-o-columns-bottom.vc_row-o-full-height>.span_12{-webkit-align-content:flex-end!important;-ms-flex-line-pack:end!important;align-content:flex-end!important}.vc_row.vc_row-o-columns-middle.vc_row-o-full-height>.span_12{-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center}.vc_row.vc_row-o-columns-bottom>.span_12::after,.vc_row.vc_row-o-columns-middle>.span_12::after,.vc_row.vc_row-o-columns-top>.span_12::after{content:'';width:100%;height:0;overflow:hidden;visibility:hidden;display:block}.vc_row.vc_row-flex.vc_row-o-full-height>.span_12{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important}body a,label span,body [class^="icon-"].icon-default-style,.blog-recent[data-style*="classic_enhanced"] .post-meta a:hover i,.masonry.classic_enhanced .post .post-meta a:hover i,.post .post-header h2 a,.post .post-header a:hover,.post .post-header a:focus,#single-below-header a:hover,#single-below-header a:focus,.comment-list .pingback .comment-body>a:hover,[data-style="list_featured_first_row"] .meta-category a,[data-style="list_featured_first_row"] .meta-category a,.mpbr-fancy-box[data-style="color_box_hover"][data-color="accent-color"] .icon-default-style,div[data-style="minimal"] .toggle:hover h3 a,div[data-style="minimal"] .toggle.open h3 a,#footer-outer #copyright li a i:hover,.ascend .comment-list .reply a,body.material .widget:not(.mpbr_popular_posts_widget):not(.recent_posts_extra_widget) li a:hover,body.material #sidebar .widget:not(.mpbr_popular_posts_widget):not(.recent_posts_extra_widget) li a:hover,body.material #footer-outer .widget:not(.mpbr_popular_posts_widget):not(.recent_posts_extra_widget) li a:hover,#top nav .sf-menu .current_page_item>a .sf-sub-indicator i,#top nav .sf-menu .current_page_ancestor>a .sf-sub-indicator i,.sf-menu>.current_page_ancestor>a>.sf-sub-indicator i,.material .widget .tagcloud a,#single-below-header a:hover [class^="icon-"],.wpcf7-form .wpcf7-not-valid-tip,#header-outer .mpbr-menu-label{color:#171a33}#header-outer[data-lhe="default"] #top nav>ul>li>a:hover,#header-outer[data-lhe="default"] #top nav .sf-menu>.sfHover:not(#social-in-menu)>a,#header-outer[data-lhe="default"] #top nav .sf-menu>.current-menu-item>a,#header-outer[data-lhe="default"] #top nav .sf-menu>.current_page_ancestor>a,#header-outer[data-lhe="default"] #top nav .sf-menu>.current-menu-ancestor>a,#header-outer[data-lhe="default"] #top nav .sf-menu>.current_page_item>a,#header-outer[data-lhe="default"] #top nav>ul>.button_bordered>a:hover,#header-outer[data-lhe="default"] #top nav>.sf-menu>.button_bordered.sfHover>a{color:#171a33!important}#header-outer #top nav>ul>.button_bordered>a:hover,#header-outer:not(.transparent) #social-in-menu a i:after,.sf-menu>li>a:hover>.sf-sub-indicator i,.sf-menu>li>a:active>.sf-sub-indicator i,.sf-menu>.sfHover>a>.sf-sub-indicator i,.sf-menu .megamenu>ul>li:hover>a,#header-outer nav>ul>.megamenu>ul>li>a:hover,#header-outer nav>ul>.megamenu>ul>.sfHover>a,#header-outer nav>ul>.megamenu>ul>li>a:focus,#top nav ul #mpbr-user-account a:hover span,#top nav ul #search-btn a:hover span,#top nav ul .slide-out-widget-area-toggle a:hover span,body.material:not([data-header-color="custom"]) #header-outer:not([data-format="left-header"]) #top ul.cart_list a:hover,body.material #header-outer:not(.transparent) .cart-outer:hover .cart-menu-wrap .icon-MPBR-cart,#header-outer:not([data-format="left-header"]) nav>ul>.megamenu ul ul .current-menu-item.has-ul>a,#header-outer:not([data-format="left-header"]) nav>ul>.megamenu ul ul .current-menu-ancestor.has-ul>a,body #header-secondary-outer #social a:hover i,body #header-secondary-outer #social a:focus i,#footer-outer a:focus,#footer-outer a:hover,.recent-posts .post-header a:hover,.result a:hover,.post-area.standard-minimal .post .post-meta .date a,.post-area.standard-minimal .post .post-header h2 a:hover,.post-area.standard-minimal .post .more-link:hover span,.post-area.standard-minimal .post .more-link span:after,.post-area.standard-minimal .post .minimal-post-meta a:hover,.single .post .post-meta a:hover,.single .post .post-meta a:focus,.single #single-meta div a:hover i,.single #single-meta div:hover>a,.single #single-meta div:focus>a,.comment-list .comment-meta a:hover,.comment-list .comment-meta a:focus,.result .title a,.circle-border,.home .blog-recent:not([data-style="list_featured_first_row"]) .col .post-header a:hover,.home .blog-recent .col .post-header h3 a,.comment-author a:hover,.comment-author a:focus,.project-attrs li i,.mpbr-milestone .number.accent-color,body #portfolio-nav a:hover i,span.accent-color,.portfolio-items .mpbr-love:hover i,.portfolio-items .mpbr-love.loved i,body .hovered .mpbr-love i,body:not(.material) #search-outer #search #close a span:hover,.carousel-wrap[data-full-width="true"] .carousel-heading a:hover i,#search-outer .ui-widget-content li:hover *,#search-outer .ui-widget-content .ui-state-focus *,.portfolio-filters-inline .container ul li .active,.svg-icon-holder[data-color="accent-color"],.team-member .accent-color:hover,.blog-recent[data-style="minimal"] .col>span,.blog-recent[data-style="title_only"] .col:hover .post-header .title,body #pagination .page-numbers.prev:hover,body #pagination .page-numbers.next:hover,body #pagination a.page-numbers:hover,body #pagination a.page-numbers:focus,body[data-form-submit="see-through"] input[type=submit],body[data-form-submit="see-through"] button[type=submit],.mpbr_icon_wrap[data-color="accent-color"] i,.mpbr_team_member_close .inner:before,body:not([data-header-format="left-header"]) nav>ul>.megamenu>ul>li>ul>.has-ul>a:hover,body:not([data-header-format="left-header"]) nav>ul>.megamenu>ul>li>ul>.has-ul>a:focus,.masonry.material .masonry-blog-item .meta-category a,body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme="accent-color-underline"].full-width-section .active,body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme="accent-color-underline"].full-width-section a:hover,.material .comment-list .reply a:hover,.material .comment-list .reply a:focus,.related-posts[data-style="material"] .meta-category a,.material .widget li:not(.has-img) a:hover .post-title,.material #sidebar .widget li:not(.has-img) a:hover .post-title,.material .container-wrap #author-bio #author-info a:hover,.material #sidebar .widget ul[data-style="featured-image-left"] li a:hover .post-title,.material #sidebar .widget .tagcloud a,.single.material .post-area .content-inner>.post-tags a,.post-area.featured_img_left .meta-category a,.post-meta .icon-MPBR-heart-2.loved,body.material .mpbr-button.see-through.accent-color[data-color-override="false"],div[data-style="minimal_small"] .toggle.accent-color>h3 a:hover,div[data-style="minimal_small"] .toggle.accent-color.open>h3 a,.testimonial_slider[data-rating-color="accent-color"] .star-rating .filled:before,.mpbr_single_testimonial[data-color="accent-color"] p .open-quote,.mpbr-quick-view-box .star-rating,.widget_search .search-form button[type=submit] .icon-MPBR-search,body.search-no-results .search-form button[type=submit] .icon-MPBR-search{color:#171a33!important}#header-outer #mobile-menu ul li[class*="current"]>a,#header-outer #mobile-menu ul li a:hover,#header-outer #mobile-menu ul li a:focus,#header-outer #mobile-menu ul li a:hover .sf-sub-indicator i,#header-outer #mobile-menu ul li a:focus .sf-sub-indicator i{color:#171a33}[data-style="list_featured_first_row"] .meta-category a:before,.tabbed>ul li .active-tab,.tabbed>ul li .active-tab:hover,.wpb_row .mpbr-post-grid-filters[data-active-color="accent-color"] a:after,.testimonial_slider[data-style="multiple_visible"][data-color*="accent-color"] .flickity-page-dots .dot.is-selected:before,.testimonial_slider[data-style="multiple_visible"][data-color*="accent-color"] blockquote.is-selected p,.mpbr_video_lightbox.mpbr-button[data-color="default-accent-color"],.mpbr_video_lightbox.mpbr-button[data-color="transparent-accent-color"]:hover,.mpbr-cta[data-color="accent-color"]:not([data-style="material"]) .link_wrap,.flex-direction-nav a,.carousel-prev:hover,.carousel-next:hover,.mpbr-flickity[data-controls*="arrows_overlaid"][data-control-color="accent-color"] .flickity-prev-next-button:hover:before,.mpbr-flickity[data-controls="default"][data-control-color="accent-color"] .flickity-page-dots .dot:before,.mpbr-flickity[data-controls="touch_total"][data-control-color="accent-color"] .visualized-total span,[class*=" icon-"],.toggle.open h3 a,div[data-style="minimal"] .toggle.open h3 i:after,div[data-style="minimal"] .toggle:hover h3 i:after,div[data-style="minimal"] .toggle.open h3 i:before,div[data-style="minimal"] .toggle:hover h3 i:before,div[data-style="minimal_small"] .toggle.accent-color>h3:after,.main-content .widget_calendar caption,#footer-outer .widget_calendar caption,.post .more-link span:hover,.post.format-quote .post-content .quote-inner,.post.format-link .post-content .link-inner,.mpbr-post-grid-wrap[data-load-more-color="accent-color"] .load-more:hover,.format-status .post-content .status-inner,.mpbr-post-grid-item.mpbr-new-item .inner:before,input[type=submit]:hover,input[type="button"]:hover,body[data-form-submit="regular"] input[type=submit],body[data-form-submit="regular"] button[type=submit],body[data-form-submit="regular"] .container-wrap .span_12.light input[type=submit]:hover,body[data-form-submit="regular"] .container-wrap .span_12.light button[type=submit]:hover,#slide-out-widget-area,#slide-out-widget-area-bg.fullscreen,#slide-out-widget-area-bg.fullscreen-split,#slide-out-widget-area-bg.fullscreen-alt .bg-inner,body.material #slide-out-widget-area-bg.slide-out-from-right,.widget .material .widget .tagcloud a:before,.mpbr-hor-list-item[data-hover-effect="full_border"][data-color="accent-color"] .mpbr-list-item-btn:hover,#header-outer[data-lhe="animated_underline"] .mpbr-header-text-content a:after,.mpbr-slide-in-cart.style_slide_in_click .widget_shopping_cart .mpbr-notice,.woocommerce #review_form #respond .form-submit #submit,#header-outer .mpbr-menu-label:before{background-color:#171a33}.orbit-wrapper .slider-nav .right,.orbit-wrapper .slider-nav .left,.progress li span,.mpbr-progress-bar span,#footer-outer #footer-widgets .col .tagcloud a:hover,#sidebar .widget .tagcloud a:hover,#fp-nav.tooltip ul li .fp-tooltip .tooltip-inner,#pagination .next a:hover,#pagination .prev a:hover,.comment-list .reply a:hover,.comment-list .reply a:focus,.icon-normal,.bar_graph li span,.mpbr-button[data-color-override="false"].regular-button,.mpbr-button.tilt.accent-color,body .swiper-slide .button.transparent_2 .primary-color:hover,#footer-outer #footer-widgets .col input[type="submit"],.blog-recent .more-link span:hover,.post-tags a:hover,#to-top:hover,#to-top.dark:hover,body[data-button-style*="rounded"] #to-top:after,#pagination a.page-numbers:hover,#pagination span.page-numbers.current,.portfolio-items .col[data-default-color="true"] .work-item:not(.style-3) .work-info-bg,.portfolio-items .col[data-default-color="true"] .bottom-meta,.portfolio-items .col.mpbr-new-item .inner-wrap:before,.portfolio-filters-inline[data-color-scheme="accent-color-underline"] a:after,.portfolio-filters a,.portfolio-filters #sort-portfolio,.project-attrs li span,.portfolio-filters,.portfolio-filters-inline[data-color-scheme="accent-color"],.bottom_controls #portfolio-nav .controls li a i:after,.bottom_controls #portfolio-nav ul:first-child li#all-items a:hover i,.single-portfolio .facebook-share a:hover,.single-portfolio .twitter-share a:hover,.single-portfolio .pinterest-share a:hover,.single-post .facebook-share a:hover,.single-post .twitter-share a:hover,.single-post .pinterest-share a:hover,.mejs-controls .mejs-time-rail .mejs-time-current,.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current,.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.post.quote .content-inner .quote-inner .whole-link,.masonry.classic_enhanced .post.quote.wide_tall .post-content a:hover .quote-inner,.masonry.classic_enhanced .post.link.wide_tall .post-content a:hover .link-inner,.iosSlider .prev_slide:hover,.iosSlider .next_slide:hover,#header-outer .widget_shopping_cart a.button,#header-outer a.cart-contents .cart-wrap span,#header-outer #mobile-cart-link .cart-wrap span,#top nav ul .slide-out-widget-area-toggle a:hover .lines,#top nav ul .slide-out-widget-area-toggle a:hover .lines:after,#top nav ul .slide-out-widget-area-toggle a:hover .lines:before,#top nav ul .slide-out-widget-area-toggle a:hover .lines-button:after,#header-outer .widget_shopping_cart a.button,body[data-header-format="left-header"] #header-outer[data-lhe="animated_underline"] #top nav ul li:not([class*="button_"])>a span:after,#buddypress a.button:focus,.swiper-slide .button.solid_color a,.swiper-slide .button.solid_color_2 a,.select2-container .select2-choice:hover,.select2-dropdown-open .select2-choice,#top nav>ul>.button_solid_color>a:before,#header-outer.transparent #top nav>ul>.button_solid_color>a:before,.twentytwenty-handle,.twentytwenty-horizontal .twentytwenty-handle:before,.twentytwenty-horizontal .twentytwenty-handle:after,.twentytwenty-vertical .twentytwenty-handle:before,.twentytwenty-vertical .twentytwenty-handle:after,.masonry.classic_enhanced .posts-container article .meta-category a:hover,.blog-recent[data-style*="classic_enhanced"] .meta-category a:hover,.masonry.classic_enhanced .posts-container article .video-play-button,.masonry.material .masonry-blog-item .meta-category a:before,.material.masonry .masonry-blog-item .video-play-button,.masonry.material .quote-inner:before,.masonry.material .link-inner:before,.mpbr-recent-posts-slider .container .strong span:before,#page-header-bg[data-post-hs="default_minimal"] .inner-wrap>a:hover,#page-header-bg[data-post-hs="default_minimal"] .inner-wrap>a:focus,.single .heading-title[data-header-style="default_minimal"] .meta-category a:hover,.single .heading-title[data-header-style="default_minimal"] .meta-category a:focus,.mpbr-fancy-box:after,.divider-small-border[data-color="accent-color"],.divider-border[data-color="accent-color"],.mpbr-animated-title[data-color="accent-color"] .mpbr-animated-title-inner:after,#fp-nav:not(.light-controls).tooltip_alt ul li a span:after,#fp-nav.tooltip_alt ul li a span:after,.mpbr-video-box[data-color="default-accent-color"] .mpbr_video_lightbox,body .mpbr-video-box[data-color="default-accent-color"][data-hover="zoom_button"] .mpbr_video_lightbox:after,.mpbr_video_lightbox.play_button_with_text[data-color="default-accent-color"]:not([data-style="small"]) .play>.inner-wrap:before,.span_12.dark .owl-theme .owl-dots .owl-dot.active span,.span_12.dark .owl-theme .owl-dots .owl-dot:hover span,.mpbr-recent-posts-single_featured .strong a,.post-area.standard-minimal .post .more-link span:before,.mpbr-slide-in-cart .widget_shopping_cart a.button,.related-posts[data-style="material"] .meta-category a:before,.post-area.featured_img_left .meta-category a:before,body.material #page-header-bg.fullscreen-header .inner-wrap>a,.mpbr-hor-list-item[data-color="accent-color"]:before,.material #sidebar .widget .tagcloud a:before,.single .post-area .content-inner>.post-tags a:before,.auto_meta_overlaid_spaced .post.quote .n-post-bg:after,.auto_meta_overlaid_spaced .post.link .n-post-bg:after,.post-area.featured_img_left .posts-container .article-content-wrap .video-play-button,.post-area.featured_img_left .post .quote-inner:before,.post-area.featured_img_left .link-inner:before,.mpbr-recent-posts-single_featured.multiple_featured .controls li:after,.mpbr-recent-posts-single_featured.multiple_featured .controls .active:before,.mpbr-fancy-box[data-color="accent-color"]:not([data-style="default"]) .box-bg:after,body.material[data-button-style^="rounded"] .mpbr-button.see-through.accent-color[data-color-override="false"] i,body.material .mpbr-video-box[data-color="default-accent-color"] .mpbr_video_lightbox:before,.mpbr_team_member_overlay .team_member_details .bio-inner .mobile-close:before,.mpbr_team_member_overlay .team_member_details .bio-inner .mobile-close:after,.fancybox-navigation button:hover:before,button[type=submit]:hover,button[type=submit]:focus,body[data-form-submit="see-through"] input[type=submit]:hover,body[data-form-submit="see-through"] button[type=submit]:hover,body[data-form-submit="see-through"] .container-wrap .span_12.light input[type=submit]:hover,body[data-form-submit="see-through"] .container-wrap .span_12.light button[type=submit]:hover,body.original .bypostauthor .comment-body:before,.widget_layered_nav ul.yith-wcan-label li a:hover,.widget_layered_nav ul.yith-wcan-label .chosen a,.mpbr-next-section-wrap.bounce a:before,body .mpbr-button.see-through-2[data-hover-color-override="false"]:hover{background-color:#171a33!important}#header-outer #top nav>ul>li:not(.megamenu) ul a:hover,#header-outer:not([data-format="left-header"]) #top nav>ul>li:not(.megamenu) .sfHover>a,#header-outer #top nav>ul>li:not(.megamenu) .sfHover>a,#header-outer:not([data-format="left-header"]) #top nav>ul>li:not(.megamenu) ul a:hover,#header-outer:not([data-format="left-header"]) #top nav>ul>li:not(.megamenu) ul .current-menu-item>a,#header-outer:not([data-format="left-header"]) #top nav>ul>li:not(.megamenu) ul .current-menu-ancestor>a,#header-outer nav>ul>.megamenu>ul ul li a:hover,#header-outer nav>ul>.megamenu>ul ul li a:focus,#header-outer nav>ul>.megamenu>ul ul .sfHover>a,#header-secondary-outer ul>li:not(.megamenu) .sfHover>a,#header-secondary-outer ul>li:not(.megamenu) ul a:hover,#header-secondary-outer ul>li:not(.megamenu) ul a:focus,body:not([data-header-format="left-header"]) #header-outer nav>ul>.megamenu>ul ul .current-menu-item>a{background-color:#171a33!important}#header-outer[data-format="left-header"] #top nav>ul>li:not(.megamenu) ul a:hover{color:#171a33}#header-outer[data-format="left-header"] .sf-menu .sub-menu .current-menu-item>a,.sf-menu ul .open-submenu>a{color:#171a33!important}.tabbed>ul li .active-tab,body.material input[type=text]:focus,body.material textarea:focus,body.material input[type=email]:focus,body.material input[type=search]:focus,body.material input[type=password]:focus,body.material input[type=tel]:focus,body.material input[type=url]:focus,body.material input[type=date]:focus,body.material select:focus,.row .col .wp-caption .wp-caption-text,.material.woocommerce-page input#coupon_code:focus,.material #search-outer #search input[type="text"],#header-outer[data-lhe="animated_underline"] #top nav>ul>li>a .menu-title-text:after,div[data-style="minimal"] .toggle.default.open i,div[data-style="minimal"] .toggle.default:hover i,div[data-style="minimal"] .toggle.accent-color.open i,div[data-style="minimal"] .toggle.accent-color:hover i,.single #single-meta div a:hover,.single #single-meta div a:focus,.single .fullscreen-blog-header #single-below-header>span a:hover,.blog-title #single-meta .mpbr-social.hover>div a:hover,.mpbr-hor-list-item[data-hover-effect="full_border"][data-color="accent-color"]:hover,.material.woocommerce-page[data-form-style="default"] div input#coupon_code:focus{border-color:#171a33}body[data-form-style="minimal"] label:after,body .recent_projects_widget a:hover img,.recent_projects_widget a:hover img,#sidebar #flickr a:hover img,body .mpbr-button.see-through-2[data-hover-color-override="false"]:hover,#footer-outer #flickr a:hover img,#featured article .post-title a:hover,body #featured article .post-title a:hover,div.wpcf7-validation-errors,.select2-container .select2-choice:hover,.select2-dropdown-open .select2-choice,body:not(.original) .bypostauthor img.avatar,.material blockquote::before,blockquote.wp-block-quote:before,#header-outer:not(.transparent) #top nav>ul>.button_bordered>a:hover:before,.single #project-meta ul li:not(.meta-share-count):hover a,body[data-button-style="rounded"] #pagination>a:hover,body[data-form-submit="see-through"] input[type=submit],body[data-form-submit="see-through"] button[type=submit],.span_12.dark .mpbr_video_lightbox.play_button_with_text[data-color="default-accent-color"] .play:before,.span_12.dark .mpbr_video_lightbox.play_button_with_text[data-color="default-accent-color"] .play:after,#header-secondary-outer[data-lhe="animated_underline"] nav>.sf-menu>li>a .menu-title-text:after,body.material .mpbr-button.see-through.accent-color[data-color-override="false"],.woocommerce-page.material .widget_price_filter .ui-slider .ui-slider-handle,body[data-form-submit="see-through"] button[type=submit]:not(.search-widget-btn),.woocommerce-account[data-form-submit="see-through"] .woocommerce-form-login button.button,.woocommerce-account[data-form-submit="see-through"] .woocommerce-form-register button.button,body[data-form-submit="see-through"] .woocommerce #order_review #payment #place_order,body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single:hover,body[data-fancy-form-rcs="1"] .select2-container--default.select2-container--open .select2-selection--single,.gallery a:hover img{border-color:#171a33!important}.woocommerce div.product .woocommerce-variation-price span.price,.woocommerce div.product .entry-summary .stock{color:#171a33}#header-outer .widget_shopping_cart .cart_list a,#header-outer .woocommerce.widget_shopping_cart .cart_list li a.remove,.woocommerce .star-rating,.woocommerce form .form-row .required,.woocommerce-page form .form-row .required,.woocommerce ul.products li.product .price,.woocommerce-page ul.products li.product .price,.woocommerce-pagination a.page-numbers:hover,.woocommerce p.stars a:hover,.woocommerce .material.product .product-wrap .product-add-to-cart a:hover,.woocommerce .material.product .product-wrap .product-add-to-cart a:hover>span,.woocommerce-MyAccount-navigation ul li.is-active a:before,.woocommerce-MyAccount-navigation ul li:hover a:before,.woocommerce.ascend .price_slider_amount button.button[type="submit"],.ascend.woocommerce #sidebar div ul li a:hover,.ascend.woocommerce #sidebar div ul .current-cat>a,.woocommerce .widget_layered_nav ul li.chosen a:after,.woocommerce-page .widget_layered_nav ul li.chosen a:after,.woocommerce-account .woocommerce>#customer_login .mpbr-form-controls .control.active,.woocommerce-account .woocommerce>#customer_login .mpbr-form-controls .control:hover,.woocommerce #review_form #respond p.comment-notes span.required,.mpbr-slide-in-cart:not(.style_slide_in_click) .widget_shopping_cart .cart_list a,#sidebar .widget_shopping_cart .cart_list li a.remove:hover,.text_on_hover.product .add_to_cart_button,.text_on_hover.product>.button,.minimal.product .product-wrap .normal.icon-MPBR-cart[class*=" icon-"],.minimal.product .product-wrap i,.minimal.product .product-wrap .normal.icon-MPBR-m-eye,.products li.product.minimal .product-add-to-cart .loading:after,.ascend #header-outer:not(.transparent) .cart-outer:hover .cart-menu-wrap:not(.has_products) .icon-MPBR-cart{color:#171a33!important}.woocommerce div.product .woocommerce-tabs ul.tabs li.active,.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active{background-color:#171a33}.woocommerce ul.products li.product .onsale,.woocommerce-page ul.products li.product .onsale,.woocommerce span.onsale,.woocommerce-page span.onsale,.woocommerce .product-wrap .add_to_cart_button.added,.single-product .facebook-share a:hover,.single-product .twitter-share a:hover,.single-product .pinterest-share a:hover,.woocommerce-message,.woocommerce-error,.woocommerce-info,.woocommerce .chzn-container .chzn-results .highlighted,.woocommerce .chosen-container .chosen-results .highlighted,.woocommerce a.button:hover,.woocommerce-page a.button:hover,.woocommerce button.button:hover,.woocommerce-page button.button:hover,.woocommerce input.button:hover,.woocommerce-page input.button:hover,.woocommerce #respond input#submit:hover,.woocommerce-page #respond input#submit:hover,.woocommerce #content input.button:hover,.woocommerce-page #content input.button:hover,.woocommerce .widget_price_filter .ui-slider .ui-slider-range,.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range,.ascend.woocommerce .widget_price_filter .ui-slider .ui-slider-range,.ascend.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range,.woocommerce #sidebar div ul li a:hover~.count,.woocommerce #sidebar div ul li.chosen>a~.count,.woocommerce #sidebar div ul .current-cat>.count,body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single:hover,body[data-fancy-form-rcs="1"] .select2-container--default.select2-container--open .select2-selection--single,.woocommerce .widget_price_filter .ui-slider .ui-slider-range,.material.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range,.woocommerce-account .woocommerce-form-login button.button,.woocommerce-account .woocommerce-form-register button.button,.woocommerce.widget_price_filter .price_slider:not(.ui-slider):before,.woocommerce.widget_price_filter .price_slider:not(.ui-slider):after,.woocommerce.widget_price_filter .price_slider:not(.ui-slider),body .woocommerce.add_to_cart_inline a.button.add_to_cart_button,.woocommerce table.cart a.remove:hover,.woocommerce #content table.cart a.remove:hover,.woocommerce-page table.cart a.remove:hover,.woocommerce-page #content table.cart a.remove:hover,.woocommerce-page .woocommerce p.return-to-shop a.wc-backward,.woocommerce .yith-wcan-reset-navigation.button,ul.products li.minimal.product span.onsale,.span_12.dark .mpbr-woo-flickity[data-controls="arrows-and-text"] .mpbr-woo-carousel-top a:after,.woocommerce-page button.single_add_to_cart_button,.woocommerce div.product .woocommerce-tabs .full-width-content ul.tabs li a:after,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,.woocommerce #order_review #payment #place_order,.woocommerce .span_4 input[type="submit"].checkout-button,.woocommerce .material.product .add_to_cart_button,body nav.woocommerce-pagination span.page-numbers.current,.woocommerce span.onsale .mpbr-quick-view-box .onsale,.mpbr-quick-view-box .onsale,.woocommerce-page .mpbr-quick-view-box .onsale,.cart .quantity input.plus:hover,.cart .quantity input.minus:hover,.woocommerce-mini-cart .quantity input.plus:hover,.woocommerce-mini-cart .quantity input.minus:hover,body .mpbr-quick-view-box .single_add_to_cart_button,.woocommerce .classic .add_to_cart_button,.woocommerce .classic .product-add-to-cart a.button,body[data-form-submit="see-through"] .woocommerce #order_review #payment #place_order:hover,body .products-carousel .carousel-next:hover,body .products-carousel .carousel-prev:hover,.text_on_hover.product .mpbr_quick_view,.text_on_hover.product a.added_to_cart{background-color:#171a33!important}.single-product .product[data-gallery-style="left_thumb_sticky"] .product-thumbs .flickity-slider .thumb.is-nav-selected img,.single-product:not(.mobile) .product[data-gallery-style="left_thumb_sticky"] .product-thumbs .thumb a.active img{border-color:#171a33!important}.woocommerce.material .widget_price_filter .ui-slider .ui-slider-handle:before,.material.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle:before{box-shadow:0 0 0 10px #171a33 inset}.woocommerce.material .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active:before,.material.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active:before{box-shadow:0 0 0 2px #171a33 inset}.woocommerce #sidebar .widget_layered_nav ul.yith-wcan-color li.chosen a{box-shadow:0 0 0 2px #171a33,inset 0 0 0 3px #fff}.woocommerce #sidebar .widget_layered_nav ul.yith-wcan-color li a:hover{box-shadow:0 0 0 2px #171a33,0 8px 20px rgb(0 0 0 / .2),inset 0 0 0 3px #fff}.woocommerce-account .woocommerce>#customer_login .mpbr-form-controls .control{background-image:linear-gradient(to right,#171a33 0%,#171a33 100%)}@media only screen and (max-width:768px){.woocommerce-page table.cart a.remove{background-color:#171a33!important}}.mpbr-highlighted-text[data-using-custom-color="false"]:not([data-style="text_outline"]) em{background-image:linear-gradient(to right,rgb(23 26 51 / .3) 0%,rgb(23 26 51 / .3) 100%)}.mpbr-highlighted-text[data-using-custom-color="false"][data-style="regular_underline"] a em,.mpbr-highlighted-text[data-using-custom-color="false"][data-style="regular_underline"] em.has-link{background-image:linear-gradient(to right,rgb(23 26 51 / .3) 0%,rgb(23 26 51 / .3) 100%),linear-gradient(to right,#171a33 0%,#171a33 100%)}.mpbr_icon_wrap .svg-icon-holder[data-color="accent-color"] svg path{stroke:#171a33!important}body.material[data-button-style^="rounded"] .mpbr-button.see-through.accent-color[data-color-override="false"] i:after{box-shadow:#171a33 0 8px 15px;opacity:.24}.mpbr-fancy-box[data-style="color_box_hover"][data-color="accent-color"]:before{box-shadow:0 30px 90px #171a33}.mpbr-fancy-box[data-style="hover_desc"][data-color="accent-color"]:before{background:linear-gradient(to bottom,#fff0,#171a33 100%)}#footer-outer[data-link-hover="underline"][data-custom-color="false"] #footer-widgets ul:not([class*="mpbr_blog_posts"]):not(.cart_list) a:not(.tag-cloud-link):not(.mpbr-button),#footer-outer[data-link-hover="underline"] #footer-widgets .textwidget a:not(.mpbr-button){background-image:linear-gradient(to right,#171a33 0%,#171a33 100%)}#search-results .result .title a{background-image:linear-gradient(to right,#171a33 0%,#171a33 100%)}.container-wrap .bottom_controls #portfolio-nav ul:first-child li#all-items a:hover i{box-shadow:-.6em 0 #171a33,-.6em .6em #171a33,.6em 0 #171a33,.6em -.6em #171a33,0 -.6em #171a33,-.6em -.6em #171a33,0 .6em #171a33,.6em .6em #171a33}#fp-nav:not(.light-controls).tooltip_alt ul li a.active span,#fp-nav.tooltip_alt ul li a.active span{box-shadow:inset 0 0 0 2px #171a33;-webkit-box-shadow:inset 0 0 0 2px #171a33}.default-loading-icon:before{border-top-color:#171a33!important}#header-outer a.cart-contents span:before,#fp-nav.tooltip ul li .fp-tooltip .tooltip-inner:after{border-color:#fff0 #171a33!important}body .testimonial_slider[data-style="multiple_visible"][data-color*="accent-color"] blockquote .bottom-arrow:after,body .dark .testimonial_slider[data-style="multiple_visible"][data-color*="accent-color"] blockquote .bottom-arrow:after,.portfolio-items[data-ps="6"] .bg-overlay,.portfolio-items[data-ps="6"].no-masonry .bg-overlay,.mpbr_team_member_close .inner,.mpbr_team_member_overlay .team_member_details .bio-inner .mobile-close{border-color:#171a33}.widget .mpbr_widget[class*="mpbr_blog_posts_"] .arrow-circle svg circle,.mpbr-woo-flickity[data-controls="arrows-and-text"] .flickity-prev-next-button svg circle.time{stroke:#171a33}.im-icon-wrap[data-color="accent-color"] path{fill:#171a33}@media only screen and (min-width :1px) and (max-width :1000px){body #featured article .post-title>a{background-color:#171a33}body #featured article .post-title>a{border-color:#171a33}}#header-outer .widget_shopping_cart .cart_list li a.remove,.original #header-outer .woocommerce.widget_shopping_cart .cart_list li a.remove,.stock.out-of-stock,#header-outer #top nav>ul>.button_bordered_2>a:hover,#header-outer[data-lhe="default"] #top nav>ul>.button_bordered_2>a:hover,#header-outer[data-lhe="default"] #top nav .sf-menu .button_bordered_2.current-menu-item>a{color:#22354d!important}#top nav>ul>.button_solid_color_2>a:before,#header-outer.transparent #top nav>ul>.button_solid_color_2>a:before,body[data-slide-out-widget-area-style="slide-out-from-right"]:not([data-header-color="custom"]).material .slide_out_area_close:before,#header-outer .widget_shopping_cart a.button,.woocommerce ul.products li.product .onsale,.woocommerce-page ul.products li.product .onsale,.woocommerce span.onsale,.woocommerce-page span.onsale{background-color:#22354d}#header-outer .woocommerce.widget_shopping_cart .cart_list li a.remove,#header-outer .woocommerce.widget_shopping_cart .cart_list li a.remove,#header-outer:not(.transparent) #top nav>ul>.button_bordered_2>a:hover:before{border-color:#22354d}.testimonial_slider[data-rating-color="extra-color-1"] .star-rating .filled:before,div[data-style="minimal"] .toggle.extra-color-1:hover h3 a,div[data-style="minimal"] .toggle.extra-color-1.open h3 a,div[data-style="minimal_small"] .toggle.extra-color-1>h3 a:hover,div[data-style="minimal_small"] .toggle.extra-color-1.open>h3 a{color:#22354d}.mpbr-milestone .number.extra-color-1,span.extra-color-1,.team-member .social.extra-color-1 li a,body [class^="icon-"].icon-default-style.extra-color-1,body [class^="icon-"].icon-default-style[data-color="extra-color-1"],.team-member .extra-color-1:hover,.svg-icon-holder[data-color="extra-color-1"],.mpbr_icon_wrap[data-color="extra-color-1"] i,body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme="extra-color-1-underline"].full-width-section .active,body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme="extra-color-1-underline"].full-width-section a:hover,body.material .mpbr-button.see-through.extra-color-1[data-color-override="false"],.mpbr_single_testimonial[data-color="extra-color-1"] p .open-quote,.no-highlight.extra-color-1 h3{color:#22354d!important}.wpb_row .mpbr-post-grid-filters[data-active-color="extra-color-1"] a:after,.testimonial_slider[data-style="multiple_visible"][data-color*="extra-color-1"] .flickity-page-dots .dot.is-selected:before,.testimonial_slider[data-style="multiple_visible"][data-color*="extra-color-1"] blockquote.is-selected p,.mpbr-button.mpbr_video_lightbox[data-color="default-extra-color-1"],.mpbr_video_lightbox.mpbr-button[data-color="transparent-extra-color-1"]:hover,.mpbr-cta[data-color="extra-color-1"]:not([data-style="material"]) .link_wrap,.mpbr-flickity[data-controls*="arrows_overlaid"][data-control-color="extra-color-1"] .flickity-prev-next-button:hover:before,.mpbr-flickity[data-controls="default"][data-control-color="extra-color-1"] .flickity-page-dots .dot:before,.mpbr-flickity[data-controls="touch_total"][data-control-color="extra-color-1"] .visualized-total span,.mpbr-post-grid-wrap[data-load-more-color="extra-color-1"] .load-more:hover,[class*=" icon-"].extra-color-1.icon-normal,div[data-style="minimal"] .toggle.extra-color-1.open i:after,div[data-style="minimal"] .toggle.extra-color-1:hover i:after,div[data-style="minimal"] .toggle.open.extra-color-1 i:before,div[data-style="minimal"] .toggle.extra-color-1:hover i:before,div[data-style="minimal_small"] .toggle.extra-color-1>h3:after,.toggle.open.extra-color-1 h3 a,.mpbr-hor-list-item[data-hover-effect="full_border"][data-color="extra-color-1"] .mpbr-list-item-btn:hover{background-color:#22354d}.mpbr-button.regular-button.extra-color-1,.mpbr-button.tilt.extra-color-1,body .swiper-slide .button.transparent_2 .extra-color-1:hover,#sidebar .widget:hover [class^="icon-"].icon-3x.extra-color-1:not(.alt-style),.portfolio-filters-inline[data-color-scheme="extra-color-1"],.portfolio-filters[data-color-scheme="extra-color-1"] #sort-portfolio,.portfolio-filters[data-color-scheme="extra-color-1"] a,.mpbr-fancy-box[data-color="extra-color-1"]:after,.divider-small-border[data-color="extra-color-1"],.divider-border[data-color="extra-color-1"],.mpbr-animated-title[data-color="extra-color-1"] .mpbr-animated-title-inner:after,.portfolio-filters-inline[data-color-scheme="extra-color-1-underline"] a:after,.mpbr-video-box[data-color="extra-color-1"] .mpbr_video_lightbox,body .mpbr-video-box[data-color="extra-color-1"][data-hover="zoom_button"] .mpbr_video_lightbox:after,.mpbr_video_lightbox.play_button_with_text[data-color="extra-color-1"]:not([data-style="small"]) .play>.inner-wrap:before,body.material .mpbr-video-box[data-color="extra-color-1"] .mpbr_video_lightbox:before,.mpbr-hor-list-item[data-color="extra-color-1"]:before,.mpbr-fancy-box[data-color="extra-color-1"]:not([data-style="default"]) .box-bg:after,body.material[data-button-style^="rounded"] .mpbr-button.see-through.extra-color-1[data-color-override="false"] i,.mpbr-recent-posts-single_featured.multiple_featured .controls[data-color="extra-color-1"] li:after,.extra-color-1.icon-normal,.bar_graph li .extra-color-1,.mpbr-progress-bar .extra-color-1,.swiper-slide .button.solid_color .extra-color-1,.swiper-slide .button.solid_color_2 .extra-color-1{background-color:#22354d!important}.mpbr_icon_wrap .svg-icon-holder[data-color="extra-color-1"] svg path{stroke:#22354d!important}body.material[data-button-style^="rounded"] .mpbr-button.see-through.extra-color-1[data-color-override="false"] i:after{box-shadow:#22354d 0 8px 15px;opacity:.24}.mpbr-fancy-box[data-style="color_box_hover"][data-color="extra-color-1"]:before{box-shadow:0 30px 90px #22354d}.mpbr-fancy-box[data-style="hover_desc"][data-color="extra-color-1"]:before{background:linear-gradient(to bottom,#fff0,#22354d 100%)}body .testimonial_slider[data-style="multiple_visible"][data-color*="extra-color-1"] blockquote .bottom-arrow:after,body .dark .testimonial_slider[data-style="multiple_visible"][data-color*="extra-color-1"] blockquote .bottom-arrow:after,div[data-style="minimal"] .toggle.open.extra-color-1 i,div[data-style="minimal"] .toggle.extra-color-1:hover i,.span_12.dark .mpbr_video_lightbox.play_button_with_text[data-color="extra-color-1"] .play:before,.span_12.dark .mpbr_video_lightbox.play_button_with_text[data-color="extra-color-1"] .play:after,.mpbr-hor-list-item[data-hover-effect="full_border"][data-color="extra-color-1"]:hover{border-color:#22354d}body.material .mpbr-button.see-through.extra-color-1[data-color-override="false"]{border-color:#22354d!important}.im-icon-wrap[data-color="extra-color-1"] path{fill:#22354d}.testimonial_slider[data-rating-color="extra-color-2"] .star-rating .filled:before,div[data-style="minimal"] .toggle.extra-color-2:hover h3 a,div[data-style="minimal"] .toggle.extra-color-2.open h3 a,div[data-style="minimal_small"] .toggle.extra-color-2>h3 a:hover,div[data-style="minimal_small"] .toggle.extra-color-2.open>h3 a{color:#000}.mpbr-milestone .number.extra-color-2,span.extra-color-2,.team-member .social.extra-color-2 li a,body [class^="icon-"].icon-default-style.extra-color-2,body [class^="icon-"].icon-default-style[data-color="extra-color-2"],.team-member .extra-color-2:hover,.svg-icon-holder[data-color="extra-color-2"],.mpbr_icon_wrap[data-color="extra-color-2"] i,body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme="extra-color-2-underline"].full-width-section .active,body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme="extra-color-2-underline"].full-width-section a:hover,body.material .mpbr-button.see-through.extra-color-2[data-color-override="false"],.mpbr_single_testimonial[data-color="extra-color-2"] p .open-quote,.no-highlight.extra-color-2 h3{color:#000000!important}.wpb_row .mpbr-post-grid-filters[data-active-color="extra-color-2"] a:after,.testimonial_slider[data-style="multiple_visible"][data-color*="extra-color-2"] .flickity-page-dots .dot.is-selected:before,.testimonial_slider[data-style="multiple_visible"][data-color*="extra-color-2"] blockquote.is-selected p,.mpbr-button.mpbr_video_lightbox[data-color="default-extra-color-2"],.mpbr_video_lightbox.mpbr-button[data-color="transparent-extra-color-2"]:hover,.mpbr-cta[data-color="extra-color-2"]:not([data-style="material"]) .link_wrap,.mpbr-flickity[data-controls*="arrows_overlaid"][data-control-color="extra-color-2"] .flickity-prev-next-button:hover:before,.mpbr-flickity[data-controls="default"][data-control-color="extra-color-2"] .flickity-page-dots .dot:before,.mpbr-flickity[data-controls="touch_total"][data-control-color="extra-color-2"] .visualized-total span,.mpbr-post-grid-wrap[data-load-more-color="extra-color-2"] .load-more:hover,[class*=" icon-"].extra-color-2.icon-normal,div[data-style="minimal"] .toggle.extra-color-2.open i:after,div[data-style="minimal"] .toggle.extra-color-2:hover i:after,div[data-style="minimal"] .toggle.open.extra-color-2 i:before,div[data-style="minimal"] .toggle.extra-color-2:hover i:before,div[data-style="minimal_small"] .toggle.extra-color-2>h3:after,.toggle.open.extra-color-2 h3 a,.mpbr-hor-list-item[data-hover-effect="full_border"][data-color="extra-color-2"] .mpbr-list-item-btn:hover{background-color:#000}.mpbr-button.regular-button.extra-color-2,.mpbr-button.tilt.extra-color-2,body .swiper-slide .button.transparent_2 .extra-color-2:hover,#sidebar .widget:hover [class^="icon-"].icon-3x.extra-color-2:not(.alt-style),.portfolio-filters-inline[data-color-scheme="extra-color-2"],.portfolio-filters[data-color-scheme="extra-color-2"] #sort-portfolio,.portfolio-filters[data-color-scheme="extra-color-2"] a,.mpbr-fancy-box[data-color="extra-color-2"]:after,.divider-small-border[data-color="extra-color-2"],.divider-border[data-color="extra-color-2"],.mpbr-animated-title[data-color="extra-color-2"] .mpbr-animated-title-inner:after,.portfolio-filters-inline[data-color-scheme="extra-color-2-underline"] a:after,.mpbr-video-box[data-color="extra-color-2"] .mpbr_video_lightbox,body .mpbr-video-box[data-color="extra-color-2"][data-hover="zoom_button"] .mpbr_video_lightbox:after,.mpbr_video_lightbox.play_button_with_text[data-color="extra-color-2"]:not([data-style="small"]) .play>.inner-wrap:before,body.material .mpbr-video-box[data-color="extra-color-2"] .mpbr_video_lightbox:before,.mpbr-hor-list-item[data-color="extra-color-2"]:before,.mpbr-fancy-box[data-color="extra-color-2"]:not([data-style="default"]) .box-bg:after,body.material[data-button-style^="rounded"] .mpbr-button.see-through.extra-color-2[data-color-override="false"] i,.mpbr-recent-posts-single_featured.multiple_featured .controls[data-color="extra-color-2"] li:after,.extra-color-2.icon-normal,.bar_graph li .extra-color-2,.mpbr-progress-bar .extra-color-2,.swiper-slide .button.solid_color .extra-color-2,.swiper-slide .button.solid_color_2 .extra-color-2{background-color:#000000!important}.mpbr_icon_wrap .svg-icon-holder[data-color="extra-color-2"] svg path{stroke:#000000!important}body.material[data-button-style^="rounded"] .mpbr-button.see-through.extra-color-2[data-color-override="false"] i:after{box-shadow:#000 0 8px 15px;opacity:.24}.mpbr-fancy-box[data-style="color_box_hover"][data-color="extra-color-2"]:before{box-shadow:0 30px 90px #000}.mpbr-fancy-box[data-style="hover_desc"][data-color="extra-color-2"]:before{background:linear-gradient(to bottom,#fff0,#000000 100%)}body .testimonial_slider[data-style="multiple_visible"][data-color*="extra-color-2"] blockquote .bottom-arrow:after,body .dark .testimonial_slider[data-style="multiple_visible"][data-color*="extra-color-2"] blockquote .bottom-arrow:after,div[data-style="minimal"] .toggle.open.extra-color-2 i,div[data-style="minimal"] .toggle.extra-color-2:hover i,.span_12.dark .mpbr_video_lightbox.play_button_with_text[data-color="extra-color-2"] .play:before,.span_12.dark .mpbr_video_lightbox.play_button_with_text[data-color="extra-color-2"] .play:after,.mpbr-hor-list-item[data-hover-effect="full_border"][data-color="extra-color-2"]:hover{border-color:#000}body.material .mpbr-button.see-through.extra-color-2[data-color-override="false"]{border-color:#000000!important}.im-icon-wrap[data-color="extra-color-2"] path{fill:#000}.testimonial_slider[data-rating-color="extra-color-3"] .star-rating .filled:before,div[data-style="minimal"] .toggle.extra-color-3:hover h3 a,div[data-style="minimal"] .toggle.extra-color-3.open h3 a,div[data-style="minimal_small"] .toggle.extra-color-3>h3 a:hover,div[data-style="minimal_small"] .toggle.extra-color-3.open>h3 a{color:#fff}.mpbr-milestone .number.extra-color-3,span.extra-color-3,.team-member .social.extra-color-3 li a,body [class^="icon-"].icon-default-style.extra-color-3,body [class^="icon-"].icon-default-style[data-color="extra-color-3"],.team-member .extra-color-3:hover,.svg-icon-holder[data-color="extra-color-3"],.mpbr_icon_wrap[data-color="extra-color-3"] i,body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme="extra-color-3-underline"].full-width-section .active,body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme="extra-color-3-underline"].full-width-section a:hover,body.material .mpbr-button.see-through.extra-color-3[data-color-override="false"],.mpbr_single_testimonial[data-color="extra-color-3"] p .open-quote,.no-highlight.extra-color-3 h3{color:#ffffff!important}.wpb_row .mpbr-post-grid-filters[data-active-color="extra-color-3"] a:after,.testimonial_slider[data-style="multiple_visible"][data-color*="extra-color-3"] .flickity-page-dots .dot.is-selected:before,.testimonial_slider[data-style="multiple_visible"][data-color*="extra-color-3"] blockquote.is-selected p,.mpbr-button.mpbr_video_lightbox[data-color="default-extra-color-3"],.mpbr_video_lightbox.mpbr-button[data-color="transparent-extra-color-3"]:hover,.mpbr-cta[data-color="extra-color-3"]:not([data-style="material"]) .link_wrap,.mpbr-flickity[data-controls*="arrows_overlaid"][data-control-color="extra-color-3"] .flickity-prev-next-button:hover:before,.mpbr-flickity[data-controls="default"][data-control-color="extra-color-3"] .flickity-page-dots .dot:before,.mpbr-flickity[data-controls="touch_total"][data-control-color="extra-color-3"] .visualized-total span,.mpbr-post-grid-wrap[data-load-more-color="extra-color-3"] .load-more:hover,[class*=" icon-"].extra-color-3.icon-normal,div[data-style="minimal"] .toggle.extra-color-3.open i:after,div[data-style="minimal"] .toggle.extra-color-3:hover i:after,div[data-style="minimal"] .toggle.open.extra-color-3 i:before,div[data-style="minimal"] .toggle.extra-color-3:hover i:before,div[data-style="minimal_small"] .toggle.extra-color-3>h3:after,.toggle.open.extra-color-3 h3 a,.mpbr-hor-list-item[data-hover-effect="full_border"][data-color="extra-color-3"] .mpbr-list-item-btn:hover{background-color:#fff}.mpbr-button.regular-button.extra-color-3,.mpbr-button.tilt.extra-color-3,body .swiper-slide .button.transparent_2 .extra-color-3:hover,#sidebar .widget:hover [class^="icon-"].icon-3x.extra-color-3:not(.alt-style),.portfolio-filters-inline[data-color-scheme="extra-color-3"],.portfolio-filters[data-color-scheme="extra-color-3"] #sort-portfolio,.portfolio-filters[data-color-scheme="extra-color-3"] a,.mpbr-fancy-box[data-color="extra-color-3"]:after,.divider-small-border[data-color="extra-color-3"],.divider-border[data-color="extra-color-3"],.mpbr-animated-title[data-color="extra-color-3"] .mpbr-animated-title-inner:after,.portfolio-filters-inline[data-color-scheme="extra-color-3-underline"] a:after,.mpbr-video-box[data-color="extra-color-3"] .mpbr_video_lightbox,body .mpbr-video-box[data-color="extra-color-3"][data-hover="zoom_button"] .mpbr_video_lightbox:after,.mpbr_video_lightbox.play_button_with_text[data-color="extra-color-3"]:not([data-style="small"]) .play>.inner-wrap:before,body.material .mpbr-video-box[data-color="extra-color-3"] .mpbr_video_lightbox:before,.mpbr-hor-list-item[data-color="extra-color-3"]:before,.mpbr-fancy-box[data-color="extra-color-3"]:not([data-style="default"]) .box-bg:after,body.material[data-button-style^="rounded"] .mpbr-button.see-through.extra-color-3[data-color-override="false"] i,.mpbr-recent-posts-single_featured.multiple_featured .controls[data-color="extra-color-3"] li:after,.extra-color-3.icon-normal,.bar_graph li .extra-color-3,.mpbr-progress-bar .extra-color-3,.swiper-slide .button.solid_color .extra-color-3,.swiper-slide .button.solid_color_2 .extra-color-3{background-color:#ffffff!important}.mpbr_icon_wrap .svg-icon-holder[data-color="extra-color-3"] svg path{stroke:#ffffff!important}body.material[data-button-style^="rounded"] .mpbr-button.see-through.extra-color-3[data-color-override="false"] i:after{box-shadow:#fff 0 8px 15px;opacity:.24}.mpbr-fancy-box[data-style="color_box_hover"][data-color="extra-color-3"]:before{box-shadow:0 30px 90px #fff}.mpbr-fancy-box[data-style="hover_desc"][data-color="extra-color-3"]:before{background:linear-gradient(to bottom,#fff0,#ffffff 100%)}body .testimonial_slider[data-style="multiple_visible"][data-color*="extra-color-3"] blockquote .bottom-arrow:after,body .dark .testimonial_slider[data-style="multiple_visible"][data-color*="extra-color-3"] blockquote .bottom-arrow:after,div[data-style="minimal"] .toggle.open.extra-color-3 i,div[data-style="minimal"] .toggle.extra-color-3:hover i,.span_12.dark .mpbr_video_lightbox.play_button_with_text[data-color="extra-color-3"] .play:before,.span_12.dark .mpbr_video_lightbox.play_button_with_text[data-color="extra-color-3"] .play:after,.mpbr-hor-list-item[data-hover-effect="full_border"][data-color="extra-color-3"]:hover{border-color:#fff}body.material .mpbr-button.see-through.extra-color-3[data-color-override="false"]{border-color:#ffffff!important}.im-icon-wrap[data-color="extra-color-3"] path{fill:#fff}.widget .mpbr_widget[class*="mpbr_blog_posts_"][data-style="hover-featured-image-gradient-and-counter"]>li a .popular-featured-img:after{background:#3452ff;background:linear-gradient(to right,#3452ff,#ff1053)}.divider-small-border[data-color="extra-color-gradient-1"],.divider-border[data-color="extra-color-gradient-1"],.mpbr-progress-bar .extra-color-gradient-1,.wpb_row .mpbr-post-grid-filters[data-active-color="extra-color-gradient-1"] a:after,.mpbr-recent-posts-single_featured.multiple_featured .controls[data-color="extra-color-gradient-1"] li:after,.mpbr-fancy-box[data-style="default"][data-color="extra-color-gradient-1"]:after{background:#ff1053;background:linear-gradient(to right,#ff1053,#3452ff)}.icon-normal.extra-color-gradient-1,body [class^="icon-"].icon-3x.alt-style.extra-color-gradient-1,.mpbr-button.extra-color-gradient-1:after,.mpbr-cta[data-color="extra-color-gradient-1"]:not([data-style="material"]) .link_wrap,.mpbr-button.see-through-extra-color-gradient-1:after,.mpbr-fancy-box[data-style="color_box_hover"][data-color="extra-color-gradient-1"] .box-bg:after,.mpbr-post-grid-wrap[data-load-more-color="extra-color-gradient-1"] .load-more:before{background:#ff1053;background:linear-gradient(to bottom right,#ff1053,#3452ff)}body.material .mpbr-button.regular.m-extra-color-gradient-1,body.material .mpbr-button.see-through.m-extra-color-gradient-1:before,.swiper-slide .button.solid_color .extra-color-gradient-1,.swiper-slide .button.transparent_2 .extra-color-gradient-1:before{background:#ff1053;background:linear-gradient(125deg,#ff1053,#3452ff)}body.material .mpbr-button.regular.m-extra-color-gradient-1:before{background:#3452ff}.mpbr-fancy-box[data-style="color_box_hover"][data-color="extra-color-gradient-1"]:before{box-shadow:0 30px 90px #3452ff}.testimonial_slider[data-rating-color="extra-color-gradient-1"] .star-rating .filled:before{color:#ff1053;background:linear-gradient(to right,#ff1053,#3452ff);-webkit-background-clip:text;-webkit-text-fill-color:#fff0;background-clip:text;text-fill-color:#fff0}.mpbr-button.extra-color-gradient-1,.mpbr-button.see-through-extra-color-gradient-1{border-width:3px;border-style:solid;-moz-border-image:-moz-linear-gradient(top right,#ff1053 0%,#3452ff 100%);-webkit-border-image:-webkit-linear-gradient(top right,#ff1053 0%,#3452ff 100%);border-image:linear-gradient(to bottom right,#ff1053 0%,#3452ff 100%);border-image-slice:1}[class^="icon-"][data-color="extra-color-gradient-1"]:before,[class*=" icon-"][data-color="extra-color-gradient-1"]:before,[class^="icon-"].extra-color-gradient-1:not(.icon-normal):before,[class*=" icon-"].extra-color-gradient-1:not(.icon-normal):before,.mpbr_icon_wrap[data-color="extra-color-gradient-1"]:not([data-style="shadow-bg"]) i{color:#ff1053;background:linear-gradient(to bottom right,#ff1053,#3452ff);-webkit-background-clip:text;-webkit-text-fill-color:#fff0;background-clip:text;text-fill-color:#fff0;display:initial}.mpbr-button.extra-color-gradient-1 .hover,.mpbr-button.see-through-extra-color-gradient-1 .start{background:#ff1053;background:linear-gradient(to bottom right,#ff1053,#3452ff);-webkit-background-clip:text;-webkit-text-fill-color:#fff0;background-clip:text;text-fill-color:#fff0;display:initial}.mpbr-button.extra-color-gradient-1.no-text-grad .hover,.mpbr-button.see-through-extra-color-gradient-1.no-text-grad .start{background:transparent!important;color:#ff1053!important}.divider-small-border[data-color="extra-color-gradient-2"],.divider-border[data-color="extra-color-gradient-2"],.mpbr-progress-bar .extra-color-gradient-2,.wpb_row .mpbr-post-grid-filters[data-active-color="extra-color-gradient-2"] a:after,.mpbr-recent-posts-single_featured.multiple_featured .controls[data-color="extra-color-gradient-2"] li:after,.mpbr-fancy-box[data-style="default"][data-color="extra-color-gradient-2"]:after{background:#32d6ff;background:linear-gradient(to right,#32d6ff,#2AC4EA)}.icon-normal.extra-color-gradient-2,body [class^="icon-"].icon-3x.alt-style.extra-color-gradient-2,.mpbr-button.extra-color-gradient-2:after,.mpbr-cta[data-color="extra-color-gradient-2"]:not([data-style="material"]) .link_wrap,.mpbr-button.see-through-extra-color-gradient-2:after,.mpbr-fancy-box[data-style="color_box_hover"][data-color="extra-color-gradient-2"] .box-bg:after,.mpbr-post-grid-wrap[data-load-more-color="extra-color-gradient-2"] .load-more:before{background:#32d6ff;background:linear-gradient(to bottom right,#32d6ff,#2AC4EA)}body.material .mpbr-button.regular.m-extra-color-gradient-2,body.material .mpbr-button.see-through.m-extra-color-gradient-2:before,.swiper-slide .button.solid_color .extra-color-gradient-2,.swiper-slide .button.transparent_2 .extra-color-gradient-2:before{background:#32d6ff;background:linear-gradient(125deg,#32d6ff,#2AC4EA)}body.material .mpbr-button.regular.m-extra-color-gradient-2:before{background:#2AC4EA}.mpbr-fancy-box[data-style="color_box_hover"][data-color="extra-color-gradient-2"]:before{box-shadow:0 30px 90px #2AC4EA}.testimonial_slider[data-rating-color="extra-color-gradient-2"] .star-rating .filled:before{color:#32d6ff;background:linear-gradient(to right,#32d6ff,#2AC4EA);-webkit-background-clip:text;-webkit-text-fill-color:#fff0;background-clip:text;text-fill-color:#fff0}.mpbr-button.extra-color-gradient-2,.mpbr-button.see-through-extra-color-gradient-2{border-width:3px;border-style:solid;-moz-border-image:-moz-linear-gradient(top right,#32d6ff 0%,#2AC4EA 100%);-webkit-border-image:-webkit-linear-gradient(top right,#32d6ff 0%,#2AC4EA 100%);border-image:linear-gradient(to bottom right,#32d6ff 0%,#2AC4EA 100%);border-image-slice:1}[class^="icon-"][data-color="extra-color-gradient-2"]:before,[class*=" icon-"][data-color="extra-color-gradient-2"]:before,[class^="icon-"].extra-color-gradient-2:not(.icon-normal):before,[class*=" icon-"].extra-color-gradient-2:not(.icon-normal):before,.mpbr_icon_wrap[data-color="extra-color-gradient-2"]:not([data-style="shadow-bg"]) i{color:#32d6ff;background:linear-gradient(to bottom right,#32d6ff,#2AC4EA);-webkit-background-clip:text;-webkit-text-fill-color:#fff0;background-clip:text;text-fill-color:#fff0;display:initial}.mpbr-button.extra-color-gradient-2 .hover,.mpbr-button.see-through-extra-color-gradient-2 .start{background:#32d6ff;background:linear-gradient(to bottom right,#32d6ff,#2AC4EA);-webkit-background-clip:text;-webkit-text-fill-color:#fff0;background-clip:text;text-fill-color:#fff0;display:initial}.mpbr-button.extra-color-gradient-2.no-text-grad .hover,.mpbr-button.see-through-extra-color-gradient-2.no-text-grad .start{background:transparent!important;color:#32d6ff!important}body,.container-wrap,.material .ocm-effect-wrap,.project-title,.ascend .container-wrap,.ascend .project-title,body .vc_text_separator div,.carousel-wrap[data-full-width="true"] .carousel-heading,.carousel-wrap .left-border,.carousel-wrap .right-border,.single-post.ascend #page-header-bg.fullscreen-header,.single-post #single-below-header.fullscreen-header,#page-header-wrap,.page-header-no-bg,#full_width_portfolio .project-title.parallax-effect,.portfolio-items .col,.page-template-template-portfolio-php .portfolio-items .col.span_3,.page-template-template-portfolio-php .portfolio-items .col.span_4,body .mpbr-quick-view-box div.product .product div.summary,.mpbr-global-section.before-footer,.mpbr-global-section.after-nav,body.box-rolling,body[data-footer-reveal="1"].ascend.box-rolling,body[data-footer-reveal="1"].box-rolling{background-color:#fff}body,body h1,body h2,body h3,body h4,body h5,body h6,.woocommerce div.product .woocommerce-tabs .full-width-content ul.tabs li a,.woocommerce .woocommerce-breadcrumb a,.woocommerce .woocommerce-breadcrumb i,body:not(.original) .comment-list .comment-author,body:not(.original) .comment-list .pingback .comment-body>a,.post-area.standard-minimal .post .more-link span,#sidebar .widget .mpbr_widget[class*="mpbr_blog_posts_"]>li .post-date{color:#8b8c98}.comment-list .comment-meta a:not(:hover),.material .comment-list .reply a:not(:hover){color:#8b8c98;opacity:.7}.woocommerce-tabs .full-width-content[data-tab-style="fullwidth"] ul.tabs li a,.woocommerce .woocommerce-breadcrumb a,.mpbr-shop-header>.woocommerce-ordering .select2-container--default .select2-selection__rendered,.woocommerce div.product .woocommerce-review-link,.woocommerce.single-product div.product_meta a{background-image:linear-gradient(to right,#8b8c98 0%,#8b8c98 100%)}#sidebar .price_slider_amount .price_label,#sidebar .price_slider_amount button.button[type="submit"]:not(:hover),#sidebar .price_slider_amount button.button:not(:hover){color:#8b8c98}#sidebar h4,.ascend.woocommerce #sidebar h4,body .row .col.section-title span{color:#8b8c98}#ajax-content-wrap ul.products li.product.minimal .price{color:#8b8c98!important}.single .heading-title[data-header-style="default_minimal"] .meta-category a{color:#8b8c98;border-color:#8b8c98}.full-width-section>.col.span_12.dark,.full-width-content>.col.span_12.dark{color:#8b8c98}.full-width-section>.col.span_12.dark .portfolio-items .col h3,.full-width-section>.col.span_12.dark .portfolio-items[data-ps="6"] .work-meta h4{color:#fff}#slide-out-widget-area ul .menu-item .mpbr-ext-menu-item .menu-title-text{background-image:linear-gradient(to right,#fff 0%,#fff 100%)}body #call-to-action{background-color:#ECEBE9}body #call-to-action span{color:#4B4F52}body #slide-out-widget-area-bg{background-color:rgb(0 0 0 / .8)}@media only screen and (min-width:1000px){#header-outer[data-format="centered-menu-bottom-bar"] #top .span_9 #logo{margin-top:-7.5px}#header-outer[data-format="centered-menu-bottom-bar"] #top .span_9 nav>ul>li:not(#social-in-menu):not(#mpbr-user-account):not(#search-btn):not(.slide-out-widget-area-toggle)>a{padding-bottom:15px}#header-outer #logo,#header-outer .logo-spacing{margin-top:15px;margin-bottom:15px;position:relative}#header-outer.small-nav #logo,#header-outer.small-nav .logo-spacing{margin-top:8.3333333333333px;margin-bottom:8.3333333333333px}#header-outer.small-nav #logo img,#header-outer.small-nav .logo-spacing img{height:59px}}@media only screen and (min-width:1000px){.material #header-outer:not(.transparent) .bg-color-stripe{top:95px;height:calc(35vh - 95px)}.material #header-outer:not(.transparent).small-nav .bg-color-stripe{top:75.666666666667px;height:calc(35vh - 75.666666666667px)}}@media only screen and (max-width:999px){.material #header-outer:not([data-permanent-transparent="1"]):not(.transparent) .bg-color-stripe,.material #header-outer:not([data-permanent-transparent="1"]).transparent .bg-color-stripe{top:64px;height:calc(30vh - 64px)}}#header-outer #logo img,#header-outer .logo-spacing img{height:65px}#header-outer[data-lhe="animated_underline"] #top nav>ul>li>a,#top nav>ul>li[class*="button_solid_color"]>a,body #header-outer[data-lhe="default"] #top nav .sf-menu>li[class*="button_solid_color"]>a:hover,#header-outer[data-lhe="animated_underline"] #top nav>.sf-menu>li[class*="button_bordered"]>a,#top nav>ul>li[class*="button_bordered"]>a,body #header-outer.transparent #top nav>ul>li[class*="button_bordered"]>a,body #header-outer[data-lhe="default"] #top nav .sf-menu>li[class*="button_bordered"]>a:hover,body #header-outer.transparent #top nav>ul>li[class*="button_solid_color"]>a,#header-outer[data-lhe="animated_underline"] #top nav>ul>li[class*="button_solid_color"]>a{margin-left:10px;margin-right:10px}#header-outer[data-lhe="default"] #top nav>ul>li>a,#header-outer .mpbr-header-text-content,body[data-header-search="false"][data-full-width-header="false"] #header-outer[data-lhe="animated_underline"][data-format="default"][data-cart="false"] .mpbr-header-text-content{padding-left:10px;padding-right:10px}#header-outer[data-lhe="animated_underline"][data-condense="true"][data-format="centered-menu-bottom-bar"].fixed-menu #top nav>ul>li>a{margin-left:7px;margin-right:7px}#header-outer[data-lhe="default"][data-condense="true"][data-format="centered-menu-bottom-bar"].fixed-menu #top nav>ul>li>a{padding-left:7px;padding-right:7px}#top nav>ul>li>ul>li,#header-outer[data-format="centered-menu"] #top nav>ul>li>ul>li,#header-secondary-outer .sf-menu>li>ul>li,#header-outer .widget_shopping_cart .cart_list,#header-outer .widget_shopping_cart .total,#header-outer .widget_shopping_cart .buttons{-webkit-transform:translate3d(0,13px,0);transform:translate3d(0,13px,0)}#header-outer nav ul li li:hover>a .sf-sub-indicator i,#header-outer nav ul li .sfHover>a .sf-sub-indicator i,#header-outer:not([data-format="left-header"]) #top nav>ul>li:not(.megamenu) ul .current-menu-ancestor>a .sf-sub-indicator i,#header-outer:not([data-format="left-header"]) nav>ul>.megamenu ul ul .current-menu-item>a,#header-outer:not([data-format="left-header"]) nav>ul>.megamenu ul ul .current-menu-ancestor>a,#header-outer nav>ul>.megamenu>ul ul .sfHover>a,#header-outer nav>ul>.megamenu>ul ul li a:hover,#header-outer nav>ul>.megamenu>ul ul li a:focus,body:not([data-header-format="left-header"]) #header-outer nav>ul>.megamenu>ul ul .current-menu-item>a,#header-outer:not([data-format="left-header"]) #top nav>ul>li:not(.megamenu) ul a:hover,#header-outer:not([data-format="left-header"]) #top nav>ul>li:not(.megamenu) .sfHover>a,#header-outer:not([data-format="left-header"]) #top nav>ul>li:not(.megamenu) ul .current-menu-item>a,#header-outer:not([data-format="left-header"]) #top nav>ul>li:not(.megamenu) ul .current-menu-ancestor>a,body[data-dropdown-style="minimal"] #header-secondary-outer ul>li:not(.megamenu) .sfHover>a,body[data-dropdown-style="minimal"] #header-secondary-outer ul>li:not(.megamenu) ul a:hover{color:#fff}body:not([data-header-format="left-header"]) #header-outer nav>ul>.megamenu>ul ul li a:hover,body:not([data-header-format="left-header"]) #header-outer nav>ul>.megamenu>ul ul .current-menu-item>a{color:#fff;background-color:#000}#slide-out-widget-area .mpbr-ext-menu-item .menu-title-text{background-repeat:no-repeat;background-size:0% 1px;background-image:linear-gradient(to right,#171a33 0%,#171a33 100%);-webkit-transition:background-size 0.55s cubic-bezier(.2,.75,.5,1);transition:background-size 0.55s cubic-bezier(.2,.75,.5,1);background-position:left bottom}#slide-out-widget-area a:hover>.mpbr-ext-menu-item .menu-title-text,#slide-out-widget-area li[class*="current"]>a>.mpbr-ext-menu-item .menu-title-text{background-size:100% 1px}#header-space{height:95px}@media only screen and (max-width:999px){#header-space{height:64px}}@media only screen and (max-width:999px){.using-mobile-browser #page-header-wrap.fullscreen-header,.using-mobile-browser #page-header-wrap.fullscreen-header #page-header-bg,.using-mobile-browser #mpbr_fullscreen_rows:not(.afterLoaded):not([data-mobile-disable="on"])>div{height:calc(100vh - 116px)}.using-mobile-browser .wpb_row.vc_row-o-full-height.top-level,.using-mobile-browser .wpb_row.vc_row-o-full-height.top-level>.col.span_12{min-height:calc(100vh - 116px)}#page-header-wrap.fullscreen-header,#page-header-wrap.fullscreen-header #page-header-bg,html:not(.mpbr-box-roll-loaded) .mpbr-box-roll>#page-header-bg.fullscreen-header,.mpbr_fullscreen_zoom_recent_projects,.mpbr-slider-wrap[data-fullscreen="true"]:not(.loaded),.mpbr-slider-wrap[data-fullscreen="true"]:not(.loaded) .swiper-container,#mpbr_fullscreen_rows:not(.afterLoaded):not([data-mobile-disable="on"])>div{height:calc(100vh - 63px)}.wpb_row.vc_row-o-full-height.top-level,.wpb_row.vc_row-o-full-height.top-level>.col.span_12{min-height:calc(100vh - 63px)}[data-bg-header="true"][data-permanent-transparent="1"] #page-header-wrap.fullscreen-header,[data-bg-header="true"][data-permanent-transparent="1"] #page-header-wrap.fullscreen-header #page-header-bg,html:not(.mpbr-box-roll-loaded) [data-bg-header="true"][data-permanent-transparent="1"] .mpbr-box-roll>#page-header-bg.fullscreen-header,[data-bg-header="true"][data-permanent-transparent="1"] .mpbr_fullscreen_zoom_recent_projects,[data-permanent-transparent="1"] .mpbr-slider-wrap[data-fullscreen="true"]:not(.loaded),[data-permanent-transparent="1"] .mpbr-slider-wrap[data-fullscreen="true"]:not(.loaded) .swiper-container{height:100vh}[data-permanent-transparent="1"] .wpb_row.vc_row-o-full-height.top-level,[data-permanent-transparent="1"] .wpb_row.vc_row-o-full-height.top-level>.col.span_12{min-height:100vh}body[data-transparent-header="false"] #ajax-content-wrap.no-scroll{min-height:calc(100vh - 63px);height:calc(100vh - 63px)}}#header-outer #logo .mobile-only-logo,#header-outer[data-format="centered-menu-bottom-bar"][data-condense="true"] .span_9 #logo img{height:40px}@media only screen and (max-width:999px){body #top #logo img,#header-outer[data-permanent-transparent="false"] #logo .dark-version{height:40px!important}}@media only screen and (min-width:1000px) and (max-width:1200px){#header-outer:not([data-format="centered-menu-bottom-bar"]) #top .span_9{flex-direction:row-reverse}body #header-outer[data-format="centered-menu-bottom-bar"] #top .span_3:before{display:none}body #header-outer[data-format="centered-menu-bottom-bar"][data-condense="true"].fixed-menu .span_3 .sf-menu{visibility:visible}#header-outer[data-format="centered-menu-bottom-bar"] #top .span_3{margin-bottom:0}body.material #header-outer[data-format="centered-menu-bottom-bar"][data-condense="true"].fixed-menu #search-outer{top:0}body[data-slide-out-widget-area-style="simple"] #header-outer #mobile-menu{top:100%}body[data-slide-out-widget-area-style="simple"][data-ext-responsive="true"] #header-outer[data-full-width="false"] #mobile-menu{padding:0 90px}#header-outer #top .span_9 nav .sf-menu:not(.buttons)>li,#top .span_9 nav .buttons .menu-item,#top .right-aligned-menu-items .buttons .menu-item{visibility:hidden;pointer-events:none;margin:0}#header-outer #top .span_9 nav .sf-menu:not(.buttons)>li:not(:nth-child(1)),#top .span_9 nav .buttons .menu-item,#top .right-aligned-menu-items .buttons .menu-item{position:absolute}#header-outer[data-format="centered-menu"] #top nav>.buttons{position:relative}#header-outer #top nav .sf-menu>#social-in-menu{position:relative;visibility:visible;pointer-events:auto}body.material[data-header-search="true"][data-user-set-ocm="off"] #header-outer:not([data-format="left-header"]):not([data-format="centered-menu-bottom-bar"]) #top nav>.buttons,body.material[data-cart="true"][data-user-set-ocm="off"] #header-outer:not([data-format="left-header"]):not([data-format="centered-menu-bottom-bar"]) #top nav>.buttons,body.material[data-user-account-button="true"][data-user-set-ocm="off"] #header-outer:not([data-format="left-header"]):not([data-format="centered-menu-bottom-bar"]) #top nav>.buttons{margin-right:28px}body.ascend[data-header-search="true"] #header-outer[data-full-width="false"]:not([data-format="left-header"]) #top nav>.buttons,body.ascend[data-cart="true"] #header-outer[data-full-width="false"]:not([data-format="left-header"]) #top nav>.buttons{margin-right:19px}body[data-header-search="true"] #header-outer:not([data-format="left-header"]):not([data-format="centered-menu-bottom-bar"]) #top nav>.buttons,body[data-cart="true"] #header-outer:not([data-format="left-header"]):not([data-format="centered-menu-bottom-bar"]) #top nav>.buttons,body[data-user-account-button="true"] #header-outer:not([data-format="left-header"]):not([data-format="centered-menu-bottom-bar"]) #top nav>.buttons{margin-right:19px}body #header-outer[data-full-width="false"][data-has-buttons="no"]:not([data-format="left-header"]) #top nav #social-in-menu,body.material #header-outer[data-has-buttons="no"]:not([data-format="left-header"]) #top nav #social-in-menu{margin-right:20px}#header-outer[data-format="menu-left-aligned"] #top>.container .span_9>.slide-out-widget-area-toggle.mobile-icon{top:50%;right:0;position:absolute;transform:translateY(-50%);-webkit-transform:translateY(-50%)}body #header-outer[data-format="menu-left-aligned"]:not([data-format="left-header"]):not([data-format="centered-menu-bottom-bar"]) #top nav>.buttons{margin-right:55px!important}body.ascend #header-outer[data-full-width="false"] .cart-menu{border-left:none}#top nav ul .slide-out-widget-area-toggle{display:none!important}#header-outer[data-format="centered-menu"] #top .span_9 nav .sf-menu,#header-outer[data-format="centered-logo-between-menu"] #top .span_9 nav .sf-menu,#header-outer[data-format="centered-logo-between-menu"] #top .span_9 nav .sf-menu:not(.buttons),#header-outer[data-format="centered-menu-under-logo"] #top .span_9 nav{-webkit-justify-content:flex-end;-moz-justify-content:flex-end;-ms-flex-pack:flex-end;-ms-justify-content:flex-end;justify-content:flex-end}#header-outer[data-format="centered-logo-between-menu"] #top nav>.buttons{position:relative}body #header-outer[data-format="centered-logo-between-menu"] #top #logo,body[data-slide-out-widget-area-style="slide-out-from-right"]:not(.material) #header-outer[data-format="centered-logo-between-menu"] #top #logo{transform:none!important}#header-outer:not([data-format="centered-menu-bottom-bar"]) #top .span_9>.slide-out-widget-area-toggle,#slide-out-widget-area .mobile-only:not(.mpbr-header-text-content){display:-webkit-flex;display:flex!important;-webkit-align-items:center;align-items:center;transition:padding 0.2s ease}#slide-out-widget-area.fullscreen .mobile-only,#slide-out-widget-area.fullscreen-alt .mobile-only{justify-content:center}#slide-out-widget-area.fullscreen .mobile-only:not(.mpbr-header-text-content),#slide-out-widget-area.fullscreen-alt .mobile-only:not(.mpbr-header-text-content){display:block!important}#header-outer[data-has-menu="true"] #top .span_3,body #header-outer[data-format="centered-menu-under-logo"] .span_3{text-align:left;left:0;width:auto;float:left}#header-outer[data-format="centered-menu-under-logo"] #top .span_9 ul #social-in-menu a{margin-bottom:0}#header-outer[data-format="centered-menu-under-logo"] #top .span_9 nav>.buttons{padding-bottom:0}body.material #header-outer[data-format="centered-menu-under-logo"] #top .span_9{margin-left:auto}body.material #header-outer[data-format="centered-menu-under-logo"] #top .span_9 ul #social-in-menu a,body.material #header-outer[data-format="centered-menu-under-logo"] #top .span_9 nav>.buttons{margin-bottom:0;padding-bottom:0}body.material #header-outer[data-format="centered-menu-under-logo"] #top .row .span_9,body.material #header-outer[data-format="centered-menu-under-logo"] #top .row .span_3,body.ascend #header-outer[data-format="centered-menu-under-logo"] #top .row .span_9,body.ascend #header-outer[data-format="centered-menu-under-logo"] #top .row .span_3,body.original #header-outer[data-format="centered-menu-under-logo"] #top .row .span_9,body.original #header-outer[data-format="centered-menu-under-logo"] #top .row .span_3{display:-webkit-flex;display:-ms-flexbox;display:flex}body #header-outer[data-format="centered-menu-under-logo"] .row{-webkit-flex-direction:row;-ms-flex-direction:row;-moz-flex-direction:row;flex-direction:row}#header-outer[data-format="centered-menu-under-logo"] #top #logo{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;align-items:center}body #header-outer[data-format="centered-menu-under-logo"] #top #logo .starting-logo{left:0;-webkit-transform:none;transform:none}body #header-outer[data-format="centered-menu-under-logo"] #top #logo img{margin:0}#header-outer[data-format="centered-menu-under-logo"] #top #logo{text-align:left}.cart-outer,body #header-outer[data-full-width="false"] .cart-outer{display:block}#header-outer[data-format="centered-logo-between-menu"] #top nav .sf-menu>li{float:left!important}body[data-full-width-header="false"] #slide-out-widget-area.slide-out-from-right-hover .slide_out_area_close{display:none}body[data-slide-out-widget-area-style="slide-out-from-right-hover"][data-slide-out-widget-area="true"][data-user-set-ocm="off"] #header-outer[data-full-width="false"][data-cart="false"] header>.container{max-width:100%!important;padding:0 28px!important}body[data-full-width-header="false"][data-cart="true"] .slide-out-hover-icon-effect.small{right:28px!important}body[data-full-width-header="false"][data-cart="true"] .slide-out-widget-area-toggle .lines-button.x2.no-delay .lines:before,body[data-full-width-header="false"][data-cart="true"] .slide-out-widget-area-toggle .lines-button.x2.no-delay .lines:after,body[data-full-width-header="false"][data-cart="true"] .slide-out-hover-icon-effect.slide-out-widget-area-toggle .no-delay.lines-button.no-delay:after{-webkit-transition:none!important;transition:none!important}body:not(.mobile) #header-outer.transparent>#top .span_9>.slide-out-widget-area-toggle .lines-button:after,body:not(.mobile) #header-outer.transparent>#top .span_9>.slide-out-widget-area-toggle .lines:before,body:not(.mobile) #header-outer.transparent>#top .span_9>.slide-out-widget-area-toggle .lines:after{background-color:#ffffff!important;opacity:.75}body:not(.mobile) #header-outer.transparent.dark-slide>#top .span_9>.slide-out-widget-area-toggle .lines-button:after,body:not(.mobile) #header-outer.transparent.dark-slide>#top .span_9>.slide-out-widget-area-toggle .lines:before,body:not(.mobile) #header-outer.transparent.dark-slide>#top .span_9>.slide-out-widget-area-toggle .lines:after{background-color:#000!important;opacity:.75}body:not(.mobile) #header-outer.transparent>#top .span_9>.slide-out-widget-area-toggle:hover .lines-button:after,body:not(.mobile) #header-outer.transparent>#top .span_9>.slide-out-widget-area-toggle:hover .lines:before,body:not(.mobile) #header-outer.transparent>#top .span_9>.slide-out-widget-area-toggle:hover .lines:after{opacity:1}body #top .span_9>.slide-out-widget-area-toggle.mobile-icon a:hover .lines:after,body #top .span_9>.slide-out-widget-area-toggle.mobile-icon a:hover .lines-button:after,body #top .span_9>.slide-out-widget-area-toggle.mobile-icon a:hover .lines:before{background-color:#171a33!important}body:not(.mobile) #header-outer.light-text>#top .span_9>.slide-out-widget-area-toggle .lines-button:after,body:not(.mobile) #header-outer.light-text>#top .span_9>.slide-out-widget-area-toggle .lines:before,body:not(.mobile) #header-outer.light-text>#top .span_9>.slide-out-widget-area-toggle .lines:after{background-color:#fff!important}body[data-user-set-ocm="off"] #slide-out-widget-area.fullscreen-split,body[data-user-set-ocm="off"] #slide-out-widget-area-bg.fullscreen-split{display:block}}body #header-outer,body[data-header-color="dark"] #header-outer{background-color:rgba(255,255,255,100)}.material #header-outer:not(.transparent) .bg-color-stripe{display:none}.off-canvas-menu-container .mpbr-menu-icon,.off-canvas-menu-container .mpbr-menu-icon-img,#header-outer #mobile-menu .mpbr-menu-icon,#header-outer #mobile-menu .mpbr-menu-icon-img{display:none}@media only screen and (min-width:1000px){body.material #search-outer #search #search-box input[type="text"]{font-size:48px;line-height:1;height:76px!important}#search-outer #search .span_12 form>span{position:absolute;bottom:-40px;left:0}#search-outer #search #close{top:50%;margin-top:-28px}}.mpbr-skip-to-content:focus{position:fixed;left:6px;top:7px;height:auto;width:auto;display:block;font-size:14px;font-weight:600;padding:15px 23px 14px;background:#f1f1f1;z-index:100000;line-height:normal;text-decoration:none;box-shadow:0 0 2px 2px rgb(0 0 0 / .6)}#header-outer[data-lhe="animated_underline"]:not([data-format="left-header"]) nav>ul>li:not([class*="button_"])>a .menu-title-text:after,body.material #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container li a:after,body.material #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container .mpbr-menu-item-with-icon .menu-title-text:after,body #slide-out-widget-area.fullscreen-split .off-canvas-menu-container .mpbr-menu-item-with-icon .menu-title-text:after,#header-secondary-outer[data-lhe="animated_underline"] nav>.sf-menu>li>a .menu-title-text:after,#slide-out-widget-area.fullscreen-split .inner .off-canvas-menu-container li a:after{border-top-width:1px}.mpbr-cta[data-style="underline"] .link_wrap .link_text:after{border-bottom-width:1px}.masonry.material .masonry-blog-item .meta-category a:before,.post-area.featured_img_left .meta-category a:before,.related-posts[data-style="material"] .meta-category a:before,.mpbr-recent-posts-single_featured .grav-wrap .text a:before,.auto_meta_overlaid_spaced .masonry-blog-item .meta-category a:before,[data-style="list_featured_first_row"] .meta-category a:before,#header-outer[data-lhe="animated_underline"] .mpbr-header-text-content a:after,.sf-menu li ul li a .menu-title-text:after,.mpbr-post-grid-filters a:after{height:1px}#footer-outer[data-link-hover="underline"] #footer-widgets ul:not([class*="mpbr_blog_posts"]) li>a:not(.tag-cloud-link):not(.mpbr-button),#footer-outer[data-link-hover="underline"] #footer-widgets .textwidget a:not(.mpbr-button),#slide-out-widget-area.fullscreen-split .widget ul:not([class*="mpbr_blog_posts"]) li>a:not(.tag-cloud-link):not(.mpbr-button),#slide-out-widget-area.fullscreen-split .textwidget a:not(.mpbr-button),.mpbr-quick-view-box .single_add_to_cart_button_wrap a span,.products li.product.minimal .product-add-to-cart a span,.products li.product.minimal .product-add-to-cart .added_to_cart,.woocommerce-account .woocommerce>#customer_login .mpbr-form-controls .control,.woocommerce-tabs .full-width-content[data-tab-style="fullwidth"] ul.tabs li a,.woocommerce .woocommerce-info a,.woocommerce .woocommerce-error a,.woocommerce-message a,.woocommerce-MyAccount-content .woocommerce-message a.button,#search-results .result .title a,a>.mpbr-ext-menu-item .menu-title-text,.mpbr-slide-in-cart.style_slide_in_click .cart_list .product-meta a:not(.remove),body .woocommerce-checkout-review-order-table .product-info h4 a,body.woocommerce-cart .product-name a,.woocommerce .woocommerce-breadcrumb a,.mpbr-ajax-search-results .search-post-item h5,.mpbr-category-grid[data-style="mouse_follow_image"] .mpbr-category-grid-item .cat-heading,.mpbr-underline h1,.mpbr-underline h2,.mpbr-underline h3,.mpbr-underline h4,.mpbr-underline h5,.mpbr-shop-header>.woocommerce-ordering .select2-container--default:hover .select2-selection__rendered,.mpbr-shop-header>.woocommerce-ordering .select2-container--default.select2-container--open .select2-selection__rendered,.variations_form .variations .select2-container--default:hover .select2-selection__rendered,.variations_form .variations .select2-container--default.select2-container--open .select2-selection__rendered,body .variations_form .variations select:hover,.woocommerce div.product .woocommerce-review-link,.woocommerce.single-product div.product_meta a{background-size:0% 1px}#footer-outer[data-link-hover="underline"] #footer-widgets ul:not([class*="mpbr_blog_posts"]) li>a:not(.tag-cloud-link):not(.mpbr-button):hover,#footer-outer[data-link-hover="underline"] #footer-widgets .textwidget a:not(.mpbr-button):hover,#slide-out-widget-area.fullscreen-split .widget ul:not([class*="mpbr_blog_posts"]) li>a:not(.tag-cloud-link):not(.mpbr-button):hover,#slide-out-widget-area.fullscreen-split .textwidget a:not(.mpbr-button):hover,.mpbr-quick-view-box .single_add_to_cart_button_wrap a:hover span,.products li.product.minimal .product-add-to-cart a:hover span,.products li.product.minimal .product-add-to-cart .added_to_cart:hover,.woocommerce-account .woocommerce>#customer_login .mpbr-form-controls .control.active,.woocommerce-tabs .full-width-content[data-tab-style="fullwidth"] ul.tabs li.active a,.woocommerce .woocommerce-info a:hover,.woocommerce .woocommerce-error a:hover,.woocommerce-message a:hover,.woocommerce-MyAccount-content .woocommerce-message a.button:hover,#search-results .result .title a:hover,a:hover>.mpbr-ext-menu-item .menu-title-text,a:focus>.mpbr-ext-menu-item .menu-title-text,li[class*="current"]>a>.mpbr-ext-menu-item .menu-title-text,.mpbr-slide-in-cart.style_slide_in_click .cart_list .product-meta a:hover:not(.remove),body .woocommerce-checkout-review-order-table .product-info h4 a:hover,body.woocommerce-cart .product-name a:hover,.woocommerce .woocommerce-breadcrumb a:hover,.mpbr-ajax-search-results .search-post-item:hover h5,.mpbr-category-grid[data-style="mouse_follow_image"] .mpbr-category-grid-item:hover .cat-heading,.mpbr-underline:hover h1,.mpbr-underline:hover h2,.mpbr-underline:hover h3,.mpbr-underline:hover h4,.mpbr-underline:hover h5,.mpbr-shop-header>.woocommerce-ordering .select2-container--default .select2-selection__rendered,.woocommerce-ordering .select2-container--default .select2-selection__rendered,.variations_form .variations .select2-container--default .select2-selection__rendered,body .variations_form .variations select,.woocommerce div.product .woocommerce-review-link:hover,.woocommerce.single-product div.product_meta a:hover{background-size:100% 1px}#header-outer[data-lhe="animated_underline"]:not([data-format="left-header"]) nav>ul>li:not([class*="button_"])>a .menu-title-text:after{bottom:-4px}@media only screen and (min-width:1000px) and (max-width:1300px){.mpbr-slider-wrap[data-full-width="true"] .swiper-slide .content h2,.mpbr-slider-wrap[data-full-width="boxed-full-width"] .swiper-slide .content h2,.full-width-content .vc_span12 .swiper-slide .content h2{font-size:45px!important;line-height:51px!important}.mpbr-slider-wrap[data-full-width="true"] .swiper-slide .content p,.mpbr-slider-wrap[data-full-width="boxed-full-width"] .swiper-slide .content p,.full-width-content .vc_span12 .swiper-slide .content p{font-size:18px!important;line-height:31.2px!important}}@media only screen and (min-width :690px) and (max-width :999px){.mpbr-slider-wrap[data-full-width="true"] .swiper-slide .content h2,.mpbr-slider-wrap[data-full-width="boxed-full-width"] .swiper-slide .content h2,.full-width-content .vc_span12 .swiper-slide .content h2{font-size:33px!important;line-height:39px!important}.mpbr-slider-wrap[data-full-width="true"] .swiper-slide .content p,.mpbr-slider-wrap[data-full-width="boxed-full-width"] .swiper-slide .content p,.full-width-content .vc_span12 .swiper-slide .content p{font-size:13.2px!important;line-height:24px!important}}@media only screen and (max-width :690px){.mpbr-slider-wrap[data-full-width="true"][data-fullscreen="false"] .swiper-slide .content h2,.full-width-content .vc_col-sm-12 .mpbr-slider-wrap[data-fullscreen="false"] .swiper-slide .content h2,.mpbr-slider-wrap[data-full-width="boxed-full-width"][data-fullscreen="false"] .swiper-slide .content h2,.full-width-content .vc_span12 .mpbr-slider-wrap[data-fullscreen="false"] .swiper-slide .content h2{font-size:15px!important;line-height:21px!important}.mpbr-slider-wrap[data-full-width="true"][data-fullscreen="false"] .swiper-slide .content p,.mpbr-slider-wrap[data-full-width="boxed-full-width"][data-fullscreen="false"] .swiper-slide .content p,.full-width-content .vc_span12 .mpbr-slider-wrap[data-fullscreen="false"] .swiper-slide .content p{font-size:10px!important;line-height:17.52px!important}}@media only screen and (min-width:1000px){.container,body[data-header-format="left-header"] .container,.woocommerce-tabs .full-width-content .tab-container,.mpbr-recent-posts-slider .flickity-page-dots,.post-area.standard-minimal.full-width-content .post .inner-wrap,.material #search-outer #search{max-width:1425px;width:100%;margin:0 auto;padding:0 90px}body .container .page-submenu.stuck .container:not(.tab-container):not(.normal-container),.mpbr-recent-posts-slider .flickity-page-dots,#mpbr_fullscreen_rows[data-footer="default"] #footer-widgets .container,#mpbr_fullscreen_rows[data-footer="default"] #copyright .container{padding:0 90px!important}.swiper-slide .content{padding:0 90px}body .container .container:not(.tab-container):not(.recent-post-container):not(.normal-container){width:100%!important;padding:0!important}body .carousel-heading .container .carousel-next{right:10px}body .carousel-heading .container .carousel-prev{right:35px}.carousel-wrap[data-full-width="true"] .carousel-heading .portfolio-page-link{left:90px}.carousel-wrap[data-full-width="true"] .carousel-heading{margin-left:-20px;margin-right:-20px}#ajax-content-wrap .carousel-wrap[data-full-width="true"] .carousel-next{right:90px}#ajax-content-wrap .carousel-wrap[data-full-width="true"] .carousel-prev{right:115px}.carousel-wrap[data-full-width="true"]{padding:0}.carousel-wrap[data-full-width="true"] .caroufredsel_wrapper{padding:20px}#search-outer #search #close a{right:90px}body.material #search-outer #search #close{right:90px}body.material #search-outer #search #close a{right:12px}}@media only screen and (min-width:1000px){.container,body[data-header-format="left-header"] .container,.woocommerce-tabs .full-width-content .tab-container,.mpbr-recent-posts-slider .flickity-page-dots,.post-area.standard-minimal.full-width-content .post .inner-wrap,.material #search-outer #search{max-width:1425px}}span.wpcf7-not-valid-tip,.woocommerce input#coupon_code,body[data-fancy-form-rcs="1"] .select2-container,body[data-fancy-form-rcs="1"] .select2-drop,body[data-fancy-form-rcs="1"] .select2-search,.select2-search input,body[data-form-style="minimal"] .container-wrap .span_12.light input[type="email"]{font-size:14px}.container-wrap input[type=text],.container-wrap input[type=email],.container-wrap input[type=password],.container-wrap input[type=tel],.container-wrap input[type=url],.container-wrap input[type=search],.container-wrap input[type=date],.container-wrap textarea,.container-wrap select,body>#review_form_wrapper.modal input[type=text],body>#review_form_wrapper.modal textarea,body>#review_form_wrapper.modal select,body>#review_form_wrapper.modal input[type=email],.select2-container--default .select2-selection--single,body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single,.woocommerce input#coupon_code,.material.woocommerce-page[data-form-style="default"] input#coupon_code,body[data-form-style="minimal"] input[type="text"],body[data-form-style="minimal"] textarea,body[data-form-style="minimal"] input[type="email"],body[data-form-style="minimal"] input[type=password],body[data-form-style="minimal"] input[type=tel],body[data-form-style="minimal"] input[type=url],body[data-form-style="minimal"] input[type=search],body[data-form-style="minimal"] input[type=date],body[data-form-style="minimal"] select{font-size:14px}#ajax-loading-screen .reveal-1{background-color:#fff}#ajax-loading-screen .reveal-2{background-color:#fff}.loading-icon .material-icon .bar:after{background-color:#3452ff}.loading-icon .material-icon .bar{border-color:#3452ff}.loading-icon .material-icon .color-2 .bar:after{background-color:#3452ff}.loading-icon .material-icon .color-2 .bar{border-color:#3452ff}.loading-icon .material-icon .spinner.color-2{display:none!important}.loading-icon .material-icon>div:first-child .right-side,.loading-icon .material-icon>div:first-child .left-side{-webkit-animation:none!important;animation:none!important}body[data-button-style*="slightly_rounded"] .mpbr-cta:not([data-style="material"]) .link_wrap,body[data-button-style*="slightly_rounded"] .mpbr-button.see-through,body[data-button-style*="slightly_rounded"] .mpbr-button.see-through-2,body[data-button-style*="slightly_rounded"] .mpbr-button.see-through-3,body[data-button-style*="slightly_rounded"] .portfolio-filters-inline .container ul li a,body[data-button-style*="slightly_rounded"] .slide-out-widget-area-toggle[data-custom-color="true"] a:before,body[data-button-style*="slightly_rounded"] #infscr-loading,body[data-button-style*="slightly_rounded"] .flex-direction-nav a,body[data-button-style*="slightly_rounded"] #pagination span,body[data-button-style*="slightly_rounded"] #pagination a,body[data-button-style*="slightly_rounded"] #pagination .next.inactive,body[data-button-style*="slightly_rounded"] #pagination .prev.inactive,body[data-button-style*="slightly_rounded"].woocommerce nav.woocommerce-pagination ul li a,body[data-button-style*="slightly_rounded"].woocommerce .container-wrap nav.woocommerce-pagination ul li span,body[data-button-style*="slightly_rounded"] .container-wrap nav.woocommerce-pagination ul li span,body[data-button-style*="slightly_rounded"].woocommerce-cart .wc-proceed-to-checkout a.checkout-button,body[data-button-style*="slightly_rounded"] input[type=submit],body[data-button-style*="slightly_rounded"] button[type=submit],body[data-button-style*="slightly_rounded"] input[type="button"],body[data-button-style*="slightly_rounded"] button,body[data-button-style*="slightly_rounded"] .mpbr-button,body[data-button-style*="slightly_rounded"] .swiper-slide .button a,body[data-button-style*="slightly_rounded"] #top nav>ul>li[class*="button_solid_color"]>a:before,body[data-button-style*="slightly_rounded"] #top nav>ul>li[class*="button_bordered"]>a:before,body[data-button-style*="slightly_rounded"] #header-outer .widget_shopping_cart a.button,body[data-button-style*="slightly_rounded"] .comment-list .reply a,body[data-button-style*="slightly_rounded"].material #page-header-bg.fullscreen-header .inner-wrap>a,body[data-button-style*="slightly_rounded"] .sharing-default-minimal .mpbr-social-inner>a,body[data-button-style*="slightly_rounded"] .sharing-default-minimal .mpbr-love,body[data-button-style*="slightly_rounded"].single .heading-title[data-header-style="default_minimal"] .meta-category a,body[data-button-style*="slightly_rounded"] #page-header-bg[data-post-hs="default_minimal"] .inner-wrap>a,body[data-button-style*="slightly_rounded"] .masonry.classic_enhanced .posts-container article .meta-category a,body[data-button-style*="slightly_rounded"] .blog-recent[data-style*="classic_enhanced"] .meta-category a,body[data-button-style*="slightly_rounded"] .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,.mpbr-slide-in-cart.style_slide_in_click .widget_shopping_cart a.button{border-radius:4px!important;-webkit-border-radius:4px!important;box-shadow:none;-webkit-transition:opacity .45s cubic-bezier(.25,1,.33,1),transform .45s cubic-bezier(.25,1,.33,1),border-color .45s cubic-bezier(.25,1,.33,1),color .45s cubic-bezier(.25,1,.33,1),background-color .45s cubic-bezier(.25,1,.33,1),box-shadow .45s cubic-bezier(.25,1,.33,1);transition:opacity .45s cubic-bezier(.25,1,.33,1),transform .45s cubic-bezier(.25,1,.33,1),border-color .45s cubic-bezier(.25,1,.33,1),color .45s cubic-bezier(.25,1,.33,1),background-color .45s cubic-bezier(.25,1,.33,1),box-shadow .45s cubic-bezier(.25,1,.33,1)}.mpbr-shop-filters .mpbr-shop-filter-trigger,body[data-fancy-form-rcs="1"] .mpbr-shop-header-bottom .woocommerce-ordering .select2-selection--single,body[data-fancy-form-rcs="1"] .mpbr-shop-header-bottom .woocommerce-ordering select,body[data-button-style*="slightly_rounded"] .widget_layered_nav_filters ul li a,.mpbr-menu-label:before{border-radius:4px}.material[data-button-style*="slightly_rounded"] .widget .tagcloud a:before,.material[data-button-style*="slightly_rounded"] #sidebar .widget .tagcloud a:before,.single[data-button-style*="slightly_rounded"] .post-area .content-inner>.post-tags a:before,.material[data-button-style*="slightly_rounded"] .widget .tagcloud a,.material[data-button-style*="slightly_rounded"] #sidebar .widget .tagcloud a,.single[data-button-style*="slightly_rounded"] .post-area .content-inner>.post-tags a{border-radius:4px!important}body[data-button-style="slightly_rounded_shadow"] .wp-block-button>.wp-block-button__link:hover,body[data-button-style="slightly_rounded_shadow"] .mpbr-button:hover,body[data-button-style="slightly_rounded_shadow"] .mpbr-button:focus,body[data-button-style="slightly_rounded_shadow"].ascend .mpbr-button.see-through:hover,body[data-button-style="slightly_rounded_shadow"] input[type="submit"]:hover,body[data-button-style="slightly_rounded_shadow"] input[type="submit"]:focus,body[data-button-style*="slightly_rounded"].single .heading-title[data-header-style="default_minimal"] .meta-category a:hover,body[data-button-style*="slightly_rounded"] #page-header-bg[data-post-hs="default_minimal"] .inner-wrap>a:hover,body[data-button-style="slightly_rounded_shadow"].woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,body[data-button-style="slightly_rounded_shadow"] .swiper-slide .button a:hover,body[data-button-style="slightly_rounded_shadow"].ascend .mpbr-button.see-through-2:hover,body[data-button-style="slightly_rounded_shadow"].ascend .mpbr-button:hover,body[data-button-style="slightly_rounded_shadow"].woocommerce-page .woocommerce p.return-to-shop a.wc-backward:hover,body[data-button-style="slightly_rounded_shadow"] .sharing-default-minimal .mpbr-love:hover,body[data-button-style="slightly_rounded_shadow"] .sharing-default-minimal .mpbr-social-inner>a:hover,body[data-button-style="slightly_rounded_shadow"] .woocommerce.add_to_cart_inline a.button.add_to_cart_button:hover,body[data-button-style="slightly_rounded_shadow"] .container-wrap input[type="submit"]:hover,body[data-button-style="slightly_rounded_shadow"] .container-wrap button[type="submit"]:hover,body[data-button-style="slightly_rounded_shadow"] .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover{box-shadow:0 20px 38px rgb(0 0 0 / .16)!important;-ms-transform:translateY(-3px);transform:translateY(-3px);-webkit-transform:translateY(-3px)}#to-top{display:block;position:fixed;text-align:center;line-height:12px;right:17px;bottom:0;transform:translateY(105%);color:#fff;cursor:pointer;border-radius:2px;-webkit-border-radius:2px;z-index:9994;height:29px;width:29px;background-color:rgb(0 0 0 / .25);background-repeat:no-repeat;background-position:center;transition:background-color 0.1s linear;-webkit-transition:background-color 0.1s linear}body[data-button-style*="rounded"] #to-top{transition:box-shadow 0.3s cubic-bezier(.55,0,.1,1),background-color 0.1s linear;-webkit-transition:-webkit-box-shadow 0.3s cubic-bezier(.55,0,.1,1),background-color 0.1s linear;background-color:rgb(0 0 0 / .25)}body[data-button-style*="rounded"] #to-top:hover,body[data-button-style*="rounded"] #to-top.dark:hover{transition:box-shadow 0.3s cubic-bezier(.55,0,.1,1),background-color 0.05s linear 0.25s;-webkit-transition:-webkit-box-shadow 0.3s cubic-bezier(.55,0,.1,1),background-color 0.05s linear 0.25s;box-shadow:1px 2px 3px rgb(0 0 0 / .16);background-color:transparent!important}body[data-button-style*="rounded"] #to-top:after,body[data-button-style*="rounded"] #to-top:before{display:block;content:" ";height:100%;width:100%;position:absolute;top:0;left:0;z-index:1;background-color:#000;transform:scale(0);-webkit-transform:scale(0);transition:all 0.3s cubic-bezier(.55,0,.1,1);-webkit-transition:all 0.3s cubic-bezier(.55,0,.1,1);border-radius:100px;-webkit-border-radius:100px}body[data-button-style*="rounded"] #to-top:before{background-color:rgb(255 255 255 / .25);transform:scale(1);-webkit-transform:scale(1);transition:all 0.5s cubic-bezier(.165,.84,.44,1);-webkit-transition:all 0.5s cubic-bezier(.165,.84,.44,1);opacity:0;z-index:2}body[data-button-style*="rounded"] #to-top:hover:after{transform:scale(1);-webkit-transform:scale(1)}body[data-button-style*="rounded"] #to-top{overflow:hidden}body[data-button-style*="rounded"] #to-top i.fa-angle-up.top-icon,body[data-button-style*="rounded"] #to-top i.fa-angle-up{-webkit-transform:translate(0,0);transform:translate(0,0);transition:transform 0.2s ease;-webkit-transition:transform 0.2s ease}body[data-button-style*="rounded"] #to-top:hover i.fa-angle-up.top-icon,body[data-button-style*="rounded"] #to-top:hover i.fa-angle-up,body[data-button-style*="rounded"] #to-top.hovered i.fa-angle-up.top-icon,body[data-button-style*="rounded"] #to-top.hovered i.fa-angle-up{-webkit-transform:translate(0,-29px);transform:translate(0,-29px)}body[data-button-style*="rounded"] #to-top:active:before{opacity:1}#to-top i{line-height:29px;width:29px;height:29px;font-size:14px;top:0;left:0;text-align:center;position:relative;z-index:10;background-color:#fff0}#to-top:hover,#to-top.dark:hover{background-color:#000}#to-top.dark{background-color:rgb(0 0 0 / .87)}body[data-button-style*="slightly_rounded"] #to-top{border-radius:200px!important;-webkit-border-radius:200px!important}.ascend .cart .quantity input.qty{height:46px;width:46px}.woocommerce .quantity,.woocommerce-page .quantity,.woocommerce #content .quantity,.woocommerce-page #content .quantity{width:auto!important}.woocommerce div.product form.cart div.quantity{width:auto}.cart .quantity input.plus,.cart .quantity input.minus,.woocommerce-mini-cart .quantity input.plus,.woocommerce-mini-cart .quantity input.minus{color:#666;width:35px;height:35px;text-shadow:none;padding:0;margin:0;background-color:#fff0;display:inline-block;vertical-align:middle;border:none;position:relative;box-shadow:0 2px 12px rgb(0 0 0 / .08);transition:all 0.25s ease;border-radius:50px!important;line-height:24px!important;font-size:18px;background-color:#fff;-webkit-appearance:none;font-family:"Open Sans";font-weight:400}#slide-out-widget-area .woocommerce-mini-cart .quantity input.plus,#slide-out-widget-area .woocommerce-mini-cart .quantity input.minus{width:30px;height:30px}.cart .quantity input.plus:hover,.cart .quantity input.minus:hover,.woocommerce-mini-cart .quantity input.plus:hover,.woocommerce-mini-cart .quantity input.minus:hover{box-shadow:0 2px 12px rgb(0 0 0 / .25)}.cart .quantity input.plus:hover,.cart .quantity input.minus:hover,.woocommerce-mini-cart .quantity input.plus:hover,.woocommerce-mini-cart .quantity input.minus:hover{color:#fff!important}.cart .quantity input.qty,.woocommerce-mini-cart .quantity input.qty{border:none;margin:0 10px;display:inline-block;height:35px;line-height:35px;margin:0;font-size:20px;font-family:"Open Sans";font-weight:700;padding:0 5px;text-align:center;vertical-align:middle;background-color:#fff0;background-image:none;box-shadow:none;width:46px;position:relative}.entry-summary .cart .quantity input.qty{color:#8b8c98}@media only screen and (max-width:690px){.style_slide_in_click .woocommerce-mini-cart .quantity input.plus,.style_slide_in_click .woocommerce-mini-cart .quantity input.minus{height:22px;width:22px}}@media only screen and (max-width:770px){.woocommerce .cart .quantity{width:auto!important}}@media only screen and (min-width:1001px){.woocommerce #sidebar .widget.woocommerce>ul,.woocommerce #sidebar .widget.widget_product_tag_cloud>div,.woocommerce #sidebar .widget.woocommerce-widget-layered-nav>.woocommerce-widget-layered-nav-dropdown{display:block!important}}@media only screen and (max-width:999px){.woocommerce #sidebar>div,.woocommerce #sidebar>div.widget,.woocommerce #sidebar .inner>div.widget{margin-bottom:0}.woocommerce #sidebar .widget.woocommerce{margin-top:8px;position:relative}.woocommerce #sidebar .widget.woocommerce:not(.widget_price_filter) h4{margin-bottom:0}.woocommerce #sidebar .widget.woocommerce:not(.widget_price_filter) h4{cursor:pointer;line-height:34px;padding-left:35px;font-size:14px}.woocommerce #sidebar .widget.woocommerce:not(.widget_price_filter) h4:before{content:" ";top:10px;left:14px;width:2px;margin-left:-2px;height:14px;position:absolute;background-color:#888;-ms-transition:transform 0.45s cubic-bezier(.3,.4,.2,1),background-color 0.15s ease;transition:transform 0.45s cubic-bezier(.3,.4,.2,1),background-color 0.15s ease;-webkit-transition:-webkit-transform 0.45s cubic-bezier(.3,.4,.2,1),background-color 0.15s ease}.woocommerce #sidebar .widget.woocommerce:not(.widget_price_filter) h4:after{content:" ";top:18px;left:6px;margin-top:-2px;width:14px;height:2px;position:absolute;background-color:#888;-ms-transition:background-color 0.15s ease;transition:background-color 0.15s ease;-webkit-transition:background-color 0.15s ease}.woocommerce #sidebar .widget.woocommerce:not(.widget_price_filter).open-filter h4:before{transform:scaleY(0);-webkit-transform:scaleY(0)}.woocommerce #sidebar .widget.woocommerce:not(.no-widget-title)>ul,.woocommerce #sidebar .widget.widget_product_tag_cloud>div,.woocommerce #sidebar .widget.woocommerce-widget-layered-nav>.woocommerce-widget-layered-nav-dropdown{display:none;padding-left:35px}}body[data-fancy-form-rcs="1"] .woocommerce-ordering .select2-container--default .select2-selection--single,body[data-fancy-form-rcs="1"] .woocommerce-ordering .select2-container--default .select2-selection--single:hover,body[data-fancy-form-rcs="1"] .woocommerce-ordering .select2-container--default.select2-container--open .select2-selection--single,body[data-fancy-form-rcs="1"] .woocommerce-ordering select{background-color:transparent!important;border:none!important}.woocommerce.archive #page-header-wrap+.container-wrap{padding-top:20px}.woocommerce.archive #page-header-wrap+.container-wrap .woocommerce-breadcrumb{margin-bottom:20px}.woocommerce.archive #page-header-wrap .inner-wrap{max-width:1000px}.woocommerce.archive #page-header-bg[data-alignment="center"] .inner-wrap{margin:0 auto}.woocommerce.archive #page-header-bg[data-alignment="right"] .span_6{display:flex;justify-content:flex-end}.woocommerce .products.related .product,.woocommerce .products.upsells .product{margin-bottom:1.3%;margin-right:1.3%!important}@media only screen and (min-width:1000px){.woocommerce .products.related .product,.woocommerce .products.upsells .product{width:24%!important}}.woocommerce .span_9 .products.related .products li:nth-child(4),.woocommerce .span_9 .products.upsells .products li:nth-child(4){display:none}.woocommerce .span_9 .products.related .products li:nth-child(3),.woocommerce .span_9 .products.upsells .products li:nth-child(3),.woocommerce .products.related ul.products li.product.last,.woocommerce-page .products.related ul.products li.product.last,.woocommerce .products.upsells ul.products li.product.last{margin-right:0!important}body,.toggle h3 a,body .ui-widget,table,select,.bar_graph li span strong,#slide-out-widget-area .tagcloud a,body .container .woocommerce-message a.button,#search-results .result .title span,.woocommerce ul.products li.product h3,.woocommerce-page ul.products li.product h3,.row .col.section-title .mpbr-love span,body .mpbr-love span,body .mpbr-social .mpbr-love .mpbr-love-count,body .carousel-heading h2,.sharing-default-minimal .mpbr-social .social-text,body .sharing-default-minimal .mpbr-love,.widget ul.mpbr_widget[class*="mpbr_blog_posts_"]>li .post-date,.single [data-post-hs="default_minimal"] #single-below-header span,.single .heading-title[data-header-style="default_minimal"] #single-below-header span,#header-outer .mpbr-image-link-widget .image-link-content span,#slide-out-widget-area.fullscreen .mpbr-image-link-widget .image-link-content span,#slide-out-widget-area.fullscreen-alt .mpbr-image-link-widget .image-link-content span,.mpbr-header-text-content,#slide-out-widget-area .mpbr-ext-menu-item .menu-item-desc,.woocommerce-checkout-review-order-table .product-info .product-quantity,#ajax-content-wrap .mpbr-shop-header-bottom .widget_layered_nav_filters ul li a{font-family:Open Sans;font-size:16px;line-height:26px}.bold,strong,b{font-family:Open Sans;font-weight:600}.single #single-below-header span{font-family:Open Sans}.mpbr-fancy-ul ul li .icon-default-style[class^="icon-"]{line-height:26px}.mpbr-shop-header-bottom .woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__rendered,body[data-fancy-form-rcs="1"] .mpbr-shop-header-bottom .woocommerce-ordering select{font-family:Open Sans!important}@media only screen and (max-width:1300px) and (min-width:1000px){body{font-size:16px;line-height:26px}}@media only screen and (max-width:999px) and (min-width:690px){body{font-size:16px;line-height:26px}}@media only screen and (max-width:690px){body{font-size:16px;line-height:26px}}#page-header-bg h1,body h1,body .row .col.section-title h1,.full-width-content .mpbr-recent-posts-slider .recent-post-container .inner-wrap h2,body #error-404 h1,[data-inherit-heading-family="h1"]{font-family:Marcellus;font-size:60px;line-height:60px;font-weight:400}@media only screen and (max-width:1300px) and (min-width:1000px){body .row .col.section-title h1,body h1,.full-width-content .recent-post-container .inner-wrap h2{font-size:45px;line-height:45px}}@media only screen and (max-width:999px) and (min-width:690px){body .row .col.section-title h1,body h1,html body .row .col.section-title.span_12 h1,#page-header-bg .span_6 h1,#page-header-bg.fullscreen-header .span_6 h1,.full-width-content .mpbr-recent-posts-slider .recent-post-container .inner-wrap h2{font-size:42px;line-height:42px}.full-width-content .recent-post-container .inner-wrap h2{font-size:42px;line-height:42px}.wpb_wrapper h1.vc_custom_heading{font-size:42px!important;line-height:42px!important}}@media only screen and (max-width:690px){body .row .col.section-title h1,body h1,html body .row .col.section-title.span_12 h1,body.single.single-post .row .col.section-title.span_12 h1,#page-header-bg .span_6 h1,#page-header-bg.fullscreen-header .span_6 h1,.full-width-content .mpbr-recent-posts-slider .recent-post-container .inner-wrap h2{font-size:39px;line-height:39px}.wpb_wrapper h1.vc_custom_heading{font-size:39px!important;line-height:39px!important}}#page-header-bg h2,body h2,article.post .post-header h2,article.post.quote .post-content h2,article.post.link .post-content h2,#call-to-action span,.woocommerce .full-width-tabs #reviews h3,.row .col.section-title h2,.mpbr_single_testimonial[data-style="bold"] p,.woocommerce-account .woocommerce>#customer_login .mpbr-form-controls .control,body #error-404 h2,.woocommerce-page .woocommerce p.cart-empty,.mpbr-ext-menu-item .inherit-h2 .menu-title-text,#slide-out-widget-area .mpbr-ext-menu-item .inherit-h2,#mobile-menu .mpbr-ext-menu-item .inherit-h2,#ajax-content-wrap .mpbr-inherit-h2,[data-inherit-heading-family="h2"],.mpbr-quick-view-box div.product h1.product_title.mpbr-inherit-h2{font-family:Marcellus;font-size:25px;line-height:35px;font-weight:400}.single-product div.product h1.product_title,.mpbr-shop-header .page-title{font-size:25px;line-height:35px}.mpbr-category-grid[data-style="mouse_follow_image"][data-h-tag="h2"] .content{font-size:25px}@media only screen and (max-width:1300px) and (min-width:1000px){body h2,.single-product div.product h1.product_title,.mpbr-shop-header .page-title,#ajax-content-wrap .mpbr-inherit-h2,.mpbr-category-grid[data-style="mouse_follow_image"][data-h-tag="h2"] .content{font-size:21.25px;line-height:29.75px}.row .span_2 h2,.row .span_3 h2,.row .span_4 h2,.row .vc_col-sm-2 h2,.row .vc_col-sm-3 h2,.row .vc_col-sm-4 h2{font-size:17.5px;line-height:24.5px}}@media only screen and (max-width:999px) and (min-width:690px){.col h2,body h2,.single-product div.product h1.product_title,.mpbr-shop-header .page-title,.woocommerce-account .woocommerce>#customer_login .mpbr-form-controls .control,.mpbr_single_testimonial[data-style="bold"] p,#slide-out-widget-area .mpbr-ext-menu-item .inherit-h2,#mobile-menu .mpbr-ext-menu-item .inherit-h2,#ajax-content-wrap .mpbr-inherit-h2,.mpbr-category-grid[data-style="mouse_follow_image"][data-h-tag="h2"] .content{font-size:20px;line-height:28px}.wpb_wrapper h2.vc_custom_heading{font-size:20px!important;line-height:28px!important}}@media only screen and (max-width:690px){.col h2,body h2,.single-product div.product h1.product_title,.mpbr-shop-header .page-title,.woocommerce-account .woocommerce>#customer_login .mpbr-form-controls .control,.mpbr_single_testimonial[data-style="bold"] p,#slide-out-widget-area .mpbr-ext-menu-item .inherit-h2,#ajax-content-wrap .mpbr-inherit-h2,.mpbr-category-grid[data-style="mouse_follow_image"][data-h-tag="h2"] .content{font-size:18.75px;line-height:26.25px}.wpb_wrapper h2.vc_custom_heading{font-size:18.75px!important;line-height:26.25px!important}}body h3,.row .col h3,.toggle h3 a,.ascend #respond h3,.ascend h3#comments,.woocommerce ul.products li.product.text_on_hover h3,.masonry.classic_enhanced .masonry-blog-item h3.title,.woocommerce ul.products li.product.material h3,.woocommerce-page ul.products li.product.material h3,.portfolio-items[data-ps="8"] .col h3,.mpbr-hor-list-item[data-font-family="h3"],.woocommerce ul.products li.product h2,.mpbr-quick-view-box h1,.mpbr-ext-menu-item .inherit-h3 .menu-title-text,#slide-out-widget-area .mpbr-ext-menu-item .inherit-h3,#mobile-menu .mpbr-ext-menu-item .inherit-h3,#ajax-content-wrap .mpbr-inherit-h3,[data-inherit-heading-family="h3"],.mpbr-quick-view-box div.product h1.product_title.mpbr-inherit-h3,.mpbr-quick-view-box div.product .summary p.price.mpbr-inherit-h3,body.woocommerce div.product p.price.mpbr-inherit-h3 ins{font-family:Marcellus;font-size:26px;line-height:34px;font-weight:400}@media only screen and (min-width:1000px){.ascend .comments-section .comment-wrap.full-width-section>h3#comments,.blog_next_prev_buttons[data-post-header-style="default_minimal"] .col h3{font-size:44.2px;line-height:52.2px}#ajax-content-wrap .masonry.classic_enhanced .masonry-blog-item.large_featured h3.title{font-size:39px;line-height:51px}}@media only screen and (min-width:1300px) and (max-width:1500px){body .portfolio-items.constrain-max-cols.masonry-items .col.elastic-portfolio-item h3{font-size:22.1px;line-height:28.9px}}.mpbr-category-grid[data-style="mouse_follow_image"][data-h-tag="h3"] .content{font-size:26px}@media only screen and (max-width:1300px) and (min-width:1000px){.row .span_2 h3,.row .span_3 h3,.row .span_4 h3,.row .vc_col-sm-2 h3,.row .vc_col-sm-3 h3,.row .vc_col-sm-4 h3,.row .col h3,body h3,#ajax-content-wrap .mpbr-inherit-h3,.mpbr-category-grid[data-style="mouse_follow_image"][data-h-tag="h3"] .content{font-size:22.1px;line-height:28.9px}}@media only screen and (max-width:999px) and (min-width:690px){.row .span_2 h3,.row .span_3 h3,.row .span_4 h3,.row .vc_col-sm-2 h3,.row .vc_col-sm-3 h3,.row .vc_col-sm-4 h3,.row .col h3,body h3,#slide-out-widget-area .mpbr-ext-menu-item .inherit-h3,#ajax-content-wrap .mpbr-inherit-h3,.mpbr-category-grid[data-style="mouse_follow_image"][data-h-tag="h3"] .content{font-size:20.8px;line-height:27.2px}.wpb_wrapper h3.vc_custom_heading{font-size:20.8px!important;line-height:27.2px!important}}@media only screen and (max-width:690px){.row .span_2 h3,.row .span_3 h3,.row .span_4 h3,.row .vc_col-sm-2 h3,.row .vc_col-sm-3 h3,.row .vc_col-sm-4 h3,.row .col h3,body h3,#slide-out-widget-area .mpbr-ext-menu-item .inherit-h3,#mobile-menu .mpbr-ext-menu-item .inherit-h3,#ajax-content-wrap .mpbr-inherit-h3,.mpbr-category-grid[data-style="mouse_follow_image"][data-h-tag="h3"] .content{font-size:20.8px;line-height:27.2px}.wpb_wrapper h3.vc_custom_heading{font-size:20.8px!important;line-height:27.2px!important}}@media only screen and (min-width:1300px){.mpbr-post-grid[data-columns="2"][data-masonry="yes"]>div:nth-of-type(3n+1) h3{font-size:36.4px}}@media only screen and (max-width:1300px) and (min-width:1000px){.mpbr-post-grid[data-columns="2"][data-masonry="yes"]>div:nth-of-type(3n+1) h3{font-size:30.94px}}@media only screen and (max-width:999px) and (min-width:690px){.mpbr-post-grid[data-columns="2"][data-masonry="yes"]>div:nth-of-type(3n+1) h3{font-size:29.12px}}body h4,.row .col h4,.portfolio-items .work-meta h4,.list-icon-holder[data-icon_type="numerical"] span,.portfolio-items .col.span_3 .work-meta h4,#respond h3,.blog-recent.related-posts h3.title,h3#comments,.portfolio-items[data-ps="6"] .work-meta h4,.mpbr-hor-list-item[data-font-family="h4"],.toggles[data-style="minimal_small"] .toggle>h3 a,.woocommerce #reviews #reply-title,p.woocommerce.add_to_cart_inline>span.woocommerce-Price-amount,p.woocommerce.add_to_cart_inline ins>span.woocommerce-Price-amount,#header-outer .total,#header-outer .total strong,.mpbr-ext-menu-item .inherit-h4 .menu-title-text,#slide-out-widget-area .mpbr-ext-menu-item .inherit-h4,#mobile-menu .mpbr-ext-menu-item .inherit-h4,.mpbr-slide-in-cart.style_slide_in_click .widget_shopping_cart .cart_list .product-meta a:not(.remove),.woocommerce-cart .product-name a,#ajax-content-wrap .mpbr-inherit-h4,.archive.woocommerce .container-wrap>.main-content #sidebar>.header h4,[data-inherit-heading-family="h4"],.mpbr-quick-view-box div.product h1.product_title.mpbr-inherit-h4,.mpbr-quick-view-box div.product .summary p.price.mpbr-inherit-h4,body.woocommerce div.product p.price.mpbr-inherit-h4 ins{font-family:Marcellus;font-size:23px;line-height:23px;font-weight:400}@media only screen and (min-width:690px){.portfolio-items[data-ps="6"] .wide_tall .work-meta h4{font-size:39.1px!important;line-height:47.1px!important}.mpbr-slide-in-cart .widget_shopping_cart .cart_list .mini_cart_item>a:not(.remove){font-family:Marcellus!important;font-weight:400!important}}.mpbr-category-grid[data-style="mouse_follow_image"][data-h-tag="h4"] .content{font-size:23px}@media only screen and (max-width:1300px) and (min-width:1000px){.row .col h4,body h4,.woocommerce-cart .product-name a,#ajax-content-wrap .mpbr-inherit-h4,.mpbr-category-grid[data-style="mouse_follow_image"][data-h-tag="h4"] .content{font-size:23px;line-height:23px}}@media only screen and (max-width:999px) and (min-width:690px){.row .col h4,body h4,#slide-out-widget-area .mpbr-ext-menu-item .inherit-h4,.mpbr-slide-in-cart.style_slide_in_click .widget_shopping_cart .cart_list .product-meta a:not(.remove),.woocommerce-cart .product-name a,#ajax-content-wrap .mpbr-inherit-h4,.mpbr-category-grid[data-style="mouse_follow_image"][data-h-tag="h4"] .content{font-size:23px;line-height:23px}}@media only screen and (max-width:690px){.row .col h4,body h4,#slide-out-widget-area .mpbr-ext-menu-item .inherit-h4,.mpbr-slide-in-cart.style_slide_in_click .widget_shopping_cart .cart_list .product-meta a:not(.remove),.woocommerce-cart .product-name a,#ajax-content-wrap .mpbr-inherit-h4,.archive.woocommerce .container-wrap>.main-content #sidebar>.header h4,.mpbr-category-grid[data-style="mouse_follow_image"][data-h-tag="h4"] .content{font-size:20.7px;line-height:20.7px}}.woocommerce img.pswp__img,.woocommerce-page img.pswp__img{max-width:none}button.pswp__button{box-shadow:none!important;background-image:url(/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png)!important}button.pswp__button,button.pswp__button--arrow--left::before,button.pswp__button--arrow--right::before,button.pswp__button:hover{background-color:transparent!important}button.pswp__button--arrow--left,button.pswp__button--arrow--left:hover,button.pswp__button--arrow--right,button.pswp__button--arrow--right:hover{background-image:none!important}button.pswp__button--close:hover{background-position:0 -44px}button.pswp__button--zoom:hover{background-position:-88px 0}/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */.pswp{display:none;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;-ms-touch-action:none;touch-action:none;z-index:1500;-webkit-text-size-adjust:100%;-webkit-backface-visibility:hidden;outline:0}.pswp *{-webkit-box-sizing:border-box;box-sizing:border-box}.pswp img{max-width:none}.admin-bar .pswp{height:calc(100% - var(--wp-admin--admin-bar--height,0px));top:var(--wp-admin--admin-bar--height,0)}.pswp--animate_opacity{opacity:.001;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--open{display:block}.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--zoomed-in .pswp__img{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--dragging .pswp__img{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp__bg{position:absolute;left:0;top:0;width:100%;height:100%;background:#000;opacity:0;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;will-change:opacity}.pswp__scroll-wrap{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden}.pswp__container,.pswp__zoom-wrap{-ms-touch-action:none;touch-action:none;position:absolute;left:0;right:0;top:0;bottom:0}.pswp__container,.pswp__img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:#fff0;-webkit-touch-callout:none}.pswp__zoom-wrap{position:absolute;width:100%;-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;-webkit-transition:-webkit-transform 333ms cubic-bezier(.4,0,.22,1);transition:transform 333ms cubic-bezier(.4,0,.22,1)}.pswp__bg{will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{-webkit-transition:none;transition:none}.pswp__container,.pswp__zoom-wrap{-webkit-backface-visibility:hidden}.pswp__item{position:absolute;left:0;right:0;top:0;bottom:0;overflow:hidden}.pswp__img{position:absolute;width:auto;height:auto;top:0;left:0}.pswp__img--placeholder{-webkit-backface-visibility:hidden}.pswp__img--placeholder--blank{background:#222}.pswp--ie .pswp__img{width:100%!important;height:auto!important;left:0;top:0}.pswp__error-msg{position:absolute;left:0;top:50%;width:100%;text-align:center;font-size:14px;line-height:16px;margin-top:-8px;color:#ccc}.pswp__error-msg a{color:#ccc;text-decoration:underline}/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */.pswp__button{width:44px;height:44px;position:relative;background:0 0;cursor:pointer;overflow:visible;-webkit-appearance:none;display:block;border:0;padding:0;margin:0;float:left;opacity:.75;-webkit-transition:opacity .2s;transition:opacity .2s;-webkit-box-shadow:none;box-shadow:none}.pswp__button:focus,.pswp__button:hover{opacity:1}.pswp__button:active{outline:0;opacity:.9}.pswp__button::-moz-focus-inner{padding:0;border:0}.pswp__ui--over-close .pswp__button--close{opacity:1}.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{background:url(/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png) 0 0 no-repeat;background-size:264px 88px;width:44px;height:44px}@media (-webkit-min-device-pixel-ratio:1.1),(-webkit-min-device-pixel-ratio:1.09375),(min-resolution:105dpi),(min-resolution:1.1dppx){.pswp--svg .pswp__button,.pswp--svg .pswp__button--arrow--left:before,.pswp--svg .pswp__button--arrow--right:before{background-image:url(/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.svg)}.pswp--svg .pswp__button--arrow--left,.pswp--svg .pswp__button--arrow--right{background:0 0}}.pswp__button--close{background-position:0 -44px}.pswp__button--share{background-position:-44px -44px}.pswp__button--fs{display:none}.pswp--supports-fs .pswp__button--fs{display:block}.pswp--fs .pswp__button--fs{background-position:-44px 0}.pswp__button--zoom{display:none;background-position:-88px 0}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__button--zoom{background-position:-132px 0}.pswp--touch .pswp__button--arrow--left,.pswp--touch .pswp__button--arrow--right{visibility:hidden}.pswp__button--arrow--left,.pswp__button--arrow--right{background:0 0;top:50%;margin-top:-50px;width:70px;height:100px;position:absolute}.pswp__button--arrow--left{left:0}.pswp__button--arrow--right{right:0}.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{content:'';top:35px;background-color:rgb(0 0 0 / .3);height:30px;width:32px;position:absolute}.pswp__button--arrow--left:before{left:6px;background-position:-138px -44px}.pswp__button--arrow--right:before{right:6px;background-position:-94px -44px}.pswp__counter,.pswp__share-modal{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__share-modal{display:block;background:rgb(0 0 0 / .5);width:100%;height:100%;top:0;left:0;padding:10px;position:absolute;z-index:1600;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;-webkit-backface-visibility:hidden;will-change:opacity}.pswp__share-modal--hidden{display:none}.pswp__share-tooltip{z-index:1620;position:absolute;background:#fff;top:56px;border-radius:2px;display:block;width:auto;right:44px;-webkit-box-shadow:0 2px 5px rgb(0 0 0 / .25);box-shadow:0 2px 5px rgb(0 0 0 / .25);-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);-webkit-transition:-webkit-transform .25s;transition:transform .25s;-webkit-backface-visibility:hidden;will-change:transform}.pswp__share-tooltip a{display:block;padding:8px 12px;color:#000;text-decoration:none;font-size:14px;line-height:18px}.pswp__share-tooltip a:hover{text-decoration:none;color:#000}.pswp__share-tooltip a:first-child{border-radius:2px 2px 0 0}.pswp__share-tooltip a:last-child{border-radius:0 0 2px 2px}.pswp__share-modal--fade-in{opacity:1}.pswp__share-modal--fade-in .pswp__share-tooltip{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.pswp--touch .pswp__share-tooltip a{padding:16px 12px}a.pswp__share--facebook:before{content:'';display:block;width:0;height:0;position:absolute;top:-12px;right:15px;border:6px solid #fff0;border-bottom-color:#fff;-webkit-pointer-events:none;-moz-pointer-events:none;pointer-events:none}a.pswp__share--facebook:hover{background:#3e5c9a;color:#fff}a.pswp__share--facebook:hover:before{border-bottom-color:#3e5c9a}a.pswp__share--twitter:hover{background:#55acee;color:#fff}a.pswp__share--pinterest:hover{background:#ccc;color:#ce272d}a.pswp__share--download:hover{background:#ddd}.pswp__counter{position:relative;left:0;top:0;height:44px;font-size:13px;line-height:44px;color:#fff;opacity:.75;padding:0 10px;margin-inline-end:auto}.pswp__caption{position:absolute;left:0;bottom:0;width:100%;min-height:44px}.pswp__caption small{font-size:11px;color:#bbb}.pswp__caption__center{text-align:left;max-width:420px;margin:0 auto;font-size:13px;padding:10px;line-height:20px;color:#ccc}.pswp__caption--empty{display:none}.pswp__caption--fake{visibility:hidden}.pswp__preloader{width:44px;height:44px;position:absolute;top:0;left:50%;margin-left:-22px;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;will-change:opacity;direction:ltr}.pswp__preloader__icn{width:20px;height:20px;margin:12px}.pswp__preloader--active{opacity:1}.pswp__preloader--active .pswp__preloader__icn{background:url(/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/preloader.gif) 0 0 no-repeat}.pswp--css_animation .pswp__preloader--active{opacity:1}.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn{-webkit-animation:clockwise .5s linear infinite;animation:clockwise .5s linear infinite}.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut{-webkit-animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite;animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite}.pswp--css_animation .pswp__preloader__icn{background:0 0;opacity:.75;width:14px;height:14px;position:absolute;left:15px;top:15px;margin:0}.pswp--css_animation .pswp__preloader__cut{position:relative;width:7px;height:14px;overflow:hidden}.pswp--css_animation .pswp__preloader__donut{-webkit-box-sizing:border-box;box-sizing:border-box;width:14px;height:14px;border:2px solid #fff;border-radius:50%;border-left-color:#fff0;border-bottom-color:#fff0;position:absolute;top:0;left:0;background:0 0;margin:0}@media screen and (max-width:1024px){.pswp__preloader{position:relative;left:auto;top:auto;margin:0;float:right}}@-webkit-keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}.pswp__ui{-webkit-font-smoothing:auto;visibility:visible;opacity:1;z-index:1550}.pswp__top-bar{position:absolute;left:0;top:0;height:44px;width:100%;display:flex;justify-content:flex-end}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right,.pswp__caption,.pswp__top-bar{-webkit-backface-visibility:hidden;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{visibility:visible}.pswp__caption,.pswp__top-bar{background-color:rgb(0 0 0 / .5)}.pswp__ui--fit .pswp__caption,.pswp__ui--fit .pswp__top-bar{background-color:rgb(0 0 0 / .3)}.pswp__ui--idle .pswp__top-bar{opacity:0}.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right{opacity:0}.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__top-bar{opacity:.001}.pswp__ui--one-slide .pswp__button--arrow--left,.pswp__ui--one-slide .pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter{display:none}.pswp__element--disabled{display:none!important}.pswp--minimal--dark .pswp__top-bar{background:0 0}@keyframes wc-skeleton-shimmer{to{transform:translateX(100%)}}body.wc-block-product-gallery-modal-open,body.wc-modal--open{overflow:hidden}.wc-block-grid__products .wc-block-grid__product-image{display:block;position:relative;text-decoration:none}.wc-block-grid__products .wc-block-grid__product-image a{border:0;box-shadow:none;outline:0;text-decoration:none}.wc-block-grid__products .wc-block-grid__product-image img{height:auto;max-width:100%;width:100%}.wc-block-grid__products .wc-block-grid__product-image img[hidden]{display:none}.wc-block-grid__products .wc-block-grid__product-image img[alt=""]{border:1px solid #f2f2f2}.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title,.editor-styles-wrapper .wc-block-grid__product-title,.wc-block-grid__product-title{color:inherit;display:block;font-family:inherit;font-size:inherit;font-weight:700;line-height:1.2;padding:0}.wc-block-grid__product-price{display:block}.wc-block-grid__product-price .wc-block-grid__product-price__regular{margin-right:.5em}.wc-block-grid__product-add-to-cart.wp-block-button{white-space:normal;word-break:break-word}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{display:inline-flex;font-size:1em;justify-content:center;text-align:center;white-space:normal;word-break:break-word}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading{opacity:.25}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:after{content:"";display:inline-block;font-family:WooCommerce;height:auto;margin-left:.5em;width:auto}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading:after{animation:spin 2s linear infinite;content:"";display:inline-block;font-family:WooCommerce;height:auto;margin-left:.5em;width:auto}.has-5-columns:not(.alignfull) .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-6-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-7-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-8-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-9-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after{content:"";margin:0}.wc-block-grid__product-rating,.wp-block-woocommerce-product-review-rating{display:block}.wc-block-grid__product-rating .star-rating,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars,.wc-block-grid__product-rating .wc-block-product-review-rating__stars,.wp-block-woocommerce-product-review-rating .star-rating,.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars,.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars{font-family:WooCommerce;font-size:1em;font-weight:400;height:1.618em;line-height:1.618;margin:0 auto;overflow:hidden;position:relative;text-align:left;width:5.3em}.wc-block-grid__product-rating .star-rating:before,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before,.wc-block-grid__product-rating .wc-block-product-review-rating__stars:before,.wp-block-woocommerce-product-review-rating .star-rating:before,.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars:before,.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars:before{content:"SSSSS";left:0;opacity:.5;position:absolute;right:0;top:0;white-space:nowrap}.wc-block-grid__product-rating .star-rating span,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span,.wc-block-grid__product-rating .wc-block-product-review-rating__stars span,.wp-block-woocommerce-product-review-rating .star-rating span,.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars span,.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars span{left:0;overflow:hidden;padding-top:1.5em;position:absolute;right:0;top:0}.wc-block-grid__product-rating .star-rating span:before,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before,.wc-block-grid__product-rating .wc-block-product-review-rating__stars span:before,.wp-block-woocommerce-product-review-rating .star-rating span:before,.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars span:before,.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars span:before{color:inherit;content:"SSSSS";left:0;position:absolute;right:0;top:0;white-space:nowrap}.wc-block-grid .wc-block-grid__product-onsale,.wc-block-grid__product-image .wc-block-grid__product-onsale{background:#fff;border:1px solid #43454b;border-radius:4px;color:#43454b;display:inline-block;font-size:.875em;font-weight:600;left:auto;padding:.25em .75em;position:absolute;right:4px;text-align:center;text-transform:uppercase;top:4px;width:auto;z-index:9}.wc-block-grid__product .wc-block-grid__product-image,.wc-block-grid__product .wc-block-grid__product-link{display:inline-block;position:relative}.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image),.wc-block-grid__product .wc-block-grid__product-title{margin:0 0 12px}.wc-block-grid__product .wc-block-grid__product-add-to-cart,.wc-block-grid__product .wc-block-grid__product-onsale,.wc-block-grid__product .wc-block-grid__product-price,.wc-block-grid__product .wc-block-grid__product-rating{margin:0 auto 12px}.theme-twentysixteen .wc-block-grid .price ins{color:#77a464}.theme-twentynineteen .wc-block-grid__product{font-size:.88889em}.theme-twentynineteen .wc-block-components-product-sale-badge,.theme-twentynineteen .wc-block-components-product-title,.theme-twentynineteen .wc-block-grid__product-onsale,.theme-twentynineteen .wc-block-grid__product-title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.theme-twentynineteen .wc-block-grid__product-title:before{display:none}.theme-twentynineteen .wc-block-components-product-sale-badge,.theme-twentynineteen .wc-block-grid__product-onsale{line-height:1}.theme-twentynineteen .editor-styles-wrapper .wp-block-button .wp-block-button__link:not(.has-text-color){color:#fff}.theme-twentytwenty .wc-block-grid__product-link{color:#000}.theme-twentytwenty .wc-block-components-product-title,.theme-twentytwenty .wc-block-grid__product-title{color:#cd2653;font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-size:1em}.theme-twentytwenty .wp-block-columns .wc-block-components-product-title{margin-top:0}.theme-twentytwenty .wc-block-components-product-price .woocommerce-Price-amount,.theme-twentytwenty .wc-block-components-product-price__value,.theme-twentytwenty .wc-block-grid__product-price .woocommerce-Price-amount,.theme-twentytwenty .wc-block-grid__product-price__value{font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-size:.9em}.theme-twentytwenty .wc-block-components-product-price del,.theme-twentytwenty .wc-block-grid__product-price del{opacity:.7}.theme-twentytwenty .wc-block-components-product-price ins,.theme-twentytwenty .wc-block-grid__product-price ins{text-decoration:none}.theme-twentytwenty .star-rating,.theme-twentytwenty .wc-block-grid__product-rating{font-size:.7em}.theme-twentytwenty .star-rating .wc-block-components-product-rating__stars,.theme-twentytwenty .star-rating .wc-block-grid__product-rating__stars,.theme-twentytwenty .wc-block-grid__product-rating .wc-block-components-product-rating__stars,.theme-twentytwenty .wc-block-grid__product-rating .wc-block-grid__product-rating__stars{line-height:1}.theme-twentytwenty .wc-block-components-product-button>.wp-block-button__link,.theme-twentytwenty .wc-block-grid__product-add-to-cart>.wp-block-button__link{font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif}.theme-twentytwenty .wc-block-components-product-sale-badge,.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{background:#cd2653;color:#fff;font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-weight:700;letter-spacing:-.02em;line-height:1.2;text-transform:uppercase}.theme-twentytwenty .wc-block-grid__products .wc-block-components-product-sale-badge{position:static}.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-image .wc-block-components-product-sale-badge{position:absolute}.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale:not(.wc-block-components-product-sale-badge){position:absolute;right:4px;top:4px;z-index:1}.theme-twentytwenty .wc-block-active-filters__title,.theme-twentytwenty .wc-block-attribute-filter__title,.theme-twentytwenty .wc-block-price-filter__title,.theme-twentytwenty .wc-block-stock-filter__title{font-size:1em}.theme-twentytwenty .wc-block-active-filters .wc-block-active-filters__clear-all,.theme-twentytwenty .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{font-size:.75em}@media only screen and (min-width:768px){.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{font-size:.875em;padding:.5em}}@media only screen and (min-width:1168px){.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{font-size:.875em;padding:.5em}}.theme-twentytwentytwo .wc-block-grid__product-add-to-cart .added_to_cart{display:block;margin-top:12px}.theme-twentytwentytwo .wc-block-components-product-price ins,.theme-twentytwentytwo .wc-block-grid__product-price ins{text-decoration:none}.screen-reader-text{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;overflow-wrap:normal!important;padding:0;position:absolute!important;width:1px}.screen-reader-text:focus{clip:auto!important;background-color:#fff;border-radius:3px;box-shadow:0 0 2px 2px rgb(0 0 0 / .6);clip-path:none;color:#2b2d2f;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.wp-block-group.woocommerce.product .up-sells.upsells.products{max-width:var(--wp--style--global--wide-size)}@keyframes wc-skeleton-shimmer{to{transform:translateX(100%)}}.wc-block-components-notice-banner{align-content:flex-start;align-items:stretch;background-color:#fff;border:1px solid #2f2f2f;border-radius:4px;box-sizing:border-box;color:#2f2f2f;display:flex;font-size:.875em;font-weight:400;gap:12px;line-height:1.5;margin:16px 0;padding:16px!important}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content{align-self:center;flex-basis:100%;padding-right:16px;white-space:normal}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content:last-child{padding-right:0}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-block-components-notice-banner__summary{font-weight:600;margin:0 0 8px}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul{margin:0 0 0 24px;padding:0}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol li:after,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul li:after{clear:both;content:"";display:block}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward{appearance:none;background:transparent!important;border:0;color:#2f2f2f!important;float:right;margin:0 0 0 20px;opacity:.7;padding:0!important;text-decoration-line:underline;text-underline-position:under;transition:all .2s ease-in-out}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:active,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:focus,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:hover{opacity:1;text-decoration:none}.wc-block-components-notice-banner>svg{fill:#fff;background-color:#2f2f2f;border-radius:50%;flex-grow:0;flex-shrink:0;height:100%;padding:2px}.wc-block-components-notice-banner>.wc-block-components-button{background:#fff0 none!important;border:0!important;box-shadow:none!important;color:#2f2f2f!important;flex:0 0 16px;height:16px!important;margin:6px 0 0 auto!important;min-height:auto!important;min-width:0!important;opacity:.6;outline:none!important;padding:0!important;width:16px!important}.wc-block-components-notice-banner>.wc-block-components-button>svg{margin:0!important}.wc-block-components-notice-banner>.wc-block-components-button:active,.wc-block-components-notice-banner>.wc-block-components-button:focus,.wc-block-components-notice-banner>.wc-block-components-button:hover{opacity:1}.wc-block-components-notice-banner>.wc-block-components-button:focus{outline:2px solid currentColor!important;outline-offset:0}.wc-block-components-notice-banner.is-error{background-color:#fff0f0;border-color:#cc1818}.wc-block-components-notice-banner.is-error>svg{background-color:#cc1818;transform:rotate(180deg)}.wc-block-components-notice-banner.is-warning{background-color:#fffbf4;border-color:#f0b849}.wc-block-components-notice-banner.is-warning>svg{background-color:#f0b849;transform:rotate(180deg)}.wc-block-components-notice-banner.is-success{background-color:#f4fff7;border-color:#4ab866}.wc-block-components-notice-banner.is-success>svg{background-color:#4ab866}.wc-block-components-notice-banner.is-info{background-color:#f4f8ff;border-color:#007cba}.wc-block-components-notice-banner.is-info>svg{background-color:#007cba}.wc-block-components-notice-banner:focus{outline-width:0}.wc-block-components-notice-banner:focus-visible{outline-style:solid;outline-width:2px}.woocommerce.wc-block-store-notices.alignwide{max-width:var(--wp--style--global--wide-size)}#header-outer .widget_shopping_cart h2.widgettitle,#header-outer .cart-notification h2.widgettitle{margin-bottom:0}#header-outer .widget_shopping_cart .cart_list{display:none;position:relative;top:0!important;width:325px;left:auto;max-height:482px;overflow-y:auto}#header-outer .widget_shopping_cart .cart_list a,.mpbr-slide-in-cart .widget_shopping_cart .cart_list a,#footer-outer .widget_shopping_cart .cart_list a{background-color:transparent!important;border:none;font-weight:400;line-height:17px;padding:0;transition:none;-webkit-transition:none;font-family:'Open Sans'}#header-outer .widget_shopping_cart .cart_list .product-meta a{padding-bottom:8px}.mpbr-slide-in-cart:not(.style_slide_in_click) .cart_list .woocommerce-mini-cart-item .product-details>a{padding:3px 10px 8px 3px!important}body #header-outer .widget_shopping_cart .cart_list li .product-meta .product-details>a{line-height:1.3em;margin-bottom:6px;max-width:calc(100% - 26px);padding-bottom:0;font-size:14px}#slide-out-widget-area .widget_shopping_cart .cart_list li .product-meta .product-details>a{line-height:1.3em;margin-bottom:6px;max-width:calc(100% - 26px);padding-bottom:0;font-size:16px}#slide-out-widget-area .widget_shopping_cart .cart_list li .product-meta .product-details>a{max-width:calc(100% - 37px)}#header-outer .widget_shopping_cart .cart_list a img{width:55px;float:left;margin-left:0}#header-outer ul.product_list_widget li img,#header-outer .widget_shopping_cart .cart_list a img,.woocommerce-page ul.product_list_widget li img:not(.mpbr-lazy):not([srcset]),.mpbr-slide-in-cart.style_slide_in_click ul.product_list_widget li img{height:auto;width:75px;margin-left:0;margin-right:15px;float:left;margin-bottom:0;box-shadow:none;-webkit-box-shadow:none}.mpbr-slide-in-cart.style_slide_in_click ul.product_list_widget li img{margin-right:0}.mpbr-slide-in-cart.style_slide_in_click .widget_shopping_cart .cart_list .mini_cart_item>a{margin-right:25px}#header-outer .widget_shopping_cart .cart_list .product-meta a img,#slide-out-widget-area .widget_shopping_cart .cart_list .product-meta a img,.mpbr-slide-in-cart.style_slide_in_click .widget_shopping_cart .cart_list .product-meta a img{display:none}#header-outer .widget_shopping_cart .cart_list li .product-meta a,#slide-out-widget-area .widget_shopping_cart .cart_list li .product-meta a{display:inline-block;transition:0.2s ease color}#header-outer .widget_shopping_cart .cart_list li{float:none}#header-outer .widget_shopping_cart .cart_list li,#header-outer .cart-notification{padding:14px 20px}#header-outer .widget_shopping_cart .cart_list li{font-size:12px;line-height:22px}.woocommerce .cart-notification .item-name,#header-outer .cart-notification .item-name{color:#fff;font-family:'Open Sans';font-weight:600}body:not([data-header-color="custom"]) #header-outer .cart-notification .item-name{color:#888}#header-outer .widget_shopping_cart .cart_list li:first-child{padding-top:20px}.mpbr-slide-in-cart .total,.mpbr-slide-in-cart .total strong{font-size:24px;font-family:inherit}.mpbr-slide-in-cart.style_slide_in_click .total,.mpbr-slide-in-cart.style_slide_in_click .total strong{font-size:18px}#header-outer .widget_shopping_cart .quantity{margin-left:0;line-height:14px;height:14px;display:block}#slide-out-widget-area .widget_shopping_cart .quantity{margin-left:0;line-height:14px;height:auto;display:block}#header-outer .widget_shopping_cart .quantity,#header-outer .widget_shopping_cart .quantity span{font-size:14px}#header-outer .widget_shopping_cart .buttons{padding:3px 20px 20px 20px;clear:both}#header-outer ul.product_list_widget li dl dt,.mpbr-slide-in-cart ul.product_list_widget li dl dt{color:#999}.mpbr-slide-in-cart.style_slide_in_click ul.product_list_widget li dl dt{color:inherit;font-weight:inherit;font-size:12px!important;line-height:inherit}.mpbr-slide-in-cart ul.product_list_widget li dl dt{font-family:inherit}#header-outer ul.product_list_widget li dl dd,.mpbr-slide-in-cart ul.product_list_widget li dl dd{color:inherit;margin-bottom:0;padding-left:0}#header-outer ul.product_list_widget li dl p,.mpbr-slide-in-cart ul.product_list_widget li dl p{padding-bottom:0}#header-outer ul.product_list_widget li dl,.mpbr-slide-in-cart ul.product_list_widget li dl{margin:0 0 10px 0;border-width:1px;padding-left:13px}#slide-out-widget-area ul.product_list_widget .product-meta,#header-outer ul.product_list_widget .product-meta{float:right;padding-left:5px;width:calc(100% - 90px)}.mpbr-slide-in-cart-bg.revealed{z-index:10000}.mpbr-slide-in-cart-bg.open{opacity:1;pointer-events:all}.mpbr-slide-in-cart.style_slide_in_click .close-cart{line-height:1.4;z-index:1000;color:#000}.mpbr-slide-in-cart.style_slide_in_click .total{display:flex}.mpbr-slide-in-cart.style_slide_in_click .total>strong{flex:1}.mpbr-slide-in-cart.style_slide_in_click .widget_shopping_cart a.button{display:inline-block;font-size:14px;padding:15px 10px;width:calc(50% - 5px);margin:0}.mpbr-slide-in-cart.style_slide_in_click .widget_shopping_cart a.button.checkout{margin-left:10px}.mpbr-slide-in-cart.style_slide_in_click .widget_shopping_cart .product-meta a:not(.remove){font-size:16px;line-height:1.4;margin-bottom:6px;font-weight:600}.mpbr-slide-in-cart.style_slide_in_click .woocommerce-mini-cart__buttons{padding-bottom:0}.widget_shopping_cart_content:before,.mpbr-slide-in-cart.style_slide_in_click .woocommerce-mini-cart-item:after{z-index:-10;position:absolute;top:0;left:0;width:100%;height:100%;content:'';pointer-events:none;opacity:0}.widget_shopping_cart_content.loading:before{z-index:100;pointer-events:all}.mpbr-slide-in-cart.style_slide_in_click .woocommerce-mini-cart-item:after{transition:opacity 0.5s ease;background-color:#000;z-index:100}.mpbr-slide-in-cart.style_slide_in_click .woocommerce-mini-cart-item.blockUI.blockOverlay:after{opacity:.15}.mpbr-slide-in-cart.style_slide_in_click .blockUI.blockOverlay:not(.woocommerce-mini-cart-item){background-color:rgb(0 0 0 / .15)!important;opacity:1!important}.mpbr-slide-in-cart.style_slide_in_click .cart_list.woocommerce-mini-cart .mini_cart_item a{color:#000!important}.mpbr-slide-in-cart.style_slide_in_click .woocommerce-mini-cart__empty-message{text-align:center;margin-top:auto}.mpbr-slide-in-cart.style_slide_in_click .woocommerce-mini-cart__empty-message h3{margin-bottom:15px}.mpbr-slide-in-cart.style_slide_in_click .widget_shopping_cart .cart_list li a.remove.with_text{text-align:center}.mpbr-slide-in-cart.style_slide_in_click .inner>.header{top:40px;position:absolute;left:40px;width:calc(100% - 80px);padding-bottom:20px;border-bottom:1px solid rgb(0 0 0 / .1);z-index:10;display:flex}.admin-bar .mpbr-slide-in-cart.style_slide_in_click .inner>.header{top:72px}.mpbr-slide-in-cart.style_slide_in_click .inner>.header a{margin-left:auto;line-height:.9;position:relative;width:30px}.mpbr-slide-in-cart.style_slide_in_click .inner>.header h4{line-height:.9;margin-bottom:0}.mpbr-slide-in-cart.style_slide_in_click .widget_shopping_cart .mpbr-notice{padding:20px;margin-top:20px;color:#fff;line-height:1.5}.mpbr-slide-in-cart.style_slide_in_click .widget_shopping_cart .mpbr-notice .button{display:none}.woocommerce-checkout-review-order-table .product-info h4 a,.woocommerce-cart .product-name a{background-repeat:no-repeat;background-size:0% 2px;background-image:linear-gradient(to right,#000 0%,#000 100%);-webkit-transition:background-size 0.55s cubic-bezier(.2,.75,.5,1);transition:background-size 0.55s cubic-bezier(.2,.75,.5,1);background-position:left bottom}.woocommerce-checkout-review-order-table .product-info h4 a:hover,.woocommerce-cart .product-name a:hover{background-size:100% 2px}.woocommerce .button .loading:after{font-family:WooCommerce;color:inherit;content:"\e01c";vertical-align:top;font-weight:400;font-size:14px;height:14px;width:16px;display:inline-block;line-height:1;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.woocommerce .single_add_to_cart_button_wrap .button .loading{top:4px;position:relative}.woocommerce .button .loading-wrap{display:inline-block;margin-right:0;max-width:0;overflow:hidden;transition:all 0.25s ease;vertical-align:middle}.woocommerce .button.processing .loading-wrap{margin-right:10px;max-width:16px}#header-outer .widget_shopping_cart a.button{font-size:12px;display:inline-block;padding:10px 14px;width:calc(50% - 7px);margin:0}#header-outer .widget_shopping_cart a.button.checkout{margin-left:10px}#header-outer .widget_shopping_cart a.button:hover{background-color:#3f3f3f!important;color:#fff!important}#header-outer .widget_shopping_cart .cart_list li .product-meta a,#header-outer .widget_shopping_cart .cart_list li>a>img{transition:opacity 0.25s ease,color 0.25s ease}#header-outer .widget_shopping_cart .cart_list li .product-meta a:hover,#header-outer .widget_shopping_cart .cart_list li>a:hover>img{opacity:.75}#header-outer .widget_shopping_cart .cart_list>li{border-bottom:1px solid rgb(0 0 0 / .07)}#header-outer .widget_shopping_cart .cart_list li{padding-bottom:20px;padding-top:20px}.mpbr-quick-view-box .woocommerce-product-rating{line-height:2;display:block}.mpbr-quick-view-box .summary .price{color:#444;font-size:30px;line-height:30px;letter-spacing:-1px;margin-top:20px}.mpbr-quick-view-box .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em}.mpbr-quick-view-box .star-rating::before{content:'\73\73\73\73\73';color:#d3ced2;float:left;top:0;left:0;position:absolute}.mpbr-quick-view-box div.product .woocommerce-product-rating{margin-bottom:1.618em}.mpbr-quick-view-box .star-rating span::before{content:'\53\53\53\53\53';top:0;position:absolute;left:0}.mpbr-quick-view-box .star-rating{overflow:hidden;position:relative;height:1em;line-height:1;letter-spacing:4px;font-size:13px;width:86px;font-family:star}.mpbr-quick-view-box .woocommerce-product-rating .star-rating{margin:0 4px 0 0;float:left}.mpbr-quick-view-box div.product form.cart{margin-bottom:3em}.mpbr-quick-view-box .product-loading{pointer-events:none;opacity:0;transition:opacity 0.3s;position:absolute;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);z-index:20}.mpbr-quick-view-box .product-loading .dot{position:relative;display:inline-block;width:12px;height:12px;border-radius:50px;background:#fff;margin:6px;transform-origin:center}.mpbr-quick-view-box.visible.loading-vis .product-loading{opacity:1}.mpbr-quick-view-box.visible.loading-vis .product-loading .dot{-webkit-animation:n_dot_loading 1.1s infinite;animation:n_dot_loading 1.1s infinite}.mpbr-quick-view-box.visible.loading-vis .product-loading .dot:nth-child(3){animation-delay:-0.9s}.mpbr-quick-view-box.visible.loading-vis .product-loading .dot:nth-child(2){animation-delay:-1s}@keyframes n_dot_loading{0%,60%,100%{transform:initial}30%{transform:translateY(-15px)}}.mpbr-quick-view-box.animate-width.loading-vis .product-loading{transition:opacity 0.3s ease;opacity:0}.mpbr-quick-view-box-backdrop.visible{opacity:1;z-index:10000;transition:opacity 0.7s ease;pointer-events:all}.mpbr-quick-view-box .inner-wrap{height:100%;width:100%;border-radius:6px;overflow:hidden;background-color:#fff;position:relative}.mpbr-quick-view-box:before{position:absolute;display:block;content:'';width:100%;height:100%;left:0;top:0;z-index:-1;opacity:0;box-shadow:0 50px 95px -15px rgb(0 0 0 / .15)}.mpbr-quick-view-box.box-shadow-trans:before{transition:opacity 0.55s ease}.mpbr-quick-view-box.visible:before{opacity:1}.mpbr-quick-view-box .woocommerce-review-link{pointer-events:none;color:inherit;opacity:.6;font-size:14px}.mpbr-quick-view-box .entry-summary p.price{padding-bottom:20px}.mpbr-quick-view-box .preview_image{position:absolute;height:100%;left:0;overflow:visible;top:0;z-index:10}.mpbr-quick-view-box .preview_image img{max-width:none;height:100%;width:auto;display:block}.mpbr-quick-view-box.visible{visibility:visible;pointer-events:all}.mpbr-quick-view-box .mpbr-product-slider{opacity:0}.mpbr-quick-view-box .mpbr-product-slider .carousel-cell>a{display:block;line-height:0}.mpbr-quick-view-box.add-content .mpbr-product-slider{opacity:1}.mpbr-quick-view-box .flickity-viewport{overflow:hidden;position:relative}body .mpbr-quick-view-box .images .carousel-cell{width:100%!important;min-height:400px;display:block;pointer-events:none}.mpbr-quick-view-box div.product{display:block}body .mpbr-quick-view-box .woocommerce-product-gallery,body .mpbr-quick-view-box div.product div.summary{float:none!important;display:inline-block}body .mpbr-quick-view-box div.product div.images{position:relative}body .mpbr-quick-view-box div.product div.images:after{background-color:rgb(0 0 0 / .08);width:1px;height:100%;position:absolute;right:0;top:0;content:'';display:block;-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:top;transform-origin:top;-webkit-transition:transform 0.55s cubic-bezier(.2,.75,.5,1);transition:transform 0.55s cubic-bezier(.2,.75,.5,1)}body .mpbr-quick-view-box.add-content div.product div.images:after{-webkit-transform:scaleY(1);transform:scaleY(1)}body .mpbr-quick-view-box div.product div.images{width:calc(100% - 475px)!important;height:100%}body.woocommerce .mpbr-quick-view-box div.product div.summary,body.woocommerce-page .mpbr-quick-view-box div.product div.summary,.mpbr-quick-view-box div.product div.summary{width:475px!important}.mpbr-quick-view-box div.product div.images{float:left}.mpbr-quick-view-box .mpbr-product-slider{width:calc(100% + 2px);height:calc(100% + 4px);top:-2px;left:-2px}.mpbr-quick-view-box .inner-content,.mpbr-quick-view-box div.product,body .mpbr-quick-view-box div.product div.summary{height:100%}body .mpbr-quick-view-box div.product div.summary{padding:50px 50px 0 50px}.mpbr-quick-view-box .entry-summary::-webkit-scrollbar,#header-outer .widget_shopping_cart .cart_list::-webkit-scrollbar,.mpbr-slide-in-cart .widget_shopping_cart .cart_list::-webkit-scrollbar{width:10px}#header-outer .widget_shopping_cart .cart_list::-webkit-scrollbar,.mpbr-slide-in-cart .widget_shopping_cart .cart_list::-webkit-scrollbar{background-color:rgb(0 0 0 / .07)}.mpbr-quick-view-box .entry-summary::-webkit-scrollbar:hover,.mpbr-slide-in-cart .widget_shopping_cart .cart_list::-webkit-scrollbar:hover{background-color:rgb(0 0 0 / .09)}#header-outer .widget_shopping_cart .cart_list::-webkit-scrollbar:hover,.mpbr-slide-in-cart .widget_shopping_cart .cart_list::-webkit-scrollbar:hover{background-color:rgb(0 0 0 / .11)}.mpbr-quick-view-box .entry-summary::-webkit-scrollbar-thumb,#header-outer .widget_shopping_cart .cart_list::-webkit-scrollbar-thumb,.mpbr-slide-in-cart .widget_shopping_cart .cart_list::-webkit-scrollbar-thumb{background:rgb(0 0 0 / .25);background-clip:padding-box;min-height:10px}.mpbr-quick-view-box .summary-content>*{opacity:0;transform:translateY(30px);transition:transform 0.55s cubic-bezier(.2,.75,.5,1),opacity 0.55s cubic-bezier(.2,.75,.5,1)}.mpbr-quick-view-box.add-content .summary-content>*{opacity:1;transform:translateY(0);transition:transform 0.55s cubic-bezier(.2,.75,.5,1),opacity 0.55s cubic-bezier(.2,.75,.5,1)}.mpbr-quick-view-box.add-content .summary-content>*:nth-child(2){transition-delay:0.05s}.mpbr-quick-view-box.add-content .summary-content>*:nth-child(3){transition-delay:0.1s}.mpbr-quick-view-box.add-content .summary-content>*:nth-child(4){transition-delay:0.15s}.mpbr-quick-view-box.add-content .summary-content>*:nth-child(5){transition-delay:0.2s}.mpbr-quick-view-box.add-content .summary-content>*:nth-child(6){transition-delay:0.25s}.mpbr-quick-view-box.add-content .summary-content>*:nth-child(7){transition-delay:0.3s}.mpbr-quick-view-box.add-content .summary-content>*:nth-child(8){transition-delay:0.35s}.mpbr-quick-view-box.add-content .summary-content>*:nth-child(9){transition-delay:0.4s}body .mpbr-quick-view-box.add-content div.product div.summary{overflow-y:auto;height:calc(100% - 56px)}body .mpbr-quick-view-box div.product div.summary{background-color:#fff;position:relative;z-index:1}body .mpbr-quick-view-box a.single_add_to_cart_button,body .mpbr-quick-view-box a.button.disabled{padding:16px 10px}.mpbr-quick-view-box .single_add_to_cart_button_wrap{width:475px;position:absolute;bottom:0;right:0;z-index:10;display:-webkit-flex;display:flex}body .mpbr-quick-view-box .single_add_to_cart_button{display:block;-webkit-flex-grow:1;flex-grow:1}body .mpbr-quick-view-box .mpbr-full-product-link a{display:block}.mpbr-quick-view-box .single_add_to_cart_button_wrap a.single_add_to_cart_button,.mpbr-quick-view-box .single_add_to_cart_button_wrap .mpbr-full-product-link a{min-width:150px;display:flex;justify-content:center;border-radius:0}body .mpbr-quick-view-box .mpbr-full-product-link{-webkit-flex-grow:1;flex-grow:1}.mpbr-quick-view-box .mpbr-full-product-link a{left:auto;right:0;padding:16px 15px;text-align:center;margin-bottom:0;font-size:12px;background-color:#f1f1f1}body .mpbr-quick-view-box .single_add_to_cart_button,body .mpbr-quick-view-box .mpbr-full-product-link a{line-height:16px}.mpbr-quick-view-box .single_add_to_cart_button_wrap{opacity:0;transition:opacity 0.55s cubic-bezier(.2,.75,.5,1)}.mpbr-quick-view-box.add-content .single_add_to_cart_button_wrap{opacity:1}.mpbr-quick-view-box .summary-content button[type="submit"].single_add_to_cart_button{display:none}.mpbr-quick-view-box a .close-wrap,.mpbr-quick-view-box .close a{width:19px;height:18px;opacity:0}.mpbr-quick-view-box .close{right:40px;top:40px;position:absolute}.mpbr-quick-view-box .close a{position:relative;display:block;width:24px;height:17px;line-height:22px;z-index:10}.mpbr-quick-view-box a .close-wrap,.mpbr-quick-view-box .close a{display:block;opacity:1}.mpbr-quick-view-box .close-wrap{-webkit-font-smoothing:subpixel-antialiased;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;position:absolute;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%) translateZ(0);transform:translateX(-50%) translateY(-50%) translateZ(0);-webkit-transition:margin .2s ease,opacity .3s ease,-webkit-transform .2s ease 1s;transition:margin .2s ease,opacity .3s ease,-webkit-transform .2s ease 1s;transition:margin .2s ease,transform .2s ease 1s,opacity .3s ease;transition:margin .2s ease,transform .2s ease 1s,opacity .3s ease,-webkit-transform .2s ease 1s;width:20px;height:20px;display:block;overflow:hidden}.mpbr-quick-view-box.add-content .close-line1{-webkit-animation-name:crossRight;animation-name:crossRight;-webkit-animation-delay:.29s;animation-delay:.29s}.mpbr-quick-view-box.add-content .close-line2{-webkit-animation-name:crossLeft;animation-name:crossLeft;-webkit-animation-delay:.15s;animation-delay:.15s}.mpbr-quick-view-box .close-wrap .close-line1{display:block;-webkit-transform:translateY(-30px) translateX(30px) rotate(45deg);transform:translateY(-30px) translateX(30px) rotate(45deg)}.mpbr-quick-view-box .close-wrap .close-line2{display:block;-webkit-transform:translateY(-30px) translateX(-30px) rotate(-45deg);transform:translateY(-30px) translateX(-30px) rotate(-45deg)}.mpbr-quick-view-box .close-wrap .close-line{height:100%;width:2px;background-color:#545454;backface-visibility:hidden;position:absolute;border-radius:5px;left:9px;transition:opacity 0.2s ease,background-color 0.2s ease;-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-timing-function:cubic-bezier(.52,.01,.16,1);animation-timing-function:cubic-bezier(.52,.01,.16,1);-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.mpbr-quick-view-box .close a:before,.material .style_slide_in_click .close-cart:before{position:absolute;top:50%;left:50%;display:block;width:40px;height:40px;margin:-20px 0 0 -20px;border-radius:50%;background-color:rgb(0 0 0 / .05);content:'';-webkit-transform:scale(1) translateZ(0);transform:scale(1) translateZ(0);transition:all 0.45s cubic-bezier(.15,.2,.1,1);-webkit-transition:all 0.45s cubic-bezier(.15,.2,.1,1)}.material .style_slide_in_click .close-cart:before{height:34px;width:34px;margin:-17px 0 0 -17px}@media only screen and (max-width:1000px){.style_slide_in_click .close-cart .close-wrap{height:14px}.material .style_slide_in_click .close-cart:before{height:30px;width:30px;margin:-15px 0 0 -15px}}.mpbr-quick-view-box .close:hover a:before,.material .style_slide_in_click .close-cart:hover:before{transform:scale(1.2) translateZ(0);-webkit-transform:scale(1.2) translateZ(0)}@-webkit-keyframes crossLeft{100%{-webkit-transform:translateY(0) translateX(0) rotate(-45deg);transform:translateY(0) translateX(0) rotate(-45deg)}}@keyframes crossLeft{100%{-webkit-transform:translateY(0) translateX(0) rotate(-45deg);transform:translateY(0) translateX(0) rotate(-45deg)}}@-webkit-keyframes crossRight{100%{-webkit-transform:translateY(0) translateX(0) rotate(45deg);transform:translateY(0) translateX(0) rotate(45deg)}}@keyframes crossRight{100%{-webkit-transform:translateY(0) translateX(0) rotate(45deg);transform:translateY(0) translateX(0) rotate(45deg)}}.mpbr-quick-view-box .close{opacity:0;pointer-events:none;transition:opacity 0.4s ease}.mpbr-quick-view-box.add-content .close{opacity:1;pointer-events:all}.woocommerce span.onsale .mpbr-quick-view-box .onsale,.woocommerce-page .mpbr-quick-view-box .onsale,.mpbr-quick-view-box .onsale{padding:6px 12px;border-radius:4px;left:25px;right:auto;top:25px;min-height:0;min-width:0;width:auto;margin-top:0;line-height:1em;height:auto;opacity:0;transform:scale(.7);transition:transform 0.55s cubic-bezier(.2,.75,.5,1),opacity 0.55s cubic-bezier(.2,.75,.5,1)}.mpbr-quick-view-box .onsale{color:#fff;position:absolute;z-index:10}.woocommerce span.onsale .mpbr-quick-view-box.add-content .onsale,.woocommerce-page .mpbr-quick-view-box.add-content .onsale,.mpbr-quick-view-box.add-content .onsale{opacity:1;transform:scale(1)}.mpbr-quick-view-box .outofstock.product .mpbr-full-product-link a{width:475px}.mpbr-quick-view-box .flickity-page-dots{position:absolute;width:100%;bottom:15px;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.mpbr-quick-view-box .flickity-page-dots .dot{height:30px;position:relative;width:16px;margin:0 5px;display:inline-block;opacity:.25;cursor:pointer;transition:all .1s ease;list-style:none}.mpbr-quick-view-box .flickity-page-dots .dot:before{width:6px;height:6px;transition:all .25s ease;border-radius:50%;margin-left:11px;background-color:#fff0;box-shadow:inset 0 0 0 5px #000;display:block;content:'';position:absolute;top:13px;left:0}.mpbr-quick-view-box .flickity-page-dots .dot.is-selected:before{-webkit-transform:scale(2);transform:scale(2);box-shadow:inset 0 0 0 1px #000;background-color:#fff0}#slide-out-widget-area .widget_shopping_cart .cart_list li{padding-left:0;padding-bottom:20px}#slide-out-widget-area .widget_shopping_cart .cart_list li a.remove:not(.with_text){width:20px;height:20px;line-height:16px;font-size:14px;color:inherit!important;border-width:2px;border-color:rgb(255 255 255 / .4)}#slide-out-widget-area .widget_shopping_cart .cart_list li a.remove{background-color:#fff0}#slide-out-widget-area .widget_shopping_cart .cart_list li a.remove:not(.with_text):hover{border-color:rgb(255 255 255);background-color:#fff0}body #slide-out-widget-area .widget_shopping_cart .cart_list li a{font-size:12px;line-height:18px}#slide-out-widget-area .widget_shopping_cart ul.product_list_widget li img{left:0}#slide-out-widget-area .widget_shopping_cart ul.product_list_widget dt{color:inherit}#slide-out-widget-area .widget_shopping_cart ul.product_list_widget dd{margin-bottom:0}#slide-out-widget-area .widget_shopping_cart ul.product_list_widget dd p{padding-bottom:0}#slide-out-widget-area .widget_shopping_cart ul.product_list_widget dl{border-left:1px solid rgb(255 255 255 / .2);margin-top:2px}#slide-out-widget-area .widget_shopping_cart .button{width:100%;padding-top:14px;padding-bottom:14px;margin-bottom:7px;display:block}#slide-out-widget-area .widget_shopping_cart p.buttons{padding-bottom:0}#slide-out-widget-area .widget_shopping_cart .button{background-color:transparent!important;border:2px solid rgb(255 255 255 / .4)}#slide-out-widget-area .widget_shopping_cart .button:hover{border:2px solid rgb(255 255 255)}#slide-out-widget-area .widget_shopping_cart .total{padding-top:5px;padding-bottom:20px;border-top:none}#slide-out-widget-area ul.product_list_widget li img{height:auto;width:62px;margin-left:0;margin-right:15px;float:left;margin-bottom:0;box-shadow:none;-webkit-box-shadow:none}#slide-out-widget-area .widget_shopping_cart .total span.amount{float:right}#slide-out-widget-area .widget_shopping_cart .total strong{font-weight:inherit!important}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:none;position:fixed;-webkit-tap-highlight-color:#fff0;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-outer,.fancybox-inner,.fancybox-bg,.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:.95;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-infobar,.fancybox-toolbar,.fancybox-caption,.fancybox-navigation .fancybox-button{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar,.fancybox-show-caption .fancybox-caption,.fancybox-show-nav .fancybox-navigation .fancybox-button{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.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;-webkit-user-select:none;-moz-user-select:none;-ms-user-select: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{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;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--previous,.fancybox-slide--current,.fancybox-slide--next{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;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:#fff0;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;-ms-transform-origin:top left;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-swipe .fancybox-content,.fancybox-can-pan .fancybox-content{cursor:-webkit-grab;cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-container [data-selectable='true']{cursor:text}.fancybox-image,.fancybox-spaceball{background:#fff0;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--video .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--iframe .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-video,.fancybox-iframe{background:#fff0;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:visited,.fancybox-button:link{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--play svg:nth-child(2),.fancybox-button--fsenter svg:nth-child(2){display:none}.fancybox-button--pause svg:nth-child(1),.fancybox-button--fsexit svg:nth-child(1){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;-ms-transform:scaleX(0);transform:scaleX(0);-ms-transform-origin:0;transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:#fff0;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-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.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(to top,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%,#fff0 100%);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px 44px;pointer-events:none;right:0;text-align:center;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-loading{animation:fancybox-rotate 1s linear infinite;background:#fff0;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 fancybox-rotate{100%{transform:rotate(360deg)}}.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:translate3d(0,0,0)}.fancybox-fx-fade.fancybox-slide--previous,.fancybox-fx-fade.fancybox-slide--next{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:scale3d(1,1,1)}@media all and (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;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px 0}.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 5px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:visited,.fancybox-share__button:link{color:#fff}.fancybox-share__button:hover{text-decoration:none}.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:#fff0;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px 2px;position:absolute;right:0;-webkit-tap-highlight-color:#fff0;top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.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{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgb(0 0 0 / .1);background-position:center center;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:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:#fff0;width:100px}.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}.fancybox-thumbs__list a:focus::before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active::before{opacity:1}@media all and (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}@media only screen and (min-width:600px){body.admin-bar .fancybox-container:not(.fancybox-is-fullscreen) .fancybox-toolbar{top:32px}body.admin-bar .fancybox-container:not(.fancybox-is-fullscreen) .fancybox-infobar{top:38px}}.fancybox-video{visibility:visible}.fancybox-bg{background-color:#000}body.compensate-for-scrollbar,html.compensate-for-scrollbar{margin-right:0!important}html.compensate-for-scrollbar{overflow-y:scroll!important}button.fancybox-button{background-color:#000}body[data-button-style^="rounded"] button.fancybox-button,body[data-button-style*="slightly_rounded"] button.fancybox-button{border-radius:0!important}button.fancybox-button--fsenter,html body[data-button-style^="rounded"] button.fancybox-button--fsenter,html body[data-button-style*="slightly_rounded"] button.fancybox-button--fsenter,button.fancybox-button--fsexit{border-radius:0 0 0 5px!important}.fancybox-navigation button{color:#fff;background-color:#fff0}.fancybox-navigation button:before{content:"";position:absolute;top:30px;right:25px;width:40px;height:40px;border-radius:50px;background-color:rgb(25 25 25 / .45);z-index:-1;transform:scale(.9);transition:all 0.25s cubic-bezier(.15,.2,.1,1)}.fancybox-navigation button.fancybox-button--arrow_right:before{right:5px}@media only screen and (min-width:690px){.fancybox-navigation button:hover:before{transform:scale(1.1);box-shadow:0 7px 18px rgb(0 0 0 / .25)}}.fancybox-navigation .fancybox-button--arrow_left{left:20px}.fancybox-navigation .fancybox-button--arrow_right{right:20px}@media only screen and (max-width:690px){.fancybox-navigation button:before{transition:none}.fancybox-navigation .fancybox-button--arrow_left{left:0}.fancybox-navigation .fancybox-button--arrow_right{right:0}}@media only screen and (min-width:690px){#slide-out-widget-area .secondary-header-text{display:none}}@media only screen and (max-width:999px) and (min-width:690px){body.original #slide-out-widget-area .inner .off-canvas-menu-container.mobile-only .menu.secondary-header-items{display:none}}.material #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container li a:after,#slide-out-widget-area.fullscreen-split .off-canvas-menu-container li a:after,.material #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container .mpbr-menu-item-with-icon span:after,#slide-out-widget-area.fullscreen-split .off-canvas-menu-container .mpbr-menu-item-with-icon span:after{-webkit-transition:-webkit-transform .3s ease-out,border-color .3s ease-out;transition:transform .3s ease-out,border-color .3s ease-out;position:absolute;display:block;bottom:-6px;left:0;width:100%;-webkit-transform:scaleX(0);transform:scaleX(0);border-top:2px solid #000;content:'';padding-bottom:inherit}body #slide-out-widget-area .inner .off-canvas-menu-container .mpbr-menu-item-with-icon,#slide-out-widget-area.fullscreen-split .inner .off-canvas-menu-container li .mpbr-menu-item-with-icon,body #slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li .mpbr-menu-item-with-icon,body.material #slide-out-widget-area.slide-out-from-right .off-canvas-menu-container li .mpbr-menu-item-with-icon{display:flex;align-items:center}body #slide-out-widget-area .inner .off-canvas-menu-container .mpbr-menu-item-with-icon.mpbr-menu-item-with-desc,body #slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li .mpbr-menu-item-with-icon.mpbr-menu-item-with-desc,body.material #slide-out-widget-area.slide-out-from-right .off-canvas-menu-container li .mpbr-menu-item-with-icon.mpbr-menu-item-with-desc{align-items:flex-start}.material #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container .mpbr-menu-item-with-icon.mpbr-menu-item-with-desc span:after,#slide-out-widget-area.fullscreen-split .off-canvas-menu-container .mpbr-menu-item-with-icon.mpbr-menu-item-with-desc span:after{bottom:0}.material #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container .mpbr-menu-item-with-icon .menu-title-text:after,#slide-out-widget-area.fullscreen-split .off-canvas-menu-container .mpbr-menu-item-with-icon .menu-title-text:after{border-color:inherit;transform-origin:left}body #slide-out-widget-area.fullscreen-split .off-canvas-menu-container .mpbr-menu-item-with-icon:after,body #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container .mpbr-menu-item-with-icon:after{display:none!important}.material #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container .mpbr-menu-item-with-icon .menu-title-text,#slide-out-widget-area.fullscreen-split .off-canvas-menu-container .mpbr-menu-item-with-icon .menu-title-text{position:relative}#slide-out-widget-area.fullscreen-split .inner .off-canvas-menu-container li a{position:relative}body.material #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container .current-menu-item>a:after,body.material #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container li a:hover:after,body.material #slide-out-widget-area[class="slide-out-from-right"] .off-canvas-menu-container li a:focus:after,#slide-out-widget-area.fullscreen-split .inner .off-canvas-menu-container .current-menu-item>a:after,#slide-out-widget-area.fullscreen-split .inner .off-canvas-menu-container li a:hover:after,#slide-out-widget-area.fullscreen-split .inner .off-canvas-menu-container li a:focus:after,body.material #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container .current-menu-item>.mpbr-menu-item-with-icon .menu-title-text:after,body.material #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container .mpbr-menu-item-with-icon:hover .menu-title-text:after,#slide-out-widget-area.fullscreen-split .inner .off-canvas-menu-container .current-menu-item>.mpbr-menu-item-with-icon .menu-title-text:after,#slide-out-widget-area.fullscreen-split .inner .off-canvas-menu-container .mpbr-menu-item-with-icon:hover .menu-title-text:after{backface-visibility:hidden;-webkit-transform:scaleX(1);transform:scaleX(1)}#slide-out-widget-area .off-canvas-menu-container ul .menu-item .widget-area-active .widget ul{max-height:none;padding-left:0}body #slide-out-widget-area .menu.subview .menu-item .widget-area-active .widget li,#header-outer #mobile-menu ul .menu-item .widget-area-active .widget ul{display:block!important}#slide-out-widget-area .off-canvas-menu-container .widget-area-active .widget ul.product_list_widget{text-align:left}#slide-out-widget-area .off-canvas-menu-container .widget-area-active .widget ul.product_list_widget li a{display:inline}#slide-out-widget-area .off-canvas-menu-container .widget-area-active .widget ul.product_list_widget li a:after{display:none}#slide-out-widget-area .widget-area-active .wp-caption .wp-caption-text{color:#000}#slide-out-widget-area .off-canvas-menu-container li>a>.sf-sub-indicator{display:none}#slide-out-widget-area .inner .off-canvas-menu-container li a{font-size:20px;line-height:30px;font-family:'Open Sans';font-weight:700}#slide-out-widget-area.fullscreen .inner li a,#slide-out-widget-area .off-canvas-social-links li a,#slide-out-widget-area.slide-out-from-right .inner .off-canvas-menu-container li a,#slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li a,#slide-out-widget-area .menuwrapper li small{opacity:.7;transition:opacity 0.2s ease,color 0.2s ease;-webkit-transition:opacity 0.2s ease,color 0.2s ease}#slide-out-widget-area.fullscreen .inner li a:hover,#slide-out-widget-area .off-canvas-social-links li a:hover,#slide-out-widget-area .off-canvas-social-links li a:hover,#slide-out-widget-area .inner .current_page_ancestor>a,#slide-out-widget-area .inner .current-menu-item>a,#slide-out-widget-area .inner .current-menu-ancestor>a,#slide-out-widget-area .inner .current_page_item>a,#slide-out-widget-area.slide-out-from-right .inner .off-canvas-menu-container li a:hover,#slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li a:hover,#slide-out-widget-area.slide-out-from-right .inner .off-canvas-menu-container li a:focus,#slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li a:focus,#slide-out-widget-area .inner .off-canvas-menu-container .menuwrapper li>a.hovered{opacity:1}#slide-out-widget-area[data-dropdown-func="separate-dropdown-parent-link"] .off-canvas-menu-container li{position:relative}#slide-out-widget-area .ocm-dropdown-arrow{transition:transform 0.5s cubic-bezier(.215,.61,.355,1);position:absolute;right:-6px;top:10px;transform:translateY(-50%);cursor:pointer;height:28px;width:28px;line-height:0}#slide-out-widget-area .ocm-dropdown-arrow i{font-size:18px;height:28px;width:28px;line-height:28px;top:0}#slide-out-widget-area .open-submenu>.ocm-dropdown-arrow{transform:translateY(-50%) rotate(180deg)}#slide-out-widget-area .secondary-header-text,body #slide-out-widget-area .inner-wrap .inner .mpbr-header-text-content{margin-bottom:35px;border-radius:6px;background-color:rgb(0 0 0 / .1);padding:10px 15px}body #slide-out-widget-area .inner-wrap .inner .mpbr-header-text-content *{color:inherit}body #slide-out-widget-area .inner-wrap .inner .mpbr-header-text-content div>*:last-child{margin-bottom:0}body #slide-out-widget-area .inner-wrap .inner .mpbr-header-text-content{align-self:flex-start}#slide-out-widget-area .mpbr-header-text-content>span>*:last-child{margin-bottom:0}body #slide-out-widget-area .secondary-header-text{line-height:1.4em}#slide-out-widget-area.mobile,#slide-out-widget-area.slide-out-from-right-hover.mobile{overflow-y:scroll;overflow-x:hidden}#slide-out-widget-area .bottom-text{padding-bottom:0;font-size:12px}#slide-out-widget-area:not(.fullscreen) .off-canvas-social-links li{display:inline-block;padding:0 6px 6px 0}#slide-out-widget-area .off-canvas-social-links li i{background-color:#fff0;font-size:18px;line-height:22px}body:not(.material) #slide-out-widget-area .off-canvas-social-links li a,.material #slide-out-widget-area:not(.slide-out-from-right) .off-canvas-social-links li a{padding:0 8px}.blurred-wrap.blurred{-webkit-filter:blur(5px);-moz-filter:blur(5px);-ms-filter:blur(5px);filter:blur(5px)}.msie .blurred-wrap.blurred{-ms-filter:none;filter:none}#slide-out-widget-area .widget h4{margin-bottom:8px}#slide-out-widget-area .inner>div{margin-bottom:25px}#slide-out-widget-area .inner>div:first-of-type{margin-top:-7px}#slide-out-widget-area .inner{width:100%;height:100%}#slide-out-widget-area a,#slide-out-widget-area,#slide-out-widget-area h4,#slide-out-widget-area h3{color:#fff}body.material #slide-out-widget-area.slide-out-from-right .widget:not(.mpbr_popular_posts_widget):not(.recent_posts_extra_widget) li a:hover{color:#fff}#slide-out-widget-area .mpbr-menu-label:before{background-color:#fff}body[data-full-width-header="false"] #slide-out-widget-area .slide_out_area_close{position:absolute;right:22px;top:22px}body[data-full-width-header="false"].admin-bar #slide-out-widget-area .slide_out_area_close{top:47px}body[data-full-width-header="false"].ascend #slide-out-widget-area.slide-out-from-right .slide_out_area_close,body[data-full-width-header="false"].original #slide-out-widget-area.slide-out-from-right .slide_out_area_close{z-index:100}body[data-full-width-header="false"] #slide-out-widget-area .slide_out_area_close{display:block;transition:all 0.47s cubic-bezier(.3,1,.3,.95) 0s;-webkit-transition:all 0.47s cubic-bezier(.3,1,.3,.95) 0s;font-family:'Open Sans';font-weight:400}body[data-full-width-header="false"] #slide-out-widget-area .slide_out_area_close{backface-visibility:hidden;-webkit-backface-visibility:hidden;width:34px;height:34px;transition:all 0.47s cubic-bezier(.3,1,.3,.95) 0s;-webkit-transition:all 0.47s cubic-bezier(.3,1,.3,.95) 0s;color:#ddd;font-size:18px;max-width:none;line-height:32px}body[data-full-width-header="false"] #slide-out-widget-area .slide_out_area_close:hover .icon-default-style[class^="icon-"]{transform:rotate(90deg);-webkit-transform:rotate(90deg)}body[data-full-width-header="false"] #slide-out-widget-area .slide_out_area_close:hover{border-color:rgb(255 255 255 / .7)}body #slide-out-widget-area .slide_out_area_close .icon-default-style[class^="icon-"]{-webkit-backface-visibility:hidden;font-size:18px;height:34px;left:-2px;line-height:32px;max-width:none;transition:all 0.47s cubic-bezier(.3,1,.3,.95) 0s;-webkit-transition:all 0.47s cubic-bezier(.3,1,.3,.95) 0s;width:34px}body #slide-out-widget-area .slide_out_area_close .icon-default-style{color:#fff}#slide-out-widget-area .menuwrapper{position:relative;-webkit-perspective:1000px;perspective:1000px;-webkit-perspective-origin:center;perspective-origin:center;margin-right:0;display:block}#slide-out-widget-area .menuwrapper button{background:#ccc;border:none;width:48px;height:45px;text-indent:-900em;overflow:hidden;position:relative;cursor:pointer;outline:none}#slide-out-widget-area .menuwrapper button:after{content:'';position:absolute;width:68%;height:5px;background:#fff;top:10px;left:16%;box-shadow:0 10px 0 #fff,0 20px 0 #fff}#slide-out-widget-area .menuwrapper ul{padding:0;list-style:none;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}#slide-out-widget-area .menuwrapper li{position:relative}#slide-out-widget-area .menuwrapper li small{display:inline-block;text-transform:uppercase;font-size:15px;font-family:'Open Sans';font-weight:600;letter-spacing:2px;position:relative;top:-4px;opacity:.6}#slide-out-widget-area:not(.fullscreen):not(.fullscreen-alt) .menuwrapper li small{font-size:14px;display:block;font-family:'Open Sans';letter-spacing:inherit;margin-top:5px;font-weight:700}#slide-out-widget-area .no-touch .menuwrapper li a:hover{background:rgb(255 248 213 / .1)}#slide-out-widget-area .menuwrapper .back>a{background:rgb(0 0 0 / .13)}#slide-out-widget-area:not(.fullscreen) .menuwrapper .back>a,body #slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container .back>a{padding-left:10px;padding-right:10px;margin-left:-10px}body #slide-out-widget-area .menuwrapper .back,body #slide-out-widget-area .menu.subview .subviewopen>.sub-menu>.back{display:inline-block;margin-bottom:20px!important}#slide-out-widget-area .menuwrapper .menu{margin:0;position:relative;width:100%;opacity:0;pointer-events:none;-webkit-transform:translateY(10px);transform:translateY(10px);-webkit-backface-visibility:hidden;backface-visibility:hidden}#slide-out-widget-area .menuwrapper .menu.menu-toggle{transition:all 0.25s ease}#slide-out-widget-area .menuwrapper .menu.menuopen{opacity:1;pointer-events:auto;-webkit-transform:translateY(0);transform:translateY(0)}body #slide-out-widget-area .menuwrapper li .sub-menu{display:none}body #slide-out-widget-area .menuwrapper li .sub-menu,#slide-out-widget-area .menuwrapper>.sub-menu{margin:0!important;padding:0!important}body #slide-out-widget-area .menu.subview li,body #slide-out-widget-area .menu.subview .subviewopen>a,body #slide-out-widget-area .menu.subview .subview>a,body #slide-out-widget-area .menu.subview .subviewopen>small,body #slide-out-widget-area .menu.subview .subview>small,#slide-out-widget-area .mobile-only{display:none}body #slide-out-widget-area .menu.subview .subviewopen>a,body #slide-out-widget-area .menu.subview .subview>a{display:none!important}body #slide-out-widget-area .menu.subview .subview,body #slide-out-widget-area .menu.subview .subview .sub-menu,body #slide-out-widget-area .menu.subview .subviewopen,body #slide-out-widget-area .menu.subview .subviewopen>.sub-menu,body #slide-out-widget-area .menu.subview .subviewopen>.sub-menu>li{display:block}#slide-out-widget-area .menuwrapper>.sub-menu{position:absolute;width:100%;top:0;left:0}.menu.dl-animate-out-5{-webkit-animation:MenuAnimOut5 0.4s ease-in-out;animation:MenuAnimOut5 0.4s ease-in-out}.menu.dl-animate-in-5{-webkit-animation:MenuAnimIn5 0.4s ease-in-out;animation:MenuAnimIn5 0.4s ease-in-out}.menuwrapper>.sub-menu.dl-animate-in-5{-webkit-animation:SubMenuAnimIn5 0.4s ease-in-out;animation:SubMenuAnimIn5 0.4s ease-in-out}.menuwrapper>.sub-menu.dl-animate-out-5{-webkit-animation:SubMenuAnimOut5 0.4s ease-in-out;animation:SubMenuAnimOut5 0.4s ease-in-out}@-webkit-keyframes MenuAnimOut5{0%{}100%{-webkit-transform:rotateY(-25deg) translateX(-300px);opacity:0}}@keyframes MenuAnimOut5{0%{}100%{-webkit-transform:rotateY(-25deg) translateX(-300px);transform:rotateY(-25deg) translateX(-300px);opacity:0}}@-webkit-keyframes MenuAnimIn5{0%{-webkit-transform:rotateY(-25deg) translateX(-300px);opacity:0}100%{-webkit-transform:rotateY(0deg) translateX(0);opacity:1}}@keyframes MenuAnimIn5{0%{-webkit-transform:rotateY(-25deg) translateX(-300px);transform:rotateY(-25deg) translateX(-300px);opacity:0}100%{-webkit-transform:rotateY(0deg) translateX(0);transform:rotateY(0deg) translateX(0);opacity:1}}@-webkit-keyframes SubMenuAnimIn5{0%{-webkit-transform:rotateY(25deg) translateX(300px);opacity:0}100%{-webkit-transform:rotateY(0deg) translateX(0);opacity:1}}@keyframes SubMenuAnimIn5{0%{-webkit-transform:rotateY(25deg) translateX(300px);transform:rotateY(25deg) translateX(300px);opacity:0}100%{-webkit-transform:rotateY(0deg) translateX(0);transform:rotateY(0deg) translateX(0);opacity:1}}@-webkit-keyframes SubMenuAnimOut5{0%{-webkit-transform:rotateY(0deg) translateX(0);opacity:1}100%{-webkit-transform:rotateY(25deg) translateX(300px);opacity:0}}@keyframes SubMenuAnimOut5{0%{-webkit-transform:rotateY(0deg) translateX(0);transform:rotateY(0deg) translateX(0);opacity:1}100%{-webkit-transform:rotateY(25deg) translateX(300px);transform:rotateY(25deg) translateX(300px);opacity:0}}.menu.dl-animate-out-4{-webkit-animation:MenuAnimOut4 0.4s ease-in-out;animation:MenuAnimOut4 0.4s ease-in-out}.menu.dl-animate-in-4{-webkit-animation:MenuAnimIn4 0.4s ease-in-out;animation:MenuAnimIn4 0.4s ease-in-out}.menuwrapper>.sub-menu.dl-animate-in-4{-webkit-animation:SubMenuAnimIn4 0.4s ease;animation:SubMenuAnimIn4 0.4s ease}.menuwrapper>.sub-menu.dl-animate-out-4{-webkit-animation:SubMenuAnimOut4 0.4s ease;animation:SubMenuAnimOut4 0.4s ease}@-webkit-keyframes MenuAnimOut4{0%{}100%{-webkit-transform:scale(1.2);opacity:0}}@keyframes MenuAnimOut4{0%{}100%{-webkit-transform:scale(1.2);transform:scale(1.2);opacity:0}}@-webkit-keyframes MenuAnimIn4{0%{-webkit-transform:scale(1.2);opacity:0}100%{-webkit-transform:scale(1);opacity:1}}@keyframes MenuAnimIn4{0%{-webkit-transform:scale(1.2);transform:scale(1.2);opacity:0}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@-webkit-keyframes SubMenuAnimIn4{0%{-webkit-transform:scale(.8);opacity:0}100%{-webkit-transform:scale(1);opacity:1}}@keyframes SubMenuAnimIn4{0%{-webkit-transform:scale(.8);transform:scale(.8);opacity:0}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@-webkit-keyframes SubMenuAnimOut4{0%{-webkit-transform:scale(1);opacity:1}100%{-webkit-transform:scale(.8);opacity:0}}@keyframes SubMenuAnimOut4{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}100%{-webkit-transform:scale(.8);transform:scale(.8);opacity:0}}#slide-out-widget-area.fullscreen-split[data-dropdown-func="default"] .off-canvas-menu-container li ul,.material #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container li ul,#slide-out-widget-area[data-dropdown-func="separate-dropdown-parent-link"] .off-canvas-menu-container li ul{position:relative;max-height:0;box-sizing:content-box;-webkit-transition:max-height 0.5s cubic-bezier(.215,.61,.355,1),padding 0.25s cubic-bezier(.215,.61,.355,1);transition:max-height 0.5s cubic-bezier(.215,.61,.355,1),padding 0.25s cubic-bezier(.215,.61,.355,1);-ms-transform:none;-webkit-transform:none;transform:none;overflow:hidden}.material #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container li ul,#slide-out-widget-area[data-dropdown-func="separate-dropdown-parent-link"] .off-canvas-menu-container li ul{padding-left:20px}.material #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container li ul>li:first-child,#slide-out-widget-area[data-dropdown-func="separate-dropdown-parent-link"] .off-canvas-menu-container li ul>li:first-child{margin-top:10px}.material #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container li ul>li:last-child,#slide-out-widget-area[data-dropdown-func="separate-dropdown-parent-link"] .off-canvas-menu-container li ul>li:last-child{margin-bottom:0}.material #slide-out-widget-area[class*="slide-out-from-right"] .inner .off-canvas-menu-container li li a,body #slide-out-widget-area[data-dropdown-func="separate-dropdown-parent-link"] .inner .off-canvas-menu-container li li a{font-size:16px;line-height:22px}.material #slide-out-widget-area[class*="slide-out-from-right"] .inner .off-canvas-menu-container .menu-item-has-children>a,body #slide-out-widget-area[data-dropdown-func="separate-dropdown-parent-link"] .inner .off-canvas-menu-container .menu-item-has-children>a{margin-right:20px}body:not(.material) #slide-out-widget-area[data-dropdown-func="separate-dropdown-parent-link"] .off-canvas-menu-container li ul>li:last-child{margin-bottom:10px}#slide-out-widget-area .widget_recent_entries span,#slide-out-widget-area .recent_posts_extra_widget .post-widget-text span{display:block;line-height:17px;color:#999;font-size:11px;margin-bottom:6px}#slide-out-widget-area .widget_recent_entries span,#slide-out-widget-area .recent_posts_extra_widget .post-widget-text span{color:inherit}#slide-out-widget-area .widget_recent_entries span{opacity:.8}#slide-out-widget-area .widget_calendar table th,#slide-out-widget-area .widget_calendar table tbody td{color:inherit}#slide-out-widget-area .tagcloud a{padding:2px 11px;position:relative;border:1px solid #fff;background-color:#fff0;margin:0 8px 8px 0;font-size:12px;display:block;float:left;text-transform:uppercase;transition:all 0.2s linear;-webkit-transition:all 0.2s linear}#slide-out-widget-area .tagcloud a:last-child:after,#slide-out-widget-area .tagcloud:after{display:block;content:' ';clear:both;height:1px}#slide-out-widget-area .recent_projects_widget img{height:auto;width:100%}body #slide-out-widget-area .slide_out_area_close .icon-default-style[class^="icon-"]{font-size:24px!important}@media only screen and (max-width :690px){body #slide-out-widget-area .inner .off-canvas-menu-container.mobile-only .menu.secondary-header-items{display:block}}@media only screen and (min-width :1px) and (max-width :999px){body #slide-out-widget-area .slide_out_area_close{position:absolute;right:22px;top:22px;z-index:100}body #slide-out-widget-area.fullscreen .off-canvas-social-links,.admin-bar #slide-out-widget-area.fullscreen .off-canvas-social-links,body #slide-out-widget-area.fullscreen-alt .off-canvas-social-links,.admin-bar #slide-out-widget-area.fullscreen-alt .off-canvas-social-links{position:relative;bottom:0;right:0;margin-top:70px}#slide-out-widget-area.fullscreen .off-canvas-social-links:after,#slide-out-widget-area.fullscreen-alt .off-canvas-social-links:after{display:block;height:1px;width:0;background-color:rgb(255 255 255 / .6);content:' ';margin:0 auto;position:absolute;top:-40px;left:50%;transform:translateX(-50%);-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);transition:all 0.5s cubic-bezier(.215,.61,.355,1);-webkit-transition:all 0.5s cubic-bezier(.215,.61,.355,1);-moz-transition:all 0.5s cubic-bezier(.215,.61,.355,1)}#slide-out-widget-area .mobile-only{display:block}#slide-out-widget-area.slide-out-from-right-hover .inner[data-prepend-menu-mobile="true"] .off-canvas-menu-container{top:0;position:relative}#slide-out-widget-area.fullscreen .off-canvas-social-links.line-shown:after,#slide-out-widget-area.fullscreen-alt .off-canvas-social-links.line-shown:after{width:100px}body #slide-out-widget-area.fullscreen .bottom-text,.admin-bar #slide-out-widget-area.fullscreen .bottom-text,body #slide-out-widget-area.fullscreen-alt .bottom-text,.admin-bar #slide-out-widget-area.fullscreen-alt .bottom-text{position:relative;bottom:0;left:0;margin-bottom:30px;margin-top:15px}#slide-out-widget-area.overflow-state,.admin-bar #slide-out-widget-area.overflow-state{padding-top:110px}#slide-out-widget-area.fullscreen .inner.overflow-state{margin-top:0;margin-bottom:130px}body[data-full-width-header="false"] #slide-out-widget-area.slide-out-from-right-hover .slide_out_area_close{display:none}}#header-outer #mobile-menu>.inner{max-height:85vh;position:relative;overflow-y:auto;overflow-x:hidden;padding:0;z-index:1001}#header-outer #mobile-menu:before{content:'';display:block;position:absolute;top:0;margin-left:-50vw;left:50%;width:100vw;height:100%;background-color:#fff}#header-outer[data-full-width="true"] #mobile-menu:before{margin-left:0;left:-30px;width:calc(100vw + 60px)}body[data-header-color="dark"] #header-outer #mobile-menu:before{background-color:#000}body[data-header-color="dark"] #mobile-menu ul li a,body[data-header-color="dark"] #header-outer #mobile-menu p{color:#fff}#mobile-menu ul li a,#header-outer #mobile-menu p{color:#999}#header-outer #mobile-menu .menu-items-wrap[data-has-secondary-text="false"]>ul:first-child,#header-outer #mobile-menu .menu-items-wrap[data-has-secondary-text="false"]>ul:first-child>li:first-child:before{-webkit-transition:opacity 0.2s ease,padding 0.2s ease;transition:opacity 0.2s ease,padding 0.2s ease}#header-outer.transparent #mobile-menu .menu-items-wrap[data-has-secondary-text="false"]>ul:first-child{padding-top:10px}#header-outer.transparent #mobile-menu .menu-items-wrap[data-has-secondary-text="false"]>ul:first-child>li:first-child:before{opacity:0}#header-outer #mobile-menu ul,#header-outer #mobile-menu p{z-index:10;position:relative}#header-outer #mobile-menu ul li{position:relative}#header-outer #mobile-menu ul li a{font-size:14px;display:block;position:relative;padding:15px 0}#mobile-menu .inner ul ul>li>a span{opacity:0;display:block;-webkit-transform:translateX(-10px);transform:translateX(-10px);-webkit-transition:opacity 0.3s ease,transform 0.3s ease;transition:opacity 0.3s ease,transform 0.3s ease}#mobile-menu .inner ul ul>li>a span.mpbr-menu-label,#mobile-menu .inner ul ul>li>a span.menu-title-text{display:inline-block}#mobile-menu .inner .widget-area-active ul>li>a span{opacity:1;transform:none}#mobile-menu .inner ul .visible>ul>li>a span{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}#mobile-menu .visible>ul>li:nth-child(2)>a span{transition-delay:0.04s}#mobile-menu .visible>ul>li:nth-child(3)>a span{transition-delay:0.08s}#mobile-menu .visible>ul>li:nth-child(4)>a span{transition-delay:0.12s}#mobile-menu .visible>ul>li:nth-child(5)>a span{transition-delay:0.16s}#mobile-menu .visible>ul>li:nth-child(6)>a span{transition-delay:0.20s}#mobile-menu .visible>ul>li:nth-child(7)>a span{transition-delay:0.24s}#mobile-menu .visible>ul>li:nth-child(8)>a span{transition-delay:0.28s}#mobile-menu .visible>ul>li:nth-child(9)>a span{transition-delay:0.32s}#mobile-menu .visible>ul>li:nth-child(10)>a span{transition-delay:0.36s}#mobile-menu .visible>ul>li:nth-child(11)>a span{transition-delay:0.40s}#mobile-menu .visible>ul>li:nth-child(12)>a span{transition-delay:0.44s}#mobile-menu .visible>ul>li:nth-child(13)>a span{transition-delay:0.48s}#mobile-menu .visible>ul>li:nth-child(14)>a span{transition-delay:0.48s}#mobile-menu .menu-items-wrap ul:not(.mpbr_widget)>li:before{background-color:rgb(0 0 0 / .08);content:'';display:block;position:absolute;top:-1px;width:100%;left:0;height:1px}#mobile-menu .menu-items-wrap>ul:last-child>li:last-child:after{background-color:rgb(0 0 0 / .08);content:'';display:block;position:absolute;bottom:0;left:0;width:100%;height:1px}body[data-header-color="dark"] #mobile-menu .menu-items-wrap ul li:before,body[data-header-color="dark"] #mobile-menu .menu-items-wrap>ul:last-child>li:last-child:after{background-color:rgb(255 255 255 / .15)}#header-outer #mobile-menu a>.sf-sub-indicator{right:0;position:absolute;left:auto;padding:0;top:50%;padding:10px 0 10px 20px;color:inherit;-webkit-transform:translateY(-50%);transform:translateY(-50%);height:auto;width:auto}#header-outer #mobile-menu a>.mpbr-ext-menu-item+.sf-sub-indicator{top:0;right:10px;transform:none;z-index:100}#header-outer #mobile-menu a>.sf-sub-indicator i{font-size:20px;color:inherit;width:auto;-webkit-transition:color 0.2s ease,transform 0.4s ease;transition:color 0.2s ease,transform 0.4s ease}#header-outer #mobile-menu .current-open-item>a>.sf-sub-indicator i{transform:rotate(180deg)}#mobile-menu .inner ul ul .mpbr-menu-item-with-icon>span{display:flex;align-items:flex-start}#header-outer #mobile-menu .bottom-text{padding:20px 0 0}#header-outer #mobile-menu ul li ul{display:none}#header-outer #mobile-menu ul ul>li>a{margin-left:20px}#header-outer #mobile-menu ul ul ul>li>a{margin-left:40px}#header-outer #mobile-menu ul ul ul ul>li>a{margin-left:60px}#header-outer #mobile-menu ul ul ul ul ul>li>a{margin-left:80px}#header-outer #mobile-menu ul ul ul ul ul ul>li>a{margin-left:100px}#header-outer #mobile-menu ul ul>li>a .item_desc{display:block;margin-top:5px}#header-outer #mobile-menu ul .widget-area-active .widget ul>li>a{margin-left:0}#header-outer #mobile-menu .off-canvas-social-links li{display:inline-block}#header-outer #mobile-menu .off-canvas-social-links li i{font-size:18px}#header-outer #mobile-menu .off-canvas-social-links li a{padding:0 10px}#header-outer #mobile-menu .off-canvas-social-links{margin-top:20px}#header-outer #mobile-menu .secondary-header-text p{margin-bottom:0;padding:0;line-height:1.5em}#header-outer #mobile-menu .secondary-header-text,#header-outer #mobile-menu .mpbr-header-text-content{padding:15px;margin-bottom:20px;margin-top:20px;text-align:center;background-color:rgb(0 0 0 / .05);border-radius:5px;position:relative;z-index:10}#header-outer #mobile-menu .mpbr-header-text-content>span{width:100%}#header-outer #mobile-menu .secondary-header-text p a{color:inherit}#header-outer #mobile-menu .below-menu-items-wrap>*:last-child{margin-bottom:20px}body[data-header-color="dark"] #header-outer #mobile-menu .secondary-header-text{background-color:rgb(255 255 255 / .05)}@media only screen and (min-width:691px){#header-outer #mobile-menu .secondary-header-text{display:none}#header-outer #mobile-menu .secondary-header-items{display:none}}@media only screen and (min-width:1000px){#header-outer #mobile-menu .mpbr-header-text-content{display:none}}