@charset "UTF-8";
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@font-face {
  font-family: "Exo";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/exo-v12-latin/exo-v12-latin-regular.woff2") format("woff2"), url("../fonts/exo-v12-latin/exo-v12-latin-regular.woff") format("woff"), url("../fonts/exo-v12-latin/exo-v12-latin-regular.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "Exo";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/exo-v12-latin/exo-v12-latin-700.woff2") format("woff2"), url("../fonts/exo-v12-latin/exo-v12-latin-700.woff") format("woff"), url("../fonts/exo-v12-latin/exo-v12-latin-700.ttf") format("truetype");
  /* Safari, Android, iOS */
}
:root {
  --bs-blue: #164194;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #e83e8c;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #28a745;
  --bs-teal: #20c997;
  --bs-cyan: #17a2b8;
  --bs-white: #fff;
  --bs-gray: #888;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #eee;
  --bs-gray-300: #ddd;
  --bs-gray-400: #ccc;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #888;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #222;
  --bs-primary: #164194;
  --bs-secondary: #888;
  --bs-success: #28a745;
  --bs-info: #17a2b8;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #222;
  --bs-primary-rgb: 22, 65, 148;
  --bs-secondary-rgb: 136, 136, 136;
  --bs-success-rgb: 40, 167, 69;
  --bs-info-rgb: 23, 162, 184;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 34, 34, 34;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 34, 34, 34;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: 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";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #222;
  --bs-body-bg: #fff;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 2rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.425rem + 2.1vw) calc(1.525rem + 3.3vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 3rem 4rem;
  }
}

h2 {
  font-size: calc(1.365rem + 1.38vw) calc(1.485rem + 2.82vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2.4rem 3.6rem;
  }
}

h3 {
  font-size: calc(1.305rem + 0.66vw) calc(1.405rem + 1.86vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.8rem 2.8rem;
  }
}

h4 {
  font-size: calc(1.305rem + 0.66vw) calc(1.365rem + 1.38vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.8rem 2.4rem;
  }
}

h5 {
  font-size: calc(1.305rem + 0.66vw) calc(1.365rem + 1.38vw);
}
@media (min-width: 1200px) {
  h5 {
    font-size: 1.8rem 2.4rem;
  }
}

h6 {
  font-size: calc(1.265rem + 0.18vw) calc(1.365rem + 1.38vw);
}
@media (min-width: 1200px) {
  h6 {
    font-size: 1.4rem 2.4rem;
  }
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: calc(1.265rem + 0.18vw) calc(1.285rem + 0.42vw);
}
@media (min-width: 1200px) {
  small {
    font-size: 1.4rem 1.6rem;
  }
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: calc(1.265rem + 0.18vw) calc(1.285rem + 0.42vw);
}
@media (min-width: 1200px) {
  pre {
    font-size: 1.4rem 1.6rem;
  }
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: calc(1.265rem + 0.18vw) calc(1.285rem + 0.42vw);
  color: #e83e8c;
  word-wrap: break-word;
}
@media (min-width: 1200px) {
  code {
    font-size: 1.4rem 1.6rem;
  }
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: calc(1.265rem + 0.18vw) calc(1.285rem + 0.42vw);
  color: #fff;
  background-color: #222;
  border-radius: 0.2rem;
}
@media (min-width: 1200px) {
  kbd {
    font-size: 1.4rem 1.6rem;
  }
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #888;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}
.row > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}

.row-cols-auto > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 1rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 1rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 2rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 2rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 3rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 3rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 4rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 4rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 6rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 6rem;
}

@media (min-width: 400px) {
  .col-xs {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .row-cols-xs-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xs-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xs-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xs-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xs-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xs-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xs-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xs-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .col-xs-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xs-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xs-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .col-xs-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xs-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xs-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .col-xs-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xs-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xs-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }

  .col-xs-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xs-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xs-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .offset-xs-0 {
    margin-left: 0;
  }

  .offset-xs-1 {
    margin-left: 8.33333333%;
  }

  .offset-xs-2 {
    margin-left: 16.66666667%;
  }

  .offset-xs-3 {
    margin-left: 25%;
  }

  .offset-xs-4 {
    margin-left: 33.33333333%;
  }

  .offset-xs-5 {
    margin-left: 41.66666667%;
  }

  .offset-xs-6 {
    margin-left: 50%;
  }

  .offset-xs-7 {
    margin-left: 58.33333333%;
  }

  .offset-xs-8 {
    margin-left: 66.66666667%;
  }

  .offset-xs-9 {
    margin-left: 75%;
  }

  .offset-xs-10 {
    margin-left: 83.33333333%;
  }

  .offset-xs-11 {
    margin-left: 91.66666667%;
  }

  .g-xs-0,
.gx-xs-0 {
    --bs-gutter-x: 0;
  }

  .g-xs-0,
.gy-xs-0 {
    --bs-gutter-y: 0;
  }

  .g-xs-1,
.gx-xs-1 {
    --bs-gutter-x: 1rem;
  }

  .g-xs-1,
.gy-xs-1 {
    --bs-gutter-y: 1rem;
  }

  .g-xs-2,
.gx-xs-2 {
    --bs-gutter-x: 2rem;
  }

  .g-xs-2,
.gy-xs-2 {
    --bs-gutter-y: 2rem;
  }

  .g-xs-3,
.gx-xs-3 {
    --bs-gutter-x: 3rem;
  }

  .g-xs-3,
.gy-xs-3 {
    --bs-gutter-y: 3rem;
  }

  .g-xs-4,
.gx-xs-4 {
    --bs-gutter-x: 4rem;
  }

  .g-xs-4,
.gy-xs-4 {
    --bs-gutter-y: 4rem;
  }

  .g-xs-5,
.gx-xs-5 {
    --bs-gutter-x: 6rem;
  }

  .g-xs-5,
.gy-xs-5 {
    --bs-gutter-y: 6rem;
  }
}
@media (min-width: 600px) {
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }

  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 2rem;
  }

  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 2rem;
  }

  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 3rem;
  }

  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 4rem;
  }

  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 4rem;
  }

  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 6rem;
  }

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 6rem;
  }
}
@media (min-width: 740px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }

  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 1rem;
  }

  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 1rem;
  }

  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 2rem;
  }

  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 2rem;
  }

  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 3rem;
  }

  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 3rem;
  }

  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 4rem;
  }

  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 4rem;
  }

  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 6rem;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 6rem;
  }
}
@media (min-width: 980px) {
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }

  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 2rem;
  }

  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 2rem;
  }

  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 3rem;
  }

  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 4rem;
  }

  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 4rem;
  }

  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 6rem;
  }

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 6rem;
  }
}
@media (min-width: 1240px) {
  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }

  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 2rem;
  }

  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 2rem;
  }

  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 3rem;
  }

  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 4rem;
  }

  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 4rem;
  }

  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 6rem;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 6rem;
  }
}
.btn.btn-dark, .btn-dark.button {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.btn.btn-dark:hover, .btn-dark.button:hover {
  background-color: #fff;
  color: #000;
}

.d-none {
  display: none !important;
}

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

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

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 400px) {
  .d-xs-none {
    display: none !important;
  }

  .d-xs-inline {
    display: inline !important;
  }

  .d-xs-inline-block {
    display: inline-block !important;
  }

  .d-xs-block {
    display: block !important;
  }

  .d-xs-table {
    display: table !important;
  }

  .d-xs-table-row {
    display: table-row !important;
  }

  .d-xs-table-cell {
    display: table-cell !important;
  }

  .d-xs-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xs-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 600px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 740px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 980px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1240px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@-webkit-keyframes infinite-rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes infinite-rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.session-popup {
  background: #fff;
  padding: 15px;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

a > svg,
button > svg {
  pointer-events: none;
}

@media (min-width: 0) {
  .hide-mobile {
    display: none !important;
  }
}

@media (min-width: 0) {
  .block-mobile {
    display: block !important;
  }
}

@media (min-width: 0) {
  .inline-mobile {
    display: inline !important;
  }
}

@media (min-width: 400px) {
  .hide-xs {
    display: none !important;
  }
}

@media (min-width: 400px) {
  .block-xs {
    display: block !important;
  }
}

@media (min-width: 400px) {
  .inline-xs {
    display: inline !important;
  }
}

@media (min-width: 600px) {
  .hide-sm {
    display: none !important;
  }
}

@media (min-width: 600px) {
  .block-sm {
    display: block !important;
  }
}

@media (min-width: 600px) {
  .inline-sm {
    display: inline !important;
  }
}

@media (min-width: 740px) {
  .hide-md {
    display: none !important;
  }
}

@media (min-width: 740px) {
  .block-md {
    display: block !important;
  }
}

@media (min-width: 740px) {
  .inline-md {
    display: inline !important;
  }
}

@media (min-width: 980px) {
  .hide-lg {
    display: none !important;
  }
}

@media (min-width: 980px) {
  .block-lg {
    display: block !important;
  }
}

@media (min-width: 980px) {
  .inline-lg {
    display: inline !important;
  }
}

@media (min-width: 1240px) {
  .hide-xl {
    display: none !important;
  }
}

@media (min-width: 1240px) {
  .block-xl {
    display: block !important;
  }
}

@media (min-width: 1240px) {
  .inline-xl {
    display: inline !important;
  }
}

#responsive-status {
  display: none;
  font-family: "mobile";
  min-width: 0;
}
@media (min-width: 0) {
  #responsive-status {
    font-family: "mobile";
    min-width: 0;
  }
}
@media (min-width: 400px) {
  #responsive-status {
    font-family: "xs";
    min-width: 400px;
  }
}
@media (min-width: 600px) {
  #responsive-status {
    font-family: "sm";
    min-width: 600px;
  }
}
@media (min-width: 740px) {
  #responsive-status {
    font-family: "md";
    min-width: 740px;
  }
}
@media (min-width: 980px) {
  #responsive-status {
    font-family: "lg";
    min-width: 980px;
  }
}
@media (min-width: 1240px) {
  #responsive-status {
    font-family: "xl";
    min-width: 1240px;
  }
}

body {
  -webkit-backface-visibility: hidden;
  background-color: #fff;
}

.flexboxtweener,
.flexboxtweener body,
.flexboxtweener .site-wrapper {
  height: 100%;
}

.flexbox body {
  min-height: 100vh;
}
.flexbox .site-wrapper {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flexbox .site-canvas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.flexbox .site-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 10px);
  padding-left: var(--bs-gutter-x, 10px);
  margin-right: auto;
  margin-left: auto;
  min-width: 320px;
  max-width: 1240px;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: left;
  position: relative;
}
@media (min-width: 400px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.container .container,
.container .alerts {
  padding: 0;
  min-width: 0;
}

.floatleft,
.floatright,
.float-left,
.float-right {
  float: none;
  display: block;
  margin: 0 auto 2.4rem;
}

.pull-left,
.pull-right {
  max-width: 47%;
  margin-bottom: 1%;
}

.pull-left {
  float: left;
  margin-right: 3%;
}

.pull-right {
  float: right;
  margin-left: 3%;
}

@media (min-width: 600px) {
  .floatleft,
.floatright,
.float-left,
.float-right {
    max-width: 47%;
    margin-bottom: 1%;
  }

  .floatleft,
.float-left {
    float: left;
    margin-right: 3%;
  }

  .floatright,
.float-right {
    float: right;
    margin-left: 3%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

a {
  color: #164194;
  text-decoration: none;
}
a:visited {
  color: #164194;
}
a:hover {
  color: #000;
}
a:active {
  color: #000;
}
a:hover {
  text-decoration: underline;
}

.go-back {
  font-size: 1.8rem;
  line-height: 2.4rem;
}

.link-with-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  line-height: 2.1rem;
  color: #222;
}
.link-with-arrow:visited {
  color: #222;
}
.link-with-arrow:hover {
  color: #222;
}
.link-with-arrow:active {
  color: #222;
}
.link-with-arrow span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  color: #fff;
  background-color: #164194;
  margin-left: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.alert-message.info {
  position: relative;
  margin: 0 0 2.4rem;
  padding: 0.5rem 4rem 0.5rem 3.2rem;
  border: 1px solid;
  color: #222;
  background-color: #fff;
  border-color: #164194;
}
.alert-message.info .alert-message__icon-status {
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  left: 1rem;
  top: 1rem;
  color: #164194;
}
.alert-message.info p {
  margin: 0;
  padding: 0;
}
.alert-message.info ul {
  margin-top: 0;
}
.alert-message.info ul li + li {
  margin-top: 0;
}
.alert-message.info .alert-message__close,
.alert-message.info .alert-message__close:not(.btn):not(.button) {
  font-size: 1.6rem;
  line-height: 1.6rem;
  position: absolute;
  top: 0.7rem;
  right: 0.8rem;
  opacity: 0.7;
  color: #164194;
}
.alert-message.info .alert-message__close:hover,
.alert-message.info .alert-message__close:not(.btn):not(.button):hover {
  text-decoration: none !important;
  opacity: 1;
}

.alert-message.warning {
  position: relative;
  margin: 0 0 2.4rem;
  padding: 0.5rem 4rem 0.5rem 3.2rem;
  border: 1px solid;
  color: #222;
  background-color: #fff;
  border-color: #ffc107;
}
.alert-message.warning .alert-message__icon-status {
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  left: 1rem;
  top: 1rem;
  color: #ffc107;
}
.alert-message.warning p {
  margin: 0;
  padding: 0;
}
.alert-message.warning ul {
  margin-top: 0;
}
.alert-message.warning ul li + li {
  margin-top: 0;
}
.alert-message.warning .alert-message__close,
.alert-message.warning .alert-message__close:not(.btn):not(.button) {
  font-size: 1.6rem;
  line-height: 1.6rem;
  position: absolute;
  top: 0.7rem;
  right: 0.8rem;
  opacity: 0.7;
  color: #ffc107;
}
.alert-message.warning .alert-message__close:hover,
.alert-message.warning .alert-message__close:not(.btn):not(.button):hover {
  text-decoration: none !important;
  opacity: 1;
}

.alert-message.error {
  position: relative;
  margin: 0 0 2.4rem;
  padding: 0.5rem 4rem 0.5rem 3.2rem;
  border: 1px solid;
  color: #222;
  background-color: #fff;
  border-color: #dc3545;
}
.alert-message.error .alert-message__icon-status {
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  left: 1rem;
  top: 1rem;
  color: #dc3545;
}
.alert-message.error p {
  margin: 0;
  padding: 0;
}
.alert-message.error ul {
  margin-top: 0;
}
.alert-message.error ul li + li {
  margin-top: 0;
}
.alert-message.error .alert-message__close,
.alert-message.error .alert-message__close:not(.btn):not(.button) {
  font-size: 1.6rem;
  line-height: 1.6rem;
  position: absolute;
  top: 0.7rem;
  right: 0.8rem;
  opacity: 0.7;
  color: #dc3545;
}
.alert-message.error .alert-message__close:hover,
.alert-message.error .alert-message__close:not(.btn):not(.button):hover {
  text-decoration: none !important;
  opacity: 1;
}

.alert-message.success {
  position: relative;
  margin: 0 0 2.4rem;
  padding: 0.5rem 4rem 0.5rem 3.2rem;
  border: 1px solid;
  color: #222;
  background-color: #fff;
  border-color: #28a745;
}
.alert-message.success .alert-message__icon-status {
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  left: 1rem;
  top: 1rem;
  color: #28a745;
}
.alert-message.success p {
  margin: 0;
  padding: 0;
}
.alert-message.success ul {
  margin-top: 0;
}
.alert-message.success ul li + li {
  margin-top: 0;
}
.alert-message.success .alert-message__close,
.alert-message.success .alert-message__close:not(.btn):not(.button) {
  font-size: 1.6rem;
  line-height: 1.6rem;
  position: absolute;
  top: 0.7rem;
  right: 0.8rem;
  opacity: 0.7;
  color: #28a745;
}
.alert-message.success .alert-message__close:hover,
.alert-message.success .alert-message__close:not(.btn):not(.button):hover {
  text-decoration: none !important;
  opacity: 1;
}

.alerts {
  width: 100%;
  padding-right: var(--bs-gutter-x, 10px);
  padding-left: var(--bs-gutter-x, 10px);
  margin-right: auto;
  margin-left: auto;
  min-width: 320px;
  max-width: 1240px;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: left;
  position: relative;
}
@media (min-width: 400px) {
  .alerts {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.alerts .container,
.alerts .alerts {
  padding: 0;
  min-width: 0;
}

.asterisk {
  color: #164194;
}
.asterisk:before {
  content: "*";
  font-size: 2rem;
  font-weight: 700;
  color: #164194;
}

.background {
  background-color: #eee;
}
.background hr {
  border-color: #fff;
}
.background .table th,
.background .table td {
  border-color: #fff;
}

blockquote {
  margin: 2.4rem 0;
  padding: 0.5em 2.5em;
  position: relative;
  background-color: color("background");
}
blockquote:before, blockquote:after {
  color: color("grayscale");
  font-size: 5em;
  position: absolute;
  line-height: 0.1em;
}
blockquote:before {
  content: "“";
  left: 0.5rem;
  top: 0.3em;
}
blockquote:after {
  content: "”";
  right: 0.3rem;
  bottom: 0;
}

.btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  vertical-align: middle;
}
.btn-group > .btn, .btn-group > .button {
  position: relative;
  float: left;
}
.btn-group > .btn:not(:first-child):not(:last-child), .btn-group > .button:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group > .btn:first-child:not(:last-child), .btn-group > .button:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child), .btn-group > .button:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .btn + .btn, .btn-group .button + .btn, .btn-group .btn + .button, .btn-group .button + .button,
.btn-group .btn + .btn-group,
.btn-group .button + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .button,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-group > .btn:hover, .btn-group > .button:hover,
.btn-group > .btn:active,
.btn-group > .button:active,
.btn-group > .btn.is-active,
.btn-group > .is-active.button,
.btn-group > .btn.open,
.btn-group > .open.button {
  z-index: 2;
}

.btn, .button {
  display: inline-block;
  vertical-align: middle;
  font-family: "Exo", sans-serif;
  border-radius: 20px;
  font-weight: 700;
  line-height: 2rem;
  border: 1px solid;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  margin: 0;
  cursor: pointer;
  background-image: none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}
.btn:hover, .button:hover, .btn:focus, .button:focus {
  text-decoration: none;
}
.btn:active, .button:active, .btn.open, .open.button {
  -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.175);
          box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.175);
  background-image: none;
  text-decoration: none;
}

.btn.disabled, .disabled.button, .btn[disabled], [disabled].button {
  cursor: not-allowed;
  opacity: 0.5;
}
.btn, .button, .btn:visited, .btn.disabled, .btn.disabled:hover, .btn.disabled:focus, .btn.disabled:active, .btn.disabled.open, .btn[disabled], .btn[disabled]:hover, .btn[disabled]:focus, .btn[disabled]:active, .btn[disabled].open {
  color: #222;
  background-color: #eee;
  border-color: transparent;
  font-family: "Exo", sans-serif;
}
.btn:hover, .button:hover, .btn:focus, .button:focus {
  color: #222;
  background-color: #ddd;
  border-color: transparent;
}
.btn:active, .button:active, .btn.open, .open.button {
  color: #222;
  background-color: #d0d0d0;
  border-color: transparent;
}

.btn--primary.disabled, .btn--primary[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}
.btn--primary, .btn--primary:visited, .btn--primary.disabled, .btn--primary.disabled:hover, .btn--primary.disabled:focus, .btn--primary.disabled:active, .btn--primary.disabled.open, .btn--primary[disabled], .btn--primary[disabled]:hover, .btn--primary[disabled]:focus, .btn--primary[disabled]:active, .btn--primary[disabled].open {
  color: #fff;
  background-color: #164194;
  border-color: #164194;
  font-family: "Exo", sans-serif;
}
.btn--primary:hover, .btn--primary:focus {
  color: #fff;
  background-color: #13377e;
  border-color: #164194;
}
.btn--primary:active, .btn--primary.open {
  color: #fff;
  background-color: #0f2e68;
  border-color: #164194;
}

.btn--accept.disabled, .btn--accept[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}
.btn--accept, .btn--accept:visited, .btn--accept.disabled, .btn--accept.disabled:hover, .btn--accept.disabled:focus, .btn--accept.disabled:active, .btn--accept.disabled.open, .btn--accept[disabled], .btn--accept[disabled]:hover, .btn--accept[disabled]:focus, .btn--accept[disabled]:active, .btn--accept[disabled].open {
  color: #fff;
  background-color: #164194;
  border-color: #164194;
  font-family: "Exo", sans-serif;
}
.btn--accept:hover, .btn--accept:focus {
  color: #fff;
  background-color: #13377e;
  border-color: #164194;
}
.btn--accept:active, .btn--accept.open {
  color: #fff;
  background-color: #0f2e68;
  border-color: #164194;
}

.btn--select.disabled, .btn--select[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}
.btn--select, .btn--select:visited, .btn--select.disabled, .btn--select.disabled:hover, .btn--select.disabled:focus, .btn--select.disabled:active, .btn--select.disabled.open, .btn--select[disabled], .btn--select[disabled]:hover, .btn--select[disabled]:focus, .btn--select[disabled]:active, .btn--select[disabled].open {
  background-color: #ddd;
  font-family: "Exo", sans-serif;
}
.btn--clear.disabled, .btn--clear[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}
.btn--clear, .btn--clear:visited, .btn--clear.disabled, .btn--clear.disabled:hover, .btn--clear.disabled:focus, .btn--clear.disabled:active, .btn--clear.disabled.open, .btn--clear[disabled], .btn--clear[disabled]:hover, .btn--clear[disabled]:focus, .btn--clear[disabled]:active, .btn--clear[disabled].open {
  background-color: #ddd;
  font-family: "Exo", sans-serif;
}
.btn--nav.disabled, .btn--nav[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}
.btn--nav, .btn--nav:visited, .btn--nav.disabled, .btn--nav.disabled:hover, .btn--nav.disabled:focus, .btn--nav.disabled:active, .btn--nav.disabled.open, .btn--nav[disabled], .btn--nav[disabled]:hover, .btn--nav[disabled]:focus, .btn--nav[disabled]:active, .btn--nav[disabled].open {
  color: #000;
  background-color: #C4CFE4;
  border-color: #C4CFE4;
  font-family: "Exo", sans-serif;
}
.btn--nav:hover, .btn--nav:focus {
  color: #fff;
  background-color: #164194;
  border-color: #164194;
}
.btn--nav:active, .btn--nav.open {
  color: #fff;
  background-color: #164194;
  border-color: #164194;
}

.btn--nav--formula.disabled, .btn--nav--formula[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}
.btn--nav--formula, .btn--nav--formula:visited, .btn--nav--formula.disabled, .btn--nav--formula.disabled:hover, .btn--nav--formula.disabled:focus, .btn--nav--formula.disabled:active, .btn--nav--formula.disabled.open, .btn--nav--formula[disabled], .btn--nav--formula[disabled]:hover, .btn--nav--formula[disabled]:focus, .btn--nav--formula[disabled]:active, .btn--nav--formula[disabled].open {
  color: #000;
  background-color: #F1C290;
  border-color: #F1C290;
  font-family: "Exo", sans-serif;
}
.btn--nav--formula:hover, .btn--nav--formula:focus {
  color: #fff;
  background-color: #164194;
  border-color: #164194;
}
.btn--nav--formula:active, .btn--nav--formula.open {
  color: #fff;
  background-color: #164194;
  border-color: #164194;
}

.btn--nav--patients.disabled, .btn--nav--patients[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}
.btn--nav--patients, .btn--nav--patients:visited, .btn--nav--patients.disabled, .btn--nav--patients.disabled:hover, .btn--nav--patients.disabled:focus, .btn--nav--patients.disabled:active, .btn--nav--patients.disabled.open, .btn--nav--patients[disabled], .btn--nav--patients[disabled]:hover, .btn--nav--patients[disabled]:focus, .btn--nav--patients[disabled]:active, .btn--nav--patients[disabled].open {
  color: #000;
  background-color: #D3E3A5;
  border-color: #D3E3A5;
  font-family: "Exo", sans-serif;
}
.btn--nav--patients:hover, .btn--nav--patients:focus {
  color: #fff;
  background-color: #164194;
  border-color: #164194;
}
.btn--nav--patients:active, .btn--nav--patients.open {
  color: #fff;
  background-color: #164194;
  border-color: #164194;
}

.btn--secondary.disabled, .btn--secondary[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}
.btn--secondary, .btn--secondary:visited, .btn--secondary.disabled, .btn--secondary.disabled:hover, .btn--secondary.disabled:focus, .btn--secondary.disabled:active, .btn--secondary.disabled.open, .btn--secondary[disabled], .btn--secondary[disabled]:hover, .btn--secondary[disabled]:focus, .btn--secondary[disabled]:active, .btn--secondary[disabled].open {
  color: #000;
  background-color: #C4CFE4;
  border-color: #C4CFE4;
  font-family: "Exo", sans-serif;
}
.btn--secondary:hover, .btn--secondary:focus {
  color: #fff;
  background-color: #164194;
  border-color: #164194;
}
.btn--secondary:active, .btn--secondary.open {
  color: #fff;
  background-color: #164194;
  border-color: #164194;
}

.btn--secondary2.disabled, .btn--secondary2[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}
.btn--secondary2, .btn--secondary2:visited, .btn--secondary2.disabled, .btn--secondary2.disabled:hover, .btn--secondary2.disabled:focus, .btn--secondary2.disabled:active, .btn--secondary2.disabled.open, .btn--secondary2[disabled], .btn--secondary2[disabled]:hover, .btn--secondary2[disabled]:focus, .btn--secondary2[disabled]:active, .btn--secondary2[disabled].open {
  color: #000;
  background-color: #fff;
  font-family: "Exo", sans-serif;
}
.btn--secondary2:hover, .btn--secondary2:focus {
  color: #fff;
  background-color: #164194;
  border-color: #164194;
}
.btn--secondary2:active, .btn--secondary2.open {
  color: #fff;
  background-color: #164194;
  border-color: #164194;
}

.btn, .button {
  font-size: 1.8rem;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  width: auto;
  height: 4rem;
}
.btn.btn--next, .btn--next.button {
  border-top-right-radius: 2.3rem;
  border-bottom-right-radius: 2.3rem;
}
.btn.btn--prev, .btn--prev.button {
  border-top-left-radius: 2.3rem;
  border-bottom-left-radius: 2.3rem;
}
.btn.btn--round, .btn--round.button {
  border-radius: 2.3rem;
}

.btn--sm {
  font-size: 1.4rem;
  padding-top: 0.5rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  width: auto;
  height: auto;
}
.btn--sm.btn--next {
  border-top-right-radius: 1.4rem;
  border-bottom-right-radius: 1.4rem;
}
.btn--sm.btn--prev {
  border-top-left-radius: 1.4rem;
  border-bottom-left-radius: 1.4rem;
}
.btn--sm.btn--round {
  border-radius: 1.4rem;
}

