

/* Start:/local/templates/dealer/template_styles.css?176551243364614*/
/* ========================================================================
   Component: Base
 ========================================================================== */
@font-face{
    font-family:"SangBleuSunrise-Regular-WebXL";
    font-display: auto;
    src: url("/local/templates/.default/fonts/SangBleuSunrise-Regular-WebXL.woff") format("woff");
    font-style: bold;
    font-weight: normal;
}
:root {
    /* -- fonts -- */
    --sb-bold: "SangBleuSunrise-Regular-WebXL", serif;
    /* -- colours -- */
    --main-color: #0F0F0F;
    --primary-color: #E31E24;
    --hover-color: #C80B11;
    --active-color: #A60005;
    --muted-color:#606060;
    --light-color: #F4F4F4;
    --border-color: #E1E1E1;
    --contrast-color: white;
    --danger-color: #f0506e;
    --warning-color: #faa05a;
    --success-color: #32d296;

    /* -- breakpoints -- */
    --uk-breakpoint-s: 640px;
    --uk-breakpoint-m: 960px;
    --uk-breakpoint-l: 1200px;
    --uk-breakpoint-xl: 1600px;

    /* -- transitions -- */
    --transition-small: 0.15s ease-in;
    --transition-large: 0.35s ease-in;

    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: 14px;
    font-weight: var(--text-normal);
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;

    background: var(--contrast-color);
    color: var(--main-color);
}
html {
    width: 100vw;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
}
body {
    margin: 0;
    padding: 0;
    width: 100vw;
    overflow-x: hidden;
}

#crossdomain-frame1, #crossdomain-frame2 {
    display: none !important;
    height: 0 !important;
    width: 0 !important;
}
.uk-page {
    min-height: calc(100vh - 50px);
}
@media (min-width: 960px) {
    .uk-page {
        min-height: calc(100vh - 53px);
    }
}
::selection {
    background: var(--primary-color);
    color: var(--contrast-color);
    text-shadow: none;
}
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0,0,0,0.1);
}
::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background: rgba(0,0,0,0.2);
}
::-webkit-scrollbar-thumb:hover{
    background: rgba(0,0,0,0.4);
}
::-webkit-scrollbar-thumb:active{
    background: rgba(0,0,0,.9);
}
.uk-overflow-scroll {
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}
.uk-overflow-scroll::-webkit-scrollbar {
    display: none;
}
/* Text
 ========================================================================== */
