@charset "UTF-8";
/* ========================================================================
   Component: Base
 ========================================================================== */
/*
 * 1. Set `font-size` to support `rem` units
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Style
 */
html {
  /* 1 */
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  background: #fff;
  color: #4f5759;
}

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

/* Links
 ========================================================================== */
/*
 * Style
 */
a {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #ef001c;
  text-decoration: underline;
}

/* Text-level semantics
 ========================================================================== */
/*
 * 1. Add the correct text decoration in Edge.
 * 2. The shorthand declaration `underline dotted` is not supported in Safari.
 */

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

/*
 * 1. Consolas has a better baseline in running text compared to `Courier`
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Style
 */

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

/*
 * Insert
 */

/*
 * Mark
 */

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

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

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */

/* Embedded content
 ========================================================================== */
/*
 * Remove the gap between the element and the bottom of its parent container.
 */

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

/*
 * 1. Constrain the element to its parent width.
 * 2. Preserve the intrinsic aspect ratio and auto-scale the height of an image if the `height` attribute is present.
 * 3. Take border and padding into account.
 */
canvas,
img,
svg,
video {
  /* 1 */
  max-width: 100%;
  /* 2 */
  height: auto;
  /* 3 */
  box-sizing: border-box;
}

/*
 * Deprecated: only needed for `img` elements with `uk-img`
 * 1. Hide `alt` text for lazy load images.
 * 2. Fix lazy loading images if parent element is set to `display: inline` and has `overflow: hidden`.
 */
img:not([src]) {
  /* 1 */
  visibility: hidden;
  /* 2 */
  min-width: 1px;
}

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

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

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

/* Headings
 ========================================================================== */
h1,
h2,
h3,
h4,
h5,
.uk-heading-small,
.uk-heading-medium {
  margin: 0 0 20px 0;
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: black;
  text-transform: none;
  color: #333;
}

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

/*
 * Sizes
 */
h1 {
  font-size: 1.875rem;
  line-height: 1.2;
}

h2 {
  font-size: 1.675rem;
  line-height: 1.3;
}

h3 {
  font-size: 1.625rem;
  line-height: 1.4;
}

h4 {
  font-size: 1.25rem;
  line-height: 1.4;
}

h5 {
  font-size: 1.125rem;
  line-height: 1.4;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  h1 {
    font-size: 2.75rem;
  }
  h2 {
    font-size: 1.675rem;
  }
}
/* Lists
 ========================================================================== */
ul,
ol {
  padding-left: 30px;
}

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

/* Description lists
 ========================================================================== */

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

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

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

/* Blockquotes
 ========================================================================== */

/* Add margin if adjacent element */

/*
 * Content
 */

/* Preformatted text
 ========================================================================== */
/*
 * 1. Contain overflow in all browsers.
 */

/* Focus
 ========================================================================== */

:focus-visible {
  outline: 2px dotted black;
}

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

/* HTML5 elements
 ========================================================================== */
/*
 * 1. Add the correct display in Edge, IE 10+, and Firefox.
 * 2. Add the correct display in IE.
 */

main { /* 2 */
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

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

/* Pass media breakpoints to JS
 ========================================================================== */
/*
 * Breakpoints
 */
:root {
  --uk-breakpoint-s: 640px;
  --uk-breakpoint-m: 960px;
  --uk-breakpoint-l: 1200px;
  --uk-breakpoint-xl: 1600px;
}
.webapp .btn-primary {
  background-color: #ff233d;
  border: none;
}
.webapp .btn-primary.disabled, .webapp .btn-primary:disabled {
  background-color: #170552;
}
.webapp .p-rel {
  position: relative;
}
.webapp .p-abs {
  position: absolute;
}
.webapp h1 {
  color: #ff233d;
  margin-bottom: 15px;
}
.webapp h2 {
  margin-bottom: 15px;
}
.webapp .login-container {
  background-color: transparent;
  display: block;
}
.webapp .login-container .row {
  display: flex;
  width: 100%;
}
.webapp .btn {
  border: none;
  border-radius: 0;
  padding: 10px 30px;
  text-transform: uppercase;
}
.webapp em.fa {
  color: #4f5759;
}
.webapp .input-group-append .btn {
  padding: 0 10px;
  text-transform: none;
}
.webapp .btn-primary, .webapp .btn-info {
  background-color: #222;
  color: #fff;
}
.webapp .btn-primary:hover, .webapp .btn-info:hover {
  background-color: #36454f;
}
.webapp .btn-secondary {
  background-color: #838383;
  color: #fff;
}
.webapp .btn.disabled, .webapp .btn:disabled {
  background-color: #ccc;
}
.webapp #customLogin {
  margin-bottom: 30px;
}

.angular-app .text-dark {
  color: #000 !important;
}
.angular-app .container-fluid .container-fluid {
  padding: 0 15px;
}
.angular-app .container-fluid .container-fluid .row {
  margin: 0 -15px;
}
.angular-app .container-fluid .container-fluid .col, .angular-app .container-fluid .container-fluid [class*=col-] {
  padding: 0 15px;
}
.angular-app .container-fluid .container-fluid h3 {
  margin-top: 15px;
}
.angular-app .container-fluid .container-fluid h4 {
  margin-top: 30px;
}
.angular-app .modal-header, .angular-app .modal-header-danger {
  border-radius: 2px 2px 0 0;
  color: #fff !important;
  padding: 15px;
  position: relative;
}
.angular-app .modal-header .fa {
  color: #fff !important;
  font-size: 28px !important;
  margin-right: 10px;
  vertical-align: -2px;
}
.angular-app .close {
  font-size: 40px;
  padding-right: 15px;
  position: absolute;
  right: 0;
  top: 0;
}
.angular-app h4 .close {
  top: 20px;
}
.angular-app .modal-body {
  background-color: #fff;
  border-radius: 0;
  color: #000;
  padding: 30px;
}
.angular-app .modal-footer {
  background-color: #fff;
}
.angular-app .card-title {
  margin-bottom: 0;
}
.angular-app .control-errors {
  color: #c00;
  font-size: 11px;
  margin-top: 10px;
}
.angular-app .btn-info + .btn-info {
  margin-right: 30px;
}
.angular-app .btn-outline-secondary {
  border: 1px solid #ced4da;
}
.angular-app .form-group.required:after {
  content: "*";
  color: #c00;
  font-size: 24px;
  margin-left: 3px;
  margin-top: -5px;
  position: absolute;
  right: 20px;
  top: 10px;
}
.angular-app .nav-tabs .nav-item .nav-link {
  color: #666;
  font-size: 21px;
  margin-bottom: 15px;
}
.angular-app .nav-tabs .nav-item .nav-link.active {
  border-bottom-color: #000;
  color: #000;
}
.angular-app .form-control {
  border: 1px solid #ced4da;
}
@media (min-width: 768px) {
  .angular-app hr {
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .angular-app hr {
    margin-left: 0;
  }
}

.loader {
  background: none;
  height: auto;
  width: auto;
}
.header {
  background-color: white;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.35);
  transition: background-color 0.2s;
}
.home .header {
  background-color: white;
  box-shadow: none;
}
.header.uk-sticky {
  z-index: 1000;
}
.header.is-open-menu, .header.uk-sticky-fixed.uk-active {
  background-color: white;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.35);
}

.header .uk-navbar .uk-navbar-toggle {
  color: #000 !important;
}

.header .uk-navbar .uk-active {
  color: #da0921;
}

header .uk-navbar .uk-navbar-nav li a {
  font-size: 1rem;
  color: black;
}

.footer {
  color: #333;
}

.footer .box-footer {
  background-image: url(../images/rosario-base-red.svg);
  background-repeat: no-repeat;
  background-position: left bottom -40px;
  padding: 20px 0 160px 60px;
}

.performance .footer .box-footer {
  background-image: url(../images/rosario-base-red.svg);
  background-repeat: no-repeat;
  background-position: left bottom -40px;
  padding: 0 0 160px 60px;
}

.footer .box-footer .menu-footer li:nth-child(1) > a, .footer .box-footer .menu-footer li:nth-child(2) > a {
  font-weight: 600;
}

.footer .footer-copyright {
  color: white;
}

.footer h3 {
  color: #333;
  font-size: 1.275rem;
  margin-top: 0;
}

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

.footer .uk-nav-default > li > a:hover {
  color: #333;
  text-decoration: underline;
}

@media (min-width: 640px) {
  .footer .box-footer {
    background-image: url(../images/rosario-base-red.svg);
    background-repeat: no-repeat;
    background-position: left bottom -40px;
    padding: 20px 0 40px 160px;
  }
}
/* ========================================================================
   Component: Link
 ========================================================================== */
/* Muted
 ========================================================================== */

/* Text
 ========================================================================== */
a.uk-link-text,
.uk-link-text a {
  color: inherit;
}

a.uk-link-text:hover,
.uk-link-text a:hover {
  color: #999;
}

/* Heading
 ========================================================================== */

/* Reset
 ========================================================================== */
/*
 * `!important` needed to override inverse component
 */

/* Toggle
 ========================================================================== */

/* ========================================================================
   Component: Heading
 ========================================================================== */
.uk-heading-small {
  font-size: 1.625;
  line-height: 1.2;
}

.uk-heading-medium {
  font-size: 1.8046875;
  line-height: 1.1;
}

/* Tablet Landscape and bigger */
@media (min-width: 960px) {
  .uk-heading-small {
    font-size: 2.03125;
  }
  .uk-heading-medium {
    font-size: 2.1875;
  }
}
/* Laptop and bigger */
@media (min-width: 1200px) {
  .uk-heading-medium {
    font-size: 2.5;
  }
}
/* Primary
   Deprecated: Use `uk-heading-medium` instead
 ========================================================================== */
/* Tablet landscape and bigger */
/* Desktop and bigger */
/* Hero
   Deprecated: Use `uk-heading-xlarge` instead
 ========================================================================== */
/* Tablet landscape and bigger */
/* Desktop and bigger */
/* Divider
 ========================================================================== */

/* Bullet
 ========================================================================== */

/*
 * 1. Using `inline-block` to make it work with text alignment
 * 2. Center vertically
 * 3. Style
 */

/* Line
 ========================================================================== */
/*
 * Clip the child element
 */

/*
 * Extra markup is needed to make it work with text align
 */

/*
 * 1. Center vertically
 * 2. Make the element as large as possible. It's clipped by the container.
 * 3. Style
 */

/* ========================================================================
   Component: Divider
 ========================================================================== */
/*
 * 1. Reset default `hr`
 * 2. Set margin if a `div` is used for semantical reason
 */

/* Add margin if adjacent element */

/* Icon
 ========================================================================== */

/* Small
 ========================================================================== */
/*
 * 1. Fix height because of `inline-block`
 * 2. Using ::after and inline-block to make `text-align` work
 */
/* 1 */

/* 2 */

/* Vertical
 ========================================================================== */

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

/*
 * Avoid column break within the list item, when using `column-count`
 */
.uk-list > * {
  break-inside: avoid-column;
}

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

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

/* Marker modifiers
 * Moving `::marker` inside `::before` to style it differently
 * To style the `::marker` is currently only supported in Firefox and Safari
 ========================================================================== */
.uk-list-disc > * {
  padding-left: 30px;
}

/*
 * Type modifiers
 */

.uk-list-disc > ::before {
  content: "";
  position: relative;
  left: -30px;
  width: 30px;
  height: 1.5em;
  margin-bottom: -1.5em;
  display: list-item;
  list-style-position: inside;
  text-align: right;
}

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

/*
 * Color modifiers
 */

/* Image bullet modifier
 ========================================================================== */

/* Style modifiers
 ========================================================================== */
/*
 * Divider
 */

/*
 * Striped
 */

/* Size modifier
 ========================================================================== */

/*
 * Divider
 */

/*
 * Striped
 */

.uk-list ::before {
  list-style: none;
}
.uk-list > li {
  padding: 0;
}
.uk-list.chek-red > li {
  margin-left: 15px;
  padding: 10px 10px 10px 40px;
  position: relative;
}
.uk-list.chek-red > li::before {
  display: block;
  background-size: contain;
  position: absolute;
  height: 32px;
  width: 32px;
  left: 0;
  background: url(../images/program-check-red.svg) no-repeat center;
}
.uk-list.chek-blue > li {
  margin-left: 15px;
  padding: 10px 10px 10px 40px;
  position: relative;
}
.uk-list.chek-blue > li::before {
  display: block;
  background-size: contain;
  position: absolute;
  height: 32px;
  width: 32px;
  left: 0;
  background: url(../images/program-check-blue.svg) no-repeat center;
}

.reconocimientos .uk-list {
  list-style-type: disc;
  padding: 10px 10px 10px 30px;
}

.reconocimientos .uk-list-disc > ::before {
  left: 0 !important;
}

.preguntas-frecuentes .uk-list ul {
  margin-left: 10px;
}

.preguntas-frecuentes .uk-list ul {
  margin-left: 30px;
}

.preguntas-frecuentes .uk-list ul li {
  list-style-type: disc;
  padding: 0;
}

.preguntas-frecuentes .uk-list ul li::marker {
  color: #4f4f4f !important;
}

.preguntas-frecuentes .uk-list ul li ul li {
  list-style: circle;
  color: #4f4f4f !important;
}

.preguntas-frecuentes .uk-list ul li.no-bullet {
  list-style: none !important;
  padding-left: -30px !important;
  margin-left: 0;
}

ol.uk-list {
  list-style-type: decimal;
  padding: 10px 10px 10px 30px;
}
ol.uk-list ::marker {
  display: block;
  color: #da0921 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
}
ol.uk-list ::before {
  content: none;
}

.campo-laboral .uk-list {
  list-style-type: disc;
  padding: 10px 10px 10px 30px;
}
.campo-laboral .uk-list ::marker {
  display: block;
  color: #da0921 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
}

.docentes .uk-list {
  list-style-type: circle;
  padding: 10px 10px 10px 30px;
}
.docentes .uk-list ::marker {
  display: block;
  color: #da0921 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
}

.performance .syllabus .uk-list {
  list-style-type: circle;
  padding: 10px 10px 10px 30px;
}
.performance .syllabus .uk-list ::marker {
  display: block;
  color: #da0921 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
}

.performance .beneficios .uk-list {
  list-style-type: circle;
  padding: 10px 10px 10px 30px;
}
.performance .beneficios .uk-list ::marker {
  display: block;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 600 !important;
}

.beneficios .habilidades .uk-list li {
  border: 1px solid #f2f2f2;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 25px;
  margin: 5px 10px 5px 0;
}

.blog ul.uk-list {
  list-style-type: disc;
  padding: 10px 10px 10px 30px;
}
.blog ul.uk-list ::marker {
  display: block;
  color: #da0921 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
}
.blog ul.uk-list ::before {
  content: none;
}

@media (max-width: 640px) {
  .reconocimientos .uk-list-disc > ::before {
    left: 0 !important;
  }
}
/* ========================================================================
   Component: Table
 ========================================================================== */
/*
 * 1. Remove most spacing between table cells.
 * 2. Behave like a block element
 * 3. Style
 */

/* Add margin if adjacent element */

/* Header cell
 ========================================================================== */
/*
 * 1. Style
 */

/* Cell
 ========================================================================== */

/*
 * Remove margin from the last-child
 */

/* Footer
 ========================================================================== */

/* Caption
 ========================================================================== */

/* Alignment modifier
 ========================================================================== */

/* Style modifiers
 ========================================================================== */
/*
 * Divider
 */

/*
 * Striped
 */
.uk-table-striped > tr:nth-of-type(odd),
.uk-table-striped tbody tr:nth-of-type(odd) {
  background: #f8f8f8;
}

/*
 * Hover
 */

/* Active state
 ========================================================================== */

/* Size modifier
 ========================================================================== */

/* Justify modifier
 ========================================================================== */

/* Cell size modifier
 ========================================================================== */

/* Cell link modifier
 ========================================================================== */
