/* ========================================================================
   Component: Slider
 ========================================================================== */
.uk-slider {
    -webkit-tap-highlight-color: transparent;
    outline: none;
}
.uk-slider-container {
    overflow: hidden;
}
.uk-slidenav-container {
    display: flex;
}
.uk-slider-items {
    will-change: transform;
    position: relative;
}
.uk-slider-items:not(.uk-grid) {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-touch-callout: none;
}
.uk-slider-items.uk-grid {
    flex-wrap: nowrap;
}
.uk-slider-items > * {
    flex: none;
    max-width: 100%;
    position: relative;
    touch-action: pan-y;
}
/* ========================================================================
    Component: Utility
========================================================================== */

/* Panel
 ========================================================================== */
.uk-panel {
    display: flow-root;
    position: relative;
    box-sizing: border-box;
}
.uk-panel > :last-child {
    margin-bottom: 0;
}
.uk-card {
    background: var(--contrast-color);
    box-sizing: border-box;
    border-radius: 0.8rem;
    padding: 2.2rem 1.8rem;
    box-shadow: 4px 12px 40px 6px rgb(0 0 0 / 9%);
}
/* Overflow
 ========================================================================== */
.uk-overflow-hidden {
    overflow: hidden;
}

/* Display
 ========================================================================== */
.uk-display-block {
    display: block !important;
}
.uk-display-inline-block {
    display: inline-block !important;
}
[class*='uk-inline'] {
    display: inline-block;
    position: relative;
    max-width: 100%;
    vertical-align: middle;
    -webkit-backface-visibility: hidden;
}
/* Border
 ========================================================================== */
.uk-border-circle {
    border-radius: 50%;
}
.uk-border-rounded {
    border-radius: 0.8rem;
}
img.uk-border-rounded {
    border: 1px solid var(--light-color);
    box-sizing: border-box;
}
.uk-border {
    border: 1px solid var(--border-color);
    box-sizing: border-box;
}
    /* Visibility
     ========================================================================== */
[hidden],
.uk-hidden {
    display: none !important;
}
@media (min-width: 960px) {
    .uk-hidden\@m {
        display: none !important;
    }
}
@media (max-width: 959px) {
    .uk-visible\@m {
        display: none !important;
    }
}
/* ========================================================================
   Component: Width
 ========================================================================== */
[class*='uk-child-width'] > * {
    box-sizing: border-box;
    width: 100%;
}
.uk-child-width-1-2 > * {
    width: 50%;
}
.uk-child-width-1-3 > * {
    width: calc(100% * 1 / 3.001);
}
.uk-child-width-1-4 > * {
    width: 25%;
}
.uk-child-width-auto > * {
    width: auto;
}
.uk-child-width-expand > :not([class*='uk-width']) {
    flex: 1;
    min-width: 1px;
}

@media (min-width: 960px) {
    .uk-child-width-1-1\@m > * {
        width: 100%;
    }
    .uk-child-width-1-2\@m > * {
        width: 50%;
    }
    .uk-child-width-1-3\@m > * {
        width: calc(100% * 1 / 3.001);
    }
    .uk-child-width-1-4\@m > * {
        width: 25%;
    }
    .uk-child-width-auto\@m > * {
        width: auto;
    }
    .uk-child-width-expand\@m > :not([class*='uk-width']) {
        flex: 1;
        min-width: 1px;
    }
}

/* Single Widths
 ========================================================================== */
[class*='uk-width'] {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
}
.uk-width-1-2 {
    width: 50%;
}
.uk-width-1-3 {
    width: calc(100% * 1 / 3.001);
}
.uk-width-2-3 {
    width: calc(100% * 2 / 3.001);
}
.uk-width-1-4 {
    width: 25%;
}
.uk-width-3-4 {
    width: 75%;
}
.uk-width-xsmall {
    width: 5rem;
}
.uk-width-small {
    width: 8.75rem;
}
.uk-width-medium {
    width: 15rem;
}
.uk-width-large {
    width: 28rem;
}
.uk-width-auto {
    width: auto;
}
.uk-width-expand {
    flex: 1;
    min-width: 1px;
}
@media (min-width: 960px) {
    .uk-width-1-1\@m {
        width: 100%;
    }
    .uk-width-1-2\@m {
        width: 50%;
    }
    .uk-width-1-3\@m {
        width: calc(100% * 1 / 3.001);
    }
    .uk-width-2-3\@m {
        width: calc(100% * 2 / 3.001);
    }
    .uk-width-1-4\@m {
        width: 25%;
    }
    .uk-width-3-4\@m {
        width: 75%;
    }
    .uk-width-auto\@m {
        width: auto;
    }
    .uk-width-expand\@m {
        flex: 1;
        min-width: 1px;
    }
}
/* ========================================================================
   Component: Height
 ========================================================================== */
