html {
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    background: #021a2b;
    color: rgba(255, 255, 255, .7);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

body {
    margin: 0;
}

.uk-link, a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.uk-link-toggle:hover .uk-link, .uk-link:hover, a:hover {
    color: #179bd7;
    text-decoration: underline;
}

.uk-link-toggle:hover .uk-link:has(.uk-text-middle), .uk-link:has(.uk-text-middle), a:has(.uk-text-middle) {
    text-underline-offset: 0.1875em;
}

abbr[title] {
    text-decoration: underline dotted;
    -webkit-text-decoration-style: dotted;
}

b, strong {
    font-weight: bolder;
}

:not(pre)>code, :not(pre)>kbd, :not(pre)>samp {
    font-family: Consolas, monaco, monospace;
    font-size: 11px;
    color: #fff;
    white-space: nowrap;
    padding: 2px 6px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 3px;
}

em {
    color: #fff;
}

ins {
    background: rgba(208, 133, 92, .15);
    color: #fff;
    text-decoration: none;
}

mark {
    background: rgba(255, 255, 255, .07);
    color: #179bd7;
}

q {
    font-style: italic;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}

canvas, img, svg, video {
    max-width: 100%;
    box-sizing: border-box;
    height: auto;
    aspect-ratio: attr(width type(<number>))/attr(height type(<number>));
    object-fit: cover;
}

img:not([src]) {
    visibility: hidden;
    min-width: 1px;
}

iframe {
    border: 0;
}

address, dl, fieldset, figure, ol, p, pre, ul {
    margin: 0 0 20px 0;
}

*+address, *+dl, *+fieldset, *+figure, *+ol, *+p, *+pre, *+ul {
    margin-top: 20px;
}

.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-3xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6 {
    margin: 0 0 20px 0;
    font-family: Varta, Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 400;
    color: #fff;
    text-transform: none;
    line-height: 1.2 !important;
}

*+.uk-h1, *+.uk-h2, *+.uk-h3, *+.uk-h4, *+.uk-h5, *+.uk-h6, *+.uk-heading-2xlarge, *+.uk-heading-3xlarge, *+.uk-heading-large, *+.uk-heading-medium, *+.uk-heading-small, *+.uk-heading-xlarge, *+h1, *+h2, *+h3, *+h4, *+h5, *+h6 {
    margin-top: 40px;
}

.uk-h1, h1 {
    font-size: 34px;
    line-height: 1.4;
    font-weight: 300;
}

.uk-h2, h2 {
    font-size: 25.5px;
    line-height: 1.3;
    font-weight: 300;
}

.uk-h3, h3 {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 300;
}

.uk-h4, h4 {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 300;
}

.uk-h5, h5 {
    font-size: 12px;
    line-height: 1.4;
    font-family: Varta;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.uk-h6, h6 {
    font-size: 11px;
    line-height: 1.4;
    font-family: Varta;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media (min-width:960px) {
    .uk-h1, h1 {
        font-size: 40px;
    }

    .uk-h2, h2 {
        font-size: 30px;
    };
}

ol, ul {
    padding-left: 30px;
}

ol>li>ol, ol>li>ul, ul>li>ol, ul>li>ul {
    margin: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-left: 0;
}

.uk-hr, hr {
    overflow: visible;
    text-align: inherit;
    margin: 0 0 20px 0;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

*+.uk-hr, *+hr {
    margin-top: 20px;
}

address {
    font-style: normal;
}

blockquote {
    margin: 0 0 20px 0;
    font-size: 18px;
    line-height: 1.5;
    font-style: italic;
    padding: 0 0 0 40px;
    color: #fff;
    font-family: Roboto;
    font-weight: 300;
    border-left: 2px solid #179bd7;
}

*+blockquote {
    margin-top: 20px;
}

blockquote p:last-of-type {
    margin-bottom: 0;
}

blockquote footer {
    margin-top: 10px;
    font-size: 11px;
    line-height: 1.5;
    color: rgba(255, 255, 255, .7);
    font-family: Varta;
    font-weight: 500;
    text-transform: uppercase;
}

blockquote footer::before {
    content: "— ";
}

pre {
    font: 11px/1.5 Consolas, monaco, monospace;
    color: #fff;
    -moz-tab-size: 4;
    tab-size: 4;
    overflow: auto;
    padding: 10px;
    background: #021a2b;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 3px;
}

pre code {
    font-family: Consolas, monaco, monospace;
}

:focus {
    outline: 0;
}

:focus-visible {
    outline: 2px dotted #ffffff;
}

::selection {
    background: #39f;
    color: #021a2b;
    text-shadow: none;
}

details, main {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

:root {
    --uk-breakpoint-s: 640px;
    --uk-breakpoint-m: 960px;
    --uk-breakpoint-l: 1200px;
    --uk-breakpoint-xl: 1600px;
}

.uk-link-muted a, .uk-link-toggle .uk-link-muted, a.uk-link-muted {
    color: rgba(255, 255, 255, .5);
}

.uk-link-muted a:hover, .uk-link-toggle:hover .uk-link-muted, a.uk-link-muted:hover {
    color: #fff;
}

.uk-link-text a, .uk-link-toggle .uk-link-text, a.uk-link-text {
    color: inherit;
}

.uk-link-text a:hover, .uk-link-toggle:hover .uk-link-text, a.uk-link-text:hover {
    color: rgba(255, 255, 255, .5);
}

.uk-link-heading a, .uk-link-toggle .uk-link-heading, a.uk-link-heading {
    color: inherit;
}

.uk-link-heading a:hover, .uk-link-toggle:hover .uk-link-heading, a.uk-link-heading:hover {
    color: #179bd7;
    text-decoration: none;
}

.uk-link-reset a, a.uk-link-reset {
    color: inherit !important;
    text-decoration: none !important;
}

.uk-link-toggle {
    color: inherit !important;
    text-decoration: none !important;
}

.uk-heading-small {
    font-size: 41.808px;
    line-height: 1.2;
    font-weight: 100;
}

.uk-heading-medium {
    font-size: 48.365625px;
    line-height: 1.1;
    font-weight: 100;
}

.uk-heading-large {
    font-size: 56.95px;
    line-height: 1.1;
    font-weight: 100;
}

.uk-heading-xlarge {
    font-size: 67px;
    line-height: 1;
    font-weight: 100;
}

.uk-heading-2xlarge {
    font-size: 6rem;
    line-height: 1;
    font-weight: 100;
}

.uk-heading-3xlarge {
    font-size: 8rem;
    line-height: 1;
    font-weight: 100;
}

@media (min-width:960px) {
    .uk-heading-small {
        font-size: 52.26px;
    }

    .uk-heading-medium {
        font-size: 58.625px;
    }

    .uk-heading-large {
        font-size: 67px;
    }

    .uk-heading-xlarge {
        font-size: 6rem;
    }

    .uk-heading-2xlarge {
        font-size: 8rem;
    }

    .uk-heading-3xlarge {
        font-size: 11rem;
    };
}

@media (min-width:1200px) {
    .uk-heading-medium {
        font-size: 67px;
    }

    .uk-heading-large {
        font-size: 6rem;
    }

    .uk-heading-xlarge {
        font-size: 8rem;
    }

    .uk-heading-2xlarge {
        font-size: 11rem;
    }

    .uk-heading-3xlarge {
        font-size: 15rem;
    };
}

.uk-heading-divider {
    padding-bottom: calc(5px + .1em);
    border-bottom: calc(.2px + .05em) solid rgba(255, 255, 255, .1);
}

.uk-heading-bullet {
    position: relative;
}

.uk-heading-bullet::before {
    content: "";
    display: inline-block;
    position: relative;
    top: calc(-.1 * 1em);
    vertical-align: middle;
    height: calc(4px + .7em);
    margin-right: calc(5px + .2em);
    border-left: calc(5px + .1em) solid #179bd7;
}

.uk-heading-line {
    overflow: hidden;
}

.uk-heading-line>* {
    display: inline-block;
    position: relative;
}

.uk-heading-line>::after, .uk-heading-line>::before {
    content: "";
    position: absolute;
    top: calc(50% - (calc(.7px + .05em)/ 2));
    width: 2000px;
    border-bottom: calc(.7px + .05em) solid rgba(255, 255, 255, .1);
}

.uk-heading-line>::before {
    right: 100%;
    margin-right: calc(5px + .3em);
}

.uk-heading-line>::after {
    left: 100%;
    margin-left: calc(5px + .3em);
}

[class*=uk-divider] {
    border: none;
    margin-bottom: 20px;
}

*+[class*=uk-divider] {
    margin-top: 20px;
}

.uk-divider-icon {
    position: relative;
    height: 20px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%2310a29b%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.uk-divider-icon::after, .uk-divider-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    max-width: calc(50% - (50px / 2));
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    border-width: 0 0 1px 0;
}

.uk-divider-icon::before {
    right: calc(50% + (50px / 2));
    width: 100%;
}

.uk-divider-icon::after {
    left: calc(50% + (50px / 2));
    width: 100%;
}

.uk-divider-small {
    line-height: 0;
}

.uk-divider-small::after {
    content: "";
    display: inline-block;
    width: 45px;
    max-width: 100%;
    border-top: 2px solid #179bd7;
    vertical-align: top;
}

.uk-divider-vertical {
    width: max-content;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    border-left: 1px solid rgba(255, 255, 255, .1);
}

.ibt-child-list>ul, .uk-list {
    padding: 0;
    list-style: none;
}

.ibt-child-list>ul>*, .uk-list>* {
    break-inside: avoid-column;
}

.ibt-child-list>ul>*>:last-child, .uk-list>*>:last-child {
    margin-bottom: 0;
}

.ibt-child-list>ul>*>ul, .ibt-child-list>ul>:nth-child(n+2), .uk-list>*>ul, .uk-list>:nth-child(n+2) {
    margin-top: 10px;
}

.uk-list-circle, .uk-list-decimal, .uk-list-disc, .uk-list-hyphen, .uk-list-square {
    padding-left: 30px;
}

.uk-list-disc {
    list-style-type: disc;
}

.uk-list-circle {
    list-style-type: circle;
}

.uk-list-square {
    list-style-type: square;
}

.uk-list-decimal {
    list-style-type: decimal;
}

.uk-list-hyphen {
    list-style-type: '–  ';
}

.uk-list-muted>::marker {
    color: rgba(255, 255, 255, .5) !important;
}

.uk-list-emphasis>::marker {
    color: #fff !important;
}

.uk-list-primary>::marker {
    color: #179bd7 !important;
}

.uk-list-secondary>::marker {
    color: #051f34 !important;
}

.uk-list-bullet>* {
    position: relative;
    padding-left: 30px;
}

.uk-list-bullet>::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 1.6em;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%224%22%20height%3D%224%22%20viewBox%3D%220%200%204%204%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20cx%3D%222%22%20cy%3D%222%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.ibt-child-list-divider>ul>:nth-child(n+2), .uk-list-divider>:nth-child(n+2) {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.uk-list-striped>* {
    padding: 10px 10px;
}

.uk-list-striped>:nth-of-type(odd) {
    background: #051f31;
}

.uk-list-striped>:nth-child(n+2) {
    margin-top: 0;
}

.uk-list-large>*>ul, .uk-list-large>:nth-child(n+2) {
    margin-top: 20px;
}

.uk-list-collapse>*>ul, .uk-list-collapse>:nth-child(n+2) {
    margin-top: 0;
}

.uk-list-large.ibt-child-list-divider>ul>:nth-child(n+2), .uk-list-large.uk-list-divider>:nth-child(n+2) {
    margin-top: 20px;
    padding-top: 20px;
}

.uk-list-collapse.ibt-child-list-divider>ul>:nth-child(n+2), .uk-list-collapse.uk-list-divider>:nth-child(n+2) {
    margin-top: 0;
    padding-top: 0;
}

.uk-list-large.uk-list-striped>* {
    padding: 20px 10px;
}

.uk-list-collapse.uk-list-striped>* {
    padding-top: 0;
    padding-bottom: 0;
}

.uk-list-collapse.uk-list-striped>:nth-child(n+2), .uk-list-large.uk-list-striped>:nth-child(n+2) {
    margin-top: 0;
}

.uk-description-list>dt {
    color: #fff;
    font-size: 11px;
    font-family: Varta;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.uk-description-list>dt:nth-child(n+2) {
    margin-top: 20px;
}

.uk-description-list-divider>dt:nth-child(n+2) {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.uk-table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 20px;
}

*+.uk-table {
    margin-top: 20px;
}

.uk-table th {
    padding: 16px 12px;
    text-align: left;
    vertical-align: bottom;
    font-size: 11px;
    font-weight: 400;
    color: rgba(255, 255, 255, .5);
    text-transform: uppercase;
}

.uk-table td {
    padding: 16px 12px;
    vertical-align: top;
}

.uk-table td>:last-child {
    margin-bottom: 0;
}

.uk-table tfoot {
    font-size: 11px;
}

.uk-table caption {
    font-size: 11px;
    text-align: left;
    color: rgba(255, 255, 255, .5);
}

.uk-table-middle, .uk-table-middle td {
    vertical-align: middle !important;
}

.uk-table-divider>:first-child>tr:not(:first-child), .uk-table-divider>:not(:first-child)>tr, .uk-table-divider>tr:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.uk-table-striped tbody tr:nth-of-type(odd), .uk-table-striped>tr:nth-of-type(odd) {
    background: #051f31;
}

.uk-table-hover tbody tr:hover, .uk-table-hover>tr:hover {
    background: rgba(255, 255, 255, .04);
}

.uk-table tbody tr.uk-active, .uk-table>tr.uk-active {
    background: rgba(255, 255, 255, .14);
}

.uk-table-small td, .uk-table-small th {
    padding: 10px 12px;
}

.uk-table-large td, .uk-table-large th {
    padding: 22px 12px;
}

.uk-table-justify td:first-child, .uk-table-justify th:first-child {
    padding-left: 0;
}

.uk-table-justify td:last-child, .uk-table-justify th:last-child {
    padding-right: 0;
}

.uk-table-shrink {
    width: 1px;
}

.uk-table-expand {
    min-width: 150px;
}

.uk-table-link {
    padding: 0 !important;
}

.uk-table-link>a {
    display: block;
    padding: 16px 12px;
}

.uk-table-small .uk-table-link>a {
    padding: 10px 12px;
}

@media (max-width:959px) {
    .uk-table-responsive, .uk-table-responsive tbody, .uk-table-responsive td, .uk-table-responsive th, .uk-table-responsive tr {
        display: block;
    }

    .uk-table-responsive thead {
        display: none;
    }

    .uk-table-responsive td, .uk-table-responsive th {
        width: auto !important;
        max-width: none !important;
        min-width: 0 !important;
        overflow: visible !important;
        white-space: normal !important;
    }

    .uk-table-responsive .uk-table-link:not(:first-child)>a, .uk-table-responsive td:not(:first-child):not(.uk-table-link), .uk-table-responsive th:not(:first-child):not(.uk-table-link) {
        padding-top: 5px !important;
    }

    .uk-table-responsive .uk-table-link:not(:last-child)>a, .uk-table-responsive td:not(:last-child):not(.uk-table-link), .uk-table-responsive th:not(:last-child):not(.uk-table-link) {
        padding-bottom: 5px !important;
    }

    .uk-table-justify.uk-table-responsive td, .uk-table-justify.uk-table-responsive th {
        padding-left: 0;
        padding-right: 0;
    };
}

.uk-table tbody tr {
    transition: background-color .1s linear;
}

.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;
}

button.uk-icon:not(:disabled) {
    cursor: pointer;
}

.uk-icon::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.uk-icon:not(.uk-preserve) [fill*="#"]:not(.uk-preserve) {
    fill: currentcolor;
}

.uk-icon:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve) {
    stroke: currentcolor;
}

.uk-icon>* {
    transform: translate(0, 0);
}

.uk-icon-image {
    width: 20px;
    height: 20px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    object-fit: scale-down;
    max-width: none;
}

.uk-icon-link {
    color: rgba(255, 255, 255, .5);
    text-decoration: none !important;
}

.uk-icon-link:hover {
    color: rgba(255, 255, 255, .7);
}

.uk-active>.uk-icon-link, .uk-icon-link:active {
    color: rgba(242, 242, 242, .7);
}

.uk-icon-button {
    box-sizing: border-box;
    width: 36px;
    height: 36px;
    border-radius: 500px;
    background: #051f31;
    color: rgba(255, 255, 255, .5);
    vertical-align: middle;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .1s ease-in-out;
    transition-property: color, background-color, background-size, border-color, box-shadow;
}

.uk-icon-button:hover {
    background-color: #021a2b;
    color: #fff;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .4);
}

.uk-active>.uk-icon-button, .uk-icon-button:active {
    background-color: #021a2b;
    color: rgba(255, 255, 255, .7);
}

.uk-icon-overlay, a .uk-icon-overlay {
    color: rgba(255, 255, 255, .6);
    transition: .1s ease-in-out;
    transition-property: color;
}

.uk-icon-overlay:hover, a:hover .uk-icon-overlay {
    color: #fff;
}

.uk-range {
    -webkit-appearance: none;
    box-sizing: border-box;
    margin: 0;
    vertical-align: middle;
    max-width: 100%;
    width: 100%;
    background: 0 0;
}

.uk-range:focus {
    outline: 0;
}
    
.uk-range::-moz-focus-outer {
    border: none;
}

.uk-range:not(:disabled)::-webkit-slider-thumb {
    cursor: pointer;
}

.uk-range:not(:disabled)::-moz-range-thumb {
    cursor: pointer;
}

.uk-range::-webkit-slider-runnable-track {
    height: 3px;
    background: rgba(255, 255, 255, .12);
    border-radius: 500px;
}

.uk-range:active::-webkit-slider-runnable-track, .uk-range:focus::-webkit-slider-runnable-track {
    background: #179bd7;
}

.uk-range::-moz-range-track {
    height: 3px;
    background: rgba(255, 255, 255, .12);
    border-radius: 500px;
}

.uk-range:focus::-moz-range-track {
    background: #179bd7;
}

.uk-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    margin-top: -6px;
    height: 13px;
    width: 13px;
    border-radius: 500px;
    background: #09273c;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .4);
}

.uk-range::-moz-range-thumb {
    border: none;
    height: 13px;
    width: 13px;
    margin-top: -6px;
    border-radius: 500px;
    background: #09273c;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .4);
}

.uk-checkbox, .uk-input, .uk-radio, .uk-select, .uk-textarea {
    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: 700;
}

.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[type=date]::-webkit-datetime-edit, .uk-input[type=datetime-local]::-webkit-datetime-edit, .uk-input[type=time]::-webkit-datetime-edit {
    display: inline-flex;
    align-items: center;
    height: 100%;
    padding: 0;
}

.uk-input::-moz-placeholder, .uk-textarea::-moz-placeholder {
    opacity: 1;
}

.uk-checkbox:not(:disabled), .uk-radio:not(:disabled) {
    cursor: pointer;
}

.uk-fieldset {
    border: none;
    margin: 0;
    padding: 0;
    min-width: 0;
}

.uk-input, .uk-textarea {
    -webkit-appearance: none;
}

.uk-input, .uk-select, .uk-textarea {
    max-width: 100%;
    width: 100%;
    border: 0 none;
    padding: 0 10px;
    background: #021a2b;
    color: rgba(255, 255, 255, .7);
    transition: .2s ease-in-out;
    transition-property: color, background-color, border-color, box-shadow;
}

.uk-input, .uk-select:not([multiple]):not([size]) {
    height: 40px;
    vertical-align: middle;
    border: 1px solid rgba(255, 255, 255, .1);
}

.uk-input:where(:not(input)), .uk-select:where(:not(select)) {
    display: inline-block;
    line-height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.uk-select[multiple], .uk-select[size], .uk-textarea {
    padding: 6px 10px;
    vertical-align: top;
    border: 1px solid rgba(255, 255, 255, .1);
}

.uk-select[multiple], .uk-select[size] {
    resize: vertical;
}

.uk-input:focus, .uk-select:focus, .uk-textarea:focus {
    outline: 0;
    background-color: #021a2b;
    color: #fff;
    border-color: #021a2b !important;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .4);
}

.uk-input:disabled, .uk-select:disabled, .uk-textarea:disabled {
    background-color: #051f31;
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1) !important;
}

.uk-input::placeholder {
    color: rgba(255, 255, 255, .5);
}

.uk-textarea::placeholder {
    color: rgba(255, 255, 255, .5);
}

.uk-form-danger, .uk-form-danger:focus {
    color: #e24230;
    border-color: #e24230 !important;
}

.uk-form-success, .uk-form-success:focus {
    color: #33c15e;
    border-color: #33c15e !important;
}

.uk-form-blank {
    background: 0 0;
}

.uk-form-blank:focus {
    border-color: transparent !important;
}

input.uk-form-width-xsmall {
    width: 50px;
}

select.uk-form-width-xsmall {
    width: 75px;
}

.uk-form-width-small {
    width: 130px;
}

.uk-form-width-medium {
    width: 200px;
}

.uk-form-width-large {
    width: 500px;
}

.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%22rgba%28255,%20255,%20255,%200.7%29%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%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]) option {
    color: rgba(255, 255, 255, .7);
}

.uk-select:not([multiple]):not([size]):disabled {
    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%22rgba%28255,%20255,%20255,%200.5%29%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba%28255,%20255,%20255,%200.5%29%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-input[list] {
    padding-right: 20px;
    background-repeat: no-repeat;
    background-position: 100% 50%;
}

.uk-input[list]:focus, .uk-input[list]:hover {
    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%22rgba%28255,%20255,%20255,%200.7%29%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-input[list]::-webkit-calendar-picker-indicator {
    display: none !important;
}

.uk-checkbox, .uk-radio {
    display: inline-block;
    height: 16px;
    width: 16px;
    overflow: hidden;
    margin-top: -4px;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    background-size: cover;
    transition: .2s ease-in-out;
    transition-property: background-color, border-color, box-shadow;
    border: 1px solid rgba(242, 242, 242, .1);
}

.uk-radio {
    border-radius: 50%;
}

.uk-checkbox:focus, .uk-radio:focus {
    background-color: rgba(0, 0, 0, 0);
    outline: 0;
    border-color: #179bd7;
}

.uk-checkbox:checked, .uk-checkbox:indeterminate, .uk-radio:checked {
    background-color: #179bd7;
    border-color: transparent;
}

.uk-checkbox:checked:focus, .uk-checkbox:indeterminate:focus, .uk-radio:checked:focus {
    background-color: #0b746f;
}

.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%23021a2b%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%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%3Cpolygon%20fill%3D%22%23021a2b%22%20points%3D%2213%203.5%206%2010%203%207.5%202%208%206%2012.5%2014%204%2013%203.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-checkbox:indeterminate {
    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%3Crect%20fill%3D%22%23021a2b%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-checkbox:disabled, .uk-radio:disabled {
    background-color: #051f31;
    border-color: rgba(255, 255, 255, .1);
}

.uk-radio:disabled: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%22rgba%28255,%20255,%20255,%200.5%29%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-checkbox:disabled: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%3Cpolygon%20fill%3D%22rgba%28255,%20255,%20255,%200.5%29%22%20points%3D%2213%203.5%206%2010%203%207.5%202%208%206%2012.5%2014%204%2013%203.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-checkbox:disabled:indeterminate {
    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%3Crect%20fill%3D%22rgba%28255,%20255,%20255,%200.5%29%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-form-small:is(.uk-input, .uk-search-input, .uk-select, .uk-textarea) {
    font-size: 11px;
}

.uk-form-small:is(.uk-input, .uk-search-input, .uk-select:not([multiple]):not([size])) {
    height: 30px;
    padding-left: 8px;
    padding-right: 8px;
}

.uk-form-small:is(.uk-select[multiple], .uk-select[size], .uk-textarea) {
    padding: 5px 8px;
}

.uk-form-small:not(select):not(input):not(textarea):not([type=radio]):not([type=checkbox]) {
    line-height: 28px;
}

.uk-form-small:is(.uk-radio, .uk-checkbox) {
    height: 14px;
    width: 14px;
}

.uk-form-large:is(.uk-input, .uk-search-input, .uk-select, .uk-textarea) {
    font-size: 18px;
}

.uk-form-large:is(.uk-input, .uk-search-input, .uk-select:not([multiple]):not([size])) {
    height: 55px;
    padding-left: 12px;
    padding-right: 12px;
}

.uk-form-large:is(.uk-select[multiple], .uk-select[size], .uk-textarea) {
    padding: 7px 12px;
}

.uk-form-large:not(select):not(input):not(textarea):not([type=radio]):not([type=checkbox]) {
    line-height: 53px;
}

.uk-form-large:is(.uk-radio, .uk-checkbox) {
    height: 22px;
    width: 22px;
}

.uk-legend {
    width: 100%;
    color: inherit;
    padding: 0;
    font-size: 22px;
    line-height: 1.4;
}

.uk-form-custom {
    display: inline-block;
    position: relative;
    max-width: 100%;
    vertical-align: middle;
}

.uk-form-custom input[type=file], .uk-form-custom select {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    -webkit-appearance: none;
    opacity: 0;
    cursor: pointer;
}

.uk-form-custom input[type=file] {
    font-size: 500px;
    overflow: hidden;
}

.uk-form-label {
    font-size: 11px;
    color: #fff;
    font-family: Varta;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.uk-form-stacked .uk-form-label {
    display: block;
    margin-bottom: 10px;
}

@media (max-width:959px) {
    .uk-form-horizontal .uk-form-label {
        display: block;
        margin-bottom: 10px
    };
}

@media (min-width:960px) {
    .uk-form-horizontal .uk-form-label {
        width: 200px;
        margin-top: 7px;
        float: left
    }

    .uk-form-horizontal .uk-form-controls {
        margin-left: 215px
    }

    .uk-form-horizontal .uk-form-controls-text {
        padding-top: 7px
    };
}

.uk-form-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: rgba(255, 255, 255, .5);
}

.uk-form-icon:hover {
    color: rgba(255, 255, 255, .7);
}

.uk-form-icon:not(a):not(button):not(input) {
    pointer-events: none;
}

.uk-form-icon:not(.uk-form-icon-flip)~.uk-input {
    padding-left: 40px !important;
}

.uk-form-icon-flip {
    right: 0;
    left: auto;
}

.uk-form-icon-flip~.uk-input {
    padding-right: 40px !important;
}

.uk-button {
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    -webkit-appearance: none;
    border-radius: 0;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 30px;
    vertical-align: middle;
    font-size: 11px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    transition: .1s ease-in-out;
    transition-property: color, background-color, background-position, background-size, border-color, box-shadow;
    font-family: Varta;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 500px;
    background-origin: border-box;
}

.uk-button:not(:disabled) {
    cursor: pointer;
}

.uk-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.uk-button:hover {
    text-decoration: none;
}

.uk-button-default {
    background-color: rgba(255, 255, 255, .1);
    color: #fff;
    border: 1px solid transparent;
    box-shadow: 0 40px 80px -20px rgba(0, 0, 0, .4);
}

.uk-button-default:hover {
    background-color: rgba(255, 255, 255, .1);
    color: rgba(234, 246, 255, .67);
    border-color: transparent;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .4);
}

.uk-button-default.uk-active, .uk-button-default:active {
    background-color: rgba(255, 255, 255, .1);
    color: #fff;
    border-color: transparent;
}

.uk-button-primary, .woocommerce form.login .woocommerce-form-login__submit, .woocommerce form.lost_reset_password button.button, .woocommerce form.register .woocommerce-form-register__submit {
    background-color: rgba(23, 155, 215, .8);
    color: #fff;
    border: 1px solid transparent;
}

.uk-button-primary:hover, .woocommerce form.login .woocommerce-form-login__submit:hover, .woocommerce form.lost_reset_password button.button:hover, .woocommerce form.register .woocommerce-form-register__submit:hover {
    background-color: rgba(23, 155, 215, 1);
    color: #fff;
    border-color: transparent;
}

.uk-button-primary.uk-active, .uk-button-primary:active, .woocommerce form.login .woocommerce-form-login__submit.uk-active, .woocommerce form.login .woocommerce-form-login__submit:active, .woocommerce form.lost_reset_password button.button.uk-active, .woocommerce form.lost_reset_password button.button:active, .woocommerce form.register .woocommerce-form-register__submit.uk-active, .woocommerce form.register .woocommerce-form-register__submit:active {
    background-color: rgb(10, 120, 172);
    ;
    color: #fff;
    border-color: transparent;
}

.uk-button-secondary {
    background-color: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .15);
}

.uk-button-secondary:hover {
    background-color: transparent;
    color: rgba(255, 255, 255, .4);
    border-color: rgba(255, 255, 255, .15);
}

.uk-button-secondary.uk-active, .uk-button-secondary:active {
    background-color: rgba(255, 255, 255, .1);
    color: #fff;
    border-color: transparent;
}

.uk-button-danger {
    background-color: transparent;
    color: #e24230;
    border: 1px solid #e24230;
}

.uk-button-danger:hover {
    background-color: transparent;
    color: rgba(226, 66, 48, .7);
    border-color: #e24230;
}

.uk-button-danger.uk-active, .uk-button-danger:active {
    background-color: #e24230;
    color: #fff;
    border-color: #e24230;
}

.uk-button-danger:disabled, .uk-button-default:disabled, .uk-button-primary:disabled, .uk-button-secondary:disabled, .woocommerce form.login .woocommerce-form-login__submit:disabled, .woocommerce form.lost_reset_password button.button:disabled, .woocommerce form.register .woocommerce-form-register__submit:disabled {
    background-color: #051f31;
    color: rgba(255, 255, 255, .5);
    border: 1px solid transparent;
    background-image: none;
    box-shadow: none;
}

.uk-button-small {
    padding: 0 20px;
    line-height: 28px;
    font-size: 11px;
    border-radius: 500px;
}

.uk-button-large {
    padding: 0 40px;
    line-height: 53px;
    font-size: 11px;
    border-radius: 500px;
}

.uk-button-text {
    padding: 0;
    line-height: 1.6;
    background: 0 0;
    color: #fff;
    border-radius: 0;
}

.uk-button-text:hover {
    color: rgba(255, 255, 255, .7);
}

.uk-button-text:disabled {
    color: rgba(255, 255, 255, .5);
}

.uk-button-link {
    padding: 0;
    line-height: 1.6;
    background: 0 0;
    color: #fff;
    border-radius: 0;
}

.uk-button-link:hover {
    color: rgba(234, 246, 255, .67);
    text-decoration: none;
}

.uk-button-link:disabled {
    color: rgba(255, 255, 255, .5);
    text-decoration: none;
}

.uk-button-group {
    display: inline-flex;
    vertical-align: middle;
    position: relative;
}

.uk-button-group>.uk-button:nth-child(n+2), .uk-button-group>div:nth-child(n+2) .uk-button {
    margin-left: -1px;
}

.uk-button-group .uk-button.uk-active, .uk-button-group .uk-button:active, .uk-button-group .uk-button:focus, .uk-button-group .uk-button:hover {
    position: relative;
    z-index: 1;
}

.uk-button-group>.uk-button:not(:first-child):not(:last-child), .uk-button-group>div:not(:first-child):not(:last-child) .uk-button {
    border-radius: 0;
}

.uk-button-group>.uk-button:first-child, .uk-button-group>div:first-child .uk-button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.uk-button-group>.uk-button:last-child, .uk-button-group>div:last-child .uk-button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.uk-progress {
    vertical-align: baseline;
    display: block;
    width: 100%;
    border: 0;
    background-color: #051f31;
    margin-bottom: 20px;
    height: 15px;
    border-radius: 500px;
    overflow: hidden;
}

*+.uk-progress {
    margin-top: 20px;
}

.uk-progress::-webkit-progress-bar {
    background-color: transparent;
}

.uk-progress::-webkit-progress-value {
    background-color: #179bd7;
    transition: width .6s ease;
}

.uk-progress::-moz-progress-bar {
    background-color: #179bd7;
    transition: width .6s ease;
}

.uk-section {
    display: flow-root;
    box-sizing: border-box;
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (min-width:960px) {
    .uk-section {
        padding-top: 70px;
        padding-bottom: 70px
    };
}

.uk-section>:last-child {
    margin-bottom: 0;
}

.uk-section-xsmall {
    padding-top: 20px;
    padding-bottom: 20px;
}

.uk-section-xsmall-top {
    padding-top: 20px;
}

.uk-section-xsmall-bottom {
    padding-bottom: 20px;
}

.uk-section-small {
    padding-top: 40px;
    padding-bottom: 40px;
}

.uk-section-small-top {
    padding-top: 40px;
}

.uk-section-small-bottom {
    padding-bottom: 40px;
}

.uk-section-medium-top {
    padding-top: 40px;
}

.uk-section-medium-bottom {
    padding-bottom: 40px;
}

@media (min-width:960px) {
    .uk-section-medium-top {
        padding-top: 70px
    }

    .uk-section-medium-bottom {
        padding-bottom: 70px
    };
}

.uk-section-large {
    padding-top: 70px;
    padding-bottom: 70px;
}

.uk-section-large-top {
    padding-top: 70px;
}

.uk-section-large-bottom {
    padding-bottom: 70px;
}

@media (min-width:960px) {
    .uk-section-large {
        padding-top: 140px;
        padding-bottom: 140px
    }

    .uk-section-large-top {
        padding-top: 140px
    }

    .uk-section-large-bottom {
        padding-bottom: 140px
    };
}

.uk-section-xlarge {
    padding-top: 140px;
    padding-bottom: 140px;
}

.uk-section-xlarge-top {
    padding-top: 140px;
}

.uk-section-xlarge-bottom {
    padding-bottom: 140px;
}

@media (min-width:960px) {
    .uk-section-xlarge {
        padding-top: 210px;
        padding-bottom: 210px
    }

    .uk-section-xlarge-top {
        padding-top: 210px
    }

    .uk-section-xlarge-bottom {
        padding-bottom: 210px
    };
}

.uk-section-default {
    --uk-inverse: light;
    background: #021a2b;
}

.uk-section-muted {
    --uk-inverse: light;
    background: #0e273a;
}

.uk-section-primary {
    --uk-inverse: light;
    background: #179bd7;
}

.uk-section-secondary {
    --uk-inverse: light;
    background: #051f34;
}

.uk-section-overlap {
    border-radius: 0 0 clamp(30px, 10.7143px, 50px) clamp(30px, 10.7143px, 50px);
    position: relative;
}

.uk-section-overlap:has(+ [class*=uk-section]):nth-child(n+1) {
    z-index: 13;
}

.uk-section-overlap:has(+ [class*=uk-section]):nth-child(n+2) {
    z-index: 12;
}

.uk-section-overlap:has(+ [class*=uk-section]):nth-child(n+3) {
    z-index: 11;
}

.uk-section-overlap:has(+ [class*=uk-section]):nth-child(n+4) {
    z-index: 10;
}

.uk-section-overlap:has(+ [class*=uk-section]):nth-child(n+5) {
    z-index: 9;
}

.uk-section-overlap:has(+ [class*=uk-section]):nth-child(n+6) {
    z-index: 8;
}

.uk-section-overlap:has(+ [class*=uk-section]):nth-child(n+7) {
    z-index: 7;
}

.uk-section-overlap:has(+ [class*=uk-section]):nth-child(n+8) {
    z-index: 6;
}

.uk-section-overlap:has(+ [class*=uk-section]):nth-child(n+9) {
    z-index: 5;
}

.uk-section-overlap:has(+ [class*=uk-section]):nth-child(n+10) {
    z-index: 4;
}

.uk-section-overlap:has(+ [class*=uk-section]):nth-child(n+11) {
    z-index: 3;
}

.uk-section-overlap:has(+ [class*=uk-section]):nth-child(n+12) {
    z-index: 2;
}

.uk-section-overlap+[class*=uk-section], :is(:has(> .uk-section-overlap:last-child))+*>:not([class*=uk-section]):first-child+:not([class*=uk-section])+[class*=uk-section], :is(:has(> .uk-section-overlap:last-child))+*>:not([class*=uk-section]):first-child+[class*=uk-section], :is(:has(> .uk-section-overlap:last-child))+*>[class*=uk-section]:first-child {
    margin-top: calc(-1 * clamp(30px, 10.7143px, 50px));
}

.uk-section-overlap+[class*=uk-section]::before, :is(:has(> .uk-section-overlap:last-child))+*>:not([class*=uk-section]):first-child+:not([class*=uk-section])+[class*=uk-section]::before, :is(:has(> .uk-section-overlap:last-child))+*>:not([class*=uk-section]):first-child+[class*=uk-section]::before, :is(:has(> .uk-section-overlap:last-child))+*>[class*=uk-section]:first-child::before {
    content: "";
    display: block;
    height: clamp(30px, 10.7143px, 50px);
}

.uk-container {
    display: flow-root;
    box-sizing: content-box;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:640px) {
    .uk-container {
        padding-left: 20px;
        padding-right: 20px
    };
}

@media (min-width:960px) {
    .uk-container {
        padding-left: 40px;
        padding-right: 40px
    };
}

.uk-container>:last-child {
    margin-bottom: 0;
}

.uk-container .uk-container {
    padding-left: 0;
    padding-right: 0;
}

.uk-container-xsmall {
    max-width: 750px;
}

.uk-container-small {
    max-width: 900px;
}

.uk-container-large {
    max-width: 1400px;
}

.uk-container-xlarge {
    max-width: 1600px;
}

.uk-container-expand {
    max-width: none;
}

.uk-container-expand-left {
    margin-left: 0;
}

.uk-container-expand-right {
    margin-right: 0;
}

@media (min-width:640px) {
    .uk-container-expand-left.uk-container-xsmall, .uk-container-expand-right.uk-container-xsmall {
        max-width: calc(50% + (750px / 2) - 20px)
    }

    .uk-container-expand-left.uk-container-small, .uk-container-expand-right.uk-container-small {
        max-width: calc(50% + (900px / 2) - 20px)
    };
}

@media (min-width:960px) {
    .uk-container-expand-left, .uk-container-expand-right {
        max-width: calc(50% + (1200px / 2) - 40px)
    }

    .uk-container-expand-left.uk-container-xsmall, .uk-container-expand-right.uk-container-xsmall {
        max-width: calc(50% + (750px / 2) - 40px)
    }

    .uk-container-expand-left.uk-container-small, .uk-container-expand-right.uk-container-small {
        max-width: calc(50% + (900px / 2) - 40px)
    }

    .uk-container-expand-left.uk-container-large, .uk-container-expand-right.uk-container-large {
        max-width: calc(50% + (1400px / 2) - 40px)
    }

    .uk-container-expand-left.uk-container-xlarge, .uk-container-expand-right.uk-container-xlarge {
        max-width: calc(50% + (1600px / 2) - 40px)
    };
}

.uk-container-item-padding-remove-left, .uk-container-item-padding-remove-right {
    width: calc(100% + 15px);
}

.uk-container-item-padding-remove-left {
    margin-left: -15px;
}

.uk-container-item-padding-remove-right {
    margin-right: -15px;
}

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

    .uk-container-item-padding-remove-left {
        margin-left: -20px
    }

    .uk-container-item-padding-remove-right {
        margin-right: -20px
    };
}

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

    .uk-container-item-padding-remove-left {
        margin-left: -40px
    }

    .uk-container-item-padding-remove-right {
        margin-right: -40px
    };
}

.uk-tile {
    display: flow-root;
    position: relative;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (min-width:640px) {
    .uk-tile {
        padding-left: 20px;
        padding-right: 20px
    };
}

@media (min-width:960px) {
    .uk-tile {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 70px;
        padding-bottom: 70px
    };
}

.uk-tile>:last-child {
    margin-bottom: 0;
}

.uk-tile-xsmall {
    padding-top: 20px;
    padding-bottom: 20px;
}

.uk-tile-small {
    padding-top: 40px;
    padding-bottom: 40px;
}

.uk-tile-large {
    padding-top: 70px;
    padding-bottom: 70px;
}

@media (min-width:960px) {
    .uk-tile-large {
        padding-top: 140px;
        padding-bottom: 140px
    };
}

.uk-tile-xlarge {
    padding-top: 140px;
    padding-bottom: 140px;
}

@media (min-width:960px) {
    .uk-tile-xlarge {
        padding-top: 210px;
        padding-bottom: 210px
    };
}

.uk-tile-default {
    --uk-inverse: light;
    background-color: #021a2b;
}

.uk-tile-default.uk-tile-hover:hover {
    background-color: #041928;
}

.uk-tile-muted {
    --uk-inverse: light;
    background-color: #051f31;
}

.uk-tile-muted.uk-tile-hover:hover {
    background-color: #041928;
}

.uk-tile-primary {
    --uk-inverse: light;
    background-color: #179bd7;
}

.uk-tile-primary.uk-tile-hover:hover {
    background-color: #0e8f89;
}

.uk-tile-secondary {
    --uk-inverse: light;
    background-color: #051f34;
}

.uk-tile-secondary.uk-tile-hover:hover {
    background-color: #031421;
}

.uk-tile-hover {
    transition: .1s ease-in-out;
    transition-property: background-color, background-size;
}

.uk-card {
    position: relative;
    box-sizing: border-box;
    transition: .1s ease-in-out;
    transition-property: color, background-color, background-size, border-color, box-shadow;
}

.uk-card-body {
    display: flow-root;
    padding: 20px 20px;
}

.uk-card-header {
    display: flow-root;
    padding: 10px 20px;
}

.uk-card-footer {
    display: flow-root;
    padding: 10px 20px;
}

@media (min-width:1200px) {
    .uk-card-body {
        padding: 40px 40px
    }

    .uk-card-header {
        padding: 20px 40px
    }

    .uk-card-footer {
        padding: 20px 40px
    };
}

.uk-card-body>:last-child, .uk-card-footer>:last-child, .uk-card-header>:last-child {
    margin-bottom: 0;
}

.uk-card-title {
    font-size: 22px;
    line-height: 1.4;
    font-family: Roboto;
    font-weight: 300;
}

.uk-card-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
    height: 25px;
    padding: 0 11px;
    background: #12b9b1;
    color: #fff;
    font-size: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
    font-family: Varta;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 500px;
}

.uk-card-badge:first-child+* {
    margin-top: 0;
}

.uk-card-hover:not(.uk-card-default, .uk-card-primary, .uk-card-secondary, .uk-card-overlay):hover {
    background-color: #041d2f;
    box-shadow: 0 40px 80px -20px rgba(0, 0, 0, .3);
}

.uk-card-default {
    --uk-inverse: light;
    background-color: #14344d;
    color: rgba(255, 255, 255, .7);
}

.uk-card-default .uk-card-title {
    color: #fff;
}

.uk-card-default.uk-card-hover:hover {
    background-color: #14344d;
    box-shadow: 0 40px 80px -20px rgba(0, 0, 0, .4);
}

.uk-card-default .uk-card-header {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.uk-card-default .uk-card-footer {
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.uk-card-primary {
    --uk-inverse: light;
    background-color: #179bd7;
    color: rgba(255, 255, 255, .7);
}

.uk-card-primary .uk-card-title {
    color: #fff;
}

.uk-card-primary.uk-card-hover:hover {
    background-color: #0f948e;
}

.uk-card-secondary {
    --uk-inverse: light;
    background-color: #05233a;
    color: rgba(255, 255, 255, .7);
    border-top: 2px solid #179bd7;
    box-shadow: 0 40px 80px -20px rgba(0, 0, 0, .3);
}

.uk-card-secondary .uk-card-title {
    color: #fff;
}

.uk-card-secondary.uk-card-hover:hover {
    background-color: #05233a;
    border-top-color: #179bd7;
    box-shadow: 0 40px 80px -20px rgba(0, 0, 0, .4);
}

.uk-card-overlay {
    --uk-inverse: light;
    background-color: rgba(2, 26, 43, .9);
    color: rgba(255, 255, 255, .7);
}

.uk-card-overlay .uk-card-title {
    color: #fff;
}

.uk-card-overlay.uk-card-hover:hover {
    background-color: #021a2b;
}

.uk-inverse-dark .uk-card-overlay.uk-card-hover:hover {
    background-color: #021a2b;
}

.uk-card-small .uk-card-body, .uk-card-small.uk-card-body {
    padding: 20px 20px;
}

.uk-card-small .uk-card-header {
    padding: 13px 20px;
}

.uk-card-small .uk-card-footer {
    padding: 13px 20px;
}

@media (min-width:1200px) {
    .uk-card-large .uk-card-body, .uk-card-large.uk-card-body {
        padding: 70px 70px
    }

    .uk-card-large .uk-card-header {
        padding: 35px 70px
    }

    .uk-card-large .uk-card-footer {
        padding: 35px 70px
    };
}

.uk-card-body>.uk-nav-default {
    margin-left: -20px;
    margin-right: -20px;
}

.uk-card-body>.uk-nav-default:only-child {
    margin-top: -5px;
    margin-bottom: -5px;
}

.uk-card-body>.uk-nav-default .uk-nav-divider, .uk-card-body>.uk-nav-default .uk-nav-header, .uk-card-body>.uk-nav-default>li>a {
    padding-left: 20px;
    padding-right: 20px;
}

.uk-card-body>.uk-nav-default .uk-nav-sub {
    padding-left: 35px;
}

@media (min-width:1200px) {
    .uk-card-body>.uk-nav-default {
        margin-left: -40px;
        margin-right: -40px
    }

    .uk-card-body>.uk-nav-default:only-child {
        margin-top: -25px;
        margin-bottom: -25px
    }

    .uk-card-body>.uk-nav-default .uk-nav-divider, .uk-card-body>.uk-nav-default .uk-nav-header, .uk-card-body>.uk-nav-default>li>a {
        padding-left: 40px;
        padding-right: 40px
    }

    .uk-card-body>.uk-nav-default .uk-nav-sub {
        padding-left: 55px
    };
}

.uk-card-small>.uk-nav-default {
    margin-left: -20px;
    margin-right: -20px;
}

.uk-card-small>.uk-nav-default:only-child {
    margin-top: -5px;
    margin-bottom: -5px;
}

.uk-card-small>.uk-nav-default .uk-nav-divider, .uk-card-small>.uk-nav-default .uk-nav-header, .uk-card-small>.uk-nav-default>li>a {
    padding-left: 20px;
    padding-right: 20px;
}

.uk-card-small>.uk-nav-default .uk-nav-sub {
    padding-left: 35px;
}

@media (min-width:1200px) {
    .uk-card-large>.uk-nav-default {
        margin: 0
    }

    .uk-card-large>.uk-nav-default:only-child {
        margin: 0
    }

    .uk-card-large>.uk-nav-default .uk-nav-divider, .uk-card-large>.uk-nav-default .uk-nav-header, .uk-card-large>.uk-nav-default>li>a {
        padding-left: 0;
        padding-right: 0
    }

    .uk-card-large>.uk-nav-default .uk-nav-sub {
        padding-left: 15px
    };
}

.uk-card-hover:not(.uk-card-default, .uk-card-primary, .uk-card-secondary, .uk-card-overlay) {
    box-shadow: 0 0 0 transparent, 0 0 0 transparent;
}

.uk-close {
    color: rgba(255, 255, 255, .5);
    transition: .1s ease-in-out;
    transition-property: color, opacity;
}

.uk-close:hover {
    color: #fff;
}

.uk-spinner>* {
    animation: uk-spinner-rotate 1.4s linear infinite;
}

@keyframes uk-spinner-rotate {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(270deg)
    };
}

.uk-spinner>*>* {
    stroke-dasharray: 88px;
    stroke-dashoffset: 0;
    transform-origin: center;
    animation: uk-spinner-dash 1.4s ease-in-out infinite;
    stroke-width: 1;
    stroke-linecap: round;
}

@keyframes uk-spinner-dash {
    0% {
        stroke-dashoffset: 88px
    }

    50% {
        stroke-dashoffset: 22px;
        transform: rotate(135deg)
    }

    100% {
        stroke-dashoffset: 88px;
        transform: rotate(450deg)
    };
}

.uk-totop {
    padding: 5px;
    color: rgba(255, 255, 255, .2);
    transition: .1s ease-in-out;
    transition-property: color, background-color, border-color, box-shadow;
}

.uk-totop:hover {
    color: #fff;
}

.uk-totop:active {
    color: #179bd7;
}

.uk-marker {
    padding: 5px;
    background: #fff;
    color: #021a2b;
    transition: .1s ease-in-out;
    transition-property: color, background-color;
    border-radius: 500px;
}

.uk-marker:hover {
    color: #021a2b;
}

.uk-alert {
    position: relative;
    margin-bottom: 20px;
    padding: 15px 29px 15px 15px;
    background: #032237;
    color: #fff;
}

*+.uk-alert {
    margin-top: 20px;
}

.uk-alert>:last-child {
    margin-bottom: 0;
}

.uk-alert-close {
    position: absolute;
    top: 20px;
    right: 15px;
    color: inherit;
    opacity: .4;
}

.uk-alert-close:first-child+* {
    margin-top: 0;
}

.uk-alert-close:hover {
    color: inherit;
    opacity: .8;
}

.uk-alert-primary {
    background: #179bd7;
    color: #fff;
}

.uk-alert-success {
    background: #33c15e;
    color: #fff;
}

.uk-alert-warning {
    background: #ffad45;
    color: #fff;
}

.uk-alert-danger {
    background: #ba3223;
    color: #fff;
}

.uk-alert h1, .uk-alert h2, .uk-alert h3, .uk-alert h4, .uk-alert h5, .uk-alert h6 {
    color: inherit;
}

.uk-alert a:not([class]), .uk-alert a:not([class]):hover {
    color: inherit;
    text-decoration: underline;
}

.uk-placeholder {
    margin-bottom: 20px;
    padding: 20px 20px;
    background: 0 0;
    border: 1px dashed rgba(255, 255, 255, .1);
}

*+.uk-placeholder {
    margin-top: 20px;
}

.uk-placeholder>:last-child {
    margin-bottom: 0;
}

.uk-badge {
    box-sizing: border-box;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 500px;
    vertical-align: middle;
    background: #179bd7;
    color: #fff !important;
    font-size: 11px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    line-height: 0;
    letter-spacing: 0;
    font-family: Varta;
}

.uk-badge:hover {
    text-decoration: none;
}

.uk-label {
    display: inline-block;
    padding: 1px 8px;
    background: #179bd7;
    line-height: 1.6;
    font-size: 11px;
    color: #fff;
    vertical-align: middle;
    white-space: nowrap;
    font-family: Varta;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .5px;
    border-radius: 2px;
}

.uk-label-success {
    background-color: #33c15e;
    color: #fff;
}

.uk-label-warning {
    background-color: #ffad45;
    color: #fff;
}

.uk-label-danger {
    background-color: #e24230;
    color: #fff;
}

.uk-overlay {
    padding: 20px 20px;
}

.uk-overlay>:last-child {
    margin-bottom: 0;
}

.uk-overlay-default {
    --uk-inverse: light;
    background: rgba(2, 26, 43, .9);
}

.uk-overlay-primary {
    --uk-inverse: light;
    background: rgba(5, 31, 52, .9);
}

.uk-article {
    display: flow-root;
}

.uk-article>:last-child {
    margin-bottom: 0;
}

.uk-article+.uk-article {
    margin-top: 70px;
}

.uk-article-title {
    font-size: 34px;
    line-height: 1.2;
    color: #fff;
    font-family: Roboto;
    font-weight: 300;
}

@media (min-width:960px) {
    .uk-article-title {
        font-size: 40px
    };
}

.uk-article-meta {
    font-size: 11px;
    line-height: 1.4;
    color: rgba(255, 255, 255, .5);
    font-family: Varta;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.uk-article-meta a {
    color: rgba(255, 255, 255, .5);
}

.uk-article-meta a:hover {
    color: rgba(255, 255, 255, .7);
    text-decoration: none;
}

.uk-comment-body {
    display: flow-root;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.uk-comment-header {
    display: flow-root;
    margin-bottom: 20px;
}

.uk-comment-body>:last-child, .uk-comment-header>:last-child {
    margin-bottom: 0;
}

.uk-comment-title {
    font-size: 18px;
    line-height: 1.4;
}

.uk-comment-meta {
    font-size: 11px;
    line-height: 1.4;
    color: rgba(255, 255, 255, .5);
    font-family: Varta;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.uk-comment-list {
    padding: 0;
    list-style: none;
}

.uk-comment-list>:nth-child(n+2) {
    margin-top: 70px;
}

.uk-comment-list .uk-comment~ul {
    margin: 70px 0 0 0;
    padding-left: 30px;
    list-style: none;
}

@media (min-width:960px) {
    .uk-comment-list .uk-comment~ul {
        padding-left: 100px
    };
}

.uk-comment-list .uk-comment~ul>:nth-child(n+2) {
    margin-top: 70px;
}

.uk-comment-primary {
    padding: 20px;
    background-color: #051f31;
}

.uk-search {
    display: inline-block;
    position: relative;
    max-width: 100%;
    margin: 0;
}

.uk-search-input::-webkit-search-cancel-button, .uk-search-input::-webkit-search-decoration {
    -webkit-appearance: none;
}

.uk-search-input::-moz-placeholder {
    opacity: 1;
}

.uk-search-input {
    box-sizing: border-box;
    margin: 0;
    border-radius: 0;
    font: inherit;
    overflow: visible;
    -webkit-appearance: none;
    vertical-align: middle;
    width: 100%;
    border: none;
    color: #fff;
    transition: .2s ease-in-out;
    transition-property: color, background-color, border-color, box-shadow;
}

.uk-search-input:focus {
    outline: 0;
}

.uk-search-input::placeholder {
    color: rgba(255, 255, 255, .5);
}

.uk-search .uk-search-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: rgba(255, 255, 255, .5);
}

.uk-search .uk-search-icon:hover {
    color: rgba(255, 255, 255, .5);
}

.uk-search .uk-search-icon:not(a):not(button):not(input) {
    pointer-events: none;
}

.uk-search .uk-search-icon-flip {
    right: 0;
    left: auto;
}

.uk-search-default {
    width: 240px;
}

.uk-search-default .uk-search-input {
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    background: 0 0;
    border: 1px solid rgba(255, 255, 255, .1);
}

.uk-search-default .uk-search-input:focus {
    background-color: rgba(0, 0, 0, 0);
    border-color: transparent;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .4);
}

.uk-search-default .uk-search-icon {
    padding-left: 10px;
    padding-right: 10px;
}

.uk-search-default:has(.uk-search-icon:not(.uk-search-icon-flip)) .uk-search-input {
    padding-left: 40px;
}

.uk-search-default:has(.uk-search-icon-flip) .uk-search-input {
    padding-right: 40px;
}

.uk-search-navbar {
    width: 240px;
}

.uk-search-navbar .uk-search-input {
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    background: #021a2b;
    font-family: Varta;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 500px;
}

.uk-search-navbar .uk-search-input:focus {
    background-color: #051f31;
    border-color: rgba(255, 255, 255, .1);
}

.uk-search-navbar .uk-search-icon {
    padding-left: 15px;
    padding-right: 15px;
}

.uk-search-navbar:has(.uk-search-icon:not(.uk-search-icon-flip)) .uk-search-input {
    padding-left: 45px;
}

.uk-search-navbar:has(.uk-search-icon-flip) .uk-search-input {
    padding-right: 45px;
}

.uk-search-medium {
    width: 400px;
}

.uk-search-medium .uk-search-input {
    height: 55px;
    padding-left: 20px;
    padding-right: 20px;
    background: 0 0;
    font-size: 18px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 500px;
}

.uk-search-medium .uk-search-input:focus {
    background-color: #051f31;
    border-color: rgba(255, 255, 255, .1);
}

.uk-search-medium .uk-search-icon {
    padding-left: 20px;
    padding-right: 20px;
}

.uk-search-medium:has(.uk-search-icon:not(.uk-search-icon-flip)) .uk-search-input {
    padding-left: 56px;
}

.uk-search-medium:has(.uk-search-icon-flip) .uk-search-input {
    padding-right: 56px;
}

.uk-search-large {
    width: 500px;
}

.uk-search-large .uk-search-input {
    height: 90px;
    padding-left: 30px;
    padding-right: 30px;
    background: 0 0;
    font-size: 30px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 500px;
}

.uk-search-large .uk-search-input:focus {
    background-color: #051f31;
    border-color: rgba(255, 255, 255, .1);
}

.uk-search-large .uk-search-icon {
    padding-left: 30px;
    padding-right: 30px;
}

.uk-search-large:has(.uk-search-icon:not(.uk-search-icon-flip)) .uk-search-input {
    padding-left: 90px;
}

.uk-search-large:has(.uk-search-icon-flip) .uk-search-input {
    padding-right: 90px;
}

.uk-search-toggle {
    color: rgba(255, 255, 255, .5);
}

.uk-search-toggle:hover {
    color: #fff;
}

.uk-accordion {
    padding: 0;
    list-style: none;
}

.uk-accordion-title {
    display: block;
}

.uk-accordion-content {
    display: flow-root;
}

.uk-accordion-content>:last-child {
    margin-bottom: 0;
}

.uk-accordion-default>:nth-child(n+2) {
    margin-top: 20px;
}

.uk-accordion-default .uk-accordion-title {
    display: flex;
    align-items: center;
    column-gap: 15px;
    font-size: 18px;
    line-height: 1.4;
    color: #fff;
    font-family: Roboto;
    font-weight: 300;
}

.uk-accordion-default .uk-accordion-title:hover {
    color: rgba(255, 255, 255, .7);
    text-decoration: none;
}

.uk-accordion-default .uk-accordion-icon {
    flex: none;
    margin-left: auto;
    color: rgba(255, 255, 255, .7);
}

.uk-accordion-default .uk-accordion-content {
    margin-top: 20px;
}

.uk-drop {
    display: none;
    position: absolute;
    z-index: 1020;
    --uk-position-offset: 20px;
    --uk-position-viewport-offset: 15px;
    box-sizing: border-box;
    width: 300px;
}

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

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

.uk-drop-parent-icon {
    margin-left: .25em;
    transition: transform .3s ease-out;
}

[aria-expanded=true]>.uk-drop-parent-icon {
    transform: rotateX(180deg);
}

.uk-dropbar {
    --uk-position-offset: 0;
    --uk-position-shift-offset: 0;
    --uk-position-viewport-offset: 0;
    --uk-inverse: light;
    width: auto;
    padding: 0 15px 25px 15px;
    background: #021a2b;
    color: rgba(255, 255, 255, .7);
}

.uk-dropbar>:last-child {
    margin-bottom: 0;
}

@media (min-width:640px) {
    .uk-dropbar {
        padding-left: 20px;
        padding-right: 20px
    };
}

@media (min-width:960px) {
    .uk-dropbar {
        padding-left: 40px;
        padding-right: 40px
    };
}

.uk-dropbar :focus-visible {
    outline-color: #fff !important;
}

.uk-dropbar-large {
    padding-top: 40px;
    padding-bottom: 40px;
}

.uk-dropbar-top {
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, .3);
}

.uk-dropbar-bottom {
    box-shadow: 0 -10px 20px -10px rgba(0, 0, 0, .3);
}

.uk-dropbar-left {
    box-shadow: 10px 0 20px -10px rgba(0, 0, 0, .3);
}

.uk-dropbar-right {
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, .3);
}

.uk-dropbar-inset {
    padding-top: 0;
}

.uk-dropnav-dropbar {
    position: absolute;
    z-index: 980;
    padding: 0;
    left: 0;
    right: 0;
}

.uk-modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1010;
    overflow-y: auto;
    padding: 15px 15px;
    background: rgba(5, 31, 52, .4);
    opacity: 0;
    transition: opacity .15s linear;
}

@media (min-width:640px) {
    .uk-modal {
        padding: 50px 20px
    };
}

@media (min-width:960px) {
    .uk-modal {
        padding-left: 40px;
        padding-right: 40px
    };
}

.uk-modal.uk-open {
    opacity: 1;
}

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

.uk-modal-dialog {
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
    width: 600px;
    max-width: 100% !important;
    background: #021a2b;
    opacity: 0;
    transform: translateY(-100px);
    transition: .3s linear;
    transition-property: opacity, transform;
    box-shadow: 0 40px 80px -20px rgba(0, 0, 0, .3);
}

.uk-open>.uk-modal-dialog {
    opacity: 1;
    transform: translateY(0);
}

.uk-modal-container .uk-modal-dialog {
    width: 1200px;
}

.uk-modal-full {
    padding: 0;
    background: 0 0;
}

.uk-modal-full .uk-modal-dialog {
    margin: 0;
    width: 100%;
    max-width: 100%;
    transform: translateY(0);
}

.uk-modal-body {
    display: flow-root;
    padding: 20px 20px;
}

.uk-modal-header {
    display: flow-root;
    padding: 10px 20px;
    background: #021a2b;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.uk-modal-footer {
    display: flow-root;
    padding: 10px 20px;
    background: #021a2b;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

@media (min-width:640px) {
    .uk-modal-body {
        padding: 20px 20px
    }

    .uk-modal-header {
        padding: 10px 20px
    }

    .uk-modal-footer {
        padding: 10px 20px
    };
}

.uk-modal-body>:last-child, .uk-modal-footer>:last-child, .uk-modal-header>:last-child {
    margin-bottom: 0;
}

.uk-modal-title {
    font-size: 30px;
    line-height: 1.3;
    font-family: Roboto;
    font-weight: 300;
}

[class*=uk-modal-close-] {
    position: absolute;
    z-index: 1010;
    top: 10px;
    right: 10px;
    padding: 5px;
}

[class*=uk-modal-close-]:first-child+* {
    margin-top: 0;
}

.uk-modal-close-outside {
    top: 0;
    right: -5px;
    transform: translate(0, -100%);
    color: #07558c;
}

.uk-modal-close-outside:hover {
    color: #021a2b;
}

@media (min-width:960px) {
    .uk-modal-close-outside {
        right: 0;
        transform: translate(100%, -100%)
    };
}

.uk-modal-close-full {
    top: 0;
    right: 0;
    padding: 10px;
    background: #021a2b;
}

@media (min-width:960px) {
    .uk-modal-close-full {
        padding: 20px
    };
}

.uk-slideshow {
    -webkit-tap-highlight-color: transparent;
}

.uk-slideshow-items {
    position: relative;
    z-index: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    -webkit-touch-callout: none;
    touch-action: pan-y;
}

.uk-slideshow-items>* {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    will-change: transform, opacity;
}

.uk-slideshow-items>:not(.uk-active) {
    display: none;
}

.uk-slider {
    -webkit-tap-highlight-color: transparent;
}

.uk-slider-container {
    overflow: hidden;
    overflow: clip;
}

.uk-slider-container-offset {
    margin: -30px -35px -56px -35px;
    padding: 30px 35px 56px 35px;
}

.uk-slider-items {
    will-change: transform;
    position: relative;
    touch-action: pan-y;
}

.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 !important;
    box-sizing: border-box;
    max-width: 100%;
    position: relative;
}

.uk-sticky {
    position: relative;
    z-index: 980;
    box-sizing: border-box;
}

.uk-sticky-fixed {
    margin: 0 !important;
}

.uk-sticky[class*=uk-animation-] {
    animation-duration: .2s;
}

.uk-sticky.uk-animation-reverse {
    animation-duration: .2s;
}

.uk-sticky-placeholder {
    pointer-events: none;
}

.uk-offcanvas {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
}

.uk-offcanvas-flip .uk-offcanvas {
    right: 0;
    left: auto;
}

.uk-offcanvas-bar {
    --uk-inverse: light;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -270px;
    box-sizing: border-box;
    width: 270px;
    padding: 20px 20px;
    background: #021a2b;
    overflow-y: auto;
    box-shadow: 0 40px 80px -20px rgba(0, 0, 0, .3);
}

@media (min-width:640px) {
    .uk-offcanvas-bar {
        left: -350px;
        width: 350px;
        padding: 20px 20px
    };
}

.uk-offcanvas-flip .uk-offcanvas-bar {
    left: auto;
    right: -270px;
}

@media (min-width:640px) {
    .uk-offcanvas-flip .uk-offcanvas-bar {
        right: -350px
    };
}

.uk-open>.uk-offcanvas-bar {
    left: 0;
}

.uk-offcanvas-flip .uk-open>.uk-offcanvas-bar {
    left: auto;
    right: 0;
}

.uk-offcanvas-bar-animation {
    transition: left .3s ease-out;
}

.uk-offcanvas-flip .uk-offcanvas-bar-animation {
    transition-property: right;
}

.uk-offcanvas-reveal {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    overflow: hidden;
    transition: width .3s ease-out;
}

.uk-offcanvas-reveal .uk-offcanvas-bar {
    left: 0;
}

.uk-offcanvas-flip .uk-offcanvas-reveal .uk-offcanvas-bar {
    left: auto;
    right: 0;
}

.uk-open>.uk-offcanvas-reveal {
    width: 270px;
}

@media (min-width:640px) {
    .uk-open>.uk-offcanvas-reveal {
        width: 350px
    };
}

.uk-offcanvas-flip .uk-offcanvas-reveal {
    right: 0;
    left: auto;
}

.uk-offcanvas-close {
    position: absolute;
    z-index: 1000;
    top: 5px;
    right: 5px;
    padding: 5px;
}

@media (min-width:640px) {
    .uk-offcanvas-close {
        top: 10px;
        right: 10px
    };
}

.uk-offcanvas-close:first-child+* {
    margin-top: 0;
}

.uk-offcanvas-overlay {
    width: 100vw;
    touch-action: none;
}

.uk-offcanvas-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .1);
    opacity: 0;
    transition: opacity .15s linear;
}