a:active,
a:hover,
button:focus,
button:active{
    outline: none;
}
a:not([class]) {
    color: inherit;
    font-weight: var(--text-bold);
    text-decoration: underline;
    cursor: pointer;
    transition: var(--transition-small);
    transition-property: color;
    letter-spacing: var(--ls-large);
}
a:not([class]):hover {
    color: var(--hover-color);
}
a:not([class]):focus {
    color: var(--primary-color);
}
li.uk-active > a:not([class]) {
    color: var(--primary-color);
}
.uk-light a, .uk-light a:not([class]):hover, .uk-light a:not([class]):focus {
    color: var(--contrast-color);
}
.uk-link-reset, .uk-link-reset:hover, .uk-link-reset:active {
    color: inherit !important;
    text-decoration: none !important;
}
.uk-point {
    cursor: pointer;
}
b,
strong,
.uk-text-bold {
    font-weight: 600;
}
pre {
    font: 0.875rem / 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;
}
pre code {
    font-family: Consolas, monaco, monospace;
}
.uk-text-small {
    font-size: 0.9rem;
    line-height: 1.33;
    letter-spacing: 0.2px;
}
.uk-text-xsmall {
    font-size: 0.8rem;
    line-height: 1;
    letter-spacing: 0.2px;
}
.uk-text-uppercase {
    text-transform: uppercase;
}
.uk-text-muted {
    color: var(--muted-color) !important;
}
.uk-text-primary {
    color: var(--primary-color) !important;
}
.uk-light .uk-text-muted {
    color: var(--contrast-color)!important;
}
.uk-text-normal {
    color: var(--main-color);
    text-transform: none;
}
.uk-text-nowrap {
    white-space: nowrap;
}
.uk-text-truncate {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.uk-text-100 {
    width: auto;
    max-width: 90px;
}
.uk-text-150 {
    width: auto;
    max-width: 150px;
}
.uk-text-200 {
    width: auto;
    max-width: 200px;
}
.uk-text-left {
    text-align: left !important;
}
.uk-text-right {
    text-align: right !important;
}
.uk-text-center {
    text-align: center !important;
}
.uk-label {
    display: inline-block;
    font-size: 0.7rem;
    vertical-align: middle;
    white-space: nowrap;
    text-transform: uppercase;
    background: var(--contrast-color);
    color: var(--muted-color);
    font-weight: 600;
    border-radius: 4px;
    padding: 2px 4px;
    letter-spacing: 0.3px;
    border: 1px solid var(--border-color);
    box-sizing: border-box;
}
.uk-label-muted {
    display: inline-block;
    font-size: 0.7rem;
    vertical-align: middle;
    white-space: nowrap;
    text-transform: uppercase;
    background: var(--light-color);
    color: var(--muted-color);
    font-weight: 600;
    border-radius: 4px;
    padding: 2px 4px;
    letter-spacing: 0.3px;
    border: 1px solid transparent;
    box-sizing: border-box;
}
.uk-opacity {
    opacity: 0.5 !important;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
/* Embedded content
 ========================================================================== */
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
canvas,
img,
video {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
}
@supports (display: block) {
    svg {
        max-width: 100%;
        height: auto;
        box-sizing: border-box;
    }
}
svg:not(:root) {
    overflow: hidden;
}
img:not([src]) {
    min-width: 1px;
    visibility: hidden;
}
iframe {
    border: 0;
}
.uk-detail-text img {
    border-radius: 1rem;
}
/* HTML 5 content
 ========================================================================== */
address {
    font-style: normal;
}
details,
main {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}

/* Block elements
 ========================================================================== */
p,
ul,
ol,
dl,
pre,
address,
fieldset {
    margin: 0;
}
* + p,
* + ul,
* + ol,
* + dl,
* + pre,
* + address,
* + fieldset,
* + figure {
    margin-top: 1rem;
}
hr {
    overflow: visible;
    text-align: inherit;
    border: 0;
    border-top: 1px solid var(--border-color);
    margin: 0;
}
/* Headings
 ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6,
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6 {
    line-height: 1.2;
    font-weight: var(--text-normal);
    color: var(--main-color);
    margin: 0;
}

* + h1,
* + .uk-h1,
* + h2,
* + .uk-h2,
* + h3,
* + .uk-h3,
* + h4,
* + .uk-h4,
* + h5,
* + .uk-h5,
* + h6,
* + .uk-h6 {
    margin-top: 2.5rem;
}

@media (min-width: 1200px) {
    * + h1,
    * + .uk-h1,
    * + h2,
    * + .uk-h2,
    * + h3,
    * + .uk-h3,
    * + h4,
    * + .uk-h4,
    * + h5,
    * + .uk-h5,
    * + h6,
    * + .uk-h6 {
        margin-top: 5rem;
    }
}

.uk-heading-divider {
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--border-color);
}
.uk-heading-bullet {
    border-left: 5px solid var(--light-color);
    padding-left: 0.5rem;
    margin-left: calc(-0.5rem - 5px);
}
h1, .uk-h1 {
    font-size: 1.8rem;
    font-family: var(--sb-bold);
}
h2, .uk-h2 {
    font-size: 1rem;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    overflow: hidden;
    font-family: var(--sb-bold);
}
h2>*, .uk-h2>* {
    display: inline-block;
    position: relative;
    max-width: 70%;
}
h2>::after,h2>::before,
.uk-h2>::after,.uk-h2>::before {
    content: "";
    position: absolute;
    top: calc(50% - (calc(.2px + .05em)/ 2));
    width: 2000px;
    border-bottom: calc(.2px + .05em) solid #E1E1E1;
}

h2>::before,
.uk-h2>::before {
    right: 100%;
    margin-right: calc(1rem + .3em)
}

h2>::after,
.uk-h2>::after {
    left: 100%;
    margin-left: calc(1rem + .3em)
}
h3,.uk-h3 {
    font-family: var(--sb-bold);
    font-size: 1.3rem;
}
h4,.uk-h4 {
    font-family: var(--sb-bold);
    font-size: 1.15rem;
}
h5,.uk-h5 {
    font-family: var(--sb-bold);
    font-size: 1rem;
}
h6,.uk-h6 {
    font-family: var(--sb-bold);
    font-size: 0.9rem;
}
@media (min-width: 1200px) {
    h1, .uk-h1 {
        font-size: 2.5rem;
    }
    h2,.uk-h2 {
        font-size: 1.3rem;
    }
    h3,.uk-h3 {
        font-family: var(--sb-bold);
        font-size: 1.5rem;
    }
}
@media (min-width: 960px) {
    h4,.uk-h4 {
        font-size: 1.28rem;
    }
    h5,.uk-h5 {
        font-size: 1.1rem;
    }
}
/* List
 ========================================================================== */
ul:not([class]),
ol:not([class]) {
    padding-left: 1.8rem;
}
@media (min-width: 1200px) {
    ul:not([class]),
    ol:not([class]) {
        padding-left: 3.125rem;
    }
    ol:not([class]) li::marker {
        width: 1.5rem;
    }
}
.uk-list {
    padding: 0;
    list-style: none;
}
.uk-list>* {
    break-inside: avoid-column;
}
.uk-list > * > :last-child {
    margin-bottom: 0;
}
.uk-list > :nth-child(n+2),
.uk-list > * > ul {
    margin-top: 1.5rem;
}
.uk-list-large>*>ul, .uk-list-large>:nth-child(n+2) {
    margin-top: 2rem;
}
.uk-list-small {
    line-height:1.1;
}
.uk-list-small .uk-text-xsmall {
    line-height:1.5;
}
.uk-list-small>*>ul, .uk-list-small>:nth-child(n+2) {
    margin-top: 0.8rem;
}
.uk-list-hyphen>li {
    position: relative;
}
.uk-list-hyphen>li::before {
    content: '+\00A0\00A0';
    position: absolute;
    top: 0;
    margin-top: -0.12em;
    left: -30px;
    width: 30px;
    vertical-align: top;
    display: list-item;
    list-style-position: inside;
    text-align: right;
    color: var(--muted-color);
}
/* ========================================================================
   Component: Section
 ========================================================================== */
.uk-section {
    display: flow-root;
    box-sizing: border-box;
    padding-top: 5rem;
    padding-bottom: 5rem;
    background: var(--contrast-color);
}
@media (min-width: 960px) {
    .uk-section {
        padding-top: 7.5rem;
        padding-bottom: 7.5rem;
    }
}
.uk-section.uk-section-top {
    padding-top: 2.25rem;
}
.uk-section > :last-child {
    margin-bottom: 0;
}
.uk-section-muted {
    background-color: var(--border-color);
}
.uk-section-small {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
.uk-section-default + .uk-section-default {
    padding-top: 0;
}
.uk-section-hover {
    position: relative;
    z-index: 10;
}
/* ========================================================================
   Component: Container
 ========================================================================== */
.uk-container {
    display: flow-root;
    box-sizing: content-box;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}
@media (min-width: 960px) {
    .uk-container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
.uk-container > :last-child {
    margin-bottom: 0;
}
.uk-container-expand {
    max-width: none;
}
.uk-container-expand-left {
    margin-left: 0;
}
.uk-container-expand-right {
    margin-right: 0;
}
@media (min-width: 960px) {
    .uk-container-expand-left,
    .uk-container-expand-right {
        max-width: calc(50% + (750px / 2) - 1.5rem);
    }
}
.uk-container-item-padding-remove-left,.uk-container-item-padding-remove-right {
    width: calc(100% + 1rem)
}

.uk-container-item-padding-remove-left {
    margin-left: -1rem
}

.uk-container-item-padding-remove-right {
    margin-right: -1rem
}

@media (min-width: 960px) {
    .uk-container-item-padding-remove-left,.uk-container-item-padding-remove-right {
        width:calc(100% + 2rem)
    }

    .uk-container-item-padding-remove-left {
        margin-left: -2rem
    }

    .uk-container-item-padding-remove-right {
        margin-right: -2rem
    }
}
/* ========================================================================
  Component: navbar
========================================================================== */
.uk-navbar-container {
    background: var(--contrast-color);
    border-bottom: 1px solid rgb(225 225 225 / 55%);
    box-sizing: border-box;
    position: sticky;
    top:0;
    left: 0;
    right:0;
    display: flex;
    z-index: 999;
}
@media (min-width: 960px) {
    .uk-navbar-container {
        padding: 0 1rem;
    }
}
.uk-navbar-container > ::before,
.uk-navbar-container > ::after {
    display: none !important;
}
.uk-navbar-nav {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    max-width: 100%;
}
.uk-navbar-nav > li > a,
.uk-navbar-item,
.uk-navbar-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 0.25em;
    box-sizing: border-box;
    min-height: 3.2rem;
    padding: 0 0.5rem;
    font-size: 0.8rem;
    text-decoration: none;
    letter-spacing: 0.05rem;
    font-weight: 600;
    text-transform: uppercase;
}

@media (min-width: 960px) {
    .uk-navbar-nav > li > a,
    .uk-navbar-item,
    .uk-navbar-toggle {
        padding: 0 1rem;
    }
}
[class*=uk-navbar-center-] {
    width: max-content;
    box-sizing: border-box
}
.uk-navbar-center:only-child {
    margin-left: auto;
    margin-right: auto;
    position: relative
}
.uk-navbar-center:not(:only-child) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: max-content;
    box-sizing: border-box;
    z-index: 990
}
.uk-navbar-left,
.uk-navbar-right,
.uk-navbar-center{
    display: flex;
    gap: 0.5rem;
    align-items: center;
}
.uk-navbar-right {
    margin-left: auto;
}
/* ========================================================================
  Component: nav
========================================================================== */
.uk-nav,
.uk-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.uk-nav li > a {
    display: flex;
    align-items: center;
    column-gap: 0.25em;
    text-decoration: none;
    font-weight: var(--text-normal);
}
.uk-nav li > a > * {
    flex: none;
}
.uk-nav li > a:focus {
    outline: none;
}
.uk-nav.uk-nav-primary li + li {
    margin-top: 1rem;
}
.uk-nav.uk-nav-primary li a {
    font-size: 0.9rem;
    line-height: 1.2;
}
.uk-subnav li a {
    font-size: 0.8rem;
    text-decoration: none;
    outline: none;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 5px 6px;
    letter-spacing: 0.3px;
    box-sizing: border-box;
}
.uk-subnav li.uk-active a {
    background: white;
}
.uk-breadcrumb {
    list-style: none;
    padding: 0
}

.uk-breadcrumb>* {
    display: contents
}

.uk-breadcrumb>li>a,.uk-breadcrumb>li>span {
    color: #757575;
    font-size: .875rem;
    font-weight: 500;
    text-decoration: none
}

.uk-breadcrumb>:nth-child(n+2):not(.uk-first-column):before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m2.574.708.36.933c.667 1.737 1.722 2.554 2.57 2.955.435.205.828.307 1.107.357A3.312 3.312 0 0 0 7 5h.01H7L7 6v1h.008-.01l-.07.004a3.315 3.315 0 0 0-.317.043c-.279.05-.672.152-1.107.357-.848.401-1.903 1.218-2.57 2.955l-.36.933-1.866-.718.359-.933C1.772 7.804 2.857 6.679 3.918 6c-1.06-.68-2.146-1.805-2.853-3.641l-.358-.934L2.574.708Z' fill='%23B5B4B4'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 5px;
    content: "";
    display: inline-block;
    font-size: .875rem;
    height: 1.25rem;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    width: 1.25rem
}
/* ========================================================================
   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;
}
.uk-slider-items > li:not(.uk-active) {
    opacity: 0.5
}
/* ========================================================================
    Component: Utility
========================================================================== */

/* Panel
 ========================================================================== */
.uk-panel {
    display: flow-root;
    position: relative;
    box-sizing: border-box;
}
.uk-panel > :last-child {
    margin-bottom: 0;
}
.uk-panel-title {
    margin-left: 0.8rem;
}
.uk-width-xlarge .uk-panel-title {
    margin-left: 2rem;
}
.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;
}
.uk-border-rounded-small {
    border-radius: 0.4rem;
}
.uk-bordered {
    border: 1px solid var(--border-color);
    box-sizing: border-box;
    position:relative;
}
.uk-switcher-connect > li.uk-active > .uk-bordered {
    border: 1px solid var(--contrast-color);
}
.uk-switcher-connect > li.uk-active > .uk-bordered::before {
    content: '';
    display: inline-block;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin: -5px;
    background: rgb(0 0 0 / 50%);
    border-radius: 0.8rem;
}
.uk-switcher-connect > li.uk-active > .uk-bordered > div {
    position: relative;
}

