@charset "UTF-8";
/* ------------------
   SIZES
------------------ */
/* 1px */
/* 3px */
/* 5px */
/* 8px */
/* 10px */
/* 15px */
/* 16px */
/* 20px */
/* 24px */
/* 30px */
/* 40px */
/* 50px */
/* 60px */
/* 80px */
/* ------------------
   FONTS
------------------ */
/* quattrocento-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Quattrocento Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../../files/theme/m13-live/fonts/quattrocento-sans-v18-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* quattrocento-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Quattrocento Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../../files/theme/m13-live/fonts/quattrocento-sans-v18-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a, .share-btn {
  background-color: transparent;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

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

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

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

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/*!
 * Bootstrap Grid v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container, footer .inside, header .inside,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 4rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container, footer .inside, header .inside {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container, footer .inside, header .inside {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container, footer .inside, header .inside {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container, footer .inside, header .inside {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container, footer .inside, header .inside {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 4rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

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

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

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

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

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

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

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.col-12 {
  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: 0.25rem;
}

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    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: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    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: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    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: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    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: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.d-inline {
  display: inline !important;
}

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

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

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

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

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

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

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

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

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

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

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

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

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

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

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

.m-4 {
  margin: 1.5rem !important;
}

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

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

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

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

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

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

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

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

.mt-2 {
  margin-top: 0.5rem !important;
}

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

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

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

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

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

.mb-2 {
  margin-bottom: 0.5rem !important;
}

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

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

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

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

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !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: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !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: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !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: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !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: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !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: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DXY
 */
.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DXY Reverse
 */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Minus
 */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.7142857143px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.7142857143px, -6px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