.uk-offcanvas-overlay.uk-open::before {
    opacity: 1;
}

.uk-offcanvas-container, .uk-offcanvas-page {
    overflow-x: hidden;
    overflow-x: clip;
}

.uk-offcanvas-container {
    position: relative;
    left: 0;
    transition: left .3s ease-out;
    box-sizing: border-box;
    width: 100%;
}

:not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
    left: 270px;
}

.uk-offcanvas-flip.uk-offcanvas-container-animation {
    left: -270px;
}

@media (min-width:640px) {
    :not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
        left: 350px
    }

    .uk-offcanvas-flip.uk-offcanvas-container-animation {
        left: -350px
    };
}

.uk-switcher {
    margin: 0;
    padding: 0;
    list-style: none;
}

.uk-switcher>:not(.uk-active) {
    display: none;
}

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

.uk-leader {
    overflow: hidden;
}

.uk-leader-fill::after {
    display: inline-block;
    margin-left: 10px;
    width: 0;
    content: attr(data-fill);
    white-space: nowrap;
    color: rgba(255, 255, 255, .7);
}

.uk-leader-fill.uk-leader-hide::after {
    display: none;
}

:root {
    --uk-leader-fill-content: .;
}

.uk-notification {
    position: fixed;
    top: 15px;
    left: 15px;
    z-index: 1040;
    box-sizing: border-box;
    width: 420px;
}

