@import url(//hello.myfonts.net/count/39195a);
@charset("utf-8");

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  -webkit-text-decoration: underline;
  text-decoration: underline; /* 2 */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Sailect-Regular */

@font-face {
  font-family: 'Sailec';
  font-weight: normal;
  font-style: normal;
  src: url('/assets/fonts/sailec/39195A_A_0.eot');
  src: url('/assets/fonts/sailec/39195A_A_0.eot?#iefix') format('embedded-opentype'),
       url('/assets/fonts/sailec/39195A_A_0.woff2') format('woff2'),
       url('/assets/fonts/sailec/39195A_A_0.woff') format('woff'),
       url('/assets/fonts/sailec/39195A_A_0.ttf') format('truetype');
}

/* Sailed-RegularItalic */

@font-face {
  font-family: 'Sailec';
  font-weight: normal;
  font-style: italic;
  src: url('/assets/fonts/sailec/39195A_B_0.eot');
  src: url('/assets/fonts/sailec/39195A_B_0.eot?#iefix') format('embedded-opentype'),
       url('/assets/fonts/sailec/39195A_B_0.woff2') format('woff2'),
       url('/assets/fonts/sailec/39195A_B_0.woff') format('woff'),
       url('/assets/fonts/sailec/39195A_B_0.ttf') format('truetype');
}

/* Sailec-Bold */

@font-face {
  font-family: 'Sailec';
  font-weight: bold;
  font-style: normal;
  src: url('/assets/fonts/sailec/39195A_0_0.eot');
  src: url('/assets/fonts/sailec/39195A_0_0.eot?#iefix') format('embedded-opentype'),
       url('/assets/fonts/sailec/39195A_0_0.woff2') format('woff2'),
       url('/assets/fonts/sailec/39195A_0_0.woff') format('woff'),
       url('/assets/fonts/sailec/39195A_0_0.ttf') format('truetype');
}

/* Sailec-BoldItalic */

@font-face {
  font-family: 'Sailec';
  font-weight: bold;
  font-style: italic;
  src: url('/assets/fonts/sailec/39195A_4_0.eot');
  src: url('/assets/fonts/sailec/39195A_4_0.eot?#iefix') format('embedded-opentype'),
       url('/assets/fonts/sailec/39195A_4_0.woff2') format('woff2'),
       url('/assets/fonts/sailec/39195A_4_0.woff') format('woff'),
       url('/assets/fonts/sailec/39195A_4_0.ttf') format('truetype');
}

/* Sailec-Black */

@font-face {
  font-family: 'Sailec';
  font-weight: bolder;
  font-style: normal;
  src: url('/assets/fonts/sailec/39195A_5_0.eot');
  src: url('/assets/fonts/sailec/39195A_5_0.eot?#iefix') format('embedded-opentype'),
       url('/assets/fonts/sailec/39195A_5_0.woff2') format('woff2'),
       url('/assets/fonts/sailec/39195A_5_0.woff') format('woff'),
       url('/assets/fonts/sailec/39195A_5_0.ttf') format('truetype');
}

/* Sailec-BlackItalic */

@font-face {
  font-family: 'Sailec';
  font-weight: bolder;
  font-style: italic;
  src: url('/assets/fonts/sailec/39195A_1_0.eot');
  src: url('/assets/fonts/sailec/39195A_1_0.eot?#iefix') format('embedded-opentype'),
       url('/assets/fonts/sailec/39195A_1_0.woff2') format('woff2'),
       url('/assets/fonts/sailec/39195A_1_0.woff') format('woff'),
       url('/assets/fonts/sailec/39195A_1_0.ttf') format('truetype');
}

/* Sailec-Light */

@font-face {
  font-family: 'Sailec';
  font-weight: lighter;
  font-style: normal;
  src: url('/assets/fonts/sailec/39195A_6_0.eot');
  src: url('/assets/fonts/sailec/39195A_6_0.eot?#iefix') format('embedded-opentype'),
       url('/assets/fonts/sailec/39195A_6_0.woff2') format('woff2'),
       url('/assets/fonts/sailec/39195A_6_0.woff') format('woff'),
       url('/assets/fonts/sailec/39195A_6_0.ttf') format('truetype');
}

/* Sailec-LightItalic */

@font-face {
  font-family: 'Sailec';
  font-weight: lighter;
  font-style: italic;
  src: url('/assets/fonts/sailec/39195A_7_0.eot');
  src: url('/assets/fonts/sailec/39195A_7_0.eot?#iefix') format('embedded-opentype'),
       url('/assets/fonts/sailec/39195A_7_0.woff2') format('woff2'),
       url('/assets/fonts/sailec/39195A_7_0.woff') format('woff'),
       url('/assets/fonts/sailec/39195A_7_0.ttf') format('truetype');
}

@font-face {
  font-family: 'unicons';
  src: url('/assets/fonts/unicons/unicons.eot');
  src: url('/assets/fonts/unicons/unicons.eot#iefix') format('embedded-opentype'),
       url('/assets/fonts/unicons/unicons.woff2') format('woff2'),
       url('/assets/fonts/unicons/unicons.woff') format('woff'),
       url('/assets/fonts/unicons/unicons.ttf') format('truetype'),
       url('/assets/fonts/unicons/unicons.svg#unicons') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="uil-"]:before, [class*=" uil-"]:before {
  font-family: "unicons";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.uil-0-plus:before { content: '\e800'; }

.uil-10-plus:before { content: '\e801'; }

.uil-12-plus:before { content: '\e802'; }

.uil-13-plus:before { content: '\e803'; }

.uil-16-plus:before { content: '\e804'; }

.uil-17-plus:before { content: '\e805'; }

.uil-18-plus:before { content: '\e806'; }

.uil-21-plus:before { content: '\e807'; }

.uil-3-plus:before { content: '\e808'; }

.uil-500px:before { content: '\e809'; }

.uil-6-plus:before { content: '\e80a'; }

.uil-abacus:before { content: '\e80b'; }

.uil-accessible-icon-alt:before { content: '\e80c'; }

.uil-adjust-alt:before { content: '\e80d'; }

.uil-adjust-circle:before { content: '\e80e'; }

.uil-adjust-half:before { content: '\e80f'; }

.uil-adjust:before { content: '\e810'; }

.uil-adobe-alt:before { content: '\e811'; }

.uil-adobe:before { content: '\e812'; }

.uil-airplay:before { content: '\e813'; }

.uil-align-alt:before { content: '\e814'; }

.uil-align-center-alt:before { content: '\e815'; }

.uil-align-center-h:before { content: '\e816'; }

.uil-align-center-justify:before { content: '\e817'; }

.uil-align-center-v:before { content: '\e818'; }

.uil-align-center:before { content: '\e819'; }

.uil-align-justify:before { content: '\e81a'; }

.uil-align-left-justify:before { content: '\e81b'; }

.uil-align-left:before { content: '\e81c'; }

.uil-align-letter-right:before { content: '\e81d'; }

.uil-align-right-justify:before { content: '\e81e'; }

.uil-align-right:before { content: '\e81f'; }

.uil-align:before { content: '\e820'; }

.uil-amazon:before { content: '\e821'; }

.uil-ambulance:before { content: '\e822'; }

.uil-analysis:before { content: '\e823'; }

.uil-analytics:before { content: '\e824'; }

.uil-anchor:before { content: '\e825'; }

.uil-android-alt:before { content: '\e826'; }

.uil-android-phone-slash:before { content: '\e827'; }

.uil-android:before { content: '\e828'; }

.uil-angle-double-down:before { content: '\e829'; }

.uil-angle-double-left:before { content: '\e82a'; }

.uil-angle-double-right:before { content: '\e82b'; }

.uil-angle-double-up:before { content: '\e82c'; }

.uil-angle-down:before { content: '\e82d'; }

.uil-angle-left:before { content: '\e82e'; }

.uil-angle-right-b:before { content: '\e82f'; }

.uil-angle-right:before { content: '\e830'; }

.uil-angle-up:before { content: '\e831'; }

.uil-angry:before { content: '\e832'; }

.uil-ankh:before { content: '\e833'; }

.uil-annoyed-alt:before { content: '\e834'; }

.uil-annoyed:before { content: '\e835'; }

.uil-apple-alt:before { content: '\e836'; }

.uil-apple:before { content: '\e837'; }

.uil-apps:before { content: '\e838'; }

.uil-archive-alt:before { content: '\e839'; }

.uil-archive:before { content: '\e83a'; }

.uil-archway:before { content: '\e83b'; }

.uil-arrow-break:before { content: '\e83c'; }

.uil-arrow-circle-down:before { content: '\e83d'; }

.uil-arrow-circle-left:before { content: '\e83e'; }

.uil-arrow-circle-right:before { content: '\e83f'; }

.uil-arrow-circle-up:before { content: '\e840'; }

.uil-arrow-compress-h:before { content: '\e841'; }

.uil-arrow-down-left:before { content: '\e842'; }

.uil-arrow-down-right:before { content: '\e843'; }

.uil-arrow-down:before { content: '\e844'; }

.uil-arrow-from-right:before { content: '\e845'; }

.uil-arrow-from-top:before { content: '\e846'; }

.uil-arrow-growth:before { content: '\e847'; }

.uil-arrow-left:before { content: '\e848'; }

.uil-arrow-random:before { content: '\e849'; }

.uil-arrow-resize-diagonal:before { content: '\e84a'; }

.uil-arrow-right:before { content: '\e84b'; }

.uil-arrow-to-bottom:before { content: '\e84c'; }

.uil-arrow-to-right:before { content: '\e84d'; }

.uil-arrow-up-left:before { content: '\e84e'; }

.uil-arrow-up-right:before { content: '\e84f'; }

.uil-arrow-up:before { content: '\e850'; }

.uil-arrows-h-alt:before { content: '\e851'; }

.uil-arrows-h:before { content: '\e852'; }

.uil-arrows-left-down:before { content: '\e853'; }

.uil-arrows-maximize:before { content: '\e854'; }

.uil-arrows-merge:before { content: '\e855'; }

.uil-arrows-resize-h:before { content: '\e856'; }

.uil-arrows-resize-v:before { content: '\e857'; }

.uil-arrows-resize:before { content: '\e858'; }

.uil-arrows-right-down:before { content: '\e859'; }

.uil-arrows-shrink-h:before { content: '\e85a'; }

.uil-arrows-shrink-v:before { content: '\e85b'; }

.uil-arrows-up-right:before { content: '\e85c'; }

.uil-arrows-v-alt:before { content: '\e85d'; }

.uil-arrows-v:before { content: '\e85e'; }

.uil-assistive-listening-systems:before { content: '\e85f'; }

.uil-asterisk:before { content: '\e860'; }

.uil-at:before { content: '\e861'; }

.uil-atm-card:before { content: '\e862'; }

.uil-atom:before { content: '\e863'; }

.uil-auto-flash:before { content: '\e864'; }

.uil-award-alt:before { content: '\e865'; }

.uil-award:before { content: '\e866'; }

.uil-baby-carriage:before { content: '\e867'; }

.uil-backpack:before { content: '\e868'; }

.uil-backspace:before { content: '\e869'; }

.uil-backward:before { content: '\e86a'; }

.uil-bag-alt:before { content: '\e86b'; }

.uil-bag-slash:before { content: '\e86c'; }

.uil-bag:before { content: '\e86d'; }

.uil-balance-scale:before { content: '\e86e'; }

.uil-ball:before { content: '\e86f'; }

.uil-ban:before { content: '\e870'; }

.uil-bars:before { content: '\e871'; }

.uil-baseball-ball:before { content: '\e872'; }

.uil-basketball-hoop:before { content: '\e873'; }

.uil-basketball:before { content: '\e874'; }

.uil-bath:before { content: '\e875'; }

.uil-battery-bolt:before { content: '\e876'; }

.uil-battery-empty:before { content: '\e877'; }

.uil-bed-double:before { content: '\e878'; }

.uil-bed:before { content: '\e879'; }

.uil-behance-alt:before { content: '\e87a'; }

.uil-behance:before { content: '\e87b'; }

.uil-bell-school:before { content: '\e87c'; }

.uil-bell-slash:before { content: '\e87d'; }

.uil-bell:before { content: '\e87e'; }

.uil-bill:before { content: '\e87f'; }

.uil-bitcoin-alt:before { content: '\e880'; }

.uil-bitcoin-bold:before { content: '\e881'; }

.uil-bitcoin-circle:before { content: '\e882'; }

.uil-bitcoin:before { content: '\e883'; }

.uil-black-berry:before { content: '\e884'; }

.uil-blogger-alt:before { content: '\e885'; }

.uil-blogger:before { content: '\e886'; }

.uil-bluetooth-b:before { content: '\e887'; }

.uil-bold:before { content: '\e888'; }

.uil-bolt-alt:before { content: '\e889'; }

.uil-bolt-slash:before { content: '\e88a'; }

.uil-bolt:before { content: '\e88b'; }

.uil-book-alt:before { content: '\e88c'; }

.uil-book-medical:before { content: '\e88d'; }

.uil-book-open:before { content: '\e88e'; }

.uil-book-reader:before { content: '\e88f'; }

.uil-book:before { content: '\e890'; }

.uil-bookmark-full:before { content: '\e891'; }

.uil-bookmark:before { content: '\e892'; }

.uil-books:before { content: '\e893'; }

.uil-boombox:before { content: '\e894'; }

.uil-border-alt:before { content: '\e895'; }

.uil-border-bottom:before { content: '\e896'; }

.uil-border-clear:before { content: '\e897'; }

.uil-border-horizontal:before { content: '\e898'; }

.uil-border-inner:before { content: '\e899'; }

.uil-border-left:before { content: '\e89a'; }

.uil-border-out:before { content: '\e89b'; }

.uil-border-right:before { content: '\e89c'; }

.uil-border-top:before { content: '\e89d'; }

.uil-border-vertical:before { content: '\e89e'; }

.uil-bowling-ball:before { content: '\e89f'; }

.uil-box:before { content: '\e8a0'; }

.uil-briefcase-alt:before { content: '\e8a1'; }

.uil-briefcase:before { content: '\e8a2'; }

.uil-bright:before { content: '\e8a3'; }

.uil-brightness-empty:before { content: '\e8a4'; }

.uil-brightness-half:before { content: '\e8a5'; }

.uil-brightness-low:before { content: '\e8a6'; }

.uil-brightness-minus:before { content: '\e8a7'; }

.uil-brightness-plus:before { content: '\e8a8'; }

.uil-brightness:before { content: '\e8a9'; }

.uil-bring-bottom:before { content: '\e8aa'; }

.uil-bring-front:before { content: '\e8ab'; }

.uil-brush-alt:before { content: '\e8ac'; }

.uil-bug:before { content: '\e8ad'; }

.uil-building:before { content: '\e8ae'; }

.uil-bullseye:before { content: '\e8af'; }

.uil-bus-alt:before { content: '\e8b0'; }

.uil-bus-school:before { content: '\e8b1'; }

.uil-bus:before { content: '\e8b2'; }

.uil-calcualtor:before { content: '\e8b3'; }

.uil-calculator-alt:before { content: '\e8b4'; }

.uil-calculator:before { content: '\e8b5'; }

.uil-calendar-alt:before { content: '\e8b6'; }

.uil-calendar-slash:before { content: '\e8b7'; }

.uil-calender:before { content: '\e8b8'; }

.uil-calling:before { content: '\e8b9'; }

.uil-camera-change:before { content: '\e8ba'; }

.uil-camera-plus:before { content: '\e8bb'; }

.uil-camera-slash:before { content: '\e8bc'; }

.uil-camera:before { content: '\e8bd'; }

.uil-cancel:before { content: '\e8be'; }

.uil-capsule:before { content: '\e8bf'; }

.uil-capture:before { content: '\e8c0'; }

.uil-car-sideview:before { content: '\e8c1'; }

.uil-car-slash:before { content: '\e8c2'; }

.uil-car-wash:before { content: '\e8c3'; }

.uil-car:before { content: '\e8c4'; }

.uil-card-atm:before { content: '\e8c5'; }

.uil-caret-right:before { content: '\e8c6'; }

.uil-cart:before { content: '\e8c7'; }

.uil-cell:before { content: '\e8c8'; }

.uil-celsius:before { content: '\e8c9'; }

.uil-chart-bar-alt:before { content: '\e8ca'; }

.uil-chart-bar:before { content: '\e8cb'; }

.uil-chart-down:before { content: '\e8cc'; }

.uil-chart-growth-alt:before { content: '\e8cd'; }

.uil-chart-growth:before { content: '\e8ce'; }

.uil-chart-line:before { content: '\e8cf'; }

.uil-chart-pie-alt:before { content: '\e8d0'; }

.uil-chart-pie:before { content: '\e8d1'; }

.uil-chart:before { content: '\e8d2'; }

.uil-chat-bubble-user:before { content: '\e8d3'; }

.uil-chat-info:before { content: '\e8d4'; }

.uil-chat:before { content: '\e8d5'; }

.uil-check-circle:before { content: '\e8d6'; }

.uil-check-square:before { content: '\e8d7'; }

.uil-check:before { content: '\e8d8'; }

.uil-circle-layer:before { content: '\e8d9'; }

.uil-circle:before { content: '\e8da'; }

.uil-circuit:before { content: '\e8db'; }

.uil-clapper-board:before { content: '\e8dc'; }

.uil-clipboard-alt:before { content: '\e8dd'; }

.uil-clipboard-blank:before { content: '\e8de'; }

.uil-clipboard-notes:before { content: '\e8df'; }

.uil-clipboard:before { content: '\e8e0'; }

.uil-clock-eight:before { content: '\e8e1'; }

.uil-clock-five:before { content: '\e8e2'; }

.uil-clock-nine:before { content: '\e8e3'; }

.uil-clock-seven:before { content: '\e8e4'; }

.uil-clock-ten:before { content: '\e8e5'; }

.uil-clock-three:before { content: '\e8e6'; }

.uil-clock-two:before { content: '\e8e7'; }

.uil-clock:before { content: '\e8e8'; }

.uil-closed-captioning:before { content: '\e8e9'; }

.uil-cloud-block:before { content: '\e8ea'; }

.uil-cloud-bookmark:before { content: '\e8eb'; }

.uil-cloud-check:before { content: '\e8ec'; }

.uil-cloud-computing:before { content: '\e8ed'; }

.uil-cloud-data-connection:before { content: '\e8ee'; }

.uil-cloud-database-tree:before { content: '\e8ef'; }

.uil-cloud-download:before { content: '\e8f0'; }

.uil-cloud-drizzle:before { content: '\e8f1'; }

.uil-cloud-exclamation:before { content: '\e8f2'; }

.uil-cloud-hail:before { content: '\e8f3'; }

.uil-cloud-heart:before { content: '\e8f4'; }

.uil-cloud-info:before { content: '\e8f5'; }

.uil-cloud-lock:before { content: '\e8f6'; }

.uil-cloud-meatball:before { content: '\e8f7'; }

.uil-cloud-moon-hail:before { content: '\e8f8'; }

.uil-cloud-moon-meatball:before { content: '\e8f9'; }

.uil-cloud-moon-rain:before { content: '\e8fa'; }

.uil-cloud-moon-showers:before { content: '\e8fb'; }

.uil-cloud-moon:before { content: '\e8fc'; }

.uil-cloud-question:before { content: '\e8fd'; }

.uil-cloud-rain-sun:before { content: '\e8fe'; }

.uil-cloud-rain:before { content: '\e8ff'; }

.uil-cloud-redo:before { content: '\e900'; }

.uil-cloud-set:before { content: '\e901'; }

.uil-cloud-share:before { content: '\e902'; }

.uil-cloud-shield:before { content: '\e903'; }

.uil-cloud-showers-alt:before { content: '\e904'; }

.uil-cloud-showers-heavy:before { content: '\e905'; }

.uil-cloud-showers:before { content: '\e906'; }

.uil-cloud-slash:before { content: '\e907'; }

.uil-cloud-sun-hail:before { content: '\e908'; }

.uil-cloud-sun-meatball:before { content: '\e909'; }

.uil-cloud-sun-rain-alt:before { content: '\e90a'; }

.uil-cloud-sun-rain:before { content: '\e90b'; }

.uil-cloud-sun-tear:before { content: '\e90c'; }

.uil-cloud-sun:before { content: '\e90d'; }

.uil-cloud-times:before { content: '\e90e'; }

.uil-cloud-unlock:before { content: '\e90f'; }

.uil-cloud-upload:before { content: '\e910'; }

.uil-cloud-wifi:before { content: '\e911'; }

.uil-cloud-wind:before { content: '\e912'; }

.uil-cloud:before { content: '\e913'; }

.uil-clouds:before { content: '\e914'; }

.uil-club:before { content: '\e915'; }

.uil-code:before { content: '\e916'; }

.uil-coffee:before { content: '\e917'; }

.uil-cog:before { content: '\e918'; }

.uil-coins:before { content: '\e919'; }

.uil-columns:before { content: '\e91a'; }

.uil-comment-alt-block:before { content: '\e91b'; }

.uil-comment-alt-chart-lines:before { content: '\e91c'; }

.uil-comment-alt-check:before { content: '\e91d'; }

.uil-comment-alt-dots:before { content: '\e91e'; }

.uil-comment-alt-download:before { content: '\e91f'; }

.uil-comment-alt-edit:before { content: '\e920'; }

.uil-comment-alt-exclamation:before { content: '\e921'; }

.uil-comment-alt-heart:before { content: '\e922'; }

.uil-comment-alt-image:before { content: '\e923'; }

.uil-comment-alt-info:before { content: '\e924'; }

.uil-comment-alt-lines:before { content: '\e925'; }

.uil-comment-alt-lock:before { content: '\e926'; }

.uil-comment-alt-medical:before { content: '\e927'; }

.uil-comment-alt-message:before { content: '\e928'; }

.uil-comment-alt-notes:before { content: '\e929'; }

.uil-comment-alt-plus:before { content: '\e92a'; }

.uil-comment-alt-question:before { content: '\e92b'; }

.uil-comment-alt-redo:before { content: '\e92c'; }

.uil-comment-alt-search:before { content: '\e92d'; }

.uil-comment-alt-share:before { content: '\e92e'; }

.uil-comment-alt-shield:before { content: '\e92f'; }

.uil-comment-alt-slash:before { content: '\e930'; }

.uil-comment-alt-upload:before { content: '\e931'; }

.uil-comment-alt-verify:before { content: '\e932'; }

.uil-comment-alt:before { content: '\e933'; }

.uil-comment-block:before { content: '\e934'; }

.uil-comment-chart-line:before { content: '\e935'; }

.uil-comment-check:before { content: '\e936'; }

.uil-comment-dots:before { content: '\e937'; }

.uil-comment-download:before { content: '\e938'; }

.uil-comment-edit:before { content: '\e939'; }

.uil-comment-exclamation:before { content: '\e93a'; }

.uil-comment-heart:before { content: '\e93b'; }

.uil-comment-image:before { content: '\e93c'; }

.uil-comment-info-alt:before { content: '\e93d'; }

.uil-comment-info:before { content: '\e93e'; }

.uil-comment-lines:before { content: '\e93f'; }

.uil-comment-lock:before { content: '\e940'; }

.uil-comment-medical:before { content: '\e941'; }

.uil-comment-message:before { content: '\e942'; }

.uil-comment-notes:before { content: '\e943'; }

.uil-comment-plus:before { content: '\e944'; }

.uil-comment-question:before { content: '\e945'; }

.uil-comment-redo:before { content: '\e946'; }

.uil-comment-search:before { content: '\e947'; }

.uil-comment-share:before { content: '\e948'; }

.uil-comment-shield:before { content: '\e949'; }

.uil-comment-slash:before { content: '\e94a'; }

.uil-comment-upload:before { content: '\e94b'; }

.uil-comment-verify:before { content: '\e94c'; }

.uil-comment:before { content: '\e94d'; }

.uil-comments-alt:before { content: '\e94e'; }

.uil-comments:before { content: '\e94f'; }

.uil-commnet-alt-slash:before { content: '\e950'; }

.uil-compact-disc:before { content: '\e951'; }

.uil-compass:before { content: '\e952'; }

.uil-compress-alt-left:before { content: '\e953'; }

.uil-compress-alt:before { content: '\e954'; }

.uil-compress-arrows:before { content: '\e955'; }

.uil-compress-lines:before { content: '\e956'; }

.uil-compress-point:before { content: '\e957'; }

.uil-compress-v:before { content: '\e958'; }

.uil-compress:before { content: '\e959'; }

.uil-computer-mouse:before { content: '\e95a'; }

.uil-confused:before { content: '\e95b'; }

.uil-constructor:before { content: '\e95c'; }

.uil-copy-alt:before { content: '\e95d'; }

.uil-copy-landscape:before { content: '\e95e'; }

.uil-copy:before { content: '\e95f'; }

.uil-copyright:before { content: '\e960'; }

.uil-corner-down-left:before { content: '\e961'; }

.uil-corner-down-right-alt:before { content: '\e962'; }

.uil-corner-down-right:before { content: '\e963'; }

.uil-corner-left-down:before { content: '\e964'; }

.uil-corner-right-down:before { content: '\e965'; }

.uil-corner-up-left-alt:before { content: '\e966'; }

.uil-corner-up-left:before { content: '\e967'; }

.uil-corner-up-right-alt:before { content: '\e968'; }

.uil-corner-up-right:before { content: '\e969'; }

.uil-creative-commons-pd-alt:before { content: '\e96a'; }

.uil-creative-commons-pd:before { content: '\e96b'; }

.uil-crockery:before { content: '\e96c'; }

.uil-crop-alt-rotate-left:before { content: '\e96d'; }

.uil-crop-alt-rotate-right:before { content: '\e96e'; }

.uil-crop-alt:before { content: '\e96f'; }

.uil-crosshair-alt:before { content: '\e970'; }

.uil-crosshair:before { content: '\e971'; }

.uil-crosshairs:before { content: '\e972'; }

.uil-cube:before { content: '\e973'; }

.uil-dashboard:before { content: '\e974'; }

.uil-data-sharing:before { content: '\e975'; }

.uil-database-alt:before { content: '\e976'; }

.uil-database:before { content: '\e977'; }

.uil-desert:before { content: '\e978'; }

.uil-desktop-alt-slash:before { content: '\e979'; }

.uil-desktop-alt:before { content: '\e97a'; }

.uil-desktop-cloud-alt:before { content: '\e97b'; }

.uil-desktop-slash:before { content: '\e97c'; }

.uil-desktop:before { content: '\e97d'; }

.uil-dialpad-alt:before { content: '\e97e'; }

.uil-dialpad:before { content: '\e97f'; }

.uil-diamond:before { content: '\e980'; }

.uil-diary-alt:before { content: '\e981'; }

.uil-diary:before { content: '\e982'; }

.uil-dice-five:before { content: '\e983'; }

.uil-dice-four:before { content: '\e984'; }

.uil-dice-one:before { content: '\e985'; }

.uil-dice-six:before { content: '\e986'; }

.uil-dice-three:before { content: '\e987'; }

.uil-dice-two:before { content: '\e988'; }

.uil-direction:before { content: '\e989'; }

.uil-directions:before { content: '\e98a'; }

.uil-dizzy-meh:before { content: '\e98b'; }

.uil-dna:before { content: '\e98c'; }

.uil-document-layout-center:before { content: '\e98d'; }

.uil-document-layout-left:before { content: '\e98e'; }

.uil-document-layout-right:before { content: '\e98f'; }

.uil-document:before { content: '\e990'; }

.uil-dollar-alt:before { content: '\e991'; }

.uil-dollar-sign-alt:before { content: '\e992'; }

.uil-dollar-sign:before { content: '\e993'; }

.uil-down-arrow:before { content: '\e994'; }

.uil-download-alt:before { content: '\e995'; }

.uil-dribbble:before { content: '\e996'; }

.uil-drill:before { content: '\e997'; }

.uil-dropbox:before { content: '\e998'; }

.uil-dumbbell:before { content: '\e999'; }

.uil-ear:before { content: '\e99a'; }

.uil-edit-alt:before { content: '\e99b'; }

.uil-edit:before { content: '\e99c'; }

.uil-ellipsis-h:before { content: '\e99d'; }

.uil-ellipsis-v:before { content: '\e99e'; }

.uil-emoji:before { content: '\e99f'; }

.uil-enter:before { content: '\e9a0'; }

.uil-entry:before { content: '\e9a1'; }

.uil-envelope-add:before { content: '\e9a2'; }

.uil-envelope-alt:before { content: '\e9a3'; }

.uil-envelope-block:before { content: '\e9a4'; }

.uil-envelope-bookmark:before { content: '\e9a5'; }

.uil-envelope-check:before { content: '\e9a6'; }

.uil-envelope-download-alt:before { content: '\e9a7'; }

.uil-envelope-download:before { content: '\e9a8'; }

.uil-envelope-edit:before { content: '\e9a9'; }

.uil-envelope-exclamation:before { content: '\e9aa'; }

.uil-envelope-heart:before { content: '\e9ab'; }

.uil-envelope-info:before { content: '\e9ac'; }

.uil-envelope-lock:before { content: '\e9ad'; }

.uil-envelope-minus:before { content: '\e9ae'; }

.uil-envelope-open:before { content: '\e9af'; }

.uil-envelope-question:before { content: '\e9b0'; }

.uil-envelope-receive:before { content: '\e9b1'; }

.uil-envelope-redo:before { content: '\e9b2'; }

.uil-envelope-search:before { content: '\e9b3'; }

.uil-envelope-send:before { content: '\e9b4'; }

.uil-envelope-share:before { content: '\e9b5'; }

.uil-envelope-shield:before { content: '\e9b6'; }

.uil-envelope-star:before { content: '\e9b7'; }

.uil-envelope-times:before { content: '\e9b8'; }

.uil-envelope-upload-alt:before { content: '\e9b9'; }

.uil-envelope-upload:before { content: '\e9ba'; }

.uil-envelope:before { content: '\e9bb'; }

.uil-envelopes:before { content: '\e9bc'; }

.uil-equal-circle:before { content: '\e9bd'; }

.uil-euro-circle:before { content: '\e9be'; }

.uil-euro:before { content: '\e9bf'; }

.uil-exchange-alt:before { content: '\e9c0'; }

.uil-exchange:before { content: '\e9c1'; }

.uil-exclamation-circle:before { content: '\e9c2'; }

.uil-exclamation-octagon:before { content: '\e9c3'; }

.uil-exclamation-triangle:before { content: '\e9c4'; }

.uil-exclude:before { content: '\e9c5'; }

.uil-exit:before { content: '\e9c6'; }

.uil-expand-alt:before { content: '\e9c7'; }

.uil-expand-arrows-alt:before { content: '\e9c8'; }

.uil-expand-arrows:before { content: '\e9c9'; }

.uil-expand-from-corner:before { content: '\e9ca'; }

.uil-expand-left:before { content: '\e9cb'; }

.uil-expand-right:before { content: '\e9cc'; }

.uil-export:before { content: '\e9cd'; }

.uil-exposure-alt:before { content: '\e9ce'; }

.uil-exposure-increase:before { content: '\e9cf'; }

.uil-external-link-alt:before { content: '\e9d0'; }

.uil-eye-slash:before { content: '\e9d1'; }

.uil-eye:before { content: '\e9d2'; }

.uil-facebook-f:before { content: '\e9d3'; }

.uil-facebook-messenger-alt:before { content: '\e9d4'; }

.uil-facebook-messenger:before { content: '\e9d5'; }

.uil-facebook:before { content: '\e9d6'; }

.uil-fahrenheit:before { content: '\e9d7'; }

.uil-fast-mail-alt:before { content: '\e9d8'; }

.uil-fast-mail:before { content: '\e9d9'; }

.uil-favorite:before { content: '\e9da'; }

.uil-feedback:before { content: '\e9db'; }

.uil-file-alt:before { content: '\e9dc'; }

.uil-file-blank:before { content: '\e9dd'; }

.uil-file-block-alt:before { content: '\e9de'; }

.uil-file-bookmark-alt:before { content: '\e9df'; }

.uil-file-check-alt:before { content: '\e9e0'; }

.uil-file-check:before { content: '\e9e1'; }

.uil-file-contract-dollar:before { content: '\e9e2'; }

.uil-file-copy-alt:before { content: '\e9e3'; }

.uil-file-download-alt:before { content: '\e9e4'; }

.uil-file-download:before { content: '\e9e5'; }

.uil-file-edit-alt:before { content: '\e9e6'; }

.uil-file-exclamation-alt:before { content: '\e9e7'; }

.uil-file-exclamation:before { content: '\e9e8'; }

.uil-file-heart:before { content: '\e9e9'; }

.uil-file-info-alt:before { content: '\e9ea'; }

.uil-file-landscape-alt:before { content: '\e9eb'; }

.uil-file-landscape:before { content: '\e9ec'; }

.uil-file-lanscape-slash:before { content: '\e9ed'; }

.uil-file-lock-alt:before { content: '\e9ee'; }

.uil-file-medical-alt:before { content: '\e9ef'; }

.uil-file-medical:before { content: '\e9f0'; }

.uil-file-minus-alt:before { content: '\e9f1'; }

.uil-file-minus:before { content: '\e9f2'; }

.uil-file-network:before { content: '\e9f3'; }

.uil-file-plus-alt:before { content: '\e9f4'; }

.uil-file-plus:before { content: '\e9f5'; }

.uil-file-question-alt:before { content: '\e9f6'; }

.uil-file-question:before { content: '\e9f7'; }

.uil-file-redo-alt:before { content: '\e9f8'; }

.uil-file-search-alt:before { content: '\e9f9'; }

.uil-file-share-alt:before { content: '\e9fa'; }

.uil-file-shield-alt:before { content: '\e9fb'; }

.uil-file-slash:before { content: '\e9fc'; }

.uil-file-times-alt:before { content: '\e9fd'; }

.uil-file-times:before { content: '\e9fe'; }

.uil-file-upload-alt:before { content: '\e9ff'; }

.uil-file-upload:before { content: '\ea00'; }

.uil-file:before { content: '\ea01'; }

.uil-files-landscapes-alt:before { content: '\ea02'; }

.uil-files-landscapes:before { content: '\ea03'; }

.uil-film:before { content: '\ea04'; }

.uil-filter-slash:before { content: '\ea05'; }

.uil-filter:before { content: '\ea06'; }

.uil-fire:before { content: '\ea07'; }

.uil-flask-potion:before { content: '\ea08'; }

.uil-flask:before { content: '\ea09'; }

.uil-flip-h-alt:before { content: '\ea0a'; }

.uil-flip-h:before { content: '\ea0b'; }

.uil-flip-v-alt:before { content: '\ea0c'; }

.uil-flip-v:before { content: '\ea0d'; }

.uil-flower:before { content: '\ea0e'; }

.uil-focus-add:before { content: '\ea0f'; }

.uil-focus-target:before { content: '\ea10'; }

.uil-focus:before { content: '\ea11'; }

.uil-folder-check:before { content: '\ea12'; }

.uil-folder-download:before { content: '\ea13'; }

.uil-folder-exclamation:before { content: '\ea14'; }

.uil-folder-heart:before { content: '\ea15'; }

.uil-folder-info:before { content: '\ea16'; }

.uil-folder-lock:before { content: '\ea17'; }

.uil-folder-medical:before { content: '\ea18'; }

.uil-folder-minus:before { content: '\ea19'; }

.uil-folder-network:before { content: '\ea1a'; }

.uil-folder-plus:before { content: '\ea1b'; }

.uil-folder-question:before { content: '\ea1c'; }

.uil-folder-slash:before { content: '\ea1d'; }

.uil-folder-times:before { content: '\ea1e'; }

.uil-folder-upload:before { content: '\ea1f'; }

.uil-folder:before { content: '\ea20'; }

.uil-food:before { content: '\ea21'; }

.uil-football-american:before { content: '\ea22'; }

.uil-football-ball:before { content: '\ea23'; }

.uil-football:before { content: '\ea24'; }

.uil-forecastcloud-moon-tear:before { content: '\ea25'; }

.uil-forwaded-call:before { content: '\ea26'; }

.uil-forward:before { content: '\ea27'; }

.uil-frown:before { content: '\ea28'; }

.uil-game-structure:before { content: '\ea29'; }

.uil-game:before { content: '\ea2a'; }

.uil-gift:before { content: '\ea2b'; }

.uil-github-alt:before { content: '\ea2c'; }

.uil-github:before { content: '\ea2d'; }

.uil-glass-martini-alt-slash:before { content: '\ea2e'; }

.uil-glass-martini-alt:before { content: '\ea2f'; }

.uil-glass-martini:before { content: '\ea30'; }

.uil-glass-tea:before { content: '\ea31'; }

.uil-glass:before { content: '\ea32'; }

.uil-globe:before { content: '\ea33'; }

.uil-gold:before { content: '\ea34'; }

.uil-google-drive-alt:before { content: '\ea35'; }

.uil-google-drive:before { content: '\ea36'; }

.uil-google-hangouts-alt:before { content: '\ea37'; }

.uil-google-hangouts:before { content: '\ea38'; }

.uil-google-play:before { content: '\ea39'; }

.uil-google:before { content: '\ea3a'; }

.uil-graduation-hat:before { content: '\ea3b'; }

.uil-graph-bar:before { content: '\ea3c'; }

.uil-grid:before { content: '\ea3d'; }

.uil-grids:before { content: '\ea3e'; }

.uil-grin-tongue-wink-alt:before { content: '\ea3f'; }

.uil-grin-tongue-wink:before { content: '\ea40'; }

.uil-grin:before { content: '\ea41'; }

.uil-grip-horizontal-line:before { content: '\ea42'; }

.uil-hdd:before { content: '\ea43'; }

.uil-headphones-alt:before { content: '\ea44'; }

.uil-headphones:before { content: '\ea45'; }

.uil-heart-alt:before { content: '\ea46'; }

.uil-heart-medical:before { content: '\ea47'; }

.uil-heart-rate:before { content: '\ea48'; }

.uil-heart-sign:before { content: '\ea49'; }

.uil-heart:before { content: '\ea4a'; }

.uil-heartbeat:before { content: '\ea4b'; }

.uil-history-alt:before { content: '\ea4c'; }

.uil-history:before { content: '\ea4d'; }

.uil-home-alt:before { content: '\ea4e'; }

.uil-home:before { content: '\ea4f'; }

.uil-horizontal-align-center:before { content: '\ea50'; }

.uil-horizontal-align-left:before { content: '\ea51'; }

.uil-horizontal-align-right:before { content: '\ea52'; }

.uil-horizontal-distribution-center:before { content: '\ea53'; }

.uil-horizontal-distribution-left:before { content: '\ea54'; }

.uil-horizontal-distribution-right:before { content: '\ea55'; }

.uil-hourglass:before { content: '\ea56'; }

.uil-html3-alt:before { content: '\ea57'; }

.uil-html3:before { content: '\ea58'; }

.uil-hunting:before { content: '\ea59'; }

.uil-image-alt-slash:before { content: '\ea5a'; }

.uil-image-block:before { content: '\ea5b'; }

.uil-image-broken:before { content: '\ea5c'; }

.uil-image-check:before { content: '\ea5d'; }

.uil-image-download:before { content: '\ea5e'; }

.uil-image-edit:before { content: '\ea5f'; }

.uil-image-lock:before { content: '\ea60'; }

.uil-image-minus:before { content: '\ea61'; }

.uil-image-plus:before { content: '\ea62'; }

.uil-image-question:before { content: '\ea63'; }

.uil-image-redo:before { content: '\ea64'; }

.uil-image-resize-landscape:before { content: '\ea65'; }

.uil-image-resize-square:before { content: '\ea66'; }

.uil-image-search:before { content: '\ea67'; }

.uil-image-share:before { content: '\ea68'; }

.uil-image-shield:before { content: '\ea69'; }

.uil-image-slash:before { content: '\ea6a'; }

.uil-image-times:before { content: '\ea6b'; }

.uil-image-upload:before { content: '\ea6c'; }

.uil-image-v:before { content: '\ea6d'; }

.uil-image:before { content: '\ea6e'; }

.uil-images:before { content: '\ea6f'; }

.uil-import:before { content: '\ea70'; }

.uil-incoming-call:before { content: '\ea71'; }

.uil-info-circle:before { content: '\ea72'; }

.uil-instagram-alt:before { content: '\ea73'; }

.uil-instagram:before { content: '\ea74'; }

.uil-intercom-alt:before { content: '\ea75'; }

.uil-intercom:before { content: '\ea76'; }

.uil-invoice:before { content: '\ea77'; }

.uil-italic:before { content: '\ea78'; }

.uil-jackhammer:before { content: '\ea79'; }

.uil-java-script:before { content: '\ea7a'; }

.uil-kayak:before { content: '\ea7b'; }

.uil-key-skeleton-alt:before { content: '\ea7c'; }

.uil-key-skeleton:before { content: '\ea7d'; }

.uil-keyboard-alt:before { content: '\ea7e'; }

.uil-keyboard-hide:before { content: '\ea7f'; }

.uil-keyboard-show:before { content: '\ea80'; }

.uil-keyboard:before { content: '\ea81'; }

.uil-keyhole-circle:before { content: '\ea82'; }

.uil-keyhole-square-full:before { content: '\ea83'; }

.uil-keyhole-square:before { content: '\ea84'; }

.uil-kid:before { content: '\ea85'; }

.uil-label-alt:before { content: '\ea86'; }

.uil-label:before { content: '\ea87'; }

.uil-lamp:before { content: '\ea88'; }

.uil-laptop-cloud:before { content: '\ea89'; }

.uil-laptop:before { content: '\ea8a'; }

.uil-laughing:before { content: '\ea8b'; }

.uil-layer-group-slash:before { content: '\ea8c'; }

.uil-layer-group:before { content: '\ea8d'; }

.uil-layers-alt:before { content: '\ea8e'; }

.uil-layers-slash:before { content: '\ea8f'; }

.uil-layers:before { content: '\ea90'; }

.uil-left-arrow-from-left:before { content: '\ea91'; }

.uil-left-arrow-to-left:before { content: '\ea92'; }

.uil-left-indent-alt:before { content: '\ea93'; }

.uil-left-indent:before { content: '\ea94'; }

.uil-left-to-right-text-direction:before { content: '\ea95'; }

.uil-life-ring:before { content: '\ea96'; }

.uil-lightbulb-alt:before { content: '\ea97'; }

.uil-lightbulb:before { content: '\ea98'; }

.uil-line-alt:before { content: '\ea99'; }

.uil-line-spacing:before { content: '\ea9a'; }

.uil-line:before { content: '\ea9b'; }

.uil-link-alt:before { content: '\ea9c'; }

.uil-link-broken:before { content: '\ea9d'; }

.uil-link-h:before { content: '\ea9e'; }

.uil-link:before { content: '\ea9f'; }

.uil-linkedin-alt:before { content: '\eaa0'; }

.uil-linkedin:before { content: '\eaa1'; }

.uil-list-ui-alt:before { content: '\eaa2'; }

.uil-list-ul:before { content: '\eaa3'; }

.uil-location-arrow-alt:before { content: '\eaa4'; }

.uil-location-arrow:before { content: '\eaa5'; }

.uil-location-pin-alt:before { content: '\eaa6'; }

.uil-location-point:before { content: '\eaa7'; }

.uil-location:before { content: '\eaa8'; }

.uil-lock-access:before { content: '\eaa9'; }

.uil-lock-alt:before { content: '\eaaa'; }

.uil-lock-open-alt:before { content: '\eaab'; }

.uil-lock-slash:before { content: '\eaac'; }

.uil-lock:before { content: '\eaad'; }

.uil-mailbox-alt:before { content: '\eaae'; }

.uil-mailbox:before { content: '\eaaf'; }

.uil-map-marker-alt:before { content: '\eab0'; }

.uil-map-marker-edit:before { content: '\eab1'; }

.uil-map-marker-info:before { content: '\eab2'; }

.uil-map-marker-minus:before { content: '\eab3'; }

.uil-map-marker-plus:before { content: '\eab4'; }

.uil-map-marker-question:before { content: '\eab5'; }

.uil-map-marker-shield:before { content: '\eab6'; }

.uil-map-marker-slash:before { content: '\eab7'; }

.uil-map-marker:before { content: '\eab8'; }

.uil-map-pin-alt:before { content: '\eab9'; }

.uil-map-pin:before { content: '\eaba'; }

.uil-map:before { content: '\eabb'; }

.uil-mars:before { content: '\eabc'; }

.uil-master-card:before { content: '\eabd'; }

.uil-maximize-left:before { content: '\eabe'; }

.uil-medal:before { content: '\eabf'; }

.uil-medical-drip:before { content: '\eac0'; }

.uil-medical-square-full:before { content: '\eac1'; }

.uil-medical-square:before { content: '\eac2'; }

.uil-medical:before { content: '\eac3'; }

.uil-medium-m:before { content: '\eac4'; }

.uil-medkit:before { content: '\eac5'; }

.uil-meeting-board:before { content: '\eac6'; }

.uil-megaphone:before { content: '\eac7'; }

.uil-meh-alt:before { content: '\eac8'; }

.uil-meh-closed-eye:before { content: '\eac9'; }

.uil-meh:before { content: '\eaca'; }

.uil-message:before { content: '\eacb'; }

.uil-metro:before { content: '\eacc'; }

.uil-microphone-slash:before { content: '\eacd'; }

.uil-microphone:before { content: '\eace'; }

.uil-minus-circle:before { content: '\eacf'; }

.uil-minus-path:before { content: '\ead0'; }

.uil-minus-square-full:before { content: '\ead1'; }

.uil-minus-square:before { content: '\ead2'; }

.uil-minus:before { content: '\ead3'; }

.uil-missed-call:before { content: '\ead4'; }

.uil-mobey-bill-slash:before { content: '\ead5'; }

.uil-mobile-android-alt:before { content: '\ead6'; }

.uil-mobile-android:before { content: '\ead7'; }

.uil-mobile-vibrate:before { content: '\ead8'; }

.uil-modem:before { content: '\ead9'; }

.uil-money-bill-stack:before { content: '\eada'; }

.uil-money-bill:before { content: '\eadb'; }

.uil-money-insert:before { content: '\eadc'; }

.uil-money-stack:before { content: '\eadd'; }

.uil-money-withdraw:before { content: '\eade'; }

.uil-money-withdrawal:before { content: '\eadf'; }

.uil-moneybag-alt:before { content: '\eae0'; }

.uil-moneybag:before { content: '\eae1'; }

.uil-monitor-heart-rate:before { content: '\eae2'; }

.uil-monitor:before { content: '\eae3'; }

.uil-moon-eclipse:before { content: '\eae4'; }

.uil-moon:before { content: '\eae5'; }

.uil-moonset:before { content: '\eae6'; }

.uil-mountains-sun:before { content: '\eae7'; }

.uil-mountains:before { content: '\eae8'; }

.uil-mouse-alt:before { content: '\eae9'; }

.uil-mouse:before { content: '\eaea'; }

.uil-multiply:before { content: '\eaeb'; }

.uil-music-note:before { content: '\eaec'; }

.uil-music-tune-slash:before { content: '\eaed'; }

.uil-music:before { content: '\eaee'; }

.uil-n-a:before { content: '\eaef'; }

.uil-navigator:before { content: '\eaf0'; }

.uil-nerd:before { content: '\eaf1'; }

.uil-newspaper:before { content: '\eaf2'; }

.uil-ninja:before { content: '\eaf3'; }

.uil-no-entry:before { content: '\eaf4'; }

.uil-notebooks:before { content: '\eaf5'; }

.uil-notes:before { content: '\eaf6'; }

.uil-object-group:before { content: '\eaf7'; }

.uil-object-ungroup:before { content: '\eaf8'; }

.uil-octagon:before { content: '\eaf9'; }

.uil-opera-alt:before { content: '\eafa'; }

.uil-opera:before { content: '\eafb'; }

.uil-outgoing-call:before { content: '\eafc'; }

.uil-package:before { content: '\eafd'; }

.uil-padlock:before { content: '\eafe'; }

.uil-paint-tool:before { content: '\eaff'; }

.uil-palette:before { content: '\eb00'; }

.uil-panorama-h-alt:before { content: '\eb01'; }

.uil-panorama-h:before { content: '\eb02'; }

.uil-panorama-v:before { content: '\eb03'; }

.uil-paperclip:before { content: '\eb04'; }

.uil-paragraph:before { content: '\eb05'; }

.uil-parcel:before { content: '\eb06'; }

.uil-parking-square:before { content: '\eb07'; }

.uil-pathfinder-unite:before { content: '\eb08'; }

.uil-pathfinder:before { content: '\eb09'; }

.uil-pause-circle:before { content: '\eb0a'; }

.uil-pause:before { content: '\eb0b'; }

.uil-paypal:before { content: '\eb0c'; }

.uil-pen:before { content: '\eb0d'; }

.uil-pentagon:before { content: '\eb0e'; }

.uil-percentage:before { content: '\eb0f'; }

.uil-phone-alt:before { content: '\eb10'; }

.uil-phone-pause:before { content: '\eb11'; }

.uil-phone-slash:before { content: '\eb12'; }

.uil-phone-times:before { content: '\eb13'; }

.uil-phone-volume:before { content: '\eb14'; }

.uil-phone:before { content: '\eb15'; }

.uil-picture:before { content: '\eb16'; }

.uil-plane-arrival:before { content: '\eb17'; }

.uil-plane-departure:before { content: '\eb18'; }

.uil-plane-fly:before { content: '\eb19'; }

.uil-plane:before { content: '\eb1a'; }

.uil-play-circle:before { content: '\eb1b'; }

.uil-play:before { content: '\eb1c'; }

.uil-plug:before { content: '\eb1d'; }

.uil-plus-circle:before { content: '\eb1e'; }

.uil-plus-square:before { content: '\eb1f'; }

.uil-plus:before { content: '\eb20'; }

.uil-podium:before { content: '\eb21'; }

.uil-polygon:before { content: '\eb22'; }

.uil-post-stamp:before { content: '\eb23'; }

.uil-postcard:before { content: '\eb24'; }

.uil-pound-circle:before { content: '\eb25'; }

.uil-pound:before { content: '\eb26'; }

.uil-power:before { content: '\eb27'; }

.uil-prescription-bottle:before { content: '\eb28'; }

.uil-presentation-check:before { content: '\eb29'; }

.uil-presentation-edit:before { content: '\eb2a'; }

.uil-presentation-line:before { content: '\eb2b'; }

.uil-presentation-lines-alt:before { content: '\eb2c'; }

.uil-presentation-minus:before { content: '\eb2d'; }

.uil-presentation-play:before { content: '\eb2e'; }

.uil-presentation-plus:before { content: '\eb2f'; }

.uil-presentation-times:before { content: '\eb30'; }

.uil-presentation:before { content: '\eb31'; }

.uil-previous:before { content: '\eb32'; }

.uil-pricetag-alt:before { content: '\eb33'; }

.uil-print-slash:before { content: '\eb34'; }

.uil-print:before { content: '\eb35'; }

.uil-process:before { content: '\eb36'; }

.uil-processor:before { content: '\eb37'; }

.uil-pump:before { content: '\eb38'; }

.uil-puzzle-piece:before { content: '\eb39'; }

.uil-question-circle:before { content: '\eb3a'; }

.uil-raddit-alien-alt:before { content: '\eb3b'; }

.uil-rainbow:before { content: '\eb3c'; }

.uil-raindrops-alt:before { content: '\eb3d'; }

.uil-raindrops:before { content: '\eb3e'; }

.uil-react:before { content: '\eb3f'; }

.uil-receipt-alt:before { content: '\eb40'; }

.uil-receipt:before { content: '\eb41'; }

.uil-record-audio:before { content: '\eb42'; }

.uil-reddit-alien-alt:before { content: '\eb43'; }

.uil-redo:before { content: '\eb44'; }

.uil-refresh:before { content: '\eb45'; }

.uil-registered:before { content: '\eb46'; }

.uil-repeat:before { content: '\eb47'; }

.uil-restaurant:before { content: '\eb48'; }

.uil-right-indent-alt:before { content: '\eb49'; }

.uil-right-to-left-text-direction:before { content: '\eb4a'; }

.uil-robot:before { content: '\eb4b'; }

.uil-rope-way:before { content: '\eb4c'; }

.uil-rotate-360:before { content: '\eb4d'; }

.uil-rss-alt:before { content: '\eb4e'; }

.uil-rss-interface:before { content: '\eb4f'; }

.uil-rss:before { content: '\eb50'; }

.uil-ruler-combined:before { content: '\eb51'; }

.uil-ruler:before { content: '\eb52'; }

.uil-sad-cry:before { content: '\eb53'; }

.uil-sad-crying:before { content: '\eb54'; }

.uil-sad-dizzy:before { content: '\eb55'; }

.uil-sad-squint:before { content: '\eb56'; }

.uil-sad:before { content: '\eb57'; }

.uil-scaling-left:before { content: '\eb58'; }

.uil-scaling-right:before { content: '\eb59'; }

.uil-scenery:before { content: '\eb5a'; }

.uil-schedule:before { content: '\eb5b'; }

.uil-science:before { content: '\eb5c'; }

.uil-screw:before { content: '\eb5d'; }

.uil-scroll-h:before { content: '\eb5e'; }

.uil-scroll:before { content: '\eb5f'; }

.uil-search-alt:before { content: '\eb60'; }

.uil-search-minus:before { content: '\eb61'; }

.uil-search-plus:before { content: '\eb62'; }

.uil-search:before { content: '\eb63'; }

.uil-selfie:before { content: '\eb64'; }

.uil-server-alt:before { content: '\eb65'; }

.uil-server-connection:before { content: '\eb66'; }

.uil-server-network-alt:before { content: '\eb67'; }

.uil-server-network:before { content: '\eb68'; }

.uil-server:before { content: '\eb69'; }

.uil-servers:before { content: '\eb6a'; }

.uil-servicemark:before { content: '\eb6b'; }

.uil-share-alt:before { content: '\eb6c'; }

.uil-shield-check:before { content: '\eb6d'; }

.uil-shield-exclamation:before { content: '\eb6e'; }

.uil-shield-question:before { content: '\eb6f'; }

.uil-shield-slash:before { content: '\eb70'; }

.uil-shield:before { content: '\eb71'; }

.uil-ship:before { content: '\eb72'; }

.uil-shop:before { content: '\eb73'; }

.uil-shopping-basket:before { content: '\eb74'; }

.uil-shopping-cart-alt:before { content: '\eb75'; }

.uil-shopping-trolley:before { content: '\eb76'; }

.uil-shovel:before { content: '\eb77'; }

.uil-shrink:before { content: '\eb78'; }

.uil-shuffle:before { content: '\eb79'; }

.uil-shutter-alt:before { content: '\eb7a'; }

.uil-shutter:before { content: '\eb7b'; }

.uil-sick:before { content: '\eb7c'; }

.uil-sigma:before { content: '\eb7d'; }

.uil-sign-alt:before { content: '\eb7e'; }

.uil-sign-in-alt:before { content: '\eb7f'; }

.uil-sign-left:before { content: '\eb80'; }

.uil-sign-out-alt:before { content: '\eb81'; }

.uil-sign-right:before { content: '\eb82'; }

.uil-signal-alt-3:before { content: '\eb83'; }

.uil-signal-alt:before { content: '\eb84'; }

.uil-signal:before { content: '\eb85'; }

.uil-silence:before { content: '\eb86'; }

.uil-silent-squint:before { content: '\eb87'; }

.uil-sim-card:before { content: '\eb88'; }

.uil-sitemap:before { content: '\eb89'; }

.uil-skip-forward-alt:before { content: '\eb8a'; }

.uil-skip-forward-circle:before { content: '\eb8b'; }

.uil-skip-forward:before { content: '\eb8c'; }

.uil-skype-alt:before { content: '\eb8d'; }

.uil-skype:before { content: '\eb8e'; }

.uil-slack-alt:before { content: '\eb8f'; }

.uil-slack:before { content: '\eb90'; }

.uil-sliders-v-alt:before { content: '\eb91'; }

.uil-sliders-v:before { content: '\eb92'; }

.uil-smile-beam:before { content: '\eb93'; }

.uil-smile-dizzy:before { content: '\eb94'; }

.uil-smile-squint-wink-alt:before { content: '\eb95'; }

.uil-smile-squint-wink:before { content: '\eb96'; }

.uil-smile-wink-alt:before { content: '\eb97'; }

.uil-smile-wink:before { content: '\eb98'; }

.uil-smile:before { content: '\eb99'; }

.uil-snapchat-alt:before { content: '\eb9a'; }

.uil-snapchat-ghost:before { content: '\eb9b'; }

.uil-snapchat-square:before { content: '\eb9c'; }

.uil-snow-flake:before { content: '\eb9d'; }

.uil-snowflake-alt:before { content: '\eb9e'; }

.uil-snowflake:before { content: '\eb9f'; }

.uil-sort-amount-down:before { content: '\eba0'; }

.uil-sort-amount-up:before { content: '\eba1'; }

.uil-sort:before { content: '\eba2'; }

.uil-sorting:before { content: '\eba3'; }

.uil-space-key:before { content: '\eba4'; }

.uil-spade:before { content: '\eba5'; }

.uil-sperms:before { content: '\eba6'; }

.uil-spin:before { content: '\eba7'; }

.uil-sport:before { content: '\eba8'; }

.uil-square-full:before { content: '\eba9'; }

.uil-square-shape:before { content: '\ebaa'; }

.uil-square:before { content: '\ebab'; }

.uil-squint:before { content: '\ebac'; }

.uil-star-half-alt:before { content: '\ebad'; }

.uil-star:before { content: '\ebae'; }

.uil-step-backward-alt:before { content: '\ebaf'; }

.uil-step-backward-circle:before { content: '\ebb0'; }

.uil-step-backward:before { content: '\ebb1'; }

.uil-step-forward:before { content: '\ebb2'; }

.uil-stop-circle:before { content: '\ebb3'; }

.uil-stopwatch-slash:before { content: '\ebb4'; }

.uil-stopwatch:before { content: '\ebb5'; }

.uil-store-alt:before { content: '\ebb6'; }

.uil-store:before { content: '\ebb7'; }

.uil-streering:before { content: '\ebb8'; }

.uil-stretcher:before { content: '\ebb9'; }

.uil-subject:before { content: '\ebba'; }

.uil-subway-alt:before { content: '\ebbb'; }

.uil-subway:before { content: '\ebbc'; }

.uil-suitcase-alt:before { content: '\ebbd'; }

.uil-suitcase:before { content: '\ebbe'; }

.uil-sun:before { content: '\ebbf'; }

.uil-sunset:before { content: '\ebc0'; }

.uil-surprise:before { content: '\ebc1'; }

.uil-swatchbook:before { content: '\ebc2'; }

.uil-swiggy:before { content: '\ebc3'; }

.uil-swimmer:before { content: '\ebc4'; }

.uil-symbol:before { content: '\ebc5'; }

.uil-sync-exclamation:before { content: '\ebc6'; }

.uil-sync-slash:before { content: '\ebc7'; }

.uil-sync:before { content: '\ebc8'; }

.uil-syringe:before { content: '\ebc9'; }

.uil-table:before { content: '\ebca'; }

.uil-tablet:before { content: '\ebcb'; }

.uil-tablets:before { content: '\ebcc'; }

.uil-tachometer-fast:before { content: '\ebcd'; }

.uil-tag-alt:before { content: '\ebce'; }

.uil-tag:before { content: '\ebcf'; }

.uil-tape:before { content: '\ebd0'; }

.uil-taxi:before { content: '\ebd1'; }

.uil-tear:before { content: '\ebd2'; }

.uil-technology:before { content: '\ebd3'; }

.uil-telegram-alt:before { content: '\ebd4'; }

.uil-telegram:before { content: '\ebd5'; }

.uil-telescope:before { content: '\ebd6'; }

.uil-temperature-empty:before { content: '\ebd7'; }

.uil-temperature-half:before { content: '\ebd8'; }

.uil-temperature-minus:before { content: '\ebd9'; }

.uil-temperature-plus:before { content: '\ebda'; }

.uil-temperature-quarter:before { content: '\ebdb'; }

.uil-temperature-three-quarter:before { content: '\ebdc'; }

.uil-temperature:before { content: '\ebdd'; }

.uil-text-fields:before { content: '\ebde'; }

.uil-text-size:before { content: '\ebdf'; }

.uil-text-strike-through:before { content: '\ebe0'; }

.uil-text:before { content: '\ebe1'; }

.uil-th-large:before { content: '\ebe2'; }

.uil-th-slash:before { content: '\ebe3'; }

.uil-th:before { content: '\ebe4'; }

.uil-thermometer:before { content: '\ebe5'; }

.uil-thumbs-down:before { content: '\ebe6'; }

.uil-thumbs-up:before { content: '\ebe7'; }

.uil-thunderstorm-moon:before { content: '\ebe8'; }

.uil-thunderstorm-sun:before { content: '\ebe9'; }

.uil-thunderstorm:before { content: '\ebea'; }

.uil-ticket:before { content: '\ebeb'; }

.uil-times-circle:before { content: '\ebec'; }

.uil-times-square:before { content: '\ebed'; }

.uil-times:before { content: '\ebee'; }

.uil-toggle-off:before { content: '\ebef'; }

.uil-toggle-on:before { content: '\ebf0'; }

.uil-top-arrow-from-top:before { content: '\ebf1'; }

.uil-top-arrow-to-top:before { content: '\ebf2'; }

.uil-tornado:before { content: '\ebf3'; }

.uil-trademark-circle:before { content: '\ebf4'; }

.uil-trademark:before { content: '\ebf5'; }

.uil-traffic-barrier:before { content: '\ebf6'; }

.uil-trash-alt:before { content: '\ebf7'; }

.uil-trash:before { content: '\ebf8'; }

.uil-trees:before { content: '\ebf9'; }

.uil-triangle:before { content: '\ebfa'; }

.uil-trophy:before { content: '\ebfb'; }

.uil-trowel:before { content: '\ebfc'; }

.uil-truck-case:before { content: '\ebfd'; }

.uil-truck-loading:before { content: '\ebfe'; }

.uil-truck:before { content: '\ebff'; }

.uil-tumblr-alt:before { content: '\ec00'; }

.uil-tumblr-square:before { content: '\ec01'; }

.uil-tumblr:before { content: '\ec02'; }

.uil-tv-retro-slash:before { content: '\ec03'; }

.uil-tv-retro:before { content: '\ec04'; }

.uil-twitter-alt:before { content: '\ec05'; }

.uil-twitter:before { content: '\ec06'; }

.uil-umbrella:before { content: '\ec07'; }

.uil-unamused:before { content: '\ec08'; }

.uil-underline:before { content: '\ec09'; }

.uil-university:before { content: '\ec0a'; }

.uil-unlock-alt:before { content: '\ec0b'; }

.uil-unlock:before { content: '\ec0c'; }

.uil-upload-alt:before { content: '\ec0d'; }

.uil-upload:before { content: '\ec0e'; }

.uil-usd-circle:before { content: '\ec0f'; }

.uil-usd-square:before { content: '\ec10'; }

.uil-user-check:before { content: '\ec11'; }

.uil-user-circle:before { content: '\ec12'; }

.uil-user-exclamation:before { content: '\ec13'; }

.uil-user-hard-hat:before { content: '\ec14'; }

.uil-user-minus:before { content: '\ec15'; }

.uil-user-plus:before { content: '\ec16'; }

.uil-user-square:before { content: '\ec17'; }

.uil-user-times:before { content: '\ec18'; }

.uil-user:before { content: '\ec19'; }

.uil-users-alt:before { content: '\ec1a'; }

.uil-utensils-alt:before { content: '\ec1b'; }

.uil-utensils:before { content: '\ec1c'; }

.uil-vector-square-alt:before { content: '\ec1d'; }

.uil-vector-square:before { content: '\ec1e'; }

.uil-venus:before { content: '\ec1f'; }

.uil-vertical-align-bottom:before { content: '\ec20'; }

.uil-vertical-align-center:before { content: '\ec21'; }

.uil-vertical-align-top:before { content: '\ec22'; }

.uil-vertical-distribute-bottom:before { content: '\ec23'; }

.uil-vertical-distribution-center:before { content: '\ec24'; }

.uil-vertical-distribution-top:before { content: '\ec25'; }

.uil-video-slash:before { content: '\ec26'; }

.uil-video:before { content: '\ec27'; }

.uil-visual-studio:before { content: '\ec28'; }

.uil-vk-alt:before { content: '\ec29'; }

.uil-vk:before { content: '\ec2a'; }

.uil-voicemail-rectangle:before { content: '\ec2b'; }

.uil-voicemail:before { content: '\ec2c'; }

.uil-volleyball:before { content: '\ec2d'; }

.uil-volume-down:before { content: '\ec2e'; }

.uil-volume-mute:before { content: '\ec2f'; }

.uil-volume-off:before { content: '\ec30'; }

.uil-volume-up:before { content: '\ec31'; }

.uil-volume:before { content: '\ec32'; }

.uil-vuejs-alt:before { content: '\ec33'; }

.uil-vuejs:before { content: '\ec34'; }

.uil-wall:before { content: '\ec35'; }

.uil-wallet:before { content: '\ec36'; }

.uil-watch-alt:before { content: '\ec37'; }

.uil-watch:before { content: '\ec38'; }

.uil-water-drop-slash:before { content: '\ec39'; }

.uil-water-glass:before { content: '\ec3a'; }

.uil-water:before { content: '\ec3b'; }

.uil-web-grid-alt:before { content: '\ec3c'; }

.uil-web-grid:before { content: '\ec3d'; }

.uil-web-section-alt:before { content: '\ec3e'; }

.uil-web-section:before { content: '\ec3f'; }

.uil-webcam:before { content: '\ec40'; }

.uil-weight:before { content: '\ec41'; }

.uil-whatsapp:before { content: '\ec42'; }

.uil-wheel-barrow:before { content: '\ec43'; }

.uil-wheelchair-alt:before { content: '\ec44'; }

.uil-wheelchair:before { content: '\ec45'; }

.uil-wifi-router:before { content: '\ec46'; }

.uil-wifi-slash:before { content: '\ec47'; }

.uil-wifi:before { content: '\ec48'; }

.uil-wind-moon:before { content: '\ec49'; }

.uil-wind-sun:before { content: '\ec4a'; }

.uil-wind:before { content: '\ec4b'; }

.uil-window-grid:before { content: '\ec4c'; }

.uil-window-maximize:before { content: '\ec4d'; }

.uil-window-restore:before { content: '\ec4e'; }

.uil-window-section:before { content: '\ec4f'; }

.uil-window:before { content: '\ec50'; }

.uil-windsock:before { content: '\ec51'; }

.uil-wrap-text:before { content: '\ec52'; }

.uil-wrench:before { content: '\ec53'; }

.uil-yellow:before { content: '\ec54'; }

.uil-yen-circle:before { content: '\ec55'; }

.uil-yen:before { content: '\ec56'; }

.uil-yin-yang:before { content: '\ec57'; }

.uil-youtube-alt:before { content: '\ec58'; }

.uil-youtube:before { content: '\ec59'; }

:root {
  --color-status-warning: #FAAA4B;
  --color-status-warning-link: #9b3e00;
  --color-status-success: #93D7BF;
  --color-status-success-link: #006a45;
  --color-status-info: #5377C5;
  --color-status-info-link: #2a4071;
  --color-status-error: #F5695F;
  --color-status-error-link: #9b3e00;
  --color-brand-lemon-dark: #F6BF1C;
  --color-brand-lemon-light: #FFE471;
  --color-brand-indigo-dark: #35528F;
  --color-brand-indigo-light: #5377C5;
  --color-brand-indigo-opaque: rgb(53, 82, 143, 0.1);
  --color-grey-noah: #F5F5F7;
  --color-grey-mia: #EAEBEE;
  --color-grey-lilly: #D4D7DC;
  --color-grey-emma: #BFC3CB;
  --color-grey-david: #9FA5B1;
  --color-grey-chris: #7E8796;
  --color-grey-betty: #5E6A7C;
  --color-grey-alex: #3E4B62;
  --color-grey-alan: #283750;
  --color-white: rgb(255, 255, 255, 1);
  --color-black: rgb(0, 0, 0, 1);
  --font-sailec: 'Sailec', sans-serif;
  --color-primary: var(--color-brand-indigo-light);
  --color-secondary: var(--color-brand-lemon-light);
  --body-background: var(--color-white);
  --body-transition: 0.2s;
  --body-text-rendering: optimizelegibility;
  --body-font-family: var(--font-sailec);
  --body-font-color: var(--color-grey-alan);
  --body-font-size: 16px;
  --body-font-weight: 400;
  --body-line-height: 24px;
  --base-spacing: 1rem;
  --text-size-xs: 0.8rem;
  --text-size-sm: 0.9rem;
  --text-size-md: 1.0rem;
  --text-size-lg: 1.1rem;
  --text-size-xl: 1.2rem;

}

h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 14px;
}

h1 {
  font-size: 1.5rem;
  line-height: 2rem;
}

h2 {
  font-size: 1rem;
  line-height: 1.875rem;
}

h3 {
  font-size: 0.75rem;
  line-height: 1.5rem;
}

@media (min-width: 1024px) {
  h1 {
    font-size: 2rem;
    line-height: 2.625rem;
  }
  h2 {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
  h3 {
    font-size: 1rem;
    line-height: 1.875rem;
  }
}

p {
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 14px;
}

a {
  display: inline-block;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  font-size: 0.875rem;
  font-weight: normal;
  color: #5377C5;
  color: var(--color-primary);
}

a:hover {
}

a:active {
}

a:visited {
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  font-size: 14px;
}

.text-normal,
.text-normal a {
  font-weight: normal !important;
}

.text-bold,
.text-bold a {
  font-weight: bold !important;
}

.text-size-xs,
.text-size-xs a {
  font-size: 0.8rem !important;
  font-size: var(--text-size-xs) !important;
}

.text-size-sm,
.text-size-sm a {
  font-size: 0.9rem !important;
  font-size: var(--text-size-sm) !important;
}

.text-size-md,
.text-size-md a {
  font-size: 1.0rem !important;
  font-size: var(--text-size-md) !important;
}

.text-size-lg,
.text-size-lg a {
  font-size: 1.1rem !important;
  font-size: var(--text-size-lg) !important;
}

.text-size-xl,
.text-size-xl a {
  font-size: 1.2rem !important;
  font-size: var(--text-size-xl) !important;
}

.text-primary,
.text-primary a {
  color: #5377C5 !important;
  color: var(--color-primary) !important;
}

.text-secondary,
.text-secondary a {
  color: #FFE471 !important;
  color: var(--color-secondary) !important;
}

.text-black,
.text-black a {
  color: rgb(0, 0, 0, 1) !important;
  color: var(--color-black) !important;
}

.text-white,
.text-white a {
  color: rgb(255, 255, 255, 1) !important;
  color: var(--color-white) !important;
}

.text-grey,
.text-grey a {
  color: #7E8796 !important;
  color: var(--color-grey-chris) !important;
}

.text-success,
.text-success a {
  font-weight: bold;
  color: #93D7BF !important;
  color: var(--color-status-success) !important;
}

.text-info,
.text-info a {
  font-weight: bold;
  color: #5377C5 !important;
  color: var(--color-status-info) !important;
}

.text-warning,
.text-warning a {
  font-weight: bold;
  color: #FAAA4B !important;
  color: var(--color-status-warning) !important;
}

.text-danger,
.text-danger a {
  font-weight: bold;
  color: #F5695F !important;
  color: var(--color-status-error) !important;
}

img {
  width: 100%;
  display: block;
}

html {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  text-rendering: optimizelegibility;
  text-rendering: var(--body-text-rendering);
  font-size: 16px;
  font-size: var(--body-font-size);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: 'Sailec', sans-serif;
  font-family: var(--body-font-family);
  font-weight: 400;
  font-weight: var(--body-font-weight);
  line-height: 24px;
  line-height: var(--body-line-height);
  background: rgb(255, 255, 255, 1);
  background: var(--body-background);
  color: #283750;
  color: var(--body-font-color);
}

.body-guests {
  overflow-x: hidden;
  overflow-y: scroll;
}

.noscroll {
  overflow: hidden;
}

.gap-sm {
  padding: 1.5rem 2rem;
}

#support-widget-panel {
  display: block;
  position: fixed;
  width: 50px;
  margin: 0px 40px 65px 0px;
  padding: 0;
  top: auto;
  right: 0px;
  bottom: 0px;
  left: auto;
  z-index: 20000000;
  text-align: center;
  float: right;
}

#support-widget-switch {
  display: block;
  position: fixed;
  width: 50px;
  height: 50px;
  margin: 0px 40px 40px 0px;
  top: auto;
  right: 0px;
  bottom: 0px;
  left: auto;
  z-index: 20000001;
}

