@charset "UTF-8";
/**
 * Sass Variables
 * Social Media Brand Colors
 */
/*
  Variables for trapezes card
*/
/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #4a90e2;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #ff0000;
  --orange: #f5a623;
  --yellow: #ffc107;
  --green: #7ed321;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #707070;
  --gray-dark: #343a40;
  --primary: #ff0000;
  --secondary: #fff;
  --success: #7ed321;
  --info: #4a90e2;
  --warning: #f5a623;
  --danger: #ff0000;
  --light: #e6e6e6;
  --dark: #212121;
  --tertiary: #007480;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1600px;
  --font-family-sans-serif: Arial, sans-serif;
  --font-family-monospace: monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(33, 33, 33, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212121;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #212121;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  background-color: transparent;
}
a:hover {
  color: #ff0000;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

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

pre,
code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  color: #707070;
  text-align: left;
  caption-side: bottom;
}

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

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.2;
  color: inherit;
}

h1, .h1 {
  font-size: 3rem;
}

h2, .h2 {
  font-size: 2.33rem;
}

h3, .h3 {
  font-size: 1.78rem;
}

h4, .h4 {
  font-size: 1.44rem;
}

h5, .h5 {
  font-size: 1.17rem;
}

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

.lead {
  font-size: 1.28rem;
  font-weight: 400;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(33, 33, 33, 0.1);
}

small,
.small {
  font-size: 0.875rem;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: rgba(255, 0, 0, 0.2);
}

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

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

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.44rem;
}

.blockquote-footer {
  display: block;
  font-size: 0.875rem;
  color: #707070;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  border-radius: 2px;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.83rem;
  color: #707070;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

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

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

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.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%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .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%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .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%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .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%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .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%;
  }
}
@media (min-width: 1600px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .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%;
  }
}
.form-control, .selectize-control .selectize-input {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212121;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #8e8e8e;
  border-radius: 2px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control, .selectize-control .selectize-input {
    transition: none;
  }
}
.form-control::-ms-expand, .selectize-control .selectize-input::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus, .selectize-control .selectize-input:focus {
  color: #212121;
  background-color: #fff;
  border-color: #212121;
  outline: 0;
  box-shadow: 0 0 0 1px #d5d5d5;
}
.form-control::-moz-placeholder, .selectize-control .selectize-input::-moz-placeholder {
  color: #707070;
  opacity: 1;
}
.form-control::placeholder, .selectize-control .selectize-input::placeholder {
  color: #707070;
  opacity: 1;
}
.form-control:disabled, .selectize-control .selectize-input:disabled, .form-control[readonly], .selectize-control [readonly].selectize-input {
  background-color: #e6e6e6;
  opacity: 1;
}

input[type=date].form-control, .selectize-control input[type=date].selectize-input,
input[type=time].form-control,
.selectize-control input[type=time].selectize-input,
input[type=datetime-local].form-control,
.selectize-control input[type=datetime-local].selectize-input,
input[type=month].form-control,
.selectize-control input[type=month].selectize-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:-moz-focusring, .selectize-control select.selectize-input:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212121;
}
select.form-control:focus::-ms-value, .selectize-control select.selectize-input:focus::-ms-value {
  color: #212121;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.35rem + 1px);
  padding-bottom: calc(0.35rem + 1px);
  font-size: 0.83rem;
  line-height: 1.575;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212121;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(2.00725rem + 2px);
  padding: 0.35rem 0.7rem;
  font-size: 0.83rem;
  line-height: 1.575;
  border-radius: 2px;
}

.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 4px;
}

select.form-control[size], .selectize-control select[size].selectize-input, select.form-control[multiple], .selectize-control select[multiple].selectize-input {
  height: auto;
}

