@charset "UTF-8";
html {
  font-size: 14px;
}

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #707070;
  --gray-dark: #343a40;
  --primary: #F3A034;
  --success: #28a745;
  --danger: #dc3545;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1600px;
  --breakpoint-xxxl: 1820px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: "Avenir LT W01_35 Light1475496", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-size: 1rem;
  font-weight: 35;
  line-height: 1.7142857143;
  color: #000;
  text-align: left;
  background-color: #fff;
}

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

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

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

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  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: 95;
}

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: #F3A034;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #F3A034;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

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

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.75rem;
  padding-bottom: 0.75rem;
  color: #707070;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

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.7916666667em;
  font-family: inherit;
  font-weight: normal;
  line-height: normal;
  color: #F3A034;
}

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

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

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

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

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

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

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 20;
  line-height: normal;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 20;
  line-height: normal;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 20;
  line-height: normal;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 20;
  line-height: normal;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid black;
}

small,
.small {
  font-size: 80%;
  font-weight: 35;
}

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

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

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

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

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

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 90%;
  color: #707070;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 95;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1368px;
  }
}
@media (min-width: 1820px) {
  .container {
    max-width: 1649px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}

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

.col-xxxl,
.col-xxxl-auto, .col-xxxl-24, .col-xxxl-23, .col-xxxl-22, .col-xxxl-21, .col-xxxl-20, .col-xxxl-19, .col-xxxl-18, .col-xxxl-17, .col-xxxl-16, .col-xxxl-15, .col-xxxl-14, .col-xxxl-13, .col-xxxl-12, .col-xxxl-11, .col-xxxl-10, .col-xxxl-9, .col-xxxl-8, .col-xxxl-7, .col-xxxl-6, .col-xxxl-5, .col-xxxl-4, .col-xxxl-3, .col-xxxl-2, .col-xxxl-1, .col-xxl,
.col-xxl-auto, .col-xxl-24, .col-xxl-23, .col-xxl-22, .col-xxl-21, .col-xxl-20, .col-xxl-19, .col-xxl-18, .col-xxl-17, .col-xxl-16, .col-xxl-15, .col-xxl-14, .col-xxl-13, .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-24, .col-xl-23, .col-xl-22, .col-xl-21, .col-xl-20, .col-xl-19, .col-xl-18, .col-xl-17, .col-xl-16, .col-xl-15, .col-xl-14, .col-xl-13, .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-24, .col-lg-23, .col-lg-22, .col-lg-21, .col-lg-20, .col-lg-19, .col-lg-18, .col-lg-17, .col-lg-16, .col-lg-15, .col-lg-14, .col-lg-13, .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-24, .col-md-23, .col-md-22, .col-md-21, .col-md-20, .col-md-19, .col-md-18, .col-md-17, .col-md-16, .col-md-15, .col-md-14, .col-md-13, .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-24, .col-sm-23, .col-sm-22, .col-sm-21, .col-sm-20, .col-sm-19, .col-sm-18, .col-sm-17, .col-sm-16, .col-sm-15, .col-sm-14, .col-sm-13, .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-24, .col-23, .col-22, .col-21, .col-20, .col-19, .col-18, .col-17, .col-16, .col-15, .col-14, .col-13, .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: 20px;
  padding-left: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-13 {
  flex: 0 0 54.1666666667%;
  max-width: 54.1666666667%;
}

.col-14 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-15 {
  flex: 0 0 62.5%;
  max-width: 62.5%;
}

.col-16 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-17 {
  flex: 0 0 70.8333333333%;
  max-width: 70.8333333333%;
}

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

.col-19 {
  flex: 0 0 79.1666666667%;
  max-width: 79.1666666667%;
}

.col-20 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-21 {
  flex: 0 0 87.5%;
  max-width: 87.5%;
}

.col-22 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-23 {
  flex: 0 0 95.8333333333%;
  max-width: 95.8333333333%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 25;
}

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

.order-13 {
  order: 13;
}

.order-14 {
  order: 14;
}

.order-15 {
  order: 15;
}

.order-16 {
  order: 16;
}

.order-17 {
  order: 17;
}

.order-18 {
  order: 18;
}

.order-19 {
  order: 19;
}

.order-20 {
  order: 20;
}

.order-21 {
  order: 21;
}

.order-22 {
  order: 22;
}

.order-23 {
  order: 23;
}

.order-24 {
  order: 24;
}

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

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

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

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

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

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

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

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

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

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

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

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

.offset-13 {
  margin-left: 54.1666666667%;
}

.offset-14 {
  margin-left: 58.3333333333%;
}

.offset-15 {
  margin-left: 62.5%;
}

.offset-16 {
  margin-left: 66.6666666667%;
}

.offset-17 {
  margin-left: 70.8333333333%;
}

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

.offset-19 {
  margin-left: 79.1666666667%;
}

.offset-20 {
  margin-left: 83.3333333333%;
}

.offset-21 {
  margin-left: 87.5%;
}

.offset-22 {
  margin-left: 91.6666666667%;
}

.offset-23 {
  margin-left: 95.8333333333%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
  }
  .col-sm-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col-sm-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }
  .col-sm-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }
  .col-sm-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .col-sm-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }
  .col-sm-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
  }
  .col-sm-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .col-sm-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }
  .col-sm-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }
  .col-sm-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .col-sm-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
  }
  .col-sm-24 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 25;
  }
  .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;
  }
  .order-sm-13 {
    order: 13;
  }
  .order-sm-14 {
    order: 14;
  }
  .order-sm-15 {
    order: 15;
  }
  .order-sm-16 {
    order: 16;
  }
  .order-sm-17 {
    order: 17;
  }
  .order-sm-18 {
    order: 18;
  }
  .order-sm-19 {
    order: 19;
  }
  .order-sm-20 {
    order: 20;
  }
  .order-sm-21 {
    order: 21;
  }
  .order-sm-22 {
    order: 22;
  }
  .order-sm-23 {
    order: 23;
  }
  .order-sm-24 {
    order: 24;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 4.1666666667%;
  }
  .offset-sm-2 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-3 {
    margin-left: 12.5%;
  }
  .offset-sm-4 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-5 {
    margin-left: 20.8333333333%;
  }
  .offset-sm-6 {
    margin-left: 25%;
  }
  .offset-sm-7 {
    margin-left: 29.1666666667%;
  }
  .offset-sm-8 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-9 {
    margin-left: 37.5%;
  }
  .offset-sm-10 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-11 {
    margin-left: 45.8333333333%;
  }
  .offset-sm-12 {
    margin-left: 50%;
  }
  .offset-sm-13 {
    margin-left: 54.1666666667%;
  }
  .offset-sm-14 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-15 {
    margin-left: 62.5%;
  }
  .offset-sm-16 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-17 {
    margin-left: 70.8333333333%;
  }
  .offset-sm-18 {
    margin-left: 75%;
  }
  .offset-sm-19 {
    margin-left: 79.1666666667%;
  }
  .offset-sm-20 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-21 {
    margin-left: 87.5%;
  }
  .offset-sm-22 {
    margin-left: 91.6666666667%;
  }
  .offset-sm-23 {
    margin-left: 95.8333333333%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
  }
  .col-md-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col-md-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }
  .col-md-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }
  .col-md-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .col-md-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }
  .col-md-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
  }
  .col-md-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .col-md-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }
  .col-md-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }
  .col-md-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .col-md-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
  }
  .col-md-24 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 25;
  }
  .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;
  }
  .order-md-13 {
    order: 13;
  }
  .order-md-14 {
    order: 14;
  }
  .order-md-15 {
    order: 15;
  }
  .order-md-16 {
    order: 16;
  }
  .order-md-17 {
    order: 17;
  }
  .order-md-18 {
    order: 18;
  }
  .order-md-19 {
    order: 19;
  }
  .order-md-20 {
    order: 20;
  }
  .order-md-21 {
    order: 21;
  }
  .order-md-22 {
    order: 22;
  }
  .order-md-23 {
    order: 23;
  }
  .order-md-24 {
    order: 24;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 4.1666666667%;
  }
  .offset-md-2 {
    margin-left: 8.3333333333%;
  }
  .offset-md-3 {
    margin-left: 12.5%;
  }
  .offset-md-4 {
    margin-left: 16.6666666667%;
  }
  .offset-md-5 {
    margin-left: 20.8333333333%;
  }
  .offset-md-6 {
    margin-left: 25%;
  }
  .offset-md-7 {
    margin-left: 29.1666666667%;
  }
  .offset-md-8 {
    margin-left: 33.3333333333%;
  }
  .offset-md-9 {
    margin-left: 37.5%;
  }
  .offset-md-10 {
    margin-left: 41.6666666667%;
  }
  .offset-md-11 {
    margin-left: 45.8333333333%;
  }
  .offset-md-12 {
    margin-left: 50%;
  }
  .offset-md-13 {
    margin-left: 54.1666666667%;
  }
  .offset-md-14 {
    margin-left: 58.3333333333%;
  }
  .offset-md-15 {
    margin-left: 62.5%;
  }
  .offset-md-16 {
    margin-left: 66.6666666667%;
  }
  .offset-md-17 {
    margin-left: 70.8333333333%;
  }
  .offset-md-18 {
    margin-left: 75%;
  }
  .offset-md-19 {
    margin-left: 79.1666666667%;
  }
  .offset-md-20 {
    margin-left: 83.3333333333%;
  }
  .offset-md-21 {
    margin-left: 87.5%;
  }
  .offset-md-22 {
    margin-left: 91.6666666667%;
  }
  .offset-md-23 {
    margin-left: 95.8333333333%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
  }
  .col-lg-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col-lg-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }
  .col-lg-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }
  .col-lg-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .col-lg-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }
  .col-lg-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
  }
  .col-lg-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .col-lg-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }
  .col-lg-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }
  .col-lg-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .col-lg-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
  }
  .col-lg-24 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 25;
  }
  .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;
  }
  .order-lg-13 {
    order: 13;
  }
  .order-lg-14 {
    order: 14;
  }
  .order-lg-15 {
    order: 15;
  }
  .order-lg-16 {
    order: 16;
  }
  .order-lg-17 {
    order: 17;
  }
  .order-lg-18 {
    order: 18;
  }
  .order-lg-19 {
    order: 19;
  }
  .order-lg-20 {
    order: 20;
  }
  .order-lg-21 {
    order: 21;
  }
  .order-lg-22 {
    order: 22;
  }
  .order-lg-23 {
    order: 23;
  }
  .order-lg-24 {
    order: 24;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 4.1666666667%;
  }
  .offset-lg-2 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-3 {
    margin-left: 12.5%;
  }
  .offset-lg-4 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-5 {
    margin-left: 20.8333333333%;
  }
  .offset-lg-6 {
    margin-left: 25%;
  }
  .offset-lg-7 {
    margin-left: 29.1666666667%;
  }
  .offset-lg-8 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-9 {
    margin-left: 37.5%;
  }
  .offset-lg-10 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-11 {
    margin-left: 45.8333333333%;
  }
  .offset-lg-12 {
    margin-left: 50%;
  }
  .offset-lg-13 {
    margin-left: 54.1666666667%;
  }
  .offset-lg-14 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-15 {
    margin-left: 62.5%;
  }
  .offset-lg-16 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-17 {
    margin-left: 70.8333333333%;
  }
  .offset-lg-18 {
    margin-left: 75%;
  }
  .offset-lg-19 {
    margin-left: 79.1666666667%;
  }
  .offset-lg-20 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-21 {
    margin-left: 87.5%;
  }
  .offset-lg-22 {
    margin-left: 91.6666666667%;
  }
  .offset-lg-23 {
    margin-left: 95.8333333333%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
  }
  .col-xl-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col-xl-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }
  .col-xl-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }
  .col-xl-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .col-xl-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }
  .col-xl-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
  }
  .col-xl-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .col-xl-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }
  .col-xl-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }
  .col-xl-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .col-xl-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
  }
  .col-xl-24 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 25;
  }
  .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;
  }
  .order-xl-13 {
    order: 13;
  }
  .order-xl-14 {
    order: 14;
  }
  .order-xl-15 {
    order: 15;
  }
  .order-xl-16 {
    order: 16;
  }
  .order-xl-17 {
    order: 17;
  }
  .order-xl-18 {
    order: 18;
  }
  .order-xl-19 {
    order: 19;
  }
  .order-xl-20 {
    order: 20;
  }
  .order-xl-21 {
    order: 21;
  }
  .order-xl-22 {
    order: 22;
  }
  .order-xl-23 {
    order: 23;
  }
  .order-xl-24 {
    order: 24;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 4.1666666667%;
  }
  .offset-xl-2 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-3 {
    margin-left: 12.5%;
  }
  .offset-xl-4 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-5 {
    margin-left: 20.8333333333%;
  }
  .offset-xl-6 {
    margin-left: 25%;
  }
  .offset-xl-7 {
    margin-left: 29.1666666667%;
  }
  .offset-xl-8 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-9 {
    margin-left: 37.5%;
  }
  .offset-xl-10 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-11 {
    margin-left: 45.8333333333%;
  }
  .offset-xl-12 {
    margin-left: 50%;
  }
  .offset-xl-13 {
    margin-left: 54.1666666667%;
  }
  .offset-xl-14 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-15 {
    margin-left: 62.5%;
  }
  .offset-xl-16 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-17 {
    margin-left: 70.8333333333%;
  }
  .offset-xl-18 {
    margin-left: 75%;
  }
  .offset-xl-19 {
    margin-left: 79.1666666667%;
  }
  .offset-xl-20 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-21 {
    margin-left: 87.5%;
  }
  .offset-xl-22 {
    margin-left: 91.6666666667%;
  }
  .offset-xl-23 {
    margin-left: 95.8333333333%;
  }
}
@media (min-width: 1600px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
  }
  .col-xxl-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col-xxl-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }
  .col-xxl-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }
  .col-xxl-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .col-xxl-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }
  .col-xxl-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
  }
  .col-xxl-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .col-xxl-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }
  .col-xxl-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }
  .col-xxl-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .col-xxl-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
  }
  .col-xxl-24 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 25;
  }
  .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;
  }
  .order-xxl-13 {
    order: 13;
  }
  .order-xxl-14 {
    order: 14;
  }
  .order-xxl-15 {
    order: 15;
  }
  .order-xxl-16 {
    order: 16;
  }
  .order-xxl-17 {
    order: 17;
  }
  .order-xxl-18 {
    order: 18;
  }
  .order-xxl-19 {
    order: 19;
  }
  .order-xxl-20 {
    order: 20;
  }
  .order-xxl-21 {
    order: 21;
  }
  .order-xxl-22 {
    order: 22;
  }
  .order-xxl-23 {
    order: 23;
  }
  .order-xxl-24 {
    order: 24;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 4.1666666667%;
  }
  .offset-xxl-2 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-3 {
    margin-left: 12.5%;
  }
  .offset-xxl-4 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-5 {
    margin-left: 20.8333333333%;
  }
  .offset-xxl-6 {
    margin-left: 25%;
  }
  .offset-xxl-7 {
    margin-left: 29.1666666667%;
  }
  .offset-xxl-8 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-9 {
    margin-left: 37.5%;
  }
  .offset-xxl-10 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-11 {
    margin-left: 45.8333333333%;
  }
  .offset-xxl-12 {
    margin-left: 50%;
  }
  .offset-xxl-13 {
    margin-left: 54.1666666667%;
  }
  .offset-xxl-14 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-15 {
    margin-left: 62.5%;
  }
  .offset-xxl-16 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-17 {
    margin-left: 70.8333333333%;
  }
  .offset-xxl-18 {
    margin-left: 75%;
  }
  .offset-xxl-19 {
    margin-left: 79.1666666667%;
  }
  .offset-xxl-20 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-21 {
    margin-left: 87.5%;
  }
  .offset-xxl-22 {
    margin-left: 91.6666666667%;
  }
  .offset-xxl-23 {
    margin-left: 95.8333333333%;
  }
}
@media (min-width: 1820px) {
  .col-xxxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxxl-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
  }
  .col-xxxl-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxxl-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col-xxxl-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxxl-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }
  .col-xxxl-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxxl-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }
  .col-xxxl-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxxl-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .col-xxxl-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxxl-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }
  .col-xxxl-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxxl-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
  }
  .col-xxxl-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxxl-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .col-xxxl-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxxl-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }
  .col-xxxl-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxxl-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }
  .col-xxxl-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxxl-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .col-xxxl-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxxl-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
  }
  .col-xxxl-24 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxxl-first {
    order: -1;
  }
  .order-xxxl-last {
    order: 25;
  }
  .order-xxxl-0 {
    order: 0;
  }
  .order-xxxl-1 {
    order: 1;
  }
  .order-xxxl-2 {
    order: 2;
  }
  .order-xxxl-3 {
    order: 3;
  }
  .order-xxxl-4 {
    order: 4;
  }
  .order-xxxl-5 {
    order: 5;
  }
  .order-xxxl-6 {
    order: 6;
  }
  .order-xxxl-7 {
    order: 7;
  }
  .order-xxxl-8 {
    order: 8;
  }
  .order-xxxl-9 {
    order: 9;
  }
  .order-xxxl-10 {
    order: 10;
  }
  .order-xxxl-11 {
    order: 11;
  }
  .order-xxxl-12 {
    order: 12;
  }
  .order-xxxl-13 {
    order: 13;
  }
  .order-xxxl-14 {
    order: 14;
  }
  .order-xxxl-15 {
    order: 15;
  }
  .order-xxxl-16 {
    order: 16;
  }
  .order-xxxl-17 {
    order: 17;
  }
  .order-xxxl-18 {
    order: 18;
  }
  .order-xxxl-19 {
    order: 19;
  }
  .order-xxxl-20 {
    order: 20;
  }
  .order-xxxl-21 {
    order: 21;
  }
  .order-xxxl-22 {
    order: 22;
  }
  .order-xxxl-23 {
    order: 23;
  }
  .order-xxxl-24 {
    order: 24;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 4.1666666667%;
  }
  .offset-xxxl-2 {
    margin-left: 8.3333333333%;
  }
  .offset-xxxl-3 {
    margin-left: 12.5%;
  }
  .offset-xxxl-4 {
    margin-left: 16.6666666667%;
  }
  .offset-xxxl-5 {
    margin-left: 20.8333333333%;
  }
  .offset-xxxl-6 {
    margin-left: 25%;
  }
  .offset-xxxl-7 {
    margin-left: 29.1666666667%;
  }
  .offset-xxxl-8 {
    margin-left: 33.3333333333%;
  }
  .offset-xxxl-9 {
    margin-left: 37.5%;
  }
  .offset-xxxl-10 {
    margin-left: 41.6666666667%;
  }
  .offset-xxxl-11 {
    margin-left: 45.8333333333%;
  }
  .offset-xxxl-12 {
    margin-left: 50%;
  }
  .offset-xxxl-13 {
    margin-left: 54.1666666667%;
  }
  .offset-xxxl-14 {
    margin-left: 58.3333333333%;
  }
  .offset-xxxl-15 {
    margin-left: 62.5%;
  }
  .offset-xxxl-16 {
    margin-left: 66.6666666667%;
  }
  .offset-xxxl-17 {
    margin-left: 70.8333333333%;
  }
  .offset-xxxl-18 {
    margin-left: 75%;
  }
  .offset-xxxl-19 {
    margin-left: 79.1666666667%;
  }
  .offset-xxxl-20 {
    margin-left: 83.3333333333%;
  }
  .offset-xxxl-21 {
    margin-left: 87.5%;
  }
  .offset-xxxl-22 {
    margin-left: 91.6666666667%;
  }
  .offset-xxxl-23 {
    margin-left: 95.8333333333%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #000;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #D6D6D6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #D6D6D6;
}
.table tbody + tbody {
  border-top: 2px solid #D6D6D6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

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

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(243, 160, 52, 0.1);
}