a.support-widget-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #5377C5;
  background: var(--color-primary);
  color: #fff;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  border-radius: 25px;
  font-size: 40px;
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: -webkit-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}

a.support-widget-button:hover {
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
  -webkit-box-shadow: 0 5px 36px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 36px rgba(0, 0, 0, 0.3);
}

a.support-widget-button i {
  display: block;
  font-size: 30px;
}

#support-widget {
  display: none;
  position: fixed;
  background: transparent;
  width: 380px;
  height: 550px;
  margin: 0px 105px 36px 0px;
  padding: 0;
  top: auto;
  right: 0px;
  bottom: 0px;
  left: auto;
  z-index: 20000000;
  background: #fff;
  border-radius: 10px 10px 10px 10px;
  -webkit-box-shadow: 0 5px 36px rgba(0, 0, 0, 0.18);
          box-shadow: 0 5px 36px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}

.support-widget-header {
  margin: 0;
  background: #5377C5;
  background: var(--color-primary);
  border-radius: 10px 10px 0px 0px;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
}

.support-widget-header h2 {
  color: #fff;
  padding: 10px;
  margin: 0;
  overflow: hidden;
}

.support-widget-scrollview {
  margin: 0;
  padding: 0;
  width: 380px;
  height: 500px;
  overflow: scroll;
}