/*
 * Does not work with `uk-table-justify` at the moment
 */

/* Responsive table
 ========================================================================== */
/* Phone landscape and smaller */
/* ========================================================================
   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
 */

/*
 * 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
 * 1. Required for `span` with background image
 * 2. Required for `image`
 */

/* Style modifiers
 ========================================================================== */
/*
 * Link
 * 1. Allow text within link
 */

/* OnClick + Active */

/*
 * Button
 * 1. Center icon vertically and horizontally
 */

/* Hover */

/* OnClick + Active */

.uk-icon svg * {
  stroke-linecap: round;
}
.uk-icon.bold svg *, .uk-icon.strong svg * {
  stroke-width: 1.5;
}
.uk-icon.fat svg * {
  stroke-width: 2;
}

/* ========================================================================
   Component: Form
 ========================================================================== */
/*
 * 1. Define consistent box sizing.
 *    Default is `content-box` with following exceptions set to `border-box`
 *    `select`, `input[type="checkbox"]` and `input[type="radio"]`
 *    `input[type="search"]` in Chrome, Safari and Opera
 *    `input[type="color"]` in Firefox
 * 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.
 */
.uk-input,
.uk-select,
.uk-textarea,
.uk-checkbox {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  margin: 0;
  /* 3 */
  border-radius: 0;
  /* 4 */
  font: inherit;
}

/*
 * Show the overflow in Edge.
 */
.uk-input {
  overflow: visible;
}

/*
 * Remove the inheritance of text transform in Firefox.
 */
.uk-select {
  text-transform: none;
}

/*
 * 1. Change font properties to `inherit` in all browsers
 * 2. Don't inherit the `font-weight` and use `bold` instead.
 * NOTE: Both declarations don't work in Chrome, Safari and Opera.
 */
.uk-select optgroup {
  /* 1 */
  font: inherit;
  /* 2 */
  font-weight: bold;
}

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

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

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

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

/*
 * Improves consistency of cursor style for clickable elements
 */

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

/*
 * Define consistent border, margin, and padding.
 */

/* Input, select and textarea
 * Allowed: `text`, `password`, `datetime`, `datetime-local`, `date`,  `month`,
            `time`, `week`, `number`, `email`, `url`, `search`, `tel`, `color`
 * Disallowed: `range`, `radio`, `checkbox`, `file`, `submit`, `reset` and `image`
 ========================================================================== */
/*
 * Remove default style in iOS.
 */
.uk-input,
.uk-textarea {
  -webkit-appearance: none;
}

/*
 * 1. Prevent content overflow if a fixed width is used
 * 2. Take the full width
 * 3. Reset default
 * 4. Style
 */
.uk-input,
.uk-select,
.uk-textarea {
  /* 1 */
  max-width: 100%;
  /* 2 */
  width: 100%;
  /* 3 */
  border: 0 none;
  /* 4 */
  padding: 0 10px;
  background: #f8f8f8;
  color: #4f5759;
}

/*
 * Single-line
 * 1. Allow any element to look like an `input` or `select` element
 * 2. Make sure line-height is not larger than height
 *    Also needed to center the text vertically
 */
.uk-input,
.uk-select:not([multiple]):not([size]) {
  height: 40px;
  vertical-align: middle;
  /* 1 */
  display: inline-block;
}
.lead-form .uk-input,
.lead-form .uk-select:not([multiple]):not([size]) {
  background-color: transparent;
  border: 1px solid white;
  color: white;
  font-size: 0.9375rem;
}
.lead-form .uk-input::placeholder,
.lead-form .uk-select:not([multiple]):not([size])::placeholder {
  color: white;
}
div.uk-background-primary .lead-form .uk-input::placeholder, div.uk-background-secondary .lead-form .uk-input::placeholder,
div.uk-background-primary .lead-form .uk-select:not([multiple]):not([size])::placeholder,
div.uk-background-secondary .lead-form .uk-select:not([multiple]):not([size])::placeholder {
  color: white !important;
}
.lead-form .uk-input optgroup,
.lead-form .uk-select:not([multiple]):not([size]) optgroup {
  color: black;
}
div.uk-background-primary .lead-form .uk-input:not(.ccountry), div.uk-background-secondary .lead-form .uk-input:not(.ccountry),
div.uk-background-primary .lead-form .uk-select:not([multiple]):not([size]):not(.ccountry),
div.uk-background-secondary .lead-form .uk-select:not([multiple]):not([size]):not(.ccountry) {
  border-color: white;
  color: white;
}
.lead-form .uk-input.unhappy,
.lead-form .uk-select:not([multiple]):not([size]).unhappy {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: #f3fd5b;
  color: #fff;
}
.lead-form .uk-input.ccountry,
.lead-form .uk-select:not([multiple]):not([size]).ccountry {
  border: 1px solid #ccc;
  color: #4f5759;
}
.lead-form .uk-input:not(.ccountry),
.lead-form .uk-select:not([multiple]):not([size]):not(.ccountry) {
  background-color: transparent;
  border: 1px solid white;
  color: white;
  font-size: 0.875rem;
}
.lead-form .uk-input:not(.ccountry)::placeholder,
.lead-form .uk-select:not([multiple]):not([size]):not(.ccountry)::placeholder {
  color: white;
}
.lead-form .uk-input:not(.ccountry).unhappy,
.lead-form .uk-select:not([multiple]):not([size]):not(.ccountry).unhappy {
  border-color: #ce1f1f !important;
}

/* 2 */
.uk-input:not(input),
.uk-select:not(select) {
  line-height: 40px;
}

/*
 * Multi-line
 */
.uk-select[multiple],
.uk-select[size],
.uk-textarea {
  padding-top: 6px;
  padding-bottom: 6px;
  vertical-align: top;
}

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

/* Focus */
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  outline: none;
  background-color: transparent;
  color: #4f5759;
}

/* Disabled */
.uk-input:disabled,
.uk-select:disabled,
.uk-textarea:disabled {
  background-color: #f8f8f8;
  color: #999;
}

/*
 * Placeholder
 */
.uk-input::placeholder {
  color: #999;
}

.uk-textarea::placeholder {
  color: #999;
}

/* Style modifier (`uk-input`, `uk-select` and `uk-textarea`)
 ========================================================================== */
/*
 * Small
 */

/* Single-line */

/* Multi-line */
textarea.uk-form-small {
  padding: 5px 8px;
}

/*
 * Large
 */

/* Single-line */

/* Multi-line */
textarea.uk-form-large {
  padding: 7px 12px;
}

/* Style modifier (`uk-input`, `uk-select` and `uk-textarea`)
 ========================================================================== */
/*
 * Error
 */

/*
 * Success
 */

/*
 * Blank
 */

/* Width modifiers (`uk-input`, `uk-select` and `uk-textarea`)
 ========================================================================== */
/*
 * Fixed widths
 * Different widths for mini sized `input` and `select` elements
 */
input.uk-form-width-xsmall {
  width: 50px;
}

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

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

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

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

/* Select
 ========================================================================== */
/*
 * 1. Remove default style. Also works in Firefox
 * 2. Style
 * 3. Set `color` for options in the select dropdown, because the inherited `color` might be too light.
 */