.btn--square {
  font-size: 1.4rem;
  padding-top: 9px;
  padding-right: 0;
  padding-bottom: 9px;
  padding-left: 0;
  width: 4rem;
  height: 4rem;
}
.btn--square.btn--next {
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
.btn--square.btn--prev {
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
}
.btn--square.btn--round {
  border-radius: 2rem;
}

.btn--square-sm {
  font-size: 1.4rem;
  padding-top: 4px;
  padding-right: 0;
  padding-bottom: 4px;
  padding-left: 0;
  width: 3rem;
  height: 3rem;
}
.btn--square-sm.btn--next {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}
.btn--square-sm.btn--prev {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
.btn--square-sm.btn--round {
  border-radius: 1.5rem;
}

.btn--square-lg {
  font-size: 1.4rem;
  padding-top: 0px;
  padding-right: 0;
  padding-bottom: 0px;
  padding-left: 0;
  width: 11rem;
  height: 11rem;
}
button[disabled],
fieldset[disabled] button,
.disabled {
  cursor: not-allowed;
  opacity: 0.65;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

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

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.btn--loading.is-loading {
  color: transparent;
  position: relative;
}
.btn--loading.is-loading:before {
  content: "";
  height: 18px;
  width: 18px;
  -webkit-animation: rotation 1s infinite linear;
          animation: rotation 1s infinite linear;
  border: 2px solid rgba(22, 65, 148, 0.3);
  border-top-color: rgba(22, 65, 148, 0.9);
  border-radius: 50%;
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.no-btn {
  border: 0;
  background: transparent;
  margin: 0;
  padding: 0;
}

.button-small {
  display: inline-block;
  vertical-align: middle;
  font-family: "Exo", sans-serif;
  border-radius: 20px;
  font-weight: 700;
  line-height: 2rem;
  border: 1px solid;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  margin: 0;
  cursor: pointer;
  background-image: none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
  font-size: 1.4rem;
  padding-top: 0.5rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  width: auto;
  height: auto;
}
.button-small:hover, .button-small:focus {
  text-decoration: none;
}
.button-small:active, .button-small.open {
  -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.175);
          box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.175);
  background-image: none;
  text-decoration: none;
}
.button-small.btn--next {
  border-top-right-radius: 1.4rem;
  border-bottom-right-radius: 1.4rem;
}
.button-small.btn--prev {
  border-top-left-radius: 1.4rem;
  border-bottom-left-radius: 1.4rem;
}
.button-small.btn--round {
  border-radius: 1.4rem;
}
.button-small.disabled, .button-small[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}
.button-small, .button-small:visited, .button-small.disabled, .button-small.disabled:hover, .button-small.disabled:focus, .button-small.disabled:active, .button-small.disabled.open, .button-small[disabled], .button-small[disabled]:hover, .button-small[disabled]:focus, .button-small[disabled]:active, .button-small[disabled].open {
  color: #222;
  background-color: #eee;
  border-color: transparent;
  font-family: "Exo", sans-serif;
}
.button-small:hover, .button-small:focus {
  color: #222;
  background-color: #ddd;
  border-color: transparent;
}
.button-small:active, .button-small.open {
  color: #222;
  background-color: #d0d0d0;
  border-color: transparent;
}

code {
  font-size: 100%;
  color: #222;
  word-break: break-word;
}

.embed-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed,
.embed-container video,
.embed-container .mce-preview-object,
.embed-container .mce-object-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.errorDiv {
  display: inline-block;
  background-color: #fff;
  padding: 2rem;
  margin-bottom: 2rem;
  border: 1px dashed #dc3545;
}
.errorDiv li {
  color: #dc3545;
}

.error-message {
  font-style: italic;
  color: #dc3545;
}

fieldset {
  margin: 0;
  padding: 0 0.5rem;
}
fieldset + fieldset {
  margin-top: -1px;
}
fieldset .legend {
  margin-top: 0;
}

.formError {
  position: relative;
  color: #fff;
  background-color: #dc3545;
  font-size: 1.8rem;
  line-height: 2.1rem;
  padding: 0 0.5rem;
  border-radius: 0;
}
.formError:before {
  content: "";
  display: block;
  position: absolute;
  border: 0.6rem solid transparent;
  border-bottom: 0.6rem solid #dc3545;
  border-top: 0;
  height: 0;
  width: 0;
  left: 0.5rem;
  top: -0.5rem;
}
.formError:empty {
  display: none;
}

.custom-select {
  padding: 0;
  margin: 0;
  margin-top: 0;
  margin-top: 0;
  border: 1px solid;
  border-color: #adb5bd;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  width: 100%;
  border-radius: 0.3rem;
}
.custom-select:hover {
  border-color: #164194;
}
.custom-select.focus {
  border-color: #222;
}
.custom-select .formfield,
.custom-select select {
  margin: 0;
  padding: 1rem 2rem;
  width: 100%;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select .formfield:focus,
.custom-select select:focus {
  outline: none;
}
.custom-select select,
.custom-select select.formfield {
  padding-right: 2.4rem;
}
.custom-select select {
  padding: 0.9rem;
  padding-right: 3.6rem;
}
.custom-select:before, .custom-select:after {
  right: 1rem;
}
.custom-select:before {
  content: "";
  display: block;
  position: absolute;
  border: 0.5rem solid transparent;
  border-top: 0.5rem solid #adb5bd;
  border-bottom: 0;
  height: 0;
  width: 0;
  top: calc(50% + 1px);
}
.custom-select:after {
  content: "";
  display: block;
  position: absolute;
  border: 0.5rem solid transparent;
  border-bottom: 0.5rem solid #adb5bd;
  border-top: 0;
  height: 0;
  width: 0;
  bottom: calc(50% + 1px);
}
.custom-select:hover:before {
  border-top-color: #164194;
}
.custom-select:hover:after {
  border-bottom-color: #164194;
}
.custom-select:focus:before {
  border-top-color: #222;
}
.custom-select:focus:after {
  border-bottom-color: #222;
}

.custom-input {
  padding: 0;
  margin: 0;
  margin-top: 0;
  margin-top: 0;
  border: 1px solid;
  border-color: #adb5bd;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  width: 100%;
  border-radius: 0.3rem;
}
.custom-input:hover {
  border-color: #164194;
}
.custom-input.focus {
  border-color: #222;
}
.custom-input .formfield,
.custom-input select {
  margin: 0;
  padding: 1rem 2rem;
  width: 100%;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-input .formfield:focus,
.custom-input select:focus {
  outline: none;
}
.custom-input select,
.custom-input select.formfield {
  padding-right: 2.4rem;
}
.custom-input textarea.formfield {
  resize: none;
}

html[data-useragent*="MSIE 9.0"] .custom-select:after,
html[data-useragent*="MSIE 10.0"] .custom-select:after,
html[data-useragent*="MSIE 11.0"] .custom-select:after,
html[data-useragent*="rv:11.0"] .custom-select:after {
  background-color: transparent;
  content: "";
}
html[data-useragent*="MSIE 9.0"] .custom-select select,
html[data-useragent*="MSIE 10.0"] .custom-select select,
html[data-useragent*="MSIE 11.0"] .custom-select select,
html[data-useragent*="rv:11.0"] .custom-select select {
  padding-right: 0.9rem;
  background-color: #fff;
  -webkit-appearance: menulist;
     -moz-appearance: menulist;
          appearance: menulist;
}

.formitem .loading-anim {
  display: none;
}

.formfield + .loading-anim {
  width: 2rem;
  height: 2rem;
  margin-top: 0;
  margin-left: 0;
  background-size: 2rem 2rem;
  left: auto;
  right: 2rem;
  top: 3.8rem;
  display: none;
}
.formfield.is-loading + .loading-anim {
  display: block;
}

input,
button,
select,
textarea {
  font-size: 1.8rem;
  line-height: 2rem;
  font-family: "Exo", sans-serif;
}

.formfield,
select {
  -webkit-appearance: none;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0;
  margin-top: 0;
  margin-bottom: 0;
  border: 1px solid #adb5bd;
  line-height: normal;
  outline: none;
  color: #222;
  background-color: #fff;
  border-radius: 0.3rem;
}
.formfield:hover,
select:hover {
  border-color: #164194;
}
.formfield:focus,
select:focus {
  border-color: #222;
}
.formfield.error,
select.error {
  border: 1px solid color("error");
}
.formfield[disabled], .formfield[disabled]:hover, .formfield[disabled]:focus,
select[disabled],
select[disabled]:hover,
select[disabled]:focus {
  color: #888;
  background-color: #eee;
  border-color: #ccc;
}

input.formfield,
select {
  height: 4rem;
  padding: 0.7rem 2rem 0.7rem !important;
}

input.formfield--sm {
  height: 3rem;
  padding: 0.5rem;
}

button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled],
a.disabled {
  -webkit-box-shadow: none;
          box-shadow: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
  cursor: default;
}

.label.req + .formfield,
.label.req + select,
.label.required + .formfield,
.label.required + select {
  border-color: #adb5bd;
  background-color: #fff;
}
.label.req + .formfield:hover,
.label.req + select:hover,
.label.required + .formfield:hover,
.label.required + select:hover {
  border-color: #164194;
}
.label.req + .formfield:focus,
.label.req + select:focus,
.label.required + .formfield:focus,
.label.required + select:focus {
  border-color: #222;
}
.label.req + .formfield.error,
.label.req + select.error,
.label.required + .formfield.error,
.label.required + select.error {
  border: 1px solid color("error");
}

select {
  padding: 1rem 2rem 0.9rem;
}

textarea,
select[size],
select[multiple] {
  height: auto;
}

@media (-webkit-min-device-pixel-ratio: 0) {
  select[size],
select[multiple],
select[multiple][size] {
    background-image: none;
    padding-right: 0.3rem;
  }

  select,
select[size="0"],
select[size="1"] {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyMCcgaGVpZ2h0PScyMCc+PHBhdGggZmlsbD0nIzE2NDE5NCcgZD0nTTAgNmEuNS41IDAgMDEuODUzLS4zNTRsOC42NDYgOC42NDYgOC42NDYtOC42NDZhLjUuNSAwIDAxLjcwNy43MDdsLTkgOWEuNS41IDAgMDEtLjcwNyAwbC05LTlhLjQ5OC40OTggMCAwMS0uMTQ2LS4zNTR6Jy8+PC9zdmc+");
    background-repeat: no-repeat;
    background-position: right 0.7rem center;
    background-size: 1.8rem;
    padding-right: 3rem;
  }

  ::-webkit-validation-bubble-message {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666), color-stop(1, #000));
    border: 0;
    color: #fff;
    font: 1.3rem/1.7rem "Lucida Grande", Arial, "Liberation Sans", FreeSans, sans-serif;
    overflow: hidden;
    padding: 1.5rem 1.5rem 1.7rem;
    text-shadow: #000 0 0 1px;
    min-height: 1.6rem;
  }

  ::-webkit-validation-bubble-arrow,
::-webkit-validation-bubble-top-outer-arrow,
::-webkit-validation-bubble-top-inner-arrow {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #666;
    border-color: #666;
  }
}
textarea {
  min-height: 10rem;
  padding: 1rem 2rem;
  overflow: auto;
  resize: vertical;
  width: 100%;
  overflow-y: auto;
}

optgroup {
  color: #222;
  font-style: normal;
  font-weight: normal;
  font-family: "Exo", sans-serif;
}
optgroup::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

#limitSelector {
  width: 80px;
}

:not(.wideform) .formitem.floatlabel {
  padding-top: 1.5rem;
  padding-bottom: 0;
}
:not(.wideform) .formitem.floatlabel:before {
  content: "";
  margin-top: 0;
  height: 0;
  display: none;
}
:not(.wideform) .formitem.floatlabel .label {
  position: absolute;
  top: 3rem;
  left: 1rem;
  font-size: 1.8rem;
  color: rgba(22, 65, 148, 0.65);
  height: 2rem;
  line-height: 2rem;
  -webkit-transition: 0.1s all linear;
  transition: 0.1s all linear;
  cursor: text;
  z-index: 1;
}
:not(.wideform) .formitem.floatlabel.is-active .label, :not(.wideform) .formitem.floatlabel.focus .label {
  top: 0;
  left: 0.5rem;
  padding: 0 0.5rem;
  font-size: 1.2rem;
  border-radius: 0;
}
:not(.wideform) .formitem.floatlabel.is-active .label {
  background: #adb5bd;
}
:not(.wideform) .formitem.floatlabel.is-active .label, :not(.wideform) .formitem.floatlabel.is-active .label:after {
  color: #fff;
}
:not(.wideform) .formitem.floatlabel.focus .label {
  background: #222;
}
:not(.wideform) .formitem.floatlabel, :not(.wideform) .formitem.floatlabel:after {
  color: #fff;
}

.formgroup {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.formgroup .formfield {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  margin-top: 0;
  margin-bottom: 0;
}
.formgroup .formfield:hover, .formgroup .formfield:focus, .formgroup .formfield:active {
  z-index: 3;
}

.formgroup__addon,
.formgroup__btn,
.formgroup .formfield {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.formgroup__addon:not(:first-child):not(:last-child),
.formgroup__btn:not(:first-child):not(:last-child),
.formgroup .formfield:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.formgroup__addon,
.formgroup__btn {
  white-space: nowrap;
  vertical-align: middle;
}

.formgroup__addon {
  padding: 1rem 2rem;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1;
  color: #222;
  text-align: center;
  background-color: #eee;
  border: 1px solid #adb5bd;
  border-radius: 0.3rem;
}
.formgroup__addon input[type=radio],
.formgroup__addon input[type=checkbox] {
  margin-top: 0;
}

.formgroup .formfield:not(:last-child),
.formgroup__addon:not(:last-child),
.formgroup__btn:not(:last-child) > .btn,
.formgroup__btn:not(:last-child) > .button,
.formgroup__btn:not(:last-child) > .btn-group > .btn,
.formgroup__btn:not(:last-child) > .btn-group > .button,
.formgroup__btn:not(:last-child) > .dropdown-toggle,
.formgroup__btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.formgroup__btn:not(:first-child) > .button:not(:last-child):not(.dropdown-toggle),
.formgroup__btn:not(:first-child) > .btn-group:not(:last-child) > .btn,
.formgroup__btn:not(:first-child) > .btn-group:not(:last-child) > .button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.formgroup__addon:not(:last-child) {
  border-right: 0;
}

.formgroup .formfield:not(:first-child),
.formgroup__addon:not(:first-child),
.formgroup__btn:not(:first-child) > .btn,
.formgroup__btn:not(:first-child) > .button,
.formgroup__btn:not(:first-child) > .btn-group > .btn,
.formgroup__btn:not(:first-child) > .btn-group > .button,
.formgroup__btn:not(:first-child) > .dropdown-toggle,
.formgroup__btn:not(:last-child) > .btn:not(:first-child),
.formgroup__btn:not(:last-child) > .button:not(:first-child),
.formgroup__btn:not(:last-child) > .btn-group:not(:first-child) > .btn,
.formgroup__btn:not(:last-child) > .btn-group:not(:first-child) > .button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.formfield + .formgroup__addon:not(:first-child) {
  border-left: 0;
}

.formgroup__btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.formgroup__btn > .btn, .formgroup__btn > .button {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}
.formgroup__btn > .btn + .btn, .formgroup__btn > .button + .btn, .formgroup__btn > .btn + .button, .formgroup__btn > .button + .button {
  margin-left: -1px;
}
.formgroup__btn > .btn:hover, .formgroup__btn > .button:hover, .formgroup__btn > .btn:focus, .formgroup__btn > .button:focus, .formgroup__btn > .btn:active, .formgroup__btn > .button:active {
  z-index: 3;
}
.formgroup__btn:not(:last-child) > .btn, .formgroup__btn:not(:last-child) > .button,
.formgroup__btn:not(:last-child) > .btn-group {
  margin-right: -1px;
}
.formgroup__btn:not(:first-child) > .btn, .formgroup__btn:not(:first-child) > .button,
.formgroup__btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.formgroup__btn:not(:first-child) > .btn:hover, .formgroup__btn:not(:first-child) > .button:hover, .formgroup__btn:not(:first-child) > .btn:focus, .formgroup__btn:not(:first-child) > .button:focus, .formgroup__btn:not(:first-child) > .btn:active, .formgroup__btn:not(:first-child) > .button:active,
.formgroup__btn:not(:first-child) > .btn-group:hover,
.formgroup__btn:not(:first-child) > .btn-group:focus,
.formgroup__btn:not(:first-child) > .btn-group:active {
  z-index: 3;
}

.formitem {
  font-size: 1.8rem;
  line-height: 2rem;
  display: inline-block;
  word-spacing: normal;
  position: relative;
  width: 100%;
}
.formitem > * {
  float: left;
}
.formitem.formitem--align-right > * {
  float: right;
}
.formitem.formitem--flat {
  padding-bottom: 0;
}
.formitem.formitem--flat:before {
  display: none;
}
.formitem .label {
  float: none;
  display: block;
}
.formitem .formfield,
.formitem select {
  width: 100%;
}
.formitem label.error {
  clear: left;
  font-weight: bold;
  color: #dc3545;
}

.formitem--align-right .btn, .formitem--align-right .button {
  margin-right: 0;
  margin-left: 1rem;
}

.formitem .btn + .btn, .formitem .button + .btn, .formitem .btn + .button, .formitem .button + .button {
  margin-left: 1rem;
}

.formrow--last .formitem {
  padding-bottom: 0;
}

.form-notice {
  display: none;
  position: absolute;
  bottom: 1.2rem;
  left: 100%;
  margin-left: 1rem;
  background-color: #333;
  color: #fff;
  padding: 0.7rem 0.5rem;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.8rem;
  min-height: 5rem;
  font-weight: 500;
  width: 20rem;
  z-index: 1;
}
.form-notice:after {
  content: "";
  display: block;
  position: absolute;
  border: 0.8rem solid transparent;
  border-right: 0.8rem solid #333;
  border-left: 0;
  height: 0;
  width: 0;
  right: 100%;
  bottom: 1.6rem;
  pointer-events: none;
}
@media (min-width: 600px) {
  .form-notice {
    margin-left: 0;
  }
}
@media (max-width: 739px) {
  .form-notice {
    position: relative;
    top: -1px;
    right: 0;
    bottom: 0;
    left: 0;
    clear: both;
    margin-left: 0;
    width: auto;
    padding: 0.2rem 0.5rem;
    margin-bottom: 0.5rem;
    min-height: 0;
  }
  .form-notice:after {
    content: "";
    display: block;
    position: absolute;
    border: 0.6rem solid transparent;
    border-bottom: 0.6rem solid #333;
    border-top: 0;
    height: 0;
    width: 0;
    right: auto;
    bottom: auto;
    top: -0.6rem;
    left: 0.5rem;
  }
}

.form-notice--success {
  display: none;
  position: absolute;
  bottom: 1.2rem;
  left: 100%;
  margin-left: 1rem;
  background-color: #28a745;
  color: #fff;
  padding: 0.7rem 0.5rem;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.8rem;
  min-height: 5rem;
  font-weight: 500;
  width: 20rem;
  z-index: 1;
  font-family: "Exo", sans-serif;
}
.form-notice--success:after {
  content: "";
  display: block;
  position: absolute;
  border: 0.8rem solid transparent;
  border-right: 0.8rem solid #28a745;
  border-left: 0;
  height: 0;
  width: 0;
  right: 100%;
  bottom: 1.6rem;
  pointer-events: none;
}
@media (min-width: 600px) {
  .form-notice--success {
    margin-left: 0;
  }
}
@media (max-width: 739px) {
  .form-notice--success {
    position: relative;
    top: -1px;
    right: 0;
    bottom: 0;
    left: 0;
    clear: both;
    margin-left: 0;
    width: auto;
    padding: 0.2rem 0.5rem;
    margin-bottom: 0.5rem;
    min-height: 0;
  }
  .form-notice--success:after {
    content: "";
    display: block;
    position: absolute;
    border: 0.6rem solid transparent;
    border-bottom: 0.6rem solid #28a745;
    border-top: 0;
    height: 0;
    width: 0;
    right: auto;
    bottom: auto;
    top: -0.6rem;
    left: 0.5rem;
  }
}

@media (min-width: 740px) {
  .form-notices fieldset {
    padding-right: 23rem;
  }

  .form-notice--success {
    width: 6rem;
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
}
.password-helper {
  padding: 0;
  margin: 0;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  position: relative;
}
.password-helper input[type=password],
.password-helper input[type=text] {
  margin: 0;
  padding-right: 5rem;
  width: 100%;
  overflow: hidden;
}
.password-helper .password-helper__toggle-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 4rem;
  font-size: 2.4rem;
  border: 1px solid #adb5bd;
  background-color: #fff;
  color: #888;
  text-align: center;
  line-height: 3.8rem;
  border-radius: 0.3rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.password-helper .password-helper__toggle-button:hover {
  color: #164194;
}
.password-helper .password-helper__toggle-button.is-readable .icon--readable {
  display: none;
}
.password-helper .password-helper__toggle-button.is-unreadable .icon--unreadable {
  display: none;
}

::-webkit-input-placeholder {
  color: #888;
  font-style: italic;
}

::-moz-placeholder {
  color: #888;
  font-style: italic;
}

input:-moz-placeholder {
  color: #888;
  font-style: italic;
}

:-ms-input-placeholder {
  color: #888;
  font-style: italic;
}

.rating {
  padding: 0.5rem 0 0;
}
.rating label {
  float: right;
  width: 4.2rem;
  height: 4.2rem;
  font-size: 4.2rem;
  line-height: 1;
  cursor: pointer;
}
.rating label:before {
  font-family: "Exo", sans-serif;
  content: "☆";
}
.rating label span {
  display: none;
}
.rating input {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.rating label:hover:before,
.rating label:hover ~ label:before,
.rating input.checked ~ label:before {
  font-family: "Exo", sans-serif;
  content: "★";
}
.rating input:checked ~ label:before {
  font-family: "Exo", sans-serif;
  content: "★";
}
.rating:hover input ~ label:before {
  font-family: "Exo", sans-serif;
  content: "☆";
}
.rating:hover label:hover:before,
.rating:hover label:hover ~ label:before {
  font-family: "Exo", sans-serif;
  content: "★";
}

.formrow {
  font-size: 0.1%;
  font-size: 0;
  line-height: 0;
  word-spacing: -0.3em;
}
.formrow .label {
  font-size: 1.8rem;
  line-height: 2.1rem;
  color: #164194;
  word-spacing: normal;
}
.formrow .label.req:after, .formrow .label.required:after {
  content: "*";
  color: #164194;
  font-weight: bold;
  font-size: 1.2em;
}
.formrow > .label {
  display: none;
}

.custom-ticks input[type=checkbox],
.custom-ticks input[type=radio] {
  position: relative;
  opacity: 0;
  z-index: 2;
}
.custom-ticks label span {
  position: relative;
  z-index: 1;
  padding-left: 0.5rem;
  padding-right: 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.custom-ticks label span:before {
  content: "";
  position: absolute;
  top: 0;
  right: auto;
  left: -2rem;
  width: 2rem;
  height: 2rem;
  line-height: 1.6rem;
  color: #20c997;
  background-color: #fff;
  text-align: center;
}
.custom-ticks input[type=radio] + span:before {
  -webkit-box-shadow: inset 0 0 0 1px #adb5bd;
          box-shadow: inset 0 0 0 1px #adb5bd;
  border-radius: 1rem;
}
.custom-ticks label:hover input[type=radio] span:before {
  -webkit-box-shadow: inset 0 0 0 1px #164194;
          box-shadow: inset 0 0 0 1px #164194;
}
.custom-ticks label input[type=radio]:checked + span:before {
  background-color: #fff;
  border-color: transparent;
  -webkit-box-shadow: inset 0 0 0 6px #222;
          box-shadow: inset 0 0 0 6px #222;
}
.custom-ticks input[type=checkbox] + span:before {
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid #164194;
  border-radius: 0.3rem;
}
.custom-ticks label input[type=checkbox]:checked + span:after {
  content: "";
  position: absolute;
  top: 0.6rem;
  left: -1.6rem;
  height: 0.6rem;
  width: 1.2rem;
  border-bottom: solid 0.3rem #164194;
  border-left: solid 0.3rem #164194;
  background: none;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.ticks {
  padding: 0.5rem 0 0;
}
.ticks label {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: inline-block;
  color: #888;
}
.ticks label:hover {
  color: #222;
}
.ticks label input.checked ~ span {
  color: #222;
}
.ticks label input:checked ~ span {
  color: #222;
}
.ticks label > span {
  display: block;
  margin: 0 1.5rem 0.5rem 2rem;
  cursor: default;
}
.ticks label input[type=checkbox],
.ticks label input[type=radio] {
  float: left;
  margin: 0.4rem -0.9rem 0 0;
}
.ticks label input[type=checkbox].error ~ span,
.ticks label input[type=radio].error ~ span {
  color: #dc3545;
}

@media (min-width: 600px) {
  fieldset {
    margin: 0;
    padding: 0;
  }

  .formrow {
    margin-right: -1rem;
    margin-bottom: 1.5rem;
  }

  .formitem {
    padding-right: 1rem;
    z-index: 2;
  }
  .formitem .rating label {
    width: 2.4rem;
    height: 2.4rem;
    font-size: 2.4rem;
  }

  .grid {
    margin-right: -1rem;
  }
  .grid::after {
    display: block;
    clear: both;
    content: "";
  }

  .grid [class^=col-],
.grid [class*=" col-"] {
    float: left;
    padding-right: 1rem;
  }

  .col-1of1, .formrow .formitem.col-1of1 {
    width: 100%;
  }

  .col-1of2, .formrow .formitem.col-1of2 {
    width: 50%;
  }

  .col-1of3, .formrow .formitem.col-1of3 {
    width: 33.33333333%;
  }

  .col-2of3, .formrow .formitem.col-2of3 {
    width: 66.66666666%;
  }

  .col-1of4, .formrow .formitem.col-1of4 {
    width: 25%;
  }

  .col-3of4, .formrow .formitem.col-3of4 {
    width: 75%;
  }

  .col-1of5, .formrow .formitem.col-1of5 {
    width: 20%;
  }

  .col-2of5, .formrow .formitem.col-2of5 {
    width: 40%;
  }

  .col-3of5, .formrow .formitem.col-3of5 {
    width: 60%;
  }

  .col-4of5, .formrow .formitem.col-4of5 {
    width: 80%;
  }
}
@media (min-width: 740px) {
  .wideform .formrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0.5rem;
  }
  .wideform .formrow > .label {
    display: block;
    width: 20%;
    margin-bottom: 0;
    padding-right: 3rem;
    font-size: 1.8rem;
    line-height: 2rem;
    text-align: right;
  }
  .wideform .formrow .formitem {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 46rem;
  }
  .wideform .formrow .formitem:before {
    content: none;
  }
  .wideform .formrow .formitem .label {
    display: none;
  }
  .wideform .formrow .formitem .ticks,
.wideform .formrow .formitem .rating {
    padding-top: 1.3rem;
  }
}
.multilang {
  display: block;
  float: none !important;
}
@media (min-width: 740px) {
  .wideform .multilang {
    float: left !important;
    width: 100%;
  }
}

.multilang--closed {
  display: none;
}

.formrow {
  font-size: 0.1%;
  font-size: 0;
  line-height: 0;
  word-spacing: -0.3em;
}
.formrow .label {
  font-size: 1.8rem;
  line-height: 2.1rem;
  color: #164194;
  word-spacing: normal;
}
.formrow .label.req:after, .formrow .label.required:after {
  content: "*";
  color: #164194;
  font-weight: bold;
  font-size: 1.2em;
}
.formrow > .label {
  display: none;
}

@media (max-width: 599px) {
  .radioboxes-checkbox .formrow .formitem {
    margin: 1rem 0;
  }
  .radioboxes-checkbox .formrow .formitem .multilang:first-of-type {
    display: inline !important;
    float: left !important;
    margin-right: 1rem;
  }
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Exo", sans-serif;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

h1, .h1 {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: bold;
}

h2, .h2 {
  font-size: 2.4rem;
  line-height: 3.6rem;
  font-weight: bold;
}

h3, .h3 {
  font-size: 1.8rem;
  line-height: 2.8rem;
}

h4, .h4 {
  font-size: 1.8rem;
  line-height: 2.4rem;
}

h5, .h5 {
  font-size: 1.8rem;
  line-height: 2.4rem;
}

h6, .h6 {
  font-size: 1.4rem;
  line-height: 2.4rem;
}

.hamburger {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  cursor: pointer;
  height: 17px;
  width: 2.2rem;
}
.hamburger__bar {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  background-color: #fff;
  height: 3px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.hamburger__bar:nth-child(1) {
  top: 0;
}
.hamburger__bar:nth-child(2) {
  top: 7px;
}
.hamburger__bar:nth-child(3) {
  top: 14px;
}
.hamburger[aria-expanded=true] > .hamburger__bar:nth-child(1), .hamburger[aria-expanded=true] > .hamburger__bar:nth-child(3), .dropdown__toggle.is-open .hamburger > .hamburger__bar:nth-child(1), .dropdown__toggle.is-open .hamburger > .hamburger__bar:nth-child(3) {
  top: 7px;
}
.hamburger[aria-expanded=true] > .hamburger__bar:nth-child(1), .dropdown__toggle.is-open .hamburger > .hamburger__bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.hamburger[aria-expanded=true] > .hamburger__bar:nth-child(2), .dropdown__toggle.is-open .hamburger > .hamburger__bar:nth-child(2) {
  background-color: transparent;
}
.hamburger[aria-expanded=true] > .hamburger__bar:nth-child(3), .dropdown__toggle.is-open .hamburger > .hamburger__bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

hr {
  border: 0;
  height: 1px;
  margin: 2.4rem 0 2.4rem;
  padding: 0;
  clear: both;
}

/**
 * Visually hidden accessible label
 * Using styles that do not hide the text in screen readers
 * We use !important because we should not apply other styles to this hidden alternative text
 */
.icon-label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  white-space: nowrap !important;
}

/**
 * Basic icon styles
 */
.icon {
  display: inline-block;
  position: relative;
  font-size: inherit;
  overflow: hidden;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  fill: currentColor;
}

/**
 * Icon shown alongside text
 */
.icon--text {
  vertical-align: -0.125em;
}

/**
 * Icon sizes
 */
.icon--xs {
  width: 0.75em;
  height: 0.75em;
}

.icon--sm {
  width: 0.875em;
  height: 0.875em;
}

.icon--lg {
  width: 1.33em;
  height: 1.33em;
}

.icon--xl {
  width: 1.5em;
  height: 1.5em;
}

.icon--2x {
  width: 2em;
  height: 2em;
}

.icon--3x {
  width: 3em;
  height: 3em;
}

.icon--4x {
  width: 4em;
  height: 4em;
}

.icon--5x {
  width: 5em;
  height: 5em;
}

/**
 * Icon transformation
 */
.icon--rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.icon--rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.icon--rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.icon--flip-h {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.icon--flip-v {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.icon--flip-h.icon--flip-v {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

:root .icon--rotate-90,
:root .icon--rotate-180,
:root .icon--rotate-270,
:root .icon--flip-h,
:root .icon--flip-v {
  -webkit-filter: none;
  filter: none;
}

/**
 * Spinning animation
 */
.icon--spin {
  -webkit-animation: icon-spin 2s infinite linear;
  animation: icon-spin 2s infinite linear;
}

@-webkit-keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.btn .icon, .button .icon {
  vertical-align: -0.25rem;
}

img {
  max-width: 100%;
  height: auto;
}
img.lazyload {
  opacity: 0;
}
img.lazyloaded {
  -webkit-transition: 0.5s opacity ease-out;
  transition: 0.5s opacity ease-out;
  opacity: 1;
}

.image-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

.image-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

ul,
ol {
  margin: 0;
}
ul ul,
ul ol,
ul li + li,
ol ul,
ol ol,
ol li + li {
  margin-top: 1.2rem;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal-leading-zero;
}

.image_picker_selector {
  list-style-type: none;
  margin: 0;
}

.image_picker_selector li {
  float: left;
  margin-right: 15px;
  margin-top: 0;
  margin-bottom: 10px;
}

.image_picker_image {
  width: 200px;
}

.image_picker_selector .selected {
  border: 2px solid #164194;
}

.loading-anim {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2rem;
  margin-left: -2rem;
  display: block;
  border-radius: 50%;
  content: "";
  z-index: 1000;
}

.loading {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2rem;
  margin-left: -2rem;
  display: block;
  border-radius: 50%;
  content: "";
  z-index: 1000;
}
.site-header .loading {
  display: block;
  border-radius: 50%;
  content: "";
  margin: 1rem 4rem 0 0;
  position: relative;
}

nav ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.no-entries {
  display: inline-block;
  padding: 1rem;
  border: 1px dashed #e83e8c;
  background-color: rgba(232, 62, 140, 0.15);
}

td.no-entries {
  display: table-cell;
}

.orderdesc,
.orderasc {
  position: relative;
  float: right;
}
.orderdesc::before,
.orderasc::before {
  bottom: 1rem;
}

.orderasc:before {
  content: "";
  display: block;
  position: absolute;
  border: 0.5rem solid transparent;
  border-bottom: 0.5rem solid #333;
  border-top: 0;
  height: 0;
  width: 0;
}

.orderdesc:before {
  content: "";
  display: block;
  position: absolute;
  border: 0.5rem solid transparent;
  border-top: 0.5rem solid #333;
  border-bottom: 0;
  height: 0;
  width: 0;
}

p, .p {
  margin: 0;
}

.lead {
  font-size: 1.8rem;
  line-height: 2.4rem;
}

.small {
  font-size: 1.4rem;
  line-height: 1.6rem;
}

.p {
  font-size: 1.8rem;
  line-height: 2.4rem;
}

.percentage-bar {
  border: 1px solid color("primary");
  padding: 1px;
}

.percentage-bar__fill {
  background-color: color("primary");
  height: 2.4rem;
  -webkit-transition: width 1s ease;
  transition: width 1s ease;
}
.js .nulled > .percentage-bar__fill {
  width: 0% !important;
  -webkit-transition: width 0.1s ease;
  transition: width 0.1s ease;
}

.skip-to-content-link {
  position: fixed;
  top: 0;
  left: 50%;
  padding: 1rem 2rem;
  border: 1px solid color(grayscale);
  background: #fff;
  -webkit-transform: translateX(-50%) translateY(-150%);
          transform: translateX(-50%) translateY(-150%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  z-index: 999;
  font-size: 2rem;
}

.skip-to-content-link:focus {
  -webkit-transform: translateX(-50%) translateY(50%);
          transform: translateX(-50%) translateY(50%);
}

table {
  max-width: 100%;
}

th {
  text-align: left;
}

table:not([class]),
table[class=""],
table.table--default {
  border-collapse: collapse;
}
table:not([class]) th,
table:not([class]) td,
table[class=""] th,
table[class=""] td,
table.table--default th,
table.table--default td {
  text-align: left;
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #ddd;
}

.table {
  width: 100%;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.75rem;
  line-height: 2.4rem;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table td {
  font-weight: 400;
}
.table th {
  font-weight: 700;
}
.table .cright {
  text-align: right;
}
.table td.is-active > td, .table td.is-active > th, .table tr > th.is-active > td, .table tr > th.is-active > th,
.table tr.is-active > td,
.table tr.is-active > th {
  background-color: rgba(22, 65, 148, 0.1);
}
.table td.info > td, .table td.info > th, .table tr > th.info > td, .table tr > th.info > th,
.table tr.info > td,
.table tr.info > th {
  background-color: rgba(22, 65, 148, 0.1);
}
.table td.success > td, .table td.success > th, .table tr > th.success > td, .table tr > th.success > th,
.table tr.success > td,
.table tr.success > th {
  background-color: rgba(40, 167, 69, 0.1);
}
.table td.warning > td, .table td.warning > th, .table tr > th.warning > td, .table tr > th.warning > th,
.table tr.warning > td,
.table tr.warning > th {
  background-color: rgba(255, 193, 7, 0.1);
}
.table td.error > td, .table td.error > th, .table tr > th.error > td, .table tr > th.error > th,
.table tr.error > td,
.table tr.error > th {
  background-color: rgba(220, 53, 69, 0.1);
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table thead td {
  font-weight: 700;
}
.table caption + thead tr:first-child > th,
.table caption + thead tr:first-child > td,
.table colgroup + thead tr:first-child > th,
.table colgroup + thead tr:first-child > td,
.table thead:first-child tr:first-child > th,
.table thead:first-child tr:first-child > td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #eee;
}

.table--bordered {
  border: 1px solid #ddd;
}
.table--bordered th,
.table--bordered td {
  border: 1px solid #ddd;
}
.table--bordered thead th,
.table--bordered thead td {
  border-bottom-width: 2px;
}

.table--striped tbody tr:nth-child(odd) > td,
.table--striped tbody tr:nth-child(odd) > th {
  background-color: #eee;
}

.table--hover tbody tr:hover > td,
.table--hover tbody tr:hover > th {
  background-color: rgba(22, 65, 148, 0.1);
}

@media (max-width: 599px) {
  .table--responsive-scroll {
    width: 100%;
    margin-bottom: 2.4rem;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table--responsive-scroll > .table {
    margin-bottom: 0;
  }
  .table--responsive-scroll > .table th,
.table--responsive-scroll > .table td {
    white-space: nowrap;
  }
  .table--responsive-scroll > .table--bordered {
    border: 0;
  }
  .table--responsive-scroll > .table--bordered th:first-child,
.table--responsive-scroll > .table--bordered td:first-child {
    border-left: 0;
  }
  .table--responsive-scroll > .table--bordered th:last-child,
.table--responsive-scroll > .table--bordered td:last-child {
    border-right: 0;
  }
  .table--responsive-scroll > .table--bordered > tbody > tr:last-child > th,
.table--responsive-scroll > .table--bordered > tbody > tr:last-child > td,
.table--responsive-scroll > .table--bordered > tfoot > tr:last-child > th,
.table--responsive-scroll > .table--bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

@media (max-width: 599px) {
  .table--responsive-vertical > table {
    margin-bottom: 0;
    background-color: transparent;
  }
  .table--responsive-vertical > table > thead,
.table--responsive-vertical > table > tfoot {
    display: none;
  }
  .table--responsive-vertical > table > tbody {
    display: block;
  }
  .table--responsive-vertical > table > tbody > tr {
    display: block;
    border: 1px solid #ddd;
    border-top: 0;
    margin-bottom: 0.75rem;
  }
  .table--responsive-vertical > table > tbody > tr > td,
.table--responsive-vertical > table > tbody > tr > th {
    background-color: transparent;
    display: block;
    vertical-align: middle;
    text-align: right;
    font-weight: 400;
    min-height: 4.4rem;
  }
  .table--responsive-vertical > table > tbody > tr > td[data-title]:before,
.table--responsive-vertical > table > tbody > tr > th[data-title]:before {
    content: attr(data-title);
    float: left;
    font-size: inherit;
    font-weight: 700;
  }
}

.table-buttons ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.table-buttons ul li + li {
  margin: 0 0 0 0.5rem;
}
.table-buttons ul .icon {
  width: 2rem;
  height: 2rem;
  fill: #164194;
}

.table-button .icon {
  width: 2rem;
  height: 2rem;
  fill: #164194;
}

.table-borderless {
  width: 100%;
  border-collapse: collapse;
  font-family: "Exo", sans-serif;
  font-size: 1.8rem;
}
.table-borderless tr:nth-child(odd) {
  background-color: #fff;
}
.table-borderless th,
.table-borderless td {
  padding: 0.5rem;
}
.table-borderless th.right,
.table-borderless td.right {
  text-align: right;
}

.table--th-right th {
  text-align: right !important;
}

.table--td-light td {
  color: #707070;
}

em, i {
  font-style: italic;
}

b, strong {
  font-weight: bold;
}

.align-center {
  text-align: center;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.hide-text {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

.text-error {
  color: #dc3545;
}

.tooltip {
  position: relative;
}
.tooltip:before, .tooltip:after {
  z-index: 50;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: 0;
  position: absolute;
}
.tooltip:before {
  content: "" !important;
  transition: opacity 0.1s cubic-bezier(0.73, 0.01, 0, 1) 0s, transform 0.6s cubic-bezier(0.73, 0.01, 0, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.73, 0.01, 0, 1) 0s;
  width: 0;
  z-index: 110000;
}
.tooltip:after {
  content: attr(data-tooltip);
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-family: "Exo", sans-serif;
  font-family: "Exo", sans-serif;
  text-align: left;
  white-space: nowrap;
  max-width: 36rem;
  overflow: hidden;
  padding: 1rem;
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.73, 0.01, 0, 1), transform 0.3s cubic-bezier(0.73, 0.01, 0, 1), -webkit-transform 0.3s cubic-bezier(0.73, 0.01, 0, 1);
  z-index: 100000;
}
.tooltip:hover:not(.dropdown__toggle--open):before {
  transition: opacity 0.1s cubic-bezier(0.73, 0.01, 0, 1) 0.35s, transform 0.6s cubic-bezier(0.73, 0.01, 0, 1) 0.35s, -webkit-transform 0.6s cubic-bezier(0.73, 0.01, 0, 1) 0.35s;
  opacity: 1;
}
.tooltip:hover:not(.dropdown__toggle--open):after {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.73, 0.01, 0, 1) 0.25s, transform 0.3s cubic-bezier(0.73, 0.01, 0, 1) 0.25s, -webkit-transform 0.3s cubic-bezier(0.73, 0.01, 0, 1) 0.25s;
}
.tooltip:before {
  left: 50%;
  top: -2px;
  -webkit-transform: translate(-50%, calc(-50% - 6px));
          transform: translate(-50%, calc(-50% - 6px));
  content: "";
  display: block;
  position: absolute;
  border: 0.4rem solid transparent;
  border-top: 0.4rem solid #333;
  border-bottom: 0;
  height: 0;
  width: 0;
}
.tooltip:after {
  left: 50%;
  bottom: 100%;
  -webkit-transform: translate(-50%, 12px);
          transform: translate(-50%, 12px);
}
.tooltip:hover:before {
  -webkit-transform: translate(-50%, calc(-50% - 4px));
          transform: translate(-50%, calc(-50% - 4px));
}
.tooltip:hover:after {
  -webkit-transform: translate(-50%, -8px);
          transform: translate(-50%, -8px);
}

.tooltip--top-left:before {
  left: 50%;
  top: -2px;
  -webkit-transform: translate(-50%, calc(-50% - 6px));
          transform: translate(-50%, calc(-50% - 6px));
  content: "";
  display: block;
  position: absolute;
  border: 0.4rem solid transparent;
  border-top: 0.4rem solid #333;
  border-bottom: 0;
  height: 0;
  width: 0;
}
.tooltip--top-left:after {
  bottom: 100%;
  right: 0;
  -webkit-transform: translate(0, 12px);
          transform: translate(0, 12px);
}
.tooltip--top-left:hover:before {
  -webkit-transform: translate(-50%, calc(-50% - 4px));
          transform: translate(-50%, calc(-50% - 4px));
}
.tooltip--top-left:hover:after {
  -webkit-transform: translate(0, -8px);
          transform: translate(0, -8px);
}

.tooltip--top-right:before {
  left: 50%;
  top: -2px;
  -webkit-transform: translate(-50%, calc(-50% - 6px));
          transform: translate(-50%, calc(-50% - 6px));
  content: "";
  display: block;
  position: absolute;
  border: 0.4rem solid transparent;
  border-top: 0.4rem solid #333;
  border-bottom: 0;
  height: 0;
  width: 0;
}
.tooltip--top-right:after {
  bottom: 100%;
  left: 0;
  right: auto;
  -webkit-transform: translate(0, 12px);
          transform: translate(0, 12px);
}
.tooltip--top-right:hover:before {
  -webkit-transform: translate(-50%, calc(-50% - 4px));
          transform: translate(-50%, calc(-50% - 4px));
}
.tooltip--top-right:hover:after {
  -webkit-transform: translate(0, -8px);
          transform: translate(0, -8px);
}

.tooltip--bottom:before {
  left: 50%;
  top: auto;
  bottom: -2px;
  -webkit-transform: translate(-50%, calc(50% + 6px));
          transform: translate(-50%, calc(50% + 6px));
  content: "";
  display: block;
  position: absolute;
  border: 0.4rem solid transparent;
  border-bottom: 0.4rem solid #333;
  border-top: 0;
  height: 0;
  width: 0;
}
.tooltip--bottom:after {
  left: 50%;
  bottom: auto;
  top: 100%;
  -webkit-transform: translate(-50%, -12px);
          transform: translate(-50%, -12px);
  max-width: 500px !important;
  width: 500px;
  white-space: normal;
  text-align: left;
}
.tooltip--bottom:hover:before {
  -webkit-transform: translate(-50%, calc(50% + 4px));
          transform: translate(-50%, calc(50% + 4px));
}
.tooltip--bottom:hover:after {
  -webkit-transform: translate(-50%, 8px);
          transform: translate(-50%, 8px);
}

.tooltip--left:before {
  left: auto;
  right: calc(100% + 10px);
  top: 50%;
  bottom: auto;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
  display: block;
  position: absolute;
  border: 0.4rem solid transparent;
  border-left: 0.4rem solid #333;
  border-right: 0;
  height: 0;
  width: 0;
}
.tooltip--left:after {
  left: auto;
  right: calc(100%);
  top: 50%;
  bottom: auto;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.tooltip--left:hover:before {
  -webkit-transform: translate(4px, -50%);
          transform: translate(4px, -50%);
}
.tooltip--left:hover:after {
  -webkit-transform: translate(-10px, -50%);
          transform: translate(-10px, -50%);
}

.tooltip--right:before {
  right: auto;
  left: calc(100% + 10px);
  top: 50%;
  bottom: auto;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
  display: block;
  position: absolute;
  border: 0.4rem solid transparent;
  border-right: 0.4rem solid #333;
  border-left: 0;
  height: 0;
  width: 0;
}
.tooltip--right:after {
  right: auto;
  left: calc(100%);
  top: 50%;
  bottom: auto;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.tooltip--right:hover:before {
  -webkit-transform: translate(-4px, -50%);
          transform: translate(-4px, -50%);
}
.tooltip--right:hover:after {
  -webkit-transform: translate(10px, -50%);
          transform: translate(10px, -50%);
}

.tooltip--multiline:after {
  min-width: 18rem;
  text-overflow: clip;
  white-space: normal;
  word-break: break-word;
}

.tooltip.tooltip--bottom:before {
  border-bottom-color: #343a40;
}
.tooltip.tooltip--left:before {
  border-left-color: #343a40;
}
.tooltip.tooltip--right:before {
  border-right-color: #343a40;
}
.tooltip:not(.tooltip--bottom):not(.tooltip--left):not(.tooltip--right):before {
  border-top-color: #343a40;
}
.tooltip:after {
  color: #fff;
  background-color: #343a40;
}

.tooltip--error.tooltip--bottom:before {
  border-bottom-color: #dc3545;
}
.tooltip--error.tooltip--left:before {
  border-left-color: #dc3545;
}
.tooltip--error.tooltip--right:before {
  border-right-color: #dc3545;
}
.tooltip--error:not(.tooltip--bottom):not(.tooltip--left):not(.tooltip--right):before {
  border-top-color: #dc3545;
}
.tooltip--error:after {
  color: #000;
  background-color: #dc3545;
}

.tooltip--warning.tooltip--bottom:before {
  border-bottom-color: #ffc107;
}
.tooltip--warning.tooltip--left:before {
  border-left-color: #ffc107;
}
.tooltip--warning.tooltip--right:before {
  border-right-color: #ffc107;
}
.tooltip--warning:not(.tooltip--bottom):not(.tooltip--left):not(.tooltip--right):before {
  border-top-color: #ffc107;
}
.tooltip--warning:after {
  color: #000;
  background-color: #ffc107;
}

.tooltip--success.tooltip--bottom:before {
  border-bottom-color: #C4CFE4;
}
.tooltip--success.tooltip--left:before {
  border-left-color: #C4CFE4;
}
.tooltip--success.tooltip--right:before {
  border-right-color: #C4CFE4;
}
.tooltip--success:not(.tooltip--bottom):not(.tooltip--left):not(.tooltip--right):before {
  border-top-color: #C4CFE4;
}
.tooltip--success:after {
  color: #000;
  background-color: #C4CFE4;
}

.comment {
  padding: 2rem;
  border: 1px solid #164194;
}
.comment.success {
  border-color: #28a745;
  color: #28a745;
}
.comment.error {
  border-color: #dc3545;
  color: #dc3545;
}

.accordion .accordion__toggle {
  position: relative;
  cursor: pointer;
  padding: 0 0 0 2rem;
  margin: 0;
  color: #222;
}
.accordion .accordion__toggle:hover {
  color: #164194;
}
.accordion .accordion__toggle .icon {
  width: 1.2rem;
  height: 1.2rem;
  display: block;
  position: absolute;
  left: 0;
  top: 0.6rem;
  -webkit-transition: -webkit-transform 0.4s linear;
  transition: -webkit-transform 0.4s linear;
  transition: transform 0.4s linear;
  transition: transform 0.4s linear, -webkit-transform 0.4s linear;
}
.accordion .accordion__toggle .icon--close {
  opacity: 0;
}
.accordion .accordion__toggle.accordion--is-open .icon--open {
  opacity: 0;
}
.accordion .accordion__toggle.accordion--is-open .icon--close {
  opacity: 1;
}
.csstransforms .accordion .accordion__toggle.accordion--is-open .icon--open {
  opacity: 1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.csstransforms .accordion .accordion__toggle.accordion--is-open .icon--close {
  opacity: 0;
}
.accordion .accordion__content {
  display: none;
  margin: 0;
  padding: 1.2rem 0 0 2rem;
}
.accordion .accordion__content + .accordion__toggle {
  margin-top: 2.4rem;
}

.articles-entries--carousel {
  position: relative;
}
@media (max-width: 979px) {
  .articles-entries--carousel {
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
.articles-entries--carousel .carousel-buttons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.articles-entries--carousel .carousel-btn {
  pointer-events: initial;
  width: 4rem;
  height: 4rem;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.articles-entries--carousel .carousel-btn .icon {
  width: 2rem;
  height: 2rem;
  color: #164194;
}
.articles-entries--carousel .carousel-btn:hover .icon {
  color: #000;
}
.articles-entries--carousel .carousel-btn.slick-disabled {
  opacity: 0.25;
  pointer-events: none;
}
.articles-entries--carousel .carousel-btn--prev {
  left: -4rem;
}
.articles-entries--carousel .carousel-btn--next {
  right: -4rem;
}

.articles-entry--carousel .articles-entry__text {
  margin-top: 1.2rem;
}
.articles-entry--carousel .articles-entry__title {
  font-size: 1.8rem;
  line-height: 2.4rem;
}
.articles-entry--carousel .articles-entry__wrapper {
  margin-left: 1rem;
  margin-right: 1rem;
}
@media (max-width: 599px) {
  .articles-entry--carousel .articles-entry__image {
    float: right;
    width: 33%;
    margin-left: 4%;
    margin-bottom: 1%;
    z-index: 2;
    max-width: 15rem;
  }
  .articles-entry--carousel .articles-entry__text {
    display: inline;
    z-index: 1;
  }
}
@media (min-width: 600px) {
  .articles-entry--carousel .articles-entry__text {
    margin-top: 1.2rem;
  }
}

.articles-entry.articles-entry--details.articles-entry {
  margin-bottom: 0;
}
.articles-entry.articles-entry--details .articles-entry__title-variation {
  display: block;
  margin-top: 0.6rem;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #222;
}
.articles-entry.articles-entry--details .articles-entry__text,
.articles-entry.articles-entry--details .articles-entry__description {
  margin-bottom: 2.4rem;
}
.articles-entry.articles-entry--details .articles-entry__image--print {
  display: none;
}
.articles-entry.articles-entry--details .articles-entry__teaser,
.articles-entry.articles-entry--details .articles-entry__data,
.articles-entry.articles-entry--details .articles-entry__unit,
.articles-entry.articles-entry--details .articles-entry__prices,
.articles-entry.articles-entry--details .articles-entry__options {
  margin-top: 2.4rem;
}
.articles-entry.articles-entry--details .price__current {
  font-size: 2.4rem;
  line-height: 2.4rem;
}
.articles-entry.articles-entry--details .articles-entry__misc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.articles-entry.articles-entry--details .articles-entry__misc-item + .articles-entry__misc-item {
  margin-left: 0.5rem;
}

.articles-entry--favorites {
  margin-bottom: 4.8rem;
}
.articles-entry--favorites .articles-entry__title {
  font-size: 1.8rem;
  line-height: 2.4rem;
}
.articles-entry--favorites .articles-entry__options {
  margin-top: 1.2rem;
}
.articles-entry--favorites .add-to-cart,
.articles-entry--favorites .articles-entry__wishlist-option {
  position: relative;
  z-index: 15;
}
@media (max-width: 399px) {
  .articles-entry--favorites .articles-entry__image {
    float: right;
    width: 33%;
    margin-left: 4%;
    margin-bottom: 1%;
    z-index: 2;
    max-width: 15rem;
  }
  .articles-entry--favorites .articles-entry__text {
    display: inline;
    z-index: 1;
  }
}
@media (min-width: 400px) and (max-width: 599px) {
  .articles-entry--favorites .articles-entry__image {
    float: right;
    width: 40%;
    margin-left: 4%;
    margin-bottom: 1%;
    z-index: 2;
    max-width: 15rem;
  }
  .articles-entry--favorites .articles-entry__text {
    display: inline;
    z-index: 1;
  }
}
@media (min-width: 600px) {
  .articles-entry--favorites {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .articles-entry--favorites .articles-entry__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10rem;
            flex: 0 0 10rem;
    max-width: 10rem;
  }
  .articles-entry--favorites .articles-entry__text {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-left: 1rem;
  }
}
@media (min-width: 980px) {
  .articles-entry--favorites .articles-entry__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .articles-entry--favorites .articles-entry__data {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .articles-entry--favorites .articles-entry__options {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33rem;
            flex: 0 1 33rem;
    max-width: 33rem;
    margin-top: 0;
  }
}

.articles-entry--incentive .articles-entry__image {
  float: right;
  width: 33%;
  margin-left: 4%;
  margin-bottom: 1%;
  z-index: 2;
  max-width: 15rem;
}
.articles-entry--incentive .articles-entry__text {
  display: inline;
  z-index: 1;
}
.articles-entry--incentive .articles-entry__title {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.articles-entry--incentive .articles-entry__unit {
  margin-top: 0;
}
.articles-entry--incentive .articles-entry__prices {
  margin-top: 1.2rem;
}
.articles-entry--incentive .articles-entry__add-to-cart {
  position: relative;
  z-index: 20;
  margin-top: 0;
}

.articles-entry--lightbox {
  padding: 2rem 6rem 2rem 2rem;
  min-width: 40rem;
  max-width: 60rem;
  min-height: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}
.articles-entry--lightbox .articles-entry__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  padding-right: 2rem;
}
.articles-entry--lightbox .articles-entry__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-right: 3rem;
}
.articles-entry--lightbox .mfp-close-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50rem;
          flex: 0 0 50rem;
}

.articles-entry--livesearch {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.6rem 1rem;
}
.articles-entry--livesearch .articles-entry__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5rem;
          flex: 0 0 5rem;
  max-width: 5rem;
}
.articles-entry--livesearch .articles-entry__text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 1rem;
}

.page--customer-my-products .no-articles-message,
.articles-entries--my-products .no-entries {
  display: none;
}

.articles-entry--my-products {
  margin-bottom: 4.8rem;
}
.articles-entry--my-products .articles-entry__title {
  font-size: 1.8rem;
  line-height: 2.4rem;
}
.articles-entry--my-products .articles-entry__options {
  margin-top: 1.2rem;
}
.articles-entry--my-products .add-to-cart,
.articles-entry--my-products .articles-entry__wishlist-option {
  position: relative;
  z-index: 15;
}
@media (max-width: 399px) {
  .articles-entry--my-products .articles-entry__image {
    float: right;
    width: 33%;
    margin-left: 4%;
    margin-bottom: 1%;
    z-index: 2;
    max-width: 15rem;
  }
  .articles-entry--my-products .articles-entry__text {
    display: inline;
    z-index: 1;
  }
}
@media (min-width: 400px) and (max-width: 599px) {
  .articles-entry--my-products .articles-entry__image {
    float: right;
    width: 40%;
    margin-left: 4%;
    margin-bottom: 1%;
    z-index: 2;
    max-width: 15rem;
  }
  .articles-entry--my-products .articles-entry__text {
    display: inline;
    z-index: 1;
  }
}
@media (min-width: 600px) {
  .articles-entry--my-products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .articles-entry--my-products .articles-entry__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10rem;
            flex: 0 0 10rem;
    max-width: 10rem;
  }
  .articles-entry--my-products .articles-entry__text {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-left: 1rem;
  }
}
@media (min-width: 980px) {
  .articles-entry--my-products .articles-entry__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .articles-entry--my-products .articles-entry__data {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .articles-entry--my-products .articles-entry__options {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33rem;
            flex: 0 1 33rem;
    max-width: 33rem;
    margin-top: 0;
  }
}

.articles-entries--overview {
  margin-top: 2.4rem;
}

.articles-entry--overview {
  margin-bottom: 4.8rem;
}
.articles-entry--overview .articles-entry__title {
  font-size: 1.8rem;
  line-height: 2.4rem;
}
@media (max-width: 399px) {
  .articles-entry--overview .articles-entry__image {
    float: right;
    width: 33%;
    margin-left: 4%;
    margin-bottom: 1%;
    z-index: 2;
    max-width: 15rem;
  }
  .articles-entry--overview .articles-entry__text {
    display: inline;
    z-index: 1;
  }
}
@media (min-width: 400px) and (max-width: 599px) {
  .articles-entry--overview .articles-entry__image {
    float: right;
    width: 40%;
    margin-left: 4%;
    margin-bottom: 1%;
    z-index: 2;
    max-width: 15rem;
  }
  .articles-entry--overview .articles-entry__text {
    display: inline;
    z-index: 1;
  }
}
@media (min-width: 600px) and (max-width: 739px) {
  .articles-entry--overview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .articles-entry--overview .articles-entry__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15rem;
            flex: 0 0 15rem;
    max-width: 15rem;
  }
  .articles-entry--overview .articles-entry__text {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-left: 2rem;
  }
}
@media (min-width: 740px) and (max-width: 979px) {
  .articles-entry--overview .articles-entry__text {
    margin-top: 1.2rem;
  }
}
@media (min-width: 980px) {
  .articles-entry--overview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .articles-entry--overview .articles-entry__wrapper {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .articles-entry--overview .articles-entry__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18rem;
            flex: 0 0 18rem;
    max-width: 18rem;
  }
  .articles-entry--overview .articles-entry__text {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-left: 2rem;
  }
}

.articles-entries--selection-order {
  margin-bottom: 2.4rem;
}

.articles-entry--selection-order .custom-ticks label > span:before {
  top: 5px;
}
.articles-entry--selection-order .custom-ticks label > span:after {
  top: 10px !important;
}
.articles-entry--selection-order .custom-ticks a.lightbox-ajax {
  position: relative;
  z-index: 400;
  display: inline-block;
  vertical-align: middle;
  width: 3rem;
  height: 3rem;
}
.articles-entry--selection-order .custom-ticks a.lightbox-ajax .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  height: 1.8rem;
  padding-bottom: 4px;
}

.articles-entries--selection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -1rem -0.5rem;
}

.articles-entry--selection {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  margin: 1rem 0;
  padding: 0 0.5rem;
}
@media (min-width: 400px) {
  .articles-entry--selection {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    max-width: 33%;
  }
}
@media (min-width: 740px) {
  .articles-entry--selection {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%;
  }
}
.articles-entry--selection .articles-entry__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.articles-entry--selection .articles-entry__image {
  margin-bottom: 1rem;
}
.articles-entry--selection .articles-entry__text {
  text-align: center;
}
.articles-entry--selection .image-wrapper {
  border: 2px solid transparent;
  border-radius: 2px;
  position: relative;
}
.articles-entry--selection .image-wrapper:before, .articles-entry--selection .image-wrapper:after {
  z-index: 2;
  position: absolute;
  border-radius: 50%;
}
.articles-entry--selection .image-wrapper:before {
  content: "";
  bottom: 0.5rem;
  right: 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #fff;
  border: 1px solid #adb5bd;
}
.articles-entry--selection .image-wrapper:after {
  bottom: 0.8rem;
  right: 0.8rem;
  width: 0.9rem;
  height: 0.9rem;
}
.articles-entry--selection .image-wrapper:hover {
  border-color: #164194;
}
.articles-entry--selection .articles-entry__radio {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.articles-entry--selection .articles-entry__radio:checked + .image-wrapper {
  border-color: #164194;
}
.articles-entry--selection .articles-entry__radio:checked + .image-wrapper:before {
  border-color: #164194;
}
.articles-entry--selection .articles-entry__radio:checked + .image-wrapper:after {
  content: "";
  background-color: #164194;
}
.articles-entry--selection .image-canvas {
  z-index: 1;
  width: auto;
  height: auto;
  top: 9px;
  right: 9px;
  bottom: 9px;
  left: 9px;
}
.articles-entry--selection .articles-entry__heading {
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 400;
}
.articles-entry--selection .articles-entry__unit {
  margin-top: 0;
}

.no-welcome-gift {
  padding: 0 0.5rem;
  margin: 1rem 0;
  position: relative;
}
.no-welcome-gift .articles-entry__radio {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.no-welcome-gift .articles-entry__radio + span {
  position: relative;
  padding-left: 2rem;
}
.no-welcome-gift .articles-entry__radio + span:before, .no-welcome-gift .articles-entry__radio + span:after {
  z-index: 2;
  position: absolute;
  border-radius: 50%;
}
.no-welcome-gift .articles-entry__radio + span:before {
  content: "";
  bottom: 0.2rem;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #fff;
  border: 1px solid #adb5bd;
}
.no-welcome-gift .articles-entry__radio + span:after {
  bottom: 0.5rem;
  left: 0.3rem;
  width: 0.9rem;
  height: 0.9rem;
}
.no-welcome-gift .articles-entry__radio:hover + span:before {
  border-color: #164194;
}
.no-welcome-gift .articles-entry__radio:checked + span:before {
  border-color: #164194;
}
.no-welcome-gift .articles-entry__radio:checked + span:after {
  content: "";
  background-color: #164194;
}

.articles-entries--teaser {
  margin-top: 2.4rem;
}

.articles-entry--teaser {
  margin-bottom: 4.8rem;
}
.articles-entry--teaser .articles-entry__title {
  font-size: 1.8rem;
  line-height: 2.4rem;
}
@media (max-width: 599px) {
  .articles-entry--teaser .articles-entry__image {
    float: right;
    width: 33%;
    margin-left: 4%;
    margin-bottom: 1%;
    z-index: 2;
    max-width: 15rem;
  }
  .articles-entry--teaser .articles-entry__text {
    display: inline;
    z-index: 1;
  }
}
@media (min-width: 600px) {
  .articles-entry--teaser .articles-entry__text {
    margin-top: 1.2rem;
  }
}

.articles-entries::after {
  display: block;
  clear: both;
  content: "";
}

.articles-entry {
  position: relative;
}
.articles-entry::after {
  display: block;
  clear: both;
  content: "";
}
.articles-entry .ex_items {
  margin-top: 0;
}
.articles-entry .articles-entry__image {
  position: relative;
}
.articles-entry .articles-entry__image-canvas {
  height: 0;
  padding-bottom: 100%;
  position: relative;
  background-color: #fff;
}
.articles-entry .articles-entry__image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.articles-entry .articles-entry__image-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: 100%;
  width: auto;
}
.articles-entry .articles-entry__title {
  font-style: normal;
  font-weight: 700;
}
.articles-entry .articles-entry__teaser {
  margin-top: 1.2rem;
}
.articles-entry .articles-entry__link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 10;
}
.articles-entry .price {
  display: block;
  margin-top: 1.2rem;
}
.articles-entry .price__current {
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 700;
}
.articles-entry .price__current--discounted {
  color: #dc3545;
}
.articles-entry .price__strike {
  color: #888;
  text-decoration: line-through;
}
.articles-entry .price__multiple {
  display: block;
  margin-top: 1.2rem;
}

.articles-entry__basic-rate {
  display: block;
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #888;
  margin-top: 0;
  font-weight: 400;
}

.articles-entry__amount {
  width: 7rem;
}

.articles-entry__vat-shipping {
  position: relative;
  z-index: 20;
  margin-top: 1.2rem;
  font-size: 1.4rem;
  line-height: 2.4rem;
}

.articles-entry__prices {
  position: relative;
}

.articles-entry__reserve {
  display: inline-block;
  vertical-align: middle;
}

.badge {
  max-width: 33%;
  max-height: 33%;
  pointer-events: none;
}

.discount-percent {
  display: block;
  position: absolute;
  width: 4rem;
  height: 4rem;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: #dc3545;
  color: #fff;
  font-size: 1.2rem;
  line-height: 4rem;
  font-weight: 700;
  text-align: center;
  top: 1rem;
  right: 1rem;
  z-index: 1;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.25));
}
.articles-entry--details .discount-percent {
  position: relative;
  float: right;
  font-size: 1.6rem;
  line-height: 5rem;
  width: 5rem;
  height: 5rem;
  top: -1.2rem;
}

.badge-news {
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 5rem;
  height: 5rem;
  -webkit-transform: rotateZ(-10deg);
          transform: rotateZ(-10deg);
  -webkit-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.25));
  background-size: contain;
}
.lang-de .badge-news {
  background-image: url("../../../../../temp/explorer/files/root/badges/new_de.png");
}
.lang-en .badge-news {
  background-image: url("../../../../../temp/explorer/files/root/badges/new_en.png");
}
@media (max-width: 979px) {
  .articles-entries--overview .badge-news {
    width: 4rem;
    height: 4rem;
  }
}
@media (min-width: 740px) {
  .articles-entry--details .badge-news {
    width: 6rem;
    height: 6rem;
  }
}
@media (min-width: 1240px) {
  .articles-entry--details .badge-news {
    width: 8rem;
    height: 8rem;
  }
}

.big-ticks {
  list-style: none;
  margin: 2.4rem 0;
  padding: 0;
}
.big-ticks > li {
  padding: 0;
  margin: 0;
}
.big-ticks .big-ticks__item {
  position: relative;
  display: block;
  border: 1px solid #adb5bd;
  padding: 1rem;
  margin: 0;
  z-index: 1;
  cursor: pointer;
}
.big-ticks .big-ticks__item::after {
  display: block;
  clear: both;
  content: "";
}
.big-ticks .big-ticks__item:before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 2rem;
  height: 2rem;
  border: 1px solid #adb5bd;
}
.big-ticks .big-ticks__item:hover {
  border-color: #164194;
  z-index: 2;
}
.big-ticks .big-ticks__image {
  float: right;
  max-width: 30%;
  padding-left: 1rem;
}
.big-ticks .big-ticks__image img {
  max-height: 8rem;
  width: auto;
}
.big-ticks .big-ticks__icon {
  position: absolute;
  left: 1.2rem;
  top: 1.2rem;
  display: none;
}
.big-ticks .big-ticks__radio {
  outline: none;
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.big-ticks .big-ticks__radio:checked + .big-ticks__item {
  border-color: #164194;
  z-index: 3;
}
.big-ticks .big-ticks__radio:checked + .big-ticks__item .big-ticks__icon {
  display: block;
}
.big-ticks .big-ticks__heading {
  margin: 0 0 0 3rem;
  font-size: 2rem;
  line-height: 2rem;
}
.big-ticks .big-ticks__description {
  margin: 1.2rem 0 0 3rem;
}
.big-ticks .big-ticks__subform {
  display: none;
  padding: 1.2rem 0 0 3rem;
  max-width: 300px;
}
@media (min-width: 980px) {
  .big-ticks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    margin: 0 -1rem;
  }
  .big-ticks > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 32rem;
            flex: 0 1 32rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 0 1rem;
    margin-bottom: 2rem;
  }
  .big-ticks .big-ticks__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 1rem 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
  }
  .big-ticks .big-ticks__image {
    float: none;
    max-width: none;
    padding-left: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    height: 10rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .big-ticks .big-ticks__image img {
    max-height: 6rem;
    max-width: 70%;
    width: auto;
  }
  .big-ticks .big-ticks__heading {
    margin: 0 2rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
  }
  .big-ticks .big-ticks__description {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 0;
    text-align: center;
  }
  .big-ticks .big-ticks__subform {
    padding-left: 0;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

.card {
  display: block;
  padding: 2rem;
  background-color: #eee;
}

.card--small {
  padding: 1rem;
}

.card--white {
  background-color: #fff;
}

.carousel {
  position: relative;
}
.carousel .carousel__canvas {
  position: relative;
  height: 0;
  padding-bottom: 50%;
}
.carousel .carousel__wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0;
  background-color: transparent;
  border-radius: 0;
  margin: 0;
  overflow: hidden;
}
.carousel ul,
.carousel li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.carousel .carousel__item {
  position: relative;
}
.carousel .carousel__item img {
  width: 100%;
  max-width: 100%;
}
.carousel img {
  max-width: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.carousel .carousel__caption {
  display: none;
}
@media (min-width: 600px) {
  .carousel .carousel__caption {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 0;
    z-index: 10;
    color: #222;
    max-width: 62%;
    max-height: 62%;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 1rem 2rem;
  }
}
.carousel .carousel__caption h1, .carousel .carousel__caption h2, .carousel .carousel__caption h3, .carousel .carousel__caption h4,
.carousel .carousel__caption .h1, .carousel .carousel__caption .h2, .carousel .carousel__caption .h3, .carousel .carousel__caption .h4,
.carousel .carousel__caption p, .carousel .carousel__caption ul, .carousel .carousel__caption ol {
  margin: 0;
}
.carousel .slick-list {
  z-index: 1;
}
.carousel .slick-prev,
.carousel .slick-next {
  z-index: 2;
  width: 3rem;
  height: 3rem;
}
.carousel .slick-prev:before,
.carousel .slick-next:before {
  font-size: 3rem;
}
.carousel .slick-prev {
  left: 2rem;
}
.carousel .slick-next {
  right: 2rem;
}

.cart-amount-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart-amount-wrapper label {
  margin: 0 0.5rem 0 0;
}

.cart-amount {
  margin-right: 0.5rem;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cart-amount-input,
.btn.cart-amount-minus,
.cart-amount-minus.button,
.btn.cart-amount-plus,
.cart-amount-plus.button {
  position: relative;
  margin-right: -1px;
}

.cart-amount-input {
  text-align: center;
  width: 4rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border-radius: 0;
  z-index: 1;
}
.cart-amount-input:hover {
  z-index: 3;
}

.btn.cart-amount-minus, .cart-amount-minus.button,
.btn.cart-amount-plus,
.cart-amount-plus.button {
  z-index: 2;
}
.btn.cart-amount-minus:hover, .cart-amount-minus.button:hover,
.btn.cart-amount-plus:hover,
.cart-amount-plus.button:hover {
  z-index: 3;
}

.add-to-cart {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.add-to-cart::after {
  display: block;
  clear: both;
  content: "";
}

.checkout-progress {
  padding: 2.4rem 0 0;
  font-family: "Exo", sans-serif;
}
.checkout-progress .container-inner {
  border-bottom: 1px solid #164194;
}
.checkout-progress .container-inner::after {
  display: block;
  clear: both;
  content: "";
}
.checkout-progress ul {
  border: 1px solid #164194;
  border-bottom: 0;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  overflow: hidden;
  max-height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.checkout-progress ul,
.checkout-progress ul li {
  list-style: none;
  background-image: none;
  padding: 0;
  margin: 0;
}
.checkout-progress ul li {
  display: inline;
}
.checkout-progress ul > li {
  text-rendering: optimizeLegibility;
  text-decoration: none;
  height: 4rem;
  line-height: 2rem;
  padding: 0 2rem 0 3rem;
  position: relative;
  color: #888;
  background-color: #fff;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}
.checkout-progress ul > li, .checkout-progress ul > li:before, .checkout-progress ul > li:after {
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.checkout-progress ul > li:before, .checkout-progress ul > li:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 3rem solid transparent;
  border-bottom: 3rem solid transparent;
  border-left: 1rem solid transparent;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  z-index: 2;
}
.checkout-progress ul > li:before {
  margin-left: 1px;
  z-index: 1;
  border-left-color: #164194;
}
.checkout-progress ul > li:after {
  border-left-color: #fff;
}
.checkout-progress ul > li.running {
  color: #fff;
  background: #164194;
  font-weight: bold;
}
.checkout-progress ul > li.running:after, .checkout-progress ul > li.running:before {
  border-left-color: #164194;
}
.checkout-progress ul > li.done {
  color: #164194;
  background: #fff;
}
.checkout-progress ul > li.done:after {
  border-left-color: #fff;
}
.checkout-progress ul > li.done:before {
  border-left-color: #164194;
}
.checkout-progress ul > li:first-child {
  padding-left: 2rem;
}
.checkout-progress ul > li:last-child {
  padding-right: 2rem;
}
.checkout-progress ul > li:last-child:before, .checkout-progress ul > li:last-child:after {
  border: 0;
}
@media (max-width: 739px) {
  .checkout-progress ul > li {
    padding: 0 0.5rem 0 2rem;
    font-size: 1.1rem;
    line-height: 3.8rem;
  }
  .checkout-progress ul > li span {
    display: none;
  }
  .checkout-progress ul > li:first-child {
    padding-left: 1rem;
  }
  .checkout-progress ul > li:last-child {
    padding-right: 1rem;
  }
}
@media (min-width: 400px) {
  .checkout-progress ul > li {
    font-size: 1.4rem;
  }
}
@media (min-width: 600px) {
  .checkout-progress ul > li span {
    display: inline;
  }
}
@media (min-width: 740px) {
  .checkout-progress ul > li {
    font-size: 1.8rem;
    line-height: 3.8rem;
  }
}

.datepicker-wrapper {
  width: 16rem;
}

.timepicker-wrapper {
  width: 12rem;
}

.datepicker-root {
  position: relative;
  z-index: 90;
}

.picker {
  color: #222;
}

.picker__frame {
  max-width: 40rem;
}

.picker__box {
  font-size: 1em;
}

.picker__footer {
  padding-bottom: 1em;
}

.picker--opened .picker__holder {
  background-color: rgba(0, 0, 0, 0.6);
}

.picker__day--today:before {
  border-top-color: #20c997;
}

.picker--focused .picker__day--highlighted,
.picker__day--highlighted:hover,
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  background-color: #eee;
}

.picker--focused .picker__day--selected,
.picker__day--selected,
.picker__day--selected:hover {
  background-color: #164194;
}

.picker__nav--next:hover,
.picker__nav--prev:hover {
  background-color: #C4CFE4;
}

.picker__nav--next:before {
  border-left-color: #164194;
}

.picker__nav--prev:before {
  border-right-color: #164194;
}

.picker__button--clear,
.picker__button--close,
.picker__button--today {
  font-size: 1.4rem;
  display: inline-block;
  vertical-align: middle;
  font-family: "Exo", sans-serif;
  border-radius: 20px;
  font-weight: 700;
  line-height: 2rem;
  border: 1px solid;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  margin: 0;
  cursor: pointer;
  background-image: none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
  font-size: 1.8rem;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  width: auto;
  height: 4rem;
  width: 31%;
  margin-right: 3%;
  font-size: 1.4rem;
}
.picker__button--clear:hover, .picker__button--clear:focus,
.picker__button--close:hover,
.picker__button--close:focus,
.picker__button--today:hover,
.picker__button--today:focus {
  text-decoration: none;
}
.picker__button--clear:active, .picker__button--clear.open,
.picker__button--close:active,
.picker__button--close.open,
.picker__button--today:active,
.picker__button--today.open {
  -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.175);
          box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.175);
  background-image: none;
  text-decoration: none;
}
.picker__button--clear.btn--next,
.picker__button--close.btn--next,
.picker__button--today.btn--next {
  border-top-right-radius: 2.3rem;
  border-bottom-right-radius: 2.3rem;
}
.picker__button--clear.btn--prev,
.picker__button--close.btn--prev,
.picker__button--today.btn--prev {
  border-top-left-radius: 2.3rem;
  border-bottom-left-radius: 2.3rem;
}
.picker__button--clear.btn--round,
.picker__button--close.btn--round,
.picker__button--today.btn--round {
  border-radius: 2.3rem;
}
.picker__button--clear.disabled, .picker__button--clear[disabled],
.picker__button--close.disabled,
.picker__button--close[disabled],
.picker__button--today.disabled,
.picker__button--today[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}
.picker__button--clear, .picker__button--clear:visited, .picker__button--clear.disabled, .picker__button--clear.disabled:hover, .picker__button--clear.disabled:focus, .picker__button--clear.disabled:active, .picker__button--clear.disabled.open, .picker__button--clear[disabled], .picker__button--clear[disabled]:hover, .picker__button--clear[disabled]:focus, .picker__button--clear[disabled]:active, .picker__button--clear[disabled].open,
.picker__button--close,
.picker__button--close:visited,
.picker__button--close.disabled,
.picker__button--close.disabled:hover,
.picker__button--close.disabled:focus,
.picker__button--close.disabled:active,
.picker__button--close.disabled.open,
.picker__button--close[disabled],
.picker__button--close[disabled]:hover,
.picker__button--close[disabled]:focus,
.picker__button--close[disabled]:active,
.picker__button--close[disabled].open,
.picker__button--today,
.picker__button--today:visited,
.picker__button--today.disabled,
.picker__button--today.disabled:hover,
.picker__button--today.disabled:focus,
.picker__button--today.disabled:active,
.picker__button--today.disabled.open,
.picker__button--today[disabled],
.picker__button--today[disabled]:hover,
.picker__button--today[disabled]:focus,
.picker__button--today[disabled]:active,
.picker__button--today[disabled].open {
  color: #222;
  background-color: #eee;
  border-color: transparent;
  font-family: "Exo", sans-serif;
}
.picker__button--clear:hover, .picker__button--clear:focus,
.picker__button--close:hover,
.picker__button--close:focus,
.picker__button--today:hover,
.picker__button--today:focus {
  color: #222;
  background-color: #ddd;
  border-color: transparent;
}
.picker__button--clear:active, .picker__button--clear.open,
.picker__button--close:active,
.picker__button--close.open,
.picker__button--today:active,
.picker__button--today.open {
  color: #222;
  background-color: #d0d0d0;
  border-color: transparent;
}
.picker__button--clear:last-child,
.picker__button--close:last-child,
.picker__button--today:last-child {
  margin-right: 0;
}

.picker__button--today:before {
  border-top-color: #20c997;
}

.picker__button--clear:before {
  border-top-color: #dc3545;
}

.picker__day {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 400;
}

.picker__day--outfocus {
  color: rgba(136, 136, 136, 0.6);
}

.picker__weekday {
  text-align: center;
  font-size: 1.6rem;
  color: #888;
  font-family: "Exo", sans-serif;
}

.picker__month,
.picker__year {
  font-size: 2.2rem;
  font-style: normal;
  font-family: "Exo", sans-serif;
  font-weight: 400;
}

.picker__year {
  color: #888;
}

.picker--time .picker__frame {
  min-width: 32rem;
}
.picker--time .picker__box {
  border: 0;
  padding: 1rem;
  background: #ddd;
}
.picker--time .picker__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}
.picker--time .picker__list li:last-child {
  width: 100%;
}
.picker--time .picker__list-item {
  margin-top: 0;
  border-right: 1px solid;
  border-color: #ddd;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.picker--time .picker__list-item:nth-child(4n-3) {
  border-left: 1px solid #ddd;
}
.picker--time .picker__list-item:hover {
  background-color: #eee;
}
.picker--time .picker__list-item--selected,
.picker--time .picker__list-item--selected:hover,
.picker--time .picker__list-item--highlighted {
  background-color: #164194;
  border-color: #164194;
  color: #fff;
}
.picker--time .picker__list-item--selected:nth-child(4n-3),
.picker--time .picker__list-item--selected:hover:nth-child(4n-3),
.picker--time .picker__list-item--highlighted:nth-child(4n-3) {
  border-left: 1px solid #164194;
}
.picker--time .picker__button--clear {
  font-size: 1.4rem;
  display: inline-block;
  vertical-align: middle;
  font-family: "Exo", sans-serif;
  border-radius: 20px;
  font-weight: 700;
  line-height: 2rem;
  border: 1px solid;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  margin: 0;
  cursor: pointer;
  background-image: none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
  font-size: 1.8rem;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  width: auto;
  height: 4rem;
  width: 100%;
  margin: 0;
}
.picker--time .picker__button--clear:hover, .picker--time .picker__button--clear:focus {
  text-decoration: none;
}
.picker--time .picker__button--clear:active, .picker--time .picker__button--clear.open {
  -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.175);
          box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.175);
  background-image: none;
  text-decoration: none;
}
.picker--time .picker__button--clear.btn--next {
  border-top-right-radius: 2.3rem;
  border-bottom-right-radius: 2.3rem;
}
.picker--time .picker__button--clear.btn--prev {
  border-top-left-radius: 2.3rem;
  border-bottom-left-radius: 2.3rem;
}
.picker--time .picker__button--clear.btn--round {
  border-radius: 2.3rem;
}
.picker--time .picker__button--clear.disabled, .picker--time .picker__button--clear[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}
.picker--time .picker__button--clear, .picker--time .picker__button--clear:visited, .picker--time .picker__button--clear.disabled, .picker--time .picker__button--clear.disabled:hover, .picker--time .picker__button--clear.disabled:focus, .picker--time .picker__button--clear.disabled:active, .picker--time .picker__button--clear.disabled.open, .picker--time .picker__button--clear[disabled], .picker--time .picker__button--clear[disabled]:hover, .picker--time .picker__button--clear[disabled]:focus, .picker--time .picker__button--clear[disabled]:active, .picker--time .picker__button--clear[disabled].open {
  color: #222;
  background-color: #eee;
  border-color: transparent;
  font-family: "Exo", sans-serif;
}
.picker--time .picker__button--clear:hover, .picker--time .picker__button--clear:focus {
  color: #222;
  background-color: #ddd;
  border-color: transparent;
}
.picker--time .picker__button--clear:active, .picker--time .picker__button--clear.open {
  color: #222;
  background-color: #d0d0d0;
  border-color: transparent;
}
.picker--time .picker__button--clear:before,
.picker--time .picker__button--clear:hover:before {
  border-top-color: #dc3545;
}

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

.dropdown {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.dropdown > ul,
.dropdown > .dropdown__content,
.dropdown .dropdown__sublist > ul,
.dropdown .dropdown__sublist > .dropdown__content {
  display: none;
  position: absolute;
  left: 0;
  min-width: 16rem;
  margin: 0;
  padding: 1.5rem;
  z-index: 50;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  top: 100%;
  bottom: auto;
}
.dropdown > ul,
.dropdown .dropdown__sublist > ul {
  list-style: none;
  padding: 0;
}
.dropdown > ul li,
.dropdown .dropdown__sublist > ul li {
  margin-top: 0;
}
.dropdown > ul li a,
.dropdown .dropdown__sublist > ul li a {
  display: block;
  padding: 0.8rem 1.5rem;
  clear: both;
  color: #222;
  white-space: nowrap;
}
.dropdown > ul li a:hover,
.dropdown .dropdown__sublist > ul li a:hover {
  color: #222;
  background-color: rgba(22, 65, 148, 0.1);
}
.dropdown > ul li.is-active a,
.dropdown .dropdown__sublist > ul li.is-active a {
  color: #164194;
  background-color: #fff;
}
.dropdown .dropdown__divider,
.dropdown .dropdown__sublist .dropdown__divider {
  height: 1px;
  margin: 0;
  overflow: hidden;
  background-color: #adb5bd;
}
.dropdown .dropdown__caret,
.dropdown .dropdown__sublist .dropdown__caret {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.2rem;
  border: 0.5rem solid transparent;
  border-top: 0.5rem solid #222;
  border-bottom: 0;
  height: 0;
  width: 0;
}
.dropdown.dropdown--left > ul,
.dropdown.dropdown--left > .dropdown__content, .dropdown.dropdown--right > ul,
.dropdown.dropdown--right > .dropdown__content, .dropdown.dropdown--center > ul,
.dropdown.dropdown--center > .dropdown__content {
  margin-top: 1.2rem;
}
.dropdown.dropdown--left > ul:before,
.dropdown.dropdown--left > .dropdown__content:before, .dropdown.dropdown--right > ul:before,
.dropdown.dropdown--right > .dropdown__content:before, .dropdown.dropdown--center > ul:before,
.dropdown.dropdown--center > .dropdown__content:before {
  content: "";
  display: block;
  position: absolute;
  border: 1.2rem solid transparent;
  border-bottom: 1.2rem solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  height: 0;
  width: 0;
  top: -1.2rem;
}
.dropdown.dropdown--left > ul:after,
.dropdown.dropdown--left > .dropdown__content:after, .dropdown.dropdown--right > ul:after,
.dropdown.dropdown--right > .dropdown__content:after, .dropdown.dropdown--center > ul:after,
.dropdown.dropdown--center > .dropdown__content:after {
  content: "";
  display: block;
  position: absolute;
  border: 1.1rem solid transparent;
  border-bottom: 1.1rem solid #fff;
  border-top: 0;
  height: 0;
  width: 0;
  top: -1.1rem;
}
.dropdown.dropdown--left > ul:before,
.dropdown.dropdown--left > .dropdown__content:before {
  left: 0.9rem;
}
.dropdown.dropdown--left > ul:after,
.dropdown.dropdown--left > .dropdown__content:after {
  left: 1rem;
}
.dropdown.dropdown--right > ul,
.dropdown.dropdown--right > .dropdown__content {
  left: auto;
  right: 0;
}
.dropdown.dropdown--right > ul:before,
.dropdown.dropdown--right > .dropdown__content:before {
  right: 0.9rem;
}
.dropdown.dropdown--right > ul:after,
.dropdown.dropdown--right > .dropdown__content:after {
  right: 1rem;
}
.dropdown.dropdown--center > ul,
.dropdown.dropdown--center > .dropdown__content {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.dropdown.dropdown--center > ul:before,
.dropdown.dropdown--center > .dropdown__content:before {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.dropdown.dropdown--center > ul:after,
.dropdown.dropdown--center > .dropdown__content:after {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.dropdown .dropdown__sublist {
  position: relative;
}
.dropdown .dropdown__sublist > ul,
.dropdown .dropdown__sublist > .dropdown__content {
  top: 0;
  left: 100%;
  margin-top: -1px;
}
.dropdown .dropdown__sublist > a:after {
  content: "";
  content: "";
  display: block;
  position: absolute;
  border: 0.5rem solid transparent;
  border-left: 0.5rem solid #222;
  border-right: 0;
  height: 0;
  width: 0;
  right: 1rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.dropdown.dropdown--upwards > ul,
.dropdown.dropdown--upwards > .dropdown__content {
  top: auto;
  bottom: 100%;
}
.dropdown.dropdown--upwards .dropdown__caret {
  border: 0.5rem solid transparent;
  border-bottom: 0.5rem solid #333;
  border-top: 0;
  height: 0;
  width: 0;
}
.dropdown.dropdown--upwards.dropdown--left > ul,
.dropdown.dropdown--upwards.dropdown--left > .dropdown__content, .dropdown.dropdown--upwards.dropdown--right > ul,
.dropdown.dropdown--upwards.dropdown--right > .dropdown__content, .dropdown.dropdown--upwards.dropdown--center > ul,
.dropdown.dropdown--upwards.dropdown--center > .dropdown__content {
  margin-top: 0;
  margin-bottom: 1.2rem;
}
.dropdown.dropdown--upwards.dropdown--left > ul:before,
.dropdown.dropdown--upwards.dropdown--left > .dropdown__content:before, .dropdown.dropdown--upwards.dropdown--right > ul:before,
.dropdown.dropdown--upwards.dropdown--right > .dropdown__content:before, .dropdown.dropdown--upwards.dropdown--center > ul:before,
.dropdown.dropdown--upwards.dropdown--center > .dropdown__content:before {
  content: "";
  display: block;
  position: absolute;
  border: 1.2rem solid transparent;
  border-top: 1.2rem solid rgba(0, 0, 0, 0.15);
  border-bottom: 0;
  height: 0;
  width: 0;
  top: auto;
  bottom: -1.2rem;
}
.dropdown.dropdown--upwards.dropdown--left > ul:after,
.dropdown.dropdown--upwards.dropdown--left > .dropdown__content:after, .dropdown.dropdown--upwards.dropdown--right > ul:after,
.dropdown.dropdown--upwards.dropdown--right > .dropdown__content:after, .dropdown.dropdown--upwards.dropdown--center > ul:after,
.dropdown.dropdown--upwards.dropdown--center > .dropdown__content:after {
  content: "";
  display: block;
  position: absolute;
  border: 1.1rem solid transparent;
  border-top: 1.1rem solid #fff;
  border-bottom: 0;
  height: 0;
  width: 0;
  top: auto;
  bottom: -1.1rem;
}

@media (max-width: 739px) {
  .flex-tab-nav > ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    border-top: 1px solid #164194;
  }
  .flex-tab-nav > ul li {
    margin: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    border: 1px solid #164194;
    border-top: 0;
  }
  .flex-tab-nav > ul .logout a {
    color: #888;
  }
  .flex-tab-nav > ul a {
    display: block;
    padding: 1rem 1.9rem;
    color: #164194;
  }
  .flex-tab-nav > ul a:hover {
    background-color: rgba(22, 65, 148, 0.1);
  }
  .flex-tab-nav > ul li:nth-child(2n-1) + li {
    border-left: 0;
  }
  .flex-tab-nav > ul li:nth-child(2n-1) + li a {
    padding-left: 2rem;
  }
  .flex-tab-nav > ul li.is-active a {
    background-color: #164194;
    color: #fff;
  }
}
@media (min-width: 740px) {
  .flex-tab-nav > ul {
    border-bottom: 1px solid #adb5bd;
    /*
        li:first-child a {
            border-radius: $tab-border-radius 0 0 0;
        }

        li:last-child a {
            border-radius: 0 $tab-border-radius 0 0;
        }

        li:first-child:last-child a {
            border-radius: $tab-border-radius $tab-border-radius 0 0;
        }
    */
  }
  .flex-tab-nav > ul,
.flex-tab-nav > ul li {
    list-style: none;
    background-image: none;
    padding: 0;
    margin: 0;
  }
  .flex-tab-nav > ul li {
    display: inline;
  }
  .flex-tab-nav > ul::after {
    display: block;
    clear: both;
    content: "";
  }
  .flex-tab-nav > ul > li {
    display: inline;
  }
  .flex-tab-nav > ul > li > a {
    position: relative;
    z-index: 10;
    display: block;
    float: left;
    padding: 1rem 2rem;
    margin-bottom: -1px;
    margin-right: 0.2rem;
    cursor: pointer;
    text-decoration: none;
    color: #164194;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0;
    border-bottom: 1px solid #adb5bd;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    border-radius: 0 0 0 0;
  }
  .flex-tab-nav > ul > li > a:hover,
.flex-tab-nav > ul > li > a:focus {
    z-index: 20;
    color: #000;
    background-color: #8A9FC9;
    border-color: #8A9FC9;
    border-bottom: 1px solid #adb5bd;
    text-decoration: underline;
  }
  .flex-tab-nav > ul > li.tabs--is-open > a,
.flex-tab-nav > ul > li.is-active > a {
    z-index: 30;
    color: #222;
    background-color: #fff;
    border-color: #adb5bd;
    border-bottom: 1px solid #fff;
  }
  .flex-tab-nav > ul li.logout {
    display: none;
  }
}

.form-help {
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.infoText-icon {
  width: 2.4rem;
  height: 2.4rem;
  fill: #164194;
}

.infoText {
  display: none;
  position: absolute;
  left: calc( 100% + 1rem );
  top: -4rem;
  min-width: 40rem;
  background-color: #fff;
  padding: 4rem 2rem 1.5rem;
  border-radius: 0.6rem;
  -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 2rem rgba(0, 0, 0, 0.8);
}
.infoText:before {
  content: "";
  position: absolute;
  left: -2rem;
  top: 4.2rem;
  border: 1rem solid transparent;
  border-right-color: #fff;
  pointer-events: none;
}
.infoText table td {
  color: #222;
}
.infoText--primary {
  padding: 2rem 3rem 2rem 2rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #164194;
  color: #fff;
}
.infoText--primary:before {
  border-right-color: #164194;
}
.infoText--primary .infoText-close {
  top: 2rem;
  color: #fff;
}

.infoText-close {
  position: absolute;
  width: 2rem;
  top: 1rem;
  right: 1rem;
  font-size: 2rem;
  color: #164194;
}

.form-section {
  padding: 1rem 0;
}
@media (min-width: 740px) {
  .form-section .formrow {
    margin-right: 23rem;
  }
}
@media (min-width: 980px) {
  .form-section .formrow {
    padding-left: 16rem;
  }
}
.form-section .formrow > .label {
  width: 16rem;
}

.form-section__heading {
  margin: 0 0 2rem 0;
}

.form-section__aid {
  margin-bottom: 2rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  font-size: 1.5rem;
  line-height: 2rem;
}

.form-section__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media (min-width: 980px) {
  .form-section__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .form-section__aid {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20rem;
            flex: 0 0 20rem;
    padding-right: 2rem;
  }

  .form-section__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .form-section__content .formrow--first {
    margin-top: -1.4rem;
  }
}
.infinite-more-link {
  margin-top: 4.8rem;
}
.infinite-more-link .btn__content {
  display: block;
}
.infinite-more-link span {
  display: inline-block;
  vertical-align: middle;
}
.infinite-loading + .infinite-more-link {
  display: none;
}

.infinite-container.infinite-loading {
  padding-bottom: 4.8rem;
}
.infinite-container.infinite-loading::after {
  display: block;
  clear: both;
  content: "";
}

.infinite-container.infinite-loading:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: block;
  border-radius: 50%;
}

.mfp-iframe-holder {
  padding: 0;
}
.mfp-iframe-holder iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.mfp-bg {
  background-color: rgba(0, 0, 0, 0.6);
}

.mfp-lightbox-ajax .mfp-content,
.mfp-lightbox-iframe .mfp-content {
  -webkit-box-shadow: 0 4px 80px 6px rgba(0, 0, 0, 0.85);
          box-shadow: 0 4px 80px 6px rgba(0, 0, 0, 0.85);
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: auto;
}

.mfp-ajax-holder .mfp-content {
  background-color: #fff;
}

.mfp-figure:after {
  background-color: #fff;
}

.mfp-preloader.mfp-preloader {
  margin: 0 auto;
}
.mfp-preloader.mfp-preloader:after {
  content: "";
  margin: 0 auto;
  display: block;
  border-radius: 50%;
}
.mfp-s-error .mfp-preloader.mfp-preloader:after {
  display: none;
}

.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim,
.mfp-zoom-in .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim,
.mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.9;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim,
.mfp-zoom-in.mfp-removing .mfp-content {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-fade-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-fade-in .mfp-with-anim,
.mfp-fade-in .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mfp-fade-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.mfp-fade-in.mfp-ready .mfp-with-anim,
.mfp-fade-in.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade-in.mfp-ready.mfp-bg {
  opacity: 0.9;
}
.mfp-fade-in.mfp-removing .mfp-with-anim,
.mfp-fade-in.mfp-removing .mfp-content {
  opacity: 0;
}
.mfp-fade-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-ibase.mfp-bg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#334251), color-stop(50%, #65809D), to(#334251));
  background-image: linear-gradient(to bottom, #334251 0%, #65809D 50%, #334251 100%);
}

.mfp-ibase .mfp-content {
  -webkit-box-shadow: 0 4px 80px 6px rgba(0, 0, 0, 0.85);
          box-shadow: 0 4px 80px 6px rgba(0, 0, 0, 0.85);
}

.mfp-lightbox-formula .mfp-content {
  background: #fff;
  padding: 4rem;
  border: 1px solid #164194;
  -webkit-box-shadow: 0 0 4rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4rem rgba(0, 0, 0, 0.2);
}

.map {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  min-height: 30rem;
}
.map .marker p {
  margin-top: 0;
}

.messagebox_overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
}
.messagebox_overlay .messagebox {
  background: #fff;
  padding: 2rem;
  -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.7);
          box-shadow: 0 0 2rem rgba(0, 0, 0, 0.7);
  border-radius: 0.3rem;
}
.messagebox_overlay .messagebox .messagebox_content {
  margin-bottom: 1rem;
}
.messagebox_overlay .messagebox .messagebox_buttons {
  text-align: center;
}
.messagebox_overlay .messagebox .messagebox_button_done,
.messagebox_overlay .messagebox .messagebox_button_fail {
  display: inline-block;
  vertical-align: middle;
  font-family: "Exo", sans-serif;
  border-radius: 20px;
  font-weight: 700;
  line-height: 2rem;
  border: 1px solid;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  margin: 0;
  cursor: pointer;
  background-image: none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
  font-size: 1.8rem;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  width: auto;
  height: 4rem;
}
.messagebox_overlay .messagebox .messagebox_button_done:hover, .messagebox_overlay .messagebox .messagebox_button_done:focus,
.messagebox_overlay .messagebox .messagebox_button_fail:hover,
.messagebox_overlay .messagebox .messagebox_button_fail:focus {
  text-decoration: none;
}
.messagebox_overlay .messagebox .messagebox_button_done:active, .messagebox_overlay .messagebox .messagebox_button_done.open,
.messagebox_overlay .messagebox .messagebox_button_fail:active,
.messagebox_overlay .messagebox .messagebox_button_fail.open {
  -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.175);
          box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.175);
  background-image: none;
  text-decoration: none;
}
.messagebox_overlay .messagebox .messagebox_button_done.btn--next,
.messagebox_overlay .messagebox .messagebox_button_fail.btn--next {
  border-top-right-radius: 2.3rem;
  border-bottom-right-radius: 2.3rem;
}
.messagebox_overlay .messagebox .messagebox_button_done.btn--prev,
.messagebox_overlay .messagebox .messagebox_button_fail.btn--prev {
  border-top-left-radius: 2.3rem;
  border-bottom-left-radius: 2.3rem;
}
.messagebox_overlay .messagebox .messagebox_button_done.btn--round,
.messagebox_overlay .messagebox .messagebox_button_fail.btn--round {
  border-radius: 2.3rem;
}
.messagebox_overlay .messagebox .messagebox_button_done.disabled, .messagebox_overlay .messagebox .messagebox_button_done[disabled],
.messagebox_overlay .messagebox .messagebox_button_fail.disabled,
.messagebox_overlay .messagebox .messagebox_button_fail[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}
.messagebox_overlay .messagebox .messagebox_button_done, .messagebox_overlay .messagebox .messagebox_button_done:visited, .messagebox_overlay .messagebox .messagebox_button_done.disabled, .messagebox_overlay .messagebox .messagebox_button_done.disabled:hover, .messagebox_overlay .messagebox .messagebox_button_done.disabled:focus, .messagebox_overlay .messagebox .messagebox_button_done.disabled:active, .messagebox_overlay .messagebox .messagebox_button_done.disabled.open, .messagebox_overlay .messagebox .messagebox_button_done[disabled], .messagebox_overlay .messagebox .messagebox_button_done[disabled]:hover, .messagebox_overlay .messagebox .messagebox_button_done[disabled]:focus, .messagebox_overlay .messagebox .messagebox_button_done[disabled]:active, .messagebox_overlay .messagebox .messagebox_button_done[disabled].open,
.messagebox_overlay .messagebox .messagebox_button_fail,
.messagebox_overlay .messagebox .messagebox_button_fail:visited,
.messagebox_overlay .messagebox .messagebox_button_fail.disabled,
.messagebox_overlay .messagebox .messagebox_button_fail.disabled:hover,
.messagebox_overlay .messagebox .messagebox_button_fail.disabled:focus,
.messagebox_overlay .messagebox .messagebox_button_fail.disabled:active,
.messagebox_overlay .messagebox .messagebox_button_fail.disabled.open,
.messagebox_overlay .messagebox .messagebox_button_fail[disabled],
.messagebox_overlay .messagebox .messagebox_button_fail[disabled]:hover,
.messagebox_overlay .messagebox .messagebox_button_fail[disabled]:focus,
.messagebox_overlay .messagebox .messagebox_button_fail[disabled]:active,
.messagebox_overlay .messagebox .messagebox_button_fail[disabled].open {
  color: #222;
  background-color: #eee;
  border-color: transparent;
  font-family: "Exo", sans-serif;
}
.messagebox_overlay .messagebox .messagebox_button_done:hover, .messagebox_overlay .messagebox .messagebox_button_done:focus,
.messagebox_overlay .messagebox .messagebox_button_fail:hover,
.messagebox_overlay .messagebox .messagebox_button_fail:focus {
  color: #222;
  background-color: #ddd;
  border-color: transparent;
}
.messagebox_overlay .messagebox .messagebox_button_done:active, .messagebox_overlay .messagebox .messagebox_button_done.open,
.messagebox_overlay .messagebox .messagebox_button_fail:active,
.messagebox_overlay .messagebox .messagebox_button_fail.open {
  color: #222;
  background-color: #d0d0d0;
  border-color: transparent;
}
.messagebox_overlay .messagebox .messagebox_button_done {
  margin-right: 1rem;
}

@media (max-width: 739px) {
  .news-entry--details .images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 739px) and (max-width: 739px) {
  .news-entry--details .images {
    margin-left: -1rem;
    margin-right: -1rem;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
  }
  .news-entry--details .images a {
    padding-left: 1rem;
    padding-right: 1rem;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
@media (min-width: 740px) {
  .news-entry--details .news-entry__text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .news-entry--details .news-entry__images {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .news-entry--details .images a {
    display: block;
    margin-bottom: 1.2rem;
    text-align: center;
  }
}

.news-entries--overview {
  margin-top: 2.4rem;
}

.news-entry--overview {
  position: relative;
  margin-bottom: 4.8rem;
}
.news-entry--overview::after {
  display: block;
  clear: both;
  content: "";
}
.news-entry--overview .ex_items {
  margin-top: 0;
}
.news-entry--overview .news-entry__image {
  position: relative;
}
.news-entry--overview .news-entry__image-canvas {
  height: 0;
  padding-bottom: 100%;
  position: relative;
  background-color: #fff;
}
.news-entry--overview .news-entry__image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-entry--overview .news-entry__image-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: 100%;
  width: auto;
}
.news-entry--overview .news-entry__title {
  font-style: normal;
  font-weight: 700;
}
.news-entry--overview .news-entry__teaser {
  margin-top: 1.2rem;
}
.news-entry--overview .news-entry__link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 10;
}
.news-entry--overview .news-entry__title {
  font-size: 1.8rem;
  line-height: 2.4rem;
}
@media (max-width: 599px) {
  .news-entry--overview .news-entry__image {
    float: right;
    width: 33%;
    margin-left: 4%;
    margin-bottom: 1%;
    z-index: 2;
    max-width: 15rem;
  }
  .news-entry--overview .news-entry__text {
    display: inline;
    z-index: 1;
  }
}
@media (min-width: 600px) {
  .news-entry--overview .news-entry__image {
    float: right;
    width: 40%;
    margin-left: 4%;
    margin-bottom: 1%;
    z-index: 2;
    max-width: 15rem;
  }
  .news-entry--overview .news-entry__text {
    display: inline;
    z-index: 1;
  }
}

.news-entries--teaser {
  margin-top: 2.4rem;
}

.news-entry--teaser {
  position: relative;
  margin-bottom: 4.8rem;
}
.news-entry--teaser::after {
  display: block;
  clear: both;
  content: "";
}
.news-entry--teaser .ex_items {
  margin-top: 0;
}
.news-entry--teaser .news-entry__image {
  position: relative;
}
.news-entry--teaser .news-entry__image-canvas {
  height: 0;
  padding-bottom: 100%;
  position: relative;
  background-color: #fff;
}
.news-entry--teaser .news-entry__image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-entry--teaser .news-entry__image-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: 100%;
  width: auto;
}
.news-entry--teaser .news-entry__title {
  font-style: normal;
  font-weight: 700;
}
.news-entry--teaser .news-entry__teaser {
  margin-top: 1.2rem;
}
.news-entry--teaser .news-entry__link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 10;
}
.news-entry--teaser .news-entry__title {
  font-size: 1.8rem;
  line-height: 2.4rem;
}
@media (max-width: 599px) {
  .news-entry--teaser .news-entry__image {
    float: right;
    width: 33%;
    margin-left: 4%;
    margin-bottom: 1%;
    z-index: 2;
    max-width: 15rem;
  }
  .news-entry--teaser .news-entry__text {
    display: inline;
    z-index: 1;
  }
}
@media (min-width: 600px) {
  .news-entry--teaser .news-entry__image {
    float: right;
    width: 40%;
    margin-left: 4%;
    margin-bottom: 1%;
    z-index: 2;
    max-width: 15rem;
  }
  .news-entry--teaser .news-entry__text {
    display: inline;
    z-index: 1;
  }
}

.pageselector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #C4CFE4;
  padding: 1rem;
}
.pageselector .page-selector__limit {
  margin-right: 2rem;
  margin-left: 0.5rem;
}
.pageselector .pageselector__prev,
.pageselector .pageselector__next {
  padding: 0.5rem 1rem;
}

.privacy-notice {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 400;
  -webkit-animation-name: comeUp;
          animation-name: comeUp;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  background-color: rgba(238, 238, 238, 0.95);
}

.privacy-notice__container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 10px);
  padding-left: var(--bs-gutter-x, 10px);
  margin-right: auto;
  margin-left: auto;
}

.privacy-notice__content {
  margin: 0 auto;
  max-width: 1240px;
  text-align: left;
}

@-webkit-keyframes comeUp {
  0% {
    -webkit-transform: translateY(150%);
            transform: translateY(150%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes comeUp {
  0% {
    -webkit-transform: translateY(150%);
            transform: translateY(150%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.privacy-notice--simple .privacy-notice__content {
  padding: 2rem;
}
.privacy-notice--simple .privacy-notice__content::after {
  display: block;
  clear: both;
  content: "";
}
.privacy-notice--simple .btn, .privacy-notice--simple .button {
  float: right;
}

.privacy-notice--advanced .privacy-notice__content {
  padding: 1rem 1rem;
}
.privacy-notice--advanced .privacy-notice__buttons {
  padding: 1rem 0;
}
@media (min-width: 600px) {
  .privacy-notice--advanced .privacy-notice__content {
    padding: 2rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .privacy-notice--advanced .privacy-notice__text {
    padding: 0 1rem;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .privacy-notice--advanced .privacy-notice__buttons {
    padding: 0 0 0 1rem;
    text-align: right;
  }
  .privacy-notice--advanced .privacy-notice__buttons .btn, .privacy-notice--advanced .privacy-notice__buttons .button {
    margin-left: 0.5rem;
  }
}
.privacy-notice--advanced p {
  max-width: 80rem;
}
.privacy-notice--advanced .custom-ticks input[type=checkbox] + span:before {
  background-color: rgba(238, 238, 238, 0.95);
}
.privacy-notice--advanced .ticks label > span,
.privacy-notice--advanced .ticks label input:checked + span {
  color: #fff;
}
@media (min-width: 980px) {
  .privacy-notice--advanced .privacy-notice__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.privacy-notice-popup {
  display: none;
  background-color: #fff;
  max-width: 45rem;
  padding: 3rem;
}
.mfp-content .privacy-notice-popup {
  display: block;
}
.privacy-notice-popup .h2,
.privacy-notice-popup h2 {
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  font-size: 2rem;
  color: color("primary");
  border-bottom: 1px solid #164194;
}

.privacy-notice-popup__form {
  margin-top: 2rem;
}
.privacy-notice-popup__form .accordion {
  position: relative;
  border-bottom: 1px solid #164194;
}
.privacy-notice-popup__form .accordion > label {
  padding: 1rem 0;
}
.privacy-notice-popup__form .accordion > label span {
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 1rem;
  font-weight: 600;
}
.privacy-notice-popup__form .accordion__toggle {
  position: absolute;
  right: 0;
  top: 0;
  width: 4rem;
  height: 4rem;
  padding: 0;
}
.privacy-notice-popup__form .accordion__toggle .icon {
  top: 1.3rem;
  right: 0;
  width: 1.6rem;
  height: 1.8rem;
}
.privacy-notice-popup__form .accordion__content {
  padding-left: 3rem;
  padding-top: 0;
  padding-bottom: 1rem;
}
.privacy-notice-popup__form .accordion__content .ticks label {
  display: block;
}
.privacy-notice-popup__form > .ticks {
  margin-bottom: 1rem;
}

.rwd-menu {
  margin: 0 0 2.4rem;
}
.rwd-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.rwd-menu li {
  padding: 0;
  margin: 0;
}
.rwd-menu li + li {
  margin-top: 2px;
}
.rwd-menu li a,
.rwd-menu .dropdown__toggle {
  position: relative;
  display: block;
  padding: 8px 0;
  margin: 0 0 2px;
}
.rwd-menu li a {
  border-top: 1px solid #eee;
}
.rwd-menu li:first-child a {
  border-top: 0;
}
.rwd-menu li.is-active a {
  color: #222;
}
.rwd-menu .dropdown__toggle {
  display: none;
  padding-right: 2rem;
}
.rwd-menu .dropdown__toggle:after {
  content: "";
  display: block;
  position: absolute;
  border: 6px solid transparent;
  border-left: 6px solid #164194;
  border-right: 0;
  height: 0;
  width: 0;
  top: 1.5rem;
  right: 0.3rem;
}
.rwd-menu .dropdown__toggle--open:after {
  content: "";
  display: block;
  position: absolute;
  border: 6px solid transparent;
  border-top: 6px solid #164194;
  border-bottom: 0;
  height: 0;
  width: 0;
  top: 1.3rem;
  right: 0;
}

.select-attachments {
  position: relative;
  padding-top: 0.5rem;
  width: 100%;
}
.select-attachments::after {
  display: block;
  clear: both;
  content: "";
}
.select-attachments .btn:before, .select-attachments .button:before, .select-attachments .btn:after, .select-attachments .button:after {
  display: none;
}
.select-attachments .btn .icon, .select-attachments .button .icon {
  display: none;
}

.select-attachments__list {
  font-size: 1.8rem;
  line-height: 2.4rem;
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
  background-color: #fff;
  border: 1px solid #adb5bd;
  border-radius: 0.3rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  z-index: 4;
}

.select-attachments__list {
  min-height: 6rem;
  max-height: 30.2rem;
  overflow: hidden;
  overflow-y: auto;
}
.select-attachments__list .no-entries {
  display: block;
  padding: 0.4rem;
  color: #888;
  font-style: italic;
}

.select-attachments__item {
  position: relative;
  height: 4rem;
}
.select-attachments__item + .select-attachments__item {
  border-top: 1px solid #adb5bd;
}
.select-attachments__item .file-name,
.select-attachments__item .progress-bar {
  position: absolute;
  top: 0;
  bottom: 0;
}
.select-attachments__item .file-name {
  left: 3rem;
  right: 4rem;
  line-height: normal;
  padding: 1rem 2rem;
  padding-left: 0;
  padding-right: 0;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  z-index: 2;
}
.select-attachments__item .progress-bar {
  left: 0;
  right: 0;
  background-color: rgba(22, 65, 148, 0.25);
  z-index: 1;
}
.select-attachments__item .progress-bar__inner {
  position: absolute;
  background-color: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: width 0.25s linear;
  transition: width 0.25s linear;
}
.select-attachments__item .file-status {
  position: absolute;
  top: 0;
  right: 0;
  width: 4rem;
  bottom: 0;
  line-height: 4rem;
  text-align: center;
  z-index: 2;
}
.select-attachments__item .file-status .icon:before {
  font-style: normal;
  font-family: "Exo", sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  line-height: 1.6rem;
}
.select-attachments__item .file-status .icon-success {
  color: #28a745;
}
.select-attachments__item .file-status .icon-success:before {
  content: ✔;
}
.select-attachments__item .remove-file {
  z-index: 3;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3rem;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background-color: transparent;
}
.select-attachments__item .remove-file .icon:before {
  font-style: normal;
  content: x;
  font-family: "Exo", sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  line-height: 1.6rem;
  color: #888;
}
.select-attachments__item .remove-file:hover .icon:before {
  color: #dc3545;
}

.share ul {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.share .shariff-button {
  position: relative;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  width: 4rem;
  height: 4rem;
}
.share .shariff-button:hover {
  background-color: rgba(22, 65, 148, 0.1);
}
.share .shariff-button a {
  position: relative;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.5rem;
}
.share .shariff-button a:before, .share .shariff-button a:after {
  z-index: 50;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: 0;
  position: absolute;
}
.share .shariff-button a:before {
  content: "" !important;
  transition: opacity 0.1s cubic-bezier(0.73, 0.01, 0, 1) 0s, transform 0.6s cubic-bezier(0.73, 0.01, 0, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.73, 0.01, 0, 1) 0s;
  width: 0;
  z-index: 110000;
}
.share .shariff-button a:after {
  content: attr(title);
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-family: "Exo", sans-serif;
  font-family: "Exo", sans-serif;
  text-align: left;
  white-space: nowrap;
  max-width: 36rem;
  overflow: hidden;
  padding: 1rem;
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.73, 0.01, 0, 1), transform 0.3s cubic-bezier(0.73, 0.01, 0, 1), -webkit-transform 0.3s cubic-bezier(0.73, 0.01, 0, 1);
  z-index: 100000;
}
.share .shariff-button a:hover:not(.dropdown__toggle--open):before {
  transition: opacity 0.1s cubic-bezier(0.73, 0.01, 0, 1) 0.3s, transform 0.6s cubic-bezier(0.73, 0.01, 0, 1) 0.3s, -webkit-transform 0.6s cubic-bezier(0.73, 0.01, 0, 1) 0.3s;
  opacity: 1;
}
.share .shariff-button a:hover:not(.dropdown__toggle--open):after {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.73, 0.01, 0, 1) 0.2s, transform 0.3s cubic-bezier(0.73, 0.01, 0, 1) 0.2s, -webkit-transform 0.3s cubic-bezier(0.73, 0.01, 0, 1) 0.2s;
}
.share .shariff-button a:before {
  left: 50%;
  top: -2px;
  -webkit-transform: translate(-50%, calc(-50% - 6px));
          transform: translate(-50%, calc(-50% - 6px));
  content: "";
  display: block;
  position: absolute;
  border: 0.4rem solid transparent;
  border-top: 0.4rem solid #333;
  border-bottom: 0;
  height: 0;
  width: 0;
}
.share .shariff-button a:after {
  left: 50%;
  bottom: 100%;
  -webkit-transform: translate(-50%, 12px);
          transform: translate(-50%, 12px);
}
.share .shariff-button a:hover:before {
  -webkit-transform: translate(-50%, calc(-50% - 4px));
          transform: translate(-50%, calc(-50% - 4px));
}
.share .shariff-button a:hover:after {
  -webkit-transform: translate(-50%, -8px);
          transform: translate(-50%, -8px);
}
.share .shariff-button a.tooltip--bottom:before {
  border-bottom-color: #343a40;
}
.share .shariff-button a.tooltip--left:before {
  border-left-color: #343a40;
}
.share .shariff-button a.tooltip--right:before {
  border-right-color: #343a40;
}
.share .shariff-button a:not(.tooltip--bottom):not(.tooltip--left):not(.tooltip--right):before {
  border-top-color: #343a40;
}
.share .shariff-button a:after {
  color: #fff;
  background-color: #343a40;
}
.share .shariff-button + .shariff-button {
  margin-left: 0.5rem;
}
.share .fa,
.share .icon {
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.share .share_text {
  display: none;
}
.share .facebook .icon {
  color: #3b5998;
}
.share .twitter .icon {
  color: #1da1f2;
}
.share .googleplus .icon {
  color: #dd4b39;
}
.share .whatsapp .icon {
  color: #25d366;
}
.share .mail .icon {
  color: #999;
}
.share .xing .icon {
  color: #026466;
}
.share .linkedin .icon {
  color: #0077b5;
}
.share .pinterest .icon {
  color: #bd081c;
}
.share .reddit .icon {
  color: #ff4500;
}

.table-cart {
  width: 100%;
  background-color: transparent;
}
.table-cart th,
.table-cart td {
  padding: 0.75rem;
  line-height: 2.4rem;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table-cart td {
  font-weight: 400;
}
.table-cart th {
  font-weight: 700;
}
.table-cart .cright {
  text-align: right;
}
.table-cart td.is-active > td, .table-cart td.is-active > th, .table-cart tr > th.is-active > td, .table-cart tr > th.is-active > th,
.table-cart tr.is-active > td,
.table-cart tr.is-active > th {
  background-color: rgba(22, 65, 148, 0.1);
}
.table-cart td.info > td, .table-cart td.info > th, .table-cart tr > th.info > td, .table-cart tr > th.info > th,
.table-cart tr.info > td,
.table-cart tr.info > th {
  background-color: rgba(22, 65, 148, 0.1);
}
.table-cart td.success > td, .table-cart td.success > th, .table-cart tr > th.success > td, .table-cart tr > th.success > th,
.table-cart tr.success > td,
.table-cart tr.success > th {
  background-color: rgba(40, 167, 69, 0.1);
}
.table-cart td.warning > td, .table-cart td.warning > th, .table-cart tr > th.warning > td, .table-cart tr > th.warning > th,
.table-cart tr.warning > td,
.table-cart tr.warning > th {
  background-color: rgba(255, 193, 7, 0.1);
}
.table-cart td.error > td, .table-cart td.error > th, .table-cart tr > th.error > td, .table-cart tr > th.error > th,
.table-cart tr.error > td,
.table-cart tr.error > th {
  background-color: rgba(220, 53, 69, 0.1);
}
.table-cart thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table-cart thead td {
  font-weight: 700;
}
.table-cart caption + thead tr:first-child > th,
.table-cart caption + thead tr:first-child > td,
.table-cart colgroup + thead tr:first-child > th,
.table-cart colgroup + thead tr:first-child > td,
.table-cart thead:first-child tr:first-child > th,
.table-cart thead:first-child tr:first-child > td {
  border-top: 0;
}
.table-cart tbody + tbody {
  border-top: 2px solid #ddd;
}
.table-cart .table {
  background-color: #eee;
}
.table-cart thead th {
  padding-top: 0;
}
.table-cart tfoot td {
  text-align: right;
}
.table-cart th:first-child,
.table-cart td:first-child {
  padding-left: 0;
}
.table-cart th:last-child,
.table-cart td:last-child {
  padding-right: 0;
}

.table-cart__article::after {
  display: block;
  clear: both;
  content: "";
}

.table-cart__quantity,
.table-cart__price-multiple {
  text-align: right;
}

.cart-reload {
  display: none;
}

.table-cart__article-text {
  margin-left: 9rem;
}
@media (max-width: 599px) {
  .table-cart__article-text {
    margin-left: 7rem;
  }
}

.table-cart__article-image {
  float: left;
  width: 8rem;
  text-align: center;
}
.table-cart__article-image img {
  max-height: 100%;
  width: auto;
}
@media (max-width: 599px) {
  .table-cart__article-image {
    width: 6rem;
    height: 6rem;
  }
}

.table-cart__article-title {
  font-weight: 700;
}

.table-cart__overall td {
  font-weight: 700;
}

.table-cart__vat-info {
  font-size: 1.4rem;
}

.table-cart__shipping-time {
  font-weight: 400;
}

.table-cart__notice {
  color: #888;
}

@media (max-width: 599px) {
  .table-cart__article-artno,
.table-cart__article-unit,
.table-cart__article-price,
.table-cart__article-quantity,
.table-cart__article-quantity .formfield--sm {
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .table-cart tbody {
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
  }
}
@media (min-width: 600px) {
  .table-cart__article-quantity {
    margin-left: 9rem;
  }
}
@media (max-width: 599px) {
  .table-cart--checkout td,
.table-cart--checkout th {
    padding: 0.5rem;
  }
}

.table--direct-order {
  width: 100%;
}
.table--direct-order .direct-order-no {
  width: 8rem;
  padding-right: 1rem;
}
.table--direct-order .direct-order-no .formfield {
  width: 7rem;
}
.table--direct-order .direct-order-name {
  padding: 0.4rem 0;
}
.table--direct-order .direct-order-name .order-data {
  display: block;
  border: 1px solid #adb5bd;
  height: 4rem;
  padding: 0.7rem 0.8rem;
  cursor: not-allowed;
}
.table--direct-order .direct-order-button {
  width: 20rem;
  padding-left: 1rem;
}
.table--direct-order .direct-order-button .disabled {
  pointer-events: initial;
  cursor: not-allowed;
}
.table--direct-order .order-name {
  margin-right: 1rem;
}
.table--direct-order .order-price__price {
  font-weight: 700;
}
.table--direct-order .order-price__basic-rate {
  font-size: 80%;
  margin-left: 0.5rem;
  color: #888;
}
.table--direct-order .order-price__basic-rate:before {
  content: "(";
}
.table--direct-order .order-price__basic-rate:after {
  content: ")";
}
@media (max-width: 599px) {
  .table--direct-order {
    width: auto;
  }
  .table--direct-order .direct-order-name {
    display: none !important;
  }
}

@media (max-width: 979px) {
  .customer-orders__table > table {
    margin-bottom: 0;
    background-color: transparent;
  }
  .customer-orders__table > table > thead,
.customer-orders__table > table > tfoot {
    display: none;
  }
  .customer-orders__table > table > tbody {
    display: block;
  }
  .customer-orders__table > table > tbody > tr {
    display: block;
    border: 1px solid #ddd;
    border-top: 0;
    margin-bottom: 0.75rem;
  }
  .customer-orders__table > table > tbody > tr > td,
.customer-orders__table > table > tbody > tr > th {
    background-color: transparent;
    display: block;
    vertical-align: middle;
    text-align: right;
    font-weight: 400;
    min-height: 4.4rem;
  }
  .customer-orders__table > table > tbody > tr > td[data-title]:before,
.customer-orders__table > table > tbody > tr > th[data-title]:before {
    content: attr(data-title);
    float: left;
    font-size: inherit;
    font-weight: 700;
  }
}

.table-orders {
  width: 100%;
  background-color: transparent;
}
.table-orders th,
.table-orders td {
  padding: 0.75rem;
  line-height: 2.4rem;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table-orders td {
  font-weight: 400;
}
.table-orders th {
  font-weight: 700;
}
.table-orders .cright {
  text-align: right;
}
.table-orders td.is-active > td, .table-orders td.is-active > th, .table-orders tr > th.is-active > td, .table-orders tr > th.is-active > th,
.table-orders tr.is-active > td,
.table-orders tr.is-active > th {
  background-color: rgba(22, 65, 148, 0.1);
}
.table-orders td.info > td, .table-orders td.info > th, .table-orders tr > th.info > td, .table-orders tr > th.info > th,
.table-orders tr.info > td,
.table-orders tr.info > th {
  background-color: rgba(22, 65, 148, 0.1);
}
.table-orders td.success > td, .table-orders td.success > th, .table-orders tr > th.success > td, .table-orders tr > th.success > th,
.table-orders tr.success > td,
.table-orders tr.success > th {
  background-color: rgba(40, 167, 69, 0.1);
}
.table-orders td.warning > td, .table-orders td.warning > th, .table-orders tr > th.warning > td, .table-orders tr > th.warning > th,
.table-orders tr.warning > td,
.table-orders tr.warning > th {
  background-color: rgba(255, 193, 7, 0.1);
}
.table-orders td.error > td, .table-orders td.error > th, .table-orders tr > th.error > td, .table-orders tr > th.error > th,
.table-orders tr.error > td,
.table-orders tr.error > th {
  background-color: rgba(220, 53, 69, 0.1);
}
.table-orders thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table-orders thead td {
  font-weight: 700;
}
.table-orders caption + thead tr:first-child > th,
.table-orders caption + thead tr:first-child > td,
.table-orders colgroup + thead tr:first-child > th,
.table-orders colgroup + thead tr:first-child > td,
.table-orders thead:first-child tr:first-child > th,
.table-orders thead:first-child tr:first-child > td {
  border-top: 0;
}
.table-orders tbody + tbody {
  border-top: 2px solid #ddd;
}
.table-orders .table {
  background-color: #eee;
}
.table-orders thead th {
  padding-top: 0;
}

.table-orders-options {
  text-align: right;
}
.table-orders-options .btn, .table-orders-options .button {
  margin-top: 0;
}
@media (min-width: 980px) {
  .table-orders-options .btn, .table-orders-options .button {
    font-size: 1.4rem;
    padding-top: 9px;
    padding-right: 0;
    padding-bottom: 9px;
    padding-left: 0;
    width: 4rem;
    height: 4rem;
    position: relative;
  }
  .table-orders-options .btn.btn--next, .table-orders-options .btn--next.button {
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
  .table-orders-options .btn.btn--prev, .table-orders-options .btn--prev.button {
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }
  .table-orders-options .btn.btn--round, .table-orders-options .btn--round.button {
    border-radius: 2rem;
  }
  .table-orders-options .btn:before, .table-orders-options .button:before, .table-orders-options .btn:after, .table-orders-options .button:after {
    z-index: 50;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    opacity: 0;
    position: absolute;
  }
  .table-orders-options .btn:before, .table-orders-options .button:before {
    content: "" !important;
    transition: opacity 0.1s cubic-bezier(0.73, 0.01, 0, 1) 0s, transform 0.6s cubic-bezier(0.73, 0.01, 0, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.73, 0.01, 0, 1) 0s;
    width: 0;
    z-index: 110000;
  }
  .table-orders-options .btn:after, .table-orders-options .button:after {
    content: attr(data-tooltip);
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-family: "Exo", sans-serif;
    font-family: "Exo", sans-serif;
    text-align: left;
    white-space: nowrap;
    max-width: 36rem;
    overflow: hidden;
    padding: 1rem;
    pointer-events: none;
    transition: opacity 0.3s cubic-bezier(0.73, 0.01, 0, 1), transform 0.3s cubic-bezier(0.73, 0.01, 0, 1), -webkit-transform 0.3s cubic-bezier(0.73, 0.01, 0, 1);
    z-index: 100000;
  }
  .table-orders-options .btn:hover:not(.dropdown__toggle--open):before, .table-orders-options .button:hover:not(.dropdown__toggle--open):before {
    transition: opacity 0.1s cubic-bezier(0.73, 0.01, 0, 1) 0.6s, transform 0.6s cubic-bezier(0.73, 0.01, 0, 1) 0.6s, -webkit-transform 0.6s cubic-bezier(0.73, 0.01, 0, 1) 0.6s;
    opacity: 1;
  }
  .table-orders-options .btn:hover:not(.dropdown__toggle--open):after, .table-orders-options .button:hover:not(.dropdown__toggle--open):after {
    opacity: 1;
    transition: opacity 0.3s cubic-bezier(0.73, 0.01, 0, 1) 0.5s, transform 0.3s cubic-bezier(0.73, 0.01, 0, 1) 0.5s, -webkit-transform 0.3s cubic-bezier(0.73, 0.01, 0, 1) 0.5s;
  }
  .table-orders-options .btn:before, .table-orders-options .button:before {
    left: 50%;
    top: -2px;
    -webkit-transform: translate(-50%, calc(-50% - 6px));
            transform: translate(-50%, calc(-50% - 6px));
    content: "";
    display: block;
    position: absolute;
    border: 0.4rem solid transparent;
    border-top: 0.4rem solid #333;
    border-bottom: 0;
    height: 0;
    width: 0;
  }
  .table-orders-options .btn:after, .table-orders-options .button:after {
    left: 50%;
    bottom: 100%;
    -webkit-transform: translate(-50%, 12px);
            transform: translate(-50%, 12px);
  }
  .table-orders-options .btn:hover:before, .table-orders-options .button:hover:before {
    -webkit-transform: translate(-50%, calc(-50% - 4px));
            transform: translate(-50%, calc(-50% - 4px));
  }
  .table-orders-options .btn:hover:after, .table-orders-options .button:hover:after {
    -webkit-transform: translate(-50%, -8px);
            transform: translate(-50%, -8px);
  }
  .table-orders-options .btn.tooltip--bottom:before, .table-orders-options .tooltip--bottom.button:before {
    border-bottom-color: #343a40;
  }
  .table-orders-options .btn.tooltip--left:before, .table-orders-options .tooltip--left.button:before {
    border-left-color: #343a40;
  }
  .table-orders-options .btn.tooltip--right:before, .table-orders-options .tooltip--right.button:before {
    border-right-color: #343a40;
  }
  .table-orders-options .btn:not(.tooltip--bottom):not(.tooltip--left):not(.tooltip--right):before, .table-orders-options .button:not(.tooltip--bottom):not(.tooltip--left):not(.tooltip--right):before {
    border-top-color: #343a40;
  }
  .table-orders-options .btn:after, .table-orders-options .button:after {
    color: #fff;
    background-color: #343a40;
  }
  .table-orders-options .btn .icon, .table-orders-options .button .icon {
    width: 2rem;
    height: 2rem;
  }
}

@media (max-width: 599px) {
  .tabs--responsive .accordion__toggle {
    position: relative;
    cursor: pointer;
    padding: 0 0 0 2rem;
    margin: 0;
    color: #222;
  }
  .tabs--responsive .accordion__toggle:hover {
    color: #164194;
  }
  .tabs--responsive .accordion__toggle .icon {
    width: 1.2rem;
    height: 1.2rem;
    display: block;
    position: absolute;
    left: 0;
    top: 0.6rem;
    -webkit-transition: -webkit-transform 0.4s linear;
    transition: -webkit-transform 0.4s linear;
    transition: transform 0.4s linear;
    transition: transform 0.4s linear, -webkit-transform 0.4s linear;
  }
  .tabs--responsive .accordion__toggle .icon--close {
    opacity: 0;
  }
  .tabs--responsive .accordion__toggle.accordion--is-open .icon--open {
    opacity: 0;
  }
  .tabs--responsive .accordion__toggle.accordion--is-open .icon--close {
    opacity: 1;
  }
  .csstransforms .tabs--responsive .accordion__toggle.accordion--is-open .icon--open {
    opacity: 1;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .csstransforms .tabs--responsive .accordion__toggle.accordion--is-open .icon--close {
    opacity: 0;
  }
  .tabs--responsive .accordion__content {
    display: none;
    margin: 0;
    padding: 1.2rem 0 0 2rem;
  }
  .tabs--responsive .accordion__content + .accordion__toggle {
    margin-top: 2.4rem;
  }
  .tabs--responsive .accordion__toggle {
    display: block;
  }
  .tabs--responsive .tabs__content {
    margin: 0 !important;
  }
}
@media (min-width: 600px) {
  .tabs--responsive .accordion__toggle {
    display: none;
  }
  .tabs--responsive > .tabs__content-wrapper > .accordion__toggle:first-child + .tabs__content {
    display: block;
  }
}

.tabs .tabs__content-wrapper {
  margin-top: 0;
}
.tabs .tabs__content {
  margin-top: 2.4rem;
}
.tabs .tabs__content-wrapper > .tabs__content:not(:first-child) {
  display: none;
}
.tabs .tabs__list {
  border-bottom: 1px solid #adb5bd;
  /*
      li:first-child a {
          border-radius: $tab-border-radius 0 0 0;
      }

      li:last-child a {
          border-radius: 0 $tab-border-radius 0 0;
      }

      li:first-child:last-child a {
          border-radius: $tab-border-radius $tab-border-radius 0 0;
      }
  */
  display: block;
}
.tabs .tabs__list,
.tabs .tabs__list li {
  list-style: none;
  background-image: none;
  padding: 0;
  margin: 0;
}
.tabs .tabs__list li {
  display: inline;
}
.tabs .tabs__list::after {
  display: block;
  clear: both;
  content: "";
}
.tabs .tabs__list > li {
  display: inline;
}
.tabs .tabs__list > li > a {
  position: relative;
  z-index: 10;
  display: block;
  float: left;
  padding: 1rem 2rem;
  margin-bottom: -1px;
  margin-right: 0.2rem;
  cursor: pointer;
  text-decoration: none;
  color: #164194;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  border-bottom: 1px solid #adb5bd;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-radius: 0 0 0 0;
}
.tabs .tabs__list > li > a:hover,
.tabs .tabs__list > li > a:focus {
  z-index: 20;
  color: #000;
  background-color: #8A9FC9;
  border-color: #8A9FC9;
  border-bottom: 1px solid #adb5bd;
  text-decoration: underline;
}
.tabs .tabs__list > li.tabs--is-open > a,
.tabs .tabs__list > li.is-active > a {
  z-index: 30;
  color: #222;
  background-color: #fff;
  border-color: #adb5bd;
  border-bottom: 1px solid #fff;
}

#toast-container > div {
  opacity: 1;
  text-align: left;
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.275);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.275);
}
#toast-container > div:hover {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.575);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.575);
}

.toast-success {
  background-color: #28a745;
}

.toast-warning {
  background-color: #ffc107;
}

.toast-error {
  background-color: #dc3545;
}

.toast-info {
  background-color: #164194;
}

.site-content > .breadcrumb {
  top: -2rem;
}

.breadcrumb {
  position: relative;
}
.breadcrumb .container {
  height: 2rem;
  overflow-y: hidden;
}
.breadcrumb ol {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumb li {
  margin: 0;
  padding: 0;
  padding-right: 2rem;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.6rem;
  line-height: 2rem;
  white-space: nowrap;
}
.breadcrumb li:last-child .icon {
  display: none;
}
.breadcrumb a {
  text-decoration: none;
  color: #888;
}
.breadcrumb a:hover, .breadcrumb a:focus, .breadcrumb a:active {
  color: #164194;
}
.breadcrumb li:last-child a {
  color: #222;
  pointer-events: none;
  cursor: default;
}
.breadcrumb .icon {
  position: absolute;
  top: 0.6rem;
  right: 0.5rem;
  width: 0.9rem;
  height: 0.9rem;
  color: #adb5bd;
}

.breadcrumb__spacer {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.cart-preview {
  position: absolute;
  top: 0;
  right: 5rem;
}
@media (min-width: 980px) {
  .cart-preview {
    right: 0;
  }
}
.cart-preview .cart-preview__toggle {
  z-index: 1;
}
.cart-preview .cart-preview__toggle span {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding-top: 1rem;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 700;
  text-shadow: 0 0 6px #28a745;
}
.cart-preview.cart-preview--filled .cart-preview__toggle {
  color: #28a745;
}
.cart-preview.cart-preview--filled .cart-preview__toggle:visited {
  color: #28a745;
}
.cart-preview.cart-preview--filled .cart-preview__toggle:hover {
  color: #164194;
}
.cart-preview.cart-preview--filled .cart-preview__toggle:active {
  color: #164194;
}
.cart-preview .cart-preview__content {
  left: auto;
  right: 0;
  color: #222;
  min-width: 24rem;
}
.cart-preview .cart-preview__list {
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.6rem;
}
.cart-preview .cart-preview__list td {
  vertical-align: top;
  padding: 0 0 0.5rem;
}
.cart-preview .cart-preview__list .cart-preview__quantity {
  text-align: right;
  white-space: nowrap;
  padding-right: 0.5rem;
  width: 2rem;
}
.cart-preview .cart-preview__sum {
  width: 100%;
}
.cart-preview .cart-preview__sum td {
  vertical-align: top;
  border-top: 1px solid #ddd;
  padding: 0.3rem 0;
  font-weight: 600;
}
.cart-preview .cart-preview__sum-value {
  text-align: right;
  white-space: nowrap;
}
.cart-preview .cart-preview__vat {
  font-size: 1.4rem;
  line-height: 1.6rem;
  margin-top: 1.2rem;
}

.nav-categories {
  clear: both;
  position: relative;
  font-family: "Exo", sans-serif;
  z-index: 25;
  background-color: #ddd;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 979px) {
  .nav-categories {
    background-color: #ddd;
    border-bottom: 1px solid #ddd;
  }
  .nav-categories::after {
    display: block;
    clear: both;
    content: "";
  }
  .nav-categories .nav-categories__container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding-right: var(--bs-gutter-x, 10px);
    padding-left: var(--bs-gutter-x, 10px);
    margin-right: auto;
    margin-left: auto;
    min-width: 320px;
    max-width: 1240px;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: left;
    position: relative;
    text-align: left;
    display: block;
  }
  .nav-categories .nav-categories__container > ul,
.nav-categories .nav-categories__container > .dropdown__content,
.nav-categories .nav-categories__container .dropdown__sublist > ul,
.nav-categories .nav-categories__container .dropdown__sublist > .dropdown__content {
    display: none;
    position: absolute;
    left: 0;
    min-width: 16rem;
    margin: 0;
    padding: 1.5rem;
    z-index: 50;
    background-color: #fff;
    border: 1px solid #bbb;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    top: 100%;
    bottom: auto;
  }
  .nav-categories .nav-categories__container > ul,
.nav-categories .nav-categories__container .dropdown__sublist > ul {
    list-style: none;
    padding: 0;
  }
  .nav-categories .nav-categories__container > ul li,
.nav-categories .nav-categories__container .dropdown__sublist > ul li {
    margin-top: 0;
  }
  .nav-categories .nav-categories__container > ul li a,
.nav-categories .nav-categories__container .dropdown__sublist > ul li a {
    display: block;
    padding: 0.8rem 1.5rem;
    clear: both;
    color: #333;
    white-space: nowrap;
  }
  .nav-categories .nav-categories__container > ul li a:hover,
.nav-categories .nav-categories__container .dropdown__sublist > ul li a:hover {
    color: #333;
    background-color: #eee;
  }
  .nav-categories .nav-categories__container > ul li.is-active a,
.nav-categories .nav-categories__container .dropdown__sublist > ul li.is-active a {
    color: #1099cb;
    background-color: #fff;
  }
  .nav-categories .nav-categories__container .dropdown__divider,
.nav-categories .nav-categories__container .dropdown__sublist .dropdown__divider {
    height: 1px;
    margin: 0;
    overflow: hidden;
    background-color: #bbb;
  }
  .nav-categories .nav-categories__container .dropdown__caret,
.nav-categories .nav-categories__container .dropdown__sublist .dropdown__caret {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.2rem;
    border: 0.5rem solid transparent;
    border-top: 0.5rem solid #333;
    border-bottom: 0;
    height: 0;
    width: 0;
  }
  .nav-categories .nav-categories__container.dropdown--left > ul,
.nav-categories .nav-categories__container.dropdown--left > .dropdown__content, .nav-categories .nav-categories__container.dropdown--right > ul,
.nav-categories .nav-categories__container.dropdown--right > .dropdown__content, .nav-categories .nav-categories__container.dropdown--center > ul,
.nav-categories .nav-categories__container.dropdown--center > .dropdown__content {
    margin-top: 1.2rem;
  }
  .nav-categories .nav-categories__container.dropdown--left > ul:before,
.nav-categories .nav-categories__container.dropdown--left > .dropdown__content:before, .nav-categories .nav-categories__container.dropdown--right > ul:before,
.nav-categories .nav-categories__container.dropdown--right > .dropdown__content:before, .nav-categories .nav-categories__container.dropdown--center > ul:before,
.nav-categories .nav-categories__container.dropdown--center > .dropdown__content:before {
    content: "";
    display: block;
    position: absolute;
    border: 1.2rem solid transparent;
    border-bottom: 1.2rem solid #bbb;
    border-top: 0;
    height: 0;
    width: 0;
    top: -1.2rem;
  }
  .nav-categories .nav-categories__container.dropdown--left > ul:after,
.nav-categories .nav-categories__container.dropdown--left > .dropdown__content:after, .nav-categories .nav-categories__container.dropdown--right > ul:after,
.nav-categories .nav-categories__container.dropdown--right > .dropdown__content:after, .nav-categories .nav-categories__container.dropdown--center > ul:after,
.nav-categories .nav-categories__container.dropdown--center > .dropdown__content:after {
    content: "";
    display: block;
    position: absolute;
    border: 1.1rem solid transparent;
    border-bottom: 1.1rem solid #fff;
    border-top: 0;
    height: 0;
    width: 0;
    top: -1.1rem;
  }
  .nav-categories .nav-categories__container.dropdown--left > ul:before,
.nav-categories .nav-categories__container.dropdown--left > .dropdown__content:before {
    left: 0.9rem;
  }
  .nav-categories .nav-categories__container.dropdown--left > ul:after,
.nav-categories .nav-categories__container.dropdown--left > .dropdown__content:after {
    left: 1rem;
  }
  .nav-categories .nav-categories__container.dropdown--right > ul,
.nav-categories .nav-categories__container.dropdown--right > .dropdown__content {
    left: auto;
    right: 0;
  }
  .nav-categories .nav-categories__container.dropdown--right > ul:before,
.nav-categories .nav-categories__container.dropdown--right > .dropdown__content:before {
    right: 0.9rem;
  }
  .nav-categories .nav-categories__container.dropdown--right > ul:after,
.nav-categories .nav-categories__container.dropdown--right > .dropdown__content:after {
    right: 1rem;
  }
  .nav-categories .nav-categories__container.dropdown--center > ul,
.nav-categories .nav-categories__container.dropdown--center > .dropdown__content {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .nav-categories .nav-categories__container.dropdown--center > ul:before,
.nav-categories .nav-categories__container.dropdown--center > .dropdown__content:before {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .nav-categories .nav-categories__container.dropdown--center > ul:after,
.nav-categories .nav-categories__container.dropdown--center > .dropdown__content:after {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .nav-categories .nav-categories__container .dropdown__sublist {
    position: relative;
  }
  .nav-categories .nav-categories__container .dropdown__sublist > ul,
.nav-categories .nav-categories__container .dropdown__sublist > .dropdown__content {
    top: 0;
    left: 100%;
    margin-top: -1px;
  }
  .nav-categories .nav-categories__container .dropdown__sublist > a:after {
    content: "";
    content: "";
    display: block;
    position: absolute;
    border: 0.5rem solid transparent;
    border-left: 0.5rem solid #333;
    border-right: 0;
    height: 0;
    width: 0;
    right: 1rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .nav-categories .nav-categories__container.dropdown--upwards > ul,
.nav-categories .nav-categories__container.dropdown--upwards > .dropdown__content {
    top: auto;
    bottom: 100%;
  }
  .nav-categories .nav-categories__container.dropdown--upwards .dropdown__caret {
    border: 0.5rem solid transparent;
    border-bottom: 0.5rem solid #333;
    border-top: 0;
    height: 0;
    width: 0;
  }
  .nav-categories .nav-categories__container.dropdown--upwards.dropdown--left > ul,
.nav-categories .nav-categories__container.dropdown--upwards.dropdown--left > .dropdown__content, .nav-categories .nav-categories__container.dropdown--upwards.dropdown--right > ul,
.nav-categories .nav-categories__container.dropdown--upwards.dropdown--right > .dropdown__content, .nav-categories .nav-categories__container.dropdown--upwards.dropdown--center > ul,
.nav-categories .nav-categories__container.dropdown--upwards.dropdown--center > .dropdown__content {
    margin-top: 0;
    margin-bottom: 1.2rem;
  }
  .nav-categories .nav-categories__container.dropdown--upwards.dropdown--left > ul:before,
.nav-categories .nav-categories__container.dropdown--upwards.dropdown--left > .dropdown__content:before, .nav-categories .nav-categories__container.dropdown--upwards.dropdown--right > ul:before,
.nav-categories .nav-categories__container.dropdown--upwards.dropdown--right > .dropdown__content:before, .nav-categories .nav-categories__container.dropdown--upwards.dropdown--center > ul:before,
.nav-categories .nav-categories__container.dropdown--upwards.dropdown--center > .dropdown__content:before {
    content: "";
    display: block;
    position: absolute;
    border: 1.2rem solid transparent;
    border-top: 1.2rem solid #bbb;
    border-bottom: 0;
    height: 0;
    width: 0;
    top: auto;
    bottom: -1.2rem;
  }
  .nav-categories .nav-categories__container.dropdown--upwards.dropdown--left > ul:after,
.nav-categories .nav-categories__container.dropdown--upwards.dropdown--left > .dropdown__content:after, .nav-categories .nav-categories__container.dropdown--upwards.dropdown--right > ul:after,
.nav-categories .nav-categories__container.dropdown--upwards.dropdown--right > .dropdown__content:after, .nav-categories .nav-categories__container.dropdown--upwards.dropdown--center > ul:after,
.nav-categories .nav-categories__container.dropdown--upwards.dropdown--center > .dropdown__content:after {
    content: "";
    display: block;
    position: absolute;
    border: 1.1rem solid transparent;
    border-top: 1.1rem solid #fff;
    border-bottom: 0;
    height: 0;
    width: 0;
    top: auto;
    bottom: -1.1rem;
  }
}
@media (max-width: 979px) and (min-width: 400px) {
  .nav-categories .nav-categories__container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 979px) {
  .nav-categories .nav-categories__container .container,
.nav-categories .nav-categories__container .alerts {
    padding: 0;
    min-width: 0;
  }
}
@media (max-width: 979px) {
  .nav-categories .nav-categories__container .dropdown__content {
    right: 0;
    border-left: 0;
    border-right: 0;
    padding: 0;
    border: 0;
  }
  .nav-categories .nav-categories__container .dropdown__content ul {
    display: block;
  }
  .nav-categories .nav-categories__container .dropdown__content li {
    border-bottom: 1px solid #eee;
  }
  .nav-categories .nav-categories__container .dropdown__content li a {
    display: block;
    padding: 1rem 2rem;
  }
}
@media (max-width: 979px) and (max-width: 399px) {
  .nav-categories .nav-categories__container .dropdown__content li a {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 979px) {
  .nav-categories .nav-categories__container ul {
    list-style: none;
    padding: 0;
  }
  .nav-categories .nav-categories__container ul li {
    margin-top: 0;
  }
  .nav-categories .nav-categories__container ul li a {
    display: block;
    padding: 0.8rem 1.5rem;
    clear: both;
    color: #222;
    white-space: nowrap;
  }
  .nav-categories .nav-categories__container ul li a:hover {
    color: #222;
    background-color: rgba(22, 65, 148, 0.1);
  }
  .nav-categories .nav-categories__container ul li.is-active a {
    color: #164194;
    background-color: #fff;
  }
}
@media (max-width: 979px) {
  .nav-categories .dropdown__toggle {
    padding: 0.8rem 0;
    display: block;
    color: #222;
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}
@media (min-width: 980px) {
  .nav-categories .nav-categories__container {
    width: 100%;
    padding-right: var(--bs-gutter-x, 10px);
    padding-left: var(--bs-gutter-x, 10px);
    margin-right: auto;
    margin-left: auto;
    min-width: 320px;
    max-width: 1240px;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: left;
    position: relative;
  }
}
@media (min-width: 980px) and (min-width: 400px) {
  .nav-categories .nav-categories__container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 980px) {
  .nav-categories .nav-categories__container .container,
.nav-categories .nav-categories__container .alerts {
    padding: 0;
    min-width: 0;
  }
}
@media (min-width: 980px) {
  .nav-categories .nav-categories__container .dropdown__content > ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .nav-categories .nav-categories__container .dropdown__content > ul > li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }
  .nav-categories .nav-categories__container .dropdown__content > ul > li > ul,
.nav-categories .nav-categories__container .dropdown__content > ul > li > .dropdown__content,
.nav-categories .nav-categories__container .dropdown__content > ul > li .dropdown__sublist > ul,
.nav-categories .nav-categories__container .dropdown__content > ul > li .dropdown__sublist > .dropdown__content {
    display: none;
    position: absolute;
    left: 0;
    min-width: 16rem;
    margin: 0;
    padding: 1.5rem;
    z-index: 50;
    background-color: #fff;
    border: 1px solid #bbb;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    top: 100%;
    bottom: auto;
  }
  .nav-categories .nav-categories__container .dropdown__content > ul > li > ul,
.nav-categories .nav-categories__container .dropdown__content > ul > li .dropdown__sublist > ul {
    list-style: none;
    padding: 0;
  }
  .nav-categories .nav-categories__container .dropdown__content > ul > li > ul li,
.nav-categories .nav-categories__container .dropdown__content > ul > li .dropdown__sublist > ul li {
    margin-top: 0;
  }
  .nav-categories .nav-categories__container .dropdown__content > ul > li > ul li a,
.nav-categories .nav-categories__container .dropdown__content > ul > li .dropdown__sublist > ul li a {
    display: block;
    padding: 0.8rem 1.5rem;
    clear: both;
    color: #333;
    white-space: nowrap;
  }
  .nav-categories .nav-categories__container .dropdown__content > ul > li > ul li a:hover,
.nav-categories .nav-categories__container .dropdown__content > ul > li .dropdown__sublist > ul li a:hover {
    color: #333;
    background-color: #eee;
  }
  .nav-categories .nav-categories__container .dropdown__content > ul > li > ul li.is-active a,
.nav-categories .nav-categories__container .dropdown__content > ul > li .dropdown__sublist > ul li.is-active a {
    color: #1099cb;
    background-color: #fff;
  }
  .nav-categories .nav-categories__container .dropdown__content > ul > li .dropdown__divider,
.nav-categories .nav-categories__container .dropdown__content > ul > li .dropdown__sublist .dropdown__divider {
    height: 1px;
    margin: 0;
    overflow: hidden;
    background-color: #bbb;
  }
  .nav-categories .nav-categories__container .dropdown__content > ul > li .dropdown__caret,
.nav-categories .nav-categories__container .dropdown__content > ul > li .dropdown__sublist .dropdown__caret {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.2rem;
    border: 0.5rem solid transparent;
    border-top: 0.5rem solid #333;
    border-bottom: 0;
    height: 0;
    width: 0;
  }
  .nav-categories .nav-categories__container .dropdown__content > ul > li.dropdown--left > ul,
.nav-categories .nav-categories__container .dropdown__content > ul > li.dropdown--left > .dropdown__content, .nav-categories .nav-categories__container .dropdown__content > ul > li.dropdown--right > ul,
.nav-categories .nav-categories__container .dropdown__content > ul > li.dropdown--right > .dropdown__content, .nav-categories .nav-categories__container .dropdown__content > ul > li.dropdown--center > ul,
.nav-categories .nav-categories__container .dropdown__content > ul > li.dropdown--center > .dropdown__content {
    margin-top: 1.2rem;
  }
  .nav-categories .nav-categories__container .dropdown__content > ul > li.dropdown--left > ul:before,
.nav-categories .nav-categories__container .dropdown__content > ul > li.dropdown--left > .dropdown__content:before, .nav-categories .nav-categories__container .dropdown__content > ul > li.dropdown--right > ul:before,
.nav-categories .nav-categories__container .dropdown__content > ul > li.dropdown--right > .dropdown__content:before, .nav-categories .nav-categories__container .dropdown__content > ul > li.dropdown--center > ul:before,
.nav-categories .nav-categories__container .dropdown__content > ul > li.dropdown--center > .dropdown__content:before {
    content: "";
    display: block;
    position: absolute;
    border: 1.2rem solid transparent;
    border-bottom: 1.2rem solid #bbb;
    border-top: 0;
    height: 0;
    width: 0;
    top: -1.2rem;
  }
  .nav-categories .nav-categories__container .dropdown__content > ul > li.dropdown--left > ul:after,
.nav-categories .nav-categories__container .dropdown__content > ul > li.dropdown--left > .dropdown__content:after, .nav-categories .nav-categories__container .dropdown__content > ul > li.dropdown--right > ul:after,
.nav-categories .nav-categories__container .dropdown__content > ul > li.dropdown--right > .dropdown__content:after, .nav-categories .nav-categories__container .dropdown__content > ul > li.dropdown--center > ul:after,
.nav-categories .nav-categories__container .dropdown__content > ul > li.dropdown--center > .dropdown__content:after {
    content: "";
    display: block;
    position: absolute;
    border: 1.1rem solid transparent;
    border-bottom: 1.1rem solid #fff;
    border-top: 0;
    height: 0;
    width: 0;
    top: -1.1rem;
  }
  .nav-categories .nav-categories__container .dropdown__content > ul > li.dropdown--left > ul:before,
.nav-categories .nav-categories__container .dropdown__content > ul > li.dropdown--left > .dropdown__content:before {
    left: 0.9rem;
  }
  .nav-categories .nav-categories__container .dropdown__content > ul > li.dropdown--left > ul:after,
.nav-categories .nav-categories__container .dropdown__content > ul > li.dropdown--left > .dropdown__content:after {
    left: 1rem;
  }
  .nav-categories .nav-categories__container .dropdown__content > ul > li.dropdown--right > ul,
.nav-categories .nav-categories__container .dropdown__content > ul > li.dropdown--right > .dropdown__content {
    left: auto;
    right: 0;
  }
  .nav-categories .nav-categories__container .dropdown__content > ul > li.dropdown--right > ul:before,
.nav-categories .nav-categories__container .dropdown__content > ul > li.dropdown--right > .dropdown__content:before {
    right: 0.9rem;
  }
  .nav-categories .nav-categories__container .dropdown__content > ul > li.dropdown--right > ul:after,
.nav-categories .nav-categories__container .dropdown__content > ul > li.dropdown--right > .dropdown__content:after {
    right: 1rem;
  }
  .nav-categories .nav-categories__container .dropdown__content > ul > li.dropdown--center > ul,
.nav-categories .nav-categories__container .dropdown__content > ul > li.dropdown--center > .dropdown__content {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .nav-categories .nav-categories__container .dropdown__content > ul > li.dropdown--center > ul:before,
.nav-categories .nav-categories__container .dropdown__content > ul > li.dropdown--center > .dropdown__content:before {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .nav-categories .nav-categories__container .dropdown__content > ul > li.dropdown--center > ul:after,
.nav-categories .nav-categories__container .dropdown__content > ul > li.dropdown--center > .dropdown__content:after {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .nav-categories .nav-categories__container .dropdown__content > ul > li .dropdown__sublist {
    position: relative;
  }
  .nav-categories .nav-categories__container .dropdown__content > ul > li .dropdown__sublist > ul,
.nav-categories .nav-categories__container .dropdown__content > ul > li .dropdown__sublist > .dropdown__content {
    top: 0;
    left: 100%;
    margin-top: -1px;
  }
  .nav-categories .nav-categories__container .dropdown__content > ul > li .dropdown__sublist > a:after {
    content: "";
    content: "";
    display: block;
    position: absolute;
    border: 0.5rem solid transparent;
    border-left: 0.5rem solid #333;
    border-right: 0;
    height: 0;
    width: 0;
    right: 1rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .nav-categories .nav-categories__container .dropdown__content > ul > li.dropdown--upwards > ul,
.nav-categories .nav-categories__container .dropdown__content > ul > li.dropdown--upwards > .dropdown__content {
    top: auto;
    bottom: 100%;
  }
  .nav-categories .nav-categories__container .dropdown__content > ul > li.dropdown--upwards .dropdown__caret {
    border: 0.5rem solid transparent;
    border-bottom: 0.5rem solid #333;
    border-top: 0;
    height: 0;
    width: 0;
  }
  .nav-categories .nav-categories__container .dropdown__content > ul > li.dropdown--upwards.dropdown--left > ul,
.nav-categories .nav-categories__container .dropdown__content > ul > li.dropdown--upwards.dropdown--left > .dropdown__content, .nav-categories .nav-categories__container .dropdown__content > ul > li.dropdown--upwards.dropdown--right > ul,
.nav-categories .nav-categories__container .dropdown__content > ul > li.dropdown--upwards.dropdown--right > .dropdown__content, .nav-categories .nav-categories__container .dropdown__content > ul > li.dropdown--upwards.dropdown--center > ul,
.nav-categories .nav-categories__container .dropdown__content > ul > li.dropdown--upwards.dropdown--center > .dropdown__content {
    margin-top: 0;
    margin-bottom: 1.2rem;
  }
  .nav-categories .nav-categories__container .dropdown__content > ul > li.dropdown--upwards.dropdown--left > ul:before,
.nav-categories .nav-categories__container .dropdown__content > ul > li.dropdown--upwards.dropdown--left > .dropdown__content:before, .nav-categories .nav-categories__container .dropdown__content > ul > li.dropdown--upwards.dropdown--right > ul:before,
.nav-categories .nav-categories__container .dropdown__content > ul > li.dropdown--upwards.dropdown--right > .dropdown__content:before, .nav-categories .nav-categories__container .dropdown__content > ul > li.dropdown--upwards.dropdown--center > ul:before,
.nav-categories .nav-categories__container .dropdown__content > ul > li.dropdown--upwards.dropdown--center > .dropdown__content:before {
    content: "";
    display: block;
    position: absolute;
    border: 1.2rem solid transparent;
    border-top: 1.2rem solid #bbb;
    border-bottom: 0;
    height: 0;
    width: 0;
    top: auto;
    bottom: -1.2rem;
  }
  .nav-categories .nav-categories__container .dropdown__content > ul > li.dropdown--upwards.dropdown--left > ul:after,
.nav-categories .nav-categories__container .dropdown__content > ul > li.dropdown--upwards.dropdown--left > .dropdown__content:after, .nav-categories .nav-categories__container .dropdown__content > ul > li.dropdown--upwards.dropdown--right > ul:after,
.nav-categories .nav-categories__container .dropdown__content > ul > li.dropdown--upwards.dropdown--right > .dropdown__content:after, .nav-categories .nav-categories__container .dropdown__content > ul > li.dropdown--upwards.dropdown--center > ul:after,
.nav-categories .nav-categories__container .dropdown__content > ul > li.dropdown--upwards.dropdown--center > .dropdown__content:after {
    content: "";
    display: block;
    position: absolute;
    border: 1.1rem solid transparent;
    border-top: 1.1rem solid #fff;
    border-bottom: 0;
    height: 0;
    width: 0;
    top: auto;
    bottom: -1.1rem;
  }
  .nav-categories .nav-categories__container .dropdown__content > ul > li > a {
    display: block;
    margin-right: 2rem;
    padding: 0.8rem 0;
    color: #222;
  }
  .nav-categories .nav-categories__container .dropdown__content > ul > li > a:visited {
    color: #222;
  }
  .nav-categories .nav-categories__container .dropdown__content > ul > li > a:hover {
    color: #222;
  }
  .nav-categories .nav-categories__container .dropdown__content > ul > li > a:active {
    color: #164194;
  }
  .nav-categories .nav-categories__container .dropdown__content > ul > li.is-active > a {
    color: #164194;
  }
}
@media (min-width: 980px) {
  .nav-categories .dropdown__toggle {
    display: none;
  }
}

.nav-footer {
  text-align: center;
}
.nav-footer li {
  display: inline-block;
  padding: 1.2rem;
  white-space: nowrap;
}

.nav-lang {
  position: absolute;
  top: 0;
  right: 15rem;
}
@media (min-width: 980px) {
  .nav-lang {
    right: 10rem;
  }
}
.nav-lang .dropdown__content {
  padding: 1rem 1.5rem;
  min-width: 24rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  color: #222;
}
.nav-lang .dropdown__content select,
.nav-lang .dropdown__content .btn,
.nav-lang .dropdown__content .button {
  display: block;
  width: 100%;
}

nav {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
nav ul {
  list-style: none;
}
nav ul,
nav ul li {
  margin: 0;
  padding: 0;
}

.site-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 35;
  margin-bottom: 1.5rem;
}
.site-nav__menu {
  position: relative;
}
.site-nav__menu > .dropdown__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.site-nav__menu > .dropdown__toggle .hamburger {
  margin-right: 0.6rem;
  margin-left: 5px;
}
.site-nav__menu > ul {
  width: 80rem;
  position: absolute;
  top: calc( 100% + 1.7rem );
  right: 0;
  left: auto;
  background-color: #fff;
}
.site-nav__menu > ul > li > a {
  display: block;
  height: 4rem;
  font-size: 1.8rem;
  line-height: 2rem;
  color: #222;
  background-color: #eee;
  padding: 1rem 2rem;
  white-space: nowrap;
}
.site-nav__menu > ul > li > a:visited {
  color: #222;
}
.site-nav__menu > ul > li > a:hover {
  color: #222;
}
.site-nav__menu > ul > li > a:active {
  color: #222;
}
.site-nav__menu > ul > li > a:hover {
  text-decoration: none;
  background-color: #ddd;
}
.site-nav__menu > ul > li:not(:last-child) {
  border-bottom: 1px solid #fff;
}
.site-nav__link {
  margin-right: 2rem;
}

#responsive-status {
  display: none;
  font-family: "mobile";
  min-width: 0;
}
@media (min-width: 0) {
  #responsive-status {
    font-family: "mobile";
    min-width: 0;
  }
}
@media (min-width: 400px) {
  #responsive-status {
    font-family: "xs";
    min-width: 400px;
  }
}
@media (min-width: 600px) {
  #responsive-status {
    font-family: "sm";
    min-width: 600px;
  }
}
@media (min-width: 740px) {
  #responsive-status {
    font-family: "md";
    min-width: 740px;
  }
}
@media (min-width: 980px) {
  #responsive-status {
    font-family: "lg";
    min-width: 980px;
  }
}
@media (min-width: 1240px) {
  #responsive-status {
    font-family: "xl";
    min-width: 1240px;
  }
}

.site-content {
  padding: 4.8rem 0;
  z-index: 20;
  position: relative;
}

.text-center {
  text-align: center;
}

.d-none {
  display: none !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.w-100 {
  width: 100% !important;
}

.text-primary {
  color: #164194;
}

.site-footer {
  color: #222;
  background-color: rgba(238, 238, 238, 0.5);
  padding: 2.4rem 0;
  z-index: 10;
  border-top: 1px solid #ccc;
}
.site-footer__link {
  color: #222;
}
.site-footer__link:visited {
  color: #222;
}
.site-footer__link:hover {
  color: #222;
}
.site-footer__link:active {
  color: #222;
}

.header-top {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #C4CFE4;
}

.site-header {
  position: relative;
  border-bottom: 1px solid #ccc;
  z-index: 30;
  height: 17.3rem;
}
.site-header--guest .test-system {
  margin-bottom: 1.2rem;
}
.site-header--user.site-header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.4rem;
}
.site-header--user.site-header__top a {
  color: #222;
}
.site-header--user.site-header__top a:visited {
  color: #222;
}
.site-header--user.site-header__top a:hover {
  color: #222;
}
.site-header--user.site-header__top a:active {
  color: #222;
}
.site-header--user .site-header__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.site-header__logo {
  display: inline-block;
  width: 24rem;
  height: 1.8rem;
}
@media (min-width: 980px) {
  .site-header__logo {
    width: 39rem;
    height: 2.9rem;
  }
}

.site-languages {
  text-align: right;
  margin-bottom: 2.5rem;
  background-color: #C4CFE4;
  height: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.site-contact {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
.site-contact .language {
  float: right;
  margin-left: 30px;
}
.site-contact .__link {
  font-family: "Exo", sans-serif;
  font-size: 1.7rem;
  color: #000;
  float: right;
  margin-left: 25px;
}

.site-language {
  line-height: 1.9rem;
  color: #222;
  margin-left: 0.5rem;
}
.site-language:visited {
  color: #222;
}
.site-language:hover {
  color: #222;
}
.site-language:active {
  color: #222;
}

.site-mailto, .site-telephone {
  width: 150px;
  float: right;
  margin-right: 45px;
}

.user-welcome {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

.user-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.user-details .icon {
  margin-right: 0.3rem;
}

.user-logout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 4rem;
}
.user-logout .icon {
  margin-right: 0.3rem;
}

.main-header {
  padding: 0 0 1.2rem;
}
.main-header::after {
  display: block;
  clear: both;
  content: "";
}
.main-header .container__inner {
  position: relative;
}
.main-header .dropdown__toggle {
  display: block;
  width: 4rem;
  height: 4rem;
  position: relative;
  border: 1px solid #164194;
}
.main-header .dropdown__toggle i,
.main-header .dropdown__toggle svg,
.main-header .dropdown__toggle .hamburger {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.site-login {
  position: absolute;
  top: 0;
  right: 10rem;
}
@media (min-width: 980px) {
  .site-login {
    right: 5rem;
  }
}
.site-login .site-login__content,
.site-login > ul {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  color: #222;
}

.nav-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 2.4rem;
  margin-bottom: 1.5rem;
}
.nav-main > ul {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.nav-main > ul > li {
  min-height: 4rem;
}
.nav-main > ul > li > a {
  position: relative;
  padding-bottom: 0.7rem;
}
.nav-main > ul > li > a:hover {
  text-decoration: none;
  color: #fff;
}
.nav-main > ul > li > a:after {
  position: absolute;
  bottom: 0;
  left: 2rem;
  right: 2rem;
  height: 0.3rem;
  content: "";
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.nav-main > ul > li.is-active > a:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: none;
  transition: none;
}
.nav-main > ul.is-open > li.is-open > a:after,
.nav-main > ul > li > a:hover:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.nav-main > ul .dropdown__content {
  position: absolute;
  top: 11.3rem;
  left: 25%;
  right: 18px;
  border: 1px solid #ccc;
  background-color: #eee;
  height: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  z-index: 1;
  display: none;
}
.nav-main > ul .dropdown__content > div {
  width: 33%;
}
.nav-main > ul .dropdown__content > div > ul > li > a {
  color: #000;
  font-face: "Exo", sans-serif;
}
.nav-main > ul .dropdown__content > div > h2, .nav-main > ul .dropdown__content .nav-main__container > h2 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1.8rem;
}
.nav-main > ul .dropdown__content > div > ul > li, .nav-main > ul .dropdown__content .nav-main__container > ul > li {
  border-bottom: 1px solid #eee;
  margin-top: 1.8rem;
  padding-bottom: 1.8rem;
}
.nav-main > ul > li.is-open .dropdown__content {
  display: block;
  z-index: 2;
  padding: 30px;
  height: auto;
}
.nav-main > ul.is-open .dropdown__content {
  min-height: 21rem;
}
.nav-main > ul .black_link {
  color: #000;
}

.site-search {
  position: relative;
  z-index: 30;
}
@media (min-width: 740px) {
  .site-search {
    position: absolute;
    top: 0;
    right: 20rem;
    left: 29rem;
  }
}
@media (min-width: 980px) {
  .site-search {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    float: right;
    width: 30rem;
  }
}
.site-search .formgroup {
  margin: 0;
}

.result-live {
  position: absolute;
  top: 4rem;
  right: 0;
  left: 0;
  display: none;
  background-color: #fff;
  border: 1px solid #adb5bd;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  min-height: 4rem;
  max-height: calc(100vh - 13rem);
  overflow-x: hidden;
  overflow-y: auto;
}
@media (min-width: 740px) {
  .result-live {
    left: calc(-100vh + 93rem);
  }
}
@media (min-width: 980px) {
  .result-live {
    left: -32rem;
  }
}
.result-live .row {
  margin-left: 0;
  margin-right: 0;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.result-live .col {
  padding-left: 0;
  padding-right: 0;
}

.livesearch {
  background-color: #fff;
}
.livesearch .js-exec-module {
  display: inline;
}
.livesearch .no-entries {
  margin: 1rem;
}

@media (min-width: 600px) {
  .livesearch--articles {
    border-right: 1px solid #adb5bd;
    margin-right: -1px;
    background-color: #fff;
  }

  .livesearch--suggestions,
.livesearch--categories {
    border-left: 1px solid #adb5bd;
    margin-left: -1px;
  }
}
.livesearch__heading {
  font-size: 1.8rem;
  line-height: 2.8rem;
  padding: 0.5rem 1rem;
  background-color: #ddd;
}

.livesearch__list li {
  position: relative;
  padding: 0.6rem 1rem;
  border-bottom: 1px solid #ddd;
}
.livesearch__list li a {
  color: color("text");
}
.livesearch__list li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.livesearch__list li.is-highlighted, .livesearch__list li:hover {
  background-color: rgba(22, 65, 148, 0.1);
}
.livesearch__list li.is-highlighted a, .livesearch__list li:hover a {
  color: #000;
  text-decoration: underline;
}

.livesearch-more {
  display: block;
  margin: 0;
  padding: 0.6rem 1rem;
  background-color: #eee;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 1rem !important;
}

.mt-1,
.my-1 {
  margin-top: 1rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 1rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 1rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 1rem !important;
}

.m-2 {
  margin: 2rem !important;
}

.mt-2,
.my-2 {
  margin-top: 2rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 2rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 2rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 2rem !important;
}

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

.mt-3,
.my-3 {
  margin-top: 3rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 3rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 3rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 3rem !important;
}

.m-4 {
  margin: 4rem !important;
}

.mt-4,
.my-4 {
  margin-top: 4rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 4rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 4rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 4rem !important;
}

.m-5 {
  margin: 6rem !important;
}

.mt-5,
.my-5 {
  margin-top: 6rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 6rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 6rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 6rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 1rem !important;
}

.pt-1,
.py-1 {
  padding-top: 1rem !important;
}

.pr-1,
.px-1 {
  padding-right: 1rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 1rem !important;
}

.pl-1,
.px-1 {
  padding-left: 1rem !important;
}

.p-2 {
  padding: 2rem !important;
}

.pt-2,
.py-2 {
  padding-top: 2rem !important;
}

.pr-2,
.px-2 {
  padding-right: 2rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 2rem !important;
}

.pl-2,
.px-2 {
  padding-left: 2rem !important;
}

.p-3 {
  padding: 3rem !important;
}

.pt-3,
.py-3 {
  padding-top: 3rem !important;
}

.pr-3,
.px-3 {
  padding-right: 3rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 3rem !important;
}

.pl-3,
.px-3 {
  padding-left: 3rem !important;
}

.p-4 {
  padding: 4rem !important;
}

.pt-4,
.py-4 {
  padding-top: 4rem !important;
}

.pr-4,
.px-4 {
  padding-right: 4rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 4rem !important;
}

.pl-4,
.px-4 {
  padding-left: 4rem !important;
}

.p-5 {
  padding: 6rem !important;
}

.pt-5,
.py-5 {
  padding-top: 6rem !important;
}

.pr-5,
.px-5 {
  padding-right: 6rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 6rem !important;
}

.pl-5,
.px-5 {
  padding-left: 6rem !important;
}

.m-n1 {
  margin: -1rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -1rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -1rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -1rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -1rem !important;
}

.m-n2 {
  margin: -2rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -2rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -2rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -2rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -2rem !important;
}

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

.mt-n3,
.my-n3 {
  margin-top: -3rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -3rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -3rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -3rem !important;
}

.m-n4 {
  margin: -4rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -4rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -4rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -4rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -4rem !important;
}

.m-n5 {
  margin: -6rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -6rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -6rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -6rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -6rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 400px) {
  .m-xs-0 {
    margin: 0 !important;
  }

  .mt-xs-0,
.my-xs-0 {
    margin-top: 0 !important;
  }

  .mr-xs-0,
.mx-xs-0 {
    margin-right: 0 !important;
  }

  .mb-xs-0,
.my-xs-0 {
    margin-bottom: 0 !important;
  }

  .ml-xs-0,
.mx-xs-0 {
    margin-left: 0 !important;
  }

  .m-xs-1 {
    margin: 1rem !important;
  }

  .mt-xs-1,
.my-xs-1 {
    margin-top: 1rem !important;
  }

  .mr-xs-1,
.mx-xs-1 {
    margin-right: 1rem !important;
  }

  .mb-xs-1,
.my-xs-1 {
    margin-bottom: 1rem !important;
  }

  .ml-xs-1,
.mx-xs-1 {
    margin-left: 1rem !important;
  }

  .m-xs-2 {
    margin: 2rem !important;
  }

  .mt-xs-2,
.my-xs-2 {
    margin-top: 2rem !important;
  }

  .mr-xs-2,
.mx-xs-2 {
    margin-right: 2rem !important;
  }

  .mb-xs-2,
.my-xs-2 {
    margin-bottom: 2rem !important;
  }

  .ml-xs-2,
.mx-xs-2 {
    margin-left: 2rem !important;
  }

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

  .mt-xs-3,
.my-xs-3 {
    margin-top: 3rem !important;
  }

  .mr-xs-3,
.mx-xs-3 {
    margin-right: 3rem !important;
  }

  .mb-xs-3,
.my-xs-3 {
    margin-bottom: 3rem !important;
  }

  .ml-xs-3,
.mx-xs-3 {
    margin-left: 3rem !important;
  }

  .m-xs-4 {
    margin: 4rem !important;
  }

  .mt-xs-4,
.my-xs-4 {
    margin-top: 4rem !important;
  }

  .mr-xs-4,
.mx-xs-4 {
    margin-right: 4rem !important;
  }

  .mb-xs-4,
.my-xs-4 {
    margin-bottom: 4rem !important;
  }

  .ml-xs-4,
.mx-xs-4 {
    margin-left: 4rem !important;
  }

  .m-xs-5 {
    margin: 6rem !important;
  }

  .mt-xs-5,
.my-xs-5 {
    margin-top: 6rem !important;
  }

  .mr-xs-5,
.mx-xs-5 {
    margin-right: 6rem !important;
  }

  .mb-xs-5,
.my-xs-5 {
    margin-bottom: 6rem !important;
  }

  .ml-xs-5,
.mx-xs-5 {
    margin-left: 6rem !important;
  }

  .p-xs-0 {
    padding: 0 !important;
  }

  .pt-xs-0,
.py-xs-0 {
    padding-top: 0 !important;
  }

  .pr-xs-0,
.px-xs-0 {
    padding-right: 0 !important;
  }

  .pb-xs-0,
.py-xs-0 {
    padding-bottom: 0 !important;
  }

  .pl-xs-0,
.px-xs-0 {
    padding-left: 0 !important;
  }

  .p-xs-1 {
    padding: 1rem !important;
  }

  .pt-xs-1,
.py-xs-1 {
    padding-top: 1rem !important;
  }

  .pr-xs-1,
.px-xs-1 {
    padding-right: 1rem !important;
  }

  .pb-xs-1,
.py-xs-1 {
    padding-bottom: 1rem !important;
  }

  .pl-xs-1,
.px-xs-1 {
    padding-left: 1rem !important;
  }

  .p-xs-2 {
    padding: 2rem !important;
  }

  .pt-xs-2,
.py-xs-2 {
    padding-top: 2rem !important;
  }

  .pr-xs-2,
.px-xs-2 {
    padding-right: 2rem !important;
  }

  .pb-xs-2,
.py-xs-2 {
    padding-bottom: 2rem !important;
  }

  .pl-xs-2,
.px-xs-2 {
    padding-left: 2rem !important;
  }

  .p-xs-3 {
    padding: 3rem !important;
  }

  .pt-xs-3,
.py-xs-3 {
    padding-top: 3rem !important;
  }

  .pr-xs-3,
.px-xs-3 {
    padding-right: 3rem !important;
  }

  .pb-xs-3,
.py-xs-3 {
    padding-bottom: 3rem !important;
  }

  .pl-xs-3,
.px-xs-3 {
    padding-left: 3rem !important;
  }

  .p-xs-4 {
    padding: 4rem !important;
  }

  .pt-xs-4,
.py-xs-4 {
    padding-top: 4rem !important;
  }

  .pr-xs-4,
.px-xs-4 {
    padding-right: 4rem !important;
  }

  .pb-xs-4,
.py-xs-4 {
    padding-bottom: 4rem !important;
  }

  .pl-xs-4,
.px-xs-4 {
    padding-left: 4rem !important;
  }

  .p-xs-5 {
    padding: 6rem !important;
  }

  .pt-xs-5,
.py-xs-5 {
    padding-top: 6rem !important;
  }

  .pr-xs-5,
.px-xs-5 {
    padding-right: 6rem !important;
  }

  .pb-xs-5,
.py-xs-5 {
    padding-bottom: 6rem !important;
  }

  .pl-xs-5,
.px-xs-5 {
    padding-left: 6rem !important;
  }

  .m-xs-n1 {
    margin: -1rem !important;
  }

  .mt-xs-n1,
.my-xs-n1 {
    margin-top: -1rem !important;
  }

  .mr-xs-n1,
.mx-xs-n1 {
    margin-right: -1rem !important;
  }

  .mb-xs-n1,
.my-xs-n1 {
    margin-bottom: -1rem !important;
  }

  .ml-xs-n1,
.mx-xs-n1 {
    margin-left: -1rem !important;
  }

  .m-xs-n2 {
    margin: -2rem !important;
  }

  .mt-xs-n2,
.my-xs-n2 {
    margin-top: -2rem !important;
  }

  .mr-xs-n2,
.mx-xs-n2 {
    margin-right: -2rem !important;
  }

  .mb-xs-n2,
.my-xs-n2 {
    margin-bottom: -2rem !important;
  }

  .ml-xs-n2,
.mx-xs-n2 {
    margin-left: -2rem !important;
  }

  .m-xs-n3 {
    margin: -3rem !important;
  }

  .mt-xs-n3,
.my-xs-n3 {
    margin-top: -3rem !important;
  }

  .mr-xs-n3,
.mx-xs-n3 {
    margin-right: -3rem !important;
  }

  .mb-xs-n3,
.my-xs-n3 {
    margin-bottom: -3rem !important;
  }

  .ml-xs-n3,
.mx-xs-n3 {
    margin-left: -3rem !important;
  }

  .m-xs-n4 {
    margin: -4rem !important;
  }

  .mt-xs-n4,
.my-xs-n4 {
    margin-top: -4rem !important;
  }

  .mr-xs-n4,
.mx-xs-n4 {
    margin-right: -4rem !important;
  }

  .mb-xs-n4,
.my-xs-n4 {
    margin-bottom: -4rem !important;
  }

  .ml-xs-n4,
.mx-xs-n4 {
    margin-left: -4rem !important;
  }

  .m-xs-n5 {
    margin: -6rem !important;
  }

  .mt-xs-n5,
.my-xs-n5 {
    margin-top: -6rem !important;
  }

  .mr-xs-n5,
.mx-xs-n5 {
    margin-right: -6rem !important;
  }

  .mb-xs-n5,
.my-xs-n5 {
    margin-bottom: -6rem !important;
  }

  .ml-xs-n5,
.mx-xs-n5 {
    margin-left: -6rem !important;
  }

  .m-xs-auto {
    margin: auto !important;
  }

  .mt-xs-auto,
.my-xs-auto {
    margin-top: auto !important;
  }

  .mr-xs-auto,
.mx-xs-auto {
    margin-right: auto !important;
  }

  .mb-xs-auto,
.my-xs-auto {
    margin-bottom: auto !important;
  }

  .ml-xs-auto,
.mx-xs-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 600px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 1rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 1rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 1rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 1rem !important;
  }

  .m-sm-2 {
    margin: 2rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 2rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 2rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 2rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 2rem !important;
  }

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

  .mt-sm-3,
.my-sm-3 {
    margin-top: 3rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 3rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 3rem !important;
  }

  .m-sm-4 {
    margin: 4rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 4rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 4rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 4rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 4rem !important;
  }

  .m-sm-5 {
    margin: 6rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 6rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 6rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 6rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 6rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 1rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 1rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 1rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 1rem !important;
  }

  .p-sm-2 {
    padding: 2rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 2rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 2rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 2rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 2rem !important;
  }

  .p-sm-3 {
    padding: 3rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 3rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 3rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 3rem !important;
  }

  .p-sm-4 {
    padding: 4rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 4rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 4rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 4rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 4rem !important;
  }

  .p-sm-5 {
    padding: 6rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 6rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 6rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 6rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 6rem !important;
  }

  .m-sm-n1 {
    margin: -1rem !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -1rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -1rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -1rem !important;
  }

  .m-sm-n2 {
    margin: -2rem !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -2rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -2rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -2rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -2rem !important;
  }

  .m-sm-n3 {
    margin: -3rem !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -3rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -3rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -3rem !important;
  }

  .m-sm-n4 {
    margin: -4rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -4rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -4rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -4rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -4rem !important;
  }

  .m-sm-n5 {
    margin: -6rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -6rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -6rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -6rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -6rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 740px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 1rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 1rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 1rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 1rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 1rem !important;
  }

  .m-md-2 {
    margin: 2rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 2rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 2rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 2rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 2rem !important;
  }

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

  .mt-md-3,
.my-md-3 {
    margin-top: 3rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 3rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 3rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 3rem !important;
  }

  .m-md-4 {
    margin: 4rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 4rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 4rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 4rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 4rem !important;
  }

  .m-md-5 {
    margin: 6rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 6rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 6rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 6rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 6rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 1rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 1rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 1rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 1rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 1rem !important;
  }

  .p-md-2 {
    padding: 2rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 2rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 2rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 2rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 2rem !important;
  }

  .p-md-3 {
    padding: 3rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 3rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 3rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 3rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 3rem !important;
  }

  .p-md-4 {
    padding: 4rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 4rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 4rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 4rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 4rem !important;
  }

  .p-md-5 {
    padding: 6rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 6rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 6rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 6rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 6rem !important;
  }

  .m-md-n1 {
    margin: -1rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -1rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -1rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -1rem !important;
  }

  .m-md-n2 {
    margin: -2rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -2rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -2rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -2rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -2rem !important;
  }

  .m-md-n3 {
    margin: -3rem !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -3rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -3rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -3rem !important;
  }

  .m-md-n4 {
    margin: -4rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -4rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -4rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -4rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -4rem !important;
  }

  .m-md-n5 {
    margin: -6rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -6rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -6rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -6rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -6rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 980px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 1rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 1rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 1rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 1rem !important;
  }

  .m-lg-2 {
    margin: 2rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 2rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 2rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 2rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 2rem !important;
  }

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

  .mt-lg-3,
.my-lg-3 {
    margin-top: 3rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 3rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 3rem !important;
  }

  .m-lg-4 {
    margin: 4rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 4rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 4rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 4rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 4rem !important;
  }

  .m-lg-5 {
    margin: 6rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 6rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 6rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 6rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 6rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 1rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 1rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 1rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 1rem !important;
  }

  .p-lg-2 {
    padding: 2rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 2rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 2rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 2rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 2rem !important;
  }

  .p-lg-3 {
    padding: 3rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 3rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 3rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 3rem !important;
  }

  .p-lg-4 {
    padding: 4rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 4rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 4rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 4rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 4rem !important;
  }

  .p-lg-5 {
    padding: 6rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 6rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 6rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 6rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 6rem !important;
  }

  .m-lg-n1 {
    margin: -1rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -1rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -1rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -1rem !important;
  }

  .m-lg-n2 {
    margin: -2rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -2rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -2rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -2rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -2rem !important;
  }

  .m-lg-n3 {
    margin: -3rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -3rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -3rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -3rem !important;
  }

  .m-lg-n4 {
    margin: -4rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -4rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -4rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -4rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -4rem !important;
  }

  .m-lg-n5 {
    margin: -6rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -6rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -6rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -6rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -6rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1240px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 1rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 1rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 1rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 1rem !important;
  }

  .m-xl-2 {
    margin: 2rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 2rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 2rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 2rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 2rem !important;
  }

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

  .mt-xl-3,
.my-xl-3 {
    margin-top: 3rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 3rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 3rem !important;
  }

  .m-xl-4 {
    margin: 4rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 4rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 4rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 4rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 4rem !important;
  }

  .m-xl-5 {
    margin: 6rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 6rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 6rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 6rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 6rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 1rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 1rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 1rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 1rem !important;
  }

  .p-xl-2 {
    padding: 2rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 2rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 2rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 2rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 2rem !important;
  }

  .p-xl-3 {
    padding: 3rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 3rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 3rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 3rem !important;
  }

  .p-xl-4 {
    padding: 4rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 4rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 4rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 4rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 4rem !important;
  }

  .p-xl-5 {
    padding: 6rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 6rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 6rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 6rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 6rem !important;
  }

  .m-xl-n1 {
    margin: -1rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -1rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -1rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -1rem !important;
  }

  .m-xl-n2 {
    margin: -2rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -2rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -2rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -2rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -2rem !important;
  }

  .m-xl-n3 {
    margin: -3rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -3rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -3rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -3rem !important;
  }

  .m-xl-n4 {
    margin: -4rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -4rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -4rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -4rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -4rem !important;
  }

  .m-xl-n5 {
    margin: -6rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -6rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -6rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -6rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -6rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.sticky-header--initialized {
  position: fixed;
  top: 0;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  width: 100%;
}
.has-scrolled-up .sticky-header--initialized {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.has-scrolled-down .sticky-header--initialized {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.articles-details-related .container__inner {
  border-top: 1px solid #adb5bd;
  padding-top: 2.4rem;
  margin-top: 2.4rem;
}

.page--articles-overview .pageselector {
  margin-left: auto;
  margin-right: auto;
}

.cart-token {
  font-size: 1.8rem;
  line-height: 2.4rem;
}

.cart-memory-form {
  max-width: 50rem;
}

.cart-popup {
  padding: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  text-align: left;
  max-width: 46rem;
}
.cart-popup *,
.cart-popup *:before,
.cart-popup *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.cart-popup__heading {
  border-bottom: 1px solid color("secondary");
}

.cart-popup__image,
.cart-popup__text {
  margin-bottom: 1.2rem;
}

.cart-popup__article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2.4rem 0;
}
.cart-popup__article .articles-entry__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8rem;
          flex: 0 0 8rem;
  max-width: 8rem;
}
.cart-popup__article .articles-entry__text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 1rem;
}
.cart-popup__article .articles-entry__artno {
  margin-top: 0;
}

.cart-popup__buttons {
  padding-top: 1.2rem;
}

.cart-popup__button {
  width: 100%;
}

@media (min-width: 400px) {
  .cart-popup__article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cart-popup__article .articles-entry__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10rem;
            flex: 0 0 10rem;
    max-width: 10rem;
  }
  .cart-popup__article .articles-entry__text {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-left: 1rem;
  }

  .cart-popup__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .cart-popup__button {
    width: auto;
  }
}
.cart-options {
  margin-top: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cart-misc-options {
  margin-top: 2.4rem;
}
@media (min-width: 600px) {
  .cart-misc-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.cart-misc-options__option {
  display: block;
  text-align: center;
}
@media (min-width: 600px) {
  .cart-misc-options__option:not(:last-child) {
    margin-right: 2rem;
  }
}

.formgroup--save-cart {
  max-width: 28rem;
  min-width: 20rem;
  float: left;
  margin-right: 1rem;
}

.cart-sidebar__item + .cart-sidebar__item {
  margin-top: 2.4rem;
}

@media (max-width: 739px) {
  .cart-summary {
    display: none;
  }
}

.cart-coupon .card {
  max-width: 40rem;
}

.page--customer-choose .table > thead > tr > th {
  white-space: nowrap;
  padding-right: 2rem;
  position: relative;
}
.page--customer-choose .table > thead > tr > th .orderasc,
.page--customer-choose .table > thead > tr > th .orderdesc {
  position: absolute;
  right: 0.5rem;
  bottom: 1rem;
}

.customer-choose-search {
  margin-bottom: 2.4rem;
}

.customer-data__entry {
  margin-bottom: 2.4rem;
}

.page--customer-edit .alert-message.error {
  margin-top: 2.4rem;
}

.page--customer-favorites .no-articles-message {
  display: none;
}

.lost-pw-form {
  max-width: 50rem;
}

.customer-payment__buttons {
  margin: 0;
}

.customer-select-address {
  margin-bottom: 2.4rem;
}

.customer-select-address-entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.customer-select-address-entry__content {
  padding-right: 2rem;
}

.customer-content {
  margin-top: 2.4rem;
}

.editFormCaption {
  display: none;
}

.editForm {
  margin-top: 4rem;
}
.editForm .wideform {
  background-color: #eee;
  padding: 3rem 1.4rem 4rem 3rem;
}
.editForm .wideform h1.collapsable.open, .editForm .wideform h1.pseudo-collapsable.open {
  font-size: 1.8rem;
  line-height: 2.4rem;
}
.editForm .wideform h1.collapsable.open + .open, .editForm .wideform h1.pseudo-collapsable.open + .open {
  margin-top: 2rem;
}
.editForm .wideform h1.collapsable.open:not(:first-of-type), .editForm .wideform h1.pseudo-collapsable.open:not(:first-of-type) {
  margin-top: 4rem;
}
.editForm input:not([type=checkbox]):not([type=radio]) {
  width: 100%;
  height: 4rem;
  padding: 1rem 2rem;
  border: 1px solid transparent;
  border-radius: 0.3rem;
}
.editForm input:not([type=checkbox]):not([type=radio]):hover, .editForm input:not([type=checkbox]):not([type=radio]):focus {
  border-color: #164194;
}
.editForm .formitem--birthday {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.editForm .formitem--birthday label {
  color: #164194;
  margin-bottom: 0;
  margin-right: 1rem;
}
.editForm .custom-checkbox {
  position: relative;
}
.editForm .custom-checkbox > label {
  margin-bottom: 0;
}
.editForm .custom-checkbox input[type=checkbox] {
  width: 1rem;
  height: 1rem;
}
.editForm .custom-checkbox input[type=checkbox] + span {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  border: 1px solid #164194;
  border-radius: 0.3rem;
}
.editForm .custom-checkbox input[type=checkbox]:checked + span::after {
  content: "";
  position: absolute;
  top: 0.4rem;
  left: 0.3rem;
  height: 0.6rem;
  width: 1.2rem;
  border-bottom: solid 0.3rem #164194;
  border-left: solid 0.3rem #164194;
  background: none;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.editForm .custom-checkbox ~ .formError {
  margin-top: 0.7rem;
}
.editForm .custom-radio {
  position: relative;
  width: 2rem;
  height: 2rem;
  margin: 1rem 0;
  cursor: pointer;
}
.editForm .custom-radio input[type=radio] {
  width: 1rem;
  height: 1rem;
}
.editForm .custom-radio input[type=radio] + span {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  border: 1px solid #164194;
  border-radius: 2rem;
}
.editForm .custom-radio input[type=radio]:checked + span {
  background-color: #164194;
  -webkit-box-shadow: inset 0 0 0 4px #fff;
          box-shadow: inset 0 0 0 4px #fff;
}
.editForm .custom-ticks label {
  width: auto;
  max-width: 46rem;
}
.editForm .custom-ticks input[type=checkbox] {
  width: auto;
  height: auto;
}
.editForm--full .custom-ticks label {
  max-width: 100%;
  color: #222;
}
.editForm .resetButton {
  display: none;
}

.popup-body .editForm {
  margin-top: 0;
}

.formula-search {
  background-color: #164194;
  padding: 3rem 0;
}
.formula-search__wrapper {
  position: relative;
  padding: 0 2rem;
  min-width: 30rem;
  max-width: 38rem;
  margin: 0 auto;
}
.formula-search__wrapper input {
  width: 100%;
  height: 4rem;
  padding: 1rem 4rem 1rem 2.5rem;
  border: 1px solid #ccc;
  border-radius: 2rem;
}
.formula-search__wrapper #glossar_result {
  position: absolute;
  top: calc( 100% + 3rem );
  left: 0;
  right: 0;
  background-color: #fff;
  border: 1px solid #164194;
  border-radius: 1.5rem;
  padding: 1rem 2rem;
  z-index: 150;
  display: none;
}
@media (min-width: 740px) {
  .formula-search__wrapper #glossar_result {
    right: auto;
    min-width: 50rem;
  }
}
.formula-search__icon {
  position: absolute;
  top: 0.6rem;
  right: 3.4rem;
  font-size: 2rem;
  color: #164194;
}
.formula-search__close {
  position: absolute;
  top: 1.4rem;
  right: 1rem;
  color: #164194;
}

.formula-glossar__title {
  position: relative;
}
.formula-glossar__title::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -9px;
  width: 38%;
  border-top: 3px solid #164194;
  border-radius: 2px;
}

.formula-lightbox__btn {
  color: #222;
}
.formula-lightbox__btn:visited {
  color: #222;
}
.formula-lightbox__btn:hover {
  color: #222;
}
.formula-lightbox__btn:active {
  color: #222;
}
.formula-lightbox__header {
  font-size: 1.8rem;
  line-height: 2.4rem;
}
.formula-lightbox__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #222;
  margin-top: 1rem;
}
.formula-lightbox__link:visited {
  color: #222;
}
.formula-lightbox__link:hover {
  color: #222;
}
.formula-lightbox__link:active {
  color: #222;
}
.formula-lightbox__link .icon {
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
}

.formula-ingredients-table {
  background-color: #C4CFE4;
  padding: 2rem;
}

.formula-ingredients-form {
  background-color: #eee;
  padding: 3rem 2rem;
}
.formula-ingredients-form .fi-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.formula-ingredients-form .fi-row--granulat {
  margin-bottom: 0.5rem;
}
.formula-ingredients-form .fi-row--granulat select {
  width: 100%;
  max-width: 45rem;
  margin-right: 1rem;
}
.formula-ingredients-form .fi-row--granulat .fi-info {
  position: relative;
  z-index: 1;
}
.formula-ingredients-form .fi-row--dosierung {
  margin-bottom: 3rem;
}
.formula-ingredients-form .fi-row--dosierung select,
.formula-ingredients-form .fi-row--dosierung input[type=text] {
  width: 11rem;
  margin-right: 0.3rem;
}
.formula-ingredients-form .fi-row--dosierung .fi-dosierung {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 33.7rem;
  font-family: "Exo", sans-serif;
  font-size: 1.8rem;
  line-height: 2rem;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0.3rem;
  padding: 1rem 1.5rem;
}
.formula-ingredients-form label {
  width: 12rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #164194;
  text-align: right;
  margin-right: 3rem;
}
.formula-ingredients-form .flip-card-btn {
  position: absolute;
  top: 1rem;
  left: 2rem;
  color: #164194;
}
.formula-ingredients-form .mixture-delete-btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  color: #164194;
  background-color: #fff;
  margin-left: 1rem;
}
.formula-ingredients-form .mixture-delete-btn .icon {
  width: 2rem;
  height: 2rem;
}
.formula-ingredients-form .btn-add-more {
  display: block;
  width: 100%;
  max-width: 45rem;
  margin-left: 15rem;
  color: #164194;
  background-color: #fff;
}

.home-teaser-border {
  padding-bottom: 3rem;
  border-bottom: 1px solid #adb5bd;
}
@media (min-width: 600px) {
  .home-teaser-border {
    border-bottom: none;
    padding-bottom: 0;
    border-right: 1px solid #adb5bd;
  }
}

.home-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem;
  background-color: #C4CFE4;
}

.teaser-orange {
  background-color: #F1C290;
  height: 25rem;
  padding-top: 2rem;
  padding-left: 2rem;
}

.teaser-green {
  background-color: #D3E3A5;
  height: 25rem;
  padding-top: 2rem;
  padding-left: 2rem;
}

.teaser-rose {
  background-color: #E4D0E3;
  padding: 2rem;
}

.page--imprint::after,
.page--imprint p::after {
  display: block;
  clear: both;
  content: "";
}
.page--imprint .left {
  display: block;
}
.page--imprint .right {
  display: block;
  margin-bottom: 1.2rem;
}
@media (min-width: 600px) {
  .page--imprint .left {
    clear: left;
    width: 20rem;
    float: left;
    margin-right: 2rem;
  }
  .page--imprint .right {
    float: left;
    margin-bottom: 0;
  }
}

.page--lightbox {
  padding: 1rem;
}
@media (min-width: 400px) {
  .page--lightbox {
    padding: 2rem;
  }
}

.order-time {
  margin-bottom: 2rem;
}

.page--maps .maps-menu ul {
  border-bottom: 1px solid #adb5bd;
  /*
      li:first-child a {
          border-radius: $tab-border-radius 0 0 0;
      }

      li:last-child a {
          border-radius: 0 $tab-border-radius 0 0;
      }

      li:first-child:last-child a {
          border-radius: $tab-border-radius $tab-border-radius 0 0;
      }
  */
}
.page--maps .maps-menu ul,
.page--maps .maps-menu ul li {
  list-style: none;
  background-image: none;
  padding: 0;
  margin: 0;
}
.page--maps .maps-menu ul li {
  display: inline;
}
.page--maps .maps-menu ul::after {
  display: block;
  clear: both;
  content: "";
}
.page--maps .maps-menu ul > li {
  display: inline;
}
.page--maps .maps-menu ul > li > a {
  position: relative;
  z-index: 10;
  display: block;
  float: left;
  padding: 1rem 2rem;
  margin-bottom: -1px;
  margin-right: 0.2rem;
  cursor: pointer;
  text-decoration: none;
  color: #164194;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  border-bottom: 1px solid #adb5bd;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-radius: 0 0 0 0;
}
.page--maps .maps-menu ul > li > a:hover,
.page--maps .maps-menu ul > li > a:focus {
  z-index: 20;
  color: #000;
  background-color: #8A9FC9;
  border-color: #8A9FC9;
  border-bottom: 1px solid #adb5bd;
  text-decoration: underline;
}
.page--maps .maps-menu ul > li.tabs--is-open > a,
.page--maps .maps-menu ul > li.is-active > a {
  z-index: 30;
  color: #222;
  background-color: #fff;
  border-color: #adb5bd;
  border-bottom: 1px solid #fff;
}
.page--maps .maps-content {
  margin-top: 2.4rem;
}

.newsletter-subscriber-intro {
  margin-bottom: 2.4rem;
}

.order-customer-data {
  margin-bottom: 2.4rem;
}
.order-customer-data::after {
  display: block;
  clear: both;
  content: "";
}

.order-cart {
  margin-bottom: 2.4rem;
}

.order-message {
  margin-bottom: 2.4rem;
}

.order-button {
  text-align: right;
}

.page-transfer-code .data-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.8rem;
  margin-bottom: 5px;
}
.page-transfer-code .data-row__label {
  padding-right: 1rem;
}
.page-transfer-code .data-row__value {
  text-align: right;
}

.charge-info-error {
  display: inline-block;
  margin: 1rem 0;
  padding: 1.2rem;
  border: 1px dashed #dc3545;
  background-color: #fff;
}

@media (min-width: 740px) {
  .charge_calculation {
    padding-left: 20%;
  }
}

.page-workshop-details .p-title {
  font-weight: 700;
}
.page-workshop-details .p-title + p {
  margin-top: 0.5rem;
}

.page-workshop-visitors-edit .formitem .formfield,
.page-workshop-visitors-edit .formitem select {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

::-moz-selection {
  background-color: #164194;
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #164194;
  color: #fff;
  text-shadow: none;
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 62.5%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  -webkit-tap-highlight-color: rgba(22, 65, 148, 0.5);
}

body {
  font-family: "Exo", sans-serif;
  font-size: 1.8rem;
  line-height: 2.4rem;
}

*:focus {
  outline: none !important;
}

body.user-is-tabbing *:focus {
  outline: 3px solid #164194 !important;
  /* for non-webkit browsers */
  outline: 3px auto -webkit-focus-ring-color !important;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

p + *, * + p, .p + *, * + .p,
ul + *, * + ul,
ol + *, * + ol,
h1 + *, .h1 + *,
h2 + *, * + h2, .h2 + *, * + .h2,
h3 + *, * + h3, .h3 + *, * + .h3,
h4 + *, * + h4, .h4 + *, * + .h4,
h5 + *, * + h5, .h5 + *, * + .h5,
h6 + *, * + h6, .h6 + *, * + .h6 {
  margin: 2.4rem 0 0;
}

a,
a:focus,
button,
input[type=button],
input[type=submit],
select:focus {
  outline: none;
}

pre,
code {
  font-family: "Roboto Mono", "Consolas", "Menlo", "Monaco", "Source Code Pro", "Courier New", monospace;
}

.hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.page-example {
  background-color: #eee;
  overflow: hidden;
}

.page-example-content {
  padding: 20px;
  max-width: 60em;
  z-index: 50;
}

.page-example-navigation {
  display: none;
}

.js .page-example-navigation {
  display: block;
  position: fixed;
  font-size: 14px;
  line-height: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
}
.js .page-example-navigation .btn, .js .page-example-navigation .button {
  float: right;
  margin: 0;
}
.js .page-example-navigation li {
  margin-top: 0;
}
.js .page-example-navigation li.is-active > a {
  color: #f8f9fa;
  font-weight: bold;
}
.js .page-example-navigation > ul {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 10px 10px 10px 40px;
  position: absolute;
  right: 0;
  bottom: 45px;
  border-radius: 3px;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  width: 280px;
}
.js .page-example-navigation > ul ol,
.js .page-example-navigation > ul ul {
  padding-left: 20px;
  margin-top: 0;
}
@media (min-width: 1240px) {
  .js .page-example-navigation > ul {
    width: 420px;
  }
}

@media only screen and (orientation: landscape) and (max-device-width: 736px) {
  .js .page-example-navigation > ul {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    -webkit-column-gap: 40px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 40px;
    /* Firefox */
    column-gap: 40px;
    width: 500px;
  }
}
.js .page-example-navigation > ul {
  display: none;
}
.js .page-example-navigation > ul > li > ul {
  display: none;
}
.js .page-example-navigation > ul > li.is-active > ul {
  display: block;
}

.page-example article {
  margin: 4.8rem 0;
}

.page-example section > h2 {
  display: block;
  position: relative;
  padding: 10px 20px 10px 35px;
  color: #222;
  background: #fff;
}
.page-example section > h2:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  padding: 10px;
  margin-right: 5px;
  color: #fff;
  background: #164194;
}

.example-sub-h {
  display: block;
  color: #888;
  font-size: 0.8em;
}

.hljs,
.example-content,
div.example {
  padding: 10px !important;
  position: relative;
  z-index: 2;
}
@media (min-width: 400px) {
  .hljs,
.example-content,
div.example {
    padding: 20px !important;
  }
}

code {
  border: 1px solid #fff;
}
code.definition {
  font-size: 0.8em;
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 5px;
  margin-top: 2.4rem;
}

pre code {
  display: block;
  padding: 10px;
}

p code {
  padding: 0 2px;
  white-space: nowrap;
}

.hljs,
.files {
  font-family: "Roboto Mono", "Consolas", "Menlo", "Monaco", "Source Code Pro", "Courier New", monospace;
}

ul.files,
ol.files,
.hljs {
  font-size: 1.4rem;
  line-height: 2.4rem;
}

html.js {
  background: transparent !important;
}

pre {
  margin-top: 20px;
  margin-bottom: 20px;
}

pre h4,
.example-heading {
  margin: 0;
  display: inline-block;
  position: relative;
  color: #eee;
  padding: 10px;
  border-radius: 3px 3px 0 0;
  margin-bottom: -1px;
}
@media (min-width: 400px) {
  pre h4,
.example-heading {
    padding: 1rem 2rem;
  }
}

.example, .example-heading {
  background: #fff !important;
}

.html {
  background: #f8d7da !important;
}

.css {
  background: #d0d9ea !important;
}

.scss {
  background: #fad8e8 !important;
}

.js {
  background: #fff3cd !important;
}

.files {
  background: #d4edda !important;
  border: 1px solid #fff;
}

.example-tabs > .tabs__list {
  margin-left: 0;
  margin-bottom: 0;
  border: 0;
}
.example-tabs > .tabs__list > li > a {
  border-color: #fff !important;
  color: rgba(34, 34, 34, 0.6);
  padding: 10px;
  margin-right: -1px;
  font-family: "Exo", sans-serif;
  border-radius: 0;
}
@media (min-width: 400px) {
  .example-tabs > .tabs__list > li > a {
    padding: 1rem 2rem;
  }
}
.example-tabs > .tabs__list > li:first-child > a {
  border-radius: 0 0 0;
}
.example-tabs > .tabs__list > li:last-child > a {
  border-radius: 0 0 0 0;
}
.example-tabs > .tabs__list > li:first-child:last-child > a {
  border-radius: 0 0 0 0;
}
.example-tabs > .tabs__list > li > a:hover {
  color: #fff;
}
.example-tabs > .tabs__list > li > a:hover.html {
  background-color: #dc3545 !important;
}
.example-tabs > .tabs__list > li > a:hover.css {
  background-color: #164194 !important;
}
.example-tabs > .tabs__list > li > a:hover.scss {
  background-color: #e83e8c !important;
}
.example-tabs > .tabs__list > li > a:hover.js {
  background-color: #ffc107 !important;
}
.example-tabs > .tabs__list > li > a:hover.example {
  background-color: #ddd !important;
}
.example-tabs > .tabs__list > li > a:hover.files {
  background-color: #28a745 !important;
}
.example-tabs > .tabs__list > .tabs--is-open > a,
.example-tabs > .tabs__list > .tabs--is-open > a:hover {
  color: #222 !important;
  border-bottom-color: #adb5bd;
}
.example-tabs > .tabs__list > .tabs--is-open > a.html,
.example-tabs > .tabs__list > .tabs--is-open > a:hover.html {
  border-bottom-color: #f8d7da !important;
}
.example-tabs > .tabs__list > .tabs--is-open > a.css,
.example-tabs > .tabs__list > .tabs--is-open > a:hover.css {
  border-bottom-color: #d0d9ea !important;
}
.example-tabs > .tabs__list > .tabs--is-open > a.scss,
.example-tabs > .tabs__list > .tabs--is-open > a:hover.scss {
  border-bottom-color: #fad8e8 !important;
}
.example-tabs > .tabs__list > .tabs--is-open > a.js,
.example-tabs > .tabs__list > .tabs--is-open > a:hover.js {
  border-bottom-color: #fff3cd !important;
}
.example-tabs > .tabs__list > .tabs--is-open > a.example,
.example-tabs > .tabs__list > .tabs--is-open > a:hover.example {
  border-bottom-color: #fff !important;
}
.example-tabs > .tabs__list > .tabs--is-open > a.files,
.example-tabs > .tabs__list > .tabs--is-open > a:hover.files {
  border-bottom-color: #d4edda !important;
}
.example-tabs > .tabs__list > .tabs--is-open > a.html,
.example-tabs > .tabs__list > .tabs--is-open > a:hover.html {
  background-color: #f8d7da !important;
}
.example-tabs > .tabs__list > .tabs--is-open > a.css,
.example-tabs > .tabs__list > .tabs--is-open > a:hover.css {
  background-color: #d0d9ea !important;
}
.example-tabs > .tabs__list > .tabs--is-open > a.scss,
.example-tabs > .tabs__list > .tabs--is-open > a:hover.scss {
  background-color: #fad8e8 !important;
}
.example-tabs > .tabs__list > .tabs--is-open > a.js,
.example-tabs > .tabs__list > .tabs--is-open > a:hover.js {
  background-color: #fff3cd !important;
}
.example-tabs > .tabs__list > .tabs--is-open > a.example,
.example-tabs > .tabs__list > .tabs--is-open > a:hover.example {
  background-color: #fff !important;
}
.example-tabs > .tabs__list > .tabs--is-open > a.files,
.example-tabs > .tabs__list > .tabs--is-open > a:hover.files {
  background-color: #d4edda !important;
}
.example-tabs pre {
  margin-top: 0;
}
.example-tabs pre code + code {
  margin-top: -1px;
}
.example-tabs ul.files,
.example-tabs ol.files {
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
}
.example-tabs div.example {
  padding: 20px;
}
.example-tabs > .tabs__content-wrapper > .tabs__content {
  margin-top: 0;
}

.example-comma-separated,
.example-comma-separated li {
  list-style: none;
  background-image: none;
  padding: 0;
  margin: 0;
}
.example-comma-separated li {
  display: inline;
}
.example-comma-separated > li:not(:last-child):after {
  content: ",";
}

.example-grid {
  width: 100%;
  padding-right: var(--bs-gutter-x, 10px);
  padding-left: var(--bs-gutter-x, 10px);
  margin-right: auto;
  margin-left: auto;
  min-width: 320px;
  max-width: 1240px;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: left;
  position: relative;
}
@media (min-width: 400px) {
  .example-grid {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.example-grid .container,
.example-grid .alerts {
  padding: 0;
  min-width: 0;
}

.example-module,
.example-module-2 {
  border: 1px dotted #adb5bd;
  background-color: #ddd;
  padding: 20px;
  font-family: "Roboto Mono", "Consolas", "Menlo", "Monaco", "Source Code Pro", "Courier New", monospace;
  font-size: 14px;
}

.example-module-2 {
  padding: 10px;
}

.triangle01 {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 10px;
  background-color: #164194;
  color: #fff;
}
.triangle01:before {
  bottom: -10px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  content: "";
  display: block;
  position: absolute;
  border: 10px solid transparent;
  border-top: 10px solid #164194;
  border-bottom: 0;
  height: 0;
  width: 0;
}

.example-center-vert,
.example-center-both {
  max-width: 600px;
  height: 250px;
  background-color: #eee;
}

.example-center-vert-item,
.example-center-both-item {
  padding: 20px;
  background-color: #ccc;
  width: 75%;
}

.example-center-vert:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  height: 100%;
  width: 0.1px;
}

.example-center-vert-item {
  display: inline-block;
  vertical-align: middle;
}

.example-center-both {
  position: relative;
}

.example-center-both-item {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.example-truncate {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.example-pos-wrapper {
  position: relative;
  height: 300px;
}

.example-pos {
  background: #dc3545;
}

.example-pos1 {
  position: absolute;
  top: 10px;
  right: 20px;
  left: 40px;
  background: rgba(220, 53, 69, 0.5);
}

.example-pos2 {
  position: absolute;
  right: 50px;
  bottom: 20px;
  left: 50px;
  background: rgba(40, 167, 69, 0.5);
}

.example-pos3 {
  position: absolute;
  top: 120px;
  right: 0;
  bottom: 120px;
  left: 0;
  background: rgba(22, 65, 148, 0.5);
}

.example-pos4 {
  position: absolute;
  top: 70px;
  right: 70px;
  bottom: 70px;
  left: 70px;
  background: rgba(255, 193, 7, 0.5);
}

.you-will-be-a-button {
  display: inline-block;
  vertical-align: middle;
  font-family: "Exo", sans-serif;
  border-radius: 20px;
  font-weight: 700;
  line-height: 2rem;
  border: 1px solid;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  margin: 0;
  cursor: pointer;
  background-image: none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}
.you-will-be-a-button:hover, .you-will-be-a-button:focus {
  text-decoration: none;
}
.you-will-be-a-button:active, .you-will-be-a-button.open {
  -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.175);
          box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.175);
  background-image: none;
  text-decoration: none;
}
.you-will-be-a-button.disabled, .you-will-be-a-button[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}
.you-will-be-a-button, .you-will-be-a-button:visited, .you-will-be-a-button.disabled, .you-will-be-a-button.disabled:hover, .you-will-be-a-button.disabled:focus, .you-will-be-a-button.disabled:active, .you-will-be-a-button.disabled.open, .you-will-be-a-button[disabled], .you-will-be-a-button[disabled]:hover, .you-will-be-a-button[disabled]:focus, .you-will-be-a-button[disabled]:active, .you-will-be-a-button[disabled].open {
  color: #fff;
  background-color: #164194;
  border-color: #164194;
  font-family: "Exo", sans-serif;
}
.you-will-be-a-button:hover, .you-will-be-a-button:focus {
  color: #fff;
  background-color: #13377e;
  border-color: #164194;
}
.you-will-be-a-button:active, .you-will-be-a-button.open {
  color: #fff;
  background-color: #0f2e68;
  border-color: #164194;
}

.example-family-text {
  font-family: "Exo", sans-serif;
}

.example-family-heading {
  font-family: "Exo", sans-serif;
}

.example-family-code {
  font-family: "Roboto Mono", "Consolas", "Menlo", "Monaco", "Source Code Pro", "Courier New", monospace;
}

.rw-example {
  font-size: 0.1%;
  font-size: 0;
  line-height: 0;
  word-spacing: -0.3em;
}

.rw-example__item {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #f66;
  padding: 10px;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
}

.example-color {
  color: #164194;
}

.example-bgcolor {
  background-color: #adb5bd;
}

.example-black {
  background-color: black(0.3);
}

.example-white {
  background-color: white(0.6);
}

.example-shade {
  background-color: #00b300;
}

.example-tint {
  background-color: #ff8080;
}

.example-reset-list {
  list-style: none;
  padding: 0;
}
.example-reset-list li {
  padding-left: 0;
  margin: 0;
}

.example-hidetext {
  background-color: #ccf;
  width: 200px;
  height: 50px;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

.example-linkcolors {
  font-weight: bold;
  color: #00f;
}
.example-linkcolors:visited {
  color: #00c;
}
.example-linkcolors:hover {
  color: #009;
}
.example-linkcolors:active {
  color: #000;
}

.example-embedcontainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.example-embedcontainer iframe,
.example-embedcontainer object,
.example-embedcontainer embed,
.example-embedcontainer video,
.example-embedcontainer .mce-preview-object,
.example-embedcontainer .mce-object-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.example-hamburgericon {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  cursor: pointer;
  height: 16px;
  width: 22px;
}
.example-hamburgericon__bar {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  background-color: #fff;
  height: 2px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.example-hamburgericon__bar:nth-child(1) {
  top: 0;
}
.example-hamburgericon__bar:nth-child(2) {
  top: 7px;
}
.example-hamburgericon__bar:nth-child(3) {
  top: 14px;
}

.example-spinner {
  display: block;
  border-radius: 50%;
}

.example-hide {
  display: none;
}

.icon--warning {
  color: #ffc107;
}

.icon--success {
  color: #28a745;
}

.font-family-sans {
  font-family: "Exo", sans-serif;
}

.font-size-16 {
  font-size: 1.8rem !important;
}

.font-size-2 {
  font-size: 2rem !important;
}

.debug {
  display: none !important;
}

.hljs-comment {
  color: #969896;
}

.hljs-variable,
.hljs-attribute,
.hljs-tag,
.hljs-regexp,
.ruby .hljs-constant,
.xml .hljs-tag .hljs-title,
.xml .hljs-pi,
.xml .hljs-doctype,
.lang-html .hljs-doctype,
.lang-html .hljs-title,
.lang-css .hljs-id,
.lang-css .hljs-class,
.lang-css .hljs-pseudo,
.lang-scss .hljs-id,
.lang-scss .hljs-class,
.lang-scss .hljs-pseudo {
  color: #cc6666;
}

.hljs-number,
.hljs-preprocessor,
.hljs-pragma,
.hljs-built_in,
.hljs-literal,
.hljs-params,
.hljs-constant,
.lang-css .hljs-value,
.lang-scss .hljs-value,
.lang-scss .hljs-at_rule + .hljs-string {
  color: #de935f;
}

.ruby .hljs-class .hljs-title,
.lang-css .hljs-attribute,
.lang-scss .hljs-attribute {
  color: #f0c674;
}

.hljs-string,
.hljs-value,
.hljs-inheritance,
.hljs-header,
.hljs-name,
.ruby .hljs-symbol,
.xml .hljs-cdata {
  color: #b5bd68;
}

.hljs-title,
.lang-css .hljs-hexcolor,
.lang-scss .hljs-hexcolor {
  color: #8abeb7;
}

.hljs-function,
.python .hljs-decorator,
.python .hljs-title,
.ruby .hljs-function .hljs-title,
.ruby .hljs-title .hljs-keyword,
.perl .hljs-sub,
.lang-javascript .hljs-title,
.lang-js .hljs-title,
.coffeescript .hljs-title {
  color: #81a2be;
}

.hljs-keyword,
.lang-scss .hljs-at_rule,
.lang-javascript .hljs-function,
.lang-js .hljs-function {
  color: #b294bb;
}

.lang-bash .hljs-built_in {
  color: #c5c8c6;
}

pre code {
  display: block;
  overflow-x: auto;
  background: #1d1f21;
  color: #c5c8c6;
  padding: 0.5em;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}

.lang-javascript .xml,
.lang-js .xml,
.tex .hljs-formula,
.xml .lang-javascript,
.xml .vbscript,
.xml .lang-css,
.xml .lang-scss,
.xml .hljs-cdata {
  opacity: 0.5;
}

/* shop_payment_payone_cc */
.error-box, .error-box-small {
  background-color: #ec3b27;
  color: #fff;
  font-size: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  display: inline-block;
  padding: 2px 6px;
}

.error-box {
  display: block;
  padding: 8px 12px;
  margin: 20px 0;
}

#tab_formula .recipe-examples-buttons {
  display: inline;
  padding: 0;
}
/*# sourceMappingURL=maps/screen.css.map */