.support-widget-content {
  padding: 15px;
}

.faq-block {
  margin-bottom: 15px;
}

.faq-block ul {
  padding-left: 30px;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: white;
  height: 5.5rem;
  -webkit-box-shadow: 0 6px 13px 0 rgba(0, 0, 0, 0.03), 0 5px 14px -6px rgba(0, 0, 0, 0.14);
          box-shadow: 0 6px 13px 0 rgba(0, 0, 0, 0.03), 0 5px 14px -6px rgba(0, 0, 0, 0.14);
  z-index: 10;
  margin: auto;
}

.navbar__wide {
  max-width: 1112px;
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.body-guests .main {
  margin-top: 5.5rem;
}

.navbar__brand img {
  position: absolute;
  top: 24px;
  left: 32px;
  height: 40px;
  width: 155px;
}

/* Basis Styling */

.navbar__hamburger {
  position: absolute;
  top: 24px;
  right: 32px;
  z-index: 30;
  height: 19px;
  width: 19px;
  cursor: pointer;
  background: transparent;
  border: 10px solid transparent;
  border-radius: 3px;
}

.navbar__toggle,
.navbar__toggle:before,
.navbar__toggle:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 26px;
  background: #5377C5;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.navbar__toggle {
  top: 0.5rem
}

.navbar__toggle:before {
  top: -0.50em;
  width: 22px;
}