@font-face {
  font-family: "musik";
  src: url("../../files/theme/m13-live/fonts/musik.ttf?pigmcu") format("truetype"), url("../../files/theme/m13-live/fonts/musik.woff?pigmcu") format("woff"), url("../../files/theme/m13-live/fonts/musik.svg?pigmcu#musik") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "musik" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-activity:before {
  content: "\e900";
}

.icon-airplay:before {
  content: "\e901";
}

.icon-alert-circle:before {
  content: "\e902";
}

.icon-alert-octagon:before {
  content: "\e903";
}

.icon-alert-triangle:before {
  content: "\e904";
}

.icon-align-center:before {
  content: "\e905";
}

.icon-align-justify:before {
  content: "\e906";
}

.icon-align-left:before {
  content: "\e907";
}

.icon-align-right:before {
  content: "\e908";
}

.icon-anchor:before {
  content: "\e909";
}

.icon-aperture:before {
  content: "\e90a";
}

.icon-archive:before {
  content: "\e90b";
}

.icon-arrow-down-circle:before {
  content: "\e90c";
}

.icon-arrow-down-left:before {
  content: "\e90d";
}

.icon-arrow-down-right:before {
  content: "\e90e";
}

.icon-arrow-down:before {
  content: "\e90f";
}

.icon-arrow-left-circle:before {
  content: "\e910";
}

.icon-arrow-left:before {
  content: "\e911";
}

.icon-arrow-right-circle:before {
  content: "\e912";
}

.icon-arrow-right:before {
  content: "\e913";
}

.icon-arrow-up-circle:before {
  content: "\e914";
}

.icon-arrow-up-left:before {
  content: "\e915";
}

.icon-arrow-up-right:before {
  content: "\e916";
}

.icon-arrow-up:before {
  content: "\e917";
}

.icon-at-sign:before {
  content: "\e918";
}

.icon-award:before {
  content: "\e919";
}

.icon-bar-chart-2:before {
  content: "\e91a";
}

.icon-bar-chart:before {
  content: "\e91b";
}

.icon-battery-charging:before {
  content: "\e91c";
}

.icon-battery:before {
  content: "\e91d";
}

.icon-bell-off:before {
  content: "\e91e";
}

.icon-bell:before {
  content: "\e91f";
}

.icon-bluetooth:before {
  content: "\e920";
}

.icon-bold:before {
  content: "\e921";
}

.icon-book-open:before {
  content: "\e922";
}

.icon-book:before {
  content: "\e923";
}

.icon-bookmark:before {
  content: "\e924";
}

.icon-box:before {
  content: "\e925";
}

.icon-briefcase:before {
  content: "\e926";
}

.icon-calendar:before {
  content: "\e927";
}

.icon-camera-off:before {
  content: "\e928";
}

.icon-camera:before {
  content: "\e929";
}

.icon-cast:before {
  content: "\e92a";
}

.icon-check-circle:before {
  content: "\e92b";
}

.icon-check-square:before {
  content: "\e92c";
}

.icon-check:before {
  content: "\e92d";
}

.icon-chevron-down:before {
  content: "\e92e";
}

.icon-chevron-left:before {
  content: "\e92f";
}

.icon-chevron-right:before {
  content: "\e930";
}

.icon-chevron-up:before {
  content: "\e931";
}

.icon-chevrons-down:before {
  content: "\e932";
}

.icon-chevrons-left:before {
  content: "\e933";
}

.icon-chevrons-right:before {
  content: "\e934";
}

.icon-chevrons-up:before {
  content: "\e935";
}

.icon-chrome:before {
  content: "\e936";
}

.icon-circle:before {
  content: "\e937";
}

.icon-clipboard:before {
  content: "\e938";
}

.icon-clock:before {
  content: "\e939";
}

.icon-cloud-drizzle:before {
  content: "\e93a";
}

.icon-cloud-lightning:before {
  content: "\e93b";
}

.icon-cloud-off:before {
  content: "\e93c";
}

.icon-cloud-rain:before {
  content: "\e93d";
}

.icon-cloud-snow:before {
  content: "\e93e";
}

.icon-cloud:before {
  content: "\e93f";
}

.icon-code:before {
  content: "\e940";
}

.icon-codepen:before {
  content: "\e941";
}

.icon-coffee:before {
  content: "\e942";
}

.icon-command:before {
  content: "\e943";
}

.icon-compass:before {
  content: "\e944";
}

.icon-copy:before {
  content: "\e945";
}

.icon-corner-down-left:before {
  content: "\e946";
}

.icon-corner-down-right:before {
  content: "\e947";
}

.icon-corner-left-down:before {
  content: "\e948";
}

.icon-corner-left-up:before {
  content: "\e949";
}

.icon-corner-right-down:before {
  content: "\e94a";
}

.icon-corner-right-up:before {
  content: "\e94b";
}

.icon-corner-up-left:before {
  content: "\e94c";
}

.icon-corner-up-right:before {
  content: "\e94d";
}

.icon-cpu:before {
  content: "\e94e";
}

.icon-credit-card:before {
  content: "\e94f";
}

.icon-crop:before {
  content: "\e950";
}

.icon-crosshair:before {
  content: "\e951";
}

.icon-database:before {
  content: "\e952";
}

.icon-delete:before {
  content: "\e953";
}

.icon-disc:before {
  content: "\e954";
}

.icon-dollar-sign:before {
  content: "\e955";
}

.icon-download-cloud:before {
  content: "\e956";
}

.icon-download:before {
  content: "\e957";
}

.icon-droplet:before {
  content: "\e958";
}

.icon-edit-2:before {
  content: "\e959";
}

.icon-edit-3:before {
  content: "\e95a";
}

.icon-edit:before {
  content: "\e95b";
}

.icon-external-link:before {
  content: "\e95c";
}

.icon-eye-off:before {
  content: "\e95d";
}

.icon-eye:before {
  content: "\e95e";
}

.icon-facebook:before {
  content: "\e95f";
}

.icon-fast-forward:before {
  content: "\e960";
}

.icon-feather:before {
  content: "\e961";
}

.icon-figma:before {
  content: "\e962";
}

.icon-file-minus:before {
  content: "\e963";
}

.icon-file-plus:before {
  content: "\e964";
}

.icon-file-text:before {
  content: "\e965";
}

.icon-file:before {
  content: "\e966";
}

.icon-film:before {
  content: "\e967";
}

.icon-filter:before {
  content: "\e968";
}

.icon-flag:before {
  content: "\e969";
}

.icon-folder-minus:before {
  content: "\e96a";
}

.icon-folder-plus:before {
  content: "\e96b";
}

.icon-folder:before {
  content: "\e96c";
}

.icon-frown:before {
  content: "\e96d";
}

.icon-gift:before {
  content: "\e96e";
}

.icon-git-branch:before {
  content: "\e96f";
}

.icon-git-commit:before {
  content: "\e970";
}

.icon-git-merge:before {
  content: "\e971";
}

.icon-git-pull-request:before {
  content: "\e972";
}

.icon-github:before {
  content: "\e973";
}

.icon-gitlab:before {
  content: "\e974";
}

.icon-globe:before {
  content: "\e975";
}

.icon-grid:before {
  content: "\e976";
}

.icon-hard-drive:before {
  content: "\e977";
}

.icon-hash:before {
  content: "\e978";
}

.icon-headphones:before {
  content: "\e979";
}

.icon-heart:before {
  content: "\e97a";
}

.icon-help-circle:before {
  content: "\e97b";
}

.icon-home:before {
  content: "\e97c";
}

.icon-image:before {
  content: "\e97d";
}

.icon-inbox:before {
  content: "\e97e";
}

.icon-info:before {
  content: "\e97f";
}

.icon-instagram:before {
  content: "\e980";
}

.icon-italic:before {
  content: "\e981";
}

.icon-key:before {
  content: "\e982";
}

.icon-layers:before {
  content: "\e983";
}

.icon-layout:before {
  content: "\e984";
}

.icon-life-buoy:before {
  content: "\e985";
}

.icon-link-2:before {
  content: "\e986";
}

.icon-link:before {
  content: "\e987";
}

.icon-linkedin:before {
  content: "\e988";
}

.icon-list:before {
  content: "\e989";
}

.icon-loader:before {
  content: "\e98a";
}

.icon-lock:before {
  content: "\e98b";
}

.icon-log-in:before {
  content: "\e98c";
}

.icon-log-out:before {
  content: "\e98d";
}

.icon-mail:before {
  content: "\e98e";
}

.icon-map-pin:before {
  content: "\e98f";
}

.icon-map:before {
  content: "\e990";
}

.icon-maximize-2:before {
  content: "\e991";
}

.icon-maximize:before {
  content: "\e992";
}

.icon-meh:before {
  content: "\e993";
}

.icon-menu:before {
  content: "\e994";
}

.icon-message-circle:before {
  content: "\e995";
}

.icon-message-square:before {
  content: "\e996";
}

.icon-mic-off:before {
  content: "\e997";
}

.icon-mic:before {
  content: "\e998";
}

.icon-minimize-2:before {
  content: "\e999";
}

.icon-minimize:before {
  content: "\e99a";
}

.icon-minus-circle:before {
  content: "\e99b";
}

.icon-minus-square:before {
  content: "\e99c";
}

.icon-minus:before {
  content: "\e99d";
}

.icon-monitor:before {
  content: "\e99e";
}

.icon-moon:before {
  content: "\e99f";
}

.icon-more-horizontal:before {
  content: "\e9a0";
}

.icon-more-vertical:before {
  content: "\e9a1";
}

.icon-mouse-pointer:before {
  content: "\e9a2";
}

.icon-move:before {
  content: "\e9a3";
}

.icon-music:before {
  content: "\e9a4";
}

.icon-navigation-2:before {
  content: "\e9a5";
}

.icon-navigation:before {
  content: "\e9a6";
}

.icon-octagon:before {
  content: "\e9a7";
}

.icon-package:before {
  content: "\e9a8";
}

.icon-paperclip:before {
  content: "\e9a9";
}

.icon-pause-circle:before {
  content: "\e9aa";
}

.icon-pause:before {
  content: "\e9ab";
}

.icon-pen-tool:before {
  content: "\e9ac";
}

.icon-percent:before {
  content: "\e9ad";
}

.icon-phone-call:before {
  content: "\e9ae";
}

.icon-phone-forwarded:before {
  content: "\e9af";
}

.icon-phone-incoming:before {
  content: "\e9b0";
}

.icon-phone-missed:before {
  content: "\e9b1";
}

.icon-phone-off:before {
  content: "\e9b2";
}

.icon-phone-outgoing:before {
  content: "\e9b3";
}

.icon-phone:before {
  content: "\e9b4";
}

.icon-pie-chart:before {
  content: "\e9b5";
}

.icon-play-circle:before {
  content: "\e9b6";
}

.icon-play:before {
  content: "\e9b7";
}

.icon-plus-circle:before {
  content: "\e9b8";
}

.icon-plus-square:before {
  content: "\e9b9";
}

.icon-plus:before {
  content: "\e9ba";
}

.icon-pocket:before {
  content: "\e9bb";
}

.icon-power:before {
  content: "\e9bc";
}

.icon-printer:before {
  content: "\e9bd";
}

.icon-radio:before {
  content: "\e9be";
}

.icon-refresh-ccw:before {
  content: "\e9bf";
}

.icon-refresh-cw:before {
  content: "\e9c0";
}

.icon-repeat:before {
  content: "\e9c1";
}

.icon-rewind:before {
  content: "\e9c2";
}

.icon-rotate-ccw:before {
  content: "\e9c3";
}

.icon-rotate-cw:before {
  content: "\e9c4";
}

.icon-rss:before {
  content: "\e9c5";
}

.icon-save:before {
  content: "\e9c6";
}

.icon-scissors:before {
  content: "\e9c7";
}

.icon-search:before {
  content: "\e9c8";
}

.icon-send:before {
  content: "\e9c9";
}

.icon-server:before {
  content: "\e9ca";
}

.icon-settings:before {
  content: "\e9cb";
}

.icon-share-2:before {
  content: "\e9cc";
}

.icon-share:before {
  content: "\e9cd";
}

.icon-shield-off:before {
  content: "\e9ce";
}

.icon-shield:before {
  content: "\e9cf";
}

.icon-shopping-bag:before {
  content: "\e9d0";
}

.icon-shopping-cart:before {
  content: "\e9d1";
}

.icon-shuffle:before {
  content: "\e9d2";
}

.icon-sidebar:before {
  content: "\e9d3";
}

.icon-skip-back:before {
  content: "\e9d4";
}

.icon-skip-forward:before {
  content: "\e9d5";
}

.icon-slack:before {
  content: "\e9d6";
}

.icon-slash:before {
  content: "\e9d7";
}

.icon-sliders:before {
  content: "\e9d8";
}

.icon-smartphone:before {
  content: "\e9d9";
}

.icon-smile:before {
  content: "\e9da";
}

.icon-speaker:before {
  content: "\e9db";
}

.icon-square:before {
  content: "\e9dc";
}

.icon-star:before {
  content: "\e9dd";
}

.icon-stop-circle:before {
  content: "\e9de";
}

.icon-sun:before {
  content: "\e9df";
}

.icon-sunrise:before {
  content: "\e9e0";
}

.icon-sunset:before {
  content: "\e9e1";
}

.icon-tablet:before {
  content: "\e9e2";
}

.icon-tag:before {
  content: "\e9e3";
}

.icon-target:before {
  content: "\e9e4";
}

.icon-terminal:before {
  content: "\e9e5";
}

.icon-thermometer:before {
  content: "\e9e6";
}

.icon-thumbs-down:before {
  content: "\e9e7";
}

.icon-thumbs-up:before {
  content: "\e9e8";
}

.icon-toggle-left:before {
  content: "\e9e9";
}

.icon-toggle-right:before {
  content: "\e9ea";
}

.icon-trash-2:before {
  content: "\e9eb";
}

.icon-trash:before {
  content: "\e9ec";
}

.icon-trello:before {
  content: "\e9ed";
}

.icon-trending-down:before {
  content: "\e9ee";
}

.icon-trending-up:before {
  content: "\e9ef";
}

.icon-triangle:before {
  content: "\e9f0";
}

.icon-truck:before {
  content: "\e9f1";
}

.icon-tv:before {
  content: "\e9f2";
}

.icon-twitter:before {
  content: "\e9f3";
}

.icon-type:before {
  content: "\e9f4";
}

.icon-umbrella:before {
  content: "\e9f5";
}

.icon-underline:before {
  content: "\e9f6";
}

.icon-unlock:before {
  content: "\e9f7";
}

.icon-upload-cloud:before {
  content: "\e9f8";
}

.icon-upload:before {
  content: "\e9f9";
}

.icon-user-check:before {
  content: "\e9fa";
}

.icon-user-minus:before {
  content: "\e9fb";
}

.icon-user-plus:before {
  content: "\e9fc";
}

.icon-user-x:before {
  content: "\e9fd";
}

.icon-user:before {
  content: "\e9fe";
}

.icon-users:before {
  content: "\e9ff";
}

.icon-video-off:before {
  content: "\ea00";
}

.icon-video:before {
  content: "\ea01";
}

.icon-voicemail:before {
  content: "\ea02";
}

.icon-volume-1:before {
  content: "\ea03";
}

.icon-volume-2:before {
  content: "\ea04";
}

.icon-volume-x:before {
  content: "\ea05";
}

.icon-volume:before {
  content: "\ea06";
}

.icon-watch:before {
  content: "\ea07";
}

.icon-wifi-off:before {
  content: "\ea08";
}

.icon-wifi:before {
  content: "\ea09";
}

.icon-wind:before {
  content: "\ea0a";
}

.icon-x-circle:before {
  content: "\ea0b";
}

.icon-x-octagon:before {
  content: "\ea0c";
}

.icon-x-square:before {
  content: "\ea0d";
}

.icon-x:before {
  content: "\ea0e";
}

.icon-youtube:before {
  content: "\ea0f";
}

.icon-zap-off:before {
  content: "\ea10";
}

.icon-zap:before {
  content: "\ea11";
}

.icon-zoom-in:before {
  content: "\ea12";
}

.icon-zoom-out:before {
  content: "\ea13";
}

@media (min-width: 64em) {
  .mod_article > .block:last-child {
    margin-bottom: 5rem;
  }
}
@media (max-width: 64em) {
  .mod_article > .block:last-child {
    margin-bottom: 3.75rem;
  }
}
@media (max-width: 48em) {
  .mod_article > .block:last-child {
    margin-bottom: 3.125rem;
  }
}
@media (max-width: 35.5em) {
  .mod_article > .block:last-child {
    margin-bottom: 2.5rem;
  }
}

/* ------------------
   MARGINS
------------------ */
.block[class*=ce_]:not(.ce_grid_box_start) + .block[class*=ce_]:not(.ce_grid_box_start), .block[class*=ce_]:not(.ce_grid_box_start) + .block[class*=mod_]:not(.mod_article),
.block[class*=mod_]:not(.mod_article) + .block[class*=ce_]:not(.ce_grid_box_start),
.block[class*=mod_]:not(.mod_article) + .block[class*=mod_]:not(.mod_article) {
  margin-top: 1.25rem;
  /* Abstand halbieren */
  /* Abstand vierteln */
  /* Abstand achteln */
}
.block[class*=ce_]:not(.ce_grid_box_start) + .block[class*=ce_]:not(.ce_grid_box_start).m50, .block[class*=ce_]:not(.ce_grid_box_start) + .block[class*=mod_]:not(.mod_article).m50,
.block[class*=mod_]:not(.mod_article) + .block[class*=ce_]:not(.ce_grid_box_start).m50,
.block[class*=mod_]:not(.mod_article) + .block[class*=mod_]:not(.mod_article).m50 {
  margin-top: 0.625rem;
}
.block[class*=ce_]:not(.ce_grid_box_start) + .block[class*=ce_]:not(.ce_grid_box_start).m25, .block[class*=ce_]:not(.ce_grid_box_start) + .block[class*=mod_]:not(.mod_article).m25,
.block[class*=mod_]:not(.mod_article) + .block[class*=ce_]:not(.ce_grid_box_start).m25,
.block[class*=mod_]:not(.mod_article) + .block[class*=mod_]:not(.mod_article).m25 {
  margin-top: 0.3125rem;
}
.block[class*=ce_]:not(.ce_grid_box_start) + .block[class*=ce_]:not(.ce_grid_box_start).m12, .block[class*=ce_]:not(.ce_grid_box_start) + .block[class*=mod_]:not(.mod_article).m12,
.block[class*=mod_]:not(.mod_article) + .block[class*=ce_]:not(.ce_grid_box_start).m12,
.block[class*=mod_]:not(.mod_article) + .block[class*=mod_]:not(.mod_article).m12 {
  margin-top: 0.15625rem;
}
@media (min-width: 768px) {
  .block[class*=ce_]:not(.ce_grid_box_start) + .block[class*=ce_]:not(.ce_grid_box_start), .block[class*=ce_]:not(.ce_grid_box_start) + .block[class*=mod_]:not(.mod_article),
  .block[class*=mod_]:not(.mod_article) + .block[class*=ce_]:not(.ce_grid_box_start),
  .block[class*=mod_]:not(.mod_article) + .block[class*=mod_]:not(.mod_article) {
    margin-top: 1.875rem;
    /* Abstand halbieren */
    /* Abstand vierteln */
    /* Abstand achteln */
  }
  .block[class*=ce_]:not(.ce_grid_box_start) + .block[class*=ce_]:not(.ce_grid_box_start).m50, .block[class*=ce_]:not(.ce_grid_box_start) + .block[class*=mod_]:not(.mod_article).m50,
  .block[class*=mod_]:not(.mod_article) + .block[class*=ce_]:not(.ce_grid_box_start).m50,
  .block[class*=mod_]:not(.mod_article) + .block[class*=mod_]:not(.mod_article).m50 {
    margin-top: 0.9375rem;
  }
  .block[class*=ce_]:not(.ce_grid_box_start) + .block[class*=ce_]:not(.ce_grid_box_start).m25, .block[class*=ce_]:not(.ce_grid_box_start) + .block[class*=mod_]:not(.mod_article).m25,
  .block[class*=mod_]:not(.mod_article) + .block[class*=ce_]:not(.ce_grid_box_start).m25,
  .block[class*=mod_]:not(.mod_article) + .block[class*=mod_]:not(.mod_article).m25 {
    margin-top: 0.46875rem;
  }
  .block[class*=ce_]:not(.ce_grid_box_start) + .block[class*=ce_]:not(.ce_grid_box_start).m12, .block[class*=ce_]:not(.ce_grid_box_start) + .block[class*=mod_]:not(.mod_article).m12,
  .block[class*=mod_]:not(.mod_article) + .block[class*=ce_]:not(.ce_grid_box_start).m12,
  .block[class*=mod_]:not(.mod_article) + .block[class*=mod_]:not(.mod_article).m12 {
    margin-top: 0.234375rem;
  }
}
@media (min-width: 992px) {
  .block[class*=ce_]:not(.ce_grid_box_start) + .block[class*=ce_]:not(.ce_grid_box_start), .block[class*=ce_]:not(.ce_grid_box_start) + .block[class*=mod_]:not(.mod_article),
  .block[class*=mod_]:not(.mod_article) + .block[class*=ce_]:not(.ce_grid_box_start),
  .block[class*=mod_]:not(.mod_article) + .block[class*=mod_]:not(.mod_article) {
    margin-top: 2.5rem;
    /* Abstand halbieren */
    /* Abstand vierteln */
    /* Abstand achteln */
  }
  .block[class*=ce_]:not(.ce_grid_box_start) + .block[class*=ce_]:not(.ce_grid_box_start).m50, .block[class*=ce_]:not(.ce_grid_box_start) + .block[class*=mod_]:not(.mod_article).m50,
  .block[class*=mod_]:not(.mod_article) + .block[class*=ce_]:not(.ce_grid_box_start).m50,
  .block[class*=mod_]:not(.mod_article) + .block[class*=mod_]:not(.mod_article).m50 {
    margin-top: 1.25rem;
  }
  .block[class*=ce_]:not(.ce_grid_box_start) + .block[class*=ce_]:not(.ce_grid_box_start).m25, .block[class*=ce_]:not(.ce_grid_box_start) + .block[class*=mod_]:not(.mod_article).m25,
  .block[class*=mod_]:not(.mod_article) + .block[class*=ce_]:not(.ce_grid_box_start).m25,
  .block[class*=mod_]:not(.mod_article) + .block[class*=mod_]:not(.mod_article).m25 {
    margin-top: 0.625rem;
  }
  .block[class*=ce_]:not(.ce_grid_box_start) + .block[class*=ce_]:not(.ce_grid_box_start).m12, .block[class*=ce_]:not(.ce_grid_box_start) + .block[class*=mod_]:not(.mod_article).m12,
  .block[class*=mod_]:not(.mod_article) + .block[class*=ce_]:not(.ce_grid_box_start).m12,
  .block[class*=mod_]:not(.mod_article) + .block[class*=mod_]:not(.mod_article).m12 {
    margin-top: 0.3125rem;
  }
}
@media (min-width: 1200px) {
  .block[class*=ce_]:not(.ce_grid_box_start) + .block[class*=ce_]:not(.ce_grid_box_start), .block[class*=ce_]:not(.ce_grid_box_start) + .block[class*=mod_]:not(.mod_article),
  .block[class*=mod_]:not(.mod_article) + .block[class*=ce_]:not(.ce_grid_box_start),
  .block[class*=mod_]:not(.mod_article) + .block[class*=mod_]:not(.mod_article) {
    margin-top: 3.125rem;
    /* Abstand halbieren */
    /* Abstand vierteln */
    /* Abstand achteln */
  }
  .block[class*=ce_]:not(.ce_grid_box_start) + .block[class*=ce_]:not(.ce_grid_box_start).m50, .block[class*=ce_]:not(.ce_grid_box_start) + .block[class*=mod_]:not(.mod_article).m50,
  .block[class*=mod_]:not(.mod_article) + .block[class*=ce_]:not(.ce_grid_box_start).m50,
  .block[class*=mod_]:not(.mod_article) + .block[class*=mod_]:not(.mod_article).m50 {
    margin-top: 1.5625rem;
  }
  .block[class*=ce_]:not(.ce_grid_box_start) + .block[class*=ce_]:not(.ce_grid_box_start).m25, .block[class*=ce_]:not(.ce_grid_box_start) + .block[class*=mod_]:not(.mod_article).m25,
  .block[class*=mod_]:not(.mod_article) + .block[class*=ce_]:not(.ce_grid_box_start).m25,
  .block[class*=mod_]:not(.mod_article) + .block[class*=mod_]:not(.mod_article).m25 {
    margin-top: 0.78125rem;
  }
  .block[class*=ce_]:not(.ce_grid_box_start) + .block[class*=ce_]:not(.ce_grid_box_start).m12, .block[class*=ce_]:not(.ce_grid_box_start) + .block[class*=mod_]:not(.mod_article).m12,
  .block[class*=mod_]:not(.mod_article) + .block[class*=ce_]:not(.ce_grid_box_start).m12,
  .block[class*=mod_]:not(.mod_article) + .block[class*=mod_]:not(.mod_article).m12 {
    margin-top: 0.390625rem;
  }
}
.block[class*=ce_]:not(.ce_grid_box_start) + .block[class*=ce_]:not(.ce_grid_box_start).m0, .block[class*=ce_]:not(.ce_grid_box_start) + .block[class*=mod_]:not(.mod_article).m0,
.block[class*=mod_]:not(.mod_article) + .block[class*=ce_]:not(.ce_grid_box_start).m0,
.block[class*=mod_]:not(.mod_article) + .block[class*=mod_]:not(.mod_article).m0 {
  margin-top: 0;
}
.block[class*=ce_]:not(.ce_grid_box_start).noGap + .block,
.block[class*=mod_]:not(.mod_article).noGap + .block {
  margin-top: 0;
}

.ce_grid_box_start .inner {
  padding: 1.25rem;
}
.ce_grid_box_start .inner.gray {
  background: #e9ecef;
}

/* ------------------
   BODY,HTML
------------------ */
html {
  min-height: -webkit-fill-available;
  scroll-behavior: smooth;
  min-height: 100vh;
}

body {
  font-size: 1rem;
  line-height: 1.5;
  color: #15141A;
  font-family: "Quattrocento Sans", sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #f8f9fa;
}
body::after {
  content: "";
  background: rgba(52, 58, 64, 0.75);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  max-height: 0;
  transition: all 0.25s ease;
  z-index: 1;
}
body.menu-active {
  overflow-y: hidden;
}
body.menu-active::after {
  max-height: 100vh;
}

* {
  box-sizing: border-box;
}

*:focus-visible {
  outline: 0.25rem solid #005FCC !important;
  outline-offset: 0.25rem;
}

.invisible {
  display: none;
}

#main {
  margin-top: 8.5rem;
}