.uk-notification-bottom-right, .uk-notification-top-right {
    left: auto;
    right: 15px;
}

.uk-notification-bottom-center, .uk-notification-top-center {
    left: 50%;
    margin-left: -210px;
}

.uk-notification-bottom-center, .uk-notification-bottom-left, .uk-notification-bottom-right {
    top: auto;
    bottom: 15px;
}

@media (max-width:639px) {
    .uk-notification {
        left: 15px;
        right: 15px;
        width: auto;
        margin: 0
    };
}

.uk-notification-message {
    position: relative;
    padding: 20px;
    background: #14344d;
    color: rgba(255, 255, 255, .7);
    font-size: 15px;
    line-height: 1.5;
    cursor: pointer;
}

*+.uk-notification-message {
    margin-top: 10px;
}

.uk-notification-close {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
}

.uk-notification-message:hover .uk-notification-close {
    display: block;
}

.uk-notification-message-primary {
    color: rgba(255, 255, 255, .7);
    background-color: #179bd7;
}

.uk-notification-message-success {
    color: rgba(255, 255, 255, .7);
    background-color: #33c15e;
}

.uk-notification-message-warning {
    color: rgba(255, 255, 255, .7);
    background-color: #ffad45;
}

.uk-notification-message-danger {
    color: rgba(255, 255, 255, .7);
    background-color: #e24230;
}

.uk-tooltip {
    display: none;
    position: absolute;
    z-index: 1030;
    --uk-position-offset: 10px;
    --uk-position-viewport-offset: 10;
    top: 0;
    box-sizing: border-box;
    max-width: 200px;
    padding: 3px 6px;
    background: #666;
    border-radius: 2px;
    color: #021a2b;
    font-size: 12px;
}

.uk-tooltip.uk-active {
    display: block;
}

.uk-sortable {
    position: relative;
}

.uk-sortable>:last-child {
    margin-bottom: 0;
}

.uk-sortable-drag {
    position: fixed !important;
    z-index: 1050 !important;
    pointer-events: none;
}

.uk-sortable-placeholder {
    opacity: 0;
    pointer-events: none;
}

.uk-sortable-empty {
    min-height: 50px;
}

.uk-sortable-handle:hover {
    cursor: move;
}

.uk-countdown {
    margin: 0;
}

.uk-countdown-number {
    margin: 0;
    font-variant-numeric: tabular-nums;
}

.uk-countdown-separator {
    font-size: .5em;
    line-height: 2;
}

.uk-thumbnav {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -15px;
}

.uk-thumbnav>* {
    padding-left: 15px;
}

.uk-thumbnav>*>* {
    display: inline-block;
    position: relative;
}

.uk-thumbnav>*>::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    background-origin: border-box;
    transition: .1s ease-in-out;
    transition-property: background-color, border-color, box-shadow, opacity;
}

.uk-thumbnav>*>::after {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .4));
}

.uk-thumbnav>*>:hover::after {
    opacity: 0;
}

.uk-thumbnav>.uk-active>::after {
    opacity: 0;
}

.uk-thumbnav-vertical {
    flex-direction: column;
    margin-left: 0;
    margin-top: -15px;
}

.uk-thumbnav-vertical>* {
    padding-left: 0;
    padding-top: 15px;
}

.uk-iconnav {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -10px;
}

.uk-iconnav>* {
    padding-left: 10px;
}

.uk-iconnav>*>a {
    display: flex;
    align-items: center;
    column-gap: .25em;
    line-height: 0;
    color: rgba(255, 255, 255, .5);
    text-decoration: none;
    transition: .1s ease-in-out;
    transition-property: color, background-color, border-color, box-shadow, opacity, filter;
    font-size: 15px;
}

.uk-iconnav>*>a:hover {
    color: #fff;
}

.uk-iconnav>.uk-active>a {
    color: #fff;
}

.uk-iconnav-vertical {
    flex-direction: column;
    margin-left: 0;
    margin-top: -10px;
}

.uk-iconnav-vertical>* {
    padding-left: 0;
    padding-top: 10px;
}

.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;
}

.uk-grid {
    margin-left: -20px;
}

.uk-grid>* {
    padding-left: 20px;
}

*+.uk-grid-margin, .uk-grid+.uk-grid, .uk-grid>.uk-grid-margin {
    margin-top: 20px;
}

@media (min-width:1200px) {
    .uk-grid {
        margin-left: -40px
    }

    .uk-grid>* {
        padding-left: 40px
    }

    *+.uk-grid-margin, .uk-grid+.uk-grid, .uk-grid>.uk-grid-margin {
        margin-top: 40px
    };
}

.uk-grid-column-small, .uk-grid-small {
    margin-left: -10px;
}

.uk-grid-column-small>*, .uk-grid-small>* {
    padding-left: 10px;
}

*+.uk-grid-margin-small, .uk-grid+.uk-grid-row-small, .uk-grid+.uk-grid-small, .uk-grid-row-small>.uk-grid-margin, .uk-grid-small>.uk-grid-margin {
    margin-top: 10px;
}

.uk-grid-column-medium, .uk-grid-medium {
    margin-left: -20px;
}

.uk-grid-column-medium>*, .uk-grid-medium>* {
    padding-left: 20px;
}

*+.uk-grid-margin-medium, .uk-grid+.uk-grid-medium, .uk-grid+.uk-grid-row-medium, .uk-grid-medium>.uk-grid-margin, .uk-grid-row-medium>.uk-grid-margin {
    margin-top: 20px;
}

.uk-grid-column-large, .uk-grid-large {
    margin-left: -40px;
}

.uk-grid-column-large>*, .uk-grid-large>* {
    padding-left: 40px;
}

*+.uk-grid-margin-large, .uk-grid+.uk-grid-large, .uk-grid+.uk-grid-row-large, .uk-grid-large>.uk-grid-margin, .uk-grid-row-large>.uk-grid-margin {
    margin-top: 40px;
}

@media (min-width:1200px) {
    .uk-grid-column-large, .uk-grid-large {
        margin-left: -70px
    }

    .uk-grid-column-large>*, .uk-grid-large>* {
        padding-left: 70px
    }

    *+.uk-grid-margin-large, .uk-grid+.uk-grid-large, .uk-grid+.uk-grid-row-large, .uk-grid-large>.uk-grid-margin, .uk-grid-row-large>.uk-grid-margin {
        margin-top: 70px
    };
}

.uk-grid-collapse, .uk-grid-column-collapse {
    margin-left: 0;
}

.uk-grid-collapse>*, .uk-grid-column-collapse>* {
    padding-left: 0;
}

.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: 0;
}

.uk-grid-divider>* {
    position: relative;
}

.uk-grid-divider>:not(.uk-first-column)::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    border-left: 1px solid rgba(255, 255, 255, .1);
}

.uk-grid-divider.uk-grid-stack>.uk-grid-margin::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.uk-grid-divider {
    margin-left: -40px;
}

.uk-grid-divider>* {
    padding-left: 40px;
}

.uk-grid-divider>:not(.uk-first-column)::before {
    left: 20px;
}

.uk-grid-divider.uk-grid-stack>.uk-grid-margin {
    margin-top: 40px;
}

.uk-grid-divider.uk-grid-stack>.uk-grid-margin::before {
    top: -20px;
    left: 40px;
}

@media (min-width:1200px) {
    .uk-grid-divider {
        margin-left: -80px
    }

    .uk-grid-divider>* {
        padding-left: 80px
    }

    .uk-grid-divider>:not(.uk-first-column)::before {
        left: 40px
    }

    .uk-grid-divider.uk-grid-stack>.uk-grid-margin {
        margin-top: 80px
    }

    .uk-grid-divider.uk-grid-stack>.uk-grid-margin::before {
        top: -40px;
        left: 80px
    };
}

.uk-grid-divider.uk-grid-column-small, .uk-grid-divider.uk-grid-small {
    margin-left: -20px;
}

.uk-grid-divider.uk-grid-column-small>*, .uk-grid-divider.uk-grid-small>* {
    padding-left: 20px;
}

.uk-grid-divider.uk-grid-column-small>:not(.uk-first-column)::before, .uk-grid-divider.uk-grid-small>:not(.uk-first-column)::before {
    left: 10px;
}

.uk-grid-divider.uk-grid-row-small.uk-grid-stack>.uk-grid-margin, .uk-grid-divider.uk-grid-small.uk-grid-stack>.uk-grid-margin {
    margin-top: 20px;
}

.uk-grid-divider.uk-grid-small.uk-grid-stack>.uk-grid-margin::before {
    top: -10px;
    left: 20px;
}

.uk-grid-divider.uk-grid-row-small.uk-grid-stack>.uk-grid-margin::before {
    top: -10px;
}

.uk-grid-divider.uk-grid-column-small.uk-grid-stack>.uk-grid-margin::before {
    left: 20px;
}

.uk-grid-divider.uk-grid-column-medium, .uk-grid-divider.uk-grid-medium {
    margin-left: -40px;
}

.uk-grid-divider.uk-grid-column-medium>*, .uk-grid-divider.uk-grid-medium>* {
    padding-left: 40px;
}

.uk-grid-divider.uk-grid-column-medium>:not(.uk-first-column)::before, .uk-grid-divider.uk-grid-medium>:not(.uk-first-column)::before {
    left: 20px;
}

.uk-grid-divider.uk-grid-medium.uk-grid-stack>.uk-grid-margin, .uk-grid-divider.uk-grid-row-medium.uk-grid-stack>.uk-grid-margin {
    margin-top: 40px;
}

.uk-grid-divider.uk-grid-medium.uk-grid-stack>.uk-grid-margin::before {
    top: -20px;
    left: 40px;
}

.uk-grid-divider.uk-grid-row-medium.uk-grid-stack>.uk-grid-margin::before {
    top: -20px;
}

.uk-grid-divider.uk-grid-column-medium.uk-grid-stack>.uk-grid-margin::before {
    left: 40px;
}

.uk-grid-divider.uk-grid-column-large, .uk-grid-divider.uk-grid-large {
    margin-left: -80px;
}

.uk-grid-divider.uk-grid-column-large>*, .uk-grid-divider.uk-grid-large>* {
    padding-left: 80px;
}

.uk-grid-divider.uk-grid-column-large>:not(.uk-first-column)::before, .uk-grid-divider.uk-grid-large>:not(.uk-first-column)::before {
    left: 40px;
}

.uk-grid-divider.uk-grid-large.uk-grid-stack>.uk-grid-margin, .uk-grid-divider.uk-grid-row-large.uk-grid-stack>.uk-grid-margin {
    margin-top: 80px;
}

.uk-grid-divider.uk-grid-large.uk-grid-stack>.uk-grid-margin::before {
    top: -40px;
    left: 80px;
}

.uk-grid-divider.uk-grid-row-large.uk-grid-stack>.uk-grid-margin::before {
    top: -40px;
}

.uk-grid-divider.uk-grid-column-large.uk-grid-stack>.uk-grid-margin::before {
    left: 80px;
}

@media (min-width:1200px) {
    .uk-grid-divider.uk-grid-column-large, .uk-grid-divider.uk-grid-large {
        margin-left: -140px
    }

    .uk-grid-divider.uk-grid-column-large>*, .uk-grid-divider.uk-grid-large>* {
        padding-left: 140px
    }

    .uk-grid-divider.uk-grid-column-large>:not(.uk-first-column)::before, .uk-grid-divider.uk-grid-large>:not(.uk-first-column)::before {
        left: 70px
    }

    .uk-grid-divider.uk-grid-large.uk-grid-stack>.uk-grid-margin, .uk-grid-divider.uk-grid-row-large.uk-grid-stack>.uk-grid-margin {
        margin-top: 140px
    }

    .uk-grid-divider.uk-grid-large.uk-grid-stack>.uk-grid-margin::before {
        top: -70px;
        left: 140px
    }

    .uk-grid-divider.uk-grid-row-large.uk-grid-stack>.uk-grid-margin::before {
        top: -70px
    }

    .uk-grid-divider.uk-grid-column-large.uk-grid-stack>.uk-grid-margin::before {
        left: 140px
    };
}

.uk-grid-item-match, .uk-grid-match>* {
    display: flex;
    flex-wrap: wrap;
}

.uk-grid-item-match>:not([class*=uk-width]), .uk-grid-match>*>:not([class*=uk-width]) {
    box-sizing: border-box;
    width: 100%;
    flex: auto;
}

.uk-nav, .uk-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.uk-nav li>a {
    display: flex;
    align-items: center;
    column-gap: .25em;
    text-decoration: none;
}

.uk-nav li a {
    padding: 5px 0;
}

ul.uk-nav-sub {
    padding: 5px 0 5px 15px;
}

.uk-nav-sub ul {
    padding-left: 15px;
}

.uk-nav-sub a {
    padding: 2px 0;
}

.uk-nav-parent-icon {
    flex: none;
    margin-left: auto;
    transition: transform .3s ease-out;
}

.uk-nav>li.uk-open>a .uk-nav-parent-icon {
    transform: rotateX(180deg);
}

.uk-nav-header {
    padding: 5px 0;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
}

.uk-nav-header:not(:first-child) {
    margin-top: 20px;
}

.uk-nav .uk-nav-divider {
    margin: 5px 0;
}