.table-hover tbody tr:hover {
  color: #000;
  background-color: rgba(243, 160, 52, 0.15);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #fce4c6;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #f9ce95;
}

.table-hover .table-primary:hover {
  background-color: #fbd9ae;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #fbd9ae;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(243, 160, 52, 0.15);
}

.table-hover .table-active:hover {
  background-color: rgba(242, 149, 28, 0.15);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(242, 149, 28, 0.15);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #464646;
  background-color: #e9ecef;
  border-color: #D6D6D6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1599.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1819.98px) {
  .table-responsive-xxxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxxl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.7142857143em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 35;
  line-height: 1.7142857143;
  color: #464646;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #C7C7C7;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #464646;
  background-color: #fff;
  border-color: #fad8ac;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(243, 160, 52, 0.25);
}
.form-control::placeholder {
  color: #707070;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #464646;
  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.7142857143;
}

.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.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.7142857143;
  color: #000;
  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(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

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

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

textarea.form-control {
  height: auto;
}

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

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

.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 {
  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.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.7142857143em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.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'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.4285714286em + 0.1875rem);
  background-size: calc(0.8571428571em + 0.375rem) calc(0.8571428571em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.7142857143em + 0.75rem);
  background-position: top calc(0.4285714286em + 0.1875rem) right calc(0.4285714286em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.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'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.8571428571em + 0.375rem) calc(0.8571428571em + 0.375rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

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

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.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: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.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(40, 167, 69, 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: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.7142857143em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.4285714286em + 0.1875rem);
  background-size: calc(0.8571428571em + 0.375rem) calc(0.8571428571em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.7142857143em + 0.75rem);
  background-position: top calc(0.4285714286em + 0.1875rem) right calc(0.4285714286em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.8571428571em + 0.375rem) calc(0.8571428571em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.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: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.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(220, 53, 69, 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: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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 {
    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: 35;
  color: #000;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.7142857143;
  border-radius: 0;
  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: #000;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(243, 160, 52, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #212529;
  background-color: #F3A034;
  border-color: #F3A034;
}
.btn-primary:hover {
  color: #212529;
  background-color: #f18f10;
  border-color: #e6880e;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(212, 142, 50, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #212529;
  background-color: #F3A034;
  border-color: #F3A034;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #212529;
  background-color: #e6880e;
  border-color: #da810d;
}
.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(212, 142, 50, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.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(72, 180, 97, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.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(225, 83, 97, 0.5);
}

.btn-outline-primary {
  color: #F3A034;
  border-color: #F3A034;
}
.btn-outline-primary:hover {
  color: #212529;
  background-color: #F3A034;
  border-color: #F3A034;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(243, 160, 52, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #F3A034;
  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: #212529;
  background-color: #F3A034;
  border-color: #F3A034;
}
.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(243, 160, 52, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  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: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.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(40, 167, 69, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  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: #dc3545;
  border-color: #dc3545;
}
.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(220, 53, 69, 0.5);
}

.btn-link {
  font-weight: 35;
  color: #F3A034;
  text-decoration: none;
}
.btn-link:hover {
  color: #F3A034;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #707070;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
}

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

.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: #000;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.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;
  }
}
@media (min-width: 1820px) {
  .dropdown-menu-xxxl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxxl-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 #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 35;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #F3A034;
}
.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.875rem;
  color: #707070;
  white-space: nowrap;
}

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control: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 > .custom-file {
  display: flex;
  align-items: center;
}
.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: 35;
  line-height: 1.7142857143;
  color: #464646;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #C7C7C7;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

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

.input-group-lg > .form-control,
.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;
}

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

.input-group-sm > .form-control,
.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.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

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

.custom-control {
  position: relative;
  display: block;
  min-height: 1.7142857143rem;
  padding-left: 1.5rem;
}

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

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #F3A034;
  background-color: #F3A034;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(243, 160, 52, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #fad8ac;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #fdefdd;
  border-color: #fdefdd;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #707070;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

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

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #F3A034;
  background-color: #F3A034;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(243, 160, 52, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(243, 160, 52, 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,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(243, 160, 52, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.3571428571rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #bdbdbd;
  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(243, 160, 52, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.7142857143em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 35;
  line-height: 1.7142857143;
  color: #464646;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #C7C7C7;
  border-radius: 0;
  appearance: none;
}
.custom-select:focus {
  border-color: #fad8ac;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(243, 160, 52, 0.25);
}
.custom-select:focus::-ms-value {
  color: #464646;
  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: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.7142857143em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #fad8ac;
  box-shadow: 0 0 0 0.2rem rgba(243, 160, 52, 0.25);
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.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(1.7142857143em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 35;
  line-height: 1.7142857143;
  color: #464646;
  background-color: #fff;
  border: 1px solid #C7C7C7;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.7142857143em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.7142857143;
  color: #464646;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(243, 160, 52, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(243, 160, 52, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(243, 160, 52, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #F3A034;
  border: 0;
  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::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #fdefdd;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #D6D6D6;
  border-color: transparent;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #F3A034;
  border: 0;
  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::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #fdefdd;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #D6D6D6;
  border-color: transparent;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #F3A034;
  border: 0;
  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 {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #fdefdd;
}
.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: #D6D6D6;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #D6D6D6;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #bdbdbd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #bdbdbd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #bdbdbd;
}

.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;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #707070;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #D6D6D6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #D6D6D6;
}
.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: #464646;
  background-color: #fff;
  border-color: #D6D6D6 #D6D6D6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #F3A034;
}

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.2857142857rem;
  padding-bottom: 0.2857142857rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1599.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1600px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1819.98px) {
  .navbar-expand-xxxl > .container,
  .navbar-expand-xxxl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1820px) {
  .navbar-expand-xxxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxxl > .container,
  .navbar-expand-xxxl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xxxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.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: #F3A034 !important;
}

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

.bg-success {
  background-color: #28a745 !important;
}

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

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

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

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

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

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

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

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

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

.border-left {
  border-left: 1px solid #D6D6D6 !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: #F3A034 !important;
}

.border-success {
  border-color: #28a745 !important;
}

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

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

.rounded-sm {
  border-radius: 0.2rem !important;
}

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

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !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 (min-width: 1820px) {
  .d-xxxl-none {
    display: none !important;
  }
  .d-xxxl-inline {
    display: inline !important;
  }
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-table {
    display: table !important;
  }
  .d-xxxl-table-row {
    display: table-row !important;
  }
  .d-xxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxl-flex {
    display: flex !important;
  }
  .d-xxxl-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.8571428571%;
}

.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;
  }
}
@media (min-width: 1820px) {
  .flex-xxxl-row {
    flex-direction: row !important;
  }
  .flex-xxxl-column {
    flex-direction: column !important;
  }
  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxxl-center {
    justify-content: center !important;
  }
  .justify-content-xxxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxxl-center {
    align-items: center !important;
  }
  .align-items-xxxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxxl-center {
    align-content: center !important;
  }
  .align-content-xxxl-between {
    align-content: space-between !important;
  }
  .align-content-xxxl-around {
    align-content: space-around !important;
  }
  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxxl-auto {
    align-self: auto !important;
  }
  .align-self-xxxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxxl-center {
    align-self: center !important;
  }
  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxxl-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;
  }
}
@media (min-width: 1820px) {
  .float-xxxl-left {
    float: left !important;
  }
  .float-xxxl-right {
    float: right !important;
  }
  .float-xxxl-none {
    float: 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 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  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(0, 0, 0, 0.075) !important;
}

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

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 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;
}

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

.w-33 {
  width: 33.3333333333% !important;
}

.w-66 {
  width: 66.6666666667% !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;
}

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

.h-33 {
  height: 33.3333333333% !important;
}

.h-66 {
  height: 66.6666666667% !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;
}

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

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

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

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

.mt-n1,
.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,
.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,
.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,
.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,
.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-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;
  }
  .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;
  }
  .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-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;
  }
  .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;
  }
  .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-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;
  }
  .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;
  }
  .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-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;
  }
  .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;
  }
  .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-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;
  }
  .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;
  }
  .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-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;
  }
}
@media (min-width: 1820px) {
  .m-xxxl-0 {
    margin: 0 !important;
  }
  .mt-xxxl-0,
  .my-xxxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxxl-0,
  .mx-xxxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxxl-0,
  .my-xxxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxxl-0,
  .mx-xxxl-0 {
    margin-left: 0 !important;
  }
  .m-xxxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxxl-1,
  .my-xxxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxxl-1,
  .mx-xxxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxxl-1,
  .my-xxxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxxl-1,
  .mx-xxxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxxl-2,
  .my-xxxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxxl-2,
  .mx-xxxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxxl-2,
  .my-xxxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxxl-2,
  .mx-xxxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxxl-3 {
    margin: 1rem !important;
  }
  .mt-xxxl-3,
  .my-xxxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxxl-3,
  .mx-xxxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxxl-3,
  .my-xxxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxxl-3,
  .mx-xxxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxxl-4,
  .my-xxxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxxl-4,
  .mx-xxxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxxl-4,
  .my-xxxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxxl-4,
  .mx-xxxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxxl-5 {
    margin: 3rem !important;
  }
  .mt-xxxl-5,
  .my-xxxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxxl-5,
  .mx-xxxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxxl-5,
  .my-xxxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxxl-5,
  .mx-xxxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxxl-0 {
    padding: 0 !important;
  }
  .pt-xxxl-0,
  .py-xxxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxxl-0,
  .px-xxxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxxl-0,
  .py-xxxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxxl-0,
  .px-xxxl-0 {
    padding-left: 0 !important;
  }
  .p-xxxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxxl-1,
  .py-xxxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxxl-1,
  .px-xxxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxxl-1,
  .py-xxxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxxl-1,
  .px-xxxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxxl-2,
  .py-xxxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxxl-2,
  .px-xxxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxxl-2,
  .py-xxxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxxl-2,
  .px-xxxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxxl-3 {
    padding: 1rem !important;
  }
  .pt-xxxl-3,
  .py-xxxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxxl-3,
  .px-xxxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxxl-3,
  .py-xxxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxxl-3,
  .px-xxxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxxl-4,
  .py-xxxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxxl-4,
  .px-xxxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxxl-4,
  .py-xxxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxxl-4,
  .px-xxxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxxl-5 {
    padding: 3rem !important;
  }
  .pt-xxxl-5,
  .py-xxxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxxl-5,
  .px-xxxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxxl-5,
  .py-xxxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxxl-5,
  .px-xxxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxxl-n1,
  .my-xxxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxxl-n1,
  .mx-xxxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxxl-n1,
  .my-xxxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxxl-n1,
  .mx-xxxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxxl-n2,
  .my-xxxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxxl-n2,
  .mx-xxxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxxl-n2,
  .my-xxxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxxl-n2,
  .mx-xxxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxxl-n3,
  .my-xxxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxxl-n3,
  .mx-xxxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxxl-n3,
  .my-xxxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxxl-n3,
  .mx-xxxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxxl-n4,
  .my-xxxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxxl-n4,
  .mx-xxxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxxl-n4,
  .my-xxxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxxl-n4,
  .mx-xxxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxxl-n5,
  .my-xxxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxxl-n5,
  .mx-xxxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxxl-n5,
  .my-xxxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxxl-n5,
  .mx-xxxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxxl-auto {
    margin: auto !important;
  }
  .mt-xxxl-auto,
  .my-xxxl-auto {
    margin-top: auto !important;
  }
  .mr-xxxl-auto,
  .mx-xxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxl-auto,
  .my-xxxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxxl-auto,
  .mx-xxxl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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;
  }
}
@media (min-width: 1820px) {
  .text-xxxl-left {
    text-align: left !important;
  }
  .text-xxxl-right {
    text-align: right !important;
  }
  .text-xxxl-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: 20 !important;
}

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

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

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

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

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

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

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

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

.text-success {
  color: #28a745 !important;
}

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

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

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

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

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

