@charset "UTF-8";
/* ========================================================================
   Component: Base
 ========================================================================== */
/*
 * 1. Set `font-size` to support `rem` units
 *    Not using `font` property because a leading hyphen (e.g. -apple-system) causes the font to break in IE11 and Edge
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Style
 */
html {
  /* 1 */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  background: #fff;
  color: #666; }

/*
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/* Links
 ========================================================================== */
/*
 * Remove the outline on focused links when they are also active or hovered
 */
a:active,
a:hover {
  outline: none; }

/*
 * Style
 */
a{
  color: #1e87f0;
  text-decoration: none;
  cursor: pointer; }

  .uk-link { color: #003866; text-decoration: underline;}

a:hover,
.uk-link:hover,
.uk-link-toggle:hover .uk-link,
.uk-link-toggle:focus .uk-link {
  color: #0f6ecd;
  text-decoration: underline; }

/* Text-level semantics
 ========================================================================== */
/*
 * 1. Add the correct text decoration in Edge.
 * 2. The shorthand declaration `underline dotted` is not supported in Safari.
 */
abbr[title] {
  /* 1 */
  text-decoration: underline dotted;
  /* 2 */
  -webkit-text-decoration-style: dotted; }

/*
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/*
 * 1. Consolas has a better baseline in running text compared to `Courier`
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Style
 */
:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
  /* 1 */
  font-family: Consolas, monaco, monospace;
  /* 2 */
  font-size: 10.5px;
  /* 3 */
  color: #f0506e;
  white-space: nowrap;
  padding: 2px 6px;
  background: #f8f8f8; }

/*
 * Emphasize
 */
em {
  color: #f0506e; }

/*
 * Insert
 */
ins {
  /*background: #ffd;*/
  color: #666;
  text-decoration: none; }

/*
 * Mark
 */
mark {
  background: #ffd;
  color: #666; }

/*
 * Quote
 */
q {
  font-style: italic; }

/*
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
 ========================================================================== */
/*
 * Remove the gap between embedded content and the bottom of their containers.
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * 1. Add responsiveness.
 * 2. Auto-scale the height. Only needed if `height` attribute is present.
 * 3. Corrects responsive `max-width` behavior if padding and border are used.
 * 4. Exclude SVGs for IE11 because they don't preserve their aspect ratio.
 */
canvas,
img,
video {
  /* 1 */
  max-width: 100%;
  /* 2 */
  height: auto;
  /* 3 */
  box-sizing: border-box; }

/* 4 */
@supports (display: block) {
  svg {
    max-width: 100%;
    height: auto;
    box-sizing: border-box; } }

/*
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/*
 * 1. Fix lazy loading images if parent element is set to `display: inline` and has `overflow: hidden`.
 * 2. Hide `alt` text for lazy loading images.
 * Note: Selector for background while loading img[data-src*='.jpg'][src*='data:image'] { background: grey; }
 */
img:not([src]) {
  /* 1 */
  min-width: 1px;
  /* 2 */
  visibility: hidden; }

/*
 * Iframe
 * Remove border in all browsers
 */
iframe {
  border: 0; }

/* Block elements
 ========================================================================== */
/*
 * Margins
 */
p,
ul,
ol,
dl,
pre,
address,
fieldset,
figure {
  margin: 0 0 20px 0; }

/* Add margin if adjacent element */
* + p, *::before + p, *::after + p,
* + ul,
*::before + ul,
*::after + ul,
* + ol,
*::before + ol,
*::after + ol,
* + dl,
*::before + dl,
*::after + dl,
* + pre,
*::before + pre,
*::after + pre,
* + address,
*::before + address,
*::after + address,
* + fieldset,
*::before + fieldset,
*::after + fieldset,
* + figure,
*::before + figure,
*::after + figure {
  margin-top: 20px; }

/* Headings
 ========================================================================== */
h1, .uk-h1,
h2, .uk-h2,
h3, .uk-h3,
h4, .uk-h4,
h5, .uk-h5,
h6, .uk-h6,
.uk-heading-small,
.uk-heading-medium,
.uk-heading-large,
.uk-heading-xlarge,
.uk-heading-2xlarge {
  margin: 0 0 20px 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  color: #333;
  text-transform: none; }

/* Add margin if adjacent element */
* + h1, *::before + h1, *::after + h1, * + .uk-h1, *::before + .uk-h1, *::after + .uk-h1,
* + h2,
*::before + h2,
*::after + h2, * + .uk-h2, *::before + .uk-h2, *::after + .uk-h2,
* + h3,
*::before + h3,
*::after + h3, * + .uk-h3, *::before + .uk-h3, *::after + .uk-h3,
* + h4,
*::before + h4,
*::after + h4, * + .uk-h4, *::before + .uk-h4, *::after + .uk-h4,
* + h5,
*::before + h5,
*::after + h5, * + .uk-h5, *::before + .uk-h5, *::after + .uk-h5,
* + h6,
*::before + h6,
*::after + h6, * + .uk-h6, *::before + .uk-h6, *::after + .uk-h6,
* + .uk-heading-small,
*::before + .uk-heading-small,
*::after + .uk-heading-small,
* + .uk-heading-medium,
*::before + .uk-heading-medium,
*::after + .uk-heading-medium,
* + .uk-heading-large,
*::before + .uk-heading-large,
*::after + .uk-heading-large,
* + .uk-heading-xlarge,
*::before + .uk-heading-xlarge,
*::after + .uk-heading-xlarge,
* + .uk-heading-2xlarge,
*::before + .uk-heading-2xlarge,
*::after + .uk-heading-2xlarge {
  margin-top: 40px; }

/*
 * Sizes
 */
h1, .uk-h1 {
  font-size: 26.775000000000002px;
  line-height: 1.2; }

h2, .uk-h2 {
  font-size: 20.4px;
  line-height: 1.3; }

h3, .uk-h3 {
  font-size: 18px;
  line-height: 1.4; }

h4, .uk-h4 {
  font-size: 15px;
  line-height: 1.4; }

h5, .uk-h5 {
  font-size: 16px;
  line-height: 1.4; }

h6, .uk-h6 {
  font-size: 13px;
  line-height: 1.4; }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  h1, .uk-h1 {
    font-size: 31.5px; }
  h2, .uk-h2 {
    font-size: 24px; } }

/* Lists
 ========================================================================== */
ul,
ol {
  padding-left: 30px; }

/*
 * Reset margin for nested lists
 */
ul > li > ul,
ul > li > ol,
ol > li > ol,
ol > li > ul {
  margin: 0; }

/* Description lists
 ========================================================================== */
dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

/* Horizontal rules
 ========================================================================== */
/*
 * 1. Show the overflow in Chrome, Edge and IE.
 * 2. Add the correct text-align in Edge and IE.
 * 3. Style
 */
hr, .uk-hr {
  /* 1 */
  overflow: visible;
  /* 2 */
  text-align: inherit;
  /* 3 */
  margin: 0 0 20px 0;
  border: 0;
  border-top: 1px solid #e5e5e5; }

/* Add margin if adjacent element */
* + hr, *::before + hr, *::after + hr,
* + .uk-hr,
*::before + .uk-hr,
*::after + .uk-hr {
  margin-top: 20px; }

/* Address
 ========================================================================== */
address {
  font-style: normal; }

/* Blockquotes
 ========================================================================== */
blockquote {
  margin: 0 0 20px 0;
  font-size: 15px;
  line-height: 1.5;
  font-style: italic;
  color: #333; }

/* Add margin if adjacent element */
* + blockquote, *::before + blockquote, *::after + blockquote {
  margin-top: 20px; }

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

blockquote footer {
  margin-top: 10px;
  font-size: 10.5px;
  line-height: 1.5;
  color: #666; }
  blockquote footer::before {
    content: "— "; }

/* Preformatted text
 ========================================================================== */
/*
 * 1. Contain overflow in all browsers.
 */
pre {
  font: 10.5px / 1.5 Consolas, monaco, monospace;
  color: #666;
  -moz-tab-size: 4;
  tab-size: 4;
  /* 1 */
  overflow: auto;
  padding: 10px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  background: #fff; }

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

/* Selection pseudo-element
 ========================================================================== */
::selection {
  background: #39f;
  color: #fff;
  text-shadow: none; }

/* HTML5 elements
 ========================================================================== */
/*
 * 1. Add the correct display in Edge, IE 10+, and Firefox.
 * 2. Add the correct display in IE.
 */
details,
main {
  /* 2 */
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/*
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Pass media breakpoints to JS
 ========================================================================== */
/*
 * Breakpoints
 */
.uk-breakpoint-s::before {
  content: "640px"; }

.uk-breakpoint-m::before {
  content: "960px"; }

.uk-breakpoint-l::before {
  content: "1200px"; }

.uk-breakpoint-xl::before {
  content: "1600px"; }

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

/* ========================================================================
   Component: Table
 ========================================================================== */
/*
 * 1. Remove most spacing between table cells.
 * 2. Behave like a block element
 * 3. Style
 */
.uk-table {
  /* 1 */
  border-collapse: collapse;
  border-spacing: 0;
  /* 2 */
  width: 100%;
  /* 3 */
  margin-bottom: 20px; }

/* Add margin if adjacent element */
* + .uk-table, *::before + .uk-table, *::after + .uk-table {
  margin-top: 20px; }

/* Header cell
 ========================================================================== */
/*
 * 1. Style
 */
.uk-table th {
  padding: 16px 12px;
  text-align: left;
  vertical-align: bottom;
  /* 1 */
  font-size: 10.5px;
  font-weight: normal;
  color: #999;
  text-transform: uppercase; }

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

/*
 * Remove margin from the last-child
 */
.uk-table td > :last-child {
  margin-bottom: 0; }

/* Footer
 ========================================================================== */
.uk-table tfoot {
  font-size: 10.5px; }

/* Caption
 ========================================================================== */
.uk-table caption {
  font-size: 10.5px;
  text-align: left;
  color: #999; }

/* Alignment modifier
 ========================================================================== */
.uk-table-middle,
.uk-table-middle td {
  vertical-align: middle !important; }

/* Style modifiers
 ========================================================================== */
/*
 * Divider
 */
.uk-table-divider > tr:not(:first-child),
.uk-table-divider > :not(:first-child) > tr,
.uk-table-divider > :first-child > tr:not(:first-child) {
  border-top: 1px solid #e5e5e5; }

/*
 * Striped
 */
.uk-table-striped > tr:nth-of-type(odd),
.uk-table-striped tbody tr:nth-of-type(odd) {
  background: #f8f8f8;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5; }

/*
 * Hover
 */
.uk-table-hover > tr:hover,
.uk-table-hover tbody tr:hover {
  background: #ffd; }

/* Active state
 ========================================================================== */
.uk-table > tr.uk-active,
.uk-table tbody tr.uk-active {
  background: #ffd; }

/* Size modifier
 ========================================================================== */
.uk-table-small th,
.uk-table-small td {
  padding: 10px 12px; }

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

/* Justify modifier
 ========================================================================== */
.uk-table-justify th:first-child,
.uk-table-justify td:first-child {
  padding-left: 0; }

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

/* Cell size modifier
 ========================================================================== */
.uk-table-shrink {
  width: 1px; }

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

/* Cell link modifier
 ========================================================================== */
/*
 * Does not work with `uk-table-justify` at the moment
 */
.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; }

/* Responsive table
 ========================================================================== */
/* Phone landscape and smaller */
@media (max-width: 959px) {
  .uk-table-responsive,
  .uk-table-responsive tbody,
  .uk-table-responsive th,
  .uk-table-responsive td,
  .uk-table-responsive tr {
    display: block; }
  .uk-table-responsive thead {
    display: none; }
  .uk-table-responsive th,
  .uk-table-responsive td {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    overflow: visible !important;
    white-space: normal !important; }
  .uk-table-responsive th:not(:first-child):not(.uk-table-link),
  .uk-table-responsive td:not(:first-child):not(.uk-table-link),
  .uk-table-responsive .uk-table-link:not(:first-child) > a {
    padding-top: 5px !important; }
  .uk-table-responsive th:not(:last-child):not(.uk-table-link),
  .uk-table-responsive td:not(:last-child):not(.uk-table-link),
  .uk-table-responsive .uk-table-link:not(:last-child) > a {
    padding-bottom: 5px !important; }
  .uk-table-justify.uk-table-responsive th,
  .uk-table-justify.uk-table-responsive td {
    padding-left: 0;
    padding-right: 0; } }

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

/* ========================================================================
   Component: Icon
 ========================================================================== */
/*
 * Note: 1. - 7. is required for `button` elements. Needed for Close and Form Icon component.
 * 1. Remove margins in Chrome, Safari and Opera.
 * 2. Remove borders for `button`.
 * 3. Remove border-radius in Chrome.
 * 4. Address `overflow` set to `hidden` in IE.
 * 5. Correct `font` properties and `color` not being inherited for `button`.
 * 6. Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 7. Remove default `button` padding and background color
 * 8. Style
 * 9. Fill all SVG elements with the current text color if no `fill` attribute is set
 * 10. Let the container fit the height of the icon
 */
.uk-icon {
  /* 1 */
  margin: 0;
  /* 2 */
  border: none;
  /* 3 */
  border-radius: 0;
  /* 4 */
  overflow: visible;
  /* 5 */
  font: inherit;
  color: inherit;
  /* 6 */
  text-transform: none;
  /* 7. */
  padding: 0;
  background-color: transparent;
  /* 8 */
  display: inline-block;
  /* 9 */
  fill: currentcolor;
  /* 10 */
  line-height: 0; }

/* Required for `button`. */
button.uk-icon:not(:disabled) {
  cursor: pointer; }

/*
 * Remove the inner border and padding in Firefox.
 */
.uk-icon::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * Set the fill and stroke color of all SVG elements to the current text color
 */
.uk-icon:not(.uk-preserve) [fill*='#']:not(.uk-preserve) {
  fill: currentcolor; }

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

/*
 * Fix Firefox blurry SVG rendering: https://bugzilla.mozilla.org/show_bug.cgi?id=1046835
 */
.uk-icon > *, .uk-icon > *::before, .uk-icon > *::after {
  transform: translate(0, 0); }

/* Image modifier
 ========================================================================== */
/*
 * Display images in icon dimensions
 */
.uk-icon-image {
  width: 20px;
  height: 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle; }

/* Style modifiers
 ========================================================================== */
/*
 * Link
 */
.uk-icon-link {
  color: #999; }

.uk-icon-link:hover,
.uk-icon-link:focus {
  color: #666;
  outline: none; }

/* OnClick + Active */
.uk-icon-link:active,
.uk-active > .uk-icon-link {
  color: #595959; }

/*
 * Button
 * 1. Center icon vertically and horizontally
 */
.uk-icon-button {
  box-sizing: border-box;
  width: 36px;
  height: 36px;
  border-radius: 500px;
  background: #f8f8f8;
  color: #999;
  vertical-align: middle;
  /* 1 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color; }

/* Hover + Focus */
.uk-icon-button:hover,
.uk-icon-button:focus {
  background-color: #ebebeb;
  color: #666;
  outline: none; }

/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #dfdfdf;
  color: #666; }

/* ========================================================================
   Component: Container
 ========================================================================== */
/*
 * 1. Box sizing has to be `content-box` so the max-width is always the same and
 *    unaffected by the padding on different breakpoints. It's important for the size modifiers.
 */
.uk-container {
  /* 1 */
  box-sizing: content-box;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-container {
    padding-left: 30px;
    padding-right: 30px; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-container {
    padding-left: 40px;
    padding-right: 40px; } }

/*
 * Micro clearfix
 */
.uk-container::before,
.uk-container::after {
  content: "";
  display: table; }

.uk-container::after {
  clear: both; }

/*
 * Remove margin from the last-child
 */
.uk-container > :last-child {
  margin-bottom: 0; }

/*
 * Remove padding from nested containers
 */
.uk-container .uk-container {
  padding-left: 0;
  padding-right: 0; }

/* Size modifier
 ========================================================================== */
.uk-container-xsmall {
  max-width: 750px; }

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

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

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

/* Expand modifier
 ========================================================================== */
/*
 * Expand one side only
 */
.uk-container-expand-left {
  margin-left: 0; }

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

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-container-expand-left.uk-container-xsmall,
  .uk-container-expand-right.uk-container-xsmall {
    max-width: calc(50% + (750px / 2) - 30px); }
  .uk-container-expand-left.uk-container-small,
  .uk-container-expand-right.uk-container-small {
    max-width: calc(50% + (900px / 2) - 30px); } }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-container-expand-left,
  .uk-container-expand-right {
    max-width: calc(50% + (1050px / 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% + (1600px / 2) - 40px); } }

/* Item
 ========================================================================== */
/*
 * Utility classes to reset container padding on the left or right side
 * Note: It has to be negative margin on the item, because it's specific to the item.
 */
.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; }

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-container-item-padding-remove-left,
  .uk-container-item-padding-remove-right {
    width: calc(100% + 30px); }
  .uk-container-item-padding-remove-left {
    margin-left: -30px; }
  .uk-container-item-padding-remove-right {
    margin-right: -30px; } }

/* Tablet landscape and bigger */
@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; } }

/* ========================================================================
   Component: Grid
 ========================================================================== */
/*
 * 1. Allow cells to wrap into the next line
 * 2. Reset list
 */
.uk-grid {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none; }

/*
 * Grid cell
 * Note: Space is allocated solely based on content dimensions, but shrinks: 0 1 auto
 * Reset margin for e.g. paragraphs
 */
.uk-grid > *, .uk-grid > *::before, .uk-grid > *::after {
  margin: 0; }

/*
 * Remove margin from the last-child
 */
.uk-grid > * > :last-child, .uk-grid > *::before > :last-child, .uk-grid > *::after > :last-child {
  margin-bottom: 0; }

/* Gutter
 ========================================================================== */
/*
 * Default
 */
/* Horizontal */
.uk-grid {
  margin-left: -30px; }

.uk-grid > *, .uk-grid > *::before, .uk-grid > *::after {
  padding-left: 30px; }

/* Vertical */
.uk-grid + .uk-grid,
.uk-grid > .uk-grid-margin,
* + .uk-grid-margin,
*::before + .uk-grid-margin,
*::after + .uk-grid-margin {
  margin-top: 30px; }

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Horizontal */
  .uk-grid {
    margin-left: -40px; }
  .uk-grid > *, .uk-grid > *::before, .uk-grid > *::after {
    padding-left: 40px; }
  /* Vertical */
  .uk-grid + .uk-grid,
  .uk-grid > .uk-grid-margin,
  * + .uk-grid-margin,
  *::before + .uk-grid-margin,
  *::after + .uk-grid-margin {
    margin-top: 40px; } }

/*
 * Small
 */
/* Horizontal */
.uk-grid-small,
.uk-grid-column-small {
  margin-left: -15px; }

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

/* Vertical */
.uk-grid + .uk-grid-small,
.uk-grid + .uk-grid-row-small,
.uk-grid-small > .uk-grid-margin,
.uk-grid-row-small > .uk-grid-margin,
* + .uk-grid-margin-small,
*::before + .uk-grid-margin-small,
*::after + .uk-grid-margin-small {
  margin-top: 15px; }

/*
 * Medium
 */
/* Horizontal */
.uk-grid-medium,
.uk-grid-column-medium {
  margin-left: -30px; }

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

/* Vertical */
.uk-grid + .uk-grid-medium,
.uk-grid + .uk-grid-row-medium,
.uk-grid-medium > .uk-grid-margin,
.uk-grid-row-medium > .uk-grid-margin,
* + .uk-grid-margin-medium,
*::before + .uk-grid-margin-medium,
*::after + .uk-grid-margin-medium {
  margin-top: 30px; }

/*
 * Large
 */
/* Horizontal */
.uk-grid-large,
.uk-grid-column-large {
  margin-left: -40px; }

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

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

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Horizontal */
  .uk-grid-large,
  .uk-grid-column-large {
    margin-left: -70px; }
  .uk-grid-large > *, .uk-grid-large > *::before, .uk-grid-large > *::after,
  .uk-grid-column-large > *,
  .uk-grid-column-large > *::before,
  .uk-grid-column-large > *::after {
    padding-left: 70px; }
  /* Vertical */
  .uk-grid + .uk-grid-large,
  .uk-grid + .uk-grid-row-large,
  .uk-grid-large > .uk-grid-margin,
  .uk-grid-row-large > .uk-grid-margin,
  * + .uk-grid-margin-large,
  *::before + .uk-grid-margin-large,
  *::after + .uk-grid-margin-large {
    margin-top: 70px; } }

/*
 * Collapse
 */
/* Horizontal */
.uk-grid-collapse,
.uk-grid-column-collapse {
  margin-left: 0; }

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

/* Vertical */
.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; }

/* Divider
 ========================================================================== */
.uk-grid-divider > *, .uk-grid-divider > *::before, .uk-grid-divider > *::after {
  position: relative; }

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

/* Vertical */
.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border-top: 1px solid #e5e5e5; }

/*
 * Default
 */
/* Horizontal */
.uk-grid-divider {
  margin-left: -60px; }

.uk-grid-divider > *, .uk-grid-divider > *::before, .uk-grid-divider > *::after {
  padding-left: 60px; }

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

/* Vertical */
.uk-grid-divider.uk-grid-stack > .uk-grid-margin {
  margin-top: 60px; }

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

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Horizontal */
  .uk-grid-divider {
    margin-left: -80px; }
  .uk-grid-divider > *, .uk-grid-divider > *::before, .uk-grid-divider > *::after {
    padding-left: 80px; }
  .uk-grid-divider > :not(.uk-first-column)::before {
    left: 40px; }
  /* Vertical */
  .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; } }

/*
 * Small
 */
/* Horizontal */
.uk-grid-divider.uk-grid-small,
.uk-grid-divider.uk-grid-column-small {
  margin-left: -30px; }

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

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

/* Vertical */
.uk-grid-divider.uk-grid-small.uk-grid-stack > .uk-grid-margin,
.uk-grid-divider.uk-grid-row-small.uk-grid-stack > .uk-grid-margin {
  margin-top: 30px; }

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

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

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

/*
 * Medium
 */
/* Horizontal */
.uk-grid-divider.uk-grid-medium,
.uk-grid-divider.uk-grid-column-medium {
  margin-left: -60px; }

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

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

/* Vertical */
.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: 60px; }

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

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

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

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

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

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

/* Vertical */
.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; }

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Horizontal */
  .uk-grid-divider.uk-grid-large,
  .uk-grid-divider.uk-grid-column-large {
    margin-left: -140px; }
  .uk-grid-divider.uk-grid-large > *, .uk-grid-divider.uk-grid-large > *::before, .uk-grid-divider.uk-grid-large > *::after,
  .uk-grid-divider.uk-grid-column-large > *,
  .uk-grid-divider.uk-grid-column-large > *::before,
  .uk-grid-divider.uk-grid-column-large > *::after {
    padding-left: 140px; }
  .uk-grid-divider.uk-grid-large > :not(.uk-first-column)::before,
  .uk-grid-divider.uk-grid-column-large > :not(.uk-first-column)::before {
    left: 70px; }
  /* Vertical */
  .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; } }

/* Match child of a grid cell
 ========================================================================== */
/*
 * Behave like a block element
 * 1. Wrap into the next line
 * 2. Take the full width, at least 100%. Only if no class from the Width component is set.
 * 3. Expand width even if larger than 100%, e.g. because of negative margin (Needed for nested grids)
 */
.uk-grid-match > *, .uk-grid-match > *::before, .uk-grid-match > *::after,
.uk-grid-item-match {
  display: flex;
  /* 1 */
  flex-wrap: wrap; }

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

/* ========================================================================
   Component: Close
 ========================================================================== */
/*
 * Adopts `uk-icon`
 */
.uk-close {
  color: #999;
  transition: 0.1s ease-in-out;
  transition-property: color, opacity; }

/* Hover + Focus */
.uk-close:hover,
.uk-close:focus {
  color: #666;
  outline: none; }

/* ========================================================================
   Component: Spinner
 ========================================================================== */
/*
 * Adopts `uk-icon`
 */
/* SVG
 ========================================================================== */
.uk-spinner > *, .uk-spinner > *::before, .uk-spinner > *::after {
  animation: uk-spinner-rotate 1.4s linear infinite; }

@keyframes uk-spinner-rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(270deg); } }

/*
 * Circle
 */
.uk-spinner > * > *, .uk-spinner > *::before > *, .uk-spinner > *::after > *, .uk-spinner > * > *::before, .uk-spinner > *::before > *::before, .uk-spinner > *::after > *::before, .uk-spinner > * > *::after, .uk-spinner > *::before > *::after, .uk-spinner > *::after > *::after {
  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); } }

/* ========================================================================
   Component: Totop
 ========================================================================== */
/*
 * Addopts `uk-icon`
 */
.uk-totop {
  padding: 5px;
  color: #999;
  transition: color 0.1s ease-in-out; }

/* Hover + Focus */
.uk-totop:hover,
.uk-totop:focus {
  color: #666;
  outline: none; }

/* OnClick */
.uk-totop:active {
  color: #333; }

/* ========================================================================
   Component: Alert
 ========================================================================== */
.uk-alert {
  position: relative;
  margin-bottom: 20px;
  padding: 15px 29px 15px 15px;
  background: #f8f8f8;
  color: #666; }

/* Add margin if adjacent element */
* + .uk-alert, *::before + .uk-alert, *::after + .uk-alert {
  margin-top: 20px; }

/*
 * Remove margin from the last-child
 */
.uk-alert > :last-child {
  margin-bottom: 0; }

/* Close
 * Adopts `uk-close`
 ========================================================================== */
.uk-alert-close {
  position: absolute;
  top: 20px;
  right: 15px;
  color: inherit;
  opacity: 0.4; }

/*
 * Remove margin from adjacent element
 */
.uk-alert-close:first-child + *, .uk-alert-close:first-child + *::before, .uk-alert-close:first-child + *::after {
  margin-top: 0; }

/*
 * Hover + Focus
 */
.uk-alert-close:hover,
.uk-alert-close:focus {
  color: inherit;
  opacity: 0.8; }

/* Style modifiers
 ========================================================================== */
/*
 * Primary
 */
.uk-alert-primary {
  background: #d8eafc;
  color: #1e87f0; 
  border: 1px solid #bfe0ff;
  border-radius: 10px;}

/*
 * Success
 */
.uk-alert-success {
  background: #edfbf6;
  color: #32d296;
  border: 1px solid #bfffe7;
  border-radius: 10px; }

/*
 * Warning
 */
.uk-alert-warning {
  background: #fef5ee;
  color: #faa05a;
  border: 1px solid #fff5bf;
  border-radius: 10px; }

/*
 * Danger
 */
.uk-alert-danger {
  background: #fef4f6;
  color: #f0506e;
  border: 1px solid #ffbfbf;
  border-radius: 10px; }

/*
     * Content
     */
.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]) {
  color: inherit;
  text-decoration: underline; }

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

/* ========================================================================
   Component: Nav
 ========================================================================== */
/*
 * Reset
 * 1. Prepare lists
 * 2. Prepare links
 * 3. Remove default focus style
 */
/* 1 */
.uk-nav,
.uk-nav ul {
  margin: 0;
  padding: 0;
  list-style: none; }

/* 2 */
.uk-nav li > a {
  display: block;
  text-decoration: none; }

/* 3 */
.uk-nav li > a:focus {
  outline: none; }

/*
 * Items
 * Must target `a` elements to exclude other elements (e.g. lists)
 */
.uk-nav > li > a {
  padding: 5px 0; }

/* Sublists
 ========================================================================== */
/*
 * Level 2
 * `ul` needed for higher specificity to override padding
 */
ul.uk-nav-sub {
  padding: 5px 0 5px 15px; }

/*
 * Level 3 and deeper
 */
.uk-nav-sub ul {
  padding-left: 15px; }

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

/* Parent icon modifier
 ========================================================================== */