.uk-nav-default {
    font-size: 11px;
    line-height: 1.6;
    font-family: Roboto;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.uk-nav-default>li>a {
    color: rgba(255, 255, 255, .5);
    transition: .1s ease-in-out;
    transition-property: color, background-color, border-color, box-shadow, opacity, filter;
}

.uk-nav-default>li>a:hover {
    color: #fff;
}

.uk-nav-default>li.uk-active>a {
    color: #fff;
}

.uk-nav-default .uk-nav-subtitle {
    font-size: 11px;
    font-family: Roboto;
    font-weight: 300;
    text-transform: none;
    letter-spacing: normal;
}

.uk-nav-default .uk-nav-header {
    color: #fff;
}

.uk-nav-default .uk-nav-divider {
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.uk-nav-default .uk-nav-sub {
    font-size: 11px;
    line-height: 1.6;
}

.uk-nav-default .uk-nav-sub a {
    color: rgba(255, 255, 255, 1);
}

.uk-nav-default .uk-nav-sub a:hover {
    color: #179bd7;
}

.uk-nav-default .uk-nav-sub li.uk-active>a {
    color: #009de0;
}

.uk-nav-primary {
    font-size: 22px;
    line-height: 1.6;
    font-family: Roboto;
    font-weight: 300;
}

.uk-nav-primary>li>a {
    color: rgba(255, 255, 255, .5);
    transition: .1s ease-in-out;
    transition-property: color, background-color, border-color, box-shadow, opacity, filter;
}

.uk-nav-primary>li>a:hover {
    color: #fff;
}

.uk-nav-primary>li.uk-active>a {
    color: #fff;
}

.uk-nav-primary .uk-nav-subtitle {
    font-size: 11px;
    font-family: Roboto;
    font-weight: 300;
    text-transform: none;
    letter-spacing: normal;
}

.uk-nav-primary .uk-nav-header {
    color: #fff;
}

.uk-nav-primary .uk-nav-divider {
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.uk-nav-primary .uk-nav-sub {
    font-size: 18px;
    line-height: 1.6;
}

.uk-nav-primary .uk-nav-sub a {
    color: rgba(255, 255, 255, .5);
}

.uk-nav-primary .uk-nav-sub a:hover {
    color: #fff;
}

.uk-nav-primary .uk-nav-sub li.uk-active>a {
    color: #fff;
}

.uk-nav-secondary {
    font-size: 12px;
    line-height: 1.6;
    font-family: Roboto;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.uk-nav-secondary>li>a {
    color: #fff;
    transition: .1s ease-in-out;
    transition-property: color, background-color, border-color, box-shadow;
    padding: 15px 15px;
}

.uk-nav-secondary>li>a:hover {
    color: #fff;
    background-color: #051f31;
}

.uk-nav-secondary>li.uk-active>a {
    color: #fff;
    background-color: #051f31;
}

.uk-nav-secondary .uk-nav-subtitle {
    font-size: 13px;
    color: rgba(255, 255, 255, .7);
    font-family: Roboto;
    font-weight: 300;
    text-transform: none;
    letter-spacing: normal;
}

.uk-nav-secondary>li>a:hover .uk-nav-subtitle {
    color: #fff;
}

.uk-nav-secondary>li.uk-active>a .uk-nav-subtitle {
    color: #fff;
}

.uk-nav-secondary .uk-nav-header {
    color: #fff;
}

.uk-nav-secondary .uk-nav-divider {
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.uk-nav-secondary .uk-nav-sub {
    font-size: 11px;
    line-height: 1.6;
}

.uk-nav-secondary .uk-nav-sub a {
    color: rgba(255, 255, 255, .5);
}

.uk-nav-secondary .uk-nav-sub a:hover {
    color: #fff;
}

.uk-nav-secondary .uk-nav-sub li.uk-active>a {
    color: #fff;
}

.uk-nav-medium {
    font-size: 48.365625px;
    line-height: 1;
}

.uk-nav-large {
    font-size: 3.4rem;
    line-height: 1;
}

.uk-nav-xlarge {
    font-size: 4rem;
    line-height: 1;
}

@media (min-width:960px) {
    .uk-nav-medium {
        font-size: 58.625px
    }

    .uk-nav-large {
        font-size: 4rem
    }

    .uk-nav-xlarge {
        font-size: 6rem
    };
}

@media (min-width:1200px) {
    .uk-nav-medium {
        font-size: 67px
    }

    .uk-nav-large {
        font-size: 6rem
    }

    .uk-nav-xlarge {
        font-size: 8rem
    };
}

.uk-nav-center {
    text-align: center;
}

.uk-nav-center li>a {
    justify-content: center;
}

.uk-nav-center .uk-nav-sub, .uk-nav-center .uk-nav-sub ul {
    padding-left: 0;
}

.uk-nav-center .uk-nav-parent-icon {
    margin-left: .25em;
}

.uk-nav.uk-nav-divider>:not(.uk-nav-header, .uk-nav-divider)+:not(.uk-nav-header, .uk-nav-divider) {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.uk-navbar {
    display: flex;
    position: relative;
}

.uk-navbar-container:not(.uk-navbar-transparent) {
    background: #021a2b;
}

.uk-navbar-left, .uk-navbar-right, [class*=uk-navbar-center] {
    display: flex;
    gap: 15px;
    align-items: stretch;
}

.uk-navbar-right {
    margin-left: auto;
}

.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;
    height: 100%;
    align-items: stretch;
}

.uk-navbar-center-left, .uk-navbar-center-right {
    height: 100%;
    position: absolute;
    top: 0;
}

.uk-navbar-center-left {
    right: calc(100% + 15px);
}

.uk-navbar-center-right {
    left: calc(100% + 15px);
}

[class*=uk-navbar-center-] {
    width: max-content;
    box-sizing: border-box;
}

.uk-navbar-nav {
    display: flex;
    gap: 0;
    align-items: stretch;
    margin: 0;
    padding: 0;
    list-style: none;
}

.uk-navbar-center:only-child, .uk-navbar-left, .uk-navbar-right {
    flex-wrap: wrap;
}

.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: .25em;
    box-sizing: border-box;
    min-height: 80px;
    font-size: 12px;
    font-family: Roboto;
    text-decoration: none;
}

.uk-navbar-nav>li>a {
    height: 100%;
    padding: 0 15px;
    color: rgba(255, 255, 255, .5);
    transition: .1s ease-in-out;
    transition-property: color, background-color, border-color, box-shadow;
    position: relative;
    z-index: 1;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.uk-navbar-nav>li>a::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    height: 1px;
    background-color: transparent;
    transition: .1s ease-in-out;
    transition-property: background-color, border-color, box-shadow, height, left, right, opacity;
    --uk-navbar-nav-item-line-margin-horizontal: 0;
    left: var(--uk-navbar-nav-item-line-margin-horizontal);
    right: var(--uk-navbar-nav-item-line-margin-horizontal);
}

.uk-navbar-primary .uk-navbar-nav>li>a {
    font-size: 15px;
}

.uk-navbar-primary .uk-navbar-nav>li>a {
    font-weight: 400;
}

.uk-navbar-nav>li:hover>a, .uk-navbar-nav>li>a[aria-expanded=true] {
    color: #fff;
}

.uk-navbar-nav>li>a:active {
    color: #fff;
}

.uk-navbar-nav>li>a:active::before {
    height: 2px;
}

.uk-navbar-nav>li.uk-active>a {
    color: #fff;
}

.uk-navbar-nav>li.uk-active>a::before {
    background-color: #179bd7;
    height: 2px;
}

.uk-navbar-parent-icon {
    margin-left: 4px;
    transition: transform .3s ease-out;
}

.uk-navbar-nav>li>a[aria-expanded=true] .uk-navbar-parent-icon {
    transform: rotateX(180deg);
}

.uk-navbar-item {
    padding: 0 0;
    color: rgba(255, 255, 255, .7);
}

.uk-navbar-item>:last-child {
    margin-bottom: 0;
}

.uk-navbar-toggle {
    padding: 0 0;
    color: rgba(255, 255, 255, .5);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.uk-navbar-primary .uk-navbar-toggle {
    font-size: 15px;
}

.uk-navbar-primary .uk-navbar-toggle {
    font-weight: 400;
}

.uk-navbar-toggle:hover, .uk-navbar-toggle[aria-expanded=true] {
    color: #fff;
    text-decoration: none;
}

.uk-navbar-primary .uk-navbar-toggle-icon>svg {
    width: 26px;
}

.uk-navbar-subtitle {
    font-size: 12px;
    font-family: Roboto;
    font-weight: 400;
    text-transform: none;
    letter-spacing: normal;
}

.uk-navbar-justify .uk-navbar-item, .uk-navbar-justify .uk-navbar-left, .uk-navbar-justify .uk-navbar-nav, .uk-navbar-justify .uk-navbar-nav>li, .uk-navbar-justify .uk-navbar-right, .uk-navbar-justify .uk-navbar-toggle {
    flex-grow: 1;
}

.uk-navbar-primary .uk-navbar-nav>li>a {
    padding-left: 25px;
    padding-right: 25px;
}

.uk-navbar-sticky:not(.uk-navbar-transparent) {
    box-shadow: 0 3px 12px rgba(0, 0, 0, .4);
}

.uk-navbar-dropdown {
    --uk-position-offset: 0;
    --uk-position-shift-offset: -10px;
    --uk-position-viewport-offset: 15px;
    --uk-inverse: light;
    width: 200px;
    padding: 25px;
    background: #021a2b;
    color: rgba(255, 255, 255, .7);
    box-shadow: 0 40px 80px -20px rgba(0, 0, 0, .4);
}

.uk-navbar-dropdown>:last-child {
    margin-bottom: 0;
}

.uk-navbar-dropdown :focus-visible {
    outline-color: #fff !important;
}

.uk-navbar-dropdown .uk-drop-grid {
    margin-left: -20px;
}

.uk-navbar-dropdown .uk-drop-grid>* {
    padding-left: 20px;
}

.uk-navbar-dropdown .uk-drop-grid>.uk-grid-margin {
    margin-top: 20px;
}

.uk-navbar-dropdown-width-2:not(.uk-drop-stack) {
    width: 400px;
}

.uk-navbar-dropdown-width-3:not(.uk-drop-stack) {
    width: 600px;
}

.uk-navbar-dropdown-width-4:not(.uk-drop-stack) {
    width: 800px;
}

.uk-navbar-dropdown-width-5:not(.uk-drop-stack) {
    width: 1000px;
}

.uk-navbar-dropdown-large {
    --uk-position-shift-offset: -25px;
    padding: 40px;
}

.uk-navbar-dropdown-dropbar {
    width: auto;
    background: 0 0;
    padding: 25px 0 25px 0;
    --uk-position-offset: 0;
    --uk-position-shift-offset: 15px;
    --uk-position-viewport-offset: 15px;
    box-shadow: none;
}

@media (min-width:640px) {
    .uk-navbar-dropdown-dropbar {
        --uk-position-viewport-offset: 20px
    };
}

@media (min-width:960px) {
    .uk-navbar-dropdown-dropbar {
        --uk-position-viewport-offset: 40px
    };
}

.uk-navbar-dropdown-dropbar-large {
    --uk-position-shift-offset: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.uk-navbar-dropdown-nav {
    font-size: 11px;
    font-family: Roboto;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.uk-navbar-dropdown-nav li a {
    color: rgba(255, 255, 255, .95);
}

    .uk-navbar-dropdown-nav li a:hover {
        color: #179bd7;
    }

.uk-navbar-dropdown-nav li.uk-active a {
    color: #009de0;
}

.uk-navbar-dropdown-nav .uk-nav-subtitle {
    font-size: 12px;
    font-family: Roboto;
    font-weight: 400;
    text-transform: none;
    letter-spacing: normal;
}

.uk-navbar-dropdown-nav .uk-nav-header {
    color: #fff;
}

.uk-navbar-dropdown-nav .uk-nav-divider {
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.uk-navbar-dropdown-nav .uk-nav-sub a {
    color: rgba(255, 255, 255, .5);
}

.uk-navbar-dropdown-nav .uk-nav-sub a:hover {
    color: #fff;
}

.uk-navbar-dropdown-nav .uk-nav-sub li.uk-active>a {
    color: #fff;
}

.uk-navbar-container {
    transition: .1s ease-in-out;
    transition-property: background-color;
}

@media (min-width:960px) {
    .uk-navbar-left, .uk-navbar-right, [class*=uk-navbar-center] {
        gap: 30px
    }

    .uk-navbar-center-left {
        right: calc(100% + 30px)
    }

    .uk-navbar-center-right {
        left: calc(100% + 30px)
    };
}

.uk-subnav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: -20px;
    padding: 0;
    list-style: none;
}

.uk-subnav>* {
    flex: none;
    padding-left: 20px;
    position: relative;
}

.uk-subnav>*>:first-child {
    display: flex;
    align-items: center;
    column-gap: .25em;
    color: rgba(255, 255, 255, .5);
    transition: .1s ease-in-out;
    transition-property: color, background-color, border-color, box-shadow, opacity, filter;
    font-size: 11px;
    font-family: Roboto;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.uk-subnav>*>a:hover {
    color: #fff;
    text-decoration: none;
}

.uk-subnav>.uk-active>a {
    color: #fff;
}

.uk-subnav-divider {
    margin-left: -41px;
}

.uk-subnav-divider>* {
    display: flex;
    align-items: center;
}

.uk-subnav-divider>::before {
    content: "";
    height: .9em;
    margin-left: 0;
    margin-right: 20px;
    border-left: 1px solid transparent;
}

.uk-subnav-divider>:nth-child(n+2):not(.uk-first-column)::before {
    border-left-color: rgba(255, 255, 255, .1);
}

.uk-subnav-pill {
    margin-left: -20px;
}

.uk-subnav-pill>* {
    padding-left: 20px;
}

.uk-subnav-pill>*>:first-child {
    padding: 8px 20px;
    background: 0 0;
    color: rgba(255, 255, 255, .5);
    border-radius: 500px;
}

.uk-subnav-pill>*>a:hover {
    background-color: #051f34;
    color: #fff;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, .1);
}

.uk-subnav-pill>*>a:active {
    background-color: #051f34;
    color: #fff;
    box-shadow: 0 40px 80px -20px rgba(0, 0, 0, .4);
}

.uk-subnav-pill>.uk-active>a {
    background-color: #179bd7;
    color: #fff;
}

.uk-subnav>.uk-disabled>:first-child {
    color: #939fa2;
}

.uk-breadcrumb {
    padding: 0;
    list-style: none;
    font-size: 0;
}

.uk-breadcrumb>* {
    display: contents;
}

.uk-breadcrumb>*>* {
    font-size: 11px;
    color: rgba(255, 255, 255, .5);
    font-family: Varta;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.uk-breadcrumb>*>:hover {
    color: #fff;
    text-decoration: none;
}

.uk-breadcrumb>:last-child>a:not([href]), .uk-breadcrumb>:last-child>span {
    color: #fff;
}

.uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before {
    content: "/";
    display: inline-block;
    margin: 0 20px;
    font-size: 11px;
    color: rgba(242, 242, 242, .1);
}

.uk-pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: -10px;
    padding: 0;
    list-style: none;
}

.uk-pagination>* {
    flex: none;
    padding-left: 10px;
    position: relative;
}

.uk-pagination>*>* {
    display: flex;
    align-items: center;
    column-gap: .25em;
    padding: 3px 6px;
    color: rgba(255, 255, 255, .5);
    transition: .1s ease-in-out;
    transition-property: color, background-color, border-color, box-shadow;
    min-width: 26px;
    justify-content: center;
    height: 26px;
    box-sizing: border-box;
    font-size: 11px;
    font-family: Varta;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    border-radius: 500px;
}

.uk-pagination>*>:hover {
    color: #fff;
    text-decoration: none;
    background-color: #021a2b;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .4);
}

.uk-pagination>.uk-active>* {
    color: #fff;
}

.uk-pagination>.uk-disabled>* {
    color: rgba(255, 255, 255, .5);
}

.uk-tab {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    padding: 0;
    list-style: none;
    position: relative;
}

.uk-tab::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.uk-tab>* {
    flex: none;
    padding-left: 20px;
    position: relative;
}

.uk-tab>*>a {
    display: flex;
    align-items: center;
    column-gap: .25em;
    justify-content: center;
    padding: 10px 20px;
    color: rgba(255, 255, 255, .5);
    transition: .1s ease-in-out;
    transition-property: color, background-color, border-color, box-shadow;
    font-size: 11px;
    line-height: 20px;
    font-family: Varta;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid transparent;
}

.uk-tab>*>a:hover {
    color: #fff;
    text-decoration: none;
    border-color: currentColor;
}

.uk-tab>.uk-active>a {
    color: #fff;
    border-color: #179bd7;
}

.uk-tab>.uk-disabled>a {
    color: rgba(255, 255, 255, .5);
}

.uk-tab-bottom::before {
    top: 0;
    bottom: auto;
}

.uk-tab-bottom>*>a {
    border-top: 1px solid transparent;
    border-bottom: 0 none;
}

.uk-tab-left, .uk-tab-right {
    flex-direction: column;
    margin-left: 0;
}

.uk-tab-left>*, .uk-tab-right>* {
    padding-left: 0;
}

.uk-tab-left::before {
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    border-left: 1px solid rgba(255, 255, 255, .1);
    border-bottom: none;
}

.uk-tab-right::before {
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    border-left: 1px solid rgba(255, 255, 255, .1);
    border-bottom: none;
}

.uk-tab-left>*>a {
    justify-content: left;
    border-right: 1px solid transparent;
    border-bottom: 0 none;
}

.uk-tab-right>*>a {
    justify-content: left;
    border-left: 1px solid transparent;
    border-bottom: 0 none;
}

.uk-tab .uk-dropdown {
    margin-left: 40px;
}

.uk-slidenav {
    padding: 5px 10px;
    color: rgba(255, 255, 255, .5);
    transition: .1s ease-in-out;
    transition-property: color, background-color, border-color, box-shadow;
}

.uk-slidenav:hover {
    color: rgba(255, 255, 255, .9);
}

.uk-slidenav:active {
    color: rgba(255, 255, 255, .5);
}

.uk-slidenav-large {
    padding: 10px 10px;
}

.uk-slidenav-container {
    display: flex;
}

.uk-dotnav {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -14px;
}

.uk-dotnav>* {
    flex: none;
    padding-left: 14px;
}

.uk-dotnav>*>* {
    display: block;
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .4);
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    transition: .2s ease-in-out;
    transition-property: color, background-color, border-color, box-shadow;
}

.uk-dotnav>*>:hover {
    background-color: #179bd7;
}

.uk-dotnav>*>:active {
    background-color: rgba(255, 255, 255, .2);
}

.uk-dotnav>.uk-active>* {
    background-color: #179bd7;
}

.uk-dotnav-vertical {
    flex-direction: column;
    margin-left: 0;
    margin-top: -14px;
}

.uk-dotnav-vertical>* {
    padding-left: 0;
    padding-top: 14px;
}

.uk-dropdown {
    --uk-position-offset: 10px;
    --uk-position-viewport-offset: 15px;
    --uk-inverse: light;
    width: auto;
    min-width: 200px;
    padding: 25px;
    background: #021a2b;
    color: rgba(255, 255, 255, .7);
    box-shadow: 0 40px 80px -20px rgba(0, 0, 0, .4);
}

.uk-dropdown>:last-child {
    margin-bottom: 0;
}

.uk-dropdown :focus-visible {
    outline-color: #fff !important;
}

.uk-dropdown-large {
    padding: 40px;
}

.uk-dropdown-dropbar {
    --uk-position-offset: 0;
    width: auto;
    background: 0 0;
    padding: calc(25px - 6px) 0 25px 0;
    --uk-position-viewport-offset: 15px;
    box-shadow: none;
}

@media (min-width:640px) {
    .uk-dropdown-dropbar {
        --uk-position-viewport-offset: 20px
    };
}

@media (min-width:960px) {
    .uk-dropdown-dropbar {
        --uk-position-viewport-offset: 40px
    };
}

.uk-dropdown-dropbar-large {
    padding-top: calc(40px - 6px);
    padding-bottom: 40px;
}

.uk-dropdown-nav {
    font-size: 11px;
    font-family: Roboto;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.uk-dropdown-nav>li>a {
    color: rgba(255, 255, 255, .5);
}

.uk-dropdown-nav>li.uk-active>a, .uk-dropdown-nav>li>a:hover {
    color: #fff;
    background-color: transparent;
}

.uk-dropdown-nav .uk-nav-subtitle {
    font-size: 12px;
    font-family: Roboto;
    font-weight: 400;
    text-transform: none;
}

.uk-dropdown-nav .uk-nav-header {
    color: #179bd7;
}

.uk-dropdown-nav .uk-nav-divider {
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.uk-dropdown-nav .uk-nav-sub a {
    color: rgba(255, 255, 255, .5);
}

.uk-dropdown-nav .uk-nav-sub a:hover, .uk-dropdown-nav .uk-nav-sub li.uk-active>a {
    color: #179bd7;
}

.uk-lightbox {
    --uk-inverse: light;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1010;
    background: #000;
    opacity: 0;
    transition: opacity .15s linear;
    touch-action: pinch-zoom;
}

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

.uk-lightbox :focus-visible {
    outline-color: rgba(255, 255, 255, .7);
}

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

.uk-lightbox-items {
    margin: 0;
    padding: 0;
    list-style: none;
}

.uk-lightbox-items>* {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: flex-start;
    will-change: transform, opacity;
    overflow: auto;
}

.uk-lightbox-items>.uk-active {
    display: flex;
}

.uk-lightbox-items-fit>* {
    align-items: center;
}

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

.uk-lightbox-items-fit>*>:not(iframe) {
    object-fit: contain;
}

.uk-lightbox-items.uk-lightbox-items-fit .uk-lightbox-zoom:hover {
    cursor: zoom-in;
}

.uk-lightbox-items:not(.uk-lightbox-items-fit) .uk-lightbox-zoom:hover {
    cursor: zoom-out;
}

.uk-lightbox-thumbnav-vertical :where(img, video) {
    max-width: 100px;
}

.uk-lightbox-thumbnav:not(.uk-lightbox-thumbnav-vertical) :where(img, video) {
    max-height: 100px;
}

.uk-lightbox-dotnav:empty, .uk-lightbox-thumbnav:empty {
    display: none;
}

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

.uk-lightbox-caption {
    padding: 10px 10px;
    background: rgba(0, 0, 0, .3);
    color: rgba(255, 255, 255, .7);
}

.uk-lightbox-caption>* {
    color: rgba(255, 255, 255, .7);
}

.uk-lightbox-counter:empty {
    display: none;
}

.uk-lightbox-iframe {
    width: 80%;
    height: 80%;
}

[class*=uk-animation-] {
    animation: .5s ease-out both;
}

.uk-animation-fade {
    animation-name: uk-fade;
    animation-duration: .8s;
    animation-timing-function: linear;
}

.uk-animation-scale-up {
    animation-name: uk-fade, uk-scale-up;
}

.uk-animation-scale-down {
    animation-name: uk-fade, uk-scale-down;
}

.uk-animation-slide-top {
    animation-name: uk-fade, uk-slide-top;
}

.uk-animation-slide-bottom {
    animation-name: uk-fade, uk-slide-bottom;
}

.uk-animation-slide-left {
    animation-name: uk-fade, uk-slide-left;
}

.uk-animation-slide-right {
    animation-name: uk-fade, uk-slide-right;
}

.uk-animation-slide-top-small {
    animation-name: uk-fade, uk-slide-top-small;
}

.uk-animation-slide-bottom-small {
    animation-name: uk-fade, uk-slide-bottom-small;
}

.uk-animation-slide-left-small {
    animation-name: uk-fade, uk-slide-left-small;
}

.uk-animation-slide-right-small {
    animation-name: uk-fade, uk-slide-right-small;
}

.uk-animation-slide-top-medium {
    animation-name: uk-fade, uk-slide-top-medium;
}

.uk-animation-slide-bottom-medium {
    animation-name: uk-fade, uk-slide-bottom-medium;
}

.uk-animation-slide-left-medium {
    animation-name: uk-fade, uk-slide-left-medium;
}

.uk-animation-slide-right-medium {
    animation-name: uk-fade, uk-slide-right-medium;
}

.uk-animation-kenburns {
    animation-name: uk-kenburns;
    animation-duration: 15s;
}

.uk-animation-shake {
    animation-name: uk-shake;
}

.uk-animation-stroke {
    animation-name: uk-stroke;
    animation-duration: 2s;
    stroke-dasharray: var(--uk-animation-stroke);
}

.uk-animation-reverse {
    animation-direction: reverse;
    animation-timing-function: ease-in;
}

.uk-animation-fast {
    animation-duration: .1s;
}

.uk-animation-toggle:not(:hover):not(:focus) [class*=uk-animation-] {
    animation-name: none;
}

@keyframes uk-fade {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    };
}

@keyframes uk-scale-up {
    0% {
        transform: scale(.9)
    }

    100% {
        transform: scale(1)
    };
}

@keyframes uk-scale-down {
    0% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(1)
    };
}

@keyframes uk-slide-top {
    0% {
        transform: translateY(-100%)
    }

    100% {
        transform: translateY(0)
    };
}

@keyframes uk-slide-bottom {
    0% {
        transform: translateY(100%)
    }

    100% {
        transform: translateY(0)
    };
}

@keyframes uk-slide-left {
    0% {
        transform: translateX(-100%)
    }

    100% {
        transform: translateX(0)
    };
}

@keyframes uk-slide-right {
    0% {
        transform: translateX(100%)
    }

    100% {
        transform: translateX(0)
    };
}

@keyframes uk-slide-top-small {
    0% {
        transform: translateY(-10px)
    }

    100% {
        transform: translateY(0)
    };
}

@keyframes uk-slide-bottom-small {
    0% {
        transform: translateY(10px)
    }

    100% {
        transform: translateY(0)
    };
}

@keyframes uk-slide-left-small {
    0% {
        transform: translateX(-10px)
    }

    100% {
        transform: translateX(0)
    };
}

@keyframes uk-slide-right-small {
    0% {
        transform: translateX(10px)
    }

    100% {
        transform: translateX(0)
    };
}

@keyframes uk-slide-top-medium {
    0% {
        transform: translateY(-50px)
    }

    100% {
        transform: translateY(0)
    };
}

@keyframes uk-slide-bottom-medium {
    0% {
        transform: translateY(50px)
    }

    100% {
        transform: translateY(0)
    };
}

@keyframes uk-slide-left-medium {
    0% {
        transform: translateX(-50px)
    }

    100% {
        transform: translateX(0)
    };
}

@keyframes uk-slide-right-medium {
    0% {
        transform: translateX(50px)
    }

    100% {
        transform: translateX(0)
    };
}

@keyframes uk-kenburns {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.2)
    };
}

@keyframes uk-shake {
    0%, 100% {
        transform: translateX(0)
    }

    10% {
        transform: translateX(-9px)
    }

    20% {
        transform: translateX(8px)
    }

    30% {
        transform: translateX(-7px)
    }

    40% {
        transform: translateX(6px)
    }

    50% {
        transform: translateX(-5px)
    }

    60% {
        transform: translateX(4px)
    }

    70% {
        transform: translateX(-3px)
    }

    80% {
        transform: translateX(2px)
    }

    90% {
        transform: translateX(-1px)
    };
}

@keyframes uk-stroke {
    0% {
        stroke-dashoffset: var(--uk-animation-stroke)
    }

    100% {
        stroke-dashoffset: 0
    };
}

[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% / 3);
}

.uk-child-width-1-4>* {
    width: 25%;
}

.uk-child-width-1-5>* {
    width: 20%;
}

.uk-child-width-1-6>* {
    width: calc(100% / 6);
}

.uk-child-width-auto>* {
    width: auto;
}

.uk-child-width-expand>:not([class*=uk-width]) {
    flex: 1;
    min-width: 1px;
}

@media (min-width:640px) {
    .uk-child-width-1-1\@s>* {
        width: 100%
    }

    .uk-child-width-1-2\@s>* {
        width: 50%
    }

    .uk-child-width-1-3\@s>* {
        width: calc(100% / 3)
    }

    .uk-child-width-1-4\@s>* {
        width: 25%
    }

    .uk-child-width-1-5\@s>* {
        width: 20%
    }

    .uk-child-width-1-6\@s>* {
        width: calc(100% / 6)
    }

    .uk-child-width-auto\@s>* {
        width: auto
    }

    .uk-child-width-expand\@s>:not([class*=uk-width]) {
        flex: 1;
        min-width: 1px
    }

    .uk-child-width-1-1\@s>:not([class*=uk-width]), .uk-child-width-1-2\@s>:not([class*=uk-width]), .uk-child-width-1-3\@s>:not([class*=uk-width]), .uk-child-width-1-4\@s>:not([class*=uk-width]), .uk-child-width-1-5\@s>:not([class*=uk-width]), .uk-child-width-1-6\@s>:not([class*=uk-width]), .uk-child-width-auto\@s>:not([class*=uk-width]) {
        flex: initial
    };
}

@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% / 3)
    }

    .uk-child-width-1-4\@m>* {
        width: 25%
    }

    .uk-child-width-1-5\@m>* {
        width: 20%
    }

    .uk-child-width-1-6\@m>* {
        width: calc(100% / 6)
    }

    .uk-child-width-auto\@m>* {
        width: auto
    }

    .uk-child-width-expand\@m>:not([class*=uk-width]) {
        flex: 1;
        min-width: 1px
    }

    .uk-child-width-1-1\@m>:not([class*=uk-width]), .uk-child-width-1-2\@m>:not([class*=uk-width]), .uk-child-width-1-3\@m>:not([class*=uk-width]), .uk-child-width-1-4\@m>:not([class*=uk-width]), .uk-child-width-1-5\@m>:not([class*=uk-width]), .uk-child-width-1-6\@m>:not([class*=uk-width]), .uk-child-width-auto\@m>:not([class*=uk-width]) {
        flex: initial
    };
}

@media (min-width:1200px) {
    .uk-child-width-1-1\@l>* {
        width: 100%
    }

    .uk-child-width-1-2\@l>* {
        width: 50%
    }

    .uk-child-width-1-3\@l>* {
        width: calc(100% / 3)
    }

    .uk-child-width-1-4\@l>* {
        width: 25%
    }

    .uk-child-width-1-5\@l>* {
        width: 20%
    }

    .uk-child-width-1-6\@l>* {
        width: calc(100% / 6)
    }

    .uk-child-width-auto\@l>* {
        width: auto
    }

    .uk-child-width-expand\@l>:not([class*=uk-width]) {
        flex: 1;
        min-width: 1px
    }

    .uk-child-width-1-1\@l>:not([class*=uk-width]), .uk-child-width-1-2\@l>:not([class*=uk-width]), .uk-child-width-1-3\@l>:not([class*=uk-width]), .uk-child-width-1-4\@l>:not([class*=uk-width]), .uk-child-width-1-5\@l>:not([class*=uk-width]), .uk-child-width-1-6\@l>:not([class*=uk-width]), .uk-child-width-auto\@l>:not([class*=uk-width]) {
        flex: initial
    };
}

@media (min-width:1600px) {
    .uk-child-width-1-1\@xl>* {
        width: 100%
    }

    .uk-child-width-1-2\@xl>* {
        width: 50%
    }

    .uk-child-width-1-3\@xl>* {
        width: calc(100% / 3)
    }

    .uk-child-width-1-4\@xl>* {
        width: 25%
    }

    .uk-child-width-1-5\@xl>* {
        width: 20%
    }

    .uk-child-width-1-6\@xl>* {
        width: calc(100% / 6)
    }

    .uk-child-width-auto\@xl>* {
        width: auto
    }

    .uk-child-width-expand\@xl>:not([class*=uk-width]) {
        flex: 1;
        min-width: 1px
    }

    .uk-child-width-1-1\@xl>:not([class*=uk-width]), .uk-child-width-1-2\@xl>:not([class*=uk-width]), .uk-child-width-1-3\@xl>:not([class*=uk-width]), .uk-child-width-1-4\@xl>:not([class*=uk-width]), .uk-child-width-1-5\@xl>:not([class*=uk-width]), .uk-child-width-1-6\@xl>:not([class*=uk-width]), .uk-child-width-auto\@xl>:not([class*=uk-width]) {
        flex: initial
    };
}

[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% / 3);
}

