@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab&family=Roboto:wght@300;400;500;700&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
[uk-toggle] {
  cursor: pointer;
}

/* ========================================================================
   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 > * {
  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: #cacaca;
}

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

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

/*
 * Button
 * 1. Center icon vertically and horizontally
 */
.uk-icon-button {
  box-sizing: border-box;
  width: 36px;
  height: 36px;
  border-radius: 500px;
  background: #f9f9f9;
  color: #cacaca;
  vertical-align: middle;
  /* 1 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

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

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

/* ========================================================================
   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 > * {
  margin: 0;
}

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

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

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

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

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

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

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

/* 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 {
  margin-top: 16px;
}

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

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

/* 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 {
  margin-top: 32px;
}

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

.uk-grid-large > *,
.uk-grid-column-large > * {
  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 {
  margin-top: 40px;
}

/* Desktop and bigger */
@media (min-width: 1281px) {
  /* Horizontal */
  .uk-grid-large,
  .uk-grid-column-large {
    margin-left: -70px;
  }
  .uk-grid-large > *,
  .uk-grid-column-large > * {
    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 {
    margin-top: 70px;
  }
}

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

.uk-grid-collapse > *,
.uk-grid-column-collapse > * {
  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 > * {
  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: -64px;
}

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

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

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

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

/* Desktop and bigger */
@media (min-width: 1281px) {
  /* Horizontal */
  .uk-grid-divider {
    margin-left: -80px;
  }
  .uk-grid-divider > * {
    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: -32px;
}

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

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

/* 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: 32px;
}

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

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

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

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

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

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

/* 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: 64px;
}

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

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

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

/*
 * 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-column-large > * {
  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: 1281px) {
  /* 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-column-large > * {
    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-item-match {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
}

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

/* ========================================================================
   Component: Card
 ========================================================================== */
.uk-card {
  position: relative;
  box-sizing: border-box;
}

/* Sections
 ========================================================================== */
.uk-card-body {
  padding: 32px 32px;
}

.uk-card-header {
  padding: 16px 32px;
}

.uk-card-footer {
  padding: 16px 32px;
}

/* Desktop and bigger */
@media (min-width: 1281px) {
  .uk-card-body {
    padding: 40px 40px;
  }
  .uk-card-header {
    padding: 20px 40px;
  }
  .uk-card-footer {
    padding: 20px 40px;
  }
}

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

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

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

/* Media
 ========================================================================== */
/*
 * Reserved alignment modifier to style the media element, e.g. with `border-radius`
 * Implemented by the theme
 */
/* Title
 ========================================================================== */
.uk-card-title {
  font-size: 1.5rem;
  line-height: 1.4;
}

/* Badge
 ========================================================================== */
.uk-card-badge {
  position: absolute;
  top: 32px;
  right: 32px;
  z-index: 1;
}

/*
 * Remove margin from adjacent element
 */
.uk-card-badge:first-child + * {
  margin-top: 0;
}

/* Hover modifier
 ========================================================================== */
.uk-card-hover:not(.uk-card-default):not(.uk-card-primary):not(.uk-card-secondary):hover {
  background: #f9f9f9;
}

/* Style modifiers
 ========================================================================== */
/*
 * Default
 * Note: Header and Footer are only implemented for the default style
 */
.uk-card-default {
  background: #f9f9f9;
  color: #1d1d1b;
}

.uk-card-default .uk-card-title {
  color: inherit;
}

.uk-card-default.uk-card-hover:hover {
  background-color: #ececec;
}

/*
 * Primary
 */
.uk-card-primary {
  background: #1e87f0;
  color: white;
}

.uk-card-primary .uk-card-title {
  color: white;
}

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

/*
 * Secondary
 */
.uk-card-secondary {
  background: #222222;
  color: white;
}

.uk-card-secondary .uk-card-title {
  color: white;
}

.uk-card-secondary.uk-card-hover:hover {
  background-color: #151515;
}

/* Size modifier
 ========================================================================== */
/*
 * Small
 */
.uk-card-small.uk-card-body,
.uk-card-small .uk-card-body {
  padding: 24px 24px;
}

.uk-card-small .uk-card-header {
  padding: 16px 24px;
}

.uk-card-small .uk-card-footer {
  padding: 16px 24px;
}

/*
 * Large
 */
/* Desktop and bigger */
@media (min-width: 1281px) {
  .uk-card-large.uk-card-body,
  .uk-card-large .uk-card-body {
    padding: 70px 70px;
  }
  .uk-card-large .uk-card-header {
    padding: 35px 70px;
  }
  .uk-card-large .uk-card-footer {
    padding: 35px 70px;
  }
}

/* ========================================================================
   Component: Close
 ========================================================================== */
/*
 * Adopts `uk-icon`
 */
.uk-close {
  color: #cacaca;
}

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

/* ========================================================================
   Component: Search
 ========================================================================== */
/*
 * 1. Container fits its content
 * 2. Create position context
 * 3. Prevent content overflow
 * 4. Reset `form`
 */
.uk-search {
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  /* 3 */
  max-width: 100%;
  /* 4 */
  margin: 0;
}

/* Input
 ========================================================================== */
/*
 * Remove the inner padding and cancel buttons in Chrome on OS X and Safari on OS X.
 */
.uk-search-input::-webkit-search-cancel-button,
.uk-search-input::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes placeholder transparency in Firefox.
 */
.uk-search-input::-moz-placeholder {
  opacity: 1;
}

/*
 * 1. Define consistent box sizing.
 * 2. Address margins set differently in Firefox/IE and Chrome/Safari/Opera.
 * 3. Remove `border-radius` in iOS.
 * 4. Change font properties to `inherit` in all browsers
 * 5. Show the overflow in Edge.
 * 6. Remove default style in iOS.
 * 7. Vertical alignment
 * 8. Take the full container width
 * 9. Style
 */
.uk-search-input {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  margin: 0;
  /* 3 */
  border-radius: 0;
  /* 4 */
  font: inherit;
  /* 5 */
  overflow: visible;
  /* 6 */
  -webkit-appearance: none;
  /* 7 */
  vertical-align: middle;
  /* 8 */
  width: 100%;
  /* 9 */
  border: none;
  color: #1d1d1b;
}

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

/* Placeholder */
.uk-search-input:-ms-input-placeholder {
  color: #cacaca !important;
}

.uk-search-input::placeholder {
  color: #cacaca;
}

/* Icon (Adopts `uk-icon`)
 ========================================================================== */
/*
 * Remove default focus style
 */
.uk-search-icon:focus {
  outline: none;
}

/*
 * Position above input
 * 1. Set position
 * 2. Center icon vertically and horizontally
 * 3. Style
 */
.uk-search .uk-search-icon {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  /* 2 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  /* 3 */
  color: #cacaca;
}

/*
 * Required for `a`.
 */
.uk-search .uk-search-icon:hover {
  color: #cacaca;
}

/*
 * Make `input` element clickable through icon, e.g. if it's a `span`
 */
.uk-search .uk-search-icon:not(a):not(button):not(input) {
  pointer-events: none;
}

/*
 * Position modifier
 */
.uk-search .uk-search-icon-flip {
  right: 0;
  left: auto;
}

/* Default modifier
 ========================================================================== */
.uk-search-default {
  width: 100%;
}

/*
 * Input
 */
.uk-search-default .uk-search-input {
  height: 40px;
  padding-left: 6px;
  padding-right: 6px;
  background: white;
}

/* Focus */
.uk-search-default .uk-search-input:focus {
  background-color: white;
}

/*
 * Icon
 */
.uk-search-default .uk-search-icon {
  width: 40px;
}

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

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

/* Navbar modifier
 ========================================================================== */
.uk-search-navbar {
  width: 400px;
}

/*
 * Input
 */
.uk-search-navbar .uk-search-input {
  height: 40px;
  background: transparent;
  font-size: 1.5rem;
}

/*
 * Icon
 */
.uk-search-navbar .uk-search-icon {
  width: 40px;
}

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

.uk-search-navbar .uk-search-icon-flip ~ .uk-search-input {
  padding-right: 40px;
}

/* Large modifier
 ========================================================================== */
.uk-search-large {
  width: 500px;
}

/*
 * Input
 */
.uk-search-large .uk-search-input {
  height: 80px;
  background: transparent;
  font-size: 2.625rem;
}

/*
 * Icon
 */
.uk-search-large .uk-search-icon {
  width: 80px;
}

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

.uk-search-large .uk-search-icon-flip ~ .uk-search-input {
  padding-right: 80px;
}

/* Toggle
 ========================================================================== */
.uk-search-toggle {
  color: #cacaca;
}

/* Hover + Focus */
.uk-search-toggle:hover,
.uk-search-toggle:focus {
  color: #1d1d1b;
}

/* ========================================================================
   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: replace('data-uri("image/svg+xml;charset=UTF-8", "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#000%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E")', 'escape("#000")', 'escape("#1d1d1b")', "g");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.uk-nav-parent-icon > .uk-parent.uk-open > a::after {
  background-image: replace('data-uri("image/svg+xml;charset=UTF-8", "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#000%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E")', 'escape("#000")', 'escape("#1d1d1b")', "g");
}

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

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

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

/* Default modifier
 ========================================================================== */
/*
 * Items
 */
.uk-nav-default > li > a {
  color: #cacaca;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: Slidenav
 ========================================================================== */
/*
 * Adopts `uk-icon`
 */
.uk-slidenav {
  padding: 5px 10px;
  color: rgba(255, 255, 255, 0.5);
}

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

/* OnClick */
.uk-slidenav:active {
  color: rgba(255, 255, 255, 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 > * {
  /* 1 */
  flex: none;
  /* 2 */
  padding-left: 12px;
}

/* Items
 ========================================================================== */
/*
 * Items
 * 1. Hide text if present
 */
.uk-dotnav > * > * {
  display: block;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(26, 32, 109, 0.2);
  /* 1 */
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

/* Hover + Focus */
.uk-dotnav > * > :hover,
.uk-dotnav > * > :focus {
  background-color: rgba(26, 32, 109, 0.6);
  outline: none;
}

/* OnClick */
.uk-dotnav > * > :active {
  background-color: rgba(26, 32, 109, 0.2);
}

/* Active */
.uk-dotnav > .uk-active > * {
  background-color: rgba(26, 32, 109, 0.6);
}

/* 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 > * {
  padding-left: 0;
  padding-top: 12px;
}

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

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

/* Title
 ========================================================================== */
.uk-accordion-title {
  display: block;
  font-size: 1.25rem;
  line-height: 1.4;
  color: inherit;
}

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

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

/*
 * 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: -24px;
}

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

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

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

/* Grid modifiers
 ========================================================================== */
.uk-drop-stack .uk-drop-grid > * {
  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: 8px 16px;
  background: #f9f9f9;
  color: #1d1d1b;
}

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

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

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

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

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

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

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

.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: #1d1d1b;
}

/* 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 > * {
  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: 681px) {
  .uk-modal {
    padding: 50px 32px;
  }
}

/* Tablet landscape and bigger */
@media (min-width: 1041px) {
  .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: #ffffff;
  /* 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: 32px 32px;
}

.uk-modal-header {
  padding: 16px 32px;
  background: #f9f9f9;
}

.uk-modal-footer {
  padding: 16px 32px;
  background: #f9f9f9;
}

/*
 * 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: 2rem;
  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 + * {
  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: white;
}

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

/*
 * Full
 */
/* ========================================================================
   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
 * 7. Prevent cancellation of pointer events while dragging
 */
.uk-lightbox {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  /* 5 */
  background: #000000;
  /* 6 */
  opacity: 0;
  transition: opacity 0.15s linear;
  /* 7 */
  touch-action: pinch-zoom;
}

/*
 * 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 > * {
  /* 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 > * > * {
  max-width: 100vw;
  max-height: 100vh;
}

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

.uk-lightbox-items > * > :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 > * {
  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: #ffffff;
}

/* 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: #ffffff;
}

/* Caption
 ========================================================================== */
.uk-lightbox-caption:empty {
  display: none;
}

/* 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 > * {
  /* 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 > * {
  /* 1 */
  flex: none;
  /* 2 */
  position: relative;
  /* 3 */
  touch-action: pan-y;
}

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

/* ========================================================================
   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: -90%;
  /* 2 */
  box-sizing: border-box;
  width: 90%;
  padding: 24px 24px;
  background: white;
  /* 3 */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

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

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

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

/*
 * 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: 90%;
}

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

/*
 * 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: 90%;
}

.uk-offcanvas-flip.uk-offcanvas-container-animation {
  left: -90%;
}

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

/* ========================================================================
   Component: Tooltip
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Position
 * 3. Remove tooltip from document flow to keep the UIkit container from changing its size when injected into the document initially
 * 4. Dimensions
 * 5. Style
 */
.uk-tooltip {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1030;
  /* 3 */
  top: 0;
  /* 4 */
  box-sizing: border-box;
  max-width: 200px;
  padding: 3px 6px;
  /* 5 */
  background: #666666;
  border-radius: 2px;
  color: white;
  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'] > * {
  box-sizing: border-box;
  width: 100%;
}

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

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

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

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

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

.uk-child-width-auto > * {
  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: 681px) {
  .uk-child-width-1-1\@s > * {
    width: 100%;
  }
  .uk-child-width-1-2\@s > * {
    width: 50%;
  }
  .uk-child-width-1-3\@s > * {
    width: calc(100% * 1 / 3.001);
  }
  .uk-child-width-1-4\@s > * {
    width: 25%;
  }
  .uk-child-width-1-5\@s > * {
    width: 20%;
  }
  .uk-child-width-1-6\@s > * {
    width: calc(100% * 1 / 6.001);
  }
  .uk-child-width-auto\@s > * {
    width: auto;
  }
  .uk-child-width-expand\@s > :not([class*='uk-width']) {
    flex: 1;
    min-width: 1px;
  }
}

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

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

/* Large screen and bigger */
@media (min-width: 1641px) {
  .uk-child-width-1-1\@xl > * {
    width: 100%;
  }
  .uk-child-width-1-2\@xl > * {
    width: 50%;
  }
  .uk-child-width-1-3\@xl > * {
    width: calc(100% * 1 / 3.001);
  }
  .uk-child-width-1-4\@xl > * {
    width: 25%;
  }
  .uk-child-width-1-5\@xl > * {
    width: 20%;
  }
  .uk-child-width-1-6\@xl > * {
    width: calc(100% * 1 / 6.001);
  }
  .uk-child-width-auto\@xl > * {
    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: 681px) {
  /* 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: 1041px) {
  /* 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: 1281px) {
  /* 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: 1641px) {
  /* 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: Text
 ========================================================================== */
/* Style modifiers
 ========================================================================== */
.uk-text-lead {
  font-size: 1.5rem;
  line-height: 1.5;
  color: inherit;
}

.uk-text-meta {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #cacaca;
}

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

.uk-text-large {
  font-size: 1.5rem;
  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: #cacaca !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;
  /* 2 */
  display: inline-block;
  /* 3 */
  color: #1e87f0 !important;
}

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

/* 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: 681px) {
  .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: 1041px) {
  .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: 1281px) {
  .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: 1641px) {
  .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: 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: 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: #444444;
    filter: blur(20px);
  }
  /* 3 */
  .uk-box-shadow-bottom > * {
    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;
}

/* 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: 1.5rem;
  font-family: "Roboto", sans-serif;
  color: #1d1d1b;
  /* 1 */
  text-decoration: none;
}

/* Hover + Focus */
.uk-logo:hover,
.uk-logo:focus {
  color: #1d1d1b;
  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 * {
  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: 681px) {
  .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: 1041px) {
  .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: 1281px) {
  .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: 1641px) {
  .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: 681px) {
  .uk-flex-first\@s {
    order: -1;
  }
  .uk-flex-last\@s {
    order: 99;
  }
}

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

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

/* Large screen and bigger */
@media (min-width: 1641px) {
  .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: 24px;
}

* + .uk-margin {
  margin-top: 24px !important;
}

.uk-margin-top {
  margin-top: 24px !important;
}

.uk-margin-bottom {
  margin-bottom: 24px !important;
}

.uk-margin-left {
  margin-left: 24px !important;
}

.uk-margin-right {
  margin-right: 24px !important;
}

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

* + .uk-margin-small {
  margin-top: 10px !important;
}

.uk-margin-small-top {
  margin-top: 10px !important;
}

.uk-margin-small-bottom {
  margin-bottom: 10px !important;
}

.uk-margin-small-left {
  margin-left: 10px !important;
}

.uk-margin-small-right {
  margin-right: 10px !important;
}

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

* + .uk-margin-medium {
  margin-top: 40px !important;
}

.uk-margin-medium-top {
  margin-top: 40px !important;
}

.uk-margin-medium-bottom {
  margin-bottom: 40px !important;
}

.uk-margin-medium-left {
  margin-left: 40px !important;
}

.uk-margin-medium-right {
  margin-right: 40px !important;
}

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

* + .uk-margin-large {
  margin-top: 40px !important;
}

.uk-margin-large-top {
  margin-top: 40px !important;
}

.uk-margin-large-bottom {
  margin-bottom: 40px !important;
}

.uk-margin-large-left {
  margin-left: 40px !important;
}

.uk-margin-large-right {
  margin-right: 40px !important;
}

/* Desktop and bigger */
@media (min-width: 1281px) {
  .uk-margin-large {
    margin-bottom: 70px;
  }
  * + .uk-margin-large {
    margin-top: 70px !important;
  }
  .uk-margin-large-top {
    margin-top: 70px !important;
  }
  .uk-margin-large-bottom {
    margin-bottom: 70px !important;
  }
  .uk-margin-large-left {
    margin-left: 70px !important;
  }
  .uk-margin-large-right {
    margin-right: 70px !important;
  }
}

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

* + .uk-margin-xlarge {
  margin-top: 70px !important;
}

.uk-margin-xlarge-top {
  margin-top: 70px !important;
}

.uk-margin-xlarge-bottom {
  margin-bottom: 70px !important;
}

.uk-margin-xlarge-left {
  margin-left: 70px !important;
}

.uk-margin-xlarge-right {
  margin-right: 70px !important;
}

/* Desktop and bigger */
@media (min-width: 1281px) {
  .uk-margin-xlarge {
    margin-bottom: 140px;
  }
  * + .uk-margin-xlarge {
    margin-top: 140px !important;
  }
  .uk-margin-xlarge-top {
    margin-top: 140px !important;
  }
  .uk-margin-xlarge-bottom {
    margin-bottom: 140px !important;
  }
  .uk-margin-xlarge-left {
    margin-left: 140px !important;
  }
  .uk-margin-xlarge-right {
    margin-right: 140px !important;
  }
}

/* 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: 681px) {
  .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: 1041px) {
  .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: 1281px) {
  .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: 1641px) {
  .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-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: 681px) {
  .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: 1041px) {
  .uk-margin-remove-left\@m {
    margin-left: 0 !important;
  }
  .uk-margin-remove-right\@m {
    margin-right: 0 !important;
  }
}

/* Desktop and bigger */
@media (min-width: 1281px) {
  .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: 1641px) {
  .uk-margin-remove-left\@xl {
    margin-left: 0 !important;
  }
  .uk-margin-remove-right\@xl {
    margin-right: 0 !important;
  }
}

/* ========================================================================
   Component: Position
 ========================================================================== */
/* Directions
 ========================================================================== */
/*
 * 1. Prevent content overflow if `max-width: 100%` is used inside position container.
 */
[class*='uk-position-top'],
[class*='uk-position-bottom'],
[class*='uk-position-left'],
[class*='uk-position-right'],
[class*='uk-position-center'] {
  position: absolute !important;
  /* 1 */
  max-width: 100%;
}

/* 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% - (16px * 2));
  margin: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

/* Desktop and bigger */
@media (min-width: 1281px) {
  .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: Visibility
 ========================================================================== */
/*
 * Hidden
 * `hidden` attribute also set here to make it stronger
 */
[hidden],
.uk-hidden {
  display: none !important;
}

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

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

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

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

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

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

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

/* Desktop and smaller */
@media (max-width: 1640px) {
  .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-card-primary.uk-card-body, .uk-card-primary > :not([class*='uk-card-media']), .uk-card-secondary.uk-card-body, .uk-card-secondary > :not([class*='uk-card-media']) {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light a, .uk-card-primary.uk-card-body a, .uk-card-primary > :not([class*='uk-card-media']) a, .uk-card-secondary.uk-card-body a, .uk-card-secondary > :not([class*='uk-card-media']) a,
.uk-light .uk-link,
.uk-card-primary.uk-card-body .uk-link,
.uk-card-primary > :not([class*='uk-card-media']) .uk-link,
.uk-card-secondary.uk-card-body .uk-link,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link {
  color: white;
}

.uk-light a:hover, .uk-card-primary.uk-card-body a:hover, .uk-card-primary > :not([class*='uk-card-media']) a:hover, .uk-card-secondary.uk-card-body a:hover, .uk-card-secondary > :not([class*='uk-card-media']) a:hover,
.uk-light .uk-link:hover,
.uk-card-primary.uk-card-body .uk-link:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-link:hover,
.uk-card-secondary.uk-card-body .uk-link:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link:hover {
  color: white;
}

.uk-light :not(pre) > code, .uk-card-primary.uk-card-body :not(pre) > code, .uk-card-primary > :not([class*='uk-card-media']) :not(pre) > code, .uk-card-secondary.uk-card-body :not(pre) > code, .uk-card-secondary > :not([class*='uk-card-media']) :not(pre) > code,
.uk-light :not(pre) > kbd,
.uk-card-primary.uk-card-body :not(pre) > kbd,
.uk-card-primary > :not([class*='uk-card-media']) :not(pre) > kbd,
.uk-card-secondary.uk-card-body :not(pre) > kbd,
.uk-card-secondary > :not([class*='uk-card-media']) :not(pre) > kbd,
.uk-light :not(pre) > samp,
.uk-card-primary.uk-card-body :not(pre) > samp,
.uk-card-primary > :not([class*='uk-card-media']) :not(pre) > samp,
.uk-card-secondary.uk-card-body :not(pre) > samp,
.uk-card-secondary > :not([class*='uk-card-media']) :not(pre) > samp {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light em, .uk-card-primary.uk-card-body em, .uk-card-primary > :not([class*='uk-card-media']) em, .uk-card-secondary.uk-card-body em, .uk-card-secondary > :not([class*='uk-card-media']) em {
  color: white;
}

.uk-light h1, .uk-card-primary.uk-card-body h1, .uk-card-primary > :not([class*='uk-card-media']) h1, .uk-card-secondary.uk-card-body h1, .uk-card-secondary > :not([class*='uk-card-media']) h1, .uk-light .uk-h1, .uk-card-primary.uk-card-body .uk-h1, .uk-card-primary > :not([class*='uk-card-media']) .uk-h1, .uk-card-secondary.uk-card-body .uk-h1, .uk-card-secondary > :not([class*='uk-card-media']) .uk-h1,
.uk-light h2,
.uk-card-primary.uk-card-body h2,
.uk-card-primary > :not([class*='uk-card-media']) h2,
.uk-card-secondary.uk-card-body h2,
.uk-card-secondary > :not([class*='uk-card-media']) h2, .uk-light .uk-h2, .uk-card-primary.uk-card-body .uk-h2, .uk-card-primary > :not([class*='uk-card-media']) .uk-h2, .uk-card-secondary.uk-card-body .uk-h2, .uk-card-secondary > :not([class*='uk-card-media']) .uk-h2,
.uk-light h3,
.uk-card-primary.uk-card-body h3,
.uk-card-primary > :not([class*='uk-card-media']) h3,
.uk-card-secondary.uk-card-body h3,
.uk-card-secondary > :not([class*='uk-card-media']) h3, .uk-light .uk-h3, .uk-card-primary.uk-card-body .uk-h3, .uk-card-primary > :not([class*='uk-card-media']) .uk-h3, .uk-card-secondary.uk-card-body .uk-h3, .uk-card-secondary > :not([class*='uk-card-media']) .uk-h3,
.uk-light h4,
.uk-card-primary.uk-card-body h4,
.uk-card-primary > :not([class*='uk-card-media']) h4,
.uk-card-secondary.uk-card-body h4,
.uk-card-secondary > :not([class*='uk-card-media']) h4, .uk-light .uk-h4, .uk-card-primary.uk-card-body .uk-h4, .uk-card-primary > :not([class*='uk-card-media']) .uk-h4, .uk-card-secondary.uk-card-body .uk-h4, .uk-card-secondary > :not([class*='uk-card-media']) .uk-h4,
.uk-light h5,
.uk-card-primary.uk-card-body h5,
.uk-card-primary > :not([class*='uk-card-media']) h5,
.uk-card-secondary.uk-card-body h5,
.uk-card-secondary > :not([class*='uk-card-media']) h5, .uk-light .uk-h5, .uk-card-primary.uk-card-body .uk-h5, .uk-card-primary > :not([class*='uk-card-media']) .uk-h5, .uk-card-secondary.uk-card-body .uk-h5, .uk-card-secondary > :not([class*='uk-card-media']) .uk-h5,
.uk-light h6,
.uk-card-primary.uk-card-body h6,
.uk-card-primary > :not([class*='uk-card-media']) h6,
.uk-card-secondary.uk-card-body h6,
.uk-card-secondary > :not([class*='uk-card-media']) h6, .uk-light .uk-h6, .uk-card-primary.uk-card-body .uk-h6, .uk-card-primary > :not([class*='uk-card-media']) .uk-h6, .uk-card-secondary.uk-card-body .uk-h6, .uk-card-secondary > :not([class*='uk-card-media']) .uk-h6,
.uk-light .uk-heading-small,
.uk-card-primary.uk-card-body .uk-heading-small,
.uk-card-primary > :not([class*='uk-card-media']) .uk-heading-small,
.uk-card-secondary.uk-card-body .uk-heading-small,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-small,
.uk-light .uk-heading-medium,
.uk-card-primary.uk-card-body .uk-heading-medium,
.uk-card-primary > :not([class*='uk-card-media']) .uk-heading-medium,
.uk-card-secondary.uk-card-body .uk-heading-medium,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-medium,
.uk-light .uk-heading-large,
.uk-card-primary.uk-card-body .uk-heading-large,
.uk-card-primary > :not([class*='uk-card-media']) .uk-heading-large,
.uk-card-secondary.uk-card-body .uk-heading-large,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-large,
.uk-light .uk-heading-xlarge,
.uk-card-primary.uk-card-body .uk-heading-xlarge,
.uk-card-primary > :not([class*='uk-card-media']) .uk-heading-xlarge,
.uk-card-secondary.uk-card-body .uk-heading-xlarge,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-xlarge,
.uk-light .uk-heading-2xlarge,
.uk-card-primary.uk-card-body .uk-heading-2xlarge,
.uk-card-primary > :not([class*='uk-card-media']) .uk-heading-2xlarge,
.uk-card-secondary.uk-card-body .uk-heading-2xlarge,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-2xlarge {
  color: white;
}

.uk-light hr, .uk-card-primary.uk-card-body hr, .uk-card-primary > :not([class*='uk-card-media']) hr, .uk-card-secondary.uk-card-body hr, .uk-card-secondary > :not([class*='uk-card-media']) hr, .uk-light .uk-hr, .uk-card-primary.uk-card-body .uk-hr, .uk-card-primary > :not([class*='uk-card-media']) .uk-hr, .uk-card-secondary.uk-card-body .uk-hr, .uk-card-secondary > :not([class*='uk-card-media']) .uk-hr {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-link-muted, .uk-card-primary.uk-card-body .uk-link-muted, .uk-card-primary > :not([class*='uk-card-media']) .uk-link-muted, .uk-card-secondary.uk-card-body .uk-link-muted, .uk-card-secondary > :not([class*='uk-card-media']) .uk-link-muted,
.uk-light .uk-link-muted a,
.uk-card-primary.uk-card-body .uk-link-muted a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-link-muted a,
.uk-card-secondary.uk-card-body .uk-link-muted a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link-muted a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-link-muted:hover, .uk-card-primary.uk-card-body .uk-link-muted:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-link-muted:hover, .uk-card-secondary.uk-card-body .uk-link-muted:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-link-muted:hover,
.uk-light .uk-link-muted a:hover,
.uk-card-primary.uk-card-body .uk-link-muted a:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-link-muted a:hover,
.uk-card-secondary.uk-card-body .uk-link-muted a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link-muted a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-link-text:hover, .uk-card-primary.uk-card-body .uk-link-text:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-link-text:hover, .uk-card-secondary.uk-card-body .uk-link-text:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-link-text:hover,
.uk-light .uk-link-text a:hover,
.uk-card-primary.uk-card-body .uk-link-text a:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-link-text a:hover,
.uk-card-secondary.uk-card-body .uk-link-text a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link-text a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-link-heading:hover, .uk-card-primary.uk-card-body .uk-link-heading:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-link-heading:hover, .uk-card-secondary.uk-card-body .uk-link-heading:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-link-heading:hover,
.uk-light .uk-link-heading a:hover,
.uk-card-primary.uk-card-body .uk-link-heading a:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-link-heading a:hover,
.uk-card-secondary.uk-card-body .uk-link-heading a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link-heading a:hover {
  color: white;
}

.uk-light .uk-heading-divider, .uk-card-primary.uk-card-body .uk-heading-divider, .uk-card-primary > :not([class*='uk-card-media']) .uk-heading-divider, .uk-card-secondary.uk-card-body .uk-heading-divider, .uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-divider {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-heading-bullet::before, .uk-card-primary.uk-card-body .uk-heading-bullet::before, .uk-card-primary > :not([class*='uk-card-media']) .uk-heading-bullet::before, .uk-card-secondary.uk-card-body .uk-heading-bullet::before, .uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-bullet::before {
  border-left-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-heading-line > ::before, .uk-card-primary.uk-card-body .uk-heading-line > ::before, .uk-card-primary > :not([class*='uk-card-media']) .uk-heading-line > ::before, .uk-card-secondary.uk-card-body .uk-heading-line > ::before, .uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-line > ::before,
.uk-light .uk-heading-line > ::after,
.uk-card-primary.uk-card-body .uk-heading-line > ::after,
.uk-card-primary > :not([class*='uk-card-media']) .uk-heading-line > ::after,
.uk-card-secondary.uk-card-body .uk-heading-line > ::after,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-line > ::after {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-divider-icon, .uk-card-primary.uk-card-body .uk-divider-icon, .uk-card-primary > :not([class*='uk-card-media']) .uk-divider-icon, .uk-card-secondary.uk-card-body .uk-divider-icon, .uk-card-secondary > :not([class*='uk-card-media']) .uk-divider-icon {
  background-image: replace('data-uri("image/svg+xml;charset=UTF-8", "data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22#000%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")', 'escape("#000")', 'escape("rgba(255, 255, 255, 0.2)")', "g");
}

.uk-light .uk-divider-icon::before, .uk-card-primary.uk-card-body .uk-divider-icon::before, .uk-card-primary > :not([class*='uk-card-media']) .uk-divider-icon::before, .uk-card-secondary.uk-card-body .uk-divider-icon::before, .uk-card-secondary > :not([class*='uk-card-media']) .uk-divider-icon::before,
.uk-light .uk-divider-icon::after,
.uk-card-primary.uk-card-body .uk-divider-icon::after,
.uk-card-primary > :not([class*='uk-card-media']) .uk-divider-icon::after,
.uk-card-secondary.uk-card-body .uk-divider-icon::after,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-divider-icon::after {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-divider-small::after, .uk-card-primary.uk-card-body .uk-divider-small::after, .uk-card-primary > :not([class*='uk-card-media']) .uk-divider-small::after, .uk-card-secondary.uk-card-body .uk-divider-small::after, .uk-card-secondary > :not([class*='uk-card-media']) .uk-divider-small::after {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-divider-vertical, .uk-card-primary.uk-card-body .uk-divider-vertical, .uk-card-primary > :not([class*='uk-card-media']) .uk-divider-vertical, .uk-card-secondary.uk-card-body .uk-divider-vertical, .uk-card-secondary > :not([class*='uk-card-media']) .uk-divider-vertical {
  border-left-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-list-divider > li:nth-child(n+2), .uk-card-primary.uk-card-body .uk-list-divider > li:nth-child(n+2), .uk-card-primary > :not([class*='uk-card-media']) .uk-list-divider > li:nth-child(n+2), .uk-card-secondary.uk-card-body .uk-list-divider > li:nth-child(n+2), .uk-card-secondary > :not([class*='uk-card-media']) .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-card-primary.uk-card-body .uk-list-striped > li:nth-of-type(odd), .uk-card-primary > :not([class*='uk-card-media']) .uk-list-striped > li:nth-of-type(odd), .uk-card-secondary.uk-card-body .uk-list-striped > li:nth-of-type(odd), .uk-card-secondary > :not([class*='uk-card-media']) .uk-list-striped > li:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.1);
}

.uk-light .uk-list-bullet > li::before, .uk-card-primary.uk-card-body .uk-list-bullet > li::before, .uk-card-primary > :not([class*='uk-card-media']) .uk-list-bullet > li::before, .uk-card-secondary.uk-card-body .uk-list-bullet > li::before, .uk-card-secondary > :not([class*='uk-card-media']) .uk-list-bullet > li::before {
  background-image: replace('data-uri("image/svg+xml;charset=UTF-8", "data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22#000%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E")', 'escape("#000")', 'escape("rgba(255, 255, 255, 0.7)")', "g");
}

.uk-light .uk-icon-link, .uk-card-primary.uk-card-body .uk-icon-link, .uk-card-primary > :not([class*='uk-card-media']) .uk-icon-link, .uk-card-secondary.uk-card-body .uk-icon-link, .uk-card-secondary > :not([class*='uk-card-media']) .uk-icon-link {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-icon-link:hover, .uk-card-primary.uk-card-body .uk-icon-link:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-icon-link:hover, .uk-card-secondary.uk-card-body .uk-icon-link:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-icon-link:hover,
.uk-light .uk-icon-link:focus,
.uk-card-primary.uk-card-body .uk-icon-link:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-icon-link:focus,
.uk-card-secondary.uk-card-body .uk-icon-link:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-icon-link:focus {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-icon-link:active, .uk-card-primary.uk-card-body .uk-icon-link:active, .uk-card-primary > :not([class*='uk-card-media']) .uk-icon-link:active, .uk-card-secondary.uk-card-body .uk-icon-link:active, .uk-card-secondary > :not([class*='uk-card-media']) .uk-icon-link:active,
.uk-light .uk-active > .uk-icon-link,
.uk-card-primary.uk-card-body .uk-active > .uk-icon-link,
.uk-card-primary > :not([class*='uk-card-media']) .uk-active > .uk-icon-link,
.uk-card-secondary.uk-card-body .uk-active > .uk-icon-link,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-active > .uk-icon-link {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-icon-button, .uk-card-primary.uk-card-body .uk-icon-button, .uk-card-primary > :not([class*='uk-card-media']) .uk-icon-button, .uk-card-secondary.uk-card-body .uk-icon-button, .uk-card-secondary > :not([class*='uk-card-media']) .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-card-primary.uk-card-body .uk-icon-button:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-icon-button:hover, .uk-card-secondary.uk-card-body .uk-icon-button:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-icon-button:hover,
.uk-light .uk-icon-button:focus,
.uk-card-primary.uk-card-body .uk-icon-button:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-icon-button:focus,
.uk-card-secondary.uk-card-body .uk-icon-button:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .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-card-primary.uk-card-body .uk-icon-button:active, .uk-card-primary > :not([class*='uk-card-media']) .uk-icon-button:active, .uk-card-secondary.uk-card-body .uk-icon-button:active, .uk-card-secondary > :not([class*='uk-card-media']) .uk-icon-button:active {
  background-color: rgba(230, 230, 230, 0.1);
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-input, .uk-card-primary.uk-card-body .uk-input, .uk-card-primary > :not([class*='uk-card-media']) .uk-input, .uk-card-secondary.uk-card-body .uk-input, .uk-card-secondary > :not([class*='uk-card-media']) .uk-input,
.uk-light .uk-select,
.uk-card-primary.uk-card-body .uk-select,
.uk-card-primary > :not([class*='uk-card-media']) .uk-select,
.uk-card-secondary.uk-card-body .uk-select,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-select,
.uk-light .uk-textarea,
.uk-card-primary.uk-card-body .uk-textarea,
.uk-card-primary > :not([class*='uk-card-media']) .uk-textarea,
.uk-card-secondary.uk-card-body .uk-textarea,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-textarea {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
  background-clip: padding-box;
}

.uk-light .uk-input:focus, .uk-card-primary.uk-card-body .uk-input:focus, .uk-card-primary > :not([class*='uk-card-media']) .uk-input:focus, .uk-card-secondary.uk-card-body .uk-input:focus, .uk-card-secondary > :not([class*='uk-card-media']) .uk-input:focus,
.uk-light .uk-select:focus,
.uk-card-primary.uk-card-body .uk-select:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-select:focus,
.uk-card-secondary.uk-card-body .uk-select:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-select:focus,
.uk-light .uk-textarea:focus,
.uk-card-primary.uk-card-body .uk-textarea:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-textarea:focus,
.uk-card-secondary.uk-card-body .uk-textarea:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-textarea:focus {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-input::-ms-input-placeholder, .uk-card-primary.uk-card-body .uk-input::-ms-input-placeholder, .uk-card-primary > :not([class*='uk-card-media']) .uk-input::-ms-input-placeholder, .uk-card-secondary.uk-card-body .uk-input::-ms-input-placeholder, .uk-card-secondary > :not([class*='uk-card-media']) .uk-input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

.uk-light .uk-input::placeholder, .uk-card-primary.uk-card-body .uk-input::placeholder, .uk-card-primary > :not([class*='uk-card-media']) .uk-input::placeholder, .uk-card-secondary.uk-card-body .uk-input::placeholder, .uk-card-secondary > :not([class*='uk-card-media']) .uk-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-textarea::-ms-input-placeholder, .uk-card-primary.uk-card-body .uk-textarea::-ms-input-placeholder, .uk-card-primary > :not([class*='uk-card-media']) .uk-textarea::-ms-input-placeholder, .uk-card-secondary.uk-card-body .uk-textarea::-ms-input-placeholder, .uk-card-secondary > :not([class*='uk-card-media']) .uk-textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

.uk-light .uk-textarea::placeholder, .uk-card-primary.uk-card-body .uk-textarea::placeholder, .uk-card-primary > :not([class*='uk-card-media']) .uk-textarea::placeholder, .uk-card-secondary.uk-card-body .uk-textarea::placeholder, .uk-card-secondary > :not([class*='uk-card-media']) .uk-textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-select:not([multiple]):not([size]), .uk-card-primary.uk-card-body .uk-select:not([multiple]):not([size]), .uk-card-primary > :not([class*='uk-card-media']) .uk-select:not([multiple]):not([size]), .uk-card-secondary.uk-card-body .uk-select:not([multiple]):not([size]), .uk-card-secondary > :not([class*='uk-card-media']) .uk-select:not([multiple]):not([size]) {
  background-image: replace('data-uri("image/svg+xml;charset=UTF-8", "data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22#000%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22#000%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")', 'escape("#000")', 'escape("rgba(255, 255, 255, 0.7)")', "g");
}

.uk-light .uk-input[list]:hover, .uk-card-primary.uk-card-body .uk-input[list]:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-input[list]:hover, .uk-card-secondary.uk-card-body .uk-input[list]:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-input[list]:hover,
.uk-light .uk-input[list]:focus,
.uk-card-primary.uk-card-body .uk-input[list]:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-input[list]:focus,
.uk-card-secondary.uk-card-body .uk-input[list]:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-input[list]:focus {
  background-image: replace('data-uri("image/svg+xml;charset=UTF-8", "data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22#000%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")', 'escape("#000")', 'escape("rgba(255, 255, 255, 0.7)")', "g");
}

.uk-light .uk-radio, .uk-card-primary.uk-card-body .uk-radio, .uk-card-primary > :not([class*='uk-card-media']) .uk-radio, .uk-card-secondary.uk-card-body .uk-radio, .uk-card-secondary > :not([class*='uk-card-media']) .uk-radio,
.uk-light .uk-checkbox,
.uk-card-primary.uk-card-body .uk-checkbox,
.uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox,
.uk-card-secondary.uk-card-body .uk-checkbox,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox {
  background-color: rgba(242, 242, 242, 0.1);
}

.uk-light .uk-radio:checked, .uk-card-primary.uk-card-body .uk-radio:checked, .uk-card-primary > :not([class*='uk-card-media']) .uk-radio:checked, .uk-card-secondary.uk-card-body .uk-radio:checked, .uk-card-secondary > :not([class*='uk-card-media']) .uk-radio:checked,
.uk-light .uk-checkbox:checked,
.uk-card-primary.uk-card-body .uk-checkbox:checked,
.uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:checked,
.uk-card-secondary.uk-card-body .uk-checkbox:checked,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:checked,
.uk-light .uk-checkbox:indeterminate,
.uk-card-primary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate,
.uk-card-secondary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate {
  background-color: white;
}

.uk-light .uk-radio:checked:focus, .uk-card-primary.uk-card-body .uk-radio:checked:focus, .uk-card-primary > :not([class*='uk-card-media']) .uk-radio:checked:focus, .uk-card-secondary.uk-card-body .uk-radio:checked:focus, .uk-card-secondary > :not([class*='uk-card-media']) .uk-radio:checked:focus,
.uk-light .uk-checkbox:checked:focus,
.uk-card-primary.uk-card-body .uk-checkbox:checked:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:checked:focus,
.uk-card-secondary.uk-card-body .uk-checkbox:checked:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:checked:focus,
.uk-light .uk-checkbox:indeterminate:focus,
.uk-card-primary.uk-card-body .uk-checkbox:indeterminate:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate:focus,
.uk-card-secondary.uk-card-body .uk-checkbox:indeterminate:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate:focus {
  background-color: #e6e6e6;
}

.uk-light .uk-radio:checked, .uk-card-primary.uk-card-body .uk-radio:checked, .uk-card-primary > :not([class*='uk-card-media']) .uk-radio:checked, .uk-card-secondary.uk-card-body .uk-radio:checked, .uk-card-secondary > :not([class*='uk-card-media']) .uk-radio:checked {
  background-image: replace('data-uri("image/svg+xml;charset=UTF-8", "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#000%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E")', 'escape("#000")', 'escape("#1d1d1b")', "g");
}


.uk-light .uk-checkbox:checked,
.uk-card-primary.uk-card-body .uk-checkbox:checked,
.uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:checked,
.uk-card-secondary.uk-card-body .uk-checkbox:checked,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:checked {
  background-image: replace('data-uri("image/svg+xml;charset=UTF-8", "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#000%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")', 'escape("#000")', 'escape("#1d1d1b")', "g");
}


.uk-light .uk-checkbox:indeterminate,
.uk-card-primary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate,
.uk-card-secondary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate {
  background-image: replace('data-uri("image/svg+xml;charset=UTF-8", "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#000%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E")', 'escape("#000")', 'escape("#1d1d1b")', "g");
}

.uk-light .uk-form-icon, .uk-card-primary.uk-card-body .uk-form-icon, .uk-card-primary > :not([class*='uk-card-media']) .uk-form-icon, .uk-card-secondary.uk-card-body .uk-form-icon, .uk-card-secondary > :not([class*='uk-card-media']) .uk-form-icon {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-form-icon:hover, .uk-card-primary.uk-card-body .uk-form-icon:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-form-icon:hover, .uk-card-secondary.uk-card-body .uk-form-icon:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-form-icon:hover {
  color: rgba(255, 255, 255, 0.9);
}

.uk-light .uk-button-default, .uk-card-primary.uk-card-body .uk-button-default, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-default, .uk-card-secondary.uk-card-body .uk-button-default, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default {
  background-color: white;
  color: #1d1d1b;
}

.uk-light .uk-button-default:hover, .uk-card-primary.uk-card-body .uk-button-default:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:hover, .uk-card-secondary.uk-card-body .uk-button-default:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:hover,
.uk-light .uk-button-default:focus,
.uk-card-primary.uk-card-body .uk-button-default:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:focus,
.uk-card-secondary.uk-card-body .uk-button-default:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:focus {
  background-color: #f2f2f2;
  color: #1d1d1b;
}

.uk-light .uk-button-default:active, .uk-card-primary.uk-card-body .uk-button-default:active, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:active, .uk-card-secondary.uk-card-body .uk-button-default:active, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:active,
.uk-light .uk-button-default.uk-active,
.uk-card-primary.uk-card-body .uk-button-default.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default.uk-active,
.uk-card-secondary.uk-card-body .uk-button-default.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default.uk-active {
  background-color: #e6e6e6;
  color: #1d1d1b;
}

.uk-light .uk-button-primary, .uk-card-primary.uk-card-body .uk-button-primary, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary, .uk-card-secondary.uk-card-body .uk-button-primary, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary {
  background-color: white;
  color: #1d1d1b;
}

.uk-light .uk-button-primary:hover, .uk-card-primary.uk-card-body .uk-button-primary:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:hover, .uk-card-secondary.uk-card-body .uk-button-primary:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:hover,
.uk-light .uk-button-primary:focus,
.uk-card-primary.uk-card-body .uk-button-primary:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:focus,
.uk-card-secondary.uk-card-body .uk-button-primary:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:focus {
  background-color: #f2f2f2;
  color: #1d1d1b;
}

.uk-light .uk-button-primary:active, .uk-card-primary.uk-card-body .uk-button-primary:active, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:active, .uk-card-secondary.uk-card-body .uk-button-primary:active, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:active,
.uk-light .uk-button-primary.uk-active,
.uk-card-primary.uk-card-body .uk-button-primary.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary.uk-active,
.uk-card-secondary.uk-card-body .uk-button-primary.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary.uk-active {
  background-color: #e6e6e6;
  color: #1d1d1b;
}

.uk-light .uk-button-secondary, .uk-card-primary.uk-card-body .uk-button-secondary, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary, .uk-card-secondary.uk-card-body .uk-button-secondary, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary {
  background-color: white;
  color: #1d1d1b;
}

.uk-light .uk-button-secondary:hover, .uk-card-primary.uk-card-body .uk-button-secondary:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:hover, .uk-card-secondary.uk-card-body .uk-button-secondary:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:hover,
.uk-light .uk-button-secondary:focus,
.uk-card-primary.uk-card-body .uk-button-secondary:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:focus,
.uk-card-secondary.uk-card-body .uk-button-secondary:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:focus {
  background-color: #f2f2f2;
  color: #1d1d1b;
}

.uk-light .uk-button-secondary:active, .uk-card-primary.uk-card-body .uk-button-secondary:active, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:active, .uk-card-secondary.uk-card-body .uk-button-secondary:active, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:active,
.uk-light .uk-button-secondary.uk-active,
.uk-card-primary.uk-card-body .uk-button-secondary.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary.uk-active,
.uk-card-secondary.uk-card-body .uk-button-secondary.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary.uk-active {
  background-color: #e6e6e6;
  color: #1d1d1b;
}

.uk-light .uk-button-text, .uk-card-primary.uk-card-body .uk-button-text, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-text, .uk-card-secondary.uk-card-body .uk-button-text, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-text {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-button-text:hover, .uk-card-primary.uk-card-body .uk-button-text:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-text:hover, .uk-card-secondary.uk-card-body .uk-button-text:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-text:hover,
.uk-light .uk-button-text:focus,
.uk-card-primary.uk-card-body .uk-button-text:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-text:focus,
.uk-card-secondary.uk-card-body .uk-button-text:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-text:focus {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-button-text:disabled, .uk-card-primary.uk-card-body .uk-button-text:disabled, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-text:disabled, .uk-card-secondary.uk-card-body .uk-button-text:disabled, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-text:disabled {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-button-link, .uk-card-primary.uk-card-body .uk-button-link, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-link, .uk-card-secondary.uk-card-body .uk-button-link, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-link {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-button-link:hover, .uk-card-primary.uk-card-body .uk-button-link:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-link:hover, .uk-card-secondary.uk-card-body .uk-button-link:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-link:hover,
.uk-light .uk-button-link:focus,
.uk-card-primary.uk-card-body .uk-button-link:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-link:focus,
.uk-card-secondary.uk-card-body .uk-button-link:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-link:focus {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-grid-divider > :not(.uk-first-column)::before, .uk-card-primary.uk-card-body .uk-grid-divider > :not(.uk-first-column)::before, .uk-card-primary > :not([class*='uk-card-media']) .uk-grid-divider > :not(.uk-first-column)::before, .uk-card-secondary.uk-card-body .uk-grid-divider > :not(.uk-first-column)::before, .uk-card-secondary > :not([class*='uk-card-media']) .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-card-primary.uk-card-body .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-card-primary > :not([class*='uk-card-media']) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-card-secondary.uk-card-body .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-card-secondary > :not([class*='uk-card-media']) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-close, .uk-card-primary.uk-card-body .uk-close, .uk-card-primary > :not([class*='uk-card-media']) .uk-close, .uk-card-secondary.uk-card-body .uk-close, .uk-card-secondary > :not([class*='uk-card-media']) .uk-close {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-close:hover, .uk-card-primary.uk-card-body .uk-close:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-close:hover, .uk-card-secondary.uk-card-body .uk-close:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-close:hover,
.uk-light .uk-close:focus,
.uk-card-primary.uk-card-body .uk-close:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-close:focus,
.uk-card-secondary.uk-card-body .uk-close:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-close:focus {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-totop, .uk-card-primary.uk-card-body .uk-totop, .uk-card-primary > :not([class*='uk-card-media']) .uk-totop, .uk-card-secondary.uk-card-body .uk-totop, .uk-card-secondary > :not([class*='uk-card-media']) .uk-totop {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-totop:hover, .uk-card-primary.uk-card-body .uk-totop:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-totop:hover, .uk-card-secondary.uk-card-body .uk-totop:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-totop:hover,
.uk-light .uk-totop:focus,
.uk-card-primary.uk-card-body .uk-totop:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-totop:focus,
.uk-card-secondary.uk-card-body .uk-totop:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-totop:focus {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-totop:active, .uk-card-primary.uk-card-body .uk-totop:active, .uk-card-primary > :not([class*='uk-card-media']) .uk-totop:active, .uk-card-secondary.uk-card-body .uk-totop:active, .uk-card-secondary > :not([class*='uk-card-media']) .uk-totop:active {
  color: white;
}

.uk-light .uk-badge, .uk-card-primary.uk-card-body .uk-badge, .uk-card-primary > :not([class*='uk-card-media']) .uk-badge, .uk-card-secondary.uk-card-body .uk-badge, .uk-card-secondary > :not([class*='uk-card-media']) .uk-badge {
  background-color: white;
  color: #1d1d1b;
}

.uk-light .uk-badge:hover, .uk-card-primary.uk-card-body .uk-badge:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-badge:hover, .uk-card-secondary.uk-card-body .uk-badge:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-badge:hover,
.uk-light .uk-badge:focus,
.uk-card-primary.uk-card-body .uk-badge:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-badge:focus,
.uk-card-secondary.uk-card-body .uk-badge:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-badge:focus {
  color: #1d1d1b;
}

.uk-light .uk-label, .uk-card-primary.uk-card-body .uk-label, .uk-card-primary > :not([class*='uk-card-media']) .uk-label, .uk-card-secondary.uk-card-body .uk-label, .uk-card-secondary > :not([class*='uk-card-media']) .uk-label {
  background-color: white;
  color: #1d1d1b;
}

.uk-light .uk-article-meta, .uk-card-primary.uk-card-body .uk-article-meta, .uk-card-primary > :not([class*='uk-card-media']) .uk-article-meta, .uk-card-secondary.uk-card-body .uk-article-meta, .uk-card-secondary > :not([class*='uk-card-media']) .uk-article-meta {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-search-input, .uk-card-primary.uk-card-body .uk-search-input, .uk-card-primary > :not([class*='uk-card-media']) .uk-search-input, .uk-card-secondary.uk-card-body .uk-search-input, .uk-card-secondary > :not([class*='uk-card-media']) .uk-search-input {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-search-input:-ms-input-placeholder, .uk-card-primary.uk-card-body .uk-search-input:-ms-input-placeholder, .uk-card-primary > :not([class*='uk-card-media']) .uk-search-input:-ms-input-placeholder, .uk-card-secondary.uk-card-body .uk-search-input:-ms-input-placeholder, .uk-card-secondary > :not([class*='uk-card-media']) .uk-search-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

.uk-light .uk-search-input::placeholder, .uk-card-primary.uk-card-body .uk-search-input::placeholder, .uk-card-primary > :not([class*='uk-card-media']) .uk-search-input::placeholder, .uk-card-secondary.uk-card-body .uk-search-input::placeholder, .uk-card-secondary > :not([class*='uk-card-media']) .uk-search-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-search .uk-search-icon, .uk-card-primary.uk-card-body .uk-search .uk-search-icon, .uk-card-primary > :not([class*='uk-card-media']) .uk-search .uk-search-icon, .uk-card-secondary.uk-card-body .uk-search .uk-search-icon, .uk-card-secondary > :not([class*='uk-card-media']) .uk-search .uk-search-icon {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-search .uk-search-icon:hover, .uk-card-primary.uk-card-body .uk-search .uk-search-icon:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-search .uk-search-icon:hover, .uk-card-secondary.uk-card-body .uk-search .uk-search-icon:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-search .uk-search-icon:hover {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-search-default .uk-search-input, .uk-card-primary.uk-card-body .uk-search-default .uk-search-input, .uk-card-primary > :not([class*='uk-card-media']) .uk-search-default .uk-search-input, .uk-card-secondary.uk-card-body .uk-search-default .uk-search-input, .uk-card-secondary > :not([class*='uk-card-media']) .uk-search-default .uk-search-input {
  background-color: rgba(255, 255, 255, 0.1);
}

.uk-light .uk-search-default .uk-search-input:focus, .uk-card-primary.uk-card-body .uk-search-default .uk-search-input:focus, .uk-card-primary > :not([class*='uk-card-media']) .uk-search-default .uk-search-input:focus, .uk-card-secondary.uk-card-body .uk-search-default .uk-search-input:focus, .uk-card-secondary > :not([class*='uk-card-media']) .uk-search-default .uk-search-input:focus {
  background-color: rgba(255, 255, 255, 0.1);
}

.uk-light .uk-search-navbar .uk-search-input, .uk-card-primary.uk-card-body .uk-search-navbar .uk-search-input, .uk-card-primary > :not([class*='uk-card-media']) .uk-search-navbar .uk-search-input, .uk-card-secondary.uk-card-body .uk-search-navbar .uk-search-input, .uk-card-secondary > :not([class*='uk-card-media']) .uk-search-navbar .uk-search-input {
  background-color: transparent;
}

.uk-light .uk-search-large .uk-search-input, .uk-card-primary.uk-card-body .uk-search-large .uk-search-input, .uk-card-primary > :not([class*='uk-card-media']) .uk-search-large .uk-search-input, .uk-card-secondary.uk-card-body .uk-search-large .uk-search-input, .uk-card-secondary > :not([class*='uk-card-media']) .uk-search-large .uk-search-input {
  background-color: transparent;
}

.uk-light .uk-search-toggle, .uk-card-primary.uk-card-body .uk-search-toggle, .uk-card-primary > :not([class*='uk-card-media']) .uk-search-toggle, .uk-card-secondary.uk-card-body .uk-search-toggle, .uk-card-secondary > :not([class*='uk-card-media']) .uk-search-toggle {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-search-toggle:hover, .uk-card-primary.uk-card-body .uk-search-toggle:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-search-toggle:hover, .uk-card-secondary.uk-card-body .uk-search-toggle:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-search-toggle:hover,
.uk-light .uk-search-toggle:focus,
.uk-card-primary.uk-card-body .uk-search-toggle:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-search-toggle:focus,
.uk-card-secondary.uk-card-body .uk-search-toggle:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-search-toggle:focus {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-nav-parent-icon > .uk-parent > a::after, .uk-card-primary.uk-card-body .uk-nav-parent-icon > .uk-parent > a::after, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-parent-icon > .uk-parent > a::after, .uk-card-secondary.uk-card-body .uk-nav-parent-icon > .uk-parent > a::after, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-parent-icon > .uk-parent > a::after {
  background-image: replace('data-uri("image/svg+xml;charset=UTF-8", "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#000%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E")', 'escape("#000")', 'escape("rgba(255, 255, 255, 0.7)")', "g");
}

.uk-light .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .uk-card-primary.uk-card-body .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .uk-card-secondary.uk-card-body .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-parent-icon > .uk-parent.uk-open > a::after {
  background-image: replace('data-uri("image/svg+xml;charset=UTF-8", "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#000%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E")', 'escape("#000")', 'escape("rgba(255, 255, 255, 0.7)")', "g");
}

.uk-light .uk-nav-default > li > a, .uk-card-primary.uk-card-body .uk-nav-default > li > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a, .uk-card-secondary.uk-card-body .uk-nav-default > li > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-nav-default > li > a:hover, .uk-card-primary.uk-card-body .uk-nav-default > li > a:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a:hover, .uk-card-secondary.uk-card-body .uk-nav-default > li > a:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a:hover,
.uk-light .uk-nav-default > li > a:focus,
.uk-card-primary.uk-card-body .uk-nav-default > li > a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a:focus,
.uk-card-secondary.uk-card-body .uk-nav-default > li > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a:focus {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-nav-default > li.uk-active > a, .uk-card-primary.uk-card-body .uk-nav-default > li.uk-active > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li.uk-active > a, .uk-card-secondary.uk-card-body .uk-nav-default > li.uk-active > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li.uk-active > a {
  color: white;
}

.uk-light .uk-nav-default .uk-nav-header, .uk-card-primary.uk-card-body .uk-nav-default .uk-nav-header, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-header, .uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-header, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-header {
  color: white;
}

.uk-light .uk-nav-default .uk-nav-divider, .uk-card-primary.uk-card-body .uk-nav-default .uk-nav-divider, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-divider, .uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-divider, .uk-card-secondary > :not([class*='uk-card-media']) .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-card-primary.uk-card-body .uk-nav-default .uk-nav-sub a, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-sub a, .uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub a, .uk-card-secondary > :not([class*='uk-card-media']) .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-card-primary.uk-card-body .uk-nav-default .uk-nav-sub a:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-sub a:hover, .uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub a:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-sub a:hover,
.uk-light .uk-nav-default .uk-nav-sub a:focus,
.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-sub a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-sub a:focus,
.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .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-card-primary.uk-card-body .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-sub li.uk-active > a {
  color: #fff;
}

.uk-light .uk-nav-primary > li > a, .uk-card-primary.uk-card-body .uk-nav-primary > li > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary > li > a, .uk-card-secondary.uk-card-body .uk-nav-primary > li > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary > li > a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-nav-primary > li > a:hover, .uk-card-primary.uk-card-body .uk-nav-primary > li > a:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary > li > a:hover, .uk-card-secondary.uk-card-body .uk-nav-primary > li > a:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary > li > a:hover,
.uk-light .uk-nav-primary > li > a:focus,
.uk-card-primary.uk-card-body .uk-nav-primary > li > a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary > li > a:focus,
.uk-card-secondary.uk-card-body .uk-nav-primary > li > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary > li > a:focus {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-nav-primary > li.uk-active > a, .uk-card-primary.uk-card-body .uk-nav-primary > li.uk-active > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary > li.uk-active > a, .uk-card-secondary.uk-card-body .uk-nav-primary > li.uk-active > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary > li.uk-active > a {
  color: white;
}

.uk-light .uk-nav-primary .uk-nav-header, .uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-header, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-header, .uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-header, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-header {
  color: white;
}

.uk-light .uk-nav-primary .uk-nav-divider, .uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-divider, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-divider, .uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-divider, .uk-card-secondary > :not([class*='uk-card-media']) .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-card-primary.uk-card-body .uk-nav-primary .uk-nav-sub a, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-sub a, .uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-sub a, .uk-card-secondary > :not([class*='uk-card-media']) .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-card-primary.uk-card-body .uk-nav-primary .uk-nav-sub a:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-sub a:hover, .uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-sub a:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-sub a:hover,
.uk-light .uk-nav-primary .uk-nav-sub a:focus,
.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-sub a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-sub a:focus,
.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-sub a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .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-card-primary.uk-card-body .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-sub li.uk-active > a {
  color: #fff;
}

.uk-light .uk-navbar-nav > li > a, .uk-card-primary.uk-card-body .uk-navbar-nav > li > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a, .uk-card-secondary.uk-card-body .uk-navbar-nav > li > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-navbar-nav > li:hover > a, .uk-card-primary.uk-card-body .uk-navbar-nav > li:hover > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li:hover > a, .uk-card-secondary.uk-card-body .uk-navbar-nav > li:hover > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li:hover > a,
.uk-light .uk-navbar-nav > li > a:focus,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:focus,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:focus,
.uk-light .uk-navbar-nav > li > a.uk-open,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a.uk-open,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a.uk-open,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a.uk-open,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a.uk-open {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-navbar-nav > li > a:active, .uk-card-primary.uk-card-body .uk-navbar-nav > li > a:active, .uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:active, .uk-card-secondary.uk-card-body .uk-navbar-nav > li > a:active, .uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:active {
  color: white;
}

.uk-light .uk-navbar-nav > li.uk-active > a, .uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a, .uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a {
  color: white;
}

.uk-light .uk-navbar-item, .uk-card-primary.uk-card-body .uk-navbar-item, .uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-item, .uk-card-secondary.uk-card-body .uk-navbar-item, .uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-item {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-navbar-toggle, .uk-card-primary.uk-card-body .uk-navbar-toggle, .uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-toggle, .uk-card-secondary.uk-card-body .uk-navbar-toggle, .uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-toggle {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-navbar-toggle:hover, .uk-card-primary.uk-card-body .uk-navbar-toggle:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-toggle:hover, .uk-card-secondary.uk-card-body .uk-navbar-toggle:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-toggle:hover,
.uk-light .uk-navbar-toggle:focus,
.uk-card-primary.uk-card-body .uk-navbar-toggle:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-toggle:focus,
.uk-card-secondary.uk-card-body .uk-navbar-toggle:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-toggle:focus,
.uk-light .uk-navbar-toggle.uk-open,
.uk-card-primary.uk-card-body .uk-navbar-toggle.uk-open,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-toggle.uk-open,
.uk-card-secondary.uk-card-body .uk-navbar-toggle.uk-open,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-toggle.uk-open {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-subnav > * > :first-child, .uk-card-primary.uk-card-body .uk-subnav > * > :first-child, .uk-card-primary > :not([class*='uk-card-media']) .uk-subnav > * > :first-child, .uk-card-secondary.uk-card-body .uk-subnav > * > :first-child, .uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav > * > :first-child {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-subnav > * > a:hover, .uk-card-primary.uk-card-body .uk-subnav > * > a:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-subnav > * > a:hover, .uk-card-secondary.uk-card-body .uk-subnav > * > a:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav > * > a:hover,
.uk-light .uk-subnav > * > a:focus,
.uk-card-primary.uk-card-body .uk-subnav > * > a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav > * > a:focus,
.uk-card-secondary.uk-card-body .uk-subnav > * > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav > * > a:focus {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-subnav > .uk-active > a, .uk-card-primary.uk-card-body .uk-subnav > .uk-active > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-subnav > .uk-active > a, .uk-card-secondary.uk-card-body .uk-subnav > .uk-active > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav > .uk-active > a {
  color: white;
}

.uk-light .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-primary.uk-card-body .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-primary > :not([class*='uk-card-media']) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-secondary.uk-card-body .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-secondary > :not([class*='uk-card-media']) .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-card-primary.uk-card-body .uk-subnav-pill > * > :first-child, .uk-card-primary > :not([class*='uk-card-media']) .uk-subnav-pill > * > :first-child, .uk-card-secondary.uk-card-body .uk-subnav-pill > * > :first-child, .uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav-pill > * > :first-child {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-subnav-pill > * > a:hover, .uk-card-primary.uk-card-body .uk-subnav-pill > * > a:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-subnav-pill > * > a:hover, .uk-card-secondary.uk-card-body .uk-subnav-pill > * > a:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav-pill > * > a:hover,
.uk-light .uk-subnav-pill > * > a:focus,
.uk-card-primary.uk-card-body .uk-subnav-pill > * > a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav-pill > * > a:focus,
.uk-card-secondary.uk-card-body .uk-subnav-pill > * > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav-pill > * > 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-card-primary.uk-card-body .uk-subnav-pill > * > a:active, .uk-card-primary > :not([class*='uk-card-media']) .uk-subnav-pill > * > a:active, .uk-card-secondary.uk-card-body .uk-subnav-pill > * > a:active, .uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav-pill > * > 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-card-primary.uk-card-body .uk-subnav-pill > .uk-active > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-subnav-pill > .uk-active > a, .uk-card-secondary.uk-card-body .uk-subnav-pill > .uk-active > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav-pill > .uk-active > a {
  background-color: white;
  color: #1d1d1b;
}

.uk-light .uk-subnav > .uk-disabled > a, .uk-card-primary.uk-card-body .uk-subnav > .uk-disabled > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-subnav > .uk-disabled > a, .uk-card-secondary.uk-card-body .uk-subnav > .uk-disabled > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav > .uk-disabled > a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-breadcrumb > * > *, .uk-card-primary.uk-card-body .uk-breadcrumb > * > *, .uk-card-primary > :not([class*='uk-card-media']) .uk-breadcrumb > * > *, .uk-card-secondary.uk-card-body .uk-breadcrumb > * > *, .uk-card-secondary > :not([class*='uk-card-media']) .uk-breadcrumb > * > * {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-breadcrumb > * > :hover, .uk-card-primary.uk-card-body .uk-breadcrumb > * > :hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-breadcrumb > * > :hover, .uk-card-secondary.uk-card-body .uk-breadcrumb > * > :hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-breadcrumb > * > :hover,
.uk-light .uk-breadcrumb > * > :focus,
.uk-card-primary.uk-card-body .uk-breadcrumb > * > :focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-breadcrumb > * > :focus,
.uk-card-secondary.uk-card-body .uk-breadcrumb > * > :focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-breadcrumb > * > :focus {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-breadcrumb > :last-child > *, .uk-card-primary.uk-card-body .uk-breadcrumb > :last-child > *, .uk-card-primary > :not([class*='uk-card-media']) .uk-breadcrumb > :last-child > *, .uk-card-secondary.uk-card-body .uk-breadcrumb > :last-child > *, .uk-card-secondary > :not([class*='uk-card-media']) .uk-breadcrumb > :last-child > * {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-primary.uk-card-body .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-primary > :not([class*='uk-card-media']) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-secondary.uk-card-body .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-secondary > :not([class*='uk-card-media']) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-pagination > * > *, .uk-card-primary.uk-card-body .uk-pagination > * > *, .uk-card-primary > :not([class*='uk-card-media']) .uk-pagination > * > *, .uk-card-secondary.uk-card-body .uk-pagination > * > *, .uk-card-secondary > :not([class*='uk-card-media']) .uk-pagination > * > * {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-pagination > * > :hover, .uk-card-primary.uk-card-body .uk-pagination > * > :hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-pagination > * > :hover, .uk-card-secondary.uk-card-body .uk-pagination > * > :hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-pagination > * > :hover,
.uk-light .uk-pagination > * > :focus,
.uk-card-primary.uk-card-body .uk-pagination > * > :focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-pagination > * > :focus,
.uk-card-secondary.uk-card-body .uk-pagination > * > :focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-pagination > * > :focus {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-pagination > .uk-active > *, .uk-card-primary.uk-card-body .uk-pagination > .uk-active > *, .uk-card-primary > :not([class*='uk-card-media']) .uk-pagination > .uk-active > *, .uk-card-secondary.uk-card-body .uk-pagination > .uk-active > *, .uk-card-secondary > :not([class*='uk-card-media']) .uk-pagination > .uk-active > * {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-pagination > .uk-disabled > *, .uk-card-primary.uk-card-body .uk-pagination > .uk-disabled > *, .uk-card-primary > :not([class*='uk-card-media']) .uk-pagination > .uk-disabled > *, .uk-card-secondary.uk-card-body .uk-pagination > .uk-disabled > *, .uk-card-secondary > :not([class*='uk-card-media']) .uk-pagination > .uk-disabled > * {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-tab > * > a, .uk-card-primary.uk-card-body .uk-tab > * > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-tab > * > a, .uk-card-secondary.uk-card-body .uk-tab > * > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-tab > * > a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-tab > * > a:hover, .uk-card-primary.uk-card-body .uk-tab > * > a:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-tab > * > a:hover, .uk-card-secondary.uk-card-body .uk-tab > * > a:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-tab > * > a:hover,
.uk-light .uk-tab > * > a:focus,
.uk-card-primary.uk-card-body .uk-tab > * > a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-tab > * > a:focus,
.uk-card-secondary.uk-card-body .uk-tab > * > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-tab > * > a:focus {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-tab > .uk-active > a, .uk-card-primary.uk-card-body .uk-tab > .uk-active > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-tab > .uk-active > a, .uk-card-secondary.uk-card-body .uk-tab > .uk-active > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-tab > .uk-active > a {
  color: white;
}

.uk-light .uk-tab > .uk-disabled > a, .uk-card-primary.uk-card-body .uk-tab > .uk-disabled > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-tab > .uk-disabled > a, .uk-card-secondary.uk-card-body .uk-tab > .uk-disabled > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-tab > .uk-disabled > a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-slidenav, .uk-card-primary.uk-card-body .uk-slidenav, .uk-card-primary > :not([class*='uk-card-media']) .uk-slidenav, .uk-card-secondary.uk-card-body .uk-slidenav, .uk-card-secondary > :not([class*='uk-card-media']) .uk-slidenav {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-slidenav:hover, .uk-card-primary.uk-card-body .uk-slidenav:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-slidenav:hover, .uk-card-secondary.uk-card-body .uk-slidenav:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-slidenav:hover,
.uk-light .uk-slidenav:focus,
.uk-card-primary.uk-card-body .uk-slidenav:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-slidenav:focus,
.uk-card-secondary.uk-card-body .uk-slidenav:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-slidenav:focus {
  color: rgba(255, 255, 255, 0.95);
}

.uk-light .uk-slidenav:active, .uk-card-primary.uk-card-body .uk-slidenav:active, .uk-card-primary > :not([class*='uk-card-media']) .uk-slidenav:active, .uk-card-secondary.uk-card-body .uk-slidenav:active, .uk-card-secondary > :not([class*='uk-card-media']) .uk-slidenav:active {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-dotnav > * > *, .uk-card-primary.uk-card-body .uk-dotnav > * > *, .uk-card-primary > :not([class*='uk-card-media']) .uk-dotnav > * > *, .uk-card-secondary.uk-card-body .uk-dotnav > * > *, .uk-card-secondary > :not([class*='uk-card-media']) .uk-dotnav > * > * {
  background-color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-dotnav > * > :hover, .uk-card-primary.uk-card-body .uk-dotnav > * > :hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-dotnav > * > :hover, .uk-card-secondary.uk-card-body .uk-dotnav > * > :hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-dotnav > * > :hover,
.uk-light .uk-dotnav > * > :focus,
.uk-card-primary.uk-card-body .uk-dotnav > * > :focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-dotnav > * > :focus,
.uk-card-secondary.uk-card-body .uk-dotnav > * > :focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-dotnav > * > :focus {
  background-color: rgba(255, 255, 255, 0.9);
}

.uk-light .uk-dotnav > * > :active, .uk-card-primary.uk-card-body .uk-dotnav > * > :active, .uk-card-primary > :not([class*='uk-card-media']) .uk-dotnav > * > :active, .uk-card-secondary.uk-card-body .uk-dotnav > * > :active, .uk-card-secondary > :not([class*='uk-card-media']) .uk-dotnav > * > :active {
  background-color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-dotnav > .uk-active > *, .uk-card-primary.uk-card-body .uk-dotnav > .uk-active > *, .uk-card-primary > :not([class*='uk-card-media']) .uk-dotnav > .uk-active > *, .uk-card-secondary.uk-card-body .uk-dotnav > .uk-active > *, .uk-card-secondary > :not([class*='uk-card-media']) .uk-dotnav > .uk-active > * {
  background-color: rgba(255, 255, 255, 0.9);
}

.uk-light .uk-accordion-title, .uk-card-primary.uk-card-body .uk-accordion-title, .uk-card-primary > :not([class*='uk-card-media']) .uk-accordion-title, .uk-card-secondary.uk-card-body .uk-accordion-title, .uk-card-secondary > :not([class*='uk-card-media']) .uk-accordion-title {
  color: white;
}

.uk-light .uk-accordion-title:hover, .uk-card-primary.uk-card-body .uk-accordion-title:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-accordion-title:hover, .uk-card-secondary.uk-card-body .uk-accordion-title:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-accordion-title:hover,
.uk-light .uk-accordion-title:focus,
.uk-card-primary.uk-card-body .uk-accordion-title:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-accordion-title:focus,
.uk-card-secondary.uk-card-body .uk-accordion-title:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-accordion-title:focus {
  color: #1d1d1b;
}

.uk-light .uk-iconnav > * > a, .uk-card-primary.uk-card-body .uk-iconnav > * > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-iconnav > * > a, .uk-card-secondary.uk-card-body .uk-iconnav > * > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-iconnav > * > a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-iconnav > * > a:hover, .uk-card-primary.uk-card-body .uk-iconnav > * > a:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-iconnav > * > a:hover, .uk-card-secondary.uk-card-body .uk-iconnav > * > a:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-iconnav > * > a:hover,
.uk-light .uk-iconnav > * > a:focus,
.uk-card-primary.uk-card-body .uk-iconnav > * > a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-iconnav > * > a:focus,
.uk-card-secondary.uk-card-body .uk-iconnav > * > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-iconnav > * > a:focus {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-iconnav > .uk-active > a, .uk-card-primary.uk-card-body .uk-iconnav > .uk-active > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-iconnav > .uk-active > a, .uk-card-secondary.uk-card-body .uk-iconnav > .uk-active > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-iconnav > .uk-active > a {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-text-lead, .uk-card-primary.uk-card-body .uk-text-lead, .uk-card-primary > :not([class*='uk-card-media']) .uk-text-lead, .uk-card-secondary.uk-card-body .uk-text-lead, .uk-card-secondary > :not([class*='uk-card-media']) .uk-text-lead {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-text-meta, .uk-card-primary.uk-card-body .uk-text-meta, .uk-card-primary > :not([class*='uk-card-media']) .uk-text-meta, .uk-card-secondary.uk-card-body .uk-text-meta, .uk-card-secondary > :not([class*='uk-card-media']) .uk-text-meta {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-text-muted, .uk-card-primary.uk-card-body .uk-text-muted, .uk-card-primary > :not([class*='uk-card-media']) .uk-text-muted, .uk-card-secondary.uk-card-body .uk-text-muted, .uk-card-secondary > :not([class*='uk-card-media']) .uk-text-muted {
  color: rgba(255, 255, 255, 0.5) !important;
}

.uk-light .uk-text-emphasis, .uk-card-primary.uk-card-body .uk-text-emphasis, .uk-card-primary > :not([class*='uk-card-media']) .uk-text-emphasis, .uk-card-secondary.uk-card-body .uk-text-emphasis, .uk-card-secondary > :not([class*='uk-card-media']) .uk-text-emphasis {
  color: #fff !important;
}

.uk-light .uk-text-primary, .uk-card-primary.uk-card-body .uk-text-primary, .uk-card-primary > :not([class*='uk-card-media']) .uk-text-primary, .uk-card-secondary.uk-card-body .uk-text-primary, .uk-card-secondary > :not([class*='uk-card-media']) .uk-text-primary {
  color: rgba(255, 255, 255, 0.7) !important;
}

.uk-light .uk-text-secondary, .uk-card-primary.uk-card-body .uk-text-secondary, .uk-card-primary > :not([class*='uk-card-media']) .uk-text-secondary, .uk-card-secondary.uk-card-body .uk-text-secondary, .uk-card-secondary > :not([class*='uk-card-media']) .uk-text-secondary {
  color: #fff !important;
}

.uk-light .uk-column-divider, .uk-card-primary.uk-card-body .uk-column-divider, .uk-card-primary > :not([class*='uk-card-media']) .uk-column-divider, .uk-card-secondary.uk-card-body .uk-column-divider, .uk-card-secondary > :not([class*='uk-card-media']) .uk-column-divider {
  column-rule-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-logo, .uk-card-primary.uk-card-body .uk-logo, .uk-card-primary > :not([class*='uk-card-media']) .uk-logo, .uk-card-secondary.uk-card-body .uk-logo, .uk-card-secondary > :not([class*='uk-card-media']) .uk-logo {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-logo:hover, .uk-card-primary.uk-card-body .uk-logo:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-logo:hover, .uk-card-secondary.uk-card-body .uk-logo:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-logo:hover,
.uk-light .uk-logo:focus,
.uk-card-primary.uk-card-body .uk-logo:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-logo:focus,
.uk-card-secondary.uk-card-body .uk-logo:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-logo:focus {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-logo > :not(.uk-logo-inverse):not(:only-of-type), .uk-card-primary.uk-card-body .uk-logo > :not(.uk-logo-inverse):not(:only-of-type), .uk-card-primary > :not([class*='uk-card-media']) .uk-logo > :not(.uk-logo-inverse):not(:only-of-type), .uk-card-secondary.uk-card-body .uk-logo > :not(.uk-logo-inverse):not(:only-of-type), .uk-card-secondary > :not([class*='uk-card-media']) .uk-logo > :not(.uk-logo-inverse):not(:only-of-type) {
  display: none;
}

.uk-light .uk-logo-inverse, .uk-card-primary.uk-card-body .uk-logo-inverse, .uk-card-primary > :not([class*='uk-card-media']) .uk-logo-inverse, .uk-card-secondary.uk-card-body .uk-logo-inverse, .uk-card-secondary > :not([class*='uk-card-media']) .uk-logo-inverse {
  display: inline;
}

/*
1. NOTE
Makes sure its children can use complete height of the html element as minimum height and set a sticky footer if needed.
Use 'height'. Do not use 'min-height' because this will break functionality. Don't know why.
Use '100%'. Do not use '100vh' because this will **always** create scroll bars in iOS Safari and other mobile webbrowsers.
In iOS Safari and other mobile browsers 100vh = viewport height without bars = scrollbars with viewport with bars.
Also as a result '100%' makes sure the bars on mobile webbrowsers are forced when no scrollbars are needed.
More about 100vh with mobile browsers on:
https://nicolas-hoizey.com/2015/02/viewport-height-is-taller-than-the-visible-part-of-the-document-in-some-mobile-browsers.html
*/
/*
1. NOTE
Makes sure its children can use complete height of the html element as minimum height and set a sticky footer if needed.
Use 'height'. Do not use 'min-height' because this will break functionality. Don't know why.
Use '100%'. Do not use '100vh' because this will **always** create scroll bars in iOS Safari and other mobile webbrowsers.
In iOS Safari and other mobile browsers 100vh = viewport height without bars = scrollbars with viewport with bars.
Also as a result '100%' makes sure the bars on mobile webbrowsers are forced when no scrollbars are needed.
More about 100vh with mobile browsers on:
https://nicolas-hoizey.com/2015/02/viewport-height-is-taller-than-the-visible-part-of-the-document-in-some-mobile-browsers.html
*/
body {
  position: relative;
  min-width: 320px;
  background-color: white;
  color: #1d1d1b;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  height: 100%;
  /* 1 */
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body {
    overflow-x: hidden;
  }
}

::-ms-clear {
  display: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

input[type='number'] {
  -moz-appearance: textfield;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

button:not([disabled]) {
  cursor: pointer;
}

[type='submit'],
[type='button'],
button {
  padding: 0;
  border: none;
  background-color: transparent;
  color: inherit;
  font-family: "Roboto", sans-serif;
  appearance: none;
}

label[for] {
  cursor: pointer;
  user-select: none;
}

:focus {
  outline: none;
}

::-moz-focus-inner {
  border: 0;
}

iframe {
  display: block;
  max-width: 100%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
}

input,
textarea,
label,
button,
select,
form,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  /* NOTE For some Androids */
}

a,
button,
input,
textarea {
  touch-action: manipulation;
}

svg {
  max-width: 100%;
  height: auto;
}

html {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

@media screen and (max-width: 680px) {
  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 681px) {
  html {
    font-size: 18px;
  }
}

p {
  margin-top: 0;
  margin-bottom: 32px;
  max-width: 640px;
  width: 100%;
  letter-spacing: 0.5;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 1.5;
}

p a {
  border-bottom: 1px solid #4c7aa6;
  color: #4c7aa6;
  text-decoration: none;
}

p a:hover {
  border-bottom-width: 2px;
  color: #4c7aa6;
  text-decoration: none;
}

p.intro {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.75;
}

.u-text-align-center p {
  margin-right: auto;
  margin-left: auto;
}

p:last-child {
  margin-bottom: 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: 500;
}

small {
  color: #1a206d;
  font-size: 0.64rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

h1 small,
h1 span,
h2 small,
h2 span,
h3 small,
h3 span,
h4 small,
h4 span,
h5 small,
h5 span,
h6 small,
h6 span {
  color: #4c7aa6;
  font-size: inherit;
  font-style: italic;
}

h1 {
  margin-bottom: 16px;
  color: #1a206d;
  font-family: "Roboto", sans-serif;
  font-size: 3.05176rem;
  line-height: 1.2;
}

h2 {
  margin-bottom: 8px;
  color: #4c7aa6;
  font-family: "Roboto Slab", serif;
  font-size: 1.95312rem;
  font-weight: 400;
  line-height: 1.2;
}

h1 + h2 {
  margin-top: -16px;
  margin-bottom: 16px;
}

h3 {
  margin-bottom: 4px;
  color: #1a206d;
  font-family: "Roboto Slab", serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}

h4 {
  color: #1a206d;
}

h5 {
  color: #4c7aa6;
}

h6 {
  color: #1d1d1b;
}

h4,
h5,
h6 {
  margin-bottom: 0;
  font-size: 1rem;
}

ul {
  padding: 0;
  margin-top: 0;
  margin-bottom: 32px;
  list-style: none;
}

ul li {
  position: relative;
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
}

ul li:before {
  position: absolute;
  left: 0;
  color: #739abc;
  content: '•';
}

ul li:last-child {
  margin-bottom: 0;
}

ul ul {
  padding-top: 8px;
  padding-bottom: 8px;
  margin: 0;
}

ul ul li:before {
  content: '-';
}

ul ul ul {
  padding-top: 8px;
  padding-bottom: 8px;
}

ul ul ul li:before {
  content: '»';
}

ol {
  padding: 0 0 0 20px;
  margin-top: 0;
  margin-bottom: 32px;
  list-style: decimal;
}

ol ol {
  padding-top: 8px;
  padding-bottom: 8px;
  margin: 0;
  list-style: upper-alpha;
}

ol ol ol {
  padding-top: 8px;
  padding-bottom: 8px;
  list-style: upper-roman;
}

ol li {
  margin-bottom: 8px;
  padding-left: 4px;
}

hr {
  margin-top: 16px;
  margin-bottom: 16px;
  border: none;
  border-bottom: 1px solid;
  color: #d5d5d5;
}

[class*='--inverse'] hr {
  color: white;
  opacity: 1;
}

.hr--primary {
  color: #1a206d;
}

.hr--thin {
  margin-top: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid;
}

dl {
  margin-top: 0;
  margin-bottom: 32px;
}

dt {
  margin-right: 0;
  margin-bottom: 8px;
  margin-left: 0;
  color: #739abc;
  font-family: "Roboto", sans-serif;
  font-size: 0.8rem;
  font-weight: 300;
}

dd {
  margin-right: 0;
  margin-bottom: 16px;
  margin-left: 0;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

table {
  margin-top: 0;
  margin-bottom: 32px;
  border-collapse: collapse;
  border-width: 0;
  font-weight: 300;
}

caption {
  margin-bottom: 16px;
  text-align: left;
  font-size: 1.25rem;
}

th {
  color: #1d1d1b;
  text-align: left;
  font-weight: 400;
}

th,
td {
  padding-top: 8px;
  padding-right: 12px;
  vertical-align: top;
  text-align: left;
}

@media screen and (min-width: 681px) {
  th:first-child,
  td:first-child {
    white-space: nowrap;
  }
}

.element {
  padding-top: 60px;
}

.element__item {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px dashed #739abc;
}

.element__item:last-child {
  border-bottom: 1px dashed #739abc;
}

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

.element__description {
  display: block;
  margin-top: 30px;
  color: #739abc;
  text-transform: uppercase;
  font-size: 0.8rem;
}

blockquote {
  max-width: 640px;
  color: #739abc;
  font-family: "Roboto Slab", serif;
  font-size: 1.95312rem;
  font-weight: 300;
  line-height: 1.5;
}

blockquote:before {
  content: open-quote;
}

blockquote:after {
  content: close-quote;
}

cite {
  display: block;
  margin-bottom: 2rem;
  padding-left: 40px;
  color: #739abc;
  font-style: normal;
}

cite:before {
  content: '······ ';
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.uk-card img {
  max-width: none !important;
  width: 100% !important;
}

.button {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 32px;
  padding: 16px 32px;
  border-radius: 24px;
  background-color: #007d57;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  line-height: 16px;
  cursor: pointer;
  transition: background-color ease-in-out 0.2s;
  user-select: none;
}

.button:hover, .button:focus {
  background-color: #006446;
  color: white;
}

.button:active {
  background-color: #006446;
  color: white;
}

.button:disabled {
  background-color: #8e8e8d;
  color: #cacaca;
  cursor: not-allowed;
}

.button.button--secundair {
  background-color: #efcb65;
  color: #1d1d1b;
}

.button.button--secundair:hover, .button.button--secundair:focus {
  background-color: #f2d584;
  color: #1d1d1b;
}

.button.button--secundair:active {
  background-color: #006446;
  color: white;
}

.page__container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.page__main {
  flex-grow: 1;
  overflow: hidden;
}

@media screen and (max-width: 680px) {
  .inner {
    padding-right: 12px;
    padding-left: 12px;
  }
}

@media screen and (min-width: 320px) and (max-width: 440px) {
  .inner {
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media screen and (min-width: 681px) and (max-width: 1040px) {
  .inner {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media screen and (min-width: 1041px) {
  .inner {
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
  }
}

.layout {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 440px) {
  .layout {
    margin-right: -12px;
    margin-left: -12px;
  }
}

@media screen and (min-width: 441px) and (max-width: 680px) {
  .layout {
    margin-right: -16px;
    margin-left: -16px;
  }
}

@media screen and (min-width: 681px) and (max-width: 1040px) {
  .layout {
    margin-right: -24px;
    margin-left: -24px;
  }
}

@media screen and (min-width: 1041px) {
  .layout {
    margin-right: -24px;
    margin-left: -24px;
  }
}

.layout--space-between {
  justify-content: space-between;
}

.layout--space-around {
  justify-content: space-around;
}

.layout--row-reverse {
  flex-direction: row-reverse;
}

.layout--no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.layout--no-gutters > .layout__item {
  padding-right: 0;
  padding-left: 0;
}

.layout--divider > * + * {
  border-left: 1px solid #f2f2f2;
}

.layout__item {
  max-width: 100%;
  flex-grow: 1;
  flex-basis: 0;
}

@media screen and (max-width: 440px) {
  .layout__item {
    padding-right: 12px;
    padding-left: 12px;
    flex: 0 0 100%;
  }
}

@media screen and (min-width: 441px) and (max-width: 680px) {
  .layout__item {
    padding-right: 16px;
    padding-left: 16px;
    flex: 0 0 100%;
  }
}

@media screen and (min-width: 681px) and (max-width: 1040px) {
  .layout__item {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media screen and (min-width: 1041px) {
  .layout__item {
    padding-right: 24px;
    padding-left: 24px;
  }
}

.layout__item--auto {
  max-width: 100%;
  width: auto;
  flex: 0 0 auto;
}

.layout__item--flex {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 681px) {
  .layout__item--1-12,
  .layout__item--1 {
    max-width: 8.33333%;
    flex: 0 0 8.33333%;
  }
  .layout__item--push-1-12,
  .layout__item--push-1 {
    margin-left: 8.33333%;
  }
  .layout--row-reverse .layout__item--push-1-12, .layout--row-reverse
  .layout__item--push-1 {
    margin-right: 8.33333%;
    margin-left: 0;
  }
  .layout__item--pull-1-12,
  .layout__item--pull-1 {
    margin-left: -8.33333%;
  }
  .layout--row-reverse .layout__item--pull-1-12, .layout--row-reverse
  .layout__item--pull-1 {
    margin-right: -8.33333%;
    margin-left: 0;
  }
}

@media screen and (min-width: 681px) {
  .layout__item--2-12,
  .layout__item--2 {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
  }
  .layout__item--push-2-12,
  .layout__item--push-2 {
    margin-left: 16.66667%;
  }
  .layout--row-reverse .layout__item--push-2-12, .layout--row-reverse
  .layout__item--push-2 {
    margin-right: 16.66667%;
    margin-left: 0;
  }
  .layout__item--pull-2-12,
  .layout__item--pull-2 {
    margin-left: -16.66667%;
  }
  .layout--row-reverse .layout__item--pull-2-12, .layout--row-reverse
  .layout__item--pull-2 {
    margin-right: -16.66667%;
    margin-left: 0;
  }
}

@media screen and (min-width: 681px) {
  .layout__item--3-12,
  .layout__item--3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .layout__item--push-3-12,
  .layout__item--push-3 {
    margin-left: 25%;
  }
  .layout--row-reverse .layout__item--push-3-12, .layout--row-reverse
  .layout__item--push-3 {
    margin-right: 25%;
    margin-left: 0;
  }
  .layout__item--pull-3-12,
  .layout__item--pull-3 {
    margin-left: -25%;
  }
  .layout--row-reverse .layout__item--pull-3-12, .layout--row-reverse
  .layout__item--pull-3 {
    margin-right: -25%;
    margin-left: 0;
  }
}

@media screen and (min-width: 681px) {
  .layout__item--4-12,
  .layout__item--4 {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }
  .layout__item--push-4-12,
  .layout__item--push-4 {
    margin-left: 33.33333%;
  }
  .layout--row-reverse .layout__item--push-4-12, .layout--row-reverse
  .layout__item--push-4 {
    margin-right: 33.33333%;
    margin-left: 0;
  }
  .layout__item--pull-4-12,
  .layout__item--pull-4 {
    margin-left: -33.33333%;
  }
  .layout--row-reverse .layout__item--pull-4-12, .layout--row-reverse
  .layout__item--pull-4 {
    margin-right: -33.33333%;
    margin-left: 0;
  }
}

@media screen and (min-width: 681px) {
  .layout__item--5-12,
  .layout__item--5 {
    max-width: 41.66667%;
    flex: 0 0 41.66667%;
  }
  .layout__item--push-5-12,
  .layout__item--push-5 {
    margin-left: 41.66667%;
  }
  .layout--row-reverse .layout__item--push-5-12, .layout--row-reverse
  .layout__item--push-5 {
    margin-right: 41.66667%;
    margin-left: 0;
  }
  .layout__item--pull-5-12,
  .layout__item--pull-5 {
    margin-left: -41.66667%;
  }
  .layout--row-reverse .layout__item--pull-5-12, .layout--row-reverse
  .layout__item--pull-5 {
    margin-right: -41.66667%;
    margin-left: 0;
  }
}

@media screen and (min-width: 681px) {
  .layout__item--6-12,
  .layout__item--6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .layout__item--push-6-12,
  .layout__item--push-6 {
    margin-left: 50%;
  }
  .layout--row-reverse .layout__item--push-6-12, .layout--row-reverse
  .layout__item--push-6 {
    margin-right: 50%;
    margin-left: 0;
  }
  .layout__item--pull-6-12,
  .layout__item--pull-6 {
    margin-left: -50%;
  }
  .layout--row-reverse .layout__item--pull-6-12, .layout--row-reverse
  .layout__item--pull-6 {
    margin-right: -50%;
    margin-left: 0;
  }
}

@media screen and (min-width: 681px) {
  .layout__item--7-12,
  .layout__item--7 {
    max-width: 58.33333%;
    flex: 0 0 58.33333%;
  }
  .layout__item--push-7-12,
  .layout__item--push-7 {
    margin-left: 58.33333%;
  }
  .layout--row-reverse .layout__item--push-7-12, .layout--row-reverse
  .layout__item--push-7 {
    margin-right: 58.33333%;
    margin-left: 0;
  }
  .layout__item--pull-7-12,
  .layout__item--pull-7 {
    margin-left: -58.33333%;
  }
  .layout--row-reverse .layout__item--pull-7-12, .layout--row-reverse
  .layout__item--pull-7 {
    margin-right: -58.33333%;
    margin-left: 0;
  }
}

@media screen and (min-width: 681px) {
  .layout__item--8-12,
  .layout__item--8 {
    max-width: 66.66667%;
    flex: 0 0 66.66667%;
  }
  .layout__item--push-8-12,
  .layout__item--push-8 {
    margin-left: 66.66667%;
  }
  .layout--row-reverse .layout__item--push-8-12, .layout--row-reverse
  .layout__item--push-8 {
    margin-right: 66.66667%;
    margin-left: 0;
  }
  .layout__item--pull-8-12,
  .layout__item--pull-8 {
    margin-left: -66.66667%;
  }
  .layout--row-reverse .layout__item--pull-8-12, .layout--row-reverse
  .layout__item--pull-8 {
    margin-right: -66.66667%;
    margin-left: 0;
  }
}

@media screen and (min-width: 681px) {
  .layout__item--9-12,
  .layout__item--9 {
    max-width: 75%;
    flex: 0 0 75%;
  }
  .layout__item--push-9-12,
  .layout__item--push-9 {
    margin-left: 75%;
  }
  .layout--row-reverse .layout__item--push-9-12, .layout--row-reverse
  .layout__item--push-9 {
    margin-right: 75%;
    margin-left: 0;
  }
  .layout__item--pull-9-12,
  .layout__item--pull-9 {
    margin-left: -75%;
  }
  .layout--row-reverse .layout__item--pull-9-12, .layout--row-reverse
  .layout__item--pull-9 {
    margin-right: -75%;
    margin-left: 0;
  }
}

@media screen and (min-width: 681px) {
  .layout__item--10-12,
  .layout__item--10 {
    max-width: 83.33333%;
    flex: 0 0 83.33333%;
  }
  .layout__item--push-10-12,
  .layout__item--push-10 {
    margin-left: 83.33333%;
  }
  .layout--row-reverse .layout__item--push-10-12, .layout--row-reverse
  .layout__item--push-10 {
    margin-right: 83.33333%;
    margin-left: 0;
  }
  .layout__item--pull-10-12,
  .layout__item--pull-10 {
    margin-left: -83.33333%;
  }
  .layout--row-reverse .layout__item--pull-10-12, .layout--row-reverse
  .layout__item--pull-10 {
    margin-right: -83.33333%;
    margin-left: 0;
  }
}

@media screen and (min-width: 681px) {
  .layout__item--11-12,
  .layout__item--11 {
    max-width: 91.66667%;
    flex: 0 0 91.66667%;
  }
  .layout__item--push-11-12,
  .layout__item--push-11 {
    margin-left: 91.66667%;
  }
  .layout--row-reverse .layout__item--push-11-12, .layout--row-reverse
  .layout__item--push-11 {
    margin-right: 91.66667%;
    margin-left: 0;
  }
  .layout__item--pull-11-12,
  .layout__item--pull-11 {
    margin-left: -91.66667%;
  }
  .layout--row-reverse .layout__item--pull-11-12, .layout--row-reverse
  .layout__item--pull-11 {
    margin-right: -91.66667%;
    margin-left: 0;
  }
}

@media screen and (min-width: 681px) {
  .layout__item--12-12,
  .layout__item--12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .layout__item--push-12-12,
  .layout__item--push-12 {
    margin-left: 100%;
  }
  .layout--row-reverse .layout__item--push-12-12, .layout--row-reverse
  .layout__item--push-12 {
    margin-right: 100%;
    margin-left: 0;
  }
  .layout__item--pull-12-12,
  .layout__item--pull-12 {
    margin-left: -100%;
  }
  .layout--row-reverse .layout__item--pull-12-12, .layout--row-reverse
  .layout__item--pull-12 {
    margin-right: -100%;
    margin-left: 0;
  }
}

.layout__item--auto-palm {
  max-width: 100%;
  width: auto;
  flex: 0 0 auto;
}

.layout__item--1-12-palm,
.layout__item--1-palm {
  max-width: 8.33333%;
  flex: 0 0 8.33333%;
}

.layout__item--push-1-12-palm,
.layout__item--push-1-palm {
  margin-left: 8.33333%;
}

.layout--row-reverse .layout__item--push-1-12-palm, .layout--row-reverse
.layout__item--push-1-palm {
  margin-right: 8.33333%;
  margin-left: 0;
}

.layout__item--pull-1-12-palm,
.layout__item--pull-1-palm {
  margin-left: -8.33333%;
}

.layout--row-reverse .layout__item--pull-1-12-palm, .layout--row-reverse
.layout__item--pull-1-palm {
  margin-right: -8.33333%;
  margin-left: 0;
}

.layout__item--2-12-palm,
.layout__item--2-palm {
  max-width: 16.66667%;
  flex: 0 0 16.66667%;
}

.layout__item--push-2-12-palm,
.layout__item--push-2-palm {
  margin-left: 16.66667%;
}

.layout--row-reverse .layout__item--push-2-12-palm, .layout--row-reverse
.layout__item--push-2-palm {
  margin-right: 16.66667%;
  margin-left: 0;
}

.layout__item--pull-2-12-palm,
.layout__item--pull-2-palm {
  margin-left: -16.66667%;
}

.layout--row-reverse .layout__item--pull-2-12-palm, .layout--row-reverse
.layout__item--pull-2-palm {
  margin-right: -16.66667%;
  margin-left: 0;
}

.layout__item--3-12-palm,
.layout__item--3-palm {
  max-width: 25%;
  flex: 0 0 25%;
}

.layout__item--push-3-12-palm,
.layout__item--push-3-palm {
  margin-left: 25%;
}

.layout--row-reverse .layout__item--push-3-12-palm, .layout--row-reverse
.layout__item--push-3-palm {
  margin-right: 25%;
  margin-left: 0;
}

.layout__item--pull-3-12-palm,
.layout__item--pull-3-palm {
  margin-left: -25%;
}

.layout--row-reverse .layout__item--pull-3-12-palm, .layout--row-reverse
.layout__item--pull-3-palm {
  margin-right: -25%;
  margin-left: 0;
}

.layout__item--4-12-palm,
.layout__item--4-palm {
  max-width: 33.33333%;
  flex: 0 0 33.33333%;
}

.layout__item--push-4-12-palm,
.layout__item--push-4-palm {
  margin-left: 33.33333%;
}

.layout--row-reverse .layout__item--push-4-12-palm, .layout--row-reverse
.layout__item--push-4-palm {
  margin-right: 33.33333%;
  margin-left: 0;
}

.layout__item--pull-4-12-palm,
.layout__item--pull-4-palm {
  margin-left: -33.33333%;
}

.layout--row-reverse .layout__item--pull-4-12-palm, .layout--row-reverse
.layout__item--pull-4-palm {
  margin-right: -33.33333%;
  margin-left: 0;
}

.layout__item--5-12-palm,
.layout__item--5-palm {
  max-width: 41.66667%;
  flex: 0 0 41.66667%;
}

.layout__item--push-5-12-palm,
.layout__item--push-5-palm {
  margin-left: 41.66667%;
}

.layout--row-reverse .layout__item--push-5-12-palm, .layout--row-reverse
.layout__item--push-5-palm {
  margin-right: 41.66667%;
  margin-left: 0;
}

.layout__item--pull-5-12-palm,
.layout__item--pull-5-palm {
  margin-left: -41.66667%;
}

.layout--row-reverse .layout__item--pull-5-12-palm, .layout--row-reverse
.layout__item--pull-5-palm {
  margin-right: -41.66667%;
  margin-left: 0;
}

.layout__item--6-12-palm,
.layout__item--6-palm {
  max-width: 50%;
  flex: 0 0 50%;
}

.layout__item--push-6-12-palm,
.layout__item--push-6-palm {
  margin-left: 50%;
}

.layout--row-reverse .layout__item--push-6-12-palm, .layout--row-reverse
.layout__item--push-6-palm {
  margin-right: 50%;
  margin-left: 0;
}

.layout__item--pull-6-12-palm,
.layout__item--pull-6-palm {
  margin-left: -50%;
}

.layout--row-reverse .layout__item--pull-6-12-palm, .layout--row-reverse
.layout__item--pull-6-palm {
  margin-right: -50%;
  margin-left: 0;
}

.layout__item--7-12-palm,
.layout__item--7-palm {
  max-width: 58.33333%;
  flex: 0 0 58.33333%;
}

.layout__item--push-7-12-palm,
.layout__item--push-7-palm {
  margin-left: 58.33333%;
}

.layout--row-reverse .layout__item--push-7-12-palm, .layout--row-reverse
.layout__item--push-7-palm {
  margin-right: 58.33333%;
  margin-left: 0;
}

.layout__item--pull-7-12-palm,
.layout__item--pull-7-palm {
  margin-left: -58.33333%;
}

.layout--row-reverse .layout__item--pull-7-12-palm, .layout--row-reverse
.layout__item--pull-7-palm {
  margin-right: -58.33333%;
  margin-left: 0;
}

.layout__item--8-12-palm,
.layout__item--8-palm {
  max-width: 66.66667%;
  flex: 0 0 66.66667%;
}

.layout__item--push-8-12-palm,
.layout__item--push-8-palm {
  margin-left: 66.66667%;
}

.layout--row-reverse .layout__item--push-8-12-palm, .layout--row-reverse
.layout__item--push-8-palm {
  margin-right: 66.66667%;
  margin-left: 0;
}

.layout__item--pull-8-12-palm,
.layout__item--pull-8-palm {
  margin-left: -66.66667%;
}

.layout--row-reverse .layout__item--pull-8-12-palm, .layout--row-reverse
.layout__item--pull-8-palm {
  margin-right: -66.66667%;
  margin-left: 0;
}

.layout__item--9-12-palm,
.layout__item--9-palm {
  max-width: 75%;
  flex: 0 0 75%;
}

.layout__item--push-9-12-palm,
.layout__item--push-9-palm {
  margin-left: 75%;
}

.layout--row-reverse .layout__item--push-9-12-palm, .layout--row-reverse
.layout__item--push-9-palm {
  margin-right: 75%;
  margin-left: 0;
}

.layout__item--pull-9-12-palm,
.layout__item--pull-9-palm {
  margin-left: -75%;
}

.layout--row-reverse .layout__item--pull-9-12-palm, .layout--row-reverse
.layout__item--pull-9-palm {
  margin-right: -75%;
  margin-left: 0;
}

.layout__item--10-12-palm,
.layout__item--10-palm {
  max-width: 83.33333%;
  flex: 0 0 83.33333%;
}

.layout__item--push-10-12-palm,
.layout__item--push-10-palm {
  margin-left: 83.33333%;
}

.layout--row-reverse .layout__item--push-10-12-palm, .layout--row-reverse
.layout__item--push-10-palm {
  margin-right: 83.33333%;
  margin-left: 0;
}

.layout__item--pull-10-12-palm,
.layout__item--pull-10-palm {
  margin-left: -83.33333%;
}

.layout--row-reverse .layout__item--pull-10-12-palm, .layout--row-reverse
.layout__item--pull-10-palm {
  margin-right: -83.33333%;
  margin-left: 0;
}

.layout__item--11-12-palm,
.layout__item--11-palm {
  max-width: 91.66667%;
  flex: 0 0 91.66667%;
}

.layout__item--push-11-12-palm,
.layout__item--push-11-palm {
  margin-left: 91.66667%;
}

.layout--row-reverse .layout__item--push-11-12-palm, .layout--row-reverse
.layout__item--push-11-palm {
  margin-right: 91.66667%;
  margin-left: 0;
}

.layout__item--pull-11-12-palm,
.layout__item--pull-11-palm {
  margin-left: -91.66667%;
}

.layout--row-reverse .layout__item--pull-11-12-palm, .layout--row-reverse
.layout__item--pull-11-palm {
  margin-right: -91.66667%;
  margin-left: 0;
}

.layout__item--12-12-palm,
.layout__item--12-palm {
  max-width: 100%;
  flex: 0 0 100%;
}

.layout__item--push-12-12-palm,
.layout__item--push-12-palm {
  margin-left: 100%;
}

.layout--row-reverse .layout__item--push-12-12-palm, .layout--row-reverse
.layout__item--push-12-palm {
  margin-right: 100%;
  margin-left: 0;
}

.layout__item--pull-12-12-palm,
.layout__item--pull-12-palm {
  margin-left: -100%;
}

.layout--row-reverse .layout__item--pull-12-12-palm, .layout--row-reverse
.layout__item--pull-12-palm {
  margin-right: -100%;
  margin-left: 0;
}

@media (min-width: 441px) {
  .layout__item--auto-hand {
    max-width: 100%;
    width: auto;
    flex: 0 0 auto;
  }
  .layout__item--1-12-hand,
  .layout__item--1-hand {
    max-width: 8.33333%;
    flex: 0 0 8.33333%;
  }
  .layout__item--push-1-12-hand,
  .layout__item--push-1-hand {
    margin-left: 8.33333%;
  }
  .layout--row-reverse .layout__item--push-1-12-hand, .layout--row-reverse
  .layout__item--push-1-hand {
    margin-right: 8.33333%;
    margin-left: 0;
  }
  .layout__item--pull-1-12-hand,
  .layout__item--pull-1-hand {
    margin-left: -8.33333%;
  }
  .layout--row-reverse .layout__item--pull-1-12-hand, .layout--row-reverse
  .layout__item--pull-1-hand {
    margin-right: -8.33333%;
    margin-left: 0;
  }
  .layout__item--2-12-hand,
  .layout__item--2-hand {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
  }
  .layout__item--push-2-12-hand,
  .layout__item--push-2-hand {
    margin-left: 16.66667%;
  }
  .layout--row-reverse .layout__item--push-2-12-hand, .layout--row-reverse
  .layout__item--push-2-hand {
    margin-right: 16.66667%;
    margin-left: 0;
  }
  .layout__item--pull-2-12-hand,
  .layout__item--pull-2-hand {
    margin-left: -16.66667%;
  }
  .layout--row-reverse .layout__item--pull-2-12-hand, .layout--row-reverse
  .layout__item--pull-2-hand {
    margin-right: -16.66667%;
    margin-left: 0;
  }
  .layout__item--3-12-hand,
  .layout__item--3-hand {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .layout__item--push-3-12-hand,
  .layout__item--push-3-hand {
    margin-left: 25%;
  }
  .layout--row-reverse .layout__item--push-3-12-hand, .layout--row-reverse
  .layout__item--push-3-hand {
    margin-right: 25%;
    margin-left: 0;
  }
  .layout__item--pull-3-12-hand,
  .layout__item--pull-3-hand {
    margin-left: -25%;
  }
  .layout--row-reverse .layout__item--pull-3-12-hand, .layout--row-reverse
  .layout__item--pull-3-hand {
    margin-right: -25%;
    margin-left: 0;
  }
  .layout__item--4-12-hand,
  .layout__item--4-hand {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }
  .layout__item--push-4-12-hand,
  .layout__item--push-4-hand {
    margin-left: 33.33333%;
  }
  .layout--row-reverse .layout__item--push-4-12-hand, .layout--row-reverse
  .layout__item--push-4-hand {
    margin-right: 33.33333%;
    margin-left: 0;
  }
  .layout__item--pull-4-12-hand,
  .layout__item--pull-4-hand {
    margin-left: -33.33333%;
  }
  .layout--row-reverse .layout__item--pull-4-12-hand, .layout--row-reverse
  .layout__item--pull-4-hand {
    margin-right: -33.33333%;
    margin-left: 0;
  }
  .layout__item--5-12-hand,
  .layout__item--5-hand {
    max-width: 41.66667%;
    flex: 0 0 41.66667%;
  }
  .layout__item--push-5-12-hand,
  .layout__item--push-5-hand {
    margin-left: 41.66667%;
  }
  .layout--row-reverse .layout__item--push-5-12-hand, .layout--row-reverse
  .layout__item--push-5-hand {
    margin-right: 41.66667%;
    margin-left: 0;
  }
  .layout__item--pull-5-12-hand,
  .layout__item--pull-5-hand {
    margin-left: -41.66667%;
  }
  .layout--row-reverse .layout__item--pull-5-12-hand, .layout--row-reverse
  .layout__item--pull-5-hand {
    margin-right: -41.66667%;
    margin-left: 0;
  }
  .layout__item--6-12-hand,
  .layout__item--6-hand {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .layout__item--push-6-12-hand,
  .layout__item--push-6-hand {
    margin-left: 50%;
  }
  .layout--row-reverse .layout__item--push-6-12-hand, .layout--row-reverse
  .layout__item--push-6-hand {
    margin-right: 50%;
    margin-left: 0;
  }
  .layout__item--pull-6-12-hand,
  .layout__item--pull-6-hand {
    margin-left: -50%;
  }
  .layout--row-reverse .layout__item--pull-6-12-hand, .layout--row-reverse
  .layout__item--pull-6-hand {
    margin-right: -50%;
    margin-left: 0;
  }
  .layout__item--7-12-hand,
  .layout__item--7-hand {
    max-width: 58.33333%;
    flex: 0 0 58.33333%;
  }
  .layout__item--push-7-12-hand,
  .layout__item--push-7-hand {
    margin-left: 58.33333%;
  }
  .layout--row-reverse .layout__item--push-7-12-hand, .layout--row-reverse
  .layout__item--push-7-hand {
    margin-right: 58.33333%;
    margin-left: 0;
  }
  .layout__item--pull-7-12-hand,
  .layout__item--pull-7-hand {
    margin-left: -58.33333%;
  }
  .layout--row-reverse .layout__item--pull-7-12-hand, .layout--row-reverse
  .layout__item--pull-7-hand {
    margin-right: -58.33333%;
    margin-left: 0;
  }
  .layout__item--8-12-hand,
  .layout__item--8-hand {
    max-width: 66.66667%;
    flex: 0 0 66.66667%;
  }
  .layout__item--push-8-12-hand,
  .layout__item--push-8-hand {
    margin-left: 66.66667%;
  }
  .layout--row-reverse .layout__item--push-8-12-hand, .layout--row-reverse
  .layout__item--push-8-hand {
    margin-right: 66.66667%;
    margin-left: 0;
  }
  .layout__item--pull-8-12-hand,
  .layout__item--pull-8-hand {
    margin-left: -66.66667%;
  }
  .layout--row-reverse .layout__item--pull-8-12-hand, .layout--row-reverse
  .layout__item--pull-8-hand {
    margin-right: -66.66667%;
    margin-left: 0;
  }
  .layout__item--9-12-hand,
  .layout__item--9-hand {
    max-width: 75%;
    flex: 0 0 75%;
  }
  .layout__item--push-9-12-hand,
  .layout__item--push-9-hand {
    margin-left: 75%;
  }
  .layout--row-reverse .layout__item--push-9-12-hand, .layout--row-reverse
  .layout__item--push-9-hand {
    margin-right: 75%;
    margin-left: 0;
  }
  .layout__item--pull-9-12-hand,
  .layout__item--pull-9-hand {
    margin-left: -75%;
  }
  .layout--row-reverse .layout__item--pull-9-12-hand, .layout--row-reverse
  .layout__item--pull-9-hand {
    margin-right: -75%;
    margin-left: 0;
  }
  .layout__item--10-12-hand,
  .layout__item--10-hand {
    max-width: 83.33333%;
    flex: 0 0 83.33333%;
  }
  .layout__item--push-10-12-hand,
  .layout__item--push-10-hand {
    margin-left: 83.33333%;
  }
  .layout--row-reverse .layout__item--push-10-12-hand, .layout--row-reverse
  .layout__item--push-10-hand {
    margin-right: 83.33333%;
    margin-left: 0;
  }
  .layout__item--pull-10-12-hand,
  .layout__item--pull-10-hand {
    margin-left: -83.33333%;
  }
  .layout--row-reverse .layout__item--pull-10-12-hand, .layout--row-reverse
  .layout__item--pull-10-hand {
    margin-right: -83.33333%;
    margin-left: 0;
  }
  .layout__item--11-12-hand,
  .layout__item--11-hand {
    max-width: 91.66667%;
    flex: 0 0 91.66667%;
  }
  .layout__item--push-11-12-hand,
  .layout__item--push-11-hand {
    margin-left: 91.66667%;
  }
  .layout--row-reverse .layout__item--push-11-12-hand, .layout--row-reverse
  .layout__item--push-11-hand {
    margin-right: 91.66667%;
    margin-left: 0;
  }
  .layout__item--pull-11-12-hand,
  .layout__item--pull-11-hand {
    margin-left: -91.66667%;
  }
  .layout--row-reverse .layout__item--pull-11-12-hand, .layout--row-reverse
  .layout__item--pull-11-hand {
    margin-right: -91.66667%;
    margin-left: 0;
  }
  .layout__item--12-12-hand,
  .layout__item--12-hand {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .layout__item--push-12-12-hand,
  .layout__item--push-12-hand {
    margin-left: 100%;
  }
  .layout--row-reverse .layout__item--push-12-12-hand, .layout--row-reverse
  .layout__item--push-12-hand {
    margin-right: 100%;
    margin-left: 0;
  }
  .layout__item--pull-12-12-hand,
  .layout__item--pull-12-hand {
    margin-left: -100%;
  }
  .layout--row-reverse .layout__item--pull-12-12-hand, .layout--row-reverse
  .layout__item--pull-12-hand {
    margin-right: -100%;
    margin-left: 0;
  }
}

@media (min-width: 681px) {
  .layout__item--auto-lap {
    max-width: 100%;
    width: auto;
    flex: 0 0 auto;
  }
  .layout__item--1-12-lap,
  .layout__item--1-lap {
    max-width: 8.33333%;
    flex: 0 0 8.33333%;
  }
  .layout__item--push-1-12-lap,
  .layout__item--push-1-lap {
    margin-left: 8.33333%;
  }
  .layout--row-reverse .layout__item--push-1-12-lap, .layout--row-reverse
  .layout__item--push-1-lap {
    margin-right: 8.33333%;
    margin-left: 0;
  }
  .layout__item--pull-1-12-lap,
  .layout__item--pull-1-lap {
    margin-left: -8.33333%;
  }
  .layout--row-reverse .layout__item--pull-1-12-lap, .layout--row-reverse
  .layout__item--pull-1-lap {
    margin-right: -8.33333%;
    margin-left: 0;
  }
  .layout__item--2-12-lap,
  .layout__item--2-lap {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
  }
  .layout__item--push-2-12-lap,
  .layout__item--push-2-lap {
    margin-left: 16.66667%;
  }
  .layout--row-reverse .layout__item--push-2-12-lap, .layout--row-reverse
  .layout__item--push-2-lap {
    margin-right: 16.66667%;
    margin-left: 0;
  }
  .layout__item--pull-2-12-lap,
  .layout__item--pull-2-lap {
    margin-left: -16.66667%;
  }
  .layout--row-reverse .layout__item--pull-2-12-lap, .layout--row-reverse
  .layout__item--pull-2-lap {
    margin-right: -16.66667%;
    margin-left: 0;
  }
  .layout__item--3-12-lap,
  .layout__item--3-lap {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .layout__item--push-3-12-lap,
  .layout__item--push-3-lap {
    margin-left: 25%;
  }
  .layout--row-reverse .layout__item--push-3-12-lap, .layout--row-reverse
  .layout__item--push-3-lap {
    margin-right: 25%;
    margin-left: 0;
  }
  .layout__item--pull-3-12-lap,
  .layout__item--pull-3-lap {
    margin-left: -25%;
  }
  .layout--row-reverse .layout__item--pull-3-12-lap, .layout--row-reverse
  .layout__item--pull-3-lap {
    margin-right: -25%;
    margin-left: 0;
  }
  .layout__item--4-12-lap,
  .layout__item--4-lap {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }
  .layout__item--push-4-12-lap,
  .layout__item--push-4-lap {
    margin-left: 33.33333%;
  }
  .layout--row-reverse .layout__item--push-4-12-lap, .layout--row-reverse
  .layout__item--push-4-lap {
    margin-right: 33.33333%;
    margin-left: 0;
  }
  .layout__item--pull-4-12-lap,
  .layout__item--pull-4-lap {
    margin-left: -33.33333%;
  }
  .layout--row-reverse .layout__item--pull-4-12-lap, .layout--row-reverse
  .layout__item--pull-4-lap {
    margin-right: -33.33333%;
    margin-left: 0;
  }
  .layout__item--5-12-lap,
  .layout__item--5-lap {
    max-width: 41.66667%;
    flex: 0 0 41.66667%;
  }
  .layout__item--push-5-12-lap,
  .layout__item--push-5-lap {
    margin-left: 41.66667%;
  }
  .layout--row-reverse .layout__item--push-5-12-lap, .layout--row-reverse
  .layout__item--push-5-lap {
    margin-right: 41.66667%;
    margin-left: 0;
  }
  .layout__item--pull-5-12-lap,
  .layout__item--pull-5-lap {
    margin-left: -41.66667%;
  }
  .layout--row-reverse .layout__item--pull-5-12-lap, .layout--row-reverse
  .layout__item--pull-5-lap {
    margin-right: -41.66667%;
    margin-left: 0;
  }
  .layout__item--6-12-lap,
  .layout__item--6-lap {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .layout__item--push-6-12-lap,
  .layout__item--push-6-lap {
    margin-left: 50%;
  }
  .layout--row-reverse .layout__item--push-6-12-lap, .layout--row-reverse
  .layout__item--push-6-lap {
    margin-right: 50%;
    margin-left: 0;
  }
  .layout__item--pull-6-12-lap,
  .layout__item--pull-6-lap {
    margin-left: -50%;
  }
  .layout--row-reverse .layout__item--pull-6-12-lap, .layout--row-reverse
  .layout__item--pull-6-lap {
    margin-right: -50%;
    margin-left: 0;
  }
  .layout__item--7-12-lap,
  .layout__item--7-lap {
    max-width: 58.33333%;
    flex: 0 0 58.33333%;
  }
  .layout__item--push-7-12-lap,
  .layout__item--push-7-lap {
    margin-left: 58.33333%;
  }
  .layout--row-reverse .layout__item--push-7-12-lap, .layout--row-reverse
  .layout__item--push-7-lap {
    margin-right: 58.33333%;
    margin-left: 0;
  }
  .layout__item--pull-7-12-lap,
  .layout__item--pull-7-lap {
    margin-left: -58.33333%;
  }
  .layout--row-reverse .layout__item--pull-7-12-lap, .layout--row-reverse
  .layout__item--pull-7-lap {
    margin-right: -58.33333%;
    margin-left: 0;
  }
  .layout__item--8-12-lap,
  .layout__item--8-lap {
    max-width: 66.66667%;
    flex: 0 0 66.66667%;
  }
  .layout__item--push-8-12-lap,
  .layout__item--push-8-lap {
    margin-left: 66.66667%;
  }
  .layout--row-reverse .layout__item--push-8-12-lap, .layout--row-reverse
  .layout__item--push-8-lap {
    margin-right: 66.66667%;
    margin-left: 0;
  }
  .layout__item--pull-8-12-lap,
  .layout__item--pull-8-lap {
    margin-left: -66.66667%;
  }
  .layout--row-reverse .layout__item--pull-8-12-lap, .layout--row-reverse
  .layout__item--pull-8-lap {
    margin-right: -66.66667%;
    margin-left: 0;
  }
  .layout__item--9-12-lap,
  .layout__item--9-lap {
    max-width: 75%;
    flex: 0 0 75%;
  }
  .layout__item--push-9-12-lap,
  .layout__item--push-9-lap {
    margin-left: 75%;
  }
  .layout--row-reverse .layout__item--push-9-12-lap, .layout--row-reverse
  .layout__item--push-9-lap {
    margin-right: 75%;
    margin-left: 0;
  }
  .layout__item--pull-9-12-lap,
  .layout__item--pull-9-lap {
    margin-left: -75%;
  }
  .layout--row-reverse .layout__item--pull-9-12-lap, .layout--row-reverse
  .layout__item--pull-9-lap {
    margin-right: -75%;
    margin-left: 0;
  }
  .layout__item--10-12-lap,
  .layout__item--10-lap {
    max-width: 83.33333%;
    flex: 0 0 83.33333%;
  }
  .layout__item--push-10-12-lap,
  .layout__item--push-10-lap {
    margin-left: 83.33333%;
  }
  .layout--row-reverse .layout__item--push-10-12-lap, .layout--row-reverse
  .layout__item--push-10-lap {
    margin-right: 83.33333%;
    margin-left: 0;
  }
  .layout__item--pull-10-12-lap,
  .layout__item--pull-10-lap {
    margin-left: -83.33333%;
  }
  .layout--row-reverse .layout__item--pull-10-12-lap, .layout--row-reverse
  .layout__item--pull-10-lap {
    margin-right: -83.33333%;
    margin-left: 0;
  }
  .layout__item--11-12-lap,
  .layout__item--11-lap {
    max-width: 91.66667%;
    flex: 0 0 91.66667%;
  }
  .layout__item--push-11-12-lap,
  .layout__item--push-11-lap {
    margin-left: 91.66667%;
  }
  .layout--row-reverse .layout__item--push-11-12-lap, .layout--row-reverse
  .layout__item--push-11-lap {
    margin-right: 91.66667%;
    margin-left: 0;
  }
  .layout__item--pull-11-12-lap,
  .layout__item--pull-11-lap {
    margin-left: -91.66667%;
  }
  .layout--row-reverse .layout__item--pull-11-12-lap, .layout--row-reverse
  .layout__item--pull-11-lap {
    margin-right: -91.66667%;
    margin-left: 0;
  }
  .layout__item--12-12-lap,
  .layout__item--12-lap {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .layout__item--push-12-12-lap,
  .layout__item--push-12-lap {
    margin-left: 100%;
  }
  .layout--row-reverse .layout__item--push-12-12-lap, .layout--row-reverse
  .layout__item--push-12-lap {
    margin-right: 100%;
    margin-left: 0;
  }
  .layout__item--pull-12-12-lap,
  .layout__item--pull-12-lap {
    margin-left: -100%;
  }
  .layout--row-reverse .layout__item--pull-12-12-lap, .layout--row-reverse
  .layout__item--pull-12-lap {
    margin-right: -100%;
    margin-left: 0;
  }
}

@media (min-width: 1041px) {
  .layout__item--auto-desk {
    max-width: 100%;
    width: auto;
    flex: 0 0 auto;
  }
  .layout__item--1-12-desk,
  .layout__item--1-desk {
    max-width: 8.33333%;
    flex: 0 0 8.33333%;
  }
  .layout__item--push-1-12-desk,
  .layout__item--push-1-desk {
    margin-left: 8.33333%;
  }
  .layout--row-reverse .layout__item--push-1-12-desk, .layout--row-reverse
  .layout__item--push-1-desk {
    margin-right: 8.33333%;
    margin-left: 0;
  }
  .layout__item--pull-1-12-desk,
  .layout__item--pull-1-desk {
    margin-left: -8.33333%;
  }
  .layout--row-reverse .layout__item--pull-1-12-desk, .layout--row-reverse
  .layout__item--pull-1-desk {
    margin-right: -8.33333%;
    margin-left: 0;
  }
  .layout__item--2-12-desk,
  .layout__item--2-desk {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
  }
  .layout__item--push-2-12-desk,
  .layout__item--push-2-desk {
    margin-left: 16.66667%;
  }
  .layout--row-reverse .layout__item--push-2-12-desk, .layout--row-reverse
  .layout__item--push-2-desk {
    margin-right: 16.66667%;
    margin-left: 0;
  }
  .layout__item--pull-2-12-desk,
  .layout__item--pull-2-desk {
    margin-left: -16.66667%;
  }
  .layout--row-reverse .layout__item--pull-2-12-desk, .layout--row-reverse
  .layout__item--pull-2-desk {
    margin-right: -16.66667%;
    margin-left: 0;
  }
  .layout__item--3-12-desk,
  .layout__item--3-desk {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .layout__item--push-3-12-desk,
  .layout__item--push-3-desk {
    margin-left: 25%;
  }
  .layout--row-reverse .layout__item--push-3-12-desk, .layout--row-reverse
  .layout__item--push-3-desk {
    margin-right: 25%;
    margin-left: 0;
  }
  .layout__item--pull-3-12-desk,
  .layout__item--pull-3-desk {
    margin-left: -25%;
  }
  .layout--row-reverse .layout__item--pull-3-12-desk, .layout--row-reverse
  .layout__item--pull-3-desk {
    margin-right: -25%;
    margin-left: 0;
  }
  .layout__item--4-12-desk,
  .layout__item--4-desk {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }
  .layout__item--push-4-12-desk,
  .layout__item--push-4-desk {
    margin-left: 33.33333%;
  }
  .layout--row-reverse .layout__item--push-4-12-desk, .layout--row-reverse
  .layout__item--push-4-desk {
    margin-right: 33.33333%;
    margin-left: 0;
  }
  .layout__item--pull-4-12-desk,
  .layout__item--pull-4-desk {
    margin-left: -33.33333%;
  }
  .layout--row-reverse .layout__item--pull-4-12-desk, .layout--row-reverse
  .layout__item--pull-4-desk {
    margin-right: -33.33333%;
    margin-left: 0;
  }
  .layout__item--5-12-desk,
  .layout__item--5-desk {
    max-width: 41.66667%;
    flex: 0 0 41.66667%;
  }
  .layout__item--push-5-12-desk,
  .layout__item--push-5-desk {
    margin-left: 41.66667%;
  }
  .layout--row-reverse .layout__item--push-5-12-desk, .layout--row-reverse
  .layout__item--push-5-desk {
    margin-right: 41.66667%;
    margin-left: 0;
  }
  .layout__item--pull-5-12-desk,
  .layout__item--pull-5-desk {
    margin-left: -41.66667%;
  }
  .layout--row-reverse .layout__item--pull-5-12-desk, .layout--row-reverse
  .layout__item--pull-5-desk {
    margin-right: -41.66667%;
    margin-left: 0;
  }
  .layout__item--6-12-desk,
  .layout__item--6-desk {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .layout__item--push-6-12-desk,
  .layout__item--push-6-desk {
    margin-left: 50%;
  }
  .layout--row-reverse .layout__item--push-6-12-desk, .layout--row-reverse
  .layout__item--push-6-desk {
    margin-right: 50%;
    margin-left: 0;
  }
  .layout__item--pull-6-12-desk,
  .layout__item--pull-6-desk {
    margin-left: -50%;
  }
  .layout--row-reverse .layout__item--pull-6-12-desk, .layout--row-reverse
  .layout__item--pull-6-desk {
    margin-right: -50%;
    margin-left: 0;
  }
  .layout__item--7-12-desk,
  .layout__item--7-desk {
    max-width: 58.33333%;
    flex: 0 0 58.33333%;
  }
  .layout__item--push-7-12-desk,
  .layout__item--push-7-desk {
    margin-left: 58.33333%;
  }
  .layout--row-reverse .layout__item--push-7-12-desk, .layout--row-reverse
  .layout__item--push-7-desk {
    margin-right: 58.33333%;
    margin-left: 0;
  }
  .layout__item--pull-7-12-desk,
  .layout__item--pull-7-desk {
    margin-left: -58.33333%;
  }
  .layout--row-reverse .layout__item--pull-7-12-desk, .layout--row-reverse
  .layout__item--pull-7-desk {
    margin-right: -58.33333%;
    margin-left: 0;
  }
  .layout__item--8-12-desk,
  .layout__item--8-desk {
    max-width: 66.66667%;
    flex: 0 0 66.66667%;
  }
  .layout__item--push-8-12-desk,
  .layout__item--push-8-desk {
    margin-left: 66.66667%;
  }
  .layout--row-reverse .layout__item--push-8-12-desk, .layout--row-reverse
  .layout__item--push-8-desk {
    margin-right: 66.66667%;
    margin-left: 0;
  }
  .layout__item--pull-8-12-desk,
  .layout__item--pull-8-desk {
    margin-left: -66.66667%;
  }
  .layout--row-reverse .layout__item--pull-8-12-desk, .layout--row-reverse
  .layout__item--pull-8-desk {
    margin-right: -66.66667%;
    margin-left: 0;
  }
  .layout__item--9-12-desk,
  .layout__item--9-desk {
    max-width: 75%;
    flex: 0 0 75%;
  }
  .layout__item--push-9-12-desk,
  .layout__item--push-9-desk {
    margin-left: 75%;
  }
  .layout--row-reverse .layout__item--push-9-12-desk, .layout--row-reverse
  .layout__item--push-9-desk {
    margin-right: 75%;
    margin-left: 0;
  }
  .layout__item--pull-9-12-desk,
  .layout__item--pull-9-desk {
    margin-left: -75%;
  }
  .layout--row-reverse .layout__item--pull-9-12-desk, .layout--row-reverse
  .layout__item--pull-9-desk {
    margin-right: -75%;
    margin-left: 0;
  }
  .layout__item--10-12-desk,
  .layout__item--10-desk {
    max-width: 83.33333%;
    flex: 0 0 83.33333%;
  }
  .layout__item--push-10-12-desk,
  .layout__item--push-10-desk {
    margin-left: 83.33333%;
  }
  .layout--row-reverse .layout__item--push-10-12-desk, .layout--row-reverse
  .layout__item--push-10-desk {
    margin-right: 83.33333%;
    margin-left: 0;
  }
  .layout__item--pull-10-12-desk,
  .layout__item--pull-10-desk {
    margin-left: -83.33333%;
  }
  .layout--row-reverse .layout__item--pull-10-12-desk, .layout--row-reverse
  .layout__item--pull-10-desk {
    margin-right: -83.33333%;
    margin-left: 0;
  }
  .layout__item--11-12-desk,
  .layout__item--11-desk {
    max-width: 91.66667%;
    flex: 0 0 91.66667%;
  }
  .layout__item--push-11-12-desk,
  .layout__item--push-11-desk {
    margin-left: 91.66667%;
  }
  .layout--row-reverse .layout__item--push-11-12-desk, .layout--row-reverse
  .layout__item--push-11-desk {
    margin-right: 91.66667%;
    margin-left: 0;
  }
  .layout__item--pull-11-12-desk,
  .layout__item--pull-11-desk {
    margin-left: -91.66667%;
  }
  .layout--row-reverse .layout__item--pull-11-12-desk, .layout--row-reverse
  .layout__item--pull-11-desk {
    margin-right: -91.66667%;
    margin-left: 0;
  }
  .layout__item--12-12-desk,
  .layout__item--12-desk {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .layout__item--push-12-12-desk,
  .layout__item--push-12-desk {
    margin-left: 100%;
  }
  .layout--row-reverse .layout__item--push-12-12-desk, .layout--row-reverse
  .layout__item--push-12-desk {
    margin-right: 100%;
    margin-left: 0;
  }
  .layout__item--pull-12-12-desk,
  .layout__item--pull-12-desk {
    margin-left: -100%;
  }
  .layout--row-reverse .layout__item--pull-12-12-desk, .layout--row-reverse
  .layout__item--pull-12-desk {
    margin-right: -100%;
    margin-left: 0;
  }
}

.page-header {
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  border-bottom: 1px solid #739abc;
  justify-content: flex-end;
}

@media screen and (max-width: 680px) {
  .page-header {
    align-items: center;
  }
}

@media screen and (min-width: 681px) {
  .page-header {
    align-items: center;
  }
}

.page-header__title {
  margin-bottom: 0;
}

.page-header__subtitle {
  margin-bottom: 0;
  color: #739abc;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 300;
}

.page-section {
  margin-right: auto;
  margin-left: auto;
  max-width: 1400px;
  width: 100%;
}

@media screen and (max-width: 440px) {
  .page-section {
    padding-right: 12px;
    padding-left: 12px;
  }
}

@media screen and (min-width: 441px) and (max-width: 680px) {
  .page-section {
    padding-right: 12px;
    padding-left: 12px;
  }
}

@media screen and (min-width: 681px) and (max-width: 1040px) {
  .page-section {
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media screen and (min-width: 1041px) {
  .page-section {
    padding-right: 24px;
    padding-left: 24px;
  }
}

.page-section--tinted {
  background-color: #e3ebf2;
}

.page-section--blauw-oranje {
  background: linear-gradient(90deg, #1C33BE 50%, #F39302 50%);
}

.page-section__inner {
  margin-right: auto;
  margin-left: auto;
  max-width: 1220px;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 680px) {
  .page-section__inner--padded-top-small {
    padding-top: 20px;
  }
}

@media screen and (min-width: 681px) {
  .page-section__inner--padded-top-small {
    padding-top: 40px;
  }
}

@media screen and (max-width: 680px) {
  .page-section__inner--padded-bottom-small {
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 681px) {
  .page-section__inner--padded-bottom-small {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 680px) {
  .page-section__inner--padded-top {
    padding-top: 40px;
  }
}

@media screen and (min-width: 681px) {
  .page-section__inner--padded-top {
    padding-top: 80px;
  }
}

@media screen and (max-width: 680px) {
  .page-section__inner--padded-bottom {
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 681px) {
  .page-section__inner--padded-bottom {
    padding-bottom: 80px;
  }
}

.page-section__title {
  margin-bottom: 32px;
}

.pull-right {
  float: right;
}

.page-footer {
  margin-top: 40px;
}

.page-footer__logo-container {
  margin-top: 24px;
  margin-right: auto;
  margin-bottom: 24px;
  white-space: nowrap;
}

.page-footer__logo-container svg,
.page-footer__logo-container img {
  display: inline-block;
  max-width: 160px;
  vertical-align: middle;
}

.page-footer__logo-container h1 {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
}

.page-footer__logo-container h1 span {
  display: block;
  color: #1a206d;
  font-size: 0.64rem;
}

.page-footer__notices {
  font-family: "Roboto", sans-serif;
  font-size: 0.64rem;
}

.page-footer__notices a {
  margin-right: 8px;
  margin-left: 8px;
}

.link {
  position: relative;
  border-bottom: 1px solid;
  color: #4c7aa6;
  text-decoration: none;
}

.link:hover {
  border-bottom-width: 2px;
  text-decoration: none;
}

.media--16-9 {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.media--16-9 > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media--4-3 {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
}

.media--4-3 > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media--4-5 {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 125%;
}

.media--4-5 > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media--1-1 {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
}

.media--1-1 > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media--2-1 {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 50%;
}

.media--2-1 > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-4-5-mei {
  background-position: center center;
  background-image: url("../images/ampersant.svg");
  background-repeat: no-repeat;
  background-size: 169.5px 203.25px;
}

@media screen and (max-width: 680px) {
  .hero-4-5-mei {
    background-size: 56.5px 67.75px;
  }
}

@media screen and (min-width: 681px) and (max-width: 1040px) {
  .hero-4-5-mei {
    background-size: 113px 135.5px;
  }
}

@media screen and (min-width: 1041px) {
  .hero-4-5-mei {
    background-size: 169.5px 203.25px;
  }
}

.hero-4-5-mei img {
  max-width: 440px;
  width: 100%;
}

.hero-4-5-mei .layout {
  justify-content: center;
}

.hero-4-5-mei .layout__item {
  flex: 0 0 auto;
}

.alert {
  padding: 16px 32px;
  border: 1px solid #F39302;
  border-radius: 4px;
  background: #fde9cc;
  color: #7a4a01;
}

.alert a {
  position: relative;
  border-bottom: 1px solid;
  color: #7a4a01;
  text-decoration: none;
}

.alert a:hover {
  border-bottom-width: 2px;
  text-decoration: none;
}

.u-justify-content-start {
  justify-content: flex-start !important;
}

.u-justify-content-end {
  justify-content: flex-end !important;
}

.u-justify-content-center {
  justify-content: center !important;
}

.u-justify-content-between {
  justify-content: space-between !important;
}

.u-justify-content-around {
  justify-content: space-around !important;
}

.u-justify-content-evenly {
  justify-content: space-evenly !important;
}

.u-align-items-start {
  align-items: flex-start !important;
}

.u-align-self-start {
  align-self: flex-start !important;
}

.u-align-items-end {
  align-items: flex-end !important;
}

.u-align-self-end {
  align-self: flex-end !important;
}

.u-align-items-center {
  align-items: center !important;
}

.u-align-self-center {
  align-self: center !important;
}

.u-align-items-baseline {
  align-items: baseline !important;
}

.u-align-self-baseline {
  align-self: baseline !important;
}

.u-align-items-stretch {
  align-items: stretch !important;
}

.u-align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 441px) {
  .u-justify-content-start-hand {
    justify-content: flex-start !important;
  }
  .u-justify-content-end-hand {
    justify-content: flex-end !important;
  }
  .u-justify-content-center-hand {
    justify-content: center !important;
  }
  .u-justify-content-between-hand {
    justify-content: space-between !important;
  }
  .u-justify-content-around-hand {
    justify-content: space-around !important;
  }
  .u-justify-content-evenly-hand {
    justify-content: space-evenly !important;
  }
  .u-align-items-start-hand {
    align-items: flex-start !important;
  }
  .u-align-self-start-hand {
    align-self: flex-start !important;
  }
  .u-align-items-end-hand {
    align-items: flex-end !important;
  }
  .u-align-self-end-hand {
    align-self: flex-end !important;
  }
  .u-align-items-center-hand {
    align-items: center !important;
  }
  .u-align-self-center-hand {
    align-self: center !important;
  }
  .u-align-items-baseline-hand {
    align-items: baseline !important;
  }
  .u-align-self-baseline-hand {
    align-self: baseline !important;
  }
  .u-align-items-stretch-hand {
    align-items: stretch !important;
  }
  .u-align-self-stretch-hand {
    align-self: stretch !important;
  }
}

@media (min-width: 681px) {
  .u-justify-content-start-lap {
    justify-content: flex-start !important;
  }
  .u-justify-content-end-lap {
    justify-content: flex-end !important;
  }
  .u-justify-content-center-lap {
    justify-content: center !important;
  }
  .u-justify-content-between-lap {
    justify-content: space-between !important;
  }
  .u-justify-content-around-lap {
    justify-content: space-around !important;
  }
  .u-justify-content-evenly-lap {
    justify-content: space-evenly !important;
  }
  .u-align-items-start-lap {
    align-items: flex-start !important;
  }
  .u-align-self-start-lap {
    align-self: flex-start !important;
  }
  .u-align-items-end-lap {
    align-items: flex-end !important;
  }
  .u-align-self-end-lap {
    align-self: flex-end !important;
  }
  .u-align-items-center-lap {
    align-items: center !important;
  }
  .u-align-self-center-lap {
    align-self: center !important;
  }
  .u-align-items-baseline-lap {
    align-items: baseline !important;
  }
  .u-align-self-baseline-lap {
    align-self: baseline !important;
  }
  .u-align-items-stretch-lap {
    align-items: stretch !important;
  }
  .u-align-self-stretch-lap {
    align-self: stretch !important;
  }
}

@media (min-width: 1041px) {
  .u-justify-content-start-desk {
    justify-content: flex-start !important;
  }
  .u-justify-content-end-desk {
    justify-content: flex-end !important;
  }
  .u-justify-content-center-desk {
    justify-content: center !important;
  }
  .u-justify-content-between-desk {
    justify-content: space-between !important;
  }
  .u-justify-content-around-desk {
    justify-content: space-around !important;
  }
  .u-justify-content-evenly-desk {
    justify-content: space-evenly !important;
  }
  .u-align-items-start-desk {
    align-items: flex-start !important;
  }
  .u-align-self-start-desk {
    align-self: flex-start !important;
  }
  .u-align-items-end-desk {
    align-items: flex-end !important;
  }
  .u-align-self-end-desk {
    align-self: flex-end !important;
  }
  .u-align-items-center-desk {
    align-items: center !important;
  }
  .u-align-self-center-desk {
    align-self: center !important;
  }
  .u-align-items-baseline-desk {
    align-items: baseline !important;
  }
  .u-align-self-baseline-desk {
    align-self: baseline !important;
  }
  .u-align-items-stretch-desk {
    align-items: stretch !important;
  }
  .u-align-self-stretch-desk {
    align-self: stretch !important;
  }
}

.u-overflow-hidden {
  overflow: hidden !important;
}

.u-overflow-visible {
  overflow: visible !important;
}

.u-color-primary {
  color: #1a206d !important;
}

.u-muted {
  color: #cacaca !important;
}

.u-m-0 {
  margin: 0 !important;
}

.u-mt-0,
.u-my-0 {
  margin-top: 0 !important;
}

.u-mr-0,
.u-mx-0 {
  margin-right: 0 !important;
}

.u-mb-0,
.u-my-0 {
  margin-bottom: 0 !important;
}

.u-ml-0,
.u-mx-0 {
  margin-left: 0 !important;
}

.u-mt-pull-0,
.u-my-pull-0 {
  margin-top: -0 !important;
}

.u-mr-pull-0,
.u-mx-pull-0 {
  margin-right: -0 !important;
}

.u-mb-pull-0,
.u-my-pull-0 {
  margin-bottom: -0 !important;
}

.u-ml-pull-0,
.u-mx-pull-0 {
  margin-left: -0 !important;
}

.u-m-auto {
  margin: auto !important;
}

.u-mt-auto,
.u-my-auto {
  margin-top: auto !important;
}

.u-mr-auto,
.u-mx-auto {
  margin-right: auto !important;
}

.u-mb-auto,
.u-my-auto {
  margin-bottom: auto !important;
}

.u-ml-auto,
.u-mx-auto {
  margin-left: auto !important;
}

.u-m-70 {
  margin: 4px !important;
}

.u-mt-70,
.u-my-70 {
  margin-top: 4px !important;
}

.u-mr-70,
.u-mx-70 {
  margin-right: 4px !important;
}

.u-mb-70,
.u-my-70 {
  margin-bottom: 4px !important;
}

.u-ml-70,
.u-mx-70 {
  margin-left: 4px !important;
}

.u-mt-pull-70,
.u-my-pull-70 {
  margin-top: -4px !important;
}

.u-mr-pull-70,
.u-mx-pull-70 {
  margin-right: -4px !important;
}

.u-mb-pull-70,
.u-my-pull-70 {
  margin-bottom: -4px !important;
}

.u-ml-pull-70,
.u-mx-pull-70 {
  margin-left: -4px !important;
}

.u-m-auto {
  margin: auto !important;
}

.u-mt-auto,
.u-my-auto {
  margin-top: auto !important;
}

.u-mr-auto,
.u-mx-auto {
  margin-right: auto !important;
}

.u-mb-auto,
.u-my-auto {
  margin-bottom: auto !important;
}

.u-ml-auto,
.u-mx-auto {
  margin-left: auto !important;
}

.u-m-80 {
  margin: 8px !important;
}

.u-mt-80,
.u-my-80 {
  margin-top: 8px !important;
}

.u-mr-80,
.u-mx-80 {
  margin-right: 8px !important;
}

.u-mb-80,
.u-my-80 {
  margin-bottom: 8px !important;
}

.u-ml-80,
.u-mx-80 {
  margin-left: 8px !important;
}

.u-mt-pull-80,
.u-my-pull-80 {
  margin-top: -8px !important;
}

.u-mr-pull-80,
.u-mx-pull-80 {
  margin-right: -8px !important;
}

.u-mb-pull-80,
.u-my-pull-80 {
  margin-bottom: -8px !important;
}

.u-ml-pull-80,
.u-mx-pull-80 {
  margin-left: -8px !important;
}

.u-m-auto {
  margin: auto !important;
}

.u-mt-auto,
.u-my-auto {
  margin-top: auto !important;
}

.u-mr-auto,
.u-mx-auto {
  margin-right: auto !important;
}

.u-mb-auto,
.u-my-auto {
  margin-bottom: auto !important;
}

.u-ml-auto,
.u-mx-auto {
  margin-left: auto !important;
}

.u-m-90 {
  margin: 16px !important;
}

.u-mt-90,
.u-my-90 {
  margin-top: 16px !important;
}

.u-mr-90,
.u-mx-90 {
  margin-right: 16px !important;
}

.u-mb-90,
.u-my-90 {
  margin-bottom: 16px !important;
}

.u-ml-90,
.u-mx-90 {
  margin-left: 16px !important;
}

.u-mt-pull-90,
.u-my-pull-90 {
  margin-top: -16px !important;
}

.u-mr-pull-90,
.u-mx-pull-90 {
  margin-right: -16px !important;
}

.u-mb-pull-90,
.u-my-pull-90 {
  margin-bottom: -16px !important;
}

.u-ml-pull-90,
.u-mx-pull-90 {
  margin-left: -16px !important;
}

.u-m-auto {
  margin: auto !important;
}

.u-mt-auto,
.u-my-auto {
  margin-top: auto !important;
}

.u-mr-auto,
.u-mx-auto {
  margin-right: auto !important;
}

.u-mb-auto,
.u-my-auto {
  margin-bottom: auto !important;
}

.u-ml-auto,
.u-mx-auto {
  margin-left: auto !important;
}

.u-m-100 {
  margin: 24px !important;
}

.u-mt-100,
.u-my-100 {
  margin-top: 24px !important;
}

.u-mr-100,
.u-mx-100 {
  margin-right: 24px !important;
}

.u-mb-100,
.u-my-100 {
  margin-bottom: 24px !important;
}

.u-ml-100,
.u-mx-100 {
  margin-left: 24px !important;
}

.u-mt-pull-100,
.u-my-pull-100 {
  margin-top: -24px !important;
}

.u-mr-pull-100,
.u-mx-pull-100 {
  margin-right: -24px !important;
}

.u-mb-pull-100,
.u-my-pull-100 {
  margin-bottom: -24px !important;
}

.u-ml-pull-100,
.u-mx-pull-100 {
  margin-left: -24px !important;
}

.u-m-auto {
  margin: auto !important;
}

.u-mt-auto,
.u-my-auto {
  margin-top: auto !important;
}

.u-mr-auto,
.u-mx-auto {
  margin-right: auto !important;
}

.u-mb-auto,
.u-my-auto {
  margin-bottom: auto !important;
}

.u-ml-auto,
.u-mx-auto {
  margin-left: auto !important;
}

.u-m-200 {
  margin: 40px !important;
}

.u-mt-200,
.u-my-200 {
  margin-top: 40px !important;
}

.u-mr-200,
.u-mx-200 {
  margin-right: 40px !important;
}

.u-mb-200,
.u-my-200 {
  margin-bottom: 40px !important;
}

.u-ml-200,
.u-mx-200 {
  margin-left: 40px !important;
}

.u-mt-pull-200,
.u-my-pull-200 {
  margin-top: -40px !important;
}

.u-mr-pull-200,
.u-mx-pull-200 {
  margin-right: -40px !important;
}

.u-mb-pull-200,
.u-my-pull-200 {
  margin-bottom: -40px !important;
}

.u-ml-pull-200,
.u-mx-pull-200 {
  margin-left: -40px !important;
}

.u-m-auto {
  margin: auto !important;
}

.u-mt-auto,
.u-my-auto {
  margin-top: auto !important;
}

.u-mr-auto,
.u-mx-auto {
  margin-right: auto !important;
}

.u-mb-auto,
.u-my-auto {
  margin-bottom: auto !important;
}

.u-ml-auto,
.u-mx-auto {
  margin-left: auto !important;
}

.u-m-300 {
  margin: 64px !important;
}

.u-mt-300,
.u-my-300 {
  margin-top: 64px !important;
}

.u-mr-300,
.u-mx-300 {
  margin-right: 64px !important;
}

.u-mb-300,
.u-my-300 {
  margin-bottom: 64px !important;
}

.u-ml-300,
.u-mx-300 {
  margin-left: 64px !important;
}

.u-mt-pull-300,
.u-my-pull-300 {
  margin-top: -64px !important;
}

.u-mr-pull-300,
.u-mx-pull-300 {
  margin-right: -64px !important;
}

.u-mb-pull-300,
.u-my-pull-300 {
  margin-bottom: -64px !important;
}

.u-ml-pull-300,
.u-mx-pull-300 {
  margin-left: -64px !important;
}

.u-m-auto {
  margin: auto !important;
}

.u-mt-auto,
.u-my-auto {
  margin-top: auto !important;
}

.u-mr-auto,
.u-mx-auto {
  margin-right: auto !important;
}

.u-mb-auto,
.u-my-auto {
  margin-bottom: auto !important;
}

.u-ml-auto,
.u-mx-auto {
  margin-left: auto !important;
}

.u-m-400 {
  margin: 80px !important;
}

.u-mt-400,
.u-my-400 {
  margin-top: 80px !important;
}

.u-mr-400,
.u-mx-400 {
  margin-right: 80px !important;
}

.u-mb-400,
.u-my-400 {
  margin-bottom: 80px !important;
}

.u-ml-400,
.u-mx-400 {
  margin-left: 80px !important;
}

.u-mt-pull-400,
.u-my-pull-400 {
  margin-top: -80px !important;
}

.u-mr-pull-400,
.u-mx-pull-400 {
  margin-right: -80px !important;
}

.u-mb-pull-400,
.u-my-pull-400 {
  margin-bottom: -80px !important;
}

.u-ml-pull-400,
.u-mx-pull-400 {
  margin-left: -80px !important;
}

.u-m-auto {
  margin: auto !important;
}

.u-mt-auto,
.u-my-auto {
  margin-top: auto !important;
}

.u-mr-auto,
.u-mx-auto {
  margin-right: auto !important;
}

.u-mb-auto,
.u-my-auto {
  margin-bottom: auto !important;
}

.u-ml-auto,
.u-mx-auto {
  margin-left: auto !important;
}

.u-m-500 {
  margin: 96px !important;
}

.u-mt-500,
.u-my-500 {
  margin-top: 96px !important;
}

.u-mr-500,
.u-mx-500 {
  margin-right: 96px !important;
}

.u-mb-500,
.u-my-500 {
  margin-bottom: 96px !important;
}

.u-ml-500,
.u-mx-500 {
  margin-left: 96px !important;
}

.u-mt-pull-500,
.u-my-pull-500 {
  margin-top: -96px !important;
}

.u-mr-pull-500,
.u-mx-pull-500 {
  margin-right: -96px !important;
}

.u-mb-pull-500,
.u-my-pull-500 {
  margin-bottom: -96px !important;
}

.u-ml-pull-500,
.u-mx-pull-500 {
  margin-left: -96px !important;
}

.u-m-auto {
  margin: auto !important;
}

.u-mt-auto,
.u-my-auto {
  margin-top: auto !important;
}

.u-mr-auto,
.u-mx-auto {
  margin-right: auto !important;
}

.u-mb-auto,
.u-my-auto {
  margin-bottom: auto !important;
}

.u-ml-auto,
.u-mx-auto {
  margin-left: auto !important;
}

.u-p-0 {
  padding: 0 !important;
}

.u-pt-0,
.u-py-0 {
  padding-top: 0 !important;
}

.u-pr-0,
.u-px-0 {
  padding-right: 0 !important;
}

.u-pb-0,
.u-py-0 {
  padding-bottom: 0 !important;
}

.u-pl-0,
.u-px-0 {
  padding-left: 0 !important;
}

.u-mt-pull-0,
.u-my-pull-0 {
  margin-top: -0 !important;
}

.u-mr-pull-0,
.u-mx-pull-0 {
  margin-right: -0 !important;
}

.u-mb-pull-0,
.u-my-pull-0 {
  margin-bottom: -0 !important;
}

.u-ml-pull-0,
.u-mx-pull-0 {
  margin-left: -0 !important;
}

.u-m-auto {
  margin: auto !important;
}

.u-mt-auto,
.u-my-auto {
  margin-top: auto !important;
}

.u-mr-auto,
.u-mx-auto {
  margin-right: auto !important;
}

.u-mb-auto,
.u-my-auto {
  margin-bottom: auto !important;
}

.u-ml-auto,
.u-mx-auto {
  margin-left: auto !important;
}

.u-p-70 {
  padding: 4px !important;
}

.u-pt-70,
.u-py-70 {
  padding-top: 4px !important;
}

.u-pr-70,
.u-px-70 {
  padding-right: 4px !important;
}

.u-pb-70,
.u-py-70 {
  padding-bottom: 4px !important;
}

.u-pl-70,
.u-px-70 {
  padding-left: 4px !important;
}

.u-mt-pull-70,
.u-my-pull-70 {
  margin-top: -4px !important;
}

.u-mr-pull-70,
.u-mx-pull-70 {
  margin-right: -4px !important;
}

.u-mb-pull-70,
.u-my-pull-70 {
  margin-bottom: -4px !important;
}

.u-ml-pull-70,
.u-mx-pull-70 {
  margin-left: -4px !important;
}

.u-m-auto {
  margin: auto !important;
}

.u-mt-auto,
.u-my-auto {
  margin-top: auto !important;
}

.u-mr-auto,
.u-mx-auto {
  margin-right: auto !important;
}

.u-mb-auto,
.u-my-auto {
  margin-bottom: auto !important;
}

.u-ml-auto,
.u-mx-auto {
  margin-left: auto !important;
}

.u-p-80 {
  padding: 8px !important;
}

.u-pt-80,
.u-py-80 {
  padding-top: 8px !important;
}

.u-pr-80,
.u-px-80 {
  padding-right: 8px !important;
}

.u-pb-80,
.u-py-80 {
  padding-bottom: 8px !important;
}

.u-pl-80,
.u-px-80 {
  padding-left: 8px !important;
}

.u-mt-pull-80,
.u-my-pull-80 {
  margin-top: -8px !important;
}

.u-mr-pull-80,
.u-mx-pull-80 {
  margin-right: -8px !important;
}

.u-mb-pull-80,
.u-my-pull-80 {
  margin-bottom: -8px !important;
}

.u-ml-pull-80,
.u-mx-pull-80 {
  margin-left: -8px !important;
}

.u-m-auto {
  margin: auto !important;
}

.u-mt-auto,
.u-my-auto {
  margin-top: auto !important;
}

.u-mr-auto,
.u-mx-auto {
  margin-right: auto !important;
}

.u-mb-auto,
.u-my-auto {
  margin-bottom: auto !important;
}

.u-ml-auto,
.u-mx-auto {
  margin-left: auto !important;
}

.u-p-90 {
  padding: 16px !important;
}

.u-pt-90,
.u-py-90 {
  padding-top: 16px !important;
}

.u-pr-90,
.u-px-90 {
  padding-right: 16px !important;
}

.u-pb-90,
.u-py-90 {
  padding-bottom: 16px !important;
}

.u-pl-90,
.u-px-90 {
  padding-left: 16px !important;
}

.u-mt-pull-90,
.u-my-pull-90 {
  margin-top: -16px !important;
}

.u-mr-pull-90,
.u-mx-pull-90 {
  margin-right: -16px !important;
}

.u-mb-pull-90,
.u-my-pull-90 {
  margin-bottom: -16px !important;
}

.u-ml-pull-90,
.u-mx-pull-90 {
  margin-left: -16px !important;
}

.u-m-auto {
  margin: auto !important;
}

.u-mt-auto,
.u-my-auto {
  margin-top: auto !important;
}

.u-mr-auto,
.u-mx-auto {
  margin-right: auto !important;
}

.u-mb-auto,
.u-my-auto {
  margin-bottom: auto !important;
}

.u-ml-auto,
.u-mx-auto {
  margin-left: auto !important;
}

.u-p-100 {
  padding: 24px !important;
}

.u-pt-100,
.u-py-100 {
  padding-top: 24px !important;
}

.u-pr-100,
.u-px-100 {
  padding-right: 24px !important;
}

.u-pb-100,
.u-py-100 {
  padding-bottom: 24px !important;
}

.u-pl-100,
.u-px-100 {
  padding-left: 24px !important;
}

.u-mt-pull-100,
.u-my-pull-100 {
  margin-top: -24px !important;
}

.u-mr-pull-100,
.u-mx-pull-100 {
  margin-right: -24px !important;
}

.u-mb-pull-100,
.u-my-pull-100 {
  margin-bottom: -24px !important;
}

.u-ml-pull-100,
.u-mx-pull-100 {
  margin-left: -24px !important;
}

.u-m-auto {
  margin: auto !important;
}

.u-mt-auto,
.u-my-auto {
  margin-top: auto !important;
}

.u-mr-auto,
.u-mx-auto {
  margin-right: auto !important;
}

.u-mb-auto,
.u-my-auto {
  margin-bottom: auto !important;
}

.u-ml-auto,
.u-mx-auto {
  margin-left: auto !important;
}

.u-p-200 {
  padding: 40px !important;
}

.u-pt-200,
.u-py-200 {
  padding-top: 40px !important;
}

.u-pr-200,
.u-px-200 {
  padding-right: 40px !important;
}

.u-pb-200,
.u-py-200 {
  padding-bottom: 40px !important;
}

.u-pl-200,
.u-px-200 {
  padding-left: 40px !important;
}

.u-mt-pull-200,
.u-my-pull-200 {
  margin-top: -40px !important;
}

.u-mr-pull-200,
.u-mx-pull-200 {
  margin-right: -40px !important;
}

.u-mb-pull-200,
.u-my-pull-200 {
  margin-bottom: -40px !important;
}

.u-ml-pull-200,
.u-mx-pull-200 {
  margin-left: -40px !important;
}

.u-m-auto {
  margin: auto !important;
}

.u-mt-auto,
.u-my-auto {
  margin-top: auto !important;
}

.u-mr-auto,
.u-mx-auto {
  margin-right: auto !important;
}

.u-mb-auto,
.u-my-auto {
  margin-bottom: auto !important;
}

.u-ml-auto,
.u-mx-auto {
  margin-left: auto !important;
}

.u-p-300 {
  padding: 64px !important;
}

.u-pt-300,
.u-py-300 {
  padding-top: 64px !important;
}

.u-pr-300,
.u-px-300 {
  padding-right: 64px !important;
}

.u-pb-300,
.u-py-300 {
  padding-bottom: 64px !important;
}

.u-pl-300,
.u-px-300 {
  padding-left: 64px !important;
}

.u-mt-pull-300,
.u-my-pull-300 {
  margin-top: -64px !important;
}

.u-mr-pull-300,
.u-mx-pull-300 {
  margin-right: -64px !important;
}

.u-mb-pull-300,
.u-my-pull-300 {
  margin-bottom: -64px !important;
}

.u-ml-pull-300,
.u-mx-pull-300 {
  margin-left: -64px !important;
}

.u-m-auto {
  margin: auto !important;
}

.u-mt-auto,
.u-my-auto {
  margin-top: auto !important;
}

.u-mr-auto,
.u-mx-auto {
  margin-right: auto !important;
}

.u-mb-auto,
.u-my-auto {
  margin-bottom: auto !important;
}

.u-ml-auto,
.u-mx-auto {
  margin-left: auto !important;
}

.u-p-400 {
  padding: 80px !important;
}

.u-pt-400,
.u-py-400 {
  padding-top: 80px !important;
}

.u-pr-400,
.u-px-400 {
  padding-right: 80px !important;
}

.u-pb-400,
.u-py-400 {
  padding-bottom: 80px !important;
}

.u-pl-400,
.u-px-400 {
  padding-left: 80px !important;
}

.u-mt-pull-400,
.u-my-pull-400 {
  margin-top: -80px !important;
}

.u-mr-pull-400,
.u-mx-pull-400 {
  margin-right: -80px !important;
}

.u-mb-pull-400,
.u-my-pull-400 {
  margin-bottom: -80px !important;
}

.u-ml-pull-400,
.u-mx-pull-400 {
  margin-left: -80px !important;
}

.u-m-auto {
  margin: auto !important;
}

.u-mt-auto,
.u-my-auto {
  margin-top: auto !important;
}

.u-mr-auto,
.u-mx-auto {
  margin-right: auto !important;
}

.u-mb-auto,
.u-my-auto {
  margin-bottom: auto !important;
}

.u-ml-auto,
.u-mx-auto {
  margin-left: auto !important;
}

.u-p-500 {
  padding: 96px !important;
}

.u-pt-500,
.u-py-500 {
  padding-top: 96px !important;
}

.u-pr-500,
.u-px-500 {
  padding-right: 96px !important;
}

.u-pb-500,
.u-py-500 {
  padding-bottom: 96px !important;
}

.u-pl-500,
.u-px-500 {
  padding-left: 96px !important;
}

.u-mt-pull-500,
.u-my-pull-500 {
  margin-top: -96px !important;
}

.u-mr-pull-500,
.u-mx-pull-500 {
  margin-right: -96px !important;
}

.u-mb-pull-500,
.u-my-pull-500 {
  margin-bottom: -96px !important;
}

.u-ml-pull-500,
.u-mx-pull-500 {
  margin-left: -96px !important;
}

.u-m-auto {
  margin: auto !important;
}

.u-mt-auto,
.u-my-auto {
  margin-top: auto !important;
}

.u-mr-auto,
.u-mx-auto {
  margin-right: auto !important;
}

.u-mb-auto,
.u-my-auto {
  margin-bottom: auto !important;
}

.u-ml-auto,
.u-mx-auto {
  margin-left: auto !important;
}

@media (min-width: 441px) {
  .u-m-0-hand {
    margin: 0 !important;
  }
  .u-mt-0-hand,
  .u-my-0-hand {
    margin-top: 0 !important;
  }
  .u-mr-0-hand,
  .u-mx-0-hand {
    margin-right: 0 !important;
  }
  .u-mb-0-hand,
  .u-my-0-hand {
    margin-bottom: 0 !important;
  }
  .u-ml-0-hand,
  .u-mx-0-hand {
    margin-left: 0 !important;
  }
  .u-mt-pull-0-hand,
  .u-my-pull-0-hand {
    margin-top: -0 !important;
  }
  .u-mr-pull-0-hand,
  .u-mx-pull-0-hand {
    margin-right: -0 !important;
  }
  .u-mb-pull-0-hand,
  .u-my-pull-0-hand {
    margin-bottom: -0 !important;
  }
  .u-ml-pull-0-hand,
  .u-mx-pull-0-hand {
    margin-left: -0 !important;
  }
  .u-m-auto-hand {
    margin: auto !important;
  }
  .u-mt-auto-hand,
  .u-my-auto-hand {
    margin-top: auto !important;
  }
  .u-mr-auto-hand,
  .u-mx-auto-hand {
    margin-right: auto !important;
  }
  .u-mb-auto-hand,
  .u-my-auto-hand {
    margin-bottom: auto !important;
  }
  .u-ml-auto-hand,
  .u-mx-auto-hand {
    margin-left: auto !important;
  }
  .u-m-70-hand {
    margin: 4px !important;
  }
  .u-mt-70-hand,
  .u-my-70-hand {
    margin-top: 4px !important;
  }
  .u-mr-70-hand,
  .u-mx-70-hand {
    margin-right: 4px !important;
  }
  .u-mb-70-hand,
  .u-my-70-hand {
    margin-bottom: 4px !important;
  }
  .u-ml-70-hand,
  .u-mx-70-hand {
    margin-left: 4px !important;
  }
  .u-mt-pull-70-hand,
  .u-my-pull-70-hand {
    margin-top: -4px !important;
  }
  .u-mr-pull-70-hand,
  .u-mx-pull-70-hand {
    margin-right: -4px !important;
  }
  .u-mb-pull-70-hand,
  .u-my-pull-70-hand {
    margin-bottom: -4px !important;
  }
  .u-ml-pull-70-hand,
  .u-mx-pull-70-hand {
    margin-left: -4px !important;
  }
  .u-m-auto-hand {
    margin: auto !important;
  }
  .u-mt-auto-hand,
  .u-my-auto-hand {
    margin-top: auto !important;
  }
  .u-mr-auto-hand,
  .u-mx-auto-hand {
    margin-right: auto !important;
  }
  .u-mb-auto-hand,
  .u-my-auto-hand {
    margin-bottom: auto !important;
  }
  .u-ml-auto-hand,
  .u-mx-auto-hand {
    margin-left: auto !important;
  }
  .u-m-80-hand {
    margin: 8px !important;
  }
  .u-mt-80-hand,
  .u-my-80-hand {
    margin-top: 8px !important;
  }
  .u-mr-80-hand,
  .u-mx-80-hand {
    margin-right: 8px !important;
  }
  .u-mb-80-hand,
  .u-my-80-hand {
    margin-bottom: 8px !important;
  }
  .u-ml-80-hand,
  .u-mx-80-hand {
    margin-left: 8px !important;
  }
  .u-mt-pull-80-hand,
  .u-my-pull-80-hand {
    margin-top: -8px !important;
  }
  .u-mr-pull-80-hand,
  .u-mx-pull-80-hand {
    margin-right: -8px !important;
  }
  .u-mb-pull-80-hand,
  .u-my-pull-80-hand {
    margin-bottom: -8px !important;
  }
  .u-ml-pull-80-hand,
  .u-mx-pull-80-hand {
    margin-left: -8px !important;
  }
  .u-m-auto-hand {
    margin: auto !important;
  }
  .u-mt-auto-hand,
  .u-my-auto-hand {
    margin-top: auto !important;
  }
  .u-mr-auto-hand,
  .u-mx-auto-hand {
    margin-right: auto !important;
  }
  .u-mb-auto-hand,
  .u-my-auto-hand {
    margin-bottom: auto !important;
  }
  .u-ml-auto-hand,
  .u-mx-auto-hand {
    margin-left: auto !important;
  }
  .u-m-90-hand {
    margin: 16px !important;
  }
  .u-mt-90-hand,
  .u-my-90-hand {
    margin-top: 16px !important;
  }
  .u-mr-90-hand,
  .u-mx-90-hand {
    margin-right: 16px !important;
  }
  .u-mb-90-hand,
  .u-my-90-hand {
    margin-bottom: 16px !important;
  }
  .u-ml-90-hand,
  .u-mx-90-hand {
    margin-left: 16px !important;
  }
  .u-mt-pull-90-hand,
  .u-my-pull-90-hand {
    margin-top: -16px !important;
  }
  .u-mr-pull-90-hand,
  .u-mx-pull-90-hand {
    margin-right: -16px !important;
  }
  .u-mb-pull-90-hand,
  .u-my-pull-90-hand {
    margin-bottom: -16px !important;
  }
  .u-ml-pull-90-hand,
  .u-mx-pull-90-hand {
    margin-left: -16px !important;
  }
  .u-m-auto-hand {
    margin: auto !important;
  }
  .u-mt-auto-hand,
  .u-my-auto-hand {
    margin-top: auto !important;
  }
  .u-mr-auto-hand,
  .u-mx-auto-hand {
    margin-right: auto !important;
  }
  .u-mb-auto-hand,
  .u-my-auto-hand {
    margin-bottom: auto !important;
  }
  .u-ml-auto-hand,
  .u-mx-auto-hand {
    margin-left: auto !important;
  }
  .u-m-100-hand {
    margin: 24px !important;
  }
  .u-mt-100-hand,
  .u-my-100-hand {
    margin-top: 24px !important;
  }
  .u-mr-100-hand,
  .u-mx-100-hand {
    margin-right: 24px !important;
  }
  .u-mb-100-hand,
  .u-my-100-hand {
    margin-bottom: 24px !important;
  }
  .u-ml-100-hand,
  .u-mx-100-hand {
    margin-left: 24px !important;
  }
  .u-mt-pull-100-hand,
  .u-my-pull-100-hand {
    margin-top: -24px !important;
  }
  .u-mr-pull-100-hand,
  .u-mx-pull-100-hand {
    margin-right: -24px !important;
  }
  .u-mb-pull-100-hand,
  .u-my-pull-100-hand {
    margin-bottom: -24px !important;
  }
  .u-ml-pull-100-hand,
  .u-mx-pull-100-hand {
    margin-left: -24px !important;
  }
  .u-m-auto-hand {
    margin: auto !important;
  }
  .u-mt-auto-hand,
  .u-my-auto-hand {
    margin-top: auto !important;
  }
  .u-mr-auto-hand,
  .u-mx-auto-hand {
    margin-right: auto !important;
  }
  .u-mb-auto-hand,
  .u-my-auto-hand {
    margin-bottom: auto !important;
  }
  .u-ml-auto-hand,
  .u-mx-auto-hand {
    margin-left: auto !important;
  }
  .u-m-200-hand {
    margin: 40px !important;
  }
  .u-mt-200-hand,
  .u-my-200-hand {
    margin-top: 40px !important;
  }
  .u-mr-200-hand,
  .u-mx-200-hand {
    margin-right: 40px !important;
  }
  .u-mb-200-hand,
  .u-my-200-hand {
    margin-bottom: 40px !important;
  }
  .u-ml-200-hand,
  .u-mx-200-hand {
    margin-left: 40px !important;
  }
  .u-mt-pull-200-hand,
  .u-my-pull-200-hand {
    margin-top: -40px !important;
  }
  .u-mr-pull-200-hand,
  .u-mx-pull-200-hand {
    margin-right: -40px !important;
  }
  .u-mb-pull-200-hand,
  .u-my-pull-200-hand {
    margin-bottom: -40px !important;
  }
  .u-ml-pull-200-hand,
  .u-mx-pull-200-hand {
    margin-left: -40px !important;
  }
  .u-m-auto-hand {
    margin: auto !important;
  }
  .u-mt-auto-hand,
  .u-my-auto-hand {
    margin-top: auto !important;
  }
  .u-mr-auto-hand,
  .u-mx-auto-hand {
    margin-right: auto !important;
  }
  .u-mb-auto-hand,
  .u-my-auto-hand {
    margin-bottom: auto !important;
  }
  .u-ml-auto-hand,
  .u-mx-auto-hand {
    margin-left: auto !important;
  }
  .u-m-300-hand {
    margin: 64px !important;
  }
  .u-mt-300-hand,
  .u-my-300-hand {
    margin-top: 64px !important;
  }
  .u-mr-300-hand,
  .u-mx-300-hand {
    margin-right: 64px !important;
  }
  .u-mb-300-hand,
  .u-my-300-hand {
    margin-bottom: 64px !important;
  }
  .u-ml-300-hand,
  .u-mx-300-hand {
    margin-left: 64px !important;
  }
  .u-mt-pull-300-hand,
  .u-my-pull-300-hand {
    margin-top: -64px !important;
  }
  .u-mr-pull-300-hand,
  .u-mx-pull-300-hand {
    margin-right: -64px !important;
  }
  .u-mb-pull-300-hand,
  .u-my-pull-300-hand {
    margin-bottom: -64px !important;
  }
  .u-ml-pull-300-hand,
  .u-mx-pull-300-hand {
    margin-left: -64px !important;
  }
  .u-m-auto-hand {
    margin: auto !important;
  }
  .u-mt-auto-hand,
  .u-my-auto-hand {
    margin-top: auto !important;
  }
  .u-mr-auto-hand,
  .u-mx-auto-hand {
    margin-right: auto !important;
  }
  .u-mb-auto-hand,
  .u-my-auto-hand {
    margin-bottom: auto !important;
  }
  .u-ml-auto-hand,
  .u-mx-auto-hand {
    margin-left: auto !important;
  }
  .u-m-400-hand {
    margin: 80px !important;
  }
  .u-mt-400-hand,
  .u-my-400-hand {
    margin-top: 80px !important;
  }
  .u-mr-400-hand,
  .u-mx-400-hand {
    margin-right: 80px !important;
  }
  .u-mb-400-hand,
  .u-my-400-hand {
    margin-bottom: 80px !important;
  }
  .u-ml-400-hand,
  .u-mx-400-hand {
    margin-left: 80px !important;
  }
  .u-mt-pull-400-hand,
  .u-my-pull-400-hand {
    margin-top: -80px !important;
  }
  .u-mr-pull-400-hand,
  .u-mx-pull-400-hand {
    margin-right: -80px !important;
  }
  .u-mb-pull-400-hand,
  .u-my-pull-400-hand {
    margin-bottom: -80px !important;
  }
  .u-ml-pull-400-hand,
  .u-mx-pull-400-hand {
    margin-left: -80px !important;
  }
  .u-m-auto-hand {
    margin: auto !important;
  }
  .u-mt-auto-hand,
  .u-my-auto-hand {
    margin-top: auto !important;
  }
  .u-mr-auto-hand,
  .u-mx-auto-hand {
    margin-right: auto !important;
  }
  .u-mb-auto-hand,
  .u-my-auto-hand {
    margin-bottom: auto !important;
  }
  .u-ml-auto-hand,
  .u-mx-auto-hand {
    margin-left: auto !important;
  }
  .u-m-500-hand {
    margin: 96px !important;
  }
  .u-mt-500-hand,
  .u-my-500-hand {
    margin-top: 96px !important;
  }
  .u-mr-500-hand,
  .u-mx-500-hand {
    margin-right: 96px !important;
  }
  .u-mb-500-hand,
  .u-my-500-hand {
    margin-bottom: 96px !important;
  }
  .u-ml-500-hand,
  .u-mx-500-hand {
    margin-left: 96px !important;
  }
  .u-mt-pull-500-hand,
  .u-my-pull-500-hand {
    margin-top: -96px !important;
  }
  .u-mr-pull-500-hand,
  .u-mx-pull-500-hand {
    margin-right: -96px !important;
  }
  .u-mb-pull-500-hand,
  .u-my-pull-500-hand {
    margin-bottom: -96px !important;
  }
  .u-ml-pull-500-hand,
  .u-mx-pull-500-hand {
    margin-left: -96px !important;
  }
  .u-m-auto-hand {
    margin: auto !important;
  }
  .u-mt-auto-hand,
  .u-my-auto-hand {
    margin-top: auto !important;
  }
  .u-mr-auto-hand,
  .u-mx-auto-hand {
    margin-right: auto !important;
  }
  .u-mb-auto-hand,
  .u-my-auto-hand {
    margin-bottom: auto !important;
  }
  .u-ml-auto-hand,
  .u-mx-auto-hand {
    margin-left: auto !important;
  }
  .u-p-0-hand {
    padding: 0 !important;
  }
  .u-pt-0-hand,
  .u-py-0-hand {
    padding-top: 0 !important;
  }
  .u-pr-0-hand,
  .u-px-0-hand {
    padding-right: 0 !important;
  }
  .u-pb-0-hand,
  .u-py-0-hand {
    padding-bottom: 0 !important;
  }
  .u-pl-0-hand,
  .u-px-0-hand {
    padding-left: 0 !important;
  }
  .u-mt-pull-0-hand,
  .u-my-pull-0-hand {
    margin-top: -0 !important;
  }
  .u-mr-pull-0-hand,
  .u-mx-pull-0-hand {
    margin-right: -0 !important;
  }
  .u-mb-pull-0-hand,
  .u-my-pull-0-hand {
    margin-bottom: -0 !important;
  }
  .u-ml-pull-0-hand,
  .u-mx-pull-0-hand {
    margin-left: -0 !important;
  }
  .u-m-auto-hand {
    margin: auto !important;
  }
  .u-mt-auto-hand,
  .u-my-auto-hand {
    margin-top: auto !important;
  }
  .u-mr-auto-hand,
  .u-mx-auto-hand {
    margin-right: auto !important;
  }
  .u-mb-auto-hand,
  .u-my-auto-hand {
    margin-bottom: auto !important;
  }
  .u-ml-auto-hand,
  .u-mx-auto-hand {
    margin-left: auto !important;
  }
  .u-p-70-hand {
    padding: 4px !important;
  }
  .u-pt-70-hand,
  .u-py-70-hand {
    padding-top: 4px !important;
  }
  .u-pr-70-hand,
  .u-px-70-hand {
    padding-right: 4px !important;
  }
  .u-pb-70-hand,
  .u-py-70-hand {
    padding-bottom: 4px !important;
  }
  .u-pl-70-hand,
  .u-px-70-hand {
    padding-left: 4px !important;
  }
  .u-mt-pull-70-hand,
  .u-my-pull-70-hand {
    margin-top: -4px !important;
  }
  .u-mr-pull-70-hand,
  .u-mx-pull-70-hand {
    margin-right: -4px !important;
  }
  .u-mb-pull-70-hand,
  .u-my-pull-70-hand {
    margin-bottom: -4px !important;
  }
  .u-ml-pull-70-hand,
  .u-mx-pull-70-hand {
    margin-left: -4px !important;
  }
  .u-m-auto-hand {
    margin: auto !important;
  }
  .u-mt-auto-hand,
  .u-my-auto-hand {
    margin-top: auto !important;
  }
  .u-mr-auto-hand,
  .u-mx-auto-hand {
    margin-right: auto !important;
  }
  .u-mb-auto-hand,
  .u-my-auto-hand {
    margin-bottom: auto !important;
  }
  .u-ml-auto-hand,
  .u-mx-auto-hand {
    margin-left: auto !important;
  }
  .u-p-80-hand {
    padding: 8px !important;
  }
  .u-pt-80-hand,
  .u-py-80-hand {
    padding-top: 8px !important;
  }
  .u-pr-80-hand,
  .u-px-80-hand {
    padding-right: 8px !important;
  }
  .u-pb-80-hand,
  .u-py-80-hand {
    padding-bottom: 8px !important;
  }
  .u-pl-80-hand,
  .u-px-80-hand {
    padding-left: 8px !important;
  }
  .u-mt-pull-80-hand,
  .u-my-pull-80-hand {
    margin-top: -8px !important;
  }
  .u-mr-pull-80-hand,
  .u-mx-pull-80-hand {
    margin-right: -8px !important;
  }
  .u-mb-pull-80-hand,
  .u-my-pull-80-hand {
    margin-bottom: -8px !important;
  }
  .u-ml-pull-80-hand,
  .u-mx-pull-80-hand {
    margin-left: -8px !important;
  }
  .u-m-auto-hand {
    margin: auto !important;
  }
  .u-mt-auto-hand,
  .u-my-auto-hand {
    margin-top: auto !important;
  }
  .u-mr-auto-hand,
  .u-mx-auto-hand {
    margin-right: auto !important;
  }
  .u-mb-auto-hand,
  .u-my-auto-hand {
    margin-bottom: auto !important;
  }
  .u-ml-auto-hand,
  .u-mx-auto-hand {
    margin-left: auto !important;
  }
  .u-p-90-hand {
    padding: 16px !important;
  }
  .u-pt-90-hand,
  .u-py-90-hand {
    padding-top: 16px !important;
  }
  .u-pr-90-hand,
  .u-px-90-hand {
    padding-right: 16px !important;
  }
  .u-pb-90-hand,
  .u-py-90-hand {
    padding-bottom: 16px !important;
  }
  .u-pl-90-hand,
  .u-px-90-hand {
    padding-left: 16px !important;
  }
  .u-mt-pull-90-hand,
  .u-my-pull-90-hand {
    margin-top: -16px !important;
  }
  .u-mr-pull-90-hand,
  .u-mx-pull-90-hand {
    margin-right: -16px !important;
  }
  .u-mb-pull-90-hand,
  .u-my-pull-90-hand {
    margin-bottom: -16px !important;
  }
  .u-ml-pull-90-hand,
  .u-mx-pull-90-hand {
    margin-left: -16px !important;
  }
  .u-m-auto-hand {
    margin: auto !important;
  }
  .u-mt-auto-hand,
  .u-my-auto-hand {
    margin-top: auto !important;
  }
  .u-mr-auto-hand,
  .u-mx-auto-hand {
    margin-right: auto !important;
  }
  .u-mb-auto-hand,
  .u-my-auto-hand {
    margin-bottom: auto !important;
  }
  .u-ml-auto-hand,
  .u-mx-auto-hand {
    margin-left: auto !important;
  }
  .u-p-100-hand {
    padding: 24px !important;
  }
  .u-pt-100-hand,
  .u-py-100-hand {
    padding-top: 24px !important;
  }
  .u-pr-100-hand,
  .u-px-100-hand {
    padding-right: 24px !important;
  }
  .u-pb-100-hand,
  .u-py-100-hand {
    padding-bottom: 24px !important;
  }
  .u-pl-100-hand,
  .u-px-100-hand {
    padding-left: 24px !important;
  }
  .u-mt-pull-100-hand,
  .u-my-pull-100-hand {
    margin-top: -24px !important;
  }
  .u-mr-pull-100-hand,
  .u-mx-pull-100-hand {
    margin-right: -24px !important;
  }
  .u-mb-pull-100-hand,
  .u-my-pull-100-hand {
    margin-bottom: -24px !important;
  }
  .u-ml-pull-100-hand,
  .u-mx-pull-100-hand {
    margin-left: -24px !important;
  }
  .u-m-auto-hand {
    margin: auto !important;
  }
  .u-mt-auto-hand,
  .u-my-auto-hand {
    margin-top: auto !important;
  }
  .u-mr-auto-hand,
  .u-mx-auto-hand {
    margin-right: auto !important;
  }
  .u-mb-auto-hand,
  .u-my-auto-hand {
    margin-bottom: auto !important;
  }
  .u-ml-auto-hand,
  .u-mx-auto-hand {
    margin-left: auto !important;
  }
  .u-p-200-hand {
    padding: 40px !important;
  }
  .u-pt-200-hand,
  .u-py-200-hand {
    padding-top: 40px !important;
  }
  .u-pr-200-hand,
  .u-px-200-hand {
    padding-right: 40px !important;
  }
  .u-pb-200-hand,
  .u-py-200-hand {
    padding-bottom: 40px !important;
  }
  .u-pl-200-hand,
  .u-px-200-hand {
    padding-left: 40px !important;
  }
  .u-mt-pull-200-hand,
  .u-my-pull-200-hand {
    margin-top: -40px !important;
  }
  .u-mr-pull-200-hand,
  .u-mx-pull-200-hand {
    margin-right: -40px !important;
  }
  .u-mb-pull-200-hand,
  .u-my-pull-200-hand {
    margin-bottom: -40px !important;
  }
  .u-ml-pull-200-hand,
  .u-mx-pull-200-hand {
    margin-left: -40px !important;
  }
  .u-m-auto-hand {
    margin: auto !important;
  }
  .u-mt-auto-hand,
  .u-my-auto-hand {
    margin-top: auto !important;
  }
  .u-mr-auto-hand,
  .u-mx-auto-hand {
    margin-right: auto !important;
  }
  .u-mb-auto-hand,
  .u-my-auto-hand {
    margin-bottom: auto !important;
  }
  .u-ml-auto-hand,
  .u-mx-auto-hand {
    margin-left: auto !important;
  }
  .u-p-300-hand {
    padding: 64px !important;
  }
  .u-pt-300-hand,
  .u-py-300-hand {
    padding-top: 64px !important;
  }
  .u-pr-300-hand,
  .u-px-300-hand {
    padding-right: 64px !important;
  }
  .u-pb-300-hand,
  .u-py-300-hand {
    padding-bottom: 64px !important;
  }
  .u-pl-300-hand,
  .u-px-300-hand {
    padding-left: 64px !important;
  }
  .u-mt-pull-300-hand,
  .u-my-pull-300-hand {
    margin-top: -64px !important;
  }
  .u-mr-pull-300-hand,
  .u-mx-pull-300-hand {
    margin-right: -64px !important;
  }
  .u-mb-pull-300-hand,
  .u-my-pull-300-hand {
    margin-bottom: -64px !important;
  }
  .u-ml-pull-300-hand,
  .u-mx-pull-300-hand {
    margin-left: -64px !important;
  }
  .u-m-auto-hand {
    margin: auto !important;
  }
  .u-mt-auto-hand,
  .u-my-auto-hand {
    margin-top: auto !important;
  }
  .u-mr-auto-hand,
  .u-mx-auto-hand {
    margin-right: auto !important;
  }
  .u-mb-auto-hand,
  .u-my-auto-hand {
    margin-bottom: auto !important;
  }
  .u-ml-auto-hand,
  .u-mx-auto-hand {
    margin-left: auto !important;
  }
  .u-p-400-hand {
    padding: 80px !important;
  }
  .u-pt-400-hand,
  .u-py-400-hand {
    padding-top: 80px !important;
  }
  .u-pr-400-hand,
  .u-px-400-hand {
    padding-right: 80px !important;
  }
  .u-pb-400-hand,
  .u-py-400-hand {
    padding-bottom: 80px !important;
  }
  .u-pl-400-hand,
  .u-px-400-hand {
    padding-left: 80px !important;
  }
  .u-mt-pull-400-hand,
  .u-my-pull-400-hand {
    margin-top: -80px !important;
  }
  .u-mr-pull-400-hand,
  .u-mx-pull-400-hand {
    margin-right: -80px !important;
  }
  .u-mb-pull-400-hand,
  .u-my-pull-400-hand {
    margin-bottom: -80px !important;
  }
  .u-ml-pull-400-hand,
  .u-mx-pull-400-hand {
    margin-left: -80px !important;
  }
  .u-m-auto-hand {
    margin: auto !important;
  }
  .u-mt-auto-hand,
  .u-my-auto-hand {
    margin-top: auto !important;
  }
  .u-mr-auto-hand,
  .u-mx-auto-hand {
    margin-right: auto !important;
  }
  .u-mb-auto-hand,
  .u-my-auto-hand {
    margin-bottom: auto !important;
  }
  .u-ml-auto-hand,
  .u-mx-auto-hand {
    margin-left: auto !important;
  }
  .u-p-500-hand {
    padding: 96px !important;
  }
  .u-pt-500-hand,
  .u-py-500-hand {
    padding-top: 96px !important;
  }
  .u-pr-500-hand,
  .u-px-500-hand {
    padding-right: 96px !important;
  }
  .u-pb-500-hand,
  .u-py-500-hand {
    padding-bottom: 96px !important;
  }
  .u-pl-500-hand,
  .u-px-500-hand {
    padding-left: 96px !important;
  }
  .u-mt-pull-500-hand,
  .u-my-pull-500-hand {
    margin-top: -96px !important;
  }
  .u-mr-pull-500-hand,
  .u-mx-pull-500-hand {
    margin-right: -96px !important;
  }
  .u-mb-pull-500-hand,
  .u-my-pull-500-hand {
    margin-bottom: -96px !important;
  }
  .u-ml-pull-500-hand,
  .u-mx-pull-500-hand {
    margin-left: -96px !important;
  }
  .u-m-auto-hand {
    margin: auto !important;
  }
  .u-mt-auto-hand,
  .u-my-auto-hand {
    margin-top: auto !important;
  }
  .u-mr-auto-hand,
  .u-mx-auto-hand {
    margin-right: auto !important;
  }
  .u-mb-auto-hand,
  .u-my-auto-hand {
    margin-bottom: auto !important;
  }
  .u-ml-auto-hand,
  .u-mx-auto-hand {
    margin-left: auto !important;
  }
}

@media (min-width: 681px) {
  .u-m-0-lap {
    margin: 0 !important;
  }
  .u-mt-0-lap,
  .u-my-0-lap {
    margin-top: 0 !important;
  }
  .u-mr-0-lap,
  .u-mx-0-lap {
    margin-right: 0 !important;
  }
  .u-mb-0-lap,
  .u-my-0-lap {
    margin-bottom: 0 !important;
  }
  .u-ml-0-lap,
  .u-mx-0-lap {
    margin-left: 0 !important;
  }
  .u-mt-pull-0-lap,
  .u-my-pull-0-lap {
    margin-top: -0 !important;
  }
  .u-mr-pull-0-lap,
  .u-mx-pull-0-lap {
    margin-right: -0 !important;
  }
  .u-mb-pull-0-lap,
  .u-my-pull-0-lap {
    margin-bottom: -0 !important;
  }
  .u-ml-pull-0-lap,
  .u-mx-pull-0-lap {
    margin-left: -0 !important;
  }
  .u-m-auto-lap {
    margin: auto !important;
  }
  .u-mt-auto-lap,
  .u-my-auto-lap {
    margin-top: auto !important;
  }
  .u-mr-auto-lap,
  .u-mx-auto-lap {
    margin-right: auto !important;
  }
  .u-mb-auto-lap,
  .u-my-auto-lap {
    margin-bottom: auto !important;
  }
  .u-ml-auto-lap,
  .u-mx-auto-lap {
    margin-left: auto !important;
  }
  .u-m-70-lap {
    margin: 4px !important;
  }
  .u-mt-70-lap,
  .u-my-70-lap {
    margin-top: 4px !important;
  }
  .u-mr-70-lap,
  .u-mx-70-lap {
    margin-right: 4px !important;
  }
  .u-mb-70-lap,
  .u-my-70-lap {
    margin-bottom: 4px !important;
  }
  .u-ml-70-lap,
  .u-mx-70-lap {
    margin-left: 4px !important;
  }
  .u-mt-pull-70-lap,
  .u-my-pull-70-lap {
    margin-top: -4px !important;
  }
  .u-mr-pull-70-lap,
  .u-mx-pull-70-lap {
    margin-right: -4px !important;
  }
  .u-mb-pull-70-lap,
  .u-my-pull-70-lap {
    margin-bottom: -4px !important;
  }
  .u-ml-pull-70-lap,
  .u-mx-pull-70-lap {
    margin-left: -4px !important;
  }
  .u-m-auto-lap {
    margin: auto !important;
  }
  .u-mt-auto-lap,
  .u-my-auto-lap {
    margin-top: auto !important;
  }
  .u-mr-auto-lap,
  .u-mx-auto-lap {
    margin-right: auto !important;
  }
  .u-mb-auto-lap,
  .u-my-auto-lap {
    margin-bottom: auto !important;
  }
  .u-ml-auto-lap,
  .u-mx-auto-lap {
    margin-left: auto !important;
  }
  .u-m-80-lap {
    margin: 8px !important;
  }
  .u-mt-80-lap,
  .u-my-80-lap {
    margin-top: 8px !important;
  }
  .u-mr-80-lap,
  .u-mx-80-lap {
    margin-right: 8px !important;
  }
  .u-mb-80-lap,
  .u-my-80-lap {
    margin-bottom: 8px !important;
  }
  .u-ml-80-lap,
  .u-mx-80-lap {
    margin-left: 8px !important;
  }
  .u-mt-pull-80-lap,
  .u-my-pull-80-lap {
    margin-top: -8px !important;
  }
  .u-mr-pull-80-lap,
  .u-mx-pull-80-lap {
    margin-right: -8px !important;
  }
  .u-mb-pull-80-lap,
  .u-my-pull-80-lap {
    margin-bottom: -8px !important;
  }
  .u-ml-pull-80-lap,
  .u-mx-pull-80-lap {
    margin-left: -8px !important;
  }
  .u-m-auto-lap {
    margin: auto !important;
  }
  .u-mt-auto-lap,
  .u-my-auto-lap {
    margin-top: auto !important;
  }
  .u-mr-auto-lap,
  .u-mx-auto-lap {
    margin-right: auto !important;
  }
  .u-mb-auto-lap,
  .u-my-auto-lap {
    margin-bottom: auto !important;
  }
  .u-ml-auto-lap,
  .u-mx-auto-lap {
    margin-left: auto !important;
  }
  .u-m-90-lap {
    margin: 16px !important;
  }
  .u-mt-90-lap,
  .u-my-90-lap {
    margin-top: 16px !important;
  }
  .u-mr-90-lap,
  .u-mx-90-lap {
    margin-right: 16px !important;
  }
  .u-mb-90-lap,
  .u-my-90-lap {
    margin-bottom: 16px !important;
  }
  .u-ml-90-lap,
  .u-mx-90-lap {
    margin-left: 16px !important;
  }
  .u-mt-pull-90-lap,
  .u-my-pull-90-lap {
    margin-top: -16px !important;
  }
  .u-mr-pull-90-lap,
  .u-mx-pull-90-lap {
    margin-right: -16px !important;
  }
  .u-mb-pull-90-lap,
  .u-my-pull-90-lap {
    margin-bottom: -16px !important;
  }
  .u-ml-pull-90-lap,
  .u-mx-pull-90-lap {
    margin-left: -16px !important;
  }
  .u-m-auto-lap {
    margin: auto !important;
  }
  .u-mt-auto-lap,
  .u-my-auto-lap {
    margin-top: auto !important;
  }
  .u-mr-auto-lap,
  .u-mx-auto-lap {
    margin-right: auto !important;
  }
  .u-mb-auto-lap,
  .u-my-auto-lap {
    margin-bottom: auto !important;
  }
  .u-ml-auto-lap,
  .u-mx-auto-lap {
    margin-left: auto !important;
  }
  .u-m-100-lap {
    margin: 24px !important;
  }
  .u-mt-100-lap,
  .u-my-100-lap {
    margin-top: 24px !important;
  }
  .u-mr-100-lap,
  .u-mx-100-lap {
    margin-right: 24px !important;
  }
  .u-mb-100-lap,
  .u-my-100-lap {
    margin-bottom: 24px !important;
  }
  .u-ml-100-lap,
  .u-mx-100-lap {
    margin-left: 24px !important;
  }
  .u-mt-pull-100-lap,
  .u-my-pull-100-lap {
    margin-top: -24px !important;
  }
  .u-mr-pull-100-lap,
  .u-mx-pull-100-lap {
    margin-right: -24px !important;
  }
  .u-mb-pull-100-lap,
  .u-my-pull-100-lap {
    margin-bottom: -24px !important;
  }
  .u-ml-pull-100-lap,
  .u-mx-pull-100-lap {
    margin-left: -24px !important;
  }
  .u-m-auto-lap {
    margin: auto !important;
  }
  .u-mt-auto-lap,
  .u-my-auto-lap {
    margin-top: auto !important;
  }
  .u-mr-auto-lap,
  .u-mx-auto-lap {
    margin-right: auto !important;
  }
  .u-mb-auto-lap,
  .u-my-auto-lap {
    margin-bottom: auto !important;
  }
  .u-ml-auto-lap,
  .u-mx-auto-lap {
    margin-left: auto !important;
  }
  .u-m-200-lap {
    margin: 40px !important;
  }
  .u-mt-200-lap,
  .u-my-200-lap {
    margin-top: 40px !important;
  }
  .u-mr-200-lap,
  .u-mx-200-lap {
    margin-right: 40px !important;
  }
  .u-mb-200-lap,
  .u-my-200-lap {
    margin-bottom: 40px !important;
  }
  .u-ml-200-lap,
  .u-mx-200-lap {
    margin-left: 40px !important;
  }
  .u-mt-pull-200-lap,
  .u-my-pull-200-lap {
    margin-top: -40px !important;
  }
  .u-mr-pull-200-lap,
  .u-mx-pull-200-lap {
    margin-right: -40px !important;
  }
  .u-mb-pull-200-lap,
  .u-my-pull-200-lap {
    margin-bottom: -40px !important;
  }
  .u-ml-pull-200-lap,
  .u-mx-pull-200-lap {
    margin-left: -40px !important;
  }
  .u-m-auto-lap {
    margin: auto !important;
  }
  .u-mt-auto-lap,
  .u-my-auto-lap {
    margin-top: auto !important;
  }
  .u-mr-auto-lap,
  .u-mx-auto-lap {
    margin-right: auto !important;
  }
  .u-mb-auto-lap,
  .u-my-auto-lap {
    margin-bottom: auto !important;
  }
  .u-ml-auto-lap,
  .u-mx-auto-lap {
    margin-left: auto !important;
  }
  .u-m-300-lap {
    margin: 64px !important;
  }
  .u-mt-300-lap,
  .u-my-300-lap {
    margin-top: 64px !important;
  }
  .u-mr-300-lap,
  .u-mx-300-lap {
    margin-right: 64px !important;
  }
  .u-mb-300-lap,
  .u-my-300-lap {
    margin-bottom: 64px !important;
  }
  .u-ml-300-lap,
  .u-mx-300-lap {
    margin-left: 64px !important;
  }
  .u-mt-pull-300-lap,
  .u-my-pull-300-lap {
    margin-top: -64px !important;
  }
  .u-mr-pull-300-lap,
  .u-mx-pull-300-lap {
    margin-right: -64px !important;
  }
  .u-mb-pull-300-lap,
  .u-my-pull-300-lap {
    margin-bottom: -64px !important;
  }
  .u-ml-pull-300-lap,
  .u-mx-pull-300-lap {
    margin-left: -64px !important;
  }
  .u-m-auto-lap {
    margin: auto !important;
  }
  .u-mt-auto-lap,
  .u-my-auto-lap {
    margin-top: auto !important;
  }
  .u-mr-auto-lap,
  .u-mx-auto-lap {
    margin-right: auto !important;
  }
  .u-mb-auto-lap,
  .u-my-auto-lap {
    margin-bottom: auto !important;
  }
  .u-ml-auto-lap,
  .u-mx-auto-lap {
    margin-left: auto !important;
  }
  .u-m-400-lap {
    margin: 80px !important;
  }
  .u-mt-400-lap,
  .u-my-400-lap {
    margin-top: 80px !important;
  }
  .u-mr-400-lap,
  .u-mx-400-lap {
    margin-right: 80px !important;
  }
  .u-mb-400-lap,
  .u-my-400-lap {
    margin-bottom: 80px !important;
  }
  .u-ml-400-lap,
  .u-mx-400-lap {
    margin-left: 80px !important;
  }
  .u-mt-pull-400-lap,
  .u-my-pull-400-lap {
    margin-top: -80px !important;
  }
  .u-mr-pull-400-lap,
  .u-mx-pull-400-lap {
    margin-right: -80px !important;
  }
  .u-mb-pull-400-lap,
  .u-my-pull-400-lap {
    margin-bottom: -80px !important;
  }
  .u-ml-pull-400-lap,
  .u-mx-pull-400-lap {
    margin-left: -80px !important;
  }
  .u-m-auto-lap {
    margin: auto !important;
  }
  .u-mt-auto-lap,
  .u-my-auto-lap {
    margin-top: auto !important;
  }
  .u-mr-auto-lap,
  .u-mx-auto-lap {
    margin-right: auto !important;
  }
  .u-mb-auto-lap,
  .u-my-auto-lap {
    margin-bottom: auto !important;
  }
  .u-ml-auto-lap,
  .u-mx-auto-lap {
    margin-left: auto !important;
  }
  .u-m-500-lap {
    margin: 96px !important;
  }
  .u-mt-500-lap,
  .u-my-500-lap {
    margin-top: 96px !important;
  }
  .u-mr-500-lap,
  .u-mx-500-lap {
    margin-right: 96px !important;
  }
  .u-mb-500-lap,
  .u-my-500-lap {
    margin-bottom: 96px !important;
  }
  .u-ml-500-lap,
  .u-mx-500-lap {
    margin-left: 96px !important;
  }
  .u-mt-pull-500-lap,
  .u-my-pull-500-lap {
    margin-top: -96px !important;
  }
  .u-mr-pull-500-lap,
  .u-mx-pull-500-lap {
    margin-right: -96px !important;
  }
  .u-mb-pull-500-lap,
  .u-my-pull-500-lap {
    margin-bottom: -96px !important;
  }
  .u-ml-pull-500-lap,
  .u-mx-pull-500-lap {
    margin-left: -96px !important;
  }
  .u-m-auto-lap {
    margin: auto !important;
  }
  .u-mt-auto-lap,
  .u-my-auto-lap {
    margin-top: auto !important;
  }
  .u-mr-auto-lap,
  .u-mx-auto-lap {
    margin-right: auto !important;
  }
  .u-mb-auto-lap,
  .u-my-auto-lap {
    margin-bottom: auto !important;
  }
  .u-ml-auto-lap,
  .u-mx-auto-lap {
    margin-left: auto !important;
  }
  .u-p-0-lap {
    padding: 0 !important;
  }
  .u-pt-0-lap,
  .u-py-0-lap {
    padding-top: 0 !important;
  }
  .u-pr-0-lap,
  .u-px-0-lap {
    padding-right: 0 !important;
  }
  .u-pb-0-lap,
  .u-py-0-lap {
    padding-bottom: 0 !important;
  }
  .u-pl-0-lap,
  .u-px-0-lap {
    padding-left: 0 !important;
  }
  .u-mt-pull-0-lap,
  .u-my-pull-0-lap {
    margin-top: -0 !important;
  }
  .u-mr-pull-0-lap,
  .u-mx-pull-0-lap {
    margin-right: -0 !important;
  }
  .u-mb-pull-0-lap,
  .u-my-pull-0-lap {
    margin-bottom: -0 !important;
  }
  .u-ml-pull-0-lap,
  .u-mx-pull-0-lap {
    margin-left: -0 !important;
  }
  .u-m-auto-lap {
    margin: auto !important;
  }
  .u-mt-auto-lap,
  .u-my-auto-lap {
    margin-top: auto !important;
  }
  .u-mr-auto-lap,
  .u-mx-auto-lap {
    margin-right: auto !important;
  }
  .u-mb-auto-lap,
  .u-my-auto-lap {
    margin-bottom: auto !important;
  }
  .u-ml-auto-lap,
  .u-mx-auto-lap {
    margin-left: auto !important;
  }
  .u-p-70-lap {
    padding: 4px !important;
  }
  .u-pt-70-lap,
  .u-py-70-lap {
    padding-top: 4px !important;
  }
  .u-pr-70-lap,
  .u-px-70-lap {
    padding-right: 4px !important;
  }
  .u-pb-70-lap,
  .u-py-70-lap {
    padding-bottom: 4px !important;
  }
  .u-pl-70-lap,
  .u-px-70-lap {
    padding-left: 4px !important;
  }
  .u-mt-pull-70-lap,
  .u-my-pull-70-lap {
    margin-top: -4px !important;
  }
  .u-mr-pull-70-lap,
  .u-mx-pull-70-lap {
    margin-right: -4px !important;
  }
  .u-mb-pull-70-lap,
  .u-my-pull-70-lap {
    margin-bottom: -4px !important;
  }
  .u-ml-pull-70-lap,
  .u-mx-pull-70-lap {
    margin-left: -4px !important;
  }
  .u-m-auto-lap {
    margin: auto !important;
  }
  .u-mt-auto-lap,
  .u-my-auto-lap {
    margin-top: auto !important;
  }
  .u-mr-auto-lap,
  .u-mx-auto-lap {
    margin-right: auto !important;
  }
  .u-mb-auto-lap,
  .u-my-auto-lap {
    margin-bottom: auto !important;
  }
  .u-ml-auto-lap,
  .u-mx-auto-lap {
    margin-left: auto !important;
  }
  .u-p-80-lap {
    padding: 8px !important;
  }
  .u-pt-80-lap,
  .u-py-80-lap {
    padding-top: 8px !important;
  }
  .u-pr-80-lap,
  .u-px-80-lap {
    padding-right: 8px !important;
  }
  .u-pb-80-lap,
  .u-py-80-lap {
    padding-bottom: 8px !important;
  }
  .u-pl-80-lap,
  .u-px-80-lap {
    padding-left: 8px !important;
  }
  .u-mt-pull-80-lap,
  .u-my-pull-80-lap {
    margin-top: -8px !important;
  }
  .u-mr-pull-80-lap,
  .u-mx-pull-80-lap {
    margin-right: -8px !important;
  }
  .u-mb-pull-80-lap,
  .u-my-pull-80-lap {
    margin-bottom: -8px !important;
  }
  .u-ml-pull-80-lap,
  .u-mx-pull-80-lap {
    margin-left: -8px !important;
  }
  .u-m-auto-lap {
    margin: auto !important;
  }
  .u-mt-auto-lap,
  .u-my-auto-lap {
    margin-top: auto !important;
  }
  .u-mr-auto-lap,
  .u-mx-auto-lap {
    margin-right: auto !important;
  }
  .u-mb-auto-lap,
  .u-my-auto-lap {
    margin-bottom: auto !important;
  }
  .u-ml-auto-lap,
  .u-mx-auto-lap {
    margin-left: auto !important;
  }
  .u-p-90-lap {
    padding: 16px !important;
  }
  .u-pt-90-lap,
  .u-py-90-lap {
    padding-top: 16px !important;
  }
  .u-pr-90-lap,
  .u-px-90-lap {
    padding-right: 16px !important;
  }
  .u-pb-90-lap,
  .u-py-90-lap {
    padding-bottom: 16px !important;
  }
  .u-pl-90-lap,
  .u-px-90-lap {
    padding-left: 16px !important;
  }
  .u-mt-pull-90-lap,
  .u-my-pull-90-lap {
    margin-top: -16px !important;
  }
  .u-mr-pull-90-lap,
  .u-mx-pull-90-lap {
    margin-right: -16px !important;
  }
  .u-mb-pull-90-lap,
  .u-my-pull-90-lap {
    margin-bottom: -16px !important;
  }
  .u-ml-pull-90-lap,
  .u-mx-pull-90-lap {
    margin-left: -16px !important;
  }
  .u-m-auto-lap {
    margin: auto !important;
  }
  .u-mt-auto-lap,
  .u-my-auto-lap {
    margin-top: auto !important;
  }
  .u-mr-auto-lap,
  .u-mx-auto-lap {
    margin-right: auto !important;
  }
  .u-mb-auto-lap,
  .u-my-auto-lap {
    margin-bottom: auto !important;
  }
  .u-ml-auto-lap,
  .u-mx-auto-lap {
    margin-left: auto !important;
  }
  .u-p-100-lap {
    padding: 24px !important;
  }
  .u-pt-100-lap,
  .u-py-100-lap {
    padding-top: 24px !important;
  }
  .u-pr-100-lap,
  .u-px-100-lap {
    padding-right: 24px !important;
  }
  .u-pb-100-lap,
  .u-py-100-lap {
    padding-bottom: 24px !important;
  }
  .u-pl-100-lap,
  .u-px-100-lap {
    padding-left: 24px !important;
  }
  .u-mt-pull-100-lap,
  .u-my-pull-100-lap {
    margin-top: -24px !important;
  }
  .u-mr-pull-100-lap,
  .u-mx-pull-100-lap {
    margin-right: -24px !important;
  }
  .u-mb-pull-100-lap,
  .u-my-pull-100-lap {
    margin-bottom: -24px !important;
  }
  .u-ml-pull-100-lap,
  .u-mx-pull-100-lap {
    margin-left: -24px !important;
  }
  .u-m-auto-lap {
    margin: auto !important;
  }
  .u-mt-auto-lap,
  .u-my-auto-lap {
    margin-top: auto !important;
  }
  .u-mr-auto-lap,
  .u-mx-auto-lap {
    margin-right: auto !important;
  }
  .u-mb-auto-lap,
  .u-my-auto-lap {
    margin-bottom: auto !important;
  }
  .u-ml-auto-lap,
  .u-mx-auto-lap {
    margin-left: auto !important;
  }
  .u-p-200-lap {
    padding: 40px !important;
  }
  .u-pt-200-lap,
  .u-py-200-lap {
    padding-top: 40px !important;
  }
  .u-pr-200-lap,
  .u-px-200-lap {
    padding-right: 40px !important;
  }
  .u-pb-200-lap,
  .u-py-200-lap {
    padding-bottom: 40px !important;
  }
  .u-pl-200-lap,
  .u-px-200-lap {
    padding-left: 40px !important;
  }
  .u-mt-pull-200-lap,
  .u-my-pull-200-lap {
    margin-top: -40px !important;
  }
  .u-mr-pull-200-lap,
  .u-mx-pull-200-lap {
    margin-right: -40px !important;
  }
  .u-mb-pull-200-lap,
  .u-my-pull-200-lap {
    margin-bottom: -40px !important;
  }
  .u-ml-pull-200-lap,
  .u-mx-pull-200-lap {
    margin-left: -40px !important;
  }
  .u-m-auto-lap {
    margin: auto !important;
  }
  .u-mt-auto-lap,
  .u-my-auto-lap {
    margin-top: auto !important;
  }
  .u-mr-auto-lap,
  .u-mx-auto-lap {
    margin-right: auto !important;
  }
  .u-mb-auto-lap,
  .u-my-auto-lap {
    margin-bottom: auto !important;
  }
  .u-ml-auto-lap,
  .u-mx-auto-lap {
    margin-left: auto !important;
  }
  .u-p-300-lap {
    padding: 64px !important;
  }
  .u-pt-300-lap,
  .u-py-300-lap {
    padding-top: 64px !important;
  }
  .u-pr-300-lap,
  .u-px-300-lap {
    padding-right: 64px !important;
  }
  .u-pb-300-lap,
  .u-py-300-lap {
    padding-bottom: 64px !important;
  }
  .u-pl-300-lap,
  .u-px-300-lap {
    padding-left: 64px !important;
  }
  .u-mt-pull-300-lap,
  .u-my-pull-300-lap {
    margin-top: -64px !important;
  }
  .u-mr-pull-300-lap,
  .u-mx-pull-300-lap {
    margin-right: -64px !important;
  }
  .u-mb-pull-300-lap,
  .u-my-pull-300-lap {
    margin-bottom: -64px !important;
  }
  .u-ml-pull-300-lap,
  .u-mx-pull-300-lap {
    margin-left: -64px !important;
  }
  .u-m-auto-lap {
    margin: auto !important;
  }
  .u-mt-auto-lap,
  .u-my-auto-lap {
    margin-top: auto !important;
  }
  .u-mr-auto-lap,
  .u-mx-auto-lap {
    margin-right: auto !important;
  }
  .u-mb-auto-lap,
  .u-my-auto-lap {
    margin-bottom: auto !important;
  }
  .u-ml-auto-lap,
  .u-mx-auto-lap {
    margin-left: auto !important;
  }
  .u-p-400-lap {
    padding: 80px !important;
  }
  .u-pt-400-lap,
  .u-py-400-lap {
    padding-top: 80px !important;
  }
  .u-pr-400-lap,
  .u-px-400-lap {
    padding-right: 80px !important;
  }
  .u-pb-400-lap,
  .u-py-400-lap {
    padding-bottom: 80px !important;
  }
  .u-pl-400-lap,
  .u-px-400-lap {
    padding-left: 80px !important;
  }
  .u-mt-pull-400-lap,
  .u-my-pull-400-lap {
    margin-top: -80px !important;
  }
  .u-mr-pull-400-lap,
  .u-mx-pull-400-lap {
    margin-right: -80px !important;
  }
  .u-mb-pull-400-lap,
  .u-my-pull-400-lap {
    margin-bottom: -80px !important;
  }
  .u-ml-pull-400-lap,
  .u-mx-pull-400-lap {
    margin-left: -80px !important;
  }
  .u-m-auto-lap {
    margin: auto !important;
  }
  .u-mt-auto-lap,
  .u-my-auto-lap {
    margin-top: auto !important;
  }
  .u-mr-auto-lap,
  .u-mx-auto-lap {
    margin-right: auto !important;
  }
  .u-mb-auto-lap,
  .u-my-auto-lap {
    margin-bottom: auto !important;
  }
  .u-ml-auto-lap,
  .u-mx-auto-lap {
    margin-left: auto !important;
  }
  .u-p-500-lap {
    padding: 96px !important;
  }
  .u-pt-500-lap,
  .u-py-500-lap {
    padding-top: 96px !important;
  }
  .u-pr-500-lap,
  .u-px-500-lap {
    padding-right: 96px !important;
  }
  .u-pb-500-lap,
  .u-py-500-lap {
    padding-bottom: 96px !important;
  }
  .u-pl-500-lap,
  .u-px-500-lap {
    padding-left: 96px !important;
  }
  .u-mt-pull-500-lap,
  .u-my-pull-500-lap {
    margin-top: -96px !important;
  }
  .u-mr-pull-500-lap,
  .u-mx-pull-500-lap {
    margin-right: -96px !important;
  }
  .u-mb-pull-500-lap,
  .u-my-pull-500-lap {
    margin-bottom: -96px !important;
  }
  .u-ml-pull-500-lap,
  .u-mx-pull-500-lap {
    margin-left: -96px !important;
  }
  .u-m-auto-lap {
    margin: auto !important;
  }
  .u-mt-auto-lap,
  .u-my-auto-lap {
    margin-top: auto !important;
  }
  .u-mr-auto-lap,
  .u-mx-auto-lap {
    margin-right: auto !important;
  }
  .u-mb-auto-lap,
  .u-my-auto-lap {
    margin-bottom: auto !important;
  }
  .u-ml-auto-lap,
  .u-mx-auto-lap {
    margin-left: auto !important;
  }
}

@media (min-width: 1041px) {
  .u-m-0-desk {
    margin: 0 !important;
  }
  .u-mt-0-desk,
  .u-my-0-desk {
    margin-top: 0 !important;
  }
  .u-mr-0-desk,
  .u-mx-0-desk {
    margin-right: 0 !important;
  }
  .u-mb-0-desk,
  .u-my-0-desk {
    margin-bottom: 0 !important;
  }
  .u-ml-0-desk,
  .u-mx-0-desk {
    margin-left: 0 !important;
  }
  .u-mt-pull-0-desk,
  .u-my-pull-0-desk {
    margin-top: -0 !important;
  }
  .u-mr-pull-0-desk,
  .u-mx-pull-0-desk {
    margin-right: -0 !important;
  }
  .u-mb-pull-0-desk,
  .u-my-pull-0-desk {
    margin-bottom: -0 !important;
  }
  .u-ml-pull-0-desk,
  .u-mx-pull-0-desk {
    margin-left: -0 !important;
  }
  .u-m-auto-desk {
    margin: auto !important;
  }
  .u-mt-auto-desk,
  .u-my-auto-desk {
    margin-top: auto !important;
  }
  .u-mr-auto-desk,
  .u-mx-auto-desk {
    margin-right: auto !important;
  }
  .u-mb-auto-desk,
  .u-my-auto-desk {
    margin-bottom: auto !important;
  }
  .u-ml-auto-desk,
  .u-mx-auto-desk {
    margin-left: auto !important;
  }
  .u-m-70-desk {
    margin: 4px !important;
  }
  .u-mt-70-desk,
  .u-my-70-desk {
    margin-top: 4px !important;
  }
  .u-mr-70-desk,
  .u-mx-70-desk {
    margin-right: 4px !important;
  }
  .u-mb-70-desk,
  .u-my-70-desk {
    margin-bottom: 4px !important;
  }
  .u-ml-70-desk,
  .u-mx-70-desk {
    margin-left: 4px !important;
  }
  .u-mt-pull-70-desk,
  .u-my-pull-70-desk {
    margin-top: -4px !important;
  }
  .u-mr-pull-70-desk,
  .u-mx-pull-70-desk {
    margin-right: -4px !important;
  }
  .u-mb-pull-70-desk,
  .u-my-pull-70-desk {
    margin-bottom: -4px !important;
  }
  .u-ml-pull-70-desk,
  .u-mx-pull-70-desk {
    margin-left: -4px !important;
  }
  .u-m-auto-desk {
    margin: auto !important;
  }
  .u-mt-auto-desk,
  .u-my-auto-desk {
    margin-top: auto !important;
  }
  .u-mr-auto-desk,
  .u-mx-auto-desk {
    margin-right: auto !important;
  }
  .u-mb-auto-desk,
  .u-my-auto-desk {
    margin-bottom: auto !important;
  }
  .u-ml-auto-desk,
  .u-mx-auto-desk {
    margin-left: auto !important;
  }
  .u-m-80-desk {
    margin: 8px !important;
  }
  .u-mt-80-desk,
  .u-my-80-desk {
    margin-top: 8px !important;
  }
  .u-mr-80-desk,
  .u-mx-80-desk {
    margin-right: 8px !important;
  }
  .u-mb-80-desk,
  .u-my-80-desk {
    margin-bottom: 8px !important;
  }
  .u-ml-80-desk,
  .u-mx-80-desk {
    margin-left: 8px !important;
  }
  .u-mt-pull-80-desk,
  .u-my-pull-80-desk {
    margin-top: -8px !important;
  }
  .u-mr-pull-80-desk,
  .u-mx-pull-80-desk {
    margin-right: -8px !important;
  }
  .u-mb-pull-80-desk,
  .u-my-pull-80-desk {
    margin-bottom: -8px !important;
  }
  .u-ml-pull-80-desk,
  .u-mx-pull-80-desk {
    margin-left: -8px !important;
  }
  .u-m-auto-desk {
    margin: auto !important;
  }
  .u-mt-auto-desk,
  .u-my-auto-desk {
    margin-top: auto !important;
  }
  .u-mr-auto-desk,
  .u-mx-auto-desk {
    margin-right: auto !important;
  }
  .u-mb-auto-desk,
  .u-my-auto-desk {
    margin-bottom: auto !important;
  }
  .u-ml-auto-desk,
  .u-mx-auto-desk {
    margin-left: auto !important;
  }
  .u-m-90-desk {
    margin: 16px !important;
  }
  .u-mt-90-desk,
  .u-my-90-desk {
    margin-top: 16px !important;
  }
  .u-mr-90-desk,
  .u-mx-90-desk {
    margin-right: 16px !important;
  }
  .u-mb-90-desk,
  .u-my-90-desk {
    margin-bottom: 16px !important;
  }
  .u-ml-90-desk,
  .u-mx-90-desk {
    margin-left: 16px !important;
  }
  .u-mt-pull-90-desk,
  .u-my-pull-90-desk {
    margin-top: -16px !important;
  }
  .u-mr-pull-90-desk,
  .u-mx-pull-90-desk {
    margin-right: -16px !important;
  }
  .u-mb-pull-90-desk,
  .u-my-pull-90-desk {
    margin-bottom: -16px !important;
  }
  .u-ml-pull-90-desk,
  .u-mx-pull-90-desk {
    margin-left: -16px !important;
  }
  .u-m-auto-desk {
    margin: auto !important;
  }
  .u-mt-auto-desk,
  .u-my-auto-desk {
    margin-top: auto !important;
  }
  .u-mr-auto-desk,
  .u-mx-auto-desk {
    margin-right: auto !important;
  }
  .u-mb-auto-desk,
  .u-my-auto-desk {
    margin-bottom: auto !important;
  }
  .u-ml-auto-desk,
  .u-mx-auto-desk {
    margin-left: auto !important;
  }
  .u-m-100-desk {
    margin: 24px !important;
  }
  .u-mt-100-desk,
  .u-my-100-desk {
    margin-top: 24px !important;
  }
  .u-mr-100-desk,
  .u-mx-100-desk {
    margin-right: 24px !important;
  }
  .u-mb-100-desk,
  .u-my-100-desk {
    margin-bottom: 24px !important;
  }
  .u-ml-100-desk,
  .u-mx-100-desk {
    margin-left: 24px !important;
  }
  .u-mt-pull-100-desk,
  .u-my-pull-100-desk {
    margin-top: -24px !important;
  }
  .u-mr-pull-100-desk,
  .u-mx-pull-100-desk {
    margin-right: -24px !important;
  }
  .u-mb-pull-100-desk,
  .u-my-pull-100-desk {
    margin-bottom: -24px !important;
  }
  .u-ml-pull-100-desk,
  .u-mx-pull-100-desk {
    margin-left: -24px !important;
  }
  .u-m-auto-desk {
    margin: auto !important;
  }
  .u-mt-auto-desk,
  .u-my-auto-desk {
    margin-top: auto !important;
  }
  .u-mr-auto-desk,
  .u-mx-auto-desk {
    margin-right: auto !important;
  }
  .u-mb-auto-desk,
  .u-my-auto-desk {
    margin-bottom: auto !important;
  }
  .u-ml-auto-desk,
  .u-mx-auto-desk {
    margin-left: auto !important;
  }
  .u-m-200-desk {
    margin: 40px !important;
  }
  .u-mt-200-desk,
  .u-my-200-desk {
    margin-top: 40px !important;
  }
  .u-mr-200-desk,
  .u-mx-200-desk {
    margin-right: 40px !important;
  }
  .u-mb-200-desk,
  .u-my-200-desk {
    margin-bottom: 40px !important;
  }
  .u-ml-200-desk,
  .u-mx-200-desk {
    margin-left: 40px !important;
  }
  .u-mt-pull-200-desk,
  .u-my-pull-200-desk {
    margin-top: -40px !important;
  }
  .u-mr-pull-200-desk,
  .u-mx-pull-200-desk {
    margin-right: -40px !important;
  }
  .u-mb-pull-200-desk,
  .u-my-pull-200-desk {
    margin-bottom: -40px !important;
  }
  .u-ml-pull-200-desk,
  .u-mx-pull-200-desk {
    margin-left: -40px !important;
  }
  .u-m-auto-desk {
    margin: auto !important;
  }
  .u-mt-auto-desk,
  .u-my-auto-desk {
    margin-top: auto !important;
  }
  .u-mr-auto-desk,
  .u-mx-auto-desk {
    margin-right: auto !important;
  }
  .u-mb-auto-desk,
  .u-my-auto-desk {
    margin-bottom: auto !important;
  }
  .u-ml-auto-desk,
  .u-mx-auto-desk {
    margin-left: auto !important;
  }
  .u-m-300-desk {
    margin: 64px !important;
  }
  .u-mt-300-desk,
  .u-my-300-desk {
    margin-top: 64px !important;
  }
  .u-mr-300-desk,
  .u-mx-300-desk {
    margin-right: 64px !important;
  }
  .u-mb-300-desk,
  .u-my-300-desk {
    margin-bottom: 64px !important;
  }
  .u-ml-300-desk,
  .u-mx-300-desk {
    margin-left: 64px !important;
  }
  .u-mt-pull-300-desk,
  .u-my-pull-300-desk {
    margin-top: -64px !important;
  }
  .u-mr-pull-300-desk,
  .u-mx-pull-300-desk {
    margin-right: -64px !important;
  }
  .u-mb-pull-300-desk,
  .u-my-pull-300-desk {
    margin-bottom: -64px !important;
  }
  .u-ml-pull-300-desk,
  .u-mx-pull-300-desk {
    margin-left: -64px !important;
  }
  .u-m-auto-desk {
    margin: auto !important;
  }
  .u-mt-auto-desk,
  .u-my-auto-desk {
    margin-top: auto !important;
  }
  .u-mr-auto-desk,
  .u-mx-auto-desk {
    margin-right: auto !important;
  }
  .u-mb-auto-desk,
  .u-my-auto-desk {
    margin-bottom: auto !important;
  }
  .u-ml-auto-desk,
  .u-mx-auto-desk {
    margin-left: auto !important;
  }
  .u-m-400-desk {
    margin: 80px !important;
  }
  .u-mt-400-desk,
  .u-my-400-desk {
    margin-top: 80px !important;
  }
  .u-mr-400-desk,
  .u-mx-400-desk {
    margin-right: 80px !important;
  }
  .u-mb-400-desk,
  .u-my-400-desk {
    margin-bottom: 80px !important;
  }
  .u-ml-400-desk,
  .u-mx-400-desk {
    margin-left: 80px !important;
  }
  .u-mt-pull-400-desk,
  .u-my-pull-400-desk {
    margin-top: -80px !important;
  }
  .u-mr-pull-400-desk,
  .u-mx-pull-400-desk {
    margin-right: -80px !important;
  }
  .u-mb-pull-400-desk,
  .u-my-pull-400-desk {
    margin-bottom: -80px !important;
  }
  .u-ml-pull-400-desk,
  .u-mx-pull-400-desk {
    margin-left: -80px !important;
  }
  .u-m-auto-desk {
    margin: auto !important;
  }
  .u-mt-auto-desk,
  .u-my-auto-desk {
    margin-top: auto !important;
  }
  .u-mr-auto-desk,
  .u-mx-auto-desk {
    margin-right: auto !important;
  }
  .u-mb-auto-desk,
  .u-my-auto-desk {
    margin-bottom: auto !important;
  }
  .u-ml-auto-desk,
  .u-mx-auto-desk {
    margin-left: auto !important;
  }
  .u-m-500-desk {
    margin: 96px !important;
  }
  .u-mt-500-desk,
  .u-my-500-desk {
    margin-top: 96px !important;
  }
  .u-mr-500-desk,
  .u-mx-500-desk {
    margin-right: 96px !important;
  }
  .u-mb-500-desk,
  .u-my-500-desk {
    margin-bottom: 96px !important;
  }
  .u-ml-500-desk,
  .u-mx-500-desk {
    margin-left: 96px !important;
  }
  .u-mt-pull-500-desk,
  .u-my-pull-500-desk {
    margin-top: -96px !important;
  }
  .u-mr-pull-500-desk,
  .u-mx-pull-500-desk {
    margin-right: -96px !important;
  }
  .u-mb-pull-500-desk,
  .u-my-pull-500-desk {
    margin-bottom: -96px !important;
  }
  .u-ml-pull-500-desk,
  .u-mx-pull-500-desk {
    margin-left: -96px !important;
  }
  .u-m-auto-desk {
    margin: auto !important;
  }
  .u-mt-auto-desk,
  .u-my-auto-desk {
    margin-top: auto !important;
  }
  .u-mr-auto-desk,
  .u-mx-auto-desk {
    margin-right: auto !important;
  }
  .u-mb-auto-desk,
  .u-my-auto-desk {
    margin-bottom: auto !important;
  }
  .u-ml-auto-desk,
  .u-mx-auto-desk {
    margin-left: auto !important;
  }
  .u-p-0-desk {
    padding: 0 !important;
  }
  .u-pt-0-desk,
  .u-py-0-desk {
    padding-top: 0 !important;
  }
  .u-pr-0-desk,
  .u-px-0-desk {
    padding-right: 0 !important;
  }
  .u-pb-0-desk,
  .u-py-0-desk {
    padding-bottom: 0 !important;
  }
  .u-pl-0-desk,
  .u-px-0-desk {
    padding-left: 0 !important;
  }
  .u-mt-pull-0-desk,
  .u-my-pull-0-desk {
    margin-top: -0 !important;
  }
  .u-mr-pull-0-desk,
  .u-mx-pull-0-desk {
    margin-right: -0 !important;
  }
  .u-mb-pull-0-desk,
  .u-my-pull-0-desk {
    margin-bottom: -0 !important;
  }
  .u-ml-pull-0-desk,
  .u-mx-pull-0-desk {
    margin-left: -0 !important;
  }
  .u-m-auto-desk {
    margin: auto !important;
  }
  .u-mt-auto-desk,
  .u-my-auto-desk {
    margin-top: auto !important;
  }
  .u-mr-auto-desk,
  .u-mx-auto-desk {
    margin-right: auto !important;
  }
  .u-mb-auto-desk,
  .u-my-auto-desk {
    margin-bottom: auto !important;
  }
  .u-ml-auto-desk,
  .u-mx-auto-desk {
    margin-left: auto !important;
  }
  .u-p-70-desk {
    padding: 4px !important;
  }
  .u-pt-70-desk,
  .u-py-70-desk {
    padding-top: 4px !important;
  }
  .u-pr-70-desk,
  .u-px-70-desk {
    padding-right: 4px !important;
  }
  .u-pb-70-desk,
  .u-py-70-desk {
    padding-bottom: 4px !important;
  }
  .u-pl-70-desk,
  .u-px-70-desk {
    padding-left: 4px !important;
  }
  .u-mt-pull-70-desk,
  .u-my-pull-70-desk {
    margin-top: -4px !important;
  }
  .u-mr-pull-70-desk,
  .u-mx-pull-70-desk {
    margin-right: -4px !important;
  }
  .u-mb-pull-70-desk,
  .u-my-pull-70-desk {
    margin-bottom: -4px !important;
  }
  .u-ml-pull-70-desk,
  .u-mx-pull-70-desk {
    margin-left: -4px !important;
  }
  .u-m-auto-desk {
    margin: auto !important;
  }
  .u-mt-auto-desk,
  .u-my-auto-desk {
    margin-top: auto !important;
  }
  .u-mr-auto-desk,
  .u-mx-auto-desk {
    margin-right: auto !important;
  }
  .u-mb-auto-desk,
  .u-my-auto-desk {
    margin-bottom: auto !important;
  }
  .u-ml-auto-desk,
  .u-mx-auto-desk {
    margin-left: auto !important;
  }
  .u-p-80-desk {
    padding: 8px !important;
  }
  .u-pt-80-desk,
  .u-py-80-desk {
    padding-top: 8px !important;
  }
  .u-pr-80-desk,
  .u-px-80-desk {
    padding-right: 8px !important;
  }
  .u-pb-80-desk,
  .u-py-80-desk {
    padding-bottom: 8px !important;
  }
  .u-pl-80-desk,
  .u-px-80-desk {
    padding-left: 8px !important;
  }
  .u-mt-pull-80-desk,
  .u-my-pull-80-desk {
    margin-top: -8px !important;
  }
  .u-mr-pull-80-desk,
  .u-mx-pull-80-desk {
    margin-right: -8px !important;
  }
  .u-mb-pull-80-desk,
  .u-my-pull-80-desk {
    margin-bottom: -8px !important;
  }
  .u-ml-pull-80-desk,
  .u-mx-pull-80-desk {
    margin-left: -8px !important;
  }
  .u-m-auto-desk {
    margin: auto !important;
  }
  .u-mt-auto-desk,
  .u-my-auto-desk {
    margin-top: auto !important;
  }
  .u-mr-auto-desk,
  .u-mx-auto-desk {
    margin-right: auto !important;
  }
  .u-mb-auto-desk,
  .u-my-auto-desk {
    margin-bottom: auto !important;
  }
  .u-ml-auto-desk,
  .u-mx-auto-desk {
    margin-left: auto !important;
  }
  .u-p-90-desk {
    padding: 16px !important;
  }
  .u-pt-90-desk,
  .u-py-90-desk {
    padding-top: 16px !important;
  }
  .u-pr-90-desk,
  .u-px-90-desk {
    padding-right: 16px !important;
  }
  .u-pb-90-desk,
  .u-py-90-desk {
    padding-bottom: 16px !important;
  }
  .u-pl-90-desk,
  .u-px-90-desk {
    padding-left: 16px !important;
  }
  .u-mt-pull-90-desk,
  .u-my-pull-90-desk {
    margin-top: -16px !important;
  }
  .u-mr-pull-90-desk,
  .u-mx-pull-90-desk {
    margin-right: -16px !important;
  }
  .u-mb-pull-90-desk,
  .u-my-pull-90-desk {
    margin-bottom: -16px !important;
  }
  .u-ml-pull-90-desk,
  .u-mx-pull-90-desk {
    margin-left: -16px !important;
  }
  .u-m-auto-desk {
    margin: auto !important;
  }
  .u-mt-auto-desk,
  .u-my-auto-desk {
    margin-top: auto !important;
  }
  .u-mr-auto-desk,
  .u-mx-auto-desk {
    margin-right: auto !important;
  }
  .u-mb-auto-desk,
  .u-my-auto-desk {
    margin-bottom: auto !important;
  }
  .u-ml-auto-desk,
  .u-mx-auto-desk {
    margin-left: auto !important;
  }
  .u-p-100-desk {
    padding: 24px !important;
  }
  .u-pt-100-desk,
  .u-py-100-desk {
    padding-top: 24px !important;
  }
  .u-pr-100-desk,
  .u-px-100-desk {
    padding-right: 24px !important;
  }
  .u-pb-100-desk,
  .u-py-100-desk {
    padding-bottom: 24px !important;
  }
  .u-pl-100-desk,
  .u-px-100-desk {
    padding-left: 24px !important;
  }
  .u-mt-pull-100-desk,
  .u-my-pull-100-desk {
    margin-top: -24px !important;
  }
  .u-mr-pull-100-desk,
  .u-mx-pull-100-desk {
    margin-right: -24px !important;
  }
  .u-mb-pull-100-desk,
  .u-my-pull-100-desk {
    margin-bottom: -24px !important;
  }
  .u-ml-pull-100-desk,
  .u-mx-pull-100-desk {
    margin-left: -24px !important;
  }
  .u-m-auto-desk {
    margin: auto !important;
  }
  .u-mt-auto-desk,
  .u-my-auto-desk {
    margin-top: auto !important;
  }
  .u-mr-auto-desk,
  .u-mx-auto-desk {
    margin-right: auto !important;
  }
  .u-mb-auto-desk,
  .u-my-auto-desk {
    margin-bottom: auto !important;
  }
  .u-ml-auto-desk,
  .u-mx-auto-desk {
    margin-left: auto !important;
  }
  .u-p-200-desk {
    padding: 40px !important;
  }
  .u-pt-200-desk,
  .u-py-200-desk {
    padding-top: 40px !important;
  }
  .u-pr-200-desk,
  .u-px-200-desk {
    padding-right: 40px !important;
  }
  .u-pb-200-desk,
  .u-py-200-desk {
    padding-bottom: 40px !important;
  }
  .u-pl-200-desk,
  .u-px-200-desk {
    padding-left: 40px !important;
  }
  .u-mt-pull-200-desk,
  .u-my-pull-200-desk {
    margin-top: -40px !important;
  }
  .u-mr-pull-200-desk,
  .u-mx-pull-200-desk {
    margin-right: -40px !important;
  }
  .u-mb-pull-200-desk,
  .u-my-pull-200-desk {
    margin-bottom: -40px !important;
  }
  .u-ml-pull-200-desk,
  .u-mx-pull-200-desk {
    margin-left: -40px !important;
  }
  .u-m-auto-desk {
    margin: auto !important;
  }
  .u-mt-auto-desk,
  .u-my-auto-desk {
    margin-top: auto !important;
  }
  .u-mr-auto-desk,
  .u-mx-auto-desk {
    margin-right: auto !important;
  }
  .u-mb-auto-desk,
  .u-my-auto-desk {
    margin-bottom: auto !important;
  }
  .u-ml-auto-desk,
  .u-mx-auto-desk {
    margin-left: auto !important;
  }
  .u-p-300-desk {
    padding: 64px !important;
  }
  .u-pt-300-desk,
  .u-py-300-desk {
    padding-top: 64px !important;
  }
  .u-pr-300-desk,
  .u-px-300-desk {
    padding-right: 64px !important;
  }
  .u-pb-300-desk,
  .u-py-300-desk {
    padding-bottom: 64px !important;
  }
  .u-pl-300-desk,
  .u-px-300-desk {
    padding-left: 64px !important;
  }
  .u-mt-pull-300-desk,
  .u-my-pull-300-desk {
    margin-top: -64px !important;
  }
  .u-mr-pull-300-desk,
  .u-mx-pull-300-desk {
    margin-right: -64px !important;
  }
  .u-mb-pull-300-desk,
  .u-my-pull-300-desk {
    margin-bottom: -64px !important;
  }
  .u-ml-pull-300-desk,
  .u-mx-pull-300-desk {
    margin-left: -64px !important;
  }
  .u-m-auto-desk {
    margin: auto !important;
  }
  .u-mt-auto-desk,
  .u-my-auto-desk {
    margin-top: auto !important;
  }
  .u-mr-auto-desk,
  .u-mx-auto-desk {
    margin-right: auto !important;
  }
  .u-mb-auto-desk,
  .u-my-auto-desk {
    margin-bottom: auto !important;
  }
  .u-ml-auto-desk,
  .u-mx-auto-desk {
    margin-left: auto !important;
  }
  .u-p-400-desk {
    padding: 80px !important;
  }
  .u-pt-400-desk,
  .u-py-400-desk {
    padding-top: 80px !important;
  }
  .u-pr-400-desk,
  .u-px-400-desk {
    padding-right: 80px !important;
  }
  .u-pb-400-desk,
  .u-py-400-desk {
    padding-bottom: 80px !important;
  }
  .u-pl-400-desk,
  .u-px-400-desk {
    padding-left: 80px !important;
  }
  .u-mt-pull-400-desk,
  .u-my-pull-400-desk {
    margin-top: -80px !important;
  }
  .u-mr-pull-400-desk,
  .u-mx-pull-400-desk {
    margin-right: -80px !important;
  }
  .u-mb-pull-400-desk,
  .u-my-pull-400-desk {
    margin-bottom: -80px !important;
  }
  .u-ml-pull-400-desk,
  .u-mx-pull-400-desk {
    margin-left: -80px !important;
  }
  .u-m-auto-desk {
    margin: auto !important;
  }
  .u-mt-auto-desk,
  .u-my-auto-desk {
    margin-top: auto !important;
  }
  .u-mr-auto-desk,
  .u-mx-auto-desk {
    margin-right: auto !important;
  }
  .u-mb-auto-desk,
  .u-my-auto-desk {
    margin-bottom: auto !important;
  }
  .u-ml-auto-desk,
  .u-mx-auto-desk {
    margin-left: auto !important;
  }
  .u-p-500-desk {
    padding: 96px !important;
  }
  .u-pt-500-desk,
  .u-py-500-desk {
    padding-top: 96px !important;
  }
  .u-pr-500-desk,
  .u-px-500-desk {
    padding-right: 96px !important;
  }
  .u-pb-500-desk,
  .u-py-500-desk {
    padding-bottom: 96px !important;
  }
  .u-pl-500-desk,
  .u-px-500-desk {
    padding-left: 96px !important;
  }
  .u-mt-pull-500-desk,
  .u-my-pull-500-desk {
    margin-top: -96px !important;
  }
  .u-mr-pull-500-desk,
  .u-mx-pull-500-desk {
    margin-right: -96px !important;
  }
  .u-mb-pull-500-desk,
  .u-my-pull-500-desk {
    margin-bottom: -96px !important;
  }
  .u-ml-pull-500-desk,
  .u-mx-pull-500-desk {
    margin-left: -96px !important;
  }
  .u-m-auto-desk {
    margin: auto !important;
  }
  .u-mt-auto-desk,
  .u-my-auto-desk {
    margin-top: auto !important;
  }
  .u-mr-auto-desk,
  .u-mx-auto-desk {
    margin-right: auto !important;
  }
  .u-mb-auto-desk,
  .u-my-auto-desk {
    margin-bottom: auto !important;
  }
  .u-ml-auto-desk,
  .u-mx-auto-desk {
    margin-left: auto !important;
  }
}

.u-text-align-center {
  text-align: center !important;
}

.u-text-align-left {
  text-align: left !important;
}

.u-text-align-right {
  text-align: right !important;
}

@media (min-width: 441px) {
  .u-text-align-center-hand {
    text-align: center !important;
  }
  .u-text-align-left-hand {
    text-align: left !important;
  }
  .u-text-align-right-hand {
    text-align: right !important;
  }
}

@media (min-width: 681px) {
  .u-text-align-center-lap {
    text-align: center !important;
  }
  .u-text-align-left-lap {
    text-align: left !important;
  }
  .u-text-align-right-lap {
    text-align: right !important;
  }
}

@media (min-width: 1041px) {
  .u-text-align-center-desk {
    text-align: center !important;
  }
  .u-text-align-left-desk {
    text-align: left !important;
  }
  .u-text-align-right-desk {
    text-align: right !important;
  }
}

.u-display-none {
  display: none !important;
}

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

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

.u-display-block {
  display: block !important;
}

.u-display-table {
  display: table !important;
}

.u-display-table-row {
  display: table-row !important;
}

.u-display-table-cell {
  display: table-cell !important;
}

.u-display-flex {
  display: flex !important;
}

.u-display-inline-flex {
  display: inline-flex !important;
}

.u-display-grid {
  display: grid !important;
}

@media (min-width: 441px) {
  .u-display-none-hand {
    display: none !important;
  }
  .u-display-inline-hand {
    display: inline !important;
  }
  .u-display-inline-block-hand {
    display: inline-block !important;
  }
  .u-display-block-hand {
    display: block !important;
  }
  .u-display-table-hand {
    display: table !important;
  }
  .u-display-table-row-hand {
    display: table-row !important;
  }
  .u-display-table-cell-hand {
    display: table-cell !important;
  }
  .u-display-flex-hand {
    display: flex !important;
  }
  .u-display-inline-flex-hand {
    display: inline-flex !important;
  }
  .u-display-grid-hand {
    display: grid !important;
  }
}

@media (min-width: 681px) {
  .u-display-none-lap {
    display: none !important;
  }
  .u-display-inline-lap {
    display: inline !important;
  }
  .u-display-inline-block-lap {
    display: inline-block !important;
  }
  .u-display-block-lap {
    display: block !important;
  }
  .u-display-table-lap {
    display: table !important;
  }
  .u-display-table-row-lap {
    display: table-row !important;
  }
  .u-display-table-cell-lap {
    display: table-cell !important;
  }
  .u-display-flex-lap {
    display: flex !important;
  }
  .u-display-inline-flex-lap {
    display: inline-flex !important;
  }
  .u-display-grid-lap {
    display: grid !important;
  }
}

@media (min-width: 1041px) {
  .u-display-none-desk {
    display: none !important;
  }
  .u-display-inline-desk {
    display: inline !important;
  }
  .u-display-inline-block-desk {
    display: inline-block !important;
  }
  .u-display-block-desk {
    display: block !important;
  }
  .u-display-table-desk {
    display: table !important;
  }
  .u-display-table-row-desk {
    display: table-row !important;
  }
  .u-display-table-cell-desk {
    display: table-cell !important;
  }
  .u-display-flex-desk {
    display: flex !important;
  }
  .u-display-inline-flex-desk {
    display: inline-flex !important;
  }
  .u-display-grid-desk {
    display: grid !important;
  }
}

.u-25vw {
  height: 25vw !important;
}

.u-25vh {
  height: 25vh !important;
}

.u-50vw {
  height: 50vw !important;
}

.u-50vh {
  height: 50vh !important;
}

.u-75vw {
  height: 75vw !important;
}

.u-75vh {
  height: 75vh !important;
}

.u-100vw {
  height: 100vw !important;
}

.u-100vh {
  height: 100vh !important;
}

@media (min-width: 441px) {
  .u-25vw-hand {
    height: 25vw !important;
  }
  .u-25vh-hand {
    height: 25vh !important;
  }
  .u-50vw-hand {
    height: 50vw !important;
  }
  .u-50vh-hand {
    height: 50vh !important;
  }
  .u-75vw-hand {
    height: 75vw !important;
  }
  .u-75vh-hand {
    height: 75vh !important;
  }
  .u-100vw-hand {
    height: 100vw !important;
  }
  .u-100vh-hand {
    height: 100vh !important;
  }
}

@media (min-width: 681px) {
  .u-25vw-lap {
    height: 25vw !important;
  }
  .u-25vh-lap {
    height: 25vh !important;
  }
  .u-50vw-lap {
    height: 50vw !important;
  }
  .u-50vh-lap {
    height: 50vh !important;
  }
  .u-75vw-lap {
    height: 75vw !important;
  }
  .u-75vh-lap {
    height: 75vh !important;
  }
  .u-100vw-lap {
    height: 100vw !important;
  }
  .u-100vh-lap {
    height: 100vh !important;
  }
}

@media (min-width: 1041px) {
  .u-25vw-desk {
    height: 25vw !important;
  }
  .u-25vh-desk {
    height: 25vh !important;
  }
  .u-50vw-desk {
    height: 50vw !important;
  }
  .u-50vh-desk {
    height: 50vh !important;
  }
  .u-75vw-desk {
    height: 75vw !important;
  }
  .u-75vh-desk {
    height: 75vh !important;
  }
  .u-100vw-desk {
    height: 100vw !important;
  }
  .u-100vh-desk {
    height: 100vh !important;
  }
}
/*# sourceMappingURL=main.css.map */