textarea.form-control, .selectize-control textarea.selectize-input {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.55rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #707070;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.55rem;
  font-size: 0.875rem;
  color: #7ed321;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.83rem;
  line-height: 1.5;
  color: #212121;
  background-color: rgba(126, 211, 33, 0.9);
  border-radius: 2px;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .was-validated .selectize-control .selectize-input:valid, .selectize-control .was-validated .selectize-input:valid, .form-control.is-valid, .selectize-control .is-valid.selectize-input {
  border-color: #7ed321;
  padding-right: 2.25rem !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%237ed321%27 d=%27M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .was-validated .selectize-control .selectize-input:valid:focus, .selectize-control .was-validated .selectize-input:valid:focus, .form-control.is-valid:focus, .selectize-control .is-valid.selectize-input:focus {
  border-color: #7ed321;
  box-shadow: 0 0 0 0.2rem rgba(126, 211, 33, 0.25);
}

.was-validated select.form-control:valid, .was-validated .selectize-control select.selectize-input:valid, .selectize-control .was-validated select.selectize-input:valid, select.form-control.is-valid, .selectize-control select.is-valid.selectize-input {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid, .was-validated .selectize-control textarea.selectize-input:valid, .selectize-control .was-validated textarea.selectize-input:valid, textarea.form-control.is-valid, .selectize-control textarea.is-valid.selectize-input {
  padding-right: 2.25rem;
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #7ed321;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 4 5%27%3E%3Cpath fill=%27%23212121%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3E%3C/svg%3E") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%237ed321%27 d=%27M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z%27/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #7ed321;
  box-shadow: 0 0 0 0.2rem rgba(126, 211, 33, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #7ed321;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #7ed321;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #7ed321;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #97e245;
  background-color: #97e245;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(126, 211, 33, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #7ed321;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #7ed321;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #7ed321;
  box-shadow: 0 0 0 0.2rem rgba(126, 211, 33, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.55rem;
  font-size: 0.875rem;
  color: #ff0000;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.83rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(255, 0, 0, 0.9);
  border-radius: 2px;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .was-validated .selectize-control .selectize-input:invalid, .selectize-control .was-validated .selectize-input:invalid, .form-control.is-invalid, .selectize-control .is-invalid.selectize-input {
  border-color: #ff0000;
  padding-right: 2.25rem !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23ff0000%27 viewBox=%270 0 12 12%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23ff0000%27 stroke=%27none%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .was-validated .selectize-control .selectize-input:invalid:focus, .selectize-control .was-validated .selectize-input:invalid:focus, .form-control.is-invalid:focus, .selectize-control .is-invalid.selectize-input:focus {
  border-color: #ff0000;
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}

.was-validated select.form-control:invalid, .was-validated .selectize-control select.selectize-input:invalid, .selectize-control .was-validated select.selectize-input:invalid, select.form-control.is-invalid, .selectize-control select.is-invalid.selectize-input {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid, .was-validated .selectize-control textarea.selectize-input:invalid, .selectize-control .was-validated textarea.selectize-input:invalid, textarea.form-control.is-invalid, .selectize-control textarea.is-invalid.selectize-input {
  padding-right: 2.25rem;
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #ff0000;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 4 5%27%3E%3Cpath fill=%27%23212121%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3E%3C/svg%3E") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23ff0000%27 viewBox=%270 0 12 12%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23ff0000%27 stroke=%27none%27/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #ff0000;
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #ff0000;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #ff0000;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #ff0000;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ff3333;
  background-color: #ff3333;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ff0000;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #ff0000;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #ff0000;
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control, .form-inline .selectize-control .selectize-input, .selectize-control .form-inline .selectize-input {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212121;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.68rem 1.4rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 2px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212121;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #ff0000;
  border-color: #ff0000;
}
.btn-primary:hover {
  color: #fff;
  background-color: #d90000;
  border-color: #cc0000;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #d90000;
  border-color: #cc0000;
  box-shadow: 0 0 0 0.2rem rgba(255, 38, 38, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #ff0000;
  border-color: #ff0000;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #cc0000;
  border-color: #bf0000;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 38, 38, 0.5);
}

.btn-secondary {
  color: #212121;
  background-color: #fff;
  border-color: #fff;
}
.btn-secondary:hover {
  color: #212121;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #212121;
  background-color: #ececec;
  border-color: #e6e6e6;
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 222, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #212121;
  background-color: #fff;
  border-color: #fff;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #212121;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 222, 0.5);
}

.btn-success {
  color: #212121;
  background-color: #7ed321;
  border-color: #7ed321;
}
.btn-success:hover {
  color: #fff;
  background-color: #6ab21c;
  border-color: #64a71a;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #6ab21c;
  border-color: #64a71a;
  box-shadow: 0 0 0 0.2rem rgba(112, 184, 33, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #212121;
  background-color: #7ed321;
  border-color: #7ed321;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #64a71a;
  border-color: #5d9c18;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(112, 184, 33, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #4a90e2;
  border-color: #4a90e2;
}
.btn-info:hover {
  color: #fff;
  background-color: #297cdd;
  border-color: #2275d7;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #297cdd;
  border-color: #2275d7;
  box-shadow: 0 0 0 0.2rem rgba(101, 161, 230, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #4a90e2;
  border-color: #4a90e2;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #2275d7;
  border-color: #216fcc;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(101, 161, 230, 0.5);
}

.btn-warning {
  color: #212121;
  background-color: #f5a623;
  border-color: #f5a623;
}
.btn-warning:hover {
  color: #212121;
  background-color: #e7940b;
  border-color: #db8c0a;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212121;
  background-color: #e7940b;
  border-color: #db8c0a;
  box-shadow: 0 0 0 0.2rem rgba(213, 146, 35, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212121;
  background-color: #f5a623;
  border-color: #f5a623;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #db8c0a;
  border-color: #cf8509;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(213, 146, 35, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #ff0000;
  border-color: #ff0000;
}
.btn-danger:hover {
  color: #fff;
  background-color: #d90000;
  border-color: #cc0000;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #d90000;
  border-color: #cc0000;
  box-shadow: 0 0 0 0.2rem rgba(255, 38, 38, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #ff0000;
  border-color: #ff0000;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #cc0000;
  border-color: #bf0000;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 38, 38, 0.5);
}

.btn-light {
  color: #212121;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.btn-light:hover {
  color: #212121;
  background-color: lightgray;
  border-color: #cdcdcd;
}
.btn-light:focus, .btn-light.focus {
  color: #212121;
  background-color: lightgray;
  border-color: #cdcdcd;
  box-shadow: 0 0 0 0.2rem rgba(200, 200, 200, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212121;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212121;
  background-color: #cdcdcd;
  border-color: #c6c6c6;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(200, 200, 200, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #212121;
  border-color: #212121;
}
.btn-dark:hover {
  color: #fff;
  background-color: #0e0e0e;
  border-color: #080808;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #0e0e0e;
  border-color: #080808;
  box-shadow: 0 0 0 0.2rem rgba(66, 66, 66, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #212121;
  border-color: #212121;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #080808;
  border-color: #010101;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(66, 66, 66, 0.5);
}

.btn-tertiary {
  color: #fff;
  background-color: #007480;
  border-color: #007480;
}
.btn-tertiary:hover {
  color: #fff;
  background-color: #00515a;
  border-color: #00464d;
}
.btn-tertiary:focus, .btn-tertiary.focus {
  color: #fff;
  background-color: #00515a;
  border-color: #00464d;
  box-shadow: 0 0 0 0.2rem rgba(38, 137, 147, 0.5);
}
.btn-tertiary.disabled, .btn-tertiary:disabled {
  color: #fff;
  background-color: #007480;
  border-color: #007480;
}
.btn-tertiary:not(:disabled):not(.disabled):active, .btn-tertiary:not(:disabled):not(.disabled).active, .show > .btn-tertiary.dropdown-toggle {
  color: #fff;
  background-color: #00464d;
  border-color: #003a40;
}
.btn-tertiary:not(:disabled):not(.disabled):active:focus, .btn-tertiary:not(:disabled):not(.disabled).active:focus, .show > .btn-tertiary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 137, 147, 0.5);
}

.btn-outline-primary {
  color: #ff0000;
  border-color: #ff0000;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #ff0000;
  border-color: #ff0000;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #ff0000;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #ff0000;
  border-color: #ff0000;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}

.btn-outline-secondary {
  color: #fff;
  border-color: #fff;
}
.btn-outline-secondary:hover {
  color: #212121;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #fff;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #212121;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-success {
  color: #7ed321;
  border-color: #7ed321;
}
.btn-outline-success:hover {
  color: #212121;
  background-color: #7ed321;
  border-color: #7ed321;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(126, 211, 33, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #7ed321;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #212121;
  background-color: #7ed321;
  border-color: #7ed321;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(126, 211, 33, 0.5);
}

.btn-outline-info {
  color: #4a90e2;
  border-color: #4a90e2;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #4a90e2;
  border-color: #4a90e2;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(74, 144, 226, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #4a90e2;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #4a90e2;
  border-color: #4a90e2;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(74, 144, 226, 0.5);
}

.btn-outline-warning {
  color: #f5a623;
  border-color: #f5a623;
}
.btn-outline-warning:hover {
  color: #212121;
  background-color: #f5a623;
  border-color: #f5a623;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 166, 35, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #f5a623;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212121;
  background-color: #f5a623;
  border-color: #f5a623;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 166, 35, 0.5);
}

.btn-outline-danger {
  color: #ff0000;
  border-color: #ff0000;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #ff0000;
  border-color: #ff0000;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #ff0000;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #ff0000;
  border-color: #ff0000;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}

.btn-outline-light {
  color: #e6e6e6;
  border-color: #e6e6e6;
}
.btn-outline-light:hover {
  color: #212121;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(230, 230, 230, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #e6e6e6;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212121;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(230, 230, 230, 0.5);
}

.btn-outline-dark {
  color: #212121;
  border-color: #212121;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212121;
  border-color: #212121;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 33, 33, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #212121;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #212121;
  border-color: #212121;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 33, 33, 0.5);
}

.btn-outline-tertiary {
  color: #007480;
  border-color: #007480;
}
.btn-outline-tertiary:hover {
  color: #fff;
  background-color: #007480;
  border-color: #007480;
}
.btn-outline-tertiary:focus, .btn-outline-tertiary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 116, 128, 0.5);
}
.btn-outline-tertiary.disabled, .btn-outline-tertiary:disabled {
  color: #007480;
  background-color: transparent;
}
.btn-outline-tertiary:not(:disabled):not(.disabled):active, .btn-outline-tertiary:not(:disabled):not(.disabled).active, .show > .btn-outline-tertiary.dropdown-toggle {
  color: #fff;
  background-color: #007480;
  border-color: #007480;
}
.btn-outline-tertiary:not(:disabled):not(.disabled):active:focus, .btn-outline-tertiary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-tertiary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 116, 128, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #212121;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.btn-link:hover {
  color: #ff0000;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #707070;
  pointer-events: none;
}

.btn-lg {
  padding: 1rem 2rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 4px;
}

.btn-sm {
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 2px;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212121;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(33, 33, 33, 0.15);
  border-radius: 2px;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1600px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #d5d5d5;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212121;
  text-align: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #141414;
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: #e6e6e6;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: #ff0000;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #707070;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.83rem;
  color: #707070;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212121;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control, .selectize-control .input-group > .selectize-input,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control, .selectize-control .input-group > .selectize-input + .form-control, .selectize-control .input-group > .form-control + .selectize-input, .selectize-control .input-group > .selectize-input + .selectize-input,
.input-group > .form-control + .custom-select,
.selectize-control .input-group > .selectize-input + .custom-select,
.input-group > .form-control + .custom-file,
.selectize-control .input-group > .selectize-input + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.selectize-control .input-group > .form-control-plaintext + .selectize-input,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.selectize-control .input-group > .custom-select + .selectize-input,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.selectize-control .input-group > .custom-file + .selectize-input,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus, .selectize-control .input-group > .selectize-input:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child), .selectize-control .input-group > .selectize-input:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child), .selectize-control .input-group:not(.has-validation) > .selectize-input:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3), .selectize-control .input-group.has-validation > .selectize-input:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212121;
  text-align: center;
  white-space: nowrap;
  background-color: #d5d5d5;
  border: 1px solid #8e8e8e;
  border-radius: 2px;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea), .selectize-control .input-group-lg > .selectize-input:not(textarea),
.input-group-lg > .custom-select {
  height: calc(2.875rem + 2px);
}

.input-group-lg > .form-control, .selectize-control .input-group-lg > .selectize-input,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 4px;
}

.input-group-sm > .form-control:not(textarea), .selectize-control .input-group-sm > .selectize-input:not(textarea),
.input-group-sm > .custom-select {
  height: calc(2.00725rem + 2px);
}

.input-group-sm > .form-control, .selectize-control .input-group-sm > .selectize-input,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.35rem 0.7rem;
  font-size: 0.83rem;
  line-height: 1.575;
  border-radius: 2px;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #ff0000;
  background-color: #ff0000;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #212121;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #ffb3b3;
  border-color: #ffb3b3;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #707070;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #d5d5d5;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -2.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #8e8e8e;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -2.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 2px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3E%3Cpath fill=%27%23fff%27 d=%27M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z%27/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #ff0000;
  background-color: #ff0000;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 4 4%27%3E%3Cpath stroke=%27%23fff%27 d=%27M0 2h4%27/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(255, 0, 0, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(255, 0, 0, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3E%3Ccircle r=%273%27 fill=%27%23fff%27/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(255, 0, 0, 0.5);
}

.custom-switch {
  padding-left: 3.25rem;
}
.custom-switch .custom-control-label::before {
  left: -3.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-3.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #8e8e8e;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(255, 0, 0, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212121;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 4 5%27%3E%3Cpath fill=%27%23212121%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3E%3C/svg%3E") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #8e8e8e;
  border-radius: 2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #212121;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(33, 33, 33, 0.075), 0 0 5px rgba(33, 33, 33, 0.5);
}
.custom-select:focus::-ms-value {
  color: #212121;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #707070;
  background-color: #d5d5d5;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212121;
}

.custom-select-sm {
  height: calc(2.00725rem + 2px);
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
  padding-left: 0.7rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #212121;
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e6e6e6;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #212121;
  background-color: #fff;
  border: 1px solid #8e8e8e;
  border-radius: 2px;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #212121;
  content: "Browse";
  background-color: #d5d5d5;
  border-left: inherit;
  border-radius: 0 2px 2px 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 1px #d5d5d5;
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 1px #d5d5d5;
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 1px #d5d5d5;
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #ff0000;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #ffb3b3;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #c1c1c1;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #ff0000;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #ffb3b3;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #c1c1c1;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #ff0000;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #ffb3b3;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #c1c1c1;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #c1c1c1;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #8e8e8e;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #8e8e8e;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #8e8e8e;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.nav-link:hover, .nav-link:focus {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.nav-link.disabled {
  color: #707070;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #d5d5d5;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #d5d5d5;
}
.nav-tabs .nav-link.disabled {
  color: #707070;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #707070;
  background-color: #fff;
  border-color: #d5d5d5 #d5d5d5 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 2px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #ff0000;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #d5d5d5;
  border-radius: 2px;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(2px - 1px);
  border-top-right-radius: calc(2px - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(2px - 1px);
  border-bottom-left-radius: calc(2px - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.35rem;
}

.card-title {
  margin-bottom: 0.9rem;
}

.card-subtitle {
  margin-top: -0.45rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.35rem;
}

.card-header {
  padding: 0.9rem 1.35rem;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 1px solid #d5d5d5;
}
.card-header:first-child {
  border-radius: calc(2px - 1px) calc(2px - 1px) 0 0;
}

.card-footer {
  padding: 0.9rem 1.35rem;
  background-color: transparent;
  border-top: 1px solid #d5d5d5;
}
.card-footer:last-child {
  border-radius: 0 0 calc(2px - 1px) calc(2px - 1px);
}

.card-header-tabs {
  margin-right: -0.675rem;
  margin-bottom: -0.9rem;
  margin-left: -0.675rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.675rem;
  margin-left: -0.675rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.35rem;
  border-radius: calc(2px - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(2px - 1px);
  border-top-right-radius: calc(2px - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(2px - 1px);
  border-bottom-left-radius: calc(2px - 1px);
}

.card-deck .card {
  margin-bottom: 16px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -16px;
    margin-left: -16px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 16px;
    margin-bottom: 0;
    margin-left: 16px;
  }
}

.card-group > .card {
  margin-bottom: 16px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.9rem;
}
@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 2px;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.25rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #ff0000;
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #d5d5d5;
}
.page-link:hover {
  z-index: 2;
  color: #ff0000;
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: #fff;
  border-color: #707070;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.page-item:last-child .page-link {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #707070;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.page-item.disabled .page-link {
  color: #d5d5d5;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #c1c1c1;
}

.pagination-lg .page-link {
  padding: 0.75rem 0.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.25rem;
  font-size: 0.83rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 2px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #ff0000;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #cc0000;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}

.badge-secondary {
  color: #212121;
  background-color: #fff;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #212121;
  background-color: #e6e6e6;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.badge-success {
  color: #212121;
  background-color: #7ed321;
}
a.badge-success:hover, a.badge-success:focus {
  color: #212121;
  background-color: #64a71a;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(126, 211, 33, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #4a90e2;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #2275d7;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(74, 144, 226, 0.5);
}

.badge-warning {
  color: #212121;
  background-color: #f5a623;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212121;
  background-color: #db8c0a;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(245, 166, 35, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #ff0000;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #cc0000;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}

.badge-light {
  color: #212121;
  background-color: #e6e6e6;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212121;
  background-color: #cdcdcd;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(230, 230, 230, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #212121;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #080808;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(33, 33, 33, 0.5);
}

.badge-tertiary {
  color: #fff;
  background-color: #007480;
}
a.badge-tertiary:hover, a.badge-tertiary:focus {
  color: #fff;
  background-color: #00464d;
}
a.badge-tertiary:focus, a.badge-tertiary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 116, 128, 0.5);
}

.alert {
  position: relative;
  padding: 0.4rem 0.6rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3.2rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.4rem 0.6rem;
  color: inherit;
}

.alert-primary {
  color: #941010;
  background-color: #ffcccc;
  border-color: #ffb8b8;
}
.alert-primary hr {
  border-top-color: #ff9f9f;
}
.alert-primary .alert-link {
  color: #660b0b;
}

.alert-secondary {
  color: #949494;
  background-color: white;
  border-color: white;
}
.alert-secondary hr {
  border-top-color: #f2f2f2;
}
.alert-secondary .alert-link {
  color: #7b7b7b;
}

.alert-success {
  color: #517e21;
  background-color: #e5f6d3;
  border-color: #dbf3c1;
}
.alert-success hr {
  border-top-color: #cfefac;
}
.alert-success .alert-link {
  color: #375616;
}

.alert-info {
  color: #365b85;
  background-color: #dbe9f9;
  border-color: #cce0f7;
}
.alert-info hr {
  border-top-color: #b6d3f4;
}
.alert-info .alert-link {
  color: #274261;
}

.alert-warning {
  color: #8f6622;
  background-color: #fdedd3;
  border-color: #fce6c1;
}
.alert-warning hr {
  border-top-color: #fbdca9;
}
.alert-warning .alert-link {
  color: #664918;
}

.alert-danger {
  color: #941010;
  background-color: #ffcccc;
  border-color: #ffb8b8;
}
.alert-danger hr {
  border-top-color: #ff9f9f;
}
.alert-danger .alert-link {
  color: #660b0b;
}

.alert-light {
  color: #878787;
  background-color: #fafafa;
  border-color: #f8f8f8;
}
.alert-light hr {
  border-top-color: #ebebeb;
}
.alert-light .alert-link {
  color: #6e6e6e;
}

.alert-dark {
  color: #212121;
  background-color: lightgray;
  border-color: #c1c1c1;
}
.alert-dark hr {
  border-top-color: #b4b4b4;
}
.alert-dark .alert-link {
  color: #080808;
}

.alert-tertiary {
  color: #104c52;
  background-color: #cce3e6;
  border-color: #b8d8db;
}
.alert-tertiary hr {
  border-top-color: #a7cfd2;
}
.alert-tertiary .alert-link {
  color: #082427;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #d5d5d5;
  border-radius: 2px;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #ff0000;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0;
}

.list-group-item-action {
  width: 100%;
  color: #707070;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #707070;
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: #e6e6e6;
}
.list-group-item-action:active {
  color: #212121;
  background-color: #d5d5d5;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(33, 33, 33, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #707070;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #ff0000;
  border-color: #ff0000;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1600px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #941010;
  background-color: #ffb8b8;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #941010;
  background-color: #ff9f9f;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #941010;
  border-color: #941010;
}

.list-group-item-secondary {
  color: #949494;
  background-color: white;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #949494;
  background-color: #f2f2f2;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #949494;
  border-color: #949494;
}

.list-group-item-success {
  color: #517e21;
  background-color: #dbf3c1;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #517e21;
  background-color: #cfefac;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #517e21;
  border-color: #517e21;
}

.list-group-item-info {
  color: #365b85;
  background-color: #cce0f7;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #365b85;
  background-color: #b6d3f4;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #365b85;
  border-color: #365b85;
}

.list-group-item-warning {
  color: #8f6622;
  background-color: #fce6c1;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #8f6622;
  background-color: #fbdca9;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #8f6622;
  border-color: #8f6622;
}

.list-group-item-danger {
  color: #941010;
  background-color: #ffb8b8;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #941010;
  background-color: #ff9f9f;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #941010;
  border-color: #941010;
}

.list-group-item-light {
  color: #878787;
  background-color: #f8f8f8;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #878787;
  background-color: #ebebeb;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #878787;
  border-color: #878787;
}

.list-group-item-dark {
  color: #212121;
  background-color: #c1c1c1;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #212121;
  background-color: #b4b4b4;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #212121;
  border-color: #212121;
}

.list-group-item-tertiary {
  color: #104c52;
  background-color: #b8d8db;
}
.list-group-item-tertiary.list-group-item-action:hover, .list-group-item-tertiary.list-group-item-action:focus {
  color: #104c52;
  background-color: #a7cfd2;
}
.list-group-item-tertiary.list-group-item-action.active {
  color: #fff;
  background-color: #104c52;
  border-color: #104c52;
}

.close {
  float: right;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
  color: #707070;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #707070;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(33, 33, 33, 0.2);
  border-radius: 4px;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #212121;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #d5d5d5;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #d5d5d5;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.83rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #212121;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #212121;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #212121;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #212121;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #212121;
  border-radius: 2px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 296px;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.83rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d5d5d5;
  border-radius: 0;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 0;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 10px;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: -11px;
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 10px 5px 0;
  border-top-color: #d5d5d5;
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 10px 5px 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 10px;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: -11px;
  width: 10px;
  height: 10px;
  margin: 0 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 5px 10px 5px 0;
  border-right-color: #d5d5d5;
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 5px 10px 5px 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 10px;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: -11px;
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 5px 10px 5px;
  border-bottom-color: #d5d5d5;
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 5px 10px 5px;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 10px;
  margin-left: -5px;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 10px;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: -11px;
  width: 10px;
  height: 10px;
  margin: 0 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 5px 0 5px 10px;
  border-left-color: #d5d5d5;
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 5px 0 5px 10px;
  border-left-color: #fff;
}

.popover-header {
  padding: 16px 16px;
  margin-bottom: 0;
  font-size: 1rem;
  color: #707070;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 16px 16px;
  color: #212121;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27 viewBox=%270 0 8 8%27%3E%3Cpath d=%27M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z%27/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27 viewBox=%270 0 8 8%27%3E%3Cpath d=%27M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z%27/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    animation-duration: 1.5s;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #ff0000 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #cc0000 !important;
}

.bg-secondary {
  background-color: #fff !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #e6e6e6 !important;
}

.bg-success {
  background-color: #7ed321 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #64a71a !important;
}

.bg-info {
  background-color: #4a90e2 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #2275d7 !important;
}

.bg-warning {
  background-color: #f5a623 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #db8c0a !important;
}

.bg-danger {
  background-color: #ff0000 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #cc0000 !important;
}

.bg-light {
  background-color: #e6e6e6 !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #cdcdcd !important;
}

.bg-dark {
  background-color: #212121 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #080808 !important;
}

.bg-tertiary {
  background-color: #007480 !important;
}

a.bg-tertiary:hover, a.bg-tertiary:focus,
button.bg-tertiary:hover,
button.bg-tertiary:focus {
  background-color: #00464d !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #d5d5d5 !important;
}

.border-top {
  border-top: 1px solid #d5d5d5 !important;
}

.border-right {
  border-right: 1px solid #d5d5d5 !important;
}

.border-bottom {
  border-bottom: 1px solid #d5d5d5 !important;
}

.border-left {
  border-left: 1px solid #d5d5d5 !important;
}

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

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #ff0000 !important;
}

.border-secondary {
  border-color: #fff !important;
}

.border-success {
  border-color: #7ed321 !important;
}

.border-info {
  border-color: #4a90e2 !important;
}

.border-warning {
  border-color: #f5a623 !important;
}

.border-danger {
  border-color: #ff0000 !important;
}

.border-light {
  border-color: #e6e6e6 !important;
}

.border-dark {
  border-color: #212121 !important;
}

.border-tertiary {
  border-color: #007480 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 2px !important;
}

.rounded {
  border-radius: 2px !important;
}

.rounded-top {
  border-top-left-radius: 2px !important;
  border-top-right-radius: 2px !important;
}

.rounded-right {
  border-top-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
}

.rounded-bottom {
  border-bottom-right-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}

.rounded-left {
  border-top-left-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}

.rounded-lg {
  border-radius: 4px !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1600px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !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;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.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-wrap {
  flex-wrap: wrap !important;
}

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

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

.flex-fill {
  flex: 1 1 auto !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;
}

.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;
}

.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;
}

@media (min-width: 576px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 768px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 992px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 1200px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 1600px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1600px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only, .table-restauration tr td .tablesaw-cell-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(33, 33, 33, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(33, 33, 33, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(33, 33, 33, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

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

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

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

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

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-gutter {
  margin: 16px !important;
}

.mt-gutter,
.my-gutter {
  margin-top: 16px !important;
}

.mr-gutter,
.mx-gutter {
  margin-right: 16px !important;
}

.mb-gutter,
.my-gutter {
  margin-bottom: 16px !important;
}

.ml-gutter,
.mx-gutter {
  margin-left: 16px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-gutter {
  padding: 16px !important;
}

.pt-gutter,
.py-gutter {
  padding-top: 16px !important;
}

.pr-gutter,
.px-gutter {
  padding-right: 16px !important;
}

.pb-gutter,
.py-gutter {
  padding-bottom: 16px !important;
}

.pl-gutter,
.px-gutter {
  padding-left: 16px !important;
}

.p-6 {
  padding: 6rem !important;
}

.pt-6,
.py-6 {
  padding-top: 6rem !important;
}

.pr-6,
.px-6 {
  padding-right: 6rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 6rem !important;
}

.pl-6,
.px-6 {
  padding-left: 6rem !important;
}

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

.mt-n1, .container-full.my-1[class*=bg-] + .container-full[class*=bg-],
.container-full.mb-1[class*=bg-] + .container-full[class*=bg-],
.my-n1 {
  margin-top: -0.25rem !important;
}

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

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

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

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

.mt-n2, .container-full.my-2[class*=bg-] + .container-full[class*=bg-],
.container-full.mb-2[class*=bg-] + .container-full[class*=bg-],
.my-n2 {
  margin-top: -0.5rem !important;
}

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

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

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

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

.mt-n3, .container-full.my-3[class*=bg-] + .container-full[class*=bg-],
.container-full.mb-3[class*=bg-] + .container-full[class*=bg-],
.my-n3 {
  margin-top: -1rem !important;
}

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

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

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

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

.mt-n4, .container-full.my-4[class*=bg-] + .container-full[class*=bg-],
.container-full.mb-4[class*=bg-] + .container-full[class*=bg-],
.my-n4 {
  margin-top: -1.5rem !important;
}

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

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

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

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

.mt-n5, .container-full.my-5[class*=bg-] + .container-full[class*=bg-],
.container-full.mb-5[class*=bg-] + .container-full[class*=bg-],
.my-n5 {
  margin-top: -3rem !important;
}

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

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

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

.m-ngutter {
  margin: -16px !important;
}

.mt-ngutter,
.my-ngutter {
  margin-top: -16px !important;
}

.mr-ngutter,
.mx-ngutter {
  margin-right: -16px !important;
}

.mb-ngutter,
.my-ngutter {
  margin-bottom: -16px !important;
}

.ml-ngutter,
.mx-ngutter {
  margin-left: -16px !important;
}

.m-n6 {
  margin: -6rem !important;
}

.mt-n6, .container-full.my-6[class*=bg-] + .container-full[class*=bg-],
.container-full.mb-6[class*=bg-] + .container-full[class*=bg-],
.my-n6 {
  margin-top: -6rem !important;
}

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }
  .m-sm-gutter {
    margin: 16px !important;
  }
  .mt-sm-gutter,
.my-sm-gutter {
    margin-top: 16px !important;
  }
  .mr-sm-gutter,
.mx-sm-gutter {
    margin-right: 16px !important;
  }
  .mb-sm-gutter,
.my-sm-gutter {
    margin-bottom: 16px !important;
  }
  .ml-sm-gutter,
.mx-sm-gutter {
    margin-left: 16px !important;
  }
  .m-sm-6 {
    margin: 6rem !important;
  }
  .mt-sm-6,
.my-sm-6 {
    margin-top: 6rem !important;
  }
  .mr-sm-6,
.mx-sm-6 {
    margin-right: 6rem !important;
  }
  .mb-sm-6,
.my-sm-6 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-6,
.mx-sm-6 {
    margin-left: 6rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }
  .p-sm-gutter {
    padding: 16px !important;
  }
  .pt-sm-gutter,
.py-sm-gutter {
    padding-top: 16px !important;
  }
  .pr-sm-gutter,
.px-sm-gutter {
    padding-right: 16px !important;
  }
  .pb-sm-gutter,
.py-sm-gutter {
    padding-bottom: 16px !important;
  }
  .pl-sm-gutter,
.px-sm-gutter {
    padding-left: 16px !important;
  }
  .p-sm-6 {
    padding: 6rem !important;
  }
  .pt-sm-6,
.py-sm-6 {
    padding-top: 6rem !important;
  }
  .pr-sm-6,
.px-sm-6 {
    padding-right: 6rem !important;
  }
  .pb-sm-6,
.py-sm-6 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-6,
.px-sm-6 {
    padding-left: 6rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-ngutter {
    margin: -16px !important;
  }
  .mt-sm-ngutter,
.my-sm-ngutter {
    margin-top: -16px !important;
  }
  .mr-sm-ngutter,
.mx-sm-ngutter {
    margin-right: -16px !important;
  }
  .mb-sm-ngutter,
.my-sm-ngutter {
    margin-bottom: -16px !important;
  }
  .ml-sm-ngutter,
.mx-sm-ngutter {
    margin-left: -16px !important;
  }
  .m-sm-n6 {
    margin: -6rem !important;
  }
  .mt-sm-n6,
.my-sm-n6 {
    margin-top: -6rem !important;
  }
  .mr-sm-n6,
.mx-sm-n6 {
    margin-right: -6rem !important;
  }
  .mb-sm-n6,
.my-sm-n6 {
    margin-bottom: -6rem !important;
  }
  .ml-sm-n6,
.mx-sm-n6 {
    margin-left: -6rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }
  .m-md-gutter {
    margin: 16px !important;
  }
  .mt-md-gutter,
.my-md-gutter {
    margin-top: 16px !important;
  }
  .mr-md-gutter,
.mx-md-gutter {
    margin-right: 16px !important;
  }
  .mb-md-gutter,
.my-md-gutter {
    margin-bottom: 16px !important;
  }
  .ml-md-gutter,
.mx-md-gutter {
    margin-left: 16px !important;
  }
  .m-md-6 {
    margin: 6rem !important;
  }
  .mt-md-6,
.my-md-6 {
    margin-top: 6rem !important;
  }
  .mr-md-6,
.mx-md-6 {
    margin-right: 6rem !important;
  }
  .mb-md-6,
.my-md-6 {
    margin-bottom: 6rem !important;
  }
  .ml-md-6,
.mx-md-6 {
    margin-left: 6rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }
  .p-md-gutter {
    padding: 16px !important;
  }
  .pt-md-gutter,
.py-md-gutter {
    padding-top: 16px !important;
  }
  .pr-md-gutter,
.px-md-gutter {
    padding-right: 16px !important;
  }
  .pb-md-gutter,
.py-md-gutter {
    padding-bottom: 16px !important;
  }
  .pl-md-gutter,
.px-md-gutter {
    padding-left: 16px !important;
  }
  .p-md-6 {
    padding: 6rem !important;
  }
  .pt-md-6,
.py-md-6 {
    padding-top: 6rem !important;
  }
  .pr-md-6,
.px-md-6 {
    padding-right: 6rem !important;
  }
  .pb-md-6,
.py-md-6 {
    padding-bottom: 6rem !important;
  }
  .pl-md-6,
.px-md-6 {
    padding-left: 6rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-ngutter {
    margin: -16px !important;
  }
  .mt-md-ngutter,
.my-md-ngutter {
    margin-top: -16px !important;
  }
  .mr-md-ngutter,
.mx-md-ngutter {
    margin-right: -16px !important;
  }
  .mb-md-ngutter,
.my-md-ngutter {
    margin-bottom: -16px !important;
  }
  .ml-md-ngutter,
.mx-md-ngutter {
    margin-left: -16px !important;
  }
  .m-md-n6 {
    margin: -6rem !important;
  }
  .mt-md-n6,
.my-md-n6 {
    margin-top: -6rem !important;
  }
  .mr-md-n6,
.mx-md-n6 {
    margin-right: -6rem !important;
  }
  .mb-md-n6,
.my-md-n6 {
    margin-bottom: -6rem !important;
  }
  .ml-md-n6,
.mx-md-n6 {
    margin-left: -6rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }
  .m-lg-gutter {
    margin: 16px !important;
  }
  .mt-lg-gutter,
.my-lg-gutter {
    margin-top: 16px !important;
  }
  .mr-lg-gutter,
.mx-lg-gutter {
    margin-right: 16px !important;
  }
  .mb-lg-gutter,
.my-lg-gutter {
    margin-bottom: 16px !important;
  }
  .ml-lg-gutter,
.mx-lg-gutter {
    margin-left: 16px !important;
  }
  .m-lg-6 {
    margin: 6rem !important;
  }
  .mt-lg-6,
.my-lg-6 {
    margin-top: 6rem !important;
  }
  .mr-lg-6,
.mx-lg-6 {
    margin-right: 6rem !important;
  }
  .mb-lg-6,
.my-lg-6 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-6,
.mx-lg-6 {
    margin-left: 6rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }
  .p-lg-gutter {
    padding: 16px !important;
  }
  .pt-lg-gutter,
.py-lg-gutter {
    padding-top: 16px !important;
  }
  .pr-lg-gutter,
.px-lg-gutter {
    padding-right: 16px !important;
  }
  .pb-lg-gutter,
.py-lg-gutter {
    padding-bottom: 16px !important;
  }
  .pl-lg-gutter,
.px-lg-gutter {
    padding-left: 16px !important;
  }
  .p-lg-6 {
    padding: 6rem !important;
  }
  .pt-lg-6,
.py-lg-6 {
    padding-top: 6rem !important;
  }
  .pr-lg-6,
.px-lg-6 {
    padding-right: 6rem !important;
  }
  .pb-lg-6,
.py-lg-6 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-6,
.px-lg-6 {
    padding-left: 6rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-ngutter {
    margin: -16px !important;
  }
  .mt-lg-ngutter,
.my-lg-ngutter {
    margin-top: -16px !important;
  }
  .mr-lg-ngutter,
.mx-lg-ngutter {
    margin-right: -16px !important;
  }
  .mb-lg-ngutter,
.my-lg-ngutter {
    margin-bottom: -16px !important;
  }
  .ml-lg-ngutter,
.mx-lg-ngutter {
    margin-left: -16px !important;
  }
  .m-lg-n6 {
    margin: -6rem !important;
  }
  .mt-lg-n6,
.my-lg-n6 {
    margin-top: -6rem !important;
  }
  .mr-lg-n6,
.mx-lg-n6 {
    margin-right: -6rem !important;
  }
  .mb-lg-n6,
.my-lg-n6 {
    margin-bottom: -6rem !important;
  }
  .ml-lg-n6,
.mx-lg-n6 {
    margin-left: -6rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }
  .m-xl-gutter {
    margin: 16px !important;
  }
  .mt-xl-gutter,
.my-xl-gutter {
    margin-top: 16px !important;
  }
  .mr-xl-gutter,
.mx-xl-gutter {
    margin-right: 16px !important;
  }
  .mb-xl-gutter,
.my-xl-gutter {
    margin-bottom: 16px !important;
  }
  .ml-xl-gutter,
.mx-xl-gutter {
    margin-left: 16px !important;
  }
  .m-xl-6 {
    margin: 6rem !important;
  }
  .mt-xl-6,
.my-xl-6 {
    margin-top: 6rem !important;
  }
  .mr-xl-6,
.mx-xl-6 {
    margin-right: 6rem !important;
  }
  .mb-xl-6,
.my-xl-6 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-6,
.mx-xl-6 {
    margin-left: 6rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }
  .p-xl-gutter {
    padding: 16px !important;
  }
  .pt-xl-gutter,
.py-xl-gutter {
    padding-top: 16px !important;
  }
  .pr-xl-gutter,
.px-xl-gutter {
    padding-right: 16px !important;
  }
  .pb-xl-gutter,
.py-xl-gutter {
    padding-bottom: 16px !important;
  }
  .pl-xl-gutter,
.px-xl-gutter {
    padding-left: 16px !important;
  }
  .p-xl-6 {
    padding: 6rem !important;
  }
  .pt-xl-6,
.py-xl-6 {
    padding-top: 6rem !important;
  }
  .pr-xl-6,
.px-xl-6 {
    padding-right: 6rem !important;
  }
  .pb-xl-6,
.py-xl-6 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-6,
.px-xl-6 {
    padding-left: 6rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-ngutter {
    margin: -16px !important;
  }
  .mt-xl-ngutter,
.my-xl-ngutter {
    margin-top: -16px !important;
  }
  .mr-xl-ngutter,
.mx-xl-ngutter {
    margin-right: -16px !important;
  }
  .mb-xl-ngutter,
.my-xl-ngutter {
    margin-bottom: -16px !important;
  }
  .ml-xl-ngutter,
.mx-xl-ngutter {
    margin-left: -16px !important;
  }
  .m-xl-n6 {
    margin: -6rem !important;
  }
  .mt-xl-n6,
.my-xl-n6 {
    margin-top: -6rem !important;
  }
  .mr-xl-n6,
.mx-xl-n6 {
    margin-right: -6rem !important;
  }
  .mb-xl-n6,
.my-xl-n6 {
    margin-bottom: -6rem !important;
  }
  .ml-xl-n6,
.mx-xl-n6 {
    margin-left: -6rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1600px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
.my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
.mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
.my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
.mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
.my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
.mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
.my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
.mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
.my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
.mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
.my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
.mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
.my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
.mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
.my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
.mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
.my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
.mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
.my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
.mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
.my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
.mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
.my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
.mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .m-xxl-gutter {
    margin: 16px !important;
  }
  .mt-xxl-gutter,
.my-xxl-gutter {
    margin-top: 16px !important;
  }
  .mr-xxl-gutter,
.mx-xxl-gutter {
    margin-right: 16px !important;
  }
  .mb-xxl-gutter,
.my-xxl-gutter {
    margin-bottom: 16px !important;
  }
  .ml-xxl-gutter,
.mx-xxl-gutter {
    margin-left: 16px !important;
  }
  .m-xxl-6 {
    margin: 6rem !important;
  }
  .mt-xxl-6,
.my-xxl-6 {
    margin-top: 6rem !important;
  }
  .mr-xxl-6,
.mx-xxl-6 {
    margin-right: 6rem !important;
  }
  .mb-xxl-6,
.my-xxl-6 {
    margin-bottom: 6rem !important;
  }
  .ml-xxl-6,
.mx-xxl-6 {
    margin-left: 6rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
.py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
.px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
.py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
.px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
.py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
.px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
.py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
.px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
.py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
.px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
.py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
.px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
.py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
.px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
.py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
.px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
.py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
.px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
.py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
.px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
.py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
.px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
.py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
.px-xxl-5 {
    padding-left: 3rem !important;
  }
  .p-xxl-gutter {
    padding: 16px !important;
  }
  .pt-xxl-gutter,
.py-xxl-gutter {
    padding-top: 16px !important;
  }
  .pr-xxl-gutter,
.px-xxl-gutter {
    padding-right: 16px !important;
  }
  .pb-xxl-gutter,
.py-xxl-gutter {
    padding-bottom: 16px !important;
  }
  .pl-xxl-gutter,
.px-xxl-gutter {
    padding-left: 16px !important;
  }
  .p-xxl-6 {
    padding: 6rem !important;
  }
  .pt-xxl-6,
.py-xxl-6 {
    padding-top: 6rem !important;
  }
  .pr-xxl-6,
.px-xxl-6 {
    padding-right: 6rem !important;
  }
  .pb-xxl-6,
.py-xxl-6 {
    padding-bottom: 6rem !important;
  }
  .pl-xxl-6,
.px-xxl-6 {
    padding-left: 6rem !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1,
.my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n1,
.mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1,
.my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n1,
.mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2,
.my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n2,
.mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2,
.my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n2,
.mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxl-n3,
.my-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n3,
.mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n3,
.my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n3,
.mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n4,
.my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n4,
.mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n4,
.my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n4,
.mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxl-n5,
.my-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n5,
.mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n5,
.my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n5,
.mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxl-ngutter {
    margin: -16px !important;
  }
  .mt-xxl-ngutter,
.my-xxl-ngutter {
    margin-top: -16px !important;
  }
  .mr-xxl-ngutter,
.mx-xxl-ngutter {
    margin-right: -16px !important;
  }
  .mb-xxl-ngutter,
.my-xxl-ngutter {
    margin-bottom: -16px !important;
  }
  .ml-xxl-ngutter,
.mx-xxl-ngutter {
    margin-left: -16px !important;
  }
  .m-xxl-n6 {
    margin: -6rem !important;
  }
  .mt-xxl-n6,
.my-xxl-n6 {
    margin-top: -6rem !important;
  }
  .mr-xxl-n6,
.mx-xxl-n6 {
    margin-right: -6rem !important;
  }
  .mb-xxl-n6,
.my-xxl-n6 {
    margin-bottom: -6rem !important;
  }
  .ml-xxl-n6,
.mx-xxl-n6 {
    margin-left: -6rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
.my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
.mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
.my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
.mx-xxl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: monospace !important;
}

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

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1600px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #ff0000 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #b30000 !important;
}

.text-secondary {
  color: #fff !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #d9d9d9 !important;
}

.text-success {
  color: #7ed321 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #569117 !important;
}

.text-info {
  color: #4a90e2 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #1f69c1 !important;
}

.text-warning {
  color: #f5a623 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #c37d09 !important;
}

.text-danger {
  color: #ff0000 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #b30000 !important;
}

.text-light {
  color: #e6e6e6 !important;
}

a.text-light:hover, a.text-light:focus {
  color: silver !important;
}

.text-dark {
  color: #212121 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: black !important;
}

.text-tertiary {
  color: #007480 !important;
}

a.text-tertiary:hover, a.text-tertiary:focus {
  color: #002f34 !important;
}

.text-body {
  color: #212121 !important;
}

.text-muted {
  color: #707070 !important;
}

.text-black-50 {
  color: rgba(33, 33, 33, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

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

.text-decoration-none {
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    -webkit-text-decoration: underline;
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
blockquote {
    border: 1px solid #8e8e8e;
    page-break-inside: avoid;
  }
  tr,
img {
    page-break-inside: avoid;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #212121;
  }
  .table, .semaineDeRef {
    border-collapse: collapse !important;
  }
  .table td, .semaineDeRef td,
.table th,
.semaineDeRef th {
    background-color: #fff !important;
  }
  .table-bordered th,
.table-bordered td {
    border: 1px solid #c1c1c1 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #d5d5d5;
  }
  .table .thead-dark th, .semaineDeRef .thead-dark th {
    color: inherit;
    border-color: #d5d5d5;
  }
}
body {
  font-size: 1rem;
  font-size: clamp(1rem, 0.9375rem + 0.25vw, 1.125rem);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.75em;
}

h1,
.h1 {
  font-size: 3rem;
  line-height: 1.1em;
  font-weight: 700;
}

h2,
.h2 {
  font-size: 2.375rem;
  line-height: 1.2em;
}

h3,
.h3 {
  font-size: 1.75rem;
  line-height: 1.35em;
  font-weight: 700;
}

h4,
.h4 {
  font-size: 1.5rem;
  line-height: 1.35em;
}

h5,
.h5 {
  font-size: 1.25rem;
  line-height: 1.4em;
  font-weight: 700;
}

h6,
.h6 {
  font-size: 1.125rem;
  line-height: 1.5em;
  text-transform: uppercase;
}

.lead {
  font-size: 1.125rem;
  font-size: clamp(1rem, 0.8125rem + 0.75vw, 1.375rem);
}

small {
  color: #707070;
}

del,
s {
  color: #707070;
}

blockquote,
.blockquote {
  font-size: 1.5rem;
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
}

blockquote {
  padding-left: 1.66rem;
  border-left: 1px solid #d5d5d5;
}
blockquote p {
  line-height: 1.3em;
  font-style: italic;
}
blockquote p:before {
  content: "“";
  padding-right: 0.2rem;
}
blockquote p:after {
  content: "”";
  padding-left: 0.2rem;
}
blockquote.blockquote-fr p:before {
  content: "«";
}
blockquote.blockquote-fr p:after {
  content: "»";
}
blockquote .blockquote-footer {
  margin-top: 0.72rem;
  font-size: 0.83rem;
}
blockquote .blockquote-footer cite {
  font-style: normal;
}

table {
  font-size: 0.83rem;
}

@media (max-width: 991.98px) {
  h1,
.h1 {
    font-size: 2.875rem;
  }
  h2,
.h2 {
    font-size: 2.25rem;
  }
  h3,
.h3 {
    font-size: 1.625rem;
  }
  h4,
.h4 {
    font-size: 1.375rem;
  }
}
@media (max-width: 767.98px) {
  h1,
.h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 575.98px) {
  h1,
.h1 {
    font-size: 2rem;
  }
  h2,
.h2 {
    font-size: 1.625rem;
  }
  h3,
.h3 {
    font-size: 1.375rem;
  }
  h4,
.h4 {
    font-size: 1.25rem;
  }
  h5,
.h5 {
    font-size: 1rem;
  }
  h6,
.h6 {
    font-size: 0.9375rem;
  }
}
.container-grid {
  display: grid;
  grid-template-rows: auto;
  grid-column-gap: 32px;
  grid-template-columns: [full-start] 1fr [content-start] minmax(auto, 540px) [content-end] 1fr [full-end];
  max-width: 100%;
}
@media (max-width: 767.98px) {
  .container-grid {
    grid-gap: 32px;
  }
}
@media (min-width: 768px) {
  .container-grid {
    grid-template-columns: [full-start] 1fr [content-start] 600px [content-end] 1fr [full-end];
  }
}
@media (min-width: 992px) {
  .container-grid {
    grid-template-columns: [full-start] 1fr [content-start] 640px [content-end] 1fr [full-end];
  }
}
@media (min-width: 1200px) {
  .container-grid {
    grid-template-columns: [full-start] 1fr [content-start] 570px [content-end] 1fr [full-end];
  }
}
.container-grid > * {
  grid-column: content;
}
.container-grid .container-full,
.container-grid .container,
.container-grid .embed-responsive, .container-grid > iframe {
  grid-column: full;
}

.container-full[class*=bg-] + .container-full[class*=bg-] {
  margin-top: 0 !important;
}

.sr-only-xs {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (min-width: 576px) {
  .sr-only-sm {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}

@media (min-width: 768px) {
  .sr-only-md {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}

@media (min-width: 992px) {
  .sr-only-lg {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}

@media (min-width: 1200px) {
  .sr-only-xl {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}

@media (min-width: 1600px) {
  .sr-only-xxl {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}

.introjs-tooltip {
  min-width: 500px !important;
  max-width: 60% !important;
}

.introjs-helperNumberLayer {
  background: #ff0000 !important;
}

.focused, .btn {
  position: relative;
}
.focused:before, .btn:before {
  content: " ";
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  border: 1px solid transparent;
  border-radius: 4px;
  transform: scale(1);
  transition: transform 0.1s ease, border-color 0.3s;
}
.focused:focus, .btn:focus, .focused.focus, .focus.btn {
  box-shadow: none !important;
  outline: none !important;
}
.focused:focus:before, .btn:focus:before, .focused.focus:before, .focus.btn:before {
  transform: scale(1);
  border-color: #ff0000;
}
.focused:active:before, .btn:active:before {
  content: none;
}

.flex-grow {
  flex: 1 1 auto;
}

.offset-top {
  margin-top: -4rem;
}

@media (min-width: 576px) {
  .offset-sm-top {
    margin-top: -4rem;
  }
}
@media (min-width: 768px) {
  .offset-md-top {
    margin-top: -4rem;
  }
}
@media (min-width: 992px) {
  .offset-lg-top {
    margin-top: -4rem;
  }
}
@media (min-width: 1200px) {
  .offset-xl-top {
    margin-top: -4rem;
  }
}
@media (min-width: 1600px) {
  .offset-xxl-top {
    margin-top: -4rem;
  }
}
.overflow-hidden {
  overflow: hidden;
}

.text-small {
  font-size: 0.778rem;
}

.text-xs {
  font-size: 0.75rem;
}

.text-sm {
  font-size: 0.875rem;
}

.text-base {
  font-size: 1rem;
}

.text-lg {
  font-size: 1.125rem;
}

.text-xl {
  font-size: 1.25rem;
}

.text-arrow {
  display: flex;
  justify-content: space-between;
}
.text-arrow:after {
  content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27%3E%3Cpath fill=%27%23707070%27 d=%27M11.586 7L6.293 1.707 7.707.293 15.414 8l-7.707 7.707-1.414-1.414L11.586 9H0V7h11.586z%27/%3E%3C/svg%3E");
  display: block;
  margin-left: auto;
  opacity: 0.6;
  transition: opacity 0.2s;
}
a:hover .text-arrow:after {
  opacity: 1;
}

.text-padded {
  background-color: #fff;
  box-shadow: 0.444rem 0 0 #fff, -0.444rem 0 0 #fff;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

.text-spread {
  letter-spacing: 3px;
}

/*
  Text Decoration

  Bootstrap v5 + legacy
*/
.underline, .text-decoration-underline {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.overline, .text-decoration-overline {
  -webkit-text-decoration: overline;
  text-decoration: overline;
}

.line-through, .text-decoration-line-through {
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
}

.no-underline {
  -webkit-text-decoration: none;
  text-decoration: none;
}

/*
  Triangles
*/
.triangle-outer-bottom-right {
  position: relative;
}

.triangle-outer-bottom-right:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.24rem;
  left: -1.3rem;
  border-left: 1rem solid transparent;
  border-top: 1rem solid #ff0000;
  border-right: 1rem solid transparent;
  width: 0;
  height: 0;
  transform: rotate(-45deg);
  transition: background 0.15s;
}

.triangle-outer-top-right:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.479rem;
  left: -1.3rem;
  border-left: 1rem solid transparent;
  border-top: 1rem solid #ff0000;
  border-right: 1rem solid transparent;
  width: 0;
  height: 0;
  transform: rotate(-45deg);
  transition: background 0.15s;
}

.bg-gray-100 {
  background-color: #e6e6e6 !important;
}

a.bg-gray-100:hover, a.bg-gray-100:focus,
button.bg-gray-100:hover,
button.bg-gray-100:focus {
  background-color: #cdcdcd !important;
}

.bg-gray-200 {
  background-color: #d5d5d5 !important;
}

a.bg-gray-200:hover, a.bg-gray-200:focus,
button.bg-gray-200:hover,
button.bg-gray-200:focus {
  background-color: #bcbcbc !important;
}

.bg-gray-300 {
  background-color: #c1c1c1 !important;
}

a.bg-gray-300:hover, a.bg-gray-300:focus,
button.bg-gray-300:hover,
button.bg-gray-300:focus {
  background-color: #a8a8a8 !important;
}

.bg-gray-400 {
  background-color: #ced4da !important;
}

a.bg-gray-400:hover, a.bg-gray-400:focus,
button.bg-gray-400:hover,
button.bg-gray-400:focus {
  background-color: #b1bbc4 !important;
}

.bg-gray-500 {
  background-color: #8e8e8e !important;
}

a.bg-gray-500:hover, a.bg-gray-500:focus,
button.bg-gray-500:hover,
button.bg-gray-500:focus {
  background-color: #757575 !important;
}

.bg-gray-600 {
  background-color: #707070 !important;
}

a.bg-gray-600:hover, a.bg-gray-600:focus,
button.bg-gray-600:hover,
button.bg-gray-600:focus {
  background-color: #575757 !important;
}

.bg-gray-700 {
  background-color: #495057 !important;
}

a.bg-gray-700:hover, a.bg-gray-700:focus,
button.bg-gray-700:hover,
button.bg-gray-700:focus {
  background-color: #32373b !important;
}

.bg-gray-800 {
  background-color: #343a40 !important;
}

a.bg-gray-800:hover, a.bg-gray-800:focus,
button.bg-gray-800:hover,
button.bg-gray-800:focus {
  background-color: #1d2124 !important;
}

.bg-gray-900 {
  background-color: #212529 !important;
}

a.bg-gray-900:hover, a.bg-gray-900:focus,
button.bg-gray-900:hover,
button.bg-gray-900:focus {
  background-color: #0a0c0d !important;
}

hr {
  width: 100%;
}

.text-gray-100 {
  color: #e6e6e6 !important;
}

.text-gray-200 {
  color: #d5d5d5 !important;
}

.text-gray-300 {
  color: #c1c1c1 !important;
}

.text-gray-400 {
  color: #ced4da !important;
}

.text-gray-500 {
  color: #8e8e8e !important;
}

.text-gray-600 {
  color: #707070 !important;
}

.text-gray-700 {
  color: #495057 !important;
}

.text-gray-800 {
  color: #343a40 !important;
}

.text-gray-900 {
  color: #212529 !important;
}

.opacity-0 {
  opacity: 0;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-100 {
  opacity: 1;
}

/*
 * Custom css for Wordpress theme only
*/
body.epfl-wp .entry-content > img {
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}

/* Tablesaw Sass Mixins */ /* Structure */
.site {
  position: relative;
  top: 0;
  transition: top 0.3s ease-in-out;
}
.search-open .site {
  top: 3rem;
}

/* Sticky footer */
html,
body {
  height: 100%;
}

body {
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}
body > .site {
  display: flex;
  flex-direction: column;
  height: 100%;
}
body > .site > header.header {
  flex-shrink: 0;
}
body > .main-container,
body > .site > .main-container {
  flex: 1 0 auto;
}
body > .main-container + .bg-gray-100,
body > .site > .main-container + .bg-gray-100 {
  flex-shrink: 0;
}

/* Containers */
@media (max-width: 767.98px) {
  .container-grid {
    grid-row-gap: 0;
  }
}

/* Typography */
.content p + h1, .content p + h2, .content p + h3, .content p + h4, .content p + h5, .content p + h6,
.content ol + h1,
.content ol + h2,
.content ol + h3,
.content ol + h4,
.content ol + h5,
.content ol + h6,
.content ul + h1,
.content ul + h2,
.content ul + h3,
.content ul + h4,
.content ul + h5,
.content ul + h6,
.content dl + h1,
.content dl + h2,
.content dl + h3,
.content dl + h4,
.content dl + h5,
.content dl + h6,
.content table + h1,
.content table + h2,
.content table + h3,
.content table + h4,
.content table + h5,
.content table + h6 {
  margin-top: 1.75em;
}
.content h2 + h3,
.content h3 + h4,
.content h4 + h5,
.content h5 + h6 {
  margin-top: 1.5em;
}

.content.container-grid > p + h1, .content.container-grid > p + h2, .content.container-grid > p + h3, .content.container-grid > ol + h1, .content.container-grid > ol + h2, .content.container-grid > ol + h3, .content.container-grid > ul + h1, .content.container-grid > ul + h2, .content.container-grid > ul + h3, .content.container-grid > dl + h1, .content.container-grid > dl + h2, .content.container-grid > dl + h3,
.content .container-grid > p + h1,
.content .container-grid > p + h2,
.content .container-grid > p + h3,
.content .container-grid > ol + h1,
.content .container-grid > ol + h2,
.content .container-grid > ol + h3,
.content .container-grid > ul + h1,
.content .container-grid > ul + h2,
.content .container-grid > ul + h3,
.content .container-grid > dl + h1,
.content .container-grid > dl + h2,
.content .container-grid > dl + h3 {
  margin-top: 1.25em;
}
.content.container-grid > p + h4, .content.container-grid > ol + h4, .content.container-grid > ul + h4, .content.container-grid > dl + h4,
.content .container-grid > p + h4,
.content .container-grid > ol + h4,
.content .container-grid > ul + h4,
.content .container-grid > dl + h4 {
  margin-top: 1.125em;
}
.content.container-grid > p + h5, .content.container-grid > ol + h5, .content.container-grid > ul + h5, .content.container-grid > dl + h5,
.content .container-grid > p + h5,
.content .container-grid > ol + h5,
.content .container-grid > ul + h5,
.content .container-grid > dl + h5 {
  margin-top: 1em;
}
.content.container-grid > p + h6, .content.container-grid > ol + h6, .content.container-grid > ul + h6, .content.container-grid > dl + h6,
.content .container-grid > p + h6,
.content .container-grid > ol + h6,
.content .container-grid > ul + h6,
.content .container-grid > dl + h6 {
  margin-top: 0.875em;
}
.content.container-grid > h2 + h3,
.content .container-grid > h2 + h3 {
  margin-top: 0.5em;
}
.content.container-grid > h3 + h4, .content.container-grid > h4 + h5, .content.container-grid > h5 + h6,
.content .container-grid > h3 + h4,
.content .container-grid > h4 + h5,
.content .container-grid > h5 + h6 {
  margin-top: 0.625em;
}

.btn:disabled, .btn.disabled,
button:disabled,
button.disabled,
button.btn:disabled,
button.btn.disabled,
input[type=button]:disabled,
input[type=button].disabled {
  opacity: 1;
}
.btn:focus, .btn:focus-visible, .btn.focus,
button:focus,
button:focus-visible,
button.focus,
button.btn:focus,
button.btn:focus-visible,
button.btn.focus,
input[type=button]:focus,
input[type=button]:focus-visible,
input[type=button].focus {
  outline-width: 2px !important;
  outline-style: solid !important;
  outline-offset: 2px;
}

.btn {
  -webkit-text-decoration: none;
  text-decoration: none;
  white-space: normal;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}
.btn:before {
  content: none;
}

.btn-primary {
  font-weight: 700;
}
.btn-primary:hover, .btn-primary.hover {
  background: #b51f1f;
  border-color: #b51f1f;
}
.btn-primary:focus, .btn-primary:focus-visible, .btn-primary.focus {
  outline-color: #b51f1f !important;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
  background: #891818;
  border-color: #891818;
}
.btn-primary:disabled, .btn-primary.disabled {
  background: #e6e6e6;
  border-color: #c1c1c1;
  color: #c1c1c1;
}
.bg-dark .btn-primary:disabled, .bg-dark .btn-primary.disabled {
  background: #212121;
  border-color: #707070;
  color: #707070;
}

.btn-secondary {
  background: transparent;
  border-color: #8e8e8e;
}
.bg-dark .btn-secondary {
  border-color: #707070;
  color: #fff !important;
}
.bg-gray-100 .btn-secondary {
  background-color: #fff;
}
.btn-secondary:hover, .btn-secondary.hover {
  background: #e6e6e6;
  border-color: #707070;
}
.bg-dark .btn-secondary:hover, .bg-dark .btn-secondary.hover {
  background: transparent;
  border-color: #e6e6e6;
}
.btn-secondary:focus, .btn-secondary:focus-visible, .btn-secondary.focus {
  outline-color: #707070 !important;
}
.bg-dark .btn-secondary:focus, .bg-dark .btn-secondary.focus {
  border-color: #e6e6e6;
}
.bg-dark .btn-secondary:focus:before, .bg-dark .btn-secondary.focus:before {
  border-color: #e6e6e6;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active {
  background: linear-gradient(to bottom, #e6e6e6 0%, #fff 100%);
  border-color: #c1c1c1;
}
.bg-dark .btn-secondary:not(:disabled):not(.disabled):active, .bg-dark .btn-secondary:not(:disabled):not(.disabled).active {
  background: #707070;
  border-color: #fff;
}
.btn-secondary:disabled, .btn-secondary.disabled {
  background: transparent;
  border-color: #707070;
  color: #707070 !important;
}

.btn-tertiary {
  background: #007480;
  font-weight: 700;
  color: #fff;
}
.btn-tertiary:hover, .btn-tertiary.hover {
  background: #004248;
  border-color: #004248;
  color: #fff;
}
.btn-tertiary:focus, .btn-tertiary:focus-visible, .btn-tertiary.focus {
  outline-color: #004248 !important;
  color: #fff;
}
.btn-tertiary:not(:disabled):not(.disabled):active, .btn-tertiary:not(:disabled):not(.disabled).active {
  background: #001315;
  border-color: #001315;
}
.btn-tertiary:disabled, .btn-tertiary.disabled {
  background: #e6e6e6;
  border-color: #c1c1c1;
  color: #c1c1c1;
}
.bg-dark .btn-tertiary:disabled, .bg-dark .btn-tertiary.disabled {
  background: #212121;
  border-color: #707070;
  color: #707070;
}

.btn-light, .btn-light:hover {
  border-color: #707070;
}

.btn-circle {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  padding: 0;
  background-color: #fff;
  border: none;
  box-shadow: 0 0 0 2px rgba(33, 33, 33, 0.4);
  line-height: 1;
  color: rgba(33, 33, 33, 0.4);
  transition: box-shadow 0.2s;
  cursor: pointer;
}
.btn-circle:hover {
  box-shadow: 0 0 0 5px rgba(33, 33, 33, 0.6);
  outline: 1rem solid transparent;
  color: rgba(33, 33, 33, 0.6);
}

a.tag:hover {
  background: #e6e6e6;
  border-top-color: #a8a8a8;
  border-right-color: #a8a8a8;
  border-left-color: #a8a8a8;
  color: #212121;
  -webkit-text-decoration: none;
  text-decoration: none;
}

a.tag, button.tag, span.tag, div.tag, p.tag {
  display: inline-block;
  margin: 0 0.1em 0.3em 0;
  padding: 0.4em 0.6em;
  -webkit-text-decoration: none;
  text-decoration: none;
  background: #fff;
  border: 1px solid #8e8e8e;
  font-size: inherit;
  line-height: 1;
  font-weight: 400;
  color: #343a40;
  border-radius: 2px;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border-color 0.2s ease-in-out;
  vertical-align: middle;
}
a.tag .remove, button.tag .remove, span.tag .remove, div.tag .remove, p.tag .remove {
  -webkit-text-decoration: none;
  text-decoration: none;
  float: right;
  padding: 0;
  border: 0;
  font-size: 1.25em;
  line-height: 0.5em;
  margin-top: 0.2em;
  margin-left: 0.3em;
  color: inherit;
  transition: all 0.2s ease-in-out;
}
a.tag .remove:hover, button.tag .remove:hover, span.tag .remove:hover, div.tag .remove:hover, p.tag .remove:hover {
  color: #ff0000;
}
a.tag.tag-sm, button.tag.tag-sm, span.tag.tag-sm, div.tag.tag-sm, p.tag.tag-sm {
  font-size: 0.75em;
}
a.tag.tag-plain, button.tag.tag-plain, span.tag.tag-plain, div.tag.tag-plain, p.tag.tag-plain {
  border-color: #707070;
  background: #707070;
  color: #fff;
}
a.tag.tag-primary, button.tag.tag-primary, span.tag.tag-primary, div.tag.tag-primary, p.tag.tag-primary {
  border-bottom: 1px solid #ff0000;
}
a.tag.tag-secondary, button.tag.tag-secondary, span.tag.tag-secondary, div.tag.tag-secondary, p.tag.tag-secondary {
  border-bottom: 1px solid #212121;
}
a.tag.tag-success, button.tag.tag-success, span.tag.tag-success, div.tag.tag-success, p.tag.tag-success {
  border-bottom: 1px solid #7ed321;
}
a.tag.tag-info, button.tag.tag-info, span.tag.tag-info, div.tag.tag-info, p.tag.tag-info {
  border-bottom: 1px solid #4a90e2;
}
a.tag.tag-warning, button.tag.tag-warning, span.tag.tag-warning, div.tag.tag-warning, p.tag.tag-warning {
  border-bottom: 1px solid #f5a623;
}
a.tag.tag-danger, button.tag.tag-danger, span.tag.tag-danger, div.tag.tag-danger, p.tag.tag-danger {
  border-bottom: 1px solid #ff0000;
}
a.tag.tag-light, button.tag.tag-light, span.tag.tag-light, div.tag.tag-light, p.tag.tag-light {
  border-bottom: 1px solid #c1c1c1;
}
a.tag.tag-dark, button.tag.tag-dark, span.tag.tag-dark, div.tag.tag-dark, p.tag.tag-dark {
  border-bottom: 1px solid #212121;
}
a.tag.tag-tertiary, button.tag.tag-tertiary, span.tag.tag-tertiary, div.tag.tag-tertiary, p.tag.tag-tertiary {
  border-bottom: 1px solid #00A79F;
}

a.tag > *,
.btn.tag > *,
button.tag > * {
  vertical-align: middle;
}
a.tag .remove,
.btn.tag .remove,
button.tag .remove {
  width: 1.25rem;
  height: 1.25rem;
  margin-top: -1px;
  margin-bottom: -1px;
  margin-right: -2px;
  background: #e6e6e6;
  border-radius: 2px;
  line-height: 1.3rem;
  text-align: center;
}
a.tag:hover, a.tag:focus,
.btn.tag:hover,
.btn.tag:focus,
button.tag:hover,
button.tag:focus {
  border-color: #212121;
}
a.tag:hover .remove, a.tag:focus .remove,
.btn.tag:hover .remove,
.btn.tag:focus .remove,
button.tag:hover .remove,
button.tag:focus .remove {
  background: #ff0000;
  color: #fff;
}
a.tag:focus, a.tag:focus-visible, a.tag.focus,
.btn.tag:focus,
.btn.tag:focus-visible,
.btn.tag.focus,
button.tag:focus,
button.tag:focus-visible,
button.tag.focus {
  outline: solid 2px #ff0000 !important;
  outline-offset: 2px;
}
a.tag.tag-secondary:focus, a.tag.tag-secondary:focus-visible, a.tag.tag-secondary.focus, a.tag.tag-plain:focus, a.tag.tag-plain:focus-visible, a.tag.tag-plain.focus, a.tag.tag-school:focus, a.tag.tag-school:focus-visible, a.tag.tag-school.focus,
.btn.tag.tag-secondary:focus,
.btn.tag.tag-secondary:focus-visible,
.btn.tag.tag-secondary.focus,
.btn.tag.tag-plain:focus,
.btn.tag.tag-plain:focus-visible,
.btn.tag.tag-plain.focus,
.btn.tag.tag-school:focus,
.btn.tag.tag-school:focus-visible,
.btn.tag.tag-school.focus,
button.tag.tag-secondary:focus,
button.tag.tag-secondary:focus-visible,
button.tag.tag-secondary.focus,
button.tag.tag-plain:focus,
button.tag.tag-plain:focus-visible,
button.tag.tag-plain.focus,
button.tag.tag-school:focus,
button.tag.tag-school:focus-visible,
button.tag.tag-school.focus {
  outline-color: #707070 !important;
}
a.tag.tag-plain .remove,
.btn.tag.tag-plain .remove,
button.tag.tag-plain .remove {
  color: #212121;
}
a.tag.tag-plain:hover, a.tag.tag-plain:focus,
.btn.tag.tag-plain:hover,
.btn.tag.tag-plain:focus,
button.tag.tag-plain:hover,
button.tag.tag-plain:focus {
  border-color: #212121;
}
a.tag.tag-plain:hover .remove, a.tag.tag-plain:focus .remove,
.btn.tag.tag-plain:hover .remove,
.btn.tag.tag-plain:focus .remove,
button.tag.tag-plain:hover .remove,
button.tag.tag-plain:focus .remove {
  background: #fff;
  color: #ff0000;
}

.tag-group {
  padding: 1em;
  background: #f2f2f2;
  border-radius: 2px;
  border: 1px solid #c1c1c1;
}
.tag-group label {
  font-size: 0.85em;
  color: #707070;
}

.tag-input:not(.selectize-control) {
  width: 100%;
}
.tag-input.tag-input-sm + .tag-input .tag {
  font-size: 0.83rem;
}
.tag-input .selectize-input {
  padding: 0.3em 0.2em 0.1em;
  background: #f2f2f2;
  border-radius: 2px;
  border: 1px solid #c1c1c1;
}

.btn.tag.tag-sm .remove,
.tag-input-sm .tag.btn .remove {
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
}

.selectize-control {
  cursor: text;
}
.selectize-control .selectize-input {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: calc(2.25rem + 2px);
}
.selectize-control .selectize-input .tag {
  margin-right: 0.4em;
  cursor: pointer;
}
.selectize-control .selectize-input .tag.active, .selectize-control .selectize-input .tag:hover {
  background: #e6e6e6;
  border-top-color: #a8a8a8;
  border-right-color: #a8a8a8;
  border-left-color: #a8a8a8;
  color: #212121;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.selectize-control .selectize-input input {
  margin: 0 0.1em 0.2em 0;
  padding: 0.2em 0.4em;
  background: none;
  min-width: 15px !important;
  border: 0;
  line-height: 1;
  outline: none;
}
.selectize-control .selectize-dropdown {
  position: absolute;
  background: #fff;
  border: 1px solid #c1c1c1;
  border-top: none;
}
.selectize-control .selectize-dropdown-content {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
}
.selectize-control .selectize-dropdown-content .option,
.selectize-control .selectize-dropdown-content .create {
  border-top: 1px solid #d5d5d5;
  padding: 0.4em 0.6em;
  color: #495057;
  cursor: pointer;
}
.selectize-control .selectize-dropdown-content .option:hover, .selectize-control .selectize-dropdown-content .option.active,
.selectize-control .selectize-dropdown-content .create:hover,
.selectize-control .selectize-dropdown-content .create.active {
  background-color: #f3f3f3;
  color: #212121;
}

.alert {
  position: relative;
  min-height: 2.96rem;
  padding-top: 0.64rem;
  padding-left: 3.2rem;
  background: #fff;
  color: #212121;
}
.alert:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0.6rem;
  width: 2rem;
  height: 2rem;
  margin-top: -1rem;
}

.alert-primary {
  border-color: #ff0000;
}
.alert-primary hr {
  border-top-color: #e60000;
}
.alert-primary .alert-link {
  color: #cc0000;
}

.alert-secondary {
  border-color: #fff;
}
.alert-secondary hr {
  border-top-color: #f2f2f2;
}
.alert-secondary .alert-link {
  color: #e6e6e6;
}

.alert-success {
  border-color: #7ed321;
}
.alert-success hr {
  border-top-color: #71bd1e;
}
.alert-success .alert-link {
  color: #64a71a;
}

.alert-info {
  border-color: #4a90e2;
}
.alert-info hr {
  border-top-color: #3483de;
}
.alert-info .alert-link {
  color: #2275d7;
}

.alert-warning {
  border-color: #f5a623;
}
.alert-warning hr {
  border-top-color: #f39c0b;
}
.alert-warning .alert-link {
  color: #db8c0a;
}

.alert-danger {
  border-color: #ff0000;
}
.alert-danger hr {
  border-top-color: #e60000;
}
.alert-danger .alert-link {
  color: #cc0000;
}

.alert-light {
  border-color: #e6e6e6;
}
.alert-light hr {
  border-top-color: #d9d9d9;
}
.alert-light .alert-link {
  color: #cdcdcd;
}

.alert-dark {
  border-color: #212121;
}
.alert-dark hr {
  border-top-color: #141414;
}
.alert-dark .alert-link {
  color: #080808;
}

.alert-tertiary {
  border-color: #007480;
}
.alert-tertiary hr {
  border-top-color: #005d67;
}
.alert-tertiary .alert-link {
  color: #00464d;
}

.alert-success:before {
  content: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox=%270 0 36 36%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg fill=%27none%27 fill-rule=%27evenodd%27%3E%3Ccircle fill=%27%237ed321%27 cx=%2718%27 cy=%2718%27 r=%2718%27/%3E%3Cpath stroke=%27%23FFF%27 stroke-width=%273%27 d=%27M10 16.976L16 23l10-10%27/%3E%3C/g%3E%3C/svg%3E");
}

.alert-danger:before {
  content: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox=%270 0 34 34%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg fill=%27none%27 fill-rule=%27evenodd%27%3E%3Cpath fill=%27%23ff0000%27 d=%27M24.042 0L34 9.958v14.084L24.042 34H9.958L0 24.042V9.958L9.958 0z%27/%3E%3Cg stroke=%27%23FFF%27 stroke-width=%274%27%3E%3Cpath d=%27M17 9v10M17 21v4%27/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.alert-warning:before {
  content: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox=%270 0 36 32%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg fill=%27none%27 fill-rule=%27evenodd%27%3E%3Cpath d=%27M19.746 1.124l15.591 27.9A2 2 0 0 1 33.591 32H2.41a2 2 0 0 1-1.746-2.976l15.591-27.9a2 2 0 0 1 3.492 0z%27 fill=%27%23ffc107%27/%3E%3Cpath d=%27M18 12v10M18 24v2%27 stroke=%27%23FFF%27 stroke-width=%272%27/%3E%3C/g%3E%3C/svg%3E");
}

.alert-info:before {
  content: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox=%270 0 34 34%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg fill=%27none%27 fill-rule=%27evenodd%27%3E%3Crect fill=%27%234a90e2%27 width=%2734%27 height=%2734%27 rx=%274%27/%3E%3Cpath d=%27M17 25V15M17 13V9%27 stroke=%27%23FFF%27 stroke-width=%274%27/%3E%3C/g%3E%3C/svg%3E");
}

.close:hover {
  color: #ff0000;
}

.custom-checkbox .custom-control-label:before {
  border: 1px solid #707070;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  border-color: #ff0000;
}

.custom-control {
  padding-left: 1.5rem;
}

.custom-control-label:before, .custom-control-label:after {
  top: 3.5px;
  left: -1.5rem;
}
@media (min-width: 576px) {
  .custom-control-label:before, .custom-control-label:after {
    top: 3.5px;
  }
}
@media (min-width: 768px) {
  .custom-control-label:before, .custom-control-label:after {
    top: 5px;
  }
}

.custom-controls-inline .custom-control {
  display: inline-flex;
  align-items: center;
  margin-right: 1rem;
}

.custom-control-input:focus ~ .custom-control-label:before {
  box-shadow: none;
  outline: 2px solid #707070;
  outline-offset: 1px;
}

.custom-control-input:checked:focus ~ .custom-control-label:before {
  outline-color: #b51f1f;
}

.collapse-title {
  position: relative;
  padding: 0;
  background: none;
  border: none;
  color: #212121;
  transition: box-shadow 0.25s, color 0.15s;
}
.collapse-title:before {
  content: " ";
  position: absolute;
  top: 0;
  left: -0.3rem;
  width: 0.6rem;
  height: 100%;
  background: #ff0000;
  opacity: 0;
  transition: opacity 0.3s, transform 0.2s;
  /* z-index: $zindex-background;
    with z-index:-1 the pseudo element is hidden if the section has a background color - ak*/
  z-index: 0;
}
.collapse-title:focus {
  outline: none;
  position: relative;
}
.collapse-title:focus:before {
  transform: translateX(-0.7rem);
  opacity: 1;
}
.collapse-title.collapse-title-desktop {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 0;
  padding: 0.9rem 16px 0.9rem 0;
  border-top: 1px solid #c1c1c1;
  font-size: 1.125rem;
  text-align: left;
  font-weight: 800;
}
.collapse-title.collapse-title-desktop:hover {
  cursor: pointer;
}
.collapse-title.collapse-title-desktop:after {
  content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23707070%27 viewBox=%270 0 6 3%27%3E%3Cpath d=%27M3 0 6 3 0 3z%27/%3E%3C/svg%3E");
  position: absolute;
  top: 12px;
  right: 0;
  width: 12px;
  height: 6px;
  border: 0;
}
.collapse-title.collapse-title-desktop.collapsed:after {
  content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23ff0000%27 viewBox=%270 0 6 3%27%3E%3Cpath d=%27M3 3 6 0 0 0z%27/%3E%3C/svg%3E");
}
.collapse-title.collapse-title-desktop:hover, .collapse-title.collapse-title-desktop:focus, .collapse-title.collapse-title-desktop:active {
  color: #ff0000;
}
@media (max-width: 767.98px) {
  .collapse-title {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 0;
    padding: 0.9rem 16px 0.9rem 0;
    border-top: 1px solid #c1c1c1;
    font-size: 1.125rem;
    text-align: left;
    font-weight: 800;
  }
  .collapse-title:hover {
    cursor: pointer;
  }
  .collapse-title:after {
    content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23707070%27 viewBox=%270 0 6 3%27%3E%3Cpath d=%27M3 0 6 3 0 3z%27/%3E%3C/svg%3E");
    position: absolute;
    top: 12px;
    right: 0;
    width: 12px;
    height: 6px;
    border: 0;
  }
  .collapse-title.collapsed:after {
    content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23ff0000%27 viewBox=%270 0 6 3%27%3E%3Cpath d=%27M3 3 6 0 0 0z%27/%3E%3C/svg%3E");
  }
}
.collapse-title p {
  margin-bottom: 0.25em;
}
.collapse-title *:last-child {
  margin-bottom: 0;
}

button.collapse-title:focus, button.collapse-title:focus-visible {
  outline: 0 !important;
}

.collapse-item:after {
  content: "";
  display: block;
  padding-top: 2rem;
}
.collapse-item *:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .collapse-item:not(.collapse-item-desktop) {
    display: block !important;
    height: auto !important;
    min-height: 1px !important;
    overflow: visible !important;
    transition: none !important;
  }
}

header.collapse-title {
  font-size: inherit;
}
header.collapse-title p {
  font-size: 1rem;
}
@media (min-width: 768px) {
  header.collapse-title p {
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  header.collapse-title p.title {
    font-size: 1.25rem;
  }
}

header.collapse-title + .collapse-item:before {
  content: "";
  display: block;
  padding-top: 0.5rem;
}

.collapse-group {
  border-bottom: 1px solid #c1c1c1;
  margin-bottom: 2rem;
}

.link-collapse {
  display: inline-flex;
  align-items: baseline;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.link-collapse:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 6px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23707070%27 viewBox=%270 0 6 3%27%3E%3Cpath d=%27M3 0 6 3 0 3z%27/%3E%3C/svg%3E") no-repeat center center;
  background-size: contain;
}
.link-collapse.collapsed:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23ff0000%27 viewBox=%270 0 6 3%27%3E%3Cpath d=%27M3 3 6 0 0 0z%27/%3E%3C/svg%3E");
}

.collapse-show {
  display: block !important;
}

@media (min-width: 576px) {
  .collapse-sm-show {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .collapse-md-show {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .collapse-lg-show {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .collapse-xl-show {
    display: block !important;
  }
}
@media (min-width: 1600px) {
  .collapse-xxl-show {
    display: block !important;
  }
}
.collapse-drop-toggle {
  position: relative;
  margin-bottom: 9.6px;
}
.collapse-drop-toggle:not(.collapsed), .collapse-drop-toggle:not(.collapsed):hover {
  background: #212121;
  color: #fff;
}
.collapse-drop-toggle:not(.collapsed):after {
  content: "";
  position: absolute;
  top: calc(100% + 9.6px);
  left: 50%;
  width: 0;
  height: 0;
  border-left: 7.2px solid transparent;
  border-bottom: 7.2px solid #d5d5d5;
  border-right: 7.2px solid transparent;
  transform: translateX(-50%);
}

.collapse-drop.show, .collapse-drop.collapsing {
  position: relative;
  margin-top: 4.8px;
  border-top: 2px solid #d5d5d5;
}
.collapse-drop.show > form, .collapse-drop.collapsing > form {
  box-shadow: 0 0.5rem 1rem rgba(33, 33, 33, 0.175);
  border-bottom: 1px solid #d5d5d5;
}

.collapse-partial:not(.show) {
  display: block !important;
  position: relative;
  height: 7rem;
  overflow: hidden;
  margin-bottom: 1rem;
}

.collapse-partial > * {
  margin: 0;
}

.collapse-partial:not(.show):after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(0deg, white 0, rgba(255, 255, 255, 0.9) 15%, transparent);
}

.collapse-partial + button .icon {
  top: 0.2em;
}

.collapse-partial.show + button .icon {
  transform: rotate(180deg);
}

.collapse-container {
  border-top: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
  margin-bottom: 3rem;
}
.collapse-container .collapse-title {
  border-top: 0;
}
.collapse-container + .collapse-container {
  border-top: 0;
  margin-top: -3rem;
}

.collapse-partial-0:not(.show) {
  height: 0rem;
}

.collapse-partial-1:not(.show) {
  height: 2rem;
}

.collapse-partial-2:not(.show) {
  height: 4rem;
}

.collapse-partial-3:not(.show) {
  height: 6rem;
}

.collapse-partial-4:not(.show) {
  height: 8rem;
}

.collapse-partial-5:not(.show) {
  height: 10rem;
}

.collapse-partial-6:not(.show) {
  height: 12rem;
}

.collapse-partial-7:not(.show) {
  height: 14rem;
}

.collapse-partial-8:not(.show) {
  height: 16rem;
}

.collapse-partial-9:not(.show) {
  height: 18rem;
}

.drawer {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 100%;
  min-height: 5.5rem;
  overflow: hidden;
  flex-shrink: 0;
  background: #ff0000;
  transition: width 0.3s ease;
}
@media (max-width: 1199.98px) {
  .drawer.open {
    width: 50%;
  }
}
.drawer .drawer-link {
  display: block;
  position: relative;
  width: 20px;
  height: 100%;
  min-height: 5.5rem;
  line-height: 1.2;
  z-index: 5;
  color: #fff;
  transition: width 0.3s ease;
}
.drawer .drawer-link:hover {
  background: #b51f1f;
}
.drawer .drawer-link .text {
  position: absolute;
  white-space: nowrap;
  top: 50%;
  padding: 0 2.1em 0 1.1em;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 2px;
}
.drawer .drawer-link:focus-visible .text {
  text-decoration-thickness: 0.2em;
  text-underline-offset: 4px;
}
.drawer .drawer-toggle {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 100%;
  background: #ff0000;
  border: none;
  cursor: pointer;
  z-index: 10;
  color: #fff;
}
.drawer .drawer-toggle .icon {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 1.1rem;
  transform: translateY(-50%);
  transform-origin: 50% 50%;
}
.drawer .drawer-toggle:hover {
  background: #b51f1f;
}
.drawer .drawer-toggle:focus, .drawer .drawer-toggle:focus-visible {
  outline: 0 !important;
}
.drawer.open .drawer-toggle .icon {
  transform: rotate(180deg) translateY(50%);
}
.drawer:focus-within {
  outline: 2px solid #b51f1f;
  outline-offset: 2px;
}

.icon {
  display: inline-flex;
  align-self: center;
  position: relative;
  width: 1em;
  height: 1em;
  color: inherit;
  fill: currentColor;
  transition: transform 0.2s;
}
.icon svg {
  width: 1em;
  height: 1em;
}
.icon-right .icon {
  margin-left: 0.4em;
}
.icon-left .icon {
  margin-right: 0.4em;
}

.icon-rotate-90 {
  transform: rotate(90deg);
}

.feather {
  width: 1em;
  height: 1em;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.form-control, .selectize-control .selectize-input {
  border-color: #8e8e8e;
  height: auto;
  transition: color 0.3s, border-color 0.3s, box-shadow 0.3s;
}
.form-control:hover, .selectize-control .selectize-input:hover, .form-control.hover, .selectize-control .hover.selectize-input {
  border-color: #707070;
}
.form-control:focus, .selectize-control .selectize-input:focus, .form-control.focus, .selectize-control .focus.selectize-input, .form-control:focus-visible, .selectize-control .selectize-input:focus-visible {
  border-color: #212121 !important;
  box-shadow: none !important;
  outline: 2px solid #707070;
  outline-offset: 2px;
}
.form-control.is-invalid, .selectize-control .is-invalid.selectize-input {
  border-color: #ff0000 !important;
  font-weight: 700;
}
.form-control:disabled, .selectize-control .selectize-input:disabled, .form-control.disabled, .selectize-control .disabled.selectize-input {
  color: #707070;
  border-color: #d5d5d5 !important;
}
@media (max-width: 767.98px) {
  .form-control, .selectize-control .selectize-input {
    font-size: 16px;
  }
}

.nav-lang {
  display: flex;
  margin-right: 3rem;
}
.nav-lang.show .dropdown-toggle {
  border: 1px solid #8e8e8e;
}
.nav-lang .dropdown-toggle,
.nav-lang .dropdown-item {
  position: relative;
  padding: 0.6rem 2rem 0.6rem 0.7rem;
  font-size: 0.83rem;
  font-weight: bold;
  transition: background 0.2s ease;
}
@media (min-width: 576px) {
  .nav-lang .dropdown-toggle,
.nav-lang .dropdown-item {
    height: 2.625rem;
    padding-top: 0.6rem;
    padding-bottom: 0.7rem;
  }
}
@media (min-width: 768px) {
  .nav-lang .dropdown-toggle,
.nav-lang .dropdown-item {
    height: 2.875rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
.nav-lang .dropdown-toggle:before {
  content: " ";
  position: absolute;
  top: calc(50% - 0.35rem);
  right: 0.5rem;
  left: auto;
  width: 0;
  height: 0;
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.nav-lang .dropdown-toggle:after {
  position: absolute;
  right: 0.5rem;
  bottom: calc(50% - 0.45rem);
}
.nav-lang .dropdown-menu ul,
.nav-lang .dropdown-menu li,
.nav-lang .dropdown-menu a,
.nav-lang .dropdown-toggle {
  width: 5.8rem;
}
.nav-lang .dropdown-menu {
  padding: 0;
  background: none;
  border: 0;
  margin-top: 0;
  transform: translate3d(0px, 40px, 0px) !important;
}
.nav-lang .dropdown-menu li {
  padding-left: 0;
}
.nav-lang .dropdown-menu li:before {
  content: none;
}
.nav-lang .dropdown-menu a:not(.active) {
  background: white;
  border: 1px solid #8e8e8e;
}
.nav-lang .dropdown-menu a:not(.active):hover {
  background: #e6e6e6;
}
.nav-lang a.active {
  border: 1px solid #ff0000;
  color: #fff !important;
}
.nav-lang a.active .icon {
  color: #fff;
}
.nav-lang .icon {
  margin-right: 0.3rem;
  font-size: 1.1rem;
  color: #707070;
  transform: translateY(0.13rem);
  vertical-align: top;
}
.nav-lang .icon + span {
  display: inline-block;
  vertical-align: middle;
}
.nav-lang .dropdown-item {
  margin-top: -1px;
}
.nav-lang .dropdown-item:not(.active):active {
  color: #212121;
  border-color: black !important;
  z-index: 20;
}

.nav-lang-short ul {
  display: flex;
  flex-flow: row nowrap;
  list-style-type: none;
  margin-bottom: 0;
  padding: 0;
  font-size: 1rem;
}
.nav-lang-short ul li {
  position: relative;
  font-weight: bold;
}
.nav-lang-short ul li + li a {
  padding-left: 0.5rem;
}
.nav-lang-short ul li + li:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0.3rem;
  left: 0rem;
  width: 1px;
  height: 0.9rem;
  background: #d5d5d5;
}
.nav-lang-short ul li .active {
  color: #ff0000;
}
.nav-lang-short ul li a {
  color: #8e8e8e;
}
.nav-lang-short ul li a:hover {
  color: #212121;
}
.nav-lang-short ul li a,
.nav-lang-short ul li span {
  padding: 0.4rem;
  -webkit-text-decoration: none;
  text-decoration: none;
}

@media (max-width: 1199.98px) {
  .nav-lang {
    width: auto;
    margin: 0 1rem !important;
    transition: bottom 0.3s ease;
    z-index: 1140;
  }
  .nav-lang.nav-lang-short {
    margin: 0 0.25rem !important;
  }
  .nav-lang.nav-lang-short ul {
    display: flex;
    width: 100%;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-top: 0;
    font-size: 1rem;
  }
  .nav-lang.nav-lang-short ul li {
    flex-grow: 1;
    padding: 0;
  }
  .nav-lang.nav-lang-short ul li a, .nav-lang.nav-lang-short ul li span {
    display: block;
    padding: 0 0.4rem;
    line-height: 3rem;
    text-align: center;
  }
  .nav-lang.nav-lang-short ul li + li:before {
    top: 1.1rem;
  }
}
@media (max-width: 575.98px) {
  .nav-lang {
    margin: 0 0.5rem 0 0.75rem !important;
  }
  .nav-lang .dropdown-toggle,
.nav-lang .dropdown-item {
    width: auto;
    height: 2.5rem;
    padding: 0.5rem 1.5rem 0.5rem 0.625rem;
  }
  .nav-lang .icon {
    display: none;
  }
}
.nav-toggle-mobile {
  display: flex;
  flex-flow: row nowrap;
  align-items: baseline;
  margin: 0;
  padding: 0.8125rem 0.875rem;
  font-size: 1rem;
  font-weight: bold !important;
}
@media (min-width: 576px) {
  .nav-toggle-mobile {
    padding: 0.5rem 0.9375rem;
  }
}
@media (min-width: 768px) {
  .nav-toggle-mobile {
    padding: 0.625rem 0.9375rem;
  }
}
@media (max-width: 575.98px) {
  .nav-toggle-mobile .label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}
@media (min-width: 576px) {
  .nav-toggle-mobile .hamburger {
    margin-left: 0.4rem;
  }
}
.nav-toggle-mobile .hamburger span {
  display: block;
  width: 1rem;
  height: 2px;
  background: #212121;
  opacity: 1;
  transition: transform 0.3s, opacity 0.3s;
}
.nav-toggle-mobile .hamburger span + span {
  margin-top: 3px;
}

.mobile-menu-open .hamburger {
  position: relative;
}
.mobile-menu-open .hamburger span {
  background: #ff0000;
}
.mobile-menu-open .hamburger span:nth-child(1) {
  transform: rotate(45deg) translateY(0.17rem) translateX(0.28rem);
}
.mobile-menu-open .hamburger span:nth-child(2) {
  transform: rotate(-45deg) translateY(0.06rem) translateX(0.05rem);
}
.mobile-menu-open .hamburger span:nth-child(3) {
  opacity: 0;
}
.mobile-menu-open .header {
  overflow: hidden;
}

a {
  text-decoration-color: #ff0000;
  transition: text-decoration-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
a:hover, a:focus, a:active {
  text-decoration-color: #212121;
}
a:active {
  color: #ff0000;
}
a.text-muted {
  text-decoration-color: #707070;
}
a.text-muted:hover {
  color: #212121 !important;
  text-decoration-color: #212121;
}
.text-white a, a.text-white {
  text-decoration-color: currentcolor;
}
.text-white a:hover, .text-white a:focus, .text-white a:active, a.text-white:hover, a.text-white:focus, a.text-white:active {
  text-decoration-color: transparent;
}
.bg-primary a {
  color: #fff;
  text-decoration-color: currentcolor;
}
.bg-primary a:hover, .bg-primary a:focus, .bg-primary a:active {
  text-decoration-color: transparent;
}
.bg-secondary a {
  color: #212121;
  text-decoration-color: currentcolor;
}
.bg-secondary a:hover, .bg-secondary a:focus, .bg-secondary a:active {
  text-decoration-color: transparent;
}
.bg-success a {
  color: #212121;
  text-decoration-color: currentcolor;
}
.bg-success a:hover, .bg-success a:focus, .bg-success a:active {
  text-decoration-color: transparent;
}
.bg-info a {
  color: #fff;
  text-decoration-color: currentcolor;
}
.bg-info a:hover, .bg-info a:focus, .bg-info a:active {
  text-decoration-color: transparent;
}
.bg-warning a {
  color: #212121;
  text-decoration-color: currentcolor;
}
.bg-warning a:hover, .bg-warning a:focus, .bg-warning a:active {
  text-decoration-color: transparent;
}
.bg-danger a {
  color: #fff;
  text-decoration-color: currentcolor;
}
.bg-danger a:hover, .bg-danger a:focus, .bg-danger a:active {
  text-decoration-color: transparent;
}
.bg-light a {
  color: #212121;
  text-decoration-color: currentcolor;
}
.bg-light a:hover, .bg-light a:focus, .bg-light a:active {
  text-decoration-color: transparent;
}
.bg-dark a {
  color: #fff;
  text-decoration-color: currentcolor;
}
.bg-dark a:hover, .bg-dark a:focus, .bg-dark a:active {
  text-decoration-color: transparent;
}
.bg-tertiary a {
  color: #fff;
  text-decoration-color: currentcolor;
}
.bg-tertiary a:hover, .bg-tertiary a:focus, .bg-tertiary a:active {
  text-decoration-color: transparent;
}

a,
a:hover,
a:focus,
a:active,
a:visited {
  text-decoration-thickness: 0.08em;
  text-decoration-thickness: min(0.08em, 0.1rem);
  text-underline-offset: 0.14em;
}

a.text-primary:hover, a.text-primary:focus {
  text-decoration-color: #ff0000;
}

a.text-secondary:hover, a.text-secondary:focus {
  text-decoration-color: #fff;
}

a.text-success:hover, a.text-success:focus {
  text-decoration-color: #7ed321;
}

a.text-info:hover, a.text-info:focus {
  text-decoration-color: #4a90e2;
}

a.text-warning:hover, a.text-warning:focus {
  text-decoration-color: #f5a623;
}

a.text-danger:hover, a.text-danger:focus {
  text-decoration-color: #ff0000;
}

a.text-light:hover, a.text-light:focus {
  text-decoration-color: #e6e6e6;
}

a.text-dark:hover, a.text-dark:focus {
  text-decoration-color: #212121;
}

a.text-tertiary:hover, a.text-tertiary:focus {
  text-decoration-color: #007480;
}

/*
.link-pretty {
  @include link-pretty($red, $body-bg);

  @extend .focused;
}
*/
.nav-link.link-pretty {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-decoration-color: #ff0000;
  text-decoration-thickness: 0.08em;
  text-decoration-thickness: min(0.08em, 0.1rem);
  text-underline-offset: 0.14em;
}
.nav-link.link-pretty:hover, .nav-link.link-pretty:focus, .nav-link.link-pretty:active {
  text-decoration-color: #212121;
}

.bg-dark .link-pretty,
.bg-gray-600 .link-pretty {
  color: #fff;
}
.bg-dark .link-pretty:focus, .bg-dark .link-pretty:hover, .bg-dark .link-pretty:active,
.bg-gray-600 .link-pretty:focus,
.bg-gray-600 .link-pretty:hover,
.bg-gray-600 .link-pretty:active {
  text-decoration-color: #fff;
}

.link-icon {
  display: flex;
  justify-content: space-between;
}
.link-icon .icon {
  content: "";
  width: 16px;
  height: 16px;
  opacity: 0.5;
  transition: opacity 0.2s;
}
.link-icon:hover .icon,
.link-icon a:hover .link-icon .icon {
  opacity: 1;
}

ul {
  padding-left: 1rem;
  margin-left: 0;
}
ul > li {
  list-style-type: none;
  padding-left: 1rem;
  position: relative;
}
ul > li:before {
  content: "";
  position: absolute;
  top: 0.7rem;
  right: calc(100% - 0.5rem);
  width: 6px;
  height: 5px;
  background: #ff0000;
  font-size: 1.1rem;
  line-height: 0.8rem;
}
@media (max-width: 767.98px) {
  ul > li:before {
    top: 0.6rem;
  }
}
@media (max-width: 575.98px) {
  ul > li:before {
    top: 0.5rem;
  }
}
ul ul {
  padding-left: calc( 1rem / 2 );
}
ul ul > li:before {
  background: transparent;
  border: 1px solid #ff0000;
}
ul ul ul > li:before {
  background: #ff0000;
  border: none;
}
ul ol > li:before {
  font-weight: 400;
}

ol {
  counter-reset: item;
  padding-left: 1rem;
  margin-left: 0;
}
ol > li {
  list-style-type: none;
  padding-left: 1rem;
  position: relative;
}
ol > li:before {
  content: counter(item);
  counter-increment: item;
  position: absolute;
  top: 0.3rem;
  right: calc(100% - 0.5rem);
  font-size: 0.8rem;
  font-weight: 700;
  color: #ff0000;
}
@media (max-width: 767.98px) {
  ol > li:before {
    top: 0.2rem;
  }
}
@media (max-width: 575.98px) {
  ol > li:before {
    top: 0.1rem;
  }
}
ol ol {
  counter-reset: secondary-item;
  padding-left: calc( 1rem / 2 );
}
ol ol ol {
  counter-reset: third-item;
}
ol ol > li:before {
  content: counter(item) "." counter(secondary-item);
  counter-increment: secondary-item;
  font-weight: 400;
}
ol ol ol > li:before {
  content: counter(item) "." counter(secondary-item) "." counter(third-item);
  counter-increment: third-item;
}
ol ul > li:before {
  top: 0.7rem;
  background: transparent;
  border: 1px solid #ff0000;
}

.list-unstyled li,
.list-inline li,
.nav li,
nav li {
  padding-left: 0;
}
.list-unstyled li:before,
.list-inline li:before,
.nav li:before,
nav li:before {
  content: none;
}

.list-inline li {
  display: inline-block;
}
.list-inline li:not(:last-child) {
  margin-right: 0.5em;
}
.list-inline.has-sep li:not(:last-child):after {
  content: "|";
  position: relative;
  top: -1px;
  right: -0.125em;
  font-weight: 400;
  margin-left: 0.5em;
  color: #c1c1c1;
}

picture .img-fluid {
  width: 100%;
}

.custom-radio .custom-control-label:before {
  border: 1px solid #707070;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label:before {
  border-color: #ff0000;
}

.form-control-range {
  --range: calc(var(--max) - var(--min));
  --ratio: calc((var(--val) - var(--min)) / var(--range));
  --sx: calc(.5 * 1.5em + var(--ratio) * (100% - 1.5em));
}
.form-control-range::-moz-range-progress {
  background-color: #ff0000;
  height: 0.5rem;
  border-radius: 1rem;
}
.form-control-range::-webkit-slider-runnable-track {
  background: linear-gradient(#ff0000, #ff0000) 0/var(--sx) 100% no-repeat #c1c1c1;
}

.custom-select {
  border-color: #8e8e8e;
}

.ms-offscreen {
  clip: rect(0 0 0 0) !important;
  position: absolute !important;
  overflow: hidden !important;
  top: auto !important;
  left: auto !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  outline: 0 !important;
}

.ms-parent {
  display: block;
  position: relative;
}

.ms-choice {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  overflow: hidden;
  white-space: nowrap;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 4 5%27%3E%3Cpath fill=%27%23212121%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #8e8e8e;
  border-radius: 2px;
  text-align: left;
  -webkit-text-decoration: none;
  text-decoration: none;
  line-height: 1.5;
  color: #212121;
}
.ms-choice:focus {
  border-color: #212121;
  box-shadow: inset 0 1px 2px rgba(33, 33, 33, 0.075), 0 0 5px rgba(33, 33, 33, 0.5);
  outline: none;
}
.ms-choice.disabled {
  background-color: #d5d5d5;
  background-image: none;
  border: 1px solid #8e8e8e;
  cursor: default;
}
.ms-choice > span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ms-choice > span.placeholder {
  font-size: 1rem;
  color: #707070;
}
.ms-choice > div {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 25px;
}

.ms-drop {
  display: none;
  position: absolute;
  width: 100%;
  min-width: 10rem;
  overflow: hidden;
  margin-top: -1px;
  padding: 0.5rem 0;
  z-index: 1000;
  background: #fff;
  border: 1px solid rgba(33, 33, 33, 0.15);
  color: #212121;
  box-shadow: 0 0.5rem 1rem rgba(33, 33, 33, 0.175);
}
.ms-drop.bottom {
  top: 100%;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.ms-drop.top {
  bottom: 100%;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.ms-drop ul {
  overflow: auto;
  margin: 0;
  padding: 0;
}
.ms-drop ul > li {
  list-style: none;
  background-image: none;
  padding-left: 0;
}
.ms-drop ul > li:before {
  content: none;
}
.ms-drop ul > li .disabled {
  color: #707070;
}
.ms-drop ul > li.multiple {
  display: block;
  float: left;
}
.ms-drop ul > li.group {
  clear: both;
}
.ms-drop ul > li.option-divider {
  padding: 0;
  border-top: 1px solid #c1c1c1;
}
.ms-drop label {
  display: block;
  margin-bottom: 0;
  padding: 0.25rem 1.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ms-drop label:hover {
  background-color: #e6e6e6;
  color: #141414;
}
.ms-drop label.optgroup {
  font-weight: 700;
}
.ms-drop input[type=checkbox] {
  vertical-align: middle;
  margin-right: 0.5em;
  margin-bottom: 0.25em;
}
.ms-drop .ms-no-results {
  display: none;
}

hr {
  border-color: #e6e6e6;
  width: 100%;
}
hr.bold {
  border-top-width: 3px;
}
hr.darker {
  border-color: #d5d5d5;
}

.social-icon {
  display: inline-block;
  padding: 0.7rem;
  background: #e6e6e6;
  border-radius: 0.17rem;
  line-height: 0;
}
.social-icon .icon {
  top: 0;
  font-size: 24px;
  color: #fff;
}

.social-icon-details {
  min-height: 2.6em;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
  vertical-align: bottom;
}
.social-icon-details:hover {
  background: #707070;
  color: white;
}
.social-icon-details .user {
  position: relative;
  top: 2px;
  line-height: 24px;
  vertical-align: bottom;
}
.social-icon-details .icon + .user {
  margin-left: 0.25em;
  top: -1px;
  line-height: 1em;
}

a.social-icon {
  margin-bottom: 0.3rem;
  transition: transform 0.2s ease, background-color 0.2s ease, background-image 0.2s ease;
}
a.social-icon:hover, a.social-icon:focus {
  transform: translateY(-0.2rem);
  box-shadow: 0;
}

.social-icon-facebook {
  background-color: #3b5998;
}

.social-icon-twitter {
  background-color: #1da1f2;
}

.social-icon-x {
  background-color: #000000;
}

.social-icon-whatsapp {
  background-color: #25d366;
}

.social-icon-mail-plane {
  background-color: #4a90e2;
}

.social-icon-googleplus {
  background-color: #db4437;
}

.social-icon-linkedin {
  background-color: #007bb5;
}

.social-icon-mastodon {
  background-color: #6364ff;
}

.social-icon-bluesky {
  background-color: #1185fe;
}

.social-icon-tiktok {
  background-color: #000000;
}

.social-icon-tiktok svg {
  transform: scale(1.3);
}

.social-icon-youtube {
  background-color: #ff0000;
}

.social-icon-youtube svg {
  transform: scale(1.3);
}

.social-github {
  background-color: #000000;
}

.social-gitlab {
  background-color: #A989F5;
}

.social-icon-round.social-icon-instagram, .social-icon-instagram {
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}

.social-icon-round {
  border-radius: 100% !important;
  padding: 0.8rem;
}
.social-icon-round:before {
  border-radius: 100% !important;
}
.social-icon-negative {
  padding: 0.5rem;
  background: transparent;
  transition: background 0.2s;
}
.social-icon-negative .icon {
  font-size: 1.5rem;
  color: #212121;
  transition: fill 0.2s;
}
.social-icon-negative:hover {
  background: #ff0000 !important;
}
.social-icon-negative:hover .icon {
  color: #fff !important;
}

.social-icon-discrete .icon {
  transition: fill 0.2s ease;
}
.social-icon-discrete:not(:hover) {
  background: #e6e6e6;
}
.social-icon-discrete:not(:hover) .icon {
  color: #707070;
}

.social-icon-list {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin: 0;
}
.social-icon-list li {
  margin-bottom: 0.25rem;
}
.social-icon-list li .social-icon {
  margin: 0;
}
.social-icon-list li:not(:last-child) {
  margin-right: 0.25rem;
}
@media (min-width: 992px) {
  .social-icon-list li {
    margin-bottom: 0;
  }
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label:after {
  top: calc(0.25rem + 1px);
  left: calc(-2.25rem + 2px);
}
@media (min-width: 576px) {
  .custom-switch .custom-control-label:after {
    top: calc(0.25rem + 2px);
  }
}
@media (min-width: 992px) {
  .custom-switch .custom-control-label:after {
    top: calc(0.25rem + 3px);
  }
}
.custom-switch .custom-control-label:before {
  top: 3px;
  left: -2.25rem;
}
@media (min-width: 576px) {
  .custom-switch .custom-control-label:before {
    top: 4px;
  }
}
@media (min-width: 992px) {
  .custom-switch .custom-control-label:before {
    top: 5px;
  }
}

.upload {
  padding: 1rem 0.85rem;
  border: 1px solid #c1c1c1;
}
.upload ul {
  margin-left: 0.3rem;
}

.upload-input {
  position: absolute;
  overflow: hidden;
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  z-index: -1;
}
.upload-input:focus + label.btn, .upload-input:focus-visible + label.btn {
  outline: 2px solid;
  outline-offset: 2px;
}
.upload-input:focus + label.btn-primary, .upload-input:focus-visible + label.btn-primary {
  outline-color: #b51f1f;
}
.upload-input:focus + label.btn-secondary, .upload-input:focus-visible + label.btn-secondary {
  outline-color: #707070;
}

.dropdown-item {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.dropdown-item.active {
  background: #ff0000;
  color: #fff !important;
}
.dropdown-item .icon {
  margin-right: 0.25rem;
  vertical-align: middle;
}
.dropdown-item .icon + * {
  vertical-align: middle;
}

li.dropdown-item:before {
  content: none;
}

.dropdown .dropdown-toggle:after {
  transition: all 0.3s ease-in-out;
}
.dropdown.show .dropdown-toggle:after {
  transform: rotate(180deg);
}

.nav-toggle {
  display: none;
  position: relative;
  top: 1px;
  z-index: 1120;
  margin-right: 10.6666666667px;
  padding: 0.25rem 0.5rem;
}
.nav-toggle:hover {
  cursor: pointer;
}
.nav-toggle .loader {
  display: none;
  margin-right: 0.2rem;
}
.nav-toggle.is-loading .loader {
  display: inline-block;
}
.nav-toggle.is-loading .icon {
  display: none !important;
}
.nav-toggle .icon {
  margin-right: 0.2rem;
  font-size: 0.7rem;
}
.nav-toggle .icon:first-of-type {
  display: block;
}
.nav-toggle .icon:last-of-type {
  display: none;
}
@media (min-width: 1200px) {
  .nav-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .bg-gray-100 .nav-toggle:after {
    background: #e6e6e6;
  }
}

.desktop-menu-open .nav-toggle .icon:first-of-type {
  display: none;
}
.desktop-menu-open .nav-toggle .icon:last-of-type {
  display: block;
}

.popover {
  border-bottom-color: #212121;
}
@media (max-width: 767.98px) {
  .popover {
    width: 296px;
    max-width: 90vw;
  }
}
.popover:after, .popover:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 10px;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent #fff transparent transparent;
}
.popover:before {
  border-width: 0 11px 11px 0;
  border-right-color: #d5d5d5;
}
.popover:after {
  box-shadow: 1px 0 0 0 #212121;
}

.bs-popover-bottom:after, .bs-popover-auto[x-placement^=bottom]:after, .bs-popover-bottom:before, .bs-popover-auto[x-placement^=bottom]:before {
  top: auto;
  bottom: 100%;
  border-width: 10px 10px 0 0;
  border-color: transparent #fff transparent transparent;
}
.bs-popover-bottom:before, .bs-popover-auto[x-placement^=bottom]:before {
  border-width: 11px 11px 0 0;
  border-right-color: #d5d5d5;
}

.btn-circle[data-toggle=popover] .icon:last-child {
  display: none;
}
.btn-circle[data-toggle=popover][aria-describedby] {
  color: #ff0000;
}
.btn-circle[data-toggle=popover][aria-describedby] .icon:first-child {
  display: none;
}
.btn-circle[data-toggle=popover][aria-describedby] .icon:last-child {
  display: inline-block;
}
.btn-circle[data-toggle=popover][aria-describedby]:hover {
  color: #e60000;
}

.trapeze-vertical-container {
  display: block;
  position: relative;
  z-index: 1;
  transition: margin 0.2s, padding 0.2s;
}
.trapeze-vertical-container:hover, .trapeze-vertical-container:focus {
  padding-left: 0.5rem;
  margin-right: -0.5rem;
}
.trapeze-vertical-container:hover .trapeze-vertical, .trapeze-vertical-container:focus .trapeze-vertical {
  border-right-width: 0.5rem;
}

.trapeze-vertical {
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  margin-right: -0.5rem;
  border-right: 0 solid #d5d5d5;
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  transition: border 0.2s;
}

.trapeze-horizontal-container {
  display: block;
  position: relative;
  z-index: 1;
  transition: margin 0.2s, padding 0.2s;
}
.trapeze-horizontal-container:hover, .trapeze-horizontal-container:focus {
  margin-top: -0.5rem !important;
  padding-bottom: 0.5rem;
}
.trapeze-horizontal-container:hover .trapeze-horizontal, .trapeze-horizontal-container:focus .trapeze-horizontal {
  border-top-width: 0.5rem;
}

.trapeze-horizontal {
  display: block;
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  margin-top: -0.5rem;
  border-top: 0 solid #d5d5d5;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  transition: border 0.2s;
}

.link-trapeze-vertical {
  position: relative;
  z-index: 0;
  transition: transform 0.2s;
}
.link-trapeze-vertical:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  border: 0.5rem solid transparent;
  transition: border 0.2s;
}
.link-trapeze-vertical:before {
  top: 0;
  right: 100%;
  width: 0;
  height: 100%;
  border-right-width: 0;
  border-right-color: #d5d5d5;
  border-left-width: 0;
}
.link-trapeze-vertical:hover, .link-trapeze-vertical:focus {
  transform: translateX(0.5rem);
}
.link-trapeze-vertical:hover:before, .link-trapeze-vertical:focus:before {
  border-right-width: 0.5rem;
}

.link-trapeze-horizontal {
  position: relative;
  z-index: 0;
  transition: transform 0.2s;
}
.link-trapeze-horizontal:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  border: 0.5rem solid transparent;
  transition: border 0.2s;
}
.link-trapeze-horizontal:before {
  top: 100%;
  left: 0;
  width: 100%;
  height: 0;
  border-bottom-width: 0;
  border-top-width: 0;
  border-top-color: #d5d5d5;
}
.link-trapeze-horizontal:hover, .link-trapeze-horizontal:focus {
  transform: translateY(-0.5rem);
}
.link-trapeze-horizontal:hover:before, .link-trapeze-horizontal:focus:before {
  border-top-width: 0.5rem;
}

.definition-list {
  margin: 1rem 0;
  padding-top: 1rem;
  border-top: 2px solid #e6e6e6;
  border-bottom: 2px solid #e6e6e6;
}
.definition-list dd {
  margin-bottom: 1rem;
}

.definition-list-grid {
  display: grid;
  grid-template-columns: minmax(min-content, 100px) 1fr;
  grid-auto-rows: auto;
  border: none;
}
.definition-list-grid dt {
  grid-column: 1;
  font-weight: 400;
  color: #707070;
  padding-right: 16px;
}
.definition-list-grid dt:last-of-type {
  border-bottom: none;
}
.definition-list-grid dt.definition-list-item-full {
  padding-bottom: 0;
  border-bottom: none;
}
.definition-list-grid dd {
  grid-column: 2;
}
.definition-list-grid dd:last-of-type {
  border-bottom: none;
}
.definition-list-grid dt,
.definition-list-grid dd {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #d5d5d5;
}
.definition-list-grid dt:first-of-type,
.definition-list-grid dd:first-of-type {
  padding-top: 16px;
  border-top: 1px solid #d5d5d5;
}
.definition-list-grid .definition-list-item-full {
  grid-column: 1/span 2;
}

figure picture {
  display: block;
  margin-bottom: 0.5rem;
}

figcaption {
  font-size: 0.778rem;
  color: #707070;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.loader {
  display: inline-block;
  width: 0.9rem;
  height: 0.9rem;
  border: 3px solid #d5d5d5;
  border-right-color: #707070;
  border-radius: 100%;
  animation: rotation 1s linear infinite;
}

.user-dropdown .btn {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  border: 0;
}
.user-dropdown .btn .user-avatar {
  --avatar-size: 2.5rem;
  flex-basis: 2.5rem;
  flex-basis: var(--avatar-size);
  width: 2.5rem;
  width: var(--avatar-size);
  -o-object-fit: cover;
     object-fit: cover;
  height: 2.5rem;
  height: var(--avatar-size);
}
@media (min-width: 576px) {
  .user-dropdown .btn .user-avatar {
    --avatar-size: 2.625rem;
  }
}
@media (min-width: 768px) {
  .user-dropdown .btn .user-avatar {
    --avatar-size: 2.875rem;
  }
}
.user-dropdown .btn p {
  margin: 0 0.5rem 0 1rem;
}

.header .nav-user {
  margin-left: auto;
}
.header .nav-user + .nav-lang {
  margin-left: 0 !important;
}

.nav-user.user-login {
  position: relative;
  padding-left: 1.5rem;
}
.nav-user.user-login .icon {
  position: absolute;
  top: 4px;
  left: 0;
  margin-right: 0.25rem;
}

@media (max-width: 1199.98px) {
  .header .nav-user {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media (max-width: 767.98px) {
  .header .nav-user-login {
    padding: 0;
  }
  .header .nav-user-login .user-login-link {
    padding: 0.5em;
  }
  .header .nav-user-login .label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .header .nav-user-login .icon {
    position: static;
    width: 1.25rem;
    height: 1.25rem;
    margin: 0;
  }
  .header .nav-user {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .header .nav-user + .nav-lang-short > ul {
    padding-left: 0 !important;
  }
  .header .nav-user .btn {
    padding: 0.375rem;
  }
  .header .nav-user:not(.show) .btn {
    border-radius: 50%;
  }
  .header .nav-user:not(.show) .btn:after {
    content: none;
  }
  .header .nav-user:not(.show) .user-name {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .header .nav-user.show {
    position: fixed;
    top: 0.625rem;
    right: 0.75rem;
    left: 0.75rem;
    margin: 0;
    background: white;
    z-index: 1199;
  }
  .header .nav-user.show .btn {
    width: 100%;
    padding-left: 0.68rem;
    padding-right: 0.68rem;
    border: 2px solid #707070;
    border-bottom: 0;
    border-radius: 2px 2px 0 0;
  }
  .header .nav-user.show .btn:after {
    margin-left: auto;
  }
  .header .nav-user.show .dropdown-menu {
    top: -2px !important;
    left: 0 !important;
    width: 100%;
    border: 2px solid #707070;
    border-top: 0;
    border-radius: 0 0 2px 2px;
  }
}
.search {
  flex: 0 0 auto;
}
.search .dropdown-toggle {
  padding: 1rem;
}
.search .dropdown-toggle:after {
  display: none;
}
.search .search-form {
  display: flex;
  border: none;
  flex-direction: row;
  flex-wrap: nowrap;
}
.search input[type=text] {
  width: 12rem;
  box-shadow: none !important;
}

.search-mobile-toggle .icon {
  width: 16px;
  height: 16px;
}

.search-mobile {
  display: none;
}
@media (max-width: 1599.98px) {
  .search-mobile {
    display: flex;
    flex-flow: row nowrap;
    position: absolute;
    top: -3rem;
    right: 0;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 3rem;
    background: #212121;
    transition: bottom 0.3s;
    z-index: 1139;
  }
  .search-mobile .form-control, .search-mobile .selectize-control .selectize-input, .selectize-control .search-mobile .selectize-input {
    padding: 0 0 0 0.4rem;
    background: #212121;
    border: 0;
    color: #fff;
    box-shadow: none !important;
    border-radius: 0;
  }
  .search-mobile .form-control::-moz-placeholder, .search-mobile .selectize-control .selectize-input::-moz-placeholder, .selectize-control .search-mobile .selectize-input::-moz-placeholder {
    color: #c1c1c1;
  }
  .search-mobile .form-control::placeholder, .search-mobile .selectize-control .selectize-input::placeholder, .selectize-control .search-mobile .selectize-input::placeholder {
    color: #c1c1c1;
  }
  .search-mobile .input-group-text {
    background: #212121;
    border-radius: 0;
    border: 0;
  }
  .search-mobile .icon {
    color: #c1c1c1;
  }
  .search-mobile .searchform-controller .icon {
    display: block;
    transition: color 0.2s ease-in-out;
  }
  .search-mobile .search-mobile-close {
    align-items: center;
    display: flex;
    margin: 0 0.9rem;
  }
  .search-mobile .search-mobile-close:hover .icon {
    color: #fff;
  }
}

.access-nav {
  position: absolute;
  top: -1000px;
}
.access-nav ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.access-nav li a {
  display: block;
  position: fixed;
  top: 0;
  left: 25px;
  z-index: 3003;
  transform: translateY(-100%);
  transition: opacity 0.2s, transform 0.2s;
  opacity: 0;
}
.access-nav li a:focus {
  top: 25px;
  transform: translateY(0%);
  opacity: 1;
}

.avatar-teaser {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.avatar-teaser-body {
  flex: 1 1 auto;
  padding: 0.5rem 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  font-size: 0.83rem;
  color: #707070;
}
.avatar-teaser-body > * {
  margin: 0;
}

.bg-gray-100 .avatar-teaser-body {
  border-color: #d5d5d5;
  color: #212121;
}

.avatar-teaser-img {
  flex: 0 0 50px;
  width: 50px;
  margin-right: 0.6rem;
  border-radius: 50%;
}
.avatar-teaser-img img {
  max-width: 100%;
  border-radius: 50%;
}
.avatar-teaser-img + .avatar-teaser-img,
.avatar-teaser-img + .avatar-teaser-img-placeholder {
  margin-left: -2.25rem;
}
@media (min-width: 576px) {
  .avatar-teaser-img + .avatar-teaser-img,
.avatar-teaser-img + .avatar-teaser-img-placeholder {
    margin-left: -1.2rem;
  }
}

.avatar-teaser-img-placeholder {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  width: 50px;
  height: 50px;
  margin-right: 0.6rem;
  background-color: #d5d5d5;
  border-radius: 50%;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-weight: 700;
  transition: background-color 0.2s;
}

a.avatar-teaser-img-placeholder:hover:before {
  background-color: #e6e6e6;
}

a.avatar-teaser-img,
a.avatar-teaser-img-placeholder {
  position: relative;
  z-index: 0;
  -webkit-text-decoration: none;
  text-decoration: none;
}
a.avatar-teaser-img:before,
a.avatar-teaser-img-placeholder:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: -3px;
  right: -3px;
  bottom: -3px;
  left: -3px;
  border: 1px solid #ff0000;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0;
  transform: scale(0.8);
  transition: background-color 0.2s, opacity 0.2s, transform 0.2s;
}
a.avatar-teaser-img:hover:before, a.avatar-teaser-img:focus:before,
a.avatar-teaser-img-placeholder:hover:before,
a.avatar-teaser-img-placeholder:focus:before {
  opacity: 1;
  transform: scale(1);
}

.card {
  border-color: #e6e6e6;
  border-radius: 0;
  flex: 1 1 0%;
  max-width: 100%;
  margin-bottom: 32px;
}
.bg-gray-100 .card {
  border-color: #c1c1c1;
}

.card-sm {
  margin-bottom: 16px;
}

.card-gray {
  border-color: #d5d5d5;
}
.card-gray .card-footer,
.card-gray .card-body {
  background: #e6e6e6;
  transition: transform 0.2s, background 0.2s;
}

a.card-gray:hover .card-body {
  background: #fff;
}

.card-body .card-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  font-size: 0.83rem;
  color: #707070;
}
.card-body + .card-footer {
  padding-top: 0;
}
.card-body .card-info + p {
  margin-top: 0.5em;
}
.card-body p:last-of-type {
  margin-bottom: 0;
}
.card-body .card-img-top + .card-title {
  margin-top: 0.9rem;
}
.card-img-top + .card-body {
  border-top: none !important;
}
.card-sm .card-body, .card-body.card-sm {
  padding: 0.675rem;
}

.card-header {
  border-color: rgba(33, 33, 33, 0.1);
}

.card-footer {
  padding-bottom: 1.35rem;
  border: 0;
}

.card-distinction .card-body {
  position: relative;
  border-top: 1px solid #ff0000 !important;
  padding-top: 1.8rem;
}
.card-distinction .card-body:before {
  content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23ff0000%27 viewBox=%270 0 20 30%27%3E%3Cpath d=%27M0 0h20v30L10 19 0 30z%27/%3E%3C/svg%3E");
  display: inline-block;
  position: absolute;
  top: 0;
  left: 1.35rem;
  width: 20px;
  height: 30px;
}

.card-info {
  font-size: 0.83rem;
  margin-bottom: 1rem;
  color: #707070;
}
.card-info:last-of-type {
  margin-bottom: 0;
}
.card-info > :not(:last-of-type):after {
  content: " ›";
  margin: 0 0.25em 0 0.15em;
}
.card-info .card-info-date:not(:last-child):after {
  content: " –";
}
.card-info .event-info:after,
.card-info .event-info-date:after,
.card-info .card-info-date.event-date:after {
  content: none;
}
.card-info .event-info-date .event-date,
.card-info .event-info-date .event-time,
.card-info .event-info-date .icon {
  display: inline-block;
  vertical-align: middle;
}
.card-info .event-info-date .icon {
  width: 18px;
  height: 18px;
  color: #707070;
}
.card-info .event-info-date .icon:not(:first-child) {
  margin-left: 0.5em;
}
.card-info .event-info > span {
  display: block;
}
.card-info a {
  display: inline-block;
  color: #ff0000;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.card-info a.btn:hover, .card-info a.btn.hover {
  background-image: none;
  text-shadow: none;
}
.card-info a.btn-primary {
  color: #fff !important;
}
.card-info a.btn-secondary {
  color: #212121 !important;
}
.card-info p {
  color: #212121;
}
p + .card-info {
  margin-top: 1rem;
}

.card-info-bordered {
  padding: 0.75rem 0;
  border-top: 1px solid rgba(33, 33, 33, 0.1);
  border-bottom: 1px solid rgba(33, 33, 33, 0.1);
}

.card-info-border-sm {
  padding: 0.25rem 0;
}

a.card-img-top {
  position: relative;
}
.card-body a.card-img-top {
  display: block;
}
a.card-img-top:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 0 6px #ff0000;
  opacity: 0;
  transition: opacity 0.2s;
}
a.card-img-top:hover:before {
  opacity: 0.6;
}

a.card {
  -webkit-text-decoration: none;
  text-decoration: none;
}
a.card .card-title {
  transition: 0.4s ease;
}
a.card:hover {
  color: #212121;
  border-color: #212121;
}
a.card:hover .card-title {
  color: #ff0000;
}
a.card.link-trapeze-horizontal:before {
  top: calc(100% + 1px);
  right: -1px;
  left: -1px;
  width: auto;
}

.card-img-overlay {
  right: auto;
  max-width: 400px;
}
.card-img-overlay .card-title {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .card-img-overlay .card-title,
.card-img-overlay .h4 {
    font-size: 1.152rem;
  }
}

.card-grayscale:hover .card-img-top img {
  filter: grayscale(0%);
}
.card-grayscale:hover .card-body {
  opacity: 1;
}
.card-grayscale .card-img-top img {
  transition: filter 0.2s;
  filter: grayscale(100%);
}
.card-grayscale .card-body {
  opacity: 0.75;
  transition: opacity 0.3s, background 0.3s, border 0.3s !important;
}

.carousel {
  overflow: hidden;
}

.carousel-control {
  padding: 0 2rem;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 2rem;
  transition: all 0.3s ease-in-out;
}
.carousel-control .icon {
  width: 1.5em;
  height: 1.5em;
  padding: 0.5rem;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  color: #000;
  transition: all 0.2s;
}
.carousel-control:hover {
  opacity: 1;
  padding-left: 1rem;
  padding-right: 1rem;
}
.carousel-control:hover .icon {
  background: rgba(255, 255, 255, 0.8);
}

.carousel-control-prev {
  justify-content: flex-start;
}
.carousel-control-prev .icon {
  padding-right: 0.625rem;
  padding-left: 0.375rem;
}

.carousel-control-next {
  justify-content: flex-end;
}
.carousel-control-next .icon {
  padding-right: 0.375rem;
  padding-left: 0.625rem;
}

.carousel-indicators {
  bottom: 0;
  margin: 0;
  padding: 0 15% 1rem;
}
.carousel-indicators:before {
  content: "";
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  height: 6rem;
  opacity: 0.3;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.carousel-indicators li {
  border-top: inherit;
  border-bottom: inherit;
  border-radius: 50%;
  cursor: pointer;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  padding: 0;
}
.carousel-indicators li:before {
  content: none;
}

@media (max-width: 1199.98px) {
  .carousel-control {
    display: none;
  }
  .carousel-indicators {
    position: static;
    padding: 1.5rem 15% 0;
  }
  .carousel-indicators:before {
    display: none;
  }
  .carousel-indicators li {
    width: 14px;
    height: 14px;
    background: #d5d5d5;
  }
  .carousel-indicators li.active {
    background: #ff0000;
  }
  .carousel-highlighted-news .carousel-indicators {
    padding-top: 0.5rem;
  }
}
.datepicker {
  display: none;
}

.datepicker-wrapper .picker__holder {
  padding: 0.5rem 0;
  background: #fff;
  border: 1px solid #e6e6e6;
}

.datepicker-wrapper .picker__header {
  margin-bottom: 1.4em;
}
@media (max-width: 767.98px) {
  .datepicker-wrapper .picker__header {
    text-align: left;
  }
}

.datepicker-wrapper .picker__month {
  font-weight: 700;
}

.datepicker-wrapper .picker__year {
  font-style: normal;
}

.datepicker-wrapper .picker__nav--next,
.datepicker-wrapper .picker__nav--prev {
  right: 0;
  width: 2.4rem;
  height: 2.4rem;
  padding: 0;
  border: 1px solid #e6e6e6;
  border-radius: 100%;
  text-align: center;
  transition: border 0.2s;
}
.datepicker-wrapper .picker__nav--next:hover, .datepicker-wrapper .picker__nav--next:focus,
.datepicker-wrapper .picker__nav--prev:hover,
.datepicker-wrapper .picker__nav--prev:focus {
  background: transparent;
  border: 1px solid #707070;
}

.datepicker-wrapper .picker__nav--prev {
  right: auto;
  left: 0;
}
@media (max-width: 767.98px) {
  .datepicker-wrapper .picker__nav--prev {
    right: 3rem;
    left: auto;
  }
}

.datepicker-wrapper .picker__nav--next:before,
.datepicker-wrapper .picker__nav--prev:before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 0.95rem;
  right: 0.1rem;
  width: 0.5rem;
  height: 0.5rem;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #212121 #212121 transparent transparent;
  transform: rotate(45deg);
  vertical-align: top;
}

.datepicker-wrapper .picker__nav--prev:before {
  right: auto;
  left: 0.1rem;
  transform: rotate(-135deg);
}

.datepicker-wrapper .picker__day {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 2.4rem;
  height: 2.4rem;
  padding: 0 !important;
  background: transparent !important;
  line-height: 1.65rem;
  border-radius: 100%;
}
.datepicker-wrapper .picker__day:hover, .datepicker-wrapper .picker__day:focus {
  border: 1px solid #d5d5d5;
}
.datepicker-wrapper .picker__day.picker__day--today {
  border-color: #ff0000;
}
.datepicker-wrapper .picker__day.picker__day--today:before {
  content: none;
}
.datepicker-wrapper .picker__day.picker__day--highlighted {
  border-color: #d5d5d5 !important;
  font-weight: normal;
  color: #212121;
}
.datepicker-wrapper .picker__day.picker__day--selected {
  background: #ff0000 !important;
  border-color: #ff0000 !important;
  color: #fff;
}

.datepicker-fancy {
  display: none;
}
.datepicker-fancy + .picker .picker__holder {
  background: none;
}
@media (max-width: 767.98px) {
  .datepicker-fancy + .picker .picker__holder {
    overflow: hidden;
    padding: 1.1rem 0 0.9rem;
    border-left: 0;
    border-right: 0;
  }
  .datepicker-fancy + .picker .picker__holder table {
    display: block;
    position: relative;
    min-height: 3rem;
  }
  .datepicker-fancy + .picker .picker__holder table tbody[data-week="1"] {
    left: calc(-100% * 0);
  }
  .datepicker-fancy + .picker .picker__holder table tbody[data-week="2"] {
    left: calc(-100% * 1);
  }
  .datepicker-fancy + .picker .picker__holder table tbody[data-week="3"] {
    left: calc(-100% * 2);
  }
  .datepicker-fancy + .picker .picker__holder table tbody[data-week="4"] {
    left: calc(-100% * 3);
  }
  .datepicker-fancy + .picker .picker__holder table tbody[data-week="5"] {
    left: calc(-100% * 4);
  }
  .datepicker-fancy + .picker .picker__holder table tbody[data-week="6"] {
    left: calc(-100% * 5);
  }
  .datepicker-fancy + .picker .picker__holder table tbody {
    position: absolute;
    top: 1.3;
    left: 0;
  }
  .datepicker-fancy + .picker .picker__holder table tbody,
.datepicker-fancy + .picker .picker__holder table thead {
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
  }
  .datepicker-fancy + .picker .picker__holder table tbody tr,
.datepicker-fancy + .picker .picker__holder table thead tr {
    display: flex;
    flex: 0 0 100%;
  }
  .datepicker-fancy + .picker .picker__holder table tbody tr td,
.datepicker-fancy + .picker .picker__holder table tbody tr th,
.datepicker-fancy + .picker .picker__holder table thead tr td,
.datepicker-fancy + .picker .picker__holder table thead tr th {
    display: block;
    flex: 1 1 auto;
    padding-bottom: 0.2rem;
  }
}
@media (min-width: 768px) {
  .datepicker-fancy + .picker .picker__holder {
    padding: 3.5rem 0 4rem !important;
  }
  .datepicker-fancy + .picker .picker__holder .picker__header {
    position: static;
    position: initial;
  }
  .datepicker-fancy + .picker .picker__holder .picker__box {
    position: relative;
  }
  .datepicker-fancy + .picker .picker__holder .picker__nav--prev,
.datepicker-fancy + .picker .picker__holder .picker__nav--next {
    top: 50%;
    width: 3.8rem;
    height: 3.8rem;
    background: #fff;
    transition: box-shadow 0.2s;
    z-index: 10;
  }
  .datepicker-fancy + .picker .picker__holder .picker__nav--prev:before,
.datepicker-fancy + .picker .picker__holder .picker__nav--next:before {
    top: 1.64rem;
    left: 0;
    border-color: #ff0000 #ff0000 transparent transparent;
    transition: border-width 0.2s;
  }
  .datepicker-fancy + .picker .picker__holder .picker__nav--prev:hover,
.datepicker-fancy + .picker .picker__holder .picker__nav--next:hover {
    box-shadow: 0 0 20px 1px rgba(33, 33, 33, 0.25);
    border: 1px solid #e6e6e6;
  }
  .datepicker-fancy + .picker .picker__holder .picker__nav--prev:hover:before,
.datepicker-fancy + .picker .picker__holder .picker__nav--next:hover:before {
    border-color: #b51f1f #b51f1f transparent transparent;
    border-width: 3px 3px 0 0;
  }
  .datepicker-fancy + .picker .picker__holder .picker__nav--prev {
    left: calc(50% - 500px / 2 - 4.3rem);
  }
  .datepicker-fancy + .picker .picker__holder .picker__nav--next {
    right: calc(50% - 500px / 2 - 4.3rem);
  }
  .datepicker-fancy + .picker .picker__holder .picker__table {
    max-width: 500px;
    margin: auto;
  }
  .datepicker-fancy + .picker .picker__holder .picker__day {
    width: 2.7rem;
    height: 2.7rem;
    padding: 0.4325em 0;
    line-height: 1.6rem;
    transition: border 0.2s;
    margin-bottom: 0.2rem;
  }
  .datepicker-fancy + .picker .picker__holder .picker__weekday {
    padding-bottom: 1.1em;
  }
}
.datepicker-fancy + .picker .picker__holder .picker__day--highlighted {
  font-weight: bold;
  color: #ff0000;
  border-color: transparent;
}
.datepicker-fancy + .picker .picker__holder .picker__day--highlighted.picker__day--selected {
  color: #fff;
}
.datepicker-fancy + .picker .picker__holder .picker__day--today {
  border-color: #ff0000;
}
.datepicker-fancy + .picker .picker__holder .nextMonthLabel,
.datepicker-fancy + .picker .picker__holder .prevMonthLabel {
  position: absolute;
  top: 6.8rem;
  font-size: 8rem;
  font-weight: bold;
  color: #d5d5d5;
  text-transform: uppercase;
}
.datepicker-fancy + .picker .picker__holder .nextMonthLabel {
  left: calc(50% + 19rem);
}
.datepicker-fancy + .picker .picker__holder .prevMonthLabel {
  right: calc(50% + 19rem);
}
.datepicker-fancy + .picker + .nextMonthLabel, .datepicker-fancy + .picker ~ .prevMonthLabel {
  display: none;
}

article {
  counter-reset: footnotes;
}
article footer,
article aside {
  margin-top: 1.6rem;
  padding-top: 0.72rem;
  border-top: 1px solid #c1c1c1;
  font-size: 0.83rem;
}
article footer ol,
article aside ol {
  counter-reset: item;
  padding-left: 0;
  margin-left: 0;
}
article footer ol li,
article aside ol li {
  display: block;
  padding-left: 0;
}
article footer ol li:before,
article aside ol li:before {
  content: counter(item);
  counter-increment: item;
  display: inline-block;
  position: static;
  height: 0.7rem;
  margin-right: 0.4rem;
  padding-right: 0.15rem;
  border-right: 1px solid #c1c1c1;
  font-size: 0.7rem;
  line-height: 0.7rem;
  font-weight: 700;
  color: #ff0000;
}

/**
 * Inline footnotes references
 * 1. Increment the counter at each new reference
 * 2. Reset link styles to make it appear like regular text
 */
[aria-describedby=footnote-label],
[aria-describedby=footnote-label]:hover,
[aria-describedby=sidenote-label],
[aria-describedby=sidenote-label]:hover {
  counter-increment: footnotes; /* 1 */
  -webkit-text-decoration: none;
  text-decoration: none; /* 2 */
  color: inherit; /* 2 */
  cursor: default; /* 2 */
  outline: none; /* 2 */
  border-bottom: none;
}
[aria-describedby=footnote-label]:focus, [aria-describedby=footnote-label]:active, [aria-describedby=footnote-label]:focus:active,
[aria-describedby=footnote-label]:hover:focus,
[aria-describedby=footnote-label]:hover:active,
[aria-describedby=footnote-label]:hover:focus:active,
[aria-describedby=sidenote-label]:focus,
[aria-describedby=sidenote-label]:active,
[aria-describedby=sidenote-label]:focus:active,
[aria-describedby=sidenote-label]:hover:focus,
[aria-describedby=sidenote-label]:hover:active,
[aria-describedby=sidenote-label]:hover:focus:active {
  box-shadow: none !important;
}
[aria-describedby=footnote-label]:after,
[aria-describedby=footnote-label]:hover:after,
[aria-describedby=sidenote-label]:after,
[aria-describedby=sidenote-label]:hover:after {
  border-left-color: #ff0000;
  border-right-color: #ff0000;
}

/**
 * Actual numbered references
 */
[aria-describedby=footnote-label]:after,
[aria-describedby=sidenote-label]:after {
  content: counter(footnotes);
  display: inline-block;
  height: 0.61rem;
  margin-left: 2px;
  padding: 0 0.15rem;
  cursor: pointer;
  vertical-align: super;
  font-size: 0.61rem;
  line-height: 0.61rem;
  font-weight: 700;
  border-left: 1px solid #c1c1c1;
  border-right: 1px solid #c1c1c1;
  color: #ff0000;
  transition: border 0.2s, color 0.2s;
}

/**
 * Resetting the default focused styles on the number
 */
[aria-describedby=footnote-label]:focus:after,
[aria-describedby=sidenote-label]:focus:after {
  outline: thin dotted;
  outline-offset: 2px;
}

.back-to-content {
  font-size: 0.8em;
  color: #ff0000;
  border-bottom: none;
}

/**
 * Highlight target note
 */
footer :target {
  background: rgba(255, 0, 0, 0.2);
}

article aside {
  margin-top: 0;
  padding: 0;
  border-top: none;
  color: #707070;
}

.form-group label {
  font-size: 1em;
  color: #707070;
}
.form-group .custom-control label {
  font-size: 0.83rem;
}
.form-group .custom-control label:before, .form-group .custom-control label:after {
  top: 2px;
}

.invalid-label,
.form-group .invalid-label {
  color: #ff0000;
}

.search-container {
  position: relative;
}
.search-container input[type=search] {
  padding-right: 40px;
}
.search-container .icon {
  position: absolute;
  top: 50%;
  right: 0.75rem;
  color: #c1c1c1;
  transform: translateY(-50%);
  transition: color 0.3s;
}
.search-container input[type=search]:hover + .icon {
  color: #707070;
}
.search-container input[type=search]:focus + .icon {
  color: #212121;
}

.gallery.is-fullscreen {
  z-index: 1120 !important; /* eslint disable line */
  max-width: none;
  width: 100% !important;
}

.gallery,
.gallery-nav {
  position: relative;
  opacity: 0;
  transition: opacity 0.3s;
}
.gallery.ready,
.gallery-nav.ready {
  opacity: 1;
}
.gallery .img-fluid,
.gallery-nav .img-fluid {
  width: 100%;
}

.gallery-nav:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 5%;
  background: linear-gradient(to right, transparent 0%, #fff 100%);
}

.gallery.flickity-enabled.is-fullscreen {
  margin: 0 !important;
  background: #fff;
}
.gallery.flickity-enabled.is-fullscreen .flickity-slider {
  display: flex;
  align-items: center;
}
.ie .gallery.flickity-enabled.is-fullscreen .flickity-slider {
  padding-top: 20vmin;
  align-items: start;
}
.gallery.flickity-enabled.is-fullscreen .gallery-item {
  align-items: center;
  max-height: 80vmin;
}
.gallery.flickity-enabled.is-fullscreen .gallery-item .gallery-item-inner {
  height: 100%;
  padding: 0;
}
.gallery.flickity-enabled.is-fullscreen .gallery-item .gallery-item-inner .img-wrapper {
  max-height: 100%;
  position: relative;
}
.gallery.flickity-enabled.is-fullscreen .gallery-item .img-fluid {
  max-height: calc(80vmin - 2rem);
  max-width: 100vmin;
  margin: 0 auto;
}
.gallery.flickity-enabled.is-fullscreen .gallery-item figcaption {
  position: relative;
  top: 2rem;
}
.gallery.flickity-enabled.is-fullscreen .gallery-item figcaption span:last-child {
  padding-left: 3rem;
}
.gallery.flickity-enabled.is-fullscreen .flickity-prev-next-button {
  top: 50% !important;
  border: 1px solid #c1c1c1;
}
.gallery.flickity-enabled.is-fullscreen .flickity-prev-next-button.next {
  right: 6%;
}
.gallery.flickity-enabled.is-fullscreen .flickity-prev-next-button.previous {
  left: 6%;
}

.gallery-item {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.gallery-item figcaption {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0.6rem 0.2rem;
  font-size: 0.83rem;
  color: #707070;
}
.gallery-item figcaption > span {
  display: inline-block;
  flex: 1 1 auto;
}
.gallery-item figcaption > span:last-child {
  text-align: right;
  padding-left: 1rem;
}
.gallery-item img {
  display: block;
  max-height: 100%;
  width: auto !important;
}

.gallery-item .gallery-item-inner {
  /* center images in cells with flexbox */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding: 0 0 66.6667%;
  background: #e6e6e6;
}
.gallery-item .gallery-item-inner .img-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.gallery-nav-item {
  display: block;
  position: relative;
  width: calc(23% - 0.8rem);
  margin-right: 0.8rem;
  border-bottom: 1px solid #c1c1c1;
}
.gallery-nav-item:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 16px 0;
  border-color: transparent;
  transition: border-color 0.25s;
}
.gallery-nav-item.is-nav-selected:after {
  border-color: #fff transparent transparent;
}
.gallery-nav-item figcaption {
  overflow: hidden;
  padding: 0.4rem 0;
  font-size: 0.83rem;
  color: #707070;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.gallery .flickity-prev-next-button,
.gallery .flickity-fullscreen-button {
  width: 41px;
  height: 41px;
  border-radius: 41px;
  opacity: 1;
}
.gallery .flickity-prev-next-button svg.flickity-button-icon,
.gallery .flickity-fullscreen-button svg.flickity-button-icon {
  position: static;
}

.gallery .flickity-prev-next-button {
  display: flex;
  top: 45%;
  align-items: center;
  justify-content: center;
  margin-top: -20.5px;
  background: #fff;
  transform: scale(1);
  transition: transform 0.25s;
}
.gallery .flickity-prev-next-button:hover {
  transform: scale(1.1);
}
.gallery .flickity-prev-next-button.next {
  right: 14px;
}
.gallery .flickity-prev-next-button.previous {
  left: 14px;
}
@media (max-width: 767.98px) {
  .gallery .flickity-prev-next-button {
    display: none;
  }
}

.gallery .flickity-fullscreen-button {
  top: 14px;
  right: 14px;
  background: #707070;
  text-align: center;
  transition: background 0.25s;
}
.gallery .flickity-fullscreen-button:hover {
  background: #212529;
}
.gallery .flickity-fullscreen-button svg.flickity-button-icon {
  width: 17px;
}
.gallery .flickity-fullscreen-button svg.flickity-button-icon * {
  fill: #fff;
}
.gallery .flickity-fullscreen-button.flickity-fullscreen-button-exit svg.flickity-button-icon {
  width: 10px;
}

.gallery.is-fullscreen .gallery-item {
  height: 100%;
  padding: 0;
}
.gallery.is-fullscreen .gallery-item .gallery-item-inner {
  background: transparent;
}
.gallery.is-fullscreen .gallery-item figcaption {
  border-top: 1px solid #e6e6e6;
  margin-left: 6%;
  margin-right: 6%;
  width: 88%;
}

ol.flickity-page-dots li {
  padding: 0;
}
ol.flickity-page-dots li:before {
  content: none;
}

.list-group-item {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.list-group-item p:last-child {
  margin-bottom: 0;
}

.list-group-item-borderless {
  padding-right: 0;
  padding-left: 0;
  border-right: 0;
  border-left: 0;
}

.list-group-gray .list-group-teaser-container,
.list-group-item-gray .list-group-teaser-container {
  --card-bg: #e6e6e6;
  background: #e6e6e6;
  background: var(--card-bg);
}
.list-group-gray .list-group-teaser-container .card-title a,
.list-group-item-gray .list-group-teaser-container .card-title a {
  transition: color 0.3s, text-shadow 0.25s;
}
.list-group-gray .list-group-teaser-container:hover,
.list-group-item-gray .list-group-teaser-container:hover {
  --card-bg: $white;
}

.list-group li:before,
.list-group li.list-group-item:before {
  content: none;
}
.list-group .list-group-teaser {
  display: block;
  -webkit-text-decoration: none;
  text-decoration: none;
  padding: 0;
  border: none;
}
.list-group .list-group-teaser:hover {
  z-index: 10;
}
.list-group .list-group-teaser + .list-group-teaser {
  margin-top: -1px;
}
.list-group .list-group-teaser-thumbnail {
  flex: 0 0 12rem;
  padding: 1rem;
  padding-top: 1rem;
  z-index: 1;
}
.list-group .list-group-teaser-thumbnail > a {
  display: block;
}
@media (min-width: 992px) {
  .list-group .list-group-teaser-thumbnail {
    border-right: none;
  }
}
@media (max-width: 991.98px) {
  .list-group .list-group-teaser-thumbnail {
    border-bottom: none;
  }
}
.list-group .list-group-teaser-content {
  flex: 0 1 100%;
  padding: 1rem;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .list-group .list-group-teaser-content {
    border-top: none;
  }
}
.list-group .list-group-teaser-content span {
  color: #212121;
}
.list-group .list-group-teaser-content p {
  margin: 0;
}
.list-group .list-group-teaser-content p.h5 {
  margin-bottom: 0.4rem;
}
.list-group .list-group-teaser-content .teaser-url {
  word-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}
.list-group .list-group-teaser-container {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  border: 1px solid #d5d5d5;
  transition: border-color 0.2s, background 0.25s;
}
@media (max-width: 991.98px) {
  .list-group .list-group-teaser-container {
    flex-direction: column;
  }
  .list-group .list-group-teaser-container .list-group-teaser-thumbnail {
    flex-basis: 0;
    padding-bottom: 0;
  }
}
.list-group .list-group-teaser-container:hover .list-group-teaser-content,
.list-group .list-group-teaser-container:hover .list-group-teaser-thumbnail {
  border-color: #212121;
}
.list-group .list-group-teaser-container.teaser-img-right {
  flex-direction: row-reverse;
}
@media (max-width: 991.98px) {
  .list-group .list-group-teaser-container.teaser-img-right {
    display: block;
  }
  .list-group .list-group-teaser-container.teaser-img-right .list-group-teaser-thumbnail {
    float: right;
    max-width: 50%;
    padding-bottom: 1rem;
    width: calc(100px + 2rem);
  }
}
.list-group .list-group-teaser-more {
  display: block;
  padding: 0.4rem 1rem;
  background: #fff;
  border: 1px solid #d5d5d5 !important;
  font-size: 90%;
  background-image: none !important;
  text-align: center;
  margin-top: 1rem;
  transition: border 0.2s, color 0.3s;
}
.list-group .list-group-teaser-more:hover {
  border: 1px solid #212121 !important;
}
.list-group .item-metadata p {
  display: inline-block;
  margin-bottom: 0;
}
.list-group .item-metadata .item-date {
  font-size: 1rem;
  font-weight: bold;
  margin-right: 0.5em;
}

.list-group-item-infoscience.has-thumbnail {
  display: flex;
}
.list-group-item-infoscience.has-thumbnail .list-group-thumbnail {
  flex: 0 0 8rem;
  margin-right: 1rem;
  z-index: 1;
}
.list-group-item-infoscience.has-thumbnail .list-group-content {
  flex: 0 1 100%;
  z-index: 1;
}

.list-group-teaser-thumbnail .news-video-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: transparent;
}
.list-group-teaser-thumbnail .news-video-overlay:before {
  content: "";
  width: 2.25rem;
  height: 2.25rem;
  background: url(../images/icons/icon-teaser-video.svg);
  background-size: 100%;
  border-radius: 50%;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16);
}

.social-feed {
  position: relative;
  padding: 2.2rem 1.5rem 1.5rem;
  background: #fff;
  color: #707070;
}
.social-feed strong {
  color: #212121;
}
.social-feed .social-icon {
  position: absolute;
  top: -1.3rem;
}
.social-feed .social-feed-header {
  margin-bottom: 0.6rem;
}
.social-feed picture img {
  margin-bottom: 1rem;
}

.breadcrumb-container {
  display: flex;
  position: relative;
  margin-bottom: 1.6rem;
}
@media (max-width: 1199.98px) {
  .breadcrumb-container {
    padding: 0 0.8rem;
  }
}
@media (min-width: 1200px) {
  .breadcrumb-container {
    display: flex;
    position: relative;
    margin: 0 3rem;
    margin-bottom: 2rem;
  }
}

.breadcrumb-wrapper {
  max-width: 100%;
  width: 100%;
  border-bottom: 1px solid #d5d5d5;
}
@media (min-width: 992px) {
  .breadcrumb-wrapper {
    overflow-y: visible;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
}

.breadcrumb {
  padding: 0;
  margin-bottom: 0;
}
.breadcrumb li {
  padding-left: 0;
}
.breadcrumb li:before {
  content: none;
}
@media (min-width: 992px) {
  .breadcrumb {
    max-width: 100%;
    padding: 0.1rem 0;
  }
  .breadcrumb .breadcrumb-item:last-child {
    padding-right: 3rem;
  }
}
@media (max-width: 1199.98px) {
  .breadcrumb {
    margin: 0;
    padding: 0.64rem 0;
    z-index: 110;
  }
  .breadcrumb .icon {
    color: #c1c1c1;
  }
  .breadcrumb li:last-child {
    margin-right: 5rem;
  }
}

.breadcrumb-item {
  display: inline-block;
  position: relative;
  font-size: 0.83rem;
  line-height: 1.5rem;
}
.breadcrumb-item.breadcrumb-tags-wrapper {
  display: inline;
}
.breadcrumb-item:before {
  content: " ";
  display: block;
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  width: 0;
  height: 1px;
  padding: 0;
  background: #ff0000;
  transition: width 0.3s ease;
}
.breadcrumb-item:not(.active):not(.breadcrumb-tags-wrapper):hover:before {
  width: calc(100% - 0.6rem);
}
.breadcrumb-item:after {
  content: "/";
  color: #8e8e8e;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.breadcrumb-item a {
  background-image: none !important;
  color: #495057;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.breadcrumb-item a:hover {
  color: #212121;
}
.breadcrumb-item .tag {
  vertical-align: baseline;
}
.breadcrumb-item .icon {
  top: -0.08em;
  font-size: 0.86em;
}
.breadcrumb-item:last-child:after {
  content: none;
}
.breadcrumb-item.active {
  font-weight: bold;
  color: #495057;
}
.breadcrumb-item.expand-links {
  display: none;
}

.breadcrumb .btn-expand-links {
  height: auto;
  padding: 0;
  border: 0;
  font-size: inherit;
  line-height: 1;
}

@media (max-width: 991.98px) {
  .breadcrumb .breadcrumb-item,
.breadcrumb.has-expanded-links .breadcrumb-item.expand-links {
    display: none;
  }
  .breadcrumb .breadcrumb-item:first-of-type,
.breadcrumb .breadcrumb-item.expand-links,
.breadcrumb .breadcrumb-item:last-of-type,
.breadcrumb .breadcrumb-item.active,
.breadcrumb .breadcrumb-item.breadcrumb-tags-wrapper,
.breadcrumb.has-expanded-links .breadcrumb-item {
    display: inline-block;
  }
}
.breadcrumb .dropdown {
  display: inline;
  position: static;
}

.breadcrumb .dropdown-toggle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  top: -0.08em;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
}
.breadcrumb .dropdown-toggle .icon {
  top: 0;
  font-size: 1rem;
  color: currentColor;
  transform: rotate(0);
  transition: all 0.2s ease-in-out;
}
.breadcrumb .dropdown-toggle:after {
  content: none;
}
.breadcrumb .dropdown-toggle:hover, .breadcrumb .dropdown-toggle:active {
  background: #ff0000 !important;
  color: #fff !important;
}
.breadcrumb .dropdown-toggle:focus, .breadcrumb .dropdown-toggle:focus-visible {
  outline-offset: 0;
}
.breadcrumb .dropdown-toggle:focus:not(:focus-visible) {
  outline-color: transparent !important;
}
.breadcrumb .dropdown-toggle[aria-expanded=true] .icon {
  transform: rotate(180deg);
}

.breadcrumb .dropdown-menu {
  min-width: 11.5rem;
}
.breadcrumb .dropdown-menu.show {
  top: 1.65rem !important;
  left: -0.625rem !important;
  transform: none !important;
}
.breadcrumb .dropdown-menu.show.open-left {
  right: -0.625rem !important;
  left: auto !important;
}

.breadcrumb .dropdown-item {
  padding: 0.125em 0.625rem;
  font-size: 0.83rem;
  line-height: 1.3em;
}
.breadcrumb .dropdown-item a {
  display: block;
}
.breadcrumb .dropdown-item + .dropdown-item {
  margin-top: 0.5rem;
}
.breadcrumb .dropdown-item.current-menu-item, .breadcrumb .dropdown-item.current-menu-item-parent {
  font-weight: bold;
}
@media (max-width: 991.98px) {
  .breadcrumb .dropdown-item {
    white-space: normal;
  }
}

.links-group {
  padding: 1.66rem;
  background: #fff;
  border: 1px solid #d5d5d5;
}
.links-group .nav-link, .links-group li {
  padding: 0;
  margin-bottom: 0.8rem;
}
.links-group.links-group-teaser h5 {
  margin-bottom: 1.2rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #d5d5d5;
}

.media-map {
  display: flex;
  flex: 1 1 100%;
  position: relative;
}
.media-map figure {
  flex: 1 1 100%;
}
.media-map picture {
  width: 100%;
  margin-bottom: 0;
}
.media-map img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;"; /* stylelint-disable-line */
}

.media-map-over {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
}

.cover {
  position: relative;
}
.cover figcaption {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 1;
}
@media (min-width: 768px) {
  .cover figcaption {
    right: 32px;
    bottom: 32px;
  }
}

.page-item {
  background-color: #fff;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
}
.page-item:first-child .page-link, .page-item:last-child .page-link {
  border-radius: 0;
}
.page-item:first-child {
  border-left: 1px solid #d5d5d5;
}
.page-item:first-child .page-link {
  margin-left: -1px;
}
.page-item:last-child {
  border-right: 1px solid #d5d5d5;
}
.page-item:last-child .page-link {
  margin-right: -1px;
}
.page-item.disabled .page-link {
  border-color: transparent;
}
.page-item.disabled:last-child .page-link {
  margin-right: 0;
}
.page-item.disabled:first-child .page-link {
  margin-left: 0;
}

.page-link {
  display: inline-flex;
  justify-content: center;
  min-width: calc(1.25rem + 1rem);
  height: 100%;
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-weight: 700;
  transition: margin 0.1s ease-in-out;
  position: relative;
  z-index: 0;
  transition: transform 0.2s;
}
.page-link:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  border: 5px solid transparent;
  transition: border 0.2s;
}
.page-link:before {
  top: 100%;
  left: 0;
  width: 100%;
  height: 0;
  border-bottom-width: 0;
  border-top-width: 0;
  border-top-color: #d5d5d5;
}
.page-link:hover, .page-link:focus {
  transform: translateY(-5px);
}
.page-link:hover:before, .page-link:focus:before {
  border-top-width: 5px;
}
.page-link:before {
  left: -1px;
  margin-top: 1px;
  width: calc(100% + 2px);
}
.page-item:first-child .page-link:before {
  border-left-color: #fff;
}
.page-item:last-child .page-link:before {
  border-right-color: #fff;
}
.page-link:hover {
  z-index: 2;
  border: 1px solid #707070;
  transform: translateY(-4px);
}
.page-link:hover, .page-link:focus, .page-link:active {
  background-color: #fff;
}

.question {
  display: flex;
  flex-flow: column wrap;
}
@keyframes popin {
  100% {
    transform: scale(1);
  }
}
.question h3,
.question .h3 {
  margin-top: 1rem;
  margin-bottom: 3rem;
}
.question .custom-control-label {
  flex: 1 1 auto;
  flex-basis: 0;
  position: relative;
  transition: 0.2s;
}
.question .custom-control-label:before {
  content: " ";
  position: absolute;
  width: 1.7rem;
  height: 1.7rem;
  border: none;
  border-radius: 50%;
  margin-top: 0;
  transform: scale(0);
  transition: margin 0.2s;
  box-shadow: none !important;
  z-index: 15;
}
.question .custom-control-label:after {
  content: " ";
  position: absolute;
  width: 0.6296296296rem;
  height: 0.6296296296rem;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3E%3Cpath fill=%27%23fff%27 d=%27M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z%27/%3E%3C/svg%3E");
  transform: scale(0);
  transition: margin 0.2s;
  z-index: 25;
}
.question .custom-control-label:hover {
  cursor: pointer;
}
.question .custom-control-label:hover .custom-control-label-content {
  border-color: #212121;
  z-index: 10;
}
.question .custom-control-label-content {
  display: block;
  position: relative;
  padding: 1rem 1.3rem;
  background: #fff;
  border: 1px solid #d5d5d5;
  z-index: 5;
  transition: 0.2s;
}
.question .custom-control-input:checked + .custom-control-label {
  z-index: 10;
}
.question .custom-control-input:checked + .custom-control-label .custom-control-label-content {
  border-color: #212121;
  z-index: 10;
}
.question .custom-control-input:checked + .custom-control-label:before, .question .custom-control-input:checked + .custom-control-label:after {
  animation: popin 0.2s forwards;
}

.question-title {
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #707070;
}

.question-subtitle {
  font-size: 1.4rem;
  font-weight: bold;
}

.question-img {
  flex: 0 0 100%;
}

.question-content {
  padding: 4rem;
}

.question-answers {
  display: flex;
  flex-flow: column nowrap;
  padding-right: 1.7rem;
}

@media (max-width: 991.98px) {
  .question .custom-control-label {
    display: block;
    position: relative;
    z-index: 1;
    transition: margin 0.2s, padding 0.2s;
  }
  .question .custom-control-label:hover, .question .custom-control-label:focus {
    padding-left: 0.5rem;
    margin-right: -0.5rem;
  }
  .question .custom-control-label:hover .trapeze-vertical, .question .custom-control-label:focus .trapeze-vertical {
    border-right-width: 0.5rem;
  }
  .question .custom-control-label:before {
    top: calc(50% - 0.85rem);
    right: -0.85rem;
    left: auto;
  }
  .question .custom-control-label:after {
    top: calc(50% - 0.3148148148rem);
    right: -0.3148148148rem;
    left: auto;
  }
  .question .custom-control-label-content {
    margin-bottom: -1px;
  }
  .question .custom-control-input:checked + .custom-control-label {
    padding-left: 0.5rem;
    margin-right: -0.5rem;
    z-index: 10;
  }
  .question .custom-control-input:checked + .custom-control-label .trapeze-vertical {
    border-right-width: 0.5rem;
  }
  .question-content {
    padding: 1rem 0;
  }
}
@media (min-width: 992px) {
  .question {
    flex-flow: row nowrap;
    align-items: stretch;
    background-image: linear-gradient(to right, #fff 30%, #e6e6e6 30%);
    padding: 10rem 0;
  }
  .question h3,
.question .h3 {
    margin-top: 0;
  }
  .question .custom-control-label {
    display: block;
    position: relative;
    z-index: 1;
    transition: margin 0.2s, padding 0.2s;
  }
  .question .custom-control-label:hover, .question .custom-control-label:focus {
    margin-top: -0.5rem !important;
    padding-bottom: 0.5rem;
  }
  .question .custom-control-label:hover .trapeze-horizontal, .question .custom-control-label:focus .trapeze-horizontal {
    border-top-width: 0.5rem;
  }
  .question .custom-control-label:before {
    top: -0.85rem;
    left: calc(50% - 0.85rem);
  }
  .question .custom-control-label:after {
    top: -0.3148148148rem;
    left: calc(50% - 0.3148148148rem);
  }
  .question .custom-control-label:hover {
    z-index: 10;
  }
  .question .custom-control-label-content {
    height: 100%;
    margin-left: -1px;
  }
  .question .custom-control-input:checked + .custom-control-label {
    margin-top: -0.5rem !important;
    padding-bottom: 0.5rem;
  }
  .question .custom-control-input:checked + .custom-control-label .trapeze-horizontal {
    border-top-width: 0.5rem;
  }
  .question-img {
    flex: 0 0 45%;
  }
  .question-img picture,
.question-img img {
    display: block;
    width: 100% !important;
  }
  .question-answers {
    display: flex;
    flex-flow: row nowrap;
    padding: 0;
  }
  .question-content {
    padding: 0 4rem;
  }
}
.social-share-container {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem 1.5rem;
  background: #fff;
  color: #707070;
}
@media (min-width: 992px) {
  .social-share-container {
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
  }
}
.social-share-container.social-share-light {
  display: inline-block;
}

.social-share {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
@media (min-width: 992px) {
  .social-share {
    flex-flow: row nowrap;
    justify-content: space-between;
  }
}
.social-share .social-icon {
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
}
@media (min-width: 992px) {
  .social-share .social-icon {
    margin-bottom: 0;
  }
}
.social-share .social-share-text {
  flex-basis: 100%;
  margin-right: 0.5rem;
  margin-bottom: 0.25rem;
}
@media (min-width: 992px) {
  .social-share .social-share-text {
    flex-basis: auto;
    margin-bottom: 0;
  }
}

.social-share-copylink {
  display: flex;
  white-space: nowrap;
  align-items: center;
}
@media (min-width: 992px) {
  .social-share-copylink {
    margin-top: 0;
  }
}
@media (max-width: 991.98px) {
  .social-share-copylink {
    white-space: normal;
  }
}
.social-share-copylink .input-group .form-control, .social-share-copylink .input-group .selectize-control .selectize-input, .selectize-control .social-share-copylink .input-group .selectize-input {
  border: none !important;
  box-shadow: none !important;
}
.social-share-copylink .input-group .form-control:before, .social-share-copylink .input-group .selectize-control .selectize-input:before, .selectize-control .social-share-copylink .input-group .selectize-input:before {
  content: none;
}
.social-share-copylink .input-group .form-control.sr-only, .social-share-copylink .input-group .table-restauration tr td .form-control.tablesaw-cell-label, .table-restauration tr td .social-share-copylink .input-group .form-control.tablesaw-cell-label, .social-share-copylink .input-group .selectize-control .sr-only.selectize-input, .social-share-copylink .input-group .selectize-control .table-restauration tr td .selectize-input.tablesaw-cell-label, .table-restauration tr td .social-share-copylink .input-group .selectize-control .selectize-input.tablesaw-cell-label, .selectize-control .social-share-copylink .input-group .sr-only.selectize-input, .selectize-control .social-share-copylink .input-group .table-restauration tr td .selectize-input.tablesaw-cell-label, .table-restauration tr td .selectize-control .social-share-copylink .input-group .selectize-input.tablesaw-cell-label {
  position: absolute;
}

.table, .semaineDeRef {
  width: 100%;
}
.table thead th, .semaineDeRef thead th {
  border-bottom: 3px solid #d5d5d5;
  padding: 0.3rem 0.45rem;
}
.table tbody, .semaineDeRef tbody,
.table tfoot,
.semaineDeRef tfoot {
  color: #212121;
}
.table tbody td, .semaineDeRef tbody td,
.table tfoot td,
.semaineDeRef tfoot td {
  padding: 0.3rem 0.45rem;
  border-bottom: 1px solid #d5d5d5;
}
@media (max-width: 767.98px) {
  .table tbody td:last-child, .semaineDeRef tbody td:last-child,
.table tfoot td:last-child,
.semaineDeRef tfoot td:last-child {
    margin-bottom: 1.2rem;
  }
}
.table tbody td .tablesaw-cell-label, .semaineDeRef tbody td .tablesaw-cell-label,
.table tfoot td .tablesaw-cell-label,
.semaineDeRef tfoot td .tablesaw-cell-label {
  color: #212121;
}
.table tfoot td, .semaineDeRef tfoot td {
  border-top: 3px solid #d5d5d5;
  font-weight: bold;
}

@media (min-width: 768px) {
  .table-boxed, .semaineDeRef {
    border: 1px solid #d5d5d5;
  }
}
.table-boxed thead th, .semaineDeRef thead th {
  border-top: 1px solid #d5d5d5;
}
.table-boxed thead th, .semaineDeRef thead th,
.table-boxed tbody td,
.semaineDeRef tbody td,
.table-boxed tfoot td,
.semaineDeRef tfoot td {
  border-right: 1px solid #d5d5d5;
}
@media (max-width: 767.98px) {
  .table-boxed thead th, .semaineDeRef thead th,
.table-boxed tbody td,
.semaineDeRef tbody td,
.table-boxed tfoot td,
.semaineDeRef tfoot td {
    border-left: 1px solid #d5d5d5;
  }
}

.table-sortable thead th {
  padding: 0;
}
.table-sortable thead th button {
  padding: 0.3rem;
  cursor: pointer;
}
.table-sortable thead th button .tablesaw-sortable-arrow {
  display: block;
  position: relative;
  margin-top: 0.1rem;
  float: left;
  width: 1rem;
  height: 1rem;
}
.table-sortable thead th button .tablesaw-sortable-arrow:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-left: 0.29rem solid transparent;
  border-right: 0.29rem solid transparent;
  border-bottom: 0.35rem solid #d5d5d5;
  margin: 0;
}
.table-sortable thead th button .tablesaw-sortable-arrow:before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-left: 0.29rem solid transparent;
  border-right: 0.29rem solid transparent;
  border-top: 0.35rem solid #d5d5d5;
  margin: 0;
}
.table-sortable thead th.tablesaw-sortable-descending button .tablesaw-sortable-arrow:before {
  border-top-color: #ff0000;
}
.table-sortable thead th.tablesaw-sortable-ascending button .tablesaw-sortable-arrow:after {
  border-bottom-color: #ff0000;
}

.tablesaw-sortable-btn {
  background: transparent;
  border: none;
}

.nav-tabs .nav-item {
  padding-left: 0;
}
.nav-tabs .nav-item:before {
  content: none;
}
.nav-tabs .nav-item + .nav-item .nav-link {
  margin-left: -1px;
}
.nav-tabs .nav-item:first-child .nav-link {
  border-top-left-radius: 2px;
}
.nav-tabs .nav-item:last-child .nav-link {
  border-top-right-radius: 2px;
}
.nav-tabs .nav-link {
  position: relative;
  background-color: #e6e6e6;
  border-color: #d5d5d5;
  -webkit-text-decoration: none;
  text-decoration: none;
  border-radius: 0;
  padding: 0.5rem 0.8125rem;
}
@media (min-width: 768px) {
  .nav-tabs .nav-link {
    padding: 0.5rem 1rem;
  }
}
.nav-tabs .nav-link:hover {
  z-index: 1;
  background-color: #d9d9d9;
  color: #212121;
}
.nav-tabs .nav-link:focus:not(:active) {
  z-index: 1;
  border-color: #ced4da;
  outline: 1px solid #ced4da;
  border-radius: 0 !important;
}
.nav-tabs .nav-link:active {
  z-index: 1;
  background: linear-gradient(0deg, #e6e6e6 0%, #d9d9d9 100%);
}
.nav-tabs .nav-link.disabled {
  background-color: #d9d9d9;
  border-color: #d5d5d5;
  color: #c1c1c1;
  cursor: not-allowed;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #212121;
}
.nav-tabs .nav-link.active:hover,
.nav-tabs .nav-item.show .nav-link:hover {
  background-color: #fff;
}

.nav-tabs-vertical-wrapper {
  display: flex;
}
.nav-tabs-vertical-wrapper .nav-tabs {
  flex: 1 0 30%;
  max-width: 30%;
  margin-right: -1px;
  border-top: 1px solid #d5d5d5;
}
.nav-tabs-vertical-wrapper .nav-item:first-child .nav-link {
  border-top: 0;
}
.nav-tabs-vertical-wrapper .nav-item .nav-link {
  margin-top: 0;
  margin-left: 0;
}
.nav-tabs-vertical-wrapper .nav-item .nav-link:first-child {
  margin-left: 0;
}
.nav-tabs-vertical-wrapper .tab-content {
  flex: 2 1 70%;
  border: 1px solid #d5d5d5;
}

.nav-tabs-vertical {
  flex: 1 1 auto;
  flex-direction: column;
  border-bottom: none;
}
.nav-tabs-vertical .nav-item:first-child .nav-link {
  border-top-left-radius: 0;
}
.nav-tabs-vertical .nav-item:last-child .nav-link {
  border-top-right-radius: 0;
}
.nav-tabs-vertical .nav-link.active {
  border-right: 1px solid #fff;
  border-bottom-color: #d5d5d5;
}

.nav-tabs-light-wrapper {
  margin-bottom: 1rem;
  background-color: #fff;
  border-bottom: 1px solid #d5d5d5;
}

.nav-tabs-light .nav-link {
  position: relative;
  margin-right: 2rem;
  padding-right: 0;
  padding-left: 0;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-weight: 700;
}
.nav-tabs-light .nav-link:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 0 solid #ff0000;
  transition: border-bottom 0.2s;
}
.nav-tabs-light .nav-link.active:after {
  border-bottom-width: 4px;
}
.nav-tabs-light .nav-item:last-child .nav-link {
  margin-right: 0;
}

.card-deck {
  display: block;
  position: relative;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-wrap: wrap;
  }
  .card-deck > .card:first-child:last-child {
    flex: 0 0 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .card-deck > .card:nth-last-child(n+2), .card-deck > .card:nth-last-child(n+2) ~ * {
    flex: 1 1 47%;
    margin: 0.5rem;
  }
}
@media (min-width: 992px) {
  .card-deck > .card {
    z-index: 1;
    margin: 0.5rem;
  }
  .card-deck > .card:first-child:last-child {
    flex: 0 0 33%;
  }
  .card-deck > .card:nth-last-child(n+2) {
    flex: 0 0 33%;
    margin-left: auto;
  }
  .card-deck > .card:nth-last-child(n+2) ~ * {
    flex: 0 0 33%;
    margin-right: auto;
  }
  .card-deck > .card:nth-last-child(n+3), .card-deck > .card:nth-last-child(n+3) ~ * {
    flex: 1 1 30%;
    margin: 0.5rem;
  }
  .card-deck.card-deck-line {
    /*
    * for plain cards, we add pseudo elements, allowing the lines not to touch the cards
    */
    /*
    * Styles for card-links. this is tricky because we already use before and after pseudo elements
    * on card-links. So to avoid the line touching the card, we add a border
    */
  }
  .card-deck.card-deck-line:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 5%;
    width: 30%;
    z-index: 0;
    border-bottom: 1px solid #e6e6e6;
  }
  .bg-gray-100 .card-deck.card-deck-line:before {
    border-bottom-color: #c1c1c1;
  }
  .card-deck.card-deck-line:after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 5%;
    width: 30%;
    z-index: 0;
    border-bottom: 1px solid #e6e6e6;
  }
  .bg-gray-100 .card-deck.card-deck-line:after {
    border-bottom-color: #c1c1c1;
  }
  .card-deck.card-deck-line > div.card:first-child:last-child {
    position: relative;
  }
  .card-deck.card-deck-line > div.card:first-child:last-child:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: calc(-1rem - 1px);
    width: 1rem;
    height: 100%;
    background: white;
  }
  .bg-gray-100 .card-deck.card-deck-line > div.card:first-child:last-child:before {
    background-color: #e6e6e6;
  }
  .card-deck.card-deck-line > div.card:first-child:last-child:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: calc(-1rem - 1px);
    width: 1rem;
    height: 100%;
    background: white;
  }
  .bg-gray-100 .card-deck.card-deck-line > div.card:first-child:last-child:after {
    background-color: #e6e6e6;
  }
  .card-deck.card-deck-line > div.card:nth-last-child(n+2):before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: calc(-1rem - 1px);
    width: 1rem;
    height: 100%;
    background: white;
  }
  .bg-gray-100 .card-deck.card-deck-line > div.card:nth-last-child(n+2):before {
    background-color: #e6e6e6;
  }
  .card-deck.card-deck-line > div.card:nth-last-child(n+2) ~ *:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: calc(-1rem - 1px);
    width: 1rem;
    height: 100%;
    background: white;
  }
  .bg-gray-100 .card-deck.card-deck-line > div.card:nth-last-child(n+2) ~ *:after {
    background-color: #e6e6e6;
  }
  .card-deck.card-deck-line > div.card:nth-last-child(n+3):before, .card-deck.card-deck-line > div.card:nth-last-child(n+3):after, .card-deck.card-deck-line > div.card:nth-last-child(n+3) ~ *:before, .card-deck.card-deck-line > div.card:nth-last-child(n+3) ~ *:after {
    content: none;
  }
  .card-deck.card-deck-line > a.card:first-child:last-child {
    flex: 0 0 calc(33% + 1.5rem);
    box-shadow: 1rem 0 0 0 white, -1rem 0 0 0 white;
  }
  .bg-gray-100 .card-deck.card-deck-line > a.card:first-child:last-child {
    box-shadow: 1rem 0 0 0 #e6e6e6, -1rem 0 0 0 #e6e6e6;
  }
  .card-deck.card-deck-line > a.card:nth-last-child(n+2) {
    flex: 0 0 calc(33% + 1.5rem);
    box-shadow: -1rem 0 0 0 white;
  }
  .bg-gray-100 .card-deck.card-deck-line > a.card:nth-last-child(n+2) {
    box-shadow: -1rem 0 0 0 #e6e6e6;
  }
  .card-deck.card-deck-line > a.card:nth-last-child(n+2) ~ * {
    flex: 0 0 calc(33% + 1.5rem);
    box-shadow: 1rem 0 0 0 white;
  }
  .bg-gray-100 .card-deck.card-deck-line > a.card:nth-last-child(n+2) ~ * {
    box-shadow: 1rem 0 0 0 #e6e6e6;
  }
  .card-deck.card-deck-line > a.card:nth-last-child(n+3), .card-deck.card-deck-line > a.card:nth-last-child(n+3) ~ * {
    flex: 1 1 30%;
    border: none;
  }
}
.card-deck.mini-cards {
  justify-content: center;
}
@media (max-width: 575.98px) {
  .card-deck.mini-cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .card-deck.mini-cards > .card {
    margin: 0.5rem;
  }
}
.card-deck.mini-cards .deck-title {
  flex-basis: 100%;
  margin-left: 0.5rem;
  font-size: 1.625rem;
}
.card-deck.mini-cards .card-body {
  padding: 1rem;
}
.card-deck.mini-cards .card-title {
  margin: 0;
  font-size: 1.125rem;
}
.card-deck.mini-cards > .card {
  flex-basis: calc( 50% - 1rem );
  flex-grow: 0;
}
@media (min-width: 576px) {
  .card-deck.mini-cards > .card {
    flex-basis: calc( 33.3334% - 1rem );
  }
}
@media (min-width: 1200px) {
  .card-deck.mini-cards > .card {
    flex-basis: calc( 16.6667% - 1rem );
  }
}

.card-slider-wrapper {
  padding: 1rem 0;
}
.card-slider-wrapper .flickity-page-dots {
  display: flex;
  bottom: -0.8rem;
  justify-content: stretch;
  align-items: center;
}
.card-slider-wrapper .flickity-page-dots .dot {
  flex: 1 1 1px;
  height: 1px;
  margin: 0;
  background: #707070;
  border-radius: 0;
}
.card-slider-wrapper .flickity-page-dots .dot.is-selected {
  height: 5px;
  background: #ff0000;
}

.card-slider-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.card-slider-footer > div {
  margin-right: 2rem;
}
@media (max-width: 767.98px) {
  .card-slider-footer {
    justify-content: center;
    margin-top: 2.6rem;
  }
  .card-slider-footer > div {
    margin-right: 0;
  }
}

.card-slider-btn {
  display: inline-block;
  position: relative;
  width: 3rem;
  height: 3rem;
  background: #fff;
  border: 1px solid #c1c1c1;
  font-size: 1.4rem;
  line-height: 2.3rem;
  color: #ff0000;
  transition: opacity 0.3s, background 0.3s, border 0.3s, transform 0.3s, color 0.3s;
}
.card-slider-btn:hover {
  cursor: pointer;
  border: 1px solid #707070;
}
.card-slider-btn:before {
  margin-top: 1px;
}
.card-slider-btn.disabled {
  background: transparent;
  color: #707070;
}
@media (max-width: 767.98px) {
  .card-slider-btn {
    display: none;
  }
}

.card-slider {
  height: 100%;
}
.card-slider .flickity-viewport {
  overflow: visible;
}

.card-slider-cell {
  display: flex;
  flex-direction: column;
  width: 23%;
  min-width: 360px;
  padding-right: 32px;
}
.card-slider-cell.card-slider-cell-lg {
  width: 48%;
}
.ie .card-slider-cell {
  display: block;
  height: auto !important;
}
.ie .card-slider-cell .card-body {
  flex: 0 0 auto;
}
@media (max-width: 991.98px) {
  .card-slider-cell {
    width: 100%;
    padding-right: 0;
  }
  .card-slider-cell.card-slider-cell-lg {
    width: 100%;
  }
}

.fullwidth-teaser {
  position: relative;
  width: 100%;
  background: #e6e6e6;
}
.fullwidth-teaser .vimeo-wrapper {
  background: #e6e6e6;
}
@media (min-width: 768px) {
  .fullwidth-teaser {
    display: flex;
    flex-flow: row nowrap;
    min-height: 30rem;
  }
}
@media (min-width: 992px) {
  .fullwidth-teaser {
    margin-bottom: 0;
  }
}
.fullwidth-teaser img {
  width: 100%;
  height: auto;
}
.fullwidth-teaser figure,
.fullwidth-teaser figure picture,
.fullwidth-teaser figure img {
  margin-bottom: 0;
}
.fullwidth-teaser figure picture,
.fullwidth-teaser figure img {
  height: 100%;
}
@media (min-width: 768px) {
  .fullwidth-teaser picture,
.fullwidth-teaser figure,
.fullwidth-teaser .fullwidth-teaser-text {
    flex: 0 0 50%;
  }
}
@media (max-width: 767.98px) {
  .fullwidth-teaser picture img,
.fullwidth-teaser figure img {
    width: 100% !important;
    height: auto;
  }
}
@media (min-width: 768px) {
  .fullwidth-teaser picture,
.fullwidth-teaser figure {
    position: relative;
    overflow: hidden;
  }
  .fullwidth-teaser picture img,
.fullwidth-teaser figure img {
    position: relative;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top center;
       object-position: top center;
    font-family: "object-fit: cover;"; /* stylelint-disable-line */
    width: 100%;
    height: 100%;
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .fullwidth-teaser {
    display: block;
    padding: 0;
  }
  .fullwidth-teaser picture,
.fullwidth-teaser figure {
    display: block;
    height: 90vh;
    max-height: 90vh;
  }
}
@media (min-width: 1200px) {
  .fullwidth-teaser .fullwidth-teaser-content p {
    float: right;
    max-width: 28rem;
    margin-left: 6rem;
    padding: 1.2rem 1.6rem;
    background: rgba(255, 255, 255, 0.9);
  }
}

.fullwidth-teaser-text {
  padding: 16px;
  background: #fff;
  flex: 0 0 100%;
  max-width: 100%;
  max-width: 1200px;
}
@media (min-width: 768px) {
  .fullwidth-teaser-text {
    padding: 1rem 32px 0;
  }
}
@media (min-width: 1200px) {
  .fullwidth-teaser-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 8rem;
    width: auto;
    padding: 2rem 0;
    min-height: 100%;
    overflow: hidden;
    background: none;
  }
  .fullwidth-teaser-text .fullwidth-teaser-title {
    padding: 1.5rem 2rem;
    background-color: #fff;
    max-width: 24rem;
  }
  .fullwidth-teaser-text h3,
.fullwidth-teaser-text .h3 {
    display: inline-block;
    margin-bottom: 0;
    font-size: 1.75rem;
  }
}
.fullwidth-teaser-text .list-inline {
  font-size: 0.85rem;
  margin-bottom: 0;
  color: #707070;
}
.fullwidth-teaser-text .list-inline li {
  margin-right: 0;
}
.fullwidth-teaser-text .list-inline li:not(:last-child):after {
  content: " ›";
  margin: 0 0.25em 0 0.15em;
}
@media (min-width: 1200px) {
  .fullwidth-teaser-text .list-inline {
    margin-bottom: -0.3rem;
  }
}

.fullwidth-teaser-header {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .fullwidth-teaser-header {
    width: auto;
    justify-content: flex-end;
    align-items: flex-end;
    padding-left: 0;
  }
}
.fullwidth-teaser-header h3,
.fullwidth-teaser-header a {
  flex: 1 1 auto;
}
@media (min-width: 1200px) {
  .fullwidth-teaser-header h3,
.fullwidth-teaser-header a {
    flex: 0 0 auto;
  }
}
.fullwidth-teaser-header .btn {
  transition: padding 0.15s;
}
.fullwidth-teaser-header .btn:hover, .fullwidth-teaser-header .btn:focus {
  background: #b30000;
  color: #fff;
}
@media (min-width: 1200px) {
  .fullwidth-teaser-header .btn:hover, .fullwidth-teaser-header .btn:focus {
    padding-left: 2rem;
  }
}
.fullwidth-teaser-header .btn:hover:before, .fullwidth-teaser-header .btn:hover:after, .fullwidth-teaser-header .btn:focus:before, .fullwidth-teaser-header .btn:focus:after {
  background: none;
  border-top-color: #b30000;
}
.fullwidth-teaser-header .btn:active:after {
  border-top-color: #891818;
}
.fullwidth-teaser-header .btn:focus {
  outline: 0 !important;
}
.fullwidth-teaser-header .btn:focus-visible {
  outline: 2px solid #fff !important;
  outline-offset: -4px !important;
}

.fullwidth-teaser-content {
  padding: 1rem 0 0;
}
@media (min-width: 768px) {
  .fullwidth-teaser-content {
    padding: 1rem 0;
  }
}
@media (min-width: 1200px) {
  .fullwidth-teaser-content {
    padding: 0;
  }
}

.fullwidth-teaser-footer {
  margin-bottom: 16px;
  flex: 0 0 100%;
  max-width: 100%;
}
.fullwidth-teaser-footer:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .fullwidth-teaser-footer {
    margin: 0;
  }
}

@media (min-width: 1200px) {
  .fullwidth-teaser-horizontal .fullwidth-teaser-text {
    left: 10%;
    width: 80%;
    justify-content: flex-end;
    padding-bottom: 6rem;
  }
  .fullwidth-teaser-horizontal .fullwidth-teaser-header {
    justify-content: flex-end;
    overflow: visible;
  }
  .fullwidth-teaser-horizontal .btn {
    margin-bottom: -1.62rem;
  }
  .fullwidth-teaser-horizontal .fullwidth-teaser-title {
    width: auto;
    max-width: 70%;
    overflow: visible;
    white-space: normal;
    text-overflow: initial;
  }
  .fullwidth-teaser-horizontal h3,
.fullwidth-teaser-horizontal .h3 {
    margin: 0;
  }
  .fullwidth-teaser-horizontal .fullwidth-teaser-content p {
    width: 89%;
    margin: 0 11% 0 0;
    padding-right: 5.3rem;
    max-width: none;
  }
}
@media (min-width: 1600px) {
  .fullwidth-teaser-horizontal .fullwidth-teaser-text {
    left: 20%;
    width: 60%;
  }
}

@media (min-width: 768px) {
  .fullwidth-teaser-left picture img,
.fullwidth-teaser-left figure img {
    right: -10%;
    left: auto;
  }
}
@media (min-width: 992px) {
  .fullwidth-teaser-left picture img,
.fullwidth-teaser-left figure img {
    right: 0;
  }
  .fullwidth-teaser-left .fullwidth-teaser-text {
    right: auto;
    left: 2rem;
  }
}

.fullwidth-teaser-horizontal.thinner-teaser {
  background: #e6e6e6;
  min-height: 24rem;
}
@media (min-width: 1200px) {
  .fullwidth-teaser-horizontal.thinner-teaser picture,
.fullwidth-teaser-horizontal.thinner-teaser figure {
    height: 30vw;
    max-height: 50vh;
    min-height: 24rem;
  }
  .fullwidth-teaser-horizontal.thinner-teaser .fullwidth-teaser-text {
    padding-bottom: 3rem;
  }
}

.nav-main {
  position: relative;
  background: #fff;
  z-index: 1110;
  transition: left 0.3s;
  border-right: 1px solid #e6e6e6;
}
.nav-main li.current-menu-item > a:first-child, .nav-main li.current-menu-item > a:first-child:hover {
  background: #ff0000;
  font-weight: bold;
  color: #fff;
}
.nav-main ul {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  margin: 0;
  padding: 0 1rem;
  transition: left 0.2s;
}
.nav-main li {
  display: flex;
  flex-flow: row nowrap;
  max-height: 0;
  border-bottom: 1px solid #d5d5d5;
  position: static;
  transition: max-height 0s 0.2s;
  padding-left: 0;
}
.nav-main li:before {
  content: none;
}
.nav-main .current-menu-parent,
.nav-main .current-menu-parent li {
  max-height: 100%;
}
.nav-main a {
  display: block;
  flex: 1 1 auto;
  margin: 4px 0;
  padding: 0.4rem;
  transition: all 0.2s;
  -webkit-text-decoration: none;
  text-decoration: none;
  margin-left: -0.7rem;
  padding-left: 0.7rem;
}
.nav-main a:before {
  content: none;
}
.nav-main a:hover, .nav-main a:focus {
  color: #212121;
}
.nav-main a:hover:not(.nav-arrow), .nav-main a:focus:not(.nav-arrow) {
  background: #e6e6e6;
}
.nav-main a:hover .icon-container, .nav-main a:focus .icon-container {
  background: #e6e6e6;
}
.nav-main .menu-item-has-children > .nav-arrow {
  margin-left: 4px;
}
.nav-main .nav-menu {
  display: block;
  left: 0;
}

.nav-home,
.nav-back,
li.nav-back,
li.nav-home {
  display: block;
  padding-bottom: 1.2rem;
  margin-left: -2rem;
  padding-left: 2rem;
}
.nav-home a,
.nav-back a,
li.nav-back a,
li.nav-home a {
  color: #495057;
}
.nav-home .icon,
.nav-back .icon,
li.nav-back .icon,
li.nav-home .icon {
  color: #8e8e8e;
}

li.nav-back .icon {
  width: 0.8rem;
  margin-right: 0.2rem;
  color: #c1c1c1;
  transition: transform 0.2s, fill 0.2s;
}
li.nav-back:hover .icon {
  color: #212121;
  transform: translateX(-0.2rem);
}

li.nav-home .icon {
  width: 0.6rem;
  margin-top: 0.1rem;
}

a.nav-arrow {
  flex: 0 0 3rem;
  position: relative;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 0 4px 0 5px !important;
  font-size: 1.3rem !important;
  line-height: 1rem !important;
  font-weight: normal !important;
}
a.nav-arrow .icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: background-color 0.3s;
}
a.nav-arrow:before, a.nav-arrow:after {
  content: " ";
  position: absolute;
  top: 5%;
  left: 0;
  width: 1px;
  height: 90%;
  background: #d5d5d5;
}
a.nav-arrow:after {
  left: 100%;
}
a.nav-arrow .icon {
  width: 1rem;
  transform: translateY(-0.1rem);
}
a.nav-arrow:hover .icon-container {
  background: #e6e6e6;
}

.nav-wrapper {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.nav-wrapper::-webkit-scrollbar {
  display: none;
}
.nav-wrapper .current-menu-ancestor > ul {
  display: block;
  left: 0;
}
.nav-wrapper .current-menu-parent > ul {
  display: block;
  left: 100%;
}

.nav-container {
  display: block;
  position: relative;
  width: 100%;
  margin-left: -100%;
  padding-left: 100%;
}

@media (min-width: 1200px) {
  .nav-solid-layout {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .nav-solid-layout .nav-main {
    flex: 0 0 28rem;
    max-width: 28rem;
    min-height: calc(100vh - 5.5rem);
  }
  .nav-solid-layout .content {
    flex: 1 1 auto;
  }
  .nav-solid-layout .overlay {
    display: none;
  }
  .nav-toggle-layout .nav-main {
    position: fixed;
    left: -36.4rem;
    width: 28rem;
    height: calc(100% - 5.5rem);
    border: 1px solid #c1c1c1;
    border-radius: 2px 2px 0 0;
  }
  .nav-toggle-layout .content {
    position: relative;
  }
  .nav-toggle-layout .nav-aside-wrapper {
    display: none;
  }
  .desktop-menu-open {
    height: 100vh;
    overflow: hidden;
  }
  .desktop-menu-open .nav-toggle-layout .overlay {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.95;
  }
  .desktop-menu-open .nav-toggle-layout .nav-main {
    left: 0;
  }
  .nav-main li {
    font-size: 0.9rem;
  }
  .nav-main .nav-back,
.nav-main .nav-home {
    border-bottom: none;
  }
}
@media (max-width: 1199.98px) {
  .main-container {
    position: relative;
  }
  .nav-main {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #c1c1c1;
    transform: translateX(-100%);
    transition: transform 0.2s;
  }
  ul.nav-menu a {
    font-size: 1rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
  .nav-arrow {
    flex: 0 0 4rem;
  }
  .nav-home {
    display: none;
  }
  .content .breadcrumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .nav-back,
.nav-home {
    margin: 0;
    padding: 0;
  }
  .mobile-menu-open {
    height: calc(100% - 9rem);
  }
  .mobile-menu-open .nav-main {
    transform: translateX(0);
  }
  .mobile-menu-open .main-container {
    height: calc(100vh - 9rem);
    overflow: hidden;
  }
  .mobile-menu-open .header .search-mobile {
    bottom: 0;
  }
  .mobile-menu-open .nav-lang-mobile {
    display: block;
  }
}
.overlay {
  content: " ";
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  cursor: pointer;
  z-index: 1100;
  opacity: 0;
  background: #fff;
  transition: opacity 0.3s;
}

@media (min-width: 1200px) {
  .nav-aside-layout {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 1rem;
  }
  .nav-aside-layout > .nav-container, .nav-aside-layout > .nav-aside-wrapper {
    flex: 0 0 22%;
    order: -1;
    max-width: 22%;
    min-width: 320px;
    border-right: 1px solid #d5d5d5;
  }
  .nav-aside-layout > .nav-container:not(:has(.nav-aside-wrapper)) {
    border: 0;
    min-width: 0;
    flex-basis: 0;
  }
  .nav-aside-layout .content {
    flex: 1 1 auto;
  }
  .nav-aside-layout .content .container {
    width: 90%;
  }
}

@media (min-width: 1600px) {
  .nav-aside-layout > .nav-container,
.nav-aside-layout > .nav-aside-wrapper {
    flex: 0 0 16.1%;
    max-width: 16.1%;
  }
}

.nav-aside-layout .nav-aside-wrapper {
  display: block;
}
@media (max-width: 1199.98px) {
  .nav-aside-layout .nav-aside-wrapper {
    padding: 1rem;
  }
  .nav-aside-layout .nav-aside-wrapper .nav-aside [class^=h] {
    padding: 0;
  }
  .nav-aside-layout .nav-aside-wrapper .nav-aside a {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .nav-aside-layout .nav-aside-wrapper {
    height: 100%;
  }
}

.nav-aside {
  padding-bottom: 3rem;
}
.nav-aside [class^=h] {
  padding-left: 3rem;
}
.nav-aside ul {
  padding-left: 1.2rem;
}
.nav-aside > ul {
  padding-left: 0;
}
.nav-aside li {
  list-style-type: none;
  font-size: 0.9rem;
  padding-left: 0;
}
.nav-aside li:before {
  content: none;
}
.nav-aside li li {
  border-top: none;
  margin: 0;
  padding: 0;
}
.nav-aside li.active > a {
  margin-right: -1px;
  margin-left: 2rem;
  padding-left: 1rem;
  background: #e6e6e6;
  border-right: 2px solid #ff0000;
  font-weight: 700;
  color: #212121;
}
.nav-aside li.active > a + ul a {
  color: #212121;
}
.nav-aside li.active > a:before {
  content: none;
}
@media (max-width: 1199.98px) {
  .nav-aside li.active > a {
    margin-left: 0;
    margin-right: 0;
  }
}
.nav-aside > ul > li:first-child > a:before {
  content: none;
}
.nav-aside a {
  display: block;
  position: relative;
  padding: 0.625rem 3rem;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #495057;
}
.nav-aside a:before {
  content: " ";
  position: absolute;
  top: 0;
  width: calc(100% - 6rem);
  height: 1px;
  background: #d5d5d5;
  transition: background 0.25s;
}
.nav-aside a:hover {
  color: #ff0000 !important;
}
.nav-aside a:hover:before {
  background: #ff0000;
}
.nav-aside ul ul > li:first-child a:before {
  content: none;
}

.nav-toggle-layout > .nav-container {
  width: auto;
  margin: 0;
  padding: 0;
}
@media (max-width: 1199.98px) {
  .nav-toggle-layout > .nav-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #c1c1c1;
    overflow-y: scroll;
    transform: translateX(-100%);
    transition: transform 0.2s;
    z-index: 120;
  }
  .mobile-menu-open .nav-toggle-layout > .nav-container {
    transform: translateX(0);
  }
}

.nav-main-mobile {
  position: static;
  border: 0;
  transform: none !important;
}
@media (min-width: 1200px) {
  .nav-main-mobile {
    display: none;
  }
}
.nav-main-mobile .nav-wrapper {
  height: auto;
}
.nav-main-mobile .nav-container {
  margin-left: 0;
  padding-left: 0;
}
.nav-main-mobile .nav-container .nav-menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: static;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #c1c1c1;
}
.nav-main-mobile .nav-container .nav-menu li {
  border: 0;
}
.nav-main-mobile .nav-container .nav-menu li a {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.nav-main-mobile .nav-container .nav-menu li.current-menu-item > a:first-child {
  background: transparent;
  color: #212121;
}

.person-card-avatar {
  height: 8rem;
}

.contact-list {
  border-top: 2px solid #d5d5d5;
  font-size: 0.95rem;
}

.contact-list-row {
  position: relative;
  padding: 0.9rem 0 0.9rem 3.1rem;
  border-top: 1px solid #d5d5d5;
}
@media (min-width: 768px) {
  .contact-list-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0 0.8rem;
    grid-auto-rows: auto;
    min-height: 3.1rem;
  }
}
@media (min-width: 1200px) {
  .contact-list-row {
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    grid-template-columns: 2.5rem repeat(4, 1fr);
  }
}

@media (min-width: 768px) {
  .contact-list-row .contact-list-item {
    align-self: center;
  }
  .contact-list-row .contact-list-item:nth-child(2) {
    grid-column: 1;
    grid-row: 1;
  }
  .contact-list-row .contact-list-item:nth-child(3) {
    grid-column: 1;
    grid-row: 2;
  }
  .contact-list-row .contact-list-item:nth-child(4) {
    grid-column: 2;
    grid-row: 1;
  }
  .contact-list-row .contact-list-item:nth-child(5) {
    grid-column: 2;
    grid-row: 2;
  }
  .contact-list-row .contact-list-item:nth-child(6) {
    grid-column: 3;
    grid-row: 1;
  }
}

.contact-list-item {
  display: block;
  line-height: 1.48rem;
}

.contact-list-avatar {
  position: absolute;
  top: 1rem;
  left: 0;
  width: 2.5rem;
}
@media (min-width: 1200px) {
  .contact-list-avatar {
    top: 0.3rem;
  }
}

@media (min-width: 1200px) {
  .contact-list {
    display: table;
    width: 100%;
  }
  .contact-list-row {
    display: table-row;
    padding: 0;
  }
  .contact-list-item {
    display: table-cell;
    vertical-align: middle;
  }
  .contact-list-avatar {
    display: table-cell;
    position: relative;
    top: 0;
    width: 3.3rem;
    height: 3.15rem;
    padding: 0.35rem 0.8rem 0.3rem 0;
  }
  .contact-list-item,
.contact-list-avatar {
    border-bottom: 1px solid #d5d5d5;
  }
}
.contact-list-avatar-placeholder img {
  background: #d5d5d5;
  color: black;
  border-radius: 50%;
  overflow: hidden;
}

.footer {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.footer p {
  margin: 0;
}

.footer-group {
  margin-bottom: 1rem;
  flex-basis: 100%;
}

.footer-sitemap {
  display: flex;
  flex-flow: column nowrap;
}

.footer-faculties {
  border-bottom: 1px solid #c1c1c1;
}
@media (min-width: 768px) {
  .footer-faculties {
    flex: 0 0 100%;
    border: none;
  }
}
.footer-faculties .footer-links {
  display: flex;
  flex-flow: row wrap;
}
@media (min-width: 768px) {
  .footer-faculties .footer-links {
    display: flex;
    padding-top: 0.5rem;
  }
}
.footer-faculties .footer-links li {
  flex: 0 0 50%;
  position: relative;
  padding-right: 1.5rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .footer-faculties .footer-links li {
    flex: 0 0 20%;
  }
}
.footer-faculties .footer-links li:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0.5rem;
  left: -0.9rem;
  width: 6px;
  height: 5px;
  background: #ff0000;
}
.footer-faculties .footer-links li a {
  margin: 0;
}
.footer-faculties .footer-links li strong {
  display: block;
}

.footer-legal {
  display: flex;
  border-top: 1px solid #c1c1c1;
  padding-top: 2rem;
  flex-flow: column wrap;
  text-align: center;
  flex-basis: 100%;
}
.footer-legal a + a {
  margin-left: 1rem;
}

.footer-links {
  margin: 0;
  padding-left: 0;
}
.footer-links a {
  display: inline-block;
  font-size: 0.83rem;
  line-height: 1.2rem;
  color: #707070;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.footer-links a:hover {
  color: #ff0000;
}
.footer-links li {
  margin: 0.5rem 0;
  padding-left: 0;
  list-style-type: none;
}
.footer-links li:before {
  content: none;
}

.footer-bottom {
  display: flex;
}

@media (max-width: 767.98px) {
  .footer-sitemap {
    margin-bottom: 0;
  }
  .footer-social {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .footer .btn {
    margin: 0 0.4em 0.6rem 0;
  }
  .footer-links li:last-child {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .footer-title {
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
    margin-bottom: 0.4rem;
    font-size: 0.83rem;
    color: #707070;
    border-bottom: 1px solid #c1c1c1;
  }
  .footer-buttons,
.footer-socials {
    margin-bottom: 2rem;
    flex-basis: auto;
  }
  .footer-title-no-underline {
    border: none;
    padding-bottom: 0.3rem;
  }
  .footer-sitemap-col {
    padding-right: 0.8rem;
    flex: 1 1 auto;
  }
  .footer-legal {
    flex-direction: row;
    justify-content: space-between;
    padding-top: 1rem;
  }
  .footer-legal > div {
    display: flex;
    flex: 0 0 auto;
  }
  .footer-legal a,
.footer-legal p {
    font-size: 0.83rem;
    color: #707070;
  }
  .footer-sitemap {
    flex-flow: row nowrap;
  }
}
.bg-dark .footer a {
  color: #fff;
}
.bg-dark .footer a:hover {
  color: #ff0000;
}
.bg-dark .footer-title {
  color: #fff;
  border-color: #707070;
}

.btn-back-to-top {
  display: inline-block;
  opacity: 0;
  position: fixed;
  right: 10px;
  bottom: 30px;
  margin: 0;
  padding: 0.25rem 0.75rem;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s, bottom 0.3s;
  visibility: hidden;
  z-index: 1000;
}
.btn-back-to-top:hover {
  opacity: 1;
}
.btn-back-to-top.show {
  bottom: 10px;
  opacity: 1;
  visibility: visible;
}
.btn-back-to-top .icon {
  width: 1.5em;
  height: 1.5em;
}

.footer-light a {
  background-image: none !important;
}
.footer-light ul li {
  color: #c1c1c1;
}
.footer-light ul li:first-child {
  color: #212121;
}

.footer-light-socials {
  margin-bottom: 0;
  padding: 0.5rem 0;
  border-top: 1px solid #e6e6e6;
}
.footer-light-socials .social-icon-negative .icon {
  font-size: 1.375rem;
}

.bg-dark .footer-light-socials,
.bg-dark .footer-legal {
  border-color: #707070;
}
.bg-dark .social-icon .icon {
  color: #fff;
}
.bg-dark .footer-legal-links a {
  color: #c1c1c1;
}
.bg-dark .footer-legal-links a:hover {
  color: #fff;
}
.bg-dark .footer-light ul li small {
  color: #c1c1c1;
}
.bg-dark .footer-light ul li:first-child {
  color: #fff;
}

.header {
  display: flex;
  width: 100%;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
  height: 5.5rem;
}
@media (min-width: 1200px) {
  .header {
    justify-content: flex-start;
  }
}
.header img {
  margin-top: 0;
  width: 110px;
}
.header .logo {
  margin: 0 auto 0 3rem;
  border: none;
  background-image: none;
}
.header .logo:before {
  content: none;
}
@media (min-width: 1200px) {
  .header .logo {
    margin-right: 0;
  }
}
.header .nav-header {
  display: flex;
  flex: 0 0 auto;
  flex-flow: row nowrap;
  margin: 0 0 0 3.7rem;
  padding: 0;
}
.header .nav-header li {
  display: flex;
  flex: 0 0 auto;
  padding: 0;
}
.header .nav-header li a {
  position: relative;
  margin: 0;
  padding: 2rem 0.7rem;
  font-weight: bold;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.header .nav-header li a:after, .header .nav-header li.dropdown .btn:before {
  content: " ";
  display: block;
  position: absolute;
  top: 1em;
  left: 0.8rem;
  width: 7px;
  height: 6px;
  background: #ff0000;
  opacity: 0;
  transform: none;
  transition: opacity 0.3s;
}
.header .nav-header li a:hover,
.header .nav-header li a.open,
.header .nav-header li a.active, .header .nav-header li.active a,
.header .nav-header li a:focus, .header .nav-header li.current-menu-item a {
  color: #ff0000;
}
.header .nav-header li a:hover:before,
.header .nav-header li a.open:before,
.header .nav-header li a.active:before, .header .nav-header li.active a:before,
.header .nav-header li a:focus:before, .header .nav-header li.current-menu-item a:before {
  content: none;
}
.header .nav-header li a:hover:after,
.header .nav-header li a.open:after,
.header .nav-header li a.active:after, .header .nav-header li.active a:after,
.header .nav-header li a:focus:after, .header .nav-header li.current-menu-item a:after {
  opacity: 1;
}
.header .nav-header li:before {
  content: none;
}
.header .nav-header .dropdown {
  align-items: center;
}
.header .nav-header .dropdown .btn {
  padding: 0.7rem;
  font-size: inherit;
  font-weight: bold;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.header .nav-header .dropdown .btn:before {
  top: 0 !important;
  border: none;
  border-radius: 0;
}
.header .nav-header .dropdown .btn:hover:before,
.header .nav-header .dropdown .btn:focus:before {
  opacity: 1;
}
.header .nav-header .dropdown-item {
  padding: 0.25rem 1.25rem;
  font-weight: 400;
}
.header .nav-header .dropdown-item:after {
  content: none;
}
.header .nav-header .dropdown-item:hover {
  color: #212121;
}
.header .nav-header .icon {
  font-size: 0.9em;
}
@media (max-width: 1199.98px) {
  .header {
    height: 5.5rem;
    max-height: 5.5rem;
    padding: 0 0.9rem;
  }
  .header .logo {
    margin-left: 0;
  }
}

.header-light .logo {
  margin-right: 1rem;
  padding-right: 1rem;
  border-right: 1px solid #c1c1c1;
}
.header-light h1,
.header-light .site-title {
  align-self: flex-start;
  flex: 0 1 100px;
  margin: auto 0;
  font-size: 1rem;
  color: #ff0000;
  text-transform: uppercase;
}
.header-light h1 a,
.header-light .site-title a {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.header-light p.site-title {
  line-height: 1.1em;
  font-weight: 700;
}
.header-light .drawer {
  margin-left: -0.9rem;
}
@media (min-width: 1200px) {
  .header-light .drawer {
    margin-left: 0;
  }
}
@media (max-width: 767.98px) {
  .header-light .drawer.open + .header-light-content .nav-toggle-mobile,
.header-light .drawer.open + .header-light-content .nav-lang,
.header-light .drawer.open + .header-light-content .search-mobile-toggle {
    display: none;
  }
}
.header-light .header-light-content {
  flex-grow: 1;
  flex-flow: row wrap;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767.98px) {
  .header-light .header-light-content :not(.nav-lang.dropdown):not(.nav-user) + .nav-toggle-mobile {
    padding: 0.5rem 0.9rem;
  }
}
@media (max-width: 575.98px) {
  .header-light .header-light-content :not(.nav-lang.dropdown):not(.nav-user) + .nav-toggle-mobile {
    padding: 0.625rem 0.9rem;
  }
}
@media (max-width: 1199.98px) {
  .header-light .header-light-content {
    height: 100%;
    padding: 0.3rem 0;
  }
  .header-light .header-light-content .logo {
    margin: 0 auto 0 0;
    padding: 0;
    border: 0;
    line-height: 3rem;
  }
  .header-light .header-light-content .logo img {
    width: 90px;
  }
  .header-light .header-light-content .nav-toggle-mobile {
    order: 2;
    margin: 0;
    transition: margin 0.2s;
  }
  .header-light .header-light-content h1,
.header-light .header-light-content .site-title {
    flex: 0 0 100%;
    margin: 4px 0 0;
    white-space: nowrap;
    order: 3;
  }
}
.header-light .nav-header {
  margin-left: 2rem;
}

.hero {
  overflow: hidden;
}
@media (min-width: 768px) {
  .hero {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 767.98px) {
  .hero {
    padding-right: 0.9rem;
    padding-left: 0.9rem;
  }
}

@media (min-width: 768px) {
  .hero-content-container {
    flex: 1 0 50%;
    position: relative;
    z-index: 5;
    margin-top: 128px;
  }
}
@media (min-width: 992px) {
  .hero-content-container {
    flex: 1 0 30%;
  }
}

@media (min-width: 768px) {
  .hero-content,
.hero-title {
    padding: 32px;
    background-color: #fff;
  }
}

@media (min-width: 768px) {
  .hero-title {
    display: inline-block;
    max-width: 100%;
    min-width: 75%;
    margin-bottom: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    text-align: right;
  }
}

@media (max-width: 767.98px) {
  .hero-content {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .hero-content {
    width: 110%;
  }
}

.hero-img picture,
.hero-img figure {
  display: block;
  height: 100%;
  max-height: 100%;
}
.hero-img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  font-family: "object-fit: cover;"; /* stylelint-disable-line */
  width: 100%;
  height: 100%;
}
.hero-img img.top-center {
  -o-object-position: top center;
     object-position: top center;
}
.hero-img img.bottom-center {
  -o-object-position: bottom center;
     object-position: bottom center;
}
@media (min-width: 1600px) {
  .hero-img picture {
    height: 80vh;
    max-height: 80vh;
  }
}
@media (min-width: 768px) {
  .hero-img {
    flex: 0 0 85%;
    margin-left: -35%;
  }
}
@media (min-width: 992px) {
  .hero-img {
    margin-left: -15%;
  }
}

.introduction {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  padding: 3rem 0 2.5rem;
  background: #fff;
}
.introduction h2,
.introduction .h2 {
  margin-bottom: 1rem;
}

.input-group-inner-space input,
.input-group-inner-space button {
  border-radius: 2px !important;
}
.input-group-inner-space .input-group-append {
  padding-left: 8px;
}

@media (max-width: 575.98px) {
  .newsletter-signup-wrapper {
    overflow: hidden;
  }
  .newsletter-signup-wrapper .form-control, .newsletter-signup-wrapper .selectize-control .selectize-input, .selectize-control .newsletter-signup-wrapper .selectize-input,
.newsletter-signup-wrapper .input-group-append,
.newsletter-signup-wrapper .btn {
    flex: 0 1 100%;
    width: 100%;
  }
  .newsletter-signup-wrapper .input-group-inner-space .input-group-append {
    padding-left: 0;
    margin-top: 8px;
  }
  .newsletter-signup-wrapper .input-group-inner-space .input-group-append .btn {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
}

.tab-pane output[for=nutrimenu-score] {
  font-weight: bold;
}

.table-restauration tr td {
  padding: 0.5rem;
}
.table-restauration tr td:first-child {
  padding-left: 0;
}
.table-restauration tr td:last-child {
  padding-right: 0;
}
.table-restauration td.menu .menu-content {
  display: flex;
  align-items: center;
}
.table-restauration td.menu .logo img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.table-restauration td.menu .nutrimenu {
  margin-left: auto;
  padding-right: 0.5rem;
}
.table-restauration td.prices span.price {
  display: block;
}
@media (max-width: 575.98px) {
  .table-restauration td.menu .logo {
    display: none;
  }
}
@media only screen and (max-width: 639px) {
  .table-restauration tr td {
    padding: 0.5rem 0;
    border: 0;
  }
  .table-restauration tr > td:first-child {
    padding-top: 1rem;
    border-top: 2px solid #d5d5d5;
  }
  .table-restauration tr > td:last-child {
    margin: 0;
    padding-bottom: 1rem;
  }
  .table-restauration tr + tr {
    border-width: 0;
  }
  .table-restauration td.menu .tablesaw-cell-content {
    max-width: none;
    width: 100%;
  }
  .table-restauration td.menu .logo {
    margin-right: 0.25rem;
    width: 30%;
  }
  .table-restauration td.menu .nutrimenu {
    padding-left: 1rem;
  }
  .table-restauration td.menu .nutrimenu img {
    height: 64px;
  }
  .table-restauration td.restaurant,
.table-restauration td.prices {
    clear: none;
    padding-top: 0;
    width: auto;
    white-space: nowrap;
  }
  .table-restauration td.restaurant {
    padding-right: 1rem;
  }
  .table-restauration td.prices span.price {
    display: inline-block;
  }
  .table-restauration td.prices span.price + .price {
    margin-left: 0.25rem;
  }
}

.social-feed-group {
  margin-left: -16px;
  margin-right: -16px;
  padding: 4rem 0;
}
.social-feed-group .social-feed {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1200px) {
  .social-feed-group {
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    margin: 0;
    padding: 2rem 0;
  }
  .social-feed-group .social-feed-container {
    padding: 0 0.7rem;
  }
  .ie .social-feed-group .social-feed-container {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .social-feed-group .social-feed-container .social-feed {
    height: 100%;
    padding: 2.2rem 1.5rem 1.5rem;
  }
  .social-feed-group .social-feed-container:first-child {
    padding-left: 0;
  }
  .social-feed-group .social-feed-container:last-child {
    padding-right: 0;
  }
}

.social-feed-container {
  align-items: center;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 1200px) {
  .social-feed-container {
    flex-flow: row nowrap;
  }
}
.social-feed-container .social-feed {
  margin-bottom: 3rem;
}
@media (min-width: 1200px) {
  .social-feed-container .social-feed {
    margin-bottom: 0;
    height: 100%;
  }
}

.social-feed-content {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.key-number-group {
  flex-wrap: wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.key-number-group > * {
  flex: 0 0 100%;
  padding: 0.5rem;
}
@media (min-width: 768px) {
  .key-number-group .key-number {
    flex: 1 0 50%;
  }
}
@media (min-width: 992px) {
  .key-number-group .key-number {
    flex: 0 0 25%;
  }
  .key-number-group .key-number-large {
    flex: 0 0 50%;
  }
}

.cc-window {
  z-index: 4004 !important;
}

a.cc-btn {
  -webkit-text-decoration: none;
  text-decoration: none;
}

a.cc-link {
  padding: 0.2em 0;
}

.epfl-faq-header {
  margin-bottom: 2rem;
}

.faq-item {
  border-top: 1px solid #c1c1c1;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.faq-item h4.faq-item-question {
  font-weight: bold;
}

/**
* Program
**/
.coursebook-program .tree {
  padding: 0;
  list-style-type: none;
}
.coursebook-program .tree > li {
  flex: 0 0 50%;
  font-size: 0.83rem;
}
.coursebook-program .tree > li strong {
  font-size: 0.747rem;
}
.coursebook-program .tree > li .underline {
  display: inline;
}
.coursebook-program .tree > li .underline > a {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.coursebook-program .tree > li > ul {
  padding: 0;
  list-style-type: none;
  font-size: 0.83rem;
}
.coursebook-program .tree > li > ul li {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  padding: 0.4rem 0.2rem;
}
.coursebook-program .tree > li > ul li > * {
  flex: 0 0 auto;
}
.coursebook-program .tree > li > ul li > *:first-child {
  flex: 0 0 50%;
}
.coursebook-program .tree > li > ul li br {
  display: none;
}
.coursebook-program .tree > li > ul strong {
  text-transform: uppercase;
}
.coursebook-program .tree > li > ul > li:nth-child(even) {
  background: #e6e6e6;
}

/**
* Reference week
**/
.taken {
  color: white;
  vertical-align: middle;
  text-align: center;
}
.taken a {
  color: white !important;
  text-decoration-color: #fff;
}
.taken a:hover {
  font-weight: bold;
}

.coursebook-reference-week > div > div {
  width: auto !important;
  margin-right: 0.9rem;
  font-size: 0.8881rem;
}

.semaineDeRef {
  position: relative;
  border: 0;
}
.semaineDeRef:before, .semaineDeRef:after {
  content: "";
  border-bottom: 1px solid #d5d5d5;
  position: absolute;
  right: 0;
  left: 0;
}
.semaineDeRef:before {
  top: calc(2rem - 2px);
  bottom: auto;
}
.semaineDeRef:after {
  top: auto;
  bottom: -1px;
}
.semaineDeRef tbody tr:first-child th {
  padding: 0.12rem 0.66rem;
}
.semaineDeRef tbody tr td {
  padding: 0.15rem 0.45rem;
  transition: background-color 0.3s ease-in-out;
}
.semaineDeRef tbody tr:hover td {
  background: #d5d5d5;
}
.semaineDeRef tbody td,
.semaineDeRef tbody th {
  width: 16.6667%;
}
.semaineDeRef tbody th {
  height: 2rem;
  background: transparent;
  border: solid #d5d5d5;
  border-width: 1px 0;
  text-align: center;
}
.semaineDeRef tbody td {
  height: 2rem;
  background: #e6e6e6;
  border: 2px solid #fff;
}
.semaineDeRef tbody td.time {
  background: transparent;
  color: #212121;
  padding-left: 0;
}
.semaineDeRef tbody td.taken {
  color: #fff;
}
.semaineDeRef tbody td.taken a {
  color: #fff;
}
.semaineDeRef tbody td.taken.cours {
  background: #ff0000;
}
.semaineDeRef tbody td.taken.exercice {
  background: #b51f1f url(../images/icons/icon-course-exercise.svg) no-repeat 4px 4px;
}
.semaineDeRef tbody td.taken.projet {
  background: #8e0000 url(../images/icons/icon-course-project.svg) no-repeat 4px 4px;
}

.coursebook-week-caption .caption {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.coursebook-week-caption .caption .caption-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-right: 0.25rem;
  vertical-align: middle;
}
.coursebook-week-caption .caption-cours .caption-icon {
  background: #ff0000;
}
.coursebook-week-caption .caption-exercice .caption-icon {
  background: #b51f1f url(../images/icons/icon-course-exercise.svg) no-repeat 0.5rem 0.5rem;
}
.coursebook-week-caption .caption-projet .caption-icon {
  background: #8e0000 url(../images/icons/icon-course-project.svg) no-repeat 0.5rem 0.5rem;
}

/**
* Legend
**/
.box.two-cols {
  display: flex;
  flex-flow: row wrap;
}
.box.two-cols .box-col {
  flex: 0 0 50%;
}

.coursebook-legend h3 {
  flex: 0 0 100%;
  font-size: 1.2rem;
}
.coursebook-legend ul {
  list-style: none;
  padding: 0;
  font-size: 0.83rem;
}
.coursebook-legend ul li {
  margin-bottom: 0.1rem;
}

/**
* temporary icons style
**/
.img_legende:before {
  margin-right: 0.3rem;
  float: left;
}
.img_legende.automne:before {
  content: "🍂";
}
.img_legende.winter:before {
  content: "❄️";
}
.img_legende.printemps:before {
  content: "🌼";
}
.img_legende.sun:before {
  content: "☀️";
}
.img_legende.anglais:before {
  content: "🏴󠁧󠁢󠁥󠁮󠁧󠁿󠁧󠁢󠁥󠁮󠁧󠁿";
}
.img_legende.francais:before {
  content: "🇫🇷";
}
.img_legende.allemand:before {
  content: "🇩🇪";
}

.event-location a {
  color: #212121;
  text-decoration-line: underline !important;
  text-decoration-color: #ff0000;
  transition: text-decoration-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.event-location a:hover, .event-location a:focus, .event-location a:active {
  text-decoration-color: #212121 !important;
}
.event-location a:active {
  color: #ff0000;
}

.event-info p {
  margin-bottom: 0;
}

.list-events .list-group-teaser-content .card-title {
  max-width: 660px;
}
.list-events .list-group-teaser-content .event-actions .btn + .btn {
  margin-left: 0.5rem;
}
@media (min-width: 1200px) {
  .list-events .list-group-teaser-content .event-actions {
    position: absolute;
    top: 0;
    right: 1rem;
  }
  .col-md-1 .list-events .list-group-teaser-content .event-actions {
    position: static;
  }
  .col-md-2 .list-events .list-group-teaser-content .event-actions {
    position: static;
  }
  .col-md-3 .list-events .list-group-teaser-content .event-actions {
    position: static;
  }
  .col-md-4 .list-events .list-group-teaser-content .event-actions {
    position: static;
  }
  .col-md-5 .list-events .list-group-teaser-content .event-actions {
    position: static;
  }
  .col-md-6 .list-events .list-group-teaser-content .event-actions {
    position: static;
  }
  .col-md-7 .list-events .list-group-teaser-content .event-actions {
    position: static;
  }
}

.list-group.list-events-featured .list-group-teaser {
  flex-grow: 1;
  flex-basis: 0;
  background: transparent;
  margin-bottom: 1rem;
}
.list-group.list-events-featured .list-group-teaser:last-child {
  margin-bottom: 0;
}
.list-group.list-events-featured .list-group-teaser-container {
  height: 100%;
  background: #fff;
  flex-direction: column;
}
.list-group.list-events-featured .list-group-teaser-container .btn-secondary:hover, .list-group.list-events-featured .list-group-teaser-container .btn-secondary:active, .list-group.list-events-featured .list-group-teaser-container .btn-secondary:focus {
  background: #fff;
}
.list-group.list-events-featured .list-group-teaser-content .event-actions {
  position: static;
}
.list-group.list-events-featured .list-group-teaser-content .event-actions .btn {
  width: 100%;
}
.list-group.list-events-featured .list-group-teaser-content .event-actions .btn + .btn {
  margin-left: 0;
  margin-top: 0.75rem;
}
@media (min-width: 992px) {
  .list-group.list-events-featured {
    flex-direction: row;
    margin-left: -10px;
    margin-right: -10px;
  }
  .list-group.list-events-featured .list-group-teaser {
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .list-group.list-events-featured .list-group-teaser + .list-group-teaser {
    margin-top: 0;
  }
  .list-group.list-events-featured .list-group-teaser-thumbnail {
    padding-bottom: 0;
  }
  .list-group.list-events-featured .list-group-teaser-content {
    display: flex;
    flex-direction: column;
  }
  .list-group.list-events-featured .list-group-teaser-content .card-info {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .list-group.list-events-featured .list-group-teaser-content .event-actions {
    margin-top: auto;
  }
}

@media (min-width: 992px) {
  .events-links ul {
    margin-bottom: 0;
  }
}
.events-links li {
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  margin-right: 1rem;
}
.events-links li:last-child {
  margin-right: 0;
}

.events-pager .pagination {
  margin-bottom: 0;
}

.carousel-highlighted-news .fullwidth-teaser-text .list-inline {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.table-like {
  --table-columns: 1fr minmax(200px, 3fr) minmax(auto, 1fr) minmax(200px, 3fr) 2fr 2fr 2fr minmax(200px, 3fr) 1fr;
  overflow-x: visible;
  overflow-x: initial;
  max-width: 100%;
}
.table-like h2,
.table-like h3,
.table-like h4 {
  font-size: 1rem;
  font-weight: 700;
}
.table-like ul {
  margin: 0;
  padding: 0;
}
.table-like ul li {
  line-height: 1.3;
}
.table-like ul li:before {
  top: 0.45em;
}
.table-like ul li + li {
  margin-top: 0.25em;
}
.table-like .line,
.table-like .first-line {
  display: grid;
  grid-template-columns: 1fr minmax(200px, 3fr) minmax(auto, 1fr) minmax(200px, 3fr) 2fr 2fr 2fr minmax(200px, 3fr) 1fr;
  font-size: 0.9375rem;
}
.table-like .line > div,
.table-like .first-line > div {
  border-bottom: 1px solid #d5d5d5;
}
.table-like .line > div:first-child,
.table-like .first-line > div:first-child {
  border-left: 1px solid #d5d5d5;
}
.table-like .line > div:last-of-type,
.table-like .first-line > div:last-of-type {
  border-right: 1px solid #d5d5d5;
}
.table-like .line > div + div,
.table-like .first-line > div + div {
  border-left: 1px solid #d5d5d5;
}
.table-like .first-line {
  font-size: 0.6875rem;
  font-weight: 700;
  color: #707070;
  text-transform: uppercase;
}
.table-like .first-line > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: 1px solid #d5d5d5;
  border-bottom-width: 2px;
  padding: 0.6rem;
}
.table-like .line > div {
  padding: 0;
}
.table-like .line > div > div {
  padding: 0.6rem;
}
.table-like .line-up {
  position: sticky;
  top: 0;
  background-color: #f4f4f4;
}
@supports (display: contents) {
  .table-like {
    display: grid;
    grid-template-columns: var(--table-columns);
    background-color: #d5d5d5;
  }
  .table-like .line-up,
.table-like .line-down,
.table-like .line,
.table-like .first-line {
    display: contents;
  }
  .table-like .line-up > div,
.table-like .line-down > div,
.table-like .line > div,
.table-like .first-line > div {
    background-color: #fff;
  }
  .table-like .first-line > div {
    background-color: #f4f4f4;
  }
  .table-like h2, .table-like h3, .table-like h4 {
    grid-column: 1/-1;
    background-color: #fff;
    margin-bottom: 0;
    padding-bottom: calc( 0.5rem * 1.5);
  }
  .table-like .line-down + h2,
.table-like .line-down + h3,
.table-like .line-down + h4 {
    padding-top: 2em;
  }
  .table-like .first-line + .clear,
.table-like .line + .clear {
    display: block;
    grid-column: 1/-1;
    height: 0;
  }
  .table-like .line-down:last-child .clear {
    display: none;
  }
}
.table-like .titre_bachlor {
  text-align: center;
}
.table-like .bachlor .titre,
.table-like .line .bachlor-text {
  display: grid;
  grid-column-gap: 2px;
  grid-template-columns: repeat(3, 1fr);
  padding: 0;
}
.table-like .bachlor .titre .cep,
.table-like .line .bachlor-text .cep {
  text-align: center;
}
.table-like .bachlor .titre {
  margin-right: -0.6rem;
  margin-left: -0.6rem;
}
.table-like .line-down .bachlor {
  padding: 0 !important;
}
.table-like .schedule-text.no-course {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #8e8e8e;
}
.table-like .bachlor-text {
  height: 100%;
  background: repeating-linear-gradient(0deg, #fff, #fff 2px, #d5d5d5 2px, #d5d5d5 4px);
}
.table-like .bachlor-text .cep {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  background-color: #fff;
}
.table-like .bachlor-text .cep:nth-child(2) {
  background-color: #f4f4f4;
}
.table-like .line-down .bachlor:nth-child(4) .cep {
  background-color: #f4f4f4;
}
.table-like .line-down .bachlor:nth-child(4) .cep:nth-child(2) {
  background-color: #fff;
}
.table-like .line .cours {
  grid-column-gap: 1px;
  padding: 0 !important;
  background-color: #fff;
}
.table-like .line .cours > div {
  padding: 0 0.6rem;
  background-color: #fff;
}
.table-like .line .cours > div:first-child {
  padding-top: 0.6rem;
}
.table-like .line .cours > div:last-child {
  padding-bottom: 0.6rem;
}
.table-like .line .cours .cours-name {
  font-weight: bold;
  padding-bottom: 0.6rem !important;
}
.table-like .line .cours .cours-name i {
  display: block;
  font-weight: normal;
}
.table-like .line .cours .cours-code {
  grid-area: 2/1;
  padding-top: 0 !important;
}
.table-like .line .cours .cours-title .bold {
  color: #212121;
}
.table-like .line .cours .section-name,
.table-like .line .cours .enseignement-name {
  grid-row: span 2;
}
.table-like .langue {
  text-align: center;
}
.table-like .examen {
  display: flex;
}
.table-like .credit-time {
  font-size: 1.25rem;
  text-align: center;
  color: #707070;
}
.table-like .specialisation p {
  font-size: 0.875rem;
  margin-right: 0.6rem;
}
.table-like .specialisation ul.spec {
  list-style: none;
  margin: 0;
  padding-left: 0;
  text-align: left;
}
.table-like .specialisation ul.spec li {
  font-size: 0.875rem;
  margin-bottom: 0;
}
.table-like .specialisation ul.spec li:after {
  content: ";";
}
.table-like .specialisation ul.spec li:before {
  top: 0.38em;
}
.table-like .specialisation ul.spec.list-bullet {
  margin-left: 0;
}
.table-like .specialisation ul.spec.list-bullet li:after {
  display: none;
}
.table-like .exam-icon .sun:before {
  content: "☀️";
}
.table-like .exam-icon .winter:before {
  content: "❄️";
}
.table-like .line-down .line:hover > div,
.table-like .line-down .line:hover .cours > div,
.table-like .line-down .line:hover .cep {
  background-color: #f4f4f4;
}
.table-like .line-down .line:hover .cep:nth-child(2),
.table-like .line-down .line:hover .bachlor:nth-child(4) .cep {
  background-color: #eaeaea;
}
.table-like .line-down .line:hover .bachlor:nth-child(4) .cep:nth-child(2) {
  background-color: #f4f4f4;
}
.table-like .clear {
  display: none;
}
.table-like .btn-collapse {
  display: none;
}

.study-plan-0-semesters {
  --table-columns: minmax(300px, 4fr) 1fr minmax(auto, 2fr) 1fr;
}

.study-plan-1-semesters {
  --table-columns: minmax(300px, 4fr) 1fr 2fr minmax(200px, 3fr) 1fr;
}

.study-plan-2-semesters {
  --table-columns: minmax(300px, 4fr) 1fr 2fr 2fr minmax(200px, 3fr) 1fr;
}

.study-plan-3-semesters {
  --table-columns: minmax(300px, 4fr) 1fr 2fr 2fr 2fr minmax(200px, 3fr) 1fr;
}

.study-plan-4-semesters {
  --table-columns: minmax(300px, 4fr) 1fr 2fr 2fr 2fr 2fr minmax(200px, 3fr) 1fr;
}

.study-plan-5-semesters {
  --table-columns: minmax(300px, 4fr) 1fr 2fr 2fr 2fr 2fr 2fr minmax(200px, 3fr) 1fr;
}

.study-plan-master-0-semesters {
  --table-columns: minmax(250px, 3fr) 1fr minmax(140px, 3fr) 1fr;
}

.study-plan-master-1-semesters {
  --table-columns: minmax(250px, 3fr) 1fr 2fr minmax(140px, 3fr) 1fr;
}

.study-plan-master-2-semesters {
  --table-columns: minmax(250px, 3fr) 1fr 2fr 2fr minmax(140px, 3fr) 1fr;
}

.study-plan-master-3-semesters {
  --table-columns: minmax(250px, 3fr) 1fr 2fr 2fr 2fr minmax(140px, 3fr) 1fr;
}

.study-plan-master-4-semesters {
  --table-columns: minmax(250px, 3fr) 1fr 2fr 2fr 2fr 2fr minmax(140px, 3fr) 1fr;
}

.study-plan-master-5-semesters {
  --table-columns: minmax(250px, 3fr) 1fr 2fr 2fr 2fr 2fr 2fr minmax(140px, 3fr) 1fr;
}

.study-plan-master-pdm {
  --table-columns: minmax(250px, 3fr) 1fr 2fr 2fr 2fr 2fr minmax(140px, 3fr) 1fr;
}

.study-plan-master {
  --table-columns: minmax(250px, 3fr) 1fr 2fr 2fr minmax(170px, 3fr) minmax(140px, 3fr) 1fr;
}

@media all and (max-width: 1359px) {
  .table-like {
    display: block;
  }
  .table-like .line-up {
    display: none;
  }
  .table-like .line-down {
    display: block;
  }
  .table-like .line-down .line {
    border-bottom: 4px solid #fff;
    display: block;
    max-height: 1000px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.2s ease-in-out;
  }
  .table-like .line-down .line:not(.open) {
    max-height: 34px;
  }
  .table-like .line-down .line .btn-collapse {
    display: block;
    position: absolute;
    top: 4px;
    right: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background: transparent;
    border: 0;
    cursor: pointer;
    padding-top: 0;
  }
  .table-like .line-down .line .btn-collapse > * {
    float: right;
  }
  .table-like .line-down .line .btn-collapse > span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .table-like .line-down .line .btn-collapse .icon {
    color: #d5d5d5;
    transition: all 0.3s ease-in-out;
  }
  .table-like .line-down .line:hover .btn-collapse .icon {
    color: #fff;
  }
  .table-like .line-down .line.open .btn-collapse svg {
    transform: rotate(180deg);
  }
  .table-like .line-down .line > div {
    border-right: 1px solid #d5d5d5;
  }
  .table-like .line > div {
    display: block;
  }
  .table-like .line > div:before {
    content: attr(data-title);
    display: block !important;
    margin: -1px -1px 0;
    padding: 0.3rem 0.6rem;
    background: #D5D5D5;
    color: #000;
    min-width: 100%;
  }
  .table-like .line > div.cours:before {
    background: #707070;
    font-weight: bold;
    color: #fff;
  }
  .table-like .line .examen > div {
    display: inline-block;
  }
  .table-like .line .langue {
    text-align: left;
  }
  .table-like .line .credit-time {
    text-align: left;
  }
  .table-like .line .specialisation {
    text-align: left;
  }
  .table-like .line .cep .label {
    clip: auto;
    clip-path: none;
    position: static;
    width: auto;
    height: auto;
  }
}
.press-teaser {
  border-bottom: 1px solid #c1c1c1;
}

.project-data {
  margin-bottom: 0;
}
.project-data + .project-data {
  margin-top: 0.125rem;
}
.project-data .available {
  font-weight: bold;
  color: #699b32;
}
.project-data .completed {
  font-weight: bold;
}

.project-completed .actions {
  margin-top: 0.25rem;
}
.project-completed .actions .btn {
  margin: 0.25rem 0.25rem 0 0;
}

@media (max-width: 767.98px) {
  .project-completed .actions {
    max-height: 240px;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
  }
  .collapsed .project-completed .actions {
    max-height: 0;
  }
}
.project-thumb {
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .project-thumb {
    float: right;
    margin-left: 1rem;
    width: 150px;
    max-width: 25%;
  }
}

.people-title {
  font-size: 1.75rem;
  font-weight: 700;
}

.people-basic-info {
  flex-direction: row-reverse;
}

.people-contacts hr {
  border-color: #c1c1c1;
  margin: 0;
}

.list-group + h3 {
  margin-top: 2em;
}

.people-contents .list-group .list-group-item-borderless:not(.education-list):last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.education-list {
  display: grid;
  grid-template-columns: minmax(20%, 4fr) minmax(20%, 3fr) minmax(20%, 3fr) 8rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.education-list p {
  margin: 0;
  padding-right: 1rem;
}
.education-list p:last-child {
  padding-right: 0;
  text-align: right;
}

article.blog-post header {
  border-bottom: 1px solid #e6e6e6;
}
article.blog-post footer {
  border-color: #e6e6e6;
}

.entry-content p:last-child {
  margin-bottom: 0;
}

.post-footer .post-nav .nav-prev,
.post-footer .post-nav .nav-next {
  text-align: center;
}
.post-footer .post-nav .nav-prev .btn,
.post-footer .post-nav .nav-next .btn {
  width: 100%;
  font-size: 0.875rem;
  text-align: inherit;
}
.post-footer .post-nav .nav-prev .icon,
.post-footer .post-nav .nav-next .icon {
  display: none;
}
.post-footer .post-nav .nav-prev .label,
.post-footer .post-nav .nav-prev .post-title,
.post-footer .post-nav .nav-next .label,
.post-footer .post-nav .nav-next .post-title {
  display: block;
}
.post-footer .post-nav .nav-prev {
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .post-footer .post-nav {
    display: flex;
    justify-content: space-between;
  }
  .post-footer .post-nav .nav-prev,
.post-footer .post-nav .nav-next {
    max-width: 48%;
  }
  .post-footer .post-nav .nav-prev .icon,
.post-footer .post-nav .nav-next .icon {
    display: inline;
  }
  .post-footer .post-nav .nav-prev .colon,
.post-footer .post-nav .nav-next .colon {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .post-footer .post-nav .nav-next {
    text-align: left;
  }
  .post-footer .post-nav .nav-prev {
    margin: 0 0 0 auto;
    text-align: right;
  }
  .post-footer .post-nav .post-title {
    font-size: 0.9375rem;
  }
}

.course-details {
  position: relative;
}
@media (min-width: 1200px) {
  .course-details:after {
    content: "";
    border-right: 1px solid #c1c1c1;
    position: absolute;
    top: 0;
    right: -3rem;
    bottom: 0;
    left: auto;
  }
}

.error-title {
  font-size: 12vw;
  color: #ff0000;
  margin-bottom: 0.75rem;
  text-align: center;
}

.error-404 .search-form {
  margin: 0 auto;
  max-width: 50rem;
}

.events-filters form {
  display: flex;
  flex-wrap: wrap;
  justify-content: stretch;
  margin-left: -10px;
  margin-right: -10px;
}
.events-filters form > * {
  flex-grow: 1;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.events-filters form .form-group {
  width: 100%;
}
.events-filters form .dropdown {
  width: 100%;
  margin-bottom: 1rem;
}
.events-filters form .dropdown button {
  display: flex;
  width: 100%;
  padding: 0.375rem 0.75rem;
  justify-content: space-between;
  align-items: center;
  text-align: left;
}
.events-filters form .dropdown .dropdown-menu.show {
  top: 38px !important;
  right: 0;
  left: auto !important;
  transform: none !important;
}
.events-filters form .dropdown .picker__holder {
  border: 0;
}
@media (min-width: 768px) {
  .events-filters form .form-group,
.events-filters form .dropdown {
    width: 25%;
  }
  .events-filters form .form-group-categories {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .events-filters form .form-group,
.events-filters form .dropdown {
    width: 15%;
  }
  .events-filters form .form-group-categories {
    width: 30%;
  }
}
.events-filters form .form-group-search {
  width: 100%;
}
.events-filters form .form-group-search .search-container {
  margin: 0;
}
.events-filters .select-multiple .ms-drop,
.events-filters .select-multiple .ms-drop ul,
.events-filters .dropdown .picker__table {
  width: auto;
}
