/* https://halfaccessible.redoxbird.com/wp-content/plugins/fast-fuzzy-search/css/style.output.css?ver=1.1.9 */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.pointer-events-none {
    pointer-events: none;
}

.\!fixed {
    position: fixed !important;
}

.fixed {
    position: fixed;
}

.relative {
    position: relative;
}

.bottom-4 {
    bottom: 1rem;
}

.left-0 {
    left: 0px;
}

.right-4 {
    right: 1rem;
}

.top-0 {
    top: 0px;
}

.z-\[1000\] {
    z-index: 1000;
}

.z-\[9999\] {
    z-index: 9999;
}

.\!m-0 {
    margin: 0px !important;
}

.m-0 {
    margin: 0px;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.\!mt-8 {
    margin-top: 2rem !important;
}

.mb-16 {
    margin-bottom: 4rem;
}

.mb-3 {
    margin-bottom: 0.75rem;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.mb-\[30px\] {
    margin-bottom: 30px;
}

.ml-2 {
    margin-left: 0.5rem;
}

.ml-3 {
    margin-left: 0.75rem;
}

.ms-1 {
    margin-inline-start: 0.25rem;
}

.mt-0 {
    margin-top: 0px;
}

.mt-1 {
    margin-top: 0.25rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mt-4 {
    margin-top: 1rem;
}

.mt-8 {
    margin-top: 2rem;
}

.block {
    display: block;
}

.inline {
    display: inline;
}

.\!flex {
    display: flex !important;
}

.flex {
    display: flex;
}

.inline-flex {
    display: inline-flex;
}

.table {
    display: table;
}

.grid {
    display: grid;
}

.\!hidden {
    display: none !important;
}

.size-4 {
    width: 1rem;
    height: 1rem;
}

.\!h-full {
    height: 100% !important;
}

.h-10 {
    height: 2.5rem;
}

.h-4 {
    height: 1rem;
}

.h-5 {
    height: 1.25rem;
}

.h-6 {
    height: 1.5rem;
}

.h-96 {
    height: 24rem;
}

.h-auto {
    height: auto;
}

.h-full {
    height: 100%;
}

.\!w-12 {
    width: 3rem !important;
}

.w-4 {
    width: 1rem;
}

.w-5 {
    width: 1.25rem;
}

.w-56 {
    width: 14rem;
}

.w-6 {
    width: 1.5rem;
}

.w-8 {
    width: 2rem;
}

.w-9 {
    width: 2.25rem;
}

.w-\[31\.25rem\] {
    width: 31.25rem;
}

.w-auto {
    width: auto;
}

.w-full {
    width: 100%;
}

.max-w-4xl {
    max-width: 56rem;
}

.max-w-\[90\%\] {
    max-width: 90%;
}

.max-w-full {
    max-width: 100%;
}

.shrink-0 {
    flex-shrink: 0;
}

.grow {
    flex-grow: 1;
}

.cursor-pointer {
    cursor: pointer;
}

.list-none {
    list-style-type: none;
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flex-col {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.items-start {
    align-items: flex-start;
}

.\!items-center {
    align-items: center !important;
}

.items-center {
    align-items: center;
}

.items-stretch {
    align-items: stretch;
}

.justify-start {
    justify-content: flex-start;
}

.\!justify-center {
    justify-content: center !important;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-6 {
    gap: 1.5rem;
}

.gap-8 {
    gap: 2rem;
}

.gap-x-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
}

.gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
}

.gap-y-3 {
    row-gap: 0.75rem;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.overflow-hidden {
    overflow: hidden;
}

.whitespace-nowrap {
    white-space: nowrap;
}

.\!rounded-none {
    border-radius: 0px !important;
}

.rounded {
    border-radius: 0.25rem;
}

.rounded-full {
    border-radius: 9999px;
}

.rounded-md {
    border-radius: 0.375rem;
}

.border {
    border-width: 1px;
}

.border-0 {
    border-width: 0px;
}

.border-2 {
    border-width: 2px;
}

.border-r {
    border-right-width: 1px;
}

.border-solid {
    border-style: solid;
}

.\!border-none {
    border-style: none !important;
}

.border-\[\#2271b1\] {
    --tw-border-opacity: 1;
    border-color: rgb(34 113 177 / var(--tw-border-opacity, 1));
}

.border-black {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}

.border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}

.bg-\[\#2271b1\] {
    --tw-bg-opacity: 1;
    background-color: rgb(34 113 177 / var(--tw-bg-opacity, 1));
}

.bg-black\/50 {
    background-color: rgb(0 0 0 / 0.5);
}

.bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

.bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}

.bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

.bg-transparent {
    background-color: transparent;
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.object-cover {
    -o-object-fit: cover;
       object-fit: cover;
}

.\!p-0 {
    padding: 0px !important;
}

.p-0 {
    padding: 0px;
}

.p-2 {
    padding: 0.5rem;
}

.p-4 {
    padding: 1rem;
}

.p-7 {
    padding: 1.75rem;
}

.p-8 {
    padding: 2rem;
}

.\!px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}

.\!px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

.\!py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
}

.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.pb-8 {
    padding-bottom: 2rem;
}

.pl-1 {
    padding-left: 0.25rem;
}

.pl-3 {
    padding-left: 0.75rem;
}

.pr-10 {
    padding-right: 2.5rem;
}

.pr-2 {
    padding-right: 0.5rem;
}

.pt-16 {
    padding-top: 4rem;
}

.pt-3 {
    padding-top: 0.75rem;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.\!text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.text-6xl {
    font-size: 3.75rem;
    line-height: 1;
}

.text-\[48px\] {
    font-size: 48px;
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

.font-bold {
    font-weight: 700;
}

.font-medium {
    font-weight: 500;
}

.font-semibold {
    font-weight: 600;
}

.capitalize {
    text-transform: capitalize;
}

.\!leading-none {
    line-height: 1 !important;
}

.leading-10 {
    line-height: 2.5rem;
}

.leading-4 {
    line-height: 1rem;
}

.leading-\[1\.3\] {
    line-height: 1.3;
}

.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-700 {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-gray-900 {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-green-600 {
    --tw-text-opacity: 1;
    color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

.text-green-800 {
    --tw-text-opacity: 1;
    color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}

.text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgb(99 102 241 / var(--tw-text-opacity, 1));
}

.text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}

.text-inherit {
    color: inherit;
}

.text-primary-700 {
    color: var(--ffs-color-primary-700);
}

.text-red-500 {
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-red-600 {
    --tw-text-opacity: 1;
    color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.text-red-800 {
    --tw-text-opacity: 1;
    color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.shadow-\[0_0_0_1px_\#2271b1\] {
    --tw-shadow: 0 0 0 1px #2271b1;
    --tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.\!outline-none {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
}

.outline {
    outline-style: solid;
}

.transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.duration-200 {
    transition-duration: 200ms;
}

.ease-out-expo {
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

[x-cloak] {
    display: none !important;
}

.fast-fuzzy-search {
    --color-primary: #3b82f6;
    --color-primary-50: #eff6ff;
    --color-primary-100: #dbeafe;
    --color-primary-300: #bfdbfe;
    --color-primary-800: #1e3a8a;
    z-index: 9999;
    display: flex;
    width: 31.25rem;
    max-width: 90%;
    flex-direction: column;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 700ms;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fast-fuzzy-search,
.fast-fuzzy-search * {
    box-sizing: border-box;
}

.fast-fuzzy-search button:not([disabled]) {
    cursor: pointer;
}

.fast-fuzzy-search__scrollbar::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.fast-fuzzy-search__scrollbar::-webkit-scrollbar-thumb {
    background: #747474;
    border-radius: 4px;
}

.fast-fuzzy-search__scrollbar::-webkit-scrollbar-track {
    background: transparent;
}

.fast-fuzzy-search__scrollbar::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.fast-fuzzy-search__keyboard-shortcuts {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.25rem;
    white-space: nowrap;
}

.fast-fuzzy-search__keyboard-shortcuts svg {
    height: auto;
    width: 0.75rem;
}

.fast-fuzzy-search__chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.fast-fuzzy-search__icon {
    flex-shrink: 0 !important;
}

.fast-fuzzy-search__chip-button svg {
    height: auto;
    width: 0.75rem;
}

.fast-fuzzy-search[data-loading="true"] {}

.fast-fuzzy-search__panel-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 9999;
    display: inline-flex;
    height: 2.5rem;
    width: 2.5rem;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-width: 0px;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 700ms;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fast-fuzzy-search--scrolled {
    pointer-events: none;
    opacity: 0;
}

.fast-fuzzy-search__field {
    overflow: hidden;
    padding: 0px !important;
    text-align: left !important;
}

.fast-fuzzy-search__input {
    margin: 0px !important;
    display: flex;
    height: 100% !important;
    width: 100% !important;
    flex-grow: 1;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    border-width: 0px !important;
    border-style: none !important;
    background-color: inherit !important;
    padding: 0px !important;
    line-height: 1 !important;
    color: inherit !important;
    --tw-shadow: 0 0 #0000 !important;
    --tw-shadow-colored: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
}

.fast-fuzzy-search__chip-button {
    line-height: 1 !important;
}

.fast-fuzzy-search__context {
    margin-top: 0.75rem !important;
    margin-bottom: 0.25rem !important;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
}

.fast-fuzzy-search__result-link {
    text-decoration-line: none !important;
}

.fast-fuzzy-search--bottom-center {
    position: fixed;
    bottom: 1rem;
    left: 50%;
    max-height: 90vh;
    transform: translateX(-50%);
}

.fast-fuzzy-search--bottom-left {
    position: fixed;
    bottom: 1rem;
    left: 1rem;
    max-height: 90vh;
}

.fast-fuzzy-search--bottom-right {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    max-height: 90vh;
}

.fast-fuzzy-search__icon-button {
    z-index: 9999;
    display: inline-flex;
    height: 3.5rem !important;
    width: 3.5rem !important;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    padding: 0px !important;
}

.fast-fuzzy-search__button {
    z-index: 9999;
    display: inline-flex;
    height: 3.5rem !important;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

/* Transitions */

.fast-fuzzy-search__transition-enter .fast-fuzzy-search {
    opacity: 0;
    transform: translateY(5rem);
}

.fast-fuzzy-search__transition-leave {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 400ms;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fast-fuzzy-search__transition-leave-start {
    opacity: 1;
}

.fast-fuzzy-search__transition-leave-end {
    opacity: 0;
}

.fast-fuzzy-search__transition-leave-start .fast-fuzzy-search {
    opacity: 1;
    transform: scale(1);
}

.fast-fuzzy-search__transition-leave-end .fast-fuzzy-search {
    opacity: 0;
    transform: scale(0.95);
}

.fast-fuzzy-search__transition-enter .fast-fuzzy-search__panel-close,
.fast-fuzzy-search__transition-leave .fast-fuzzy-search__panel-close {
    opacity: 0;
    transform: scale(0.5);
}

/* Minimal Light */
.fast-fuzzy-search--minimal-light .fast-fuzzy-search__field {
    display: flex;
    height: 3rem;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    border-radius: 0.5rem;
    border-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.fast-fuzzy-search--minimal-light .fast-fuzzy-search__input::-moz-placeholder {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
    font-weight: 600 !important;
    --tw-text-opacity: 1 !important;
    color: rgb(82 82 82 / var(--tw-text-opacity, 1)) !important;
}

.fast-fuzzy-search--minimal-light .fast-fuzzy-search__input,
.fast-fuzzy-search--minimal-light .fast-fuzzy-search__input::placeholder {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
    font-weight: 600 !important;
    --tw-text-opacity: 1 !important;
    color: rgb(82 82 82 / var(--tw-text-opacity, 1)) !important;
}

.fast-fuzzy-search--minimal-light[data-has-query="true"] .fast-fuzzy-search__field {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.fast-fuzzy-search--minimal-light .fast-fuzzy-search__icon {
    display: inline-flex;
    height: 100% !important;
    width: 3rem !important;
    align-items: center;
    justify-content: center;
    --tw-text-opacity: 1;
    color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}

.fast-fuzzy-search--minimal-light .fast-fuzzy-search__clear button {
    margin: 0px !important;
    display: inline-flex;
    height: 1.5rem !important;
    width: 1.5rem !important;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border-style: none;
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
    padding: 0.25rem !important;
    --tw-text-opacity: 1;
    color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}

.fast-fuzzy-search--minimal-light .fast-fuzzy-search__clear button:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
}

.fast-fuzzy-search--minimal-light .fast-fuzzy-search__post-types {
    border-width: 0px;
    border-bottom-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    --tw-text-opacity: 1;
    color: rgb(23 23 23 / var(--tw-text-opacity, 1));
}

.fast-fuzzy-search--minimal-light .fast-fuzzy-search__chip-button {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 9999px;
    border-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
    --tw-text-opacity: 1;
    color: rgb(64 64 64 / var(--tw-text-opacity, 1));
    text-decoration-line: none;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.fast-fuzzy-search--minimal-light .fast-fuzzy-search__chip-button:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}

.fast-fuzzy-search--minimal-light .fast-fuzzy-search__chip-button[aria-selected="true"] {
    border-color: var(--ffs-color-primary-600);
    background-color: var(--ffs-color-primary-900);
    color: var(--ffs-color-primary-600);
}

.fast-fuzzy-search--minimal-light .fast-fuzzy-search__results {
    margin: 0px;
    height: 24rem;
    width: 100%;
    flex-grow: 1;
    list-style-type: none;
    overflow-y: scroll;
    background-color: transparent;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    --tw-text-opacity: 1;
    color: rgb(23 23 23 / var(--tw-text-opacity, 1));
}

.fast-fuzzy-search--minimal-light .fast-fuzzy-search__panel {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    border-width: 1px;
    border-top-width: 0px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.fast-fuzzy-search--minimal-light .fast-fuzzy-search__result-item {
    width: 100%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.fast-fuzzy-search--minimal-light .fast-fuzzy-search__result-link {
    border-radius: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(23 23 23 / var(--tw-text-opacity, 1));
}

.fast-fuzzy-search--minimal-light .fast-fuzzy-search__result-link:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.fast-fuzzy-search--minimal-light .fast-fuzzy-search__result-link[aria-selected="true"] {
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.fast-fuzzy-search--minimal-light .fast-fuzzy-search__empty {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding: 2.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}

.fast-fuzzy-search--minimal-light .fast-fuzzy-search__keyboard-shortcuts {
    border-width: 0px;
    border-top-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}

.fast-fuzzy-search--minimal-light .fast-fuzzy-search__result-icon {
    margin-right: 1rem;
    height: 2rem;
    width: 2rem;
    flex-shrink: 0;
    border-radius: 0.25rem;
    --tw-bg-opacity: 1;
    background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
    padding: 0.5rem;
    --tw-text-opacity: 1;
    color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}

.group[aria-selected="true"] .fast-fuzzy-search--minimal-light .fast-fuzzy-search__result-icon {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.fast-fuzzy-search--minimal-light .fast-fuzzy-search__result-image {
    margin-right: 1rem;
    height: 2rem !important;
    width: 2rem;
    flex-shrink: 0;
    border-radius: 0.25rem;
    -o-object-fit: cover;
       object-fit: cover;
}

.fast-fuzzy-search--minimal-light .fast-fuzzy-search__chip {
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 0.75rem !important;
    line-height: 1rem !important;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(64 64 64 / var(--tw-text-opacity, 1));
    text-decoration-line: none;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.fast-fuzzy-search--minimal-light .fast-fuzzy-search__result-link[aria-selected="true"] .fast-fuzzy-search__result-image {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.fast-fuzzy-search--minimal-light .fast-fuzzy-search__result-link[aria-selected="true"] .fast-fuzzy-search__chip {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.fast-fuzzy-search--minimal-light .fast-fuzzy-search__result-link[aria-selected="true"] .fast-fuzzy-search__result-icon {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.fast-fuzzy-search__panel-close--minimal-light {
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding: 0.5rem;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.fast-fuzzy-search__panel-close--minimal-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.fast-fuzzy-search__panel-close--minimal-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

/* Minimal Dark */
.fast-fuzzy-search--minimal-dark .fast-fuzzy-search__field {
    display: flex;
    height: 3rem;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    border-radius: 0.5rem;
    border-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(64 64 64 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1));
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.group:focus-within .fast-fuzzy-search--minimal-dark .fast-fuzzy-search__field {
    --tw-border-opacity: 1;
    border-color: rgb(23 23 23 / var(--tw-border-opacity, 1));
}

.fast-fuzzy-search--minimal-dark .fast-fuzzy-search__input::-moz-placeholder {
    --tw-text-opacity: 1 !important;
    color: rgb(212 212 212 / var(--tw-text-opacity, 1)) !important;
}

.fast-fuzzy-search--minimal-dark .fast-fuzzy-search__input,
.fast-fuzzy-search--minimal-dark .fast-fuzzy-search__input::placeholder {
    --tw-text-opacity: 1 !important;
    color: rgb(212 212 212 / var(--tw-text-opacity, 1)) !important;
}

.fast-fuzzy-search--minimal-dark[data-has-query="true"] .fast-fuzzy-search__field {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.fast-fuzzy-search--minimal-dark .fast-fuzzy-search__icon {
    display: inline-flex;
    height: 100%;
    width: 3rem;
    align-items: center;
    justify-content: center;
    --tw-text-opacity: 1;
    color: rgb(245 245 245 / var(--tw-text-opacity, 1));
}

.fast-fuzzy-search--minimal-dark .fast-fuzzy-search__clear button {
    margin: 0px !important;
    display: inline-flex;
    height: 1.5rem !important;
    width: 1.5rem !important;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border-style: none;
    --tw-bg-opacity: 1;
    background-color: rgb(64 64 64 / var(--tw-bg-opacity, 1));
    padding: 0.25rem !important;
    --tw-text-opacity: 1;
    color: rgb(245 245 245 / var(--tw-text-opacity, 1));
}

.fast-fuzzy-search--minimal-dark .fast-fuzzy-search__clear button:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
}

.fast-fuzzy-search--minimal-dark .fast-fuzzy-search__post-types {
    border-width: 0px;
    border-bottom-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(64 64 64 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    --tw-text-opacity: 1;
    color: rgb(250 250 250 / var(--tw-text-opacity, 1));
}

.fast-fuzzy-search--minimal-dark .fast-fuzzy-search__chip-button {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 9999px;
    border-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(82 82 82 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1));
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
    --tw-text-opacity: 1;
    color: rgb(245 245 245 / var(--tw-text-opacity, 1));
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.fast-fuzzy-search--minimal-dark .fast-fuzzy-search__chip-button:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
}

.fast-fuzzy-search--minimal-dark .fast-fuzzy-search__chip-button[aria-selected="true"] {
    border-color: var(--ffs-color-primary-300);
    background-color: var(--ffs-color-primary-500);
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.fast-fuzzy-search--minimal-dark .fast-fuzzy-search__panel {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    border-width: 1px;
    border-top-width: 0px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(64 64 64 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1));
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.fast-fuzzy-search--minimal-dark .fast-fuzzy-search__results {
    margin: 0px;
    height: 24rem;
    width: 100%;
    flex-grow: 1;
    list-style-type: none;
    overflow-y: scroll;
    --tw-bg-opacity: 1;
    background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1));
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    --tw-text-opacity: 1;
    color: rgb(250 250 250 / var(--tw-text-opacity, 1));
}

.fast-fuzzy-search--minimal-dark .fast-fuzzy-search__result-item {
    width: 100%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.fast-fuzzy-search--minimal-dark .fast-fuzzy-search__result-link {
    border-radius: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(245 245 245 / var(--tw-text-opacity, 1));
    text-decoration-line: none;
}

.fast-fuzzy-search--minimal-dark .fast-fuzzy-search__result-link:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
}

.fast-fuzzy-search--minimal-dark .fast-fuzzy-search__result-link[aria-selected="true"] {
    --tw-bg-opacity: 1;
    background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
}

.fast-fuzzy-search--minimal-dark .fast-fuzzy-search__empty {
    --tw-bg-opacity: 1;
    background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1));
    padding: 2.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(245 245 245 / var(--tw-text-opacity, 1));
}

.fast-fuzzy-search--minimal-dark .fast-fuzzy-search__keyboard-shortcuts {
    border-width: 0px;
    border-top-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(64 64 64 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(245 245 245 / var(--tw-text-opacity, 1));
}

.fast-fuzzy-search--minimal-dark .fast-fuzzy-search__result-icon {
    margin-right: 1rem;
    height: 2rem;
    width: 2rem;
    flex-shrink: 0;
    border-radius: 0.25rem;
    --tw-bg-opacity: 1;
    background-color: rgb(64 64 64 / var(--tw-bg-opacity, 1));
    padding: 0.5rem;
    --tw-text-opacity: 1;
    color: rgb(245 245 245 / var(--tw-text-opacity, 1));
}

.group[aria-selected="true"] .fast-fuzzy-search--minimal-dark .fast-fuzzy-search__result-icon {
    --tw-bg-opacity: 1;
    background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1));
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.fast-fuzzy-search--minimal-dark .fast-fuzzy-search__result-image {
    margin-right: 1rem;
    height: 2rem !important;
    width: 2rem;
    flex-shrink: 0;
    border-radius: 0.25rem;
    -o-object-fit: cover;
       object-fit: cover;
}

.fast-fuzzy-search--minimal-dark .fast-fuzzy-search__chip {
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(64 64 64 / var(--tw-bg-opacity, 1));
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(245 245 245 / var(--tw-text-opacity, 1));
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.group[aria-selected="true"] .fast-fuzzy-search--minimal-dark .fast-fuzzy-search__chip {
    --tw-bg-opacity: 1;
    background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1));
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.fast-fuzzy-search--minimal-dark .fast-fuzzy-search__result-link[aria-selected="true"] .fast-fuzzy-search__chip {
    --tw-bg-opacity: 1;
    background-color: rgb(64 64 64 / var(--tw-bg-opacity, 1));
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.fast-fuzzy-search--minimal-dark .fast-fuzzy-search__result-link[aria-selected="true"] .fast-fuzzy-search__result-icon {
    --tw-bg-opacity: 1;
    background-color: rgb(64 64 64 / var(--tw-bg-opacity, 1));
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.fast-fuzzy-search__panel-close--minimal-dark {
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1));
    padding: 0.5rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.fast-fuzzy-search__panel-close--minimal-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.fast-fuzzy-search__panel-close--minimal-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}



.focus-within\:ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-\[\#2271b1\]:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(34 113 177 / var(--tw-ring-opacity, 1));
}

.focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px;
}

.focus\:border-indigo-500:focus {
    --tw-border-opacity: 1;
    border-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}

.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.focus\:ring-indigo-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1));
}

.focus\:ring-primary-700:focus {
    --tw-ring-color: var(--ffs-color-primary-700);
}

.peer:checked ~ .peer-checked\:justify-end {
    justify-content: flex-end;
}

.peer:checked ~ .peer-checked\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}

@media (min-width: 640px) {

    .sm\:gap-8 {
        gap: 2rem;
    }

    .sm\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .sm\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

@media (min-width: 768px) {

    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .md\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {

    .lg\:col-span-4 {
        grid-column: span 4 / span 4;
    }

    .lg\:col-span-8 {
        grid-column: span 8 / span 8;
    }

    .lg\:h-\[60px\] {
        height: 60px;
    }

    .lg\:grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }

    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .lg\:gap-12 {
        gap: 3rem;
    }

    .lg\:pe-6 {
        padding-inline-end: 1.5rem;
    }

    .lg\:before\:absolute::before {
        content: var(--tw-content);
        position: absolute;
    }

    .lg\:before\:-start-12::before {
        content: var(--tw-content);
        inset-inline-start: -3rem;
    }

    .lg\:before\:top-0::before {
        content: var(--tw-content);
        top: 0px;
    }

    .lg\:before\:h-full::before {
        content: var(--tw-content);
        height: 100%;
    }

    .lg\:before\:w-px::before {
        content: var(--tw-content);
        width: 1px;
    }

    .lg\:before\:bg-gray-200::before {
        content: var(--tw-content);
        --tw-bg-opacity: 1;
        background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
    }
}

@media (min-width: 1280px) {

    .xl\:mb-20 {
        margin-bottom: 5rem;
    }

    .xl\:p-10 {
        padding: 2.5rem;
    }

    .xl\:pe-12 {
        padding-inline-end: 3rem;
    }

    .xl\:text-\[72px\] {
        font-size: 72px;
    }
}

@media (prefers-color-scheme: dark) {

    .dark\:text-neutral-500 {
        --tw-text-opacity: 1;
        color: rgb(115 115 115 / var(--tw-text-opacity, 1));
    }
}

@media (min-width: 1024px) {

    @media (prefers-color-scheme: dark) {

        .lg\:before\:dark\:bg-neutral-700::before {
            content: var(--tw-content);
            --tw-bg-opacity: 1;
            background-color: rgb(64 64 64 / var(--tw-bg-opacity, 1));
        }
    }
}
/* https://halfaccessible.redoxbird.com/wp-content/themes/versatile/assets/css/animxyz.min.css?ver=0.6.7 */
@-webkit-keyframes xyz-in-keyframes{0%{opacity:var(--xyz-in-opacity,var(--xyz-opacity,1));transform:var(--xyz-in-transform,var(--xyz-transform,perspective(var(--xyz-in-perspective,var(--xyz-perspective,var(--xyz-perspective-none)))) translate3d(var(--xyz-in-translate-x,var(--xyz-translate-x,0)),var(--xyz-in-translate-y,var(--xyz-translate-y,0)),var(--xyz-in-translate-z,var(--xyz-translate-z,0))) rotateX(var(--xyz-in-rotate-x,var(--xyz-rotate-x,0))) rotateY(var(--xyz-in-rotate-y,var(--xyz-rotate-y,0))) rotateZ(var(--xyz-in-rotate-z,var(--xyz-rotate-z,0))) scale3d(var(--xyz-in-scale-x,var(--xyz-scale-x,1)),var(--xyz-in-scale-y,var(--xyz-scale-y,1)),var(--xyz-in-scale-z,var(--xyz-scale-z,1))) skew(var(--xyz-in-skew-x,var(--xyz-skew-x,0)),var(--xyz-in-skew-y,var(--xyz-skew-y,0)))))}}@keyframes xyz-in-keyframes{0%{opacity:var(--xyz-in-opacity,var(--xyz-opacity,1));transform:var(--xyz-in-transform,var(--xyz-transform,perspective(var(--xyz-in-perspective,var(--xyz-perspective,var(--xyz-perspective-none)))) translate3d(var(--xyz-in-translate-x,var(--xyz-translate-x,0)),var(--xyz-in-translate-y,var(--xyz-translate-y,0)),var(--xyz-in-translate-z,var(--xyz-translate-z,0))) rotateX(var(--xyz-in-rotate-x,var(--xyz-rotate-x,0))) rotateY(var(--xyz-in-rotate-y,var(--xyz-rotate-y,0))) rotateZ(var(--xyz-in-rotate-z,var(--xyz-rotate-z,0))) scale3d(var(--xyz-in-scale-x,var(--xyz-scale-x,1)),var(--xyz-in-scale-y,var(--xyz-scale-y,1)),var(--xyz-in-scale-z,var(--xyz-scale-z,1))) skew(var(--xyz-in-skew-x,var(--xyz-skew-x,0)),var(--xyz-in-skew-y,var(--xyz-skew-y,0)))))}}@-webkit-keyframes xyz-out-keyframes{0%{opacity:var(--xyz-out-opacity,var(--xyz-opacity,1));transform:var(--xyz-out-transform,var(--xyz-transform,perspective(var(--xyz-out-perspective,var(--xyz-perspective,var(--xyz-perspective-none)))) translate3d(var(--xyz-out-translate-x,var(--xyz-translate-x,0)),var(--xyz-out-translate-y,var(--xyz-translate-y,0)),var(--xyz-out-translate-z,var(--xyz-translate-z,0))) rotateX(var(--xyz-out-rotate-x,var(--xyz-rotate-x,0))) rotateY(var(--xyz-out-rotate-y,var(--xyz-rotate-y,0))) rotateZ(var(--xyz-out-rotate-z,var(--xyz-rotate-z,0))) scale3d(var(--xyz-out-scale-x,var(--xyz-scale-x,1)),var(--xyz-out-scale-y,var(--xyz-scale-y,1)),var(--xyz-out-scale-z,var(--xyz-scale-z,1))) skew(var(--xyz-out-skew-x,var(--xyz-skew-x,0)),var(--xyz-out-skew-y,var(--xyz-skew-y,0)))))}}@keyframes xyz-out-keyframes{0%{opacity:var(--xyz-out-opacity,var(--xyz-opacity,1));transform:var(--xyz-out-transform,var(--xyz-transform,perspective(var(--xyz-out-perspective,var(--xyz-perspective,var(--xyz-perspective-none)))) translate3d(var(--xyz-out-translate-x,var(--xyz-translate-x,0)),var(--xyz-out-translate-y,var(--xyz-translate-y,0)),var(--xyz-out-translate-z,var(--xyz-translate-z,0))) rotateX(var(--xyz-out-rotate-x,var(--xyz-rotate-x,0))) rotateY(var(--xyz-out-rotate-y,var(--xyz-rotate-y,0))) rotateZ(var(--xyz-out-rotate-z,var(--xyz-rotate-z,0))) scale3d(var(--xyz-out-scale-x,var(--xyz-scale-x,1)),var(--xyz-out-scale-y,var(--xyz-scale-y,1)),var(--xyz-out-scale-z,var(--xyz-scale-z,1))) skew(var(--xyz-out-skew-x,var(--xyz-skew-x,0)),var(--xyz-out-skew-y,var(--xyz-skew-y,0)))))}}@-webkit-keyframes xyz-appear-keyframes{0%{opacity:var(--xyz-appear-opacity,var(--xyz-opacity,1));transform:var(--xyz-appear-transform,var(--xyz-transform,perspective(var(--xyz-appear-perspective,var(--xyz-perspective,var(--xyz-perspective-none)))) translate3d(var(--xyz-appear-translate-x,var(--xyz-translate-x,0)),var(--xyz-appear-translate-y,var(--xyz-translate-y,0)),var(--xyz-appear-translate-z,var(--xyz-translate-z,0))) rotateX(var(--xyz-appear-rotate-x,var(--xyz-rotate-x,0))) rotateY(var(--xyz-appear-rotate-y,var(--xyz-rotate-y,0))) rotateZ(var(--xyz-appear-rotate-z,var(--xyz-rotate-z,0))) scale3d(var(--xyz-appear-scale-x,var(--xyz-scale-x,1)),var(--xyz-appear-scale-y,var(--xyz-scale-y,1)),var(--xyz-appear-scale-z,var(--xyz-scale-z,1))) skew(var(--xyz-appear-skew-x,var(--xyz-skew-x,0)),var(--xyz-appear-skew-y,var(--xyz-skew-y,0)))))}}@keyframes xyz-appear-keyframes{0%{opacity:var(--xyz-appear-opacity,var(--xyz-opacity,1));transform:var(--xyz-appear-transform,var(--xyz-transform,perspective(var(--xyz-appear-perspective,var(--xyz-perspective,var(--xyz-perspective-none)))) translate3d(var(--xyz-appear-translate-x,var(--xyz-translate-x,0)),var(--xyz-appear-translate-y,var(--xyz-translate-y,0)),var(--xyz-appear-translate-z,var(--xyz-translate-z,0))) rotateX(var(--xyz-appear-rotate-x,var(--xyz-rotate-x,0))) rotateY(var(--xyz-appear-rotate-y,var(--xyz-rotate-y,0))) rotateZ(var(--xyz-appear-rotate-z,var(--xyz-rotate-z,0))) scale3d(var(--xyz-appear-scale-x,var(--xyz-scale-x,1)),var(--xyz-appear-scale-y,var(--xyz-scale-y,1)),var(--xyz-appear-scale-z,var(--xyz-scale-z,1))) skew(var(--xyz-appear-skew-x,var(--xyz-skew-x,0)),var(--xyz-appear-skew-y,var(--xyz-skew-y,0)))))}}:root{--xyz-perspective-none:0;--xyz-keyframes-default:none;--xyz-ease-default:ease;--xyz-duration-default:0.5s;--xyz-delay-default:0s;--xyz-stagger-default:0.25s;--xyz-iterate-default:1;--xyz-direction-default:normal;--xyz-out-direction-default:reverse;--xyz-origin-default:center;--xyz-opacity-default:1;--xyz-perspective-default:var(--xyz-perspective-none);--xyz-translate-default:25%;--xyz-translate-z-default:300px;--xyz-rotate-default:0.25turn;--xyz-scale-default:0.5;--xyz-skew-default:30deg}@supports (transform:perspective(none)){:root{--xyz-perspective-none:none}}.xyz-appear-nested:first-child,.xyz-appear:first-child,.xyz-in-nested:first-child,.xyz-in:first-child,.xyz-nested:first-child,.xyz-out-nested:first-child,.xyz-out:first-child{--xyz-index:0}.xyz-appear-nested:last-child,.xyz-appear:last-child,.xyz-in-nested:last-child,.xyz-in:last-child,.xyz-nested:last-child,.xyz-out-nested:last-child,.xyz-out:last-child{--xyz-index-rev:0}.xyz-appear-nested:nth-child(2),.xyz-appear:nth-child(2),.xyz-in-nested:nth-child(2),.xyz-in:nth-child(2),.xyz-nested:nth-child(2),.xyz-out-nested:nth-child(2),.xyz-out:nth-child(2){--xyz-index:1}.xyz-appear-nested:nth-last-child(2),.xyz-appear:nth-last-child(2),.xyz-in-nested:nth-last-child(2),.xyz-in:nth-last-child(2),.xyz-nested:nth-last-child(2),.xyz-out-nested:nth-last-child(2),.xyz-out:nth-last-child(2){--xyz-index-rev:1}.xyz-appear-nested:nth-child(3),.xyz-appear:nth-child(3),.xyz-in-nested:nth-child(3),.xyz-in:nth-child(3),.xyz-nested:nth-child(3),.xyz-out-nested:nth-child(3),.xyz-out:nth-child(3){--xyz-index:2}.xyz-appear-nested:nth-last-child(3),.xyz-appear:nth-last-child(3),.xyz-in-nested:nth-last-child(3),.xyz-in:nth-last-child(3),.xyz-nested:nth-last-child(3),.xyz-out-nested:nth-last-child(3),.xyz-out:nth-last-child(3){--xyz-index-rev:2}.xyz-appear-nested:nth-child(4),.xyz-appear:nth-child(4),.xyz-in-nested:nth-child(4),.xyz-in:nth-child(4),.xyz-nested:nth-child(4),.xyz-out-nested:nth-child(4),.xyz-out:nth-child(4){--xyz-index:3}.xyz-appear-nested:nth-last-child(4),.xyz-appear:nth-last-child(4),.xyz-in-nested:nth-last-child(4),.xyz-in:nth-last-child(4),.xyz-nested:nth-last-child(4),.xyz-out-nested:nth-last-child(4),.xyz-out:nth-last-child(4){--xyz-index-rev:3}.xyz-appear-nested:nth-child(5),.xyz-appear:nth-child(5),.xyz-in-nested:nth-child(5),.xyz-in:nth-child(5),.xyz-nested:nth-child(5),.xyz-out-nested:nth-child(5),.xyz-out:nth-child(5){--xyz-index:4}.xyz-appear-nested:nth-last-child(5),.xyz-appear:nth-last-child(5),.xyz-in-nested:nth-last-child(5),.xyz-in:nth-last-child(5),.xyz-nested:nth-last-child(5),.xyz-out-nested:nth-last-child(5),.xyz-out:nth-last-child(5){--xyz-index-rev:4}.xyz-appear-nested:nth-child(6),.xyz-appear:nth-child(6),.xyz-in-nested:nth-child(6),.xyz-in:nth-child(6),.xyz-nested:nth-child(6),.xyz-out-nested:nth-child(6),.xyz-out:nth-child(6){--xyz-index:5}.xyz-appear-nested:nth-last-child(6),.xyz-appear:nth-last-child(6),.xyz-in-nested:nth-last-child(6),.xyz-in:nth-last-child(6),.xyz-nested:nth-last-child(6),.xyz-out-nested:nth-last-child(6),.xyz-out:nth-last-child(6){--xyz-index-rev:5}.xyz-appear-nested:nth-child(7),.xyz-appear:nth-child(7),.xyz-in-nested:nth-child(7),.xyz-in:nth-child(7),.xyz-nested:nth-child(7),.xyz-out-nested:nth-child(7),.xyz-out:nth-child(7){--xyz-index:6}.xyz-appear-nested:nth-last-child(7),.xyz-appear:nth-last-child(7),.xyz-in-nested:nth-last-child(7),.xyz-in:nth-last-child(7),.xyz-nested:nth-last-child(7),.xyz-out-nested:nth-last-child(7),.xyz-out:nth-last-child(7){--xyz-index-rev:6}.xyz-appear-nested:nth-child(8),.xyz-appear:nth-child(8),.xyz-in-nested:nth-child(8),.xyz-in:nth-child(8),.xyz-nested:nth-child(8),.xyz-out-nested:nth-child(8),.xyz-out:nth-child(8){--xyz-index:7}.xyz-appear-nested:nth-last-child(8),.xyz-appear:nth-last-child(8),.xyz-in-nested:nth-last-child(8),.xyz-in:nth-last-child(8),.xyz-nested:nth-last-child(8),.xyz-out-nested:nth-last-child(8),.xyz-out:nth-last-child(8){--xyz-index-rev:7}.xyz-appear-nested:nth-child(9),.xyz-appear:nth-child(9),.xyz-in-nested:nth-child(9),.xyz-in:nth-child(9),.xyz-nested:nth-child(9),.xyz-out-nested:nth-child(9),.xyz-out:nth-child(9){--xyz-index:8}.xyz-appear-nested:nth-last-child(9),.xyz-appear:nth-last-child(9),.xyz-in-nested:nth-last-child(9),.xyz-in:nth-last-child(9),.xyz-nested:nth-last-child(9),.xyz-out-nested:nth-last-child(9),.xyz-out:nth-last-child(9){--xyz-index-rev:8}.xyz-appear-nested:nth-child(10),.xyz-appear:nth-child(10),.xyz-in-nested:nth-child(10),.xyz-in:nth-child(10),.xyz-nested:nth-child(10),.xyz-out-nested:nth-child(10),.xyz-out:nth-child(10){--xyz-index:9}.xyz-appear-nested:nth-last-child(10),.xyz-appear:nth-last-child(10),.xyz-in-nested:nth-last-child(10),.xyz-in:nth-last-child(10),.xyz-nested:nth-last-child(10),.xyz-out-nested:nth-last-child(10),.xyz-out:nth-last-child(10){--xyz-index-rev:9}.xyz-appear-nested:nth-child(11),.xyz-appear:nth-child(11),.xyz-in-nested:nth-child(11),.xyz-in:nth-child(11),.xyz-nested:nth-child(11),.xyz-out-nested:nth-child(11),.xyz-out:nth-child(11){--xyz-index:10}.xyz-appear-nested:nth-last-child(11),.xyz-appear:nth-last-child(11),.xyz-in-nested:nth-last-child(11),.xyz-in:nth-last-child(11),.xyz-nested:nth-last-child(11),.xyz-out-nested:nth-last-child(11),.xyz-out:nth-last-child(11){--xyz-index-rev:10}.xyz-appear-nested:nth-child(12),.xyz-appear:nth-child(12),.xyz-in-nested:nth-child(12),.xyz-in:nth-child(12),.xyz-nested:nth-child(12),.xyz-out-nested:nth-child(12),.xyz-out:nth-child(12){--xyz-index:11}.xyz-appear-nested:nth-last-child(12),.xyz-appear:nth-last-child(12),.xyz-in-nested:nth-last-child(12),.xyz-in:nth-last-child(12),.xyz-nested:nth-last-child(12),.xyz-out-nested:nth-last-child(12),.xyz-out:nth-last-child(12){--xyz-index-rev:11}.xyz-appear-nested:nth-child(13),.xyz-appear:nth-child(13),.xyz-in-nested:nth-child(13),.xyz-in:nth-child(13),.xyz-nested:nth-child(13),.xyz-out-nested:nth-child(13),.xyz-out:nth-child(13){--xyz-index:12}.xyz-appear-nested:nth-last-child(13),.xyz-appear:nth-last-child(13),.xyz-in-nested:nth-last-child(13),.xyz-in:nth-last-child(13),.xyz-nested:nth-last-child(13),.xyz-out-nested:nth-last-child(13),.xyz-out:nth-last-child(13){--xyz-index-rev:12}.xyz-appear-nested:nth-child(14),.xyz-appear:nth-child(14),.xyz-in-nested:nth-child(14),.xyz-in:nth-child(14),.xyz-nested:nth-child(14),.xyz-out-nested:nth-child(14),.xyz-out:nth-child(14){--xyz-index:13}.xyz-appear-nested:nth-last-child(14),.xyz-appear:nth-last-child(14),.xyz-in-nested:nth-last-child(14),.xyz-in:nth-last-child(14),.xyz-nested:nth-last-child(14),.xyz-out-nested:nth-last-child(14),.xyz-out:nth-last-child(14){--xyz-index-rev:13}.xyz-appear-nested:nth-child(15),.xyz-appear:nth-child(15),.xyz-in-nested:nth-child(15),.xyz-in:nth-child(15),.xyz-nested:nth-child(15),.xyz-out-nested:nth-child(15),.xyz-out:nth-child(15){--xyz-index:14}.xyz-appear-nested:nth-last-child(15),.xyz-appear:nth-last-child(15),.xyz-in-nested:nth-last-child(15),.xyz-in:nth-last-child(15),.xyz-nested:nth-last-child(15),.xyz-out-nested:nth-last-child(15),.xyz-out:nth-last-child(15){--xyz-index-rev:14}.xyz-appear-nested:nth-child(16),.xyz-appear:nth-child(16),.xyz-in-nested:nth-child(16),.xyz-in:nth-child(16),.xyz-nested:nth-child(16),.xyz-out-nested:nth-child(16),.xyz-out:nth-child(16){--xyz-index:15}.xyz-appear-nested:nth-last-child(16),.xyz-appear:nth-last-child(16),.xyz-in-nested:nth-last-child(16),.xyz-in:nth-last-child(16),.xyz-nested:nth-last-child(16),.xyz-out-nested:nth-last-child(16),.xyz-out:nth-last-child(16){--xyz-index-rev:15}.xyz-appear-nested:nth-child(17),.xyz-appear:nth-child(17),.xyz-in-nested:nth-child(17),.xyz-in:nth-child(17),.xyz-nested:nth-child(17),.xyz-out-nested:nth-child(17),.xyz-out:nth-child(17){--xyz-index:16}.xyz-appear-nested:nth-last-child(17),.xyz-appear:nth-last-child(17),.xyz-in-nested:nth-last-child(17),.xyz-in:nth-last-child(17),.xyz-nested:nth-last-child(17),.xyz-out-nested:nth-last-child(17),.xyz-out:nth-last-child(17){--xyz-index-rev:16}.xyz-appear-nested:nth-child(18),.xyz-appear:nth-child(18),.xyz-in-nested:nth-child(18),.xyz-in:nth-child(18),.xyz-nested:nth-child(18),.xyz-out-nested:nth-child(18),.xyz-out:nth-child(18){--xyz-index:17}.xyz-appear-nested:nth-last-child(18),.xyz-appear:nth-last-child(18),.xyz-in-nested:nth-last-child(18),.xyz-in:nth-last-child(18),.xyz-nested:nth-last-child(18),.xyz-out-nested:nth-last-child(18),.xyz-out:nth-last-child(18){--xyz-index-rev:17}.xyz-appear-nested:nth-child(19),.xyz-appear:nth-child(19),.xyz-in-nested:nth-child(19),.xyz-in:nth-child(19),.xyz-nested:nth-child(19),.xyz-out-nested:nth-child(19),.xyz-out:nth-child(19){--xyz-index:18}.xyz-appear-nested:nth-last-child(19),.xyz-appear:nth-last-child(19),.xyz-in-nested:nth-last-child(19),.xyz-in:nth-last-child(19),.xyz-nested:nth-last-child(19),.xyz-out-nested:nth-last-child(19),.xyz-out:nth-last-child(19){--xyz-index-rev:18}.xyz-appear-nested:nth-child(20),.xyz-appear:nth-child(20),.xyz-in-nested:nth-child(20),.xyz-in:nth-child(20),.xyz-nested:nth-child(20),.xyz-out-nested:nth-child(20),.xyz-out:nth-child(20){--xyz-index:19}.xyz-appear-nested:nth-last-child(20),.xyz-appear:nth-last-child(20),.xyz-in-nested:nth-last-child(20),.xyz-in:nth-last-child(20),.xyz-nested:nth-last-child(20),.xyz-out-nested:nth-last-child(20),.xyz-out:nth-last-child(20){--xyz-index-rev:19}.xyz-appear,.xyz-in,.xyz-out{--xyz-root-stagger-delay:var(--xyz-stagger-delay,0s);--xyz-nested-stagger-delay:initial;--xyz-start-offset:initial}.xyz-appear-nested,.xyz-in-nested,.xyz-nested,.xyz-out-nested{--xyz-nested-stagger-delay:var(--xyz-root-stagger-delay,0s)}.xyz-in,.xyz-in .xyz-in-nested,.xyz-in .xyz-nested{--xyz-stagger-delay-calc:var(--xyz-nested-stagger-delay,0s) + var(--xyz-in-stagger,var(--xyz-stagger,0s)) * var(--xyz-index,0) + var(--xyz-in-stagger-rev,var(--xyz-stagger-rev,0s)) * var(--xyz-index-rev,0);--xyz-total-delay-calc:var(--xyz-stagger-delay,0s) + var(--xyz-in-delay,var(--xyz-delay,var(--xyz-in-delay-default,var(--xyz-delay-default))));--xyz-stagger-delay:calc(var(--xyz-stagger-delay-calc));--xyz-total-delay:calc(var(--xyz-total-delay-calc));--xyz-delay-calc:var(--xyz-total-delay,0s) + var(--xyz-start-offset,0) * (var(--xyz-total-delay,0s) + var(--xyz-in-duration,var(--xyz-duration,var(--xyz-in-duration-default,var(--xyz-duration-default))))) * -1;-webkit-animation:var(--xyz-in-duration,var(--xyz-duration,var(--xyz-in-duration-default,var(--xyz-duration-default)))) var(--xyz-in-ease,var(--xyz-ease,var(--xyz-in-ease-default,var(--xyz-ease-default)))) calc(var(--xyz-delay-calc)) var(--xyz-in-iterate,var(--xyz-iterate,var(--xyz-in-iterate-default,var(--xyz-iterate-default)))) var(--xyz-in-direction,var(--xyz-direction,var(--xyz-in-direction-default,var(--xyz-direction-default)))) both;animation:var(--xyz-in-duration,var(--xyz-duration,var(--xyz-in-duration-default,var(--xyz-duration-default)))) var(--xyz-in-ease,var(--xyz-ease,var(--xyz-in-ease-default,var(--xyz-ease-default)))) calc(var(--xyz-delay-calc)) var(--xyz-in-iterate,var(--xyz-iterate,var(--xyz-in-iterate-default,var(--xyz-iterate-default)))) var(--xyz-in-direction,var(--xyz-direction,var(--xyz-in-direction-default,var(--xyz-direction-default)))) both;-webkit-animation-name:xyz-in-keyframes,var(--xyz-in-keyframes,var(--xyz-keyframes,var(--xyz-in-keyframes-default,var(--xyz-keyframes-default))));animation-name:xyz-in-keyframes,var(--xyz-in-keyframes,var(--xyz-keyframes,var(--xyz-in-keyframes-default,var(--xyz-keyframes-default))));-webkit-backface-visibility:visible;backface-visibility:visible;transform-origin:var(--xyz-in-origin,var(--xyz-origin,var(--xyz-in-origin-default,var(--xyz-origin-default))))}.xyz-out,.xyz-out .xyz-nested,.xyz-out .xyz-out-nested{--xyz-stagger-delay-calc:var(--xyz-nested-stagger-delay,0s) + var(--xyz-out-stagger,var(--xyz-stagger,0s)) * var(--xyz-index,0) + var(--xyz-out-stagger-rev,var(--xyz-stagger-rev,0s)) * var(--xyz-index-rev,0);--xyz-total-delay-calc:var(--xyz-stagger-delay,0s) + var(--xyz-out-delay,var(--xyz-delay,var(--xyz-out-delay-default,var(--xyz-delay-default))));--xyz-stagger-delay:calc(var(--xyz-stagger-delay-calc));--xyz-total-delay:calc(var(--xyz-total-delay-calc));--xyz-delay-calc:var(--xyz-total-delay,0s) + var(--xyz-start-offset,0) * (var(--xyz-total-delay,0s) + var(--xyz-out-duration,var(--xyz-duration,var(--xyz-out-duration-default,var(--xyz-duration-default))))) * -1;-webkit-animation:var(--xyz-out-duration,var(--xyz-duration,var(--xyz-out-duration-default,var(--xyz-duration-default)))) var(--xyz-out-ease,var(--xyz-ease,var(--xyz-out-ease-default,var(--xyz-ease-default)))) calc(var(--xyz-delay-calc)) var(--xyz-out-iterate,var(--xyz-iterate,var(--xyz-out-iterate-default,var(--xyz-iterate-default)))) var(--xyz-out-direction,var(--xyz-direction,var(--xyz-out-direction-default,var(--xyz-direction-default)))) both;animation:var(--xyz-out-duration,var(--xyz-duration,var(--xyz-out-duration-default,var(--xyz-duration-default)))) var(--xyz-out-ease,var(--xyz-ease,var(--xyz-out-ease-default,var(--xyz-ease-default)))) calc(var(--xyz-delay-calc)) var(--xyz-out-iterate,var(--xyz-iterate,var(--xyz-out-iterate-default,var(--xyz-iterate-default)))) var(--xyz-out-direction,var(--xyz-direction,var(--xyz-out-direction-default,var(--xyz-direction-default)))) both;-webkit-animation-name:xyz-out-keyframes,var(--xyz-out-keyframes,var(--xyz-keyframes,var(--xyz-out-keyframes-default,var(--xyz-keyframes-default))));animation-name:xyz-out-keyframes,var(--xyz-out-keyframes,var(--xyz-keyframes,var(--xyz-out-keyframes-default,var(--xyz-keyframes-default))));-webkit-backface-visibility:visible;backface-visibility:visible;transform-origin:var(--xyz-out-origin,var(--xyz-origin,var(--xyz-out-origin-default,var(--xyz-origin-default))))}.xyz-appear,.xyz-appear .xyz-appear-nested,.xyz-appear .xyz-nested{--xyz-stagger-delay-calc:var(--xyz-nested-stagger-delay,0s) + var(--xyz-appear-stagger,var(--xyz-stagger,0s)) * var(--xyz-index,0) + var(--xyz-appear-stagger-rev,var(--xyz-stagger-rev,0s)) * var(--xyz-index-rev,0);--xyz-total-delay-calc:var(--xyz-stagger-delay,0s) + var(--xyz-appear-delay,var(--xyz-delay,var(--xyz-appear-delay-default,var(--xyz-delay-default))));--xyz-stagger-delay:calc(var(--xyz-stagger-delay-calc));--xyz-total-delay:calc(var(--xyz-total-delay-calc));--xyz-delay-calc:var(--xyz-total-delay,0s) + var(--xyz-start-offset,0) * (var(--xyz-total-delay,0s) + var(--xyz-appear-duration,var(--xyz-duration,var(--xyz-appear-duration-default,var(--xyz-duration-default))))) * -1;-webkit-animation:var(--xyz-appear-duration,var(--xyz-duration,var(--xyz-appear-duration-default,var(--xyz-duration-default)))) var(--xyz-appear-ease,var(--xyz-ease,var(--xyz-appear-ease-default,var(--xyz-ease-default)))) calc(var(--xyz-delay-calc)) var(--xyz-appear-iterate,var(--xyz-iterate,var(--xyz-appear-iterate-default,var(--xyz-iterate-default)))) var(--xyz-appear-direction,var(--xyz-direction,var(--xyz-appear-direction-default,var(--xyz-direction-default)))) both;animation:var(--xyz-appear-duration,var(--xyz-duration,var(--xyz-appear-duration-default,var(--xyz-duration-default)))) var(--xyz-appear-ease,var(--xyz-ease,var(--xyz-appear-ease-default,var(--xyz-ease-default)))) calc(var(--xyz-delay-calc)) var(--xyz-appear-iterate,var(--xyz-iterate,var(--xyz-appear-iterate-default,var(--xyz-iterate-default)))) var(--xyz-appear-direction,var(--xyz-direction,var(--xyz-appear-direction-default,var(--xyz-direction-default)))) both;-webkit-animation-name:xyz-appear-keyframes,var(--xyz-appear-keyframes,var(--xyz-keyframes,var(--xyz-appear-keyframes-default,var(--xyz-keyframes-default))));animation-name:xyz-appear-keyframes,var(--xyz-appear-keyframes,var(--xyz-keyframes,var(--xyz-appear-keyframes-default,var(--xyz-keyframes-default))));-webkit-backface-visibility:visible;backface-visibility:visible;transform-origin:var(--xyz-appear-origin,var(--xyz-origin,var(--xyz-appear-origin-default,var(--xyz-origin-default))))}.xyz-absolute.xyz-appear,.xyz-absolute.xyz-in,.xyz-absolute.xyz-out,.xyz-appear-absolute.xyz-appear,.xyz-appear .xyz-absolute.xyz-appear-nested,.xyz-appear .xyz-absolute.xyz-nested,.xyz-appear .xyz-appear-absolute.xyz-appear-nested,.xyz-appear .xyz-appear-absolute.xyz-nested,.xyz-in-absolute.xyz-in,.xyz-in .xyz-absolute.xyz-in-nested,.xyz-in .xyz-absolute.xyz-nested,.xyz-in .xyz-in-absolute.xyz-in-nested,.xyz-in .xyz-in-absolute.xyz-nested,.xyz-out-absolute.xyz-out,.xyz-out .xyz-absolute.xyz-nested,.xyz-out .xyz-absolute.xyz-out-nested,.xyz-out .xyz-out-absolute.xyz-nested,.xyz-out .xyz-out-absolute.xyz-out-nested{position:absolute!important}.xyz-appear-paused.xyz-appear,.xyz-appear.xyz-appear-paused-all,.xyz-appear.xyz-appear-paused-all .xyz-appear-nested,.xyz-appear.xyz-appear-paused-all .xyz-nested,.xyz-appear .xyz-appear-paused.xyz-appear-nested,.xyz-appear .xyz-appear-paused.xyz-nested,.xyz-appear.xyz-paused-all,.xyz-appear.xyz-paused-all .xyz-appear-nested,.xyz-appear.xyz-paused-all .xyz-nested,.xyz-appear .xyz-paused.xyz-appear-nested,.xyz-appear .xyz-paused.xyz-nested,.xyz-in-paused.xyz-in,.xyz-in.xyz-in-paused-all,.xyz-in.xyz-in-paused-all .xyz-in-nested,.xyz-in.xyz-in-paused-all .xyz-nested,.xyz-in .xyz-in-paused.xyz-in-nested,.xyz-in .xyz-in-paused.xyz-nested,.xyz-in.xyz-paused-all,.xyz-in.xyz-paused-all .xyz-in-nested,.xyz-in.xyz-paused-all .xyz-nested,.xyz-in .xyz-paused.xyz-in-nested,.xyz-in .xyz-paused.xyz-nested,.xyz-out-paused.xyz-out,.xyz-out.xyz-out-paused-all,.xyz-out.xyz-out-paused-all .xyz-nested,.xyz-out.xyz-out-paused-all .xyz-out-nested,.xyz-out .xyz-out-paused.xyz-nested,.xyz-out .xyz-out-paused.xyz-out-nested,.xyz-out.xyz-paused-all,.xyz-out.xyz-paused-all .xyz-nested,.xyz-out.xyz-paused-all .xyz-out-nested,.xyz-out .xyz-paused.xyz-nested,.xyz-out .xyz-paused.xyz-out-nested,.xyz-paused.xyz-appear,.xyz-paused.xyz-in,.xyz-paused.xyz-out{-webkit-animation-play-state:paused!important;animation-play-state:paused!important}.xyz-appear-none.xyz-appear,.xyz-appear.xyz-appear-none-all,.xyz-appear.xyz-appear-none-all .xyz-appear-nested,.xyz-appear.xyz-appear-none-all .xyz-nested,.xyz-appear .xyz-appear-none.xyz-appear-nested,.xyz-appear .xyz-appear-none.xyz-nested,.xyz-appear.xyz-none-all,.xyz-appear.xyz-none-all .xyz-appear-nested,.xyz-appear.xyz-none-all .xyz-nested,.xyz-appear .xyz-none.xyz-appear-nested,.xyz-appear .xyz-none.xyz-nested,.xyz-in-none.xyz-in,.xyz-in.xyz-in-none-all,.xyz-in.xyz-in-none-all .xyz-in-nested,.xyz-in.xyz-in-none-all .xyz-nested,.xyz-in .xyz-in-none.xyz-in-nested,.xyz-in .xyz-in-none.xyz-nested,.xyz-in.xyz-none-all,.xyz-in.xyz-none-all .xyz-in-nested,.xyz-in.xyz-none-all .xyz-nested,.xyz-in .xyz-none.xyz-in-nested,.xyz-in .xyz-none.xyz-nested,.xyz-none.xyz-appear,.xyz-none.xyz-in,.xyz-none.xyz-out,.xyz-out-none.xyz-out,.xyz-out.xyz-none-all,.xyz-out.xyz-none-all .xyz-nested,.xyz-out.xyz-none-all .xyz-out-nested,.xyz-out .xyz-none.xyz-nested,.xyz-out .xyz-none.xyz-out-nested,.xyz-out.xyz-out-none-all,.xyz-out.xyz-out-none-all .xyz-nested,.xyz-out.xyz-out-none-all .xyz-out-nested,.xyz-out .xyz-out-none.xyz-nested,.xyz-out .xyz-out-none.xyz-out-nested{-webkit-animation:none!important;animation:none!important}@media (prefers-reduced-motion:reduce){.xyz-appear,.xyz-appear .xyz-appear-nested,.xyz-appear .xyz-nested,.xyz-in,.xyz-in .xyz-in-nested,.xyz-in .xyz-nested,.xyz-out,.xyz-out .xyz-nested,.xyz-out .xyz-out-nested{-webkit-animation:none;animation:none}}[xyz]{--xyz-keyframes:initial;--xyz-in-keyframes:initial;--xyz-out-keyframes:initial;--xyz-appear-keyframes:initial;--xyz-ease:initial;--xyz-in-ease:initial;--xyz-out-ease:initial;--xyz-appear-ease:initial;--xyz-duration:initial;--xyz-in-duration:initial;--xyz-out-duration:initial;--xyz-appear-duration:initial;--xyz-delay:initial;--xyz-in-delay:initial;--xyz-out-delay:initial;--xyz-appear-delay:initial;--xyz-stagger:initial;--xyz-in-stagger:initial;--xyz-out-stagger:initial;--xyz-appear-stagger:initial;--xyz-stagger-rev:initial;--xyz-in-stagger-rev:initial;--xyz-out-stagger-rev:initial;--xyz-appear-stagger-rev:initial;--xyz-iterate:initial;--xyz-in-iterate:initial;--xyz-out-iterate:initial;--xyz-appear-iterate:initial;--xyz-direction:initial;--xyz-in-direction:initial;--xyz-out-direction:initial;--xyz-appear-direction:initial;--xyz-origin:initial;--xyz-in-origin:initial;--xyz-out-origin:initial;--xyz-appear-origin:initial;--xyz-opacity:initial;--xyz-in-opacity:initial;--xyz-out-opacity:initial;--xyz-appear-opacity:initial;--xyz-transform:initial;--xyz-in-transform:initial;--xyz-out-transform:initial;--xyz-appear-transform:initial;--xyz-perspective:initial;--xyz-in-perspective:initial;--xyz-out-perspective:initial;--xyz-appear-perspective:initial;--xyz-translate-x:initial;--xyz-in-translate-x:initial;--xyz-out-translate-x:initial;--xyz-appear-translate-x:initial;--xyz-translate-y:initial;--xyz-in-translate-y:initial;--xyz-out-translate-y:initial;--xyz-appear-translate-y:initial;--xyz-translate-z:initial;--xyz-in-translate-z:initial;--xyz-out-translate-z:initial;--xyz-appear-translate-z:initial;--xyz-rotate-x:initial;--xyz-in-rotate-x:initial;--xyz-out-rotate-x:initial;--xyz-appear-rotate-x:initial;--xyz-rotate-y:initial;--xyz-in-rotate-y:initial;--xyz-out-rotate-y:initial;--xyz-appear-rotate-y:initial;--xyz-rotate-z:initial;--xyz-in-rotate-z:initial;--xyz-out-rotate-z:initial;--xyz-appear-rotate-z:initial;--xyz-scale-x:initial;--xyz-in-scale-x:initial;--xyz-out-scale-x:initial;--xyz-appear-scale-x:initial;--xyz-scale-y:initial;--xyz-in-scale-y:initial;--xyz-out-scale-y:initial;--xyz-appear-scale-y:initial;--xyz-scale-z:initial;--xyz-in-scale-z:initial;--xyz-out-scale-z:initial;--xyz-appear-scale-z:initial;--xyz-skew-x:initial;--xyz-in-skew-x:initial;--xyz-out-skew-x:initial;--xyz-appear-skew-x:initial;--xyz-skew-y:initial;--xyz-in-skew-y:initial;--xyz-out-skew-y:initial;--xyz-appear-skew-y:initial}[xyz~=inherit]{--xyz-keyframes:inherit;--xyz-in-keyframes:inherit;--xyz-out-keyframes:inherit;--xyz-appear-keyframes:inherit;--xyz-ease:inherit;--xyz-in-ease:inherit;--xyz-out-ease:inherit;--xyz-appear-ease:inherit;--xyz-duration:inherit;--xyz-in-duration:inherit;--xyz-out-duration:inherit;--xyz-appear-duration:inherit;--xyz-delay:inherit;--xyz-in-delay:inherit;--xyz-out-delay:inherit;--xyz-appear-delay:inherit;--xyz-stagger:inherit;--xyz-in-stagger:inherit;--xyz-out-stagger:inherit;--xyz-appear-stagger:inherit;--xyz-stagger-rev:inherit;--xyz-in-stagger-rev:inherit;--xyz-out-stagger-rev:inherit;--xyz-appear-stagger-rev:inherit;--xyz-iterate:inherit;--xyz-in-iterate:inherit;--xyz-out-iterate:inherit;--xyz-appear-iterate:inherit;--xyz-direction:inherit;--xyz-in-direction:inherit;--xyz-out-direction:inherit;--xyz-appear-direction:inherit;--xyz-origin:inherit;--xyz-in-origin:inherit;--xyz-out-origin:inherit;--xyz-appear-origin:inherit;--xyz-opacity:inherit;--xyz-in-opacity:inherit;--xyz-out-opacity:inherit;--xyz-appear-opacity:inherit;--xyz-transform:inherit;--xyz-in-transform:inherit;--xyz-out-transform:inherit;--xyz-appear-transform:inherit;--xyz-perspective:inherit;--xyz-in-perspective:inherit;--xyz-out-perspective:inherit;--xyz-appear-perspective:inherit;--xyz-translate-x:inherit;--xyz-in-translate-x:inherit;--xyz-out-translate-x:inherit;--xyz-appear-translate-x:inherit;--xyz-translate-y:inherit;--xyz-in-translate-y:inherit;--xyz-out-translate-y:inherit;--xyz-appear-translate-y:inherit;--xyz-translate-z:inherit;--xyz-in-translate-z:inherit;--xyz-out-translate-z:inherit;--xyz-appear-translate-z:inherit;--xyz-rotate-x:inherit;--xyz-in-rotate-x:inherit;--xyz-out-rotate-x:inherit;--xyz-appear-rotate-x:inherit;--xyz-rotate-y:inherit;--xyz-in-rotate-y:inherit;--xyz-out-rotate-y:inherit;--xyz-appear-rotate-y:inherit;--xyz-rotate-z:inherit;--xyz-in-rotate-z:inherit;--xyz-out-rotate-z:inherit;--xyz-appear-rotate-z:inherit;--xyz-scale-x:inherit;--xyz-in-scale-x:inherit;--xyz-out-scale-x:inherit;--xyz-appear-scale-x:inherit;--xyz-scale-y:inherit;--xyz-in-scale-y:inherit;--xyz-out-scale-y:inherit;--xyz-appear-scale-y:inherit;--xyz-scale-z:inherit;--xyz-in-scale-z:inherit;--xyz-out-scale-z:inherit;--xyz-appear-scale-z:inherit;--xyz-skew-x:inherit;--xyz-in-skew-x:inherit;--xyz-out-skew-x:inherit;--xyz-appear-skew-x:inherit;--xyz-skew-y:inherit;--xyz-in-skew-y:inherit;--xyz-out-skew-y:inherit;--xyz-appear-skew-y:inherit}[xyz~=ease]{--xyz-ease:var(--xyz-ease-default)}[xyz~=ease-ease]{--xyz-ease:ease}[xyz~=ease-linear]{--xyz-ease:linear}[xyz~=ease-in]{--xyz-ease:ease-in}[xyz~=ease-in-back]{--xyz-ease:cubic-bezier(0.6,-0.28,0.735,0.045)}[xyz~=ease-out]{--xyz-ease:ease-out}[xyz~=ease-out-back]{--xyz-ease:cubic-bezier(0.175,0.885,0.32,1.275)}[xyz~=ease-in-out]{--xyz-ease:ease-in-out}[xyz~=ease-in-out-back]{--xyz-ease:cubic-bezier(0.68,-0.55,0.265,1.55)}[xyz~=in-ease]{--xyz-in-ease:var(--xyz-ease-default)}[xyz~=in-ease-ease]{--xyz-in-ease:ease}[xyz~=in-ease-linear]{--xyz-in-ease:linear}[xyz~=in-ease-in]{--xyz-in-ease:ease-in}[xyz~=in-ease-in-back]{--xyz-in-ease:cubic-bezier(0.6,-0.28,0.735,0.045)}[xyz~=in-ease-out]{--xyz-in-ease:ease-out}[xyz~=in-ease-out-back]{--xyz-in-ease:cubic-bezier(0.175,0.885,0.32,1.275)}[xyz~=in-ease-in-out]{--xyz-in-ease:ease-in-out}[xyz~=in-ease-in-out-back]{--xyz-in-ease:cubic-bezier(0.68,-0.55,0.265,1.55)}[xyz~=out-ease]{--xyz-out-ease:var(--xyz-ease-default)}[xyz~=out-ease-ease]{--xyz-out-ease:ease}[xyz~=out-ease-linear]{--xyz-out-ease:linear}[xyz~=out-ease-in]{--xyz-out-ease:ease-in}[xyz~=out-ease-in-back]{--xyz-out-ease:cubic-bezier(0.6,-0.28,0.735,0.045)}[xyz~=out-ease-out]{--xyz-out-ease:ease-out}[xyz~=out-ease-out-back]{--xyz-out-ease:cubic-bezier(0.175,0.885,0.32,1.275)}[xyz~=out-ease-in-out]{--xyz-out-ease:ease-in-out}[xyz~=out-ease-in-out-back]{--xyz-out-ease:cubic-bezier(0.68,-0.55,0.265,1.55)}[xyz~=appear-ease]{--xyz-appear-ease:var(--xyz-ease-default)}[xyz~=appear-ease-ease]{--xyz-appear-ease:ease}[xyz~=appear-ease-linear]{--xyz-appear-ease:linear}[xyz~=appear-ease-in]{--xyz-appear-ease:ease-in}[xyz~=appear-ease-in-back]{--xyz-appear-ease:cubic-bezier(0.6,-0.28,0.735,0.045)}[xyz~=appear-ease-out]{--xyz-appear-ease:ease-out}[xyz~=appear-ease-out-back]{--xyz-appear-ease:cubic-bezier(0.175,0.885,0.32,1.275)}[xyz~=appear-ease-in-out]{--xyz-appear-ease:ease-in-out}[xyz~=appear-ease-in-out-back]{--xyz-appear-ease:cubic-bezier(0.68,-0.55,0.265,1.55)}[xyz~=duration]{--xyz-duration:var(--xyz-duration-default)}[xyz~=duration-0]{--xyz-duration:0s}[xyz~="duration-0.5"]{--xyz-duration:0.05s}[xyz~=duration-1]{--xyz-duration:0.1s}[xyz~="duration-1.5"]{--xyz-duration:0.15s}[xyz~=duration-2]{--xyz-duration:0.2s}[xyz~="duration-2.5"]{--xyz-duration:0.25s}[xyz~=duration-3]{--xyz-duration:0.3s}[xyz~=duration-4]{--xyz-duration:0.4s}[xyz~=duration-5]{--xyz-duration:0.5s}[xyz~=duration-6]{--xyz-duration:0.6s}[xyz~=duration-7]{--xyz-duration:0.7s}[xyz~=duration-8]{--xyz-duration:0.8s}[xyz~=duration-9]{--xyz-duration:0.9s}[xyz~=duration-10]{--xyz-duration:1s}[xyz~=duration-15]{--xyz-duration:1.5s}[xyz~=duration-20]{--xyz-duration:2s}[xyz~=duration-25]{--xyz-duration:2.5s}[xyz~=duration-30]{--xyz-duration:3s}[xyz~=in-duration]{--xyz-in-duration:var(--xyz-duration-default)}[xyz~=in-duration-0]{--xyz-in-duration:0s}[xyz~="in-duration-0.5"]{--xyz-in-duration:0.05s}[xyz~=in-duration-1]{--xyz-in-duration:0.1s}[xyz~="in-duration-1.5"]{--xyz-in-duration:0.15s}[xyz~=in-duration-2]{--xyz-in-duration:0.2s}[xyz~="in-duration-2.5"]{--xyz-in-duration:0.25s}[xyz~=in-duration-3]{--xyz-in-duration:0.3s}[xyz~=in-duration-4]{--xyz-in-duration:0.4s}[xyz~=in-duration-5]{--xyz-in-duration:0.5s}[xyz~=in-duration-6]{--xyz-in-duration:0.6s}[xyz~=in-duration-7]{--xyz-in-duration:0.7s}[xyz~=in-duration-8]{--xyz-in-duration:0.8s}[xyz~=in-duration-9]{--xyz-in-duration:0.9s}[xyz~=in-duration-10]{--xyz-in-duration:1s}[xyz~=in-duration-15]{--xyz-in-duration:1.5s}[xyz~=in-duration-20]{--xyz-in-duration:2s}[xyz~=in-duration-25]{--xyz-in-duration:2.5s}[xyz~=in-duration-30]{--xyz-in-duration:3s}[xyz~=out-duration]{--xyz-out-duration:var(--xyz-duration-default)}[xyz~=out-duration-0]{--xyz-out-duration:0s}[xyz~="out-duration-0.5"]{--xyz-out-duration:0.05s}[xyz~=out-duration-1]{--xyz-out-duration:0.1s}[xyz~="out-duration-1.5"]{--xyz-out-duration:0.15s}[xyz~=out-duration-2]{--xyz-out-duration:0.2s}[xyz~="out-duration-2.5"]{--xyz-out-duration:0.25s}[xyz~=out-duration-3]{--xyz-out-duration:0.3s}[xyz~=out-duration-4]{--xyz-out-duration:0.4s}[xyz~=out-duration-5]{--xyz-out-duration:0.5s}[xyz~=out-duration-6]{--xyz-out-duration:0.6s}[xyz~=out-duration-7]{--xyz-out-duration:0.7s}[xyz~=out-duration-8]{--xyz-out-duration:0.8s}[xyz~=out-duration-9]{--xyz-out-duration:0.9s}[xyz~=out-duration-10]{--xyz-out-duration:1s}[xyz~=out-duration-15]{--xyz-out-duration:1.5s}[xyz~=out-duration-20]{--xyz-out-duration:2s}[xyz~=out-duration-25]{--xyz-out-duration:2.5s}[xyz~=out-duration-30]{--xyz-out-duration:3s}[xyz~=appear-duration]{--xyz-appear-duration:var(--xyz-duration-default)}[xyz~=appear-duration-0]{--xyz-appear-duration:0s}[xyz~="appear-duration-0.5"]{--xyz-appear-duration:0.05s}[xyz~=appear-duration-1]{--xyz-appear-duration:0.1s}[xyz~="appear-duration-1.5"]{--xyz-appear-duration:0.15s}[xyz~=appear-duration-2]{--xyz-appear-duration:0.2s}[xyz~="appear-duration-2.5"]{--xyz-appear-duration:0.25s}[xyz~=appear-duration-3]{--xyz-appear-duration:0.3s}[xyz~=appear-duration-4]{--xyz-appear-duration:0.4s}[xyz~=appear-duration-5]{--xyz-appear-duration:0.5s}[xyz~=appear-duration-6]{--xyz-appear-duration:0.6s}[xyz~=appear-duration-7]{--xyz-appear-duration:0.7s}[xyz~=appear-duration-8]{--xyz-appear-duration:0.8s}[xyz~=appear-duration-9]{--xyz-appear-duration:0.9s}[xyz~=appear-duration-10]{--xyz-appear-duration:1s}[xyz~=appear-duration-15]{--xyz-appear-duration:1.5s}[xyz~=appear-duration-20]{--xyz-appear-duration:2s}[xyz~=appear-duration-25]{--xyz-appear-duration:2.5s}[xyz~=appear-duration-30]{--xyz-appear-duration:3s}[xyz~=delay]{--xyz-delay:var(--xyz-delay-default)}[xyz~=delay-0]{--xyz-delay:0s}[xyz~="delay-0.5"]{--xyz-delay:0.05s}[xyz~=delay-1]{--xyz-delay:0.1s}[xyz~="delay-1.5"]{--xyz-delay:0.15s}[xyz~=delay-2]{--xyz-delay:0.2s}[xyz~="delay-2.5"]{--xyz-delay:0.25s}[xyz~=delay-3]{--xyz-delay:0.3s}[xyz~=delay-4]{--xyz-delay:0.4s}[xyz~=delay-5]{--xyz-delay:0.5s}[xyz~=delay-6]{--xyz-delay:0.6s}[xyz~=delay-7]{--xyz-delay:0.7s}[xyz~=delay-8]{--xyz-delay:0.8s}[xyz~=delay-9]{--xyz-delay:0.9s}[xyz~=delay-10]{--xyz-delay:1s}[xyz~=delay-15]{--xyz-delay:1.5s}[xyz~=delay-20]{--xyz-delay:2s}[xyz~=delay-25]{--xyz-delay:2.5s}[xyz~=delay-30]{--xyz-delay:3s}[xyz~=in-delay]{--xyz-in-delay:var(--xyz-delay-default)}[xyz~=in-delay-0]{--xyz-in-delay:0s}[xyz~="in-delay-0.5"]{--xyz-in-delay:0.05s}[xyz~=in-delay-1]{--xyz-in-delay:0.1s}[xyz~="in-delay-1.5"]{--xyz-in-delay:0.15s}[xyz~=in-delay-2]{--xyz-in-delay:0.2s}[xyz~="in-delay-2.5"]{--xyz-in-delay:0.25s}[xyz~=in-delay-3]{--xyz-in-delay:0.3s}[xyz~=in-delay-4]{--xyz-in-delay:0.4s}[xyz~=in-delay-5]{--xyz-in-delay:0.5s}[xyz~=in-delay-6]{--xyz-in-delay:0.6s}[xyz~=in-delay-7]{--xyz-in-delay:0.7s}[xyz~=in-delay-8]{--xyz-in-delay:0.8s}[xyz~=in-delay-9]{--xyz-in-delay:0.9s}[xyz~=in-delay-10]{--xyz-in-delay:1s}[xyz~=in-delay-15]{--xyz-in-delay:1.5s}[xyz~=in-delay-20]{--xyz-in-delay:2s}[xyz~=in-delay-25]{--xyz-in-delay:2.5s}[xyz~=in-delay-30]{--xyz-in-delay:3s}[xyz~=out-delay]{--xyz-out-delay:var(--xyz-delay-default)}[xyz~=out-delay-0]{--xyz-out-delay:0s}[xyz~="out-delay-0.5"]{--xyz-out-delay:0.05s}[xyz~=out-delay-1]{--xyz-out-delay:0.1s}[xyz~="out-delay-1.5"]{--xyz-out-delay:0.15s}[xyz~=out-delay-2]{--xyz-out-delay:0.2s}[xyz~="out-delay-2.5"]{--xyz-out-delay:0.25s}[xyz~=out-delay-3]{--xyz-out-delay:0.3s}[xyz~=out-delay-4]{--xyz-out-delay:0.4s}[xyz~=out-delay-5]{--xyz-out-delay:0.5s}[xyz~=out-delay-6]{--xyz-out-delay:0.6s}[xyz~=out-delay-7]{--xyz-out-delay:0.7s}[xyz~=out-delay-8]{--xyz-out-delay:0.8s}[xyz~=out-delay-9]{--xyz-out-delay:0.9s}[xyz~=out-delay-10]{--xyz-out-delay:1s}[xyz~=out-delay-15]{--xyz-out-delay:1.5s}[xyz~=out-delay-20]{--xyz-out-delay:2s}[xyz~=out-delay-25]{--xyz-out-delay:2.5s}[xyz~=out-delay-30]{--xyz-out-delay:3s}[xyz~=appear-delay]{--xyz-appear-delay:var(--xyz-delay-default)}[xyz~=appear-delay-0]{--xyz-appear-delay:0s}[xyz~="appear-delay-0.5"]{--xyz-appear-delay:0.05s}[xyz~=appear-delay-1]{--xyz-appear-delay:0.1s}[xyz~="appear-delay-1.5"]{--xyz-appear-delay:0.15s}[xyz~=appear-delay-2]{--xyz-appear-delay:0.2s}[xyz~="appear-delay-2.5"]{--xyz-appear-delay:0.25s}[xyz~=appear-delay-3]{--xyz-appear-delay:0.3s}[xyz~=appear-delay-4]{--xyz-appear-delay:0.4s}[xyz~=appear-delay-5]{--xyz-appear-delay:0.5s}[xyz~=appear-delay-6]{--xyz-appear-delay:0.6s}[xyz~=appear-delay-7]{--xyz-appear-delay:0.7s}[xyz~=appear-delay-8]{--xyz-appear-delay:0.8s}[xyz~=appear-delay-9]{--xyz-appear-delay:0.9s}[xyz~=appear-delay-10]{--xyz-appear-delay:1s}[xyz~=appear-delay-15]{--xyz-appear-delay:1.5s}[xyz~=appear-delay-20]{--xyz-appear-delay:2s}[xyz~=appear-delay-25]{--xyz-appear-delay:2.5s}[xyz~=appear-delay-30]{--xyz-appear-delay:3s}[xyz~=stagger]{--xyz-stagger:var(--xyz-stagger-default)}[xyz~=stagger-0]{--xyz-stagger:0s}[xyz~="stagger-0.5"]{--xyz-stagger:0.05s}[xyz~=stagger-1]{--xyz-stagger:0.1s}[xyz~="stagger-1.5"]{--xyz-stagger:0.15s}[xyz~=stagger-2]{--xyz-stagger:0.2s}[xyz~="stagger-2.5"]{--xyz-stagger:0.25s}[xyz~=stagger-3]{--xyz-stagger:0.3s}[xyz~=stagger-4]{--xyz-stagger:0.4s}[xyz~=stagger-5]{--xyz-stagger:0.5s}[xyz~=stagger-6]{--xyz-stagger:0.6s}[xyz~=stagger-7]{--xyz-stagger:0.7s}[xyz~=stagger-8]{--xyz-stagger:0.8s}[xyz~=stagger-9]{--xyz-stagger:0.9s}[xyz~=stagger-10]{--xyz-stagger:1s}[xyz~=stagger-15]{--xyz-stagger:1.5s}[xyz~=stagger-20]{--xyz-stagger:2s}[xyz~=stagger-25]{--xyz-stagger:2.5s}[xyz~=stagger-30]{--xyz-stagger:3s}[xyz~=in-stagger]{--xyz-in-stagger:var(--xyz-stagger-default)}[xyz~=in-stagger-0]{--xyz-in-stagger:0s}[xyz~="in-stagger-0.5"]{--xyz-in-stagger:0.05s}[xyz~=in-stagger-1]{--xyz-in-stagger:0.1s}[xyz~="in-stagger-1.5"]{--xyz-in-stagger:0.15s}[xyz~=in-stagger-2]{--xyz-in-stagger:0.2s}[xyz~="in-stagger-2.5"]{--xyz-in-stagger:0.25s}[xyz~=in-stagger-3]{--xyz-in-stagger:0.3s}[xyz~=in-stagger-4]{--xyz-in-stagger:0.4s}[xyz~=in-stagger-5]{--xyz-in-stagger:0.5s}[xyz~=in-stagger-6]{--xyz-in-stagger:0.6s}[xyz~=in-stagger-7]{--xyz-in-stagger:0.7s}[xyz~=in-stagger-8]{--xyz-in-stagger:0.8s}[xyz~=in-stagger-9]{--xyz-in-stagger:0.9s}[xyz~=in-stagger-10]{--xyz-in-stagger:1s}[xyz~=in-stagger-15]{--xyz-in-stagger:1.5s}[xyz~=in-stagger-20]{--xyz-in-stagger:2s}[xyz~=in-stagger-25]{--xyz-in-stagger:2.5s}[xyz~=in-stagger-30]{--xyz-in-stagger:3s}[xyz~=out-stagger]{--xyz-out-stagger:var(--xyz-stagger-default)}[xyz~=out-stagger-0]{--xyz-out-stagger:0s}[xyz~="out-stagger-0.5"]{--xyz-out-stagger:0.05s}[xyz~=out-stagger-1]{--xyz-out-stagger:0.1s}[xyz~="out-stagger-1.5"]{--xyz-out-stagger:0.15s}[xyz~=out-stagger-2]{--xyz-out-stagger:0.2s}[xyz~="out-stagger-2.5"]{--xyz-out-stagger:0.25s}[xyz~=out-stagger-3]{--xyz-out-stagger:0.3s}[xyz~=out-stagger-4]{--xyz-out-stagger:0.4s}[xyz~=out-stagger-5]{--xyz-out-stagger:0.5s}[xyz~=out-stagger-6]{--xyz-out-stagger:0.6s}[xyz~=out-stagger-7]{--xyz-out-stagger:0.7s}[xyz~=out-stagger-8]{--xyz-out-stagger:0.8s}[xyz~=out-stagger-9]{--xyz-out-stagger:0.9s}[xyz~=out-stagger-10]{--xyz-out-stagger:1s}[xyz~=out-stagger-15]{--xyz-out-stagger:1.5s}[xyz~=out-stagger-20]{--xyz-out-stagger:2s}[xyz~=out-stagger-25]{--xyz-out-stagger:2.5s}[xyz~=out-stagger-30]{--xyz-out-stagger:3s}[xyz~=appear-stagger]{--xyz-appear-stagger:var(--xyz-stagger-default)}[xyz~=appear-stagger-0]{--xyz-appear-stagger:0s}[xyz~="appear-stagger-0.5"]{--xyz-appear-stagger:0.05s}[xyz~=appear-stagger-1]{--xyz-appear-stagger:0.1s}[xyz~="appear-stagger-1.5"]{--xyz-appear-stagger:0.15s}[xyz~=appear-stagger-2]{--xyz-appear-stagger:0.2s}[xyz~="appear-stagger-2.5"]{--xyz-appear-stagger:0.25s}[xyz~=appear-stagger-3]{--xyz-appear-stagger:0.3s}[xyz~=appear-stagger-4]{--xyz-appear-stagger:0.4s}[xyz~=appear-stagger-5]{--xyz-appear-stagger:0.5s}[xyz~=appear-stagger-6]{--xyz-appear-stagger:0.6s}[xyz~=appear-stagger-7]{--xyz-appear-stagger:0.7s}[xyz~=appear-stagger-8]{--xyz-appear-stagger:0.8s}[xyz~=appear-stagger-9]{--xyz-appear-stagger:0.9s}[xyz~=appear-stagger-10]{--xyz-appear-stagger:1s}[xyz~=appear-stagger-15]{--xyz-appear-stagger:1.5s}[xyz~=appear-stagger-20]{--xyz-appear-stagger:2s}[xyz~=appear-stagger-25]{--xyz-appear-stagger:2.5s}[xyz~=appear-stagger-30]{--xyz-appear-stagger:3s}[xyz~=stagger-rev]{--xyz-stagger-rev:var(--xyz-stagger-default)}[xyz~=stagger-rev-0]{--xyz-stagger-rev:0s}[xyz~="stagger-rev-0.5"]{--xyz-stagger-rev:0.05s}[xyz~=stagger-rev-1]{--xyz-stagger-rev:0.1s}[xyz~="stagger-rev-1.5"]{--xyz-stagger-rev:0.15s}[xyz~=stagger-rev-2]{--xyz-stagger-rev:0.2s}[xyz~="stagger-rev-2.5"]{--xyz-stagger-rev:0.25s}[xyz~=stagger-rev-3]{--xyz-stagger-rev:0.3s}[xyz~=stagger-rev-4]{--xyz-stagger-rev:0.4s}[xyz~=stagger-rev-5]{--xyz-stagger-rev:0.5s}[xyz~=stagger-rev-6]{--xyz-stagger-rev:0.6s}[xyz~=stagger-rev-7]{--xyz-stagger-rev:0.7s}[xyz~=stagger-rev-8]{--xyz-stagger-rev:0.8s}[xyz~=stagger-rev-9]{--xyz-stagger-rev:0.9s}[xyz~=stagger-rev-10]{--xyz-stagger-rev:1s}[xyz~=stagger-rev-15]{--xyz-stagger-rev:1.5s}[xyz~=stagger-rev-20]{--xyz-stagger-rev:2s}[xyz~=stagger-rev-25]{--xyz-stagger-rev:2.5s}[xyz~=stagger-rev-30]{--xyz-stagger-rev:3s}[xyz~=in-stagger-rev]{--xyz-in-stagger-rev:var(--xyz-stagger-default)}[xyz~=in-stagger-rev-0]{--xyz-in-stagger-rev:0s}[xyz~="in-stagger-rev-0.5"]{--xyz-in-stagger-rev:0.05s}[xyz~=in-stagger-rev-1]{--xyz-in-stagger-rev:0.1s}[xyz~="in-stagger-rev-1.5"]{--xyz-in-stagger-rev:0.15s}[xyz~=in-stagger-rev-2]{--xyz-in-stagger-rev:0.2s}[xyz~="in-stagger-rev-2.5"]{--xyz-in-stagger-rev:0.25s}[xyz~=in-stagger-rev-3]{--xyz-in-stagger-rev:0.3s}[xyz~=in-stagger-rev-4]{--xyz-in-stagger-rev:0.4s}[xyz~=in-stagger-rev-5]{--xyz-in-stagger-rev:0.5s}[xyz~=in-stagger-rev-6]{--xyz-in-stagger-rev:0.6s}[xyz~=in-stagger-rev-7]{--xyz-in-stagger-rev:0.7s}[xyz~=in-stagger-rev-8]{--xyz-in-stagger-rev:0.8s}[xyz~=in-stagger-rev-9]{--xyz-in-stagger-rev:0.9s}[xyz~=in-stagger-rev-10]{--xyz-in-stagger-rev:1s}[xyz~=in-stagger-rev-15]{--xyz-in-stagger-rev:1.5s}[xyz~=in-stagger-rev-20]{--xyz-in-stagger-rev:2s}[xyz~=in-stagger-rev-25]{--xyz-in-stagger-rev:2.5s}[xyz~=in-stagger-rev-30]{--xyz-in-stagger-rev:3s}[xyz~=out-stagger-rev]{--xyz-out-stagger-rev:var(--xyz-stagger-default)}[xyz~=out-stagger-rev-0]{--xyz-out-stagger-rev:0s}[xyz~="out-stagger-rev-0.5"]{--xyz-out-stagger-rev:0.05s}[xyz~=out-stagger-rev-1]{--xyz-out-stagger-rev:0.1s}[xyz~="out-stagger-rev-1.5"]{--xyz-out-stagger-rev:0.15s}[xyz~=out-stagger-rev-2]{--xyz-out-stagger-rev:0.2s}[xyz~="out-stagger-rev-2.5"]{--xyz-out-stagger-rev:0.25s}[xyz~=out-stagger-rev-3]{--xyz-out-stagger-rev:0.3s}[xyz~=out-stagger-rev-4]{--xyz-out-stagger-rev:0.4s}[xyz~=out-stagger-rev-5]{--xyz-out-stagger-rev:0.5s}[xyz~=out-stagger-rev-6]{--xyz-out-stagger-rev:0.6s}[xyz~=out-stagger-rev-7]{--xyz-out-stagger-rev:0.7s}[xyz~=out-stagger-rev-8]{--xyz-out-stagger-rev:0.8s}[xyz~=out-stagger-rev-9]{--xyz-out-stagger-rev:0.9s}[xyz~=out-stagger-rev-10]{--xyz-out-stagger-rev:1s}[xyz~=out-stagger-rev-15]{--xyz-out-stagger-rev:1.5s}[xyz~=out-stagger-rev-20]{--xyz-out-stagger-rev:2s}[xyz~=out-stagger-rev-25]{--xyz-out-stagger-rev:2.5s}[xyz~=out-stagger-rev-30]{--xyz-out-stagger-rev:3s}[xyz~=appear-stagger-rev]{--xyz-appear-stagger-rev:var(--xyz-stagger-default)}[xyz~=appear-stagger-rev-0]{--xyz-appear-stagger-rev:0s}[xyz~="appear-stagger-rev-0.5"]{--xyz-appear-stagger-rev:0.05s}[xyz~=appear-stagger-rev-1]{--xyz-appear-stagger-rev:0.1s}[xyz~="appear-stagger-rev-1.5"]{--xyz-appear-stagger-rev:0.15s}[xyz~=appear-stagger-rev-2]{--xyz-appear-stagger-rev:0.2s}[xyz~="appear-stagger-rev-2.5"]{--xyz-appear-stagger-rev:0.25s}[xyz~=appear-stagger-rev-3]{--xyz-appear-stagger-rev:0.3s}[xyz~=appear-stagger-rev-4]{--xyz-appear-stagger-rev:0.4s}[xyz~=appear-stagger-rev-5]{--xyz-appear-stagger-rev:0.5s}[xyz~=appear-stagger-rev-6]{--xyz-appear-stagger-rev:0.6s}[xyz~=appear-stagger-rev-7]{--xyz-appear-stagger-rev:0.7s}[xyz~=appear-stagger-rev-8]{--xyz-appear-stagger-rev:0.8s}[xyz~=appear-stagger-rev-9]{--xyz-appear-stagger-rev:0.9s}[xyz~=appear-stagger-rev-10]{--xyz-appear-stagger-rev:1s}[xyz~=appear-stagger-rev-15]{--xyz-appear-stagger-rev:1.5s}[xyz~=appear-stagger-rev-20]{--xyz-appear-stagger-rev:2s}[xyz~=appear-stagger-rev-25]{--xyz-appear-stagger-rev:2.5s}[xyz~=appear-stagger-rev-30]{--xyz-appear-stagger-rev:3s}[xyz~=iterate]{--xyz-iterate:var(--xyz-iterate-default)}[xyz~=iterate-1]{--xyz-iterate:1}[xyz~=iterate-2]{--xyz-iterate:2}[xyz~=iterate-3]{--xyz-iterate:3}[xyz~=iterate-4]{--xyz-iterate:4}[xyz~=iterate-5]{--xyz-iterate:5}[xyz~=iterate-infinite]{--xyz-iterate:infinite}[xyz~=in-iterate]{--xyz-in-iterate:var(--xyz-iterate-default)}[xyz~=in-iterate-1]{--xyz-in-iterate:1}[xyz~=in-iterate-2]{--xyz-in-iterate:2}[xyz~=in-iterate-3]{--xyz-in-iterate:3}[xyz~=in-iterate-4]{--xyz-in-iterate:4}[xyz~=in-iterate-5]{--xyz-in-iterate:5}[xyz~=in-iterate-infinite]{--xyz-in-iterate:infinite}[xyz~=out-iterate]{--xyz-out-iterate:var(--xyz-iterate-default)}[xyz~=out-iterate-1]{--xyz-out-iterate:1}[xyz~=out-iterate-2]{--xyz-out-iterate:2}[xyz~=out-iterate-3]{--xyz-out-iterate:3}[xyz~=out-iterate-4]{--xyz-out-iterate:4}[xyz~=out-iterate-5]{--xyz-out-iterate:5}[xyz~=out-iterate-infinite]{--xyz-out-iterate:infinite}[xyz~=appear-iterate]{--xyz-appear-iterate:var(--xyz-iterate-default)}[xyz~=appear-iterate-1]{--xyz-appear-iterate:1}[xyz~=appear-iterate-2]{--xyz-appear-iterate:2}[xyz~=appear-iterate-3]{--xyz-appear-iterate:3}[xyz~=appear-iterate-4]{--xyz-appear-iterate:4}[xyz~=appear-iterate-5]{--xyz-appear-iterate:5}[xyz~=appear-iterate-infinite]{--xyz-appear-iterate:infinite}[xyz~=direction]{--xyz-direction:var(--xyz-direction-default)}[xyz~=direction-normal]{--xyz-direction:normal}[xyz~=direction-reverse]{--xyz-direction:reverse}[xyz~=direction-alternate]{--xyz-direction:alternate}[xyz~=direction-alternate-reverse]{--xyz-direction:alternate-reverse}[xyz~=in-direction]{--xyz-in-direction:var(--xyz-direction-default)}[xyz~=in-direction-normal]{--xyz-in-direction:normal}[xyz~=in-direction-reverse]{--xyz-in-direction:reverse}[xyz~=in-direction-alternate]{--xyz-in-direction:alternate}[xyz~=in-direction-alternate-reverse]{--xyz-in-direction:alternate-reverse}[xyz~=out-direction]{--xyz-out-direction:var(--xyz-direction-default)}[xyz~=out-direction-normal]{--xyz-out-direction:normal}[xyz~=out-direction-reverse]{--xyz-out-direction:reverse}[xyz~=out-direction-alternate]{--xyz-out-direction:alternate}[xyz~=out-direction-alternate-reverse]{--xyz-out-direction:alternate-reverse}[xyz~=appear-direction]{--xyz-appear-direction:var(--xyz-direction-default)}[xyz~=appear-direction-normal]{--xyz-appear-direction:normal}[xyz~=appear-direction-reverse]{--xyz-appear-direction:reverse}[xyz~=appear-direction-alternate]{--xyz-appear-direction:alternate}[xyz~=appear-direction-alternate-reverse]{--xyz-appear-direction:alternate-reverse}[xyz~=origin]{--xyz-origin:var(--xyz-origin-default)}[xyz~=origin-center]{--xyz-origin:center}[xyz~=origin-top]{--xyz-origin:top}[xyz~=origin-bottom]{--xyz-origin:bottom}[xyz~=origin-left]{--xyz-origin:left}[xyz~=origin-right]{--xyz-origin:right}[xyz~=origin-top-left]{--xyz-origin:top left}[xyz~=origin-top-right]{--xyz-origin:top right}[xyz~=origin-bottom-left]{--xyz-origin:bottom left}[xyz~=origin-bottom-right]{--xyz-origin:bottom right}[xyz~=in-origin]{--xyz-in-origin:var(--xyz-origin-default)}[xyz~=in-origin-center]{--xyz-in-origin:center}[xyz~=in-origin-top]{--xyz-in-origin:top}[xyz~=in-origin-bottom]{--xyz-in-origin:bottom}[xyz~=in-origin-left]{--xyz-in-origin:left}[xyz~=in-origin-right]{--xyz-in-origin:right}[xyz~=in-origin-top-left]{--xyz-in-origin:top left}[xyz~=in-origin-top-right]{--xyz-in-origin:top right}[xyz~=in-origin-bottom-left]{--xyz-in-origin:bottom left}[xyz~=in-origin-bottom-right]{--xyz-in-origin:bottom right}[xyz~=out-origin]{--xyz-out-origin:var(--xyz-origin-default)}[xyz~=out-origin-center]{--xyz-out-origin:center}[xyz~=out-origin-top]{--xyz-out-origin:top}[xyz~=out-origin-bottom]{--xyz-out-origin:bottom}[xyz~=out-origin-left]{--xyz-out-origin:left}[xyz~=out-origin-right]{--xyz-out-origin:right}[xyz~=out-origin-top-left]{--xyz-out-origin:top left}[xyz~=out-origin-top-right]{--xyz-out-origin:top right}[xyz~=out-origin-bottom-left]{--xyz-out-origin:bottom left}[xyz~=out-origin-bottom-right]{--xyz-out-origin:bottom right}[xyz~=appear-origin]{--xyz-appear-origin:var(--xyz-origin-default)}[xyz~=appear-origin-center]{--xyz-appear-origin:center}[xyz~=appear-origin-top]{--xyz-appear-origin:top}[xyz~=appear-origin-bottom]{--xyz-appear-origin:bottom}[xyz~=appear-origin-left]{--xyz-appear-origin:left}[xyz~=appear-origin-right]{--xyz-appear-origin:right}[xyz~=appear-origin-top-left]{--xyz-appear-origin:top left}[xyz~=appear-origin-top-right]{--xyz-appear-origin:top right}[xyz~=appear-origin-bottom-left]{--xyz-appear-origin:bottom left}[xyz~=appear-origin-bottom-right]{--xyz-appear-origin:bottom right}[xyz~=perspective]{--xyz-perspective:var(--xyz-perspective-default)}[xyz~=perspective-0]{--xyz-perspective:var(--xyz-perspective-none)}[xyz~=perspective-1]{--xyz-perspective:500px}[xyz~=perspective-2]{--xyz-perspective:1000px}[xyz~=perspective-3]{--xyz-perspective:1500px}[xyz~=perspective-4]{--xyz-perspective:2000px}[xyz~=perspective-5]{--xyz-perspective:2500px}[xyz~=in-perspective]{--xyz-in-perspective:var(--xyz-perspective-default)}[xyz~=in-perspective-0]{--xyz-in-perspective:var(--xyz-perspective-none)}[xyz~=in-perspective-1]{--xyz-in-perspective:500px}[xyz~=in-perspective-2]{--xyz-in-perspective:1000px}[xyz~=in-perspective-3]{--xyz-in-perspective:1500px}[xyz~=in-perspective-4]{--xyz-in-perspective:2000px}[xyz~=in-perspective-5]{--xyz-in-perspective:2500px}[xyz~=out-perspective]{--xyz-out-perspective:var(--xyz-perspective-default)}[xyz~=out-perspective-0]{--xyz-out-perspective:var(--xyz-perspective-none)}[xyz~=out-perspective-1]{--xyz-out-perspective:500px}[xyz~=out-perspective-2]{--xyz-out-perspective:1000px}[xyz~=out-perspective-3]{--xyz-out-perspective:1500px}[xyz~=out-perspective-4]{--xyz-out-perspective:2000px}[xyz~=out-perspective-5]{--xyz-out-perspective:2500px}[xyz~=appear-perspective]{--xyz-appear-perspective:var(--xyz-perspective-default)}[xyz~=appear-perspective-0]{--xyz-appear-perspective:var(--xyz-perspective-none)}[xyz~=appear-perspective-1]{--xyz-appear-perspective:500px}[xyz~=appear-perspective-2]{--xyz-appear-perspective:1000px}[xyz~=appear-perspective-3]{--xyz-appear-perspective:1500px}[xyz~=appear-perspective-4]{--xyz-appear-perspective:2000px}[xyz~=appear-perspective-5]{--xyz-appear-perspective:2500px}[xyz~=fade]{--xyz-opacity:calc(1 - var(--xyz-opacity-default))}[xyz~=fade-0]{--xyz-opacity:1}[xyz~="fade-25%"]{--xyz-opacity:0.75}[xyz~="fade-50%"]{--xyz-opacity:0.5}[xyz~="fade-75%"]{--xyz-opacity:0.25}[xyz~="fade-100%"]{--xyz-opacity:0}[xyz~=in-fade]{--xyz-in-opacity:calc(1 - var(--xyz-opacity-default))}[xyz~=in-fade-0]{--xyz-in-opacity:1}[xyz~="in-fade-25%"]{--xyz-in-opacity:0.75}[xyz~="in-fade-50%"]{--xyz-in-opacity:0.5}[xyz~="in-fade-75%"]{--xyz-in-opacity:0.25}[xyz~="in-fade-100%"]{--xyz-in-opacity:0}[xyz~=out-fade]{--xyz-out-opacity:calc(1 - var(--xyz-opacity-default))}[xyz~=out-fade-0]{--xyz-out-opacity:1}[xyz~="out-fade-25%"]{--xyz-out-opacity:0.75}[xyz~="out-fade-50%"]{--xyz-out-opacity:0.5}[xyz~="out-fade-75%"]{--xyz-out-opacity:0.25}[xyz~="out-fade-100%"]{--xyz-out-opacity:0}[xyz~=appear-fade]{--xyz-appear-opacity:calc(1 - var(--xyz-opacity-default))}[xyz~=appear-fade-0]{--xyz-appear-opacity:1}[xyz~="appear-fade-25%"]{--xyz-appear-opacity:0.75}[xyz~="appear-fade-50%"]{--xyz-appear-opacity:0.5}[xyz~="appear-fade-75%"]{--xyz-appear-opacity:0.25}[xyz~="appear-fade-100%"]{--xyz-appear-opacity:0}[xyz~=right]{--xyz-translate-x:var(--xyz-translate-default)}[xyz~=right-0]{--xyz-translate-x:0px}[xyz~=right-1]{--xyz-translate-x:10px}[xyz~=right-2]{--xyz-translate-x:20px}[xyz~=right-3]{--xyz-translate-x:30px}[xyz~=right-4]{--xyz-translate-x:40px}[xyz~=right-5]{--xyz-translate-x:50px}[xyz~="right-25%"]{--xyz-translate-x:25%}[xyz~="right-50%"]{--xyz-translate-x:50%}[xyz~="right-75%"]{--xyz-translate-x:75%}[xyz~="right-100%"]{--xyz-translate-x:100%}[xyz~=in-right]{--xyz-in-translate-x:var(--xyz-translate-default)}[xyz~=in-right-0]{--xyz-in-translate-x:0px}[xyz~=in-right-1]{--xyz-in-translate-x:10px}[xyz~=in-right-2]{--xyz-in-translate-x:20px}[xyz~=in-right-3]{--xyz-in-translate-x:30px}[xyz~=in-right-4]{--xyz-in-translate-x:40px}[xyz~=in-right-5]{--xyz-in-translate-x:50px}[xyz~="in-right-25%"]{--xyz-in-translate-x:25%}[xyz~="in-right-50%"]{--xyz-in-translate-x:50%}[xyz~="in-right-75%"]{--xyz-in-translate-x:75%}[xyz~="in-right-100%"]{--xyz-in-translate-x:100%}[xyz~=out-right]{--xyz-out-translate-x:var(--xyz-translate-default)}[xyz~=out-right-0]{--xyz-out-translate-x:0px}[xyz~=out-right-1]{--xyz-out-translate-x:10px}[xyz~=out-right-2]{--xyz-out-translate-x:20px}[xyz~=out-right-3]{--xyz-out-translate-x:30px}[xyz~=out-right-4]{--xyz-out-translate-x:40px}[xyz~=out-right-5]{--xyz-out-translate-x:50px}[xyz~="out-right-25%"]{--xyz-out-translate-x:25%}[xyz~="out-right-50%"]{--xyz-out-translate-x:50%}[xyz~="out-right-75%"]{--xyz-out-translate-x:75%}[xyz~="out-right-100%"]{--xyz-out-translate-x:100%}[xyz~=appear-right]{--xyz-appear-translate-x:var(--xyz-translate-default)}[xyz~=appear-right-0]{--xyz-appear-translate-x:0px}[xyz~=appear-right-1]{--xyz-appear-translate-x:10px}[xyz~=appear-right-2]{--xyz-appear-translate-x:20px}[xyz~=appear-right-3]{--xyz-appear-translate-x:30px}[xyz~=appear-right-4]{--xyz-appear-translate-x:40px}[xyz~=appear-right-5]{--xyz-appear-translate-x:50px}[xyz~="appear-right-25%"]{--xyz-appear-translate-x:25%}[xyz~="appear-right-50%"]{--xyz-appear-translate-x:50%}[xyz~="appear-right-75%"]{--xyz-appear-translate-x:75%}[xyz~="appear-right-100%"]{--xyz-appear-translate-x:100%}[xyz~=left]{--xyz-translate-x:calc(var(--xyz-translate-default)*-1)}[xyz~=left-0]{--xyz-translate-x:0px}[xyz~=left-1]{--xyz-translate-x:-10px}[xyz~=left-2]{--xyz-translate-x:-20px}[xyz~=left-3]{--xyz-translate-x:-30px}[xyz~=left-4]{--xyz-translate-x:-40px}[xyz~=left-5]{--xyz-translate-x:-50px}[xyz~="left-25%"]{--xyz-translate-x:-25%}[xyz~="left-50%"]{--xyz-translate-x:-50%}[xyz~="left-75%"]{--xyz-translate-x:-75%}[xyz~="left-100%"]{--xyz-translate-x:-100%}[xyz~=in-left]{--xyz-in-translate-x:calc(var(--xyz-translate-default)*-1)}[xyz~=in-left-0]{--xyz-in-translate-x:0px}[xyz~=in-left-1]{--xyz-in-translate-x:-10px}[xyz~=in-left-2]{--xyz-in-translate-x:-20px}[xyz~=in-left-3]{--xyz-in-translate-x:-30px}[xyz~=in-left-4]{--xyz-in-translate-x:-40px}[xyz~=in-left-5]{--xyz-in-translate-x:-50px}[xyz~="in-left-25%"]{--xyz-in-translate-x:-25%}[xyz~="in-left-50%"]{--xyz-in-translate-x:-50%}[xyz~="in-left-75%"]{--xyz-in-translate-x:-75%}[xyz~="in-left-100%"]{--xyz-in-translate-x:-100%}[xyz~=out-left]{--xyz-out-translate-x:calc(var(--xyz-translate-default)*-1)}[xyz~=out-left-0]{--xyz-out-translate-x:0px}[xyz~=out-left-1]{--xyz-out-translate-x:-10px}[xyz~=out-left-2]{--xyz-out-translate-x:-20px}[xyz~=out-left-3]{--xyz-out-translate-x:-30px}[xyz~=out-left-4]{--xyz-out-translate-x:-40px}[xyz~=out-left-5]{--xyz-out-translate-x:-50px}[xyz~="out-left-25%"]{--xyz-out-translate-x:-25%}[xyz~="out-left-50%"]{--xyz-out-translate-x:-50%}[xyz~="out-left-75%"]{--xyz-out-translate-x:-75%}[xyz~="out-left-100%"]{--xyz-out-translate-x:-100%}[xyz~=appear-left]{--xyz-appear-translate-x:calc(var(--xyz-translate-default)*-1)}[xyz~=appear-left-0]{--xyz-appear-translate-x:0px}[xyz~=appear-left-1]{--xyz-appear-translate-x:-10px}[xyz~=appear-left-2]{--xyz-appear-translate-x:-20px}[xyz~=appear-left-3]{--xyz-appear-translate-x:-30px}[xyz~=appear-left-4]{--xyz-appear-translate-x:-40px}[xyz~=appear-left-5]{--xyz-appear-translate-x:-50px}[xyz~="appear-left-25%"]{--xyz-appear-translate-x:-25%}[xyz~="appear-left-50%"]{--xyz-appear-translate-x:-50%}[xyz~="appear-left-75%"]{--xyz-appear-translate-x:-75%}[xyz~="appear-left-100%"]{--xyz-appear-translate-x:-100%}[xyz~=down]{--xyz-translate-y:var(--xyz-translate-default)}[xyz~=down-0]{--xyz-translate-y:0px}[xyz~=down-1]{--xyz-translate-y:10px}[xyz~=down-2]{--xyz-translate-y:20px}[xyz~=down-3]{--xyz-translate-y:30px}[xyz~=down-4]{--xyz-translate-y:40px}[xyz~=down-5]{--xyz-translate-y:50px}[xyz~="down-25%"]{--xyz-translate-y:25%}[xyz~="down-50%"]{--xyz-translate-y:50%}[xyz~="down-75%"]{--xyz-translate-y:75%}[xyz~="down-100%"]{--xyz-translate-y:100%}[xyz~=in-down]{--xyz-in-translate-y:var(--xyz-translate-default)}[xyz~=in-down-0]{--xyz-in-translate-y:0px}[xyz~=in-down-1]{--xyz-in-translate-y:10px}[xyz~=in-down-2]{--xyz-in-translate-y:20px}[xyz~=in-down-3]{--xyz-in-translate-y:30px}[xyz~=in-down-4]{--xyz-in-translate-y:40px}[xyz~=in-down-5]{--xyz-in-translate-y:50px}[xyz~="in-down-25%"]{--xyz-in-translate-y:25%}[xyz~="in-down-50%"]{--xyz-in-translate-y:50%}[xyz~="in-down-75%"]{--xyz-in-translate-y:75%}[xyz~="in-down-100%"]{--xyz-in-translate-y:100%}[xyz~=out-down]{--xyz-out-translate-y:var(--xyz-translate-default)}[xyz~=out-down-0]{--xyz-out-translate-y:0px}[xyz~=out-down-1]{--xyz-out-translate-y:10px}[xyz~=out-down-2]{--xyz-out-translate-y:20px}[xyz~=out-down-3]{--xyz-out-translate-y:30px}[xyz~=out-down-4]{--xyz-out-translate-y:40px}[xyz~=out-down-5]{--xyz-out-translate-y:50px}[xyz~="out-down-25%"]{--xyz-out-translate-y:25%}[xyz~="out-down-50%"]{--xyz-out-translate-y:50%}[xyz~="out-down-75%"]{--xyz-out-translate-y:75%}[xyz~="out-down-100%"]{--xyz-out-translate-y:100%}[xyz~=appear-down]{--xyz-appear-translate-y:var(--xyz-translate-default)}[xyz~=appear-down-0]{--xyz-appear-translate-y:0px}[xyz~=appear-down-1]{--xyz-appear-translate-y:10px}[xyz~=appear-down-2]{--xyz-appear-translate-y:20px}[xyz~=appear-down-3]{--xyz-appear-translate-y:30px}[xyz~=appear-down-4]{--xyz-appear-translate-y:40px}[xyz~=appear-down-5]{--xyz-appear-translate-y:50px}[xyz~="appear-down-25%"]{--xyz-appear-translate-y:25%}[xyz~="appear-down-50%"]{--xyz-appear-translate-y:50%}[xyz~="appear-down-75%"]{--xyz-appear-translate-y:75%}[xyz~="appear-down-100%"]{--xyz-appear-translate-y:100%}[xyz~=up]{--xyz-translate-y:calc(var(--xyz-translate-default)*-1)}[xyz~=up-0]{--xyz-translate-y:0px}[xyz~=up-1]{--xyz-translate-y:-10px}[xyz~=up-2]{--xyz-translate-y:-20px}[xyz~=up-3]{--xyz-translate-y:-30px}[xyz~=up-4]{--xyz-translate-y:-40px}[xyz~=up-5]{--xyz-translate-y:-50px}[xyz~="up-25%"]{--xyz-translate-y:-25%}[xyz~="up-50%"]{--xyz-translate-y:-50%}[xyz~="up-75%"]{--xyz-translate-y:-75%}[xyz~="up-100%"]{--xyz-translate-y:-100%}[xyz~=in-up]{--xyz-in-translate-y:calc(var(--xyz-translate-default)*-1)}[xyz~=in-up-0]{--xyz-in-translate-y:0px}[xyz~=in-up-1]{--xyz-in-translate-y:-10px}[xyz~=in-up-2]{--xyz-in-translate-y:-20px}[xyz~=in-up-3]{--xyz-in-translate-y:-30px}[xyz~=in-up-4]{--xyz-in-translate-y:-40px}[xyz~=in-up-5]{--xyz-in-translate-y:-50px}[xyz~="in-up-25%"]{--xyz-in-translate-y:-25%}[xyz~="in-up-50%"]{--xyz-in-translate-y:-50%}[xyz~="in-up-75%"]{--xyz-in-translate-y:-75%}[xyz~="in-up-100%"]{--xyz-in-translate-y:-100%}[xyz~=out-up]{--xyz-out-translate-y:calc(var(--xyz-translate-default)*-1)}[xyz~=out-up-0]{--xyz-out-translate-y:0px}[xyz~=out-up-1]{--xyz-out-translate-y:-10px}[xyz~=out-up-2]{--xyz-out-translate-y:-20px}[xyz~=out-up-3]{--xyz-out-translate-y:-30px}[xyz~=out-up-4]{--xyz-out-translate-y:-40px}[xyz~=out-up-5]{--xyz-out-translate-y:-50px}[xyz~="out-up-25%"]{--xyz-out-translate-y:-25%}[xyz~="out-up-50%"]{--xyz-out-translate-y:-50%}[xyz~="out-up-75%"]{--xyz-out-translate-y:-75%}[xyz~="out-up-100%"]{--xyz-out-translate-y:-100%}[xyz~=appear-up]{--xyz-appear-translate-y:calc(var(--xyz-translate-default)*-1)}[xyz~=appear-up-0]{--xyz-appear-translate-y:0px}[xyz~=appear-up-1]{--xyz-appear-translate-y:-10px}[xyz~=appear-up-2]{--xyz-appear-translate-y:-20px}[xyz~=appear-up-3]{--xyz-appear-translate-y:-30px}[xyz~=appear-up-4]{--xyz-appear-translate-y:-40px}[xyz~=appear-up-5]{--xyz-appear-translate-y:-50px}[xyz~="appear-up-25%"]{--xyz-appear-translate-y:-25%}[xyz~="appear-up-50%"]{--xyz-appear-translate-y:-50%}[xyz~="appear-up-75%"]{--xyz-appear-translate-y:-75%}[xyz~="appear-up-100%"]{--xyz-appear-translate-y:-100%}[xyz~=front]{--xyz-translate-z:var(--xyz-translate-z-default)}[xyz~=front-0]{--xyz-translate-z:0px}[xyz~=front-1]{--xyz-translate-z:100px}[xyz~=front-2]{--xyz-translate-z:200px}[xyz~=front-3]{--xyz-translate-z:300px}[xyz~=front-4]{--xyz-translate-z:400px}[xyz~=front-5]{--xyz-translate-z:500px}[xyz~=in-front]{--xyz-in-translate-z:var(--xyz-translate-z-default)}[xyz~=in-front-0]{--xyz-in-translate-z:0px}[xyz~=in-front-1]{--xyz-in-translate-z:100px}[xyz~=in-front-2]{--xyz-in-translate-z:200px}[xyz~=in-front-3]{--xyz-in-translate-z:300px}[xyz~=in-front-4]{--xyz-in-translate-z:400px}[xyz~=in-front-5]{--xyz-in-translate-z:500px}[xyz~=out-front]{--xyz-out-translate-z:var(--xyz-translate-z-default)}[xyz~=out-front-0]{--xyz-out-translate-z:0px}[xyz~=out-front-1]{--xyz-out-translate-z:100px}[xyz~=out-front-2]{--xyz-out-translate-z:200px}[xyz~=out-front-3]{--xyz-out-translate-z:300px}[xyz~=out-front-4]{--xyz-out-translate-z:400px}[xyz~=out-front-5]{--xyz-out-translate-z:500px}[xyz~=appear-front]{--xyz-appear-translate-z:var(--xyz-translate-z-default)}[xyz~=appear-front-0]{--xyz-appear-translate-z:0px}[xyz~=appear-front-1]{--xyz-appear-translate-z:100px}[xyz~=appear-front-2]{--xyz-appear-translate-z:200px}[xyz~=appear-front-3]{--xyz-appear-translate-z:300px}[xyz~=appear-front-4]{--xyz-appear-translate-z:400px}[xyz~=appear-front-5]{--xyz-appear-translate-z:500px}[xyz~=back]{--xyz-translate-z:calc(var(--xyz-translate-z-default)*-1)}[xyz~=back-0]{--xyz-translate-z:0px}[xyz~=back-1]{--xyz-translate-z:-100px}[xyz~=back-2]{--xyz-translate-z:-200px}[xyz~=back-3]{--xyz-translate-z:-300px}[xyz~=back-4]{--xyz-translate-z:-400px}[xyz~=back-5]{--xyz-translate-z:-500px}[xyz~=in-back]{--xyz-in-translate-z:calc(var(--xyz-translate-z-default)*-1)}[xyz~=in-back-0]{--xyz-in-translate-z:0px}[xyz~=in-back-1]{--xyz-in-translate-z:-100px}[xyz~=in-back-2]{--xyz-in-translate-z:-200px}[xyz~=in-back-3]{--xyz-in-translate-z:-300px}[xyz~=in-back-4]{--xyz-in-translate-z:-400px}[xyz~=in-back-5]{--xyz-in-translate-z:-500px}[xyz~=out-back]{--xyz-out-translate-z:calc(var(--xyz-translate-z-default)*-1)}[xyz~=out-back-0]{--xyz-out-translate-z:0px}[xyz~=out-back-1]{--xyz-out-translate-z:-100px}[xyz~=out-back-2]{--xyz-out-translate-z:-200px}[xyz~=out-back-3]{--xyz-out-translate-z:-300px}[xyz~=out-back-4]{--xyz-out-translate-z:-400px}[xyz~=out-back-5]{--xyz-out-translate-z:-500px}[xyz~=appear-back]{--xyz-appear-translate-z:calc(var(--xyz-translate-z-default)*-1)}[xyz~=appear-back-0]{--xyz-appear-translate-z:0px}[xyz~=appear-back-1]{--xyz-appear-translate-z:-100px}[xyz~=appear-back-2]{--xyz-appear-translate-z:-200px}[xyz~=appear-back-3]{--xyz-appear-translate-z:-300px}[xyz~=appear-back-4]{--xyz-appear-translate-z:-400px}[xyz~=appear-back-5]{--xyz-appear-translate-z:-500px}[xyz~=flip-up]{--xyz-rotate-x:var(--xyz-rotate-default)}[xyz~=flip-up-0]{--xyz-rotate-x:0deg}[xyz~=flip-up-1]{--xyz-rotate-x:10deg}[xyz~=flip-up-2]{--xyz-rotate-x:20deg}[xyz~=flip-up-3]{--xyz-rotate-x:30deg}[xyz~=flip-up-4]{--xyz-rotate-x:40deg}[xyz~=flip-up-5]{--xyz-rotate-x:50deg}[xyz~="flip-up-25%"]{--xyz-rotate-x:0.25turn}[xyz~="flip-up-50%"]{--xyz-rotate-x:0.5turn}[xyz~="flip-up-75%"]{--xyz-rotate-x:0.75turn}[xyz~="flip-up-100%"]{--xyz-rotate-x:1turn}[xyz~=in-flip-up]{--xyz-in-rotate-x:var(--xyz-rotate-default)}[xyz~=in-flip-up-0]{--xyz-in-rotate-x:0deg}[xyz~=in-flip-up-1]{--xyz-in-rotate-x:10deg}[xyz~=in-flip-up-2]{--xyz-in-rotate-x:20deg}[xyz~=in-flip-up-3]{--xyz-in-rotate-x:30deg}[xyz~=in-flip-up-4]{--xyz-in-rotate-x:40deg}[xyz~=in-flip-up-5]{--xyz-in-rotate-x:50deg}[xyz~="in-flip-up-25%"]{--xyz-in-rotate-x:0.25turn}[xyz~="in-flip-up-50%"]{--xyz-in-rotate-x:0.5turn}[xyz~="in-flip-up-75%"]{--xyz-in-rotate-x:0.75turn}[xyz~="in-flip-up-100%"]{--xyz-in-rotate-x:1turn}[xyz~=out-flip-up]{--xyz-out-rotate-x:var(--xyz-rotate-default)}[xyz~=out-flip-up-0]{--xyz-out-rotate-x:0deg}[xyz~=out-flip-up-1]{--xyz-out-rotate-x:10deg}[xyz~=out-flip-up-2]{--xyz-out-rotate-x:20deg}[xyz~=out-flip-up-3]{--xyz-out-rotate-x:30deg}[xyz~=out-flip-up-4]{--xyz-out-rotate-x:40deg}[xyz~=out-flip-up-5]{--xyz-out-rotate-x:50deg}[xyz~="out-flip-up-25%"]{--xyz-out-rotate-x:0.25turn}[xyz~="out-flip-up-50%"]{--xyz-out-rotate-x:0.5turn}[xyz~="out-flip-up-75%"]{--xyz-out-rotate-x:0.75turn}[xyz~="out-flip-up-100%"]{--xyz-out-rotate-x:1turn}[xyz~=appear-flip-up]{--xyz-appear-rotate-x:var(--xyz-rotate-default)}[xyz~=appear-flip-up-0]{--xyz-appear-rotate-x:0deg}[xyz~=appear-flip-up-1]{--xyz-appear-rotate-x:10deg}[xyz~=appear-flip-up-2]{--xyz-appear-rotate-x:20deg}[xyz~=appear-flip-up-3]{--xyz-appear-rotate-x:30deg}[xyz~=appear-flip-up-4]{--xyz-appear-rotate-x:40deg}[xyz~=appear-flip-up-5]{--xyz-appear-rotate-x:50deg}[xyz~="appear-flip-up-25%"]{--xyz-appear-rotate-x:0.25turn}[xyz~="appear-flip-up-50%"]{--xyz-appear-rotate-x:0.5turn}[xyz~="appear-flip-up-75%"]{--xyz-appear-rotate-x:0.75turn}[xyz~="appear-flip-up-100%"]{--xyz-appear-rotate-x:1turn}[xyz~=flip-down]{--xyz-rotate-x:calc(var(--xyz-rotate-default)*-1)}[xyz~=flip-down-0]{--xyz-rotate-x:0deg}[xyz~=flip-down-1]{--xyz-rotate-x:-10deg}[xyz~=flip-down-2]{--xyz-rotate-x:-20deg}[xyz~=flip-down-3]{--xyz-rotate-x:-30deg}[xyz~=flip-down-4]{--xyz-rotate-x:-40deg}[xyz~=flip-down-5]{--xyz-rotate-x:-50deg}[xyz~="flip-down-25%"]{--xyz-rotate-x:-0.25turn}[xyz~="flip-down-50%"]{--xyz-rotate-x:-0.5turn}[xyz~="flip-down-75%"]{--xyz-rotate-x:-0.75turn}[xyz~="flip-down-100%"]{--xyz-rotate-x:-1turn}[xyz~=in-flip-down]{--xyz-in-rotate-x:calc(var(--xyz-rotate-default)*-1)}[xyz~=in-flip-down-0]{--xyz-in-rotate-x:0deg}[xyz~=in-flip-down-1]{--xyz-in-rotate-x:-10deg}[xyz~=in-flip-down-2]{--xyz-in-rotate-x:-20deg}[xyz~=in-flip-down-3]{--xyz-in-rotate-x:-30deg}[xyz~=in-flip-down-4]{--xyz-in-rotate-x:-40deg}[xyz~=in-flip-down-5]{--xyz-in-rotate-x:-50deg}[xyz~="in-flip-down-25%"]{--xyz-in-rotate-x:-0.25turn}[xyz~="in-flip-down-50%"]{--xyz-in-rotate-x:-0.5turn}[xyz~="in-flip-down-75%"]{--xyz-in-rotate-x:-0.75turn}[xyz~="in-flip-down-100%"]{--xyz-in-rotate-x:-1turn}[xyz~=out-flip-down]{--xyz-out-rotate-x:calc(var(--xyz-rotate-default)*-1)}[xyz~=out-flip-down-0]{--xyz-out-rotate-x:0deg}[xyz~=out-flip-down-1]{--xyz-out-rotate-x:-10deg}[xyz~=out-flip-down-2]{--xyz-out-rotate-x:-20deg}[xyz~=out-flip-down-3]{--xyz-out-rotate-x:-30deg}[xyz~=out-flip-down-4]{--xyz-out-rotate-x:-40deg}[xyz~=out-flip-down-5]{--xyz-out-rotate-x:-50deg}[xyz~="out-flip-down-25%"]{--xyz-out-rotate-x:-0.25turn}[xyz~="out-flip-down-50%"]{--xyz-out-rotate-x:-0.5turn}[xyz~="out-flip-down-75%"]{--xyz-out-rotate-x:-0.75turn}[xyz~="out-flip-down-100%"]{--xyz-out-rotate-x:-1turn}[xyz~=appear-flip-down]{--xyz-appear-rotate-x:calc(var(--xyz-rotate-default)*-1)}[xyz~=appear-flip-down-0]{--xyz-appear-rotate-x:0deg}[xyz~=appear-flip-down-1]{--xyz-appear-rotate-x:-10deg}[xyz~=appear-flip-down-2]{--xyz-appear-rotate-x:-20deg}[xyz~=appear-flip-down-3]{--xyz-appear-rotate-x:-30deg}[xyz~=appear-flip-down-4]{--xyz-appear-rotate-x:-40deg}[xyz~=appear-flip-down-5]{--xyz-appear-rotate-x:-50deg}[xyz~="appear-flip-down-25%"]{--xyz-appear-rotate-x:-0.25turn}[xyz~="appear-flip-down-50%"]{--xyz-appear-rotate-x:-0.5turn}[xyz~="appear-flip-down-75%"]{--xyz-appear-rotate-x:-0.75turn}[xyz~="appear-flip-down-100%"]{--xyz-appear-rotate-x:-1turn}[xyz~=flip-right]{--xyz-rotate-y:var(--xyz-rotate-default)}[xyz~=flip-right-0]{--xyz-rotate-y:0deg}[xyz~=flip-right-1]{--xyz-rotate-y:10deg}[xyz~=flip-right-2]{--xyz-rotate-y:20deg}[xyz~=flip-right-3]{--xyz-rotate-y:30deg}[xyz~=flip-right-4]{--xyz-rotate-y:40deg}[xyz~=flip-right-5]{--xyz-rotate-y:50deg}[xyz~="flip-right-25%"]{--xyz-rotate-y:0.25turn}[xyz~="flip-right-50%"]{--xyz-rotate-y:0.5turn}[xyz~="flip-right-75%"]{--xyz-rotate-y:0.75turn}[xyz~="flip-right-100%"]{--xyz-rotate-y:1turn}[xyz~=in-flip-right]{--xyz-in-rotate-y:var(--xyz-rotate-default)}[xyz~=in-flip-right-0]{--xyz-in-rotate-y:0deg}[xyz~=in-flip-right-1]{--xyz-in-rotate-y:10deg}[xyz~=in-flip-right-2]{--xyz-in-rotate-y:20deg}[xyz~=in-flip-right-3]{--xyz-in-rotate-y:30deg}[xyz~=in-flip-right-4]{--xyz-in-rotate-y:40deg}[xyz~=in-flip-right-5]{--xyz-in-rotate-y:50deg}[xyz~="in-flip-right-25%"]{--xyz-in-rotate-y:0.25turn}[xyz~="in-flip-right-50%"]{--xyz-in-rotate-y:0.5turn}[xyz~="in-flip-right-75%"]{--xyz-in-rotate-y:0.75turn}[xyz~="in-flip-right-100%"]{--xyz-in-rotate-y:1turn}[xyz~=out-flip-right]{--xyz-out-rotate-y:var(--xyz-rotate-default)}[xyz~=out-flip-right-0]{--xyz-out-rotate-y:0deg}[xyz~=out-flip-right-1]{--xyz-out-rotate-y:10deg}[xyz~=out-flip-right-2]{--xyz-out-rotate-y:20deg}[xyz~=out-flip-right-3]{--xyz-out-rotate-y:30deg}[xyz~=out-flip-right-4]{--xyz-out-rotate-y:40deg}[xyz~=out-flip-right-5]{--xyz-out-rotate-y:50deg}[xyz~="out-flip-right-25%"]{--xyz-out-rotate-y:0.25turn}[xyz~="out-flip-right-50%"]{--xyz-out-rotate-y:0.5turn}[xyz~="out-flip-right-75%"]{--xyz-out-rotate-y:0.75turn}[xyz~="out-flip-right-100%"]{--xyz-out-rotate-y:1turn}[xyz~=appear-flip-right]{--xyz-appear-rotate-y:var(--xyz-rotate-default)}[xyz~=appear-flip-right-0]{--xyz-appear-rotate-y:0deg}[xyz~=appear-flip-right-1]{--xyz-appear-rotate-y:10deg}[xyz~=appear-flip-right-2]{--xyz-appear-rotate-y:20deg}[xyz~=appear-flip-right-3]{--xyz-appear-rotate-y:30deg}[xyz~=appear-flip-right-4]{--xyz-appear-rotate-y:40deg}[xyz~=appear-flip-right-5]{--xyz-appear-rotate-y:50deg}[xyz~="appear-flip-right-25%"]{--xyz-appear-rotate-y:0.25turn}[xyz~="appear-flip-right-50%"]{--xyz-appear-rotate-y:0.5turn}[xyz~="appear-flip-right-75%"]{--xyz-appear-rotate-y:0.75turn}[xyz~="appear-flip-right-100%"]{--xyz-appear-rotate-y:1turn}[xyz~=flip-left]{--xyz-rotate-y:calc(var(--xyz-rotate-default)*-1)}[xyz~=flip-left-0]{--xyz-rotate-y:0deg}[xyz~=flip-left-1]{--xyz-rotate-y:-10deg}[xyz~=flip-left-2]{--xyz-rotate-y:-20deg}[xyz~=flip-left-3]{--xyz-rotate-y:-30deg}[xyz~=flip-left-4]{--xyz-rotate-y:-40deg}[xyz~=flip-left-5]{--xyz-rotate-y:-50deg}[xyz~="flip-left-25%"]{--xyz-rotate-y:-0.25turn}[xyz~="flip-left-50%"]{--xyz-rotate-y:-0.5turn}[xyz~="flip-left-75%"]{--xyz-rotate-y:-0.75turn}[xyz~="flip-left-100%"]{--xyz-rotate-y:-1turn}[xyz~=in-flip-left]{--xyz-in-rotate-y:calc(var(--xyz-rotate-default)*-1)}[xyz~=in-flip-left-0]{--xyz-in-rotate-y:0deg}[xyz~=in-flip-left-1]{--xyz-in-rotate-y:-10deg}[xyz~=in-flip-left-2]{--xyz-in-rotate-y:-20deg}[xyz~=in-flip-left-3]{--xyz-in-rotate-y:-30deg}[xyz~=in-flip-left-4]{--xyz-in-rotate-y:-40deg}[xyz~=in-flip-left-5]{--xyz-in-rotate-y:-50deg}[xyz~="in-flip-left-25%"]{--xyz-in-rotate-y:-0.25turn}[xyz~="in-flip-left-50%"]{--xyz-in-rotate-y:-0.5turn}[xyz~="in-flip-left-75%"]{--xyz-in-rotate-y:-0.75turn}[xyz~="in-flip-left-100%"]{--xyz-in-rotate-y:-1turn}[xyz~=out-flip-left]{--xyz-out-rotate-y:calc(var(--xyz-rotate-default)*-1)}[xyz~=out-flip-left-0]{--xyz-out-rotate-y:0deg}[xyz~=out-flip-left-1]{--xyz-out-rotate-y:-10deg}[xyz~=out-flip-left-2]{--xyz-out-rotate-y:-20deg}[xyz~=out-flip-left-3]{--xyz-out-rotate-y:-30deg}[xyz~=out-flip-left-4]{--xyz-out-rotate-y:-40deg}[xyz~=out-flip-left-5]{--xyz-out-rotate-y:-50deg}[xyz~="out-flip-left-25%"]{--xyz-out-rotate-y:-0.25turn}[xyz~="out-flip-left-50%"]{--xyz-out-rotate-y:-0.5turn}[xyz~="out-flip-left-75%"]{--xyz-out-rotate-y:-0.75turn}[xyz~="out-flip-left-100%"]{--xyz-out-rotate-y:-1turn}[xyz~=appear-flip-left]{--xyz-appear-rotate-y:calc(var(--xyz-rotate-default)*-1)}[xyz~=appear-flip-left-0]{--xyz-appear-rotate-y:0deg}[xyz~=appear-flip-left-1]{--xyz-appear-rotate-y:-10deg}[xyz~=appear-flip-left-2]{--xyz-appear-rotate-y:-20deg}[xyz~=appear-flip-left-3]{--xyz-appear-rotate-y:-30deg}[xyz~=appear-flip-left-4]{--xyz-appear-rotate-y:-40deg}[xyz~=appear-flip-left-5]{--xyz-appear-rotate-y:-50deg}[xyz~="appear-flip-left-25%"]{--xyz-appear-rotate-y:-0.25turn}[xyz~="appear-flip-left-50%"]{--xyz-appear-rotate-y:-0.5turn}[xyz~="appear-flip-left-75%"]{--xyz-appear-rotate-y:-0.75turn}[xyz~="appear-flip-left-100%"]{--xyz-appear-rotate-y:-1turn}[xyz~=rotate-right]{--xyz-rotate-z:var(--xyz-rotate-default)}[xyz~=rotate-right-0]{--xyz-rotate-z:0deg}[xyz~=rotate-right-1]{--xyz-rotate-z:10deg}[xyz~=rotate-right-2]{--xyz-rotate-z:20deg}[xyz~=rotate-right-3]{--xyz-rotate-z:30deg}[xyz~=rotate-right-4]{--xyz-rotate-z:40deg}[xyz~=rotate-right-5]{--xyz-rotate-z:50deg}[xyz~="rotate-right-25%"]{--xyz-rotate-z:0.25turn}[xyz~="rotate-right-50%"]{--xyz-rotate-z:0.5turn}[xyz~="rotate-right-75%"]{--xyz-rotate-z:0.75turn}[xyz~="rotate-right-100%"]{--xyz-rotate-z:1turn}[xyz~=in-rotate-right]{--xyz-in-rotate-z:var(--xyz-rotate-default)}[xyz~=in-rotate-right-0]{--xyz-in-rotate-z:0deg}[xyz~=in-rotate-right-1]{--xyz-in-rotate-z:10deg}[xyz~=in-rotate-right-2]{--xyz-in-rotate-z:20deg}[xyz~=in-rotate-right-3]{--xyz-in-rotate-z:30deg}[xyz~=in-rotate-right-4]{--xyz-in-rotate-z:40deg}[xyz~=in-rotate-right-5]{--xyz-in-rotate-z:50deg}[xyz~="in-rotate-right-25%"]{--xyz-in-rotate-z:0.25turn}[xyz~="in-rotate-right-50%"]{--xyz-in-rotate-z:0.5turn}[xyz~="in-rotate-right-75%"]{--xyz-in-rotate-z:0.75turn}[xyz~="in-rotate-right-100%"]{--xyz-in-rotate-z:1turn}[xyz~=out-rotate-right]{--xyz-out-rotate-z:var(--xyz-rotate-default)}[xyz~=out-rotate-right-0]{--xyz-out-rotate-z:0deg}[xyz~=out-rotate-right-1]{--xyz-out-rotate-z:10deg}[xyz~=out-rotate-right-2]{--xyz-out-rotate-z:20deg}[xyz~=out-rotate-right-3]{--xyz-out-rotate-z:30deg}[xyz~=out-rotate-right-4]{--xyz-out-rotate-z:40deg}[xyz~=out-rotate-right-5]{--xyz-out-rotate-z:50deg}[xyz~="out-rotate-right-25%"]{--xyz-out-rotate-z:0.25turn}[xyz~="out-rotate-right-50%"]{--xyz-out-rotate-z:0.5turn}[xyz~="out-rotate-right-75%"]{--xyz-out-rotate-z:0.75turn}[xyz~="out-rotate-right-100%"]{--xyz-out-rotate-z:1turn}[xyz~=appear-rotate-right]{--xyz-appear-rotate-z:var(--xyz-rotate-default)}[xyz~=appear-rotate-right-0]{--xyz-appear-rotate-z:0deg}[xyz~=appear-rotate-right-1]{--xyz-appear-rotate-z:10deg}[xyz~=appear-rotate-right-2]{--xyz-appear-rotate-z:20deg}[xyz~=appear-rotate-right-3]{--xyz-appear-rotate-z:30deg}[xyz~=appear-rotate-right-4]{--xyz-appear-rotate-z:40deg}[xyz~=appear-rotate-right-5]{--xyz-appear-rotate-z:50deg}[xyz~="appear-rotate-right-25%"]{--xyz-appear-rotate-z:0.25turn}[xyz~="appear-rotate-right-50%"]{--xyz-appear-rotate-z:0.5turn}[xyz~="appear-rotate-right-75%"]{--xyz-appear-rotate-z:0.75turn}[xyz~="appear-rotate-right-100%"]{--xyz-appear-rotate-z:1turn}[xyz~=rotate-left]{--xyz-rotate-z:calc(var(--xyz-rotate-default)*-1)}[xyz~=rotate-left-0]{--xyz-rotate-z:0deg}[xyz~=rotate-left-1]{--xyz-rotate-z:-10deg}[xyz~=rotate-left-2]{--xyz-rotate-z:-20deg}[xyz~=rotate-left-3]{--xyz-rotate-z:-30deg}[xyz~=rotate-left-4]{--xyz-rotate-z:-40deg}[xyz~=rotate-left-5]{--xyz-rotate-z:-50deg}[xyz~="rotate-left-25%"]{--xyz-rotate-z:-0.25turn}[xyz~="rotate-left-50%"]{--xyz-rotate-z:-0.5turn}[xyz~="rotate-left-75%"]{--xyz-rotate-z:-0.75turn}[xyz~="rotate-left-100%"]{--xyz-rotate-z:-1turn}[xyz~=in-rotate-left]{--xyz-in-rotate-z:calc(var(--xyz-rotate-default)*-1)}[xyz~=in-rotate-left-0]{--xyz-in-rotate-z:0deg}[xyz~=in-rotate-left-1]{--xyz-in-rotate-z:-10deg}[xyz~=in-rotate-left-2]{--xyz-in-rotate-z:-20deg}[xyz~=in-rotate-left-3]{--xyz-in-rotate-z:-30deg}[xyz~=in-rotate-left-4]{--xyz-in-rotate-z:-40deg}[xyz~=in-rotate-left-5]{--xyz-in-rotate-z:-50deg}[xyz~="in-rotate-left-25%"]{--xyz-in-rotate-z:-0.25turn}[xyz~="in-rotate-left-50%"]{--xyz-in-rotate-z:-0.5turn}[xyz~="in-rotate-left-75%"]{--xyz-in-rotate-z:-0.75turn}[xyz~="in-rotate-left-100%"]{--xyz-in-rotate-z:-1turn}[xyz~=out-rotate-left]{--xyz-out-rotate-z:calc(var(--xyz-rotate-default)*-1)}[xyz~=out-rotate-left-0]{--xyz-out-rotate-z:0deg}[xyz~=out-rotate-left-1]{--xyz-out-rotate-z:-10deg}[xyz~=out-rotate-left-2]{--xyz-out-rotate-z:-20deg}[xyz~=out-rotate-left-3]{--xyz-out-rotate-z:-30deg}[xyz~=out-rotate-left-4]{--xyz-out-rotate-z:-40deg}[xyz~=out-rotate-left-5]{--xyz-out-rotate-z:-50deg}[xyz~="out-rotate-left-25%"]{--xyz-out-rotate-z:-0.25turn}[xyz~="out-rotate-left-50%"]{--xyz-out-rotate-z:-0.5turn}[xyz~="out-rotate-left-75%"]{--xyz-out-rotate-z:-0.75turn}[xyz~="out-rotate-left-100%"]{--xyz-out-rotate-z:-1turn}[xyz~=appear-rotate-left]{--xyz-appear-rotate-z:calc(var(--xyz-rotate-default)*-1)}[xyz~=appear-rotate-left-0]{--xyz-appear-rotate-z:0deg}[xyz~=appear-rotate-left-1]{--xyz-appear-rotate-z:-10deg}[xyz~=appear-rotate-left-2]{--xyz-appear-rotate-z:-20deg}[xyz~=appear-rotate-left-3]{--xyz-appear-rotate-z:-30deg}[xyz~=appear-rotate-left-4]{--xyz-appear-rotate-z:-40deg}[xyz~=appear-rotate-left-5]{--xyz-appear-rotate-z:-50deg}[xyz~="appear-rotate-left-25%"]{--xyz-appear-rotate-z:-0.25turn}[xyz~="appear-rotate-left-50%"]{--xyz-appear-rotate-z:-0.5turn}[xyz~="appear-rotate-left-75%"]{--xyz-appear-rotate-z:-0.75turn}[xyz~="appear-rotate-left-100%"]{--xyz-appear-rotate-z:-1turn}[xyz~=small]{--xyz-scale-x:calc(1 - var(--xyz-scale-default));--xyz-scale-y:calc(1 - var(--xyz-scale-default));--xyz-scale-z:calc(1 - var(--xyz-scale-default))}[xyz~=small-0]{--xyz-scale-x:1;--xyz-scale-y:1;--xyz-scale-z:1}[xyz~=small-1]{--xyz-scale-x:0.975;--xyz-scale-y:0.975;--xyz-scale-z:0.975}[xyz~=small-2]{--xyz-scale-x:0.95;--xyz-scale-y:0.95;--xyz-scale-z:0.95}[xyz~=small-3]{--xyz-scale-x:0.925;--xyz-scale-y:0.925;--xyz-scale-z:0.925}[xyz~=small-4]{--xyz-scale-x:0.9;--xyz-scale-y:0.9;--xyz-scale-z:0.9}[xyz~=small-5]{--xyz-scale-x:0.875;--xyz-scale-y:0.875;--xyz-scale-z:0.875}[xyz~="small-25%"]{--xyz-scale-x:0.75;--xyz-scale-y:0.75;--xyz-scale-z:0.75}[xyz~="small-50%"]{--xyz-scale-x:0.5;--xyz-scale-y:0.5;--xyz-scale-z:0.5}[xyz~="small-75%"]{--xyz-scale-x:0.25;--xyz-scale-y:0.25;--xyz-scale-z:0.25}[xyz~="small-100%"]{--xyz-scale-x:0;--xyz-scale-y:0;--xyz-scale-z:0}[xyz~=in-small]{--xyz-in-scale-x:calc(1 - var(--xyz-scale-default));--xyz-in-scale-y:calc(1 - var(--xyz-scale-default));--xyz-in-scale-z:calc(1 - var(--xyz-scale-default))}[xyz~=in-small-0]{--xyz-in-scale-x:1;--xyz-in-scale-y:1;--xyz-in-scale-z:1}[xyz~=in-small-1]{--xyz-in-scale-x:0.975;--xyz-in-scale-y:0.975;--xyz-in-scale-z:0.975}[xyz~=in-small-2]{--xyz-in-scale-x:0.95;--xyz-in-scale-y:0.95;--xyz-in-scale-z:0.95}[xyz~=in-small-3]{--xyz-in-scale-x:0.925;--xyz-in-scale-y:0.925;--xyz-in-scale-z:0.925}[xyz~=in-small-4]{--xyz-in-scale-x:0.9;--xyz-in-scale-y:0.9;--xyz-in-scale-z:0.9}[xyz~=in-small-5]{--xyz-in-scale-x:0.875;--xyz-in-scale-y:0.875;--xyz-in-scale-z:0.875}[xyz~="in-small-25%"]{--xyz-in-scale-x:0.75;--xyz-in-scale-y:0.75;--xyz-in-scale-z:0.75}[xyz~="in-small-50%"]{--xyz-in-scale-x:0.5;--xyz-in-scale-y:0.5;--xyz-in-scale-z:0.5}[xyz~="in-small-75%"]{--xyz-in-scale-x:0.25;--xyz-in-scale-y:0.25;--xyz-in-scale-z:0.25}[xyz~="in-small-100%"]{--xyz-in-scale-x:0;--xyz-in-scale-y:0;--xyz-in-scale-z:0}[xyz~=out-small]{--xyz-out-scale-x:calc(1 - var(--xyz-scale-default));--xyz-out-scale-y:calc(1 - var(--xyz-scale-default));--xyz-out-scale-z:calc(1 - var(--xyz-scale-default))}[xyz~=out-small-0]{--xyz-out-scale-x:1;--xyz-out-scale-y:1;--xyz-out-scale-z:1}[xyz~=out-small-1]{--xyz-out-scale-x:0.975;--xyz-out-scale-y:0.975;--xyz-out-scale-z:0.975}[xyz~=out-small-2]{--xyz-out-scale-x:0.95;--xyz-out-scale-y:0.95;--xyz-out-scale-z:0.95}[xyz~=out-small-3]{--xyz-out-scale-x:0.925;--xyz-out-scale-y:0.925;--xyz-out-scale-z:0.925}[xyz~=out-small-4]{--xyz-out-scale-x:0.9;--xyz-out-scale-y:0.9;--xyz-out-scale-z:0.9}[xyz~=out-small-5]{--xyz-out-scale-x:0.875;--xyz-out-scale-y:0.875;--xyz-out-scale-z:0.875}[xyz~="out-small-25%"]{--xyz-out-scale-x:0.75;--xyz-out-scale-y:0.75;--xyz-out-scale-z:0.75}[xyz~="out-small-50%"]{--xyz-out-scale-x:0.5;--xyz-out-scale-y:0.5;--xyz-out-scale-z:0.5}[xyz~="out-small-75%"]{--xyz-out-scale-x:0.25;--xyz-out-scale-y:0.25;--xyz-out-scale-z:0.25}[xyz~="out-small-100%"]{--xyz-out-scale-x:0;--xyz-out-scale-y:0;--xyz-out-scale-z:0}[xyz~=appear-small]{--xyz-appear-scale-x:calc(1 - var(--xyz-scale-default));--xyz-appear-scale-y:calc(1 - var(--xyz-scale-default));--xyz-appear-scale-z:calc(1 - var(--xyz-scale-default))}[xyz~=appear-small-0]{--xyz-appear-scale-x:1;--xyz-appear-scale-y:1;--xyz-appear-scale-z:1}[xyz~=appear-small-1]{--xyz-appear-scale-x:0.975;--xyz-appear-scale-y:0.975;--xyz-appear-scale-z:0.975}[xyz~=appear-small-2]{--xyz-appear-scale-x:0.95;--xyz-appear-scale-y:0.95;--xyz-appear-scale-z:0.95}[xyz~=appear-small-3]{--xyz-appear-scale-x:0.925;--xyz-appear-scale-y:0.925;--xyz-appear-scale-z:0.925}[xyz~=appear-small-4]{--xyz-appear-scale-x:0.9;--xyz-appear-scale-y:0.9;--xyz-appear-scale-z:0.9}[xyz~=appear-small-5]{--xyz-appear-scale-x:0.875;--xyz-appear-scale-y:0.875;--xyz-appear-scale-z:0.875}[xyz~="appear-small-25%"]{--xyz-appear-scale-x:0.75;--xyz-appear-scale-y:0.75;--xyz-appear-scale-z:0.75}[xyz~="appear-small-50%"]{--xyz-appear-scale-x:0.5;--xyz-appear-scale-y:0.5;--xyz-appear-scale-z:0.5}[xyz~="appear-small-75%"]{--xyz-appear-scale-x:0.25;--xyz-appear-scale-y:0.25;--xyz-appear-scale-z:0.25}[xyz~="appear-small-100%"]{--xyz-appear-scale-x:0;--xyz-appear-scale-y:0;--xyz-appear-scale-z:0}[xyz~=big]{--xyz-scale-x:calc(1 + var(--xyz-scale-default));--xyz-scale-y:calc(1 + var(--xyz-scale-default));--xyz-scale-z:calc(1 + var(--xyz-scale-default))}[xyz~=big-0]{--xyz-scale-x:1;--xyz-scale-y:1;--xyz-scale-z:1}[xyz~=big-1]{--xyz-scale-x:1.025;--xyz-scale-y:1.025;--xyz-scale-z:1.025}[xyz~=big-2]{--xyz-scale-x:1.05;--xyz-scale-y:1.05;--xyz-scale-z:1.05}[xyz~=big-3]{--xyz-scale-x:1.075;--xyz-scale-y:1.075;--xyz-scale-z:1.075}[xyz~=big-4]{--xyz-scale-x:1.1;--xyz-scale-y:1.1;--xyz-scale-z:1.1}[xyz~=big-5]{--xyz-scale-x:1.125;--xyz-scale-y:1.125;--xyz-scale-z:1.125}[xyz~="big-25%"]{--xyz-scale-x:1.25;--xyz-scale-y:1.25;--xyz-scale-z:1.25}[xyz~="big-50%"]{--xyz-scale-x:1.5;--xyz-scale-y:1.5;--xyz-scale-z:1.5}[xyz~="big-75%"]{--xyz-scale-x:1.75;--xyz-scale-y:1.75;--xyz-scale-z:1.75}[xyz~="big-100%"]{--xyz-scale-x:2;--xyz-scale-y:2;--xyz-scale-z:2}[xyz~=in-big]{--xyz-in-scale-x:calc(1 + var(--xyz-scale-default));--xyz-in-scale-y:calc(1 + var(--xyz-scale-default));--xyz-in-scale-z:calc(1 + var(--xyz-scale-default))}[xyz~=in-big-0]{--xyz-in-scale-x:1;--xyz-in-scale-y:1;--xyz-in-scale-z:1}[xyz~=in-big-1]{--xyz-in-scale-x:1.025;--xyz-in-scale-y:1.025;--xyz-in-scale-z:1.025}[xyz~=in-big-2]{--xyz-in-scale-x:1.05;--xyz-in-scale-y:1.05;--xyz-in-scale-z:1.05}[xyz~=in-big-3]{--xyz-in-scale-x:1.075;--xyz-in-scale-y:1.075;--xyz-in-scale-z:1.075}[xyz~=in-big-4]{--xyz-in-scale-x:1.1;--xyz-in-scale-y:1.1;--xyz-in-scale-z:1.1}[xyz~=in-big-5]{--xyz-in-scale-x:1.125;--xyz-in-scale-y:1.125;--xyz-in-scale-z:1.125}[xyz~="in-big-25%"]{--xyz-in-scale-x:1.25;--xyz-in-scale-y:1.25;--xyz-in-scale-z:1.25}[xyz~="in-big-50%"]{--xyz-in-scale-x:1.5;--xyz-in-scale-y:1.5;--xyz-in-scale-z:1.5}[xyz~="in-big-75%"]{--xyz-in-scale-x:1.75;--xyz-in-scale-y:1.75;--xyz-in-scale-z:1.75}[xyz~="in-big-100%"]{--xyz-in-scale-x:2;--xyz-in-scale-y:2;--xyz-in-scale-z:2}[xyz~=out-big]{--xyz-out-scale-x:calc(1 + var(--xyz-scale-default));--xyz-out-scale-y:calc(1 + var(--xyz-scale-default));--xyz-out-scale-z:calc(1 + var(--xyz-scale-default))}[xyz~=out-big-0]{--xyz-out-scale-x:1;--xyz-out-scale-y:1;--xyz-out-scale-z:1}[xyz~=out-big-1]{--xyz-out-scale-x:1.025;--xyz-out-scale-y:1.025;--xyz-out-scale-z:1.025}[xyz~=out-big-2]{--xyz-out-scale-x:1.05;--xyz-out-scale-y:1.05;--xyz-out-scale-z:1.05}[xyz~=out-big-3]{--xyz-out-scale-x:1.075;--xyz-out-scale-y:1.075;--xyz-out-scale-z:1.075}[xyz~=out-big-4]{--xyz-out-scale-x:1.1;--xyz-out-scale-y:1.1;--xyz-out-scale-z:1.1}[xyz~=out-big-5]{--xyz-out-scale-x:1.125;--xyz-out-scale-y:1.125;--xyz-out-scale-z:1.125}[xyz~="out-big-25%"]{--xyz-out-scale-x:1.25;--xyz-out-scale-y:1.25;--xyz-out-scale-z:1.25}[xyz~="out-big-50%"]{--xyz-out-scale-x:1.5;--xyz-out-scale-y:1.5;--xyz-out-scale-z:1.5}[xyz~="out-big-75%"]{--xyz-out-scale-x:1.75;--xyz-out-scale-y:1.75;--xyz-out-scale-z:1.75}[xyz~="out-big-100%"]{--xyz-out-scale-x:2;--xyz-out-scale-y:2;--xyz-out-scale-z:2}[xyz~=appear-big]{--xyz-appear-scale-x:calc(1 + var(--xyz-scale-default));--xyz-appear-scale-y:calc(1 + var(--xyz-scale-default));--xyz-appear-scale-z:calc(1 + var(--xyz-scale-default))}[xyz~=appear-big-0]{--xyz-appear-scale-x:1;--xyz-appear-scale-y:1;--xyz-appear-scale-z:1}[xyz~=appear-big-1]{--xyz-appear-scale-x:1.025;--xyz-appear-scale-y:1.025;--xyz-appear-scale-z:1.025}[xyz~=appear-big-2]{--xyz-appear-scale-x:1.05;--xyz-appear-scale-y:1.05;--xyz-appear-scale-z:1.05}[xyz~=appear-big-3]{--xyz-appear-scale-x:1.075;--xyz-appear-scale-y:1.075;--xyz-appear-scale-z:1.075}[xyz~=appear-big-4]{--xyz-appear-scale-x:1.1;--xyz-appear-scale-y:1.1;--xyz-appear-scale-z:1.1}[xyz~=appear-big-5]{--xyz-appear-scale-x:1.125;--xyz-appear-scale-y:1.125;--xyz-appear-scale-z:1.125}[xyz~="appear-big-25%"]{--xyz-appear-scale-x:1.25;--xyz-appear-scale-y:1.25;--xyz-appear-scale-z:1.25}[xyz~="appear-big-50%"]{--xyz-appear-scale-x:1.5;--xyz-appear-scale-y:1.5;--xyz-appear-scale-z:1.5}[xyz~="appear-big-75%"]{--xyz-appear-scale-x:1.75;--xyz-appear-scale-y:1.75;--xyz-appear-scale-z:1.75}[xyz~="appear-big-100%"]{--xyz-appear-scale-x:2;--xyz-appear-scale-y:2;--xyz-appear-scale-z:2}[xyz~=narrow]{--xyz-scale-x:calc(1 - var(--xyz-scale-default))}[xyz~=narrow-0]{--xyz-scale-x:1}[xyz~=narrow-1]{--xyz-scale-x:0.975}[xyz~=narrow-2]{--xyz-scale-x:0.95}[xyz~=narrow-3]{--xyz-scale-x:0.925}[xyz~=narrow-4]{--xyz-scale-x:0.9}[xyz~=narrow-5]{--xyz-scale-x:0.875}[xyz~="narrow-25%"]{--xyz-scale-x:0.75}[xyz~="narrow-50%"]{--xyz-scale-x:0.5}[xyz~="narrow-75%"]{--xyz-scale-x:0.25}[xyz~="narrow-100%"]{--xyz-scale-x:0}[xyz~=in-narrow]{--xyz-in-scale-x:calc(1 - var(--xyz-scale-default))}[xyz~=in-narrow-0]{--xyz-in-scale-x:1}[xyz~=in-narrow-1]{--xyz-in-scale-x:0.975}[xyz~=in-narrow-2]{--xyz-in-scale-x:0.95}[xyz~=in-narrow-3]{--xyz-in-scale-x:0.925}[xyz~=in-narrow-4]{--xyz-in-scale-x:0.9}[xyz~=in-narrow-5]{--xyz-in-scale-x:0.875}[xyz~="in-narrow-25%"]{--xyz-in-scale-x:0.75}[xyz~="in-narrow-50%"]{--xyz-in-scale-x:0.5}[xyz~="in-narrow-75%"]{--xyz-in-scale-x:0.25}[xyz~="in-narrow-100%"]{--xyz-in-scale-x:0}[xyz~=out-narrow]{--xyz-out-scale-x:calc(1 - var(--xyz-scale-default))}[xyz~=out-narrow-0]{--xyz-out-scale-x:1}[xyz~=out-narrow-1]{--xyz-out-scale-x:0.975}[xyz~=out-narrow-2]{--xyz-out-scale-x:0.95}[xyz~=out-narrow-3]{--xyz-out-scale-x:0.925}[xyz~=out-narrow-4]{--xyz-out-scale-x:0.9}[xyz~=out-narrow-5]{--xyz-out-scale-x:0.875}[xyz~="out-narrow-25%"]{--xyz-out-scale-x:0.75}[xyz~="out-narrow-50%"]{--xyz-out-scale-x:0.5}[xyz~="out-narrow-75%"]{--xyz-out-scale-x:0.25}[xyz~="out-narrow-100%"]{--xyz-out-scale-x:0}[xyz~=appear-narrow]{--xyz-appear-scale-x:calc(1 - var(--xyz-scale-default))}[xyz~=appear-narrow-0]{--xyz-appear-scale-x:1}[xyz~=appear-narrow-1]{--xyz-appear-scale-x:0.975}[xyz~=appear-narrow-2]{--xyz-appear-scale-x:0.95}[xyz~=appear-narrow-3]{--xyz-appear-scale-x:0.925}[xyz~=appear-narrow-4]{--xyz-appear-scale-x:0.9}[xyz~=appear-narrow-5]{--xyz-appear-scale-x:0.875}[xyz~="appear-narrow-25%"]{--xyz-appear-scale-x:0.75}[xyz~="appear-narrow-50%"]{--xyz-appear-scale-x:0.5}[xyz~="appear-narrow-75%"]{--xyz-appear-scale-x:0.25}[xyz~="appear-narrow-100%"]{--xyz-appear-scale-x:0}[xyz~=wide]{--xyz-scale-x:calc(1 + var(--xyz-scale-default))}[xyz~=wide-0]{--xyz-scale-x:1}[xyz~=wide-1]{--xyz-scale-x:1.025}[xyz~=wide-2]{--xyz-scale-x:1.05}[xyz~=wide-3]{--xyz-scale-x:1.075}[xyz~=wide-4]{--xyz-scale-x:1.1}[xyz~=wide-5]{--xyz-scale-x:1.125}[xyz~="wide-25%"]{--xyz-scale-x:1.25}[xyz~="wide-50%"]{--xyz-scale-x:1.5}[xyz~="wide-75%"]{--xyz-scale-x:1.75}[xyz~="wide-100%"]{--xyz-scale-x:2}[xyz~=in-wide]{--xyz-in-scale-x:calc(1 + var(--xyz-scale-default))}[xyz~=in-wide-0]{--xyz-in-scale-x:1}[xyz~=in-wide-1]{--xyz-in-scale-x:1.025}[xyz~=in-wide-2]{--xyz-in-scale-x:1.05}[xyz~=in-wide-3]{--xyz-in-scale-x:1.075}[xyz~=in-wide-4]{--xyz-in-scale-x:1.1}[xyz~=in-wide-5]{--xyz-in-scale-x:1.125}[xyz~="in-wide-25%"]{--xyz-in-scale-x:1.25}[xyz~="in-wide-50%"]{--xyz-in-scale-x:1.5}[xyz~="in-wide-75%"]{--xyz-in-scale-x:1.75}[xyz~="in-wide-100%"]{--xyz-in-scale-x:2}[xyz~=out-wide]{--xyz-out-scale-x:calc(1 + var(--xyz-scale-default))}[xyz~=out-wide-0]{--xyz-out-scale-x:1}[xyz~=out-wide-1]{--xyz-out-scale-x:1.025}[xyz~=out-wide-2]{--xyz-out-scale-x:1.05}[xyz~=out-wide-3]{--xyz-out-scale-x:1.075}[xyz~=out-wide-4]{--xyz-out-scale-x:1.1}[xyz~=out-wide-5]{--xyz-out-scale-x:1.125}[xyz~="out-wide-25%"]{--xyz-out-scale-x:1.25}[xyz~="out-wide-50%"]{--xyz-out-scale-x:1.5}[xyz~="out-wide-75%"]{--xyz-out-scale-x:1.75}[xyz~="out-wide-100%"]{--xyz-out-scale-x:2}[xyz~=appear-wide]{--xyz-appear-scale-x:calc(1 + var(--xyz-scale-default))}[xyz~=appear-wide-0]{--xyz-appear-scale-x:1}[xyz~=appear-wide-1]{--xyz-appear-scale-x:1.025}[xyz~=appear-wide-2]{--xyz-appear-scale-x:1.05}[xyz~=appear-wide-3]{--xyz-appear-scale-x:1.075}[xyz~=appear-wide-4]{--xyz-appear-scale-x:1.1}[xyz~=appear-wide-5]{--xyz-appear-scale-x:1.125}[xyz~="appear-wide-25%"]{--xyz-appear-scale-x:1.25}[xyz~="appear-wide-50%"]{--xyz-appear-scale-x:1.5}[xyz~="appear-wide-75%"]{--xyz-appear-scale-x:1.75}[xyz~="appear-wide-100%"]{--xyz-appear-scale-x:2}[xyz~=short]{--xyz-scale-y:calc(1 - var(--xyz-scale-default))}[xyz~=short-0]{--xyz-scale-y:1}[xyz~=short-1]{--xyz-scale-y:0.975}[xyz~=short-2]{--xyz-scale-y:0.95}[xyz~=short-3]{--xyz-scale-y:0.925}[xyz~=short-4]{--xyz-scale-y:0.9}[xyz~=short-5]{--xyz-scale-y:0.875}[xyz~="short-25%"]{--xyz-scale-y:0.75}[xyz~="short-50%"]{--xyz-scale-y:0.5}[xyz~="short-75%"]{--xyz-scale-y:0.25}[xyz~="short-100%"]{--xyz-scale-y:0}[xyz~=in-short]{--xyz-in-scale-y:calc(1 - var(--xyz-scale-default))}[xyz~=in-short-0]{--xyz-in-scale-y:1}[xyz~=in-short-1]{--xyz-in-scale-y:0.975}[xyz~=in-short-2]{--xyz-in-scale-y:0.95}[xyz~=in-short-3]{--xyz-in-scale-y:0.925}[xyz~=in-short-4]{--xyz-in-scale-y:0.9}[xyz~=in-short-5]{--xyz-in-scale-y:0.875}[xyz~="in-short-25%"]{--xyz-in-scale-y:0.75}[xyz~="in-short-50%"]{--xyz-in-scale-y:0.5}[xyz~="in-short-75%"]{--xyz-in-scale-y:0.25}[xyz~="in-short-100%"]{--xyz-in-scale-y:0}[xyz~=out-short]{--xyz-out-scale-y:calc(1 - var(--xyz-scale-default))}[xyz~=out-short-0]{--xyz-out-scale-y:1}[xyz~=out-short-1]{--xyz-out-scale-y:0.975}[xyz~=out-short-2]{--xyz-out-scale-y:0.95}[xyz~=out-short-3]{--xyz-out-scale-y:0.925}[xyz~=out-short-4]{--xyz-out-scale-y:0.9}[xyz~=out-short-5]{--xyz-out-scale-y:0.875}[xyz~="out-short-25%"]{--xyz-out-scale-y:0.75}[xyz~="out-short-50%"]{--xyz-out-scale-y:0.5}[xyz~="out-short-75%"]{--xyz-out-scale-y:0.25}[xyz~="out-short-100%"]{--xyz-out-scale-y:0}[xyz~=appear-short]{--xyz-appear-scale-y:calc(1 - var(--xyz-scale-default))}[xyz~=appear-short-0]{--xyz-appear-scale-y:1}[xyz~=appear-short-1]{--xyz-appear-scale-y:0.975}[xyz~=appear-short-2]{--xyz-appear-scale-y:0.95}[xyz~=appear-short-3]{--xyz-appear-scale-y:0.925}[xyz~=appear-short-4]{--xyz-appear-scale-y:0.9}[xyz~=appear-short-5]{--xyz-appear-scale-y:0.875}[xyz~="appear-short-25%"]{--xyz-appear-scale-y:0.75}[xyz~="appear-short-50%"]{--xyz-appear-scale-y:0.5}[xyz~="appear-short-75%"]{--xyz-appear-scale-y:0.25}[xyz~="appear-short-100%"]{--xyz-appear-scale-y:0}[xyz~=tall]{--xyz-scale-y:calc(1 + var(--xyz-scale-default))}[xyz~=tall-0]{--xyz-scale-y:1}[xyz~=tall-1]{--xyz-scale-y:1.025}[xyz~=tall-2]{--xyz-scale-y:1.05}[xyz~=tall-3]{--xyz-scale-y:1.075}[xyz~=tall-4]{--xyz-scale-y:1.1}[xyz~=tall-5]{--xyz-scale-y:1.125}[xyz~="tall-25%"]{--xyz-scale-y:1.25}[xyz~="tall-50%"]{--xyz-scale-y:1.5}[xyz~="tall-75%"]{--xyz-scale-y:1.75}[xyz~="tall-100%"]{--xyz-scale-y:2}[xyz~=in-tall]{--xyz-in-scale-y:calc(1 + var(--xyz-scale-default))}[xyz~=in-tall-0]{--xyz-in-scale-y:1}[xyz~=in-tall-1]{--xyz-in-scale-y:1.025}[xyz~=in-tall-2]{--xyz-in-scale-y:1.05}[xyz~=in-tall-3]{--xyz-in-scale-y:1.075}[xyz~=in-tall-4]{--xyz-in-scale-y:1.1}[xyz~=in-tall-5]{--xyz-in-scale-y:1.125}[xyz~="in-tall-25%"]{--xyz-in-scale-y:1.25}[xyz~="in-tall-50%"]{--xyz-in-scale-y:1.5}[xyz~="in-tall-75%"]{--xyz-in-scale-y:1.75}[xyz~="in-tall-100%"]{--xyz-in-scale-y:2}[xyz~=out-tall]{--xyz-out-scale-y:calc(1 + var(--xyz-scale-default))}[xyz~=out-tall-0]{--xyz-out-scale-y:1}[xyz~=out-tall-1]{--xyz-out-scale-y:1.025}[xyz~=out-tall-2]{--xyz-out-scale-y:1.05}[xyz~=out-tall-3]{--xyz-out-scale-y:1.075}[xyz~=out-tall-4]{--xyz-out-scale-y:1.1}[xyz~=out-tall-5]{--xyz-out-scale-y:1.125}[xyz~="out-tall-25%"]{--xyz-out-scale-y:1.25}[xyz~="out-tall-50%"]{--xyz-out-scale-y:1.5}[xyz~="out-tall-75%"]{--xyz-out-scale-y:1.75}[xyz~="out-tall-100%"]{--xyz-out-scale-y:2}[xyz~=appear-tall]{--xyz-appear-scale-y:calc(1 + var(--xyz-scale-default))}[xyz~=appear-tall-0]{--xyz-appear-scale-y:1}[xyz~=appear-tall-1]{--xyz-appear-scale-y:1.025}[xyz~=appear-tall-2]{--xyz-appear-scale-y:1.05}[xyz~=appear-tall-3]{--xyz-appear-scale-y:1.075}[xyz~=appear-tall-4]{--xyz-appear-scale-y:1.1}[xyz~=appear-tall-5]{--xyz-appear-scale-y:1.125}[xyz~="appear-tall-25%"]{--xyz-appear-scale-y:1.25}[xyz~="appear-tall-50%"]{--xyz-appear-scale-y:1.5}[xyz~="appear-tall-75%"]{--xyz-appear-scale-y:1.75}[xyz~="appear-tall-100%"]{--xyz-appear-scale-y:2}[xyz~=thin]{--xyz-scale-z:calc(1 - var(--xyz-scale-default))}[xyz~=thin-0]{--xyz-scale-z:1}[xyz~=thin-1]{--xyz-scale-z:0.975}[xyz~=thin-2]{--xyz-scale-z:0.95}[xyz~=thin-3]{--xyz-scale-z:0.925}[xyz~=thin-4]{--xyz-scale-z:0.9}[xyz~=thin-5]{--xyz-scale-z:0.875}[xyz~="thin-25%"]{--xyz-scale-z:0.75}[xyz~="thin-50%"]{--xyz-scale-z:0.5}[xyz~="thin-75%"]{--xyz-scale-z:0.25}[xyz~="thin-100%"]{--xyz-scale-z:0}[xyz~=in-thin]{--xyz-in-scale-z:calc(1 - var(--xyz-scale-default))}[xyz~=in-thin-0]{--xyz-in-scale-z:1}[xyz~=in-thin-1]{--xyz-in-scale-z:0.975}[xyz~=in-thin-2]{--xyz-in-scale-z:0.95}[xyz~=in-thin-3]{--xyz-in-scale-z:0.925}[xyz~=in-thin-4]{--xyz-in-scale-z:0.9}[xyz~=in-thin-5]{--xyz-in-scale-z:0.875}[xyz~="in-thin-25%"]{--xyz-in-scale-z:0.75}[xyz~="in-thin-50%"]{--xyz-in-scale-z:0.5}[xyz~="in-thin-75%"]{--xyz-in-scale-z:0.25}[xyz~="in-thin-100%"]{--xyz-in-scale-z:0}[xyz~=out-thin]{--xyz-out-scale-z:calc(1 - var(--xyz-scale-default))}[xyz~=out-thin-0]{--xyz-out-scale-z:1}[xyz~=out-thin-1]{--xyz-out-scale-z:0.975}[xyz~=out-thin-2]{--xyz-out-scale-z:0.95}[xyz~=out-thin-3]{--xyz-out-scale-z:0.925}[xyz~=out-thin-4]{--xyz-out-scale-z:0.9}[xyz~=out-thin-5]{--xyz-out-scale-z:0.875}[xyz~="out-thin-25%"]{--xyz-out-scale-z:0.75}[xyz~="out-thin-50%"]{--xyz-out-scale-z:0.5}[xyz~="out-thin-75%"]{--xyz-out-scale-z:0.25}[xyz~="out-thin-100%"]{--xyz-out-scale-z:0}[xyz~=appear-thin]{--xyz-appear-scale-z:calc(1 - var(--xyz-scale-default))}[xyz~=appear-thin-0]{--xyz-appear-scale-z:1}[xyz~=appear-thin-1]{--xyz-appear-scale-z:0.975}[xyz~=appear-thin-2]{--xyz-appear-scale-z:0.95}[xyz~=appear-thin-3]{--xyz-appear-scale-z:0.925}[xyz~=appear-thin-4]{--xyz-appear-scale-z:0.9}[xyz~=appear-thin-5]{--xyz-appear-scale-z:0.875}[xyz~="appear-thin-25%"]{--xyz-appear-scale-z:0.75}[xyz~="appear-thin-50%"]{--xyz-appear-scale-z:0.5}[xyz~="appear-thin-75%"]{--xyz-appear-scale-z:0.25}[xyz~="appear-thin-100%"]{--xyz-appear-scale-z:0}[xyz~=thick]{--xyz-scale-z:calc(1 + var(--xyz-scale-default))}[xyz~=thick-0]{--xyz-scale-z:1}[xyz~=thick-1]{--xyz-scale-z:1.025}[xyz~=thick-2]{--xyz-scale-z:1.05}[xyz~=thick-3]{--xyz-scale-z:1.075}[xyz~=thick-4]{--xyz-scale-z:1.1}[xyz~=thick-5]{--xyz-scale-z:1.125}[xyz~="thick-25%"]{--xyz-scale-z:1.25}[xyz~="thick-50%"]{--xyz-scale-z:1.5}[xyz~="thick-75%"]{--xyz-scale-z:1.75}[xyz~="thick-100%"]{--xyz-scale-z:2}[xyz~=in-thick]{--xyz-in-scale-z:calc(1 + var(--xyz-scale-default))}[xyz~=in-thick-0]{--xyz-in-scale-z:1}[xyz~=in-thick-1]{--xyz-in-scale-z:1.025}[xyz~=in-thick-2]{--xyz-in-scale-z:1.05}[xyz~=in-thick-3]{--xyz-in-scale-z:1.075}[xyz~=in-thick-4]{--xyz-in-scale-z:1.1}[xyz~=in-thick-5]{--xyz-in-scale-z:1.125}[xyz~="in-thick-25%"]{--xyz-in-scale-z:1.25}[xyz~="in-thick-50%"]{--xyz-in-scale-z:1.5}[xyz~="in-thick-75%"]{--xyz-in-scale-z:1.75}[xyz~="in-thick-100%"]{--xyz-in-scale-z:2}[xyz~=out-thick]{--xyz-out-scale-z:calc(1 + var(--xyz-scale-default))}[xyz~=out-thick-0]{--xyz-out-scale-z:1}[xyz~=out-thick-1]{--xyz-out-scale-z:1.025}[xyz~=out-thick-2]{--xyz-out-scale-z:1.05}[xyz~=out-thick-3]{--xyz-out-scale-z:1.075}[xyz~=out-thick-4]{--xyz-out-scale-z:1.1}[xyz~=out-thick-5]{--xyz-out-scale-z:1.125}[xyz~="out-thick-25%"]{--xyz-out-scale-z:1.25}[xyz~="out-thick-50%"]{--xyz-out-scale-z:1.5}[xyz~="out-thick-75%"]{--xyz-out-scale-z:1.75}[xyz~="out-thick-100%"]{--xyz-out-scale-z:2}[xyz~=appear-thick]{--xyz-appear-scale-z:calc(1 + var(--xyz-scale-default))}[xyz~=appear-thick-0]{--xyz-appear-scale-z:1}[xyz~=appear-thick-1]{--xyz-appear-scale-z:1.025}[xyz~=appear-thick-2]{--xyz-appear-scale-z:1.05}[xyz~=appear-thick-3]{--xyz-appear-scale-z:1.075}[xyz~=appear-thick-4]{--xyz-appear-scale-z:1.1}[xyz~=appear-thick-5]{--xyz-appear-scale-z:1.125}[xyz~="appear-thick-25%"]{--xyz-appear-scale-z:1.25}[xyz~="appear-thick-50%"]{--xyz-appear-scale-z:1.5}[xyz~="appear-thick-75%"]{--xyz-appear-scale-z:1.75}[xyz~="appear-thick-100%"]{--xyz-appear-scale-z:2}[xyz~=skew-left]{--xyz-skew-x:var(--xyz-skew-default)}[xyz~=skew-left-0]{--xyz-skew-x:0deg}[xyz~=skew-left-1]{--xyz-skew-x:10deg}[xyz~=skew-left-2]{--xyz-skew-x:20deg}[xyz~=skew-left-3]{--xyz-skew-x:30deg}[xyz~=skew-left-4]{--xyz-skew-x:40deg}[xyz~=skew-left-5]{--xyz-skew-x:50deg}[xyz~=in-skew-left]{--xyz-in-skew-x:var(--xyz-skew-default)}[xyz~=in-skew-left-0]{--xyz-in-skew-x:0deg}[xyz~=in-skew-left-1]{--xyz-in-skew-x:10deg}[xyz~=in-skew-left-2]{--xyz-in-skew-x:20deg}[xyz~=in-skew-left-3]{--xyz-in-skew-x:30deg}[xyz~=in-skew-left-4]{--xyz-in-skew-x:40deg}[xyz~=in-skew-left-5]{--xyz-in-skew-x:50deg}[xyz~=out-skew-left]{--xyz-out-skew-x:var(--xyz-skew-default)}[xyz~=out-skew-left-0]{--xyz-out-skew-x:0deg}[xyz~=out-skew-left-1]{--xyz-out-skew-x:10deg}[xyz~=out-skew-left-2]{--xyz-out-skew-x:20deg}[xyz~=out-skew-left-3]{--xyz-out-skew-x:30deg}[xyz~=out-skew-left-4]{--xyz-out-skew-x:40deg}[xyz~=out-skew-left-5]{--xyz-out-skew-x:50deg}[xyz~=appear-skew-left]{--xyz-appear-skew-x:var(--xyz-skew-default)}[xyz~=appear-skew-left-0]{--xyz-appear-skew-x:0deg}[xyz~=appear-skew-left-1]{--xyz-appear-skew-x:10deg}[xyz~=appear-skew-left-2]{--xyz-appear-skew-x:20deg}[xyz~=appear-skew-left-3]{--xyz-appear-skew-x:30deg}[xyz~=appear-skew-left-4]{--xyz-appear-skew-x:40deg}[xyz~=appear-skew-left-5]{--xyz-appear-skew-x:50deg}[xyz~=skew-right]{--xyz-skew-x:calc(var(--xyz-skew-default)*-1)}[xyz~=skew-right-0]{--xyz-skew-x:0deg}[xyz~=skew-right-1]{--xyz-skew-x:-10deg}[xyz~=skew-right-2]{--xyz-skew-x:-20deg}[xyz~=skew-right-3]{--xyz-skew-x:-30deg}[xyz~=skew-right-4]{--xyz-skew-x:-40deg}[xyz~=skew-right-5]{--xyz-skew-x:-50deg}[xyz~=in-skew-right]{--xyz-in-skew-x:calc(var(--xyz-skew-default)*-1)}[xyz~=in-skew-right-0]{--xyz-in-skew-x:0deg}[xyz~=in-skew-right-1]{--xyz-in-skew-x:-10deg}[xyz~=in-skew-right-2]{--xyz-in-skew-x:-20deg}[xyz~=in-skew-right-3]{--xyz-in-skew-x:-30deg}[xyz~=in-skew-right-4]{--xyz-in-skew-x:-40deg}[xyz~=in-skew-right-5]{--xyz-in-skew-x:-50deg}[xyz~=out-skew-right]{--xyz-out-skew-x:calc(var(--xyz-skew-default)*-1)}[xyz~=out-skew-right-0]{--xyz-out-skew-x:0deg}[xyz~=out-skew-right-1]{--xyz-out-skew-x:-10deg}[xyz~=out-skew-right-2]{--xyz-out-skew-x:-20deg}[xyz~=out-skew-right-3]{--xyz-out-skew-x:-30deg}[xyz~=out-skew-right-4]{--xyz-out-skew-x:-40deg}[xyz~=out-skew-right-5]{--xyz-out-skew-x:-50deg}[xyz~=appear-skew-right]{--xyz-appear-skew-x:calc(var(--xyz-skew-default)*-1)}[xyz~=appear-skew-right-0]{--xyz-appear-skew-x:0deg}[xyz~=appear-skew-right-1]{--xyz-appear-skew-x:-10deg}[xyz~=appear-skew-right-2]{--xyz-appear-skew-x:-20deg}[xyz~=appear-skew-right-3]{--xyz-appear-skew-x:-30deg}[xyz~=appear-skew-right-4]{--xyz-appear-skew-x:-40deg}[xyz~=appear-skew-right-5]{--xyz-appear-skew-x:-50deg}[xyz~=skew-up]{--xyz-skew-y:var(--xyz-skew-default)}[xyz~=skew-up-0]{--xyz-skew-y:0deg}[xyz~=skew-up-1]{--xyz-skew-y:10deg}[xyz~=skew-up-2]{--xyz-skew-y:20deg}[xyz~=skew-up-3]{--xyz-skew-y:30deg}[xyz~=skew-up-4]{--xyz-skew-y:40deg}[xyz~=skew-up-5]{--xyz-skew-y:50deg}[xyz~=in-skew-up]{--xyz-in-skew-y:var(--xyz-skew-default)}[xyz~=in-skew-up-0]{--xyz-in-skew-y:0deg}[xyz~=in-skew-up-1]{--xyz-in-skew-y:10deg}[xyz~=in-skew-up-2]{--xyz-in-skew-y:20deg}[xyz~=in-skew-up-3]{--xyz-in-skew-y:30deg}[xyz~=in-skew-up-4]{--xyz-in-skew-y:40deg}[xyz~=in-skew-up-5]{--xyz-in-skew-y:50deg}[xyz~=out-skew-up]{--xyz-out-skew-y:var(--xyz-skew-default)}[xyz~=out-skew-up-0]{--xyz-out-skew-y:0deg}[xyz~=out-skew-up-1]{--xyz-out-skew-y:10deg}[xyz~=out-skew-up-2]{--xyz-out-skew-y:20deg}[xyz~=out-skew-up-3]{--xyz-out-skew-y:30deg}[xyz~=out-skew-up-4]{--xyz-out-skew-y:40deg}[xyz~=out-skew-up-5]{--xyz-out-skew-y:50deg}[xyz~=appear-skew-up]{--xyz-appear-skew-y:var(--xyz-skew-default)}[xyz~=appear-skew-up-0]{--xyz-appear-skew-y:0deg}[xyz~=appear-skew-up-1]{--xyz-appear-skew-y:10deg}[xyz~=appear-skew-up-2]{--xyz-appear-skew-y:20deg}[xyz~=appear-skew-up-3]{--xyz-appear-skew-y:30deg}[xyz~=appear-skew-up-4]{--xyz-appear-skew-y:40deg}[xyz~=appear-skew-up-5]{--xyz-appear-skew-y:50deg}[xyz~=skew-down]{--xyz-skew-y:calc(var(--xyz-skew-default)*-1)}[xyz~=skew-down-0]{--xyz-skew-y:0deg}[xyz~=skew-down-1]{--xyz-skew-y:-10deg}[xyz~=skew-down-2]{--xyz-skew-y:-20deg}[xyz~=skew-down-3]{--xyz-skew-y:-30deg}[xyz~=skew-down-4]{--xyz-skew-y:-40deg}[xyz~=skew-down-5]{--xyz-skew-y:-50deg}[xyz~=in-skew-down]{--xyz-in-skew-y:calc(var(--xyz-skew-default)*-1)}[xyz~=in-skew-down-0]{--xyz-in-skew-y:0deg}[xyz~=in-skew-down-1]{--xyz-in-skew-y:-10deg}[xyz~=in-skew-down-2]{--xyz-in-skew-y:-20deg}[xyz~=in-skew-down-3]{--xyz-in-skew-y:-30deg}[xyz~=in-skew-down-4]{--xyz-in-skew-y:-40deg}[xyz~=in-skew-down-5]{--xyz-in-skew-y:-50deg}[xyz~=out-skew-down]{--xyz-out-skew-y:calc(var(--xyz-skew-default)*-1)}[xyz~=out-skew-down-0]{--xyz-out-skew-y:0deg}[xyz~=out-skew-down-1]{--xyz-out-skew-y:-10deg}[xyz~=out-skew-down-2]{--xyz-out-skew-y:-20deg}[xyz~=out-skew-down-3]{--xyz-out-skew-y:-30deg}[xyz~=out-skew-down-4]{--xyz-out-skew-y:-40deg}[xyz~=out-skew-down-5]{--xyz-out-skew-y:-50deg}[xyz~=appear-skew-down]{--xyz-appear-skew-y:calc(var(--xyz-skew-default)*-1)}[xyz~=appear-skew-down-0]{--xyz-appear-skew-y:0deg}[xyz~=appear-skew-down-1]{--xyz-appear-skew-y:-10deg}[xyz~=appear-skew-down-2]{--xyz-appear-skew-y:-20deg}[xyz~=appear-skew-down-3]{--xyz-appear-skew-y:-30deg}[xyz~=appear-skew-down-4]{--xyz-appear-skew-y:-40deg}[xyz~=appear-skew-down-5]{--xyz-appear-skew-y:-50deg}
/*# sourceMappingURL=animxyz.min.css.map */
/* https://halfaccessible.redoxbird.com/wp-content/themes/versatile/assets/css/simplebar.css?ver=1.0.9 */
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s 0.5s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  transition-delay: 0s;
  transition-duration: 0s;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.simplebar-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: scrollbar !important;
}

.simplebar-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/* https://halfaccessible.redoxbird.com/wp-content/themes/versatile/assets/css/style.css?ver=1.0.9 */
[x-cloak] {
    display: none;
}

html {
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    html {
        font-size: 14.4px;
    }
}

body {
    font-family: "Rajdhani", sans-serif;
    background-color: #f9fafb;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Rajdhani", sans-serif;
}

body[class] {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "liga" 0;
    font-feature-settings: "liga" 0;
    -webkit-font-variant-ligatures: no-common-ligatures;
    font-variant-ligatures: no-common-ligatures;
    line-height: 1.6;
}

a[href]:not([tabindex="-1"]):focus,
area[href]:not([tabindex="-1"]):focus,
input:not([disabled]):not([tabindex="-1"]):not(.outline-none):focus,
select:not([disabled]):not([tabindex="-1"]):focus,
textarea:not([disabled]):not([tabindex="-1"]):focus,
button:not([disabled]):not([tabindex="-1"]):focus,
iframe:not([tabindex="-1"]):focus,
[tabindex]:not([tabindex="-1"]):focus,
[contentEditable="true"]:not([tabindex="-1"]):focus,
.forminator-consent:focus-within .forminator-checkbox-box {
    outline: auto 2px Highlight !important;
    outline: auto 5px -webkit-focus-ring-color !important;
}

.icon-tabler {
    width: 100%;
    height: auto;
}

.transition {
    transition: all 400ms var(--ease-out-expo);
}

img {
    width: 100%;
}

form:not(.forminator-custom-form) label {
    margin-bottom: 0.25rem;
}

form:not(.forminator-custom-form) input[type="text"]:not([readonly]),
form:not(.forminator-custom-form) input[type="password"]:not([readonly]),
form:not(.forminator-custom-form) input[type="email"]:not([readonly]),
form:not(.forminator-custom-form) input[type="number"]:not([readonly]),
form:not(.forminator-custom-form) input[type="search"]:not([readonly]),
form:not(.forminator-custom-form) input[type="tel"]:not([readonly]),
form:not(.forminator-custom-form) input[type="url"]:not([readonly]),
form:not(.forminator-custom-form) select,
form:not(.forminator-custom-form) select,
form:not(.forminator-custom-form) textarea:not(.forminator-textarea) {
    color: var(--color-frost-1000);
    background-color: transparent;
    border: 0.05em solid var(--color-frost-900);
    padding: 0 1rem;
}

form:not(.forminator-custom-form) select option {
    background-color: var(--color-frost-0);
    color: var(--color-frost-1000);
}

form:not(.forminator-custom-form) input[type="text"]:not([readonly]),
form:not(.forminator-custom-form) input[type="password"]:not([readonly]),
form:not(.forminator-custom-form) input[type="email"]:not([readonly]),
form:not(.forminator-custom-form) input[type="number"]:not([readonly]),
form:not(.forminator-custom-form) input[type="search"]:not([readonly]),
form:not(.forminator-custom-form) input[type="tel"]:not([readonly]),
form:not(.forminator-custom-form) input[type="url"]:not([readonly]),
form:not(.forminator-custom-form) select {
    height: 2.5rem;
}

form:not(.forminator-custom-form) textarea:not(.forminator-textarea) {
    padding: 1rem;
}

input[type="checkbox"] {
    width: 1em;
    height: 1em;
    flex-shrink: 0;
}

h1,
h2,
h3 {
    font-family: 'Rajdhani', serif;
    font-weight: 500;
}

h4 {
    font-weight: 600;
}

h1 {
    font-size: 3rem;
}

h2 {
    font-size: 2.25rem;
}

h3 {
    font-size: 1.5rem;
}

h4 {
    font-size: 1.25rem;
}

kbd {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-frost-50);
    border: 0.1em solid var(--color-frost-300);
    border-radius: 0.5em;
    padding: 0.25em 1em;
    font-size: 0.75rem;
    font-weight: bold;
    color: var(--color-frost-600);
}

kbd:has(svg) {
    padding: 0.5rem;
}

kbd svg.icon-tabler {
    flex-shrink: 0;
    width: 0.875em;
    height: auto;
}

.skip-to-main-content {
    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;
}

.skip-to-main-content:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    right: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

#content[tabindex="-1"]:focus {
    outline: 0;
}

.scrollbar {
    scrollbar-width: thin;
}

.scrollbar::-webkit-scrollbar {}

.scrollbar::-webkit-scrollbar-track {
    background-color: var(--color-frost-0);
}

.scrollbar::-webkit-scrollbar-thumb {}

[data-simplebar]::-webkit-scrollbar {
    display: none;
}

.x-container {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

@media screen and (max-width: 1024px) {
    .x-container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media screen and (max-width: 768px) {
    .x-container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}



.hero-bg {
    background-color: #0a101e;
    background-image: linear-gradient(to right, #0a101e 40%, rgba(10, 16, 30, 0.8)),
        url(https://lh3.googleusercontent.com/aida-public/AB6AXuAx-iw7cn4_2dpoXRkKZQf03k5Qx8gaAZSQPHxykxXjMtgpTcXxGa8vcaAEdMKmuDXRdhRj0AkXXHzsmT7SZAdb67WXSQWTncIfPV3ux2f35YEw5NkDICbpyo7p8CMt7w8HzlRh_FbSH2yMOdyMw1mB7O29tvVBkDqmiWei0h1f-EaGa0Ei53ACggu4oi-OCt2URpt1IFCACDqYVQZ6VGKgaOIRbJvb6LekAdZ6wtMDNQppJrrMmnKgiEUtXtybFJx5seHyYuiNMFM);
    background-size: cover;
    background-position: center right;
}

.text-outline-white {
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
    color: transparent;
}

.bg-brand-gradient-reverse {
    background-image: linear-gradient(90deg, color-mix(in srgb, var(--color-primary) 70%, #fff) 0%, var(--color-primary) 100%);
}

.bg-brand-gradient {
    background-image: linear-gradient(90deg, var(--color-primary) 0%, color-mix(in srgb, var(--color-primary) 70%, #fff) 100%);
}

:focus-visible {
    outline: 3px solid #f26522;
    outline-offset: 2px;
}


::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #f26522;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: #d95516;
}

.group:hover .arrow-slide {
    transform: translateX(5px);
}

.clip-path-custom-shape {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 75% 100%, 0 100%);
}

.clip-path-circle-corner {
    clip-path: circle(120% at 0% 100%);
}

.grid-bg {
    background-image: radial-gradient(#e5e7eb 1px, transparent 1px);
    background-size: 24px 24px;
}

.circuit-bg {
    background-image: linear-gradient(rgba(242, 101, 34, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(242, 101, 34, 0.03) 1px, transparent 1px);
    background-size: 40px 40px;
}

.dots-bg {
    background-color: #ffffff;
    opacity: 0.8;
    background-image:
        radial-gradient(#cbd5e1 1.5px, transparent 1.5px),
        radial-gradient(#cbd5e1 1.5px, #ffffff 1.5px);
    background-size: 30px 30px;
    background-position:
        0 0,
        15px 15px;
}

.group:hover .arrow-slide {
    transform: translateX(5px);
}

.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

.dots-bg {
    background-image: radial-gradient(#cbd5e1 1.5px, transparent 1.5px);
    background-size: 32px 32px;
}

.bg-dots {
    background-image: radial-gradient(#e5e7eb 1.5px, transparent 1.5px);
    background-size: 24px 24px;
}

.service-card-hover:hover .service-icon {
    background-color: #F26522;
    color: white;
    transform: scale(1.1);
}

.service-card-hover:hover .arrow-icon {
    transform: translate(4px, -4px);
    color: #F26522;
}

.grid-bg {
    background-image: radial-gradient(#e5e7eb 1px, transparent 1px);
    background-size: 24px 24px;
}

.floating-shape {
    position: absolute;
    opacity: 0.4;
    pointer-events: none;
    z-index: 0;
}

.code-scroll::-webkit-scrollbar {
    height: 6px;
}

.code-scroll::-webkit-scrollbar-track {
    background: #2d3748;
    border-radius: 4px;
}

.code-scroll::-webkit-scrollbar-thumb {
    background: #4a5568;
    border-radius: 4px;
}

.progress-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: transparent;
    z-index: 1000;
}

.progress-bar {
    height: 4px;
    background: #F26522;
    width: 0%;
}

.sticky-sidebar {
    position: sticky;
    top: 8rem;
}

/* Buttons */

.action-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem 1rem;
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 400ms var(--ease-out-expo);
    border: 0.05em solid var(--color-frost-300);
    background-color: var(--color-frost-50);
    gap: 0.5em;
}

.action-button svg {
    width: 1.2em;
    height: auto;
}

/* Reusable Button System
   Based on CTA section button patterns */

.btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 700;
    border-radius: 9999px;
    text-decoration: none;
    cursor: pointer;
    transition: all 300ms ease;
    border: none;
    line-height: 1;
}

.btn--primary {
    padding: 1rem 2rem;
    background-image: linear-gradient(135deg, var(--color-primary) 0%, color-mix(in srgb, var(--color-primary) 70%, #fff) 100%);
    color: #fff;
    box-shadow: 0 4px 14px color-mix(in srgb, var(--color-primary) 40%, transparent);
}

.btn--primary:hover {
    box-shadow: 0 0 40px color-mix(in srgb, var(--color-primary) 40%, transparent);
    transform: translateY(-0.25rem);
}

.btn--primary:focus-visible {
    outline: 3px solid var(--color-primary);
    outline-offset: 2px;
}

.btn--secondary {
    padding: 1rem 2rem;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.btn--secondary:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: var(--color-primary);
}

.btn--secondary:focus-visible {
    outline: 3px solid var(--color-primary);
    outline-offset: 2px;
}

.btn--sm {
    padding: 0.75rem 2rem;
    font-size: 0.875rem;
}

.btn--lg {
    padding: 1.25rem 2.5rem;
    font-size: 1.125rem;
}

.btn span.material-symbols-outlined {
    font-size: 1.1em;
}

.btn svg {
    width: 1.25em;
    height: auto;
}

/* Single Post */

.single--post__tags {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 2rem;
}

.single--post__tags li a {
    color: var(--color-frost-1000);
    text-decoration: underline;
}

/* ============================================
   Navigation - BEM Naming Convention
   ============================================ */

/* Base nav list */
.nav__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav__list--primary {
    align-items: center;
}

.nav__list--primary > .menu-item {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.nav__list--primary > .menu-item > a {
    display: inline-flex;
    align-items: center;
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-decoration: none;
    position: relative;
    transition: color 300ms ease;
}

.nav__list--primary > .menu-item > a::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--color-secondary);
    transition: width 300ms ease;
}

.nav__list--primary > .menu-item > a:hover::after,
.nav__list--primary > .menu-item > a:focus::after,
.nav__list--primary > .menu-item.toggled > a::after,
.nav__list--primary > .menu-item:focus-within > a::after,
.nav__list--primary > .menu-item.current_page_item > a::after,
.nav__list--primary > .menu-item.current-menu-item > a::after {
    width: 100%;
}

/* Front page header nav (dark background) - uses nav.desktop */
nav.desktop.front-page .nav__list--primary > .menu-item > a {
    color: #ffffff;
}

nav.desktop .nav__list--primary > .menu-item > a:hover {
    color: var(--color-secondary);
}

/* Non-front page header nav (light background) - no .desktop class */
header > nav:not(.desktop) .nav__list--primary > .menu-item > a {
    color: #111827;
}

header > nav:not(.desktop) .nav__list--primary > .menu-item > a:hover {
    color: var(--color-secondary);
}

/* CTA Button styling */
.nav__item--cta > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Submenu toggle button */
.nav__list--primary .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    cursor: pointer;
    margin-left: 4px;
    color: inherit;
    transition: transform 300ms ease;
}

.nav__list--primary .menu-toggle:focus {
    outline: 2px solid var(--color-primary);
    outline-offset: 2px;
}

.nav__list--primary .menu-toggle[aria-expanded="true"] .material-symbols-outlined {
    transform: rotate(180deg);
}

/* Submenu dropdown */
.nav__list--primary .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background-color: var(--color-frost-0);
    border: 1px solid var(--color-frost-300);
    color: var(--color-frost-900);
    border-radius: 8px;
    padding: 12px 16px;
    list-style: none;
    margin: 0;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    transition: all 300ms ease;
    z-index: 1000;
}

.nav__list--primary .sub-menu::before {
    content: '';
    position: absolute;
    top: -9px;
    left: 20px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid var(--color-frost-300);
}

.nav__list--primary .sub-menu::after {
    content: '';
    position: absolute;
    top: -8px;
    left: 21px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid var(--color-frost-0);
}

.nav__list--primary .menu-item:hover > .sub-menu,
.nav__list--primary .menu-item:focus-within > .sub-menu,
.nav__list--primary .menu-item.toggled > .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.nav__list--primary .sub-menu > .menu-item > a {
    display: inline-block;
    padding: 8px 0;
    font-size: 0.875rem;
    font-weight: 500;
    color: #4B5563;
    text-decoration: none;
    transition: color 200ms ease;
    margin-right: auto;
}

.nav__list--primary .sub-menu > .menu-item > a:hover {
    color: var(--color-primary);
}

/* ============================================
   Mobile Navigation
   ============================================ */

.nav__list--mobile {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav__list--mobile > .menu-item {
    display: flex;
    flex-direction: column;
    position: relative;
}

.nav__list--mobile > .menu-item > a {
    display: inline-block;
    padding: 8px 0;
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-decoration: none;
    transition: color 200ms ease;
}

/* Front page mobile nav */
nav.desktop + #mobile-menu .nav__list--mobile > .menu-item > a,
nav:not(.desktop) + #mobile-menu .nav__list--mobile > .menu-item > a {
    color: #ffffff;
}

nav.desktop + #mobile-menu .nav__list--mobile > .menu-item > a:hover,
nav:not(.desktop) + #mobile-menu .nav__list--mobile > .menu-item > a:hover {
    color: var(--color-primary);
}

/* Non-front page mobile nav - target by context */
body:not(.home) #mobile-menu .nav__list--mobile > .menu-item > a {
    color: #111827;
}

body:not(.home) #mobile-menu .nav__list--mobile > .menu-item:nth-child(n+2) > a {
    color: #4B5563;
}

body:not(.home) #mobile-menu .nav__list--mobile > .menu-item > a:hover {
    color: var(--color-primary);
}

/* Also target non-front page header's mobile menu */
header > nav:not(.desktop) + div #mobile-menu .nav__list--mobile > .menu-item > a {
    color: #111827;
}

header > nav:not(.desktop) + div #mobile-menu .nav__list--mobile > .menu-item:nth-child(n+2) > a {
    color: #4B5563;
}

header > nav:not(.desktop) + div #mobile-menu .nav__list--mobile > .menu-item > a:hover {
    color: var(--color-primary);
}

/* Mobile submenu */
.nav__list--mobile .sub-menu {
    list-style: none;
    margin: 8px 0 0 16px;
    padding: 0;
    display: none;
}

.nav__list--mobile .menu-item.toggled > .sub-menu {
    display: block;
}

.nav__list--mobile .menu-toggle {
    position: absolute;
    right: 0;
    top: 4px;
    background: none;
    border: none;
    padding: 8px;
    cursor: pointer;
    color: inherit;
}

.nav__list--mobile .menu-toggle:focus {
    outline: 2px solid var(--color-primary);
    outline-offset: 2px;
}

.nav__list--mobile .sub-menu > .menu-item > a {
    display: block;
    padding: 6px 0;
    font-size: 0.875rem;
    color: #4B5563;
    text-decoration: none;
}

.nav__list--mobile .sub-menu > .menu-item > a:hover {
    color: var(--color-primary);
}

/* Menu > Footer */

footer ul.space-y-4 {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer ul.space-y-4 > li {
    display: block;
}

footer ul.space-y-4 > li > a {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.25rem 0;
    text-decoration: none;
    transition: color 200ms ease;
}

footer ul.space-y-4 > li > a:hover {
    color: var(--color-primary);
}

nav.footer ul.sub-menu {
    display: none;
}

/* Pagination */

.versatile_pagination {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.versatile_pagination ul.page-numbers {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin: 2rem 0;
    position: relative;
    width: auto;
    border: 0.05rem solid var(--color-frost-200);
    padding: 0.5rem;
    background-color: var(--color-frost-0);

}

.versatile_pagination a.page-numbers {
    color: var(--color-frost-1000);
}

.versatile_pagination a.page-numbers,
.versatile_pagination span.page-numbers {
    width: 2em;
    height: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
}

.versatile_pagination a.page-numbers.next,
.versatile_pagination a.page-numbers.prev {
    color: var(--color-frost-1000);
}

.versatile_pagination a.page-numbers.next svg,
.versatile_pagination a.page-numbers.prev svg {
    width: 1.2em;
    height: auto;
}

.versatile_pagination a.page-numbers:hover {
    background-color: var(--color-frost-100);
}

.versatile_pagination .page-numbers.current {
    background-color: var(--color-frost-1000);
    color: var(--color-frost-0);
}

@media (max-width: 767px) {
    .versatile_pagination ul.page-numbers {
        flex-wrap: wrap;
        margin: 0;
    }

    .versatile_pagination .prev-item,
    .versatile_pagination .next-item {
        position: relative;
        width: 100%;
    }

}

/* Embla */

.embla {
    --slide-size: 100%;
}

.embla__viewport {
    overflow: hidden;
}

.embla__container {
    backface-visibility: hidden;
    display: flex;
    touch-action: pan-y;
}

.embla__slide {
    flex: 0 0 var(--slide-size);
    min-width: 0;
    position: relative;
}

/* Mermaid */

.mermaidLightbox svg {
    height: auto;
    max-width: 100% !important;
    max-height: 100vh;
}

/* Breadcrumb */

.versatile_breadcrumb {
    color: var(--color-frost-700);
    font-size: 0.875rem;
    font-weight: 500;
}

.versatile_breadcrumb a:hover {
    text-decoration: underline;
}


.versatile_breadcrumb svg {
    width: 1em;
    height: 1em;
    margin: 0 0.5rem;
}

.versatile_breadcrumb ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.1em;
}

.versatile_breadcrumb li {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
}

.versatile_breadcrumb &.trail-end {
    color: color(text);
}


/* ============================================
   TOC - Table of Contents (BEM)
   ============================================ */

.toc {
    display: none;
}

.toc__toggle {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.25rem;
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 9999px;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    color: #4B5563;
    cursor: pointer;
    transition: all 200ms ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    z-index: 100;
}

.toc__toggle:hover {
    border-color: #F26522;
    color: #F26522;
}

.toc__toggle:focus {
    outline: 2px solid #F26522;
    outline-offset: 2px;
}

.toc__toggle-icon {
    font-size: 1.25rem;
}

.toc__content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 200;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    animation: fadeIn 200ms ease;
}

.toc__inner {
    background-color: #ffffff;
    border-radius: 1rem;
    padding: 1.5rem;
    max-width: 20rem;
    width: 100%;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    animation: slideUp 300ms ease;
}

.toc__sidebar h2,
.toc__title {
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.125rem;
    font-weight: 700 !important;
    color: #111827;
    margin: 0 0 1rem 0;
}

.toc__back-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1.5rem;
    padding: 0.5rem 1rem;
    background-color: #FEF0E6;
    color: #F26522;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 9999px;
    transition: all 200ms ease;
}

.toc__back-link:hover {
    background-color: #F26522;
    color: #ffffff;
}

.toc__back-icon {
    font-size: 1rem;
}

.toc__sidebar {
    display: none;
}

.toc ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.toc ul ul {
    padding-left: 1rem;
    border-left: 1px dashed #e5e7eb;
    margin-top: 0.5rem;
}

.toc ul a {
    display: block;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    color: #4B5563;
    text-decoration: none;
    border-radius: 0.5rem;
    transition: all 200ms ease;
    line-height: 1.4;
}

.toc ul a:hover {
    color: #F26522;
    background-color: #FEF0E6;
}

.toc ul a.active {
    color: #F26522;
    background-color: #FEF0E6;
    font-weight: 500;
}

.toc ul a[aria-current="true"] {
    color: #F26522;
    background-color: #FEF0E6;
    font-weight: 600;
}

@media (min-width: 1024px) {
    .toc {
        display: none;
    }
    
    .toc__sidebar {
        display: block;
        width: 16rem;
        flex-shrink: 0;
    }
    
    .toc__sidebar-inner {
        position: sticky;
        top: 6rem;
        padding: 1.5rem;
        background-color: #ffffff;
        border-radius: 1rem;
        border: 1px solid #f3f4f6;
        max-height: calc(100vh - 8rem);
        overflow-y: auto;
    }
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideUp {
    from { 
        opacity: 0;
        transform: translateY(20px);
    }
    to { 
        opacity: 1;
        transform: translateY(0);
    }
}

body.toc-open {
    overflow: hidden;
}


/* Blog Sidebar */

.versatile_blog__sidebar .widget-area {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.versatile_blog__sidebar .widget-area>section.widget {
    border: 0.05rem solid var(--color-frost-300);
    border-radius: 1.5rem;
    padding: 1.5rem;
}

.popular-posts .wpp-cards li {
    background-color: var(--color-frost-50);
    color: var(--color-frost-800);
    border: 0.1rem solid var(--color-frost-300);
}

.widget_tag_cloud .tag-cloud-link {
    font-weight: 700;
}



/* Comment */

.comment-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.comment-list p a,
.comment-form p a {
    text-decoration: underline;
}

.comment-list,
.comment-list ol.children {
    display: flex;
    flex-direction: column;
    margin-top: 2rem;
    margin-bottom: 2rem;
    gap: 4rem;
}

.comment-list ol.children {
    padding-left: 1rem;
}

.comment-form,
.comment-form-author,
.comment-form-email,
.comment-form-url {
    display: flex;
    flex-direction: column;
}

.comment-form-cookies-consent {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5rem;
}

.comment-form .comment-form-comment {
    display: flex;
    flex-direction: column;
    margin-top: 1.25rem;
}

.comment-form .form-submit {
    margin-top: 1rem;
}

.comment .comment-author {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.5rem;
}

.comment .comment-author img {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    overflow: hidden;
    background-color: #f0f0f0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    object-fit: cover;
    margin-right: 0.5rem;
}

.comment .comment-author cite {
    font-weight: 600;
}

.comment .comment-author cite,
.comment .comment-author .says {
    line-height: 1;
}

.comment .comment-meta {
    font-size: 0.875rem;
    margin-top: -1rem;
}

.comment .comment-meta .comment-metadata {
    padding-left: 3.5rem;
    margin-top: -1rem;
}

.comment .comment-meta,
.comment .comment-meta+p,
.comment .reply,
.comment .comment-content {}

.comment .comment-meta+p {
    margin-top: 1rem;
}

.comment .reply {
    margin-top: 1rem;
}

.comment .reply a {
    text-decoration: underline;
}

.comment #cancel-comment-reply-link {
    margin-left: 0.5rem;
    text-decoration: underline;
}

.comments-area {
    background-color: var(--color-frost-0);
    padding: 2rem;
    border: 0.05em solid var(--color-frost-300);
    width: 100%;
}

.comment-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.comment-form select,
.comment-form textarea {
    border: 0.05em solid var(--color-frost-300);
    background-color: var(--color-frost-0);
    width: 100%;
}

.comment-form label {
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 0.5em;
}

.comment-form p label:last-child {
    margin-bottom: 0;
}

.comment-form [type='submit'] {
    background-color: var(--color-frost-1000);
    color: var(--color-frost-0);
    padding: 0.75em 1.5em;
    font-size: 1rem;
    font-weight: 600;
}

.logged-in-as {
    font-size: 0.875rem;
    margin-top: 0.5em;
}

/* Footer */

footer form input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px var(--color-frost-0) inset !important;
    /* Change 'white' to your desired background color */
}

footer .footer__form form {
    position: relative;
    margin-top: 2rem;
}

footer .forminator-response-message:not(:empty) {
    position: fixed;
    left: 2em;
    bottom: 2em;
    background-color: var(--color-frost-100);
    border: 0.05em solid var(--color-frost-900);
    padding: 0.5em 1em;
    border-radius: 0.5em;
    color: var(--color-frost-900);
    font-size: 0.875em;
    font-weight: 600;
    z-index: 1000;
}

footer .footer__form .forminator-field-email input {
    width: 100%;
    height: 4rem;
    border-radius: 0.75em;
    border: 0.1em solid var(--color-primary);
}

footer .footer__form .forminator-label {
    position: absolute;
    left: 1em;
    top: 2rem;
    transform: translateY(-50%);
    color: var(--color-primary);
    display: inline-flex;
    background-color: #fff;
    padding: 0.25em;
    transform-origin: left;
    transition: all 400ms var(--ease-out-expo);
}

footer .footer__form .forminator-label.floating {
    transform: translate(0, -3em);
}

footer .footer__form .forminator-error-message {
    font-size: 0.875em;
    font-weight: 600;
    margin-top: 0.5em;
    display: inline-flex;
}

footer .footer__form .forminator-button-submit {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0.5em;
    padding: 0.5em;
    top: 2rem;
    transform: translateY(-50%);
    color: var(--color-primary);
    height: 3rem;
    border-radius: 0.5em;
    font-size: 1em;
    font-weight: 700;
    transition: all 400ms var(--ease-out-expo);
}

footer .footer__form .forminator-button-submit:hover {
    background-color: var(--color-primary);
    color: #fff;
}


/* Fast Fuzzy Search */

body [x-data="fastFuzzySearchOverlayPanel"] {
    background-color: rgb(0 0 0 / 0.75);
}

body [x-data="fastFuzzySearchOverlayPanel"] .fast-fuzzy-search {
    width: 40rem;
}

.fast-fuzzy-search--newspaper .fast-fuzzy-search__field {
    display: flex;
    height: 3rem;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    background-color: var(--color-frost-0);
    border-bottom: 1px solid var(--color-frost-300);
}

.fast-fuzzy-search--newspaper .fast-fuzzy-search__input::-moz-placeholder {
    color: var(--color-frost-1000);
    font-size: 0.875rem;
}

.fast-fuzzy-search--newspaper .fast-fuzzy-search__input,
.fast-fuzzy-search--newspaper .fast-fuzzy-search__input::placeholder {
    color: var(--color-frost-1000) !important;
    font-size: 0.875rem;
}

.fast-fuzzy-search--newspaper[data-has-query="true"] .fast-fuzzy-search__field {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.fast-fuzzy-search--newspaper .fast-fuzzy-search__icon {
    display: inline-flex;
    height: 100% !important;
    width: 3rem !important;
    align-items: center;
    justify-content: center;
    --tw-text-opacity: 1;
    color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}

.fast-fuzzy-search--newspaper .fast-fuzzy-search__clear button {
    margin: 0px !important;
    display: inline-flex;
    height: 1.5rem !important;
    width: 1.5rem !important;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border-style: none;
    background-color: var(--color-frost-100);
    padding: 0.25rem !important;
    color: var(--color-frost-700);
}

.fast-fuzzy-search--newspaper .fast-fuzzy-search__clear button:hover {
    background-color: var(--color-frost-200);
}

.fast-fuzzy-search--newspaper .fast-fuzzy-search__post-types {
    border-bottom: 1px solid var(--color-frost-300);
    background-color: var(--color-frost-0);
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: var(--color-frost-700);
}

.fast-fuzzy-search--newspaper .fast-fuzzy-search__chip-button {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 9999px;
    border: 1px solid var(--color-frost-300);
    background-color: var(--color-frost-0);
    padding: 0.375rem 0.75rem;
    font-size: 0.8rem !important;
    line-height: 1.25rem !important;
    font-weight: bold;
    color: var(--color-frost-700);
    text-decoration-line: none;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.fast-fuzzy-search--newspaper .fast-fuzzy-search__chip-button[aria-selected="true"] {
    background-color: var(--color-frost-200);
    color: var(--color-frost-700);
    border-color: var(--color-frost-300);
}

.fast-fuzzy-search--newspaper .fast-fuzzy-search__chip-button:hover {
    background-color: var(--color-frost-100);
}

.fast-fuzzy-search--newspaper .fast-fuzzy-search__results {
    background-color: var(--color-frost-50);
    margin: 0px;
    height: 24rem;
    width: 100%;
    flex-grow: 1;
    list-style-type: none;
    overflow-y: scroll;
    background-color: transparent;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.fast-fuzzy-search--newspaper .fast-fuzzy-search__panel {
    background-color: var(--color-frost-100);
    color: var(--color-frost-700);
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.fast-fuzzy-search--newspaper .fast-fuzzy-search__result-item {
    width: 100%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.fast-fuzzy-search--newspaper .fast-fuzzy-search__result-link {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    color: var(--color-frost-700);
    text-decoration-line: none !important;
    border: 1px solid transparent;
}

.fast-fuzzy-search--newspaper .fast-fuzzy-search__result-link:hover {
    background-color: var(--color-frost-0);
    border-color: var(--color-frost-300);
}

.fast-fuzzy-search--newspaper .fast-fuzzy-search__result-link[aria-selected="true"] {
    background-color: var(--color-frost-0);
    border-color: var(--color-frost-300);
}

.fast-fuzzy-search--newspaper .fast-fuzzy-search__empty {
    background-color: var(--color-frost-0);
    color: var(--color-frost-700);
    padding: 2.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.fast-fuzzy-search--newspaper .fast-fuzzy-search__keyboard-shortcuts {
    background-color: var(--color-frost-0);
    color: var(--color-frost-700);
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 500;
}

.fast-fuzzy-search--newspaper .fast-fuzzy-search__result-icon {
    margin-right: 1rem;
    height: 2rem;
    width: 2rem;
    flex-shrink: 0;
    border-radius: 0.25rem;
    background-color: var(--color-frost-200);
    color: var(--color-frost-700);
    padding: 0.5rem;
}

.group[aria-selected="true"] .fast-fuzzy-search--newspaper .fast-fuzzy-search__result-icon {
    background-color: var(--color-frost-200);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.fast-fuzzy-search--newspaper .fast-fuzzy-search__result-image {
    margin-right: 1rem;
    height: 2rem !important;
    width: 2rem;
    flex-shrink: 0;
    border-radius: 0.25rem;
    -o-object-fit: cover;
    object-fit: cover;
}

.fast-fuzzy-search--newspaper .fast-fuzzy-search__chip {
    border-radius: 9999px;
    border: 1px solid var(--color-frost-300);
    background-color: var(--color-frost-0);
    color: var(--color-frost-700);
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem !important;
    line-height: 1rem !important;
    font-weight: 600;
    text-decoration-line: none;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.fast-fuzzy-search--newspaper .fast-fuzzy-search__result-link[aria-selected="true"] .fast-fuzzy-search__result-image {
    background-color: var(--color-frost-200);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.fast-fuzzy-search--newspaper .fast-fuzzy-search__result-link[aria-selected="true"] .fast-fuzzy-search__chip {
    background-color: var(--color-frost-0);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.fast-fuzzy-search--newspaper .fast-fuzzy-search__result-link[aria-selected="true"] .fast-fuzzy-search__result-icon {
    background-color: var(--color-frost-200);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.fast-fuzzy-search__panel-close--newspaper {
    background-color: transparent;
    color: #fff;
    padding: 0.5rem;
}

.fast-fuzzy-search__panel-close--newspaper:hover {
    background-color: #000;
}

/* ============================================
   Forminator Form Styles - Complete Overhaul
   Following Design Tokens & Full State Support
   ============================================ */

/* Base Form Container */
.forminator-ui.forminator-custom-form {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #4B5563;
    width: 100%;
    box-sizing: border-box;
}

.forminator-ui.forminator-custom-form *,
.forminator-ui.forminator-custom-form *::before,
.forminator-ui.forminator-custom-form *::after {
    box-sizing: border-box;
}

/* Form Title & Subtitle */
.forminator-ui.forminator-custom-form .forminator-title {
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.forminator-ui.forminator-custom-form .forminator-subtitle {
    font-size: 1rem;
    color: #6b7280;
    margin-bottom: 1.5rem;
    line-height: 1.5;
}

.forminator-ui.forminator-custom-form .forminator-title + .forminator-subtitle {
    margin-top: -0.5rem;
}

/* Form Field Wrapper */
.forminator-ui .forminator-field {
    margin-bottom: 1.5rem;
    position: relative;
}

.forminator-ui .forminator-field:last-child {
    margin-bottom: 0;
}

/* Labels */
.forminator-ui .forminator-label {
    display: block;
    font-weight: 600;
    font-size: 0.875rem;
    color: #111827;
    margin-bottom: 0.5rem;
    line-height: 1.4;
    letter-spacing: 0.025em;
    cursor: default;
}

.forminator-ui .forminator-label[for] {
    cursor: pointer;
}

.forminator-ui .forminator-label .forminator-required {
    color: #F26522;
    margin-left: 0.25rem;
    font-weight: 700;
}

.forminator-ui .forminator-label .required {
    color: #F26522;
    margin-left: 0.25rem;
    font-weight: 700;
}

/* Description */
.forminator-ui .forminator-description {
    display: block;
    font-size: 0.75rem;
    color: #6b7280;
    margin-top: 0.375rem;
    margin-bottom: 0;
    line-height: 1.5;
}

.forminator-ui .forminator-label + .forminator-description {
    margin-top: 0;
}

/* ============================================
   INPUT FIELDS - All Types & States
   ============================================ */

/* Base Input Styles */
.forminator-ui .forminator-input,
.forminator-ui .forminator-textarea {
    width: 100%;
    display: block;
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 9999px;
    padding: 0.75rem 1.25rem;
    font-size: 1rem;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    color: #111827;
    line-height: 1.5;
    transition: border-color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Textarea Specific */
.forminator-ui .forminator-textarea {
    border-radius: 1rem;
    min-height: 140px;
    resize: vertical;
    line-height: 1.6;
}

/* ---------- INPUT STATES ---------- */

/* Default / Base State */
.forminator-ui .forminator-input,
.forminator-ui .forminator-textarea {
    border-color: #e5e7eb;
    box-shadow: none;
}

/* Hover State */
.forminator-ui .forminator-input:hover,
.forminator-ui .forminator-textarea:hover {
    border-color: #d1d5db;
    background-color: #ffffff;
}

/* Focus State */
.forminator-ui .forminator-input:focus,
.forminator-ui .forminator-textarea:focus {
    border-color: #F26522;
    box-shadow: 0 0 0 3px rgba(242, 101, 34, 0.1);
    outline: none;
    background-color: #ffffff;
}

/* Active/Pressed State */
.forminator-ui .forminator-input:active,
.forminator-ui .forminator-textarea:active {
    border-color: #d95516;
    box-shadow: 0 0 0 2px rgba(242, 101, 34, 0.15);
}

/* Disabled State */
.forminator-ui .forminator-input:disabled,
.forminator-ui .forminator-textarea:disabled,
.forminator-ui .forminator-input[disabled],
.forminator-ui .forminator-textarea[disabled] {
    background-color: #f3f4f6;
    border-color: #e5e7eb;
    border-style: dotted;
    color: #9CA3AF;
    cursor: not-allowed;
    opacity: 0.7;
}

/* Read-only State */
.forminator-ui .forminator-input:read-only,
.forminator-ui .forminator-textarea:read-only {
    background-color: #f9fafb;
    border-color: #e5e7eb;
    color: #6b7280;
    cursor: default;
}

.forminator-ui .forminator-input:read-only:focus,
.forminator-ui .forminator-textarea:read-only:focus {
    box-shadow: none;
    border-color: #e5e7eb;
}

/* Placeholder */
.forminator-ui .forminator-input::placeholder,
.forminator-ui .forminator-textarea::placeholder {
    color: #9CA3AF;
    opacity: 1;
}

.forminator-ui .forminator-input::-webkit-input-placeholder,
.forminator-ui .forminator-textarea::-webkit-input-placeholder {
    color: #9CA3AF;
}

.forminator-ui .forminator-input::-moz-placeholder,
.forminator-ui .forminator-textarea::-moz-placeholder {
    color: #9CA3AF;
}

/* ---------- INVALID/ERROR STATE ---------- */
.forminator-ui .forminator-has_error .forminator-input,
.forminator-ui .forminator-has_error .forminator-textarea,
.forminator-ui .forminator-input.forminator-error,
.forminator-ui .forminator-textarea.forminator-error,
.forminator-ui .forminator-input[aria-invalid="true"],
.forminator-ui .forminator-textarea[aria-invalid="true"] {
    border-color: #e04562 !important;
    box-shadow: inset 2px 0 0 0 #e04562;
    background-color: #fef2f2;
}

.forminator-ui .forminator-has_error .forminator-input:focus,
.forminator-ui .forminator-has_error .forminator-textarea:focus,
.forminator-ui .forminator-input.forminator-error:focus,
.forminator-ui .forminator-textarea.forminator-error:focus {
    box-shadow: inset 2px 0 0 0 #e04562, 0 0 0 3px rgba(224, 69, 98, 0.15);
}

/* Error Message */
.forminator-ui .forminator-error-message {
    display: none;
    font-size: 0.75rem;
    color: #e04562;
    background-color: #fef2f2;
    padding: 0.5rem 0.75rem;
    border-radius: 0.5rem;
    margin-top: 0.375rem;
    font-weight: 500;
    line-height: 1.5;
    border: 1px solid #fecaca;
}

.forminator-ui .forminator-has_error .forminator-error-message,
.forminator-ui .forminator-error-message:not(:empty) {
    display: block;
}

.forminator-ui .forminator-error-message:empty {
    display: none;
}

/* ============================================
   SELECT DROPDOWN
   ============================================ */

.forminator-ui select.forminator-input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1rem;
    padding-right: 2.75rem;
    cursor: pointer;
    min-height: 3rem;
    line-height: 1.5;
    border-radius: 9999px;
    border: 1px solid #e5e7eb;
    color: #111827;
    transition: border-color 200ms ease, box-shadow 200ms ease;
    outline: none;
}

.forminator-ui select.forminator-input:hover {
    border-color: #d1d5db;
}

.forminator-ui select.forminator-input:focus {
    border-color: #F26522;
    box-shadow: 0 0 0 3px rgba(242, 101, 34, 0.1);
    outline: none;
}

.forminator-ui select.forminator-input:active {
    border-color: #d95516;
}

.forminator-ui select.forminator-input:disabled {
    background-color: #f3f4f6;
    border-color: #e5e7eb;
    border-style: dotted;
    cursor: not-allowed;
    opacity: 0.7;
}

.forminator-ui select.forminator-input option {
    padding: 0.75rem;
    background-color: #ffffff;
    color: #111827;
}

.forminator-ui select.forminator-input option:checked {
    background-color: #FEF0E6;
    color: #F26522;
}

/* ============================================
   DATE/TIME INPUTS
   ============================================ */

.forminator-ui input[type="date"].forminator-input,
.forminator-ui input[type="time"].forminator-input,
.forminator-ui input[type="datetime-local"].forminator-input,
.forminator-ui input[type="month"].forminator-input,
.forminator-ui input[type="week"].forminator-input {
    min-height: 3rem;
    padding-left: 1rem;
    padding-right: 2.5rem;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1.125rem;
    cursor: pointer;
    border-radius: 9999px;
    border: 1px solid #e5e7eb;
    color: #111827;
    transition: border-color 200ms ease, box-shadow 200ms ease;
    outline: none;
}

.forminator-ui input[type="date"].forminator-input {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='16' y1='2' x2='16' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='2' x2='8' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='10' x2='21' y2='10'%3E%3C/line%3E%3C/svg%3E");
}

.forminator-ui input[type="time"].forminator-input {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cpolyline points='12 6 12 12 16 14'%3E%3C/polyline%3E%3C/svg%3E");
}

.forminator-ui input[type="datetime-local"].forminator-input {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='16' y1='2' x2='16' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='2' x2='8' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='10' x2='21' y2='10'%3E%3C/line%3E%3Cline x1='12' y1='14' x2='12' y2='18'%3E%3C/line%3E%3Cline x1='14' y1='16' x2='18' y2='16'%3E%3C/line%3E%3C/svg%3E");
}

.forminator-ui input[type="date"].forminator-input:focus,
.forminator-ui input[type="time"].forminator-input:focus,
.forminator-ui input[type="datetime-local"].forminator-input:focus {
    border-color: #F26522;
    box-shadow: 0 0 0 3px rgba(242, 101, 34, 0.1);
}

.forminator-ui input[type="date"].forminator-input::-webkit-calendar-picker-indicator,
.forminator-ui input[type="time"].forminator-input::-webkit-calendar-picker-indicator,
.forminator-ui input[type="datetime-local"].forminator-input::-webkit-calendar-picker-indicator {
    opacity: 0.6;
    cursor: pointer;
}

.forminator-ui input[type="date"].forminator-input:hover::-webkit-calendar-picker-indicator,
.forminator-ui input[type="time"].forminator-input:hover::-webkit-calendar-picker-indicator {
    opacity: 1;
}

/* ============================================
   NUMBER INPUT
   ============================================ */

.forminator-ui input[type="number"].forminator-input {
    -moz-appearance: textfield;
    padding-right: 3rem;
    border-radius: 9999px;
}

.forminator-ui input[type="number"].forminator-input::-webkit-outer-spin-button,
.forminator-ui input[type="number"].forminator-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* ============================================
   URL INPUT
   ============================================ */

.forminator-ui input[type="url"].forminator-input {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71'%3E%3C/path%3E%3Cpath d='M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1rem;
    border-radius: 9999px;
}

/* ============================================
   PHONE INPUT
   ============================================ */

.forminator-ui .forminator-phone {
    display: flex;
    gap: 0.5rem;
}

.forminator-ui .forminator-phone select.forminator-input {
    max-width: 110px;
    flex-shrink: 0;
    border-radius: 9999px 0 0 9999px;
    border-right: none;
}

.forminator-ui .forminator-phone select.forminator-input:focus {
    border-right: none;
}

.forminator-ui .forminator-phone input.forminator-input {
    flex: 1;
    border-radius: 0 9999px 9999px 0;
}

/* ============================================
   INPUT WITH PREFIX/SUFFIX
   ============================================ */

.forminator-ui .forminator-input-with-prefix,
.forminator-ui .forminator-input-with-suffix {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 9999px;
    overflow: hidden;
    transition: border-color 200ms ease, box-shadow 200ms ease;
}

.forminator-ui .forminator-input-with-prefix:focus-within,
.forminator-ui .forminator-input-with-suffix:focus-within {
    border-color: #F26522;
    box-shadow: 0 0 0 3px rgba(242, 101, 34, 0.1);
}

.forminator-ui .forminator-input-with-prefix .forminator-prefix,
.forminator-ui .forminator-input-with-suffix .forminator-suffix {
    display: flex;
    align-items: center;
    padding: 0 1rem;
    background-color: #f3f4f6;
    color: #6b7280;
    font-size: 0.875rem;
    font-weight: 500;
    white-space: nowrap;
}

.forminator-ui .forminator-input-with-prefix .forminator-input,
.forminator-ui .forminator-input-with-suffix .forminator-input {
    border: none;
    border-radius: 0;
    box-shadow: none;
    flex: 1;
}

.forminator-ui .forminator-input-with-prefix .forminator-input:focus,
.forminator-ui .forminator-input-with-suffix .forminator-input:focus {
    box-shadow: none;
}

/* Error States */
.forminator-ui .forminator-has_error .forminator-input,
.forminator-ui .forminator-has_error .forminator-textarea,
.forminator-ui .forminator-has_error .forminator-input-with-prefix,
.forminator-ui .forminator-has_error .forminator-input-with-suffix {
    border-color: #e04562;
    box-shadow: inset 2px 0 0 0 #e04562;
}

.forminator-ui .forminator-has_error .forminator-input:focus,
.forminator-ui .forminator-has_error .forminator-textarea:focus {
    box-shadow: inset 2px 0 0 0 #e04562, 0 0 0 3px rgba(224, 69, 98, 0.1);
}

.forminator-ui .forminator-error-message {
    display: none;
    font-size: 0.75rem;
    color: #e04562;
    background-color: #f9e4e8;
    padding: 0.5rem 0.75rem;
    border-radius: 0.5rem;
    margin-top: 0.375rem;
    font-weight: 500;
    line-height: 1.5;
    align-items: center;
}

.forminator-ui .forminator-error-message:before {
    content: '!';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
    height: 1rem;
    background-color: #e04562;
    color: white;
    border-radius: 50%;
    font-size: 0.625rem;
    font-weight: 700;
    margin-right: 0.5rem;
    flex-shrink: 0;
}

.forminator-ui .forminator-has_error .forminator-error-message {
    display: flex;
}

/* Checkbox & Radio */
.forminator-ui .forminator-checkbox,
.forminator-ui .forminator-radio {
    display: flex;
    align-items: flex-start;
    margin: 0.75rem 0;
    cursor: pointer;
    position: relative;
}

.forminator-ui .forminator-checkbox input,
.forminator-ui .forminator-radio input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    cursor: pointer;
}

.forminator-ui .forminator-checkbox-box,
.forminator-ui .forminator-radio-bullet {
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
    border: 1px solid #d1d5db;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 200ms ease;
    margin-right: 0.75rem;
    margin-top: 0.125rem;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
}

.forminator-ui .forminator-checkbox-box {
    border-radius: 0.375rem;
}

.forminator-ui .forminator-radio-bullet {
    border-radius: 9999px;
}

.forminator-ui .forminator-checkbox-box:before {
    content: '✓';
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    opacity: 0;
    transform: scale(0.5);
    transition: all 150ms ease;
}

.forminator-ui .forminator-radio-bullet:before {
    content: '';
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 9999px;
    background-color: #F26522;
    opacity: 0;
    transform: scale(0.5);
    transition: all 150ms ease;
}

.forminator-ui .forminator-checkbox input:checked+.forminator-checkbox-box,
.forminator-ui .forminator-radio input:checked+.forminator-radio-bullet {
    border-color: #F26522;
    background-color: #F26522;
}

.forminator-ui .forminator-checkbox input:checked+.forminator-checkbox-box:before,
.forminator-ui .forminator-radio input:checked+.forminator-radio-bullet:before {
    opacity: 1;
    transform: scale(1);
}

.forminator-ui .forminator-checkbox input:focus+.forminator-checkbox-box,
.forminator-ui .forminator-radio input:focus+.forminator-radio-bullet {
    box-shadow: 0 0 0 3px rgba(242, 101, 34, 0.1), inset 0 1px 2px rgba(0, 0, 0, 0.05);
}

.forminator-ui .forminator-checkbox input:disabled+.forminator-checkbox-box,
.forminator-ui .forminator-radio input:disabled+.forminator-radio-bullet {
    background-color: #f3f4f6;
    border-color: #e5e7eb;
    cursor: not-allowed;
    opacity: 0.6;
}

.forminator-ui .forminator-checkbox-label,
.forminator-ui .forminator-radio-label {
    font-size: 0.875rem;
    color: #4B5563;
    line-height: 1.5;
    cursor: pointer;
    user-select: none;
}

.forminator-ui .forminator-checkbox-label a,
.forminator-ui .forminator-radio-label a {
    color: #F26522;
    text-decoration: underline;
}

.forminator-ui .forminator-checkbox-label a:hover,
.forminator-ui .forminator-radio-label a:hover {
    color: #d95516;
}

/* Consent Checkbox */
.forminator-ui .forminator-consent {
    margin: 1rem 0;
}

.forminator-ui .forminator-consent .forminator-checkbox-box {
    margin-top: 0;
}

/* Inline checkbox/radio */
.forminator-ui .forminator-checkbox.forminator-checkbox-inline,
.forminator-ui .forminator-radio.forminator-radio-inline {
    display: inline-flex;
    margin-right: 1.5rem;
    margin-bottom: 0.5rem;
}

/* Submit Button */
.forminator-ui .forminator-button-submit {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0.75rem 2rem;
    font-size: 1rem;
    font-weight: 700;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    letter-spacing: 0.025em;
    color: #ffffff;
    background: linear-gradient(135deg, #F26522 0%, #FF8A65 100%);
    border: none;
    border-radius: 9999px;
    cursor: pointer;
    transition: all 400ms ease;
    box-shadow: 0 4px 6px -1px rgba(242, 101, 34, 0.3);
    min-height: 3rem;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.forminator-ui .forminator-button-submit:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, transparent 100%);
    opacity: 0;
    transition: opacity 300ms ease;
}

.forminator-ui .forminator-button-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 20px rgba(242, 101, 34, 0.4), 0 4px 6px -1px rgba(242, 101, 34, 0.3);
    color: #ffffff;
}

.forminator-ui .forminator-button-submit:hover:before {
    opacity: 1;
}

.forminator-ui .forminator-button-submit:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(242, 101, 34, 0.3), 0 4px 6px -1px rgba(242, 101, 34, 0.3);
}

.forminator-ui .forminator-button-submit:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px -1px rgba(242, 101, 34, 0.3);
}

.forminator-ui .forminator-button-submit.forminator-disabled,
.forminator-ui .forminator-button-submit:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.forminator-ui .forminator-button-submit.forminator-disabled:hover,
.forminator-ui .forminator-button-submit:disabled:hover {
    box-shadow: none;
    transform: none;
}

/* Secondary/Cancel Button */
.forminator-ui .forminator-button-cancel {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0.75rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    color: #4B5563;
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 9999px;
    cursor: pointer;
    transition: all 200ms ease;
    min-height: 3rem;
    text-decoration: none;
}

.forminator-ui .forminator-button-cancel:hover {
    border-color: #d1d5db;
    background-color: #f9fafb;
    color: #111827;
}

.forminator-ui .forminator-button-cancel:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(242, 101, 34, 0.1);
    border-color: #F26522;
}

/* Response Messages */
.forminator-ui .forminator-response-message {
    margin: 1rem 0;
    padding: 1rem 1.25rem;
    border-radius: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border: 1px solid transparent;
}

.forminator-ui .forminator-response-message p {
    margin: 0;
}

.forminator-ui .forminator-response-message:empty {
    display: none;
}

.forminator-ui .forminator-response-message.forminator-success {
    background-color: #DCFCE7;
    color: #166534;
    border-color: #86efac;
}

.forminator-ui .forminator-response-message.forminator-error {
    background-color: #f9e4e8;
    color: #e04562;
    border-color: #fda4af;
}

.forminator-ui .forminator-response-message.forminator-info {
    background-color: #E0F2FE;
    color: #075985;
    border-color: #7dd3fc;
}

.forminator-ui .forminator-response-message.forminator-warning {
    background-color: #FEF3C7;
    color: #92400E;
    border-color: #fde68a;
}

/* Loading State */
.forminator-ui .forminator-response-message.forminator-loading {
    position: relative;
    padding-left: 3rem;
    background-color: #E0F2FE;
    color: #075985;
    border-color: #7dd3fc;
}

.forminator-ui .forminator-response-message.forminator-loading:before {
    content: '◌';
    position: absolute;
    left: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    animation: forminator-spin 1s linear infinite;
    font-size: 1rem;
    font-weight: bold;
}

@keyframes forminator-spin {
    from {
        transform: translateY(-50%) rotate(0deg);
    }

    to {
        transform: translateY(-50%) rotate(360deg);
    }
}

/* Hidden Labels (for accessibility) */
.forminator-ui .forminator-screen-reader-only,
.forminator-ui .forminator-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Form Fields Spacing */
.forminator-ui .forminator-row {
    margin-bottom: 0;
}

.forminator-ui .forminator-field {
    padding: 0;
}

.forminator-ui .forminator-col {
    padding: 0 0.5rem;
}

/* Captcha */
.forminator-ui .forminator-captcha {
    margin: 1rem 0;
}

.forminator-ui .forminator-captcha .forminator-label {
    margin-bottom: 0.5rem;
}

.forminator-ui .forminator-g-recaptcha>div {
    max-width: 100%;
}

.forminator-ui .forminator-captcha-left {
    text-align: left;
}

.forminator-ui .forminator-captcha-center {
    text-align: center;
}

.forminator-ui .forminator-captcha-right {
    text-align: right;
}

/* Select dropdown styling */
.forminator-ui select.forminator-input {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1rem;
    padding-right: 2.5rem;
    cursor: pointer;
}

.forminator-ui select.forminator-input:focus {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23F26522' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}

/* Date picker */
.forminator-ui input[type="date"].forminator-input,
.forminator-ui input[type="time"].forminator-input,
.forminator-ui input[type="datetime-local"].forminator-input {
    min-height: 3rem;
}

/* File Upload */
.forminator-ui .forminator-file-upload {
    border: 2px dashed #e5e7eb;
    border-radius: 1rem;
    padding: 2rem;
    text-align: center;
    background-color: #f9fafb;
    transition: all 200ms ease;
    cursor: pointer;
}

.forminator-ui .forminator-file-upload:hover {
    border-color: #F26522;
    background-color: #FEF0E6;
}

.forminator-ui .forminator-file-upload.dragover {
    border-color: #F26522;
    background-color: #FEF0E6;
}

.forminator-ui .forminator-file-upload input[type="file"] {
    display: none;
}

.forminator-ui .forminator-file-upload .forminator-upload-message {
    color: #6b7280;
    font-size: 0.875rem;
}

.forminator-ui .forminator-file-upload .forminator-upload-icon {
    color: #F26522;
    margin-bottom: 0.5rem;
}

/* Password Strength */
.forminator-ui .forminator-password-strength {
    margin-top: 0.5rem;
}

.forminator-ui .forminator-password-strength .strength-bar {
    height: 0.25rem;
    background-color: #e5e7eb;
    border-radius: 0.25rem;
    overflow: hidden;
}

.forminator-ui .forminator-password-strength .strength-bar .strength-fill {
    height: 100%;
    transition: all 300ms ease;
}

.forminator-ui .forminator-password-strength .strength-bar .strength-fill.weak {
    width: 25%;
    background-color: #ef4444;
}

.forminator-ui .forminator-password-strength .strength-bar .strength-fill.fair {
    width: 50%;
    background-color: #f59e0b;
}

.forminator-ui .forminator-password-strength .strength-bar .strength-fill.good {
    width: 75%;
    background-color: #22c55e;
}

.forminator-ui .forminator-password-strength .strength-bar .strength-fill.strong {
    width: 100%;
    background-color: #10b981;
}

.forminator-ui .forminator-password-strength .strength-text {
    font-size: 0.75rem;
    color: #6b7280;
    margin-top: 0.25rem;
}

/* Rating */
.forminator-ui .forminator-rating-wrapper {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.forminator-ui .forminator-rating-wrapper .forminator-rating-items {
    display: flex;
    gap: 0.25rem;
}

.forminator-ui .forminator-rating-wrapper .forminator-rating-item {
    cursor: pointer;
    color: #d1d5db;
    font-size: 1.5rem;
    transition: all 150ms ease;
}

.forminator-ui .forminator-rating-wrapper .forminator-rating-item:hover,
.forminator-ui .forminator-rating-wrapper .forminator-rating-item.active {
    color: #F26522;
}

.forminator-ui .forminator-rating-wrapper .forminator-rating-suffix {
    font-size: 0.875rem;
    color: #6b7280;
}

/* Slider */
.forminator-ui .forminator-slider {
    padding: 1rem 0;
}

.forminator-ui .forminator-slider .forminator-slide {
    background: #e5e7eb;
    border-radius: 0.5rem;
    height: 0.5rem;
}

.forminator-ui .forminator-slider .ui-slider-handle {
    width: 1.25rem;
    height: 1.25rem;
    background: #F26522;
    border: 2px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 150ms ease;
}

.forminator-ui .forminator-slider .ui-slider-handle:hover {
    transform: scale(1.1);
    box-shadow: 0 0 0 3px rgba(242, 101, 34, 0.2);
}

.forminator-ui .forminator-slider .ui-slider-range {
    background: linear-gradient(135deg, #F26522 0%, #FF8A65 100%);
    border-radius: 0.5rem;
}

/* Pagination (multi-step forms) */
.forminator-ui .forminator-pagination {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e5e7eb;
}

.forminator-ui .forminator-pagination .forminator-progress {
    margin-bottom: 1rem;
}

.forminator-ui .forminator-pagination .forminator-progress-bar {
    height: 0.5rem;
    background-color: #e5e7eb;
    border-radius: 0.25rem;
    overflow: hidden;
}

.forminator-ui .forminator-pagination .forminator-progress-bar .forminator-progress-fill {
    height: 100%;
    background: linear-gradient(135deg, #F26522 0%, #FF8A65 100%);
    transition: width 400ms ease;
}

.forminator-ui .forminator-pagination .forminator-steps {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.forminator-ui .forminator-pagination .forminator-step {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: #6b7280;
}

.forminator-ui .forminator-pagination .forminator-step.active {
    color: #F26522;
    font-weight: 600;
}

.forminator-ui .forminator-pagination .forminator-step.completed {
    color: #22c55e;
}

/* Mobile Responsiveness */
@media (max-width: 640px) {

    .forminator-ui .forminator-input,
    .forminator-ui .forminator-textarea {
        font-size: 1rem;
        padding: 0.625rem 1rem;
    }

    .forminator-ui .forminator-button-submit,
    .forminator-ui .forminator-button-cancel {
        width: 100%;
        padding: 0.75rem 1.5rem;
    }

    .forminator-ui .forminator-checkbox.forminator-checkbox-inline,
    .forminator-ui .forminator-radio.forminator-radio-inline {
        display: flex;
        margin-right: 0;
    }

    .forminator-ui .forminator-field {
        margin-bottom: 1.25rem;
    }
}

/* ============================================
   ADDITIONAL FORMINATOR ELEMENTS
   ============================================ */

.forminator-ui .forminator-input:disabled,
.forminator-ui .forminator-textarea:disabled {
    background-color: #f3f4f6;
    border-style: dotted;
    cursor: not-allowed;
    opacity: 0.7;
}

/* Error States */
.forminator-ui .forminator-has_error .forminator-input,
.forminator-ui .forminator-has_error .forminator-textarea {
    border-color: #e04562;
    box-shadow: inset 2px 0 0 0 #e04562;
}

.forminator-ui .forminator-error-message {
    display: none;
    font-size: 0.875rem;
    color: #e04562;
    background-color: #f9e4e8;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    margin-top: 0.5rem;
    font-weight: 500;
}

.forminator-ui .forminator-has_error .forminator-error-message {
    display: block;
}

/* Checkbox & Radio */
.forminator-ui .forminator-checkbox,
.forminator-ui .forminator-radio {
    display: flex;
    align-items: flex-start;
    margin: 0.75rem 0;
    cursor: pointer;
}

.forminator-ui .forminator-checkbox-box,
.forminator-ui .forminator-radio-bullet {
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
    border: 1px solid #d1d5db;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 200ms ease;
    margin-right: 0.75rem;
    margin-top: 0.125rem;
}

.forminator-ui .forminator-checkbox-box {
    border-radius: 0.375rem;
}

.forminator-ui .forminator-radio-bullet {
    border-radius: 9999px;
}

.forminator-ui .forminator-checkbox-box:before {
    content: '✓';
    color: #ffffff;
    font-size: 0.75rem;
    opacity: 0;
    transition: opacity 200ms ease;
}

.forminator-ui .forminator-radio-bullet:before {
    content: '';
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 9999px;
    background-color: #F26522;
    opacity: 0;
    transition: opacity 200ms ease;
}

.forminator-ui .forminator-checkbox input:checked+.forminator-checkbox-box,
.forminator-ui .forminator-radio input:checked+.forminator-radio-bullet {
    border-color: #F26522;
    background-color: #F26522;
}

.forminator-ui .forminator-checkbox input:checked+.forminator-checkbox-box:before,
.forminator-ui .forminator-radio input:checked+.forminator-radio-bullet:before {
    opacity: 1;
}

.forminator-ui .forminator-checkbox-label,
.forminator-ui .forminator-radio-label {
    font-size: 0.875rem;
    color: #4B5563;
    line-height: 1.5;
}

.forminator-ui .forminator-consent {
    margin: 1rem 0;
}

.forminator-ui .forminator-consent .forminator-checkbox-box {
    margin-top: 0;
}

/* Submit Button */
.forminator-ui .forminator-button-submit {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0.75rem 2rem;
    font-size: 1rem;
    font-weight: 700;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    color: #ffffff;
    background: linear-gradient(135deg, #F26522 0%, #FF8A65 100%);
    border: none;
    border-radius: 9999px;
    cursor: pointer;
    transition: all 400ms ease;
    box-shadow: 0 4px 6px -1px rgba(242, 101, 34, 0.3);
    min-height: 3rem;
}

.forminator-ui .forminator-button-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 20px rgba(242, 101, 34, 0.4);
}

.forminator-ui .forminator-button-submit:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(242, 101, 34, 0.3);
}

.forminator-ui .forminator-button-submit:active {
    transform: translateY(0);
}

.forminator-ui .forminator-button-submit.forminator-disabled,
.forminator-ui .forminator-button-submit:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

/* Response Messages */
.forminator-ui .forminator-response-message {
    margin: 1rem 0;
    padding: 1rem 1.25rem;
    border-radius: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.forminator-ui .forminator-response-message p {
    margin: 0;
}

.forminator-ui .forminator-response-message.forminator-success {
    background-color: #DCFCE7;
    color: #166534;
    border: 1px solid #86efac;
}

.forminator-ui .forminator-response-message.forminator-error {
    background-color: #f9e4e8;
    color: #e04562;
    border: 1px solid #fda4af;
}

.forminator-ui .forminator-response-message.forminator-info {
    background-color: #E0F2FE;
    color: #075985;
    border: 1px solid #7dd3fc;
}

.forminator-ui .forminator-response-message.forminator-warning {
    background-color: #FEF3C7;
    color: #92400E;
    border: 1px solid #fde68a;
}

/* Loading State */
.forminator-ui .forminator-response-message.forminator-loading {
    position: relative;
    padding-left: 3rem;
}

.forminator-ui .forminator-response-message.forminator-loading:before {
    content: '◌';
    position: absolute;
    left: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    animation: spin 1s linear infinite;
    font-size: 1rem;
}

@keyframes spin {
    from {
        transform: translateY(-50%) rotate(0deg);
    }

    to {
        transform: translateY(-50%) rotate(360deg);
    }
}

/* Hidden Labels (for accessibility) */
.forminator-ui .forminator-screen-reader-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Form Fields Spacing */
.forminator-ui .forminator-row {
    margin-bottom: 0;
}

.forminator-ui .forminator-field {
    padding: 0;
}

/* Captcha */
.forminator-ui .forminator-captcha {
    margin: 1rem 0;
}

.forminator-ui .forminator-captcha .forminator-label {
    margin-bottom: 0.5rem;
}

/* Select dropdown styling */
.forminator-ui select.forminator-input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1rem;
    padding-right: 2.75rem;
    cursor: pointer;
    min-height: 3rem;
    line-height: 1.5;
}

.forminator-ui select.forminator-input:focus {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23F26522' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}

.forminator-ui select.forminator-input:hover {
    border-color: #d1d5db;
}

.forminator-ui select.forminator-input option {
    padding: 0.75rem;
    background-color: #ffffff;
    color: #111827;
}

/* Forminator Select Dropdown */
.forminator-ui .forminator-select2 {
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 9999px;
    max-height: 300px;
    padding: 0.5rem 1rem;
    width: 100%;
    overflow-y: auto;
    z-index: 1000;
}

.forminator-ui .forminator-select2 .forminator-option {
    padding: 0.75rem 1rem;
    cursor: pointer;
    transition: all 150ms ease;
    border-bottom: 1px solid #f3f4f6;
}

.forminator-ui .forminator-select2 .forminator-option:last-child {
    border-bottom: none;
}

.forminator-ui .forminator-select2 .forminator-option:hover {
    background-color: #FEF0E6;
    color: #F26522;
}

.forminator-ui .forminator-select2 .forminator-option.selected {
    background-color: #F26522;
    color: #ffffff;
}

.forminator-ui .forminator-select2 .forminator-option.focused {
    background-color: #FEF0E6;
    outline: none;
}

/* Multi-select */
.forminator-ui .forminator-multiselect .forminator-option {
    display: flex;
    align-items: center;
    padding: 0.5rem 0.75rem;
    cursor: pointer;
    border-bottom: 1px solid #f3f4f6;
    transition: all 150ms ease;
}

.forminator-ui .forminator-multiselect .forminator-option:last-child {
    border-bottom: none;
}

.forminator-ui .forminator-multiselect .forminator-option:hover {
    background-color: #f9fafb;
}

.forminator-ui .forminator-multiselect .forminator-option input[type="checkbox"] {
    width: 1.125rem;
    height: 1.125rem;
    margin-right: 0.75rem;
    cursor: pointer;
    accent-color: #F26522;
}

.forminator-ui .forminator-multiselect .forminator-option span {
    font-size: 0.875rem;
    color: #4B5563;
}

/* Date, Time, Date-time inputs */
.forminator-ui input[type="date"].forminator-input,
.forminator-ui input[type="time"].forminator-input,
.forminator-ui input[type="datetime-local"].forminator-input,
.forminator-ui input[type="month"].forminator-input,
.forminator-ui input[type="week"].forminator-input {
    min-height: 3rem;
    padding-left: 1rem;
    padding-right: 2.5rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='16' y1='2' x2='16' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='2' x2='8' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='10' x2='21' y2='10'%3E%3C/line%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1.125rem;
    cursor: pointer;
}

.forminator-ui input[type="time"].forminator-input {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cpolyline points='12 6 12 12 16 14'%3E%3C/polyline%3E%3C/svg%3E");
}

.forminator-ui input[type="date"].forminator-input:focus,
.forminator-ui input[type="time"].forminator-input:focus,
.forminator-ui input[type="datetime-local"].forminator-input:focus {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23F26522' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='16' y1='2' x2='16' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='2' x2='8' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='10' x2='21' y2='10'%3E%3C/line%3E%3C/svg%3E");
}

/* Number input with spinner */
.forminator-ui input[type="number"].forminator-input {
    -moz-appearance: textfield;
}

.forminator-ui input[type="number"].forminator-input::-webkit-outer-spin-button,
.forminator-ui input[type="number"].forminator-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.forminator-ui input[type="number"].forminator-input {
    padding-right: 3rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='12' y1='5' x2='12' y2='19'%3E%3C/line%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 1rem;
}

/* Phone input with country code */
.forminator-ui .forminator-phone {
    display: flex;
    gap: 0.5rem;
}

.forminator-ui .forminator-phone select.forminator-input {
    max-width: 120px;
    flex-shrink: 0;
}

.forminator-ui .forminator-phone input.forminator-input {
    flex: 1;
}

/* URL Input */
.forminator-ui input[type="url"].forminator-input {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71'%3E%3C/path%3E%3Cpath d='M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1rem;
}

/* Hidden field */
.forminator-ui input[type="hidden"].forminator-input {
    display: none;
}

/* File Upload - Enhanced */
.forminator-ui .forminator-file-upload {
    border: 2px dashed #d1d5db;
    border-radius: 1rem;
    padding: 2.5rem 1.5rem;
    text-align: center;
    background-color: #f9fafb;
    transition: all 200ms ease;
    cursor: pointer;
    position: relative;
}

.forminator-ui .forminator-file-upload:hover {
    border-color: #F26522;
    background-color: #FEF0E6;
}

.forminator-ui .forminator-file-upload.dragover {
    border-color: #F26522;
    background-color: #FEF0E6;
    transform: scale(1.01);
}

.forminator-ui .forminator-file-upload input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.forminator-ui .forminator-file-upload .forminator-upload-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    pointer-events: none;
}

.forminator-ui .forminator-file-upload .forminator-upload-icon {
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FEF0E6;
    border-radius: 50%;
    color: #F26522;
    transition: all 200ms ease;
}

.forminator-ui .forminator-file-upload:hover .forminator-upload-icon {
    background-color: #F26522;
    color: #ffffff;
    transform: scale(1.1);
}

.forminator-ui .forminator-file-upload .forminator-upload-message {
    color: #6b7280;
    font-size: 0.875rem;
    line-height: 1.5;
}

.forminator-ui .forminator-file-upload .forminator-upload-message strong {
    color: #F26522;
    font-weight: 600;
}

.forminator-ui .forminator-file-upload .forminator-upload-limit {
    font-size: 0.75rem;
    color: #9CA3AF;
}

/* Uploaded Files List */
.forminator-ui .forminator-file-uploaded {
    margin-top: 1rem;
}

.forminator-ui .forminator-file-uploaded .forminator-file {
    display: flex;
    align-items: center;
    padding: 0.75rem 1rem;
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    margin-bottom: 0.5rem;
    transition: all 150ms ease;
}

.forminator-ui .forminator-file-uploaded .forminator-file:hover {
    border-color: #d1d5db;
    background-color: #f9fafb;
}

.forminator-ui .forminator-file-uploaded .forminator-file-icon {
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f3f4f6;
    border-radius: 0.5rem;
    color: #6b7280;
    margin-right: 0.75rem;
    flex-shrink: 0;
}

.forminator-ui .forminator-file-uploaded .forminator-file-name {
    flex: 1;
    font-size: 0.875rem;
    color: #111827;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.forminator-ui .forminator-file-uploaded .forminator-file-size {
    font-size: 0.75rem;
    color: #9CA3AF;
    margin-left: 0.5rem;
}

.forminator-ui .forminator-file-uploaded .forminator-file-remove {
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    color: #9CA3AF;
    cursor: pointer;
    border-radius: 50%;
    transition: all 150ms ease;
    margin-left: 0.5rem;
}

.forminator-ui .forminator-file-uploaded .forminator-file-remove:hover {
    background-color: #fee2e2;
    color: #ef4444;
}

/* Multi-upload */
.forminator-ui .forminator-multi-upload {
    position: relative;
}

.forminator-ui .forminator-multi-upload .forminator-upload-item {
    display: flex;
    align-items: center;
    padding: 0.75rem;
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    margin-bottom: 0.5rem;
    animation: fadeIn 200ms ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.forminator-ui .forminator-multi-upload .forminator-upload-item .forminator-preview {
    width: 3rem;
    height: 3rem;
    border-radius: 0.5rem;
    object-fit: cover;
    margin-right: 0.75rem;
    background-color: #f3f4f6;
}

.forminator-ui .forminator-multi-upload .forminator-upload-item .forminator-upload-details {
    flex: 1;
    min-width: 0;
}

.forminator-ui .forminator-multi-upload .forminator-upload-item .forminator-upload-name {
    font-size: 0.875rem;
    color: #111827;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.forminator-ui .forminator-multi-upload .forminator-upload-item .forminator-upload-meta {
    font-size: 0.75rem;
    color: #9CA3AF;
}

/* Signature Pad */
.forminator-ui .forminator-signature {
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    background-color: #ffffff;
    overflow: hidden;
}

.forminator-ui .forminator-signature canvas {
    display: block;
    width: 100%;
    cursor: crosshair;
}

.forminator-ui .forminator-signature .forminator-signature-footer {
    display: flex;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    background-color: #f9fafb;
    border-top: 1px solid #e5e7eb;
}

.forminator-ui .forminator-signature .forminator-signature-clear {
    font-size: 0.75rem;
    color: #6b7280;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    transition: all 150ms ease;
}

.forminator-ui .forminator-signature .forminator-signature-clear:hover {
    background-color: #fee2e2;
    color: #ef4444;
}

/* Calculation Field */
.forminator-ui .forminator-calculation {
    padding: 1rem;
    background-color: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    font-size: 1rem;
    color: #111827;
    font-weight: 500;
}

/* Post Data */
.forminator-ui .forminator-post-data {
    margin-bottom: 1rem;
}

.forminator-ui .forminator-post-data label {
    font-weight: 600;
    font-size: 0.875rem;
    color: #111827;
    margin-bottom: 0.5rem;
    display: block;
}

/* Save Draft */
.forminator-ui .forminator-save-draft-link {
    display: inline-block;
    font-size: 0.875rem;
    color: #F26522;
    text-decoration: none;
    padding: 0.5rem 0;
    margin: 0.5rem 0;
    transition: all 150ms ease;
}

.forminator-ui .forminator-save-draft-link:hover {
    color: #d95516;
    text-decoration: underline;
}

.forminator-ui .forminator-save-draft-link.disabled {
    color: #9CA3AF;
    cursor: default;
}

/* Repeater Field */
.forminator-ui .forminator-repeater-field {
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    padding: 1.5rem;
    background-color: #f9fafb;
    margin-bottom: 1rem;
}

.forminator-ui .forminator-repeater-field .forminator-grouped-fields {
    padding: 1rem 0;
    border-bottom: 1px solid #e5e7eb;
}

.forminator-ui .forminator-repeater-field .forminator-grouped-fields:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.forminator-ui .forminator-repeater-field .forminator-grouped-fields:first-child {
    padding-top: 0;
}

.forminator-ui .forminator-repeater-field .forminator-action-buttons {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e5e7eb;
}

.forminator-ui .forminator-repeater-field .forminator-repeater-action-button {
    font-size: 0.75rem;
    padding: 0.375rem 0.75rem;
    border-radius: 9999px;
    border: 1px solid #e5e7eb;
    background-color: #ffffff;
    color: #6b7280;
    cursor: pointer;
    transition: all 150ms ease;
}

.forminator-ui .forminator-repeater-field .forminator-repeater-action-button:hover {
    border-color: #F26522;
    color: #F26522;
}

.forminator-ui .forminator-repeater-field .forminator-repeater-action-button.remove:hover {
    background-color: #fee2e2;
    border-color: #ef4444;
    color: #ef4444;
}

/* Typography Field */
.forminator-ui .forminator-quill {
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    overflow: hidden;
    background-color: #ffffff;
}

.forminator-ui .forminator-quill .ql-toolbar {
    border: none;
    border-bottom: 1px solid #e5e7eb;
    background-color: #f9fafb;
    padding: 0.75rem;
}

.forminator-ui .forminator-quill .ql-toolbar .ql-stroke {
    stroke: #6b7280;
}

.forminator-ui .forminator-quill .ql-toolbar .ql-fill {
    fill: #6b7280;
}

.forminator-ui .forminator-quill .ql-toolbar .ql-picker {
    color: #6b7280;
}

.forminator-ui .forminator-quill .ql-toolbar button:hover .ql-stroke,
.forminator-ui .forminator-quill .ql-toolbar button.ql-active .ql-stroke {
    stroke: #F26522;
}

.forminator-ui .forminator-quill .ql-toolbar button:hover .ql-fill,
.forminator-ui .forminator-quill .ql-toolbar button.ql-active .ql-fill {
    fill: #F26522;
}

.forminator-ui .forminator-quill .ql-container {
    border: none;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 1rem;
    min-height: 150px;
}

.forminator-ui .forminator-quill .ql-editor {
    padding: 1rem;
    min-height: 150px;
}

.forminator-ui .forminator-quill .ql-editor.ql-blank::before {
    color: #9CA3AF;
    font-style: normal;
}

/* HTML Field */
.forminator-ui .forminator-html {
    padding: 1rem;
    background-color: #f9fafb;
    border-radius: 1rem;
}

/* Section Break */
.forminator-ui .forminator-section-break {
    margin: 1.5rem 0;
    padding: 1rem 0;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
}

.forminator-ui .forminator-section-break .forminator-title {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
}

.forminator-ui .forminator-section-break .forminator-description {
    font-size: 0.875rem;
}

/* Spinner/Loader */
.forminator-ui .forminator-spinner {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    border: 2px solid #e5e7eb;
    border-top-color: #F26522;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* Payment Fields */
.forminator-ui .forminator-paypal-row,
.forminator-ui .forminator-stripe-row {
    padding: 1.5rem;
    background-color: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    margin-bottom: 1rem;
}

.forminator-ui .forminator-paypal-row .forminator-field,
.forminator-ui .forminator-stripe-row .forminator-field {
    margin-bottom: 1rem;
}

.forminator-ui .forminator-paypal-row .forminator-field:last-child,
.forminator-ui .forminator-stripe-row .forminator-field:last-child {
    margin-bottom: 0;
}

/* Total Display */
.forminator-ui .forminator-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    background: linear-gradient(135deg, #F26522 0%, #FF8A65 100%);
    border-radius: 1rem;
    color: #ffffff;
    font-weight: 600;
}

.forminator-ui .forminator-total .forminator-total-label {
    font-size: 1rem;
}

.forminator-ui .forminator-total .forminator-total-amount {
    font-size: 1.5rem;
    font-weight: 700;
}

/* Input Sizing */
.forminator-ui.forminator-size--small .forminator-input,
.forminator-ui.forminator-size--small .forminator-textarea {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
}

.forminator-ui.forminator-size--small select.forminator-input {
    min-height: 2.5rem;
}

.forminator-ui.forminator-size--large .forminator-input,
.forminator-ui.forminator-size--large .forminator-textarea {
    padding: 1rem 1.5rem;
    font-size: 1.125rem;
}

.forminator-ui.forminator-size--large select.forminator-input {
    min-height: 3.5rem;
}

/* Grid Layout */
.forminator-ui .forminator-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

.forminator-ui .forminator-col {
    flex: 1;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    min-width: 0;
}

.forminator-ui .forminator-col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.forminator-ui .forminator-col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.forminator-ui .forminator-col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

/* Form Actions */
.forminator-ui .forminator-action-buttons {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
    flex-wrap: wrap;
}

.forminator-ui .forminator-action-buttons .forminator-button {
    flex: 1;
    min-width: 120px;
}

/* Required asterisk */
.forminator-ui .forminator-label .required {
    color: #F26522;
    font-weight: 700;
}

/* Placeholder animation */
.forminator-ui .forminator-input:focus::-webkit-input-placeholder,
.forminator-ui .forminator-textarea:focus::-webkit-input-placeholder {
    color: #9CA3AF;
    opacity: 0.7;
}

/* Print styles */
@media print {

    .forminator-ui .forminator-button,
    .forminator-ui .forminator-file-upload,
    .forminator-ui .forminator-action-buttons {
        display: none !important;
    }

    .forminator-ui .forminator-input,
    .forminator-ui .forminator-textarea {
        border: 1px solid #000 !important;
        box-shadow: none !important;
    }
}

/* Mobile Responsiveness */
@media (max-width: 640px) {

    .forminator-ui .forminator-input,
    .forminator-ui .forminator-textarea {
        font-size: 1rem;
        padding: 0.625rem 1rem;
    }

    .forminator-ui .forminator-button-submit {
        width: 100%;
        padding: 0.75rem 1.5rem;
    }
}

/* ============================================
   ADDITIONAL FORMINATOR ELEMENTS
   ============================================ */

/* Select Dropdown Panel */
.forminator-ui .forminator-select-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    max-height: 300px;
    overflow-y: auto;
    z-index: 1000;
    margin-top: 0.5rem;
}

.forminator-ui .forminator-select-dropdown .forminator-search {
    padding: 0.75rem;
    border-bottom: 1px solid #e5e7eb;
}

.forminator-ui .forminator-select-dropdown .forminator-search input {
    width: 100%;
    padding: 0.5rem 0.75rem;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    font-size: 0.875rem;
}

.forminator-ui .forminator-select-dropdown .forminator-search input:focus {
    outline: none;
    border-color: #F26522;
}

.forminator-ui .forminator-select-dropdown .forminator-option {
    padding: 0.75rem 1rem;
    cursor: pointer;
    transition: background-color 150ms ease;
    border-bottom: 1px solid #f3f4f6;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.forminator-ui .forminator-select-dropdown .forminator-option:last-child {
    border-bottom: none;
}

.forminator-ui .forminator-select-dropdown .forminator-option:hover {
    background-color: #FEF0E6;
    color: #F26522;
}

.forminator-ui .forminator-select-dropdown .forminator-option.selected {
    background-color: #F26522;
    color: #ffffff;
}

.forminator-ui .forminator-select-dropdown .forminator-option .forminator-option-icon {
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
}

/* Multi-select */
.forminator-ui .forminator-multiselect {
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    background-color: #ffffff;
    max-height: 200px;
    overflow-y: auto;
}

.forminator-ui .forminator-multiselect .forminator-option {
    display: flex;
    align-items: center;
    padding: 0.625rem 1rem;
    cursor: pointer;
    border-bottom: 1px solid #f3f4f6;
    transition: background-color 150ms ease;
}

.forminator-ui .forminator-multiselect .forminator-option:last-child {
    border-bottom: none;
}

.forminator-ui .forminator-multiselect .forminator-option:hover {
    background-color: #f9fafb;
}

.forminator-ui .forminator-multiselect .forminator-option input[type="checkbox"] {
    width: 1rem;
    height: 1rem;
    margin-right: 0.75rem;
    accent-color: #F26522;
    cursor: pointer;
}

.forminator-ui .forminator-multiselect .forminator-option span {
    font-size: 0.875rem;
    color: #4B5563;
}

/* ============================================
   FILE UPLOAD
   ============================================ */

.forminator-ui .forminator-file-upload {
    border: 2px dashed #d1d5db;
    border-radius: 1rem;
    padding: 2rem 1.5rem;
    text-align: center;
    background-color: #f9fafb;
    transition: all 200ms ease;
    cursor: pointer;
    position: relative;
}

.forminator-ui .forminator-file-upload:hover {
    border-color: #F26522;
    background-color: #FEF0E6;
}

.forminator-ui .forminator-file-upload.dragover,
.forminator-ui .forminator-file-upload.forminator-dragover {
    border-color: #F26522;
    background-color: #FEF0E6;
    transform: scale(1.01);
}

.forminator-ui .forminator-file-upload input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.forminator-ui .forminator-file-upload .forminator-upload-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    pointer-events: none;
}

.forminator-ui .forminator-file-upload .forminator-upload-icon {
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FEF0E6;
    border-radius: 50%;
    color: #F26522;
    transition: all 200ms ease;
}

.forminator-ui .forminator-file-upload:hover .forminator-upload-icon {
    background-color: #F26522;
    color: #ffffff;
    transform: scale(1.1);
}

.forminator-ui .forminator-file-upload .forminator-upload-message {
    color: #6b7280;
    font-size: 0.875rem;
}

.forminator-ui .forminator-file-upload .forminator-upload-message strong {
    color: #F26522;
    font-weight: 600;
}

/* Uploaded Files */
.forminator-ui .forminator-multi-upload-list {
    margin-top: 1rem;
}

.forminator-ui .forminator-file {
    display: flex;
    align-items: center;
    padding: 0.75rem 1rem;
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    margin-bottom: 0.5rem;
    animation: slideIn 200ms ease;
}

@keyframes slideIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

.forminator-ui .forminator-file:last-child {
    margin-bottom: 0;
}

.forminator-ui .forminator-file-icon {
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f3f4f6;
    border-radius: 0.5rem;
    color: #6b7280;
    margin-right: 0.75rem;
    flex-shrink: 0;
}

.forminator-ui .forminator-file-name {
    flex: 1;
    font-size: 0.875rem;
    color: #111827;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.forminator-ui .forminator-file-remove {
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    color: #9CA3AF;
    cursor: pointer;
    border-radius: 50%;
    transition: all 150ms ease;
    margin-left: 0.5rem;
}

.forminator-ui .forminator-file-remove:hover {
    background-color: #fee2e2;
    color: #ef4444;
}

/* ============================================
   SIGNATURE
   ============================================ */

.forminator-ui .forminator-signature {
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    background-color: #ffffff;
    overflow: hidden;
}

.forminator-ui .forminator-signature canvas {
    display: block;
    width: 100%;
    cursor: crosshair;
}

.forminator-ui .forminator-signature .forminator-signature-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
    background-color: #f9fafb;
    border-top: 1px solid #e5e7eb;
}

.forminator-ui .forminator-signature .forminator-signature-clear {
    font-size: 0.75rem;
    color: #6b7280;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    transition: all 150ms ease;
}

.forminator-ui .forminator-signature .forminator-signature-clear:hover {
    background-color: #fee2e2;
    color: #ef4444;
}

/* ============================================
   CALCULATION & HTML
   ============================================ */

.forminator-ui .forminator-calculation {
    padding: 1rem;
    background-color: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    font-size: 1rem;
    color: #111827;
    font-weight: 500;
}

.forminator-ui .forminator-html {
    padding: 1rem;
    background-color: #f9fafb;
    border-radius: 1rem;
}

/* ============================================
   SECTION BREAK
   ============================================ */

.forminator-ui .forminator-section-break {
    margin: 1.5rem 0;
    padding: 1.5rem 0;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
}

.forminator-ui .forminator-section-break .forminator-title {
    font-size: 1.125rem;
    font-weight: 600;
    color: #111827;
    margin-bottom: 0.5rem;
}

.forminator-ui .forminator-section-break .forminator-description {
    font-size: 0.875rem;
    color: #6b7280;
}

/* ============================================
   REPEATER FIELD
   ============================================ */

.forminator-ui .forminator-repeater-field {
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    padding: 1.5rem;
    background-color: #f9fafb;
    margin-bottom: 1rem;
}

.forminator-ui .forminator-repeater-field .forminator-grouped-fields {
    padding: 1rem 0;
    border-bottom: 1px solid #e5e7eb;
}

.forminator-ui .forminator-repeater-field .forminator-grouped-fields:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.forminator-ui .forminator-repeater-field .forminator-grouped-fields:first-child {
    padding-top: 0;
}

.forminator-ui .forminator-repeater-field .forminator-action-buttons {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e5e7eb;
}

.forminator-ui .forminator-repeater-field .forminator-repeater-action-button {
    font-size: 0.75rem;
    padding: 0.375rem 0.75rem;
    border-radius: 9999px;
    border: 1px solid #e5e7eb;
    background-color: #ffffff;
    color: #6b7280;
    cursor: pointer;
    transition: all 150ms ease;
}

.forminator-ui .forminator-repeater-field .forminator-repeater-action-button:hover {
    border-color: #F26522;
    color: #F26522;
}

.forminator-ui .forminator-repeater-field .forminator-repeater-action-button.remove:hover {
    background-color: #fee2e2;
    border-color: #ef4444;
    color: #ef4444;
}

/* ============================================
   PAGINATION & PROGRESS
   ============================================ */

.forminator-ui .forminator-pagination {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e5e7eb;
}

.forminator-ui .forminator-pagination .forminator-progress {
    margin-bottom: 1rem;
}

.forminator-ui .forminator-pagination .forminator-progress-bar {
    height: 0.5rem;
    background-color: #e5e7eb;
    border-radius: 0.25rem;
    overflow: hidden;
}

.forminator-ui .forminator-pagination .forminator-progress-bar .forminator-progress-fill {
    height: 100%;
    background: linear-gradient(135deg, #F26522 0%, #FF8A65 100%);
    transition: width 400ms ease;
}

.forminator-ui .forminator-pagination .forminator-steps {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.forminator-ui .forminator-pagination .forminator-step {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: #6b7280;
}

.forminator-ui .forminator-pagination .forminator-step.active {
    color: #F26522;
    font-weight: 600;
}

.forminator-ui .forminator-pagination .forminator-step.completed {
    color: #22c55e;
}

/* ============================================
   BUTTONS - ALL TYPES
   ============================================ */

.forminator-ui .forminator-button-submit {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0.75rem 2rem;
    font-size: 1rem;
    font-weight: 700;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    letter-spacing: 0.025em;
    color: #ffffff;
    background: linear-gradient(135deg, #F26522 0%, #FF8A65 100%);
    border: none;
    border-radius: 9999px;
    cursor: pointer;
    transition: all 400ms ease;
    box-shadow: 0 4px 6px -1px rgba(242, 101, 34, 0.3);
    min-height: 3rem;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.forminator-ui .forminator-button-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 20px rgba(242, 101, 34, 0.4), 0 4px 6px -1px rgba(242, 101, 34, 0.3);
    color: #ffffff;
}

.forminator-ui .forminator-button-submit:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(242, 101, 34, 0.3), 0 4px 6px -1px rgba(242, 101, 34, 0.3);
}

.forminator-ui .forminator-button-submit:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px -1px rgba(242, 101, 34, 0.3);
}

.forminator-ui .forminator-button-submit:disabled,
.forminator-ui .forminator-button-submit.forminator-disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.forminator-ui .forminator-button-cancel {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0.75rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    color: #4B5563;
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 9999px;
    cursor: pointer;
    transition: all 200ms ease;
    min-height: 3rem;
    text-decoration: none;
}

.forminator-ui .forminator-button-cancel:hover {
    border-color: #d1d5db;
    background-color: #f9fafb;
    color: #111827;
}

.forminator-ui .forminator-button-cancel:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(242, 101, 34, 0.1);
    border-color: #F26522;
}

/* ============================================
   RESPONSE MESSAGES
   ============================================ */

.forminator-ui .forminator-response-message {
    margin: 1rem 0;
    padding: 1rem 1.25rem;
    border-radius: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border: 1px solid transparent;
}

.forminator-ui .forminator-response-message p {
    margin: 0;
}

.forminator-ui .forminator-response-message:empty {
    display: none;
}

.forminator-ui .forminator-response-message.forminator-success {
    background-color: #DCFCE7;
    color: #166534;
    border-color: #86efac;
}

.forminator-ui .forminator-response-message.forminator-error {
    background-color: #fef2f2;
    color: #dc2626;
    border-color: #fecaca;
}

.forminator-ui .forminator-response-message.forminator-info {
    background-color: #E0F2FE;
    color: #075985;
    border-color: #7dd3fc;
}

.forminator-ui .forminator-response-message.forminator-warning {
    background-color: #FEF3C7;
    color: #92400E;
    border-color: #fde68a;
}

.forminator-ui .forminator-response-message.forminator-loading {
    position: relative;
    padding-left: 3rem;
    background-color: #E0F2FE;
    color: #075985;
    border-color: #7dd3fc;
}

.forminator-ui .forminator-response-message.forminator-loading::before {
    content: '';
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.25rem;
    height: 1.25rem;
    border: 2px solid #7dd3fc;
    border-top-color: #075985;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to { transform: translateY(-50%) rotate(360deg); }
}

/* ============================================
   CAPTCHA
   ============================================ */

.forminator-ui .forminator-captcha {
    margin: 1rem 0;
}

.forminator-ui .forminator-captcha .forminator-label {
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 0.875rem;
    color: #111827;
}

.forminator-ui .forminator-captcha-left {
    text-align: left;
}

.forminator-ui .forminator-captcha-center {
    text-align: center;
}

.forminator-ui .forminator-captcha-right {
    text-align: right;
}

/* ============================================
   GRID LAYOUT
   ============================================ */

.forminator-ui .forminator-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

.forminator-ui .forminator-col {
    flex: 1;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    min-width: 0;
}

.forminator-ui .forminator-col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.forminator-ui .forminator-col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.forminator-ui .forminator-col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

/* ============================================
   ACCESSIBILITY
   ============================================ */

.forminator-ui .forminator-screen-reader-only,
.forminator-ui .forminator-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Focus visible for keyboard navigation */
.forminator-ui .forminator-input:focus-visible,
.forminator-ui .forminator-textarea:focus-visible,
.forminator-ui select.forminator-input:focus-visible {
    outline: 2px solid #F26522;
    outline-offset: 2px;
}

/* ============================================
   HIGH CONTRAST MODE
   ============================================ */

@media (prefers-contrast: high) {
    .forminator-ui .forminator-input,
    .forminator-ui .forminator-textarea,
    .forminator-ui select.forminator-input {
        border-width: 2px;
    }
    
    .forminator-ui .forminator-input:focus,
    .forminator-ui .forminator-textarea:focus,
    .forminator-ui select.forminator-input:focus {
        outline: 3px solid #F26522;
        outline-offset: 2px;
    }
    
    .forminator-ui .forminator-checkbox-box,
    .forminator-ui .forminator-radio-bullet {
        border-width: 2px;
    }
}

/* ============================================
   REDUCED MOTION
   ============================================ */

@media (prefers-reduced-motion: reduce) {
    .forminator-ui .forminator-input,
    .forminator-ui .forminator-textarea,
    .forminator-ui select.forminator-input,
    .forminator-ui .forminator-button-submit,
    .forminator-ui .forminator-checkbox-box,
    .forminator-ui .forminator-radio-bullet,
    .forminator-ui .forminator-file-upload,
    .forminator-ui .forminator-pagination .forminator-progress-fill {
        transition: none;
    }
    
    .forminator-ui .forminator-response-message.forminator-loading::before {
        animation: none;
    }
}

/* ============================================
   MOBILE MENU TOGGLE
   ============================================ */

#mobile-menu-toggle {
    transition: transform 300ms ease-out;
}

#mobile-menu-toggle.rotate-90 {
    transform: rotate(90deg);
}

#mobile-menu.hidden {
    display: none;
}

#mobile-menu.animate-in {
    animation: slideDown 300ms ease-out forwards;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    #mobile-menu-toggle,
    #mobile-menu-toggle .menu-icon,
    #mobile-menu-toggle .close-icon,
    #mobile-menu {
        transition: none;
        animation: none;
    }
    
    #mobile-menu.hidden {
        display: none;
    }
    
    #mobile-menu.animate-in {
        animation: none;
    }
}
/* https://halfaccessible.redoxbird.com/wp-includes/css/dashicons.min.css?ver=7.0 */
/*! This file is auto-generated */
@font-face{font-family:dashicons;src:url("../fonts/dashicons.eot?99ac726223c749443b642ce33df8b800");src:url("../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("../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"}
/* https://halfaccessible.redoxbird.com/wp-content/themes/versatile/assets/css/prose.css?ver=1.0.9 */
/* ==========================================================================
   Prose - Complete Content Styling
   ========================================================================== */

.prose {
    font-size: 16px;
    line-height: 1.7;
    color: var(--color-frost-600);
    max-width: 65ch;
}

.prose > *:first-child {
    margin-top: 0;
}

.prose > *:last-child {
    margin-bottom: 0;
}

/* ==========================================================================
   Headings
   ========================================================================== */

.prose h1,
.prose h2,
.prose h3,
.prose h4,
.prose h5,
.prose h6 {
    font-family: var(--font-family-display, 'Rajdhani', Georgia, serif);
    font-weight: 700;
    color: var(--color-frost-900);
    line-height: 1.3;
    scroll-margin-top: 2rem;
}

.prose h1 {
    font-size: 2.25rem;
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.prose h2 {
    font-size: 1.875rem;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}

.prose h3 {
    font-size: 1.5rem;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    font-weight: 600;
}

.prose h4 {
    font-size: 1.25rem;
    margin-top: 1.75rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.prose h5 {
    font-size: 1.125rem;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.prose h6 {
    font-size: 1rem;
    margin-top: 1.25rem;
    margin-bottom: 0.25rem;
    font-weight: 600;
    color: var(--color-frost-600);
}

/* Heading with anchor links */
.prose h1[id],
.prose h2[id],
.prose h3[id],
.prose h4[id],
.prose h5[id],
.prose h6[id] {
    position: relative;
}

.prose h1[id]:hover .anchor-link,
.prose h2[id]:hover .anchor-link,
.prose h3[id]:hover .anchor-link,
.prose h4[id]:hover .anchor-link,
.prose h5[id]:hover .anchor-link,
.prose h6[id]:hover .anchor-link {
    opacity: 1;
}

.anchor-link {
    position: absolute;
    left: -1.5rem;
    opacity: 0;
    color: var(--color-frost-400);
    text-decoration: none;
    transition: opacity 0.2s ease;
}

@media (max-width: 768px) {
    .prose h1 { font-size: 1.875rem; }
    .prose h2 { font-size: 1.5rem; }
    .prose h3 { font-size: 1.25rem; }
    .prose h4 { font-size: 1.125rem; }
}

/* ==========================================================================
   Paragraphs
   ========================================================================== */

.prose p {
    margin-top: 0;
    margin-bottom: 1.25rem;
}

.prose p.lead {
    font-size: 1.25rem;
    font-weight: 500;
    color: var(--color-frost-900);
    margin-bottom: 2rem;
    line-height: 1.6;
}

.prose p:only-child {
    margin-bottom: 0;
}

.prose p:empty {
    display: none;
}

/* ==========================================================================
   Links
   ========================================================================== */

.prose a,
.prose p a,
.prose li a,
.prose h1 a,
.prose h2 a,
.prose h3 a,
.prose h4 a,
.prose h5 a,
.prose h6 a,
.prose td a,
.prose th a,
.prose dt a,
.prose dd a,
.prose span a,
.prose blockquote a,
.widget a {
    color: var(--color-primary);
    text-decoration: none;
    transition: color 0.2s ease, text-decoration 0.2s ease;
}

.prose a:hover,
.prose p a:hover,
.prose li a:hover,
.prose h1 a:hover,
.prose h2 a:hover,
.prose h3 a:hover,
.prose h4 a:hover,
.prose h5 a:hover,
.prose h6 a:hover,
.prose td a:hover,
.prose th a:hover,
.prose dt a:hover,
.prose dd a:hover,
.prose blockquote a:hover,
.widget a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.prose a:focus,
.prose a:focus-visible {
    outline: 2px solid var(--color-primary);
    outline-offset: 2px;
    border-radius: 2px;
}

/* Skip colors - preserves parent link color */
.prose .skip-prose-colors a,
.prose .skip-prose-colors a:hover {
    color: inherit;
    text-decoration: inherit;
}

/* ==========================================================================
   Text Formatting
   ========================================================================== */

.prose strong,
.prose b {
    font-weight: 600;
    color: var(--color-frost-900);
}

.prose em,
.prose i {
    font-style: italic;
}

.prose u {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.prose s,
.prose strike,
.prose del {
    color: var(--color-frost-600);
    text-decoration: line-through;
}

.prose ins {
    color: var(--color-dark-green);
    background-color: #DCFCE7;
    text-decoration: none;
    padding: 0.125rem 0.25rem;
    border-radius: 4px;
}

.prose mark {
    background-color: #FEF3C7;
    color: #92400E;
    padding: 0.125rem 0.25rem;
    border-radius: 4px;
}

.prose abbr,
.prose acronym {
    border-bottom: 1px dotted var(--color-frost-400);
    cursor: help;
    text-decoration: none;
}

.prose abbr[title] {
    border-bottom: 1px dotted var(--color-frost-400);
}

.prose cite {
    font-style: italic;
    color: var(--color-frost-600);
}

.prose q {
    font-style: italic;
}

.prose q::before {
    content: '"';
}

.prose q::after {
    content: '"';
}

/* Code-like text */
.prose kbd {
    font-family: var(--font-family-code, 'Fira Code', 'Courier New', monospace);
    font-size: 0.875em;
    background-color: var(--color-frost-100);
    border: 1px solid var(--color-frost-200);
    border-radius: 4px;
    padding: 0.125rem 0.375rem;
    color: var(--color-frost-900);
}

.prose samp {
    font-family: var(--font-family-code, 'Fira Code', 'Courier New', monospace);
    font-size: 0.875em;
    background-color: var(--color-frost-100);
    padding: 0.125rem 0.375rem;
    border-radius: 4px;
    color: var(--color-frost-900);
}

.prose var {
    font-family: var(--font-family-code, 'Fira Code', 'Courier New', monospace);
    font-style: italic;
    font-size: 0.875em;
    color: var(--color-frost-600);
}

.prose code {
    font-family: var(--font-family-code, 'Fira Code', 'Courier New', monospace);
    font-size: 0.875em;
    font-weight: 500;
    background-color: var(--color-frost-100);
    color: var(--color-frost-900);
    padding: 0.2em 0.4em;
    border-radius: 4px;
}

.prose pre code {
    background-color: transparent;
    padding: 0;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}

/* Subscript and Superscript */
.prose sub,
.prose subscript {
    font-size: 0.75em;
    vertical-align: sub;
    line-height: 1;
}

.prose sup,
.prose superscript {
    font-size: 0.75em;
    vertical-align: super;
    line-height: 1;
}

/* Time */
.prose time {
    color: var(--color-frost-400);
}

/* Address */
.prose address {
    font-style: normal;
    margin-bottom: 1.25rem;
    color: var(--color-frost-600);
}

/* ==========================================================================
   Lists
   ========================================================================== */

.prose ul,
.prose ol {
    margin-top: 0;
    margin-bottom: 1.25rem;
    padding-left: 1.5rem;
}

.prose li {
    margin-bottom: 0.5rem;
    padding-left: 0.25rem;
}

.prose li > ul,
.prose li > ol {
    margin-top: 0.5rem;
    margin-bottom: 0;
}

.prose li::marker {
    color: var(--color-primary);
}

.prose ul {
    list-style-type: disc;
}

.prose ul ul {
    list-style-type: circle;
}

.prose ul ul ul {
    list-style-type: square;
}

.prose ol {
    list-style-type: decimal;
}

.prose ol[type="A"] {
    list-style-type: upper-alpha;
}

.prose ol[type="a"] {
    list-style-type: lower-alpha;
}

.prose ol[type="I"] {
    list-style-type: upper-roman;
}

.prose ol[type="i"] {
    list-style-type: lower-roman;
}

.prose ol[type="1"] {
    list-style-type: decimal;
}

.prose ul li,
.prose ol li {
    position: relative;
}

.prose li p {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.prose li > *:first-child {
    margin-top: 0.5rem;
}

.prose li > *:last-child {
    margin-bottom: 0;
}

/* Task list (GitHub-style) */
.prose .task-list-item {
    list-style-type: none;
    margin-left: -1.5rem;
    padding-left: 0;
}

.prose .task-list-item input[type="checkbox"] {
    margin-right: 0.5rem;
    margin-left: -1.5rem;
    vertical-align: middle;
}

/* Description lists */
.prose dl {
    margin-top: 0;
    margin-bottom: 1.25rem;
    display: grid;
    grid-template-columns: minmax(120px, 25%) 1fr;
    gap: 0.5rem 1rem;
}

.prose dt {
    font-weight: 600;
    color: var(--color-frost-900);
    grid-column: 1;
}

.prose dd {
    margin: 0;
    grid-column: 2;
    color: var(--color-frost-600);
}

.prose dd + dt {
    margin-top: 0.5rem;
}

/* ==========================================================================
   Block Elements
   ========================================================================== */

.prose blockquote {
    margin: 2rem 0;
    padding: 0;
    border-left: none;
    font-family: var(--font-family-display, 'Rajdhani', Georgia, serif);
    font-size: 1.25rem;
    font-style: italic;
    color: var(--color-frost-900);
    line-height: 1.6;
    position: relative;
}

.prose blockquote::before {
    content: '"';
    font-size: 4rem;
    font-style: normal;
    color: var(--color-primary);
    display: block;
    line-height: 0.5;
    margin-bottom: 0.5rem;
    opacity: 0.5;
}

.prose blockquote p {
    padding-left: 1.5rem;
    margin: 0;
}

.prose blockquote p + p {
    margin-top: 1rem;
}

.prose blockquote footer {
    margin-top: 1rem;
    padding-left: 1.5rem;
    font-size: 0.875rem;
    font-style: normal;
    color: var(--color-frost-400);
}

.prose blockquote footer::before {
    content: '— ';
}

.prose hr {
    border: none;
    border-top: 1px solid var(--color-frost-100);
    margin: 3rem 0;
}

/* Details/Summary (collapsible content) */
.prose details {
    margin: 1.5rem 0;
    padding: 1rem;
    background-color: var(--color-frost-50);
    border: 1px solid var(--color-frost-200);
    border-radius: 8px;
}

.prose details[open] {
    padding-bottom: 1.25rem;
}

.prose summary {
    font-weight: 600;
    cursor: pointer;
    color: var(--color-frost-900);
    list-style: none;
    position: relative;
    padding-left: 1.5rem;
}

.prose summary::-webkit-details-marker {
    display: none;
}

.prose summary::before {
    content: '+';
    position: absolute;
    left: 0;
    font-weight: 700;
    color: var(--color-primary);
}

.prose details[open] summary::before {
    content: '-';
}

.prose summary:hover {
    color: var(--color-primary);
}

.prose details > *:not(summary) {
    margin-top: 1rem;
    margin-bottom: 0;
}

.prose details[open] > *:not(summary) {
    padding-top: 0.5rem;
}

/* ==========================================================================
   Tables
   ========================================================================== */

.prose table {
    width: 100%;
    margin: 1.5rem 0;
    border-collapse: collapse;
    font-size: 0.875rem;
    background-color: var(--color-frost-0);
    border: 1px solid var(--color-frost-200);
    border-radius: 8px;
    overflow: hidden;
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.prose thead {
    background-color: var(--color-frost-50);
    border-bottom: 1px solid var(--color-frost-200);
}

.prose tbody {
    background-color: var(--color-frost-0);
}

.prose tbody tr {
    border-bottom: 1px solid var(--color-frost-200);
}

.prose tbody tr:last-child {
    border-bottom: none;
}

.prose tbody tr:hover {
    background-color: var(--color-frost-50);
}

.prose tbody tr:nth-child(even) {
    background-color: var(--color-frost-50);
}

.prose tbody tr:nth-child(even):hover {
    background-color: var(--color-frost-200);
}

.prose tfoot {
    background-color: var(--color-frost-50);
    border-top: 1px solid var(--color-frost-200);
    font-weight: 600;
}

.prose th,
.prose td {
    padding: 0.75rem 1rem;
    text-align: left;
    border: none;
}

.prose th {
    font-weight: 600;
    color: var(--color-frost-900);
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.05em;
}

.prose td {
    color: var(--color-frost-600);
}

.prose th:first-child,
.prose td:first-child {
    padding-left: 1.5rem;
}

.prose th:last-child,
.prose td:last-child {
    padding-right: 1.5rem;
}

.prose caption {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    color: var(--color-frost-400);
    text-align: left;
    caption-side: bottom;
}

/* Responsive table wrapper */
.prose .table-container {
    margin: 1.5rem 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid var(--color-frost-200);
    border-radius: 8px;
}

.prose .table-container table {
    margin: 0;
    border: none;
    border-radius: 0;
}

/* ==========================================================================
   Code Blocks
   ========================================================================== */

.prose pre {
    margin: 1.5rem 0;
    padding: 1rem 1.25rem;
    background-color: #1e1e1e;
    border: 1px solid #2d2d2d;
    border-radius: 0.75rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    font-family: var(--font-family-code, 'Fira Code', 'Courier New', monospace);
    font-size: 0.875rem;
    line-height: 1.6;
    color: #d4d4d4;
}

.prose pre code {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    background: none;
    padding: 0;
    color: inherit;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    tab-size: 4;
    hyphens: none;
}

.prose pre code::before,
.prose pre code::after {
    content: none;
}

/* Line numbers */
.prose pre.line-numbers {
    position: relative;
    padding-left: 3.5rem;
    counter-reset: linenumber;
}

.prose pre.line-numbers > code {
    position: relative;
    white-space: inherit;
}

.prose pre.line-numbers > code::before {
    counter-increment: linenumber;
    content: counter(linenumber);
    position: absolute;
    left: 0;
    width: 2.5rem;
    text-align: right;
    color: var(--color-frost-500);
    padding-right: 1rem;
    border-right: 1px solid var(--color-frost-700);
}

/* Syntax highlighting */
/*
 * Highlight.js Theme - Versatile
 * Based on design tokens from design-tokens.md
 * Focus: Accessibility, brand consistency, readability
 */

.hljs {
    background: #0a101e;
    color: var(--color-frost-200);
    display: block;
    overflow-x: auto;
    padding: 1.25rem;
    font-family: 'Fira Code', 'JetBrains Mono', 'Consolas', 'Monaco', monospace;
    font-size: 0.875rem;
    line-height: 1.6;
    border-radius: 12px;
    tab-size: 4;
    hyphens: none;
}

.hljs:focus {
    outline: 2px solid var(--color-primary);
    outline-offset: 2px;
}

/* Base text colors with good contrast */
.hljs,
.hljs-subst {
    color: var(--color-frost-200);
}

.hljs-comment,
.hljs-quote {
    color: var(--color-frost-400);
    font-style: italic;
    line-height: 1.5;
}

/* Keywords and built-ins - using brand orange */
.hljs-keyword,
.hljs-selector-tag,
.hljs-built_in,
.hljs-name,
.hljs-tag {
    color: var(--color-primary);
    font-weight: 600;
}

.hljs-string,
.hljs-title,
.hljs-section,
.hljs-attribute,
.hljs-literal,
.hljs-template-tag,
.hljs-template-variable,
.hljs-type,
.hljs-addition {
    color: #98c379;
}

.hljs-deletion,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-meta {
    color: #e06c75;
}

.hljs-doctag {
    color: #61afef;
}

.hljs-attr {
    color: var(--color-primary);
}

.hljs-symbol,
.hljs-bullet,
.hljs-link,
.hljs-selector-id {
    color: #f59e0b;
}

.hljs-variable,
.hljs-template-variable {
    color: #c678dd;
}

.hljs-number {
    color: #d19a66;
}

.hljs-regexp {
    color: #56b6c2;
}

/* Function calls and titles */
.hljs-function,
.hljs-title.function_ {
    color: #61afef;
}

.hljs-class .hljs-title,
.hljs-title.class_ {
    color: #e5c07b;
}

/* Parameters */
.hljs-params {
    color: var(--color-frost-200);
}

.hljs-comment .hljs-keyword {
    color: var(--color-frost-400);
    font-style: italic;
}

/* Emphasis */
.hljs-emphasis {
    font-style: italic;
}

.hljs-strong {
    font-weight: bold;
}

/* Links */
.hljs-link {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.hljs-link:hover {
    color: var(--color-primary);
}

/* Code inline */
:not(.hljs) > code,
.hljs:not(pre) {
    background: var(--color-primary-100);
    color: var(--color-primary);
    padding: 0.2em 0.4em;
    border-radius: 4px;
    font-family: 'Fira Code', 'JetBrains Mono', 'Consolas', monospace;
    font-size: 0.875em;
    font-weight: 500;
}

/* Selection */
.hljs::selection,
.hljs span::selection {
    background: var(--color-primary-300);
}

.hljs::-moz-selection,
.hljs span::-moz-selection {
    background: var(--color-primary-300);
}

/* Line numbers (optional) */
.hljs-line-numbers .hljs-line-numbers-rows {
    border-right: 1px solid #1e293b;
    padding-right: 0.75rem;
    margin-right: 0.75rem;
}

.hljs-line-numbers-rows > span::before {
    color: var(--color-frost-600);
}

/* Diff highlighting */
.hljs-diff-added {
    background-color: rgba(72, 77, 91, 0.4);
    border-left: 3px solid #98c379;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.hljs-diff-removed {
    background-color: rgba(224, 108, 117, 0.15);
    border-left: 3px solid #e06c75;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.hljs-diff-changed {
    background-color: rgba(245, 158, 11, 0.15);
    border-left: 3px solid #f59e0b;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

/* Highlighted lines */
.hljs-highlight {
    background-color: var(--color-primary-50);
    border-left: 3px solid var(--color-primary);
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

/* XML/HTML specific */
.hljs-tag {
    color: #e06c75;
}

.hljs-name {
    color: #e06c75;
}

.hljs-attr {
    color: var(--color-primary);
}

.hljs-attribute {
    color: #d19a66;
}

/* JSON specific */
.hljs-attribute + .hljs-punctuation,
.hljs-string + .hljs-punctuation {
    color: var(--color-frost-400);
}

/* CSS specific */
.hljs-selector-class {
    color: #d19a66;
}

.hljs-selector-id {
    color: #61afef;
}

.hljs-selector-tag {
    color: var(--color-primary);
}

.hljs-property {
    color: #56b6c2;
}

.hljs-value {
    color: #98c379;
}

/* Shell/Bash specific */
.hljs-variable,
.hljs-template-variable {
    color: #c678dd;
}

/* Make theme work with prose wrapper */
.prose pre,
.prose pre[class*="language-"] {
    background: #0a101e;
    border: 1px solid #1e293b;
    border-radius: 12px;
    padding: 1.25rem;
    margin: 1.5rem 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.prose code[class*="language-"],
.prose pre[class*="language-"] {
    background: transparent;
    color: var(--color-frost-200);
    text-shadow: none;
    font-family: 'Fira Code', 'JetBrains Mono', 'Consolas', 'Monaco', monospace;
    font-size: 0.875rem;
    line-height: 1.6;
    direction: ltr;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    tab-size: 4;
    hyphens: none;
}

.prose :not(pre) > code {
    background: var(--color-primary-100);
    color: var(--color-primary);
    padding: 0.2em 0.4em;
    border-radius: 4px;
    font-family: 'Fira Code', 'JetBrains Mono', 'Consolas', monospace;
    font-size: 0.875em;
    font-weight: 500;
}

/* Light mode override for code blocks */
@media (prefers-color-scheme: light) {
    .hljs {
        background: var(--color-frost-50);
        color: var(--color-frost-900);
    }

    .hljs-comment,
    .hljs-quote {
        color: var(--color-frost-500);
    }

    .hljs-keyword,
    .hljs-selector-tag,
    .hljs-built_in,
    .hljs-name,
    .hljs-tag {
        color: var(--color-primary);
    }

    .hljs-string,
    .hljs-title,
    .hljs-section,
    .hljs-attribute {
        color: #15803d;
    }

    .hljs-deletion {
        color: #dc2626;
    }

    .hljs-number {
        color: #b45309;
    }

    .hljs-function,
    .hljs-title.function_ {
        color: #2563eb;
    }

    .hljs-variable,
    .hljs-template-variable {
        color: #7c3aed;
    }

    .hljs-link {
        color: var(--color-primary);
    }

    .prose pre,
    .prose pre[class*="language-"] {
        background: var(--color-frost-50);
        border-color: var(--color-frost-200);
    }

    .prose :not(pre) > code {
        background: var(--color-primary-50);
    }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .hljs {
        background: #000000;
        color: #ffffff;
        border: 2px solid #ffffff;
    }

    .hljs-comment,
    .hljs-quote {
        color: var(--color-frost-300);
        font-style: normal;
    }

    .hljs-keyword,
    .hljs-selector-tag,
    .hljs-built_in,
    .hljs-name,
    .hljs-tag {
        color: var(--color-primary);
        font-weight: 700;
    }

    .hljs-string,
    .hljs-title,
    .hljs-section,
    .hljs-attribute {
        color: #86efac;
    }

    .hljs-number {
        color: #fcd34d;
    }

    .hljs-function,
    .hljs-title.function_ {
        color: #93c5fd;
    }

    .hljs-variable,
    .hljs-template-variable {
        color: #c4b5fd;
    }

    .prose pre,
    .prose pre[class*="language-"] {
        background: #000000;
        border: 2px solid #ffffff;
    }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    .hljs {
        transition: none;
    }
}

/* Scrollbar styling for code blocks */
.hljs::-webkit-scrollbar,
pre::-webkit-scrollbar {
    height: 8px;
    width: 8px;
}

.hljs::-webkit-scrollbar-track,
pre::-webkit-scrollbar-track {
    background: #0a101e;
    border-radius: 4px;
}

.hljs::-webkit-scrollbar-thumb,
pre::-webkit-scrollbar-thumb {
    background: var(--color-frost-600);
    border-radius: 4px;
}

.hljs::-webkit-scrollbar-thumb:hover,
pre::-webkit-scrollbar-thumb:hover {
    background: var(--color-frost-500);
}

@media (prefers-color-scheme: light) {
    .hljs::-webkit-scrollbar-track,
    pre::-webkit-scrollbar-track {
        background: var(--color-frost-100);
    }

    .hljs::-webkit-scrollbar-thumb,
    pre::-webkit-scrollbar-thumb {
        background: var(--color-frost-300);
    }

    .hljs::-webkit-scrollbar-thumb:hover,
    pre::-webkit-scrollbar-thumb:hover {
        background: var(--color-frost-400);
    }
}

/* Print styles */
@media print {
    .hljs {
        background: var(--color-frost-50);
        color: var(--color-frost-900);
        border: 1px solid var(--color-frost-200);
    }

    .hljs-comment,
    .hljs-quote {
        color: var(--color-frost-500);
    }

    .hljs-keyword,
    .hljs-selector-tag {
        color: var(--color-primary);
    }
}


/* ==========================================================================
   Media
   ========================================================================== */

.prose figure {
    margin: 2rem 0;
    max-width: 100%;
}

.prose figure img,
.prose figure video {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.prose figcaption {
    margin-top: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: var(--color-frost-400);
    font-style: italic;
    text-align: center;
}

.prose img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
}

.prose img[align="left"] {
    margin-right: 1rem;
    margin-bottom: 0.5rem;
}

.prose img[align="right"] {
    margin-left: 1rem;
    margin-bottom: 0.5rem;
}

.prose img:focus {
    outline: 2px solid var(--color-primary);
    outline-offset: 2px;
}

.prose video {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 1.5rem 0;
}

.prose audio {
    width: 100%;
    margin: 1rem 0;
}

.prose iframe {
    width: 100%;
    border: none;
    border-radius: 8px;
    margin: 1.5rem 0;
}

.prose .wp-block-embed__wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    margin: 1.5rem 0;
}

.prose .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}

.prose canvas {
    max-width: 100%;
    border-radius: 8px;
    margin: 1.5rem 0;
}

.prose svg {
    max-width: 100%;
    height: auto;
    margin: 1rem 0;
}

/* ==========================================================================
   Form Elements
   ========================================================================== */

.prose input,
.prose textarea,
.prose select {
    font-family: inherit;
    font-size: 1rem;
}

.prose input[type="text"],
.prose input[type="email"],
.prose input[type="url"],
.prose input[type="search"],
.prose input[type="tel"],
.prose input[type="number"],
.prose textarea,
.prose select {
    width: 100%;
    padding: 0.75rem 1rem;
    margin: 0.5rem 0;
    background-color: var(--color-frost-0);
    border: 1px solid var(--color-frost-200);
    border-radius: 8px;
    color: var(--color-frost-900);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.prose input::placeholder,
.prose textarea::placeholder {
    color: var(--color-frost-400);
}

.prose input:focus,
.prose textarea:focus,
.prose select:focus {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px var(--color-primary-100);
}

.prose button,
.prose input[type="button"],
.prose input[type="reset"],
.prose input[type="submit"] {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background-color: var(--color-primary);
    color: var(--color-frost-0);
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.prose button:hover,
.prose input[type="button"]:hover,
.prose input[type="reset"]:hover,
.prose input[type="submit"]:hover {
    background-color: var(--color-primary);
}

.prose button:focus,
.prose input[type="button"]:focus,
.prose input[type="reset"]:focus,
.prose input[type="submit"]:focus {
    outline: 2px solid var(--color-primary);
    outline-offset: 2px;
}

/* ==========================================================================
   WordPress Specific
   ========================================================================== */

.prose .wp-block-file {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 1rem;
    margin: 1.5rem 0;
    background-color: var(--color-frost-0);
    border: 1px solid var(--color-frost-200);
    border-radius: 8px;
}

.prose .wp-block-file a {
    flex: 1;
    min-width: 200px;
}

.prose .wp-block-file__button {
    display: inline-block;
    padding: 0.5rem 1rem;
    background-color: var(--color-primary);
    color: var(--color-frost-0);
    border: none;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.2s ease;
    white-space: nowrap;
}

.prose .wp-block-file__button:hover {
    background-color: var(--color-primary);
    text-decoration: none;
}

/* ==========================================================================
   Print Styles
   ========================================================================== */

@media print {
    .prose {
        max-width: none;
    }

    .prose a {
        text-decoration: underline;
    }

    .prose a[href]::after {
        content: ' (' attr(href) ')';
        font-size: 0.875em;
        color: #666;
    }

    .prose a[href^="#"]::after,
    .prose a[href^="javascript"]::after {
        content: '';
    }

    .prose pre,
    .prose blockquote {
        page-break-inside: avoid;
    }

    .prose h1,
    .prose h2,
    .prose h3,
    .prose h4,
    .prose h5,
    .prose h6 {
        page-break-after: avoid;
    }

    .prose img {
        page-break-inside: avoid;
    }

    .prose table {
        border-collapse: collapse;
    }

    .prose thead {
        display: table-header-group;
    }

    .prose tr {
        page-break-inside: avoid;
    }
}

/* ==========================================================================
   Dark Mode
   ========================================================================== */

[data-color-scheme="dark"] .prose {
    color: var(--color-frost-300);
}

[data-color-scheme="dark"] .prose h1,
[data-color-scheme="dark"] .prose h2,
[data-color-scheme="dark"] .prose h3,
[data-color-scheme="dark"] .prose h4,
[data-color-scheme="dark"] .prose h5,
[data-color-scheme="dark"] .prose h6 {
    color: var(--color-frost-50);
}

[data-color-scheme="dark"] .prose strong,
[data-color-scheme="dark"] .prose b {
    color: var(--color-frost-50);
}

[data-color-scheme="dark"] .prose a {
    color: var(--color-primary);
}

[data-color-scheme="dark"] .prose code {
    background-color: var(--color-frost-700);
    color: var(--color-frost-50);
}

[data-color-scheme="dark"] .prose kbd {
    background-color: var(--color-frost-700);
    border-color: var(--color-frost-600);
    color: var(--color-frost-50);
}

[data-color-scheme="dark"] .prose mark {
    background-color: #78350f;
    color: #fef3c7;
}

[data-color-scheme="dark"] .prose ins {
    background-color: #14532d;
    color: #bbf7d0;
}

[data-color-scheme="dark"] .prose blockquote {
    color: var(--color-frost-50);
}

[data-color-scheme="dark"] .prose blockquote::before {
    color: var(--color-primary);
    opacity: 0.7;
}

[data-color-scheme="dark"] .prose hr {
    border-color: var(--color-frost-700);
}

[data-color-scheme="dark"] .prose details {
    background-color: var(--color-frost-800);
    border-color: var(--color-frost-700);
}

[data-color-scheme="dark"] .prose table {
    background-color: var(--color-frost-800);
    border-color: var(--color-frost-700);
}

[data-color-scheme="dark"] .prose thead {
    background-color: var(--color-frost-900);
    border-color: var(--color-frost-700);
}

[data-color-scheme="dark"] .prose tbody tr {
    border-color: var(--color-frost-700);
}

[data-color-scheme="dark"] .prose tbody tr:hover {
    background-color: var(--color-frost-700);
}

[data-color-scheme="dark"] .prose tbody tr:nth-child(even) {
    background-color: var(--color-frost-800);
}

[data-color-scheme="dark"] .prose th {
    color: var(--color-frost-50);
}

[data-color-scheme="dark"] .prose td {
    color: var(--color-frost-300);
}

[data-color-scheme="dark"] .prose figcaption {
    color: var(--color-frost-400);
}

[data-color-scheme="dark"] .prose input,
[data-color-scheme="dark"] .prose textarea,
[data-color-scheme="dark"] .prose select {
    background-color: var(--color-frost-800);
    border-color: var(--color-frost-700);
    color: var(--color-frost-50);
}

[data-color-scheme="dark"] .prose .wp-block-file {
    background-color: var(--color-frost-800);
    border-color: var(--color-frost-700);
}

[data-color-scheme="dark"] .prose pre,
[data-color-scheme="dark"] .prose pre code {
    color: #d4d4d4;
}

[data-color-scheme="dark"] .prose .hljs {
    color: #d4d4d4;
}

[data-color-scheme="dark"] .prose .hljs-comment,
[data-color-scheme="dark"] .prose .hljs-quote {
    color: var(--color-frost-500);
}
