.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
word-break: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.ext-absolute {
position: absolute !important;
}
.ext-relative {
position: relative !important;
}
.ext-top-base {
top: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-top-lg {
top: var(--extendify--spacing--large, 3rem) !important;
}
.ext--top-base {
top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.ext--top-lg {
top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.ext-right-base {
right: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-right-lg {
right: var(--extendify--spacing--large, 3rem) !important;
}
.ext--right-base {
right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.ext--right-lg {
right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.ext-bottom-base {
bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-bottom-lg {
bottom: var(--extendify--spacing--large, 3rem) !important;
}
.ext--bottom-base {
bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.ext--bottom-lg {
bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.ext-left-base {
left: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-left-lg {
left: var(--extendify--spacing--large, 3rem) !important;
}
.ext--left-base {
left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.ext--left-lg {
left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.ext-order-1 {
order: 1 !important;
}
.ext-order-2 {
order: 2 !important;
}
.ext-col-auto {
grid-column: auto !important;
}
.ext-col-span-1 {
grid-column: span 1 / span 1 !important;
}
.ext-col-span-2 {
grid-column: span 2 / span 2 !important;
}
.ext-col-span-3 {
grid-column: span 3 / span 3 !important;
}
.ext-col-span-4 {
grid-column: span 4 / span 4 !important;
}
.ext-col-span-5 {
grid-column: span 5 / span 5 !important;
}
.ext-col-span-6 {
grid-column: span 6 / span 6 !important;
}
.ext-col-span-7 {
grid-column: span 7 / span 7 !important;
}
.ext-col-span-8 {
grid-column: span 8 / span 8 !important;
}
.ext-col-span-9 {
grid-column: span 9 / span 9 !important;
}
.ext-col-span-10 {
grid-column: span 10 / span 10 !important;
}
.ext-col-span-11 {
grid-column: span 11 / span 11 !important;
}
.ext-col-span-12 {
grid-column: span 12 / span 12 !important;
}
.ext-col-span-full {
grid-column: 1/-1 !important;
}
.ext-col-start-1 {
grid-column-start: 1 !important;
}
.ext-col-start-2 {
grid-column-start: 2 !important;
}
.ext-col-start-3 {
grid-column-start: 3 !important;
}
.ext-col-start-4 {
grid-column-start: 4 !important;
}
.ext-col-start-5 {
grid-column-start: 5 !important;
}
.ext-col-start-6 {
grid-column-start: 6 !important;
}
.ext-col-start-7 {
grid-column-start: 7 !important;
}
.ext-col-start-8 {
grid-column-start: 8 !important;
}
.ext-col-start-9 {
grid-column-start: 9 !important;
}
.ext-col-start-10 {
grid-column-start: 10 !important;
}
.ext-col-start-11 {
grid-column-start: 11 !important;
}
.ext-col-start-12 {
grid-column-start: 12 !important;
}
.ext-col-start-13 {
grid-column-start: 13 !important;
}
.ext-col-start-auto {
grid-column-start: auto !important;
}
.ext-col-end-1 {
grid-column-end: 1 !important;
}
.ext-col-end-2 {
grid-column-end: 2 !important;
}
.ext-col-end-3 {
grid-column-end: 3 !important;
}
.ext-col-end-4 {
grid-column-end: 4 !important;
}
.ext-col-end-5 {
grid-column-end: 5 !important;
}
.ext-col-end-6 {
grid-column-end: 6 !important;
}
.ext-col-end-7 {
grid-column-end: 7 !important;
}
.ext-col-end-8 {
grid-column-end: 8 !important;
}
.ext-col-end-9 {
grid-column-end: 9 !important;
}
.ext-col-end-10 {
grid-column-end: 10 !important;
}
.ext-col-end-11 {
grid-column-end: 11 !important;
}
.ext-col-end-12 {
grid-column-end: 12 !important;
}
.ext-col-end-13 {
grid-column-end: 13 !important;
}
.ext-col-end-auto {
grid-column-end: auto !important;
}
.ext-row-auto {
grid-row: auto !important;
}
.ext-row-span-1 {
grid-row: span 1 / span 1 !important;
}
.ext-row-span-2 {
grid-row: span 2 / span 2 !important;
}
.ext-row-span-3 {
grid-row: span 3 / span 3 !important;
}
.ext-row-span-4 {
grid-row: span 4 / span 4 !important;
}
.ext-row-span-5 {
grid-row: span 5 / span 5 !important;
}
.ext-row-span-6 {
grid-row: span 6 / span 6 !important;
}
.ext-row-span-full {
grid-row: 1/-1 !important;
}
.ext-row-start-1 {
grid-row-start: 1 !important;
}
.ext-row-start-2 {
grid-row-start: 2 !important;
}
.ext-row-start-3 {
grid-row-start: 3 !important;
}
.ext-row-start-4 {
grid-row-start: 4 !important;
}
.ext-row-start-5 {
grid-row-start: 5 !important;
}
.ext-row-start-6 {
grid-row-start: 6 !important;
}
.ext-row-start-7 {
grid-row-start: 7 !important;
}
.ext-row-start-auto {
grid-row-start: auto !important;
}
.ext-row-end-1 {
grid-row-end: 1 !important;
}
.ext-row-end-2 {
grid-row-end: 2 !important;
}
.ext-row-end-3 {
grid-row-end: 3 !important;
}
.ext-row-end-4 {
grid-row-end: 4 !important;
}
.ext-row-end-5 {
grid-row-end: 5 !important;
}
.ext-row-end-6 {
grid-row-end: 6 !important;
}
.ext-row-end-7 {
grid-row-end: 7 !important;
}
.ext-row-end-auto {
grid-row-end: auto !important;
}
.ext-m-0:not([style*="margin"]) {
margin: 0 !important;
}
.ext-m-auto:not([style*="margin"]) {
margin: auto !important;
}
.ext-m-base:not([style*="margin"]) {
margin: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-m-lg:not([style*="margin"]) {
margin: var(--extendify--spacing--large, 3rem) !important;
}
.ext--m-base:not([style*="margin"]) {
margin: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.ext--m-lg:not([style*="margin"]) {
margin: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.ext-mx-0:not([style*="margin"]) {
margin-left: 0 !important;
margin-right: 0 !important;
}
.ext-mx-auto:not([style*="margin"]) {
margin-left: auto !important;
margin-right: auto !important;
}
.ext-mx-base:not([style*="margin"]) {
margin-left: var(--wp--style--block-gap, 1.75rem) !important;
margin-right: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-mx-lg:not([style*="margin"]) {
margin-left: var(--extendify--spacing--large, 3rem) !important;
margin-right: var(--extendify--spacing--large, 3rem) !important;
}
.ext--mx-base:not([style*="margin"]) {
margin-left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
margin-right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.ext--mx-lg:not([style*="margin"]) {
margin-left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
margin-right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.ext-my-0:not([style*="margin"]) {
margin-bottom: 0 !important;
margin-top: 0 !important;
}
.ext-my-auto:not([style*="margin"]) {
margin-bottom: auto !important;
margin-top: auto !important;
}
.ext-my-base:not([style*="margin"]) {
margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
margin-top: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-my-lg:not([style*="margin"]) {
margin-bottom: var(--extendify--spacing--large, 3rem) !important;
margin-top: var(--extendify--spacing--large, 3rem) !important;
}
.ext--my-base:not([style*="margin"]) {
margin-bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
margin-top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.ext--my-lg:not([style*="margin"]) {
margin-bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
margin-top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.ext-mt-0:not([style*="margin"]) {
margin-top: 0 !important;
}
.ext-mt-auto:not([style*="margin"]) {
margin-top: auto !important;
}
.ext-mt-base:not([style*="margin"]) {
margin-top: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-mt-lg:not([style*="margin"]) {
margin-top: var(--extendify--spacing--large, 3rem) !important;
}
.ext--mt-base:not([style*="margin"]) {
margin-top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.ext--mt-lg:not([style*="margin"]) {
margin-top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.ext-mr-0:not([style*="margin"]) {
margin-right: 0 !important;
}
.ext-mr-auto:not([style*="margin"]) {
margin-right: auto !important;
}
.ext-mr-base:not([style*="margin"]) {
margin-right: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-mr-lg:not([style*="margin"]) {
margin-right: var(--extendify--spacing--large, 3rem) !important;
}
.ext--mr-base:not([style*="margin"]) {
margin-right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.ext--mr-lg:not([style*="margin"]) {
margin-right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.ext-mb-0:not([style*="margin"]) {
margin-bottom: 0 !important;
}
.ext-mb-auto:not([style*="margin"]) {
margin-bottom: auto !important;
}
.ext-mb-base:not([style*="margin"]) {
margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-mb-lg:not([style*="margin"]) {
margin-bottom: var(--extendify--spacing--large, 3rem) !important;
}
.ext--mb-base:not([style*="margin"]) {
margin-bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.ext--mb-lg:not([style*="margin"]) {
margin-bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.ext-ml-0:not([style*="margin"]) {
margin-left: 0 !important;
}
.ext-ml-auto:not([style*="margin"]) {
margin-left: auto !important;
}
.ext-ml-base:not([style*="margin"]) {
margin-left: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-ml-lg:not([style*="margin"]) {
margin-left: var(--extendify--spacing--large, 3rem) !important;
}
.ext--ml-base:not([style*="margin"]) {
margin-left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.ext--ml-lg:not([style*="margin"]) {
margin-left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.ext-block {
display: block !important;
}
.ext-inline-block {
display: inline-block !important;
}
.ext-inline {
display: inline !important;
}
.ext-flex {
display: flex !important;
}
.ext-inline-flex {
display: inline-flex !important;
}
.ext-grid {
display: grid !important;
}
.ext-inline-grid {
display: inline-grid !important;
}
.ext-hidden {
display: none !important;
}
.ext-w-auto {
width: auto !important;
}
.ext-w-full {
width: 100% !important;
}
.ext-max-w-full {
max-width: 100% !important;
}
.ext-flex-1 {
flex: 1 1 0% !important;
}
.ext-flex-auto {
flex: 1 1 auto !important;
}
.ext-flex-initial {
flex: 0 1 auto !important;
}
.ext-flex-none {
flex: none !important;
}
.ext-flex-shrink-0 {
flex-shrink: 0 !important;
}
.ext-flex-shrink {
flex-shrink: 1 !important;
}
.ext-flex-grow-0 {
flex-grow: 0 !important;
}
.ext-flex-grow {
flex-grow: 1 !important;
}
.ext-list-none {
list-style-type: none !important;
}
.ext-grid-cols-1 {
grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.ext-grid-cols-2 {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.ext-grid-cols-3 {
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.ext-grid-cols-4 {
grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.ext-grid-cols-5 {
grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}
.ext-grid-cols-6 {
grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}
.ext-grid-cols-7 {
grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}
.ext-grid-cols-8 {
grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}
.ext-grid-cols-9 {
grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
}
.ext-grid-cols-10 {
grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}
.ext-grid-cols-11 {
grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
}
.ext-grid-cols-12 {
grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}
.ext-grid-cols-none {
grid-template-columns: none !important;
}
.ext-grid-rows-1 {
grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
}
.ext-grid-rows-2 {
grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
}
.ext-grid-rows-3 {
grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
}
.ext-grid-rows-4 {
grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
}
.ext-grid-rows-5 {
grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
}
.ext-grid-rows-6 {
grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
}
.ext-grid-rows-none {
grid-template-rows: none !important;
}
.ext-flex-row {
flex-direction: row !important;
}
.ext-flex-row-reverse {
flex-direction: row-reverse !important;
}
.ext-flex-col {
flex-direction: column !important;
}
.ext-flex-col-reverse {
flex-direction: column-reverse !important;
}
.ext-flex-wrap {
flex-wrap: wrap !important;
}
.ext-flex-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.ext-flex-nowrap {
flex-wrap: nowrap !important;
}
.ext-items-start {
align-items: flex-start !important;
}
.ext-items-end {
align-items: flex-end !important;
}
.ext-items-center {
align-items: center !important;
}
.ext-items-baseline {
align-items: baseline !important;
}
.ext-items-stretch {
align-items: stretch !important;
}
.ext-justify-start {
justify-content: flex-start !important;
}
.ext-justify-end {
justify-content: flex-end !important;
}
.ext-justify-center {
justify-content: center !important;
}
.ext-justify-between {
justify-content: space-between !important;
}
.ext-justify-around {
justify-content: space-around !important;
}
.ext-justify-evenly {
justify-content: space-evenly !important;
}
.ext-justify-items-start {
justify-items: start !important;
}
.ext-justify-items-end {
justify-items: end !important;
}
.ext-justify-items-center {
justify-items: center !important;
}
.ext-justify-items-stretch {
justify-items: stretch !important;
}
.ext-gap-0 {
gap: 0 !important;
}
.ext-gap-base {
gap: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-gap-lg {
gap: var(--extendify--spacing--large, 3rem) !important;
}
.ext-gap-x-0 {
-moz-column-gap: 0 !important;
column-gap: 0 !important;
}
.ext-gap-x-base {
-moz-column-gap: var(--wp--style--block-gap, 1.75rem) !important;
column-gap: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-gap-x-lg {
-moz-column-gap: var(--extendify--spacing--large, 3rem) !important;
column-gap: var(--extendify--spacing--large, 3rem) !important;
}
.ext-gap-y-0 {
row-gap: 0 !important;
}
.ext-gap-y-base {
row-gap: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-gap-y-lg {
row-gap: var(--extendify--spacing--large, 3rem) !important;
}
.ext-justify-self-auto {
justify-self: auto !important;
}
.ext-justify-self-start {
justify-self: start !important;
}
.ext-justify-self-end {
justify-self: end !important;
}
.ext-justify-self-center {
justify-self: center !important;
}
.ext-justify-self-stretch {
justify-self: stretch !important;
}
.ext-rounded-none {
border-radius: 0 !important;
}
.ext-rounded-full {
border-radius: 9999px !important;
}
.ext-rounded-t-none {
border-top-left-radius: 0 !important;
border-top-right-radius: 0 !important;
}
.ext-rounded-t-full {
border-top-left-radius: 9999px !important;
border-top-right-radius: 9999px !important;
}
.ext-rounded-r-none {
border-bottom-right-radius: 0 !important;
border-top-right-radius: 0 !important;
}
.ext-rounded-r-full {
border-bottom-right-radius: 9999px !important;
border-top-right-radius: 9999px !important;
}
.ext-rounded-b-none {
border-bottom-left-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
.ext-rounded-b-full {
border-bottom-left-radius: 9999px !important;
border-bottom-right-radius: 9999px !important;
}
.ext-rounded-l-none {
border-bottom-left-radius: 0 !important;
border-top-left-radius: 0 !important;
}
.ext-rounded-l-full {
border-bottom-left-radius: 9999px !important;
border-top-left-radius: 9999px !important;
}
.ext-rounded-tl-none {
border-top-left-radius: 0 !important;
}
.ext-rounded-tl-full {
border-top-left-radius: 9999px !important;
}
.ext-rounded-tr-none {
border-top-right-radius: 0 !important;
}
.ext-rounded-tr-full {
border-top-right-radius: 9999px !important;
}
.ext-rounded-br-none {
border-bottom-right-radius: 0 !important;
}
.ext-rounded-br-full {
border-bottom-right-radius: 9999px !important;
}
.ext-rounded-bl-none {
border-bottom-left-radius: 0 !important;
}
.ext-rounded-bl-full {
border-bottom-left-radius: 9999px !important;
}
.ext-border-0 {
border-width: 0 !important;
}
.ext-border-t-0 {
border-top-width: 0 !important;
}
.ext-border-r-0 {
border-right-width: 0 !important;
}
.ext-border-b-0 {
border-bottom-width: 0 !important;
}
.ext-border-l-0 {
border-left-width: 0 !important;
}
.ext-p-0:not([style*="padding"]) {
padding: 0 !important;
}
.ext-p-base:not([style*="padding"]) {
padding: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-p-lg:not([style*="padding"]) {
padding: var(--extendify--spacing--large, 3rem) !important;
}
.ext-px-0:not([style*="padding"]) {
padding-left: 0 !important;
padding-right: 0 !important;
}
.ext-px-base:not([style*="padding"]) {
padding-left: var(--wp--style--block-gap, 1.75rem) !important;
padding-right: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-px-lg:not([style*="padding"]) {
padding-left: var(--extendify--spacing--large, 3rem) !important;
padding-right: var(--extendify--spacing--large, 3rem) !important;
}
.ext-py-0:not([style*="padding"]) {
padding-bottom: 0 !important;
padding-top: 0 !important;
}
.ext-py-base:not([style*="padding"]) {
padding-bottom: var(--wp--style--block-gap, 1.75rem) !important;
padding-top: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-py-lg:not([style*="padding"]) {
padding-bottom: var(--extendify--spacing--large, 3rem) !important;
padding-top: var(--extendify--spacing--large, 3rem) !important;
}
.ext-pt-0:not([style*="padding"]) {
padding-top: 0 !important;
}
.ext-pt-base:not([style*="padding"]) {
padding-top: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-pt-lg:not([style*="padding"]) {
padding-top: var(--extendify--spacing--large, 3rem) !important;
}
.ext-pr-0:not([style*="padding"]) {
padding-right: 0 !important;
}
.ext-pr-base:not([style*="padding"]) {
padding-right: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-pr-lg:not([style*="padding"]) {
padding-right: var(--extendify--spacing--large, 3rem) !important;
}
.ext-pb-0:not([style*="padding"]) {
padding-bottom: 0 !important;
}
.ext-pb-base:not([style*="padding"]) {
padding-bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-pb-lg:not([style*="padding"]) {
padding-bottom: var(--extendify--spacing--large, 3rem) !important;
}
.ext-pl-0:not([style*="padding"]) {
padding-left: 0 !important;
}
.ext-pl-base:not([style*="padding"]) {
padding-left: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-pl-lg:not([style*="padding"]) {
padding-left: var(--extendify--spacing--large, 3rem) !important;
}
.ext-text-left {
text-align: left !important;
}
.ext-text-center {
text-align: center !important;
}
.ext-text-right {
text-align: right !important;
}
.ext-leading-none {
line-height: 1 !important;
}
.ext-leading-tight {
line-height: 1.25 !important;
}
.ext-leading-snug {
line-height: 1.375 !important;
}
.ext-leading-normal {
line-height: 1.5 !important;
}
.ext-leading-relaxed {
line-height: 1.625 !important;
}
.ext-leading-loose {
line-height: 2 !important;
}
.clip-path--rhombus img {
-webkit-clip-path: polygon(15% 6%, 80% 29%, 84% 93%, 23% 69%);
clip-path: polygon(15% 6%, 80% 29%, 84% 93%, 23% 69%);
}
.clip-path--diamond img {
-webkit-clip-path: polygon(5% 29%, 60% 2%, 91% 64%, 36% 89%);
clip-path: polygon(5% 29%, 60% 2%, 91% 64%, 36% 89%);
}
.clip-path--rhombus-alt img {
-webkit-clip-path: polygon(14% 9%, 85% 24%, 91% 89%, 19% 76%);
clip-path: polygon(14% 9%, 85% 24%, 91% 89%, 19% 76%);
}
.wp-block-columns[class*="fullwidth-cols"] {
margin-bottom: unset;
}
.wp-block-column.editor\:pointer-events-none {
margin-bottom: 0 !important;
margin-top: 0 !important;
}
.is-root-container.block-editor-block-list__layout > [data-align="full"]:not(:first-of-type) > .wp-block-column.editor\:pointer-events-none,
.is-root-container.block-editor-block-list__layout > [data-align="wide"] > .wp-block-column.editor\:pointer-events-none {
margin-top: calc(var(--wp--style--block-gap, 28px) * -1) !important;
}
.ext .wp-block-columns .wp-block-column[style*="padding"] {
padding-left: 0 !important;
padding-right: 0 !important;
}
.ext .wp-block-columns + .wp-block-columns:not([class*="mt-"]):not([class*="my-"]):not([style*="margin"]) {
margin-top: 0 !important;
}
[class*="fullwidth-cols"] .wp-block-column:first-child,
[class*="fullwidth-cols"] .wp-block-group:first-child {
margin-top: 0;
}
[class*="fullwidth-cols"] .wp-block-column:last-child,
[class*="fullwidth-cols"] .wp-block-group:last-child {
margin-bottom: 0;
}
[class*="fullwidth-cols"] .wp-block-column:first-child > *,
[class*="fullwidth-cols"] .wp-block-column > :first-child {
margin-top: 0;
}
.ext .is-not-stacked-on-mobile .wp-block-column,
[class*="fullwidth-cols"] .wp-block-column > :last-child {
margin-bottom: 0;
}
.wp-block-columns[class*="fullwidth-cols"]:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:last-child) {
margin-bottom: var(--wp--style--block-gap, 1.75rem);
}
@media (min-width: 782px) {
.wp-block-columns[class*="fullwidth-cols"]:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:last-child) {
margin-bottom: 0;
}
}
.wp-block-columns[class*="fullwidth-cols"].is-not-stacked-on-mobile > .wp-block-column {
margin-bottom: 0 !important;
}
@media (min-width: 600px) and (max-width: 781px) {
.wp-block-columns[class*="fullwidth-cols"]:not(.is-not-stacked-on-mobile) > .wp-block-column:nth-child(2n) {
margin-left: var(--wp--style--block-gap, 2em);
}
}
@media (max-width: 781px) {
.tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) {
flex-wrap: wrap;
}
.tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column,
.tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not([style*="margin"]) {
margin-left: 0 !important;
}
.tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
flex-basis: 100% !important;
}
}
@media (max-width: 1079px) {
.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) {
flex-wrap: wrap;
}
.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column,
.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not([style*="margin"]) {
margin-left: 0 !important;
}
.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
flex-basis: 100% !important;
}
.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:last-child) {
margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
}
.direction-rtl {
direction: rtl;
}
.direction-ltr {
direction: ltr;
}
.is-style-inline-list {
padding-left: 0 !important;
}
.is-style-inline-list li {
list-style-type: none !important;
}
@media (min-width: 782px) {
.is-style-inline-list li {
display: inline !important;
margin-right: var(--wp--style--block-gap, 1.75rem) !important;
}
}
@media (min-width: 782px) {
.is-style-inline-list li:first-child {
margin-left: 0 !important;
}
}
@media (min-width: 782px) {
.is-style-inline-list li:last-child {
margin-right: 0 !important;
}
}
.bring-to-front {
position: relative;
z-index: 10;
}
.text-stroke {
-webkit-text-stroke-color: var(--wp--preset--color--background);
}
.text-stroke,
.text-stroke--primary {
-webkit-text-stroke-width: var(--wp--custom--typography--text-stroke-width, 2px);
}
.text-stroke--primary {
-webkit-text-stroke-color: var(--wp--preset--color--primary);
}
.text-stroke--secondary {
-webkit-text-stroke-width: var(--wp--custom--typography--text-stroke-width, 2px);
-webkit-text-stroke-color: var(--wp--preset--color--secondary);
}
.editor\:no-caption .block-editor-rich-text__editable {
display: none !important;
}
.editor\:no-inserter .wp-block-column:not(.is-selected) > .block-list-appender,
.editor\:no-inserter .wp-block-cover__inner-container > .block-list-appender,
.editor\:no-inserter .wp-block-group__inner-container > .block-list-appender,
.editor\:no-inserter > .block-list-appender {
display: none;
}
.editor\:no-resize .components-resizable-box__handle,
.editor\:no-resize .components-resizable-box__handle:after,
.editor\:no-resize .components-resizable-box__side-handle:before {
display: none;
pointer-events: none;
}
.editor\:no-resize .components-resizable-box__container {
display: block;
}
.editor\:pointer-events-none {
pointer-events: none;
}
.is-style-angled {
justify-content: flex-end;
}
.ext .is-style-angled > [class*="_inner-container"],
.is-style-angled {
align-items: center;
}
.is-style-angled .wp-block-cover__image-background,
.is-style-angled .wp-block-cover__video-background {
-webkit-clip-path: polygon(0 0, 30% 0, 50% 100%, 0 100%);
clip-path: polygon(0 0, 30% 0, 50% 100%, 0 100%);
z-index: 1;
}
@media (min-width: 782px) {
.is-style-angled .wp-block-cover__image-background,
.is-style-angled .wp-block-cover__video-background {
-webkit-clip-path: polygon(0 0, 55% 0, 65% 100%, 0 100%);
clip-path: polygon(0 0, 55% 0, 65% 100%, 0 100%);
}
}
.has-foreground-color {
color: var(--wp--preset--color--foreground, #000) !important;
}
.has-foreground-background-color {
background-color: var(--wp--preset--color--foreground, #000) !important;
}
.has-background-color {
color: var(--wp--preset--color--background, #fff) !important;
}
.has-background-background-color {
background-color: var(--wp--preset--color--background, #fff) !important;
}
.has-primary-color {
color: var(--wp--preset--color--primary, #4b5563) !important;
}
.has-primary-background-color {
background-color: var(--wp--preset--color--primary, #4b5563) !important;
}
.has-secondary-color {
color: var(--wp--preset--color--secondary, #9ca3af) !important;
}
.has-secondary-background-color {
background-color: var(--wp--preset--color--secondary, #9ca3af) !important;
}
.ext.has-text-color h1,
.ext.has-text-color h2,
.ext.has-text-color h3,
.ext.has-text-color h4,
.ext.has-text-color h5,
.ext.has-text-color h6,
.ext.has-text-color p {
color: currentColor;
}
.has-white-color {
color: var(--wp--preset--color--white, #fff) !important;
}
.has-black-color {
color: var(--wp--preset--color--black, #000) !important;
}
.has-ext-foreground-background-color {
background-color: var(--wp--preset--color--foreground, var(--wp--preset--color--black, #000)) !important;
}
.has-ext-primary-background-color {
background-color: var(--wp--preset--color--primary, var(--wp--preset--color--cyan-bluish-gray, #000)) !important;
}
.wp-block-button__link.has-black-background-color {
border-color: var(--wp--preset--color--black, #000);
}
.wp-block-button__link.has-white-background-color {
border-color: var(--wp--preset--color--white, #fff);
}
.has-ext-small-font-size {
font-size: var(--wp--preset--font-size--ext-small) !important;
}
.has-ext-medium-font-size {
font-size: var(--wp--preset--font-size--ext-medium) !important;
}
.has-ext-large-font-size {
font-size: var(--wp--preset--font-size--ext-large) !important;
line-height: 1.2;
}
.has-ext-x-large-font-size {
font-size: var(--wp--preset--font-size--ext-x-large) !important;
line-height: 1;
}
.has-ext-xx-large-font-size {
font-size: var(--wp--preset--font-size--ext-xx-large) !important;
line-height: 1;
}
.has-ext-x-large-font-size:not([style*="line-height"]),
.has-ext-xx-large-font-size:not([style*="line-height"]) {
line-height: 1.1;
}
.ext .wp-block-group > * {
margin-bottom: 0;
margin-top: 0;
}
.ext .wp-block-group > * + * {
margin-bottom: 0;
}
.ext .wp-block-group > * + *,
.ext h2 {
margin-top: var(--wp--style--block-gap, 1.75rem);
}
.ext h2 {
margin-bottom: var(--wp--style--block-gap, 1.75rem);
}
.has-ext-x-large-font-size + h3,
.has-ext-x-large-font-size + p {
margin-top: 0.5rem;
}
.ext .wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
min-width: 12rem;
width: calc(25% - var(--wp--style--block-gap, 0.5em) * 0.75);
}
.ext .ext-grid > [class*="_inner-container"] {
display: grid;
}
.ext > [class*="_inner-container"] > .ext-grid:not([class*="columns"]),
.ext > [class*="_inner-container"] > .wp-block > .ext-grid:not([class*="columns"]) {
display: initial !important;
}
.ext .ext-grid-cols-1 > [class*="_inner-container"] {
grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-2 > [class*="_inner-container"] {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-3 > [class*="_inner-container"] {
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-4 > [class*="_inner-container"] {
grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-5 > [class*="_inner-container"] {
grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-6 > [class*="_inner-container"] {
grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-7 > [class*="_inner-container"] {
grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-8 > [class*="_inner-container"] {
grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-9 > [class*="_inner-container"] {
grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-10 > [class*="_inner-container"] {
grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-11 > [class*="_inner-container"] {
grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-12 > [class*="_inner-container"] {
grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-13 > [class*="_inner-container"] {
grid-template-columns: repeat(13, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-none > [class*="_inner-container"] {
grid-template-columns: none !important;
}
.ext .ext-grid-rows-1 > [class*="_inner-container"] {
grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
}
.ext .ext-grid-rows-2 > [class*="_inner-container"] {
grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
}
.ext .ext-grid-rows-3 > [class*="_inner-container"] {
grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
}
.ext .ext-grid-rows-4 > [class*="_inner-container"] {
grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
}
.ext .ext-grid-rows-5 > [class*="_inner-container"] {
grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
}
.ext .ext-grid-rows-6 > [class*="_inner-container"] {
grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
}
.ext .ext-grid-rows-none > [class*="_inner-container"] {
grid-template-rows: none !important;
}
.ext .ext-items-start > [class*="_inner-container"] {
align-items: flex-start !important;
}
.ext .ext-items-end > [class*="_inner-container"] {
align-items: flex-end !important;
}
.ext .ext-items-center > [class*="_inner-container"] {
align-items: center !important;
}
.ext .ext-items-baseline > [class*="_inner-container"] {
align-items: baseline !important;
}
.ext .ext-items-stretch > [class*="_inner-container"] {
align-items: stretch !important;
}
.ext.wp-block-group > :last-child {
margin-bottom: 0;
}
.ext .wp-block-group__inner-container {
padding: 0 !important;
}
.ext.has-background {
padding-left: var(--wp--style--block-gap, 1.75rem);
padding-right: var(--wp--style--block-gap, 1.75rem);
}
.ext [class*="inner-container"] > .alignwide [class*="inner-container"],
.ext [class*="inner-container"] > [data-align="wide"] [class*="inner-container"] {
max-width: var(--responsive--alignwide-width, 120rem);
}
.ext [class*="inner-container"] > .alignwide [class*="inner-container"] > *,
.ext [class*="inner-container"] > [data-align="wide"] [class*="inner-container"] > * {
max-width: 100% !important;
}
.ext .wp-block-image {
position: relative;
text-align: center;
}
.ext .wp-block-image img {
display: inline-block;
vertical-align: middle;
}
body {
--extendify--spacing--large: var(--wp--custom--spacing--large, clamp(2em, 8vw, 8em));
--wp--preset--font-size--ext-small: 1rem;
--wp--preset--font-size--ext-medium: 1.125rem;
--wp--preset--font-size--ext-large: clamp(1.65rem, 3.5vw, 2.15rem);
--wp--preset--font-size--ext-x-large: clamp(3rem, 6vw, 4.75rem);
--wp--preset--font-size--ext-xx-large: clamp(3.25rem, 7.5vw, 5.75rem);
--wp--preset--color--black: #000;
--wp--preset--color--white: #fff;
}
.ext * {
box-sizing: border-box;
}
.block-editor-block-preview__content-iframe .ext [data-type="core/spacer"] .components-resizable-box__container {
background: transparent !important;
}
.block-editor-block-preview__content-iframe .ext [data-type="core/spacer"] .block-library-spacer__resize-container:before {
display: none !important;
}
.ext .wp-block-group__inner-container figure.wp-block-gallery.alignfull {
margin-bottom: unset;
margin-top: unset;
}
.ext .alignwide {
margin-left: auto !important;
margin-right: auto !important;
}
.is-root-container.block-editor-block-list__layout > [data-align="full"]:not(:first-of-type) > .ext-my-0,
.is-root-container.block-editor-block-list__layout > [data-align="wide"] > .ext-my-0:not([style*="margin"]) {
margin-top: calc(var(--wp--style--block-gap, 28px) * -1) !important;
}
.block-editor-block-preview__content-iframe .preview\:min-h-50 {
min-height: 50vw !important;
}
.block-editor-block-preview__content-iframe .preview\:min-h-60 {
min-height: 60vw !important;
}
.block-editor-block-preview__content-iframe .preview\:min-h-70 {
min-height: 70vw !important;
}
.block-editor-block-preview__content-iframe .preview\:min-h-80 {
min-height: 80vw !important;
}
.block-editor-block-preview__content-iframe .preview\:min-h-100 {
min-height: 100vw !important;
}
.ext-mr-0.alignfull:not([style*="margin"]):not([style*="margin"]) {
margin-right: 0 !important;
}
.ext-ml-0:not([style*="margin"]):not([style*="margin"]) {
margin-left: 0 !important;
}
.is-root-container .wp-block[data-align="full"] > .ext-mx-0:not([style*="margin"]):not([style*="margin"]) {
margin-left: calc(var(--wp--custom--spacing--outer, 0) * 1) !important;
margin-right: calc(var(--wp--custom--spacing--outer, 0) * 1) !important;
overflow: hidden;
width: unset;
}
@media (min-width: 782px) {
.tablet\:ext-absolute {
position: absolute !important;
}
.tablet\:ext-relative {
position: relative !important;
}
.tablet\:ext-top-base {
top: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-top-lg {
top: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext--top-base {
top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.tablet\:ext--top-lg {
top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.tablet\:ext-right-base {
right: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-right-lg {
right: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext--right-base {
right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.tablet\:ext--right-lg {
right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.tablet\:ext-bottom-base {
bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-bottom-lg {
bottom: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext--bottom-base {
bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.tablet\:ext--bottom-lg {
bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.tablet\:ext-left-base {
left: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-left-lg {
left: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext--left-base {
left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.tablet\:ext--left-lg {
left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.tablet\:ext-order-1 {
order: 1 !important;
}
.tablet\:ext-order-2 {
order: 2 !important;
}
.tablet\:ext-m-0:not([style*="margin"]) {
margin: 0 !important;
}
.tablet\:ext-m-auto:not([style*="margin"]) {
margin: auto !important;
}
.tablet\:ext-m-base:not([style*="margin"]) {
margin: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-m-lg:not([style*="margin"]) {
margin: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext--m-base:not([style*="margin"]) {
margin: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.tablet\:ext--m-lg:not([style*="margin"]) {
margin: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.tablet\:ext-mx-0:not([style*="margin"]) {
margin-left: 0 !important;
margin-right: 0 !important;
}
.tablet\:ext-mx-auto:not([style*="margin"]) {
margin-left: auto !important;
margin-right: auto !important;
}
.tablet\:ext-mx-base:not([style*="margin"]) {
margin-left: var(--wp--style--block-gap, 1.75rem) !important;
margin-right: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-mx-lg:not([style*="margin"]) {
margin-left: var(--extendify--spacing--large, 3rem) !important;
margin-right: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext--mx-base:not([style*="margin"]) {
margin-left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
margin-right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.tablet\:ext--mx-lg:not([style*="margin"]) {
margin-left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
margin-right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.tablet\:ext-my-0:not([style*="margin"]) {
margin-bottom: 0 !important;
margin-top: 0 !important;
}
.tablet\:ext-my-auto:not([style*="margin"]) {
margin-bottom: auto !important;
margin-top: auto !important;
}
.tablet\:ext-my-base:not([style*="margin"]) {
margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
margin-top: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-my-lg:not([style*="margin"]) {
margin-bottom: var(--extendify--spacing--large, 3rem) !important;
margin-top: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext--my-base:not([style*="margin"]) {
margin-bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
margin-top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.tablet\:ext--my-lg:not([style*="margin"]) {
margin-bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
margin-top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.tablet\:ext-mt-0:not([style*="margin"]) {
margin-top: 0 !important;
}
.tablet\:ext-mt-auto:not([style*="margin"]) {
margin-top: auto !important;
}
.tablet\:ext-mt-base:not([style*="margin"]) {
margin-top: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-mt-lg:not([style*="margin"]) {
margin-top: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext--mt-base:not([style*="margin"]) {
margin-top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.tablet\:ext--mt-lg:not([style*="margin"]) {
margin-top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.tablet\:ext-mr-0:not([style*="margin"]) {
margin-right: 0 !important;
}
.tablet\:ext-mr-auto:not([style*="margin"]) {
margin-right: auto !important;
}
.tablet\:ext-mr-base:not([style*="margin"]) {
margin-right: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-mr-lg:not([style*="margin"]) {
margin-right: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext--mr-base:not([style*="margin"]) {
margin-right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.tablet\:ext--mr-lg:not([style*="margin"]) {
margin-right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.tablet\:ext-mb-0:not([style*="margin"]) {
margin-bottom: 0 !important;
}
.tablet\:ext-mb-auto:not([style*="margin"]) {
margin-bottom: auto !important;
}
.tablet\:ext-mb-base:not([style*="margin"]) {
margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-mb-lg:not([style*="margin"]) {
margin-bottom: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext--mb-base:not([style*="margin"]) {
margin-bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.tablet\:ext--mb-lg:not([style*="margin"]) {
margin-bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.tablet\:ext-ml-0:not([style*="margin"]) {
margin-left: 0 !important;
}
.tablet\:ext-ml-auto:not([style*="margin"]) {
margin-left: auto !important;
}
.tablet\:ext-ml-base:not([style*="margin"]) {
margin-left: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-ml-lg:not([style*="margin"]) {
margin-left: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext--ml-base:not([style*="margin"]) {
margin-left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.tablet\:ext--ml-lg:not([style*="margin"]) {
margin-left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.tablet\:ext-block {
display: block !important;
}
.tablet\:ext-inline-block {
display: inline-block !important;
}
.tablet\:ext-inline {
display: inline !important;
}
.tablet\:ext-flex {
display: flex !important;
}
.tablet\:ext-inline-flex {
display: inline-flex !important;
}
.tablet\:ext-grid {
display: grid !important;
}
.tablet\:ext-inline-grid {
display: inline-grid !important;
}
.tablet\:ext-hidden {
display: none !important;
}
.tablet\:ext-w-auto {
width: auto !important;
}
.tablet\:ext-w-full {
width: 100% !important;
}
.tablet\:ext-max-w-full {
max-width: 100% !important;
}
.tablet\:ext-flex-1 {
flex: 1 1 0% !important;
}
.tablet\:ext-flex-auto {
flex: 1 1 auto !important;
}
.tablet\:ext-flex-initial {
flex: 0 1 auto !important;
}
.tablet\:ext-flex-none {
flex: none !important;
}
.tablet\:ext-flex-shrink-0 {
flex-shrink: 0 !important;
}
.tablet\:ext-flex-shrink {
flex-shrink: 1 !important;
}
.tablet\:ext-flex-grow-0 {
flex-grow: 0 !important;
}
.tablet\:ext-flex-grow {
flex-grow: 1 !important;
}
.tablet\:ext-list-none {
list-style-type: none !important;
}
.tablet\:ext-grid-cols-1 {
grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.tablet\:ext-grid-cols-2 {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.tablet\:ext-grid-cols-3 {
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.tablet\:ext-grid-cols-4 {
grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.tablet\:ext-grid-cols-5 {
grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}
.tablet\:ext-grid-cols-6 {
grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}
.tablet\:ext-grid-cols-7 {
grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}
.tablet\:ext-grid-cols-8 {
grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}
.tablet\:ext-grid-cols-9 {
grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
}
.tablet\:ext-grid-cols-10 {
grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}
.tablet\:ext-grid-cols-11 {
grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
}
.tablet\:ext-grid-cols-12 {
grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}
.tablet\:ext-grid-cols-none {
grid-template-columns: none !important;
}
.tablet\:ext-flex-row {
flex-direction: row !important;
}
.tablet\:ext-flex-row-reverse {
flex-direction: row-reverse !important;
}
.tablet\:ext-flex-col {
flex-direction: column !important;
}
.tablet\:ext-flex-col-reverse {
flex-direction: column-reverse !important;
}
.tablet\:ext-flex-wrap {
flex-wrap: wrap !important;
}
.tablet\:ext-flex-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.tablet\:ext-flex-nowrap {
flex-wrap: nowrap !important;
}
.tablet\:ext-items-start {
align-items: flex-start !important;
}
.tablet\:ext-items-end {
align-items: flex-end !important;
}
.tablet\:ext-items-center {
align-items: center !important;
}
.tablet\:ext-items-baseline {
align-items: baseline !important;
}
.tablet\:ext-items-stretch {
align-items: stretch !important;
}
.tablet\:ext-justify-start {
justify-content: flex-start !important;
}
.tablet\:ext-justify-end {
justify-content: flex-end !important;
}
.tablet\:ext-justify-center {
justify-content: center !important;
}
.tablet\:ext-justify-between {
justify-content: space-between !important;
}
.tablet\:ext-justify-around {
justify-content: space-around !important;
}
.tablet\:ext-justify-evenly {
justify-content: space-evenly !important;
}
.tablet\:ext-justify-items-start {
justify-items: start !important;
}
.tablet\:ext-justify-items-end {
justify-items: end !important;
}
.tablet\:ext-justify-items-center {
justify-items: center !important;
}
.tablet\:ext-justify-items-stretch {
justify-items: stretch !important;
}
.tablet\:ext-justify-self-auto {
justify-self: auto !important;
}
.tablet\:ext-justify-self-start {
justify-self: start !important;
}
.tablet\:ext-justify-self-end {
justify-self: end !important;
}
.tablet\:ext-justify-self-center {
justify-self: center !important;
}
.tablet\:ext-justify-self-stretch {
justify-self: stretch !important;
}
.tablet\:ext-p-0:not([style*="padding"]) {
padding: 0 !important;
}
.tablet\:ext-p-base:not([style*="padding"]) {
padding: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-p-lg:not([style*="padding"]) {
padding: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext-px-0:not([style*="padding"]) {
padding-left: 0 !important;
padding-right: 0 !important;
}
.tablet\:ext-px-base:not([style*="padding"]) {
padding-left: var(--wp--style--block-gap, 1.75rem) !important;
padding-right: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-px-lg:not([style*="padding"]) {
padding-left: var(--extendify--spacing--large, 3rem) !important;
padding-right: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext-py-0:not([style*="padding"]) {
padding-bottom: 0 !important;
padding-top: 0 !important;
}
.tablet\:ext-py-base:not([style*="padding"]) {
padding-bottom: var(--wp--style--block-gap, 1.75rem) !important;
padding-top: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-py-lg:not([style*="padding"]) {
padding-bottom: var(--extendify--spacing--large, 3rem) !important;
padding-top: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext-pt-0:not([style*="padding"]) {
padding-top: 0 !important;
}
.tablet\:ext-pt-base:not([style*="padding"]) {
padding-top: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-pt-lg:not([style*="padding"]) {
padding-top: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext-pr-0:not([style*="padding"]) {
padding-right: 0 !important;
}
.tablet\:ext-pr-base:not([style*="padding"]) {
padding-right: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-pr-lg:not([style*="padding"]) {
padding-right: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext-pb-0:not([style*="padding"]) {
padding-bottom: 0 !important;
}
.tablet\:ext-pb-base:not([style*="padding"]) {
padding-bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-pb-lg:not([style*="padding"]) {
padding-bottom: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext-pl-0:not([style*="padding"]) {
padding-left: 0 !important;
}
.tablet\:ext-pl-base:not([style*="padding"]) {
padding-left: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-pl-lg:not([style*="padding"]) {
padding-left: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext-text-left {
text-align: left !important;
}
.tablet\:ext-text-center {
text-align: center !important;
}
.tablet\:ext-text-right {
text-align: right !important;
}
}
@media (min-width: 1080px) {
.desktop\:ext-absolute {
position: absolute !important;
}
.desktop\:ext-relative {
position: relative !important;
}
.desktop\:ext-top-base {
top: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-top-lg {
top: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext--top-base {
top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.desktop\:ext--top-lg {
top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.desktop\:ext-right-base {
right: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-right-lg {
right: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext--right-base {
right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.desktop\:ext--right-lg {
right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.desktop\:ext-bottom-base {
bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-bottom-lg {
bottom: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext--bottom-base {
bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.desktop\:ext--bottom-lg {
bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.desktop\:ext-left-base {
left: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-left-lg {
left: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext--left-base {
left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.desktop\:ext--left-lg {
left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.desktop\:ext-order-1 {
order: 1 !important;
}
.desktop\:ext-order-2 {
order: 2 !important;
}
.desktop\:ext-m-0:not([style*="margin"]) {
margin: 0 !important;
}
.desktop\:ext-m-auto:not([style*="margin"]) {
margin: auto !important;
}
.desktop\:ext-m-base:not([style*="margin"]) {
margin: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-m-lg:not([style*="margin"]) {
margin: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext--m-base:not([style*="margin"]) {
margin: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.desktop\:ext--m-lg:not([style*="margin"]) {
margin: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.desktop\:ext-mx-0:not([style*="margin"]) {
margin-left: 0 !important;
margin-right: 0 !important;
}
.desktop\:ext-mx-auto:not([style*="margin"]) {
margin-left: auto !important;
margin-right: auto !important;
}
.desktop\:ext-mx-base:not([style*="margin"]) {
margin-left: var(--wp--style--block-gap, 1.75rem) !important;
margin-right: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-mx-lg:not([style*="margin"]) {
margin-left: var(--extendify--spacing--large, 3rem) !important;
margin-right: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext--mx-base:not([style*="margin"]) {
margin-left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
margin-right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.desktop\:ext--mx-lg:not([style*="margin"]) {
margin-left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
margin-right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.desktop\:ext-my-0:not([style*="margin"]) {
margin-bottom: 0 !important;
margin-top: 0 !important;
}
.desktop\:ext-my-auto:not([style*="margin"]) {
margin-bottom: auto !important;
margin-top: auto !important;
}
.desktop\:ext-my-base:not([style*="margin"]) {
margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
margin-top: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-my-lg:not([style*="margin"]) {
margin-bottom: var(--extendify--spacing--large, 3rem) !important;
margin-top: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext--my-base:not([style*="margin"]) {
margin-bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
margin-top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.desktop\:ext--my-lg:not([style*="margin"]) {
margin-bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
margin-top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.desktop\:ext-mt-0:not([style*="margin"]) {
margin-top: 0 !important;
}
.desktop\:ext-mt-auto:not([style*="margin"]) {
margin-top: auto !important;
}
.desktop\:ext-mt-base:not([style*="margin"]) {
margin-top: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-mt-lg:not([style*="margin"]) {
margin-top: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext--mt-base:not([style*="margin"]) {
margin-top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.desktop\:ext--mt-lg:not([style*="margin"]) {
margin-top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.desktop\:ext-mr-0:not([style*="margin"]) {
margin-right: 0 !important;
}
.desktop\:ext-mr-auto:not([style*="margin"]) {
margin-right: auto !important;
}
.desktop\:ext-mr-base:not([style*="margin"]) {
margin-right: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-mr-lg:not([style*="margin"]) {
margin-right: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext--mr-base:not([style*="margin"]) {
margin-right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.desktop\:ext--mr-lg:not([style*="margin"]) {
margin-right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.desktop\:ext-mb-0:not([style*="margin"]) {
margin-bottom: 0 !important;
}
.desktop\:ext-mb-auto:not([style*="margin"]) {
margin-bottom: auto !important;
}
.desktop\:ext-mb-base:not([style*="margin"]) {
margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-mb-lg:not([style*="margin"]) {
margin-bottom: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext--mb-base:not([style*="margin"]) {
margin-bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.desktop\:ext--mb-lg:not([style*="margin"]) {
margin-bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.desktop\:ext-ml-0:not([style*="margin"]) {
margin-left: 0 !important;
}
.desktop\:ext-ml-auto:not([style*="margin"]) {
margin-left: auto !important;
}
.desktop\:ext-ml-base:not([style*="margin"]) {
margin-left: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-ml-lg:not([style*="margin"]) {
margin-left: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext--ml-base:not([style*="margin"]) {
margin-left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.desktop\:ext--ml-lg:not([style*="margin"]) {
margin-left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.desktop\:ext-block {
display: block !important;
}
.desktop\:ext-inline-block {
display: inline-block !important;
}
.desktop\:ext-inline {
display: inline !important;
}
.desktop\:ext-flex {
display: flex !important;
}
.desktop\:ext-inline-flex {
display: inline-flex !important;
}
.desktop\:ext-grid {
display: grid !important;
}
.desktop\:ext-inline-grid {
display: inline-grid !important;
}
.desktop\:ext-hidden {
display: none !important;
}
.desktop\:ext-w-auto {
width: auto !important;
}
.desktop\:ext-w-full {
width: 100% !important;
}
.desktop\:ext-max-w-full {
max-width: 100% !important;
}
.desktop\:ext-flex-1 {
flex: 1 1 0% !important;
}
.desktop\:ext-flex-auto {
flex: 1 1 auto !important;
}
.desktop\:ext-flex-initial {
flex: 0 1 auto !important;
}
.desktop\:ext-flex-none {
flex: none !important;
}
.desktop\:ext-flex-shrink-0 {
flex-shrink: 0 !important;
}
.desktop\:ext-flex-shrink {
flex-shrink: 1 !important;
}
.desktop\:ext-flex-grow-0 {
flex-grow: 0 !important;
}
.desktop\:ext-flex-grow {
flex-grow: 1 !important;
}
.desktop\:ext-list-none {
list-style-type: none !important;
}
.desktop\:ext-grid-cols-1 {
grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.desktop\:ext-grid-cols-2 {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.desktop\:ext-grid-cols-3 {
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.desktop\:ext-grid-cols-4 {
grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.desktop\:ext-grid-cols-5 {
grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}
.desktop\:ext-grid-cols-6 {
grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}
.desktop\:ext-grid-cols-7 {
grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}
.desktop\:ext-grid-cols-8 {
grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}
.desktop\:ext-grid-cols-9 {
grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
}
.desktop\:ext-grid-cols-10 {
grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}
.desktop\:ext-grid-cols-11 {
grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
}
.desktop\:ext-grid-cols-12 {
grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}
.desktop\:ext-grid-cols-none {
grid-template-columns: none !important;
}
.desktop\:ext-flex-row {
flex-direction: row !important;
}
.desktop\:ext-flex-row-reverse {
flex-direction: row-reverse !important;
}
.desktop\:ext-flex-col {
flex-direction: column !important;
}
.desktop\:ext-flex-col-reverse {
flex-direction: column-reverse !important;
}
.desktop\:ext-flex-wrap {
flex-wrap: wrap !important;
}
.desktop\:ext-flex-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.desktop\:ext-flex-nowrap {
flex-wrap: nowrap !important;
}
.desktop\:ext-items-start {
align-items: flex-start !important;
}
.desktop\:ext-items-end {
align-items: flex-end !important;
}
.desktop\:ext-items-center {
align-items: center !important;
}
.desktop\:ext-items-baseline {
align-items: baseline !important;
}
.desktop\:ext-items-stretch {
align-items: stretch !important;
}
.desktop\:ext-justify-start {
justify-content: flex-start !important;
}
.desktop\:ext-justify-end {
justify-content: flex-end !important;
}
.desktop\:ext-justify-center {
justify-content: center !important;
}
.desktop\:ext-justify-between {
justify-content: space-between !important;
}
.desktop\:ext-justify-around {
justify-content: space-around !important;
}
.desktop\:ext-justify-evenly {
justify-content: space-evenly !important;
}
.desktop\:ext-justify-items-start {
justify-items: start !important;
}
.desktop\:ext-justify-items-end {
justify-items: end !important;
}
.desktop\:ext-justify-items-center {
justify-items: center !important;
}
.desktop\:ext-justify-items-stretch {
justify-items: stretch !important;
}
.desktop\:ext-justify-self-auto {
justify-self: auto !important;
}
.desktop\:ext-justify-self-start {
justify-self: start !important;
}
.desktop\:ext-justify-self-end {
justify-self: end !important;
}
.desktop\:ext-justify-self-center {
justify-self: center !important;
}
.desktop\:ext-justify-self-stretch {
justify-self: stretch !important;
}
.desktop\:ext-p-0:not([style*="padding"]) {
padding: 0 !important;
}
.desktop\:ext-p-base:not([style*="padding"]) {
padding: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-p-lg:not([style*="padding"]) {
padding: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext-px-0:not([style*="padding"]) {
padding-left: 0 !important;
padding-right: 0 !important;
}
.desktop\:ext-px-base:not([style*="padding"]) {
padding-left: var(--wp--style--block-gap, 1.75rem) !important;
padding-right: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-px-lg:not([style*="padding"]) {
padding-left: var(--extendify--spacing--large, 3rem) !important;
padding-right: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext-py-0:not([style*="padding"]) {
padding-bottom: 0 !important;
padding-top: 0 !important;
}
.desktop\:ext-py-base:not([style*="padding"]) {
padding-bottom: var(--wp--style--block-gap, 1.75rem) !important;
padding-top: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-py-lg:not([style*="padding"]) {
padding-bottom: var(--extendify--spacing--large, 3rem) !important;
padding-top: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext-pt-0:not([style*="padding"]) {
padding-top: 0 !important;
}
.desktop\:ext-pt-base:not([style*="padding"]) {
padding-top: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-pt-lg:not([style*="padding"]) {
padding-top: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext-pr-0:not([style*="padding"]) {
padding-right: 0 !important;
}
.desktop\:ext-pr-base:not([style*="padding"]) {
padding-right: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-pr-lg:not([style*="padding"]) {
padding-right: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext-pb-0:not([style*="padding"]) {
padding-bottom: 0 !important;
}
.desktop\:ext-pb-base:not([style*="padding"]) {
padding-bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-pb-lg:not([style*="padding"]) {
padding-bottom: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext-pl-0:not([style*="padding"]) {
padding-left: 0 !important;
}
.desktop\:ext-pl-base:not([style*="padding"]) {
padding-left: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-pl-lg:not([style*="padding"]) {
padding-left: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext-text-left {
text-align: left !important;
}
.desktop\:ext-text-center {
text-align: center !important;
}
.desktop\:ext-text-right {
text-align: right !important;
}
}
.is-layout-flex {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 0.5em;
}
[class*="__inner-container"] .wp-block-group:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright),
[class*="__inner-container"] .wp-block-cover:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright) {
max-width: 1280px;
margin-left: auto !important;
margin-right: auto !important;
}a, a:hover, a:focus {
text-decoration: none;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.envo-extra-elementor-menu #site-navigation {
border-bottom: none;
}
.envo-extra-elementor-menu #site-navigation.shrink {
min-height: 60px;
position: relative;
width: auto;
z-index: 9;
top: auto;
}
.envo-extra-elementor-menu .shrink .navbar-nav > li > a {
padding-top: 30px;
padding-bottom: 30px;
max-height: 80px;
}
.elementor-editor-active .elementor-edit-area-active li.product img.secondary-image {
display: none !important;
}
.archive-img-wrap {
display: block;
position: relative;
clear: both;
}
@media only screen and (max-width: 991px) {
.blog .page-area .col-md-9, .archive .page-area .col-md-9, article.col-md-9 {
width: 100%;
}
}
.site-header.shrink, .main-menu.shrink {
min-height: 50px;
position: fixed;
width: 100%;
z-index: 999;
top: 0;
-webkit-box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
border: none;
}
.shrink .header-right {
flex: auto;
}
@media (min-width: 600px) {
.admin-bar .site-header.shrink, .admin-bar .main-menu.shrink {
top: 32px;
}
} #product-nav {
margin: 30px 0 50px;
position: relative;
width: 100%;
display: inline-block;
}
.ie9 #product-nav{
padding-bottom: 50px;
}
#product-nav span.prev-label,
#product-nav span.next-label {
position: absolute;
top: -12px;
}
.ie9 #product-nav span.prev-label,
.ie9 #product-nav span.next-label {
top: 10px;
}
#product-nav span.prev-label {
left: 60px;
}
#product-nav span.next-label {
right: 60px;
}
#product-nav > a {
overflow: hidden;
width: 48px;
height: 48px;
-webkit-transition: width 0.4s, background-color 0.4s;
transition: width 0.4s, background-color 0.4s;
-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
transition-timing-function: cubic-bezier(0.7,0,0.3,1);
position: absolute;
display: block;
outline: none;
text-align: left;
z-index: 9;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
border: 1px solid;
border-radius: 40px;
background: #fff;
}
#product-nav > a[rel='prev'] {
left: 10px;
}
#product-nav > a[rel='next'] {
right: 10px;
}
#product-nav > a:hover {
width: 240px;
}
#product-nav span.las {
position: absolute;
z-index: 100;
padding: 17px 5px 15px 0;
width: 45px;
text-align: center;
}
#product-nav > a[rel='next'] span.las {
right: 0;
padding: 17px 0 15px 1px;
}
#product-nav div.prev-product,
#product-nav div.next-product{
position: absolute;
top: 0;    
width: 240px;
height: 48px;
}
#product-nav div.next-product {
right: 0;
}
#product-nav div.prev-product h5,
#product-nav div.next-product h5 {
position: relative;
margin: 0;
line-height: 48px;
text-align: right;
padding: 0 55px 0 25px;
text-transform: uppercase;
}
#product-nav div.next-product h5 {
text-align: left;
padding: 0 25px 0 55px;
}
#product-nav div.prev-product img.attachment-shop_thumbnail,
#product-nav div.next-product img.attachment-shop_thumbnail {
position: absolute;
top: 0;
height: 45px;
width: auto;
right: 7px;
padding: 2px 0;
border-radius: 30px;
}
#product-nav div.next-product img.attachment-shop_thumbnail {
left: 7px;
}
.elementor-image .news-thumb img {
width: auto;
}
.envo-extra-elementor-categories a, .envo-extra-elementor-feed-title {
display: inline-block;
vertical-align: middle;
} 
.envo-extra-elementor-icon.elementor-align-icon-left {
float: left;
margin-right: 5px;
}
.envo-extra-elementor-icon.elementor-align-icon-right {
float: right;
margin-left: 5px;
} .woo-float-info {
width: 100%;
position: fixed;
position: -webkit-sticky;
background-color: #fff;
-webkit-box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
text-align: center;
padding: 8px;
z-index: 99;
}
.woo-float-info .news-thumb {
max-width: 60px;
margin-right: 15px;
margin-bottom: 0;
display: inline-block;
}
.woo-float-info .product_title.entry-title {
margin: 0;
padding: 0;
font-size: 16px;
line-height: 20px;
display: inline-block;
font-weight: 700;
letter-spacing: -.02em;
}
.woo-float-info p.price {
font-size: 12px;
line-height: 14px;
display: inline-block;
margin: 15px;
}
.woo-float-info .close-me{
font-size: 13px;
position:absolute;
cursor:pointer;
top:0;
right:0;
color: #b50000;
padding: 0px 8px 2px 8px;
}
.woo-float-info .close-me:after {
font-family: 'Line Awesome Free';
content: "\f00d";
font-weight: 700;
}
.woo-float-info a.button {
padding: 5px 12px;
font-size: 15px;
}
.woocommerce .woo-float-info img {
max-width: 50px;
margin-right: 10px;
max-height: 50px;
} .center-cart-middle {
width: 450px;
height: auto;
position: fixed;
top: calc(50% - 135px);
left: calc(50% - 225px);
padding: 20px;
background-color: #fff;
border-radius: 5px;
-webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.75);
z-index: 99999;
animation: showup 0.7s;
}
.middle-cart {
display: none;
z-index: 9999;
}
#middle-cart-overlay {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.42);
z-index: 9999;
animation: showup 0.7s;
}
#middle-cart-close {
position: absolute;
top: -8px;
right: -8px;
background-color: #e70000;
color: #fff;
border-radius: 20px;
font-size: 14px;
width: 26px;
height: 26px;
line-height: 26px;
cursor: pointer;
}
.product-added-to-cart-middle .middle-cart {
display: block;
}
.center-cart-middle.text-center .woocommerce-mini-cart {
max-height: 130px;
overflow-x: auto;
}
.archive-product-categories a {
font-size: 90%;
margin-left: 5px;
}
.archive-product-categories {
margin-left: 5px;
}
.rtl .archive-product-categories {
margin-right: 5px;
} .envo-has-gallery {
position: relative;
}
.envo-has-gallery .secondary-image {
position: absolute;
top:0;
left:0;
opacity:0;
padding: 0;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.woocommerce ul.products li.product:hover .secondary-image {
opacity: 1;
}
#return-to-top {
position: fixed;
bottom: 20px;
right: 20px;
background: rgb(0, 0, 0);
background: rgba(0, 0, 0, 0.7);
width: 50px;
height: 50px;
display: block;
text-decoration: none;
-webkit-border-radius: 35px;
-moz-border-radius: 35px;
border-radius: 35px;
display: none;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
z-index: 999;
}
#return-to-top i {
color: #fff;
margin: 0;
position: relative;
left: 16px;
top: 10px;
font-size: 20px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#return-to-top:hover {
background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
color: #fff;
top: 15px;
}
.f-posts-shortcode {
display: block;
overflow: hidden;
}
.f-posts-shortcode article {
clear: none;
margin-bottom: 20px;
}
.page-builders .f-posts-shortcode article {
padding-left: 15px;
padding-right: 15px;
}
.f-posts-shortcode .col-md-6:nth-child(2n+1),
.f-posts-shortcode .col-md-4:nth-child(3n+1),
.f-posts-shortcode .col-md-3:nth-child(4n+1),
.f-posts-shortcode .col-md-2:nth-child(6n+1) {
clear: left;
}
.countdown-item {
text-align: center;
max-width: 25%;
width: 25%;
float: left;
line-height: 16px;
font-size: 10px;
margin-right: 6px;
color: #000;
letter-spacing: -0.5px;
}
.countdown-item:last-child {
margin-right: 0;
}
.countdown-item span {
display: block;
padding: 3px;
border: 1px solid;
background-color: #d9d9d9;
font-size: 13px;
line-height: 18px;
border: none;
border-radius: 3px;
color: #000;
position: relative;
}
.countdown-item span:after {
content: ":";
position: absolute;
right: -5px;
font-weight: 700;
}
.countdown-item:last-child span:after {
display: none;
}
.the-countdown {
display: flex;
float: none;
align-items: center;
justify-content: space-between;
position: relative;
margin-bottom: 10px;
}
.the-countdown-notice {
display: block;
clear: both;
font-size: 13px;
line-height: 18px;
padding: 5px 0 8px 0;
} .it-has-gallery {
position: relative;
}
.it-has-gallery .secondary-image {
position: absolute;
top:0;
left:0;
opacity:0;
padding: 0;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.woocommerce ul.products li.product:hover .secondary-image {
opacity: 1;
} .arhive-product-gallery {
position: absolute;
top: 3%;
left: 5%;
z-index: 9;
max-width: 50px;
}
.arhive-product-gallery-image {
width: 45px;
height: 45px;
margin-bottom: 5px;
}
.woocommerce ul.products li.product .arhive-product-gallery-image img {
padding: 3px;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 0;
background-color: #fff;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.14);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.14);
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.14);
margin: 0;
}
.woocommerce ul.products li.product:hover .arhive-product-gallery-image img {
margin: 0;
}
.the-product-share {
border-top: 1px solid #e9e9e9;
border-bottom: 1px solid #e9e9e9;
padding: 0;
text-align: center;
clear: both;
margin-bottom: 15px;
}
.the-product-share ul {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
list-style: none;
margin: 0;
padding: 0;
list-style-type: none;
}
.the-product-share ul li {
border: 0;
border-right-width: 1px;
border-style: solid;
border-color: #e9e9e9;
padding: 15px 20px; }
.the-product-share ul li:last-child {
border-right: 0;
}
.the-product-share ul li a {
display: block;
border: 0;
width: auto;
height: auto;
font-size: 13px;
line-height: 1.5;
margin: 0 !important;
border-radius: 0;
}
.the-product-share ul li a .the-icon-wrap {
display: -webkit-inline-flex;
display: -ms-inline-flex;
display: inline-flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
background-color: #333;
width: 40px;
height: 40px;
line-height: 1;
font-size: 16px;
border-radius: 50%;
vertical-align: middle;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.the-product-share ul li a .the-icon-wrap .the-icon {
fill: #fff;
width: 16px;
height: 16px; }
.the-product-share ul li a .product-share-text {
display: inline-block;
vertical-align: middle;
padding: 0 0 0 10px;
width: calc(100% - 50px);
color: #404040;
}
.the-product-share ul li.twitter a:hover .product-share-text {
color: #00aced;
}
.the-product-share ul li.twitter a:hover .the-icon-wrap {
background-color: #00aced;
}
.the-product-share ul li.facebook a:hover .product-share-text {
color: #3b5998;
}
.the-product-share ul li.facebook a:hover .the-icon-wrap {
background-color: #3b5998;
}
.the-product-share ul li.pinterest a:hover .product-share-text {
color: #cb2027;
}
.the-product-share ul li.pinterest a:hover .the-icon-wrap {
background-color: #cb2027;
}
.the-product-share ul li.email a:hover .product-share-text {
color: #3fc387;
}
.the-product-share ul li.email a:hover .the-icon-wrap {
background-color: #3fc387;
} @media only screen and (max-width: 767px) {
.the-product-share ul {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.the-product-share ul li {
width: 50%;
border-right-width: 0;
padding: 20px 0; }
.the-product-share ul li:last-child {
border-bottom-width: 0; }
.the-product-share ul li:nth-child(-n+2) {
border-bottom-width: 1px; }
.the-product-share ul li:nth-child(2n+1) {
border-right-width: 1px; }
.the-product-share ul li a {
display: inline-block; }
.rtl .the-product-share ul li {
border-left-width: 0; }
.rtl .the-product-share ul li:nth-child(2n+1) {
border-left-width: 1px;
border-right-width: 0; } 
} @media only screen and (max-width: 320px) {
.the-product-share ul li {
width: 100%;
border-top-width: 1px; }
.the-product-share ul li:first-child {
border-top-width: 0; }
.the-product-share ul li:nth-child(-n+2) {
border-bottom-width: 0; }
.the-product-share ul li:nth-child(2n+1) {
border-right-width: 0; }
.rtl .the-product-share ul li:nth-child(2n+1) {
border-left-width: 0;
border-right-width: 0; } 
}
.fancybox-container {
z-index: 999939;
}
.show-canvas-filter #site-canvas {
visibility: visible;
-moz-opacity: 1;
-webkit-opacity: 1;
opacity: 1;
-webkit-transform: translateX(300px);
transform: translateX(300px);
-webkit-box-shadow: 300px 0 0 1900px rgba(0,0,0,.2), 0 0 20px rgba(0,0,0,.2);
box-shadow: 300px 0 0 1900px rgba(0,0,0,.2), 0 0 20px rgba(0,0,0,.2);
-webkit-transform: translate3d(300px, 0, 0);
transform: translate3d(300px, 0, 0);
}
#site-canvas {
width: 300px;
position: fixed;
top: 0;
left: 0;
height: 100%;
z-index: 999;
left: -300px;
background: #fff;
padding: 25px;
-webkit-transform: translateX(0);
transform: translateX(0);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition: 300ms ease all;
transition: 300ms ease all;
visibility: hidden;
-moz-opacity: 0;
-webkit-opacity: 0;
opacity: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
z-index: 999999;
overflow-y: auto;
}
a.canvas-toggle-nav.bars {
float: right;
height: 34px;
font-size: 14px;
font-weight: 600;
line-height: 34px;
padding: 0 14px;
border: 1px solid #aaaaaa;
margin: 0 0 0 20px;
text-align: center;
}
a.canvas-toggle-nav i.las.la-times {
float: right;
display: block;
clear: both;
font-size: 22px;
line-height: 22px;
}
.canvas-toggle-nav i.las.la-bars {
margin-right: 5px;
}
aside#off-canvas-sidebar-filter {
display: block;
float: left;
width: 100%;
}
.woocommerce-perpage {
float: right;
height: 34px;
font-size: 14px;
font-weight: 400;
line-height: 34px;
padding: 0 14px;
text-transform: uppercase;
}
.woocommerce-perpage a {
margin: 0 4px;
opacity: 0.8;
}
.woocommerce-perpage span:last-child {
display: none;
}
.woo-infinite-loading nav.woocommerce-pagination {
display: none;
}
.infinite-scroll-error.infinite-scroll-last {
display: none;
}
.page-load-status {
clear: both;
text-align: center;
margin: 20px 0;
display: none;
} form.the-searchform button {
display: block;
position: absolute;
top: 50%;
right: 0;
min-width: 40px;
height: 60%;
height: 100%;
font-size: 12px;
font-weight: 600;
background-color: transparent !important;
margin: 0;
padding: 0;
border: 0;
text-align: center;
line-height: 1;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.the-search-wrap {
position: relative; }
.the-search-wrap .search-submit {
color: #333;
font-size: 12px;}
.the-search-wrap .search-submit:focus, .the-search-wrap .search-submit:hover {
color: #333; }
.the-search-wrap input {
height: 42px;
}
.the-search-wrap .the-ajax-loading {
display: none;
background: transparent url(//farm.stephane.idv.tw/wp-content/plugins/envo-extra/images/loading.gif) no-repeat center center;
background-size: 100%;
position: absolute;
top: 50%;
right: 60px;
margin-top: -13px;
width: 56px;
height: 26px; }
.the-search-wrap .the-search-results {
display: none;
position: absolute;
top: 100%;
left: 0;
width: 100%;
background-color: #fff;
-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
z-index: 999;
overflow: hidden; }
.the-search-wrap .the-search-results ul {
list-style: none;
padding: 0;
margin: 0; }
.the-search-wrap ul li {
margin: 0 !important;
padding: 0 !important;
border: none;
}
.the-search-wrap .the-search-results ul li a.search-result-link {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center; }
.the-search-wrap .the-search-results ul li a {
position: relative;
font-size: 14px;
line-height: 1;
padding: 10px 34px 10px 13px;
border-bottom: 1px solid #eaeaea;
letter-spacing: 0.6px; }
.the-search-wrap .the-search-results ul li a img {
float: left;
max-width: 30px;
margin-right: 10px; }
.the-search-wrap .the-search-results ul li a .result-title {
display: block;
line-height: 1.3;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis; }
.the-search-wrap .the-search-results ul li a i.icon {
position: absolute;
top: 50%;
right: 13px;
margin-top: -6px;
font-size: 12px;
color: #aaa;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; }
.the-search-wrap .the-search-results ul li a:hover i.icon {
color: #666; }
.the-search-wrap .the-search-results ul li a.all-results {
display: block;
font-size: 12px;
font-weight: 600;
letter-spacing: 0.6px;
text-align: center; }
.the-search-wrap .the-search-results ul li a.all-results span {
display: inline-block;
padding-bottom: 3px;
border-bottom: 1px solid; }
.the-search-wrap .the-search-results ul li a.all-results span i {
padding-left: 5px; }
.the-search-wrap .the-search-results ul li a.search-result-link:hover {
background-color: #f8f8f8;
color: #555; }
.the-search-wrap .the-search-results ul li:last-child a {
border-bottom: 0; }
.the-search-wrap .the-no-search-results {
position: relative;
font-size: 14px;
line-height: 1;
padding: 18px 18px; }
.the-search-wrap .the-no-search-results h6 {
margin: 0 0 10px; }
.the-search-wrap .the-no-search-results p {
margin: 0; }
form.the-searchform {
width: 100%;
height: auto; }
form.the-searchform,
form.the-searchform input.field {
min-height: 40px; }
form.the-searchform input.field:focus {
-webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1); } body.rtl .the-search-wrap .the-ajax-loading {
left: 60px;
right: auto; }
body.rtl .the-search-wrap .the-search-results {
right: 0;
left: auto; }
body.rtl .the-search-wrap .the-search-results ul li a {
padding-left: 34px;
padding-right: 13px; }
body.rtl .the-search-wrap .the-search-results ul li a .result-thumb {
margin-left: 10px;
margin-right: 0; }
body.rtl .the-search-wrap .the-search-results ul li a i.icon {
left: 13px;
right: auto; }
body.rtl .the-search-wrap .the-search-results ul li a.all-results span i {
padding-right: 5px;
padding-left: 0; }
body.rtl .the-search-wrap form.the-searchform button {
left: 0;
right: auto; } .widget_envo_wc_category_accordion ul li{
padding: 10px 0;
list-style-type: none;
border-bottom: 1px solid;
text-transform: uppercase;
}
.widget_envo_wc_category_accordion ul li.closed {
}
.widget_envo_wc_category_accordion ul li.cat-parent.opened{
padding-bottom: 0;
}
.widget_envo_wc_category_accordion ul{
padding-left: 20px;
}
.widget_envo_wc_category_accordion ul li.cat-parent{
padding-top: 10px;
}
.widget_envo_wc_category_accordion ul li:not(.cat-parent),
.widget_envo_wc_category_accordion ul li:not(.opened){
padding: 5px 0;
border: none;
}
.widget_envo_wc_category_accordion ul.children li:before{
font-family: 'Line Awesome Free';
content: '\f105';
font-weight: 900;
display: inline-block;
margin-right: 5px;
margin-left: -10px;
}
.widget_envo_wc_category_accordion ul.children li.cat-parent{
padding-bottom: 0;
}
.widget_envo_wc_category_accordion ul.children li.cat-parent ul{
padding-left: 20px;
}
.widget_envo_wc_category_accordion ul.envo_category_accordion_widget > li {
border-bottom: 1px solid #e2e2e2;
}
.widget_envo_wc_category_accordion ul.envo_category_accordion_widget li i {
float: right;
cursor: pointer;
display: inline-block;
width: 10px;
height: 10px;
margin-right: 10px;
font-size: 20px;
}
.rtl .widget_envo_wc_category_accordion ul.envo_category_accordion_widget li i {
float: left;
margin-left: 10px;
}
.rtl .widget_envo_wc_category_accordion ul.children li:before {
margin-left: 5px;
}
.widget_envo_wc_category_accordion ul li span.count {
margin-left: 4px;
}
.widget_envo_wc_category_accordion .highlight_cat{
font-weight: bold;
}
.rtl #return-to-top {
right: auto;
left: 20px;
}
.rtl #return-to-top i {
left: -15px;
}
#popup-login {
width: 90%;
max-width: 850px;
max-height: 60vh;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 999;
background: #fff;
padding: 25px;
-webkit-transition: 300ms ease all;
transition: 300ms ease all;
visibility: hidden;
-moz-opacity: 0;
-webkit-opacity: 0;
opacity: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
z-index: 999999;
overflow-y: auto;
}
.show-popup-login #popup-login {
visibility: visible;
-moz-opacity: 1;
-webkit-opacity: 1;
opacity: 1;
-webkit-box-shadow: 300px 0 0 1900px rgb(0 0 0 / 20%), 0 0 20px rgb(0 0 0 / 20%);
box-shadow: 300px 0 0 1900px rgb(0 0 0 / 20%), 0 0 20px rgb(0 0 0 / 20%);
}
a.login-canvas-toggle-nav i.las.la-times {
float: right;
display: block;
clear: both;
font-size: 22px;
line-height: 22px;
}
.title-off .page-area, .title-off .single-entry-summary {
padding-top: 0;
margin-top: 0;
}
.gutenberg-on article {
margin-bottom: 0;
}
.transparent-header .site-header.business-heading:not(.shrink),
.transparent-header .site-header.business-heading:not(.shrink) #site-navigation,
.transparent-header .main-menu, 
.transparent-header #second-site-navigation,
.transparent-header #site-navigation {
background-color: transparent;
border-bottom-color: rgba(246, 246, 246, 0.1);
}.uk-scope html{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:16px;font-weight:400;line-height:1.5;-webkit-text-size-adjust:100%;background:#fff;color:#666}.uk-scope body{margin:0}.uk-scope .uk-link,.uk-scope a{color:#1e87f0;text-decoration:none;cursor:pointer}.uk-scope .uk-link-toggle:hover .uk-link,.uk-scope .uk-link:hover,.uk-scope a:hover{color:#0f6ecd;text-decoration:underline}.uk-scope abbr[title]{text-decoration:underline dotted;-webkit-text-decoration-style:dotted}.uk-scope b,.uk-scope strong{font-weight:bolder}.uk-scope :not(pre)>code,.uk-scope :not(pre)>kbd,.uk-scope :not(pre)>samp{font-family:Consolas,monaco,monospace;font-size:14px;color:#f0506e;white-space:nowrap;padding:2px 6px;background:#f8f8f8}.uk-scope em{color:#f0506e}.uk-scope ins{background:#ffd;color:#666;text-decoration:none}.uk-scope mark{background:#ffd;color:#666}.uk-scope q{font-style:italic}.uk-scope small{font-size:80%}.uk-scope sub,.uk-scope sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.uk-scope sup{top:-.5em}.uk-scope sub{bottom:-.25em}.uk-scope audio,.uk-scope canvas,.uk-scope iframe,.uk-scope img,.uk-scope svg,.uk-scope video{vertical-align:middle}.uk-scope canvas,.uk-scope img,.uk-scope svg,.uk-scope video{max-width:100%;height:auto;box-sizing:border-box}.uk-scope img:not([src]){visibility:hidden;min-width:1px}.uk-scope iframe{border:0}.uk-scope address,.uk-scope dl,.uk-scope fieldset,.uk-scope figure,.uk-scope ol,.uk-scope p,.uk-scope pre,.uk-scope ul{margin:0 0 20px 0}.uk-scope *+address,.uk-scope *+dl,.uk-scope *+fieldset,.uk-scope *+figure,.uk-scope *+ol,.uk-scope *+p,.uk-scope *+pre,.uk-scope *+ul{margin-top:20px}.uk-scope .uk-h1,.uk-scope .uk-h2,.uk-scope .uk-h3,.uk-scope .uk-h4,.uk-scope .uk-h5,.uk-scope .uk-h6,.uk-scope .uk-heading-2xlarge,.uk-scope .uk-heading-3xlarge,.uk-scope .uk-heading-large,.uk-scope .uk-heading-medium,.uk-scope .uk-heading-small,.uk-scope .uk-heading-xlarge,.uk-scope h1,.uk-scope h2,.uk-scope h3,.uk-scope h4,.uk-scope h5,.uk-scope h6{margin:0 0 20px 0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-weight:400;color:#333;text-transform:none}.uk-scope *+.uk-h1,.uk-scope *+.uk-h2,.uk-scope *+.uk-h3,.uk-scope *+.uk-h4,.uk-scope *+.uk-h5,.uk-scope *+.uk-h6,.uk-scope *+.uk-heading-2xlarge,.uk-scope *+.uk-heading-3xlarge,.uk-scope *+.uk-heading-large,.uk-scope *+.uk-heading-medium,.uk-scope *+.uk-heading-small,.uk-scope *+.uk-heading-xlarge,.uk-scope *+h1,.uk-scope *+h2,.uk-scope *+h3,.uk-scope *+h4,.uk-scope *+h5,.uk-scope *+h6{margin-top:40px}.uk-scope .uk-h1,.uk-scope h1{font-size:35.7px;line-height:1.2}.uk-scope .uk-h2,.uk-scope h2{font-size:27.2px;line-height:1.3}.uk-scope .uk-h3,.uk-scope h3{font-size:24px;line-height:1.4}.uk-scope .uk-h4,.uk-scope h4{font-size:20px;line-height:1.4}.uk-scope .uk-h5,.uk-scope h5{font-size:16px;line-height:1.4}.uk-scope .uk-h6,.uk-scope h6{font-size:14px;line-height:1.4}@media (min-width:960px){.uk-scope .uk-h1,.uk-scope h1{font-size:42px}.uk-scope .uk-h2,.uk-scope h2{font-size:32px}}.uk-scope ol,.uk-scope ul{padding-left:30px}.uk-scope ol>li>ol,.uk-scope ol>li>ul,.uk-scope ul>li>ol,.uk-scope ul>li>ul{margin:0}.uk-scope dt{font-weight:700}.uk-scope dd{margin-left:0}.uk-scope .uk-hr,.uk-scope hr{overflow:visible;text-align:inherit;margin:0 0 20px 0;border:0;border-top:1px solid #e5e5e5}.uk-scope *+.uk-hr,.uk-scope *+hr{margin-top:20px}.uk-scope address{font-style:normal}.uk-scope blockquote{margin:0 0 20px 0;font-size:20px;line-height:1.5;font-style:italic;color:#333}.uk-scope *+blockquote{margin-top:20px}.uk-scope blockquote p:last-of-type{margin-bottom:0}.uk-scope blockquote footer{margin-top:10px;font-size:14px;line-height:1.5;color:#666}.uk-scope blockquote footer::before{content:"— "}.uk-scope pre{font:14px/1.5 Consolas,monaco,monospace;color:#666;-moz-tab-size:4;tab-size:4;overflow:auto;padding:10px;border:1px solid #e5e5e5;border-radius:3px;background:#fff}.uk-scope pre code{font-family:Consolas,monaco,monospace}.uk-scope :focus{outline:0}.uk-scope :focus-visible{outline:2px dotted #333}.uk-scope ::selection{background:#39f;color:#fff;text-shadow:none}.uk-scope details,.uk-scope main{display:block}.uk-scope summary{display:list-item}.uk-scope template{display:none}:root{--uk-breakpoint-s:640px;--uk-breakpoint-m:960px;--uk-breakpoint-l:1200px;--uk-breakpoint-xl:1600px}.uk-scope li{margin:0}.uk-scope .uk-link-muted a,.uk-scope .uk-link-toggle .uk-link-muted,.uk-scope a.uk-link-muted{color:#999}.uk-scope .uk-link-muted a:hover,.uk-scope .uk-link-toggle:hover .uk-link-muted,.uk-scope a.uk-link-muted:hover{color:#666}.uk-scope .uk-link-text a,.uk-scope .uk-link-toggle .uk-link-text,.uk-scope a.uk-link-text{color:inherit}.uk-scope .uk-link-text a:hover,.uk-scope .uk-link-toggle:hover .uk-link-text,.uk-scope a.uk-link-text:hover{color:#999}.uk-scope .uk-link-heading a,.uk-scope .uk-link-toggle .uk-link-heading,.uk-scope a.uk-link-heading{color:inherit}.uk-scope .uk-link-heading a:hover,.uk-scope .uk-link-toggle:hover .uk-link-heading,.uk-scope a.uk-link-heading:hover{color:#1e87f0;text-decoration:none}.uk-scope .uk-link-reset a,.uk-scope a.uk-link-reset{color:inherit!important;text-decoration:none!important}.uk-scope .uk-link-toggle{color:inherit!important;text-decoration:none!important}.uk-scope .uk-heading-small{font-size:41.6px;line-height:1.2}.uk-scope .uk-heading-medium{font-size:46.2px;line-height:1.1}.uk-scope .uk-heading-large{font-size:54.4px;line-height:1.1}.uk-scope .uk-heading-xlarge{font-size:64px;line-height:1}.uk-scope .uk-heading-2xlarge{font-size:96px;line-height:1}.uk-scope .uk-heading-3xlarge{font-size:128px;line-height:1}@media (min-width:960px){.uk-scope .uk-heading-small{font-size:52px}.uk-scope .uk-heading-medium{font-size:56px}.uk-scope .uk-heading-large{font-size:64px}.uk-scope .uk-heading-xlarge{font-size:96px}.uk-scope .uk-heading-2xlarge{font-size:128px}.uk-scope .uk-heading-3xlarge{font-size:176px}}@media (min-width:1200px){.uk-scope .uk-heading-medium{font-size:64px}.uk-scope .uk-heading-large{font-size:96px}.uk-scope .uk-heading-xlarge{font-size:128px}.uk-scope .uk-heading-2xlarge{font-size:176px}.uk-scope .uk-heading-3xlarge{font-size:15rem}}.uk-scope .uk-heading-divider{padding-bottom:calc(5px + .1em);border-bottom:calc(.2px + .05em) solid #e5e5e5}.uk-scope .uk-heading-bullet{position:relative}.uk-scope .uk-heading-bullet::before{content:"";display:inline-block;position:relative;top:calc(-.1 * 1em);vertical-align:middle;height:calc(4px + .7em);margin-right:calc(5px + .2em);border-left:calc(5px + .1em) solid #e5e5e5}.uk-scope .uk-heading-line{overflow:hidden}.uk-scope .uk-heading-line>*{display:inline-block;position:relative}.uk-scope .uk-heading-line>::after,.uk-scope .uk-heading-line>::before{content:"";position:absolute;top:calc(50% - (calc(.2px + .05em)/ 2));width:2000px;border-bottom:calc(.2px + .05em) solid #e5e5e5}.uk-scope .uk-heading-line>::before{right:100%;margin-right:calc(5px + .3em)}.uk-scope .uk-heading-line>::after{left:100%;margin-left:calc(5px + .3em)}.uk-scope [class*=uk-divider]{border:none;margin-bottom:20px}.uk-scope *+[class*=uk-divider]{margin-top:20px}.uk-scope .uk-divider-icon{position:relative;height:20px;background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23e5e5e5%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");background-repeat:no-repeat;background-position:50% 50%}.uk-scope .uk-divider-icon::after,.uk-scope .uk-divider-icon::before{content:"";position:absolute;top:50%;max-width:calc(50% - (50px / 2));border-bottom:1px solid #e5e5e5}.uk-scope .uk-divider-icon::before{right:calc(50% + (50px / 2));width:100%}.uk-scope .uk-divider-icon::after{left:calc(50% + (50px / 2));width:100%}.uk-scope .uk-divider-small{line-height:0}.uk-scope .uk-divider-small::after{content:"";display:inline-block;width:100px;max-width:100%;border-top:1px solid #e5e5e5;vertical-align:top}.uk-scope .uk-divider-vertical{width:max-content;height:100px;margin-left:auto;margin-right:auto;border-left:1px solid #e5e5e5}.uk-scope .uk-list{padding:0;list-style:none}.uk-scope .uk-list>*{break-inside:avoid-column}.uk-scope .uk-list>*>:last-child{margin-bottom:0}.uk-scope .uk-list>*>ul,.uk-scope .uk-list>:nth-child(n+2){margin-top:10px}.uk-scope .uk-list-circle,.uk-scope .uk-list-decimal,.uk-scope .uk-list-disc,.uk-scope .uk-list-hyphen,.uk-scope .uk-list-square{padding-left:30px}.uk-scope .uk-list-disc{list-style-type:disc}.uk-scope .uk-list-circle{list-style-type:circle}.uk-scope .uk-list-square{list-style-type:square}.uk-scope .uk-list-decimal{list-style-type:decimal}.uk-scope .uk-list-hyphen{list-style-type:'–  '}.uk-scope .uk-list-muted>::marker{color:#999!important}.uk-scope .uk-list-emphasis>::marker{color:#333!important}.uk-scope .uk-list-primary>::marker{color:#1e87f0!important}.uk-scope .uk-list-secondary>::marker{color:#222!important}.uk-scope .uk-list-bullet>*{position:relative;padding-left:30px}.uk-scope .uk-list-bullet>::before{content:"";position:absolute;top:0;left:0;width:30px;height:1.5em;background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23666%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E");background-repeat:no-repeat;background-position:50% 50%}.uk-scope .uk-list-divider>:nth-child(n+2){margin-top:10px;padding-top:10px;border-top:1px solid #e5e5e5}.uk-scope .uk-list-striped>*{padding:10px 10px}.uk-scope .uk-list-striped>:nth-of-type(odd){border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5}.uk-scope .uk-list-striped>:nth-of-type(odd){background:#f8f8f8}.uk-scope .uk-list-striped>:nth-child(n+2){margin-top:0}.uk-scope .uk-list-large>*>ul,.uk-scope .uk-list-large>:nth-child(n+2){margin-top:20px}.uk-scope .uk-list-collapse>*>ul,.uk-scope .uk-list-collapse>:nth-child(n+2){margin-top:0}.uk-scope .uk-list-large.uk-list-divider>:nth-child(n+2){margin-top:20px;padding-top:20px}.uk-scope .uk-list-collapse.uk-list-divider>:nth-child(n+2){margin-top:0;padding-top:0}.uk-scope .uk-list-large.uk-list-striped>*{padding:20px 10px}.uk-scope .uk-list-collapse.uk-list-striped>*{padding-top:0;padding-bottom:0}.uk-scope .uk-list-collapse.uk-list-striped>:nth-child(n+2),.uk-scope .uk-list-large.uk-list-striped>:nth-child(n+2){margin-top:0}.uk-scope .uk-description-list>dt{color:#333;font-size:14px;font-weight:400;text-transform:uppercase}.uk-scope .uk-description-list>dt:nth-child(n+2){margin-top:20px}.uk-scope .uk-description-list-divider>dt:nth-child(n+2){margin-top:20px;padding-top:20px;border-top:1px solid #e5e5e5}.uk-scope .uk-table{border-collapse:collapse;border-spacing:0;width:100%;margin-bottom:20px}.uk-scope *+.uk-table{margin-top:20px}.uk-scope .uk-table th{padding:16px 12px;text-align:left;vertical-align:bottom;font-size:14px;font-weight:400;color:#999;text-transform:uppercase;word-break:normal}.uk-scope .uk-table td{padding:16px 12px;vertical-align:top}.uk-scope .uk-table td>:last-child{margin-bottom:0}.uk-scope .uk-table tfoot{font-size:14px}.uk-scope .uk-table caption{font-size:14px;text-align:left;color:#999}.uk-scope .uk-table-middle,.uk-scope .uk-table-middle td{vertical-align:middle!important}.uk-scope .uk-table-divider>:first-child>tr:not(:first-child),.uk-scope .uk-table-divider>:not(:first-child)>tr,.uk-scope .uk-table-divider>tr:not(:first-child){border-top:1px solid #e5e5e5}.uk-scope .uk-table-striped tbody tr:nth-of-type(odd),.uk-scope .uk-table-striped>tr:nth-of-type(odd){background:#f8f8f8;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5}.uk-scope .uk-table-hover tbody tr:hover,.uk-scope .uk-table-hover>tr:hover{background:#ffd}.uk-scope .uk-table tbody tr.uk-active,.uk-scope .uk-table>tr.uk-active{background:#ffd}.uk-scope .uk-table-small td,.uk-scope .uk-table-small th{padding:10px 12px}.uk-scope .uk-table-large td,.uk-scope .uk-table-large th{padding:22px 12px}.uk-scope .uk-table-justify td:first-child,.uk-scope .uk-table-justify th:first-child{padding-left:0}.uk-scope .uk-table-justify td:last-child,.uk-scope .uk-table-justify th:last-child{padding-right:0}.uk-scope .uk-table-shrink{width:1px}.uk-scope .uk-table-expand{min-width:150px}.uk-scope .uk-table-link{padding:0!important}.uk-scope .uk-table-link>a{display:block;padding:16px 12px}.uk-scope .uk-table-small .uk-table-link>a{padding:10px 12px}@media (max-width:959px){.uk-scope .uk-table-responsive,.uk-scope .uk-table-responsive tbody,.uk-scope .uk-table-responsive td,.uk-scope .uk-table-responsive th,.uk-scope .uk-table-responsive tr{display:block}.uk-scope .uk-table-responsive thead{display:none}.uk-scope .uk-table-responsive td,.uk-scope .uk-table-responsive th{width:auto!important;max-width:none!important;min-width:0!important;overflow:visible!important;white-space:normal!important}.uk-scope .uk-table-responsive .uk-table-link:not(:first-child)>a,.uk-scope .uk-table-responsive td:not(:first-child):not(.uk-table-link),.uk-scope .uk-table-responsive th:not(:first-child):not(.uk-table-link){padding-top:5px!important}.uk-scope .uk-table-responsive .uk-table-link:not(:last-child)>a,.uk-scope .uk-table-responsive td:not(:last-child):not(.uk-table-link),.uk-scope .uk-table-responsive th:not(:last-child):not(.uk-table-link){padding-bottom:5px!important}.uk-scope .uk-table-justify.uk-table-responsive td,.uk-scope .uk-table-justify.uk-table-responsive th{padding-left:0;padding-right:0}}.uk-scope .uk-table tbody tr{transition:background-color .1s linear}.uk-scope .uk-table-striped tbody tr:nth-of-type(2n):last-child,.uk-scope .uk-table-striped>tr:nth-of-type(2n):last-child{border-bottom:1px solid #e5e5e5}.uk-scope .uk-icon{margin:0;border:none;border-radius:0;overflow:visible;font:inherit;color:inherit;text-transform:none;padding:0;background-color:transparent;display:inline-block;fill:currentcolor;line-height:0}.uk-scope button.uk-icon:not(:disabled){cursor:pointer}.uk-scope .uk-icon::-moz-focus-inner{border:0;padding:0}.uk-scope .uk-icon:not(.uk-preserve) [fill*="#"]:not(.uk-preserve){fill:currentcolor}.uk-scope .uk-icon:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve){stroke:currentcolor}.uk-scope .uk-icon>*{transform:translate(0,0)}.uk-scope .uk-icon-image{width:20px;height:20px;background-position:50% 50%;background-repeat:no-repeat;background-size:contain;vertical-align:middle;object-fit:scale-down;max-width:none}.uk-scope .uk-icon-link{color:#999;text-decoration:none!important}.uk-scope .uk-icon-link:hover{color:#666}.uk-scope .uk-active>.uk-icon-link,.uk-scope .uk-icon-link:active{color:#595959}.uk-scope .uk-icon-button{box-sizing:border-box;width:36px;height:36px;border-radius:500px;background:#f8f8f8;color:#999;vertical-align:middle;display:inline-flex;justify-content:center;align-items:center;transition:.1s ease-in-out;transition-property:color,background-color}.uk-scope .uk-icon-button:hover{background-color:#ebebeb;color:#666}.uk-scope .uk-active>.uk-icon-button,.uk-scope .uk-icon-button:active{background-color:#dfdfdf;color:#666}.uk-scope .uk-button{margin:0;border:none;overflow:visible;font:inherit;color:inherit;text-transform:none;-webkit-appearance:none;border-radius:0;display:inline-block;box-sizing:border-box;padding:0 30px;vertical-align:middle;font-size:14px;line-height:38px;text-align:center;text-decoration:none;text-transform:uppercase;transition:.1s ease-in-out;transition-property:color,background-color,border-color}.uk-scope .uk-button:not(:disabled){cursor:pointer}.uk-scope .uk-button::-moz-focus-inner{border:0;padding:0}.uk-scope .uk-button:hover{text-decoration:none}.uk-scope .uk-button-default{background-color:transparent;color:#333;border:1px solid #e5e5e5}.uk-scope .uk-button-default:hover{background-color:transparent;color:#333;border-color:#b2b2b2}.uk-scope .uk-button-default.uk-active,.uk-scope .uk-button-default:active{background-color:transparent;color:#333;border-color:#999}.uk-scope .uk-button-primary{background-color:#1e87f0;color:#fff;border:1px solid transparent}.uk-scope .uk-button-primary:hover{background-color:#0f7ae5;color:#fff}.uk-scope .uk-button-primary.uk-active,.uk-scope .uk-button-primary:active{background-color:#0e6dcd;color:#fff}.uk-scope .uk-button-secondary{background-color:#222;color:#fff;border:1px solid transparent}.uk-scope .uk-button-secondary:hover{background-color:#151515;color:#fff}.uk-scope .uk-button-secondary.uk-active,.uk-scope .uk-button-secondary:active{background-color:#080808;color:#fff}.uk-scope .uk-button-danger{background-color:#f0506e;color:#fff;border:1px solid transparent}.uk-scope .uk-button-danger:hover{background-color:#ee395b;color:#fff}.uk-scope .uk-button-danger.uk-active,.uk-scope .uk-button-danger:active{background-color:#ec2147;color:#fff}.uk-scope .uk-button-danger:disabled,.uk-scope .uk-button-default:disabled,.uk-scope .uk-button-primary:disabled,.uk-scope .uk-button-secondary:disabled{background-color:transparent;color:#999;border-color:#e5e5e5}.uk-scope .uk-button-small{padding:0 15px;line-height:28px;font-size:14px}.uk-scope .uk-button-large{padding:0 40px;line-height:53px;font-size:14px}.uk-scope .uk-button-text{padding:0;line-height:1.5;background:0 0;color:#333;position:relative}.uk-scope .uk-button-text::before{content:"";position:absolute;bottom:0;left:0;right:100%;border-bottom:1px solid currentColor;transition:right .3s ease-out}.uk-scope .uk-button-text:hover{color:#333}.uk-scope .uk-button-text:hover::before{right:0}.uk-scope .uk-button-text:disabled{color:#999}.uk-scope .uk-button-text:disabled::before{display:none}.uk-scope .uk-button-link{padding:0;line-height:1.5;background:0 0;color:#333}.uk-scope .uk-button-link:hover{color:#999;text-decoration:none}.uk-scope .uk-button-link:disabled{color:#999;text-decoration:none}.uk-scope .uk-button-group{display:inline-flex;vertical-align:middle;position:relative}.uk-scope .uk-button-group>.uk-button:nth-child(n+2),.uk-scope .uk-button-group>div:nth-child(n+2) .uk-button{margin-left:-1px}.uk-scope .uk-button-group .uk-button.uk-active,.uk-scope .uk-button-group .uk-button:active,.uk-scope .uk-button-group .uk-button:focus,.uk-scope .uk-button-group .uk-button:hover{position:relative;z-index:1}.uk-scope .uk-card{position:relative;box-sizing:border-box;transition:box-shadow .1s ease-in-out}.uk-scope .uk-card-body{display:flow-root;padding:30px 30px}.uk-scope .uk-card-header{display:flow-root;padding:15px 30px}.uk-scope .uk-card-footer{display:flow-root;padding:15px 30px}@media (min-width:1200px){.uk-scope .uk-card-body{padding:40px 40px}.uk-scope .uk-card-header{padding:20px 40px}.uk-scope .uk-card-footer{padding:20px 40px}}.uk-scope .uk-card-body>:last-child,.uk-scope .uk-card-footer>:last-child,.uk-scope .uk-card-header>:last-child{margin-bottom:0}.uk-scope .uk-card-title{font-size:24px;line-height:1.4}.uk-scope .uk-card-badge{position:absolute;top:15px;right:15px;z-index:1;height:22px;padding:0 10px;background:#1e87f0;color:#fff;font-size:14px;display:flex;justify-content:center;align-items:center;line-height:0;border-radius:2px;text-transform:uppercase}.uk-scope .uk-card-badge:first-child+*{margin-top:0}.uk-scope .uk-card-hover:not(.uk-card-default):not(.uk-card-primary):not(.uk-card-secondary):hover{background-color:#fff;box-shadow:0 14px 25px rgba(0,0,0,.16)}.uk-scope .uk-card-default{--uk-inverse:dark;background-color:#fff;color:#666;box-shadow:0 5px 15px rgba(0,0,0,.08)}.uk-scope .uk-card-default .uk-card-title{color:#333}.uk-scope .uk-card-default.uk-card-hover:hover{background-color:#fff;box-shadow:0 14px 25px rgba(0,0,0,.16)}.uk-scope .uk-card-default .uk-card-header{border-bottom:1px solid #e5e5e5}.uk-scope .uk-card-default .uk-card-footer{border-top:1px solid #e5e5e5}.uk-scope .uk-card-primary{--uk-inverse:light;background-color:#1e87f0;color:#fff;box-shadow:0 5px 15px rgba(0,0,0,.08)}.uk-scope .uk-card-primary .uk-card-title{color:#fff}.uk-scope .uk-card-primary.uk-card-hover:hover{background-color:#1e87f0;box-shadow:0 14px 25px rgba(0,0,0,.16)}.uk-scope .uk-card-secondary{--uk-inverse:light;background-color:#222;color:#fff;box-shadow:0 5px 15px rgba(0,0,0,.08)}.uk-scope .uk-card-secondary .uk-card-title{color:#fff}.uk-scope .uk-card-secondary.uk-card-hover:hover{background-color:#222;box-shadow:0 14px 25px rgba(0,0,0,.16)}.uk-scope .uk-card-small .uk-card-body,.uk-scope .uk-card-small.uk-card-body{padding:20px 20px}.uk-scope .uk-card-small .uk-card-header{padding:13px 20px}.uk-scope .uk-card-small .uk-card-footer{padding:13px 20px}@media (min-width:1200px){.uk-scope .uk-card-large .uk-card-body,.uk-scope .uk-card-large.uk-card-body{padding:70px 70px}.uk-scope .uk-card-large .uk-card-header{padding:35px 70px}.uk-scope .uk-card-large .uk-card-footer{padding:35px 70px}}.uk-scope .uk-card-body>.uk-nav-default{margin-left:-30px;margin-right:-30px}.uk-scope .uk-card-body>.uk-nav-default:only-child{margin-top:-15px;margin-bottom:-15px}.uk-scope .uk-card-body>.uk-nav-default .uk-nav-divider,.uk-scope .uk-card-body>.uk-nav-default .uk-nav-header,.uk-scope .uk-card-body>.uk-nav-default>li>a{padding-left:30px;padding-right:30px}.uk-scope .uk-card-body>.uk-nav-default .uk-nav-sub{padding-left:45px}@media (min-width:1200px){.uk-scope .uk-card-body>.uk-nav-default{margin-left:-40px;margin-right:-40px}.uk-scope .uk-card-body>.uk-nav-default:only-child{margin-top:-25px;margin-bottom:-25px}.uk-scope .uk-card-body>.uk-nav-default .uk-nav-divider,.uk-scope .uk-card-body>.uk-nav-default .uk-nav-header,.uk-scope .uk-card-body>.uk-nav-default>li>a{padding-left:40px;padding-right:40px}.uk-scope .uk-card-body>.uk-nav-default .uk-nav-sub{padding-left:55px}}.uk-scope .uk-card-small>.uk-nav-default{margin-left:-20px;margin-right:-20px}.uk-scope .uk-card-small>.uk-nav-default:only-child{margin-top:-5px;margin-bottom:-5px}.uk-scope .uk-card-small>.uk-nav-default .uk-nav-divider,.uk-scope .uk-card-small>.uk-nav-default .uk-nav-header,.uk-scope .uk-card-small>.uk-nav-default>li>a{padding-left:20px;padding-right:20px}.uk-scope .uk-card-small>.uk-nav-default .uk-nav-sub{padding-left:35px}@media (min-width:1200px){.uk-scope .uk-card-large>.uk-nav-default{margin:0}.uk-scope .uk-card-large>.uk-nav-default:only-child{margin:0}.uk-scope .uk-card-large>.uk-nav-default .uk-nav-divider,.uk-scope .uk-card-large>.uk-nav-default .uk-nav-header,.uk-scope .uk-card-large>.uk-nav-default>li>a{padding-left:0;padding-right:0}.uk-scope .uk-card-large>.uk-nav-default .uk-nav-sub{padding-left:15px}}.uk-scope .uk-close{color:#999;transition:.1s ease-in-out;transition-property:color,opacity}.uk-scope .uk-close:hover{color:#666}.uk-scope .uk-spinner>*{animation:uk-spinner-rotate 1.4s linear infinite}@keyframes uk-spinner-rotate{0%{transform:rotate(0)}100%{transform:rotate(270deg)}}.uk-scope .uk-spinner>*>*{stroke-dasharray:88px;stroke-dashoffset:0;transform-origin:center;animation:uk-spinner-dash 1.4s ease-in-out infinite;stroke-width:1;stroke-linecap:round}@keyframes uk-spinner-dash{0%{stroke-dashoffset:88px}50%{stroke-dashoffset:22px;transform:rotate(135deg)}100%{stroke-dashoffset:88px;transform:rotate(450deg)}}.uk-scope .uk-marker{padding:5px;background:#222;color:#fff;border-radius:500px}.uk-scope .uk-marker:hover{color:#fff}.uk-scope .uk-badge{box-sizing:border-box;min-width:18px;height:18px;padding:0 5px;border-radius:500px;vertical-align:middle;background:#1e87f0;color:#fff!important;font-size:11px;display:inline-flex;justify-content:center;align-items:center;line-height:0}.uk-scope .uk-badge:hover{text-decoration:none}.uk-scope .uk-label{display:inline-block;padding:0 10px;background:#1e87f0;line-height:1.5;font-size:14px;color:#fff;vertical-align:middle;white-space:nowrap;border-radius:2px;text-transform:uppercase}.uk-scope .uk-label-success{background-color:#32d296;color:#fff}.uk-scope .uk-label-warning{background-color:#faa05a;color:#fff}.uk-scope .uk-label-danger{background-color:#f0506e;color:#fff}.uk-scope .uk-overlay{padding:30px 30px}.uk-scope .uk-overlay>:last-child{margin-bottom:0}.uk-scope .uk-overlay-default{--uk-inverse:dark;background:rgba(255,255,255,.8)}.uk-scope .uk-overlay-primary{--uk-inverse:light;background:rgba(34,34,34,.8)}.uk-scope .uk-accordion{padding:0;list-style:none}.uk-scope .uk-accordion>:nth-child(n+2){margin-top:20px}.uk-scope .uk-accordion-title{display:block;font-size:20px;line-height:1.4;color:#333;overflow:hidden}.uk-scope .uk-accordion-title::before{content:"";width:1.4em;height:1.4em;margin-left:10px;float:right;background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");background-repeat:no-repeat;background-position:50% 50%}.uk-open>.uk-scope .uk-accordion-title::before{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E")}.uk-scope .uk-accordion-title:hover{color:#666;text-decoration:none}.uk-scope .uk-accordion-content{display:flow-root;margin-top:20px}.uk-scope .uk-accordion-content>:last-child{margin-bottom:0}.uk-scope .uk-drop{display:none;position:absolute;z-index:1020;--uk-position-offset:20px;--uk-position-viewport-offset:15px;box-sizing:border-box;width:300px}.uk-scope .uk-drop.uk-open{display:block}.uk-scope .uk-drop-stack .uk-drop-grid>*{width:100%!important}.uk-scope .uk-drop-parent-icon{margin-left:.25em;transition:transform .3s ease-out}.uk-scope [aria-expanded=true]>.uk-drop-parent-icon{transform:rotateX(180deg)}.uk-scope .uk-dropdown{--uk-position-offset:10px;--uk-position-viewport-offset:15px;--uk-inverse:dark;width:auto;min-width:200px;padding:25px;background:#fff;color:#666;box-shadow:0 5px 12px rgba(0,0,0,.15)}.uk-scope .uk-dropdown>:last-child{margin-bottom:0}.uk-scope .uk-dropdown :focus-visible{outline-color:#333!important}.uk-scope .uk-dropdown-large{padding:40px}.uk-scope .uk-dropdown-dropbar{--uk-position-offset:10px;width:auto;background:0 0;padding:5px 0 25px 0;--uk-position-viewport-offset:15px;box-shadow:none}@media (min-width:640px){.uk-scope .uk-dropdown-dropbar{--uk-position-viewport-offset:30px}}@media (min-width:960px){.uk-scope .uk-dropdown-dropbar{--uk-position-viewport-offset:40px}}.uk-scope .uk-dropdown-dropbar-large{padding-top:40px;padding-bottom:40px}.uk-scope .uk-dropdown-nav{font-size:14px}.uk-scope .uk-dropdown-nav>li>a{color:#999}.uk-scope .uk-dropdown-nav>li.uk-active>a,.uk-scope .uk-dropdown-nav>li>a:hover{color:#666}.uk-scope .uk-dropdown-nav .uk-nav-subtitle{font-size:12px}.uk-scope .uk-dropdown-nav .uk-nav-header{color:#333}.uk-scope .uk-dropdown-nav .uk-nav-divider{border-top:1px solid #e5e5e5}.uk-scope .uk-dropdown-nav .uk-nav-sub a{color:#999}.uk-scope .uk-dropdown-nav .uk-nav-sub a:hover,.uk-scope .uk-dropdown-nav .uk-nav-sub li.uk-active>a{color:#666}.uk-scope .uk-modal{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1010;overflow-y:auto;padding:15px 15px;background:rgba(0,0,0,.6);opacity:0;transition:opacity .15s linear}@media (min-width:640px){.uk-scope .uk-modal{padding:50px 30px}}@media (min-width:960px){.uk-scope .uk-modal{padding-left:40px;padding-right:40px}}.uk-scope .uk-modal.uk-open{opacity:1}.uk-modal-page{overflow:hidden}.uk-scope .uk-modal-dialog{position:relative;box-sizing:border-box;margin:0 auto;width:600px;max-width:100%!important;background:#fff;opacity:0;transform:translateY(-100px);transition:.3s linear;transition-property:opacity,transform}.uk-scope .uk-open>.uk-modal-dialog{opacity:1;transform:translateY(0)}.uk-scope .uk-modal-container .uk-modal-dialog{width:1200px}.uk-scope .uk-modal-full{padding:0;background:0 0}.uk-scope .uk-modal-full .uk-modal-dialog{margin:0;width:100%;max-width:100%;transform:translateY(0)}.uk-scope .uk-modal-body{display:flow-root;padding:20px 20px}.uk-scope .uk-modal-header{display:flow-root;padding:10px 20px;background:#fff;border-bottom:1px solid #e5e5e5}.uk-scope .uk-modal-footer{display:flow-root;padding:10px 20px;background:#fff;border-top:1px solid #e5e5e5}@media (min-width:640px){.uk-scope .uk-modal-body{padding:30px 30px}.uk-scope .uk-modal-header{padding:15px 30px}.uk-scope .uk-modal-footer{padding:15px 30px}}.uk-scope .uk-modal-body>:last-child,.uk-scope .uk-modal-footer>:last-child,.uk-scope .uk-modal-header>:last-child{margin-bottom:0}.uk-scope .uk-modal-title{font-size:32px;line-height:1.3}.uk-scope [class*=uk-modal-close-]{position:absolute;z-index:1010;top:10px;right:10px;padding:5px}.uk-scope [class*=uk-modal-close-]:first-child+*{margin-top:0}.uk-scope .uk-modal-close-outside{top:0;right:-5px;transform:translate(0,-100%);color:#fff}.uk-scope .uk-modal-close-outside:hover{color:#fff}@media (min-width:960px){.uk-scope .uk-modal-close-outside{right:0;transform:translate(100%,-100%)}}.uk-scope .uk-modal-close-full{top:0;right:0;padding:10px;background:#fff}@media (min-width:960px){.uk-scope .uk-modal-close-full{padding:20px}}.uk-scope .uk-slideshow{-webkit-tap-highlight-color:transparent}.uk-scope .uk-slideshow-items{position:relative;z-index:0;margin:0;padding:0;list-style:none;overflow:hidden;-webkit-touch-callout:none;touch-action:pan-y}.uk-scope .uk-slideshow-items>*{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;will-change:transform,opacity}.uk-scope .uk-slideshow-items>:not(.uk-active){display:none}.uk-scope .uk-slider{-webkit-tap-highlight-color:transparent}.uk-scope .uk-slider-container{overflow:hidden;overflow:clip}.uk-scope .uk-slider-container-offset{margin:-11px -25px -39px -25px;padding:11px 25px 39px 25px}.uk-scope .uk-slider-items{will-change:transform;position:relative;touch-action:pan-y}.uk-scope .uk-slider-items:not(.uk-grid){display:flex;margin:0;padding:0;list-style:none;-webkit-touch-callout:none}.uk-scope .uk-slider-items.uk-grid{flex-wrap:nowrap}.uk-scope .uk-slider-items>*{flex:none!important;box-sizing:border-box;max-width:100%;position:relative}.uk-scope .uk-switcher{margin:0;padding:0;list-style:none}.uk-scope .uk-switcher>:not(.uk-active){display:none}.uk-scope .uk-switcher>*>:last-child{margin-bottom:0}.uk-scope .uk-grid{display:flex;flex-wrap:wrap;margin:0;padding:0;list-style:none}.uk-scope .uk-grid>*{margin:0}.uk-scope .uk-grid>*>:last-child{margin-bottom:0}.uk-scope .uk-grid{margin-left:-30px}.uk-scope .uk-grid>*{padding-left:30px}.uk-scope *+.uk-grid-margin,.uk-scope .uk-grid+.uk-grid,.uk-scope .uk-grid>.uk-grid-margin{margin-top:30px}@media (min-width:1200px){.uk-scope .uk-grid{margin-left:-40px}.uk-scope .uk-grid>*{padding-left:40px}.uk-scope *+.uk-grid-margin,.uk-scope .uk-grid+.uk-grid,.uk-scope .uk-grid>.uk-grid-margin{margin-top:40px}}.uk-scope .uk-grid-column-small,.uk-scope .uk-grid-small{margin-left:-15px}.uk-scope .uk-grid-column-small>*,.uk-scope .uk-grid-small>*{padding-left:15px}.uk-scope *+.uk-grid-margin-small,.uk-scope .uk-grid+.uk-grid-row-small,.uk-scope .uk-grid+.uk-grid-small,.uk-scope .uk-grid-row-small>.uk-grid-margin,.uk-scope .uk-grid-small>.uk-grid-margin{margin-top:15px}.uk-scope .uk-grid-column-medium,.uk-scope .uk-grid-medium{margin-left:-30px}.uk-scope .uk-grid-column-medium>*,.uk-scope .uk-grid-medium>*{padding-left:30px}.uk-scope *+.uk-grid-margin-medium,.uk-scope .uk-grid+.uk-grid-medium,.uk-scope .uk-grid+.uk-grid-row-medium,.uk-scope .uk-grid-medium>.uk-grid-margin,.uk-scope .uk-grid-row-medium>.uk-grid-margin{margin-top:30px}.uk-scope .uk-grid-column-large,.uk-scope .uk-grid-large{margin-left:-40px}.uk-scope .uk-grid-column-large>*,.uk-scope .uk-grid-large>*{padding-left:40px}.uk-scope *+.uk-grid-margin-large,.uk-scope .uk-grid+.uk-grid-large,.uk-scope .uk-grid+.uk-grid-row-large,.uk-scope .uk-grid-large>.uk-grid-margin,.uk-scope .uk-grid-row-large>.uk-grid-margin{margin-top:40px}@media (min-width:1200px){.uk-scope .uk-grid-column-large,.uk-scope .uk-grid-large{margin-left:-70px}.uk-scope .uk-grid-column-large>*,.uk-scope .uk-grid-large>*{padding-left:70px}.uk-scope *+.uk-grid-margin-large,.uk-scope .uk-grid+.uk-grid-large,.uk-scope .uk-grid+.uk-grid-row-large,.uk-scope .uk-grid-large>.uk-grid-margin,.uk-scope .uk-grid-row-large>.uk-grid-margin{margin-top:70px}}.uk-scope .uk-grid-collapse,.uk-scope .uk-grid-column-collapse{margin-left:0}.uk-scope .uk-grid-collapse>*,.uk-scope .uk-grid-column-collapse>*{padding-left:0}.uk-scope .uk-grid+.uk-grid-collapse,.uk-scope .uk-grid+.uk-grid-row-collapse,.uk-scope .uk-grid-collapse>.uk-grid-margin,.uk-scope .uk-grid-row-collapse>.uk-grid-margin{margin-top:0}.uk-scope .uk-grid-divider>*{position:relative}.uk-scope .uk-grid-divider>:not(.uk-first-column)::before{content:"";position:absolute;top:0;bottom:0;border-left:1px solid #e5e5e5}.uk-scope .uk-grid-divider.uk-grid-stack>.uk-grid-margin::before{content:"";position:absolute;left:0;right:0;border-top:1px solid #e5e5e5}.uk-scope .uk-grid-divider{margin-left:-60px}.uk-scope .uk-grid-divider>*{padding-left:60px}.uk-scope .uk-grid-divider>:not(.uk-first-column)::before{left:30px}.uk-scope .uk-grid-divider.uk-grid-stack>.uk-grid-margin{margin-top:60px}.uk-scope .uk-grid-divider.uk-grid-stack>.uk-grid-margin::before{top:-30px;left:60px}@media (min-width:1200px){.uk-scope .uk-grid-divider{margin-left:-80px}.uk-scope .uk-grid-divider>*{padding-left:80px}.uk-scope .uk-grid-divider>:not(.uk-first-column)::before{left:40px}.uk-scope .uk-grid-divider.uk-grid-stack>.uk-grid-margin{margin-top:80px}.uk-scope .uk-grid-divider.uk-grid-stack>.uk-grid-margin::before{top:-40px;left:80px}}.uk-scope .uk-grid-divider.uk-grid-column-small,.uk-scope .uk-grid-divider.uk-grid-small{margin-left:-30px}.uk-scope .uk-grid-divider.uk-grid-column-small>*,.uk-scope .uk-grid-divider.uk-grid-small>*{padding-left:30px}.uk-scope .uk-grid-divider.uk-grid-column-small>:not(.uk-first-column)::before,.uk-scope .uk-grid-divider.uk-grid-small>:not(.uk-first-column)::before{left:15px}.uk-scope .uk-grid-divider.uk-grid-row-small.uk-grid-stack>.uk-grid-margin,.uk-scope .uk-grid-divider.uk-grid-small.uk-grid-stack>.uk-grid-margin{margin-top:30px}.uk-scope .uk-grid-divider.uk-grid-small.uk-grid-stack>.uk-grid-margin::before{top:-15px;left:30px}.uk-scope .uk-grid-divider.uk-grid-row-small.uk-grid-stack>.uk-grid-margin::before{top:-15px}.uk-scope .uk-grid-divider.uk-grid-column-small.uk-grid-stack>.uk-grid-margin::before{left:30px}.uk-scope .uk-grid-divider.uk-grid-column-medium,.uk-scope .uk-grid-divider.uk-grid-medium{margin-left:-60px}.uk-scope .uk-grid-divider.uk-grid-column-medium>*,.uk-scope .uk-grid-divider.uk-grid-medium>*{padding-left:60px}.uk-scope .uk-grid-divider.uk-grid-column-medium>:not(.uk-first-column)::before,.uk-scope .uk-grid-divider.uk-grid-medium>:not(.uk-first-column)::before{left:30px}.uk-scope .uk-grid-divider.uk-grid-medium.uk-grid-stack>.uk-grid-margin,.uk-scope .uk-grid-divider.uk-grid-row-medium.uk-grid-stack>.uk-grid-margin{margin-top:60px}.uk-scope .uk-grid-divider.uk-grid-medium.uk-grid-stack>.uk-grid-margin::before{top:-30px;left:60px}.uk-scope .uk-grid-divider.uk-grid-row-medium.uk-grid-stack>.uk-grid-margin::before{top:-30px}.uk-scope .uk-grid-divider.uk-grid-column-medium.uk-grid-stack>.uk-grid-margin::before{left:60px}.uk-scope .uk-grid-divider.uk-grid-column-large,.uk-scope .uk-grid-divider.uk-grid-large{margin-left:-80px}.uk-scope .uk-grid-divider.uk-grid-column-large>*,.uk-scope .uk-grid-divider.uk-grid-large>*{padding-left:80px}.uk-scope .uk-grid-divider.uk-grid-column-large>:not(.uk-first-column)::before,.uk-scope .uk-grid-divider.uk-grid-large>:not(.uk-first-column)::before{left:40px}.uk-scope .uk-grid-divider.uk-grid-large.uk-grid-stack>.uk-grid-margin,.uk-scope .uk-grid-divider.uk-grid-row-large.uk-grid-stack>.uk-grid-margin{margin-top:80px}.uk-scope .uk-grid-divider.uk-grid-large.uk-grid-stack>.uk-grid-margin::before{top:-40px;left:80px}.uk-scope .uk-grid-divider.uk-grid-row-large.uk-grid-stack>.uk-grid-margin::before{top:-40px}.uk-scope .uk-grid-divider.uk-grid-column-large.uk-grid-stack>.uk-grid-margin::before{left:80px}@media (min-width:1200px){.uk-scope .uk-grid-divider.uk-grid-column-large,.uk-scope .uk-grid-divider.uk-grid-large{margin-left:-140px}.uk-scope .uk-grid-divider.uk-grid-column-large>*,.uk-scope .uk-grid-divider.uk-grid-large>*{padding-left:140px}.uk-scope .uk-grid-divider.uk-grid-column-large>:not(.uk-first-column)::before,.uk-scope .uk-grid-divider.uk-grid-large>:not(.uk-first-column)::before{left:70px}.uk-scope .uk-grid-divider.uk-grid-large.uk-grid-stack>.uk-grid-margin,.uk-scope .uk-grid-divider.uk-grid-row-large.uk-grid-stack>.uk-grid-margin{margin-top:140px}.uk-scope .uk-grid-divider.uk-grid-large.uk-grid-stack>.uk-grid-margin::before{top:-70px;left:140px}.uk-scope .uk-grid-divider.uk-grid-row-large.uk-grid-stack>.uk-grid-margin::before{top:-70px}.uk-scope .uk-grid-divider.uk-grid-column-large.uk-grid-stack>.uk-grid-margin::before{left:140px}}.uk-scope .uk-grid-item-match,.uk-scope .uk-grid-match>*{display:flex;flex-wrap:wrap}.uk-scope .uk-grid-item-match>:not([class*=uk-width]),.uk-scope .uk-grid-match>*>:not([class*=uk-width]){box-sizing:border-box;width:100%;flex:auto}.uk-scope .uk-nav,.uk-scope .uk-nav ul{margin:0;padding:0;list-style:none}.uk-scope .uk-nav li>a{display:flex;align-items:center;column-gap:.25em;text-decoration:none}.uk-scope .uk-nav>li>a{padding:5px 0}.uk-scope ul.uk-nav-sub{padding:5px 0 5px 15px}.uk-scope .uk-nav-sub ul{padding-left:15px}.uk-scope .uk-nav-sub a{padding:2px 0}.uk-scope .uk-nav-parent-icon{margin-left:auto;transition:transform .3s ease-out}.uk-scope .uk-nav>li.uk-open>a .uk-nav-parent-icon{transform:rotateX(180deg)}.uk-scope .uk-nav-header{padding:5px 0;text-transform:uppercase;font-size:14px}.uk-scope .uk-nav-header:not(:first-child){margin-top:20px}.uk-scope .uk-nav .uk-nav-divider{margin:5px 0}.uk-scope .uk-nav-default{font-size:14px;line-height:1.5}.uk-scope .uk-nav-default>li>a{color:#999}.uk-scope .uk-nav-default>li>a:hover{color:#666}.uk-scope .uk-nav-default>li.uk-active>a{color:#333}.uk-scope .uk-nav-default .uk-nav-subtitle{font-size:12px}.uk-scope .uk-nav-default .uk-nav-header{color:#333}.uk-scope .uk-nav-default .uk-nav-divider{border-top:1px solid #e5e5e5}.uk-scope .uk-nav-default .uk-nav-sub{font-size:14px;line-height:1.5}.uk-scope .uk-nav-default .uk-nav-sub a{color:#999}.uk-scope .uk-nav-default .uk-nav-sub a:hover{color:#666}.uk-scope .uk-nav-default .uk-nav-sub li.uk-active>a{color:#333}.uk-scope .uk-nav-primary{font-size:24px;line-height:1.5}.uk-scope .uk-nav-primary>li>a{color:#999}.uk-scope .uk-nav-primary>li>a:hover{color:#666}.uk-scope .uk-nav-primary>li.uk-active>a{color:#333}.uk-scope .uk-nav-primary .uk-nav-subtitle{font-size:20px}.uk-scope .uk-nav-primary .uk-nav-header{color:#333}.uk-scope .uk-nav-primary .uk-nav-divider{border-top:1px solid #e5e5e5}.uk-scope .uk-nav-primary .uk-nav-sub{font-size:20px;line-height:1.5}.uk-scope .uk-nav-primary .uk-nav-sub a{color:#999}.uk-scope .uk-nav-primary .uk-nav-sub a:hover{color:#666}.uk-scope .uk-nav-primary .uk-nav-sub li.uk-active>a{color:#333}.uk-scope .uk-nav-secondary{font-size:16px;line-height:1.5}.uk-scope .uk-nav-secondary>:not(.uk-nav-divider)+:not(.uk-nav-header,.uk-nav-divider){margin-top:0}.uk-scope .uk-nav-secondary>li>a{color:#333;padding:10px 10px}.uk-scope .uk-nav-secondary>li>a:hover{color:#333;background-color:#f8f8f8}.uk-scope .uk-nav-secondary>li.uk-active>a{color:#333;background-color:#f8f8f8}.uk-scope .uk-nav-secondary .uk-nav-subtitle{font-size:14px;color:#999}.uk-scope .uk-nav-secondary>li>a:hover .uk-nav-subtitle{color:#666}.uk-scope .uk-nav-secondary>li.uk-active>a .uk-nav-subtitle{color:#333}.uk-scope .uk-nav-secondary .uk-nav-header{color:#333}.uk-scope .uk-nav-secondary .uk-nav-divider{border-top:1px solid #e5e5e5}.uk-scope .uk-nav-secondary .uk-nav-sub{font-size:14px;line-height:1.5}.uk-scope .uk-nav-secondary .uk-nav-sub a{color:#999}.uk-scope .uk-nav-secondary .uk-nav-sub a:hover{color:#666}.uk-scope .uk-nav-secondary .uk-nav-sub li.uk-active>a{color:#333}.uk-scope .uk-nav-medium{font-size:2.8875rem;line-height:1}.uk-scope .uk-nav-large{font-size:3.4rem;line-height:1}.uk-scope .uk-nav-xlarge{font-size:4rem;line-height:1}@media (min-width:960px){.uk-scope .uk-nav-medium{font-size:3.5rem}.uk-scope .uk-nav-large{font-size:4rem}.uk-scope .uk-nav-xlarge{font-size:6rem}}@media (min-width:1200px){.uk-scope .uk-nav-medium{font-size:4rem}.uk-scope .uk-nav-large{font-size:6rem}.uk-scope .uk-nav-xlarge{font-size:8rem}}.uk-scope .uk-nav-center{text-align:center}.uk-scope .uk-nav-center li>a{justify-content:center}.uk-scope .uk-nav-center .uk-nav-sub,.uk-scope .uk-nav-center .uk-nav-sub ul{padding-left:0}.uk-scope .uk-nav-center .uk-nav-parent-icon{margin-left:.25em}.uk-scope .uk-nav.uk-nav-divider>:not(.uk-nav-header,.uk-nav-divider)+:not(.uk-nav-header,.uk-nav-divider){margin-top:5px;padding-top:5px;border-top:1px solid #e5e5e5}.uk-scope .uk-subnav{display:flex;flex-wrap:wrap;align-items:center;margin-left:-20px;padding:0;list-style:none}.uk-scope .uk-subnav>*{flex:none;padding-left:20px;position:relative}.uk-scope .uk-subnav>*>:first-child{display:flex;align-items:center;column-gap:.25em;color:#999;font-size:14px;text-transform:uppercase;transition:.1s ease-in-out;transition-property:color,background-color}.uk-scope .uk-subnav>*>a:hover{color:#666;text-decoration:none}.uk-scope .uk-subnav>.uk-active>a{color:#333}.uk-scope .uk-subnav-divider{margin-left:-41px}.uk-scope .uk-subnav-divider>*{display:flex;align-items:center}.uk-scope .uk-subnav-divider>::before{content:"";height:1.5em;margin-left:0;margin-right:20px;border-left:1px solid transparent}.uk-scope .uk-subnav-divider>:nth-child(n+2):not(.uk-first-column)::before{border-left-color:#e5e5e5}.uk-scope .uk-subnav-pill{margin-left:-20px}.uk-scope .uk-subnav-pill>*{padding-left:20px}.uk-scope .uk-subnav-pill>*>:first-child{padding:5px 10px;background:0 0;color:#999}.uk-scope .uk-subnav-pill>*>a:hover{background-color:#f8f8f8;color:#666}.uk-scope .uk-subnav-pill>*>a:active{background-color:#f8f8f8;color:#666}.uk-scope .uk-subnav-pill>.uk-active>a{background-color:#1e87f0;color:#fff}.uk-scope .uk-subnav>.uk-disabled>a{color:#999}.uk-scope .uk-breadcrumb{padding:0;list-style:none;font-size:0}.uk-scope .uk-breadcrumb>*{display:contents}.uk-scope .uk-breadcrumb>*>*{font-size:14px;color:#999}.uk-scope .uk-breadcrumb>*>:hover{color:#666;text-decoration:none}.uk-scope .uk-breadcrumb>:last-child>a:not([href]),.uk-scope .uk-breadcrumb>:last-child>span{color:#666}.uk-scope .uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before{content:"/";display:inline-block;margin:0 20px;font-size:14px;color:#999}.uk-scope .uk-tab{display:flex;flex-wrap:wrap;margin-left:-20px;padding:0;list-style:none;position:relative}.uk-scope .uk-tab::before{content:"";position:absolute;bottom:0;left:20px;right:0;border-bottom:1px solid #e5e5e5}.uk-scope .uk-tab>*{flex:none;padding-left:20px;position:relative}.uk-scope .uk-tab>*>a{display:flex;align-items:center;column-gap:.25em;justify-content:center;padding:5px 10px;color:#999;border-bottom:1px solid transparent;font-size:14px;text-transform:uppercase;transition:color .1s ease-in-out}.uk-scope .uk-tab>*>a:hover{color:#666;text-decoration:none}.uk-scope .uk-tab>.uk-active>a{color:#333;border-color:#1e87f0}.uk-scope .uk-tab>.uk-disabled>a{color:#999}.uk-scope .uk-tab-bottom::before{top:0;bottom:auto}.uk-scope .uk-tab-bottom>*>a{border-top:1px solid transparent;border-bottom:none}.uk-scope .uk-tab-left,.uk-scope .uk-tab-right{flex-direction:column;margin-left:0}.uk-scope .uk-tab-left>*,.uk-scope .uk-tab-right>*{padding-left:0}.uk-scope .uk-tab-left::before{top:0;bottom:0;left:auto;right:0;border-left:1px solid #e5e5e5;border-bottom:none}.uk-scope .uk-tab-right::before{top:0;bottom:0;left:0;right:auto;border-left:1px solid #e5e5e5;border-bottom:none}.uk-scope .uk-tab-left>*>a{justify-content:left;border-right:1px solid transparent;border-bottom:none}.uk-scope .uk-tab-right>*>a{justify-content:left;border-left:1px solid transparent;border-bottom:none}.uk-scope .uk-tab .uk-dropdown{margin-left:30px}.uk-scope .uk-slidenav{padding:5px 10px;color:rgba(102,102,102,.5);transition:color .1s ease-in-out}.uk-scope .uk-slidenav:hover{color:rgba(102,102,102,.9)}.uk-scope .uk-slidenav:active{color:rgba(102,102,102,.5)}.uk-scope .uk-slidenav-large{padding:10px 10px}.uk-scope .uk-slidenav-container{display:flex}.uk-scope .uk-dotnav{display:flex;flex-wrap:wrap;margin:0;padding:0;list-style:none;margin-left:-12px}.uk-scope .uk-dotnav>*{flex:none;padding-left:12px}.uk-scope .uk-dotnav>*>*{display:block;box-sizing:border-box;width:10px;height:10px;border-radius:50%;background:0 0;text-indent:100%;overflow:hidden;white-space:nowrap;border:1px solid rgba(102,102,102,.4);transition:.2s ease-in-out;transition-property:background-color,border-color}.uk-scope .uk-dotnav>*>:hover{background-color:rgba(102,102,102,.6);border-color:transparent}.uk-scope .uk-dotnav>*>:active{background-color:rgba(102,102,102,.2);border-color:transparent}.uk-scope .uk-dotnav>.uk-active>*{background-color:rgba(102,102,102,.6);border-color:transparent}.uk-scope .uk-dotnav-vertical{flex-direction:column;margin-left:0;margin-top:-12px}.uk-scope .uk-dotnav-vertical>*{padding-left:0;padding-top:12px}.uk-scope .uk-thumbnav{display:flex;flex-wrap:wrap;margin:0;padding:0;list-style:none;margin-left:-15px}.uk-scope .uk-thumbnav>*{padding-left:15px}.uk-scope .uk-thumbnav>*>*{display:inline-block;position:relative}.uk-scope .uk-thumbnav>*>::after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background-image:linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,.4));transition:opacity .1s ease-in-out}.uk-scope .uk-thumbnav>*>:hover::after{opacity:0}.uk-scope .uk-thumbnav>.uk-active>::after{opacity:0}.uk-scope .uk-thumbnav-vertical{flex-direction:column;margin-left:0;margin-top:-15px}.uk-scope .uk-thumbnav-vertical>*{padding-left:0;padding-top:15px}.uk-scope .uk-iconnav{display:flex;flex-wrap:wrap;margin:0;padding:0;list-style:none;margin-left:-10px}.uk-scope .uk-iconnav>*{padding-left:10px}.uk-scope .uk-iconnav>*>a{display:flex;align-items:center;column-gap:.25em;line-height:0;color:#999;text-decoration:none;font-size:14px;transition:.1s ease-in-out;transition-property:color,background-color}.uk-scope .uk-iconnav>*>a:hover{color:#666}.uk-scope .uk-iconnav>.uk-active>a{color:#666}.uk-scope .uk-iconnav-vertical{flex-direction:column;margin-left:0;margin-top:-10px}.uk-scope .uk-iconnav-vertical>*{padding-left:0;padding-top:10px}.uk-scope .uk-lightbox{--uk-inverse:light;display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1010;background:#000;opacity:0;transition:opacity .15s linear;touch-action:pinch-zoom}.uk-scope .uk-lightbox.uk-open{display:block;opacity:1}.uk-scope .uk-lightbox :focus-visible{outline-color:rgba(255,255,255,.7)}.uk-scope .uk-lightbox-page{overflow:hidden}.uk-scope .uk-lightbox-items{margin:0;padding:0;list-style:none}.uk-scope .uk-lightbox-items>*{position:absolute;top:0;right:0;bottom:0;left:0;display:none;justify-content:center;align-items:flex-start;will-change:transform,opacity;overflow:auto}.uk-scope .uk-lightbox-items>.uk-active{display:flex}.uk-scope .uk-lightbox-items-fit>*{align-items:center}.uk-scope .uk-lightbox-items-fit>*>*{max-width:100vw;max-height:100vh}.uk-scope .uk-lightbox-items-fit>*>:not(iframe){width:auto;height:auto}.uk-scope .uk-lightbox-items.uk-lightbox-items-fit .uk-lightbox-zoom:hover{cursor:zoom-in}.uk-scope .uk-lightbox-items:not(.uk-lightbox-items-fit) .uk-lightbox-zoom:hover{cursor:zoom-out}.uk-scope .uk-lightbox-thumbnav-vertical :where(img,video){max-width:100px}.uk-scope .uk-lightbox-thumbnav:not(.uk-lightbox-thumbnav-vertical) :where(img,video){max-height:100px}.uk-scope .uk-lightbox-dotnav:empty,.uk-scope .uk-lightbox-thumbnav:empty{display:none}.uk-scope .uk-lightbox-caption:empty{display:none}.uk-scope .uk-lightbox-caption{padding:10px 10px;background:rgba(0,0,0,.3);color:rgba(255,255,255,.7)}.uk-scope .uk-lightbox-caption>*{color:rgba(255,255,255,.7)}.uk-scope .uk-lightbox-counter:empty{display:none}.uk-scope .uk-lightbox-iframe{width:80%;height:80%}.uk-scope [class*=uk-animation-]{animation:.5s ease-out both}.uk-scope .uk-animation-fade{animation-name:uk-fade;animation-duration:.8s;animation-timing-function:linear}.uk-scope .uk-animation-scale-up{animation-name:uk-fade,uk-scale-up}.uk-scope .uk-animation-scale-down{animation-name:uk-fade,uk-scale-down}.uk-scope .uk-animation-slide-top{animation-name:uk-fade,uk-slide-top}.uk-scope .uk-animation-slide-bottom{animation-name:uk-fade,uk-slide-bottom}.uk-scope .uk-animation-slide-left{animation-name:uk-fade,uk-slide-left}.uk-scope .uk-animation-slide-right{animation-name:uk-fade,uk-slide-right}.uk-scope .uk-animation-slide-top-small{animation-name:uk-fade,uk-slide-top-small}.uk-scope .uk-animation-slide-bottom-small{animation-name:uk-fade,uk-slide-bottom-small}.uk-scope .uk-animation-slide-left-small{animation-name:uk-fade,uk-slide-left-small}.uk-scope .uk-animation-slide-right-small{animation-name:uk-fade,uk-slide-right-small}.uk-scope .uk-animation-slide-top-medium{animation-name:uk-fade,uk-slide-top-medium}.uk-scope .uk-animation-slide-bottom-medium{animation-name:uk-fade,uk-slide-bottom-medium}.uk-scope .uk-animation-slide-left-medium{animation-name:uk-fade,uk-slide-left-medium}.uk-scope .uk-animation-slide-right-medium{animation-name:uk-fade,uk-slide-right-medium}.uk-scope .uk-animation-kenburns{animation-name:uk-kenburns;animation-duration:15s}.uk-scope .uk-animation-shake{animation-name:uk-shake}.uk-scope .uk-animation-stroke{animation-name:uk-stroke;animation-duration:2s;stroke-dasharray:var(--uk-animation-stroke)}.uk-scope .uk-animation-reverse{animation-direction:reverse;animation-timing-function:ease-in}.uk-scope .uk-animation-fast{animation-duration:.1s}.uk-scope .uk-animation-toggle:not(:hover):not(:focus) [class*=uk-animation-]{animation-name:none}@keyframes uk-fade{0%{opacity:0}100%{opacity:1}}@keyframes uk-scale-up{0%{transform:scale(.9)}100%{transform:scale(1)}}@keyframes uk-scale-down{0%{transform:scale(1.1)}100%{transform:scale(1)}}@keyframes uk-slide-top{0%{transform:translateY(-100%)}100%{transform:translateY(0)}}@keyframes uk-slide-bottom{0%{transform:translateY(100%)}100%{transform:translateY(0)}}@keyframes uk-slide-left{0%{transform:translateX(-100%)}100%{transform:translateX(0)}}@keyframes uk-slide-right{0%{transform:translateX(100%)}100%{transform:translateX(0)}}@keyframes uk-slide-top-small{0%{transform:translateY(-10px)}100%{transform:translateY(0)}}@keyframes uk-slide-bottom-small{0%{transform:translateY(10px)}100%{transform:translateY(0)}}@keyframes uk-slide-left-small{0%{transform:translateX(-10px)}100%{transform:translateX(0)}}@keyframes uk-slide-right-small{0%{transform:translateX(10px)}100%{transform:translateX(0)}}@keyframes uk-slide-top-medium{0%{transform:translateY(-50px)}100%{transform:translateY(0)}}@keyframes uk-slide-bottom-medium{0%{transform:translateY(50px)}100%{transform:translateY(0)}}@keyframes uk-slide-left-medium{0%{transform:translateX(-50px)}100%{transform:translateX(0)}}@keyframes uk-slide-right-medium{0%{transform:translateX(50px)}100%{transform:translateX(0)}}@keyframes uk-kenburns{0%{transform:scale(1)}100%{transform:scale(1.2)}}@keyframes uk-shake{0%,100%{transform:translateX(0)}10%{transform:translateX(-9px)}20%{transform:translateX(8px)}30%{transform:translateX(-7px)}40%{transform:translateX(6px)}50%{transform:translateX(-5px)}60%{transform:translateX(4px)}70%{transform:translateX(-3px)}80%{transform:translateX(2px)}90%{transform:translateX(-1px)}}@keyframes uk-stroke{0%{stroke-dashoffset:var(--uk-animation-stroke)}100%{stroke-dashoffset:0}}.uk-scope [class*=uk-child-width]>*{box-sizing:border-box;width:100%}.uk-scope .uk-child-width-1-2>*{width:50%}.uk-scope .uk-child-width-1-3>*{width:calc(100% / 3)}.uk-scope .uk-child-width-1-4>*{width:25%}.uk-scope .uk-child-width-1-5>*{width:20%}.uk-scope .uk-child-width-1-6>*{width:calc(100% / 6)}.uk-scope .uk-child-width-auto>*{width:auto}.uk-scope .uk-child-width-expand>:not([class*=uk-width]){flex:1;min-width:1px}@media (min-width:640px){.uk-scope .uk-child-width-1-1\@s>*{width:100%}.uk-scope .uk-child-width-1-2\@s>*{width:50%}.uk-scope .uk-child-width-1-3\@s>*{width:calc(100% / 3)}.uk-scope .uk-child-width-1-4\@s>*{width:25%}.uk-scope .uk-child-width-1-5\@s>*{width:20%}.uk-scope .uk-child-width-1-6\@s>*{width:calc(100% / 6)}.uk-scope .uk-child-width-auto\@s>*{width:auto}.uk-scope .uk-child-width-expand\@s>:not([class*=uk-width]){flex:1;min-width:1px}.uk-scope .uk-child-width-1-1\@s>:not([class*=uk-width]),.uk-scope .uk-child-width-1-2\@s>:not([class*=uk-width]),.uk-scope .uk-child-width-1-3\@s>:not([class*=uk-width]),.uk-scope .uk-child-width-1-4\@s>:not([class*=uk-width]),.uk-scope .uk-child-width-1-5\@s>:not([class*=uk-width]),.uk-scope .uk-child-width-1-6\@s>:not([class*=uk-width]),.uk-scope .uk-child-width-auto\@s>:not([class*=uk-width]){flex:initial}}@media (min-width:960px){.uk-scope .uk-child-width-1-1\@m>*{width:100%}.uk-scope .uk-child-width-1-2\@m>*{width:50%}.uk-scope .uk-child-width-1-3\@m>*{width:calc(100% / 3)}.uk-scope .uk-child-width-1-4\@m>*{width:25%}.uk-scope .uk-child-width-1-5\@m>*{width:20%}.uk-scope .uk-child-width-1-6\@m>*{width:calc(100% / 6)}.uk-scope .uk-child-width-auto\@m>*{width:auto}.uk-scope .uk-child-width-expand\@m>:not([class*=uk-width]){flex:1;min-width:1px}.uk-scope .uk-child-width-1-1\@m>:not([class*=uk-width]),.uk-scope .uk-child-width-1-2\@m>:not([class*=uk-width]),.uk-scope .uk-child-width-1-3\@m>:not([class*=uk-width]),.uk-scope .uk-child-width-1-4\@m>:not([class*=uk-width]),.uk-scope .uk-child-width-1-5\@m>:not([class*=uk-width]),.uk-scope .uk-child-width-1-6\@m>:not([class*=uk-width]),.uk-scope .uk-child-width-auto\@m>:not([class*=uk-width]){flex:initial}}@media (min-width:1200px){.uk-scope .uk-child-width-1-1\@l>*{width:100%}.uk-scope .uk-child-width-1-2\@l>*{width:50%}.uk-scope .uk-child-width-1-3\@l>*{width:calc(100% / 3)}.uk-scope .uk-child-width-1-4\@l>*{width:25%}.uk-scope .uk-child-width-1-5\@l>*{width:20%}.uk-scope .uk-child-width-1-6\@l>*{width:calc(100% / 6)}.uk-scope .uk-child-width-auto\@l>*{width:auto}.uk-scope .uk-child-width-expand\@l>:not([class*=uk-width]){flex:1;min-width:1px}.uk-scope .uk-child-width-1-1\@l>:not([class*=uk-width]),.uk-scope .uk-child-width-1-2\@l>:not([class*=uk-width]),.uk-scope .uk-child-width-1-3\@l>:not([class*=uk-width]),.uk-scope .uk-child-width-1-4\@l>:not([class*=uk-width]),.uk-scope .uk-child-width-1-5\@l>:not([class*=uk-width]),.uk-scope .uk-child-width-1-6\@l>:not([class*=uk-width]),.uk-scope .uk-child-width-auto\@l>:not([class*=uk-width]){flex:initial}}@media (min-width:1600px){.uk-scope .uk-child-width-1-1\@xl>*{width:100%}.uk-scope .uk-child-width-1-2\@xl>*{width:50%}.uk-scope .uk-child-width-1-3\@xl>*{width:calc(100% / 3)}.uk-scope .uk-child-width-1-4\@xl>*{width:25%}.uk-scope .uk-child-width-1-5\@xl>*{width:20%}.uk-scope .uk-child-width-1-6\@xl>*{width:calc(100% / 6)}.uk-scope .uk-child-width-auto\@xl>*{width:auto}.uk-scope .uk-child-width-expand\@xl>:not([class*=uk-width]){flex:1;min-width:1px}.uk-scope .uk-child-width-1-1\@xl>:not([class*=uk-width]),.uk-scope .uk-child-width-1-2\@xl>:not([class*=uk-width]),.uk-scope .uk-child-width-1-3\@xl>:not([class*=uk-width]),.uk-scope .uk-child-width-1-4\@xl>:not([class*=uk-width]),.uk-scope .uk-child-width-1-5\@xl>:not([class*=uk-width]),.uk-scope .uk-child-width-1-6\@xl>:not([class*=uk-width]),.uk-scope .uk-child-width-auto\@xl>:not([class*=uk-width]){flex:initial}}.uk-scope [class*=uk-width]{box-sizing:border-box;width:100%;max-width:100%}.uk-scope .uk-width-1-2{width:50%}.uk-scope .uk-width-1-3{width:calc(100% / 3)}.uk-scope .uk-width-2-3{width:calc(200% / 3)}.uk-scope .uk-width-1-4{width:25%}.uk-scope .uk-width-3-4{width:75%}.uk-scope .uk-width-1-5{width:20%}.uk-scope .uk-width-2-5{width:40%}.uk-scope .uk-width-3-5{width:60%}.uk-scope .uk-width-4-5{width:80%}.uk-scope .uk-width-1-6{width:calc(100% / 6)}.uk-scope .uk-width-5-6{width:calc(500% / 6)}.uk-scope .uk-width-small{width:150px}.uk-scope .uk-width-medium{width:300px}.uk-scope .uk-width-large{width:450px}.uk-scope .uk-width-xlarge{width:600px}.uk-scope .uk-width-2xlarge{width:750px}.uk-scope .uk-width-auto{width:auto}.uk-scope .uk-width-expand{flex:1;min-width:1px}@media (min-width:640px){.uk-scope .uk-width-1-1\@s{width:100%}.uk-scope .uk-width-1-2\@s{width:50%}.uk-scope .uk-width-1-3\@s{width:calc(100% / 3)}.uk-scope .uk-width-2-3\@s{width:calc(200% / 3)}.uk-scope .uk-width-1-4\@s{width:25%}.uk-scope .uk-width-3-4\@s{width:75%}.uk-scope .uk-width-1-5\@s{width:20%}.uk-scope .uk-width-2-5\@s{width:40%}.uk-scope .uk-width-3-5\@s{width:60%}.uk-scope .uk-width-4-5\@s{width:80%}.uk-scope .uk-width-1-6\@s{width:calc(100% / 6)}.uk-scope .uk-width-5-6\@s{width:calc(500% / 6)}.uk-scope .uk-width-small\@s{width:150px}.uk-scope .uk-width-medium\@s{width:300px}.uk-scope .uk-width-large\@s{width:450px}.uk-scope .uk-width-xlarge\@s{width:600px}.uk-scope .uk-width-2xlarge\@s{width:750px}.uk-scope .uk-width-auto\@s{width:auto}.uk-scope .uk-width-expand\@s{flex:1;min-width:1px}.uk-scope .uk-width-1-1\@s,.uk-scope .uk-width-1-2\@s,.uk-scope .uk-width-1-3\@s,.uk-scope .uk-width-1-4\@s,.uk-scope .uk-width-1-5\@s,.uk-scope .uk-width-1-6\@s,.uk-scope .uk-width-2-3\@s,.uk-scope .uk-width-2-5\@s,.uk-scope .uk-width-2xlarge\@s,.uk-scope .uk-width-3-4\@s,.uk-scope .uk-width-3-5\@s,.uk-scope .uk-width-4-5\@s,.uk-scope .uk-width-5-6\@s,.uk-scope .uk-width-auto\@s,.uk-scope .uk-width-large\@s,.uk-scope .uk-width-medium\@s,.uk-scope .uk-width-small\@s,.uk-scope .uk-width-xlarge\@s{flex:initial}}@media (min-width:960px){.uk-scope .uk-width-1-1\@m{width:100%}.uk-scope .uk-width-1-2\@m{width:50%}.uk-scope .uk-width-1-3\@m{width:calc(100% / 3)}.uk-scope .uk-width-2-3\@m{width:calc(200% / 3)}.uk-scope .uk-width-1-4\@m{width:25%}.uk-scope .uk-width-3-4\@m{width:75%}.uk-scope .uk-width-1-5\@m{width:20%}.uk-scope .uk-width-2-5\@m{width:40%}.uk-scope .uk-width-3-5\@m{width:60%}.uk-scope .uk-width-4-5\@m{width:80%}.uk-scope .uk-width-1-6\@m{width:calc(100% / 6)}.uk-scope .uk-width-5-6\@m{width:calc(500% / 6)}.uk-scope .uk-width-small\@m{width:150px}.uk-scope .uk-width-medium\@m{width:300px}.uk-scope .uk-width-large\@m{width:450px}.uk-scope .uk-width-xlarge\@m{width:600px}.uk-scope .uk-width-2xlarge\@m{width:750px}.uk-scope .uk-width-auto\@m{width:auto}.uk-scope .uk-width-expand\@m{flex:1;min-width:1px}.uk-scope .uk-width-1-1\@m,.uk-scope .uk-width-1-2\@m,.uk-scope .uk-width-1-3\@m,.uk-scope .uk-width-1-4\@m,.uk-scope .uk-width-1-5\@m,.uk-scope .uk-width-1-6\@m,.uk-scope .uk-width-2-3\@m,.uk-scope .uk-width-2-5\@m,.uk-scope .uk-width-2xlarge\@m,.uk-scope .uk-width-3-4\@m,.uk-scope .uk-width-3-5\@m,.uk-scope .uk-width-4-5\@m,.uk-scope .uk-width-5-6\@m,.uk-scope .uk-width-auto\@m,.uk-scope .uk-width-large\@m,.uk-scope .uk-width-medium\@m,.uk-scope .uk-width-small\@m,.uk-scope .uk-width-xlarge\@m{flex:initial}}@media (min-width:1200px){.uk-scope .uk-width-1-1\@l{width:100%}.uk-scope .uk-width-1-2\@l{width:50%}.uk-scope .uk-width-1-3\@l{width:calc(100% / 3)}.uk-scope .uk-width-2-3\@l{width:calc(200% / 3)}.uk-scope .uk-width-1-4\@l{width:25%}.uk-scope .uk-width-3-4\@l{width:75%}.uk-scope .uk-width-1-5\@l{width:20%}.uk-scope .uk-width-2-5\@l{width:40%}.uk-scope .uk-width-3-5\@l{width:60%}.uk-scope .uk-width-4-5\@l{width:80%}.uk-scope .uk-width-1-6\@l{width:calc(100% / 6)}.uk-scope .uk-width-5-6\@l{width:calc(500% / 6)}.uk-scope .uk-width-small\@l{width:150px}.uk-scope .uk-width-medium\@l{width:300px}.uk-scope .uk-width-large\@l{width:450px}.uk-scope .uk-width-xlarge\@l{width:600px}.uk-scope .uk-width-2xlarge\@l{width:750px}.uk-scope .uk-width-auto\@l{width:auto}.uk-scope .uk-width-expand\@l{flex:1;min-width:1px}.uk-scope .uk-width-1-1\@l,.uk-scope .uk-width-1-2\@l,.uk-scope .uk-width-1-3\@l,.uk-scope .uk-width-1-4\@l,.uk-scope .uk-width-1-5\@l,.uk-scope .uk-width-1-6\@l,.uk-scope .uk-width-2-3\@l,.uk-scope .uk-width-2-5\@l,.uk-scope .uk-width-2xlarge\@l,.uk-scope .uk-width-3-4\@l,.uk-scope .uk-width-3-5\@l,.uk-scope .uk-width-4-5\@l,.uk-scope .uk-width-5-6\@l,.uk-scope .uk-width-auto\@l,.uk-scope .uk-width-large\@l,.uk-scope .uk-width-medium\@l,.uk-scope .uk-width-small\@l,.uk-scope .uk-width-xlarge\@l{flex:initial}}@media (min-width:1600px){.uk-scope .uk-width-1-1\@xl{width:100%}.uk-scope .uk-width-1-2\@xl{width:50%}.uk-scope .uk-width-1-3\@xl{width:calc(100% / 3)}.uk-scope .uk-width-2-3\@xl{width:calc(200% / 3)}.uk-scope .uk-width-1-4\@xl{width:25%}.uk-scope .uk-width-3-4\@xl{width:75%}.uk-scope .uk-width-1-5\@xl{width:20%}.uk-scope .uk-width-2-5\@xl{width:40%}.uk-scope .uk-width-3-5\@xl{width:60%}.uk-scope .uk-width-4-5\@xl{width:80%}.uk-scope .uk-width-1-6\@xl{width:calc(100% / 6)}.uk-scope .uk-width-5-6\@xl{width:calc(500% / 6)}.uk-scope .uk-width-small\@xl{width:150px}.uk-scope .uk-width-medium\@xl{width:300px}.uk-scope .uk-width-large\@xl{width:450px}.uk-scope .uk-width-xlarge\@xl{width:600px}.uk-scope .uk-width-2xlarge\@xl{width:750px}.uk-scope .uk-width-auto\@xl{width:auto}.uk-scope .uk-width-expand\@xl{flex:1;min-width:1px}.uk-scope .uk-width-1-1\@xl,.uk-scope .uk-width-1-2\@xl,.uk-scope .uk-width-1-3\@xl,.uk-scope .uk-width-1-4\@xl,.uk-scope .uk-width-1-5\@xl,.uk-scope .uk-width-1-6\@xl,.uk-scope .uk-width-2-3\@xl,.uk-scope .uk-width-2-5\@xl,.uk-scope .uk-width-2xlarge\@xl,.uk-scope .uk-width-3-4\@xl,.uk-scope .uk-width-3-5\@xl,.uk-scope .uk-width-4-5\@xl,.uk-scope .uk-width-5-6\@xl,.uk-scope .uk-width-auto\@xl,.uk-scope .uk-width-large\@xl,.uk-scope .uk-width-medium\@xl,.uk-scope .uk-width-small\@xl,.uk-scope .uk-width-xlarge\@xl{flex:initial}}.uk-scope .uk-width-max-content{width:max-content}.uk-scope .uk-width-min-content{width:min-content}.uk-scope [class*=uk-height]{box-sizing:border-box}.uk-scope .uk-height-1-1{height:100%}.uk-scope .uk-height-viewport{min-height:100vh}.uk-scope .uk-height-viewport-2{min-height:200vh}.uk-scope .uk-height-viewport-3{min-height:300vh}.uk-scope .uk-height-viewport-4{min-height:400vh}.uk-scope .uk-height-small{height:150px}.uk-scope .uk-height-medium{height:300px}.uk-scope .uk-height-large{height:450px}.uk-scope .uk-height-max-small{max-height:150px}.uk-scope .uk-height-max-medium{max-height:300px}.uk-scope .uk-height-max-large{max-height:450px}.uk-scope .uk-text-lead{font-size:24px;line-height:1.5;color:#333}.uk-scope .uk-text-meta{font-size:14px;line-height:1.4;color:#999}.uk-scope .uk-text-meta>a{color:#999}.uk-scope .uk-text-meta>a:hover{color:#666;text-decoration:none}.uk-scope .uk-text-small{font-size:14px;line-height:1.5}.uk-scope .uk-text-large{font-size:24px;line-height:1.5}.uk-scope .uk-text-default{font-size:16px;line-height:1.5}.uk-scope .uk-text-light{font-weight:300}.uk-scope .uk-text-normal{font-weight:400}.uk-scope .uk-text-bold{font-weight:700}.uk-scope .uk-text-lighter{font-weight:lighter}.uk-scope .uk-text-bolder{font-weight:bolder}.uk-scope .uk-text-italic{font-style:italic}.uk-scope .uk-text-capitalize{text-transform:capitalize!important}.uk-scope .uk-text-uppercase{text-transform:uppercase!important}.uk-scope .uk-text-lowercase{text-transform:lowercase!important}.uk-scope .uk-text-decoration-none{text-decoration:none!important}.uk-scope .uk-text-muted{color:#999!important}.uk-scope .uk-text-emphasis{color:#333!important}.uk-scope .uk-text-primary{color:#1e87f0!important}.uk-scope .uk-text-secondary{color:#222!important}.uk-scope .uk-text-success{color:#32d296!important}.uk-scope .uk-text-warning{color:#faa05a!important}.uk-scope .uk-text-danger{color:#f0506e!important}.uk-scope .uk-text-background{-webkit-background-clip:text;color:transparent!important;display:inline-block;background-color:#1e87f0;background-image:linear-gradient(90deg,#1e87f0 0,#411ef0 100%)}.uk-scope .uk-text-left{text-align:left!important}.uk-scope .uk-text-right{text-align:right!important}.uk-scope .uk-text-center{text-align:center!important}.uk-scope .uk-text-justify{text-align:justify!important}@media (min-width:640px){.uk-scope .uk-text-left\@s{text-align:left!important}.uk-scope .uk-text-right\@s{text-align:right!important}.uk-scope .uk-text-center\@s{text-align:center!important}}@media (min-width:960px){.uk-scope .uk-text-left\@m{text-align:left!important}.uk-scope .uk-text-right\@m{text-align:right!important}.uk-scope .uk-text-center\@m{text-align:center!important}}@media (min-width:1200px){.uk-scope .uk-text-left\@l{text-align:left!important}.uk-scope .uk-text-right\@l{text-align:right!important}.uk-scope .uk-text-center\@l{text-align:center!important}}@media (min-width:1600px){.uk-scope .uk-text-left\@xl{text-align:left!important}.uk-scope .uk-text-right\@xl{text-align:right!important}.uk-scope .uk-text-center\@xl{text-align:center!important}}.uk-scope .uk-text-top{vertical-align:top!important}.uk-scope .uk-text-middle{vertical-align:middle!important}.uk-scope .uk-text-bottom{vertical-align:bottom!important}.uk-scope .uk-text-baseline{vertical-align:baseline!important}.uk-scope .uk-text-nowrap{white-space:nowrap}.uk-scope .uk-text-truncate{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.uk-scope td.uk-text-truncate,.uk-scope th.uk-text-truncate{max-width:0}.uk-scope .uk-text-break{overflow-wrap:break-word}.uk-scope td.uk-text-break,.uk-scope th.uk-text-break{word-break:break-word}.uk-scope .uk-text-stroke{-webkit-text-stroke:calc(1.4px + 0.002em);-webkit-text-fill-color:transparent}.uk-scope [class*=uk-column-]{column-gap:30px}@media (min-width:1200px){.uk-scope [class*=uk-column-]{column-gap:40px}}.uk-scope [class*=uk-column-] img{transform:translate3d(0,0,0)}.uk-scope .uk-column-divider{column-rule:1px solid #e5e5e5;column-gap:60px}@media (min-width:1200px){.uk-scope .uk-column-divider{column-gap:80px}}.uk-scope .uk-column-1-2{column-count:2}.uk-scope .uk-column-1-3{column-count:3}.uk-scope .uk-column-1-4{column-count:4}.uk-scope .uk-column-1-5{column-count:5}.uk-scope .uk-column-1-6{column-count:6}@media (min-width:640px){.uk-scope .uk-column-1-2\@s{column-count:2}.uk-scope .uk-column-1-3\@s{column-count:3}.uk-scope .uk-column-1-4\@s{column-count:4}.uk-scope .uk-column-1-5\@s{column-count:5}.uk-scope .uk-column-1-6\@s{column-count:6}}@media (min-width:960px){.uk-scope .uk-column-1-2\@m{column-count:2}.uk-scope .uk-column-1-3\@m{column-count:3}.uk-scope .uk-column-1-4\@m{column-count:4}.uk-scope .uk-column-1-5\@m{column-count:5}.uk-scope .uk-column-1-6\@m{column-count:6}}@media (min-width:1200px){.uk-scope .uk-column-1-2\@l{column-count:2}.uk-scope .uk-column-1-3\@l{column-count:3}.uk-scope .uk-column-1-4\@l{column-count:4}.uk-scope .uk-column-1-5\@l{column-count:5}.uk-scope .uk-column-1-6\@l{column-count:6}}@media (min-width:1600px){.uk-scope .uk-column-1-2\@xl{column-count:2}.uk-scope .uk-column-1-3\@xl{column-count:3}.uk-scope .uk-column-1-4\@xl{column-count:4}.uk-scope .uk-column-1-5\@xl{column-count:5}.uk-scope .uk-column-1-6\@xl{column-count:6}}.uk-scope .uk-column-span{column-span:all}.uk-scope [data-uk-cover]:where(canvas,iframe,svg),.uk-scope [uk-cover]:where(canvas,iframe,svg){max-width:none;position:absolute;left:50%;top:50%;--uk-position-translate-x:-50%;--uk-position-translate-y:-50%;transform:translate(var(--uk-position-translate-x),var(--uk-position-translate-y))}.uk-scope iframe[data-uk-cover],.uk-scope iframe[uk-cover]{pointer-events:none}.uk-scope [data-uk-cover]:where(img,video),.uk-scope [uk-cover]:where(img,video){position:absolute;top:0;left:0;width:100%;height:100%;box-sizing:border-box;object-fit:cover;object-position:center}.uk-scope .uk-cover-container{overflow:hidden;position:relative}.uk-scope .uk-background-default{background-color:#fff}.uk-scope .uk-background-muted{background-color:#f8f8f8}.uk-scope .uk-background-primary{background-color:#1e87f0}.uk-scope .uk-background-secondary{background-color:#222}.uk-scope .uk-background-contain,.uk-scope .uk-background-cover,.uk-scope .uk-background-height-1-1,.uk-scope .uk-background-width-1-1{background-position:50% 50%;background-repeat:no-repeat}.uk-scope .uk-background-cover{background-size:cover}.uk-scope .uk-background-contain{background-size:contain}.uk-scope .uk-background-width-1-1{background-size:100%}.uk-scope .uk-background-height-1-1{background-size:auto 100%}.uk-scope .uk-background-top-left{background-position:0 0}.uk-scope .uk-background-top-center{background-position:50% 0}.uk-scope .uk-background-top-right{background-position:100% 0}.uk-scope .uk-background-center-left{background-position:0 50%}.uk-scope .uk-background-center-center{background-position:50% 50%}.uk-scope .uk-background-center-right{background-position:100% 50%}.uk-scope .uk-background-bottom-left{background-position:0 100%}.uk-scope .uk-background-bottom-center{background-position:50% 100%}.uk-scope .uk-background-bottom-right{background-position:100% 100%}.uk-scope .uk-background-norepeat{background-repeat:no-repeat}.uk-scope .uk-background-fixed{background-attachment:fixed}@media (pointer:coarse){.uk-scope .uk-background-fixed{background-attachment:scroll}}@media (max-width:639px){.uk-scope .uk-background-image\@s{background-image:none!important}}@media (max-width:959px){.uk-scope .uk-background-image\@m{background-image:none!important}}@media (max-width:1199px){.uk-scope .uk-background-image\@l{background-image:none!important}}@media (max-width:1599px){.uk-scope .uk-background-image\@xl{background-image:none!important}}.uk-scope .uk-background-blend-multiply{background-blend-mode:multiply}.uk-scope .uk-background-blend-screen{background-blend-mode:screen}.uk-scope .uk-background-blend-overlay{background-blend-mode:overlay}.uk-scope .uk-background-blend-darken{background-blend-mode:darken}.uk-scope .uk-background-blend-lighten{background-blend-mode:lighten}.uk-scope .uk-background-blend-color-dodge{background-blend-mode:color-dodge}.uk-scope .uk-background-blend-color-burn{background-blend-mode:color-burn}.uk-scope .uk-background-blend-hard-light{background-blend-mode:hard-light}.uk-scope .uk-background-blend-soft-light{background-blend-mode:soft-light}.uk-scope .uk-background-blend-difference{background-blend-mode:difference}.uk-scope .uk-background-blend-exclusion{background-blend-mode:exclusion}.uk-scope .uk-background-blend-hue{background-blend-mode:hue}.uk-scope .uk-background-blend-saturation{background-blend-mode:saturation}.uk-scope .uk-background-blend-color{background-blend-mode:color}.uk-scope .uk-background-blend-luminosity{background-blend-mode:luminosity}.uk-scope [class*=uk-align]{display:block;margin-bottom:30px}.uk-scope *+[class*=uk-align]{margin-top:30px}.uk-scope .uk-align-center{margin-left:auto;margin-right:auto}.uk-scope .uk-align-left{margin-top:0;margin-right:30px;float:left}.uk-scope .uk-align-right{margin-top:0;margin-left:30px;float:right}@media (min-width:640px){.uk-scope .uk-align-left\@s{margin-top:0;margin-right:30px;float:left}.uk-scope .uk-align-right\@s{margin-top:0;margin-left:30px;float:right}}@media (min-width:960px){.uk-scope .uk-align-left\@m{margin-top:0;margin-right:30px;float:left}.uk-scope .uk-align-right\@m{margin-top:0;margin-left:30px;float:right}}@media (min-width:1200px){.uk-scope .uk-align-left\@l{margin-top:0;float:left}.uk-scope .uk-align-right\@l{margin-top:0;float:right}.uk-scope .uk-align-left,.uk-scope .uk-align-left\@l,.uk-scope .uk-align-left\@m,.uk-scope .uk-align-left\@s{margin-right:40px}.uk-scope .uk-align-right,.uk-scope .uk-align-right\@l,.uk-scope .uk-align-right\@m,.uk-scope .uk-align-right\@s{margin-left:40px}}@media (min-width:1600px){.uk-scope .uk-align-left\@xl{margin-top:0;margin-right:40px;float:left}.uk-scope .uk-align-right\@xl{margin-top:0;margin-left:40px;float:right}}.uk-scope .uk-svg,.uk-scope .uk-svg:not(.uk-preserve) [fill*="#"]:not(.uk-preserve){fill:currentcolor}.uk-scope .uk-svg:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve){stroke:currentcolor}.uk-scope .uk-svg{transform:translate(0,0)}.uk-scope .uk-panel{display:flow-root;position:relative;box-sizing:border-box}.uk-scope .uk-panel>:last-child{margin-bottom:0}.uk-scope .uk-panel-scrollable{height:170px;padding:10px;border:1px solid #e5e5e5;overflow:auto;resize:both}.uk-scope .uk-clearfix::before{content:"";display:table-cell}.uk-scope .uk-clearfix::after{content:"";display:table;clear:both}.uk-scope .uk-float-left{float:left}.uk-scope .uk-float-right{float:right}.uk-scope [class*=uk-float-]{max-width:100%}.uk-scope .uk-overflow-hidden{overflow:hidden}.uk-scope .uk-overflow-auto{overflow:auto}.uk-scope .uk-overflow-auto>:last-child{margin-bottom:0}.uk-scope .uk-box-sizing-content{box-sizing:content-box}.uk-scope .uk-box-sizing-border{box-sizing:border-box}.uk-scope .uk-resize{resize:both}.uk-scope .uk-resize-horizontal{resize:horizontal}.uk-scope .uk-resize-vertical{resize:vertical}.uk-scope .uk-display-block{display:block!important}.uk-scope .uk-display-inline{display:inline!important}.uk-scope .uk-display-inline-block{display:inline-block!important}.uk-scope [class*=uk-inline]{display:inline-block;position:relative;max-width:100%;vertical-align:middle;-webkit-backface-visibility:hidden}.uk-scope .uk-inline-clip{overflow:hidden}.uk-scope .uk-preserve-width,.uk-scope .uk-preserve-width canvas,.uk-scope .uk-preserve-width img,.uk-scope .uk-preserve-width svg,.uk-scope .uk-preserve-width video{max-width:none}.uk-scope .uk-responsive-height,.uk-scope .uk-responsive-width{box-sizing:border-box}.uk-scope .uk-responsive-width{max-width:100%!important;height:auto}.uk-scope .uk-responsive-height{max-height:100%;width:auto;max-width:none}.uk-scope [data-uk-responsive],.uk-scope [uk-responsive]{max-width:100%}.uk-scope .uk-object-cover{object-fit:cover}.uk-scope .uk-object-contain{object-fit:contain}.uk-scope .uk-object-fill{object-fit:fill}.uk-scope .uk-object-none{object-fit:none}.uk-scope .uk-object-scale-down{object-fit:scale-down}.uk-scope .uk-object-top-left{object-position:0 0}.uk-scope .uk-object-top-center{object-position:50% 0}.uk-scope .uk-object-top-right{object-position:100% 0}.uk-scope .uk-object-center-left{object-position:0 50%}.uk-scope .uk-object-center-center{object-position:50% 50%}.uk-scope .uk-object-center-right{object-position:100% 50%}.uk-scope .uk-object-bottom-left{object-position:0 100%}.uk-scope .uk-object-bottom-center{object-position:50% 100%}.uk-scope .uk-object-bottom-right{object-position:100% 100%}.uk-scope .uk-border-circle{border-radius:50%}.uk-scope .uk-border-pill{border-radius:500px}.uk-scope .uk-border-rounded{border-radius:5px}.uk-scope .uk-inline-clip[class*=uk-border-]{-webkit-transform:translateZ(0)}.uk-scope .uk-box-shadow-small{box-shadow:0 2px 8px rgba(0,0,0,.08)}.uk-scope .uk-box-shadow-medium{box-shadow:0 5px 15px rgba(0,0,0,.08)}.uk-scope .uk-box-shadow-large{box-shadow:0 14px 25px rgba(0,0,0,.16)}.uk-scope .uk-box-shadow-xlarge{box-shadow:0 28px 50px rgba(0,0,0,.16)}.uk-scope [class*=uk-box-shadow-hover]{transition:box-shadow .1s ease-in-out}.uk-scope .uk-box-shadow-hover-small:hover{box-shadow:0 2px 8px rgba(0,0,0,.08)}.uk-scope .uk-box-shadow-hover-medium:hover{box-shadow:0 5px 15px rgba(0,0,0,.08)}.uk-scope .uk-box-shadow-hover-large:hover{box-shadow:0 14px 25px rgba(0,0,0,.16)}.uk-scope .uk-box-shadow-hover-xlarge:hover{box-shadow:0 28px 50px rgba(0,0,0,.16)}@supports (filter:blur(0)){.uk-scope .uk-box-shadow-bottom{display:inline-block;position:relative;z-index:0;max-width:100%;vertical-align:middle}.uk-scope .uk-box-shadow-bottom::after{content:"";position:absolute;bottom:-30px;left:0;right:0;z-index:-1;height:30px;border-radius:100%;background:#444;filter:blur(20px);will-change:filter}}.uk-scope .uk-dropcap::first-letter,.uk-scope .uk-dropcap>p:first-of-type::first-letter{display:block;margin-right:10px;float:left;font-size:4.5em;line-height:1;margin-bottom:-2px}@-moz-document url-prefix(){.uk-scope .uk-dropcap::first-letter,.uk-scope .uk-dropcap>p:first-of-type::first-letter{margin-top:1.1%}}.uk-scope .uk-logo{font-size:24px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";color:#333;text-decoration:none}.uk-scope :where(.uk-logo){display:inline-block;vertical-align:middle}.uk-scope .uk-logo:hover{color:#333;text-decoration:none}.uk-scope .uk-logo :where(img,svg,video){display:block}.uk-scope .uk-logo-inverse{display:none}.uk-scope .uk-disabled{pointer-events:none}.uk-drag,.uk-drag *{cursor:move}.uk-drag iframe{pointer-events:none}.uk-dragover{box-shadow:0 0 20px rgba(100,100,100,.3)}.uk-scope .uk-blend-multiply{mix-blend-mode:multiply}.uk-scope .uk-blend-screen{mix-blend-mode:screen}.uk-scope .uk-blend-overlay{mix-blend-mode:overlay}.uk-scope .uk-blend-darken{mix-blend-mode:darken}.uk-scope .uk-blend-lighten{mix-blend-mode:lighten}.uk-scope .uk-blend-color-dodge{mix-blend-mode:color-dodge}.uk-scope .uk-blend-color-burn{mix-blend-mode:color-burn}.uk-scope .uk-blend-hard-light{mix-blend-mode:hard-light}.uk-scope .uk-blend-soft-light{mix-blend-mode:soft-light}.uk-scope .uk-blend-difference{mix-blend-mode:difference}.uk-scope .uk-blend-exclusion{mix-blend-mode:exclusion}.uk-scope .uk-blend-hue{mix-blend-mode:hue}.uk-scope .uk-blend-saturation{mix-blend-mode:saturation}.uk-scope .uk-blend-color{mix-blend-mode:color}.uk-scope .uk-blend-luminosity{mix-blend-mode:luminosity}.uk-scope .uk-transform-center{transform:translate(-50%,-50%)}.uk-scope .uk-transform-origin-top-left{transform-origin:0 0}.uk-scope .uk-transform-origin-top-center{transform-origin:50% 0}.uk-scope .uk-transform-origin-top-right{transform-origin:100% 0}.uk-scope .uk-transform-origin-center-left{transform-origin:0 50%}.uk-scope .uk-transform-origin-center-right{transform-origin:100% 50%}.uk-scope .uk-transform-origin-bottom-left{transform-origin:0 100%}.uk-scope .uk-transform-origin-bottom-center{transform-origin:50% 100%}.uk-scope .uk-transform-origin-bottom-right{transform-origin:100% 100%}.uk-scope .uk-flex{display:flex}.uk-scope .uk-flex-inline{display:inline-flex}.uk-scope .uk-flex-left{justify-content:flex-start}.uk-scope .uk-flex-center{justify-content:center}.uk-scope .uk-flex-right{justify-content:flex-end}.uk-scope .uk-flex-between{justify-content:space-between}.uk-scope .uk-flex-around{justify-content:space-around}@media (min-width:640px){.uk-scope .uk-flex-left\@s{justify-content:flex-start}.uk-scope .uk-flex-center\@s{justify-content:center}.uk-scope .uk-flex-right\@s{justify-content:flex-end}.uk-scope .uk-flex-between\@s{justify-content:space-between}.uk-scope .uk-flex-around\@s{justify-content:space-around}}@media (min-width:960px){.uk-scope .uk-flex-left\@m{justify-content:flex-start}.uk-scope .uk-flex-center\@m{justify-content:center}.uk-scope .uk-flex-right\@m{justify-content:flex-end}.uk-scope .uk-flex-between\@m{justify-content:space-between}.uk-scope .uk-flex-around\@m{justify-content:space-around}}@media (min-width:1200px){.uk-scope .uk-flex-left\@l{justify-content:flex-start}.uk-scope .uk-flex-center\@l{justify-content:center}.uk-scope .uk-flex-right\@l{justify-content:flex-end}.uk-scope .uk-flex-between\@l{justify-content:space-between}.uk-scope .uk-flex-around\@l{justify-content:space-around}}@media (min-width:1600px){.uk-scope .uk-flex-left\@xl{justify-content:flex-start}.uk-scope .uk-flex-center\@xl{justify-content:center}.uk-scope .uk-flex-right\@xl{justify-content:flex-end}.uk-scope .uk-flex-between\@xl{justify-content:space-between}.uk-scope .uk-flex-around\@xl{justify-content:space-around}}.uk-scope .uk-flex-stretch{align-items:stretch}.uk-scope .uk-flex-top{align-items:flex-start}.uk-scope .uk-flex-middle{align-items:center}.uk-scope .uk-flex-bottom{align-items:flex-end}@media (min-width:640px){.uk-scope .uk-flex-stretch\@s{align-items:stretch}.uk-scope .uk-flex-top\@s{align-items:flex-start}.uk-scope .uk-flex-middle\@s{align-items:center}.uk-scope .uk-flex-bottom\@s{align-items:flex-end}}@media (min-width:960px){.uk-scope .uk-flex-stretch\@m{align-items:stretch}.uk-scope .uk-flex-top\@m{align-items:flex-start}.uk-scope .uk-flex-middle\@m{align-items:center}.uk-scope .uk-flex-bottom\@m{align-items:flex-end}}@media (min-width:1200px){.uk-scope .uk-flex-stretch\@l{align-items:stretch}.uk-scope .uk-flex-top\@l{align-items:flex-start}.uk-scope .uk-flex-middle\@l{align-items:center}.uk-scope .uk-flex-bottom\@l{align-items:flex-end}}@media (min-width:1600px){.uk-scope .uk-flex-stretch\@xl{align-items:stretch}.uk-scope .uk-flex-top\@xl{align-items:flex-start}.uk-scope .uk-flex-middle\@xl{align-items:center}.uk-scope .uk-flex-bottom\@xl{align-items:flex-end}}.uk-scope .uk-flex-row{flex-direction:row}.uk-scope .uk-flex-row-reverse{flex-direction:row-reverse}.uk-scope .uk-flex-column{flex-direction:column}.uk-scope .uk-flex-column-reverse{flex-direction:column-reverse}@media (min-width:640px){.uk-scope .uk-flex-row\@s{flex-direction:row}.uk-scope .uk-flex-column\@s{flex-direction:column}}@media (min-width:960px){.uk-scope .uk-flex-row\@m{flex-direction:row}.uk-scope .uk-flex-column\@m{flex-direction:column}}@media (min-width:1200px){.uk-scope .uk-flex-row\@l{flex-direction:row}.uk-scope .uk-flex-column\@l{flex-direction:column}}@media (min-width:1600px){.uk-scope .uk-flex-row\@xl{flex-direction:row}.uk-scope .uk-flex-column\@xl{flex-direction:column}}.uk-scope .uk-flex-nowrap{flex-wrap:nowrap}.uk-scope .uk-flex-wrap{flex-wrap:wrap}.uk-scope .uk-flex-wrap-reverse{flex-wrap:wrap-reverse}.uk-scope .uk-flex-wrap-stretch{align-content:stretch}.uk-scope .uk-flex-wrap-top{align-content:flex-start}.uk-scope .uk-flex-wrap-middle{align-content:center}.uk-scope .uk-flex-wrap-bottom{align-content:flex-end}.uk-scope .uk-flex-wrap-between{align-content:space-between}.uk-scope .uk-flex-wrap-around{align-content:space-around}.uk-scope .uk-flex-first{order:-1}.uk-scope .uk-flex-last{order:99}@media (min-width:640px){.uk-scope .uk-flex-first\@s{order:-1}.uk-scope .uk-flex-last\@s{order:99}}@media (min-width:960px){.uk-scope .uk-flex-first\@m{order:-1}.uk-scope .uk-flex-last\@m{order:99}}@media (min-width:1200px){.uk-scope .uk-flex-first\@l{order:-1}.uk-scope .uk-flex-last\@l{order:99}}@media (min-width:1600px){.uk-scope .uk-flex-first\@xl{order:-1}.uk-scope .uk-flex-last\@xl{order:99}}.uk-scope .uk-flex-initial{flex:initial}.uk-scope .uk-flex-none{flex:none}.uk-scope .uk-flex-auto{flex:auto}.uk-scope .uk-flex-1{flex:1}@media (min-width:640px){.uk-scope .uk-flex-initial\@s{flex:initial}.uk-scope .uk-flex-none\@s{flex:none}.uk-scope .uk-flex-1\@s{flex:1}}@media (min-width:960px){.uk-scope .uk-flex-initial\@m{flex:initial}.uk-scope .uk-flex-none\@m{flex:none}.uk-scope .uk-flex-1\@m{flex:1}}@media (min-width:1200px){.uk-scope .uk-flex-initial\@l{flex:initial}.uk-scope .uk-flex-none\@l{flex:none}.uk-scope .uk-flex-1\@l{flex:1}}@media (min-width:1600px){.uk-scope .uk-flex-initial\@xl{flex:initial}.uk-scope .uk-flex-none\@xl{flex:none}.uk-scope .uk-flex-1\@xl{flex:1}}.uk-scope .uk-margin{margin-bottom:20px}.uk-scope *+.uk-margin{margin-top:20px!important}.uk-scope .uk-margin-top{margin-top:20px!important}.uk-scope .uk-margin-bottom{margin-bottom:20px!important}.uk-scope .uk-margin-left{margin-left:20px!important}.uk-scope .uk-margin-right{margin-right:20px!important}.uk-scope .uk-margin-xsmall{margin-bottom:5px}.uk-scope *+.uk-margin-xsmall{margin-top:5px!important}.uk-scope .uk-margin-xsmall-top{margin-top:5px!important}.uk-scope .uk-margin-xsmall-bottom{margin-bottom:5px!important}.uk-scope .uk-margin-xsmall-left{margin-left:5px!important}.uk-scope .uk-margin-xsmall-right{margin-right:5px!important}.uk-scope .uk-margin-small{margin-bottom:10px}.uk-scope *+.uk-margin-small{margin-top:10px!important}.uk-scope .uk-margin-small-top{margin-top:10px!important}.uk-scope .uk-margin-small-bottom{margin-bottom:10px!important}.uk-scope .uk-margin-small-left{margin-left:10px!important}.uk-scope .uk-margin-small-right{margin-right:10px!important}.uk-scope .uk-margin-medium{margin-bottom:40px}.uk-scope *+.uk-margin-medium{margin-top:40px!important}.uk-scope .uk-margin-medium-top{margin-top:40px!important}.uk-scope .uk-margin-medium-bottom{margin-bottom:40px!important}.uk-scope .uk-margin-medium-left{margin-left:40px!important}.uk-scope .uk-margin-medium-right{margin-right:40px!important}.uk-scope .uk-margin-large{margin-bottom:40px}.uk-scope *+.uk-margin-large{margin-top:40px!important}.uk-scope .uk-margin-large-top{margin-top:40px!important}.uk-scope .uk-margin-large-bottom{margin-bottom:40px!important}.uk-scope .uk-margin-large-left{margin-left:40px!important}.uk-scope .uk-margin-large-right{margin-right:40px!important}@media (min-width:1200px){.uk-scope .uk-margin-large{margin-bottom:70px}.uk-scope *+.uk-margin-large{margin-top:70px!important}.uk-scope .uk-margin-large-top{margin-top:70px!important}.uk-scope .uk-margin-large-bottom{margin-bottom:70px!important}.uk-scope .uk-margin-large-left{margin-left:70px!important}.uk-scope .uk-margin-large-right{margin-right:70px!important}}.uk-scope .uk-margin-xlarge{margin-bottom:70px}.uk-scope *+.uk-margin-xlarge{margin-top:70px!important}.uk-scope .uk-margin-xlarge-top{margin-top:70px!important}.uk-scope .uk-margin-xlarge-bottom{margin-bottom:70px!important}.uk-scope .uk-margin-xlarge-left{margin-left:70px!important}.uk-scope .uk-margin-xlarge-right{margin-right:70px!important}@media (min-width:1200px){.uk-scope .uk-margin-xlarge{margin-bottom:140px}.uk-scope *+.uk-margin-xlarge{margin-top:140px!important}.uk-scope .uk-margin-xlarge-top{margin-top:140px!important}.uk-scope .uk-margin-xlarge-bottom{margin-bottom:140px!important}.uk-scope .uk-margin-xlarge-left{margin-left:140px!important}.uk-scope .uk-margin-xlarge-right{margin-right:140px!important}}.uk-scope .uk-margin-auto{margin-left:auto!important;margin-right:auto!important}.uk-scope .uk-margin-auto-top{margin-top:auto!important}.uk-scope .uk-margin-auto-bottom{margin-bottom:auto!important}.uk-scope .uk-margin-auto-left{margin-left:auto!important}.uk-scope .uk-margin-auto-right{margin-right:auto!important}.uk-scope .uk-margin-auto-vertical{margin-top:auto!important;margin-bottom:auto!important}@media (min-width:640px){.uk-scope .uk-margin-auto\@s{margin-left:auto!important;margin-right:auto!important}.uk-scope .uk-margin-auto-left\@s{margin-left:auto!important}.uk-scope .uk-margin-auto-right\@s{margin-right:auto!important}}@media (min-width:960px){.uk-scope .uk-margin-auto\@m{margin-left:auto!important;margin-right:auto!important}.uk-scope .uk-margin-auto-left\@m{margin-left:auto!important}.uk-scope .uk-margin-auto-right\@m{margin-right:auto!important}}@media (min-width:1200px){.uk-scope .uk-margin-auto\@l{margin-left:auto!important;margin-right:auto!important}.uk-scope .uk-margin-auto-left\@l{margin-left:auto!important}.uk-scope .uk-margin-auto-right\@l{margin-right:auto!important}}@media (min-width:1600px){.uk-scope .uk-margin-auto\@xl{margin-left:auto!important;margin-right:auto!important}.uk-scope .uk-margin-auto-left\@xl{margin-left:auto!important}.uk-scope .uk-margin-auto-right\@xl{margin-right:auto!important}}.uk-scope .uk-margin-remove{margin:0!important}.uk-scope .uk-margin-remove-top{margin-top:0!important}.uk-scope .uk-margin-remove-bottom{margin-bottom:0!important}.uk-scope .uk-margin-remove-left{margin-left:0!important}.uk-scope .uk-margin-remove-right{margin-right:0!important}.uk-scope .uk-margin-remove-vertical{margin-top:0!important;margin-bottom:0!important}.uk-scope .uk-margin-remove-adjacent+*,.uk-scope .uk-margin-remove-first-child>:first-child{margin-top:0!important}.uk-scope .uk-margin-remove-last-child>:last-child{margin-bottom:0!important}@media (min-width:640px){.uk-scope .uk-margin-remove-left\@s{margin-left:0!important}.uk-scope .uk-margin-remove-right\@s{margin-right:0!important}}@media (min-width:960px){.uk-scope .uk-margin-remove-left\@m{margin-left:0!important}.uk-scope .uk-margin-remove-right\@m{margin-right:0!important}}@media (min-width:1200px){.uk-scope .uk-margin-remove-left\@l{margin-left:0!important}.uk-scope .uk-margin-remove-right\@l{margin-right:0!important}}@media (min-width:1600px){.uk-scope .uk-margin-remove-left\@xl{margin-left:0!important}.uk-scope .uk-margin-remove-right\@xl{margin-right:0!important}}.uk-scope .uk-padding{padding:30px}@media (min-width:1200px){.uk-scope .uk-padding{padding:40px}}.uk-scope .uk-padding-small{padding:15px}.uk-scope .uk-padding-large{padding:40px}@media (min-width:1200px){.uk-scope .uk-padding-large{padding:70px}}.uk-scope .uk-padding-remove{padding:0!important}.uk-scope .uk-padding-remove-top{padding-top:0!important}.uk-scope .uk-padding-remove-bottom{padding-bottom:0!important}.uk-scope .uk-padding-remove-left{padding-left:0!important}.uk-scope .uk-padding-remove-right{padding-right:0!important}.uk-scope .uk-padding-remove-vertical{padding-top:0!important;padding-bottom:0!important}.uk-scope .uk-padding-remove-horizontal{padding-left:0!important;padding-right:0!important}:root{--uk-position-margin-offset:0px}.uk-scope [class*=uk-position-bottom],.uk-scope [class*=uk-position-center],.uk-scope [class*=uk-position-left],.uk-scope [class*=uk-position-right],.uk-scope [class*=uk-position-top]{position:absolute!important;max-width:calc(100% - (var(--uk-position-margin-offset) * 2));box-sizing:border-box}.uk-scope .uk-position-top{top:0;left:0;right:0}.uk-scope .uk-position-bottom{bottom:0;left:0;right:0}.uk-scope .uk-position-left{top:0;bottom:0;left:0}.uk-scope .uk-position-right{top:0;bottom:0;right:0}.uk-scope .uk-position-top-left{top:0;left:0}.uk-scope .uk-position-top-right{top:0;right:0}.uk-scope .uk-position-bottom-left{bottom:0;left:0}.uk-scope .uk-position-bottom-right{bottom:0;right:0}.uk-scope .uk-position-center{top:calc(50% - var(--uk-position-margin-offset));left:calc(50% - var(--uk-position-margin-offset));--uk-position-translate-x:-50%;--uk-position-translate-y:-50%;transform:translate(var(--uk-position-translate-x),var(--uk-position-translate-y));width:max-content}.uk-scope .uk-position-center-vertical,.uk-scope [class*=uk-position-center-left],.uk-scope [class*=uk-position-center-right]{top:calc(50% - var(--uk-position-margin-offset));--uk-position-translate-y:-50%;transform:translate(0,var(--uk-position-translate-y))}.uk-scope .uk-position-center-left{left:0}.uk-scope .uk-position-center-right{right:0}.uk-scope .uk-position-center-vertical{left:0;right:0}.uk-scope .uk-position-center-left-out{right:100%;width:max-content}.uk-scope .uk-position-center-right-out{left:100%;width:max-content}.uk-scope .uk-position-bottom-center,.uk-scope .uk-position-center-horizontal,.uk-scope .uk-position-top-center{left:calc(50% - var(--uk-position-margin-offset));--uk-position-translate-x:-50%;transform:translate(var(--uk-position-translate-x),0);width:max-content}.uk-scope .uk-position-top-center{top:0}.uk-scope .uk-position-bottom-center{bottom:0}.uk-scope .uk-position-center-horizontal{top:0;bottom:0}.uk-scope .uk-position-cover{position:absolute;top:0;bottom:0;left:0;right:0}.uk-scope .uk-position-small{margin:15px;--uk-position-margin-offset:15px}.uk-scope .uk-position-medium{margin:30px;--uk-position-margin-offset:30px}.uk-scope .uk-position-large{margin:30px;--uk-position-margin-offset:30px}@media (min-width:1200px){.uk-scope .uk-position-large{margin:50px;--uk-position-margin-offset:50px}}.uk-scope .uk-position-relative{position:relative!important}.uk-scope .uk-position-absolute{position:absolute!important}.uk-scope .uk-position-fixed{position:fixed!important}.uk-scope .uk-position-sticky{position:sticky!important}.uk-scope .uk-position-z-index{z-index:1}.uk-scope .uk-position-z-index-zero{z-index:0}.uk-scope .uk-position-z-index-negative{z-index:-1}.uk-scope .uk-position-z-index-high{z-index:990}.uk-scope :where(.uk-transition-fade),.uk-scope :where([class*=uk-transition-scale]),.uk-scope :where([class*=uk-transition-slide]){--uk-position-translate-x:0;--uk-position-translate-y:0}.uk-scope .uk-transition-fade,.uk-scope [class*=uk-transition-scale],.uk-scope [class*=uk-transition-slide]{--uk-translate-x:0;--uk-translate-y:0;--uk-scale-x:1;--uk-scale-y:1;transform:translate(var(--uk-position-translate-x),var(--uk-position-translate-y)) translate(var(--uk-translate-x),var(--uk-translate-y)) scale(var(--uk-scale-x),var(--uk-scale-y));transition:.3s ease-out;transition-property:opacity,transform,filter;opacity:0}.uk-scope .uk-transition-active.uk-active .uk-transition-fade,.uk-scope .uk-transition-toggle:focus .uk-transition-fade,.uk-scope .uk-transition-toggle:focus-within .uk-transition-fade,.uk-scope .uk-transition-toggle:hover .uk-transition-fade{opacity:1}.uk-scope [class*=uk-transition-scale]{-webkit-backface-visibility:hidden}.uk-scope .uk-transition-scale-up{--uk-scale-x:1;--uk-scale-y:1}.uk-scope .uk-transition-scale-down{--uk-scale-x:1.03;--uk-scale-y:1.03}.uk-scope .uk-transition-active.uk-active .uk-transition-scale-up,.uk-scope .uk-transition-toggle:focus .uk-transition-scale-up,.uk-scope .uk-transition-toggle:focus-within .uk-transition-scale-up,.uk-scope .uk-transition-toggle:hover .uk-transition-scale-up{--uk-scale-x:1.03;--uk-scale-y:1.03;opacity:1}.uk-scope .uk-transition-active.uk-active .uk-transition-scale-down,.uk-scope .uk-transition-toggle:focus .uk-transition-scale-down,.uk-scope .uk-transition-toggle:focus-within .uk-transition-scale-down,.uk-scope .uk-transition-toggle:hover .uk-transition-scale-down{--uk-scale-x:1;--uk-scale-y:1;opacity:1}.uk-scope .uk-transition-slide-top{--uk-translate-y:-100%}.uk-scope .uk-transition-slide-bottom{--uk-translate-y:100%}.uk-scope .uk-transition-slide-left{--uk-translate-x:-100%}.uk-scope .uk-transition-slide-right{--uk-translate-x:100%}.uk-scope .uk-transition-slide-top-small{--uk-translate-y:calc(-1 * 10px)}.uk-scope .uk-transition-slide-bottom-small{--uk-translate-y:10px}.uk-scope .uk-transition-slide-left-small{--uk-translate-x:calc(-1 * 10px)}.uk-scope .uk-transition-slide-right-small{--uk-translate-x:10px}.uk-scope .uk-transition-slide-top-medium{--uk-translate-y:calc(-1 * 50px)}.uk-scope .uk-transition-slide-bottom-medium{--uk-translate-y:50px}.uk-scope .uk-transition-slide-left-medium{--uk-translate-x:calc(-1 * 50px)}.uk-scope .uk-transition-slide-right-medium{--uk-translate-x:50px}.uk-scope .uk-transition-active.uk-active [class*=uk-transition-slide],.uk-scope .uk-transition-toggle:focus [class*=uk-transition-slide],.uk-scope .uk-transition-toggle:focus-within [class*=uk-transition-slide],.uk-scope .uk-transition-toggle:hover [class*=uk-transition-slide]{--uk-translate-x:0;--uk-translate-y:0;opacity:1}.uk-scope .uk-transition-opaque{opacity:1}.uk-scope .uk-transition-slow{transition-duration:.7s}.uk-scope .uk-transition-disable,.uk-scope .uk-transition-disable *{transition:none!important}.uk-scope .uk-hidden,.uk-scope .uk-hidden-empty:empty,.uk-scope [hidden]{display:none!important}@media (min-width:640px){.uk-scope .uk-hidden\@s{display:none!important}}@media (min-width:960px){.uk-scope .uk-hidden\@m{display:none!important}}@media (min-width:1200px){.uk-scope .uk-hidden\@l{display:none!important}}@media (min-width:1600px){.uk-scope .uk-hidden\@xl{display:none!important}}@media (max-width:639px){.uk-scope .uk-visible\@s{display:none!important}}@media (max-width:959px){.uk-scope .uk-visible\@m{display:none!important}}@media (max-width:1199px){.uk-scope .uk-visible\@l{display:none!important}}@media (max-width:1599px){.uk-scope .uk-visible\@xl{display:none!important}}.uk-scope .uk-invisible{visibility:hidden!important}.uk-scope .uk-hidden-visually:not(:focus):not(:active):not(:focus-within),.uk-scope .uk-visible-toggle:not(:hover):not(:focus) .uk-hidden-hover:not(:focus-visible):not(:has(:focus-visible)),.uk-scope .uk-visible-toggle:not(:hover):not(:focus) .uk-hidden-hover:not(:focus-within){position:absolute!important;width:0!important;height:0!important;padding:0!important;border:0!important;margin:0!important;overflow:hidden!important}.uk-scope .uk-visible-toggle:not(:hover):not(:focus) .uk-invisible-hover:not(:focus-within){opacity:0!important}@media (hover:none){.uk-scope .uk-hidden-touch{display:none!important}}@media (hover){.uk-scope .uk-hidden-notouch{display:none!important}}.uk-scope .uk-card-primary.uk-card-body,.uk-scope .uk-card-primary>:not([class*=uk-card-media]),.uk-scope .uk-card-secondary.uk-card-body,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]),.uk-scope .uk-light,.uk-scope .uk-overlay-primary{color:rgba(255,255,255,.7)}.uk-scope .uk-card-primary.uk-card-body .uk-link,.uk-scope .uk-card-primary.uk-card-body a,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-link,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) a,.uk-scope .uk-card-secondary.uk-card-body .uk-link,.uk-scope .uk-card-secondary.uk-card-body a,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-link,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) a,.uk-scope .uk-light .uk-link,.uk-scope .uk-light a,.uk-scope .uk-overlay-primary .uk-link,.uk-scope .uk-overlay-primary a{color:#fff}.uk-scope .uk-card-primary.uk-card-body .uk-link-toggle:hover .uk-link,.uk-scope .uk-card-primary.uk-card-body .uk-link:hover,.uk-scope .uk-card-primary.uk-card-body a:hover,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-link:hover,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) a:hover,.uk-scope .uk-card-secondary.uk-card-body .uk-link-toggle:hover .uk-link,.uk-scope .uk-card-secondary.uk-card-body .uk-link:hover,.uk-scope .uk-card-secondary.uk-card-body a:hover,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-link:hover,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) a:hover,.uk-scope .uk-light .uk-link-toggle:hover .uk-link,.uk-scope .uk-light .uk-link:hover,.uk-scope .uk-light a:hover,.uk-scope .uk-overlay-primary .uk-link-toggle:hover .uk-link,.uk-scope .uk-overlay-primary .uk-link:hover,.uk-scope .uk-overlay-primary a:hover{color:#fff}.uk-scope .uk-card-primary.uk-card-body :not(pre)>code,.uk-scope .uk-card-primary.uk-card-body :not(pre)>kbd,.uk-scope .uk-card-primary.uk-card-body :not(pre)>samp,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) :not(pre)>code,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) :not(pre)>kbd,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) :not(pre)>samp,.uk-scope .uk-card-secondary.uk-card-body :not(pre)>code,.uk-scope .uk-card-secondary.uk-card-body :not(pre)>kbd,.uk-scope .uk-card-secondary.uk-card-body :not(pre)>samp,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) :not(pre)>code,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) :not(pre)>kbd,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) :not(pre)>samp,.uk-scope .uk-light :not(pre)>code,.uk-scope .uk-light :not(pre)>kbd,.uk-scope .uk-light :not(pre)>samp,.uk-scope .uk-overlay-primary :not(pre)>code,.uk-scope .uk-overlay-primary :not(pre)>kbd,.uk-scope .uk-overlay-primary :not(pre)>samp{color:rgba(255,255,255,.7);background-color:rgba(255,255,255,.1)}.uk-scope .uk-card-primary.uk-card-body em,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) em,.uk-scope .uk-card-secondary.uk-card-body em,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) em,.uk-scope .uk-light em,.uk-scope .uk-overlay-primary em{color:#fff}.uk-scope .uk-card-primary.uk-card-body .uk-h1,.uk-scope .uk-card-primary.uk-card-body .uk-h2,.uk-scope .uk-card-primary.uk-card-body .uk-h3,.uk-scope .uk-card-primary.uk-card-body .uk-h4,.uk-scope .uk-card-primary.uk-card-body .uk-h5,.uk-scope .uk-card-primary.uk-card-body .uk-h6,.uk-scope .uk-card-primary.uk-card-body .uk-heading-2xlarge,.uk-scope .uk-card-primary.uk-card-body .uk-heading-3xlarge,.uk-scope .uk-card-primary.uk-card-body .uk-heading-large,.uk-scope .uk-card-primary.uk-card-body .uk-heading-medium,.uk-scope .uk-card-primary.uk-card-body .uk-heading-small,.uk-scope .uk-card-primary.uk-card-body .uk-heading-xlarge,.uk-scope .uk-card-primary.uk-card-body h1,.uk-scope .uk-card-primary.uk-card-body h2,.uk-scope .uk-card-primary.uk-card-body h3,.uk-scope .uk-card-primary.uk-card-body h4,.uk-scope .uk-card-primary.uk-card-body h5,.uk-scope .uk-card-primary.uk-card-body h6,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-h1,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-h2,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-h3,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-h4,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-h5,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-h6,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-heading-2xlarge,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-heading-3xlarge,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-heading-large,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-heading-medium,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-heading-small,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-heading-xlarge,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) h1,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) h2,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) h3,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) h4,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) h5,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) h6,.uk-scope .uk-card-secondary.uk-card-body .uk-h1,.uk-scope .uk-card-secondary.uk-card-body .uk-h2,.uk-scope .uk-card-secondary.uk-card-body .uk-h3,.uk-scope .uk-card-secondary.uk-card-body .uk-h4,.uk-scope .uk-card-secondary.uk-card-body .uk-h5,.uk-scope .uk-card-secondary.uk-card-body .uk-h6,.uk-scope .uk-card-secondary.uk-card-body .uk-heading-2xlarge,.uk-scope .uk-card-secondary.uk-card-body .uk-heading-3xlarge,.uk-scope .uk-card-secondary.uk-card-body .uk-heading-large,.uk-scope .uk-card-secondary.uk-card-body .uk-heading-medium,.uk-scope .uk-card-secondary.uk-card-body .uk-heading-small,.uk-scope .uk-card-secondary.uk-card-body .uk-heading-xlarge,.uk-scope .uk-card-secondary.uk-card-body h1,.uk-scope .uk-card-secondary.uk-card-body h2,.uk-scope .uk-card-secondary.uk-card-body h3,.uk-scope .uk-card-secondary.uk-card-body h4,.uk-scope .uk-card-secondary.uk-card-body h5,.uk-scope .uk-card-secondary.uk-card-body h6,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-h1,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-h2,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-h3,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-h4,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-h5,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-h6,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-heading-2xlarge,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-heading-3xlarge,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-heading-large,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-heading-medium,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-heading-small,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-heading-xlarge,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) h1,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) h2,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) h3,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) h4,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) h5,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) h6,.uk-scope .uk-light .uk-h1,.uk-scope .uk-light .uk-h2,.uk-scope .uk-light .uk-h3,.uk-scope .uk-light .uk-h4,.uk-scope .uk-light .uk-h5,.uk-scope .uk-light .uk-h6,.uk-scope .uk-light .uk-heading-2xlarge,.uk-scope .uk-light .uk-heading-3xlarge,.uk-scope .uk-light .uk-heading-large,.uk-scope .uk-light .uk-heading-medium,.uk-scope .uk-light .uk-heading-small,.uk-scope .uk-light .uk-heading-xlarge,.uk-scope .uk-light h1,.uk-scope .uk-light h2,.uk-scope .uk-light h3,.uk-scope .uk-light h4,.uk-scope .uk-light h5,.uk-scope .uk-light h6,.uk-scope .uk-overlay-primary .uk-h1,.uk-scope .uk-overlay-primary .uk-h2,.uk-scope .uk-overlay-primary .uk-h3,.uk-scope .uk-overlay-primary .uk-h4,.uk-scope .uk-overlay-primary .uk-h5,.uk-scope .uk-overlay-primary .uk-h6,.uk-scope .uk-overlay-primary .uk-heading-2xlarge,.uk-scope .uk-overlay-primary .uk-heading-3xlarge,.uk-scope .uk-overlay-primary .uk-heading-large,.uk-scope .uk-overlay-primary .uk-heading-medium,.uk-scope .uk-overlay-primary .uk-heading-small,.uk-scope .uk-overlay-primary .uk-heading-xlarge,.uk-scope .uk-overlay-primary h1,.uk-scope .uk-overlay-primary h2,.uk-scope .uk-overlay-primary h3,.uk-scope .uk-overlay-primary h4,.uk-scope .uk-overlay-primary h5,.uk-scope .uk-overlay-primary h6{color:#fff}.uk-scope .uk-card-primary.uk-card-body blockquote,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) blockquote,.uk-scope .uk-card-secondary.uk-card-body blockquote,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) blockquote,.uk-scope .uk-light blockquote,.uk-scope .uk-overlay-primary blockquote{color:#fff}.uk-scope .uk-card-primary.uk-card-body blockquote footer,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) blockquote footer,.uk-scope .uk-card-secondary.uk-card-body blockquote footer,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) blockquote footer,.uk-scope .uk-light blockquote footer,.uk-scope .uk-overlay-primary blockquote footer{color:rgba(255,255,255,.7)}.uk-scope .uk-card-primary.uk-card-body .uk-hr,.uk-scope .uk-card-primary.uk-card-body hr,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-hr,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) hr,.uk-scope .uk-card-secondary.uk-card-body .uk-hr,.uk-scope .uk-card-secondary.uk-card-body hr,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-hr,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) hr,.uk-scope .uk-light .uk-hr,.uk-scope .uk-light hr,.uk-scope .uk-overlay-primary .uk-hr,.uk-scope .uk-overlay-primary hr{border-top-color:rgba(255,255,255,.2)}.uk-scope .uk-card-primary.uk-card-body :focus-visible,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) :focus-visible,.uk-scope .uk-card-secondary.uk-card-body :focus-visible,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) :focus-visible,.uk-scope .uk-light :focus-visible,.uk-scope .uk-overlay-primary :focus-visible{outline-color:#fff}.uk-scope .uk-card-primary.uk-card-body .uk-link-muted a,.uk-scope .uk-card-primary.uk-card-body a.uk-link-muted,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-link-muted a,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) a.uk-link-muted,.uk-scope .uk-card-secondary.uk-card-body .uk-link-muted a,.uk-scope .uk-card-secondary.uk-card-body a.uk-link-muted,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-link-muted a,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) a.uk-link-muted,.uk-scope .uk-light .uk-link-muted a,.uk-scope .uk-light a.uk-link-muted,.uk-scope .uk-overlay-primary .uk-link-muted a,.uk-scope .uk-overlay-primary a.uk-link-muted{color:rgba(255,255,255,.5)}.uk-scope .uk-card-primary.uk-card-body .uk-link-muted a:hover,.uk-scope .uk-card-primary.uk-card-body .uk-link-toggle:hover .uk-link-muted,.uk-scope .uk-card-primary.uk-card-body a.uk-link-muted:hover,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-link-muted a:hover,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link-muted,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) a.uk-link-muted:hover,.uk-scope .uk-card-secondary.uk-card-body .uk-link-muted a:hover,.uk-scope .uk-card-secondary.uk-card-body .uk-link-toggle:hover .uk-link-muted,.uk-scope .uk-card-secondary.uk-card-body a.uk-link-muted:hover,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-link-muted a:hover,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link-muted,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) a.uk-link-muted:hover,.uk-scope .uk-light .uk-link-muted a:hover,.uk-scope .uk-light .uk-link-toggle:hover .uk-link-muted,.uk-scope .uk-light a.uk-link-muted:hover,.uk-scope .uk-overlay-primary .uk-link-muted a:hover,.uk-scope .uk-overlay-primary .uk-link-toggle:hover .uk-link-muted,.uk-scope .uk-overlay-primary a.uk-link-muted:hover{color:rgba(255,255,255,.7)}.uk-scope .uk-card-primary.uk-card-body .uk-link-text a:hover,.uk-scope .uk-card-primary.uk-card-body .uk-link-toggle:hover .uk-link-text,.uk-scope .uk-card-primary.uk-card-body a.uk-link-text:hover,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-link-text a:hover,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link-text,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) a.uk-link-text:hover,.uk-scope .uk-card-secondary.uk-card-body .uk-link-text a:hover,.uk-scope .uk-card-secondary.uk-card-body .uk-link-toggle:hover .uk-link-text,.uk-scope .uk-card-secondary.uk-card-body a.uk-link-text:hover,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-link-text a:hover,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link-text,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) a.uk-link-text:hover,.uk-scope .uk-light .uk-link-text a:hover,.uk-scope .uk-light .uk-link-toggle:hover .uk-link-text,.uk-scope .uk-light a.uk-link-text:hover,.uk-scope .uk-overlay-primary .uk-link-text a:hover,.uk-scope .uk-overlay-primary .uk-link-toggle:hover .uk-link-text,.uk-scope .uk-overlay-primary a.uk-link-text:hover{color:rgba(255,255,255,.5)}.uk-scope .uk-card-primary.uk-card-body .uk-link-heading a:hover,.uk-scope .uk-card-primary.uk-card-body .uk-link-toggle:hover .uk-link-heading,.uk-scope .uk-card-primary.uk-card-body a.uk-link-heading:hover,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-link-heading a:hover,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link-heading,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) a.uk-link-heading:hover,.uk-scope .uk-card-secondary.uk-card-body .uk-link-heading a:hover,.uk-scope .uk-card-secondary.uk-card-body .uk-link-toggle:hover .uk-link-heading,.uk-scope .uk-card-secondary.uk-card-body a.uk-link-heading:hover,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-link-heading a:hover,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link-heading,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) a.uk-link-heading:hover,.uk-scope .uk-light .uk-link-heading a:hover,.uk-scope .uk-light .uk-link-toggle:hover .uk-link-heading,.uk-scope .uk-light a.uk-link-heading:hover,.uk-scope .uk-overlay-primary .uk-link-heading a:hover,.uk-scope .uk-overlay-primary .uk-link-toggle:hover .uk-link-heading,.uk-scope .uk-overlay-primary a.uk-link-heading:hover{color:#fff}.uk-scope .uk-card-primary.uk-card-body .uk-heading-divider,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-heading-divider,.uk-scope .uk-card-secondary.uk-card-body .uk-heading-divider,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-heading-divider,.uk-scope .uk-light .uk-heading-divider,.uk-scope .uk-overlay-primary .uk-heading-divider{border-bottom-color:rgba(255,255,255,.2)}.uk-scope .uk-card-primary.uk-card-body .uk-heading-bullet::before,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-heading-bullet::before,.uk-scope .uk-card-secondary.uk-card-body .uk-heading-bullet::before,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-heading-bullet::before,.uk-scope .uk-light .uk-heading-bullet::before,.uk-scope .uk-overlay-primary .uk-heading-bullet::before{border-left-color:rgba(255,255,255,.2)}.uk-scope .uk-card-primary.uk-card-body .uk-heading-line>::after,.uk-scope .uk-card-primary.uk-card-body .uk-heading-line>::before,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-heading-line>::after,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-heading-line>::before,.uk-scope .uk-card-secondary.uk-card-body .uk-heading-line>::after,.uk-scope .uk-card-secondary.uk-card-body .uk-heading-line>::before,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-heading-line>::after,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-heading-line>::before,.uk-scope .uk-light .uk-heading-line>::after,.uk-scope .uk-light .uk-heading-line>::before,.uk-scope .uk-overlay-primary .uk-heading-line>::after,.uk-scope .uk-overlay-primary .uk-heading-line>::before{border-bottom-color:rgba(255,255,255,.2)}.uk-scope .uk-card-primary.uk-card-body .uk-divider-icon,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-divider-icon,.uk-scope .uk-card-secondary.uk-card-body .uk-divider-icon,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-divider-icon,.uk-scope .uk-light .uk-divider-icon,.uk-scope .uk-overlay-primary .uk-divider-icon{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22rgba%28255,%20255,%20255,%200.2%29%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")}.uk-scope .uk-card-primary.uk-card-body .uk-divider-icon::after,.uk-scope .uk-card-primary.uk-card-body .uk-divider-icon::before,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-divider-icon::after,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-divider-icon::before,.uk-scope .uk-card-secondary.uk-card-body .uk-divider-icon::after,.uk-scope .uk-card-secondary.uk-card-body .uk-divider-icon::before,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-divider-icon::after,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-divider-icon::before,.uk-scope .uk-light .uk-divider-icon::after,.uk-scope .uk-light .uk-divider-icon::before,.uk-scope .uk-overlay-primary .uk-divider-icon::after,.uk-scope .uk-overlay-primary .uk-divider-icon::before{border-bottom-color:rgba(255,255,255,.2)}.uk-scope .uk-card-primary.uk-card-body .uk-divider-small::after,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-divider-small::after,.uk-scope .uk-card-secondary.uk-card-body .uk-divider-small::after,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-divider-small::after,.uk-scope .uk-light .uk-divider-small::after,.uk-scope .uk-overlay-primary .uk-divider-small::after{border-top-color:rgba(255,255,255,.2)}.uk-scope .uk-card-primary.uk-card-body .uk-divider-vertical,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-divider-vertical,.uk-scope .uk-card-secondary.uk-card-body .uk-divider-vertical,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-divider-vertical,.uk-scope .uk-light .uk-divider-vertical,.uk-scope .uk-overlay-primary .uk-divider-vertical{border-left-color:rgba(255,255,255,.2)}.uk-scope .uk-card-primary.uk-card-body .uk-list-muted>::marker,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-list-muted>::marker,.uk-scope .uk-card-secondary.uk-card-body .uk-list-muted>::marker,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-list-muted>::marker,.uk-scope .uk-light .uk-list-muted>::marker,.uk-scope .uk-overlay-primary .uk-list-muted>::marker{color:rgba(255,255,255,.5)!important}.uk-scope .uk-card-primary.uk-card-body .uk-list-emphasis>::marker,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-list-emphasis>::marker,.uk-scope .uk-card-secondary.uk-card-body .uk-list-emphasis>::marker,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-list-emphasis>::marker,.uk-scope .uk-light .uk-list-emphasis>::marker,.uk-scope .uk-overlay-primary .uk-list-emphasis>::marker{color:#fff!important}.uk-scope .uk-card-primary.uk-card-body .uk-list-primary>::marker,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-list-primary>::marker,.uk-scope .uk-card-secondary.uk-card-body .uk-list-primary>::marker,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-list-primary>::marker,.uk-scope .uk-light .uk-list-primary>::marker,.uk-scope .uk-overlay-primary .uk-list-primary>::marker{color:#fff!important}.uk-scope .uk-card-primary.uk-card-body .uk-list-secondary>::marker,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-list-secondary>::marker,.uk-scope .uk-card-secondary.uk-card-body .uk-list-secondary>::marker,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-list-secondary>::marker,.uk-scope .uk-light .uk-list-secondary>::marker,.uk-scope .uk-overlay-primary .uk-list-secondary>::marker{color:#fff!important}.uk-scope .uk-card-primary.uk-card-body .uk-list-bullet>::before,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-list-bullet>::before,.uk-scope .uk-card-secondary.uk-card-body .uk-list-bullet>::before,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-list-bullet>::before,.uk-scope .uk-light .uk-list-bullet>::before,.uk-scope .uk-overlay-primary .uk-list-bullet>::before{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E")}.uk-scope .uk-card-primary.uk-card-body .uk-list-divider>:nth-child(n+2),.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-list-divider>:nth-child(n+2),.uk-scope .uk-card-secondary.uk-card-body .uk-list-divider>:nth-child(n+2),.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-list-divider>:nth-child(n+2),.uk-scope .uk-light .uk-list-divider>:nth-child(n+2),.uk-scope .uk-overlay-primary .uk-list-divider>:nth-child(n+2){border-top-color:rgba(255,255,255,.2)}.uk-scope .uk-card-primary.uk-card-body .uk-list-striped>:nth-of-type(odd),.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-list-striped>:nth-of-type(odd),.uk-scope .uk-card-secondary.uk-card-body .uk-list-striped>:nth-of-type(odd),.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-list-striped>:nth-of-type(odd),.uk-scope .uk-light .uk-list-striped>:nth-of-type(odd),.uk-scope .uk-overlay-primary .uk-list-striped>:nth-of-type(odd){border-top-color:rgba(255,255,255,.2);border-bottom-color:rgba(255,255,255,.2)}.uk-scope .uk-card-primary.uk-card-body .uk-list-striped>:nth-of-type(odd),.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-list-striped>:nth-of-type(odd),.uk-scope .uk-card-secondary.uk-card-body .uk-list-striped>:nth-of-type(odd),.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-list-striped>:nth-of-type(odd),.uk-scope .uk-light .uk-list-striped>:nth-of-type(odd),.uk-scope .uk-overlay-primary .uk-list-striped>:nth-of-type(odd){background-color:rgba(255,255,255,.1)}.uk-scope .uk-card-primary.uk-card-body .uk-table th,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-table th,.uk-scope .uk-card-secondary.uk-card-body .uk-table th,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-table th,.uk-scope .uk-light .uk-table th,.uk-scope .uk-overlay-primary .uk-table th{color:rgba(255,255,255,.7)}.uk-scope .uk-card-primary.uk-card-body .uk-table caption,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-table caption,.uk-scope .uk-card-secondary.uk-card-body .uk-table caption,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-table caption,.uk-scope .uk-light .uk-table caption,.uk-scope .uk-overlay-primary .uk-table caption{color:rgba(255,255,255,.5)}.uk-scope .uk-card-primary.uk-card-body .uk-table tbody tr.uk-active,.uk-scope .uk-card-primary.uk-card-body .uk-table>tr.uk-active,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-table tbody tr.uk-active,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-table>tr.uk-active,.uk-scope .uk-card-secondary.uk-card-body .uk-table tbody tr.uk-active,.uk-scope .uk-card-secondary.uk-card-body .uk-table>tr.uk-active,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-table tbody tr.uk-active,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-table>tr.uk-active,.uk-scope .uk-light .uk-table tbody tr.uk-active,.uk-scope .uk-light .uk-table>tr.uk-active,.uk-scope .uk-overlay-primary .uk-table tbody tr.uk-active,.uk-scope .uk-overlay-primary .uk-table>tr.uk-active{background:rgba(255,255,255,.08)}.uk-scope .uk-card-primary.uk-card-body .uk-table-divider>:first-child>tr:not(:first-child),.uk-scope .uk-card-primary.uk-card-body .uk-table-divider>:not(:first-child)>tr,.uk-scope .uk-card-primary.uk-card-body .uk-table-divider>tr:not(:first-child),.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-table-divider>:first-child>tr:not(:first-child),.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-table-divider>:not(:first-child)>tr,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-table-divider>tr:not(:first-child),.uk-scope .uk-card-secondary.uk-card-body .uk-table-divider>:first-child>tr:not(:first-child),.uk-scope .uk-card-secondary.uk-card-body .uk-table-divider>:not(:first-child)>tr,.uk-scope .uk-card-secondary.uk-card-body .uk-table-divider>tr:not(:first-child),.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-table-divider>:first-child>tr:not(:first-child),.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-table-divider>:not(:first-child)>tr,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-table-divider>tr:not(:first-child),.uk-scope .uk-light .uk-table-divider>:first-child>tr:not(:first-child),.uk-scope .uk-light .uk-table-divider>:not(:first-child)>tr,.uk-scope .uk-light .uk-table-divider>tr:not(:first-child),.uk-scope .uk-overlay-primary .uk-table-divider>:first-child>tr:not(:first-child),.uk-scope .uk-overlay-primary .uk-table-divider>:not(:first-child)>tr,.uk-scope .uk-overlay-primary .uk-table-divider>tr:not(:first-child){border-top-color:rgba(255,255,255,.2)}.uk-scope .uk-card-primary.uk-card-body .uk-table-striped tbody tr:nth-of-type(odd),.uk-scope .uk-card-primary.uk-card-body .uk-table-striped>tr:nth-of-type(odd),.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-table-striped tbody tr:nth-of-type(odd),.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-table-striped>tr:nth-of-type(odd),.uk-scope .uk-card-secondary.uk-card-body .uk-table-striped tbody tr:nth-of-type(odd),.uk-scope .uk-card-secondary.uk-card-body .uk-table-striped>tr:nth-of-type(odd),.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-table-striped tbody tr:nth-of-type(odd),.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-table-striped>tr:nth-of-type(odd),.uk-scope .uk-light .uk-table-striped tbody tr:nth-of-type(odd),.uk-scope .uk-light .uk-table-striped>tr:nth-of-type(odd),.uk-scope .uk-overlay-primary .uk-table-striped tbody tr:nth-of-type(odd),.uk-scope .uk-overlay-primary .uk-table-striped>tr:nth-of-type(odd){background:rgba(255,255,255,.1);border-top-color:rgba(255,255,255,.2);border-bottom-color:rgba(255,255,255,.2)}.uk-scope .uk-card-primary.uk-card-body .uk-table-hover tbody tr:hover,.uk-scope .uk-card-primary.uk-card-body .uk-table-hover>tr:hover,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-table-hover tbody tr:hover,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-table-hover>tr:hover,.uk-scope .uk-card-secondary.uk-card-body .uk-table-hover tbody tr:hover,.uk-scope .uk-card-secondary.uk-card-body .uk-table-hover>tr:hover,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-table-hover tbody tr:hover,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-table-hover>tr:hover,.uk-scope .uk-light .uk-table-hover tbody tr:hover,.uk-scope .uk-light .uk-table-hover>tr:hover,.uk-scope .uk-overlay-primary .uk-table-hover tbody tr:hover,.uk-scope .uk-overlay-primary .uk-table-hover>tr:hover{background:rgba(255,255,255,.08)}.uk-scope .uk-card-primary.uk-card-body .uk-icon-link,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-icon-link,.uk-scope .uk-card-secondary.uk-card-body .uk-icon-link,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-icon-link,.uk-scope .uk-light .uk-icon-link,.uk-scope .uk-overlay-primary .uk-icon-link{color:rgba(255,255,255,.5)}.uk-scope .uk-card-primary.uk-card-body .uk-icon-link:hover,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-icon-link:hover,.uk-scope .uk-card-secondary.uk-card-body .uk-icon-link:hover,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-icon-link:hover,.uk-scope .uk-light .uk-icon-link:hover,.uk-scope .uk-overlay-primary .uk-icon-link:hover{color:rgba(255,255,255,.7)}.uk-scope .uk-card-primary.uk-card-body .uk-active>.uk-icon-link,.uk-scope .uk-card-primary.uk-card-body .uk-icon-link:active,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-active>.uk-icon-link,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-icon-link:active,.uk-scope .uk-card-secondary.uk-card-body .uk-active>.uk-icon-link,.uk-scope .uk-card-secondary.uk-card-body .uk-icon-link:active,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-active>.uk-icon-link,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-icon-link:active,.uk-scope .uk-light .uk-active>.uk-icon-link,.uk-scope .uk-light .uk-icon-link:active,.uk-scope .uk-overlay-primary .uk-active>.uk-icon-link,.uk-scope .uk-overlay-primary .uk-icon-link:active{color:rgba(255,255,255,.7)}.uk-scope .uk-card-primary.uk-card-body .uk-icon-button,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-icon-button,.uk-scope .uk-card-secondary.uk-card-body .uk-icon-button,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-icon-button,.uk-scope .uk-light .uk-icon-button,.uk-scope .uk-overlay-primary .uk-icon-button{background-color:rgba(255,255,255,.1);color:rgba(255,255,255,.5)}.uk-scope .uk-card-primary.uk-card-body .uk-icon-button:hover,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-icon-button:hover,.uk-scope .uk-card-secondary.uk-card-body .uk-icon-button:hover,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-icon-button:hover,.uk-scope .uk-light .uk-icon-button:hover,.uk-scope .uk-overlay-primary .uk-icon-button:hover{background-color:rgba(255,255,255,.15);color:rgba(255,255,255,.7)}.uk-scope .uk-card-primary.uk-card-body .uk-icon-button:active,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-icon-button:active,.uk-scope .uk-card-secondary.uk-card-body .uk-icon-button:active,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-icon-button:active,.uk-scope .uk-light .uk-icon-button:active,.uk-scope .uk-overlay-primary .uk-icon-button:active{background-color:rgba(255,255,255,.2);color:rgba(255,255,255,.7)}.uk-scope .uk-card-primary.uk-card-body .uk-button-default,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-button-default,.uk-scope .uk-card-secondary.uk-card-body .uk-button-default,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-button-default,.uk-scope .uk-light .uk-button-default,.uk-scope .uk-overlay-primary .uk-button-default{background-color:transparent;color:#fff;border-color:rgba(255,255,255,.7)}.uk-scope .uk-card-primary.uk-card-body .uk-button-default:hover,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-button-default:hover,.uk-scope .uk-card-secondary.uk-card-body .uk-button-default:hover,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-button-default:hover,.uk-scope .uk-light .uk-button-default:hover,.uk-scope .uk-overlay-primary .uk-button-default:hover{background-color:transparent;color:#fff;border-color:#fff}.uk-scope .uk-card-primary.uk-card-body .uk-button-default.uk-active,.uk-scope .uk-card-primary.uk-card-body .uk-button-default:active,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-button-default.uk-active,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-button-default:active,.uk-scope .uk-card-secondary.uk-card-body .uk-button-default.uk-active,.uk-scope .uk-card-secondary.uk-card-body .uk-button-default:active,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-button-default.uk-active,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-button-default:active,.uk-scope .uk-light .uk-button-default.uk-active,.uk-scope .uk-light .uk-button-default:active,.uk-scope .uk-overlay-primary .uk-button-default.uk-active,.uk-scope .uk-overlay-primary .uk-button-default:active{background-color:transparent;color:#fff;border-color:#fff}.uk-scope .uk-card-primary.uk-card-body .uk-button-primary,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-button-primary,.uk-scope .uk-card-secondary.uk-card-body .uk-button-primary,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-button-primary,.uk-scope .uk-light .uk-button-primary,.uk-scope .uk-overlay-primary .uk-button-primary{background-color:#fff;color:#666}.uk-scope .uk-card-primary.uk-card-body .uk-button-primary:hover,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-button-primary:hover,.uk-scope .uk-card-secondary.uk-card-body .uk-button-primary:hover,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-button-primary:hover,.uk-scope .uk-light .uk-button-primary:hover,.uk-scope .uk-overlay-primary .uk-button-primary:hover{background-color:#f2f2f2;color:#666}.uk-scope .uk-card-primary.uk-card-body .uk-button-primary.uk-active,.uk-scope .uk-card-primary.uk-card-body .uk-button-primary:active,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-button-primary.uk-active,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-button-primary:active,.uk-scope .uk-card-secondary.uk-card-body .uk-button-primary.uk-active,.uk-scope .uk-card-secondary.uk-card-body .uk-button-primary:active,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-button-primary.uk-active,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-button-primary:active,.uk-scope .uk-light .uk-button-primary.uk-active,.uk-scope .uk-light .uk-button-primary:active,.uk-scope .uk-overlay-primary .uk-button-primary.uk-active,.uk-scope .uk-overlay-primary .uk-button-primary:active{background-color:#e6e6e6;color:#666}.uk-scope .uk-card-primary.uk-card-body .uk-button-secondary,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-button-secondary,.uk-scope .uk-card-secondary.uk-card-body .uk-button-secondary,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-button-secondary,.uk-scope .uk-light .uk-button-secondary,.uk-scope .uk-overlay-primary .uk-button-secondary{background-color:#fff;color:#666}.uk-scope .uk-card-primary.uk-card-body .uk-button-secondary:hover,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-button-secondary:hover,.uk-scope .uk-card-secondary.uk-card-body .uk-button-secondary:hover,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-button-secondary:hover,.uk-scope .uk-light .uk-button-secondary:hover,.uk-scope .uk-overlay-primary .uk-button-secondary:hover{background-color:#f2f2f2;color:#666}.uk-scope .uk-card-primary.uk-card-body .uk-button-secondary.uk-active,.uk-scope .uk-card-primary.uk-card-body .uk-button-secondary:active,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-button-secondary.uk-active,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-button-secondary:active,.uk-scope .uk-card-secondary.uk-card-body .uk-button-secondary.uk-active,.uk-scope .uk-card-secondary.uk-card-body .uk-button-secondary:active,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-button-secondary.uk-active,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-button-secondary:active,.uk-scope .uk-light .uk-button-secondary.uk-active,.uk-scope .uk-light .uk-button-secondary:active,.uk-scope .uk-overlay-primary .uk-button-secondary.uk-active,.uk-scope .uk-overlay-primary .uk-button-secondary:active{background-color:#e6e6e6;color:#666}.uk-scope .uk-card-primary.uk-card-body .uk-button-text,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-button-text,.uk-scope .uk-card-secondary.uk-card-body .uk-button-text,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-button-text,.uk-scope .uk-light .uk-button-text,.uk-scope .uk-overlay-primary .uk-button-text{color:#fff}.uk-scope .uk-card-primary.uk-card-body .uk-button-text::before,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-button-text::before,.uk-scope .uk-card-secondary.uk-card-body .uk-button-text::before,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-button-text::before,.uk-scope .uk-light .uk-button-text::before,.uk-scope .uk-overlay-primary .uk-button-text::before{border-bottom-color:#fff}.uk-scope .uk-card-primary.uk-card-body .uk-button-text:hover,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-button-text:hover,.uk-scope .uk-card-secondary.uk-card-body .uk-button-text:hover,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-button-text:hover,.uk-scope .uk-light .uk-button-text:hover,.uk-scope .uk-overlay-primary .uk-button-text:hover{color:#fff}.uk-scope .uk-card-primary.uk-card-body .uk-button-text:disabled,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-button-text:disabled,.uk-scope .uk-card-secondary.uk-card-body .uk-button-text:disabled,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-button-text:disabled,.uk-scope .uk-light .uk-button-text:disabled,.uk-scope .uk-overlay-primary .uk-button-text:disabled{color:rgba(255,255,255,.5)}.uk-scope .uk-card-primary.uk-card-body .uk-button-link,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-button-link,.uk-scope .uk-card-secondary.uk-card-body .uk-button-link,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-button-link,.uk-scope .uk-light .uk-button-link,.uk-scope .uk-overlay-primary .uk-button-link{color:#fff}.uk-scope .uk-card-primary.uk-card-body .uk-button-link:hover,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-button-link:hover,.uk-scope .uk-card-secondary.uk-card-body .uk-button-link:hover,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-button-link:hover,.uk-scope .uk-light .uk-button-link:hover,.uk-scope .uk-overlay-primary .uk-button-link:hover{color:rgba(255,255,255,.5)}.uk-scope .uk-card-primary.uk-card-body.uk-card-badge,.uk-scope .uk-card-primary>:not([class*=uk-card-media]).uk-card-badge,.uk-scope .uk-card-secondary.uk-card-body.uk-card-badge,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]).uk-card-badge,.uk-scope .uk-light.uk-card-badge,.uk-scope .uk-overlay-primary.uk-card-badge{background-color:#fff;color:#666}.uk-scope .uk-card-primary.uk-card-body .uk-close,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-close,.uk-scope .uk-card-secondary.uk-card-body .uk-close,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-close,.uk-scope .uk-light .uk-close,.uk-scope .uk-overlay-primary .uk-close{color:rgba(255,255,255,.5)}.uk-scope .uk-card-primary.uk-card-body .uk-close:hover,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-close:hover,.uk-scope .uk-card-secondary.uk-card-body .uk-close:hover,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-close:hover,.uk-scope .uk-light .uk-close:hover,.uk-scope .uk-overlay-primary .uk-close:hover{color:rgba(255,255,255,.7)}.uk-scope .uk-card-primary.uk-card-body .uk-marker,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-marker,.uk-scope .uk-card-secondary.uk-card-body .uk-marker,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-marker,.uk-scope .uk-light .uk-marker,.uk-scope .uk-overlay-primary .uk-marker{background:#f8f8f8;color:#666}.uk-scope .uk-card-primary.uk-card-body .uk-marker:hover,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-marker:hover,.uk-scope .uk-card-secondary.uk-card-body .uk-marker:hover,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-marker:hover,.uk-scope .uk-light .uk-marker:hover,.uk-scope .uk-overlay-primary .uk-marker:hover{color:#666}.uk-scope .uk-card-primary.uk-card-body .uk-badge,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-badge,.uk-scope .uk-card-secondary.uk-card-body .uk-badge,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-badge,.uk-scope .uk-light .uk-badge,.uk-scope .uk-overlay-primary .uk-badge{background-color:#fff;color:#666!important}.uk-scope .uk-card-primary.uk-card-body .uk-label,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-label,.uk-scope .uk-card-secondary.uk-card-body .uk-label,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-label,.uk-scope .uk-light .uk-label,.uk-scope .uk-overlay-primary .uk-label{background-color:#fff;color:#666}.uk-scope .uk-card-primary.uk-card-body .uk-accordion-title,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-accordion-title,.uk-scope .uk-card-secondary.uk-card-body .uk-accordion-title,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-accordion-title,.uk-scope .uk-light .uk-accordion-title,.uk-scope .uk-overlay-primary .uk-accordion-title{color:#fff}.uk-scope .uk-card-primary.uk-card-body .uk-accordion-title:hover,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-accordion-title:hover,.uk-scope .uk-card-secondary.uk-card-body .uk-accordion-title:hover,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-accordion-title:hover,.uk-scope .uk-light .uk-accordion-title:hover,.uk-scope .uk-overlay-primary .uk-accordion-title:hover{color:rgba(255,255,255,.7)}.uk-scope .uk-card-primary.uk-card-body .uk-grid-divider>:not(.uk-first-column)::before,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-grid-divider>:not(.uk-first-column)::before,.uk-scope .uk-card-secondary.uk-card-body .uk-grid-divider>:not(.uk-first-column)::before,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-grid-divider>:not(.uk-first-column)::before,.uk-scope .uk-light .uk-grid-divider>:not(.uk-first-column)::before,.uk-scope .uk-overlay-primary .uk-grid-divider>:not(.uk-first-column)::before{border-left-color:rgba(255,255,255,.2)}.uk-scope .uk-card-primary.uk-card-body .uk-grid-divider.uk-grid-stack>.uk-grid-margin::before,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-grid-divider.uk-grid-stack>.uk-grid-margin::before,.uk-scope .uk-card-secondary.uk-card-body .uk-grid-divider.uk-grid-stack>.uk-grid-margin::before,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-grid-divider.uk-grid-stack>.uk-grid-margin::before,.uk-scope .uk-light .uk-grid-divider.uk-grid-stack>.uk-grid-margin::before,.uk-scope .uk-overlay-primary .uk-grid-divider.uk-grid-stack>.uk-grid-margin::before{border-top-color:rgba(255,255,255,.2)}.uk-scope .uk-card-primary.uk-card-body .uk-nav-default>li>a,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-nav-default>li>a,.uk-scope .uk-card-secondary.uk-card-body .uk-nav-default>li>a,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-nav-default>li>a,.uk-scope .uk-light .uk-nav-default>li>a,.uk-scope .uk-overlay-primary .uk-nav-default>li>a{color:rgba(255,255,255,.5)}.uk-scope .uk-card-primary.uk-card-body .uk-nav-default>li>a:hover,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-nav-default>li>a:hover,.uk-scope .uk-card-secondary.uk-card-body .uk-nav-default>li>a:hover,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-nav-default>li>a:hover,.uk-scope .uk-light .uk-nav-default>li>a:hover,.uk-scope .uk-overlay-primary .uk-nav-default>li>a:hover{color:rgba(255,255,255,.7)}.uk-scope .uk-card-primary.uk-card-body .uk-nav-default>li.uk-active>a,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-nav-default>li.uk-active>a,.uk-scope .uk-card-secondary.uk-card-body .uk-nav-default>li.uk-active>a,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-nav-default>li.uk-active>a,.uk-scope .uk-light .uk-nav-default>li.uk-active>a,.uk-scope .uk-overlay-primary .uk-nav-default>li.uk-active>a{color:#fff}.uk-scope .uk-card-primary.uk-card-body .uk-nav-default .uk-nav-header,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-nav-default .uk-nav-header,.uk-scope .uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-header,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-nav-default .uk-nav-header,.uk-scope .uk-light .uk-nav-default .uk-nav-header,.uk-scope .uk-overlay-primary .uk-nav-default .uk-nav-header{color:#fff}.uk-scope .uk-card-primary.uk-card-body .uk-nav-default .uk-nav-divider,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-nav-default .uk-nav-divider,.uk-scope .uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-divider,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-nav-default .uk-nav-divider,.uk-scope .uk-light .uk-nav-default .uk-nav-divider,.uk-scope .uk-overlay-primary .uk-nav-default .uk-nav-divider{border-top-color:rgba(255,255,255,.2)}.uk-scope .uk-card-primary.uk-card-body .uk-nav-default .uk-nav-sub a,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub a,.uk-scope .uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub a,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub a,.uk-scope .uk-light .uk-nav-default .uk-nav-sub a,.uk-scope .uk-overlay-primary .uk-nav-default .uk-nav-sub a{color:rgba(255,255,255,.5)}.uk-scope .uk-card-primary.uk-card-body .uk-nav-default .uk-nav-sub a:hover,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub a:hover,.uk-scope .uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub a:hover,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub a:hover,.uk-scope .uk-light .uk-nav-default .uk-nav-sub a:hover,.uk-scope .uk-overlay-primary .uk-nav-default .uk-nav-sub a:hover{color:rgba(255,255,255,.7)}.uk-scope .uk-card-primary.uk-card-body .uk-nav-default .uk-nav-sub li.uk-active>a,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub li.uk-active>a,.uk-scope .uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub li.uk-active>a,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub li.uk-active>a,.uk-scope .uk-light .uk-nav-default .uk-nav-sub li.uk-active>a,.uk-scope .uk-overlay-primary .uk-nav-default .uk-nav-sub li.uk-active>a{color:#fff}.uk-scope .uk-card-primary.uk-card-body .uk-nav-primary>li>a,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-nav-primary>li>a,.uk-scope .uk-card-secondary.uk-card-body .uk-nav-primary>li>a,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-nav-primary>li>a,.uk-scope .uk-light .uk-nav-primary>li>a,.uk-scope .uk-overlay-primary .uk-nav-primary>li>a{color:rgba(255,255,255,.5)}.uk-scope .uk-card-primary.uk-card-body .uk-nav-primary>li>a:hover,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-nav-primary>li>a:hover,.uk-scope .uk-card-secondary.uk-card-body .uk-nav-primary>li>a:hover,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-nav-primary>li>a:hover,.uk-scope .uk-light .uk-nav-primary>li>a:hover,.uk-scope .uk-overlay-primary .uk-nav-primary>li>a:hover{color:rgba(255,255,255,.7)}.uk-scope .uk-card-primary.uk-card-body .uk-nav-primary>li.uk-active>a,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-nav-primary>li.uk-active>a,.uk-scope .uk-card-secondary.uk-card-body .uk-nav-primary>li.uk-active>a,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-nav-primary>li.uk-active>a,.uk-scope .uk-light .uk-nav-primary>li.uk-active>a,.uk-scope .uk-overlay-primary .uk-nav-primary>li.uk-active>a{color:#fff}.uk-scope .uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-header,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-nav-primary .uk-nav-header,.uk-scope .uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-header,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-nav-primary .uk-nav-header,.uk-scope .uk-light .uk-nav-primary .uk-nav-header,.uk-scope .uk-overlay-primary .uk-nav-primary .uk-nav-header{color:#fff}.uk-scope .uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-divider,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-nav-primary .uk-nav-divider,.uk-scope .uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-divider,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-nav-primary .uk-nav-divider,.uk-scope .uk-light .uk-nav-primary .uk-nav-divider,.uk-scope .uk-overlay-primary .uk-nav-primary .uk-nav-divider{border-top-color:rgba(255,255,255,.2)}.uk-scope .uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-sub a,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub a,.uk-scope .uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-sub a,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub a,.uk-scope .uk-light .uk-nav-primary .uk-nav-sub a,.uk-scope .uk-overlay-primary .uk-nav-primary .uk-nav-sub a{color:rgba(255,255,255,.5)}.uk-scope .uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-sub a:hover,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub a:hover,.uk-scope .uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-sub a:hover,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub a:hover,.uk-scope .uk-light .uk-nav-primary .uk-nav-sub a:hover,.uk-scope .uk-overlay-primary .uk-nav-primary .uk-nav-sub a:hover{color:rgba(255,255,255,.7)}.uk-scope .uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-sub li.uk-active>a,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub li.uk-active>a,.uk-scope .uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-sub li.uk-active>a,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub li.uk-active>a,.uk-scope .uk-light .uk-nav-primary .uk-nav-sub li.uk-active>a,.uk-scope .uk-overlay-primary .uk-nav-primary .uk-nav-sub li.uk-active>a{color:#fff}.uk-scope .uk-card-primary.uk-card-body .uk-nav-secondary>li>a,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-nav-secondary>li>a,.uk-scope .uk-card-secondary.uk-card-body .uk-nav-secondary>li>a,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-nav-secondary>li>a,.uk-scope .uk-light .uk-nav-secondary>li>a,.uk-scope .uk-overlay-primary .uk-nav-secondary>li>a{color:#fff}.uk-scope .uk-card-primary.uk-card-body .uk-nav-secondary>li>a:hover,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-nav-secondary>li>a:hover,.uk-scope .uk-card-secondary.uk-card-body .uk-nav-secondary>li>a:hover,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-nav-secondary>li>a:hover,.uk-scope .uk-light .uk-nav-secondary>li>a:hover,.uk-scope .uk-overlay-primary .uk-nav-secondary>li>a:hover{color:#fff;background-color:rgba(255,255,255,.1)}.uk-scope .uk-card-primary.uk-card-body .uk-nav-secondary>li.uk-active>a,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-nav-secondary>li.uk-active>a,.uk-scope .uk-card-secondary.uk-card-body .uk-nav-secondary>li.uk-active>a,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-nav-secondary>li.uk-active>a,.uk-scope .uk-light .uk-nav-secondary>li.uk-active>a,.uk-scope .uk-overlay-primary .uk-nav-secondary>li.uk-active>a{color:#fff;background-color:rgba(255,255,255,.1)}.uk-scope .uk-card-primary.uk-card-body .uk-nav-secondary .uk-nav-subtitle,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-subtitle,.uk-scope .uk-card-secondary.uk-card-body .uk-nav-secondary .uk-nav-subtitle,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-subtitle,.uk-scope .uk-light .uk-nav-secondary .uk-nav-subtitle,.uk-scope .uk-overlay-primary .uk-nav-secondary .uk-nav-subtitle{color:rgba(255,255,255,.5)}.uk-scope .uk-card-primary.uk-card-body .uk-nav-secondary>li>a:hover .uk-nav-subtitle,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-nav-secondary>li>a:hover .uk-nav-subtitle,.uk-scope .uk-card-secondary.uk-card-body .uk-nav-secondary>li>a:hover .uk-nav-subtitle,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-nav-secondary>li>a:hover .uk-nav-subtitle,.uk-scope .uk-light .uk-nav-secondary>li>a:hover .uk-nav-subtitle,.uk-scope .uk-overlay-primary .uk-nav-secondary>li>a:hover .uk-nav-subtitle{color:rgba(255,255,255,.7)}.uk-scope .uk-card-primary.uk-card-body .uk-nav-secondary>li.uk-active>a .uk-nav-subtitle,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-nav-secondary>li.uk-active>a .uk-nav-subtitle,.uk-scope .uk-card-secondary.uk-card-body .uk-nav-secondary>li.uk-active>a .uk-nav-subtitle,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-nav-secondary>li.uk-active>a .uk-nav-subtitle,.uk-scope .uk-light .uk-nav-secondary>li.uk-active>a .uk-nav-subtitle,.uk-scope .uk-overlay-primary .uk-nav-secondary>li.uk-active>a .uk-nav-subtitle{color:#fff}.uk-scope .uk-card-primary.uk-card-body .uk-nav-secondary .uk-nav-header,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-header,.uk-scope .uk-card-secondary.uk-card-body .uk-nav-secondary .uk-nav-header,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-header,.uk-scope .uk-light .uk-nav-secondary .uk-nav-header,.uk-scope .uk-overlay-primary .uk-nav-secondary .uk-nav-header{color:#fff}.uk-scope .uk-card-primary.uk-card-body .uk-nav-secondary .uk-nav-divider,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-divider,.uk-scope .uk-card-secondary.uk-card-body .uk-nav-secondary .uk-nav-divider,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-divider,.uk-scope .uk-light .uk-nav-secondary .uk-nav-divider,.uk-scope .uk-overlay-primary .uk-nav-secondary .uk-nav-divider{border-top-color:rgba(255,255,255,.2)}.uk-scope .uk-card-primary.uk-card-body .uk-nav-secondary .uk-nav-sub a,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-sub a,.uk-scope .uk-card-secondary.uk-card-body .uk-nav-secondary .uk-nav-sub a,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-sub a,.uk-scope .uk-light .uk-nav-secondary .uk-nav-sub a,.uk-scope .uk-overlay-primary .uk-nav-secondary .uk-nav-sub a{color:rgba(255,255,255,.5)}.uk-scope .uk-card-primary.uk-card-body .uk-nav-secondary .uk-nav-sub a:hover,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-sub a:hover,.uk-scope .uk-card-secondary.uk-card-body .uk-nav-secondary .uk-nav-sub a:hover,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-sub a:hover,.uk-scope .uk-light .uk-nav-secondary .uk-nav-sub a:hover,.uk-scope .uk-overlay-primary .uk-nav-secondary .uk-nav-sub a:hover{color:rgba(255,255,255,.7)}.uk-scope .uk-card-primary.uk-card-body .uk-nav-secondary .uk-nav-sub li.uk-active>a,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-sub li.uk-active>a,.uk-scope .uk-card-secondary.uk-card-body .uk-nav-secondary .uk-nav-sub li.uk-active>a,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-sub li.uk-active>a,.uk-scope .uk-light .uk-nav-secondary .uk-nav-sub li.uk-active>a,.uk-scope .uk-overlay-primary .uk-nav-secondary .uk-nav-sub li.uk-active>a{color:#fff}.uk-scope .uk-card-primary.uk-card-body .uk-nav.uk-nav-divider>:not(.uk-nav-divider)+:not(.uk-nav-header,.uk-nav-divider),.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-nav.uk-nav-divider>:not(.uk-nav-divider)+:not(.uk-nav-header,.uk-nav-divider),.uk-scope .uk-card-secondary.uk-card-body .uk-nav.uk-nav-divider>:not(.uk-nav-divider)+:not(.uk-nav-header,.uk-nav-divider),.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-nav.uk-nav-divider>:not(.uk-nav-divider)+:not(.uk-nav-header,.uk-nav-divider),.uk-scope .uk-light .uk-nav.uk-nav-divider>:not(.uk-nav-divider)+:not(.uk-nav-header,.uk-nav-divider),.uk-scope .uk-overlay-primary .uk-nav.uk-nav-divider>:not(.uk-nav-divider)+:not(.uk-nav-header,.uk-nav-divider){border-top-color:rgba(255,255,255,.2)}.uk-scope .uk-card-primary.uk-card-body .uk-subnav>*>:first-child,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-subnav>*>:first-child,.uk-scope .uk-card-secondary.uk-card-body .uk-subnav>*>:first-child,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-subnav>*>:first-child,.uk-scope .uk-light .uk-subnav>*>:first-child,.uk-scope .uk-overlay-primary .uk-subnav>*>:first-child{color:rgba(255,255,255,.5)}.uk-scope .uk-card-primary.uk-card-body .uk-subnav>*>a:hover,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-subnav>*>a:hover,.uk-scope .uk-card-secondary.uk-card-body .uk-subnav>*>a:hover,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-subnav>*>a:hover,.uk-scope .uk-light .uk-subnav>*>a:hover,.uk-scope .uk-overlay-primary .uk-subnav>*>a:hover{color:rgba(255,255,255,.7)}.uk-scope .uk-card-primary.uk-card-body .uk-subnav>.uk-active>a,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-subnav>.uk-active>a,.uk-scope .uk-card-secondary.uk-card-body .uk-subnav>.uk-active>a,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-subnav>.uk-active>a,.uk-scope .uk-light .uk-subnav>.uk-active>a,.uk-scope .uk-overlay-primary .uk-subnav>.uk-active>a{color:#fff}.uk-scope .uk-card-primary.uk-card-body .uk-subnav-divider>:nth-child(n+2):not(.uk-first-column)::before,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-subnav-divider>:nth-child(n+2):not(.uk-first-column)::before,.uk-scope .uk-card-secondary.uk-card-body .uk-subnav-divider>:nth-child(n+2):not(.uk-first-column)::before,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-subnav-divider>:nth-child(n+2):not(.uk-first-column)::before,.uk-scope .uk-light .uk-subnav-divider>:nth-child(n+2):not(.uk-first-column)::before,.uk-scope .uk-overlay-primary .uk-subnav-divider>:nth-child(n+2):not(.uk-first-column)::before{border-left-color:rgba(255,255,255,.2)}.uk-scope .uk-card-primary.uk-card-body .uk-subnav-pill>*>:first-child,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-subnav-pill>*>:first-child,.uk-scope .uk-card-secondary.uk-card-body .uk-subnav-pill>*>:first-child,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-subnav-pill>*>:first-child,.uk-scope .uk-light .uk-subnav-pill>*>:first-child,.uk-scope .uk-overlay-primary .uk-subnav-pill>*>:first-child{background-color:transparent;color:rgba(255,255,255,.5)}.uk-scope .uk-card-primary.uk-card-body .uk-subnav-pill>*>a:hover,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-subnav-pill>*>a:hover,.uk-scope .uk-card-secondary.uk-card-body .uk-subnav-pill>*>a:hover,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-subnav-pill>*>a:hover,.uk-scope .uk-light .uk-subnav-pill>*>a:hover,.uk-scope .uk-overlay-primary .uk-subnav-pill>*>a:hover{background-color:rgba(255,255,255,.1);color:rgba(255,255,255,.7)}.uk-scope .uk-card-primary.uk-card-body .uk-subnav-pill>*>a:active,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-subnav-pill>*>a:active,.uk-scope .uk-card-secondary.uk-card-body .uk-subnav-pill>*>a:active,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-subnav-pill>*>a:active,.uk-scope .uk-light .uk-subnav-pill>*>a:active,.uk-scope .uk-overlay-primary .uk-subnav-pill>*>a:active{background-color:rgba(255,255,255,.1);color:rgba(255,255,255,.7)}.uk-scope .uk-card-primary.uk-card-body .uk-subnav-pill>.uk-active>a,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-subnav-pill>.uk-active>a,.uk-scope .uk-card-secondary.uk-card-body .uk-subnav-pill>.uk-active>a,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-subnav-pill>.uk-active>a,.uk-scope .uk-light .uk-subnav-pill>.uk-active>a,.uk-scope .uk-overlay-primary .uk-subnav-pill>.uk-active>a{background-color:#fff;color:#666}.uk-scope .uk-card-primary.uk-card-body .uk-subnav>.uk-disabled>a,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-subnav>.uk-disabled>a,.uk-scope .uk-card-secondary.uk-card-body .uk-subnav>.uk-disabled>a,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-subnav>.uk-disabled>a,.uk-scope .uk-light .uk-subnav>.uk-disabled>a,.uk-scope .uk-overlay-primary .uk-subnav>.uk-disabled>a{color:rgba(255,255,255,.5)}.uk-scope .uk-card-primary.uk-card-body .uk-breadcrumb>*>*,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-breadcrumb>*>*,.uk-scope .uk-card-secondary.uk-card-body .uk-breadcrumb>*>*,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-breadcrumb>*>*,.uk-scope .uk-light .uk-breadcrumb>*>*,.uk-scope .uk-overlay-primary .uk-breadcrumb>*>*{color:rgba(255,255,255,.5)}.uk-scope .uk-card-primary.uk-card-body .uk-breadcrumb>*>:hover,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-breadcrumb>*>:hover,.uk-scope .uk-card-secondary.uk-card-body .uk-breadcrumb>*>:hover,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-breadcrumb>*>:hover,.uk-scope .uk-light .uk-breadcrumb>*>:hover,.uk-scope .uk-overlay-primary .uk-breadcrumb>*>:hover{color:rgba(255,255,255,.7)}.uk-scope .uk-card-primary.uk-card-body .uk-breadcrumb>:last-child>*,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-breadcrumb>:last-child>*,.uk-scope .uk-card-secondary.uk-card-body .uk-breadcrumb>:last-child>*,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-breadcrumb>:last-child>*,.uk-scope .uk-light .uk-breadcrumb>:last-child>*,.uk-scope .uk-overlay-primary .uk-breadcrumb>:last-child>*{color:rgba(255,255,255,.7)}.uk-scope .uk-card-primary.uk-card-body .uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before,.uk-scope .uk-card-secondary.uk-card-body .uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before,.uk-scope .uk-light .uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before,.uk-scope .uk-overlay-primary .uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before{color:rgba(255,255,255,.5)}.uk-scope .uk-card-primary.uk-card-body .uk-tab::before,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-tab::before,.uk-scope .uk-card-secondary.uk-card-body .uk-tab::before,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-tab::before,.uk-scope .uk-light .uk-tab::before,.uk-scope .uk-overlay-primary .uk-tab::before{border-color:rgba(255,255,255,.2)}.uk-scope .uk-card-primary.uk-card-body .uk-tab>*>a,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-tab>*>a,.uk-scope .uk-card-secondary.uk-card-body .uk-tab>*>a,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-tab>*>a,.uk-scope .uk-light .uk-tab>*>a,.uk-scope .uk-overlay-primary .uk-tab>*>a{color:rgba(255,255,255,.5)}.uk-scope .uk-card-primary.uk-card-body .uk-tab>*>a:hover,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-tab>*>a:hover,.uk-scope .uk-card-secondary.uk-card-body .uk-tab>*>a:hover,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-tab>*>a:hover,.uk-scope .uk-light .uk-tab>*>a:hover,.uk-scope .uk-overlay-primary .uk-tab>*>a:hover{color:rgba(255,255,255,.7)}.uk-scope .uk-card-primary.uk-card-body .uk-tab>.uk-active>a,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-tab>.uk-active>a,.uk-scope .uk-card-secondary.uk-card-body .uk-tab>.uk-active>a,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-tab>.uk-active>a,.uk-scope .uk-light .uk-tab>.uk-active>a,.uk-scope .uk-overlay-primary .uk-tab>.uk-active>a{color:#fff;border-color:#fff}.uk-scope .uk-card-primary.uk-card-body .uk-tab>.uk-disabled>a,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-tab>.uk-disabled>a,.uk-scope .uk-card-secondary.uk-card-body .uk-tab>.uk-disabled>a,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-tab>.uk-disabled>a,.uk-scope .uk-light .uk-tab>.uk-disabled>a,.uk-scope .uk-overlay-primary .uk-tab>.uk-disabled>a{color:rgba(255,255,255,.5)}.uk-scope .uk-card-primary.uk-card-body .uk-slidenav,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-slidenav,.uk-scope .uk-card-secondary.uk-card-body .uk-slidenav,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-slidenav,.uk-scope .uk-light .uk-slidenav,.uk-scope .uk-overlay-primary .uk-slidenav{color:rgba(255,255,255,.7)}.uk-scope .uk-card-primary.uk-card-body .uk-slidenav:hover,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-slidenav:hover,.uk-scope .uk-card-secondary.uk-card-body .uk-slidenav:hover,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-slidenav:hover,.uk-scope .uk-light .uk-slidenav:hover,.uk-scope .uk-overlay-primary .uk-slidenav:hover{color:rgba(255,255,255,.95)}.uk-scope .uk-card-primary.uk-card-body .uk-slidenav:active,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-slidenav:active,.uk-scope .uk-card-secondary.uk-card-body .uk-slidenav:active,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-slidenav:active,.uk-scope .uk-light .uk-slidenav:active,.uk-scope .uk-overlay-primary .uk-slidenav:active{color:rgba(255,255,255,.7)}.uk-scope .uk-card-primary.uk-card-body .uk-dotnav>*>*,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-dotnav>*>*,.uk-scope .uk-card-secondary.uk-card-body .uk-dotnav>*>*,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-dotnav>*>*,.uk-scope .uk-light .uk-dotnav>*>*,.uk-scope .uk-overlay-primary .uk-dotnav>*>*{background-color:transparent;border-color:rgba(255,255,255,.9)}.uk-scope .uk-card-primary.uk-card-body .uk-dotnav>*>:hover,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-dotnav>*>:hover,.uk-scope .uk-card-secondary.uk-card-body .uk-dotnav>*>:hover,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-dotnav>*>:hover,.uk-scope .uk-light .uk-dotnav>*>:hover,.uk-scope .uk-overlay-primary .uk-dotnav>*>:hover{background-color:rgba(255,255,255,.9);border-color:transparent}.uk-scope .uk-card-primary.uk-card-body .uk-dotnav>*>:active,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-dotnav>*>:active,.uk-scope .uk-card-secondary.uk-card-body .uk-dotnav>*>:active,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-dotnav>*>:active,.uk-scope .uk-light .uk-dotnav>*>:active,.uk-scope .uk-overlay-primary .uk-dotnav>*>:active{background-color:rgba(255,255,255,.5);border-color:transparent}.uk-scope .uk-card-primary.uk-card-body .uk-dotnav>.uk-active>*,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-dotnav>.uk-active>*,.uk-scope .uk-card-secondary.uk-card-body .uk-dotnav>.uk-active>*,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-dotnav>.uk-active>*,.uk-scope .uk-light .uk-dotnav>.uk-active>*,.uk-scope .uk-overlay-primary .uk-dotnav>.uk-active>*{background-color:rgba(255,255,255,.9);border-color:transparent}.uk-scope .uk-card-primary.uk-card-body .uk-thumbnav>*>::after,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-thumbnav>*>::after,.uk-scope .uk-card-secondary.uk-card-body .uk-thumbnav>*>::after,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-thumbnav>*>::after,.uk-scope .uk-light .uk-thumbnav>*>::after,.uk-scope .uk-overlay-primary .uk-thumbnav>*>::after{background-image:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.4))}.uk-scope .uk-card-primary.uk-card-body .uk-iconnav>*>a,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-iconnav>*>a,.uk-scope .uk-card-secondary.uk-card-body .uk-iconnav>*>a,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-iconnav>*>a,.uk-scope .uk-light .uk-iconnav>*>a,.uk-scope .uk-overlay-primary .uk-iconnav>*>a{color:rgba(255,255,255,.5)}.uk-scope .uk-card-primary.uk-card-body .uk-iconnav>*>a:hover,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-iconnav>*>a:hover,.uk-scope .uk-card-secondary.uk-card-body .uk-iconnav>*>a:hover,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-iconnav>*>a:hover,.uk-scope .uk-light .uk-iconnav>*>a:hover,.uk-scope .uk-overlay-primary .uk-iconnav>*>a:hover{color:rgba(255,255,255,.7)}.uk-scope .uk-card-primary.uk-card-body .uk-iconnav>.uk-active>a,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-iconnav>.uk-active>a,.uk-scope .uk-card-secondary.uk-card-body .uk-iconnav>.uk-active>a,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-iconnav>.uk-active>a,.uk-scope .uk-light .uk-iconnav>.uk-active>a,.uk-scope .uk-overlay-primary .uk-iconnav>.uk-active>a{color:rgba(255,255,255,.7)}.uk-scope .uk-card-primary.uk-card-body .uk-text-lead,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-text-lead,.uk-scope .uk-card-secondary.uk-card-body .uk-text-lead,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-text-lead,.uk-scope .uk-light .uk-text-lead,.uk-scope .uk-overlay-primary .uk-text-lead{color:rgba(255,255,255,.7)}.uk-scope .uk-card-primary.uk-card-body .uk-text-meta,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-text-meta,.uk-scope .uk-card-secondary.uk-card-body .uk-text-meta,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-text-meta,.uk-scope .uk-light .uk-text-meta,.uk-scope .uk-overlay-primary .uk-text-meta{color:rgba(255,255,255,.5)}.uk-scope .uk-card-primary.uk-card-body .uk-text-muted,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-text-muted,.uk-scope .uk-card-secondary.uk-card-body .uk-text-muted,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-text-muted,.uk-scope .uk-light .uk-text-muted,.uk-scope .uk-overlay-primary .uk-text-muted{color:rgba(255,255,255,.5)!important}.uk-scope .uk-card-primary.uk-card-body .uk-text-emphasis,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-text-emphasis,.uk-scope .uk-card-secondary.uk-card-body .uk-text-emphasis,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-text-emphasis,.uk-scope .uk-light .uk-text-emphasis,.uk-scope .uk-overlay-primary .uk-text-emphasis{color:#fff!important}.uk-scope .uk-card-primary.uk-card-body .uk-text-primary,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-text-primary,.uk-scope .uk-card-secondary.uk-card-body .uk-text-primary,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-text-primary,.uk-scope .uk-light .uk-text-primary,.uk-scope .uk-overlay-primary .uk-text-primary{color:#fff!important}.uk-scope .uk-card-primary.uk-card-body .uk-text-secondary,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-text-secondary,.uk-scope .uk-card-secondary.uk-card-body .uk-text-secondary,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-text-secondary,.uk-scope .uk-light .uk-text-secondary,.uk-scope .uk-overlay-primary .uk-text-secondary{color:#fff!important}.uk-scope .uk-card-primary.uk-card-body .uk-column-divider,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-column-divider,.uk-scope .uk-card-secondary.uk-card-body .uk-column-divider,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-column-divider,.uk-scope .uk-light .uk-column-divider,.uk-scope .uk-overlay-primary .uk-column-divider{column-rule-color:rgba(255,255,255,0.2)}.uk-scope .uk-card-primary.uk-card-body .uk-logo,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-logo,.uk-scope .uk-card-secondary.uk-card-body .uk-logo,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-logo,.uk-scope .uk-light .uk-logo,.uk-scope .uk-overlay-primary .uk-logo{color:#fff}.uk-scope .uk-card-primary.uk-card-body .uk-logo:hover,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-logo:hover,.uk-scope .uk-card-secondary.uk-card-body .uk-logo:hover,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-logo:hover,.uk-scope .uk-light .uk-logo:hover,.uk-scope .uk-overlay-primary .uk-logo:hover{color:#fff}.uk-scope .uk-card-primary.uk-card-body .uk-logo:has(.uk-logo-inverse)>:not(picture:has(.uk-logo-inverse)):not(.uk-logo-inverse),.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-logo:has(.uk-logo-inverse)>:not(picture:has(.uk-logo-inverse)):not(.uk-logo-inverse),.uk-scope .uk-card-secondary.uk-card-body .uk-logo:has(.uk-logo-inverse)>:not(picture:has(.uk-logo-inverse)):not(.uk-logo-inverse),.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-logo:has(.uk-logo-inverse)>:not(picture:has(.uk-logo-inverse)):not(.uk-logo-inverse),.uk-scope .uk-light .uk-logo:has(.uk-logo-inverse)>:not(picture:has(.uk-logo-inverse)):not(.uk-logo-inverse),.uk-scope .uk-overlay-primary .uk-logo:has(.uk-logo-inverse)>:not(picture:has(.uk-logo-inverse)):not(.uk-logo-inverse){display:none}.uk-scope .uk-card-primary.uk-card-body .uk-logo-inverse,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-logo-inverse,.uk-scope .uk-card-secondary.uk-card-body .uk-logo-inverse,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-logo-inverse,.uk-scope .uk-light .uk-logo-inverse,.uk-scope .uk-overlay-primary .uk-logo-inverse{display:block}.uk-scope .uk-card-primary.uk-card-body .uk-table-striped tbody tr:nth-of-type(2n):last-child,.uk-scope .uk-card-primary.uk-card-body .uk-table-striped>tr:nth-of-type(2n):last-child,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-table-striped tbody tr:nth-of-type(2n):last-child,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-table-striped>tr:nth-of-type(2n):last-child,.uk-scope .uk-card-secondary.uk-card-body .uk-table-striped tbody tr:nth-of-type(2n):last-child,.uk-scope .uk-card-secondary.uk-card-body .uk-table-striped>tr:nth-of-type(2n):last-child,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-table-striped tbody tr:nth-of-type(2n):last-child,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-table-striped>tr:nth-of-type(2n):last-child,.uk-scope .uk-light .uk-table-striped tbody tr:nth-of-type(2n):last-child,.uk-scope .uk-light .uk-table-striped>tr:nth-of-type(2n):last-child,.uk-scope .uk-overlay-primary .uk-table-striped tbody tr:nth-of-type(2n):last-child,.uk-scope .uk-overlay-primary .uk-table-striped>tr:nth-of-type(2n):last-child{border-bottom-color:rgba(255,255,255,.2)}.uk-scope .uk-card-primary.uk-card-body .uk-accordion-title::before,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-accordion-title::before,.uk-scope .uk-card-secondary.uk-card-body .uk-accordion-title::before,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-accordion-title::before,.uk-scope .uk-light .uk-accordion-title::before,.uk-scope .uk-overlay-primary .uk-accordion-title::before{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E")}.uk-scope .uk-card-primary.uk-card-body .uk-open>.uk-accordion-title::before,.uk-scope .uk-card-primary>:not([class*=uk-card-media]) .uk-open>.uk-accordion-title::before,.uk-scope .uk-card-secondary.uk-card-body .uk-open>.uk-accordion-title::before,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]) .uk-open>.uk-accordion-title::before,.uk-scope .uk-light .uk-open>.uk-accordion-title::before,.uk-scope .uk-overlay-primary .uk-open>.uk-accordion-title::before{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E")}.uk-scope *{--uk-inverse:initial}.uk-scope .uk-card-primary.uk-card-body,.uk-scope .uk-card-primary>:not([class*=uk-card-media]),.uk-scope .uk-card-secondary.uk-card-body,.uk-scope .uk-card-secondary>:not([class*=uk-card-media]),.uk-scope .uk-light,.uk-scope .uk-overlay-primary{--uk-inverse:light}.uk-scope .uk-card-default.uk-card-body,.uk-scope .uk-card-default>:not([class*=uk-card-media]),.uk-scope .uk-dark,.uk-scope .uk-dropdown,.uk-scope .uk-overlay-default{--uk-inverse:dark}.uk-scope .uk-inverse-light{--uk-inverse:light!important}.uk-scope .uk-inverse-dark{--uk-inverse:dark!important}@media print{.uk-scope *,.uk-scope ::after,.uk-scope ::before{background:0 0!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}.uk-scope a,.uk-scope a:visited{text-decoration:underline}.uk-scope blockquote,.uk-scope pre{border:1px solid #999;page-break-inside:avoid}.uk-scope thead{display:table-header-group}.uk-scope img,.uk-scope tr{page-break-inside:avoid}.uk-scope img{max-width:100%!important}@page{margin:.5cm}.uk-scope h2,.uk-scope h3,.uk-scope p{orphans:3;widows:3}.uk-scope h2,.uk-scope h3{page-break-after:avoid}}