@charset "UTF-8";
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

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

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

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

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

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

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

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

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

.cc-window {
  opacity: 1;
  transition: opacity 1s ease;
}

.cc-window.cc-invisible {
  opacity: 0;
}

.cc-animate.cc-revoke {
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
}

.cc-animate.cc-revoke.cc-top {
  -webkit-transform: translateY(-2em);
          transform: translateY(-2em);
}

.cc-animate.cc-revoke.cc-bottom {
  -webkit-transform: translateY(2em);
          transform: translateY(2em);
}

.cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top, .cc-revoke:hover {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
}

.cc-link, .cc-revoke:hover {
  text-decoration: underline;
}

.cc-revoke, .cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Inter, Calibri, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  z-index: 9999;
}

.cc-window.cc-static {
  position: static;
}

.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
}

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
          flex-direction: row;
}

.cc-revoke {
  padding: .5em;
}

.cc-header {
  font-size: 18px;
  font-weight: 700;
}

.cc-btn, .cc-close, .cc-link, .cc-revoke {
  cursor: pointer;
}

.cc-link {
  opacity: .8;
  display: inline-block;
  padding: .2em;
}

.cc-link:hover {
  opacity: 1;
}

.cc-link:active, .cc-link:visited {
  color: initial;
}

.cc-btn {
  display: block;
  padding: .4em .8em;
  font-size: .9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}

.cc-banner .cc-btn:last-child {
  min-width: 140px;
}

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}

.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}

.cc-close {
  display: block;
  position: absolute;
  top: .5em;
  right: .5em;
  font-size: 1.6em;
  opacity: .9;
  line-height: .75;
}

.cc-close:focus, .cc-close:hover {
  opacity: 1;
}

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em;
}

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: .5em;
  border-top-right-radius: .5em;
}

.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}

.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}

.cc-top {
  top: 1em;
}

.cc-left {
  left: 1em;
}

.cc-right {
  right: 1em;
}

.cc-bottom {
  bottom: 1em;
}

.cc-floating > .cc-link {
  margin-bottom: 1em;
}

.cc-floating .cc-message {
  display: block;
  margin-bottom: .5em;
}

.cc-window.cc-floating .cc-compliance {
  -ms-flex: 1;
  -webkit-flex: 1;
          flex: 1;
}

.cc-window.cc-banner {
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}

.cc-banner .cc-message {
  -ms-flex: 1;
  -webkit-flex: 1;
          flex: 1;
}

.cc-compliance {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -ms-flex-line-pack: justify;
  -webkit-align-content: space-between;
          align-content: space-between;
}

.cc-compliance > .cc-btn {
  -ms-flex: 1;
  -webkit-flex: 1;
          flex: 1;
}

.cc-btn + .cc-btn {
  margin-left: .5em;
}

@media print {
  .cc-revoke, .cc-window {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}

@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }
  .cc-window.cc-bottom {
    bottom: 0;
  }
  .cc-window.cc-banner, .cc-window.cc-left, .cc-window.cc-right {
    left: 0;
    right: 0;
  }
  .cc-window.cc-banner {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .cc-window.cc-banner .cc-compliance {
    -ms-flex: 1;
    -webkit-flex: 1;
            flex: 1;
  }
  .cc-window.cc-floating {
    max-width: none;
  }
  .cc-window .cc-message {
    margin-bottom: .5em;
  }
  .cc-window.cc-banner {
    -ms-flex-align: unset;
    -webkit-align-items: unset;
            align-items: unset;
  }
}

.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -ms-flex: none;
  -webkit-flex: none;
          flex: none;
}

.cc-theme-classic .cc-btn {
  border-radius: 5px;
}

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}

.cc-theme-edgeless.cc-window {
  padding: 0;
}

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 1em 2em 1.5em;
}

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: .4em 1.8em;
  height: 100%;
}

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
  margin-right: 2em;
  text-align: right;
}

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}

/*===============================
=            Choices            =
===============================*/
.choices {
  position: relative;
  margin-bottom: 24px;
  font-size: 16px;
}

.choices:focus {
  outline: none;
}

.choices:last-child {
  margin-bottom: 0;
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.choices.is-disabled .choices__item {
  cursor: not-allowed;
}

.choices [hidden] {
  display: none !important;
}

.choices[data-type*='select-one'] {
  cursor: pointer;
}

.choices[data-type*='select-one'] .choices__inner {
  padding-bottom: 7.5px;
}

.choices[data-type*='select-one'] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #dddddd;
  background-color: #ffffff;
  margin: 0;
}

.choices[data-type*='select-one'] .choices__button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: 0.5;
}

.choices[data-type*='select-one'] .choices__button:hover, .choices[data-type*='select-one'] .choices__button:focus {
  opacity: 1;
}

.choices[data-type*='select-one'] .choices__button:focus {
  box-shadow: 0px 0px 0px 2px #00bcd4;
}

.choices[data-type*='select-one'] .choices__item[data-value=''] .choices__button {
  display: none;
}

.choices[data-type*='select-one']:after {
  content: '';
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333333 transparent transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}

.choices[data-type*='select-one'].is-open:after {
  border-color: transparent transparent #333333 transparent;
  margin-top: -7.5px;
}

.choices[data-type*='select-one'][dir='rtl']:after {
  left: 11.5px;
  right: auto;
}

.choices[data-type*='select-one'][dir='rtl'] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}

.choices[data-type*='select-multiple'] .choices__inner,
.choices[data-type*='text'] .choices__inner {
  cursor: text;
}

.choices[data-type*='select-multiple'] .choices__button,
.choices[data-type*='text'] .choices__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px solid #008fa1;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
  border-radius: 0;
}

.choices[data-type*='select-multiple'] .choices__button:hover, .choices[data-type*='select-multiple'] .choices__button:focus,
.choices[data-type*='text'] .choices__button:hover,
.choices[data-type*='text'] .choices__button:focus {
  opacity: 1;
}

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #dddddd;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden;
}

.is-focused .choices__inner,
.is-open .choices__inner {
  border-color: #b7b7b7;
}

.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}

.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
}

[dir='rtl'] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}

.choices__list--single .choices__item {
  width: 100%;
}

.choices__list--multiple {
  display: inline;
}

.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #00bcd4;
  border: 1px solid #00a5bb;
  color: #ffffff;
  word-break: break-all;
  box-sizing: border-box;
}

.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}

[dir='rtl'] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}

.choices__list--multiple .choices__item.is-highlighted {
  background-color: #00a5bb;
  border: 1px solid #008fa1;
}

.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaaaaa;
  border: 1px solid #919191;
}

.choices__list--dropdown {
  visibility: hidden;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
  will-change: visibility;
}

.choices__list--dropdown.is-active {
  visibility: visible;
}

.is-open .choices__list--dropdown {
  border-color: #b7b7b7;
}

.is-flipped .choices__list--dropdown {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 0.25rem 0.25rem 0 0;
}

.choices__list--dropdown .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}

.choices__list--dropdown .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px;
}

[dir='rtl'] .choices__list--dropdown .choices__item {
  text-align: right;
}

@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable {
    padding-right: 100px;
  }
  .choices__list--dropdown .choices__item--selectable:after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  [dir='rtl'] .choices__list--dropdown .choices__item--selectable {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }
  [dir='rtl'] .choices__list--dropdown .choices__item--selectable:after {
    right: auto;
    left: 10px;
  }
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
  opacity: 0.5;
}

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.5;
}

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray;
}

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.choices__button:focus {
  outline: none;
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}

.choices__input:focus {
  outline: 0;
}

[dir='rtl'] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}

.choices__placeholder {
  opacity: 0.5;
}

/*=====  End of Choices  ======*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

@font-face {
  font-family: "lg";
  src: url("../fonts/lg.woff2?io9a6k") format("woff2"), url("../fonts/lg.ttf?io9a6k") format("truetype"), url("../fonts/lg.woff?io9a6k") format("woff"), url("../fonts/lg.svg?io9a6k#lg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "lg" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-container {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.lg-next,
.lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1084;
  outline: none;
  border: none;
}

.lg-next.disabled,
.lg-prev.disabled {
  opacity: 0 !important;
  cursor: default;
}

.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
  color: #fff;
}

.lg-single-item .lg-next,
.lg-single-item .lg-prev {
  display: none;
}

.lg-next {
  right: 20px;
}

.lg-next:before {
  content: "\e095";
}

.lg-prev {
  left: 20px;
}

.lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.lg-media-overlap .lg-toolbar {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  will-change: color;
  transition: color 0.2s linear;
  background: none;
  border: none;
  box-shadow: none;
}

.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px;
}

.lg-toolbar .lg-icon:hover {
  color: #fff;
}

.lg-toolbar .lg-close:after {
  content: "\e070";
}

.lg-toolbar .lg-maximize {
  font-size: 22px;
}

.lg-toolbar .lg-maximize:after {
  content: "\e90a";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  transition: opacity 0.2s ease-out 0s;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

.lg-sub-html a {
  color: inherit;
}

.lg-sub-html a:hover {
  text-decoration: underline;
}

.lg-media-overlap .lg-sub-html {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.lg-error-msg {
  font-size: 14px;
  color: #999;
}

.lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  height: 47px;
  vertical-align: middle;
}

.lg-closing .lg-toolbar,
.lg-closing .lg-prev,
.lg-closing .lg-next,
.lg-closing .lg-sub-html {
  opacity: 0;
  transition: -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-media-cont {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  will-change: transform, opacity;
  transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-media-cont {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.lg-icon:focus-visible {
  color: #fff;
  border-radius: 3px;
  outline: 1px dashed rgba(255, 255, 255, 0.6);
}

.lg-toolbar .lg-icon:focus-visible {
  border-radius: 8px;
  outline-offset: -5px;
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-container {
  display: none;
  outline: none;
}

.lg-container.lg-show {
  display: block;
}

.lg-on {
  scroll-behavior: unset;
}

.lg-overlay-open {
  overflow: hidden;
}

.lg-toolbar,
.lg-prev,
.lg-next,
.lg-pager-outer,
.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  will-change: transform, opacity;
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-show-in .lg-toolbar,
.lg-show-in .lg-prev,
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer {
  opacity: 1;
}

.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1;
}

.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0.001;
  outline: none;
  will-change: auto;
  overflow: hidden;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  box-sizing: border-box;
}

.lg-outer.lg-zoom-from-image {
  opacity: 1;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  transition: opacity 0s;
  white-space: nowrap;
}

.lg-outer .lg-item {
  display: none !important;
}

.lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url("../images/loading.gif") no-repeat scroll center center transparent;
}

.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
}

.lg-outer .lg-empty-html.lg-sub-html,
.lg-outer .lg-empty-html .lg-sub-html {
  display: none;
}

.lg-outer.lg-hide-download .lg-download {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  transition: opacity 0.2s ease-out 0.15s;
}

.lg-outer .lg-media-cont {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.lg-outer .lg-media-cont .lg-object {
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-has-iframe .lg-media-cont {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  will-change: auto;
  transition: opacity 333ms ease-in 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-container {
  display: none;
}

.lg-container.lg-show {
  display: block;
}

.lg-container.lg-dragging-vertical .lg-backdrop {
  transition-duration: 0s !important;
}

.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
  position: absolute;
}

.lg-inline .lg-backdrop {
  z-index: 1;
}

.lg-inline .lg-outer {
  z-index: 2;
}

.lg-inline .lg-maximize:after {
  content: "\e909";
}

.lg-components {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  transition: -webkit-transform 0.35s ease-out 0s;
  transition: transform 0.35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

/*# sourceMappingURL=lightgallery.css.map */
/* ========================================
 * Base
 * ======================================== */
:root {
  background-color: #ffffff;
  color: #333333;
  font-family: "Inter", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  min-width: 300px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-font-smoothing: antialiased;
  tap-highlight-color: transparent;
}

/**
 * Prevent flashing of unstyled content (paired with style in head)
 */
body {
  display: block !important;
}

/**
 * Apply a natural box layout model to all elements
 */
*, *:before, *:after {
  box-sizing: border-box;
}

/**
 * Shared spacing
 */
hgroup,
blockquote,
address,
table,
fieldset,
figure,
pre,
ul,
ol,
dl {
  margin: 0 0 1.5rem;
}

/**
 * Lists
 */
ul,
ol,
dl {
  padding: 0 0 0 1.5rem;
}

/**
 * Links
 */
a {
  color: #00B4E3;
  text-decoration: none;
  transition: color 0.15s;
}

a:active {
  color: #00B4E3;
}

a:focus {
  outline: 0;
}

a:hover {
  color: #007797;
}

/**
 * Selection
 */

