/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/scss/styles.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(""), url(/wp-content/themes/fitmeals/dist/35d26b781dc5fda684cc.ttf) format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local(""), url(/wp-content/themes/fitmeals/dist/e373f6163127e2d469af.ttf) format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local(""), url(/wp-content/themes/fitmeals/dist/673ed42382ab264e0bf5.ttf) format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local(""), url(/wp-content/themes/fitmeals/dist/89e040c6a64d18f620dc.ttf) format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local(""), url(/wp-content/themes/fitmeals/dist/ac8d04b620e54be9b0f0.ttf) format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: local(""), url(/wp-content/themes/fitmeals/dist/3524ffc3226f4578e5c5.ttf) format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(""), url(/wp-content/themes/fitmeals/dist/cdb29a5d7ccf57ff05a3.ttf) format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local(""), url(/wp-content/themes/fitmeals/dist/cfb635a5111b545f5598.ttf) format("truetype");
}
/** FORM */
/** BUTTON */
/** DOTNAV */
/** heading */
/** Section */
/** containers */
/** global */
/** buttons */
/** text */
/** margin */
/** forms */
/** link */
*,
*:before,
*:after {
  box-sizing: border-box;
}

/* ========================================================================
   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: "Poppins";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  background: #fff;
  color: #000;
}

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

/* Links
 ========================================================================== */
/*
 * Style
 */
a,
.uk-link {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
 ========================================================================== */
/*
 * Remove the gap between the element and the bottom of its parent container.
 */
audio,
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,
pre,
address,
fieldset,
figure {
  margin: 0 0 16px 0;
}

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

/* Headings
 ========================================================================== */
h1, .uk-h1,
h2, .uk-h2,
h3, .uk-h3,
h4, .uk-h4,
h5, .uk-h5,
h6, .uk-h6,
.uk-heading-small,
.uk-heading-medium,
.uk-heading-large,
.uk-heading-xlarge,
.uk-heading-2xlarge {
  margin: 0 0 16px 0;
  font-family: "Poppins";
  font-weight: 600;
  color: #000;
  text-transform: none;
}

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

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

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

h3, .uk-h3 {
  font-size: 24px;
  line-height: 1.2;
}

h4, .uk-h4 {
  font-size: 20px;
  line-height: 1.2;
}
@media (max-width: 960px) {
  h4, .uk-h4 {
    font-size: 16px;
  }
}

h5, .uk-h5 {
  font-size: 24px;
  line-height: 1.3;
}

h6, .uk-h6 {
  font-size: 20px;
  line-height: 1;
}
@media (max-width: 960px) {
  h6, .uk-h6 {
    font-size: 16px;
  }
}

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

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

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

dd {
  margin-left: 0;
}

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

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

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

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

/* Add margin if adjacent element */
* + blockquote {
  margin-top: 16px;
}

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

blockquote footer {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
}
blockquote footer::before {
  content: "— ";
}

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

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

/* Focus
 ========================================================================== */
:focus {
  outline: none;
}

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

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

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

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

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

/* Pass media breakpoints to JS
 ========================================================================== */
/*
 * Breakpoints
 */
:root {
  --uk-breakpoint-s: 640px;
  --uk-breakpoint-m: 960px;
  --uk-breakpoint-l: 1200px;
  --uk-breakpoint-xl: 1600px;
}

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

/* Add margin if adjacent element */
* + .uk-table {
  margin-top: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Cell link modifier
 ========================================================================== */
/*
 * Does not work with `uk-table-justify` at the moment
 */
.uk-table-link {
  padding: 0 !important;
}

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

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

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

.uk-table-striped > tr:nth-of-type(even):last-child,
.uk-table-striped tbody tr:nth-of-type(even):last-child {
  border-bottom: 1px solid #e5e5e5;
}

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

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

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

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

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

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

/* Image modifier
 ========================================================================== */
/*
 * Display images in icon dimensions
 * 1. Required for `span` with background image
 * 2. Required for `image`
 */
.uk-icon-image {
  width: 20px;
  height: 20px;
  /* 1 */
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  /* 2 */
  object-fit: scale-down;
  max-width: none;
}

/* Style modifiers
 ========================================================================== */
/*
 * Link
 * 1. Allow text within link
 */
.uk-icon-link {
  color: #999;
  /* 1 */
  text-decoration: none !important;
}

.uk-icon-link:hover {
  color: #000;
}

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

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

/* Hover */
.uk-icon-button:hover {
  background-color: #143433;
  color: #000;
}

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

/* ========================================================================
   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-radio,
.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-radio:not(:disabled),
.uk-checkbox:not(:disabled) {
  cursor: pointer;
}

/*
 * Define consistent border, margin, and padding.
 */
.uk-fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

/* 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 15px;
  background: #fff;
  color: #fff;
  border: 1px solid #e5e5e5;
  transition: 0.2s ease-in-out;
  transition-property: color, background-color, border;
}

/*
 * 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: 53px;
  vertical-align: middle;
  /* 1 */
  display: inline-block;
}

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

/*
 * Multi-line
 */
.uk-select[multiple],
.uk-select[size],
.uk-textarea {
  padding-top: 9px;
  padding-bottom: 9px;
  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: #fff;
  color: #fff;
  border-color: #fff;
}

/* Disabled */
.uk-input:disabled,
.uk-select:disabled,
.uk-textarea:disabled {
  background-color: #1B4645;
  color: #999;
  border-color: #e5e5e5;
}

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

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

/* Style modifier (`uk-input`, `uk-select` and `uk-textarea`)
 ========================================================================== */
/*
 * Small
 */
.uk-form-small {
  font-size: 14px;
}

/* Single-line */
.uk-form-small:not(textarea):not([multiple]):not([size]) {
  height: 30px;
  padding-left: 8px;
  padding-right: 8px;
}

/* Multi-line */
textarea.uk-form-small,
[multiple].uk-form-small,
[size].uk-form-small {
  padding: 5px 8px;
}

.uk-form-small:not(select):not(input):not(textarea) {
  line-height: 28px;
}

/*
 * Large
 */
.uk-form-large {
  font-size: 1.25rem;
}

/* Single-line */
.uk-form-large:not(textarea):not([multiple]):not([size]) {
  height: 55px;
  padding-left: 12px;
  padding-right: 12px;
}

/* Multi-line */
textarea.uk-form-large,
[multiple].uk-form-large,
[size].uk-form-large {
  padding: 7px 12px;
}

.uk-form-large:not(select):not(input):not(textarea) {
  line-height: 53px;
}

/* Style modifier (`uk-input`, `uk-select` and `uk-textarea`)
 ========================================================================== */
/*
 * Error
 */
.uk-form-danger,
.uk-form-danger:focus {
  color: #f0506e;
  border-color: #f0506e;
}

/*
 * Success
 */
.uk-form-success,
.uk-form-success:focus {
  color: #32d296;
  border-color: #32d296;
}

/*
 * Blank
 */
.uk-form-blank {
  background: none;
  border-color: transparent;
}

.uk-form-blank:focus {
  border-color: #e5e5e5;
  border-style: solid;
}

/* 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%23000%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23000%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: #000;
}

/*
 * 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%23000%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-radio,
.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: transparent;
  /* 6 */
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: 1px solid #cccccc;
  transition: 0.2s ease-in-out;
  transition-property: background-color, border;
}

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

/* Focus */
.uk-radio:focus,
.uk-checkbox:focus {
  background-color: rgba(0, 0, 0, 0);
  outline: none;
  border-color: #fff;
}

/*
 * Checked
 */
.uk-radio:checked,
.uk-checkbox:checked,
.uk-checkbox:indeterminate {
  background-color: #fff;
  border-color: transparent;
}

/* Focus */
.uk-radio:checked:focus,
.uk-checkbox:checked:focus,
.uk-checkbox:indeterminate:focus {
  background-color: #e6e6e6;
}

/*
 * Icons
 */
.uk-radio:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%231A1A1A%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-checkbox:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%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%231A1A1A%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%231A1A1A%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-radio:disabled,
.uk-checkbox:disabled {
  background-color: #1B4645;
  border-color: #e5e5e5;
}

.uk-radio:disabled:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23999%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-checkbox:disabled:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%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
 */
.uk-legend {
  /* 1 */
  width: 100%;
  /* 2 */
  color: inherit;
  /* 3 */
  padding: 0;
  /* 4 */
  font-size: 20px;
  line-height: 1.4;
}

/* Custom controls
 ========================================================================== */
/*
 * 1. Container fits its content
 * 2. Create position context
 * 3. Prevent content overflow
 * 4. Behave like most inline-block elements
 */
.uk-form-custom {
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  /* 3 */
  max-width: 100%;
  /* 4 */
  vertical-align: middle;
}

/*
 * 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
 */
.uk-form-custom select,
.uk-form-custom input[type=file] {
  /* 1 */
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  /* 2 */
  left: 0;
  /* 3 */
  -webkit-appearance: none;
  /* 4 */
  opacity: 0;
  cursor: pointer;
}

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

/* Label
 ========================================================================== */
.uk-form-label {
  color: #333;
  font-size: 14px;
}

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

/*
 * Horizontal
 */
/* Tablet portrait and smaller */
@media (max-width: 959px) {
  /* Behave like `uk-form-stacked` */
  .uk-form-horizontal .uk-form-label {
    display: block;
    margin-bottom: 5px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-form-horizontal .uk-form-label {
    width: 200px;
    margin-top: 7px;
    float: left;
  }
  .uk-form-horizontal .uk-form-controls {
    margin-left: 215px;
  }
  /* Better vertical alignment if controls are checkboxes and radio buttons with text */
  .uk-form-horizontal .uk-form-controls-text {
    padding-top: 7px;
  }
}
/* 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: 53px;
  /* 3 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  /* 4 */
  color: #999;
}

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

/*
 * 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: 53px !important;
}

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

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

/* ========================================================================
   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 20px;
  vertical-align: middle;
  font-size: 14px;
  /* 8 */
  line-height: 47px;
  /* 9 */
  text-align: center;
  /* 10 */
  text-decoration: none;
  transition: all 0.3s;
  border-radius: 10px;
  font-weight: 700;
  border: 1px solid transparent;
}
.uk-button img,
.uk-button svg {
  padding-right: 9px;
  box-sizing: content-box;
}

.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: #000;
  color: #fff;
  border: 1px solid transparent;
}

/* Hover */
.uk-button-default:hover {
  background-color: transparent;
  color: #95a800;
  border-color: #000;
}

/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: transparent;
  color: #333;
  border-color: #000;
}

/*
 * Primary
 */
.uk-button-primary {
  background-color: #95a800;
  color: #fff;
}
.uk-button-primary:hover {
  border-color: #95a800;
}

/* Hover */
.uk-button-primary:hover {
  background-color: transparent;
  color: #95a800;
}

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

/*
 * Secondary
 */
.uk-button-secondary {
  background-color: transparent;
  color: #95a800;
  transition: all 0.3s;
  border: 1px solid #95a800;
  font-weight: 600;
}

/* Hover */
.uk-button-secondary:hover {
  background-color: #95a800;
  color: #fff;
}

/* OnClick + Active */
.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: rgba(0, 0, 0, 0);
  color: #1A1A1A;
}

/*
 * Danger
 */
.uk-button-danger {
  background-color: #f0506e;
  color: #1A1A1A;
  border: 1px solid transparent;
}

/* Hover */
.uk-button-danger:hover {
  background-color: #ee395b;
  color: #1A1A1A;
}

/* OnClick + Active */
.uk-button-danger:active,
.uk-button-danger.uk-active {
  background-color: #ec2147;
  color: #1A1A1A;
}

/*
 * Disabled
 * The same for all style modifiers
 */