.navbar__toggle:after {
  top: 0.50em;
  width: 18px;
}

/* Darstellung wenn das Close-Icon angezeigt werden soll */

.navbar__hamburger-active .navbar__toggle {
  background: transparent;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  width: 26px;
}

.navbar__hamburger-active .navbar__toggle:before,
.navbar__hamburger-active .navbar__toggle:after {
  top: 0;
  width: 26px;
}

.navbar__hamburger-active .navbar__toggle:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 26px;
}

.navbar__overlay {
  opacity: 0;
  -webkit-transition: opacity 250ms ease-in;
  transition: opacity 250ms ease-in;
  background-color: white;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  visibility: hidden;
  padding: 1.5rem 2rem;
}

.navbar__overlay-visible {
  opacity: 1;
  visibility: visible;
}

.navbar__mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: calc(100% - 5rem);
}

.navbar__mobile .navbar__items {
  list-style: none;
  padding-left: 3rem;
}

.navbar__items a:hover {
  color: #5377C5;
  color: var(--color-primary);
  font-weight: bold;
}

.navbar__items a:active,
.navbar__items li.active a {
  color: #5377C5;
  color: var(--color-primary);
  font-weight: bold;
}

.navbar__mobile ul:first-child li a,
.navbar__mobile ul:last-child li:not(:last-child) a {
  color: #5E6A7C;
  color: var(--color-grey-betty);
  font-size: 1.375rem;
  -webkit-text-decoration: none;
  text-decoration: none;
  margin-bottom: 2.5rem;
}