.uk-width-2-3 {
    width: calc(200% / 3);
}

.uk-width-1-4 {
    width: 25%;
}

.uk-width-3-4 {
    width: 75%;
}

.uk-width-1-5 {
    width: 20%;
}

.uk-width-2-5 {
    width: 40%;
}

.uk-width-3-5 {
    width: 60%;
}

.uk-width-4-5 {
    width: 80%;
}

.uk-width-1-6 {
    width: calc(100% / 6);
}

.uk-width-5-6 {
    width: calc(500% / 6);
}

.uk-width-small {
    width: 150px;
}

.uk-width-medium {
    width: 300px;
}

.uk-width-large {
    width: 450px;
}

.uk-width-xlarge {
    width: 600px;
}

.uk-width-2xlarge {
    width: 750px;
}

.uk-width-auto {
    width: auto;
}

.uk-width-expand {
    flex: 1;
    min-width: 1px;
}

@media (min-width:640px) {
    .uk-width-1-1\@s {
        width: 100%
    }

    .uk-width-1-2\@s {
        width: 50%
    }

    .uk-width-1-3\@s {
        width: calc(100% / 3)
    }

    .uk-width-2-3\@s {
        width: calc(200% / 3)
    }

    .uk-width-1-4\@s {
        width: 25%
    }

    .uk-width-3-4\@s {
        width: 75%
    }

    .uk-width-1-5\@s {
        width: 20%
    }

    .uk-width-2-5\@s {
        width: 40%
    }

    .uk-width-3-5\@s {
        width: 60%
    }

    .uk-width-4-5\@s {
        width: 80%
    }

    .uk-width-1-6\@s {
        width: calc(100% / 6)
    }

    .uk-width-5-6\@s {
        width: calc(500% / 6)
    }

    .uk-width-small\@s {
        width: 150px
    }

    .uk-width-medium\@s {
        width: 300px
    }

    .uk-width-large\@s {
        width: 450px
    }

    .uk-width-xlarge\@s {
        width: 600px
    }

    .uk-width-2xlarge\@s {
        width: 750px
    }

    .uk-width-auto\@s {
        width: auto
    }

    .uk-width-expand\@s {
        flex: 1;
        min-width: 1px
    }

    .uk-width-1-1\@s, .uk-width-1-2\@s, .uk-width-1-3\@s, .uk-width-1-4\@s, .uk-width-1-5\@s, .uk-width-1-6\@s, .uk-width-2-3\@s, .uk-width-2-5\@s, .uk-width-2xlarge\@s, .uk-width-3-4\@s, .uk-width-3-5\@s, .uk-width-4-5\@s, .uk-width-5-6\@s, .uk-width-auto\@s, .uk-width-large\@s, .uk-width-medium\@s, .uk-width-small\@s, .uk-width-xlarge\@s {
        flex: initial
    };
}

@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% / 3)
    }

    .uk-width-2-3\@m {
        width: calc(200% / 3)
    }

    .uk-width-1-4\@m {
        width: 25%
    }

    .uk-width-3-4\@m {
        width: 75%
    }

    .uk-width-1-5\@m {
        width: 20%
    }

    .uk-width-2-5\@m {
        width: 40%
    }

    .uk-width-3-5\@m {
        width: 60%
    }

    .uk-width-4-5\@m {
        width: 80%
    }

    .uk-width-1-6\@m {
        width: calc(100% / 6)
    }

    .uk-width-5-6\@m {
        width: calc(500% / 6)
    }

    .uk-width-small\@m {
        width: 150px
    }

    .uk-width-medium\@m {
        width: 300px
    }

    .uk-width-large\@m {
        width: 450px
    }

    .uk-width-xlarge\@m {
        width: 600px
    }

    .uk-width-2xlarge\@m {
        width: 750px
    }

    .uk-width-auto\@m {
        width: auto
    }

    .uk-width-expand\@m {
        flex: 1;
        min-width: 1px
    }

    .uk-width-1-1\@m, .uk-width-1-2\@m, .uk-width-1-3\@m, .uk-width-1-4\@m, .uk-width-1-5\@m, .uk-width-1-6\@m, .uk-width-2-3\@m, .uk-width-2-5\@m, .uk-width-2xlarge\@m, .uk-width-3-4\@m, .uk-width-3-5\@m, .uk-width-4-5\@m, .uk-width-5-6\@m, .uk-width-auto\@m, .uk-width-large\@m, .uk-width-medium\@m, .uk-width-small\@m, .uk-width-xlarge\@m {
        flex: initial
    };
}

@media (min-width:1200px) {
    .uk-width-1-1\@l {
        width: 100%
    }

    .uk-width-1-2\@l {
        width: 50%
    }

    .uk-width-1-3\@l {
        width: calc(100% / 3)
    }

    .uk-width-2-3\@l {
        width: calc(200% / 3)
    }

    .uk-width-1-4\@l {
        width: 25%
    }

    .uk-width-3-4\@l {
        width: 75%
    }

    .uk-width-1-5\@l {
        width: 20%
    }

    .uk-width-2-5\@l {
        width: 40%
    }

    .uk-width-3-5\@l {
        width: 60%
    }

    .uk-width-4-5\@l {
        width: 80%
    }

    .uk-width-1-6\@l {
        width: calc(100% / 6)
    }

    .uk-width-5-6\@l {
        width: calc(500% / 6)
    }

    .uk-width-small\@l {
        width: 150px
    }

    .uk-width-medium\@l {
        width: 300px
    }

    .uk-width-large\@l {
        width: 450px
    }

    .uk-width-xlarge\@l {
        width: 600px
    }

    .uk-width-2xlarge\@l {
        width: 750px
    }

    .uk-width-auto\@l {
        width: auto
    }

    .uk-width-expand\@l {
        flex: 1;
        min-width: 1px
    }

    .uk-width-1-1\@l, .uk-width-1-2\@l, .uk-width-1-3\@l, .uk-width-1-4\@l, .uk-width-1-5\@l, .uk-width-1-6\@l, .uk-width-2-3\@l, .uk-width-2-5\@l, .uk-width-2xlarge\@l, .uk-width-3-4\@l, .uk-width-3-5\@l, .uk-width-4-5\@l, .uk-width-5-6\@l, .uk-width-auto\@l, .uk-width-large\@l, .uk-width-medium\@l, .uk-width-small\@l, .uk-width-xlarge\@l {
        flex: initial
    };
}

@media (min-width:1600px) {
    .uk-width-1-1\@xl {
        width: 100%
    }

    .uk-width-1-2\@xl {
        width: 50%
    }

    .uk-width-1-3\@xl {
        width: calc(100% / 3)
    }

    .uk-width-2-3\@xl {
        width: calc(200% / 3)
    }

    .uk-width-1-4\@xl {
        width: 25%
    }

    .uk-width-3-4\@xl {
        width: 75%
    }

    .uk-width-1-5\@xl {
        width: 20%
    }

    .uk-width-2-5\@xl {
        width: 40%
    }

    .uk-width-3-5\@xl {
        width: 60%
    }

    .uk-width-4-5\@xl {
        width: 80%
    }

    .uk-width-1-6\@xl {
        width: calc(100% / 6)
    }

    .uk-width-5-6\@xl {
        width: calc(500% / 6)
    }

    .uk-width-small\@xl {
        width: 150px
    }

    .uk-width-medium\@xl {
        width: 300px
    }

    .uk-width-large\@xl {
        width: 450px
    }

    .uk-width-xlarge\@xl {
        width: 600px
    }

    .uk-width-2xlarge\@xl {
        width: 750px
    }

    .uk-width-auto\@xl {
        width: auto
    }

    .uk-width-expand\@xl {
        flex: 1;
        min-width: 1px
    }

    .uk-width-1-1\@xl, .uk-width-1-2\@xl, .uk-width-1-3\@xl, .uk-width-1-4\@xl, .uk-width-1-5\@xl, .uk-width-1-6\@xl, .uk-width-2-3\@xl, .uk-width-2-5\@xl, .uk-width-2xlarge\@xl, .uk-width-3-4\@xl, .uk-width-3-5\@xl, .uk-width-4-5\@xl, .uk-width-5-6\@xl, .uk-width-auto\@xl, .uk-width-large\@xl, .uk-width-medium\@xl, .uk-width-small\@xl, .uk-width-xlarge\@xl {
        flex: initial
    };
}

.uk-width-fit-content {
    width: fit-content;
}

.uk-width-max-content {
    width: max-content;
}

.uk-width-min-content {
    width: min-content;
}

[class*=uk-height] {
    box-sizing: border-box;
}

.uk-height-1-1 {
    height: 100%;
}

.uk-height-viewport {
    min-height: 100vh;
}

.uk-height-viewport-2 {
    min-height: 200vh;
}

.uk-height-viewport-3 {
    min-height: 300vh;
}

.uk-height-viewport-4 {
    min-height: 400vh;
}

.uk-height-small {
    height: 150px;
}

.uk-height-medium {
    height: 300px;
}

.uk-height-large {
    height: 450px;
}

.uk-height-max-small {
    max-height: 150px;
}

.uk-height-max-medium {
    max-height: 300px;
}

.uk-height-max-large {
    max-height: 450px;
}

.uk-text-lead {
    font-size: 20px;
    line-height: 1.5;
    color: #fff;
    font-family: Roboto;
    font-weight: 300;
}