.text-black-50 {
  color: rgba(0, 0, 0, 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 {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-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) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #bdbdbd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  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 #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #D6D6D6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #D6D6D6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #D6D6D6;
  }
}
/* responsive version for sizes, we don't generate xs because it is arleady generated by bootstrap */
@media (min-width: 576px) {
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .w-sm-20 {
    width: 20% !important;
  }
  .w-sm-33 {
    width: 33.3333333333% !important;
  }
  .w-sm-66 {
    width: 66.6666666667% !important;
  }
  .h-sm-25 {
    height: 25% !important;
  }
  .h-sm-50 {
    height: 50% !important;
  }
  .h-sm-75 {
    height: 75% !important;
  }
  .h-sm-100 {
    height: 100% !important;
  }
  .h-sm-auto {
    height: auto !important;
  }
  .h-sm-20 {
    height: 20% !important;
  }
  .h-sm-33 {
    height: 33.3333333333% !important;
  }
  .h-sm-66 {
    height: 66.6666666667% !important;
  }
}
@media (min-width: 768px) {
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-auto {
    width: auto !important;
  }
  .w-md-20 {
    width: 20% !important;
  }
  .w-md-33 {
    width: 33.3333333333% !important;
  }
  .w-md-66 {
    width: 66.6666666667% !important;
  }
  .h-md-25 {
    height: 25% !important;
  }
  .h-md-50 {
    height: 50% !important;
  }
  .h-md-75 {
    height: 75% !important;
  }
  .h-md-100 {
    height: 100% !important;
  }
  .h-md-auto {
    height: auto !important;
  }
  .h-md-20 {
    height: 20% !important;
  }
  .h-md-33 {
    height: 33.3333333333% !important;
  }
  .h-md-66 {
    height: 66.6666666667% !important;
  }
}
@media (min-width: 992px) {
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .w-lg-20 {
    width: 20% !important;
  }
  .w-lg-33 {
    width: 33.3333333333% !important;
  }
  .w-lg-66 {
    width: 66.6666666667% !important;
  }
  .h-lg-25 {
    height: 25% !important;
  }
  .h-lg-50 {
    height: 50% !important;
  }
  .h-lg-75 {
    height: 75% !important;
  }
  .h-lg-100 {
    height: 100% !important;
  }
  .h-lg-auto {
    height: auto !important;
  }
  .h-lg-20 {
    height: 20% !important;
  }
  .h-lg-33 {
    height: 33.3333333333% !important;
  }
  .h-lg-66 {
    height: 66.6666666667% !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .w-xl-auto {
    width: auto !important;
  }
  .w-xl-20 {
    width: 20% !important;
  }
  .w-xl-33 {
    width: 33.3333333333% !important;
  }
  .w-xl-66 {
    width: 66.6666666667% !important;
  }
  .h-xl-25 {
    height: 25% !important;
  }
  .h-xl-50 {
    height: 50% !important;
  }
  .h-xl-75 {
    height: 75% !important;
  }
  .h-xl-100 {
    height: 100% !important;
  }
  .h-xl-auto {
    height: auto !important;
  }
  .h-xl-20 {
    height: 20% !important;
  }
  .h-xl-33 {
    height: 33.3333333333% !important;
  }
  .h-xl-66 {
    height: 66.6666666667% !important;
  }
}
@media (min-width: 1600px) {
  .w-xxl-25 {
    width: 25% !important;
  }
  .w-xxl-50 {
    width: 50% !important;
  }
  .w-xxl-75 {
    width: 75% !important;
  }
  .w-xxl-100 {
    width: 100% !important;
  }
  .w-xxl-auto {
    width: auto !important;
  }
  .w-xxl-20 {
    width: 20% !important;
  }
  .w-xxl-33 {
    width: 33.3333333333% !important;
  }
  .w-xxl-66 {
    width: 66.6666666667% !important;
  }
  .h-xxl-25 {
    height: 25% !important;
  }
  .h-xxl-50 {
    height: 50% !important;
  }
  .h-xxl-75 {
    height: 75% !important;
  }
  .h-xxl-100 {
    height: 100% !important;
  }
  .h-xxl-auto {
    height: auto !important;
  }
  .h-xxl-20 {
    height: 20% !important;
  }
  .h-xxl-33 {
    height: 33.3333333333% !important;
  }
  .h-xxl-66 {
    height: 66.6666666667% !important;
  }
}
@media (min-width: 1820px) {
  .w-xxxl-25 {
    width: 25% !important;
  }
  .w-xxxl-50 {
    width: 50% !important;
  }
  .w-xxxl-75 {
    width: 75% !important;
  }
  .w-xxxl-100 {
    width: 100% !important;
  }
  .w-xxxl-auto {
    width: auto !important;
  }
  .w-xxxl-20 {
    width: 20% !important;
  }
  .w-xxxl-33 {
    width: 33.3333333333% !important;
  }
  .w-xxxl-66 {
    width: 66.6666666667% !important;
  }
  .h-xxxl-25 {
    height: 25% !important;
  }
  .h-xxxl-50 {
    height: 50% !important;
  }
  .h-xxxl-75 {
    height: 75% !important;
  }
  .h-xxxl-100 {
    height: 100% !important;
  }
  .h-xxxl-auto {
    height: auto !important;
  }
  .h-xxxl-20 {
    height: 20% !important;
  }
  .h-xxxl-33 {
    height: 33.3333333333% !important;
  }
  .h-xxxl-66 {
    height: 66.6666666667% !important;
  }
}
html {
  height: 100%;
}

body {
  position: relative;
  -webkit-font-variant-ligatures: no-common-ligatures;
  font-variant-ligatures: no-common-ligatures;
  min-height: 100%;
}

html *:focus {
  outline: none;
}

.container-fluid {
  padding: 0;
  overflow-x: hidden;
}

.frame-backgroundstyle-10 {
  padding: 20px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eeeeee+0,eeeeee+56,f9f9f9+100 */
  background: #eeeeee; /* Old browsers */
  background: -moz-linear-gradient(top, #eeeeee 0%, #eeeeee 56%, #f9f9f9 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #eeeeee 0%, #eeeeee 56%, #f9f9f9 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #eeeeee 0%, #eeeeee 56%, #f9f9f9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#eeeeee", endColorstr="#f9f9f9",GradientType=0 ); /* IE6-9 */
}

.frame-backgroundstyle-5, .frame-backgroundstyle-20 {
  position: relative;
}
.frame-backgroundstyle-5 .woodcircle, .frame-backgroundstyle-20 .woodcircle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  text-align: center;
}
.frame-backgroundstyle-5 .woodcircle .circle-wrap, .frame-backgroundstyle-20 .woodcircle .circle-wrap {
  width: 808px;
  max-width: 100%;
  margin: 0 auto;
}
.frame-backgroundstyle-5 .woodcircle img, .frame-backgroundstyle-20 .woodcircle img {
  opacity: 0.05;
  margin-top: -2em;
}

.frame-backgroundstyle-20 .woodcircle {
  background: #eee;
  background: -moz-linear-gradient(top, #eee 0%, #eee 56%, #f9f9f9 100%);
  background: -webkit-linear-gradient(top, #eee 0%, #eee 56%, #f9f9f9 100%);
  background: linear-gradient(to bottom, #eee 0%, #eee 56%, #f9f9f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee",endColorstr="#f9f9f9",GradientType=0);
}

.frame-backgroundstyle-300 {
  position: relative !important;
}

#menuoverlay {
  position: absolute;
  width: 0px;
  height: 0px;
  z-index: 2000;
}

h1, .h1 {
  margin-top: 1.2em;
  font-size: 32px;
}

h2, .h2 {
  margin-top: 0.7333333333em;
  font-size: 26px;
}

h3, .h3 {
  margin-top: 0.7333333333em;
  font-size: 24px;
}

h4, .h4 {
  margin-top: 0.7333333333em;
  font-size: 21.5px;
}

h5, .h5 {
  margin-top: 0.7333333333em;
  font-size: 19px;
}

h6, .h6 {
  margin-top: 0.7333333333em;
  font-size: 16.5px;
}

.parallax-mirror, .parallax-mirror .parallax-slider,
.slick-slider .slick-track, .slick-slider .slick-list,
#colorbox, #colorbox * {
  transition: none;
}

/** first headline shouldn't have a top-margin */
#main > .frame-first div[id^=c].frame:first-child h1:first-child, #main > .frame-first div[id^=c].frame:first-child h2:first-child, #main > .frame-first div[id^=c].frame:first-child h3:first-child, #main > .frame-first div[id^=c].frame:first-child h4:first-child, #main > .frame-first div[id^=c].frame:first-child h5:first-child, #main > .frame-first div[id^=c].frame:first-child h6:first-child {
  margin-top: 0;
}

/** margin between stacked columns */
div.row.stackedmargin-10 > div[class^=col-] {
  margin-bottom: 2em;
}

div.row.stackedmargin-10 > div[class^=col-]:last-child {
  margin-bottom: 0;
}

/** responsive images */
embed, object, video, img:not(.not-responsive), svg {
  max-width: 100%;
  width: auto;
  height: auto !important;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src*=".svg"] {
    width: 100%;
  }
}
/** forms & buttons */
.btn:focus, .btn.focus {
  box-shadow: none;
}

.custom-control-label::before {
  background: #fff;
}

.custom-control-input:active ~ .custom-control-label::before {
  background: #F3A034;
}

/** colorbox border bottom, because of height: auto !important */
body #cboxLoadedContent {
  background: none;
  padding: 0;
  border: 1px solid #000;
}

body #colorbox button {
  min-width: 0;
}
body #colorbox #cboxTitle {
  font-size: 0.8em;
}

/** gallery-settings */
.ce-intext .ce-gallery {
  max-width: 50%;
}

.ce-intext .ce-gallery-equalheight {
  width: 50%;
}

.ce-above .ce-gallery-equalheight, .ce-below .ce-gallery-equalheight {
  float: none;
}

.ce-above .ce-gallery, .ce-below .ce-gallery {
  max-width: 100%;
}

.ce-center .ce-gallery-equalheight {
  text-align: center;
}

.ce-right .ce-gallery-equalheight {
  text-align: right;
}

.ce-outer, .ce-inner, .ce-column {
  max-width: 100%;
}

.ce-above .ce-gallery {
  margin-bottom: 0;
}

.ce-gallery figure {
  display: block;
}

.ce-gallery figcaption {
  text-align: center;
  margin: 0.5em 0 1em 0;
  font-size: 88%;
  display: block;
}

.ce-gallery[data-ce-columns="1"] .ce-outer, .ce-gallery[data-ce-columns="1"] .ce-inner {
  width: 100%;
}

.ce-gallery[data-ce-columns="1"] .ce-column {
  width: 100%;
}

.ce-center .ce-gallery figure img {
  margin: 0 auto;
}

/** spaces for responsive design usage */
.ce-above .ce-gallery .ce-column {
  margin-right: 0;
  padding-left: 10px;
}

.ce-above .ce-gallery .ce-row {
  margin-left: -10px;
}

.ce-below .ce-gallery .ce-column {
  margin-right: 0;
  padding-left: 10px;
}

.ce-below .ce-gallery .ce-row {
  margin-left: -10px;
}

.ce-intext.ce-right .ce-gallery {
  margin-left: 20px;
  padding-left: 20px;
}

.ce-intext.ce-right .ce-gallery .ce-column {
  margin-right: 0;
  padding-left: 10px;
}

.ce-intext.ce-right .ce-gallery .ce-row {
  margin-left: -10px;
}

.ce-intext.ce-left .ce-gallery {
  margin-right: 20px;
  padding-right: 20px;
}

.ce-intext.ce-left .ce-gallery .ce-column {
  margin-right: 0;
  padding-right: 10px;
}

.ce-intext.ce-left .ce-gallery .ce-row {
  margin-right: -10px;
}

.ce-above .ce-gallery .ce-column, .ce-below .ce-gallery .ce-column, .ce-intext.ce-right .ce-gallery .ce-column, .ce-intext.ce-left .ce-gallery .ce-column {
  padding-bottom: 10px;
}

.ce-above .ce-gallery .ce-column:last-child, .ce-below .ce-gallery .ce-column:last-child, .ce-intext.ce-right .ce-gallery .ce-column:last-child, .ce-intext.ce-left .ce-gallery .ce-column:last-child {
  padding-bottom: 0;
}

/** cookie-info */
.cc-window {
  opacity: 1;
  transition: opacity 1s ease;
}

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

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

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

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

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

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

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

.cc-revoke, .cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: "Avenir LT W01_35 Light1475496", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-size: 1rem;
  line-height: 1.5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999;
}

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

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

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

.cc-revoke {
  padding: 0.5em;
}

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

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

.cc-link {
  opacity: 0.8;
  display: inline-block;
  padding: 0.2em;
}

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

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

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

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

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

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

.cc-close {
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.6em;
  opacity: 0.9;
  line-height: 0.75;
}

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

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

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

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

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

.cc-top {
  top: 1em;
}

.cc-left {
  left: 1em;
}

.cc-right {
  right: 1em;
}

.cc-bottom {
  bottom: 1em;
}

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

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

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

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

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

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

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

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

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

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

@media print {
  .cc-revoke, .cc-window {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}
@media screen and (max-width: 768px) {
  .cc-window.cc-top {
    top: 0;
  }
  .cc-window.cc-bottom {
    bottom: 0;
  }
  .cc-window, .cc-window.cc-left, .cc-window.cc-right {
    left: 0;
    right: 0;
  }
  .cc-window {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cc-window .cc-compliance {
    -ms-flex: 1;
    flex: 1;
  }
  .cc-window.cc-floating {
    max-width: none;
  }
  .cc-window .cc-message {
    margin-bottom: 1em;
  }
  .cc-window {
    -ms-flex-align: unset;
    align-items: unset;
  }
}
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}

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

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

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

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

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

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

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

.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}

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

.cc-theme-edgeless.cc-window {
  background: #000;
  color: #fff;
}

.cc-theme-edgeless .cc-btn, .cc-theme-edgeless .cc-btn:hover {
  background: #F3A034;
  color: #000;
  border: 0;
}

.cc-link {
  opacity: 1;
}

.cc-link:hover {
  text-decoration: none;
}

.cc-theme-edgeless .cc-btn {
  padding-top: 0.9em;
  padding-bottom: 0.9em;
}

/** browser-update */
body .buorg {
  background: #343a40;
  color: #fff;
}
body #buorgig {
  background: #bdbdbd;
  color: #343a40;
}
body #buorgul {
  background: #F3A034;
}

/** background-images */
.background-image {
  z-index: -1;
}

/** tables */
table td > p:last-child, table th > p:last-child {
  margin-bottom: 0;
}

.table thead th, .table th, .table td {
  border: 0;
}

/*******************************************************************************
 * from-sm */
@media (min-width: 576px) {
  h1, .h1 {
    font-size: 37.75px;
  }
  h2, .h2 {
    font-size: 28px;
  }
  h3, .h3 {
    font-size: 24px;
  }
  h4, .h4 {
    font-size: 21.75px;
  }
  h5, .h5 {
    font-size: 19.5px;
  }
  h6, .h6 {
    font-size: 17.25px;
  }
  div.row.stackedmargin-10 > div[class^=col-xs], div.row.stackedmargin-10 > div[class^=col-sm] {
    margin-bottom: 0;
  }
  /** widths for images in an imageset */
  .ce-gallery[data-ce-columns="2"] .ce-column {
    width: 50%;
  }
  .ce-gallery[data-ce-columns="3"] .ce-column {
    width: 33.3333333333%;
  }
  .ce-gallery[data-ce-columns="4"] .ce-column {
    width: 25%;
  }
  .ce-gallery[data-ce-columns="5"] .ce-column {
    width: 20%;
  }
  .ce-gallery[data-ce-columns="6"] .ce-column {
    width: 16.6666666667%;
  }
  .ce-gallery[data-ce-columns="7"] .ce-column {
    width: 14.2857142857%;
  }
  .ce-gallery[data-ce-columns="8"] .ce-column {
    width: 12.5%;
  }
  .ce-above .ce-gallery .ce-column, .ce-below .ce-gallery .ce-column, .ce-intext.ce-right .ce-gallery .ce-column, .ce-intext.ce-left .ce-gallery .ce-column {
    padding-bottom: 0;
  }
}
/*******************************************************************************
 * from-md */
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 43.5px;
  }
  h2, .h2 {
    font-size: 30px;
  }
  h3, .h3 {
    font-size: 24px;
  }
  h4, .h4 {
    font-size: 22px;
  }
  h5, .h5 {
    font-size: 20px;
  }
  h6, .h6 {
    font-size: 18px;
  }
  div.row.stackedmargin-10 > div[class^=col-xs], div.row.stackedmargin-10 > div[class^=col-sm], div.row.stackedmargin-10 > div[class^=col-md] {
    margin-bottom: 0;
  }
  a[href^="tel:"], .person-list .person .content .contact a[href^="tel:"] {
    color: #000;
    text-decoration: none;
    font-weight: 35;
    cursor: default;
    pointer-events: none;
  }
}
/*******************************************************************************
 * from-lg */
@media (min-width: 992px) {
  html {
    font-size: 18px;
  }
  h1, .h1 {
    font-size: 49.25px;
  }
  h2, .h2 {
    font-size: 32px;
  }
  h3, .h3 {
    font-size: 24px;
  }
  h4, .h4 {
    font-size: 22.25px;
  }
  h5, .h5 {
    font-size: 20.5px;
  }
  h6, .h6 {
    font-size: 18.75px;
  }
  #menuoverlay {
    display: none !important;
  }
  div.row.stackedmargin-10 > div[class^=col-xs], div.row.stackedmargin-10 > div[class^=col-sm], div.row.stackedmargin-10 > div[class^=col-md], div.row.stackedmargin-10 > div[class^=col-lg] {
    margin-bottom: 0;
  }
}
/*******************************************************************************
 * from-xl */
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 55px;
  }
  h2, .h2 {
    font-size: 34px;
  }
  h3, .h3 {
    font-size: 24px;
  }
  h4, .h4 {
    font-size: 22.5px;
  }
  h5, .h5 {
    font-size: 21px;
  }
  h6, .h6 {
    font-size: 19.5px;
  }
  div.row.stackedmargin-10 > div[class^=col-xs], div.row.stackedmargin-10 > div[class^=col-sm], div.row.stackedmargin-10 > div[class^=col-md], div.row.stackedmargin-10 > div[class^=col-lg], div.row.stackedmargin-10 > div[class^=col-xl] {
    margin-bottom: 0;
  }
}
/*******************************************************************************
 * upto-lg */
@media (max-width: 1199.98px) {
  /** first headlines should have a top-margin */
  #main > .frame-first div[class^=col-xl-] div[id^=c].frame:first-child h1:first-child {
    margin-top: 1.2em;
  }
  #main > .frame-first div[class^=col-xl-] div[id^=c].frame:first-child h2:first-child {
    margin-top: 0.7333333333em;
  }
  #main > .frame-first div[class^=col-xl-] div[id^=c].frame:first-child h3:first-child {
    margin-top: 0.7333333333em;
  }
  #main > .frame-first div[class^=col-xl-] div[id^=c].frame:first-child h4:first-child {
    margin-top: 0.7333333333em;
  }
  #main > .frame-first div[class^=col-xl-] div[id^=c].frame:first-child h5:first-child {
    margin-top: 0.7333333333em;
  }
  #main > .frame-first div[class^=col-xl-] div[id^=c].frame:first-child h6:first-child {
    margin-top: 0.7333333333em;
  }
  /** first headline in first col shouldn't have a top-margin */
  #main > .frame-first div[class^=col-xl-]:first-child div[id^=c].frame:first-child h1:first-child, #main > .frame-first div[class^=col-xl-]:first-child div[id^=c].frame:first-child h2:first-child, #main > .frame-first div[class^=col-xl-]:first-child div[id^=c].frame:first-child h3:first-child, #main > .frame-first div[class^=col-xl-]:first-child div[id^=c].frame:first-child h4:first-child, #main > .frame-first div[class^=col-xl-]:first-child div[id^=c].frame:first-child h5:first-child, #main > .frame-first div[class^=col-xl-]:first-child div[id^=c].frame:first-child h6:first-child {
    margin-top: 0;
  }
}
/*******************************************************************************
 * upto-md */
@media (max-width: 991.98px) {
  /** first headlines should have a top-margin */
  #main > .frame-first div[class^=col-lg-] div[id^=c].frame:first-child h1:first-child {
    margin-top: 1.2em;
  }
  #main > .frame-first div[class^=col-lg-] div[id^=c].frame:first-child h2:first-child {
    margin-top: 0.7333333333em;
  }
  #main > .frame-first div[class^=col-lg-] div[id^=c].frame:first-child h3:first-child {
    margin-top: 0.7333333333em;
  }
  #main > .frame-first div[class^=col-lg-] div[id^=c].frame:first-child h4:first-child {
    margin-top: 0.7333333333em;
  }
  #main > .frame-first div[class^=col-lg-] div[id^=c].frame:first-child h5:first-child {
    margin-top: 0.7333333333em;
  }
  #main > .frame-first div[class^=col-lg-] div[id^=c].frame:first-child h6:first-child {
    margin-top: 0.7333333333em;
  }
  /** first headline in first col shouldn't have a top-margin */
  #main > .frame-first div[class^=col-lg-]:first-child div[id^=c].frame:first-child h1:first-child, #main > .frame-first div[class^=col-lg-]:first-child div[id^=c].frame:first-child h2:first-child, #main > .frame-first div[class^=col-lg-]:first-child div[id^=c].frame:first-child h3:first-child, #main > .frame-first div[class^=col-lg-]:first-child div[id^=c].frame:first-child h4:first-child, #main > .frame-first div[class^=col-lg-]:first-child div[id^=c].frame:first-child h5:first-child, #main > .frame-first div[class^=col-lg-]:first-child div[id^=c].frame:first-child h6:first-child {
    margin-top: 0;
  }
}
/*******************************************************************************
 * upto-sm */