/* Tablet */

@media (min-width: 768px) {
  .navbar__mobile li:not(:last-child) a {
    margin-bottom: 3.5rem;
    font-size: 2rem;
  }
}

/* Desktop */

.navbar__desktop {
  display: none;
}

@media (min-width: 1024px) {
  .navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .navbar__hamburger {
    display: none;
  }

  .navbar__desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 15rem;
    margin-top: 0.1rem;
  }

  .navbar__items {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    line-height: 2.5rem;
    margin: 0;
  }

  .navbar__items:last-child {
    position: absolute;
    right: 32px;
  }

  .navbar__items a {
    padding: 0 1rem;
  }

  .navbar__items:first-child li a,
  .navbar__items:last-child li:not(:last-child) a {
    color: #5E6A7C;
    color: var(--color-grey-betty);
    font-size: 0.875rem;
    -webkit-text-decoration: none;
    text-decoration: none;
  }

  .navbar__items li .button-primary {
    display: inline-block;
    border: none;
    border-radius: 4px;
    text-align: center;
    -webkit-text-decoration: none;
    text-decoration: none;
    font-size: 1em;
    font-weight: 600;
    color: rgb(255, 255, 255, 1);
    color: var(--color-white);
    -webkit-transition-duration: 0.1s;
            transition-duration: 0.1s;
    cursor: pointer;
    background: #5377C5;
    background: var(--color-primary);
  }
}