.uk-nav-parent-icon > .uk-parent > a::after {
  content: "";
  width: 1.5em;
  height: 1.5em;
  float: right;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.uk-nav-parent-icon > .uk-parent.uk-open > a::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E"); }

/* Header
 ========================================================================== */
.uk-nav-header {
  padding: 5px 0;
  text-transform: uppercase;
  font-size: 10.5px; }

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

/* Divider
 ========================================================================== */
.uk-nav-divider {
  margin: 5px 0; }

/* Default modifier
 ========================================================================== */
.uk-nav-default {
  font-size: 10.5px; }

/*
 * Items
 */
.uk-nav-default > li > a {
  color: #999; }

/* Hover + Focus */
.uk-nav-default > li > a:hover,
.uk-nav-default > li > a:focus {
  color: #666; }

/* Active */
.uk-nav-default > li.uk-active > a {
  color: #333; }

/*
 * Header
 */
.uk-nav-default .uk-nav-header {
  color: #333; }

/*
 * Divider
 */
.uk-nav-default .uk-nav-divider {
  border-top: 1px solid #e5e5e5; }

/*
 * Sublists
 */
.uk-nav-default .uk-nav-sub a {
  color: #999; }

.uk-nav-default .uk-nav-sub a:hover,
.uk-nav-default .uk-nav-sub a:focus {
  color: #666; }

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

/* Primary modifier
 ========================================================================== */
/*
 * Items
 */
.uk-nav-primary > li > a {
  font-size: 18px;
  line-height: 1.5;
  color: #999; }

/* Hover + Focus */
.uk-nav-primary > li > a:hover,
.uk-nav-primary > li > a:focus {
  color: #666; }

/* Active */
.uk-nav-primary > li.uk-active > a {
  color: #333; }

/*
 * Header
 */
.uk-nav-primary .uk-nav-header {
  color: #333; }

/*
 * Divider
 */
.uk-nav-primary .uk-nav-divider {
  border-top: 1px solid #e5e5e5; }

/*
 * Sublists
 */
.uk-nav-primary .uk-nav-sub a {
  color: #999; }

.uk-nav-primary .uk-nav-sub a:hover,
.uk-nav-primary .uk-nav-sub a:focus {
  color: #666; }

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

/* Alignment modifier
 ========================================================================== */
.uk-nav-center {
  text-align: center; }

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

/* Parent icon modifier  */
.uk-nav-center.uk-nav-parent-icon > .uk-parent > a::after {
  position: absolute; }

/* ========================================================================
   Component: Navbar
 ========================================================================== */
/*
 * 1. Create position context to center navbar group
 */
.uk-navbar {
  display: flex;
  /* 1 */
  position: relative; }

/* Container
 ========================================================================== */
.uk-navbar-container:not(.uk-navbar-transparent) {
  background: #f8f8f8; }

/*
 * Remove pseudo elements created by micro clearfix as precaution (if Container component is used)
 */
.uk-navbar-container > ::before,
.uk-navbar-container > ::after {
  display: none !important; }

/* Groups
 ========================================================================== */
/*
 * 1. Align navs and items vertically if they have a different height
 * 2. Note: IE 11 requires an extra `div` which affects the center selector
 */
.uk-navbar-left,
.uk-navbar-right,
.uk-navbar-center,
.uk-navbar-center-left > *,
.uk-navbar-center-left > *::before,
.uk-navbar-center-left > *::after,
.uk-navbar-center-right > *,
.uk-navbar-center-right > *::before,
.uk-navbar-center-right > *::after {
  display: flex;
  /* 1 */
  align-items: center; }

/*
 * Horizontal alignment
 * 1. Create position context for centered navbar with sub groups (left/right)
 * 2. Fix text wrapping if content is larger than 50% of the container.
 * 3. Needed for dropdowns because a new position context is created
 *    `z-index` must be smaller than off-canvas
 * 4. Align sub groups for centered navbar
 */
.uk-navbar-right {
  margin-left: auto; }

.uk-navbar-center:only-child {
  margin-left: auto;
  margin-right: auto;
  /* 1 */
  position: relative; }

.uk-navbar-center:not(:only-child) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* 2 */
  width: max-content;
  box-sizing: border-box;
  /* 3 */
  z-index: 990; }

/* 4 */
.uk-navbar-center-left,
.uk-navbar-center-right {
  position: absolute;
  top: 0; }

.uk-navbar-center-left {
  right: 100%; }

.uk-navbar-center-right {
  left: 100%; }

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

/* Nav
 ========================================================================== */
/*
 * 1. Reset list
 */
.uk-navbar-nav {
  display: flex;
  /* 1 */
  margin: 0;
  padding: 0;
  list-style: none; }

/*
 * Allow items to wrap into the next line
 * Only not `absolute` positioned groups
 */
.uk-navbar-left,
.uk-navbar-right,
.uk-navbar-center:only-child {
  flex-wrap: wrap; }

/*
 * Items
 * 1. Center content vertically and horizontally
 * 2. Dimensions
 * 3. Style
 * 4. Required for `a`
 */
.uk-navbar-nav > li > a,
.uk-navbar-item,
.uk-navbar-toggle {
  /* 1 */
  display: flex;
  justify-content: center;
  align-items: center;
  /* 2 */
  box-sizing: border-box;
  min-height: 80px;
  padding: 0 15px;
  /* 3 */
  font-size: 10.5px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  text-decoration: none; }

/*
 * Nav items
 */
.uk-navbar-nav > li > a {
  color: #999;
  text-transform: uppercase;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color; }

/*
 * Hover
 * Apply hover style also to focus state and if dropdown is opened
 */
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li > a.uk-open {
  color: #666;
  outline: none; }

/* OnClick */
.uk-navbar-nav > li > a:active {
  color: #333; }

/* Active */
.uk-navbar-nav > li.uk-active > a {
  color: #333; }

/* Item
 ========================================================================== */
.uk-navbar-item {
  color: #666; }

/* Toggle
 ========================================================================== */
.uk-navbar-toggle {
  color: #999; }

.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus,
.uk-navbar-toggle.uk-open {
  color: #666;
  outline: none;
  text-decoration: none; }

/*
 * Icon
 * Adopts `uk-icon`
 */
/* Hover + Focus */
/* Subtitle
 ========================================================================== */
.uk-navbar-subtitle {
  font-size: 10.5px; }

/* Style modifiers
 ========================================================================== */
/* Dropdown
 ========================================================================== */
/*
 * Adopts `uk-dropdown`
 * 1. Hide by default
 * 2. Set position
 * 3. Set a default width
 * 4. Style
 */
.uk-navbar-dropdown {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1020;
  /* 3 */
  box-sizing: border-box;
  width: 200px;
  /* 4 */
  padding: 25px;
  background: #fff;
  color: #666;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15); }

/* Show */
.uk-navbar-dropdown.uk-open {
  display: block; }

/*
 * Direction / Alignment modifiers
 */
/* Direction */
[class*='uk-navbar-dropdown-top'] {
  margin-top: -15px; }

[class*='uk-navbar-dropdown-bottom'] {
  margin-top: 15px; }

[class*='uk-navbar-dropdown-left'] {
  margin-left: -15px; }

[class*='uk-navbar-dropdown-right'] {
  margin-left: 15px; }

/*
 * Grid
 * Adopts `uk-grid`
 */
/* Gutter Horizontal */
.uk-navbar-dropdown-grid {
  margin-left: -50px; }

.uk-navbar-dropdown-grid > *, .uk-navbar-dropdown-grid > *::before, .uk-navbar-dropdown-grid > *::after {
  padding-left: 50px; }

/* Gutter Vertical */
.uk-navbar-dropdown-grid > .uk-grid-margin {
  margin-top: 50px; }

/* Stack */
.uk-navbar-dropdown-stack .uk-navbar-dropdown-grid > *, .uk-navbar-dropdown-stack .uk-navbar-dropdown-grid > *::before, .uk-navbar-dropdown-stack .uk-navbar-dropdown-grid > *::after {
  width: 100% !important; }

/*
 * Width modifier
 */
.uk-navbar-dropdown-width-2:not(.uk-navbar-dropdown-stack) {
  width: 400px; }

.uk-navbar-dropdown-width-3:not(.uk-navbar-dropdown-stack) {
  width: 600px; }

.uk-navbar-dropdown-width-4:not(.uk-navbar-dropdown-stack) {
  width: 800px; }

.uk-navbar-dropdown-width-5:not(.uk-navbar-dropdown-stack) {
  width: 1000px; }

/*
 * Dropbar modifier
 */
.uk-navbar-dropdown-dropbar {
  margin-top: 0;
  margin-bottom: 0;
  box-shadow: none; }

/* Dropdown Nav
 * Adopts `uk-nav`
 ========================================================================== */
.uk-navbar-dropdown-nav {
  font-size: 10.5px; }

/*
 * Items
 */
.uk-navbar-dropdown-nav > li > a {
  color: #999; }

/* Hover + Focus */
.uk-navbar-dropdown-nav > li > a:hover,
.uk-navbar-dropdown-nav > li > a:focus {
  color: #666; }

/* Active */
.uk-navbar-dropdown-nav > li.uk-active > a {
  color: #333; }

/*
 * Header
 */
.uk-navbar-dropdown-nav .uk-nav-header {
  color: #333; }

/*
 * Divider
 */
.uk-navbar-dropdown-nav .uk-nav-divider {
  border-top: 1px solid #e5e5e5; }

/*
 * Sublists
 */
.uk-navbar-dropdown-nav .uk-nav-sub a {
  color: #999; }

.uk-navbar-dropdown-nav .uk-nav-sub a:hover,
.uk-navbar-dropdown-nav .uk-nav-sub a:focus {
  color: #666; }

.uk-navbar-dropdown-nav .uk-nav-sub li.uk-active > a {
  color: #333; }

/* Dropbar
 ========================================================================== */
.uk-navbar-dropbar {
  background: #fff; }

/*
 * Slide modifier
 */
.uk-navbar-dropbar-slide {
  position: absolute;
  z-index: 980;
  left: 0;
  right: 0;
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.05); }

/*
     * Navbar
     */
.uk-navbar-container > .uk-container .uk-navbar-left {
  margin-left: -15px;
  margin-right: -15px; }

.uk-navbar-container > .uk-container .uk-navbar-right {
  margin-right: -15px; }

/*
     * Grid Divider
     */
.uk-navbar-dropdown-grid > *, .uk-navbar-dropdown-grid > *::before, .uk-navbar-dropdown-grid > *::after {
  position: relative; }

.uk-navbar-dropdown-grid > :not(.uk-first-column)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25px;
  border-left: 1px solid #e5e5e5; }

/* Vertical */
.uk-navbar-dropdown-grid.uk-grid-stack > .uk-grid-margin::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 50px;
  right: 0;
  border-top: 1px solid #e5e5e5; }

/* ========================================================================
   Component: Subnav
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Gutter
 * 3. Reset list
 */
.uk-subnav {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin-left: -20px;
  /* 3 */
  padding: 0;
  list-style: none; }

/*
 * 1. Space is allocated solely based on content dimensions: 0 0 auto
 * 2. Gutter
 * 3. Create position context for dropdowns
 */
.uk-subnav > *, .uk-subnav > *::before, .uk-subnav > *::after {
  /* 1 */
  flex: none;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  position: relative; }

/* Items
 ========================================================================== */
/*
 * Items must target `a` elements to exclude other elements (e.g. dropdowns)
 * Using `:first-child` instead of `a` to support `span` elements for text
 * 1. Prevent gap if child element is `inline-block`, e.g. an icon
 * 2. Style
 */
.uk-subnav > * > :first-child, .uk-subnav > *::before > :first-child, .uk-subnav > *::after > :first-child {
  /* 1 */
  display: block;
  /* 2 */
  color: #999;
  font-size: 10.5px;
  text-transform: uppercase;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color; }

/* Hover + Focus */
.uk-subnav > * > a:hover, .uk-subnav > *::before > a:hover, .uk-subnav > *::after > a:hover,
.uk-subnav > * > a:focus,
.uk-subnav > *::before > a:focus,
.uk-subnav > *::after > a:focus {
  color: #666;
  text-decoration: none;
  outline: none; }

/* Active */
.uk-subnav > .uk-active > a {
  color: #333; }

/* Divider modifier
 ========================================================================== */
/*
 * 1. Align items and divider vertically
 */
.uk-subnav-divider > *, .uk-subnav-divider > *::before, .uk-subnav-divider > *::after {
  /* 1 */
  display: flex;
  align-items: center; }

/*
 * Divider
 * `nth-child` makes it also work without JS if it's only one row
 */
.uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
  content: "";
  height: 1.5em;
  margin-left: 0px;
  margin-right: 20px;
  border-left: 1px solid #e5e5e5; }

/* Pill modifier
 ========================================================================== */
.uk-subnav-pill > * > :first-child, .uk-subnav-pill > *::before > :first-child, .uk-subnav-pill > *::after > :first-child {
  padding: 5px 10px;
  background: transparent;
  color: #999; }

/* Hover + Focus */
.uk-subnav-pill > * > a:hover, .uk-subnav-pill > *::before > a:hover, .uk-subnav-pill > *::after > a:hover,
.uk-subnav-pill > * > a:focus,
.uk-subnav-pill > *::before > a:focus,
.uk-subnav-pill > *::after > a:focus {
  background-color: #f8f8f8;
  color: #666; }

/* OnClick */
.uk-subnav-pill > * > a:active, .uk-subnav-pill > *::before > a:active, .uk-subnav-pill > *::after > a:active {
  background-color: #f8f8f8;
  color: #666; }

/* Active */
.uk-subnav-pill > .uk-active > a {
  background-color: #1e87f0;
  color: #fff; }

/* Disabled
 * The same for all style modifiers
 ========================================================================== */
.uk-subnav > .uk-disabled > a {
  color: #999; }

/* ========================================================================
   Component: Tab
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Gutter
 * 3. Reset list
 */
.uk-tab {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin-left: -20px;
  /* 3 */
  padding: 0;
  list-style: none;
  position: relative; }
  .uk-tab::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 0;
    border-bottom: 1px solid #e5e5e5; }

/*
 * 1. Space is allocated solely based on content dimensions: 0 0 auto
 * 2. Gutter
 * 3. Create position context for dropdowns
 */
.uk-tab > *, .uk-tab > *::before, .uk-tab > *::after {
  /* 1 */
  flex: none;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  position: relative; }

/* Items
 ========================================================================== */
/*
 * Items must target `a` elements to exclude other elements (e.g. dropdowns)
 * 1. Center text if a width is set
 * 2. Style
 */
.uk-tab > * > a, .uk-tab > *::before > a, .uk-tab > *::after > a {
  /* 1 */
  display: block;
  text-align: center;
  /* 2 */
  padding: 5px 10px;
  color: #999;
  border-bottom: 1px solid transparent;
  font-size: 10.5px;
  text-transform: uppercase;
  transition: color 0.1s ease-in-out; }

/* Hover + Focus */
.uk-tab > * > a:hover, .uk-tab > *::before > a:hover, .uk-tab > *::after > a:hover,
.uk-tab > * > a:focus,
.uk-tab > *::before > a:focus,
.uk-tab > *::after > a:focus {
  color: #666;
  text-decoration: none; }

/* Active */
.uk-tab > .uk-active > a {
  color: #333;
  border-color: #1e87f0; }

/* Disabled */
.uk-tab > .uk-disabled > a {
  color: #999; }

/* Position modifier
 ========================================================================== */
/*
 * Bottom
 */
.uk-tab-bottom::before {
  top: 0;
  bottom: auto; }

.uk-tab-bottom > * > a, .uk-tab-bottom > *::before > a, .uk-tab-bottom > *::after > a {
  border-top: 1px solid transparent;
  border-bottom: none; }

/*
 * Left + Right
 * 1. Reset Gutter
 */
.uk-tab-left,
.uk-tab-right {
  flex-direction: column;
  /* 1 */
  margin-left: 0; }

/* 1 */
.uk-tab-left > *, .uk-tab-left > *::before, .uk-tab-left > *::after,
.uk-tab-right > *,
.uk-tab-right > *::before,
.uk-tab-right > *::after {
  padding-left: 0; }

.uk-tab-left::before {
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  border-left: 1px solid #e5e5e5;
  border-bottom: none; }

.uk-tab-right::before {
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  border-left: 1px solid #e5e5e5;
  border-bottom: none; }

.uk-tab-left > * > a, .uk-tab-left > *::before > a, .uk-tab-left > *::after > a {
  text-align: left;
  border-right: 1px solid transparent;
  border-bottom: none; }

.uk-tab-right > * > a, .uk-tab-right > *::before > a, .uk-tab-right > *::after > a {
  text-align: left;
  border-left: 1px solid transparent;
  border-bottom: none; }

.uk-tab .uk-dropdown {
  margin-left: 30px; }

/* ========================================================================
   Component: Slidenav
 ========================================================================== */
/*
 * Adopts `uk-icon`
 */
.uk-slidenav {
  padding: 5px 10px;
  color: rgba(102, 102, 102, 0.5);
  transition: color 0.1s ease-in-out; }

/* Hover + Focus */
.uk-slidenav:hover,
.uk-slidenav:focus {
  color: rgba(102, 102, 102, 0.9);
  outline: none; }

/* OnClick */
.uk-slidenav:active {
  color: rgba(102, 102, 102, 0.5); }

/* Icon modifier
 ========================================================================== */
/*
 * Previous
 */
/*
 * Next
 */
/* Size modifier
 ========================================================================== */
.uk-slidenav-large {
  padding: 10px 10px; }

/* Container
 ========================================================================== */
.uk-slidenav-container {
  display: flex; }

/* ========================================================================
   Component: Dotnav
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Reset list
 * 3. Gutter
 */
.uk-dotnav {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 3 */
  margin-left: -12px; }

/*
 * 1. Space is allocated solely based on content dimensions: 0 0 auto
 * 2. Gutter
 */
.uk-dotnav > *, .uk-dotnav > *::before, .uk-dotnav > *::after {
  /* 1 */
  flex: none;
  /* 2 */
  padding-left: 12px; }

/* Items
 ========================================================================== */
/*
 * Items
 * 1. Hide text if present
 */
.uk-dotnav > * > *, .uk-dotnav > *::before > *, .uk-dotnav > *::after > *, .uk-dotnav > * > *::before, .uk-dotnav > *::before > *::before, .uk-dotnav > *::after > *::before, .uk-dotnav > * > *::after, .uk-dotnav > *::before > *::after, .uk-dotnav > *::after > *::after {
  display: block;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: transparent;
  /* 1 */
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  border: 1px solid rgba(102, 102, 102, 0.4);
  transition: 0.2s ease-in-out;
  transition-property: background-color, border-color; }

/* Hover + Focus */
.uk-dotnav > * > :hover, .uk-dotnav > *::before > :hover, .uk-dotnav > *::after > :hover,
.uk-dotnav > * > :focus,
.uk-dotnav > *::before > :focus,
.uk-dotnav > *::after > :focus {
  background-color: rgba(102, 102, 102, 0.6);
  outline: none;
  border-color: transparent; }

/* OnClick */
.uk-dotnav > * > :active, .uk-dotnav > *::before > :active, .uk-dotnav > *::after > :active {
  background-color: rgba(102, 102, 102, 0.2);
  border-color: transparent; }

/* Active */
.uk-dotnav > .uk-active > *, .uk-dotnav > .uk-active > *::before, .uk-dotnav > .uk-active > *::after {
  background-color: rgba(102, 102, 102, 0.6);
  border-color: transparent; }

/* Modifier: 'uk-dotnav-vertical'
 ========================================================================== */
/*
 * 1. Change direction
 * 2. Gutter
 */
.uk-dotnav-vertical {
  /* 1 */
  flex-direction: column;
  /* 2 */
  margin-left: 0;
  margin-top: -12px; }

/* 2 */
.uk-dotnav-vertical > *, .uk-dotnav-vertical > *::before, .uk-dotnav-vertical > *::after {
  padding-left: 0;
  padding-top: 12px; }

/* ========================================================================
   Component: Thumbnav
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Reset list
 * 3. Gutter
 */
.uk-thumbnav {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 3 */
  margin-left: -15px; }

/*
 * Space is allocated based on content dimensions, but shrinks: 0 1 auto
 * 1. Gutter
 */
.uk-thumbnav > *, .uk-thumbnav > *::before, .uk-thumbnav > *::after {
  /* 1 */
  padding-left: 15px; }

/* Items
 ========================================================================== */
/*
 * Items
 */
.uk-thumbnav > * > *, .uk-thumbnav > *::before > *, .uk-thumbnav > *::after > *, .uk-thumbnav > * > *::before, .uk-thumbnav > *::before > *::before, .uk-thumbnav > *::after > *::before, .uk-thumbnav > * > *::after, .uk-thumbnav > *::before > *::after, .uk-thumbnav > *::after > *::after {
  display: inline-block;
  position: relative; }
  .uk-thumbnav > * > *::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.4);
    transition: background-color 0.1s ease-in-out; }

/* Hover + Focus */
.uk-thumbnav > * > :hover, .uk-thumbnav > *::before > :hover, .uk-thumbnav > *::after > :hover,
.uk-thumbnav > * > :focus,
.uk-thumbnav > *::before > :focus,
.uk-thumbnav > *::after > :focus {
  outline: none; }
  .uk-thumbnav > * > :hover::after, .uk-thumbnav > *::before > :hover::after, .uk-thumbnav > *::after > :hover::after,
  .uk-thumbnav > * > :focus::after,
  .uk-thumbnav > *::before > :focus::after,
  .uk-thumbnav > *::after > :focus::after {
    background-color: transparent; }

/* Active */
.uk-thumbnav > .uk-active > *::after {
  background-color: transparent; }

/* Modifier: 'uk-thumbnav-vertical'
 ========================================================================== */
/*
 * 1. Change direction
 * 2. Gutter
 */
.uk-thumbnav-vertical {
  /* 1 */
  flex-direction: column;
  /* 2 */
  margin-left: 0;
  margin-top: -15px; }

/* 2 */
.uk-thumbnav-vertical > *, .uk-thumbnav-vertical > *::before, .uk-thumbnav-vertical > *::after {
  padding-left: 0;
  padding-top: 15px; }

/* ========================================================================
   Component: Accordion
 ========================================================================== */
.uk-accordion {
  padding: 0;
  list-style: none; }

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

/* Title
 ========================================================================== */
.uk-accordion-title {
  display: block;
  font-size: 15px;
  line-height: 1.4;
  color: #8A969F;
  overflow: hidden; }
  .uk-accordion-title::before {
    content: "";
    width: 1.4em;
    height: 1.4em;
    margin-left: 10px;
    float: right;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: 50% 50%; }
  .uk-open > .uk-accordion-title::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E"); }

/* Hover + Focus */
.uk-accordion-title:hover,
.uk-accordion-title:focus {
  color: #8A969F;
  text-decoration: none;
  outline: none; }

/* Content
 ========================================================================== */
.uk-accordion-content {
  margin-top: 20px; }

/*
 * Micro clearfix
 */
.uk-accordion-content::before,
.uk-accordion-content::after {
  content: "";
  display: table; }

.uk-accordion-content::after {
  clear: both; }

/*
 * Remove margin from the last-child
 */
.uk-accordion-content > :last-child {
  margin-bottom: 0; }

/* ========================================================================
   Component: Drop
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Set a default width
 */
.uk-drop {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1020;
  /* 3 */
  box-sizing: border-box;
  width: 300px; }

/* Show */
.uk-drop.uk-open {
  display: block; }

/* Direction / Alignment modifiers
 ========================================================================== */
/* Direction */
[class*='uk-drop-top'] {
  margin-top: -20px; }

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

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

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

/* Grid modifiers
 ========================================================================== */
.uk-drop-stack .uk-drop-grid > *, .uk-drop-stack .uk-drop-grid > *::before, .uk-drop-stack .uk-drop-grid > *::after {
  width: 100% !important; }

/* ========================================================================
   Component: Dropdown
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Set a default width
 * 4. Style
 */
.uk-dropdown {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1020;
  /* 3 */
  box-sizing: border-box;
  min-width: 200px;
  /* 4 */
  padding: 25px;
  background: #fff;
  color: #666;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15); }

/* Show */
.uk-dropdown.uk-open {
  display: block; }

/* Nav
 * Adopts `uk-nav`
 ========================================================================== */
.uk-dropdown-nav {
  white-space: nowrap;
  font-size: 10.5px; }

/*
 * Items
 */
.uk-dropdown-nav > li > a {
  color: #999; }

/* Hover + Focus + Active */
.uk-dropdown-nav > li > a:hover,
.uk-dropdown-nav > li > a:focus,
.uk-dropdown-nav > li.uk-active > a {
  color: #666; }

/*
 * Header
 */
.uk-dropdown-nav .uk-nav-header {
  color: #333; }

/*
 * Divider
 */
.uk-dropdown-nav .uk-nav-divider {
  border-top: 1px solid #e5e5e5; }

/*
 * Sublists
 */
.uk-dropdown-nav .uk-nav-sub a {
  color: #999; }

.uk-dropdown-nav .uk-nav-sub a:hover,
.uk-dropdown-nav .uk-nav-sub a:focus,
.uk-dropdown-nav .uk-nav-sub li.uk-active > a {
  color: #666; }

/* Direction / Alignment modifiers
 ========================================================================== */
/* Direction */
[class*='uk-dropdown-top'] {
  margin-top: -10px; }

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

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

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

/* Grid modifiers
 ========================================================================== */
.uk-dropdown-stack .uk-dropdown-grid > *, .uk-dropdown-stack .uk-dropdown-grid > *::before, .uk-dropdown-stack .uk-dropdown-grid > *::after {
  width: 100% !important; }

/* ========================================================================
   Component: Modal
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Allow scrolling for the modal dialog
 * 4. Horizontal padding
 * 5. Mask the background page
 * 6. Fade-in transition
 */
.uk-modal {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  /* 3 */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* 4 */
  padding: 15px 15px;
  /* 5 */
  background: rgba(0, 0, 0, 0.6);
  /* 6 */
  opacity: 0;
  transition: opacity 0.15s linear; }

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-modal {
    padding: 50px 30px; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-modal {
    padding-left: 40px;
    padding-right: 40px; } }

/*
 * Open
 */
.uk-modal.uk-open {
  opacity: 1; }

/* Page
 ========================================================================== */
/*
 * Prevent scrollbars
 */
.uk-modal-page {
  overflow: hidden; }

/* Dialog
 ========================================================================== */
/*
 * 1. Create position context for spinner and close button
 * 2. Dimensions
 * 3. Fix `max-width: 100%` not working in combination with flex and responsive images in IE11
 *    `!important` needed to overwrite `uk-width-auto`. See `#modal-media-image` in tests
 * 4. Style
 * 5. Slide-in transition
 */
.uk-modal-dialog {
  /* 1 */
  position: relative;
  /* 2 */
  box-sizing: border-box;
  margin: 0 auto;
  width: 600px;
  /* 3 */
  max-width: calc(100% - 0.01px) !important;
  /* 4 */
  background: #fff;
  /* 5 */
  opacity: 0;
  transform: translateY(-100px);
  transition: 0.3s linear;
  transition-property: opacity, transform; }

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

/* Size modifier
 ========================================================================== */
/*
 * Container size
 * Take the same size as the Container component
 */
.uk-modal-container .uk-modal-dialog {
  width: 1200px; }

/*
 * Full size
 * 1. Remove padding and background from modal
 * 2. Reset all default declarations from modal dialog
 */
/* 1 */
.uk-modal-full {
  padding: 0;
  background: none; }

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

/* Sections
 ========================================================================== */
.uk-modal-body {
  padding: 30px 30px; }

.uk-modal-header {
  padding: 15px 30px;
  background: #fff;
  border-bottom: 1px solid #e5e5e5; }

.uk-modal-footer {
  padding: 15px 30px;
  background: #fff;
  border-top: 1px solid #e5e5e5; }

/*
 * Micro clearfix
 */
.uk-modal-body::before,
.uk-modal-body::after,
.uk-modal-header::before,
.uk-modal-header::after,
.uk-modal-footer::before,
.uk-modal-footer::after {
  content: "";
  display: table; }

.uk-modal-body::after,
.uk-modal-header::after,
.uk-modal-footer::after {
  clear: both; }

/*
 * Remove margin from the last-child
 */
.uk-modal-body > :last-child,
.uk-modal-header > :last-child,
.uk-modal-footer > :last-child {
  margin-bottom: 0; }

/* Title
 ========================================================================== */
.uk-modal-title {
  font-size: 24px;
  line-height: 1.3; }

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

/*
 * Remove margin from adjacent element
 */
[class*='uk-modal-close-']:first-child + *, [class*='uk-modal-close-']:first-child + *::before, [class*='uk-modal-close-']:first-child + *::after {
  margin-top: 0; }

/*
 * Hover
 */
/*
 * Default
 */
/*
 * Outside
 * 1. Prevent scrollbar on small devices
 */
.uk-modal-close-outside {
  top: 0;
  /* 1 */
  right: -5px;
  transform: translate(0, -100%);
  color: white; }

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

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* 1 */
  .uk-modal-close-outside {
    right: 0;
    transform: translate(100%, -100%); } }

/*
 * Full
 */
.uk-modal-close-full {
  top: 0;
  right: 0;
  padding: 20px;
  background: #fff; }

/* ========================================================================
   Component: Lightbox
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Allow scrolling for the modal dialog
 * 4. Horizontal padding
 * 5. Mask the background page
 * 6. Fade-in transition
 */
.uk-lightbox {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  /* 5 */
  background: #000;
  /* 6 */
  opacity: 0;
  transition: opacity 0.15s linear; }

/*
 * Open
 * 1. Center child
 * 2. Fade-in
 */
.uk-lightbox.uk-open {
  display: block;
  /* 2 */
  opacity: 1; }

/* Page
 ========================================================================== */
/*
 * Prevent scrollbars
 */
.uk-lightbox-page {
  overflow: hidden; }

/* Item
 ========================================================================== */
/*
 * 1. Center child within the viewport
 * 2. Not visible by default
 * 3. Color needed for spinner icon
 * 4. Optimize animation
 * 5. Responsiveness
 *    Using `vh` for `max-height` to fix image proportions after resize in Safari and Opera
 *    Using `vh` and `vw` to make responsive image work in IE11
 * 6. Suppress outline on focus
 */
.uk-lightbox-items > *, .uk-lightbox-items > *::before, .uk-lightbox-items > *::after {
  /* 1 */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* 2 */
  display: none;
  justify-content: center;
  align-items: center;
  /* 3 */
  color: rgba(255, 255, 255, 0.7);
  /* 4 */
  will-change: transform, opacity; }

/* 5 */
.uk-lightbox-items > * > *, .uk-lightbox-items > *::before > *, .uk-lightbox-items > *::after > *, .uk-lightbox-items > * > *::before, .uk-lightbox-items > *::before > *::before, .uk-lightbox-items > *::after > *::before, .uk-lightbox-items > * > *::after, .uk-lightbox-items > *::before > *::after, .uk-lightbox-items > *::after > *::after {
  max-width: 100vw;
  max-height: 100vh; }

/* 6 */
.uk-lightbox-items > :focus {
  outline: none; }

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

.uk-lightbox-items > .uk-active {
  display: flex; }

/* Toolbar
 ========================================================================== */
.uk-lightbox-toolbar {
  padding: 10px 10px;
  background: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.7); }

.uk-lightbox-toolbar > *, .uk-lightbox-toolbar > *::before, .uk-lightbox-toolbar > *::after {
  color: rgba(255, 255, 255, 0.7); }

/* Toolbar Icon (Close)
 ========================================================================== */
.uk-lightbox-toolbar-icon {
  padding: 5px;
  color: rgba(255, 255, 255, 0.7); }

/*
 * Hover
 */
.uk-lightbox-toolbar-icon:hover {
  color: #fff; }

/* Button (Slidenav)
 ========================================================================== */
/*
 * 1. Center icon vertically and horizontally
 */
.uk-lightbox-button {
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.7);
  /* 1 */
  display: inline-flex;
  justify-content: center;
  align-items: center; }

/*
 * Hover
 */
.uk-lightbox-button:hover {
  color: #fff; }

/* Caption
 ========================================================================== */
/* Iframe
 ========================================================================== */
.uk-lightbox-iframe {
  width: 80%;
  height: 80%; }

/* ========================================================================
   Component: Slideshow
 ========================================================================== */
/*
 * 1. Prevent tab highlighting on iOS.
 */
.uk-slideshow {
  /* 1 */
  -webkit-tap-highlight-color: transparent; }

/* Items
 ========================================================================== */
/*
 * 1. Create position and stacking context
 * 2. Reset list
 * 3. Clip child elements
 * 4. Prevent displaying the callout information on iOS.
 */
.uk-slideshow-items {
  /* 1 */
  position: relative;
  z-index: 0;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 3 */
  overflow: hidden;
  /* 4 */
  -webkit-touch-callout: none; }

/* Item
 ========================================================================== */
/*
 * 1. Position items above each other
 * 2. Take the full width
 * 3. Clip child elements, e.g. for `uk-cover`
 * 4. Optimize animation
 * 5. Disable horizontal panning gestures in IE11 and Edge
 * 6. Suppress outline on focus
 */
.uk-slideshow-items > *, .uk-slideshow-items > *::before, .uk-slideshow-items > *::after {
  /* 1 */
  position: absolute;
  top: 0;
  left: 0;
  /* 2 */
  right: 0;
  bottom: 0;
  /* 3 */
  overflow: hidden;
  /* 4 */
  will-change: transform, opacity;
  /* 5 */
  touch-action: pan-y; }

/* 6 */
.uk-slideshow-items > :focus {
  outline: none; }

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

/* ========================================================================
   Component: Slider
 ========================================================================== */
/*
 * 1. Prevent tab highlighting on iOS.
 */
.uk-slider {
  /* 1 */
  -webkit-tap-highlight-color: transparent; }

/* Container
 ========================================================================== */
/*
 * 1. Clip child elements
 */
.uk-slider-container {
  /* 1 */
  overflow: hidden; }

/* Items
 ========================================================================== */
/*
 * 1. Optimize animation
 * 2. Create a containing block. In Safari it's neither created by `transform` nor `will-change`.
 */
.uk-slider-items {
  /* 1 */
  will-change: transform;
  /* 2 */
  position: relative; }

/*
 * 1. Reset list style without interfering with grid
 * 2. Prevent displaying the callout information on iOS.
 */
.uk-slider-items:not(.uk-grid) {
  display: flex;
  /* 1 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 2 */
  -webkit-touch-callout: none; }

.uk-slider-items.uk-grid {
  flex-wrap: nowrap; }

/* Item
 ========================================================================== */
/*
 * 1. Let items take content dimensions (0 0 auto)
 * 2. Create position context
 * 3. Disable horizontal panning gestures in IE11 and Edge
 * 4. Suppress outline on focus
 */
.uk-slider-items > *, .uk-slider-items > *::before, .uk-slider-items > *::after {
  /* 1 */
  flex: none;
  /* 2 */
  position: relative;
  /* 3 */
  touch-action: pan-y; }

/* 4 */
.uk-slider-items > :focus {
  outline: none; }

/* ========================================================================
   Component: Sticky
 ========================================================================== */
/*
 * 1. Resolve frame rate issues on devices with lower frame rates by forcing hardware acceleration
 */
.uk-sticky-fixed {
  z-index: 980;
  box-sizing: border-box;
  margin: 0 !important;
  /* 1 */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/*
 * Faster animations
 */
.uk-sticky[class*='uk-animation-'] {
  animation-duration: 0.2s; }

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

/* ========================================================================
   Component: Off-canvas
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 */
.uk-offcanvas {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1000; }

/*
 * Flip modifier
 */
.uk-offcanvas-flip .uk-offcanvas {
  right: 0;
  left: auto; }

/* Bar
 ========================================================================== */
/*
 * 1. Set position
 * 2. Size and style
 * 3. Allow scrolling
 */
.uk-offcanvas-bar {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: -270px;
  /* 2 */
  box-sizing: border-box;
  width: 270px;
  padding: 20px 20px;
  background: #222;
  /* 3 */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-offcanvas-bar {
    left: -350px;
    width: 350px;
    padding: 40px 40px; } }

/* Flip modifier */
.uk-offcanvas-flip .uk-offcanvas-bar {
  left: auto;
  right: -270px; }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-offcanvas-flip .uk-offcanvas-bar {
    right: -350px; } }

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

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

/*
 * Slide Animation (Used in slide and push mode)
 */
.uk-offcanvas-bar-animation {
  transition: left 0.3s ease-out; }

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

/*
 * Reveal Animation
 * 1. Set position
 * 2. Clip the bar
 * 3. Animation
 * 4. Reset position
 */
.uk-offcanvas-reveal {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  /* 2 */
  width: 0;
  overflow: hidden;
  /* 3 */
  transition: width 0.3s ease-out; }

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

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

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

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-open > .uk-offcanvas-reveal {
    width: 350px; } }

/*
 * Flip modifier
 */
.uk-offcanvas-flip .uk-offcanvas-reveal {
  right: 0;
  left: auto; }

/* Close
 * Adopts `uk-close`
 ========================================================================== */
.uk-offcanvas-close {
  position: absolute;
  z-index: 1000;
  top: 20px;
  right: 20px;
  padding: 5px; }

/* Overlay
 ========================================================================== */
/*
 * Overlay the whole page. Needed for the `::before`
 * 1. Using `100vw` so no modification is needed when off-canvas is flipped
 * 2. Allow for closing with swipe gesture on devices with pointer events.
 */
.uk-offcanvas-overlay {
  /* 1 */
  width: 100vw;
  /* 2 */
  touch-action: none; }

/*
 * 1. Mask the whole page
 * 2. Fade-in transition
 */
.uk-offcanvas-overlay::before {
  /* 1 */
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
  /* 2 */
  opacity: 0;
  transition: opacity 0.15s linear; }

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

/* Prevent scrolling
 ========================================================================== */
/*
 * Prevent horizontal scrollbar when the content is slide-out
 * Has to be on the `html` element too to make it work on the `body`
 */
.uk-offcanvas-page,
.uk-offcanvas-container {
  overflow-x: hidden; }

/* Container
 ========================================================================== */
/*
 * Prepare slide-out animation (Used in reveal and push mode)
 * Using `position: left` instead of `transform` because position `fixed` elements like sticky navbars
 * lose their fixed state and behaves like `absolute` within a transformed container
 * 1. Provide a fixed width and prevent shrinking
 */
.uk-offcanvas-container {
  position: relative;
  left: 0;
  transition: left 0.3s ease-out;
  /* 1 */
  box-sizing: border-box;
  width: 100%; }

/*
 * Activate slide-out animation
 */
:not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
  left: 270px; }

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

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  :not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
    left: 350px; }
  .uk-offcanvas-flip.uk-offcanvas-container-animation {
    left: -350px; } }

/* ========================================================================
   Component: Switcher
 ========================================================================== */
/*
 * Reset list
 */
.uk-switcher {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Items
 ========================================================================== */
/*
 * Hide not active items
 */
.uk-switcher > :not(.uk-active) {
  display: none; }

/*
 * Remove margin from the last-child
 */
.uk-switcher > * > :last-child, .uk-switcher > *::before > :last-child, .uk-switcher > *::after > :last-child {
  margin-bottom: 0; }

/* ========================================================================
   Component: Leader
 ========================================================================== */
.uk-leader {
  overflow: hidden; }

/*
 * 1. Place element in text flow
 * 2. Never break into a new line
 * 3. Get a string back with as many repeating characters to fill the container
 * 4. Prevent wrapping. Overflowing characters will be clipped by the container
 */
.uk-leader-fill::after {
  /* 1 */
  display: inline-block;
  margin-left: 15px;
  /* 2 */
  width: 0;
  /* 3 */
  content: attr(data-fill);
  /* 4 */
  white-space: nowrap; }

/*
 * Hide if media does not match
 */
.uk-leader-fill.uk-leader-hide::after {
  display: none; }

/*
 * Pass fill character to JS
 */
.uk-leader-fill-content::before {
  content: "."; }

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

/* ========================================================================
   Component: Notification
 ========================================================================== */
/*
 * 1. Set position
 * 2. Dimensions
 */
.uk-notification {
  /* 1 */
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1040;
  /* 2 */
  box-sizing: border-box;
  width: 350px; }

/* Position modifiers
========================================================================== */
.uk-notification-top-right,
.uk-notification-bottom-right {
  left: auto;
  right: 10px; }

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

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

/* Responsiveness
========================================================================== */
/* Phones portrait and smaller */
@media (max-width: 639px) {
  .uk-notification {
    left: 10px;
    right: 10px;
    width: auto;
    margin: 0; } }

/* Message
========================================================================== */
.uk-notification-message {
  position: relative;
  padding: 15px;
  background: #f8f8f8;
  color: #666;
  font-size: 15px;
  line-height: 1.4;
  cursor: pointer; }

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

/* Close
 * Adopts `uk-close`
 ========================================================================== */
.uk-notification-close {
  display: none;
  position: absolute;
  top: 20px;
  right: 15px; }

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

/* Style modifiers
 ========================================================================== */
/*
 * Primary
 */
.uk-notification-message-primary {
  color: #1e87f0; }

/*
 * Success
 */
.uk-notification-message-success {
  color: #32d296; }

/*
 * Warning
 */
.uk-notification-message-warning {
  color: #faa05a; }

/*
 * Danger
 */
.uk-notification-message-danger {
  color: #f0506e; }

/* ========================================================================
   Component: Tooltip
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Position
 * 3. Dimensions
 * 4. Style
 */
.uk-tooltip {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1030;
  /* 3 */
  box-sizing: border-box;
  max-width: 200px;
  padding: 3px 6px;
  /* 4 */
  background: #666;
  border-radius: 2px;
  color: #fff;
  font-size: 12px; }

/* Show */
.uk-tooltip.uk-active {
  display: block; }

/* Direction / Alignment modifiers
 ========================================================================== */
/* Direction */
[class*='uk-tooltip-top'] {
  margin-top: -10px; }

[class*='uk-tooltip-bottom'] {
  margin-top: 10px; }

[class*='uk-tooltip-left'] {
  margin-left: -10px; }

[class*='uk-tooltip-right'] {
  margin-left: 10px; }

/* ========================================================================
   Component: Animation
 ========================================================================== */
[class*='uk-animation-'] {
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: both; }

/* Animations
 ========================================================================== */
/*
 * Fade
 */
.uk-animation-fade {
  animation-name: uk-fade;
  animation-duration: 0.8s;
  animation-timing-function: linear; }

/*
 * Scale
 */
.uk-animation-scale-up {
  animation-name: uk-fade-scale-02; }

.uk-animation-scale-down {
  animation-name: uk-fade-scale-18; }

/*
 * Slide
 */
.uk-animation-slide-top {
  animation-name: uk-fade-top; }

.uk-animation-slide-bottom {
  animation-name: uk-fade-bottom; }

.uk-animation-slide-left {
  animation-name: uk-fade-left; }

.uk-animation-slide-right {
  animation-name: uk-fade-right; }

/*
 * Slide Small
 */
.uk-animation-slide-top-small {
  animation-name: uk-fade-top-small; }

.uk-animation-slide-bottom-small {
  animation-name: uk-fade-bottom-small; }

.uk-animation-slide-left-small {
  animation-name: uk-fade-left-small; }

.uk-animation-slide-right-small {
  animation-name: uk-fade-right-small; }

/*
 * Slide Medium
 */
.uk-animation-slide-top-medium {
  animation-name: uk-fade-top-medium; }

.uk-animation-slide-bottom-medium {
  animation-name: uk-fade-bottom-medium; }

.uk-animation-slide-left-medium {
  animation-name: uk-fade-left-medium; }

.uk-animation-slide-right-medium {
  animation-name: uk-fade-right-medium; }

/*
 * Kenburns
 */
.uk-animation-kenburns {
  animation-name: uk-scale-kenburns;
  animation-duration: 15s; }

/*
 * Shake
 */
.uk-animation-shake {
  animation-name: uk-shake; }

/*
 * SVG Stroke
 * The `--uk-animation-stroke` custom property contains the longest path length.
 * Set it manually or use `uk-svg="stroke-animation: true"` to set it automatically.
 * All strokes are animated by the same pace and doesn't end simultaneously.
 * To end simultaneously, `pathLength="1"` could be used, but it's not working in Safari yet.
 */
.uk-animation-stroke {
  animation-name: uk-stroke;
  stroke-dasharray: var(--uk-animation-stroke);
  animation-duration: 2s; }

/* Direction modifier
 ========================================================================== */
.uk-animation-reverse {
  animation-direction: reverse;
  animation-timing-function: ease-in; }

/* Duration modifier
 ========================================================================== */
.uk-animation-fast {
  animation-duration: 0.1s; }

/* Toggle (Hover + Focus)
========================================================================== */
/*
 * The toggle is triggered on touch devices using `:focus` and tabindex
 */
.uk-animation-toggle:not(:hover):not(:focus) [class*='uk-animation-'] {
  animation-name: none; }

/*
 * 1. Prevent tab highlighting on iOS.
 */
.uk-animation-toggle {
  /* 1 */
  -webkit-tap-highlight-color: transparent; }

/*
 * Remove outline for `tabindex`
 */
.uk-animation-toggle:focus {
  outline: none; }

/* Keyframes used by animation classes
 ========================================================================== */
/*
 * Fade
 */
@keyframes uk-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Slide Top
 */
@keyframes uk-fade-top {
  0% {
    opacity: 0;
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

/*
 * Slide Bottom
 */
@keyframes uk-fade-bottom {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

/*
 * Slide Left
 */
@keyframes uk-fade-left {
  0% {
    opacity: 0;
    transform: translateX(-100%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

/*
 * Slide Right
 */
@keyframes uk-fade-right {
  0% {
    opacity: 0;
    transform: translateX(100%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

/*
 * Slide Top Small
 */
@keyframes uk-fade-top-small {
  0% {
    opacity: 0;
    transform: translateY(-10px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

/*
 * Slide Bottom Small
 */
@keyframes uk-fade-bottom-small {
  0% {
    opacity: 0;
    transform: translateY(10px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

/*
 * Slide Left Small
 */
@keyframes uk-fade-left-small {
  0% {
    opacity: 0;
    transform: translateX(-10px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

/*
 * Slide Right Small
 */
@keyframes uk-fade-right-small {
  0% {
    opacity: 0;
    transform: translateX(10px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

/*
 * Slide Top Medium
 */
@keyframes uk-fade-top-medium {
  0% {
    opacity: 0;
    transform: translateY(-50px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

/*
 * Slide Bottom Medium
 */
@keyframes uk-fade-bottom-medium {
  0% {
    opacity: 0;
    transform: translateY(50px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

/*
 * Slide Left Medium
 */
@keyframes uk-fade-left-medium {
  0% {
    opacity: 0;
    transform: translateX(-50px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

/*
 * Slide Right Medium
 */
@keyframes uk-fade-right-medium {
  0% {
    opacity: 0;
    transform: translateX(50px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

/*
 * Scale Up
 */
@keyframes uk-fade-scale-02 {
  0% {
    opacity: 0;
    transform: scale(0.2); }
  100% {
    opacity: 1;
    transform: scale(1); } }

/*
 * Scale Down
 */
@keyframes uk-fade-scale-18 {
  0% {
    opacity: 0;
    transform: scale(1.8); }
  100% {
    opacity: 1;
    transform: scale(1); } }

/*
 * Kenburns
 */
@keyframes uk-scale-kenburns {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.2); } }

/*
 * Shake
 */
@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); } }

/*
 * Stroke
 */
@keyframes uk-stroke {
  0% {
    stroke-dashoffset: var(--uk-animation-stroke); }
  100% {
    stroke-dashoffset: 0; } }

/* ========================================================================
   Component: Width
 ========================================================================== */
/* Equal child widths
 ========================================================================== */
[class*='uk-child-width'] > *, [class*='uk-child-width'] > *::before, [class*='uk-child-width'] > *::after {
  box-sizing: border-box;
  width: 100%; }

.uk-child-width-1-2 > *, .uk-child-width-1-2 > *::before, .uk-child-width-1-2 > *::after {
  width: 50%; }

.uk-child-width-1-3 > *, .uk-child-width-1-3 > *::before, .uk-child-width-1-3 > *::after {
  width: calc(100% * 1 / 3.001); }

.uk-child-width-1-4 > *, .uk-child-width-1-4 > *::before, .uk-child-width-1-4 > *::after {
  width: 25%; }

.uk-child-width-1-5 > *, .uk-child-width-1-5 > *::before, .uk-child-width-1-5 > *::after {
  width: 20%; }

.uk-child-width-1-6 > *, .uk-child-width-1-6 > *::before, .uk-child-width-1-6 > *::after {
  width: calc(100% * 1 / 6.001); }

.uk-child-width-auto > *, .uk-child-width-auto > *::before, .uk-child-width-auto > *::after {
  width: auto; }

/*
 * 1. Reset the `min-width`, which is set to auto by default, because
 *    flex items won't shrink below their minimum intrinsic content size.
 *    Using `1px` instead of `0`, so items still wrap into the next line,
 *    if they have zero width and padding and the predecessor is 100% wide.
 */
.uk-child-width-expand > :not([class*='uk-width']) {
  flex: 1;
  /* 1 */
  min-width: 1px; }

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-child-width-1-1\@s > *, .uk-child-width-1-1\@s > *::before, .uk-child-width-1-1\@s > *::after {
    width: 100%; }
  .uk-child-width-1-2\@s > *, .uk-child-width-1-2\@s > *::before, .uk-child-width-1-2\@s > *::after {
    width: 50%; }
  .uk-child-width-1-3\@s > *, .uk-child-width-1-3\@s > *::before, .uk-child-width-1-3\@s > *::after {
    width: calc(100% * 1 / 3.001); }
  .uk-child-width-1-4\@s > *, .uk-child-width-1-4\@s > *::before, .uk-child-width-1-4\@s > *::after {
    width: 25%; }
  .uk-child-width-1-5\@s > *, .uk-child-width-1-5\@s > *::before, .uk-child-width-1-5\@s > *::after {
    width: 20%; }
  .uk-child-width-1-6\@s > *, .uk-child-width-1-6\@s > *::before, .uk-child-width-1-6\@s > *::after {
    width: calc(100% * 1 / 6.001); }
  .uk-child-width-auto\@s > *, .uk-child-width-auto\@s > *::before, .uk-child-width-auto\@s > *::after {
    width: auto; }
  .uk-child-width-expand\@s > :not([class*='uk-width']) {
    flex: 1;
    min-width: 1px; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-child-width-1-1\@m > *, .uk-child-width-1-1\@m > *::before, .uk-child-width-1-1\@m > *::after {
    width: 100%; }
  .uk-child-width-1-2\@m > *, .uk-child-width-1-2\@m > *::before, .uk-child-width-1-2\@m > *::after {
    width: 50%; }
  .uk-child-width-1-3\@m > *, .uk-child-width-1-3\@m > *::before, .uk-child-width-1-3\@m > *::after {
    width: calc(100% * 1 / 3.001); }
  .uk-child-width-1-4\@m > *, .uk-child-width-1-4\@m > *::before, .uk-child-width-1-4\@m > *::after {
    width: 25%; }
  .uk-child-width-1-5\@m > *, .uk-child-width-1-5\@m > *::before, .uk-child-width-1-5\@m > *::after {
    width: 20%; }
  .uk-child-width-1-6\@m > *, .uk-child-width-1-6\@m > *::before, .uk-child-width-1-6\@m > *::after {
    width: calc(100% * 1 / 6.001); }
  .uk-child-width-auto\@m > *, .uk-child-width-auto\@m > *::before, .uk-child-width-auto\@m > *::after {
    width: auto; }
  .uk-child-width-expand\@m > :not([class*='uk-width']) {
    flex: 1;
    min-width: 1px; } }

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-child-width-1-1\@l > *, .uk-child-width-1-1\@l > *::before, .uk-child-width-1-1\@l > *::after {
    width: 100%; }
  .uk-child-width-1-2\@l > *, .uk-child-width-1-2\@l > *::before, .uk-child-width-1-2\@l > *::after {
    width: 50%; }
  .uk-child-width-1-3\@l > *, .uk-child-width-1-3\@l > *::before, .uk-child-width-1-3\@l > *::after {
    width: calc(100% * 1 / 3.001); }
  .uk-child-width-1-4\@l > *, .uk-child-width-1-4\@l > *::before, .uk-child-width-1-4\@l > *::after {
    width: 25%; }
  .uk-child-width-1-5\@l > *, .uk-child-width-1-5\@l > *::before, .uk-child-width-1-5\@l > *::after {
    width: 20%; }
  .uk-child-width-1-6\@l > *, .uk-child-width-1-6\@l > *::before, .uk-child-width-1-6\@l > *::after {
    width: calc(100% * 1 / 6.001); }
  .uk-child-width-auto\@l > *, .uk-child-width-auto\@l > *::before, .uk-child-width-auto\@l > *::after {
    width: auto; }
  .uk-child-width-expand\@l > :not([class*='uk-width']) {
    flex: 1;
    min-width: 1px; } }

/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-child-width-1-1\@xl > *, .uk-child-width-1-1\@xl > *::before, .uk-child-width-1-1\@xl > *::after {
    width: 100%; }
  .uk-child-width-1-2\@xl > *, .uk-child-width-1-2\@xl > *::before, .uk-child-width-1-2\@xl > *::after {
    width: 50%; }
  .uk-child-width-1-3\@xl > *, .uk-child-width-1-3\@xl > *::before, .uk-child-width-1-3\@xl > *::after {
    width: calc(100% * 1 / 3.001); }
  .uk-child-width-1-4\@xl > *, .uk-child-width-1-4\@xl > *::before, .uk-child-width-1-4\@xl > *::after {
    width: 25%; }
  .uk-child-width-1-5\@xl > *, .uk-child-width-1-5\@xl > *::before, .uk-child-width-1-5\@xl > *::after {
    width: 20%; }
  .uk-child-width-1-6\@xl > *, .uk-child-width-1-6\@xl > *::before, .uk-child-width-1-6\@xl > *::after {
    width: calc(100% * 1 / 6.001); }
  .uk-child-width-auto\@xl > *, .uk-child-width-auto\@xl > *::before, .uk-child-width-auto\@xl > *::after {
    width: auto; }
  .uk-child-width-expand\@xl > :not([class*='uk-width']) {
    flex: 1;
    min-width: 1px; } }

/* Single Widths
 ========================================================================== */
/*
 * 1. `max-width` is needed for the pixel-based classes
 */
[class*='uk-width'] {
  box-sizing: border-box;
  width: 100%;
  /* 1 */
  max-width: 100%; }

/* Halves */
.uk-width-1-2 {
  width: 50%; }

/* Thirds */
.uk-width-1-3 {
  width: calc(100% * 1 / 3.001); }

.uk-width-2-3 {
  width: calc(100% * 2 / 3.001); }

/* Quarters */
.uk-width-1-4 {
  width: 25%; }

.uk-width-3-4 {
  width: 75%; }

/* Fifths */
.uk-width-1-5 {
  width: 20%; }

.uk-width-2-5 {
  width: 40%; }

.uk-width-3-5 {
  width: 60%; }

.uk-width-4-5 {
  width: 80%; }

/* Sixths */
.uk-width-1-6 {
  width: calc(100% * 1 / 6.001); }

.uk-width-5-6 {
  width: calc(100% * 5 / 6.001); }

/* Pixel */
.uk-width-small {
  width: 150px; }

.uk-width-medium {
  width: 300px; }

.uk-width-large {
  width: 450px; }

.uk-width-xlarge {
  width: 600px; }

.uk-width-xxlarge {
  width: 750px; }

/* Auto */
.uk-width-auto {
  width: auto; }

/* Expand */
.uk-width-expand {
  flex: 1;
  min-width: 1px; }

/* Phone landscape and bigger */
@media (min-width: 640px) {
  /* Whole */
  .uk-width-1-1\@s {
    width: 100%; }
  /* Halves */
  .uk-width-1-2\@s {
    width: 50%; }
  /* Thirds */
  .uk-width-1-3\@s {
    width: calc(100% * 1 / 3.001); }
  .uk-width-2-3\@s {
    width: calc(100% * 2 / 3.001); }
  /* Quarters */
  .uk-width-1-4\@s {
    width: 25%; }
  .uk-width-3-4\@s {
    width: 75%; }
  /* Fifths */
  .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%; }
  /* Sixths */
  .uk-width-1-6\@s {
    width: calc(100% * 1 / 6.001); }
  .uk-width-5-6\@s {
    width: calc(100% * 5 / 6.001); }
  /* Pixel */
  .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-xxlarge\@s {
    width: 750px; }
  /* Auto */
  .uk-width-auto\@s {
    width: auto; }
  /* Expand */
  .uk-width-expand\@s {
    flex: 1;
    min-width: 1px; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* Whole */
  .uk-width-1-1\@m {
    width: 100%; }
  /* Halves */
  .uk-width-1-2\@m {
    width: 50%; }
  /* Thirds */
  .uk-width-1-3\@m {
    width: calc(100% * 1 / 3.001); }
  .uk-width-2-3\@m {
    width: calc(100% * 2 / 3.001); }
  /* Quarters */
  .uk-width-1-4\@m {
    width: 25%; }
  .uk-width-3-4\@m {
    width: 75%; }
  /* Fifths */
  .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%; }
  /* Sixths */
  .uk-width-1-6\@m {
    width: calc(100% * 1 / 6.001); }
  .uk-width-5-6\@m {
    width: calc(100% * 5 / 6.001); }
  /* Pixel */
  .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-xxlarge\@m {
    width: 750px; }
  /* Auto */
  .uk-width-auto\@m {
    width: auto; }
  /* Expand */
  .uk-width-expand\@m {
    flex: 1;
    min-width: 1px; } }

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Whole */
  .uk-width-1-1\@l {
    width: 100%; }
  /* Halves */
  .uk-width-1-2\@l {
    width: 50%; }
  /* Thirds */
  .uk-width-1-3\@l {
    width: calc(100% * 1 / 3.001); }
  .uk-width-2-3\@l {
    width: calc(100% * 2 / 3.001); }
  /* Quarters */
  .uk-width-1-4\@l {
    width: 25%; }
  .uk-width-3-4\@l {
    width: 75%; }
  /* Fifths */
  .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%; }
  /* Sixths */
  .uk-width-1-6\@l {
    width: calc(100% * 1 / 6.001); }
  .uk-width-5-6\@l {
    width: calc(100% * 5 / 6.001); }
  /* Pixel */
  .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-xxlarge\@l {
    width: 750px; }
  /* Auto */
  .uk-width-auto\@l {
    width: auto; }
  /* Expand */
  .uk-width-expand\@l {
    flex: 1;
    min-width: 1px; } }

/* Large screen and bigger */
@media (min-width: 1600px) {
  /* Whole */
  .uk-width-1-1\@xl {
    width: 100%; }
  /* Halves */
  .uk-width-1-2\@xl {
    width: 50%; }
  /* Thirds */
  .uk-width-1-3\@xl {
    width: calc(100% * 1 / 3.001); }
  .uk-width-2-3\@xl {
    width: calc(100% * 2 / 3.001); }
  /* Quarters */
  .uk-width-1-4\@xl {
    width: 25%; }
  .uk-width-3-4\@xl {
    width: 75%; }
  /* Fifths */
  .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%; }
  /* Sixths */
  .uk-width-1-6\@xl {
    width: calc(100% * 1 / 6.001); }
  .uk-width-5-6\@xl {
    width: calc(100% * 5 / 6.001); }
  /* Pixel */
  .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-xxlarge\@xl {
    width: 750px; }
  /* Auto */
  .uk-width-auto\@xl {
    width: auto; }
  /* Expand */
  .uk-width-expand\@xl {
    flex: 1;
    min-width: 1px; } }

/* ========================================================================
   Component: Height
 ========================================================================== */
[class*='uk-height'] {
  box-sizing: border-box; }

/*
 * Only works if parent element has a height set
 */
.uk-height-1-1 {
  height: 100%; }

/*
 * Useful to create image teasers
 */
.uk-height-viewport {
  min-height: 100vh; }

/*
 * Pixel
 * Useful for `overflow: auto`
 */
.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; }

/* ========================================================================
   Component: Text
 ========================================================================== */
/* Style modifiers
 ========================================================================== */
.uk-text-lead {
  font-size: 18px;
  line-height: 1.5;
  color: #333; }

.uk-text-meta {
  font-size: 10.5px;
  line-height: 1.4;
  color: #999; }
  .uk-text-meta a {
    color: #999; }
  .uk-text-meta a:hover {
    color: #666;
    text-decoration: none; }

/* Size modifiers
 ========================================================================== */
.uk-text-small {
  font-size: 10.5px;
  line-height: 1.5; }

.uk-text-large {
  font-size: 18px;
  line-height: 1.5; }

/* Weight modifier
 ========================================================================== */
.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; }

/* Style modifier
 ========================================================================== */
.uk-text-italic {
  font-style: italic; }

/* Transform modifier
 ========================================================================== */
.uk-text-capitalize {
  text-transform: capitalize !important; }

.uk-text-uppercase {
  text-transform: uppercase !important; }

.uk-text-lowercase {
  text-transform: lowercase !important; }

/* Color modifiers
 ========================================================================== */
.uk-text-muted {
  color: #999 !important; }

.uk-text-emphasis {
  color: #333 !important; }

.uk-text-primary {
  color: #1e87f0 !important; }

.uk-text-secondary {
  color: #222 !important; }

.uk-text-success {
  color: #32d296 !important; }

.uk-text-warning {
  color: #faa05a !important; }

.uk-text-danger {
  color: #f0506e !important; }

/* Background modifier
 ========================================================================== */
/*
 * 1. The background clips to the foreground text. Works in Chrome, Firefox, Safari, Edge and Opera
 *    Default color is set to transparent
 * 2. Container fits the text
 * 3. Fallback color for IE11
 */
.uk-text-background {
  /* 1 */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* 2 */
  display: inline-block;
  /* 3 */
  color: #1e87f0 !important; }

@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #1e87f0; } }

/* Alignment modifiers
 ========================================================================== */
.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; }

/* Phone landscape and bigger */
@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; } }

/* Tablet landscape and bigger */
@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; } }

/* Desktop and bigger */
@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; } }

/* Large screen and bigger */
@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; } }

/*
 * Vertical
 */
.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; }

/* Wrap modifiers
 ========================================================================== */
/*
 * Prevent text from wrapping onto multiple lines
 */
.uk-text-nowrap {
  white-space: nowrap; }

/*
 * 1. Make sure a max-width is set after which truncation can occur
 * 2. Prevent text from wrapping onto multiple lines, and truncate with an ellipsis
 * 3. Fix for table cells
 */
.uk-text-truncate {
  /* 1 */
  max-width: 100%;
  /* 2 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* 2 */
th.uk-text-truncate,
td.uk-text-truncate {
  max-width: 0; }

/*
 * 1. Wrap long words onto the next line and break them if they are too long to fit
 * 2. Legacy `word-wrap` as fallback for `overflow-wrap`
 * 3. Fix `overflow-wrap` which doesn't work with table cells in Chrome, Opera, IE11 and Edge
 *    Must use `break-all` to support IE11 and Edge
 * Note: Not using `hyphens: auto;` because it hyphenates text even if not needed
 */
.uk-text-break {
  /* 1 */
  overflow-wrap: break-word;
  /* 2 */
  word-wrap: break-word; }

/* 3 */
th.uk-text-break,
td.uk-text-break {
  word-break: break-all; }

/* ========================================================================
   Component: Column
 ========================================================================== */
[class*='uk-column-'] {
  column-gap: 30px; }

/* Desktop and bigger */
@media (min-width: 1200px) {
  [class*='uk-column-'] {
    column-gap: 40px; } }

/*
 * Fix image 1px line wrapping into the next column in Chrome
 */
[class*='uk-column-'] img {
  transform: translate3d(0, 0, 0); }

/* Divider
 ========================================================================== */
/*
 * 1. Double the column gap
 */
.uk-column-divider {
  column-rule: 1px solid #e5e5e5;
  /* 1 */
  column-gap: 60px; }

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-column-divider {
    column-gap: 80px; } }

/* Width modifiers
 ========================================================================== */
.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; }

/* Phone landscape and bigger */
@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; } }

/* Tablet landscape and bigger */
@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; } }

/* Desktop and bigger */
@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; } }

/* Large screen and bigger */
@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; } }

/* Make element span across all columns
 * Does not work in Firefox yet
 ========================================================================== */
.uk-column-span {
  column-span: all; }

/* ========================================================================
   Component: Cover
 ========================================================================== */
/*
 * Works with iframes and embedded content
 * 1. Reset responsiveness for embedded content
 * 2. Center object
 * Note: Percent values on the `top` property only works if this element
 *       is absolute positioned or if the container has a height
 */
.uk-cover {
  /* 1 */
  max-width: none;
  /* 2 */
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

iframe.uk-cover {
  pointer-events: none; }

/* Container
 ========================================================================== */
/*
 * 1. Parent container which clips resized object
 * 2. Needed if the child is positioned absolute. See note above
 */
.uk-cover-container {
  /* 1 */
  overflow: hidden;
  /* 2 */
  position: relative; }

/* ========================================================================
   Component: Background
 ========================================================================== */
/* Color
 ========================================================================== */
.uk-background-default {
  background-color: #fff; }

.uk-background-muted {
  background-color: #f8f8f8; }

.uk-background-primary {
  background-color: #1e87f0; }

.uk-background-secondary {
  background-color: #222; }

/* Size
 ========================================================================== */
.uk-background-cover,
.uk-background-contain {
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.uk-background-cover {
  background-size: cover; }

.uk-background-contain {
  background-size: contain; }

/* Position
 ========================================================================== */
.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%; }

/* Repeat
 ========================================================================== */
.uk-background-norepeat {
  background-repeat: no-repeat; }

/* Attachment
 ========================================================================== */
/*
 * 1. Fix bug introduced in Chrome 67: the background image is not visible if any element on the page uses `translate3d`
 */
.uk-background-fixed {
  background-attachment: fixed;
  /* 1 */
  backface-visibility: hidden; }

/*
 * Exclude touch devices because `fixed` doesn't work on iOS and Android
 */
@media (pointer: coarse) {
  .uk-background-fixed {
    background-attachment: scroll; } }

/* Image
 ========================================================================== */
/* Phone portrait and smaller */
@media (max-width: 639px) {
  .uk-background-image\@s {
    background-image: none !important; } }

/* Phone landscape and smaller */
@media (max-width: 959px) {
  .uk-background-image\@m {
    background-image: none !important; } }

/* Tablet landscape and smaller */
@media (max-width: 1199px) {
  .uk-background-image\@l {
    background-image: none !important; } }

/* Desktop and smaller */
@media (max-width: 1599px) {
  .uk-background-image\@xl {
    background-image: none !important; } }

/* Blend modes
 ========================================================================== */
.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; }

/* ========================================================================
   Component: Align
 ========================================================================== */
/*
 * Default
 */
[class*='uk-align'] {
  display: block;
  margin-bottom: 30px; }

* + [class*='uk-align'], *::before + [class*='uk-align'], *::after + [class*='uk-align'] {
  margin-top: 30px; }

/*
 * Center
 */
.uk-align-center {
  margin-left: auto;
  margin-right: auto; }

/*
 * Left/Right
 */
.uk-align-left {
  margin-top: 0;
  margin-right: 30px;
  float: left; }

.uk-align-right {
  margin-top: 0;
  margin-left: 30px;
  float: right; }

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-align-left\@s {
    margin-top: 0;
    margin-right: 30px;
    float: left; }
  .uk-align-right\@s {
    margin-top: 0;
    margin-left: 30px;
    float: right; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-align-left\@m {
    margin-top: 0;
    margin-right: 30px;
    float: left; }
  .uk-align-right\@m {
    margin-top: 0;
    margin-left: 30px;
    float: right; } }

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-align-left\@l {
    margin-top: 0;
    float: left; }
  .uk-align-right\@l {
    margin-top: 0;
    float: right; }
  .uk-align-left,
  .uk-align-left\@s,
  .uk-align-left\@m,
  .uk-align-left\@l {
    margin-right: 40px; }
  .uk-align-right,
  .uk-align-right\@s,
  .uk-align-right\@m,
  .uk-align-right\@l {
    margin-left: 40px; } }

/* Large screen and bigger */
@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; } }

/* ========================================================================
   Component: SVG
 ========================================================================== */
/*
 * 1. Fill all SVG elements with the current text color if no `fill` attribute is set
 * 2. Set the fill and stroke color of all SVG elements to the current text color
 */
/* 1 */
.uk-svg,
.uk-svg:not(.uk-preserve) [fill*='#']:not(.uk-preserve) {
  fill: currentcolor; }

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

/*
 * Fix Firefox blurry SVG rendering: https://bugzilla.mozilla.org/show_bug.cgi?id=1046835
 */
.uk-svg {
  transform: translate(0, 0); }

/* ========================================================================
   Component: Utility
 ========================================================================== */
/* Panel
 ========================================================================== */
.uk-panel {
  position: relative;
  box-sizing: border-box; }

/*
 * Micro clearfix
 */
.uk-panel::before,
.uk-panel::after {
  content: "";
  display: table; }

.uk-panel::after {
  clear: both; }

/*
 * Remove margin from the last-child
 */
.uk-panel > :last-child {
  margin-bottom: 0; }

/*
 * Scrollable
 */
.uk-panel-scrollable {
  height: 170px;
  padding: 10px;
  border: 1px solid #e5e5e5;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  resize: both; }

/* Clearfix
 ========================================================================== */
/*
 * 1. `table-cell` is used with `::before` because `table` creates a 1px gap when it becomes a flex item, only in Webkit
 * 2. `table` is used again with `::after` because `clear` only works with block elements.
 * Note: `display: block` with `overflow: hidden` is currently not working in the latest Safari
 */
/* 1 */
.uk-clearfix::before {
  content: "";
  display: table-cell; }

/* 2 */
.uk-clearfix::after {
  content: "";
  display: table;
  clear: both; }

/* Float
 ========================================================================== */
/*
 * 1. Prevent content overflow
 */
.uk-float-left {
  float: left; }

.uk-float-right {
  float: right; }

/* 1 */
[class*='uk-float-'] {
  max-width: 100%; }

/* Overfow
 ========================================================================== */
.uk-overflow-hidden {
  overflow: hidden; }

/*
 * Enable scrollbars if content is clipped
 * Note: Firefox ignores `padding-bottom` for the scrollable overflow https://bugzilla.mozilla.org/show_bug.cgi?id=748518
 */
.uk-overflow-auto {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

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

/* Resize
 ========================================================================== */
.uk-resize {
  resize: both; }

.uk-resize-vertical {
  resize: vertical; }

/* Display
 ========================================================================== */
.uk-display-block {
  display: block !important; }

.uk-display-inline {
  display: inline !important; }

.uk-display-inline-block {
  display: inline-block !important; }

/* Inline
 ========================================================================== */
/*
 * 1. Container fits its content
 * 2. Create position context
 * 3. Prevent content overflow
 * 4. Behave like most inline-block elements
 * 5. Force hardware acceleration without creating a new stacking context
 *    to fix 1px glitch when combined with overlays and transitions in Webkit
 * 6. Clip child elements
 */
[class*='uk-inline'] {
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  /* 3 */
  max-width: 100%;
  /* 4 */
  vertical-align: middle;
  /* 5 */
  -webkit-backface-visibility: hidden; }

.uk-inline-clip {
  /* 6 */
  overflow: hidden; }

/* Responsive objects
 ========================================================================== */
/*
 * Preserve original dimensions
 * Because `img, `video`, `canvas` and  `audio` are already responsive by default, see Base component
 */
.uk-preserve-width,
.uk-preserve-width canvas,
.uk-preserve-width img,
.uk-preserve-width svg,
.uk-preserve-width video {
  max-width: none; }

/*
 * Responsiveness
 * Corrects `max-width` and `max-height` behavior if padding and border are used
 */
.uk-responsive-width,
.uk-responsive-height {
  box-sizing: border-box; }

/*
 * 1. Set a maximum width. `important` needed to override `uk-preserve-width img`
 * 2. Auto scale the height. Only needed if `height` attribute is present
 */
.uk-responsive-width {
  /* 1 */
  max-width: 100% !important;
  /* 2 */
  height: auto; }

/*
 * 1. Set a maximum height. Only works if the parent element has a fixed height
 * 2. Auto scale the width. Only needed if `width` attribute is present
 * 3. Reset max-width, which `img, `video`, `canvas` and  `audio` already have by default
 */
.uk-responsive-height {
  /* 1 */
  max-height: 100%;
  /* 2 */
  width: auto;
  /* 3 */
  max-width: none; }

/* Border
 ========================================================================== */
.uk-border-circle {
  border-radius: 50%; }

.uk-border-pill {
  border-radius: 500px; }

.uk-border-rounded {
  border-radius: 5px; }

/*
 * Fix `overflow: hidden` to be ignored with border-radius and CSS transforms in Webkit
 */
.uk-inline-clip[class*='uk-border-'] {
  -webkit-transform: translateZ(0); }

/* Box-shadow
 ========================================================================== */
.uk-box-shadow-small {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); }

.uk-box-shadow-medium {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); }

.uk-box-shadow-large {
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16); }

.uk-box-shadow-xlarge {
  box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16); }

/*
 * Hover
 */
[class*='uk-box-shadow-hover'] {
  transition: box-shadow 0.1s ease-in-out; }

.uk-box-shadow-hover-small:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); }

.uk-box-shadow-hover-medium:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); }

.uk-box-shadow-hover-large:hover {
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16); }

.uk-box-shadow-hover-xlarge:hover {
  box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16); }

/* Box-shadow bottom
 ========================================================================== */
/*
 * 1. Set position.
 * 2. Set style
 * 3. Blur doesn't work on pseudo elements with negative `z-index` in Edge.
 *    Solved by using `before` and add position context to child elements.
 */
@supports (filter: blur(0)) {
  .uk-box-shadow-bottom {
    display: inline-block;
    position: relative;
    max-width: 100%;
    vertical-align: middle; }
  .uk-box-shadow-bottom::before {
    content: '';
    /* 1 */
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    /* 2 */
    height: 30px;
    border-radius: 100%;
    background: #444;
    filter: blur(20px); }
  /* 3 */
  .uk-box-shadow-bottom > *, .uk-box-shadow-bottom > *::before, .uk-box-shadow-bottom > *::after {
    position: relative; } }

/* Drop cap
 ========================================================================== */
/*
 * 1. Firefox doesn't apply `::first-letter` if the first letter is inside child elements
 *    https://bugzilla.mozilla.org/show_bug.cgi?id=214004
 * 2. In Firefox, a floating `::first-letter` doesn't have a line box and there for no `line-height`
 *    https://bugzilla.mozilla.org/show_bug.cgi?id=317933
 * 3. Caused by 1.: Edge creates two nested `::first-letter` containers, one for each selector
 *    This doubles the `font-size` exponential when using the `em` unit.
 */
.uk-dropcap::first-letter,
.uk-dropcap > p:first-of-type::first-letter {
  display: block;
  margin-right: 10px;
  float: left;
  font-size: 4.5em;
  line-height: 1;
  margin-bottom: -2px; }

/* 2 */
@-moz-document url-prefix() {
  .uk-dropcap::first-letter,
  .uk-dropcap > p:first-of-type::first-letter {
    margin-top: 1.1%; } }

/* 3 */
@supports (-ms-ime-align: auto) {
  .uk-dropcap > p:first-of-type::first-letter {
    font-size: 1em; } }

/* Logo
 ========================================================================== */
/*
 * 1. Required for `a`
 */
.uk-logo {
  font-size: 18px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #666;
  /* 1 */
  text-decoration: none; }

/* Hover + Focus */
.uk-logo:hover,
.uk-logo:focus {
  color: #666;
  outline: none;
  /* 1 */
  text-decoration: none; }

.uk-logo-inverse {
  display: none; }

/* Disabled State
 ========================================================================== */
.uk-disabled {
  pointer-events: none; }

/* Drag State
 ========================================================================== */
/*
 * 1. Needed if moving over elements with have their own cursor on hover, e.g. links or buttons
 * 2. Fix dragging over iframes
 */
.uk-drag,
.uk-drag *,
.uk-drag *::before,
.uk-drag *::after {
  cursor: move; }

/* 2 */
.uk-drag iframe {
  pointer-events: none; }

/* Dragover State
 ========================================================================== */
/*
 * Create a box-shadow when dragging a file over the upload area
 */
.uk-dragover {
  box-shadow: 0 0 20px rgba(100, 100, 100, 0.3); }

/* Blend modes
 ========================================================================== */
.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; }

/* Transform
========================================================================== */
.uk-transform-center {
  transform: translate(-50%, -50%); }

/* Transform Origin
========================================================================== */
.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%; }

/* ========================================================================
   Component: Flex
 ========================================================================== */
.uk-flex {
  display: flex; }

.uk-flex-inline {
  display: inline-flex; }

/*
 * Remove pseudo elements created by micro clearfix as precaution
 */
.uk-flex::before,
.uk-flex::after,
.uk-flex-inline::before,
.uk-flex-inline::after {
  display: none; }

/* Alignment
 ========================================================================== */
/*
 * Align items along the main axis of the current line of the flex container
 * Row: Horizontal
 */
.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; }

/* Phone landscape and bigger */
@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; } }

/* Tablet landscape and bigger */
@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; } }

/* Desktop and bigger */
@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; } }

/* Large screen and bigger */
@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; } }

/*
 * Align items in the cross axis of the current line of the flex container
 * Row: Vertical
 */
.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; }

/* Direction
 ========================================================================== */
.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; }

/* Wrap
 ========================================================================== */
.uk-flex-nowrap {
  flex-wrap: nowrap; }

.uk-flex-wrap {
  flex-wrap: wrap; }

.uk-flex-wrap-reverse {
  flex-wrap: wrap-reverse; }

/*
 * Aligns items within the flex container when there is extra space in the cross-axis
 * Only works if there is more than one line of flex items
 */
.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; }

/* Item ordering
 ========================================================================== */
/*
 * Default is 0
 */
.uk-flex-first {
  order: -1; }

.uk-flex-last {
  order: 99; }

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-flex-first\@s {
    order: -1; }
  .uk-flex-last\@s {
    order: 99; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-flex-first\@m {
    order: -1; }
  .uk-flex-last\@m {
    order: 99; } }

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-flex-first\@l {
    order: -1; }
  .uk-flex-last\@l {
    order: 99; } }

/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-flex-first\@xl {
    order: -1; }
  .uk-flex-last\@xl {
    order: 99; } }

/* Item dimensions
 ========================================================================== */
/*
 * Initial: 0 1 auto
 * Content dimensions, but shrinks
 */
/*
 * No Flex: 0 0 auto
 * Content dimensions
 */
.uk-flex-none {
  flex: none; }

/*
 * Relative Flex: 1 1 auto
 * Space is allocated considering content
 */
.uk-flex-auto {
  flex: auto; }

/*
 * Absolute Flex: 1 1 0%
 * Space is allocated solely based on flex
 */
.uk-flex-1 {
  flex: 1; }

/* ========================================================================
   Component: Margin
 ========================================================================== */
/*
 * Default
 */
.uk-margin {
  margin-bottom: 20px; }

* + .uk-margin, *::before + .uk-margin, *::after + .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; }

/* Small
 ========================================================================== */
.uk-margin-small {
  margin-bottom: 10px; }

* + .uk-margin-small, *::before + .uk-margin-small, *::after + .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; }

/* Medium
 ========================================================================== */
.uk-margin-medium {
  margin-bottom: 40px; }

* + .uk-margin-medium, *::before + .uk-margin-medium, *::after + .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; }

/* Large
 ========================================================================== */
.uk-margin-large {
  margin-bottom: 40px; }

* + .uk-margin-large, *::before + .uk-margin-large, *::after + .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; }

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-margin-large {
    margin-bottom: 70px; }
  * + .uk-margin-large, *::before + .uk-margin-large, *::after + .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; } }

/* XLarge
 ========================================================================== */
.uk-margin-xlarge {
  margin-bottom: 70px; }

* + .uk-margin-xlarge, *::before + .uk-margin-xlarge, *::after + .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; }

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-margin-xlarge {
    margin-bottom: 140px; }
  * + .uk-margin-xlarge, *::before + .uk-margin-xlarge, *::after + .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; } }

/* Auto
 ========================================================================== */
.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; }

/* Phone landscape and bigger */
@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; } }

/* Tablet landscape and bigger */
@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; } }

/* Desktop and bigger */
@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; } }

/* Large screen and bigger */
@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; } }

/* Remove
 ========================================================================== */
.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-adjacent + *::before, .uk-margin-remove-adjacent + *::after,
.uk-margin-remove-first-child > :first-child {
  margin-top: 0 !important; }

.uk-margin-remove-last-child > :last-child {
  margin-bottom: 0 !important; }

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-margin-remove-left\@s {
    margin-left: 0 !important; }
  .uk-margin-remove-right\@s {
    margin-right: 0 !important; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-margin-remove-left\@m {
    margin-left: 0 !important; }
  .uk-margin-remove-right\@m {
    margin-right: 0 !important; } }

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-margin-remove-left\@l {
    margin-left: 0 !important; }
  .uk-margin-remove-right\@l {
    margin-right: 0 !important; } }

/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-margin-remove-left\@xl {
    margin-left: 0 !important; }
  .uk-margin-remove-right\@xl {
    margin-right: 0 !important; } }

/* ========================================================================
   Component: Padding
 ========================================================================== */
.uk-padding {
  padding: 30px; }

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-padding {
    padding: 40px; } }

/* Small
 ========================================================================== */
.uk-padding-small {
  padding: 15px; }

/* Large
 ========================================================================== */
.uk-padding-large {
  padding: 30px; }

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-padding-large {
    padding: 70px; } }

/* Remove
 ========================================================================== */
.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; }

/* ========================================================================
   Component: Position
 ========================================================================== */
/* Directions
 ========================================================================== */
[class*='uk-position-top'],
[class*='uk-position-bottom'],
[class*='uk-position-left'],
[class*='uk-position-right'],
[class*='uk-position-center'] {
  position: absolute !important; }

/* Edges
 ========================================================================== */
/* Don't use `width: 100%` because it is wrong if the parent has padding. */
.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; }

/* Corners
 ========================================================================== */
.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; }

/*
 * Center
 * 1. Fix text wrapping if content is larger than 50% of the container.
 */
.uk-position-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* 1 */
  width: max-content;
  max-width: 100%;
  box-sizing: border-box; }

/* Vertical */
[class*='uk-position-center-left'],
[class*='uk-position-center-right'] {
  top: 50%;
  transform: translateY(-50%); }

.uk-position-center-left {
  left: 0; }

.uk-position-center-right {
  right: 0; }

.uk-position-center-left-out {
  right: 100%;
  width: max-content; }

.uk-position-center-right-out {
  left: 100%;
  width: max-content; }

/* Horizontal */
.uk-position-top-center,
.uk-position-bottom-center {
  left: 50%;
  transform: translateX(-50%);
  /* 1 */
  width: max-content;
  max-width: 100%;
  box-sizing: border-box; }

.uk-position-top-center {
  top: 0; }

.uk-position-bottom-center {
  bottom: 0; }

/* Cover
 ========================================================================== */
.uk-position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

/* Utility
 ========================================================================== */
.uk-position-relative {
  position: relative !important; }

.uk-position-absolute {
  position: absolute !important; }

.uk-position-fixed {
  position: fixed !important; }

.uk-position-z-index {
  z-index: 1; }

/* Margin modifier
 ========================================================================== */
/*
 * Small
 */
.uk-position-small {
  max-width: calc(100% - (15px * 2));
  margin: 15px; }

.uk-position-small.uk-position-center {
  transform: translate(-50%, -50%) translate(-15px, -15px); }

.uk-position-small[class*='uk-position-center-left'],
.uk-position-small[class*='uk-position-center-right'] {
  transform: translateY(-50%) translateY(-15px); }

.uk-position-small.uk-position-top-center,
.uk-position-small.uk-position-bottom-center {
  transform: translateX(-50%) translateX(-15px); }

/*
 * Medium
 */
.uk-position-medium {
  max-width: calc(100% - (30px * 2));
  margin: 30px; }

.uk-position-medium.uk-position-center {
  transform: translate(-50%, -50%) translate(-30px, -30px); }

.uk-position-medium[class*='uk-position-center-left'],
.uk-position-medium[class*='uk-position-center-right'] {
  transform: translateY(-50%) translateY(-30px); }

.uk-position-medium.uk-position-top-center,
.uk-position-medium.uk-position-bottom-center {
  transform: translateX(-50%) translateX(-30px); }

/*
 * Large
 */
.uk-position-large {
  max-width: calc(100% - (30px * 2));
  margin: 30px; }

.uk-position-large.uk-position-center {
  transform: translate(-50%, -50%) translate(-30px, -30px); }

.uk-position-large[class*='uk-position-center-left'],
.uk-position-large[class*='uk-position-center-right'] {
  transform: translateY(-50%) translateY(-30px); }

.uk-position-large.uk-position-top-center,
.uk-position-large.uk-position-bottom-center {
  transform: translateX(-50%) translateX(-30px); }

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-position-large {
    max-width: calc(100% - (50px * 2));
    margin: 50px; }
  .uk-position-large.uk-position-center {
    transform: translate(-50%, -50%) translate(-50px, -50px); }
  .uk-position-large[class*='uk-position-center-left'],
  .uk-position-large[class*='uk-position-center-right'] {
    transform: translateY(-50%) translateY(-50px); }
  .uk-position-large.uk-position-top-center,
  .uk-position-large.uk-position-bottom-center {
    transform: translateX(-50%) translateX(-50px); } }

/* ========================================================================
   Component: Transition
 ========================================================================== */
/* Toggle (Hover + Focus)
 ========================================================================== */
/*
 * 1. Prevent tab highlighting on iOS.
 */
.uk-transition-toggle {
  /* 1 */
  -webkit-tap-highlight-color: transparent; }

/*
 * Remove outline for `tabindex`
 */
.uk-transition-toggle:focus {
  outline: none; }

/* Transitions
 ========================================================================== */
/*
 * The toggle is triggered on touch devices by two methods:
 * 1. Using `:focus` and tabindex
 * 2. Using `:hover` and a `touchstart` event listener registered on the document
 *    (Doesn't work on Surface touch devices)
 *
 * Note: Transitions don't work with `uk-postion-center-*` classes because they also use `transform`,
 *       therefore it's recommended to use an extra `div` for the transition.
 */
.uk-transition-fade,
[class*='uk-transition-scale'],
[class*='uk-transition-slide'] {
  transition: 0.3s ease-out;
  transition-property: opacity, transform, filter;
  opacity: 0; }

/*
 * Fade
 */
.uk-transition-toggle:hover .uk-transition-fade,
.uk-transition-toggle:focus .uk-transition-fade,
.uk-transition-active.uk-active .uk-transition-fade {
  opacity: 1; }

/*
 * Scale
 */
.uk-transition-scale-up {
  transform: scale(1, 1); }

.uk-transition-scale-down {
  transform: scale(1.1, 1.1); }

/* Show */
.uk-transition-toggle:hover .uk-transition-scale-up,
.uk-transition-toggle:focus .uk-transition-scale-up,
.uk-transition-active.uk-active .uk-transition-scale-up {
  opacity: 1;
  transform: scale(1.1, 1.1); }

.uk-transition-toggle:hover .uk-transition-scale-down,
.uk-transition-toggle:focus .uk-transition-scale-down,
.uk-transition-active.uk-active .uk-transition-scale-down {
  opacity: 1;
  transform: scale(1, 1); }

/*
 * Slide
 */
.uk-transition-slide-top {
  transform: translateY(-100%); }

.uk-transition-slide-bottom {
  transform: translateY(100%); }

.uk-transition-slide-left {
  transform: translateX(-100%); }

.uk-transition-slide-right {
  transform: translateX(100%); }

.uk-transition-slide-top-small {
  transform: translateY(-10px); }

.uk-transition-slide-bottom-small {
  transform: translateY(10px); }

.uk-transition-slide-left-small {
  transform: translateX(-10px); }

.uk-transition-slide-right-small {
  transform: translateX(10px); }

.uk-transition-slide-top-medium {
  transform: translateY(-50px); }

.uk-transition-slide-bottom-medium {
  transform: translateY(50px); }

.uk-transition-slide-left-medium {
  transform: translateX(-50px); }

.uk-transition-slide-right-medium {
  transform: translateX(50px); }

/* Show */
.uk-transition-toggle:hover [class*='uk-transition-slide'],
.uk-transition-toggle:focus [class*='uk-transition-slide'],
.uk-transition-active.uk-active [class*='uk-transition-slide'] {
  opacity: 1;
  transform: translate(0, 0); }

/* Opacity modifier
 ========================================================================== */
.uk-transition-opaque {
  opacity: 1; }

/* Duration modifiers
 ========================================================================== */
.uk-transition-slow {
  transition-duration: 0.7s; }

/* ========================================================================
   Component: Visibility
 ========================================================================== */
/*
 * Hidden
 * `hidden` attribute also set here to make it stronger
 */
[hidden],
.uk-hidden {
  display: none !important; }

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-hidden\@s {
    display: none !important; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-hidden\@m {
    display: none !important; } }

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-hidden\@l {
    display: none !important; } }

/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-hidden\@xl {
    display: none !important; } }

/*
 * Visible
 */
/* Phone portrait and smaller */
@media (max-width: 639px) {
  .uk-visible\@s {
    display: none !important; } }

/* Phone landscape and smaller */
@media (max-width: 959px) {
  .uk-visible\@m {
    display: none !important; } }

/* Tablet landscape and smaller */
@media (max-width: 1199px) {
  .uk-visible\@l {
    display: none !important; } }

/* Desktop and smaller */
@media (max-width: 1599px) {
  .uk-visible\@xl {
    display: none !important; } }

/* Visibility
 ========================================================================== */
.uk-invisible {
  visibility: hidden !important; }

/* Toggle (Hover + Focus)
 ========================================================================== */
/*
 * Hidden
 * 1. The toggle is triggered on touch devices using `:focus` and tabindex
 * 2. The target stays visible if any element within receives focus through keyboard
 *    Doesn't work in Edge, yet.
 * 3. Can't use `display: none` nor `visibility: hidden` because both are not focusable.
 *
 */
/* 1 + 2 */
.uk-visible-toggle:not(:hover):not(:focus) .uk-hidden-hover:not(:focus-within) {
  /* 3 */
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important; }

/*
 * Invisible
 */
/* 1 + 2 */
.uk-visible-toggle:not(:hover):not(:focus) .uk-invisible-hover:not(:focus-within) {
  /* 3 */
  opacity: 0 !important; }

/*
 * 1. Prevent tab highlighting on iOS.
 */
.uk-visible-toggle {
  /* 1 */
  -webkit-tap-highlight-color: transparent; }

/*
 * Remove outline for `tabindex`
 */
.uk-visible-toggle:focus {
  outline: none; }

/* Touch
 ========================================================================== */
/*
 * Hide if primary pointing device has limited accuracy, e.g. a touch screen.
 * Works on mobile browsers: Safari, Chrome and Android browser
 */
@media (pointer: coarse) {
  .uk-hidden-touch {
    display: none !important; } }

/*
 * Hide if primary pointing device is accurate, e.g. mouse.
 * 1. Fallback for IE11 and Firefox, because `pointer` is not supported
 * 2. Reset if supported
 */
/* 1 */
.uk-hidden-notouch {
  display: none !important; }

@media (pointer: coarse) {
  .uk-hidden-notouch {
    display: block !important; } }

/* ========================================================================
   Component: Inverse
 ========================================================================== */
/*
 * Implemented class depends on the general theme color
 * `uk-light` is for light colors on dark backgrounds
 * `uk-dark` is or dark colors on light backgrounds
 */
.uk-light, .uk-offcanvas-bar {
  color: rgba(255, 255, 255, 0.7); }
  .uk-light a, .uk-offcanvas-bar a,
  .uk-light .uk-link,
  .uk-offcanvas-bar .uk-link {
    color: #fff; }
  .uk-light a:hover, .uk-offcanvas-bar a:hover,
  .uk-light .uk-link:hover,
  .uk-offcanvas-bar .uk-link:hover {
    color: #fff; }
  .uk-light :not(pre) > code, .uk-offcanvas-bar :not(pre) > code,
  .uk-light :not(pre) > kbd,
  .uk-offcanvas-bar :not(pre) > kbd,
  .uk-light :not(pre) > samp,
  .uk-offcanvas-bar :not(pre) > samp {
    color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.1); }
  .uk-light em, .uk-offcanvas-bar em {
    color: #fff; }
  .uk-light h1, .uk-offcanvas-bar h1, .uk-light .uk-h1, .uk-offcanvas-bar .uk-h1,
  .uk-light h2,
  .uk-offcanvas-bar h2, .uk-light .uk-h2, .uk-offcanvas-bar .uk-h2,
  .uk-light h3,
  .uk-offcanvas-bar h3, .uk-light .uk-h3, .uk-offcanvas-bar .uk-h3,
  .uk-light h4,
  .uk-offcanvas-bar h4, .uk-light .uk-h4, .uk-offcanvas-bar .uk-h4,
  .uk-light h5,
  .uk-offcanvas-bar h5, .uk-light .uk-h5, .uk-offcanvas-bar .uk-h5,
  .uk-light h6,
  .uk-offcanvas-bar h6, .uk-light .uk-h6, .uk-offcanvas-bar .uk-h6,
  .uk-light .uk-heading-small,
  .uk-offcanvas-bar .uk-heading-small,
  .uk-light .uk-heading-medium,
  .uk-offcanvas-bar .uk-heading-medium,
  .uk-light .uk-heading-large,
  .uk-offcanvas-bar .uk-heading-large,
  .uk-light .uk-heading-xlarge,
  .uk-offcanvas-bar .uk-heading-xlarge,
  .uk-light .uk-heading-2xlarge,
  .uk-offcanvas-bar .uk-heading-2xlarge {
    color: #fff; }
  .uk-light blockquote, .uk-offcanvas-bar blockquote {
    color: #fff; }
  .uk-light blockquote footer, .uk-offcanvas-bar blockquote footer {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light hr, .uk-offcanvas-bar hr, .uk-light .uk-hr, .uk-offcanvas-bar .uk-hr {
    border-top-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-link-muted, .uk-offcanvas-bar .uk-link-muted,
  .uk-light .uk-link-muted a,
  .uk-offcanvas-bar .uk-link-muted a {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-link-muted:hover, .uk-offcanvas-bar .uk-link-muted:hover,
  .uk-light .uk-link-muted a:hover,
  .uk-offcanvas-bar .uk-link-muted a:hover {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-link-text:hover, .uk-offcanvas-bar .uk-link-text:hover,
  .uk-light .uk-link-text a:hover,
  .uk-offcanvas-bar .uk-link-text a:hover {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-link-heading:hover, .uk-offcanvas-bar .uk-link-heading:hover,
  .uk-light .uk-link-heading a:hover,
  .uk-offcanvas-bar .uk-link-heading a:hover {
    color: #fff; }
  .uk-light .uk-heading-divider, .uk-offcanvas-bar .uk-heading-divider {
    border-bottom-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-heading-bullet::before, .uk-offcanvas-bar .uk-heading-bullet::before {
    border-left-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-heading-line > ::before, .uk-offcanvas-bar .uk-heading-line > ::before,
  .uk-light .uk-heading-line > ::after,
  .uk-offcanvas-bar .uk-heading-line > ::after {
    border-bottom-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-divider-icon, .uk-offcanvas-bar .uk-divider-icon {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22rgba(255, 255, 255, 0.2)%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A"); }
  .uk-light .uk-divider-icon::before, .uk-offcanvas-bar .uk-divider-icon::before,
  .uk-light .uk-divider-icon::after,
  .uk-offcanvas-bar .uk-divider-icon::after {
    border-bottom-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-divider-small::after, .uk-offcanvas-bar .uk-divider-small::after {
    border-top-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-divider-vertical, .uk-offcanvas-bar .uk-divider-vertical {
    border-left-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-list-divider > li:nth-child(n+2), .uk-offcanvas-bar .uk-list-divider > li:nth-child(n+2) {
    border-top-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-list-striped > li:nth-of-type(odd), .uk-offcanvas-bar .uk-list-striped > li:nth-of-type(odd) {
    border-top-color: rgba(255, 255, 255, 0.2);
    border-bottom-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-list-striped > li:nth-of-type(odd), .uk-offcanvas-bar .uk-list-striped > li:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.1); }
  .uk-light .uk-list-bullet > li::before, .uk-offcanvas-bar .uk-list-bullet > li::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E"); }
  .uk-light .uk-icon-link, .uk-offcanvas-bar .uk-icon-link {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-icon-link:hover, .uk-offcanvas-bar .uk-icon-link:hover,
  .uk-light .uk-icon-link:focus,
  .uk-offcanvas-bar .uk-icon-link:focus {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-icon-link:active, .uk-offcanvas-bar .uk-icon-link:active,
  .uk-light .uk-active > .uk-icon-link,
  .uk-offcanvas-bar .uk-active > .uk-icon-link {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-icon-button, .uk-offcanvas-bar .uk-icon-button {
    background-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-icon-button:hover, .uk-offcanvas-bar .uk-icon-button:hover,
  .uk-light .uk-icon-button:focus,
  .uk-offcanvas-bar .uk-icon-button:focus {
    background-color: rgba(242, 242, 242, 0.1);
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-icon-button:active, .uk-offcanvas-bar .uk-icon-button:active {
    background-color: rgba(230, 230, 230, 0.1);
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-input, .uk-offcanvas-bar .uk-input,
  .uk-light .uk-select,
  .uk-offcanvas-bar .uk-select,
  .uk-light .uk-textarea,
  .uk-offcanvas-bar .uk-textarea {
    background-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7);
    background-clip: padding-box;
    border-color: rgba(255, 255, 255, 0.2); }
    .uk-light .uk-input:focus, .uk-offcanvas-bar .uk-input:focus,
    .uk-light .uk-select:focus,
    .uk-offcanvas-bar .uk-select:focus,
    .uk-light .uk-textarea:focus,
    .uk-offcanvas-bar .uk-textarea:focus {
      background-color: rgba(255, 255, 255, 0.1);
      color: rgba(255, 255, 255, 0.7);
      border-color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-input::-ms-input-placeholder, .uk-offcanvas-bar .uk-input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important; }
  .uk-light .uk-input::placeholder, .uk-offcanvas-bar .uk-input::placeholder {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-textarea::-ms-input-placeholder, .uk-offcanvas-bar .uk-textarea::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important; }
  .uk-light .uk-textarea::placeholder, .uk-offcanvas-bar .uk-textarea::placeholder {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-select:not([multiple]):not([size]), .uk-offcanvas-bar .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(255, 255, 255, 0.7)%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A"); }
  .uk-light .uk-input[list]:hover, .uk-offcanvas-bar .uk-input[list]:hover,
  .uk-light .uk-input[list]:focus,
  .uk-offcanvas-bar .uk-input[list]:focus {
    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(255, 255, 255, 0.7)%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A"); }
  .uk-light .uk-radio, .uk-offcanvas-bar .uk-radio,
  .uk-light .uk-checkbox,
  .uk-offcanvas-bar .uk-checkbox {
    background-color: rgba(242, 242, 242, 0.1);
    border-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-radio:focus, .uk-offcanvas-bar .uk-radio:focus,
  .uk-light .uk-checkbox:focus,
  .uk-offcanvas-bar .uk-checkbox:focus {
    border-color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-radio:checked, .uk-offcanvas-bar .uk-radio:checked,
  .uk-light .uk-checkbox:checked,
  .uk-offcanvas-bar .uk-checkbox:checked,
  .uk-light .uk-checkbox:indeterminate,
  .uk-offcanvas-bar .uk-checkbox:indeterminate {
    background-color: #fff;
    border-color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-radio:checked:focus, .uk-offcanvas-bar .uk-radio:checked:focus,
  .uk-light .uk-checkbox:checked:focus,
  .uk-offcanvas-bar .uk-checkbox:checked:focus,
  .uk-light .uk-checkbox:indeterminate:focus,
  .uk-offcanvas-bar .uk-checkbox:indeterminate:focus {
    background-color: #e6e6e6; }
  .uk-light .uk-radio:checked, .uk-offcanvas-bar .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%23666%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E"); }
  
  .uk-light .uk-checkbox:checked,
  .uk-offcanvas-bar .uk-checkbox:checked {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A"); }
  
  .uk-light .uk-checkbox:indeterminate,
  .uk-offcanvas-bar .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%23666%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-light .uk-form-label, .uk-offcanvas-bar .uk-form-label {
    color: #fff; }
  .uk-light .uk-form-icon, .uk-offcanvas-bar .uk-form-icon {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-form-icon:hover, .uk-offcanvas-bar .uk-form-icon:hover {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-button-default, .uk-offcanvas-bar .uk-button-default {
    background-color: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-button-default:hover, .uk-offcanvas-bar .uk-button-default:hover,
  .uk-light .uk-button-default:focus,
  .uk-offcanvas-bar .uk-button-default:focus {
    background-color: transparent;
    color: #fff;
    border-color: #fff; }
  .uk-light .uk-button-default:active, .uk-offcanvas-bar .uk-button-default:active,
  .uk-light .uk-button-default.uk-active,
  .uk-offcanvas-bar .uk-button-default.uk-active {
    background-color: transparent;
    color: #fff;
    border-color: #fff; }
  .uk-light .uk-button-primary, .uk-offcanvas-bar .uk-button-primary {
    background-color: #fff;
    color: #666; }
  .uk-light .uk-button-primary:hover, .uk-offcanvas-bar .uk-button-primary:hover,
  .uk-light .uk-button-primary:focus,
  .uk-offcanvas-bar .uk-button-primary:focus {
    background-color: #f2f2f2;
    color: #666; }
  .uk-light .uk-button-primary:active, .uk-offcanvas-bar .uk-button-primary:active,
  .uk-light .uk-button-primary.uk-active,
  .uk-offcanvas-bar .uk-button-primary.uk-active {
    background-color: #e6e6e6;
    color: #666; }
  .uk-light .uk-button-secondary, .uk-offcanvas-bar .uk-button-secondary {
    background-color: #fff;
    color: #666; }
  .uk-light .uk-button-secondary:hover, .uk-offcanvas-bar .uk-button-secondary:hover,
  .uk-light .uk-button-secondary:focus,
  .uk-offcanvas-bar .uk-button-secondary:focus {
    background-color: #f2f2f2;
    color: #666; }
  .uk-light .uk-button-secondary:active, .uk-offcanvas-bar .uk-button-secondary:active,
  .uk-light .uk-button-secondary.uk-active,
  .uk-offcanvas-bar .uk-button-secondary.uk-active {
    background-color: #e6e6e6;
    color: #666; }
  .uk-light .uk-button-text, .uk-offcanvas-bar .uk-button-text {
    color: #fff; }
    .uk-light .uk-button-text::before, .uk-offcanvas-bar .uk-button-text::before {
      border-bottom-color: #fff; }
  .uk-light .uk-button-text:hover, .uk-offcanvas-bar .uk-button-text:hover,
  .uk-light .uk-button-text:focus,
  .uk-offcanvas-bar .uk-button-text:focus {
    color: #fff; }
  .uk-light .uk-button-text:disabled, .uk-offcanvas-bar .uk-button-text:disabled {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-button-link, .uk-offcanvas-bar .uk-button-link {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-button-link:hover, .uk-offcanvas-bar .uk-button-link:hover,
  .uk-light .uk-button-link:focus,
  .uk-offcanvas-bar .uk-button-link:focus {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-grid-divider > :not(.uk-first-column)::before, .uk-offcanvas-bar .uk-grid-divider > :not(.uk-first-column)::before {
    border-left-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-offcanvas-bar .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
    border-top-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-close, .uk-offcanvas-bar .uk-close {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-close:hover, .uk-offcanvas-bar .uk-close:hover,
  .uk-light .uk-close:focus,
  .uk-offcanvas-bar .uk-close:focus {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-totop, .uk-offcanvas-bar .uk-totop {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-totop:hover, .uk-offcanvas-bar .uk-totop:hover,
  .uk-light .uk-totop:focus,
  .uk-offcanvas-bar .uk-totop:focus {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-totop:active, .uk-offcanvas-bar .uk-totop:active {
    color: #fff; }
  .uk-light .uk-badge, .uk-offcanvas-bar .uk-badge {
    background-color: #fff;
    color: #666; }
  .uk-light .uk-badge:hover, .uk-offcanvas-bar .uk-badge:hover,
  .uk-light .uk-badge:focus,
  .uk-offcanvas-bar .uk-badge:focus {
    color: #666; }
  .uk-light .uk-label, .uk-offcanvas-bar .uk-label {
    background-color: #fff;
    color: #666; }
  .uk-light .uk-article-meta, .uk-offcanvas-bar .uk-article-meta {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-search-input, .uk-offcanvas-bar .uk-search-input {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-search-input:-ms-input-placeholder, .uk-offcanvas-bar .uk-search-input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important; }
  .uk-light .uk-search-input::placeholder, .uk-offcanvas-bar .uk-search-input::placeholder {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-search .uk-search-icon, .uk-offcanvas-bar .uk-search .uk-search-icon {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-search .uk-search-icon:hover, .uk-offcanvas-bar .uk-search .uk-search-icon:hover {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-search-default .uk-search-input, .uk-offcanvas-bar .uk-search-default .uk-search-input {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-search-default .uk-search-input:focus, .uk-offcanvas-bar .uk-search-default .uk-search-input:focus {
    background-color: transparent; }
  .uk-light .uk-search-navbar .uk-search-input, .uk-offcanvas-bar .uk-search-navbar .uk-search-input {
    background-color: transparent; }
  .uk-light .uk-search-large .uk-search-input, .uk-offcanvas-bar .uk-search-large .uk-search-input {
    background-color: transparent; }
  .uk-light .uk-search-toggle, .uk-offcanvas-bar .uk-search-toggle {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-search-toggle:hover, .uk-offcanvas-bar .uk-search-toggle:hover,
  .uk-light .uk-search-toggle:focus,
  .uk-offcanvas-bar .uk-search-toggle:focus {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-nav-parent-icon > .uk-parent > a::after, .uk-offcanvas-bar .uk-nav-parent-icon > .uk-parent > a::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22rgba(255, 255, 255, 0.7)%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E"); }
  .uk-light .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .uk-offcanvas-bar .uk-nav-parent-icon > .uk-parent.uk-open > a::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22rgba(255, 255, 255, 0.7)%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E"); }
  .uk-light .uk-nav-default > li > a, .uk-offcanvas-bar .uk-nav-default > li > a {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-nav-default > li > a:hover, .uk-offcanvas-bar .uk-nav-default > li > a:hover,
  .uk-light .uk-nav-default > li > a:focus,
  .uk-offcanvas-bar .uk-nav-default > li > a:focus {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-nav-default > li.uk-active > a, .uk-offcanvas-bar .uk-nav-default > li.uk-active > a {
    color: #fff; }
  .uk-light .uk-nav-default .uk-nav-header, .uk-offcanvas-bar .uk-nav-default .uk-nav-header {
    color: #fff; }
  .uk-light .uk-nav-default .uk-nav-divider, .uk-offcanvas-bar .uk-nav-default .uk-nav-divider {
    border-top-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-nav-default .uk-nav-sub a, .uk-offcanvas-bar .uk-nav-default .uk-nav-sub a {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-nav-default .uk-nav-sub a:hover, .uk-offcanvas-bar .uk-nav-default .uk-nav-sub a:hover,
  .uk-light .uk-nav-default .uk-nav-sub a:focus,
  .uk-offcanvas-bar .uk-nav-default .uk-nav-sub a:focus {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-offcanvas-bar .uk-nav-default .uk-nav-sub li.uk-active > a {
    color: #fff; }
  .uk-light .uk-nav-primary > li > a, .uk-offcanvas-bar .uk-nav-primary > li > a {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-nav-primary > li > a:hover, .uk-offcanvas-bar .uk-nav-primary > li > a:hover,
  .uk-light .uk-nav-primary > li > a:focus,
  .uk-offcanvas-bar .uk-nav-primary > li > a:focus {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-nav-primary > li.uk-active > a, .uk-offcanvas-bar .uk-nav-primary > li.uk-active > a {
    color: #fff; }
  .uk-light .uk-nav-primary .uk-nav-header, .uk-offcanvas-bar .uk-nav-primary .uk-nav-header {
    color: #fff; }
  .uk-light .uk-nav-primary .uk-nav-divider, .uk-offcanvas-bar .uk-nav-primary .uk-nav-divider {
    border-top-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-nav-primary .uk-nav-sub a, .uk-offcanvas-bar .uk-nav-primary .uk-nav-sub a {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-nav-primary .uk-nav-sub a:hover, .uk-offcanvas-bar .uk-nav-primary .uk-nav-sub a:hover,
  .uk-light .uk-nav-primary .uk-nav-sub a:focus,
  .uk-offcanvas-bar .uk-nav-primary .uk-nav-sub a:focus {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-offcanvas-bar .uk-nav-primary .uk-nav-sub li.uk-active > a {
    color: #fff; }
  .uk-light .uk-navbar-nav > li > a, .uk-offcanvas-bar .uk-navbar-nav > li > a {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-navbar-nav > li:hover > a, .uk-offcanvas-bar .uk-navbar-nav > li:hover > a,
  .uk-light .uk-navbar-nav > li > a:focus,
  .uk-offcanvas-bar .uk-navbar-nav > li > a:focus,
  .uk-light .uk-navbar-nav > li > a.uk-open,
  .uk-offcanvas-bar .uk-navbar-nav > li > a.uk-open {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-navbar-nav > li > a:active, .uk-offcanvas-bar .uk-navbar-nav > li > a:active {
    color: #fff; }
  .uk-light .uk-navbar-nav > li.uk-active > a, .uk-offcanvas-bar .uk-navbar-nav > li.uk-active > a {
    color: #fff; }
  .uk-light .uk-navbar-item, .uk-offcanvas-bar .uk-navbar-item {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-navbar-toggle, .uk-offcanvas-bar .uk-navbar-toggle {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-navbar-toggle:hover, .uk-offcanvas-bar .uk-navbar-toggle:hover,
  .uk-light .uk-navbar-toggle:focus,
  .uk-offcanvas-bar .uk-navbar-toggle:focus,
  .uk-light .uk-navbar-toggle.uk-open,
  .uk-offcanvas-bar .uk-navbar-toggle.uk-open {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-subnav > * > :first-child, .uk-offcanvas-bar .uk-subnav > * > :first-child, .uk-light .uk-subnav > *::before > :first-child, .uk-offcanvas-bar .uk-subnav > *::before > :first-child, .uk-light .uk-subnav > *::after > :first-child, .uk-offcanvas-bar .uk-subnav > *::after > :first-child {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-subnav > * > a:hover, .uk-offcanvas-bar .uk-subnav > * > a:hover, .uk-light .uk-subnav > *::before > a:hover, .uk-offcanvas-bar .uk-subnav > *::before > a:hover, .uk-light .uk-subnav > *::after > a:hover, .uk-offcanvas-bar .uk-subnav > *::after > a:hover,
  .uk-light .uk-subnav > * > a:focus,
  .uk-offcanvas-bar .uk-subnav > * > a:focus,
  .uk-light .uk-subnav > *::before > a:focus,
  .uk-offcanvas-bar .uk-subnav > *::before > a:focus,
  .uk-light .uk-subnav > *::after > a:focus,
  .uk-offcanvas-bar .uk-subnav > *::after > a:focus {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-subnav > .uk-active > a, .uk-offcanvas-bar .uk-subnav > .uk-active > a {
    color: #fff; }
  .uk-light .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-offcanvas-bar .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
    border-left-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-subnav-pill > * > :first-child, .uk-offcanvas-bar .uk-subnav-pill > * > :first-child, .uk-light .uk-subnav-pill > *::before > :first-child, .uk-offcanvas-bar .uk-subnav-pill > *::before > :first-child, .uk-light .uk-subnav-pill > *::after > :first-child, .uk-offcanvas-bar .uk-subnav-pill > *::after > :first-child {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-subnav-pill > * > a:hover, .uk-offcanvas-bar .uk-subnav-pill > * > a:hover, .uk-light .uk-subnav-pill > *::before > a:hover, .uk-offcanvas-bar .uk-subnav-pill > *::before > a:hover, .uk-light .uk-subnav-pill > *::after > a:hover, .uk-offcanvas-bar .uk-subnav-pill > *::after > a:hover,
  .uk-light .uk-subnav-pill > * > a:focus,
  .uk-offcanvas-bar .uk-subnav-pill > * > a:focus,
  .uk-light .uk-subnav-pill > *::before > a:focus,
  .uk-offcanvas-bar .uk-subnav-pill > *::before > a:focus,
  .uk-light .uk-subnav-pill > *::after > a:focus,
  .uk-offcanvas-bar .uk-subnav-pill > *::after > a:focus {
    background-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-subnav-pill > * > a:active, .uk-offcanvas-bar .uk-subnav-pill > * > a:active, .uk-light .uk-subnav-pill > *::before > a:active, .uk-offcanvas-bar .uk-subnav-pill > *::before > a:active, .uk-light .uk-subnav-pill > *::after > a:active, .uk-offcanvas-bar .uk-subnav-pill > *::after > a:active {
    background-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-subnav-pill > .uk-active > a, .uk-offcanvas-bar .uk-subnav-pill > .uk-active > a {
    background-color: #fff;
    color: #666; }
  .uk-light .uk-subnav > .uk-disabled > a, .uk-offcanvas-bar .uk-subnav > .uk-disabled > a {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-breadcrumb > * > *, .uk-offcanvas-bar .uk-breadcrumb > * > *, .uk-light .uk-breadcrumb > *::before > *, .uk-offcanvas-bar .uk-breadcrumb > *::before > *, .uk-light .uk-breadcrumb > *::after > *, .uk-offcanvas-bar .uk-breadcrumb > *::after > *, .uk-light .uk-breadcrumb > * > *::before, .uk-offcanvas-bar .uk-breadcrumb > * > *::before, .uk-light .uk-breadcrumb > *::before > *::before, .uk-offcanvas-bar .uk-breadcrumb > *::before > *::before, .uk-light .uk-breadcrumb > *::after > *::before, .uk-offcanvas-bar .uk-breadcrumb > *::after > *::before, .uk-light .uk-breadcrumb > * > *::after, .uk-offcanvas-bar .uk-breadcrumb > * > *::after, .uk-light .uk-breadcrumb > *::before > *::after, .uk-offcanvas-bar .uk-breadcrumb > *::before > *::after, .uk-light .uk-breadcrumb > *::after > *::after, .uk-offcanvas-bar .uk-breadcrumb > *::after > *::after {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-breadcrumb > * > :hover, .uk-offcanvas-bar .uk-breadcrumb > * > :hover, .uk-light .uk-breadcrumb > *::before > :hover, .uk-offcanvas-bar .uk-breadcrumb > *::before > :hover, .uk-light .uk-breadcrumb > *::after > :hover, .uk-offcanvas-bar .uk-breadcrumb > *::after > :hover,
  .uk-light .uk-breadcrumb > * > :focus,
  .uk-offcanvas-bar .uk-breadcrumb > * > :focus,
  .uk-light .uk-breadcrumb > *::before > :focus,
  .uk-offcanvas-bar .uk-breadcrumb > *::before > :focus,
  .uk-light .uk-breadcrumb > *::after > :focus,
  .uk-offcanvas-bar .uk-breadcrumb > *::after > :focus {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-breadcrumb > :last-child > *, .uk-offcanvas-bar .uk-breadcrumb > :last-child > *, .uk-light .uk-breadcrumb > :last-child > *::before, .uk-offcanvas-bar .uk-breadcrumb > :last-child > *::before, .uk-light .uk-breadcrumb > :last-child > *::after, .uk-offcanvas-bar .uk-breadcrumb > :last-child > *::after {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-offcanvas-bar .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-pagination > * > *, .uk-offcanvas-bar .uk-pagination > * > *, .uk-light .uk-pagination > *::before > *, .uk-offcanvas-bar .uk-pagination > *::before > *, .uk-light .uk-pagination > *::after > *, .uk-offcanvas-bar .uk-pagination > *::after > *, .uk-light .uk-pagination > * > *::before, .uk-offcanvas-bar .uk-pagination > * > *::before, .uk-light .uk-pagination > *::before > *::before, .uk-offcanvas-bar .uk-pagination > *::before > *::before, .uk-light .uk-pagination > *::after > *::before, .uk-offcanvas-bar .uk-pagination > *::after > *::before, .uk-light .uk-pagination > * > *::after, .uk-offcanvas-bar .uk-pagination > * > *::after, .uk-light .uk-pagination > *::before > *::after, .uk-offcanvas-bar .uk-pagination > *::before > *::after, .uk-light .uk-pagination > *::after > *::after, .uk-offcanvas-bar .uk-pagination > *::after > *::after {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-pagination > * > :hover, .uk-offcanvas-bar .uk-pagination > * > :hover, .uk-light .uk-pagination > *::before > :hover, .uk-offcanvas-bar .uk-pagination > *::before > :hover, .uk-light .uk-pagination > *::after > :hover, .uk-offcanvas-bar .uk-pagination > *::after > :hover,
  .uk-light .uk-pagination > * > :focus,
  .uk-offcanvas-bar .uk-pagination > * > :focus,
  .uk-light .uk-pagination > *::before > :focus,
  .uk-offcanvas-bar .uk-pagination > *::before > :focus,
  .uk-light .uk-pagination > *::after > :focus,
  .uk-offcanvas-bar .uk-pagination > *::after > :focus {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-pagination > .uk-active > *, .uk-offcanvas-bar .uk-pagination > .uk-active > *, .uk-light .uk-pagination > .uk-active > *::before, .uk-offcanvas-bar .uk-pagination > .uk-active > *::before, .uk-light .uk-pagination > .uk-active > *::after, .uk-offcanvas-bar .uk-pagination > .uk-active > *::after {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-pagination > .uk-disabled > *, .uk-offcanvas-bar .uk-pagination > .uk-disabled > *, .uk-light .uk-pagination > .uk-disabled > *::before, .uk-offcanvas-bar .uk-pagination > .uk-disabled > *::before, .uk-light .uk-pagination > .uk-disabled > *::after, .uk-offcanvas-bar .uk-pagination > .uk-disabled > *::after {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-tab::before, .uk-offcanvas-bar .uk-tab::before {
    border-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-tab > * > a, .uk-offcanvas-bar .uk-tab > * > a, .uk-light .uk-tab > *::before > a, .uk-offcanvas-bar .uk-tab > *::before > a, .uk-light .uk-tab > *::after > a, .uk-offcanvas-bar .uk-tab > *::after > a {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-tab > * > a:hover, .uk-offcanvas-bar .uk-tab > * > a:hover, .uk-light .uk-tab > *::before > a:hover, .uk-offcanvas-bar .uk-tab > *::before > a:hover, .uk-light .uk-tab > *::after > a:hover, .uk-offcanvas-bar .uk-tab > *::after > a:hover,
  .uk-light .uk-tab > * > a:focus,
  .uk-offcanvas-bar .uk-tab > * > a:focus,
  .uk-light .uk-tab > *::before > a:focus,
  .uk-offcanvas-bar .uk-tab > *::before > a:focus,
  .uk-light .uk-tab > *::after > a:focus,
  .uk-offcanvas-bar .uk-tab > *::after > a:focus {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-tab > .uk-active > a, .uk-offcanvas-bar .uk-tab > .uk-active > a {
    color: #fff;
    border-color: #fff; }
  .uk-light .uk-tab > .uk-disabled > a, .uk-offcanvas-bar .uk-tab > .uk-disabled > a {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-slidenav, .uk-offcanvas-bar .uk-slidenav {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-slidenav:hover, .uk-offcanvas-bar .uk-slidenav:hover,
  .uk-light .uk-slidenav:focus,
  .uk-offcanvas-bar .uk-slidenav:focus {
    color: rgba(255, 255, 255, 0.95); }
  .uk-light .uk-slidenav:active, .uk-offcanvas-bar .uk-slidenav:active {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-dotnav > * > *, .uk-offcanvas-bar .uk-dotnav > * > *, .uk-light .uk-dotnav > *::before > *, .uk-offcanvas-bar .uk-dotnav > *::before > *, .uk-light .uk-dotnav > *::after > *, .uk-offcanvas-bar .uk-dotnav > *::after > *, .uk-light .uk-dotnav > * > *::before, .uk-offcanvas-bar .uk-dotnav > * > *::before, .uk-light .uk-dotnav > *::before > *::before, .uk-offcanvas-bar .uk-dotnav > *::before > *::before, .uk-light .uk-dotnav > *::after > *::before, .uk-offcanvas-bar .uk-dotnav > *::after > *::before, .uk-light .uk-dotnav > * > *::after, .uk-offcanvas-bar .uk-dotnav > * > *::after, .uk-light .uk-dotnav > *::before > *::after, .uk-offcanvas-bar .uk-dotnav > *::before > *::after, .uk-light .uk-dotnav > *::after > *::after, .uk-offcanvas-bar .uk-dotnav > *::after > *::after {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.9); }
  .uk-light .uk-dotnav > * > :hover, .uk-offcanvas-bar .uk-dotnav > * > :hover, .uk-light .uk-dotnav > *::before > :hover, .uk-offcanvas-bar .uk-dotnav > *::before > :hover, .uk-light .uk-dotnav > *::after > :hover, .uk-offcanvas-bar .uk-dotnav > *::after > :hover,
  .uk-light .uk-dotnav > * > :focus,
  .uk-offcanvas-bar .uk-dotnav > * > :focus,
  .uk-light .uk-dotnav > *::before > :focus,
  .uk-offcanvas-bar .uk-dotnav > *::before > :focus,
  .uk-light .uk-dotnav > *::after > :focus,
  .uk-offcanvas-bar .uk-dotnav > *::after > :focus {
    background-color: rgba(255, 255, 255, 0.9);
    border-color: transparent; }
  .uk-light .uk-dotnav > * > :active, .uk-offcanvas-bar .uk-dotnav > * > :active, .uk-light .uk-dotnav > *::before > :active, .uk-offcanvas-bar .uk-dotnav > *::before > :active, .uk-light .uk-dotnav > *::after > :active, .uk-offcanvas-bar .uk-dotnav > *::after > :active {
    background-color: rgba(255, 255, 255, 0.5);
    border-color: transparent; }
  .uk-light .uk-dotnav > .uk-active > *, .uk-offcanvas-bar .uk-dotnav > .uk-active > *, .uk-light .uk-dotnav > .uk-active > *::before, .uk-offcanvas-bar .uk-dotnav > .uk-active > *::before, .uk-light .uk-dotnav > .uk-active > *::after, .uk-offcanvas-bar .uk-dotnav > .uk-active > *::after {
    background-color: rgba(255, 255, 255, 0.9);
    border-color: transparent; }
  .uk-light .uk-accordion-title::before, .uk-offcanvas-bar .uk-accordion-title::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E"); }
  .uk-light .uk-open > .uk-accordion-title::before, .uk-offcanvas-bar .uk-open > .uk-accordion-title::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E"); }
  .uk-light .uk-iconnav > * > a, .uk-offcanvas-bar .uk-iconnav > * > a, .uk-light .uk-iconnav > *::before > a, .uk-offcanvas-bar .uk-iconnav > *::before > a, .uk-light .uk-iconnav > *::after > a, .uk-offcanvas-bar .uk-iconnav > *::after > a {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-iconnav > * > a:hover, .uk-offcanvas-bar .uk-iconnav > * > a:hover, .uk-light .uk-iconnav > *::before > a:hover, .uk-offcanvas-bar .uk-iconnav > *::before > a:hover, .uk-light .uk-iconnav > *::after > a:hover, .uk-offcanvas-bar .uk-iconnav > *::after > a:hover,
  .uk-light .uk-iconnav > * > a:focus,
  .uk-offcanvas-bar .uk-iconnav > * > a:focus,
  .uk-light .uk-iconnav > *::before > a:focus,
  .uk-offcanvas-bar .uk-iconnav > *::before > a:focus,
  .uk-light .uk-iconnav > *::after > a:focus,
  .uk-offcanvas-bar .uk-iconnav > *::after > a:focus {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-iconnav > .uk-active > a, .uk-offcanvas-bar .uk-iconnav > .uk-active > a {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-text-lead, .uk-offcanvas-bar .uk-text-lead {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-text-meta, .uk-offcanvas-bar .uk-text-meta {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-text-muted, .uk-offcanvas-bar .uk-text-muted {
    color: rgba(255, 255, 255, 0.5) !important; }
  .uk-light .uk-text-emphasis, .uk-offcanvas-bar .uk-text-emphasis {
    color: #fff !important; }
  .uk-light .uk-text-primary, .uk-offcanvas-bar .uk-text-primary {
    color: #fff !important; }
  .uk-light .uk-text-secondary, .uk-offcanvas-bar .uk-text-secondary {
    color: #fff !important; }
  .uk-light .uk-column-divider, .uk-offcanvas-bar .uk-column-divider {
    column-rule-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-logo, .uk-offcanvas-bar .uk-logo {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-logo:hover, .uk-offcanvas-bar .uk-logo:hover,
  .uk-light .uk-logo:focus,
  .uk-offcanvas-bar .uk-logo:focus {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-logo > :not(.uk-logo-inverse):not(:only-of-type), .uk-offcanvas-bar .uk-logo > :not(.uk-logo-inverse):not(:only-of-type) {
    display: none; }
  .uk-light .uk-logo-inverse, .uk-offcanvas-bar .uk-logo-inverse {
    display: inline; }

/* ========================================================================
   Component: Print
 ========================================================================== */
@media print {
  *, *::before, *::after,
  *::before,
  *::after {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/**
 * selectize.css (v0.13.3)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 * Copyright (c) 2020 Selectize Team & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 * @author Ris Adams <selectize@risadams.com>  
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  box-shadow: inset 0 0 12px 4px #fff; }

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: "!";
  visibility: hidden; }

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.selectize-control .dropdown-header {
  position: relative;
  padding: 10px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 3px 3px 0 0; }

.selectize-control .dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: .4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important; }

.selectize-control .dropdown-header-close:hover {
  color: #000; }

.selectize-dropdown.plugin-optgroup_columns .selectize-dropdown-content {
  display: flex; }

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none; }

.selectize-control.plugin-remove_button .item {
  display: inline-flex;
  align-items: center;
  padding-right: 0 !important; }

.selectize-control.plugin-remove_button .item .remove {
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 6px;
  border-left: 1px solid #d0d0d0;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
  margin-left: 6px; }

.selectize-control.plugin-remove_button .item .remove:hover {
  background: rgba(0, 0, 0, 0.05); }

.selectize-control.plugin-remove_button .item.active .remove {
  border-left-color: #cacaca; }

.selectize-control.plugin-remove_button .disabled .item .remove:hover {
  background: none; }

.selectize-control.plugin-remove_button .disabled .item .remove {
  border-left-color: #fff; }

.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px; }

.selectize-control {
  position: relative; }

.selectize-dropdown, .selectize-input, .selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  font-smoothing: inherit; }

.selectize-input, .selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block; }

.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px; }

.selectize-control.multi .selectize-input.has-items {
  padding: calc( 8px - 2px - 0) 8px calc( 8px - 2px - 3px - 0); }

.selectize-input.full {
  background-color: #fff; }

.selectize-input.disabled, .selectize-input.disabled *, .selectize-input.disabled *::before, .selectize-input.disabled *::after {
  cursor: default !important; }

.selectize-input.focus {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15); }

.selectize-input.dropdown-active {
  border-radius: 3px 3px 0 0; }

.selectize-input > *, .selectize-input > *::before, .selectize-input > *::after {
  vertical-align: baseline;
  display: inline-block;
  zoom: 1; }

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0; }

.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca; }

.selectize-control.multi .selectize-input.disabled > div, .selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #fff;
  border: 0 solid #fff; }

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  user-select: auto !important;
  box-shadow: none !important; }

.selectize-input > input::-ms-clear {
  display: none; }

.selectize-input > input:focus {
  outline: none !important; }

.selectize-input > input[placeholder] {
  box-sizing: initial; }

.selectize-input.has-items > input {
  margin: 0 0px !important; }

.selectize-input::after {
  content: " ";
  display: block;
  clear: left; }

.selectize-input.dropdown-active::before {
  content: " ";
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0; }

.selectize-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px; }

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden; }

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px; }

.selectize-dropdown .option, .selectize-dropdown .optgroup-header, .selectize-dropdown .no-results, .selectize-dropdown .create {
  padding: 5px 8px; }

.selectize-dropdown .option, .selectize-dropdown [data-disabled], .selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: .5; }

.selectize-dropdown [data-selectable].option {
  opacity: 1;
  cursor: pointer; }

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none; }

.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default; }

.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68; }

.selectize-dropdown .active.create {
  color: #495c68; }

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5); }

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  overflow-scrolling: touch; }

.selectize-dropdown-emptyoptionlabel {
  text-align: center; }

.selectize-dropdown .spinner {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 5px 8px; }

.selectize-dropdown .spinner:after {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  margin: 3px;
  border-radius: 50%;
  border: 5px solid #d0d0d0;
  border-color: #d0d0d0 transparent #d0d0d0 transparent;
  animation: lds-dual-ring 1.2s linear infinite; }

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.selectize-control.single .selectize-input, .selectize-control.single .selectize-input input {
  cursor: pointer; }

.selectize-control.single .selectize-input.input-active, .selectize-control.single .selectize-input.input-active input {
  cursor: text; }

.selectize-control.single .selectize-input:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: gray transparent transparent transparent; }

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent gray transparent; }

.selectize-control.rtl {
  text-align: right; }

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto; }

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important; }

.selectize-control .selectize-input.disabled {
  opacity: .5;
  background-color: #fafafa; }

.selectize-control {
  display: flex;
  align-items: center;
  align-content: center;
  height: 100%; }
  .selectize-control .selectize-input, .selectize-control .selectize-input.input-active {
    border: 0;
    box-shadow: none;
    height: 100%;
    display: flex !important;
    align-content: center;
    align-items: center; }
  .selectize-control .selectize-dropdown {
    border-radius: 10px;
    box-shadow: 5px 15px 20px rgba(0, 0, 0, 0.2);
    border: 0;
    padding: 20px;
    overflow: hidden;
    transform: translate(0, 20px); }

.wrapper {
  width: 975px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 1199.98px) {
    .wrapper {
      width: 750px; } }
  @media (max-width: 959.98px) {
    .wrapper {
      max-width: 90%; } }
  .wrapper.narrow__wrapper {
    width: 975px;
    padding-right: 75px;
    padding-left: 75px; }
    @media (max-width: 1199.98px) {
      .wrapper.narrow__wrapper {
        width: 750px;
        padding-right: 0;
        padding-left: 0; } }
    @media (max-width: 959.98px) {
      .wrapper.narrow__wrapper {
        max-width: 90%; } }

.nunito {
  font-family: 'Nunito', sans-serif; }
  
  /* overlaye */
#overlay { position:fixed; top:0; left:0; width:100%; height:100%; z-index:9999; background:url('./../assets/images/overlay.png') no-repeat; -webkit-background-size: 100% 100%; -moz-background-size: 100% 100%; -o-background-size: 100% 100%; background-size: 100% 100%; }
#overlay .box { display:none; position:absolute; width:470px; margin-left:-235px; top:50%; left:50%; border:0; box-shadow:none; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; }
#overlay .box header { -webkit-border-top-right-radius:3px; -moz-border-top-right-radius:3px; border-top-right-radius:3px; -webkit-border-top-left-radius:3px; -moz-border-top-left-radius:3px; border-top-left-radius:3px; padding:10px 20px; font-family:SourceSansProItalic, Helvetica, Arial, "sans-serif"; font-size:15px; line-height:18px; color:#03b8ff; }
#overlay .box div { padding:20px; background-color: #fff;}
#overlay .box div.box-avatar {padding: 5px;}
#overlay .box footer { -webkit-border-bottom-right-radius:3px; -moz-border-bottom-right-radius:3px; border-bottom-right-radius:3px; -webkit-border-bottom-left-radius:3px; -moz-border-bottom-left-radius:3px; border-bottom-left-radius:3px; padding:7px 10px 7px 20px; background-color: #fff; text-align:right; }
#overlay .box.prompt div input { width:424px; margin-top:10px; }

/* edycja foto */
#edit-photo { border-bottom:1px solid #e5e5e5; position:relative; }
#edit-photo:after { content:"\0020"; display:block; clear:both; }
#preview-user-image-container { margin:0 34px;  }
#edit-photo #crop { width:410px; min-height:200px; padding:20px; position:relative; top:0; left:0; bottom:0; }
#edit-photo #crop-preview { width:167px; text-align:center; border-left:1px solid #e5e5e5; position:absolute; top:0; right:0; bottom:0; padding-top:20px; }
#edit-photo #crop-preview input { width: 66px; padding: 9px 12px; }
#thumb-edit-form { position:absolute; bottom:25px; width: 100%; }
#edit-photo-upload { padding:10px 0; border-bottom:1px solid #e5e5e5; border-top:1px solid #e5e5e5; }
#thumb-edit { margin-top:20px; display:inline-block; }
#preview-user-image-container { width: 100px; height: 100px; overflow: hidden; }
#preview-user-image button { width: 66px; }


.field-autocomplete { 
	position:absolute; 
	left:0; 
	top: 69px;
	background:#fff; 
	z-index:100; 
	border:1px solid #e5e5e5; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px; 
	display:none;
	width: 100%;
	white-space: nowrap;
}
.field-autocomplete ul { list-style: none; padding: 0; margin:0;}
.field-autocomplete ul li {
	padding: 0px !important;
}
.field-autocomplete ul li a {
	padding:12px; 
	border-bottom:1px solid #e5e5e5; 
	display:block; 
	color:#aaa; 
	font-weight:normal; 
	text-decoration:none;
}
.field-autocomplete ul li a:hover, .field-autocomplete ul li.hover a { background:#f7f7f7; }
.field-autocomplete ul li a b { color:#666; }
.field-autocomplete ul li:last-child a { border-bottom:0; }

.upload_photo button { border: none;}
.upload_photo input[type="text"] {
    background: #fff;
    position: relative;
    max-width: 50%;
    border: 1px solid #8A969F;
    border-radius: 6px;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
    margin-bottom: 18.75px;
	    padding: 7.5px 11.25px;
}

@font-face {
  font-family: 'Nunito';
  src: url("../assets/fonts/Nunito-Black.eot");
  src: url("../assets/fonts/Nunito-Black.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Nunito-Black.woff2") format("woff2"), url("../assets/fonts/Nunito-Black.woff") format("woff"), url("../assets/fonts/Nunito-Black.ttf") format("truetype"), url("../assets/fonts/Nunito-Black.svg#Nunito-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Nunito';
  src: url("../assets/fonts/Nunito-BlackItalic.eot");
  src: url("../assets/fonts/Nunito-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Nunito-BlackItalic.woff2") format("woff2"), url("../assets/fonts/Nunito-BlackItalic.woff") format("woff"), url("../assets/fonts/Nunito-BlackItalic.ttf") format("truetype"), url("../assets/fonts/Nunito-BlackItalic.svg#Nunito-BlackItalic") format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Nunito';
  src: url("../assets/fonts/Nunito-Bold.eot");
  src: url("../assets/fonts/Nunito-Bold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Nunito-Bold.woff2") format("woff2"), url("../assets/fonts/Nunito-Bold.woff") format("woff"), url("../assets/fonts/Nunito-Bold.ttf") format("truetype"), url("../assets/fonts/Nunito-Bold.svg#Nunito-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Nunito';
  src: url("../assets/fonts/Nunito-SemiBoldItalic.eot");
  src: url("../assets/fonts/Nunito-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Nunito-SemiBoldItalic.woff2") format("woff2"), url("../assets/fonts/Nunito-SemiBoldItalic.woff") format("woff"), url("../assets/fonts/Nunito-SemiBoldItalic.ttf") format("truetype"), url("../assets/fonts/Nunito-SemiBoldItalic.svg#Nunito-SemiBoldItalic") format("svg");
  font-weight: 600;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Nunito';
  src: url("../assets/fonts/Nunito-Regular.eot");
  src: url("../assets/fonts/Nunito-Regular.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Nunito-Regular.woff2") format("woff2"), url("../assets/fonts/Nunito-Regular.woff") format("woff"), url("../assets/fonts/Nunito-Regular.ttf") format("truetype"), url("../assets/fonts/Nunito-Regular.svg#Nunito-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Poppins';
  src: url("../assets/fonts/Poppins-Black.eot");
  src: url("../assets/fonts/Poppins-Black.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Poppins-Black.woff2") format("woff2"), url("../assets/fonts/Poppins-Black.woff") format("woff"), url("../assets/fonts/Poppins-Black.ttf") format("truetype"), url("../assets/fonts/Poppins-Black.svg#Poppins-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Nunito';
  src: url("../assets/fonts/Nunito-LightItalic.eot");
  src: url("../assets/fonts/Nunito-LightItalic.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Nunito-LightItalic.woff2") format("woff2"), url("../assets/fonts/Nunito-LightItalic.woff") format("woff"), url("../assets/fonts/Nunito-LightItalic.ttf") format("truetype"), url("../assets/fonts/Nunito-LightItalic.svg#Nunito-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Nunito';
  src: url("../assets/fonts/Nunito-BoldItalic.eot");
  src: url("../assets/fonts/Nunito-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Nunito-BoldItalic.woff2") format("woff2"), url("../assets/fonts/Nunito-BoldItalic.woff") format("woff"), url("../assets/fonts/Nunito-BoldItalic.ttf") format("truetype"), url("../assets/fonts/Nunito-BoldItalic.svg#Nunito-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Nunito';
  src: url("../assets/fonts/Nunito-ExtraBold.eot");
  src: url("../assets/fonts/Nunito-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Nunito-ExtraBold.woff2") format("woff2"), url("../assets/fonts/Nunito-ExtraBold.woff") format("woff"), url("../assets/fonts/Nunito-ExtraBold.ttf") format("truetype"), url("../assets/fonts/Nunito-ExtraBold.svg#Nunito-ExtraBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Nunito';
  src: url("../assets/fonts/Nunito-SemiBold.eot");
  src: url("../assets/fonts/Nunito-SemiBold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Nunito-SemiBold.woff2") format("woff2"), url("../assets/fonts/Nunito-SemiBold.woff") format("woff"), url("../assets/fonts/Nunito-SemiBold.ttf") format("truetype"), url("../assets/fonts/Nunito-SemiBold.svg#Nunito-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Nunito';
  src: url("../assets/fonts/Nunito-ExtraBoldItalic.eot");
  src: url("../assets/fonts/Nunito-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Nunito-ExtraBoldItalic.woff2") format("woff2"), url("../assets/fonts/Nunito-ExtraBoldItalic.woff") format("woff"), url("../assets/fonts/Nunito-ExtraBoldItalic.ttf") format("truetype"), url("../assets/fonts/Nunito-ExtraBoldItalic.svg#Nunito-ExtraBoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Nunito';
  src: url("../assets/fonts/Nunito-ExtraLightItalic.eot");
  src: url("../assets/fonts/Nunito-ExtraLightItalic.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Nunito-ExtraLightItalic.woff2") format("woff2"), url("../assets/fonts/Nunito-ExtraLightItalic.woff") format("woff"), url("../assets/fonts/Nunito-ExtraLightItalic.ttf") format("truetype"), url("../assets/fonts/Nunito-ExtraLightItalic.svg#Nunito-ExtraLightItalic") format("svg");
  font-weight: 200;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Nunito';
  src: url("../assets/fonts/Nunito-Italic.eot");
  src: url("../assets/fonts/Nunito-Italic.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Nunito-Italic.woff2") format("woff2"), url("../assets/fonts/Nunito-Italic.woff") format("woff"), url("../assets/fonts/Nunito-Italic.ttf") format("truetype"), url("../assets/fonts/Nunito-Italic.svg#Nunito-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Nunito';
  src: url("../assets/fonts/Nunito-Light.eot");
  src: url("../assets/fonts/Nunito-Light.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Nunito-Light.woff2") format("woff2"), url("../assets/fonts/Nunito-Light.woff") format("woff"), url("../assets/fonts/Nunito-Light.ttf") format("truetype"), url("../assets/fonts/Nunito-Light.svg#Nunito-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Nunito';
  src: url("../assets/fonts/Nunito-ExtraLight.eot");
  src: url("../assets/fonts/Nunito-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Nunito-ExtraLight.woff2") format("woff2"), url("../assets/fonts/Nunito-ExtraLight.woff") format("woff"), url("../assets/fonts/Nunito-ExtraLight.ttf") format("truetype"), url("../assets/fonts/Nunito-ExtraLight.svg#Nunito-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Poppins';
  src: url("../assets/fonts/Poppins-Bold.eot");
  src: url("../assets/fonts/Poppins-Bold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Poppins-Bold.woff2") format("woff2"), url("../assets/fonts/Poppins-Bold.woff") format("woff"), url("../assets/fonts/Poppins-Bold.ttf") format("truetype"), url("../assets/fonts/Poppins-Bold.svg#Poppins-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Poppins';
  src: url("../assets/fonts/Poppins-LightItalic.eot");
  src: url("../assets/fonts/Poppins-LightItalic.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Poppins-LightItalic.woff2") format("woff2"), url("../assets/fonts/Poppins-LightItalic.woff") format("woff"), url("../assets/fonts/Poppins-LightItalic.ttf") format("truetype"), url("../assets/fonts/Poppins-LightItalic.svg#Poppins-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Poppins';
  src: url("../assets/fonts/Poppins-BlackItalic.eot");
  src: url("../assets/fonts/Poppins-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Poppins-BlackItalic.woff2") format("woff2"), url("../assets/fonts/Poppins-BlackItalic.woff") format("woff"), url("../assets/fonts/Poppins-BlackItalic.ttf") format("truetype"), url("../assets/fonts/Poppins-BlackItalic.svg#Poppins-BlackItalic") format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Poppins';
  src: url("../assets/fonts/Poppins-ExtraBold.eot");
  src: url("../assets/fonts/Poppins-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Poppins-ExtraBold.woff2") format("woff2"), url("../assets/fonts/Poppins-ExtraBold.woff") format("woff"), url("../assets/fonts/Poppins-ExtraBold.ttf") format("truetype"), url("../assets/fonts/Poppins-ExtraBold.svg#Poppins-ExtraBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Poppins';
  src: url("../assets/fonts/Poppins-ExtraLight.eot");
  src: url("../assets/fonts/Poppins-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Poppins-ExtraLight.woff2") format("woff2"), url("../assets/fonts/Poppins-ExtraLight.woff") format("woff"), url("../assets/fonts/Poppins-ExtraLight.ttf") format("truetype"), url("../assets/fonts/Poppins-ExtraLight.svg#Poppins-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Poppins';
  src: url("../assets/fonts/Poppins-ExtraLightItalic.eot");
  src: url("../assets/fonts/Poppins-ExtraLightItalic.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Poppins-ExtraLightItalic.woff2") format("woff2"), url("../assets/fonts/Poppins-ExtraLightItalic.woff") format("woff"), url("../assets/fonts/Poppins-ExtraLightItalic.ttf") format("truetype"), url("../assets/fonts/Poppins-ExtraLightItalic.svg#Poppins-ExtraLightItalic") format("svg");
  font-weight: 200;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Poppins';
  src: url("../assets/fonts/Poppins-BoldItalic.eot");
  src: url("../assets/fonts/Poppins-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Poppins-BoldItalic.woff2") format("woff2"), url("../assets/fonts/Poppins-BoldItalic.woff") format("woff"), url("../assets/fonts/Poppins-BoldItalic.ttf") format("truetype"), url("../assets/fonts/Poppins-BoldItalic.svg#Poppins-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Poppins';
  src: url("../assets/fonts/Poppins-ExtraBoldItalic.eot");
  src: url("../assets/fonts/Poppins-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Poppins-ExtraBoldItalic.woff2") format("woff2"), url("../assets/fonts/Poppins-ExtraBoldItalic.woff") format("woff"), url("../assets/fonts/Poppins-ExtraBoldItalic.ttf") format("truetype"), url("../assets/fonts/Poppins-ExtraBoldItalic.svg#Poppins-ExtraBoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Poppins';
  src: url("../assets/fonts/Poppins-Light.eot");
  src: url("../assets/fonts/Poppins-Light.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Poppins-Light.woff2") format("woff2"), url("../assets/fonts/Poppins-Light.woff") format("woff"), url("../assets/fonts/Poppins-Light.ttf") format("truetype"), url("../assets/fonts/Poppins-Light.svg#Poppins-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Poppins';
  src: url("../assets/fonts/Poppins-Italic.eot");
  src: url("../assets/fonts/Poppins-Italic.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Poppins-Italic.woff2") format("woff2"), url("../assets/fonts/Poppins-Italic.woff") format("woff"), url("../assets/fonts/Poppins-Italic.ttf") format("truetype"), url("../assets/fonts/Poppins-Italic.svg#Poppins-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Poppins';
  src: url("../assets/fonts/Poppins-Medium.eot");
  src: url("../assets/fonts/Poppins-Medium.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Poppins-Medium.woff2") format("woff2"), url("../assets/fonts/Poppins-Medium.woff") format("woff"), url("../assets/fonts/Poppins-Medium.ttf") format("truetype"), url("../assets/fonts/Poppins-Medium.svg#Poppins-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Poppins';
  src: url("../assets/fonts/Poppins-SemiBoldItalic.eot");
  src: url("../assets/fonts/Poppins-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Poppins-SemiBoldItalic.woff2") format("woff2"), url("../assets/fonts/Poppins-SemiBoldItalic.woff") format("woff"), url("../assets/fonts/Poppins-SemiBoldItalic.ttf") format("truetype"), url("../assets/fonts/Poppins-SemiBoldItalic.svg#Poppins-SemiBoldItalic") format("svg");
  font-weight: 600;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Poppins';
  src: url("../assets/fonts/Poppins-SemiBold.eot");
  src: url("../assets/fonts/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Poppins-SemiBold.woff2") format("woff2"), url("../assets/fonts/Poppins-SemiBold.woff") format("woff"), url("../assets/fonts/Poppins-SemiBold.ttf") format("truetype"), url("../assets/fonts/Poppins-SemiBold.svg#Poppins-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Poppins';
  src: url("../assets/fonts/Poppins-MediumItalic.eot");
  src: url("../assets/fonts/Poppins-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Poppins-MediumItalic.woff2") format("woff2"), url("../assets/fonts/Poppins-MediumItalic.woff") format("woff"), url("../assets/fonts/Poppins-MediumItalic.ttf") format("truetype"), url("../assets/fonts/Poppins-MediumItalic.svg#Poppins-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Poppins';
  src: url("../assets/fonts/Poppins-Regular.eot");
  src: url("../assets/fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Poppins-Regular.woff2") format("woff2"), url("../assets/fonts/Poppins-Regular.woff") format("woff"), url("../assets/fonts/Poppins-Regular.ttf") format("truetype"), url("../assets/fonts/Poppins-Regular.svg#Poppins-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

*, *::before, *::after {
  box-sizing: border-box; }
  *::before, *::after {
    speak: none; }

html {
  margin: 0;
  padding: 0;
  font-size: 3.8333vw;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  background-color: #fff;
  color: #000; }
  @media (min-width: 450px) {
    html {
      font-size: 2.8vw; } }
  @media (min-width: 640px) {
    html {
      font-size: 2.2vw; } }
  @media (min-width: 960px) {
    html {
      font-size: 1.4vw; } }
  @media (min-width: 1200px) {
    html {
      font-size: .833334vw; } }

body {
  margin: 0;
  padding: 0;
  font-size: 13px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden; }

main {
  flex-grow: 1;
  font-size: 13px; }

a {
  color: inherit;
  transition: color 0.3s ease-in-out;
  will-change: color; }
  a:hover, a:active, a:focus {
    color: #03B8FF;
    text-decoration: none; }

b,
strong {
  font-weight: 700; }

em {
  color: inherit; }

input,
button,
textarea,
select,
option {
  font-family: inherit; }
  input::placeholder,
  button::placeholder,
  textarea::placeholder,
  select::placeholder,
  option::placeholder {
    color: inherit; }

button,
select,
input[type="submit"] {
  color: inherit;
  cursor: pointer; }
  button:hover, button:active, button:focus,
  select:hover,
  select:active,
  select:focus,
  input[type="submit"]:hover,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    cursor: pointer; }

textarea {
  overflow: auto; }

[type=checkbox] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  color: inherit; }

img {
  max-height: inherit; }
  img[uk-svg] {
    display: none; }
  img:not([src]) {
    visibility: hidden; }
  img[data-src], img[data-srcset] {
    display: block;
    min-height: 1px; }

svg {
  fill: inherit;
  color: inherit;
  max-width: inherit;
  max-height: inherit; }

:not(pre) > code, :not(pre) > em, :not(pre) > kbd, :not(pre) > samp {
  color: #000000; }

.uk-lightbox {
  background-color: #000000b8 !important; }

.uk-lightbox-button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  padding: 3.75px; }
  .uk-lightbox-button:hover, .uk-lightbox-button:focus {
    background-color: rgba(0, 0, 0, 0.25);
    color: rgba(102, 102, 102, 0.9); }
  .uk-lightbox-button::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' data-svg='chevron-right'%3E%3Cpolyline fill='none' stroke='%23fff' stroke-width='1.03' points='7 4 13 10 7 16'%3E%3C/polyline%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%; }
  .uk-lightbox-button.uk-slidenav-previous::after {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' data-svg='chevron-left'%3E%3Cpolyline fill='none' stroke='%23fff' stroke-width='1.03' points='13 16 7 10 13 4'%3E%3C/polyline%3E%3C/svg%3E"); }

.uppercase {
  text-transform: uppercase; }

.heading {
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  color: #003866; }

h2 {
  font-size: 27px;
  line-height: 1; }

.lightgrey_bg {
  background: #f5f5f5; }

.links__list {
  font-family: 'Nunito', sans-serif;
  font-weight: 700; }
  .links__list li {
    margin-top: 6px;
    margin-bottom: 6px; }
  .links__list a {
    color: #03B8FF; }
    .links__list a:hover {
      color: #003866; }
  .links__list .count {
    color: #8A969F; }

.rating {
  color: #03B8FF;
  font-size: 9px;
  font-weight: 600;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: flex-start; }
  .rating img:not(.active), .rating svg:not(.active) {
    color: #EBEBEB; }
  .rating .count {
    color: #8A969F;
    margin-left: 5.25px; }

.lang__pair {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin: 9px 0; }
  .lang__pair:last-child {
    margin-bottom: 0; }
  .lang__pair .pair__inner {
    display: flex;
    justify-content: space-between;
    width: 100%; }
  .lang__pair .pair__count {
    font-weight: 400;
    color: #5A6A76;
    margin-left: 18.75px; }

.margin__bottom {
  margin-bottom: 22.5px; }

.margin__top {
  margin-top: 41.25px; }

.content .main__section {
  margin-top: 45px;
  padding-top: 22.5px;
  padding-bottom: 90px;
  color: #5A6A76; }

.content .input__control {
  max-width: 100% !important; }

.content__section {
  color: #5A6A76; }

.tags__section .inner__title {
  font-weight: 600;
  text-transform: uppercase;
  color: #003866;
  margin-bottom: 10px; }

.tags__section .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px; }

.tags__section .tag {
  border: 1px solid #EBEBEB;
  border-radius: 4px;
  padding: 2px 6px;
  transition: all 0.3s ease-in-out; }
  .tags__section .tag:hover {
    background-color: #03B8FF;
    color: #fff;
    border-color: #03B8FF; }

.align__right {
  text-align: right; }

.align__center {
  text-align: center; }

*, *::before, *::after {
  /*Webkit*/
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
  /*Mozilla*/
  /* Handle Track */
  scrollbar-color: grey dimgrey;
  /* width */
  scrollbar-width: thin; }
  *::-webkit-scrollbar {
    transition: background-color 0.3s ease-in-out;
    width: 7.5px; }
  *::-webkit-scrollbar-track {
    background-color: lightgrey;
    border-radius: 7.5px; }
  *::-webkit-scrollbar-thumb {
    background-color: grey;
    border-radius: 7.5px; }
  *::-webkit-scrollbar-thumb:hover {
    background-color: dimgrey; }

header {
  position: relative;
  z-index: 13; }
  header.header__home {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    z-index: 13; }
  header:not(.header__home) {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #003866;
    padding-bottom: 30px; }
  header .topbar {
    display: flex;
    justify-items: flex-end;
    justify-content: flex-end;
    margin-bottom: 15px; }
    header .topbar .button {
      font-size: 10.5px;
      margin-left: 15px;
      padding-right: 30px;
      padding-left: 30px; }
      header .topbar .button.button__blue:hover {
        box-shadow: 0 0 0px 2px inset #03B8FF; }
  header .main__wrapper {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    color: #fff; }
    @media (max-width: 959.98px) {
      header .main__wrapper {
        margin-top: 15px; } }
    header .main__wrapper .menu {
      display: flex;
      gap: 30px;
      list-style: none;
      padding: 0;
      margin: 0; }
      @media (max-width: 1199.98px) {
        header .main__wrapper .menu {
          gap: 15px; } }
      header .main__wrapper .menu .nav__sep {
        position: relative; }
        header .main__wrapper .menu .nav__sep:before {
          content: "";
          display: block;
          height: 10.5px;
          width: 1px;
          background: #fff;
          position: absolute;
          left: -15px;
          top: 0;
          bottom: 0;
          margin: auto; }
          @media (max-width: 1199.98px) {
            header .main__wrapper .menu .nav__sep:before {
              left: -7.5px; } }
          @media (max-width: 959.98px) {
            header .main__wrapper .menu .nav__sep:before {
              display: none; } }
        header .main__wrapper .menu .nav__sep:after {
          content: "";
          display: block;
          height: 10.5px;
          width: 1px;
          background: #fff;
          position: absolute;
          right: -15px;
          top: 0;
          bottom: 0;
          margin: auto; }
          @media (max-width: 1199.98px) {
            header .main__wrapper .menu .nav__sep:after {
              right: -7.5px; } }
          @media (max-width: 959.98px) {
            header .main__wrapper .menu .nav__sep:after {
              display: none; } }

@media (max-width: 959.98px) {
  .nav_wrapper {
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #03B8FF;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center; }
    .nav_wrapper .menu {
      display: flex;
      flex-direction: column;
      margin-bottom: 30px !important; }
    .nav_wrapper a:hover {
      color: inherit !important; }
    .nav_wrapper .button {
      border: 2px solid #fff; } }

.menu__close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #003866;
  border-radius: 8px;
  padding: 4.5px; }

footer {
  padding-top: 75px;
  font-weight: 300;
  color: #5A6A76; }
  @media (max-width: 959.98px) {
    footer {
      padding-top: 37.5px; }
      footer .footer__logo__block {
        text-align: center;
        margin-bottom: 22.5px; } }
  footer .footer__menus {
    display: flex;
    justify-content: center;
    justify-items: center; }
    footer .footer__menus ul {
      list-style: none;
      padding: 0;
      margin: 0;
      position: relative;
      min-width: 168.75px; }
      @media (max-width: 1199.98px) {
        footer .footer__menus ul {
          min-width: 1px; } }
      @media (max-width: 639.98px) {
        footer .footer__menus ul {
          text-align: center; }
          footer .footer__menus ul li { padding-left: 0 !important;}
        }
      footer .footer__menus ul:before {
        content: '';
        display: block;
        width: 1px;
        height: 100%;
        background: #EBEBEB;
        position: absolute; }
        @media (max-width: 639.98px) { 
          footer .footer__menus ul:before {
            display: none; } }
      footer .footer__menus ul li {
        padding-left: 18.75px;
        margin: 3.75px 0;
        position: relative; }
        footer .footer__menus ul li:before {
          content: '';
          display: block;
          width: 1px;
          height: 11px;
          background: #5A6A76;
          opacity: 0.5;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          margin: auto; }
          @media (max-width: 639.98px) {
            footer .footer__menus ul li:before {
              display: none; } }
  footer .copy {
    font-size: 9px;
    padding: 33.75px 0;
    display: flex;
    justify-content: space-between; }

.alert {
  padding: 9px 15px;
  margin-bottom: 12px;
  border: 1px solid transparent;
  border-radius: 3px;
  position: fixed;
  top: 60px;
  right: 12px;
  z-index: 1000; }
  .alert-success {
    background-color: #dff0d8;
    border-color: #d0e9c6;
    color: #3c763d; }
  .alert-info {
    background-color: #d9edf7;
    border-color: #bcdff1;
    color: #31708f; }
  .alert-warning {
    background-color: #fcf8e3;
    border-color: #faf2cc;
    color: #8a6d3b; }
  .alert-danger {
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442; }
  .alert .close {
    display: none; }
	


#cookie-alert {
  z-index: 900;
  position: fixed;
  width: 100%;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: 0 0 10px 0 black;
  -moz-box-shadow: 0 0 10px 0 black;
  box-shadow: 0 0 10px 0 black;
  background: none #ccc;
  color: #555;
  font-size: 14px;
  padding: 6px 0;
  text-align: center; }

#cookie-alert > p {
  margin: 0; }

#cookie-alert a {
  text-decoration: underline; }

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style-type: none;
  margin: 30px 0;
  padding: 0;
  grid-column: 1/-1; }
  .pagination__link {
    display: block;
    padding: 0 5.25px;
    font-size: 13px;
    font-weight: 500;
    margin: 0 1.5px 1.5px;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-content: center;
    align-items: center;
    width: 22.5px;
    height: 22.5px;
    transition: all 0.3s ease-in-out;
    border-radius: 8px; }
    .pagination__link:hover {
      color: #fff;
      background: #003866; }
    .pagination__link--active {
      background-color: #003866;
      border-radius: 8px;
      color: white;
      pointer-events: none; }
    .pagination__link--prev {
      border: 1px solid #8A969F;
      border-radius: 8px; }
      .pagination__link--prev::before, .pagination__link--next::before {
        content: "<";
        display: inline-block;
        font-size: .6em; }
    .pagination__link--next {
      border: 1px solid #8A969F;
      border-radius: 8px; }
      .pagination__link--next::before {
        content: ">"; }

.button {
  padding: 9px 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  font-family: 'Nunito', sans-serif;
  font-weight: 600;
  cursor: pointer; }
  .button img, .button path {
    transition: all 0.3s ease-in-out; }
  .button.button__white {
    background: #fff;
    color: #5A6A76; }
    .button.button__white:hover {
      background: #03B8FF;
      color: #fff; }
    .button.button__white.button__active {
      background: #03B8FF;
      color: #fff; }
  .button.button__blue {
    background: #03B8FF;
    color: #fff; }
    .button.button__blue:hover {
      background-color: #003866; }
      .button.button__blue:hover img, .button.button__blue:hover path {
        fill: #fff !important; }
  .button.button__navy {
    background: #003866;
    color: #fff;
    border: 0; }
    .button.button__navy:hover {
      background: #03B8FF; }
      .button.button__navy:hover img, .button.button__navy:hover path {
        fill: #fff !important; }
    .button.button__navy img, .button.button__navy path {
      fill: #fff !important; }
  .button.button__grey {
    background: #5A6A76;
    color: #fff;
    border: 0; }
    .button.button__grey:hover {
      background: #03B8FF; }
      .button.button__grey:hover img, .button.button__grey:hover path {
        fill: #fff !important; }
    .button.button__grey img, .button.button__grey path {
      fill: #03B8FF !important; }
  .button.button__rounded {
    border-radius: 8px !important;
    overflow: hidden; }
  .button.button__fullrounded {
    border-radius: 1000px !important;
    overflow: hidden; }
  .button.button__stretch {
    padding: 9px 37.5px; }
  .button.button__icon img, .button.button__icon svg {
    position: relative;
    top: -3px; }

input.button {
  border: 0; }

.flag-icon-background {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat; }

.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
  border: 0.5px solid #efefef; }

.flag-icon:before {
  content: "\00a0"; }

.flag-icon.flag-icon-squared {
  width: 1em; }

.flag-icon-ad {
  background-image: url("../assets/flags/4x3/ad.svg"); }

.flag-icon-ad.flag-icon-squared {
  background-image: url("../assets/flags/1x1/ad.svg"); }

.flag-icon-ae {
  background-image: url("../assets/flags/4x3/ae.svg"); }

.flag-icon-ae.flag-icon-squared {
  background-image: url("../assets/flags/1x1/ae.svg"); }

.flag-icon-af {
  background-image: url("../assets/flags/4x3/af.svg"); }

.flag-icon-af.flag-icon-squared {
  background-image: url("../assets/flags/1x1/af.svg"); }

.flag-icon-ag {
  background-image: url("../assets/flags/4x3/ag.svg"); }

.flag-icon-ag.flag-icon-squared {
  background-image: url("../assets/flags/1x1/ag.svg"); }

.flag-icon-ai {
  background-image: url("../assets/flags/4x3/ai.svg"); }

.flag-icon-ai.flag-icon-squared {
  background-image: url("../assets/flags/1x1/ai.svg"); }

.flag-icon-albanski {
  background-image: url("../assets/flags/4x3/al.svg"); }

.flag-icon-albanski.flag-icon-squared {
  background-image: url("../assets/flags/1x1/al.svg"); }

.flag-icon-am {
  background-image: url("../assets/flags/4x3/am.svg"); }

.flag-icon-am.flag-icon-squared {
  background-image: url("../assets/flags/1x1/am.svg"); }

.flag-icon-ao {
  background-image: url("../assets/flags/4x3/ao.svg"); }

.flag-icon-ao.flag-icon-squared {
  background-image: url("../assets/flags/1x1/ao.svg"); }

.flag-icon-aq {
  background-image: url("../assets/flags/4x3/aq.svg"); }

.flag-icon-aq.flag-icon-squared {
  background-image: url("../assets/flags/1x1/aq.svg"); }

.flag-icon-ar {
  background-image: url("../assets/flags/4x3/ar.svg"); }

.flag-icon-ar.flag-icon-squared {
  background-image: url("../assets/flags/1x1/ar.svg"); }

.flag-icon-as {
  background-image: url("../assets/flags/4x3/as.svg"); }

.flag-icon-as.flag-icon-squared {
  background-image: url("../assets/flags/1x1/as.svg"); }

.flag-icon-at {
  background-image: url("../assets/flags/4x3/at.svg"); }

.flag-icon-at.flag-icon-squared {
  background-image: url("../assets/flags/1x1/at.svg"); }

.flag-icon-au {
  background-image: url("../assets/flags/4x3/au.svg"); }

.flag-icon-au.flag-icon-squared {
  background-image: url("../assets/flags/1x1/au.svg"); }

.flag-icon-aw {
  background-image: url("../assets/flags/4x3/aw.svg"); }

.flag-icon-aw.flag-icon-squared {
  background-image: url("../assets/flags/1x1/aw.svg"); }

.flag-icon-ax {
  background-image: url("../assets/flags/4x3/ax.svg"); }

.flag-icon-ax.flag-icon-squared {
  background-image: url("../assets/flags/1x1/ax.svg"); }

.flag-icon-az {
  background-image: url("../assets/flags/4x3/az.svg"); }

.flag-icon-az.flag-icon-squared {
  background-image: url("../assets/flags/1x1/az.svg"); }

.flag-icon-bosniacki {
  background-image: url("../assets/flags/4x3/ba.svg"); }

.flag-icon-bosniacki.flag-icon-squared {
  background-image: url("../assets/flags/1x1/ba.svg"); }

.flag-icon-bb {
  background-image: url("../assets/flags/4x3/bb.svg"); }

.flag-icon-bb.flag-icon-squared {
  background-image: url("../assets/flags/1x1/bb.svg"); }

.flag-icon-bd {
  background-image: url("../assets/flags/4x3/bd.svg"); }

.flag-icon-bd.flag-icon-squared {
  background-image: url("../assets/flags/1x1/bd.svg"); }

.flag-icon-be {
  background-image: url("../assets/flags/4x3/be.svg"); }

.flag-icon-be.flag-icon-squared {
  background-image: url("../assets/flags/1x1/be.svg"); }

.flag-icon-bf {
  background-image: url("../assets/flags/4x3/bf.svg"); }

.flag-icon-bf.flag-icon-squared {
  background-image: url("../assets/flags/1x1/bf.svg"); }

.flag-icon-bulgarski {
  background-image: url("../assets/flags/4x3/bg.svg"); }

.flag-icon-bulgarski.flag-icon-squared {
  background-image: url("../assets/flags/1x1/bg.svg"); }

.flag-icon-bh {
  background-image: url("../assets/flags/4x3/bh.svg"); }

.flag-icon-bh.flag-icon-squared {
  background-image: url("../assets/flags/1x1/bh.svg"); }

.flag-icon-bi {
  background-image: url("../assets/flags/4x3/bi.svg"); }

.flag-icon-bi.flag-icon-squared {
  background-image: url("../assets/flags/1x1/bi.svg"); }

.flag-icon-bj {
  background-image: url("../assets/flags/4x3/bj.svg"); }

.flag-icon-bj.flag-icon-squared {
  background-image: url("../assets/flags/1x1/bj.svg"); }

.flag-icon-bl {
  background-image: url("../assets/flags/4x3/bl.svg"); }

.flag-icon-bl.flag-icon-squared {
  background-image: url("../assets/flags/1x1/bl.svg"); }

.flag-icon-bm {
  background-image: url("../assets/flags/4x3/bm.svg"); }

.flag-icon-bm.flag-icon-squared {
  background-image: url("../assets/flags/1x1/bm.svg"); }

.flag-icon-bn {
  background-image: url("../assets/flags/4x3/bn.svg"); }

.flag-icon-bn.flag-icon-squared {
  background-image: url("../assets/flags/1x1/bn.svg"); }

.flag-icon-bo {
  background-image: url("../assets/flags/4x3/bo.svg"); }

.flag-icon-bo.flag-icon-squared {
  background-image: url("../assets/flags/1x1/bo.svg"); }

.flag-icon-bq {
  background-image: url("../assets/flags/4x3/bq.svg"); }

.flag-icon-bq.flag-icon-squared {
  background-image: url("../assets/flags/1x1/bq.svg"); }

.flag-icon-br {
  background-image: url("../assets/flags/4x3/br.svg"); }

.flag-icon-br.flag-icon-squared {
  background-image: url("../assets/flags/1x1/br.svg"); }

.flag-icon-bs {
  background-image: url("../assets/flags/4x3/bs.svg"); }

.flag-icon-bs.flag-icon-squared {
  background-image: url("../assets/flags/1x1/bs.svg"); }

.flag-icon-bt {
  background-image: url("../assets/flags/4x3/bt.svg"); }

.flag-icon-bt.flag-icon-squared {
  background-image: url("../assets/flags/1x1/bt.svg"); }

.flag-icon-bv {
  background-image: url("../assets/flags/4x3/bv.svg"); }

.flag-icon-bv.flag-icon-squared {
  background-image: url("../assets/flags/1x1/bv.svg"); }

.flag-icon-bw {
  background-image: url("../assets/flags/4x3/bw.svg"); }

.flag-icon-bw.flag-icon-squared {
  background-image: url("../assets/flags/1x1/bw.svg"); }

.flag-icon-bialoruski {
  background-image: url("../assets/flags/4x3/by.svg"); }

.flag-icon-bialoruski.flag-icon-squared {
  background-image: url("../assets/flags/1x1/by.svg"); }

.flag-icon-bz {
  background-image: url("../assets/flags/4x3/bz.svg"); }

.flag-icon-bz.flag-icon-squared {
  background-image: url("../assets/flags/1x1/bz.svg"); }

.flag-icon-ca {
  background-image: url("../assets/flags/4x3/ca.svg"); }

.flag-icon-ca.flag-icon-squared {
  background-image: url("../assets/flags/1x1/ca.svg"); }

.flag-icon-cc {
  background-image: url("../assets/flags/4x3/cc.svg"); }

.flag-icon-cc.flag-icon-squared {
  background-image: url("../assets/flags/1x1/cc.svg"); }

.flag-icon-cd {
  background-image: url("../assets/flags/4x3/cd.svg"); }

.flag-icon-cd.flag-icon-squared {
  background-image: url("../assets/flags/1x1/cd.svg"); }

.flag-icon-cf {
  background-image: url("../assets/flags/4x3/cf.svg"); }

.flag-icon-cf.flag-icon-squared {
  background-image: url("../assets/flags/1x1/cf.svg"); }

.flag-icon-cg {
  background-image: url("../assets/flags/4x3/cg.svg"); }

.flag-icon-cg.flag-icon-squared {
  background-image: url("../assets/flags/1x1/cg.svg"); }

.flag-icon-ch {
  background-image: url("../assets/flags/4x3/ch.svg"); }

.flag-icon-ch.flag-icon-squared {
  background-image: url("../assets/flags/1x1/ch.svg"); }

.flag-icon-ci {
  background-image: url("../assets/flags/4x3/ci.svg"); }

.flag-icon-ci.flag-icon-squared {
  background-image: url("../assets/flags/1x1/ci.svg"); }

.flag-icon-ck {
  background-image: url("../assets/flags/4x3/ck.svg"); }

.flag-icon-ck.flag-icon-squared {
  background-image: url("../assets/flags/1x1/ck.svg"); }

.flag-icon-cl {
  background-image: url("../assets/flags/4x3/cl.svg"); }

.flag-icon-cl.flag-icon-squared {
  background-image: url("../assets/flags/1x1/cl.svg"); }

.flag-icon-cm {
  background-image: url("../assets/flags/4x3/cm.svg"); }

.flag-icon-cm.flag-icon-squared {
  background-image: url("../assets/flags/1x1/cm.svg"); }

.flag-icon-chinski {
  background-image: url("../assets/flags/4x3/cn.svg"); }

.flag-icon-chinski.flag-icon-squared {
  background-image: url("../assets/flags/1x1/cn.svg"); }

.flag-icon-co {
  background-image: url("../assets/flags/4x3/co.svg"); }

.flag-icon-co.flag-icon-squared {
  background-image: url("../assets/flags/1x1/co.svg"); }

.flag-icon-cr {
  background-image: url("../assets/flags/4x3/cr.svg"); }

.flag-icon-cr.flag-icon-squared {
  background-image: url("../assets/flags/1x1/cr.svg"); }

.flag-icon-cu {
  background-image: url("../assets/flags/4x3/cu.svg"); }

.flag-icon-cu.flag-icon-squared {
  background-image: url("../assets/flags/1x1/cu.svg"); }

.flag-icon-cv {
  background-image: url("../assets/flags/4x3/cv.svg"); }

.flag-icon-cv.flag-icon-squared {
  background-image: url("../assets/flags/1x1/cv.svg"); }

.flag-icon-cw {
  background-image: url("../assets/flags/4x3/cw.svg"); }

.flag-icon-cw.flag-icon-squared {
  background-image: url("../assets/flags/1x1/cw.svg"); }

.flag-icon-cx {
  background-image: url("../assets/flags/4x3/cx.svg"); }

.flag-icon-cx.flag-icon-squared {
  background-image: url("../assets/flags/1x1/cx.svg"); }

.flag-icon-cy {
  background-image: url("../assets/flags/4x3/cy.svg"); }

.flag-icon-cy.flag-icon-squared {
  background-image: url("../assets/flags/1x1/cy.svg"); }

.flag-icon-czeski {
  background-image: url("../assets/flags/4x3/cz.svg"); }

.flag-icon-czeski.flag-icon-squared {
  background-image: url("../assets/flags/1x1/cz.svg"); }

.flag-icon-niemiecki {
  background-image: url("../assets/flags/4x3/de.svg"); }

.flag-icon-niemiecki.flag-icon-squared {
  background-image: url("../assets/flags/1x1/de.svg"); }

.flag-icon-dj {
  background-image: url("../assets/flags/4x3/dj.svg"); }

.flag-icon-dj.flag-icon-squared {
  background-image: url("../assets/flags/1x1/dj.svg"); }

.flag-icon-dunski {
  background-image: url("../assets/flags/4x3/dk.svg"); }

.flag-icon-dunski.flag-icon-squared {
  background-image: url("../assets/flags/1x1/dk.svg"); }

.flag-icon-dm {
  background-image: url("../assets/flags/4x3/dm.svg"); }

.flag-icon-dm.flag-icon-squared {
  background-image: url("../assets/flags/1x1/dm.svg"); }

.flag-icon-do {
  background-image: url("../assets/flags/4x3/do.svg"); }

.flag-icon-do.flag-icon-squared {
  background-image: url("../assets/flags/1x1/do.svg"); }

.flag-icon-dz {
  background-image: url("../assets/flags/4x3/dz.svg"); }

.flag-icon-dz.flag-icon-squared {
  background-image: url("../assets/flags/1x1/dz.svg"); }

.flag-icon-ec {
  background-image: url("../assets/flags/4x3/ec.svg"); }

.flag-icon-ec.flag-icon-squared {
  background-image: url("../assets/flags/1x1/ec.svg"); }

.flag-icon-estonski {
  background-image: url("../assets/flags/4x3/ee.svg"); }

.flag-icon-estonski.flag-icon-squared {
  background-image: url("../assets/flags/1x1/ee.svg"); }

.flag-icon-eg {
  background-image: url("../assets/flags/4x3/eg.svg"); }

.flag-icon-eg.flag-icon-squared {
  background-image: url("../assets/flags/1x1/eg.svg"); }

.flag-icon-eh {
  background-image: url("../assets/flags/4x3/eh.svg"); }

.flag-icon-eh.flag-icon-squared {
  background-image: url("../assets/flags/1x1/eh.svg"); }

.flag-icon-er {
  background-image: url("../assets/flags/4x3/er.svg"); }

.flag-icon-er.flag-icon-squared {
  background-image: url("../assets/flags/1x1/er.svg"); }

.flag-icon-hiszpanski {
  background-image: url("../assets/flags/4x3/es.svg"); }

.flag-icon-hiszpanski.flag-icon-squared {
  background-image: url("../assets/flags/1x1/es.svg"); }

.flag-icon-et {
  background-image: url("../assets/flags/4x3/et.svg"); }

.flag-icon-et.flag-icon-squared {
  background-image: url("../assets/flags/1x1/et.svg"); }

.flag-icon-finski {
  background-image: url("../assets/flags/4x3/fi.svg"); }

.flag-icon-finski.flag-icon-squared {
  background-image: url("../assets/flags/1x1/fi.svg"); }

.flag-icon-fj {
  background-image: url("../assets/flags/4x3/fj.svg"); }

.flag-icon-fj.flag-icon-squared {
  background-image: url("../assets/flags/1x1/fj.svg"); }

.flag-icon-fk {
  background-image: url("../assets/flags/4x3/fk.svg"); }

.flag-icon-fk.flag-icon-squared {
  background-image: url("../assets/flags/1x1/fk.svg"); }

.flag-icon-fm {
  background-image: url("../assets/flags/4x3/fm.svg"); }

.flag-icon-fm.flag-icon-squared {
  background-image: url("../assets/flags/1x1/fm.svg"); }

.flag-icon-fo {
  background-image: url("../assets/flags/4x3/fo.svg"); }

.flag-icon-fo.flag-icon-squared {
  background-image: url("../assets/flags/1x1/fo.svg"); }

.flag-icon-francuski {
  background-image: url("../assets/flags/4x3/fr.svg"); }

.flag-icon-francuski.flag-icon-squared {
  background-image: url("../assets/flags/1x1/fr.svg"); }

.flag-icon-ga {
  background-image: url("../assets/flags/4x3/ga.svg"); }

.flag-icon-ga.flag-icon-squared {
  background-image: url("../assets/flags/1x1/ga.svg"); }

.flag-icon-angielski {
  background-image: url("../assets/flags/4x3/gb.svg"); }

.flag-icon-angielski.flag-icon-squared {
  background-image: url("../assets/flags/1x1/gb.svg"); }

.flag-icon-gd {
  background-image: url("../assets/flags/4x3/gd.svg"); }

.flag-icon-gd.flag-icon-squared {
  background-image: url("../assets/flags/1x1/gd.svg"); }

.flag-icon-ge {
  background-image: url("../assets/flags/4x3/ge.svg"); }

.flag-icon-ge.flag-icon-squared {
  background-image: url("../assets/flags/1x1/ge.svg"); }

.flag-icon-gf {
  background-image: url("../assets/flags/4x3/gf.svg"); }

.flag-icon-gf.flag-icon-squared {
  background-image: url("../assets/flags/1x1/gf.svg"); }

.flag-icon-gg {
  background-image: url("../assets/flags/4x3/gg.svg"); }

.flag-icon-gg.flag-icon-squared {
  background-image: url("../assets/flags/1x1/gg.svg"); }

.flag-icon-gh {
  background-image: url("../assets/flags/4x3/gh.svg"); }

.flag-icon-gh.flag-icon-squared {
  background-image: url("../assets/flags/1x1/gh.svg"); }

.flag-icon-gi {
  background-image: url("../assets/flags/4x3/gi.svg"); }

.flag-icon-gi.flag-icon-squared {
  background-image: url("../assets/flags/1x1/gi.svg"); }

.flag-icon-gl {
  background-image: url("../assets/flags/4x3/gl.svg"); }

.flag-icon-gl.flag-icon-squared {
  background-image: url("../assets/flags/1x1/gl.svg"); }

.flag-icon-gm {
  background-image: url("../assets/flags/4x3/gm.svg"); }

.flag-icon-gm.flag-icon-squared {
  background-image: url("../assets/flags/1x1/gm.svg"); }

.flag-icon-gn {
  background-image: url("../assets/flags/4x3/gn.svg"); }

.flag-icon-gn.flag-icon-squared {
  background-image: url("../assets/flags/1x1/gn.svg"); }

.flag-icon-gp {
  background-image: url("../assets/flags/4x3/gp.svg"); }

.flag-icon-gp.flag-icon-squared {
  background-image: url("../assets/flags/1x1/gp.svg"); }

.flag-icon-gq {
  background-image: url("../assets/flags/4x3/gq.svg"); }

.flag-icon-gq.flag-icon-squared {
  background-image: url("../assets/flags/1x1/gq.svg"); }

.flag-icon-gr {
  background-image: url("../assets/flags/4x3/gr.svg"); }

.flag-icon-gr.flag-icon-squared {
  background-image: url("../assets/flags/1x1/gr.svg"); }

.flag-icon-gs {
  background-image: url("../assets/flags/4x3/gs.svg"); }

.flag-icon-gs.flag-icon-squared {
  background-image: url("../assets/flags/1x1/gs.svg"); }

.flag-icon-gt {
  background-image: url("../assets/flags/4x3/gt.svg"); }

.flag-icon-gt.flag-icon-squared {
  background-image: url("../assets/flags/1x1/gt.svg"); }

.flag-icon-gu {
  background-image: url("../assets/flags/4x3/gu.svg"); }

.flag-icon-gu.flag-icon-squared {
  background-image: url("../assets/flags/1x1/gu.svg"); }

.flag-icon-gw {
  background-image: url("../assets/flags/4x3/gw.svg"); }

.flag-icon-gw.flag-icon-squared {
  background-image: url("../assets/flags/1x1/gw.svg"); }

.flag-icon-gy {
  background-image: url("../assets/flags/4x3/gy.svg"); }

.flag-icon-gy.flag-icon-squared {
  background-image: url("../assets/flags/1x1/gy.svg"); }

.flag-icon-hk {
  background-image: url("../assets/flags/4x3/hk.svg"); }

.flag-icon-hk.flag-icon-squared {
  background-image: url("../assets/flags/1x1/hk.svg"); }

.flag-icon-hm {
  background-image: url("../assets/flags/4x3/hm.svg"); }

.flag-icon-hm.flag-icon-squared {
  background-image: url("../assets/flags/1x1/hm.svg"); }

.flag-icon-hn {
  background-image: url("../assets/flags/4x3/hn.svg"); }

.flag-icon-hn.flag-icon-squared {
  background-image: url("../assets/flags/1x1/hn.svg"); }

.flag-icon-chorwacki {
  background-image: url("../assets/flags/4x3/hr.svg"); }

.flag-icon-chorwacki.flag-icon-squared {
  background-image: url("../assets/flags/1x1/hr.svg"); }

.flag-icon-ht {
  background-image: url("../assets/flags/4x3/ht.svg"); }

.flag-icon-ht.flag-icon-squared {
  background-image: url("../assets/flags/1x1/ht.svg"); }

.flag-icon-węgierski {
  background-image: url("../assets/flags/4x3/hu.svg"); }

.flag-icon-węgierski.flag-icon-squared {
  background-image: url("../assets/flags/1x1/hu.svg"); }

.flag-icon-indonezyjski {
  background-image: url("../assets/flags/4x3/id.svg"); }

.flag-icon-indonezyjski.flag-icon-squared {
  background-image: url("../assets/flags/1x1/id.svg"); }

.flag-icon-irlandzki {
  background-image: url("../assets/flags/4x3/ie.svg"); }

.flag-icon-irlandzki.flag-icon-squared {
  background-image: url("../assets/flags/1x1/ie.svg"); }

.flag-icon-il {
  background-image: url("../assets/flags/4x3/il.svg"); }

.flag-icon-il.flag-icon-squared {
  background-image: url("../assets/flags/1x1/il.svg"); }

.flag-icon-im {
  background-image: url("../assets/flags/4x3/im.svg"); }

.flag-icon-im.flag-icon-squared {
  background-image: url("../assets/flags/1x1/im.svg"); }

.flag-icon-in {
  background-image: url("../assets/flags/4x3/in.svg"); }

.flag-icon-in.flag-icon-squared {
  background-image: url("../assets/flags/1x1/in.svg"); }

.flag-icon-io {
  background-image: url("../assets/flags/4x3/io.svg"); }

.flag-icon-io.flag-icon-squared {
  background-image: url("../assets/flags/1x1/io.svg"); }

.flag-icon-iq {
  background-image: url("../assets/flags/4x3/iq.svg"); }

.flag-icon-iq.flag-icon-squared {
  background-image: url("../assets/flags/1x1/iq.svg"); }

.flag-icon-ir {
  background-image: url("../assets/flags/4x3/ir.svg"); }

.flag-icon-ir.flag-icon-squared {
  background-image: url("../assets/flags/1x1/ir.svg"); }

.flag-icon-islandzki {
  background-image: url("../assets/flags/4x3/is.svg"); }

.flag-icon-islandzki.flag-icon-squared {
  background-image: url("../assets/flags/1x1/is.svg"); }

.flag-icon-wloski {
  background-image: url("../assets/flags/4x3/it.svg"); }

.flag-icon-wloski.flag-icon-squared {
  background-image: url("../assets/flags/1x1/it.svg"); }

.flag-icon-je {
  background-image: url("../assets/flags/4x3/je.svg"); }

.flag-icon-je.flag-icon-squared {
  background-image: url("../assets/flags/1x1/je.svg"); }

.flag-icon-jm {
  background-image: url("../assets/flags/4x3/jm.svg"); }

.flag-icon-jm.flag-icon-squared {
  background-image: url("../assets/flags/1x1/jm.svg"); }

.flag-icon-jo {
  background-image: url("../assets/flags/4x3/jo.svg"); }

.flag-icon-jo.flag-icon-squared {
  background-image: url("../assets/flags/1x1/jo.svg"); }

.flag-icon-japonski {
  background-image: url("../assets/flags/4x3/jp.svg"); }

.flag-icon-japonski.flag-icon-squared {
  background-image: url("../assets/flags/1x1/jp.svg"); }

.flag-icon-ke {
  background-image: url("../assets/flags/4x3/ke.svg"); }

.flag-icon-ke.flag-icon-squared {
  background-image: url("../assets/flags/1x1/ke.svg"); }

.flag-icon-kg {
  background-image: url("../assets/flags/4x3/kg.svg"); }

.flag-icon-kg.flag-icon-squared {
  background-image: url("../assets/flags/1x1/kg.svg"); }

.flag-icon-kh {
  background-image: url("../assets/flags/4x3/kh.svg"); }

.flag-icon-kh.flag-icon-squared {
  background-image: url("../assets/flags/1x1/kh.svg"); }

.flag-icon-ki {
  background-image: url("../assets/flags/4x3/ki.svg"); }

.flag-icon-ki.flag-icon-squared {
  background-image: url("../assets/flags/1x1/ki.svg"); }

.flag-icon-km {
  background-image: url("../assets/flags/4x3/km.svg"); }

.flag-icon-km.flag-icon-squared {
  background-image: url("../assets/flags/1x1/km.svg"); }

.flag-icon-kn {
  background-image: url("../assets/flags/4x3/kn.svg"); }

.flag-icon-kn.flag-icon-squared {
  background-image: url("../assets/flags/1x1/kn.svg"); }

.flag-icon-kp {
  background-image: url("../assets/flags/4x3/kp.svg"); }

.flag-icon-kp.flag-icon-squared {
  background-image: url("../assets/flags/1x1/kp.svg"); }

.flag-icon-koreanski {
  background-image: url("../assets/flags/4x3/kr.svg"); }

.flag-icon-koreanski.flag-icon-squared {
  background-image: url("../assets/flags/1x1/kr.svg"); }

.flag-icon-kw {
  background-image: url("../assets/flags/4x3/kw.svg"); }

.flag-icon-kw.flag-icon-squared {
  background-image: url("../assets/flags/1x1/kw.svg"); }

.flag-icon-ky {
  background-image: url("../assets/flags/4x3/ky.svg"); }

.flag-icon-ky.flag-icon-squared {
  background-image: url("../assets/flags/1x1/ky.svg"); }

.flag-icon-kz {
  background-image: url("../assets/flags/4x3/kz.svg"); }

.flag-icon-kz.flag-icon-squared {
  background-image: url("../assets/flags/1x1/kz.svg"); }

.flag-icon-la {
  background-image: url("../assets/flags/4x3/la.svg"); }

.flag-icon-la.flag-icon-squared {
  background-image: url("../assets/flags/1x1/la.svg"); }

.flag-icon-lb {
  background-image: url("../assets/flags/4x3/lb.svg"); }

.flag-icon-lb.flag-icon-squared {
  background-image: url("../assets/flags/1x1/lb.svg"); }

.flag-icon-lc {
  background-image: url("../assets/flags/4x3/lc.svg"); }

.flag-icon-lc.flag-icon-squared {
  background-image: url("../assets/flags/1x1/lc.svg"); }

.flag-icon-li {
  background-image: url("../assets/flags/4x3/li.svg"); }

.flag-icon-li.flag-icon-squared {
  background-image: url("../assets/flags/1x1/li.svg"); }

.flag-icon-lk {
  background-image: url("../assets/flags/4x3/lk.svg"); }

.flag-icon-lk.flag-icon-squared {
  background-image: url("../assets/flags/1x1/lk.svg"); }

.flag-icon-lr {
  background-image: url("../assets/flags/4x3/lr.svg"); }

.flag-icon-lr.flag-icon-squared {
  background-image: url("../assets/flags/1x1/lr.svg"); }

.flag-icon-ls {
  background-image: url("../assets/flags/4x3/ls.svg"); }

.flag-icon-ls.flag-icon-squared {
  background-image: url("../assets/flags/1x1/ls.svg"); }

.flag-icon-litewski {
  background-image: url("../assets/flags/4x3/lt.svg"); }

.flag-icon-litewski.flag-icon-squared {
  background-image: url("../assets/flags/1x1/lt.svg"); }

.flag-icon-lu {
  background-image: url("../assets/flags/4x3/lu.svg"); }

.flag-icon-lu.flag-icon-squared {
  background-image: url("../assets/flags/1x1/lu.svg"); }

.flag-icon-lotewski {
  background-image: url("../assets/flags/4x3/lv.svg"); }

.flag-icon-lotewski.flag-icon-squared {
  background-image: url("../assets/flags/1x1/lv.svg"); }

.flag-icon-ly {
  background-image: url("../assets/flags/4x3/ly.svg"); }

.flag-icon-ly.flag-icon-squared {
  background-image: url("../assets/flags/1x1/ly.svg"); }

.flag-icon-ma {
  background-image: url("../assets/flags/4x3/ma.svg"); }

.flag-icon-ma.flag-icon-squared {
  background-image: url("../assets/flags/1x1/ma.svg"); }

.flag-icon-mc {
  background-image: url("../assets/flags/4x3/mc.svg"); }

.flag-icon-mc.flag-icon-squared {
  background-image: url("../assets/flags/1x1/mc.svg"); }

.flag-icon-moldawski {
  background-image: url("../assets/flags/4x3/md.svg"); }

.flag-icon-moldawski.flag-icon-squared {
  background-image: url("../assets/flags/1x1/md.svg"); }

.flag-icon-czarnogorski {
  background-image: url("../assets/flags/4x3/me.svg"); }

.flag-icon-czarnogorski.flag-icon-squared {
  background-image: url("../assets/flags/1x1/me.svg"); }

.flag-icon-mf {
  background-image: url("../assets/flags/4x3/mf.svg"); }

.flag-icon-mf.flag-icon-squared {
  background-image: url("../assets/flags/1x1/mf.svg"); }

.flag-icon-mg {
  background-image: url("../assets/flags/4x3/mg.svg"); }

.flag-icon-mg.flag-icon-squared {
  background-image: url("../assets/flags/1x1/mg.svg"); }

.flag-icon-mh {
  background-image: url("../assets/flags/4x3/mh.svg"); }

.flag-icon-mh.flag-icon-squared {
  background-image: url("../assets/flags/1x1/mh.svg"); }

.flag-icon-macedonski {
  background-image: url("../assets/flags/4x3/mk.svg"); }

.flag-icon-macedonski.flag-icon-squared {
  background-image: url("../assets/flags/1x1/mk.svg"); }

.flag-icon-ml {
  background-image: url("../assets/flags/4x3/ml.svg"); }

.flag-icon-ml.flag-icon-squared {
  background-image: url("../assets/flags/1x1/ml.svg"); }

.flag-icon-mm {
  background-image: url("../assets/flags/4x3/mm.svg"); }

.flag-icon-mm.flag-icon-squared {
  background-image: url("../assets/flags/1x1/mm.svg"); }

.flag-icon-mongolski {
  background-image: url("../assets/flags/4x3/mn.svg"); }

.flag-icon-mongolski.flag-icon-squared {
  background-image: url("../assets/flags/1x1/mn.svg"); }

.flag-icon-mo {
  background-image: url("../assets/flags/4x3/mo.svg"); }

.flag-icon-mo.flag-icon-squared {
  background-image: url("../assets/flags/1x1/mo.svg"); }

.flag-icon-mp {
  background-image: url("../assets/flags/4x3/mp.svg"); }

.flag-icon-mp.flag-icon-squared {
  background-image: url("../assets/flags/1x1/mp.svg"); }

.flag-icon-mq {
  background-image: url("../assets/flags/4x3/mq.svg"); }

.flag-icon-mq.flag-icon-squared {
  background-image: url("../assets/flags/1x1/mq.svg"); }

.flag-icon-mr {
  background-image: url("../assets/flags/4x3/mr.svg"); }

.flag-icon-mr.flag-icon-squared {
  background-image: url("../assets/flags/1x1/mr.svg"); }

.flag-icon-ms {
  background-image: url("../assets/flags/4x3/ms.svg"); }

.flag-icon-ms.flag-icon-squared {
  background-image: url("../assets/flags/1x1/ms.svg"); }

.flag-icon-mt {
  background-image: url("../assets/flags/4x3/mt.svg"); }

.flag-icon-mt.flag-icon-squared {
  background-image: url("../assets/flags/1x1/mt.svg"); }

.flag-icon-mu {
  background-image: url("../assets/flags/4x3/mu.svg"); }

.flag-icon-mu.flag-icon-squared {
  background-image: url("../assets/flags/1x1/mu.svg"); }

.flag-icon-mv {
  background-image: url("../assets/flags/4x3/mv.svg"); }

.flag-icon-mv.flag-icon-squared {
  background-image: url("../assets/flags/1x1/mv.svg"); }

.flag-icon-mw {
  background-image: url("../assets/flags/4x3/mw.svg"); }

.flag-icon-mw.flag-icon-squared {
  background-image: url("../assets/flags/1x1/mw.svg"); }

.flag-icon-mx {
  background-image: url("../assets/flags/4x3/mx.svg"); }

.flag-icon-mx.flag-icon-squared {
  background-image: url("../assets/flags/1x1/mx.svg"); }

.flag-icon-my {
  background-image: url("../assets/flags/4x3/my.svg"); }

.flag-icon-my.flag-icon-squared {
  background-image: url("../assets/flags/1x1/my.svg"); }

.flag-icon-mz {
  background-image: url("../assets/flags/4x3/mz.svg"); }

.flag-icon-mz.flag-icon-squared {
  background-image: url("../assets/flags/1x1/mz.svg"); }

.flag-icon-na {
  background-image: url("../assets/flags/4x3/na.svg"); }

.flag-icon-na.flag-icon-squared {
  background-image: url("../assets/flags/1x1/na.svg"); }

.flag-icon-nc {
  background-image: url("../assets/flags/4x3/nc.svg"); }

.flag-icon-nc.flag-icon-squared {
  background-image: url("../assets/flags/1x1/nc.svg"); }

.flag-icon-ne {
  background-image: url("../assets/flags/4x3/ne.svg"); }

.flag-icon-ne.flag-icon-squared {
  background-image: url("../assets/flags/1x1/ne.svg"); }

.flag-icon-nf {
  background-image: url("../assets/flags/4x3/nf.svg"); }

.flag-icon-nf.flag-icon-squared {
  background-image: url("../assets/flags/1x1/nf.svg"); }

.flag-icon-ng {
  background-image: url("../assets/flags/4x3/ng.svg"); }

.flag-icon-ng.flag-icon-squared {
  background-image: url("../assets/flags/1x1/ng.svg"); }

.flag-icon-ni {
  background-image: url("../assets/flags/4x3/ni.svg"); }

.flag-icon-ni.flag-icon-squared {
  background-image: url("../assets/flags/1x1/ni.svg"); }

.flag-icon-niderlandzki {
  background-image: url("../assets/flags/4x3/nl.svg"); }

.flag-icon-niderlandzki.flag-icon-squared {
  background-image: url("../assets/flags/1x1/nl.svg"); }

.flag-icon-norweski {
  background-image: url("../assets/flags/4x3/no.svg"); }

.flag-icon-norweski.flag-icon-squared {
  background-image: url("../assets/flags/1x1/no.svg"); }

.flag-icon-np {
  background-image: url("../assets/flags/4x3/np.svg"); }

.flag-icon-np.flag-icon-squared {
  background-image: url("../assets/flags/1x1/np.svg"); }

.flag-icon-nr {
  background-image: url("../assets/flags/4x3/nr.svg"); }

.flag-icon-nr.flag-icon-squared {
  background-image: url("../assets/flags/1x1/nr.svg"); }

.flag-icon-nu {
  background-image: url("../assets/flags/4x3/nu.svg"); }

.flag-icon-nu.flag-icon-squared {
  background-image: url("../assets/flags/1x1/nu.svg"); }

.flag-icon-nz {
  background-image: url("../assets/flags/4x3/nz.svg"); }

.flag-icon-nz.flag-icon-squared {
  background-image: url("../assets/flags/1x1/nz.svg"); }

.flag-icon-om {
  background-image: url("../assets/flags/4x3/om.svg"); }

.flag-icon-om.flag-icon-squared {
  background-image: url("../assets/flags/1x1/om.svg"); }

.flag-icon-pa {
  background-image: url("../assets/flags/4x3/pa.svg"); }

.flag-icon-pa.flag-icon-squared {
  background-image: url("../assets/flags/1x1/pa.svg"); }

.flag-icon-pe {
  background-image: url("../assets/flags/4x3/pe.svg"); }

.flag-icon-pe.flag-icon-squared {
  background-image: url("../assets/flags/1x1/pe.svg"); }

.flag-icon-pf {
  background-image: url("../assets/flags/4x3/pf.svg"); }

.flag-icon-pf.flag-icon-squared {
  background-image: url("../assets/flags/1x1/pf.svg"); }

.flag-icon-pg {
  background-image: url("../assets/flags/4x3/pg.svg"); }

.flag-icon-pg.flag-icon-squared {
  background-image: url("../assets/flags/1x1/pg.svg"); }

.flag-icon-ph {
  background-image: url("../assets/flags/4x3/ph.svg"); }

.flag-icon-ph.flag-icon-squared {
  background-image: url("../assets/flags/1x1/ph.svg"); }

.flag-icon-pk {
  background-image: url("../assets/flags/4x3/pk.svg"); }

.flag-icon-pk.flag-icon-squared {
  background-image: url("../assets/flags/1x1/pk.svg"); }

.flag-icon-polski {
  background-image: url("../assets/flags/4x3/pl.svg"); }

.flag-icon-polski.flag-icon-squared {
  background-image: url("../assets/flags/1x1/pl.svg"); }

.flag-icon-pm {
  background-image: url("../assets/flags/4x3/pm.svg"); }

.flag-icon-pm.flag-icon-squared {
  background-image: url("../assets/flags/1x1/pm.svg"); }

.flag-icon-pn {
  background-image: url("../assets/flags/4x3/pn.svg"); }

.flag-icon-pn.flag-icon-squared {
  background-image: url("../assets/flags/1x1/pn.svg"); }

.flag-icon-pr {
  background-image: url("../assets/flags/4x3/pr.svg"); }

.flag-icon-pr.flag-icon-squared {
  background-image: url("../assets/flags/1x1/pr.svg"); }

.flag-icon-ps {
  background-image: url("../assets/flags/4x3/ps.svg"); }

.flag-icon-ps.flag-icon-squared {
  background-image: url("../assets/flags/1x1/ps.svg"); }

.flag-icon-portugalski {
  background-image: url("../assets/flags/4x3/pt.svg"); }

.flag-icon-portugalski.flag-icon-squared {
  background-image: url("../assets/flags/1x1/pt.svg"); }

.flag-icon-pw {
  background-image: url("../assets/flags/4x3/pw.svg"); }

.flag-icon-pw.flag-icon-squared {
  background-image: url("../assets/flags/1x1/pw.svg"); }

.flag-icon-py {
  background-image: url("../assets/flags/4x3/py.svg"); }

.flag-icon-py.flag-icon-squared {
  background-image: url("../assets/flags/1x1/py.svg"); }

.flag-icon-qa {
  background-image: url("../assets/flags/4x3/qa.svg"); }

.flag-icon-qa.flag-icon-squared {
  background-image: url("../assets/flags/1x1/qa.svg"); }

.flag-icon-re {
  background-image: url("../assets/flags/4x3/re.svg"); }

.flag-icon-re.flag-icon-squared {
  background-image: url("../assets/flags/1x1/re.svg"); }

.flag-icon-rumunski {
  background-image: url("../assets/flags/4x3/ro.svg"); }

.flag-icon-rumunski.flag-icon-squared {
  background-image: url("../assets/flags/1x1/ro.svg"); }

.flag-icon-serbski {
  background-image: url("../assets/flags/4x3/rs.svg"); }

.flag-icon-serbski.flag-icon-squared {
  background-image: url("../assets/flags/1x1/rs.svg"); }

.flag-icon-rosyjski, .flag-icon-rosyjski-pro-bono {
  background-image: url("../assets/flags/4x3/ru.svg"); }

.flag-icon-rosyjski.flag-icon-squared, .flag-icon-rosyjski-pro-bono.flag-icon-squared {
  background-image: url("../assets/flags/1x1/ru.svg"); }

.flag-icon-rw {
  background-image: url("../assets/flags/4x3/rw.svg"); }

.flag-icon-rw.flag-icon-squared {
  background-image: url("../assets/flags/1x1/rw.svg"); }

.flag-icon-sa {
  background-image: url("../assets/flags/4x3/sa.svg"); }

.flag-icon-sa.flag-icon-squared {
  background-image: url("../assets/flags/1x1/sa.svg"); }

.flag-icon-sb {
  background-image: url("../assets/flags/4x3/sb.svg"); }

.flag-icon-sb.flag-icon-squared {
  background-image: url("../assets/flags/1x1/sb.svg"); }

.flag-icon-sc {
  background-image: url("../assets/flags/4x3/sc.svg"); }

.flag-icon-sc.flag-icon-squared {
  background-image: url("../assets/flags/1x1/sc.svg"); }

.flag-icon-sd {
  background-image: url("../assets/flags/4x3/sd.svg"); }

.flag-icon-sd.flag-icon-squared {
  background-image: url("../assets/flags/1x1/sd.svg"); }

.flag-icon-szwedzki {
  background-image: url("../assets/flags/4x3/se.svg"); }

.flag-icon-szwedzki.flag-icon-squared {
  background-image: url("../assets/flags/1x1/se.svg"); }

.flag-icon-sg {
  background-image: url("../assets/flags/4x3/sg.svg"); }

.flag-icon-sg.flag-icon-squared {
  background-image: url("../assets/flags/1x1/sg.svg"); }

.flag-icon-sh {
  background-image: url("../assets/flags/4x3/sh.svg"); }

.flag-icon-sh.flag-icon-squared {
  background-image: url("../assets/flags/1x1/sh.svg"); }

.flag-icon-slowenski {
  background-image: url("../assets/flags/4x3/si.svg"); }

.flag-icon-slowenski.flag-icon-squared {
  background-image: url("../assets/flags/1x1/si.svg"); }

.flag-icon-sj {
  background-image: url("../assets/flags/4x3/sj.svg"); }

.flag-icon-sj.flag-icon-squared {
  background-image: url("../assets/flags/1x1/sj.svg"); }

.flag-icon-slowacki {
  background-image: url("../assets/flags/4x3/sk.svg"); }

.flag-icon-slowacki.flag-icon-squared {
  background-image: url("../assets/flags/1x1/sk.svg"); }

.flag-icon-sl {
  background-image: url("../assets/flags/4x3/sl.svg"); }

.flag-icon-sl.flag-icon-squared {
  background-image: url("../assets/flags/1x1/sl.svg"); }

.flag-icon-sm {
  background-image: url("../assets/flags/4x3/sm.svg"); }

.flag-icon-sm.flag-icon-squared {
  background-image: url("../assets/flags/1x1/sm.svg"); }

.flag-icon-sn {
  background-image: url("../assets/flags/4x3/sn.svg"); }

.flag-icon-sn.flag-icon-squared {
  background-image: url("../assets/flags/1x1/sn.svg"); }

.flag-icon-so {
  background-image: url("../assets/flags/4x3/so.svg"); }

.flag-icon-so.flag-icon-squared {
  background-image: url("../assets/flags/1x1/so.svg"); }

.flag-icon-sr {
  background-image: url("../assets/flags/4x3/sr.svg"); }

.flag-icon-sr.flag-icon-squared {
  background-image: url("../assets/flags/1x1/sr.svg"); }

.flag-icon-ss {
  background-image: url("../assets/flags/4x3/ss.svg"); }

.flag-icon-ss.flag-icon-squared {
  background-image: url("../assets/flags/1x1/ss.svg"); }

.flag-icon-st {
  background-image: url("../assets/flags/4x3/st.svg"); }

.flag-icon-st.flag-icon-squared {
  background-image: url("../assets/flags/1x1/st.svg"); }

.flag-icon-sv {
  background-image: url("../assets/flags/4x3/sv.svg"); }

.flag-icon-sv.flag-icon-squared {
  background-image: url("../assets/flags/1x1/sv.svg"); }

.flag-icon-sx {
  background-image: url("../assets/flags/4x3/sx.svg"); }

.flag-icon-sx.flag-icon-squared {
  background-image: url("../assets/flags/1x1/sx.svg"); }

.flag-icon-sy {
  background-image: url("../assets/flags/4x3/sy.svg"); }

.flag-icon-sy.flag-icon-squared {
  background-image: url("../assets/flags/1x1/sy.svg"); }

.flag-icon-sz {
  background-image: url("../assets/flags/4x3/sz.svg"); }

.flag-icon-sz.flag-icon-squared {
  background-image: url("../assets/flags/1x1/sz.svg"); }

.flag-icon-tc {
  background-image: url("../assets/flags/4x3/tc.svg"); }

.flag-icon-tc.flag-icon-squared {
  background-image: url("../assets/flags/1x1/tc.svg"); }

.flag-icon-td {
  background-image: url("../assets/flags/4x3/td.svg"); }

.flag-icon-td.flag-icon-squared {
  background-image: url("../assets/flags/1x1/td.svg"); }

.flag-icon-tf {
  background-image: url("../assets/flags/4x3/tf.svg"); }

.flag-icon-tf.flag-icon-squared {
  background-image: url("../assets/flags/1x1/tf.svg"); }

.flag-icon-tg {
  background-image: url("../assets/flags/4x3/tg.svg"); }

.flag-icon-tg.flag-icon-squared {
  background-image: url("../assets/flags/1x1/tg.svg"); }

.flag-icon-tajski {
  background-image: url("../assets/flags/4x3/th.svg"); }

.flag-icon-tajski.flag-icon-squared {
  background-image: url("../assets/flags/1x1/th.svg"); }

.flag-icon-tj {
  background-image: url("../assets/flags/4x3/tj.svg"); }

.flag-icon-tj.flag-icon-squared {
  background-image: url("../assets/flags/1x1/tj.svg"); }

.flag-icon-tk {
  background-image: url("../assets/flags/4x3/tk.svg"); }

.flag-icon-tk.flag-icon-squared {
  background-image: url("../assets/flags/1x1/tk.svg"); }

.flag-icon-tl {
  background-image: url("../assets/flags/4x3/tl.svg"); }

.flag-icon-tl.flag-icon-squared {
  background-image: url("../assets/flags/1x1/tl.svg"); }

.flag-icon-tm {
  background-image: url("../assets/flags/4x3/tm.svg"); }

.flag-icon-tm.flag-icon-squared {
  background-image: url("../assets/flags/1x1/tm.svg"); }

.flag-icon-tn {
  background-image: url("../assets/flags/4x3/tn.svg"); }

.flag-icon-tn.flag-icon-squared {
  background-image: url("../assets/flags/1x1/tn.svg"); }

.flag-icon-to {
  background-image: url("../assets/flags/4x3/to.svg"); }

.flag-icon-to.flag-icon-squared {
  background-image: url("../assets/flags/1x1/to.svg"); }

.flag-icon-turecki {
  background-image: url("../assets/flags/4x3/tr.svg"); }

.flag-icon-turecki.flag-icon-squared {
  background-image: url("../assets/flags/1x1/tr.svg"); }

.flag-icon-tt {
  background-image: url("../assets/flags/4x3/tt.svg"); }

.flag-icon-tt.flag-icon-squared {
  background-image: url("../assets/flags/1x1/tt.svg"); }

.flag-icon-tv {
  background-image: url("../assets/flags/4x3/tv.svg"); }

.flag-icon-tv.flag-icon-squared {
  background-image: url("../assets/flags/1x1/tv.svg"); }

.flag-icon-tw {
  background-image: url("../assets/flags/4x3/tw.svg"); }

.flag-icon-tw.flag-icon-squared {
  background-image: url("../assets/flags/1x1/tw.svg"); }

.flag-icon-tz {
  background-image: url("../assets/flags/4x3/tz.svg"); }

.flag-icon-tz.flag-icon-squared {
  background-image: url("../assets/flags/1x1/tz.svg"); }

.flag-icon-ukrainski, .flag-icon-ukrainski-pro-bono {
  background-image: url("../assets/flags/4x3/ua.svg"); }

.flag-icon-ukrainski.flag-icon-squared, .flag-icon-ukrainski-pro-bono.flag-icon-squared {
  background-image: url("../assets/flags/1x1/ua.svg"); }

.flag-icon-ug {
  background-image: url("../assets/flags/4x3/ug.svg"); }

.flag-icon-ug.flag-icon-squared {
  background-image: url("../assets/flags/1x1/ug.svg"); }

.flag-icon-um {
  background-image: url("../assets/flags/4x3/um.svg"); }

.flag-icon-um.flag-icon-squared {
  background-image: url("../assets/flags/1x1/um.svg"); }

.flag-icon-us {
  background-image: url("../assets/flags/4x3/us.svg"); }

.flag-icon-us.flag-icon-squared {
  background-image: url("../assets/flags/1x1/us.svg"); }

.flag-icon-uy {
  background-image: url("../assets/flags/4x3/uy.svg"); }

.flag-icon-uy.flag-icon-squared {
  background-image: url("../assets/flags/1x1/uy.svg"); }

.flag-icon-uzbekistan {
  background-image: url("../assets/flags/4x3/uz.svg"); }

.flag-icon-uzbekistan.flag-icon-squared {
  background-image: url("../assets/flags/1x1/uz.svg"); }

.flag-icon-va {
  background-image: url("../assets/flags/4x3/va.svg"); }

.flag-icon-va.flag-icon-squared {
  background-image: url("../assets/flags/1x1/va.svg"); }

.flag-icon-vc {
  background-image: url("../assets/flags/4x3/vc.svg"); }

.flag-icon-vc.flag-icon-squared {
  background-image: url("../assets/flags/1x1/vc.svg"); }

.flag-icon-ve {
  background-image: url("../assets/flags/4x3/ve.svg"); }

.flag-icon-ve.flag-icon-squared {
  background-image: url("../assets/flags/1x1/ve.svg"); }

.flag-icon-vg {
  background-image: url("../assets/flags/4x3/vg.svg"); }

.flag-icon-vg.flag-icon-squared {
  background-image: url("../assets/flags/1x1/vg.svg"); }

.flag-icon-vi {
  background-image: url("../assets/flags/4x3/vi.svg"); }

.flag-icon-vi.flag-icon-squared {
  background-image: url("../assets/flags/1x1/vi.svg"); }

.flag-icon-wietnamski {
  background-image: url("../assets/flags/4x3/vn.svg"); }

.flag-icon-wietnamski.flag-icon-squared {
  background-image: url("../assets/flags/1x1/vn.svg"); }

.flag-icon-vu {
  background-image: url("../assets/flags/4x3/vu.svg"); }

.flag-icon-vu.flag-icon-squared {
  background-image: url("../assets/flags/1x1/vu.svg"); }

.flag-icon-wf {
  background-image: url("../assets/flags/4x3/wf.svg"); }

.flag-icon-wf.flag-icon-squared {
  background-image: url("../assets/flags/1x1/wf.svg"); }

.flag-icon-ws {
  background-image: url("../assets/flags/4x3/ws.svg"); }

.flag-icon-ws.flag-icon-squared {
  background-image: url("../assets/flags/1x1/ws.svg"); }

.flag-icon-ye {
  background-image: url("../assets/flags/4x3/ye.svg"); }

.flag-icon-ye.flag-icon-squared {
  background-image: url("../assets/flags/1x1/ye.svg"); }

.flag-icon-yt {
  background-image: url("../assets/flags/4x3/yt.svg"); }

.flag-icon-yt.flag-icon-squared {
  background-image: url("../assets/flags/1x1/yt.svg"); }

.flag-icon-za {
  background-image: url("../assets/flags/4x3/za.svg"); }

.flag-icon-za.flag-icon-squared {
  background-image: url("../assets/flags/1x1/za.svg"); }

.flag-icon-zm {
  background-image: url("../assets/flags/4x3/zm.svg"); }

.flag-icon-zm.flag-icon-squared {
  background-image: url("../assets/flags/1x1/zm.svg"); }

.flag-icon-zw {
  background-image: url("../assets/flags/4x3/zw.svg"); }

.flag-icon-zw.flag-icon-squared {
  background-image: url("../assets/flags/1x1/zw.svg"); }

.flag-icon-es-ct {
  background-image: url("../assets/flags/4x3/es-ct.svg"); }

.flag-icon-es-ct.flag-icon-squared {
  background-image: url("../assets/flags/1x1/es-ct.svg"); }

.flag-icon-es-ga {
  background-image: url("../assets/flags/4x3/es-ga.svg"); }

.flag-icon-es-ga.flag-icon-squared {
  background-image: url("../assets/flags/1x1/es-ga.svg"); }

.flag-icon-eu {
  background-image: url("../assets/flags/4x3/eu.svg"); }

.flag-icon-eu.flag-icon-squared {
  background-image: url("../assets/flags/1x1/eu.svg"); }

.flag-icon-gb-eng {
  background-image: url("../assets/flags/4x3/gb-eng.svg"); }

.flag-icon-gb-eng.flag-icon-squared {
  background-image: url("../assets/flags/1x1/gb-eng.svg"); }

.flag-icon-gb-nir {
  background-image: url("../assets/flags/4x3/gb-nir.svg"); }

.flag-icon-gb-nir.flag-icon-squared {
  background-image: url("../assets/flags/1x1/gb-nir.svg"); }

.flag-icon-gb-sct {
  background-image: url("../assets/flags/4x3/gb-sct.svg"); }

.flag-icon-gb-sct.flag-icon-squared {
  background-image: url("../assets/flags/1x1/gb-sct.svg"); }

.flag-icon-gb-wls {
  background-image: url("../assets/flags/4x3/gb-wls.svg"); }

.flag-icon-gb-wls.flag-icon-squared {
  background-image: url("../assets/flags/1x1/gb-wls.svg"); }

.flag-icon-un {
  background-image: url("../assets/flags/4x3/un.svg"); }

.flag-icon-un.flag-icon-squared {
  background-image: url("../assets/flags/1x1/un.svg"); }

.flag-icon-xk {
  background-image: url("../assets/flags/4x3/xk.svg"); }

.flag-icon-xk.flag-icon-squared {
  background-image: url("../assets/flags/1x1/xk.svg"); }

.hero {
  max-height: 700px;
  position: relative; }
  .hero .uk-slideshow-items {
    min-height: 700px !important; }
  .hero .slide__item {
    background: #000; }
    .hero .slide__item .slide__bg {
      opacity: 0.65; }
    .hero .slide__item .content__wrapper {
      position: absolute;
      z-index: 9;
      width: 100%;
      height: 50%;
      top: 0;
      bottom: 0;
      margin: auto; }
    .hero .slide__item .wrapper {
      height: 100%; }
    .hero .slide__item .slide__content {
      display: grid;
      grid-template-columns: 6fr 4fr;
      grid-gap: 30px;
      color: #fff;
      height: 100%; }
      @media (max-width: 959.98px) {
        .hero .slide__item .slide__content {
          grid-template-columns: 1fr; } 
          .hero .slide__item .slide__content .slide__title .outline {
            font-size: 10.5vw !important; line-height: 10.5vw !important;
          }}
      @media (max-width: 639.98px) {
        .hero .slide__item .slide__content {
          grid-template-columns: 1fr; }
          .hero .slide__item .slide__content .slide__title .outline {
            font-size: 15.5vw !important; line-height: 18.5vw !important;
          }
        }
      .hero .slide__item .slide__content .text__column {
        display: grid;
        align-items: end;
        align-content: end; }
      .hero .slide__item .slide__content .slide__title {
        display: flex;
        align-content: center;
        align-items: center; }
        /* Faux outline for older browsers */
        .hero .slide__item .slide__content .slide__title .outline {
          color: #003866; /* Unfortunately you can't use transparent here … */
          text-shadow:
          -1px -1px 0 #fff,  
          1px -1px 0 #fff,
          -1px 1px 0 #fff,
          1px 1px 0 #fff;
          font-size: 8vw;
          line-height: 108px;
          font-family: 'Nunito', sans-serif;
          font-weight: 900;
        }

        /* Real outline for modern browsers */
        @supports((text-stroke: 2px black) or (-webkit-text-stroke: 2px black)) {
          .hero .slide__item .slide__content .slide__title .outline {
              color: transparent;
              -webkit-text-stroke: 2px white;
          text-stroke: 2px white;
              text-shadow: none;
          }
        }
        .hero .slide__item .slide__content .slide__title img {
          max-width: 100%; }
          @media (max-width: 639.98px) {
            .hero .slide__item .slide__content .slide__title img {
              max-width: 65%; } }
      .hero .slide__item .slide__content .slide__text {
        font-size: 27px;
        font-family: 'Nunito', sans-serif;
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 7.5px; }
        @media (max-width: 959.98px) {
          .hero .slide__item .slide__content .slide__text {
            font-size: 16.5px; } }
        .hero .slide__item .slide__content .slide__text .highlight {
          color: #03B8FF; }
      .hero .slide__item .slide__content .slide__link {
        display: inline-block;
        padding-bottom: 4.5px;
        border-bottom: 2px solid #fff;
        transition: all 0.3s ease-in-out;
        font-size: 10.5px; }
        .hero .slide__item .slide__content .slide__link:hover {
          border-color: #03B8FF; }
  .hero .uk-slideshow-nav {
    position: absolute;
    z-index: 11;
    bottom: 25%;
    /*left: 17%;*/
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 11.25px; }
    @media (max-width: 1199.98px) {
      .hero .uk-slideshow-nav {
        bottom: 20%;
         } }
    @media (max-width: 639.98px) {
      .hero .uk-slideshow-nav {
        bottom: 13%; } }
    .hero .uk-slideshow-nav li a {
      display: block;
      width: 30px;
      height: 9px;
      background: #fff; }
    .hero .uk-slideshow-nav li.uk-active a {
      background: #03B8FF; }

.searchbar {
  position: relative;
  z-index: 7;
  margin-bottom:26px; }
  @media (max-width: 959.98px) {
    .searchbar {
      background: #EBEBEB; } }
  .searchbar.navy__header:after {
    content: '';
    display: block;
    width: 100%;
    height: 40%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
    background: #003866; }
  .searchbar.pull__up {
    margin-bottom: 75px; }
    @media (max-width: 959.98px) {
      .searchbar.pull__up {
        margin-bottom: 0; } }
    .searchbar.pull__up .wrapper {
      position: absolute;
      left: 0;
      right: 0;
      transform: translate(0, -35%); }
      @media (max-width: 959.98px) {
        .searchbar.pull__up .wrapper {
          position: static;
          transform: translate(0, -10%); } }
  .searchbar .searchbar__inner {
    background: #fff;
    box-shadow: 5px 15px 20px rgba(0, 0, 0, 0.2);
    font-family: 'Nunito', sans-serif;
    min-height: 100px;
    display: grid;
    align-items: center;
    align-content: center; }
    @media (max-width: 959.98px) {
      .searchbar .searchbar__inner .grid_1_1_1_1 {
        padding: 15px;
        grid-template-columns: 1fr 1fr;
        grid-gap: 15px; } }
  .searchbar .select__field {
    position: relative;
    display: grid;
    align-items: center;
    align-content: center;
    height: 100%;
    width: 100%; }
  .searchbar .select__trigger {
    color: #5A6A76;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    padding: 0px 18.75px;
    cursor: pointer;
    border-right: 1px solid #EBEBEB; }
    @media (max-width: 959.98px) {
      .searchbar .select__trigger {
        padding: 10xp; } }
    .searchbar .select__trigger .select__title {
      font-size: 13px;
      font-weight: 700; }
    .searchbar .select__trigger .select__subtitle {
      }
  @media (max-width: 959.98px) {
    .searchbar .lang__out__field .select__trigger {
      border: 0; } }
  @media (max-width: 959.98px) {
    .searchbar .type__field {
      grid-column: 1/-1; }
      .searchbar .type__field .select__trigger {
        padding-top: 15px; } }
  @media (max-width: 959.98px) {
    .searchbar .type__field .select__trigger {
      border: 0;
      border-top: 1px solid #EBEBEB; } }
  .searchbar .dropdown__input {
    position: absolute;
    top: 125%;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 5px 15px 20px rgba(0, 0, 0, 0.2);
    padding: 15px 22.5px 22.5px;
    font-size: 10.5px;
    color: #8A969F;
    z-index: 9; }
    .searchbar .dropdown__input input {
      width: 100%;
      border: 0;
      border-bottom: 1px solid #5A6A76;
      margin-bottom: 7.5px;
      padding-top: 7.5px;
      padding-bottom: 7.5px; }
  .searchbar .dropdown__scroll {
    max-height: 265px;
    overflow: auto; }
  .searchbar .lang__block {
    color: #003866;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    padding-top: 3px;
    padding-bottom: 3px;
    font-family: 'Poppins', sans-serif; }
    .searchbar .lang__block:hover {
      color: #03B8FF; }
    .searchbar .lang__block .flag-icon {
      margin-right: 3.75px; }
  .searchbar .group_label {
    margin-bottom: 5.25px; }
  .searchbar .group__langs {
    margin-bottom: 11.25px; }
  .searchbar .submit__field {
    padding-right: 11.25px; }
    @media (max-width: 959.98px) {
      .searchbar .submit__field {
        grid-column: 1/-1;
        padding: 0; } }
    .searchbar .submit__field .button {
      height: 56.25px;
      display: block;
      width: 100%;
      font-size: 13.5px;
      font-weight: 700; }
  .searchbar .searchbar__utils {
    padding: 0 33.75px;
    margin-top: 7.5px;
    margin-bottom: 7.5px;
    text-align: right;
    color: #5A6A76; }
    .searchbar .searchbar__utils a {
      padding: 3.75px 7.5px;
      border-bottom: 1px solid #5A6A76; }
  .searchbar.quick__search:last-of-type {
    margin-bottom: 60px; }
  .searchbar.quick__search .searchbar__inner {
    border-radius: 10px;
    box-shadow: none;
    border: 1px solid #EBEBEB; }

.grid {
  display: grid; }
  .grid.grid_1_1_1_1 {
    grid-template-columns: 1fr 1fr 1fr 1fr; }
    @media (max-width: 959.98px) {
      .grid.grid_1_1_1_1 {
        grid-template-columns: 1fr 1fr; } }
    @media (max-width: 639.98px) {
      .grid.grid_1_1_1_1 {
        grid-template-columns: 1fr; } }
  .grid.grid_1_1_1 {
    grid-template-columns: 1fr 1fr 1fr; }
    @media (max-width: 639.98px) {
      .grid.grid_1_1_1 {
        grid-template-columns: 1fr; } }
  .grid.grid_2_3 {
    grid-template-columns: 2fr 3fr; }
  .grid.grid_1_1 {
    grid-template-columns: 1fr 1fr; }
    @media (max-width: 639.98px) {
      .grid.grid_1_1 {
        grid-template-columns: 1fr; } }
  .grid.grid_1_3 {
    grid-template-columns: 1fr 3fr; }
    @media (max-width: 959.98px) {
      .grid.grid_1_3 {
        grid-template-columns: 1fr; } }
  .grid.gap {
    grid-gap: 37.5px; }
  .grid.gap__small {
    grid-gap: 11.25px; }
  .grid.gap__medium {
    grid-gap: 22.5px; }
  .grid.gap__large {
    grid-gap: 75px; }

.banner .banner__content {
  max-width: 970px;
  margin: auto;
  color: #8A969F; }
  .banner .banner__content a {
    color: #03B8FF;
    text-decoration: underline; }

.banner .banner__meta {
  display: flex;
  justify-content: space-between; }

.main__section .wrapper {
  max-width: 100%;
  width: 100%; }

.title__block {
  text-align: center;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto; }
  @media (max-width: 959.98px) {
    .title__block {
      max-width: 90%; } }
  .title__block .section__title {
    position: relative;
    z-index: 3;
    color: #5A6A76;
    padding: 37.5px 0; }

.content .main__section {
  background-repeat: no-repeat; }
  .content .main__section .title__block {
    text-align: left;
    margin-bottom: 45px; }
    .content .main__section .title__block .section__title {
      padding: 0; }

.articles .article__card {
  color: #003866;
  background-color: #fff;
  font-weight: 300; 
position: relative; padding-bottom: 20px;}
  .articles .article__card .card__meta {
    padding-right: 15px;
    padding-left: 15px;
    display: flex;
    justify-content: space-between;
    background-color: #f5f5f5; }
 .sidebar__widget .article__card .card__meta{background-color: #fff; }
 .articles__section  .article__card .card__meta{background-color: #EBEBEB; }
  .articles .article__card .card__image__wrapper {
    text-align: center;
    min-height: 145px;
    background: #fff; }
    .articles .article__card .card__image__wrapper img {
      height: 145px;
    }
    @media (max-width: 639.98px) {
      .articles .article__card .card__image__wrapper {
        text-align: center;
        width: 100%; }
        .articles .article__card .card__image__wrapper img {
          width: 100%; } }
  .articles .article__card .card__content {
    padding: 15px;
    background: #fff; 
  }
    .articles .article__card .card__content .card__title {
      font-size: 13px;
      font-weight: 600;
      margin: 7.5px 0; }
    .articles .article__card .card__content .button {
      font-family: 'Poppins', sans-serif;
      font-weight: 500;
      padding: 6px 12px;
      font-size: 9px; position:absolute;bottom:10px;right:10px;}

@media (max-width: 959.98px) {
  .sidebar {
    order: 2; } }

.sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.sidebar .links__list {
  font-size: 13.5px; }
  @media (max-width: 1199.98px) {
    .sidebar .links__list {
      font-size: 10.5px; } }

.sidebar .sidebar__widget {
  border-radius: 10px;
  background: #fff;
  border: 1px solid #EBEBEB;
  margin-bottom: 9px; 
color: #5A6A76;}
  .sidebar .sidebar__widget.widget__no__bg {
    background: none;
    border: 0; }
    .sidebar .sidebar__widget.widget__no__bg .widget__header {
      border: 0 !important; }
  .sidebar .sidebar__widget .article__card {
    margin-bottom: 15px; }
  .sidebar .sidebar__widget.banner {
    background: none;
    margin-top: 0; }
    .sidebar .sidebar__widget.banner .banner__meta {
      font-size: 9px;
      padding: 7.5px; }
      @media (max-width: 1199.98px) {
        .sidebar .sidebar__widget.banner .banner__meta {
          font-size: 7.5px;
          padding-right: 0;
          padding-left: 0; } }
    @media (max-width: 959.98px) {
      .sidebar .sidebar__widget.banner .banner__body {
        text-align: center; } }
  .sidebar .sidebar__widget .widget__inner .widget__header {
    border-bottom: 1px solid #EBEBEB;
    font-family: 'Nunito', sans-serif;
    color: #003866;
    font-size: 13.5px;
    font-weight: 700;
    min-height: 51px;
    display: flex;
    align-content: center;
    align-items: center;
    padding-left: 30px; }
    @media (max-width: 1199.98px) {
      .sidebar .sidebar__widget .widget__inner .widget__header {
        font-size: 10.5px;
        padding-left: 18.75px; } }
    .sidebar .sidebar__widget .widget__inner .widget__header .widget__title {
      padding-right: 0px; margin: 0;}
      @media (max-width: 1199.98px) {
        .sidebar .sidebar__widget .widget__inner .widget__header .widget__title {
          padding-right: 5px; } }
    .sidebar .sidebar__widget .widget__inner .widget__header .header__icon {
      margin-left: auto;
      display: flex;
      align-items: center;
      align-content: center;
      justify-items: center;
      justify-content: center;
      width: 51px;
      height: 51px;
      border-left: 1px solid #EBEBEB;
      border-radius: 10px;
      color: #03B8FF; }
  .sidebar .sidebar__widget .widget__inner .widget__content {
    padding: 18.75px 30px; }
    @media (max-width: 1199.98px) {
      .sidebar .sidebar__widget .widget__inner .widget__content {
        padding: 18.75px 18.75px; } }

.sidebar .commission__list .commission__card {
  margin-bottom: 15px; }
  .sidebar .commission__list .commission__card.featured__card .card__header .card__title {
    color: #03B8FF; }
    .sidebar .commission__list .commission__card.featured__card .card__header .card__title:hover a {
      color: #003866 !important; }
  .sidebar .commission__list .commission__card .card__header {
    display: flex;
    align-content: center;
    align-items: center; }
    .sidebar .commission__list .commission__card .card__header .card__icon {
      background: #03B8FF;
      color: #fff;
      border-radius: 1000px;
      display: flex;
      justify-content: center;
      justify-items: center;
      align-items: center;
      align-content: center;
      width: 13px;
      height: 13px;
      margin-right: 3.75px; }
      .sidebar .commission__list .commission__card .card__header .card__icon img, .sidebar .commission__list .commission__card .card__header .card__icon svg {
        width: 11px;
        height: 11px; }
    .sidebar .commission__list .commission__card .card__header .card__title {
      max-width: 165px;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      font-family: 'Nunito', sans-serif;
      color: #003866;
      font-weight: 700;
      font-size: 13.5px; }
      @media (max-width: 1199.98px) {
        .sidebar .commission__list .commission__card .card__header .card__title {
          max-width: 97.5px;
          font-size: 10.5px; } }
  .sidebar .commission__list .commission__card .card__body {
    display: grid;
    align-items: start;
    align-content: start;
    grid-template-columns: 33px auto;
    grid-gap: 22.5px;
    margin-top: 6px; }
    .sidebar .commission__list .commission__card .card__body .card__thumb {
      border: 1px solid #EBEBEB;
      border-radius: 6px;
      overflow: hidden; }
    .sidebar .commission__list .commission__card .card__body .card__info {
      height: 100%;
      display: grid;
      align-content: space-between; }
      .sidebar .commission__list .commission__card .card__body .card__info .lang__pair .pair__inner {
        display: flex;
        justify-content: space-between;
        text-align: center;
        font-size: 12px;
        font-weight: 600;
        align-items: center;
        justify-content: center; }
      .sidebar .commission__list .commission__card .card__body .card__info .card__meta {
        font-size: 12px;
        color: #5A6A76; }

.sidebar .button__widget {
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  justify-items: center;
  font-size: 13.5px;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  padding: 27.75px 7.5px; }
  @media (max-width: 1199.98px) {
    .sidebar .button__widget {
      font-size: 7.5px; } }
  .sidebar .button__widget img, .sidebar .button__widget svg {
    margin-right: 6px;
    top: 0; }

.sidebar.offer_sidebar .user__widget {
  padding: 22.5px 33.75px;
  color: #8A969F; }
  .sidebar.offer_sidebar .user__widget .phone { cursor: pointer;}
  .sidebar.offer_sidebar .user__widget .phone:hover {color: #03B8FF; transition: color 0.3s ease-in-out;}
  .sidebar.offer_sidebar .user__widget .rating {
    margin-bottom: 15px;
    justify-content: center;
    justify-items: center; }
  .sidebar.offer_sidebar .user__widget .user__image {
    border: 1px solid #EBEBEB;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
    text-align: center; }
  .sidebar.offer_sidebar .user__widget .user__name {
    font-family: 'Nunito', sans-serif;
    color: #03B8FF;
    font-size: 13.5px;
    font-weight: 700;
    line-height: 1.2; }
  .sidebar.offer_sidebar .user__widget .user__activity {
    margin-bottom: 15px; }
  .sidebar.offer_sidebar .user__widget .contact__data {
    margin-bottom: 20px; }
    .sidebar.offer_sidebar .user__widget .contact__data img, .sidebar.offer_sidebar .user__widget .contact__data svg {
      max-width: 20px; }
    .sidebar.offer_sidebar .user__widget .contact__data .contact__row {
      display: grid;
      grid-template-columns: 25px auto;
      margin-bottom: 10px; }
      .sidebar.offer_sidebar .user__widget .contact__data .contact__row .dip {
        cursor: pointer;
      }
      .sidebar.offer_sidebar .user__widget .contact__data svg { color: #8A969F;}
  .sidebar.offer_sidebar .user__widget .user_localisation .localisations {
    display: flex;
    flex-wrap: wrap;
    gap: 5px; }
  .sidebar.offer_sidebar .user__widget .user_localisation .localisation {
    border: 1px solid #EBEBEB;
    border-radius: 4px;
    padding: 2px 6px; }
    .sidebar.offer_sidebar .user__widget .user_localisation .localisation.highlight {
      border-color: #8A969F; }
  .sidebar.offer_sidebar .user__widget .sidebar__title {
    color: #003866;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 10px; }
  .sidebar.offer_sidebar .user__widget .user__pairs .lang__pair .pair__inner {
    justify-items: flex-start;
    justify-content: flex-start;
    gap: 8px; }
  .sidebar.offer_sidebar .user__widget .user__workdays {
    margin-bottom: 15px; }
    .sidebar.offer_sidebar .user__widget .user__workdays .days {
      display: flex;
      gap: 6px;
      justify-content: space-between; }
      @media (max-width: 959.98px) {
        .sidebar.offer_sidebar .user__widget .user__workdays .days {
          justify-content: flex-start; } }
      .sidebar.offer_sidebar .user__widget .user__workdays .days .day {
        background: #EBEBEB;
        color: #8A969F;
        border-radius: 4px;
        width: 22.5px;
        height: 22.5px;
        display: flex;
        align-items: center;
        align-content: center;
        justify-items: center;
        justify-content: center; }
        @media (max-width: 1199.98px) {
          .sidebar.offer_sidebar .user__widget .user__workdays .days .day {
            width: 15px;
            height: 15px;
            font-size: 9px; } }
        @media (max-width: 959.98px) {
          .sidebar.offer_sidebar .user__widget .user__workdays .days .day {
            width: 22.5px;
            height: 22.5px;
            font-size: 12px; } }
        .sidebar.offer_sidebar .user__widget .user__workdays .days .day.active {
          background: #003866;
          color: #fff; }

.breadcrumbs {
  color: #5A6A76;
  margin-right: auto;margin-top: 10px; }
  .breadcrumbs .bc__current {
    font-weight: 700; }

.list__meta {
  margin-bottom: 22.5px;
  display: flex;
  align-items: center;
  color: #5A6A76; }
  .list__meta .categories {
    margin-left: auto; }
    .list__meta .categories .button {
      font-size: 9px;
      padding: 2.25px 4.5px;
      border-radius: 8px; }

.offers__cards .featured__offers .group__header .header__title {
  color: #03B8FF; }
  .offers__cards .featured__offers .group__header .header__title .count {
    color: #8A969F; }
  .offers__cards .featured__offers .group__header .header__title .header__icon {
    background: #03B8FF; }

.offers__cards .group__header {
  display: flex;
  margin-bottom: 30px;
  padding-left: 15px; }
  @media (max-width: 639.98px) {
    .offers__cards .group__header {
      flex-direction: column;
      gap: 11.25px; } }
  .offers__cards .group__header .header__title {
    margin-right: auto;
    display: flex;
    align-items: center;
    align-content: center;
    font-size: 13.5px;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    color: #5A6A76; }
    .offers__cards .group__header .header__title h2 {
      font-size: 13px;
      font-family: 'Nunito', sans-serif;
      font-weight: 700;margin: 0; }
    .offers__cards .group__header .header__title .count {
      padding-left: 5.25px; }
    .offers__cards .group__header .header__title .header__icon {
      display: flex;
      align-content: center;
      align-items: center;
      justify-content: center;
      justify-items: center;
      height: 24px;
      width: 24px;
      background: #5A6A76;
      border-radius: 10000px;
      color: #fff;
      margin-right: 7.5px; }
  .offers__cards .group__header .header__utlis {
    display: flex;
    align-content: center;
    align-items: center;
    gap: 11.25px; }
    .offers__cards .group__header .header__utlis .view__switch {
      display: flex;
      align-content: center;
      align-items: center;
      gap: 11.25px;
      color: #8A969F; }
      .offers__cards .group__header .header__utlis .view__switch .switch__icon {
        cursor: pointer;
        transition: all 0.3s ease-in-out; }
        .offers__cards .group__header .header__utlis .view__switch .switch__icon.active {
          color: #03B8FF; }
        .offers__cards .group__header .header__utlis .view__switch .switch__icon:hover {
          color: #03B8FF; }
    .offers__cards .group__header .header__utlis .pagination {
      margin: 0; }

.offers__cards .cards__view .offers__card {
  background: #fff;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  border: 2px solid #fff;
  color: #5A6A76;
  margin-bottom: 18.75px;
text-align: justify; }
   .offers__cards .cards__view .offers__card.normal__card  {
    border: 2px solid #8A969F; }
  .offers__cards .cards__view .offers__card.featured__card {
    border: 2px solid #03B8FF; }
    .offers__cards .cards__view .offers__card.featured__card .card__inner .card__body .card__title {
      color: #03B8FF; }
      .offers__cards .cards__view .offers__card.featured__card .card__inner .card__body .card__title:hover {
        color: #003866; }
    .offers__cards .cards__view .offers__card.featured__card .card__inner .card__meta .price__info {
      color: #03B8FF; }
  .offers__cards .cards__view .offers__card .featured__icon {
    position: absolute;
    left: -6px;
    top: -8px;
    background: #03B8FF;
    color: #fff;
    width: 39px;
    height: 39px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;
    border-radius: 10000px; }
    .offers__cards .cards__view .offers__card .featured__icon .icon__image {
      width: 21px; }
  .offers__cards .cards__view .offers__card.winner_card {
    border: 2px solid #ffd400; }
    .offers__cards .cards__view .offers__card.winner_card .card__inner .card__body .card__title, .offers__cards .cards__view .offers__card.winner_card .bids-winner {
      color: #ffd400; }
      .offers__cards .cards__view .offers__card.winner_card .card__inner .card__body .card__title:hover {
        color: #003866; }
    .offers__cards .cards__view .offers__card.winner_card .card__inner .card__meta .price__info {
      color: #03B8FF; }
  .offers__cards .cards__view .offers__card .winner__icon {
    position: absolute;
    left: -6px;
    top: -8px;
    background: #ffd400;
    color: #fff;
    width: 39px;
    height: 39px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;
    border-radius: 10000px; }
    .offers__cards .cards__view .offers__card .button__winner{
      color: #fff;
      border: 0;
    background: #ffd400;
    vertical-align: top;
    }
    .offers__cards .cards__view .offers__card .featured__icon .icon__image {
      width: 21px; }
  .offers__cards .cards__view .offers__card .card__inner {
    padding: 30px; }
    .offers__cards .cards__view .offers__card .card__inner .card__row {
      display: grid;
      grid-template-columns: 1fr 3fr 1fr;
      grid-gap: 15px; }
      @media (max-width: 1199.98px) {
        .offers__cards .cards__view .offers__card .card__inner .card__row {
          grid-template-columns: 1fr 2fr 1fr; } }
      @media (max-width: 959.98px) {
        .offers__cards .cards__view .offers__card .card__inner .card__row {
          grid-template-columns: 1fr 2fr; } }
      @media (max-width: 639.98px) {
        .offers__cards .cards__view .offers__card .card__inner .card__row {
          grid-template-columns: 1fr; } }
      .offers__cards .cards__view .offers__card .card__inner .card__row:not(:last-child) {
        margin-bottom: 7.5px; }
      .offers__cards .cards__view .offers__card .card__inner .card__row.meta__row {
        align-items: center;
        align-content: center; }
        .offers__cards .cards__view .offers__card .card__contact {font-size: 10px;text-align:left}
        .offers__cards .cards__view .offers__card .card__contact .phone {cursor: pointer;}
        .offers__cards .cards__view .offers__card .card__contact .phone:hover { color: #03B8FF;transition: color 0.3s ease-in-out;}
    .offers__cards .cards__view .offers__card .card__inner .card__image {
      border: 1px solid #EBEBEB;
      border-radius: 8px;
      overflow: hidden;
      aspect-ratio: 1/1;
      width: 100%;
      height: auto;
      text-align: center;
      display: flex;
      align-items: center;
      align-content: center;
      justify-content: center;
      justify-items: center; }
      @media (max-width: 639.98px) {
        .offers__cards .cards__view .offers__card .card__inner .card__image {
          aspect-ratio: 3/1; }
          .offers__cards .cards__view .offers__card .card__inner .card__image img {
            max-height: 100%; } }
    .offers__cards .cards__view .offers__card .card__inner .card__body .card__title {
      display: block;
      font-family: 'Nunito', sans-serif;
      font-size: 16px;
      font-weight: 800;
      color: #003866;
      text-align: left;
      margin-bottom: 7.5px; }
      .offers__cards .cards__view .offers__card .card__inner .card__body .card__title:hover {
        color: #03B8FF; }
    @media (max-width: 959.98px) {
      .offers__cards .cards__view .offers__card .card__inner .card__contact {
        grid-column: 1/-1; } }
    .offers__cards .cards__view .offers__card .card__inner .card__contact .lang__pair {
      color: #003866;
      font-size: 9px;
      font-weight: 600;
      margin-bottom: 15px; }
      @media (max-width: 959.98px) {
        .offers__cards .cards__view .offers__card .card__inner .card__contact .lang__pair .pair__inner {
          justify-content: center;
          gap: 8px; } }
    @media (max-width: 959.98px) {
      .offers__cards .cards__view .offers__card .card__inner .card__contact .contact__data {
        display: flex;
        justify-content: space-between;
        gap: 6px; } }
    .offers__cards .cards__view .offers__card .card__inner .card__contact .contact__data .contact__row:not(:last-child) {
      margin-bottom: 7.5px; }
    .offers__cards .cards__view .offers__card .card__inner .rating img:not(.active), .offers__cards .cards__view .offers__card .card__inner .rating svg:not(.active) {
      color: #8A969F; }
    .offers__cards .cards__view .offers__card .card__inner .card__meta {
      display: flex;
      align-items: center;
      align-content: center;
      justify-content: space-between;
      gap: 5px; }
      .offers__cards .cards__view .offers__card .card__inner .card__meta .meta__item .data {
        font-weight: 600; }
      .offers__cards .cards__view .offers__card .card__inner .card__meta .meta__item:last-of-type {
        text-align: right; }
      .offers__cards .cards__view .offers__card .card__inner .card__meta .price__info {
        font-weight: 600;
        font-size: 12px;
        color: #5A6A76; }
    .offers__cards .cards__view .offers__card .card__inner .card__more {
      text-align: center; }
      @media (max-width: 959.98px) {
        .offers__cards .cards__view .offers__card .card__inner .card__more {
          grid-column: 1/-1; } }
      .offers__cards .cards__view .offers__card .card__inner .card__more .button {
        padding: 3.75px 18.75px; }

.offers__cards .cards__view.grid .offers__card .card__inner .card__row {
  grid-template-columns: 3fr 2fr; }
  @media (max-width: 1199.98px) {
    .offers__cards .cards__view.grid .offers__card .card__inner .card__row {
      grid-template-columns: 1fr; } }
  .offers__cards .cards__view.grid .offers__card .card__inner .card__row.meta__row .card__meta {
    order: 1;
    grid-column: 1/-1;
    grid-row: 1/2; }

.offers__cards .cards__view.grid .offers__card .card__inner .card__image {
  grid-column: 1/-1;
  text-align: center;
  aspect-ratio: 2/1; }

@media (max-width: 1199.98px) {
  .offers__cards .cards__view.grid .offers__card .card__inner .card__contact {
    text-align: center; } }

@media (max-width: 1199.98px) {
  .offers__cards .cards__view.grid .offers__card .card__inner .card__meta {
    display: block;
    text-align: center;
    margin-top: 10.5px; }
    .offers__cards .cards__view.grid .offers__card .card__inner .card__meta .meta__item {
      margin-bottom: 6px; } }

@media (max-width: 1199.98px) {
  .offers__cards .cards__view.grid .offers__card .card__inner .lang__pair .pair__inner {
    gap: 8px;
    justify-items: center;
    justify-content: center; } }

@media (max-width: 1199.98px) {
  .offers__cards .cards__view.grid .offers__card .card__inner .rating {
    justify-items: center;
    justify-content: center; } }

.offers__query .featured__offers {
  margin-top: 45px;
  margin-bottom: 45px; }

.offers__query .standard__offers .pagination {
  justify-content: flex-end; }

.account__wrapper .offer__cards .offers__card {
  background: #fff;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  border: 2px solid #fff;
  color: #8A969F;
  margin-bottom: 18.75px; }
  .account__wrapper .offer__cards .offers__card.featured__card {
    border: 2px solid #03B8FF; }
    .account__wrapper .offer__cards .offers__card.featured__card .card__inner .card__title {
      color: #03B8FF; }
      .account__wrapper .offer__cards .offers__card.featured__card .card__inner .card__title:hover {
        color: #003866; }
  .account__wrapper .offer__cards .offers__card .card__inner {
    padding: 22.5px 37.5px; }
    .account__wrapper .offer__cards .offers__card .card__inner .card__row {
      display: flex;
      flex-wrap: wrap;
      width: 100%; }
      .account__wrapper .offer__cards .offers__card .card__inner .card__row:not(:last-of-type) {
        margin-bottom: 15px; }
    .account__wrapper .offer__cards .offers__card .card__inner .card__title {
      font-size: 13.5px;
      font-family: 'Nunito', sans-serif;
      font-weight: 700;
      color: #003866; }
      @media (max-width: 639.98px) {
        .account__wrapper .offer__cards .offers__card .card__inner .card__title {
          text-align: center; } }
    .account__wrapper .offer__cards .offers__card .card__inner .card__meta {
      margin-left: auto; }
      @media (max-width: 639.98px) {
        .account__wrapper .offer__cards .offers__card .card__inner .card__meta {
          margin-right: auto; } }
      .account__wrapper .offer__cards .offers__card .card__inner .card__meta .featured__info {
        display: flex;
        align-items: center;
        align-content: center;
        font-size: 13.5px;
        font-family: 'Nunito', sans-serif;
        font-weight: 700; }
        .account__wrapper .offer__cards .offers__card .card__inner .card__meta .featured__info .value {
          color: #03B8FF; }
    .account__wrapper .offer__cards .offers__card .card__inner .lang__pair {
      margin-right: auto;
      color: #003866; }
      @media (max-width: 639.98px) {
        .account__wrapper .offer__cards .offers__card .card__inner .lang__pair {
          margin: auto; } }
      .account__wrapper .offer__cards .offers__card .card__inner .lang__pair .pair__inner > div {
        margin: 0 3.75px; }
    .account__wrapper .offer__cards .offers__card .card__inner .card__utils {
      display: flex;
      align-items: center;
      align-content: center;
      margin-left: auto; }
      @media (max-width: 639.98px) {
        .account__wrapper .offer__cards .offers__card .card__inner .card__utils {
          flex-wrap: wrap;
          gap: 11.25px;
          justify-content: center;
          justify-items: center; } }
    .account__wrapper .offer__cards .offers__card .card__inner .rating {
      margin-left: 15px; }
      .account__wrapper .offer__cards .offers__card .card__inner .rating img:not(.active), .account__wrapper .offer__cards .offers__card .card__inner .rating svg:not(.active) {
        color: #8A969F; }
    .account__wrapper .offer__cards .offers__card .card__inner .offer__actions, .button__actions {
      display: flex;
      gap: 7.5px;
      margin-left: 15px;
      justify-content: end;
      min-width: 180px;}
      .account__wrapper .offer__cards .offers__card .card__inner .offer__actions .button, .button__actions .button {
        padding: 0;
        width: 30px;
        height: 30px;
        display: flex;
        align-content: center;
        align-items: center;
        justify-items: center;
        justify-content: center; }
        .account__wrapper .offer__cards .offers__card .card__inner .offer__actions .button.button__navy img, 
        .account__wrapper .offer__cards .offers__card .card__inner .offer__actions .button.button__navy svg, 
        .account__wrapper .offer__cards .offers__card .card__inner .offer__actions .button.button__navy path, 
        .account__wrapper .offer__cards .offers__card .card__inner .offer__actions .button.button__grey img, 
        .account__wrapper .offer__cards .offers__card .card__inner .offer__actions .button.button__grey svg, 
        .account__wrapper .offer__cards .offers__card .card__inner .offer__actions .button.button__grey path,  
        .messages-wrapper .button.button__grey img, .messages-wrapper .button.button__grey svg, .messages-wrapper .button.button__grey path,
        .button__actions .button  {
          fill: #fff !important; }
.messages-wrapper .unread { background-color: whitesmoke; }
.account__wrapper .offer__cards .featured__icon {
  position: absolute;
  left: -6px;
  top: -8px;
  background: #03B8FF;
  color: #fff;
  width: 39px;
  height: 39px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-items: center;
  justify-content: center;
  border-radius: 10000px; }
  .account__wrapper .offer__cards .featured__icon .icon__image {
    width: 21px; }

/* The container */
.container {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 4.5px 0; }

/* Hide the browser's default checkbox */
.container input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: transparent;
  border: 1px solid #8A969F;
  border-radius: 5px; }

input[type="radio"] ~ .checkmark {
  border-radius: 1000px; }

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: rgba(255, 255, 255, 0.2); }

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  box-shadow: none;
  outline: 0 !important; }

.container input:checked ~ .checkmark {
  background-color: #03B8FF;
  border: 1px solid #03B8FF;
  outline: 2px solid #03B8FF; }

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.container .checkmark:after {
  display: none;
  content: '';
  position: absolute;
  left: 4px;
  top: 0px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
  @media (max-width: 959.98px) {
    .container .checkmark:after {
      left: 5.25px;
      top: 2.25px; } }

input[type=range] {
  -webkit-appearance: none;
  margin: 20px 0 10px;
  width: 100%;
  position: relative;
  z-index: 2; }

input[type=range]:focus {
  outline: none; }

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  animate: 0.2s;
  background: #5A6A76;
  border-radius: 25px; }

input[type=range]::-webkit-slider-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 4px 0 black;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8px; }

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #5A6A76; }

.range-wrap {
  position: relative; }
  .range-wrap .pip {
    display: block;
    width: 2px;
    height: 10px;
    background: #8A969F;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 6px;
    margin: auto; }
    .range-wrap .pip.pip__half {
      right: 0; }
    .range-wrap .pip.pip__end {
      left: auto;
      right: 0; }

.range-value {
  position: absolute;
  top: -20%; }

.range-value span {
  width: 22.5px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  background: #03a9f4;
  color: #fff;
  font-size: 9px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 6px; }

.range__values {
  display: flex;
  justify-content: space-between; }

.sidebar .sidebar__widget.filters__widget .widget__inner .widget__content {
  padding: 0; }

.sidebar .sidebar__widget.filters__widget .widget__inner .filters__group {
  padding: 11.25px 30px;
  border-bottom: 1px solid #EBEBEB;
  color: #5A6A76; }
  @media (max-width: 1199.98px) {
    .sidebar .sidebar__widget.filters__widget .widget__inner .filters__group {
      padding: 11.25px 18.75px; } }
  .sidebar .sidebar__widget.filters__widget .widget__inner .filters__group .select__field {
    position: relative;
    display: grid;
    align-items: center;
    align-content: center;
    height: 100%;
    width: 100%; }
  .sidebar .sidebar__widget.filters__widget .widget__inner .filters__group .select__trigger {
    color: #5A6A76;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    cursor: pointer; }
    .sidebar .sidebar__widget.filters__widget .widget__inner .filters__group .select__trigger .select__title {
      font-size: 13.5px;
      font-weight: 700; }
    .sidebar .sidebar__widget.filters__widget .widget__inner .filters__group .select__trigger .select__subtitle {
      font-size: 10.5px; }
  .sidebar .sidebar__widget.filters__widget .widget__inner .filters__group .lang__block {
    color: #003866;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    padding-top: 3px;
    padding-bottom: 3px;
    font-family: 'Poppins', sans-serif; }
    .sidebar .sidebar__widget.filters__widget .widget__inner .filters__group .lang__block:hover {
      color: #03B8FF; }
  .sidebar .sidebar__widget.filters__widget .widget__inner .filters__group .dropdown__input {
    margin-top: 15px;
    margin-bottom: 15px; }
  .sidebar .sidebar__widget.filters__widget .widget__inner .filters__group .group_label {
    font-size: 9px;
    color: #8A969F; }
  .sidebar .sidebar__widget.filters__widget .widget__inner .filters__group .text__input {
    color: #5A6A76; }
    .sidebar .sidebar__widget.filters__widget .widget__inner .filters__group .text__input ::placeholder {
      color: #5A6A76; }
    .sidebar .sidebar__widget.filters__widget .widget__inner .filters__group .text__input input {
      color: #5A6A76;
      border-bottom: 1px solid #fff !important;
      outline: none; }
    .sidebar .sidebar__widget.filters__widget .widget__inner .filters__group .text__input input:focus {
      outline: none;
      border-bottom: 1px solid #03B8FF !important; }
    .sidebar .sidebar__widget.filters__widget .widget__inner .filters__group .text__input .select__title {
      font-size: 13.5px;
      font-weight: 700;
      display: inline-block;
      width: 100%;
      border: 0; }
    .sidebar .sidebar__widget.filters__widget .widget__inner .filters__group .text__input .select__subtitle {
      font-size: 10.5px; }

.accout__sidebar {
  order: 1 !important;
  grid-row: 1/2; }
  .accout__sidebar .sidebar__title {
    height: 75px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    justify-items: center;
    font-size: 13.5px;
    font-family: 'Nunito', sns-serif;
    font-weight: 700;
    color: #8A969F; }
    .accout__sidebar .sidebar__title .value {
      color: #03B8FF; }
  .accout__sidebar .buttons__group {
    background: #003866;
    color: #fff;
    display: flex;
    justify-items: stretch;
    justify-content: stretch; }
    .accout__sidebar .buttons__group .button {
      padding: 15px 0;
      font-size: 9px;
      flex: 1;
      text-align: center; }
      .accout__sidebar .buttons__group .button .button__icon {
        height: 17.25px;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        justify-items: center;
        margin-bottom: 3.75px; }
      .accout__sidebar .buttons__group .button .count {
        width: 18px;
        height: 18px;
        line-height: 18px;
        color: #fff;
        background-color: #F65D58;
        text-align: center;
        font-size: 12px;
        position: absolute;
        top: 4px;
        right: 17px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
      }
        @media (max-width: 1199.98px) {
          .accout__sidebar .buttons__group .button .count {
            display: block; } }
  .accout__sidebar .accout__endpoints .button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    border-bottom: 1px solid #EBEBEB;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 13.5px;
    padding: 18px 22.5px; }
    @media (max-width: 1199.98px) {
      .accout__sidebar .accout__endpoints .button {
        font-size: 11.25px; } }
    .accout__sidebar .accout__endpoints .button .icon {
      position: relative;
      top: -3px;
      margin-right: 7.5px; }

.input__control:not(:last-of-type) {
  margin-bottom: 11.25px; }

.input__control label {
  display: block;
  color: #5A6A76;
  font-size: 9px;
  margin-bottom: 3.75px; }

.input__control input {
  padding: 7.5px 11.25px;
  max-width: 100%;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #8A969F; }
  .input__control input:focus {
    outline: none;
    border-color: #03B8FF; }
    .input__control input:disabled, textarea:disabled, select:disabled {
      background-color: #efeded !important;
      margin: 0;
      vertical-align: bottom;
      color: #8A969F !important;
      opacity: 1;
    }
input[type="submit"] {
  font-family: 'Nunito', sans-serif;
  padding-right: 48.75px;
  padding-left: 48.75px; }

.content__section {
  background: #fff;
  padding: 37.5px 67.5px;
  border: 1px solid #EBEBEB;
  border-radius: 10px;
  margin-bottom: 22px; }
  @media (max-width: 1199.98px) {
    .content__section {
      padding: 20px; } }
  .content__section h3 {
    font-family: 'Nunito', sans-serif;
    font-size: 13.5px;
    font-weight: 700;
    color: #003866; }
  .content__section .input__control input, .content__section .input__control textarea {
    font-family: 'Nunito', sans--serif;
    font-weight: 700;
    color: #8A969F !important; }

.comments .medium__title, .medium__title {
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 13.5px;
  color: #003866;
  margin-bottom: 15px; }

.comments .list__header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  margin-bottom: 15px; }

.comments .comments__list .comment__card {
  display: grid;
  grid-template-columns: 2fr 3fr;
  grid-gap: 52.5px;
  margin: 22.5px 0; }
  @media (max-width: 639.98px) {
    .comments .comments__list .comment__card {
      grid-template-columns: 1fr;
      grid-gap: 11.25px; } }
  .comments .comments__list .comment__card .user__info {
    display: grid;
    grid-template-columns: 60px auto;
    grid-gap: 13.75px; }
    .comments .comments__list .comment__card .user__info .user__avatar {
      border-radius: 1000px;
      overflow: hidden;
	  height: min-content;	  }
    .comments .comments__list .comment__card .user__info .username {
      font-size: 13px;
      color: #003866;
      font-weight: 600;
      margin-bottom: 2.75px; }
    .comments .comments__list .comment__card .user__info .user__date {
      font-weight: 600;
      margin-bottom: 3.75px; }
	  
	  
.messages .messages__list .message__card {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 52.5px;
  margin-bottom: 22.5px; }
  .messages .messages__list .message__card.in {
  grid-template-columns: 1fr; }
  @media (max-width: 639.98px) {
    .messages .messages__list .message__card {
      grid-template-columns: 1fr;
      grid-gap: 11.25px; } }
  .messages .messages__list .message__card .user__info {
    display: grid;
    grid-template-columns: 60px auto;
    grid-gap: 18.75px; }
    .messages .messages__list .message__card .user__info .user__avatar {
      border-radius: 1000px;
      overflow: hidden;
	  height: min-content;	  }
    .messages .messages__list .message__card .user__info .username {
      color: #003866;
      font-weight: 600;
      margin-bottom: 3.75px; }
    .messages .messages__list .message__card .user__info .user__date {
      font-size: 12px;
       }

.fourfour {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  padding-top: 37.5px; }
  .fourfour .uk-container {
    max-width: 750px; }
  .fourfour__logo {
    height: 75px; }
  .fourfour__wrapper {
    font-size: 18px; }
    .fourfour__wrapper > *, .fourfour__wrapper > *::before, .fourfour__wrapper > *::after {
      margin-bottom: 22.5px; }
    .fourfour__wrapper h2 {
      font-size: 150px;
      line-height: 150px;
      margin-bottom: 37.5px;
      font-weight: 700; }
      @media (min-width: 640px) {
        .fourfour__wrapper h2 {
          font-size: 210px;
          line-height: 210px; } }
    .fourfour__wrapper h3 {
      font-size: 24px;
      font-weight: 700; }
    .fourfour__wrapper a {
      font-size: 24px;
      font-weight: 700; }

.offers {
  background-image: url("../../assets/images/patternbg.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #EBEBEB;
  position: relative;
  padding-top: 30px;
  padding-bottom: 60px; }
  @media (max-width: 959.98px) {
    .offers {
      padding-bottom: 45px; } }
  .offers .wrapper {
    max-width: 1240px; }
    @media (max-width: 959.98px) {
      .offers .wrapper {
        max-width: 90%; } }
  .offers .text__block {
    color: #5A6A76; }
  .offers .grid__offers {
    grid-template-columns: auto 585px;
    align-content: center;
    align-items: center; }
    @media (max-width: 1199.98px) {
      .offers .grid__offers {
        grid-template-columns: 1fr 1fr; }
        .offers .grid__offers .grid_1_1 {
          grid-template-columns: 1fr;
          grid-gap: 0; } }
    @media (max-width: 959.98px) {
      .offers .grid__offers {
        grid-template-columns: 1fr; } }
  .offers:before {
    content: '';
    display: block;
    width: 100%;
    height: 200px;
    background: #EBEBEB;
    position: absolute;
    bottom: 100%;
    right: 0;
    left: 0;
    z-index: -1; }
  .offers .offers__about {
    padding-left: 52.5px; }
    @media (max-width: 1199.98px) {
      .offers .offers__about {
        padding: 0; } }
  .offers .block__header {
    display: flex;
    justify-content: space-between; }
    @media (min-width: 1199.98px) {
  .offers .offers__block {
    background: #fff;
    padding: 33.75px 32.25px;
    font-weight: 700;
    color: #003866;
    font-size: 11px;
    font-weight: 500; }
     .offers .offers__block .grid>div:last-child{
        border-left: 1px solid #EBEBEB;padding-left: 12px;
      }
    }
    @media (max-width: 1199.98px) {
      .offers .offers__block {
        padding: 26.25px 33.75px; }
        .offers .offers__block .grid>div:last-child{
          border-left: none;padding-left: 0px;
        } }
    .offers .offers__block .flag-icon {
      margin: 0 10px; }
     
  .offers .lang__pair {
    display: flex;
    justify-content: space-between;
    margin: 9px 0; }
    .offers .lang__pair:last-child {
      margin-bottom: 0; }
    .offers .lang__pair .pair__inner {
      display: flex;
      justify-content: space-between;
      width: 100%; }
    .offers .lang__pair .pair__count {
      font-weight: 400;
      color: #5A6A76;
      margin-left: 0; width: 42px; }

#top_banner {text-align: center; margin-bottom: 15px;}
#top_banner * {
   text-align: center;display: block;margin:0 auto;
}
.banner {
  margin-top: 45px;
  margin-bottom: 45px; }

.featured__offers {
  margin-top: 60px; 
  margin-bottom: 60px; }
  .featured__offers .wrapper {
    max-width: 1200px; }
    @media (max-width: 959.98px) {
      .featured__offers .wrapper {
        max-width: 90%; } }
  .featured__offers .offer__card {
    text-align: center;
    font-weight: 300;max-height: 350px;
    color: #5A6A76; }
    .featured__offers .offer__card a {
      display: block;
      max-width: 200px;
      margin: auto;
    height:100% ;
    display: flex;
    flex-direction: column;}
      .featured__offers .offer__card a:hover, .featured__offers .offer__card a:focus {
        color: inherit; }
    .featured__offers .offer__card .card__image__wrapper {
      width: 135px;
      height: 135px;
      margin: auto;
      border: 1px solid #03B8FF;
      border-radius: 10px;
      display: flex;
      align-content: center;
      align-items: center;
      justify-content: center;
      justify-items: center;
      position: relative;
      margin-bottom: 15px; margin-top: 0; }
      .featured__offers .offer__card .card__image__wrapper img {
        border-radius: 12px;}
      .featured__offers .offer__card .card__image__wrapper .card__icon {
        position: absolute;
        right: -6px;
        bottom: -6px;
        background: #03B8FF;
        height: 24px;
        width: 24px;
        display: flex;
        align-items: center;
        align-content: center;
        justify-items: center;
        justify-content: center;
        border-radius: 1000px;
        color: #fff; }
    .featured__offers .offer__card .card__title {
      font-size: 13.5px;
      font-weight: 700;
      color: #03B8FF;
      font-family: 'Nunito', sans-serif; }
    .featured__offers .offer__card .card__subtitle {
      font-size: 13.5px;
      font-weight: 700;
      font-family: 'Nunito', sans-serif; }

.cta {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 345px;
  display: grid; }
  @media (max-width: 959.98px) {
    .cta {
      display: block;
      min-height: 1px;
      padding-top: 37.5px;
      padding-bottom: 37.5px; } }
  .cta .wrapper {
    height: 100%;
    display: grid;
    align-content: center;
    align-items: center;
    max-width: 660px; }
    @media (max-width: 959.98px) {
      .cta .wrapper {
        max-width: 90%; } }
  @media (max-width: 959.98px) {
    .cta .cta__content {
      text-align: center; } }
  .cta .cta__content.cta__content__right {
    text-align: right; }
    @media (max-width: 959.98px) {
      .cta .cta__content.cta__content__right {
        text-align: center; } }
  .cta .cta__content .cta__logo {
    width: 191.25px;
    margin-bottom: 7.5px; }

.articles__section {
  background: #EBEBEB;
  padding-top: 60px;
  padding-bottom: 60px; }
  .articles__section .button__container {
    margin: 37.5px 0 7.5px;
    text-align: center; }

.profile__card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  color: #8A969F;
  margin-bottom: 22.5px;
  border: 1px solid #EBEBEB; }
  .profile__card .card__image {
    display: flex;
    justify-items: flex-end;
    justify-content: flex-end; }
    @media (max-width: 639.98px) {
      .profile__card .card__image {
        justify-items: center;
        justify-content: center; } }
    .profile__card .card__image > div {
      display: flex;
      flex-direction: column; }
      .profile__card .card__image > div .button__container {
        text-align: center; }
    .profile__card .card__image img {
      border-radius: 10px;
      border: 1px solid #EBEBEB;
      margin-bottom: 7.5px; }
  .profile__card .value {
    font-weight: 600; }
  .profile__card .card__inner {
    padding: 30px;
    grid-template-columns: 176.25px auto; }
    @media (max-width: 1199.98px) {
      .profile__card .card__inner {
        grid-template-columns: 1fr 2fr; } }
    @media (max-width: 639.98px) {
      .profile__card .card__inner {
        grid-template-columns: 1fr; } }
  .profile__card .button {
    padding: 3.75px 15px;
    font-size: 9px; }
  .profile__card .card__numbers {
    display: flex;
    flex-wrap: wrap;
    color: #8A969F;
    margin-top: 11.25px; }
    .profile__card .card__numbers > div {
      flex: 1;
      display: flex;
      align-content: center;
      align-items: center; }
      .profile__card .card__numbers > div img, .profile__card .card__numbers > div svg {
        margin-right: 3.75px; }
      @media (max-width: 639.98px) {
        .profile__card .card__numbers > div {
          flex: 1 0 100%;
          margin-bottom: 7.5px; } }
  .profile__card .card__row {
    margin-bottom: 7.5px; }
  .profile__card .card__header {
    display: flex;
    align-items: center;
    align-content: center;
    margin-bottom: 11.25px; }
    .profile__card .card__header .card__title {
      font-family: 'Nunito', sans-serif;
      font-size: 13.5px;
      font-weight: 700;
      color: #03B8FF;
      margin-right: auto;
      margin-bottom: 0; }

.nav__bar {
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #EBEBEB;
  margin-bottom: 22.5px;  }
  .nav__bar .button {
    flex: 1;
    text-align: center;
    padding: 15px 5.1px;
	}
    @media (max-width: 1199.98px) {
      .nav__bar .button {
        display: flex;
        justify-content: center;
        justify-items: center;
        align-content: center;
        align-items: center; } }
    .nav__bar .button.button__active {
      background: #003866; }
    .nav__bar .button:not(:last-child) {
      border-right: 1px solid #EBEBEB; }
  @media (max-width: 639.98px) {
    .nav__bar {
      flex-wrap: wrap; }
      .nav__bar .button {
        flex: 1 0 33%;
        border-bottom: 1px solid #EBEBEB; } }

.account__utils {
  background: #fff;
  padding: 11.25px 15px 7.5px;
  color: #5A6A76;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #EBEBEB;
  margin-bottom: 22.5px;
  font-size: 13px; }
  .account__utils .button {
    font-size: 13px; }

.multistep__indicators {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #EBEBEB;
  display: flex;
  flex-wrap: wrap;
  height: 75px;
  margin-bottom: 11.25px;
  color: #8A969F; }
  @media (max-width: 639.98px) {
    .multistep__indicators {
      height: auto; } }
  .multistep__indicators .multistep__indicator {
    flex: 1;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 13.5px; }
    @media (max-width: 1199.98px) {
      .multistep__indicators .multistep__indicator {
        font-size: 10.5px; } }
    @media (max-width: 639.98px) {
      .multistep__indicators .multistep__indicator {
        flex: 0 1 100%;
        padding: 7.5px 0;
        justify-content: flex-start;
        justify-items: flex-start;
        padding-left: 10%; } }
    .multistep__indicators .multistep__indicator .number {
      display: flex;
      align-content: center;
      align-items: center;
      justify-content: center;
      justify-items: center;
      width: 22.5px;
      height: 22.5px;
      margin-right: 15px;
      background: #8A969F;
      border-radius: 6px;
      font-size: 10.5px;
      color: #fff;
      font-family: 'Poppins', sans-serif;
      font-weight: 500; }
      @media (max-width: 1199.98px) {
        .multistep__indicators .multistep__indicator .number {
          border-radius: 4px;
          font-size: 7.5px;
          width: 15px;
          height: 15px; } }
      @media (max-width: 959.98px) {
        .multistep__indicators .multistep__indicator .number {
          margin-right: 7.5px; } }
    .multistep__indicators .multistep__indicator:not(:last-of-type) {
      border-right: 1px solid #EBEBEB; }
      @media (max-width: 639.98px) {
        .multistep__indicators .multistep__indicator:not(:last-of-type) {
          border-right: 0;
          border-bottom: 1px solid #EBEBEB; } }
    .multistep__indicators .multistep__indicator.active {
      color: #03B8FF; }
      .multistep__indicators .multistep__indicator.active .number {
        background: #03B8FF; }

.multistep__form .content__section {
  background-position: right bottom;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: #fff;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  @media (max-width: 959.98px) {
    .multistep__form .content__section {
      min-height: 1px; } }

.multistep__form .buttons__container {
  display: flex;
  justify-content: space-between;
  margin-top: 11.25px; }
  .multistep__form .buttons__container .button {
    min-width: 150px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px; }
    @media (max-width: 639.98px) {
      .multistep__form .buttons__container .button {
        min-width: 1px;
        max-width: 45%;
        width: 100%;
        padding-right: 10px;
        padding-left: 10px; } }

.multistep__form h3 {
  margin-bottom: 45px; }
  @media (max-width: 959.98px) {
    .multistep__form h3 {
      margin-bottom: 18.75px; } }

.multistep__form .margin__bottom {
  margin-bottom: 48.75px; }
  @media (max-width: 959.98px) {
    .multistep__form .margin__bottom {
      margin-bottom: 18.75px; } }

.multistep__form .label {
  color: #5A6A76;
  margin-bottom: 7.5px;
  display: block; }

.multistep__form .input__control {
  background: #fff;
  position: relative;
  max-width: 50%;
  border: 1px solid #8A969F;
  border-radius: 6px;
  font-weight: 700;
  font-family: 'Nunito', sans-serif;
  margin-bottom: 18.75px; }
  @media (max-width: 959.98px) {
    .multistep__form .input__control {
      max-width: 100%; } }
  .multistep__form .input__control .bubble {
    position: absolute;
    left: 125%;
    top: -999px;
    bottom: -999px;
    margin: auto;
    max-height: 142.5px;
    width: 240px;
    background: #003866;
    color: #fff;
    border-radius: 10px;
    padding: 11.25px 22.5px 11.25px 52.5px;
    z-index: 3;
    display: flex;
    align-content: center;
    align-items: center;
    font-weight: 400;
    background-repeat: no-repeat;
    background-position: right bottom; }
    @media (max-width: 959.98px) {
      .multistep__form .input__control .bubble {
        display: none; } }
    .multistep__form .input__control .bubble .bubble__inner {
      max-height: 120px;
      overflow-y: auto; }
    .multistep__form .input__control .bubble p {
      margin: 0; }
    .multistep__form .input__control .bubble .title {
      font-weight: 700;
      font-size: 12px; }
    .multistep__form .input__control .bubble:before {
      z-index: 1;
      content: '';
      display: block;
      width: 22.5px;
      height: 22.5px;
      background: #003866;
      position: absolute;
      border-radius: 0 0 0 4px;
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      transform: translate(-50%, 0) rotate(45deg); }
  .multistep__form .input__control.stretch {
    max-width: 100%; }
  .multistep__form .input__control.error {
    border: 1px solid red; }
    .multistep__form .input__control.error {
      border: 1px solid red;
}
  .multistep__form .input__control .select__trigger {
    padding: 7.6499999999999995px; }
  .multistep__form .input__control .select__trigger .select__title {
      font-size: 13.5px;
    }
  .multistep__form .input__control .field {
    cursor: pointer; }
  .multistep__form .input__control input {
    border: 0;
    }
   .input__control input.error {
    border:1px solid red;
    }

.multistep__form select.input__control  {
        padding: 7px; }
  .multistep__form .input__control textarea {
    width: 100%;
    margin: 0;
    border: 0;
    border-radius: 10px;
    resize: none;
    padding: 11.25px;
    color: #5A6A76; }
  .multistep__form .input__control .select__icon {
    position: absolute;
    top: 0;
    right: 11.25px;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    align-content: center; }
  .multistep__form .input__control .select__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    width: 100%;
    border: 1px solid #8A969F;
    border-radius: 6px;
    padding: 11.25px;
    z-index: 9; }
    .multistep__form .input__control .select__dropdown input {
      width: 100%;
      border: 0;
      border-bottom: 1px solid #5A6A76;
      margin-bottom: 7.5px;
      padding-top: 7.5px;
      padding-bottom: 7.5px;
      border-radius: 0;
      font-size: 10.5px; }
    .multistep__form .input__control .select__dropdown .dropdown__scroll {
      max-height: 265px;
      overflow: auto; }
      .multistep__form .input__control .select__dropdown .dropdown__scroll .group_label {
        margin-bottom: 5.25px;
        font-size: 9px;
        color: #5A6A76;
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        margin-left: 7.5px; }
      .multistep__form .input__control .select__dropdown .dropdown__scroll .group__langs {
        margin-bottom: 11.25px; }
    .multistep__form .input__control .select__dropdown .lang__block {
      cursor: pointer;
      font-size: 12px;
      padding: 7.5px;
      transition: all 0.3s ease-in-out; }
      .multistep__form .input__control .select__dropdown .lang__block:hover {
        background: #EBEBEB;
        border-radius: 6px; }
      .multistep__form .input__control .select__dropdown .lang__block .flag-icon {
        margin-right: 3.75px; }

.account__access .input__control input {
  font-family: 'Nunito', sans--serif;
  font-size: 13.5px;
  font-weight: 700;
  color: #8A969F; }

.account__access input[type="submit"] {
  margin-top: 22.5px;
  margin-bottom: 22.5px;
  width: 100%;
  max-width: 100%;
  display: block; }

@media (max-width: 959.98px) {
  .account__access .grid_1_1 {
    grid-template-columns: 1fr;
    grid-gap: 22.5px; } }

.registration__keyvisual {
  font-size: 13px; }
  .registration__keyvisual .title {
    font-size: 13.5px;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
    color: #03B8FF;
    padding-left: 22.5px;
    margin-bottom: 11.25px; }
  .registration__keyvisual .kv__inner {
    border: 1px solid #8A969F;
    border-radius: 10px;
    padding: 11.25px;
    display: grid;
    grid-gap: 11.25px; }
  .registration__keyvisual .kv__card {
    background: #EBEBEB;
    border-radius: 10px;
    padding: 22.5px;
    position: relative; }
    .registration__keyvisual .kv__card .content {
      max-width: 70%;
      position: relative;
      z-index: 3; }
      @media (max-width: 639.98px) {
        .registration__keyvisual .kv__card .content {
          max-width: 100%; } }
    .registration__keyvisual .kv__card ul {
      list-style: square; }
      .registration__keyvisual .kv__card ul ::marker {
        color: #03B8FF; }
    .registration__keyvisual .kv__card .image {
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: 1; }
      @media (max-width: 639.98px) {
        .registration__keyvisual .kv__card .image {
          display: none; } }
      .registration__keyvisual .kv__card .image img {
        max-width: 128.5px;
        width: 100%; }
    .registration__keyvisual .kv__card.to__left .image {
      left: -15%;
      right: auto; }
      @media (max-width: 959.98px) {
        .registration__keyvisual .kv__card.to__left .image {
          left: -5%; } }
      .registration__keyvisual .kv__card.to__left .image img {
        max-width: 225px;
        width: 100%; }
    .registration__keyvisual .kv__card.to__left .content {
      margin-right: 0;
      margin-left: auto; }

.offer__details {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  color: #5A6A76;
  margin-bottom: 22.5px;
  border: 1px solid #EBEBEB; }
  .offer__details.featured__offer {
    border-color: #03B8FF;
    position: relative; }
    .offer__details.featured__offer .featured__icon {
      position: absolute;
      left: -6px;
      top: -8px;
      background: #03B8FF;
      color: #fff;
      width: 39px;
      height: 39px;
      display: flex;
      align-items: center;
      align-content: center;
      justify-items: center;
      justify-content: center;
      border-radius: 10000px; }
      .offer__details.featured__offer .featured__icon .icon__image {
        width: 21px; }
  .offer__details .card__inner {
    padding: 30px 75px 30px 75px; }
    @media (max-width: 1199.98px) {
      .offer__details .card__inner {
        padding: 30px; } }
  .offer__details .lang__pair .pair__inner {
    justify-content: flex-start;
    gap: 5.25px; }
  .offer__details .heading {
    color: #03B8FF;
    font-size: 13.5px; }
  .offer__details .pricing .title {
    font-weight: 600;
    color: #003866;
    margin-bottom: 11.25px; }
  .offer__details .pricing .prices {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
    margin-left: 15px; }
    @media (max-width: 1199.98px) {
      .offer__details .pricing .prices {
        margin-left: 0; } }
    @media (max-width: 639.98px) {
      .offer__details .pricing .prices {
        grid-template-columns: 1fr; } }
    .offer__details .pricing .prices .prices__title {
      margin-bottom: 11.25px; }
    .offer__details .pricing .prices .prices__col .prices__row {
      margin-bottom: 11.25px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      align-items: center;
      align-content: center;
      grid-gap: 7.5px; }
      .offer__details .pricing .prices .prices__col .prices__row .value {
        display: block;
        text-align: center;
        color: #003866;
        font-weight: 500;
        border: 1px solid #8A969F;
        padding: 9px 4.5px 7.5px;
        line-height: 1; }

.single__article .article__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin-bottom: 15px; }
  .single__article .article__meta span {
    font-weight: 500; }

.single__article .article__categories {
  margin-bottom: 15px; }

.single__article .featured__image {
  margin-bottom: 30px; }

.single__article h1, .single__article h2, .single__article h3, .single__article h4, .single__article h5, .single__article h6 {
  font-family: 'Nunito', sans-serif;
  color: #003866;
  font-weight: 700;
  margin-bottom: 22.5px; }

.single__article h1 {
  font-size: 27px; }

.single__article h2 {
  font-size: 27px; }

.single__article h3 {
  font-size: 18px; }

.single__article p {
  margin-left: 0px;
  margin-bottom: 30px; }
.single__article p, .single__article ul, .single__article ol, .single__article dl {
  font-size: 13px;
  }
  @media (max-width: 1199.98px) {
    .single__article p {
      margin-left: 0px; } }
  @media (max-width: 639.98px) {
    .single__article p {
      margin-left: 0; } }

.single__article ul, .single__article ol {
  padding-left: 37.5px; }
  @media (max-width: 1199.98px) {
    .single__article ul, .single__article ol {
      padding-left: 15px; } }
  @media (max-width: 639.98px) {
    .single__article ul, .single__article ol {
      padding-left: 15; } }

.single__article blockquote {
  border: 1px solid #8A969F;
  padding: 30px 52.5px;
  margin-top: 37.5px;
  margin-bottom: 37.5px; }
  .single__article blockquote p {
    margin: 0;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-style: italic;
    color: #003866; }
  .single__article blockquote .author {
    margin-top: 11.25px;
    text-align: right;
    display: block;
    font-style: normal; }
    .single__article blockquote .author span {
      font-weight: 500; }

.single__article .gallery {
  margin-bottom: 22.5px; }
  @media (max-width: 639.98px) {
    .single__article .gallery {
      text-align: center; } }
  .single__article .gallery img {
    max-width: 100%; }
.single__article a { color: #003866; text-decoration: underline;}
.author__card {
  display: grid;
  grid-template-columns: 90px auto;
  grid-gap: 22.5px; }
  @media (max-width: 639.98px) {
    .author__card {
      grid-template-columns: 1fr;
      text-align: center; } }
  .author__card .author__avatar {
    border: 1px solid #8A969F;
    border-radius: 6px;
    overflow: hidden;
    aspect-ratio: 1/1;
    width: 90px; }
    @media (max-width: 639.98px) {
      .author__card .author__avatar {
        margin: auto; } }
    .author__card .author__avatar img {
      object-fit: contain; 
    width:100%;}
  .author__card .author {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
    color: #003866; }
  .author__card p {
    margin: 0; }


    textarea:focus, select:focus{
      outline: none;
      
    }
  .cookie-container {
    position: fixed;
    filter: none!important;
    top: 0px;
    left: 0px;    
    width: 100%;
    height: 100%;
    z-index: 2147483647;
    background: rgba(0,0,0,0.4);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-smoothing: grayscale;
}
  .cookie-body  {     
    position: absolute;
    display: block;
    justify-content: center;
    width: 100%;
    height: 100px;
    bottom: 0px;
    background-color: #fff;
    box-shadow: none;
    text-align: left;
    min-height: 100px;
  }

  input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}
.topbar .count{background-color:#F65D58;color:#fff;position:absolute;top:3px;right:-10px;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;width:18px;height:18px;line-height:18px;text-align:center;font-size: 12px;}.topbar .button__icon{height:17.25px;display:flex;align-content:center;align-items:center;justify-content:center;justify-items:center;margin-bottom:3.75px;color: #fff;padding-top: 20px;}


/*# sourceMappingURL=style.css.map */