.uk-text-meta {
    font-size: 11px;
    line-height: 1.4;
    color: rgba(255, 255, 255, .5);
    font-family: Varta;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.uk-text-meta>a {
    color: rgba(255, 255, 255, .5);
}

.uk-text-meta>a:hover {
    color: rgba(255, 255, 255, .7);
    text-decoration: none;
}

.uk-text-small {
    font-size: 12px;
    line-height: 1.4;
}

.uk-text-large {
    font-size: 22px;
    line-height: 1.5;
}

.uk-text-default {
    font-size: 15px;
    line-height: 1.6;
}

.uk-text-light {
    font-weight: 300;
}

.uk-text-normal {
    font-weight: 400;
}

.uk-text-bold {
    font-weight: 700;
}

.uk-text-lighter {
    font-weight: lighter;
}

.uk-text-bolder {
    font-weight: bolder;
}

.uk-text-italic {
    font-style: italic;
}

.uk-text-capitalize {
    text-transform: capitalize !important;
}

.uk-text-uppercase {
    text-transform: uppercase !important;
}

.uk-text-lowercase {
    text-transform: lowercase !important;
}

.uk-text-decoration-none {
    text-decoration: none !important;
}

.uk-text-muted {
    color: rgba(255, 255, 255, .5) !important;
}

.uk-text-emphasis {
    color: #fff !important;
}

.uk-text-primary {
    color: #179bd7 !important;
}

.uk-text-secondary {
    color: #23cbc3 !important;
}

.uk-text-success {
    color: #33c15e !important;
}

.uk-text-warning {
    color: #ffad45 !important;
}

.uk-text-danger {
    color: #e24230 !important;
}

.uk-text-background {
    -webkit-background-clip: text;
    color: transparent !important;
    display: inline-block;
    background-color: #179bd7;
    background-image: linear-gradient(90deg, #179bd7 0, #1048a2 100%);
}

.uk-text-left {
    text-align: left !important;
}

.uk-text-right {
    text-align: right !important;
}

.uk-text-center {
    text-align: center !important;
}

.uk-text-justify {
    text-align: justify !important;
}

@media (min-width:640px) {
    .uk-text-left\@s {
        text-align: left !important
    }

    .uk-text-right\@s {
        text-align: right !important
    }

    .uk-text-center\@s {
        text-align: center !important
    };
}

@media (min-width:960px) {
    .uk-text-left\@m {
        text-align: left !important
    }

    .uk-text-right\@m {
        text-align: right !important
    }

    .uk-text-center\@m {
        text-align: center !important
    };
}

@media (min-width:1200px) {
    .uk-text-left\@l {
        text-align: left !important
    }

    .uk-text-right\@l {
        text-align: right !important
    }

    .uk-text-center\@l {
        text-align: center !important
    };
}

@media (min-width:1600px) {
    .uk-text-left\@xl {
        text-align: left !important
    }

    .uk-text-right\@xl {
        text-align: right !important
    }

    .uk-text-center\@xl {
        text-align: center !important
    };
}

.uk-text-top {
    vertical-align: top !important;
}

.uk-text-middle {
    vertical-align: middle !important;
}

.uk-text-bottom {
    vertical-align: bottom !important;
}

.uk-text-baseline {
    vertical-align: baseline !important;
}

.uk-text-nowrap {
    white-space: nowrap;
}

.uk-text-truncate {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

td.uk-text-truncate, th.uk-text-truncate {
    max-width: 0;
}

.uk-text-break {
    overflow-wrap: break-word;
}

td.uk-text-break, th.uk-text-break {
    word-break: break-word;
}

.uk-text-stroke {
    -webkit-text-stroke: calc(1.4px + 0.002em);
    -webkit-text-fill-color: transparent;
}

[class*=uk-column-] {
    column-gap: 20px;
}

@media (min-width:1200px) {
    [class*=uk-column-] {
        column-gap: 40px
    };
}

[class*=uk-column-] img {
    transform: translate3d(0, 0, 0);
}

.uk-column-divider {
    column-rule: 1px solid rgba(255, 255, 255, 0.1);
    column-gap: 40px;
}

@media (min-width:1200px) {
    .uk-column-divider {
        column-gap: 80px
    };
}

.uk-column-1-2 {
    column-count: 2;
}

.uk-column-1-3 {
    column-count: 3;
}

.uk-column-1-4 {
    column-count: 4;
}

.uk-column-1-5 {
    column-count: 5;
}

.uk-column-1-6 {
    column-count: 6;
}

@media (min-width:640px) {
    .uk-column-1-2\@s {
        column-count: 2
    }

    .uk-column-1-3\@s {
        column-count: 3
    }

    .uk-column-1-4\@s {
        column-count: 4
    }

    .uk-column-1-5\@s {
        column-count: 5
    }

    .uk-column-1-6\@s {
        column-count: 6
    };
}

@media (min-width:960px) {
    .uk-column-1-2\@m {
        column-count: 2
    }

    .uk-column-1-3\@m {
        column-count: 3
    }

    .uk-column-1-4\@m {
        column-count: 4
    }

    .uk-column-1-5\@m {
        column-count: 5
    }

    .uk-column-1-6\@m {
        column-count: 6
    };
}

@media (min-width:1200px) {
    .uk-column-1-2\@l {
        column-count: 2
    }

    .uk-column-1-3\@l {
        column-count: 3
    }

    .uk-column-1-4\@l {
        column-count: 4
    }

    .uk-column-1-5\@l {
        column-count: 5
    }

    .uk-column-1-6\@l {
        column-count: 6
    };
}

@media (min-width:1600px) {
    .uk-column-1-2\@xl {
        column-count: 2
    }

    .uk-column-1-3\@xl {
        column-count: 3
    }

    .uk-column-1-4\@xl {
        column-count: 4
    }

    .uk-column-1-5\@xl {
        column-count: 5
    }

    .uk-column-1-6\@xl {
        column-count: 6
    };
}

.uk-column-span {
    column-span: all;
}

[data-uk-cover]:where(canvas, iframe, svg), [uk-cover]:where(canvas, iframe, svg) {
    max-width: none;
    position: absolute;
    left: 50%;
    top: 50%;
    --uk-position-translate-x: -50%;
    --uk-position-translate-y: -50%;
    transform: translate(var(--uk-position-translate-x), var(--uk-position-translate-y));
}

iframe[data-uk-cover], iframe[uk-cover] {
    pointer-events: none;
}

[data-uk-cover]:where(img, video), [uk-cover]:where(img, video) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    object-fit: cover;
    object-position: center;
}

.uk-cover-container {
    overflow: hidden;
    position: relative;
}

.uk-background-default {
    background-color: #021a2b;
}

.uk-background-muted {
    background-color: #051f31;
}

.uk-background-primary {
    background-color: #179bd7;
}

.uk-background-secondary {
    background-color: #051f34;
}

.uk-background-contain, .uk-background-cover, .uk-background-height-1-1, .uk-background-width-1-1 {
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.uk-background-cover {
    background-size: cover;
}

.uk-background-contain {
    background-size: contain;
}

.uk-background-width-1-1 {
    background-size: 100%;
}

.uk-background-height-1-1 {
    background-size: auto 100%;
}

.uk-background-top-left {
    background-position: 0 0;
}

.uk-background-top-center {
    background-position: 50% 0;
}

.uk-background-top-right {
    background-position: 100% 0;
}

.uk-background-center-left {
    background-position: 0 50%;
}

.uk-background-center-center {
    background-position: 50% 50%;
}

.uk-background-center-right {
    background-position: 100% 50%;
}

.uk-background-bottom-left {
    background-position: 0 100%;
}

.uk-background-bottom-center {
    background-position: 50% 100%;
}

.uk-background-bottom-right {
    background-position: 100% 100%;
}

.uk-background-norepeat {
    background-repeat: no-repeat;
}

.uk-background-fixed {
    background-attachment: fixed;
}

@media (pointer:coarse) {
    .uk-background-fixed {
        background-attachment: scroll
    };
}

@media (max-width:639px) {
    .uk-background-image\@s {
        background-image: none !important
    };
}

@media (max-width:959px) {
    .uk-background-image\@m {
        background-image: none !important
    };
}

@media (max-width:1199px) {
    .uk-background-image\@l {
        background-image: none !important
    };
}

@media (max-width:1599px) {
    .uk-background-image\@xl {
        background-image: none !important
    };
}

.uk-background-blend-multiply {
    background-blend-mode: multiply;
}

.uk-background-blend-screen {
    background-blend-mode: screen;
}

.uk-background-blend-overlay {
    background-blend-mode: overlay;
}

.uk-background-blend-darken {
    background-blend-mode: darken;
}

.uk-background-blend-lighten {
    background-blend-mode: lighten;
}

.uk-background-blend-color-dodge {
    background-blend-mode: color-dodge;
}

.uk-background-blend-color-burn {
    background-blend-mode: color-burn;
}

.uk-background-blend-hard-light {
    background-blend-mode: hard-light;
}

.uk-background-blend-soft-light {
    background-blend-mode: soft-light;
}

.uk-background-blend-difference {
    background-blend-mode: difference;
}

.uk-background-blend-exclusion {
    background-blend-mode: exclusion;
}

.uk-background-blend-hue {
    background-blend-mode: hue;
}

.uk-background-blend-saturation {
    background-blend-mode: saturation;
}

.uk-background-blend-color {
    background-blend-mode: color;
}

.uk-background-blend-luminosity {
    background-blend-mode: luminosity;
}

[class*=uk-align] {
    display: block;
    margin-bottom: 20px;
}

*+[class*=uk-align] {
    margin-top: 20px;
}

.aligncenter, .uk-align-center {
    margin-left: auto;
    margin-right: auto;
}

.alignleft, .uk-align-left {
    margin-top: 0;
    margin-right: 20px;
    float: left;
}

.alignright, .uk-align-right {
    margin-top: 0;
    margin-left: 20px;
    float: right;
}

@media (min-width:640px) {
    .uk-align-left\@s {
        margin-top: 0;
        margin-right: 20px;
        float: left
    }

    .uk-align-right\@s {
        margin-top: 0;
        margin-left: 20px;
        float: right
    };
}

@media (min-width:960px) {
    .uk-align-left\@m {
        margin-top: 0;
        margin-right: 20px;
        float: left
    }

    .uk-align-right\@m {
        margin-top: 0;
        margin-left: 20px;
        float: right
    };
}

@media (min-width:1200px) {
    .uk-align-left\@l {
        margin-top: 0;
        float: left
    }

    .uk-align-right\@l {
        margin-top: 0;
        float: right
    }

    .alignleft, .uk-align-left, .uk-align-left\@l, .uk-align-left\@m, .uk-align-left\@s {
        margin-right: 40px
    }

    .alignright, .uk-align-right, .uk-align-right\@l, .uk-align-right\@m, .uk-align-right\@s {
        margin-left: 40px
    };
}

@media (min-width:1600px) {
    .uk-align-left\@xl {
        margin-top: 0;
        margin-right: 40px;
        float: left
    }

    .uk-align-right\@xl {
        margin-top: 0;
        margin-left: 40px;
        float: right
    };
}

.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 .uk-text-muted, svg.uk-text-muted {
    color: rgba(255, 255, 255, .5) !important;
}

.uk-svg-default-background {
    color: #021a2b !important;
}

.uk-svg-muted-background {
    color: #041928 !important;
}

.uk-panel {
    display: flow-root;
    position: relative;
    box-sizing: border-box;
}

.uk-panel>:last-child {
    margin-bottom: 0;
}

.uk-panel-scrollable {
    height: 170px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, .1);
    overflow: auto;
    resize: both;
}

.uk-clearfix::before {
    content: "";
    display: table-cell;
}

.uk-clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.uk-float-left {
    float: left;
}

.uk-float-right {
    float: right;
}

[class*=uk-float-] {
    max-width: 100%;
}

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

.uk-overflow-auto {
    overflow: auto;
}

.uk-overflow-auto>:last-child {
    margin-bottom: 0;
}

@property --uk-overflow-fade-start-opacity {
    syntax: "<number>";
    inherits: false;
    initial-value: 0;
}

@property --uk-overflow-fade-end-opacity {
    syntax: "<number>";
    inherits: false;
    initial-value: 0;
}

.uk-overflow-fade-horizontal {
    overflow-x: auto;
    --uk-overflow-fade-direction: right;
}

.uk-overflow-fade-vertical {
    overflow-y: auto;
    --uk-overflow-fade-direction: bottom;
}

.uk-overflow-fade-horizontal, .uk-overflow-fade-vertical {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    mask-image: linear-gradient(to var(--uk-overflow-fade-direction), rgba(0, 0, 0, var(--uk-overflow-fade-start-opacity)), #000 100px, #000 calc(100% - 100px), rgba(0, 0, 0, var(--uk-overflow-fade-end-opacity)));
    scrollbar-width: none;
}

.uk-overflow-fade-horizontal>*, .uk-overflow-fade-vertical>* {
    min-width: max-content;
}

.uk-box-sizing-content {
    box-sizing: content-box;
}

.uk-box-sizing-border {
    box-sizing: border-box;
}

.uk-resize {
    resize: both;
}

.uk-resize-horizontal {
    resize: horizontal;
}

.uk-resize-vertical {
    resize: vertical;
}

.uk-display-block {
    display: block !important;
}

.uk-display-inline {
    display: inline !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;
}

.uk-inline-clip {
    overflow: hidden;
}

.uk-preserve-width, .uk-preserve-width canvas, .uk-preserve-width img, .uk-preserve-width svg, .uk-preserve-width video {
    max-width: none;
    object-fit: fill;
}

.uk-responsive-height, .uk-responsive-width {
    box-sizing: border-box;
}

.uk-responsive-width {
    max-width: 100% !important;
    height: auto;
}

.uk-responsive-height {
    max-height: 100%;
    width: auto;
    max-width: none;
}

[data-uk-responsive], [uk-responsive] {
    max-width: 100%;
}

.uk-object-cover {
    object-fit: cover;
}

.uk-object-contain {
    object-fit: contain;
}

.uk-object-fill {
    object-fit: fill;
}

.uk-object-none {
    object-fit: none;
}

.uk-object-scale-down {
    object-fit: scale-down;
}

.uk-object-top-left {
    object-position: 0 0;
}

.uk-object-top-center {
    object-position: 50% 0;
}

.uk-object-top-right {
    object-position: 100% 0;
}

.uk-object-center-left {
    object-position: 0 50%;
}

.uk-object-center-center {
    object-position: 50% 50%;
}

.uk-object-center-right {
    object-position: 100% 50%;
}

.uk-object-bottom-left {
    object-position: 0 100%;
}

.uk-object-bottom-center {
    object-position: 50% 100%;
}

.uk-object-bottom-right {
    object-position: 100% 100%;
}

.uk-border-circle {
    border-radius: 50%;
}

.uk-border-pill {
    border-radius: 500px;
}

.uk-border-rounded {
    border-radius: 5px;
}

.uk-inline-clip[class*=uk-border-] {
    -webkit-transform: translateZ(0);
}

.uk-box-shadow-small {
    box-shadow: 0 3px 12px rgba(0, 0, 0, .4);
}

.uk-box-shadow-medium {
    box-shadow: 0 40px 80px -20px rgba(0, 0, 0, .4);
}

.uk-box-shadow-large {
    box-shadow: 0 40px 80px -20px rgba(0, 0, 0, .3);
}

.uk-box-shadow-xlarge {
    box-shadow: 0 28px 50px rgba(0, 0, 0, .16);
}

[class*=uk-box-shadow-hover] {
    transition: box-shadow .1s ease-in-out;
}

.uk-box-shadow-hover-small:hover {
    box-shadow: 0 3px 12px rgba(0, 0, 0, .4);
}

.uk-box-shadow-hover-medium:hover {
    box-shadow: 0 40px 80px -20px rgba(0, 0, 0, .4);
}

.uk-box-shadow-hover-large:hover {
    box-shadow: 0 40px 80px -20px rgba(0, 0, 0, .3);
}

.uk-box-shadow-hover-xlarge:hover {
    box-shadow: 0 28px 50px rgba(0, 0, 0, .16);
}

@supports (filter:blur(0)) {
    .uk-box-shadow-bottom {
        display: inline-block;
        position: relative;
        z-index: 0;
        max-width: 100%;
        vertical-align: middle
    }

    .uk-box-shadow-bottom::after {
        content: "";
        position: absolute;
        bottom: -30px;
        left: 0;
        right: 0;
        z-index: -1;
        height: 30px;
        border-radius: 100%;
        background: #444;
        filter: blur(20px);
        will-change: filter
    };
}

.uk-dropcap::first-letter, .uk-dropcap>.ibt-page-break-first-page+p::first-letter, .uk-dropcap>p:first-of-type::first-letter {
    display: block;
    margin-right: 10px;
    float: left;
    font-size: 4.8em;
    line-height: 1;
    margin-bottom: -2px;
}

@-moz-document url-prefix() {
    .uk-dropcap::first-letter, .uk-dropcap>.ibt-page-break-first-page+p::first-letter, .uk-dropcap>p:first-of-type::first-letter {
        margin-top: 1.1%
    };
}

.uk-logo {
    font-size: 22px;
    font-family: Roboto;
    color: #fff;
    text-decoration: none;
}

:where(.uk-logo) {
    display: inline-block;
    vertical-align: middle;
}

.uk-logo:hover {
    color: #fff;
    text-decoration: none;
}

.uk-logo :where(img, svg, video) {
    display: block;
}

.uk-logo-inverse {
    display: none;
}

.uk-disabled {
    pointer-events: none;
}

.uk-drag, .uk-drag * {
    cursor: move;
}

.uk-drag iframe {
    pointer-events: none;
}

.uk-dragover {
    box-shadow: 0 0 20px rgba(100, 100, 100, .3);
}

.uk-blend-multiply {
    mix-blend-mode: multiply;
}

.uk-blend-screen {
    mix-blend-mode: screen;
}

.uk-blend-overlay {
    mix-blend-mode: overlay;
}

.uk-blend-darken {
    mix-blend-mode: darken;
}

.uk-blend-lighten {
    mix-blend-mode: lighten;
}

.uk-blend-color-dodge {
    mix-blend-mode: color-dodge;
}

.uk-blend-color-burn {
    mix-blend-mode: color-burn;
}

.uk-blend-hard-light {
    mix-blend-mode: hard-light;
}

.uk-blend-soft-light {
    mix-blend-mode: soft-light;
}

.uk-blend-difference {
    mix-blend-mode: difference;
}

.uk-blend-exclusion {
    mix-blend-mode: exclusion;
}

.uk-blend-hue {
    mix-blend-mode: hue;
}

.uk-blend-saturation {
    mix-blend-mode: saturation;
}

.uk-blend-color {
    mix-blend-mode: color;
}

.uk-blend-luminosity {
    mix-blend-mode: luminosity;
}

.uk-transform-center {
    transform: translate(-50%, -50%);
}

.uk-transform-origin-top-left {
    transform-origin: 0 0;
}

.uk-transform-origin-top-center {
    transform-origin: 50% 0;
}

.uk-transform-origin-top-right {
    transform-origin: 100% 0;
}

.uk-transform-origin-center-left {
    transform-origin: 0 50%;
}

.uk-transform-origin-center-right {
    transform-origin: 100% 50%;
}

.uk-transform-origin-bottom-left {
    transform-origin: 0 100%;
}

.uk-transform-origin-bottom-center {
    transform-origin: 50% 100%;
}

.uk-transform-origin-bottom-right {
    transform-origin: 100% 100%;
}

.uk-flex {
    display: flex;
}

.uk-flex-inline {
    display: inline-flex;
}

.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;
}

@media (min-width:640px) {
    .uk-flex-left\@s {
        justify-content: flex-start
    }

    .uk-flex-center\@s {
        justify-content: center
    }

    .uk-flex-right\@s {
        justify-content: flex-end
    }

    .uk-flex-between\@s {
        justify-content: space-between
    }

    .uk-flex-around\@s {
        justify-content: space-around
    };
}

@media (min-width:960px) {
    .uk-flex-left\@m {
        justify-content: flex-start
    }

    .uk-flex-center\@m {
        justify-content: center
    }

    .uk-flex-right\@m {
        justify-content: flex-end
    }

    .uk-flex-between\@m {
        justify-content: space-between
    }

    .uk-flex-around\@m {
        justify-content: space-around
    };
}

@media (min-width:1200px) {
    .uk-flex-left\@l {
        justify-content: flex-start
    }

    .uk-flex-center\@l {
        justify-content: center
    }

    .uk-flex-right\@l {
        justify-content: flex-end
    }

    .uk-flex-between\@l {
        justify-content: space-between
    }

    .uk-flex-around\@l {
        justify-content: space-around
    };
}

@media (min-width:1600px) {
    .uk-flex-left\@xl {
        justify-content: flex-start
    }

    .uk-flex-center\@xl {
        justify-content: center
    }

    .uk-flex-right\@xl {
        justify-content: flex-end
    }

    .uk-flex-between\@xl {
        justify-content: space-between
    }

    .uk-flex-around\@xl {
        justify-content: space-around
    };
}

.uk-flex-stretch {
    align-items: stretch;
}

.uk-flex-top {
    align-items: flex-start;
}

.uk-flex-middle {
    align-items: center;
}

.uk-flex-bottom {
    align-items: flex-end;
}

@media (min-width:640px) {
    .uk-flex-stretch\@s {
        align-items: stretch
    }

    .uk-flex-top\@s {
        align-items: flex-start
    }

    .uk-flex-middle\@s {
        align-items: center
    }

    .uk-flex-bottom\@s {
        align-items: flex-end
    };
}

@media (min-width:960px) {
    .uk-flex-stretch\@m {
        align-items: stretch
    }

    .uk-flex-top\@m {
        align-items: flex-start
    }

    .uk-flex-middle\@m {
        align-items: center
    }

    .uk-flex-bottom\@m {
        align-items: flex-end
    };
}

@media (min-width:1200px) {
    .uk-flex-stretch\@l {
        align-items: stretch
    }

    .uk-flex-top\@l {
        align-items: flex-start
    }

    .uk-flex-middle\@l {
        align-items: center
    }

    .uk-flex-bottom\@l {
        align-items: flex-end
    };
}

@media (min-width:1600px) {
    .uk-flex-stretch\@xl {
        align-items: stretch
    }

    .uk-flex-top\@xl {
        align-items: flex-start
    }

    .uk-flex-middle\@xl {
        align-items: center
    }

    .uk-flex-bottom\@xl {
        align-items: flex-end
    };
}

.uk-flex-row {
    flex-direction: row;
}

.uk-flex-row-reverse {
    flex-direction: row-reverse;
}

.uk-flex-column {
    flex-direction: column;
}

.uk-flex-column-reverse {
    flex-direction: column-reverse;
}

@media (min-width:640px) {
    .uk-flex-row\@s {
        flex-direction: row
    }

    .uk-flex-column\@s {
        flex-direction: column
    };
}

@media (min-width:960px) {
    .uk-flex-row\@m {
        flex-direction: row
    }

    .uk-flex-column\@m {
        flex-direction: column
    };
}

@media (min-width:1200px) {
    .uk-flex-row\@l {
        flex-direction: row
    }

    .uk-flex-column\@l {
        flex-direction: column
    };
}

@media (min-width:1600px) {
    .uk-flex-row\@xl {
        flex-direction: row
    }

    .uk-flex-column\@xl {
        flex-direction: column
    };
}

.uk-flex-nowrap {
    flex-wrap: nowrap;
}

.uk-flex-wrap {
    flex-wrap: wrap;
}

.uk-flex-wrap-reverse {
    flex-wrap: wrap-reverse;
}

.uk-flex-wrap-stretch {
    align-content: stretch;
}

.uk-flex-wrap-top {
    align-content: flex-start;
}

.uk-flex-wrap-middle {
    align-content: center;
}

.uk-flex-wrap-bottom {
    align-content: flex-end;
}

.uk-flex-wrap-between {
    align-content: space-between;
}

.uk-flex-wrap-around {
    align-content: space-around;
}

.uk-flex-first {
    order: -1;
}

.uk-flex-last {
    order: 99;
}

@media (min-width:640px) {
    .uk-flex-first\@s {
        order: -1
    }

    .uk-flex-last\@s {
        order: 99
    };
}

@media (min-width:960px) {
    .uk-flex-first\@m {
        order: -1
    }

    .uk-flex-last\@m {
        order: 99
    };
}

@media (min-width:1200px) {
    .uk-flex-first\@l {
        order: -1
    }

    .uk-flex-last\@l {
        order: 99
    };
}

@media (min-width:1600px) {
    .uk-flex-first\@xl {
        order: -1
    }

    .uk-flex-last\@xl {
        order: 99
    };
}

.uk-flex-initial {
    flex: initial;
}

.uk-flex-none {
    flex: none;
}

.uk-flex-auto {
    flex: auto;
}

.uk-flex-1 {
    flex: 1;
}

@media (min-width:640px) {
    .uk-flex-initial\@s {
        flex: initial
    }

    .uk-flex-none\@s {
        flex: none
    }

    .uk-flex-1\@s {
        flex: 1
    };
}

@media (min-width:960px) {
    .uk-flex-initial\@m {
        flex: initial
    }

    .uk-flex-none\@m {
        flex: none
    }

    .uk-flex-1\@m {
        flex: 1
    };
}

@media (min-width:1200px) {
    .uk-flex-initial\@l {
        flex: initial
    }

    .uk-flex-none\@l {
        flex: none
    }

    .uk-flex-1\@l {
        flex: 1
    };
}

@media (min-width:1600px) {
    .uk-flex-initial\@xl {
        flex: initial
    }

    .uk-flex-none\@xl {
        flex: none
    }

    .uk-flex-1\@xl {
        flex: 1
    };
}

.uk-margin {
    margin-bottom: 20px;
}

*+.uk-margin {
    margin-top: 20px !important;
}

.uk-margin-top {
    margin-top: 20px !important;
}

.uk-margin-bottom {
    margin-bottom: 20px !important;
}

.uk-margin-left {
    margin-left: 20px !important;
}

.uk-margin-right {
    margin-right: 20px !important;
}

.uk-margin-xsmall {
    margin-bottom: 5px;
}

*+.uk-margin-xsmall {
    margin-top: 5px !important;
}

.uk-margin-xsmall-top {
    margin-top: 5px !important;
}

.uk-margin-xsmall-bottom {
    margin-bottom: 5px !important;
}

.uk-margin-xsmall-left {
    margin-left: 5px !important;
}

.uk-margin-xsmall-right {
    margin-right: 5px !important;
}

.uk-margin-small {
    margin-bottom: 10px;
}

*+.uk-margin-small {
    margin-top: 10px !important;
}

.uk-margin-small-top {
    margin-top: 10px !important;
}

.uk-margin-small-bottom {
    margin-bottom: 10px !important;
}

.uk-margin-small-left {
    margin-left: 10px !important;
}

.uk-margin-small-right {
    margin-right: 10px !important;
}

.uk-margin-medium {
    margin-bottom: 40px;
}

*+.uk-margin-medium {
    margin-top: 40px !important;
}

.uk-margin-medium-top {
    margin-top: 40px !important;
}

.uk-margin-medium-bottom {
    margin-bottom: 40px !important;
}

.uk-margin-medium-left {
    margin-left: 40px !important;
}

.uk-margin-medium-right {
    margin-right: 40px !important;
}

.uk-margin-large {
    margin-bottom: 40px;
}

*+.uk-margin-large {
    margin-top: 40px !important;
}

.uk-margin-large-top {
    margin-top: 40px !important;
}

.uk-margin-large-bottom {
    margin-bottom: 40px !important;
}

.uk-margin-large-left {
    margin-left: 40px !important;
}

.uk-margin-large-right {
    margin-right: 40px !important;
}

@media (min-width:1200px) {
    .uk-margin-large {
        margin-bottom: 70px
    }

    *+.uk-margin-large {
        margin-top: 70px !important
    }

    .uk-margin-large-top {
        margin-top: 70px !important
    }

    .uk-margin-large-bottom {
        margin-bottom: 70px !important
    }

    .uk-margin-large-left {
        margin-left: 70px !important
    }

    .uk-margin-large-right {
        margin-right: 70px !important
    };
}

.uk-margin-xlarge {
    margin-bottom: 70px;
}

*+.uk-margin-xlarge {
    margin-top: 70px !important;
}

.uk-margin-xlarge-top {
    margin-top: 70px !important;
}

.uk-margin-xlarge-bottom {
    margin-bottom: 70px !important;
}

.uk-margin-xlarge-left {
    margin-left: 70px !important;
}

.uk-margin-xlarge-right {
    margin-right: 70px !important;
}

@media (min-width:1200px) {
    .uk-margin-xlarge {
        margin-bottom: 140px
    }

    *+.uk-margin-xlarge {
        margin-top: 140px !important
    }

    .uk-margin-xlarge-top {
        margin-top: 140px !important
    }

    .uk-margin-xlarge-bottom {
        margin-bottom: 140px !important
    }

    .uk-margin-xlarge-left {
        margin-left: 140px !important
    }

    .uk-margin-xlarge-right {
        margin-right: 140px !important
    };
}

.uk-margin-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.uk-margin-auto-top {
    margin-top: auto !important;
}

.uk-margin-auto-bottom {
    margin-bottom: auto !important;
}

.uk-margin-auto-left {
    margin-left: auto !important;
}

.uk-margin-auto-right {
    margin-right: auto !important;
}

.uk-margin-auto-vertical {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

@media (min-width:640px) {
    .uk-margin-auto\@s {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .uk-margin-auto-left\@s {
        margin-left: auto !important
    }

    .uk-margin-auto-right\@s {
        margin-right: auto !important
    };
}

@media (min-width:960px) {
    .uk-margin-auto\@m {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .uk-margin-auto-left\@m {
        margin-left: auto !important
    }

    .uk-margin-auto-right\@m {
        margin-right: auto !important
    };
}

@media (min-width:1200px) {
    .uk-margin-auto\@l {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .uk-margin-auto-left\@l {
        margin-left: auto !important
    }

    .uk-margin-auto-right\@l {
        margin-right: auto !important
    };
}

@media (min-width:1600px) {
    .uk-margin-auto\@xl {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .uk-margin-auto-left\@xl {
        margin-left: auto !important
    }

    .uk-margin-auto-right\@xl {
        margin-right: auto !important
    };
}

.uk-margin-remove {
    margin: 0 !important;
}

.uk-margin-remove-top {
    margin-top: 0 !important;
}

.uk-margin-remove-bottom {
    margin-bottom: 0 !important;
}

.uk-margin-remove-left {
    margin-left: 0 !important;
}

.uk-margin-remove-right {
    margin-right: 0 !important;
}

.uk-margin-remove-vertical {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.uk-margin-remove-adjacent+*, .uk-margin-remove-first-child>:first-child {
    margin-top: 0 !important;
}

.uk-margin-remove-last-child>:last-child {
    margin-bottom: 0 !important;
}

@media (min-width:640px) {
    .uk-margin-remove-left\@s {
        margin-left: 0 !important
    }

    .uk-margin-remove-right\@s {
        margin-right: 0 !important
    };
}

@media (min-width:960px) {
    .uk-margin-remove-left\@m {
        margin-left: 0 !important
    }

    .uk-margin-remove-right\@m {
        margin-right: 0 !important
    };
}

@media (min-width:1200px) {
    .uk-margin-remove-left\@l {
        margin-left: 0 !important
    }

    .uk-margin-remove-right\@l {
        margin-right: 0 !important
    };
}

@media (min-width:1600px) {
    .uk-margin-remove-left\@xl {
        margin-left: 0 !important
    }

    .uk-margin-remove-right\@xl {
        margin-right: 0 !important
    };
}

.uk-padding {
    padding: 20px;
}

@media (min-width:1200px) {
    .uk-padding {
        padding: 40px
    };
}

.uk-padding-small {
    padding: 10px;
}

.uk-padding-large {
    padding: 40px;
}

@media (min-width:1200px) {
    .uk-padding-large {
        padding: 70px
    };
}

.uk-padding-remove {
    padding: 0 !important;
}

.uk-padding-remove-top {
    padding-top: 0 !important;
}

.uk-padding-remove-bottom {
    padding-bottom: 0 !important;
}

.uk-padding-remove-left {
    padding-left: 0 !important;
}

.uk-padding-remove-right {
    padding-right: 0 !important;
}

.uk-padding-remove-vertical {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.uk-padding-remove-horizontal {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

:root {
    --uk-position-margin-offset: 0px;
}

[class*=uk-position-bottom], [class*=uk-position-center], [class*=uk-position-left], [class*=uk-position-right], [class*=uk-position-top] {
    position: absolute !important;
    max-width: calc(100% - (var(--uk-position-margin-offset) * 2));
    box-sizing: border-box;
}

.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: calc(50% - var(--uk-position-margin-offset));
    left: calc(50% - var(--uk-position-margin-offset));
    --uk-position-translate-x: -50%;
    --uk-position-translate-y: -50%;
    transform: translate(var(--uk-position-translate-x), var(--uk-position-translate-y));
    width: max-content;
}

.uk-position-center-vertical, [class*=uk-position-center-left], [class*=uk-position-center-right] {
    top: calc(50% - var(--uk-position-margin-offset));
    --uk-position-translate-y: -50%;
    transform: translate(0, var(--uk-position-translate-y));
}

.uk-position-center-left {
    left: 0;
}

.uk-position-center-right {
    right: 0;
}

.uk-position-center-vertical {
    left: 0;
    right: 0;
}

.uk-position-center-left-out {
    right: 100%;
    width: max-content;
}

.uk-position-center-right-out {
    left: 100%;
    width: max-content;
}

.uk-position-bottom-center, .uk-position-center-horizontal, .uk-position-top-center {
    left: calc(50% - var(--uk-position-margin-offset));
    --uk-position-translate-x: -50%;
    transform: translate(var(--uk-position-translate-x), 0);
    width: max-content;
}

.uk-position-top-center {
    top: 0;
}

.uk-position-bottom-center {
    bottom: 0;
}

.uk-position-center-horizontal {
    top: 0;
    bottom: 0;
}

.uk-position-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.uk-position-small {
    margin: 10px;
    --uk-position-margin-offset: 10px;
}

.uk-position-medium {
    margin: 20px;
    --uk-position-margin-offset: 20px;
}

.uk-position-large {
    margin: 20px;
    --uk-position-margin-offset: 20px;
}

@media (min-width:1200px) {
    .uk-position-large {
        margin: 50px;
        --uk-position-margin-offset: 50px
    };
}

.uk-position-relative {
    position: relative !important;
}

.uk-position-absolute {
    position: absolute !important;
}

.uk-position-fixed {
    position: fixed !important;
}

.uk-position-sticky {
    position: sticky !important;
}

.uk-position-z-index {
    z-index: 1;
}

.uk-position-z-index-zero {
    z-index: 0;
}

.uk-position-z-index-negative {
    z-index: -1;
}

.uk-position-z-index-high {
    z-index: 990;
}

.uk-position-z-index-highest {
    z-index: 1060;
}

:where(.uk-transition-fade), :where([class*=uk-transition-scale]), :where([class*=uk-transition-slide]) {
    --uk-position-translate-x: 0;
    --uk-position-translate-y: 0;
}

.uk-transition-fade, [class*=uk-transition-scale], [class*=uk-transition-slide] {
    --uk-translate-x: 0;
    --uk-translate-y: 0;
    --uk-scale-x: 1;
    --uk-scale-y: 1;
    transform: translate(var(--uk-position-translate-x), var(--uk-position-translate-y)) translate(var(--uk-translate-x), var(--uk-translate-y)) scale(var(--uk-scale-x), var(--uk-scale-y));
    transition: .3s ease-out;
    transition-property: opacity, transform, filter;
    opacity: 0;
}

.uk-transition-active.uk-active .uk-transition-fade, .uk-transition-toggle:focus .uk-transition-fade, .uk-transition-toggle:focus-within .uk-transition-fade, .uk-transition-toggle:hover .uk-transition-fade {
    opacity: 1;
}

[class*=uk-transition-scale] {
    -webkit-backface-visibility: hidden;
}

.uk-transition-scale-up {
    --uk-scale-x: 1;
    --uk-scale-y: 1;
}

.uk-transition-scale-down {
    --uk-scale-x: 1.03;
    --uk-scale-y: 1.03;
}

.uk-transition-active.uk-active .uk-transition-scale-up, .uk-transition-toggle:focus .uk-transition-scale-up, .uk-transition-toggle:focus-within .uk-transition-scale-up, .uk-transition-toggle:hover .uk-transition-scale-up {
    --uk-scale-x: 1.03;
    --uk-scale-y: 1.03;
    opacity: 1;
}

.uk-transition-active.uk-active .uk-transition-scale-down, .uk-transition-toggle:focus .uk-transition-scale-down, .uk-transition-toggle:focus-within .uk-transition-scale-down, .uk-transition-toggle:hover .uk-transition-scale-down {
    --uk-scale-x: 1;
    --uk-scale-y: 1;
    opacity: 1;
}

.uk-transition-slide-top {
    --uk-translate-y: -100%;
}

.uk-transition-slide-bottom {
    --uk-translate-y: 100%;
}

.uk-transition-slide-left {
    --uk-translate-x: -100%;
}

.uk-transition-slide-right {
    --uk-translate-x: 100%;
}

.uk-transition-slide-top-small {
    --uk-translate-y: calc(-1 * 10px);
}

.uk-transition-slide-bottom-small {
    --uk-translate-y: 10px;
}

.uk-transition-slide-left-small {
    --uk-translate-x: calc(-1 * 10px);
}

.uk-transition-slide-right-small {
    --uk-translate-x: 10px;
}

.uk-transition-slide-top-medium {
    --uk-translate-y: calc(-1 * 50px);
}

.uk-transition-slide-bottom-medium {
    --uk-translate-y: 50px;
}

.uk-transition-slide-left-medium {
    --uk-translate-x: calc(-1 * 50px);
}

.uk-transition-slide-right-medium {
    --uk-translate-x: 50px;
}

.uk-transition-active.uk-active [class*=uk-transition-slide], .uk-transition-toggle:focus [class*=uk-transition-slide], .uk-transition-toggle:focus-within [class*=uk-transition-slide], .uk-transition-toggle:hover [class*=uk-transition-slide] {
    --uk-translate-x: 0;
    --uk-translate-y: 0;
    opacity: 1;
}

.uk-transition-opaque {
    opacity: 1;
}

.uk-transition-slow {
    transition-duration: .7s;
}

.uk-transition-disable, .uk-transition-disable * {
    transition: none !important;
}

.uk-hidden, .uk-hidden-empty:empty, [hidden] {
    display: none !important;
}

@media (min-width:640px) {
    .uk-hidden\@s {
        display: none !important
    };
}

@media (min-width:960px) {
    .uk-hidden\@m {
        display: none !important
    };
}

@media (min-width:1200px) {
    .uk-hidden\@l {
        display: none !important
    };
}

@media (min-width:1600px) {
    .uk-hidden\@xl {
        display: none !important
    };
}

@media (max-width:639px) {
    .uk-visible\@s {
        display: none !important
    };
}

@media (max-width:959px) {
    .uk-visible\@m {
        display: none !important
    };
}

@media (max-width:1199px) {
    .uk-visible\@l {
        display: none !important
    };
}

@media (max-width:1599px) {
    .uk-visible\@xl {
        display: none !important
    };
}

.uk-invisible {
    visibility: hidden !important;
}

.uk-hidden-visually:not(:focus):not(:active):not(:focus-within), .uk-visible-toggle:not(:hover):not(:focus) .uk-hidden-hover:not(:focus-visible):not(:has(:focus-visible)), .uk-visible-toggle:not(:hover):not(:focus) .uk-hidden-hover:not(:focus-within) {
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    border-width: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
}

.uk-visible-toggle:not(:hover):not(:focus) .uk-invisible-hover:not(:focus-within) {
    opacity: 0 !important;
}

@media (hover:none) {
    .uk-hidden-touch {
        display: none !important
    };
}

@media (hover) {
    .uk-hidden-notouch {
        display: none !important
    };
}

.uk-dark {
    color: rgba(2, 26, 43, .7);
}

.uk-dark .woocommerce-breadcrumb {
    color: rgba(2, 26, 43, .7);
}

.uk-dark .woocommerce-breadcrumb a {
    color: rgba(2, 26, 43, .5);
}

.uk-dark .woocommerce-breadcrumb a:hover {
    color: rgba(2, 26, 43, .7);
}

.uk-dark .woocommerce input.input-text, .uk-dark .woocommerce select, .uk-dark .woocommerce textarea {
    background-color: transparent;
    color: rgba(2, 26, 43, .7);
    background-clip: padding-box;
    border-color: rgba(23, 155, 215, .8) !important;
}

.uk-dark .woocommerce input.input-text:focus, .uk-dark .woocommerce select:focus, .uk-dark .woocommerce textarea:focus {
    background-color: transparent;
    color: rgba(2, 26, 43, .7);
    border-color: transparent !important;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .07);
}

.uk-dark .woocommerce input.input-text::-ms-input-placeholder {
    color: rgba(2, 26, 43, .5) !important;
}

.uk-dark .woocommerce input.input-text::placeholder {
    color: rgba(2, 26, 43, .5);
}

.uk-dark .woocommerce textarea::-ms-input-placeholder {
    color: rgba(2, 26, 43, .5) !important;
}

.uk-dark .woocommerce textarea::placeholder {
    color: rgba(2, 26, 43, .5);
}

.uk-dark .woocommerce select:not([multiple]):not([size]) {
    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%22rgba%282,%2026,%2043,%200.7%29%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba%282,%2026,%2043,%200.7%29%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-dark .woocommerce input[type=checkbox], .uk-dark .woocommerce input[type=radio] {
    background-color: transparent;
    border-color: rgba(23, 155, 215, .8);
}

.uk-dark .woocommerce input[type=checkbox]:focus, .uk-dark .woocommerce input[type=radio]:focus {
    border-color: #021a2b;
}

.uk-dark .woocommerce input[type=checkbox]:checked, .uk-dark .woocommerce input[type=checkbox]:indeterminate, .uk-dark .woocommerce input[type=radio]:checked {
    background-color: #021a2b;
    border-color: transparent;
}

.uk-dark .woocommerce input[type=checkbox]:checked:focus, .uk-dark .woocommerce input[type=checkbox]:indeterminate:focus, .uk-dark .woocommerce input[type=radio]:checked:focus {
    background-color: #021a2b;
}

.uk-dark .woocommerce input[type=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%23ffffff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-dark .woocommerce input[type=checkbox]: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%3Cpolygon%20fill%3D%22%23ffffff%22%20points%3D%2213%203.5%206%2010%203%207.5%202%208%206%2012.5%2014%204%2013%203.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-dark .woocommerce input[type=checkbox]:indeterminate {
    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%3Crect%20fill%3D%22%23ffffff%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

:not(.woocommerce-message)>.uk-dark .button:not(.alt, .checkout, .view, .pay, [name*=save_]), :not(.woocommerce-message)>.uk-dark input[type=submit]:not(.alt, .checkout, .view, .pay, [name*=save_]) {
    background-color: rgba(2, 26, 43, .12);
    color: rgba(2, 26, 43, .7);
    border-color: transparent;
    box-shadow: none;
}

:not(.woocommerce-message)>.uk-dark .button:not(.alt, .checkout, .view, .pay, [name*=save_]):hover, :not(.woocommerce-message)>.uk-dark input[type=submit]:not(.alt, .checkout, .view, .pay, [name*=save_]):hover {
    background-color: rgba(2, 26, 43, .24);
    color: #021a2b;
    border-color: transparent;
    box-shadow: none;
}

:not(.woocommerce-message)>.uk-dark .button:not(.alt, .checkout, .view, .pay, [name*=save_]):active, :not(.woocommerce-message)>.uk-dark input[type=submit]:not(.alt, .checkout, .view, .pay, [name*=save_]):active {
    background-color: rgba(2, 26, 43, .12);
    color: #fff;
    border-color: transparent;
}

.uk-dark .button.alt, .uk-dark .button.checkout, .uk-dark .button.pay, .uk-dark .button.view, .uk-dark .button[name*=save_], .uk-dark input[type=submit].alt, .uk-dark input[type=submit].checkout, .uk-dark input[type=submit].pay, .uk-dark input[type=submit].view, .uk-dark input[type=submit][name*=save_] {
    background-color: #179bd7;
    color: #021a2b;
    border-color: transparent;
}

.uk-dark .button.alt:hover, .uk-dark .button.checkout:hover, .uk-dark .button.pay:hover, .uk-dark .button.view:hover, .uk-dark .button[name*=save_]:hover, .uk-dark input[type=submit].alt:hover, .uk-dark input[type=submit].checkout:hover, .uk-dark input[type=submit].pay:hover, .uk-dark input[type=submit].view:hover, .uk-dark input[type=submit][name*=save_]:hover {
    background-color: #13c2ba;
    color: #021a2b;
    border-color: transparent;
}

.uk-dark .button.alt:active, .uk-dark .button.checkout:active, .uk-dark .button.pay:active, .uk-dark .button.view:active, .uk-dark .button[name*=save_]:active, .uk-dark input[type=submit].alt:active, .uk-dark input[type=submit].checkout:active, .uk-dark input[type=submit].pay:active, .uk-dark input[type=submit].view:active, .uk-dark input[type=submit][name*=save_]:active {
    background-color: #0b746f;
    color: rgba(2, 26, 43, .8);
    border-color: transparent;
}

.woocommerce-message>.uk-dark .button, .woocommerce-message>.uk-dark input[type=submit] {
    color: #021a2b;
}

.woocommerce-message>.uk-dark .button:hover, .woocommerce-message>.uk-dark input[type=submit]:hover {
    color: #021a2b;
}

.uk-dark .price del, .uk-dark .product_list_widget del, .uk-dark .woocommerce-grouped-product-list-item__price del {
    color: rgba(2, 26, 43, .5);
}

.uk-dark .price ins, .uk-dark .product_list_widget ins, .uk-dark .woocommerce-grouped-product-list-item__price ins {
    color: rgba(2, 26, 43, .7);
}

.uk-dark a.remove {
    color: rgba(2, 26, 43, .5);
}

.uk-dark a.remove:hover {
    color: rgba(2, 26, 43, .7);
}

.uk-dark .star-rating::before {
    color: rgba(2, 26, 43, .5);
}

.uk-dark .star-rating span::before {
    color: #021a2b;
}

.uk-dark .woocommerce-review-link:hover {
    color: rgba(2, 26, 43, .7);
}

.uk-dark ul.page-numbers>*>* {
    color: rgba(2, 26, 43, .5);
}

.uk-dark ul.page-numbers>*>:hover {
    color: rgba(2, 26, 43, .7);
    background-color: rgba(255, 255, 255, .1);
    box-shadow: 0 3px 12px rgba(0, 0, 0, .4);
}

.uk-dark ul.page-numbers>*>.current {
    color: #021a2b;
    background-color: transparent;
}

.uk-dark .product_title {
    color: #021a2b;
}

.uk-dark .woocommerce-tabs ul.tabs::before {
    border-color: rgba(23, 155, 215, .8);
}

.uk-dark .woocommerce-tabs ul.tabs a {
    color: rgba(2, 26, 43, .5);
}

.uk-dark .woocommerce-tabs ul.tabs a:hover {
    color: rgba(2, 26, 43, .7);
    border-color: currentColor;
}

.uk-dark .woocommerce-tabs ul.tabs.active a {
    color: #021a2b;
    border-color: #021a2b;
}

.woocommerce .uk-dark ul.products>* .woocommerce-loop-category__title, .woocommerce .uk-dark ul.products>* .woocommerce-loop-product__title {
    color: #021a2b;
}

.woocommerce .uk-dark ul.products>* .price {
    color: rgba(2, 26, 43, .7);
}

.woocommerce .uk-dark ul.products>*>.button.loading:after {
    color: rgba(2, 26, 43, .7);
}

.woocommerce .uk-dark ul.products>*>.added_to_cart {
    background-color: #179bd7;
    color: #021a2b;
    border-color: transparent;
}

.woocommerce .uk-dark ul.products>*>.added_to_cart:hover {
    background-color: #13c2ba;
    color: #021a2b;
    border-color: transparent;
}

.woocommerce .uk-dark ul.products>*>.added_to_cart:active {
    background-color: #0b746f;
    color: rgba(2, 26, 43, .8);
    border-color: transparent;
}

.uk-dark :not(.woocommerce-Tabs-panel)>#reviews .woocommerce-Reviews-title::before {
    border-left-color: rgba(23, 155, 215, .8);
}

.uk-dark #reviews .woocommerce-review__author {
    color: #021a2b;
}

.uk-dark #reviews .woocommerce-review__published-date {
    color: rgba(2, 26, 43, .5);
}

.uk-dark #reviews .comment-reply-title {
    color: #021a2b;
}

.uk-dark #reviews label {
    color: #021a2b;
}

.uk-dark #reviews p.stars a {
    color: rgba(2, 26, 43, .5);
}

.uk-dark #reviews p.stars a:hover {
    color: #021a2b;
}

.uk-dark #reviews p.stars a:hover~a {
    color: rgba(2, 26, 43, .5);
}

.uk-dark #reviews p.stars:hover a {
    color: #021a2b;
}

.uk-dark #reviews p.stars.selected a.active {
    color: #021a2b;
}

.uk-dark #reviews p.stars.selected a.active~a {
    color: rgba(2, 26, 43, .5);
}