::selection {
  background: #00B4E3;
  color: #ffffff;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

/**
 * Media
 */
img,
embed,
object,
iframe {
  max-width: 100%;
}

img {
  height: auto;
  vertical-align: middle;
}

/* ========================================
 * Fonts
 * ======================================== */
/* ========================================
 * Global uncategorized placeholders
 * ======================================== */
nav ul, .List, .Navbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.Button[disabled], .Form-item[disabled], fieldset[disabled] .Form-item, .Form-button.Button[disabled], fieldset[disabled] .Form-button.Button {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}

.Card.-figureCrop .Card-figure figure, .Card.-figureFill .Card-figure figure, .Card.-figureFill .Card-figure, .Hero-figure, .Hero-item.-overlay .Hero-figure:after, .Hero-item.-overlay .Hero-figure-video:after, .Hero-item.-overlay--vertical .Hero-figure:after, .Hero-item.-overlay--vertical .Hero-figure-video:after, .Hero-item.-overlay--horizontal .Hero-figure:after, .Hero-item.-overlay--horizontal .Hero-figure-video:after, .Hero-item.-sDown-overlay:after {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* ========================================
 * Typography
 * ======================================== */
p {
  margin: 0 0 1.5rem;
}

b,
strong {
  font-weight: 700;
}

hr {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  display: block;
  height: 1px;
  margin-bottom: 1.5rem;
  margin-top: 0;
  padding: 0;
}

/**
 * Headings
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #124295;
  font-family: inherit;
  font-weight: 700;
  margin: 0 0 1.5rem;
}

h1, .h1 {
  font-size: 2rem;
  line-height: 1.1875;
  font-weight: 800;
}

h2, .h2 {
  font-size: 1.625rem;
  line-height: 1.23077;
}

h3, .h3 {
  font-size: 1.375rem;
  line-height: 1.27273;
}

h4, .h4 {
  font-size: 1.25rem;
  line-height: 1.3;
}

h5, .h5 {
  font-size: 1.125rem;
  line-height: 1.33333;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 700;
}

.ce-bodytext p:first-child b, .ce-bodytext p:first-child strong {
  font-size: 1.25rem;
  line-height: 1.3;
  color: #00B4E3;
}

/* ========================================
 * Mobile up responsive visibility helper
 * ========================================
 *
 * Hide visually and from screen readers
 */
.hidden,
.s-visible, .s-visible--i, .s-visible--ib, .s-visible--tc, .s-visible--f,
.m-visible, .m-visible--i, .m-visible--ib, .m-visible--tc, .m-visible--f,
.l-visible, .l-visible--i, .l-visible--ib, .l-visible--tc, .l-visible--f,
.xl-visible, .xl-visible--i, .xl-visible--ib, .xl-visible--tc, .xl-visible--f {
  display: none !important;
}

@media (min-width: 37.5em) {
  .s-visible {
    display: inherit !important;
  }
  .s-visible--f {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .s-visible--i {
    display: inline !important;
  }
  .s-visible--ib {
    display: inline-block !important;
  }
  .s-visible--tc {
    display: table-cell !important;
  }
  .s-hidden {
    display: none !important;
  }
}

@media (min-width: 48em) {
  .m-visible {
    display: inherit !important;
  }
  .m-visible--f {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .m-visible--i {
    display: inline !important;
  }
  .m-visible--ib {
    display: inline-block !important;
  }
  .m-visible--tc {
    display: table-cell !important;
  }
  .m-hidden {
    display: none !important;
  }
}

@media (min-width: 64em) {
  .l-visible {
    display: inherit !important;
  }
  .l-visible--f {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .l-visible--i {
    display: inline !important;
  }
  .l-visible--ib {
    display: inline-block !important;
  }
  .l-visible--tc {
    display: table-cell !important;
  }
  .l-hidden {
    display: none !important;
  }
}

@media (min-width: 75em) {
  .xl-visible {
    display: inherit !important;
  }
  .xl-visible--f {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .xl-visible--i {
    display: inline !important;
  }
  .xl-visible--ib {
    display: inline-block !important;
  }
  .xl-visible--tc {
    display: table-cell !important;
  }
  .xl-hidden {
    display: none !important;
  }
}

/* ========================================
 * Global uncategorized helpers
 * ======================================== */
/**
 * Completely remove from the flow but leave available to screen readers.
 */
.hideVisually {
  position: absolute !important;
  overflow: hidden !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
}

/**
 * Color
 */
.colorBgWhite {
  background-color: #ffffff !important;
}

.colorBgLight {
  background-color: #ededed !important;
}

.colorBgLightest {
  background-color: #f2f2f2 !important;
}

.colorBgPrimary {
  background-color: #00B4E3 !important;
}

.colorBgSecondary {
  background-color: #124295 !important;
}

.colorBgSecondaryLight {
  background-color: #f0f5fd !important;
}

a.colorLinkText {
  color: #333333 !important;
}

a.colorLinkText:hover {
  color: #00B4E3 !important;
}

.colorTextInverse {
  color: #ffffff !important;
}

.colorTextPrimary {
  color: #00B4E3 !important;
}

.colorTextSecondary {
  color: #124295 !important;
}

/**
 * Margins
 */
.noMargin {
  margin: 0 !important;
}

.marginBottom {
  margin-bottom: 1.5rem !important;
}

.marginBottom--m {
  margin-bottom: 3rem !important;
}

.marginRight--xs {
  margin-right: 0.375rem !important;
}

.marginTop {
  margin-top: 1.5rem !important;
}

/**
 * Paddings
 */
.noPadding {
  padding: 0 !important;
}

.noPaddingBottom {
  padding-bottom: 0 !important;
}

.paddingBottom--s {
  padding-bottom: 0.75rem !important;
}

.paddingTop--m {
  padding-top: 3rem !important;
}

/**
 * Text. Colors above.
 */
.textUppercase {
  text-transform: uppercase;
}

/**
 * Various
 */
.round {
  border-radius: 50% !important;
}

.noBorder {
  border: 0 !important;
}

.fontSizeIcon {
  font-size: 120px;
}

/* ========================================
 * Layout helpers
 * ======================================== */
/**
 * Clearfix
 */
.clearfix:before, .clearfix:after {
  content: '';
  display: table;
}

.clearfix:after {
  clear: both;
}

/**
 * Floats
 */
.floatLeft {
  float: left !important;
}

.floatRight {
  float: right !important;
}

/**
 * Centering absolutely
 */
.centerAbsolute {
  margin: auto !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  width: 50% !important;
}

/**
 * Centering with table
 */
.centerTable {
  display: table !important;
  height: 100% !important;
  width: 100% !important;
}

.centerTable-cell {
  display: table-cell !important;
  text-align: center !important;
  vertical-align: middle !important;
}

.centerTable-cell-item {
  display: inline-block !important;
  text-align: left !important;
}

/**
 * Centering with margin (requires width)
 */
.centerMargin {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/**
 * Centering with inline-block and text
 */
.centerText {
  text-align: center !important;
}

.centerText-item {
  display: inline-block !important;
  text-align: left !important;
}

/* ======
 * Positioning helpers
 * ====== */
/**
 * Fill the space absolutely
 */
.positionAbsoluteFill {
  bottom: 0 !important;
  left: 0 !important;
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
}

/**
 * 1. Make sure fixed elements are promoted into a new layer, for performance
 *    reasons.
 */
.positionFixed {
  position: fixed !important;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  /* [1.] */
}

.positionRelative {
  position: relative !important;
}

.positionStatic {
  position: static !important;
}

.csc-textpic-caption, .ce-gallery figcaption {
  font-size: 14px;
  margin: 0.375rem 0;
  line-height: 1.5;
  font-style: italic;
}

.ce-intext.ce-left .ce-gallery {
  margin-right: 1.5rem;
}

.ce-intext.ce-right .ce-gallery {
  margin-left: 1.5rem;
}

.search-result-count {
  border-radius: 500px;
  background-color: #00B4E3;
  padding: 3px 10px;
  font-size: 0.8em;
  line-height: 1.5em;
  color: white;
  margin-left: 7px;
}

.search-result em {
  background-color: #ffffaa;
}

.Page blockquote {
  padding-left: 20px;
  padding-right: 8px;
  border-width: 0px 0px 0px 5px;
  font-style: italic;
  padding: 0 20px;
  border-style: solid;
  border-color: #ccc;
}

/* ========================================
 * Accordion
 * ======================================== */
.Accordion-item {
  margin-bottom: 0.75rem;
}

.Accordion-content {
  display: none;
  padding-top: 1.5rem;
}

.Accordion-item.is-open .Accordion-content {
  display: block;
}

.Accordion-title {
  font-size: 0.875rem;
  line-height: 1.42857;
  background-color: #124295;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 1.5rem;
}

.Accordion-title > .Icon {
  position: relative;
  transition: 0.15s;
  top: 0.1875rem;
}

.Accordion-item.is-open .Accordion-title > .Icon {
  top: 0.125rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* =======================================
 * Alert
 * ======================================= */
.Alert {
  margin-bottom: 1.5rem;
  padding: 0.75rem 0.75rem;
  text-align: center;
}

@media (min-width: 48em) {
  .Alert {
    padding: 1.5rem;
  }
}

.Alert.is-hidden {
  display: none;
}

/* ======
 * Alert - Success
 * ====== */
.Alert--success {
  background-color: #bce2bc;
  box-shadow: inset 0 0 0 1px #80c780;
}

/* ======
 * Alert - Info
 * ====== */
.Alert--info {
  background-color: #ceecf5;
  box-shadow: inset 0 0 0 1px #b0e1ef;
}

/* ======
 * Alert - Warning
 * ====== */
.Alert--warning {
  background-color: #fbe8cd;
  box-shadow: inset 0 0 0 1px #f6ce95;
}

/* ======
 * Alert - Danger
 * ====== */
.Alert--danger {
  background-color: #f1c2c0;
  box-shadow: inset 0 0 0 1px #eba5a3;
}

/* =======================================
 * Block
 * ======================================= */
.Block {
  margin-bottom: 1.5rem;
}

/* =======================================
 * Block - Default
 * =======================================
 *
 * @extends `.Block{}` in _Block.scss
 */
.Block--default {
  background-color: #ffffff;
  box-shadow: 0 5px 6px 0 rgba(95, 95, 95, 0.07), 0 1px 3px 0 rgba(0, 0, 0, 0.08), 0 -1px 1px 0 rgba(0, 0, 0, 0.05);
}

.Block--default .Block-title {
  padding: 1.5rem;
}

.Block--default .Block-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.Block--default .Block-title h3 {
  margin: 0;
}

.Block--default .Block-content {
  padding: 1.5rem;
  padding-top: 2.25rem;
}

/* =======================================
 * Block - Category
 * ======================================= */
.Block--category {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.Block--category .Category-figure {
  border: 0.25rem solid #fff;
  border-radius: 999px;
  width: 7rem;
  height: 7rem;
  background: #124295;
  color: #fff;
}

@media (max-width: 47.99em) {
  .Block--category .Category-figure {
    width: 3rem;
    height: 3rem;
    border: 0;
  }
}

.Block--category .Category-figure figure {
  line-height: 6.5rem;
  width: 6.5rem;
  text-align: center;
}

.Block--category .Category-figure figure img {
  width: 4rem;
}

@media (max-width: 47.99em) {
  .Block--category .Category-figure figure {
    line-height: 3rem;
    width: 3rem;
  }
  .Block--category .Category-figure figure img {
    width: 1.75rem;
  }
}

.Block--category .Category-figure .Category-icon {
  width: 6rem;
  height: 6rem;
}

@media (max-width: 47.99em) {
  .Block--category .Category-figure .Category-icon {
    width: 3rem;
    height: 3rem;
  }
}

.Block--category .Category-figure .Category-icon .Icon {
  width: 6.5rem;
  height: 6.5rem;
  padding: 1.25rem;
}

@media (max-width: 47.99em) {
  .Block--category .Category-figure .Category-icon .Icon {
    width: 3rem;
    height: 3rem;
    padding: 0.75rem;
  }
}

.Block--category .Category-title {
  text-transform: uppercase;
  margin: 1rem 0 0;
  width: 7rem;
  color: #333333;
  font-size: 1rem;
  line-height: 1.2;
}

@media (max-width: 47.99em) {
  .Block--category .Category-title {
    margin: 0 0 0 0.5rem;
    font-size: 0.75rem;
    line-height: 1.2;
  }
}

@media (max-width: 63.99em) {
  .Block--category .Category-title {
    text-align: left;
    margin: 0 0 0 1rem;
    width: auto;
  }
}

.Block--category.-s {
  margin-top: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0;
          flex: 1 1 0;
}

@media (max-width: 63.99em) {
  .Block--category.-s {
    height: 3rem;
  }
}

.Block--category.-s .Category-figure {
  width: 2rem;
  height: 2rem;
  border-width: 0;
}

@media (min-width: 64em) {
  .Block--category.-s .Category-figure {
    border-width: 0.25rem;
    border-radius: 999px;
    width: 6rem;
    height: 6rem;
  }
}

.Block--category.-s .Category-figure figure {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}

.Block--category.-s .Category-figure figure img {
  width: 4rem;
}

@media (min-width: 64em) {
  .Block--category.-s .Category-figure figure {
    line-height: 5.5rem;
    width: 5.5rem;
  }
}

.Block--category.-s .Category-figure .Category-icon {
  width: 2rem;
  height: 2rem;
}

@media (min-width: 64em) {
  .Block--category.-s .Category-figure .Category-icon {
    width: 5.5rem;
    height: 5.5rem;
  }
}

.Block--category.-s .Category-figure .Category-icon .Icon {
  width: 5.5rem;
  height: 5.5rem;
  padding: 1.25rem;
}

@media (max-width: 63.99em) {
  .Block--category.-s .Category-figure .Category-icon .Icon {
    width: 2.75rem;
    height: 2rem;
    padding: 0 1.25rem 0 0;
  }
}

.Block--category.-s .Category-title {
  text-transform: none;
}

@media (max-width: 63.99em) {
  .Block--category.-s .Category-title {
    width: auto;
    height: auto;
    color: #fff;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: normal;
  }
}

@media (min-width: 64em) {
  .Block--category.-s .Category-title {
    width: 6rem;
    font-size: 0.875rem;
    line-height: 1.42857;
  }
}

@media (max-width: 63.99em) {
  .Block--category {
    margin-top: 1rem;
  }
}

@media (min-width: 64em) {
  .Block--category {
    margin-top: 0;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .Block--category:not(.-s):hover .Category-figure {
    border-color: #fff;
    border-width: 0.5rem;
  }
  .Block--category:not(.-s):hover .Category-figure .Icon {
    padding: 1rem;
    width: 6rem;
    height: 6rem;
  }
  .Block--category:not(.-s):hover .Category-figure figure {
    line-height: 6rem;
    width: 6rem;
  }
}

/* ========================================
 * Breadcrumb
 * ========================================
 *
 * @reusable true
 */
.Breadcrumb {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 1.5rem;
}

.Breadcrumb-item {
  font-size: 0.875rem;
  line-height: 1.42857;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.Breadcrumb-item:first-child {
  margin-left: 0;
}

.Breadcrumb-item:first-child > .Icon {
  display: none;
}

.Breadcrumb-item:last-child {
  margin-right: 0;
  font-weight: 700;
}

.Breadcrumb-item > .Icon {
  color: #00B4E3;
  color: rgba(0, 0, 0, 0.3);
  font-size: 0.625rem;
  margin-right: 0.375rem;
  position: relative;
  top: 0.25rem;
}

.Breadcrumb-remove {
  color: #00B4E3;
  margin-right: 0.375rem;
  position: relative;
  top: 0.125rem;
}

.Breadcrumb-link {
  color: #00B4E3;
  margin-right: 0.25rem;
}

.Breadcrumb-link:hover {
  color: #333333;
}

.Breadcrumb-item.is-active .Breadcrumb-link {
  color: #333333;
}

/* ========================================
 * Button collection - Default
 * ========================================
 *
 * @extends `.Button{}` in _Button.scss
 */
.Buttons--default {
  display: inline-block;
  margin-bottom: 1.5rem;
}

.Buttons--default > .Button {
  border-radius: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}

.Buttons--default > .Button:not(:last-child) {
  border-bottom-width: 0;
}

.Buttons--default.-justify {
  width: 100%;
}

/* ========================================
 * Button collection - Default - Horizontal
 * ========================================
 *
 * @extend `.Buttons--default{}` in _Buttons--default.scss
 */
@media (min-width: 48em) {
  .Buttons--default.-m-horizontal {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .Buttons--default.-m-horizontal > .Button:not(:first-child) {
    border-left-width: 0;
  }
  .Buttons--default.-m-horizontal > .Button:not(:last-child) {
    border-bottom-width: 1px;
  }
  .Buttons--default.-m-horizontal.-justify > .Button {
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

/* ========================================
 * Button
 * ======================================== */
.Button {
  font-size: 0.875rem;
  line-height: 2.875rem;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  border: 1px solid transparent;
  cursor: pointer;
  color: #333333;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 700;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.5rem;
  margin-right: 0.75rem;
  min-height: 3rem;
  outline: 0;
  padding: 0 1.5rem;
  position: relative;
  text-align: center;
  transition: 0.15s;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: top;
}

.Button:hover, .Button:focus {
  text-decoration: none;
}

.Button-icon {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.125rem;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}

.Button.-iconBlock .Button-icon {
  margin-bottom: -1px;
  margin-right: calc(-1.5rem - 1px);
  margin-top: -1px;
  margin-left: 1.125rem;
  width: 3rem;
}

.Button-icon + .Button-text {
  margin-left: 0.75rem;
}

.Button-text {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.Button-text + .Button-icon {
  margin-left: 0.75rem;
}

/**
   * @extends `.Dropdown{}` in _Dropdown.scss
   */
.Button-dropdown.Dropdown {
  cursor: default;
  margin-top: 2px;
  padding: 0;
  text-align: left;
}

/* ======
 * Button - States
 * ====== */
.Button.is-open {
  overflow: visible;
}

/* ======
 * Button - Size
 * ====== */
.Button.-l {
  font-size: 1.125rem;
  line-height: 4.375rem;
  padding: 0 2.25rem;
}

.Button.-s {
  font-size: 0.875rem;
  line-height: 2.215rem;
  padding: 0 1.17rem;
  min-height: 2.215rem;
}

.Button.-s .Button-icon {
  font-size: 1.25rem;
}

.ie11 .Button.-s .Button-icon:only-child {
  top: 0px;
}

.Button.-full {
  width: 100%;
}

.Button.-block {
  height: 3rem;
  padding: 0;
  width: 3rem;
}

/* ========================================
 * Button - Default
 * ========================================
 *
 * @extends `.Button{}` in _Button.scss
 */
.Button--default {
  background-color: #ffffff;
  border-color: rgba(0, 0, 0, 0.08);
  color: #00B4E3;
}

.Button--default:hover, .Button--default:focus {
  background-color: #f7f7f7;
}

.Button--default .IconCss[class*="-chevron"]:after {
  color: #00B4E3;
}

/* ========================================
 * Button - Primary
 * ========================================
 *
 * @extends `.Button{}` in _Button.scss
 */
.Button--primary {
  background-color: #00B4E3;
  border-color: #00B4E3;
  color: #ffffff;
}

.Button--primary:hover, .Button--primary:focus {
  background-color: #00a0ca;
  border-color: #00a0ca;
  color: #ffffff;
}

.Button--primary.-iconBlock .Button-icon {
  box-shadow: -1px 0 rgba(0, 0, 0, 0.2);
}

.Button--primary.-arrowPoint:after {
  border-bottom: 6px solid transparent;
  border-left: 6px solid #00B4E3;
  border-top: 6px solid transparent;
  content: '';
  position: absolute;
  right: -7px;
}

.Button--primary.is-active {
  color: #00B4E3;
  background-color: transparent;
}

.Button--primary .IconCss[class*="-chevron"]:after {
  color: #ffffff;
}

/* ========================================
 * Button - Secondary
 * ========================================
 *
 * @extends `.Button{}` in _Button.scss
 */
.Button--secondary {
  background-color: #124295;
  border-color: #124295;
  color: #ffffff;
}

.Button--secondary:hover, .Button--secondary:focus {
  background-color: #0f387e;
  border-color: #0f387e;
  color: #ffffff;
}

/* ========================================
 * Button - Tertiary
 * ========================================
 *
 * @extends `.Button{}` in _Button.scss
 */
.Button--tertiary {
  background-color: #ffffff;
  color: #124295;
  border: none;
  margin: 0;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.Button--tertiary:focus, .Button--tertiary:hover {
  background-color: #f7f7f7;
  color: #00B4E3;
}

/* ========================================
 * Card
 * ======================================== */
.Card {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1.5rem;
  position: relative;
  width: 100%;
}

.Card-figure {
  position: relative;
}

.Card-figure figure {
  margin-bottom: 0;
}

.Card-figure figure img {
  width: 100%;
}

.Card-inner {
  padding: 1.5rem;
}

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

.Card-content {
  position: relative;
}

.Card-footer {
  position: relative;
}

@media (min-width: 48em) {
  .Card-footer .Card-inner {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
}

/* ======
 * Card - Color
 * ====== */
.Card.-colorInverse {
  background-color: #000000;
  color: #ffffff;
}

/* ======
 * Card - Figure modifiers
 * ====== */
.Card.-figureCrop, .Card.-figureFill {
  min-height: 18rem;
}

.Card.-figureCrop .Card-figure, .Card.-figureFill .Card-figure {
  min-height: 18rem;
  width: 100%;
}

.Card.-figureCrop .Card-figure figure, .Card.-figureFill .Card-figure figure {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.Card.-figureCrop .Card-figure img, .Card.-figureFill .Card-figure img {
  display: block;
  height: 100%;
  object-fit: cover;
}

.Card.-figureFill {
  background: transparent;
}

.Card.-figureFill .Card-figure {
  overflow: hidden;
}

/* ========================================
 * Card - Default
 * ========================================
 *
 * @extends `.Card{}` in _Card.scss
 */
.Card--default {
  background-color: #ffffff;
}

.Card--default .Card-title-meta {
  font-size: 0.875rem;
  line-height: 1.42857;
  color: #333333;
  font-weight: normal;
  margin-top: 0.75rem;
}

.Card--default .Card-footer {
  background-color: #f2f2f2;
}

.Card--default.-figureFill .Card-content {
  background-color: rgba(255, 255, 255, 0.7);
  margin-top: auto;
}

.Page--home .Card--default .Card-inner {
  padding: 0.75rem;
}

.Page--home .Card--default figure, .Page--news .Card--default figure {
  overflow: hidden;
}

.Page--home .Card--default img, .Page--news .Card--default img {
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
}

.Page--home .Card--default:hover img, .Page--news .Card--default:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* ========================================
 * Card - Primary
 * ========================================
 *
 * @extends `.Card{}` in _Card.scss
 */
.Card--primary {
  background-color: #ffffff;
  box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.04), 0 3px 4px 0 rgba(0, 0, 0, 0.07);
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 1rem 1rem;
}

@media (min-width: 64em) {
  .Card--primary {
    padding: 1.5rem;
  }
}

.Card--primary .Card-figure {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 96px;
}

.Card--primary .Card-figure img {
  max-height: 96px;
  max-width: 96px;
  width: auto;
}

.ie11 .Card--primary .Card-figure img {
  display: block;
}

.Card--primary .Card-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0.75rem;
  min-width: calc(100% - 96px);
}

@media (min-width: 37.5em) {
  .Card--primary .Card-content {
    min-width: auto;
  }
}

.Card--primary .Card-title {
  font-size: 0.875rem;
  line-height: 1.42857;
  color: #124295;
  margin-bottom: 0.375rem;
}

.Card--primary .Card-meta {
  font-size: 0.875rem;
  line-height: 1.42857;
  color: #124295;
}

.Card--primary .Card-button {
  margin-top: 0.75rem;
}

.Card--primary .Card-button .Button {
  margin: 0;
}

.Card--primary .Card-footer {
  background-color: #f2f2f2;
}

a.Card--primary:hover, a.Card--primary:hover .Card-title {
  color: #00B4E3;
}

/* ========================================
 * Card - Secondary
 * ========================================
 *
 * @extends `.Card{}` in _Card.scss
 */
.Card--secondary {
  background-color: #ffffff;
}

.Card--secondary .Card-title {
  font-size: 0.875rem;
  line-height: 1.42857;
  background-color: #124295;
  color: #ffffff;
  margin: 0;
  padding: 1rem;
}

.Card--secondary .Card-inner > *:only-child {
  margin-bottom: 0;
}

.Card--secondary .Card-footer {
  background-color: #f2f2f2;
}

/* ========================================
 * Card - Tertiary
 * ========================================
 *
 * @extends `.Card {}` in _Card.scss
 */
.Card--tertiary {
  background-color: #ffffff;
  box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.04), 0 3px 4px 0 rgba(0, 0, 0, 0.07);
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 1rem 1rem;
}

@media (min-width: 37.5em) {
  .Card--tertiary {
    padding: 1.5rem;
  }
}

.ie11 .Card--tertiary {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.Card--tertiary .Card-figure {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 96px;
}

.Card--tertiary .Card-figure img {
  max-height: 96px;
  max-width: 96px;
  width: auto;
}

.ie11 .Card--tertiary .Card-figure img {
  display: block;
}

.Card--tertiary .Card-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0 0 1.5rem;
  min-width: calc(100% - 96px);
}

@media (min-width: 37.5em) {
  .Card--tertiary .Card-content {
    min-width: auto;
  }
}

.Card--tertiary .Card-title {
  font-size: 0.875rem;
  line-height: 1.42857;
  color: #124295;
  margin-bottom: 0.375rem;
  text-transform: none;
  word-break: break-word;
  overflow-wrap: break-word;
}

.Card--tertiary .Card-title a {
  color: #124295;
}

.Card--tertiary .Card-meta {
  font-size: 0.875rem;
  line-height: 1.42857;
  color: #124295;
}

.Card--tertiary .Card-button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1.5rem;
}

.Card--tertiary .Card-button .Button {
  margin: 0;
}

@media (min-width: 37.5em) {
  .Card--tertiary .Card-button {
    margin-top: 0;
  }
}

/* ========================================
 * Card - Category
 * ========================================
 *
 * @extends `.Card{}` in _Card.scss
 */
.Card--category {
  background-color: #ffffff;
  box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.04), 0 3px 4px 0 rgba(0, 0, 0, 0.07);
  padding: 1rem;
}

@media (min-width: 37.5em) {
  .Card--category {
    padding: 1.5rem;
  }
}

.Card--category .Card-figure {
  min-width: 96px;
  height: 96px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.Card--category .Card-figure img {
  max-height: 96px;
  width: auto;
  max-width: 160px;
}

.ie11 .Card--category .Card-figure img {
  display: block;
}

.Card--category .Card-content {
  min-width: calc(100% - 96px);
}

@media (min-width: 37.5em) {
  .Card--category .Card-content {
    min-width: auto;
  }
}

.Card--category .Card-title {
  font-size: 0.875rem;
  line-height: 1.42857;
  color: #124295;
  margin: 1.5rem 0 0;
}

a.Card--category:hover,
a.Card--category:hover .Card-title {
  color: #00B4E3;
}

/* ========================================
 * Card - Primary
 * ========================================
 *
 * @extends `.Card{}` in _Card.scss
 */
.Card--news {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.Card--news .Card-figure {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.Card--news .Card-figure img {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ie11 .Card--news .Card-figure img {
  display: block;
}

.Card--news .Card-title-meta {
  font-size: 0.875rem;
  line-height: 1.42857;
  color: #333333;
  font-weight: normal;
  margin-top: 0.75rem;
}

.Card--news .Card-footer {
  background-color: #f2f2f2;
}

a.Card--news .Card-title {
  color: #333333;
}

a.Card--news:hover, a.Card--news:hover .Card-title {
  color: #00B4E3;
}

/* ========================================
 * Container
 * ======================================== */
.Container {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}

@media (min-width: 48em) {
  .Container {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}

@media (min-width: 48em) {
  .Container.-s {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
}

.Container.-shadow {
  border: 1px solid #ccc;
  box-shadow: 0px 8px 8px -8px #ccc;
}

.LowContainer {
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
}

@media (min-width: 48em) {
  .LowContainer {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
}

.WithBorder {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* ========================================
 * Dropdown
 * ======================================== */
.Dropdown {
  background-color: #ffffff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
  border-radius: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  left: 0;
  list-style: none;
  margin: 0;
  min-width: 270px;
  opacity: 0;
  padding: 0.75rem 1.5rem;
  position: absolute;
  top: 100%;
  transition: opacity 0.3s;
  z-index: 999;
  /**
   * Caret
   */
  /**
   * Aligning
   */
}

.Dropdown-item {
  font-size: 0.875rem;
  line-height: 1.42857;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  font-weight: normal;
  margin: 0;
  padding: 0.75rem 1rem;
  text-align: left;
}

.Dropdown-item > a {
  color: #333333;
  display: block;
}

.Dropdown-item .Form-cell:last-child {
  margin: 0;
}

.Dropdown-item:first-child {
  border-top: 0;
}

/* ======
 * Dropdown - states
 * ====== */
.is-open > .Dropdown {
  clip: auto;
  height: auto;
  opacity: 1;
  /**
   * Caret
   */
  /**
   * Aligning
   */
}

/* ======
 * Dropdown - Modifiers
 * ====== */
.Dropdown.-right {
  /**
   * Caret
   */
  /**
   * Aligning
   */
  left: auto;
  right: 0;
  /**
     * Caret align
     */
}

.Dropdown.-right:before {
  left: auto;
  right: 12px;
}

/* ========================================
 * Responsive embed content
 * ======================================== */
.Embed {
  padding-bottom: 60%;
  position: relative;
  overflow: hidden;
}

.Embed iframe,
.Embed embed,
.Embed object {
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
}

/* ========================================
 * Figure
 * ======================================== */
.Figure {
  width: 100%;
}

.Figure img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* ========================================
 * Grid
 * ========================================
 *
 * @reusable true
 */
.Grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.Grid-cell {
  max-width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
}

/* ======
 * Grid - Sizing and layout
 * ====== */
.Grid.-auto > .Grid-cell:not([class*="Width"]) {
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0;
          flex: 1 0 0;
  width: auto;
}

.Grid.-autoWidth > .Grid-cell:not([class*="Width"]) {
  width: auto;
}

.Grid.-equalContent > .Grid-cell {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.Grid.-full {
  margin-left: 0rem;
  margin-right: 0rem;
}

.Grid.-full > .Grid-cell {
  padding-left: 0rem;
  padding-right: 0rem;
}

.Grid.-xl {
  margin-left: -3rem;
  margin-right: -3rem;
}

.Grid.-xl > .Grid-cell {
  padding-left: 3rem;
  padding-right: 3rem;
}

.Grid.-l {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.Grid.-l > .Grid-cell {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* ======
 * Grid - Justify
 * ====== */
.Grid.-justifyAround {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.Grid.-justifyBetween {
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.Grid.-justifyCenter {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.Grid.-justifyEnd {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* ======
 * Grid - Aligning of cells
 * ====== */
.Grid.-alignBottom {
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.Grid.-alignCenter {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.Grid.-alignTop {
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/* ========================================
 * Heading
 * ======================================== */
/* ======
 * Heading - Size
 * ====== */
.Heading.-l {
  font-size: 3.875rem;
  line-height: 1.16129;
}

.Heading.-m {
  font-size: 3rem;
  line-height: 1.20833;
}

.Heading.-s {
  font-size: 2.25rem;
  line-height: 1.27778;
}

@media (max-width: 47.99em) {
  .Heading.-l {
    font-size: 3rem;
    line-height: 1.20833;
  }
}

@media (max-width: 47.99em) {
  .Heading.-m {
    font-size: 2.25rem;
    line-height: 1.27778;
  }
}

@media (max-width: 47.99em) {
  .Heading.-s {
    font-size: 2rem;
    line-height: 1.1875;
  }
}

/* ========================================
 * Hero
 * ======================================== */
.glide__slides {
  margin: 0;
}

.glide__slides .glide__slide {
  max-height: 27rem;
}

.Hero {
  position: relative;
}

.Hero-item {
  background-color: #ffffff;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.Hero-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
}

.Hero-content {
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 15rem;
}

.Hero-content-item {
  max-width: 100%;
  padding-bottom: 3rem;
  padding-top: 3rem;
}

.Hero-content-item > *:last-child {
  margin: 0;
}

.Hero-title {
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  margin-top: 0.75rem;
}

.Hero-title a:hover {
  color: #ffffff !important;
}

@media (min-width: 37.5em) {
  .Hero-title {
    margin-top: 0;
  }
}

@media (max-width: 37.49em) {
  .Hero-figure {
    background-color: #124295;
  }
}

.Hero-figure {
  background-position: center;
  background-size: cover;
  background-position: center;
  margin-bottom: 0;
  z-index: 0;
}

.Hero-figure img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.no-js .Hero-figure > img {
  display: none;
}

.no-js .Hero-figure--video {
  z-index: 1;
}

.Hero-figure--video video {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.Hero-figure--video video::-webkit-media-controls {
  display: none !important;
}

.no-object-fit .Hero-figure--video > video {
  bottom: 0;
  height: auto;
  position: absolute;
}

.no-js .Hero-figure--video > video {
  display: none;
}

/* ======
 * Hero - Size
 * ====== */
.Hero.-full {
  margin: 1rem 1rem 0;
}

@media (min-width: 64em) {
  .Hero.-full {
    margin: 1rem;
  }
}

@media (max-width: 63.99em) {
  .Hero.-full .Hero-content {
    height: 500px;
    max-height: 500px;
  }
}

@media (min-height: 576px) and (min-width: 600px) {
  .Hero.-full .Hero-content {
    min-height: 0;
  }
}

@media (min-width: 64em) {
  .Hero.-full .Hero-content {
    height: 80vh;
    max-height: 650px;
  }
}

@media (min-height: 1000px) and (min-width: 1024px) {
  .Hero.-full .Hero-content {
    height: 80vh;
  }
}

.Hero.-l .Hero-content {
  min-height: 18rem;
}

@media (min-width: 37.5em) {
  .Hero.-l .Hero-content {
    min-height: 27rem;
  }
}

.Hero.-m .Hero-content {
  min-height: 21rem;
}

@media (min-width: 48em) {
  .Hero.-m .Hero-content {
    min-height: 24rem;
  }
}

/* ======
 * Hero item - Overlay
 * ====== */
.Hero-item.-overlay .Hero-figure:after, .Hero-item.-overlay .Hero-figure-video:after {
  content: '';
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
}

.Hero-item.-overlay--vertical .Hero-figure:after, .Hero-item.-overlay--vertical .Hero-figure-video:after {
  content: '';
  z-index: 1;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.25) 40%, transparent 75%);
}

.Hero-item.-overlay--horizontal .Hero-figure:after, .Hero-item.-overlay--horizontal .Hero-figure-video:after {
  content: '';
  z-index: 1;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.25) 40%, transparent 75%);
}

/* ======
 * Hero item - Color
 * ====== */
.Hero-item.-colorInverse {
  background-color: #ffffff;
  color: #333333;
}

.Hero-item.-colorInverse.-overlay .Hero-figure:after, .Hero-item.-colorInverse.-overlay .Hero-figure-video:after {
  background-color: rgba(255, 255, 255, 0.5);
}

.Hero-item.-colorInverse.-overlay--vertical .Hero-figure:after, .Hero-item.-colorInverse.-overlay--vertical .Hero-figure-video:after {
  background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0) 30%);
}

.Hero-item.-colorInverse.-overlay--horizontal .Hero-figure:after, .Hero-item.-colorInverse.-overlay--horizontal .Hero-figure-video:after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.6) 40%, transparent 60%);
}

.Hero-item.-colorInverse .Hero-title:not(.-colorPrimary) {
  color: #124295;
}

.Hero-item.-colorInverse .Hero-title:not(.-colorPrimary) a {
  color: #124295;
}

/* ======
 * Hero item - Align
 * ====== */
.Hero-item.-alignContentCenter .Hero-wrap {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.Hero-item.-alignContentCenter .Hero-content {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.Hero-item.-alignContentRight .Hero-wrap {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.Hero-item.-alignContentRight .Hero-content {
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
}

/* ======
 * Hero item - Various modifiers
 * ====== */
.Hero-item.-sDown-overlay:after {
  background-color: rgba(18, 66, 149, 0.8);
  content: '';
  z-index: 1;
}

@media (min-width: 37.5em) {
  .Hero-item.-sDown-overlay:after {
    display: none;
  }
}

.Hero-item.-scaleFigure {
  max-height: 720px;
}

.Hero-item.-scaleFigure .Hero-wrap {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  left: 6.25%;
  right: 6.25%;
  position: absolute;
}

@media (min-width: 64em) {
  .Hero-item.-scaleFigure .Hero-wrap {
    left: 48px;
    right: 48px;
  }
}

.Hero-item.-scaleFigure .Hero-content {
  min-height: 0;
}

.Hero-item.-scaleFigure .Hero-figure {
  position: relative;
}

.Hero-item.-scaleFigure .Hero-figure img {
  object-fit: contain;
  max-height: 720px;
}

@media (min-width: 81em) {
  .Hero-item.-scaleFigure .Hero-figure img {
    object-fit: cover;
  }
}

.Hero-arrowButton {
  position: absolute;
  left: -1rem;
  top: 50%;
  z-index: 99;
  color: #124295;
  background-color: #fff;
  height: 4rem;
  width: 4rem;
  padding: 0;
  margin: -2.25rem 0 0 0;
}

@media (min-width: 64em) {
  .Hero-arrowButton {
    height: 5rem;
    width: 5rem;
  }
}

.Hero-arrowButton .Button-icon {
  font-size: 1.25rem;
}

@media (min-width: 64em) {
  .Hero-arrowButton .Button-icon {
    font-size: 1.875rem;
  }
}

.Hero-arrowButton--next {
  left: auto;
  right: -1rem;
}

@media (hover: hover) {
  .Hero .Hero-arrowButton {
    opacity: 0;
    background-color: #fff;
  }
  .Hero .Hero-arrowButton:hover {
    background-color: #124295;
    color: #fff;
  }
  .Hero:hover .Hero-arrowButton {
    opacity: 1;
  }
}

/* ========================================
 * Hero item - Figure align
 * ========================================
 *
 * Align figure in .Hero{} component
 *
 * @extends `.Hero-item{}` in _Hero.scss */
/* ========================================
 * Hero - Item - Default
 * ========================================
 *
 * @extends `.Hero-item{}` in _Hero-item.scss
 */
.Hero-item--default {
  /*.Hero-content-inner {
    max-width: 680px;

    @include mq(s) {
      background-color: rgba($colorSecondary, 0.8);
      padding: rem($baseSpace * 1.5);
    }
  }*/
}

.Hero-item--default .Hero-wrap {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 37.5em) {
  .Hero-item--default .Hero-wrap {
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.Hero-item--default .Hero-content {
  text-align: center;
}

@media (min-width: 37.5em) {
  .Hero-item--default .Hero-content {
    text-align: left;
  }
}

.Hero-item--default .Hero-content-inner {
  max-width: 100%;
  padding: 2.25rem;
  position: relative;
  z-index: 1;
}

.Hero-item--default .Hero-content-inner > *:last-child {
  margin: 0;
}

.Hero-item--default .Hero-text {
  display: none;
}

@media (min-width: 37.5em) {
  .Hero-item--default .Hero-text {
    display: block;
  }
}

.Hero-item--default .Hero-button {
  display: none;
  margin-right: 5px;
}

.Hero-item--default .Hero-button:last-child {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (min-width: 37.5em) {
  .Hero-item--default .Hero-button {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

/* ========================================
 * Hero slider with `slick.js`
 * ========================================
 *
 * @extends `.Hero-slider{}` in _Hero.scss
 *
 * 1. Prevents slider items from collapsing during load and displays them
 *    after initialization. First item is always displayed.
 * 2. Remove the ugly outline when dragged
 */
.Hero-slider .Hero-item {
  display: none;
  /* [1] */
  outline: 0;
  /* [2] */
}

.Hero-slider .Hero-item:first-child {
  display: block;
  /* [1] */
}

.Hero-slider.slick-initialized .Hero-item {
  display: block;
  /* [1] */
}

/* ========================================
 * Hero - Additional starters
 * ======================================== */
/* ======
 * Hero item - Block
 * ====== */
.Hero-item--block .Hero-wrap {
  padding: 0;
}

.Hero-item--block .Hero-content {
  background-color: rgba(0, 180, 227, 0.75);
  padding: 0 6.25%;
  max-width: 30rem;
}

@media (min-width: 48em) {
  .Hero-item--block .Hero-content {
    padding: 0 3rem;
  }
}

/* ========================================
 * Form - Import
 * ======================================== */
/* ========================================
 * Form
 * ======================================== */
.Form {
  position: relative;
  width: 100%;
}

.Form.is-hidden {
  display: none;
}

.Form-item, .Form-icon {
  background-color: #ffffff;
  border: 1px solid transparent;
  color: #333333;
  font-weight: 400;
  outline: 0;
}

.Form-item, .Form-button.Button, .Form-icon {
  font-size: 0.875rem;
  height: 3rem;
  line-height: 2.875rem;
  padding: 0 1rem;
}

.Form-label {
  display: block;
  font-size: 0.875rem;
  margin: 0 0 0.375rem 0;
  padding: 0 1rem;
}

.Form-item {
  border-radius: 0;
  display: block;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 1.5rem;
  padding: 0 1rem;
  position: relative;
  text-align: left;
  width: 100%;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
}

.touchevents .Form-item {
  font-size: 16px;
}

.Form-item[type="search"] {
  box-sizing: border-box;
}

.Form-item[disabled], fieldset[disabled] .Form-item {
  opacity: 0.75;
}

/**
   * @extends `.Button{}` in _Button.scss
   */
.Form-button.Button {
  border: 1px solid transparent;
  margin: 0;
}

textarea.Form-item {
  line-height: 1.5;
  min-height: 9rem;
  padding-top: 0.75rem;
  resize: vertical;
}

.Form-item--select {
  padding: 0;
}

.Form-item--select select {
  background-color: transparent;
  border: 1px solid transparent;
  cursor: pointer;
  height: 100%;
  left: 0;
  outline: 0;
  padding: 0 1rem;
  position: relative;
  width: 100%;
  z-index: 2;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.Form-item--select select::-ms-expand {
  display: none;
}

.Form-checkbox {
  font-size: 0.875rem;
  display: block;
  margin-bottom: 0.375rem;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.Form-checkbox:last-child {
  margin-bottom: 1.5rem;
}

.Form-checkbox:only-child {
  margin-bottom: 0;
}

.Form-checkbox-label {
  margin-left: 0.375rem;
  position: relative;
  top: 0.0625rem;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.Form-item--file {
  text-align: center;
  position: relative;
}

.Form-item--file > input[type="file"] {
  cursor: pointer;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

/* ========================================
 * Form grid
 * ========================================
 *
 * @extends `.Form-item{}, .Form-addon{}, .Form-button{}` in _Form.scss
 */
.Form-grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.Form-cell {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  /*
    &:not(:first-child) {
      .Form-item,
      .Form-addon {
        border-top-width: 0;
      }
    }
*/
}

.Form-cell .Form-item,
.Form-cell .Form-addon,
.Form-cell .Form-button {
  margin-bottom: 0;
}

.Form-cell .Form-item:first-child:not(:only-child),
.Form-cell .Form-addon:first-child:not(:only-child) {
  border-right-width: 0;
}

.Form-cell .Form-item:not(textarea),
.Form-cell .Form-addon {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.Form-cell:last-child {
  margin-bottom: 1.5rem;
}

.Form-cell > .Form-button:only-child {
  width: 100%;
}

/* ========================================
 * Form grid - Horizontal
 * ========================================
 *
 * @extends `.Form-grid{}` in _Form-grid.scss
 */
/* ========================================
 * Form icon
 * ======================================== */
.Form-icon {
  background-color: transparent;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 1;
}

.Form-icon:last-child {
  left: auto;
  right: 0;
}

/* ======
 * Form item - Required modifiers to use with form icons
 * ======
 *
 * Alternatively move this inside the main `_Form.scss`.
 */
.Form-item:not(.Form-item--select).-icon {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.Form-item--select.-icon > select:not(:first-child) {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

/* ======
 * Form icon - Primary variation
 * ======
 *
 * Alternatively move this inside the main `.Form--default{}`.
 */
.Form--default .Form-icon .IconCss[class*='-chevron']:after {
  border-color: #666666;
}

.Form--default .Form-item:hover .Form-icon .IconCss[class*='-chevron']:after {
  border-color: #333333;
}

/* ========================================
 * Form - Default
 * ========================================
 *
 * @extends `.Form{}` in _Form.scss
 */
.Form--default .Form-item {
  background-color: #ffffff;
  border-color: rgba(0, 0, 0, 0.08);
  color: #333333;
}

.Form--default .Form-item {
  color: #333333;
}

.Form--default .Form-item:-moz-placeholder {
  color: #333333;
}

.Form--default .Form-item::-moz-placeholder {
  color: #333333;
}

.Form--default .Form-item:-ms-input-placeholder {
  color: #333333;
}

.Form--default .Form-item::-webkit-input-placeholder {
  color: #333333;
}

.Form--default .Form-item:hover, .Form--default .Form-item:focus {
  color: #333333;
}

.Form--default .Form-item:hover:-moz-placeholder, .Form--default .Form-item:focus:-moz-placeholder {
  color: #333333;
}

.Form--default .Form-item:hover::-moz-placeholder, .Form--default .Form-item:focus::-moz-placeholder {
  color: #333333;
}

.Form--default .Form-item:hover:-ms-input-placeholder, .Form--default .Form-item:focus:-ms-input-placeholder {
  color: #333333;
}

.Form--default .Form-item:hover::-webkit-input-placeholder, .Form--default .Form-item:focus::-webkit-input-placeholder {
  color: #333333;
}

.Form--default .Form-button {
  border-color: rgba(0, 0, 0, 0.08);
}

.Form--default .Form-item--select select {
  color: #333333;
}

.Form--default.-colorInverse .Form-checkbox-label {
  color: #ffffff;
}

.Form--default .choices {
  margin-bottom: 1.5rem;
}

.Form--default .choices[data-type*="select-one"] select.choices__input {
  display: block !important;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: 0;
}

/* =======================================
 * Form - New Client
 * =======================================
 *
 * @extends `.Form{}` in _Form.scss
 * @extends `.Form--default{}` in _Form--default.scss
 * @extends `.choices{}` etc. in node_modules/choices.js/src/styles/_choices.scss
 */
.Form--default--newClient .Form-label {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.Form--default--newClient .Form-billingAddress.is-hidden,
.Form--default--newClient .Form-deliveryAddress.is-hidden {
  display: none;
}

.Form--default--newClient .Form-footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.Form--default--newClient .Form-validationAlert {
  margin: 2.25rem 0;
}

.Form--default--newClient .Form-submitButton {
  margin-left: auto;
  margin-right: 0;
}

/* =======================================
 * Form - New Client
 * =======================================
 *
 * @extends `.Form{}` in _Form.scss
 * @extends `.Form--default{}` in _Form--default.scss
 * @extends `.choices{}` etc. in node_modules/choices.js/src/styles/_choices.scss
 */
.Form--default--newSupplier {
  /* file upload button */
  /* file upload button hover state */
  /* file upload button active state */
  /* cancel request dialog */
  /* Signature pad styles */
}

.Form--default--newSupplier .Form-label {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  padding: 0;
  color: #124295;
  font-weight: 400;
}

.Form--default--newSupplier .Form-item {
  height: 2.5rem;
  margin-bottom: 1rem;
  border: 1px solid #a1b4d5;
}

.Form--default--newSupplier fieldset {
  border: none;
  padding: 0;
  margin-top: 2.5rem;
}

.Form--default--newSupplier fieldset legend {
  color: #124295;
  font-weight: 800;
  margin-bottom: 1rem;
}

.Form--default--newSupplier .Button--primary {
  border-radius: 4px;
}

.Form--default--newSupplier .Button--secondary {
  color: #124295;
  font-size: 0.875rem;
  font-weight: 700;
  border-radius: 4px;
  padding: 0 16px;
  min-height: 40px;
  line-height: 2rem;
  cursor: pointer;
  background-color: white;
  border: 1px solid #124295;
  margin-right: 16px;
}

.Form--default--newSupplier .Button--tertiary {
  color: #124295;
  font-size: 0.875rem;
  font-weight: 700;
  border-radius: 4px;
  padding: 0 1.5rem;
  min-height: 3rem;
  line-height: 2.875rem;
  cursor: pointer;
  background-color: #ededed;
  border: 1px solid #ededed;
  margin-left: 1.3rem;
}

.Form--default--newSupplier input[type="file"]::file-selector-button {
  color: #124295;
  font-size: 0.875rem;
  font-weight: 700;
  border-radius: 4px;
  padding: 0 16px;
  height: 40px;
  cursor: pointer;
  background-color: white;
  border: 1px solid #124295;
  margin-right: 16px;
}

.Form--default--newSupplier input[type="file"]::file-selector-button:hover {
  background-color: #f3f4f6;
}

.Form--default--newSupplier input[type="file"]::file-selector-button:active {
  background-color: #e5e7eb;
}

.Form--default--newSupplier select {
  line-height: 1em;
}

.Form--default--newSupplier .cancel-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.5);
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-y: auto;
  display: none;
}

.Form--default--newSupplier .cancel-layer .cancel-dialog {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 8px 32px rgba(18, 66, 149, 0.18), 0 1.5px 4px rgba(0, 0, 0, 0.08);
  max-width: 700px;
  width: 100%;
  margin: 2rem;
  padding: 2.5rem 2rem 2rem 2rem;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}

.Form--default--newSupplier .cancel-layer .cancel-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 1.5rem;
}

.Form--default--newSupplier .cancel-layer .cancel-header h2, .Form--default--newSupplier .cancel-layer .cancel-header h3, .Form--default--newSupplier .cancel-layer .cancel-header h4 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  color: #124295;
}

.Form--default--newSupplier .cancel-layer .cancel-header .cancel-close {
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #124295;
  cursor: pointer;
  padding: 0;
  margin-left: 1rem;
  line-height: 1;
}

.Form--default--newSupplier .cancel-layer .cancel-body {
  font-size: 1rem;
  color: #222;
  margin-bottom: 1.5rem;
}

.Form--default--newSupplier .cancel-layer .cancel-body textarea {
  width: 100%;
  min-height: 120px;
  border: 1px solid #a1b4d5;
  border-radius: 4px;
  padding: 1rem;
  font-size: 1rem;
  resize: vertical;
  margin-top: 1rem;
}

.Form--default--newSupplier .cancel-layer .cancel-footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}

.Form--default--newSupplier .cancel-layer .cancel-footer .Button--primary {
  min-width: 120px;
  margin-bottom: 0;
}

.Form--default--newSupplier .cancel-layer .cancel-footer .Button--tertiary {
  min-width: 180px;
  background-color: transparent;
  border: none;
  margin-left: 0;
}

.Form--default--newSupplier .signature-pad {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
  font-size: 10px;
  width: 100%;
  height: 450px;
  max-width: 1200px;
  max-height: 450px;
  border: 1px solid #a1b4d5;
  background-color: #fff;
  border-radius: 4px;
  padding: 16px;
  margin-bottom: 1rem;
}

.Form--default--newSupplier .signature-pad--body {
  border: 1px solid #dddddd;
  border-radius: 4px;
  height: 380px;
}

.Form--default--newSupplier .signature-pad--body.empty {
  background-color: #333;
}

.Form--default--newSupplier .signature-pad--body canvas {
  left: 0;
  top: 0;
  width: 100%;
  height: 400px;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
}

.tx-dahl-register .well {
  background-color: #e7ecf4;
}

.tx-dahl-register h5 {
  margin: 0;
  padding-top: 3rem;
}

.tx-dahl-register .typo3-messages {
  list-style: none;
  /* Remove the disc before items */
  padding: 0;
  margin: 0;
}

.tx-dahl-register .typo3-messages .alert {
  background-color: #f9ebf5;
  color: #124295;
  border: 1px solid #124295;
  border-radius: 8px;
  padding: 10px 15px;
  margin-bottom: 10px;
}

.tx-dahl-register .typo3-messages .alert .alert-message {
  margin: 0;
}

/* ========================================
 * IeFrame
 * ========================================
 *
 * Notifyframe for IE10 >
 * @reusable false, use only once in top of the entire page
 */
.IeFrame {
  background: #fff9d7;
  border-bottom: 1px solid #e2c822;
  color: #343434 !important;
  display: block;
  font: 12px 'Inter', Arial, sans-serif !important;
  padding: 15px 20px;
  text-align: center;
}

.IeFrame a {
  background: none !important;
  border: none !important;
  color: #6579b9 !important;
  text-decoration: none !important;
}

.IeFrame a:hover {
  background: none !important;
  border: none !important;
  text-decoration: underline !important;
}

/* ========================================
 * Icons
 * ========================================
 *
 * @reusable true
 */
.Icon {
  display: inline-block;
  fill: currentColor;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  width: 1em;
  /*
  &.Icon--lampo_ja_vesi {
    background-image: imageUrl('lampo_ja_vesi.svg');
  }
*/
}

.Icon.-dahlShop {
  font-size: 78px;
}

/* ========================================
 * CSS chevron
 * ========================================
 *
 * @reusable true
 */
.IconCss[class*='-chevron'] {
  display: inline-block;
  position: relative;
  height: 10px;
  width: 10px;
}

.IconCss[class*='-chevron']:after {
  border-left: 2px solid;
  border-top: 2px solid;
  color: #333333;
  content: '';
  display: block;
  height: 10px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 10px;
  top: 3px;
}

/* ======
 * CSS chevron - Size and shape
 * ====== */
.IconCss.-chevronUp.-s {
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
}

.IconCss.-chevronRight {
  -webkit-transform: rotate(-270deg);
          transform: rotate(-270deg);
}

.IconCss.-chevronRight.-s {
  -webkit-transform: rotate(-270deg) scale(0.85);
          transform: rotate(-270deg) scale(0.85);
}

.IconCss.-chevronDown {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.IconCss.-chevronDown.-s {
  -webkit-transform: rotate(180deg) scale(0.85);
          transform: rotate(180deg) scale(0.85);
}

.IconCss.-chevronLeft {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.IconCss.-chevronLeft.-s {
  -webkit-transform: rotate(-90deg) scale(0.85);
          transform: rotate(-90deg) scale(0.85);
}

/* ======
 * CSS chevron - Color
 * ====== */
.IconCss[class*='-chevron'].-colorInverse:after {
  color: #ffffff;
}

/* ========================================
 * Image
 * ======================================== */
.Image {
  overflow: hidden;
  text-indent: 1000%;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  line-height: 1;
}

.Image--lviDahl,
.Image--lviDahlInverse,
.Image--lviDahlMono {
  height: 106px;
  width: 120px;
}

@media (max-width: 47.99em) {
  .Image--lviDahl,
  .Image--lviDahlInverse,
  .Image--lviDahlMono {
    width: 60px;
  }
}

@media (max-width: 63.99em) {
  .Image--lviDahl,
  .Image--lviDahlInverse,
  .Image--lviDahlMono {
    width: 60px;
  }
}

.Image--lviDahl {
  background-image: url("../images/lvidahl-logo.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .Image--lviDahl {
    background-image: url("../images/lvidahl-logo@2x.png");
  }
}

.Image--lviDahlInverse {
  background-image: url("../images/lvidahl-logo-inverse.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .Image--lviDahlInverse {
    background-image: url("../images/lvidahl-logo-inverse@2x.png");
  }
}

.Image--lviDahlMono {
  background-image: url("../images/lvidahl-logo-mono.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .Image--lviDahlMono {
    background-image: url("../images/lvidahl-logo-mono@2x.png");
  }
}

/* ========================================
 * List
 * ======================================== */
.List {
  margin-bottom: 1.5rem;
}

.List-item {
  margin-bottom: 0.75rem;
}

.List-item:last-child {
  margin-bottom: 0;
}

/* ========================================
 * List - Default
 * ========================================
 *
 * @extends `.List{}` in _List.scss
 */
.List--default .List-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.List--default .List-meta {
  font-weight: 700;
  margin-right: 0.75rem;
}

.List--default .List-date {
  min-width: 5.5em;
  font-family: Arial, Verdana, sans-serif;
}

/* ========================================
 * List - Definition
 * ========================================
 *
 * @extends `.List{}` in _List.scss
 */
.List--definition {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0.75rem;
}

.List--definition .List-item {
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 0.75rem;
}

.List--definition .List-title {
  margin-right: 1.5rem;
  width: 60%;
}

.List--definition .List-text {
  color: #666666;
  width: 40%;
}

.List--definition.-wide .List-title {
  width: 40%;
}

@media (min-width: 37.5em) {
  .List--definition.-wide .List-title {
    width: 40%;
  }
}

@media (min-width: 48em) {
  .List--definition.-wide .List-title {
    width: 21rem;
  }
}

.List--definition.-wide .List-text {
  width: 60%;
}

@media (min-width: 37.5em) {
  .List--definition.-wide .List-text {
    width: 60%;
  }
}

/* ========================================
 * List - Primary
 * ========================================
 *
 * @extends `.List{}` in _List.scss
 */
.List--primary .List-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}

.List--primary .List-item .List-content {
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.List--primary .List-item:last-child .List-content {
  border: 0;
  padding: 0;
}

.List--primary .List-figure {
  margin: 0.375rem 0 0;
  min-width: 75px;
}

.List--primary .List-content {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-bottom: 1rem;
  width: 100%;
}

.List--primary .List-figure + .List-content {
  margin-left: 1.5rem;
}

.List--primary .List-text {
  color: #333333;
}

.List--primary a.List-text:hover {
  color: #00B4E3;
}

/* ========================================
 * Nav
 * ======================================== */
.Nav.-colorInverse .Nav-link {
  color: #ffffff;
}

.Nav.-colorInverse .Nav-link:hover {
  color: rgba(255, 255, 255, 0.7);
}

/* ========================================
 * Nav - Link
 * ========================================
 *
 * @extends `.Nav{}` in _Nav.scss
 */
.Nav--link {
  display: block;
  margin-bottom: 1.5rem;
}

.Nav--link .Nav-item:only-child .Nav-link {
  padding: 0;
}

.Nav--link .Nav-item:first-child .Nav-link {
  padding-top: 0;
}

.Nav--link .Nav-item:last-child .Nav-link {
  padding-bottom: 0;
}

.Nav--link .Nav-link {
  padding: 0.125rem 0;
}

/* ========================================
 * Nav - Float
 * ========================================
 *
 * @extends `.Nav{}` in _Nav.scss
 */
.Nav--float {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3rem;
}

.Nav--float > ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.Nav--float .Nav-item {
  margin-right: 1rem;
}

@media (min-width: 37.5em) {
  .Nav--float.-s-alignRight {
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .Nav--float.-s-alignRight .Nav-item:last-child {
    margin-right: 0;
  }
}

/* ========================================
 * Nav - Tabs
 * ======================================== */
.Nav--tabs {
  overflow: hidden;
  position: relative;
}

.Nav--tabs:before {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), #ffffff);
  bottom: 0;
  content: '';
  left: auto;
  height: 100%;
  pointer-events: none;
  position: absolute;
  right: 0;
  width: 4.5rem;
  z-index: 100;
}

.Nav--tabs > ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.Nav--tabs .Nav-item {
  position: relative;
  z-index: 1;
}

.Nav--tabs .Nav-item.is-active .Nav-link {
  background-color: #f0f5fd;
}

.Nav--tabs .Nav-item.is-active:not(:last-child) .Nav-link {
  border-color: transparent;
}

.Nav--tabs .Nav-item:first-child .Nav-link {
  border-left: 2px solid #f0f5fd;
}

.Nav--tabs .Nav-link {
  font-size: 0.875rem;
  line-height: 1.42857;
  border-top: 2px solid #f0f5fd;
  border-right: 2px solid #f0f5fd;
  color: #124295;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  padding: 0.75rem 1.5rem;
  transition: border-color 0.15s;
  white-space: nowrap;
}

.Nav--tabs .Nav-link:hover {
  color: #00B4E3;
  cursor: pointer;
}

@media (min-width: 64em) {
  .Nav--tabs .Nav-link {
    font-size: 1rem;
    line-height: 1.5;
  }
}

/* ========================================
 * Navbar
 * ======================================== */
.Navbar {
  margin-bottom: 1.5rem;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.Navbar-ctrl + ul {
  display: none;
}

.Navbar-ctrl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 48px;
}

.Navbar-ctrl-inner {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.Navbar-ctrl-title,
.Navbar-ctrl-text {
  padding: 0 24px;
}

.Navbar-ctrl-title {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 48px;
}

/**
       * @extends `.Button{}` in _Button.scss
       */
.Navbar-ctrl-button {
  border-left: 1px solid transparent;
  height: 100%;
  margin: 0;
}

.Navbar-ctrl-button .Dropdown.-right {
  right: -1px;
}

.Navbar-ctrl-button.-block {
  height: 100%;
}

.Navbar-ctrl-trigger,
.Navbar-trigger {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid transparent;
  border-top: 0;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 48px;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.Navbar-ctrl-trigger-icon {
  border-top: 2px solid #333333;
  display: inline-block;
  height: 14px;
  position: relative;
  top: 6px;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  min-width: 18px;
}

.Navbar-ctrl-trigger-icon:before, .Navbar-ctrl-trigger-icon:after {
  background-color: #333333;
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  width: 18px;
}

.Navbar-ctrl-trigger-icon:before {
  top: -8px;
}

.Navbar-ctrl-trigger-icon:after {
  top: 4px;
}

.Navbar-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.Navbar-item .l-hidden {
  padding-left: 3rem;
}

.Navbar-item--buttons {
  display: block;
  padding-left: 0 !important;
  border-left: none !important;
}

.Navbar-item--buttons .Buttons {
  margin-bottom: 0;
}

.Navbar-item--buttons .Button {
  margin: 0 0 1px 0;
}

.Navbar-item--buttons .Button:first-child {
  margin-top: 1px;
}

@media (min-width: 48em) {
  .Navbar-item--buttons.-alignBottom .Button {
    margin: 0 1px 0 0;
  }
}

.Navbar-link, .Navbar-link-row {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid transparent;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  cursor: pointer;
  min-height: 48px;
  padding: 12px 24px 11px 24px;
}

.Navbar-link:only-child, .Navbar-link-row:only-child {
  border-right: 0;
  width: 100%;
}

.Navbar-link.has-noLink, .Navbar-link-row.has-noLink {
  cursor: default;
}

.Navbar-link-figure {
  margin: 0 0.75rem 0 0;
}

.Navbar-link-figure img {
  max-width: 1.875rem;
}

.Navbar-link-icon {
  margin-left: auto;
}

.Navbar-trigger {
  border-bottom: 1px solid transparent;
}

.Navbar-trigger-icon {
  display: inline-block;
  position: relative;
  height: 10px;
  width: 10px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.Navbar-trigger-icon:after {
  border-left: 2px solid;
  border-top: 2px solid;
  color: #666666;
  content: '';
  display: block;
  height: 10px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 10px;
  top: 3px;
}

.Navbar-item.is-open > .Navbar-trigger > .Navbar-trigger-icon {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.Navbar-sub {
  display: none;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}

.Navbar-item.is-open > .Navbar-sub {
  display: block;
}

.Navbar-sub ul ul .Navbar-link, .Navbar-sub ul ul .Navbar-link-row {
  padding-left: 60px;
}

.Navbar-sub ul ul ul .Navbar-link, .Navbar-sub ul ul ul .Navbar-link-row {
  padding-left: 84px;
}

.Navbar-sub ul ul ul ul .Navbar-link, .Navbar-sub ul ul ul ul .Navbar-link-row {
  padding-left: 108px;
}

/* ======
 * Navbar - States
 * ====== */
.Navbar.is-open > ul {
  display: block;
}

.Navbar.is-open {
  max-height: 100vh;
  overflow-y: scroll;
  padding-bottom: 30px;
}

@media (min-width: 64em) {
  .Navbar.is-open {
    max-height: none;
    overflow-y: auto;
    padding-bottom: none;
  }
}

/* ======
 * Navbar - Modifiers
 * ====== */
.Navbar.-border {
  border: 1px solid transparent;
  border-top: 0;
}

/* ========================================
 * Navbar - Horizontal modifier
 * ========================================
 *
 * @extends `.Navbar{}` in _Navbar.scss
 */
@media (min-width: 64em) {
  .Navbar.-l-horizontal {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /**
       * Sub navigation states
       */
  }
  .Navbar.-l-horizontal .Navbar-ctrl {
    display: none;
  }
  .Navbar.-l-horizontal .Navbar-ctrl + ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -2rem;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .Navbar.-l-horizontal > ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    position: relative;
    width: 100%;
  }
  .Navbar.-l-horizontal > ul > .Navbar-item {
    position: relative;
    margin: 0 3px 0 0;
  }
  .Navbar.-l-horizontal > ul > .Navbar-item > .Navbar-link, .Navbar.-l-horizontal > ul > .Navbar-item .Navbar-link-row {
    border: 0;
    padding: 0 16px;
  }
  .Navbar.-l-horizontal > ul > .Navbar-item > .Navbar-trigger {
    border: 0;
    margin-left: -8px;
    min-width: 0;
  }
  .Navbar.-l-horizontal .Navbar-link-icon {
    display: none;
  }
  .no-touchevents .Navbar.-l-horizontal .Navbar-item.is-open > .Navbar-trigger > .Navbar-trigger-icon {
    display: inline-block;
    position: relative;
    height: 10px;
    width: 10px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .no-touchevents .Navbar.-l-horizontal .Navbar-item.is-open > .Navbar-trigger > .Navbar-trigger-icon:after {
    border-left: 2px solid;
    border-top: 2px solid;
    color: #666666;
    content: '';
    display: block;
    height: 10px;
    position: absolute;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 10px;
    top: 3px;
  }
  .Navbar.-l-horizontal > ul > .Navbar-item > .Navbar-sub {
    background-color: #ffffff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
    border-radius: 0;
    clip: rect(0, 0, 0, 0);
    height: 0;
    left: 0;
    list-style: none;
    margin: 0;
    min-width: 270px;
    opacity: 0;
    padding: 0.75rem 1.5rem;
    position: absolute;
    top: 100%;
    transition: opacity 0.3s;
    z-index: 999;
    /**
   * Caret
   */
    /**
   * Aligning
   */
    font-size: 0.875rem;
    line-height: 1.42857;
    display: block;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    left: 0;
  }
  .Navbar.-l-horizontal > ul > .Navbar-item > .Navbar-sub .Navbar-link, .Navbar.-l-horizontal > ul > .Navbar-item > .Navbar-sub .Navbar-link-row {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    min-height: 0;
    padding: 6px 0;
  }
  .Navbar.-l-horizontal > ul > .Navbar-item > .Navbar-sub .Navbar-item:last-child .Navbar-link {
    border-bottom: 0;
  }
  .Navbar.-l-horizontal > ul > .Navbar-item > .Navbar-sub ul, .Navbar.-l-horizontal > ul > .Navbar-item > .Navbar-sub .Navbar-trigger {
    display: none;
  }
  .Navbar.-l-horizontal > ul > .Navbar-item:last-child > .Navbar-sub,
  .Navbar.-l-horizontal > ul > .Navbar-item:nth-last-child(2) > .Navbar-sub {
    left: auto;
    right: 0;
  }
  .Navbar.-l-horizontal > ul > .Navbar-item--wide {
    position: static;
  }
  .Navbar.-l-horizontal > ul > .Navbar-item--wide > .Navbar-sub {
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    left: 0;
    padding: 2.25rem;
    width: 100%;
  }
  .Navbar.-l-horizontal > ul > .Navbar-item--wide > .Navbar-sub > .Navbar-item {
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex: 1 1 100px;
        -ms-flex: 1 1 100px;
            flex: 1 1 100px;
    text-align: center;
  }
  .Navbar.-l-horizontal > ul > .Navbar-item--wide > .Navbar-sub > .Navbar-item:first-child {
    border: 0;
    padding-left: 0;
  }
  .Navbar.-l-horizontal > ul > .Navbar-item--wide > .Navbar-sub > .Navbar-item > .Navbar-link, .Navbar.-l-horizontal > ul > .Navbar-item--wide > .Navbar-sub > .Navbar-item .Navbar-link-row {
    border-top: 0;
    display: block;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    font-weight: 700;
  }
  .Navbar.-l-horizontal > ul > .Navbar-item--wide > .Navbar-sub > .Navbar-item > .Navbar-link > .Navbar-link-figure, .Navbar.-l-horizontal > ul > .Navbar-item--wide > .Navbar-sub > .Navbar-item .Navbar-link-row > .Navbar-link-figure {
    display: block;
    margin: 0;
  }
  .Navbar.-l-horizontal > ul > .Navbar-item--wide > .Navbar-sub > .Navbar-item > .Navbar-link > .Navbar-link-figure img, .Navbar.-l-horizontal > ul > .Navbar-item--wide > .Navbar-sub > .Navbar-item .Navbar-link-row > .Navbar-link-figure img {
    margin: 0 0 1rem 0;
    max-width: 62px;
  }
  .Navbar.-l-horizontal > ul > .Navbar-item--wide > .Navbar-sub > .Navbar-item--buttons.-alignBottom {
    margin-top: 2.25rem;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
  .Navbar.-l-horizontal > ul > .Navbar-item--wide > .Navbar-sub .Navbar-sub {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .Navbar.-l-horizontal > ul > .Navbar-item--wide--alt > .Navbar-sub {
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .Navbar.-l-horizontal > ul > .Navbar-item--wide--alt > .Navbar-sub > .Navbar-item {
    border-left: 1px solid rgba(0, 0, 0, 0.08);
    display: block;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 1.5rem;
    text-align: left;
  }
  .Navbar.-l-horizontal > ul > .Navbar-item--wide--alt > .Navbar-sub > .Navbar-item:first-child {
    padding: 0 1.5rem 0 0;
  }
  .Navbar.-l-horizontal > ul > .Navbar-item--wide--alt > .Navbar-sub > .Navbar-item > .Navbar-link, .Navbar.-l-horizontal > ul > .Navbar-item--wide--alt > .Navbar-sub > .Navbar-item .Navbar-link-row {
    font-weight: 400;
    text-transform: uppercase;
  }
  .Navbar.-l-horizontal > ul > .Navbar-item--wide--alt > .Navbar-sub > .Navbar-item > .Navbar-sub {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
    margin-bottom: auto;
  }
  .Navbar.-l-horizontal > ul > .Navbar-item--wide--alt > .Navbar-sub > .Navbar-item > .Navbar-sub .Navbar-item {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .Navbar.-l-horizontal > ul > .Navbar-item--wide--alt > .Navbar-sub > .Navbar-item > .Navbar-sub .Navbar-link, .Navbar.-l-horizontal > ul > .Navbar-item--wide--alt > .Navbar-sub > .Navbar-item > .Navbar-sub .Navbar-link-row {
    font-weight: 700;
    border: 0;
  }
  .touchevents .Navbar.-l-horizontal .Navbar-item.is-open > .Navbar-sub,
  .no-touchevents .Navbar.-l-horizontal .Navbar-item:hover > .Navbar-sub,
  .no-touchevents .Navbar.-l-horizontal .Navbar-item:focus > .Navbar-sub {
    clip: auto;
    height: auto;
    opacity: 1;
    /**
   * Caret
   */
    /**
   * Aligning
   */
  }
  .Navbar.-l-horizontal.-keepTitle {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .Navbar.-l-horizontal.-keepTitle .Navbar-ctrl {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .Navbar.-l-horizontal.-keepTitle .Navbar-ctrl-inner {
    width: auto;
  }
  .Navbar.-l-horizontal.-keepTitle .Navbar-ctrl-text {
    display: none;
  }
  .Navbar.-l-horizontal.-keepTitle .Navbar-ctrl-trigger {
    display: none;
  }
}

/* ========================================
 * Navbar - Default
 * ========================================
 *
 * @extends `.Navbar{}` in _Navbar.scss
 */
@media (max-width: 63.99em) {
  .Header .Navbar--default a, .Header .Navbar--default a:hover {
    color: #fff !important;
  }
}

.Header .Navbar--default .Navbar-item.is-active > .Navbar-link, .Header .Navbar--default .Navbar-item.is-active .Navbar-link-row {
  color: #fff;
}

@media (min-width: 64em) {
  .Header .Navbar--default .Navbar-item.is-active > .Navbar-link, .Header .Navbar--default .Navbar-item.is-active .Navbar-link-row {
    color: #00B4E3;
  }
}

.Header .Navbar--default .Navbar-item:hover .Navbar-trigger-icon:after {
  color: #fff;
}

@media (min-width: 64em) {
  .Header .Navbar--default .Navbar-item:hover .Navbar-trigger-icon:after {
    color: #00B4E3;
  }
}

.Header .Navbar--default .Navbar-link, .Header .Navbar--default .Navbar-link-row {
  border-bottom-color: #375ba0;
}

@media (min-width: 64em) {
  .Header .Navbar--default .Navbar-link, .Header .Navbar--default .Navbar-link-row {
    background-color: #ffffff;
    color: #333333;
    transition: color 0.15s;
  }
  .Header .Navbar--default .Navbar-link:hover, .Header .Navbar--default .Navbar-link-row:hover {
    color: #00B4E3;
  }
}

.Navbar--default {
  /* ======
   * Navbar - Default - Larger widths
   * ====== */
}

.Navbar--default.-border {
  border-color: rgba(0, 0, 0, 0.08);
}

.Navbar--default .Navbar-ctrl-inner {
  color: #ffffff;
}

.Navbar--default .Navbar-ctrl-title {
  color: #333333;
}

.Navbar--default .Navbar-ctrl-button {
  color: #ffffff;
}

.Navbar--default .Navbar-ctrl-trigger {
  background-color: #124295;
  color: #ffffff;
}

.Navbar--default .Navbar-ctrl-trigger-icon {
  border-top-color: #ffffff;
}

.Navbar--default .Navbar-ctrl-trigger-icon:before, .Navbar--default .Navbar-ctrl-trigger-icon:after {
  background-color: #ffffff;
}

.Navbar--default .Navbar-item.is-active > .Navbar-link, .Navbar--default .Navbar-item.is-active .Navbar-link-row {
  color: #00B4E3;
}

.Navbar--default .Navbar-link, .Navbar--default .Navbar-link-row {
  border-bottom-color: #375ba0;
  font-weight: normal;
}

@media (min-width: 64em) {
  .Navbar--default .Navbar-link, .Navbar--default .Navbar-link-row {
    background-color: #ffffff;
    color: #333333;
    transition: color 0.15s;
  }
  .Navbar--default .Navbar-link:hover, .Navbar--default .Navbar-link-row:hover {
    color: #00B4E3;
  }
}

@media (min-width: 64em) {
  .Navbar--default .Navbar-link-icon {
    color: #00B4E3;
  }
}

@media (min-width: 64em) {
  .Navbar--default .Navbar-link-icon .IconCss[class*='-chevron']:after {
    color: #00B4E3;
  }
}

.Navbar--default .Navbar-trigger {
  color: #fff;
  border-bottom-color: #375ba0;
}

@media (min-width: 64em) {
  .Navbar--default .Navbar-trigger {
    background-color: #ffffff;
    border-left-color: #ebebeb;
    border-bottom-color: #ebebeb;
    color: #333333;
  }
}

@media (min-width: 64em) {
  .Navbar--default .Navbar-trigger:hover .Navbar-trigger-icon:before {
    background: #00B4E3;
  }
}

.Navbar--default .Navbar-trigger-icon:after {
  color: #fff;
  transition: color 0.15s;
}

@media (max-width: 63.99em) {
  .Navbar--default .Navbar-sub .Navbar-item {
    padding-left: 3rem;
  }
}

.Navbar--default .Navbar-sub .Navbar-link, .Navbar--default .Navbar-sub .Navbar-link-row {
  border-color: transparent;
  color: inherit;
}

@media (min-width: 64em) {
  .Navbar--default .Navbar-sub .Navbar-link, .Navbar--default .Navbar-sub .Navbar-link-row {
    background-color: #f0f0f0;
    border-color: #e0e0e0;
  }
}

.Navbar--default .Navbar-sub .Navbar-link:hover, .Navbar--default .Navbar-sub .Navbar-link-row:hover {
  color: #00B4E3;
}

.Navbar--default .Navbar-sub .Navbar-trigger {
  background-color: #f0f0f0;
  border-color: #e0e0e0;
  color: inherit;
}

.Navbar--default .Navbar-sub .Navbar-trigger-icon:before {
  background-color: #333333;
}

.Navbar--default .Navbar-sub .Navbar-trigger-icon:after {
  color: #333333;
}

.Navbar--default .Navbar-sub ul {
  background-color: #dedede;
}

.Navbar--default .Navbar-sub ul .Navbar-link, .Navbar--default .Navbar-sub ul .Navbar-link-row {
  background-color: transparent;
  border-color: #d1d1d1;
  color: inherit;
}

.Navbar--default .Navbar-sub ul .Navbar-link:hover, .Navbar--default .Navbar-sub ul .Navbar-link-row:hover {
  color: #00B4E3;
}

.Navbar--default .Navbar-sub ul .Navbar-trigger {
  background-color: transparent;
  border-color: #d1d1d1;
  color: inherit;
}

@media (min-width: 64em) {
  .Navbar--default.-l-horizontal {
    padding-left: 120px;
  }
  .Navbar--default.-l-horizontal .Navbar-item.is-active > .Navbar-link, .Navbar--default.-l-horizontal .Navbar-item.is-active .Navbar-link-row {
    color: #00B4E3;
  }
  .Navbar--default.-l-horizontal .Navbar-item > .Navbar-link, .Navbar--default.-l-horizontal .Navbar-item .Navbar-link-row {
    background-color: transparent;
    color: #ffffff;
  }
  .Navbar--default.-l-horizontal .Navbar-item > .Navbar-link:hover, .Navbar--default.-l-horizontal .Navbar-item .Navbar-link-row:hover {
    color: #00B4E3;
  }
  .Navbar--default.-l-horizontal .Navbar-item > .Navbar-trigger {
    background-color: transparent;
  }
  .no-touchevents .Navbar--default.-l-horizontal .Navbar-item.is-open > .Navbar-trigger > .Navbar-trigger-icon:after {
    color: #00B4E3;
  }
  .Navbar--default.-l-horizontal .Navbar-sub .Navbar-link, .Navbar--default.-l-horizontal .Navbar-sub .Navbar-link-row {
    background-color: transparent;
    border-color: #e0e0e0;
    color: inherit;
  }
  .Navbar--default.-l-horizontal .Navbar-sub .Navbar-link:hover, .Navbar--default.-l-horizontal .Navbar-sub .Navbar-link-row:hover {
    color: #00B4E3;
  }
  .Navbar--default.-l-horizontal .Navbar-sub .Navbar-link.has-noLink:hover, .Navbar--default.-l-horizontal .Navbar-sub .Navbar-link-row.has-noLink:hover {
    color: #333333;
  }
  .Navbar--default.-l-horizontal .Navbar-sub ul {
    background-color: transparent;
  }
}

.Card .Navbar--default .Navbar-link, .Card .Navbar--default .Navbar-link-row {
  background-color: #ffffff;
  border-top: 1px solid #e0e0e0;
  border-bottom: none;
  color: #333333;
  transition: color 0.15s;
}

.Card .Navbar--default .Navbar-link:hover, .Card .Navbar--default .Navbar-link-row:hover {
  color: #00B4E3;
}

/* ========================================
 * Navbar - Filter
 * ========================================
 *
 * @extends `.Navbar{}` in _Navbar.scss
 */
.Navbar--filter {
  font-size: 0.875rem;
  line-height: 1.42857;
  background-color: #f0f5fd;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.Navbar--filter .Navbar-ctrl-title {
  color: #124295;
  font-weight: 700;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-top: 10px;
  padding-bottom: 10px;
}

.Navbar--filter .Navbar-ctrl-title div {
  margin-right: 8px;
}

.Navbar--filter .Navbar-ctrl-trigger-icon {
  border-top-color: #124295;
  pointer-events: none;
}

.Navbar--filter .Navbar-ctrl-trigger-icon:before, .Navbar--filter .Navbar-ctrl-trigger-icon:after {
  background-color: #124295;
}

.Navbar--filter .Navbar-item.is-active > .Navbar-link, .Navbar--filter .Navbar-item.is-active .Navbar-link-row {
  color: #00B4E3;
}

.Navbar--filter > ul > .Navbar-item {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.Navbar--filter > ul > .Navbar-item > .Navbar-link, .Navbar--filter > ul > .Navbar-item .Navbar-link-row {
  font-weight: 700;
}

.Navbar--filter .Navbar-link, .Navbar--filter .Navbar-link-row {
  color: #124295;
  min-height: 0;
  transition: color 0.15s;
}

.Navbar--filter .Navbar-link:hover, .Navbar--filter .Navbar-link-row:hover {
  color: #00B4E3;
}

.Navbar--filter .Navbar-link-icon {
  color: #00B4E3;
}

.Navbar--filter .Navbar-link-icon .IconCss[class*='-chevron']:after {
  color: #00B4E3;
}

.Navbar--filter .Navbar-trigger {
  color: #333333;
}

.Navbar--filter .Navbar-trigger:hover .Navbar-trigger-icon:before {
  background: #00B4E3;
}

.Navbar--filter .Navbar-trigger:hover .Navbar-trigger-icon:after {
  color: #00B4E3;
}

.Navbar--filter .Navbar-trigger-icon {
  pointer-events: none;
}

.Navbar--filter .Navbar-trigger-icon:after {
  color: #00B4E3;
  transition: color 0.15s;
}

.Navbar--filter .Navbar-sub .Navbar-item:first-child .Navbar-sub-heading {
  margin-top: 0;
}

.Navbar--filter .Navbar-sub .Navbar-item:last-child .Navbar-link, .Navbar--filter .Navbar-sub .Navbar-item:last-child .Navbar-link-row {
  padding-bottom: 16px;
}

.Navbar--filter .Navbar-sub .Navbar-link, .Navbar--filter .Navbar-sub .Navbar-link-row {
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 0;
  padding-bottom: 0;
  padding-top: 0;
}

.Navbar--filter .Navbar-sub .Navbar-link:hover, .Navbar--filter .Navbar-sub .Navbar-link-row:hover {
  color: #00B4E3;
}

.Navbar--filter .Navbar-sub .Navbar-link .Form-checkbox, .Navbar--filter .Navbar-sub .Navbar-link-row .Form-checkbox {
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 6px 0;
  width: 100%;
}

.Navbar--filter .Navbar-sub .Navbar-link .Form-checkbox input[type="checkbox"],
.Navbar--filter .Navbar-sub .Navbar-link .Form-checkbox input[type="radio"], .Navbar--filter .Navbar-sub .Navbar-link-row .Form-checkbox input[type="checkbox"],
.Navbar--filter .Navbar-sub .Navbar-link-row .Form-checkbox input[type="radio"] {
  margin-top: 3px;
}

.Navbar--filter .Navbar-sub .Navbar-link .Form-checkbox-label, .Navbar--filter .Navbar-sub .Navbar-link-row .Form-checkbox-label {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
}

.Navbar--filter .Navbar-sub .Navbar-link-row {
  -webkit-flex-direction: row !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.Navbar--filter .Navbar-sub .Navbar-link-row .Form-item {
  padding: 0 0.66667rem;
  height: 2.5rem;
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
}

.Navbar--filter .Navbar-sub .Navbar-link-row .Navbar-link-separator {
  padding: 0.75rem 0.5rem;
}

.Navbar--filter .Navbar-sub .Navbar-trigger {
  color: inherit;
}

.Navbar--filter .Navbar-sub ul .Navbar-link, .Navbar--filter .Navbar-sub ul .Navbar-link-row {
  color: inherit;
}

.Navbar--filter .Navbar-sub ul .Navbar-link:hover, .Navbar--filter .Navbar-sub ul .Navbar-link-row:hover {
  color: #00B4E3;
}

.Navbar--filter .Navbar-sub ul .Navbar-trigger {
  color: inherit;
}

.Navbar--filter .Navbar-sub-heading {
  margin-bottom: 3px;
  margin-top: 12px;
}

.Navbar--filter .Navbar-sub-heading .Navbar-text {
  color: #124295;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 0;
  padding: 0 24px;
}

.Navbar--filter .Navbar-button {
  margin: 0.75rem 0;
}

@media (min-width: 64em) {
  .Navbar--filter > ul {
    display: block;
  }
  .Navbar--filter .Navbar-ctrl-trigger {
    display: none;
  }
}

/* ======
 * Navbar - Filter - Sort
 * ====== */
.Navbar--filter--sort {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.Navbar--filter--sort .Navbar-button {
  margin: 0;
}

.Navbar--filter--sort > ul > .Navbar-item {
  border: none;
}

.Navbar--filter--sort .Navbar-sub .Navbar-item {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.Navbar--filter--sort .Navbar-sub .Navbar-item.is-active .Navbar-button {
  background-color: #f7f7f7;
  color: #00B4E3;
}

/* ========================================
 * OverlayBlock
 * ======================================== */
.OverlayBlock {
  position: fixed;
  z-index: 99;
}

/* ========================================
 * OverlayBlock - Dahl shop
 * ======================================== */
.OverlayBlock--dahlShop {
  display: none;
  right: 0;
  top: 340px;
}

@media (min-width: 37.5em) {
  .OverlayBlock--dahlShop {
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 64em) {
  .OverlayBlock--dahlShop {
    top: 365px;
  }
}

.OverlayBlock--dahlShop .Button-dahl.Button {
  line-height: 1.25;
  margin: 0;
  padding: 1.5rem;
  width: 290px;
}

.OverlayBlock--dahlShop .Button-dahl.Button .Button-text {
  font-size: 24px;
  text-align: left;
  text-transform: none;
  margin-right: 0.75rem;
}

.OverlayBlock--dahlShop .Button-dahl.Button .Button-icon {
  font-size: 36px;
}

.OverlayBlock--dahlShop.is-scrolledDown .Button-dahl.Button {
  padding: 0.5rem;
}

.OverlayBlock--dahlShop.is-scrolledDown .Button-dahl.Button .Button-text {
  font-size: 16px;
}

.OverlayBlock--dahlShop.is-scrolledDown .Button-dahl.Button .Button-icon {
  font-size: 26px;
}

/* ========================================
 * Product
 * ======================================== */
.Page-productLogo img {
  max-width: 5rem;
}

.Page-productHeading h1 {
  font-size: 1.625rem;
  line-height: 1.23077;
  font-weight: 700;
}

.Page-productIngress {
  position: relative;
  max-height: 8em;
  /* ~4 lines, adjust as needed */
  overflow: hidden;
}

.Page-productIngress--fade:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2.5em;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
  pointer-events: none;
}

.Page-productIngress--expanded {
  max-height: none;
  overflow: visible;
}

.Page-productIngress--expanded:after {
  display: none;
}

.Page-productIngress-showMore {
  display: block;
  color: #00B4E3;
  font-weight: 600;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  position: relative;
}

.Page-productIngress-showMore i.Navbar-trigger-icon {
  margin-left: 0.3rem;
}

.Page-productIngress-showMore i.Navbar-trigger-icon:after {
  color: #00B4E3;
}

.Page-productBadges > figure {
  position: relative;
  float: left;
}

.Page-productBadges > figure img {
  max-height: 4rem;
  margin-right: 1rem;
}

.Page-productBadges > figure img:hover + figcaption,
.Page-productBadges > figure img:focus + figcaption {
  display: block;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease;
}

.Page-productBadges > figure figcaption {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s;
  color: white;
  font-weight: 400;
  position: absolute;
  left: 4em;
  top: -1em;
  margin-left: 16px;
  background-color: #00B4E3;
  padding: 16px 18px;
  min-width: 260px;
  max-width: 340px;
  border-radius: 4px;
  z-index: 10;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.Page-productBadges > figure figcaption:before {
  content: "";
  position: absolute;
  left: -16px;
  top: 26px;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 16px solid #00B4E3;
}

/* ========================================
 * Tables
 * ======================================== */
.Table {
  margin-bottom: 1.5rem;
  min-height: 0.01%;
  overflow-x: auto;
}

@media (max-width: 47.99em) {
  .Table {
    border: 1px solid rgba(0, 0, 0, 0.08);
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .Table > .Table-self > thead > tr > th,
  .Table > .Table-self > thead > tr > td,
  .Table > .Table-self > tbody > tr > th,
  .Table > .Table-self > tbody > tr > td,
  .Table > .Table-self > tfoot > tr > th,
  .Table > .Table-self > tfoot > tr > td {
    white-space: nowrap;
  }
}

.Table.-fixed > .Table-self {
  table-layout: fixed;
}

.Table-self {
  border-collapse: collapse;
  margin-bottom: 0;
  max-width: 100%;
  width: 100%;
}

.Table-self > thead > tr > th,
.Table-self > thead > tr > td,
.Table-self > tbody > tr > th,
.Table-self > tbody > tr > td,
.Table-self > tfoot > tr > th,
.Table-self > tfoot > tr > td {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  line-height: 1.5;
  padding: 0.75rem 0.75rem;
  text-align: left;
  vertical-align: top;
}

.Table-self > thead > tr > th {
  vertical-align: bottom;
  padding: 1rem;
}

.Table-self > colgroup + thead > tr:first-child > th,
.Table-self > colgroup + thead > tr:first-child > td,
.Table-self > thead:first-child > tr:first-child > th,
.Table-self > thead:first-child > tr:first-child > td {
  border-top: 0;
}

/* ======
 * Table - border
 * ====== */
.Table.-border .Table-self {
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.Table.-border .Table-self > thead > tr > th,
.Table.-border .Table-self > thead > tr > td,
.Table.-border .Table-self > tbody > tr > th,
.Table.-border .Table-self > tbody > tr > td,
.Table.-border .Table-self > tfoot > tr > th,
.Table.-border .Table-self > tfoot > tr > td {
  border: 1px solid rgba(0, 0, 0, 0.08);
}

@media (max-width: 47.99em) {
  .Table.-border .Table-self {
    border: 0;
  }
  .Table.-border .Table-self > thead > tr th {
    border-top: 0;
  }
  .Table.-border .Table-self > thead > tr > th:first-child,
  .Table.-border .Table-self > thead > tr > td:first-child,
  .Table.-border .Table-self > tbody > tr > th:first-child,
  .Table.-border .Table-self > tbody > tr > td:first-child,
  .Table.-border .Table-self > tfoot > tr > th:first-child,
  .Table.-border .Table-self > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .Table.-border .Table-self > thead > tr > th:last-child,
  .Table.-border .Table-self > thead > tr > td:last-child,
  .Table.-border .Table-self > tbody > tr > th:last-child,
  .Table.-border .Table-self > tbody > tr > td:last-child,
  .Table.-border .Table-self > tfoot > tr > th:last-child,
  .Table.-border .Table-self > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .Table.-border .Table-self > tbody > tr:last-child > th,
  .Table.-border .Table-self > tbody > tr:last-child > td,
  .Table.-border .Table-self > tfoot > tr:last-child > th,
  .Table.-border .Table-self > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/* ======
 * Table - stripe
 * ====== */
.Table.-stripe > .Table-self > tbody > tr:nth-of-type(even) {
  background-color: #f2f2f2;
}

/* ======
 * Table primary
 * ====== */
.Table--primary thead {
  background-color: #124295;
  color: #ffffff;
}

.Table--primary thead > tr > th {
  border: 0;
}

.Table--primary tbody {
  background-color: #ffffff;
}

/* ========================================
 * Tabs
 * ========================================
 *
 * @reusable true
 */
/* ========================================
 * Tab
 * ======================================== */
.Tab {
  height: 0;
  overflow: hidden;
}

.Tab-row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 1.5rem;
}

.Tab-row:last-child {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.Tab-heading {
  color: #333333;
}

/* ======
 * Tab - States
 * ====== */
.Tab.is-active {
  height: auto;
  overflow: visible;
}

/* ========================================
 * Component
 * ======================================== */
.js-RangeSlider {
  width: 100%;
  margin-bottom: 0.375rem;
}

.js-RangeSlider .irs--round {
  height: 20px;
}

.js-RangeSlider .irs--round .irs-handle {
  background-color: #124295;
  border-color: white;
  height: 18px;
  top: 0px;
  width: 18px;
}

.js-RangeSlider .irs--round .irs-bar {
  top: 7px;
  background-color: #124295;
}

.js-RangeSlider .irs--round .irs-line {
  top: 7px;
}

/* ========================================
 * SliderGallery
 * ========================================
 *
 * @extends `.slick-slider{}` in _slick.scss
 */
.SliderGallery-items {
  margin-bottom: 1.5rem;
  visibility: hidden;
}

.SliderGallery-items.slick-initialized {
  visibility: visible;
}

.SliderGallery-item {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 320px;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.SliderGallery-item:focus {
  outline: 0;
}

.SliderGallery-items.slick-initialized .SliderGallery-item {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.SliderGallery-item img {
  max-height: 240px;
}

.SliderGallery-thumbnails {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 1.5rem;
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}

.SliderGallery-thumbnails.slick-dotted {
  margin-bottom: 3rem;
}

.SliderGallery-thumbnails .slick-list {
  width: 100%;
}

.SliderGallery-thumbnails .slick-dots li button:before {
  color: #00B4E3;
  font-size: 10px;
}

.SliderGallery-thumbnail {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.03), 0 2px 3px 0 rgba(0, 0, 0, 0.08);
  cursor: pointer;
  height: 96px;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0.5rem;
  margin-top: 0.75rem;
  margin-left: 0.375rem;
  margin-right: 0.375rem;
  padding: 0.75rem 0.375rem;
  position: relative;
  transition: box-shadow 0.15s;
  width: 33.333%;
}

.SliderGallery-thumbnails.slick-initialized .SliderGallery-thumbnail {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.SliderGallery-thumbnail:focus {
  outline: 0;
}

.SliderGallery-thumbnail:hover {
  border-color: #00B4E3;
}

.SliderGallery-thumbnail img {
  max-height: 60px;
}

/* ========================================
 * SliderJS
 * ========================================
 *
 *
 */
.slider__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all .3s ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 .25em;
}

.slider__bullet[class*="active"] {
  background-color: #fff;
}

/* ========================================
 * Text
 * ======================================== */
/* ======
 * Text - Size
 * ====== */
.Text.-l {
  font-size: 1.125rem;
  line-height: 1.44444;
}

.Card-footer, .Form-checkbox-label, .Nav--float .Nav-link, .Text.-s, .Table--primary {
  font-size: 0.875rem;
  line-height: 1.42857;
}

.Text.-xs {
  font-size: 0.75rem;
  line-height: 1.5;
}

/* ======
 * Text - Color
 * ====== */
.Text.-colorTextInverse {
  color: #ffffff;
}

.Text.-colorTextPrimary {
  color: #00B4E3;
}

.Hero-title a,
a.Text.-colorLinkTextInverse {
  color: #ffffff;
}

.Hero-title a:hover,
a.Text.-colorLinkTextInverse:hover {
  color: #00B4E3;
}

.Card-title a, .Card--default.-figureFill .Card-title a, .TextBlock--primary .TextBlock-title,
a.Text.-colorLinkText {
  color: #333333;
}

.Card-title a:hover, .Card--default.-figureFill .Card-title a:hover, .TextBlock--primary .TextBlock-title:hover,
a.Text.-colorLinkText:hover {
  color: #00B4E3;
}

/* ========================================
 * TextBlocks - Default
 * ========================================
 *
 * @extends `.TextBlock--secondary{}` in _TextBlock--secondary.scss
 */
.TextBlocks--default h3.TextBlock-title {
  margin: 0;
}

/* ========================================
 * TextBlocks - Secondary
 * ======================================== */
.TextBlocks--secondary {
  position: relative;
  text-align: center;
}

@media (min-width: 64em) {
  .TextBlocks--secondary {
    margin-bottom: -7rem;
    top: -6.1rem;
    z-index: 100;
  }
}

@media (max-width: 47.99em) {
  .TextBlocks--secondary .Grid-cell {
    width: 50% !important;
  }
  .TextBlocks--secondary .Grid-cell:nth-child(2n) {
    padding-left: 0 !important;
  }
}

@media (min-width: 37.5em) {
  .TextBlocks--secondary .Grid-cell {
    width: 50% !important;
  }
}

@media (min-width: 64em) {
  .TextBlocks--secondary .Grid-cell {
    width: auto !important;
  }
}

/* ========================================
 * TextBlock
 * ======================================== */
.TextBlock {
  margin-bottom: 3rem;
}

.TextBlock:only-child {
  margin-bottom: 0;
}

.TextBlock-title-meta {
  margin-bottom: 0.375rem;
}

.TextBlock-text {
  color: #666666;
}

/* ========================================
 * TextBlock - Default
 * ========================================
 *
 * @extends `.TextBlock{}` in _TextBlock.scss
 */
/* ========================================
 * TextBlock - Primary
 * ========================================
 *
 * Use to display category images etc.
 *
 * @extends `.TextBlock{}` in _TextBlock.scss
 */
.TextBlock--primary {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 90px;
}

.TextBlock--primary .TextBlock-figure img {
  max-width: 72px;
}

.TextBlock--primary .TextBlock-title {
  font-size: 0.875rem;
  line-height: 1.42857;
  text-align: center;
}

/* ========================================
 * Width
 * ========================================
 *
 * @reusable true
 */
.Width--1of12 {
  width: 8.333%;
}

.Width--2of12 {
  width: 16.666%;
}

.Width--3of12 {
  width: 25%;
}

.Width--4of12 {
  width: 33.333%;
}

.Width--5of12 {
  width: 41.666%;
}

.Width--6of12 {
  width: 50%;
}

.Width--7of12 {
  width: 58.333%;
}

.Width--8of12 {
  width: 66.666%;
}

.Width--9of12 {
  width: 75%;
}

.Width--10of12 {
  width: 83.333%;
}

.Width--11of12 {
  width: 91.666%;
}

.Width--12of12 {
  width: 100%;
}

.Width--2of10 {
  width: 20%;
}

@media (min-width: 37.5em) {
  .s-Width--1of12 {
    width: 8.333%;
  }
  .s-Width--2of12 {
    width: 16.666%;
  }
  .s-Width--3of12 {
    width: 25%;
  }
  .s-Width--4of12 {
    width: 33.333%;
  }
  .s-Width--5of12 {
    width: 41.666%;
  }
  .s-Width--6of12 {
    width: 50%;
  }
  .s-Width--7of12 {
    width: 58.333%;
  }
  .s-Width--8of12 {
    width: 66.666%;
  }
  .s-Width--9of12 {
    width: 75%;
  }
  .s-Width--10of12 {
    width: 83.333%;
  }
  .s-Width--11of12 {
    width: 91.666%;
  }
  .s-Width--12of12 {
    width: 100%;
  }
  .s-Width--2of10 {
    width: 20%;
  }
}

@media (min-width: 48em) {
  .m-Width--1of12 {
    width: 8.333%;
  }
  .m-Width--2of12 {
    width: 16.666%;
  }
  .m-Width--3of12 {
    width: 25%;
  }
  .m-Width--4of12 {
    width: 33.333%;
  }
  .m-Width--5of12 {
    width: 41.666%;
  }
  .m-Width--6of12 {
    width: 50%;
  }
  .m-Width--7of12 {
    width: 58.333%;
  }
  .m-Width--8of12 {
    width: 66.666%;
  }
  .m-Width--9of12 {
    width: 75%;
  }
  .m-Width--10of12 {
    width: 83.333%;
  }
  .m-Width--11of12 {
    width: 91.666%;
  }
  .m-Width--12of12 {
    width: 100%;
  }
  .m-Width--2of10 {
    width: 20%;
  }
}

@media (min-width: 64em) {
  .l-Width--1of12 {
    width: 8.333%;
  }
  .l-Width--2of12 {
    width: 16.666%;
  }
  .l-Width--3of12 {
    width: 25%;
  }
  .l-Width--4of12 {
    width: 33.333%;
  }
  .l-Width--5of12 {
    width: 41.666%;
  }
  .l-Width--6of12 {
    width: 50%;
  }
  .l-Width--7of12 {
    width: 58.333%;
  }
  .l-Width--8of12 {
    width: 66.666%;
  }
  .l-Width--9of12 {
    width: 75%;
  }
  .l-Width--10of12 {
    width: 83.333%;
  }
  .l-Width--11of12 {
    width: 91.666%;
  }
  .l-Width--12of12 {
    width: 100%;
  }
  .l-Width--2of10 {
    width: 20%;
  }
}

@media (min-width: 75em) {
  .xl-Width--1of12 {
    width: 8.333%;
  }
  .xl-Width--2of12 {
    width: 16.666%;
  }
  .xl-Width--3of12 {
    width: 25%;
  }
  .xl-Width--4of12 {
    width: 33.333%;
  }
  .xl-Width--5of12 {
    width: 41.666%;
  }
  .xl-Width--6of12 {
    width: 50%;
  }
  .xl-Width--7of12 {
    width: 58.333%;
  }
  .xl-Width--8of12 {
    width: 66.666%;
  }
  .xl-Width--9of12 {
    width: 75%;
  }
  .xl-Width--10of12 {
    width: 83.333%;
  }
  .xl-Width--11of12 {
    width: 91.666%;
  }
  .xl-Width--12of12 {
    width: 100%;
  }
  .xl-Width--2of10 {
    width: 20%;
  }
}

/* ========================================
 * Wrap
 * ======================================== */
.Wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1296px;
  padding-left: 6.25%;
  padding-right: 6.25%;
}

@media (min-width: 64em) {
  .Wrap {
    padding-left: 48px;
    padding-right: 48px;
  }
}

@media (min-width: 64em) {
  .l-Wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 1296px;
    padding-left: 6.25%;
    padding-right: 6.25%;
    padding-left: 48px;
    padding-right: 48px;
  }
}

@media (max-width: 74.99em) {
  .Header-wrap.l-Wrap {
    padding-left: 36px;
    padding-right: 36px;
  }
}

/* ========================================
 * Header
 * ========================================
 *
 * @reusable false
 */
.Header {
  background-color: #124295;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  position: fixed;
  width: 100%;
  z-index: 100;
}

.Header-spacer {
  height: 66px;
}

@media (min-width: 37.5em) {
  .Header-spacer {
    height: 84px;
  }
}

@media (min-width: 64em) {
  .Header-spacer {
    height: 120px;
  }
}

/* ========================================
 * Header - Navbar
 * ========================================
 *
 * @extends `.Header{}` in _Header.scss
 * @extends `.Navbar{}` in _Navbar.scss
 * @extends `.Navbar.-horizontal{}` in _Navbar.-horizontal.scss
 * @extends `.Navbar--default{}` in _Navbar--default.scss
 * @extends `.Image{}` in _Image.scss
 */
.Header-navbar {
  margin-bottom: 0;
}

.Header-navbar .Navbar-ctrl-title {
  padding: 0.75rem 0;
}

.Header-navbar .Navbar-ctrl-title-logo {
  height: 42px;
}

@media (min-width: 37.5em) {
  .Header-navbar .Navbar-ctrl-title-logo {
    height: 60px;
  }
}

.Header-navbar .Navbar-ctrl-button--lang .Button-dropdown {
  min-width: 180px;
}

.Header-navbar .Navbar-link, .Header-navbar .Navbar-link-row {
  padding: 12px 0 11px 0;
}

.Header-navbar .Navbar-item.is-open > .Navbar-sub {
  margin: 1rem 0;
}

/* ========================================
 * Header - Top
 * ========================================
 *
 * @extends `.Image{}` in _Image.scss
 * @extends `.Button{}` in _Button.scss
 * @extends `.Form-cell{}` in _Form-grid.scss
 */
.Header-top {
  display: none;
}

@media (min-width: 64em) {
  .Header-top {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.Header-logo {
  margin-top: 1rem;
  margin-bottom: 0;
}

.Header-logo > .Image {
  height: 92px;
}

.Header-action {
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 1.5rem;
}

.Header-action > * {
  margin: 0 0 0 0.75rem;
}

.Header-action .Form {
  width: 240px;
}

.Header-action .Form .Form-item {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.Header-action .Form .Form-item + .Form-button {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.Header-action .Button--secondary {
  border: none;
}

.Header-action .Button--secondary:hover {
  background-color: #124295;
  border: none;
}

.Header-action .Button--secondary .IconCss[class*="-chevron"]:after {
  color: #fff;
}

.Header-action .Button--primary {
  background-color: #124295;
  border: 1px solid #fff;
}

.Header-action .Button--primary:hover {
  color: #00B4E3;
  border-color: #00B4E3;
}

.Header-top-dahlShopLink {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  text-align: right;
  margin-top: -1.5rem;
}

/* ========================================
 * Header - Top
 * ========================================
 *
 * @extends `.Image{}` in _Image.scss
 * @extends `.Button{}` in _Button.scss
 * @extends `.Form-cell{}` in _Form-grid.scss
 */
.Header-supplier {
  display: none;
}

@media (min-width: 64em) {
  .Header-supplier {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    height: 120px;
  }
}

.Header-supplier .Header-logo {
  margin-top: 1rem;
  margin-bottom: 0;
}

.Header-supplier .Header-logo > .Image {
  height: 92px;
}

.Header-supplier .Header-progress {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0;
  margin-left: 3rem;
  margin-right: 3rem;
}

.Header-supplier .Header-progress .Progress-step {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}

.Header-supplier .Header-progress .Progress-step .Progress-number {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #2196f3;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.Header-supplier .Header-progress .Progress-step .Progress-number.is-active {
  background: #0d2a5c;
  color: #fff;
}

.Header-supplier .Header-progress .Progress-step .Progress-label {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.Header-supplier .Header-progress .Progress-step .Progress-label.is-active {
  color: #2196f3;
  font-weight: 700;
}

.Header-supplier .Header-progress .Progress-separator {
  width: 48px;
  height: 2px;
  background: #a1b4d5;
  margin: 0 0.5rem;
  border-radius: 1px;
}

.Header-supplier .Header-lang {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.Header-supplier .Header-lang .Button--lang {
  color: #1ec6e6;
  border: 1px solid #1552ac;
  background: transparent;
  border-radius: 6px;
  padding: 0.4rem 1.5rem;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  transition: background 0.2s, color 0.2s;
  height: 2.5rem;
}

/* ========================================
 * Page
 * ======================================== */
.Page {
  position: relative;
  z-index: 99;
}

.Page > .Container:first-child {
  padding-top: 1.5rem;
}

/* ========================================
 * Footer
 * ========================================
 *
 * @reusable probably true but intented to be used once
 */
.Footer {
  background-color: #124295;
  color: #ffffff;
}

.Footer-containerPrimary {
  padding-top: 0;
}

.Footer-containerPrimary h6 {
  margin-bottom: 0.75rem;
}

@media (min-width: 64em) {
  .Footer-containerPrimary {
    padding-bottom: 3rem;
  }
}

.Footer-containerPrimary > .Wrap > .Grid {
  padding-top: 1.5rem;
}

@media (min-width: 64em) {
  .Footer-containerPrimary > .Wrap > .Grid {
    padding-top: 3rem;
  }
}

.Footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.5rem 0;
}