@media (max-width: 767.98px) {
  /** first headlines should have a top-margin */
  #main > .frame-first div[class^=col-md-] div[id^=c].frame:first-child h1:first-child {
    margin-top: 1.2em;
  }
  #main > .frame-first div[class^=col-md-] div[id^=c].frame:first-child h2:first-child {
    margin-top: 0.7333333333em;
  }
  #main > .frame-first div[class^=col-md-] div[id^=c].frame:first-child h3:first-child {
    margin-top: 0.7333333333em;
  }
  #main > .frame-first div[class^=col-md-] div[id^=c].frame:first-child h4:first-child {
    margin-top: 0.7333333333em;
  }
  #main > .frame-first div[class^=col-md-] div[id^=c].frame:first-child h5:first-child {
    margin-top: 0.7333333333em;
  }
  #main > .frame-first div[class^=col-md-] div[id^=c].frame:first-child h6:first-child {
    margin-top: 0.7333333333em;
  }
  /** first headline in first col shouldn't have a top-margin */
  #main > .frame-first div[class^=col-md-]:first-child div[id^=c].frame:first-child h1:first-child, #main > .frame-first div[class^=col-md-]:first-child div[id^=c].frame:first-child h2:first-child, #main > .frame-first div[class^=col-md-]:first-child div[id^=c].frame:first-child h3:first-child, #main > .frame-first div[class^=col-md-]:first-child div[id^=c].frame:first-child h4:first-child, #main > .frame-first div[class^=col-md-]:first-child div[id^=c].frame:first-child h5:first-child, #main > .frame-first div[class^=col-md-]:first-child div[id^=c].frame:first-child h6:first-child {
    margin-top: 0;
  }
}
/*******************************************************************************
 * upto-xs */
@media (max-width: 575.98px) {
  .ce-intext.ce-textpic .ce-gallery {
    float: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }
  /** first headlines should have a top-margin */
  #main > .frame-first div[class^=col-sm-] div[id^=c].frame:first-child h1:first-child {
    margin-top: 1.2em;
  }
  #main > .frame-first div[class^=col-sm-] div[id^=c].frame:first-child h2:first-child {
    margin-top: 0.7333333333em;
  }
  #main > .frame-first div[class^=col-sm-] div[id^=c].frame:first-child h3:first-child {
    margin-top: 0.7333333333em;
  }
  #main > .frame-first div[class^=col-sm-] div[id^=c].frame:first-child h4:first-child {
    margin-top: 0.7333333333em;
  }
  #main > .frame-first div[class^=col-sm-] div[id^=c].frame:first-child h5:first-child {
    margin-top: 0.7333333333em;
  }
  #main > .frame-first div[class^=col-sm-] div[id^=c].frame:first-child h6:first-child {
    margin-top: 0.7333333333em;
  }
  /** first headline in first col shouldn't have a top-margin */
  #main > .frame-first div[class^=col-sm-]:first-child div[id^=c].frame:first-child h1:first-child, #main > .frame-first div[class^=col-sm-]:first-child div[id^=c].frame:first-child h2:first-child, #main > .frame-first div[class^=col-sm-]:first-child div[id^=c].frame:first-child h3:first-child, #main > .frame-first div[class^=col-sm-]:first-child div[id^=c].frame:first-child h4:first-child, #main > .frame-first div[class^=col-sm-]:first-child div[id^=c].frame:first-child h5:first-child, #main > .frame-first div[class^=col-sm-]:first-child div[id^=c].frame:first-child h6:first-child {
    margin-top: 0;
  }
}
/*******************************************************************************
 * print-settings */
@page {
  size: auto;
}
html, body {
  overflow-x: hidden;
}

.navbar-light .navbar-nav .nav-link {
  color: #F3A034;
}

#menuoverlay {
  background: #343a40;
}

.actions .btn-group {
  margin: 0 auto;
}

h1, .h1, h2, .h2 {
  text-transform: uppercase;
}

h2, .h2 {
  line-height: 1.4;
}

.subheader + h2 {
  margin-top: 0.4em;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Avenir LT W01_95 Black1475556", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  color: #000;
  line-height: 1.1538461538;
  letter-spacing: -0.015em;
}

#header {
  position: fixed;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 200;
  z-index: 600;
  max-height: 100%;
}
#header > .container-fluid {
  padding: 0 20px;
  overflow-x: visible;
}
#header #col-logo {
  padding-left: 10px;
  padding-right: 10px;
  transition: all 0.2s ease;
}
#header #col-logo #logo {
  margin: 0.9285714286em auto 0.7857142857em 0;
}
#header #col-logo #logo img.logo {
  width: 183px;
  transition: all 0.2s ease;
}
#header #col-menu3 {
  -webkit-box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.02);
  box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.02);
  padding-top: 1.2142857143em;
  transition: all 0.2s ease;
}
#header #col-essentials {
  display: flex;
  flex-direction: row;
  padding-top: 0.9285714286em;
  padding-bottom: 0.7142857143em;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f4f4f4+0,fefefe+100 */
  background: #f4f4f4; /* Old browsers */
  background: -moz-linear-gradient(top, #f4f4f4 0%, #fefefe 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f4f4f4 0%, #fefefe 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f4f4f4 0%, #fefefe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f4f4", endColorstr="#fefefe", GradientType=0); /* IE6-9 */
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.065);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.065);
  transition: all 0.2s ease;
  height: 49px;
  overflow: hidden;
}
#header #col-essentials #wrap {
  white-space: nowrap;
}
#header #col-essentials .search .flyout-wrap #header-searchbox .input-group-text {
  border-bottom: 1px solid #fff;
}
#header #col-essentials .search .flyout-wrap #header-searchbox input {
  border-color: #fff;
  height: 32px;
  padding: 0;
  color: #fff;
}
#header #col-essentials .search .flyout-wrap #header-searchbox input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#header #col-essentials .search .flyout-wrap #header-searchbox input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#header #col-essentials .search .flyout-wrap #header-searchbox input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#header #col-essentials .search .flyout-wrap #header-searchbox input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#header #col-essentials .search .flyout-wrap #header-searchbox input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#header #col-essentials .search .flyout-wrap #header-searchbox .tx-indexedsearch-searchbox-sword:focus {
  box-shadow: none;
}
#header #col-essentials .search .flyout-wrap button.tx-indexedsearch-searchbox-button {
  min-width: 0;
  width: 17px;
  height: 17px;
  padding: 0;
}
#header #col-essentials .search .flyout-wrap button.tx-indexedsearch-searchbox-button:after {
  content: "";
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: -0.0714285714em;
}
#header #col-essentials .image-wrap {
  max-width: 23px;
  display: inline-block;
}
#header #col-essentials .phone {
  margin-left: 20px;
}
#header #col-essentials .share {
  margin-left: 10px;
}
#header #col-essentials #lang-menu a {
  color: #bdbdbd;
  font-family: "Avenir LT W01_85 Heavy1475544", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  margin-left: 10px;
}
#header #col-essentials #lang-menu a:after {
  content: "";
  border: solid #bdbdbd;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: -0.0714285714em;
}
#header #col-essentials .wrap.share a {
  display: inline-block;
  max-width: 25px;
  margin-left: 0.85em;
}
#header #col-essentials .flyout-wrap {
  display: inline-block;
  position: absolute;
  top: 50px;
  right: 60px;
  width: 120px;
}
#header #col-essentials .flyout-wrap .flyout {
  text-align: right;
}
#header #col-essentials.extended {
  height: 88px;
}
#header #col-essentials #header-searchbox .input-group-text {
  padding: 0;
  border: 0;
  background: transparent;
}
#header #col-essentials #header-searchbox .input-group-text #tx-indexedsearch-searchbox-button-submit {
  background: transparent;
  width: 26px;
  height: 26px;
  border: 0;
}
#header #mobile-wrap {
  width: 100%;
  display: none;
  padding: 0;
  position: absolute;
  top: 76px;
}
#header #mobile-wrap .inner-menu-wrap {
  height: 100%;
  overflow-y: auto;
}
#header #menutrigger {
  position: absolute;
  top: 18px;
  right: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
}
#header #menutrigger .bar {
  width: 45px;
  height: 2px;
  background: #000;
  margin: 8px 0;
  transition: all 0.2s ease;
}

body.scrolled-y #header #menutrigger {
  top: 16px;
}
body.scrolled-y #header #menutrigger .bar {
  width: 30px;
  margin: 4px 0;
}
body.scrolled-y #header #col-logo #logo img.logo {
  width: 100px;
}
body.scrolled-y.menu-visible #header #menutrigger {
  top: 20px;
}
body.scrolled-y.menu-visible #header #menutrigger .bar {
  width: 20px;
}
body.scrolled-y.menu-visible #header #menutrigger .bar1 {
  -webkit-transform: rotate(-45deg) translate(-7px, -4px);
  transform: rotate(-45deg) translate(-7px, -4px);
}

body.menu-visible #header {
  height: 100%;
}
body.menu-visible #header #mobile-wrap {
  bottom: 0;
}
body.menu-visible #header #menutrigger .bar {
  height: 1px;
  width: 28px;
  opacity: 0.3;
}
body.menu-visible #header #menutrigger .bar1 {
  -webkit-transform: rotate(-45deg) translate(-13px, 1px);
  transform: rotate(-45deg) translate(-13px, 1px);
}
body.menu-visible #header #menutrigger .bar2 {
  opacity: 0;
}
body.menu-visible #header #menutrigger .bar3 {
  -webkit-transform: rotate(45deg) translate(-11px, 0px);
  transform: rotate(45deg) translate(-11px, 0px);
}

#hero-content {
  /*min-height: 300px; */
  padding-top: 76px;
  z-index: 60;
  /*  .header-container {
    counter-reset: line-number;

    .header {
      counter-increment: line-number;

      .content {
        .column {
          &::before { content: counter(line-number); }
         }
      }
    }
  }*/
}
#hero-content .header {
  flex-direction: column;
}
#hero-content .header .content .column {
  -webkit-box-shadow: 0 13px 56px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 13px 56px 0 rgba(0, 0, 0, 0.03);
  background: #fff;
  padding-top: 10px;
  padding-bottom: 1.2857142857em;
  position: relative;
  z-index: 1;
}
#hero-content .header .content h1, #hero-content .header .content .h1 {
  margin-top: 0.4166666667em;
  margin-bottom: 0.3611111111em;
}
#hero-content .header .content hr {
  max-width: 70%;
  width: 133px;
  border-top: 10px solid #000;
  margin: 0 auto 0.8571428571em 0;
}
#hero-content .header .content p:last-child {
  margin-bottom: 0;
}
#hero-content .header .content a.button {
  margin-top: 2.6428571429em;
}
#hero-content .header .image {
  height: 135px;
}
#hero-content .header .woodcircle {
  opacity: 0.33;
}
#hero-content .header.no-image .content {
  margin-top: 2em;
}
#hero-content .header.no-image .content .column {
  background: rgba(255, 255, 255, 0.6);
}
#hero-content .header.no-image .image {
  background: #f4f4f4; /* Old browsers */
  background: -moz-linear-gradient(top, #f4f4f4 0%, #fefefe 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f4f4f4 0%, #fefefe 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f4f4f4 0%, #fefefe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f4f4", endColorstr="#fefefe", GradientType=0); /* IE6-9 */
  height: 0;
}
#hero-content .header.no-image .woodcircle {
  opacity: 0.1;
}
#hero-content .woodcircle {
  position: absolute;
  top: 6em;
  left: -2em;
  max-width: 75%;
}
#hero-content #header-container .content .row {
  flex-direction: column;
  position: relative;
}
#hero-content #header-container .content .indices {
  position: absolute;
  bottom: 100%;
  font-size: 1.3571428571em;
  font-family: "Avenir LT W01_85 Heavy1475544", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  text-align: right;
}
#hero-content #header-container .content .indices span {
  opacity: 0.5;
  background: #000;
  padding: 0 0.6em;
  transition: all 0.2s ease;
  color: #F3A034;
  position: relative;
  top: 0.4736842105em;
  cursor: pointer;
}
#hero-content #header-container .content .indices span.active {
  background: none;
  font-size: 3em;
  color: #fff;
  opacity: 1;
  font-size: 4.7368421053em;
  padding: 0;
  line-height: 1;
  top: 0.2em;
  margin: 0 0.2em;
  cursor: default;
}
#hero-content #header-container .content .indices span:first-child {
  margin-left: 0;
}
#hero-content #header-container .content .indices span:last-child {
  margin-right: 0;
}
#hero-content #header-container .content .column, #hero-content #header-container .content .column * {
  transition: all 0.3s ease;
}
#hero-content #header-container .content .column:not(.active) {
  display: none;
}
#hero-content #header-container .content .column:not(.active) .breadcrumb {
  display: none;
}
#hero-content #header-container .content .column.active {
  -webkit-box-shadow: 0 13px 56px 0 rgba(0, 0, 0, 0.13);
  box-shadow: 0 13px 56px 0 rgba(0, 0, 0, 0.13);
}
#hero-content #header-container .woodcircle {
  z-index: -1;
}
#hero-content #header-container .image {
  z-index: -2;
}
#hero-content #header-container .image img {
  z-index: -999;
  transition: opacity 0.15s ease;
  opacity: 0;
  width: 100%;
  height: auto;
}
#hero-content #header-container .image img.visible {
  z-index: -1;
  opacity: 1;
}

body#uid1 #hero-content .header .content .column {
  padding-top: 1em;
}

#menu1 {
  font-size: 1.3571428571em;
  margin: 1em auto 0 auto;
  justify-content: flex-end;
  transition: all 0.2s ease;
}
#menu1 .item.dropdown > .nav-link:after {
  content: "";
  border: solid rgba(0, 0, 0, 0.56);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 9px;
  top: 15px;
}
#menu1 .item.dropdown .dropdown-wrap {
  display: none;
}
#menu1 .item.dropdown .dropdown-wrap .nav-link {
  text-transform: none;
  border: 0;
  padding-top: 0.1578947368em;
  transition: all 0.2s ease;
}
#menu1 .item.dropdown .dropdown-wrap hr, #menu1 .item.dropdown .dropdown-wrap p.subtitle {
  display: none;
}
#menu1 .nav-link {
  color: #000;
  text-transform: uppercase;
  padding: 0.8947368421em 0.2105263158em 0.6842105263em 0.2105263158em;
  border-top: 1px solid rgba(112, 112, 112, 0.5);
  transition: all 0.2s ease;
}
#menu1 .nav-link.active {
  color: #F3A034;
}

#menu2 .nav-link {
  color: #000;
  text-transform: uppercase;
}

#menu3 {
  margin: 0 -0.5em;
  max-width: 75%;
  line-height: 1.1428571429;
  padding: 0 0.2142857143em;
}
#menu3 .nav-link {
  color: #000;
  text-transform: uppercase;
  padding: 0.5em;
  transition: all 0.2s ease;
}

#menu4 .nav-link {
  color: #000;
  text-transform: uppercase;
}

.container-width-900 {
  padding: 0 40px;
}

.no-translation {
  position: absolute;
  z-index: -9999999999;
  display: none;
  opacity: 0;
  width: 0;
  height: 0;
}

.breadcrumb a {
  color: #000;
}
.breadcrumb .divider {
  margin: 0 0.2em;
}

#main {
  position: relative;
  z-index: 500;
  padding: 2.1428571429em 0 0 0;
}
#main.no-hero {
  padding-top: 0;
}
#main .ce-bodytext a:not(.button):not(.no-highlight) {
  color: #000;
  text-decoration: underline;
  font-family: "Avenir LT W01_85 Heavy1475544", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
#main .ce-bodytext a:not(.button):not(.no-highlight)::before {
  content: "";
  border: solid #F3A034;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: 0 0.2857142857em 0.0714285714em 0;
}
#main .ce-bodytext a:not(.button):not(.no-highlight):hover {
  text-decoration: none;
}
#main.no-padding-top {
  padding-top: 2em;
}

a.no-highlight {
  color: #000;
}
a.no-highlight.hover {
  text-decoration: underline;
}

.news-single-view #hero-content {
  margin-bottom: 2.1428571429em;
}

