@charset "UTF-8";
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *

 */
/*! UIkit 3.2.0 | http://www.getuikit.com | (c) 2014 - 2019 YOOtheme | MIT License */
/* ========================================================================
   Component: Base
 ========================================================================== */
/*
 * 1. Set `font-size` to support `rem` units
 *    Not using `font` property because a leading hyphen (e.g. -apple-system) causes the font to break in IE11 and Edge
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Style
 */
/* line 11, /app/vendor/assets/stylesheets/uikit.css */
html {
  /* 1 */
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  background: #fff;
  color: #666;
}

/*
 * Remove the margin in all browsers.
 */
/* line 25, /app/vendor/assets/stylesheets/uikit.css */
body {
  margin: 0;
}

/* Links
 ========================================================================== */
/*
 * Remove the outline on focused links when they are also active or hovered
 */
/* line 33, /app/vendor/assets/stylesheets/uikit.css */
a:active,
a:hover {
  outline: none;
}

/*
 * Style
 */
/* line 40, /app/vendor/assets/stylesheets/uikit.css */
a,
.uk-link {
  color: #1e87f0;
  text-decoration: none;
  cursor: pointer;
}

/* line 46, /app/vendor/assets/stylesheets/uikit.css */
a:hover,
.uk-link:hover,
.uk-link-toggle:hover .uk-link,
.uk-link-toggle:focus .uk-link {
  color: #0f6ecd;
  text-decoration: underline;
}

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

/*
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 68, /app/vendor/assets/stylesheets/uikit.css */
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
 */
/* line 77, /app/vendor/assets/stylesheets/uikit.css */
:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
  /* 1 */
  font-family: Consolas, monaco, monospace;
  /* 2 */
  font-size: 0.875rem;
  /* 3 */
  color: #f0506e;
  white-space: nowrap;
  padding: 2px 6px;
  background: #f8f8f8;
}

/*
 * Emphasize
 */
/* line 93, /app/vendor/assets/stylesheets/uikit.css */
em {
  color: #f0506e;
}

/*
 * Insert
 */
/* line 99, /app/vendor/assets/stylesheets/uikit.css */
ins {
  background: #ffd;
  color: #666;
  text-decoration: none;
}

/*
 * Mark
 */
/* line 107, /app/vendor/assets/stylesheets/uikit.css */
mark {
  background: #ffd;
  color: #666;
}

/*
 * Quote
 */
/* line 114, /app/vendor/assets/stylesheets/uikit.css */
q {
  font-style: italic;
}

/*
 * Add the correct font size in all browsers.
 */
/* line 120, /app/vendor/assets/stylesheets/uikit.css */
small {
  font-size: 80%;
}

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

/* line 133, /app/vendor/assets/stylesheets/uikit.css */
sup {
  top: -0.5em;
}

/* line 136, /app/vendor/assets/stylesheets/uikit.css */
sub {
  bottom: -0.25em;
}

/* Embedded content
 ========================================================================== */
/*
 * Remove the gap between embedded content and the bottom of their containers.
 */
/* line 144, /app/vendor/assets/stylesheets/uikit.css */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

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

/* 4 */
@supports (display: block) {
  /* line 170, /app/vendor/assets/stylesheets/uikit.css */
  svg {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
  }
}
/*
 * Hide the overflow in IE.
 */
/* line 179, /app/vendor/assets/stylesheets/uikit.css */
svg:not(:root) {
  overflow: hidden;
}

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

/*
 * Iframe
 * Remove border in all browsers
 */
/* line 197, /app/vendor/assets/stylesheets/uikit.css */
iframe {
  border: 0;
}

/* Block elements
 ========================================================================== */
/*
 * Margins
 */
/* line 205, /app/vendor/assets/stylesheets/uikit.css */
p,
ul,
ol,
dl,
pre,
address,
fieldset,
figure {
  margin: 0 0 20px 0;
}

/* Add margin if adjacent element */
/* line 216, /app/vendor/assets/stylesheets/uikit.css */
* + p,
* + ul,
* + ol,
* + dl,
* + pre,
* + address,
* + fieldset,
* + figure {
  margin-top: 20px;
}

/* Headings
 ========================================================================== */
/* line 228, /app/vendor/assets/stylesheets/uikit.css */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px 0;
  font-weight: normal;
  color: #333;
  text-transform: none;
}

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

/* Add margin if adjacent element */
/* line 253, /app/vendor/assets/stylesheets/uikit.css */
* + .uk-h1,
* + .uk-h2,
* + .uk-h3,
* + .uk-h4,
* + .uk-h5,
* + .uk-h6,
* + .uk-heading-small,
* + .uk-heading-medium,
* + .uk-heading-large,
* + .uk-heading-xlarge,
* + .uk-heading-2xlarge {
  margin-top: 40px;
}

/*
 * Sizes
 */
/* line 269, /app/vendor/assets/stylesheets/uikit.css */
.uk-h1 {
  font-size: 2.23125rem;
  line-height: 1.2;
}

/* line 273, /app/vendor/assets/stylesheets/uikit.css */
.uk-h2 {
  font-size: 1.7rem;
  line-height: 1.3;
}

/* line 277, /app/vendor/assets/stylesheets/uikit.css */
.uk-h3 {
  font-size: 1.5rem;
  line-height: 1.4;
}

/* line 281, /app/vendor/assets/stylesheets/uikit.css */
.uk-h4 {
  font-size: 1.25rem;
  line-height: 1.4;
}

/* line 285, /app/vendor/assets/stylesheets/uikit.css */
.uk-h5 {
  font-size: 16px;
  line-height: 1.4;
}

/* line 289, /app/vendor/assets/stylesheets/uikit.css */
.uk-h6 {
  font-size: 0.875rem;
  line-height: 1.4;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* line 295, /app/vendor/assets/stylesheets/uikit.css */
  .uk-h1 {
    font-size: 2.625rem;
  }

  /* line 298, /app/vendor/assets/stylesheets/uikit.css */
  .uk-h2 {
    font-size: 2rem;
  }
}
/*
 * Reset margin for nested lists
 */
/* Horizontal rules
 ========================================================================== */
/*
 * 1. Show the overflow in Chrome, Edge and IE.
 * 2. Add the correct text-align in Edge and IE.
 * 3. Style
 */
/* line 312, /app/vendor/assets/stylesheets/uikit.css */
hr,
.uk-hr {
  /* 1 */
  overflow: visible;
  /* 2 */
  text-align: inherit;
  /* 3 */
  margin: 0 0 20px 0;
  border: 0;
  border-top: 1px solid #e5e5e5;
}

/* Add margin if adjacent element */
/* line 324, /app/vendor/assets/stylesheets/uikit.css */
* + hr,
* + .uk-hr {
  margin-top: 20px;
}

/* Address
 ========================================================================== */
/* line 330, /app/vendor/assets/stylesheets/uikit.css */
address {
  font-style: normal;
}

/* Blockquotes
 ========================================================================== */
/* line 335, /app/vendor/assets/stylesheets/uikit.css */
blockquote {
  margin: 0 0 20px 0;
  font-size: 1.25rem;
  line-height: 1.5;
  font-style: italic;
  color: #333;
}

/* Add margin if adjacent element */
/* line 343, /app/vendor/assets/stylesheets/uikit.css */
* + blockquote {
  margin-top: 20px;
}

/*
 * Content
 */
/* line 349, /app/vendor/assets/stylesheets/uikit.css */
blockquote p:last-of-type {
  margin-bottom: 0;
}

/* line 352, /app/vendor/assets/stylesheets/uikit.css */
blockquote footer {
  margin-top: 10px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #666;
}

/* line 358, /app/vendor/assets/stylesheets/uikit.css */
blockquote footer::before {
  content: "— ";
}

/* Preformatted text
 ========================================================================== */
/*
 * 1. Contain overflow in all browsers.
 */
/* line 366, /app/vendor/assets/stylesheets/uikit.css */
pre {
  font: 0.875rem / 1.5 Consolas, monaco, monospace;
  color: #666;
  -moz-tab-size: 4;
  tab-size: 4;
  /* 1 */
  overflow: auto;
  padding: 10px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  background: #fff;
}

/* line 378, /app/vendor/assets/stylesheets/uikit.css */
pre code {
  font-family: Consolas, monaco, monospace;
}

/* Selection pseudo-element
 ========================================================================== */
/* line 383, /app/vendor/assets/stylesheets/uikit.css */
::selection {
  background: #39f;
  color: #fff;
  text-shadow: none;
}

/* HTML5 elements
 ========================================================================== */
/*
 * 1. Add the correct display in Edge, IE 10+, and Firefox.
 * 2. Add the correct display in IE.
 */
/* line 394, /app/vendor/assets/stylesheets/uikit.css */
details,
main {
  /* 2 */
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 402, /app/vendor/assets/stylesheets/uikit.css */
summary {
  display: list-item;
}

/*
 * Add the correct display in IE.
 */
/* line 408, /app/vendor/assets/stylesheets/uikit.css */
template {
  display: none;
}

/* Pass media breakpoints to JS
 ========================================================================== */
/*
 * Breakpoints
 */
/* line 416, /app/vendor/assets/stylesheets/uikit.css */
.uk-breakpoint-s::before {
  content: '640px';
}

/* line 419, /app/vendor/assets/stylesheets/uikit.css */
.uk-breakpoint-m::before {
  content: '960px';
}

/* line 422, /app/vendor/assets/stylesheets/uikit.css */
.uk-breakpoint-l::before {
  content: '1200px';
}

/* line 425, /app/vendor/assets/stylesheets/uikit.css */
.uk-breakpoint-xl::before {
  content: '1600px';
}

/* line 428, /app/vendor/assets/stylesheets/uikit.css */
:root {
  --uk-breakpoint-s: 640px;
  --uk-breakpoint-m: 960px;
  --uk-breakpoint-l: 1200px;
  --uk-breakpoint-xl: 1600px;
}

/* ========================================================================
   Component: Link
 ========================================================================== */
/* Muted
 ========================================================================== */
/* line 439, /app/vendor/assets/stylesheets/uikit.css */
a.uk-link-muted,
.uk-link-muted a {
  color: #999;
}

/* line 443, /app/vendor/assets/stylesheets/uikit.css */
a.uk-link-muted:hover,
.uk-link-muted a:hover,
.uk-link-toggle:hover .uk-link-muted,
.uk-link-toggle:focus .uk-link-muted {
  color: #666;
}

/* Text
 ========================================================================== */
/* line 451, /app/vendor/assets/stylesheets/uikit.css */
a.uk-link-text,
.uk-link-text a {
  color: inherit;
}

/* line 455, /app/vendor/assets/stylesheets/uikit.css */
a.uk-link-text:hover,
.uk-link-text a:hover,
.uk-link-toggle:hover .uk-link-text,
.uk-link-toggle:focus .uk-link-text {
  color: #999;
}

/* Heading
 ========================================================================== */
/* line 463, /app/vendor/assets/stylesheets/uikit.css */
a.uk-link-heading,
.uk-link-heading a {
  color: inherit;
}

/* line 467, /app/vendor/assets/stylesheets/uikit.css */
a.uk-link-heading:hover,
.uk-link-heading a:hover,
.uk-link-toggle:hover .uk-link-heading,
.uk-link-toggle:focus .uk-link-heading {
  color: #1e87f0;
  text-decoration: none;
}

/* Reset
 ========================================================================== */
/*
 * `!important` needed to override inverse component
 */
/* line 479, /app/vendor/assets/stylesheets/uikit.css */
a.uk-link-reset,
.uk-link-reset a {
  color: inherit !important;
  text-decoration: none !important;
}

/* Toggle
 ========================================================================== */
/* line 486, /app/vendor/assets/stylesheets/uikit.css */
.uk-link-toggle {
  color: inherit !important;
  text-decoration: none !important;
}

/* line 490, /app/vendor/assets/stylesheets/uikit.css */
.uk-link-toggle:focus {
  outline: none;
}

/* ========================================================================
   Component: Heading
 ========================================================================== */
/* line 496, /app/vendor/assets/stylesheets/uikit.css */
.uk-heading-small {
  font-size: 2.6rem;
  line-height: 1.2;
}

/* line 500, /app/vendor/assets/stylesheets/uikit.css */
.uk-heading-medium {
  font-size: 2.8875rem;
  line-height: 1.1;
}

/* line 504, /app/vendor/assets/stylesheets/uikit.css */
.uk-heading-large {
  font-size: 3.4rem;
  line-height: 1.1;
}

/* line 508, /app/vendor/assets/stylesheets/uikit.css */
.uk-heading-xlarge {
  font-size: 4rem;
  line-height: 1;
}

/* line 512, /app/vendor/assets/stylesheets/uikit.css */
.uk-heading-2xlarge {
  font-size: 6rem;
  line-height: 1;
}

/* Tablet Landscape and bigger */
@media (min-width: 960px) {
  /* line 518, /app/vendor/assets/stylesheets/uikit.css */
  .uk-heading-small {
    font-size: 3.25rem;
  }

  /* line 521, /app/vendor/assets/stylesheets/uikit.css */
  .uk-heading-medium {
    font-size: 3.5rem;
  }

  /* line 524, /app/vendor/assets/stylesheets/uikit.css */
  .uk-heading-large {
    font-size: 4rem;
  }

  /* line 527, /app/vendor/assets/stylesheets/uikit.css */
  .uk-heading-xlarge {
    font-size: 6rem;
  }

  /* line 530, /app/vendor/assets/stylesheets/uikit.css */
  .uk-heading-2xlarge {
    font-size: 8rem;
  }
}
/* Laptop and bigger */
@media (min-width: 1200px) {
  /* line 536, /app/vendor/assets/stylesheets/uikit.css */
  .uk-heading-medium {
    font-size: 4rem;
  }

  /* line 539, /app/vendor/assets/stylesheets/uikit.css */
  .uk-heading-large {
    font-size: 6rem;
  }

  /* line 542, /app/vendor/assets/stylesheets/uikit.css */
  .uk-heading-xlarge {
    font-size: 8rem;
  }

  /* line 545, /app/vendor/assets/stylesheets/uikit.css */
  .uk-heading-2xlarge {
    font-size: 11rem;
  }
}
/* Primary
   Deprecated: Use `uk-heading-medium` instead
 ========================================================================== */
/* Tablet landscape and bigger */
/* Desktop and bigger */
/* Hero
   Deprecated: Use `uk-heading-xlarge` instead
 ========================================================================== */
/* Tablet landscape and bigger */
/* Desktop and bigger */
/* Divider
 ========================================================================== */
/* line 561, /app/vendor/assets/stylesheets/uikit.css */
.uk-heading-divider {
  padding-bottom: calc(5px + 0.1em);
  border-bottom: calc(0.2px + 0.05em) solid #e5e5e5;
}

/* Bullet
 ========================================================================== */
/* line 567, /app/vendor/assets/stylesheets/uikit.css */
.uk-heading-bullet {
  position: relative;
}

/*
 * 1. Using `inline-block` to make it work with text alignment
 * 2. Center vertically
 * 3. Style
 */
/* line 575, /app/vendor/assets/stylesheets/uikit.css */
.uk-heading-bullet::before {
  content: "";
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  top: calc(-0.1 * 1em);
  vertical-align: middle;
  /* 3 */
  height: calc(4px + 0.7em);
  margin-right: calc(5px + 0.2em);
  border-left: calc(5px + 0.1em) solid #e5e5e5;
}

/* Line
 ========================================================================== */
/*
 * Clip the child element
 */
/* line 593, /app/vendor/assets/stylesheets/uikit.css */
.uk-heading-line {
  overflow: hidden;
}

/*
 * Extra markup is needed to make it work with text align
 */
/* line 599, /app/vendor/assets/stylesheets/uikit.css */
.uk-heading-line > * {
  display: inline-block;
  position: relative;
}

/*
 * 1. Center vertically
 * 2. Make the element as large as possible. It's clipped by the container.
 * 3. Style
 */
/* line 608, /app/vendor/assets/stylesheets/uikit.css */
.uk-heading-line > ::before,
.uk-heading-line > ::after {
  content: "";
  /* 1 */
  position: absolute;
  top: calc(50% - ((0.2px + 0.05em) / 2));
  /* 2 */
  width: 2000px;
  /* 3 */
  border-bottom: calc(0.2px + 0.05em) solid #e5e5e5;
}

/* line 619, /app/vendor/assets/stylesheets/uikit.css */
.uk-heading-line > ::before {
  right: 100%;
  margin-right: calc(5px + 0.3em);
}

/* line 623, /app/vendor/assets/stylesheets/uikit.css */
.uk-heading-line > ::after {
  left: 100%;
  margin-left: calc(5px + 0.3em);
}

/* ========================================================================
   Component: Divider
 ========================================================================== */
/*
 * 1. Reset default `hr`
 * 2. Set margin if a `div` is used for semantical reason
 */
/* line 634, /app/vendor/assets/stylesheets/uikit.css */
[class*='uk-divider'] {
  /* 1 */
  border: none;
  /* 2 */
  margin-bottom: 20px;
}

/* Add margin if adjacent element */
/* line 641, /app/vendor/assets/stylesheets/uikit.css */
* + [class*='uk-divider'] {
  margin-top: 20px;
}

/* Icon
 ========================================================================== */
/* line 646, /app/vendor/assets/stylesheets/uikit.css */
.uk-divider-icon {
  position: relative;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23e5e5e5%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

/* line 653, /app/vendor/assets/stylesheets/uikit.css */
.uk-divider-icon::before,
.uk-divider-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  max-width: calc(50% - (50px / 2));
  border-bottom: 1px solid #e5e5e5;
}

/* line 661, /app/vendor/assets/stylesheets/uikit.css */
.uk-divider-icon::before {
  right: calc(50% + (50px / 2));
  width: 100%;
}

/* line 665, /app/vendor/assets/stylesheets/uikit.css */
.uk-divider-icon::after {
  left: calc(50% + (50px / 2));
  width: 100%;
}

/* Small
 ========================================================================== */
/*
 * 1. Fix height because of `inline-block`
 * 2. Using ::after and inline-block to make `text-align` work
 */
/* 1 */
/* line 676, /app/vendor/assets/stylesheets/uikit.css */
.uk-divider-small {
  line-height: 0;
}

/* 2 */
/* line 680, /app/vendor/assets/stylesheets/uikit.css */
.uk-divider-small::after {
  content: "";
  display: inline-block;
  width: 100px;
  max-width: 100%;
  border-top: 1px solid #e5e5e5;
  vertical-align: top;
}

/* Vertical
 ========================================================================== */
/* line 690, /app/vendor/assets/stylesheets/uikit.css */
.uk-divider-vertical {
  width: 1px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  border-left: 1px solid #e5e5e5;
}

/* ========================================================================
   Component: List
 ========================================================================== */
/* line 700, /app/vendor/assets/stylesheets/uikit.css */
.uk-list {
  padding: 0;
  list-style: none;
}

/*
 * Micro clearfix
 */
/* line 707, /app/vendor/assets/stylesheets/uikit.css */
.uk-list > li::before,
.uk-list > li::after {
  content: "";
  display: table;
}

/* line 712, /app/vendor/assets/stylesheets/uikit.css */
.uk-list > li::after {
  clear: both;
}

/*
 * Remove margin from the last-child
 */
/* line 718, /app/vendor/assets/stylesheets/uikit.css */
.uk-list > li > :last-child {
  margin-bottom: 0;
}

/*
 * Nested lists
 */
/* line 724, /app/vendor/assets/stylesheets/uikit.css */
.uk-list ul {
  margin: 0;
  padding-left: 30px;
  list-style: none;
}

/*
 * Style
 */
/* line 732, /app/vendor/assets/stylesheets/uikit.css */
.uk-list > li:nth-child(n+2),
.uk-list > li > ul {
  margin-top: 10px;
}

/* Style modifiers
 ========================================================================== */
/*
 * Divider
 */
/* line 741, /app/vendor/assets/stylesheets/uikit.css */
.uk-list-divider > li:nth-child(n+2) {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e5e5e5;
}

/*
 * Striped
 */
/* line 749, /app/vendor/assets/stylesheets/uikit.css */
.uk-list-striped > li {
  padding: 10px 10px;
}

/* line 752, /app/vendor/assets/stylesheets/uikit.css */
.uk-list-striped > li:nth-of-type(odd) {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

/* line 756, /app/vendor/assets/stylesheets/uikit.css */
.uk-list-striped > li:nth-of-type(odd) {
  background: #f8f8f8;
}

/* line 759, /app/vendor/assets/stylesheets/uikit.css */
.uk-list-striped > li:nth-child(n+2) {
  margin-top: 0;
}

/*
 * Bullet
 * 1. Reset display `table` which causes issues in combination with multi column layouts.
 */
/* line 766, /app/vendor/assets/stylesheets/uikit.css */
.uk-list-bullet > li {
  position: relative;
  padding-left: calc(1.5em + 10px);
}

/* line 770, /app/vendor/assets/stylesheets/uikit.css */
.uk-list-bullet > li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5em;
  height: 1.5em;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23666%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  /* 1 */
  display: block;
}

/* Size modifier
 ========================================================================== */
/* line 785, /app/vendor/assets/stylesheets/uikit.css */
.uk-list-large > li:nth-child(n+2),
.uk-list-large > li > ul {
  margin-top: 20px;
}

/*
 * Divider
 */
/* line 792, /app/vendor/assets/stylesheets/uikit.css */
.uk-list-large.uk-list-divider > li:nth-child(n+2) {
  margin-top: 20px;
  padding-top: 20px;
}

/*
 * Striped
 */
/* line 799, /app/vendor/assets/stylesheets/uikit.css */
.uk-list-large.uk-list-striped > li {
  padding: 20px 10px;
}

/* line 802, /app/vendor/assets/stylesheets/uikit.css */
.uk-list-large.uk-list-striped > li:nth-of-type(odd) {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

/* line 806, /app/vendor/assets/stylesheets/uikit.css */
.uk-list-large.uk-list-striped > li:nth-child(n+2) {
  margin-top: 0;
}

/* ========================================================================
   Component: Description list
 ========================================================================== */
/*
 * Term
 */
/* line 815, /app/vendor/assets/stylesheets/uikit.css */
.uk-description-list > dt {
  color: #333;
  font-size: 0.875rem;
  font-weight: normal;
  text-transform: uppercase;
}

/* line 821, /app/vendor/assets/stylesheets/uikit.css */
.uk-description-list > dt:nth-child(n+2) {
  margin-top: 20px;
}

/*
 * Description
 */
/* Style modifier
 ========================================================================== */
/*
 * Line
 */
/* line 832, /app/vendor/assets/stylesheets/uikit.css */
.uk-description-list-divider > dt:nth-child(n+2) {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
}

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

/* Add margin if adjacent element */
/* line 855, /app/vendor/assets/stylesheets/uikit.css */
* + .uk-table {
  margin-top: 20px;
}

/* Header cell
 ========================================================================== */
/*
 * 1. Style
 */
/* line 863, /app/vendor/assets/stylesheets/uikit.css */
.uk-table th {
  padding: 16px 12px;
  text-align: left;
  vertical-align: bottom;
  /* 1 */
  font-size: 0.875rem;
  font-weight: normal;
  color: #999;
  text-transform: uppercase;
}

/* Cell
 ========================================================================== */
/* line 875, /app/vendor/assets/stylesheets/uikit.css */
.uk-table td {
  padding: 16px 12px;
  vertical-align: top;
}

/*
 * Remove margin from the last-child
 */
/* .uk-table td > :last-child {
  margin-bottom: 0;
} */
/* Footer
 ========================================================================== */
/* line 887, /app/vendor/assets/stylesheets/uikit.css */
.uk-table tfoot {
  font-size: 0.875rem;
}

/* Caption
 ========================================================================== */
/* line 892, /app/vendor/assets/stylesheets/uikit.css */
.uk-table caption {
  font-size: 0.875rem;
  text-align: left;
  color: #999;
}

/* Alignment modifier
 ========================================================================== */
/* line 899, /app/vendor/assets/stylesheets/uikit.css */
.uk-table-middle,
.uk-table-middle td {
  vertical-align: middle !important;
}

/* Style modifiers
 ========================================================================== */
/*
 * Divider
 */
/* line 908, /app/vendor/assets/stylesheets/uikit.css */
.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
 */
/* line 916, /app/vendor/assets/stylesheets/uikit.css */
.uk-table-striped > tr:nth-of-type(odd),
.uk-table-striped tbody tr:nth-of-type(odd) {
  background: #f8f8f8;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

/*
 * Hover
 */
/* line 925, /app/vendor/assets/stylesheets/uikit.css */
.uk-table-hover > tr:hover,
.uk-table-hover tbody tr:hover {
  background: #ffd;
}

/* Active state
 ========================================================================== */
/* line 931, /app/vendor/assets/stylesheets/uikit.css */
.uk-table > tr.uk-active,
.uk-table tbody tr.uk-active {
  background: #ffd;
}

/* Size modifier
 ========================================================================== */
/* line 937, /app/vendor/assets/stylesheets/uikit.css */
.uk-table-small th,
.uk-table-small td {
  padding: 10px 12px;
}

/* line 941, /app/vendor/assets/stylesheets/uikit.css */
.uk-table-large th,
.uk-table-large td {
  padding: 22px 12px;
}

/* Justify modifier
 ========================================================================== */
/* line 947, /app/vendor/assets/stylesheets/uikit.css */
.uk-table-justify th:first-child,
.uk-table-justify td:first-child {
  padding-left: 0;
}

/* line 951, /app/vendor/assets/stylesheets/uikit.css */
.uk-table-justify th:last-child,
.uk-table-justify td:last-child {
  padding-right: 0;
}

/* Cell size modifier
 ========================================================================== */
/* line 957, /app/vendor/assets/stylesheets/uikit.css */
.uk-table-shrink {
  width: 1px;
}

/* line 960, /app/vendor/assets/stylesheets/uikit.css */
.uk-table-expand {
  min-width: 150px;
}

/* Cell link modifier
 ========================================================================== */
/*
 * Does not work with `uk-table-justify` at the moment
 */
/* line 968, /app/vendor/assets/stylesheets/uikit.css */
.uk-table-link {
  padding: 0 !important;
}

/* line 971, /app/vendor/assets/stylesheets/uikit.css */
.uk-table-link > a {
  display: block;
  padding: 16px 12px;
}

/* line 975, /app/vendor/assets/stylesheets/uikit.css */
.uk-table-small .uk-table-link > a {
  padding: 10px 12px;
}

/* Responsive table
 ========================================================================== */
/* Phone landscape and smaller */
@media (max-width: 959px) {
  /* line 982, /app/vendor/assets/stylesheets/uikit.css */
  .uk-table-responsive,
  .uk-table-responsive tbody,
  .uk-table-responsive th,
  .uk-table-responsive td,
  .uk-table-responsive tr {
    display: block;
  }

  /* line 989, /app/vendor/assets/stylesheets/uikit.css */
  .uk-table-responsive thead {
    display: none;
  }

  /* line 992, /app/vendor/assets/stylesheets/uikit.css */
  .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;
  }

  /* line 1000, /app/vendor/assets/stylesheets/uikit.css */
  .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;
  }

  /* line 1005, /app/vendor/assets/stylesheets/uikit.css */
  .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;
  }

  /* line 1010, /app/vendor/assets/stylesheets/uikit.css */
  .uk-table-justify.uk-table-responsive th,
  .uk-table-justify.uk-table-responsive td {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 1016, /app/vendor/assets/stylesheets/uikit.css */
.uk-table tbody tr {
  transition: background-color 0.1s linear;
}

/* ========================================================================
   Component: Icon
 ========================================================================== */
/*
 * Note: 1. - 7. is required for `button` elements. Needed for Close and Form Icon component.
 * 1. Remove margins in Chrome, Safari and Opera.
 * 2. Remove borders for `button`.
 * 3. Remove border-radius in Chrome.
 * 4. Address `overflow` set to `hidden` in IE.
 * 5. Correct `font` properties and `color` not being inherited for `button`.
 * 6. Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 7. Remove default `button` padding and background color
 * 8. Style
 * 9. Fill all SVG elements with the current text color if no `fill` attribute is set
 * 10. Let the container fit the height of the icon
 */
/* line 1035, /app/vendor/assets/stylesheets/uikit.css */
.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`. */
/* line 1060, /app/vendor/assets/stylesheets/uikit.css */
button.uk-icon:not(:disabled) {
  cursor: pointer;
}

/*
 * Remove the inner border and padding in Firefox.
 */
/* line 1066, /app/vendor/assets/stylesheets/uikit.css */
.uk-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * Set the fill and stroke color of all SVG elements to the current text color
 */
/* line 1073, /app/vendor/assets/stylesheets/uikit.css */
.uk-icon:not(.uk-preserve) [fill*='#']:not(.uk-preserve) {
  fill: currentcolor;
}

/* line 1076, /app/vendor/assets/stylesheets/uikit.css */
.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
 */
/* line 1082, /app/vendor/assets/stylesheets/uikit.css */
.uk-icon > * {
  transform: translate(0, 0);
}

/* Image modifier
 ========================================================================== */
/*
 * Display images in icon dimensions
 */
/* line 1090, /app/vendor/assets/stylesheets/uikit.css */
.uk-icon-image {
  width: 20px;
  height: 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

/* Style modifiers
 ========================================================================== */
/*
 * Link
 */
/* line 1103, /app/vendor/assets/stylesheets/uikit.css */
.uk-icon-link {
  color: #999;
}

/* line 1106, /app/vendor/assets/stylesheets/uikit.css */
.uk-icon-link:hover,
.uk-icon-link:focus {
  color: #666;
  outline: none;
}

/* OnClick + Active */
/* line 1112, /app/vendor/assets/stylesheets/uikit.css */
.uk-icon-link:active,
.uk-active > .uk-icon-link {
  color: #595959;
}

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

/* Hover + Focus */
/* line 1136, /app/vendor/assets/stylesheets/uikit.css */
.uk-icon-button:hover,
.uk-icon-button:focus {
  background-color: #ebebeb;
  color: #666;
  outline: none;
}

/* OnClick + Active */
/* line 1143, /app/vendor/assets/stylesheets/uikit.css */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #dfdfdf;
  color: #666;
}

/* ========================================================================
   Component: Form Range
 ========================================================================== */
/*
 * 1. Normalize and defaults
 * 2. Prevent content overflow if a fixed width is used
 * 3. Take the full width
 * 4. Remove default style
 * 5. Remove white background in Chrome
 * 6. Remove padding in IE11
 */
/* line 1159, /app/vendor/assets/stylesheets/uikit.css */
.uk-range {
  /* 1 */
  box-sizing: border-box;
  margin: 0;
  vertical-align: middle;
  /* 2 */
  max-width: 100%;
  /* 3 */
  width: 100%;
  /* 4 */
  -webkit-appearance: none;
  /* 5 */
  background: transparent;
  /* 6 */
  padding: 0;
}

/* Focus */
/* line 1176, /app/vendor/assets/stylesheets/uikit.css */
.uk-range:focus {
  outline: none;
}

/* line 1179, /app/vendor/assets/stylesheets/uikit.css */
.uk-range::-moz-focus-outer {
  border: none;
}

/* IE11 Reset */
/* line 1183, /app/vendor/assets/stylesheets/uikit.css */
.uk-range::-ms-track {
  height: 15px;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

/*
 * Improves consistency of cursor style for clickable elements
 */
/* line 1192, /app/vendor/assets/stylesheets/uikit.css */
.uk-range:not(:disabled)::-webkit-slider-thumb {
  cursor: pointer;
}

/* line 1195, /app/vendor/assets/stylesheets/uikit.css */
.uk-range:not(:disabled)::-moz-range-thumb {
  cursor: pointer;
}

/* line 1198, /app/vendor/assets/stylesheets/uikit.css */
.uk-range:not(:disabled)::-ms-thumb {
  cursor: pointer;
}

/* Thumb
 ========================================================================== */
/*
 * 1. Reset
 * 2. Style
 */
/* Webkit */
/* line 1208, /app/vendor/assets/stylesheets/uikit.css */
.uk-range::-webkit-slider-thumb {
  /* 1 */
  -webkit-appearance: none;
  margin-top: -7px;
  /* 2 */
  height: 15px;
  width: 15px;
  border-radius: 500px;
  background: #fff;
  border: 1px solid #cccccc;
}

/* Firefox */
/* line 1220, /app/vendor/assets/stylesheets/uikit.css */
.uk-range::-moz-range-thumb {
  /* 1 */
  border: none;
  /* 2 */
  height: 15px;
  width: 15px;
  border-radius: 500px;
  background: #fff;
  border: 1px solid #cccccc;
}

/* Edge */
/* line 1231, /app/vendor/assets/stylesheets/uikit.css */
.uk-range::-ms-thumb {
  /* 1 */
  margin-top: 0;
}

/* IE11 */
/* line 1236, /app/vendor/assets/stylesheets/uikit.css */
.uk-range::-ms-thumb {
  /* 1 */
  border: none;
  /* 2 */
  height: 15px;
  width: 15px;
  border-radius: 500px;
  background: #fff;
  border: 1px solid #cccccc;
}

/* Edge + IE11 */
/* line 1247, /app/vendor/assets/stylesheets/uikit.css */
.uk-range::-ms-tooltip {
  display: none;
}

/* Track
 ========================================================================== */
/*
 * 1. Safari doesn't have a focus state. Using active instead.
 */
/* Webkit */
/* line 1256, /app/vendor/assets/stylesheets/uikit.css */
.uk-range::-webkit-slider-runnable-track {
  height: 3px;
  background: #ebebeb;
  border-radius: 500px;
}

/* line 1261, /app/vendor/assets/stylesheets/uikit.css */
.uk-range:focus::-webkit-slider-runnable-track,
.uk-range:active::-webkit-slider-runnable-track {
  background: #d2d2d2;
}

/* Firefox */
/* line 1266, /app/vendor/assets/stylesheets/uikit.css */
.uk-range::-moz-range-track {
  height: 3px;
  background: #ebebeb;
  border-radius: 500px;
}

/* line 1271, /app/vendor/assets/stylesheets/uikit.css */
.uk-range:focus::-moz-range-track {
  background: #d2d2d2;
}

/* Edge */
/* line 1275, /app/vendor/assets/stylesheets/uikit.css */
.uk-range::-ms-fill-lower,
.uk-range::-ms-fill-upper {
  height: 3px;
  background: #ebebeb;
  border-radius: 500px;
}

/* line 1281, /app/vendor/assets/stylesheets/uikit.css */
.uk-range:focus::-ms-fill-lower,
.uk-range:focus::-ms-fill-upper {
  background: #d2d2d2;
}

/* ========================================================================
   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.
 */
/* line 1298, /app/vendor/assets/stylesheets/uikit.css */
.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.
 */
/* line 1315, /app/vendor/assets/stylesheets/uikit.css */
.uk-input {
  overflow: visible;
}

/*
 * Remove the inheritance of text transform in Firefox.
 */
/* line 1321, /app/vendor/assets/stylesheets/uikit.css */
.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.
 */
/* line 1329, /app/vendor/assets/stylesheets/uikit.css */
.uk-select optgroup {
  /* 1 */
  font: inherit;
  /* 2 */
  font-weight: bold;
}

/*
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 1338, /app/vendor/assets/stylesheets/uikit.css */
.uk-textarea {
  overflow: auto;
}

/*
 * Remove the inner padding and cancel buttons in Chrome on OS X and Safari on OS X.
 */
/* line 1344, /app/vendor/assets/stylesheets/uikit.css */
.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.
 */
/* line 1351, /app/vendor/assets/stylesheets/uikit.css */
.uk-input[type="number"]::-webkit-inner-spin-button,
.uk-input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/*
 * Removes placeholder transparency in Firefox.
 */
/* line 1358, /app/vendor/assets/stylesheets/uikit.css */
.uk-input::-moz-placeholder,
.uk-textarea::-moz-placeholder {
  opacity: 1;
}

/*
 * Improves consistency of cursor style for clickable elements
 */
/* line 1365, /app/vendor/assets/stylesheets/uikit.css */
.uk-radio:not(:disabled),
.uk-checkbox:not(:disabled) {
  cursor: pointer;
}

/*
 * Define consistent border, margin, and padding.
 */
/* line 1372, /app/vendor/assets/stylesheets/uikit.css */
.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.
 */
/* line 1385, /app/vendor/assets/stylesheets/uikit.css */
.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
 */
/* line 1395, /app/vendor/assets/stylesheets/uikit.css */
.uk-input,
.uk-select,
.uk-textarea {
  /* 1 */
  max-width: 100%;
  /* 2 */
  width: 100%;
  /* 3 */
  border: 0 none;
  /* 4 */
  padding: 0 10px;
  background: #fff;
  color: #666;
  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
 */
/* line 1418, /app/vendor/assets/stylesheets/uikit.css */
.uk-input,
.uk-select:not([multiple]):not([size]) {
  height: 40px;
  vertical-align: middle;
  /* 1 */
  display: inline-block;
}

/* 2 */
/* line 1426, /app/vendor/assets/stylesheets/uikit.css */
.uk-input:not(input),
.uk-select:not(select) {
  line-height: 38px;
}

/*
 * Multi-line
 */
/* line 1433, /app/vendor/assets/stylesheets/uikit.css */
.uk-select[multiple],
.uk-select[size],
.uk-textarea {
  padding-top: 4px;
  padding-bottom: 4px;
  vertical-align: top;
}

/* Focus */
/* line 1441, /app/vendor/assets/stylesheets/uikit.css */
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  outline: none;
  background-color: #fff;
  color: #666;
  border-color: #1e87f0;
}

/* Disabled */
/* line 1450, /app/vendor/assets/stylesheets/uikit.css */
.uk-input:disabled,
.uk-select:disabled,
.uk-textarea:disabled {
  background-color: #f8f8f8;
  color: #999;
  border-color: #e5e5e5;
}

/*
 * Placeholder
 */
/* line 1460, /app/vendor/assets/stylesheets/uikit.css */
.uk-input::-ms-input-placeholder {
  color: #999 !important;
}

/* line 1463, /app/vendor/assets/stylesheets/uikit.css */
.uk-input::placeholder {
  color: #999;
}

/* line 1466, /app/vendor/assets/stylesheets/uikit.css */
.uk-textarea::-ms-input-placeholder {
  color: #999 !important;
}

/* line 1469, /app/vendor/assets/stylesheets/uikit.css */
.uk-textarea::placeholder {
  color: #999;
}

/* Style modifier (`uk-input`, `uk-select` and `uk-textarea`)
 ========================================================================== */
/*
 * Small
 */
/* line 1477, /app/vendor/assets/stylesheets/uikit.css */
.uk-form-small {
  font-size: 0.875rem;
}

/* line 1480, /app/vendor/assets/stylesheets/uikit.css */
.uk-form-small:not(textarea):not([multiple]):not([size]) {
  height: 30px;
  padding-left: 8px;
  padding-right: 8px;
}

/* line 1485, /app/vendor/assets/stylesheets/uikit.css */
.uk-form-small:not(select):not(input):not(textarea) {
  line-height: 28px;
}

/*
 * Large
 */
/* line 1491, /app/vendor/assets/stylesheets/uikit.css */
.uk-form-large {
  font-size: 1.25rem;
}

/* line 1494, /app/vendor/assets/stylesheets/uikit.css */
.uk-form-large:not(textarea):not([multiple]):not([size]) {
  height: 55px;
  padding-left: 12px;
  padding-right: 12px;
}

/* line 1499, /app/vendor/assets/stylesheets/uikit.css */
.uk-form-large:not(select):not(input):not(textarea) {
  line-height: 53px;
}

/* Style modifier (`uk-input`, `uk-select` and `uk-textarea`)
 ========================================================================== */
/*
 * Error
 */
/* line 1507, /app/vendor/assets/stylesheets/uikit.css */
.uk-form-danger,
.uk-form-danger:focus {
  color: #f0506e;
  border-color: #f0506e;
}

/*
 * Success
 */
/* line 1515, /app/vendor/assets/stylesheets/uikit.css */
.uk-form-success,
.uk-form-success:focus {
  color: #32d296;
  border-color: #32d296;
}

/*
 * Blank
 */
/* line 1523, /app/vendor/assets/stylesheets/uikit.css */
.uk-form-blank {
  background: none;
  border-color: transparent;
}

/* line 1527, /app/vendor/assets/stylesheets/uikit.css */
.uk-form-blank:focus {
  border-color: #e5e5e5;
  border-style: dashed;
}

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

/* line 1540, /app/vendor/assets/stylesheets/uikit.css */
select.uk-form-width-xsmall {
  width: 75px;
}

/* line 1543, /app/vendor/assets/stylesheets/uikit.css */
.uk-form-width-small {
  width: 130px;
}

/* line 1546, /app/vendor/assets/stylesheets/uikit.css */
.uk-form-width-medium {
  width: 200px;
}

/* line 1549, /app/vendor/assets/stylesheets/uikit.css */
.uk-form-width-large {
  width: 500px;
}

/* Select
 ========================================================================== */
/*
 * 1. Remove default style. Also works in Firefox
 * 2. Style
 * 3. Remove default style in IE 10/11
 * 4. Set `color` for options in the select dropdown, because the inherited `color` might be too light.
 */
/* line 1560, /app/vendor/assets/stylesheets/uikit.css */
.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%23666%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%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 */
/* line 1571, /app/vendor/assets/stylesheets/uikit.css */
.uk-select:not([multiple]):not([size])::-ms-expand {
  display: none;
}

/* 4 */
/* line 1575, /app/vendor/assets/stylesheets/uikit.css */
.uk-select:not([multiple]):not([size]) option {
  color: #444;
}

/*
 * Disabled
 */
/* line 1581, /app/vendor/assets/stylesheets/uikit.css */
.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
 */
/* line 1589, /app/vendor/assets/stylesheets/uikit.css */
.uk-input[list] {
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

/* line 1594, /app/vendor/assets/stylesheets/uikit.css */
.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%23666%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

/* 1 */
/* line 1599, /app/vendor/assets/stylesheets/uikit.css */
.uk-input[list]::-webkit-calendar-picker-indicator {
  display: none;
}

/* Radio and checkbox
 * Note: Does not work in IE11
 ========================================================================== */
/*
 * 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
 */
/* line 1613, /app/vendor/assets/stylesheets/uikit.css */
.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;
}

/* line 1636, /app/vendor/assets/stylesheets/uikit.css */
.uk-radio {
  border-radius: 50%;
}

/* Focus */
/* line 1640, /app/vendor/assets/stylesheets/uikit.css */
.uk-radio:focus,
.uk-checkbox:focus {
  outline: none;
  border-color: #1e87f0;
}

/*
 * Checked
 */
/* line 1648, /app/vendor/assets/stylesheets/uikit.css */
.uk-radio:checked,
.uk-checkbox:checked,
.uk-checkbox:indeterminate {
  background-color: #1e87f0;
  border-color: transparent;
}

/* Focus */
/* line 1655, /app/vendor/assets/stylesheets/uikit.css */
.uk-radio:checked:focus,
.uk-checkbox:checked:focus,
.uk-checkbox:indeterminate:focus {
  background-color: #0e6dcd;
}

/*
 * Icons
 */
/* line 1663, /app/vendor/assets/stylesheets/uikit.css */
.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%23fff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

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

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

/*
 * Disabled
 */
/* line 1675, /app/vendor/assets/stylesheets/uikit.css */
.uk-radio:disabled,
.uk-checkbox:disabled {
  background-color: #f8f8f8;
  border-color: #e5e5e5;
}

/* line 1680, /app/vendor/assets/stylesheets/uikit.css */
.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");
}

/* line 1683, /app/vendor/assets/stylesheets/uikit.css */
.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");
}

/* line 1686, /app/vendor/assets/stylesheets/uikit.css */
.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
 */
/* line 1698, /app/vendor/assets/stylesheets/uikit.css */
.uk-legend {
  /* 1 */
  width: 100%;
  /* 2 */
  color: inherit;
  /* 3 */
  padding: 0;
  /* 4 */
  font-size: 1.5rem;
  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
 */
/* line 1717, /app/vendor/assets/stylesheets/uikit.css */
.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
 */
/* line 1735, /app/vendor/assets/stylesheets/uikit.css */
.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;
}

/* line 1751, /app/vendor/assets/stylesheets/uikit.css */
.uk-form-custom input[type="file"] {
  /* 5 */
  font-size: 500px;
  /* 6 */
  overflow: hidden;
}

/* Label
 ========================================================================== */
/* line 1759, /app/vendor/assets/stylesheets/uikit.css */
.uk-form-label {
  color: #333;
  font-size: 0.875rem;
}

/* Layout
 ========================================================================== */
/*
 * Stacked
 */
/* line 1768, /app/vendor/assets/stylesheets/uikit.css */
.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` */
  /* line 1778, /app/vendor/assets/stylesheets/uikit.css */
  .uk-form-horizontal .uk-form-label {
    display: block;
    margin-bottom: 5px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* line 1785, /app/vendor/assets/stylesheets/uikit.css */
  .uk-form-horizontal .uk-form-label {
    width: 200px;
    margin-top: 7px;
    float: left;
  }

  /* line 1790, /app/vendor/assets/stylesheets/uikit.css */
  .uk-form-horizontal .uk-form-controls {
    margin-left: 215px;
  }

  /* Better vertical alignment if controls are checkboxes and radio buttons with text */
  /* line 1794, /app/vendor/assets/stylesheets/uikit.css */
  .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
 */
/* line 1806, /app/vendor/assets/stylesheets/uikit.css */
.uk-form-icon {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  /* 2 */
  width: 40px;
  /* 3 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  /* 4 */
  color: #999;
}

/*
 * Required for `a`.
 */
/* line 1824, /app/vendor/assets/stylesheets/uikit.css */
.uk-form-icon:hover {
  color: #666;
}

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

/*
 * Input padding
 */
/* line 1836, /app/vendor/assets/stylesheets/uikit.css */
.uk-form-icon:not(.uk-form-icon-flip) ~ .uk-input {
  padding-left: 40px !important;
}

/*
 * Position modifier
 */
/* line 1842, /app/vendor/assets/stylesheets/uikit.css */
.uk-form-icon-flip {
  right: 0;
  left: auto;
}

/* line 1846, /app/vendor/assets/stylesheets/uikit.css */
.uk-form-icon-flip ~ .uk-input {
  padding-right: 40px !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. Style
 * 7. `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.
 * 8. Align text if button has a width
 * 9. Required for `a`.
 */
/* line 1864, /app/vendor/assets/stylesheets/uikit.css */
.uk-button {
  /* 1 */
  margin: 0;
  /* 2 */
  border: none;
  /* 3 */
  overflow: visible;
  /* 4 */
  font: inherit;
  color: inherit;
  /* 5 */
  text-transform: none;
  /* 6 */
  display: inline-block;
  box-sizing: border-box;
  padding: 0 30px;
  vertical-align: middle;
  font-size: 0.875rem;
  /* 7 */
  line-height: 38px;
  /* 8 */
  text-align: center;
  /* 9 */
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color, border-color;
}

/* line 1892, /app/vendor/assets/stylesheets/uikit.css */
.uk-button:not(:disabled) {
  cursor: pointer;
}

/*
 * Remove the inner border and padding in Firefox.
 */
/* line 1898, /app/vendor/assets/stylesheets/uikit.css */
.uk-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* Hover */
/* line 1903, /app/vendor/assets/stylesheets/uikit.css */
.uk-button:hover {
  /* 9 */
  text-decoration: none;
}

/* Focus */
/* line 1908, /app/vendor/assets/stylesheets/uikit.css */
.uk-button:focus {
  outline: none;
}

/* OnClick + Active */
/* Style modifiers
 ========================================================================== */
/*
 * Default
 */
/* line 1917, /app/vendor/assets/stylesheets/uikit.css */
.uk-button-default {
  background-color: transparent;
  color: #333;
  border: 1px solid #e5e5e5;
}

/* Hover + Focus */
/* line 1923, /app/vendor/assets/stylesheets/uikit.css */
.uk-button-default:hover,
.uk-button-default:focus {
  background-color: transparent;
  color: #333;
  border-color: #b2b2b2;
}

/* OnClick + Active */
/* line 1930, /app/vendor/assets/stylesheets/uikit.css */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: transparent;
  color: #333;
  border-color: #999999;
}

/*
 * Primary
 */
/* line 1939, /app/vendor/assets/stylesheets/uikit.css */
.uk-button-primary {
  background-color: #1e87f0;
  color: #fff;
  border: 1px solid transparent;
}

/* Hover + Focus */
/* line 1945, /app/vendor/assets/stylesheets/uikit.css */
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #0f7ae5;
  color: #fff;
}

/* OnClick + Active */
/* line 1951, /app/vendor/assets/stylesheets/uikit.css */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  background-color: #0e6dcd;
  color: #fff;
}

/*
 * Secondary
 */
/* line 1959, /app/vendor/assets/stylesheets/uikit.css */
.uk-button-secondary {
  background-color: #222;
  color: #fff;
  border: 1px solid transparent;
}

/* Hover + Focus */
/* line 1965, /app/vendor/assets/stylesheets/uikit.css */
.uk-button-secondary:hover,
.uk-button-secondary:focus {
  background-color: #151515;
  color: #fff;
}

/* OnClick + Active */
/* line 1971, /app/vendor/assets/stylesheets/uikit.css */
.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: #080808;
  color: #fff;
}

/*
 * Danger
 */
/* line 1979, /app/vendor/assets/stylesheets/uikit.css */
.uk-button-danger {
  background-color: #f0506e;
  color: #fff;
  border: 1px solid transparent;
}

/* Hover + Focus */
/* line 1985, /app/vendor/assets/stylesheets/uikit.css */
.uk-button-danger:hover,
.uk-button-danger:focus {
  background-color: #ee395b;
  color: #fff;
}

/* OnClick + Active */
/* line 1991, /app/vendor/assets/stylesheets/uikit.css */
.uk-button-danger:active,
.uk-button-danger.uk-active {
  background-color: #ec2147;
  color: #fff;
}

/*
 * Disabled
 * The same for all style modifiers
 */
/* line 2000, /app/vendor/assets/stylesheets/uikit.css */
.uk-button-primary:disabled,
.uk-button-default:disabled,
.uk-button-secondary:disabled,
.uk-button-danger:disabled {
  background-color: transparent;
  color: #999;
  border-color: #e5e5e5;
}

/* Size modifiers
 ========================================================================== */
/* line 2010, /app/vendor/assets/stylesheets/uikit.css */
.uk-button-small {
  padding: 0 15px;
  line-height: 28px;
  font-size: 0.875rem;
}

/* line 2015, /app/vendor/assets/stylesheets/uikit.css */
.uk-button-large {
  padding: 0 40px;
  line-height: 53px;
  font-size: 0.875rem;
}

/* Text modifiers
 ========================================================================== */
/*
 * Text
 * 1. Reset
 * 2. Style
 */
/* line 2027, /app/vendor/assets/stylesheets/uikit.css */
.uk-button-text {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  color: #333;
  position: relative;
}

/* line 2036, /app/vendor/assets/stylesheets/uikit.css */
.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 + Focus */
/* line 2046, /app/vendor/assets/stylesheets/uikit.css */
.uk-button-text:hover,
.uk-button-text:focus {
  color: #333;
}

/* line 2050, /app/vendor/assets/stylesheets/uikit.css */
.uk-button-text:hover::before,
.uk-button-text:focus::before {
  right: 0;
}

/* Disabled */
/* line 2055, /app/vendor/assets/stylesheets/uikit.css */
.uk-button-text:disabled {
  color: #999;
}

/* line 2058, /app/vendor/assets/stylesheets/uikit.css */
.uk-button-text:disabled::before {
  display: none;
}

/*
 * Link
 * 1. Reset
 * 2. Style
 */
/* line 2066, /app/vendor/assets/stylesheets/uikit.css */
.uk-button-link {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  color: #1e87f0;
}

/* Hover + Focus */
/* line 2075, /app/vendor/assets/stylesheets/uikit.css */
.uk-button-link:hover,
.uk-button-link:focus {
  color: #0f6ecd;
  text-decoration: underline;
}

/* Disabled */
/* line 2081, /app/vendor/assets/stylesheets/uikit.css */
.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
 */
/* line 2092, /app/vendor/assets/stylesheets/uikit.css */
.uk-button-group {
  /* 1 */
  display: inline-flex;
  /* 2 */
  vertical-align: middle;
  /* 3 */
  position: relative;
}

/* Group
     ========================================================================== */
/*
     * Collapse border
     */
/* line 2105, /app/vendor/assets/stylesheets/uikit.css */
.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
     */
/* line 2115, /app/vendor/assets/stylesheets/uikit.css */
.uk-button-group .uk-button:hover,
.uk-button-group .uk-button:focus,
.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
 */
/* line 2128, /app/vendor/assets/stylesheets/uikit.css */
.uk-section {
  box-sizing: border-box;
  /* 1 */
  padding-top: 40px;
  padding-bottom: 40px;
}

/* Desktop and bigger */
@media (min-width: 960px) {
  /* line 2136, /app/vendor/assets/stylesheets/uikit.css */
  .uk-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
/*
 * Micro clearfix
 */
/* line 2144, /app/vendor/assets/stylesheets/uikit.css */
.uk-section::before,
.uk-section::after {
  content: "";
  display: table;
}

/* line 2149, /app/vendor/assets/stylesheets/uikit.css */
.uk-section::after {
  clear: both;
}

/*
 * Remove margin from the last-child
 */
/* line 2155, /app/vendor/assets/stylesheets/uikit.css */
.uk-section > :last-child {
  margin-bottom: 0;
}

/* Size modifiers
 ========================================================================== */
/*
 * XSmall
 */
/* line 2163, /app/vendor/assets/stylesheets/uikit.css */
.uk-section-xsmall {
  padding-top: 20px;
  padding-bottom: 20px;
}

/*
 * Small
 */
/* line 2170, /app/vendor/assets/stylesheets/uikit.css */
.uk-section-small {
  padding-top: 40px;
  padding-bottom: 40px;
}

/*
 * Large
 */
/* line 2177, /app/vendor/assets/stylesheets/uikit.css */
.uk-section-large {
  padding-top: 70px;
  padding-bottom: 70px;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* line 2183, /app/vendor/assets/stylesheets/uikit.css */
  .uk-section-large {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
/*
 * XLarge
 */
/* line 2191, /app/vendor/assets/stylesheets/uikit.css */
.uk-section-xlarge {
  padding-top: 140px;
  padding-bottom: 140px;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* line 2197, /app/vendor/assets/stylesheets/uikit.css */
  .uk-section-xlarge {
    padding-top: 210px;
    padding-bottom: 210px;
  }
}
/* Style modifiers
 ========================================================================== */
/*
 * Default
 */
/* line 2207, /app/vendor/assets/stylesheets/uikit.css */
.uk-section-default {
  background: #fff;
}

/*
 * Muted
 */
/* line 2213, /app/vendor/assets/stylesheets/uikit.css */
.uk-section-muted {
  background: #f8f8f8;
}

/*
 * Primary
 */
/* line 2219, /app/vendor/assets/stylesheets/uikit.css */
.uk-section-primary {
  background: #1e87f0;
}

/*
 * Secondary
 */
/* line 2225, /app/vendor/assets/stylesheets/uikit.css */
.uk-section-secondary {
  background: #222;
}

/* 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.
 */
/* line 2241, /app/vendor/assets/stylesheets/uikit.css */
.uk-container {
  /* 1 */
  box-sizing: content-box;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  /* line 2252, /app/vendor/assets/stylesheets/uikit.css */
  .uk-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* line 2259, /app/vendor/assets/stylesheets/uikit.css */
  .uk-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
/*
 * Micro clearfix
 */
/* line 2267, /app/vendor/assets/stylesheets/uikit.css */
.uk-container::before,
.uk-container::after {
  content: "";
  display: table;
}

/* line 2272, /app/vendor/assets/stylesheets/uikit.css */
.uk-container::after {
  clear: both;
}

/*
 * Remove margin from the last-child
 */
/* line 2278, /app/vendor/assets/stylesheets/uikit.css */
.uk-container > :last-child {
  margin-bottom: 0;
}

/*
 * Remove padding from nested containers
 */
/* line 2284, /app/vendor/assets/stylesheets/uikit.css */
.uk-container .uk-container {
  padding-left: 0;
  padding-right: 0;
}

/* Size modifier
 ========================================================================== */
/* line 2290, /app/vendor/assets/stylesheets/uikit.css */
.uk-container-xsmall {
  max-width: 750px;
}

/* line 2293, /app/vendor/assets/stylesheets/uikit.css */
.uk-container-small {
  max-width: 900px;
}

/* line 2296, /app/vendor/assets/stylesheets/uikit.css */
.uk-container-large {
  max-width: 1600px;
}

/* line 2299, /app/vendor/assets/stylesheets/uikit.css */
.uk-container-expand {
  max-width: none;
}

/* Expand modifier
 ========================================================================== */
/*
 * Expand one side only
 */
/* line 2307, /app/vendor/assets/stylesheets/uikit.css */
.uk-container-expand-left {
  margin-left: 0;
}

/* line 2310, /app/vendor/assets/stylesheets/uikit.css */
.uk-container-expand-right {
  margin-right: 0;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  /* line 2315, /app/vendor/assets/stylesheets/uikit.css */
  .uk-container-expand-left.uk-container-xsmall,
  .uk-container-expand-right.uk-container-xsmall {
    max-width: calc(50% + (750px / 2) - 30px);
  }

  /* line 2319, /app/vendor/assets/stylesheets/uikit.css */
  .uk-container-expand-left.uk-container-small,
  .uk-container-expand-right.uk-container-small {
    max-width: calc(50% + (900px / 2) - 30px);
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* line 2326, /app/vendor/assets/stylesheets/uikit.css */
  .uk-container-expand-left,
  .uk-container-expand-right {
    max-width: calc(50% + (1200px / 2) - 40px);
  }

  /* line 2330, /app/vendor/assets/stylesheets/uikit.css */
  .uk-container-expand-left.uk-container-xsmall,
  .uk-container-expand-right.uk-container-xsmall {
    max-width: calc(50% + (750px / 2) - 40px);
  }

  /* line 2334, /app/vendor/assets/stylesheets/uikit.css */
  .uk-container-expand-left.uk-container-small,
  .uk-container-expand-right.uk-container-small {
    max-width: calc(50% + (900px / 2) - 40px);
  }

  /* line 2338, /app/vendor/assets/stylesheets/uikit.css */
  .uk-container-expand-left.uk-container-large,
  .uk-container-expand-right.uk-container-large {
    max-width: calc(50% + (1600px / 2) - 40px);
  }
}
/* Item
 ========================================================================== */
/*
 * Utility classes to reset container padding on the left or right side
 * Note: It has to be negative margin on the item, because it's specific to the item.
 */
/* line 2349, /app/vendor/assets/stylesheets/uikit.css */
.uk-container-item-padding-remove-left,
.uk-container-item-padding-remove-right {
  width: calc(100% + 15px);
}

/* line 2353, /app/vendor/assets/stylesheets/uikit.css */
.uk-container-item-padding-remove-left {
  margin-left: -15px;
}

/* line 2356, /app/vendor/assets/stylesheets/uikit.css */
.uk-container-item-padding-remove-right {
  margin-right: -15px;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  /* line 2361, /app/vendor/assets/stylesheets/uikit.css */
  .uk-container-item-padding-remove-left,
  .uk-container-item-padding-remove-right {
    width: calc(100% + 30px);
  }

  /* line 2365, /app/vendor/assets/stylesheets/uikit.css */
  .uk-container-item-padding-remove-left {
    margin-left: -30px;
  }

  /* line 2368, /app/vendor/assets/stylesheets/uikit.css */
  .uk-container-item-padding-remove-right {
    margin-right: -30px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* line 2374, /app/vendor/assets/stylesheets/uikit.css */
  .uk-container-item-padding-remove-left,
  .uk-container-item-padding-remove-right {
    width: calc(100% + 40px);
  }

  /* line 2378, /app/vendor/assets/stylesheets/uikit.css */
  .uk-container-item-padding-remove-left {
    margin-left: -40px;
  }

  /* line 2381, /app/vendor/assets/stylesheets/uikit.css */
  .uk-container-item-padding-remove-right {
    margin-right: -40px;
  }
}
/* ========================================================================
   Component: Grid
 ========================================================================== */
/*
 * 1. Allow cells to wrap into the next line
 * 2. Reset list
 */
/* line 2392, /app/vendor/assets/stylesheets/uikit.css */
.uk-grid {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
}

/*
 * Grid cell
 * Note: Space is allocated solely based on content dimensions, but shrinks: 0 1 auto
 * Reset margin for e.g. paragraphs
 */
/* line 2406, /app/vendor/assets/stylesheets/uikit.css */
.uk-grid > * {
  margin: 0;
}

/*
 * Remove margin from the last-child
 */
/* line 2412, /app/vendor/assets/stylesheets/uikit.css */
.uk-grid > * > :last-child {
  margin-bottom: 0;
}

/* Gutter
 ========================================================================== */
/*
 * Default
 */
/* Horizontal */
/* line 2421, /app/vendor/assets/stylesheets/uikit.css */
.uk-grid {
  margin-left: -30px;
}

/* line 2424, /app/vendor/assets/stylesheets/uikit.css */
.uk-grid > * {
  padding-left: 30px;
}

/* Vertical */
/* line 2428, /app/vendor/assets/stylesheets/uikit.css */
.uk-grid + .uk-grid,
.uk-grid > .uk-grid-margin,
* + .uk-grid-margin {
  margin-top: 30px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Horizontal */
  /* line 2436, /app/vendor/assets/stylesheets/uikit.css */
  .uk-grid {
    margin-left: -40px;
  }

  /* line 2439, /app/vendor/assets/stylesheets/uikit.css */
  .uk-grid > * {
    padding-left: 40px;
  }

  /* Vertical */
  /* line 2443, /app/vendor/assets/stylesheets/uikit.css */
  .uk-grid + .uk-grid,
  .uk-grid > .uk-grid-margin,
  * + .uk-grid-margin {
    margin-top: 40px;
  }
}
/*
 * Small
 */
/* Horizontal */
/* line 2453, /app/vendor/assets/stylesheets/uikit.css */
.uk-grid-small,
.uk-grid-column-small {
  margin-left: -15px;
}

/* line 2457, /app/vendor/assets/stylesheets/uikit.css */
.uk-grid-small > *,
.uk-grid-column-small > * {
  padding-left: 15px;
}

/* Vertical */
/* line 2462, /app/vendor/assets/stylesheets/uikit.css */
.uk-grid + .uk-grid-small,
.uk-grid + .uk-grid-row-small,
.uk-grid-small > .uk-grid-margin,
.uk-grid-row-small > .uk-grid-margin,
* + .uk-grid-margin-small {
  margin-top: 15px;
}

/*
 * Medium
 */
/* Horizontal */
/* line 2473, /app/vendor/assets/stylesheets/uikit.css */
.uk-grid-medium,
.uk-grid-column-medium {
  margin-left: -30px;
}

/* line 2477, /app/vendor/assets/stylesheets/uikit.css */
.uk-grid-medium > *,
.uk-grid-column-medium > * {
  padding-left: 30px;
}

/* Vertical */
/* line 2482, /app/vendor/assets/stylesheets/uikit.css */
.uk-grid + .uk-grid-medium,
.uk-grid + .uk-grid-row-medium,
.uk-grid-medium > .uk-grid-margin,
.uk-grid-row-medium > .uk-grid-margin,
* + .uk-grid-margin-medium {
  margin-top: 30px;
}

/*
 * Large
 */
/* Horizontal */
/* line 2493, /app/vendor/assets/stylesheets/uikit.css */
.uk-grid-large,
.uk-grid-column-large {
  margin-left: -40px;
}

/* line 2497, /app/vendor/assets/stylesheets/uikit.css */
.uk-grid-large > *,
.uk-grid-column-large > * {
  padding-left: 40px;
}

/* Vertical */
/* line 2502, /app/vendor/assets/stylesheets/uikit.css */
.uk-grid + .uk-grid-large,
.uk-grid + .uk-grid-row-large,
.uk-grid-large > .uk-grid-margin,
.uk-grid-row-large > .uk-grid-margin,
* + .uk-grid-margin-large {
  margin-top: 40px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Horizontal */
  /* line 2512, /app/vendor/assets/stylesheets/uikit.css */
  .uk-grid-large,
  .uk-grid-column-large {
    margin-left: -70px;
  }

  /* line 2516, /app/vendor/assets/stylesheets/uikit.css */
  .uk-grid-large > *,
  .uk-grid-column-large > * {
    padding-left: 70px;
  }

  /* Vertical */
  /* line 2521, /app/vendor/assets/stylesheets/uikit.css */
  .uk-grid + .uk-grid-large,
  .uk-grid + .uk-grid-row-large,
  .uk-grid-large > .uk-grid-margin,
  .uk-grid-row-large > .uk-grid-margin,
  * + .uk-grid-margin-large {
    margin-top: 70px;
  }
}
/*
 * Collapse
 */
/* Horizontal */
/* line 2533, /app/vendor/assets/stylesheets/uikit.css */
.uk-grid-collapse,
.uk-grid-column-collapse {
  margin-left: 0;
}

/* line 2537, /app/vendor/assets/stylesheets/uikit.css */
.uk-grid-collapse > *,
.uk-grid-column-collapse > * {
  padding-left: 0;
}

/* Vertical */
/* line 2542, /app/vendor/assets/stylesheets/uikit.css */
.uk-grid + .uk-grid-collapse,
.uk-grid + .uk-grid-row-collapse,
.uk-grid-collapse > .uk-grid-margin,
.uk-grid-row-collapse > .uk-grid-margin {
  margin-top: 0;
}

/* Divider
 ========================================================================== */
/* line 2550, /app/vendor/assets/stylesheets/uikit.css */
.uk-grid-divider > * {
  position: relative;
}

/* line 2553, /app/vendor/assets/stylesheets/uikit.css */
.uk-grid-divider > :not(.uk-first-column)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  border-left: 1px solid #e5e5e5;
}

/* Vertical */
/* line 2561, /app/vendor/assets/stylesheets/uikit.css */
.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border-top: 1px solid #e5e5e5;
}

/*
 * Default
 */
/* Horizontal */
/* line 2572, /app/vendor/assets/stylesheets/uikit.css */
.uk-grid-divider {
  margin-left: -60px;
}

/* line 2575, /app/vendor/assets/stylesheets/uikit.css */
.uk-grid-divider > * {
  padding-left: 60px;
}

/* line 2578, /app/vendor/assets/stylesheets/uikit.css */
.uk-grid-divider > :not(.uk-first-column)::before {
  left: 30px;
}

/* Vertical */
/* line 2582, /app/vendor/assets/stylesheets/uikit.css */
.uk-grid-divider.uk-grid-stack > .uk-grid-margin {
  margin-top: 60px;
}

/* line 2585, /app/vendor/assets/stylesheets/uikit.css */
.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  top: -30px;
  left: 60px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Horizontal */
  /* line 2592, /app/vendor/assets/stylesheets/uikit.css */
  .uk-grid-divider {
    margin-left: -80px;
  }

  /* line 2595, /app/vendor/assets/stylesheets/uikit.css */
  .uk-grid-divider > * {
    padding-left: 80px;
  }

  /* line 2598, /app/vendor/assets/stylesheets/uikit.css */
  .uk-grid-divider > :not(.uk-first-column)::before {
    left: 40px;
  }

  /* Vertical */
  /* line 2602, /app/vendor/assets/stylesheets/uikit.css */
  .uk-grid-divider.uk-grid-stack > .uk-grid-margin {
    margin-top: 80px;
  }

  /* line 2605, /app/vendor/assets/stylesheets/uikit.css */
  .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
    top: -40px;
    left: 80px;
  }
}
/*
 * Small
 */
/* Horizontal */
/* line 2614, /app/vendor/assets/stylesheets/uikit.css */
.uk-grid-divider.uk-grid-small,
.uk-grid-divider.uk-grid-column-small {
  margin-left: -30px;
}

/* line 2618, /app/vendor/assets/stylesheets/uikit.css */
.uk-grid-divider.uk-grid-small > *,
.uk-grid-divider.uk-grid-column-small > * {
  padding-left: 30px;
}

/* line 2622, /app/vendor/assets/stylesheets/uikit.css */
.uk-grid-divider.uk-grid-small > :not(.uk-first-column)::before,
.uk-grid-divider.uk-grid-column-small > :not(.uk-first-column)::before {
  left: 15px;
}

/* Vertical */
/* line 2627, /app/vendor/assets/stylesheets/uikit.css */
.uk-grid-divider.uk-grid-small.uk-grid-stack > .uk-grid-margin,
.uk-grid-divider.uk-grid-row-small.uk-grid-stack > .uk-grid-margin {
  margin-top: 30px;
}

/* line 2631, /app/vendor/assets/stylesheets/uikit.css */
.uk-grid-divider.uk-grid-small.uk-grid-stack > .uk-grid-margin::before {
  top: -15px;
  left: 30px;
}

/* line 2635, /app/vendor/assets/stylesheets/uikit.css */
.uk-grid-divider.uk-grid-row-small.uk-grid-stack > .uk-grid-margin::before {
  top: -15px;
}

/* line 2638, /app/vendor/assets/stylesheets/uikit.css */
.uk-grid-divider.uk-grid-column-small.uk-grid-stack > .uk-grid-margin::before {
  left: 30px;
}

/*
 * Medium
 */
/* Horizontal */
/* line 2645, /app/vendor/assets/stylesheets/uikit.css */
.uk-grid-divider.uk-grid-medium,
.uk-grid-divider.uk-grid-column-medium {
  margin-left: -60px;
}

/* line 2649, /app/vendor/assets/stylesheets/uikit.css */
.uk-grid-divider.uk-grid-medium > *,
.uk-grid-divider.uk-grid-column-medium > * {
  padding-left: 60px;
}

/* line 2653, /app/vendor/assets/stylesheets/uikit.css */
.uk-grid-divider.uk-grid-medium > :not(.uk-first-column)::before,
.uk-grid-divider.uk-grid-column-medium > :not(.uk-first-column)::before {
  left: 30px;
}

/* Vertical */
/* line 2658, /app/vendor/assets/stylesheets/uikit.css */
.uk-grid-divider.uk-grid-medium.uk-grid-stack > .uk-grid-margin,
.uk-grid-divider.uk-grid-row-medium.uk-grid-stack > .uk-grid-margin {
  margin-top: 60px;
}

/* line 2662, /app/vendor/assets/stylesheets/uikit.css */
.uk-grid-divider.uk-grid-medium.uk-grid-stack > .uk-grid-margin::before {
  top: -30px;
  left: 60px;
}

/* line 2666, /app/vendor/assets/stylesheets/uikit.css */
.uk-grid-divider.uk-grid-row-medium.uk-grid-stack > .uk-grid-margin::before {
  top: -30px;
}

/* line 2669, /app/vendor/assets/stylesheets/uikit.css */
.uk-grid-divider.uk-grid-column-medium.uk-grid-stack > .uk-grid-margin::before {
  left: 60px;
}

/*
 * Large
 */
/* Horizontal */
/* line 2676, /app/vendor/assets/stylesheets/uikit.css */
.uk-grid-divider.uk-grid-large,
.uk-grid-divider.uk-grid-column-large {
  margin-left: -80px;
}

/* line 2680, /app/vendor/assets/stylesheets/uikit.css */
.uk-grid-divider.uk-grid-large > *,
.uk-grid-divider.uk-grid-column-large > * {
  padding-left: 80px;
}

/* line 2684, /app/vendor/assets/stylesheets/uikit.css */
.uk-grid-divider.uk-grid-large > :not(.uk-first-column)::before,
.uk-grid-divider.uk-grid-column-large > :not(.uk-first-column)::before {
  left: 40px;
}

/* Vertical */
/* line 2689, /app/vendor/assets/stylesheets/uikit.css */
.uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin,
.uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin {
  margin-top: 80px;
}

/* line 2693, /app/vendor/assets/stylesheets/uikit.css */
.uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin::before {
  top: -40px;
  left: 80px;
}

/* line 2697, /app/vendor/assets/stylesheets/uikit.css */
.uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin::before {
  top: -40px;
}

/* line 2700, /app/vendor/assets/stylesheets/uikit.css */
.uk-grid-divider.uk-grid-column-large.uk-grid-stack > .uk-grid-margin::before {
  left: 80px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Horizontal */
  /* line 2706, /app/vendor/assets/stylesheets/uikit.css */
  .uk-grid-divider.uk-grid-large,
  .uk-grid-divider.uk-grid-column-large {
    margin-left: -140px;
  }

  /* line 2710, /app/vendor/assets/stylesheets/uikit.css */
  .uk-grid-divider.uk-grid-large > *,
  .uk-grid-divider.uk-grid-column-large > * {
    padding-left: 140px;
  }

  /* line 2714, /app/vendor/assets/stylesheets/uikit.css */
  .uk-grid-divider.uk-grid-large > :not(.uk-first-column)::before,
  .uk-grid-divider.uk-grid-column-large > :not(.uk-first-column)::before {
    left: 70px;
  }

  /* Vertical */
  /* line 2719, /app/vendor/assets/stylesheets/uikit.css */
  .uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin,
  .uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin {
    margin-top: 140px;
  }

  /* line 2723, /app/vendor/assets/stylesheets/uikit.css */
  .uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin::before {
    top: -70px;
    left: 140px;
  }

  /* line 2727, /app/vendor/assets/stylesheets/uikit.css */
  .uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin::before {
    top: -70px;
  }

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

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

/* ========================================================================
   Component: Tile
 ========================================================================== */
/* line 2759, /app/vendor/assets/stylesheets/uikit.css */
.uk-tile {
  position: relative;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 40px;
  padding-bottom: 40px;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  /* line 2769, /app/vendor/assets/stylesheets/uikit.css */
  .uk-tile {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* line 2776, /app/vendor/assets/stylesheets/uikit.css */
  .uk-tile {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
/*
 * Micro clearfix
 */
/* line 2786, /app/vendor/assets/stylesheets/uikit.css */
.uk-tile::before,
.uk-tile::after {
  content: "";
  display: table;
}

/* line 2791, /app/vendor/assets/stylesheets/uikit.css */
.uk-tile::after {
  clear: both;
}

/*
 * Remove margin from the last-child
 */
/* line 2797, /app/vendor/assets/stylesheets/uikit.css */
.uk-tile > :last-child {
  margin-bottom: 0;
}

/* Size modifiers
 ========================================================================== */
/*
 * XSmall
 */
/* line 2805, /app/vendor/assets/stylesheets/uikit.css */
.uk-tile-xsmall {
  padding-top: 20px;
  padding-bottom: 20px;
}

/*
 * Small
 */
/* line 2812, /app/vendor/assets/stylesheets/uikit.css */
.uk-tile-small {
  padding-top: 40px;
  padding-bottom: 40px;
}

/*
 * Large
 */
/* line 2819, /app/vendor/assets/stylesheets/uikit.css */
.uk-tile-large {
  padding-top: 70px;
  padding-bottom: 70px;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* line 2825, /app/vendor/assets/stylesheets/uikit.css */
  .uk-tile-large {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
/*
 * XLarge
 */
/* line 2833, /app/vendor/assets/stylesheets/uikit.css */
.uk-tile-xlarge {
  padding-top: 140px;
  padding-bottom: 140px;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* line 2839, /app/vendor/assets/stylesheets/uikit.css */
  .uk-tile-xlarge {
    padding-top: 210px;
    padding-bottom: 210px;
  }
}
/* Style modifiers
 ========================================================================== */
/*
 * Default
 */
/* line 2849, /app/vendor/assets/stylesheets/uikit.css */
.uk-tile-default {
  background: #fff;
}

/*
 * Muted
 */
/* line 2855, /app/vendor/assets/stylesheets/uikit.css */
.uk-tile-muted {
  background: #f8f8f8;
}

/*
 * Primary
 */
/* line 2861, /app/vendor/assets/stylesheets/uikit.css */
.uk-tile-primary {
  background: #1e87f0;
}

/*
 * Secondary
 */
/* line 2867, /app/vendor/assets/stylesheets/uikit.css */
.uk-tile-secondary {
  background: #222;
}

/* ========================================================================
   Component: Card
 ========================================================================== */
/* line 2873, /app/vendor/assets/stylesheets/uikit.css */
.uk-card {
  position: relative;
  box-sizing: border-box;
  transition: box-shadow 0.1s ease-in-out;
}

/* Sections
 ========================================================================== */
/* line 2880, /app/vendor/assets/stylesheets/uikit.css */
.uk-card-body {
  padding: 30px 30px;
}

/* line 2883, /app/vendor/assets/stylesheets/uikit.css */
.uk-card-header {
  padding: 15px 30px;
}

/* line 2886, /app/vendor/assets/stylesheets/uikit.css */
.uk-card-footer {
  padding: 15px 30px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* line 2891, /app/vendor/assets/stylesheets/uikit.css */
  .uk-card-body {
    padding: 40px 40px;
  }

  /* line 2894, /app/vendor/assets/stylesheets/uikit.css */
  .uk-card-header {
    padding: 20px 40px;
  }

  /* line 2897, /app/vendor/assets/stylesheets/uikit.css */
  .uk-card-footer {
    padding: 20px 40px;
  }
}
/*
 * Micro clearfix
 */
/* line 2904, /app/vendor/assets/stylesheets/uikit.css */
.uk-card-body::before,
.uk-card-body::after,
.uk-card-header::before,
.uk-card-header::after,
.uk-card-footer::before,
.uk-card-footer::after {
  content: "";
  display: table;
}

/* line 2913, /app/vendor/assets/stylesheets/uikit.css */
.uk-card-body::after,
.uk-card-header::after,
.uk-card-footer::after {
  clear: both;
}

/*
 * Remove margin from the last-child
 */
/* line 2921, /app/vendor/assets/stylesheets/uikit.css */
.uk-card-body > :last-child,
.uk-card-header > :last-child,
.uk-card-footer > :last-child {
  margin-bottom: 0;
}

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

/* Badge
 ========================================================================== */
/* line 2940, /app/vendor/assets/stylesheets/uikit.css */
.uk-card-badge {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1;
}

/*
 * Remove margin from adjacent element
 */
/* line 2949, /app/vendor/assets/stylesheets/uikit.css */
.uk-card-badge:first-child + * {
  margin-top: 0;
}

/* Hover modifier
 ========================================================================== */
/* line 2954, /app/vendor/assets/stylesheets/uikit.css */
.uk-card-hover:not(.uk-card-default):not(.uk-card-primary):not(.uk-card-secondary):hover {
  background: #fff;
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

/* Style modifiers
 ========================================================================== */
/*
 * Default
 * Note: Header and Footer are only implemented for the default style
 */
/* line 2964, /app/vendor/assets/stylesheets/uikit.css */
.uk-card-default {
  background: #fff;
  color: #666;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

/* line 2969, /app/vendor/assets/stylesheets/uikit.css */
.uk-card-default .uk-card-title {
  color: #333;
}

/* line 2972, /app/vendor/assets/stylesheets/uikit.css */
.uk-card-default.uk-card-hover:hover {
  background-color: #fff;
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

/* line 2976, /app/vendor/assets/stylesheets/uikit.css */
.uk-card-default .uk-card-header {
  border-bottom: 1px solid #e5e5e5;
}

/* line 2979, /app/vendor/assets/stylesheets/uikit.css */
.uk-card-default .uk-card-footer {
  border-top: 1px solid #e5e5e5;
}

/*
 * Primary
 */
/* line 2985, /app/vendor/assets/stylesheets/uikit.css */
.uk-card-primary {
  background: #1e87f0;
  color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

/* line 2990, /app/vendor/assets/stylesheets/uikit.css */
.uk-card-primary .uk-card-title {
  color: #fff;
}

/* line 2993, /app/vendor/assets/stylesheets/uikit.css */
.uk-card-primary.uk-card-hover:hover {
  background-color: #1e87f0;
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

/*
 * Secondary
 */
/* line 3000, /app/vendor/assets/stylesheets/uikit.css */
.uk-card-secondary {
  background: #222;
  color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

/* line 3005, /app/vendor/assets/stylesheets/uikit.css */
.uk-card-secondary .uk-card-title {
  color: #fff;
}

/* line 3008, /app/vendor/assets/stylesheets/uikit.css */
.uk-card-secondary.uk-card-hover:hover {
  background-color: #222;
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

/* Size modifier
 ========================================================================== */
/*
 * Small
 */
/* line 3017, /app/vendor/assets/stylesheets/uikit.css */
.uk-card-small.uk-card-body,
.uk-card-small .uk-card-body {
  padding: 20px 20px;
}

/* line 3021, /app/vendor/assets/stylesheets/uikit.css */
.uk-card-small .uk-card-header {
  padding: 13px 20px;
}

/* line 3024, /app/vendor/assets/stylesheets/uikit.css */
.uk-card-small .uk-card-footer {
  padding: 13px 20px;
}

/*
 * Large
 */
/* Desktop and bigger */
@media (min-width: 1200px) {
  /* line 3032, /app/vendor/assets/stylesheets/uikit.css */
  .uk-card-large.uk-card-body,
  .uk-card-large .uk-card-body {
    padding: 70px 70px;
  }

  /* line 3036, /app/vendor/assets/stylesheets/uikit.css */
  .uk-card-large .uk-card-header {
    padding: 35px 70px;
  }

  /* line 3039, /app/vendor/assets/stylesheets/uikit.css */
  .uk-card-large .uk-card-footer {
    padding: 35px 70px;
  }
}
/*
     * Default
     */
/* line 3046, /app/vendor/assets/stylesheets/uikit.css */
.uk-card-body > .uk-nav-default {
  margin-left: -30px;
  margin-right: -30px;
}

/* line 3050, /app/vendor/assets/stylesheets/uikit.css */
.uk-card-body > .uk-nav-default:only-child {
  margin-top: -15px;
  margin-bottom: -15px;
}

/* line 3054, /app/vendor/assets/stylesheets/uikit.css */
.uk-card-body .uk-nav-default > li > a,
.uk-card-body .uk-nav-default .uk-nav-header,
.uk-card-body .uk-nav-default .uk-nav-divider {
  padding-left: 30px;
  padding-right: 30px;
}

/* line 3060, /app/vendor/assets/stylesheets/uikit.css */
.uk-card-body .uk-nav-default .uk-nav-sub {
  padding-left: 45px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* line 3065, /app/vendor/assets/stylesheets/uikit.css */
  .uk-card-body > .uk-nav-default {
    margin-left: -40px;
    margin-right: -40px;
  }

  /* line 3069, /app/vendor/assets/stylesheets/uikit.css */
  .uk-card-body > .uk-nav-default:only-child {
    margin-top: -25px;
    margin-bottom: -25px;
  }

  /* line 3073, /app/vendor/assets/stylesheets/uikit.css */
  .uk-card-body .uk-nav-default > li > a,
  .uk-card-body .uk-nav-default .uk-nav-header,
  .uk-card-body .uk-nav-default .uk-nav-divider {
    padding-left: 40px;
    padding-right: 40px;
  }

  /* line 3079, /app/vendor/assets/stylesheets/uikit.css */
  .uk-card-body .uk-nav-default .uk-nav-sub {
    padding-left: 55px;
  }
}
/*
     * Small
     */
/* line 3086, /app/vendor/assets/stylesheets/uikit.css */
.uk-card-small > .uk-nav-default {
  margin-left: -20px;
  margin-right: -20px;
}

/* line 3090, /app/vendor/assets/stylesheets/uikit.css */
.uk-card-small > .uk-nav-default:only-child {
  margin-top: -5px;
  margin-bottom: -5px;
}

/* line 3094, /app/vendor/assets/stylesheets/uikit.css */
.uk-card-small .uk-nav-default > li > a,
.uk-card-small .uk-nav-default .uk-nav-header,
.uk-card-small .uk-nav-default .uk-nav-divider {
  padding-left: 20px;
  padding-right: 20px;
}

/* line 3100, /app/vendor/assets/stylesheets/uikit.css */
.uk-card-small .uk-nav-default .uk-nav-sub {
  padding-left: 35px;
}

/*
     * Large
     */
/* Desktop and bigger */
@media (min-width: 1200px) {
  /* line 3108, /app/vendor/assets/stylesheets/uikit.css */
  .uk-card-large > .uk-nav-default {
    margin: 0;
  }

  /* line 3111, /app/vendor/assets/stylesheets/uikit.css */
  .uk-card-large > .uk-nav-default:only-child {
    margin: 0;
  }

  /* line 3114, /app/vendor/assets/stylesheets/uikit.css */
  .uk-card-large .uk-nav-default > li > a,
  .uk-card-large .uk-nav-default .uk-nav-header,
  .uk-card-large .uk-nav-default .uk-nav-divider {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 3120, /app/vendor/assets/stylesheets/uikit.css */
  .uk-card-large .uk-nav-default .uk-nav-sub {
    padding-left: 15px;
  }
}
/* ========================================================================
   Component: Close
 ========================================================================== */
/*
 * Adopts `uk-icon`
 */
/* line 3130, /app/vendor/assets/stylesheets/uikit.css */
.uk-close {
  color: #999;
  transition: 0.1s ease-in-out;
  transition-property: color, opacity;
}

/* Hover + Focus */
/* line 3136, /app/vendor/assets/stylesheets/uikit.css */
.uk-close:hover,
.uk-close:focus {
  color: #666;
  outline: none;
}

/* ========================================================================
   Component: Spinner
 ========================================================================== */
/*
 * Adopts `uk-icon`
 */
/* SVG
 ========================================================================== */
/* line 3149, /app/vendor/assets/stylesheets/uikit.css */
.uk-spinner > * {
  animation: uk-spinner-rotate 1.4s linear infinite;
}

@keyframes uk-spinner-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
/*
 * Circle
 */
/* line 3163, /app/vendor/assets/stylesheets/uikit.css */
.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: Totop
 ========================================================================== */
/*
 * Addopts `uk-icon`
 */
/* line 3190, /app/vendor/assets/stylesheets/uikit.css */
.uk-totop {
  padding: 5px;
  color: #999;
  transition: color 0.1s ease-in-out;
}

/* Hover + Focus */
/* line 3196, /app/vendor/assets/stylesheets/uikit.css */
.uk-totop:hover,
.uk-totop:focus {
  color: #666;
  outline: none;
}

/* OnClick */
/* line 3202, /app/vendor/assets/stylesheets/uikit.css */
.uk-totop:active {
  color: #333;
}

/* ========================================================================
   Component: Marker
 ========================================================================== */
/*
 * Addopts `uk-icon`
 */
/* line 3211, /app/vendor/assets/stylesheets/uikit.css */
.uk-marker {
  padding: 5px;
  background: #222;
  color: #fff;
  border-radius: 500px;
}

/* Hover + Focus */
/* line 3218, /app/vendor/assets/stylesheets/uikit.css */
.uk-marker:hover,
.uk-marker:focus {
  color: #fff;
  outline: none;
}

/* ========================================================================
   Component: Alert
 ========================================================================== */
/* line 3226, /app/vendor/assets/stylesheets/uikit.css */
.uk-alert {
  position: relative;
  margin-bottom: 20px;
  padding: 15px 29px 15px 15px;
  background: #f8f8f8;
  color: #666;
}

/* Add margin if adjacent element */
/* line 3234, /app/vendor/assets/stylesheets/uikit.css */
* + .uk-alert {
  margin-top: 20px;
}

/*
 * Remove margin from the last-child
 */
/* line 3240, /app/vendor/assets/stylesheets/uikit.css */
.uk-alert > :last-child {
  margin-bottom: 0;
}

/* Close
 * Adopts `uk-close`
 ========================================================================== */
/* line 3246, /app/vendor/assets/stylesheets/uikit.css */
.uk-alert-close {
  position: absolute;
  top: 20px;
  right: 15px;
  color: inherit;
  opacity: 0.4;
}

/*
 * Remove margin from adjacent element
 */
/* line 3256, /app/vendor/assets/stylesheets/uikit.css */
.uk-alert-close:first-child + * {
  margin-top: 0;
}

/*
 * Hover + Focus
 */
/* line 3262, /app/vendor/assets/stylesheets/uikit.css */
.uk-alert-close:hover,
.uk-alert-close:focus {
  color: inherit;
  opacity: 0.8;
}

/* Style modifiers
 ========================================================================== */
/*
 * Primary
 */
/* line 3272, /app/vendor/assets/stylesheets/uikit.css */
.uk-alert-primary {
  background: #d8eafc;
  color: #1e87f0;
}

/*
 * Success
 */
/* line 3279, /app/vendor/assets/stylesheets/uikit.css */
.uk-alert-success {
  background: #edfbf6;
  color: #32d296;
}

/*
 * Warning
 */
/* line 3286, /app/vendor/assets/stylesheets/uikit.css */
.uk-alert-warning {
  background: #fff6ee;
  color: #faa05a;
}

/*
 * Danger
 */
/* line 3293, /app/vendor/assets/stylesheets/uikit.css */
.uk-alert-danger {
  background: #fef4f6;
  color: #f0506e;
}

/*
     * Content
     */
/* line 3300, /app/vendor/assets/stylesheets/uikit.css */
.uk-alert h1,
.uk-alert h2,
.uk-alert h3,
.uk-alert h4,
.uk-alert h5,
.uk-alert h6 {
  color: inherit;
}

/* line 3308, /app/vendor/assets/stylesheets/uikit.css */
.uk-alert a:not([class]) {
  color: inherit;
  text-decoration: underline;
}

/* line 3312, /app/vendor/assets/stylesheets/uikit.css */
.uk-alert a:not([class]):hover {
  color: inherit;
  text-decoration: underline;
}

/* ========================================================================
   Component: Badge
 ========================================================================== */
/*
 * 1. Style
 * 2. Center child vertically and horizontally
 */
/* line 3323, /app/vendor/assets/stylesheets/uikit.css */
.uk-badge {
  box-sizing: border-box;
  min-width: 22px;
  height: 22px;
  padding: 0 5px;
  border-radius: 500px;
  vertical-align: middle;
  /* 1 */
  background: #1e87f0;
  color: #fff;
  font-size: 0.875rem;
  /* 2 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

/*
 * Required for `a`
 */
/* line 3342, /app/vendor/assets/stylesheets/uikit.css */
.uk-badge:hover,
.uk-badge:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
}

/* ========================================================================
   Component: Label
 ========================================================================== */
/* line 3351, /app/vendor/assets/stylesheets/uikit.css */
.uk-label {
  display: inline-block;
  padding: 0 10px;
  background: #1e87f0;
  line-height: 1.5;
  font-size: 0.875rem;
  color: #fff;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 2px;
  text-transform: uppercase;
}

/* Color modifiers
 ========================================================================== */
/*
 * Success
 */
/* line 3368, /app/vendor/assets/stylesheets/uikit.css */
.uk-label-success {
  background-color: #32d296;
  color: #fff;
}

/*
 * Warning
 */
/* line 3375, /app/vendor/assets/stylesheets/uikit.css */
.uk-label-warning {
  background-color: #faa05a;
  color: #fff;
}

/*
 * Danger
 */
/* line 3382, /app/vendor/assets/stylesheets/uikit.css */
.uk-label-danger {
  background-color: #f0506e;
  color: #fff;
}

/* ========================================================================
   Component: Overlay
 ========================================================================== */
/* line 3389, /app/vendor/assets/stylesheets/uikit.css */
.uk-overlay {
  padding: 30px 30px;
}

/*
 * Remove margin from the last-child
 */
/* line 3395, /app/vendor/assets/stylesheets/uikit.css */
.uk-overlay > :last-child {
  margin-bottom: 0;
}

/* Icon
 ========================================================================== */
/* Style modifiers
 ========================================================================== */
/*
 * Default
 */
/* line 3405, /app/vendor/assets/stylesheets/uikit.css */
.uk-overlay-default {
  background: rgba(255, 255, 255, 0.8);
}

/*
 * Primary
 */
/* line 3411, /app/vendor/assets/stylesheets/uikit.css */
.uk-overlay-primary {
  background: rgba(34, 34, 34, 0.8);
}

/* ========================================================================
   Component: Article
 ========================================================================== */
/*
 * Micro clearfix
 */
/* line 3420, /app/vendor/assets/stylesheets/uikit.css */
.uk-article::before,
.uk-article::after {
  content: "";
  display: table;
}

/* line 3425, /app/vendor/assets/stylesheets/uikit.css */
.uk-article::after {
  clear: both;
}

/*
 * Remove margin from the last-child
 */
/* line 3431, /app/vendor/assets/stylesheets/uikit.css */
.uk-article > :last-child {
  margin-bottom: 0;
}

/* Adjacent sibling
 ========================================================================== */
/* line 3436, /app/vendor/assets/stylesheets/uikit.css */
.uk-article + .uk-article {
  margin-top: 70px;
}

/* Title
 ========================================================================== */
/* line 3441, /app/vendor/assets/stylesheets/uikit.css */
.uk-article-title {
  font-size: 2.23125rem;
  line-height: 1.2;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* line 3447, /app/vendor/assets/stylesheets/uikit.css */
  .uk-article-title {
    font-size: 2.625rem;
  }
}
/* Meta
 ========================================================================== */
/* line 3453, /app/vendor/assets/stylesheets/uikit.css */
.uk-article-meta {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #999;
}

/* line 3458, /app/vendor/assets/stylesheets/uikit.css */
.uk-article-meta a {
  color: #999;
}

/* line 3461, /app/vendor/assets/stylesheets/uikit.css */
.uk-article-meta a:hover {
  color: #666;
  text-decoration: none;
}

/* ========================================================================
   Component: Comment
 ========================================================================== */
/* Sections
 ========================================================================== */
/* line 3470, /app/vendor/assets/stylesheets/uikit.css */
.uk-comment-body {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

/* line 3474, /app/vendor/assets/stylesheets/uikit.css */
.uk-comment-header {
  margin-bottom: 20px;
}

/*
 * Micro clearfix
 */
/* line 3480, /app/vendor/assets/stylesheets/uikit.css */
.uk-comment-body::before,
.uk-comment-body::after,
.uk-comment-header::before,
.uk-comment-header::after {
  content: "";
  display: table;
}

/* line 3487, /app/vendor/assets/stylesheets/uikit.css */
.uk-comment-body::after,
.uk-comment-header::after {
  clear: both;
}

/*
 * Remove margin from the last-child
 */
/* line 3494, /app/vendor/assets/stylesheets/uikit.css */
.uk-comment-body > :last-child,
.uk-comment-header > :last-child {
  margin-bottom: 0;
}

/* Title
 ========================================================================== */
/* line 3500, /app/vendor/assets/stylesheets/uikit.css */
.uk-comment-title {
  font-size: 1.25rem;
  line-height: 1.4;
}

/* Meta
 ========================================================================== */
/* line 3506, /app/vendor/assets/stylesheets/uikit.css */
.uk-comment-meta {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #999;
}

/* Avatar
 ========================================================================== */
/* List
 ========================================================================== */
/* line 3515, /app/vendor/assets/stylesheets/uikit.css */
.uk-comment-list {
  padding: 0;
  list-style: none;
}

/* Adjacent siblings */
/* line 3520, /app/vendor/assets/stylesheets/uikit.css */
.uk-comment-list > :nth-child(n+2) {
  margin-top: 70px;
}

/*
 * Sublists
 * Note: General sibling selector allows reply block between comment and sublist
 */
/* line 3527, /app/vendor/assets/stylesheets/uikit.css */
.uk-comment-list .uk-comment ~ ul {
  margin: 70px 0 0 0;
  padding-left: 30px;
  list-style: none;
}

/* Tablet and bigger */
@media (min-width: 960px) {
  /* line 3534, /app/vendor/assets/stylesheets/uikit.css */
  .uk-comment-list .uk-comment ~ ul {
    padding-left: 100px;
  }
}
/* Adjacent siblings */
/* line 3539, /app/vendor/assets/stylesheets/uikit.css */
.uk-comment-list .uk-comment ~ ul > :nth-child(n+2) {
  margin-top: 70px;
}

/* Style modifier
 ========================================================================== */
/* line 3544, /app/vendor/assets/stylesheets/uikit.css */
.uk-comment-primary {
  padding: 30px;
  background-color: #f8f8f8;
}

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

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

/*
 * Removes placeholder transparency in Firefox.
 */
/* line 3579, /app/vendor/assets/stylesheets/uikit.css */
.uk-search-input::-moz-placeholder {
  opacity: 1;
}

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

/* line 3614, /app/vendor/assets/stylesheets/uikit.css */
.uk-search-input:focus {
  outline: none;
}

/* Placeholder */
/* line 3618, /app/vendor/assets/stylesheets/uikit.css */
.uk-search-input:-ms-input-placeholder {
  color: #999 !important;
}

/* line 3621, /app/vendor/assets/stylesheets/uikit.css */
.uk-search-input::placeholder {
  color: #999;
}

/* Icon (Adopts `uk-icon`)
 ========================================================================== */
/*
 * Remove default focus style
 */
/* line 3629, /app/vendor/assets/stylesheets/uikit.css */
.uk-search-icon:focus {
  outline: none;
}

/*
 * Position above input
 * 1. Set position
 * 2. Center icon vertically and horizontally
 * 3. Style
 */
/* line 3638, /app/vendor/assets/stylesheets/uikit.css */
.uk-search .uk-search-icon {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  /* 2 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  /* 3 */
  color: #999;
}

/*
 * Required for `a`.
 */
/* line 3654, /app/vendor/assets/stylesheets/uikit.css */
.uk-search .uk-search-icon:hover {
  color: #999;
}

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

/*
 * Position modifier
 */
/* line 3666, /app/vendor/assets/stylesheets/uikit.css */
.uk-search .uk-search-icon-flip {
  right: 0;
  left: auto;
}

/* Default modifier
 ========================================================================== */
/* line 3672, /app/vendor/assets/stylesheets/uikit.css */
.uk-search-default {
  width: 180px;
}

/*
 * Input
 */
/* line 3678, /app/vendor/assets/stylesheets/uikit.css */
.uk-search-default .uk-search-input {
  height: 40px;
  padding-left: 6px;
  padding-right: 6px;
  background: transparent;
  border: 1px solid #e5e5e5;
}

/* Focus */
/* line 3686, /app/vendor/assets/stylesheets/uikit.css */
.uk-search-default .uk-search-input:focus {
  background-color: transparent;
}

/*
 * Icon
 */
/* line 3692, /app/vendor/assets/stylesheets/uikit.css */
.uk-search-default .uk-search-icon {
  width: 40px;
}

/* line 3695, /app/vendor/assets/stylesheets/uikit.css */
.uk-search-default .uk-search-icon:not(.uk-search-icon-flip) ~ .uk-search-input {
  padding-left: 40px;
}

/* line 3698, /app/vendor/assets/stylesheets/uikit.css */
.uk-search-default .uk-search-icon-flip ~ .uk-search-input {
  padding-right: 40px;
}

/* Navbar modifier
 ========================================================================== */
/* line 3703, /app/vendor/assets/stylesheets/uikit.css */
.uk-search-navbar {
  width: 400px;
}

/*
 * Input
 */
/* line 3709, /app/vendor/assets/stylesheets/uikit.css */
.uk-search-navbar .uk-search-input {
  height: 40px;
  background: transparent;
  font-size: 1.5rem;
}

/*
 * Icon
 */
/* line 3717, /app/vendor/assets/stylesheets/uikit.css */
.uk-search-navbar .uk-search-icon {
  width: 40px;
}

/* line 3720, /app/vendor/assets/stylesheets/uikit.css */
.uk-search-navbar .uk-search-icon:not(.uk-search-icon-flip) ~ .uk-search-input {
  padding-left: 40px;
}

/* line 3723, /app/vendor/assets/stylesheets/uikit.css */
.uk-search-navbar .uk-search-icon-flip ~ .uk-search-input {
  padding-right: 40px;
}

/* Large modifier
 ========================================================================== */
/* line 3728, /app/vendor/assets/stylesheets/uikit.css */
.uk-search-large {
  width: 500px;
}

/*
 * Input
 */
/* line 3734, /app/vendor/assets/stylesheets/uikit.css */
.uk-search-large .uk-search-input {
  height: 80px;
  background: transparent;
  font-size: 2.625rem;
}

/*
 * Icon
 */
/* line 3742, /app/vendor/assets/stylesheets/uikit.css */
.uk-search-large .uk-search-icon {
  width: 80px;
}

/* line 3745, /app/vendor/assets/stylesheets/uikit.css */
.uk-search-large .uk-search-icon:not(.uk-search-icon-flip) ~ .uk-search-input {
  padding-left: 80px;
}

/* line 3748, /app/vendor/assets/stylesheets/uikit.css */
.uk-search-large .uk-search-icon-flip ~ .uk-search-input {
  padding-right: 80px;
}

/* Toggle
 ========================================================================== */
/* line 3753, /app/vendor/assets/stylesheets/uikit.css */
.uk-search-toggle {
  color: #999;
}

/* Hover + Focus */
/* line 3757, /app/vendor/assets/stylesheets/uikit.css */
.uk-search-toggle:hover,
.uk-search-toggle:focus {
  color: #666;
}

/* ========================================================================
   Component: Nav
 ========================================================================== */
/*
 * Reset
 * 1. Prepare lists
 * 2. Prepare links
 * 3. Remove default focus style
 */
/* 1 */
/* line 3771, /app/vendor/assets/stylesheets/uikit.css */
.uk-nav,
.uk-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* 2 */
/* line 3778, /app/vendor/assets/stylesheets/uikit.css */
.uk-nav li > a {
  display: block;
  text-decoration: none;
}

/* 3 */
/* line 3783, /app/vendor/assets/stylesheets/uikit.css */
.uk-nav li > a:focus {
  outline: none;
}

/*
 * Items
 * Must target `a` elements to exclude other elements (e.g. lists)
 */
/* line 3790, /app/vendor/assets/stylesheets/uikit.css */
.uk-nav > li > a {
  padding: 5px 0;
}

/* Sublists
 ========================================================================== */
/*
 * Level 2
 * `ul` needed for higher specificity to override padding
 */
/* line 3799, /app/vendor/assets/stylesheets/uikit.css */
ul.uk-nav-sub {
  padding: 5px 0 5px 15px;
}

/*
 * Level 3 and deeper
 */
/* line 3805, /app/vendor/assets/stylesheets/uikit.css */
.uk-nav-sub ul {
  padding-left: 15px;
}

/*
 * Items
 */
/* line 3811, /app/vendor/assets/stylesheets/uikit.css */
.uk-nav-sub a {
  padding: 2px 0;
}

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

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

/* Header
 ========================================================================== */
/* line 3830, /app/vendor/assets/stylesheets/uikit.css */
.uk-nav-header {
  padding: 5px 0;
  text-transform: uppercase;
  font-size: 0.875rem;
}

/* line 3835, /app/vendor/assets/stylesheets/uikit.css */
.uk-nav-header:not(:first-child) {
  margin-top: 20px;
}

/* Divider
 ========================================================================== */
/* line 3840, /app/vendor/assets/stylesheets/uikit.css */
.uk-nav-divider {
  margin: 5px 0;
}

/* Default modifier
 ========================================================================== */
/* line 3845, /app/vendor/assets/stylesheets/uikit.css */
.uk-nav-default {
  font-size: 0.875rem;
}

/*
 * Items
 */
/* line 3851, /app/vendor/assets/stylesheets/uikit.css */
.uk-nav-default > li > a {
  color: #999;
}

/* Hover + Focus */
/* line 3855, /app/vendor/assets/stylesheets/uikit.css */
.uk-nav-default > li > a:hover,
.uk-nav-default > li > a:focus {
  color: #666;
}

/* Active */
/* line 3860, /app/vendor/assets/stylesheets/uikit.css */
.uk-nav-default > li.uk-active > a {
  color: #333;
}

/*
 * Header
 */
/* line 3866, /app/vendor/assets/stylesheets/uikit.css */
.uk-nav-default .uk-nav-header {
  color: #333;
}

/*
 * Divider
 */
/* line 3872, /app/vendor/assets/stylesheets/uikit.css */
.uk-nav-default .uk-nav-divider {
  border-top: 1px solid #e5e5e5;
}

/*
 * Sublists
 */
/* line 3878, /app/vendor/assets/stylesheets/uikit.css */
.uk-nav-default .uk-nav-sub a {
  color: #999;
}

/* line 3881, /app/vendor/assets/stylesheets/uikit.css */
.uk-nav-default .uk-nav-sub a:hover,
.uk-nav-default .uk-nav-sub a:focus {
  color: #666;
}

/* line 3885, /app/vendor/assets/stylesheets/uikit.css */
.uk-nav-default .uk-nav-sub li.uk-active > a {
  color: #333;
}

/* Primary modifier
 ========================================================================== */
/*
 * Items
 */
/* line 3893, /app/vendor/assets/stylesheets/uikit.css */
.uk-nav-primary > li > a {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #999;
}

/* Hover + Focus */
/* line 3899, /app/vendor/assets/stylesheets/uikit.css */
.uk-nav-primary > li > a:hover,
.uk-nav-primary > li > a:focus {
  color: #666;
}

/* Active */
/* line 3904, /app/vendor/assets/stylesheets/uikit.css */
.uk-nav-primary > li.uk-active > a {
  color: #333;
}

/*
 * Header
 */
/* line 3910, /app/vendor/assets/stylesheets/uikit.css */
.uk-nav-primary .uk-nav-header {
  color: #333;
}

/*
 * Divider
 */
/* line 3916, /app/vendor/assets/stylesheets/uikit.css */
.uk-nav-primary .uk-nav-divider {
  border-top: 1px solid #e5e5e5;
}

/*
 * Sublists
 */
/* line 3922, /app/vendor/assets/stylesheets/uikit.css */
.uk-nav-primary .uk-nav-sub a {
  color: #999;
}

/* line 3925, /app/vendor/assets/stylesheets/uikit.css */
.uk-nav-primary .uk-nav-sub a:hover,
.uk-nav-primary .uk-nav-sub a:focus {
  color: #666;
}

/* line 3929, /app/vendor/assets/stylesheets/uikit.css */
.uk-nav-primary .uk-nav-sub li.uk-active > a {
  color: #333;
}

/* Alignment modifier
 ========================================================================== */
/* line 3934, /app/vendor/assets/stylesheets/uikit.css */
.uk-nav-center {
  text-align: center;
}

/* Sublists */
/* line 3938, /app/vendor/assets/stylesheets/uikit.css */
.uk-nav-center .uk-nav-sub,
.uk-nav-center .uk-nav-sub ul {
  padding-left: 0;
}

/* Parent icon modifier  */
/* line 3943, /app/vendor/assets/stylesheets/uikit.css */
.uk-nav-center.uk-nav-parent-icon > .uk-parent > a::after {
  position: absolute;
}

/* ========================================================================
   Component: Navbar
 ========================================================================== */
/*
 * 1. Create position context to center navbar group
 */
/* line 3952, /app/vendor/assets/stylesheets/uikit.css */
.uk-navbar {
  display: flex;
  /* 1 */
  position: relative;
}

/* Container
 ========================================================================== */
/* line 3959, /app/vendor/assets/stylesheets/uikit.css */
.uk-navbar-container:not(.uk-navbar-transparent) {
  background: #f8f8f8;
}

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

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

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

/* line 3995, /app/vendor/assets/stylesheets/uikit.css */
.uk-navbar-center:only-child {
  margin-left: auto;
  margin-right: auto;
  /* 1 */
  position: relative;
}

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

/* 4 */
/* line 4013, /app/vendor/assets/stylesheets/uikit.css */
.uk-navbar-center-left,
.uk-navbar-center-right {
  position: absolute;
  top: 0;
}

/* line 4018, /app/vendor/assets/stylesheets/uikit.css */
.uk-navbar-center-left {
  right: 100%;
}

/* line 4021, /app/vendor/assets/stylesheets/uikit.css */
.uk-navbar-center-right {
  left: 100%;
}

/* line 4024, /app/vendor/assets/stylesheets/uikit.css */
[class*='uk-navbar-center-'] {
  width: max-content;
  box-sizing: border-box;
}

/* Nav
 ========================================================================== */
/*
 * 1. Reset list
 */
/* line 4033, /app/vendor/assets/stylesheets/uikit.css */
.uk-navbar-nav {
  display: flex;
  /* 1 */
  margin: 0;
  padding: 0;
  list-style: none;
}

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

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

/*
 * Nav items
 */
/* line 4076, /app/vendor/assets/stylesheets/uikit.css */
.uk-navbar-nav > li > a {
  color: #999;
  text-transform: uppercase;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color;
}

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

/* OnClick */
/* line 4093, /app/vendor/assets/stylesheets/uikit.css */
.uk-navbar-nav > li > a:active {
  color: #333;
}

/* Active */
/* line 4097, /app/vendor/assets/stylesheets/uikit.css */
.uk-navbar-nav > li.uk-active > a {
  color: #333;
}

/* Item
 ========================================================================== */
/* line 4102, /app/vendor/assets/stylesheets/uikit.css */
.uk-navbar-item {
  color: #666;
}

/* Toggle
 ========================================================================== */
/* line 4107, /app/vendor/assets/stylesheets/uikit.css */
.uk-navbar-toggle {
  color: #999;
}

/* line 4110, /app/vendor/assets/stylesheets/uikit.css */
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus,
.uk-navbar-toggle.uk-open {
  color: #666;
  outline: none;
  text-decoration: none;
}

/*
 * Icon
 * Adopts `uk-icon`
 */
/* Hover + Focus */
/* Subtitle
 ========================================================================== */
/* line 4124, /app/vendor/assets/stylesheets/uikit.css */
.uk-navbar-subtitle {
  font-size: 0.875rem;
}

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

/* Show */
/* line 4154, /app/vendor/assets/stylesheets/uikit.css */
.uk-navbar-dropdown.uk-open {
  display: block;
}

/*
 * Direction / Alignment modifiers
 */
/* Direction */
/* line 4161, /app/vendor/assets/stylesheets/uikit.css */
[class*='uk-navbar-dropdown-top'] {
  margin-top: -15px;
}

/* line 4164, /app/vendor/assets/stylesheets/uikit.css */
[class*='uk-navbar-dropdown-bottom'] {
  margin-top: 15px;
}

/* line 4167, /app/vendor/assets/stylesheets/uikit.css */
[class*='uk-navbar-dropdown-left'] {
  margin-left: -15px;
}

/* line 4170, /app/vendor/assets/stylesheets/uikit.css */
[class*='uk-navbar-dropdown-right'] {
  margin-left: 15px;
}

/*
 * Grid
 * Adopts `uk-grid`
 */
/* Gutter Horizontal */
/* line 4178, /app/vendor/assets/stylesheets/uikit.css */
.uk-navbar-dropdown-grid {
  margin-left: -50px;
}

/* line 4181, /app/vendor/assets/stylesheets/uikit.css */
.uk-navbar-dropdown-grid > * {
  padding-left: 50px;
}

/* Gutter Vertical */
/* line 4185, /app/vendor/assets/stylesheets/uikit.css */
.uk-navbar-dropdown-grid > .uk-grid-margin {
  margin-top: 50px;
}

/* Stack */
/* line 4189, /app/vendor/assets/stylesheets/uikit.css */
.uk-navbar-dropdown-stack .uk-navbar-dropdown-grid > * {
  width: 100% !important;
}

/*
 * Width modifier
 */
/* line 4195, /app/vendor/assets/stylesheets/uikit.css */
.uk-navbar-dropdown-width-2:not(.uk-navbar-dropdown-stack) {
  width: 400px;
}

/* line 4198, /app/vendor/assets/stylesheets/uikit.css */
.uk-navbar-dropdown-width-3:not(.uk-navbar-dropdown-stack) {
  width: 600px;
}

/* line 4201, /app/vendor/assets/stylesheets/uikit.css */
.uk-navbar-dropdown-width-4:not(.uk-navbar-dropdown-stack) {
  width: 800px;
}

/* line 4204, /app/vendor/assets/stylesheets/uikit.css */
.uk-navbar-dropdown-width-5:not(.uk-navbar-dropdown-stack) {
  width: 1000px;
}

/*
 * Dropbar modifier
 */
/* line 4210, /app/vendor/assets/stylesheets/uikit.css */
.uk-navbar-dropdown-dropbar {
  margin-top: 0;
  margin-bottom: 0;
  box-shadow: none;
}

/* Dropdown Nav
 * Adopts `uk-nav`
 ========================================================================== */
/* line 4218, /app/vendor/assets/stylesheets/uikit.css */
.uk-navbar-dropdown-nav {
  font-size: 0.875rem;
}

/*
 * Items
 */
/* line 4224, /app/vendor/assets/stylesheets/uikit.css */
.uk-navbar-dropdown-nav > li > a {
  color: #999;
}

/* Hover + Focus */
/* line 4228, /app/vendor/assets/stylesheets/uikit.css */
.uk-navbar-dropdown-nav > li > a:hover,
.uk-navbar-dropdown-nav > li > a:focus {
  color: #666;
}

/* Active */
/* line 4233, /app/vendor/assets/stylesheets/uikit.css */
.uk-navbar-dropdown-nav > li.uk-active > a {
  color: #333;
}

/*
 * Header
 */
/* line 4239, /app/vendor/assets/stylesheets/uikit.css */
.uk-navbar-dropdown-nav .uk-nav-header {
  color: #333;
}

/*
 * Divider
 */
/* line 4245, /app/vendor/assets/stylesheets/uikit.css */
.uk-navbar-dropdown-nav .uk-nav-divider {
  border-top: 1px solid #e5e5e5;
}

/*
 * Sublists
 */
/* line 4251, /app/vendor/assets/stylesheets/uikit.css */
.uk-navbar-dropdown-nav .uk-nav-sub a {
  color: #999;
}

/* line 4254, /app/vendor/assets/stylesheets/uikit.css */
.uk-navbar-dropdown-nav .uk-nav-sub a:hover,
.uk-navbar-dropdown-nav .uk-nav-sub a:focus {
  color: #666;
}

/* line 4258, /app/vendor/assets/stylesheets/uikit.css */
.uk-navbar-dropdown-nav .uk-nav-sub li.uk-active > a {
  color: #333;
}

/* Dropbar
 ========================================================================== */
/* line 4263, /app/vendor/assets/stylesheets/uikit.css */
.uk-navbar-dropbar {
  background: #fff;
}

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

/*
     * Navbar
     */
/* line 4279, /app/vendor/assets/stylesheets/uikit.css */
.uk-navbar-container > .uk-container .uk-navbar-left {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 4283, /app/vendor/assets/stylesheets/uikit.css */
.uk-navbar-container > .uk-container .uk-navbar-right {
  margin-right: -15px;
}

/*
     * Grid Divider
     */
/* line 4289, /app/vendor/assets/stylesheets/uikit.css */
.uk-navbar-dropdown-grid > * {
  position: relative;
}

/* line 4292, /app/vendor/assets/stylesheets/uikit.css */
.uk-navbar-dropdown-grid > :not(.uk-first-column)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25px;
  border-left: 1px solid #e5e5e5;
}

/* Vertical */
/* line 4301, /app/vendor/assets/stylesheets/uikit.css */
.uk-navbar-dropdown-grid.uk-grid-stack > .uk-grid-margin::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 50px;
  right: 0;
  border-top: 1px solid #e5e5e5;
}

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

/*
 * 1. Space is allocated solely based on content dimensions: 0 0 auto
 * 2. Gutter
 * 3. Create position context for dropdowns
 */
/* line 4332, /app/vendor/assets/stylesheets/uikit.css */
.uk-subnav > * {
  /* 1 */
  flex: none;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  position: relative;
}

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

/* Hover + Focus */
/* line 4359, /app/vendor/assets/stylesheets/uikit.css */
.uk-subnav > * > a:hover,
.uk-subnav > * > a:focus {
  color: #666;
  text-decoration: none;
  outline: none;
}

/* Active */
/* line 4366, /app/vendor/assets/stylesheets/uikit.css */
.uk-subnav > .uk-active > a {
  color: #333;
}

/* Divider modifier
 ========================================================================== */
/*
 * 1. Align items and divider vertically
 */
/* line 4374, /app/vendor/assets/stylesheets/uikit.css */
.uk-subnav-divider > * {
  /* 1 */
  display: flex;
  align-items: center;
}

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

/* Pill modifier
 ========================================================================== */
/* line 4392, /app/vendor/assets/stylesheets/uikit.css */
.uk-subnav-pill > * > :first-child {
  padding: 5px 10px;
  background: transparent;
  color: #999;
}

/* Hover + Focus */
/* line 4398, /app/vendor/assets/stylesheets/uikit.css */
.uk-subnav-pill > * > a:hover,
.uk-subnav-pill > * > a:focus {
  background-color: #f8f8f8;
  color: #666;
}

/* OnClick */
/* line 4404, /app/vendor/assets/stylesheets/uikit.css */
.uk-subnav-pill > * > a:active {
  background-color: #f8f8f8;
  color: #666;
}

/* Active */
/* line 4409, /app/vendor/assets/stylesheets/uikit.css */
.uk-subnav-pill > .uk-active > a {
  background-color: #1e87f0;
  color: #fff;
}

/* Disabled
 * The same for all style modifiers
 ========================================================================== */
/* line 4416, /app/vendor/assets/stylesheets/uikit.css */
.uk-subnav > .uk-disabled > a {
  color: #999;
}

/* ========================================================================
   Component: Breadcrumb
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Reset list
 */
/* line 4426, /app/vendor/assets/stylesheets/uikit.css */
.uk-breadcrumb {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  padding: 0;
  list-style: none;
}

/*
 * Space is allocated solely based on content dimensions: 0 0 auto
 */
/* line 4437, /app/vendor/assets/stylesheets/uikit.css */
.uk-breadcrumb > * {
  flex: none;
}

/* Items
 ========================================================================== */
/* line 4442, /app/vendor/assets/stylesheets/uikit.css */
.uk-breadcrumb > * > * {
  display: inline-block;
  font-size: 0.875rem;
  color: #999;
}

/* Hover + Focus */
/* line 4448, /app/vendor/assets/stylesheets/uikit.css */
.uk-breadcrumb > * > :hover,
.uk-breadcrumb > * > :focus {
  color: #666;
  text-decoration: none;
}

/* Disabled */
/* Active */
/* line 4455, /app/vendor/assets/stylesheets/uikit.css */
.uk-breadcrumb > :last-child > * {
  color: #666;
}

/*
 * Divider
 * `nth-child` makes it also work without JS if it's only one row
 */
/* line 4462, /app/vendor/assets/stylesheets/uikit.css */
.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  content: "/";
  display: inline-block;
  margin: 0 20px;
  color: #999;
}

/* ========================================================================
   Component: Pagination
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Gutter
 * 3. Reset list
 */
/* line 4476, /app/vendor/assets/stylesheets/uikit.css */
.uk-pagination {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin-left: -20px;
  /* 3 */
  padding: 0;
  list-style: none;
}

/*
 * 1. Space is allocated solely based on content dimensions: 0 0 auto
 * 2. Gutter
 * 3. Create position context for dropdowns
 */
/* line 4491, /app/vendor/assets/stylesheets/uikit.css */
.uk-pagination > * {
  /* 1 */
  flex: none;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  position: relative;
}

/* Items
 ========================================================================== */
/*
 * 1. Prevent gap if child element is `inline-block`, e.g. an icon
 * 2. Style
 */
/* line 4505, /app/vendor/assets/stylesheets/uikit.css */
.uk-pagination > * > * {
  /* 1 */
  display: block;
  /* 2 */
  color: #999;
  transition: color 0.1s ease-in-out;
}

/* Hover + Focus */
/* line 4513, /app/vendor/assets/stylesheets/uikit.css */
.uk-pagination > * > :hover,
.uk-pagination > * > :focus {
  color: #666;
  text-decoration: none;
}

/* Active */
/* line 4519, /app/vendor/assets/stylesheets/uikit.css */
.uk-pagination > .uk-active > * {
  color: #666;
}

/* Disabled */
/* line 4523, /app/vendor/assets/stylesheets/uikit.css */
.uk-pagination > .uk-disabled > * {
  color: #999;
}

/* ========================================================================
   Component: Tab
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Gutter
 * 3. Reset list
 */
/* line 4534, /app/vendor/assets/stylesheets/uikit.css */
.uk-tab {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin-left: -20px;
  /* 3 */
  padding: 0;
  list-style: none;
  position: relative;
}

/* line 4545, /app/vendor/assets/stylesheets/uikit.css */
.uk-tab::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 0;
  border-bottom: 1px solid #e5e5e5;
}

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

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

/* Hover + Focus */
/* line 4586, /app/vendor/assets/stylesheets/uikit.css */
.uk-tab > * > a:hover,
.uk-tab > * > a:focus {
  color: #666;
  text-decoration: none;
}

/* Active */
/* line 4592, /app/vendor/assets/stylesheets/uikit.css */
.uk-tab > .uk-active > a {
  color: #333;
  border-color: #1e87f0;
}

/* Disabled */
/* line 4597, /app/vendor/assets/stylesheets/uikit.css */
.uk-tab > .uk-disabled > a {
  color: #999;
}

/* Position modifier
 ========================================================================== */
/*
 * Bottom
 */
/* line 4605, /app/vendor/assets/stylesheets/uikit.css */
.uk-tab-bottom::before {
  top: 0;
  bottom: auto;
}

/* line 4609, /app/vendor/assets/stylesheets/uikit.css */
.uk-tab-bottom > * > a {
  border-top: 1px solid transparent;
  border-bottom: none;
}

/*
 * Left + Right
 * 1. Reset Gutter
 */
/* line 4617, /app/vendor/assets/stylesheets/uikit.css */
.uk-tab-left,
.uk-tab-right {
  flex-direction: column;
  /* 1 */
  margin-left: 0;
}

/* 1 */
/* line 4624, /app/vendor/assets/stylesheets/uikit.css */
.uk-tab-left > *,
.uk-tab-right > * {
  padding-left: 0;
}

/* line 4628, /app/vendor/assets/stylesheets/uikit.css */
.uk-tab-left::before {
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  border-left: 1px solid #e5e5e5;
  border-bottom: none;
}

/* line 4636, /app/vendor/assets/stylesheets/uikit.css */
.uk-tab-right::before {
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  border-left: 1px solid #e5e5e5;
  border-bottom: none;
}

/* line 4644, /app/vendor/assets/stylesheets/uikit.css */
.uk-tab-left > * > a {
  text-align: left;
  border-right: 1px solid transparent;
  border-bottom: none;
}

/* line 4649, /app/vendor/assets/stylesheets/uikit.css */
.uk-tab-right > * > a {
  text-align: left;
  border-left: 1px solid transparent;
  border-bottom: none;
}

/* line 4654, /app/vendor/assets/stylesheets/uikit.css */
.uk-tab .uk-dropdown {
  margin-left: 30px;
}

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

/* Hover + Focus */
/* line 4669, /app/vendor/assets/stylesheets/uikit.css */
.uk-slidenav:hover,
.uk-slidenav:focus {
  color: rgba(102, 102, 102, 0.9);
  outline: none;
}

/* OnClick */
/* line 4675, /app/vendor/assets/stylesheets/uikit.css */
.uk-slidenav:active {
  color: rgba(102, 102, 102, 0.5);
}

/* Icon modifier
 ========================================================================== */
/*
 * Previous
 */
/*
 * Next
 */
/* Size modifier
 ========================================================================== */
/* line 4688, /app/vendor/assets/stylesheets/uikit.css */
.uk-slidenav-large {
  padding: 10px 10px;
}

/* Container
 ========================================================================== */
/* line 4693, /app/vendor/assets/stylesheets/uikit.css */
.uk-slidenav-container {
  display: flex;
}

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

/*
 * 1. Space is allocated solely based on content dimensions: 0 0 auto
 * 2. Gutter
 */
/* line 4719, /app/vendor/assets/stylesheets/uikit.css */
.uk-dotnav > * {
  /* 1 */
  flex: none;
  /* 2 */
  padding-left: 12px;
}

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

/* Hover + Focus */
/* line 4747, /app/vendor/assets/stylesheets/uikit.css */
.uk-dotnav > * > :hover,
.uk-dotnav > * > :focus {
  background-color: rgba(102, 102, 102, 0.6);
  outline: none;
  border-color: transparent;
}

/* OnClick */
/* line 4754, /app/vendor/assets/stylesheets/uikit.css */
.uk-dotnav > * > :active {
  background-color: rgba(102, 102, 102, 0.2);
  border-color: transparent;
}

/* Active */
/* line 4759, /app/vendor/assets/stylesheets/uikit.css */
.uk-dotnav > .uk-active > * {
  background-color: rgba(102, 102, 102, 0.6);
  border-color: transparent;
}

/* Modifier: 'uk-dotnav-vertical'
 ========================================================================== */
/*
 * 1. Change direction
 * 2. Gutter
 */
/* line 4769, /app/vendor/assets/stylesheets/uikit.css */
.uk-dotnav-vertical {
  /* 1 */
  flex-direction: column;
  /* 2 */
  margin-left: 0;
  margin-top: -12px;
}

/* 2 */
/* line 4777, /app/vendor/assets/stylesheets/uikit.css */
.uk-dotnav-vertical > * {
  padding-left: 0;
  padding-top: 12px;
}

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

/*
 * Space is allocated based on content dimensions, but shrinks: 0 1 auto
 * 1. Gutter
 */
/* line 4804, /app/vendor/assets/stylesheets/uikit.css */
.uk-thumbnav > * {
  /* 1 */
  padding-left: 15px;
}

/* Items
 ========================================================================== */
/*
 * Items
 */
/* line 4813, /app/vendor/assets/stylesheets/uikit.css */
.uk-thumbnav > * > * {
  display: inline-block;
  position: relative;
}

/* line 4817, /app/vendor/assets/stylesheets/uikit.css */
.uk-thumbnav > * > *::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.4);
  transition: background-color 0.1s ease-in-out;
}

/* Hover + Focus */
/* line 4828, /app/vendor/assets/stylesheets/uikit.css */
.uk-thumbnav > * > :hover,
.uk-thumbnav > * > :focus {
  outline: none;
}

/* line 4832, /app/vendor/assets/stylesheets/uikit.css */
.uk-thumbnav > * > :hover::after,
.uk-thumbnav > * > :focus::after {
  background-color: transparent;
}

/* Active */
/* line 4837, /app/vendor/assets/stylesheets/uikit.css */
.uk-thumbnav > .uk-active > *::after {
  background-color: transparent;
}

/* Modifier: 'uk-thumbnav-vertical'
 ========================================================================== */
/*
 * 1. Change direction
 * 2. Gutter
 */
/* line 4846, /app/vendor/assets/stylesheets/uikit.css */
.uk-thumbnav-vertical {
  /* 1 */
  flex-direction: column;
  /* 2 */
  margin-left: 0;
  margin-top: -15px;
}

/* 2 */
/* line 4854, /app/vendor/assets/stylesheets/uikit.css */
.uk-thumbnav-vertical > * {
  padding-left: 0;
  padding-top: 15px;
}

/* ========================================================================
   Component: Accordion
 ========================================================================== */
/* line 4861, /app/vendor/assets/stylesheets/uikit.css */
.uk-accordion {
  padding: 0;
  list-style: none;
}

/* Item
 ========================================================================== */
/* line 4867, /app/vendor/assets/stylesheets/uikit.css */
.uk-accordion > :nth-child(n+2) {
  margin-top: 20px;
}

/* Title
 ========================================================================== */
/* line 4872, /app/vendor/assets/stylesheets/uikit.css */
.uk-accordion-title {
  display: block;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #333;
  overflow: hidden;
}

/* line 4879, /app/vendor/assets/stylesheets/uikit.css */
.uk-accordion-title::before {
  content: "";
  width: 1.4em;
  height: 1.4em;
  margin-left: 10px;
  float: right;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

/* line 4889, /app/vendor/assets/stylesheets/uikit.css */
.uk-open > .uk-accordion-title::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

/* Hover + Focus */
/* line 4893, /app/vendor/assets/stylesheets/uikit.css */
.uk-accordion-title:hover,
.uk-accordion-title:focus {
  color: #666;
  text-decoration: none;
  outline: none;
}

/* Content
 ========================================================================== */
/* line 4901, /app/vendor/assets/stylesheets/uikit.css */
.uk-accordion-content {
  margin-top: 20px;
}

/*
 * Micro clearfix
 */
/* line 4907, /app/vendor/assets/stylesheets/uikit.css */
.uk-accordion-content::before,
.uk-accordion-content::after {
  content: "";
  display: table;
}

/* line 4912, /app/vendor/assets/stylesheets/uikit.css */
.uk-accordion-content::after {
  clear: both;
}

/*
 * Remove margin from the last-child
 */
/* line 4918, /app/vendor/assets/stylesheets/uikit.css */
.uk-accordion-content > :last-child {
  margin-bottom: 0;
}

/* ========================================================================
   Component: Drop
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Set a default width
 */
/* line 4929, /app/vendor/assets/stylesheets/uikit.css */
.uk-drop {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1020;
  /* 3 */
  box-sizing: border-box;
  width: 300px;
}

/* Show */
/* line 4940, /app/vendor/assets/stylesheets/uikit.css */
.uk-drop.uk-open {
  display: block;
}

/* Direction / Alignment modifiers
 ========================================================================== */
/* Direction */
/* line 4946, /app/vendor/assets/stylesheets/uikit.css */
[class*='uk-drop-top'] {
  margin-top: -20px;
}

/* line 4949, /app/vendor/assets/stylesheets/uikit.css */
[class*='uk-drop-bottom'] {
  margin-top: 20px;
}

/* line 4952, /app/vendor/assets/stylesheets/uikit.css */
[class*='uk-drop-left'] {
  margin-left: -20px;
}

/* line 4955, /app/vendor/assets/stylesheets/uikit.css */
[class*='uk-drop-right'] {
  margin-left: 20px;
}

/* Grid modifiers
 ========================================================================== */
/* line 4960, /app/vendor/assets/stylesheets/uikit.css */
.uk-drop-stack .uk-drop-grid > * {
  width: 100% !important;
}

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

/* Show */
/* line 4988, /app/vendor/assets/stylesheets/uikit.css */
.uk-dropdown.uk-open {
  display: block;
}

/* Nav
 * Adopts `uk-nav`
 ========================================================================== */
/* line 4994, /app/vendor/assets/stylesheets/uikit.css */
.uk-dropdown-nav {
  white-space: nowrap;
  font-size: 0.875rem;
}

/*
 * Items
 */
/* line 5001, /app/vendor/assets/stylesheets/uikit.css */
.uk-dropdown-nav > li > a {
  color: #999;
}

/* Hover + Focus + Active */
/* line 5005, /app/vendor/assets/stylesheets/uikit.css */
.uk-dropdown-nav > li > a:hover,
.uk-dropdown-nav > li > a:focus,
.uk-dropdown-nav > li.uk-active > a {
  color: #666;
}

/*
 * Header
 */
/* line 5013, /app/vendor/assets/stylesheets/uikit.css */
.uk-dropdown-nav .uk-nav-header {
  color: #333;
}

/*
 * Divider
 */
/* line 5019, /app/vendor/assets/stylesheets/uikit.css */
.uk-dropdown-nav .uk-nav-divider {
  border-top: 1px solid #e5e5e5;
}

/*
 * Sublists
 */
/* line 5025, /app/vendor/assets/stylesheets/uikit.css */
.uk-dropdown-nav .uk-nav-sub a {
  color: #999;
}

/* line 5028, /app/vendor/assets/stylesheets/uikit.css */
.uk-dropdown-nav .uk-nav-sub a:hover,
.uk-dropdown-nav .uk-nav-sub a:focus,
.uk-dropdown-nav .uk-nav-sub li.uk-active > a {
  color: #666;
}

/* Direction / Alignment modifiers
 ========================================================================== */
/* Direction */
/* line 5036, /app/vendor/assets/stylesheets/uikit.css */
[class*='uk-dropdown-top'] {
  margin-top: -10px;
}

/* line 5039, /app/vendor/assets/stylesheets/uikit.css */
[class*='uk-dropdown-bottom'] {
  margin-top: 10px;
}

/* line 5042, /app/vendor/assets/stylesheets/uikit.css */
[class*='uk-dropdown-left'] {
  margin-left: -10px;
}

/* line 5045, /app/vendor/assets/stylesheets/uikit.css */
[class*='uk-dropdown-right'] {
  margin-left: 10px;
}

/* Grid modifiers
 ========================================================================== */
/* line 5050, /app/vendor/assets/stylesheets/uikit.css */
.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
 */
/* line 5064, /app/vendor/assets/stylesheets/uikit.css */
.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) {
  /* line 5087, /app/vendor/assets/stylesheets/uikit.css */
  .uk-modal {
    padding: 50px 30px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* line 5093, /app/vendor/assets/stylesheets/uikit.css */
  .uk-modal {
    padding-left: 40px;
    padding-right: 40px;
  }
}
/*
 * Open
 */
/* line 5101, /app/vendor/assets/stylesheets/uikit.css */
.uk-modal.uk-open {
  opacity: 1;
}

/* Page
 ========================================================================== */
/*
 * Prevent scrollbars
 */
/* line 5109, /app/vendor/assets/stylesheets/uikit.css */
.uk-modal-page {
  overflow: hidden;
}

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

/*
 * Open
 */
/* line 5142, /app/vendor/assets/stylesheets/uikit.css */
.uk-open > .uk-modal-dialog {
  opacity: 1;
  transform: translateY(0);
}

/* Size modifier
 ========================================================================== */
/*
 * Container size
 * Take the same size as the Container component
 */
/* line 5152, /app/vendor/assets/stylesheets/uikit.css */
.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 */
/* line 5161, /app/vendor/assets/stylesheets/uikit.css */
.uk-modal-full {
  padding: 0;
  background: none;
}

/* 2 */
/* line 5166, /app/vendor/assets/stylesheets/uikit.css */
.uk-modal-full .uk-modal-dialog {
  margin: 0;
  width: 100%;
  max-width: 100%;
  transform: translateY(0);
}

/* Sections
 ========================================================================== */
/* line 5174, /app/vendor/assets/stylesheets/uikit.css */
.uk-modal-body {
  padding: 30px 30px;
}

/* line 5177, /app/vendor/assets/stylesheets/uikit.css */
.uk-modal-header {
  padding: 15px 30px;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}

/* line 5182, /app/vendor/assets/stylesheets/uikit.css */
.uk-modal-footer {
  padding: 15px 30px;
  background: #fff;
  border-top: 1px solid #e5e5e5;
}

/*
 * Micro clearfix
 */
/* line 5190, /app/vendor/assets/stylesheets/uikit.css */
.uk-modal-body::before,
.uk-modal-body::after,
.uk-modal-header::before,
.uk-modal-header::after,
.uk-modal-footer::before,
.uk-modal-footer::after {
  content: "";
  display: table;
}

/* line 5199, /app/vendor/assets/stylesheets/uikit.css */
.uk-modal-body::after,
.uk-modal-header::after,
.uk-modal-footer::after {
  clear: both;
}

/*
 * Remove margin from the last-child
 */
/* line 5207, /app/vendor/assets/stylesheets/uikit.css */
.uk-modal-body > :last-child,
.uk-modal-header > :last-child,
.uk-modal-footer > :last-child {
  margin-bottom: 0;
}

/* Title
 ========================================================================== */
/* line 5214, /app/vendor/assets/stylesheets/uikit.css */
.uk-modal-title {
  font-size: 2rem;
  line-height: 1.3;
}

/* Close
 * Adopts `uk-close`
 ========================================================================== */
/* line 5221, /app/vendor/assets/stylesheets/uikit.css */
[class*='uk-modal-close-'] {
  position: absolute;
  z-index: 1010;
  top: 10px;
  right: 10px;
  padding: 5px;
}

/*
 * Remove margin from adjacent element
 */
/* line 5231, /app/vendor/assets/stylesheets/uikit.css */
[class*='uk-modal-close-']:first-child + * {
  margin-top: 0;
}

/*
 * Hover
 */
/*
 * Default
 */
/*
 * Outside
 * 1. Prevent scrollbar on small devices
 */
/* line 5244, /app/vendor/assets/stylesheets/uikit.css */
.uk-modal-close-outside {
  top: 0;
  /* 1 */
  right: -5px;
  transform: translate(0, -100%);
  color: #ffffff;
}

/* line 5251, /app/vendor/assets/stylesheets/uikit.css */
.uk-modal-close-outside:hover {
  color: #fff;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* 1 */
  /* line 5257, /app/vendor/assets/stylesheets/uikit.css */
  .uk-modal-close-outside {
    right: 0;
    transform: translate(100%, -100%);
  }
}
/*
 * Full
 */
/* line 5265, /app/vendor/assets/stylesheets/uikit.css */
.uk-modal-close-full {
  top: 0;
  right: 0;
  padding: 20px;
  background: #fff;
}

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

/*
 * Open
 * 1. Center child
 * 2. Fade-in
 */
/* line 5303, /app/vendor/assets/stylesheets/uikit.css */
.uk-lightbox.uk-open {
  display: block;
  /* 2 */
  opacity: 1;
}

/* Page
 ========================================================================== */
/*
 * Prevent scrollbars
 */
/* line 5313, /app/vendor/assets/stylesheets/uikit.css */
.uk-lightbox-page {
  overflow: hidden;
}

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

/* 5 */
/* line 5345, /app/vendor/assets/stylesheets/uikit.css */
.uk-lightbox-items > * > * {
  max-width: 100vw;
  max-height: 100vh;
}

/* 6 */
/* line 5350, /app/vendor/assets/stylesheets/uikit.css */
.uk-lightbox-items > :focus {
  outline: none;
}

/* line 5353, /app/vendor/assets/stylesheets/uikit.css */
.uk-lightbox-items > * > :not(iframe) {
  width: auto;
  height: auto;
}

/* line 5357, /app/vendor/assets/stylesheets/uikit.css */
.uk-lightbox-items > .uk-active {
  display: flex;
}

/* Toolbar
 ========================================================================== */
/* line 5362, /app/vendor/assets/stylesheets/uikit.css */
.uk-lightbox-toolbar {
  padding: 10px 10px;
  background: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.7);
}

/* line 5367, /app/vendor/assets/stylesheets/uikit.css */
.uk-lightbox-toolbar > * {
  color: rgba(255, 255, 255, 0.7);
}

/* Toolbar Icon (Close)
 ========================================================================== */
/* line 5372, /app/vendor/assets/stylesheets/uikit.css */
.uk-lightbox-toolbar-icon {
  padding: 5px;
  color: rgba(255, 255, 255, 0.7);
}

/*
 * Hover
 */
/* line 5379, /app/vendor/assets/stylesheets/uikit.css */
.uk-lightbox-toolbar-icon:hover {
  color: #fff;
}

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

/*
 * Hover
 */
/* line 5401, /app/vendor/assets/stylesheets/uikit.css */
.uk-lightbox-button:hover {
  color: #fff;
}

/* Caption
 ========================================================================== */
/* Iframe
 ========================================================================== */
/* line 5408, /app/vendor/assets/stylesheets/uikit.css */
.uk-lightbox-iframe {
  width: 80%;
  height: 80%;
}

/* ========================================================================
   Component: Slideshow
 ========================================================================== */
/*
 * 1. Prevent tab highlighting on iOS.
 */
/* line 5418, /app/vendor/assets/stylesheets/uikit.css */
.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.
 */
/* line 5430, /app/vendor/assets/stylesheets/uikit.css */
.uk-slideshow-items {
  /* 1 */
  position: relative;
  z-index: 0;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 3 */
  overflow: hidden;
  /* 4 */
  -webkit-touch-callout: none;
}

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

/* 6 */
/* line 5469, /app/vendor/assets/stylesheets/uikit.css */
.uk-slideshow-items > :focus {
  outline: none;
}

/*
 * Hide not active items
 */
/* line 5475, /app/vendor/assets/stylesheets/uikit.css */
.uk-slideshow-items > :not(.uk-active) {
  display: none;
}

/* ========================================================================
   Component: Slider
 ========================================================================== */
/*
 * 1. Prevent tab highlighting on iOS.
 */
/* line 5484, /app/vendor/assets/stylesheets/uikit.css */
.uk-slider {
  /* 1 */
  -webkit-tap-highlight-color: transparent;
}

/* Container
 ========================================================================== */
/*
 * 1. Clip child elements
 */
/* line 5493, /app/vendor/assets/stylesheets/uikit.css */
.uk-slider-container {
  /* 1 */
  overflow: hidden;
}

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

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

/* line 5522, /app/vendor/assets/stylesheets/uikit.css */
.uk-slider-items.uk-grid {
  flex-wrap: nowrap;
}

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

/* 4 */
/* line 5542, /app/vendor/assets/stylesheets/uikit.css */
.uk-slider-items > :focus {
  outline: none;
}

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

/*
 * Faster animations
 */
/* line 5562, /app/vendor/assets/stylesheets/uikit.css */
.uk-sticky[class*='uk-animation-'] {
  animation-duration: 0.2s;
}

/* line 5565, /app/vendor/assets/stylesheets/uikit.css */
.uk-sticky.uk-animation-reverse {
  animation-duration: 0.2s;
}

/* ========================================================================
   Component: Off-canvas
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 */
/* line 5575, /app/vendor/assets/stylesheets/uikit.css */
.uk-offcanvas {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
}

/*
 * Flip modifier
 */
/* line 5588, /app/vendor/assets/stylesheets/uikit.css */
.uk-offcanvas-flip .uk-offcanvas {
  right: 0;
  left: auto;
}

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

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* line 5616, /app/vendor/assets/stylesheets/uikit.css */
  .uk-offcanvas-bar {
    left: -350px;
    width: 350px;
    padding: 40px 40px;
  }
}
/* Flip modifier */
/* line 5623, /app/vendor/assets/stylesheets/uikit.css */
.uk-offcanvas-flip .uk-offcanvas-bar {
  left: auto;
  right: -270px;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* line 5629, /app/vendor/assets/stylesheets/uikit.css */
  .uk-offcanvas-flip .uk-offcanvas-bar {
    right: -350px;
  }
}
/*
 * Open
 */
/* line 5636, /app/vendor/assets/stylesheets/uikit.css */
.uk-open > .uk-offcanvas-bar {
  left: 0;
}

/* line 5639, /app/vendor/assets/stylesheets/uikit.css */
.uk-offcanvas-flip .uk-open > .uk-offcanvas-bar {
  left: auto;
  right: 0;
}

/*
 * Slide Animation (Used in slide and push mode)
 */
/* line 5646, /app/vendor/assets/stylesheets/uikit.css */
.uk-offcanvas-bar-animation {
  transition: left 0.3s ease-out;
}

/* line 5649, /app/vendor/assets/stylesheets/uikit.css */
.uk-offcanvas-flip .uk-offcanvas-bar-animation {
  transition-property: right;
}

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

/* line 5671, /app/vendor/assets/stylesheets/uikit.css */
.uk-offcanvas-reveal .uk-offcanvas-bar {
  /* 4 */
  left: 0;
}

/* line 5675, /app/vendor/assets/stylesheets/uikit.css */
.uk-offcanvas-flip .uk-offcanvas-reveal .uk-offcanvas-bar {
  /* 4 */
  left: auto;
  right: 0;
}

/* line 5680, /app/vendor/assets/stylesheets/uikit.css */
.uk-open > .uk-offcanvas-reveal {
  width: 270px;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* line 5685, /app/vendor/assets/stylesheets/uikit.css */
  .uk-open > .uk-offcanvas-reveal {
    width: 350px;
  }
}
/*
 * Flip modifier
 */
/* line 5692, /app/vendor/assets/stylesheets/uikit.css */
.uk-offcanvas-flip .uk-offcanvas-reveal {
  right: 0;
  left: auto;
}

/* Close
 * Adopts `uk-close`
 ========================================================================== */
/* line 5699, /app/vendor/assets/stylesheets/uikit.css */
.uk-offcanvas-close {
  position: absolute;
  z-index: 1000;
  top: 20px;
  right: 20px;
  padding: 5px;
}

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

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

/* line 5736, /app/vendor/assets/stylesheets/uikit.css */
.uk-offcanvas-overlay.uk-open::before {
  opacity: 1;
}

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

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

/*
 * Activate slide-out animation
 */
/* line 5768, /app/vendor/assets/stylesheets/uikit.css */
:not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
  left: 270px;
}

/* line 5771, /app/vendor/assets/stylesheets/uikit.css */
.uk-offcanvas-flip.uk-offcanvas-container-animation {
  left: -270px;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* line 5776, /app/vendor/assets/stylesheets/uikit.css */
  :not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
    left: 350px;
  }

  /* line 5779, /app/vendor/assets/stylesheets/uikit.css */
  .uk-offcanvas-flip.uk-offcanvas-container-animation {
    left: -350px;
  }
}
/* ========================================================================
   Component: Switcher
 ========================================================================== */
/*
 * Reset list
 */
/* line 5789, /app/vendor/assets/stylesheets/uikit.css */
.uk-switcher {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Items
 ========================================================================== */
/*
 * Hide not active items
 */
/* line 5799, /app/vendor/assets/stylesheets/uikit.css */
.uk-switcher > :not(.uk-active) {
  display: none;
}

/*
 * Remove margin from the last-child
 */
/* line 5805, /app/vendor/assets/stylesheets/uikit.css */
.uk-switcher > * > :last-child {
  margin-bottom: 0;
}

/* ========================================================================
   Component: Leader
 ========================================================================== */
/* line 5811, /app/vendor/assets/stylesheets/uikit.css */
.uk-leader {
  overflow: hidden;
}

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

/*
 * Hide if media does not match
 */
/* line 5834, /app/vendor/assets/stylesheets/uikit.css */
.uk-leader-fill.uk-leader-hide::after {
  display: none;
}

/*
 * Pass fill character to JS
 */
/* line 5840, /app/vendor/assets/stylesheets/uikit.css */
.uk-leader-fill-content::before {
  content: '.';
}

/* line 5843, /app/vendor/assets/stylesheets/uikit.css */
:root {
  --uk-leader-fill-content: .;
}

/* ========================================================================
   Component: Iconnav
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Reset list
 * 3. Gutter
 */
/* line 5854, /app/vendor/assets/stylesheets/uikit.css */
.uk-iconnav {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 3 */
  margin-left: -10px;
}

/*
 * Space is allocated based on content dimensions, but shrinks: 0 1 auto
 * 1. Gutter
 */
/* line 5869, /app/vendor/assets/stylesheets/uikit.css */
.uk-iconnav > * {
  /* 1 */
  padding-left: 10px;
}

/* Items
 ========================================================================== */
/*
 * Items must target `a` elements to exclude other elements (e.g. dropdowns)
 * 1. Prevent gap if child element is `inline-block`, e.g. an icon
 * 2. Style
 */
/* line 5880, /app/vendor/assets/stylesheets/uikit.css */
.uk-iconnav > * > a {
  /* 1 */
  display: block;
  /* 2 */
  color: #999;
}

/* Hover + Focus */
/* line 5887, /app/vendor/assets/stylesheets/uikit.css */
.uk-iconnav > * > a:hover,
.uk-iconnav > * > a:focus {
  color: #666;
  outline: none;
}

/* Active */
/* line 5893, /app/vendor/assets/stylesheets/uikit.css */
.uk-iconnav > .uk-active > a {
  color: #666;
}

/* Modifier: 'uk-iconnav-vertical'
 ========================================================================== */
/*
 * 1. Change direction
 * 2. Gutter
 */
/* line 5902, /app/vendor/assets/stylesheets/uikit.css */
.uk-iconnav-vertical {
  /* 1 */
  flex-direction: column;
  /* 2 */
  margin-left: 0;
  margin-top: -10px;
}

/* 2 */
/* line 5910, /app/vendor/assets/stylesheets/uikit.css */
.uk-iconnav-vertical > * {
  padding-left: 0;
  padding-top: 10px;
}

/* ========================================================================
   Component: Notification
 ========================================================================== */
/*
 * 1. Set position
 * 2. Dimensions
 */
/* line 5921, /app/vendor/assets/stylesheets/uikit.css */
.uk-notification {
  /* 1 */
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1040;
  /* 2 */
  box-sizing: border-box;
  width: 350px;
}

/* Position modifiers
========================================================================== */
/* line 5933, /app/vendor/assets/stylesheets/uikit.css */
.uk-notification-top-right,
.uk-notification-bottom-right {
  left: auto;
  right: 10px;
}

/* line 5938, /app/vendor/assets/stylesheets/uikit.css */
.uk-notification-top-center,
.uk-notification-bottom-center {
  left: 50%;
  margin-left: -175px;
}

/* line 5943, /app/vendor/assets/stylesheets/uikit.css */
.uk-notification-bottom-left,
.uk-notification-bottom-right,
.uk-notification-bottom-center {
  top: auto;
  bottom: 10px;
}

/* Responsiveness
========================================================================== */
/* Phones portrait and smaller */
@media (max-width: 639px) {
  /* line 5953, /app/vendor/assets/stylesheets/uikit.css */
  .uk-notification {
    left: 10px;
    right: 10px;
    width: auto;
    margin: 0;
  }
}
/* Message
========================================================================== */
/* line 5962, /app/vendor/assets/stylesheets/uikit.css */
.uk-notification-message {
  position: relative;
  padding: 15px;
  background: #f8f8f8;
  color: #666;
  font-size: 1.25rem;
  line-height: 1.4;
  cursor: pointer;
}

/* line 5971, /app/vendor/assets/stylesheets/uikit.css */
* + .uk-notification-message {
  margin-top: 10px;
}

/* Close
 * Adopts `uk-close`
 ========================================================================== */
/* line 5977, /app/vendor/assets/stylesheets/uikit.css */
.uk-notification-close {
  display: none;
  position: absolute;
  top: 20px;
  right: 15px;
}

/* line 5983, /app/vendor/assets/stylesheets/uikit.css */
.uk-notification-message:hover .uk-notification-close {
  display: block;
}

/* Style modifiers
 ========================================================================== */
/*
 * Primary
 */
/* line 5991, /app/vendor/assets/stylesheets/uikit.css */
.uk-notification-message-primary {
  color: #1e87f0;
}

/*
 * Success
 */
/* line 5997, /app/vendor/assets/stylesheets/uikit.css */
.uk-notification-message-success {
  color: #32d296;
}

/*
 * Warning
 */
/* line 6003, /app/vendor/assets/stylesheets/uikit.css */
.uk-notification-message-warning {
  color: #faa05a;
}

/*
 * Danger
 */
/* line 6009, /app/vendor/assets/stylesheets/uikit.css */
.uk-notification-message-danger {
  color: #f0506e;
}

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

/* Show */
/* line 6038, /app/vendor/assets/stylesheets/uikit.css */
.uk-tooltip.uk-active {
  display: block;
}

/* Direction / Alignment modifiers
 ========================================================================== */
/* Direction */
/* line 6044, /app/vendor/assets/stylesheets/uikit.css */
[class*='uk-tooltip-top'] {
  margin-top: -10px;
}

/* line 6047, /app/vendor/assets/stylesheets/uikit.css */
[class*='uk-tooltip-bottom'] {
  margin-top: 10px;
}

/* line 6050, /app/vendor/assets/stylesheets/uikit.css */
[class*='uk-tooltip-left'] {
  margin-left: -10px;
}

/* line 6053, /app/vendor/assets/stylesheets/uikit.css */
[class*='uk-tooltip-right'] {
  margin-left: 10px;
}

/* ========================================================================
   Component: Placeholder
 ========================================================================== */
/* line 6059, /app/vendor/assets/stylesheets/uikit.css */
.uk-placeholder {
  margin-bottom: 20px;
  padding: 30px 30px;
  background: transparent;
  border: 1px dashed #e5e5e5;
}

/* Add margin if adjacent element */
/* line 6066, /app/vendor/assets/stylesheets/uikit.css */
* + .uk-placeholder {
  margin-top: 20px;
}

/*
 * Remove margin from the last-child
 */
/* line 6072, /app/vendor/assets/stylesheets/uikit.css */
.uk-placeholder > :last-child {
  margin-bottom: 0;
}

/* ========================================================================
   Component: Progress
 ========================================================================== */
/*
 * 1. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 * 2. Remove default style
 * 3. Behave like a block element
 * 4. Remove borders in Firefox and Edge
 * 5. Set background color for progress container in Firefox, IE11 and Edge
 * 6. Style
 */
/* line 6086, /app/vendor/assets/stylesheets/uikit.css */
.uk-progress {
  /* 1 */
  vertical-align: baseline;
  /* 2 */
  -webkit-appearance: none;
  -moz-appearance: none;
  /* 3 */
  display: block;
  width: 100%;
  /* 4 */
  border: 0;
  /* 5 */
  background-color: #f8f8f8;
  /* 6 */
  margin-bottom: 20px;
  height: 15px;
  border-radius: 500px;
  overflow: hidden;
}

/* Add margin if adjacent element */
/* line 6106, /app/vendor/assets/stylesheets/uikit.css */
* + .uk-progress {
  margin-top: 20px;
}

/*
 * Remove animated circles for indeterminate state in IE11 and Edge
 */
/* line 6112, /app/vendor/assets/stylesheets/uikit.css */
.uk-progress:indeterminate {
  color: transparent;
}

/*
 * Progress container
 * 2. Remove progress bar for indeterminate state in Firefox
 */
/* line 6119, /app/vendor/assets/stylesheets/uikit.css */
.uk-progress::-webkit-progress-bar {
  background-color: #f8f8f8;
  border-radius: 500px;
  overflow: hidden;
}

/* 2 */
/* line 6125, /app/vendor/assets/stylesheets/uikit.css */
.uk-progress:indeterminate::-moz-progress-bar {
  width: 0;
}

/*
 * Progress bar
 * 1. Remove right border in IE11 and Edge
 */
/* line 6132, /app/vendor/assets/stylesheets/uikit.css */
.uk-progress::-webkit-progress-value {
  background-color: #1e87f0;
  transition: width 0.6s ease;
}

/* line 6136, /app/vendor/assets/stylesheets/uikit.css */
.uk-progress::-moz-progress-bar {
  background-color: #1e87f0;
}

/* line 6139, /app/vendor/assets/stylesheets/uikit.css */
.uk-progress::-ms-fill {
  background-color: #1e87f0;
  transition: width 0.6s ease;
  /* 1 */
  border: 0;
}

/* ========================================================================
   Component: Sortable
 ========================================================================== */
/* line 6148, /app/vendor/assets/stylesheets/uikit.css */
.uk-sortable {
  position: relative;
}

/*
 * Deactivate pointer-events on SVGs in Safari
 */
/* line 6154, /app/vendor/assets/stylesheets/uikit.css */
.uk-sortable svg {
  pointer-events: none;
}

/*
 * Remove margin from the last-child
 */
/* line 6160, /app/vendor/assets/stylesheets/uikit.css */
.uk-sortable > :last-child {
  margin-bottom: 0;
}

/* Drag
 ========================================================================== */
/* line 6165, /app/vendor/assets/stylesheets/uikit.css */
.uk-sortable-drag {
  position: absolute !important;
  z-index: 1050 !important;
  pointer-events: none;
}

/* Placeholder
 ========================================================================== */
/* line 6172, /app/vendor/assets/stylesheets/uikit.css */
.uk-sortable-placeholder {
  opacity: 0;
  pointer-events: none;
}

/* Empty modifier
 ========================================================================== */
/* line 6178, /app/vendor/assets/stylesheets/uikit.css */
.uk-sortable-empty {
  min-height: 50px;
}

/* Handle
 ========================================================================== */
/* Hover */
/* line 6184, /app/vendor/assets/stylesheets/uikit.css */
.uk-sortable-handle:hover {
  cursor: move;
}

/* ========================================================================
   Component: Countdown
 ========================================================================== */
/* Item
 ========================================================================== */
/*
 * 1. Center numbers and separators vertically
 */
/* line 6195, /app/vendor/assets/stylesheets/uikit.css */
.uk-countdown-number,
.uk-countdown-separator {
  /* 1 */
  line-height: 0.8;
}

/* Number
 ========================================================================== */
/* line 6202, /app/vendor/assets/stylesheets/uikit.css */
.uk-countdown-number {
  font-size: 2rem;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  /* line 6207, /app/vendor/assets/stylesheets/uikit.css */
  .uk-countdown-number {
    font-size: 4rem;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* line 6213, /app/vendor/assets/stylesheets/uikit.css */
  .uk-countdown-number {
    font-size: 6rem;
  }
}
/* Separator
 ========================================================================== */
/* line 6219, /app/vendor/assets/stylesheets/uikit.css */
.uk-countdown-separator {
  font-size: 1rem;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  /* line 6224, /app/vendor/assets/stylesheets/uikit.css */
  .uk-countdown-separator {
    font-size: 2rem;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* line 6230, /app/vendor/assets/stylesheets/uikit.css */
  .uk-countdown-separator {
    font-size: 3rem;
  }
}
/* Label
 ========================================================================== */
/* ========================================================================
   Component: Animation
 ========================================================================== */
/* line 6239, /app/vendor/assets/stylesheets/uikit.css */
[class*='uk-animation-'] {
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}

/* Animations
 ========================================================================== */
/*
 * Fade
 */
/* line 6249, /app/vendor/assets/stylesheets/uikit.css */
.uk-animation-fade {
  animation-name: uk-fade;
  animation-duration: 0.8s;
  animation-timing-function: linear;
}

/*
 * Scale
 */
/* line 6257, /app/vendor/assets/stylesheets/uikit.css */
.uk-animation-scale-up {
  animation-name: uk-fade-scale-02;
}

/* line 6260, /app/vendor/assets/stylesheets/uikit.css */
.uk-animation-scale-down {
  animation-name: uk-fade-scale-18;
}

/*
 * Slide
 */
/* line 6266, /app/vendor/assets/stylesheets/uikit.css */
.uk-animation-slide-top {
  animation-name: uk-fade-top;
}

/* line 6269, /app/vendor/assets/stylesheets/uikit.css */
.uk-animation-slide-bottom {
  animation-name: uk-fade-bottom;
}

/* line 6272, /app/vendor/assets/stylesheets/uikit.css */
.uk-animation-slide-left {
  animation-name: uk-fade-left;
}

/* line 6275, /app/vendor/assets/stylesheets/uikit.css */
.uk-animation-slide-right {
  animation-name: uk-fade-right;
}

/*
 * Slide Small
 */
/* line 6281, /app/vendor/assets/stylesheets/uikit.css */
.uk-animation-slide-top-small {
  animation-name: uk-fade-top-small;
}

/* line 6284, /app/vendor/assets/stylesheets/uikit.css */
.uk-animation-slide-bottom-small {
  animation-name: uk-fade-bottom-small;
}

/* line 6287, /app/vendor/assets/stylesheets/uikit.css */
.uk-animation-slide-left-small {
  animation-name: uk-fade-left-small;
}

/* line 6290, /app/vendor/assets/stylesheets/uikit.css */
.uk-animation-slide-right-small {
  animation-name: uk-fade-right-small;
}

/*
 * Slide Medium
 */
/* line 6296, /app/vendor/assets/stylesheets/uikit.css */
.uk-animation-slide-top-medium {
  animation-name: uk-fade-top-medium;
}

/* line 6299, /app/vendor/assets/stylesheets/uikit.css */
.uk-animation-slide-bottom-medium {
  animation-name: uk-fade-bottom-medium;
}

/* line 6302, /app/vendor/assets/stylesheets/uikit.css */
.uk-animation-slide-left-medium {
  animation-name: uk-fade-left-medium;
}

/* line 6305, /app/vendor/assets/stylesheets/uikit.css */
.uk-animation-slide-right-medium {
  animation-name: uk-fade-right-medium;
}

/*
 * Kenburns
 */
/* line 6311, /app/vendor/assets/stylesheets/uikit.css */
.uk-animation-kenburns {
  animation-name: uk-scale-kenburns;
  animation-duration: 15s;
}

/*
 * Shake
 */
/* line 6318, /app/vendor/assets/stylesheets/uikit.css */
.uk-animation-shake {
  animation-name: uk-shake;
}

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

/* Direction modifier
 ========================================================================== */
/* line 6335, /app/vendor/assets/stylesheets/uikit.css */
.uk-animation-reverse {
  animation-direction: reverse;
  animation-timing-function: ease-in;
}

/* Duration modifier
 ========================================================================== */
/* line 6341, /app/vendor/assets/stylesheets/uikit.css */
.uk-animation-fast {
  animation-duration: 0.1s;
}

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

/*
 * 1. Prevent tab highlighting on iOS.
 */
/* line 6355, /app/vendor/assets/stylesheets/uikit.css */
.uk-animation-toggle {
  /* 1 */
  -webkit-tap-highlight-color: transparent;
}

/*
 * Remove outline for `tabindex`
 */
/* line 6362, /app/vendor/assets/stylesheets/uikit.css */
.uk-animation-toggle:focus {
  outline: none;
}

/* Keyframes used by animation classes
 ========================================================================== */
/*
 * Fade
 */
@keyframes uk-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*
 * Slide Top
 */
@keyframes uk-fade-top {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
 * Slide Bottom
 */
@keyframes uk-fade-bottom {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
 * Slide Left
 */
@keyframes uk-fade-left {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*
 * Slide Right
 */
@keyframes uk-fade-right {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*
 * Slide Top Small
 */
@keyframes uk-fade-top-small {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
 * Slide Bottom Small
 */
@keyframes uk-fade-bottom-small {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
 * Slide Left Small
 */
@keyframes uk-fade-left-small {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*
 * Slide Right Small
 */
@keyframes uk-fade-right-small {
  0% {
    opacity: 0;
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*
 * Slide Top Medium
 */
@keyframes uk-fade-top-medium {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
 * Slide Bottom Medium
 */
@keyframes uk-fade-bottom-medium {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
 * Slide Left Medium
 */
@keyframes uk-fade-left-medium {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*
 * Slide Right Medium
 */
@keyframes uk-fade-right-medium {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*
 * Scale Up
 */
@keyframes uk-fade-scale-02 {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*
 * Scale Down
 */
@keyframes uk-fade-scale-18 {
  0% {
    opacity: 0;
    transform: scale(1.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*
 * Kenburns
 */
@keyframes uk-scale-kenburns {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
/*
 * Shake
 */
@keyframes uk-shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(-9px);
  }
  20% {
    transform: translateX(8px);
  }
  30% {
    transform: translateX(-7px);
  }
  40% {
    transform: translateX(6px);
  }
  50% {
    transform: translateX(-5px);
  }
  60% {
    transform: translateX(4px);
  }
  70% {
    transform: translateX(-3px);
  }
  80% {
    transform: translateX(2px);
  }
  90% {
    transform: translateX(-1px);
  }
}
/*
 * Stroke
 */
@keyframes uk-stroke {
  0% {
    stroke-dashoffset: var(--uk-animation-stroke);
  }
  100% {
    stroke-dashoffset: 0;
  }
}
/* ========================================================================
   Component: Width
 ========================================================================== */
/* Equal child widths
 ========================================================================== */
/* line 6623, /app/vendor/assets/stylesheets/uikit.css */
[class*='uk-child-width'] > * {
  box-sizing: border-box;
  width: 100%;
}

/* line 6627, /app/vendor/assets/stylesheets/uikit.css */
.uk-child-width-1-2 > * {
  width: 50%;
}

/* line 6630, /app/vendor/assets/stylesheets/uikit.css */
.uk-child-width-1-3 > * {
  width: calc(100% * 1 / 3.001);
}

/* line 6633, /app/vendor/assets/stylesheets/uikit.css */
.uk-child-width-1-4 > * {
  width: 25%;
}

/* line 6636, /app/vendor/assets/stylesheets/uikit.css */
.uk-child-width-1-5 > * {
  width: 20%;
}

/* line 6639, /app/vendor/assets/stylesheets/uikit.css */
.uk-child-width-1-6 > * {
  width: calc(100% * 1 / 6.001);
}

/* line 6642, /app/vendor/assets/stylesheets/uikit.css */
.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.
 */
/* line 6651, /app/vendor/assets/stylesheets/uikit.css */
.uk-child-width-expand > :not([class*='uk-width']) {
  flex: 1;
  /* 1 */
  min-width: 1px;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  /* line 6658, /app/vendor/assets/stylesheets/uikit.css */
  .uk-child-width-1-1\@s > * {
    width: 100%;
  }

  /* line 6661, /app/vendor/assets/stylesheets/uikit.css */
  .uk-child-width-1-2\@s > * {
    width: 50%;
  }

  /* line 6664, /app/vendor/assets/stylesheets/uikit.css */
  .uk-child-width-1-3\@s > * {
    width: calc(100% * 1 / 3.001);
  }

  /* line 6667, /app/vendor/assets/stylesheets/uikit.css */
  .uk-child-width-1-4\@s > * {
    width: 25%;
  }

  /* line 6670, /app/vendor/assets/stylesheets/uikit.css */
  .uk-child-width-1-5\@s > * {
    width: 20%;
  }

  /* line 6673, /app/vendor/assets/stylesheets/uikit.css */
  .uk-child-width-1-6\@s > * {
    width: calc(100% * 1 / 6.001);
  }

  /* line 6676, /app/vendor/assets/stylesheets/uikit.css */
  .uk-child-width-auto\@s > * {
    width: auto;
  }

  /* line 6679, /app/vendor/assets/stylesheets/uikit.css */
  .uk-child-width-expand\@s > :not([class*='uk-width']) {
    flex: 1;
    min-width: 1px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* line 6686, /app/vendor/assets/stylesheets/uikit.css */
  .uk-child-width-1-1\@m > * {
    width: 100%;
  }

  /* line 6689, /app/vendor/assets/stylesheets/uikit.css */
  .uk-child-width-1-2\@m > * {
    width: 50%;
  }

  /* line 6692, /app/vendor/assets/stylesheets/uikit.css */
  .uk-child-width-1-3\@m > * {
    width: calc(100% * 1 / 3.001);
  }

  /* line 6695, /app/vendor/assets/stylesheets/uikit.css */
  .uk-child-width-1-4\@m > * {
    width: 25%;
  }

  /* line 6698, /app/vendor/assets/stylesheets/uikit.css */
  .uk-child-width-1-5\@m > * {
    width: 20%;
  }

  /* line 6701, /app/vendor/assets/stylesheets/uikit.css */
  .uk-child-width-1-6\@m > * {
    width: calc(100% * 1 / 6.001);
  }

  /* line 6704, /app/vendor/assets/stylesheets/uikit.css */
  .uk-child-width-auto\@m > * {
    width: auto;
  }

  /* line 6707, /app/vendor/assets/stylesheets/uikit.css */
  .uk-child-width-expand\@m > :not([class*='uk-width']) {
    flex: 1;
    min-width: 1px;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  /* line 6714, /app/vendor/assets/stylesheets/uikit.css */
  .uk-child-width-1-1\@l > * {
    width: 100%;
  }

  /* line 6717, /app/vendor/assets/stylesheets/uikit.css */
  .uk-child-width-1-2\@l > * {
    width: 50%;
  }

  /* line 6720, /app/vendor/assets/stylesheets/uikit.css */
  .uk-child-width-1-3\@l > * {
    width: calc(100% * 1 / 3.001);
  }

  /* line 6723, /app/vendor/assets/stylesheets/uikit.css */
  .uk-child-width-1-4\@l > * {
    width: 25%;
  }

  /* line 6726, /app/vendor/assets/stylesheets/uikit.css */
  .uk-child-width-1-5\@l > * {
    width: 20%;
  }

  /* line 6729, /app/vendor/assets/stylesheets/uikit.css */
  .uk-child-width-1-6\@l > * {
    width: calc(100% * 1 / 6.001);
  }

  /* line 6732, /app/vendor/assets/stylesheets/uikit.css */
  .uk-child-width-auto\@l > * {
    width: auto;
  }

  /* line 6735, /app/vendor/assets/stylesheets/uikit.css */
  .uk-child-width-expand\@l > :not([class*='uk-width']) {
    flex: 1;
    min-width: 1px;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  /* line 6742, /app/vendor/assets/stylesheets/uikit.css */
  .uk-child-width-1-1\@xl > * {
    width: 100%;
  }

  /* line 6745, /app/vendor/assets/stylesheets/uikit.css */
  .uk-child-width-1-2\@xl > * {
    width: 50%;
  }

  /* line 6748, /app/vendor/assets/stylesheets/uikit.css */
  .uk-child-width-1-3\@xl > * {
    width: calc(100% * 1 / 3.001);
  }

  /* line 6751, /app/vendor/assets/stylesheets/uikit.css */
  .uk-child-width-1-4\@xl > * {
    width: 25%;
  }

  /* line 6754, /app/vendor/assets/stylesheets/uikit.css */
  .uk-child-width-1-5\@xl > * {
    width: 20%;
  }

  /* line 6757, /app/vendor/assets/stylesheets/uikit.css */
  .uk-child-width-1-6\@xl > * {
    width: calc(100% * 1 / 6.001);
  }

  /* line 6760, /app/vendor/assets/stylesheets/uikit.css */
  .uk-child-width-auto\@xl > * {
    width: auto;
  }

  /* line 6763, /app/vendor/assets/stylesheets/uikit.css */
  .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
 */
/* line 6773, /app/vendor/assets/stylesheets/uikit.css */
[class*='uk-width'] {
  box-sizing: border-box;
  width: 100%;
  /* 1 */
  max-width: 100%;
}

/* Halves */
/* line 6780, /app/vendor/assets/stylesheets/uikit.css */
.uk-width-1-2 {
  width: 50%;
}

/* Thirds */
/* line 6784, /app/vendor/assets/stylesheets/uikit.css */
.uk-width-1-3 {
  width: calc(100% * 1 / 3.001);
}

/* line 6787, /app/vendor/assets/stylesheets/uikit.css */
.uk-width-2-3 {
  width: calc(100% * 2 / 3.001);
}

/* Quarters */
/* line 6791, /app/vendor/assets/stylesheets/uikit.css */
.uk-width-1-4 {
  width: 25%;
}

/* line 6794, /app/vendor/assets/stylesheets/uikit.css */
.uk-width-3-4 {
  width: 75%;
}

/* Fifths */
/* line 6798, /app/vendor/assets/stylesheets/uikit.css */
.uk-width-1-5 {
  width: 20%;
}

/* line 6801, /app/vendor/assets/stylesheets/uikit.css */
.uk-width-2-5 {
  width: 40%;
}

/* line 6804, /app/vendor/assets/stylesheets/uikit.css */
.uk-width-3-5 {
  width: 60%;
}

/* line 6807, /app/vendor/assets/stylesheets/uikit.css */
.uk-width-4-5 {
  width: 80%;
}

/* Sixths */
/* line 6811, /app/vendor/assets/stylesheets/uikit.css */
.uk-width-1-6 {
  width: calc(100% * 1 / 6.001);
}

/* line 6814, /app/vendor/assets/stylesheets/uikit.css */
.uk-width-5-6 {
  width: calc(100% * 5 / 6.001);
}

/* Pixel */
/* line 6818, /app/vendor/assets/stylesheets/uikit.css */
.uk-width-small {
  width: 150px;
}

/* line 6821, /app/vendor/assets/stylesheets/uikit.css */
.uk-width-medium {
  width: 300px;
}

/* line 6824, /app/vendor/assets/stylesheets/uikit.css */
.uk-width-large {
  width: 450px;
}

/* line 6827, /app/vendor/assets/stylesheets/uikit.css */
.uk-width-xlarge {
  width: 600px;
}

/* line 6830, /app/vendor/assets/stylesheets/uikit.css */
.uk-width-xxlarge {
  width: 750px;
}

/* Auto */
/* line 6834, /app/vendor/assets/stylesheets/uikit.css */
.uk-width-auto {
  width: auto;
}

/* Expand */
/* line 6838, /app/vendor/assets/stylesheets/uikit.css */
.uk-width-expand {
  flex: 1;
  min-width: 1px;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  /* Whole */
  /* line 6845, /app/vendor/assets/stylesheets/uikit.css */
  .uk-width-1-1\@s {
    width: 100%;
  }

  /* Halves */
  /* line 6849, /app/vendor/assets/stylesheets/uikit.css */
  .uk-width-1-2\@s {
    width: 50%;
  }

  /* Thirds */
  /* line 6853, /app/vendor/assets/stylesheets/uikit.css */
  .uk-width-1-3\@s {
    width: calc(100% * 1 / 3.001);
  }

  /* line 6856, /app/vendor/assets/stylesheets/uikit.css */
  .uk-width-2-3\@s {
    width: calc(100% * 2 / 3.001);
  }

  /* Quarters */
  /* line 6860, /app/vendor/assets/stylesheets/uikit.css */
  .uk-width-1-4\@s {
    width: 25%;
  }

  /* line 6863, /app/vendor/assets/stylesheets/uikit.css */
  .uk-width-3-4\@s {
    width: 75%;
  }

  /* Fifths */
  /* line 6867, /app/vendor/assets/stylesheets/uikit.css */
  .uk-width-1-5\@s {
    width: 20%;
  }

  /* line 6870, /app/vendor/assets/stylesheets/uikit.css */
  .uk-width-2-5\@s {
    width: 40%;
  }

  /* line 6873, /app/vendor/assets/stylesheets/uikit.css */
  .uk-width-3-5\@s {
    width: 60%;
  }

  /* line 6876, /app/vendor/assets/stylesheets/uikit.css */
  .uk-width-4-5\@s {
    width: 80%;
  }

  /* Sixths */
  /* line 6880, /app/vendor/assets/stylesheets/uikit.css */
  .uk-width-1-6\@s {
    width: calc(100% * 1 / 6.001);
  }

  /* line 6883, /app/vendor/assets/stylesheets/uikit.css */
  .uk-width-5-6\@s {
    width: calc(100% * 5 / 6.001);
  }

  /* Pixel */
  /* line 6887, /app/vendor/assets/stylesheets/uikit.css */
  .uk-width-small\@s {
    width: 150px;
  }

  /* line 6890, /app/vendor/assets/stylesheets/uikit.css */
  .uk-width-medium\@s {
    width: 300px;
  }

  /* line 6893, /app/vendor/assets/stylesheets/uikit.css */
  .uk-width-large\@s {
    width: 450px;
  }

  /* line 6896, /app/vendor/assets/stylesheets/uikit.css */
  .uk-width-xlarge\@s {
    width: 600px;
  }

  /* line 6899, /app/vendor/assets/stylesheets/uikit.css */
  .uk-width-xxlarge\@s {
    width: 750px;
  }

  /* Auto */
  /* line 6903, /app/vendor/assets/stylesheets/uikit.css */
  .uk-width-auto\@s {
    width: auto;
  }

  /* Expand */
  /* line 6907, /app/vendor/assets/stylesheets/uikit.css */
  .uk-width-expand\@s {
    flex: 1;
    min-width: 1px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* Whole */
  /* line 6915, /app/vendor/assets/stylesheets/uikit.css */
  .uk-width-1-1\@m {
    width: 100%;
  }

  /* Halves */
  /* line 6919, /app/vendor/assets/stylesheets/uikit.css */
  .uk-width-1-2\@m {
    width: 50%;
  }

  /* Thirds */
  /* line 6923, /app/vendor/assets/stylesheets/uikit.css */
  .uk-width-1-3\@m {
    width: calc(100% * 1 / 3.001);
  }

  /* line 6926, /app/vendor/assets/stylesheets/uikit.css */
  .uk-width-2-3\@m {
    width: calc(100% * 2 / 3.001);
  }

  /* Quarters */
  /* line 6930, /app/vendor/assets/stylesheets/uikit.css */
  .uk-width-1-4\@m {
    width: 25%;
  }

  /* line 6933, /app/vendor/assets/stylesheets/uikit.css */
  .uk-width-3-4\@m {
    width: 75%;
  }

  /* Fifths */
  /* line 6937, /app/vendor/assets/stylesheets/uikit.css */
  .uk-width-1-5\@m {
    width: 20%;
  }

  /* line 6940, /app/vendor/assets/stylesheets/uikit.css */
  .uk-width-2-5\@m {
    width: 40%;
  }

  /* line 6943, /app/vendor/assets/stylesheets/uikit.css */
  .uk-width-3-5\@m {
    width: 60%;
  }

  /* line 6946, /app/vendor/assets/stylesheets/uikit.css */
  .uk-width-4-5\@m {
    width: 80%;
  }

  /* Sixths */
  /* line 6950, /app/vendor/assets/stylesheets/uikit.css */
  .uk-width-1-6\@m {
    width: calc(100% * 1 / 6.001);
  }

  /* line 6953, /app/vendor/assets/stylesheets/uikit.css */
  .uk-width-5-6\@m {
    width: calc(100% * 5 / 6.001);
  }

  /* Pixel */
  /* line 6957, /app/vendor/assets/stylesheets/uikit.css */
  .uk-width-small\@m {
    width: 150px;
  }

  /* line 6960, /app/vendor/assets/stylesheets/uikit.css */
  .uk-width-medium\@m {
    width: 300px;
  }

  /* line 6963, /app/vendor/assets/stylesheets/uikit.css */
  .uk-width-large\@m {
    width: 450px;
  }

  /* line 6966, /app/vendor/assets/stylesheets/uikit.css */
  .uk-width-xlarge\@m {
    width: 600px;
  }

  /* line 6969, /app/vendor/assets/stylesheets/uikit.css */
  .uk-width-xxlarge\@m {
    width: 750px;
  }

  /* Auto */
  /* line 6973, /app/vendor/assets/stylesheets/uikit.css */
  .uk-width-auto\@m {
    width: auto;
  }

  /* Expand */
  /* line 6977, /app/vendor/assets/stylesheets/uikit.css */
  .uk-width-expand\@m {
    flex: 1;
    min-width: 1px;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Whole */
  /* line 6985, /app/vendor/assets/stylesheets/uikit.css */
  .uk-width-1-1\@l {
    width: 100%;
  }

  /* Halves */
  /* line 6989, /app/vendor/assets/stylesheets/uikit.css */
  .uk-width-1-2\@l {
    width: 50%;
  }

  /* Thirds */
  /* line 6993, /app/vendor/assets/stylesheets/uikit.css */
  .uk-width-1-3\@l {
    width: calc(100% * 1 / 3.001);
  }

  /* line 6996, /app/vendor/assets/stylesheets/uikit.css */
  .uk-width-2-3\@l {
    width: calc(100% * 2 / 3.001);
  }

  /* Quarters */
  /* line 7000, /app/vendor/assets/stylesheets/uikit.css */
  .uk-width-1-4\@l {
    width: 25%;
  }

  /* line 7003, /app/vendor/assets/stylesheets/uikit.css */
  .uk-width-3-4\@l {
    width: 75%;
  }

  /* Fifths */
  /* line 7007, /app/vendor/assets/stylesheets/uikit.css */
  .uk-width-1-5\@l {
    width: 20%;
  }

  /* line 7010, /app/vendor/assets/stylesheets/uikit.css */
  .uk-width-2-5\@l {
    width: 40%;
  }

  /* line 7013, /app/vendor/assets/stylesheets/uikit.css */
  .uk-width-3-5\@l {
    width: 60%;
  }

  /* line 7016, /app/vendor/assets/stylesheets/uikit.css */
  .uk-width-4-5\@l {
    width: 80%;
  }

  /* Sixths */
  /* line 7020, /app/vendor/assets/stylesheets/uikit.css */
  .uk-width-1-6\@l {
    width: calc(100% * 1 / 6.001);
  }

  /* line 7023, /app/vendor/assets/stylesheets/uikit.css */
  .uk-width-5-6\@l {
    width: calc(100% * 5 / 6.001);
  }

  /* Pixel */
  /* line 7027, /app/vendor/assets/stylesheets/uikit.css */
  .uk-width-small\@l {
    width: 150px;
  }

  /* line 7030, /app/vendor/assets/stylesheets/uikit.css */
  .uk-width-medium\@l {
    width: 300px;
  }

  /* line 7033, /app/vendor/assets/stylesheets/uikit.css */
  .uk-width-large\@l {
    width: 450px;
  }

  /* line 7036, /app/vendor/assets/stylesheets/uikit.css */
  .uk-width-xlarge\@l {
    width: 600px;
  }

  /* line 7039, /app/vendor/assets/stylesheets/uikit.css */
  .uk-width-xxlarge\@l {
    width: 750px;
  }

  /* Auto */
  /* line 7043, /app/vendor/assets/stylesheets/uikit.css */
  .uk-width-auto\@l {
    width: auto;
  }

  /* Expand */
  /* line 7047, /app/vendor/assets/stylesheets/uikit.css */
  .uk-width-expand\@l {
    flex: 1;
    min-width: 1px;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  /* Whole */
  /* line 7055, /app/vendor/assets/stylesheets/uikit.css */
  .uk-width-1-1\@xl {
    width: 100%;
  }

  /* Halves */
  /* line 7059, /app/vendor/assets/stylesheets/uikit.css */
  .uk-width-1-2\@xl {
    width: 50%;
  }

  /* Thirds */
  /* line 7063, /app/vendor/assets/stylesheets/uikit.css */
  .uk-width-1-3\@xl {
    width: calc(100% * 1 / 3.001);
  }

  /* line 7066, /app/vendor/assets/stylesheets/uikit.css */
  .uk-width-2-3\@xl {
    width: calc(100% * 2 / 3.001);
  }

  /* Quarters */
  /* line 7070, /app/vendor/assets/stylesheets/uikit.css */
  .uk-width-1-4\@xl {
    width: 25%;
  }

  /* line 7073, /app/vendor/assets/stylesheets/uikit.css */
  .uk-width-3-4\@xl {
    width: 75%;
  }

  /* Fifths */
  /* line 7077, /app/vendor/assets/stylesheets/uikit.css */
  .uk-width-1-5\@xl {
    width: 20%;
  }

  /* line 7080, /app/vendor/assets/stylesheets/uikit.css */
  .uk-width-2-5\@xl {
    width: 40%;
  }

  /* line 7083, /app/vendor/assets/stylesheets/uikit.css */
  .uk-width-3-5\@xl {
    width: 60%;
  }

  /* line 7086, /app/vendor/assets/stylesheets/uikit.css */
  .uk-width-4-5\@xl {
    width: 80%;
  }

  /* Sixths */
  /* line 7090, /app/vendor/assets/stylesheets/uikit.css */
  .uk-width-1-6\@xl {
    width: calc(100% * 1 / 6.001);
  }

  /* line 7093, /app/vendor/assets/stylesheets/uikit.css */
  .uk-width-5-6\@xl {
    width: calc(100% * 5 / 6.001);
  }

  /* Pixel */
  /* line 7097, /app/vendor/assets/stylesheets/uikit.css */
  .uk-width-small\@xl {
    width: 150px;
  }

  /* line 7100, /app/vendor/assets/stylesheets/uikit.css */
  .uk-width-medium\@xl {
    width: 300px;
  }

  /* line 7103, /app/vendor/assets/stylesheets/uikit.css */
  .uk-width-large\@xl {
    width: 450px;
  }

  /* line 7106, /app/vendor/assets/stylesheets/uikit.css */
  .uk-width-xlarge\@xl {
    width: 600px;
  }

  /* line 7109, /app/vendor/assets/stylesheets/uikit.css */
  .uk-width-xxlarge\@xl {
    width: 750px;
  }

  /* Auto */
  /* line 7113, /app/vendor/assets/stylesheets/uikit.css */
  .uk-width-auto\@xl {
    width: auto;
  }

  /* Expand */
  /* line 7117, /app/vendor/assets/stylesheets/uikit.css */
  .uk-width-expand\@xl {
    flex: 1;
    min-width: 1px;
  }
}
/* ========================================================================
   Component: Height
 ========================================================================== */
/* line 7125, /app/vendor/assets/stylesheets/uikit.css */
[class*='uk-height'] {
  box-sizing: border-box;
}

/*
 * Only works if parent element has a height set
 */
/* line 7131, /app/vendor/assets/stylesheets/uikit.css */
.uk-height-1-1 {
  height: 100%;
}

/*
 * Useful to create image teasers
 */
/* line 7137, /app/vendor/assets/stylesheets/uikit.css */
.uk-height-viewport {
  min-height: 100vh;
}

/*
 * Pixel
 * Useful for `overflow: auto`
 */
/* line 7144, /app/vendor/assets/stylesheets/uikit.css */
.uk-height-small {
  height: 150px;
}

/* line 7147, /app/vendor/assets/stylesheets/uikit.css */
.uk-height-medium {
  height: 300px;
}

/* line 7150, /app/vendor/assets/stylesheets/uikit.css */
.uk-height-large {
  height: 450px;
}

/* line 7153, /app/vendor/assets/stylesheets/uikit.css */
.uk-height-max-small {
  max-height: 150px;
}

/* line 7156, /app/vendor/assets/stylesheets/uikit.css */
.uk-height-max-medium {
  max-height: 300px;
}

/* line 7159, /app/vendor/assets/stylesheets/uikit.css */
.uk-height-max-large {
  max-height: 450px;
}

/* ========================================================================
   Component: Text
 ========================================================================== */
/* Style modifiers
 ========================================================================== */
/* line 7167, /app/vendor/assets/stylesheets/uikit.css */
.uk-text-lead {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #333;
}

/* line 7172, /app/vendor/assets/stylesheets/uikit.css */
.uk-text-meta {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #999;
}

/* line 7177, /app/vendor/assets/stylesheets/uikit.css */
.uk-text-meta a {
  color: #999;
}

/* line 7180, /app/vendor/assets/stylesheets/uikit.css */
.uk-text-meta a:hover {
  color: #666;
  text-decoration: none;
}

/* Size modifiers
 ========================================================================== */
/* line 7186, /app/vendor/assets/stylesheets/uikit.css */
.uk-text-small {
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 7190, /app/vendor/assets/stylesheets/uikit.css */
.uk-text-large {
  font-size: 1.5rem;
  line-height: 1.5;
}

/* Weight modifier
 ========================================================================== */
/* line 7196, /app/vendor/assets/stylesheets/uikit.css */
.uk-text-light {
  font-weight: 300;
}

/* line 7199, /app/vendor/assets/stylesheets/uikit.css */
.uk-text-normal {
  font-weight: 400;
}

/* line 7202, /app/vendor/assets/stylesheets/uikit.css */
.uk-text-bold {
  font-weight: 700;
}

/* line 7205, /app/vendor/assets/stylesheets/uikit.css */
.uk-text-lighter {
  font-weight: lighter;
}

/* line 7208, /app/vendor/assets/stylesheets/uikit.css */
.uk-text-bolder {
  font-weight: bolder;
}

/* Style modifier
 ========================================================================== */
/* line 7213, /app/vendor/assets/stylesheets/uikit.css */
.uk-text-italic {
  font-style: italic;
}

/* Transform modifier
 ========================================================================== */
/* line 7218, /app/vendor/assets/stylesheets/uikit.css */
.uk-text-capitalize {
  text-transform: capitalize !important;
}

/* line 7221, /app/vendor/assets/stylesheets/uikit.css */
.uk-text-uppercase {
  text-transform: uppercase !important;
}

/* line 7224, /app/vendor/assets/stylesheets/uikit.css */
.uk-text-lowercase {
  text-transform: lowercase !important;
}

/* Color modifiers
 ========================================================================== */
/* line 7229, /app/vendor/assets/stylesheets/uikit.css */
.uk-text-muted {
  color: #999 !important;
}

/* line 7232, /app/vendor/assets/stylesheets/uikit.css */
.uk-text-emphasis {
  color: #333 !important;
}

/* line 7235, /app/vendor/assets/stylesheets/uikit.css */
.uk-text-primary {
  color: #1e87f0 !important;
}

/* line 7238, /app/vendor/assets/stylesheets/uikit.css */
.uk-text-secondary {
  color: #222 !important;
}

/* line 7241, /app/vendor/assets/stylesheets/uikit.css */
.uk-text-success {
  color: #32d296 !important;
}

/* line 7244, /app/vendor/assets/stylesheets/uikit.css */
.uk-text-warning {
  color: #faa05a !important;
}

/* line 7247, /app/vendor/assets/stylesheets/uikit.css */
.uk-text-danger {
  color: #f0506e !important;
}

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

@supports (-webkit-background-clip: text) {
  /* line 7268, /app/vendor/assets/stylesheets/uikit.css */
  .uk-text-background {
    background-color: #1e87f0;
  }
}
/* Alignment modifiers
 ========================================================================== */
/* line 7274, /app/vendor/assets/stylesheets/uikit.css */
.uk-text-left {
  text-align: left !important;
}

/* line 7277, /app/vendor/assets/stylesheets/uikit.css */
.uk-text-right {
  text-align: right !important;
}

/* line 7280, /app/vendor/assets/stylesheets/uikit.css */
.uk-text-center {
  text-align: center !important;
}

/* line 7283, /app/vendor/assets/stylesheets/uikit.css */
.uk-text-justify {
  text-align: justify !important;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  /* line 7288, /app/vendor/assets/stylesheets/uikit.css */
  .uk-text-left\@s {
    text-align: left !important;
  }

  /* line 7291, /app/vendor/assets/stylesheets/uikit.css */
  .uk-text-right\@s {
    text-align: right !important;
  }

  /* line 7294, /app/vendor/assets/stylesheets/uikit.css */
  .uk-text-center\@s {
    text-align: center !important;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* line 7300, /app/vendor/assets/stylesheets/uikit.css */
  .uk-text-left\@m {
    text-align: left !important;
  }

  /* line 7303, /app/vendor/assets/stylesheets/uikit.css */
  .uk-text-right\@m {
    text-align: right !important;
  }

  /* line 7306, /app/vendor/assets/stylesheets/uikit.css */
  .uk-text-center\@m {
    text-align: center !important;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  /* line 7312, /app/vendor/assets/stylesheets/uikit.css */
  .uk-text-left\@l {
    text-align: left !important;
  }

  /* line 7315, /app/vendor/assets/stylesheets/uikit.css */
  .uk-text-right\@l {
    text-align: right !important;
  }

  /* line 7318, /app/vendor/assets/stylesheets/uikit.css */
  .uk-text-center\@l {
    text-align: center !important;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  /* line 7324, /app/vendor/assets/stylesheets/uikit.css */
  .uk-text-left\@xl {
    text-align: left !important;
  }

  /* line 7327, /app/vendor/assets/stylesheets/uikit.css */
  .uk-text-right\@xl {
    text-align: right !important;
  }

  /* line 7330, /app/vendor/assets/stylesheets/uikit.css */
  .uk-text-center\@xl {
    text-align: center !important;
  }
}
/*
 * Vertical
 */
/* line 7337, /app/vendor/assets/stylesheets/uikit.css */
.uk-text-top {
  vertical-align: top !important;
}

/* line 7340, /app/vendor/assets/stylesheets/uikit.css */
.uk-text-middle {
  vertical-align: middle !important;
}

/* line 7343, /app/vendor/assets/stylesheets/uikit.css */
.uk-text-bottom {
  vertical-align: bottom !important;
}

/* line 7346, /app/vendor/assets/stylesheets/uikit.css */
.uk-text-baseline {
  vertical-align: baseline !important;
}

/* Wrap modifiers
 ========================================================================== */
/*
 * Prevent text from wrapping onto multiple lines
 */
/* line 7354, /app/vendor/assets/stylesheets/uikit.css */
.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
 */
/* line 7362, /app/vendor/assets/stylesheets/uikit.css */
.uk-text-truncate {
  /* 1 */
  max-width: 100%;
  /* 2 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 2 */
/* line 7371, /app/vendor/assets/stylesheets/uikit.css */
th.uk-text-truncate,
td.uk-text-truncate {
  max-width: 0;
}

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

/* 3 */
/* line 7389, /app/vendor/assets/stylesheets/uikit.css */
th.uk-text-break,
td.uk-text-break {
  word-break: break-all;
}

/* ========================================================================
   Component: Column
 ========================================================================== */
/* line 7396, /app/vendor/assets/stylesheets/uikit.css */
[class*='uk-column-'] {
  column-gap: 30px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* line 7401, /app/vendor/assets/stylesheets/uikit.css */
  [class*='uk-column-'] {
    column-gap: 40px;
  }
}
/*
 * Fix image 1px line wrapping into the next column in Chrome
 */
/* line 7408, /app/vendor/assets/stylesheets/uikit.css */
[class*='uk-column-'] img {
  transform: translate3d(0, 0, 0);
}

/* Divider
 ========================================================================== */
/*
 * 1. Double the column gap
 */
/* line 7416, /app/vendor/assets/stylesheets/uikit.css */
.uk-column-divider {
  column-rule: 1px solid #e5e5e5;
  /* 1 */
  column-gap: 60px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* line 7423, /app/vendor/assets/stylesheets/uikit.css */
  .uk-column-divider {
    column-gap: 80px;
  }
}
/* Width modifiers
 ========================================================================== */
/* line 7429, /app/vendor/assets/stylesheets/uikit.css */
.uk-column-1-2 {
  column-count: 2;
}

/* line 7432, /app/vendor/assets/stylesheets/uikit.css */
.uk-column-1-3 {
  column-count: 3;
}

/* line 7435, /app/vendor/assets/stylesheets/uikit.css */
.uk-column-1-4 {
  column-count: 4;
}

/* line 7438, /app/vendor/assets/stylesheets/uikit.css */
.uk-column-1-5 {
  column-count: 5;
}

/* line 7441, /app/vendor/assets/stylesheets/uikit.css */
.uk-column-1-6 {
  column-count: 6;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  /* line 7446, /app/vendor/assets/stylesheets/uikit.css */
  .uk-column-1-2\@s {
    column-count: 2;
  }

  /* line 7449, /app/vendor/assets/stylesheets/uikit.css */
  .uk-column-1-3\@s {
    column-count: 3;
  }

  /* line 7452, /app/vendor/assets/stylesheets/uikit.css */
  .uk-column-1-4\@s {
    column-count: 4;
  }

  /* line 7455, /app/vendor/assets/stylesheets/uikit.css */
  .uk-column-1-5\@s {
    column-count: 5;
  }

  /* line 7458, /app/vendor/assets/stylesheets/uikit.css */
  .uk-column-1-6\@s {
    column-count: 6;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* line 7464, /app/vendor/assets/stylesheets/uikit.css */
  .uk-column-1-2\@m {
    column-count: 2;
  }

  /* line 7467, /app/vendor/assets/stylesheets/uikit.css */
  .uk-column-1-3\@m {
    column-count: 3;
  }

  /* line 7470, /app/vendor/assets/stylesheets/uikit.css */
  .uk-column-1-4\@m {
    column-count: 4;
  }

  /* line 7473, /app/vendor/assets/stylesheets/uikit.css */
  .uk-column-1-5\@m {
    column-count: 5;
  }

  /* line 7476, /app/vendor/assets/stylesheets/uikit.css */
  .uk-column-1-6\@m {
    column-count: 6;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  /* line 7482, /app/vendor/assets/stylesheets/uikit.css */
  .uk-column-1-2\@l {
    column-count: 2;
  }

  /* line 7485, /app/vendor/assets/stylesheets/uikit.css */
  .uk-column-1-3\@l {
    column-count: 3;
  }

  /* line 7488, /app/vendor/assets/stylesheets/uikit.css */
  .uk-column-1-4\@l {
    column-count: 4;
  }

  /* line 7491, /app/vendor/assets/stylesheets/uikit.css */
  .uk-column-1-5\@l {
    column-count: 5;
  }

  /* line 7494, /app/vendor/assets/stylesheets/uikit.css */
  .uk-column-1-6\@l {
    column-count: 6;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  /* line 7500, /app/vendor/assets/stylesheets/uikit.css */
  .uk-column-1-2\@xl {
    column-count: 2;
  }

  /* line 7503, /app/vendor/assets/stylesheets/uikit.css */
  .uk-column-1-3\@xl {
    column-count: 3;
  }

  /* line 7506, /app/vendor/assets/stylesheets/uikit.css */
  .uk-column-1-4\@xl {
    column-count: 4;
  }

  /* line 7509, /app/vendor/assets/stylesheets/uikit.css */
  .uk-column-1-5\@xl {
    column-count: 5;
  }

  /* line 7512, /app/vendor/assets/stylesheets/uikit.css */
  .uk-column-1-6\@xl {
    column-count: 6;
  }
}
/* Make element span across all columns
 * Does not work in Firefox yet
 ========================================================================== */
/* line 7519, /app/vendor/assets/stylesheets/uikit.css */
.uk-column-span {
  column-span: all;
}

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

/* line 7541, /app/vendor/assets/stylesheets/uikit.css */
iframe.uk-cover {
  pointer-events: none;
}

/* Container
 ========================================================================== */
/*
 * 1. Parent container which clips resized object
 * 2. Needed if the child is positioned absolute. See note above
 */
/* line 7550, /app/vendor/assets/stylesheets/uikit.css */
.uk-cover-container {
  /* 1 */
  overflow: hidden;
  /* 2 */
  position: relative;
}

/* ========================================================================
   Component: Background
 ========================================================================== */
/* Color
 ========================================================================== */
/* line 7561, /app/vendor/assets/stylesheets/uikit.css */
.uk-background-default {
  background-color: #fff;
}

/* line 7564, /app/vendor/assets/stylesheets/uikit.css */
.uk-background-muted {
  background-color: #f8f8f8;
}

/* line 7567, /app/vendor/assets/stylesheets/uikit.css */
.uk-background-primary {
  background-color: #1e87f0;
}

/* line 7570, /app/vendor/assets/stylesheets/uikit.css */
.uk-background-secondary {
  background-color: #222;
}

/* Size
 ========================================================================== */
/* line 7575, /app/vendor/assets/stylesheets/uikit.css */
.uk-background-cover,
.uk-background-contain {
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* line 7580, /app/vendor/assets/stylesheets/uikit.css */
.uk-background-cover {
  background-size: cover;
}

/* line 7583, /app/vendor/assets/stylesheets/uikit.css */
.uk-background-contain {
  background-size: contain;
}

/* Position
 ========================================================================== */
/* line 7588, /app/vendor/assets/stylesheets/uikit.css */
.uk-background-top-left {
  background-position: 0 0;
}

/* line 7591, /app/vendor/assets/stylesheets/uikit.css */
.uk-background-top-center {
  background-position: 50% 0;
}

/* line 7594, /app/vendor/assets/stylesheets/uikit.css */
.uk-background-top-right {
  background-position: 100% 0;
}

/* line 7597, /app/vendor/assets/stylesheets/uikit.css */
.uk-background-center-left {
  background-position: 0 50%;
}

/* line 7600, /app/vendor/assets/stylesheets/uikit.css */
.uk-background-center-center {
  background-position: 50% 50%;
}

/* line 7603, /app/vendor/assets/stylesheets/uikit.css */
.uk-background-center-right {
  background-position: 100% 50%;
}

/* line 7606, /app/vendor/assets/stylesheets/uikit.css */
.uk-background-bottom-left {
  background-position: 0 100%;
}

/* line 7609, /app/vendor/assets/stylesheets/uikit.css */
.uk-background-bottom-center {
  background-position: 50% 100%;
}

/* line 7612, /app/vendor/assets/stylesheets/uikit.css */
.uk-background-bottom-right {
  background-position: 100% 100%;
}

/* Repeat
 ========================================================================== */
/* line 7617, /app/vendor/assets/stylesheets/uikit.css */
.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`
 */
/* line 7625, /app/vendor/assets/stylesheets/uikit.css */
.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) {
  /* line 7634, /app/vendor/assets/stylesheets/uikit.css */
  .uk-background-fixed {
    background-attachment: scroll;
  }
}
/* Image
 ========================================================================== */
/* Phone portrait and smaller */
@media (max-width: 639px) {
  /* line 7642, /app/vendor/assets/stylesheets/uikit.css */
  .uk-background-image\@s {
    background-image: none !important;
  }
}
/* Phone landscape and smaller */
@media (max-width: 959px) {
  /* line 7648, /app/vendor/assets/stylesheets/uikit.css */
  .uk-background-image\@m {
    background-image: none !important;
  }
}
/* Tablet landscape and smaller */
@media (max-width: 1199px) {
  /* line 7654, /app/vendor/assets/stylesheets/uikit.css */
  .uk-background-image\@l {
    background-image: none !important;
  }
}
/* Desktop and smaller */
@media (max-width: 1599px) {
  /* line 7660, /app/vendor/assets/stylesheets/uikit.css */
  .uk-background-image\@xl {
    background-image: none !important;
  }
}
/* Blend modes
 ========================================================================== */
/* line 7666, /app/vendor/assets/stylesheets/uikit.css */
.uk-background-blend-multiply {
  background-blend-mode: multiply;
}

/* line 7669, /app/vendor/assets/stylesheets/uikit.css */
.uk-background-blend-screen {
  background-blend-mode: screen;
}

/* line 7672, /app/vendor/assets/stylesheets/uikit.css */
.uk-background-blend-overlay {
  background-blend-mode: overlay;
}

/* line 7675, /app/vendor/assets/stylesheets/uikit.css */
.uk-background-blend-darken {
  background-blend-mode: darken;
}

/* line 7678, /app/vendor/assets/stylesheets/uikit.css */
.uk-background-blend-lighten {
  background-blend-mode: lighten;
}

/* line 7681, /app/vendor/assets/stylesheets/uikit.css */
.uk-background-blend-color-dodge {
  background-blend-mode: color-dodge;
}

/* line 7684, /app/vendor/assets/stylesheets/uikit.css */
.uk-background-blend-color-burn {
  background-blend-mode: color-burn;
}

/* line 7687, /app/vendor/assets/stylesheets/uikit.css */
.uk-background-blend-hard-light {
  background-blend-mode: hard-light;
}

/* line 7690, /app/vendor/assets/stylesheets/uikit.css */
.uk-background-blend-soft-light {
  background-blend-mode: soft-light;
}

/* line 7693, /app/vendor/assets/stylesheets/uikit.css */
.uk-background-blend-difference {
  background-blend-mode: difference;
}

/* line 7696, /app/vendor/assets/stylesheets/uikit.css */
.uk-background-blend-exclusion {
  background-blend-mode: exclusion;
}

/* line 7699, /app/vendor/assets/stylesheets/uikit.css */
.uk-background-blend-hue {
  background-blend-mode: hue;
}

/* line 7702, /app/vendor/assets/stylesheets/uikit.css */
.uk-background-blend-saturation {
  background-blend-mode: saturation;
}

/* line 7705, /app/vendor/assets/stylesheets/uikit.css */
.uk-background-blend-color {
  background-blend-mode: color;
}

/* line 7708, /app/vendor/assets/stylesheets/uikit.css */
.uk-background-blend-luminosity {
  background-blend-mode: luminosity;
}

/* ========================================================================
   Component: Align
 ========================================================================== */
/*
 * Default
 */
/* line 7717, /app/vendor/assets/stylesheets/uikit.css */
[class*='uk-align'] {
  display: block;
  margin-bottom: 30px;
}

/* line 7721, /app/vendor/assets/stylesheets/uikit.css */
* + [class*='uk-align'] {
  margin-top: 30px;
}

/*
 * Center
 */
/* line 7727, /app/vendor/assets/stylesheets/uikit.css */
.uk-align-center {
  margin-left: auto;
  margin-right: auto;
}

/*
 * Left/Right
 */
/* line 7734, /app/vendor/assets/stylesheets/uikit.css */
.uk-align-left {
  margin-top: 0;
  margin-right: 30px;
  float: left;
}

/* line 7739, /app/vendor/assets/stylesheets/uikit.css */
.uk-align-right {
  margin-top: 0;
  margin-left: 30px;
  float: right;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  /* line 7746, /app/vendor/assets/stylesheets/uikit.css */
  .uk-align-left\@s {
    margin-top: 0;
    margin-right: 30px;
    float: left;
  }

  /* line 7751, /app/vendor/assets/stylesheets/uikit.css */
  .uk-align-right\@s {
    margin-top: 0;
    margin-left: 30px;
    float: right;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* line 7759, /app/vendor/assets/stylesheets/uikit.css */
  .uk-align-left\@m {
    margin-top: 0;
    margin-right: 30px;
    float: left;
  }

  /* line 7764, /app/vendor/assets/stylesheets/uikit.css */
  .uk-align-right\@m {
    margin-top: 0;
    margin-left: 30px;
    float: right;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  /* line 7772, /app/vendor/assets/stylesheets/uikit.css */
  .uk-align-left\@l {
    margin-top: 0;
    float: left;
  }

  /* line 7776, /app/vendor/assets/stylesheets/uikit.css */
  .uk-align-right\@l {
    margin-top: 0;
    float: right;
  }

  /* line 7780, /app/vendor/assets/stylesheets/uikit.css */
  .uk-align-left,
  .uk-align-left\@s,
  .uk-align-left\@m,
  .uk-align-left\@l {
    margin-right: 40px;
  }

  /* line 7786, /app/vendor/assets/stylesheets/uikit.css */
  .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) {
  /* line 7795, /app/vendor/assets/stylesheets/uikit.css */
  .uk-align-left\@xl {
    margin-top: 0;
    margin-right: 40px;
    float: left;
  }

  /* line 7800, /app/vendor/assets/stylesheets/uikit.css */
  .uk-align-right\@xl {
    margin-top: 0;
    margin-left: 40px;
    float: right;
  }
}
/* ========================================================================
   Component: SVG
 ========================================================================== */
/*
 * 1. Fill all SVG elements with the current text color if no `fill` attribute is set
 * 2. Set the fill and stroke color of all SVG elements to the current text color
 */
/* 1 */
/* line 7814, /app/vendor/assets/stylesheets/uikit.css */
.uk-svg,
.uk-svg:not(.uk-preserve) [fill*='#']:not(.uk-preserve) {
  fill: currentcolor;
}

/* line 7818, /app/vendor/assets/stylesheets/uikit.css */
.uk-svg:not(.uk-preserve) [stroke*='#']:not(.uk-preserve) {
  stroke: currentcolor;
}

/*
 * Fix Firefox blurry SVG rendering: https://bugzilla.mozilla.org/show_bug.cgi?id=1046835
 */
/* line 7824, /app/vendor/assets/stylesheets/uikit.css */
.uk-svg {
  transform: translate(0, 0);
}

/* ========================================================================
   Component: Utility
 ========================================================================== */
/* Panel
 ========================================================================== */
/* line 7832, /app/vendor/assets/stylesheets/uikit.css */
.uk-panel {
  position: relative;
  box-sizing: border-box;
}

/*
 * Micro clearfix
 */
/* line 7839, /app/vendor/assets/stylesheets/uikit.css */
.uk-panel::before,
.uk-panel::after {
  content: "";
  display: table;
}

/* line 7844, /app/vendor/assets/stylesheets/uikit.css */
.uk-panel::after {
  clear: both;
}

/*
 * Remove margin from the last-child
 */
/* line 7850, /app/vendor/assets/stylesheets/uikit.css */
.uk-panel > :last-child {
  margin-bottom: 0;
}

/*
 * Scrollable
 */
/* line 7856, /app/vendor/assets/stylesheets/uikit.css */
.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 */
/* line 7872, /app/vendor/assets/stylesheets/uikit.css */
.uk-clearfix::before {
  content: "";
  display: table-cell;
}

/* 2 */
/* line 7877, /app/vendor/assets/stylesheets/uikit.css */
.uk-clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* Float
 ========================================================================== */
/*
 * 1. Prevent content overflow
 */
/* line 7887, /app/vendor/assets/stylesheets/uikit.css */
.uk-float-left {
  float: left;
}

/* line 7890, /app/vendor/assets/stylesheets/uikit.css */
.uk-float-right {
  float: right;
}

/* 1 */
/* line 7894, /app/vendor/assets/stylesheets/uikit.css */
[class*='uk-float-'] {
  max-width: 100%;
}

/* Overfow
 ========================================================================== */
/* line 7899, /app/vendor/assets/stylesheets/uikit.css */
.uk-overflow-hidden {
  overflow: hidden;
}

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

/* line 7910, /app/vendor/assets/stylesheets/uikit.css */
.uk-overflow-auto > :last-child {
  margin-bottom: 0;
}

/* Resize
 ========================================================================== */
/* line 7915, /app/vendor/assets/stylesheets/uikit.css */
.uk-resize {
  resize: both;
}

/* line 7918, /app/vendor/assets/stylesheets/uikit.css */
.uk-resize-vertical {
  resize: vertical;
}

/* Display
 ========================================================================== */
/* line 7923, /app/vendor/assets/stylesheets/uikit.css */
.uk-display-block {
  display: block !important;
}

/* line 7926, /app/vendor/assets/stylesheets/uikit.css */
.uk-display-inline {
  display: inline !important;
}

/* line 7929, /app/vendor/assets/stylesheets/uikit.css */
.uk-display-inline-block {
  display: inline-block !important;
}

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

/* line 7955, /app/vendor/assets/stylesheets/uikit.css */
.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
 */
/* line 7965, /app/vendor/assets/stylesheets/uikit.css */
.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
 */
/* line 7976, /app/vendor/assets/stylesheets/uikit.css */
.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
 */
/* line 7984, /app/vendor/assets/stylesheets/uikit.css */
.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
 */
/* line 7995, /app/vendor/assets/stylesheets/uikit.css */
.uk-responsive-height {
  /* 1 */
  max-height: 100%;
  /* 2 */
  width: auto;
  /* 3 */
  max-width: none;
}

/* Border
 ========================================================================== */
/* line 8005, /app/vendor/assets/stylesheets/uikit.css */
.uk-border-circle {
  border-radius: 50%;
}

/* line 8008, /app/vendor/assets/stylesheets/uikit.css */
.uk-border-pill {
  border-radius: 500px;
}

/* line 8011, /app/vendor/assets/stylesheets/uikit.css */
.uk-border-rounded {
  border-radius: 5px;
}

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

/* Box-shadow
 ========================================================================== */
/* line 8022, /app/vendor/assets/stylesheets/uikit.css */
.uk-box-shadow-small {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

/* line 8025, /app/vendor/assets/stylesheets/uikit.css */
.uk-box-shadow-medium {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

/* line 8028, /app/vendor/assets/stylesheets/uikit.css */
.uk-box-shadow-large {
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

/* line 8031, /app/vendor/assets/stylesheets/uikit.css */
.uk-box-shadow-xlarge {
  box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16);
}

/*
 * Hover
 */
/* line 8037, /app/vendor/assets/stylesheets/uikit.css */
[class*='uk-box-shadow-hover'] {
  transition: box-shadow 0.1s ease-in-out;
}

/* line 8040, /app/vendor/assets/stylesheets/uikit.css */
.uk-box-shadow-hover-small:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

/* line 8043, /app/vendor/assets/stylesheets/uikit.css */
.uk-box-shadow-hover-medium:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

/* line 8046, /app/vendor/assets/stylesheets/uikit.css */
.uk-box-shadow-hover-large:hover {
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

/* line 8049, /app/vendor/assets/stylesheets/uikit.css */
.uk-box-shadow-hover-xlarge:hover {
  box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16);
}

/* Box-shadow bottom
 ========================================================================== */
/*
 * 1. Set position.
 * 2. Set style
 * 3. Blur doesn't work on pseudo elements with negative `z-index` in Edge.
 *    Solved by using `before` and add position context to child elements.
 */
@supports (filter: blur(0)) {
  /* line 8061, /app/vendor/assets/stylesheets/uikit.css */
  .uk-box-shadow-bottom {
    display: inline-block;
    position: relative;
    max-width: 100%;
    vertical-align: middle;
  }

  /* line 8067, /app/vendor/assets/stylesheets/uikit.css */
  .uk-box-shadow-bottom::before {
    content: '';
    /* 1 */
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    /* 2 */
    height: 30px;
    border-radius: 100%;
    background: #444;
    filter: blur(20px);
  }

  /* 3 */
  /* line 8081, /app/vendor/assets/stylesheets/uikit.css */
  .uk-box-shadow-bottom > * {
    position: relative;
  }
}
/* Drop cap
 ========================================================================== */
/*
 * 1. Firefox doesn't apply `::first-letter` if the first letter is inside child elements
 *    https://bugzilla.mozilla.org/show_bug.cgi?id=214004
 * 2. In Firefox, a floating `::first-letter` doesn't have a line box and there for no `line-height`
 *    https://bugzilla.mozilla.org/show_bug.cgi?id=317933
 * 3. Caused by 1.: Edge creates two nested `::first-letter` containers, one for each selector
 *    This doubles the `font-size` exponential when using the `em` unit.
 */
/* line 8095, /app/vendor/assets/stylesheets/uikit.css */
.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() {
  /* line 8106, /app/vendor/assets/stylesheets/uikit.css */
  .uk-dropcap::first-letter,
  .uk-dropcap > p:first-of-type::first-letter {
    margin-top: 1.1%;
  }
}
/* 3 */
@supports (-ms-ime-align: auto) {
  /* line 8113, /app/vendor/assets/stylesheets/uikit.css */
  .uk-dropcap > p:first-of-type::first-letter {
    font-size: 1em;
  }
}
/* Logo
 ========================================================================== */
/*
 * 1. Required for `a`
 */
/* line 8122, /app/vendor/assets/stylesheets/uikit.css */
.uk-logo {
  font-size: 1.5rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #666;
  /* 1 */
  text-decoration: none;
}

/* Hover + Focus */
/* line 8130, /app/vendor/assets/stylesheets/uikit.css */
.uk-logo:hover,
.uk-logo:focus {
  color: #666;
  outline: none;
  /* 1 */
  text-decoration: none;
}

/* line 8137, /app/vendor/assets/stylesheets/uikit.css */
.uk-logo-inverse {
  display: none;
}

/* Disabled State
 ========================================================================== */
/* line 8142, /app/vendor/assets/stylesheets/uikit.css */
.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
 */
/* line 8151, /app/vendor/assets/stylesheets/uikit.css */
.uk-drag,
.uk-drag * {
  cursor: move;
}

/* 2 */
/* line 8156, /app/vendor/assets/stylesheets/uikit.css */
.uk-drag iframe {
  pointer-events: none;
}

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

/* Blend modes
 ========================================================================== */
/* line 8169, /app/vendor/assets/stylesheets/uikit.css */
.uk-blend-multiply {
  mix-blend-mode: multiply;
}

/* line 8172, /app/vendor/assets/stylesheets/uikit.css */
.uk-blend-screen {
  mix-blend-mode: screen;
}

/* line 8175, /app/vendor/assets/stylesheets/uikit.css */
.uk-blend-overlay {
  mix-blend-mode: overlay;
}

/* line 8178, /app/vendor/assets/stylesheets/uikit.css */
.uk-blend-darken {
  mix-blend-mode: darken;
}

/* line 8181, /app/vendor/assets/stylesheets/uikit.css */
.uk-blend-lighten {
  mix-blend-mode: lighten;
}

/* line 8184, /app/vendor/assets/stylesheets/uikit.css */
.uk-blend-color-dodge {
  mix-blend-mode: color-dodge;
}

/* line 8187, /app/vendor/assets/stylesheets/uikit.css */
.uk-blend-color-burn {
  mix-blend-mode: color-burn;
}

/* line 8190, /app/vendor/assets/stylesheets/uikit.css */
.uk-blend-hard-light {
  mix-blend-mode: hard-light;
}

/* line 8193, /app/vendor/assets/stylesheets/uikit.css */
.uk-blend-soft-light {
  mix-blend-mode: soft-light;
}

/* line 8196, /app/vendor/assets/stylesheets/uikit.css */
.uk-blend-difference {
  mix-blend-mode: difference;
}

/* line 8199, /app/vendor/assets/stylesheets/uikit.css */
.uk-blend-exclusion {
  mix-blend-mode: exclusion;
}

/* line 8202, /app/vendor/assets/stylesheets/uikit.css */
.uk-blend-hue {
  mix-blend-mode: hue;
}

/* line 8205, /app/vendor/assets/stylesheets/uikit.css */
.uk-blend-saturation {
  mix-blend-mode: saturation;
}

/* line 8208, /app/vendor/assets/stylesheets/uikit.css */
.uk-blend-color {
  mix-blend-mode: color;
}

/* line 8211, /app/vendor/assets/stylesheets/uikit.css */
.uk-blend-luminosity {
  mix-blend-mode: luminosity;
}

/* Transform
========================================================================== */
/* line 8216, /app/vendor/assets/stylesheets/uikit.css */
.uk-transform-center {
  transform: translate(-50%, -50%);
}

/* Transform Origin
========================================================================== */
/* line 8221, /app/vendor/assets/stylesheets/uikit.css */
.uk-transform-origin-top-left {
  transform-origin: 0 0;
}

/* line 8224, /app/vendor/assets/stylesheets/uikit.css */
.uk-transform-origin-top-center {
  transform-origin: 50% 0;
}

/* line 8227, /app/vendor/assets/stylesheets/uikit.css */
.uk-transform-origin-top-right {
  transform-origin: 100% 0;
}

/* line 8230, /app/vendor/assets/stylesheets/uikit.css */
.uk-transform-origin-center-left {
  transform-origin: 0 50%;
}

/* line 8233, /app/vendor/assets/stylesheets/uikit.css */
.uk-transform-origin-center-right {
  transform-origin: 100% 50%;
}

/* line 8236, /app/vendor/assets/stylesheets/uikit.css */
.uk-transform-origin-bottom-left {
  transform-origin: 0 100%;
}

/* line 8239, /app/vendor/assets/stylesheets/uikit.css */
.uk-transform-origin-bottom-center {
  transform-origin: 50% 100%;
}

/* line 8242, /app/vendor/assets/stylesheets/uikit.css */
.uk-transform-origin-bottom-right {
  transform-origin: 100% 100%;
}

/* ========================================================================
   Component: Flex
 ========================================================================== */
/* line 8248, /app/vendor/assets/stylesheets/uikit.css */
.uk-flex {
  display: flex;
}

/* line 8251, /app/vendor/assets/stylesheets/uikit.css */
.uk-flex-inline {
  display: inline-flex;
}

/*
 * Remove pseudo elements created by micro clearfix as precaution
 */
/* line 8257, /app/vendor/assets/stylesheets/uikit.css */
.uk-flex::before,
.uk-flex::after,
.uk-flex-inline::before,
.uk-flex-inline::after {
  display: none;
}

/* Alignment
 ========================================================================== */
/*
 * Align items along the main axis of the current line of the flex container
 * Row: Horizontal
 */
/* line 8269, /app/vendor/assets/stylesheets/uikit.css */
.uk-flex-left {
  justify-content: flex-start;
}

/* line 8272, /app/vendor/assets/stylesheets/uikit.css */
.uk-flex-center {
  justify-content: center;
}

/* line 8275, /app/vendor/assets/stylesheets/uikit.css */
.uk-flex-right {
  justify-content: flex-end;
}

/* line 8278, /app/vendor/assets/stylesheets/uikit.css */
.uk-flex-between {
  justify-content: space-between;
}

/* line 8281, /app/vendor/assets/stylesheets/uikit.css */
.uk-flex-around {
  justify-content: space-around;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  /* line 8286, /app/vendor/assets/stylesheets/uikit.css */
  .uk-flex-left\@s {
    justify-content: flex-start;
  }

  /* line 8289, /app/vendor/assets/stylesheets/uikit.css */
  .uk-flex-center\@s {
    justify-content: center;
  }

  /* line 8292, /app/vendor/assets/stylesheets/uikit.css */
  .uk-flex-right\@s {
    justify-content: flex-end;
  }

  /* line 8295, /app/vendor/assets/stylesheets/uikit.css */
  .uk-flex-between\@s {
    justify-content: space-between;
  }

  /* line 8298, /app/vendor/assets/stylesheets/uikit.css */
  .uk-flex-around\@s {
    justify-content: space-around;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* line 8304, /app/vendor/assets/stylesheets/uikit.css */
  .uk-flex-left\@m {
    justify-content: flex-start;
  }

  /* line 8307, /app/vendor/assets/stylesheets/uikit.css */
  .uk-flex-center\@m {
    justify-content: center;
  }

  /* line 8310, /app/vendor/assets/stylesheets/uikit.css */
  .uk-flex-right\@m {
    justify-content: flex-end;
  }

  /* line 8313, /app/vendor/assets/stylesheets/uikit.css */
  .uk-flex-between\@m {
    justify-content: space-between;
  }

  /* line 8316, /app/vendor/assets/stylesheets/uikit.css */
  .uk-flex-around\@m {
    justify-content: space-around;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  /* line 8322, /app/vendor/assets/stylesheets/uikit.css */
  .uk-flex-left\@l {
    justify-content: flex-start;
  }

  /* line 8325, /app/vendor/assets/stylesheets/uikit.css */
  .uk-flex-center\@l {
    justify-content: center;
  }

  /* line 8328, /app/vendor/assets/stylesheets/uikit.css */
  .uk-flex-right\@l {
    justify-content: flex-end;
  }

  /* line 8331, /app/vendor/assets/stylesheets/uikit.css */
  .uk-flex-between\@l {
    justify-content: space-between;
  }

  /* line 8334, /app/vendor/assets/stylesheets/uikit.css */
  .uk-flex-around\@l {
    justify-content: space-around;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  /* line 8340, /app/vendor/assets/stylesheets/uikit.css */
  .uk-flex-left\@xl {
    justify-content: flex-start;
  }

  /* line 8343, /app/vendor/assets/stylesheets/uikit.css */
  .uk-flex-center\@xl {
    justify-content: center;
  }

  /* line 8346, /app/vendor/assets/stylesheets/uikit.css */
  .uk-flex-right\@xl {
    justify-content: flex-end;
  }

  /* line 8349, /app/vendor/assets/stylesheets/uikit.css */
  .uk-flex-between\@xl {
    justify-content: space-between;
  }

  /* line 8352, /app/vendor/assets/stylesheets/uikit.css */
  .uk-flex-around\@xl {
    justify-content: space-around;
  }
}
/*
 * Align items in the cross axis of the current line of the flex container
 * Row: Vertical
 */
/* line 8360, /app/vendor/assets/stylesheets/uikit.css */
.uk-flex-stretch {
  align-items: stretch;
}

/* line 8363, /app/vendor/assets/stylesheets/uikit.css */
.uk-flex-top {
  align-items: flex-start;
}

/* line 8366, /app/vendor/assets/stylesheets/uikit.css */
.uk-flex-middle {
  align-items: center;
}

/* line 8369, /app/vendor/assets/stylesheets/uikit.css */
.uk-flex-bottom {
  align-items: flex-end;
}

/* Direction
 ========================================================================== */
/* line 8374, /app/vendor/assets/stylesheets/uikit.css */
.uk-flex-row {
  flex-direction: row;
}

/* line 8377, /app/vendor/assets/stylesheets/uikit.css */
.uk-flex-row-reverse {
  flex-direction: row-reverse;
}

/* line 8380, /app/vendor/assets/stylesheets/uikit.css */
.uk-flex-column {
  flex-direction: column;
}

/* line 8383, /app/vendor/assets/stylesheets/uikit.css */
.uk-flex-column-reverse {
  flex-direction: column-reverse;
}

/* Wrap
 ========================================================================== */
/* line 8388, /app/vendor/assets/stylesheets/uikit.css */
.uk-flex-nowrap {
  flex-wrap: nowrap;
}

/* line 8391, /app/vendor/assets/stylesheets/uikit.css */
.uk-flex-wrap {
  flex-wrap: wrap;
}

/* line 8394, /app/vendor/assets/stylesheets/uikit.css */
.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
 */
/* line 8401, /app/vendor/assets/stylesheets/uikit.css */
.uk-flex-wrap-stretch {
  align-content: stretch;
}

/* line 8404, /app/vendor/assets/stylesheets/uikit.css */
.uk-flex-wrap-top {
  align-content: flex-start;
}

/* line 8407, /app/vendor/assets/stylesheets/uikit.css */
.uk-flex-wrap-middle {
  align-content: center;
}

/* line 8410, /app/vendor/assets/stylesheets/uikit.css */
.uk-flex-wrap-bottom {
  align-content: flex-end;
}

/* line 8413, /app/vendor/assets/stylesheets/uikit.css */
.uk-flex-wrap-between {
  align-content: space-between;
}

/* line 8416, /app/vendor/assets/stylesheets/uikit.css */
.uk-flex-wrap-around {
  align-content: space-around;
}

/* Item ordering
 ========================================================================== */
/*
 * Default is 0
 */
/* line 8424, /app/vendor/assets/stylesheets/uikit.css */
.uk-flex-first {
  order: -1;
}

/* line 8427, /app/vendor/assets/stylesheets/uikit.css */
.uk-flex-last {
  order: 99;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  /* line 8432, /app/vendor/assets/stylesheets/uikit.css */
  .uk-flex-first\@s {
    order: -1;
  }

  /* line 8435, /app/vendor/assets/stylesheets/uikit.css */
  .uk-flex-last\@s {
    order: 99;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* line 8441, /app/vendor/assets/stylesheets/uikit.css */
  .uk-flex-first\@m {
    order: -1;
  }

  /* line 8444, /app/vendor/assets/stylesheets/uikit.css */
  .uk-flex-last\@m {
    order: 99;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  /* line 8450, /app/vendor/assets/stylesheets/uikit.css */
  .uk-flex-first\@l {
    order: -1;
  }

  /* line 8453, /app/vendor/assets/stylesheets/uikit.css */
  .uk-flex-last\@l {
    order: 99;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  /* line 8459, /app/vendor/assets/stylesheets/uikit.css */
  .uk-flex-first\@xl {
    order: -1;
  }

  /* line 8462, /app/vendor/assets/stylesheets/uikit.css */
  .uk-flex-last\@xl {
    order: 99;
  }
}
/* Item dimensions
 ========================================================================== */
/*
 * Initial: 0 1 auto
 * Content dimensions, but shrinks
 */
/*
 * No Flex: 0 0 auto
 * Content dimensions
 */
/* line 8476, /app/vendor/assets/stylesheets/uikit.css */
.uk-flex-none {
  flex: none;
}

/*
 * Relative Flex: 1 1 auto
 * Space is allocated considering content
 */
/* line 8483, /app/vendor/assets/stylesheets/uikit.css */
.uk-flex-auto {
  flex: auto;
}

/*
 * Absolute Flex: 1 1 0%
 * Space is allocated solely based on flex
 */
/* line 8490, /app/vendor/assets/stylesheets/uikit.css */
.uk-flex-1 {
  flex: 1;
}

/* ========================================================================
   Component: Margin
 ========================================================================== */
/*
 * Default
 */
/* line 8499, /app/vendor/assets/stylesheets/uikit.css */
.uk-margin {
  margin-bottom: 20px;
}

/* line 8502, /app/vendor/assets/stylesheets/uikit.css */
* + .uk-margin {
  margin-top: 20px !important;
}

/* line 8505, /app/vendor/assets/stylesheets/uikit.css */
.uk-margin-top {
  margin-top: 20px !important;
}

/* line 8508, /app/vendor/assets/stylesheets/uikit.css */
.uk-margin-bottom {
  margin-bottom: 20px !important;
}

/* line 8511, /app/vendor/assets/stylesheets/uikit.css */
.uk-margin-left {
  margin-left: 20px !important;
}

/* line 8514, /app/vendor/assets/stylesheets/uikit.css */
.uk-margin-right {
  margin-right: 20px !important;
}

/* Small
 ========================================================================== */
/* line 8519, /app/vendor/assets/stylesheets/uikit.css */
.uk-margin-small {
  margin-bottom: 10px;
}

/* line 8522, /app/vendor/assets/stylesheets/uikit.css */
* + .uk-margin-small {
  margin-top: 10px !important;
}

/* line 8525, /app/vendor/assets/stylesheets/uikit.css */
.uk-margin-small-top {
  margin-top: 10px !important;
}

/* line 8528, /app/vendor/assets/stylesheets/uikit.css */
.uk-margin-small-bottom {
  margin-bottom: 10px !important;
}

/* line 8531, /app/vendor/assets/stylesheets/uikit.css */
.uk-margin-small-left {
  margin-left: 10px !important;
}

/* line 8534, /app/vendor/assets/stylesheets/uikit.css */
.uk-margin-small-right {
  margin-right: 10px !important;
}

/* Medium
 ========================================================================== */
/* line 8539, /app/vendor/assets/stylesheets/uikit.css */
.uk-margin-medium {
  margin-bottom: 40px;
}

/* line 8542, /app/vendor/assets/stylesheets/uikit.css */
* + .uk-margin-medium {
  margin-top: 40px !important;
}

/* line 8545, /app/vendor/assets/stylesheets/uikit.css */
.uk-margin-medium-top {
  margin-top: 40px !important;
}

/* line 8548, /app/vendor/assets/stylesheets/uikit.css */
.uk-margin-medium-bottom {
  margin-bottom: 40px !important;
}

/* line 8551, /app/vendor/assets/stylesheets/uikit.css */
.uk-margin-medium-left {
  margin-left: 40px !important;
}

/* line 8554, /app/vendor/assets/stylesheets/uikit.css */
.uk-margin-medium-right {
  margin-right: 40px !important;
}

/* Large
 ========================================================================== */
/* line 8559, /app/vendor/assets/stylesheets/uikit.css */
.uk-margin-large {
  margin-bottom: 40px;
}

/* line 8562, /app/vendor/assets/stylesheets/uikit.css */
* + .uk-margin-large {
  margin-top: 40px !important;
}

/* line 8565, /app/vendor/assets/stylesheets/uikit.css */
.uk-margin-large-top {
  margin-top: 40px !important;
}

/* line 8568, /app/vendor/assets/stylesheets/uikit.css */
.uk-margin-large-bottom {
  margin-bottom: 40px !important;
}

/* line 8571, /app/vendor/assets/stylesheets/uikit.css */
.uk-margin-large-left {
  margin-left: 40px !important;
}

/* line 8574, /app/vendor/assets/stylesheets/uikit.css */
.uk-margin-large-right {
  margin-right: 40px !important;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* line 8579, /app/vendor/assets/stylesheets/uikit.css */
  .uk-margin-large {
    margin-bottom: 70px;
  }

  /* line 8582, /app/vendor/assets/stylesheets/uikit.css */
  * + .uk-margin-large {
    margin-top: 70px !important;
  }

  /* line 8585, /app/vendor/assets/stylesheets/uikit.css */
  .uk-margin-large-top {
    margin-top: 70px !important;
  }

  /* line 8588, /app/vendor/assets/stylesheets/uikit.css */
  .uk-margin-large-bottom {
    margin-bottom: 70px !important;
  }

  /* line 8591, /app/vendor/assets/stylesheets/uikit.css */
  .uk-margin-large-left {
    margin-left: 70px !important;
  }

  /* line 8594, /app/vendor/assets/stylesheets/uikit.css */
  .uk-margin-large-right {
    margin-right: 70px !important;
  }
}
/* XLarge
 ========================================================================== */
/* line 8600, /app/vendor/assets/stylesheets/uikit.css */
.uk-margin-xlarge {
  margin-bottom: 70px;
}

/* line 8603, /app/vendor/assets/stylesheets/uikit.css */
* + .uk-margin-xlarge {
  margin-top: 70px !important;
}

/* line 8606, /app/vendor/assets/stylesheets/uikit.css */
.uk-margin-xlarge-top {
  margin-top: 70px !important;
}

/* line 8609, /app/vendor/assets/stylesheets/uikit.css */
.uk-margin-xlarge-bottom {
  margin-bottom: 70px !important;
}

/* line 8612, /app/vendor/assets/stylesheets/uikit.css */
.uk-margin-xlarge-left {
  margin-left: 70px !important;
}

/* line 8615, /app/vendor/assets/stylesheets/uikit.css */
.uk-margin-xlarge-right {
  margin-right: 70px !important;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* line 8620, /app/vendor/assets/stylesheets/uikit.css */
  .uk-margin-xlarge {
    margin-bottom: 140px;
  }

  /* line 8623, /app/vendor/assets/stylesheets/uikit.css */
  * + .uk-margin-xlarge {
    margin-top: 140px !important;
  }

  /* line 8626, /app/vendor/assets/stylesheets/uikit.css */
  .uk-margin-xlarge-top {
    margin-top: 140px !important;
  }

  /* line 8629, /app/vendor/assets/stylesheets/uikit.css */
  .uk-margin-xlarge-bottom {
    margin-bottom: 140px !important;
  }

  /* line 8632, /app/vendor/assets/stylesheets/uikit.css */
  .uk-margin-xlarge-left {
    margin-left: 140px !important;
  }

  /* line 8635, /app/vendor/assets/stylesheets/uikit.css */
  .uk-margin-xlarge-right {
    margin-right: 140px !important;
  }
}
/* Auto
 ========================================================================== */
/* line 8641, /app/vendor/assets/stylesheets/uikit.css */
.uk-margin-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* line 8645, /app/vendor/assets/stylesheets/uikit.css */
.uk-margin-auto-top {
  margin-top: auto !important;
}

/* line 8648, /app/vendor/assets/stylesheets/uikit.css */
.uk-margin-auto-bottom {
  margin-bottom: auto !important;
}

/* line 8651, /app/vendor/assets/stylesheets/uikit.css */
.uk-margin-auto-left {
  margin-left: auto !important;
}

/* line 8654, /app/vendor/assets/stylesheets/uikit.css */
.uk-margin-auto-right {
  margin-right: auto !important;
}

/* line 8657, /app/vendor/assets/stylesheets/uikit.css */
.uk-margin-auto-vertical {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  /* line 8663, /app/vendor/assets/stylesheets/uikit.css */
  .uk-margin-auto\@s {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* line 8667, /app/vendor/assets/stylesheets/uikit.css */
  .uk-margin-auto-left\@s {
    margin-left: auto !important;
  }

  /* line 8670, /app/vendor/assets/stylesheets/uikit.css */
  .uk-margin-auto-right\@s {
    margin-right: auto !important;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* line 8676, /app/vendor/assets/stylesheets/uikit.css */
  .uk-margin-auto\@m {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* line 8680, /app/vendor/assets/stylesheets/uikit.css */
  .uk-margin-auto-left\@m {
    margin-left: auto !important;
  }

  /* line 8683, /app/vendor/assets/stylesheets/uikit.css */
  .uk-margin-auto-right\@m {
    margin-right: auto !important;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  /* line 8689, /app/vendor/assets/stylesheets/uikit.css */
  .uk-margin-auto\@l {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* line 8693, /app/vendor/assets/stylesheets/uikit.css */
  .uk-margin-auto-left\@l {
    margin-left: auto !important;
  }

  /* line 8696, /app/vendor/assets/stylesheets/uikit.css */
  .uk-margin-auto-right\@l {
    margin-right: auto !important;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  /* line 8702, /app/vendor/assets/stylesheets/uikit.css */
  .uk-margin-auto\@xl {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* line 8706, /app/vendor/assets/stylesheets/uikit.css */
  .uk-margin-auto-left\@xl {
    margin-left: auto !important;
  }

  /* line 8709, /app/vendor/assets/stylesheets/uikit.css */
  .uk-margin-auto-right\@xl {
    margin-right: auto !important;
  }
}
/* Remove
 ========================================================================== */
/* line 8715, /app/vendor/assets/stylesheets/uikit.css */
.uk-margin-remove {
  margin: 0 !important;
}

/* line 8718, /app/vendor/assets/stylesheets/uikit.css */
.uk-margin-remove-top {
  margin-top: 0 !important;
}

/* line 8721, /app/vendor/assets/stylesheets/uikit.css */
.uk-margin-remove-bottom {
  margin-bottom: 0 !important;
}

/* line 8724, /app/vendor/assets/stylesheets/uikit.css */
.uk-margin-remove-left {
  margin-left: 0 !important;
}

/* line 8727, /app/vendor/assets/stylesheets/uikit.css */
.uk-margin-remove-right {
  margin-right: 0 !important;
}

/* line 8730, /app/vendor/assets/stylesheets/uikit.css */
.uk-margin-remove-vertical {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 8734, /app/vendor/assets/stylesheets/uikit.css */
.uk-margin-remove-adjacent + *,
.uk-margin-remove-first-child > :first-child {
  margin-top: 0 !important;
}

/* line 8738, /app/vendor/assets/stylesheets/uikit.css */
.uk-margin-remove-last-child > :last-child {
  margin-bottom: 0 !important;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  /* line 8743, /app/vendor/assets/stylesheets/uikit.css */
  .uk-margin-remove-left\@s {
    margin-left: 0 !important;
  }

  /* line 8746, /app/vendor/assets/stylesheets/uikit.css */
  .uk-margin-remove-right\@s {
    margin-right: 0 !important;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* line 8752, /app/vendor/assets/stylesheets/uikit.css */
  .uk-margin-remove-left\@m {
    margin-left: 0 !important;
  }

  /* line 8755, /app/vendor/assets/stylesheets/uikit.css */
  .uk-margin-remove-right\@m {
    margin-right: 0 !important;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  /* line 8761, /app/vendor/assets/stylesheets/uikit.css */
  .uk-margin-remove-left\@l {
    margin-left: 0 !important;
  }

  /* line 8764, /app/vendor/assets/stylesheets/uikit.css */
  .uk-margin-remove-right\@l {
    margin-right: 0 !important;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  /* line 8770, /app/vendor/assets/stylesheets/uikit.css */
  .uk-margin-remove-left\@xl {
    margin-left: 0 !important;
  }

  /* line 8773, /app/vendor/assets/stylesheets/uikit.css */
  .uk-margin-remove-right\@xl {
    margin-right: 0 !important;
  }
}
/* ========================================================================
   Component: Padding
 ========================================================================== */
/* line 8780, /app/vendor/assets/stylesheets/uikit.css */
.uk-padding {
  padding: 30px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* line 8785, /app/vendor/assets/stylesheets/uikit.css */
  .uk-padding {
    padding: 40px;
  }
}
/* Small
 ========================================================================== */
/* line 8791, /app/vendor/assets/stylesheets/uikit.css */
.uk-padding-small {
  padding: 15px;
}

/* Large
 ========================================================================== */
/* line 8796, /app/vendor/assets/stylesheets/uikit.css */
.uk-padding-large {
  padding: 30px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* line 8801, /app/vendor/assets/stylesheets/uikit.css */
  .uk-padding-large {
    padding: 70px;
  }
}
/* Remove
 ========================================================================== */
/* line 8807, /app/vendor/assets/stylesheets/uikit.css */
.uk-padding-remove {
  padding: 0 !important;
}

/* line 8810, /app/vendor/assets/stylesheets/uikit.css */
.uk-padding-remove-top {
  padding-top: 0 !important;
}

/* line 8813, /app/vendor/assets/stylesheets/uikit.css */
.uk-padding-remove-bottom {
  padding-bottom: 0 !important;
}

/* line 8816, /app/vendor/assets/stylesheets/uikit.css */
.uk-padding-remove-left {
  padding-left: 0 !important;
}

/* line 8819, /app/vendor/assets/stylesheets/uikit.css */
.uk-padding-remove-right {
  padding-right: 0 !important;
}

/* line 8822, /app/vendor/assets/stylesheets/uikit.css */
.uk-padding-remove-vertical {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 8826, /app/vendor/assets/stylesheets/uikit.css */
.uk-padding-remove-horizontal {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* ========================================================================
   Component: Position
 ========================================================================== */
/* Directions
 ========================================================================== */
/* line 8835, /app/vendor/assets/stylesheets/uikit.css */
[class*='uk-position-top'],
[class*='uk-position-bottom'],
[class*='uk-position-left'],
[class*='uk-position-right'],
[class*='uk-position-center'] {
  position: absolute !important;
}

/* Edges
 ========================================================================== */
/* Don't use `width: 100%` because it is wrong if the parent has padding. */
/* line 8845, /app/vendor/assets/stylesheets/uikit.css */
.uk-position-top {
  top: 0;
  left: 0;
  right: 0;
}

/* line 8850, /app/vendor/assets/stylesheets/uikit.css */
.uk-position-bottom {
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 8855, /app/vendor/assets/stylesheets/uikit.css */
.uk-position-left {
  top: 0;
  bottom: 0;
  left: 0;
}

/* line 8860, /app/vendor/assets/stylesheets/uikit.css */
.uk-position-right {
  top: 0;
  bottom: 0;
  right: 0;
}

/* Corners
 ========================================================================== */
/* line 8867, /app/vendor/assets/stylesheets/uikit.css */
.uk-position-top-left {
  top: 0;
  left: 0;
}

/* line 8871, /app/vendor/assets/stylesheets/uikit.css */
.uk-position-top-right {
  top: 0;
  right: 0;
}

/* line 8875, /app/vendor/assets/stylesheets/uikit.css */
.uk-position-bottom-left {
  bottom: 0;
  left: 0;
}

/* line 8879, /app/vendor/assets/stylesheets/uikit.css */
.uk-position-bottom-right {
  bottom: 0;
  right: 0;
}

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

/* Vertical */
/* line 8897, /app/vendor/assets/stylesheets/uikit.css */
[class*='uk-position-center-left'],
[class*='uk-position-center-right'] {
  top: 50%;
  transform: translateY(-50%);
}

/* line 8902, /app/vendor/assets/stylesheets/uikit.css */
.uk-position-center-left {
  left: 0;
}

/* line 8905, /app/vendor/assets/stylesheets/uikit.css */
.uk-position-center-right {
  right: 0;
}

/* line 8908, /app/vendor/assets/stylesheets/uikit.css */
.uk-position-center-left-out {
  right: 100%;
  width: max-content;
}

/* line 8912, /app/vendor/assets/stylesheets/uikit.css */
.uk-position-center-right-out {
  left: 100%;
  width: max-content;
}

/* Horizontal */
/* line 8917, /app/vendor/assets/stylesheets/uikit.css */
.uk-position-top-center,
.uk-position-bottom-center {
  left: 50%;
  transform: translateX(-50%);
  /* 1 */
  width: max-content;
  max-width: 100%;
  box-sizing: border-box;
}

/* line 8926, /app/vendor/assets/stylesheets/uikit.css */
.uk-position-top-center {
  top: 0;
}

/* line 8929, /app/vendor/assets/stylesheets/uikit.css */
.uk-position-bottom-center {
  bottom: 0;
}

/* Cover
 ========================================================================== */
/* line 8934, /app/vendor/assets/stylesheets/uikit.css */
.uk-position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* Utility
 ========================================================================== */
/* line 8943, /app/vendor/assets/stylesheets/uikit.css */
.uk-position-relative {
  position: relative !important;
}

/* line 8946, /app/vendor/assets/stylesheets/uikit.css */
.uk-position-absolute {
  position: absolute !important;
}

/* line 8949, /app/vendor/assets/stylesheets/uikit.css */
.uk-position-fixed {
  position: fixed !important;
}

/* line 8952, /app/vendor/assets/stylesheets/uikit.css */
.uk-position-z-index {
  z-index: 1;
}

/* Margin modifier
 ========================================================================== */
/*
 * Small
 */
/* line 8960, /app/vendor/assets/stylesheets/uikit.css */
.uk-position-small {
  max-width: calc(100% - (15px * 2));
  margin: 15px;
}

/* line 8964, /app/vendor/assets/stylesheets/uikit.css */
.uk-position-small.uk-position-center {
  transform: translate(-50%, -50%) translate(-15px, -15px);
}

/* line 8967, /app/vendor/assets/stylesheets/uikit.css */
.uk-position-small[class*='uk-position-center-left'],
.uk-position-small[class*='uk-position-center-right'] {
  transform: translateY(-50%) translateY(-15px);
}

/* line 8971, /app/vendor/assets/stylesheets/uikit.css */
.uk-position-small.uk-position-top-center,
.uk-position-small.uk-position-bottom-center {
  transform: translateX(-50%) translateX(-15px);
}

/*
 * Medium
 */
/* line 8978, /app/vendor/assets/stylesheets/uikit.css */
.uk-position-medium {
  max-width: calc(100% - (30px * 2));
  margin: 30px;
}

/* line 8982, /app/vendor/assets/stylesheets/uikit.css */
.uk-position-medium.uk-position-center {
  transform: translate(-50%, -50%) translate(-30px, -30px);
}

/* line 8985, /app/vendor/assets/stylesheets/uikit.css */
.uk-position-medium[class*='uk-position-center-left'],
.uk-position-medium[class*='uk-position-center-right'] {
  transform: translateY(-50%) translateY(-30px);
}

/* line 8989, /app/vendor/assets/stylesheets/uikit.css */
.uk-position-medium.uk-position-top-center,
.uk-position-medium.uk-position-bottom-center {
  transform: translateX(-50%) translateX(-30px);
}

/*
 * Large
 */
/* line 8996, /app/vendor/assets/stylesheets/uikit.css */
.uk-position-large {
  max-width: calc(100% - (30px * 2));
  margin: 30px;
}

/* line 9000, /app/vendor/assets/stylesheets/uikit.css */
.uk-position-large.uk-position-center {
  transform: translate(-50%, -50%) translate(-30px, -30px);
}

/* line 9003, /app/vendor/assets/stylesheets/uikit.css */
.uk-position-large[class*='uk-position-center-left'],
.uk-position-large[class*='uk-position-center-right'] {
  transform: translateY(-50%) translateY(-30px);
}

/* line 9007, /app/vendor/assets/stylesheets/uikit.css */
.uk-position-large.uk-position-top-center,
.uk-position-large.uk-position-bottom-center {
  transform: translateX(-50%) translateX(-30px);
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* line 9013, /app/vendor/assets/stylesheets/uikit.css */
  .uk-position-large {
    max-width: calc(100% - (50px * 2));
    margin: 50px;
  }

  /* line 9017, /app/vendor/assets/stylesheets/uikit.css */
  .uk-position-large.uk-position-center {
    transform: translate(-50%, -50%) translate(-50px, -50px);
  }

  /* line 9020, /app/vendor/assets/stylesheets/uikit.css */
  .uk-position-large[class*='uk-position-center-left'],
  .uk-position-large[class*='uk-position-center-right'] {
    transform: translateY(-50%) translateY(-50px);
  }

  /* line 9024, /app/vendor/assets/stylesheets/uikit.css */
  .uk-position-large.uk-position-top-center,
  .uk-position-large.uk-position-bottom-center {
    transform: translateX(-50%) translateX(-50px);
  }
}
/* ========================================================================
   Component: Transition
 ========================================================================== */
/* Toggle (Hover + Focus)
 ========================================================================== */
/*
 * 1. Prevent tab highlighting on iOS.
 */
/* line 9037, /app/vendor/assets/stylesheets/uikit.css */
.uk-transition-toggle {
  /* 1 */
  -webkit-tap-highlight-color: transparent;
}

/*
 * Remove outline for `tabindex`
 */
/* line 9044, /app/vendor/assets/stylesheets/uikit.css */
.uk-transition-toggle:focus {
  outline: none;
}

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

/*
 * Fade
 */
/* line 9068, /app/vendor/assets/stylesheets/uikit.css */
.uk-transition-toggle:hover .uk-transition-fade,
.uk-transition-toggle:focus .uk-transition-fade,
.uk-transition-active.uk-active .uk-transition-fade {
  opacity: 1;
}

/*
 * Scale
 */
/* line 9076, /app/vendor/assets/stylesheets/uikit.css */
.uk-transition-scale-up {
  transform: scale(1, 1);
}

/* line 9079, /app/vendor/assets/stylesheets/uikit.css */
.uk-transition-scale-down {
  transform: scale(1.1, 1.1);
}

/* Show */
/* line 9083, /app/vendor/assets/stylesheets/uikit.css */
.uk-transition-toggle:hover .uk-transition-scale-up,
.uk-transition-toggle:focus .uk-transition-scale-up,
.uk-transition-active.uk-active .uk-transition-scale-up {
  opacity: 1;
  transform: scale(1.1, 1.1);
}

/* line 9089, /app/vendor/assets/stylesheets/uikit.css */
.uk-transition-toggle:hover .uk-transition-scale-down,
.uk-transition-toggle:focus .uk-transition-scale-down,
.uk-transition-active.uk-active .uk-transition-scale-down {
  opacity: 1;
  transform: scale(1, 1);
}

/*
 * Slide
 */
/* line 9098, /app/vendor/assets/stylesheets/uikit.css */
.uk-transition-slide-top {
  transform: translateY(-100%);
}

/* line 9101, /app/vendor/assets/stylesheets/uikit.css */
.uk-transition-slide-bottom {
  transform: translateY(100%);
}

/* line 9104, /app/vendor/assets/stylesheets/uikit.css */
.uk-transition-slide-left {
  transform: translateX(-100%);
}

/* line 9107, /app/vendor/assets/stylesheets/uikit.css */
.uk-transition-slide-right {
  transform: translateX(100%);
}

/* line 9110, /app/vendor/assets/stylesheets/uikit.css */
.uk-transition-slide-top-small {
  transform: translateY(-10px);
}

/* line 9113, /app/vendor/assets/stylesheets/uikit.css */
.uk-transition-slide-bottom-small {
  transform: translateY(10px);
}

/* line 9116, /app/vendor/assets/stylesheets/uikit.css */
.uk-transition-slide-left-small {
  transform: translateX(-10px);
}

/* line 9119, /app/vendor/assets/stylesheets/uikit.css */
.uk-transition-slide-right-small {
  transform: translateX(10px);
}

/* line 9122, /app/vendor/assets/stylesheets/uikit.css */
.uk-transition-slide-top-medium {
  transform: translateY(-50px);
}

/* line 9125, /app/vendor/assets/stylesheets/uikit.css */
.uk-transition-slide-bottom-medium {
  transform: translateY(50px);
}

/* line 9128, /app/vendor/assets/stylesheets/uikit.css */
.uk-transition-slide-left-medium {
  transform: translateX(-50px);
}

/* line 9131, /app/vendor/assets/stylesheets/uikit.css */
.uk-transition-slide-right-medium {
  transform: translateX(50px);
}

/* Show */
/* line 9135, /app/vendor/assets/stylesheets/uikit.css */
.uk-transition-toggle:hover [class*='uk-transition-slide'],
.uk-transition-toggle:focus [class*='uk-transition-slide'],
.uk-transition-active.uk-active [class*='uk-transition-slide'] {
  opacity: 1;
  transform: translate(0, 0);
}

/* Opacity modifier
 ========================================================================== */
/* line 9143, /app/vendor/assets/stylesheets/uikit.css */
.uk-transition-opaque {
  opacity: 1;
}

/* Duration modifiers
 ========================================================================== */
/* line 9148, /app/vendor/assets/stylesheets/uikit.css */
.uk-transition-slow {
  transition-duration: 0.7s;
}

/* ========================================================================
   Component: Visibility
 ========================================================================== */
/*
 * Hidden
 * `hidden` attribute also set here to make it stronger
 */
/* line 9158, /app/vendor/assets/stylesheets/uikit.css */
[hidden],
.uk-hidden {
  display: none !important;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  /* line 9164, /app/vendor/assets/stylesheets/uikit.css */
  .uk-hidden\@s {
    display: none !important;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* line 9170, /app/vendor/assets/stylesheets/uikit.css */
  .uk-hidden\@m {
    display: none !important;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  /* line 9176, /app/vendor/assets/stylesheets/uikit.css */
  .uk-hidden\@l {
    display: none !important;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  /* line 9182, /app/vendor/assets/stylesheets/uikit.css */
  .uk-hidden\@xl {
    display: none !important;
  }
}
/*
 * Visible
 */
/* Phone portrait and smaller */
@media (max-width: 639px) {
  /* line 9191, /app/vendor/assets/stylesheets/uikit.css */
  .uk-visible\@s {
    display: none !important;
  }
}
/* Phone landscape and smaller */
@media (max-width: 959px) {
  /* line 9197, /app/vendor/assets/stylesheets/uikit.css */
  .uk-visible\@m {
    display: none !important;
  }
}
/* Tablet landscape and smaller */
@media (max-width: 1199px) {
  /* line 9203, /app/vendor/assets/stylesheets/uikit.css */
  .uk-visible\@l {
    display: none !important;
  }
}
/* Desktop and smaller */
@media (max-width: 1599px) {
  /* line 9209, /app/vendor/assets/stylesheets/uikit.css */
  .uk-visible\@xl {
    display: none !important;
  }
}
/* Visibility
 ========================================================================== */
/* line 9215, /app/vendor/assets/stylesheets/uikit.css */
.uk-invisible {
  visibility: hidden !important;
}

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

/*
 * Invisible
 */
/* 1 + 2 */
/* line 9242, /app/vendor/assets/stylesheets/uikit.css */
.uk-visible-toggle:not(:hover):not(:focus) .uk-invisible-hover:not(:focus-within) {
  /* 3 */
  opacity: 0 !important;
}

/*
 * 1. Prevent tab highlighting on iOS.
 */
/* line 9249, /app/vendor/assets/stylesheets/uikit.css */
.uk-visible-toggle {
  /* 1 */
  -webkit-tap-highlight-color: transparent;
}

/*
 * Remove outline for `tabindex`
 */
/* line 9256, /app/vendor/assets/stylesheets/uikit.css */
.uk-visible-toggle:focus {
  outline: none;
}

/* Touch
 ========================================================================== */
/*
 * Hide if primary pointing device has limited accuracy, e.g. a touch screen.
 * Works on mobile browsers: Safari, Chrome and Android browser
 */
@media (pointer: coarse) {
  /* line 9266, /app/vendor/assets/stylesheets/uikit.css */
  .uk-hidden-touch {
    display: none !important;
  }
}
/*
 * Hide if primary pointing device is accurate, e.g. mouse.
 * 1. Fallback for IE11 and Firefox, because `pointer` is not supported
 * 2. Reset if supported
 */
/* 1 */
/* line 9276, /app/vendor/assets/stylesheets/uikit.css */
.uk-hidden-notouch {
  display: none !important;
}

@media (pointer: coarse) {
  /* line 9280, /app/vendor/assets/stylesheets/uikit.css */
  .uk-hidden-notouch {
    display: block !important;
  }
}
/* ========================================================================
   Component: Inverse
 ========================================================================== */
/*
 * Implemented class depends on the general theme color
 * `uk-light` is for light colors on dark backgrounds
 * `uk-dark` is or dark colors on light backgrounds
 */
/* line 9292, /app/vendor/assets/stylesheets/uikit.css */
.uk-light,
.uk-section-primary:not(.uk-preserve-color),
.uk-section-secondary:not(.uk-preserve-color),
.uk-tile-primary:not(.uk-preserve-color),
.uk-tile-secondary:not(.uk-preserve-color),
.uk-card-primary.uk-card-body,
.uk-card-primary > :not([class*='uk-card-media']),
.uk-card-secondary.uk-card-body,
.uk-card-secondary > :not([class*='uk-card-media']),
.uk-overlay-primary,
.uk-offcanvas-bar {
  color: rgba(255, 255, 255, 0.7);
}

/* line 9305, /app/vendor/assets/stylesheets/uikit.css */
.uk-light a,
.uk-light .uk-link,
.uk-section-primary:not(.uk-preserve-color) a,
.uk-section-primary:not(.uk-preserve-color) .uk-link,
.uk-section-secondary:not(.uk-preserve-color) a,
.uk-section-secondary:not(.uk-preserve-color) .uk-link,
.uk-tile-primary:not(.uk-preserve-color) a,
.uk-tile-primary:not(.uk-preserve-color) .uk-link,
.uk-tile-secondary:not(.uk-preserve-color) a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link,
.uk-card-primary.uk-card-body a,
.uk-card-primary.uk-card-body .uk-link,
.uk-card-primary > :not([class*='uk-card-media']) a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-link,
.uk-card-secondary.uk-card-body a,
.uk-card-secondary.uk-card-body .uk-link,
.uk-card-secondary > :not([class*='uk-card-media']) a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link,
.uk-overlay-primary a,
.uk-overlay-primary .uk-link,
.uk-offcanvas-bar a,
.uk-offcanvas-bar .uk-link {
  color: #fff;
}

/* line 9329, /app/vendor/assets/stylesheets/uikit.css */
.uk-light a:hover,
.uk-light .uk-link:hover,
.uk-section-primary:not(.uk-preserve-color) a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link:hover,
.uk-section-secondary:not(.uk-preserve-color) a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link:hover,
.uk-tile-primary:not(.uk-preserve-color) a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link:hover,
.uk-tile-secondary:not(.uk-preserve-color) a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link:hover,
.uk-card-primary.uk-card-body a:hover,
.uk-card-primary.uk-card-body .uk-link:hover,
.uk-card-primary > :not([class*='uk-card-media']) a:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-link:hover,
.uk-card-secondary.uk-card-body a:hover,
.uk-card-secondary.uk-card-body .uk-link:hover,
.uk-card-secondary > :not([class*='uk-card-media']) a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link:hover,
.uk-overlay-primary a:hover,
.uk-overlay-primary .uk-link:hover,
.uk-offcanvas-bar a:hover,
.uk-offcanvas-bar .uk-link:hover {
  color: #fff;
}

/* line 9353, /app/vendor/assets/stylesheets/uikit.css */
.uk-light :not(pre) > code,
.uk-light :not(pre) > kbd,
.uk-light :not(pre) > samp,
.uk-section-primary:not(.uk-preserve-color) :not(pre) > code,
.uk-section-primary:not(.uk-preserve-color) :not(pre) > kbd,
.uk-section-primary:not(.uk-preserve-color) :not(pre) > samp,
.uk-section-secondary:not(.uk-preserve-color) :not(pre) > code,
.uk-section-secondary:not(.uk-preserve-color) :not(pre) > kbd,
.uk-section-secondary:not(.uk-preserve-color) :not(pre) > samp,
.uk-tile-primary:not(.uk-preserve-color) :not(pre) > code,
.uk-tile-primary:not(.uk-preserve-color) :not(pre) > kbd,
.uk-tile-primary:not(.uk-preserve-color) :not(pre) > samp,
.uk-tile-secondary:not(.uk-preserve-color) :not(pre) > code,
.uk-tile-secondary:not(.uk-preserve-color) :not(pre) > kbd,
.uk-tile-secondary:not(.uk-preserve-color) :not(pre) > samp,
.uk-card-primary.uk-card-body :not(pre) > code,
.uk-card-primary.uk-card-body :not(pre) > kbd,
.uk-card-primary.uk-card-body :not(pre) > samp,
.uk-card-primary > :not([class*='uk-card-media']) :not(pre) > code,
.uk-card-primary > :not([class*='uk-card-media']) :not(pre) > kbd,
.uk-card-primary > :not([class*='uk-card-media']) :not(pre) > samp,
.uk-card-secondary.uk-card-body :not(pre) > code,
.uk-card-secondary.uk-card-body :not(pre) > kbd,
.uk-card-secondary.uk-card-body :not(pre) > samp,
.uk-card-secondary > :not([class*='uk-card-media']) :not(pre) > code,
.uk-card-secondary > :not([class*='uk-card-media']) :not(pre) > kbd,
.uk-card-secondary > :not([class*='uk-card-media']) :not(pre) > samp,
.uk-overlay-primary :not(pre) > code,
.uk-overlay-primary :not(pre) > kbd,
.uk-overlay-primary :not(pre) > samp,
.uk-offcanvas-bar :not(pre) > code,
.uk-offcanvas-bar :not(pre) > kbd,
.uk-offcanvas-bar :not(pre) > samp {
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.1);
}

/* line 9389, /app/vendor/assets/stylesheets/uikit.css */
.uk-light em,
.uk-section-primary:not(.uk-preserve-color) em,
.uk-section-secondary:not(.uk-preserve-color) em,
.uk-tile-primary:not(.uk-preserve-color) em,
.uk-tile-secondary:not(.uk-preserve-color) em,
.uk-card-primary.uk-card-body em,
.uk-card-primary > :not([class*='uk-card-media']) em,
.uk-card-secondary.uk-card-body em,
.uk-card-secondary > :not([class*='uk-card-media']) em,
.uk-overlay-primary em,
.uk-offcanvas-bar em {
  color: #fff;
}

/* line 9402, /app/vendor/assets/stylesheets/uikit.css */
.uk-light h1,
.uk-light .uk-h1,
.uk-light h2,
.uk-light .uk-h2,
.uk-light h3,
.uk-light .uk-h3,
.uk-light h4,
.uk-light .uk-h4,
.uk-light h5,
.uk-light .uk-h5,
.uk-light h6,
.uk-light .uk-h6,
.uk-light .uk-heading-small,
.uk-light .uk-heading-medium,
.uk-light .uk-heading-large,
.uk-light .uk-heading-xlarge,
.uk-light .uk-heading-2xlarge,
.uk-section-primary:not(.uk-preserve-color) h1,
.uk-section-primary:not(.uk-preserve-color) .uk-h1,
.uk-section-primary:not(.uk-preserve-color) h2,
.uk-section-primary:not(.uk-preserve-color) .uk-h2,
.uk-section-primary:not(.uk-preserve-color) h3,
.uk-section-primary:not(.uk-preserve-color) .uk-h3,
.uk-section-primary:not(.uk-preserve-color) h4,
.uk-section-primary:not(.uk-preserve-color) .uk-h4,
.uk-section-primary:not(.uk-preserve-color) h5,
.uk-section-primary:not(.uk-preserve-color) .uk-h5,
.uk-section-primary:not(.uk-preserve-color) h6,
.uk-section-primary:not(.uk-preserve-color) .uk-h6,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-small,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-medium,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-large,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-xlarge,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-2xlarge,
.uk-section-secondary:not(.uk-preserve-color) h1,
.uk-section-secondary:not(.uk-preserve-color) .uk-h1,
.uk-section-secondary:not(.uk-preserve-color) h2,
.uk-section-secondary:not(.uk-preserve-color) .uk-h2,
.uk-section-secondary:not(.uk-preserve-color) h3,
.uk-section-secondary:not(.uk-preserve-color) .uk-h3,
.uk-section-secondary:not(.uk-preserve-color) h4,
.uk-section-secondary:not(.uk-preserve-color) .uk-h4,
.uk-section-secondary:not(.uk-preserve-color) h5,
.uk-section-secondary:not(.uk-preserve-color) .uk-h5,
.uk-section-secondary:not(.uk-preserve-color) h6,
.uk-section-secondary:not(.uk-preserve-color) .uk-h6,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-small,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-medium,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-large,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-xlarge,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-2xlarge,
.uk-tile-primary:not(.uk-preserve-color) h1,
.uk-tile-primary:not(.uk-preserve-color) .uk-h1,
.uk-tile-primary:not(.uk-preserve-color) h2,
.uk-tile-primary:not(.uk-preserve-color) .uk-h2,
.uk-tile-primary:not(.uk-preserve-color) h3,
.uk-tile-primary:not(.uk-preserve-color) .uk-h3,
.uk-tile-primary:not(.uk-preserve-color) h4,
.uk-tile-primary:not(.uk-preserve-color) .uk-h4,
.uk-tile-primary:not(.uk-preserve-color) h5,
.uk-tile-primary:not(.uk-preserve-color) .uk-h5,
.uk-tile-primary:not(.uk-preserve-color) h6,
.uk-tile-primary:not(.uk-preserve-color) .uk-h6,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-small,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-medium,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-large,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-xlarge,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-2xlarge,
.uk-tile-secondary:not(.uk-preserve-color) h1,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h1,
.uk-tile-secondary:not(.uk-preserve-color) h2,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h2,
.uk-tile-secondary:not(.uk-preserve-color) h3,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h3,
.uk-tile-secondary:not(.uk-preserve-color) h4,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h4,
.uk-tile-secondary:not(.uk-preserve-color) h5,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h5,
.uk-tile-secondary:not(.uk-preserve-color) h6,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h6,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-small,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-medium,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-large,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-xlarge,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-2xlarge,
.uk-card-primary.uk-card-body h1,
.uk-card-primary.uk-card-body .uk-h1,
.uk-card-primary.uk-card-body h2,
.uk-card-primary.uk-card-body .uk-h2,
.uk-card-primary.uk-card-body h3,
.uk-card-primary.uk-card-body .uk-h3,
.uk-card-primary.uk-card-body h4,
.uk-card-primary.uk-card-body .uk-h4,
.uk-card-primary.uk-card-body h5,
.uk-card-primary.uk-card-body .uk-h5,
.uk-card-primary.uk-card-body h6,
.uk-card-primary.uk-card-body .uk-h6,
.uk-card-primary.uk-card-body .uk-heading-small,
.uk-card-primary.uk-card-body .uk-heading-medium,
.uk-card-primary.uk-card-body .uk-heading-large,
.uk-card-primary.uk-card-body .uk-heading-xlarge,
.uk-card-primary.uk-card-body .uk-heading-2xlarge,
.uk-card-primary > :not([class*='uk-card-media']) h1,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h1,
.uk-card-primary > :not([class*='uk-card-media']) h2,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h2,
.uk-card-primary > :not([class*='uk-card-media']) h3,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h3,
.uk-card-primary > :not([class*='uk-card-media']) h4,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h4,
.uk-card-primary > :not([class*='uk-card-media']) h5,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h5,
.uk-card-primary > :not([class*='uk-card-media']) h6,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h6,
.uk-card-primary > :not([class*='uk-card-media']) .uk-heading-small,
.uk-card-primary > :not([class*='uk-card-media']) .uk-heading-medium,
.uk-card-primary > :not([class*='uk-card-media']) .uk-heading-large,
.uk-card-primary > :not([class*='uk-card-media']) .uk-heading-xlarge,
.uk-card-primary > :not([class*='uk-card-media']) .uk-heading-2xlarge,
.uk-card-secondary.uk-card-body h1,
.uk-card-secondary.uk-card-body .uk-h1,
.uk-card-secondary.uk-card-body h2,
.uk-card-secondary.uk-card-body .uk-h2,
.uk-card-secondary.uk-card-body h3,
.uk-card-secondary.uk-card-body .uk-h3,
.uk-card-secondary.uk-card-body h4,
.uk-card-secondary.uk-card-body .uk-h4,
.uk-card-secondary.uk-card-body h5,
.uk-card-secondary.uk-card-body .uk-h5,
.uk-card-secondary.uk-card-body h6,
.uk-card-secondary.uk-card-body .uk-h6,
.uk-card-secondary.uk-card-body .uk-heading-small,
.uk-card-secondary.uk-card-body .uk-heading-medium,
.uk-card-secondary.uk-card-body .uk-heading-large,
.uk-card-secondary.uk-card-body .uk-heading-xlarge,
.uk-card-secondary.uk-card-body .uk-heading-2xlarge,
.uk-card-secondary > :not([class*='uk-card-media']) h1,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h1,
.uk-card-secondary > :not([class*='uk-card-media']) h2,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h2,
.uk-card-secondary > :not([class*='uk-card-media']) h3,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h3,
.uk-card-secondary > :not([class*='uk-card-media']) h4,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h4,
.uk-card-secondary > :not([class*='uk-card-media']) h5,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h5,
.uk-card-secondary > :not([class*='uk-card-media']) h6,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h6,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-small,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-medium,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-large,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-xlarge,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-2xlarge,
.uk-overlay-primary h1,
.uk-overlay-primary .uk-h1,
.uk-overlay-primary h2,
.uk-overlay-primary .uk-h2,
.uk-overlay-primary h3,
.uk-overlay-primary .uk-h3,
.uk-overlay-primary h4,
.uk-overlay-primary .uk-h4,
.uk-overlay-primary h5,
.uk-overlay-primary .uk-h5,
.uk-overlay-primary h6,
.uk-overlay-primary .uk-h6,
.uk-overlay-primary .uk-heading-small,
.uk-overlay-primary .uk-heading-medium,
.uk-overlay-primary .uk-heading-large,
.uk-overlay-primary .uk-heading-xlarge,
.uk-overlay-primary .uk-heading-2xlarge,
.uk-offcanvas-bar h1,
.uk-offcanvas-bar .uk-h1,
.uk-offcanvas-bar h2,
.uk-offcanvas-bar .uk-h2,
.uk-offcanvas-bar h3,
.uk-offcanvas-bar .uk-h3,
.uk-offcanvas-bar h4,
.uk-offcanvas-bar .uk-h4,
.uk-offcanvas-bar h5,
.uk-offcanvas-bar .uk-h5,
.uk-offcanvas-bar h6,
.uk-offcanvas-bar .uk-h6,
.uk-offcanvas-bar .uk-heading-small,
.uk-offcanvas-bar .uk-heading-medium,
.uk-offcanvas-bar .uk-heading-large,
.uk-offcanvas-bar .uk-heading-xlarge,
.uk-offcanvas-bar .uk-heading-2xlarge {
  color: #fff;
}

/* line 9591, /app/vendor/assets/stylesheets/uikit.css */
.uk-light blockquote,
.uk-section-primary:not(.uk-preserve-color) blockquote,
.uk-section-secondary:not(.uk-preserve-color) blockquote,
.uk-tile-primary:not(.uk-preserve-color) blockquote,
.uk-tile-secondary:not(.uk-preserve-color) blockquote,
.uk-card-primary.uk-card-body blockquote,
.uk-card-primary > :not([class*='uk-card-media']) blockquote,
.uk-card-secondary.uk-card-body blockquote,
.uk-card-secondary > :not([class*='uk-card-media']) blockquote,
.uk-overlay-primary blockquote,
.uk-offcanvas-bar blockquote {
  color: #fff;
}

/* line 9604, /app/vendor/assets/stylesheets/uikit.css */
.uk-light blockquote footer,
.uk-section-primary:not(.uk-preserve-color) blockquote footer,
.uk-section-secondary:not(.uk-preserve-color) blockquote footer,
.uk-tile-primary:not(.uk-preserve-color) blockquote footer,
.uk-tile-secondary:not(.uk-preserve-color) blockquote footer,
.uk-card-primary.uk-card-body blockquote footer,
.uk-card-primary > :not([class*='uk-card-media']) blockquote footer,
.uk-card-secondary.uk-card-body blockquote footer,
.uk-card-secondary > :not([class*='uk-card-media']) blockquote footer,
.uk-overlay-primary blockquote footer,
.uk-offcanvas-bar blockquote footer {
  color: rgba(255, 255, 255, 0.7);
}

/* line 9617, /app/vendor/assets/stylesheets/uikit.css */
.uk-light hr,
.uk-light .uk-hr,
.uk-section-primary:not(.uk-preserve-color) hr,
.uk-section-primary:not(.uk-preserve-color) .uk-hr,
.uk-section-secondary:not(.uk-preserve-color) hr,
.uk-section-secondary:not(.uk-preserve-color) .uk-hr,
.uk-tile-primary:not(.uk-preserve-color) hr,
.uk-tile-primary:not(.uk-preserve-color) .uk-hr,
.uk-tile-secondary:not(.uk-preserve-color) hr,
.uk-tile-secondary:not(.uk-preserve-color) .uk-hr,
.uk-card-primary.uk-card-body hr,
.uk-card-primary.uk-card-body .uk-hr,
.uk-card-primary > :not([class*='uk-card-media']) hr,
.uk-card-primary > :not([class*='uk-card-media']) .uk-hr,
.uk-card-secondary.uk-card-body hr,
.uk-card-secondary.uk-card-body .uk-hr,
.uk-card-secondary > :not([class*='uk-card-media']) hr,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-hr,
.uk-overlay-primary hr,
.uk-overlay-primary .uk-hr,
.uk-offcanvas-bar hr,
.uk-offcanvas-bar .uk-hr {
  border-top-color: rgba(255, 255, 255, 0.2);
}

/* line 9641, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-link-muted,
.uk-light .uk-link-muted a,
.uk-section-primary:not(.uk-preserve-color) .uk-link-muted,
.uk-section-primary:not(.uk-preserve-color) .uk-link-muted a,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-muted,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-muted a,
.uk-tile-primary:not(.uk-preserve-color) .uk-link-muted,
.uk-tile-primary:not(.uk-preserve-color) .uk-link-muted a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-muted,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-muted a,
.uk-card-primary.uk-card-body .uk-link-muted,
.uk-card-primary.uk-card-body .uk-link-muted a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-link-muted,
.uk-card-primary > :not([class*='uk-card-media']) .uk-link-muted a,
.uk-card-secondary.uk-card-body .uk-link-muted,
.uk-card-secondary.uk-card-body .uk-link-muted a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link-muted,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link-muted a,
.uk-overlay-primary .uk-link-muted,
.uk-overlay-primary .uk-link-muted a,
.uk-offcanvas-bar .uk-link-muted,
.uk-offcanvas-bar .uk-link-muted a {
  color: rgba(255, 255, 255, 0.5);
}

/* line 9665, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-link-muted:hover,
.uk-light .uk-link-muted a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link-muted:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link-muted a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-muted:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-muted a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link-muted:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link-muted a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-muted:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-muted a:hover,
.uk-card-primary.uk-card-body .uk-link-muted:hover,
.uk-card-primary.uk-card-body .uk-link-muted a:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-link-muted:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-link-muted a:hover,
.uk-card-secondary.uk-card-body .uk-link-muted:hover,
.uk-card-secondary.uk-card-body .uk-link-muted a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link-muted:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link-muted a:hover,
.uk-overlay-primary .uk-link-muted:hover,
.uk-overlay-primary .uk-link-muted a:hover,
.uk-offcanvas-bar .uk-link-muted:hover,
.uk-offcanvas-bar .uk-link-muted a:hover {
  color: rgba(255, 255, 255, 0.7);
}

/* line 9689, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-link-text:hover,
.uk-light .uk-link-text a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link-text:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link-text a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-text:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-text a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link-text:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link-text a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-text:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-text a:hover,
.uk-card-primary.uk-card-body .uk-link-text:hover,
.uk-card-primary.uk-card-body .uk-link-text a:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-link-text:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-link-text a:hover,
.uk-card-secondary.uk-card-body .uk-link-text:hover,
.uk-card-secondary.uk-card-body .uk-link-text a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link-text:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link-text a:hover,
.uk-overlay-primary .uk-link-text:hover,
.uk-overlay-primary .uk-link-text a:hover,
.uk-offcanvas-bar .uk-link-text:hover,
.uk-offcanvas-bar .uk-link-text a:hover {
  color: rgba(255, 255, 255, 0.5);
}

/* line 9713, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-link-heading:hover,
.uk-light .uk-link-heading a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link-heading:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link-heading a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-heading:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-heading a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link-heading:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link-heading a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-heading:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-heading a:hover,
.uk-card-primary.uk-card-body .uk-link-heading:hover,
.uk-card-primary.uk-card-body .uk-link-heading a:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-link-heading:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-link-heading a:hover,
.uk-card-secondary.uk-card-body .uk-link-heading:hover,
.uk-card-secondary.uk-card-body .uk-link-heading a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link-heading:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link-heading a:hover,
.uk-overlay-primary .uk-link-heading:hover,
.uk-overlay-primary .uk-link-heading a:hover,
.uk-offcanvas-bar .uk-link-heading:hover,
.uk-offcanvas-bar .uk-link-heading a:hover {
  color: #fff;
}

/* line 9737, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-heading-divider,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-divider,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-divider,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-divider,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-divider,
.uk-card-primary.uk-card-body .uk-heading-divider,
.uk-card-primary > :not([class*='uk-card-media']) .uk-heading-divider,
.uk-card-secondary.uk-card-body .uk-heading-divider,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-divider,
.uk-overlay-primary .uk-heading-divider,
.uk-offcanvas-bar .uk-heading-divider {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

/* line 9750, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-heading-bullet::before,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-bullet::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-bullet::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-bullet::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-bullet::before,
.uk-card-primary.uk-card-body .uk-heading-bullet::before,
.uk-card-primary > :not([class*='uk-card-media']) .uk-heading-bullet::before,
.uk-card-secondary.uk-card-body .uk-heading-bullet::before,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-bullet::before,
.uk-overlay-primary .uk-heading-bullet::before,
.uk-offcanvas-bar .uk-heading-bullet::before {
  border-left-color: rgba(255, 255, 255, 0.2);
}

/* line 9763, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-heading-line > ::before,
.uk-light .uk-heading-line > ::after,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-line > ::before,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-line > ::after,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-line > ::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-line > ::after,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-line > ::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-line > ::after,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-line > ::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-line > ::after,
.uk-card-primary.uk-card-body .uk-heading-line > ::before,
.uk-card-primary.uk-card-body .uk-heading-line > ::after,
.uk-card-primary > :not([class*='uk-card-media']) .uk-heading-line > ::before,
.uk-card-primary > :not([class*='uk-card-media']) .uk-heading-line > ::after,
.uk-card-secondary.uk-card-body .uk-heading-line > ::before,
.uk-card-secondary.uk-card-body .uk-heading-line > ::after,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-line > ::before,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-line > ::after,
.uk-overlay-primary .uk-heading-line > ::before,
.uk-overlay-primary .uk-heading-line > ::after,
.uk-offcanvas-bar .uk-heading-line > ::before,
.uk-offcanvas-bar .uk-heading-line > ::after {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

/* line 9787, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-divider-icon,
.uk-section-primary:not(.uk-preserve-color) .uk-divider-icon,
.uk-section-secondary:not(.uk-preserve-color) .uk-divider-icon,
.uk-tile-primary:not(.uk-preserve-color) .uk-divider-icon,
.uk-tile-secondary:not(.uk-preserve-color) .uk-divider-icon,
.uk-card-primary.uk-card-body .uk-divider-icon,
.uk-card-primary > :not([class*='uk-card-media']) .uk-divider-icon,
.uk-card-secondary.uk-card-body .uk-divider-icon,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-divider-icon,
.uk-overlay-primary .uk-divider-icon,
.uk-offcanvas-bar .uk-divider-icon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22rgba%28255,%20255,%20255,%200.2%29%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

/* line 9800, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-divider-icon::before,
.uk-light .uk-divider-icon::after,
.uk-section-primary:not(.uk-preserve-color) .uk-divider-icon::before,
.uk-section-primary:not(.uk-preserve-color) .uk-divider-icon::after,
.uk-section-secondary:not(.uk-preserve-color) .uk-divider-icon::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-divider-icon::after,
.uk-tile-primary:not(.uk-preserve-color) .uk-divider-icon::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-divider-icon::after,
.uk-tile-secondary:not(.uk-preserve-color) .uk-divider-icon::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-divider-icon::after,
.uk-card-primary.uk-card-body .uk-divider-icon::before,
.uk-card-primary.uk-card-body .uk-divider-icon::after,
.uk-card-primary > :not([class*='uk-card-media']) .uk-divider-icon::before,
.uk-card-primary > :not([class*='uk-card-media']) .uk-divider-icon::after,
.uk-card-secondary.uk-card-body .uk-divider-icon::before,
.uk-card-secondary.uk-card-body .uk-divider-icon::after,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-divider-icon::before,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-divider-icon::after,
.uk-overlay-primary .uk-divider-icon::before,
.uk-overlay-primary .uk-divider-icon::after,
.uk-offcanvas-bar .uk-divider-icon::before,
.uk-offcanvas-bar .uk-divider-icon::after {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

/* line 9824, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-divider-small::after,
.uk-section-primary:not(.uk-preserve-color) .uk-divider-small::after,
.uk-section-secondary:not(.uk-preserve-color) .uk-divider-small::after,
.uk-tile-primary:not(.uk-preserve-color) .uk-divider-small::after,
.uk-tile-secondary:not(.uk-preserve-color) .uk-divider-small::after,
.uk-card-primary.uk-card-body .uk-divider-small::after,
.uk-card-primary > :not([class*='uk-card-media']) .uk-divider-small::after,
.uk-card-secondary.uk-card-body .uk-divider-small::after,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-divider-small::after,
.uk-overlay-primary .uk-divider-small::after,
.uk-offcanvas-bar .uk-divider-small::after {
  border-top-color: rgba(255, 255, 255, 0.2);
}

/* line 9837, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-divider-vertical,
.uk-section-primary:not(.uk-preserve-color) .uk-divider-vertical,
.uk-section-secondary:not(.uk-preserve-color) .uk-divider-vertical,
.uk-tile-primary:not(.uk-preserve-color) .uk-divider-vertical,
.uk-tile-secondary:not(.uk-preserve-color) .uk-divider-vertical,
.uk-card-primary.uk-card-body .uk-divider-vertical,
.uk-card-primary > :not([class*='uk-card-media']) .uk-divider-vertical,
.uk-card-secondary.uk-card-body .uk-divider-vertical,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-divider-vertical,
.uk-overlay-primary .uk-divider-vertical,
.uk-offcanvas-bar .uk-divider-vertical {
  border-left-color: rgba(255, 255, 255, 0.2);
}

/* line 9850, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-list-divider > li:nth-child(n+2),
.uk-section-primary:not(.uk-preserve-color) .uk-list-divider > li:nth-child(n+2),
.uk-section-secondary:not(.uk-preserve-color) .uk-list-divider > li:nth-child(n+2),
.uk-tile-primary:not(.uk-preserve-color) .uk-list-divider > li:nth-child(n+2),
.uk-tile-secondary:not(.uk-preserve-color) .uk-list-divider > li:nth-child(n+2),
.uk-card-primary.uk-card-body .uk-list-divider > li:nth-child(n+2),
.uk-card-primary > :not([class*='uk-card-media']) .uk-list-divider > li:nth-child(n+2),
.uk-card-secondary.uk-card-body .uk-list-divider > li:nth-child(n+2),
.uk-card-secondary > :not([class*='uk-card-media']) .uk-list-divider > li:nth-child(n+2),
.uk-overlay-primary .uk-list-divider > li:nth-child(n+2),
.uk-offcanvas-bar .uk-list-divider > li:nth-child(n+2) {
  border-top-color: rgba(255, 255, 255, 0.2);
}

/* line 9863, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-list-striped > li:nth-of-type(odd),
.uk-section-primary:not(.uk-preserve-color) .uk-list-striped > li:nth-of-type(odd),
.uk-section-secondary:not(.uk-preserve-color) .uk-list-striped > li:nth-of-type(odd),
.uk-tile-primary:not(.uk-preserve-color) .uk-list-striped > li:nth-of-type(odd),
.uk-tile-secondary:not(.uk-preserve-color) .uk-list-striped > li:nth-of-type(odd),
.uk-card-primary.uk-card-body .uk-list-striped > li:nth-of-type(odd),
.uk-card-primary > :not([class*='uk-card-media']) .uk-list-striped > li:nth-of-type(odd),
.uk-card-secondary.uk-card-body .uk-list-striped > li:nth-of-type(odd),
.uk-card-secondary > :not([class*='uk-card-media']) .uk-list-striped > li:nth-of-type(odd),
.uk-overlay-primary .uk-list-striped > li:nth-of-type(odd),
.uk-offcanvas-bar .uk-list-striped > li:nth-of-type(odd) {
  border-top-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

/* line 9877, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-list-striped > li:nth-of-type(odd),
.uk-section-primary:not(.uk-preserve-color) .uk-list-striped > li:nth-of-type(odd),
.uk-section-secondary:not(.uk-preserve-color) .uk-list-striped > li:nth-of-type(odd),
.uk-tile-primary:not(.uk-preserve-color) .uk-list-striped > li:nth-of-type(odd),
.uk-tile-secondary:not(.uk-preserve-color) .uk-list-striped > li:nth-of-type(odd),
.uk-card-primary.uk-card-body .uk-list-striped > li:nth-of-type(odd),
.uk-card-primary > :not([class*='uk-card-media']) .uk-list-striped > li:nth-of-type(odd),
.uk-card-secondary.uk-card-body .uk-list-striped > li:nth-of-type(odd),
.uk-card-secondary > :not([class*='uk-card-media']) .uk-list-striped > li:nth-of-type(odd),
.uk-overlay-primary .uk-list-striped > li:nth-of-type(odd),
.uk-offcanvas-bar .uk-list-striped > li:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 9890, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-list-bullet > li::before,
.uk-section-primary:not(.uk-preserve-color) .uk-list-bullet > li::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-list-bullet > li::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-list-bullet > li::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-list-bullet > li::before,
.uk-card-primary.uk-card-body .uk-list-bullet > li::before,
.uk-card-primary > :not([class*='uk-card-media']) .uk-list-bullet > li::before,
.uk-card-secondary.uk-card-body .uk-list-bullet > li::before,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-list-bullet > li::before,
.uk-overlay-primary .uk-list-bullet > li::before,
.uk-offcanvas-bar .uk-list-bullet > li::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

/* line 9903, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-table th,
.uk-section-primary:not(.uk-preserve-color) .uk-table th,
.uk-section-secondary:not(.uk-preserve-color) .uk-table th,
.uk-tile-primary:not(.uk-preserve-color) .uk-table th,
.uk-tile-secondary:not(.uk-preserve-color) .uk-table th,
.uk-card-primary.uk-card-body .uk-table th,
.uk-card-primary > :not([class*='uk-card-media']) .uk-table th,
.uk-card-secondary.uk-card-body .uk-table th,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-table th,
.uk-overlay-primary .uk-table th,
.uk-offcanvas-bar .uk-table th {
  color: rgba(255, 255, 255, 0.7);
}

/* line 9916, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-table caption,
.uk-section-primary:not(.uk-preserve-color) .uk-table caption,
.uk-section-secondary:not(.uk-preserve-color) .uk-table caption,
.uk-tile-primary:not(.uk-preserve-color) .uk-table caption,
.uk-tile-secondary:not(.uk-preserve-color) .uk-table caption,
.uk-card-primary.uk-card-body .uk-table caption,
.uk-card-primary > :not([class*='uk-card-media']) .uk-table caption,
.uk-card-secondary.uk-card-body .uk-table caption,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-table caption,
.uk-overlay-primary .uk-table caption,
.uk-offcanvas-bar .uk-table caption {
  color: rgba(255, 255, 255, 0.5);
}

/* line 9929, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-table > tr.uk-active,
.uk-light .uk-table tbody tr.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-table > tr.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-table tbody tr.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-table > tr.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-table tbody tr.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-table > tr.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-table tbody tr.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-table > tr.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-table tbody tr.uk-active,
.uk-card-primary.uk-card-body .uk-table > tr.uk-active,
.uk-card-primary.uk-card-body .uk-table tbody tr.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-table > tr.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-table tbody tr.uk-active,
.uk-card-secondary.uk-card-body .uk-table > tr.uk-active,
.uk-card-secondary.uk-card-body .uk-table tbody tr.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-table > tr.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-table tbody tr.uk-active,
.uk-overlay-primary .uk-table > tr.uk-active,
.uk-overlay-primary .uk-table tbody tr.uk-active,
.uk-offcanvas-bar .uk-table > tr.uk-active,
.uk-offcanvas-bar .uk-table tbody tr.uk-active {
  background: rgba(255, 255, 255, 0.08);
}

/* line 9953, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-table-divider > tr:not(:first-child),
.uk-light .uk-table-divider > :not(:first-child) > tr,
.uk-light .uk-table-divider > :first-child > tr:not(:first-child),
.uk-section-primary:not(.uk-preserve-color) .uk-table-divider > tr:not(:first-child),
.uk-section-primary:not(.uk-preserve-color) .uk-table-divider > :not(:first-child) > tr,
.uk-section-primary:not(.uk-preserve-color) .uk-table-divider > :first-child > tr:not(:first-child),
.uk-section-secondary:not(.uk-preserve-color) .uk-table-divider > tr:not(:first-child),
.uk-section-secondary:not(.uk-preserve-color) .uk-table-divider > :not(:first-child) > tr,
.uk-section-secondary:not(.uk-preserve-color) .uk-table-divider > :first-child > tr:not(:first-child),
.uk-tile-primary:not(.uk-preserve-color) .uk-table-divider > tr:not(:first-child),
.uk-tile-primary:not(.uk-preserve-color) .uk-table-divider > :not(:first-child) > tr,
.uk-tile-primary:not(.uk-preserve-color) .uk-table-divider > :first-child > tr:not(:first-child),
.uk-tile-secondary:not(.uk-preserve-color) .uk-table-divider > tr:not(:first-child),
.uk-tile-secondary:not(.uk-preserve-color) .uk-table-divider > :not(:first-child) > tr,
.uk-tile-secondary:not(.uk-preserve-color) .uk-table-divider > :first-child > tr:not(:first-child),
.uk-card-primary.uk-card-body .uk-table-divider > tr:not(:first-child),
.uk-card-primary.uk-card-body .uk-table-divider > :not(:first-child) > tr,
.uk-card-primary.uk-card-body .uk-table-divider > :first-child > tr:not(:first-child),
.uk-card-primary > :not([class*='uk-card-media']) .uk-table-divider > tr:not(:first-child),
.uk-card-primary > :not([class*='uk-card-media']) .uk-table-divider > :not(:first-child) > tr,
.uk-card-primary > :not([class*='uk-card-media']) .uk-table-divider > :first-child > tr:not(:first-child),
.uk-card-secondary.uk-card-body .uk-table-divider > tr:not(:first-child),
.uk-card-secondary.uk-card-body .uk-table-divider > :not(:first-child) > tr,
.uk-card-secondary.uk-card-body .uk-table-divider > :first-child > tr:not(:first-child),
.uk-card-secondary > :not([class*='uk-card-media']) .uk-table-divider > tr:not(:first-child),
.uk-card-secondary > :not([class*='uk-card-media']) .uk-table-divider > :not(:first-child) > tr,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-table-divider > :first-child > tr:not(:first-child),
.uk-overlay-primary .uk-table-divider > tr:not(:first-child),
.uk-overlay-primary .uk-table-divider > :not(:first-child) > tr,
.uk-overlay-primary .uk-table-divider > :first-child > tr:not(:first-child),
.uk-offcanvas-bar .uk-table-divider > tr:not(:first-child),
.uk-offcanvas-bar .uk-table-divider > :not(:first-child) > tr,
.uk-offcanvas-bar .uk-table-divider > :first-child > tr:not(:first-child) {
  border-top-color: rgba(255, 255, 255, 0.2);
}

/* line 9988, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-table-striped > tr:nth-of-type(odd),
.uk-light .uk-table-striped tbody tr:nth-of-type(odd),
.uk-section-primary:not(.uk-preserve-color) .uk-table-striped > tr:nth-of-type(odd),
.uk-section-primary:not(.uk-preserve-color) .uk-table-striped tbody tr:nth-of-type(odd),
.uk-section-secondary:not(.uk-preserve-color) .uk-table-striped > tr:nth-of-type(odd),
.uk-section-secondary:not(.uk-preserve-color) .uk-table-striped tbody tr:nth-of-type(odd),
.uk-tile-primary:not(.uk-preserve-color) .uk-table-striped > tr:nth-of-type(odd),
.uk-tile-primary:not(.uk-preserve-color) .uk-table-striped tbody tr:nth-of-type(odd),
.uk-tile-secondary:not(.uk-preserve-color) .uk-table-striped > tr:nth-of-type(odd),
.uk-tile-secondary:not(.uk-preserve-color) .uk-table-striped tbody tr:nth-of-type(odd),
.uk-card-primary.uk-card-body .uk-table-striped > tr:nth-of-type(odd),
.uk-card-primary.uk-card-body .uk-table-striped tbody tr:nth-of-type(odd),
.uk-card-primary > :not([class*='uk-card-media']) .uk-table-striped > tr:nth-of-type(odd),
.uk-card-primary > :not([class*='uk-card-media']) .uk-table-striped tbody tr:nth-of-type(odd),
.uk-card-secondary.uk-card-body .uk-table-striped > tr:nth-of-type(odd),
.uk-card-secondary.uk-card-body .uk-table-striped tbody tr:nth-of-type(odd),
.uk-card-secondary > :not([class*='uk-card-media']) .uk-table-striped > tr:nth-of-type(odd),
.uk-card-secondary > :not([class*='uk-card-media']) .uk-table-striped tbody tr:nth-of-type(odd),
.uk-overlay-primary .uk-table-striped > tr:nth-of-type(odd),
.uk-overlay-primary .uk-table-striped tbody tr:nth-of-type(odd),
.uk-offcanvas-bar .uk-table-striped > tr:nth-of-type(odd),
.uk-offcanvas-bar .uk-table-striped tbody tr:nth-of-type(odd) {
  background: rgba(255, 255, 255, 0.1);
  border-top-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

/* line 10014, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-table-hover > tr:hover,
.uk-light .uk-table-hover tbody tr:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-table-hover > tr:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-table-hover tbody tr:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-table-hover > tr:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-table-hover tbody tr:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-table-hover > tr:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-table-hover tbody tr:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-table-hover > tr:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-table-hover tbody tr:hover,
.uk-card-primary.uk-card-body .uk-table-hover > tr:hover,
.uk-card-primary.uk-card-body .uk-table-hover tbody tr:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-table-hover > tr:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-table-hover tbody tr:hover,
.uk-card-secondary.uk-card-body .uk-table-hover > tr:hover,
.uk-card-secondary.uk-card-body .uk-table-hover tbody tr:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-table-hover > tr:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-table-hover tbody tr:hover,
.uk-overlay-primary .uk-table-hover > tr:hover,
.uk-overlay-primary .uk-table-hover tbody tr:hover,
.uk-offcanvas-bar .uk-table-hover > tr:hover,
.uk-offcanvas-bar .uk-table-hover tbody tr:hover {
  background: rgba(255, 255, 255, 0.08);
}

/* line 10038, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-icon-link,
.uk-section-primary:not(.uk-preserve-color) .uk-icon-link,
.uk-section-secondary:not(.uk-preserve-color) .uk-icon-link,
.uk-tile-primary:not(.uk-preserve-color) .uk-icon-link,
.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-link,
.uk-card-primary.uk-card-body .uk-icon-link,
.uk-card-primary > :not([class*='uk-card-media']) .uk-icon-link,
.uk-card-secondary.uk-card-body .uk-icon-link,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-icon-link,
.uk-overlay-primary .uk-icon-link,
.uk-offcanvas-bar .uk-icon-link {
  color: rgba(255, 255, 255, 0.5);
}

/* line 10051, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-icon-link:hover,
.uk-light .uk-icon-link:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-icon-link:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-icon-link:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-icon-link:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-icon-link:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-icon-link:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-icon-link:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-link:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-link:focus,
.uk-card-primary.uk-card-body .uk-icon-link:hover,
.uk-card-primary.uk-card-body .uk-icon-link:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-icon-link:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-icon-link:focus,
.uk-card-secondary.uk-card-body .uk-icon-link:hover,
.uk-card-secondary.uk-card-body .uk-icon-link:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-icon-link:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-icon-link:focus,
.uk-overlay-primary .uk-icon-link:hover,
.uk-overlay-primary .uk-icon-link:focus,
.uk-offcanvas-bar .uk-icon-link:hover,
.uk-offcanvas-bar .uk-icon-link:focus {
  color: rgba(255, 255, 255, 0.7);
}

/* line 10075, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-icon-link:active,
.uk-light .uk-active > .uk-icon-link,
.uk-section-primary:not(.uk-preserve-color) .uk-icon-link:active,
.uk-section-primary:not(.uk-preserve-color) .uk-active > .uk-icon-link,
.uk-section-secondary:not(.uk-preserve-color) .uk-icon-link:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-active > .uk-icon-link,
.uk-tile-primary:not(.uk-preserve-color) .uk-icon-link:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-active > .uk-icon-link,
.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-link:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-active > .uk-icon-link,
.uk-card-primary.uk-card-body .uk-icon-link:active,
.uk-card-primary.uk-card-body .uk-active > .uk-icon-link,
.uk-card-primary > :not([class*='uk-card-media']) .uk-icon-link:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-active > .uk-icon-link,
.uk-card-secondary.uk-card-body .uk-icon-link:active,
.uk-card-secondary.uk-card-body .uk-active > .uk-icon-link,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-icon-link:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-active > .uk-icon-link,
.uk-overlay-primary .uk-icon-link:active,
.uk-overlay-primary .uk-active > .uk-icon-link,
.uk-offcanvas-bar .uk-icon-link:active,
.uk-offcanvas-bar .uk-active > .uk-icon-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 10099, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-icon-button,
.uk-section-primary:not(.uk-preserve-color) .uk-icon-button,
.uk-section-secondary:not(.uk-preserve-color) .uk-icon-button,
.uk-tile-primary:not(.uk-preserve-color) .uk-icon-button,
.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button,
.uk-card-primary.uk-card-body .uk-icon-button,
.uk-card-primary > :not([class*='uk-card-media']) .uk-icon-button,
.uk-card-secondary.uk-card-body .uk-icon-button,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-icon-button,
.uk-overlay-primary .uk-icon-button,
.uk-offcanvas-bar .uk-icon-button {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
}

/* line 10113, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-icon-button:hover,
.uk-light .uk-icon-button:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-icon-button:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-icon-button:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-icon-button:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-icon-button:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-icon-button:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-icon-button:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button:focus,
.uk-card-primary.uk-card-body .uk-icon-button:hover,
.uk-card-primary.uk-card-body .uk-icon-button:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-icon-button:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-icon-button:focus,
.uk-card-secondary.uk-card-body .uk-icon-button:hover,
.uk-card-secondary.uk-card-body .uk-icon-button:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-icon-button:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-icon-button:focus,
.uk-overlay-primary .uk-icon-button:hover,
.uk-overlay-primary .uk-icon-button:focus,
.uk-offcanvas-bar .uk-icon-button:hover,
.uk-offcanvas-bar .uk-icon-button:focus {
  background-color: rgba(242, 242, 242, 0.1);
  color: rgba(255, 255, 255, 0.7);
}

/* line 10138, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-icon-button:active,
.uk-section-primary:not(.uk-preserve-color) .uk-icon-button:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-icon-button:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-icon-button:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button:active,
.uk-card-primary.uk-card-body .uk-icon-button:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-icon-button:active,
.uk-card-secondary.uk-card-body .uk-icon-button:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-icon-button:active,
.uk-overlay-primary .uk-icon-button:active,
.uk-offcanvas-bar .uk-icon-button:active {
  background-color: rgba(230, 230, 230, 0.1);
  color: rgba(255, 255, 255, 0.7);
}

/* line 10152, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-input,
.uk-light .uk-select,
.uk-light .uk-textarea,
.uk-section-primary:not(.uk-preserve-color) .uk-input,
.uk-section-primary:not(.uk-preserve-color) .uk-select,
.uk-section-primary:not(.uk-preserve-color) .uk-textarea,
.uk-section-secondary:not(.uk-preserve-color) .uk-input,
.uk-section-secondary:not(.uk-preserve-color) .uk-select,
.uk-section-secondary:not(.uk-preserve-color) .uk-textarea,
.uk-tile-primary:not(.uk-preserve-color) .uk-input,
.uk-tile-primary:not(.uk-preserve-color) .uk-select,
.uk-tile-primary:not(.uk-preserve-color) .uk-textarea,
.uk-tile-secondary:not(.uk-preserve-color) .uk-input,
.uk-tile-secondary:not(.uk-preserve-color) .uk-select,
.uk-tile-secondary:not(.uk-preserve-color) .uk-textarea,
.uk-card-primary.uk-card-body .uk-input,
.uk-card-primary.uk-card-body .uk-select,
.uk-card-primary.uk-card-body .uk-textarea,
.uk-card-primary > :not([class*='uk-card-media']) .uk-input,
.uk-card-primary > :not([class*='uk-card-media']) .uk-select,
.uk-card-primary > :not([class*='uk-card-media']) .uk-textarea,
.uk-card-secondary.uk-card-body .uk-input,
.uk-card-secondary.uk-card-body .uk-select,
.uk-card-secondary.uk-card-body .uk-textarea,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-input,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-select,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-textarea,
.uk-overlay-primary .uk-input,
.uk-overlay-primary .uk-select,
.uk-overlay-primary .uk-textarea,
.uk-offcanvas-bar .uk-input,
.uk-offcanvas-bar .uk-select,
.uk-offcanvas-bar .uk-textarea {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
  background-clip: padding-box;
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 10190, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-input:focus,
.uk-light .uk-select:focus,
.uk-light .uk-textarea:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-input:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-select:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-textarea:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-input:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-select:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-textarea:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-input:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-select:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-textarea:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-input:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-select:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-textarea:focus,
.uk-card-primary.uk-card-body .uk-input:focus,
.uk-card-primary.uk-card-body .uk-select:focus,
.uk-card-primary.uk-card-body .uk-textarea:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-input:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-select:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-textarea:focus,
.uk-card-secondary.uk-card-body .uk-input:focus,
.uk-card-secondary.uk-card-body .uk-select:focus,
.uk-card-secondary.uk-card-body .uk-textarea:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-input:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-select:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-textarea:focus,
.uk-overlay-primary .uk-input:focus,
.uk-overlay-primary .uk-select:focus,
.uk-overlay-primary .uk-textarea:focus,
.uk-offcanvas-bar .uk-input:focus,
.uk-offcanvas-bar .uk-select:focus,
.uk-offcanvas-bar .uk-textarea:focus {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7);
}

/* line 10227, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-input::-ms-input-placeholder,
.uk-section-primary:not(.uk-preserve-color) .uk-input::-ms-input-placeholder,
.uk-section-secondary:not(.uk-preserve-color) .uk-input::-ms-input-placeholder,
.uk-tile-primary:not(.uk-preserve-color) .uk-input::-ms-input-placeholder,
.uk-tile-secondary:not(.uk-preserve-color) .uk-input::-ms-input-placeholder,
.uk-card-primary.uk-card-body .uk-input::-ms-input-placeholder,
.uk-card-primary > :not([class*='uk-card-media']) .uk-input::-ms-input-placeholder,
.uk-card-secondary.uk-card-body .uk-input::-ms-input-placeholder,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-input::-ms-input-placeholder,
.uk-overlay-primary .uk-input::-ms-input-placeholder,
.uk-offcanvas-bar .uk-input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 10240, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-input::placeholder,
.uk-section-primary:not(.uk-preserve-color) .uk-input::placeholder,
.uk-section-secondary:not(.uk-preserve-color) .uk-input::placeholder,
.uk-tile-primary:not(.uk-preserve-color) .uk-input::placeholder,
.uk-tile-secondary:not(.uk-preserve-color) .uk-input::placeholder,
.uk-card-primary.uk-card-body .uk-input::placeholder,
.uk-card-primary > :not([class*='uk-card-media']) .uk-input::placeholder,
.uk-card-secondary.uk-card-body .uk-input::placeholder,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-input::placeholder,
.uk-overlay-primary .uk-input::placeholder,
.uk-offcanvas-bar .uk-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

/* line 10253, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-textarea::-ms-input-placeholder,
.uk-section-primary:not(.uk-preserve-color) .uk-textarea::-ms-input-placeholder,
.uk-section-secondary:not(.uk-preserve-color) .uk-textarea::-ms-input-placeholder,
.uk-tile-primary:not(.uk-preserve-color) .uk-textarea::-ms-input-placeholder,
.uk-tile-secondary:not(.uk-preserve-color) .uk-textarea::-ms-input-placeholder,
.uk-card-primary.uk-card-body .uk-textarea::-ms-input-placeholder,
.uk-card-primary > :not([class*='uk-card-media']) .uk-textarea::-ms-input-placeholder,
.uk-card-secondary.uk-card-body .uk-textarea::-ms-input-placeholder,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-textarea::-ms-input-placeholder,
.uk-overlay-primary .uk-textarea::-ms-input-placeholder,
.uk-offcanvas-bar .uk-textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 10266, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-textarea::placeholder,
.uk-section-primary:not(.uk-preserve-color) .uk-textarea::placeholder,
.uk-section-secondary:not(.uk-preserve-color) .uk-textarea::placeholder,
.uk-tile-primary:not(.uk-preserve-color) .uk-textarea::placeholder,
.uk-tile-secondary:not(.uk-preserve-color) .uk-textarea::placeholder,
.uk-card-primary.uk-card-body .uk-textarea::placeholder,
.uk-card-primary > :not([class*='uk-card-media']) .uk-textarea::placeholder,
.uk-card-secondary.uk-card-body .uk-textarea::placeholder,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-textarea::placeholder,
.uk-overlay-primary .uk-textarea::placeholder,
.uk-offcanvas-bar .uk-textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

/* line 10279, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-select:not([multiple]):not([size]),
.uk-section-primary:not(.uk-preserve-color) .uk-select:not([multiple]):not([size]),
.uk-section-secondary:not(.uk-preserve-color) .uk-select:not([multiple]):not([size]),
.uk-tile-primary:not(.uk-preserve-color) .uk-select:not([multiple]):not([size]),
.uk-tile-secondary:not(.uk-preserve-color) .uk-select:not([multiple]):not([size]),
.uk-card-primary.uk-card-body .uk-select:not([multiple]):not([size]),
.uk-card-primary > :not([class*='uk-card-media']) .uk-select:not([multiple]):not([size]),
.uk-card-secondary.uk-card-body .uk-select:not([multiple]):not([size]),
.uk-card-secondary > :not([class*='uk-card-media']) .uk-select:not([multiple]):not([size]),
.uk-overlay-primary .uk-select:not([multiple]):not([size]),
.uk-offcanvas-bar .uk-select:not([multiple]):not([size]) {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

/* line 10292, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-input[list]:hover,
.uk-light .uk-input[list]:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-input[list]:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-input[list]:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-input[list]:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-input[list]:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-input[list]:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-input[list]:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-input[list]:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-input[list]:focus,
.uk-card-primary.uk-card-body .uk-input[list]:hover,
.uk-card-primary.uk-card-body .uk-input[list]:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-input[list]:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-input[list]:focus,
.uk-card-secondary.uk-card-body .uk-input[list]:hover,
.uk-card-secondary.uk-card-body .uk-input[list]:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-input[list]:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-input[list]:focus,
.uk-overlay-primary .uk-input[list]:hover,
.uk-overlay-primary .uk-input[list]:focus,
.uk-offcanvas-bar .uk-input[list]:hover,
.uk-offcanvas-bar .uk-input[list]:focus {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

/* line 10316, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-radio,
.uk-light .uk-checkbox,
.uk-section-primary:not(.uk-preserve-color) .uk-radio,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox,
.uk-section-secondary:not(.uk-preserve-color) .uk-radio,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox,
.uk-tile-primary:not(.uk-preserve-color) .uk-radio,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox,
.uk-tile-secondary:not(.uk-preserve-color) .uk-radio,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox,
.uk-card-primary.uk-card-body .uk-radio,
.uk-card-primary.uk-card-body .uk-checkbox,
.uk-card-primary > :not([class*='uk-card-media']) .uk-radio,
.uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox,
.uk-card-secondary.uk-card-body .uk-radio,
.uk-card-secondary.uk-card-body .uk-checkbox,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-radio,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox,
.uk-overlay-primary .uk-radio,
.uk-overlay-primary .uk-checkbox,
.uk-offcanvas-bar .uk-radio,
.uk-offcanvas-bar .uk-checkbox {
  background-color: rgba(242, 242, 242, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 10341, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-radio:focus,
.uk-light .uk-checkbox:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-radio:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-radio:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-radio:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-radio:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:focus,
.uk-card-primary.uk-card-body .uk-radio:focus,
.uk-card-primary.uk-card-body .uk-checkbox:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-radio:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:focus,
.uk-card-secondary.uk-card-body .uk-radio:focus,
.uk-card-secondary.uk-card-body .uk-checkbox:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-radio:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:focus,
.uk-overlay-primary .uk-radio:focus,
.uk-overlay-primary .uk-checkbox:focus,
.uk-offcanvas-bar .uk-radio:focus,
.uk-offcanvas-bar .uk-checkbox:focus {
  border-color: rgba(255, 255, 255, 0.7);
}

/* line 10365, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-radio:checked,
.uk-light .uk-checkbox:checked,
.uk-light .uk-checkbox:indeterminate,
.uk-section-primary:not(.uk-preserve-color) .uk-radio:checked,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-primary:not(.uk-preserve-color) .uk-radio:checked,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-secondary:not(.uk-preserve-color) .uk-radio:checked,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-card-primary.uk-card-body .uk-radio:checked,
.uk-card-primary.uk-card-body .uk-checkbox:checked,
.uk-card-primary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-primary > :not([class*='uk-card-media']) .uk-radio:checked,
.uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:checked,
.uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate,
.uk-card-secondary.uk-card-body .uk-radio:checked,
.uk-card-secondary.uk-card-body .uk-checkbox:checked,
.uk-card-secondary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-radio:checked,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:checked,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate,
.uk-overlay-primary .uk-radio:checked,
.uk-overlay-primary .uk-checkbox:checked,
.uk-overlay-primary .uk-checkbox:indeterminate,
.uk-offcanvas-bar .uk-radio:checked,
.uk-offcanvas-bar .uk-checkbox:checked,
.uk-offcanvas-bar .uk-checkbox:indeterminate {
  background-color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
}

/* line 10401, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-radio:checked:focus,
.uk-light .uk-checkbox:checked:focus,
.uk-light .uk-checkbox:indeterminate:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-radio:checked:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-radio:checked:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-radio:checked:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate:focus,
.uk-card-primary.uk-card-body .uk-radio:checked:focus,
.uk-card-primary.uk-card-body .uk-checkbox:checked:focus,
.uk-card-primary.uk-card-body .uk-checkbox:indeterminate:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-radio:checked:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:checked:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate:focus,
.uk-card-secondary.uk-card-body .uk-radio:checked:focus,
.uk-card-secondary.uk-card-body .uk-checkbox:checked:focus,
.uk-card-secondary.uk-card-body .uk-checkbox:indeterminate:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-radio:checked:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:checked:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate:focus,
.uk-overlay-primary .uk-radio:checked:focus,
.uk-overlay-primary .uk-checkbox:checked:focus,
.uk-overlay-primary .uk-checkbox:indeterminate:focus,
.uk-offcanvas-bar .uk-radio:checked:focus,
.uk-offcanvas-bar .uk-checkbox:checked:focus,
.uk-offcanvas-bar .uk-checkbox:indeterminate:focus {
  background-color: #e6e6e6;
}

/* line 10436, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-radio:checked,
.uk-section-primary:not(.uk-preserve-color) .uk-radio:checked,
.uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked,
.uk-tile-primary:not(.uk-preserve-color) .uk-radio:checked,
.uk-tile-secondary:not(.uk-preserve-color) .uk-radio:checked,
.uk-card-primary.uk-card-body .uk-radio:checked,
.uk-card-primary > :not([class*='uk-card-media']) .uk-radio:checked,
.uk-card-secondary.uk-card-body .uk-radio:checked,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-radio:checked,
.uk-overlay-primary .uk-radio:checked,
.uk-offcanvas-bar .uk-radio:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23666%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

/* line 10449, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-checkbox:checked,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-card-primary.uk-card-body .uk-checkbox:checked,
.uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:checked,
.uk-card-secondary.uk-card-body .uk-checkbox:checked,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:checked,
.uk-overlay-primary .uk-checkbox:checked,
.uk-offcanvas-bar .uk-checkbox:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

/* line 10462, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-checkbox:indeterminate,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-card-primary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate,
.uk-card-secondary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate,
.uk-overlay-primary .uk-checkbox:indeterminate,
.uk-offcanvas-bar .uk-checkbox:indeterminate {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

/* line 10475, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-form-label,
.uk-section-primary:not(.uk-preserve-color) .uk-form-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-form-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-form-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-form-label,
.uk-card-primary.uk-card-body .uk-form-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-form-label,
.uk-card-secondary.uk-card-body .uk-form-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-form-label,
.uk-overlay-primary .uk-form-label,
.uk-offcanvas-bar .uk-form-label {
  color: #fff;
}

/* line 10488, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-form-icon,
.uk-section-primary:not(.uk-preserve-color) .uk-form-icon,
.uk-section-secondary:not(.uk-preserve-color) .uk-form-icon,
.uk-tile-primary:not(.uk-preserve-color) .uk-form-icon,
.uk-tile-secondary:not(.uk-preserve-color) .uk-form-icon,
.uk-card-primary.uk-card-body .uk-form-icon,
.uk-card-primary > :not([class*='uk-card-media']) .uk-form-icon,
.uk-card-secondary.uk-card-body .uk-form-icon,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-form-icon,
.uk-overlay-primary .uk-form-icon,
.uk-offcanvas-bar .uk-form-icon {
  color: rgba(255, 255, 255, 0.5);
}

/* line 10501, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-form-icon:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-form-icon:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-form-icon:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-form-icon:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-form-icon:hover,
.uk-card-primary.uk-card-body .uk-form-icon:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-form-icon:hover,
.uk-card-secondary.uk-card-body .uk-form-icon:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-form-icon:hover,
.uk-overlay-primary .uk-form-icon:hover,
.uk-offcanvas-bar .uk-form-icon:hover {
  color: rgba(255, 255, 255, 0.7);
}

/* line 10514, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-button-default,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default,
.uk-card-primary.uk-card-body .uk-button-default,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default,
.uk-card-secondary.uk-card-body .uk-button-default,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default,
.uk-overlay-primary .uk-button-default,
.uk-offcanvas-bar .uk-button-default {
  background-color: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
}

/* line 10529, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-button-default:hover,
.uk-light .uk-button-default:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-card-primary.uk-card-body .uk-button-default:hover,
.uk-card-primary.uk-card-body .uk-button-default:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:focus,
.uk-card-secondary.uk-card-body .uk-button-default:hover,
.uk-card-secondary.uk-card-body .uk-button-default:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:focus,
.uk-overlay-primary .uk-button-default:hover,
.uk-overlay-primary .uk-button-default:focus,
.uk-offcanvas-bar .uk-button-default:hover,
.uk-offcanvas-bar .uk-button-default:focus {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

/* line 10555, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-button-default:active,
.uk-light .uk-button-default.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-card-primary.uk-card-body .uk-button-default:active,
.uk-card-primary.uk-card-body .uk-button-default.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default.uk-active,
.uk-card-secondary.uk-card-body .uk-button-default:active,
.uk-card-secondary.uk-card-body .uk-button-default.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default.uk-active,
.uk-overlay-primary .uk-button-default:active,
.uk-overlay-primary .uk-button-default.uk-active,
.uk-offcanvas-bar .uk-button-default:active,
.uk-offcanvas-bar .uk-button-default.uk-active {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

/* line 10581, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-button-primary,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary,
.uk-card-primary.uk-card-body .uk-button-primary,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary,
.uk-card-secondary.uk-card-body .uk-button-primary,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary,
.uk-overlay-primary .uk-button-primary,
.uk-offcanvas-bar .uk-button-primary {
  background-color: #fff;
  color: #666;
}

/* line 10595, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-button-primary:hover,
.uk-light .uk-button-primary:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-card-primary.uk-card-body .uk-button-primary:hover,
.uk-card-primary.uk-card-body .uk-button-primary:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:focus,
.uk-card-secondary.uk-card-body .uk-button-primary:hover,
.uk-card-secondary.uk-card-body .uk-button-primary:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:focus,
.uk-overlay-primary .uk-button-primary:hover,
.uk-overlay-primary .uk-button-primary:focus,
.uk-offcanvas-bar .uk-button-primary:hover,
.uk-offcanvas-bar .uk-button-primary:focus {
  background-color: #f2f2f2;
  color: #666;
}

/* line 10620, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-button-primary:active,
.uk-light .uk-button-primary.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-card-primary.uk-card-body .uk-button-primary:active,
.uk-card-primary.uk-card-body .uk-button-primary.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary.uk-active,
.uk-card-secondary.uk-card-body .uk-button-primary:active,
.uk-card-secondary.uk-card-body .uk-button-primary.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary.uk-active,
.uk-overlay-primary .uk-button-primary:active,
.uk-overlay-primary .uk-button-primary.uk-active,
.uk-offcanvas-bar .uk-button-primary:active,
.uk-offcanvas-bar .uk-button-primary.uk-active {
  background-color: #e6e6e6;
  color: #666;
}

/* line 10645, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-button-secondary,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary,
.uk-card-primary.uk-card-body .uk-button-secondary,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary,
.uk-card-secondary.uk-card-body .uk-button-secondary,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary,
.uk-overlay-primary .uk-button-secondary,
.uk-offcanvas-bar .uk-button-secondary {
  background-color: #fff;
  color: #666;
}

/* line 10659, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-button-secondary:hover,
.uk-light .uk-button-secondary:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-card-primary.uk-card-body .uk-button-secondary:hover,
.uk-card-primary.uk-card-body .uk-button-secondary:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:focus,
.uk-card-secondary.uk-card-body .uk-button-secondary:hover,
.uk-card-secondary.uk-card-body .uk-button-secondary:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:focus,
.uk-overlay-primary .uk-button-secondary:hover,
.uk-overlay-primary .uk-button-secondary:focus,
.uk-offcanvas-bar .uk-button-secondary:hover,
.uk-offcanvas-bar .uk-button-secondary:focus {
  background-color: #f2f2f2;
  color: #666;
}

/* line 10684, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-button-secondary:active,
.uk-light .uk-button-secondary.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-card-primary.uk-card-body .uk-button-secondary:active,
.uk-card-primary.uk-card-body .uk-button-secondary.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary.uk-active,
.uk-card-secondary.uk-card-body .uk-button-secondary:active,
.uk-card-secondary.uk-card-body .uk-button-secondary.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary.uk-active,
.uk-overlay-primary .uk-button-secondary:active,
.uk-overlay-primary .uk-button-secondary.uk-active,
.uk-offcanvas-bar .uk-button-secondary:active,
.uk-offcanvas-bar .uk-button-secondary.uk-active {
  background-color: #e6e6e6;
  color: #666;
}

/* line 10709, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-button-text,
.uk-section-primary:not(.uk-preserve-color) .uk-button-text,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-text,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-text,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-text,
.uk-card-primary.uk-card-body .uk-button-text,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-text,
.uk-card-secondary.uk-card-body .uk-button-text,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-text,
.uk-overlay-primary .uk-button-text,
.uk-offcanvas-bar .uk-button-text {
  color: #fff;
}

/* line 10722, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-button-text::before,
.uk-section-primary:not(.uk-preserve-color) .uk-button-text::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-text::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-text::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-text::before,
.uk-card-primary.uk-card-body .uk-button-text::before,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-text::before,
.uk-card-secondary.uk-card-body .uk-button-text::before,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-text::before,
.uk-overlay-primary .uk-button-text::before,
.uk-offcanvas-bar .uk-button-text::before {
  border-bottom-color: #fff;
}

/* line 10735, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-button-text:hover,
.uk-light .uk-button-text:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-text:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-text:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-text:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-text:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-text:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-text:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-text:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-text:focus,
.uk-card-primary.uk-card-body .uk-button-text:hover,
.uk-card-primary.uk-card-body .uk-button-text:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-text:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-text:focus,
.uk-card-secondary.uk-card-body .uk-button-text:hover,
.uk-card-secondary.uk-card-body .uk-button-text:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-text:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-text:focus,
.uk-overlay-primary .uk-button-text:hover,
.uk-overlay-primary .uk-button-text:focus,
.uk-offcanvas-bar .uk-button-text:hover,
.uk-offcanvas-bar .uk-button-text:focus {
  color: #fff;
}

/* line 10759, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-button-text:disabled,
.uk-section-primary:not(.uk-preserve-color) .uk-button-text:disabled,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-text:disabled,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-text:disabled,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-text:disabled,
.uk-card-primary.uk-card-body .uk-button-text:disabled,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-text:disabled,
.uk-card-secondary.uk-card-body .uk-button-text:disabled,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-text:disabled,
.uk-overlay-primary .uk-button-text:disabled,
.uk-offcanvas-bar .uk-button-text:disabled {
  color: rgba(255, 255, 255, 0.5);
}

/* line 10772, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-button-link,
.uk-section-primary:not(.uk-preserve-color) .uk-button-link,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-link,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-link,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-link,
.uk-card-primary.uk-card-body .uk-button-link,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-link,
.uk-card-secondary.uk-card-body .uk-button-link,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-link,
.uk-overlay-primary .uk-button-link,
.uk-offcanvas-bar .uk-button-link {
  color: rgba(255, 255, 255, 0.5);
}

/* line 10785, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-button-link:hover,
.uk-light .uk-button-link:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-link:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-link:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-link:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-link:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-link:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-link:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-link:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-link:focus,
.uk-card-primary.uk-card-body .uk-button-link:hover,
.uk-card-primary.uk-card-body .uk-button-link:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-link:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-link:focus,
.uk-card-secondary.uk-card-body .uk-button-link:hover,
.uk-card-secondary.uk-card-body .uk-button-link:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-link:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-link:focus,
.uk-overlay-primary .uk-button-link:hover,
.uk-overlay-primary .uk-button-link:focus,
.uk-offcanvas-bar .uk-button-link:hover,
.uk-offcanvas-bar .uk-button-link:focus {
  color: rgba(255, 255, 255, 0.7);
}

/* line 10809, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-grid-divider > :not(.uk-first-column)::before,
.uk-section-primary:not(.uk-preserve-color) .uk-grid-divider > :not(.uk-first-column)::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-grid-divider > :not(.uk-first-column)::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-grid-divider > :not(.uk-first-column)::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-grid-divider > :not(.uk-first-column)::before,
.uk-card-primary.uk-card-body .uk-grid-divider > :not(.uk-first-column)::before,
.uk-card-primary > :not([class*='uk-card-media']) .uk-grid-divider > :not(.uk-first-column)::before,
.uk-card-secondary.uk-card-body .uk-grid-divider > :not(.uk-first-column)::before,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-grid-divider > :not(.uk-first-column)::before,
.uk-overlay-primary .uk-grid-divider > :not(.uk-first-column)::before,
.uk-offcanvas-bar .uk-grid-divider > :not(.uk-first-column)::before {
  border-left-color: rgba(255, 255, 255, 0.2);
}

/* line 10822, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before,
.uk-section-primary:not(.uk-preserve-color) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before,
.uk-card-primary.uk-card-body .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before,
.uk-card-primary > :not([class*='uk-card-media']) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before,
.uk-card-secondary.uk-card-body .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before,
.uk-overlay-primary .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before,
.uk-offcanvas-bar .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  border-top-color: rgba(255, 255, 255, 0.2);
}

/* line 10835, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-close,
.uk-section-primary:not(.uk-preserve-color) .uk-close,
.uk-section-secondary:not(.uk-preserve-color) .uk-close,
.uk-tile-primary:not(.uk-preserve-color) .uk-close,
.uk-tile-secondary:not(.uk-preserve-color) .uk-close,
.uk-card-primary.uk-card-body .uk-close,
.uk-card-primary > :not([class*='uk-card-media']) .uk-close,
.uk-card-secondary.uk-card-body .uk-close,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-close,
.uk-overlay-primary .uk-close,
.uk-offcanvas-bar .uk-close {
  color: rgba(255, 255, 255, 0.5);
}

/* line 10848, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-close:hover,
.uk-light .uk-close:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-close:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-close:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-close:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-close:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-close:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-close:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-close:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-close:focus,
.uk-card-primary.uk-card-body .uk-close:hover,
.uk-card-primary.uk-card-body .uk-close:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-close:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-close:focus,
.uk-card-secondary.uk-card-body .uk-close:hover,
.uk-card-secondary.uk-card-body .uk-close:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-close:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-close:focus,
.uk-overlay-primary .uk-close:hover,
.uk-overlay-primary .uk-close:focus,
.uk-offcanvas-bar .uk-close:hover,
.uk-offcanvas-bar .uk-close:focus {
  color: rgba(255, 255, 255, 0.7);
}

/* line 10872, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-totop,
.uk-section-primary:not(.uk-preserve-color) .uk-totop,
.uk-section-secondary:not(.uk-preserve-color) .uk-totop,
.uk-tile-primary:not(.uk-preserve-color) .uk-totop,
.uk-tile-secondary:not(.uk-preserve-color) .uk-totop,
.uk-card-primary.uk-card-body .uk-totop,
.uk-card-primary > :not([class*='uk-card-media']) .uk-totop,
.uk-card-secondary.uk-card-body .uk-totop,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-totop,
.uk-overlay-primary .uk-totop,
.uk-offcanvas-bar .uk-totop {
  color: rgba(255, 255, 255, 0.5);
}

/* line 10885, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-totop:hover,
.uk-light .uk-totop:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-totop:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-totop:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-totop:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-totop:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-totop:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-totop:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-totop:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-totop:focus,
.uk-card-primary.uk-card-body .uk-totop:hover,
.uk-card-primary.uk-card-body .uk-totop:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-totop:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-totop:focus,
.uk-card-secondary.uk-card-body .uk-totop:hover,
.uk-card-secondary.uk-card-body .uk-totop:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-totop:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-totop:focus,
.uk-overlay-primary .uk-totop:hover,
.uk-overlay-primary .uk-totop:focus,
.uk-offcanvas-bar .uk-totop:hover,
.uk-offcanvas-bar .uk-totop:focus {
  color: rgba(255, 255, 255, 0.7);
}

/* line 10909, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-totop:active,
.uk-section-primary:not(.uk-preserve-color) .uk-totop:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-totop:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-totop:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-totop:active,
.uk-card-primary.uk-card-body .uk-totop:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-totop:active,
.uk-card-secondary.uk-card-body .uk-totop:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-totop:active,
.uk-overlay-primary .uk-totop:active,
.uk-offcanvas-bar .uk-totop:active {
  color: #fff;
}

/* line 10922, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-marker,
.uk-section-primary:not(.uk-preserve-color) .uk-marker,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker,
.uk-card-primary.uk-card-body .uk-marker,
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker,
.uk-card-secondary.uk-card-body .uk-marker,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker,
.uk-overlay-primary .uk-marker,
.uk-offcanvas-bar .uk-marker {
  background: #f8f8f8;
  color: #666;
}

/* line 10936, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-marker:hover,
.uk-light .uk-marker:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-marker:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-marker:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker:focus,
.uk-card-primary.uk-card-body .uk-marker:hover,
.uk-card-primary.uk-card-body .uk-marker:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker:focus,
.uk-card-secondary.uk-card-body .uk-marker:hover,
.uk-card-secondary.uk-card-body .uk-marker:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker:focus,
.uk-overlay-primary .uk-marker:hover,
.uk-overlay-primary .uk-marker:focus,
.uk-offcanvas-bar .uk-marker:hover,
.uk-offcanvas-bar .uk-marker:focus {
  color: #666;
}

/* line 10960, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-badge,
.uk-section-primary:not(.uk-preserve-color) .uk-badge,
.uk-section-secondary:not(.uk-preserve-color) .uk-badge,
.uk-tile-primary:not(.uk-preserve-color) .uk-badge,
.uk-tile-secondary:not(.uk-preserve-color) .uk-badge,
.uk-card-primary.uk-card-body .uk-badge,
.uk-card-primary > :not([class*='uk-card-media']) .uk-badge,
.uk-card-secondary.uk-card-body .uk-badge,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-badge,
.uk-overlay-primary .uk-badge,
.uk-offcanvas-bar .uk-badge {
  background-color: #fff;
  color: #666;
}

/* line 10974, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-badge:hover,
.uk-light .uk-badge:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-badge:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-badge:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-badge:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-badge:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-badge:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-badge:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-badge:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-badge:focus,
.uk-card-primary.uk-card-body .uk-badge:hover,
.uk-card-primary.uk-card-body .uk-badge:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-badge:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-badge:focus,
.uk-card-secondary.uk-card-body .uk-badge:hover,
.uk-card-secondary.uk-card-body .uk-badge:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-badge:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-badge:focus,
.uk-overlay-primary .uk-badge:hover,
.uk-overlay-primary .uk-badge:focus,
.uk-offcanvas-bar .uk-badge:hover,
.uk-offcanvas-bar .uk-badge:focus {
  color: #666;
}

/* line 10998, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-label,
.uk-section-primary:not(.uk-preserve-color) .uk-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-label,
.uk-card-primary.uk-card-body .uk-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-label,
.uk-card-secondary.uk-card-body .uk-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-label,
.uk-overlay-primary .uk-label,
.uk-offcanvas-bar .uk-label {
  background-color: #fff;
  color: #666;
}

/* line 11012, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-article-meta,
.uk-section-primary:not(.uk-preserve-color) .uk-article-meta,
.uk-section-secondary:not(.uk-preserve-color) .uk-article-meta,
.uk-tile-primary:not(.uk-preserve-color) .uk-article-meta,
.uk-tile-secondary:not(.uk-preserve-color) .uk-article-meta,
.uk-card-primary.uk-card-body .uk-article-meta,
.uk-card-primary > :not([class*='uk-card-media']) .uk-article-meta,
.uk-card-secondary.uk-card-body .uk-article-meta,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-article-meta,
.uk-overlay-primary .uk-article-meta,
.uk-offcanvas-bar .uk-article-meta {
  color: rgba(255, 255, 255, 0.5);
}

/* line 11025, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-search-input,
.uk-section-primary:not(.uk-preserve-color) .uk-search-input,
.uk-section-secondary:not(.uk-preserve-color) .uk-search-input,
.uk-tile-primary:not(.uk-preserve-color) .uk-search-input,
.uk-tile-secondary:not(.uk-preserve-color) .uk-search-input,
.uk-card-primary.uk-card-body .uk-search-input,
.uk-card-primary > :not([class*='uk-card-media']) .uk-search-input,
.uk-card-secondary.uk-card-body .uk-search-input,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-search-input,
.uk-overlay-primary .uk-search-input,
.uk-offcanvas-bar .uk-search-input {
  color: rgba(255, 255, 255, 0.7);
}

/* line 11038, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-search-input:-ms-input-placeholder,
.uk-section-primary:not(.uk-preserve-color) .uk-search-input:-ms-input-placeholder,
.uk-section-secondary:not(.uk-preserve-color) .uk-search-input:-ms-input-placeholder,
.uk-tile-primary:not(.uk-preserve-color) .uk-search-input:-ms-input-placeholder,
.uk-tile-secondary:not(.uk-preserve-color) .uk-search-input:-ms-input-placeholder,
.uk-card-primary.uk-card-body .uk-search-input:-ms-input-placeholder,
.uk-card-primary > :not([class*='uk-card-media']) .uk-search-input:-ms-input-placeholder,
.uk-card-secondary.uk-card-body .uk-search-input:-ms-input-placeholder,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-search-input:-ms-input-placeholder,
.uk-overlay-primary .uk-search-input:-ms-input-placeholder,
.uk-offcanvas-bar .uk-search-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 11051, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-search-input::placeholder,
.uk-section-primary:not(.uk-preserve-color) .uk-search-input::placeholder,
.uk-section-secondary:not(.uk-preserve-color) .uk-search-input::placeholder,
.uk-tile-primary:not(.uk-preserve-color) .uk-search-input::placeholder,
.uk-tile-secondary:not(.uk-preserve-color) .uk-search-input::placeholder,
.uk-card-primary.uk-card-body .uk-search-input::placeholder,
.uk-card-primary > :not([class*='uk-card-media']) .uk-search-input::placeholder,
.uk-card-secondary.uk-card-body .uk-search-input::placeholder,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-search-input::placeholder,
.uk-overlay-primary .uk-search-input::placeholder,
.uk-offcanvas-bar .uk-search-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

/* line 11064, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-search .uk-search-icon,
.uk-section-primary:not(.uk-preserve-color) .uk-search .uk-search-icon,
.uk-section-secondary:not(.uk-preserve-color) .uk-search .uk-search-icon,
.uk-tile-primary:not(.uk-preserve-color) .uk-search .uk-search-icon,
.uk-tile-secondary:not(.uk-preserve-color) .uk-search .uk-search-icon,
.uk-card-primary.uk-card-body .uk-search .uk-search-icon,
.uk-card-primary > :not([class*='uk-card-media']) .uk-search .uk-search-icon,
.uk-card-secondary.uk-card-body .uk-search .uk-search-icon,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-search .uk-search-icon,
.uk-overlay-primary .uk-search .uk-search-icon,
.uk-offcanvas-bar .uk-search .uk-search-icon {
  color: rgba(255, 255, 255, 0.5);
}

/* line 11077, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-search .uk-search-icon:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-search .uk-search-icon:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-search .uk-search-icon:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-search .uk-search-icon:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-search .uk-search-icon:hover,
.uk-card-primary.uk-card-body .uk-search .uk-search-icon:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-search .uk-search-icon:hover,
.uk-card-secondary.uk-card-body .uk-search .uk-search-icon:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-search .uk-search-icon:hover,
.uk-overlay-primary .uk-search .uk-search-icon:hover,
.uk-offcanvas-bar .uk-search .uk-search-icon:hover {
  color: rgba(255, 255, 255, 0.5);
}

/* line 11090, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-search-default .uk-search-input,
.uk-section-primary:not(.uk-preserve-color) .uk-search-default .uk-search-input,
.uk-section-secondary:not(.uk-preserve-color) .uk-search-default .uk-search-input,
.uk-tile-primary:not(.uk-preserve-color) .uk-search-default .uk-search-input,
.uk-tile-secondary:not(.uk-preserve-color) .uk-search-default .uk-search-input,
.uk-card-primary.uk-card-body .uk-search-default .uk-search-input,
.uk-card-primary > :not([class*='uk-card-media']) .uk-search-default .uk-search-input,
.uk-card-secondary.uk-card-body .uk-search-default .uk-search-input,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-search-default .uk-search-input,
.uk-overlay-primary .uk-search-default .uk-search-input,
.uk-offcanvas-bar .uk-search-default .uk-search-input {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 11104, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-search-default .uk-search-input:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-search-default .uk-search-input:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-search-default .uk-search-input:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-search-default .uk-search-input:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-search-default .uk-search-input:focus,
.uk-card-primary.uk-card-body .uk-search-default .uk-search-input:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-search-default .uk-search-input:focus,
.uk-card-secondary.uk-card-body .uk-search-default .uk-search-input:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-search-default .uk-search-input:focus,
.uk-overlay-primary .uk-search-default .uk-search-input:focus,
.uk-offcanvas-bar .uk-search-default .uk-search-input:focus {
  background-color: transparent;
}

/* line 11117, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-search-navbar .uk-search-input,
.uk-section-primary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input,
.uk-section-secondary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input,
.uk-tile-primary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input,
.uk-tile-secondary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input,
.uk-card-primary.uk-card-body .uk-search-navbar .uk-search-input,
.uk-card-primary > :not([class*='uk-card-media']) .uk-search-navbar .uk-search-input,
.uk-card-secondary.uk-card-body .uk-search-navbar .uk-search-input,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-search-navbar .uk-search-input,
.uk-overlay-primary .uk-search-navbar .uk-search-input,
.uk-offcanvas-bar .uk-search-navbar .uk-search-input {
  background-color: transparent;
}

/* line 11130, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-search-large .uk-search-input,
.uk-section-primary:not(.uk-preserve-color) .uk-search-large .uk-search-input,
.uk-section-secondary:not(.uk-preserve-color) .uk-search-large .uk-search-input,
.uk-tile-primary:not(.uk-preserve-color) .uk-search-large .uk-search-input,
.uk-tile-secondary:not(.uk-preserve-color) .uk-search-large .uk-search-input,
.uk-card-primary.uk-card-body .uk-search-large .uk-search-input,
.uk-card-primary > :not([class*='uk-card-media']) .uk-search-large .uk-search-input,
.uk-card-secondary.uk-card-body .uk-search-large .uk-search-input,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-search-large .uk-search-input,
.uk-overlay-primary .uk-search-large .uk-search-input,
.uk-offcanvas-bar .uk-search-large .uk-search-input {
  background-color: transparent;
}

/* line 11143, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-search-toggle,
.uk-section-primary:not(.uk-preserve-color) .uk-search-toggle,
.uk-section-secondary:not(.uk-preserve-color) .uk-search-toggle,
.uk-tile-primary:not(.uk-preserve-color) .uk-search-toggle,
.uk-tile-secondary:not(.uk-preserve-color) .uk-search-toggle,
.uk-card-primary.uk-card-body .uk-search-toggle,
.uk-card-primary > :not([class*='uk-card-media']) .uk-search-toggle,
.uk-card-secondary.uk-card-body .uk-search-toggle,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-search-toggle,
.uk-overlay-primary .uk-search-toggle,
.uk-offcanvas-bar .uk-search-toggle {
  color: rgba(255, 255, 255, 0.5);
}

/* line 11156, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-search-toggle:hover,
.uk-light .uk-search-toggle:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-search-toggle:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-search-toggle:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-search-toggle:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-search-toggle:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-search-toggle:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-search-toggle:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-search-toggle:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-search-toggle:focus,
.uk-card-primary.uk-card-body .uk-search-toggle:hover,
.uk-card-primary.uk-card-body .uk-search-toggle:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-search-toggle:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-search-toggle:focus,
.uk-card-secondary.uk-card-body .uk-search-toggle:hover,
.uk-card-secondary.uk-card-body .uk-search-toggle:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-search-toggle:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-search-toggle:focus,
.uk-overlay-primary .uk-search-toggle:hover,
.uk-overlay-primary .uk-search-toggle:focus,
.uk-offcanvas-bar .uk-search-toggle:hover,
.uk-offcanvas-bar .uk-search-toggle:focus {
  color: rgba(255, 255, 255, 0.7);
}

/* line 11180, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-nav-parent-icon > .uk-parent > a::after,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent > a::after,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent > a::after,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent > a::after,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent > a::after,
.uk-card-primary.uk-card-body .uk-nav-parent-icon > .uk-parent > a::after,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-parent-icon > .uk-parent > a::after,
.uk-card-secondary.uk-card-body .uk-nav-parent-icon > .uk-parent > a::after,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-parent-icon > .uk-parent > a::after,
.uk-overlay-primary .uk-nav-parent-icon > .uk-parent > a::after,
.uk-offcanvas-bar .uk-nav-parent-icon > .uk-parent > a::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

/* line 11193, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-nav-parent-icon > .uk-parent.uk-open > a::after,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent.uk-open > a::after,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent.uk-open > a::after,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent.uk-open > a::after,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent.uk-open > a::after,
.uk-card-primary.uk-card-body .uk-nav-parent-icon > .uk-parent.uk-open > a::after,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-parent-icon > .uk-parent.uk-open > a::after,
.uk-card-secondary.uk-card-body .uk-nav-parent-icon > .uk-parent.uk-open > a::after,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-parent-icon > .uk-parent.uk-open > a::after,
.uk-overlay-primary .uk-nav-parent-icon > .uk-parent.uk-open > a::after,
.uk-offcanvas-bar .uk-nav-parent-icon > .uk-parent.uk-open > a::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

/* line 11206, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-nav-default > li > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a,
.uk-card-primary.uk-card-body .uk-nav-default > li > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a,
.uk-card-secondary.uk-card-body .uk-nav-default > li > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a,
.uk-overlay-primary .uk-nav-default > li > a,
.uk-offcanvas-bar .uk-nav-default > li > a {
  color: rgba(255, 255, 255, 0.5);
}

/* line 11219, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-nav-default > li > a:hover,
.uk-light .uk-nav-default > li > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-card-primary.uk-card-body .uk-nav-default > li > a:hover,
.uk-card-primary.uk-card-body .uk-nav-default > li > a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a:focus,
.uk-card-secondary.uk-card-body .uk-nav-default > li > a:hover,
.uk-card-secondary.uk-card-body .uk-nav-default > li > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a:focus,
.uk-overlay-primary .uk-nav-default > li > a:hover,
.uk-overlay-primary .uk-nav-default > li > a:focus,
.uk-offcanvas-bar .uk-nav-default > li > a:hover,
.uk-offcanvas-bar .uk-nav-default > li > a:focus {
  color: rgba(255, 255, 255, 0.7);
}

/* line 11243, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-nav-default > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-nav-default > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-default > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li.uk-active > a,
.uk-overlay-primary .uk-nav-default > li.uk-active > a,
.uk-offcanvas-bar .uk-nav-default > li.uk-active > a {
  color: #fff;
}

/* line 11256, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-nav-default .uk-nav-header,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-header,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-header,
.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-header,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-header,
.uk-overlay-primary .uk-nav-default .uk-nav-header,
.uk-offcanvas-bar .uk-nav-default .uk-nav-header {
  color: #fff;
}

/* line 11269, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-nav-default .uk-nav-divider,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-divider,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-divider,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-divider,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-divider,
.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-divider,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-divider,
.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-divider,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-divider,
.uk-overlay-primary .uk-nav-default .uk-nav-divider,
.uk-offcanvas-bar .uk-nav-default .uk-nav-divider {
  border-top-color: rgba(255, 255, 255, 0.2);
}

/* line 11282, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-nav-default .uk-nav-sub a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a,
.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-sub a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-sub a,
.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-sub a,
.uk-overlay-primary .uk-nav-default .uk-nav-sub a,
.uk-offcanvas-bar .uk-nav-default .uk-nav-sub a {
  color: rgba(255, 255, 255, 0.5);
}

/* line 11295, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-nav-default .uk-nav-sub a:hover,
.uk-light .uk-nav-default .uk-nav-sub a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:focus,
.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-sub a:hover,
.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-sub a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-sub a:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-sub a:focus,
.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub a:hover,
.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-sub a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-sub a:focus,
.uk-overlay-primary .uk-nav-default .uk-nav-sub a:hover,
.uk-overlay-primary .uk-nav-default .uk-nav-sub a:focus,
.uk-offcanvas-bar .uk-nav-default .uk-nav-sub a:hover,
.uk-offcanvas-bar .uk-nav-default .uk-nav-sub a:focus {
  color: rgba(255, 255, 255, 0.7);
}

/* line 11319, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-nav-default .uk-nav-sub li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub li.uk-active > a,
.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-sub li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-sub li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-sub li.uk-active > a,
.uk-overlay-primary .uk-nav-default .uk-nav-sub li.uk-active > a,
.uk-offcanvas-bar .uk-nav-default .uk-nav-sub li.uk-active > a {
  color: #fff;
}

/* line 11332, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-nav-primary > li > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a,
.uk-card-primary.uk-card-body .uk-nav-primary > li > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary > li > a,
.uk-card-secondary.uk-card-body .uk-nav-primary > li > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary > li > a,
.uk-overlay-primary .uk-nav-primary > li > a,
.uk-offcanvas-bar .uk-nav-primary > li > a {
  color: rgba(255, 255, 255, 0.5);
}

/* line 11345, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-nav-primary > li > a:hover,
.uk-light .uk-nav-primary > li > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li > a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li > a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a:focus,
.uk-card-primary.uk-card-body .uk-nav-primary > li > a:hover,
.uk-card-primary.uk-card-body .uk-nav-primary > li > a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary > li > a:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary > li > a:focus,
.uk-card-secondary.uk-card-body .uk-nav-primary > li > a:hover,
.uk-card-secondary.uk-card-body .uk-nav-primary > li > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary > li > a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary > li > a:focus,
.uk-overlay-primary .uk-nav-primary > li > a:hover,
.uk-overlay-primary .uk-nav-primary > li > a:focus,
.uk-offcanvas-bar .uk-nav-primary > li > a:hover,
.uk-offcanvas-bar .uk-nav-primary > li > a:focus {
  color: rgba(255, 255, 255, 0.7);
}

/* line 11369, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-nav-primary > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-nav-primary > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-primary > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary > li.uk-active > a,
.uk-overlay-primary .uk-nav-primary > li.uk-active > a,
.uk-offcanvas-bar .uk-nav-primary > li.uk-active > a {
  color: #fff;
}

/* line 11382, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-nav-primary .uk-nav-header,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-header,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-header,
.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-header,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-header,
.uk-overlay-primary .uk-nav-primary .uk-nav-header,
.uk-offcanvas-bar .uk-nav-primary .uk-nav-header {
  color: #fff;
}

/* line 11395, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-nav-primary .uk-nav-divider,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-divider,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-divider,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-divider,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-divider,
.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-divider,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-divider,
.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-divider,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-divider,
.uk-overlay-primary .uk-nav-primary .uk-nav-divider,
.uk-offcanvas-bar .uk-nav-primary .uk-nav-divider {
  border-top-color: rgba(255, 255, 255, 0.2);
}

/* line 11408, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-nav-primary .uk-nav-sub a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a,
.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-sub a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-sub a,
.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-sub a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-sub a,
.uk-overlay-primary .uk-nav-primary .uk-nav-sub a,
.uk-offcanvas-bar .uk-nav-primary .uk-nav-sub a {
  color: rgba(255, 255, 255, 0.5);
}

/* line 11421, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-nav-primary .uk-nav-sub a:hover,
.uk-light .uk-nav-primary .uk-nav-sub a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:focus,
.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-sub a:hover,
.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-sub a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-sub a:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-sub a:focus,
.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-sub a:hover,
.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-sub a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-sub a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-sub a:focus,
.uk-overlay-primary .uk-nav-primary .uk-nav-sub a:hover,
.uk-overlay-primary .uk-nav-primary .uk-nav-sub a:focus,
.uk-offcanvas-bar .uk-nav-primary .uk-nav-sub a:hover,
.uk-offcanvas-bar .uk-nav-primary .uk-nav-sub a:focus {
  color: rgba(255, 255, 255, 0.7);
}

/* line 11445, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-nav-primary .uk-nav-sub li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub li.uk-active > a,
.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-sub li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-sub li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-sub li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-sub li.uk-active > a,
.uk-overlay-primary .uk-nav-primary .uk-nav-sub li.uk-active > a,
.uk-offcanvas-bar .uk-nav-primary .uk-nav-sub li.uk-active > a {
  color: #fff;
}

/* line 11458, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-navbar-nav > li > a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a,
.uk-overlay-primary .uk-navbar-nav > li > a,
.uk-offcanvas-bar .uk-navbar-nav > li > a {
  color: rgba(255, 255, 255, 0.5);
}

/* line 11471, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-navbar-nav > li:hover > a,
.uk-light .uk-navbar-nav > li > a:focus,
.uk-light .uk-navbar-nav > li > a.uk-open,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-card-primary.uk-card-body .uk-navbar-nav > li:hover > a,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a:focus,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a.uk-open,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li:hover > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a.uk-open,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li:hover > a,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a:focus,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a.uk-open,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li:hover > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a.uk-open,
.uk-overlay-primary .uk-navbar-nav > li:hover > a,
.uk-overlay-primary .uk-navbar-nav > li > a:focus,
.uk-overlay-primary .uk-navbar-nav > li > a.uk-open,
.uk-offcanvas-bar .uk-navbar-nav > li:hover > a,
.uk-offcanvas-bar .uk-navbar-nav > li > a:focus,
.uk-offcanvas-bar .uk-navbar-nav > li > a.uk-open {
  color: rgba(255, 255, 255, 0.7);
}

/* line 11506, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-navbar-nav > li > a:active,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:active,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:active,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:active,
.uk-overlay-primary .uk-navbar-nav > li > a:active,
.uk-offcanvas-bar .uk-navbar-nav > li > a:active {
  color: #fff;
}

/* line 11519, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-navbar-nav > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a,
.uk-overlay-primary .uk-navbar-nav > li.uk-active > a,
.uk-offcanvas-bar .uk-navbar-nav > li.uk-active > a {
  color: #fff;
}

/* line 11532, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-navbar-item,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-item,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-item,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-item,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-item,
.uk-card-primary.uk-card-body .uk-navbar-item,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-item,
.uk-card-secondary.uk-card-body .uk-navbar-item,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-item,
.uk-overlay-primary .uk-navbar-item,
.uk-offcanvas-bar .uk-navbar-item {
  color: rgba(255, 255, 255, 0.7);
}

/* line 11545, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-navbar-toggle,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-card-primary.uk-card-body .uk-navbar-toggle,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-toggle,
.uk-card-secondary.uk-card-body .uk-navbar-toggle,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-toggle,
.uk-overlay-primary .uk-navbar-toggle,
.uk-offcanvas-bar .uk-navbar-toggle {
  color: rgba(255, 255, 255, 0.5);
}

/* line 11558, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-navbar-toggle:hover,
.uk-light .uk-navbar-toggle:focus,
.uk-light .uk-navbar-toggle.uk-open,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle.uk-open,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle.uk-open,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle.uk-open,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle.uk-open,
.uk-card-primary.uk-card-body .uk-navbar-toggle:hover,
.uk-card-primary.uk-card-body .uk-navbar-toggle:focus,
.uk-card-primary.uk-card-body .uk-navbar-toggle.uk-open,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-toggle:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-toggle:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-toggle.uk-open,
.uk-card-secondary.uk-card-body .uk-navbar-toggle:hover,
.uk-card-secondary.uk-card-body .uk-navbar-toggle:focus,
.uk-card-secondary.uk-card-body .uk-navbar-toggle.uk-open,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-toggle:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-toggle:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-toggle.uk-open,
.uk-overlay-primary .uk-navbar-toggle:hover,
.uk-overlay-primary .uk-navbar-toggle:focus,
.uk-overlay-primary .uk-navbar-toggle.uk-open,
.uk-offcanvas-bar .uk-navbar-toggle:hover,
.uk-offcanvas-bar .uk-navbar-toggle:focus,
.uk-offcanvas-bar .uk-navbar-toggle.uk-open {
  color: rgba(255, 255, 255, 0.7);
}

/* line 11593, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-subnav > * > :first-child,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav > * > :first-child,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav > * > :first-child,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav > * > :first-child,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > * > :first-child,
.uk-card-primary.uk-card-body .uk-subnav > * > :first-child,
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav > * > :first-child,
.uk-card-secondary.uk-card-body .uk-subnav > * > :first-child,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav > * > :first-child,
.uk-overlay-primary .uk-subnav > * > :first-child,
.uk-offcanvas-bar .uk-subnav > * > :first-child {
  color: rgba(255, 255, 255, 0.5);
}

/* line 11606, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-subnav > * > a:hover,
.uk-light .uk-subnav > * > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav > * > a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav > * > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav > * > a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav > * > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav > * > a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav > * > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > * > a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > * > a:focus,
.uk-card-primary.uk-card-body .uk-subnav > * > a:hover,
.uk-card-primary.uk-card-body .uk-subnav > * > a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav > * > a:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav > * > a:focus,
.uk-card-secondary.uk-card-body .uk-subnav > * > a:hover,
.uk-card-secondary.uk-card-body .uk-subnav > * > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav > * > a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav > * > a:focus,
.uk-overlay-primary .uk-subnav > * > a:hover,
.uk-overlay-primary .uk-subnav > * > a:focus,
.uk-offcanvas-bar .uk-subnav > * > a:hover,
.uk-offcanvas-bar .uk-subnav > * > a:focus {
  color: rgba(255, 255, 255, 0.7);
}

/* line 11630, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-subnav > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-card-primary.uk-card-body .uk-subnav > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-subnav > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav > .uk-active > a,
.uk-overlay-primary .uk-subnav > .uk-active > a,
.uk-offcanvas-bar .uk-subnav > .uk-active > a {
  color: #fff;
}

/* line 11643, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before,
.uk-card-primary.uk-card-body .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before,
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before,
.uk-card-secondary.uk-card-body .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before,
.uk-overlay-primary .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before,
.uk-offcanvas-bar .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
  border-left-color: rgba(255, 255, 255, 0.2);
}

/* line 11656, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-subnav-pill > * > :first-child,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > * > :first-child,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > :first-child,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > * > :first-child,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > :first-child,
.uk-card-primary.uk-card-body .uk-subnav-pill > * > :first-child,
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav-pill > * > :first-child,
.uk-card-secondary.uk-card-body .uk-subnav-pill > * > :first-child,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav-pill > * > :first-child,
.uk-overlay-primary .uk-subnav-pill > * > :first-child,
.uk-offcanvas-bar .uk-subnav-pill > * > :first-child {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.5);
}

/* line 11670, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-subnav-pill > * > a:hover,
.uk-light .uk-subnav-pill > * > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:focus,
.uk-card-primary.uk-card-body .uk-subnav-pill > * > a:hover,
.uk-card-primary.uk-card-body .uk-subnav-pill > * > a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav-pill > * > a:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav-pill > * > a:focus,
.uk-card-secondary.uk-card-body .uk-subnav-pill > * > a:hover,
.uk-card-secondary.uk-card-body .uk-subnav-pill > * > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav-pill > * > a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav-pill > * > a:focus,
.uk-overlay-primary .uk-subnav-pill > * > a:hover,
.uk-overlay-primary .uk-subnav-pill > * > a:focus,
.uk-offcanvas-bar .uk-subnav-pill > * > a:hover,
.uk-offcanvas-bar .uk-subnav-pill > * > a:focus {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
}

/* line 11695, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-subnav-pill > * > a:active,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:active,
.uk-card-primary.uk-card-body .uk-subnav-pill > * > a:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav-pill > * > a:active,
.uk-card-secondary.uk-card-body .uk-subnav-pill > * > a:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav-pill > * > a:active,
.uk-overlay-primary .uk-subnav-pill > * > a:active,
.uk-offcanvas-bar .uk-subnav-pill > * > a:active {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
}

/* line 11709, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-subnav-pill > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-card-primary.uk-card-body .uk-subnav-pill > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav-pill > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-subnav-pill > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav-pill > .uk-active > a,
.uk-overlay-primary .uk-subnav-pill > .uk-active > a,
.uk-offcanvas-bar .uk-subnav-pill > .uk-active > a {
  background-color: #fff;
  color: #666;
}

/* line 11723, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-subnav > .uk-disabled > a,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav > .uk-disabled > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav > .uk-disabled > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav > .uk-disabled > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > .uk-disabled > a,
.uk-card-primary.uk-card-body .uk-subnav > .uk-disabled > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav > .uk-disabled > a,
.uk-card-secondary.uk-card-body .uk-subnav > .uk-disabled > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav > .uk-disabled > a,
.uk-overlay-primary .uk-subnav > .uk-disabled > a,
.uk-offcanvas-bar .uk-subnav > .uk-disabled > a {
  color: rgba(255, 255, 255, 0.5);
}

/* line 11736, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-breadcrumb > * > *,
.uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb > * > *,
.uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > *,
.uk-tile-primary:not(.uk-preserve-color) .uk-breadcrumb > * > *,
.uk-tile-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > *,
.uk-card-primary.uk-card-body .uk-breadcrumb > * > *,
.uk-card-primary > :not([class*='uk-card-media']) .uk-breadcrumb > * > *,
.uk-card-secondary.uk-card-body .uk-breadcrumb > * > *,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-breadcrumb > * > *,
.uk-overlay-primary .uk-breadcrumb > * > *,
.uk-offcanvas-bar .uk-breadcrumb > * > * {
  color: rgba(255, 255, 255, 0.5);
}

/* line 11749, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-breadcrumb > * > :hover,
.uk-light .uk-breadcrumb > * > :focus,
.uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb > * > :hover,
.uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb > * > :focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > :hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > :focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-breadcrumb > * > :hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-breadcrumb > * > :focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > :hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > :focus,
.uk-card-primary.uk-card-body .uk-breadcrumb > * > :hover,
.uk-card-primary.uk-card-body .uk-breadcrumb > * > :focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-breadcrumb > * > :hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-breadcrumb > * > :focus,
.uk-card-secondary.uk-card-body .uk-breadcrumb > * > :hover,
.uk-card-secondary.uk-card-body .uk-breadcrumb > * > :focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-breadcrumb > * > :hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-breadcrumb > * > :focus,
.uk-overlay-primary .uk-breadcrumb > * > :hover,
.uk-overlay-primary .uk-breadcrumb > * > :focus,
.uk-offcanvas-bar .uk-breadcrumb > * > :hover,
.uk-offcanvas-bar .uk-breadcrumb > * > :focus {
  color: rgba(255, 255, 255, 0.7);
}

/* line 11773, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-breadcrumb > :last-child > *,
.uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb > :last-child > *,
.uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb > :last-child > *,
.uk-tile-primary:not(.uk-preserve-color) .uk-breadcrumb > :last-child > *,
.uk-tile-secondary:not(.uk-preserve-color) .uk-breadcrumb > :last-child > *,
.uk-card-primary.uk-card-body .uk-breadcrumb > :last-child > *,
.uk-card-primary > :not([class*='uk-card-media']) .uk-breadcrumb > :last-child > *,
.uk-card-secondary.uk-card-body .uk-breadcrumb > :last-child > *,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-breadcrumb > :last-child > *,
.uk-overlay-primary .uk-breadcrumb > :last-child > *,
.uk-offcanvas-bar .uk-breadcrumb > :last-child > * {
  color: rgba(255, 255, 255, 0.7);
}

/* line 11786, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before,
.uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before,
.uk-card-primary.uk-card-body .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before,
.uk-card-primary > :not([class*='uk-card-media']) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before,
.uk-card-secondary.uk-card-body .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before,
.uk-overlay-primary .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before,
.uk-offcanvas-bar .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  color: rgba(255, 255, 255, 0.5);
}

/* line 11799, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-pagination > * > *,
.uk-section-primary:not(.uk-preserve-color) .uk-pagination > * > *,
.uk-section-secondary:not(.uk-preserve-color) .uk-pagination > * > *,
.uk-tile-primary:not(.uk-preserve-color) .uk-pagination > * > *,
.uk-tile-secondary:not(.uk-preserve-color) .uk-pagination > * > *,
.uk-card-primary.uk-card-body .uk-pagination > * > *,
.uk-card-primary > :not([class*='uk-card-media']) .uk-pagination > * > *,
.uk-card-secondary.uk-card-body .uk-pagination > * > *,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-pagination > * > *,
.uk-overlay-primary .uk-pagination > * > *,
.uk-offcanvas-bar .uk-pagination > * > * {
  color: rgba(255, 255, 255, 0.5);
}

/* line 11812, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-pagination > * > :hover,
.uk-light .uk-pagination > * > :focus,
.uk-section-primary:not(.uk-preserve-color) .uk-pagination > * > :hover,
.uk-section-primary:not(.uk-preserve-color) .uk-pagination > * > :focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-pagination > * > :hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-pagination > * > :focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-pagination > * > :hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-pagination > * > :focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-pagination > * > :hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-pagination > * > :focus,
.uk-card-primary.uk-card-body .uk-pagination > * > :hover,
.uk-card-primary.uk-card-body .uk-pagination > * > :focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-pagination > * > :hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-pagination > * > :focus,
.uk-card-secondary.uk-card-body .uk-pagination > * > :hover,
.uk-card-secondary.uk-card-body .uk-pagination > * > :focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-pagination > * > :hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-pagination > * > :focus,
.uk-overlay-primary .uk-pagination > * > :hover,
.uk-overlay-primary .uk-pagination > * > :focus,
.uk-offcanvas-bar .uk-pagination > * > :hover,
.uk-offcanvas-bar .uk-pagination > * > :focus {
  color: rgba(255, 255, 255, 0.7);
}

/* line 11836, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-pagination > .uk-active > *,
.uk-section-primary:not(.uk-preserve-color) .uk-pagination > .uk-active > *,
.uk-section-secondary:not(.uk-preserve-color) .uk-pagination > .uk-active > *,
.uk-tile-primary:not(.uk-preserve-color) .uk-pagination > .uk-active > *,
.uk-tile-secondary:not(.uk-preserve-color) .uk-pagination > .uk-active > *,
.uk-card-primary.uk-card-body .uk-pagination > .uk-active > *,
.uk-card-primary > :not([class*='uk-card-media']) .uk-pagination > .uk-active > *,
.uk-card-secondary.uk-card-body .uk-pagination > .uk-active > *,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-pagination > .uk-active > *,
.uk-overlay-primary .uk-pagination > .uk-active > *,
.uk-offcanvas-bar .uk-pagination > .uk-active > * {
  color: rgba(255, 255, 255, 0.7);
}

/* line 11849, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-pagination > .uk-disabled > *,
.uk-section-primary:not(.uk-preserve-color) .uk-pagination > .uk-disabled > *,
.uk-section-secondary:not(.uk-preserve-color) .uk-pagination > .uk-disabled > *,
.uk-tile-primary:not(.uk-preserve-color) .uk-pagination > .uk-disabled > *,
.uk-tile-secondary:not(.uk-preserve-color) .uk-pagination > .uk-disabled > *,
.uk-card-primary.uk-card-body .uk-pagination > .uk-disabled > *,
.uk-card-primary > :not([class*='uk-card-media']) .uk-pagination > .uk-disabled > *,
.uk-card-secondary.uk-card-body .uk-pagination > .uk-disabled > *,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-pagination > .uk-disabled > *,
.uk-overlay-primary .uk-pagination > .uk-disabled > *,
.uk-offcanvas-bar .uk-pagination > .uk-disabled > * {
  color: rgba(255, 255, 255, 0.5);
}

/* line 11862, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-tab::before,
.uk-section-primary:not(.uk-preserve-color) .uk-tab::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-tab::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-tab::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-tab::before,
.uk-card-primary.uk-card-body .uk-tab::before,
.uk-card-primary > :not([class*='uk-card-media']) .uk-tab::before,
.uk-card-secondary.uk-card-body .uk-tab::before,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-tab::before,
.uk-overlay-primary .uk-tab::before,
.uk-offcanvas-bar .uk-tab::before {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 11875, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-tab > * > a,
.uk-section-primary:not(.uk-preserve-color) .uk-tab > * > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-tab > * > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-tab > * > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-tab > * > a,
.uk-card-primary.uk-card-body .uk-tab > * > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-tab > * > a,
.uk-card-secondary.uk-card-body .uk-tab > * > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-tab > * > a,
.uk-overlay-primary .uk-tab > * > a,
.uk-offcanvas-bar .uk-tab > * > a {
  color: rgba(255, 255, 255, 0.5);
}

/* line 11888, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-tab > * > a:hover,
.uk-light .uk-tab > * > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-tab > * > a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-tab > * > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-tab > * > a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-tab > * > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-tab > * > a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-tab > * > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-tab > * > a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-tab > * > a:focus,
.uk-card-primary.uk-card-body .uk-tab > * > a:hover,
.uk-card-primary.uk-card-body .uk-tab > * > a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-tab > * > a:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-tab > * > a:focus,
.uk-card-secondary.uk-card-body .uk-tab > * > a:hover,
.uk-card-secondary.uk-card-body .uk-tab > * > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-tab > * > a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-tab > * > a:focus,
.uk-overlay-primary .uk-tab > * > a:hover,
.uk-overlay-primary .uk-tab > * > a:focus,
.uk-offcanvas-bar .uk-tab > * > a:hover,
.uk-offcanvas-bar .uk-tab > * > a:focus {
  color: rgba(255, 255, 255, 0.7);
}

/* line 11912, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-tab > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-card-primary.uk-card-body .uk-tab > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-tab > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-tab > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-tab > .uk-active > a,
.uk-overlay-primary .uk-tab > .uk-active > a,
.uk-offcanvas-bar .uk-tab > .uk-active > a {
  color: #fff;
  border-color: #fff;
}

/* line 11926, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-tab > .uk-disabled > a,
.uk-section-primary:not(.uk-preserve-color) .uk-tab > .uk-disabled > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-tab > .uk-disabled > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-tab > .uk-disabled > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-tab > .uk-disabled > a,
.uk-card-primary.uk-card-body .uk-tab > .uk-disabled > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-tab > .uk-disabled > a,
.uk-card-secondary.uk-card-body .uk-tab > .uk-disabled > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-tab > .uk-disabled > a,
.uk-overlay-primary .uk-tab > .uk-disabled > a,
.uk-offcanvas-bar .uk-tab > .uk-disabled > a {
  color: rgba(255, 255, 255, 0.5);
}

/* line 11939, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-slidenav,
.uk-section-primary:not(.uk-preserve-color) .uk-slidenav,
.uk-section-secondary:not(.uk-preserve-color) .uk-slidenav,
.uk-tile-primary:not(.uk-preserve-color) .uk-slidenav,
.uk-tile-secondary:not(.uk-preserve-color) .uk-slidenav,
.uk-card-primary.uk-card-body .uk-slidenav,
.uk-card-primary > :not([class*='uk-card-media']) .uk-slidenav,
.uk-card-secondary.uk-card-body .uk-slidenav,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-slidenav,
.uk-overlay-primary .uk-slidenav,
.uk-offcanvas-bar .uk-slidenav {
  color: rgba(255, 255, 255, 0.7);
}

/* line 11952, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-slidenav:hover,
.uk-light .uk-slidenav:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-slidenav:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-slidenav:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-slidenav:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-slidenav:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-slidenav:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-slidenav:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-slidenav:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-slidenav:focus,
.uk-card-primary.uk-card-body .uk-slidenav:hover,
.uk-card-primary.uk-card-body .uk-slidenav:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-slidenav:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-slidenav:focus,
.uk-card-secondary.uk-card-body .uk-slidenav:hover,
.uk-card-secondary.uk-card-body .uk-slidenav:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-slidenav:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-slidenav:focus,
.uk-overlay-primary .uk-slidenav:hover,
.uk-overlay-primary .uk-slidenav:focus,
.uk-offcanvas-bar .uk-slidenav:hover,
.uk-offcanvas-bar .uk-slidenav:focus {
  color: rgba(255, 255, 255, 0.95);
}

/* line 11976, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-slidenav:active,
.uk-section-primary:not(.uk-preserve-color) .uk-slidenav:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-slidenav:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-slidenav:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-slidenav:active,
.uk-card-primary.uk-card-body .uk-slidenav:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-slidenav:active,
.uk-card-secondary.uk-card-body .uk-slidenav:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-slidenav:active,
.uk-overlay-primary .uk-slidenav:active,
.uk-offcanvas-bar .uk-slidenav:active {
  color: rgba(255, 255, 255, 0.7);
}

/* line 11989, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-dotnav > * > *,
.uk-section-primary:not(.uk-preserve-color) .uk-dotnav > * > *,
.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > * > *,
.uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > * > *,
.uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > * > *,
.uk-card-primary.uk-card-body .uk-dotnav > * > *,
.uk-card-primary > :not([class*='uk-card-media']) .uk-dotnav > * > *,
.uk-card-secondary.uk-card-body .uk-dotnav > * > *,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-dotnav > * > *,
.uk-overlay-primary .uk-dotnav > * > *,
.uk-offcanvas-bar .uk-dotnav > * > * {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.9);
}

/* line 12003, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-dotnav > * > :hover,
.uk-light .uk-dotnav > * > :focus,
.uk-section-primary:not(.uk-preserve-color) .uk-dotnav > * > :hover,
.uk-section-primary:not(.uk-preserve-color) .uk-dotnav > * > :focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > * > :hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > * > :focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > * > :hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > * > :focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > * > :hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > * > :focus,
.uk-card-primary.uk-card-body .uk-dotnav > * > :hover,
.uk-card-primary.uk-card-body .uk-dotnav > * > :focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-dotnav > * > :hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-dotnav > * > :focus,
.uk-card-secondary.uk-card-body .uk-dotnav > * > :hover,
.uk-card-secondary.uk-card-body .uk-dotnav > * > :focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-dotnav > * > :hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-dotnav > * > :focus,
.uk-overlay-primary .uk-dotnav > * > :hover,
.uk-overlay-primary .uk-dotnav > * > :focus,
.uk-offcanvas-bar .uk-dotnav > * > :hover,
.uk-offcanvas-bar .uk-dotnav > * > :focus {
  background-color: rgba(255, 255, 255, 0.9);
  border-color: transparent;
}

/* line 12028, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-dotnav > * > :active,
.uk-section-primary:not(.uk-preserve-color) .uk-dotnav > * > :active,
.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > * > :active,
.uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > * > :active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > * > :active,
.uk-card-primary.uk-card-body .uk-dotnav > * > :active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-dotnav > * > :active,
.uk-card-secondary.uk-card-body .uk-dotnav > * > :active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-dotnav > * > :active,
.uk-overlay-primary .uk-dotnav > * > :active,
.uk-offcanvas-bar .uk-dotnav > * > :active {
  background-color: rgba(255, 255, 255, 0.5);
  border-color: transparent;
}

/* line 12042, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-dotnav > .uk-active > *,
.uk-section-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-card-primary.uk-card-body .uk-dotnav > .uk-active > *,
.uk-card-primary > :not([class*='uk-card-media']) .uk-dotnav > .uk-active > *,
.uk-card-secondary.uk-card-body .uk-dotnav > .uk-active > *,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-dotnav > .uk-active > *,
.uk-overlay-primary .uk-dotnav > .uk-active > *,
.uk-offcanvas-bar .uk-dotnav > .uk-active > * {
  background-color: rgba(255, 255, 255, 0.9);
  border-color: transparent;
}

/* line 12056, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-accordion-title,
.uk-section-primary:not(.uk-preserve-color) .uk-accordion-title,
.uk-section-secondary:not(.uk-preserve-color) .uk-accordion-title,
.uk-tile-primary:not(.uk-preserve-color) .uk-accordion-title,
.uk-tile-secondary:not(.uk-preserve-color) .uk-accordion-title,
.uk-card-primary.uk-card-body .uk-accordion-title,
.uk-card-primary > :not([class*='uk-card-media']) .uk-accordion-title,
.uk-card-secondary.uk-card-body .uk-accordion-title,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-accordion-title,
.uk-overlay-primary .uk-accordion-title,
.uk-offcanvas-bar .uk-accordion-title {
  color: #fff;
}

/* line 12069, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-accordion-title:hover,
.uk-light .uk-accordion-title:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-accordion-title:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-accordion-title:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-accordion-title:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-accordion-title:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-accordion-title:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-accordion-title:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-accordion-title:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-accordion-title:focus,
.uk-card-primary.uk-card-body .uk-accordion-title:hover,
.uk-card-primary.uk-card-body .uk-accordion-title:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-accordion-title:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-accordion-title:focus,
.uk-card-secondary.uk-card-body .uk-accordion-title:hover,
.uk-card-secondary.uk-card-body .uk-accordion-title:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-accordion-title:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-accordion-title:focus,
.uk-overlay-primary .uk-accordion-title:hover,
.uk-overlay-primary .uk-accordion-title:focus,
.uk-offcanvas-bar .uk-accordion-title:hover,
.uk-offcanvas-bar .uk-accordion-title:focus {
  color: rgba(255, 255, 255, 0.7);
}

/* line 12093, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-iconnav > * > a,
.uk-section-primary:not(.uk-preserve-color) .uk-iconnav > * > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-iconnav > * > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-iconnav > * > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-iconnav > * > a,
.uk-card-primary.uk-card-body .uk-iconnav > * > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-iconnav > * > a,
.uk-card-secondary.uk-card-body .uk-iconnav > * > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-iconnav > * > a,
.uk-overlay-primary .uk-iconnav > * > a,
.uk-offcanvas-bar .uk-iconnav > * > a {
  color: rgba(255, 255, 255, 0.5);
}

/* line 12106, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-iconnav > * > a:hover,
.uk-light .uk-iconnav > * > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-iconnav > * > a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-iconnav > * > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-iconnav > * > a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-iconnav > * > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-iconnav > * > a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-iconnav > * > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-iconnav > * > a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-iconnav > * > a:focus,
.uk-card-primary.uk-card-body .uk-iconnav > * > a:hover,
.uk-card-primary.uk-card-body .uk-iconnav > * > a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-iconnav > * > a:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-iconnav > * > a:focus,
.uk-card-secondary.uk-card-body .uk-iconnav > * > a:hover,
.uk-card-secondary.uk-card-body .uk-iconnav > * > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-iconnav > * > a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-iconnav > * > a:focus,
.uk-overlay-primary .uk-iconnav > * > a:hover,
.uk-overlay-primary .uk-iconnav > * > a:focus,
.uk-offcanvas-bar .uk-iconnav > * > a:hover,
.uk-offcanvas-bar .uk-iconnav > * > a:focus {
  color: rgba(255, 255, 255, 0.7);
}

/* line 12130, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-iconnav > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-iconnav > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-iconnav > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-iconnav > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-iconnav > .uk-active > a,
.uk-card-primary.uk-card-body .uk-iconnav > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-iconnav > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-iconnav > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-iconnav > .uk-active > a,
.uk-overlay-primary .uk-iconnav > .uk-active > a,
.uk-offcanvas-bar .uk-iconnav > .uk-active > a {
  color: rgba(255, 255, 255, 0.7);
}

/* line 12143, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-text-lead,
.uk-section-primary:not(.uk-preserve-color) .uk-text-lead,
.uk-section-secondary:not(.uk-preserve-color) .uk-text-lead,
.uk-tile-primary:not(.uk-preserve-color) .uk-text-lead,
.uk-tile-secondary:not(.uk-preserve-color) .uk-text-lead,
.uk-card-primary.uk-card-body .uk-text-lead,
.uk-card-primary > :not([class*='uk-card-media']) .uk-text-lead,
.uk-card-secondary.uk-card-body .uk-text-lead,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-text-lead,
.uk-overlay-primary .uk-text-lead,
.uk-offcanvas-bar .uk-text-lead {
  color: rgba(255, 255, 255, 0.7);
}

/* line 12156, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-text-meta,
.uk-section-primary:not(.uk-preserve-color) .uk-text-meta,
.uk-section-secondary:not(.uk-preserve-color) .uk-text-meta,
.uk-tile-primary:not(.uk-preserve-color) .uk-text-meta,
.uk-tile-secondary:not(.uk-preserve-color) .uk-text-meta,
.uk-card-primary.uk-card-body .uk-text-meta,
.uk-card-primary > :not([class*='uk-card-media']) .uk-text-meta,
.uk-card-secondary.uk-card-body .uk-text-meta,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-text-meta,
.uk-overlay-primary .uk-text-meta,
.uk-offcanvas-bar .uk-text-meta {
  color: rgba(255, 255, 255, 0.5);
}

/* line 12169, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-text-muted,
.uk-section-primary:not(.uk-preserve-color) .uk-text-muted,
.uk-section-secondary:not(.uk-preserve-color) .uk-text-muted,
.uk-tile-primary:not(.uk-preserve-color) .uk-text-muted,
.uk-tile-secondary:not(.uk-preserve-color) .uk-text-muted,
.uk-card-primary.uk-card-body .uk-text-muted,
.uk-card-primary > :not([class*='uk-card-media']) .uk-text-muted,
.uk-card-secondary.uk-card-body .uk-text-muted,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-text-muted,
.uk-overlay-primary .uk-text-muted,
.uk-offcanvas-bar .uk-text-muted {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 12182, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-text-emphasis,
.uk-section-primary:not(.uk-preserve-color) .uk-text-emphasis,
.uk-section-secondary:not(.uk-preserve-color) .uk-text-emphasis,
.uk-tile-primary:not(.uk-preserve-color) .uk-text-emphasis,
.uk-tile-secondary:not(.uk-preserve-color) .uk-text-emphasis,
.uk-card-primary.uk-card-body .uk-text-emphasis,
.uk-card-primary > :not([class*='uk-card-media']) .uk-text-emphasis,
.uk-card-secondary.uk-card-body .uk-text-emphasis,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-text-emphasis,
.uk-overlay-primary .uk-text-emphasis,
.uk-offcanvas-bar .uk-text-emphasis {
  color: #fff !important;
}

/* line 12195, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-text-primary,
.uk-section-primary:not(.uk-preserve-color) .uk-text-primary,
.uk-section-secondary:not(.uk-preserve-color) .uk-text-primary,
.uk-tile-primary:not(.uk-preserve-color) .uk-text-primary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-text-primary,
.uk-card-primary.uk-card-body .uk-text-primary,
.uk-card-primary > :not([class*='uk-card-media']) .uk-text-primary,
.uk-card-secondary.uk-card-body .uk-text-primary,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-text-primary,
.uk-overlay-primary .uk-text-primary,
.uk-offcanvas-bar .uk-text-primary {
  color: #fff !important;
}

/* line 12208, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-text-secondary,
.uk-section-primary:not(.uk-preserve-color) .uk-text-secondary,
.uk-section-secondary:not(.uk-preserve-color) .uk-text-secondary,
.uk-tile-primary:not(.uk-preserve-color) .uk-text-secondary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-text-secondary,
.uk-card-primary.uk-card-body .uk-text-secondary,
.uk-card-primary > :not([class*='uk-card-media']) .uk-text-secondary,
.uk-card-secondary.uk-card-body .uk-text-secondary,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-text-secondary,
.uk-overlay-primary .uk-text-secondary,
.uk-offcanvas-bar .uk-text-secondary {
  color: #fff !important;
}

/* line 12221, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-column-divider,
.uk-section-primary:not(.uk-preserve-color) .uk-column-divider,
.uk-section-secondary:not(.uk-preserve-color) .uk-column-divider,
.uk-tile-primary:not(.uk-preserve-color) .uk-column-divider,
.uk-tile-secondary:not(.uk-preserve-color) .uk-column-divider,
.uk-card-primary.uk-card-body .uk-column-divider,
.uk-card-primary > :not([class*='uk-card-media']) .uk-column-divider,
.uk-card-secondary.uk-card-body .uk-column-divider,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-column-divider,
.uk-overlay-primary .uk-column-divider,
.uk-offcanvas-bar .uk-column-divider {
  column-rule-color: rgba(255, 255, 255, 0.2);
}

/* line 12234, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-logo,
.uk-section-primary:not(.uk-preserve-color) .uk-logo,
.uk-section-secondary:not(.uk-preserve-color) .uk-logo,
.uk-tile-primary:not(.uk-preserve-color) .uk-logo,
.uk-tile-secondary:not(.uk-preserve-color) .uk-logo,
.uk-card-primary.uk-card-body .uk-logo,
.uk-card-primary > :not([class*='uk-card-media']) .uk-logo,
.uk-card-secondary.uk-card-body .uk-logo,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-logo,
.uk-overlay-primary .uk-logo,
.uk-offcanvas-bar .uk-logo {
  color: rgba(255, 255, 255, 0.7);
}

/* line 12247, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-logo:hover,
.uk-light .uk-logo:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-logo:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-logo:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-logo:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-logo:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-logo:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-logo:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-logo:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-logo:focus,
.uk-card-primary.uk-card-body .uk-logo:hover,
.uk-card-primary.uk-card-body .uk-logo:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-logo:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-logo:focus,
.uk-card-secondary.uk-card-body .uk-logo:hover,
.uk-card-secondary.uk-card-body .uk-logo:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-logo:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-logo:focus,
.uk-overlay-primary .uk-logo:hover,
.uk-overlay-primary .uk-logo:focus,
.uk-offcanvas-bar .uk-logo:hover,
.uk-offcanvas-bar .uk-logo:focus {
  color: rgba(255, 255, 255, 0.7);
}

/* line 12271, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-logo > :not(.uk-logo-inverse):not(:only-of-type),
.uk-section-primary:not(.uk-preserve-color) .uk-logo > :not(.uk-logo-inverse):not(:only-of-type),
.uk-section-secondary:not(.uk-preserve-color) .uk-logo > :not(.uk-logo-inverse):not(:only-of-type),
.uk-tile-primary:not(.uk-preserve-color) .uk-logo > :not(.uk-logo-inverse):not(:only-of-type),
.uk-tile-secondary:not(.uk-preserve-color) .uk-logo > :not(.uk-logo-inverse):not(:only-of-type),
.uk-card-primary.uk-card-body .uk-logo > :not(.uk-logo-inverse):not(:only-of-type),
.uk-card-primary > :not([class*='uk-card-media']) .uk-logo > :not(.uk-logo-inverse):not(:only-of-type),
.uk-card-secondary.uk-card-body .uk-logo > :not(.uk-logo-inverse):not(:only-of-type),
.uk-card-secondary > :not([class*='uk-card-media']) .uk-logo > :not(.uk-logo-inverse):not(:only-of-type),
.uk-overlay-primary .uk-logo > :not(.uk-logo-inverse):not(:only-of-type),
.uk-offcanvas-bar .uk-logo > :not(.uk-logo-inverse):not(:only-of-type) {
  display: none;
}

/* line 12284, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-logo-inverse,
.uk-section-primary:not(.uk-preserve-color) .uk-logo-inverse,
.uk-section-secondary:not(.uk-preserve-color) .uk-logo-inverse,
.uk-tile-primary:not(.uk-preserve-color) .uk-logo-inverse,
.uk-tile-secondary:not(.uk-preserve-color) .uk-logo-inverse,
.uk-card-primary.uk-card-body .uk-logo-inverse,
.uk-card-primary > :not([class*='uk-card-media']) .uk-logo-inverse,
.uk-card-secondary.uk-card-body .uk-logo-inverse,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-logo-inverse,
.uk-overlay-primary .uk-logo-inverse,
.uk-offcanvas-bar .uk-logo-inverse {
  display: inline;
}

/* line 12297, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-accordion-title::before,
.uk-section-primary:not(.uk-preserve-color) .uk-accordion-title::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-accordion-title::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-accordion-title::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-accordion-title::before,
.uk-card-primary.uk-card-body .uk-accordion-title::before,
.uk-card-primary > :not([class*='uk-card-media']) .uk-accordion-title::before,
.uk-card-secondary.uk-card-body .uk-accordion-title::before,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-accordion-title::before,
.uk-overlay-primary .uk-accordion-title::before,
.uk-offcanvas-bar .uk-accordion-title::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

/* line 12310, /app/vendor/assets/stylesheets/uikit.css */
.uk-light .uk-open > .uk-accordion-title::before,
.uk-section-primary:not(.uk-preserve-color) .uk-open > .uk-accordion-title::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-open > .uk-accordion-title::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-open > .uk-accordion-title::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-open > .uk-accordion-title::before,
.uk-card-primary.uk-card-body .uk-open > .uk-accordion-title::before,
.uk-card-primary > :not([class*='uk-card-media']) .uk-open > .uk-accordion-title::before,
.uk-card-secondary.uk-card-body .uk-open > .uk-accordion-title::before,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-open > .uk-accordion-title::before,
.uk-overlay-primary .uk-open > .uk-accordion-title::before,
.uk-offcanvas-bar .uk-open > .uk-accordion-title::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

/* ========================================================================
   Component: Print
 ========================================================================== */
@media print {
  /* line 12327, /app/vendor/assets/stylesheets/uikit.css */
  *,
  *::before,
  *::after {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 12335, /app/vendor/assets/stylesheets/uikit.css */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 12339, /app/vendor/assets/stylesheets/uikit.css */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 12344, /app/vendor/assets/stylesheets/uikit.css */
  thead {
    display: table-header-group;
  }

  /* line 12347, /app/vendor/assets/stylesheets/uikit.css */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 12351, /app/vendor/assets/stylesheets/uikit.css */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 12357, /app/vendor/assets/stylesheets/uikit.css */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 12363, /app/vendor/assets/stylesheets/uikit.css */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*!
 * Datepicker v1.0.9
 * https://fengyuanchen.github.io/datepicker
 *
 * Copyright 2014-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2019-09-21T06:57:30.334Z
 */
/* line 9, /app/vendor/assets/stylesheets/datepicker.min.css */
.datepicker-container {
  background-color: #fff;
  direction: ltr;
  font-size: 12px;
  left: 0;
  line-height: 30px;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 210px;
  z-index: -1;
}

/* line 9, /app/vendor/assets/stylesheets/datepicker.min.css */
.datepicker-container:after, .datepicker-container:before {
  border: 5px solid transparent;
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

/* line 9, /app/vendor/assets/stylesheets/datepicker.min.css */
.datepicker-dropdown {
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 3px 6px #ccc;
  box-shadow: 0 3px 6px #ccc;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  z-index: 1;
}

/* line 9, /app/vendor/assets/stylesheets/datepicker.min.css */
.datepicker-inline {
  position: static;
}

/* line 9, /app/vendor/assets/stylesheets/datepicker.min.css */
.datepicker-top-left, .datepicker-top-right {
  border-top-color: #39f;
}

/* line 9, /app/vendor/assets/stylesheets/datepicker.min.css */
.datepicker-top-left:after, .datepicker-top-left:before, .datepicker-top-right:after, .datepicker-top-right:before {
  border-top: 0;
  left: 10px;
  top: -5px;
}

/* line 9, /app/vendor/assets/stylesheets/datepicker.min.css */
.datepicker-top-left:before, .datepicker-top-right:before {
  border-bottom-color: #39f;
}

/* line 9, /app/vendor/assets/stylesheets/datepicker.min.css */
.datepicker-top-left:after, .datepicker-top-right:after {
  border-bottom-color: #fff;
  top: -4px;
}

/* line 9, /app/vendor/assets/stylesheets/datepicker.min.css */
.datepicker-bottom-left, .datepicker-bottom-right {
  border-bottom-color: #39f;
}

/* line 9, /app/vendor/assets/stylesheets/datepicker.min.css */
.datepicker-bottom-left:after, .datepicker-bottom-left:before, .datepicker-bottom-right:after, .datepicker-bottom-right:before {
  border-bottom: 0;
  bottom: -5px;
  left: 10px;
}

/* line 9, /app/vendor/assets/stylesheets/datepicker.min.css */
.datepicker-bottom-left:before, .datepicker-bottom-right:before {
  border-top-color: #39f;
}

/* line 9, /app/vendor/assets/stylesheets/datepicker.min.css */
.datepicker-bottom-left:after, .datepicker-bottom-right:after {
  border-top-color: #fff;
  bottom: -4px;
}

/* line 9, /app/vendor/assets/stylesheets/datepicker.min.css */
.datepicker-bottom-right:after, .datepicker-bottom-right:before, .datepicker-top-right:after, .datepicker-top-right:before {
  left: auto;
  right: 10px;
}

/* line 9, /app/vendor/assets/stylesheets/datepicker.min.css */
.datepicker-panel > ul {
  margin: 0;
  padding: 0;
  width: 102%;
}

/* line 9, /app/vendor/assets/stylesheets/datepicker.min.css */
.datepicker-panel > ul:after, .datepicker-panel > ul:before {
  content: " ";
  display: table;
}

/* line 9, /app/vendor/assets/stylesheets/datepicker.min.css */
.datepicker-panel > ul:after {
  clear: both;
}

/* line 9, /app/vendor/assets/stylesheets/datepicker.min.css */
.datepicker-panel > ul > li {
  background-color: #fff;
  cursor: pointer;
  float: left;
  height: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 30px;
}

/* line 9, /app/vendor/assets/stylesheets/datepicker.min.css */
.datepicker-panel > ul > li:hover {
  background-color: #e5f2ff;
}

/* line 9, /app/vendor/assets/stylesheets/datepicker.min.css */
.datepicker-panel > ul > li.muted, .datepicker-panel > ul > li.muted:hover {
  color: #999;
}

/* line 9, /app/vendor/assets/stylesheets/datepicker.min.css */
.datepicker-panel > ul > li.highlighted {
  background-color: #e5f2ff;
}

/* line 9, /app/vendor/assets/stylesheets/datepicker.min.css */
.datepicker-panel > ul > li.highlighted:hover {
  background-color: #cce5ff;
}

/* line 9, /app/vendor/assets/stylesheets/datepicker.min.css */
.datepicker-panel > ul > li.picked, .datepicker-panel > ul > li.picked:hover {
  color: #39f;
}

/* line 9, /app/vendor/assets/stylesheets/datepicker.min.css */
.datepicker-panel > ul > li.disabled, .datepicker-panel > ul > li.disabled:hover {
  background-color: #fff;
  color: #ccc;
  cursor: default;
}

/* line 9, /app/vendor/assets/stylesheets/datepicker.min.css */
.datepicker-panel > ul > li.disabled.highlighted, .datepicker-panel > ul > li.disabled:hover.highlighted {
  background-color: #e5f2ff;
}

/* line 9, /app/vendor/assets/stylesheets/datepicker.min.css */
.datepicker-panel > ul > li[data-view="month next"], .datepicker-panel > ul > li[data-view="month prev"], .datepicker-panel > ul > li[data-view="year next"], .datepicker-panel > ul > li[data-view="year prev"], .datepicker-panel > ul > li[data-view="years next"], .datepicker-panel > ul > li[data-view="years prev"], .datepicker-panel > ul > li[data-view=next] {
  font-size: 18px;
}

/* line 9, /app/vendor/assets/stylesheets/datepicker.min.css */
.datepicker-panel > ul > li[data-view="month current"], .datepicker-panel > ul > li[data-view="year current"], .datepicker-panel > ul > li[data-view="years current"] {
  width: 150px;
}

/* line 9, /app/vendor/assets/stylesheets/datepicker.min.css */
.datepicker-panel > ul[data-view=months] > li, .datepicker-panel > ul[data-view=years] > li {
  height: 52.5px;
  line-height: 52.5px;
  width: 52.5px;
}

/* line 9, /app/vendor/assets/stylesheets/datepicker.min.css */
.datepicker-panel > ul[data-view=week] > li, .datepicker-panel > ul[data-view=week] > li:hover {
  background-color: #fff;
  cursor: default;
}

/* line 9, /app/vendor/assets/stylesheets/datepicker.min.css */
.datepicker-hide {
  display: none;
}

/* Box sizing rules */
/* line 2, /app/app/assets/stylesheets/base/_reset.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
/* line 9, /app/app/assets/stylesheets/base/_reset.scss */
ul, ol {
  padding: 0;
}

/* Remove default margin */
/* line 14, /app/app/assets/stylesheets/base/_reset.scss */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
  line-height: 1.0;
}

/* Set core root defaults */
/* line 31, /app/app/assets/stylesheets/base/_reset.scss */
html {
  font-family: NotoSansJP, sans-serif;
  scroll-behavior: smooth;
}

/* Set core body defaults */
/* line 37, /app/app/assets/stylesheets/base/_reset.scss */
body {
  font-family: NotoSansJP, sans-serif;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
/* line 45, /app/app/assets/stylesheets/base/_reset.scss */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
/* line 51, /app/app/assets/stylesheets/base/_reset.scss */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
/* line 56, /app/app/assets/stylesheets/base/_reset.scss */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
/* line 62, /app/app/assets/stylesheets/base/_reset.scss */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
/* line 67, /app/app/assets/stylesheets/base/_reset.scss */
input,
button,
textarea,
select {
  font: inherit;
  outline: none;
}

/* Blur images when they have no alt attribute */
/* line 76, /app/app/assets/stylesheets/base/_reset.scss */
img:not([alt]) {
  filter: blur(10px);
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  /* line 82, /app/app/assets/stylesheets/base/_reset.scss */
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* line 90, /app/app/assets/stylesheets/base/_reset.scss */
button, input[type="submit"] {
  cursor: pointer;
  text-transform: none !important;
}
/* line 93, /app/app/assets/stylesheets/base/_reset.scss */
button:hover, input[type="submit"]:hover {
  outline: none;
}
/* line 96, /app/app/assets/stylesheets/base/_reset.scss */
button:active, input[type="submit"]:active {
  outline: none;
}

/* ----------------------
  Colors
 --------------------- */
/* ----------------------
  Displays
 --------------------- */
/* ----------------------
  Animatinos
 --------------------- */
/* ----------------------
  Positions
 --------------------- */
/* ----------------------
  Screen size for media query
 --------------------- */
/* ----------------------
  Media query
 --------------------- */
/* line 14, /app/app/assets/stylesheets/modules/_answer_row.scss */
.answerRow {
  padding: 20px;
  border-radius: 4px;
  background-color: #fff;
}
/* line 19, /app/app/assets/stylesheets/modules/_answer_row.scss */
.answerRow:nth-child(odd) {
  background-color: #edf8fa;
}
/* line 23, /app/app/assets/stylesheets/modules/_answer_row.scss */
.answerRow__title {
  margin: 0 0 38px;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1.25px;
  color: #525c5a;
}
/* line 33, /app/app/assets/stylesheets/modules/_answer_row.scss */
.answerRow__subs {
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* line 41, /app/app/assets/stylesheets/modules/_answer_row.scss */
.answerRow__sub--low {
  width: 90px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.75px;
  color: #e0627f;
}
@media (max-width: 520px) {
  /* line 41, /app/app/assets/stylesheets/modules/_answer_row.scss */
  .answerRow__sub--low {
    width: unset;
    font-size: 8px;
  }
}
/* line 46, /app/app/assets/stylesheets/modules/_answer_row.scss */
.answerRow__sub--medium {
  width: 90px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.75px;
  color: #525c5a;
}
@media (max-width: 520px) {
  /* line 46, /app/app/assets/stylesheets/modules/_answer_row.scss */
  .answerRow__sub--medium {
    width: unset;
    font-size: 8px;
  }
}
/* line 51, /app/app/assets/stylesheets/modules/_answer_row.scss */
.answerRow__sub--high {
  width: 90px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.75px;
  color: #4aafde;
}
@media (max-width: 520px) {
  /* line 51, /app/app/assets/stylesheets/modules/_answer_row.scss */
  .answerRow__sub--high {
    width: unset;
    font-size: 8px;
  }
}
/* line 57, /app/app/assets/stylesheets/modules/_answer_row.scss */
.answerRow__field {
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 520px) {
  /* line 57, /app/app/assets/stylesheets/modules/_answer_row.scss */
  .answerRow__field {
    padding: unset;
    width: 90%;
  }
}

/* line 90, /app/app/assets/stylesheets/modules/_answer_row.scss */
.answerRow-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1.25px;
  user-select: none;
  border: solid 2px #e3e3e3;
  background-color: #eee;
  color: #A8B4B2;
}
@media (max-width: 520px) {
  /* line 90, /app/app/assets/stylesheets/modules/_answer_row.scss */
  .answerRow-item {
    min-width: 24px;
    height: 24px;
    font-size: 12px;
  }
}
/* line 96, /app/app/assets/stylesheets/modules/_answer_row.scss */
.answerRow-item--active {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1.25px;
  user-select: none;
  border: solid 2px #fff;
  background-color: #4aafde;
  color: #fff;
}
@media (max-width: 520px) {
  /* line 96, /app/app/assets/stylesheets/modules/_answer_row.scss */
  .answerRow-item--active {
    min-width: 24px;
    height: 24px;
    font-size: 12px;
  }
}
@media (max-width: 520px) {
  /* line 96, /app/app/assets/stylesheets/modules/_answer_row.scss */
  .answerRow-item--active {
    border: 0;
  }
}

/* line 20, /app/app/assets/stylesheets/modules/_category_field.scss */
.category-field__head {
  padding: 24px 10px 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e2edeb;
  letter-spacing: 0.8px;
  font-size: 16px;
  font-weight: 500;
  color: #525c5a;
  cursor: pointer;
  transition: background-color 0.2s;
}
/* line 14, /app/app/assets/stylesheets/modules/_category_field.scss */
.category-field__head:hover {
  background-color: rgba(0, 0, 0, 0.02);
}
/* line 23, /app/app/assets/stylesheets/modules/_category_field.scss */
.category-field__head:after {
  content: '';
  height: 12px;
  width: 12px;
  background: url(/assets/icon_arrow_down_gray-4b47ae84dee197235015f303062b82fd0c7227f49dfd0f3b7c58f68abd6b4468.png) no-repeat center/cover;
}
/* line 30, /app/app/assets/stylesheets/modules/_category_field.scss */
.category-field__head--open {
  padding: 24px 10px 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e2edeb;
  letter-spacing: 0.8px;
  font-size: 16px;
  font-weight: 500;
  color: #525c5a;
  cursor: pointer;
  transition: background-color 0.2s;
}
/* line 14, /app/app/assets/stylesheets/modules/_category_field.scss */
.category-field__head--open:hover {
  background-color: rgba(0, 0, 0, 0.02);
}
/* line 33, /app/app/assets/stylesheets/modules/_category_field.scss */
.category-field__head--open:after {
  content: '';
  height: 12px;
  width: 12px;
  background: url(/assets/icon_arrow_up_gray-53c4012bad03a7daa2e5e9b4a784e014b33420dc35dd7223bfa74c2da8eeacf9.png) no-repeat center/cover;
}
/* line 42, /app/app/assets/stylesheets/modules/_category_field.scss */
.category-field__body {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 16px -16px;
}
/* line 48, /app/app/assets/stylesheets/modules/_category_field.scss */
.category-field__item {
  margin: 0 0 16px 16px;
  height: 74px;
  width: calc(50% - 20px);
  list-style: none;
}
@media (max-width: 520px) {
  /* line 48, /app/app/assets/stylesheets/modules/_category_field.scss */
  .category-field__item {
    width: 100%;
  }
}
/* line 60, /app/app/assets/stylesheets/modules/_category_field.scss */
.category-field__label {
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  border: solid 1px #cdddd7;
  background-color: #f8fbfc;
  transition: opacity 0.2s;
  cursor: pointer;
}
/* line 72, /app/app/assets/stylesheets/modules/_category_field.scss */
.category-field__label:hover {
  opacity: .7;
}
/* line 76, /app/app/assets/stylesheets/modules/_category_field.scss */
.category-field__label:active {
  opacity: .9;
}
/* line 80, /app/app/assets/stylesheets/modules/_category_field.scss */
.category-field__label:before {
  content: '';
  margin: 0 12px 0 0;
  min-height: 24px;
  min-width: 24px;
  border-radius: 4px;
  border: solid 2px #ccd4d8;
  background-color: #f0f4f7;
}
/* line 91, /app/app/assets/stylesheets/modules/_category_field.scss */
.category-field__check:checked + .category-field__label {
  border: solid 1px #0fc88a;
  background-color: #e9fff8;
}
/* line 95, /app/app/assets/stylesheets/modules/_category_field.scss */
.category-field__check:checked + .category-field__label:before {
  content: '';
  margin: 0 12px 0 0;
  min-height: 24px;
  min-width: 24px;
  border-radius: 4px;
  border: none;
  background: #0daf97 url(/assets/icon_check_white-66eaca719309e5914fc54bff5b9eaf9c628d7e2d7ae6ff206cd477163609ccb3.png) no-repeat center/14px;
}
/* line 106, /app/app/assets/stylesheets/modules/_category_field.scss */
.category-field__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #525c5a;
  user-select: none;
}

/* line 10, /app/app/assets/stylesheets/modules/_consultant_image_modal.scss */
.consultant-image-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
/* line 20, /app/app/assets/stylesheets/modules/_consultant_image_modal.scss */
.consultant-image-modal--active {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 26, /app/app/assets/stylesheets/modules/_consultant_image_modal.scss */
.consultant-image-modal__photo {
  max-width: 100%;
  max-height: 70vh;
  /* 高さを制限 */
  object-fit: contain;
  border-radius: 5px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  touch-action: none;
  /* 画像上でのタッチ操作をJavaScriptで処理 */
}
/* line 30, /app/app/assets/stylesheets/modules/_consultant_image_modal.scss */
.consultant-image-modal__dialog {
  position: relative;
  background-color: transparent;
  /* 背景を透明に変更 */
  max-width: 90%;
  max-height: 90vh;
  border-radius: 5px;
  padding: 20px;
  overflow: hidden;
  width: 100%;
  /* 幅を100%に設定 */
}
/* line 41, /app/app/assets/stylesheets/modules/_consultant_image_modal.scss */
.consultant-image-modal__close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1010;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 58, /app/app/assets/stylesheets/modules/_consultant_image_modal.scss */
.consultant-image-modal__close-btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
/* line 63, /app/app/assets/stylesheets/modules/_consultant_image_modal.scss */
.consultant-image-modal__gallery {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: calc(90vh - 100px);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70vh;
  /* 高さを最大70vhに設定 */
}
/* line 74, /app/app/assets/stylesheets/modules/_consultant_image_modal.scss */
.consultant-image-modal__gallery--touch-enabled {
  touch-action: none;
  /* タッチ操作をJavaScriptで処理するように設定 */
  user-select: none;
}
/* line 78, /app/app/assets/stylesheets/modules/_consultant_image_modal.scss */
.consultant-image-modal__gallery--touch-enabled .consultant-image-modal__gallery-items {
  touch-action: pan-y pinch-zoom;
  /* 縦スクロールとピンチズームのみ許可 */
}
/* line 84, /app/app/assets/stylesheets/modules/_consultant_image_modal.scss */
.consultant-image-modal__gallery-items {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 96, /app/app/assets/stylesheets/modules/_consultant_image_modal.scss */
.consultant-image-modal__gallery-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
  text-align: center;
  display: none;
  /* 初期状態では非表示 */
}
/* line 107, /app/app/assets/stylesheets/modules/_consultant_image_modal.scss */
.consultant-image-modal__gallery-item--swiping {
  transition: none;
  /* スワイプ中はトランジションを無効化 */
}
/* line 111, /app/app/assets/stylesheets/modules/_consultant_image_modal.scss */
.consultant-image-modal__gallery-item--active {
  opacity: 1;
  z-index: 1;
  display: flex;
  /* アクティブな場合は表示 */
  justify-content: center;
  align-items: center;
}
/* line 120, /app/app/assets/stylesheets/modules/_consultant_image_modal.scss */
.consultant-image-modal__gallery-photo {
  max-width: 100%;
  max-height: 70vh;
  /* 高さを制限 */
  object-fit: contain;
  border-radius: 5px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  touch-action: none;
  /* 画像上でのタッチ操作をJavaScriptで処理 */
}
/* line 124, /app/app/assets/stylesheets/modules/_consultant_image_modal.scss */
.consultant-image-modal__gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.7);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  font-size: 20px;
}
/* line 140, /app/app/assets/stylesheets/modules/_consultant_image_modal.scss */
.consultant-image-modal__gallery-nav:hover {
  background: rgba(255, 255, 255, 0.9);
}
/* line 144, /app/app/assets/stylesheets/modules/_consultant_image_modal.scss */
.consultant-image-modal__gallery-nav--prev {
  left: 10px;
}
/* line 148, /app/app/assets/stylesheets/modules/_consultant_image_modal.scss */
.consultant-image-modal__gallery-nav--next {
  right: 10px;
}
/* line 153, /app/app/assets/stylesheets/modules/_consultant_image_modal.scss */
.consultant-image-modal__caption {
  margin-top: 15px;
  text-align: center;
  color: #fff;
}
/* line 158, /app/app/assets/stylesheets/modules/_consultant_image_modal.scss */
.consultant-image-modal__caption__text {
  font-size: 16px;
  font-weight: bold;
}

/* line 13, /app/app/assets/stylesheets/modules/_event_card.scss */
.eventCard {
  padding: 40px;
  border-radius: 4px;
  background-color: #ffffff;
}
/* line 19, /app/app/assets/stylesheets/modules/_event_card.scss */
.eventCard__alert--cancel {
  padding: 16px;
  width: 100%;
  border-radius: 4px;
  font-size: 16px;
  text-align: center;
  background-color: #f7f5f0;
  color: #525c5a;
}
@media (max-width: 520px) {
  /* line 19, /app/app/assets/stylesheets/modules/_event_card.scss */
  .eventCard__alert--cancel {
    font-size: 14px;
  }
}
/* line 25, /app/app/assets/stylesheets/modules/_event_card.scss */
.eventCard__alert--finish {
  padding: 16px;
  width: 100%;
  border-radius: 4px;
  font-size: 16px;
  text-align: center;
  background-color: #fff1e7;
  color: #c96c39;
}
@media (max-width: 520px) {
  /* line 25, /app/app/assets/stylesheets/modules/_event_card.scss */
  .eventCard__alert--finish {
    font-size: 14px;
  }
}
/* line 31, /app/app/assets/stylesheets/modules/_event_card.scss */
.eventCard__alert--applyingForUnauthorizedAbsence {
  padding: 16px;
  width: 100%;
  border-radius: 4px;
  font-size: 16px;
  text-align: center;
  background-color: #eff2e8;
  color: #525c5a;
}
@media (max-width: 520px) {
  /* line 31, /app/app/assets/stylesheets/modules/_event_card.scss */
  .eventCard__alert--applyingForUnauthorizedAbsence {
    font-size: 14px;
  }
}
/* line 37, /app/app/assets/stylesheets/modules/_event_card.scss */
.eventCard__alert--absence {
  padding: 16px;
  width: 100%;
  border-radius: 4px;
  font-size: 16px;
  text-align: center;
  background-color: #e5f0cb;
  color: #525c5a;
}
@media (max-width: 520px) {
  /* line 37, /app/app/assets/stylesheets/modules/_event_card.scss */
  .eventCard__alert--absence {
    font-size: 14px;
  }
}

/* line 45, /app/app/assets/stylesheets/modules/_event_card.scss */
.eventCard-table {
  margin: 0 0 32px;
}
@media (max-width: 520px) {
  /* line 45, /app/app/assets/stylesheets/modules/_event_card.scss */
  .eventCard-table {
    display: flex;
    flex-direction: column;
  }
}
/* line 53, /app/app/assets/stylesheets/modules/_event_card.scss */
.eventCard-table__row {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #e2edeb;
  box-sizing: content-box;
}
@media (max-width: 520px) {
  /* line 53, /app/app/assets/stylesheets/modules/_event_card.scss */
  .eventCard-table__row {
    flex-direction: column;
  }
}
/* line 65, /app/app/assets/stylesheets/modules/_event_card.scss */
.eventCard-table__header {
  min-width: 130px;
  font-size: 16px;
  font-weight: 500;
  color: #83918f;
}
@media (max-width: 520px) {
  /* line 65, /app/app/assets/stylesheets/modules/_event_card.scss */
  .eventCard-table__header {
    min-width: 0;
    width: 100%;
    font-size: 10px;
    justify-content: flex-start;
    margin-bottom: 12px;
  }
}
/* line 80, /app/app/assets/stylesheets/modules/_event_card.scss */
.eventCard-table__content {
  padding: 0 0 0 16px;
  display: flex;
  align-items: center;
  height: 100%;
  border-left: 1px solid #e2edeb;
}
@media (max-width: 520px) {
  /* line 80, /app/app/assets/stylesheets/modules/_event_card.scss */
  .eventCard-table__content {
    padding: 0;
    border-left: 0px;
    font-size: 12px;
  }
}
/* line 94, /app/app/assets/stylesheets/modules/_event_card.scss */
.eventCard-table__avatar {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: solid 1px rgba(0, 0, 0, 0.08);
  object-fit: cover;
}
/* line 102, /app/app/assets/stylesheets/modules/_event_card.scss */
.eventCard-table__name {
  margin: 0 0 0 16px;
  font-size: 16px;
  font-weight: 500;
  color: #525c5a;
}
@media (max-width: 520px) {
  /* line 102, /app/app/assets/stylesheets/modules/_event_card.scss */
  .eventCard-table__name {
    margin: 0;
    padding: 12px;
    font-size: 12px;
  }
}

/* line 116, /app/app/assets/stylesheets/modules/_event_card.scss */
.eventCard-nav {
  text-align: center;
}
/* line 119, /app/app/assets/stylesheets/modules/_event_card.scss */
.eventCard-nav__text {
  margin: 16px 0 16px;
  font-size: 16px;
  font-weight: 500;
  color: #525c5a;
}
@media (max-width: 520px) {
  /* line 119, /app/app/assets/stylesheets/modules/_event_card.scss */
  .eventCard-nav__text {
    font-size: 14px;
  }
}
/* line 130, /app/app/assets/stylesheets/modules/_event_card.scss */
.eventCard-nav__circleButton {
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  height: 48px;
  border-radius: 24px;
  border: 1px solid #4aafde;
  background-color: #4aafde;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  transition: all 0.2s;
  margin: 16px 0 0;
}
@media (max-width: 520px) {
  /* line 130, /app/app/assets/stylesheets/modules/_event_card.scss */
  .eventCard-nav__circleButton {
    justify-content: center;
    font-size: 14px;
  }
}
/* line 149, /app/app/assets/stylesheets/modules/_event_card.scss */
.eventCard-nav__circleButton:hover, .eventCard-nav__circleButton:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: .7;
}
/* line 156, /app/app/assets/stylesheets/modules/_event_card.scss */
.eventCard-nav__circleButton:active {
  opacity: .9;
}
/* line 160, /app/app/assets/stylesheets/modules/_event_card.scss */
.eventCard-nav__circleButton:disabled {
  opacity: .3;
}
/* line 165, /app/app/assets/stylesheets/modules/_event_card.scss */
.eventCard-nav__squareButton {
  position: relative;
  width: 200px;
  height: 48px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  border: none;
  background-color: #4aafde;
  transition: opacity 0.2s;
}
@media (max-width: 520px) {
  /* line 165, /app/app/assets/stylesheets/modules/_event_card.scss */
  .eventCard-nav__squareButton {
    font-size: 14px;
  }
}
/* line 181, /app/app/assets/stylesheets/modules/_event_card.scss */
.eventCard-nav__squareButton:hover, .eventCard-nav__squareButton:focus {
  text-decoration: none;
  opacity: .7;
}
/* line 187, /app/app/assets/stylesheets/modules/_event_card.scss */
.eventCard-nav__squareButton:disabled {
  opacity: 0.3;
}

/* line 2, /app/app/assets/stylesheets/modules/_suggest_item.scss */
.suggest-item__list {
  padding: 24px 40px;
  border-radius: 10px;
  background-color: #fdfdfd;
  list-style: none;
  margin-bottom: 16px;
}
@media (max-width: 960px) {
  /* line 2, /app/app/assets/stylesheets/modules/_suggest_item.scss */
  .suggest-item__list {
    padding: 24px;
  }
}
/* line 13, /app/app/assets/stylesheets/modules/_suggest_item.scss */
.suggest-item__list:last-of-type {
  margin: 0;
}
/* line 18, /app/app/assets/stylesheets/modules/_suggest_item.scss */
.suggest-item__container {
  display: flex;
  align-items: center;
}
/* line 23, /app/app/assets/stylesheets/modules/_suggest_item.scss */
.suggest-item__request-container {
  display: flex;
  align-items: center;
  background-color: #fdfdfd;
  border-radius: 10px;
  border: transparent;
  margin-bottom: 16px;
  padding: 24px 40px;
}
/* line 33, /app/app/assets/stylesheets/modules/_suggest_item.scss */
.suggest-item__text-container {
  word-wrap: break-word;
  word-break: break-all;
  max-width: 100%;
  overflow: hidden;
}
/* line 40, /app/app/assets/stylesheets/modules/_suggest_item.scss */
.suggest-item__meta {
  margin: 0 0 0 16px;
  padding: 0 0 0 16px;
  display: flex;
  align-items: center;
  width: 100%;
  border-left: 1px solid #e2edeb;
}
@media (max-width: 520px) {
  /* line 40, /app/app/assets/stylesheets/modules/_suggest_item.scss */
  .suggest-item__meta {
    flex-direction: column;
  }
}
@media (max-width: 520px) {
  /* line 53, /app/app/assets/stylesheets/modules/_suggest_item.scss */
  .suggest-item__avatar {
    margin-bottom: 16px;
  }
}
/* line 59, /app/app/assets/stylesheets/modules/_suggest_item.scss */
.suggest-item__column {
  margin: 0 0 0 16px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 520px) {
  /* line 59, /app/app/assets/stylesheets/modules/_suggest_item.scss */
  .suggest-item__column {
    margin: 0;
  }
}
/* line 69, /app/app/assets/stylesheets/modules/_suggest_item.scss */
.suggest-item__name {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 500;
  color: #525c5a;
}
@media (max-width: 520px) {
  /* line 69, /app/app/assets/stylesheets/modules/_suggest_item.scss */
  .suggest-item__name {
    margin-bottom: 16px;
  }
}
/* line 80, /app/app/assets/stylesheets/modules/_suggest_item.scss */
.suggest-item__rub {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.75px;
  color: #83918f;
}
@media (max-width: 520px) {
  /* line 80, /app/app/assets/stylesheets/modules/_suggest_item.scss */
  .suggest-item__rub {
    margin-bottom: 16px;
  }
}
/* line 91, /app/app/assets/stylesheets/modules/_suggest_item.scss */
.suggest-item__link {
  margin: 0 0 0 auto;
}
@media (max-width: 520px) {
  /* line 91, /app/app/assets/stylesheets/modules/_suggest_item.scss */
  .suggest-item__link {
    margin: 0;
  }
}
/* line 99, /app/app/assets/stylesheets/modules/_suggest_item.scss */
.suggest-item__divider {
  height: 1px;
  width: 100%;
  background-color: #e2edeb;
  margin: 16px 0;
  opacity: 0.6;
}
/* line 107, /app/app/assets/stylesheets/modules/_suggest_item.scss */
.suggest-item__text {
  padding: 0 24px 12px 24px;
  line-height: 1.5;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 500;
  color: #525c5a;
}
@media (max-width: 520px) {
  /* line 107, /app/app/assets/stylesheets/modules/_suggest_item.scss */
  .suggest-item__text {
    font-size: 12px;
  }
}
/* line 120, /app/app/assets/stylesheets/modules/_suggest_item.scss */
.suggest-item__image-container {
  display: flex;
  flex-direction: column;
  background-color: #fdfdfd;
  border-radius: 10px;
  border: transparent;
  margin-bottom: 16px;
  padding: 24px 40px;
}
/* line 130, /app/app/assets/stylesheets/modules/_suggest_item.scss */
.suggest-item__image-item {
  transition: all 0.3s ease;
}
/* line 134, /app/app/assets/stylesheets/modules/_suggest_item.scss */
.suggest-item__image-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
/* line 144, /app/app/assets/stylesheets/modules/_suggest_item.scss */
.suggest-item__image-inner:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
/* line 150, /app/app/assets/stylesheets/modules/_suggest_item.scss */
.suggest-item__image {
  border-radius: 3px;
  object-fit: cover;
  width: 100%;
  height: 120px;
}

/* line 159, /app/app/assets/stylesheets/modules/_suggest_item.scss */
.consultant-images-section {
  position: relative;
  overflow: hidden;
}
/* line 163, /app/app/assets/stylesheets/modules/_suggest_item.scss */
.consultant-images-section__title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 16px;
}
/* line 169, /app/app/assets/stylesheets/modules/_suggest_item.scss */
.consultant-images-section__slider-container {
  width: 100%;
  height: 160px;
  overflow: hidden;
  position: relative;
  touch-action: pan-x;
  user-select: none;
}
/* line 177, /app/app/assets/stylesheets/modules/_suggest_item.scss */
.consultant-images-section__slider-container--swiping {
  cursor: grabbing;
}
/* line 179, /app/app/assets/stylesheets/modules/_suggest_item.scss */
.consultant-images-section__slider-container--swiping .consultant-images-section__slider-track {
  transition: none;
  /* スワイプ中はトランジションを無効に */
}
@media (pointer: coarse) {
  /* line 182, /app/app/assets/stylesheets/modules/_suggest_item.scss */
  .consultant-images-section__slider-container--swiping .consultant-images-section__slider-image-wrapper {
    cursor: grabbing;
    transform: scale(0.98);
  }
}
/* line 191, /app/app/assets/stylesheets/modules/_suggest_item.scss */
.consultant-images-section__slider-track {
  height: 100%;
  will-change: transform;
}
/* line 196, /app/app/assets/stylesheets/modules/_suggest_item.scss */
.consultant-images-section__slider-item {
  top: 0;
  height: 100%;
  border-radius: 5px;
  transition: transform 0.2s ease-out;
}
/* line 202, /app/app/assets/stylesheets/modules/_suggest_item.scss */
.consultant-images-section__slider-item[aria-hidden="true"] {
  pointer-events: none;
}
/* line 207, /app/app/assets/stylesheets/modules/_suggest_item.scss */
.consultant-images-section__slider-item:active .consultant-images-section__slider-image-wrapper {
  cursor: grabbing;
  transform: scale(0.98);
}
/* line 212, /app/app/assets/stylesheets/modules/_suggest_item.scss */
.consultant-images-section__slider-item--active {
  animation: fadeScale 0.3s forwards;
}
/* line 217, /app/app/assets/stylesheets/modules/_suggest_item.scss */
.consultant-images-section__slider-image-wrapper {
  height: 100%;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  padding: 8px;
  transition: all 0.2s ease;
  cursor: grab;
  margin: 0 6px;
  /* モーダル表示可能を示す */
  cursor: pointer;
}
/* line 227, /app/app/assets/stylesheets/modules/_suggest_item.scss */
.consultant-images-section__slider-image-wrapper:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
@media (pointer: coarse) {
  /* line 217, /app/app/assets/stylesheets/modules/_suggest_item.scss */
  .consultant-images-section__slider-image-wrapper {
    cursor: grab;
  }
}
/* line 240, /app/app/assets/stylesheets/modules/_suggest_item.scss */
.consultant-images-section__slider-image {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 3px;
  pointer-events: none;
  /* クリックを可能にする */
  pointer-events: auto;
}
/* line 250, /app/app/assets/stylesheets/modules/_suggest_item.scss */
.consultant-images-section__slider-prev, .consultant-images-section__slider-next {
  position: absolute;
  top: 50%;
  z-index: 5;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.2s ease;
}
/* line 269, /app/app/assets/stylesheets/modules/_suggest_item.scss */
.consultant-images-section__slider-prev:hover, .consultant-images-section__slider-next:hover {
  opacity: 1;
  transform: translateY(-50%) scale(1.05);
}
/* line 274, /app/app/assets/stylesheets/modules/_suggest_item.scss */
.consultant-images-section__slider-prev:active, .consultant-images-section__slider-next:active {
  transform: translateY(-50%) scale(0.95);
}
/* line 278, /app/app/assets/stylesheets/modules/_suggest_item.scss */
.consultant-images-section__slider-prev:focus, .consultant-images-section__slider-next:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}
/* line 283, /app/app/assets/stylesheets/modules/_suggest_item.scss */
.consultant-images-section__slider-prev:disabled, .consultant-images-section__slider-next:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
/* line 289, /app/app/assets/stylesheets/modules/_suggest_item.scss */
.consultant-images-section__slider-prev {
  left: 10px;
}
/* line 293, /app/app/assets/stylesheets/modules/_suggest_item.scss */
.consultant-images-section__slider-next {
  right: 10px;
}
/* line 299, /app/app/assets/stylesheets/modules/_suggest_item.scss */
.consultant-images-section--slider-layout .consultant-images-section__slider-track {
  position: absolute;
  transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
/* line 304, /app/app/assets/stylesheets/modules/_suggest_item.scss */
.consultant-images-section--slider-layout .consultant-images-section__slider-item {
  position: absolute;
}
/* line 311, /app/app/assets/stylesheets/modules/_suggest_item.scss */
.consultant-images-section--simple-layout .consultant-images-section__slider-track {
  position: static;
  transform: none;
  display: flex;
  gap: 12px;
  padding: 0 12px;
  justify-content: flex-start;
}
/* line 320, /app/app/assets/stylesheets/modules/_suggest_item.scss */
.consultant-images-section--simple-layout .consultant-images-section__slider-item {
  position: static;
  flex: none;
  width: calc((100% - 24px) / 3);
  height: 160px;
}
/* line 327, /app/app/assets/stylesheets/modules/_suggest_item.scss */
.consultant-images-section--simple-layout .consultant-images-section__slider-image-wrapper {
  margin: 0;
  height: 100%;
  width: 100%;
}

@media (max-width: 767px) {
  /* line 338, /app/app/assets/stylesheets/modules/_suggest_item.scss */
  .consultant-images-section__slider-container {
    height: 90px;
  }
  /* line 342, /app/app/assets/stylesheets/modules/_suggest_item.scss */
  .consultant-images-section__slider-image {
    height: 80px;
  }
  /* line 346, /app/app/assets/stylesheets/modules/_suggest_item.scss */
  .consultant-images-section__slider-prev, .consultant-images-section__slider-next {
    width: 32px;
    height: 32px;
  }
  /* line 352, /app/app/assets/stylesheets/modules/_suggest_item.scss */
  .consultant-images-section__slider-image-wrapper {
    padding: 4px;
  }
  /* line 358, /app/app/assets/stylesheets/modules/_suggest_item.scss */
  .consultant-images-section--simple-layout .consultant-images-section__slider-item {
    width: calc((100% - 24px) / 3);
    height: 90px;
  }
}
/* line 366, /app/app/assets/stylesheets/modules/_suggest_item.scss */
.suggestFloating-item {
  padding: 24px 40px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  background-color: #fdfdfd;
  list-style: none;
  margin-bottom: 16px;
}
@media (max-width: 960px) {
  /* line 366, /app/app/assets/stylesheets/modules/_suggest_item.scss */
  .suggestFloating-item {
    padding: 24px;
  }
}
@media (max-width: 520px) {
  /* line 366, /app/app/assets/stylesheets/modules/_suggest_item.scss */
  .suggestFloating-item {
    padding: 12px;
  }
}
/* line 383, /app/app/assets/stylesheets/modules/_suggest_item.scss */
.suggestFloating-item:last-of-type {
  margin: 0;
}
/* line 387, /app/app/assets/stylesheets/modules/_suggest_item.scss */
.suggestFloating-item__meta {
  margin: 0 0 0 16px;
  padding: 0 0 0 16px;
  display: flex;
  align-items: center;
  width: 100%;
  border-left: 1px solid #e2edeb;
}
@media (max-width: 520px) {
  /* line 387, /app/app/assets/stylesheets/modules/_suggest_item.scss */
  .suggestFloating-item__meta {
    flex-direction: column;
  }
}
@media (max-width: 520px) {
  /* line 400, /app/app/assets/stylesheets/modules/_suggest_item.scss */
  .suggestFloating-item__avatar {
    display: none;
  }
}
/* line 406, /app/app/assets/stylesheets/modules/_suggest_item.scss */
.suggestFloating-item__column {
  margin: 0 0 0 16px;
  display: flex;
  flex-direction: column;
}
/* line 412, /app/app/assets/stylesheets/modules/_suggest_item.scss */
.suggestFloating-item__name {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 500;
  color: #525c5a;
}
@media (max-width: 520px) {
  /* line 412, /app/app/assets/stylesheets/modules/_suggest_item.scss */
  .suggestFloating-item__name {
    display: none;
  }
}
/* line 423, /app/app/assets/stylesheets/modules/_suggest_item.scss */
.suggestFloating-item__rub {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.75px;
  color: #83918f;
}
@media (max-width: 520px) {
  /* line 423, /app/app/assets/stylesheets/modules/_suggest_item.scss */
  .suggestFloating-item__rub {
    display: none;
  }
}
/* line 434, /app/app/assets/stylesheets/modules/_suggest_item.scss */
.suggestFloating-item__link {
  margin: 0 0 0 auto;
}
@media (max-width: 520px) {
  /* line 434, /app/app/assets/stylesheets/modules/_suggest_item.scss */
  .suggestFloating-item__link {
    margin: 0;
  }
}

@keyframes fadeScale {
  from {
    opacity: 0.7;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
/* 画像クリック可能を示すスタイル */
/* line 455, /app/app/assets/stylesheets/modules/_suggest_item.scss */
.suggest-item__avatar {
  cursor: pointer;
}

/* line 1, /app/app/assets/stylesheets/modules/_result_circle.scss */
.result-circle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 72px;
  aspect-ratio: 1;
  margin: 0 auto;
  border-radius: 50%;
  font-weight: 600;
  padding-left: 13px;
  padding-right: 13px;
}
/* line 14, /app/app/assets/stylesheets/modules/_result_circle.scss */
.result-circle__title {
  margin: 0 0 2px;
  letter-spacing: 0.63px;
  font-size: 10px;
  color: #525c5a;
}
/* line 20, /app/app/assets/stylesheets/modules/_result_circle.scss */
.result-circle__value {
  font-family: HelveticaNeue;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1.75px;
}
/* line 26, /app/app/assets/stylesheets/modules/_result_circle.scss */
.result-circle__symbol {
  font-family: HelveticaNeue;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 0 -2px;
}

/* line 2, /app/app/assets/stylesheets/modules/_review_modal.scss */
.reviewModal__dialog {
  padding: 20px 0 0;
  border-radius: 4px;
  background-color: #f7f5f0 !important;
}
/* line 8, /app/app/assets/stylesheets/modules/_review_modal.scss */
.reviewModal__body {
  padding: 16px;
  border-radius: 4px;
}
/* line 13, /app/app/assets/stylesheets/modules/_review_modal.scss */
.reviewModal__container {
  margin: 0 0 20px;
  padding: 40px;
  border-radius: 4px;
  background-color: #fff;
}
@media (max-width: 520px) {
  /* line 13, /app/app/assets/stylesheets/modules/_review_modal.scss */
  .reviewModal__container {
    padding: 10px;
  }
}
/* line 23, /app/app/assets/stylesheets/modules/_review_modal.scss */
.reviewModal__container--flex {
  margin: 0 0 20px;
  padding: 40px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  background-color: #fff;
}
/* line 33, /app/app/assets/stylesheets/modules/_review_modal.scss */
.reviewModal__head {
  padding: 0 0 20px;
  border-bottom: 1px solid #e2edeb;
}
/* line 38, /app/app/assets/stylesheets/modules/_review_modal.scss */
.reviewModal__title {
  font-size: 14px;
  color: #0daf97;
  font-weight: bold;
}
@media (max-width: 520px) {
  /* line 38, /app/app/assets/stylesheets/modules/_review_modal.scss */
  .reviewModal__title {
    font-size: 10px;
  }
}
/* line 48, /app/app/assets/stylesheets/modules/_review_modal.scss */
.reviewModal__date {
  margin: 0 0 0 40px;
  font-size: 14px;
  color: #525c5a;
}
/* line 54, /app/app/assets/stylesheets/modules/_review_modal.scss */
.reviewModal__fields {
  padding: 20px 20px;
}
/* line 58, /app/app/assets/stylesheets/modules/_review_modal.scss */
.reviewModal__content {
  padding: 20px;
}
/* line 62, /app/app/assets/stylesheets/modules/_review_modal.scss */
.reviewModal__content-title {
  margin: 0 0 16px;
}
/* line 66, /app/app/assets/stylesheets/modules/_review_modal.scss */
.reviewModal__content-text {
  line-height: 1.2;
  word-wrap: break-word;
}

/* line 1, /app/app/assets/stylesheets/modules/_textarea_field.scss */
.textarea-field {
  margin: 0 0 40px;
}
/* line 4, /app/app/assets/stylesheets/modules/_textarea_field.scss */
.textarea-field__title {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.8px;
  color: #525c5a;
}
@media (max-width: 520px) {
  /* line 4, /app/app/assets/stylesheets/modules/_textarea_field.scss */
  .textarea-field__title {
    font-size: 12px;
  }
}
/* line 18, /app/app/assets/stylesheets/modules/_textarea_field.scss */
.textarea-field__head {
  display: flex;
  margin: 0 0 16px;
}
/* line 23, /app/app/assets/stylesheets/modules/_textarea_field.scss */
.textarea-field__index-wrap {
  margin: 0 16px 0 0;
  display: flex;
  align-items: flex-start;
}
/* line 29, /app/app/assets/stylesheets/modules/_textarea_field.scss */
.textarea-field__index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #0fc8ad;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 520px) {
  /* line 29, /app/app/assets/stylesheets/modules/_textarea_field.scss */
  .textarea-field__index {
    font-size: 12px;
  }
}
/* line 46, /app/app/assets/stylesheets/modules/_textarea_field.scss */
.textarea-field__area {
  margin: 0 0 8px;
  min-height: 160px;
}
/* line 50, /app/app/assets/stylesheets/modules/_textarea_field.scss */
.textarea-field__area::placeholder {
  color: #ccc;
  opacity: .5;
}
/* line 56, /app/app/assets/stylesheets/modules/_textarea_field.scss */
.textarea-field__length {
  font-size: 14px;
  letter-spacing: 0.88px;
  color: #83918f;
  padding-left: 10px;
  padding-bottom: 15px;
}
@media (max-width: 520px) {
  /* line 56, /app/app/assets/stylesheets/modules/_textarea_field.scss */
  .textarea-field__length {
    font-size: 12px;
  }
}

/* line 1, /app/app/assets/stylesheets/modules/_uikit_theme.scss */
.myuk-button-primary-outline {
  border: 1px solid #1e87f0;
  background-color: #fff;
  color: #333;
}
/* line 6, /app/app/assets/stylesheets/modules/_uikit_theme.scss */
.myuk-button-primary-outline:hover, .myuk-button-primary-outline:focus {
  border: 1px solid #0f7ae5;
  background-color: #0f7ae5;
  color: #fff;
}
/* line 13, /app/app/assets/stylesheets/modules/_uikit_theme.scss */
.myuk-button-primary-outline:active,
.myuk-button-primary-outline .uk-active {
  border: 1px solid #0e6dcd;
  background-color: #0e6dcd;
  color: #fff;
}

/* line 21, /app/app/assets/stylesheets/modules/_uikit_theme.scss */
.myuk-button-white {
  background-color: #fff;
  color: #333;
  border: 1px solid #e5e5e5;
}
/* line 26, /app/app/assets/stylesheets/modules/_uikit_theme.scss */
.myuk-button-white:hover, .myuk-button-white:focus {
  background-color: #fff;
  color: #333;
  border-color: #b2b2b2;
}
/* line 33, /app/app/assets/stylesheets/modules/_uikit_theme.scss */
.myuk-button-white:active,
.myuk-button-white .uk-active {
  background-color: #fff;
  color: #fff;
  border-color: #999999;
}

/* line 41, /app/app/assets/stylesheets/modules/_uikit_theme.scss */
.myuk-button-light-green {
  background-color: #2ecc71;
  color: #fff;
  border: 1px solid transparent;
}
/* line 46, /app/app/assets/stylesheets/modules/_uikit_theme.scss */
.myuk-button-light-green:hover {
  background-color: #27ae60;
}

/* line 51, /app/app/assets/stylesheets/modules/_uikit_theme.scss */
.myuk-radio-label-default {
  border: 1px solid #e5e5e5;
  background-color: transparent;
  color: #333;
  user-select: none;
}
/* line 57, /app/app/assets/stylesheets/modules/_uikit_theme.scss */
.myuk-radio-label-default:hover, .myuk-radio-label-default:focus {
  border: 1px solid #333;
  background-color: #333;
  color: #fff;
  opacity: .9;
}
/* line 65, /app/app/assets/stylesheets/modules/_uikit_theme.scss */
.myuk-radio-label-default:active,
.myuk-radio-label-default .uk-active {
  border: 1px solid #333;
  background-color: #333;
  color: #fff;
  opacity: 1.0;
}

/* line 74, /app/app/assets/stylesheets/modules/_uikit_theme.scss */
.myuk-radio-label-primary {
  border: 1px solid #1e87f0;
  background-color: transparent;
  color: #333;
  user-select: none;
}
/* line 80, /app/app/assets/stylesheets/modules/_uikit_theme.scss */
.myuk-radio-label-primary:hover, .myuk-radio-label-primary:focus {
  border: 1px solid #0f7ae5;
  background-color: #0f7ae5;
  color: #fff;
  opacity: .9;
}
/* line 88, /app/app/assets/stylesheets/modules/_uikit_theme.scss */
.myuk-radio-label-primary:active,
.myuk-radio-label-primary .uk-active {
  border: 1px solid #0e6dcd;
  background-color: #0e6dcd;
  color: #fff;
  opacity: 1.0;
}

/* line 97, /app/app/assets/stylesheets/modules/_uikit_theme.scss */
.myuk-radio-button {
  display: none;
}

/* line 101, /app/app/assets/stylesheets/modules/_uikit_theme.scss */
.myuk-radio-button:checked + .myuk-radio-label-default {
  border: 1px solid #333;
  background-color: #333;
  color: #fff;
  opacity: 1.0;
}

/* line 110, /app/app/assets/stylesheets/modules/_uikit_theme.scss */
.myuk-checkbox {
  display: none;
}

/* line 114, /app/app/assets/stylesheets/modules/_uikit_theme.scss */
.myuk-checkbox-label {
  border: 1px solid #ccc;
  background-color: #fff;
  color: #333;
  opacity: 0.7;
}

/* line 121, /app/app/assets/stylesheets/modules/_uikit_theme.scss */
.myuk-checkbox:checked + .myuk-checkbox-label {
  border: 1px solid #333;
  background-color: #333;
  color: #fff;
  opacity: 1.0;
}

/* line 130, /app/app/assets/stylesheets/modules/_uikit_theme.scss */
.myuk-radio-button:checked + .myuk-radio-label-primary {
  border: 1px solid #0e6dcd;
  background-color: #0e6dcd;
  color: #fff;
  opacity: 1.0;
}

/* line 137, /app/app/assets/stylesheets/modules/_uikit_theme.scss */
.myuk-flash-primary {
  background: rgba(216, 234, 252, 0.9);
  color: #1e87f0;
}

/* line 142, /app/app/assets/stylesheets/modules/_uikit_theme.scss */
.myuk-flash-success {
  background: rgba(237, 251, 246, 0.9);
  color: #32d296;
}

/* line 147, /app/app/assets/stylesheets/modules/_uikit_theme.scss */
.myuk-flash-warning {
  background: rgba(255, 246, 238, 0.9);
  color: #faa05a;
}

/* line 152, /app/app/assets/stylesheets/modules/_uikit_theme.scss */
.myuk-flash-danger {
  background: rgba(254, 244, 246, 0.9);
  color: #f0506e;
}

/* line 170, /app/app/assets/stylesheets/modules/_uikit_theme.scss */
.myuk-label-orange {
  display: inline-block;
  padding: 0 10px;
  background: #f39c12;
  line-height: 1.5;
  font-size: .875rem;
  color: #fff;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 2px;
  text-transform: uppercase;
}

/* line 174, /app/app/assets/stylesheets/modules/_uikit_theme.scss */
.myuk-label-green {
  display: inline-block;
  padding: 0 10px;
  background: #27ae60;
  line-height: 1.5;
  font-size: .875rem;
  color: #fff;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 2px;
  text-transform: uppercase;
}

/* line 178, /app/app/assets/stylesheets/modules/_uikit_theme.scss */
.myuk-label-blue {
  display: inline-block;
  padding: 0 10px;
  background: #3498db;
  line-height: 1.5;
  font-size: .875rem;
  color: #fff;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 2px;
  text-transform: uppercase;
}

/* line 182, /app/app/assets/stylesheets/modules/_uikit_theme.scss */
.myuk-label-gray {
  display: inline-block;
  padding: 0 10px;
  background: #95a5a6;
  line-height: 1.5;
  font-size: .875rem;
  color: #fff;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 2px;
  text-transform: uppercase;
}

/* line 186, /app/app/assets/stylesheets/modules/_uikit_theme.scss */
.myuk-word-break {
  word-break: break-all;
}

/* line 190, /app/app/assets/stylesheets/modules/_uikit_theme.scss */
.remove-uk-table-divider {
  border-top: none !important;
}

/* line 1, /app/app/assets/stylesheets/modules/shared/_avatar.scss */
.avatar {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  border: solid 1px rgba(0, 0, 0, 0.08);
}

/* line 9, /app/app/assets/stylesheets/modules/shared/_avatar.scss */
.avatar-lg {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  border: solid 1px rgba(0, 0, 0, 0.08);
}

/* line 41, /app/app/assets/stylesheets/modules/shared/_avatar.scss */
.avatar-button {
  position: relative;
  padding: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: solid 1px rgba(0, 0, 0, 0.08);
  transition: opacity 0.2s;
}
/* line 49, /app/app/assets/stylesheets/modules/shared/_avatar.scss */
.avatar-button:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6) url(/assets/icon_camera-80c68ef62e99ad296dd794ad6a550b5e58affb0a601527979e190708505f032d.png) no-repeat center/30px;
  cursor: pointer;
}
/* line 60, /app/app/assets/stylesheets/modules/shared/_avatar.scss */
.avatar-button:hover {
  opacity: .7;
}
/* line 63, /app/app/assets/stylesheets/modules/shared/_avatar.scss */
.avatar-button__image {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
}

/* line 71, /app/app/assets/stylesheets/modules/shared/_avatar.scss */
.avatar-button-lg {
  position: relative;
  padding: 0;
  border-radius: 50%;
  border: solid 1px rgba(0, 0, 0, 0.08);
  transition: opacity 0.2s;
  width: 120px;
  height: 120px;
}
/* line 23, /app/app/assets/stylesheets/modules/shared/_avatar.scss */
.avatar-button-lg:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  cursor: pointer;
}
/* line 31, /app/app/assets/stylesheets/modules/shared/_avatar.scss */
.avatar-button-lg:hover {
  opacity: .7;
}
/* line 75, /app/app/assets/stylesheets/modules/shared/_avatar.scss */
.avatar-button-lg:after {
  width: 120px;
  height: 120px;
  background: rgba(0, 0, 0, 0.6) url(/assets/icon_camera-80c68ef62e99ad296dd794ad6a550b5e58affb0a601527979e190708505f032d.png) no-repeat center/40px;
}
/* line 80, /app/app/assets/stylesheets/modules/shared/_avatar.scss */
.avatar-button-lg__image {
  object-fit: cover;
  border-radius: 50%;
  width: 120px;
  height: 120px;
}

/* line 29, /app/app/assets/stylesheets/modules/shared/_buttons.scss */
.button-orange {
  border: none;
  font-weight: bold;
  color: #fff;
  transition: opacity .3s;
  padding: 17px 14px;
  min-width: 208px;
  border-radius: 40px;
  background-image: linear-gradient(103deg, #ff8600 6%, #ff4271);
  letter-spacing: 0.64px;
  font-size: 14px;
}
/* line 7, /app/app/assets/stylesheets/modules/shared/_buttons.scss */
.button-orange:hover, .button-orange:focus {
  background-image: linear-gradient(101deg, #ff8600 6%, #ff4271 100%);
  color: #fff;
  opacity: .7;
  text-decoration: none;
}
/* line 15, /app/app/assets/stylesheets/modules/shared/_buttons.scss */
.button-orange:active,
.button-orange .active {
  background-image: linear-gradient(101deg, #ff8600 6%, #ff4271 100%);
  color: #fff;
}
/* line 21, /app/app/assets/stylesheets/modules/shared/_buttons.scss */
.button-orange:disabled {
  background-color: transparent;
  color: #999;
  border-color: #e5e5e5;
  background-image: none;
}
/* line 38, /app/app/assets/stylesheets/modules/shared/_buttons.scss */
.button-orange--small {
  border: none;
  font-weight: bold;
  color: #fff;
  transition: opacity .3s;
  padding: 0 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  height: 48px;
  border-radius: 35px;
  background-image: linear-gradient(108deg, #ff8600 6%, #ff4271 100%);
  text-align: center;
  letter-spacing: 0.88px;
  font-size: 14px;
}
/* line 7, /app/app/assets/stylesheets/modules/shared/_buttons.scss */
.button-orange--small:hover, .button-orange--small:focus {
  background-image: linear-gradient(101deg, #ff8600 6%, #ff4271 100%);
  color: #fff;
  opacity: .7;
  text-decoration: none;
}
/* line 15, /app/app/assets/stylesheets/modules/shared/_buttons.scss */
.button-orange--small:active,
.button-orange--small .active {
  background-image: linear-gradient(101deg, #ff8600 6%, #ff4271 100%);
  color: #fff;
}
/* line 21, /app/app/assets/stylesheets/modules/shared/_buttons.scss */
.button-orange--small:disabled {
  background-color: transparent;
  color: #999;
  border-color: #e5e5e5;
  background-image: none;
}
/* line 53, /app/app/assets/stylesheets/modules/shared/_buttons.scss */
.button-orange--large {
  border: none;
  font-weight: bold;
  color: #fff;
  transition: opacity .3s;
  padding: 0 14px;
  height: 64px;
  min-width: 320px;
  border-radius: 40px;
  background-image: linear-gradient(101deg, #ff8600 6%, #ff4271 100%);
  font-size: 22px;
}
/* line 7, /app/app/assets/stylesheets/modules/shared/_buttons.scss */
.button-orange--large:hover, .button-orange--large:focus {
  background-image: linear-gradient(101deg, #ff8600 6%, #ff4271 100%);
  color: #fff;
  opacity: .7;
  text-decoration: none;
}
/* line 15, /app/app/assets/stylesheets/modules/shared/_buttons.scss */
.button-orange--large:active,
.button-orange--large .active {
  background-image: linear-gradient(101deg, #ff8600 6%, #ff4271 100%);
  color: #fff;
}
/* line 21, /app/app/assets/stylesheets/modules/shared/_buttons.scss */
.button-orange--large:disabled {
  background-color: transparent;
  color: #999;
  border-color: #e5e5e5;
  background-image: none;
}
@media (max-width: 520px) {
  /* line 53, /app/app/assets/stylesheets/modules/shared/_buttons.scss */
  .button-orange--large {
    height: 50px;
    min-width: 80%;
    font-size: 16px;
  }
}

/* line 70, /app/app/assets/stylesheets/modules/shared/_buttons.scss */
.button-blue {
  position: relative;
  width: 200px;
  height: 48px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  border: none;
  background-color: #4aafde;
  transition: opacity 0.2s;
}
@media (max-width: 520px) {
  /* line 70, /app/app/assets/stylesheets/modules/shared/_buttons.scss */
  .button-blue {
    font-size: 12px;
  }
}
/* line 86, /app/app/assets/stylesheets/modules/shared/_buttons.scss */
.button-blue:hover, .button-blue:focus {
  text-decoration: none;
  opacity: .7;
}
/* line 92, /app/app/assets/stylesheets/modules/shared/_buttons.scss */
.button-blue:disabled {
  opacity: 0.3;
}

/* line 97, /app/app/assets/stylesheets/modules/shared/_buttons.scss */
.button-arrow {
  position: relative;
  width: 200px;
  height: 48px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  border: none;
  background-color: #4aafde;
  transition: opacity 0.2s;
}
/* line 109, /app/app/assets/stylesheets/modules/shared/_buttons.scss */
.button-arrow:hover, .button-arrow:focus {
  text-decoration: none;
  opacity: .7;
}
/* line 115, /app/app/assets/stylesheets/modules/shared/_buttons.scss */
.button-arrow:disabled {
  opacity: 0.3;
}
/* line 119, /app/app/assets/stylesheets/modules/shared/_buttons.scss */
.button-arrow:after {
  content: '';
  position: absolute;
  top: calc(50% - 6px);
  right: 28px;
  height: 12px;
  width: 8px;
  background: url(/assets/icon_right_arrow-27a86c44deff11b814b163ce1746739fd39a5238cbc80f984b3f207775c8467c.png) no-repeat center/cover;
}

/* line 130, /app/app/assets/stylesheets/modules/shared/_buttons.scss */
.button-outline {
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  border-radius: 24px;
  border: solid 1px #4aafde;
  background-color: #fdfdfd;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  color: #4aafde;
  transition: opacity .3s;
}
/* line 145, /app/app/assets/stylesheets/modules/shared/_buttons.scss */
.button-outline:hover, .button-outline:focus {
  opacity: .7;
  text-decoration: none;
  color: #4aafde;
}
/* line 152, /app/app/assets/stylesheets/modules/shared/_buttons.scss */
.button-outline:active,
.button-outline .active {
  opacity: .9;
}
/* line 157, /app/app/assets/stylesheets/modules/shared/_buttons.scss */
.button-outline:disabled {
  opacity: 0.3;
}

/* line 162, /app/app/assets/stylesheets/modules/shared/_buttons.scss */
.button-outline-normal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  height: 48px;
  border-radius: 4px;
  border: solid 1px #e5edf0;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.88px;
  text-align: center;
  color: #525c5a;
}
@media (max-width: 520px) {
  /* line 162, /app/app/assets/stylesheets/modules/shared/_buttons.scss */
  .button-outline-normal {
    padding: 0px;
    font-size: 12px;
  }
}
/* line 181, /app/app/assets/stylesheets/modules/shared/_buttons.scss */
.button-outline-normal:hover, .button-outline-normal:focus {
  text-decoration: none;
  opacity: .7;
  color: #525c5a;
}
/* line 188, /app/app/assets/stylesheets/modules/shared/_buttons.scss */
.button-outline-normal:active,
.button-outline-normal .active {
  opacity: .9;
  color: #525c5a;
}

/* line 6, /app/app/assets/stylesheets/modules/shared/_containers.scss */
.container-white {
  width: 100%;
  background-color: #fdfdfd;
  border-radius: 10px;
}
/* line 10, /app/app/assets/stylesheets/modules/shared/_containers.scss */
.container-white--hasFoot {
  width: 100%;
  background-color: #fdfdfd;
  border-radius: 10px 10px 0 0;
}
/* line 15, /app/app/assets/stylesheets/modules/shared/_containers.scss */
.container-white__inner {
  padding: 40px;
}
@media (max-width: 520px) {
  /* line 15, /app/app/assets/stylesheets/modules/shared/_containers.scss */
  .container-white__inner {
    padding: 20px;
  }
}
/* line 23, /app/app/assets/stylesheets/modules/shared/_containers.scss */
.container-white__foot {
  padding: 16px;
  border-radius: 0 0 10px 10px;
  border-top: 1px solid #e2edeb;
}

/* line 30, /app/app/assets/stylesheets/modules/shared/_containers.scss */
.container-primary {
  width: 100%;
  border-radius: 10px;
  background-color: #eef8f5;
}
/* line 35, /app/app/assets/stylesheets/modules/shared/_containers.scss */
.container-primary__inner {
  padding: 40px;
}

/* line 1, /app/app/assets/stylesheets/modules/shared/_displays.scss */
.display-hidden {
  display: none;
}

/* line 14, /app/app/assets/stylesheets/modules/shared/_forms.scss */
.radio-group {
  padding: 40px 40px 40px 16px;
  border-radius: 4px;
  background-color: #fff;
}
@media (max-width: 520px) {
  /* line 14, /app/app/assets/stylesheets/modules/shared/_forms.scss */
  .radio-group {
    padding: 24px 12px;
  }
}
/* line 23, /app/app/assets/stylesheets/modules/shared/_forms.scss */
.radio-group:nth-child(odd) {
  background-color: #edf8fa;
}
/* line 27, /app/app/assets/stylesheets/modules/shared/_forms.scss */
.radio-group__title {
  display: flex;
  align-items: center;
  margin-bottom: 36px;
}
/* line 33, /app/app/assets/stylesheets/modules/shared/_forms.scss */
.radio-group__index {
  margin: 0 16px 0 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background-color: #0fc8ad;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  padding: 16px;
}
@media (max-width: 520px) {
  /* line 33, /app/app/assets/stylesheets/modules/shared/_forms.scss */
  .radio-group__index {
    height: 20px;
    width: 20px;
    font-size: 10px;
    padding: 8px;
  }
}
/* line 55, /app/app/assets/stylesheets/modules/shared/_forms.scss */
.radio-group__text {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1.25px;
  color: #525c5a;
}
@media (max-width: 520px) {
  /* line 55, /app/app/assets/stylesheets/modules/shared/_forms.scss */
  .radio-group__text {
    font-size: 14px;
  }
}
/* line 69, /app/app/assets/stylesheets/modules/shared/_forms.scss */
.radio-group__subs {
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 442px;
}
@media (max-width: 520px) {
  /* line 69, /app/app/assets/stylesheets/modules/shared/_forms.scss */
  .radio-group__subs {
    width: 100%;
  }
}
/* line 82, /app/app/assets/stylesheets/modules/shared/_forms.scss */
.radio-group__sub--low {
  width: 90px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.75px;
  text-align: center;
  color: #e0627f;
}
@media (max-width: 520px) {
  /* line 82, /app/app/assets/stylesheets/modules/shared/_forms.scss */
  .radio-group__sub--low {
    font-size: 10px;
    display: flex;
  }
}
@media (max-width: 520px) {
  /* line 82, /app/app/assets/stylesheets/modules/shared/_forms.scss */
  .radio-group__sub--low {
    justify-content: flex-start;
  }
}
/* line 91, /app/app/assets/stylesheets/modules/shared/_forms.scss */
.radio-group__sub--medium {
  width: 90px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.75px;
  text-align: center;
  color: #525c5a;
}
@media (max-width: 520px) {
  /* line 91, /app/app/assets/stylesheets/modules/shared/_forms.scss */
  .radio-group__sub--medium {
    font-size: 10px;
    display: flex;
  }
}
@media (max-width: 520px) {
  /* line 91, /app/app/assets/stylesheets/modules/shared/_forms.scss */
  .radio-group__sub--medium {
    justify-content: center;
  }
}
/* line 100, /app/app/assets/stylesheets/modules/shared/_forms.scss */
.radio-group__sub--high {
  width: 90px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.75px;
  text-align: center;
  color: #4aafde;
}
@media (max-width: 520px) {
  /* line 100, /app/app/assets/stylesheets/modules/shared/_forms.scss */
  .radio-group__sub--high {
    font-size: 10px;
    display: flex;
  }
}
@media (max-width: 520px) {
  /* line 100, /app/app/assets/stylesheets/modules/shared/_forms.scss */
  .radio-group__sub--high {
    justify-content: flex-end;
  }
}
/* line 110, /app/app/assets/stylesheets/modules/shared/_forms.scss */
.radio-group__field {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 400px;
}
@media (max-width: 520px) {
  /* line 110, /app/app/assets/stylesheets/modules/shared/_forms.scss */
  .radio-group__field {
    width: 90%;
  }
}

/* line 123, /app/app/assets/stylesheets/modules/shared/_forms.scss */
.radio-button {
  display: none;
}

/* line 156, /app/app/assets/stylesheets/modules/shared/_forms.scss */
.radio-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1.25px;
  cursor: pointer;
  user-select: none;
  border: solid 2px #4aafde;
  background-color: #fff;
  color: #4aafde;
}
@media (max-width: 520px) {
  /* line 156, /app/app/assets/stylesheets/modules/shared/_forms.scss */
  .radio-label {
    width: 24px;
    height: 24px;
    font-size: 12px;
  }
}
/* line 146, /app/app/assets/stylesheets/modules/shared/_forms.scss */
.radio-label:hover, .radio-label:focus {
  opacity: .7;
}
/* line 151, /app/app/assets/stylesheets/modules/shared/_forms.scss */
.radio-label:active {
  opacity: .9;
}
@media (max-width: 520px) {
  /* line 156, /app/app/assets/stylesheets/modules/shared/_forms.scss */
  .radio-label {
    border: solid 1px #4aafde;
  }
}
/* line 166, /app/app/assets/stylesheets/modules/shared/_forms.scss */
.radio-label--checked {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1.25px;
  cursor: pointer;
  user-select: none;
  border: solid 2px #fff;
  background-color: #4aafde;
  color: #fff;
}
@media (max-width: 520px) {
  /* line 166, /app/app/assets/stylesheets/modules/shared/_forms.scss */
  .radio-label--checked {
    width: 24px;
    height: 24px;
    font-size: 12px;
  }
}
/* line 146, /app/app/assets/stylesheets/modules/shared/_forms.scss */
.radio-label--checked:hover, .radio-label--checked:focus {
  opacity: .7;
}
/* line 151, /app/app/assets/stylesheets/modules/shared/_forms.scss */
.radio-label--checked:active {
  opacity: .9;
}
@media (max-width: 520px) {
  /* line 166, /app/app/assets/stylesheets/modules/shared/_forms.scss */
  .radio-label--checked {
    border: solid 1px #fff;
  }
}
/* line 177, /app/app/assets/stylesheets/modules/shared/_forms.scss */
.radio-label--disabled {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1.25px;
  cursor: pointer;
  user-select: none;
  border: solid 2px #e3e3e3;
  background-color: #eee;
  color: #A8B4B2;
}
@media (max-width: 520px) {
  /* line 177, /app/app/assets/stylesheets/modules/shared/_forms.scss */
  .radio-label--disabled {
    width: 24px;
    height: 24px;
    font-size: 12px;
  }
}
/* line 146, /app/app/assets/stylesheets/modules/shared/_forms.scss */
.radio-label--disabled:hover, .radio-label--disabled:focus {
  opacity: .7;
}
/* line 151, /app/app/assets/stylesheets/modules/shared/_forms.scss */
.radio-label--disabled:active {
  opacity: .9;
}
@media (max-width: 520px) {
  /* line 177, /app/app/assets/stylesheets/modules/shared/_forms.scss */
  .radio-label--disabled {
    border: solid 1px #e3e3e3;
  }
}

/* line 189, /app/app/assets/stylesheets/modules/shared/_forms.scss */
.radio-button:checked + .radio-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1.25px;
  cursor: pointer;
  user-select: none;
  border: solid 2px #fff;
  background-color: #4aafde;
  color: #fff;
}
@media (max-width: 520px) {
  /* line 189, /app/app/assets/stylesheets/modules/shared/_forms.scss */
  .radio-button:checked + .radio-label {
    width: 24px;
    height: 24px;
    font-size: 12px;
  }
}
/* line 146, /app/app/assets/stylesheets/modules/shared/_forms.scss */
.radio-button:checked + .radio-label:hover, .radio-button:checked + .radio-label:focus {
  opacity: .7;
}
/* line 151, /app/app/assets/stylesheets/modules/shared/_forms.scss */
.radio-button:checked + .radio-label:active {
  opacity: .9;
}
@media (max-width: 520px) {
  /* line 189, /app/app/assets/stylesheets/modules/shared/_forms.scss */
  .radio-button:checked + .radio-label {
    border: solid 1px #fff;
  }
}

/* line 1, /app/app/assets/stylesheets/modules/shared/_input.scss */
.text-input {
  padding: 0 8px;
  height: 40px;
  border-radius: 2px;
  border: solid 1px #ccd4d8;
  background-color: #fafdff;
}
/* line 7, /app/app/assets/stylesheets/modules/shared/_input.scss */
.text-input::placeholder {
  font-size: 16px;
  letter-spacing: 0.8px;
  color: #83918f;
}

/* line 2, /app/app/assets/stylesheets/modules/shared/_margin.scss */
.margin-8 {
  margin: 8px;
}
/* line 4, /app/app/assets/stylesheets/modules/shared/_margin.scss */
.margin-8-top {
  margin-top: 8px;
}
/* line 7, /app/app/assets/stylesheets/modules/shared/_margin.scss */
.margin-8-bottom {
  margin-bottom: 8px;
}
/* line 10, /app/app/assets/stylesheets/modules/shared/_margin.scss */
.margin-8-left {
  margin-left: 8px;
}
/* line 13, /app/app/assets/stylesheets/modules/shared/_margin.scss */
.margin-8-right {
  margin-right: 8px;
}
/* line 17, /app/app/assets/stylesheets/modules/shared/_margin.scss */
.margin-16 {
  margin: 16px;
}
/* line 19, /app/app/assets/stylesheets/modules/shared/_margin.scss */
.margin-16-top {
  margin-top: 16px;
}
/* line 22, /app/app/assets/stylesheets/modules/shared/_margin.scss */
.margin-16-bottom {
  margin-bottom: 16px;
}
/* line 25, /app/app/assets/stylesheets/modules/shared/_margin.scss */
.margin-16-left {
  margin-left: 16px;
}
/* line 28, /app/app/assets/stylesheets/modules/shared/_margin.scss */
.margin-16-right {
  margin-right: 16px;
}
/* line 32, /app/app/assets/stylesheets/modules/shared/_margin.scss */
.margin-20 {
  margin: 20px;
}
/* line 34, /app/app/assets/stylesheets/modules/shared/_margin.scss */
.margin-20-top {
  margin-top: 20px;
}
/* line 37, /app/app/assets/stylesheets/modules/shared/_margin.scss */
.margin-20-bottom {
  margin-bottom: 20px;
}
/* line 40, /app/app/assets/stylesheets/modules/shared/_margin.scss */
.margin-20-left {
  margin-left: 20px;
}
/* line 43, /app/app/assets/stylesheets/modules/shared/_margin.scss */
.margin-20-right {
  margin-right: 20px;
}
/* line 47, /app/app/assets/stylesheets/modules/shared/_margin.scss */
.margin-24 {
  margin: 24px;
}
/* line 49, /app/app/assets/stylesheets/modules/shared/_margin.scss */
.margin-24-top {
  margin-top: 24px;
}
/* line 52, /app/app/assets/stylesheets/modules/shared/_margin.scss */
.margin-24-bottom {
  margin-bottom: 24px;
}
/* line 55, /app/app/assets/stylesheets/modules/shared/_margin.scss */
.margin-24-left {
  margin-left: 24px;
}
/* line 58, /app/app/assets/stylesheets/modules/shared/_margin.scss */
.margin-24-right {
  margin-right: 24px;
}
/* line 62, /app/app/assets/stylesheets/modules/shared/_margin.scss */
.margin-32 {
  margin: 32px;
}
/* line 64, /app/app/assets/stylesheets/modules/shared/_margin.scss */
.margin-32-top {
  margin-top: 32px;
}
/* line 67, /app/app/assets/stylesheets/modules/shared/_margin.scss */
.margin-32-bottom {
  margin-bottom: 32px;
}
/* line 70, /app/app/assets/stylesheets/modules/shared/_margin.scss */
.margin-32-left {
  margin-left: 32px;
}
/* line 73, /app/app/assets/stylesheets/modules/shared/_margin.scss */
.margin-32-right {
  margin-right: 32px;
}
/* line 77, /app/app/assets/stylesheets/modules/shared/_margin.scss */
.margin-40 {
  margin: 40px;
}
/* line 79, /app/app/assets/stylesheets/modules/shared/_margin.scss */
.margin-40-top {
  margin-top: 40px;
}
/* line 82, /app/app/assets/stylesheets/modules/shared/_margin.scss */
.margin-40-bottom {
  margin-bottom: 40px;
}
/* line 85, /app/app/assets/stylesheets/modules/shared/_margin.scss */
.margin-40-left {
  margin-left: 40px;
}
/* line 88, /app/app/assets/stylesheets/modules/shared/_margin.scss */
.margin-40-right {
  margin-right: 40px;
}
/* line 92, /app/app/assets/stylesheets/modules/shared/_margin.scss */
.margin-48 {
  margin: 48px;
}
/* line 94, /app/app/assets/stylesheets/modules/shared/_margin.scss */
.margin-48-top {
  margin-top: 48px;
}
/* line 97, /app/app/assets/stylesheets/modules/shared/_margin.scss */
.margin-48-bottom {
  margin-bottom: 48px;
}
/* line 100, /app/app/assets/stylesheets/modules/shared/_margin.scss */
.margin-48-left {
  margin-left: 48px;
}
/* line 103, /app/app/assets/stylesheets/modules/shared/_margin.scss */
.margin-48-right {
  margin-right: 48px;
}

/* line 109, /app/app/assets/stylesheets/modules/shared/_margin.scss */
.margin-none {
  margin: 0;
}

/* line 113, /app/app/assets/stylesheets/modules/shared/_margin.scss */
.margin-auto {
  margin: auto;
}

/* line 37, /app/app/assets/stylesheets/modules/shared/_popups.scss */
.popup-orange {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  height: 44px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  background-color: #ff6c06;
  white-space: nowrap;
}
@media (max-width: 520px) {
  /* line 37, /app/app/assets/stylesheets/modules/shared/_popups.scss */
  .popup-orange {
    white-space: normal;
  }
}
/* line 40, /app/app/assets/stylesheets/modules/shared/_popups.scss */
.popup-orange:before {
  content: '';
  position: absolute;
  top: -10px;
  left: calc(50% - 8px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 10px 8px;
  border-color: transparent transparent #ff6e06 transparent;
}
/* line 52, /app/app/assets/stylesheets/modules/shared/_popups.scss */
.popup-orange--down {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  height: 44px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  background-color: #ff6c06;
  white-space: nowrap;
}
@media (max-width: 520px) {
  /* line 52, /app/app/assets/stylesheets/modules/shared/_popups.scss */
  .popup-orange--down {
    white-space: normal;
  }
}
/* line 55, /app/app/assets/stylesheets/modules/shared/_popups.scss */
.popup-orange--down:before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: calc(50% - 8px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #ff6e06 transparent transparent transparent;
}
/* line 68, /app/app/assets/stylesheets/modules/shared/_popups.scss */
.popup-orange__text {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
/* line 72, /app/app/assets/stylesheets/modules/shared/_popups.scss */
.popup-orange__button {
  margin: 0 0 0 10px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.7) url(/assets/icon_close_orange-64deecc02b646b1bb04bd5c048eba70b48530ddd52e65721af51f5c71ba6588d.png) no-repeat center/8px;
}
/* line 32, /app/app/assets/stylesheets/modules/shared/_popups.scss */
.popup-orange__button:active {
  outline: none;
}

/* line 1, /app/app/assets/stylesheets/modules/shared/_positions.scss */
.pos-center {
  margin: auto;
}
/* line 3, /app/app/assets/stylesheets/modules/shared/_positions.scss */
.pos-center--horizontal {
  margin: 0 auto;
}
/* line 6, /app/app/assets/stylesheets/modules/shared/_positions.scss */
.pos-center--vertical {
  margin: auto 0;
}

/* line 1, /app/app/assets/stylesheets/modules/shared/_tables.scss */
.table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
/* line 5, /app/app/assets/stylesheets/modules/shared/_tables.scss */
.table tr {
  border-top: 1px solid #e2edeb;
}
/* line 8, /app/app/assets/stylesheets/modules/shared/_tables.scss */
.table td {
  padding: 24px 12px 24px 0;
  vertical-align: top;
}
/* line 11, /app/app/assets/stylesheets/modules/shared/_tables.scss */
.table td:first-of-type {
  padding: 24px 48px 24px 0;
}
/* line 15, /app/app/assets/stylesheets/modules/shared/_tables.scss */
.table__data {
  font-size: 16px;
  font-weight: 500;
  color: #525c5a;
}
/* line 20, /app/app/assets/stylesheets/modules/shared/_tables.scss */
.table__meta {
  font-size: 12px;
  letter-spacing: 0.75px;
  color: #83918f;
}
/* line 25, /app/app/assets/stylesheets/modules/shared/_tables.scss */
.table__label {
  white-space: nowrap;
  font-weight: 500;
  color: #83918f;
}

/* line 1, /app/app/assets/stylesheets/modules/shared/_texts.scss */
.text-lead {
  margin: 0 0 22px;
  line-height: 1.31;
  letter-spacing: 2.25px;
  font-size: 36px;
  font-weight: bold;
  color: #0daf97;
}
@media (max-width: 960px) {
  /* line 1, /app/app/assets/stylesheets/modules/shared/_texts.scss */
  .text-lead {
    font-size: 24px;
  }
}
@media (max-width: 520px) {
  /* line 1, /app/app/assets/stylesheets/modules/shared/_texts.scss */
  .text-lead {
    font-size: 18px;
  }
}
/* line 17, /app/app/assets/stylesheets/modules/shared/_texts.scss */
.text-lead--black {
  font-weight: bold;
  letter-spacing: 2.25px;
  font-size: 36px;
}
@media (max-width: 520px) {
  /* line 17, /app/app/assets/stylesheets/modules/shared/_texts.scss */
  .text-lead--black {
    font-size: 18px;
  }
}

/* line 28, /app/app/assets/stylesheets/modules/shared/_texts.scss */
.text-left {
  text-align: left;
}

/* line 32, /app/app/assets/stylesheets/modules/shared/_texts.scss */
.text-right {
  text-align: right;
}

/* line 36, /app/app/assets/stylesheets/modules/shared/_texts.scss */
.text-center {
  text-align: center;
}

/* line 40, /app/app/assets/stylesheets/modules/shared/_texts.scss */
.text-justify {
  text-align: justify;
}

/* line 44, /app/app/assets/stylesheets/modules/shared/_texts.scss */
.text-small {
  letter-spacing: 0.88px;
  font-size: 14px;
  font-weight: 500;
  color: #525c5a;
}
@media (max-width: 520px) {
  /* line 44, /app/app/assets/stylesheets/modules/shared/_texts.scss */
  .text-small {
    font-size: 12px;
  }
}

/* line 62, /app/app/assets/stylesheets/modules/shared/_texts.scss */
.text-normal {
  line-height: 1.5;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 500;
  color: #525c5a;
}
@media (max-width: 520px) {
  /* line 62, /app/app/assets/stylesheets/modules/shared/_texts.scss */
  .text-normal {
    line-height: 1.5;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 500;
  }
}
/* line 70, /app/app/assets/stylesheets/modules/shared/_texts.scss */
.text-normal--primary {
  color: #0daf97;
}
@media (max-width: 520px) {
  /* line 70, /app/app/assets/stylesheets/modules/shared/_texts.scss */
  .text-normal--primary {
    line-height: 1.5;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 500;
  }
}

/* line 79, /app/app/assets/stylesheets/modules/shared/_texts.scss */
.text-large {
  line-height: 1.5;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #525c5a;
}
@media (max-width: 520px) {
  /* line 79, /app/app/assets/stylesheets/modules/shared/_texts.scss */
  .text-large {
    line-height: 1;
    font-size: 18px;
  }
}
/* line 91, /app/app/assets/stylesheets/modules/shared/_texts.scss */
.text-large--primary {
  color: #0daf97;
}
@media (max-width: 520px) {
  /* line 91, /app/app/assets/stylesheets/modules/shared/_texts.scss */
  .text-large--primary {
    line-height: 1;
    font-size: 18px;
  }
}

/* line 101, /app/app/assets/stylesheets/modules/shared/_texts.scss */
.text-meta {
  font-size: 14px;
  letter-spacing: 0.88px;
  color: #83918f;
}

/* line 107, /app/app/assets/stylesheets/modules/shared/_texts.scss */
.text-link {
  color: #4aafde;
  text-decoration: none;
  cursor: pointer;
}
/* line 112, /app/app/assets/stylesheets/modules/shared/_texts.scss */
.text-link:hover {
  color: #4aafde;
  text-decoration: underline;
}

/* line 118, /app/app/assets/stylesheets/modules/shared/_texts.scss */
.text-bold {
  font-weight: bold;
}

/* line 122, /app/app/assets/stylesheets/modules/shared/_texts.scss */
.text-danger {
  color: #e0627f;
}

/* line 1, /app/app/assets/stylesheets/modules/shared/_textarea.scss */
.textarea {
  padding: 16px;
  width: 100%;
  border-radius: 4px;
  border: solid 1px #ccd4d8;
  background-color: #fafdff;
  line-height: 1.5;
  font-size: 16px;
  color: #525c5a;
  resize: vertical;
}
@media (max-width: 520px) {
  /* line 1, /app/app/assets/stylesheets/modules/shared/_textarea.scss */
  .textarea {
    padding: 14px;
    font-size: 12px;
  }
}
/* line 17, /app/app/assets/stylesheets/modules/shared/_textarea.scss */
.textarea::placeholder {
  font-size: 16px;
  line-height: 1.5;
  color: #83918f;
}
@media (max-width: 520px) {
  /* line 17, /app/app/assets/stylesheets/modules/shared/_textarea.scss */
  .textarea::placeholder {
    font-size: 12px;
  }
}

/* line 2, /app/app/assets/stylesheets/modules/shared/_field_with_errors.scss */
.field_with_errors {
  display: inline;
}

/* line 1, /app/app/assets/stylesheets/modules/_pagination.scss */
.pagination-list {
  padding-bottom: 45px;
}
/* line 4, /app/app/assets/stylesheets/modules/_pagination.scss */
.pagination-list a {
  border: 1px #c0ccd4 solid;
  border-radius: 4px;
  padding: 6px 8px;
  color: #888;
  background-color: #fff;
  transition: .3s;
  font-size: 22px;
  margin: 6px;
}
@media (max-width: 520px) {
  /* line 4, /app/app/assets/stylesheets/modules/_pagination.scss */
  .pagination-list a {
    padding: 4px 6px;
    margin: 3px;
    font-size: 12px;
  }
}
/* line 21, /app/app/assets/stylesheets/modules/_pagination.scss */
.pagination-list a:hover {
  background-color: #229dc9;
  text-decoration: none;
  color: #fff;
}
/* line 27, /app/app/assets/stylesheets/modules/_pagination.scss */
.pagination-list span {
  margin: 6px;
  font-size: 22px;
}
@media (max-width: 520px) {
  /* line 27, /app/app/assets/stylesheets/modules/_pagination.scss */
  .pagination-list span {
    margin: 3px;
    font-size: 12px;
  }
}

/* line 11, /app/app/assets/stylesheets/layouts/_dashboard.scss */
.c-dashboard {
  display: flex;
}
/* line 14, /app/app/assets/stylesheets/layouts/_dashboard.scss */
.c-dashboard__main {
  padding: 2rem 2rem 2rem 2rem;
  width: 100%;
  box-sizing: border-box;
  max-width: 1400px;
}
@media (max-width: 520px) {
  /* line 14, /app/app/assets/stylesheets/layouts/_dashboard.scss */
  .c-dashboard__main {
    padding: 2rem 0.5rem 1rem 0.5rem;
  }
}
/* line 18, /app/app/assets/stylesheets/layouts/_dashboard.scss */
.c-dashboard__main--detail {
  padding: 2rem 2rem 2rem 2rem;
  width: 100%;
  box-sizing: border-box;
  max-width: 1000px;
}
@media (max-width: 520px) {
  /* line 18, /app/app/assets/stylesheets/layouts/_dashboard.scss */
  .c-dashboard__main--detail {
    padding: 2rem 0.5rem 1rem 0.5rem;
  }
}
/* line 23, /app/app/assets/stylesheets/layouts/_dashboard.scss */
.c-dashboard__main--edit {
  padding: 2rem 2rem 2rem 2rem;
  width: 100%;
  box-sizing: border-box;
  max-width: 1000px;
}
@media (max-width: 520px) {
  /* line 23, /app/app/assets/stylesheets/layouts/_dashboard.scss */
  .c-dashboard__main--edit {
    padding: 2rem 0.5rem 1rem 0.5rem;
  }
}
/* line 29, /app/app/assets/stylesheets/layouts/_dashboard.scss */
.c-dashboard__messages {
  max-width: 1100px;
}

/* line 34, /app/app/assets/stylesheets/layouts/_dashboard.scss */
.c-flash {
  z-index: 1000;
  position: absolute;
  top: 66px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 520px) {
  /* line 34, /app/app/assets/stylesheets/layouts/_dashboard.scss */
  .c-flash {
    width: 80%;
  }
}
/* line 45, /app/app/assets/stylesheets/layouts/_dashboard.scss */
.c-flash__item {
  margin: 0 0 .1rem !important;
}
/* line 49, /app/app/assets/stylesheets/layouts/_dashboard.scss */
.c-flash__text {
  margin-right: 1rem;
}
@media (max-width: 520px) {
  /* line 49, /app/app/assets/stylesheets/layouts/_dashboard.scss */
  .c-flash__text {
    font-size: 14px;
  }
}

/* line 1, /app/app/assets/stylesheets/layouts/_sidemenu.scss */
.c-sidemenu {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  max-width: 240px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 520px) {
  /* line 1, /app/app/assets/stylesheets/layouts/_sidemenu.scss */
  .c-sidemenu {
    display: none;
  }
}
/* line 11, /app/app/assets/stylesheets/layouts/_sidemenu.scss */
.c-sidemenu__list {
  padding: 0;
  margin: 0;
}
/* line 16, /app/app/assets/stylesheets/layouts/_sidemenu.scss */
.c-sidemenu__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  list-style: none;
}
/* line 21, /app/app/assets/stylesheets/layouts/_sidemenu.scss */
.c-sidemenu__title {
  display: block;
  line-height: 1.4;
}
/* line 26, /app/app/assets/stylesheets/layouts/_sidemenu.scss */
.c-sidemenu__link {
  padding: 1rem;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
  color: #333;
  transition: all 0.2s ease-in;
  font-size: 16px;
}
/* line 35, /app/app/assets/stylesheets/layouts/_sidemenu.scss */
.c-sidemenu__link:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: #333;
  text-decoration: none;
}
/* line 42, /app/app/assets/stylesheets/layouts/_sidemenu.scss */
.c-sidemenu__parent {
  margin: 0;
  padding: 0 0 0 1.5rem;
}
/* line 47, /app/app/assets/stylesheets/layouts/_sidemenu.scss */
.c-sidemenu__child {
  padding: .5rem;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
  color: #333;
  transition: all 0.2s ease-in;
  font-size: 14px;
}
/* line 57, /app/app/assets/stylesheets/layouts/_sidemenu.scss */
.c-sidemenu__child:hover {
  color: #333;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 1, /app/app/assets/stylesheets/layouts/_header.scss */
.c-header {
  height: 66px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 5, /app/app/assets/stylesheets/layouts/_header.scss */
.c-header__thumbnail {
  padding: 16px 12px 10px;
  height: 100%;
  box-sizing: border-box;
}
/* line 10, /app/app/assets/stylesheets/layouts/_header.scss */
.c-header__thumbnail:hover {
  transition: all .4s ease;
}
/* line 4, /app/app/assets/stylesheets/base/_mixins.scss */
.c-header__thumbnail:hover:hover {
  opacity: .6;
  text-decoration: none;
}
/* line 15, /app/app/assets/stylesheets/layouts/_header.scss */
.c-header__logo {
  max-height: 100%;
}
/* line 19, /app/app/assets/stylesheets/layouts/_header.scss */
.c-header__menu {
  height: 100%;
  padding: 12px;
  box-sizing: border-box;
}
/* line 25, /app/app/assets/stylesheets/layouts/_header.scss */
.c-header__link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 1rem;
  text-transform: none;
}
/* line 34, /app/app/assets/stylesheets/layouts/_header.scss */
.c-header__item--mobile {
  display: none;
}
@media (max-width: 520px) {
  /* line 34, /app/app/assets/stylesheets/layouts/_header.scss */
  .c-header__item--mobile {
    display: block;
  }
}

/* line 44, /app/app/assets/stylesheets/layouts/_header.scss */
.l-header {
  display: flex;
  align-items: center;
  margin: 0 0 40px;
  width: 100%;
  height: 68px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06);
  background-color: #fff;
}
/* line 54, /app/app/assets/stylesheets/layouts/_header.scss */
.l-header__logo-wrap {
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  height: 100%;
  width: 136px;
  box-sizing: content-box;
  z-index: 2;
}
/* line 64, /app/app/assets/stylesheets/layouts/_header.scss */
.l-header__logo {
  width: 100%;
}
/* line 69, /app/app/assets/stylesheets/layouts/_header.scss */
.l-header__navContainer {
  margin: 40px auto;
  position: relative;
  width: 100%;
}
@media (max-width: 520px) {
  /* line 69, /app/app/assets/stylesheets/layouts/_header.scss */
  .l-header__navContainer {
    margin: 0 auto 40px auto;
    width: 90%;
  }
}
/* line 81, /app/app/assets/stylesheets/layouts/_header.scss */
.l-header__globalNav {
  margin: 0;
  position: relative;
}
@media (max-width: 520px) {
  /* line 81, /app/app/assets/stylesheets/layouts/_header.scss */
  .l-header__globalNav {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
  }
}
/* line 93, /app/app/assets/stylesheets/layouts/_header.scss */
.l-header__navList {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}
@media (max-width: 520px) {
  /* line 93, /app/app/assets/stylesheets/layouts/_header.scss */
  .l-header__navList {
    position: relative;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    left: 50%;
    padding: 10px;
    transform: translate(-50%, 0%);
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
/* line 117, /app/app/assets/stylesheets/layouts/_header.scss */
.l-header__onboardNavList {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}
@media (max-width: 520px) {
  /* line 117, /app/app/assets/stylesheets/layouts/_header.scss */
  .l-header__onboardNavList {
    position: relative;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    left: 50%;
    padding: 10px;
    transform: translate(-50%, 0%);
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
/* line 141, /app/app/assets/stylesheets/layouts/_header.scss */
.l-header__navItem {
  flex: 1;
}
/* line 144, /app/app/assets/stylesheets/layouts/_header.scss */
.l-header__navItem a {
  border-right: 1px solid #ccc;
  color: #333;
  display: block;
  padding: 0.6em 0.4em;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 520px) {
  /* line 144, /app/app/assets/stylesheets/layouts/_header.scss */
  .l-header__navItem a {
    border-bottom: 1px solid #ccc;
    border-right: none;
    color: #fff;
    padding: 1.5rem 1rem;
    text-align: left;
  }
}
/* line 161, /app/app/assets/stylesheets/layouts/_header.scss */
.l-header__navItem:last-child a {
  border-right: none;
}
@media (max-width: 520px) {
  /* line 161, /app/app/assets/stylesheets/layouts/_header.scss */
  .l-header__navItem:last-child a {
    border-bottom: none;
  }
}
/* line 170, /app/app/assets/stylesheets/layouts/_header.scss */
.l-header__navLink {
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  height: 100%;
  font-size: 14px;
  letter-spacing: 0.88px;
  color: #525c5a;
  transition: opacity 0.2s;
}
@media (max-width: 520px) {
  /* line 170, /app/app/assets/stylesheets/layouts/_header.scss */
  .l-header__navLink {
    height: unset;
  }
}
/* line 184, /app/app/assets/stylesheets/layouts/_header.scss */
.l-header__navLink:hover {
  opacity: .7;
  color: #525c5a;
  text-decoration: none;
}
/* line 192, /app/app/assets/stylesheets/layouts/_header.scss */
.l-header__navIcon {
  display: none;
}
@media (max-width: 520px) {
  /* line 192, /app/app/assets/stylesheets/layouts/_header.scss */
  .l-header__navIcon {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-size: 28px;
    position: absolute;
    right: 36px;
    z-index: 2;
  }
}
@media (max-width: 520px) {
  /* line 207, /app/app/assets/stylesheets/layouts/_header.scss */
  .l-header__navHamberger {
    height: 50px;
  }
  /* line 212, /app/app/assets/stylesheets/layouts/_header.scss */
  .l-header__navLayer {
    z-index: 90;
  }
  /* line 217, /app/app/assets/stylesheets/layouts/_header.scss */
  .l-header__navIconLayer {
    z-index: 95;
  }
}
/* line 222, /app/app/assets/stylesheets/layouts/_header.scss */
.l-header__pcHidden {
  display: none;
}
@media (max-width: 520px) {
  /* line 222, /app/app/assets/stylesheets/layouts/_header.scss */
  .l-header__pcHidden {
    display: unset;
  }
}
/* line 230, /app/app/assets/stylesheets/layouts/_header.scss */
.l-header__mobileHidden {
  display: unset;
}
@media (max-width: 520px) {
  /* line 230, /app/app/assets/stylesheets/layouts/_header.scss */
  .l-header__mobileHidden {
    display: none;
  }
}
/* line 239, /app/app/assets/stylesheets/layouts/_header.scss */
.l-header__mobileChatIcon {
  display: none;
}
@media (max-width: 520px) {
  /* line 239, /app/app/assets/stylesheets/layouts/_header.scss */
  .l-header__mobileChatIcon {
    cursor: pointer;
    display: inline-block;
    font-size: 28px;
    position: absolute;
    right: 90px;
    z-index: 2;
  }
}
/* line 252, /app/app/assets/stylesheets/layouts/_header.scss */
.l-header__room {
  position: relative;
  height: 24px;
  width: 24px;
  background: url(/assets/icon_chat-7b088f40704dd14d2bdcc1b6ddc87df8d3c4aa2a64e786393d180198fe5f5a68.png) no-repeat center/cover;
}
/* line 258, /app/app/assets/stylesheets/layouts/_header.scss */
.l-header__room--badge {
  position: absolute;
  top: -4px;
  right: -6px;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background-color: #ea244a;
}
/* line 269, /app/app/assets/stylesheets/layouts/_header.scss */
.l-header__roomItem {
  padding: 18px 0;
  height: 100%;
  width: 88px;
}
/* line 274, /app/app/assets/stylesheets/layouts/_header.scss */
.l-header__roomItem:last-of-type > a {
  border-right: 1px solid #eeeeee;
}
/* line 279, /app/app/assets/stylesheets/layouts/_header.scss */
.l-header__roomLink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  border-left: 1px solid #eeeeee;
  transition: opacity 0.2s;
}
@media (max-width: 520px) {
  /* line 279, /app/app/assets/stylesheets/layouts/_header.scss */
  .l-header__roomLink {
    border-left: unset;
  }
}
/* line 292, /app/app/assets/stylesheets/layouts/_header.scss */
.l-header__roomLink:hover {
  opacity: .7;
}
/* line 298, /app/app/assets/stylesheets/layouts/_header.scss */
.l-header__user {
  position: relative;
  height: 100%;
}
/* line 303, /app/app/assets/stylesheets/layouts/_header.scss */
.l-header__userLink {
  padding-right: 24px;
  display: inline-flex;
  align-items: center;
  height: 100%;
  cursor: pointer;
  transition: all 0.2s;
}
/* line 311, /app/app/assets/stylesheets/layouts/_header.scss */
.l-header__userLink:hover {
  opacity: .7;
}
/* line 314, /app/app/assets/stylesheets/layouts/_header.scss */
.l-header__userLink:hover > span {
  background-color: #d2ece8;
}
/* line 320, /app/app/assets/stylesheets/layouts/_header.scss */
.l-header__userAvatar {
  margin: 0 12px 0 0;
  height: 40px;
  width: 40px;
  object-fit: cover;
  border-radius: 50%;
  border: solid 1px rgba(0, 0, 0, 0.06);
}
/* line 329, /app/app/assets/stylesheets/layouts/_header.scss */
.l-header__userArrow {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: url(/assets/icon_arrow_down_gray-4b47ae84dee197235015f303062b82fd0c7227f49dfd0f3b7c58f68abd6b4468.png) no-repeat center/12px;
}
/* line 336, /app/app/assets/stylesheets/layouts/_header.scss */
.l-header__userNav {
  z-index: 300;
  position: absolute;
  bottom: -100px;
  right: 20px;
  padding: 0 16px;
  width: 240px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background-color: #fff;
  white-space: nowrap;
}
/* line 349, /app/app/assets/stylesheets/layouts/_header.scss */
.l-header__userNavItem {
  width: 100%;
  border-bottom: 1px solid #e2edeb;
}
/* line 353, /app/app/assets/stylesheets/layouts/_header.scss */
.l-header__userNavItem:last-of-type {
  border: none;
}
/* line 358, /app/app/assets/stylesheets/layouts/_header.scss */
.l-header__userNavLink {
  padding: 16px 0;
  display: inline-block;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.88px;
  color: #525c5a;
}
/* line 367, /app/app/assets/stylesheets/layouts/_header.scss */
.l-header__userNavLink:hover {
  opacity: .7;
  color: #525c5a;
  text-decoration: none;
}

/* line 1, /app/app/assets/stylesheets/layouts/_footer.scss */
.c-footer {
  padding: 2rem 0 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: auto;
}
/* line 6, /app/app/assets/stylesheets/layouts/_footer.scss */
.c-footer__nav {
  margin: 0 auto 20px;
}

/* line 11, /app/app/assets/stylesheets/layouts/_footer.scss */
.c-copyright {
  text-align: center;
  font-size: 12px;
  color: #333;
}
/* line 16, /app/app/assets/stylesheets/layouts/_footer.scss */
.c-copyright:before {
  content: '©';
  margin: 0 2px 0 0;
  display: inline-block;
  vertical-align: text-top;
  font-size: 16px;
  color: #767676;
}

/* line 1, /app/app/assets/stylesheets/layouts/_main.scss */
.l-main {
  padding: 8px;
  background-image: linear-gradient(141deg, #6ad0e0, #44d3b4);
}
/* line 5, /app/app/assets/stylesheets/layouts/_main.scss */
.l-main__inner {
  background-color: #f7f5f0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* line 13, /app/app/assets/stylesheets/layouts/_main.scss */
.l-main-content {
  position: relative;
  margin: 0 auto 40px;
  width: 640px;
}
@media (max-width: 960px) {
  /* line 13, /app/app/assets/stylesheets/layouts/_main.scss */
  .l-main-content {
    width: 70%;
  }
}
@media (max-width: 520px) {
  /* line 13, /app/app/assets/stylesheets/layouts/_main.scss */
  .l-main-content {
    width: 90%;
  }
}

/* line 1, /app/app/assets/stylesheets/pages/admin/_admin.scss */
.adminShow {
  position: relative;
}

/* line 5, /app/app/assets/stylesheets/pages/admin/_admin.scss */
.adminShow-head {
  display: inline-block;
  margin: 0 0 1rem;
}
/* line 9, /app/app/assets/stylesheets/pages/admin/_admin.scss */
.adminShow-head__image {
  max-height: 200px;
}
/* line 13, /app/app/assets/stylesheets/pages/admin/_admin.scss */
.adminShow-head__info {
  margin: auto;
}
/* line 17, /app/app/assets/stylesheets/pages/admin/_admin.scss */
.adminShow-head__furigana {
  margin: 0;
}
/* line 21, /app/app/assets/stylesheets/pages/admin/_admin.scss */
.adminShow-head__name {
  margin: 0 0 1rem;
}
/* line 25, /app/app/assets/stylesheets/pages/admin/_admin.scss */
.adminShow-head__plan {
  width: 140px;
  border-radius: 8px;
  text-align: center;
  background-image: linear-gradient(135deg, #fdfe23, #f2b40b 30%, #f09302 40%, #cc7706 50%, #9b8210 60%, #bd8324);
}
/* line 31, /app/app/assets/stylesheets/pages/admin/_admin.scss */
.adminShow-head__plan span {
  font-weight: bold;
  color: #fff;
}

/* line 38, /app/app/assets/stylesheets/pages/admin/_admin.scss */
.adminShow-action {
  z-index: 100;
  position: fixed !important;
  bottom: 10px;
  right: 0;
  max-width: 1100px;
  box-sizing: border-box;
}
/* line 46, /app/app/assets/stylesheets/pages/admin/_admin.scss */
.adminShow-action__button {
  margin: 0 .5rem 0 0 !important;
}

/* line 53, /app/app/assets/stylesheets/pages/admin/_admin.scss */
.adminNew-table__td--nw {
  white-space: nowrap;
  vertical-align: middle !important;
}

/* line 60, /app/app/assets/stylesheets/pages/admin/_admin.scss */
.adminNew-section {
  margin: 0 0 1rem;
}
/* line 63, /app/app/assets/stylesheets/pages/admin/_admin.scss */
.adminNew-section__inner {
  padding: 0 0 0 .6rem;
}

/* line 69, /app/app/assets/stylesheets/pages/admin/_admin.scss */
.adminNew-form__control {
  margin: 0 0 .8rem;
  max-width: 500px;
}
/* line 73, /app/app/assets/stylesheets/pages/admin/_admin.scss */
.adminNew-form__control--lg {
  margin: 1rem 0 1.4rem;
  max-width: 700px;
}
/* line 79, /app/app/assets/stylesheets/pages/admin/_admin.scss */
.adminNew-form__submit {
  width: 200px;
}
/* line 83, /app/app/assets/stylesheets/pages/admin/_admin.scss */
.adminNew-form__foot {
  max-width: 500px;
  text-align: center;
}
/* line 88, /app/app/assets/stylesheets/pages/admin/_admin.scss */
.adminNew-form__button-password {
  width: 100px;
}
/* line 92, /app/app/assets/stylesheets/pages/admin/_admin.scss */
.adminNew-form__switch {
  display: inline-block;
  padding: .5rem .6rem;
  cursor: pointer;
}
/* line 98, /app/app/assets/stylesheets/pages/admin/_admin.scss */
.adminNew-form__check {
  margin: 0 0 .4rem !important;
}
/* line 102, /app/app/assets/stylesheets/pages/admin/_admin.scss */
.adminNew-form__check-label {
  padding: .4rem 0 .2rem .6rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  text-align: left;
  transition: background-color .2s;
  cursor: pointer;
}
/* line 112, /app/app/assets/stylesheets/pages/admin/_admin.scss */
.adminNew-form__check-label:hover {
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.08);
}
/* line 118, /app/app/assets/stylesheets/pages/admin/_admin.scss */
.adminNew-form__check-text {
  font-size: 13px;
  margin: 0 0 0 .2rem;
}

/* line 125, /app/app/assets/stylesheets/pages/admin/_admin.scss */
.adminModal-form__control {
  margin: 0 0 1rem;
}

/* line 2, /app/app/assets/stylesheets/modules/_consultant_badge.scss */
.adminConsultantBadge__preview {
  display: none;
  max-width: 200px;
  max-height: 200px;
  object-fit: contain;
  margin-top: 16px;
  justify-content: center;
}
/* line 11, /app/app/assets/stylesheets/modules/_consultant_badge.scss */
.adminConsultantBadge__item {
  margin: 8px;
}
@media (max-width: 520px) {
  /* line 11, /app/app/assets/stylesheets/modules/_consultant_badge.scss */
  .adminConsultantBadge__item {
    margin: 14px;
  }
}
/* line 19, /app/app/assets/stylesheets/modules/_consultant_badge.scss */
.adminConsultantBadge__image {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
/* line 24, /app/app/assets/stylesheets/modules/_consultant_badge.scss */
.adminConsultantBadge__image--small {
  max-width: 60px;
  max-height: 60px;
  width: auto;
  height: auto;
}
/* line 32, /app/app/assets/stylesheets/modules/_consultant_badge.scss */
.adminConsultantBadge__tooltip {
  position: relative;
  display: inline-block;
}
/* line 36, /app/app/assets/stylesheets/modules/_consultant_badge.scss */
.adminConsultantBadge__tooltip--text {
  visibility: hidden;
  background-color: grey;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
  white-space: nowrap;
  max-width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 56, /app/app/assets/stylesheets/modules/_consultant_badge.scss */
.adminConsultantBadge__tooltip:hover .consultantBadge__tooltip--text {
  visibility: visible;
  opacity: 1;
}
/* line 5, /app/app/assets/stylesheets/pages/admin/_consultant_badges.scss */
.adminConsultantBadge__tooltip:hover .adminConsultantBadge__tooltip--text {
  visibility: visible;
  opacity: 1;
}

/* line 13, /app/app/assets/stylesheets/pages/admin/_consultant_badges.scss */
.adminConsultantBadgeOption__container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
/* line 20, /app/app/assets/stylesheets/pages/admin/_consultant_badges.scss */
.adminConsultantBadgeOption__label {
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* line 26, /app/app/assets/stylesheets/pages/admin/_consultant_badges.scss */
.adminConsultantBadgeOption__label:link {
  text-decoration: none;
}
/* line 30, /app/app/assets/stylesheets/pages/admin/_consultant_badges.scss */
.adminConsultantBadgeOption__image {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 4px;
  border: 3px solid transparent;
  cursor: pointer;
  padding: 4px;
}
/* line 40, /app/app/assets/stylesheets/pages/admin/_consultant_badges.scss */
.adminConsultantBadgeOption__checkbox {
  display: none;
}
/* line 45, /app/app/assets/stylesheets/pages/admin/_consultant_badges.scss */
.adminConsultantBadgeOption__checkbox:not(:checked) + .adminConsultantBadgeOption__image {
  filter: grayscale(100%);
}
/* line 51, /app/app/assets/stylesheets/pages/admin/_consultant_badges.scss */
.adminConsultantBadgeOption__checkbox:checked + .adminConsultantBadgeOption__image {
  border-color: #4aafde;
}

/* line 2, /app/app/assets/stylesheets/pages/_consultants.scss */
.cc-login__inner {
  margin: 0 auto;
  padding: 6rem 0 8rem;
  max-width: 500px;
  width: 100%;
}

/* line 10, /app/app/assets/stylesheets/pages/_consultants.scss */
.cc-login-form {
  margin: 0 auto;
  max-width: 400px;
  width: 100%;
}
/* line 15, /app/app/assets/stylesheets/pages/_consultants.scss */
.cc-login-form__control {
  margin: 0 0 1rem;
}

/* line 20, /app/app/assets/stylesheets/pages/_consultants.scss */
.user-header {
  min-width: 500px;
}

/* line 24, /app/app/assets/stylesheets/pages/_consultants.scss */
.ccProfile-head {
  display: inline-block;
  margin: 0 0 1rem;
}
/* line 28, /app/app/assets/stylesheets/pages/_consultants.scss */
.ccProfile-head__image {
  max-height: 200px;
}
/* line 32, /app/app/assets/stylesheets/pages/_consultants.scss */
.ccProfile-head__info {
  margin: auto;
}
/* line 36, /app/app/assets/stylesheets/pages/_consultants.scss */
.ccProfile-head__furigana {
  margin: 0;
}
/* line 40, /app/app/assets/stylesheets/pages/_consultants.scss */
.ccProfile-head__name {
  margin: 0 0 1rem;
}

/* line 45, /app/app/assets/stylesheets/pages/_consultants.scss */
.ccProfile-section {
  margin: 0 0 1rem;
  width: 100%;
}
/* line 49, /app/app/assets/stylesheets/pages/_consultants.scss */
.ccProfile-section__badge {
  margin: 0 .5rem 0 0;
}

/* line 55, /app/app/assets/stylesheets/pages/_consultants.scss */
.ccEdit-form__control {
  margin: 0 0 2rem;
  width: 400px;
}
/* line 59, /app/app/assets/stylesheets/pages/_consultants.scss */
.ccEdit-form__control--profile {
  width: 860px;
}
/* line 64, /app/app/assets/stylesheets/pages/_consultants.scss */
.ccEdit-form__thumb {
  max-width: 200px;
  max-height: 200px;
  overflow: hidden !important;
}
/* line 70, /app/app/assets/stylesheets/pages/_consultants.scss */
.ccEdit-form__image {
  max-width: 100%;
  max-height: 100%;
}
/* line 75, /app/app/assets/stylesheets/pages/_consultants.scss */
.ccEdit-form__imageField {
  display: none;
}
/* line 79, /app/app/assets/stylesheets/pages/_consultants.scss */
.ccEdit-form__multiImageField {
  display: none;
  margin-bottom: 15px;
}
/* line 84, /app/app/assets/stylesheets/pages/_consultants.scss */
.ccEdit-form__multiImagePreview {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: flex-start;
}
/* line 92, /app/app/assets/stylesheets/pages/_consultants.scss */
.ccEdit-form__imageContainer {
  position: relative;
  margin-bottom: 15px;
  width: 200px;
  height: 200px;
}
/* line 98, /app/app/assets/stylesheets/pages/_consultants.scss */
.ccEdit-form__imageContainer.marked-for-deletion {
  opacity: 0.5;
}
/* line 101, /app/app/assets/stylesheets/pages/_consultants.scss */
.ccEdit-form__imageContainer.marked-for-deletion .ccEdit-form__thumbnailImage {
  border: 2px dashed #f0506e;
}
/* line 107, /app/app/assets/stylesheets/pages/_consultants.scss */
.ccEdit-form__imageWrapper {
  position: relative;
  width: 100%;
  padding-top: 100%;
  border-radius: 4px;
  overflow: hidden;
}
/* line 115, /app/app/assets/stylesheets/pages/_consultants.scss */
.ccEdit-form__thumbnailImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid #e5e5e5;
}
/* line 125, /app/app/assets/stylesheets/pages/_consultants.scss */
.ccEdit-form__deleteButton {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1;
}
/* line 142, /app/app/assets/stylesheets/pages/_consultants.scss */
.ccEdit-form__deleteButton:hover {
  background-color: rgba(240, 80, 110, 0.8);
}
/* line 146, /app/app/assets/stylesheets/pages/_consultants.scss */
.ccEdit-form__deleteButton i {
  font-size: 14px;
}
/* line 151, /app/app/assets/stylesheets/pages/_consultants.scss */
.ccEdit-form__textarea {
  min-height: 10em;
  max-width: 580px;
  resize: auto;
}
/* line 157, /app/app/assets/stylesheets/pages/_consultants.scss */
.ccEdit-form__checkbox {
  min-height: 10em;
  max-width: 580px;
  resize: auto;
}
/* line 163, /app/app/assets/stylesheets/pages/_consultants.scss */
.ccEdit-form__checkbox-label {
  margin: .1rem !important;
}
/* line 167, /app/app/assets/stylesheets/pages/_consultants.scss */
.ccEdit-form__foot {
  text-align: center;
}
/* line 171, /app/app/assets/stylesheets/pages/_consultants.scss */
.ccEdit-form__button-disable {
  display: none;
}
/* line 175, /app/app/assets/stylesheets/pages/_consultants.scss */
.ccEdit-form__check {
  margin: 0 0 .4rem !important;
}
/* line 179, /app/app/assets/stylesheets/pages/_consultants.scss */
.ccEdit-form__check-label {
  padding: .4rem 0 .2rem .6rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  text-align: left;
  transition: background-color .2s;
  cursor: pointer;
}
/* line 189, /app/app/assets/stylesheets/pages/_consultants.scss */
.ccEdit-form__check-label:hover {
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.08);
}
/* line 195, /app/app/assets/stylesheets/pages/_consultants.scss */
.ccEdit-form__check-text {
  font-size: 13px;
  margin: 0 0 0 .2rem;
}
/* line 200, /app/app/assets/stylesheets/pages/_consultants.scss */
.ccEdit-form__addImageBox {
  border: 2px dashed #999;
  width: 100%;
  padding-top: 100%;
  position: relative;
  border-radius: 4px;
  transition: background-color .2s;
  cursor: pointer;
  margin-bottom: 15px;
  display: inline-block;
}
/* line 212, /app/app/assets/stylesheets/pages/_consultants.scss */
.ccEdit-form__addImageBox:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
/* line 216, /app/app/assets/stylesheets/pages/_consultants.scss */
.ccEdit-form__addImageBox i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: #999;
}

/* line 226, /app/app/assets/stylesheets/pages/_consultants.scss */
.ccPickup-list {
  margin: 0 0 0 -32px;
  padding: 0;
}

/* line 231, /app/app/assets/stylesheets/pages/_consultants.scss */
.ccPickup-item {
  position: relative;
  margin: 0 0 0 32px;
  max-width: 300px;
  width: 300px;
  list-style: none;
}
/* line 238, /app/app/assets/stylesheets/pages/_consultants.scss */
.ccPickup-item__inner {
  padding: 32px 0 0;
  display: inline-block;
  width: 100%;
}
/* line 244, /app/app/assets/stylesheets/pages/_consultants.scss */
.ccPickup-item__label {
  position: absolute;
  top: 0;
  right: 0;
}
/* line 250, /app/app/assets/stylesheets/pages/_consultants.scss */
.ccPickup-item__front {
  margin: 0 auto;
  position: relative;
  height: 168px;
  width: 168px;
}
/* line 257, /app/app/assets/stylesheets/pages/_consultants.scss */
.ccPickup-item__thumb {
  border: 1px solid #999;
  height: 168px;
  width: 168px;
  border-radius: 50%;
  overflow: hidden;
}
/* line 265, /app/app/assets/stylesheets/pages/_consultants.scss */
.ccPickup-item__image {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
/* line 289, /app/app/assets/stylesheets/pages/_consultants.scss */
.ccPickup-item__rate-symbol {
  margin: 0 0 0 2px;
  font-size: 14px;
}
/* line 295, /app/app/assets/stylesheets/pages/_consultants.scss */
.ccPickup-item__rate--high {
  position: absolute;
  bottom: -20px;
  right: -10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 62px;
  width: 62px;
  box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  background-color: #fff;
  font-size: 24px;
  font-weight: bold;
  border-color: #F0506E;
  color: #F0506E;
}
/* line 302, /app/app/assets/stylesheets/pages/_consultants.scss */
.ccPickup-item__rate--medium {
  position: absolute;
  bottom: -20px;
  right: -10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 62px;
  width: 62px;
  box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  background-color: #fff;
  font-size: 24px;
  font-weight: bold;
  border-color: #F39C12;
  color: #F39C12;
}
/* line 309, /app/app/assets/stylesheets/pages/_consultants.scss */
.ccPickup-item__rate--low {
  position: absolute;
  bottom: -20px;
  right: -10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 62px;
  width: 62px;
  box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  background-color: #fff;
  font-size: 24px;
  font-weight: bold;
  border-color: #27AE60;
  color: #27AE60;
}
/* line 317, /app/app/assets/stylesheets/pages/_consultants.scss */
.ccPickup-item__profile {
  padding: 0 32px;
  margin: 32px 0;
  text-align: center;
}
/* line 323, /app/app/assets/stylesheets/pages/_consultants.scss */
.ccPickup-item__furigana {
  margin: 0 0 2px;
  font-size: 12px;
  color: #999;
}
/* line 329, /app/app/assets/stylesheets/pages/_consultants.scss */
.ccPickup-item__name {
  margin: 0;
  font-size: 20px;
  color: #000;
}
/* line 335, /app/app/assets/stylesheets/pages/_consultants.scss */
.ccPickup-item__message {
  min-height: 80px;
  border-top: 1px solid #999;
  font-size: 14px;
  color: #333;
}

/* line 344, /app/app/assets/stylesheets/pages/_consultants.scss */
.consultantProfile__head {
  display: flex;
  justify-content: center;
}
/* line 349, /app/app/assets/stylesheets/pages/_consultants.scss */
.consultantProfile__area {
  max-width: 620px;
  overflow-wrap: break-word;
}
/* line 354, /app/app/assets/stylesheets/pages/_consultants.scss */
.consultantProfile__text {
  font-size: 16px;
  font-weight: normal;
  color: #666;
}
@media (max-width: 520px) {
  /* line 354, /app/app/assets/stylesheets/pages/_consultants.scss */
  .consultantProfile__text {
    font-size: 12px;
  }
}
/* line 364, /app/app/assets/stylesheets/pages/_consultants.scss */
.consultantProfile__experience-tag {
  display: inline-block;
  padding: 4px 8px;
  margin: 0 8px 8px 0;
  border: 1px solid #0daf97;
  border-radius: 16px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  color: #0daf97;
}
@media (max-width: 520px) {
  /* line 364, /app/app/assets/stylesheets/pages/_consultants.scss */
  .consultantProfile__experience-tag {
    font-size: 14px;
  }
}

/* line 382, /app/app/assets/stylesheets/pages/_consultants.scss */
.consultantProfileEdit__field {
  margin: 0 0 16px;
  width: 100%;
}
/* line 387, /app/app/assets/stylesheets/pages/_consultants.scss */
.consultantProfileEdit__form {
  margin: 0 auto;
  max-width: 800px;
}
/* line 392, /app/app/assets/stylesheets/pages/_consultants.scss */
.consultantProfileEdit__textarea {
  min-height: 10em;
  width: 100%;
}

/* line 398, /app/app/assets/stylesheets/pages/_consultants.scss */
.consultantProfile-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
/* line 403, /app/app/assets/stylesheets/pages/_consultants.scss */
.consultantProfile-table tr {
  border-top: 1px solid #e2edeb;
}
/* line 407, /app/app/assets/stylesheets/pages/_consultants.scss */
.consultantProfile-table td {
  display: flex;
}
/* line 410, /app/app/assets/stylesheets/pages/_consultants.scss */
.consultantProfile-table td li {
  list-style: none;
  line-height: 1.5em;
}
/* line 416, /app/app/assets/stylesheets/pages/_consultants.scss */
.consultantProfile-table__data {
  padding: 6px 8px 12px 8px;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #525c5a;
  word-break: break-all;
}
@media (max-width: 520px) {
  /* line 416, /app/app/assets/stylesheets/pages/_consultants.scss */
  .consultantProfile-table__data {
    font-size: 14px;
  }
}
/* line 429, /app/app/assets/stylesheets/pages/_consultants.scss */
.consultantProfile-table__data--experience-tag {
  padding: 12px;
  vertical-align: top;
  flex-wrap: wrap;
}
@media (max-width: 520px) {
  /* line 429, /app/app/assets/stylesheets/pages/_consultants.scss */
  .consultantProfile-table__data--experience-tag {
    font-size: 14px;
    padding: 6px 8px 12px 8px;
  }
}
/* line 440, /app/app/assets/stylesheets/pages/_consultants.scss */
.consultantProfile-table__meta {
  font-size: 12px;
  letter-spacing: 0.75px;
  color: #83918f;
}
@media (max-width: 520px) {
  /* line 440, /app/app/assets/stylesheets/pages/_consultants.scss */
  .consultantProfile-table__meta {
    font-size: 10px;
  }
}
/* line 450, /app/app/assets/stylesheets/pages/_consultants.scss */
.consultantProfile-table__label {
  white-space: nowrap;
  font-weight: 500;
  color: #83918f;
  padding: 8px;
  align-items: flex-start;
  font-size: 14px;
}

/* line 2, /app/app/assets/stylesheets/modules/_consultant_badge.scss */
.consultantBadge__preview {
  display: none;
  max-width: 200px;
  max-height: 200px;
  object-fit: contain;
  margin-top: 16px;
  justify-content: center;
}
/* line 11, /app/app/assets/stylesheets/modules/_consultant_badge.scss */
.consultantBadge__item {
  margin: 8px;
}
@media (max-width: 520px) {
  /* line 11, /app/app/assets/stylesheets/modules/_consultant_badge.scss */
  .consultantBadge__item {
    margin: 14px;
  }
}
/* line 19, /app/app/assets/stylesheets/modules/_consultant_badge.scss */
.consultantBadge__image {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
/* line 24, /app/app/assets/stylesheets/modules/_consultant_badge.scss */
.consultantBadge__image--small {
  max-width: 60px;
  max-height: 60px;
  width: auto;
  height: auto;
}
/* line 32, /app/app/assets/stylesheets/modules/_consultant_badge.scss */
.consultantBadge__tooltip {
  position: relative;
  display: inline-block;
}
/* line 36, /app/app/assets/stylesheets/modules/_consultant_badge.scss */
.consultantBadge__tooltip--text {
  visibility: hidden;
  background-color: grey;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
  white-space: nowrap;
  max-width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 56, /app/app/assets/stylesheets/modules/_consultant_badge.scss */
.consultantBadge__tooltip:hover .consultantBadge__tooltip--text {
  visibility: visible;
  opacity: 1;
}

/* line 2, /app/app/assets/stylesheets/pages/_contacts.scss */
.contact__section {
  margin: 0 0 1rem;
}

/* line 8, /app/app/assets/stylesheets/pages/_contacts.scss */
.contact-form__textarea {
  min-height: 10rem;
  max-width: 600px;
  resize: auto;
}
/* line 14, /app/app/assets/stylesheets/pages/_contacts.scss */
.contact-form__button {
  margin: 0 .5rem 0 0;
}

/* line 1, /app/app/assets/stylesheets/pages/_corporates.scss */
.corporateIam-head {
  display: inline-block;
  margin: 0 0 1rem;
}
/* line 5, /app/app/assets/stylesheets/pages/_corporates.scss */
.corporateIam-head__thumb {
  margin: 0 1rem 0 0;
}
/* line 9, /app/app/assets/stylesheets/pages/_corporates.scss */
.corporateIam-head__image {
  max-height: 200px;
}
/* line 13, /app/app/assets/stylesheets/pages/_corporates.scss */
.corporateIam-head__info {
  margin: auto;
}
/* line 17, /app/app/assets/stylesheets/pages/_corporates.scss */
.corporateIam-head__furigana {
  margin: 0;
}
/* line 21, /app/app/assets/stylesheets/pages/_corporates.scss */
.corporateIam-head__name {
  margin: 0 0 1rem;
}
/* line 32, /app/app/assets/stylesheets/pages/_corporates.scss */
.corporateIam-head__plan--gold {
  width: 140px;
  border-radius: 4px;
  text-align: center;
  background-image: linear-gradient(135deg, #fdfe23, #f2b40b 30%, #f09302 40%, #cc7706 50%, #9b8210 60%, #bd8324);
}
/* line 36, /app/app/assets/stylesheets/pages/_corporates.scss */
.corporateIam-head__plan--gold span {
  font-weight: bold;
  color: #fff;
  letter-spacing: 1px;
  text-shadow: rgba(0, 0, 0, 0.4) 1px 1px 1px;
}
/* line 44, /app/app/assets/stylesheets/pages/_corporates.scss */
.corporateIam-head__plan--silver {
  width: 140px;
  border-radius: 4px;
  text-align: center;
  background-image: linear-gradient(to top left, #A5A5A5, #BABAC2, #E8E8E8, #A5A5A5, #BABAC2);
}
/* line 48, /app/app/assets/stylesheets/pages/_corporates.scss */
.corporateIam-head__plan--silver span {
  font-weight: bold;
  color: #fff;
  letter-spacing: 3px;
  text-shadow: rgba(0, 0, 0, 0.5) 2px 2px 1px;
}
/* line 56, /app/app/assets/stylesheets/pages/_corporates.scss */
.corporateIam-head__plan--blue {
  width: 140px;
  border-radius: 4px;
  text-align: center;
  background-image: linear-gradient(to top left, #000660, #001A95, #0E5EFD, #3EA2FF, #73E5FF, #1273FF, #001A95, #0E5EFD);
}
/* line 60, /app/app/assets/stylesheets/pages/_corporates.scss */
.corporateIam-head__plan--blue span {
  font-weight: bold;
  color: #fff;
  letter-spacing: 2px;
  text-shadow: rgba(0, 0, 0, 0.4) 1px 1px 1px;
}

/* line 70, /app/app/assets/stylesheets/pages/_corporates.scss */
.corporateIam-section {
  margin: 0 0 1rem;
  width: 100%;
}
/* line 74, /app/app/assets/stylesheets/pages/_corporates.scss */
.corporateIam-section__badge {
  margin: 0 .5rem 0 0;
}

/* line 80, /app/app/assets/stylesheets/pages/_corporates.scss */
.corporateEdit-form__control {
  margin: 0 0 2rem;
  width: 400px;
}
/* line 85, /app/app/assets/stylesheets/pages/_corporates.scss */
.corporateEdit-form__thumb {
  max-height: 300px;
  max-width: 300px;
  overflow: hidden !important;
}
/* line 91, /app/app/assets/stylesheets/pages/_corporates.scss */
.corporateEdit-form__image {
  max-width: 100%;
  max-height: 100%;
}
/* line 96, /app/app/assets/stylesheets/pages/_corporates.scss */
.corporateEdit-form__imageField {
  display: none;
}
/* line 100, /app/app/assets/stylesheets/pages/_corporates.scss */
.corporateEdit-form__foot {
  text-align: center;
}

/* line 105, /app/app/assets/stylesheets/pages/_corporates.scss */
.corporate-head {
  display: inline-block;
  margin: 0 0 1rem;
}
/* line 109, /app/app/assets/stylesheets/pages/_corporates.scss */
.corporate-head__image {
  max-height: 200px;
}
/* line 113, /app/app/assets/stylesheets/pages/_corporates.scss */
.corporate-head__info {
  margin: auto;
}
/* line 117, /app/app/assets/stylesheets/pages/_corporates.scss */
.corporate-head__furigana {
  margin: 0;
}
/* line 121, /app/app/assets/stylesheets/pages/_corporates.scss */
.corporate-head__name {
  margin: 0 0 1rem;
}
/* line 132, /app/app/assets/stylesheets/pages/_corporates.scss */
.corporate-head__plan--gold {
  width: 140px;
  border-radius: 4px;
  text-align: center;
  background-image: linear-gradient(135deg, #fdfe23, #f2b40b 30%, #f09302 40%, #cc7706 50%, #9b8210 60%, #bd8324);
}
/* line 136, /app/app/assets/stylesheets/pages/_corporates.scss */
.corporate-head__plan--gold span {
  font-weight: bold;
  color: #fff;
  letter-spacing: 1px;
  text-shadow: rgba(0, 0, 0, 0.4) 1px 1px 1px;
}
/* line 144, /app/app/assets/stylesheets/pages/_corporates.scss */
.corporate-head__plan--silver {
  width: 140px;
  border-radius: 4px;
  text-align: center;
  background-image: linear-gradient(to top left, #A5A5A5, #BABAC2, #E8E8E8, #A5A5A5, #BABAC2);
}
/* line 148, /app/app/assets/stylesheets/pages/_corporates.scss */
.corporate-head__plan--silver span {
  font-weight: bold;
  color: #fff;
  letter-spacing: 3px;
  text-shadow: rgba(0, 0, 0, 0.5) 2px 2px 1px;
}
/* line 156, /app/app/assets/stylesheets/pages/_corporates.scss */
.corporate-head__plan--blue {
  width: 140px;
  border-radius: 4px;
  text-align: center;
  background-image: linear-gradient(to top left, #000660, #001A95, #0E5EFD, #3EA2FF, #73E5FF, #1273FF, #001A95, #0E5EFD);
}
/* line 160, /app/app/assets/stylesheets/pages/_corporates.scss */
.corporate-head__plan--blue span {
  font-weight: bold;
  color: #fff;
  letter-spacing: 2px;
  text-shadow: rgba(0, 0, 0, 0.4) 1px 1px 1px;
}

/* line 170, /app/app/assets/stylesheets/pages/_corporates.scss */
.corporate-section {
  margin: 0 0 1rem;
  width: 100%;
}
/* line 174, /app/app/assets/stylesheets/pages/_corporates.scss */
.corporate-section__badge {
  margin: 0 .5rem 0 0;
}

/* line 1, /app/app/assets/stylesheets/pages/_employees.scss */
.employee_consultation {
  position: relative;
  margin: 10vh auto;
  display: flex;
  width: 100%;
  max-width: 600px;
}
/* line 8, /app/app/assets/stylesheets/pages/_employees.scss */
.employee_consultation__inner {
  width: 100%;
}

/* line 13, /app/app/assets/stylesheets/pages/_employees.scss */
.employee_consultation-card {
  width: 100%;
  box-sizing: border-box;
}
/* line 17, /app/app/assets/stylesheets/pages/_employees.scss */
.employee_consultation-card__textarea {
  min-height: 10em;
}

@media (max-width: 520px) {
  /* line 26, /app/app/assets/stylesheets/pages/_employees.scss */
  .employees-login__title {
    font-size: 18px;
    margin-bottom: 18px;
  }
}
/* line 32, /app/app/assets/stylesheets/pages/_employees.scss */
.employees-login__inner {
  margin: 0 auto;
  padding: 6rem 0 8rem;
  max-width: 500px;
  width: 100%;
}
/* line 39, /app/app/assets/stylesheets/pages/_employees.scss */
.employees-login__form {
  margin: 0 auto;
  max-width: 400px;
  width: 100%;
}
@media (max-width: 520px) {
  /* line 39, /app/app/assets/stylesheets/pages/_employees.scss */
  .employees-login__form {
    max-width: 90vw;
  }
}
/* line 49, /app/app/assets/stylesheets/pages/_employees.scss */
.employees-login__form-control {
  margin: 0 0 1rem;
}

/* line 55, /app/app/assets/stylesheets/pages/_employees.scss */
.employeeSign__inner {
  margin: 0 auto;
  padding: 6rem 0 8rem;
  max-width: 720px;
  width: 100%;
}

/* line 63, /app/app/assets/stylesheets/pages/_employees.scss */
.employeeSign-form {
  margin: 0 auto;
  max-width: 560px;
  width: 100%;
}
/* line 68, /app/app/assets/stylesheets/pages/_employees.scss */
.employeeSign-form__radio {
  display: none;
}
/* line 72, /app/app/assets/stylesheets/pages/_employees.scss */
.employeeSign-form__radio-label {
  margin: 0 .5rem 0 0 !important;
}
/* line 76, /app/app/assets/stylesheets/pages/_employees.scss */
.employeeSign-form__button {
  margin: 0 .5rem 0 0 !important;
}

/* line 82, /app/app/assets/stylesheets/pages/_employees.scss */
.employeeEdit-form__profile {
  margin: 0 0 2rem;
  width: 860px;
}
/* line 87, /app/app/assets/stylesheets/pages/_employees.scss */
.employeeEdit-form__thumb {
  max-height: 300px;
  max-width: 300px;
  overflow: hidden !important;
}
/* line 93, /app/app/assets/stylesheets/pages/_employees.scss */
.employeeEdit-form__image {
  max-width: 100%;
  max-height: 100%;
}
/* line 98, /app/app/assets/stylesheets/pages/_employees.scss */
.employeeEdit-form__imageField {
  display: none;
}
/* line 102, /app/app/assets/stylesheets/pages/_employees.scss */
.employeeEdit-form__textarea {
  resize: auto;
  min-height: 10em;
}
/* line 107, /app/app/assets/stylesheets/pages/_employees.scss */
.employeeEdit-form__checkbox {
  display: none;
}
/* line 111, /app/app/assets/stylesheets/pages/_employees.scss */
.employeeEdit-form__checkbox-label {
  margin: .1rem !important;
}
/* line 115, /app/app/assets/stylesheets/pages/_employees.scss */
.employeeEdit-form__foot {
  text-align: center;
}
/* line 119, /app/app/assets/stylesheets/pages/_employees.scss */
.employeeEdit-form__button-disable {
  display: none;
}

/* line 124, /app/app/assets/stylesheets/pages/_employees.scss */
.employeeInvite {
  max-width: 600px;
}

/* line 129, /app/app/assets/stylesheets/pages/_employees.scss */
.employeeInvite-form__control {
  margin: 0 0 1rem;
}

/* line 135, /app/app/assets/stylesheets/pages/_employees.scss */
.contact__section {
  margin: 0 0 1rem;
}

/* line 141, /app/app/assets/stylesheets/pages/_employees.scss */
.contact-form__control {
  margin: 0 0 1rem;
}
/* line 145, /app/app/assets/stylesheets/pages/_employees.scss */
.contact-form__textarea {
  min-height: 10rem;
  max-width: 600px;
  resize: auto;
}
/* line 151, /app/app/assets/stylesheets/pages/_employees.scss */
.contact-form__button {
  margin: 0 .5rem 0 0 !important;
}

/* line 157, /app/app/assets/stylesheets/pages/_employees.scss */
.employeeProfile__inner {
  padding: 40px 40px 16px 40px;
}
/* line 162, /app/app/assets/stylesheets/pages/_employees.scss */
.employeeProfile__head-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 24px;
  border-bottom: 1px solid #e2edeb;
}
/* line 170, /app/app/assets/stylesheets/pages/_employees.scss */
.employeeProfile__head-text {
  font-size: 16px;
  color: #0daf97;
}
/* line 175, /app/app/assets/stylesheets/pages/_employees.scss */
.employeeProfile__foot {
  padding: 32px 0 0;
  border-top: 1px solid #e2edeb;
  text-align: center;
}
/* line 181, /app/app/assets/stylesheets/pages/_employees.scss */
.employeeProfile__link {
  width: 218px;
}

/* line 186, /app/app/assets/stylesheets/pages/_employees.scss */
.employeeProfile-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
/* line 191, /app/app/assets/stylesheets/pages/_employees.scss */
.employeeProfile-table tr {
  border-bottom: 1px solid #e2edeb;
}
/* line 194, /app/app/assets/stylesheets/pages/_employees.scss */
.employeeProfile-table tr:last-of-type {
  border: none;
}
/* line 199, /app/app/assets/stylesheets/pages/_employees.scss */
.employeeProfile-table td {
  padding: 24px 12px 24px 0;
  max-width: 240px;
  vertical-align: middle;
}
@media (max-width: 960px) {
  /* line 199, /app/app/assets/stylesheets/pages/_employees.scss */
  .employeeProfile-table td {
    padding: 12px 3px;
    max-width: 80%;
  }
}
@media (max-width: 520px) {
  /* line 199, /app/app/assets/stylesheets/pages/_employees.scss */
  .employeeProfile-table td {
    padding: 6px 8px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
/* line 217, /app/app/assets/stylesheets/pages/_employees.scss */
.employeeProfile-table td:first-of-type {
  padding: 24px 48px 24px 0;
}
@media (max-width: 520px) {
  /* line 217, /app/app/assets/stylesheets/pages/_employees.scss */
  .employeeProfile-table td:first-of-type {
    padding: 8px;
    align-items: flex-start;
    font-size: 12px;
  }
}
/* line 228, /app/app/assets/stylesheets/pages/_employees.scss */
.employeeProfile-table__data {
  font-size: 16px;
  font-weight: 500;
  color: #525c5a;
}
@media (max-width: 520px) {
  /* line 228, /app/app/assets/stylesheets/pages/_employees.scss */
  .employeeProfile-table__data {
    font-size: 14px;
  }
}
/* line 237, /app/app/assets/stylesheets/pages/_employees.scss */
.employeeProfile-table__data:last-of-type {
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* line 244, /app/app/assets/stylesheets/pages/_employees.scss */
.employeeProfile-table__meta {
  font-size: 12px;
  letter-spacing: 0.75px;
  color: #83918f;
}
@media (max-width: 520px) {
  /* line 244, /app/app/assets/stylesheets/pages/_employees.scss */
  .employeeProfile-table__meta {
    font-size: 10px;
  }
}
/* line 254, /app/app/assets/stylesheets/pages/_employees.scss */
.employeeProfile-table__label {
  white-space: nowrap;
  font-weight: 500;
  color: #83918f;
}
/* line 260, /app/app/assets/stylesheets/pages/_employees.scss */
.employeeProfile-table__button {
  margin-top: 10px;
}

/* line 266, /app/app/assets/stylesheets/pages/_employees.scss */
.employeeProfile-category__row {
  padding: 24px 0;
  border-bottom: 1px solid #e2edeb;
}
/* line 271, /app/app/assets/stylesheets/pages/_employees.scss */
.employeeProfile-category__title {
  margin: 0 0 16px;
  font-size: 16px;
  color: #525c5a;
}
@media (max-width: 520px) {
  /* line 271, /app/app/assets/stylesheets/pages/_employees.scss */
  .employeeProfile-category__title {
    font-size: 12px;
  }
}
/* line 281, /app/app/assets/stylesheets/pages/_employees.scss */
.employeeProfile-category__tags {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -16px -16px;
}
/* line 287, /app/app/assets/stylesheets/pages/_employees.scss */
.employeeProfile-category__tag {
  margin: 0 0 16px 16px;
  padding: 10px 16px;
  display: inline-block;
  border-radius: 4px;
  background-color: #e3fbf3;
  line-height: 1.0;
  letter-spacing: 0.88px;
  font-size: 14px;
  color: #0daf97;
}
@media (max-width: 520px) {
  /* line 287, /app/app/assets/stylesheets/pages/_employees.scss */
  .employeeProfile-category__tag {
    font-size: 12px;
  }
}
/* line 303, /app/app/assets/stylesheets/pages/_employees.scss */
.employeeProfile-category__preference {
  padding: 10px 16px;
  display: inline-block;
  border-radius: 24px;
  background-color: #ededed;
  line-height: 1.0;
  letter-spacing: 0.88px;
  font-size: 14px;
  color: #525c5a;
}
@media (max-width: 520px) {
  /* line 303, /app/app/assets/stylesheets/pages/_employees.scss */
  .employeeProfile-category__preference {
    font-size: 12px;
  }
}
/* line 318, /app/app/assets/stylesheets/pages/_employees.scss */
.employeeProfile-category__preferenceComment {
  line-height: 1.5;
  padding: 8px;
  font-size: 14px;
}
@media (max-width: 520px) {
  /* line 318, /app/app/assets/stylesheets/pages/_employees.scss */
  .employeeProfile-category__preferenceComment {
    font-size: 12px;
  }
}

/* line 330, /app/app/assets/stylesheets/pages/_employees.scss */
.employeeProfile-consultationPreference__tag {
  padding: 10px 16px;
  display: inline-block;
  border-radius: 24px;
  background-color: #ededed;
  line-height: 1.0;
  letter-spacing: 0.88px;
  font-size: 14px;
  color: #525c5a;
}
@media (max-width: 520px) {
  /* line 330, /app/app/assets/stylesheets/pages/_employees.scss */
  .employeeProfile-consultationPreference__tag {
    font-size: 12px;
  }
}

/* line 347, /app/app/assets/stylesheets/pages/_employees.scss */
.employeeProfile-consultationPreferenceComment__body {
  line-height: 1.5;
  padding: 8px;
  font-size: 14px;
}
@media (max-width: 520px) {
  /* line 347, /app/app/assets/stylesheets/pages/_employees.scss */
  .employeeProfile-consultationPreferenceComment__body {
    font-size: 12px;
  }
}

/* line 360, /app/app/assets/stylesheets/pages/_employees.scss */
.employeeProfile-profile__row {
  margin: 0 0 24px;
}
/* line 363, /app/app/assets/stylesheets/pages/_employees.scss */
.employeeProfile-profile__row:first-of-type {
  margin: 24px 0;
}
/* line 368, /app/app/assets/stylesheets/pages/_employees.scss */
.employeeProfile-profile__title {
  margin: 0 0 16px;
  font-size: 16px;
  color: #525c5a;
}
@media (max-width: 520px) {
  /* line 368, /app/app/assets/stylesheets/pages/_employees.scss */
  .employeeProfile-profile__title {
    font-size: 12px;
  }
}
/* line 378, /app/app/assets/stylesheets/pages/_employees.scss */
.employeeProfile-profile__text {
  padding: 16px 16px 32px 16px;
  border-radius: 4px;
  background-color: #f1f8fd;
  font-size: 16px;
  line-height: 1.5;
  color: #525c5a;
  overflow-wrap: break-word;
}
@media (max-width: 520px) {
  /* line 378, /app/app/assets/stylesheets/pages/_employees.scss */
  .employeeProfile-profile__text {
    font-size: 12px;
  }
}

/* line 394, /app/app/assets/stylesheets/pages/_employees.scss */
.employeeConsultation__body {
  margin: 0 0 40px;
  border-bottom: 1px solid #e2edeb;
}
/* line 399, /app/app/assets/stylesheets/pages/_employees.scss */
.employeeConsultation__foot {
  display: flex;
  justify-content: center;
}
/* line 404, /app/app/assets/stylesheets/pages/_employees.scss */
.employeeConsultation__button {
  width: 160px;
}

/* line 412, /app/app/assets/stylesheets/pages/_employees.scss */
.employeeProfileEdit__container {
  padding: 40px 160px;
}
@media (max-width: 960px) {
  /* line 412, /app/app/assets/stylesheets/pages/_employees.scss */
  .employeeProfileEdit__container {
    padding: 40px 120px;
  }
}
@media (max-width: 520px) {
  /* line 412, /app/app/assets/stylesheets/pages/_employees.scss */
  .employeeProfileEdit__container {
    padding: 40px 80px;
  }
}
/* line 424, /app/app/assets/stylesheets/pages/_employees.scss */
.employeeProfileEdit__box {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: solid 1px #e2edeb;
}
/* line 430, /app/app/assets/stylesheets/pages/_employees.scss */
.employeeProfileEdit__body {
  margin: 0 0 40px;
  border-bottom: 1px solid #e2edeb;
}
/* line 435, /app/app/assets/stylesheets/pages/_employees.scss */
.employeeProfileEdit__input {
  border-radius: 50px;
  text-align: center;
  width: 100%;
  height: 50px;
  background-color: #f0f0f0;
  border: none;
}
/* line 444, /app/app/assets/stylesheets/pages/_employees.scss */
.employeeProfileEdit__foot {
  display: flex;
  justify-content: center;
}
/* line 449, /app/app/assets/stylesheets/pages/_employees.scss */
.employeeProfileEdit__button {
  width: 160px;
}
@media (max-width: 520px) {
  /* line 449, /app/app/assets/stylesheets/pages/_employees.scss */
  .employeeProfileEdit__button {
    width: 30%;
  }
}
/* line 457, /app/app/assets/stylesheets/pages/_employees.scss */
.employeeProfileEdit__radio-button-box {
  display: flex;
  flex-wrap: wrap;
}
/* line 462, /app/app/assets/stylesheets/pages/_employees.scss */
.employeeProfileEdit__radio-button-item {
  width: 50%;
  box-sizing: border-box;
  display: flex;
  margin-bottom: 6px;
}
/* line 471, /app/app/assets/stylesheets/pages/_employees.scss */
.employeeProfileEdit__radio-button-input {
  width: 0px;
  height: 0px;
}
/* line 475, /app/app/assets/stylesheets/pages/_employees.scss */
.employeeProfileEdit__radio-button-input:checked + .employeeProfileEdit__radio-button-label {
  background-color: #e1f8f3;
}
/* line 478, /app/app/assets/stylesheets/pages/_employees.scss */
.employeeProfileEdit__radio-button-input:checked + .employeeProfileEdit__radio-button-label:before {
  box-shadow: inset 0 0 0 7px #44d3b4;
}
/* line 484, /app/app/assets/stylesheets/pages/_employees.scss */
.employeeProfileEdit__radio-button-label {
  display: flex;
  align-items: center;
  padding: 6px 12px 6px 6px;
  border-radius: 32px;
  transition: 0.25s ease;
  cursor: pointer;
}
/* line 492, /app/app/assets/stylesheets/pages/_employees.scss */
.employeeProfileEdit__radio-button-label:hover {
  background-color: #e1f8f3;
}
/* line 496, /app/app/assets/stylesheets/pages/_employees.scss */
.employeeProfileEdit__radio-button-label:before {
  display: flex;
  flex-shrink: 0;
  content: "";
  background-color: #fff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 6px;
  transition: 0.25s ease;
  box-shadow: inset 0 0 0 2px #44d3b4;
}

/* line 511, /app/app/assets/stylesheets/pages/_employees.scss */
.employeeProfile-section {
  margin: 0 0 1rem;
  width: 100%;
}
/* line 515, /app/app/assets/stylesheets/pages/_employees.scss */
.employeeProfile-section__badge {
  min-width: auto;
  width: auto;
  height: auto;
  padding: 0.25em 0.75em;
  white-space: normal;
  line-height: 1.2;
  margin: 0.25em;
  text-align: center;
}

/* line 528, /app/app/assets/stylesheets/pages/_employees.scss */
.employeeConsultationPreference__body {
  margin-bottom: 40px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e2edeb;
}
/* line 534, /app/app/assets/stylesheets/pages/_employees.scss */
.employeeConsultationPreference__label {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 24px;
}
/* line 541, /app/app/assets/stylesheets/pages/_employees.scss */
.employeeConsultationPreference__select {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
/* line 549, /app/app/assets/stylesheets/pages/_employees.scss */
.employeeConsultationPreference__select:focus {
  border-color: #66afe9;
  outline: none;
  box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
}
/* line 556, /app/app/assets/stylesheets/pages/_employees.scss */
.employeeConsultationPreference__input {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  min-height: 120px;
  overflow: auto;
  resize: vertical;
  line-height: 1.5;
}
/* line 568, /app/app/assets/stylesheets/pages/_employees.scss */
.employeeConsultationPreference__input::placeholder {
  opacity: 0.5;
}
/* line 572, /app/app/assets/stylesheets/pages/_employees.scss */
.employeeConsultationPreference__input:focus {
  border-color: #66afe9;
  outline: none;
  box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 580, /app/app/assets/stylesheets/pages/_employees.scss */
.employeeConsultationPreferenceComment__container {
  margin-top: 8px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease;
  opacity: 0;
}
/* line 587, /app/app/assets/stylesheets/pages/_employees.scss */
.employeeConsultationPreferenceComment__container--visible {
  max-height: 500px;
  opacity: 1;
}

/* line 1, /app/app/assets/stylesheets/pages/_require_login_template.scss */
.requireLoginTemplate {
  height: 100vh;
}
/* line 4, /app/app/assets/stylesheets/pages/_require_login_template.scss */
.requireLoginTemplate__inner {
  display: flex;
  justify-content: center;
  height: 100%;
}
/* line 10, /app/app/assets/stylesheets/pages/_require_login_template.scss */
.requireLoginTemplate__detail {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 40%;
  min-width: 500px;
}
/* line 20, /app/app/assets/stylesheets/pages/_require_login_template.scss */
.requireLoginTemplate__description {
  margin: 0 0 2rem;
  font-size: 14px;
}
/* line 25, /app/app/assets/stylesheets/pages/_require_login_template.scss */
.requireLoginTemplate__title {
  margin: 0 0 1rem;
  text-align: center;
}
/* line 30, /app/app/assets/stylesheets/pages/_require_login_template.scss */
.requireLoginTemplate__action {
  display: flex;
  justify-content: center;
}
/* line 35, /app/app/assets/stylesheets/pages/_require_login_template.scss */
.requireLoginTemplate__image {
  width: 60%;
  background: url(/assets/image_kakedas_top.png) no-repeat center 0/840px;
}

/* line 2, /app/app/assets/stylesheets/pages/_events.scss */
.events__button {
  white-space: nowrap;
  font-size: 12px !important;
}
/* line 8, /app/app/assets/stylesheets/pages/_events.scss */
.events__table td {
  vertical-align: middle !important;
}

/* line 15, /app/app/assets/stylesheets/pages/_events.scss */
.eventStatus__button {
  border: 1px solid transparent;
}
/* line 18, /app/app/assets/stylesheets/pages/_events.scss */
.eventStatus__button--cancel {
  background-color: #ff8600;
  color: #fff;
}

/* line 25, /app/app/assets/stylesheets/pages/_events.scss */
.eventCreate {
  max-width: 600px;
  box-sizing: border-box;
}

/* line 31, /app/app/assets/stylesheets/pages/_events.scss */
.eventCreate-form__control {
  margin: 0 0 1rem;
}
/* line 35, /app/app/assets/stylesheets/pages/_events.scss */
.eventCreate-form__button {
  margin: 0 1rem 0 0 !important;
}

/* line 41, /app/app/assets/stylesheets/pages/_events.scss */
.eventFinish__form {
  display: flex;
  flex-direction: column;
  width: 320px;
  margin: 0 auto;
}
@media (max-width: 520px) {
  /* line 41, /app/app/assets/stylesheets/pages/_events.scss */
  .eventFinish__form {
    align-items: center;
  }
}
/* line 52, /app/app/assets/stylesheets/pages/_events.scss */
.eventFinish__label {
  font-size: 16px;
}
@media (max-width: 520px) {
  /* line 52, /app/app/assets/stylesheets/pages/_events.scss */
  .eventFinish__label {
    font-size: 10px;
  }
}
/* line 60, /app/app/assets/stylesheets/pages/_events.scss */
.eventFinish__button-orange {
  padding: 17px 14px;
  min-width: 208px;
  border-radius: 40px;
  background-image: linear-gradient(103deg, #ff8600 6%, #ff4271);
  letter-spacing: 0.64px;
  font-size: 14px;
  border: none;
  font-weight: bold;
  color: #fff;
  transition: opacity .3s;
}
@media (max-width: 520px) {
  /* line 60, /app/app/assets/stylesheets/pages/_events.scss */
  .eventFinish__button-orange {
    min-width: unset;
    width: 80%;
    font-size: 12px;
  }
}
/* line 78, /app/app/assets/stylesheets/pages/_events.scss */
.eventFinish__button-orange:hover, .eventFinish__button-orange:focus {
  background-image: linear-gradient(101deg, #ff8600 6%, #ff4271 100%);
  color: #fff;
  opacity: .7;
  text-decoration: none;
}
/* line 86, /app/app/assets/stylesheets/pages/_events.scss */
.eventFinish__button-orange:active,
.eventFinish__button-orange .active {
  background-image: linear-gradient(101deg, #ff8600 6%, #ff4271 100%);
  color: #fff;
}
/* line 92, /app/app/assets/stylesheets/pages/_events.scss */
.eventFinish__button-orange:disabled {
  background-color: transparent;
  color: #999;
  border-color: #e5e5e5;
  background-image: none;
}
/* line 100, /app/app/assets/stylesheets/pages/_events.scss */
.eventFinish__button-outline {
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  border-radius: 24px;
  border: solid 1px #4aafde;
  background-color: #fdfdfd;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  color: #4aafde;
  transition: opacity .3s;
}
@media (max-width: 520px) {
  /* line 100, /app/app/assets/stylesheets/pages/_events.scss */
  .eventFinish__button-outline {
    height: 36px;
  }
}
/* line 119, /app/app/assets/stylesheets/pages/_events.scss */
.eventFinish__button-outline:hover, .eventFinish__button-outline:focus {
  opacity: .7;
  text-decoration: none;
  color: #4aafde;
}
/* line 126, /app/app/assets/stylesheets/pages/_events.scss */
.eventFinish__button-outline:active,
.eventFinish__button-outline .active {
  opacity: .9;
}
/* line 131, /app/app/assets/stylesheets/pages/_events.scss */
.eventFinish__button-outline:disabled {
  opacity: 0.3;
}
/* line 136, /app/app/assets/stylesheets/pages/_events.scss */
.eventFinish__text-normal {
  line-height: 1.5;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 500;
  color: #525c5a;
  text-align: center;
}
@media (max-width: 520px) {
  /* line 136, /app/app/assets/stylesheets/pages/_events.scss */
  .eventFinish__text-normal {
    font-size: 12px;
    padding-top: 12px;
  }
}
/* line 150, /app/app/assets/stylesheets/pages/_events.scss */
.eventFinish__modal {
  padding: 30px 30px;
}
@media (max-width: 520px) {
  /* line 150, /app/app/assets/stylesheets/pages/_events.scss */
  .eventFinish__modal {
    padding: 20px 20px;
  }
}
/* line 158, /app/app/assets/stylesheets/pages/_events.scss */
.eventFinish__radioForm {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
/* line 164, /app/app/assets/stylesheets/pages/_events.scss */
.eventFinish__radioButton {
  margin: 0 3px;
}
/* line 168, /app/app/assets/stylesheets/pages/_events.scss */
.eventFinish__placeholder {
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width: 520px) {
  /* line 168, /app/app/assets/stylesheets/pages/_events.scss */
  .eventFinish__placeholder {
    font-size: 8px;
  }
}

/* line 179, /app/app/assets/stylesheets/pages/_events.scss */
.eventNext__box {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 12px;
}
/* line 187, /app/app/assets/stylesheets/pages/_events.scss */
.eventNext__text-large {
  line-height: 1.5;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #525c5a;
  margin-bottom: 24px;
}
@media (max-width: 520px) {
  /* line 187, /app/app/assets/stylesheets/pages/_events.scss */
  .eventNext__text-large {
    line-height: 1;
    font-size: 16px;
  }
}
/* line 201, /app/app/assets/stylesheets/pages/_events.scss */
.eventNext__text-normal {
  line-height: 16px;
  letter-spacing: 1px;
  font-size: 1.5;
  font-weight: 500;
  color: #525c5a;
  margin-bottom: 40px;
}
@media (max-width: 520px) {
  /* line 201, /app/app/assets/stylesheets/pages/_events.scss */
  .eventNext__text-normal {
    font-size: 11px;
  }
}

/* line 215, /app/app/assets/stylesheets/pages/_events.scss */
.eventNext-form {
  max-width: 400px;
}
/* line 218, /app/app/assets/stylesheets/pages/_events.scss */
.eventNext-form__inner {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 0 0 -20px;
}

/* line 1, /app/app/assets/stylesheets/pages/_onboard.scss */
.onboard {
  width: 100%;
  min-height: 80vh;
}
/* line 5, /app/app/assets/stylesheets/pages/_onboard.scss */
.onboard__inner {
  position: relative;
  top: 20vh;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  max-width: 600px;
  height: 100%;
}
/* line 16, /app/app/assets/stylesheets/pages/_onboard.scss */
.onboard__title {
  margin: 0 0 50px;
  font-size: 28px;
  color: #333;
}

/* line 24, /app/app/assets/stylesheets/pages/_onboard.scss */
.onboardTerm__text-lead {
  margin: 0 0 22px;
  line-height: 1.31;
  letter-spacing: 2.25px;
  font-size: 36px;
  font-weight: bold;
  color: #0daf97;
}
@media (max-width: 960px) {
  /* line 24, /app/app/assets/stylesheets/pages/_onboard.scss */
  .onboardTerm__text-lead {
    font-size: 24px;
  }
}
@media (max-width: 520px) {
  /* line 24, /app/app/assets/stylesheets/pages/_onboard.scss */
  .onboardTerm__text-lead {
    font-size: 18px;
  }
}
/* line 41, /app/app/assets/stylesheets/pages/_onboard.scss */
.onboardTerm__text-small {
  line-height: 1.5;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 500;
  color: #525c5a;
}
@media (max-width: 520px) {
  /* line 41, /app/app/assets/stylesheets/pages/_onboard.scss */
  .onboardTerm__text-small {
    font-size: 8px;
  }
}
/* line 53, /app/app/assets/stylesheets/pages/_onboard.scss */
.onboardTerm__text-normal {
  line-height: 1.5;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 500;
  font-weight: bold;
  color: #525c5a;
}
@media (max-width: 520px) {
  /* line 53, /app/app/assets/stylesheets/pages/_onboard.scss */
  .onboardTerm__text-normal {
    font-size: 10px;
  }
}
/* line 66, /app/app/assets/stylesheets/pages/_onboard.scss */
.onboardTerm__text-large {
  line-height: 1.5;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #525c5a;
}
/* line 73, /app/app/assets/stylesheets/pages/_onboard.scss */
.onboardTerm__text-large--primary {
  color: #0daf97;
  font-weight: bold;
}
@media (max-width: 960px) {
  /* line 73, /app/app/assets/stylesheets/pages/_onboard.scss */
  .onboardTerm__text-large--primary {
    font-size: 18px;
  }
}
@media (max-width: 520px) {
  /* line 73, /app/app/assets/stylesheets/pages/_onboard.scss */
  .onboardTerm__text-large--primary {
    font-size: 14px;
  }
}
/* line 87, /app/app/assets/stylesheets/pages/_onboard.scss */
.onboardTerm__title {
  margin: 0 0 40px;
  padding: 40px 0 0;
  border-top: 1px solid #e2edeb;
  font-size: 24px;
  font-weight: bold;
  color: #525c5a;
}
@media (max-width: 960px) {
  /* line 87, /app/app/assets/stylesheets/pages/_onboard.scss */
  .onboardTerm__title {
    font-size: 20px;
  }
}
@media (max-width: 520px) {
  /* line 87, /app/app/assets/stylesheets/pages/_onboard.scss */
  .onboardTerm__title {
    margin: 0 0 20px;
    padding: 20px 0 0;
    font-size: 16px;
  }
}
/* line 106, /app/app/assets/stylesheets/pages/_onboard.scss */
.onboardTerm__image {
  margin: 0 auto 40px;
  padding: 0 0 40px;
  border-bottom: 1px solid #e2edeb;
}
/* line 112, /app/app/assets/stylesheets/pages/_onboard.scss */
.onboardTerm__field {
  margin: 0 0 20px;
}

/* line 118, /app/app/assets/stylesheets/pages/_onboard.scss */
.onboardPersonality__form {
  padding: 0 0 40px;
}
/* line 122, /app/app/assets/stylesheets/pages/_onboard.scss */
.onboardPersonality__fields {
  margin: 0 0 40px;
  padding: 24px;
}
/* line 128, /app/app/assets/stylesheets/pages/_onboard.scss */
.onboardPersonality__field:nth-last-child(-n+2) {
  display: none;
}
/* line 133, /app/app/assets/stylesheets/pages/_onboard.scss */
.onboardPersonality__submit {
  display: none;
}

/* line 139, /app/app/assets/stylesheets/pages/_onboard.scss */
.onboardSuggest__popup {
  margin: 0 0 32px;
  text-align: center;
}
/* line 144, /app/app/assets/stylesheets/pages/_onboard.scss */
.onboardSuggest__foot {
  text-align: center;
}

/* line 149, /app/app/assets/stylesheets/pages/_onboard.scss */
.onboardSuggestShow {
  margin: 0 auto 120px;
}
/* line 152, /app/app/assets/stylesheets/pages/_onboard.scss */
.onboardSuggestShow__button {
  width: 180px;
}
/* line 156, /app/app/assets/stylesheets/pages/_onboard.scss */
.onboardSuggestShow__fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  background-color: #fff;
  z-index: 200;
}
/* line 165, /app/app/assets/stylesheets/pages/_onboard.scss */
.onboardSuggestShow__fixed-inner {
  margin: 0 auto;
  max-width: 720px;
}

/* line 172, /app/app/assets/stylesheets/pages/_onboard.scss */
.onboardContact {
  margin: 144px auto 100px;
  text-align: center;
}
/* line 176, /app/app/assets/stylesheets/pages/_onboard.scss */
.onboardContact__picture {
  margin: 0 auto 32px;
  padding: 24px 0;
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  min-width: 190px;
  border-radius: 10px;
  border: solid 1px #e2edeb;
}
/* line 187, /app/app/assets/stylesheets/pages/_onboard.scss */
.onboardContact__name {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 500;
  color: #525c5a;
}
/* line 194, /app/app/assets/stylesheets/pages/_onboard.scss */
.onboardContact__furigana {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.75px;
  color: #83918f;
}
/* line 201, /app/app/assets/stylesheets/pages/_onboard.scss */
.onboardContact__text {
  margin: 0 0 34px;
  padding: 40px 0 0;
  border-top: 1px solid #e2edeb;
}
/* line 207, /app/app/assets/stylesheets/pages/_onboard.scss */
.onboardContact__button {
  width: 210px;
}

/* line 213, /app/app/assets/stylesheets/pages/_onboard.scss */
.onboardEmployeeEdit__table {
  margin: 0 0 40px;
  border-bottom: 1px solid #e2edeb;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
/* line 220, /app/app/assets/stylesheets/pages/_onboard.scss */
.onboardEmployeeEdit__table tr {
  border-bottom: 1px solid #e2edeb;
}
/* line 223, /app/app/assets/stylesheets/pages/_onboard.scss */
.onboardEmployeeEdit__table tr:last-of-type {
  border: none;
}
/* line 228, /app/app/assets/stylesheets/pages/_onboard.scss */
.onboardEmployeeEdit__table td {
  padding: 24px 12px 24px 0;
  max-width: 240px;
  vertical-align: middle;
}
@media (max-width: 960px) {
  /* line 228, /app/app/assets/stylesheets/pages/_onboard.scss */
  .onboardEmployeeEdit__table td {
    padding: 12px 3px;
    max-width: 80%;
  }
}
@media (max-width: 520px) {
  /* line 228, /app/app/assets/stylesheets/pages/_onboard.scss */
  .onboardEmployeeEdit__table td {
    padding: 6px 8px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
/* line 246, /app/app/assets/stylesheets/pages/_onboard.scss */
.onboardEmployeeEdit__table td:first-of-type {
  padding: 24px 48px 24px 0;
}
@media (max-width: 520px) {
  /* line 246, /app/app/assets/stylesheets/pages/_onboard.scss */
  .onboardEmployeeEdit__table td:first-of-type {
    padding: 8px;
    align-items: flex-start;
    font-size: 12px;
  }
}
/* line 257, /app/app/assets/stylesheets/pages/_onboard.scss */
.onboardEmployeeEdit__table__data {
  font-size: 16px;
  font-weight: 500;
  color: #525c5a;
}
@media (max-width: 520px) {
  /* line 257, /app/app/assets/stylesheets/pages/_onboard.scss */
  .onboardEmployeeEdit__table__data {
    font-size: 14px;
  }
}
/* line 266, /app/app/assets/stylesheets/pages/_onboard.scss */
.onboardEmployeeEdit__table__data:last-of-type {
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* line 273, /app/app/assets/stylesheets/pages/_onboard.scss */
.onboardEmployeeEdit__table__meta {
  font-size: 12px;
  letter-spacing: 0.75px;
  color: #83918f;
}
@media (max-width: 520px) {
  /* line 273, /app/app/assets/stylesheets/pages/_onboard.scss */
  .onboardEmployeeEdit__table__meta {
    font-size: 10px;
  }
}
/* line 283, /app/app/assets/stylesheets/pages/_onboard.scss */
.onboardEmployeeEdit__table__label {
  white-space: nowrap;
  font-weight: 500;
  color: #83918f;
}
/* line 289, /app/app/assets/stylesheets/pages/_onboard.scss */
.onboardEmployeeEdit__table__button {
  margin-top: 10px;
}
/* line 294, /app/app/assets/stylesheets/pages/_onboard.scss */
.onboardEmployeeEdit__field {
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* line 300, /app/app/assets/stylesheets/pages/_onboard.scss */
.onboardEmployeeEdit__box {
  padding: 40px 40px 0 40px;
}

/* line 306, /app/app/assets/stylesheets/pages/_onboard.scss */
.onboardConsultation__body {
  margin: 0 0 40px;
  border-bottom: 1px solid #e2edeb;
}
/* line 311, /app/app/assets/stylesheets/pages/_onboard.scss */
.onboardConsultation__foot {
  display: flex;
}
@media (max-width: 520px) {
  /* line 311, /app/app/assets/stylesheets/pages/_onboard.scss */
  .onboardConsultation__foot {
    justify-content: space-around;
  }
}
/* line 320, /app/app/assets/stylesheets/pages/_onboard.scss */
.onboardConsultation__button--outline-normal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  height: 48px;
  border-radius: 4px;
  border: solid 1px #e5edf0;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.88px;
  text-align: center;
  color: #525c5a;
}
@media (max-width: 520px) {
  /* line 320, /app/app/assets/stylesheets/pages/_onboard.scss */
  .onboardConsultation__button--outline-normal {
    padding: 0px;
    width: 40%;
  }
}
/* line 340, /app/app/assets/stylesheets/pages/_onboard.scss */
.onboardConsultation__button--outline-normal:hover, .onboardConsultation__button--outline-normal:focus {
  text-decoration: none;
  opacity: .7;
  color: #525c5a;
}
/* line 347, /app/app/assets/stylesheets/pages/_onboard.scss */
.onboardConsultation__button--outline-normal:active,
.onboardConsultation__button--outline-normal .active {
  opacity: .9;
  color: #525c5a;
}
/* line 354, /app/app/assets/stylesheets/pages/_onboard.scss */
.onboardConsultation__button--next {
  margin-left: 102px;
  position: relative;
  width: 200px;
  height: 48px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  border: none;
  background-color: #4aafde;
  transition: opacity 0.2s;
}
@media (max-width: 520px) {
  /* line 354, /app/app/assets/stylesheets/pages/_onboard.scss */
  .onboardConsultation__button--next {
    margin-left: 0;
    width: 40%;
    font-size: 14px;
  }
}
/* line 374, /app/app/assets/stylesheets/pages/_onboard.scss */
.onboardConsultation__button--next:hover, .onboardConsultation__button--next:focus {
  text-decoration: none;
  opacity: .7;
}
/* line 380, /app/app/assets/stylesheets/pages/_onboard.scss */
.onboardConsultation__button--next:disabled {
  opacity: 0.3;
}
/* line 384, /app/app/assets/stylesheets/pages/_onboard.scss */
.onboardConsultation__button--next:after {
  content: '';
  position: absolute;
  top: calc(50% - 6px);
  right: 28px;
  height: 12px;
  width: 8px;
  background: url(/assets/icon_right_arrow-27a86c44deff11b814b163ce1746739fd39a5238cbc80f984b3f207775c8467c.png) no-repeat center/cover;
}

/* line 397, /app/app/assets/stylesheets/pages/_onboard.scss */
.onboardProfileFinish {
  margin: 148px auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 640px;
  height: 320px;
  border-radius: 10px;
  background-color: #fff;
}
/* line 408, /app/app/assets/stylesheets/pages/_onboard.scss */
.onboardProfileFinish__button {
  width: 248px;
  text-align: center;
}

/* line 415, /app/app/assets/stylesheets/pages/_onboard.scss */
.onboardConsultantProfile__field {
  margin: 0 0 16px;
  width: 100%;
}
/* line 420, /app/app/assets/stylesheets/pages/_onboard.scss */
.onboardConsultantProfile__form {
  margin: 0 auto;
  max-width: 800px;
}
/* line 425, /app/app/assets/stylesheets/pages/_onboard.scss */
.onboardConsultantProfile__textarea {
  min-height: 10em;
  width: 100%;
}

/* line 1, /app/app/assets/stylesheets/pages/_personality_test.scss */
.personalityTest {
  position: relative;
  margin: 10vh 0;
  display: flex;
  justify-content: center;
}

/* line 9, /app/app/assets/stylesheets/pages/_personality_test.scss */
.personalityTest-modal__title {
  padding: 1rem 0;
}

/* line 15, /app/app/assets/stylesheets/pages/_personality_test.scss */
.personalityTest-form__control {
  margin: 0 0 1rem;
}
/* line 18, /app/app/assets/stylesheets/pages/_personality_test.scss */
.personalityTest-form__button {
  margin: 0 auto !important;
}
/* line 21, /app/app/assets/stylesheets/pages/_personality_test.scss */
.personalityTest-form__sticky {
  position: sticky;
  top: 0;
  max-width: 370px !important;
  background-color: #fff;
}

/* line 30, /app/app/assets/stylesheets/pages/_personality_test.scss */
.personalityTestSuccess__icon {
  color: #1e87f0;
}

/* line 8, /app/app/assets/stylesheets/pages/_settings.scss */
.settings {
  /* TODO: importantは後続アップデートで削除。 */
}
/* line 9, /app/app/assets/stylesheets/pages/_settings.scss */
.settings__form {
  padding: 40px 0 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
/* line 12, /app/app/assets/stylesheets/pages/_settings.scss */
.settings__form:first-of-type {
  padding: 0 0 40px;
  border-bottom: 1px solid #e2edeb;
}
/* line 18, /app/app/assets/stylesheets/pages/_settings.scss */
.settings__employeeOwnerForm {
  padding: 40px 0 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
/* line 23, /app/app/assets/stylesheets/pages/_settings.scss */
.settings__title {
  width: 100%;
  text-align: left !important;
}
/* line 28, /app/app/assets/stylesheets/pages/_settings.scss */
.settings__field {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 352px;
}
@media (max-width: 960px) {
  /* line 28, /app/app/assets/stylesheets/pages/_settings.scss */
  .settings__field {
    width: 80%;
  }
}
@media (max-width: 520px) {
  /* line 28, /app/app/assets/stylesheets/pages/_settings.scss */
  .settings__field {
    width: 100%;
  }
}

/* line 2, /app/app/assets/stylesheets/pages/_suggest_consultants.scss */
.suggestConsultants__popup {
  margin: 0 0 32px;
  text-align: center;
}
/* line 7, /app/app/assets/stylesheets/pages/_suggest_consultants.scss */
.suggestConsultants__foot {
  text-align: center;
}
/* line 11, /app/app/assets/stylesheets/pages/_suggest_consultants.scss */
.suggestConsultants__text {
  font-size: 16px;
  font-weight: normal;
  color: #666;
  overflow-wrap: break-word;
}
@media (max-width: 520px) {
  /* line 11, /app/app/assets/stylesheets/pages/_suggest_consultants.scss */
  .suggestConsultants__text {
    font-size: 12px;
  }
}
/* line 22, /app/app/assets/stylesheets/pages/_suggest_consultants.scss */
.suggestConsultants__categoryFieldHead {
  padding: 24px 10px 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e2edeb;
  letter-spacing: 0.8px;
  font-size: 16px;
  font-weight: 500;
  color: #525c5a;
  cursor: pointer;
  transition: background-color 0.2s;
}
/* line 14, /app/app/assets/stylesheets/modules/_category_field.scss */
.suggestConsultants__categoryFieldHead:hover {
  background-color: rgba(0, 0, 0, 0.02);
}
/* line 26, /app/app/assets/stylesheets/pages/_suggest_consultants.scss */
.suggestConsultants__noResultBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 40vh;
}
/* line 34, /app/app/assets/stylesheets/pages/_suggest_consultants.scss */
.suggestConsultants__filterSubmitButton {
  width: 200px;
  display: block;
  margin: auto;
  text-align: center;
}
/* line 41, /app/app/assets/stylesheets/pages/_suggest_consultants.scss */
.suggestConsultants__filterResetButton {
  width: 200px;
  display: flex;
  margin: auto;
  text-align: center;
  border: solid 1px #817e7e;
  background-color: #ffffff;
  color: #817e7e;
}
/* line 50, /app/app/assets/stylesheets/pages/_suggest_consultants.scss */
.suggestConsultants__filterResetButton:hover {
  color: #817e7e;
}

/* line 56, /app/app/assets/stylesheets/pages/_suggest_consultants.scss */
.suggestConsultantsShow {
  margin: 0 auto 120px;
}
/* line 59, /app/app/assets/stylesheets/pages/_suggest_consultants.scss */
.suggestConsultantsShow__button {
  width: 180px;
}
/* line 63, /app/app/assets/stylesheets/pages/_suggest_consultants.scss */
.suggestConsultantsShow__fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  background-color: #fff;
  z-index: 200;
}
/* line 72, /app/app/assets/stylesheets/pages/_suggest_consultants.scss */
.suggestConsultantsShow__fixed-inner {
  margin: 0 auto;
  max-width: 720px;
}

/* line 84, /app/app/assets/stylesheets/pages/_suggest_consultants.scss */
.suggest-consultant-filter__consultant-profile-search {
  width: 100%;
  padding: 8px 16px;
  border: 1px solid #cdddd7;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.5;
  color: #525c5a;
  transition: border-color 0.2s;
  margin-bottom: 32px;
  justify-content: center;
}
/* line 96, /app/app/assets/stylesheets/pages/_suggest_consultants.scss */
.suggest-consultant-filter__consultant-profile-search:focus {
  border-color: #0daf97;
}
/* line 100, /app/app/assets/stylesheets/pages/_suggest_consultants.scss */
.suggest-consultant-filter__consultant-profile-search::placeholder {
  color: #bababa;
}
/* line 105, /app/app/assets/stylesheets/pages/_suggest_consultants.scss */
.suggest-consultant-filter__experience-tag-box {
  position: relative;
  text-align: center;
  top: 50%;
  margin-bottom: 32px;
}
/* line 112, /app/app/assets/stylesheets/pages/_suggest_consultants.scss */
.suggest-consultant-filter__experience-tag-checkbox-label {
  display: inline-block;
  padding: 8px 16px;
  margin: 8px;
  cursor: pointer;
  color: #292929;
  border-radius: 4px;
  background: #efefef;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0 -3px 0 rgba(0, 0, 0, 0.22);
  transition: 0.3s;
  user-select: none;
}
/* line 124, /app/app/assets/stylesheets/pages/_suggest_consultants.scss */
.suggest-consultant-filter__experience-tag-checkbox-label:hover {
  background: #d6d6d6;
  color: #101010;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0 -3px 0 rgba(0, 0, 0, 0.32);
}
/* line 130, /app/app/assets/stylesheets/pages/_suggest_consultants.scss */
.suggest-consultant-filter__experience-tag-checkbox-label:active {
  transform: translateY(2px);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0px -1px 0 rgba(0, 0, 0, 0.22);
}
@media (max-width: 520px) {
  /* line 112, /app/app/assets/stylesheets/pages/_suggest_consultants.scss */
  .suggest-consultant-filter__experience-tag-checkbox-label {
    padding: 0px 16px 4px;
    margin: 6px 8px;
  }
}
/* line 141, /app/app/assets/stylesheets/pages/_suggest_consultants.scss */
.suggest-consultant-filter__experience-tag-checkbox {
  width: 0;
  height: 0;
}
/* line 145, /app/app/assets/stylesheets/pages/_suggest_consultants.scss */
.suggest-consultant-filter__experience-tag-checkbox:checked + .suggest-consultant-filter__experience-tag-checkbox-label {
  background: #44d3b4;
  color: #fff;
}
/* line 149, /app/app/assets/stylesheets/pages/_suggest_consultants.scss */
.suggest-consultant-filter__experience-tag-checkbox:checked + .suggest-consultant-filter__experience-tag-checkbox-label:hover {
  background: #38d0af;
  color: #f7f7f7;
}

/* line 158, /app/app/assets/stylesheets/pages/_suggest_consultants.scss */
.suggestConsultantModal {
  position: fixed;
  background: white;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  width: 420px;
  max-width: calc(100vw - 40px);
  max-height: 85vh;
  overflow-y: auto;
  z-index: 1000;
  padding: 12px;
  transition: all 0.25s ease;
  pointer-events: auto;
  cursor: default;
  display: none;
}
@media (max-width: 960px) {
  /* line 158, /app/app/assets/stylesheets/pages/_suggest_consultants.scss */
  .suggestConsultantModal {
    display: none;
  }
}
/* line 180, /app/app/assets/stylesheets/pages/_suggest_consultants.scss */
.suggestConsultantModal a, .suggestConsultantModal button, .suggestConsultantModal input[type="submit"] {
  cursor: pointer;
}
/* line 184, /app/app/assets/stylesheets/pages/_suggest_consultants.scss */
.suggestConsultantModal::-webkit-scrollbar {
  width: 6px;
}
/* line 188, /app/app/assets/stylesheets/pages/_suggest_consultants.scss */
.suggestConsultantModal::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 3px;
}
/* line 193, /app/app/assets/stylesheets/pages/_suggest_consultants.scss */
.suggestConsultantModal__content {
  display: flex;
  flex-direction: column;
}
/* line 198, /app/app/assets/stylesheets/pages/_suggest_consultants.scss */
.suggestConsultantModal__header {
  position: relative;
  padding-bottom: 6px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}
/* line 205, /app/app/assets/stylesheets/pages/_suggest_consultants.scss */
.suggestConsultantModal__close-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ffffff;
  border: none;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s;
}
/* line 223, /app/app/assets/stylesheets/pages/_suggest_consultants.scss */
.suggestConsultantModal__button--close {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ffffff;
  border: none;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s;
}
/* line 241, /app/app/assets/stylesheets/pages/_suggest_consultants.scss */
.suggestConsultantModal__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 3px;
  color: #000;
}
/* line 248, /app/app/assets/stylesheets/pages/_suggest_consultants.scss */
.suggestConsultantModal__subtitle {
  font-size: 14px;
  color: #666;
}
/* line 253, /app/app/assets/stylesheets/pages/_suggest_consultants.scss */
.suggestConsultantModal__footer {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #eee;
  margin-top: 12px;
  padding-top: 10px;
}
/* line 261, /app/app/assets/stylesheets/pages/_suggest_consultants.scss */
.suggestConsultantModal__button-center {
  text-align: center;
}

/* line 267, /app/app/assets/stylesheets/pages/_suggest_consultants.scss */
.suggestConsultantInfo__heading {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: normal;
}
/* line 273, /app/app/assets/stylesheets/pages/_suggest_consultants.scss */
.suggestConsultantInfo__table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
/* line 278, /app/app/assets/stylesheets/pages/_suggest_consultants.scss */
.suggestConsultantInfo__table tr {
  border-top: 1px solid #e2edeb;
}
/* line 282, /app/app/assets/stylesheets/pages/_suggest_consultants.scss */
.suggestConsultantInfo__table td {
  display: flex;
}
/* line 287, /app/app/assets/stylesheets/pages/_suggest_consultants.scss */
.suggestConsultantInfo__label {
  width: 35%;
  padding: 8px;
  white-space: nowrap;
  font-size: 14px;
  color: #525c5a;
  font-weight: 100;
  align-items: flex-start;
}
/* line 297, /app/app/assets/stylesheets/pages/_suggest_consultants.scss */
.suggestConsultantInfo__data {
  width: 100%;
  padding: 8px;
  font-size: 14px;
  color: #525c5a;
  font-weight: 100;
  flex-direction: column;
  align-items: center;
}
/* line 307, /app/app/assets/stylesheets/pages/_suggest_consultants.scss */
.suggestConsultantInfo__list {
  margin: 0;
  padding-left: 20px;
  font-size: 13px;
}
/* line 312, /app/app/assets/stylesheets/pages/_suggest_consultants.scss */
.suggestConsultantInfo__list li {
  margin-bottom: 4px;
  line-height: 1.5em;
}
/* line 318, /app/app/assets/stylesheets/pages/_suggest_consultants.scss */
.suggestConsultantInfo__wrap-text {
  font-size: 13px;
  line-height: 1.4;
  overflow-wrap: break-word;
  max-height: 180px;
  overflow-y: auto;
  padding: 3px;
  text-align: left;
}
/* line 328, /app/app/assets/stylesheets/pages/_suggest_consultants.scss */
.suggestConsultantInfo__tag-container {
  display: flex;
  flex-wrap: wrap;
  margin: -2px;
}
/* line 334, /app/app/assets/stylesheets/pages/_suggest_consultants.scss */
.suggestConsultantInfo__tag {
  display: inline-block;
  background-color: #fff;
  padding: 3px 8px;
  margin: 2px;
  border-radius: 15px;
  font-size: 12px;
  border: 1px solid #0daf97;
  color: #0daf97;
}
/* line 345, /app/app/assets/stylesheets/pages/_suggest_consultants.scss */
.suggestConsultantInfo__button {
  min-width: 120px;
  padding: 6px 16px;
  font-size: 14px;
  cursor: pointer;
}

/* line 353, /app/app/assets/stylesheets/pages/_suggest_consultants.scss */
.suggest-item__list[data-consultant-id] {
  cursor: default;
}
/* line 356, /app/app/assets/stylesheets/pages/_suggest_consultants.scss */
.suggest-item__list[data-consultant-id] a, .suggest-item__list[data-consultant-id] button, .suggest-item__list[data-consultant-id] input[type="submit"] {
  cursor: pointer;
}

/* line 361, /app/app/assets/stylesheets/pages/_suggest_consultants.scss */
.suggest-item--active {
  background-color: #f0f7ff;
  box-shadow: 0 0 0 1px #0daf97;
}

/* line 1, /app/app/assets/stylesheets/pages/_reports.scss */
.reportNew-head {
  max-width: 400px;
  margin: 0 0 1rem;
}

/* line 7, /app/app/assets/stylesheets/pages/_reports.scss */
.reportNew-form__textarea {
  min-height: 10rem;
  width: 100%;
  resize: auto;
}
/* line 12, /app/app/assets/stylesheets/pages/_reports.scss */
.reportNew-form__textarea__wrapper {
  max-width: 800px;
}
/* line 17, /app/app/assets/stylesheets/pages/_reports.scss */
.reportNew-form__section {
  margin: 0 0 1rem;
}
/* line 21, /app/app/assets/stylesheets/pages/_reports.scss */
.reportNew-form__label {
  white-space: normal !important;
}
/* line 25, /app/app/assets/stylesheets/pages/_reports.scss */
.reportNew-form__sticky {
  position: sticky;
  top: 0;
  max-width: 370px !important;
  background-color: #fff;
}

/* line 33, /app/app/assets/stylesheets/pages/_reports.scss */
.reportNew-form__table td {
  padding: 20px 10px 20px 10px;
}

/* line 37, /app/app/assets/stylesheets/pages/_reports.scss */
.reportNew-form__table.uk-table-divider > tbody > tr:nth-child(even) {
  border-top: none;
}

/* line 41, /app/app/assets/stylesheets/pages/_reports.scss */
.reportNew-form__expand-cell {
  text-align: center;
}

/* line 45, /app/app/assets/stylesheets/pages/_reports.scss */
.reportNew-form__comment-textarea {
  width: 95%;
  resize: vertical;
  padding: 10px;
  box-sizing: border-box;
  min-height: 100px;
}

/* line 53, /app/app/assets/stylesheets/pages/_reports.scss */
.reportConfirm-head {
  max-width: 400px;
  margin: 0 0 1rem;
}

/* line 59, /app/app/assets/stylesheets/pages/_reports.scss */
.reportConfirm-body__button {
  margin: 0 1rem 0 0 !important;
}
/* line 63, /app/app/assets/stylesheets/pages/_reports.scss */
.reportConfirm-body__section {
  margin: 0 0 1rem;
}

/* line 69, /app/app/assets/stylesheets/pages/_reports.scss */
.report__section {
  margin: 0 0 1rem;
}

/* line 2, /app/app/assets/stylesheets/pages/_reset_passwords.scss */
.resetPassword__title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 18px;
}
@media (max-width: 520px) {
  /* line 2, /app/app/assets/stylesheets/pages/_reset_passwords.scss */
  .resetPassword__title {
    font-size: 18px;
  }
}
/* line 12, /app/app/assets/stylesheets/pages/_reset_passwords.scss */
.resetPassword__inner {
  margin: 0 auto;
  padding: 6rem 0 8rem;
  max-width: 500px;
  width: 100%;
}
/* line 19, /app/app/assets/stylesheets/pages/_reset_passwords.scss */
.resetPassword__form {
  margin: 0 auto;
  max-width: 400px;
  width: 100%;
}
@media (max-width: 520px) {
  /* line 19, /app/app/assets/stylesheets/pages/_reset_passwords.scss */
  .resetPassword__form {
    max-width: 90vw;
  }
}
/* line 29, /app/app/assets/stylesheets/pages/_reset_passwords.scss */
.resetPassword__form-control {
  margin: 0 0 1rem;
}

/* line 34, /app/app/assets/stylesheets/pages/_reset_passwords.scss */
.resetPasswordModal {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
/* line 46, /app/app/assets/stylesheets/pages/_reset_passwords.scss */
.resetPasswordModal--open {
  display: flex;
}
/* line 50, /app/app/assets/stylesheets/pages/_reset_passwords.scss */
.resetPasswordModal__dialog {
  background-color: #fff;
  padding: 40px 50px;
  border-radius: 8px;
  max-width: 600px;
  width: 90%;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
/* line 60, /app/app/assets/stylesheets/pages/_reset_passwords.scss */
.resetPasswordModal__message {
  font-size: 18px;
  margin-bottom: 24px;
  line-height: 1.6;
  white-space: pre-line;
}
/* line 67, /app/app/assets/stylesheets/pages/_reset_passwords.scss */
.resetPasswordModal__buttons {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 24px;
}
/* line 74, /app/app/assets/stylesheets/pages/_reset_passwords.scss */
.resetPasswordModal__button {
  padding: 16px 32px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 18px;
  width: 120px;
  min-width: 120px;
  height: 50px;
}
/* line 83, /app/app/assets/stylesheets/pages/_reset_passwords.scss */
.resetPasswordModal__button--primary {
  background-color: #007bff;
  color: #fff;
  border: none;
}
/* line 88, /app/app/assets/stylesheets/pages/_reset_passwords.scss */
.resetPasswordModal__button--primary:hover {
  background-color: #0056b3;
}
/* line 93, /app/app/assets/stylesheets/pages/_reset_passwords.scss */
.resetPasswordModal__button--secondary {
  background-color: #e0e0e0;
  color: #333;
  border: 1px solid #ccc;
}
/* line 98, /app/app/assets/stylesheets/pages/_reset_passwords.scss */
.resetPasswordModal__button--secondary:hover {
  background-color: #ccc;
}

/* line 2, /app/app/assets/stylesheets/pages/_reviews.scss */
.reviewNew__form {
  padding: 0 0 40px;
}
/* line 6, /app/app/assets/stylesheets/pages/_reviews.scss */
.reviewNew__fields {
  margin: 0 0 40px;
  padding: 24px 24px;
}
@media (max-width: 520px) {
  /* line 6, /app/app/assets/stylesheets/pages/_reviews.scss */
  .reviewNew__fields {
    margin: unset;
  }
}
/* line 15, /app/app/assets/stylesheets/pages/_reviews.scss */
.reviewNew__textarea {
  padding: 40px 12px 0px;
}
/* line 19, /app/app/assets/stylesheets/pages/_reviews.scss */
.reviewNew__textarea-field {
  margin: 0 0 40px;
}
/* line 22, /app/app/assets/stylesheets/pages/_reviews.scss */
.reviewNew__textarea-field--head {
  display: flex;
  margin: 0 0 16px;
  align-items: center;
}
/* line 28, /app/app/assets/stylesheets/pages/_reviews.scss */
.reviewNew__textarea-field--index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #0fc8ad;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 520px) {
  /* line 28, /app/app/assets/stylesheets/pages/_reviews.scss */
  .reviewNew__textarea-field--index {
    font-size: 12px;
    width: 20px;
    height: 20px;
  }
}
/* line 47, /app/app/assets/stylesheets/pages/_reviews.scss */
.reviewNew__textarea-field--title {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.8px;
  color: #525c5a;
}
/* line 58, /app/app/assets/stylesheets/pages/_reviews.scss */
.reviewNew__button {
  position: relative;
  width: 40%;
  height: 48px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  border: none;
  background-color: #4aafde;
  transition: opacity 0.2s;
}
@media (max-width: 520px) {
  /* line 58, /app/app/assets/stylesheets/pages/_reviews.scss */
  .reviewNew__button {
    font-size: 14px;
    width: 40%;
  }
}
/* line 76, /app/app/assets/stylesheets/pages/_reviews.scss */
.reviewNew__text {
  text-align: center;
}
@media (max-width: 520px) {
  /* line 76, /app/app/assets/stylesheets/pages/_reviews.scss */
  .reviewNew__text {
    font-size: 10px;
    line-height: 1.5;
  }
}

/* line 87, /app/app/assets/stylesheets/pages/_reviews.scss */
.reviewContent__body {
  padding-right: 8px;
  padding-left: 8px;
}
@media (max-width: 520px) {
  /* line 87, /app/app/assets/stylesheets/pages/_reviews.scss */
  .reviewContent__body {
    font-size: 12px;
  }
}
/* line 96, /app/app/assets/stylesheets/pages/_reviews.scss */
.reviewContent__date {
  margin-top: 32px;
  font-size: 16px;
}
@media (max-width: 520px) {
  /* line 96, /app/app/assets/stylesheets/pages/_reviews.scss */
  .reviewContent__date {
    font-size: 12px;
  }
}

/* line 106, /app/app/assets/stylesheets/pages/_reviews.scss */
.textarea-field {
  margin: 0 0 0px;
}

/* line 110, /app/app/assets/stylesheets/pages/_reviews.scss */
.reviewScore {
  display: flex;
  margin-top: 12px;
}
@media (max-width: 520px) {
  /* line 110, /app/app/assets/stylesheets/pages/_reviews.scss */
  .reviewScore {
    margin-top: 12px;
  }
}
/* line 118, /app/app/assets/stylesheets/pages/_reviews.scss */
.reviewScore__star-rating {
  position: relative;
  width: 5em;
  height: 1em;
  font-size: 22px;
}
@media (max-width: 520px) {
  /* line 118, /app/app/assets/stylesheets/pages/_reviews.scss */
  .reviewScore__star-rating {
    font-size: 18px;
  }
}
/* line 128, /app/app/assets/stylesheets/pages/_reviews.scss */
.reviewScore__star-rating--front {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #ffcc33;
  height: 29px;
}
/* line 138, /app/app/assets/stylesheets/pages/_reviews.scss */
.reviewScore__star-rating--back {
  color: #ccc;
}
/* line 143, /app/app/assets/stylesheets/pages/_reviews.scss */
.reviewScore__average {
  display: flex;
  margin-top: 6px;
}
@media (max-width: 520px) {
  /* line 143, /app/app/assets/stylesheets/pages/_reviews.scss */
  .reviewScore__average {
    margin-top: 0;
  }
}

/* line 1, /app/app/assets/stylesheets/pages/_rooms.scss */
.chat {
  position: relative;
  width: 100%;
  height: 80vh;
}
@media (max-width: 520px) {
  /* line 1, /app/app/assets/stylesheets/pages/_rooms.scss */
  .chat {
    display: none;
  }
}
/* line 10, /app/app/assets/stylesheets/pages/_rooms.scss */
.chat__title {
  margin: 0;
  border-bottom: 1px solid #999;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}

/* line 19, /app/app/assets/stylesheets/pages/_rooms.scss */
.chat-form {
  display: flex;
  padding: 17px;
  height: 16vh;
}
/* line 24, /app/app/assets/stylesheets/pages/_rooms.scss */
.chat-form__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 48px;
  border-radius: 4px;
  background-color: #0fc88a;
  letter-spacing: 0.88px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
}
/* line 38, /app/app/assets/stylesheets/pages/_rooms.scss */
.chat-form__textarea {
  margin: 0 16px 0 0;
  padding: 14px;
  width: 100%;
  border-radius: 2px;
  border: solid 1px #d9dfde;
  background-color: #ffffff;
  resize: none;
}
/* line 47, /app/app/assets/stylesheets/pages/_rooms.scss */
.chat-form__textarea::placeholder {
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0.88px;
  color: #83918f;
}

/* line 56, /app/app/assets/stylesheets/pages/_rooms.scss */
.chat-list {
  position: relative;
  height: 64vh;
  border-radius: 0 4px 4px 0;
  border: solid 1px #d9dfde;
  background-color: #fff;
  overflow: hidden;
}
@media (max-width: 520px) {
  /* line 56, /app/app/assets/stylesheets/pages/_rooms.scss */
  .chat-list {
    display: none;
  }
}
/* line 68, /app/app/assets/stylesheets/pages/_rooms.scss */
.chat-list__head {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 24px;
  height: 48px;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #e2edeb;
}
/* line 79, /app/app/assets/stylesheets/pages/_rooms.scss */
.chat-list__help {
  display: inline-block;
  height: 30px;
  width: 32px;
  border: none;
  background: url(/assets/icon_help-1ab4ce095e6c9bb6083a7a6e70026bcc1a29fc802f1c355aed956fb65cd0d49d.png) no-repeat center/contain;
  margin-left: 24px;
}
/* line 88, /app/app/assets/stylesheets/pages/_rooms.scss */
.chat-list__inner {
  padding: 24px;
  height: 100%;
  overflow: auto;
  box-sizing: border-box;
}
@media (max-width: 520px) {
  /* line 88, /app/app/assets/stylesheets/pages/_rooms.scss */
  .chat-list__inner {
    display: none;
  }
}
/* line 99, /app/app/assets/stylesheets/pages/_rooms.scss */
.chat-list__error {
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 20px 10px 40px 0;
  max-height: 680px;
  height: 70vh;
  width: 100%;
  box-sizing: border-box;
}

/* line 112, /app/app/assets/stylesheets/pages/_rooms.scss */
.chat-header-user {
  position: relative;
  height: 100%;
  cursor: pointer;
  transition: all 0.2s;
}
/* line 118, /app/app/assets/stylesheets/pages/_rooms.scss */
.chat-header-user:hover {
  transition: all .4s ease;
}
/* line 4, /app/app/assets/stylesheets/base/_mixins.scss */
.chat-header-user:hover:hover {
  opacity: .6;
  text-decoration: none;
}
/* line 122, /app/app/assets/stylesheets/pages/_rooms.scss */
.chat-header-user__link {
  padding: 0 10px 0 5px;
  display: inline-flex;
  align-items: center;
  height: 100%;
}
/* line 129, /app/app/assets/stylesheets/pages/_rooms.scss */
.chat-header-user__avatar {
  height: 40px;
  width: 40px;
  object-fit: cover;
  border-radius: 50%;
}

/* line 158, /app/app/assets/stylesheets/pages/_rooms.scss */
.chatMessage__row--left {
  margin: 0 0 24px;
  display: inline-flex;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-end;
}
/* line 163, /app/app/assets/stylesheets/pages/_rooms.scss */
.chatMessage__row--left .chatMessage-content {
  padding: 16px;
  max-width: 50%;
  border-radius: 10px;
  word-break: break-all;
  font-size: 14px;
  color: #525c5a;
  background-color: #f6f6f6;
}
/* line 151, /app/app/assets/stylesheets/pages/_rooms.scss */
.chatMessage__row--left .chatMessage-content a {
  text-decoration: underline;
}
/* line 168, /app/app/assets/stylesheets/pages/_rooms.scss */
.chatMessage__row--left .chatMessage-date {
  margin: 0 0 0 4px;
  font-size: 11px;
  color: #83918f;
}
/* line 175, /app/app/assets/stylesheets/pages/_rooms.scss */
.chatMessage__row--right {
  margin: 0 0 24px;
  display: inline-flex;
  width: 100%;
  justify-content: flex-end;
  align-items: flex-end;
}
/* line 180, /app/app/assets/stylesheets/pages/_rooms.scss */
.chatMessage__row--right .chatMessage-content {
  padding: 16px;
  max-width: 50%;
  border-radius: 10px;
  word-break: break-all;
  font-size: 14px;
  color: #525c5a;
  background-color: #eaf7e4;
}
/* line 151, /app/app/assets/stylesheets/pages/_rooms.scss */
.chatMessage__row--right .chatMessage-content a {
  text-decoration: underline;
}
/* line 185, /app/app/assets/stylesheets/pages/_rooms.scss */
.chatMessage__row--right .chatMessage-date {
  margin: 0 4px 0 0;
  font-size: 12px;
  color: #83918f;
}
/* line 192, /app/app/assets/stylesheets/pages/_rooms.scss */
.chatMessage__row--center {
  margin: 0 0 24px;
  display: inline-flex;
  width: 100%;
  justify-content: center;
}
/* line 196, /app/app/assets/stylesheets/pages/_rooms.scss */
.chatMessage__row--center .chatMessage-content {
  padding: 25px 40px;
  width: 80%;
  border-radius: 10px;
  background-color: #f6f6f6;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #525c5a;
}
/* line 209, /app/app/assets/stylesheets/pages/_rooms.scss */
.chatMessage__button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  max-width: 500px;
  width: 100%;
  border-radius: 6px;
  background-color: #4aafde;
  outline: none;
  font-weight: bold;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  color: #333;
  transition: 0.3s;
}
/* line 224, /app/app/assets/stylesheets/pages/_rooms.scss */
.chatMessage__button:hover {
  opacity: 0.8;
  color: #fff;
}

/* line 231, /app/app/assets/stylesheets/pages/_rooms.scss */
.chat-menu {
  z-index: 100;
  position: absolute;
  top: 45px;
  left: 0;
  max-height: 680px;
  height: 80vh;
  width: 100%;
  background-color: #fff;
}

/* line 250, /app/app/assets/stylesheets/pages/_rooms.scss */
.rooms {
  display: flex;
  margin: -30px 0 0;
  width: 100%;
  padding: 8px;
  height: 85vh;
}
@media (max-width: 520px) {
  /* line 250, /app/app/assets/stylesheets/pages/_rooms.scss */
  .rooms {
    display: block;
    height: 95vh;
  }
}

/* line 259, /app/app/assets/stylesheets/pages/_rooms.scss */
.rooms-disabledChat {
  display: flex;
  margin: -30px 0 0;
  width: 100%;
  padding: 8px;
  height: 85vh;
}
@media (max-width: 520px) {
  /* line 259, /app/app/assets/stylesheets/pages/_rooms.scss */
  .rooms-disabledChat {
    display: block;
    height: 80vh;
  }
}

/* line 268, /app/app/assets/stylesheets/pages/_rooms.scss */
.rooms-nav-index {
  height: 80vh;
  border-radius: 4px 0 4px 4px;
  border: 1px solid #d9dfde;
  background-color: #fff;
}
/* line 274, /app/app/assets/stylesheets/pages/_rooms.scss */
.rooms-nav-index__list {
  padding: 0;
  width: 240px;
  height: 100%;
  overflow-y: scroll;
}
@media (max-width: 520px) {
  /* line 274, /app/app/assets/stylesheets/pages/_rooms.scss */
  .rooms-nav-index__list {
    width: 100%;
  }
}

/* line 286, /app/app/assets/stylesheets/pages/_rooms.scss */
.rooms-nav-show {
  height: 80vh;
  border-radius: 4px 0 4px 4px;
  border: 1px solid #d9dfde;
  background-color: #fff;
}
@media (max-width: 520px) {
  /* line 286, /app/app/assets/stylesheets/pages/_rooms.scss */
  .rooms-nav-show {
    display: none;
  }
}
/* line 296, /app/app/assets/stylesheets/pages/_rooms.scss */
.rooms-nav-show__list {
  padding: 0;
  width: 240px;
  height: 100%;
  overflow-y: scroll;
}

/* line 304, /app/app/assets/stylesheets/pages/_rooms.scss */
.rooms-item {
  width: 100%;
  border-bottom: 1px solid #d9dfde;
}
/* line 308, /app/app/assets/stylesheets/pages/_rooms.scss */
.rooms-item--current {
  background-color: #0fc88a;
}
/* line 312, /app/app/assets/stylesheets/pages/_rooms.scss */
.rooms-item--current .rooms-item__name {
  color: #fff !important;
}
/* line 316, /app/app/assets/stylesheets/pages/_rooms.scss */
.rooms-item--current .rooms-item__message {
  color: #fff !important;
}
/* line 322, /app/app/assets/stylesheets/pages/_rooms.scss */
.rooms-item__inner {
  padding: 16px;
  display: inline-flex;
  width: 100%;
}
/* line 327, /app/app/assets/stylesheets/pages/_rooms.scss */
.rooms-item__inner:hover {
  opacity: 0.7;
  text-decoration: none;
}
/* line 333, /app/app/assets/stylesheets/pages/_rooms.scss */
.rooms-item__thumb {
  margin: 0 8px 0 0;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  border: solid 1px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
/* line 342, /app/app/assets/stylesheets/pages/_rooms.scss */
.rooms-item__image {
  height: inherit;
  width: inherit;
  object-fit: cover;
}
/* line 348, /app/app/assets/stylesheets/pages/_rooms.scss */
.rooms-item__content {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}
/* line 354, /app/app/assets/stylesheets/pages/_rooms.scss */
.rooms-item__name {
  margin: 0 0 8px;
  font-size: 14px;
  letter-spacing: 0.88px;
  color: #525c5a;
}
/* line 361, /app/app/assets/stylesheets/pages/_rooms.scss */
.rooms-item__message {
  font-size: 12px;
  letter-spacing: 0.75px;
  color: #83918f;
}

/* line 1, /app/app/assets/stylesheets/pages/_terms.scss */
.term {
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
}
/* line 5, /app/app/assets/stylesheets/pages/_terms.scss */
.term__title {
  margin: 0 0 50px;
  text-align: center;
  font-size: 28px;
  color: #333;
}
/* line 11, /app/app/assets/stylesheets/pages/_terms.scss */
.term__content {
  color: #333;
  font-size: 14px;
  line-height: 1.5;
}
/* line 15, /app/app/assets/stylesheets/pages/_terms.scss */
.term__content ul {
  padding: 0 0 0 20px;
  line-height: 1.5;
}
/* line 19, /app/app/assets/stylesheets/pages/_terms.scss */
.term__content h3 {
  margin: 40px 0 10px;
  font-size: 20px;
}
/* line 23, /app/app/assets/stylesheets/pages/_terms.scss */
.term__content h4 {
  margin: 20px 0 10px;
  font-size: 16px;
}
/* line 27, /app/app/assets/stylesheets/pages/_terms.scss */
.term__content p {
  color: #333;
  font-size: 14px;
  margin: 0;
}

/* line 35, /app/app/assets/stylesheets/pages/_terms.scss */
.term-preview {
  margin: 0 0 1rem;
  padding: 10px;
  width: 620px;
  height: 60vh;
  border: 1px solid #999;
  overflow: hidden;
}
/* line 42, /app/app/assets/stylesheets/pages/_terms.scss */
.term-preview__inner {
  height: 100%;
  overflow: auto;
}

/* line 48, /app/app/assets/stylesheets/pages/_terms.scss */
.adminNew-term {
  max-width: 620px;
  width: 100%;
}
/* line 51, /app/app/assets/stylesheets/pages/_terms.scss */
.adminNew-term__content {
  height: 60vh;
}

/* line 2, /app/app/assets/stylesheets/pages/_tops.scss */
.top__inner {
  height: calc(100vh - 66px);
  width: 100%;
}

/* line 8, /app/app/assets/stylesheets/pages/_tops.scss */
.top-type {
  margin: 0 0 36px;
  list-style: none;
}
/* line 11, /app/app/assets/stylesheets/pages/_tops.scss */
.top-type__title {
  margin: 0 0 8px;
  padding: 0 0 8px;
  border-bottom: 1px solid #e2edeb;
  text-align: left;
}
/* line 16, /app/app/assets/stylesheets/pages/_tops.scss */
.top-type__title:before {
  content: '';
  margin: 0 8px 0 0;
  display: inline-block;
  height: 14px;
  width: 14px;
  background-color: #525c5a;
}
/* line 25, /app/app/assets/stylesheets/pages/_tops.scss */
.top-type__description {
  text-align: left;
}

/* line 30, /app/app/assets/stylesheets/pages/_tops.scss */
.top-guide {
  width: 40%;
  min-width: 520px;
}
/* line 33, /app/app/assets/stylesheets/pages/_tops.scss */
.top-guide__title {
  margin: 0 0 2rem;
  text-align: center;
}
/* line 37, /app/app/assets/stylesheets/pages/_tops.scss */
.top-guide__button {
  margin: 0 .5rem .5rem !important;
  width: 260px;
}

/* line 43, /app/app/assets/stylesheets/pages/_tops.scss */
.top-image {
  width: 60%;
  background: url(/assets/image_kakedas_top-dc36de83de4d9ee31ff1700c419813a405c8dc9b24bf474bdcd33f1f46a347bf.png) no-repeat center 0/840px;
}

/* line 2, /app/app/assets/stylesheets/pages/_email_verification_requests.scss */
.emailVerificationRequest__title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 18px;
}
@media (max-width: 520px) {
  /* line 2, /app/app/assets/stylesheets/pages/_email_verification_requests.scss */
  .emailVerificationRequest__title {
    font-size: 18px;
  }
}
/* line 12, /app/app/assets/stylesheets/pages/_email_verification_requests.scss */
.emailVerificationRequest__inner {
  margin: 0 auto;
  padding: 6rem 0 8rem;
  max-width: 500px;
  width: 100%;
}
/* line 19, /app/app/assets/stylesheets/pages/_email_verification_requests.scss */
.emailVerificationRequest__form {
  margin: 0 auto;
  max-width: 400px;
  width: 100%;
}
@media (max-width: 520px) {
  /* line 19, /app/app/assets/stylesheets/pages/_email_verification_requests.scss */
  .emailVerificationRequest__form {
    max-width: 90vw;
  }
}
/* line 29, /app/app/assets/stylesheets/pages/_email_verification_requests.scss */
.emailVerificationRequest__form-control {
  margin: 0 0 1rem;
}

/* line 1, /app/app/assets/stylesheets/spa/chat/_Chat.scss */
.Chat {
  position: relative;
  width: 100%;
  height: 80vh;
}

/* line 2, /app/app/assets/stylesheets/spa/chat/_ChatForm.scss */
.ChatForm__container {
  padding: 17px;
}
/* line 5, /app/app/assets/stylesheets/spa/chat/_ChatForm.scss */
.ChatForm__container--disabled {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 120px;
  margin-bottom: 20px;
}
/* line 14, /app/app/assets/stylesheets/spa/chat/_ChatForm.scss */
.ChatForm__input {
  display: flex;
}
/* line 18, /app/app/assets/stylesheets/spa/chat/_ChatForm.scss */
.ChatForm__footer {
  display: flex;
}
/* line 22, /app/app/assets/stylesheets/spa/chat/_ChatForm.scss */
.ChatForm__message {
  font-size: 14px;
  padding: 8px;
  line-height: 20px;
  width: 90%;
}
@media (max-width: 520px) {
  /* line 22, /app/app/assets/stylesheets/spa/chat/_ChatForm.scss */
  .ChatForm__message {
    font-size: 12px;
    width: 100%;
  }
}
/* line 34, /app/app/assets/stylesheets/spa/chat/_ChatForm.scss */
.ChatForm__disableMessage {
  font-size: 20px;
  font-weight: bold;
  color: #525c5a;
  text-align: center;
}

/* line 1, /app/app/assets/stylesheets/spa/chat/_ChatHeader.scss */
.ChatHeader {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 48px;
  width: 100%;
  border-radius: 4px 0 0 4px;
  border-top: solid 1px #d9dfde;
  border-left: solid 1px #d9dfde;
  border-bottom: 1px solid #e2edeb;
  border-right: solid 1px #d9dfde;
  background-color: #fff;
}
@media (max-width: 520px) {
  /* line 1, /app/app/assets/stylesheets/spa/chat/_ChatHeader.scss */
  .ChatHeader {
    justify-content: space-between;
    z-index: 80;
    padding: 0 12px;
  }
}

/* line 26, /app/app/assets/stylesheets/spa/chat/_ChatHeader.scss */
.ChatHeader-back {
  display: none;
}
@media (max-width: 520px) {
  /* line 26, /app/app/assets/stylesheets/spa/chat/_ChatHeader.scss */
  .ChatHeader-back {
    display: flex;
  }
}
/* line 34, /app/app/assets/stylesheets/spa/chat/_ChatHeader.scss */
.ChatHeader-back__link {
  font-size: 12px;
  color: #179bd9;
}

/* line 40, /app/app/assets/stylesheets/spa/chat/_ChatHeader.scss */
.ChatHeader-user {
  height: 100%;
  cursor: pointer;
  transition: all 0.2s;
}
/* line 45, /app/app/assets/stylesheets/spa/chat/_ChatHeader.scss */
.ChatHeader-user:hover {
  transition: all .4s ease;
}
/* line 4, /app/app/assets/stylesheets/base/_mixins.scss */
.ChatHeader-user:hover:hover {
  opacity: .6;
  text-decoration: none;
}
/* line 49, /app/app/assets/stylesheets/spa/chat/_ChatHeader.scss */
.ChatHeader-user__link {
  display: inline-flex;
  align-items: center;
  height: 100%;
}
/* line 55, /app/app/assets/stylesheets/spa/chat/_ChatHeader.scss */
.ChatHeader-user__avatar {
  margin: 0 8px 0 0;
  height: 40px;
  width: 40px;
  object-fit: cover;
  border-radius: 50%;
  border: solid 1px rgba(0, 0, 0, 0.06);
}
/* line 64, /app/app/assets/stylesheets/spa/chat/_ChatHeader.scss */
.ChatHeader-user__name {
  font-size: 14px;
  color: #179bd9;
}

/* line 70, /app/app/assets/stylesheets/spa/chat/_ChatHeader.scss */
.ChatHeader-eventRegistration {
  align-items: center;
  margin-right: 8px;
  max-width: 240px;
  padding: 4px 8px;
  font-weight: 600;
  font-size: 14px;
  background: #6bb6ff;
  border-radius: 50px;
}
/* line 80, /app/app/assets/stylesheets/spa/chat/_ChatHeader.scss */
.ChatHeader-eventRegistration__link {
  color: #FFF;
}

/* line 1, /app/app/assets/stylesheets/spa/chat/_ChatList.scss */
.ChatList {
  height: 64vh;
  border-radius: 0 4px 4px 0;
  border: solid 1px #d9dfde;
  border-left: none;
  background-color: #fff;
}
@media (max-width: 520px) {
  /* line 1, /app/app/assets/stylesheets/spa/chat/_ChatList.scss */
  .ChatList {
    border-left: solid 1px #d9dfde;
  }
}
/* line 12, /app/app/assets/stylesheets/spa/chat/_ChatList.scss */
.ChatList__inner {
  padding: 48px 24px 24px 24px;
  height: 100%;
  overflow: auto;
  box-sizing: border-box;
}

/* line 1, /app/app/assets/stylesheets/spa/chat/_ChatMessageLeft.scss */
.ChatMessageLeft {
  margin: 0 0 24px;
  display: inline-flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
}
/* line 8, /app/app/assets/stylesheets/spa/chat/_ChatMessageLeft.scss */
.ChatMessageLeft__content {
  padding: 16px;
  max-width: 50%;
  border-radius: 10px;
  background-color: #f6f6f6;
  white-space: pre-wrap;
  word-break: break-all;
  font-size: 14px;
  color: #525c5a;
}
@media (max-width: 520px) {
  /* line 8, /app/app/assets/stylesheets/spa/chat/_ChatMessageLeft.scss */
  .ChatMessageLeft__content {
    max-width: 80%;
    font-size: 12px;
  }
}
/* line 23, /app/app/assets/stylesheets/spa/chat/_ChatMessageLeft.scss */
.ChatMessageLeft__content a {
  text-decoration: underline;
}
/* line 28, /app/app/assets/stylesheets/spa/chat/_ChatMessageLeft.scss */
.ChatMessageLeft__sendAt {
  margin: 0 0 0 4px;
  font-size: 11px;
  color: #83918f;
}

/* line 1, /app/app/assets/stylesheets/spa/chat/_ChatMessageRight.scss */
.ChatMessageRight {
  margin: 0 0 24px;
  display: inline-flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
}
/* line 8, /app/app/assets/stylesheets/spa/chat/_ChatMessageRight.scss */
.ChatMessageRight__content {
  padding: 16px;
  max-width: 50%;
  border-radius: 10px;
  background-color: #eaf7e4;
  white-space: pre-wrap;
  word-break: break-all;
  font-size: 14px;
  color: #525c5a;
}
@media (max-width: 520px) {
  /* line 8, /app/app/assets/stylesheets/spa/chat/_ChatMessageRight.scss */
  .ChatMessageRight__content {
    max-width: 80%;
    font-size: 12px;
  }
}
/* line 23, /app/app/assets/stylesheets/spa/chat/_ChatMessageRight.scss */
.ChatMessageRight__content a {
  text-decoration: underline;
}
/* line 28, /app/app/assets/stylesheets/spa/chat/_ChatMessageRight.scss */
.ChatMessageRight__sendAt {
  margin: 0 4px 0 0;
  font-size: 12px;
  color: #83918f;
}

/* line 1, /app/app/assets/stylesheets/spa/chat/_ChatMessageNotify.scss */
.ChatMessageNotify {
  margin: 0 0 24px;
  display: inline-flex;
  justify-content: center;
  width: 100%;
}
/* line 7, /app/app/assets/stylesheets/spa/chat/_ChatMessageNotify.scss */
.ChatMessageNotify__content {
  padding: 25px 40px;
  width: 80%;
  border-radius: 10px;
  background-color: #f6f6f6;
  text-align: center;
  white-space: pre-line;
  font-size: 14px;
  font-weight: bold;
  color: #525c5a;
  line-height: 1.5;
}
@media (max-width: 520px) {
  /* line 7, /app/app/assets/stylesheets/spa/chat/_ChatMessageNotify.scss */
  .ChatMessageNotify__content {
    padding: 15px 15px;
    font-size: 12px;
  }
}
/* line 25, /app/app/assets/stylesheets/spa/chat/_ChatMessageNotify.scss */
.ChatMessageNotify__button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  max-width: 500px;
  width: 100%;
  border-radius: 6px;
  background-color: #4aafde;
  outline: none;
  font-weight: bold;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  color: #333;
  transition: 0.3s;
}
/* line 40, /app/app/assets/stylesheets/spa/chat/_ChatMessageNotify.scss */
.ChatMessageNotify__button:hover {
  opacity: 0.8;
  color: #fff;
}

/* line 1, /app/app/assets/stylesheets/spa/chat/_ChatSendButton.scss */
.ChatSendButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 48px;
  border-radius: 4px;
  border: none;
  background-color: #0fc88a;
  letter-spacing: 0.88px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
}

/* line 1, /app/app/assets/stylesheets/spa/chat/_ChatTextField.scss */
.ChatTextField {
  margin: 0 16px 0 0;
  padding: 14px;
  width: 100%;
  border-radius: 2px;
  border: solid 1px #d9dfde;
  background-color: #ffffff;
  resize: none;
  height: 90px;
}
/* line 11, /app/app/assets/stylesheets/spa/chat/_ChatTextField.scss */
.ChatTextField::placeholder {
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0.88px;
  color: #83918f;
}
@media (max-width: 520px) {
  /* line 1, /app/app/assets/stylesheets/spa/chat/_ChatTextField.scss */
  .ChatTextField {
    height: 120px;
  }
}