/* 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;
    }
}
.uk-invisible {
    visibility: hidden!important
}

.uk-hidden-hover {
    opacity: 0;
    tranition: 0.15s ease-in;
}
.uk-visible-toggle:hover .uk-hidden-hover {
    opacity: 1;
}
/* ========================================================================
   Component: Grid
 ========================================================================== */
.uk-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}
.uk-grid > * {
    margin: 0;
}
.uk-grid > * > :last-child {
    margin-bottom: 0;
}
/* Grit gutter
 ========================================================================== */
.uk-grid,
.uk-slider-items.uk-grid {
    margin-left: -1.5rem;
}
.uk-grid > * {
    padding-left: 1.5rem;
}
.uk-grid + .uk-grid,
.uk-grid > .uk-grid-margin,
* + .uk-grid-margin {
    margin-top: 1.5rem;
}
.uk-grid-small,
.uk-grid-column-small,
.uk-slider-items.uk-grid-small{
    margin-left: -0.75rem;
}
.uk-grid-small > *,
.uk-grid-column-small > * {
    padding-left: 0.75rem;
}
.uk-grid + .uk-grid-small,
.uk-grid + .uk-grid-row-small,
.uk-grid-small > .uk-grid-margin,
.uk-grid-row-small > .uk-grid-margin,
* + .uk-grid-margin-small {
    margin-top: 0.75rem !important;
}
.uk-grid-large,
.uk-grid-column-large,
.uk-slider-items.uk-grid-large{
    margin-left: -3rem;
}
.uk-grid-large > *,
.uk-grid-column-large > * {
    padding-left: 3rem;
}
.uk-grid + .uk-grid-large,
.uk-grid + .uk-grid-row-large,
.uk-grid-large > .uk-grid-margin,
.uk-grid-row-large > .uk-grid-margin,
* + .uk-grid-margin-large {
    margin-top: 3rem !important;
}
.uk-grid-collapse,.uk-grid-column-collapse {
    margin-left: 1px;
}
.uk-grid-collapse>*,.uk-grid-column-collapse>* {
    padding-left: 1px;
}
.uk-grid+.uk-grid-collapse,.uk-grid+.uk-grid-row-collapse,.uk-grid-collapse>.uk-grid-margin,.uk-grid-row-collapse>.uk-grid-margin {
    margin-top: 1px;
}
/* Match child of a grid cell
 ========================================================================== */