#footer {
  background: #f1f1f1;
  padding: 0 0 4.0714285714em 0;
  position: relative;
  z-index: 10;
}
#footer .company {
  margin-top: 2.4285714286em;
}
#footer .contact {
  margin-bottom: 3.2857142857em;
}
#footer .col-newsletter {
  display: flex;
}
#footer .menu {
  margin-bottom: 1.2857142857em;
}
#footer .menu .title {
  font-family: "Avenir LT W01_85 Heavy1475544", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  margin-bottom: 0;
}
#footer .menu a {
  display: block;
  color: #000;
  padding: 0 0.0714285714em;
}
#footer .menu a:before {
  content: "";
  border: solid #F3A034;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 4px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: 0 0.2857142857em 0.1428571429em 0;
}
#footer .newsletter {
  background: #464646;
  color: #fff;
  width: 100%;
  padding: 2em;
  position: relative;
  margin: 0.5714285714em auto 0 auto;
}
#footer .newsletter .h2 {
  font-size: 2.1428571429em;
  margin-top: 0;
}
#footer .newsletter #newsletterRegistration-gdprText {
  font-size: 0.8571428571em;
  line-height: 1.5;
  margin-bottom: 1.6666666667em;
  color: rgba(255, 255, 255, 0.62);
}
#footer .newsletter form.newsletterRegistration .actions button.btn.btn-primary {
  background: #fff;
  border-color: #fff;
}
#footer .newsletter form.newsletterRegistration .actions button.btn.btn-primary:hover {
  background: transparent;
}
#footer .newsletter form.newsletterRegistration .form-control {
  color: #fff;
  font-size: 1em;
}
#footer .newsletter form.newsletterRegistration .form-control::-webkit-input-placeholder {
  color: #fff;
}
#footer .newsletter form.newsletterRegistration .form-control:-moz-placeholder {
  color: #fff;
}
#footer .newsletter form.newsletterRegistration .form-control::-moz-placeholder {
  color: #fff;
}
#footer .newsletter form.newsletterRegistration .form-control:-ms-input-placeholder {
  color: #fff;
}
#footer .newsletter form.newsletterRegistration .form-control::-ms-input-placeholder {
  color: #fff;
}
#footer .newsletter a {
  color: inherit;
  text-decoration: underline;
}
#footer .newsletter a:hover {
  text-decoration: none;
}
#footer .newsletter:before, #footer .newsletter:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 0;
  width: 5000%;
  background: #464646;
}
#footer .newsletter:before {
  right: 100%;
}
#footer .newsletter:after {
  left: 100%;
}
#footer #ending {
  border-top: 1px solid rgba(112, 112, 112, 0.21);
}
#footer #ending .socials {
  text-align: center;
  margin-top: 1.7857142857em;
  margin-bottom: 0.5714285714em;
}
#footer #ending .socials a {
  display: inline-block;
  max-width: 1.6428571429em;
  margin: 0 0.5em;
}
#footer #ending #development {
  text-align: center;
}
#footer #ending #development a {
  color: #000;
}
#footer #ending #menu2 {
  text-align: center;
}
#footer #ending #menu2 a.nav-link {
  display: inline-block;
  color: #000;
  padding-left: 0;
  padding-right: 0;
  text-transform: none;
}
#footer .woodcircle {
  opacity: 0.05;
  position: absolute;
  width: 100%;
  bottom: 10em;
  text-align: center;
  display: none;
  z-index: -1;
}
#footer .woodcircle .circle-wrap {
  width: 808px;
  max-width: 100%;
  margin: 0 auto;
}

.flyoutteaser {
  position: relative;
  margin: 0.1666666667em auto 1.1428571429em 0;
}
.flyoutteaser .title {
  font-family: "Avenir LT W01_85 Heavy1475544", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  border-bottom: 1px solid #707070;
  position: relative;
  font-size: 1.2857142857em;
  padding-bottom: 0.3333333333em;
  margin-bottom: 0;
  cursor: pointer;
}
.flyoutteaser .title:after {
  content: "";
  border: solid #000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -19px;
}
.flyoutteaser .flyout {
  background: #f1f1f1;
  position: relative;
  width: 100%;
  left: 0;
  top: 100%;
  padding: 10px;
  display: none;
}
.flyoutteaser .flyout p {
  margin-bottom: 0;
}
.flyoutteaser .flyout a {
  color: #000;
}
.flyoutteaser .flyout a::before {
  content: "";
  border: solid #F3A034;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 4px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: 0 0.5714285714em 0.1428571429em 0;
}

.sliderteaser > .title {
  font-family: "Avenir LT W01_85 Heavy1475544", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  display: inline-block;
  margin-bottom: 0;
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 0 0.8571428571em 0 0;
}
.sliderteaser hr {
  margin: 0 0 0.5714285714em 0;
  position: relative;
  top: -0.8571428571em;
}
.sliderteaser .image-slides {
  margin: 0 auto 1.5em auto;
}
.sliderteaser .image-slides.slick-dotted {
  margin-bottom: 0.6111111111em;
}
.sliderteaser .text-slides .text-slide {
  overflow: hidden;
}
.sliderteaser .text-slides .title {
  margin: 0.2em auto 0 auto;
}
.sliderteaser .text-slides .button {
  margin-top: 0.7222222222em;
}
.sliderteaser .slide {
  visibility: hidden;
}
.sliderteaser .slick-initialized .slide {
  visibility: visible;
}
.sliderteaser .arrows {
  text-align: right;
  margin-top: 2em;
}
.sliderteaser .slick-dots {
  width: auto;
  right: 0;
  background: #fff;
  bottom: -2.3888888889em;
  z-index: 2;
  padding-left: 1px;
}
.sliderteaser .slick-dots li {
  margin: 0 0 0 5px;
}

body .slick-dots li {
  width: 31px;
  height: 6px;
  margin: 0 0 0 5px;
}
body .slick-dots li button {
  width: 31px;
  height: 6px;
}
body .slick-dots li button::before {
  content: " ";
  background: #000;
  width: 31px;
  height: 6px;
  opacity: 1;
  transition: all 0.2s ease;
}
body .slick-dots li.slick-active button::before {
  background: #F3A034;
  opacity: 1;
}

body .slick-arrow {
  position: relative;
  top: 0;
  transform: none;
  width: 49px;
  height: 49px;
  right: auto;
  left: auto;
  top: auto;
  display: inline-block;
}
body .slick-arrow::before {
  content: "";
  border: solid #000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 16px;
  opacity: 1;
}
body .slick-arrow.slick-prev::before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-right: 0.2em;
}
body .slick-arrow.slick-next::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.button, button, input.btn {
  display: inline-block;
  text-align: center;
  padding: 0.4444444444em 0.3em 0.2222222222em 0.3em;
  border: 1px solid #707070;
  min-width: 10.1666666667em;
  text-transform: uppercase;
  font-family: "Avenir LT W01_85 Heavy1475544", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  color: #000;
  transition: all 0.2s ease;
}
.button:hover, button:hover, input.btn:hover {
  background: #707070;
  color: #fff;
  text-decoration: none;
}

input.btn.btn-primary {
  border-color: #F3A034;
  color: #fff;
}
input.btn.btn-primary:hover {
  background: transparent;
  color: #F3A034;
}

.hero-text {
  text-align: center;
}
.hero-text .title {
  font-size: 8.5714285714em;
  font-family: "Avenir LT W01_95 Black1475556", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  margin-bottom: 0;
  line-height: 1;
}
.hero-text .subtitle {
  font-size: 1.2857142857em;
  font-family: "Avenir LT W01_85 Heavy1475544", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  margin-top: -0.4444444444em;
  margin-bottom: 0;
}

header .subheader {
  position: relative;
  padding: 87px 0 0 0; /* margin-top: -($grid-gutter-width/2); */
}
header .subheader::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 76px;
  border-left: 1px solid #000;
}
header .subheader.ce-headline-center::after {
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
}
header .subheader.ce-headline-right::after {
  right: 0;
  left: auto;
}
.frame-backgroundstyle-10 header .subheader {
  margin-top: -20px;
}

.row > div.opposite-slanted {
  padding-right: 40px;
}

.row > div.slanted {
  background: #f5f5f5;
  padding: 20px;
}
.row > div.slanted::before, .row > div.slanted::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 0;
  width: 5000%;
  right: 100%;
  background: #f5f5f5;
}
.row > div.slanted::after {
  left: 100%;
  right: auto;
}
.row > div.slanted.col-11::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  z-index: 0;
  background: url(/Resources/Public/Images/slant-right-top-f5f5f5.svg) no-repeat left bottom;
  background-size: 100% 100%;
  width: 175px;
}
.row > div.slanted.col-11::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 0;
  width: 5000%;
  left: 100%;
  background: #f5f5f5;
}

.container .container-fluid.gridelement {
  overflow: visible;
}

header hr {
  max-width: 70%;
  width: 133px;
  border-top: 10px solid #000;
  margin: 0 auto 0.8571428571em 0;
}
header h1 {
  margin-bottom: 0.4307692308em;
}
header h2 {
  margin-bottom: 0.25em;
}
header h1 + hr {
  margin-bottom: 2.6666666667em;
}
header h2 + hr {
  margin-bottom: 1.5em;
}
header h1.without-hr, header h2.without-hr {
  margin-bottom: 0.7916666667em;
}
header.ce-headline-center hr {
  margin-left: auto;
}
header.ce-headline-right hr {
  margin-left: auto;
  margin-right: 0;
}

.ce-bodytext ul, .ce-bodytext ol,
.ce-intext.ce-left ul,
.ce-intext.ce-left ol {
  padding-inline-start: 2em;
}
.ce-bodytext ul li, .ce-bodytext ol li,
.ce-intext.ce-left ul li,
.ce-intext.ce-left ol li {
  list-style: none;
  position: relative;
  margin: 0.3333333333em auto 0.8888888889em auto;
  /*
        &::before { content: ''; border: solid $primary; border-width: 0 2px 2px 0; display: inline-block; padding: 3px; @include transform(rotate(-45deg)); margin: 0 1.3em 0 -2.1428571428571428571428571428571em; position: relative; top: -0.14285714285714285714285714285714em; }
        &::after { content: ''; border: solid $primary; border-width: 2px; display: inline-block; width: 1.5em; height: 1.5em; border-radius: 50%; position: absolute; left: -2.5em; top: 0; }
  */
}
.ce-bodytext ul li::before, .ce-bodytext ol li::before,
.ce-intext.ce-left ul li::before,
.ce-intext.ce-left ol li::before {
  content: "";
  border: solid #F3A034;
  border-width: 2px 0 0 0;
  display: inline-block;
  padding: 6px;
  position: absolute;
  top: 0.7em;
  left: -2em;
  width: 6px;
}

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

.form-control {
  border: 0;
  border-bottom: 1px solid #707070;
  background: transparent;
  font-size: 1.2857142857em;
  padding: 0.1111111111em 0.0555555556em 0.3888888889em 0.0555555556em;
  line-height: 1.5555555556;
  height: calc(1.5555555556em + 0.75rem + 2px);
}
.form-control:focus {
  background: transparent;
}

textarea.form-control {
  min-height: 4.8333333333em;
  resize: none;
}