header {
  position: fixed;
  display: flex;
  justify-content: center;
  width: 100%;
  top: 0;
  z-index: 3;
  background: #fff;
  height: 5.5rem;
  overflow: hidden;
  transition: all 0.25s ease;
}
.menu-active header {
  max-height: 150vh;
  height: auto;
}
header .inside {
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: flex-start;
  z-index: 2;
  align-items: center;
}

#logo {
  margin: 0;
  width: 35vw;
  margin-right: auto;
}
#logo .image_container {
  display: flex;
}
@media (min-width: 768px) {
  #logo {
    width: auto;
    margin: 1.3125rem 0;
    margin-right: auto;
  }
}

#sublogos {
  display: flex;
  gap: 2.5rem;
  margin: 1.25rem 0 0 0;
}
#sublogos div.ce_image {
  margin: 0;
}
#sublogos div.ce_image img {
  height: 1.25rem;
  width: auto;
}

.info-container {
  background: #fafafa;
  padding: 1.25rem;
  margin-top: 1.25rem;
}

#navigation-container {
  width: 100%;
  margin: 1.25rem 0;
}
@media (max-width: 575.98px) {
  #navigation-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 86vh;
  }
}

#main-navigation {
  width: 100%;
  margin: 1.25rem 0;
  /* LEVEL 2 */
  /* LEVEL 3 */
}
@media (max-width: 575.98px) {
  #main-navigation {
    overflow-y: scroll;
  }
}
#main-navigation.hidden {
  display: none;
}
#main-navigation ul.level_1 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  width: 100%;
  gap: 1.25rem 1.25rem;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  #main-navigation ul.level_1 {
    gap: 2.5rem 1.25rem;
  }
}
@media (min-width: 768px) {
  #main-navigation ul.level_1 {
    justify-content: flex-start;
  }
}
@media (min-width: 1200px) {
  #main-navigation ul.level_1 {
    justify-content: space-between;
  }
}
#main-navigation ul.level_1 > li {
  position: relative;
  flex-basis: 100%;
}
@media (min-width: 768px) {
  #main-navigation ul.level_1 > li {
    flex-basis: calc(33.333% - 1.25rem);
  }
}
@media (min-width: 1200px) {
  #main-navigation ul.level_1 > li {
    flex-basis: auto;
  }
}
#main-navigation ul.level_1 > li > a, #main-navigation ul.level_1 > li > .share-btn,
#main-navigation ul.level_1 > li > strong {
  font-family: "Quattrocento Sans", serif;
  color: #15141A;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.125rem;
  line-height: 1;
  display: inline-block;
  position: relative;
}
#main-navigation ul.level_1 > li > a.active, #main-navigation ul.level_1 > li > .active.share-btn, #main-navigation ul.level_1 > li > a.trail, #main-navigation ul.level_1 > li > .trail.share-btn,
#main-navigation ul.level_1 > li > strong.active,
#main-navigation ul.level_1 > li > strong.trail {
  color: #951b81;
}
#main-navigation ul.level_1 > li > a:hover:not(.active), #main-navigation ul.level_1 > li > .share-btn:hover:not(.active),
#main-navigation ul.level_1 > li > strong:hover:not(.active) {
  color: #951b81;
}
#main-navigation.mega {
  margin: 5rem 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  #main-navigation.mega {
    margin: 10rem 0;
  }
}
#main-navigation.mega ul.level_1 {
  flex-direction: column;
  align-items: center;
  gap: 2.5rem 1.25rem;
}
@media (min-width: 576px) {
  #main-navigation.mega ul.level_1 {
    gap: 3.125rem 1.25rem;
  }
}
#main-navigation.mega ul.level_1 > li {
  flex-basis: auto;
  text-align: center;
}
#main-navigation.mega ul.level_1 > li > a, #main-navigation.mega ul.level_1 > li > .share-btn,
#main-navigation.mega ul.level_1 > li > strong {
  font-size: 2.5rem;
}
#main-navigation ul.level_2 {
  list-style: none;
  padding: 0;
  margin: 0;
}
#main-navigation ul.level_2 > li {
  position: relative;
}
#main-navigation ul.level_2 > li.first {
  margin-top: 0.9375rem;
}
#main-navigation ul.level_2 > li.last {
  margin-bottom: 0.9375rem;
}
#main-navigation ul.level_2 > li > strong {
  color: #951b81;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 0.875rem;
}
#main-navigation ul.level_2 > li > a, #main-navigation ul.level_2 > li > .share-btn {
  font-family: "Quattrocento Sans", sans-serif;
  color: #15141A;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1;
  display: inline-block;
}
#main-navigation ul.level_2 > li > a em, #main-navigation ul.level_2 > li > .share-btn em {
  font-style: normal;
}
#main-navigation ul.level_2 > li > a em:after, #main-navigation ul.level_2 > li > .share-btn em:after {
  height: 0.0625rem;
  bottom: -0.0625rem;
}
#main-navigation ul.level_2 > li > a:hover:not(.active), #main-navigation ul.level_2 > li > .share-btn:hover:not(.active) {
  color: #951b81;
}
#main-navigation ul.level_2 > li > a.active, #main-navigation ul.level_2 > li > .active.share-btn, #main-navigation ul.level_2 > li > a.trail, #main-navigation ul.level_2 > li > .trail.share-btn, #main-navigation ul.level_2 > li > a.forward, #main-navigation ul.level_2 > li > .forward.share-btn {
  color: #951b81;
  text-transform: uppercase;
}
#main-navigation ul.level_2 > li + li {
  margin-top: 0.3125rem;
}
#main-navigation ul.level_3 > li.first {
  margin-top: 0.3125rem;
}
#main-navigation ul.level_3 > li.last {
  margin-bottom: 0.625rem;
}
#main-navigation ul.level_3 > li > a, #main-navigation ul.level_3 > li > .share-btn {
  font-family: "Quattrocento Sans", sans-serif;
  color: #15141A;
  text-decoration: none;
  font-size: 0.875rem;
  display: inline-block;
}
#main-navigation ul.level_3 > li > a em, #main-navigation ul.level_3 > li > .share-btn em {
  font-style: normal;
}
#main-navigation ul.level_3 > li > a em:after, #main-navigation ul.level_3 > li > .share-btn em:after {
  height: 0;
  display: none;
}
#main-navigation ul.level_3 > li > a:hover, #main-navigation ul.level_3 > li > .share-btn:hover {
  color: #951b81;
}
#main-navigation ul.level_3 > li > a.active, #main-navigation ul.level_3 > li > .active.share-btn {
  font-weight: 700;
}

#menu-toggler {
  margin: 0.875rem 0;
  display: flex;
  appearance: none;
}