.uk-grid-match > *,
.uk-grid-item-match {
    display: flex;
    flex-wrap: wrap;
}
.uk-grid-match > * > :not([class*='uk-width']),
.uk-grid-item-match > :not([class*='uk-width']) {
    box-sizing: border-box;
    width: 100%;
    flex: auto;
}
.uk-grid-plus > :not(:last-child)::before {
    content: "+";
    position: absolute;
    display: inline-block;
    font-size: 2rem;
    width: 2.2rem;
    height: 2.2rem;
    line-height: 2.2rem;
    vertical-align: baseline;
    text-align: center;
    top: calc(50% - 3.5rem);
    right: -1.8rem;
    z-index: 10;
}
/* Divider
 ========================================================================== */
.uk-grid-divider > * {
    position: relative;
}
.uk-grid-divider > :not(.uk-first-column)::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    border-left: 1px solid var(--border-color);
}
.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    border-top: 1px solid var(--border-color);
}
.uk-grid-divider {
    margin-left: -1.8rem;
}
.uk-grid-divider > * {
    padding-left: 1.8rem;
}
.uk-grid-divider > :not(.uk-first-column)::before {
    left: 0.9rem;
}
/* ========================================================================
   Component: Flex
 ========================================================================== */
.uk-flex {
    display: flex;
}
.uk-flex::before,
.uk-flex::after {
    display: none;
}
.uk-flex-nowrap {
    flex-wrap: nowrap;
}
.uk-flex-left {
    justify-content: flex-start;
}
.uk-flex-center {
    justify-content: center;
}
.uk-flex-right {
    justify-content: flex-end;
}
.uk-flex-between {
    justify-content: space-between;
}
.uk-flex-around {
    justify-content: space-around;
}
.uk-flex-top {
    align-items: flex-start;
}
.uk-flex-middle {
    align-items: center;
}
.uk-flex-bottom {
    align-items: flex-end;
}
/* ========================================================================
   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-1-5 > * {
    width: 20%;
}
.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-1-5\@m > * {
        width: 20%;
    }
    .uk-child-width-auto\@m > * {
        width: auto;
    }
    .uk-child-width-expand\@m > :not([class*='uk-width']) {
        flex: 1;
        min-width: 1px;
    }
}
@media (min-width: 1200px) {
    .uk-child-width-1-4\@l > * {
        width: 25%;
    }
}

/* Single Widths
 ========================================================================== */