.uk-dark #reviews p.stars.selected a:not(.active) {
    color: #021a2b;
}

.uk-dark .woocommerce table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__label a:hover {
    color: rgba(2, 26, 43, .7);
}

.uk-dark .woocommerce table.shop_table thead th {
    color: rgba(2, 26, 43, .7);
}

.uk-dark .woocommerce table.shop_table>:first-child>tr:not(:first-child), .uk-dark .woocommerce table.shop_table>:not(:first-child)>tr, .uk-dark .woocommerce table.shop_table>tr:not(:first-child) {
    border-top-color: rgba(255, 255, 255, .1);
}

.uk-dark .woocommerce table.shop_table td.download-product a, .uk-dark .woocommerce table.shop_table td.product-name a {
    color: #021a2b;
}

.uk-dark .woocommerce table.shop_table td.download-product a:hover, .uk-dark .woocommerce table.shop_table td.product-name a:hover {
    color: rgba(2, 26, 43, .7);
}

.uk-dark table.shop_attributes tr:not(:first-child) {
    border-top-color: rgba(255, 255, 255, .1);
}

.uk-dark table.shop_attributes table.shop_attributes th {
    color: #021a2b;
}

.uk-dark table.shop_attributes td.woocommerce-product-attributes-item__value a:hover {
    color: rgba(2, 26, 43, .7);
}

.uk-dark .wc-item-meta strong {
    color: #021a2b;
}

.uk-dark .form-row label:first-child:not(.checkbox) {
    color: #021a2b;
}

.uk-dark #ship-to-different-address {
    color: rgba(2, 26, 43, .7);
}

.uk-dark .woocommerce-order-overview {
    border-color: rgba(23, 155, 215, .8);
}

.uk-dark ol.commentlist.notes .meta {
    color: rgba(2, 26, 43, .5);
}

.uk-dark ul.cart_list a:not(.remove), .uk-dark ul.product_list_widget a:not(.remove) {
    color: #021a2b;
}

.uk-dark ul.cart_list a:not(.remove):hover, .uk-dark ul.product_list_widget a:not(.remove):hover {
    color: rgba(2, 26, 43, .7);
}

.uk-dark ul.cart_list .quantity, .uk-dark ul.product_list_widget .quantity {
    color: #021a2b;
}

@media (max-width:639px) {
    .uk-dark .woocommerce-MyAccount-navigation ul>*>:first-child {
        color: rgba(2, 26, 43, .5)
    }

    .uk-dark .woocommerce-MyAccount-navigation ul>*>a:hover {
        color: rgba(2, 26, 43, .7)
    }

    .uk-dark .woocommerce-MyAccount-navigation ul>.is-active>a {
        color: #021a2b
    };
}

@media (min-width:640px) {
    .uk-dark .woocommerce-MyAccount-navigation>ul>li>a {
        color: rgba(2, 26, 43, .5)
    }

    .uk-dark .woocommerce-MyAccount-navigation>ul>li>a:hover {
        color: rgba(2, 26, 43, .7)
    }

    .uk-dark .woocommerce-MyAccount-navigation>ul>li.is-active>a {
        color: #021a2b
    };
}

.uk-dark .woocommerce-Address a {
    background-color: #179bd7;
    color: #021a2b;
    border-color: transparent;
}

.uk-dark .woocommerce-Address a:hover {
    background-color: #13c2ba;
    color: #021a2b;
    border-color: transparent;
}

.uk-dark .woocommerce-Address a:active {
    background-color: #0b746f;
    color: rgba(2, 26, 43, .8);
    border-color: transparent;
}

.uk-dark .woocommerce-MyAccount-content .form-row em {
    color: rgba(2, 26, 43, .5) !important;
}

.uk-dark .woocommerce-MyAccount-content legend {
    color: #021a2b;
}

.uk-dark .show-password-input {
    color: rgba(2, 26, 43, .5);
}

.uk-dark .show-password-input:hover {
    color: rgba(2, 26, 43, .7);
}

.uk-dark .widget_layered_nav li>a::before, .uk-dark .widget_rating_filter li>a::before {
    background-color: transparent;
    border-color: rgba(23, 155, 215, .8);
}

.uk-dark .widget_layered_nav li>a:hover::before, .uk-dark .widget_rating_filter li>a:hover::before {
    background-color: transparent;
    border-color: #021a2b;
}

.uk-dark .widget_layered_nav .chosen>a::before, .uk-dark .widget_rating_filter .chosen>a::before {
    background-color: #021a2b;
    border-color: transparent;
}

.uk-dark .widget_layered_nav .chosen>a:hover::before, .uk-dark .widget_rating_filter .chosen>a:hover::before {
    background-color: #021a2b;
}