[class*='uk-height'] {
    box-sizing: border-box;
}
.uk-height-1-1 {
    height: 100%;
}
.uk-height-1-2 {
    height: 50%;
}
.uk-height-viewport {
    min-height: 100vh;
}
.uk-height-xsmall {
    height: 5rem;
}
.uk-height-small {
    height: 8.75rem;
}
.uk-height-medium {
    height: 15rem;
}
.uk-height-large {
    height: 28rem;
}
/* ========================================================================
   Component: Padding & Margin
 ========================================================================== */
.uk-padding {
    padding: 1rem;
}
.uk-padding-horizontal {
    padding-left: 1rem;
    padding-right: 1rem;
}
.uk-padding-vertical {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
* + .uk-margin-small {
    margin-top: 0.5rem
}
* + .uk-margin {
    margin-top: 0.8rem
}
* + .uk-margin-medium {
    margin-top: 1.5rem
}
* + .uk-margin-large {
    margin-top: 2rem
}
@media (min-width: 1200px) {
    .uk-padding {
        padding: 1.5rem;
    }
    .uk-padding-horizontal {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .uk-padding-vertical {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    * + .uk-margin {
        margin-top: 1rem
    }
    * + .uk-margin-medium {
        margin-top: 2rem
    }
    * + .uk-margin-large {
        margin-top: 3rem
    }
}
.uk-margin-left {
    margin-left: 1rem;
}
.uk-margin-right {
    margin-right: 1rem;
}
/* ========================================================================
   Component: Button
 ========================================================================== */
.uk-button {
    margin: 0;
    overflow: visible;
    font: inherit;
    -webkit-appearance: none;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 1rem;
    vertical-align: middle;
    font-size: 0.8rem;
    line-height: 2.2rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0.5rem;
    transition: var(--transition-large);
    background-color: var(--primary-color);
    color: var(--contrast-color);
    border: 1px solid transparent;
    transition-property: color, background-color, border-color;
    cursor: pointer;
}
@media (min-width: 1200px) {
    .uk-button {
        padding: 0 1rem;
        line-height: 2.5rem;
    }
}
.uk-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.uk-button:hover {
    text-decoration: none;
}
.uk-button:focus {
    outline: none;
}
.uk-button:hover,
.uk-button:focus {
    background-color: var(--hover-color);
    color: var(--contrast-color);
}
.uk-button:active,
.uk-button.uk-active {
    background-color: var(--active-color);
    color: var(--contrast-color);
}
/* Icon btn modifiers
 ========================================================================== */
.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-icon-button {
    width: 3rem;
    height: 3rem;
    border: 1px solid var(--border-color);
    background: var(--contrast-color);
    outline: none;
    border-radius: 500px;
    vertical-align: middle;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 1199px)  {
    .uk-icon-button {
        width: 3.5rem;
        height: 3.5rem;
    }
}
/* ========================================================================
   Component: Background
 ========================================================================== */
.uk-background-cover,
.uk-background-contain {
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.uk-background-cover {
    background-size: cover;
}
.uk-background-contain {
    background-size: contain;
}
.uk-background-top-left {
    background-position: 0 0;
}
.uk-background-bottom-left {
    background-position: 100% 0;
}
.uk-background-overlay {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom: 0;
    background: linear-gradient(121.14deg, rgba(0, 0, 0, 0.2) 25.58%, rgba(0, 0, 0, 0.146884) 44.73%, rgba(0, 0, 0, 0) 68.83%), linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.0616371) 37.5%, rgba(0, 0, 0, 0) 58.85%, rgba(0, 0, 0, 0) 100%);
}
/* ========================================================================
   Component: SVG
 ========================================================================== */
.uk-svg,
.uk-svg:not(.uk-preserve) [fill*='#']:not(.uk-preserve) {
    fill: currentcolor;
}
.uk-svg:not(.uk-preserve) [stroke*='#']:not(.uk-preserve) {
    stroke: currentcolor;
}
.uk-svg {
    transform: translate(0, 0);
}
svg > .stroke,
svg > .fill {
    transition: var(--transition-small);
}
a:not([class]) svg > .stroke, a.uk-link-reset svg > .stroke  {
    stroke: var(--main-color);
}
a:not([class]) svg > .fill, a.uk-link-reset svg > .fill   {
    fill: var(--main-color);
}
a:not([class]):hover svg > .stroke, a.uk-link-reset:hover svg > .stroke  {
    stroke: var(--hover-color);
}
a:not([class]):hover svg > .fill, a.uk-link-reset:hover svg > .fill  {
    fill: var(--hover-color);
}
/* ========================================================================
   Component: Close
 ========================================================================== */
.uk-close {
    color: #999;
    transition: 0.1s ease-in-out;
    transition-property: color, opacity;
}
.uk-close:hover,
.uk-close:focus {
    color: #666;
    outline: none;
}
[class*=uk-modal-close-] {
    position: absolute;
    z-index: 1010;
    top: 10px;
    right: 10px;
    padding: 5px;
}
.uk-modal-close-full {
    top: 0;
    right: 0;
    padding: 20px;
    background: #fff;
}
button.uk-icon:not(:disabled) {
    cursor: pointer;
}
/* ========================================================================
   Component: Position
 ========================================================================== */
[class*='uk-position-top'],
[class*='uk-position-bottom'],
[class*='uk-position-left'],
[class*='uk-position-right'],
[class*='uk-position-center'] {
    position: absolute !important;
    max-width: 100%;
}
.uk-position-top {
    top: 0;
    left: 0;
    right: 0;
}
.uk-position-bottom {
    bottom: 0;
    left: 0;
    right: 0;
}
.uk-position-left {
    top: 0;
    bottom: 0;
    left: 0;
}
.uk-position-right {
    top: 0;
    bottom: 0;
    right: 0;
}
.uk-position-top-left {
    top: 0;
    left: 0;
}
.uk-position-top-right {
    top: 0;
    right: 0;
}
.uk-position-bottom-left {
    bottom: 0;
    left: 0;
}
.uk-position-bottom-right {
    bottom: 0;
    right: 0;
}
.uk-position-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
    max-width: 100%;
    box-sizing: border-box;
}
[class*='uk-position-center-left'],
[class*='uk-position-center-right'] {
    top: 50%;
    transform: translateY(-50%);
}
.uk-position-center-left {
    left: 0;
}
.uk-position-center-right {
    right: 0;
}
.uk-position-center-left-out {
    right: 100%;
    width: max-content;
}
.uk-position-center-right-out {
    left: 100%;
    width: max-content;
}
.uk-position-top-center,
.uk-position-bottom-center {
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    max-width: 100%;
    box-sizing: border-box;
}
.uk-position-top-center {
    top: 0;
}
.uk-position-bottom-center {
    bottom: 0;
}
.uk-position-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.uk-position-relative {
    position: relative !important;
}
.uk-position-fixed {
    position: fixed !important;
}
/* ========================================================================
   Component: Switcher
 ========================================================================== */
.uk-switcher {
    margin: 0;
    padding: 0;
    list-style: none;
}
.uk-switcher > :not(.uk-active) {
    display: none;
}
.uk-switcher > * > :last-child {
    margin-bottom: 0;
}
/* ========================================================================
   Component: Form
 ========================================================================== */
.uk-input,
.uk-select,
.uk-textarea,
.uk-radio,
.uk-checkbox {
    box-sizing: border-box;
    margin: 0;
    border-radius: 0;
    font: inherit;
}
.uk-input {
    overflow: visible;
}
.uk-select {
    text-transform: none;
}
.uk-select optgroup {
    font: inherit;
    font-weight: bold;
}
.uk-textarea {
    overflow: auto;
}
.uk-input[type="search"]::-webkit-search-cancel-button,
.uk-input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
.uk-input[type="number"]::-webkit-inner-spin-button,
.uk-input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
.uk-input::-moz-placeholder,
.uk-textarea::-moz-placeholder {
    opacity: 1;
}
.uk-radio:not(:disabled),
.uk-checkbox:not(:disabled) {
    cursor: pointer;
}
.uk-fieldset {
    border: none;
    margin: 0;
    padding: 0;
}
.uk-input,
.uk-textarea {
    -webkit-appearance: none;
}
.uk-input,
.uk-select,
.uk-textarea {
    max-width: 100%;
    width: 100%;
    padding: 0 10px;
    background: #fff;
    color: var(--main-color);
    border: 1px solid var(--border-color);
    transition: 0.2s ease-in-out;
    transition-property: color, background-color, border;
}
.uk-input,
.uk-select:not([multiple]):not([size]) {
    height: 2.5rem;
    vertical-align: middle;
    display: inline-block;
}
.uk-input:not(input),
.uk-select:not(select) {
    line-height: 2.5rem;
}
.uk-select[multiple],
.uk-select[size],
.uk-textarea {
    padding-top: 6px;
    padding-bottom: 6px;
    vertical-align: top;
}
.uk-select[multiple],
.uk-select[size] {
    resize: vertical;
}
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
    outline: none;
    background-color: #fff;
    color: var(--main-color);
    border-color: var(--muted-color);
}
.uk-input::-ms-input-placeholder {
    color: var(--muted-color) !important;
}
.uk-input::placeholder {
    color:  var(--muted-color);
}
.uk-textarea::-ms-input-placeholder {
    color:  var(--muted-color) !important;
}
.uk-textarea::placeholder {
    color:  var(--muted-color);
}
.uk-form-large {
    font-size: 1rem;
    line-height: 1.5rem;
    border: none;
    border-bottom: 1px solid var(--border-color);
    font-family: var(--sb-reg);
}
@media (min-width: 1200px) {
    .uk-form-large {
        font-size: 1.2rem;
        line-height: 2.5rem;
    }
}
.uk-input.uk-form-large::placeholder {
    color: var(--main-color);
}
.uk-input.uk-form-large:focus::placeholder {
    opacity: 0;
}
.uk-form-large:not(textarea):not([multiple]):not([size]) {
    height: 2rem;
    padding-left: 0;
}
textarea.uk-form-large,
[multiple].uk-form-large,
[size].uk-form-large {
    padding: 7px 12px;
}
.uk-select:not([multiple]):not([size]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 20px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
    background-repeat: no-repeat;
    background-position: 100% 50%;
}
.uk-select:not([multiple]):not([size])::-ms-expand {
    display: none;
}
.uk-select:not([multiple]):not([size]) option {
    color: var(--muted-color);
    font-size: 0.9rem;
}
.uk-radio,
.uk-checkbox {
    display: inline-block;
    height: 1rem;
    width: 1rem;
    overflow: hidden;
    margin-top: -4px;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: 1px solid var(--muted-color);
    transition: 0.2s ease-in-out;
    transition-property: background-color, border;
}
.uk-checkbox {
    border-radius: 4px;
    box-sizing: border-box;
}
.uk-radio {
    border-radius: 50%;
}
.uk-radio:focus,
.uk-checkbox:focus {
    background-color: rgba(0, 0, 0, 0);
    outline: none;
}
.uk-radio:checked,
.uk-checkbox:checked,
.uk-checkbox:indeterminate {
    background-color: transparent;
}
.uk-radio:checked:focus,
.uk-checkbox:checked:focus,
.uk-checkbox:indeterminate:focus {
    background-color: transparent;
}
.uk-radio:checked {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.uk-checkbox:checked {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.uk-textarea {
    border-radius: 0.8rem;
}
.uk-file {
    cursor: pointer;
}
.uk-file input {
    opacity: 0;
}
/* ========================================================================
   Component: Offcanvas
 ========================================================================== */
.uk-offcanvas {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
}
.uk-offcanvas-bar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100vw;
    box-sizing: border-box;
    width: 100vw;
    padding: 1rem 1rem;
    background: #fff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.uk-offcanvas-bar .uk-offcanvas-nav {
    margin-top: calc(0.75rem + 0.75rem + 27px + 12px + 1.5rem + 8px + 24px + 3rem);
}
.uk-open>.uk-offcanvas-bar {
    left: 0;
}
.uk-offcanvas-bar-animation {
    transition: left .3s ease-out;
}
.uk-offcanvas-child {
    position: absolute;
    top:0;
    left: 0;
    right:0;
    background: white;
    height: calc(100vh - (0.75rem + 0.75rem + 27px + 12px + 1.5rem + 8px + 24px + 3rem));
}
/* ========================================================================
   Component: Animation
 ========================================================================== */
[class*='uk-animation-'] {
    animation-duration: 0.5s;
    animation-timing-function: ease-out;
    animation-fill-mode: both;
}
.uk-animation-fade {
    animation-name: uk-fade;
    animation-duration: 0.8s;
    animation-timing-function: linear;
}
.uk-animation-slide-top {
    animation-name: uk-fade-top;
}
.disp-show {
    display: none !important;
}
/* ========================================================================
   Component: Autocomplete
 ========================================================================== */
.chosen-container {
    max-width: 100%;
    width: 100%;
    background: #fff;
    color: var(--main-color);
    transition: 0.2s ease-in-out;
    transition-property: color, background-color, border;
    font-size: 1rem;
    line-height: 1.5rem;
    height: 2.5rem;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    position: relative;

}
@media  (min-width: 1200px) {
    .chosen-container {
        font-size: 1.2rem;
        line-height: 2rem;
    }
}
.chosen-container .chosen-single {
    display: block;
    position: relative;
    padding: 0 20px 0 0;
    font-family: var(--sb-reg);
    background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    border-bottom: 1px solid var(--border-color);
}
.chosen-container .chosen-drop {
    position: absolute;
    top: 3rem;
    left: 0;
    right: 0;
    z-index: 1010;
    border: none;
    padding: 1rem;
    border-radius: 0.8rem;
    display: none;
}
.chosen-container.chosen-container-active.chosen-with-drop .chosen-drop {
    background: var(--contrast-color);
    box-shadow: 3px 4px 20px rgb(0 0 0 / 10%);
    display: block;
}
.chosen-container .chosen-search{
    position: relative;
}
.chosen-search > input{
    border: 1px solid var(--border-color);
    width: 100%;
    height: 2.5rem;
    outline: none !important;
    box-sizing: border-box;
    padding: 0 10px 0 2.5rem;
    position: relative;
}
.chosen-container .chosen-search::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 2.5rem;
    height: 2.5rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.7832 14.3911L20 18.6069L18.6069 20L14.3911 15.7832C12.8224 17.0407 10.8713 17.7246 8.86088 17.7218C3.96968 17.7218 0 13.7521 0 8.86088C0 3.96968 3.96968 0 8.86088 0C13.7521 0 17.7218 3.96968 17.7218 8.86088C17.7246 10.8713 17.0407 12.8224 15.7832 14.3911ZM13.8082 13.6605C15.0577 12.3756 15.7555 10.6532 15.7527 8.86088C15.7527 5.05267 12.6681 1.96909 8.86088 1.96909C5.05267 1.96909 1.96909 5.05267 1.96909 8.86088C1.96909 12.6681 5.05267 15.7527 8.86088 15.7527C10.6532 15.7555 12.3756 15.0577 13.6605 13.8082L13.8082 13.6605Z' fill='%230F0F0F'/%3E%3C/svg%3E%0A");
    z-index: 999;
}
.chosen-container .chosen-search > input:focus {
    outline: none !important;
}
.chosen-results {
    font-size: 0.8rem;
    color: var(--muted-color);
    margin: 1rem 0 0 0;
    width: 100%;
    box-sizing: border-box;
    list-style: none;
    height: 0;
    display: none;
    padding: 0;
}
.chosen-container .chosen-results  li {
    cursor: pointer;
    padding: 0;
    transition: 0.15s ease-in;
}
.chosen-container .chosen-results  li.highlighted {
    color: var(--active-color);
}
.chosen-container.chosen-container-active .chosen-results{
    display: block;
    height: 8rem;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
/* ========================================================================
   Component: Modal
 ========================================================================== */
.uk-modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1010;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 1rem 1rem;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: opacity 0.15s linear;
}
@media (min-width: 640px) {
    .uk-modal {
        padding: 4rem 2rem;
    }
}
@media (min-width: 960px) {
    .uk-modal {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
}
.uk-modal.uk-open {
    opacity: 1;
}
.uk-modal-page {
    overflow: hidden;
}
.uk-modal-dialog {
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
    width: 750px;
    max-width: 100% !important;
    background: #fff;
    opacity: 0;
    transform: translateY(-100px);
    transition: 0.3s linear;
    transition-property: opacity, transform;
}
.uk-open > .uk-modal-dialog {
    opacity: 1;
    transform: translateY(0);
}
.uk-modal-full {
    padding: 0;
    background: none;
}
.uk-modal-full .uk-modal-dialog {
    margin: 0;
    width: 100%;
    max-width: 100%;
    transform: translateY(0);
}
/* ========================================================================
   Component: Accordion
 ========================================================================== */
.uk-accordion-title {
    display: block;
    overflow: hidden;
    transition: 0.15s height ease-in;
}
.uk-accordion-title > a {
    text-decoration: none !important;
}
.uk-accordion-title::before {
    content: "";
    width: 0.7em;
    height: 0.7em;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0.35rem;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32 15V17L0 17L8.74228e-08 15L32 15Z' fill='%23E31E24'/%3E%3Cpath d='M15 0H17V32H15V0Z' fill='%23E31E24'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    cursor: pointer;
}
.uk-open > .uk-accordion-title::before {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='2' viewBox='0 0 32 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32 1.39876e-06V2L0 2L8.74228e-08 0L32 1.39876e-06Z' fill='%23E31E24'/%3E%3C/svg%3E%0A");
}
.uk-accordion-content {
    display: flow-root;
}
.uk-accordion-content > :last-child {
    margin-bottom: 0;
}
/* ========================================================================
   Component: Alert
 ========================================================================== */
.uk-alert {
    position: relative;
    margin-bottom: 1.5rem;
    padding: 1rem 2rem 1rem 2rem;
    background: #f8f8f8;
}
.uk-alert > :last-child {
    margin-bottom: 0;
}

.uk-alert-close {
    position: absolute;
    top: 20px;
    right: 15px;
    color: inherit;
    opacity: 0.4;
}
.uk-alert-close:first-child + * {
    margin-top: 0;
}
.uk-alert-close:hover,
.uk-alert-close:focus {
    color: inherit;
    opacity: 0.8;
}
/* ========================================================================
   Component: Light
 ========================================================================== */
.uk-light .uk-h1,
.uk-light p {
    color: white;
}
.uk-light .uk-heading-divider {
    border-bottom-color: rgb(255 255 255 / 45%);
}
/* ========================================================================
   Component: Lightbox
 ========================================================================== */
.uk-lightbox {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1010;
    background: rgb(0 0 0 / 70%);
    opacity: 0;
    transition: opacity 0.15s linear;
    touch-action: pinch-zoom;
}

.uk-lightbox.uk-open {
    display: block;
    opacity: 1;
}

.uk-lightbox-page {
    overflow: hidden;
}

.uk-lightbox-items > * {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
    color: rgba(255, 255, 255, 0.7);
    will-change: transform, opacity;
}
.uk-lightbox-items > * > * {
    max-width: 100vw;
    max-height: 100vh;
}
.uk-lightbox-items > :focus {
    outline: none;
}
.uk-lightbox-items > * > :not(iframe) {
    width: auto;
    height: auto;
}
.uk-lightbox-items > .uk-active {
    display: flex;
}
.uk-lightbox-toolbar {
    padding: 10px 10px;
    background: rgba(0, 0, 0, 0.45);
    font-size: 1.2rem;
    letter-spacing: var(--ls-large);
    color: white;
}
.uk-lightbox-toolbar > * {
    color: white;
}
.uk-lightbox-toolbar-icon {
    padding: 5px;
    color: rgba(255, 255, 255, 0.7);
}
.uk-lightbox-toolbar-icon:hover {
    color: #fff;
}
.uk-lightbox-button {
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.3);
    color: rgba(255, 255, 255, 0.7);
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.uk-lightbox-button:hover,
.uk-lightbox-button:focus {
    color: #fff;
}
.uk-lightbox-caption:empty {
    display: none;
}
.uk-lightbox-iframe {
    width: 80%;
    height: 80%;
}
.uk-lightbox-items img, .uk-lightbox-items video, .uk-lightbox-items iframe {
    border-radius: 16px;
}

.uk-lightbox-button svg > *,
.uk-lightbox-toolbar-icon svg > * {
    stroke: currentColor;
}
.uk-lightbox-caption:empty {
    display: none;
}
.uk-lightbox-iframe {
    width: 80%;
    height: 80%;
}
/* ========================================================================
   Mobile
 ========================================================================== */
@media (max-width: 1199px) {
    .uk-modal-full.uk-modal-page .uk-modal-dialog {
        height: 100vh;
        overflow-y: auto;
        padding-bottom: 5rem;
    }
    .uk-mobile-bottom {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: white;
        padding: 1rem 1.8rem;
        box-shadow: 4px 12px 40px 6px rgb(0 0 0 / 30%);
    }
    .uk-modal-full {
        height: 100vh;
        overflow: hidden;
        background: white;
    }
    .uk-label {
        font-size: 0.6rem;
        padding: 1px 4px;
        letter-spacing: 0.3px;
    }
    .uk-mobile-top {
        background: white;
    }
    .uk-mobile-top.uk-sticky.uk-active {
        z-index: 100;
        box-shadow: 4px 12px 40px 6px rgb(0 0 0 / 30%);
    }
    .uk-position-primary {
        z-index: 998;
    }
}