[class*='uk-width'] {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
}
.uk-width-1-2 {
    width: 50%;
}

.uk-width-1-4 {
    width: 25%;
}
.uk-width-3-4 {
    width: 75%;
}
.uk-width-2xsmall {
    width: 2.5rem;
}
.uk-width-xsmall {
    width: 4rem;
}
.uk-width-small {
    width: 5rem;
}
.uk-width-smaller {
    width: 7.5rem;
}
.uk-width-premedium {
    width: 15rem;
}
.uk-width-medium {
    width: 22rem;
}
.uk-max-width-premedium {
    max-width: 11rem;
}
.uk-max-width-medium {
    max-width: 20rem;
}
.uk-width-prelarge {
    width: calc((100vw - 1.5rem * 4 - 35px) / 4);
}
.uk-width-prelarge-list {
    width: calc((100vw - 1.5rem * 3 - 200px) / 3);
}
.uk-width-large {
    width: calc((100vw - 1.5rem * 4 - 35px) / 4);
}
.uk-width-large\@l {
    width: calc((100vw - 1.5rem * 4 - 35px) / 4);
}
.uk-width-xlarge {
    width: calc((100vw - 1.5rem * 3 - 35px) / 3);
}
.uk-width-xlarge\@l {
    width: calc((100vw - 1.5rem * 3 - 35px) / 3);
}
.uk-width-auto {
    width: auto;
}
.uk-width-expand {
    flex: 1;
    min-width: 1px;
}
@media (min-width: 960px) {
    .uk-width-xsmall {
        width: 5rem;
    }
    .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-2xsmall {
    height: 2.5rem;
}
.uk-height-xsmall {
    height: 4rem;
}
.uk-height-small {
    height: 5rem;
}
.uk-height-smaller {
    height: 7.5rem;
}
.uk-height-premedium {
    height: 15rem;
}
.uk-height-medium {
    height: 22rem;
}
.uk-height-medium-contain {
    height: 20rem;
}
.uk-height-prelarge {
    height: calc((100vw - 1.5rem * 4 - 35px) / 4);
}
.uk-height-prelarge-contain {
    height: calc(((100vw - 1.5rem * 4 - 35px) / 4) - 3rem);
}
.uk-height-prelarge-list {
    height: calc((100vw - 1.5rem * 3 - 200px) / 3);
}
.uk-height-large {
    height: calc((100vw - 1.5rem * 4 - 35px) / 4);
}
.uk-height-xlarge {
    height: calc((100vw - 1.5rem * 3 - 35px) / 3);
}
.uk-height-large\@l {
    height: calc((100vw - 1.5rem * 4 - 35px) / 4);
}
.uk-height-xlarge\@l {
    height: calc((100vw - 1.5rem * 3 - 35px) / 3);
}
@media (min-width: 960px) {
    .uk-height-xsmall {
        height: 5rem;
    }
}
.uk-height-blueprint {
    height: calc(100vh - (70px + 2rem + 70px + 2.25rem + 7.5rem + 46px));
}
.uk-height-blueprint-1-2 {
    height: calc((100vh - (70px + 2rem + 70px + 2.25rem + 7.5rem + 46px)) / 2 - 0.75rem/2);
}
/* ========================================================================
   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-padding-small {
    padding: 0.8rem;
}
.uk-padding-xsmall {
    padding: 0.5rem 0.8rem;
}
.uk-padding-right {
    padding-right: 1rem;
}
* + .uk-margin-xsmall {
    margin-top: 0.3rem;
}
* + .uk-margin-small {
    margin-top: 0.5rem
}
* + .uk-margin {
    margin-top: 1rem
}
* + .uk-margin-medium {
    margin-top: 2rem
}
* + .uk-margin-large {
    margin-top: 3rem
}
* + .uk-margin-xlarge {
    margin-top: 5rem
}
@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-left {
    margin-left: 1rem !important;
}
.uk-margin-right {
    margin-right: 1rem !important;
}
.uk-margin-auto-vertical {
    margin-top: auto!important;
    margin-bottom: auto!important;
}
/* ========================================================================
   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;
    letter-spacing: 0.3px;
}
@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);
}
.uk-button.uk-button-like {
    background-color: #fff;
    border: 1px solid #fff;
    color: var(--main-color);
    border-radius: .25rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1rem;
    line-height: 2.23rem;
    padding: 0 .5rem 0 2rem;
    position: relative
}

.uk-button.uk-button-like:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='22' height='19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m11 3.201 1.55-1.565a5.5 5.5 0 0 1 7.829 0 5.623 5.623 0 0 1 0 7.9L11.002 19 11 18.998l-.002.002-9.377-9.463a5.623 5.623 0 0 1 0-7.9 5.5 5.5 0 0 1 7.828 0L11 3.2Zm.001 12.958 7.957-8.03a3.623 3.623 0 0 0 0-5.085 3.5 3.5 0 0 0-4.987 0L11 6.042 8.029 3.044a3.5 3.5 0 0 0-4.987 0 3.623 3.623 0 0 0 0 5.085l7.957 8.03.001-.002.001.002Z' fill='%230F0F0F'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: inline-block;
    left: .5rem;
    position: absolute;
    top: .15rem;
    -webkit-transition: var(--transition-large);
    -o-transition: var(--transition-large);
    transition: var(--transition-large);
    -webkit-transition-property: background-image;
    -o-transition-property: background-image;
    transition-property: background-image;
    width: 1.2rem
}

.liked .uk-button.uk-button-like,.uk-button.uk-button-like:active,.uk-button.uk-button-like:focus,.uk-button.uk-button-like:hover {
    color: var(--primary-color)
}

.liked .uk-button.uk-button-like:before,.uk-button.uk-button-like:active:before,.uk-button.uk-button-like:focus:before,.uk-button.uk-button-like:hover:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='22' height='19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m11 3.201 1.55-1.565a5.5 5.5 0 0 1 7.829 0 5.623 5.623 0 0 1 0 7.9L11.002 19 11 18.998l-.002.002-9.377-9.463a5.623 5.623 0 0 1 0-7.9 5.5 5.5 0 0 1 7.828 0L11 3.2Zm.001 12.958 7.957-8.03a3.623 3.623 0 0 0 0-5.085 3.5 3.5 0 0 0-4.987 0L11 6.042 8.029 3.044a3.5 3.5 0 0 0-4.987 0 3.623 3.623 0 0 0 0 5.085l7.957 8.03.001-.002.001.002Z' fill='%23E31E24'/%3E%3C/svg%3E")
}
.uk-button-reset,
.uk-button-reset:hover,
.uk-button-reset:focus,
.uk-button-reset:active {
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    background: none;
    text-decoration: none;
    box-shadow: none;
    text-shadow: none;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    text-transform: inherit;
    text-align: inherit;
    padding:0;
    margin:0;
    height: auto;
    min-height: auto;
}
/* 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;
    }
}
.uk-slidenav {
    color: hsla(0,0%,40%,.5);
    padding: 5px 10px;
    -webkit-transition: color .1s ease-in-out;
    -o-transition: color .1s ease-in-out;
    transition: color .1s ease-in-out
}

.uk-slidenav:focus,.uk-slidenav:hover {
    color: hsla(0,0%,40%,.9);
    outline: none
}

.uk-slidenav:active {
    color: hsla(0,0%,40%,.5)
}
.uk-light .uk-slidenav {
    color: hsla(0, 0%, 100%, 0.9);
}

.uk-light .uk-slidenav:focus,.uk-light .uk-slidenav:hover {
    color: hsla(0, 0%, 100%, 1);
}

.uk-light .uk-slidenav:active {
    color: hsla(0, 0%, 100%, 0.9)
}
.uk-icon:not(.uk-preserve) [stroke*='#']:not(.uk-preserve) {
    stroke: currentcolor;
}
/* ========================================================================
   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-cover-1 {
    background-size: 150%;
    background-repeat: no-repeat;
}
.uk-background-cover-2 {
    background-size: 200%;
    background-repeat: no-repeat;
}
.uk-background-cover-3 {
    background-size: 210%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.uk-background-top-left {
    background-position: 0 0;
}
.uk-background-bottom-left {
    background-position: 100% 0;
}
.uk-background-top-center {
    background-position: 0 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%);
}
.uk-background-default {
    background: rgb(255 255 255 / 85%);
    transition: 0.15s ease-in;
}
.uk-visible-toggle:hover .uk-background-default {
    background: white;
}
/* ========================================================================
   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;
}
.uk-position-primary {
    z-index: 998;
}
.uk-sticky.uk-active .uk-sticky-invisible {
    opacity: 0;
}
/* ========================================================================
   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: 1.2rem;
    line-height: 2.5rem;
    border: none;
    border-bottom: 1px solid var(--border-color);
    font-family: var(--sb-bold);
}
.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: 2.5rem;
    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: var(--border-color);
    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-light .uk-radio,
.uk-light .uk-checkbox {
    border: 1px solid var(--contrast-color);
}
.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: var(--muted-color);
}
.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-light .uk-checkbox {
    background-color: transparent;
}
.uk-light .uk-radio:checked,
.uk-light .uk-checkbox:checked,
.uk-light .uk-checkbox:indeterminate {
    background-color: transparent;
}
.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: 1.2rem;
    line-height: 2rem;
    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-bold);
    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: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: opacity 0.15s linear;
}
.uk-modal.uk-open {
    opacity: 1;
}
.uk-modal-page {
    overflow: hidden;
}
.uk-modal-dialog {
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
    width: 550px;
    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);
}
.uk-modal-body [class*=uk-modal-close] {
    border: none;
    border-radius: 100%;
    padding: 1rem;
    position: absolute;
    right: 0;
    top: 0.7rem;
    z-index: 1010
}
@media (max-width: 1199px) {
    .uk-modal-dialog {
        -webkit-overflow-scrolling:touch;
        bottom: 0;
        margin: 0;
        max-height: 90vh;
        min-height: auto;
        overflow-y: auto;
        position: absolute;
        width: 100%;
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
    }

    .uk-modal-body {
        padding: 1.5rem 1rem
    }
}
@media (min-width: 1200px) {
    .uk-modal-dialog {
        border-radius: 0.8rem;
        padding: 2.2rem 1.8rem;
        box-shadow: 4px 12px 40px 6px rgb(0 0 0 / 9%);
    }
    .uk-modal {
        padding: 4rem 2rem;
    }
    .uk-modal-body [class*=uk-modal-close]{
        right: 1rem;
        top: 1.5rem;
    }
}
/* ========================================================================
   Component: Accordion
 ========================================================================== */
.uk-accordion-title::before {
    content: "";
    display: inline-block;
    position: absolute;
    top:50%;
    margin-top: -0.7em;
    right:0;
    width: 1.4em;
    height: 1.4em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpolyline fill='none' stroke='%23000' stroke-width='1.03' points='16 7 10 13 4 7'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.uk-open>.uk-accordion-title::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpolyline fill='none' stroke='%23000' stroke-width='1.03' points='4 13 10 7 16 13'%3E%3C/polyline%3E%3C/svg%3E");
}

.uk-accordion-title:hover {
    color: #666;
    text-decoration: none
}
.uk-accordion-content {
    display: flow-root;
    margin-top: 0.5rem;
}
.uk-accordion-content-text {
    width: calc(100% - 1.5em);
}
.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: Lightbox
 ========================================================================== */
.uk-lightbox {
    background: rgba(0,0,0,.7);
    bottom: 0;
    display: none;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
    z-index: 1010
}

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

.uk-lightbox-page {
    overflow: hidden
}

.uk-lightbox-items>* {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 0;
    color: hsla(0,0%,100%,.7);
    display: none;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    will-change: transform,opacity
}

.uk-lightbox-items>*>* {
    max-height: 100vh;
    max-width: 100vw
}

.uk-lightbox-items>:focus {
    outline: none
}

.uk-lightbox-items>*>:not(iframe) {
    height: auto;
    width: auto
}

.uk-lightbox-items>.uk-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.uk-lightbox-toolbar {
    background: rgba(0,0,0,.45);
    color: #fff;
    font-size: 1rem;
    letter-spacing: var(--ls-large);
    padding: 10px
}

.uk-lightbox-toolbar>* {
    color: #fff
}

.uk-lightbox-toolbar-icon {
    color: hsla(0,0%,100%,.7);
    padding: 5px
}

.uk-lightbox-toolbar-icon:hover {
    color: #fff
}

.uk-lightbox-button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0,0,0,.3);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: hsla(0,0%,100%,.7);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 50px;
    justify-content: center;
    width: 50px
}