button, button.btn, button.btn-primary {
  background: transparent;
  border: 1px solid #707070;
  text-transform: uppercase;
  transition: all 0.2s ease;
  text-align: center;
  padding: 0.4444444444em 1.3em 0.2222222222em 1.3em;
  border: 1px solid #707070;
  min-width: 10.1666666667em;
  font-family: "Avenir LT W01_85 Heavy1475544", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
button:hover, button.btn:hover, button.btn-primary:hover {
  background: #707070;
  color: #fff;
  border-color: #707070;
}

.custom-select, .custom-select:focus {
  -webkit-appearance: none;
  appearance: none;
  background: transparent url(/Resources/Public/Images/arrow-down.svg) no-repeat right center;
  padding-right: 40px;
  font-family: "Avenir LT W01_85 Heavy1475544", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
.custom-select option:not(:first-child), .custom-select:focus option:not(:first-child) {
  font-family: "Avenir LT W01_35 Light1475496", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

::-webkit-input-placeholder {
  font-style: italic;
}

:-moz-placeholder {
  font-style: italic;
}

::-moz-placeholder {
  font-style: italic;
}

:-ms-input-placeholder {
  font-style: italic;
}

::-ms-input-placeholder {
  font-style: italic;
}

.actions .btn-group {
  margin: 0 auto 0 0;
}

.quick-contact-form {
  margin: 1.2857142857em auto 0.9285714286em auto;
}
.quick-contact-form p.title {
  font-family: "Avenir LT W01_95 Black1475556", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-size: 1.7142857143em;
  margin-bottom: 1.4583333333em;
}
.quick-contact-form p.title .icon-wrap {
  max-width: 36px;
  display: inline-block;
  margin: 0 0.5416666667em 0 0;
  position: relative;
  top: -3px;
}
.quick-contact-form form.quickContact .form-group-message {
  margin: 1.3333333333em auto 1.4444444444em auto;
}
.quick-contact-form form.quickContact .gdprText {
  font-size: 0.8571428571em;
  line-height: 1.5;
  margin-bottom: 1.6666666667em;
}

form.downloadRequest {
  margin-top: 2em;
}
form.downloadRequest .gdprText, form.downloadRequest .form-group-gdpr {
  font-size: 0.8571428571em;
  line-height: 1.5;
  margin-bottom: 1.6666666667em;
}
form.downloadRequest .form-group-gdpr .invalid-feedback {
  font-size: 1em;
}

.quotes {
  margin-bottom: 3.2777777778em;
  position: relative;
  top: -0.7777777778em;
}
.quotes .quote {
  text-align: center;
}
.quotes .quote .image-wrap {
  width: 61px;
  max-width: 100%;
  margin: 0 auto 2.6111111111em auto;
}
.quotes .quote .text, .quotes .quote name, .quotes .quote .company {
  max-width: 76%;
  margin: 0 auto;
}
.quotes .quote .text {
  font-size: 1.4444444444em;
  font-style: italic;
  line-height: 1.1923076923;
  margin-bottom: 0.6923076923em;
}
.quotes .quote .name {
  font-family: "Avenir LT W01_85 Heavy1475544", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  margin-bottom: 0;
}
.quotes .quote .company {
  margin-bottom: 0;
}
.quotes button.slick-prev, .quotes button.slick-next {
  position: absolute;
  top: 50%;
  display: block;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.quotes button.slick-prev {
  left: 0;
}
.quotes button.slick-next {
  right: 0;
}

.ce-gallery-slider {
  overflow: visible;
  margin: 0 30px;
}
.ce-gallery-slider .slick-slide {
  margin: 0 10px;
}
.ce-gallery-slider button.slick-prev, .ce-gallery-slider button.slick-next {
  position: absolute;
  top: 50%;
  display: block;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.ce-gallery-slider button.slick-prev {
  left: -30px;
}
.ce-gallery-slider button.slick-prev::before {
  margin-right: 0;
}
.ce-gallery-slider button.slick-next {
  right: -30px;
}

.news-list-view.news-latest-view {
  margin-left: -20px;
  margin-right: -20px;
}
.news-list-view > .row {
  margin-left: -60px;
  margin-right: -60px;
}
.news-list-view > .row > div {
  padding-left: 60px;
  padding-right: 60px;
}
.news-list-view .outer-wrap {
  height: 100%;
  padding-bottom: 80px;
}
.news-list-view .outer-wrap.article-index-1, .news-list-view .outer-wrap.article-index-2 {
  height: auto;
}
.news-list-view .article {
  background: #fff;
  height: 100%;
}
.news-list-view .article .content {
  padding: 0.4285714286em 20px 0.6428571429em 20px;
}
.news-list-view .article p.title {
  font-family: "Avenir LT W01_95 Black1475556", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  margin-bottom: 0;
  line-height: 1.5714285714;
}
.news-list-view .article p.title a {
  color: #000;
}
.news-list-view .article h2 {
  color: #000;
  font-size: 1.3333333333em;
  text-transform: none;
}
.news-list-view .article h2 a {
  color: #000;
}
.news-list-view .article .news-list-tags {
  display: inline;
  margin-bottom: 0;
  color: #F3A034;
  font-family: "Avenir LT W01_85 Heavy1475544", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
.news-list-view .article .divider {
  margin: 0 0.3em 0 0.1em;
}
.news-list-view .article .news-list-more::before {
  content: "";
  border: solid #F3A034;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: 0 0.2857142857em 0.0714285714em 0;
}
.news-list-view .article .news-list-more a {
  color: #000;
  text-decoration: underline;
  font-family: "Avenir LT W01_85 Heavy1475544", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
.news-list-view .article .news-list-more a:hover {
  text-decoration: none;
}
.news-list-view .article .meta {
  margin-bottom: 0.2142857143em;
}
.news-list-view .news-list-link {
  text-align: center;
  margin-bottom: 3em;
}

.news-single-view .news-list-tags {
  display: inline;
  margin-bottom: 0;
  color: #F3A034;
  font-family: "Avenir LT W01_85 Heavy1475544", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
.news-single-view .divider {
  margin: 0 0.3em 0 0.1em;
}
.news-single-view .meta {
  margin-bottom: 1em;
  font-family: "Avenir LT W01_85 Heavy1475544", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
.news-single-view .news-img-wrap {
  margin: 80px auto;
}
.news-single-view .news-img-wrap .mediaelement-image {
  margin-bottom: 40px;
}
.news-single-view .news-backlink-wrap {
  margin: 2em auto 0 0;
}

.event-list-view:not(.event-latest-view) > .row > div {
  display: flex;
}
.event-list-view .outer-wrap {
  padding-bottom: 4.8333333333em;
  width: 100%;
}
.event-list-view .article {
  background: #eee;
  background: -moz-linear-gradient(top, #eee 0%, #eee 56%, #f9f9f9 100%);
  background: -webkit-linear-gradient(top, #eee 0%, #eee 56%, #f9f9f9 100%);
  background: linear-gradient(to bottom, #eee 0%, #eee 56%, #f9f9f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee", endColorstr="#f9f9f9", GradientType=0);
  margin: 0 -20px;
  padding: 0 20px;
  display: flex;
  height: 100%;
}
.event-list-view .article .row {
  flex: 1 1 auto;
}
.event-list-view .article .col-content {
  padding-top: 1em;
  padding-bottom: 1em;
  flex-direction: column;
}
.event-list-view .article .col-content h2 {
  font-size: 1.6em;
}
.event-list-view .article .col-content h2 a {
  color: #000;
}
.event-list-view .article .col-content .meta {
  margin-bottom: 1em;
}
.event-list-view .article .col-content .meta .date, .event-list-view .article .col-content .meta .location {
  margin: 0 auto 0.5em auto;
}
.event-list-view .article .col-content .meta .date .icon-wrap, .event-list-view .article .col-content .meta .location .icon-wrap {
  position: relative;
  top: -0.2142857143em;
}
.event-list-view .article .col-content .meta .date .icon-wrap {
  max-width: 32px;
  margin-right: 14px;
}
.event-list-view .article .col-content .meta .location .icon-wrap {
  max-width: 26px;
  margin-right: 20px;
  display: inline-block;
}
.event-list-view .article .col-content .price .icon-wrap {
  max-width: 36px;
  margin-right: 10px;
  position: relative;
  top: -0.2142857143em;
}
.event-list-view .article .col-content .actions {
  margin: 2em auto 1em auto;
}
.event-list-view .article .col-content .actions .col:last-child {
  text-align: right;
}
.event-list-view .article .col-content .actions .button.register {
  background: #707070;
  color: #fff;
}
.event-list-view .article .col-content .actions .button.register:hover {
  background: transparent;
  color: #707070;
}
.event-list-view .article .col-image {
  position: relative;
}
.event-list-view .article .col-image .news-img-wrap {
  margin-left: -20px;
  margin-right: -20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  min-height: 200px;
}
.event-list-view .article .date-block {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 50;
  min-width: 145px;
  text-align: center;
  background: #464646;
  color: #fff;
  padding: 15px;
}
.event-list-view .article .date-block .day {
  font-size: 2.8888888889em;
  font-family: "Avenir LT W01_85 Heavy1475544", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
.event-list-view .article .date-block .month {
  font-family: "Avenir LT W01_85 Heavy1475544", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  text-transform: uppercase;
}
.event-list-view .article .date-block > p {
  margin-bottom: 0;
}
.event-list-view .article .date-block hr {
  border-color: rgba(255, 255, 255, 0.53);
  margin-top: 0;
}
.event-list-view .article.topevent .date-block {
  background: #F3A034;
}
.event-list-view .article.topevent .actions .button.register {
  background: #F3A034;
  border-color: #F3A034;
}
.event-list-view .article.topevent .actions .button.register:hover {
  color: #F3A034;
}
.event-list-view .article.general-item .col-content {
  padding-top: 2em;
}
.event-list-view .article.general-item .col-content .main-infos {
  min-height: 134px;
}
.event-list-view.event-latest-view {
  margin-top: 1em;
}
.event-list-view.event-latest-view header {
  margin-bottom: 3em;
}
.event-list-view.event-latest-view .event-list-link {
  margin-bottom: 4em;
}
.event-list-view.event-latest-view h3 {
  text-transform: uppercase;
  margin-top: 0;
}
.event-list-view.event-latest-view h3 a {
  color: #000;
}
.event-list-view.event-latest-view a.more {
  color: #000;
  text-decoration: underline;
  font-family: "Avenir LT W01_85 Heavy1475544", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
.event-list-view.event-latest-view a.more::before {
  content: "";
  border: solid #F3A034;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: 0 0.2857142857em 0.0714285714em 0;
}
.event-list-view.event-latest-view a.more:hover {
  text-decoration: none;
}

.event-single-view {
  margin: 0 auto 4em auto;
}
.event-single-view .meta {
  margin: 2em auto 1em auto;
}
.event-single-view .meta .date, .event-single-view .meta .location, .event-single-view .meta .price {
  margin: 0 auto 0.5em auto;
}
.event-single-view .meta .date .icon-wrap, .event-single-view .meta .location .icon-wrap, .event-single-view .meta .price .icon-wrap {
  position: relative;
  top: -0.2142857143em;
}
.event-single-view .meta .date .icon-wrap {
  max-width: 32px;
  margin-right: 14px;
}
.event-single-view .meta .location .icon-wrap {
  max-width: 26px;
  margin-right: 20px;
}
.event-single-view .meta .price .icon-wrap {
  max-width: 26px;
  margin-right: 10px;
}
.event-single-view #hero-content .header .content .date-block {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 50;
  min-width: 170px;
  text-align: center;
  background: #F3A034;
  color: #fff;
  padding: 15px;
}
.event-single-view #hero-content .header .content .date-block .day {
  font-size: 2.8888888889em;
  font-family: "Avenir LT W01_85 Heavy1475544", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
.event-single-view #hero-content .header .content .date-block .month {
  font-family: "Avenir LT W01_85 Heavy1475544", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  text-transform: uppercase;
}
.event-single-view #hero-content .header .content .date-block > p {
  margin-bottom: 0;
}
.event-single-view #hero-content .header .content .date-block hr {
  border-top: 1px solid rgba(255, 255, 255, 0.53);
  margin-top: 0;
  width: auto;
  max-width: none;
  margin-bottom: 1rem;
}
.event-single-view .socials {
  text-align: right;
  margin-top: -2em;
  font-family: "Avenir LT W01_85 Heavy1475544", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  margin: 2em auto;
  color: rgba(0, 0, 0, 0.48);
}
.event-single-view .socials a {
  max-width: 22px;
  margin-left: 1em;
  display: inline-block;
  position: relative;
  top: -4px;
}
.event-single-view .person {
  line-height: 1.2222222222;
  margin-bottom: 40px;
}
.event-single-view .person .image {
  text-align: center;
}
.event-single-view .person .content {
  padding: 0.6666666667em 0;
  margin-bottom: -0.9444444444em;
}
.event-single-view .person .content .department {
  font-family: "Avenir LT W01_85 Heavy1475544", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  margin-top: 0.1111111111em;
}
.event-single-view .person .content .department p {
  margin: 0;
}
.event-single-view .person .content .department span {
  background: #fff;
  padding: 0 0.25em 0 0;
  position: relative;
  z-index: 1;
}
.event-single-view .person .content .department hr {
  position: relative;
  top: -0.1666666667em;
  margin: 0;
  z-index: 0;
}
.event-single-view .person .content .h3 {
  margin-top: 0.5833333333em;
  margin-bottom: 0.8333333333em;
  font-size: 1.6666666667em;
}
.event-single-view .person .content .contact {
  margin-top: 0.2222222222em;
  padding-bottom: 1.2222222222em;
}
.event-single-view .person .content .contact a {
  color: #000;
  text-decoration: underline;
}
.event-single-view .person .content .contact span {
  margin-right: 0.2em;
}

.page-navigation {
  padding: 0 0 2em 0;
}
.page-navigation span {
  margin: 0 0.5em;
}
.page-navigation span:first-child {
  margin-left: 0;
}
.page-navigation span:last-child {
  margin-right: 0;
}

.downloads-list {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 2em;
}
.downloads-list .downloads {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px 20px 18px 20px;
  margin-bottom: 20px;
}
.downloads-list .downloads h3 {
  text-transform: uppercase; /* font-size: 2.1111111111111111111111111111111em; */
  font-family: "Avenir LT W01_95 Black1475556", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  margin: 0;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
  padding-right: 1em;
}
.downloads-list .downloads h3:after {
  content: "";
  border: solid #bdbdbd;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 7px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0.1em;
  right: 0;
  transition: all 0.2s ease;
}
.downloads-list .downloads .files dl, .downloads-list .downloads .files dd {
  padding-left: 20px;
}
.downloads-list .downloads .file {
  border-bottom: 1px solid #C7C7C7;
  position: relative;
  margin: 0 0 0.5em 0;
  cursor: pointer;
  display: none;
}
.downloads-list .downloads .file:nth-child(1) {
  border-top: 1px solid #C7C7C7;
  padding-top: 0.5em;
}
.downloads-list .downloads .file .title {
  position: relative;
  margin-bottom: 0.3888888889em;
  padding-right: 2.5em;
}
.downloads-list .downloads .file .title .filetype {
  text-transform: uppercase;
}
.downloads-list .downloads .file .title::before {
  content: "";
  border: solid #F3A034;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0 1.5em 0 -2.1428571429em;
  position: absolute;
  top: 0.3571428571em;
  right: -1em;
  transition: all 0.2s ease;
}
.downloads-list .downloads .file .title::after {
  content: "";
  border: solid #F3A034;
  border-width: 2px;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
}
.downloads-list .downloads .file dl {
  font-size: 0.8888888889em;
}
.downloads-list .downloads .file dl dd {
  font-family: "Avenir LT W01_65 Medium1475532", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
.downloads-list .downloads .file .action {
  text-align: right;
}
.downloads-list .downloads .file .action a.button {
  border-color: #F3A034;
  background: #F3A034;
  color: #fff;
}
.downloads-list .downloads .file .action a.button:hover {
  background: transparent;
  color: #F3A034;
}
.downloads-list .downloads .file .add-info {
  display: none;
  padding: 0.5em 0 1em 0;
}
.downloads-list .downloads .file .add-info img {
  margin-bottom: 1em;
  border: 2px solid #C7C7C7;
}
.downloads-list .downloads .file .action {
  text-align: left;
  padding-left: 20px;
}
.downloads-list .downloads .file .action .basket-input {
  margin-bottom: 0.5em;
}
.downloads-list .downloads .file .action input {
  width: 30px;
  text-align: center;
  background: none;
  border: 1px solid #000;
  border-width: 0 0 1px 0;
}
.downloads-list .downloads .file .action .in-basket {
  display: none;
}
.downloads-list .downloads .file .action a.button {
  display: block;
  width: 100%;
  min-width: 0;
}
.downloads-list .downloads .file.visible .title {
  font-family: "Avenir LT W01_85 Heavy1475544", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
.downloads-list .downloads .file.visible .title::before {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
  top: 0.5714285714em;
}
.downloads-list .downloads.visible h3 {
  margin-bottom: 0.7916666667em;
}
.downloads-list .downloads.visible h3::after {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
  top: 0.4666666667em;
}
.downloads-list #c281, .downloads-list #c282 {
  display: none;
  margin-bottom: 3em;
}

.brochure-basket {
  display: none;
  background: #F3A034;
  color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1em 3em;
  z-index: 100;
  font-family: "Avenir LT W01_85 Heavy1475544", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
.brochure-basket .close {
  color: black;
  position: relative;
  right: -11px;
  top: 0px;
  cursor: pointer;
  border: 1px solid;
  padding: 3px;
  height: 14px;
  display: inline-block;
  width: 14px;
  line-height: 0.3em;
}
.brochure-basket .row {
  flex-wrap: nowrap;
  justify-content: space-between;
}
.brochure-basket #waren-titles {
  font-size: 14px;
  font-family: "Avenir LT W01_35 Light1475496", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  padding-left: 20px;
  margin-top: 4px;
}
.brochure-basket .button {
  background: #fff;
  border: 1px solid #fff;
  color: #F3A034;
  padding-left: 1em;
  padding-right: 1em;
  margin-right: 30px;
}
.brochure-basket .button:hover {
  background: #F3A034;
  color: #fff;
}

.downloadlist {
  margin-bottom: 30px;
}

#colorbox.brochure-basket-order #cboxLoadedContent {
  border: 0;
}
#colorbox.brochure-basket-order #cboxLoadedContent form.downloadRequest {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 300px;
  margin: 0 auto;
}
#colorbox.brochure-basket-order #cboxContent {
  background: transparent;
}

form.downloadRequest .form-group-referrer, form.downloadRequest .form-group-ip, form.downloadRequest .form-group-download {
  display: none;
}

form.newsletterRegistration .form-group-referrer, form.newsletterRegistration .form-group-ip {
  display: none;
}

form.seminarRegistration .form-group-referrer, form.seminarRegistration .form-group-ip, form.seminarRegistration .form-group-seminarUri, form.seminarRegistration .form-group-seminarDetails {
  display: none;
}

.newsletter .h2 {
  color: #fff;
  margin-bottom: 0;
}

.certificates-wrap .logo-row {
  text-align: center;
  margin: 0 auto 3em auto;
}
.certificates-wrap .logo-row img {
  margin: 1em 2em;
  cursor: pointer;
  max-width: 50px;
  transition: all 0.2s ease;
}
.certificates-wrap .logo-row.is-active img:not(.active) {
  opacity: 0.3;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.certificates-wrap table {
  border-collapse: separate;
  border-spacing: 0 0.5em;
}
.certificates-wrap table tr {
  background: rgba(255, 255, 255, 0.8);
}
.certificates-wrap table tr.header {
  background: none;
}
.certificates-wrap table td.status, .certificates-wrap table th.status {
  min-width: 13em;
}
.certificates-wrap table td.cert-type, .certificates-wrap table th.cert-type {
  min-width: 13em;
}
.certificates-wrap table td.country, .certificates-wrap table th.country {
  min-width: 10em;
}
.certificates-wrap table td.cert-number, .certificates-wrap table th.cert-number {
  min-width: 11em;
}
.certificates-wrap table td.status, .certificates-wrap table th.status {
  min-width: 7em;
}
.certificates-wrap table td.status .icon-wrap, .certificates-wrap table th.status .icon-wrap {
  width: 20px;
  display: inline-block;
}
.certificates-wrap table td.cert-special-content, .certificates-wrap table th.cert-special-content {
  overflow: hidden;
}
.certificates-wrap table .standard-title {
  font-family: "Avenir LT W01_85 Heavy1475544";
}
.certificates-wrap table .form-control {
  font-size: 1em;
}

.certificate-details-wrap dt {
  font-family: "Avenir LT W01_85 Heavy1475544", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
.certificate-details-wrap .icon-wrap {
  display: inline-block;
  width: 20px;
}

.fixed-header {
  height: 75vh;
  overflow-y: auto;
}
.fixed-header th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: white;
  z-index: 100;
}

.projects-wrap .projects-list .filter-wrap .filter-area {
  border-bottom: 1px solid #bdbdbd;
  padding: 0 0 0.75em 0;
  margin: 0 auto 0.75em auto;
}
.projects-wrap .projects-list .filter-wrap .filter-area > .row > div {
  flex: 1 1 auto;
}
.projects-wrap .projects-list .filter-wrap .filter-area > .row > div:last-child {
  flex: 0 1 auto;
}
.projects-wrap .projects-list .filter-wrap .filter-status {
  text-transform: uppercase;
  font-family: "Avenir LT W01_95 Black1475556";
  margin-bottom: 3em;
}
.projects-wrap .projects-list .filter-wrap .custom-checkbox {
  padding-left: 0;
}
.projects-wrap .projects-list .filter-wrap .custom-checkbox .custom-control-label {
  padding-right: 2em;
  font-family: "Avenir LT W01_95 Black1475556";
  text-transform: uppercase;
}
.projects-wrap .projects-list .filter-wrap .custom-checkbox .custom-control-label::after, .projects-wrap .projects-list .filter-wrap .custom-checkbox .custom-control-label::before {
  right: 0;
  left: auto;
}
.projects-wrap .projects-list > .row {
  margin-left: -60px;
  margin-right: -60px;
}
.projects-wrap .projects-list > .row > div {
  display: flex;
  padding-left: 60px;
  padding-right: 60px;
}
.projects-wrap .projects-list > .row .project {
  background: #eee;
  background: -moz-linear-gradient(top, #eee 0%, #eee 56%, #f9f9f9 100%);
  background: -webkit-linear-gradient(top, #eee 0%, #eee 56%, #f9f9f9 100%);
  background: linear-gradient(to bottom, #eee 0%, #eee 56%, #f9f9f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee", endColorstr="#f9f9f9", GradientType=0);
  margin-bottom: 80px;
}
.projects-wrap .projects-list > .row .project .content {
  padding: 40px;
}
.projects-wrap .projects-list > .row .project .content a:hover {
  text-decoration: none;
}
.projects-wrap .projects-list > .row .project .content .area-title {
  font-family: "Avenir LT W01_95 Black1475556";
}
.projects-wrap .project-details {
  margin: 0 0 5em 0;
}
.projects-wrap .project-details #hero-content .text {
  font-size: 1.2em;
}
.projects-wrap .project-details #hero-content .text .area-title, .projects-wrap .project-details #hero-content .text .status-title {
  font-family: "Avenir LT W01_95 Black1475556";
}
.projects-wrap .project-details .project-content, .projects-wrap .project-details .images-wrap {
  margin-top: 4em;
}
.projects-wrap .project-details .images-wrap > .row > div {
  margin-bottom: 40px;
}
.projects-wrap .project-details .downloads-wrap {
  padding: 0.6666666667em;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.projects-wrap .project-details .downloads-wrap .title {
  margin: 0;
  font-family: "Avenir LT W01_95 Black1475556";
  display: inline-block;
  background: #fff;
  z-index: 1;
  position: relative;
  padding: 0 0.8571428571em 0 0;
}
.projects-wrap .project-details .downloads-wrap .title.has-publications {
  margin-top: 2em;
}
.projects-wrap .project-details .downloads-wrap hr {
  position: relative;
  top: -0.3888888889em;
  margin: 0 0 0.5714285714em 0;
}
.projects-wrap .project-details .downloads-wrap p a {
  color: #000;
  text-decoration: underline;
  position: relative;
  padding-left: 2em;
}
.projects-wrap .project-details .downloads-wrap p a:hover {
  text-decoration: none;
}
.projects-wrap .project-details .downloads-wrap p a::before {
  content: "";
  border: solid #F3A034;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: 0 1.5em 0 0;
  position: absolute;
  top: 0.2em;
  left: 0.3em;
  transition: all 0.2s ease;
}
.projects-wrap .project-details .downloads-wrap p a::after {
  content: "";
  border: solid #F3A034;
  border-width: 2px;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  position: absolute;
  left: 0em;
  top: -0.2em;
}
.projects-wrap .project-details .back-link {
  text-align: center;
  margin: 6em auto 0 auto;
}
.projects-wrap .project-details .back-link .button {
  padding: 0 3em;
}

.table-responsive::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.table-responsive::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

.table-responsive::-webkit-scrollbar-thumb {
  background-color: rgba(243, 160, 52, 0.5);
  border: 0px none #fff;
  border-radius: 0px;
}

.table-responsive::-webkit-scrollbar-thumb:hover {
  background-color: #f3a034;
}

.table-responsive::-webkit-scrollbar-thumb:active {
  background-color: #F3A034;
}

.table-responsive::-webkit-scrollbar-track {
  background: #fff;
  border: 0px none #fff;
  border-radius: 0px;
}

.table-responsive::-webkit-scrollbar-track:hover {
  background: #fff;
}

.table-responsive::-webkit-scrollbar-track:active {
  background: #fff;
}

.table-responsive::-webkit-scrollbar-corner {
  background: transparent;
}

.autocomplete {
  position: relative;
  display: inline-block;
  width: 100%;
}
.autocomplete input {
  width: 100%;
}
.autocomplete input::-webkit-input-placeholder {
  font-family: "Avenir LT W01_85 Heavy1475544", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
.autocomplete input:-moz-placeholder {
  font-family: "Avenir LT W01_85 Heavy1475544", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
.autocomplete input::-moz-placeholder {
  font-family: "Avenir LT W01_85 Heavy1475544", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
.autocomplete input:-ms-input-placeholder {
  font-family: "Avenir LT W01_85 Heavy1475544", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
.autocomplete input::-ms-input-placeholder {
  font-family: "Avenir LT W01_85 Heavy1475544", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #f1f1f1;
  border-width: 0 1px;
  z-index: 99;
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px 20px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
  background-color: #e9e9e9;
}
.autocomplete-items div.autocomplete-active {
  background-color: #f1f1f1;
}

.person-list .person {
  background: #fff;
  line-height: 1.2222222222;
  margin-bottom: 40px;
}
.person-list .person .image {
  text-align: center;
}
.person-list .person .content {
  padding: 0.6666666667em;
  margin-bottom: -0.9444444444em;
}
.person-list .person .content .department {
  font-family: "Avenir LT W01_85 Heavy1475544", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  margin-top: 0.1111111111em;
  margin-top: -0.8em;
  margin-bottom: 0.8em;
}
.person-list .person .content .department p {
  margin: 0;
}
.person-list .person .content .department span {
  background: #fff;
  padding: 0 0.25em 0 0;
  position: relative;
  z-index: 1;
}
.person-list .person .content .department hr {
  position: relative;
  top: -0.1666666667em;
  margin: 0;
  z-index: 0;
}
.person-list .person .content .h3 {
  margin-top: 0.5833333333em;
  margin-bottom: 0.8333333333em;
}
.person-list .person .content .contact {
  margin-top: 0.2222222222em;
  padding-bottom: 1.2222222222em;
}
.person-list .person .content .contact a {
  color: #000;
  text-decoration: underline;
}
.person-list .person .content .contact span {
  margin-right: 0.2em;
}
.person-list .all-persons .image {
  padding: 0.6666666667em 0.6666666667em 0 0.6666666667em;
}
.person-list .all-persons > .container-fluid > .row > div {
  display: flex;
}
.person-list .all-persons .wrap {
  padding-bottom: 40px;
}
.person-list .all-persons .wrap .person {
  display: flex;
  height: 100%;
  margin-bottom: 0;
}
.person-list .all-persons .wrap .person .contact {
  border-top: 1px solid #000;
  padding-top: 0.4em;
}
.person-list .all-persons .wrap .person .contact dd {
  margin-bottom: 0;
}
.person-list .all-persons .filter-area {
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 40px;
  text-transform: uppercase;
  margin: 0 auto 60px auto;
  width: 100%;
  font-family: "Avenir LT W01_85 Heavy1475544", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
.person-list .all-persons .filter-area span {
  margin-right: 1em;
  cursor: pointer;
}
.person-list .all-persons .filter-area span.active {
  color: #F3A034;
}
.person-list .all-persons .filter-area .fulltext-wrap {
  position: relative;
  right: -200px- 40px;
  transition: all 0.2s ease;
  text-align: right;
  margin: 1em auto 0 auto;
}
.person-list .all-persons .filter-area .fulltext-wrap input.form-control {
  width: 200px;
  display: inline-block;
  height: auto;
  line-height: 1;
  padding: 0;
  max-width: 75%;
}
.person-list .all-persons .filter-area .fulltext-wrap.visible {
  right: 0;
}
.person-list .all-persons .person-grid-item {
  position: relative !important;
}
.person-list .some-persons .person {
  margin-bottom: 30px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
}
.person-list .some-persons .person hr {
  max-width: 100%;
  transition: all 0.2s ease;
}
.person-list .some-persons .person::before {
  content: "";
  border: solid #F3A034;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0.27em 1.11em 0 0em;
  position: absolute;
  top: 1em;
  right: 0;
  opacity: 0;
  transition: all 0.2s ease;
}
.person-list .some-persons .person::after {
  content: "";
  border: solid #F3A034;
  border-width: 2px;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  position: absolute;
  right: 0.6666666667em;
  top: 1em;
  opacity: 0;
  transition: all 0.2s ease;
}
.person-list .some-persons .person:not(:first-of-type) .image, .person-list .some-persons .person:not(:first-of-type) .text, .person-list .some-persons .person:not(:first-of-type) .contact {
  display: none;
}
.person-list .some-persons .person:not(.extended) hr {
  position: relative;
  max-width: 90%;
  max-width: calc(100% - 2em);
  margin-left: 0;
}
.person-list .some-persons .person:not(.extended)::before, .person-list .some-persons .person:not(.extended)::after {
  opacity: 1;
}

.isotope-area {
  overflow: hidden;
}

.search.icon {
  color: #000;
  position: relative;
  margin-top: 2px;
  margin-left: 3px;
  width: 1em;
  height: 1em;
  border: solid 2px #000;
  border-radius: 100%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: inline-block;
  margin-right: 40px;
}
.search.icon:before {
  content: "";
  position: absolute;
  top: 0.8333333333em;
  left: 0.3333333333em;
  height: 0.6111111111em;
  width: 2px;
  background-color: #000;
}

.tx-indexedsearch-searchbox {
  margin: 0 0 5em 0;
}

.tx-indexedsearch-form {
  margin: 0 0 2em 0;
}

.tx-indexedsearch-searchbox-sword {
  width: 100%;
  padding: 0.5em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -1px;
}

.tx-indexedsearch-browsebox {
  margin: 0 auto 2em auto;
  text-align: center;
}
.tx-indexedsearch-browsebox li {
  display: inline-block;
  margin: 0 0.4em;
}
.tx-indexedsearch-browsebox li:first-child {
  margin-left: 0;
}
.tx-indexedsearch-browsebox li:last-child {
  margin-right: 0;
}
.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage a {
  color: #F3A034;
}
.tx-indexedsearch-browsebox a {
  color: #000;
}
.tx-indexedsearch-browsebox a:hover {
  color: #F3A034;
  text-decoration: none;
}

.tx-indexedsearch-res {
  margin: 0 0 3em 0;
  text-align: left;
}

.tx-indexedsearch-search-submit {
  text-align: center;
}
.tx-indexedsearch-search-submit .tx-indexedsearch-searchbox-button {
  white-space: normal;
}

.tt-menu {
  background: #fff;
}
.tt-menu .tt-selectable:hover, .tt-menu .tt-selectable.tt-cursor {
  background-color: #f1f1f1;
}
.tt-menu .tt-suggestion {
  padding: 0 0.5em;
}

.highlight-object {
  text-align: center;
}
.highlight-object h2, .highlight-object .h2, .highlight-object h2.without-hr, .highlight-object .h2.without-hr {
  margin-bottom: 0.3833333333em;
}
.highlight-object .text {
  font-style: italic;
  font-size: 1.4444444444em;
  line-height: 1.1923076923;
}
.highlight-object a.button {
  margin-top: 3.1111111111em;
}

.highlights-slider .highlight-object {
  padding: 0 40px;
}
.highlights-slider button.slick-prev, .highlights-slider button.slick-next {
  position: absolute;
  top: 50%;
  display: block;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 3;
}
.highlights-slider button.slick-prev {
  left: 0;
}
.highlights-slider button.slick-next {
  right: 0;
}

b, strong {
  font-family: "Avenir LT W01_85 Heavy1475544", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

.tx-felogin-pi1 {
  margin-bottom: 2em;
}
.tx-felogin-pi1 .status > div {
  margin-bottom: 1em;
}

#to-top {
  position: fixed;
  bottom: 1em;
  right: 1em;
  width: 30px;
  opacity: 0.75;
  z-index: 510;
  display: none;
  cursor: pointer;
}

form.quickContact .form-group-referrer, form.quickContact .form-group-ip {
  display: none;
  position: absolute;
  z-index: -99999;
  width: 0;
  height: 0;
}

/*******************************************************************************
 * from-sm (576 px) */
@media (min-width: 576px) {
  #hero-content .header .content h1, #hero-content .header .content .h1 {
    margin-top: 0.5780346821em;
  }
  #hero-content .header .image {
    height: 210px;
  }
  .event-list-view .article .col-content .meta .location .icon-wrap {
    margin-right: 14px;
  }
  .event-list-view .article .col-image .news-img-wrap {
    min-height: 300px;
  }
  .row > div.slanted.col-sm-11::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    z-index: 0;
    background: url(/Resources/Public/Images/slant-right-top-f5f5f5.svg) no-repeat left bottom;
    background-size: 100% 100%;
    width: 175px;
  }
  .row > div.slanted.col-sm-11::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 0;
    width: 5000%;
    left: 100%;
    background: #f5f5f5;
  }
  #colorbox.brochure-basket-order #cboxLoadedContent form.downloadRequest {
    max-width: 500px;
  }
}
/*******************************************************************************
 * from-md (768 px) */
@media (min-width: 768px) {
  #header #col-logo {
    padding-left: 40px;
    padding-right: 40px;
  }
  #header #col-logo #logo {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #header #menutrigger {
    top: 27px;
    right: 20px;
  }
  #header #col-menu3, #header #col-menu1, #header #col-essentials {
    padding-left: 100px;
    padding-right: 100px;
  }
  #header #col-essentials .flyout-wrap {
    right: 141px;
  }
  #hero-content .header .content h1, #hero-content .header .content .h1 {
    margin-top: 0.297029703em;
    font-size: 43.25px;
  }
  #hero-content .header .content hr {
    width: 184px;
  }
  #hero-content .header .image {
    height: 270px;
  }
  header hr {
    width: 184px;
  }
  .event-list-view .article {
    margin-left: 0;
    margin-right: 0;
  }
  .event-list-view .article .col-content {
    padding: 20px 40px;
  }
  .event-list-view .article .col-image .news-img-wrap {
    min-height: 350px;
  }
  .event-list-view.event-latest-view {
    margin-top: 3em;
  }
  .event-list-view.event-latest-view .article .col-content {
    padding: 40px 80px 20px 80px;
  }
  .downloads-list .downloads {
    padding: 30px 40px 26px 40px;
  }
  .row > div.slanted.col-md-11::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    z-index: 0;
    background: url(/Resources/Public/Images/slant-right-top-f5f5f5.svg) no-repeat left bottom;
    background-size: 100% 100%;
    width: 175px;
  }
  .row > div.slanted.col-md-11::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 0;
    width: 5000%;
    left: 100%;
    background: #f5f5f5;
  }
  #colorbox.brochure-basket-order #cboxLoadedContent form.downloadRequest {
    max-width: 700px;
  }
}
/*******************************************************************************
 * from-lg (992 px) */
@media (min-width: 992px) {
  #header #mobile-wrap {
    font-size: 0.7777777778em;
  }
  #header #col-menu3, #header #col-menu1, #header #col-essentials {
    padding-left: 200px;
    padding-right: 200px;
  }
  #header #col-essentials .flyout-wrap {
    right: 241px;
  }
  #hero-content .header .content h1, #hero-content .header .content .h1 {
    margin-top: 0.2597402597em;
  }
  #hero-content .header .image {
    height: 320px;
  }
  .hero-text .title {
    font-size: 6em;
  }
  #menu1 .item.dropdown .nav-link:after {
    top: 25px;
  }
  .row > div.slanted.col-lg-11::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    z-index: 0;
    background: url(/Resources/Public/Images/slant-right-top-f5f5f5.svg) no-repeat left bottom;
    background-size: 100% 100%;
    width: 175px;
  }
  .row > div.slanted.col-lg-11::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 0;
    width: 5000%;
    left: 100%;
    background: #f5f5f5;
  }
  .news-list-view.news-latest-view {
    margin-left: 0;
    margin-right: 0;
  }
  .news-list-view .article .content {
    padding: 20px 40px;
  }
  .news-list-view .article .content p.title {
    font-size: 1.3333333333em;
    line-height: 1.25;
    margin-bottom: 1em;
  }
  .news-list-view .article .content .teaser-text {
    margin-bottom: 2.3333333333em;
  }
  .news-list-view .article .content .meta {
    margin-bottom: 1em;
  }
  .news-list-view .article .news-list-more::before {
    margin-right: 0.4444444444em;
  }
  .news-list-view .article .news-list-more::before {
    padding: 4px;
  }
  .news-single-view .meta {
    margin-bottom: 2em;
  }
  .news-single-view .news-img-wrap {
    margin: 0 auto 40px auto;
  }
  .news-single-view .news-backlink-wrap {
    margin: 2em auto 4em 0;
  }
  .event-list-view .article .col-content {
    padding: 40px 80px 20px 80px;
  }
  .event-list-view .article .col-image .news-img-wrap {
    min-height: 450px;
  }
  .event-list-view .article.general-item .col-content .main-infos {
    min-height: 123px;
  }
  .event-list-view.event-latest-view .article.general-item .col-content .main-infos {
    min-height: 158px;
  }
  .event-list-view.event-latest-view a.more::before {
    margin-right: 0.4444444444em;
    padding: 4px;
  }
  #main .ce-bodytext a:not(.button)::before {
    margin-right: 0.4444444444em;
    padding: 4px;
  }
  .downloads-list .downloads {
    margin-bottom: 40px;
  }
  .downloads-list .downloads h3::after {
    padding: 10px;
  }
  .downloads-list .downloads .file .title::before {
    top: 0.4444444444em;
  }
  .downloads-list .downloads .file.visible .title::before {
    top: 0.6111111111em;
  }
  .tx-indexedsearch-form {
    width: 60%;
    margin: 0 auto 2em auto;
  }
  .certificates-wrap .logo-row img {
    max-width: 70px;
  }
  .person-list .some-persons .person::before {
    margin-top: 0.3888888889em;
    margin-right: 1.1666666667em;
  }
  .projects-wrap .project-details .downloads-wrap p a::before {
    top: 0.3em;
    left: 0.4em;
  }
}
/*******************************************************************************
 * from-xl (1200 px) */