.uk-dark .widget_layered_nav .chosen>a::before, .uk-dark .widget_rating_filter .chosen>a::before {
    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%3Cpolygon%20fill%3D%22%23ffffff%22%20points%3D%2213%203.5%206%2010%203%207.5%202%208%206%2012.5%2014%204%2013%203.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-dark .widget_layered_nav_filters li>a {
    background: rgba(2, 26, 43, .1);
    color: rgba(2, 26, 43, .5);
}

.uk-dark .widget_layered_nav_filters li>a:hover {
    background: rgba(2, 26, 43, .15);
    color: rgba(2, 26, 43, .7);
}

.uk-dark .widget_product_categories>ul {
    color: rgba(2, 26, 43, .5);
}

.uk-dark .widget_product_categories>ul>li>a {
    color: rgba(2, 26, 43, .5);
}

.uk-dark .widget_product_categories>ul>li>a:hover {
    color: rgba(2, 26, 43, .7);
}

.uk-dark .widget_product_categories>ul>li.current-cat>a {
    color: #021a2b;
}

.uk-dark .widget_product_categories ul.children a {
    color: rgba(2, 26, 43, .5);
}

.uk-dark .widget_product_categories ul.children a:hover {
    color: rgba(2, 26, 43, .7);
}

.uk-dark .widget_product_categories ul.children li.current-cat>a {
    color: #021a2b;
}

.uk-dark .widget_product_search input {
    color: rgba(2, 26, 43, .7);
}

.uk-dark .widget_product_search input:-ms-input-placeholder {
    color: rgba(2, 26, 43, .5) !important;
}

.uk-dark .widget_product_search input::placeholder {
    color: rgba(2, 26, 43, .5);
}

.uk-dark .widget_product_search button {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22rgba%282,%2026,%2043,%200.5%29%22%20stroke-width%3D%221.1%22%20cx%3D%229%22%20cy%3D%229%22%20r%3D%227%22%20%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22none%22%20stroke%3D%22rgba%282,%2026,%2043,%200.5%29%22%20stroke-width%3D%221.1%22%20d%3D%22M14%2C14%20L18%2C18%20L14%2C14%20Z%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-dark .widget_product_search input {
    background-color: transparent;
    border-color: rgba(23, 155, 215, .8);
}

.uk-dark .widget_product_search input:focus {
    background-color: transparent;
    border-color: transparent;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .07);
}

.uk-dark .widget_price_filter .ui-slider {
    background: rgba(1, 11, 19, .1);
}

.uk-dark .widget_price_filter .ui-slider .ui-slider-handle {
    background: #021a2b;
    box-shadow: none;
}

.uk-dark .widget_price_filter .ui-slider .ui-slider-range {
    background: rgba(1, 11, 19, .15);
}

.uk-dark .uk-link, .uk-dark a {
    color: #021a2b;
}

.uk-dark .uk-link-toggle:hover .uk-link, .uk-dark .uk-link:hover, .uk-dark a:hover {
    color: #021a2b;
}

.uk-dark :not(pre)>code, .uk-dark :not(pre)>kbd, .uk-dark :not(pre)>samp {
    color: rgba(2, 26, 43, .7);
    border-color: rgba(23, 155, 215, .8);
}

.uk-dark em {
    color: #021a2b;
}

.uk-dark .uk-h1, .uk-dark .uk-h2, .uk-dark .uk-h3, .uk-dark .uk-h4, .uk-dark .uk-h5, .uk-dark .uk-h6, .uk-dark .uk-heading-2xlarge, .uk-dark .uk-heading-3xlarge, .uk-dark .uk-heading-large, .uk-dark .uk-heading-medium, .uk-dark .uk-heading-small, .uk-dark .uk-heading-xlarge, .uk-dark h1, .uk-dark h2, .uk-dark h3, .uk-dark h4, .uk-dark h5, .uk-dark h6 {
    color: #021a2b;
}

.uk-dark blockquote {
    color: #021a2b;
    border-left-color: rgba(23, 155, 215, .8);
}

.uk-dark blockquote footer {
    color: rgba(2, 26, 43, .7);
}

.uk-dark .uk-hr, .uk-dark hr {
    border-top-color: rgba(23, 155, 215, .8);
}

.uk-dark :focus-visible {
    outline-color: #021a2b;
}

.uk-dark .uk-link-muted a, .uk-dark a.uk-link-muted {
    color: rgba(2, 26, 43, .5);
}

.uk-dark .uk-link-muted a:hover, .uk-dark .uk-link-toggle:hover .uk-link-muted, .uk-dark a.uk-link-muted:hover {
    color: rgba(2, 26, 43, .7);
}

.uk-dark .uk-link-text a:hover, .uk-dark .uk-link-toggle:hover .uk-link-text, .uk-dark a.uk-link-text:hover {
    color: rgba(2, 26, 43, .7);
}

.uk-dark .uk-link-heading a:hover, .uk-dark .uk-link-toggle:hover .uk-link-heading, .uk-dark a.uk-link-heading:hover {
    color: #021a2b;
}

.uk-dark .uk-heading-divider {
    border-bottom-color: rgba(23, 155, 215, .8);
}

.uk-dark .uk-heading-bullet::before {
    border-left-color: rgba(23, 155, 215, .8);
}

.uk-dark .uk-heading-line>::after, .uk-dark .uk-heading-line>::before {
    border-bottom-color: rgba(23, 155, 215, .8);
}

.uk-dark .uk-divider-icon {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22rgba%282,%2026,%2043,%200.08%29%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-dark .uk-divider-icon::after, .uk-dark .uk-divider-icon::before {
    border-bottom-color: rgba(23, 155, 215, .8);
}

.uk-dark .uk-divider-small::after {
    border-top-color: rgba(23, 155, 215, .8);
}

.uk-dark .uk-divider-vertical {
    border-left-color: rgba(23, 155, 215, .8);
}

.uk-dark .uk-list-muted>::marker {
    color: rgba(2, 26, 43, .5) !important;
}

.uk-dark .uk-list-emphasis>::marker {
    color: #021a2b !important;
}

.uk-dark .uk-list-primary>::marker {
    color: #021a2b !important;
}

.uk-dark .uk-list-secondary>::marker {
    color: #021a2b !important;
}

.uk-dark .uk-list-bullet>::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%224%22%20height%3D%224%22%20viewBox%3D%220%200%204%204%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22rgba%282,%2026,%2043,%200.7%29%22%20cx%3D%222%22%20cy%3D%222%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-dark .ibt-child-list-divider>ul>:nth-child(n+2), .uk-dark .uk-list-divider>:nth-child(n+2) {
    border-top-color: rgba(23, 155, 215, .8);
}

.uk-dark .uk-list-striped>:nth-of-type(odd) {
    background-color: rgba(2, 26, 43, .1);
}

.uk-dark .uk-table th {
    color: rgba(2, 26, 43, .7);
}

.uk-dark .uk-table caption {
    color: rgba(2, 26, 43, .5);
}

.uk-dark .uk-table tbody tr.uk-active, .uk-dark .uk-table>tr.uk-active {
    background: rgba(23, 155, 215, .8);
}

.uk-dark .uk-table-divider>:first-child>tr:not(:first-child), .uk-dark .uk-table-divider>:not(:first-child)>tr, .uk-dark .uk-table-divider>tr:not(:first-child) {
    border-top-color: rgba(23, 155, 215, .8);
}

.uk-dark .uk-table-striped tbody tr:nth-of-type(odd), .uk-dark .uk-table-striped>tr:nth-of-type(odd) {
    background: rgba(2, 26, 43, .1);
}

.uk-dark .uk-table-hover tbody tr:hover, .uk-dark .uk-table-hover>tr:hover {
    background: rgba(23, 155, 215, .8);
}

.uk-dark .uk-icon-link {
    color: rgba(2, 26, 43, .5);
}

.uk-dark .uk-icon-link:hover {
    color: rgba(2, 26, 43, .7);
}

.uk-dark .uk-active>.uk-icon-link, .uk-dark .uk-icon-link:active {
    color: rgba(2, 26, 43, .7);
}

.uk-dark .uk-icon-button {
    background-color: rgba(2, 26, 43, .1);
    color: rgba(2, 26, 43, .5);
}

.uk-dark .uk-icon-button:hover {
    background-color: transparent;
    color: rgba(2, 26, 43, .7);
    box-shadow: 0 3px 12px rgba(0, 0, 0, .07);
}

.uk-dark .uk-icon-button:active {
    background-color: transparent;
    color: rgba(2, 26, 43, .5);
}

.uk-dark .uk-icon-overlay, .uk-dark a .uk-icon-overlay, a.uk-dark .uk-icon-overlay {
    color: rgba(2, 26, 43, .6);
}

.uk-dark .uk-icon-overlay:hover, .uk-dark a:hover .uk-icon-overlay, a.uk-dark:hover .uk-icon-overlay {
    color: #021a2b;
}

.uk-dark .uk-range::-webkit-slider-runnable-track {
    background: rgba(1, 11, 19, .1);
}

.uk-dark .uk-range:active::-webkit-slider-runnable-track, .uk-dark .uk-range:focus::-webkit-slider-runnable-track {
    background: rgba(1, 11, 19, .15);
}

.uk-dark .uk-range::-moz-range-track {
    background: rgba(1, 11, 19, .1);
}

.uk-dark .uk-range:focus::-moz-range-track {
    background: rgba(1, 11, 19, .15);
}

.uk-dark .uk-range::-webkit-slider-thumb {
    background: #021a2b;
    box-shadow: none;
}

.uk-dark .uk-range::-moz-range-thumb {
    background: #021a2b;
    box-shadow: none;
}

.uk-dark .uk-input, .uk-dark .uk-select, .uk-dark .uk-textarea {
    background-color: transparent;
    color: rgba(2, 26, 43, .7);
    background-clip: padding-box;
    border-color: rgba(23, 155, 215, .8) !important;
}

.uk-dark .uk-input:focus, .uk-dark .uk-select:focus, .uk-dark .uk-textarea:focus {
    background-color: transparent;
    color: rgba(2, 26, 43, .7);
    border-color: transparent !important;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .07);
}

.uk-dark .uk-input::placeholder {
    color: rgba(2, 26, 43, .5);
}

.uk-dark .uk-textarea::placeholder {
    color: rgba(2, 26, 43, .5);
}

.uk-dark .uk-select:not([multiple]):not([size]) {
    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%22rgba%282,%2026,%2043,%200.7%29%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba%282,%2026,%2043,%200.7%29%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-dark .uk-input[list]:focus, .uk-dark .uk-input[list]:hover {
    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%22rgba%282,%2026,%2043,%200.7%29%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-dark .uk-checkbox, .uk-dark .uk-radio {
    background-color: transparent;
    border-color: rgba(23, 155, 215, .8);
}

.uk-dark .uk-checkbox:focus, .uk-dark .uk-radio:focus {
    background-color: transparent;
    border-color: #021a2b;
}

.uk-dark .uk-checkbox:checked, .uk-dark .uk-checkbox:indeterminate, .uk-dark .uk-radio:checked {
    background-color: #021a2b;
    border-color: transparent;
}

.uk-dark .uk-checkbox:checked:focus, .uk-dark .uk-checkbox:indeterminate:focus, .uk-dark .uk-radio:checked:focus {
    background-color: #021a2b;
}

.uk-dark .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%23ffffff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-dark .uk-checkbox: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%3Cpolygon%20fill%3D%22%23ffffff%22%20points%3D%2213%203.5%206%2010%203%207.5%202%208%206%2012.5%2014%204%2013%203.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-dark .uk-checkbox:indeterminate {
    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%3Crect%20fill%3D%22%23ffffff%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-dark .uk-form-label {
    color: #021a2b;
}

.uk-dark .uk-form-icon {
    color: rgba(2, 26, 43, .5);
}

.uk-dark .uk-form-icon:hover {
    color: rgba(2, 26, 43, .7);
}

.uk-dark .uk-button-default {
    background-color: rgba(2, 26, 43, .12);
    color: rgba(2, 26, 43, .7);
    border-color: transparent;
    box-shadow: none;
}

.uk-dark .uk-button-default:hover {
    background-color: rgba(2, 26, 43, .24);
    color: #021a2b;
    border-color: transparent;
    box-shadow: none;
}

.uk-dark .uk-button-default.uk-active, .uk-dark .uk-button-default:active {
    background-color: rgba(2, 26, 43, .12);
    color: #fff;
    border-color: transparent;
}

.uk-dark .uk-button-primary, .uk-dark .woocommerce form.login .woocommerce-form-login__submit, .uk-dark .woocommerce form.lost_reset_password button.button, .uk-dark .woocommerce form.register .woocommerce-form-register__submit {
    background-color: #179bd7;
    color: #021a2b;
    border-color: transparent;
}

.uk-dark .uk-button-primary:hover, .uk-dark .woocommerce form.login .woocommerce-form-login__submit:hover, .uk-dark .woocommerce form.lost_reset_password button.button:hover, .uk-dark .woocommerce form.register .woocommerce-form-register__submit:hover {
    background-color: #13c2ba;
    color: #021a2b;
    border-color: transparent;
}

.uk-dark .uk-button-primary.uk-active, .uk-dark .uk-button-primary:active, .uk-dark .woocommerce form.login .woocommerce-form-login__submit.uk-active, .uk-dark .woocommerce form.login .woocommerce-form-login__submit:active, .uk-dark .woocommerce form.lost_reset_password button.button.uk-active, .uk-dark .woocommerce form.lost_reset_password button.button:active, .uk-dark .woocommerce form.register .woocommerce-form-register__submit.uk-active, .uk-dark .woocommerce form.register .woocommerce-form-register__submit:active {
    background-color: #0b746f;
    color: rgba(2, 26, 43, .8);
    border-color: transparent;
}

.uk-dark .uk-button-secondary {
    background-color: transparent;
    color: rgba(2, 26, 43, .7);
    border-color: rgba(23, 155, 215, .8);
}

.uk-dark .uk-button-secondary:hover {
    background-color: transparent;
    color: #021a2b;
    border-color: rgba(23, 155, 215, .8);
}

.uk-dark .uk-button-secondary.uk-active, .uk-dark .uk-button-secondary:active {
    background-color: #021a2b;
    color: #fff;
    border-color: #021a2b;
}

.uk-dark .uk-button-text {
    color: #021a2b;
}

.uk-dark .uk-button-text:hover {
    color: #021a2b;
}

.uk-dark .uk-button-text:disabled {
    color: rgba(2, 26, 43, .5);
}

.uk-dark .uk-button-link {
    color: rgba(2, 26, 43, .7);
}

.uk-dark .uk-button-link:hover {
    color: #021a2b;
}

.uk-dark.uk-card-badge {
    background-color: #021a2b;
    color: #fff;
}

.uk-dark .uk-close {
    color: rgba(2, 26, 43, .5);
}

.uk-dark .uk-close:hover {
    color: rgba(2, 26, 43, .7);
}

.uk-dark .uk-totop {
    color: rgba(2, 26, 43, .5);
}

.uk-dark .uk-totop:hover {
    color: rgba(2, 26, 43, .7);
}

.uk-dark .uk-totop:active {
    color: #021a2b;
}

.uk-dark .uk-marker {
    background: #051f31;
    color: rgba(255, 255, 255, .7);
}

.uk-dark .uk-marker:hover {
    color: rgba(255, 255, 255, .7);
}

.uk-dark .uk-badge {
    background-color: #021a2b;
    color: #fff !important;
}

.uk-dark .uk-label {
    background-color: #021a2b;
    color: #fff;
}

.uk-dark .uk-article-title {
    color: #021a2b;
}

.uk-dark .uk-article-meta {
    color: rgba(2, 26, 43, .5);
}

.uk-dark .uk-search-input {
    color: rgba(2, 26, 43, .7);
}

.uk-dark .uk-search-input::placeholder {
    color: rgba(2, 26, 43, .5);
}

.uk-dark .uk-search .uk-search-icon {
    color: rgba(2, 26, 43, .5);
}

.uk-dark .uk-search .uk-search-icon:hover {
    color: rgba(2, 26, 43, .5);
}

.uk-dark .uk-search-default .uk-search-input {
    background-color: transparent;
    border-color: rgba(23, 155, 215, .8);
}

.uk-dark .uk-search-default .uk-search-input:focus {
    background-color: transparent;
    border-color: transparent;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .07);
}

.uk-dark .uk-search-navbar .uk-search-input {
    background-color: transparent;
    border-color: rgba(23, 155, 215, .8);
}

.uk-dark .uk-search-navbar .uk-search-input:focus {
    background-color: rgba(2, 26, 43, .02);
}

.uk-dark .uk-search-medium .uk-search-input {
    background-color: transparent;
    border-color: rgba(23, 155, 215, .8);
}

.uk-dark .uk-search-medium .uk-search-input:focus {
    background-color: rgba(2, 26, 43, .02);
}

.uk-dark .uk-search-large .uk-search-input {
    background-color: transparent;
    border-color: rgba(23, 155, 215, .8);
}

.uk-dark .uk-search-large .uk-search-input:focus {
    background-color: rgba(2, 26, 43, .02);
}

.uk-dark .uk-search-toggle {
    color: rgba(2, 26, 43, .5);
}

.uk-dark .uk-search-toggle:hover {
    color: rgba(2, 26, 43, .7);
}

.uk-dark .uk-accordion-default .uk-accordion-title {
    color: #021a2b;
}

.uk-dark .uk-accordion-default .uk-accordion-title:hover {
    color: rgba(2, 26, 43, .7);
}

.uk-dark .uk-accordion-default .uk-accordion-icon {
    color: rgba(2, 26, 43, .7);
}

.uk-dark .uk-leader-fill::after {
    color: rgba(2, 26, 43, .7);
}

.uk-dark .uk-thumbnav>*>::after {
    background-color: transparent;
}

.uk-dark .uk-thumbnav>*>::after {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .4));
}

.uk-dark .uk-iconnav>*>a {
    color: rgba(2, 26, 43, .5);
}

.uk-dark .uk-iconnav>*>a:hover {
    color: rgba(2, 26, 43, .7);
}

.uk-dark .uk-iconnav>.uk-active>a {
    color: rgba(2, 26, 43, .7);
}

.uk-dark .uk-grid-divider>:not(.uk-first-column)::before {
    border-left-color: rgba(23, 155, 215, .8);
}

.uk-dark .uk-grid-divider.uk-grid-stack>.uk-grid-margin::before {
    border-top-color: rgba(23, 155, 215, .8);
}

.uk-dark .uk-nav-default>li>a {
    color: rgba(2, 26, 43, .5);
}

.uk-dark .uk-nav-default>li>a:hover {
    color: rgba(2, 26, 43, .7);
}

.uk-dark .uk-nav-default>li.uk-active>a {
    color: #021a2b;
}

.uk-dark .uk-nav-default .uk-nav-header {
    color: #021a2b;
}

.uk-dark .uk-nav-default .uk-nav-divider {
    border-top-color: rgba(23, 155, 215, .8);
}

.uk-dark .uk-nav-default .uk-nav-sub a {
    color: rgba(2, 26, 43, .5);
}

.uk-dark .uk-nav-default .uk-nav-sub a:hover {
    color: rgba(2, 26, 43, .7);
}

.uk-dark .uk-nav-default .uk-nav-sub li.uk-active>a {
    color: #021a2b;
}

.uk-dark .uk-nav-primary>li>a {
    color: rgba(2, 26, 43, .5);
}

.uk-dark .uk-nav-primary>li>a:hover {
    color: rgba(2, 26, 43, .7);
}

.uk-dark .uk-nav-primary>li.uk-active>a {
    color: #021a2b;
}

.uk-dark .uk-nav-primary .uk-nav-header {
    color: #021a2b;
}

.uk-dark .uk-nav-primary .uk-nav-divider {
    border-top-color: rgba(23, 155, 215, .8);
}

.uk-dark .uk-nav-primary .uk-nav-sub a {
    color: rgba(2, 26, 43, .5);
}

.uk-dark .uk-nav-primary .uk-nav-sub a:hover {
    color: rgba(2, 26, 43, .7);
}

.uk-dark .uk-nav-primary .uk-nav-sub li.uk-active>a {
    color: #021a2b;
}

.uk-dark .uk-nav-secondary>li>a {
    color: #021a2b;
}

.uk-dark .uk-nav-secondary>li>a:hover {
    color: #021a2b;
    background-color: rgba(2, 26, 43, .05);
}

.uk-dark .uk-nav-secondary>li.uk-active>a {
    color: #021a2b;
    background-color: rgba(2, 26, 43, .05);
}

.uk-dark .uk-nav-secondary .uk-nav-subtitle {
    color: rgba(2, 26, 43, .5);
}

.uk-dark .uk-nav-secondary>li>a:hover .uk-nav-subtitle {
    color: #021a2b;
}

.uk-dark .uk-nav-secondary>li.uk-active>a .uk-nav-subtitle {
    color: #021a2b;
}

.uk-dark .uk-nav-secondary .uk-nav-header {
    color: #021a2b;
}

.uk-dark .uk-nav-secondary .uk-nav-divider {
    border-top-color: rgba(23, 155, 215, .8);
}

.uk-dark .uk-nav-secondary .uk-nav-sub a {
    color: rgba(2, 26, 43, .5);
}

.uk-dark .uk-nav-secondary .uk-nav-sub a:hover {
    color: rgba(2, 26, 43, .7);
}

.uk-dark .uk-nav-secondary .uk-nav-sub li.uk-active>a {
    color: #021a2b;
}

.uk-dark .uk-nav.uk-nav-divider>:not(.uk-nav-divider)+:not(.uk-nav-header, .uk-nav-divider) {
    border-top-color: rgba(23, 155, 215, .8);
}

.uk-dark .uk-navbar-nav>li>a {
    color: rgba(2, 26, 43, .5);
}

.uk-dark .uk-navbar-nav>li>a::before {
    background-color: transparent;
}

.uk-dark .uk-navbar-nav>li:hover>a, .uk-dark .uk-navbar-nav>li>a[aria-expanded=true] {
    color: rgba(2, 26, 43, .7);
}

.uk-dark .uk-navbar-nav>li>a:active {
    color: #021a2b;
}

.uk-dark .uk-navbar-nav>li>a:active::before {
    background-color: #021a2b;
}

.uk-dark .uk-navbar-nav>li.uk-active>a {
    color: #021a2b;
}

.uk-dark .uk-navbar-nav>li.uk-active>a::before {
    background-color: #021a2b;
}

.uk-dark .uk-navbar-item {
    color: rgba(2, 26, 43, .7);
}

.uk-dark .uk-navbar-toggle {
    color: rgba(2, 26, 43, .5);
}

.uk-dark .uk-navbar-toggle:hover, .uk-dark .uk-navbar-toggle[aria-expanded=true] {
    color: rgba(2, 26, 43, .7);
}

.uk-dark .uk-subnav>*>:first-child {
    color: rgba(2, 26, 43, .5);
}

.uk-dark .uk-subnav>*>a:hover {
    color: rgba(2, 26, 43, .7);
}

.uk-dark .uk-subnav>.uk-active>a {
    color: #021a2b;
}

.uk-dark .uk-subnav-divider>:nth-child(n+2):not(.uk-first-column)::before {
    border-left-color: rgba(23, 155, 215, .8);
}

.uk-dark .uk-subnav-pill>*>:first-child {
    background-color: transparent;
    color: rgba(2, 26, 43, .5);
}

.uk-dark .uk-subnav-pill>*>a:hover {
    background-color: rgba(2, 26, 43, .1);
    color: rgba(2, 26, 43, .7);
    box-shadow: none;
}

.uk-dark .uk-subnav-pill>*>a:active {
    background-color: rgba(2, 26, 43, .1);
    color: rgba(2, 26, 43, .7);
    box-shadow: none;
}

.uk-dark .uk-subnav-pill>.uk-active>a {
    background-color: #021a2b;
    color: #fff;
}

.uk-dark .uk-subnav>.uk-disabled>a {
    color: rgba(2, 26, 43, .5);
}

.uk-dark .uk-breadcrumb>*>* {
    color: rgba(2, 26, 43, .5);
}

.uk-dark .uk-breadcrumb>*>:hover {
    color: rgba(2, 26, 43, .7);
}

.uk-dark .uk-breadcrumb>:last-child>* {
    color: rgba(2, 26, 43, .7);
}

.uk-dark .uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before {
    color: rgba(2, 26, 43, .5);
}

.uk-dark .uk-pagination>*>* {
    color: rgba(2, 26, 43, .5);
}

.uk-dark .uk-pagination>*>:hover {
    color: rgba(2, 26, 43, .7);
    background-color: rgba(255, 255, 255, .1);
    box-shadow: 0 3px 12px rgba(0, 0, 0, .4);
}

.uk-dark .uk-pagination>.uk-active>* {
    color: #021a2b;
    background-color: transparent;
}

.uk-dark .uk-pagination>.uk-disabled>* {
    color: rgba(2, 26, 43, .5);
}

.uk-dark .uk-tab::before {
    border-color: rgba(23, 155, 215, .8);
}

.uk-dark .uk-tab>*>a {
    color: rgba(2, 26, 43, .5);
}

.uk-dark .uk-tab>*>a:hover {
    color: rgba(2, 26, 43, .7);
    border-color: currentColor;
}

.uk-dark .uk-tab>.uk-active>a {
    color: #021a2b;
    border-color: #021a2b;
}

.uk-dark .uk-tab>.uk-disabled>a {
    color: rgba(2, 26, 43, .5);
}

.uk-dark .uk-slidenav {
    color: rgba(2, 26, 43, .7);
}

.uk-dark .uk-slidenav:hover {
    color: rgba(2, 26, 43, .95);
}

.uk-dark .uk-slidenav:active {
    color: rgba(2, 26, 43, .7);
}

.uk-dark .uk-dotnav>*>* {
    background-color: rgba(2, 26, 43, .2);
}

.uk-dark .uk-dotnav>*>:hover {
    background-color: #021a2b;
}

.uk-dark .uk-dotnav>*>:active {
    background-color: rgba(2, 26, 43, .2);
}

.uk-dark .uk-dotnav>.uk-active>* {
    background-color: #021a2b;
}

.uk-dark .uk-text-lead {
    color: rgba(2, 26, 43, .7);
}

.uk-dark .uk-text-meta {
    color: rgba(2, 26, 43, .5);
}

.uk-dark .uk-text-muted {
    color: rgba(2, 26, 43, .5) !important;
}

.uk-dark .uk-text-emphasis {
    color: #021a2b !important;
}

.uk-dark .uk-text-primary {
    color: #021a2b !important;
}

.uk-dark .uk-text-secondary {
    color: #021a2b !important;
}

.uk-dark .uk-column-divider {
    column-rule-color: rgba(2, 26, 43, 0.08);
}

.uk-dark .uk-logo {
    color: #021a2b;
}

.uk-dark .uk-logo:hover {
    color: #021a2b;
}

.uk-dark .uk-logo:has(.uk-logo-inverse)>:not(picture:has(.uk-logo-inverse)):not(.uk-logo-inverse) {
    display: none;
}

.uk-dark .uk-logo-inverse {
    display: block;
}

.uk-dark svg .uk-text-muted, .uk-dark svg.uk-text-muted {
    color: rgba(2, 26, 43, .5) !important;
}

.uk-dark .uk-svg-default-background {
    color: transparent !important;
}

.uk-dark .uk-svg-muted-background {
    color: rgba(2, 26, 43, .1) !important;
}

.uk-dark .uk-form-blank {
    border-color: transparent !important;
}

.uk-dark .ibt-section-title {
    color: rgba(2, 26, 43, .7);
}

* {
    --uk-inverse: initial;
}

.ibt-headerbar-default, .ibt-toolbar-default, .uk-card-default.uk-card-body, .uk-card-default>:not([class*=uk-card-media]), .uk-card-overlay.uk-card-body, .uk-card-overlay>:not([class*=uk-card-media]), .uk-card-primary.uk-card-body, .uk-card-primary>:not([class*=uk-card-media]), .uk-card-secondary.uk-card-body, .uk-card-secondary>:not([class*=uk-card-media]), .uk-dropbar, .uk-dropdown, .uk-light, .uk-navbar-container:not(.uk-navbar-transparent), .uk-navbar-dropdown:not(.uk-preserve-color), .uk-offcanvas-bar, .uk-overlay-default, .uk-overlay-primary, .uk-section-default:not(.uk-preserve-color), .uk-section-muted:not(.uk-preserve-color), .uk-section-primary:not(.uk-preserve-color), .uk-section-secondary:not(.uk-preserve-color), .uk-tile-default:not(.uk-preserve-color), .uk-tile-muted:not(.uk-preserve-color), .uk-tile-primary:not(.uk-preserve-color), .uk-tile-secondary:not(.uk-preserve-color) {
    --uk-inverse: light;
}

.uk-dark {
    --uk-inverse: dark;
}

.uk-inverse-light {
    --uk-inverse: light !important;
}

.uk-inverse-dark {
    --uk-inverse: dark !important;
}

@media print {
    *, ::after, ::before {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: .5cm
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    };
}

html {
    overflow-y: scroll;
}

body {
    overflow: hidden;
    overflow: clip;
}

.ibt-page {
    position: relative;
}

.ibt-page:has(> * > .uk-position-z-index-negative) {
    isolation: isolate;
}

.ibt-page>:is(main, footer, .builder):has(> .uk-position-z-index-negative) {
    display: contents;
}

.ibt-page>:nth-child(3) {
    --ibt-reveal: -10;
}

.ibt-page>:nth-child(4) {
    --ibt-reveal: -20;
}

.ibt-page>:nth-child(5) {
    --ibt-reveal: -30;
}

.ibt-page>:nth-child(6) {
    --ibt-reveal: -40;
}

:where(.ibt-page-container) {
    background-color: #041623;
    --uk-inverse: light;
}

@media (min-width:1500px) {
    .ibt-page-container .ibt-page {
        max-width: 1500px;
        background: #021a2b
    }

    .ibt-page-width {
        max-width: 1500px
    }

    .ibt-page-margin-top {
        margin-top: 70px
    }

    .ibt-page-margin-bottom {
        margin-bottom: 70px
    };
}

.ibt-toolbar {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    position: relative;
}

.ibt-toolbar .uk-subnav>*>:first-child {
    font-size: 12px;
}

.ibt-toolbar-default {
    background: #051f34;
}

.ibt-header, .ibt-header-mobile {
    position: relative;
}

.ibt-headerbar-top {
    padding-top: 20px;
    padding-bottom: 20px;
}

.ibt-headerbar-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
}

.ibt-headerbar-stacked {
    margin-top: 20px;
}

.ibt-headerbar-top.ibt-headerbar-default {
    background: #021a2b;
}

.ibt-headerbar-bottom.ibt-headerbar-default {
    background: #021a2b;
}

.ibt-header-overlay {
    position: absolute;
    left: 0;
    right: 0;
}

:where(.ibt-header-overlay) {
    z-index: 980;
}

.ibt-header-mobile-slide {
    z-index: 1020;
}

.uk-navbar-item .uk-subnav>*>:first-child {
    font-size: 12px;
}

.ibt-header-search-expand>.uk-grid>:has(.uk-search.uk-width-1-1) {
    flex: 1;
}

@media (min-width:640px) {
    .ibt-sidebar {
        min-width: 200px
    };
}

.ibt-height-min-1-1 {
    min-height: 100%;
}

.ibt-height-expand:has(> .uk-panel:only-child > :only-child) {
    flex: 1;
    display: flex;
}

.ibt-height-expand>.uk-panel:only-child:has(> :only-child) {
    flex: 1;
}

.ibt-error-icon {
    font-size: 250px;
}

.ibt-error-headline {
    font-size: 100px;
}

.ibt-offline {
    width: 300px;
}

.hljs {
    padding: 0;
    background: 0 0;
    overflow: visible;
}

.ibt-section-title {
    color: rgba(255, 255, 255, .5);
    font-size: 11px;
    line-height: 1.6;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    font-family: Varta;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ibt-section-title>::before {
    content: "";
    position: absolute;
    top: -30px;
    left: calc(50% - (1px / 2));
    height: 15px;
    width: 1px;
}

.ibt-section-title>::before {
    background-color: currentColor;
}

.ibt-section-title>* {
    -ms-writing-mode: tb-lr;
    display: inline-block;
}

@supports (-ms-ime-align:auto) {
    .ibt-section-title {
        writing-mode: inherit
    }

    .ibt-section-title>* {
        writing-mode: vertical-lr
    };
}

.ibt-rotate-180 {
    transform: rotate(180deg);
}

.uk-grid.ibt-grid-expand>* {
    flex-grow: 1;
}

.ibt-grid-expand>.uk-width-expand {
    flex-grow: 999;
}

@media (min-width:640px) {
    .ibt-grid-expand>.uk-width-1-1\@s, .ibt-grid-expand>.uk-width-1-2\@s, .ibt-grid-expand>.uk-width-1-3\@s, .ibt-grid-expand>.uk-width-1-4\@s, .ibt-grid-expand>.uk-width-1-5\@s, .ibt-grid-expand>.uk-width-1-6\@s, .ibt-grid-expand>.uk-width-2-3\@s, .ibt-grid-expand>.uk-width-2-5\@s, .ibt-grid-expand>.uk-width-2xlarge\@s, .ibt-grid-expand>.uk-width-3-4\@s, .ibt-grid-expand>.uk-width-3-5\@s, .ibt-grid-expand>.uk-width-4-5\@s, .ibt-grid-expand>.uk-width-5-6\@s, .ibt-grid-expand>.uk-width-auto\@s, .ibt-grid-expand>.uk-width-large\@s, .ibt-grid-expand>.uk-width-medium\@s, .ibt-grid-expand>.uk-width-small\@s, .ibt-grid-expand>.uk-width-xlarge\@s {
        flex-grow: 1
    }

    .ibt-grid-expand>.uk-width-expand\@s {
        flex-grow: 999
    };
}

@media (min-width:960px) {
    .ibt-grid-expand>.uk-width-1-1\@m, .ibt-grid-expand>.uk-width-1-2\@m, .ibt-grid-expand>.uk-width-1-3\@m, .ibt-grid-expand>.uk-width-1-4\@m, .ibt-grid-expand>.uk-width-1-5\@m, .ibt-grid-expand>.uk-width-1-6\@m, .ibt-grid-expand>.uk-width-2-3\@m, .ibt-grid-expand>.uk-width-2-5\@m, .ibt-grid-expand>.uk-width-2xlarge\@m, .ibt-grid-expand>.uk-width-3-4\@m, .ibt-grid-expand>.uk-width-3-5\@m, .ibt-grid-expand>.uk-width-4-5\@m, .ibt-grid-expand>.uk-width-5-6\@m, .ibt-grid-expand>.uk-width-auto\@m, .ibt-grid-expand>.uk-width-large\@m, .ibt-grid-expand>.uk-width-medium\@m, .ibt-grid-expand>.uk-width-small\@m, .ibt-grid-expand>.uk-width-xlarge\@m {
        flex-grow: 1
    }

    .ibt-grid-expand>.uk-width-expand\@m {
        flex-grow: 999
    };
}

@media (min-width:1200px) {
    .ibt-grid-expand>.uk-width-1-1\@l, .ibt-grid-expand>.uk-width-1-2\@l, .ibt-grid-expand>.uk-width-1-3\@l, .ibt-grid-expand>.uk-width-1-4\@l, .ibt-grid-expand>.uk-width-1-5\@l, .ibt-grid-expand>.uk-width-1-6\@l, .ibt-grid-expand>.uk-width-2-3\@l, .ibt-grid-expand>.uk-width-2-5\@l, .ibt-grid-expand>.uk-width-2xlarge\@l, .ibt-grid-expand>.uk-width-3-4\@l, .ibt-grid-expand>.uk-width-3-5\@l, .ibt-grid-expand>.uk-width-4-5\@l, .ibt-grid-expand>.uk-width-5-6\@l, .ibt-grid-expand>.uk-width-auto\@l, .ibt-grid-expand>.uk-width-large\@l, .ibt-grid-expand>.uk-width-medium\@l, .ibt-grid-expand>.uk-width-small\@l, .ibt-grid-expand>.uk-width-xlarge\@l {
        flex-grow: 1
    }

    .ibt-grid-expand>.uk-width-expand\@l {
        flex-grow: 999
    };
}

@media (min-width:1600px) {
    .ibt-grid-expand>.uk-width-1-1\@xl, .ibt-grid-expand>.uk-width-1-2\@xl, .ibt-grid-expand>.uk-width-1-3\@xl, .ibt-grid-expand>.uk-width-1-4\@xl, .ibt-grid-expand>.uk-width-1-5\@xl, .ibt-grid-expand>.uk-width-1-6\@xl, .ibt-grid-expand>.uk-width-2-3\@xl, .ibt-grid-expand>.uk-width-2-5\@xl, .ibt-grid-expand>.uk-width-2xlarge\@xl, .ibt-grid-expand>.uk-width-3-4\@xl, .ibt-grid-expand>.uk-width-3-5\@xl, .ibt-grid-expand>.uk-width-4-5\@xl, .ibt-grid-expand>.uk-width-5-6\@xl, .ibt-grid-expand>.uk-width-auto\@xl, .ibt-grid-expand>.uk-width-large\@xl, .ibt-grid-expand>.uk-width-medium\@xl, .ibt-grid-expand>.uk-width-small\@xl, .ibt-grid-expand>.uk-width-xlarge\@xl {
        flex-grow: 1
    }

    .ibt-grid-expand>.uk-width-expand\@xl {
        flex-grow: 999
    };
}

.uk-flex>picture {
    display: contents;
}

.ibt-mask-default {
    -webkit-mask-image: url("../vendor/assets/uikit-themes/master/images/mask-default-image.svg");
    mask-image: url("../vendor/assets/uikit-themes/master/images/mask-default-image.svg");
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: round;
    mask-repeat: round;
}

.ibt-box-decoration-default, .ibt-box-decoration-primary, .ibt-box-decoration-secondary {
    position: relative;
    z-index: 0;
}

.ibt-box-decoration-default::before, .ibt-box-decoration-primary::before, .ibt-box-decoration-secondary::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    pointer-events: none;
}

.ibt-box-decoration-default::before {
    transform: translate(-20px, 20px);
    background-color: #06283f;
}

.ibt-box-decoration-primary::before {
    transform: translate(20px, 20px);
    background-color: #06283f;
}

.ibt-box-decoration-secondary::before {
    transform: translate(20px, -20px);
    background-color: #06283f;
}

.ibt-box-decoration-inverse.ibt-box-decoration-default::before {
    background-color: rgba(2, 26, 43, .1);
}

.ibt-box-decoration-inverse.ibt-box-decoration-primary::before {
    background-color: rgba(2, 26, 43, .1);
}

.ibt-box-decoration-inverse.ibt-box-decoration-secondary::before {
    background-color: rgba(2, 26, 43, .1);
}

:where(.ibt-transition-border) {
    display: block;
    position: relative;
}

.ibt-transition-border::after {
    content: '';
    position: absolute;
    z-index: 1;
    pointer-events: none;
    transition: .1s ease-in-out;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    transition-property: border-color, border-width;
    border: 0 solid #179bd7;
}

.uk-transition-toggle:focus .ibt-transition-border::after, .uk-transition-toggle:focus.ibt-transition-border::after, .uk-transition-toggle:hover .ibt-transition-border::after, .uk-transition-toggle:hover.ibt-transition-border::after {
    border-width: 10px 0 0 0;
    border-color: #179bd7;
}

.uk-font-default {
    font-family: Roboto;
    font-weight: 300;
}

.uk-font-primary {
    font-family: Roboto;
    font-weight: 300;
}

.uk-font-secondary {
    font-family: Varta;
    font-weight: 500;
}

.uk-font-tertiary {
    font-family: inherit;
    font-weight: inherit;
}

.ibt-page-break::first-letter {
    display: inline !important;
    margin: 0 !important;
    float: none !important;
    font-family: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
    color: inherit !important;
}