.uk-lightbox-button:focus,.uk-lightbox-button:hover {
    color: #fff
}

.uk-lightbox-items iframe,.uk-lightbox-items img,.uk-lightbox-items video {
    border-radius: 16px
}

.uk-lightbox-button svg>*,.uk-lightbox-toolbar-icon svg>* {
    stroke: currentColor
}

.uk-lightbox-caption:empty {
    display: none
}

.uk-lightbox-iframe {
    height: 80%;
    width: 80%
}
/* ========================================================================
   Component: Dropdown
 ========================================================================== */
.uk-drop {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    position: absolute;
    width: 300px;
    z-index: 1020
}

.uk-drop.uk-open {
    display: block
}

[class*=uk-drop-top] {
    margin-top: -20px
}

[class*=uk-drop-bottom] {
    margin-top: 20px
}

[class*=uk-drop-left] {
    margin-left: -20px
}

[class*=uk-drop-right] {
    margin-left: 20px
}

.uk-drop-stack .uk-drop-grid>* {
    width: 100%!important
}

.uk-dropdown {
    background: #fff;
    -webkit-box-shadow: 0 5px 12px rgba(0,0,0,.15);
    box-shadow: 0 5px 12px rgba(0,0,0,.15);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #666;
    display: none;
    min-width: 200px;
    padding: 25px;
    position: absolute;
    z-index: 1020
}