.uk-select:not([multiple]):not([size]) {
  /* 1 */
  -webkit-appearance: none;
  -moz-appearance: none;
  /* 2 */
  padding-right: 20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%234f5759%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%234f5759%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

/* 3 */
.uk-select:not([multiple]):not([size]) option {
  color: #4f5759;
}

/*
 * Disabled
 */
.uk-select:not([multiple]):not([size]):disabled {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

/* Datalist
 ========================================================================== */
/*
 * 1. Remove default style in Chrome
 */
.uk-input[list] {
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

.uk-input[list]:hover,
.uk-input[list]:focus {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%234f5759%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

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

/* Radio and checkbox
 ========================================================================== */
/*
 * 1. Style
 * 2. Make box more robust so it clips the child element
 * 3. Vertical alignment
 * 4. Remove default style
 * 5. Fix black background on iOS
 * 6. Center icons
 */

.uk-checkbox {
  /* 1 */
  display: inline-block;
  height: 16px;
  width: 16px;
  /* 2 */
  overflow: hidden;
  /* 3 */
  margin-top: -4px;
  vertical-align: middle;
  /* 4 */
  -webkit-appearance: none;
  -moz-appearance: none;
  /* 5 */
  background-color: #ebebeb;
  /* 6 */
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.lead-form .uk-checkbox {
  background-color: white;
  border: 1px solid white;
  height: 20px;
  width: 20px;
  margin-block: 15px !important;
}

div.uk-background-primary .lead-form .uk-checkbox,
div.uk-background-secondary .lead-form .uk-checkbox {
  background-color: transparent;
  border-color: white;
}

.lead-form .uk-checkbox.unhappy {
  background-color: rgba(206, 31, 31, 0.3);
  border-color: #ce1f1f !important;
}

/* Focus */

.uk-checkbox:focus {
  background-color: transparent;
  outline: none;
}

/*
 * Checked
 */

.uk-checkbox:checked,
.uk-checkbox:indeterminate {
  background-color: #ff233d;
}

.lead-form .uk-checkbox:checked,
.lead-form .uk-checkbox:indeterminate {
  background-color: #ff233d;
}

div.uk-background-primary .lead-form .uk-checkbox:checked,
div.uk-background-secondary .lead-form .uk-checkbox:checked,
div.uk-background-primary .lead-form .uk-checkbox:indeterminate,
div.uk-background-secondary .lead-form .uk-checkbox:indeterminate {
  background-color: transparent;
}

/* Focus */

.uk-checkbox:checked:focus,
.uk-checkbox:indeterminate:focus {
  background-color: transparent;
}

.lead-form .uk-checkbox:checked:focus,
.lead-form .uk-checkbox:indeterminate:focus {
  background-color: #ff233d;
}

div.uk-background-primary .lead-form .uk-checkbox:checked:focus,
div.uk-background-secondary .lead-form .uk-checkbox:checked:focus,
div.uk-background-primary .lead-form .uk-checkbox:indeterminate:focus,
div.uk-background-secondary .lead-form .uk-checkbox:indeterminate:focus {
  background-color: transparent;
}

/*
 * Icons
 */

.uk-checkbox:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-checkbox:indeterminate {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23fff%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

/*
 * Disabled
 */

.uk-checkbox:disabled {
  background-color: #f8f8f8;
}

.uk-checkbox:disabled:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-checkbox:disabled:indeterminate {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23999%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

/* Legend
 ========================================================================== */
/*
 * Legend
 * 1. Behave like block element
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove padding so people aren't caught out if they zero out fieldsets.
 * 4. Style
 */

/* Custom controls
 ========================================================================== */
/*
 * 1. Container fits its content
 * 2. Create position context
 * 3. Prevent content overflow
 * 4. Behave like most inline-block elements
 */

/*
 * 1. Position and resize the form control to always cover its container
 * 2. Required for Firefox for positioning to the left
 * 3. Required for Webkit to make `height` work
 * 4. Hide controle and show cursor
 * 5. Needed for the cursor
 * 6. Clip height caused by 5. Needed for Webkit only
 */

/* Label
 ========================================================================== */
.lead-form .uk-panel:is(.form-terms) .uk-form-label {
  font-size: 0.6875rem;
  line-height: 1;
  display: inherit;
}
div.uk-background-white .lead-form .uk-panel:is(.form-terms) .uk-form-label, .uk-modal-body .lead-form .uk-panel:is(.form-terms) .uk-form-label {
  color: white;
}
div.uk-background-primary .lead-form .uk-panel:is(.form-terms) .uk-form-label, div.uk-background-secondary .lead-form .uk-panel:is(.form-terms) .uk-form-label {
  color: white;
}
div.uk-background-primary .lead-form .uk-panel:is(.form-terms) .uk-form-label a, div.uk-background-secondary .lead-form .uk-panel:is(.form-terms) .uk-form-label a {
  color: white;
  text-decoration: underline;
}
.lead-form .uk-panel:not(.form-terms) .uk-form-label {
  display: none;
  font-size: 0.75rem;
  line-height: 1;
  padding: 2px 10px;
  position: absolute;
  top: -8px;
  left: 8px;
  z-index: 1;
}
.lead-form .uk-panel:not(.form-terms) .uk-form-label {
  background-color: #4f5759;
}
div.uk-background-primary .lead-form .uk-panel:not(.form-terms) .uk-form-label, div.uk-background-secondary .lead-form .uk-panel:not(.form-terms) .uk-form-label {
  color: white;
}
div.uk-background-primary .lead-form .uk-panel:not(.form-terms) .uk-form-label {
  background-color: #ff233d;
}
div.uk-background-secondary .lead-form .uk-panel:not(.form-terms) .uk-form-label {
  background-color: #170552;
}
.uk-form-label, .uk-form-label a {
  color: white;
}
.uk-form-label a {
  font-weight: 600;
}

/* Layout
 ========================================================================== */
/*
 * Stacked
 */
.uk-form-stacked .uk-form-label {
  display: block;
  margin-bottom: 10px;
}

/*
 * Horizontal
 */
/* Tablet portrait and smaller */
@media (max-width: 959px) {
  /* Behave like `uk-form-stacked` */
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* Better vertical alignment if controls are checkboxes and radio buttons with text */
}
/* Icons
 ========================================================================== */
/*
 * 1. Set position
 * 2. Set width
 * 3. Center icon vertically and horizontally
 * 4. Style
 */
.uk-form-icon {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  /* 2 */
  width: 40px;
  /* 3 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  /* 4 */
  color: #999;
}

/*
 * Required for `a`.
 */
.uk-form-icon:hover {
  color: #4f5759;
}

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

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

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

.uk-form-icon-flip ~ .uk-input {
  padding-right: 40px !important;
}
.top-form.uk-sticky.uk-active {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
}

[class*=uk-background] form {
  padding: 30px;
}

.uk-modal-body [class*=uk-background] form {
  padding: 0;
}

button.country-flag {
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: white;
  height: 40px;
}
button.country-flag {
  background-color: transparent;
  color: white;
}
div.uk-background-primary button.country-flag, div.uk-background-secondary button.country-flag {
  border-color: white;
}
div.uk-background-primary button.country-flag, div.uk-background-secondary button.country-flag {
  color: white;
}

.show-valid,
.show-invalid {
  position: absolute;
  top: 7px;
  right: 10px;
}
.show-valid svg *,
.show-invalid svg * {
  fill: none;
  stroke: black;
}
div.uk-background-primary .show-valid svg *, div.uk-background-secondary .show-valid svg *,
div.uk-background-primary .show-invalid svg *,
div.uk-background-secondary .show-invalid svg * {
  stroke: white;
}

.email-confirm {
  color: black;
  left: auto;
  right: 55px;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}
div.uk-background-primary .email-confirm, div.uk-background-secondary .email-confirm {
  color: white;
}

.lead-form .uk-text-primary {
  font-size: 1.125rem;
  font-weight: 700;
}

.lead-form .unhappy {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: #f3fd5b;
  color: #fff;
}

.lead-form .uk-input, .lead-form .uk-select:not([multiple]):not([size]) {
  background-color: rgba(0, 0, 0, 0);
  border: #fff solid 1px;
  color: #fff;
}

.show-valid svg * {
  fill: none;
  stroke: #05FC41;
}

.show-invalid svg * {
  fill: none;
  stroke: #cc0000;
}

button.country-flag {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px;
  cursor: pointer;
}
button.country-flag .flag {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 100%;
}

.country-flag .ac {
  background-image: url(../images/flags/ac.png);
}

.country-flag .ad {
  background-image: url(../images/flags/ad.png);
}

.country-flag .ae {
  background-image: url(../images/flags/ae.png);
}

.country-flag .af {
  background-image: url(../images/flags/af.png);
}

.country-flag .ag {
  background-image: url(../images/flags/ag.png);
}

.country-flag .ai {
  background-image: url(../images/flags/ai.png);
}

.country-flag .al {
  background-image: url(../images/flags/al.png);
}

.country-flag .am {
  background-image: url(../images/flags/am.png);
}

.country-flag .ao {
  background-image: url(../images/flags/ao.png);
}

.country-flag .aq {
  background-image: url(../images/flags/aq.png);
}

.country-flag .ar {
  background-image: url(../images/flags/ar.png);
}

.country-flag .as {
  background-image: url(../images/flags/as.png);
}

.country-flag .at {
  background-image: url(../images/flags/at.png);
}

.country-flag .au {
  background-image: url(../images/flags/au.png);
}

.country-flag .aw {
  background-image: url(../images/flags/aw.png);
}

.country-flag .ax {
  background-image: url(../images/flags/ax.png);
}

.country-flag .az {
  background-image: url(../images/flags/az.png);
}

.country-flag .ba {
  background-image: url(../images/flags/ba.png);
}

.country-flag .bb {
  background-image: url(../images/flags/bb.png);
}

.country-flag .bd {
  background-image: url(../images/flags/bd.png);
}

.country-flag .be {
  background-image: url(../images/flags/be.png);
}

.country-flag .bf {
  background-image: url(../images/flags/bf.png);
}

.country-flag .bg {
  background-image: url(../images/flags/bg.png);
}

.country-flag .bh {
  background-image: url(../images/flags/bh.png);
}

.country-flag .bi {
  background-image: url(../images/flags/bi.png);
}

.country-flag .bj {
  background-image: url(../images/flags/bj.png);
}

.country-flag .bl {
  background-image: url(../images/flags/bl.png);
}

.country-flag .bm {
  background-image: url(../images/flags/bm.png);
}

.country-flag .bn {
  background-image: url(../images/flags/bn.png);
}

.country-flag .bo {
  background-image: url(../images/flags/bo.png);
}

.country-flag .br {
  background-image: url(../images/flags/br.png);
}

.country-flag .bq {
  background-image: url(../images/flags/bq.png);
}

.country-flag .bs {
  background-image: url(../images/flags/bs.png);
}

.country-flag .bt {
  background-image: url(../images/flags/bt.png);
}

.country-flag .bv {
  background-image: url(../images/flags/bv.png);
}

.country-flag .bw {
  background-image: url(../images/flags/bw.png);
}

.country-flag .by {
  background-image: url(../images/flags/by.png);
}

.country-flag .bz {
  background-image: url(../images/flags/bz.png);
}

.country-flag .ca {
  background-image: url(../images/flags/ca.png);
}

.country-flag .cc {
  background-image: url(../images/flags/cc.png);
}

.country-flag .cd {
  background-image: url(../images/flags/cd.png);
}

.country-flag .cf {
  background-image: url(../images/flags/cf.png);
}

.country-flag .cg {
  background-image: url(../images/flags/cg.png);
}

.country-flag .ch {
  background-image: url(../images/flags/ch.png);
}

.country-flag .ci {
  background-image: url(../images/flags/ci.png);
}

.country-flag .ck {
  background-image: url(../images/flags/ck.png);
}

.country-flag .cl {
  background-image: url(../images/flags/cl.png);
}

.country-flag .cm {
  background-image: url(../images/flags/cm.png);
}

.country-flag .cn {
  background-image: url(../images/flags/cn.png);
}

.country-flag .co {
  background-image: url(../images/flags/co.png);
}

.country-flag .cr {
  background-image: url(../images/flags/cr.png);
}

.country-flag .cs {
  background-image: url(../images/flags/cs.png);
}

.country-flag .cu {
  background-image: url(../images/flags/cu.png);
}

.country-flag .cv {
  background-image: url(../images/flags/cv.png);
}

.country-flag .cw {
  background-image: url(../images/flags/cw.png);
}

.country-flag .cx {
  background-image: url(../images/flags/cx.png);
}

.country-flag .cy {
  background-image: url(../images/flags/cy.png);
}

.country-flag .cz {
  background-image: url(../images/flags/cz.png);
}

.country-flag .dd {
  background-image: url(../images/flags/dd.png);
}

.country-flag .de {
  background-image: url(../images/flags/de.png);
}

.country-flag .dj {
  background-image: url(../images/flags/dj.png);
}

.country-flag .dk {
  background-image: url(../images/flags/dk.png);
}

.country-flag .dm {
  background-image: url(../images/flags/dm.png);
}

.country-flag .do {
  background-image: url(../images/flags/do.png);
}

.country-flag .dz {
  background-image: url(../images/flags/dz.png);
}

.country-flag .ec {
  background-image: url(../images/flags/ec.png);
}

.country-flag .ee {
  background-image: url(../images/flags/ee.png);
}

.country-flag .eg {
  background-image: url(../images/flags/eg.png);
}

.country-flag .eh {
  background-image: url(../images/flags/eh.png);
}

.country-flag .er {
  background-image: url(../images/flags/er.png);
}

.country-flag .es {
  background-image: url(../images/flags/es.png);
}

.country-flag .et {
  background-image: url(../images/flags/et.png);
}

.country-flag .eu {
  background-image: url(../images/flags/eu.png);
}

.country-flag .fi {
  background-image: url(../images/flags/fi.png);
}

.country-flag .fj {
  background-image: url(../images/flags/fj.png);
}

.country-flag .fk {
  background-image: url(../images/flags/fk.png);
}

.country-flag .fm {
  background-image: url(../images/flags/fm.png);
}

.country-flag .fo {
  background-image: url(../images/flags/fo.png);
}

.country-flag .fr {
  background-image: url(../images/flags/fr.png);
}

.country-flag .ga {
  background-image: url(../images/flags/ga.png);
}

.country-flag .gb {
  background-image: url(../images/flags/gb.png);
}

.country-flag .gd {
  background-image: url(../images/flags/gd.png);
}

.country-flag .ge {
  background-image: url(../images/flags/ge.png);
}

.country-flag .gf {
  background-image: url(../images/flags/gf.png);
}

.country-flag .gg {
  background-image: url(../images/flags/gg.png);
}

.country-flag .gh {
  background-image: url(../images/flags/gh.png);
}

.country-flag .gi {
  background-image: url(../images/flags/gi.png);
}

.country-flag .gl {
  background-image: url(../images/flags/gl.png);
}

.country-flag .gm {
  background-image: url(../images/flags/gm.png);
}

.country-flag .gn {
  background-image: url(../images/flags/gn.png);
}

.country-flag .gp {
  background-image: url(../images/flags/gp.png);
}

.country-flag .gq {
  background-image: url(../images/flags/gq.png);
}

.country-flag .gr {
  background-image: url(../images/flags/gr.png);
}

.country-flag .gs {
  background-image: url(../images/flags/gs.png);
}

.country-flag .gt {
  background-image: url(../images/flags/gt.png);
}

.country-flag .gu {
  background-image: url(../images/flags/gu.png);
}

.country-flag .gw {
  background-image: url(../images/flags/gw.png);
}

.country-flag .gy {
  background-image: url(../images/flags/gy.png);
}

.country-flag .hk {
  background-image: url(../images/flags/hk.png);
}

.country-flag .hm {
  background-image: url(../images/flags/hm.png);
}

.country-flag .hn {
  background-image: url(../images/flags/hn.png);
}

.country-flag .hr {
  background-image: url(../images/flags/hr.png);
}

.country-flag .ht {
  background-image: url(../images/flags/ht.png);
}

.country-flag .hu {
  background-image: url(../images/flags/hu.png);
}

.country-flag .id {
  background-image: url(../images/flags/id.png);
}

.country-flag .ie {
  background-image: url(../images/flags/ie.png);
}

.country-flag .il {
  background-image: url(../images/flags/il.png);
}

.country-flag .im {
  background-image: url(../images/flags/im.png);
}

.country-flag .in {
  background-image: url(../images/flags/in.png);
}

.country-flag .io {
  background-image: url(../images/flags/io.png);
}

.country-flag .iq {
  background-image: url(../images/flags/iq.png);
}

.country-flag .ir {
  background-image: url(../images/flags/ir.png);
}

.country-flag .is {
  background-image: url(../images/flags/is.png);
}

.country-flag .it {
  background-image: url(../images/flags/it.png);
}

.country-flag .je {
  background-image: url(../images/flags/je.png);
}

.country-flag .jm {
  background-image: url(../images/flags/jm.png);
}

.country-flag .jo {
  background-image: url(../images/flags/jo.png);
}

.country-flag .jp {
  background-image: url(../images/flags/jp.png);
}

.country-flag .ke {
  background-image: url(../images/flags/ke.png);
}

.country-flag .kg {
  background-image: url(../images/flags/kg.png);
}

.country-flag .kh {
  background-image: url(../images/flags/kh.png);
}

.country-flag .ki {
  background-image: url(../images/flags/ki.png);
}

.country-flag .km {
  background-image: url(../images/flags/km.png);
}

.country-flag .kn {
  background-image: url(../images/flags/kn.png);
}

.country-flag .kp {
  background-image: url(../images/flags/kp.png);
}

.country-flag .kr {
  background-image: url(../images/flags/kr.png);
}

.country-flag .kw {
  background-image: url(../images/flags/kw.png);
}

.country-flag .ky {
  background-image: url(../images/flags/ky.png);
}

.country-flag .kz {
  background-image: url(../images/flags/kz.png);
}

.country-flag .la {
  background-image: url(../images/flags/la.png);
}

.country-flag .lb {
  background-image: url(../images/flags/lb.png);
}

.country-flag .lc {
  background-image: url(../images/flags/lc.png);
}

.country-flag .li {
  background-image: url(../images/flags/li.png);
}

.country-flag .lk {
  background-image: url(../images/flags/lk.png);
}

.country-flag .lr {
  background-image: url(../images/flags/lr.png);
}

.country-flag .ls {
  background-image: url(../images/flags/ls.png);
}

.country-flag .lt {
  background-image: url(../images/flags/lt.png);
}

.country-flag .lu {
  background-image: url(../images/flags/lu.png);
}

.country-flag .lv {
  background-image: url(../images/flags/lv.png);
}

.country-flag .ly {
  background-image: url(../images/flags/ly.png);
}

.country-flag .ma {
  background-image: url(../images/flags/ma.png);
}

.country-flag .mc {
  background-image: url(../images/flags/mc.png);
}

.country-flag .md {
  background-image: url(../images/flags/md.png);
}

.country-flag .me {
  background-image: url(../images/flags/me.png);
}

.country-flag .mf {
  background-image: url(../images/flags/mf.png);
}

.country-flag .mg {
  background-image: url(../images/flags/mg.png);
}

.country-flag .mh {
  background-image: url(../images/flags/mh.png);
}

.country-flag .mk {
  background-image: url(../images/flags/mk.png);
}

.country-flag .ml {
  background-image: url(../images/flags/ml.png);
}

.country-flag .mm {
  background-image: url(../images/flags/mm.png);
}

.country-flag .mn {
  background-image: url(../images/flags/mn.png);
}

.country-flag .mo {
  background-image: url(../images/flags/mo.png);
}

.country-flag .mp {
  background-image: url(../images/flags/mp.png);
}

.country-flag .mq {
  background-image: url(../images/flags/mq.png);
}

.country-flag .mr {
  background-image: url(../images/flags/mr.png);
}

.country-flag .ms {
  background-image: url(../images/flags/ms.png);
}

.country-flag .mt {
  background-image: url(../images/flags/mt.png);
}

.country-flag .mu {
  background-image: url(../images/flags/mu.png);
}

.country-flag .mv {
  background-image: url(../images/flags/mv.png);
}

.country-flag .mw {
  background-image: url(../images/flags/mw.png);
}

.country-flag .mx {
  background-image: url(../images/flags/mx.png);
}

.country-flag .my {
  background-image: url(../images/flags/my.png);
}

.country-flag .mz {
  background-image: url(../images/flags/mz.png);
}

.country-flag .na {
  background-image: url(../images/flags/na.png);
}

.country-flag .nc {
  background-image: url(../images/flags/nc.png);
}

.country-flag .ne {
  background-image: url(../images/flags/ne.png);
}

.country-flag .nf {
  background-image: url(../images/flags/nf.png);
}

.country-flag .ng {
  background-image: url(../images/flags/ng.png);
}

.country-flag .ni {
  background-image: url(../images/flags/ni.png);
}

.country-flag .nl {
  background-image: url(../images/flags/nl.png);
}

.country-flag .no {
  background-image: url(../images/flags/no.png);
}

.country-flag .np {
  background-image: url(../images/flags/np.png);
}

.country-flag .nr {
  background-image: url(../images/flags/nr.png);
}

.country-flag .nu {
  background-image: url(../images/flags/nu.png);
}

.country-flag .nz {
  background-image: url(../images/flags/nz.png);
}

.country-flag .om {
  background-image: url(../images/flags/om.png);
}

.country-flag .pa {
  background-image: url(../images/flags/pa.png);
}

.country-flag .pe {
  background-image: url(../images/flags/pe.png);
}

.country-flag .pf {
  background-image: url(../images/flags/pf.png);
}

.country-flag .pg {
  background-image: url(../images/flags/pg.png);
}

.country-flag .ph {
  background-image: url(../images/flags/ph.png);
}

.country-flag .pk {
  background-image: url(../images/flags/pk.png);
}

.country-flag .pl {
  background-image: url(../images/flags/pl.png);
}

.country-flag .pm {
  background-image: url(../images/flags/pm.png);
}

.country-flag .pn {
  background-image: url(../images/flags/pn.png);
}

.country-flag .pr {
  background-image: url(../images/flags/pr.png);
}

.country-flag .ps {
  background-image: url(../images/flags/ps.png);
}

.country-flag .pt {
  background-image: url(../images/flags/pt.png);
}

.country-flag .pw {
  background-image: url(../images/flags/pw.png);
}

.country-flag .py {
  background-image: url(../images/flags/py.png);
}

.country-flag .qa {
  background-image: url(../images/flags/qa.png);
}

.country-flag .re {
  background-image: url(../images/flags/re.png);
}

.country-flag .ro {
  background-image: url(../images/flags/ro.png);
}

.country-flag .rs {
  background-image: url(../images/flags/rs.png);
}

.country-flag .ru {
  background-image: url(../images/flags/ru.png);
}

.country-flag .rw {
  background-image: url(../images/flags/rw.png);
}

.country-flag .sa {
  background-image: url(../images/flags/sa.png);
}

.country-flag .sb {
  background-image: url(../images/flags/sb.png);
}

.country-flag .sc {
  background-image: url(../images/flags/sc.png);
}

.country-flag .sd {
  background-image: url(../images/flags/sd.png);
}

.country-flag .se {
  background-image: url(../images/flags/se.png);
}

.country-flag .sg {
  background-image: url(../images/flags/sg.png);
}

.country-flag .sh {
  background-image: url(../images/flags/sh.png);
}

.country-flag .si {
  background-image: url(../images/flags/si.png);
}

.country-flag .sj {
  background-image: url(../images/flags/sj.png);
}

.country-flag .sk {
  background-image: url(../images/flags/sk.png);
}

.country-flag .sl {
  background-image: url(../images/flags/sl.png);
}

.country-flag .sm {
  background-image: url(../images/flags/sm.png);
}

.country-flag .sn {
  background-image: url(../images/flags/sn.png);
}

.country-flag .so {
  background-image: url(../images/flags/so.png);
}

.country-flag .sr {
  background-image: url(../images/flags/sr.png);
}

.country-flag .ss {
  background-image: url(../images/flags/ss.png);
}

.country-flag .st {
  background-image: url(../images/flags/st.png);
}

.country-flag .su {
  background-image: url(../images/flags/su.png);
}

.country-flag .sv {
  background-image: url(../images/flags/sv.png);
}

.country-flag .sx {
  background-image: url(../images/flags/sx.png);
}

.country-flag .sy {
  background-image: url(../images/flags/sy.png);
}

.country-flag .sz {
  background-image: url(../images/flags/sz.png);
}

.country-flag .tc {
  background-image: url(../images/flags/tc.png);
}

.country-flag .td {
  background-image: url(../images/flags/td.png);
}

.country-flag .tf {
  background-image: url(../images/flags/tf.png);
}

.country-flag .tg {
  background-image: url(../images/flags/tg.png);
}

.country-flag .th {
  background-image: url(../images/flags/th.png);
}

.country-flag .tj {
  background-image: url(../images/flags/tj.png);
}

.country-flag .tk {
  background-image: url(../images/flags/tk.png);
}

.country-flag .tl {
  background-image: url(../images/flags/tl.png);
}

.country-flag .tm {
  background-image: url(../images/flags/tm.png);
}

.country-flag .tn {
  background-image: url(../images/flags/tn.png);
}

.country-flag .to {
  background-image: url(../images/flags/to.png);
}

.country-flag .tp {
  background-image: url(../images/flags/tp.png);
}

.country-flag .tr {
  background-image: url(../images/flags/tr.png);
}

.country-flag .tt {
  background-image: url(../images/flags/tt.png);
}

.country-flag .tv {
  background-image: url(../images/flags/tv.png);
}

.country-flag .tw {
  background-image: url(../images/flags/tw.png);
}

.country-flag .tz {
  background-image: url(../images/flags/tz.png);
}

.country-flag .ua {
  background-image: url(../images/flags/ua.png);
}

.country-flag .ug {
  background-image: url(../images/flags/ug.png);
}

.country-flag .uk {
  background-image: url(../images/flags/uk.png);
}

.country-flag .um {
  background-image: url(../images/flags/um.png);
}

.country-flag .us {
  background-image: url(../images/flags/us.png);
}

.country-flag .uy {
  background-image: url(../images/flags/uy.png);
}

.country-flag .uz {
  background-image: url(../images/flags/uz.png);
}

.country-flag .va {
  background-image: url(../images/flags/va.png);
}

.country-flag .vc {
  background-image: url(../images/flags/vc.png);
}

.country-flag .ve {
  background-image: url(../images/flags/ve.png);
}

.country-flag .vg {
  background-image: url(../images/flags/vg.png);
}

.country-flag .vi {
  background-image: url(../images/flags/vi.png);
}

.country-flag .vn {
  background-image: url(../images/flags/vn.png);
}

.country-flag .vu {
  background-image: url(../images/flags/vu.png);
}

.country-flag .wf {
  background-image: url(../images/flags/wf.png);
}

.country-flag .ws {
  background-image: url(../images/flags/ws.png);
}

.country-flag .ye {
  background-image: url(../images/flags/ye.png);
}

.country-flag .yt {
  background-image: url(../images/flags/yt.png);
}

.country-flag .yu {
  background-image: url(../images/flags/yu.png);
}

.country-flag .za {
  background-image: url(../images/flags/za.png);
}

.country-flag .zm {
  background-image: url(../images/flags/zm.png);
}

.country-flag .zr {
  background-image: url(../images/flags/zr.png);
}

.country-flag .zw {
  background-image: url(../images/flags/zw.png);
}
/* ========================================================================
   Component: Button
 ========================================================================== */
/*
 * 1. Remove margins in Chrome, Safari and Opera.
 * 2. Remove borders for `button`.
 * 3. Address `overflow` set to `hidden` in IE.
 * 4. Correct `font` properties and `color` not being inherited for `button`.
 * 5. Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 6. Remove default style for `input type="submit"`in iOS.
 * 7. Style
 * 8. `line-height` is used to create a height because it also centers the text vertically for `a` elements.
 *    Better would be to use height and flexbox to center the text vertically but flexbox doesn't work in Firefox on `button` elements.
 * 9. Align text if button has a width
 * 10. Required for `a`.
 */
.uk-button {
  /* 1 */
  margin: 0;
  /* 2 */
  border: none;
  /* 3 */
  overflow: visible;
  /* 4 */
  font: inherit;
  color: inherit;
  /* 5 */
  text-transform: none;
  /* 6 */
  -webkit-appearance: none;
  border-radius: 0;
  /* 7 */
  display: inline-block;
  box-sizing: border-box;
  padding: 0 40px;
  vertical-align: middle;
  font-size: 1rem;
  /* 8 */
  line-height: 1.2;
  /* 9 */
  text-align: center;
  /* 10 */
  text-decoration: none;
}
.uk-button {
  border-radius: 8px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-shadow: none !important;
  font-weight: 600;
}
.uk-button:not(:disabled):hover {
  color: black;
}
.uk-button.uk-text-white:not(:disabled):hover {
  color: white;
}
.uk-button.button-blue, .uk-button.button-green {
  padding: 15px 0 !important;
}
.uk-button.button-red-white::after {
  content: url(../images/arrow-button.svg);
  display: inline-block;
  margin-right: 10px;
  width: 32px;
  height: 32px;
  vertical-align: -12px;
}
.uk-button.button-red-sticky::after {
  content: url(../images/arrow-button.svg);
  display: inline-block;
  margin-left: 10px;
  width: 32px;
  height: 32px;
  vertical-align: -12px;
}
.uk-button.button-green::before {
  content: url(../images/go-green.svg);
  display: inline-block;
  margin-right: 10px;
  width: 60px;
  height: 60px;
  vertical-align: -22px;
}
.uk-button.button-blue::before {
  content: url(../images/go-blue.svg);
  display: inline-block;
  margin-right: 10px;
  width: 60px;
  height: 60px;
  vertical-align: -22px;
}

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

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

/* Hover */
.uk-button:hover {
  /* 9 */
  text-decoration: none;
}

/* OnClick + Active */
/* Style modifiers
 ========================================================================== */
/*
 * Default
 */
.uk-button-default {
  background-color: white;
  color: black;
}

/* Hover */
.uk-button-default:hover {
  background-color: #4f5759;
  color: white;
}

/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: #4f5759;
  color: white;
}

/*
 * Primary
 */
.uk-button-primary {
  background-color: #ff233d;
  color: white;
}

/* Hover */
.uk-button-primary:hover {
  background-color: #B71143;
  color: #fff;
}

/* OnClick + Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  background-color: #ef001c;
  color: #fff;
}

/*
 * Secondary
 */

/* Hover */

/* OnClick + Active */

/*
 * Danger
 */

/* Hover */

/* OnClick + Active */

/*
 * Disabled
 * The same for all style modifiers
 */
.uk-button-default:disabled,
.uk-button-primary:disabled {
  background-color: #333;
  color: #ccc;
}
.uk-button-default:disabled > .uk-spinner > svg > *,
.uk-button-primary:disabled > .uk-spinner > svg > * {
  stroke: white;
}

/* Size modifiers
 ========================================================================== */

/* Text modifiers
 ========================================================================== */
/*
 * Text
 * 1. Reset
 * 2. Style
 */
.uk-button-text {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  color: #ff233d;
}

/* Hover */
.uk-button-text:hover {
  color: #ff0a27;
}

/* Disabled */
.uk-button-text:disabled {
  color: #999;
}

/*
 * Link
 * 1. Reset
 * 2. Style
 */

/* Hover */

/* Disabled */

/* Group
 ========================================================================== */
/*
 * 1. Using `flex` instead of `inline-block` to prevent whitespace betweent child elements
 * 2. Behave like button
 * 3. Create position context
 */

.uk-button-white {
  background-color: white;
}

.uk-button-primary {
  background-color: #ff233d;
}

.uk-button-dark-red {
  background-color: #da0921;
}

.buttons-sticky {
  background-color: #ff233d;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  left: 0;
  margin: 0;
  padding: 10px 15px;
  z-index: 1100;
  transition: bottom 0.2s;
}

.buttons-sticky .uk-button {
  padding: 0 10px !important;
}

.uk-button-dark-red:hover {
  background-color: #B71143;
}

@media (min-width: 640px) {
  .buttons-sticky {
    background-color: transparent;
    box-shadow: none;
    left: auto;
    margin: 0 15px 15px 0;
    z-index: 1100;
  }
}

/* ========================================================================
   Component: Section
 ========================================================================== */
/*
 * 1. Make it work with `100vh` and height in general
 */
.uk-section {
  display: flow-root;
  box-sizing: border-box; /* 1 */
  padding-top: 40px;
  padding-bottom: 40px;
}
.uk-section {
  position: relative;
}
.uk-section:not(.prime, .reasons) .uk-container {
  position: relative;
}
.uk-section.prime .text-vetical {
  font-size: 0.75rem;
  font-weight: 700;
  position: relative;
  transform: rotate(0deg);
}
.uk-section.prime .proyecta {
  font-size: 2.5rem;
  line-height: normal !important;
}
.uk-section.prime .proyecta strong {
  background-color: #ff233d;
  color: #fff;
  padding: 0 0 0 10px;
}
.uk-section.prime .stage .get-dates {
  padding: 0 !important;
  font-size: 1.2rem;
}
.uk-section.prime .stage .text-virtual {
  color: #da0921;
  font-size: 1rem;
  font-weight: 600;
}
.uk-section.prime .stage .get-dates p strong {
  background-color: #00dbeb;
  font-size: 1rem;
  padding: 2px 10px;
  width: fit-content;
}
.uk-section.prime .proyecta strong {
  background-color: #ff233d;
  color: #fff;
  padding: 0 0 0 10px;
}
.uk-section.objetivos h2 strong {
  color: #fff;
  background-color: #ff233d !important;
  padding: 0 10px;
}
.uk-section.oferta-programas .orla-gray {
  background-image: url(../images/rosario-orla-gray.svg);
  background-repeat: no-repeat;
  padding-left: 60px !important;
  background-size: 90%;
  background-position: bottom;
}
.uk-section.oferta-programas .uk-card a:hover h3, .uk-section.oferta-programas .uk-card a:hover p {
  color: #ef001c;
}
.uk-section.beneficios .has-background-color {
  padding: 30px;
  min-height: 260px;
}
.uk-section.beneficios h4 {
  color: #fff;
  font-size: 1.3rem;
  background-image: url(../images/line-vertical.png);
  background-repeat: no-repeat;
  padding-left: 20px;
  background-position: 0 10px;
}
.uk-section.servicios-universitarios h3 {
  color: #fff;
  font-size: 1.3rem;
  background-image: url(../images/line-vertical-green.png);
  background-repeat: no-repeat;
  padding-left: 20px;
  background-position: 0 10px;
}
@media (min-width: 640px) {
  .uk-section.servicios-universitarios .box-servicios .has-background-color {
    padding: 30px;
    min-height: 300px !important;
  }
  .uk-section.prime .text-vetical {
    font-size: 0.75rem;
    font-weight: 700;
    position: absolute;
    transform: rotate(-90deg);
    top: 100px;
    left: -75px;
  }
}
.blog .uk-section {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.blog .footer .uk-section {
  padding-bottom: 0px !important;
}
.blog .uk-section .dynamic-programs-blog .uk-card-body {
  padding-left: 0 !important;
}
.uk-section table td {
  padding: 16px 12px !important;
  vertical-align: top;
}
.uk-section h1 {
  font-size: 2rem;
}
.general .uk-section h1 strong {
  background-color: #ff233d;
  color: #fff;
  padding: 0 10px;
}
.uk-section .top-form h3 {
  font-size: 1.3rem;
  color: white;
}
.uk-section .text-meta {
  color: #333;
  font-size: 1.25rem;
}
.home .uk-section.prime .cover-image-bg {
  background-image: none;
}
.home .uk-section.prime {
  padding: 40px 0 420px 0 !important;
}
.uk-section.prime .cover-image-bg {
  background-image: var(--bg-cover-prime);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 100% !important;
  position: absolute;
  top: 55% !important;
  right: 0;
  bottom: 0;
  left: -10% !important;
  z-index: -1;
}
.course .uk-section.prime .cover-image-bg {
  background-image: var(--bg-cover-prime);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 55% !important;
  position: absolute;
  top: 65% !important;
  right: 0;
  bottom: 0;
  left: -10% !important;
  z-index: -1;
}
.maestrias .uk-section.prime, .especializaciones .uk-section.prime, .general .uk-section.prime {
  padding: 40px 0 !important;
}
.maestrias .uk-section.prime .cover-image-bg, .especializaciones .uk-section.prime .cover-image-bg {
  background-size: 50% !important;
  background-position: top right -5% !important;
  top: -30%;
  right: 0;
  bottom: 0;
  left: 0;
}
.general .uk-section.prime .cover-image-bg {
  background-size: 50% !important;
  background-position: bottom -30% right -5% !important;
  top: -30%;
  right: 0;
  bottom: 0;
  left: 0;
}
.general .uk-section.prime .uk-container {
  padding-top: 20px;
  padding-bottom: 150px;
}
.uk-section.objetivos h2 strong {
  color: #fff;
  background-color: #ff233d;
  padding: 0 10px;
}
.uk-section.reconocimientos h2 {
  font-size: 1.875rem !important;
}
.uk-section.syllabus .uk-button-dark-red::after {
  content: url(../images/arrow-button.svg);
  display: inline-block;
  margin-left: 10px;
  width: 32px;
  height: 32px;
  vertical-align: -12px;
}
.uk-section.prime .uk-button-primary::after {
  content: url(../images/arrow-button.svg);
  display: inline-block;
  margin-left: 10px;
  width: 32px;
  height: 32px;
  vertical-align: -12px;
}
@media (min-width: 640px) {
  .uk-section.oferta-programas .orla-gray {
    background-image: url(../images/rosario-orla-gray.svg);
    background-repeat: no-repeat;
    padding-left: 20px !important;
    background-size: 90%;
    background-position: bottom;
  }
  .uk-section.oferta-programas .uk-card a:hover h3, .uk-section.oferta-programas .uk-card a:hover p {
    color: #ef001c;
  }
  .uk-section.reconocimientos h2 {
    font-size: 1.875rem !important;
  }
  .home .uk-section.prime {
    padding: 40px 0 !important;
  }
  .maestrias .uk-section.prime, .especializaciones .uk-section.prime, .general .uk-section.prime {
    padding: 0 !important;
  }
  .home .uk-section.prime .cover-image-bg {
    background-image: var(--bg-cover-prime);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 55% !important;
    position: absolute;
    top: -20% !important;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .uk-section.prime .cover-image-bg {
    background-image: var(--bg-cover-prime);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 50% !important;
    position: absolute;
    top: -10% !important;
    right: 0;
    bottom: 0;
    left: -20% !important;
    z-index: -1;
  }
  .course .uk-section.prime .cover-image-bg {
    background-image: var(--bg-cover-prime);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 55% !important;
    position: absolute;
    top: -10% !important;
    right: 0;
    bottom: 0;
    left: -10% !important;
    z-index: -1;
  }
  .general .uk-section.prime .cover-image-bg {
    background-size: 50% !important;
    background-position: top right -5% !important;
    top: -30%;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .general .uk-section.prime .uk-container {
    padding-bottom: 0;
  }
}
@media (max-width: 960px) {
  .uk-section.reconocimientos h2 {
    font-size: 1.575rem !important;
  }
  .home .uk-section.prime .cover-image-bg {
    background-image: var(--bg-cover-prime);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 55%;
    position: absolute;
    top: -20%;
    bottom: 0;
    left: -20% !important;
  }
}

/* Desktop and bigger */
@media (min-width: 960px) {
  .uk-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
/*
 * Remove margin from the last-child
 */
.uk-section > :last-child {
  margin-bottom: 0;
}

/* Size modifiers
 ========================================================================== */
/*
 * XSmall
 */
.uk-section-xsmall {
  padding-top: 20px;
  padding-bottom: 20px;
}

/*
 * Small
 */

/*
 * Large
 */

/* Tablet landscape and bigger */
/*
 * XLarge
 */

/* Tablet landscape and bigger */
/* Style modifiers
 ========================================================================== */
/*
 * Default
 */

/*
 * Muted
 */

/*
 * Primary
 */

/*
 * Secondary
 */

/* Overlap modifier
 ========================================================================== */
/*
 * Reserved modifier to make a section overlap another section with an border image
 * Implemented by the theme
 */
/* ========================================================================
   Component: Container
 ========================================================================== */
/*
 * 1. Box sizing has to be `content-box` so the max-width is always the same and
 *    unaffected by the padding on different breakpoints. It's important for the size modifiers.
 */
.uk-container {
  display: flow-root;
  /* 1 */
  box-sizing: content-box;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
/*
 * Remove margin from the last-child
 */
.uk-container > :last-child {
  margin-bottom: 0;
}

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

/* Size modifier
 ========================================================================== */

/* Expand modifier
 ========================================================================== */
/*
 * Expand one side only
 */

/* Phone landscape and bigger */
/* Tablet landscape and bigger */
/* Item
 ========================================================================== */
/*
 * Utility classes to reset container padding on the left or right side
 * Note: It has to be negative margin on the item, because it's specific to the item.
 */
.uk-container-item-padding-remove-left,
.uk-container-item-padding-remove-right {
  width: calc(100% + 15px);
}

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

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

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-container-item-padding-remove-left,
.uk-container-item-padding-remove-right {
    width: calc(100% + 30px);
  }
  .uk-container-item-padding-remove-left {
    margin-left: -30px;
  }
  .uk-container-item-padding-remove-right {
    margin-right: -30px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-container-item-padding-remove-left,
.uk-container-item-padding-remove-right {
    width: calc(100% + 40px);
  }
  .uk-container-item-padding-remove-left {
    margin-left: -40px;
  }
  .uk-container-item-padding-remove-right {
    margin-right: -40px;
  }
}
/* ========================================================================
   Component: Card
 ========================================================================== */
.uk-card {
  position: relative;
  box-sizing: border-box;
}
.blog-home .featured .uk-card a {
  color: #da0921;
}

/* Sections
 ========================================================================== */
.uk-card-body {
  display: flow-root;
  padding: 30px 30px;
}
.uk-card-body {
  padding: 10px !important;
}
.uk-card-body h3 {
  font-size: 1.25rem;
  font-weight: 600;
}
a:hover .uk-card-body h3 {
  color: #ff233d;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-card-body {
    padding: 40px 40px;
  }
}
/*
 * Remove margin from the last-child
 */
.uk-card-body > :last-child {
  margin-bottom: 0;
}

/* Media
 ========================================================================== */
/*
 * Reserved alignment modifier to style the media element, e.g. with `border-radius`
 * Implemented by the theme
 */
/* Title
 ========================================================================== */

/* Badge
 ========================================================================== */
/*
 * 1. Position
 * 2. Size
 * 3. Style
 * 4. Center child vertically
 */

/*
 * Remove margin from adjacent element
 */

/* Hover modifier
 ========================================================================== */

/* Style modifiers
 ========================================================================== */
/*
 * Default
 * Note: Header and Footer are only implemented for the default style
 */

/*
 * Primary
 */

/*
 * Secondary
 */

/* Size modifier
 ========================================================================== */
/*
 * Small
 */

/*
 * Large
 */
/* Desktop and bigger */
/* ========================================================================
   Component: Close
 ========================================================================== */
/*
 * Adopts `uk-icon`
 */
.uk-close {
  color: #999;
}

/* Hover */
.uk-close:hover {
  color: #4f5759;
}

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

@keyframes uk-spinner-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
/*
 * Circle
 */
.uk-spinner > * > * {
  stroke-dasharray: 88px;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: uk-spinner-dash 1.4s ease-in-out infinite;
  stroke-width: 1;
  stroke-linecap: round;
}

@keyframes uk-spinner-dash {
  0% {
    stroke-dashoffset: 88px;
  }
  50% {
    stroke-dashoffset: 22px;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 88px;
    transform: rotate(450deg);
  }
}
/* ========================================================================
   Component: Marker
 ========================================================================== */
/*
 * Addopts `uk-icon`
 */

/* Hover */

/* ========================================================================
   Component: Alert
 ========================================================================== */

/* Add margin if adjacent element */

/*
 * Remove margin from the last-child
 */

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

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

/*
 * Hover
 */
/* Style modifiers
 ========================================================================== */
/*
 * Primary
 */

/*
 * Success
 */

/*
 * Warning
 */

/*
 * Danger
 */

/* ========================================================================
   Component: Placeholder
 ========================================================================== */

/* Add margin if adjacent element */

/*
 * Remove margin from the last-child
 */

/* ========================================================================
   Component: Badge
 ========================================================================== */
/*
 * 1. Style
 * 2. Center child vertically and horizontally
 */
.uk-badge {
  box-sizing: border-box;
  min-width: 18px;
  height: 18px;
  padding: 5px 15px;
  border-radius: 50px;
  vertical-align: middle;
  /* 1 */
  background: #ff233d;
  color: #fff !important;
  font-size: 0.6875rem;
  /* 2 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
}
.uk-badge.tooltip {
  border-radius: 4px;
  background-color: #ce1f1f;
  display: inline-block;
  font-size: 0.6875rem;
  padding: 10px 15px;
  top: -40px;
  left: -1%;
  height: auto;
  line-height: normal;
  text-transform: none;
  z-index: 10;
}
.uk-badge.tooltip::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #ce1f1f;
  position: absolute;
  bottom: -8px;
  left: 12px;
}

/*
 * Required for `a`
 */
.uk-badge:hover {
  text-decoration: none;
}

/* ========================================================================
   Component: Label
 ========================================================================== */

/* Color modifiers
 ========================================================================== */
/*
 * Success
 */

/*
 * Warning
 */

/*
 * Danger
 */

/* ========================================================================
   Component: Accordion
 ========================================================================== */
.uk-accordion {
  padding: 0;
  list-style: none;
}
.uk-accordion > li:nth-child(n+2) {
  margin-top: 40px;
}

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

/* Title
 ========================================================================== */
.uk-accordion-title {
  display: block;
  font-size: 1.25rem;
  line-height: 1.4;
  color: black;
}
.uk-accordion-title::after {
  content: "";
  background: url(../images/plus.svg) no-repeat center;
  height: 16px;
  width: 16px;
  position: absolute;
  right: 0;
}
.uk-open .uk-accordion-title::after {
  background-image: url(../images/minus.svg);
}
.preguntas-frecuentes .uk-accordion-title {
  border-bottom: 1px solid #202020;
  color: #202020;
  cursor: pointer;
  margin: 0;
  padding-right: 50px;
  padding-bottom: 15px;
  position: relative;
}

/* Hover */
.uk-accordion-title:hover {
  color: #4f5759;
  text-decoration: none;
}
.preguntas-frecuentes .uk-accordion-title:hover {
  color: #202020;
}

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

/*
 * 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
 */

/* Show */

/* Grid modifiers
 ========================================================================== */

/* ========================================================================
   Component: Dropbar
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Style
 */
.uk-dropbar {
  --uk-position-offset: 0;
  --uk-position-shift-offset: 0;
  --uk-position-viewport-offset: 0;
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1020;
  /* 3 */
  box-sizing: border-box;
  padding: 15px 15px 15px 15px;
  background: transparent !important;
  color: #4f5759;
}

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

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

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-dropbar {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-dropbar {
    padding-left: 40px;
    padding-right: 40px;
  }
}
/* Size modifier
 ========================================================================== */

/* Direction modifier
 ========================================================================== */
/* ========================================================================
   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: 1200;
  /* 3 */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* 4 */
  padding: 0 0;
  /* 5 */
  background: rgba(0, 0, 0, 0.8);
  /* 6 */
  opacity: 0;
  transition: opacity 0.15s linear;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-modal {
    padding: 50px 30px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-modal {
    padding-left: 40px;
    padding-right: 40px;
  }
}
/*
 * Open
 */
.uk-modal.uk-open {
  opacity: 1;
}

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

/* Dialog
 ========================================================================== */
/*
 * 1. Create position context for spinner and close button
 * 2. Dimensions
 * 3. `!important` is 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: 640px;
  /* 3 */
  max-width: 100% !important;
  /* 4 */
  background: #4f5759;
  /* 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
 */

/*
 * Full size
 * 1. Remove padding and background from modal
 * 2. Reset all default declarations from modal dialog
 */
/* 1 */

/* 2 */

/* Sections
 ========================================================================== */
.uk-modal-body {
  display: flow-root;
  padding: 20px 20px;
}

.uk-modal-footer {
  display: flow-root;
  padding: 10px 20px;
  background: #f8f8f8;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-modal-body {
    padding: 30px 30px;
  }
  .uk-modal-footer {
    padding: 15px 30px;
  }
}
/*
 * Remove margin from the last-child
 */
.uk-modal-body > :last-child,
.uk-modal-footer > :last-child {
  margin-bottom: 0;
}

/* Title
 ========================================================================== */

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

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

/*
 * Hover
 */
/*
 * Default
 */
.uk-modal-close-default svg {
  width: 16px;
  height: 16px;
}
.uk-modal-close-default svg * {
  stroke: #ff233d;
  stroke-width: 2;
}

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

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

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* 1 */
  .uk-modal-close-outside {
    right: 0;
    transform: translate(100%, -100%);
  }
}
/*
 * Full
 */
/* ========================================================================
   Component: Slider
 ========================================================================== */
/*
 * 1. Prevent tab highlighting on iOS.
 */
.uk-slider {
  /* 1 */
  -webkit-tap-highlight-color: transparent;
}

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

/*
 * Widen container to prevent box-shadows from clipping, `large-box-shadow`
 */

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

/*
 * 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)
 *    `max-width` needed to keep image responsiveness and prevent content overflow
 * 3. Create position context
 */
.uk-slider-items > * {
  /* 1 */
  flex: none;
  max-width: 100%;
  /* 3 */
  position: relative;
}

/* ========================================================================
   Component: Sticky
 ========================================================================== */
/*
 * 1. Create position context so it's t the same like when fixed.
 * 2. More robust if padding and border are used and the sticky height is transitioned
 */
.uk-sticky {
  /* 1 */
  position: relative;
  /* 2 */
  box-sizing: border-box;
}

/*
 * 1. Force new layer to resolve frame rate issues on devices with lower frame rates
 */
.uk-sticky-fixed {
  z-index: 980;
  margin: 0 !important;
  /* 1 */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

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

/*
 * Placeholder
 * Make content clickable for sticky cover and reveal effects
 */
.uk-sticky-placeholder {
  pointer-events: 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: -100%;
  /* 2 */
  box-sizing: border-box;
  width: 100%;
  padding: 0 0;
  background: white;
  /* 3 */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.uk-offcanvas-bar {
  padding-top: 20px;
}
.uk-offcanvas-bar .uk-logo {
  border-bottom: 1px solid #eaeaea;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px !important;
}
.uk-offcanvas-bar .uk-nav, .uk-offcanvas-bar .box-students {
  font-size: 1.2rem;
}
.uk-offcanvas-bar .box-students li {
  padding: 10px;
}
.uk-offcanvas-bar .box-students .button-alumnos:before {
  content: url(../images/user-red.svg);
  color: #000 !important;
  display: inline-block;
  margin-right: 10px;
  width: 24px;
  height: 24px;
  vertical-align: -12px;
}
.uk-offcanvas-bar .box-students .button-admision::before {
  content: url(../images/click-red.svg);
  display: inline-block;
  margin-right: 10px;
  width: 32px;
  height: 32px;
  vertical-align: -12px;
}
.uk-offcanvas-bar .uk-nav:not(.uk-nav-sub) {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  padding-bottom: 20px;
}
@media (min-height: 568px) {
  .uk-offcanvas-bar .uk-nav:not(.uk-nav-sub) {
    max-height: 57%;
  }
}
@media (min-height: 667px) {
  .uk-offcanvas-bar .uk-nav:not(.uk-nav-sub) {
    max-height: 65%;
  }
}
@media (min-height: 736px) {
  .uk-offcanvas-bar .uk-nav:not(.uk-nav-sub) {
    max-height: 67%;
  }
}
@media (min-height: 812px) {
  .uk-offcanvas-bar .uk-nav:not(.uk-nav-sub) {
    max-height: 70%;
  }
}
@media (min-height: 896px) {
  .uk-offcanvas-bar .uk-nav:not(.uk-nav-sub) {
    max-height: 74%;
  }
}
.uk-offcanvas-bar .uk-nav:not(.uk-nav-sub) > li {
  padding-left: 10px;
  padding-right: 10px;
}
.uk-offcanvas-bar .uk-nav:not(.uk-nav-sub) > li:nth-child(n+2) {
  margin-top: 10px;
}
.uk-offcanvas-bar .uk-nav:not(.uk-nav-sub) > li:nth-child(4) {
  border-top: 1px solid #eaeaea;
  padding-top: 10px;
}
.uk-offcanvas-bar .uk-nav:not(.uk-nav-sub) > li:last-child {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 10px;
}
.uk-offcanvas-bar .uk-nav:not(.uk-nav-sub) > li > a:not(.students) {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  color: black;
}
.uk-offcanvas-bar .uk-nav:not(.uk-nav-sub) > li > a:not(.students) .uk-icon {
  transition: transform 0.2s;
}
.uk-offcanvas-bar .uk-nav:not(.uk-nav-sub) > li > a:not(.students)[aria-expanded=true] .uk-icon {
  transform: rotate(90deg);
}
.uk-offcanvas-bar .uk-nav:not(.uk-nav-sub) > li > a:is(.students) {
  color: #ff233d;
}
.uk-offcanvas-bar .uk-nav-sub {
  padding-left: 10px;
}
.uk-offcanvas-bar .uk-nav-sub > li > a {
  display: block;
  color: black;
  padding-left: 20px;
  position: relative;
}
.uk-offcanvas-bar .uk-nav-sub > li > a::before {
  content: "•";
  color: #ff233d;
  font-size: 2.125rem;
  line-height: 1;
  position: absolute;
  top: 2px;
  left: 0;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-offcanvas-bar {
    left: -100%;
    width: 100%;
    padding: 30px 30px;
  }
}
/* Flip modifier */
.uk-offcanvas-flip .uk-offcanvas-bar {
  left: auto;
  right: -100%;
}

/* Tablet landscape and bigger */
@media (min-width: 640px) {
  .uk-offcanvas-flip .uk-offcanvas-bar {
    right: -100%;
  }
}
/*
 * 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
 */

/* Tablet landscape and bigger */
/*
 * Flip modifier
 */

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

/* Tablet landscape and bigger */
@media (min-width: 640px) {
  .uk-offcanvas-close {
    top: 10px;
    right: 10px;
  }
}
/*
 * Remove margin from adjacent element
 */
.uk-offcanvas-close:first-child + * {
  margin-top: 0;
}

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

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

/* Tablet landscape and bigger */
@media (min-width: 640px) {
  :not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
    left: 100%;
  }
  .uk-offcanvas-flip.uk-offcanvas-container-animation {
    left: -100%;
  }
}
/* ========================================================================
   Component: Switcher
 ========================================================================== */
/*
 * Reset list
 */
.uk-switcher {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

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

.main-nav .uk-switcher {
  padding: 20px 40px;
}
.main-nav .uk-switcher > li, .main-nav .uk-switcher .uk-nav {
  height: 100%;
}
.main-nav .uk-switcher .uk-nav {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.main-nav .uk-switcher .uk-nav > li:nth-child(n+2) {
  margin-top: 10px;
}
.main-nav .uk-switcher .uk-nav > li:not(:last-child) > a {
  display: block;
  color: black;
  padding-left: 20px;
  position: relative;
}
.main-nav .uk-switcher .uk-nav > li:not(:last-child) > a::before {
  content: "•";
  color: #cccccc;
  font-size: 1.725rem;
  line-height: 1;
  position: absolute;
  top: 2px;
  left: 0;
}
.main-nav .uk-switcher .uk-nav > li:last-child {
  border-top: 1px solid #eaeaea;
  margin-top: 20px;
  padding-top: 20px;
}
.main-nav .uk-switcher .uk-nav > li:last-child .uk-icon {
  margin-left: 5px;
}
@media (max-height: 620px) {
  .main-nav .uk-switcher {
    max-height: 450px;
    overflow-y: auto;
  }
}

/* ========================================================================
   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
 */

/* Show */

/* ========================================================================
   Component: Nav
 ========================================================================== */
/*
 * Reset
 */
.uk-nav,
.uk-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*
* 1. Center content vertically, e.g. an icon
* 2. Imitate white space gap when using flexbox
* 3. Reset link
 */
.uk-nav li > a {
  /* 1 */
  display: flex;
  align-items: center;
  /* 2 */
  column-gap: 0.25em;
  /* 3*/
  text-decoration: 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
 ========================================================================== */
.uk-nav-parent-icon {
  margin-left: auto;
}

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

/* Header
 ========================================================================== */

/* Divider
 ========================================================================== */

/* Default modifier
 ========================================================================== */
.uk-nav-default {
  font-size: 16px;
  line-height: 1.5;
}

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

/* Hover */
.uk-nav-default > li > a:hover {
  color: #4f5759;
}

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

/*
 * Subtitle
 */

/*
 * Header
 */

/*
 * Divider
 */

/*
 * Sublists
 */
.uk-nav-default .uk-nav-sub {
  font-size: 16px;
  line-height: 1.5;
}

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

.uk-nav-default .uk-nav-sub a:hover {
  color: #4f5759;
}

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

/* Primary modifier
 ========================================================================== */
.uk-nav-primary {
  font-size: 1.5rem;
  line-height: 1.5;
}

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

/* Hover */
.uk-nav-primary > li > a:hover {
  color: #4f5759;
}

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

/*
 * Subtitle
 */

/*
 * Header
 */

/*
 * Divider
 */

/*
 * Sublists
 */
.uk-nav-primary .uk-nav-sub {
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

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

/* Secondary modifier
 ========================================================================== */

/*
 * Items
 */

/* Hover */

/* Active */

/*
 * Subtitle
 */

/* Hover */

/* Active */

/*
 * Header
 */

/*
 * Divider
 */

/*
 * Sublists
 */

/* Alignment modifier
 ========================================================================== */
/*
 * 1. Center header
 * 2. Center items
 */
/* 1 */

/* 2 */

/* Sublists */

/* Parent icon  */

/* Style modifier
 ========================================================================== */
/*
 * Divider
 * Naming is in plural to prevent conflicts with divider sub object.
 */

/* ========================================================================
   Component: Navbar
 ========================================================================== */
/*
 * 1. Create position context to center navbar group
 */
.uk-navbar {
  display: flex;
  /* 1 */
  position: relative;
}
.main-nav .uk-navbar .uk-navbar-nav > li:nth-child(n+2) {
  margin-left: 30px;
}
.main-nav .uk-navbar .uk-grid {
  margin: 0;
  padding: 0;
}
.main-nav .uk-navbar .tab-areas {
  background-color: #f8f8f8;
}
.main-nav .uk-navbar .tab-areas .uk-tab .uk-active {
  background-color: white;
}

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

/* Groups
 ========================================================================== */
/*
 * 1. Align navs and items vertically if they have a different height
 */
.uk-navbar-left,
.uk-navbar-right {
  display: flex;
  gap: 0px;
  /* 1 */
  align-items: center;
}

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

/* 4 */

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

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

/*
 * Items
 * 1. Center content vertically and horizontally
 * 2. Imitate white space gap when using flexbox
 * 3. Dimensions
 * 4. Style
 * 5. Required for `a`
 */
.uk-navbar-nav > li > a,
.uk-navbar-item,
.uk-navbar-toggle {
  /* 1 */
  display: flex;
  justify-content: center;
  align-items: center;
  /* 2 */
  column-gap: 0.25em;
  /* 3 */
  box-sizing: border-box;
  min-height: initial;
  /* 4 */
  font-size: 1rem;
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  /* 5 */
  text-decoration: none;
}

/*
 * Nav items
 */
.uk-navbar-nav > li > a {
  padding: 0 10px;
  color: black;
}
.main-nav .uk-navbar-nav > li > a {
  font-weight: 400;
  position: relative;
  /*.home-page .uk-sticky-fixed:not(.uk-active):not(.is-open-menu) & {
       color: white;

       &.as-button {
           border-color: white;
       }
   }*/
}

/*
 * Hover
 * Apply hover style also if dropdown is opened
 */
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a[aria-expanded=true] {
  color: black;
}

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

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

/* Parent icon modifier
 ========================================================================== */

/* Item
 ========================================================================== */
.uk-navbar-item {
  padding: 0 15px;
  color: black;
}

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

/* Toggle
 ========================================================================== */
.uk-navbar-toggle {
  padding: 0 15px;
  color: #ff233d !important;
}
.uk-navbar-toggle {
  padding-right: 0;
}

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

/*
 * Icon
 * Adopts `uk-icon`
 */
/* Hover */
/* Subtitle
 ========================================================================== */

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

/* Style modifiers
 ========================================================================== */
/* Dropdown
 ========================================================================== */
/*
 * Adopts `uk-dropdown`
 * 1. Hide by default
 * 2. Set position
 * 3. Set a default width
 * 4. Style
 */
.uk-navbar-dropdown {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1020;
  --uk-position-offset: 0;
  --uk-position-shift-offset: 0;
  --uk-position-viewport-offset: 15px;
  /* 3 */
  box-sizing: border-box;
  width: 300px;
  /* 4 */
  padding: 30px;
  background: white;
  color: #4f5759;
}

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

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

/*
 * Grid
 * Adopts `uk-grid`
 */
/* Gutter Horizontal */

/* Gutter Vertical */

/* Stack */

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

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

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

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

/*
 * Size modifier
 */

/*
 * Dropbar modifier
 * 1. Reset dropdown width to prevent to early shifting
 * 2. Reset style
 * 3. Padding
 */

/* Phone landscape and bigger */
/* Tablet landscape and bigger */

/* Dropdown Nav
 * Adopts `uk-nav`
 ========================================================================== */
/*
 * Items
 */
.uk-navbar-dropdown-nav > li > a {
  color: black;
}

/* Hover */
.uk-navbar-dropdown-nav > li > a:hover {
  color: black;
}

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

/*
 * Subtitle
 */

/*
 * Header
 */

/*
 * Divider
 */

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

.uk-navbar-dropdown-nav .uk-nav-sub a:hover {
  color: #4f5759;
}

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

/* Dropbar
 ========================================================================== */
/*
 * 1. Reset dropbar
 * 2. Width
 */
.uk-navbar-dropbar {
  /* 1 */
  display: block !important;
  z-index: 980;
  padding: 0;
  /* 2 */
  left: 0;
  right: 0;
}

/* ========================================================================
   Component: Subnav
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Center items vertically if they have a different height
 * 3. Gutter
 * 4. Reset list
 */

/*
 * 1. Space is allocated solely based on content dimensions: 0 0 auto
 * 2. Gutter
 * 3. Create position context for dropdowns
 */

/* Items
 ========================================================================== */
/*
 * Items must target `a` elements to exclude other elements (e.g. dropdowns)
 * Using `:first-child` instead of `a` to support `span` elements for text
 * 1. Center content vertically, e.g. an icon
 * 2. Imitate white space gap when using flexbox
 * 3. Style
 */

/* Hover */

/* Active */

/* Divider modifier
 ========================================================================== */
/*
 * Set gutter
 */

/*
 * Align items and divider vertically
 */

/*
 * Divider
 * 1. `nth-child` makes it also work without JS if it's only one row
 */

/* 1 */

/* Pill modifier
 ========================================================================== */

/* Hover */

/* OnClick */

/* Active */

/* Disabled
 * The same for all style modifiers
 ========================================================================== */

/* ========================================================================
   Component: Breadcrumb
 ========================================================================== */
/*
 * Reset list
 */
.uk-breadcrumb {
  padding: 0;
  list-style: none;
}

/*
 * 1. Doesn't generate any box and replaced by child boxes
 */
.uk-breadcrumb > * {
  display: contents;
}

/* Items
 ========================================================================== */
.uk-breadcrumb > * > * {
  font-size: 0.875rem;
  color: #999;
}

/* Hover */
.uk-breadcrumb > * > :hover {
  color: #4f5759;
  text-decoration: none;
}

/* Disabled */
/* Active */
.uk-breadcrumb > :last-child > span,
.uk-breadcrumb > :last-child > a:not([href]) {
  color: #4f5759;
}

/*
 * Divider
 * `nth-child` makes it also work without JS if it's only one row
 * 1. Remove space between inline block elements.
 * 2. Style
 */
.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  content: "|";
  display: inline-block;
  /* 1 */
  margin: 0 10px 0 calc(10px - 4px);
  /* 2 */
  font-size: 0.875rem;
  color: #999;
}

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

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

/* Items
 ========================================================================== */
/*
 * Items must target `a` elements to exclude other elements (e.g. dropdowns)
 * 1. Center content vertically, e.g. an icon
 * 2. Imitate white space gap when using flexbox
 * 3. Center content if a width is set
 * 4. Style
 */
.uk-tab > * > a {
  /* 1 */
  display: flex;
  align-items: center;
  /* 2 */
  column-gap: 0.25em;
  /* 3 */
  justify-content: center;
  /* 4 */
  padding: 10px 40px;
  color: currentColor;
}

/* Hover */
.uk-tab > * > a:hover {
  color: currentColor;
  text-decoration: none;
}

/* Active */
.uk-tab > .uk-active > a {
  color: currentColor;
}

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

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

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

.main-nav .uk-tab-left {
  padding: 0 0 20px;
}
.main-nav .uk-tab-left > li {
  padding: 5px 40px 5px 0;
}
.main-nav .uk-tab-left > .uk-active > a {
  color: #000;
  font-weight: 600;
}

.uk-tab-left > * > a {
  justify-content: left;
}
.main-nav .uk-tab-left > * > a {
  font-weight: 400;
  position: relative;
}
.main-nav .uk-tab-left > * > a::after {
  content: "";
  background: url(../images/chevron-right-black.svg) no-repeat center;
  height: 12px;
  width: 12px;
  position: absolute;
  right: 0;
  transition: transform 0.2s;
}
.main-nav .uk-tab-left > * > a[aria-expanded=true]::after {
  background-image: url(../images/chevron-right-blue.svg);
  transform: rotate(180deg);
}

.uk-tab-right > * > a {
  justify-content: left;
}

/* ========================================================================
   Component: Slidenav
 ========================================================================== */
/*
 * Adopts `uk-icon`
 */
.uk-slidenav {
  padding: 5px 10px;
  color: rgba(79, 87, 89, 0.5);
}

/* Hover */
.uk-slidenav:hover {
  color: rgba(79, 87, 89, 0.9);
}

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

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

/* Container
 ========================================================================== */

/* ========================================================================
   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(79, 87, 89, 0.2);
  /* 1 */
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

/* Hover */
.uk-dotnav > * > :hover {
  background-color: rgba(79, 87, 89, 0.6);
}

/* OnClick */
.uk-dotnav > * > :active {
  background-color: rgba(79, 87, 89, 0.2);
}

/* Active */
.uk-dotnav > .uk-active > * {
  background-color: rgba(79, 87, 89, 0.6);
}

/* Modifier: 'uk-dotnav-vertical'
 ========================================================================== */
/*
 * 1. Change direction
 * 2. Gutter
 */

/* 2 */

/* ========================================================================
   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;
  --uk-position-offset: 10px;
  --uk-position-viewport-offset: 15px;
  /* 3 */
  box-sizing: border-box;
  min-width: 200px;
  /* 4 */
  padding: 15px;
  background: #f8f8f8;
  color: #4f5759;
}
.main-nav .uk-dropdown:is(.uk-navbar-dropdown) {
  background-color: white;
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
  border-top: 1px solid #eaeaea;
  padding: 15px 30px !important;
  top: 83px !important;
  right: 0px !important;
  width: 320px;
}
.main-nav .uk-dropdown:is(.uk-navbar-dropdown) .uk-grid > div:last-child {
  border-left: 1px solid #eaeaea;
}
.main-nav .uk-dropdown:is(.uk-navbar-dropdown.first-level) {
  top: 58px !important;
  width: 300px !important;
}
.main-nav .uk-dropdown > ul > li {
  padding: 0;
  margin-bottom: 10px;
}
.main-nav .uk-dropdown ul li:nth-child(4) > a:before {
  content: url(../images/user-red.svg);
  color: #000 !important;
  display: inline-block;
  margin-right: 10px;
  width: 24px;
  height: 24px;
  vertical-align: -12px;
}
.main-nav .uk-dropdown ul li:nth-child(5) {
  border-top: 1px solid #eaeaea;
  margin-top: 25px;
  padding-top: 25px;
}
.main-nav .uk-dropdown ul li:nth-child(5) > a {
  display: block;
  color: #ff233d;
}
.main-nav .uk-dropdown ul li:nth-child(5) > a .uk-icon {
  margin-right: 5px;
  vertical-align: 2px;
}
.main-nav .uk-dropdown ul li:nth-child(5) > a::before {
  content: url(../images/click-red.svg);
  display: inline-block;
  margin-right: 10px;
  width: 32px;
  height: 32px;
  vertical-align: -12px;
}
.main-nav .uk-dropdown:not(.uk-navbar-dropdown) {
  background-color: white;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  padding: 25px 0;
  top: 100% !important;
}
.main-nav .uk-dropdown:not(.uk-navbar-dropdown) > ul > li {
  padding: 0 25px;
  margin-bottom: 10px;
}
.main-nav .uk-dropdown:not(.uk-navbar-dropdown) > ul > li > a {
  color: black;
}
.main-nav .uk-dropdown:not(.uk-navbar-dropdown) > ul > li:nth-child(1) > a, .main-nav .uk-dropdown:not(.uk-navbar-dropdown) > ul > li:nth-child(2) > a {
  font-weight: 300;
}
.main-nav .uk-dropdown:not(.uk-navbar-dropdown) > ul > li:nth-child(4) > a:before {
  content: url(../images/user-red.svg);
  color: #000 !important;
  display: inline-block;
  margin-right: 10px;
  width: 24px;
  height: 24px;
  vertical-align: -12px;
}
.main-nav .uk-dropdown:not(.uk-navbar-dropdown) > ul > li:nth-child(5) {
  border-top: 1px solid #eaeaea;
  margin-top: 25px;
  padding: 25px;
}
.main-nav .uk-dropdown:not(.uk-navbar-dropdown) > ul > li:nth-child(5) > a {
  display: block;
  color: #ff233d;
}
.main-nav .uk-dropdown:not(.uk-navbar-dropdown) > ul > li:nth-child(5) > a .uk-icon {
  margin-right: 5px;
  vertical-align: 2px;
}
.main-nav .uk-dropdown:not(.uk-navbar-dropdown) > ul > li:nth-child(5) > a::before {
  content: url(../images/click-red.svg);
  display: inline-block;
  margin-right: 10px;
  width: 32px;
  height: 32px;
  vertical-align: -12px;
}
.main-nav .uk-dropdown:not(.uk-navbar-dropdown) > ul > li:last-child {
  border-top: 1px solid #eaeaea;
  padding: 25px 25px 0;
}
.main-nav .uk-dropdown:not(.uk-navbar-dropdown) > ul > li > a {
  white-space: nowrap;
}
.uk-dropdown.countries {
  background-color: white;
  left: 45px !important;
  top: 0 !important;
  border-width: 0 1px 1px;
  border-color: transparent;
  border-style: solid;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
.uk-dropdown.countries .box-pad {
  background-color: transparent;
}

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

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

/* Size modifier
 ========================================================================== */

/* Nav
 * Adopts `uk-nav`
 ========================================================================== */
/*
 * Items
 */

/* Hover + Active */

/*
 * Subtitle
 */

/*
 * Header
 */

/*
 * Divider
 */

/*
 * Sublists
 */

/* Grid modifiers
 ========================================================================== */

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

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

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

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* 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: -15px;
}

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

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

/*
 * Medium
 */
/* Horizontal */

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


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

/* Vertical */

* + .uk-grid-margin-medium {
  margin-top: 30px;
}

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

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

/* Divider
 ========================================================================== */

/* Vertical */

/*
 * Default
 */
/* Horizontal */

/* Vertical */

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Horizontal */
  /* Vertical */
}
/*
 * Small
 */
/* Horizontal */

/* Vertical */

/*
 * Medium
 */
/* Horizontal */

/* Vertical */

/*
 * Large
 */
/* Horizontal */

/* Vertical */

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Horizontal */
  /* Vertical */
}
/* 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)
 */

/* ========================================================================
   Component: Animation
 ========================================================================== */
[class*=uk-animation-] {
  animation: 0.5s ease-out both;
}

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

/*
 * Scale
 */

/*
 * Slide
 */

/*
 * Slide Small
 */

/*
 * Slide Medium
 */

/*
 * Kenburns
 */

/*
 * 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.
 */

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

/* Duration modifier
 ========================================================================== */

/* Toggle animation based on the State of the Parent Element
 ========================================================================== */

/* Keyframes used by animation classes
 ========================================================================== */
/*
 * Fade
 */
@keyframes uk-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*
 * Scale
 */
@keyframes uk-scale-up {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes uk-scale-down {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
/*
 * Slide
 */
@keyframes uk-slide-top {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes uk-slide-bottom {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes uk-slide-left {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes uk-slide-right {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
/*
 * Slide Small
 */
@keyframes uk-slide-top-small {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes uk-slide-bottom-small {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes uk-slide-left-small {
  0% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes uk-slide-right-small {
  0% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
/*
 * Slide Medium
 */
@keyframes uk-slide-top-medium {
  0% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes uk-slide-bottom-medium {
  0% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes uk-slide-left-medium {
  0% {
    transform: translateX(-50px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes uk-slide-right-medium {
  0% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(0);
  }
}
/*
 * Kenburns
 */
@keyframes uk-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: 640px) {
  .uk-child-width-1-1\@s > * {
    width: 100%;
  }
  .uk-child-width-1-2\@s > * {
    width: 50%;
  }
  .uk-child-width-1-3\@s > * {
    width: calc(100% * 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: 960px) {
  .uk-child-width-1-1\@m > * {
    width: 100%;
  }
  .uk-child-width-1-2\@m > * {
    width: 50%;
  }
  .uk-child-width-1-3\@m > * {
    width: calc(100% * 1 / 3.001);
  }
  .uk-child-width-1-4\@m > * {
    width: 25%;
  }
  .uk-child-width-1-5\@m > * {
    width: 20%;
  }
  .uk-child-width-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: 1200px) {
  .uk-child-width-1-1\@l > * {
    width: 100%;
  }
  .uk-child-width-1-2\@l > * {
    width: 50%;
  }
  .uk-child-width-1-3\@l > * {
    width: calc(100% * 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: 1600px) {
  .uk-child-width-1-1\@xl > * {
    width: 100%;
  }
  .uk-child-width-1-2\@xl > * {
    width: 50%;
  }
  .uk-child-width-1-3\@xl > * {
    width: calc(100% * 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-2xlarge {
  width: 750px;
}

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

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

/* Phone landscape and bigger */
@media (min-width: 640px) {
  /* Whole */
  .uk-width-1-1\@s {
    width: 100%;
  }
  /* Halves */
  .uk-width-1-2\@s {
    width: 50%;
  }
  /* Thirds */
  .uk-width-1-3\@s {
    width: calc(100% * 1 / 3.001);
  }
  .uk-width-2-3\@s {
    width: calc(100% * 2 / 3.001);
  }
  /* Quarters */
  .uk-width-1-4\@s {
    width: 25%;
  }
  .uk-width-3-4\@s {
    width: 75%;
  }
  /* Fifths */
  .uk-width-1-5\@s {
    width: 20%;
  }
  .uk-width-2-5\@s {
    width: 40%;
  }
  .uk-width-3-5\@s {
    width: 60%;
  }
  .uk-width-4-5\@s {
    width: 80%;
  }
  /* Sixths */
  .uk-width-1-6\@s {
    width: calc(100% * 1 / 6.001);
  }
  .uk-width-5-6\@s {
    width: calc(100% * 5 / 6.001);
  }
  /* Pixel */
  .uk-width-small\@s {
    width: 150px;
  }
  .uk-width-medium\@s {
    width: 300px;
  }
  .uk-width-large\@s {
    width: 450px;
  }
  .uk-width-xlarge\@s {
    width: 600px;
  }
  .uk-width-2xlarge\@s {
    width: 750px;
  }
  /* Auto */
  .uk-width-auto\@s {
    width: auto;
  }
  /* Expand */
  .uk-width-expand\@s {
    flex: 1;
    min-width: 1px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* Whole */
  .uk-width-1-1\@m {
    width: 100%;
  }
  /* Halves */
  .uk-width-1-2\@m {
    width: 50%;
  }
  /* Thirds */
  .uk-width-1-3\@m {
    width: calc(100% * 1 / 3.001);
  }
  .uk-width-2-3\@m {
    width: calc(100% * 2 / 3.001);
  }
  /* Quarters */
  .uk-width-1-4\@m {
    width: 25%;
  }
  .uk-width-3-4\@m {
    width: 75%;
  }
  /* Fifths */
  .uk-width-1-5\@m {
    width: 20%;
  }
  .uk-width-2-5\@m {
    width: 40%;
  }
  .uk-width-3-5\@m {
    width: 60%;
  }
  .uk-width-4-5\@m {
    width: 80%;
  }
  /* Sixths */
  .uk-width-1-6\@m {
    width: calc(100% * 1 / 6.001);
  }
  .uk-width-5-6\@m {
    width: calc(100% * 5 / 6.001);
  }
  /* Pixel */
  .uk-width-small\@m {
    width: 150px;
  }
  .uk-width-medium\@m {
    width: 300px;
  }
  .uk-width-large\@m {
    width: 450px;
  }
  .uk-width-xlarge\@m {
    width: 600px;
  }
  .uk-width-2xlarge\@m {
    width: 750px;
  }
  /* Auto */
  .uk-width-auto\@m {
    width: auto;
  }
  /* Expand */
  .uk-width-expand\@m {
    flex: 1;
    min-width: 1px;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Whole */
  .uk-width-1-1\@l {
    width: 100%;
  }
  /* Halves */
  .uk-width-1-2\@l {
    width: 50%;
  }
  /* Thirds */
  .uk-width-1-3\@l {
    width: calc(100% * 1 / 3.001);
  }
  .uk-width-2-3\@l {
    width: calc(100% * 2 / 3.001);
  }
  /* Quarters */
  .uk-width-1-4\@l {
    width: 25%;
  }
  .uk-width-3-4\@l {
    width: 75%;
  }
  /* Fifths */
  .uk-width-1-5\@l {
    width: 20%;
  }
  .uk-width-2-5\@l {
    width: 40%;
  }
  .uk-width-3-5\@l {
    width: 60%;
  }
  .uk-width-4-5\@l {
    width: 80%;
  }
  /* Sixths */
  .uk-width-1-6\@l {
    width: calc(100% * 1 / 6.001);
  }
  .uk-width-5-6\@l {
    width: calc(100% * 5 / 6.001);
  }
  /* Pixel */
  .uk-width-small\@l {
    width: 150px;
  }
  .uk-width-medium\@l {
    width: 300px;
  }
  .uk-width-large\@l {
    width: 450px;
  }
  .uk-width-xlarge\@l {
    width: 600px;
  }
  .uk-width-2xlarge\@l {
    width: 750px;
  }
  /* Auto */
  .uk-width-auto\@l {
    width: auto;
  }
  /* Expand */
  .uk-width-expand\@l {
    flex: 1;
    min-width: 1px;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  /* Whole */
  .uk-width-1-1\@xl {
    width: 100%;
  }
  /* Halves */
  .uk-width-1-2\@xl {
    width: 50%;
  }
  /* Thirds */
  .uk-width-1-3\@xl {
    width: calc(100% * 1 / 3.001);
  }
  .uk-width-2-3\@xl {
    width: calc(100% * 2 / 3.001);
  }
  /* Quarters */
  .uk-width-1-4\@xl {
    width: 25%;
  }
  .uk-width-3-4\@xl {
    width: 75%;
  }
  /* Fifths */
  .uk-width-1-5\@xl {
    width: 20%;
  }
  .uk-width-2-5\@xl {
    width: 40%;
  }
  .uk-width-3-5\@xl {
    width: 60%;
  }
  .uk-width-4-5\@xl {
    width: 80%;
  }
  /* Sixths */
  .uk-width-1-6\@xl {
    width: calc(100% * 1 / 6.001);
  }
  .uk-width-5-6\@xl {
    width: calc(100% * 5 / 6.001);
  }
  /* Pixel */
  .uk-width-small\@xl {
    width: 150px;
  }
  .uk-width-medium\@xl {
    width: 300px;
  }
  .uk-width-large\@xl {
    width: 450px;
  }
  .uk-width-xlarge\@xl {
    width: 600px;
  }
  .uk-width-2xlarge\@xl {
    width: 750px;
  }
  /* Auto */
  .uk-width-auto\@xl {
    width: auto;
  }
  /* Expand */
  .uk-width-expand\@xl {
    flex: 1;
    min-width: 1px;
  }
}
/* Intrinsic Widths
 ========================================================================== */
.uk-width-max-content {
  width: max-content;
}

.uk-width-min-content {
  width: min-content;
}

/* ========================================================================
   Component: Height
 ========================================================================== */

/*
 * Only works if parent element has a height set
 */

/*
 * Useful to create image teasers
 */

/*
 * Pixel
 * Useful for `overflow: auto`
 */

/* ========================================================================
   Component: Text
 ========================================================================== */
/* Style modifiers
 ========================================================================== */
.uk-text-lead {
  font-size: 1.375rem;
  line-height: 1.5;
  color: black;
}

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

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

.uk-text-large {
  font-size: 1.75rem;
  line-height: 1.5;
}

.uk-text-default {
  font-size: 16px;
  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;
}

/* Decoration modifier
 ========================================================================== */
.uk-text-decoration-none {
  text-decoration: none !important;
}

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

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

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

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

.uk-text-success {
  color: #0fc75b !important;
}

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

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

/* Background modifier
 ========================================================================== */
/*
 * 1. The background clips to the foreground text. Works in all browsers.
 * 2. Default color is set to transparent.
 * 3. Container fits the text
 * 4. Style
 */
.uk-text-background {
  /* 1 */
  -webkit-background-clip: text;
  /* 2 */
  color: transparent !important;
  /* 3 */
  display: inline-block;
  /* 4 */
  background-color: #ff233d;
}

/* Alignment modifiers
 ========================================================================== */
.uk-text-left {
  text-align: left !important;
}

.uk-text-right {
  text-align: right !important;
}

.uk-text-center {
  text-align: center !important;
}

.uk-text-justify {
  text-align: justify !important;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-text-left\@s {
    text-align: left !important;
  }
  .uk-text-right\@s {
    text-align: right !important;
  }
  .uk-text-center\@s {
    text-align: center !important;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-text-left\@m {
    text-align: left !important;
  }
  .uk-text-right\@m {
    text-align: right !important;
  }
  .uk-text-center\@m {
    text-align: center !important;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-text-left\@l {
    text-align: left !important;
  }
  .uk-text-right\@l {
    text-align: right !important;
  }
  .uk-text-center\@l {
    text-align: center !important;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-text-left\@xl {
    text-align: left !important;
  }
  .uk-text-right\@xl {
    text-align: right !important;
  }
  .uk-text-center\@xl {
    text-align: center !important;
  }
}
/*
 * Vertical
 */
.uk-text-top {
  vertical-align: top !important;
}

.uk-text-middle {
  vertical-align: middle !important;
}

.uk-text-bottom {
  vertical-align: bottom !important;
}

.uk-text-baseline {
  vertical-align: baseline !important;
}

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

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

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

/*
 * Wrap long words onto the next line and break them if they are too long to fit.
 * 1. Make it work with table cells in all browsers.
 * Note: Not using `hyphens: auto` because it hyphenates text even if not needed.
 */
.uk-text-break {
  overflow-wrap: break-word;
}

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

.uk-text-white {
  color: white;
}

.uk-text-black {
  color: black;
}

.uk-text-primary {
  color: #ff233d;
}

.uk-text-secondary {
  color: #170552;
}

.uk-text-dark-red {
  color: #da0921;
}

.uk-text-blue {
  color: #005ee4;
}

.uk-text-light-blue {
  color: #25a8ff;
}

.uk-text-purple {
  color: #513378;
}

.uk-text-lime {
  color: #e4f000;
}

.uk-text-steel-gray {
  color: #4f5759;
}

.uk-text-dark-gray {
  color: #e3e4e5;
}

.uk-text-light-gray {
  color: #f7f6f6;
}

.uk-text-gray {
  color: #ccc;
}

.uk-text-mid-gray {
  color: #707678;
}

.uk-text-success {
  color: #0fc75b;
}

.uk-text-warning {
  color: #f8cd00;
}

.uk-text-danger {
  color: #ce1f1f;
}

.uk-text-medium {
  font-size: 1.125rem;
  line-height: 1.3;
  margin-bottom: 26px;
}

.uk-text-xlarge {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 26px;
}

.uk-text-2xlarge {
  font-size: 2.5rem;
  line-height: 1.1;
  margin-bottom: 40px;
}

/* ========================================================================
   Component: Column
 ========================================================================== */

/* Desktop and bigger */
/*
 * Fix image 1px line wrapping into the next column in Chrome
 */

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

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

.uk-column-1-3 {
  column-count: 3;
}

.uk-column-1-4 {
  column-count: 4;
}

.uk-column-1-5 {
  column-count: 5;
}

.uk-column-1-6 {
  column-count: 6;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-column-1-2\@s {
    column-count: 2;
  }
  .uk-column-1-3\@s {
    column-count: 3;
  }
  .uk-column-1-4\@s {
    column-count: 4;
  }
  .uk-column-1-5\@s {
    column-count: 5;
  }
  .uk-column-1-6\@s {
    column-count: 6;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-column-1-2\@m {
    column-count: 2;
  }
  .uk-column-1-3\@m {
    column-count: 3;
  }
  .uk-column-1-4\@m {
    column-count: 4;
  }
  .uk-column-1-5\@m {
    column-count: 5;
  }
  .uk-column-1-6\@m {
    column-count: 6;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-column-1-2\@l {
    column-count: 2;
  }
  .uk-column-1-3\@l {
    column-count: 3;
  }
  .uk-column-1-4\@l {
    column-count: 4;
  }
  .uk-column-1-5\@l {
    column-count: 5;
  }
  .uk-column-1-6\@l {
    column-count: 6;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-column-1-2\@xl {
    column-count: 2;
  }
  .uk-column-1-3\@xl {
    column-count: 3;
  }
  .uk-column-1-4\@xl {
    column-count: 4;
  }
  .uk-column-1-5\@xl {
    column-count: 5;
  }
  .uk-column-1-6\@xl {
    column-count: 6;
  }
}
/* Make element span across all columns
 * Does not work in Firefox yet
 ========================================================================== */
.uk-column-span {
  column-span: all;
}

/* ========================================================================
   Component: Cover
 ========================================================================== */
/*
 * Works with iframes and embedded content
 * 1. Use attribute to apply transform instantly. Needed if transform is transitioned.
 * 2. Reset responsiveness for embedded content
 * 3. Center object
 * Note: Percent values on the `top` property only works if this element
 *       is absolute positioned or if the container has a height
 */
/* 1 */

/* Container
 ========================================================================== */
/*
 * 1. Parent container which clips resized object
 * 2. Needed if the child is positioned absolute. See note above
 */

/* ========================================================================
   Component: Background
 ========================================================================== */
/* Color
 ========================================================================== */

.uk-background-primary {
  background-color: #ff233d;
}

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

/* Size
 ========================================================================== */

.uk-background-width-1-1 {
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.uk-background-width-1-1 {
  background-size: 100%;
}

/* Position
 ========================================================================== */

/* Repeat
 ========================================================================== */

/* Attachment
 ========================================================================== */
/*
 * 1. Fix bug introduced in Chrome 67: the background image is not visible if any element on the page uses `translate3d`
 */

/*
 * Exclude touch devices because `fixed` doesn't work on iOS and Android
 */
/* Image
 ========================================================================== */
/* Phone portrait and smaller */
/* Phone landscape and smaller */
/* Tablet landscape and smaller */
/* Desktop and smaller */
/* Blend modes
 ========================================================================== */

.uk-background-white {
  background-color: white;
}

.uk-background-primary {
  background-color: #ff233d;
}

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

.uk-background-dark-red {
  background-color: #da0921;
}

.uk-background-lime {
  background-color: #e4f000;
}

.uk-background-steel-gray {
  background-color: #4f5759;
}

.uk-background-light-gray {
  background-color: #f7f6f6;
}

.uk-background-gray {
  background-color: #ccc;
}

.uk-background-mid-gray {
  background-color: #707678;
}

/* ========================================================================
   Component: Align
 ========================================================================== */
/*
 * Default
 */

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

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

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

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-align-left\@s {
    margin-top: 0;
    margin-right: 30px;
    float: left;
  }
  .uk-align-right\@s {
    margin-top: 0;
    margin-left: 30px;
    float: right;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-align-left\@m {
    margin-top: 0;
    margin-right: 30px;
    float: left;
  }
  .uk-align-right\@m {
    margin-top: 0;
    margin-left: 30px;
    float: right;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-align-left\@l {
    margin-top: 0;
    float: left;
  }
  .uk-align-right\@l {
    margin-top: 0;
    float: right;
  }
  .uk-align-left,
.uk-align-left\@s,
.uk-align-left\@m,
.uk-align-left\@l {
    margin-right: 40px;
  }
  .uk-align-right,
.uk-align-right\@s,
.uk-align-right\@m,
.uk-align-right\@l {
    margin-left: 40px;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-align-left\@xl {
    margin-top: 0;
    margin-right: 40px;
    float: left;
  }
  .uk-align-right\@xl {
    margin-top: 0;
    margin-left: 40px;
    float: right;
  }
}
/* ========================================================================
   Component: SVG
 ========================================================================== */
/*
 * 1. Fill all SVG elements with the current text color if no `fill` attribute is set
 * 2. Set the fill and stroke color of all SVG elements to the current text color
 */
/* 1 */
.uk-svg {
  fill: currentcolor;
}

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

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

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

/*
 * Scrollable
 */

/* 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 */

/* 2 */

/* Float
 ========================================================================== */
/*
 * 1. Prevent content overflow
 */

/* 1 */

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

/*
 * Enable scrollbars if content is clipped
 */

/* Box Sizing
 ========================================================================== */

/* Resize
 ========================================================================== */

/* Display
 ========================================================================== */
.uk-display-block {
  display: block !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 new layer 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;
}

/* 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 {
  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
 */

/*
 * Fix initial iframe width. Without the viewport is expanded on iOS devices
 */
[uk-responsive] {
  max-width: 100%;
}

/* Object
 ========================================================================== */

/* 
 * Position
 */

/* Border
 ========================================================================== */

/*
 * Fix `overflow: hidden` to be ignored with border-radius and CSS transforms in Webkit
 */

/* Box-shadow
 ========================================================================== */

/*
 * Hover
 */

/* Box-shadow bottom
 ========================================================================== */
/*
 * 1. Set position.
 * 2. Set style
 * 3. Fix shadow being clipped in Safari if container is animated
 */
/* 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
 */

/* 2 */
/* Logo
 ========================================================================== */
/*
 * 1. Style
 * 2. Required for `a`
 * 3. Behave like image but can be overridden through flex utility classes
 */
.uk-logo {
  /* 1 */
  font-size: 1.5rem;
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: black;
  /* 2 */
  text-decoration: none;
}
.main-nav .uk-logo {
  padding: 10px 0;
  width: 220px;
}
.home .main-nav .uk-logo {
  filter: none;
}
.home .uk-active .main-nav .uk-logo, .home .is-open-menu .main-nav .uk-logo {
  filter: none;
}
@media (min-width: 960px) {
  .main-nav .uk-logo {
    width: initial;
  }
}

/* 3 */

/* Hover */
.uk-logo:hover {
  color: black;
  /* 1 */
  text-decoration: none;
}

.uk-logo :where(img, svg, video) {
  display: block;
}

/* 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
 */

/* 2 */

/* Dragover State
 ========================================================================== */
/*
 * Create a box-shadow when dragging a file over the upload area
 */

/* Blend modes
 ========================================================================== */

/* Transform
========================================================================== */

/* Transform Origin
========================================================================== */
.uk-transform-origin-top-left {
  transform-origin: 0 0;
}

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

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

/* Alignment
 ========================================================================== */
/*
 * Align items along the main axis of the current line of the flex container
 * Row: Horizontal
 */
.uk-flex-left {
  justify-content: flex-start;
}

.uk-flex-center {
  justify-content: center;
}

.uk-flex-right {
  justify-content: flex-end;
}

.uk-flex-between {
  justify-content: space-between;
}

.uk-flex-around {
  justify-content: space-around;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-flex-left\@s {
    justify-content: flex-start;
  }
  .uk-flex-center\@s {
    justify-content: center;
  }
  .uk-flex-right\@s {
    justify-content: flex-end;
  }
  .uk-flex-between\@s {
    justify-content: space-between;
  }
  .uk-flex-around\@s {
    justify-content: space-around;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-flex-left\@m {
    justify-content: flex-start;
  }
  .uk-flex-center\@m {
    justify-content: center;
  }
  .uk-flex-right\@m {
    justify-content: flex-end;
  }
  .uk-flex-between\@m {
    justify-content: space-between;
  }
  .uk-flex-around\@m {
    justify-content: space-around;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-flex-left\@l {
    justify-content: flex-start;
  }
  .uk-flex-center\@l {
    justify-content: center;
  }
  .uk-flex-right\@l {
    justify-content: flex-end;
  }
  .uk-flex-between\@l {
    justify-content: space-between;
  }
  .uk-flex-around\@l {
    justify-content: space-around;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-flex-left\@xl {
    justify-content: flex-start;
  }
  .uk-flex-center\@xl {
    justify-content: center;
  }
  .uk-flex-right\@xl {
    justify-content: flex-end;
  }
  .uk-flex-between\@xl {
    justify-content: space-between;
  }
  .uk-flex-around\@xl {
    justify-content: space-around;
  }
}
/*
 * Align items in the cross axis of the current line of the flex container
 * Row: Vertical
 */
.uk-flex-stretch {
  align-items: stretch;
}

.uk-flex-top {
  align-items: flex-start;
}

.uk-flex-middle {
  align-items: center;
}

.uk-flex-bottom {
  align-items: flex-end;
}

/* Direction
 ========================================================================== */
.uk-flex-row {
  flex-direction: row;
}

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

.uk-flex-column {
  flex-direction: column;
}

.uk-flex-column-reverse {
  flex-direction: column-reverse;
}

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

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

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

/*
 * Aligns items within the flex container when there is extra space in the cross-axis
 * Only works if there is more than one line of flex items
 */
.uk-flex-wrap-stretch {
  align-content: stretch;
}

.uk-flex-wrap-top {
  align-content: flex-start;
}

.uk-flex-wrap-middle {
  align-content: center;
}

.uk-flex-wrap-bottom {
  align-content: flex-end;
}

.uk-flex-wrap-between {
  align-content: space-between;
}

.uk-flex-wrap-around {
  align-content: space-around;
}

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

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

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-flex-first\@s {
    order: -1;
  }
  .uk-flex-last\@s {
    order: 99;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-flex-first\@m {
    order: -1;
  }
  .uk-flex-last\@m {
    order: 99;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-flex-first\@l {
    order: -1;
  }
  .uk-flex-last\@l {
    order: 99;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-flex-first\@xl {
    order: -1;
  }
  .uk-flex-last\@xl {
    order: 99;
  }
}
/* Item dimensions
 ========================================================================== */
/*
 * Initial: 0 1 auto
 * Content dimensions, but shrinks
 */
/*
 * No Flex: 0 0 auto
 * Content dimensions
 */
.uk-flex-none {
  flex: none;
}

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

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

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

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

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

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

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

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

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

* + .uk-margin-small {
  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: 1200px) {
  .uk-margin-large {
    margin-bottom: 70px;
  }
  * + .uk-margin-large {
    margin-top: 70px !important;
  }
  .uk-margin-large-top {
    margin-top: 70px !important;
  }
  .uk-margin-large-bottom {
    margin-bottom: 70px !important;
  }
  .uk-margin-large-left {
    margin-left: 70px !important;
  }
  .uk-margin-large-right {
    margin-right: 70px !important;
  }
}
/* 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: 1200px) {
  .uk-margin-xlarge {
    margin-bottom: 140px;
  }
  * + .uk-margin-xlarge {
    margin-top: 140px !important;
  }
  .uk-margin-xlarge-top {
    margin-top: 140px !important;
  }
  .uk-margin-xlarge-bottom {
    margin-bottom: 140px !important;
  }
  .uk-margin-xlarge-left {
    margin-left: 140px !important;
  }
  .uk-margin-xlarge-right {
    margin-right: 140px !important;
  }
}
/* Auto
 ========================================================================== */
.uk-margin-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.uk-margin-auto-top {
  margin-top: auto !important;
}

.uk-margin-auto-bottom {
  margin-bottom: auto !important;
}

.uk-margin-auto-left {
  margin-left: auto !important;
}

.uk-margin-auto-right {
  margin-right: auto !important;
}

.uk-margin-auto-vertical {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-margin-auto\@s {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .uk-margin-auto-left\@s {
    margin-left: auto !important;
  }
  .uk-margin-auto-right\@s {
    margin-right: auto !important;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-margin-auto\@m {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .uk-margin-auto-left\@m {
    margin-left: auto !important;
  }
  .uk-margin-auto-right\@m {
    margin-right: auto !important;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-margin-auto\@l {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .uk-margin-auto-left\@l {
    margin-left: auto !important;
  }
  .uk-margin-auto-right\@l {
    margin-right: auto !important;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-margin-auto\@xl {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .uk-margin-auto-left\@xl {
    margin-left: auto !important;
  }
  .uk-margin-auto-right\@xl {
    margin-right: auto !important;
  }
}
/* Remove
 ========================================================================== */
.uk-margin-remove {
  margin: 0 !important;
}

.uk-margin-remove-top {
  margin-top: 0 !important;
}

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

.uk-margin-remove-left {
  margin-left: 0 !important;
}

.uk-margin-remove-right {
  margin-right: 0 !important;
}

.uk-margin-remove-vertical {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.uk-margin-remove-adjacent + *,
.uk-margin-remove-first-child > :first-child {
  margin-top: 0 !important;
}

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

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-margin-remove-left\@s {
    margin-left: 0 !important;
  }
  .uk-margin-remove-right\@s {
    margin-right: 0 !important;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-margin-remove-left\@m {
    margin-left: 0 !important;
  }
  .uk-margin-remove-right\@m {
    margin-right: 0 !important;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-margin-remove-left\@l {
    margin-left: 0 !important;
  }
  .uk-margin-remove-right\@l {
    margin-right: 0 !important;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-margin-remove-left\@xl {
    margin-left: 0 !important;
  }
  .uk-margin-remove-right\@xl {
    margin-right: 0 !important;
  }
}
/* ========================================================================
   Component: Padding
 ========================================================================== */
.uk-padding {
  padding: 30px;
}

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

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

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-padding-large {
    padding: 70px;
  }
}
/* Remove
 ========================================================================== */
.uk-padding-remove {
  padding: 0 !important;
}

.uk-padding-remove-top {
  padding-top: 0 !important;
}

.uk-padding-remove-bottom {
  padding-bottom: 0 !important;
}

.uk-padding-remove-left {
  padding-left: 0 !important;
}

.uk-padding-remove-right {
  padding-right: 0 !important;
}

.uk-padding-remove-vertical {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.uk-padding-remove-horizontal {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* ========================================================================
   Component: Position
 ========================================================================== */
:root {
  --uk-position-margin-offset: 0px;
}

/* Directions
 ========================================================================== */
/*
 * 1. Prevent content overflow.
 */
[class*=uk-position-top],
[class*=uk-position-bottom] {
  position: absolute !important;
  /* 1 */
  max-width: calc(100% - (var(--uk-position-margin-offset) * 2));
  box-sizing: border-box;
}

/*
 * Edges
 * Don't use `width: 100%` because it's wrong if the parent has padding.
 */

/*
 * Corners
 */
.uk-position-top-left {
  top: 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.
 *    Using `max-content` requires `max-width` of 100% which is set generally.
 */

/* Vertical */

/* Horizontal */

/*
 * Cover
 */

/* Margin
 ========================================================================== */

/* Desktop and bigger */
/* Schemes
 ========================================================================== */
.uk-position-relative {
  position: relative !important;
}

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

/* Layer
 ========================================================================== */

/* ========================================================================
   Component: Transition
 ========================================================================== */
/* Transitions
 ========================================================================== */
/*
 * The toggle is triggered on touch devices by two methods:
 * 1. Using `:focus` and tabindex
 * 2. Using `:hover` and a `touchstart` event listener registered on the document
 *    (Doesn't work on Surface touch devices)
 */

/*
 * Fade
 */

/*
 * Scale
 * 1. Make image rendering the same during the transition as before and after. Prefixed because of Safari.
 */
/* 1 */

/* Show */

/*
 * Slide
 */

/* Show */

/* Opacity modifier
 ========================================================================== */

/* Duration modifiers
 ========================================================================== */

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

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-hidden\@s {
    display: none !important;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-hidden\@m {
    display: none !important;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-hidden\@l {
    display: none !important;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-hidden\@xl {
    display: none !important;
  }
}
/*
 * Visible
 */
/* Phone portrait and smaller */
@media (max-width: 639px) {
  .uk-visible\@s {
    display: none !important;
  }
}
/* Phone landscape and smaller */
@media (max-width: 959px) {
  .uk-visible\@m {
    display: none !important;
  }
}
/* Tablet landscape and smaller */
@media (max-width: 1199px) {
  .uk-visible\@l {
    display: none !important;
  }
}
/* Desktop and smaller */
@media (max-width: 1599px) {
  .uk-visible\@xl {
    display: none !important;
  }
}
/* Visibility
 ========================================================================== */
.uk-invisible {
  visibility: hidden !important;
}

/* Based on the State of the Parent Element
 ========================================================================== */
/*
 * Can't use `display: none` nor `visibility: hidden` because both are not focusable.
 * The target stays visible if any element within receives focus through keyboard.
 */
/*
 * Discard space when hidden.
 */
.uk-visible-toggle:not(:hover):not(:focus) .uk-hidden-hover:not(:focus-within) {
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}

/*
 * Keep space when hidden.
 */
.uk-visible-toggle:not(:hover):not(:focus) .uk-invisible-hover:not(:focus-within) {
  opacity: 0 !important;
}

/* Based on Hover Capability of the Pointing Device
 ========================================================================== */
/*
 * Hover
 */
/* Hide if primary pointing device doesn't support hover, e.g. touch screens. */
@media (hover: none) {
  .uk-hidden-touch {
    display: none !important;
  }
}
/* Hide if primary pointing device supports hover, e.g. mice. */
@media (hover) {
  .uk-hidden-notouch {
    display: none !important;
  }
}
/* ========================================================================
   Component: Print
 ========================================================================== */
@media print {
  *,
*::before,
*::after {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
a:visited {
    text-decoration: underline;
  }
  thead {
    display: table-header-group;
  }
  tr,
img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
h3 {
    page-break-after: avoid;
  }
}