.footer {
  background: #EAEBEE;
  background: var(--color-grey-mia);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2rem;
}

.footer__desktop {
  max-width: 1024px;
}

.footer__brand {
  margin-bottom: 2rem;
}

.footer__brand img {
  width: 124px;
  height: 32px;
}

.footer__groups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__group {
  list-style: none;
  padding: 0;
  margin: 0 5.5rem 0 0;
}

.footer__group:last-child {
  margin: 0;
}

.footer__group a {
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-duration: var(--body-transition);
          transition-duration: var(--body-transition);
  color: #7E8796;
  color: var(--color-grey-chris);
  margin-bottom: 1rem;
}

.footer__group a:hover {
  color: #5377C5;
  color: var(--color-primary);
}

.footer__group a:active {
  color: #5377C5;
  color: var(--color-primary);
}

@media (min-width: 768px) {
  .footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .footer__groups {
    margin-top: 0.25rem;
    margin-left: 8rem;
  }
}

.sidebar {
  position: sticky;
  top: 0;
  left: 0;
  width: 80px;
  background: rgb(255, 255, 255, 1);
  background: var(--color-white);
  border-right: 2px solid #EAEBEE;
  border-right: 2px solid var(--color-grey-mia);
}

.sidebar-nav {
  position: sticky;
  top: 0;
  left: 0;
  height: 100vh;
  width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sidebar-nav ul {
  list-style: none;
  margin: 10px 0;
  padding: 0;
}

.sidebar-nav i {
  display: block;
  font-size: 1.4rem;
  color: #7E8796;
  color: var(--color-grey-chris);
}

.sidebar-nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  width: 40px;
  margin: 10px 0;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-duration: var(--body-transition);
          transition-duration: var(--body-transition);
}

.sidebar-nav a:hover i {
  color: #5377C5;
  color: var(--color-primary);
}

.sidebar-nav a:active i {
  color: #5377C5;
  color: var(--color-primary);
}

.sidebar-nav .active a {
  height: 40px;
  width: 40px;
  border-radius: 20px;
  background: #EAEBEE;
  background: var(--color-grey-mia);
}

.sidebar-nav .active i {
  color: #5377C5;
  color: var(--color-primary);
}

.sidebar-logo {
  display: block;
  margin: 16px 0;
}

.sidebar-logo img {
  display: block;
  width: 40px;
  height: 40px;
}

.menu {
  min-width: 312px;
  width: 312px;
  background: #F5F5F7;
  background: var(--color-grey-noah);
}

.menu-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  position: sticky;
  top: 0;
  left: 80px;
}

.menu-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 32px 20px;
}

.menu-title {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 2.3rem;
}

.menu-subtitle {
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: 12px;
  font-weight: normal;
  color: #7E8796;
  color: var(--color-grey-chris);
}

.menu-line {
  margin: 10px;
  border: 1px solid #EAEBEE;
  border: 1px solid var(--color-grey-mia);
}

.menu-body {
  padding: 10px;
}

.menu-items {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.menu-items a {
  margin: 4px 0;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #283750;
  color: var(--color-grey-alan);
}

.menu-items a:hover {
  border-radius: 4px;
  background: #EAEBEE;
  background: var(--color-grey-mia);
  color: #5377C5;
  color: var(--color-primary);
  font-weight: inherit;
}

.menu-items i {
  font-size: 1.4rem;
}

.menu-items .active a {
  border-radius: 4px;
  font-weight: 600;
  background: #EAEBEE;
  background: var(--color-grey-mia);
  color: #5377C5;
  color: var(--color-primary);
}

.menu-items .active i {
  color: #5377C5;
  color: var(--color-brand-indigo-light);
}

.menu-items .locked a {
  pointer-events: none;
  color: #7E8796;
  color: var(--color-grey-chris);
}

.tabs-headline {
  margin: 30px 60px 30px 42px;
}

.tabs-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  margin: 20px 60px 40px 40px;
  border-radius: 4px;
}

.tabs-head {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 12px;
}

.tabs-nav {
 list-style: none;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
     -ms-flex-flow: row nowrap;
         flex-flow: row nowrap;
 border-bottom: 4px solid #EAEBEE;
 border-bottom: 4px solid var(--color-grey-mia);
}

.tabs-nav a {
  display: inline-block;
  min-width: 160px;
  padding: 14px 16px;
  margin-bottom: -4px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #7E8796;
  color: var(--color-grey-chris);
}

.tabs-nav a:hover {
  color: #5377C5;
  color: var(--color-primary);
}

.tabs-nav a:active {
  color: #5377C5;
  color: var(--color-primary);
}

.tabs-nav .active a {
  pointer-events: none;
  font-weight: 600;
  color: #5377C5;
  color: var(--color-primary);
  border-bottom: 4px solid #5377C5;
  border-bottom: 4px solid var(--color-primary);
}

.tabs-body {
  padding: 30px 20px;
}

.tabs-body .tabs-container {
  margin: 0px;
}

.tabs-body .tabs-head {
  padding: 0px;
}

.tabs-body .tabs-body {
  padding: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.tabs-body .tabs-nav a {
  min-width: auto;
}

.button {
  display: inline-block;
  padding: 8px 24px;
  border: none;
  border-radius: 4px;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: 1em;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  border: 1px solid #7E8796;
  border: 1px solid var(--color-grey-chris);
  background: rgb(255, 255, 255, 1);
  background: var(--color-white);
  color: #7E8796;
  color: var(--color-grey-chris);
}

.button:hover {
  opacity: 0.6;
}

.button:active {
  opacity: 0.6;
}

.button:focus {
  opacity: 0.6;
}

.button-primary {
  border: none;
  color: rgb(255, 255, 255, 1);
  color: var(--color-white);
  background: #5377C5;
  background: var(--color-primary);
}

.button-secondary {
  border: none;
  color: rgb(255, 255, 255, 1);
  color: var(--color-white);
  background: #FFE471;
  background: var(--color-secondary);
}

.button-success {
  border: none;
  color: rgb(255, 255, 255, 1);
  color: var(--color-white);
  background: #93D7BF;
  background: var(--color-status-success);
}

.button-warning {
  border: none;
  color: rgb(255, 255, 255, 1);
  color: var(--color-white);
  background: #FAAA4B;
  background: var(--color-status-warning);
}

.button-danger {
  border: none;
  color: rgb(255, 255, 255, 1);
  color: var(--color-white);
  background: #F5695F;
  background: var(--color-status-error);
}

.button-disabled {
  border: none;
  color: rgb(255, 255, 255, 1);
  color: var(--color-white);
  opacity: 0.6;
  pointer-events: none;
}

.button-block {
  display: block;
  width: 100%;
}

.button-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 8px 16px 8px 24px;
}

.button-icon i {
  font-size: 1.2rem;
  margin-left: 1rem;
}

.button:disabled {
  border: none;
  color: rgb(255, 255, 255, 1);
  color: var(--color-white);
  opacity: 0.6;
  pointer-events: none;
}