.uk-dropdown.uk-open {
    display: block
}

[class*=uk-dropdown-top] {
    margin-top: -10px
}

[class*=uk-dropdown-bottom] {
    margin-top: 10px
}

[class*=uk-dropdown-left] {
    margin-left: -10px
}

[class*=uk-dropdown-right] {
    margin-left: 10px
}

.uk-dropdown-stack .uk-dropdown-grid>* {
    width: 100%!important
}

.info .uk-dropdown {
    border-radius: .75rem;
    -webkit-box-shadow: 0 8px 20px rgb(0 0 0/4%),0 12px 40px rgb(0 0 0/8%);
    box-shadow: 0 8px 20px rgb(0 0 0/4%),0 12px 40px rgb(0 0 0/8%);
    padding: 1.5rem 1.25rem;
    width: 28.5rem
}

.info .uk-heading-medium {
    line-height: 26px;
    vertical-align: middle
}

@media(max-width: 1199px) {
    .info .uk-dropdown {
        padding:1rem .75rem;
        width: 20rem
    }
}

.span-toggle {
    cursor: pointer;
    min-width: 24px;
    outline: none!important
}

.span-toggle path {
    fill: var(--muted-color)
}

.span-toggle:active path,.span-toggle:focus path,.span-toggle:hover path,.span-toggle[aria-expanded=true] path {
    fill: var(--hover-color)
}