.uk-button-default:disabled,
.uk-button-primary:disabled,
.uk-button-secondary:disabled,
.uk-button-danger:disabled {
  background-color: transparent;
  color: #999;
  border-color: #e5e5e5;
}

/* Size modifiers
 ========================================================================== */
.uk-button-small {
  padding: 0 15px;
  line-height: 40px;
  font-size: 16px;
}

.uk-button-large {
  padding: 0 22px;
  line-height: 50px;
  font-size: 16px;
}

/* Text modifiers
 ========================================================================== */
/*
 * Text
 * 1. Reset
 * 2. Style
 */
.uk-button-text {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  color: #333;
  position: relative;
}
.uk-button-text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 100%;
  border-bottom: 1px solid #333;
  transition: right 0.3s ease-out;
}

/* Hover */
.uk-button-text:hover {
  color: #333;
}
.uk-button-text:hover::before {
  right: 0;
}

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

/*
 * Link
 * 1. Reset
 * 2. Style
 */
.uk-button-link {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  color: #333;
}

/* Hover */
.uk-button-link:hover {
  color: #999;
  text-decoration: none;
}

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

/* Group
 ========================================================================== */
/*
 * 1. Using `flex` instead of `inline-block` to prevent whitespace betweent child elements
 * 2. Behave like button
 * 3. Create position context
 */
.uk-button-group {
  /* 1 */
  display: inline-flex;
  /* 2 */
  vertical-align: middle;
  /* 3 */
  position: relative;
}

/* Group
 ========================================================================== */
/*
 * Collapse border
 */
.uk-button-group > .uk-button:nth-child(n+2),
.uk-button-group > div:nth-child(n+2) .uk-button {
  margin-left: -1px;
}

/*
 * Create position context to superimpose the successor elements border
 * Known issue: If you use an `a` element as button and an icon inside,
 * the active state will not work if you click the icon inside the button
 * Workaround: Just use a `button` or `input` element as button
 */
.uk-button-group .uk-button:hover,
.uk-button-group .uk-button:active,
.uk-button-group .uk-button.uk-active {
  position: relative;
  z-index: 1;
}

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

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

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

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

/*
 * Large
 */