#meta-navigation {
  margin-left: auto;
}
#meta-navigation ul {
  list-style: none;
  margin: 0.5rem 0;
  padding: 0;
  display: flex;
  gap: 0.625rem;
  flex-wrap: wrap;
}
#meta-navigation ul li a, #meta-navigation ul li .share-btn {
  font-size: 0.9375rem;
}

footer {
  margin-top: 3.125rem;
  background: #e9ecef;
}
footer .inside {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
@media (max-width: 575.98px) {
  footer .inside {
    flex-wrap: wrap;
  }
}
footer .inside .block {
  margin-top: 0 !important;
}

/* ------------------
   ACCORDION
------------------ */
.ce_accordion {
  cursor: pointer;
  margin: 0;
}
.ce_accordion .toggler {
  outline: none;
  position: relative;
  transition: all 0.25s ease;
  border-bottom: 0.0625rem solid #ced4da;
  padding: 1.25rem 2.5rem 1.25rem 1.25rem;
  font-weight: bold;
  width: 100%;
}
.ce_accordion .toggler:before {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  content: "";
  background: #951b81;
  width: 0.0625rem;
  height: 1.25rem;
  opacity: 1;
  transition: all 0.25s ease;
}
.ce_accordion .toggler:after {
  content: "";
  background: #951b81;
  width: 1.25rem;
  height: 0.0625rem;
  position: absolute;
  top: 1.875rem;
  right: 0.625rem;
}
.ce_accordion + .ce_accordion {
  margin-top: 0 !important;
}
.ce_accordion.active .toggler::before {
  opacity: 0;
}
.ce_accordion.active .accordion {
  height: auto;
}
.ce_accordion.active .accordion > div {
  transform: translateY(0);
}
.ce_accordion .accordion {
  transition: all 0.25s ease;
  height: 0;
  overflow: hidden;
}
.ce_accordion .accordion > div {
  transition: all 0.5s ease;
  padding: 1.25rem 0;
  transform: translateY(-100%);
}
.ce_accordion .accordion > div > * + * {
  margin-top: 1.875rem;
}

/***  Tabelle im Akkordeon  ***/
.ce_accordion .ce_table table {
  width: 100%;
}

/* ------------------
   COMMENTS
------------------ */
.ce_comments {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.ce_comments h1 {
  width: 100%;
  margin-bottom: 1.25rem;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.ce_comments h2 {
  width: 100%;
  margin-bottom: 1.25rem;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.ce_comments h3 {
  width: 100%;
  margin-bottom: 1.25rem;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.ce_comments h4 {
  width: 100%;
  margin-bottom: 1.25rem;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.ce_comments h5 {
  width: 100%;
  margin-bottom: 1.25rem;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.ce_comments h6 {
  width: 100%;
  margin-bottom: 1.25rem;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.ce_comments .pagination .loader {
  display: none;
}
.ce_comments .comments {
  padding: 0 0.625rem;
}
@media (min-width: 64em) {
  .ce_comments .form .widget-text {
    width: 50%;
  }
}
@media (max-width: 64em) {
  .ce_comments .form .widget-text {
    width: 50%;
  }
}
@media (max-width: 48em) {
  .ce_comments .form .widget-text {
    width: 100%;
  }
}
.ce_comments .form .widget-textarea {
  width: 100%;
}
.ce_comments .form .widget-textarea textarea {
  height: 5rem;
}
.ce_comments .form input.submit {
  margin-top: 1.25rem;
}

.comment_default .info {
  font-size: 18px;
  font-weight: bold;
  margin-top: 0;
}
.comment_default .info time {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: normal;
  background: #951b81;
  color: #fff;
  padding: 0.0625rem 0.3125rem;
}
.comment_default + .comment_default {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 0.0625rem solid #6c757d;
}

.comment.user {
  font: 18px Georgia;
  font-style: italic;
}
.comment .longcomment {
  max-height: 24px;
  overflow: hidden;
  transition: all 1s ease;
}
.comment .longcomment.show {
  max-height: 750px;
}
.comment .toggle-comments {
  margin-top: 10px;
  margin-left: 20px;
  text-decoration: underline;
  color: #951b81;
  cursor: pointer;
}
.comment .longcomment.show + .toggle-comments {
  display: none;
}
.comment.user p {
  margin-left: 20px;
}
.comment.user p:first-child:before {
  width: 20px;
  display: inline-block;
  margin-right: auto;
  margin-left: -20px;
  font-family: Georgia;
  color: #951b81;
  content: "»";
}
.comment p:last-child {
  margin-bottom: 0;
}

.reply {
  margin-top: 1.25rem;
  padding: 0.625rem;
  background: #343a40;
  font-style: italic;
  border-left: 0.3125rem solid #6c757d;
}
.reply .comment {
  font-style: italic;
}

/* ------------------
   DOWNLOADS
------------------ */
.ce_downloads h1 + ul,
.ce_download h1 + ul,
.ce_ical h1 + ul {
  margin-top: 0.9375rem;
}
.ce_downloads h2 + ul,
.ce_download h2 + ul,
.ce_ical h2 + ul {
  margin-top: 0.9375rem;
}
.ce_downloads h3 + ul,
.ce_download h3 + ul,
.ce_ical h3 + ul {
  margin-top: 0.9375rem;
}
.ce_downloads h4 + ul,
.ce_download h4 + ul,
.ce_ical h4 + ul {
  margin-top: 0.9375rem;
}
.ce_downloads h5 + ul,
.ce_download h5 + ul,
.ce_ical h5 + ul {
  margin-top: 0.9375rem;
}
.ce_downloads h6 + ul,
.ce_download h6 + ul,
.ce_ical h6 + ul {
  margin-top: 0.9375rem;
}
.ce_downloads ul,
.ce_download ul,
.ce_ical ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ce_downloads ul.grid,
.ce_download ul.grid,
.ce_ical ul.grid {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  flex-direction: row;
}
.ce_downloads ul.grid li,
.ce_download ul.grid li,
.ce_ical ul.grid li {
  flex: 1 1 calc(12% - 1.25rem);
}
.ce_downloads ul.grid.items-per-row-1,
.ce_download ul.grid.items-per-row-1,
.ce_ical ul.grid.items-per-row-1 {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.ce_downloads ul.grid.items-per-row-1 li,
.ce_download ul.grid.items-per-row-1 li,
.ce_ical ul.grid.items-per-row-1 li {
  flex: 0 0 calc(100% / 1 - 1.25rem);
  max-width: calc(100% / 1 - 1.25rem);
  box-sizing: border-box;
}
.ce_downloads ul.grid.items-per-row-2,
.ce_download ul.grid.items-per-row-2,
.ce_ical ul.grid.items-per-row-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.ce_downloads ul.grid.items-per-row-2 li,
.ce_download ul.grid.items-per-row-2 li,
.ce_ical ul.grid.items-per-row-2 li {
  flex: 0 0 calc(100% / 2 - 1.25rem);
  max-width: calc(100% / 2 - 1.25rem);
  box-sizing: border-box;
}
.ce_downloads ul.grid.items-per-row-3,
.ce_download ul.grid.items-per-row-3,
.ce_ical ul.grid.items-per-row-3 {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.ce_downloads ul.grid.items-per-row-3 li,
.ce_download ul.grid.items-per-row-3 li,
.ce_ical ul.grid.items-per-row-3 li {
  flex: 0 0 calc(100% / 3 - 1.25rem);
  max-width: calc(100% / 3 - 1.25rem);
  box-sizing: border-box;
}
.ce_downloads ul.grid.items-per-row-4,
.ce_download ul.grid.items-per-row-4,
.ce_ical ul.grid.items-per-row-4 {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.ce_downloads ul.grid.items-per-row-4 li,
.ce_download ul.grid.items-per-row-4 li,
.ce_ical ul.grid.items-per-row-4 li {
  flex: 0 0 calc(100% / 4 - 1.25rem);
  max-width: calc(100% / 4 - 1.25rem);
  box-sizing: border-box;
}
.ce_downloads ul.grid.items-per-row-5,
.ce_download ul.grid.items-per-row-5,
.ce_ical ul.grid.items-per-row-5 {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.ce_downloads ul.grid.items-per-row-5 li,
.ce_download ul.grid.items-per-row-5 li,
.ce_ical ul.grid.items-per-row-5 li {
  flex: 0 0 calc(100% / 5 - 1.25rem);
  max-width: calc(100% / 5 - 1.25rem);
  box-sizing: border-box;
}
.ce_downloads ul.grid.items-per-row-6,
.ce_download ul.grid.items-per-row-6,
.ce_ical ul.grid.items-per-row-6 {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.ce_downloads ul.grid.items-per-row-6 li,
.ce_download ul.grid.items-per-row-6 li,
.ce_ical ul.grid.items-per-row-6 li {
  flex: 0 0 calc(100% / 6 - 1.25rem);
  max-width: calc(100% / 6 - 1.25rem);
  box-sizing: border-box;
}
.ce_downloads ul.grid.items-per-row-7,
.ce_download ul.grid.items-per-row-7,
.ce_ical ul.grid.items-per-row-7 {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.ce_downloads ul.grid.items-per-row-7 li,
.ce_download ul.grid.items-per-row-7 li,
.ce_ical ul.grid.items-per-row-7 li {
  flex: 0 0 calc(100% / 7 - 1.25rem);
  max-width: calc(100% / 7 - 1.25rem);
  box-sizing: border-box;
}
.ce_downloads ul.grid.items-per-row-8,
.ce_download ul.grid.items-per-row-8,
.ce_ical ul.grid.items-per-row-8 {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.ce_downloads ul.grid.items-per-row-8 li,
.ce_download ul.grid.items-per-row-8 li,
.ce_ical ul.grid.items-per-row-8 li {
  flex: 0 0 calc(100% / 8 - 1.25rem);
  max-width: calc(100% / 8 - 1.25rem);
  box-sizing: border-box;
}
.ce_downloads ul.grid.items-per-row-9,
.ce_download ul.grid.items-per-row-9,
.ce_ical ul.grid.items-per-row-9 {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.ce_downloads ul.grid.items-per-row-9 li,
.ce_download ul.grid.items-per-row-9 li,
.ce_ical ul.grid.items-per-row-9 li {
  flex: 0 0 calc(100% / 9 - 1.25rem);
  max-width: calc(100% / 9 - 1.25rem);
  box-sizing: border-box;
}
.ce_downloads ul.grid.items-per-row-10,
.ce_download ul.grid.items-per-row-10,
.ce_ical ul.grid.items-per-row-10 {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.ce_downloads ul.grid.items-per-row-10 li,
.ce_download ul.grid.items-per-row-10 li,
.ce_ical ul.grid.items-per-row-10 li {
  flex: 0 0 calc(100% / 10 - 1.25rem);
  max-width: calc(100% / 10 - 1.25rem);
  box-sizing: border-box;
}
.ce_downloads ul.grid.items-per-row-11,
.ce_download ul.grid.items-per-row-11,
.ce_ical ul.grid.items-per-row-11 {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.ce_downloads ul.grid.items-per-row-11 li,
.ce_download ul.grid.items-per-row-11 li,
.ce_ical ul.grid.items-per-row-11 li {
  flex: 0 0 calc(100% / 11 - 1.25rem);
  max-width: calc(100% / 11 - 1.25rem);
  box-sizing: border-box;
}
.ce_downloads ul.grid.items-per-row-12,
.ce_download ul.grid.items-per-row-12,
.ce_ical ul.grid.items-per-row-12 {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.ce_downloads ul.grid.items-per-row-12 li,
.ce_download ul.grid.items-per-row-12 li,
.ce_ical ul.grid.items-per-row-12 li {
  flex: 0 0 calc(100% / 12 - 1.25rem);
  max-width: calc(100% / 12 - 1.25rem);
  box-sizing: border-box;
}
@media (max-width: 575.98px) {
  .ce_downloads ul.grid.items-per-row-6 li,
  .ce_download ul.grid.items-per-row-6 li,
  .ce_ical ul.grid.items-per-row-6 li {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    gap: 1.25rem;
  }
}
.ce_downloads ul.list li + li,
.ce_download ul.list li + li,
.ce_ical ul.list li + li {
  margin-top: 1.25rem;
}
.ce_downloads a, .ce_downloads .share-btn,
.ce_download a,
.ce_download .share-btn,
.ce_ical a,
.ce_ical .share-btn {
  display: flex;
  text-decoration: none;
}
.ce_downloads a:after, .ce_downloads .share-btn:after,
.ce_download a:after,
.ce_download .share-btn:after,
.ce_ical a:after,
.ce_ical .share-btn:after {
  height: 0;
}
@media (hover: hover) {
  .ce_downloads a:hover, .ce_downloads .share-btn:hover,
  .ce_download a:hover,
  .ce_download .share-btn:hover,
  .ce_ical a:hover,
  .ce_ical .share-btn:hover {
    color: #951b81;
  }
  .ce_downloads a:hover::before, .ce_downloads .share-btn:hover::before,
  .ce_download a:hover::before,
  .ce_download .share-btn:hover::before,
  .ce_ical a:hover::before,
  .ce_ical .share-btn:hover::before {
    background: #15141A;
  }
}
.ce_downloads a::before, .ce_downloads .share-btn::before,
.ce_download a::before,
.ce_download .share-btn::before,
.ce_ical a::before,
.ce_ical .share-btn::before {
  content: "\e957";
  font-family: "musik" !important;
  width: 3.125rem;
  height: 3.125rem;
  font-size: 1.25rem;
  line-height: 3.125rem;
  vertical-align: middle;
  display: inline-block;
  background: #951b81;
  color: #fff;
  text-align: center;
  transition: all 0.25s ease;
  margin-right: 0.5rem;
}
.ce_downloads a span.desc, .ce_downloads .share-btn span.desc,
.ce_download a span.desc,
.ce_download .share-btn span.desc,
.ce_ical a span.desc,
.ce_ical .share-btn span.desc {
  display: inline-block;
  width: calc(100% - 3.625rem);
  vertical-align: middle;
  font-weight: 700;
  font-size: 1.25rem;
  color: #15141A;
  transition: all 0.25s ease;
}
.ce_downloads a span.size, .ce_downloads .share-btn span.size,
.ce_download a span.size,
.ce_download .share-btn span.size,
.ce_ical a span.size,
.ce_ical .share-btn span.size {
  display: block;
  font-size: 0.85rem;
  line-height: 1rem;
  font-weight: 300;
  color: #15141A;
}
@media (hover: hover) {
  .ce_downloads a:hover i, .ce_downloads .share-btn:hover i,
  .ce_download a:hover i,
  .ce_download .share-btn:hover i,
  .ce_ical a:hover i,
  .ce_ical .share-btn:hover i {
    background: #15141A;
  }
  .ce_downloads a:hover span.desc, .ce_downloads .share-btn:hover span.desc,
  .ce_download a:hover span.desc,
  .ce_download .share-btn:hover span.desc,
  .ce_ical a:hover span.desc,
  .ce_ical .share-btn:hover span.desc {
    color: #951b81;
  }
}

.ce_ical a::before, .ce_ical .share-btn::before {
  content: "\e927";
}

/* ------------------
   DIVIDER
------------------ */
.ce_divider hr {
  margin: 0.625rem 0;
  line-height: 0;
  border: none;
  color: #ced4da;
  background: #ced4da;
  height: 1px;
  font-size: 0px;
}
.ce_divider.clear hr {
  color: transparent;
  background: none;
  height: 0px;
  margin: 0 !important;
  clear: both;
  overflow: hidden;
}
.ce_divider.forceMargin hr {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
  height: 1px;
}

hr.forceMargin {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
  height: 1px;
}

div[class*=ce_].highlight {
  background: #dee2e6;
  padding: 1.25rem;
}

/* ------------------
   HEADLINES
------------------ */
h1 {
  font-weight: 700;
  margin: 0;
}
h1 i {
  font-weight: 300;
  font-style: italic;
}
h1.hl.hl-left {
  text-align: left;
  direction: ltr;
}
h1.hl.hl-center {
  text-align: center;
}
h1.hl.hl-right {
  text-align: right;
  direction: rtl;
}
h1.big {
  text-transform: none;
  font-family: "Quattrocento Sans", serif;
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 64em) {
  h1.big {
    font-size: 3.125rem;
  }
}
@media (min-width: 80em) {
  h1.big {
    font-size: 3.75rem;
  }
}
@media (max-width: 64em) {
  h1.big {
    font-size: 3.125rem;
  }
}
@media (max-width: 48em) {
  h1.big {
    font-size: 2.5rem;
  }
}
@media (max-width: 35.5em) {
  h1.big {
    font-size: 1.875rem;
  }
}

h2 {
  font-weight: 700;
  margin: 0;
}
h2 i {
  font-weight: 300;
  font-style: italic;
}
h2.hl.hl-left {
  text-align: left;
  direction: ltr;
}
h2.hl.hl-center {
  text-align: center;
}
h2.hl.hl-right {
  text-align: right;
  direction: rtl;
}
h2.big {
  text-transform: none;
  font-family: "Quattrocento Sans", serif;
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 64em) {
  h2.big {
    font-size: 3.125rem;
  }
}
@media (min-width: 80em) {
  h2.big {
    font-size: 3.75rem;
  }
}
@media (max-width: 64em) {
  h2.big {
    font-size: 3.125rem;
  }
}
@media (max-width: 48em) {
  h2.big {
    font-size: 2.5rem;
  }
}
@media (max-width: 35.5em) {
  h2.big {
    font-size: 1.875rem;
  }
}

h3 {
  font-weight: 700;
  margin: 0;
}
h3 i {
  font-weight: 300;
  font-style: italic;
}
h3.hl.hl-left {
  text-align: left;
  direction: ltr;
}
h3.hl.hl-center {
  text-align: center;
}
h3.hl.hl-right {
  text-align: right;
  direction: rtl;
}
h3.big {
  text-transform: none;
  font-family: "Quattrocento Sans", serif;
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 64em) {
  h3.big {
    font-size: 3.125rem;
  }
}
@media (min-width: 80em) {
  h3.big {
    font-size: 3.75rem;
  }
}
@media (max-width: 64em) {
  h3.big {
    font-size: 3.125rem;
  }
}
@media (max-width: 48em) {
  h3.big {
    font-size: 2.5rem;
  }
}
@media (max-width: 35.5em) {
  h3.big {
    font-size: 1.875rem;
  }
}

h4 {
  font-weight: 700;
  margin: 0;
}
h4 i {
  font-weight: 300;
  font-style: italic;
}
h4.hl.hl-left {
  text-align: left;
  direction: ltr;
}
h4.hl.hl-center {
  text-align: center;
}
h4.hl.hl-right {
  text-align: right;
  direction: rtl;
}
h4.big {
  text-transform: none;
  font-family: "Quattrocento Sans", serif;
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 64em) {
  h4.big {
    font-size: 3.125rem;
  }
}
@media (min-width: 80em) {
  h4.big {
    font-size: 3.75rem;
  }
}
@media (max-width: 64em) {
  h4.big {
    font-size: 3.125rem;
  }
}
@media (max-width: 48em) {
  h4.big {
    font-size: 2.5rem;
  }
}
@media (max-width: 35.5em) {
  h4.big {
    font-size: 1.875rem;
  }
}

h5 {
  font-weight: 700;
  margin: 0;
}
h5 i {
  font-weight: 300;
  font-style: italic;
}
h5.hl.hl-left {
  text-align: left;
  direction: ltr;
}
h5.hl.hl-center {
  text-align: center;
}
h5.hl.hl-right {
  text-align: right;
  direction: rtl;
}
h5.big {
  text-transform: none;
  font-family: "Quattrocento Sans", serif;
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 64em) {
  h5.big {
    font-size: 3.125rem;
  }
}
@media (min-width: 80em) {
  h5.big {
    font-size: 3.75rem;
  }
}
@media (max-width: 64em) {
  h5.big {
    font-size: 3.125rem;
  }
}
@media (max-width: 48em) {
  h5.big {
    font-size: 2.5rem;
  }
}
@media (max-width: 35.5em) {
  h5.big {
    font-size: 1.875rem;
  }
}

h6 {
  font-weight: 700;
  margin: 0;
}
h6 i {
  font-weight: 300;
  font-style: italic;
}
h6.hl.hl-left {
  text-align: left;
  direction: ltr;
}
h6.hl.hl-center {
  text-align: center;
}
h6.hl.hl-right {
  text-align: right;
  direction: rtl;
}
h6.big {
  text-transform: none;
  font-family: "Quattrocento Sans", serif;
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 64em) {
  h6.big {
    font-size: 3.125rem;
  }
}
@media (min-width: 80em) {
  h6.big {
    font-size: 3.75rem;
  }
}
@media (max-width: 64em) {
  h6.big {
    font-size: 3.125rem;
  }
}
@media (max-width: 48em) {
  h6.big {
    font-size: 2.5rem;
  }
}
@media (max-width: 35.5em) {
  h6.big {
    font-size: 1.875rem;
  }
}

span.hl {
  font-weight: 500;
  margin: 0;
}
span.hl.hl-left {
  text-align: left;
  direction: ltr;
}
span.hl.hl-center {
  text-align: center;
}
span.hl.hl-right {
  text-align: right;
  direction: rtl;
}

.subline {
  margin-top: 0.3125rem !important;
}
.subline h1,
.subline h2,
.subline h3,
.subline h4,
.subline h5,
.subline h6 {
  font-style: italic;
  font-weight: 300;
}

span.headline {
  display: block;
}

h1,
.h1 {
  font-size: 1.75rem;
  line-height: 1;
  text-transform: uppercase;
}

h2,
.h2 {
  font-size: 1.5rem;
  line-height: 1;
}

h3,
.h3 {
  font-size: 1.25rem;
  line-height: 1;
}

h4,
.h4 {
  font-size: 1.15rem;
  line-height: 1;
}

h5,
.h5 {
  font-size: 1.1rem;
  line-height: 1;
}

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

@media (min-width: 35.5em) {
  h1,
  .h1 {
    font-size: 2rem;
  }
  h2,
  .h2 {
    font-size: 1.75rem;
  }
  h3,
  .h3 {
    font-size: 1.5rem;
  }
  h4,
  .h4 {
    font-size: 1.25rem;
  }
  h5,
  .h5 {
    font-size: 1.15rem;
  }
  h6,
  .h6 {
    font-size: 1.1rem;
  }
}
.image_container.float_left {
  float: left;
  margin-right: 1.25rem;
}
.image_container.float_right {
  float: right;
  margin-left: 1.25rem;
}
.image_container[class*=float_] {
  max-width: 50%;
}
figure {
  margin: 0;
  position: relative;
}
figure img {
  display: block;
}

figcaption {
  border-bottom: 0.0625rem solid #951b81;
  padding-bottom: 0.3125rem;
  position: absolute;
  bottom: 0.3125rem;
  left: 0;
  max-width: 90%;
  border: none;
  padding: 0;
  font-size: 0.8rem;
  line-height: 1rem;
  padding: 0.75rem;
  background: #fff;
}

img, svg {
  width: 100%;
  max-width: 100%;
  margin: 0;
  height: auto;
}

/* ------------------
   GALLERY / LIGHTBOX
------------------ */
.ce_gallery {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.ce_gallery ul {
  list-style: none;
  gap: 1rem;
  display: grid;
  padding: 0;
  margin: 0;
}
.ce_gallery .cols_2 {
  grid-template-columns: repeat(2, 1fr);
}
.ce_gallery .cols_3 {
  grid-template-columns: repeat(3, 1fr);
}
.ce_gallery .cols_4 {
  grid-template-columns: repeat(4, 1fr);
}
.ce_gallery .cols .galleryItem .image_container {
  margin: 0.625rem;
  position: relative;
}
.ce_gallery .cols .galleryItem .image_container a, .ce_gallery .cols .galleryItem .image_container .share-btn {
  background: #fff;
}
.inner .ce_gallery {
  margin: -0.625rem !important;
}

a.cboxElement, .cboxElement.share-btn {
  background: none;
}

/* ------------------
   GOOGLE MAPS
------------------ */
.ce_dlh_googlemaps {
  max-height: 100%;
  position: relative;
  aspect-ratio: 16/9;
}
.ce_dlh_googlemaps .googlemap_container {
  position: relative;
  max-width: 100%;
  height: 100%;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}
.ce_dlh_googlemaps .googlemap_container.ratio16-9 {
  padding-top: 56.25%;
}
.ce_dlh_googlemaps .googlemap_container.ratio16-10 {
  padding-top: 62.5%;
}
.ce_dlh_googlemaps .googlemap_container.ratio4-3 {
  padding-top: 75%;
}
.ce_dlh_googlemaps .googlemap_container.ratio2-1 {
  padding-top: 50%;
}
.ce_dlh_googlemaps .googlemap_container.ratio1-1 {
  padding-top: 100%;
}
@media (max-width: 64em) {
  .ce_dlh_googlemaps .googlemap_container.ratio16-9, .ce_dlh_googlemaps .googlemap_container.ratio16-10, .ce_dlh_googlemaps .googlemap_container.ratio4-3, .ce_dlh_googlemaps .googlemap_container.ratio2-1 {
    padding-top: 100%;
  }
}
@media (max-width: 48em) {
  .ce_dlh_googlemaps .googlemap_container.ratio16-9, .ce_dlh_googlemaps .googlemap_container.ratio16-10, .ce_dlh_googlemaps .googlemap_container.ratio4-3, .ce_dlh_googlemaps .googlemap_container.ratio2-1 {
    padding-top: 50%;
  }
}
.ce_dlh_googlemaps .dlh_googlemap {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ce_dlh_googlemaps .hl {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin: 0 auto;
}
.ce_dlh_googlemaps .hl + .googlemap_container {
  margin-top: 1.25rem;
}

/* ------------------
   LINKS
------------------ */
a, .share-btn {
  color: #951b81;
  position: relative;
  transition: all 0.25s ease;
  text-decoration: underline;
  text-decoration-thickness: 0.125rem;
  text-underline-offset: 0.18755rem;
  text-decoration-color: #951b81;
}
@media (hover: hover) {
  a:hover, .share-btn:hover {
    color: #15141A;
    text-decoration-color: transparent;
    text-underline-offset: 0.3125rem;
  }
}
a:focus, .share-btn:focus {
  outline: 0;
}
.image_container a, .image_container .share-btn {
  display: inline-block;
  width: 100%;
}
a img, .share-btn img,
a svg,
.share-btn svg {
  display: block;
}
a.external-link, .external-link.share-btn {
  font-weight: bold;
  display: inline-block;
  /*&:after {
  	content:'';
  	background:$primary;
  	height:$tiny;
  	width:0;
  	display:block;
  	position:absolute;
  	right:0;
  	left:auto;
  	bottom:-$small;

  	transition: all 0.25s ease;
  }*/
}
@media (hover: hover) {
  a.external-link:hover, .external-link.share-btn:hover {
    color: #15141A;
    /*&:after{
    	width:100%;
    	left:0;
    	right:auto;
    }*/
  }
}
a.link, .link.share-btn {
  display: inline-block;
  border: 0.0625rem solid #951b81;
  padding: 0.625rem 3.125rem;
  text-transform: uppercase;
  text-decoration: none;
}
a.link i, .link.share-btn i {
  display: inline-block;
  margin-right: 0.9375rem;
}
a.link:after, .link.share-btn:after {
  height: 0;
}
@media (hover: hover) {
  a.link:hover, .link.share-btn:hover {
    color: #fff;
    background: #951b81;
    border-color: #951b81;
  }
}
a.symbol-link, .symbol-link.share-btn {
  margin-left: 1.25rem;
}
.navigation a.icon-link, .navigation .icon-link.share-btn {
  color: #6c757d;
  font-size: 1.25rem;
}
.navigation a.icon-link::before, .navigation .icon-link.share-btn::before {
  content: none;
}
@media (hover: hover) {
  .navigation a.icon-link:hover, .navigation .icon-link.share-btn:hover {
    color: #951b81;
  }
}
.navigation a.icon-link:after, .navigation .icon-link.share-btn:after {
  height: 0;
}

/* ------------------
   SHARE BUTTON
------------------ */
.share-btn {
  appearance: none;
  border: none;
  font-weight: 700;
  position: relative;
}

/* ------------------
   HYPERLINKs
------------------ */
.link-collection {
  display: inline-block;
}

.ce_hyperlink + .ce_hyperlink {
  margin-top: 1.5rem;
}
.link-collection .ce_hyperlink {
  width: 100%;
}
.link-collection .ce_hyperlink a, .link-collection .ce_hyperlink .share-btn {
  width: 100%;
}

/* ------------------
   LISTS
------------------ */
.ce_list ul,
.ce_text ul {
  list-style: none;
}
.ce_list ul li,
.ce_text ul li {
  padding: 0 0 0 1.5rem;
  margin: 1rem 0;
  font-size: 0.875rem;
  /* NESTED */
}
.ce_list ul li.first,
.ce_text ul li.first {
  margin-top: 0.5rem;
}
.ce_list ul li.last,
.ce_text ul li.last {
  margin-bottom: 0.5rem;
}
.ce_list ul li:before,
.ce_text ul li:before {
  content: "";
  background: #951b81;
  width: 0.5rem;
  height: 0.5rem;
  display: inline-block;
  vertical-align: top;
  margin: 0.5rem 0.75rem -1.25rem;
}
.ce_list ul li ul,
.ce_text ul li ul {
  list-style: square;
}
.ce_list ul li ul li,
.ce_text ul li ul li {
  padding: 0;
  margin: 0.5rem 0 0.5rem 1rem;
}
.ce_list ul li ul li:before,
.ce_text ul li ul li:before {
  display: none;
}
.ce_list ol,
.ce_text ol {
  list-style: none;
}
.ce_list ol li,
.ce_text ol li {
  counter-increment: step-counter;
  margin: 0.5rem 0 0.5rem 1.875rem;
  font-size: 0.875rem;
}
.ce_list ol li.first,
.ce_text ol li.first {
  margin-top: 0;
}
.ce_list ol li:before,
.ce_text ol li:before {
  margin-right: 0.625rem;
  font-weight: 700;
  content: counter(step-counter);
  background: #951b81;
  color: #fff;
  width: 1.25em;
  text-align: center;
  display: inline-block;
  margin: 0.5rem 1rem 0 -2.25rem;
}

/* ------------------
   NOTICE
------------------ */
.notice {
  background: #fff;
}
@media (min-width: 64em) {
  .notice {
    height: 11.25rem;
  }
}
@media (max-width: 64em) {
  .notice {
    height: 11.25rem;
  }
}
@media (max-width: 48em) {
  .notice {
    height: 7.5rem;
  }
}
@media (max-width: 35.5em) {
  .notice {
    height: 3.75rem;
  }
}

/* ------------------
   SECTION HEADLINE
------------------ */
@media (max-width: 48em) {
  .ce_sectionheadline {
    margin-top: 1.25rem;
  }
}
.ce_sectionheadline .image {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 64em) {
  .ce_sectionheadline .image {
    display: flex;
    align-items: flex-end;
    height: 35vh;
  }
}
@media (max-width: 64em) {
  .ce_sectionheadline .image {
    display: flex;
    align-items: flex-end;
    height: 20vh;
  }
}
@media (max-width: 48em) {
  .ce_sectionheadline .image {
    display: block;
    height: auto;
  }
}
.ce_sectionheadline .image .content_container:before {
  content: "";
  background-color: #951b81;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body.ie .ce_sectionheadline .image .content_container:before {
  background: rgba(149, 27, 129, 0.85);
}
.ce_sectionheadline .image .content_container:after {
  display: none;
}
.ce_sectionheadline .image .section-hl {
  color: #fff;
  line-height: 1;
}
.ce_sectionheadline .headline_container {
  width: 100%;
}
@media (min-width: 64em) {
  .ce_sectionheadline .headline_container {
    margin-left: auto;
    margin-right: auto;
    margin-top: 3.125rem;
  }
}
@media (min-width: 80em) {
  .ce_sectionheadline .headline_container {
    margin-top: 4.75rem;
  }
}
@media (min-width: 105em) {
  .ce_sectionheadline .headline_container {
    margin-top: 6.25rem;
  }
}
@media (max-width: 64em) {
  .ce_sectionheadline .headline_container {
    margin-top: 2.5rem;
  }
}
@media (max-width: 48em) {
  .ce_sectionheadline .headline_container {
    margin-top: 1.25rem;
  }
}
@media (max-width: 35.5em) {
  .ce_sectionheadline .headline_container {
    margin-top: 0.9375rem;
  }
}
.ce_sectionheadline .content_container {
  position: relative;
  display: inline-block;
  margin: 0;
}
.ce_sectionheadline .content_container:after {
  content: "";
  background: #951b81;
  height: 0.3125rem;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (min-width: 64em) {
  .ce_sectionheadline .content_container {
    padding: 2.5rem;
  }
}
@media (min-width: 80em) {
  .ce_sectionheadline .content_container {
    font-size: 3.125rem;
  }
}
@media (min-width: 105em) {
  .ce_sectionheadline .content_container {
    font-size: 3.75rem;
  }
}
@media (max-width: 64em) {
  .ce_sectionheadline .content_container {
    padding: 2.5rem;
  }
}
@media (max-width: 48em) {
  .ce_sectionheadline .content_container {
    padding: 1.25rem;
    max-width: 100%;
  }
}
@media (max-width: 35.5em) {
  .ce_sectionheadline .content_container {
    padding: 0.9375rem;
  }
}
.ce_sectionheadline .section-hl {
  text-transform: none;
  font-family: "Quattrocento Sans", serif;
  font-weight: 400;
  line-height: 1;
  position: relative;
}
@media (min-width: 64em) {
  .ce_sectionheadline .section-hl {
    font-size: 3.125rem;
  }
}
@media (min-width: 80em) {
  .ce_sectionheadline .section-hl {
    font-size: 3.75rem;
  }
}
@media (max-width: 64em) {
  .ce_sectionheadline .section-hl {
    font-size: 3.125rem;
  }
}
@media (max-width: 48em) {
  .ce_sectionheadline .section-hl {
    font-size: 2.5rem;
  }
}
@media (max-width: 35.5em) {
  .ce_sectionheadline .section-hl {
    font-size: 1.875rem;
  }
}

/* ------------------
   STOERER
------------------ */
.ce_stoerer .content {
  padding: 1.25rem;
}
.ce_stoerer .content h1 {
  color: #fff !important;
}
.ce_stoerer .content h2 {
  color: #fff !important;
}
.ce_stoerer .content h3 {
  color: #fff !important;
}
.ce_stoerer .content h4 {
  color: #fff !important;
}
.ce_stoerer .content h5 {
  color: #fff !important;
}
.ce_stoerer .content h6 {
  color: #fff !important;
}
.ce_stoerer .content.violett {
  background: #951b81;
  color: #fff;
}
.ce_stoerer .content.darkviolett {
  background: #ffe0f9;
  color: #fff;
}
.ce_stoerer .content.rosa {
  background: #fafafa;
  color: #fff;
}
.meta_container .ce_stoerer {
  width: 50%;
}
.ce_stoerer a, .ce_stoerer .share-btn {
  color: #fff;
  text-decoration: underline;
}
.ce_stoerer a:hover, .ce_stoerer .share-btn:hover {
  text-decoration: none;
}

.meta_container {
  display: flex;
  justify-content: space-between;
}

strong {
  font-weight: bold;
}

p {
  margin: 1rem 0;
  font-size: 1rem;
}
p:first-child {
  margin-top: 0.5rem;
}
p:last-child {
  margin-bottom: 0.5rem;
}

.zoom p {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.5;
}

table {
  width: 100%;
}

/* ------------------
   VIDEO
------------------ */
.ce_player video {
  width: 100%;
}

/* ------------------
   FORMs
------------------ */
.ce_grid_box_start .ce_form {
  margin-left: -0.625rem !important;
  margin-right: -0.625rem !important;
}
.ce_form h1, .ce_form h2, .ce_form h3,
.ce_form h4, .ce_form h5, .ce_form h6 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.ce_form .widget h1, .ce_form .widget h2, .ce_form .widget h3,
.ce_form .widget h4, .ce_form .widget h5, .ce_form .widget h6 {
  margin-left: 0;
  margin-right: 0;
}

form .formbody {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
form span.invisible {
  display: none !important;
}
form .widget {
  padding: 0.625rem;
  vertical-align: middle;
  width: 50%;
}
@media (max-width: 575.98px) {
  form .widget {
    width: 100%;
  }
}
form .widget.w100 {
  width: 100%;
}
form .widget.auto {
  width: auto;
  flex: 0 1 20%;
}
form .widget.widget-explanation {
  vertical-align: top;
}
form .widget.widget-upload .inner {
  border: 1px solid #ced4da;
  padding: 0.625rem;
}
form .widget.widget-upload .inner label {
  display: block;
}
form label {
  font-weight: 700;
  font-size: 1rem;
  display: block;
}
form fieldset {
  border: none;
  margin: 0.625rem 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  /* Abstand halbieren */
  /* Abstand vierteln */
  /* Abstand achteln */
}
.ce_grid_box_start form fieldset + fieldset {
  margin-top: 2.5rem;
}
form fieldset.familie {
  display: none;
}
form fieldset.m50 {
  margin-top: 2rem;
}
@media (max-width: 47.99em) {
  form fieldset.m50 {
    margin-top: 1rem;
  }
}
form fieldset.m25 {
  margin-top: 1rem;
}
@media (max-width: 47.99em) {
  form fieldset.m25 {
    margin-top: 0.5rem;
  }
}
form fieldset.m12 {
  margin-top: 0.625rem;
}
@media (max-width: 47.99em) {
  form fieldset.m12 {
    margin-top: 0.25rem;
  }
}
form legend {
  font-size: 1.25rem;
  display: block;
  margin: 0.625rem;
  color: #951b81;
}
form .radio_container,
form .checkbox_container {
  border: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0.625rem 1.5rem;
}
form .radio_container .fieldset,
form .checkbox_container .fieldset {
  display: block;
}
form .radio_container legend,
form .checkbox_container legend {
  margin-left: 0;
  margin-right: 0;
  font-weight: 700;
  font-size: 1rem;
  width: 100%;
  color: #15141A;
}
form .radio_container span,
form .checkbox_container span {
  display: inline-block;
  position: relative;
  /*& + span:not(.mandatory) {
  	margin-left:1.25rem;
  }*/
}
form .radio_container span:not(.mandatory),
form .checkbox_container span:not(.mandatory) {
  padding: 0 0 0 2rem;
}
form .radio_container label,
form .checkbox_container label {
  font-weight: 400;
  font-size: 1rem;
  cursor: pointer;
  display: inline-block;
  text-transform: none;
}
form .radio_container label:before,
form .checkbox_container label:before {
  content: "";
  text-align: center;
  height: 1.5rem;
  width: 1.5rem;
  display: inline-block;
  vertical-align: middle;
  margin: -0.25rem 0.35rem 0 -2rem;
  background: #ced4da;
  transition: all 0.25s ease;
  box-shadow: inset 0px 0px 0px 0.3rem white;
  -webkit-box-shadow: inset 0px 0px 0px 0.3rem white;
  -moz-box-shadow: inset 0px 0px 0px 0.3rem white;
  -o-box-shadow: inset 0px 0px 0px 0.3rem white;
}
form .radio_container input,
form .checkbox_container input {
  position: absolute;
  top: 0.0625rem;
  left: 0.0625rem;
  z-index: -1;
}
form .radio_container input:checked + label:before,
form .checkbox_container input:checked + label:before {
  background: #951b81;
}
form .radio_container label:before {
  border-radius: 50%;
}
form .error input {
  border-color: #951b81 !important;
}
form input {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  transition: all 0.25s ease;
}
form input.upload {
  width: 100% !important;
}
form input.text {
  padding: 0;
  width: 100%;
  height: 2rem;
  background: none;
  border-bottom: 0.0625rem solid #6c757d;
}
form input.text.small {
  height: auto !important;
  padding: 0.815rem;
}
@media (min-width: 48em) {
  form input.text {
    height: 2.5rem;
  }
}
@media (min-width: 64em) {
  form input.text {
    height: 3rem;
  }
}
form input:focus {
  outline: none;
  border-color: #951b81;
}
form input.upload {
  line-height: 1;
  margin: 1rem 0;
}
form .select_container {
  position: relative;
}
form .select_container:after {
  font-family: "musik";
  content: "\e914";
  color: #6c757d;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  height: 1.25rem;
  width: 1.25rem;
  text-align: center;
  z-index: 1;
  transition: all 0.25s ease;
}
@media (hover: hover) {
  form .select_container:hover:after {
    color: #951b81;
  }
}
form select {
  margin: 0;
  padding: 0;
  border: none;
  position: relative;
  z-index: 2;
}
form select.select {
  padding: 0;
  width: 100%;
  height: 2rem;
  background: none;
  border-bottom: 0.0625rem solid #6c757d;
  appearance: none;
  border-radius: 0;
}
@media (min-width: 48em) {
  form select.select {
    height: 2.5rem;
  }
}
@media (min-width: 64em) {
  form select.select {
    height: 3rem;
  }
}
form select:focus {
  outline: none;
  border-color: #951b81;
}
form textarea {
  width: 100%;
  min-height: 7.5rem;
  padding: 0;
  margin: 0.625rem 0 0 0;
  border: none;
  border-bottom: 0.0625rem solid #6c757d;
  background: none;
}
form textarea:focus {
  outline: none;
  border-color: #951b81;
}
form button {
  border: none;
  transition: all 0.25s ease;
  cursor: pointer;
}
form button.submit {
  background: #951b81;
  color: #fff;
  font-weight: 500;
  font-family: "Quattrocento Sans", serif;
  text-transform: uppercase;
  padding: 1rem;
  width: 100%;
  border: 0.0625rem solid transparent;
}
form button.submit:hover {
  background: none;
  border-color: #951b81;
  color: #951b81;
}
form hr {
  margin: 1.25rem 0;
  line-height: 0;
  border: none;
  font-size: 0px;
  color: transparent;
  background: none;
  height: 0px;
  display: inline-block;
  width: 100%;
  padding: 0 !important;
}
form p:first-child {
  margin-top: 0;
}
form p:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  #events-navigation {
    position: sticky;
    top: 6.5rem;
  }
}
#events-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#change-language {
  margin: 0;
}
#change-language ul {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
  gap: 0.3125rem;
}
#change-language ul li {
  aspect-ratio: 1/1;
  width: 2.5rem;
}
#change-language ul li a, #change-language ul li .share-btn,
#change-language ul li strong {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#change-language ul li a, #change-language ul li .share-btn {
  background: #fafafa;
}
#change-language ul li a:hover, #change-language ul li .share-btn:hover {
  background: #951b81;
  color: #fff;
}
#change-language ul li strong {
  background: #ffe0f9;
}

/* ------------------
   EVENTS / NEWS
------------------ */
.mod_eventlist.start .hl {
  color: #fff;
}
@media (min-width: 64em) {
  .mod_eventlist.start .hl {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 64em) {
  .mod_eventlist.start .hl {
    margin-bottom: 1.875rem;
  }
}
@media (max-width: 48em) {
  .mod_eventlist.start .hl {
    margin-bottom: 0.9375rem;
  }
}
@media (max-width: 35.5em) {
  .mod_eventlist.start .hl {
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 48em) {
  .mod_eventlist.tickets .description > *:last-child {
    display: none;
  }
}

.info {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 3px 10px;
  border: 0.0625rem solid #951b81;
  background-color: #ffe0f9;
  font-size: 0.85rem;
  white-space: nowrap;
}

.start .event,
.start .news,
.start .blog {
  color: #fff;
}
@media (min-width: 64em) {
  .event,
  .news,
  .blog {
    display: flex;
    align-items: flex-start;
  }
}
.event + .event, .event + .news, .event + .blog,
.news + .event,
.news + .news,
.news + .blog,
.blog + .event,
.blog + .news,
.blog + .blog {
  border-top: 0.0625rem solid #6c757d;
  padding-top: 3.75rem;
  margin-top: 3.75rem;
}
.event + .event.small, .event + .news.small, .event + .blog.small,
.news + .event.small,
.news + .news.small,
.news + .blog.small,
.blog + .event.small,
.blog + .news.small,
.blog + .blog.small {
  padding-top: 2.5rem;
  margin-top: 2.5rem;
}

.event.layout_full {
  flex-wrap: wrap;
}
.event.layout_full h1 {
  flex-basis: 100%;
  margin-bottom: 2.5rem;
}
.event.layout_full h2 {
  flex-basis: 100%;
  margin-bottom: 2.5rem;
}
.event.layout_full h3 {
  flex-basis: 100%;
  margin-bottom: 2.5rem;
}
.event.layout_full h4 {
  flex-basis: 100%;
  margin-bottom: 2.5rem;
}
.event.layout_full h5 {
  flex-basis: 100%;
  margin-bottom: 2.5rem;
}
.event.layout_full h6 {
  flex-basis: 100%;
  margin-bottom: 2.5rem;
}
.event.layout_full .event-info-container {
  background: #ffe0f9;
  padding: 1.25rem;
  margin: 1.25rem 0;
  display: flex;
  flex-direction: column;
}
.event.layout_full .info-event {
  font-size: 1.25rem;
}
.event.layout_full .time-event {
  font-size: 1rem;
  font-weight: 700;
  display: block;
}

@media (min-width: 64em) {
  .event .facts, .news .facts {
    width: 15%;
    border-right: 0.0625rem solid #951b81;
    border-bottom: none;
    padding: 0 2.5rem 1.25rem 0;
  }
  .small.event .facts, .news .facts {
    padding-bottom: 0;
  }
  .featured.event .facts, .news .facts {
    background: #951b81;
    color: #fff;
    padding: 1.25rem;
  }
  .start .event .facts, .start .news .facts {
    width: 33.333%;
    border-right-color: #fff;
  }
  .blog .facts {
    width: 20%;
  }
}
@media (min-width: 80em) {
  .start .event .facts, .start .news .facts {
    width: 25%;
  }
}
@media (max-width: 64em) and (orientation: portrait) {
  .event .facts, .news .facts {
    border-bottom: 0.0625rem solid #951b81;
    padding: 0 0 1.875rem 0;
  }
  .featured.event .facts, .news .facts {
    background: #951b81;
    color: #fff;
    padding: 1.25rem;
  }
  .start .event .facts, .start .news .facts {
    width: 33.333%;
    border-bottom-color: #fff;
  }
}
@media (max-width: 48em) {
  .event .facts, .news .facts {
    border-bottom: 0.0625rem solid #951b81;
    padding: 0 0 1.25rem 0;
  }
  .featured.event .facts, .news .facts {
    background: #951b81;
    color: #fff;
    padding: 1.25rem;
  }
  .start .event .facts, .start .news .facts {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    border-bottom-color: #fff;
    padding: 0 0 0.625rem 0;
  }
}

.featured .details .headline {
  color: #951b81;
}
@media (min-width: 64em) {
  .event .details, .news .details {
    padding: 0 0 0 2.5rem;
    margin: 0;
    width: 85%;
  }
  .start .event .details, .start .news .details {
    width: 66.667%;
  }
  .blog .details {
    width: 80%;
  }
}
@media (min-width: 80em) {
  .start .event .details, .start .news .details {
    width: 75%;
  }
}
@media (max-width: 64em) {
  .details {
    margin: 1.875rem 0 0 0;
  }
}
@media (max-width: 48em) {
  .details {
    margin: 1.25rem 0 0 0;
  }
  .start .details {
    margin: 0.625rem 0 0 0;
  }
}
.event .details .meta_container {
  margin-top: 2.5rem;
}
.event .details .image_container {
  width: 45%;
}
@media (max-width: 48em) {
  .event .details .image_container {
    width: 100%;
  }
}
.event .details .ce_gallery .image_container {
  width: auto;
}
body.landing .event .details .description a, body.landing .event .details .description .share-btn, .event .details .short_container a, .event .details .short_container .share-btn {
  color: #fff;
  transition: all 0.25s ease;
  position: relative;
}
body.landing .event .details .description a::after, body.landing .event .details .description .share-btn::after, .event .details .short_container a::after, .event .details .short_container .share-btn::after {
  transition: all 0.25s ease;
  content: "";
  display: block;
  position: absolute;
  left: auto;
  width: 0;
  right: 0;
  height: 0.0625rem;
  background: #fff;
}
@media (hover: hover) {
  body.landing .event .details .description a:hover::after, body.landing .event .details .description .share-btn:hover::after, .event .details .short_container a:hover::after, .event .details .short_container .share-btn:hover::after {
    width: 100%;
    left: 0;
    right: auto;
  }
}

@media (min-width: 64em) {
  .event .details .description,
  .event .details .short_container {
    margin: 2.5rem 0 0 0;
  }
}
@media (max-width: 64em) {
  .event .details .description,
  .event .details .short_container {
    margin: 1.875rem 0 0 0;
  }
}
@media (max-width: 48em) {
  .event .details .description,
  .event .details .short_container {
    margin: 1.25rem 0 0 0;
  }
  .start .event .details .description,
  .start .event .details .short_container {
    display: none;
  }
}
@media (min-width: 64em) {
  .event .details .description:not(.single),
  .event .details .short_container:not(.single) {
    display: grid;
    grid-column-gap: 1.25rem;
    grid-template-columns: 1fr 1fr;
  }
  .event .details .description:not(.single) > *,
  .event .details .short_container:not(.single) > * {
    flex: 1;
  }
  .event .details .description:not(.single) > *.full,
  .event .details .short_container:not(.single) > *.full {
    flex: auto;
  }
  .event .details .description:not(.single) > * + *,
  .event .details .short_container:not(.single) > * + * {
    margin-top: 0 !important;
  }
}
@media (max-width: 64em) {
  .event .details .description:not(.single) > * + *,
  .event .details .short_container:not(.single) > * + * {
    margin-top: 1.875rem;
  }
}
@media (max-width: 48em) {
  .event .details .description:not(.single) > * + *,
  .event .details .short_container:not(.single) > * + * {
    margin-top: 1.25rem;
  }
}
.start .details .enclosure {
  display: none;
}
@media (min-width: 64em) {
  .details .enclosure {
    margin: 2.5rem 0 0 0;
  }
}
@media (max-width: 64em) {
  .details .enclosure {
    margin: 1.875rem 0 0 0;
  }
}
@media (max-width: 48em) {
  .details .enclosure {
    margin: 1.25rem 0 0 0;
  }
}
.details .link_container {
  display: flex;
  justify-content: flex-start;
  gap: 1.25rem;
  flex-wrap: wrap;
}
@media (min-width: 64em) {
  .details .link_container {
    margin: 2.5rem 0 0 0;
  }
}
@media (max-width: 64em) {
  .details .link_container {
    margin: 1.875rem 0 0 0;
  }
}
@media (max-width: 48em) {
  .details .link_container {
    margin: 1.25rem 0 0 0;
  }
}
.date {
  color: #15141A;
  display: block;
  padding: 0;
  font-family: "Quattrocento Sans", serif;
  font-weight: 500;
}
.featured .date {
  color: #fff;
}
.start .date {
  color: #fff;
}
@media (max-width: 48em) {
  .start .date {
    width: 66.667%;
  }
}
.date span {
  text-align: left;
}
@media (min-width: 64em) {
  .date span {
    display: block;
    width: 100%;
  }
}
@media (max-width: 64em) {
  .date span {
    display: inline-block;
  }
}
.date .day {
  font-size: 3.75rem;
  line-height: 1;
  color: #951b81;
}
.featured .date .day {
  color: #fff;
}
.news .date .day {
  font-size: 1.875rem;
}
.small .date .day {
  font-size: 2.5rem;
}
.start .date .day, .blog .date .day {
  color: #fff;
}
.date .month,
.date .year {
  font-size: 1.875rem;
  line-height: 1;
  text-transform: uppercase;
}
.news .date .month,
.news .date .year {
  font-size: 1.25rem;
}
.small .date .month,
.small .date .year {
  font-size: 1.5rem;
}
.blog .date {
  background: #951b81;
  color: #fff;
  text-align: center;
  display: inline-block;
}
@media (min-width: 64em) {
  .blog .date {
    padding: 1rem 1.25rem;
  }
}
@media (max-width: 64em) {
  .blog .date {
    padding: 0.625rem 0.9375rem;
  }
  .blog .date .day {
    font-size: 2.5rem;
  }
}
.time {
  font-size: 1.25rem;
  line-height: 1;
  text-transform: uppercase;
  display: block;
  width: 100%;
  margin-top: 0.9375rem;
}
@media (max-width: 48em) {
  .start .time {
    width: 33.333%;
  }
}
.location,
.press {
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1rem;
  margin-top: 0.9375rem;
}
@media (max-width: 48em) {
  .start .location,
  .start .press {
    width: 100%;
    margin-top: 0.625rem;
  }
}
.location .author,
.press .author {
  font-weight: normal;
  display: block;
  margin-top: 0.9375rem;
}

.press {
  font-size: 1.25rem;
  line-height: 1.25rem;
}

.mod_calendar .event-navigation {
  display: flex;
  justify-content: center;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
  background: #f8f9fa;
  padding: 1.25rem;
  position: sticky;
  z-index: 2;
  top: 5.5rem;
}
.mod_calendar .event-navigation .current {
  font-weight: 700;
}
.mod_calendar .row {
  display: grid;
  grid-template-areas: "day col1 col2";
  grid-template-columns: 20% 1fr 1fr;
}
@media (max-width: 575.98px) {
  .mod_calendar .row {
    grid-template-areas: "day" "col1" "col2";
    grid-template-columns: 1fr;
  }
}
.mod_calendar .row.first {
  background: #ced4da;
  color: #15141A;
}
.mod_calendar .row.sunday {
  background: #adb5bd !important;
}
.mod_calendar .row.sunday > .day {
  background: #adb5bd !important;
}
.mod_calendar .row .weekday {
  display: block;
}
.mod_calendar .row:nth-child(even) {
  background: #e9ecef;
}
.mod_calendar .row > div {
  padding: 1rem;
}
.mod_calendar .row > div.day {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  background: #ffe0f9;
  grid-area: day;
}
.mod_calendar .eventList {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.mod_calendar .eventList.cal_37 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: col1;
}
.mod_calendar .eventList.cal_38 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: col2;
}
@media (max-width: 575.98px){
  .mod_calendar .row > div.day {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .mod_calendar .eventList.cal_37 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .mod_calendar .eventList.cal_38 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
.mod_calendar .eventList a, .mod_calendar .eventList .share-btn {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.mod_calendar .eventList a .title, .mod_calendar .eventList .share-btn .title {
  text-decoration: underline;
  text-decoration-thickness: 0.125rem;
  text-underline-offset: 0.18755rem;
  text-decoration-color: #951b81;
}
@media (hover: hover) {
  .mod_calendar .eventList a .title:hover, .mod_calendar .eventList .share-btn .title:hover {
    color: #15141A;
    text-decoration-color: transparent;
    text-underline-offset: 0.3125rem;
  }
}
.mod_calendar .eventList a .location, .mod_calendar .eventList .share-btn .location {
  color: #15141A;
  text-decoration: none;
  margin: 0.3125rem 0 0 0;
  font-weight: 400;
}

svg#map {
  overflow: visible;
}
svg#map g.pointer {
  transition: 0.25s all ease;
  transform-origin: center center;
  cursor: pointer;
  z-index: 1;
  padding: relative;
}
svg#map g.pointer:hover {
  transform: scale(1.1);
  z-index: 2;
}

/* ------------------
   PAGINATION
------------------ */
.pagination {
  text-align: center;
}
.pagination ul {
  list-style: none;
}
.pagination ul li {
  display: inline-block;
  margin: 0 0.625rem;
}
.pagination ul li.first, .pagination ul li.previous, .pagination ul li.next, .pagination ul li.last {
  font-size: 1.5rem;
  color: #ced4da;
}
.pagination ul li .current {
  border-bottom: 1px solid;
}

.modal {
  margin: 0 !important;
}
.modal::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  display: block;
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
}
.modal-box {
  padding: 30px;
  background: #fff;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  margin: 0;
  transform: translateX(-50%) translateY(-50%);
  width: 50%;
}
@media (max-width: 48em) {
  .modal-box {
    width: 80%;
  }
}
.modal-box .block + .block {
  margin-top: 1.25rem;
}
.modal-close {
  border-radius: 50%;
  background: #951b81;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(50%) translateY(-50%);
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: all 0.25s ease;
  cursor: pointer;
}
.modal-close:hover {
  background: #15141A;
}

/* ------------------
   YEAR NAVIGATION
------------------ */
.year-nav ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.year-nav ul li {
  display: inline-block;
}
.year-nav ul li a, .year-nav ul li .share-btn,
.year-nav ul li strong {
  color: #fff;
  background: #951b81;
  display: block;
  padding: 0.5rem 0.625rem;
}
.year-nav ul li a:hover, .year-nav ul li .share-btn:hover,
.year-nav ul li strong:hover {
  background: #ffe0f9;
  color: #15141A;
}
.year-nav ul li .active {
  background: #fafafa;
}
.year-nav ul li + li {
  margin-left: 0.3125rem;
}

.mod_newsreader .info {
  position: static;
  margin: 1.25rem 0;
}

#misk-logo {
  margin: 0;
  width: 35vw;
  margin-right: auto;
}
#misk-logo .image_container {
  display: flex;
  height: 100%;
}
#misk-logo img {
  max-height: 4rem;
}
@media (min-width: 768px) {
  #misk-logo {
    width: auto;
    margin: 0.5rem 0;
    margin-right: auto;
    height: 4rem;
  }
  #misk-logo img {
    height: 100%;
    width: 100%;
  }
}

@media (min-width: 768px) {
  body.misk #menu-toggler {
    display: none;
  }
  body.misk #main-navigation {
    display: flex;
    width: auto;
    margin: 0.625rem 0;
  }
  body.misk #main-navigation.mega ul.level_1 {
    flex-direction: row;
  }
  body.misk #main-navigation.mega ul.level_1 a, body.misk #main-navigation.mega ul.level_1 .share-btn, body.misk #main-navigation.mega ul.level_1 strong {
    font-size: 1.25rem;
    text-transform: none;
  }
}
/*# sourceMappingURL=m13.css.map */