@media (min-width: 1200px) {
  #header #col-menu3, #header #col-menu1, #header #col-essentials {
    padding-left: 20px;
    padding-right: 20px;
  }
  #header #col-essentials {
    position: absolute;
    right: 30px;
    right: 0;
    flex-direction: column;
    width: 60px;
    padding: 0;
    opacity: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.48);
    height: 212px;
    justify-content: space-around;
    transition: all 0.2s ease;
  }
  #header #col-essentials .wrap {
    margin: 0 auto;
    position: relative;
    margin: 0 17px 0 auto;
    text-align: right;
  }
  #header #col-essentials .image-wrap {
    max-width: 28px;
    cursor: pointer;
  }
  #header #col-essentials .flyout-wrap {
    width: 300px;
    width: 180px;
    top: 0;
    right: 62px;
    opacity: 0.75;
  }
  #header #col-essentials .flyout-wrap a {
    color: #fff;
  }
  #header #col-essentials.extended {
    width: 273px;
    height: 212px;
    background: rgba(0, 0, 0, 0.8);
  }
  #header #mobile-wrap {
    position: static;
    font-size: 1em;
  }
  #header #mobile-wrap .inner-menu-wrap {
    height: auto;
    overflow: hidden;
  }
  #header #col-logo {
    padding: 0 20px;
    margin-top: 3.9444444444em;
    margin-bottom: 2.1111111111em;
    margin-bottom: 0;
  }
  #header #col-logo #logo {
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    bottom: 44px;
  }
  #header #col-logo #logo img.logo {
    width: 250px;
  }
  #header #col-menu1 {
    position: static;
  }
  #header #col-menu3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 120px;
    border-bottom: 1px solid #C7C7C7;
    display: flex;
  }
  #header #col-menu3 #lang-menu {
    display: inline-block;
    font-size: 0.7777777778em;
    margin: 0 0 0 auto;
    line-height: 1.1428571429;
  }
  #header #col-menu3 #lang-menu a {
    color: #000;
    font-family: "Avenir LT W01_85 Heavy1475544", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    display: block;
    padding: 1em 0.7142857143em;
    background: #f1f1f1;
  }
  #header #col-menu3 #lang-menu a:after {
    content: "";
    border: solid #000;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    top: -0.0714285714em;
  }
  #header #menu1 {
    font-size: 1em;
    display: flex;
    margin: 5.7777777778em -1.4em 0 -1.4em;
  }
  #header #menu1 .nav-link {
    border: 0;
    margin: 0 1.4em;
    padding: 0.5555555556em 0 2.35em 0;
    border-top: 10px solid transparent;
  }
  #header #menu1 .nav-link:after {
    border: 0;
    display: none;
    padding: 0;
  }
  #header #menu1 .nav-link.hover, #header #menu1 .nav-link.active {
    border-color: #000;
    color: #F3A034;
  }
  #header #menu1 .item > .nav-link {
    font-size: 0.8333333333em;
  }
  #header #menu1 .item.dropdown {
    position: static;
  }
  #header #menu1 .item.dropdown > .nav-link {
    position: relative;
  }
  #header #menu1 .item.dropdown > .nav-link.hover:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    display: block;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 28px;
    margin-left: -28px;
    padding: 0;
    transform: none;
    -webkit-transform: none;
    z-index: 200;
  }
  #header #menu1 .item.dropdown .dropdown-wrap {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f1f1f1+0,ffffff+100 */
    background: #f1f1f1; /* Old browsers */
    background: -moz-linear-gradient(top, #f1f1f1 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f1f1f1 0%, #ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f1f1f1 0%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f1f1f1", endColorstr="#ffffff", GradientType=0); /* IE6-9 */
    position: absolute;
    left: 0;
    right: 0;
    font-size: 0.7777777778em;
    padding: 0 0 4.8571428571em 0;
    -webkit-box-shadow: 0 93px 86px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 93px 86px 0 rgba(0, 0, 0, 0.16);
  }
  #header #menu1 .item.dropdown .dropdown-wrap hr {
    display: block;
    margin: 3em auto 0 auto;
    border-color: #D6D6D6;
  }
  #header #menu1 .item.dropdown .dropdown-wrap .container {
    padding-left: 33px;
    padding-right: 33px;
  }
  #header #menu1 .item.dropdown .dropdown-wrap .row {
    margin-left: -33px;
    margin-right: -33px;
  }
  #header #menu1 .item.dropdown .dropdown-wrap .col, #header #menu1 .item.dropdown .dropdown-wrap .col-24 {
    padding-left: 33px;
    padding-right: 33px;
  }
  #header #menu1 .item.dropdown .dropdown-wrap .nav-item .nav-link {
    margin: 0;
    border-top: 4px solid transparent;
    position: relative;
    top: -1px;
    font-family: "Avenir LT W01_85 Heavy1475544", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    padding: 1.8571428571em 0 0 0;
    text-transform: uppercase;
  }
  #header #menu1 .item.dropdown .dropdown-wrap .nav-item .nav-link:hover {
    border-color: #F3A034;
  }
  #header #menu1 .item.dropdown .dropdown-wrap .nav-item p {
    display: block;
    margin-bottom: 0;
  }
  #header #menu3 {
    font-size: 0.7777777778em;
    margin: 0 -1em;
  }
  #header #menu3 .nav-link {
    padding: 0.6428571429em 0 0.7142857143em 0;
    border-top: 5px solid transparent;
    margin-left: 0.7142857143em;
    margin-right: 0.7142857143em;
  }
  #header #menu3 .nav-link:hover, #header #menu3 .nav-link.active {
    color: #F3A034;
    border-color: #000;
  }
  body.scrolled-y #header #col-logo {
    margin-top: 0;
  }
  body.scrolled-y #header #col-logo #logo {
    bottom: 17px;
  }
  body.scrolled-y #header #col-menu3 {
    opacity: 0;
    z-index: -1;
  }
  body.scrolled-y #header #col-essentials {
    opacity: 0 !important;
    z-index: -1;
    right: -65px;
  }
  body.scrolled-y #header #menu1 {
    margin-top: 0;
  }
  body.scrolled-y #header #menu1 .nav-link {
    padding-bottom: 0.9em;
  }
  #hero-content {
    padding-top: 0;
    position: relative;
    min-height: 450px;
    min-height: 70vh;
  }
  #hero-content .header .content {
    position: absolute;
    width: 100%;
    bottom: 0;
  }
  #hero-content .header .content .container {
    padding: 0 50px;
    position: relative;
  }
  #hero-content .header .content > .container > .row {
    margin: 0 -6px 0 -50px;
  }
  #hero-content .header .content .column {
    padding: 20px 30px;
  }
  #hero-content .header .content h1 {
    line-height: 1.1538461538;
    margin-bottom: 0.4307692308em;
  }
  #hero-content .header .content hr {
    margin-bottom: 2.1111111111em;
    width: 235px;
  }
  #hero-content .header .image {
    height: 100% !important;
    width: 100% !important;
    position: absolute !important;
    z-index: -1;
    /*        img { width: 100%; } */
  }
  #hero-content .header.no-image .image {
    height: 100%;
  }
  #hero-content .woodcircle {
    bottom: -9em;
    top: auto;
    -webkit-transform: translateX(-404px);
    -moz-transform: translateX(-404px);
    -ms-transform: translateX(-404px);
    -o-transform: translateX(-404px);
    transform: translateX(-404px);
  }
  #hero-content #header-container .content .row {
    flex-direction: row;
    position: relative;
  }
  #hero-content #header-container .content .column {
    bottom: 0;
  }
  #hero-content #header-container .content .column span.index {
    position: absolute;
    bottom: 100%;
    color: #F3A034;
    font-size: 1.4444444444em;
    font-family: "Avenir LT W01_85 Heavy1475544", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    top: -2px;
  }
  #hero-content #header-container .content .column.active {
    flex-grow: 5;
    bottom: -1.3em;
  }
  #hero-content #header-container .content .column.active span.index {
    top: auto;
    bottom: 100%;
    color: #fff;
    font-size: 6.9444444444em;
    margin-bottom: -0.25em;
    line-height: 1;
    left: 0.2em;
  }
  #hero-content #header-container .content .column.active .h1 {
    margin-top: 0;
  }
  #hero-content #header-container .content .column:not(.active) {
    display: block;
    background: #000;
    opacity: 0.5;
    min-height: 213px;
    cursor: pointer;
    padding: 2em 0.5em 0.5em 0.5em !important;
  }
  #hero-content #header-container .content .column:not(.active) .h1 {
    color: #fff;
    font-size: 0.8333333333em;
    font-family: "Avenir LT W01_35 Light1475496", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    text-transform: none;
    line-height: 1.2222222222;
  }
  #hero-content #header-container .content .column:not(.active) hr, #hero-content #header-container .content .column:not(.active) .text, #hero-content #header-container .content .column:not(.active) a.button {
    display: none;
  }
  #hero-content #header-container .content .column:not(:last-of-type):not(.active)::after {
    content: "";
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
  }
  #hero-content #header-container .content .indices {
    display: none;
    z-index: -999999;
  }
  body#uid1 #hero-content .header .content .column {
    padding-top: 40px;
  }
  #hero-content .header .content h1, #hero-content .header .content .h1 {
    font-size: 2em;
  }
  #main {
    padding-top: 6.6666666667em;
  }
  #main.no-hero {
    padding-top: 0;
  }
  .news-single-view #hero-content {
    margin-bottom: 6.6666666667em;
  }
  .event-list-view {
    margin-top: -40px;
  }
  .event-list-view .article .col-content {
    padding: 40px 40px 20px 40px;
  }
  .event-list-view .article .col-image .news-img-wrap {
    min-height: 450px;
    margin-left: 0;
    margin-right: 0;
  }
  .event-list-view.event-latest-view {
    margin-top: 3em;
  }
  .event-list-view.event-latest-view .article .col-content {
    padding: 40px 40px 20px 40px;
  }
  .event-single-view .socials {
    margin: 3em auto;
  }
  #footer #ending {
    padding-top: 1.4285714286em;
    font-size: 0.7777777778em;
  }
  #footer #ending .socials {
    margin-top: 0.3571428571em;
  }
  #footer #ending #menu2 {
    text-align: left;
  }
  #footer #ending #development {
    text-align: right;
  }
  #footer #ending #development a {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    display: inline-block;
  }
  header hr {
    width: 235px;
  }
  .certificates-wrap .logo-row img {
    max-width: 90px;
  }
  .certificates-wrap table td.cert-special-content {
    padding: 2em 4em;
  }
  .certificate-details-wrap dt, .certificate-details-wrap dd {
    margin-bottom: 1em;
  }
  .certificate-details-wrap dl p:last-child {
    margin-bottom: 0;
  }
  .row > div.slanted.col-xl-11::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    z-index: 0;
    background: url(/Resources/Public/Images/slant-right-top-f5f5f5.svg) no-repeat left bottom;
    background-size: 100% 100%;
    width: 175px;
  }
  .row > div.slanted.col-xl-11::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 0;
    width: 5000%;
    left: 100%;
    background: #f5f5f5;
  }
}
/*******************************************************************************
 * from-xxl (1600 px) */