.uk-section-large {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-section-large {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
/*
 * XLarge
 */
.uk-section-xlarge {
  padding-top: 140px;
  padding-bottom: 140px;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-section-xlarge {
    padding-top: 210px;
    padding-bottom: 210px;
  }
}
/* Style modifiers
 ========================================================================== */
/*
 * Default
 */
.uk-section-default {
  background: white;
}

/*
 * Muted
 */
.uk-section-muted {
  background: #1B4645;
}

/*
 * Primary
 */
.uk-section-primary {
  background: #fff;
}

/*
 * Secondary
 */
.uk-section-secondary {
  background: gray;
}

/* 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: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

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

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

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

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

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

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

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

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

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-container-expand-left.uk-container-xsmall,
.uk-container-expand-right.uk-container-xsmall {
    max-width: calc(50% + (750px / 2) - 15px);
  }
  .uk-container-expand-left.uk-container-small,
.uk-container-expand-right.uk-container-small {
    max-width: calc(50% + (1000px / 2) - 15px);
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-container-expand-left,
.uk-container-expand-right {
    max-width: calc(50% + (1400px / 2) - 15px);
  }
  .uk-container-expand-left.uk-container-xsmall,
.uk-container-expand-right.uk-container-xsmall {
    max-width: calc(50% + (750px / 2) - 15px);
  }
  .uk-container-expand-left.uk-container-small,
.uk-container-expand-right.uk-container-small {
    max-width: calc(50% + (1000px / 2) - 15px);
  }
  .uk-container-expand-left.uk-container-large,
.uk-container-expand-right.uk-container-large {
    max-width: calc(50% + (1500px / 2) - 15px);
  }
  .uk-container-expand-left.uk-container-xlarge,
.uk-container-expand-right.uk-container-xlarge {
    max-width: calc(50% + (1600px / 2) - 15px);
  }
}
/* 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% + 15px);
  }
  .uk-container-item-padding-remove-left {
    margin-left: -15px;
  }
  .uk-container-item-padding-remove-right {
    margin-right: -15px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .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;
  }
}
/* ========================================================================
   Component: Close
 ========================================================================== */
/*
 * Adopts `uk-icon`
 */
.uk-close {
  color: #999;
  transition: 0.1s ease-in-out;
  transition-property: color, opacity;
}

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

/* ========================================================================
   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: 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
 ========================================================================== */
.uk-nav-header {
  padding: 5px 0;
  text-transform: uppercase;
  font-size: 14px;
}

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

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

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

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

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

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

/*
 * Subtitle
 */
.uk-nav-default .uk-nav-subtitle {
  font-size: 12px;
}

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

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

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

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

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

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

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

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

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

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

/*
 * Subtitle
 */
.uk-nav-primary .uk-nav-subtitle {
  font-size: 1.25rem;
}

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

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

/*
 * Sublists
 */
.uk-nav-primary .uk-nav-sub {
  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: #000;
}

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

/* Secondary modifier
 ========================================================================== */
.uk-nav-secondary {
  font-size: 16px;
  line-height: 1.5;
}
.uk-nav-secondary > :not(.uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider) {
  margin-top: 0;
}

/*
 * Items
 */
.uk-nav-secondary > li > a {
  color: #333;
  padding: 10px 10px;
}

/* Hover */
.uk-nav-secondary > li > a:hover {
  color: #333;
  background-color: #1B4645;
}

/* Active */
.uk-nav-secondary > li.uk-active > a {
  color: #333;
  background-color: #1B4645;
}

/*
 * Subtitle
 */
.uk-nav-secondary .uk-nav-subtitle {
  font-size: 14px;
  color: #999;
}

/* Hover */
.uk-nav-secondary > li > a:hover .uk-nav-subtitle {
  color: #000;
}

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

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

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

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

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

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

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

/* Alignment modifier
 ========================================================================== */
/*
 * 1. Center header
 * 2. Center items
 */
/* 1 */
.uk-nav-center {
  text-align: center;
}

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

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

/* Parent icon  */
.uk-nav-center .uk-nav-parent-icon {
  margin-left: 4px;
}

/* Style modifier
 ========================================================================== */
/*
 * Divider
 * Naming is in plural to prevent conflicts with divider sub object.
 */
.uk-nav.uk-nav-divider > :not(.uk-nav-header, .uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider) {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #e5e5e5;
}

/* ========================================================================
   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: -5px;
  justify-content: center;
}
.uk-dotnav.green .uk-active > * {
  background-color: var(--color-orange);
}
.uk-dotnav.green > * > :hover {
  background-color: var(--color-orange);
}
.uk-dotnav li {
  padding-left: 8px;
}
.uk-dotnav a {
  background-color: var(--color-navy);
  border: 0px solid #fff;
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
}

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

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

/* Hover */
.uk-dotnav > * > :hover {
  background-color: #F68800;
  border-color: transparent;
}

/* OnClick */
.uk-dotnav > * > :active {
  background-color: #F68800;
  border-color: transparent;
}

/* Active */
.uk-dotnav > .uk-active > * {
  background-color: #F68800;
  border-color: transparent;
}

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

/* 2 */
.uk-dotnav-vertical > * {
  padding-left: 0;
  padding-top: 5px;
}

/* ========================================================================
   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: 12px;
  --uk-position-viewport-offset: 15px;
  /* 3 */
  box-sizing: border-box;
  min-width: 200px;
  /* 4 */
  padding: 25px;
  background: #fff;
  color: #000;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}

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

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

/* Size modifier
 ========================================================================== */
.uk-dropdown-large {
  padding: 40px;
}

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

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

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

/*
 * Subtitle
 */
.uk-dropdown-nav .uk-nav-subtitle {
  font-size: 12px;
}

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

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

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

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

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

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

/* Phone landscape and bigger */
@media (min-width: 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: 600px;
  /* 3 */
  max-width: 100% !important;
  /* 4 */
  background: #fff;
  /* 5 */
  opacity: 0;
  transform: translateY(-100px);
  transition: 0.3s linear;
  transition-property: opacity, transform;
}

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

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

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

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

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

.uk-modal-header {
  display: flow-root;
  padding: 10px 20px;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}

.uk-modal-footer {
  display: flow-root;
  padding: 10px 20px;
  background: #fff;
  border-top: 1px solid #e5e5e5;
}

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

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

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

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

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

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

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

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

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

/* Item
 ========================================================================== */
/*
 * 1. Position items above each other
 * 2. Take the full width
 * 3. Clip child elements, e.g. for `uk-cover`
 * 4. Optimize animation
 */
.uk-slideshow-items > * {
  /* 1 */
  position: absolute;
  top: 0;
  left: 0;
  /* 2 */
  right: 0;
  bottom: 0;
  /* 3 */
  overflow: hidden;
  /* 4 */
  will-change: transform, opacity;
}

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

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

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

/*
 * Widen container to prevent box-shadows from clipping, `large-box-shadow`
 */
.uk-slider-container-offset {
  margin: -11px -25px -39px -25px;
  padding: 11px 25px 39px 25px;
}

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

/* ========================================================================
   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: Text
 ========================================================================== */
/* Style modifiers
 ========================================================================== */
.uk-text-lead {
  font-size: 20px;
  line-height: 1.5;
  color: #333;
}

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

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

.uk-text-large {
  font-size: 20px;
  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: #333 !important;
}

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

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

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

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

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

/* Background modifier
 ========================================================================== */
/*
 * 1. The background clips to the foreground text. Works in 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: #fff;
}

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

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

.uk-background-muted {
  background-color: #1B4645;
}

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

.uk-background-secondary {
  background-color: gray;
}

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

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

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

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

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

/* Position
 ========================================================================== */
.uk-background-top-left {
  background-position: 0 0;
}

.uk-background-top-center {
  background-position: 50% 0;
}

.uk-background-top-right {
  background-position: 100% 0;
}

.uk-background-center-left {
  background-position: 0 50%;
}

.uk-background-center-center {
  background-position: 50% 50%;
}

.uk-background-center-right {
  background-position: 100% 50%;
}

.uk-background-bottom-left {
  background-position: 0 100%;
}

.uk-background-bottom-center {
  background-position: 50% 100%;
}

.uk-background-bottom-right {
  background-position: 100% 100%;
}

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

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

/*
 * Exclude touch devices because `fixed` doesn't work on iOS and Android
 */
@media (pointer: coarse) {
  .uk-background-fixed {
    background-attachment: scroll;
  }
}
/* Image
 ========================================================================== */
/* Phone portrait and smaller */
@media (max-width: 639px) {
  .uk-background-image\@s {
    background-image: none !important;
  }
}
/* Phone landscape and smaller */
@media (max-width: 959px) {
  .uk-background-image\@m {
    background-image: none !important;
  }
}
/* Tablet landscape and smaller */
@media (max-width: 1199px) {
  .uk-background-image\@l {
    background-image: none !important;
  }
}
/* Desktop and smaller */
@media (max-width: 1599px) {
  .uk-background-image\@xl {
    background-image: none !important;
  }
}
/* Blend modes
 ========================================================================== */
.uk-background-blend-multiply {
  background-blend-mode: multiply;
}

.uk-background-blend-screen {
  background-blend-mode: screen;
}

.uk-background-blend-overlay {
  background-blend-mode: overlay;
}

.uk-background-blend-darken {
  background-blend-mode: darken;
}

.uk-background-blend-lighten {
  background-blend-mode: lighten;
}

.uk-background-blend-color-dodge {
  background-blend-mode: color-dodge;
}

.uk-background-blend-color-burn {
  background-blend-mode: color-burn;
}

.uk-background-blend-hard-light {
  background-blend-mode: hard-light;
}

.uk-background-blend-soft-light {
  background-blend-mode: soft-light;
}

.uk-background-blend-difference {
  background-blend-mode: difference;
}

.uk-background-blend-exclusion {
  background-blend-mode: exclusion;
}

.uk-background-blend-hue {
  background-blend-mode: hue;
}

.uk-background-blend-saturation {
  background-blend-mode: saturation;
}

.uk-background-blend-color {
  background-blend-mode: color;
}

.uk-background-blend-luminosity {
  background-blend-mode: luminosity;
}

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

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

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

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

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

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-align-left\@s {
    margin-top: 0;
    margin-right: 30px;
    float: left;
  }
  .uk-align-right\@s {
    margin-top: 0;
    margin-left: 30px;
    float: right;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-align-left\@m {
    margin-top: 0;
    margin-right: 30px;
    float: left;
  }
  .uk-align-right\@m {
    margin-top: 0;
    margin-left: 30px;
    float: right;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-align-left\@l {
    margin-top: 0;
    float: left;
  }
  .uk-align-right\@l {
    margin-top: 0;
    float: right;
  }
  .uk-align-left,
.uk-align-left\@s,
.uk-align-left\@m,
.uk-align-left\@l {
    margin-right: 40px;
  }
  .uk-align-right,
.uk-align-right\@s,
.uk-align-right\@m,
.uk-align-right\@l {
    margin-left: 40px;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-align-left\@xl {
    margin-top: 0;
    margin-right: 40px;
    float: left;
  }
  .uk-align-right\@xl {
    margin-top: 0;
    margin-left: 40px;
    float: right;
  }
}
/* ========================================================================
   Component: 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
 */
.uk-panel-scrollable {
  height: 170px;
  padding: 10px;
  border: 1px solid #e5e5e5;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  resize: both;
}

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

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

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

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

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

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

/*
 * Enable scrollbars if content is clipped
 */
.uk-overflow-auto {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

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

/* Box Sizing
 ========================================================================== */
.uk-box-sizing-content {
  box-sizing: content-box;
}

.uk-box-sizing-border {
  box-sizing: border-box;
}

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

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

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

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

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

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

/* Inline
 ========================================================================== */
/*
 * 1. Container fits its content
 * 2. Create position context
 * 3. Prevent content overflow
 * 4. Behave like most inline-block elements
 * 5. Force 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;
}

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

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

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

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

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

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

/* Object
 ========================================================================== */
.uk-object-cover {
  object-fit: cover;
}

.uk-object-contain {
  object-fit: contain;
}

.uk-object-fill {
  object-fit: fill;
}

.uk-object-none {
  object-fit: none;
}

.uk-object-scale-down {
  object-fit: scale-down;
}

/* 
 * Position
 */
.uk-object-top-left {
  object-position: 0 0;
}

.uk-object-top-center {
  object-position: 50% 0;
}

.uk-object-top-right {
  object-position: 100% 0;
}

.uk-object-center-left {
  object-position: 0 50%;
}

.uk-object-center-center {
  object-position: 50% 50%;
}

.uk-object-center-right {
  object-position: 100% 50%;
}

.uk-object-bottom-left {
  object-position: 0 100%;
}

.uk-object-bottom-center {
  object-position: 50% 100%;
}

.uk-object-bottom-right {
  object-position: 100% 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Box-shadow bottom
 ========================================================================== */
/*
 * 1. Set position.
 * 2. Set style
 * 3. Fix shadow being clipped in Safari if container is animated
 */
@supports (filter: blur(0)) {
  .uk-box-shadow-bottom {
    display: inline-block;
    position: relative;
    z-index: 0;
    max-width: 100%;
    vertical-align: middle;
  }
  .uk-box-shadow-bottom::after {
    content: "";
    /* 1 */
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    z-index: -1;
    /* 2 */
    height: 30px;
    border-radius: 100%;
    background: #444;
    filter: blur(20px);
    /* 3 */
    will-change: filter;
  }
}
/* 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
 */
.uk-dropcap::first-letter,
.uk-dropcap > p:first-of-type::first-letter {
  display: block;
  margin-right: 10px;
  float: left;
  font-size: 4.5em;
  line-height: 1;
  margin-bottom: -2px;
}

/* 2 */
@-moz-document url-prefix() {
  .uk-dropcap::first-letter,
.uk-dropcap > p:first-of-type::first-letter {
    margin-top: 1.1%;
  }
}
/* Logo
 ========================================================================== */
/*
 * 1. Style
 * 2. Required for `a`
 * 3. Behave like image but can be overridden through flex utility classes
 */
.uk-logo {
  /* 1 */
  font-size: 20px;
  font-family: "Poppins";
  color: #333;
  /* 2 */
  text-decoration: none;
}

/* 3 */
:where(.uk-logo) {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

/* Blend modes
 ========================================================================== */
.uk-blend-multiply {
  mix-blend-mode: multiply;
}

.uk-blend-screen {
  mix-blend-mode: screen;
}

.uk-blend-overlay {
  mix-blend-mode: overlay;
}

.uk-blend-darken {
  mix-blend-mode: darken;
}

.uk-blend-lighten {
  mix-blend-mode: lighten;
}

.uk-blend-color-dodge {
  mix-blend-mode: color-dodge;
}

.uk-blend-color-burn {
  mix-blend-mode: color-burn;
}

.uk-blend-hard-light {
  mix-blend-mode: hard-light;
}

.uk-blend-soft-light {
  mix-blend-mode: soft-light;
}

.uk-blend-difference {
  mix-blend-mode: difference;
}

.uk-blend-exclusion {
  mix-blend-mode: exclusion;
}

.uk-blend-hue {
  mix-blend-mode: hue;
}

.uk-blend-saturation {
  mix-blend-mode: saturation;
}

.uk-blend-color {
  mix-blend-mode: color;
}

.uk-blend-luminosity {
  mix-blend-mode: luminosity;
}

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

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

.uk-transform-origin-top-center {
  transform-origin: 50% 0;
}

.uk-transform-origin-top-right {
  transform-origin: 100% 0;
}

.uk-transform-origin-center-left {
  transform-origin: 0 50%;
}

.uk-transform-origin-center-right {
  transform-origin: 100% 50%;
}

.uk-transform-origin-bottom-left {
  transform-origin: 0 100%;
}

.uk-transform-origin-bottom-center {
  transform-origin: 50% 100%;
}

.uk-transform-origin-bottom-right {
  transform-origin: 100% 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Desktop and bigger */
@media (min-width: 1200px) {
  .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;
  }
}
/* 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],
[class*=uk-position-left],
[class*=uk-position-right],
[class*=uk-position-center] {
  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.
 */
.uk-position-top {
  top: 0;
  left: 0;
  right: 0;
}

.uk-position-bottom {
  bottom: 0;
  left: 0;
  right: 0;
}

.uk-position-left {
  top: 0;
  bottom: 0;
  left: 0;
}

.uk-position-right {
  top: 0;
  bottom: 0;
  right: 0;
}

/*
 * Corners
 */
.uk-position-top-left {
  top: 0;
  left: 0;
}

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

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

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

/*
 * Center
 * 1. Fix text wrapping if content is larger than 50% of the container.
 *    Using `max-content` requires `max-width` of 100% which is set generally.
 */
.uk-position-center {
  top: calc(50% - var(--uk-position-margin-offset));
  left: calc(50% - var(--uk-position-margin-offset));
  --uk-position-translate-x: -50%;
  --uk-position-translate-y: -50%;
  transform: translate(var(--uk-position-translate-x), var(--uk-position-translate-y));
  /* 1 */
  width: max-content;
}

/* Vertical */
[class*=uk-position-center-left],
[class*=uk-position-center-right] {
  top: calc(50% - var(--uk-position-margin-offset));
  --uk-position-translate-y: -50%;
  transform: translate(0, var(--uk-position-translate-y));
}

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

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

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

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

/* Horizontal */
.uk-position-top-center,
.uk-position-bottom-center {
  left: calc(50% - var(--uk-position-margin-offset));
  --uk-position-translate-x: -50%;
  transform: translate(var(--uk-position-translate-x), 0);
  /* 1 */
  width: max-content;
}

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

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

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

/* Margin
 ========================================================================== */
.uk-position-small {
  margin: 15px;
  --uk-position-margin-offset: 15px;
}

.uk-position-medium {
  margin: 30px;
  --uk-position-margin-offset: 30px;
}

.uk-position-large {
  margin: 30px;
  --uk-position-margin-offset: 30px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-position-large {
    margin: 50px;
    --uk-position-margin-offset: 50px;
  }
}
/* Schemes
 ========================================================================== */
.uk-position-relative {
  position: relative !important;
}

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

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

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

/* Layer
 ========================================================================== */
.uk-position-z-index {
  z-index: 1;
}

.uk-position-z-index-zero {
  z-index: 0;
}

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

/* ========================================================================
   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;
  }
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
h3 {
    page-break-after: avoid;
  }
}
.text-default {
  font-size: 16px;
}

.text-small {
  font-size: 14px;
}

.text-large {
  font-size: 20px;
}

.text-extra-large {
  font-size: 24px;
}

.text-extra-small {
  font-size: 12px;
}

.text-medium {
  font-weight: 500;
}

@media (max-width: 960px) {
  .text-default\@m {
    font-size: 16px !important;
  }
  .text-default\@m p {
    font-size: 16px !important;
  }
  .text-small\@m {
    font-size: 14px;
  }
  .text-extra-large\@m {
    font-size: 24px !important;
  }
  .text-extra-small\@m {
    font-size: 12px;
  }
}
:root {
  --color-white: #fff;
  --color-green: #1B4645;
  --color-orange: #F68800;
  --color-gray: #F6F6F6;
  --color-navy: #041721;
}

.color-primary,
.color-navy,
.has-navy-color {
  color: var(--color-navy);
}

.color-white,
.has-white-color {
  color: var(--color-white);
}

.color-green,
.has-green-color {
  color: var(--color-green);
}

.color-orange,
.color-secondary,
.has-orange-color {
  color: var(--color-orange);
}

.color-gray,
.color-muted,
.has-gray-color {
  color: var(--color-gray);
}

.bg-primary,
.bg-navy {
  background-color: var(--color-navy);
}

.bg-white {
  background-color: var(--color-white);
}

.bg-green {
  background-color: var(--color-green);
}

.bg-orange,
.bg-secondary {
  background-color: var(--color-orange);
}

.bg-gray,
.bg-muted {
  background-color: var(--color-gray);
}

.gap-1 {
  gap: 5px;
}

.mt-1 {
  margin-top: 5px;
}

.mr-1 {
  margin-right: 5px;
}

.mb-1 {
  margin-bottom: 5px;
}

.ml-1 {
  margin-left: 5px;
}

.pt-1 {
  padding-top: 5px;
}

.pr-1 {
  padding-right: 5px;
}

.pb-1 {
  padding-bottom: 5px;
}

.pl-1 {
  padding-left: 5px;
}

@media (max-width: 781px) {
  .gap-1\@m {
    gap: 5px !important;
  }
  .mt-1\@m {
    margin-top: 5px !important;
  }
  .mb-1\@m {
    margin-bottom: 5px !important;
  }
  .ml-1\@m {
    margin-left: 5px !important;
  }
  .mr-1\@m {
    margin-right: 5px !important;
  }
  .pt-1\@m {
    padding-top: 5px !important;
  }
  .pb-1\@m {
    padding-bottom: 5px !important;
  }
  .pl-1\@m {
    padding-left: 5px !important;
  }
  .pr-1\@m {
    padding-right: 5px !important;
  }
  .text-center\@m {
    text-align: center;
  }
}
.gap-2 {
  gap: 10px;
}

.mt-2 {
  margin-top: 10px;
}

.mr-2 {
  margin-right: 10px;
}

.mb-2 {
  margin-bottom: 10px;
}

.ml-2 {
  margin-left: 10px;
}

.pt-2 {
  padding-top: 10px;
}

.pr-2 {
  padding-right: 10px;
}

.pb-2 {
  padding-bottom: 10px;
}

.pl-2 {
  padding-left: 10px;
}

@media (max-width: 781px) {
  .gap-2\@m {
    gap: 10px !important;
  }
  .mt-2\@m {
    margin-top: 10px !important;
  }
  .mb-2\@m {
    margin-bottom: 10px !important;
  }
  .ml-2\@m {
    margin-left: 10px !important;
  }
  .mr-2\@m {
    margin-right: 10px !important;
  }
  .pt-2\@m {
    padding-top: 10px !important;
  }
  .pb-2\@m {
    padding-bottom: 10px !important;
  }
  .pl-2\@m {
    padding-left: 10px !important;
  }
  .pr-2\@m {
    padding-right: 10px !important;
  }
  .text-center\@m {
    text-align: center;
  }
}
.gap-3 {
  gap: 15px;
}

.mt-3 {
  margin-top: 15px;
}

.mr-3 {
  margin-right: 15px;
}

.mb-3 {
  margin-bottom: 15px;
}

.ml-3 {
  margin-left: 15px;
}

.pt-3 {
  padding-top: 15px;
}

.pr-3 {
  padding-right: 15px;
}

.pb-3 {
  padding-bottom: 15px;
}

.pl-3 {
  padding-left: 15px;
}

@media (max-width: 781px) {
  .gap-3\@m {
    gap: 15px !important;
  }
  .mt-3\@m {
    margin-top: 15px !important;
  }
  .mb-3\@m {
    margin-bottom: 15px !important;
  }
  .ml-3\@m {
    margin-left: 15px !important;
  }
  .mr-3\@m {
    margin-right: 15px !important;
  }
  .pt-3\@m {
    padding-top: 15px !important;
  }
  .pb-3\@m {
    padding-bottom: 15px !important;
  }
  .pl-3\@m {
    padding-left: 15px !important;
  }
  .pr-3\@m {
    padding-right: 15px !important;
  }
  .text-center\@m {
    text-align: center;
  }
}
.gap-4 {
  gap: 20px;
}

.mt-4 {
  margin-top: 20px;
}

.mr-4 {
  margin-right: 20px;
}

.mb-4 {
  margin-bottom: 20px;
}

.ml-4 {
  margin-left: 20px;
}

.pt-4 {
  padding-top: 20px;
}

.pr-4 {
  padding-right: 20px;
}

.pb-4 {
  padding-bottom: 20px;
}

.pl-4 {
  padding-left: 20px;
}

@media (max-width: 781px) {
  .gap-4\@m {
    gap: 20px !important;
  }
  .mt-4\@m {
    margin-top: 20px !important;
  }
  .mb-4\@m {
    margin-bottom: 20px !important;
  }
  .ml-4\@m {
    margin-left: 20px !important;
  }
  .mr-4\@m {
    margin-right: 20px !important;
  }
  .pt-4\@m {
    padding-top: 20px !important;
  }
  .pb-4\@m {
    padding-bottom: 20px !important;
  }
  .pl-4\@m {
    padding-left: 20px !important;
  }
  .pr-4\@m {
    padding-right: 20px !important;
  }
  .text-center\@m {
    text-align: center;
  }
}
.gap-5 {
  gap: 25px;
}

.mt-5 {
  margin-top: 25px;
}

.mr-5 {
  margin-right: 25px;
}

.mb-5 {
  margin-bottom: 25px;
}

.ml-5 {
  margin-left: 25px;
}

.pt-5 {
  padding-top: 25px;
}

.pr-5 {
  padding-right: 25px;
}

.pb-5 {
  padding-bottom: 25px;
}

.pl-5 {
  padding-left: 25px;
}

@media (max-width: 781px) {
  .gap-5\@m {
    gap: 25px !important;
  }
  .mt-5\@m {
    margin-top: 25px !important;
  }
  .mb-5\@m {
    margin-bottom: 25px !important;
  }
  .ml-5\@m {
    margin-left: 25px !important;
  }
  .mr-5\@m {
    margin-right: 25px !important;
  }
  .pt-5\@m {
    padding-top: 25px !important;
  }
  .pb-5\@m {
    padding-bottom: 25px !important;
  }
  .pl-5\@m {
    padding-left: 25px !important;
  }
  .pr-5\@m {
    padding-right: 25px !important;
  }
  .text-center\@m {
    text-align: center;
  }
}
.gap-6 {
  gap: 30px;
}

.mt-6 {
  margin-top: 30px;
}

.mr-6 {
  margin-right: 30px;
}

.mb-6 {
  margin-bottom: 30px;
}

.ml-6 {
  margin-left: 30px;
}

.pt-6 {
  padding-top: 30px;
}

.pr-6 {
  padding-right: 30px;
}

.pb-6 {
  padding-bottom: 30px;
}

.pl-6 {
  padding-left: 30px;
}

@media (max-width: 781px) {
  .gap-6\@m {
    gap: 30px !important;
  }
  .mt-6\@m {
    margin-top: 30px !important;
  }
  .mb-6\@m {
    margin-bottom: 30px !important;
  }
  .ml-6\@m {
    margin-left: 30px !important;
  }
  .mr-6\@m {
    margin-right: 30px !important;
  }
  .pt-6\@m {
    padding-top: 30px !important;
  }
  .pb-6\@m {
    padding-bottom: 30px !important;
  }
  .pl-6\@m {
    padding-left: 30px !important;
  }
  .pr-6\@m {
    padding-right: 30px !important;
  }
  .text-center\@m {
    text-align: center;
  }
}
.gap-7 {
  gap: 35px;
}

.mt-7 {
  margin-top: 35px;
}

.mr-7 {
  margin-right: 35px;
}

.mb-7 {
  margin-bottom: 35px;
}

.ml-7 {
  margin-left: 35px;
}

.pt-7 {
  padding-top: 35px;
}

.pr-7 {
  padding-right: 35px;
}

.pb-7 {
  padding-bottom: 35px;
}

.pl-7 {
  padding-left: 35px;
}

@media (max-width: 781px) {
  .gap-7\@m {
    gap: 35px !important;
  }
  .mt-7\@m {
    margin-top: 35px !important;
  }
  .mb-7\@m {
    margin-bottom: 35px !important;
  }
  .ml-7\@m {
    margin-left: 35px !important;
  }
  .mr-7\@m {
    margin-right: 35px !important;
  }
  .pt-7\@m {
    padding-top: 35px !important;
  }
  .pb-7\@m {
    padding-bottom: 35px !important;
  }
  .pl-7\@m {
    padding-left: 35px !important;
  }
  .pr-7\@m {
    padding-right: 35px !important;
  }
  .text-center\@m {
    text-align: center;
  }
}
.gap-8 {
  gap: 40px;
}

.mt-8 {
  margin-top: 40px;
}

.mr-8 {
  margin-right: 40px;
}

.mb-8 {
  margin-bottom: 40px;
}

.ml-8 {
  margin-left: 40px;
}

.pt-8 {
  padding-top: 40px;
}

.pr-8 {
  padding-right: 40px;
}

.pb-8 {
  padding-bottom: 40px;
}

.pl-8 {
  padding-left: 40px;
}

@media (max-width: 781px) {
  .gap-8\@m {
    gap: 40px !important;
  }
  .mt-8\@m {
    margin-top: 40px !important;
  }
  .mb-8\@m {
    margin-bottom: 40px !important;
  }
  .ml-8\@m {
    margin-left: 40px !important;
  }
  .mr-8\@m {
    margin-right: 40px !important;
  }
  .pt-8\@m {
    padding-top: 40px !important;
  }
  .pb-8\@m {
    padding-bottom: 40px !important;
  }
  .pl-8\@m {
    padding-left: 40px !important;
  }
  .pr-8\@m {
    padding-right: 40px !important;
  }
  .text-center\@m {
    text-align: center;
  }
}
.gap-9 {
  gap: 45px;
}

.mt-9 {
  margin-top: 45px;
}

.mr-9 {
  margin-right: 45px;
}

.mb-9 {
  margin-bottom: 45px;
}

.ml-9 {
  margin-left: 45px;
}

.pt-9 {
  padding-top: 45px;
}

.pr-9 {
  padding-right: 45px;
}

.pb-9 {
  padding-bottom: 45px;
}

.pl-9 {
  padding-left: 45px;
}

@media (max-width: 781px) {
  .gap-9\@m {
    gap: 45px !important;
  }
  .mt-9\@m {
    margin-top: 45px !important;
  }
  .mb-9\@m {
    margin-bottom: 45px !important;
  }
  .ml-9\@m {
    margin-left: 45px !important;
  }
  .mr-9\@m {
    margin-right: 45px !important;
  }
  .pt-9\@m {
    padding-top: 45px !important;
  }
  .pb-9\@m {
    padding-bottom: 45px !important;
  }
  .pl-9\@m {
    padding-left: 45px !important;
  }
  .pr-9\@m {
    padding-right: 45px !important;
  }
  .text-center\@m {
    text-align: center;
  }
}
.gap-10 {
  gap: 50px;
}

.mt-10 {
  margin-top: 50px;
}

.mr-10 {
  margin-right: 50px;
}

.mb-10 {
  margin-bottom: 50px;
}

.ml-10 {
  margin-left: 50px;
}

.pt-10 {
  padding-top: 50px;
}

.pr-10 {
  padding-right: 50px;
}

.pb-10 {
  padding-bottom: 50px;
}

.pl-10 {
  padding-left: 50px;
}

@media (max-width: 781px) {
  .gap-10\@m {
    gap: 50px !important;
  }
  .mt-10\@m {
    margin-top: 50px !important;
  }
  .mb-10\@m {
    margin-bottom: 50px !important;
  }
  .ml-10\@m {
    margin-left: 50px !important;
  }
  .mr-10\@m {
    margin-right: 50px !important;
  }
  .pt-10\@m {
    padding-top: 50px !important;
  }
  .pb-10\@m {
    padding-bottom: 50px !important;
  }
  .pl-10\@m {
    padding-left: 50px !important;
  }
  .pr-10\@m {
    padding-right: 50px !important;
  }
  .text-center\@m {
    text-align: center;
  }
}
.gap-11 {
  gap: 55px;
}

.mt-11 {
  margin-top: 55px;
}

.mr-11 {
  margin-right: 55px;
}

.mb-11 {
  margin-bottom: 55px;
}

.ml-11 {
  margin-left: 55px;
}

.pt-11 {
  padding-top: 55px;
}

.pr-11 {
  padding-right: 55px;
}

.pb-11 {
  padding-bottom: 55px;
}

.pl-11 {
  padding-left: 55px;
}

@media (max-width: 781px) {
  .gap-11\@m {
    gap: 55px !important;
  }
  .mt-11\@m {
    margin-top: 55px !important;
  }
  .mb-11\@m {
    margin-bottom: 55px !important;
  }
  .ml-11\@m {
    margin-left: 55px !important;
  }
  .mr-11\@m {
    margin-right: 55px !important;
  }
  .pt-11\@m {
    padding-top: 55px !important;
  }
  .pb-11\@m {
    padding-bottom: 55px !important;
  }
  .pl-11\@m {
    padding-left: 55px !important;
  }
  .pr-11\@m {
    padding-right: 55px !important;
  }
  .text-center\@m {
    text-align: center;
  }
}
.gap-12 {
  gap: 60px;
}

.mt-12 {
  margin-top: 60px;
}

.mr-12 {
  margin-right: 60px;
}

.mb-12 {
  margin-bottom: 60px;
}

.ml-12 {
  margin-left: 60px;
}

.pt-12 {
  padding-top: 60px;
}

.pr-12 {
  padding-right: 60px;
}

.pb-12 {
  padding-bottom: 60px;
}

.pl-12 {
  padding-left: 60px;
}

@media (max-width: 781px) {
  .gap-12\@m {
    gap: 60px !important;
  }
  .mt-12\@m {
    margin-top: 60px !important;
  }
  .mb-12\@m {
    margin-bottom: 60px !important;
  }
  .ml-12\@m {
    margin-left: 60px !important;
  }
  .mr-12\@m {
    margin-right: 60px !important;
  }
  .pt-12\@m {
    padding-top: 60px !important;
  }
  .pb-12\@m {
    padding-bottom: 60px !important;
  }
  .pl-12\@m {
    padding-left: 60px !important;
  }
  .pr-12\@m {
    padding-right: 60px !important;
  }
  .text-center\@m {
    text-align: center;
  }
}
.gap-13 {
  gap: 65px;
}

.mt-13 {
  margin-top: 65px;
}

.mr-13 {
  margin-right: 65px;
}

.mb-13 {
  margin-bottom: 65px;
}

.ml-13 {
  margin-left: 65px;
}

.pt-13 {
  padding-top: 65px;
}

.pr-13 {
  padding-right: 65px;
}

.pb-13 {
  padding-bottom: 65px;
}

.pl-13 {
  padding-left: 65px;
}

@media (max-width: 781px) {
  .gap-13\@m {
    gap: 65px !important;
  }
  .mt-13\@m {
    margin-top: 65px !important;
  }
  .mb-13\@m {
    margin-bottom: 65px !important;
  }
  .ml-13\@m {
    margin-left: 65px !important;
  }
  .mr-13\@m {
    margin-right: 65px !important;
  }
  .pt-13\@m {
    padding-top: 65px !important;
  }
  .pb-13\@m {
    padding-bottom: 65px !important;
  }
  .pl-13\@m {
    padding-left: 65px !important;
  }
  .pr-13\@m {
    padding-right: 65px !important;
  }
  .text-center\@m {
    text-align: center;
  }
}
.gap-14 {
  gap: 70px;
}

.mt-14 {
  margin-top: 70px;
}

.mr-14 {
  margin-right: 70px;
}

.mb-14 {
  margin-bottom: 70px;
}

.ml-14 {
  margin-left: 70px;
}

.pt-14 {
  padding-top: 70px;
}

.pr-14 {
  padding-right: 70px;
}

.pb-14 {
  padding-bottom: 70px;
}

.pl-14 {
  padding-left: 70px;
}

@media (max-width: 781px) {
  .gap-14\@m {
    gap: 70px !important;
  }
  .mt-14\@m {
    margin-top: 70px !important;
  }
  .mb-14\@m {
    margin-bottom: 70px !important;
  }
  .ml-14\@m {
    margin-left: 70px !important;
  }
  .mr-14\@m {
    margin-right: 70px !important;
  }
  .pt-14\@m {
    padding-top: 70px !important;
  }
  .pb-14\@m {
    padding-bottom: 70px !important;
  }
  .pl-14\@m {
    padding-left: 70px !important;
  }
  .pr-14\@m {
    padding-right: 70px !important;
  }
  .text-center\@m {
    text-align: center;
  }
}
.gap-15 {
  gap: 75px;
}

.mt-15 {
  margin-top: 75px;
}

.mr-15 {
  margin-right: 75px;
}

.mb-15 {
  margin-bottom: 75px;
}

.ml-15 {
  margin-left: 75px;
}

.pt-15 {
  padding-top: 75px;
}

.pr-15 {
  padding-right: 75px;
}

.pb-15 {
  padding-bottom: 75px;
}

.pl-15 {
  padding-left: 75px;
}

@media (max-width: 781px) {
  .gap-15\@m {
    gap: 75px !important;
  }
  .mt-15\@m {
    margin-top: 75px !important;
  }
  .mb-15\@m {
    margin-bottom: 75px !important;
  }
  .ml-15\@m {
    margin-left: 75px !important;
  }
  .mr-15\@m {
    margin-right: 75px !important;
  }
  .pt-15\@m {
    padding-top: 75px !important;
  }
  .pb-15\@m {
    padding-bottom: 75px !important;
  }
  .pl-15\@m {
    padding-left: 75px !important;
  }
  .pr-15\@m {
    padding-right: 75px !important;
  }
  .text-center\@m {
    text-align: center;
  }
}
.gap-16 {
  gap: 80px;
}

.mt-16 {
  margin-top: 80px;
}

.mr-16 {
  margin-right: 80px;
}

.mb-16 {
  margin-bottom: 80px;
}

.ml-16 {
  margin-left: 80px;
}

.pt-16 {
  padding-top: 80px;
}

.pr-16 {
  padding-right: 80px;
}

.pb-16 {
  padding-bottom: 80px;
}

.pl-16 {
  padding-left: 80px;
}

@media (max-width: 781px) {
  .gap-16\@m {
    gap: 80px !important;
  }
  .mt-16\@m {
    margin-top: 80px !important;
  }
  .mb-16\@m {
    margin-bottom: 80px !important;
  }
  .ml-16\@m {
    margin-left: 80px !important;
  }
  .mr-16\@m {
    margin-right: 80px !important;
  }
  .pt-16\@m {
    padding-top: 80px !important;
  }
  .pb-16\@m {
    padding-bottom: 80px !important;
  }
  .pl-16\@m {
    padding-left: 80px !important;
  }
  .pr-16\@m {
    padding-right: 80px !important;
  }
  .text-center\@m {
    text-align: center;
  }
}
.gap-17 {
  gap: 85px;
}

.mt-17 {
  margin-top: 85px;
}

.mr-17 {
  margin-right: 85px;
}

.mb-17 {
  margin-bottom: 85px;
}

.ml-17 {
  margin-left: 85px;
}

.pt-17 {
  padding-top: 85px;
}

.pr-17 {
  padding-right: 85px;
}

.pb-17 {
  padding-bottom: 85px;
}

.pl-17 {
  padding-left: 85px;
}

@media (max-width: 781px) {
  .gap-17\@m {
    gap: 85px !important;
  }
  .mt-17\@m {
    margin-top: 85px !important;
  }
  .mb-17\@m {
    margin-bottom: 85px !important;
  }
  .ml-17\@m {
    margin-left: 85px !important;
  }
  .mr-17\@m {
    margin-right: 85px !important;
  }
  .pt-17\@m {
    padding-top: 85px !important;
  }
  .pb-17\@m {
    padding-bottom: 85px !important;
  }
  .pl-17\@m {
    padding-left: 85px !important;
  }
  .pr-17\@m {
    padding-right: 85px !important;
  }
  .text-center\@m {
    text-align: center;
  }
}
.gap-18 {
  gap: 90px;
}

.mt-18 {
  margin-top: 90px;
}

.mr-18 {
  margin-right: 90px;
}

.mb-18 {
  margin-bottom: 90px;
}

.ml-18 {
  margin-left: 90px;
}

.pt-18 {
  padding-top: 90px;
}

.pr-18 {
  padding-right: 90px;
}

.pb-18 {
  padding-bottom: 90px;
}

.pl-18 {
  padding-left: 90px;
}

@media (max-width: 781px) {
  .gap-18\@m {
    gap: 90px !important;
  }
  .mt-18\@m {
    margin-top: 90px !important;
  }
  .mb-18\@m {
    margin-bottom: 90px !important;
  }
  .ml-18\@m {
    margin-left: 90px !important;
  }
  .mr-18\@m {
    margin-right: 90px !important;
  }
  .pt-18\@m {
    padding-top: 90px !important;
  }
  .pb-18\@m {
    padding-bottom: 90px !important;
  }
  .pl-18\@m {
    padding-left: 90px !important;
  }
  .pr-18\@m {
    padding-right: 90px !important;
  }
  .text-center\@m {
    text-align: center;
  }
}
.gap-19 {
  gap: 95px;
}

.mt-19 {
  margin-top: 95px;
}

.mr-19 {
  margin-right: 95px;
}

.mb-19 {
  margin-bottom: 95px;
}

.ml-19 {
  margin-left: 95px;
}

.pt-19 {
  padding-top: 95px;
}

.pr-19 {
  padding-right: 95px;
}

.pb-19 {
  padding-bottom: 95px;
}

.pl-19 {
  padding-left: 95px;
}

@media (max-width: 781px) {
  .gap-19\@m {
    gap: 95px !important;
  }
  .mt-19\@m {
    margin-top: 95px !important;
  }
  .mb-19\@m {
    margin-bottom: 95px !important;
  }
  .ml-19\@m {
    margin-left: 95px !important;
  }
  .mr-19\@m {
    margin-right: 95px !important;
  }
  .pt-19\@m {
    padding-top: 95px !important;
  }
  .pb-19\@m {
    padding-bottom: 95px !important;
  }
  .pl-19\@m {
    padding-left: 95px !important;
  }
  .pr-19\@m {
    padding-right: 95px !important;
  }
  .text-center\@m {
    text-align: center;
  }
}
.gap-20 {
  gap: 100px;
}

.mt-20 {
  margin-top: 100px;
}

.mr-20 {
  margin-right: 100px;
}

.mb-20 {
  margin-bottom: 100px;
}

.ml-20 {
  margin-left: 100px;
}

.pt-20 {
  padding-top: 100px;
}

.pr-20 {
  padding-right: 100px;
}

.pb-20 {
  padding-bottom: 100px;
}

.pl-20 {
  padding-left: 100px;
}

@media (max-width: 781px) {
  .gap-20\@m {
    gap: 100px !important;
  }
  .mt-20\@m {
    margin-top: 100px !important;
  }
  .mb-20\@m {
    margin-bottom: 100px !important;
  }
  .ml-20\@m {
    margin-left: 100px !important;
  }
  .mr-20\@m {
    margin-right: 100px !important;
  }
  .pt-20\@m {
    padding-top: 100px !important;
  }
  .pb-20\@m {
    padding-bottom: 100px !important;
  }
  .pl-20\@m {
    padding-left: 100px !important;
  }
  .pr-20\@m {
    padding-right: 100px !important;
  }
  .text-center\@m {
    text-align: center;
  }
}
.gap-21 {
  gap: 105px;
}

.mt-21 {
  margin-top: 105px;
}

.mr-21 {
  margin-right: 105px;
}

.mb-21 {
  margin-bottom: 105px;
}

.ml-21 {
  margin-left: 105px;
}

.pt-21 {
  padding-top: 105px;
}

.pr-21 {
  padding-right: 105px;
}

.pb-21 {
  padding-bottom: 105px;
}

.pl-21 {
  padding-left: 105px;
}

@media (max-width: 781px) {
  .gap-21\@m {
    gap: 105px !important;
  }
  .mt-21\@m {
    margin-top: 105px !important;
  }
  .mb-21\@m {
    margin-bottom: 105px !important;
  }
  .ml-21\@m {
    margin-left: 105px !important;
  }
  .mr-21\@m {
    margin-right: 105px !important;
  }
  .pt-21\@m {
    padding-top: 105px !important;
  }
  .pb-21\@m {
    padding-bottom: 105px !important;
  }
  .pl-21\@m {
    padding-left: 105px !important;
  }
  .pr-21\@m {
    padding-right: 105px !important;
  }
  .text-center\@m {
    text-align: center;
  }
}
.gap-22 {
  gap: 110px;
}

.mt-22 {
  margin-top: 110px;
}

.mr-22 {
  margin-right: 110px;
}

.mb-22 {
  margin-bottom: 110px;
}

.ml-22 {
  margin-left: 110px;
}

.pt-22 {
  padding-top: 110px;
}

.pr-22 {
  padding-right: 110px;
}

.pb-22 {
  padding-bottom: 110px;
}

.pl-22 {
  padding-left: 110px;
}

@media (max-width: 781px) {
  .gap-22\@m {
    gap: 110px !important;
  }
  .mt-22\@m {
    margin-top: 110px !important;
  }
  .mb-22\@m {
    margin-bottom: 110px !important;
  }
  .ml-22\@m {
    margin-left: 110px !important;
  }
  .mr-22\@m {
    margin-right: 110px !important;
  }
  .pt-22\@m {
    padding-top: 110px !important;
  }
  .pb-22\@m {
    padding-bottom: 110px !important;
  }
  .pl-22\@m {
    padding-left: 110px !important;
  }
  .pr-22\@m {
    padding-right: 110px !important;
  }
  .text-center\@m {
    text-align: center;
  }
}
* {
  box-sizing: border-box;
}

a {
  transition: color 0.3s;
}
a:hover {
  text-decoration: none;
}

.bg-white {
  background-color: #fff !important;
}

.color-white {
  color: #fff !important;
}

.color-black {
  color: #333333;
}

.color-red {
  color: #FF4A4A;
}

.color-transparent-black {
  color: rgba(0, 0, 0, 0.0117647059);
}

.bg-black {
  background-color: #333333;
}

.bg-white {
  background-color: rgba(0, 0, 0, 0.0117647059);
}

.bg-transparent-black {
  background-color: rgba(0, 0, 0, 0.0117647059);
}

.bg-red {
  background-color: #FF4A4A;
}

.has-gray-background-color {
  background-color: #F1F1F1;
}

.font-bold {
  font-weight: 700;
}

@media (max-width: 781px) {
  body {
    font-size: 16px;
  }
}
.font-bold {
  font-weight: 800;
}

.nav {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
  justify-content: center;
}
.nav__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--color-navy);
  display: block;
}
.nav [uk-slider-item=previous] {
  transform: rotate(180deg);
}
.nav [uk-slider-item] {
  transition: all 0.3s;
  display: flex;
  align-items: center;
}
.nav .uk-invisible {
  visibility: visible !important;
  opacity: 0.6;
}

.slide-left {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  position: relative;
  z-index: 2;
}
.slide-left__line {
  display: block;
  height: 3px;
  width: 213px;
  max-width: 100%;
  background-color: var(--color-orange);
}
@media (max-width: 500px) {
  .slide-left__line {
    width: 65px;
  }
}

.footer {
  border-top: 1px solid #E8EAEC;
  padding: 40px 0px;
}
.footer li.uk-active a,
.footer a.uk-active {
  color: #95a800;
}
.footer__row {
  border-bottom: 2px solid #E8EAEC;
  padding-bottom: 20px;
  margin-bottom: 10px;
  flex-wrap: wrap;
  gap: 10px;
}
.footer__menu {
  display: flex;
  align-items: center;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
.footer__menu li {
  font-weight: 500;
}
.footer__bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 900px) {
  .footer {
    padding: 20px 0px;
  }
  .footer__bottom {
    grid-template-columns: 1fr;
  }
  .footer__socials {
    justify-content: center;
    padding-top: 20px;
  }
  .footer__payment-methods {
    justify-content: center;
    row-gap: 0px;
  }
  .footer__menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
  }
}

.hamburger {
  padding: 0px;
  cursor: pointer;
  background: transparent;
  border: 0;
  display: none;
}

.hamburger,
.navigation {
  transition: transform 0.3s ease-in-out;
}

.hamburger__box {
  width: 26px;
  height: 26px;
  display: inline-block;
  position: relative;
}

.hamburger__inner {
  width: 100%;
  height: 2.5px;
  background-color: #000;
  position: absolute;
  border-radius: 20px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.2s ease-in-out;
}

.hamburger__inner::before,
.hamburger__inner::after {
  width: 100%;
  height: 2.5px;
  background-color: #000;
  position: absolute;
  border-radius: 20px;
  content: "";
  left: 0;
  transition: transform 0.2s ease-in-out;
}

.hamburger__inner::before {
  top: -10px;
}

.hamburger__inner::after {
  top: 10px;
}

@media (max-width: 1140px) {
  .hamburger {
    display: block;
  }
}
.nav-menu-top {
  position: relative;
  z-index: 13;
}

.nav-menu {
  padding: 14px 0;
  background-color: #fff;
  top: 0;
  width: 100%;
  transition: top 0.3s;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  border-bottom: 1px solid #D9D9D9;
}
.nav-menu .uk-button {
  width: 130px;
  max-width: 100%;
}
.nav-menu li.uk-active a,
.nav-menu a.uk-active {
  color: #95a800;
}
.nav-menu__languages {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}
.nav-menu__languages--mobile {
  display: none;
}
.nav-menu__languages > li:first-of-type {
  position: relative;
}
.nav-menu__languages > li:first-of-type:after {
  content: "/";
  color: #D2D5DA;
}
@media (max-width: 600px) {
  .nav-menu__languages {
    display: none;
  }
  .nav-menu__languages--mobile {
    display: flex;
  }
  .nav-menu__languages--mobile li {
    border: 0px !important;
    padding: 0px !important;
  }
}
.nav-menu.default {
  position: sticky;
  top: 0;
}
.nav-menu.on-scroll {
  position: sticky;
  transition: padding 0.4s, min-height 0.4s, background-color 0.3s, box-shadow 0.3s;
}
.nav-menu__brand {
  max-width: 100px;
}
.nav-menu__menu {
  display: flex;
  align-items: center;
  font-weight: 500;
}
.nav-menu__menu li a {
  font-size: 16px;
}
.nav-menu__menu .nav-menu__items {
  margin: 0;
}
.nav-menu__l {
  display: flex;
  align-items: center;
}
.nav-menu__r {
  display: flex;
  align-items: center;
  column-gap: 19px;
}
.nav-menu__r a:not(.uk-button) {
  color: #000;
}
.nav-menu__r a:not(.uk-button):hover {
  color: var(--color-orange);
}
.nav-menu__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-menu__items {
  list-style: none;
  display: flex;
  align-items: center;
}
.nav-menu__items li {
  padding-right: 32px;
}
.nav-menu__items li:last-of-type {
  padding-right: 0;
}
@media (max-width: 1270px) {
  .nav-menu__items li {
    padding-right: 16px;
  }
}
@media (max-width: 1140px) {
  .nav-menu {
    padding: 15px 0px;
  }
  .nav-menu__items {
    display: none;
  }
}
@media (max-width: 500px) {
  .nav-menu__brand {
    max-width: 80px;
  }
}
@media (max-width: 480px) {
  .nav-menu__account {
    display: none;
  }
}

.admin-bar.is-scroll .nav-menu.default {
  top: 32px !important;
}
@media (max-width: 500px) {
  .admin-bar.is-scroll .nav-menu.default {
    top: 46px !important;
  }
}

.is-scroll .nav-menu.default {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  position: sticky;
  top: 0 !important;
}

.is-scroll .nav-menu.on-scroll {
  position: sticky;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  transform: translateY(-130px);
  transition: transform 0.7s ease;
}
@media (max-width: 960px) {
  .is-scroll .nav-menu.on-scroll {
    transform: translateY(-100px);
  }
}

body.is-scroll:not(.scroll-up) .nav-menu .sub-menu {
  transform: translateY(30px) !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.scroll-up .nav-menu.on-scroll {
  transform: translateY(0px);
  transition: transform 0.5s ease;
}

.mobile-nav {
  top: 0;
  left: 0;
  padding: 0 15px 10px 15px;
  width: 100%;
  z-index: 999;
  background-color: #FBFBFB;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  position: absolute;
  top: 100% !important;
  left: 0;
  height: max-content !important;
  max-height: 400px !important;
  min-height: 378px;
  display: flex;
  flex-direction: column;
}
.mobile-nav a:not(.uk-button):hover {
  color: --var(--color-navy);
}
.mobile-nav__bottom {
  margin-top: auto;
  padding: 20px 0px;
}
.mobile-nav__menu {
  overflow: scroll;
  max-height: 300px;
}
.mobile-nav__menu::-webkit-scrollbar {
  width: 0px;
  opacity: 0px;
}
.mobile-nav #primary li {
  transform: translateY(25px);
  opacity: 0;
}
.mobile-nav #primary li a {
  display: block;
  width: 100%;
}
.mobile-nav #primary li:nth-child(1) {
  transition: transform 0.18s 0.25s, opacity 0.16s 0.25s;
}
.mobile-nav #primary li:nth-child(2) {
  transition: transform 0.36s 0.25s, opacity 0.32s 0.25s;
}
.mobile-nav #primary li:nth-child(3) {
  transition: transform 0.54s 0.25s, opacity 0.48s 0.25s;
}
.mobile-nav #primary li:nth-child(4) {
  transition: transform 0.72s 0.25s, opacity 0.64s 0.25s;
}
.mobile-nav #primary li:nth-child(5) {
  transition: transform 0.9s 0.25s, opacity 0.8s 0.25s;
}
.mobile-nav #primary li:nth-child(6) {
  transition: transform 1.08s 0.25s, opacity 0.96s 0.25s;
}
.mobile-nav #primary li:nth-child(7) {
  transition: transform 1.26s 0.25s, opacity 1.12s 0.25s;
}
.mobile-nav #primary li:nth-child(8) {
  transition: transform 1.44s 0.25s, opacity 1.28s 0.25s;
}
.mobile-nav #primary li:nth-child(9) {
  transition: transform 1.62s 0.25s, opacity 1.44s 0.25s;
}
.mobile-nav #primary li:nth-child(10) {
  transition: transform 1.8s 0.25s, opacity 1.6s 0.25s;
}
.mobile-nav #primary li:nth-child(11) {
  transition: transform 1.98s 0.25s, opacity 1.76s 0.25s;
}
.mobile-nav #primary li:nth-child(12) {
  transition: transform 2.16s 0.25s, opacity 1.92s 0.25s;
}
.mobile-nav #primary li:nth-child(13) {
  transition: transform 2.34s 0.25s, opacity 2.08s 0.25s;
}
.mobile-nav #primary li:nth-child(14) {
  transition: transform 2.52s 0.25s, opacity 2.24s 0.25s;
}
.mobile-nav #primary li:nth-child(15) {
  transition: transform 2.7s 0.25s, opacity 2.4s 0.25s;
}
.mobile-nav #primary li:nth-child(16) {
  transition: transform 2.88s 0.25s, opacity 2.56s 0.25s;
}
.mobile-nav #primary li:nth-child(17) {
  transition: transform 3.06s 0.25s, opacity 2.72s 0.25s;
}
.mobile-nav #primary li:nth-child(18) {
  transition: transform 3.24s 0.25s, opacity 2.88s 0.25s;
}
.mobile-nav #primary li:nth-child(19) {
  transition: transform 3.42s 0.25s, opacity 3.04s 0.25s;
}
.mobile-nav #primary li:nth-child(20) {
  transition: transform 3.6s 0.25s, opacity 3.2s 0.25s;
}
.mobile-nav .uk-button {
  max-width: 100%;
}
.mobile-nav__mask {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
}
.mobile-nav ul {
  flex-grow: 1;
  list-style: none;
  padding: 20px 0px 0px 0px;
  margin: 0;
  text-align: center;
}
.mobile-nav ul li {
  padding: 10px 0px;
  border-bottom: 1px solid var(--color-gray);
}
.mobile-nav:not(.is-open) * {
  opacity: 0;
}
@media (max-width: 1140px) {
  .mobile-nav.is-open {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
  }
  .mobile-nav.is-open #primary li {
    transform: translateY(0px);
    opacity: 1;
  }
  .mobile-nav.is-open::-webkit-scrollbar {
    width: 0px;
    opacity: 0px;
  }
}

body.menu-mobile-open:not(.menu-mobile-closing) .nav-menu.on-scroll {
  transform: translateY(0px) !important;
}
body.menu-mobile-open:not(.menu-mobile-closing) .nav-menu .hamburger__inner {
  background-color: transparent;
}
body.menu-mobile-open:not(.menu-mobile-closing) .nav-menu .hamburger__inner:before {
  transform: translateY(7px) rotate(45deg);
}
body.menu-mobile-open:not(.menu-mobile-closing) .nav-menu .hamburger__inner:after {
  transform: translateY(-13px) rotate(-45deg);
}
body.menu-mobile-open:not(.menu-mobile-closing).menu-mobile-closing .mobile-nav__mask {
  opacity: 0;
}
@media (max-width: 1140px) {
  body.menu-mobile-open:not(.menu-mobile-closing) {
    overflow: hidden;
  }
  body.menu-mobile-open:not(.menu-mobile-closing) .mobile-nav__mask {
    opacity: 1;
    visibility: visible;
    z-index: 10;
  }
}

.menu-item-has-children {
  position: relative;
}
.menu-item-has-children > a:first-of-type {
  position: relative;
  padding-right: 22px;
  width: 100%;
}
.menu-item-has-children > a:first-of-type:after {
  content: "";
  width: 14px;
  height: 9px;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 8px;
  right: 0;
  transition: transform 0.3s;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01LjI0MzA3IDUuNTQ0NThDNS4xMDg4MyA1LjY3ODgyIDQuODkxMTcgNS42Nzg4MiA0Ljc1NjkzIDUuNTQ0NThMMC42MzE5MzEgMS40MTk1OEMwLjQ5NzY4OSAxLjI4NTM0IDAuNDk3Njg5IDEuMDY3NjkgMC42MzE5MzEgMC45MzM0NDZDMC43NjYxNzUgMC43OTkyMDMgMC45ODM4MjUgMC43OTkyMDMgMS4xMTgwNyAwLjkzMzQ0Nkw1IDQuODE1MzhMOC44ODE5MyAwLjkzMzQ0NkM5LjAxNjE3IDAuNzk5MjAzIDkuMjMzODMgMC43OTkyMDMgOS4zNjgwNyAwLjkzMzQ0NkM5LjUwMjMxIDEuMDY3NjkgOS41MDIzMSAxLjI4NTM0IDkuMzY4MDcgMS40MTk1OEw1LjI0MzA3IDUuNTQ0NThaIiBmaWxsPSIjMDEwMTAwIiBzdHJva2U9IiMwMTAxMDAiIHN0cm9rZS13aWR0aD0iMC41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD48L3N2Zz4=);
}
.menu-item-has-children .menu-item-has-children a:first-of-type:after {
  width: 16px;
  height: 9px;
}
.menu-item-has-children li,
.menu-item-has-children li a {
  font-weight: bold;
  font-size: 14px;
}
.menu-item-has-children .sub-menu {
  position: absolute;
  left: 0px;
  list-style: none;
  opacity: 0;
  transition: all 0.2s;
  gap: 10px;
  display: flex;
  flex-direction: column;
  border-top: 2px solid #000;
}
.menu-item-has-children .menu-item-has-children {
  overflow: hidden;
}

.nav-menu__wrapper .menu-item-has-children li,
.nav-menu__wrapper .menu-item-has-children li a {
  font-size: 16px;
  font-weight: 600;
  display: block;
  width: 100%;
}
.nav-menu__wrapper .menu-item-has-children .sub-menu {
  margin: 0px;
  padding: 0px;
  top: calc(100% + 10px);
  pointer-events: none;
  width: 220px;
  row-gap: 0px;
  margin-top: 6px;
  border: 0px;
  box-shadow: -1px 3px 17px -8px rgb(0, 0, 0);
}
.nav-menu__wrapper .menu-item-has-children .sub-menu .sub-menu {
  box-shadow: 4px 0px 14px -8px rgb(0, 0, 0);
}
.nav-menu__wrapper .menu-item-has-children .sub-menu:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  top: -18px;
  height: 18px;
}
.nav-menu__wrapper .menu-item-has-children .sub-menu li {
  background: rgba(255, 255, 255, 0.8);
  padding: 7px 10px;
  transition: all 0.3s;
  border-top: 1px solid transparent;
}
.nav-menu__wrapper .menu-item-has-children .sub-menu li:first-of-type {
  border-top: 1.5px solid #000;
}
.nav-menu__wrapper .menu-item-has-children .sub-menu li:hover {
  background-color: #fff;
}
.nav-menu__wrapper .menu-item-has-children .sub-menu li:hover > a:first-of-type {
  color: #000 !important;
}
.nav-menu__wrapper .menu-item-has-children .sub-menu .menu-item-has-children {
  overflow: visible;
}
.nav-menu__wrapper .menu-item-has-children .sub-menu .menu-item-has-children > a:first-of-type:after {
  transform: rotate(-90deg);
  top: 7.5px;
}
.nav-menu__wrapper .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu {
  transform: translateX(-20px);
  left: 100%;
  top: -7px;
}
.nav-menu__wrapper .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu .sub-menu {
  top: -6px;
}
.nav-menu__wrapper .menu-item-has-children .sub-menu .menu-item-has-children:hover > a:first-of-type:after {
  transform: rotate(-90deg) translateY(5px);
}
.nav-menu__wrapper .menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu:first-of-type {
  position: absolute;
  transform: translateX(0px);
}
.nav-menu__wrapper .menu-item-has-children .sub-menu:first-of-type {
  transform: translateY(30px);
}
.nav-menu__wrapper .menu-item-has-children:hover > a:first-of-type:after {
  transform: rotate(180deg);
}
.nav-menu__wrapper .menu-item-has-children:hover > .sub-menu:first-of-type {
  opacity: 1;
  max-height: none;
  pointer-events: all;
  transform: translateY(0px);
}
@media (max-width: 1140px) {
  .nav-menu__wrapper .menu-item-has-children {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    list-style: none;
  }
}

.mobile-nav .menu-item-has-children {
  position: relative;
}
.mobile-nav .menu-item-has-children a:first-of-type {
  padding-right: 0px;
}
.mobile-nav .menu-item-has-children li {
  padding: 0px !important;
}
.mobile-nav .menu-item-has-children .sub-menu {
  padding: 5px 0px 0px 6px;
  margin: 5px 0px 0px 0px;
  width: 100%;
  left: 0;
  top: 100%;
  pointer-events: none;
}
.mobile-nav .menu-item-has-children .sub-menu .sub-menu {
  border-color: transparent;
}
.mobile-nav .menu-item-has-children.active .sub-menu {
  pointer-events: all;
}
.mobile-nav .menu-item-has-children.active > a:first-of-type:after {
  transform: rotate(-180deg);
}
.mobile-nav .menu-item-has-children.active > .sub-menu:first-of-type {
  position: static;
  opacity: 1;
  pointer-events: all;
}

.footer {
  border-top: 1px solid #E8EAEC;
  padding: 40px 0px;
}
.footer li.uk-active a,
.footer a.uk-active {
  color: #95a800;
}
.footer__row {
  border-bottom: 2px solid #E8EAEC;
  padding-bottom: 20px;
  margin-bottom: 10px;
  flex-wrap: wrap;
  gap: 10px;
}
.footer__menu {
  display: flex;
  align-items: center;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
.footer__menu li {
  font-weight: 500;
}
.footer__bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 900px) {
  .footer {
    padding: 20px 0px;
  }
  .footer__bottom {
    grid-template-columns: 1fr;
  }
  .footer__socials {
    justify-content: center;
    padding-top: 20px;
  }
  .footer__payment-methods {
    justify-content: center;
    row-gap: 0px;
  }
  .footer__menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
  }
}

.aligncenter {
  text-align: right;
  margin-left: auto;
  margin-right: auto;
}

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

.alignleft {
  text-align: left;
}

.wp-block-button.btn-large .wp-block-button__link.wp-element-button {
  line-height: 50px !important;
  font-size: 16px !important;
  padding: 0px 22px !important;
}

.wp-block-button.is-style-fill .wp-block-button__link.wp-element-button {
  transition: all 0.3s;
  border-radius: 10px;
  font-weight: 700;
  border: 1px solid transparent;
  background-color: #95a800;
  line-height: 47px;
  font-size: 14px;
  color: #fff;
  padding: 0px 20px;
}
.wp-block-button.is-style-fill .wp-block-button__link.wp-element-button img,
.wp-block-button.is-style-fill .wp-block-button__link.wp-element-button svg {
  padding-right: 9px;
  box-sizing: content-box;
}
.wp-block-button.is-style-fill .wp-block-button__link.wp-element-button:hover {
  border-color: #95a800;
}
.wp-block-button.is-style-fill .wp-block-button__link.wp-element-button:hover {
  background-color: transparent !important;
  color: #95a800 !important;
}
.wp-block-button.is-style-fill .wp-block-button__link.wp-element-button:focus {
  color: #fff !important;
  background-color: #95a800 !important;
}

.wp-block-button.is-style-outline .wp-block-button__link.wp-element-button {
  transition: all 0.3s;
  border-radius: 10px;
  font-weight: 700;
  border: 1px solid transparent;
  transition: all 0.3s;
  border: 1px solid #95a800;
  font-weight: 600;
  background-color: transparent;
  line-height: 47px;
  font-size: 14px;
  color: #95a800;
  padding: 0px 20px;
}
.wp-block-button.is-style-outline .wp-block-button__link.wp-element-button img,
.wp-block-button.is-style-outline .wp-block-button__link.wp-element-button svg {
  padding-right: 9px;
  box-sizing: content-box;
}
.wp-block-button.is-style-outline .wp-block-button__link.wp-element-button:hover {
  background-color: #95a800 !important;
  color: #fff !important;
}
.wp-block-button.is-style-outline .wp-block-button__link.wp-element-button:focus {
  color: #fff !important;
  background-color: #95a800 !important;
}

em {
  color: #000;
}

#breadcrumbs {
  font-size: 15px;
  overflow-x: scroll;
}
#breadcrumbs::-webkit-scrollbar {
  width: 0px;
  opacity: 0px;
}
#breadcrumbs span:first-of-type {
  display: flex;
  flex-wrap: nowrap;
  gap: 5px;
}
#breadcrumbs a,
#breadcrumbs span {
  white-space: nowrap;
}
#breadcrumbs a {
  color: #808285;
}
#breadcrumbs a:hover {
  color: #91c10d;
}

.wp-block-group .uk-container {
  max-width: 1400px !important;
}

.wp-block-group .uk-container.uk-container-large {
  max-width: 1500px !important;
}

.wp-block-group .uk-container.uk-container-small {
  max-width: 1000px !important;
}

@media (max-width: 781px) {
  .column-reverse\@m {
    flex-direction: column-reverse !important;
  }
  .text-align-left\@m {
    text-align: left;
  }
  .text-align-left\@m * {
    text-align: left;
  }
  .text-align-center\@m {
    text-align: center;
  }
  .text-align-center\@m * {
    text-align: center;
  }
}
.uk-container .uk-container {
  padding: 0px !important;
}

/** Typography - font size */
.is-text-x-large,
.is-text-x-large * {
  font-size: 100px;
}

.is-text-large *,
.is-text-large {
  font-size: 80px;
}

.is-text-medium *,
.is-text-medium {
  font-size: 60px;
}

.is-text-small *,
.is-text-small {
  font-size: 19px;
}

.is-text-defaul *,
.is-text-default {
  font-size: 19px;
}

.has-medium-font-size {
  font-size: 20px;
}

.has-large-font-size {
  font-size: 24px !important;
  line-height: normal !important;
}
@media (max-width: 960px) {
  .has-large-font-size {
    font-size: 16px !important;
  }
}

.container .wp-block-column.center {
  margin: 0 auto;
}

.entry-faq {
  padding: 24px 0px 0px 0px;
  cursor: pointer;
  border-bottom: 1px solid #f1f1f1;
  transition: background-color 0.3s;
  position: relative;
  overflow: hidden;
}
.entry-faq:hover {
  background-color: #f1f1f1;
}
.entry-faq:last-of-type {
  border-color: transparent;
}
.entry-faq__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 24px 24px 24px;
  column-gap: 16px;
}
.entry-faq__meta {
  position: relative;
  padding: 0 24px;
}
.entry-faq__meta div {
  opacity: 0;
  position: absolute;
  z-index: -1;
  top: 0;
  transition: opacity 0.3s, transform 0.4s;
  transform: translateY(-10px);
  padding-bottom: 5px;
}
.entry-faq__title {
  transition: color 0.3s;
}
.entry-faq__arrow {
  width: 22px;
  height: 22px;
  min-width: 22px;
  min-height: 22px;
  border: 2px solid #000;
  border-radius: 50%;
  position: relative;
}
.entry-faq__arrow:before, .entry-faq__arrow:after {
  transition: all 0.3s;
  background-color: #000;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 10px;
}
.entry-faq__arrow:after {
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}
.entry-faq.active .entry-faq__arrow:before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.entry-faq.active .entry-faq__title {
  color: #95a800;
}
.entry-faq.active .entry-faq__meta div {
  opacity: 1;
  position: static;
  transition: opacity 0.3s, transform 0.4s;
  transform: translateY(0px);
}
@media (max-width: 600px) {
  .entry-faq {
    padding-bottom: 16px;
  }
  .entry-faq:hover {
    background-color: transparent;
  }
  .entry-faq__top {
    padding: 0px 0px 8px 0px;
  }
  .entry-faq__meta {
    padding: 0;
  }
}

.entry-diet {
  display: flex;
  flex-direction: column;
}
.entry-diet__meta {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.entry-diet__bottom {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.entry-diet__thumb {
  overflow: hidden;
  clip-path: padding-box;
  border-radius: 15px;
}
.entry-diet__thumb img {
  transition: all 0.4s;
  border-radius: 15px;
}
.entry-diet:hover .entry-diet__thumb img {
  transform: scale(1.1);
}

#toolbar {
  background-color: #77C1B0;
  padding: 8px 15px;
  text-align: center;
  font-weight: 500;
}

.uk-input:not(.uk-button) {
  overflow: hidden;
  border: 1px solid #D2D5DA;
  border-radius: 5px;
  transition: all 0.3s;
  font-size: 14px;
  outline: none;
  width: 100%;
  transition: all 0.3s;
  font-weight: bold;
  background-color: transparent;
  color: #000;
}
.uk-input:not(.uk-button).uk-form-danger {
  border-color: red;
}
.uk-input:not(.uk-button).secondary {
  border-radius: 10px;
  border-color: #000;
  height: 47px;
}
.uk-input:not(.uk-button)::placeholder {
  color: #000;
  font-weight: bold;
}
.uk-input:not(.uk-button):not(select):focus {
  border-color: #000;
}
.uk-input:not(.uk-button):not(select).secondary:focus {
  border-color: #020a0f;
}
@media (max-width: 960px) {
  .uk-input:not(.uk-button) {
    font-size: 12px;
    padding: 0px 16px;
  }
}

.uk-label {
  margin: 0px 0px 5px 0px;
}

.uk-textarea {
  border-radius: 10px !important;
  min-height: 126px;
  width: 100%;
  min-width: 100%;
  line-height: 1 !important;
  padding: 14px 15px;
  border-color: #000 !important;
  color: #000 !important;
}
@media (max-width: 960px) {
  .uk-textarea {
    padding: 14px 16px !important;
  }
}

.uk-input.wpcf7-not-valid {
  border-color: #C80808 !important;
}

.uk-checkbox {
  border-radius: 0%;
  border: 1px solid #000 !important;
  width: 16px;
  height: 16px;
  background-color: transparent;
  display: block;
  margin-bottom: -15px;
}
.uk-checkbox:checked {
  color: #000;
  background-color: #fff !important;
  background-size: 100%;
  border-color: #000;
}

.uk-checkbox + .wpcf7-list-item-label {
  padding-left: 29px;
  font-size: 10px;
  display: block;
}

.input-row {
  margin-bottom: 16px;
}
.input-row label {
  position: relative;
}

.wpcf7-not-valid-tip {
  font-size: 14px;
}

.wpcf7-response-output {
  color: #000;
  font-size: 14px;
  outline: none;
  border-radius: 0px;
  margin: 0px 0px 20px 0px !important;
  border: 0px !important;
  border-top: 1px solid #000 !important;
}

.wpcf7-form.invalid .wpcf7-response-output {
  margin: 0px 0px 20px 0px !important;
  color: #C80808;
  font-weight: bold;
}

.we-delivery-form__row {
  display: grid;
  grid-template-columns: 30% 1fr;
  margin-bottom: 20px;
  gap: 20px;
}
.we-delivery-form__row-2 {
  display: grid;
  grid-template-columns: 60% 1fr;
  gap: 20px;
}
.we-delivery-form .form-danger-message {
  font-size: 12px;
}
.we-delivery-form__spinner circle {
  stroke: #000;
}
.we-delivery-form__btn {
  display: block;
  width: 100%;
  margin-top: 30px;
  border-radius: 5px;
}
.we-delivery-form:not(.is-processed) .we-delivery-form__spinner {
  display: none !important;
}
.we-delivery-form__message {
  margin-top: 20px;
}
.we-delivery-form__label {
  margin: 0px 0px 5px 0px;
}
@media (max-width: 600px) {
  .we-delivery-form__row {
    grid-template-columns: 40% 1fr;
  }
  .we-delivery-form__row-2 {
    grid-template-columns: 1fr 35%;
  }
  .we-delivery-form__label {
    font-size: 14px;
  }
  .we-delivery-form .form-danger-message {
    font-size: 10px;
  }
}

.contact-form {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.contact-form label {
  display: block;
  margin-bottom: 15px;
}
.contact-form .uk-button {
  display: block;
  width: 100%;
  max-width: 120px;
  margin: 10px 0px 0px 0px;
}
.contact-form .wpcf7-list-item {
  margin: 0;
}

.is-ui-block,
.blockUI {
  position: relative;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10+ */
  user-select: none;
  pointer-events: none;
}
.is-ui-block::before,
.blockUI::before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.4) url(/wp-content/themes/fitmeals/dist/fad2c019a24d77fef4ab.svg) center center no-repeat !important;
  width: 100%;
  height: 100%;
  z-index: 97;
}

.single-diet__image {
  border-radius: 0px 0px 15px 15px;
}
.single-diet .uk-button {
  display: block;
  width: 100%;
  max-width: 130px;
}

/* Import components */
.cp-diets__row {
  border: 1px solid #E8EAEC;
  border-radius: 10px;
  padding: 40px 20px;
}
.cp-diets__grid {
  padding-top: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 20px;
  row-gap: 25px;
}
@media (max-width: 1100px) {
  .cp-diets__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 730px) {
  .cp-diets__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .cp-diets__grid {
    grid-template-columns: 1fr;
  }
}

.cp-diets-slider {
  overflow: hidden;
  padding: 30px 0px;
}
.cp-diets-slider__row {
  border: 1px solid #E8EAEC;
  border-radius: 10px;
  padding: 30px 20px;
  overflow: hidden;
}
.cp-diets-slider__items {
  padding-top: 20px !important;
  margin: 0 -10px !important;
}
.cp-diets-slider__diet {
  flex: 0 0 270px;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
}

.cp-section {
  overflow: hidden;
}
.cp-section .uk-container {
  position: relative;
}
.cp-section__grid {
  display: grid;
  grid-template-columns: 1fr 50%;
  position: relative;
  z-index: 3;
}
.cp-section .cp-background__bg {
  width: calc(50vw + 50% - 50%);
}
.cp-section--secondary .cp-background__bg {
  right: 0;
  left: unset;
}
.cp-section--secondary .wp-block-column {
  border-radius: 10px;
}
.cp-section .wp-block-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cp-section .wp-block-group:first-of-type {
  padding-right: 80px;
}
.cp-section .wp-block-group:last-of-type {
  padding: 0px 10px 0px 25px;
}
.cp-section p {
  margin-left: 0px !important;
}
@media (max-width: 900px) {
  .cp-section {
    padding-top: 40px;
  }
  .cp-section--secondary {
    padding-top: 0px;
  }
  .cp-section__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .cp-section .cp-background__bg {
    width: 100%;
    min-width: calc(100% + 30px);
    left: -15px;
    top: 0;
    background-attachment: fixed;
  }
  .cp-section .wp-block-group {
    padding: 0 !important;
  }
}

.cp-delivery {
  padding: 40px 20px;
  border-radius: 5px;
  border: 2px solid #C1C1C1;
  background: #FFF;
  margin: 0 auto;
  width: 100%;
  max-width: 450px !important;
}

.cp-background {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cp-background--slide-show {
  overflow: hidden;
}
.cp-background__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.cp-background__content {
  position: relative;
  z-index: 3;
}
.cp-background--content-on-hover {
  overflow: hidden;
  cursor: pointer;
}
.cp-background--content-on-hover:hover .cp-background__content {
  opacity: 1;
  transform: translateY(0px);
}
.cp-background--content-on-hover .cp-background__content {
  transition: transform 0.5s, opacity 0.6s;
  transform: translateY(100%);
  opacity: 0;
}
.cp-background__images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: unset !important;
}
.cp-background__item {
  min-height: unset !important;
  height: 100%;
  width: 100%;
  background-size: cover;
}

.calculator {
  padding: 40px 20px;
  border-radius: 5px;
  border: 2px solid #C1C1C1;
  background: #FFF;
  margin: 0 auto;
  width: 100%;
  max-width: 550px !important;
}
.calculator .uk-form-danger input {
  border-color: red;
  color: red;
}
.calculator .chevron {
  position: absolute;
  right: 11.4px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  padding-right: 0;
}
.calculator .chevron path {
  fill: #fff;
  transition: fill 0.3s;
}
.calculator .dropdown-btn {
  position: relative;
  max-width: fit-content;
}
.calculator .dropdown-btn .uk-button {
  padding-right: 30px;
}
.calculator .dropdown-btn span {
  padding-right: 10px;
}
.calculator .dropdown-btn:hover path {
  fill: #000;
}
.calculator [aria-expanded=true] .chevron {
  transform: translateY(-50%) rotate(-180deg);
}
.calculator .uk-form-success {
  color: unset;
}
.calculator__group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.calculator__radio {
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 10px;
  align-items: center;
}
.calculator__radio input {
  margin: 0;
}
.calculator__radio span {
  font-size: 14px;
}
.calculator__line {
  width: 100%;
  height: 2px;
  background-color: #C1C1C1;
}
.calculator__dropdown {
  display: block !important;
}
.calculator__result {
  display: none;
}
.calculator.summary .calculator__result {
  display: block;
}
.calculator.summary .calculator__form {
  display: none;
}
@media (max-width: 550px) {
  .calculator__want {
    grid-template-columns: 1fr;
  }
  .calculator__group {
    grid-template-columns: repeat(2, 1fr);
  }
}

.cp-roll {
  padding: 40px 0px;
}
.cp-roll__item {
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: auto;
}
.cp-roll .uk-slideshow-items {
  min-height: 400px !important;
}
.cp-roll .cp-background {
  height: auto;
  flex-grow: 1;
}
.cp-roll .arrow {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s, background-color 0.3s;
}
.cp-roll .arrow:hover {
  background-color: rgb(0, 0, 0);
}
.cp-roll .arrow.uk-invisible {
  visibility: visible !important;
  opacity: 0.7;
}

.cp-faq {
  padding: 40px 0px;
}
.cp-faq__items {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.uk-container {
  width: 100%;
  box-sizing: border-box;
}