/* ========================================================================
   Offer form
 ========================================================================== */
#offer-form .uk-modal-dialog{
    width: 800px;
}
#offer-form .uk-modal-close-default {
    top: 0 !important;
    right: 0 !important;
}
#offer-form.uk-modal-full {
    background: rgb(0 0 0 / 75%) !important;
}
#offer-form .uk-input,
#offer-form .uk-select.uk-select-blank {
    border-radius: 0.4rem;
}
#offer-form .uk-select.uk-select-blank {
    border: none;
    margin: 0;
    padding: 0 1rem 0 0;
    height: 20rem;
}
#offer-form .uk-textarea::placeholder,
#offer-form .uk-input::placeholder {
    font-style: italic;
}
#offer-form #model_types_selector {
    overscroll-behavior: none;
    height: 2rem;
    min-height: 2rem;
    resize: none;
    overflow: visible;
    margin-left: -0.5rem !important;
}
#offer-form option {
    border-radius: 0.4rem;
}
#offer-form #model_types_selector option {
    font-size: 0.85rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.4px;
    cursor: pointer;
    display: inline-block;
    margin-left: 0.5rem;
    padding: 0.2rem 0.5rem;
    border: 1px solid rgb(206, 206, 206);
    color: var(--main-color);
    background: transparent;
    box-sizing: border-box;
}
#offer-form #model_types_selector option:hover,
#offer-form #model_types_selector option:focus,
#offer-form #model_types_selector option:active,
#offer-form #model_types_selector option[selected]{
    background: rgb(206, 206, 206);
    color: var(--main-color);
}
#offer-form #model_types_selector option + option {
    margin-top: 0.5rem;
}
#offer-form .uk-accordion-title::before {
    top: 0;
    margin-top: 0;
}
#offer-form .uk-accordion-content {
    margin-top: 1.5rem;
    padding-left: calc(2rem + 5px);
}
.uk-select-search {
    height: 2rem;
    font-size: 1rem;
    background-image: none;
    margin-bottom: 1rem;
}
#wares .uk-input,
#similarProjectUrls .uk-input {
    width: 100%;
}
#wares .uk-input +  .uk-input,
#similarProjectUrls .uk-input +  .uk-input {
    margin-top: 1rem;
}
.uk-grid-nav li a {
    font-size: 0.85rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.4px;
    cursor: pointer;
    display: inline-block;
    padding: 0.2rem 0.5rem;
    text-decoration: none;
    border-radius: 0.4rem;
    border: 1px solid rgb(206, 206, 206);
    box-sizing: border-box;
}
.uk-grid-nav li a:hover,
.uk-grid-nav li a:focus,
.uk-grid-nav li a.active,
.uk-grid-nav li.uk-active a{
    text-decoration: none;
    background-color: rgb(206, 206, 206);
}
@media (min-width: 1200px) {
    #model_colors_selector_container {
        margin-top: -3rem;
    }
}
/*
.bx-input-file-desc {
    display: block;
}
.bx-input-file-desc {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
*/
.bx-input-file-desc {
    display: none;
}
input.typefile input[type="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: transparent;
    color: var(--primary-color);
    border: 1px solid transparent;
    cursor: pointer;
    letter-spacing: 0.3px;
}
/* ========================================================================
   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.5rem;
        box-shadow: 4px 12px 40px 6px rgb(0 0 0 / 30%);
    }
    .uk-modal-full {
        height: 100vh;
        overflow: hidden;
        background: white;
    }

    .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%);
    }
    svg[width="70"] {
        width: 60px
    }
}
/* ========================================================================
   Extra Large
 ========================================================================== */
@media (max-width: 1599px) {
    .uk-visible\@xl {
        display: none;
    }
}
@media (min-width: 1600px) {
    .uk-width-large\@l {
        width: calc((100vw - 1.5rem * 5 - 35px) / 5);
    }
    .uk-width-xlarge\@l {
        width: calc((100vw - 1.5rem * 4 - 35px) / 4);
    }
    .uk-height-large\@l {
        height: calc((100vw - 1.5rem * 5 - 35px) / 5);
    }
    .uk-height-xlarge\@l {
        height: calc((100vw - 1.5rem * 4 - 35px) / 4);
    }
    .uk-width-prelarge {
        width: calc((100vw - 1.5rem * 5 - 35px) / 5);
    }
    .uk-height-prelarge {
        height: calc((100vw - 1.5rem * 5 - 35px) / 5);
    }
    .uk-height-prelarge-contain {
        height: calc(((100vw - 1.5rem * 5 - 35px) / 5) - 3rem);
    }
    .uk-width-prelarge-list {
        width: calc((100vw - 1.5rem * 4 - 200px) / 4);
    }
    .uk-height-prelarge-list {
        height: calc((100vw - 1.5rem * 4 - 200px) / 4);
    }
}
.uk-modal-dialog.uk-modal-dialog-center {
    margin: 0;
    width: calc(100vw - 0.01px) !important;
    max-width: calc(100vw - 0.01px) !important;
    min-height: auto;
    height: calc(100vh - 0.01px) !important;
    max-height: calc(100vh - 0.01px) !important;
    background: transparent;
    overflow: hidden;
}
.uk-background-white-transparent {
    background: rgb(255 255 255 / 50%);
}
/* End */
/* /local/templates/dealer/template_styles.css?176551243364614 */