@media (min-width: 1600px) {
  #header {
    position: relative;
  }
  #header #menu1 .item > .nav-link {
    font-size: 1em;
  }
  #header #mobile-wrap {
    font-size: 1em;
  }
  #hero-content .header .content h1, #hero-content .header .content .h1 {
    font-size: 65px;
  }
  #hero-content .header .content .column {
    padding: 25px 50px;
  }
  #hero-content #header-container .content .column.active {
    bottom: -2.5555555556em;
  }
  #hero-content #header-container .content .column.active span.index {
    font-size: 8.8888888889em;
  }
  body#uid1 #hero-content .header .content .column {
    padding-top: 3.7777777778em;
  }
  #header-container .content .column span.index {
    font-size: 1.6666666667em;
  }
  #header-container .content .column.active span.index {
    top: auto;
    bottom: 100%;
    color: #fff;
    font-size: 8.8888888889em;
    margin-bottom: -0.25em;
    line-height: 1;
    left: 0.2em;
  }
  #header-container .content .column:not(.active) {
    padding: 2em 0.5em 0.5em 0.5em !important;
  }
  #header-container .content .column:not(.active) .h1 {
    font-size: 1em;
  }
  .container-width-900, #header > .container-fluid {
    padding: 0 120px;
  }
  #main {
    padding-top: 9.8333333333em;
    z-index: 50;
  }
  .news-single-view #hero-content {
    margin-bottom: 9.8333333333em;
  }
  #footer .newsletter {
    margin-top: 0;
  }
  #footer .newsletter:before {
    background: url(/Resources/Public/Images/slant-right-top-464646.svg) no-repeat left bottom;
    background-size: 100% 100%;
    width: 135px;
  }
  #footer .woodcircle {
    display: block;
  }
  #footer #menu2 .nav-link {
    padding: 0.2857142857em 0;
    border-top: 5px solid transparent;
  }
  #footer #menu2 .nav-link:hover, #footer #menu2 .nav-link.active {
    color: #F3A034;
    border-color: #000;
  }
  .flyoutteaser {
    max-width: 289px;
  }
  .flyoutteaser .title {
    font-size: 1em;
  }
  .flyoutteaser .title:after {
    right: 11px;
  }
  .sliderteaser hr {
    top: -0.3888888889em;
  }
  .sliderteaser .text-slides .title {
    margin-top: 0.2666666667em;
  }
  .sliderteaser .text-slides .text {
    line-height: 1.3333333333;
  }
  .sliderteaser .col-arrows {
    display: flex;
    align-items: center;
  }
  .sliderteaser .arrows {
    text-align: right;
    width: 100%;
  }
  .hero-text .title {
    font-size: 6.6666666667em;
  }
  .hero-text .subtitle {
    font-size: 1em;
    margin-top: -0.4444444444em;
  }
  .row > div.slanted.col-xxl-11::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    z-index: 0;
    background: url(/Resources/Public/Images/slant-right-top-f5f5f5.svg) no-repeat left bottom;
    background-size: 100% 100%;
    width: 175px;
  }
  .row > div.slanted.col-xxl-11::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 0;
    width: 5000%;
    left: 100%;
    background: #f5f5f5;
  }
  .ce-bodytext ul li, .ce-bodytext ol li,
  .ce-intext.ce-left .ce-bodytext ul li,
  .ce-intext.ce-left .ce-bodytext ol li {
    /*
            &::before { padding: 4px; top: -0.27777777777777777777777777777778em; margin-right: 1.3em; }
            &::after { top: -0.16666666666666666666666666666667em; }
    */
  }
  .form-control {
    font-size: 1em;
  }
  textarea.form-control {
    min-height: 9.6666666667em;
  }
  .quick-contact-form p.title {
    font-size: 1.3333333333em;
    margin-bottom: 1.375em;
  }
  .quick-contact-form #quickContact-gdprText {
    font-size: 0.6666666667em;
    margin-bottom: 2.25em;
  }
  .quick-contact-form #form-group-quickContact-message {
    margin-bottom: 1.2777777778em;
  }
  form.downloadRequest .gdprText, form.downloadRequest .form-group-gdpr {
    font-size: 0.6666666667em;
    margin-bottom: 2.25em;
  }
  .ce-gallery-slider {
    margin: 0 40px;
  }
  .ce-gallery-slider .slick-slide {
    margin: 0 40px;
  }
  .ce-gallery-slider button.slick-prev {
    left: -40px;
  }
  .ce-gallery-slider button.slick-next {
    right: -40px;
  }
  .event-list-view {
    margin-top: -100px;
  }
  .event-list-view .article .col-content {
    padding: 53px 80px 20px 80px;
  }
  .event-list-view.event-latest-view .outer-wrap {
    margin-top: 2.4444444444em;
  }
  .event-list-view.event-latest-view .date-block {
    min-width: 100px;
  }
  .event-list-view.event-latest-view .date-block .day {
    font-size: 1.2em;
  }
  .event-list-view.event-latest-view .article.general-item .col-content .main-infos {
    min-height: 108px;
  }
  #footer .newsletter .gdprText {
    font-size: 0.6666666667em;
    margin-bottom: 2.25em;
  }
  .person-list .all-persons .filter-area .fulltext-wrap {
    margin-top: 0;
  }
}
/*******************************************************************************
 * from-xxxl (1820 px) */
@media (min-width: 1820px) {
  #header #col-logo #logo {
    bottom: 48px;
  }
  #header #col-menu3 {
    padding: 0 160px;
  }
  #header #menu1 {
    font-size: 1.1111111111em;
    margin-top: 5.5em;
  }
  #header #menu1 .nav-link {
    padding-top: 0.45em;
  }
  #header #menu1 .item.dropdown .dropdown-wrap {
    font-size: 0.7em;
  }
  .event-list-view.event-latest-view .date-block .day {
    font-size: 2.8888888889em;
    min-width: 145px;
  }
  .event-list-view.event-latest-view .article.general-item .col-content .main-infos {
    min-height: 158px;
  }
  .container-width-900, #header > .container-fluid {
    padding: 0 160px;
  }
  .row > div.slanted.col-xxxl-11::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    z-index: 0;
    background: url(/Resources/Public/Images/slant-right-top-f5f5f5.svg) no-repeat left bottom;
    background-size: 100% 100%;
    width: 175px;
  }
  .row > div.slanted.col-xxxl-11::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 0;
    width: 5000%;
    left: 100%;
    background: #f5f5f5;
  }
}
div#SgCookieOptin {
  display: flex;
  justify-content: center;
  align-items: baseline;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  top: auto;
  z-index: 999999;
  outline: 0;
}
div#SgCookieOptin .left {
  max-width: 500px;
}
div#SgCookieOptin .sg-cookie-optin-box {
  max-width: 100%;
  width: 100%;
  border-top: 5px solid #F3A034;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-bottom: 70px;
}
div#SgCookieOptin .sg-cookie-optin-box-button {
  max-width: 400px;
  width: 32%;
}
div#SgCookieOptin .sg-cookie-optin-box-footer {
  position: absolute;
  bottom: 0px;
  width: 90%;
  border: none !important;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.flex {
  display: flex;
}

.downloads .basket-input {
  display: flex;
  margin-top: 20px;
  align-items: center;
}
.downloads .basket-input .action-buttons {
  display: flex;
  flex-direction: column;
  width: 15px;
  margin-right: 8px;
  margin-left: 3px;
}
.downloads .basket-input .action-buttons div {
  width: 17px;
  height: 17px;
  background: #f3a034;
  border: 2px solid white;
  position: relative;
}
.downloads .basket-input .action-buttons div span {
  position: absolute;
  display: block;
  width: 7px;
  height: 1px;
  background: white;
  top: 6px;
  left: 3px;
}
.downloads .basket-input .action-buttons div span:nth-child(2) {
  transform: rotate(90deg);
  transform-origin: center;
}

.downloads-list .downloads .file .action a.button {
  max-width: 300px;
}
.downloads-list .downloads .file .action a.button.gray {
  background: inherit;
  border: 1px solid #707070;
  color: #000;
  margin-right: 20px;
  margin-bottom: 20px;
}
.downloads-list .downloads .file .action a.button.gray:hover {
  background: #707070;
  color: #fff;
  text-decoration: none;
}

.downloads-list .downloads .desc-small {
  font-size: 14px;
  margin-bottom: 10px;
}

.downloads-list .downloads .file.visible .desc-small {
  display: none;
}

.event-list-view .article.general-item .col-content {
  padding: 40px 20px 20px 20px;
}
.event-list-view .article.general-item .col-content h2 {
  font-size: 22px;
}
.event-list-view .col-xl-12 .date-block {
  display: none;
}
.event-list-view .col-xl-12 .col {
  text-align: center !important;
  margin-bottom: 10px;
}

/*******************************************************************************
 * upto-lg */
/*******************************************************************************
 * upto-md */
/*******************************************************************************
 * upto-sm */
/*******************************************************************************
 * upto-xs */
form.quickContact .form-group-checkbox-1, form.quickContact .form-group-checkbox-1, form.downloadRequest .form-group-checkbox-1, form.downloadRequest .form-group-checkbox-1 {
  position: absolute;
}

form.downloadRequest .gdprText, form.quickContact .gdprText {
  margin-left: 55px;
}

.event-list-view .article .teaser-text h3 {
  text-transform: uppercase;
  font-size: 22px;
}

.frame-type-felogin_login fieldset {
  margin-bottom: 2em;
}
.frame-type-felogin_login fieldset legend {
  display: none;
}
.frame-type-felogin_login fieldset label {
  width: 100%;
}
.frame-type-felogin_login fieldset input[type=text], .frame-type-felogin_login fieldset input[type=password] {
  border: 0;
  border-bottom: 1px solid #707070;
  width: 100%;
}
.frame-type-felogin_login fieldset input[type=submit] {
  margin-top: 1em;
  border: 1px solid #707070;
  background-color: transparent;
  text-transform: uppercase;
  padding: 0.4444444444em 1.3em 0.2222222222em 1.3em;
  font-family: "Avenir LT W01_85 Heavy1475544", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
.frame-type-felogin_login fieldset input[type=submit]:hover {
  background: #707070;
  color: #fff;
  border-color: #707070;
}

@media screen and (min-width: 1600px) {
  .col-xl-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .col-xl-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .col-xl-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 1199px) {
  .footerDate {
    text-align: center;
  }
}

/*# sourceMappingURL=style2019.css.map */