.checkbox {
  cursor: pointer;
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
  font-size: 0.875rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.checkbox input {
  cursor: pointer;
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  height: 16px;
  width: 16px;
  top: 2px;
  left: 2px;
  border-radius: 4px;
  border: 2px solid #7E8796;
  border: 2px solid var(--color-grey-chris);
  background-color: rgb(255, 255, 255, 1);
  background-color: var(--color-white);
}

.checkbox input:disabled ~ .checkmark {
  border-color: #BFC3CB;
  border-color: var(--color-grey-emma);
}

.checkbox:hover input ~ .checkmark {
  border-color: #5377C5;
  border-color: var(--color-primary);
}

.checkbox input:checked ~ .checkmark {
  border-color: #5377C5;
  border-color: var(--color-primary);
  background-color: #5377C5;
  background-color: var(--color-primary);
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox input:checked ~ .checkmark:after {
  display: block;
}

.checkbox .checkmark:after {
  width: 6px;
  height: 10px;
  left: 3px;
  border: solid rgb(255, 255, 255, 1);
  border: solid var(--color-white);
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.form {
  display: block;
  width: 66%;
}

.form-fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 16px 0 36px 0;
  border: 0;
}

.form-fieldset legend {
  font-size: 14px;
  font-weight: bold;
  color: #5E6A7C;
  color: var(--color-grey-betty);
}

.form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 10px;
}

.form-label {
  margin: 10px 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  color: #7E8796;
  color: var(--color-grey-chris);
}

.form-message {
  margin: 10px 0;
  font-size: 0.9rem;
  font-weight: 600;
  color: #F5695F;
  color: var(--color-status-error);
}

.form-input,
.form-textarea {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 10px;
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: 400;
  border-radius: 4px;
  border: 1px solid #BFC3CB;
  border: 1px solid var(--color-grey-emma);
  background: rgb(255, 255, 255, 1);
  background: var(--color-white);
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-duration: var(--body-transition);
          transition-duration: var(--body-transition);
  /* max-width: 350px; */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* @media (--md) {
  .form-input,
  .form-textarea {
    max-width: unset;
  }
} */

.form-input:hover,
.form-textarea:hover {
  border: 1px solid #5377C5;
  border: 1px solid var(--color-primary);
}

.form-input:focus,
.form-textarea:focus {
  border: 1px solid #5377C5;
  border: 1px solid var(--color-primary);
}

.form-input::-webkit-input-placeholder, .form-textarea::-webkit-input-placeholder {
  line-height: 18px;
  font-size: 13px;
  color: grey;
}

.form-input::-moz-placeholder, .form-textarea::-moz-placeholder {
  line-height: 18px;
  font-size: 13px;
  color: grey;
}

.form-input:-ms-input-placeholder, .form-textarea:-ms-input-placeholder {
  line-height: 18px;
  font-size: 13px;
  color: grey;
}

.form-input::-ms-input-placeholder, .form-textarea::-ms-input-placeholder {
  line-height: 18px;
  font-size: 13px;
  color: grey;
}

.form-input::placeholder,
.form-textarea::placeholder {
  line-height: 18px;
  font-size: 13px;
  color: grey;
}

.form-input:invalid
.form-textarea:invalid,
.form-select:invalid {
  border: 1px solid red;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-input:-moz-read-only {
  background: #F5F5F7;
  background: var(--color-grey-noah);
}

.form-input:read-only {
  background: #F5F5F7;
  background: var(--color-grey-noah);
}

.form-textarea {
  outline: none;
  min-height: 8rem;
  resize: none;
  overflow: auto;
}

.stripe-input {
   background: white !important;
}

.stripe-error {
  color: #F5695F;
  color: var(--color-status-error);
}

.form-select {
  position: relative;
  display: inline-block;
  padding: 10px;
  font-size: 0.9rem;
  font-weight: 400;
  border-radius: 4px;
  border: 1px solid #BFC3CB;
  border: 1px solid var(--color-grey-emma);
  background: rgb(255, 255, 255, 1);
  background: var(--color-white);
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-duration: var(--body-transition);
          transition-duration: var(--body-transition);
}

.form-select:hover {
  border-color: #5377C5;
  border-color: var(--color-primary);
}

.form-select:focus {
  border-color: #5377C5;
  border-color: var(--color-primary);
}

.form-select:invalid {
  border-color: var(--color-status-danger);
}

.form-select:before {
  font-family: "unicons";
  content: "\e82d";
  font-size: 1.4rem;
  position: absolute;
  right: 12px;
  top: 8px;
  color: #3E4B62;
  color: var(--color-grey-alex);
}

.form-select select {
  cursor: pointer;
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  width: 100%;
  line-height: 1.5; /* NOTE: required to correctly display umlauts of upper case characters */
  background: transparent;
}

.form-switch {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 20px 0;
}

.switch-input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 34px;
  width: 60px;
  height: 30px;
}

.switch-label {
  cursor: pointer;
  padding: 4px 62px;
  font-size: 0.9rem;
}

.switch-slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}

.switch-input:checked + .switch-slider {
  background-color: #2196F3;
}

.switch-input:focus + .switch-slider {
  -webkit-box-shadow: 0 0 1px #2196F3;
          box-shadow: 0 0 1px #2196F3;
}

.switch-input:checked + .switch-slider:before {
  -webkit-transform: translateX(28px);
          transform: translateX(28px);
}

.form-toggle {
  position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border: 1px solid #5377C5;
  border: 1px solid var(--color-primary);
  border-radius: 4px;
}

.form-toggle input {
  display: none;
  width: 0;
  height: 0;
}

.form-toggle input + label {
  position: relative;
  display: inline-block;
  padding: 2rem;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 600;
  text-align: center;
  padding: 1rem 2rem;
  color: #5377C5;
  color: var(--color-primary);
}

.form-toggle input + label:hover {
  cursor: pointer;
}

.form-toggle input:checked + label {
  background-color: #5377C5;
  background-color: var(--color-primary);
  font-weight: bold;
  color: rgb(255, 255, 255, 1);
  color: var(--color-white);
}

.form-image img {
  display: inline-block;
  width: 137px;
  height: 72px;
}

.form-image input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.form-image input + img {
  border-radius: 4px;
  border: 2px solid #EAEBEE;
  border: 2px solid var(--color-grey-mia);
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.form-image input:hover + img,
.form-image input:checked + img {
  cursor: pointer;
  border: 2px solid #5377C5;
  border: 2px solid var(--color-brand-indigo-light);
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.form-upload {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  cursor: pointer;
  margin: 0;
  padding: 10px;
  border: 1px solid lightgrey;
  border-radius: 4px;
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: 400;
  border-radius: 4px;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-duration: var(--body-transition);
          transition-duration: var(--body-transition);
}

.form-upload input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  z-index: -1;
}

.form-upload:focus,
.form-upload:hover {
  border-color: #5377C5;
  border-color: var(--color-primary);
  background: #EAEBEE;
  background: var(--color-grey-mia);
}

.alert {
  /* display: block; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  gap: 10px;
  margin-bottom: 20px;
  padding: 20px 12px;
  background: rgb(255, 255, 255, 1);
  background: var(--color-white);
  border-radius: 4px;
}

.alert p {
  margin-bottom: 0;
}

.alert ul {
  padding-left: 20px;
  margin: 0;
}

.alert-info {
  background: #5377C5;
  background: var(--color-status-info);
}

.alert-info a {
  color: #2a4071;
  color: var(--color-status-info-link);
}

.alert-success {
  background: #93D7BF;
  background: var(--color-status-success);
}

.alert-success a {
  color: #006a45;
  color: var(--color-status-success-link);
}

.alert-warning {
  background: #FAAA4B;
  background: var(--color-status-warning);
}

.alert-warning a {
  color: #9b3e00;
  color: var(--color-status-warning-link);
}

.alert-error {
  background: #F5695F;
  background: var(--color-status-error);
}

.alert-error a {
  color: #9b3e00;
  color: var(--color-status-error-link);
}

.card {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 4px;
  border: 2px solid #EAEBEE;
  border: 2px solid var(--color-grey-mia);
}

.card-header {
  padding: 0;
  border-bottom: 2px solid #EAEBEE;
  border-bottom: 2px solid var(--color-grey-mia);
}

.card-header img {
  display: block;
  margin: 0;
}

.card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cookie-consent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;

    padding: 2em;
    bottom: 1em;
    right: 1em;
    z-index: 9999;

    font-family: inherit;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.7;
    color: rgb(40, 55, 80);
    background-color: rgb(255, 255, 255);
    border-radius: 0.25rem;
    -webkit-box-shadow: 0 6px 13px 0 rgba(0, 0, 0, 0.03), 0 5px 14px -6px rgba(0, 0, 0, 0.14);
            box-shadow: 0 6px 13px 0 rgba(0, 0, 0, 0.03), 0 5px 14px -6px rgba(0, 0, 0, 0.14);
    max-width: 24rem;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cookie-consent-buttons {
    display: block;
    margin-top: 1em;
}

.cookie-consent button {
    padding: 4px 12px;
    font-size: 0.875rem;
}

.datepicker-range-start {
    width: 80px;
}

.datepicker-range-end {
    width: 80px;
}

.panel {
  background: rgb(255, 255, 255, 1);
  background: var(--color-white);
  -webkit-box-shadow: 4px 4px #EAEBEE;
          box-shadow: 4px 4px #EAEBEE;
  -webkit-box-shadow: 4px 4px var(--color-grey-mia);
          box-shadow: 4px 4px var(--color-grey-mia);
  border-radius: 4px;
  margin-top: 0;
  margin-bottom: 24px;
}

.panel-head {
  display: block;
  margin: 0;
  padding: 12px 16px;
}

.panel-body {
  margin: 0;
  padding: 12px 16px;
}

.panel-foot {
  display: block;
  margin: 0;
  padding: 12px 16px;
}

.table {
  border-collapse: collapse;
  width: 100%;
}

.table thead {
  background: #F5F5F7;
  background: var(--color-grey-noah);
}

.table tbody {
  background: transparent;
}

.table tr {
  border-bottom: 2px solid #F5F5F7;
  border-bottom: 2px solid var(--color-grey-noah);
}

.table th, td {
  padding: 16px 20px;
  text-align: left;
  font-size: 0.875rem;
}

.table th {
  font-size: 0.875rem;
  font-weight: bold;
  color: #7E8796;
  color: var(--color-grey-chris);
}

.table td {
  font-weight: 400;
}

.pagination {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  font-size: 0.875rem;
  border-radius: 4px;
}

.page-item {
  display: inline-block;
}

.page-link {
  -webkit-text-decoration: none;
  text-decoration: none;
  display: inline-block;
  padding: 4px 8px;
  color: rgb(0, 0, 0, 1);
  color: var(--color-black);
}

.page-link:hover {
  border-radius: 4px;
  background: #D4D7DC;
  background: var(--color-grey-lilly);
  color: #283750;
  color: var(--color-grey-alan);
}

.page-item + .active .page-link {
  border-radius: 4px;
  background: #D4D7DC;
  background: var(--color-grey-lilly);
  color: #283750;
  color: var(--color-grey-alan);
}

.page-item + .disabled .page-link {
  border-radius: 4px;
  background: transparent;
  color: #283750;
  color: var(--color-grey-alan);
}

.artwork-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width:100%;
  height:auto;
}

.artwork {
  display: block;
}

.artwork::-moz-selection {
  background: transparent;
}

.artwork::selection {
  background: transparent;
}

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content-baseline {
  -webkit-box-pack: baseline;
      -ms-flex-pack: baseline;
          justify-content: baseline;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-space-between {
  -webkit-box-align: space-between;
      -ms-flex-align: space-between;
          align-items: space-between;
}

.icon-small {
  font-size: 0.8rem !important;
}

.icon-medium {
  font-size: 1.0rem !important;
}

.icon-large {
  font-size: 1.2rem !important;
}

.link-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #7E8796;
  color: var(--color-grey-chris);
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
}

.link-icon:hover,
.link-icon:active {
  color: #5377C5;
  color: var(--color-primary);
}

/* deprecated layout styles (first desktop version) */

.container {
  width: 100%;
  max-width: 1024px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  width: 100%;
  max-width: 870px;
  padding-right: 15px;
  padding-left: 15px;
}

.container-horizontal {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.container-vertical {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.row {
  display: block;
  margin: 0;
  padding: 0;
}

.full-width {
  width: 100% !important;
}

.half-width {
  width: 50% !important;
}

.full-height {
  height: 100% !important;
}

.half-height {
  height: 50% !important;
}

.width-one-third {
  width: 33.33% !important;
}

.width-two-third {
  width: 66.66% !important;
}

.width-one-quarter {
  width: 25% !important;
}

.width-three-quarter {
  width: 75% !important;
}

.golden-ratio-long {
  width: 61.8% !important;
}

.golden-ratio-short {
  width: 38.2% !important;
}

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

.position-relative {
  position: relative !important;
}

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

.hidden {
  display: none !important;
}

.hide {
  display: none;
}

.section-center {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60%;
  left: auto;
  right: auto;
}

@media (min-width: 1024px) {
  .max-width-desktop {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.margin-a1 {
  margin: calc(1rem * 1) !important;
  margin: calc(var(--base-spacing) * 1) !important;
}

.margin-a2 {
  margin: calc(1rem * 2) !important;
  margin: calc(var(--base-spacing) * 2) !important;
}

.margin-a3 {
  margin: calc(1rem * 3) !important;
  margin: calc(var(--base-spacing) * 3) !important;
}

.margin-a4 {
  margin: calc(1rem * 4) !important;
  margin: calc(var(--base-spacing) * 4) !important;
}

.margin-b0 {
  margin-bottom: 0 !important;
}

.margin-t1 {
  margin-top: calc(1rem * 1) !important;
  margin-top: calc(var(--base-spacing) * 1) !important;
}

.margin-t2 {
  margin-top: calc(1rem * 2) !important;
  margin-top: calc(var(--base-spacing) * 2) !important;
}

.margin-t3 {
  margin-top: calc(1rem * 3) !important;
  margin-top: calc(var(--base-spacing) * 3) !important;
}

.margin-t4 {
  margin-top: calc(1rem * 4) !important;
  margin-top: calc(var(--base-spacing) * 4) !important;
}

.margin-b1 {
  margin-bottom: calc(1rem * 1) !important;
  margin-bottom: calc(var(--base-spacing) * 1) !important;
}

.margin-b2 {
  margin-bottom: calc(1rem * 2) !important;
  margin-bottom: calc(var(--base-spacing) * 2) !important;
}

.margin-b3 {
  margin-bottom: calc(1rem * 3) !important;
  margin-bottom: calc(var(--base-spacing) * 3) !important;
}

.margin-b4 {
  margin-bottom: calc(1rem * 4) !important;
  margin-bottom: calc(var(--base-spacing) * 4) !important;
}

.padding-a1 {
  padding: calc(1rem * 1) !important;
  padding: calc(var(--base-spacing) * 1) !important;
}

.padding-a2 {
  padding: calc(1rem * 2) !important;
  padding: calc(var(--base-spacing) * 2) !important;
}

.padding-a3 {
  padding: calc(1rem * 3) !important;
  padding: calc(var(--base-spacing) * 3) !important;
}

.padding-a4 {
  padding: calc(1rem * 4) !important;
  padding: calc(var(--base-spacing) * 4) !important;
}

@media (min-width: 768px) {
  .login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .login__content {
    width: 100%;
  }

  .login__picture {
    padding: 2rem;
  }
}

@media (min-width: 1024px) {
  .register {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .register__content {
    width: 100%;
  }

  .register__picture {
    padding: 2rem;
  }
}

.password-forgot__picture {
  padding: 5rem;
}

@media (min-width: 768px) {
  .password-forgot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .password-forgot__content {
    width: 450px;
  }

  .password-forgot__picture {
    padding: 2rem 10rem;
  }
}

@media (min-width: 768px) {
  .password-reset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .password-reset__content {
    width: 450px;
  }

  .password-reset__picture {
    padding: 2rem 10rem;
  }
}

@media (min-width: 768px) {
  .confirm-code {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .confirm-code__content {
    width: 450px;
  }

  .confirm-code__picture {
    padding: 2rem;
  }
}

@media (min-width: 768px) {
  .confirm-send {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .confirm-send__content {
    width: 450px;
  }

  .confirm-send__picture {
    padding: 2rem 0 2rem 4rem;
  }
}

@media (min-width: 768px) {
  .unconfirmed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .unconfirmed__content {
    -webkit-box-flex: 75%;
        -ms-flex: 75%;
            flex: 75%;
  }

  .unconfirmed__picture {
    padding: 0 14rem;
    width: 25%;
  }
}

.chart-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  max-height: 360px;
  padding: 20px;
  -webkit-box-shadow:
    0px 6px 13px 0px rgba(0,0,0,0.1),
    0px 5px 14px -6px rgba(0,0,0,0.1);
          box-shadow:
    0px 6px 13px 0px rgba(0,0,0,0.1),
    0px 5px 14px -6px rgba(0,0,0,0.1);
}

.chart-box h3 {
  display: block;
  text-align: center;
  color: rgb(126, 135, 150);
}

.chart-pie {
  display: block;
  max-height: 220px;
}

.chart-bar {
  display: block;
  max-height: 260px;
}

.pie-label {
  color: rgb(126, 135, 150);
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}

.editor {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  margin: 0;
  padding: 0;

}

.editor-left {
  width: 40%;
  margin: 0;
  padding: 40px;
  background: var(--mediumGrey);

}

.editor-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: var(--lightGrey1);
}

.editor-code {
  position: sticky;
  top: 0;
  right: 0;
  resize: none;
  height: 100vh;
  width: 100%;
  margin: 0;
  padding: 40px;
  border: 0;
  font-size: 0.75rem;
}

p.editor-description {
  font-size: 0.75rem;
}

table.editor-description {
  border-spacing: 0;
}

.editor-description td,
.editor-description th {
  text-align: left;
  vertical-align: top;
  font-size: 0.75rem;
  padding: 2px;
}

.error-page {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow-x: hidden;
  overflow-y: hidden;
}

.error-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.error-code {
  font-size: 138px;
  font-weight: 900;
  height: 110px;
  line-height: 110px;
  color: rgb(83, 119, 197);
  margin-bottom: 20px;
}

.error-text {
  color: rgb(40, 55, 80);
  font-size: 0.875rem;
  font-weight: normal;
  height: 52px;
  line-height: 24px;
}

@media (min-width: 768px) {
  .error-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .error-page__content {

  }

  .error-page__picture {
    padding: 2rem;
  }
}

.jumbotron {
  overflow: hidden;
}

.jumbotron__button {
  margin-top: 1rem;
}

.jumbotron__image {
  margin-top: 3rem;
  margin-right: -12rem;
}

@media (min-width: 768px) {
  .jumbotron__text {
    width: 27rem;
  }
}

@media (min-width: 1024px) {
  .jumbotron {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
  }

  .jumbotron__text {
    width: 100%;
    -webkit-box-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }

  .jumbotron__image {
    -webkit-box-flex: 60%;
        -ms-flex: 60%;
            flex: 60%;
    margin: 0;
    padding-bottom: 38rem;
  }

  .jumbotron__image img {
    width: 68rem;
    position: absolute;
    margin-top: 6rem;
    margin-left: -10rem;
  }
}

.maximum-flexibility__image {
  width: 15rem;
  margin: 2rem auto;
}

@media (min-width: 768px) {
  .maximum-flexibility {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .maximum-flexibility__image {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
  }

  .maximum-flexibility__image img {
    width: 16.625rem;
  }

  .maximum-flexibility__text {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
  }
}

@media (min-width: 1024px) {
  .maximum-flexibility__image {
    width: 21.25rem;
  }

  .maximum-flexibility__image img {
    margin-left: 2rem;
  }

  .maximum-flexibility__text p {
    width: 26rem;
  }
}

.shop-systems__image {
  margin: 4rem 0 4rem -0.5rem;
}

.shop-providers__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 20rem;
  margin-top: 2rem;
}

.shop-providers__logos img {
  width: auto;
  width: initial;
  height: 0.875rem;
  margin-right: 1rem;
}

@media (min-width: 768px) {
  .shop-systems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .shop-systems__image {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    margin: 4rem 0 0rem -0.5rem;
  }

  .shop-systems__image img {
    width: 16.625rem;
    margin: 0 auto;
  }

  .shop-systems__text {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%
  }
}

@media (min-width: 1024px) {
  .shop-systems {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }

  .shop-systems__image {
    margin: 0 auto;
  }

  .shop-systems__image img {
    width: 28.25rem;
    margin: -1rem auto 0 auto;
  }

  .shop-systems__text {
    margin-left: 2.25rem;
  }

  .shop-systems__text p {
    width: 25rem;
  }
}

.invoice-providers__image {
  margin: 4rem 0 4rem -0.5rem;
}

.invoice-providers__text img {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.invoice-providers__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 20rem;
}

.invoice-providers__logos img {
  width: auto;
  width: initial;
  height: 0.875rem;
  margin-right: 1rem;
}

.invoice-providers__logos2x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 20rem;
  margin-top: 2rem;
  height: 1.5rem;
}

.invoice-providers__logos2x img {
  height: 1.5rem;
  margin-right: 1rem;
  width: auto;
}

@media (min-width: 768px) {
  .invoice-providers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .invoice-providers__image {
    margin: 0;
    -webkit-box-flex: 60%;
        -ms-flex: 60%;
            flex: 60%;
  }

  .invoice-providers__text {
    margin: 0;
    -webkit-box-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }

  .invoice-providers__image img {
    width: 17rem;
  }
}

@media (min-width: 1024px) {
  .invoice-providers__image img {
    width: 25.3125rem;
  }
}

.cloud-service__image {
  margin: 4rem auto 4rem auto;
  width: 8.88875rem;
}

.cloud-service__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 2rem;
}

.cloud-service__logos img {
  width: auto;
  width: initial;
  height: 0.875rem;
  margin-right: 1rem;
}

@media (min-width: 768px) {
  .cloud-service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .cloud-service__image {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
  }

  .cloud-service__image {
    margin: 4rem 0 4rem 0rem;
  }

  .cloud-service__image img {
    width: 13rem;
    margin: 0 auto;
  }

  .cloud-service__text {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    margin-top: -4rem;
  }

  .invoice-providers__text p {
    width: 20.625rem;
  }
}

.call-to-action {
  background: rgb(255, 228, 113);
}

.call-to-action__image {
  margin: 4rem 0 2rem 0;
}

.call-to-action__text {
  margin-top: 2rem;
}

.call-to-action__button {
  margin: 1rem 0 3rem 0;
}

@media (min-width: 768px) {
  .call-to-action__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .call-to-action__image {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    margin-top: -2.5rem;
  }

  .call-to-action__text {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
  }

  .call-to-action__text p {
    width: 18rem;
  }
}

@media (min-width: 1024px) {
  .call-to-action__image {
    width: 26rem;
    margin-top: -6rem;
  }

  .call-to-action__text p {
    width: 26rem;
  }
}

a.strong {
  font-weight: bold;
}

.contact__picture {
  width: 7rem;
  position: absolute;
  right: 1rem;
  top: 28rem;
}

@media (min-width: 768px) {
  .contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .contact__content {
    margin-left: 5.4rem;
  }

  .contact__picture {
    margin-left: 4.5rem;
    width: auto;
    width: initial;
    position: static;
    position: initial;
    right: auto;
    right: initial;
    top: auto;
    top: initial;
  }
}

@media (min-width: 1024px) {
  .contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .contact__content {
    margin-left: 9.5rem;
  }

  .contact__picture {
    margin-left: 7.7rem;
  }
}

.token__picture img {
  width: 6rem;
}

.payment-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.payment-column {
  min-width: 400px;
  width: 400px;
  margin: 0 40px;
}

.payment-box {
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #f5f5f7;
  padding: 32px;
  -webkit-box-shadow:
    0 10px 21px -5px rgba(83, 119, 197, 0.15),
    0 6px 16px 0 rgba(0, 0, 0, 0.1),
    0 14px 20px -14px rgba(0, 0, 0, 0.08);
          box-shadow:
    0 10px 21px -5px rgba(83, 119, 197, 0.15),
    0 6px 16px 0 rgba(0, 0, 0, 0.1),
    0 14px 20px -14px rgba(0, 0, 0, 0.08);
}

.payment-box hr {
  display: block;
  border: 0;
  border-bottom: 1px solid #eaebee;
  margin: 18px 0;
}

.payment-box span {
  display: block;
  padding: 6px 0;
}

.payment-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.payment-headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.payment-button {
  display: block;
  padding: 20px 0;
}

.payment-type {
  display: inline-block;
  padding: 2px 4px !important;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: bold;
  height: 1.4rem;
  color: #BFC3CB;
  color: var(--color-grey-emma);
  border: 1px solid #BFC3CB;
  border: 1px solid var(--color-grey-emma);
  border-radius: 4px;

}

.payment-security {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  padding: 1rem 1rem 0 1rem;
}

.security-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.security-title i {
  display: block;
  font-size: 1.4rem;
  color: #93D7BF;
  color: var(--color-status-success);
}

.security-title span {
  font-weight: bold;
  font-size: 1rem;
}

.pricing-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 1rem;
}

.pricing {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  list-style: none;
  border-radius: 4px;
  border: 1px solid #eaebee;
  width: 240px;
  max-width: 240px;
  margin: 0 10px 40px 10px;
}

@media (min-width: 1024px) {
  .pricing {
    margin: 0 10px 40px 10px;
  }
}

@media (min-width: 1440px) {
  .pricing {
    margin: 0 10px 40px 10px;
  }
}

.pricing-normal {
  margin-top: 40px !important;
}

.pricing-popular {
  -webkit-box-shadow:
    0 10px 21px -5px rgba(83, 119, 197, 0.15),
    0 6px 16px 0 rgba(0, 0, 0, 0.1),
    0 14px 20px -14px rgba(0, 0, 0, 0.08);
          box-shadow:
    0 10px 21px -5px rgba(83, 119, 197, 0.15),
    0 6px 16px 0 rgba(0, 0, 0, 0.1),
    0 14px 20px -14px rgba(0, 0, 0, 0.08);
}

.pricing-popular li:first-child {
  display: block;
  padding: 10px;
  background:  #93D7BF;
  background:  var(--color-status-success);
  color: rgb(255, 255, 255, 1);
  color: var(--color-white);
  text-align: center;
  font-weight: bold;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.pricing-title {
  display: block;
  padding: 40px 0 20px 0;
  color: #bfc3cb;
  font-family: inherit;
  font-size: 19px;
  font-weight: bolder;
  letter-spacing: 0.95px;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.pricing-artwork {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 160px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.pricing-artwork img {
  display: block;
  height: auto;
  width: 60px;
}

.pricing-offer {
  padding: 20px 32px 4px 32px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.pricing-price {
  display: block;
  font-family: inherit;
  font-size: 40px;
  font-weight: bold;
  line-height: 40px;
  color: #283750;
}

.pricing-price sup {
  display: inline-block;
  color: #283750;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 0.875rem;
  padding: 5px 10px;
  vertical-align:top;
}

.pricing-taxes {
  display: block;
  color: #bfc3cb;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 0.875rem;
}

.pricing-line {
  display: block;
  padding: 16px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.pricing-line hr {
  border: 1px solid #eaebee;
}

.pricing-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 16px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.pricing-feature span {
  display: inline-block;
}

.pricing-feature i {
  display: inline-block;
  padding: 0 10px;
  font-size: 1.6rem;
  color: #93D7BF;
  color: var(--color-status-success);
}

.pricing-spacer {
  display: block;
  -webkit-box-flex: 100;
      -ms-flex-positive: 100;
          flex-grow: 100;
}

.pricing-button {
  display: block;
  padding: 26px;
}

.shops {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;

}

.shops li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  margin-bottom: 14px;
}

.shop-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  border-right: 1px solid #f5f5f7;
}

.shop-name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 15px;
}

.shop-name span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 220px;
}

.shops a {
  width: 360px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: rgb(0, 0, 0, 1);
  color: var(--color-black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 6px 13px 0px rgba(0,0,0,0.1), 0px 5px 14px -6px rgba(0,0,0,0.1);
          box-shadow: 0px 6px 13px 0px rgba(0,0,0,0.1), 0px 5px 14px -6px rgba(0,0,0,0.1);
  border: 2px solid transparent;
}

.shops a:hover,
.shops a:active {
  border: 2px solid #5377C5;
  border: 2px solid var(--color-primary);
  color: #5377C5;
  color: var(--color-primary);
}

.shops a:hover i,
.shops a:active i {
  color: #5377C5;
  color: var(--color-primary);
}

.shops i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  width: 60px;
  font-size: 2rem;
  color: #BFC3CB;
  color: var(--color-grey-emma);
}

.shops li.shops-plus a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #D4D7DC;
  border: 2px solid var(--color-grey-lilly);
}

.shops li.shops-plus a:hover,
.shops li.shops-plus a:active {
  border: 2px solid #5377C5;
  border: 2px solid var(--color-primary);
  color: #5377C5;
  color: var(--color-primary);
}

.shops li.shops-plus a:hover i,
.shops li.shops-plus a:active i {
  color: #5377C5;
  color: var(--color-primary);
}

.shops li.shops-plus.disabled a {
  pointer-events: none;
  border: 2px solid #D4D7DC;
  border: 2px solid var(--color-grey-lilly);
}

.shops li.shops-plus a:hover,
.shops li.shops-plus a:active {
  border: 2px solid #D4D7DC;
  border: 2px solid var(--color-grey-lilly);
  color: #D4D7DC;
  color: var(--color-grey-lilly);
}

.shops li.shops-plus a:hover i,
.shops li.shops-plus a:active i {
  color: #D4D7DC;
  color: var(--color-grey-lilly);
}

.shop-image img {
  width: 37rem;
  margin-right: 5rem;
}

.subscription-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  margin-bottom: 20px;
  background: rgb(255, 255, 255, 1);
  background: var(--color-white);
  border-radius: 4px;
  -webkit-box-shadow: 0px 5px 14px -6px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 5px 14px -6px rgba(0, 0, 0, 0.14);
}

.subscription-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
}

.subscription-image {
  margin: 0 26px;
  width: 36px;
}

.subscription-details {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align:  stretch;
      -ms-flex-align:  stretch;
          align-items:  stretch;
  padding: 0 12px;
}

.subscription-title {
  font-size: 1.2rem;
  line-height: 2.2rem;
}

.subscription-supertitle {
  font-size: 0.8rem;
  line-height: 1.8rem;
  text-transform: uppercase;
  color: rgb(191, 195, 203);
}

.subscription-line {
  margin: 0 20px;
  border: 1px solid #EAEBEE;
  border: 1px solid var(--color-grey-mia);
}

.subscription-period {
  font-size: 1rem;
  line-height: 1.8rem;
}

.subscription-due {
  font-size: 1rem;
  line-height: 1.8rem;
  color: rgb(191, 195, 203);
}
