@charset "UTF-8";
*,
*::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: Lato, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #f0f0f0;
}

[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.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #c78810;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #80580a;
  text-decoration: none;
}

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: #6c757d;
  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;
}

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #336d37;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007fbf;
  --secondary: #c78810;
  --success: #336d37;
  --info: #4a95cc;
  --warning: #ffc107;
  --danger: #b73328;
  --light: #f8f9fa;
  --dark: #343a40;
  --primary-700: #4a95cc;
  --primary-500: #7bafda;
  --primary-300: #afc8e5;
  --primary-1050: #006ea6;
  --secondary-500: #deb45e;
  --secondary-300: #e9cea2;
  --red-light: #b73328;
  --red-light-500: #e0979e;
  --red-light-300: #e6cad1;
  --red-dark: #9b2e29;
  --red-dark-500: #c99e93;
  --red-dark-300: #e7d2ce;
  --tealish: #3f866c;
  --tealish-500: #adcbbf;
  --tealish-300: #d6e3dd;
  --green: #336d37;
  --green-700: #648c4e;
  --green-500: #92aa84;
  --green-300: #cdd2c6;
  --byline-700: #87888a;
  --byline-500: #c5c6c8;
  --byline-400: #E6E6E6;
  --byline-300: #eceded;
  --byline-100: #fafafa;
  --brown: #c1a497;
  --body-bg: #f0f0f0;
  --breakpoint-xxs: 0;
  --breakpoint-xs: 420px;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: Lato, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

@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 #adb5bd;
    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 #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-weight: 400;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

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: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #f0f0f0;
  border: 1px solid #dee2e6;
  border-radius: 0;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

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;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

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: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 420px) {
  .container {
    max-width: 370px;
  }
}
@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;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col10-xl,
.col10-xl-auto, .col10-xl-10, .col10-xl-9, .col10-xl-8, .col10-xl-7, .col10-xl-6, .col10-xl-5, .col10-xl-4, .col10-xl-3, .col10-xl-2, .col10-xl-1, .col10-lg,
.col10-lg-auto, .col10-lg-10, .col10-lg-9, .col10-lg-8, .col10-lg-7, .col10-lg-6, .col10-lg-5, .col10-lg-4, .col10-lg-3, .col10-lg-2, .col10-lg-1, .col10-md,
.col10-md-auto, .col10-md-10, .col10-md-9, .col10-md-8, .col10-md-7, .col10-md-6, .col10-md-5, .col10-md-4, .col10-md-3, .col10-md-2, .col10-md-1, .col10-sm,
.col10-sm-auto, .col10-sm-10, .col10-sm-9, .col10-sm-8, .col10-sm-7, .col10-sm-6, .col10-sm-5, .col10-sm-4, .col10-sm-3, .col10-sm-2, .col10-sm-1, .col10-xs,
.col10-xs-auto, .col10-xs-10, .col10-xs-9, .col10-xs-8, .col10-xs-7, .col10-xs-6, .col10-xs-5, .col10-xs-4, .col10-xs-3, .col10-xs-2, .col10-xs-1, .col10,
.col10-auto, .col10-10, .col10-9, .col10-8, .col10-7, .col10-6, .col10-5, .col10-4, .col10-3, .col10-2, .col10-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-xs,
.col-xs-auto, .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.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 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 420px) {
  .col-xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xs-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xs-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xs-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xs-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xs-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xs-first {
    order: -1;
  }
  .order-xs-last {
    order: 13;
  }
  .order-xs-0 {
    order: 0;
  }
  .order-xs-1 {
    order: 1;
  }
  .order-xs-2 {
    order: 2;
  }
  .order-xs-3 {
    order: 3;
  }
  .order-xs-4 {
    order: 4;
  }
  .order-xs-5 {
    order: 5;
  }
  .order-xs-6 {
    order: 6;
  }
  .order-xs-7 {
    order: 7;
  }
  .order-xs-8 {
    order: 8;
  }
  .order-xs-9 {
    order: 9;
  }
  .order-xs-10 {
    order: 10;
  }
  .order-xs-11 {
    order: 11;
  }
  .order-xs-12 {
    order: 12;
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .offset-xs-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xs-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xs-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xs-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xs-11 {
    margin-left: 91.6666666667%;
  }
}
@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 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@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 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@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 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@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 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.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(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8dbed;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abcde;
}

.table-hover .table-primary:hover {
  background-color: #a4d1e8;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #a4d1e8;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #efdebc;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #e2c183;
}

.table-hover .table-secondary:hover {
  background-color: #ead4a7;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #ead4a7;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c6d6c7;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #95b397;
}

.table-hover .table-success:hover {
  background-color: #b7cbb8;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b7cbb8;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #cce1f1;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #a1c8e4;
}

.table-hover .table-info:hover {
  background-color: #b8d5ec;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #b8d5ec;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #ebc6c3;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #da958f;
}

.table-hover .table-danger:hover {
  background-color: #e5b4b0;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #e5b4b0;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-primary-700,
.table-primary-700 > th,
.table-primary-700 > td {
  background-color: #cce1f1;
}
.table-primary-700 th,
.table-primary-700 td,
.table-primary-700 thead th,
.table-primary-700 tbody + tbody {
  border-color: #a1c8e4;
}

.table-hover .table-primary-700:hover {
  background-color: #b8d5ec;
}
.table-hover .table-primary-700:hover > td,
.table-hover .table-primary-700:hover > th {
  background-color: #b8d5ec;
}

.table-primary-500,
.table-primary-500 > th,
.table-primary-500 > td {
  background-color: #dae9f5;
}
.table-primary-500 th,
.table-primary-500 td,
.table-primary-500 thead th,
.table-primary-500 tbody + tbody {
  border-color: #bad5ec;
}

.table-hover .table-primary-500:hover {
  background-color: #c6ddf0;
}
.table-hover .table-primary-500:hover > td,
.table-hover .table-primary-500:hover > th {
  background-color: #c6ddf0;
}

.table-primary-300,
.table-primary-300 > th,
.table-primary-300 > td {
  background-color: #e9f0f8;
}
.table-primary-300 th,
.table-primary-300 td,
.table-primary-300 thead th,
.table-primary-300 tbody + tbody {
  border-color: #d5e2f1;
}

.table-hover .table-primary-300:hover {
  background-color: #d6e3f2;
}
.table-hover .table-primary-300:hover > td,
.table-hover .table-primary-300:hover > th {
  background-color: #d6e3f2;
}

.table-primary-1050,
.table-primary-1050 > th,
.table-primary-1050 > td {
  background-color: #b8d6e6;
}
.table-primary-1050 th,
.table-primary-1050 td,
.table-primary-1050 thead th,
.table-primary-1050 tbody + tbody {
  border-color: #7ab4d1;
}

.table-hover .table-primary-1050:hover {
  background-color: #a5cbdf;
}
.table-hover .table-primary-1050:hover > td,
.table-hover .table-primary-1050:hover > th {
  background-color: #a5cbdf;
}

.table-secondary-500,
.table-secondary-500 > th,
.table-secondary-500 > td {
  background-color: #f6ead2;
}
.table-secondary-500 th,
.table-secondary-500 td,
.table-secondary-500 thead th,
.table-secondary-500 tbody + tbody {
  border-color: #eed8ab;
}

.table-hover .table-secondary-500:hover {
  background-color: #f2e0bd;
}
.table-hover .table-secondary-500:hover > td,
.table-hover .table-secondary-500:hover > th {
  background-color: #f2e0bd;
}

.table-secondary-300,
.table-secondary-300 > th,
.table-secondary-300 > td {
  background-color: #f9f1e5;
}
.table-secondary-300 th,
.table-secondary-300 td,
.table-secondary-300 thead th,
.table-secondary-300 tbody + tbody {
  border-color: #f4e6cf;
}

.table-hover .table-secondary-300:hover {
  background-color: #f4e6d0;
}
.table-hover .table-secondary-300:hover > td,
.table-hover .table-secondary-300:hover > th {
  background-color: #f4e6d0;
}

.table-red-light,
.table-red-light > th,
.table-red-light > td {
  background-color: #ebc6c3;
}
.table-red-light th,
.table-red-light td,
.table-red-light thead th,
.table-red-light tbody + tbody {
  border-color: #da958f;
}

.table-hover .table-red-light:hover {
  background-color: #e5b4b0;
}
.table-hover .table-red-light:hover > td,
.table-hover .table-red-light:hover > th {
  background-color: #e5b4b0;
}

.table-red-light-500,
.table-red-light-500 > th,
.table-red-light-500 > td {
  background-color: #f6e2e4;
}
.table-red-light-500 th,
.table-red-light-500 td,
.table-red-light-500 thead th,
.table-red-light-500 tbody + tbody {
  border-color: #efc9cd;
}

.table-hover .table-red-light-500:hover {
  background-color: #f0cfd2;
}
.table-hover .table-red-light-500:hover > td,
.table-hover .table-red-light-500:hover > th {
  background-color: #f0cfd2;
}

.table-red-light-300,
.table-red-light-300 > th,
.table-red-light-300 > td {
  background-color: #f8f0f2;
}
.table-red-light-300 th,
.table-red-light-300 td,
.table-red-light-300 thead th,
.table-red-light-300 tbody + tbody {
  border-color: #f2e3e7;
}

.table-hover .table-red-light-300:hover {
  background-color: #f0dfe3;
}
.table-hover .table-red-light-300:hover > td,
.table-hover .table-red-light-300:hover > th {
  background-color: #f0dfe3;
}

.table-red-dark,
.table-red-dark > th,
.table-red-dark > td {
  background-color: #e3c4c3;
}
.table-red-dark th,
.table-red-dark td,
.table-red-dark thead th,
.table-red-dark tbody + tbody {
  border-color: #cb9290;
}

.table-hover .table-red-dark:hover {
  background-color: #dbb3b2;
}
.table-hover .table-red-dark:hover > td,
.table-hover .table-red-dark:hover > th {
  background-color: #dbb3b2;
}

.table-red-dark-500,
.table-red-dark-500 > th,
.table-red-dark-500 > td {
  background-color: #f0e4e1;
}
.table-red-dark-500 th,
.table-red-dark-500 td,
.table-red-dark-500 thead th,
.table-red-dark-500 tbody + tbody {
  border-color: #e3cdc7;
}

.table-hover .table-red-dark-500:hover {
  background-color: #e8d5d0;
}
.table-hover .table-red-dark-500:hover > td,
.table-hover .table-red-dark-500:hover > th {
  background-color: #e8d5d0;
}

.table-red-dark-300,
.table-red-dark-300 > th,
.table-red-dark-300 > td {
  background-color: #f8f2f1;
}
.table-red-dark-300 th,
.table-red-dark-300 td,
.table-red-dark-300 thead th,
.table-red-dark-300 tbody + tbody {
  border-color: #f3e8e6;
}

.table-hover .table-red-dark-300:hover {
  background-color: #f0e2e0;
}
.table-hover .table-red-dark-300:hover > td,
.table-hover .table-red-dark-300:hover > th {
  background-color: #f0e2e0;
}

.table-tealish,
.table-tealish > th,
.table-tealish > td {
  background-color: #c9ddd6;
}
.table-tealish th,
.table-tealish td,
.table-tealish thead th,
.table-tealish tbody + tbody {
  border-color: #9bc0b3;
}

.table-hover .table-tealish:hover {
  background-color: #b9d3ca;
}
.table-hover .table-tealish:hover > td,
.table-hover .table-tealish:hover > th {
  background-color: #b9d3ca;
}

.table-tealish-500,
.table-tealish-500 > th,
.table-tealish-500 > td {
  background-color: #e8f0ed;
}
.table-tealish-500 th,
.table-tealish-500 td,
.table-tealish-500 thead th,
.table-tealish-500 tbody + tbody {
  border-color: #d4e4de;
}

.table-hover .table-tealish-500:hover {
  background-color: #d9e6e1;
}
.table-hover .table-tealish-500:hover > td,
.table-hover .table-tealish-500:hover > th {
  background-color: #d9e6e1;
}

.table-tealish-300,
.table-tealish-300 > th,
.table-tealish-300 > td {
  background-color: #f4f7f5;
}
.table-tealish-300 th,
.table-tealish-300 td,
.table-tealish-300 thead th,
.table-tealish-300 tbody + tbody {
  border-color: #eaf0ed;
}

.table-hover .table-tealish-300:hover {
  background-color: #e5ece8;
}
.table-hover .table-tealish-300:hover > td,
.table-hover .table-tealish-300:hover > th {
  background-color: #e5ece8;
}

.table-green,
.table-green > th,
.table-green > td {
  background-color: #c6d6c7;
}
.table-green th,
.table-green td,
.table-green thead th,
.table-green tbody + tbody {
  border-color: #95b397;
}

.table-hover .table-green:hover {
  background-color: #b7cbb8;
}
.table-hover .table-green:hover > td,
.table-hover .table-green:hover > th {
  background-color: #b7cbb8;
}

.table-green-700,
.table-green-700 > th,
.table-green-700 > td {
  background-color: #d4dfcd;
}
.table-green-700 th,
.table-green-700 td,
.table-green-700 thead th,
.table-green-700 tbody + tbody {
  border-color: #aec3a3;
}

.table-hover .table-green-700:hover {
  background-color: #c7d5bd;
}
.table-hover .table-green-700:hover > td,
.table-hover .table-green-700:hover > th {
  background-color: #c7d5bd;
}

.table-green-500,
.table-green-500 > th,
.table-green-500 > td {
  background-color: #e0e7dd;
}
.table-green-500 th,
.table-green-500 td,
.table-green-500 thead th,
.table-green-500 tbody + tbody {
  border-color: #c6d3bf;
}

.table-hover .table-green-500:hover {
  background-color: #d2dcce;
}
.table-hover .table-green-500:hover > td,
.table-hover .table-green-500:hover > th {
  background-color: #d2dcce;
}

.table-green-300,
.table-green-300 > th,
.table-green-300 > td {
  background-color: #f1f2ef;
}
.table-green-300 th,
.table-green-300 td,
.table-green-300 thead th,
.table-green-300 tbody + tbody {
  border-color: #e5e8e1;
}

.table-hover .table-green-300:hover {
  background-color: #e5e7e1;
}
.table-hover .table-green-300:hover > td,
.table-hover .table-green-300:hover > th {
  background-color: #e5e7e1;
}

.table-byline-700,
.table-byline-700 > th,
.table-byline-700 > td {
  background-color: #dddede;
}
.table-byline-700 th,
.table-byline-700 td,
.table-byline-700 thead th,
.table-byline-700 tbody + tbody {
  border-color: #c1c1c2;
}

.table-hover .table-byline-700:hover {
  background-color: #d0d1d1;
}
.table-hover .table-byline-700:hover > td,
.table-hover .table-byline-700:hover > th {
  background-color: #d0d1d1;
}

.table-byline-500,
.table-byline-500 > th,
.table-byline-500 > td {
  background-color: #efeff0;
}
.table-byline-500 th,
.table-byline-500 td,
.table-byline-500 thead th,
.table-byline-500 tbody + tbody {
  border-color: #e1e1e2;
}

.table-hover .table-byline-500:hover {
  background-color: #e2e2e4;
}
.table-hover .table-byline-500:hover > td,
.table-hover .table-byline-500:hover > th {
  background-color: #e2e2e4;
}

.table-byline-400,
.table-byline-400 > th,
.table-byline-400 > td {
  background-color: #f8f8f8;
}
.table-byline-400 th,
.table-byline-400 td,
.table-byline-400 thead th,
.table-byline-400 tbody + tbody {
  border-color: #f2f2f2;
}

.table-hover .table-byline-400:hover {
  background-color: #ebebeb;
}
.table-hover .table-byline-400:hover > td,
.table-hover .table-byline-400:hover > th {
  background-color: #ebebeb;
}

.table-byline-300,
.table-byline-300 > th,
.table-byline-300 > td {
  background-color: #fafafa;
}
.table-byline-300 th,
.table-byline-300 td,
.table-byline-300 thead th,
.table-byline-300 tbody + tbody {
  border-color: #f5f6f6;
}

.table-hover .table-byline-300:hover {
  background-color: #ededed;
}
.table-hover .table-byline-300:hover > td,
.table-hover .table-byline-300:hover > th {
  background-color: #ededed;
}

.table-byline-100,
.table-byline-100 > th,
.table-byline-100 > td {
  background-color: #fefefe;
}
.table-byline-100 th,
.table-byline-100 td,
.table-byline-100 thead th,
.table-byline-100 tbody + tbody {
  border-color: #fcfcfc;
}

.table-hover .table-byline-100:hover {
  background-color: #f1f1f1;
}
.table-hover .table-byline-100:hover > td,
.table-hover .table-byline-100:hover > th {
  background-color: #f1f1f1;
}

.table-brown,
.table-brown > th,
.table-brown > td {
  background-color: #eee6e2;
}
.table-brown th,
.table-brown td,
.table-brown thead th,
.table-brown tbody + tbody {
  border-color: #dfd0c9;
}

.table-hover .table-brown:hover {
  background-color: #e5d8d2;
}
.table-hover .table-brown:hover > td,
.table-hover .table-brown:hover > th {
  background-color: #e5d8d2;
}

.table-body-bg,
.table-body-bg > th,
.table-body-bg > td {
  background-color: #fbfbfb;
}
.table-body-bg th,
.table-body-bg td,
.table-body-bg thead th,
.table-body-bg tbody + tbody {
  border-color: #f7f7f7;
}

.table-hover .table-body-bg:hover {
  background-color: #eeeeee;
}
.table-hover .table-body-bg:hover > td,
.table-hover .table-body-bg:hover > th {
  background-color: #eeeeee;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.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: 419.98px) {
  .table-responsive-xs {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xs > .table-bordered {
    border: 0;
  }
}
@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;
  }
}
.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.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  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: #495057;
  background-color: #fff;
  border-color: #4a95cc;
  outline: 0;
  box-shadow: 0 0 0 0.2rem #afc8e5;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.4;
}

.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.5;
  color: #212529;
  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;
  border-radius: 0;
}

.form-control-lg {
  height: calc(1.4em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.4;
  border-radius: 0;
}

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: #6c757d;
}

.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: #336d37;
}

.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.5;
  color: #fff;
  background-color: rgba(51, 109, 55, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #336d37;
  padding-right: calc(1.5em + 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='%23336d37' 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.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #336d37;
  box-shadow: 0 0 0 0.2rem rgba(51, 109, 55, 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.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #336d37;
  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='%23336d37' 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.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #336d37;
  box-shadow: 0 0 0 0.2rem rgba(51, 109, 55, 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: #336d37;
}
.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: #336d37;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #336d37;
}
.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: #439049;
  background-color: #439049;
}
.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(51, 109, 55, 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: #336d37;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #336d37;
}
.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: #336d37;
  box-shadow: 0 0 0 0.2rem rgba(51, 109, 55, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #b73328;
}

.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.5;
  color: #fff;
  background-color: rgba(183, 51, 40, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #b73328;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23b73328' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23b73328' 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.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #b73328;
  box-shadow: 0 0 0 0.2rem rgba(183, 51, 40, 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.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #b73328;
  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='%23b73328' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23b73328' 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.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #b73328;
  box-shadow: 0 0 0 0.2rem rgba(183, 51, 40, 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: #b73328;
}
.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: #b73328;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #b73328;
}
.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: #d5493d;
  background-color: #d5493d;
}
.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(183, 51, 40, 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: #b73328;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #b73328;
}
.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: #b73328;
  box-shadow: 0 0 0 0.2rem rgba(183, 51, 40, 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: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  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: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem #afc8e5;
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007fbf;
  border-color: #007fbf;
}
.btn-primary:hover {
  color: #fff;
  background-color: #006699;
  border-color: #005d8c;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 146, 201, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007fbf;
  border-color: #007fbf;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #005d8c;
  border-color: #00557f;
}
.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(38, 146, 201, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #c78810;
  border-color: #c78810;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #a4700d;
  border-color: #98680c;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(207, 154, 52, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #c78810;
  border-color: #c78810;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #98680c;
  border-color: #8c600b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(207, 154, 52, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #336d37;
  border-color: #336d37;
}
.btn-success:hover {
  color: #fff;
  background-color: #27532a;
  border-color: #234a25;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 131, 85, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #336d37;
  border-color: #336d37;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #234a25;
  border-color: #1f4221;
}
.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(82, 131, 85, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #4a95cc;
  border-color: #4a95cc;
}
.btn-info:hover {
  color: #fff;
  background-color: #3582bb;
  border-color: #327bb1;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(101, 165, 212, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #4a95cc;
  border-color: #4a95cc;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #327bb1;
  border-color: #2f74a7;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(101, 165, 212, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #b73328;
  border-color: #b73328;
}
.btn-danger:hover {
  color: #fff;
  background-color: #982a21;
  border-color: #8d271f;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(194, 82, 72, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #b73328;
  border-color: #b73328;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #8d271f;
  border-color: #83241d;
}
.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(194, 82, 72, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-primary-700 {
  color: #fff;
  background-color: #4a95cc;
  border-color: #4a95cc;
}
.btn-primary-700:hover {
  color: #fff;
  background-color: #3582bb;
  border-color: #327bb1;
}
.btn-primary-700:focus, .btn-primary-700.focus {
  box-shadow: 0 0 0 0.2rem rgba(101, 165, 212, 0.5);
}
.btn-primary-700.disabled, .btn-primary-700:disabled {
  color: #fff;
  background-color: #4a95cc;
  border-color: #4a95cc;
}
.btn-primary-700:not(:disabled):not(.disabled):active, .btn-primary-700:not(:disabled):not(.disabled).active, .show > .btn-primary-700.dropdown-toggle {
  color: #fff;
  background-color: #327bb1;
  border-color: #2f74a7;
}
.btn-primary-700:not(:disabled):not(.disabled):active:focus, .btn-primary-700:not(:disabled):not(.disabled).active:focus, .show > .btn-primary-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(101, 165, 212, 0.5);
}

.btn-primary-500 {
  color: #212529;
  background-color: #7bafda;
  border-color: #7bafda;
}
.btn-primary-500:hover {
  color: #fff;
  background-color: #5d9dd2;
  border-color: #5397cf;
}
.btn-primary-500:focus, .btn-primary-500.focus {
  box-shadow: 0 0 0 0.2rem rgba(110, 154, 191, 0.5);
}
.btn-primary-500.disabled, .btn-primary-500:disabled {
  color: #212529;
  background-color: #7bafda;
  border-color: #7bafda;
}
.btn-primary-500:not(:disabled):not(.disabled):active, .btn-primary-500:not(:disabled):not(.disabled).active, .show > .btn-primary-500.dropdown-toggle {
  color: #fff;
  background-color: #5397cf;
  border-color: #4991cc;
}
.btn-primary-500:not(:disabled):not(.disabled):active:focus, .btn-primary-500:not(:disabled):not(.disabled).active:focus, .show > .btn-primary-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(110, 154, 191, 0.5);
}

.btn-primary-300 {
  color: #212529;
  background-color: #afc8e5;
  border-color: #afc8e5;
}
.btn-primary-300:hover {
  color: #212529;
  background-color: #92b4dc;
  border-color: #89aed8;
}
.btn-primary-300:focus, .btn-primary-300.focus {
  box-shadow: 0 0 0 0.2rem rgba(154, 176, 201, 0.5);
}
.btn-primary-300.disabled, .btn-primary-300:disabled {
  color: #212529;
  background-color: #afc8e5;
  border-color: #afc8e5;
}
.btn-primary-300:not(:disabled):not(.disabled):active, .btn-primary-300:not(:disabled):not(.disabled).active, .show > .btn-primary-300.dropdown-toggle {
  color: #212529;
  background-color: #89aed8;
  border-color: #7fa7d5;
}
.btn-primary-300:not(:disabled):not(.disabled):active:focus, .btn-primary-300:not(:disabled):not(.disabled).active:focus, .show > .btn-primary-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(154, 176, 201, 0.5);
}

.btn-primary-1050 {
  color: #fff;
  background-color: #006ea6;
  border-color: #006ea6;
}
.btn-primary-1050:hover {
  color: #fff;
  background-color: #00557f;
  border-color: #004c73;
}
.btn-primary-1050:focus, .btn-primary-1050.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 132, 179, 0.5);
}
.btn-primary-1050.disabled, .btn-primary-1050:disabled {
  color: #fff;
  background-color: #006ea6;
  border-color: #006ea6;
}
.btn-primary-1050:not(:disabled):not(.disabled):active, .btn-primary-1050:not(:disabled):not(.disabled).active, .show > .btn-primary-1050.dropdown-toggle {
  color: #fff;
  background-color: #004c73;
  border-color: #004466;
}
.btn-primary-1050:not(:disabled):not(.disabled):active:focus, .btn-primary-1050:not(:disabled):not(.disabled).active:focus, .show > .btn-primary-1050.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 132, 179, 0.5);
}

.btn-secondary-500 {
  color: #212529;
  background-color: #deb45e;
  border-color: #deb45e;
}
.btn-secondary-500:hover {
  color: #212529;
  background-color: #d7a53e;
  border-color: #d5a034;
}
.btn-secondary-500:focus, .btn-secondary-500.focus {
  box-shadow: 0 0 0 0.2rem rgba(194, 159, 86, 0.5);
}
.btn-secondary-500.disabled, .btn-secondary-500:disabled {
  color: #212529;
  background-color: #deb45e;
  border-color: #deb45e;
}
.btn-secondary-500:not(:disabled):not(.disabled):active, .btn-secondary-500:not(:disabled):not(.disabled).active, .show > .btn-secondary-500.dropdown-toggle {
  color: #212529;
  background-color: #d5a034;
  border-color: #d19b2b;
}
.btn-secondary-500:not(:disabled):not(.disabled):active:focus, .btn-secondary-500:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(194, 159, 86, 0.5);
}

.btn-secondary-300 {
  color: #212529;
  background-color: #e9cea2;
  border-color: #e9cea2;
}
.btn-secondary-300:hover {
  color: #212529;
  background-color: #e2be83;
  border-color: #dfb879;
}
.btn-secondary-300:focus, .btn-secondary-300.focus {
  box-shadow: 0 0 0 0.2rem rgba(203, 181, 144, 0.5);
}
.btn-secondary-300.disabled, .btn-secondary-300:disabled {
  color: #212529;
  background-color: #e9cea2;
  border-color: #e9cea2;
}
.btn-secondary-300:not(:disabled):not(.disabled):active, .btn-secondary-300:not(:disabled):not(.disabled).active, .show > .btn-secondary-300.dropdown-toggle {
  color: #212529;
  background-color: #dfb879;
  border-color: #ddb36e;
}
.btn-secondary-300:not(:disabled):not(.disabled):active:focus, .btn-secondary-300:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(203, 181, 144, 0.5);
}

.btn-red-light {
  color: #fff;
  background-color: #b73328;
  border-color: #b73328;
}
.btn-red-light:hover {
  color: #fff;
  background-color: #982a21;
  border-color: #8d271f;
}
.btn-red-light:focus, .btn-red-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(194, 82, 72, 0.5);
}
.btn-red-light.disabled, .btn-red-light:disabled {
  color: #fff;
  background-color: #b73328;
  border-color: #b73328;
}
.btn-red-light:not(:disabled):not(.disabled):active, .btn-red-light:not(:disabled):not(.disabled).active, .show > .btn-red-light.dropdown-toggle {
  color: #fff;
  background-color: #8d271f;
  border-color: #83241d;
}
.btn-red-light:not(:disabled):not(.disabled):active:focus, .btn-red-light:not(:disabled):not(.disabled).active:focus, .show > .btn-red-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(194, 82, 72, 0.5);
}

.btn-red-light-500 {
  color: #212529;
  background-color: #e0979e;
  border-color: #e0979e;
}
.btn-red-light-500:hover {
  color: #212529;
  background-color: #d77a83;
  border-color: #d47079;
}
.btn-red-light-500:focus, .btn-red-light-500.focus {
  box-shadow: 0 0 0 0.2rem rgba(195, 134, 140, 0.5);
}
.btn-red-light-500.disabled, .btn-red-light-500:disabled {
  color: #212529;
  background-color: #e0979e;
  border-color: #e0979e;
}
.btn-red-light-500:not(:disabled):not(.disabled):active, .btn-red-light-500:not(:disabled):not(.disabled).active, .show > .btn-red-light-500.dropdown-toggle {
  color: #fff;
  background-color: #d47079;
  border-color: #d16670;
}
.btn-red-light-500:not(:disabled):not(.disabled):active:focus, .btn-red-light-500:not(:disabled):not(.disabled).active:focus, .show > .btn-red-light-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(195, 134, 140, 0.5);
}

.btn-red-light-300 {
  color: #212529;
  background-color: #e6cad1;
  border-color: #e6cad1;
}
.btn-red-light-300:hover {
  color: #212529;
  background-color: #dab0ba;
  border-color: #d6a7b3;
}
.btn-red-light-300:focus, .btn-red-light-300.focus {
  box-shadow: 0 0 0 0.2rem rgba(200, 177, 184, 0.5);
}
.btn-red-light-300.disabled, .btn-red-light-300:disabled {
  color: #212529;
  background-color: #e6cad1;
  border-color: #e6cad1;
}
.btn-red-light-300:not(:disabled):not(.disabled):active, .btn-red-light-300:not(:disabled):not(.disabled).active, .show > .btn-red-light-300.dropdown-toggle {
  color: #212529;
  background-color: #d6a7b3;
  border-color: #d29fab;
}
.btn-red-light-300:not(:disabled):not(.disabled):active:focus, .btn-red-light-300:not(:disabled):not(.disabled).active:focus, .show > .btn-red-light-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(200, 177, 184, 0.5);
}

.btn-red-dark {
  color: #fff;
  background-color: #9b2e29;
  border-color: #9b2e29;
}
.btn-red-dark:hover {
  color: #fff;
  background-color: #7d2521;
  border-color: #73221e;
}
.btn-red-dark:focus, .btn-red-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(170, 77, 73, 0.5);
}
.btn-red-dark.disabled, .btn-red-dark:disabled {
  color: #fff;
  background-color: #9b2e29;
  border-color: #9b2e29;
}
.btn-red-dark:not(:disabled):not(.disabled):active, .btn-red-dark:not(:disabled):not(.disabled).active, .show > .btn-red-dark.dropdown-toggle {
  color: #fff;
  background-color: #73221e;
  border-color: #691f1c;
}
.btn-red-dark:not(:disabled):not(.disabled):active:focus, .btn-red-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-red-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(170, 77, 73, 0.5);
}

.btn-red-dark-500 {
  color: #212529;
  background-color: #c99e93;
  border-color: #c99e93;
}
.btn-red-dark-500:hover {
  color: #fff;
  background-color: #bc877a;
  border-color: #b87f71;
}
.btn-red-dark-500:focus, .btn-red-dark-500.focus {
  box-shadow: 0 0 0 0.2rem rgba(176, 140, 131, 0.5);
}
.btn-red-dark-500.disabled, .btn-red-dark-500:disabled {
  color: #212529;
  background-color: #c99e93;
  border-color: #c99e93;
}
.btn-red-dark-500:not(:disabled):not(.disabled):active, .btn-red-dark-500:not(:disabled):not(.disabled).active, .show > .btn-red-dark-500.dropdown-toggle {
  color: #fff;
  background-color: #b87f71;
  border-color: #b47869;
}
.btn-red-dark-500:not(:disabled):not(.disabled):active:focus, .btn-red-dark-500:not(:disabled):not(.disabled).active:focus, .show > .btn-red-dark-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(176, 140, 131, 0.5);
}

.btn-red-dark-300 {
  color: #212529;
  background-color: #e7d2ce;
  border-color: #e7d2ce;
}
.btn-red-dark-300:hover {
  color: #212529;
  background-color: #dabab4;
  border-color: #d6b3ac;
}
.btn-red-dark-300:focus, .btn-red-dark-300.focus {
  box-shadow: 0 0 0 0.2rem rgba(201, 184, 181, 0.5);
}
.btn-red-dark-300.disabled, .btn-red-dark-300:disabled {
  color: #212529;
  background-color: #e7d2ce;
  border-color: #e7d2ce;
}
.btn-red-dark-300:not(:disabled):not(.disabled):active, .btn-red-dark-300:not(:disabled):not(.disabled).active, .show > .btn-red-dark-300.dropdown-toggle {
  color: #212529;
  background-color: #d6b3ac;
  border-color: #d2aba3;
}
.btn-red-dark-300:not(:disabled):not(.disabled):active:focus, .btn-red-dark-300:not(:disabled):not(.disabled).active:focus, .show > .btn-red-dark-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(201, 184, 181, 0.5);
}

.btn-tealish {
  color: #fff;
  background-color: #3f866c;
  border-color: #3f866c;
}
.btn-tealish:hover {
  color: #fff;
  background-color: #336c57;
  border-color: #2f6350;
}
.btn-tealish:focus, .btn-tealish.focus {
  box-shadow: 0 0 0 0.2rem rgba(92, 152, 130, 0.5);
}
.btn-tealish.disabled, .btn-tealish:disabled {
  color: #fff;
  background-color: #3f866c;
  border-color: #3f866c;
}
.btn-tealish:not(:disabled):not(.disabled):active, .btn-tealish:not(:disabled):not(.disabled).active, .show > .btn-tealish.dropdown-toggle {
  color: #fff;
  background-color: #2f6350;
  border-color: #2b5b49;
}
.btn-tealish:not(:disabled):not(.disabled):active:focus, .btn-tealish:not(:disabled):not(.disabled).active:focus, .show > .btn-tealish.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(92, 152, 130, 0.5);
}

.btn-tealish-500 {
  color: #212529;
  background-color: #adcbbf;
  border-color: #adcbbf;
}
.btn-tealish-500:hover {
  color: #212529;
  background-color: #96bcad;
  border-color: #8eb7a7;
}
.btn-tealish-500:focus, .btn-tealish-500.focus {
  box-shadow: 0 0 0 0.2rem rgba(152, 178, 169, 0.5);
}
.btn-tealish-500.disabled, .btn-tealish-500:disabled {
  color: #212529;
  background-color: #adcbbf;
  border-color: #adcbbf;
}
.btn-tealish-500:not(:disabled):not(.disabled):active, .btn-tealish-500:not(:disabled):not(.disabled).active, .show > .btn-tealish-500.dropdown-toggle {
  color: #212529;
  background-color: #8eb7a7;
  border-color: #86b2a1;
}
.btn-tealish-500:not(:disabled):not(.disabled):active:focus, .btn-tealish-500:not(:disabled):not(.disabled).active:focus, .show > .btn-tealish-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(152, 178, 169, 0.5);
}

.btn-tealish-300 {
  color: #212529;
  background-color: #d6e3dd;
  border-color: #d6e3dd;
}
.btn-tealish-300:hover {
  color: #212529;
  background-color: #bfd3ca;
  border-color: #b8cec4;
}
.btn-tealish-300:focus, .btn-tealish-300.focus {
  box-shadow: 0 0 0 0.2rem rgba(187, 199, 194, 0.5);
}
.btn-tealish-300.disabled, .btn-tealish-300:disabled {
  color: #212529;
  background-color: #d6e3dd;
  border-color: #d6e3dd;
}
.btn-tealish-300:not(:disabled):not(.disabled):active, .btn-tealish-300:not(:disabled):not(.disabled).active, .show > .btn-tealish-300.dropdown-toggle {
  color: #212529;
  background-color: #b8cec4;
  border-color: #b0c9be;
}
.btn-tealish-300:not(:disabled):not(.disabled):active:focus, .btn-tealish-300:not(:disabled):not(.disabled).active:focus, .show > .btn-tealish-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(187, 199, 194, 0.5);
}

.btn-green {
  color: #fff;
  background-color: #336d37;
  border-color: #336d37;
}
.btn-green:hover {
  color: #fff;
  background-color: #27532a;
  border-color: #234a25;
}
.btn-green:focus, .btn-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 131, 85, 0.5);
}
.btn-green.disabled, .btn-green:disabled {
  color: #fff;
  background-color: #336d37;
  border-color: #336d37;
}
.btn-green:not(:disabled):not(.disabled):active, .btn-green:not(:disabled):not(.disabled).active, .show > .btn-green.dropdown-toggle {
  color: #fff;
  background-color: #234a25;
  border-color: #1f4221;
}
.btn-green:not(:disabled):not(.disabled):active:focus, .btn-green:not(:disabled):not(.disabled).active:focus, .show > .btn-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 131, 85, 0.5);
}

.btn-green-700 {
  color: #fff;
  background-color: #648c4e;
  border-color: #648c4e;
}
.btn-green-700:hover {
  color: #fff;
  background-color: #527340;
  border-color: #4d6b3c;
}
.btn-green-700:focus, .btn-green-700.focus {
  box-shadow: 0 0 0 0.2rem rgba(123, 157, 105, 0.5);
}
.btn-green-700.disabled, .btn-green-700:disabled {
  color: #fff;
  background-color: #648c4e;
  border-color: #648c4e;
}
.btn-green-700:not(:disabled):not(.disabled):active, .btn-green-700:not(:disabled):not(.disabled).active, .show > .btn-green-700.dropdown-toggle {
  color: #fff;
  background-color: #4d6b3c;
  border-color: #476337;
}
.btn-green-700:not(:disabled):not(.disabled):active:focus, .btn-green-700:not(:disabled):not(.disabled).active:focus, .show > .btn-green-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(123, 157, 105, 0.5);
}

.btn-green-500 {
  color: #212529;
  background-color: #92aa84;
  border-color: #92aa84;
}
.btn-green-500:hover {
  color: #fff;
  background-color: #7e9a6d;
  border-color: #779467;
}
.btn-green-500:focus, .btn-green-500.focus {
  box-shadow: 0 0 0 0.2rem rgba(129, 150, 118, 0.5);
}
.btn-green-500.disabled, .btn-green-500:disabled {
  color: #212529;
  background-color: #92aa84;
  border-color: #92aa84;
}
.btn-green-500:not(:disabled):not(.disabled):active, .btn-green-500:not(:disabled):not(.disabled).active, .show > .btn-green-500.dropdown-toggle {
  color: #fff;
  background-color: #779467;
  border-color: #718d61;
}
.btn-green-500:not(:disabled):not(.disabled):active:focus, .btn-green-500:not(:disabled):not(.disabled).active:focus, .show > .btn-green-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(129, 150, 118, 0.5);
}

.btn-green-300 {
  color: #212529;
  background-color: #cdd2c6;
  border-color: #cdd2c6;
}
.btn-green-300:hover {
  color: #212529;
  background-color: #bac1b1;
  border-color: #b4bcaa;
}
.btn-green-300:focus, .btn-green-300.focus {
  box-shadow: 0 0 0 0.2rem rgba(179, 184, 174, 0.5);
}
.btn-green-300.disabled, .btn-green-300:disabled {
  color: #212529;
  background-color: #cdd2c6;
  border-color: #cdd2c6;
}
.btn-green-300:not(:disabled):not(.disabled):active, .btn-green-300:not(:disabled):not(.disabled).active, .show > .btn-green-300.dropdown-toggle {
  color: #212529;
  background-color: #b4bcaa;
  border-color: #aeb6a2;
}
.btn-green-300:not(:disabled):not(.disabled):active:focus, .btn-green-300:not(:disabled):not(.disabled).active:focus, .show > .btn-green-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(179, 184, 174, 0.5);
}

.btn-byline-700 {
  color: #fff;
  background-color: #87888a;
  border-color: #87888a;
}
.btn-byline-700:hover {
  color: #fff;
  background-color: #747577;
  border-color: #6e6f70;
}
.btn-byline-700:focus, .btn-byline-700.focus {
  box-shadow: 0 0 0 0.2rem rgba(153, 154, 156, 0.5);
}
.btn-byline-700.disabled, .btn-byline-700:disabled {
  color: #fff;
  background-color: #87888a;
  border-color: #87888a;
}
.btn-byline-700:not(:disabled):not(.disabled):active, .btn-byline-700:not(:disabled):not(.disabled).active, .show > .btn-byline-700.dropdown-toggle {
  color: #fff;
  background-color: #6e6f70;
  border-color: #67686a;
}
.btn-byline-700:not(:disabled):not(.disabled):active:focus, .btn-byline-700:not(:disabled):not(.disabled).active:focus, .show > .btn-byline-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(153, 154, 156, 0.5);
}

.btn-byline-500 {
  color: #212529;
  background-color: #c5c6c8;
  border-color: #c5c6c8;
}
.btn-byline-500:hover {
  color: #212529;
  background-color: #b1b3b5;
  border-color: #abacaf;
}
.btn-byline-500:focus, .btn-byline-500.focus {
  box-shadow: 0 0 0 0.2rem rgba(172, 174, 176, 0.5);
}
.btn-byline-500.disabled, .btn-byline-500:disabled {
  color: #212529;
  background-color: #c5c6c8;
  border-color: #c5c6c8;
}
.btn-byline-500:not(:disabled):not(.disabled):active, .btn-byline-500:not(:disabled):not(.disabled).active, .show > .btn-byline-500.dropdown-toggle {
  color: #212529;
  background-color: #abacaf;
  border-color: #a4a6a9;
}
.btn-byline-500:not(:disabled):not(.disabled):active:focus, .btn-byline-500:not(:disabled):not(.disabled).active:focus, .show > .btn-byline-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(172, 174, 176, 0.5);
}

.btn-byline-400 {
  color: #212529;
  background-color: #E6E6E6;
  border-color: #E6E6E6;
}
.btn-byline-400:hover {
  color: #212529;
  background-color: lightgray;
  border-color: #cdcdcd;
}
.btn-byline-400:focus, .btn-byline-400.focus {
  box-shadow: 0 0 0 0.2rem rgba(200, 201, 202, 0.5);
}
.btn-byline-400.disabled, .btn-byline-400:disabled {
  color: #212529;
  background-color: #E6E6E6;
  border-color: #E6E6E6;
}
.btn-byline-400:not(:disabled):not(.disabled):active, .btn-byline-400:not(:disabled):not(.disabled).active, .show > .btn-byline-400.dropdown-toggle {
  color: #212529;
  background-color: #cdcdcd;
  border-color: #c6c6c6;
}
.btn-byline-400:not(:disabled):not(.disabled):active:focus, .btn-byline-400:not(:disabled):not(.disabled).active:focus, .show > .btn-byline-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(200, 201, 202, 0.5);
}

.btn-byline-300 {
  color: #212529;
  background-color: #eceded;
  border-color: #eceded;
}
.btn-byline-300:hover {
  color: #212529;
  background-color: #d8dada;
  border-color: #d2d4d4;
}
.btn-byline-300:focus, .btn-byline-300.focus {
  box-shadow: 0 0 0 0.2rem rgba(206, 207, 208, 0.5);
}
.btn-byline-300.disabled, .btn-byline-300:disabled {
  color: #212529;
  background-color: #eceded;
  border-color: #eceded;
}
.btn-byline-300:not(:disabled):not(.disabled):active, .btn-byline-300:not(:disabled):not(.disabled).active, .show > .btn-byline-300.dropdown-toggle {
  color: #212529;
  background-color: #d2d4d4;
  border-color: #cbcece;
}
.btn-byline-300:not(:disabled):not(.disabled):active:focus, .btn-byline-300:not(:disabled):not(.disabled).active:focus, .show > .btn-byline-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(206, 207, 208, 0.5);
}

.btn-byline-100 {
  color: #212529;
  background-color: #fafafa;
  border-color: #fafafa;
}
.btn-byline-100:hover {
  color: #212529;
  background-color: #e7e7e7;
  border-color: #e1e1e1;
}
.btn-byline-100:focus, .btn-byline-100.focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 218, 219, 0.5);
}
.btn-byline-100.disabled, .btn-byline-100:disabled {
  color: #212529;
  background-color: #fafafa;
  border-color: #fafafa;
}
.btn-byline-100:not(:disabled):not(.disabled):active, .btn-byline-100:not(:disabled):not(.disabled).active, .show > .btn-byline-100.dropdown-toggle {
  color: #212529;
  background-color: #e1e1e1;
  border-color: #dadada;
}
.btn-byline-100:not(:disabled):not(.disabled):active:focus, .btn-byline-100:not(:disabled):not(.disabled).active:focus, .show > .btn-byline-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 218, 219, 0.5);
}

.btn-brown {
  color: #212529;
  background-color: #c1a497;
  border-color: #c1a497;
}
.btn-brown:hover {
  color: #212529;
  background-color: #b38f7f;
  border-color: #ae8877;
}
.btn-brown:focus, .btn-brown.focus {
  box-shadow: 0 0 0 0.2rem rgba(169, 145, 135, 0.5);
}
.btn-brown.disabled, .btn-brown:disabled {
  color: #212529;
  background-color: #c1a497;
  border-color: #c1a497;
}
.btn-brown:not(:disabled):not(.disabled):active, .btn-brown:not(:disabled):not(.disabled).active, .show > .btn-brown.dropdown-toggle {
  color: #fff;
  background-color: #ae8877;
  border-color: #a9816f;
}
.btn-brown:not(:disabled):not(.disabled):active:focus, .btn-brown:not(:disabled):not(.disabled).active:focus, .show > .btn-brown.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(169, 145, 135, 0.5);
}

.btn-body-bg {
  color: #212529;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}
.btn-body-bg:hover {
  color: #212529;
  background-color: #dddddd;
  border-color: #d7d7d7;
}
.btn-body-bg:focus, .btn-body-bg.focus {
  box-shadow: 0 0 0 0.2rem rgba(209, 210, 210, 0.5);
}
.btn-body-bg.disabled, .btn-body-bg:disabled {
  color: #212529;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}
.btn-body-bg:not(:disabled):not(.disabled):active, .btn-body-bg:not(:disabled):not(.disabled).active, .show > .btn-body-bg.dropdown-toggle {
  color: #212529;
  background-color: #d7d7d7;
  border-color: #d0d0d0;
}
.btn-body-bg:not(:disabled):not(.disabled):active:focus, .btn-body-bg:not(:disabled):not(.disabled).active:focus, .show > .btn-body-bg.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(209, 210, 210, 0.5);
}

.btn-outline-primary {
  color: #007fbf;
  border-color: #007fbf;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007fbf;
  border-color: #007fbf;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 127, 191, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007fbf;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007fbf;
  border-color: #007fbf;
}
.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(0, 127, 191, 0.5);
}

.btn-outline-secondary {
  color: #c78810;
  border-color: #c78810;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #c78810;
  border-color: #c78810;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(199, 136, 16, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #c78810;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #c78810;
  border-color: #c78810;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(199, 136, 16, 0.5);
}

.btn-outline-success {
  color: #336d37;
  border-color: #336d37;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #336d37;
  border-color: #336d37;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 109, 55, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #336d37;
  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: #336d37;
  border-color: #336d37;
}
.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(51, 109, 55, 0.5);
}

.btn-outline-info {
  color: #4a95cc;
  border-color: #4a95cc;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #4a95cc;
  border-color: #4a95cc;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(74, 149, 204, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #4a95cc;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #4a95cc;
  border-color: #4a95cc;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(74, 149, 204, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #b73328;
  border-color: #b73328;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #b73328;
  border-color: #b73328;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(183, 51, 40, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #b73328;
  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: #b73328;
  border-color: #b73328;
}
.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(183, 51, 40, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary-700 {
  color: #4a95cc;
  border-color: #4a95cc;
}
.btn-outline-primary-700:hover {
  color: #fff;
  background-color: #4a95cc;
  border-color: #4a95cc;
}
.btn-outline-primary-700:focus, .btn-outline-primary-700.focus {
  box-shadow: 0 0 0 0.2rem rgba(74, 149, 204, 0.5);
}
.btn-outline-primary-700.disabled, .btn-outline-primary-700:disabled {
  color: #4a95cc;
  background-color: transparent;
}
.btn-outline-primary-700:not(:disabled):not(.disabled):active, .btn-outline-primary-700:not(:disabled):not(.disabled).active, .show > .btn-outline-primary-700.dropdown-toggle {
  color: #fff;
  background-color: #4a95cc;
  border-color: #4a95cc;
}
.btn-outline-primary-700:not(:disabled):not(.disabled):active:focus, .btn-outline-primary-700:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(74, 149, 204, 0.5);
}

.btn-outline-primary-500 {
  color: #7bafda;
  border-color: #7bafda;
}
.btn-outline-primary-500:hover {
  color: #212529;
  background-color: #7bafda;
  border-color: #7bafda;
}
.btn-outline-primary-500:focus, .btn-outline-primary-500.focus {
  box-shadow: 0 0 0 0.2rem rgba(123, 175, 218, 0.5);
}
.btn-outline-primary-500.disabled, .btn-outline-primary-500:disabled {
  color: #7bafda;
  background-color: transparent;
}
.btn-outline-primary-500:not(:disabled):not(.disabled):active, .btn-outline-primary-500:not(:disabled):not(.disabled).active, .show > .btn-outline-primary-500.dropdown-toggle {
  color: #212529;
  background-color: #7bafda;
  border-color: #7bafda;
}
.btn-outline-primary-500:not(:disabled):not(.disabled):active:focus, .btn-outline-primary-500:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(123, 175, 218, 0.5);
}

.btn-outline-primary-300 {
  color: #afc8e5;
  border-color: #afc8e5;
}
.btn-outline-primary-300:hover {
  color: #212529;
  background-color: #afc8e5;
  border-color: #afc8e5;
}
.btn-outline-primary-300:focus, .btn-outline-primary-300.focus {
  box-shadow: 0 0 0 0.2rem rgba(175, 200, 229, 0.5);
}
.btn-outline-primary-300.disabled, .btn-outline-primary-300:disabled {
  color: #afc8e5;
  background-color: transparent;
}
.btn-outline-primary-300:not(:disabled):not(.disabled):active, .btn-outline-primary-300:not(:disabled):not(.disabled).active, .show > .btn-outline-primary-300.dropdown-toggle {
  color: #212529;
  background-color: #afc8e5;
  border-color: #afc8e5;
}
.btn-outline-primary-300:not(:disabled):not(.disabled):active:focus, .btn-outline-primary-300:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(175, 200, 229, 0.5);
}

.btn-outline-primary-1050 {
  color: #006ea6;
  border-color: #006ea6;
}
.btn-outline-primary-1050:hover {
  color: #fff;
  background-color: #006ea6;
  border-color: #006ea6;
}
.btn-outline-primary-1050:focus, .btn-outline-primary-1050.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 110, 166, 0.5);
}
.btn-outline-primary-1050.disabled, .btn-outline-primary-1050:disabled {
  color: #006ea6;
  background-color: transparent;
}
.btn-outline-primary-1050:not(:disabled):not(.disabled):active, .btn-outline-primary-1050:not(:disabled):not(.disabled).active, .show > .btn-outline-primary-1050.dropdown-toggle {
  color: #fff;
  background-color: #006ea6;
  border-color: #006ea6;
}
.btn-outline-primary-1050:not(:disabled):not(.disabled):active:focus, .btn-outline-primary-1050:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary-1050.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 110, 166, 0.5);
}

.btn-outline-secondary-500 {
  color: #deb45e;
  border-color: #deb45e;
}
.btn-outline-secondary-500:hover {
  color: #212529;
  background-color: #deb45e;
  border-color: #deb45e;
}
.btn-outline-secondary-500:focus, .btn-outline-secondary-500.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 180, 94, 0.5);
}
.btn-outline-secondary-500.disabled, .btn-outline-secondary-500:disabled {
  color: #deb45e;
  background-color: transparent;
}
.btn-outline-secondary-500:not(:disabled):not(.disabled):active, .btn-outline-secondary-500:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary-500.dropdown-toggle {
  color: #212529;
  background-color: #deb45e;
  border-color: #deb45e;
}
.btn-outline-secondary-500:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary-500:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 180, 94, 0.5);
}

.btn-outline-secondary-300 {
  color: #e9cea2;
  border-color: #e9cea2;
}
.btn-outline-secondary-300:hover {
  color: #212529;
  background-color: #e9cea2;
  border-color: #e9cea2;
}
.btn-outline-secondary-300:focus, .btn-outline-secondary-300.focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 206, 162, 0.5);
}
.btn-outline-secondary-300.disabled, .btn-outline-secondary-300:disabled {
  color: #e9cea2;
  background-color: transparent;
}
.btn-outline-secondary-300:not(:disabled):not(.disabled):active, .btn-outline-secondary-300:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary-300.dropdown-toggle {
  color: #212529;
  background-color: #e9cea2;
  border-color: #e9cea2;
}
.btn-outline-secondary-300:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary-300:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 206, 162, 0.5);
}

.btn-outline-red-light {
  color: #b73328;
  border-color: #b73328;
}
.btn-outline-red-light:hover {
  color: #fff;
  background-color: #b73328;
  border-color: #b73328;
}
.btn-outline-red-light:focus, .btn-outline-red-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(183, 51, 40, 0.5);
}
.btn-outline-red-light.disabled, .btn-outline-red-light:disabled {
  color: #b73328;
  background-color: transparent;
}
.btn-outline-red-light:not(:disabled):not(.disabled):active, .btn-outline-red-light:not(:disabled):not(.disabled).active, .show > .btn-outline-red-light.dropdown-toggle {
  color: #fff;
  background-color: #b73328;
  border-color: #b73328;
}
.btn-outline-red-light:not(:disabled):not(.disabled):active:focus, .btn-outline-red-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-red-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(183, 51, 40, 0.5);
}

.btn-outline-red-light-500 {
  color: #e0979e;
  border-color: #e0979e;
}
.btn-outline-red-light-500:hover {
  color: #212529;
  background-color: #e0979e;
  border-color: #e0979e;
}
.btn-outline-red-light-500:focus, .btn-outline-red-light-500.focus {
  box-shadow: 0 0 0 0.2rem rgba(224, 151, 158, 0.5);
}
.btn-outline-red-light-500.disabled, .btn-outline-red-light-500:disabled {
  color: #e0979e;
  background-color: transparent;
}
.btn-outline-red-light-500:not(:disabled):not(.disabled):active, .btn-outline-red-light-500:not(:disabled):not(.disabled).active, .show > .btn-outline-red-light-500.dropdown-toggle {
  color: #212529;
  background-color: #e0979e;
  border-color: #e0979e;
}
.btn-outline-red-light-500:not(:disabled):not(.disabled):active:focus, .btn-outline-red-light-500:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-red-light-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(224, 151, 158, 0.5);
}

.btn-outline-red-light-300 {
  color: #e6cad1;
  border-color: #e6cad1;
}
.btn-outline-red-light-300:hover {
  color: #212529;
  background-color: #e6cad1;
  border-color: #e6cad1;
}
.btn-outline-red-light-300:focus, .btn-outline-red-light-300.focus {
  box-shadow: 0 0 0 0.2rem rgba(230, 202, 209, 0.5);
}
.btn-outline-red-light-300.disabled, .btn-outline-red-light-300:disabled {
  color: #e6cad1;
  background-color: transparent;
}
.btn-outline-red-light-300:not(:disabled):not(.disabled):active, .btn-outline-red-light-300:not(:disabled):not(.disabled).active, .show > .btn-outline-red-light-300.dropdown-toggle {
  color: #212529;
  background-color: #e6cad1;
  border-color: #e6cad1;
}
.btn-outline-red-light-300:not(:disabled):not(.disabled):active:focus, .btn-outline-red-light-300:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-red-light-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(230, 202, 209, 0.5);
}

.btn-outline-red-dark {
  color: #9b2e29;
  border-color: #9b2e29;
}
.btn-outline-red-dark:hover {
  color: #fff;
  background-color: #9b2e29;
  border-color: #9b2e29;
}
.btn-outline-red-dark:focus, .btn-outline-red-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(155, 46, 41, 0.5);
}
.btn-outline-red-dark.disabled, .btn-outline-red-dark:disabled {
  color: #9b2e29;
  background-color: transparent;
}
.btn-outline-red-dark:not(:disabled):not(.disabled):active, .btn-outline-red-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-red-dark.dropdown-toggle {
  color: #fff;
  background-color: #9b2e29;
  border-color: #9b2e29;
}
.btn-outline-red-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-red-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-red-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(155, 46, 41, 0.5);
}

.btn-outline-red-dark-500 {
  color: #c99e93;
  border-color: #c99e93;
}
.btn-outline-red-dark-500:hover {
  color: #212529;
  background-color: #c99e93;
  border-color: #c99e93;
}
.btn-outline-red-dark-500:focus, .btn-outline-red-dark-500.focus {
  box-shadow: 0 0 0 0.2rem rgba(201, 158, 147, 0.5);
}
.btn-outline-red-dark-500.disabled, .btn-outline-red-dark-500:disabled {
  color: #c99e93;
  background-color: transparent;
}
.btn-outline-red-dark-500:not(:disabled):not(.disabled):active, .btn-outline-red-dark-500:not(:disabled):not(.disabled).active, .show > .btn-outline-red-dark-500.dropdown-toggle {
  color: #212529;
  background-color: #c99e93;
  border-color: #c99e93;
}
.btn-outline-red-dark-500:not(:disabled):not(.disabled):active:focus, .btn-outline-red-dark-500:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-red-dark-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(201, 158, 147, 0.5);
}

.btn-outline-red-dark-300 {
  color: #e7d2ce;
  border-color: #e7d2ce;
}
.btn-outline-red-dark-300:hover {
  color: #212529;
  background-color: #e7d2ce;
  border-color: #e7d2ce;
}
.btn-outline-red-dark-300:focus, .btn-outline-red-dark-300.focus {
  box-shadow: 0 0 0 0.2rem rgba(231, 210, 206, 0.5);
}
.btn-outline-red-dark-300.disabled, .btn-outline-red-dark-300:disabled {
  color: #e7d2ce;
  background-color: transparent;
}
.btn-outline-red-dark-300:not(:disabled):not(.disabled):active, .btn-outline-red-dark-300:not(:disabled):not(.disabled).active, .show > .btn-outline-red-dark-300.dropdown-toggle {
  color: #212529;
  background-color: #e7d2ce;
  border-color: #e7d2ce;
}
.btn-outline-red-dark-300:not(:disabled):not(.disabled):active:focus, .btn-outline-red-dark-300:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-red-dark-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(231, 210, 206, 0.5);
}

.btn-outline-tealish {
  color: #3f866c;
  border-color: #3f866c;
}
.btn-outline-tealish:hover {
  color: #fff;
  background-color: #3f866c;
  border-color: #3f866c;
}
.btn-outline-tealish:focus, .btn-outline-tealish.focus {
  box-shadow: 0 0 0 0.2rem rgba(63, 134, 108, 0.5);
}
.btn-outline-tealish.disabled, .btn-outline-tealish:disabled {
  color: #3f866c;
  background-color: transparent;
}
.btn-outline-tealish:not(:disabled):not(.disabled):active, .btn-outline-tealish:not(:disabled):not(.disabled).active, .show > .btn-outline-tealish.dropdown-toggle {
  color: #fff;
  background-color: #3f866c;
  border-color: #3f866c;
}
.btn-outline-tealish:not(:disabled):not(.disabled):active:focus, .btn-outline-tealish:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-tealish.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(63, 134, 108, 0.5);
}

.btn-outline-tealish-500 {
  color: #adcbbf;
  border-color: #adcbbf;
}
.btn-outline-tealish-500:hover {
  color: #212529;
  background-color: #adcbbf;
  border-color: #adcbbf;
}
.btn-outline-tealish-500:focus, .btn-outline-tealish-500.focus {
  box-shadow: 0 0 0 0.2rem rgba(173, 203, 191, 0.5);
}
.btn-outline-tealish-500.disabled, .btn-outline-tealish-500:disabled {
  color: #adcbbf;
  background-color: transparent;
}
.btn-outline-tealish-500:not(:disabled):not(.disabled):active, .btn-outline-tealish-500:not(:disabled):not(.disabled).active, .show > .btn-outline-tealish-500.dropdown-toggle {
  color: #212529;
  background-color: #adcbbf;
  border-color: #adcbbf;
}
.btn-outline-tealish-500:not(:disabled):not(.disabled):active:focus, .btn-outline-tealish-500:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-tealish-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(173, 203, 191, 0.5);
}

.btn-outline-tealish-300 {
  color: #d6e3dd;
  border-color: #d6e3dd;
}
.btn-outline-tealish-300:hover {
  color: #212529;
  background-color: #d6e3dd;
  border-color: #d6e3dd;
}
.btn-outline-tealish-300:focus, .btn-outline-tealish-300.focus {
  box-shadow: 0 0 0 0.2rem rgba(214, 227, 221, 0.5);
}
.btn-outline-tealish-300.disabled, .btn-outline-tealish-300:disabled {
  color: #d6e3dd;
  background-color: transparent;
}
.btn-outline-tealish-300:not(:disabled):not(.disabled):active, .btn-outline-tealish-300:not(:disabled):not(.disabled).active, .show > .btn-outline-tealish-300.dropdown-toggle {
  color: #212529;
  background-color: #d6e3dd;
  border-color: #d6e3dd;
}
.btn-outline-tealish-300:not(:disabled):not(.disabled):active:focus, .btn-outline-tealish-300:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-tealish-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(214, 227, 221, 0.5);
}

.btn-outline-green {
  color: #336d37;
  border-color: #336d37;
}
.btn-outline-green:hover {
  color: #fff;
  background-color: #336d37;
  border-color: #336d37;
}
.btn-outline-green:focus, .btn-outline-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 109, 55, 0.5);
}
.btn-outline-green.disabled, .btn-outline-green:disabled {
  color: #336d37;
  background-color: transparent;
}
.btn-outline-green:not(:disabled):not(.disabled):active, .btn-outline-green:not(:disabled):not(.disabled).active, .show > .btn-outline-green.dropdown-toggle {
  color: #fff;
  background-color: #336d37;
  border-color: #336d37;
}
.btn-outline-green:not(:disabled):not(.disabled):active:focus, .btn-outline-green:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 109, 55, 0.5);
}

.btn-outline-green-700 {
  color: #648c4e;
  border-color: #648c4e;
}
.btn-outline-green-700:hover {
  color: #fff;
  background-color: #648c4e;
  border-color: #648c4e;
}
.btn-outline-green-700:focus, .btn-outline-green-700.focus {
  box-shadow: 0 0 0 0.2rem rgba(100, 140, 78, 0.5);
}
.btn-outline-green-700.disabled, .btn-outline-green-700:disabled {
  color: #648c4e;
  background-color: transparent;
}
.btn-outline-green-700:not(:disabled):not(.disabled):active, .btn-outline-green-700:not(:disabled):not(.disabled).active, .show > .btn-outline-green-700.dropdown-toggle {
  color: #fff;
  background-color: #648c4e;
  border-color: #648c4e;
}
.btn-outline-green-700:not(:disabled):not(.disabled):active:focus, .btn-outline-green-700:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-green-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(100, 140, 78, 0.5);
}

.btn-outline-green-500 {
  color: #92aa84;
  border-color: #92aa84;
}
.btn-outline-green-500:hover {
  color: #212529;
  background-color: #92aa84;
  border-color: #92aa84;
}
.btn-outline-green-500:focus, .btn-outline-green-500.focus {
  box-shadow: 0 0 0 0.2rem rgba(146, 170, 132, 0.5);
}
.btn-outline-green-500.disabled, .btn-outline-green-500:disabled {
  color: #92aa84;
  background-color: transparent;
}
.btn-outline-green-500:not(:disabled):not(.disabled):active, .btn-outline-green-500:not(:disabled):not(.disabled).active, .show > .btn-outline-green-500.dropdown-toggle {
  color: #212529;
  background-color: #92aa84;
  border-color: #92aa84;
}
.btn-outline-green-500:not(:disabled):not(.disabled):active:focus, .btn-outline-green-500:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-green-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(146, 170, 132, 0.5);
}

.btn-outline-green-300 {
  color: #cdd2c6;
  border-color: #cdd2c6;
}
.btn-outline-green-300:hover {
  color: #212529;
  background-color: #cdd2c6;
  border-color: #cdd2c6;
}
.btn-outline-green-300:focus, .btn-outline-green-300.focus {
  box-shadow: 0 0 0 0.2rem rgba(205, 210, 198, 0.5);
}
.btn-outline-green-300.disabled, .btn-outline-green-300:disabled {
  color: #cdd2c6;
  background-color: transparent;
}
.btn-outline-green-300:not(:disabled):not(.disabled):active, .btn-outline-green-300:not(:disabled):not(.disabled).active, .show > .btn-outline-green-300.dropdown-toggle {
  color: #212529;
  background-color: #cdd2c6;
  border-color: #cdd2c6;
}
.btn-outline-green-300:not(:disabled):not(.disabled):active:focus, .btn-outline-green-300:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-green-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(205, 210, 198, 0.5);
}

.btn-outline-byline-700 {
  color: #87888a;
  border-color: #87888a;
}
.btn-outline-byline-700:hover {
  color: #fff;
  background-color: #87888a;
  border-color: #87888a;
}
.btn-outline-byline-700:focus, .btn-outline-byline-700.focus {
  box-shadow: 0 0 0 0.2rem rgba(135, 136, 138, 0.5);
}
.btn-outline-byline-700.disabled, .btn-outline-byline-700:disabled {
  color: #87888a;
  background-color: transparent;
}
.btn-outline-byline-700:not(:disabled):not(.disabled):active, .btn-outline-byline-700:not(:disabled):not(.disabled).active, .show > .btn-outline-byline-700.dropdown-toggle {
  color: #fff;
  background-color: #87888a;
  border-color: #87888a;
}
.btn-outline-byline-700:not(:disabled):not(.disabled):active:focus, .btn-outline-byline-700:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-byline-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(135, 136, 138, 0.5);
}

.btn-outline-byline-500 {
  color: #c5c6c8;
  border-color: #c5c6c8;
}
.btn-outline-byline-500:hover {
  color: #212529;
  background-color: #c5c6c8;
  border-color: #c5c6c8;
}
.btn-outline-byline-500:focus, .btn-outline-byline-500.focus {
  box-shadow: 0 0 0 0.2rem rgba(197, 198, 200, 0.5);
}
.btn-outline-byline-500.disabled, .btn-outline-byline-500:disabled {
  color: #c5c6c8;
  background-color: transparent;
}
.btn-outline-byline-500:not(:disabled):not(.disabled):active, .btn-outline-byline-500:not(:disabled):not(.disabled).active, .show > .btn-outline-byline-500.dropdown-toggle {
  color: #212529;
  background-color: #c5c6c8;
  border-color: #c5c6c8;
}
.btn-outline-byline-500:not(:disabled):not(.disabled):active:focus, .btn-outline-byline-500:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-byline-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(197, 198, 200, 0.5);
}

.btn-outline-byline-400 {
  color: #E6E6E6;
  border-color: #E6E6E6;
}
.btn-outline-byline-400:hover {
  color: #212529;
  background-color: #E6E6E6;
  border-color: #E6E6E6;
}
.btn-outline-byline-400:focus, .btn-outline-byline-400.focus {
  box-shadow: 0 0 0 0.2rem rgba(230, 230, 230, 0.5);
}
.btn-outline-byline-400.disabled, .btn-outline-byline-400:disabled {
  color: #E6E6E6;
  background-color: transparent;
}
.btn-outline-byline-400:not(:disabled):not(.disabled):active, .btn-outline-byline-400:not(:disabled):not(.disabled).active, .show > .btn-outline-byline-400.dropdown-toggle {
  color: #212529;
  background-color: #E6E6E6;
  border-color: #E6E6E6;
}
.btn-outline-byline-400:not(:disabled):not(.disabled):active:focus, .btn-outline-byline-400:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-byline-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(230, 230, 230, 0.5);
}

.btn-outline-byline-300 {
  color: #eceded;
  border-color: #eceded;
}
.btn-outline-byline-300:hover {
  color: #212529;
  background-color: #eceded;
  border-color: #eceded;
}
.btn-outline-byline-300:focus, .btn-outline-byline-300.focus {
  box-shadow: 0 0 0 0.2rem rgba(236, 237, 237, 0.5);
}
.btn-outline-byline-300.disabled, .btn-outline-byline-300:disabled {
  color: #eceded;
  background-color: transparent;
}
.btn-outline-byline-300:not(:disabled):not(.disabled):active, .btn-outline-byline-300:not(:disabled):not(.disabled).active, .show > .btn-outline-byline-300.dropdown-toggle {
  color: #212529;
  background-color: #eceded;
  border-color: #eceded;
}
.btn-outline-byline-300:not(:disabled):not(.disabled):active:focus, .btn-outline-byline-300:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-byline-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(236, 237, 237, 0.5);
}

.btn-outline-byline-100 {
  color: #fafafa;
  border-color: #fafafa;
}
.btn-outline-byline-100:hover {
  color: #212529;
  background-color: #fafafa;
  border-color: #fafafa;
}
.btn-outline-byline-100:focus, .btn-outline-byline-100.focus {
  box-shadow: 0 0 0 0.2rem rgba(250, 250, 250, 0.5);
}
.btn-outline-byline-100.disabled, .btn-outline-byline-100:disabled {
  color: #fafafa;
  background-color: transparent;
}
.btn-outline-byline-100:not(:disabled):not(.disabled):active, .btn-outline-byline-100:not(:disabled):not(.disabled).active, .show > .btn-outline-byline-100.dropdown-toggle {
  color: #212529;
  background-color: #fafafa;
  border-color: #fafafa;
}
.btn-outline-byline-100:not(:disabled):not(.disabled):active:focus, .btn-outline-byline-100:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-byline-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(250, 250, 250, 0.5);
}

.btn-outline-brown {
  color: #c1a497;
  border-color: #c1a497;
}
.btn-outline-brown:hover {
  color: #212529;
  background-color: #c1a497;
  border-color: #c1a497;
}
.btn-outline-brown:focus, .btn-outline-brown.focus {
  box-shadow: 0 0 0 0.2rem rgba(193, 164, 151, 0.5);
}
.btn-outline-brown.disabled, .btn-outline-brown:disabled {
  color: #c1a497;
  background-color: transparent;
}
.btn-outline-brown:not(:disabled):not(.disabled):active, .btn-outline-brown:not(:disabled):not(.disabled).active, .show > .btn-outline-brown.dropdown-toggle {
  color: #212529;
  background-color: #c1a497;
  border-color: #c1a497;
}
.btn-outline-brown:not(:disabled):not(.disabled):active:focus, .btn-outline-brown:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-brown.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(193, 164, 151, 0.5);
}

.btn-outline-body-bg {
  color: #f0f0f0;
  border-color: #f0f0f0;
}
.btn-outline-body-bg:hover {
  color: #212529;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}
.btn-outline-body-bg:focus, .btn-outline-body-bg.focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 240, 240, 0.5);
}
.btn-outline-body-bg.disabled, .btn-outline-body-bg:disabled {
  color: #f0f0f0;
  background-color: transparent;
}
.btn-outline-body-bg:not(:disabled):not(.disabled):active, .btn-outline-body-bg:not(:disabled):not(.disabled).active, .show > .btn-outline-body-bg.dropdown-toggle {
  color: #212529;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}
.btn-outline-body-bg:not(:disabled):not(.disabled):active:focus, .btn-outline-body-bg:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-body-bg.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 240, 240, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #c78810;
  text-decoration: none;
}
.btn-link:hover {
  color: #80580a;
  text-decoration: none;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: none;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 2rem;
  font-size: 1.25rem;
  line-height: 1.4;
  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%;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.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: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 420px) {
  .dropdown-menu-xs-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xs-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;
  }
}
.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: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #004c73;
  text-decoration: none;
  background-color: rgba(175, 200, 229, 0.4);
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: rgba(175, 200, 229, 0.6);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  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: #6c757d;
  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;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.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: 1.5rem;
  padding-left: 1.5rem;
}

.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-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.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 > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0;
}
.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.4em + 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.4;
  border-radius: 0;
}

.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;
  border-radius: 0;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  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: #007fbf;
  background-color: #007fbf;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem #afc8e5;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #4a95cc;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #73d0ff;
  border-color: #73d0ff;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.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.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}
.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: #007fbf;
  background-color: #007fbf;
}
.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(0, 127, 191, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 127, 191, 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(0, 127, 191, 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.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  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(0, 127, 191, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  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 #ced4da;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #4a95cc;
  outline: 0;
  box-shadow: 0 0 0 0.2rem #afc8e5;
}
.custom-select:focus::-ms-value {
  color: #495057;
  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: #6c757d;
  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.4em + 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.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #4a95cc;
  box-shadow: 0 0 0 0.2rem #afc8e5;
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input:lang(de) ~ .custom-file-label::after {
  content: "Upload";
}
.custom-file-input:lang(fr) ~ .custom-file-label::after {
  content: "Upload";
}
.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.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0 0 0;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #f0f0f0, 0 0 0 0.2rem #afc8e5;
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f0f0f0, 0 0 0 0.2rem #afc8e5;
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #f0f0f0, 0 0 0 0.2rem #afc8e5;
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007fbf;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #73d0ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007fbf;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #73d0ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007fbf;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #73d0ff;
}
.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: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.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: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #f0f0f0;
  border-color: #dee2e6 #dee2e6 #f0f0f0;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007fbf;
}

.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.3125rem;
  padding-bottom: 0.3125rem;
  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;
  border-radius: 0;
}
.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: 419.98px) {
  .navbar-expand-xs > .container,
  .navbar-expand-xs > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 420px) {
  .navbar-expand-xs {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xs .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xs .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xs .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xs > .container,
  .navbar-expand-xs > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xs .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xs .navbar-toggler {
    display: none;
  }
}
@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;
  }
}
.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;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0 - 1px) calc(0 - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0 - 1px) calc(0 - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0 - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0 - 1px);
  border-top-right-radius: calc(0 - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0 - 1px);
  border-bottom-left-radius: calc(0 - 1px);
}

.card-deck {
  display: flex;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card .card-header {
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #f0f0f0;
  border-radius: 0;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #7bafda;
  content: "|";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #c78810;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #80580a;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem #afc8e5;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007fbf;
  border-color: #007fbf;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.4;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 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) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007fbf;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #005d8c;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 127, 191, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #c78810;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #98680c;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(199, 136, 16, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #336d37;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #234a25;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(51, 109, 55, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #4a95cc;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #327bb1;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(74, 149, 204, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #b73328;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #8d271f;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(183, 51, 40, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.badge-primary-700 {
  color: #fff;
  background-color: #4a95cc;
}
a.badge-primary-700:hover, a.badge-primary-700:focus {
  color: #fff;
  background-color: #327bb1;
}
a.badge-primary-700:focus, a.badge-primary-700.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(74, 149, 204, 0.5);
}

.badge-primary-500 {
  color: #212529;
  background-color: #7bafda;
}
a.badge-primary-500:hover, a.badge-primary-500:focus {
  color: #212529;
  background-color: #5397cf;
}
a.badge-primary-500:focus, a.badge-primary-500.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(123, 175, 218, 0.5);
}

.badge-primary-300 {
  color: #212529;
  background-color: #afc8e5;
}
a.badge-primary-300:hover, a.badge-primary-300:focus {
  color: #212529;
  background-color: #89aed8;
}
a.badge-primary-300:focus, a.badge-primary-300.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(175, 200, 229, 0.5);
}

.badge-primary-1050 {
  color: #fff;
  background-color: #006ea6;
}
a.badge-primary-1050:hover, a.badge-primary-1050:focus {
  color: #fff;
  background-color: #004c73;
}
a.badge-primary-1050:focus, a.badge-primary-1050.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 110, 166, 0.5);
}

.badge-secondary-500 {
  color: #212529;
  background-color: #deb45e;
}
a.badge-secondary-500:hover, a.badge-secondary-500:focus {
  color: #212529;
  background-color: #d5a034;
}
a.badge-secondary-500:focus, a.badge-secondary-500.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(222, 180, 94, 0.5);
}

.badge-secondary-300 {
  color: #212529;
  background-color: #e9cea2;
}
a.badge-secondary-300:hover, a.badge-secondary-300:focus {
  color: #212529;
  background-color: #dfb879;
}
a.badge-secondary-300:focus, a.badge-secondary-300.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(233, 206, 162, 0.5);
}

.badge-red-light {
  color: #fff;
  background-color: #b73328;
}
a.badge-red-light:hover, a.badge-red-light:focus {
  color: #fff;
  background-color: #8d271f;
}
a.badge-red-light:focus, a.badge-red-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(183, 51, 40, 0.5);
}

.badge-red-light-500 {
  color: #212529;
  background-color: #e0979e;
}
a.badge-red-light-500:hover, a.badge-red-light-500:focus {
  color: #212529;
  background-color: #d47079;
}
a.badge-red-light-500:focus, a.badge-red-light-500.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(224, 151, 158, 0.5);
}

.badge-red-light-300 {
  color: #212529;
  background-color: #e6cad1;
}
a.badge-red-light-300:hover, a.badge-red-light-300:focus {
  color: #212529;
  background-color: #d6a7b3;
}
a.badge-red-light-300:focus, a.badge-red-light-300.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(230, 202, 209, 0.5);
}

.badge-red-dark {
  color: #fff;
  background-color: #9b2e29;
}
a.badge-red-dark:hover, a.badge-red-dark:focus {
  color: #fff;
  background-color: #73221e;
}
a.badge-red-dark:focus, a.badge-red-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(155, 46, 41, 0.5);
}

.badge-red-dark-500 {
  color: #212529;
  background-color: #c99e93;
}
a.badge-red-dark-500:hover, a.badge-red-dark-500:focus {
  color: #212529;
  background-color: #b87f71;
}
a.badge-red-dark-500:focus, a.badge-red-dark-500.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(201, 158, 147, 0.5);
}

.badge-red-dark-300 {
  color: #212529;
  background-color: #e7d2ce;
}
a.badge-red-dark-300:hover, a.badge-red-dark-300:focus {
  color: #212529;
  background-color: #d6b3ac;
}
a.badge-red-dark-300:focus, a.badge-red-dark-300.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(231, 210, 206, 0.5);
}

.badge-tealish {
  color: #fff;
  background-color: #3f866c;
}
a.badge-tealish:hover, a.badge-tealish:focus {
  color: #fff;
  background-color: #2f6350;
}
a.badge-tealish:focus, a.badge-tealish.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(63, 134, 108, 0.5);
}

.badge-tealish-500 {
  color: #212529;
  background-color: #adcbbf;
}
a.badge-tealish-500:hover, a.badge-tealish-500:focus {
  color: #212529;
  background-color: #8eb7a7;
}
a.badge-tealish-500:focus, a.badge-tealish-500.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(173, 203, 191, 0.5);
}

.badge-tealish-300 {
  color: #212529;
  background-color: #d6e3dd;
}
a.badge-tealish-300:hover, a.badge-tealish-300:focus {
  color: #212529;
  background-color: #b8cec4;
}
a.badge-tealish-300:focus, a.badge-tealish-300.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(214, 227, 221, 0.5);
}

.badge-green {
  color: #fff;
  background-color: #336d37;
}
a.badge-green:hover, a.badge-green:focus {
  color: #fff;
  background-color: #234a25;
}
a.badge-green:focus, a.badge-green.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(51, 109, 55, 0.5);
}

.badge-green-700 {
  color: #fff;
  background-color: #648c4e;
}
a.badge-green-700:hover, a.badge-green-700:focus {
  color: #fff;
  background-color: #4d6b3c;
}
a.badge-green-700:focus, a.badge-green-700.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(100, 140, 78, 0.5);
}

.badge-green-500 {
  color: #212529;
  background-color: #92aa84;
}
a.badge-green-500:hover, a.badge-green-500:focus {
  color: #212529;
  background-color: #779467;
}
a.badge-green-500:focus, a.badge-green-500.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(146, 170, 132, 0.5);
}

.badge-green-300 {
  color: #212529;
  background-color: #cdd2c6;
}
a.badge-green-300:hover, a.badge-green-300:focus {
  color: #212529;
  background-color: #b4bcaa;
}
a.badge-green-300:focus, a.badge-green-300.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(205, 210, 198, 0.5);
}

.badge-byline-700 {
  color: #fff;
  background-color: #87888a;
}
a.badge-byline-700:hover, a.badge-byline-700:focus {
  color: #fff;
  background-color: #6e6f70;
}
a.badge-byline-700:focus, a.badge-byline-700.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(135, 136, 138, 0.5);
}

.badge-byline-500 {
  color: #212529;
  background-color: #c5c6c8;
}
a.badge-byline-500:hover, a.badge-byline-500:focus {
  color: #212529;
  background-color: #abacaf;
}
a.badge-byline-500:focus, a.badge-byline-500.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(197, 198, 200, 0.5);
}

.badge-byline-400 {
  color: #212529;
  background-color: #E6E6E6;
}
a.badge-byline-400:hover, a.badge-byline-400:focus {
  color: #212529;
  background-color: #cdcdcd;
}
a.badge-byline-400:focus, a.badge-byline-400.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(230, 230, 230, 0.5);
}

.badge-byline-300 {
  color: #212529;
  background-color: #eceded;
}
a.badge-byline-300:hover, a.badge-byline-300:focus {
  color: #212529;
  background-color: #d2d4d4;
}
a.badge-byline-300:focus, a.badge-byline-300.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(236, 237, 237, 0.5);
}

.badge-byline-100 {
  color: #212529;
  background-color: #fafafa;
}
a.badge-byline-100:hover, a.badge-byline-100:focus {
  color: #212529;
  background-color: #e1e1e1;
}
a.badge-byline-100:focus, a.badge-byline-100.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(250, 250, 250, 0.5);
}

.badge-brown {
  color: #212529;
  background-color: #c1a497;
}
a.badge-brown:hover, a.badge-brown:focus {
  color: #212529;
  background-color: #ae8877;
}
a.badge-brown:focus, a.badge-brown.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(193, 164, 151, 0.5);
}

.badge-body-bg {
  color: #212529;
  background-color: #f0f0f0;
}
a.badge-body-bg:hover, a.badge-body-bg:focus {
  color: #212529;
  background-color: #d7d7d7;
}
a.badge-body-bg:focus, a.badge-body-bg.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(240, 240, 240, 0.5);
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004263;
  background-color: #cce5f2;
  border-color: #66b2d9;
}
.alert-primary hr {
  border-top-color: #52a8d4;
}
.alert-primary .alert-link {
  color: #002030;
}

.alert-secondary {
  color: #674708;
  background-color: #f4e7cf;
  border-color: #ddb870;
}
.alert-secondary hr {
  border-top-color: #d8ae5b;
}
.alert-secondary .alert-link {
  color: #382604;
}

.alert-success {
  color: #1b391d;
  background-color: #d6e2d7;
  border-color: #85a787;
}
.alert-success hr {
  border-top-color: #769c78;
}
.alert-success .alert-link {
  color: #0b160b;
}

.alert-info {
  color: #264d6a;
  background-color: #dbeaf5;
  border-color: #92bfe0;
}
.alert-info hr {
  border-top-color: #7eb3da;
}
.alert-info .alert-link {
  color: #193244;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffda6a;
}
.alert-warning hr {
  border-top-color: #ffd451;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #5f1b15;
  background-color: #f1d6d4;
  border-color: #d4857e;
}
.alert-danger hr {
  border-top-color: #ce736b;
}
.alert-danger .alert-link {
  color: #350f0c;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fbfbfc;
}
.alert-light hr {
  border-top-color: #ececf1;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #85898c;
}
.alert-dark hr {
  border-top-color: #787c7f;
}
.alert-dark .alert-link {
  color: #040505;
}

.alert-primary-700 {
  color: #264d6a;
  background-color: #dbeaf5;
  border-color: #92bfe0;
}
.alert-primary-700 hr {
  border-top-color: #7eb3da;
}
.alert-primary-700 .alert-link {
  color: #193244;
}

.alert-primary-500 {
  color: #405b71;
  background-color: #e5eff8;
  border-color: #b0cfe9;
}
.alert-primary-500 hr {
  border-top-color: #9cc3e3;
}
.alert-primary-500 .alert-link {
  color: #2e4150;
}

.alert-primary-300 {
  color: #5b6877;
  background-color: #eff4fa;
  border-color: #cfdeef;
}
.alert-primary-300 hr {
  border-top-color: #bcd1e9;
}
.alert-primary-300 .alert-link {
  color: #454f5a;
}

.alert-primary-1050 {
  color: #003956;
  background-color: #cce2ed;
  border-color: #66a8ca;
}
.alert-primary-1050 hr {
  border-top-color: #539dc3;
}
.alert-primary-1050 .alert-link {
  color: #001723;
}

.alert-secondary-500 {
  color: #735e31;
  background-color: #f8f0df;
  border-color: #ebd29e;
}
.alert-secondary-500 hr {
  border-top-color: #e7c889;
}
.alert-secondary-500 .alert-link {
  color: #4f4122;
}

.alert-secondary-300 {
  color: #796b54;
  background-color: #fbf5ec;
  border-color: #f2e2c7;
}
.alert-secondary-300 hr {
  border-top-color: #edd7b2;
}
.alert-secondary-300 .alert-link {
  color: #5b503f;
}

.alert-red-light {
  color: #5f1b15;
  background-color: #f1d6d4;
  border-color: #d4857e;
}
.alert-red-light hr {
  border-top-color: #ce736b;
}
.alert-red-light .alert-link {
  color: #350f0c;
}

.alert-red-light-500 {
  color: #744f52;
  background-color: #f9eaec;
  border-color: #ecc1c5;
}
.alert-red-light-500 hr {
  border-top-color: #e6adb3;
}
.alert-red-light-500 .alert-link {
  color: #563a3d;
}

.alert-red-light-300 {
  color: #78696d;
  background-color: #faf4f6;
  border-color: #f0dfe3;
}
.alert-red-light-300 hr {
  border-top-color: #e8ced4;
}
.alert-red-light-300 .alert-link {
  color: #5d5154;
}

.alert-red-dark {
  color: #511815;
  background-color: #ebd5d4;
  border-color: #c3827f;
}
.alert-red-dark hr {
  border-top-color: #bb716e;
}
.alert-red-dark .alert-link {
  color: #290c0b;
}

.alert-red-dark-500 {
  color: #69524c;
  background-color: #f4ece9;
  border-color: #dfc5be;
}
.alert-red-dark-500 hr {
  border-top-color: #d7b6ad;
}
.alert-red-dark-500 .alert-link {
  color: #4b3b37;
}

.alert-red-dark-300 {
  color: #786d6b;
  background-color: #faf6f5;
  border-color: #f1e4e2;
}
.alert-red-dark-300 hr {
  border-top-color: #e9d4d1;
}
.alert-red-dark-300 .alert-link {
  color: #5d5553;
}

.alert-tealish {
  color: #214638;
  background-color: #d9e7e2;
  border-color: #8cb6a7;
}
.alert-tealish hr {
  border-top-color: #7cac9b;
}
.alert-tealish .alert-link {
  color: #11231c;
}

.alert-tealish-500 {
  color: #5a6a63;
  background-color: #eff5f2;
  border-color: #cee0d9;
}
.alert-tealish-500 hr {
  border-top-color: #bed6cd;
}
.alert-tealish-500 .alert-link {
  color: #434e49;
}

.alert-tealish-300 {
  color: #6f7673;
  background-color: #f7f9f8;
  border-color: #e6eeeb;
}
.alert-tealish-300 hr {
  border-top-color: #d7e4df;
}
.alert-tealish-300 .alert-link {
  color: #565c59;
}

.alert-green {
  color: #1b391d;
  background-color: #d6e2d7;
  border-color: #85a787;
}
.alert-green hr {
  border-top-color: #769c78;
}
.alert-green .alert-link {
  color: #0b160b;
}

.alert-green-700 {
  color: #344929;
  background-color: #e0e8dc;
  border-color: #a2ba95;
}
.alert-green-700 hr {
  border-top-color: #94b086;
}
.alert-green-700 .alert-link {
  color: #1d2817;
}

.alert-green-500 {
  color: #4c5845;
  background-color: #e9eee6;
  border-color: #beccb5;
}
.alert-green-500 hr {
  border-top-color: #b1c2a6;
}
.alert-green-500 .alert-link {
  color: #333b2f;
}

.alert-green-300 {
  color: #6b6d67;
  background-color: #f5f6f4;
  border-color: #e1e4dd;
}
.alert-green-300 hr {
  border-top-color: #d4d9cf;
}
.alert-green-300 .alert-link {
  color: #51534e;
}

.alert-byline-700 {
  color: #464748;
  background-color: #e7e7e8;
  border-color: #b7b8b9;
}
.alert-byline-700 hr {
  border-top-color: #aaabac;
}
.alert-byline-700 .alert-link {
  color: #2d2e2e;
}

.alert-byline-500 {
  color: #666768;
  background-color: #f3f4f4;
  border-color: #dcddde;
}
.alert-byline-500 hr {
  border-top-color: #cfd0d2;
}
.alert-byline-500 .alert-link {
  color: #4d4e4e;
}

.alert-byline-400 {
  color: #787878;
  background-color: #fafafa;
  border-color: #f0f0f0;
}
.alert-byline-400 hr {
  border-top-color: #e3e3e3;
}
.alert-byline-400 .alert-link {
  color: #5f5f5f;
}

.alert-byline-300 {
  color: #7b7b7b;
  background-color: #fbfbfb;
  border-color: #f4f4f4;
}
.alert-byline-300 hr {
  border-top-color: #e7e7e7;
}
.alert-byline-300 .alert-link {
  color: #626262;
}

.alert-byline-100 {
  color: #828282;
  background-color: #fefefe;
  border-color: #fcfcfc;
}
.alert-byline-100 hr {
  border-top-color: #efefef;
}
.alert-byline-100 .alert-link {
  color: dimgray;
}

.alert-brown {
  color: #64554f;
  background-color: #f3edea;
  border-color: #dac8c1;
}
.alert-brown hr {
  border-top-color: #d0bab1;
}
.alert-brown .alert-link {
  color: #483d38;
}

.alert-body-bg {
  color: #7d7d7d;
  background-color: #fcfcfc;
  border-color: #f6f6f6;
}
.alert-body-bg hr {
  border-top-color: #e9e9e9;
}
.alert-body-bg .alert-link {
  color: #646464;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007fbf;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007fbf;
  border-color: #007fbf;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}
.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

@media (min-width: 420px) {
  .list-group-horizontal-xs {
    flex-direction: row;
  }
  .list-group-horizontal-xs .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xs .list-group-item:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xs .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004263;
  background-color: #b8dbed;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004263;
  background-color: #a4d1e8;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004263;
  border-color: #004263;
}

.list-group-item-secondary {
  color: #674708;
  background-color: #efdebc;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #674708;
  background-color: #ead4a7;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #674708;
  border-color: #674708;
}

.list-group-item-success {
  color: #1b391d;
  background-color: #c6d6c7;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #1b391d;
  background-color: #b7cbb8;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #1b391d;
  border-color: #1b391d;
}

.list-group-item-info {
  color: #264d6a;
  background-color: #cce1f1;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #264d6a;
  background-color: #b8d5ec;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #264d6a;
  border-color: #264d6a;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #5f1b15;
  background-color: #ebc6c3;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #5f1b15;
  background-color: #e5b4b0;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #5f1b15;
  border-color: #5f1b15;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.list-group-item-primary-700 {
  color: #264d6a;
  background-color: #cce1f1;
}
.list-group-item-primary-700.list-group-item-action:hover, .list-group-item-primary-700.list-group-item-action:focus {
  color: #264d6a;
  background-color: #b8d5ec;
}
.list-group-item-primary-700.list-group-item-action.active {
  color: #fff;
  background-color: #264d6a;
  border-color: #264d6a;
}

.list-group-item-primary-500 {
  color: #405b71;
  background-color: #dae9f5;
}
.list-group-item-primary-500.list-group-item-action:hover, .list-group-item-primary-500.list-group-item-action:focus {
  color: #405b71;
  background-color: #c6ddf0;
}
.list-group-item-primary-500.list-group-item-action.active {
  color: #fff;
  background-color: #405b71;
  border-color: #405b71;
}

.list-group-item-primary-300 {
  color: #5b6877;
  background-color: #e9f0f8;
}
.list-group-item-primary-300.list-group-item-action:hover, .list-group-item-primary-300.list-group-item-action:focus {
  color: #5b6877;
  background-color: #d6e3f2;
}
.list-group-item-primary-300.list-group-item-action.active {
  color: #fff;
  background-color: #5b6877;
  border-color: #5b6877;
}

.list-group-item-primary-1050 {
  color: #003956;
  background-color: #b8d6e6;
}
.list-group-item-primary-1050.list-group-item-action:hover, .list-group-item-primary-1050.list-group-item-action:focus {
  color: #003956;
  background-color: #a5cbdf;
}
.list-group-item-primary-1050.list-group-item-action.active {
  color: #fff;
  background-color: #003956;
  border-color: #003956;
}

.list-group-item-secondary-500 {
  color: #735e31;
  background-color: #f6ead2;
}
.list-group-item-secondary-500.list-group-item-action:hover, .list-group-item-secondary-500.list-group-item-action:focus {
  color: #735e31;
  background-color: #f2e0bd;
}
.list-group-item-secondary-500.list-group-item-action.active {
  color: #fff;
  background-color: #735e31;
  border-color: #735e31;
}

.list-group-item-secondary-300 {
  color: #796b54;
  background-color: #f9f1e5;
}
.list-group-item-secondary-300.list-group-item-action:hover, .list-group-item-secondary-300.list-group-item-action:focus {
  color: #796b54;
  background-color: #f4e6d0;
}
.list-group-item-secondary-300.list-group-item-action.active {
  color: #fff;
  background-color: #796b54;
  border-color: #796b54;
}

.list-group-item-red-light {
  color: #5f1b15;
  background-color: #ebc6c3;
}
.list-group-item-red-light.list-group-item-action:hover, .list-group-item-red-light.list-group-item-action:focus {
  color: #5f1b15;
  background-color: #e5b4b0;
}
.list-group-item-red-light.list-group-item-action.active {
  color: #fff;
  background-color: #5f1b15;
  border-color: #5f1b15;
}

.list-group-item-red-light-500 {
  color: #744f52;
  background-color: #f6e2e4;
}
.list-group-item-red-light-500.list-group-item-action:hover, .list-group-item-red-light-500.list-group-item-action:focus {
  color: #744f52;
  background-color: #f0cfd2;
}
.list-group-item-red-light-500.list-group-item-action.active {
  color: #fff;
  background-color: #744f52;
  border-color: #744f52;
}

.list-group-item-red-light-300 {
  color: #78696d;
  background-color: #f8f0f2;
}
.list-group-item-red-light-300.list-group-item-action:hover, .list-group-item-red-light-300.list-group-item-action:focus {
  color: #78696d;
  background-color: #f0dfe3;
}
.list-group-item-red-light-300.list-group-item-action.active {
  color: #fff;
  background-color: #78696d;
  border-color: #78696d;
}

.list-group-item-red-dark {
  color: #511815;
  background-color: #e3c4c3;
}
.list-group-item-red-dark.list-group-item-action:hover, .list-group-item-red-dark.list-group-item-action:focus {
  color: #511815;
  background-color: #dbb3b2;
}
.list-group-item-red-dark.list-group-item-action.active {
  color: #fff;
  background-color: #511815;
  border-color: #511815;
}

.list-group-item-red-dark-500 {
  color: #69524c;
  background-color: #f0e4e1;
}
.list-group-item-red-dark-500.list-group-item-action:hover, .list-group-item-red-dark-500.list-group-item-action:focus {
  color: #69524c;
  background-color: #e8d5d0;
}
.list-group-item-red-dark-500.list-group-item-action.active {
  color: #fff;
  background-color: #69524c;
  border-color: #69524c;
}

.list-group-item-red-dark-300 {
  color: #786d6b;
  background-color: #f8f2f1;
}
.list-group-item-red-dark-300.list-group-item-action:hover, .list-group-item-red-dark-300.list-group-item-action:focus {
  color: #786d6b;
  background-color: #f0e2e0;
}
.list-group-item-red-dark-300.list-group-item-action.active {
  color: #fff;
  background-color: #786d6b;
  border-color: #786d6b;
}

.list-group-item-tealish {
  color: #214638;
  background-color: #c9ddd6;
}
.list-group-item-tealish.list-group-item-action:hover, .list-group-item-tealish.list-group-item-action:focus {
  color: #214638;
  background-color: #b9d3ca;
}
.list-group-item-tealish.list-group-item-action.active {
  color: #fff;
  background-color: #214638;
  border-color: #214638;
}

.list-group-item-tealish-500 {
  color: #5a6a63;
  background-color: #e8f0ed;
}
.list-group-item-tealish-500.list-group-item-action:hover, .list-group-item-tealish-500.list-group-item-action:focus {
  color: #5a6a63;
  background-color: #d9e6e1;
}
.list-group-item-tealish-500.list-group-item-action.active {
  color: #fff;
  background-color: #5a6a63;
  border-color: #5a6a63;
}

.list-group-item-tealish-300 {
  color: #6f7673;
  background-color: #f4f7f5;
}
.list-group-item-tealish-300.list-group-item-action:hover, .list-group-item-tealish-300.list-group-item-action:focus {
  color: #6f7673;
  background-color: #e5ece8;
}
.list-group-item-tealish-300.list-group-item-action.active {
  color: #fff;
  background-color: #6f7673;
  border-color: #6f7673;
}

.list-group-item-green {
  color: #1b391d;
  background-color: #c6d6c7;
}
.list-group-item-green.list-group-item-action:hover, .list-group-item-green.list-group-item-action:focus {
  color: #1b391d;
  background-color: #b7cbb8;
}
.list-group-item-green.list-group-item-action.active {
  color: #fff;
  background-color: #1b391d;
  border-color: #1b391d;
}

.list-group-item-green-700 {
  color: #344929;
  background-color: #d4dfcd;
}
.list-group-item-green-700.list-group-item-action:hover, .list-group-item-green-700.list-group-item-action:focus {
  color: #344929;
  background-color: #c7d5bd;
}
.list-group-item-green-700.list-group-item-action.active {
  color: #fff;
  background-color: #344929;
  border-color: #344929;
}

.list-group-item-green-500 {
  color: #4c5845;
  background-color: #e0e7dd;
}
.list-group-item-green-500.list-group-item-action:hover, .list-group-item-green-500.list-group-item-action:focus {
  color: #4c5845;
  background-color: #d2dcce;
}
.list-group-item-green-500.list-group-item-action.active {
  color: #fff;
  background-color: #4c5845;
  border-color: #4c5845;
}

.list-group-item-green-300 {
  color: #6b6d67;
  background-color: #f1f2ef;
}
.list-group-item-green-300.list-group-item-action:hover, .list-group-item-green-300.list-group-item-action:focus {
  color: #6b6d67;
  background-color: #e5e7e1;
}
.list-group-item-green-300.list-group-item-action.active {
  color: #fff;
  background-color: #6b6d67;
  border-color: #6b6d67;
}

.list-group-item-byline-700 {
  color: #464748;
  background-color: #dddede;
}
.list-group-item-byline-700.list-group-item-action:hover, .list-group-item-byline-700.list-group-item-action:focus {
  color: #464748;
  background-color: #d0d1d1;
}
.list-group-item-byline-700.list-group-item-action.active {
  color: #fff;
  background-color: #464748;
  border-color: #464748;
}

.list-group-item-byline-500 {
  color: #666768;
  background-color: #efeff0;
}
.list-group-item-byline-500.list-group-item-action:hover, .list-group-item-byline-500.list-group-item-action:focus {
  color: #666768;
  background-color: #e2e2e4;
}
.list-group-item-byline-500.list-group-item-action.active {
  color: #fff;
  background-color: #666768;
  border-color: #666768;
}

.list-group-item-byline-400 {
  color: #787878;
  background-color: #f8f8f8;
}
.list-group-item-byline-400.list-group-item-action:hover, .list-group-item-byline-400.list-group-item-action:focus {
  color: #787878;
  background-color: #ebebeb;
}
.list-group-item-byline-400.list-group-item-action.active {
  color: #fff;
  background-color: #787878;
  border-color: #787878;
}

.list-group-item-byline-300 {
  color: #7b7b7b;
  background-color: #fafafa;
}
.list-group-item-byline-300.list-group-item-action:hover, .list-group-item-byline-300.list-group-item-action:focus {
  color: #7b7b7b;
  background-color: #ededed;
}
.list-group-item-byline-300.list-group-item-action.active {
  color: #fff;
  background-color: #7b7b7b;
  border-color: #7b7b7b;
}

.list-group-item-byline-100 {
  color: #828282;
  background-color: #fefefe;
}
.list-group-item-byline-100.list-group-item-action:hover, .list-group-item-byline-100.list-group-item-action:focus {
  color: #828282;
  background-color: #f1f1f1;
}
.list-group-item-byline-100.list-group-item-action.active {
  color: #fff;
  background-color: #828282;
  border-color: #828282;
}

.list-group-item-brown {
  color: #64554f;
  background-color: #eee6e2;
}
.list-group-item-brown.list-group-item-action:hover, .list-group-item-brown.list-group-item-action:focus {
  color: #64554f;
  background-color: #e5d8d2;
}
.list-group-item-brown.list-group-item-action.active {
  color: #fff;
  background-color: #64554f;
  border-color: #64554f;
}

.list-group-item-body-bg {
  color: #7d7d7d;
  background-color: #fbfbfb;
}
.list-group-item-body-bg.list-group-item-action:hover, .list-group-item-body-bg.list-group-item-action:focus {
  color: #7d7d7d;
  background-color: #eeeeee;
}
.list-group-item-body-bg.list-group-item-action.active {
  color: #fff;
  background-color: #7d7d7d;
  border-color: #7d7d7d;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 0 solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 0 solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.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: #007fbf !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #005d8c !important;
}

.bg-secondary {
  background-color: #c78810 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #98680c !important;
}

.bg-success {
  background-color: #336d37 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #234a25 !important;
}

.bg-info {
  background-color: #4a95cc !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #327bb1 !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #b73328 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #8d271f !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-primary-700 {
  background-color: #4a95cc !important;
}

a.bg-primary-700:hover, a.bg-primary-700:focus,
button.bg-primary-700:hover,
button.bg-primary-700:focus {
  background-color: #327bb1 !important;
}

.bg-primary-500 {
  background-color: #7bafda !important;
}

a.bg-primary-500:hover, a.bg-primary-500:focus,
button.bg-primary-500:hover,
button.bg-primary-500:focus {
  background-color: #5397cf !important;
}

.bg-primary-300 {
  background-color: #afc8e5 !important;
}

a.bg-primary-300:hover, a.bg-primary-300:focus,
button.bg-primary-300:hover,
button.bg-primary-300:focus {
  background-color: #89aed8 !important;
}

.bg-primary-1050 {
  background-color: #006ea6 !important;
}

a.bg-primary-1050:hover, a.bg-primary-1050:focus,
button.bg-primary-1050:hover,
button.bg-primary-1050:focus {
  background-color: #004c73 !important;
}

.bg-secondary-500 {
  background-color: #deb45e !important;
}

a.bg-secondary-500:hover, a.bg-secondary-500:focus,
button.bg-secondary-500:hover,
button.bg-secondary-500:focus {
  background-color: #d5a034 !important;
}

.bg-secondary-300 {
  background-color: #e9cea2 !important;
}

a.bg-secondary-300:hover, a.bg-secondary-300:focus,
button.bg-secondary-300:hover,
button.bg-secondary-300:focus {
  background-color: #dfb879 !important;
}

.bg-red-light {
  background-color: #b73328 !important;
}

a.bg-red-light:hover, a.bg-red-light:focus,
button.bg-red-light:hover,
button.bg-red-light:focus {
  background-color: #8d271f !important;
}

.bg-red-light-500 {
  background-color: #e0979e !important;
}

a.bg-red-light-500:hover, a.bg-red-light-500:focus,
button.bg-red-light-500:hover,
button.bg-red-light-500:focus {
  background-color: #d47079 !important;
}

.bg-red-light-300 {
  background-color: #e6cad1 !important;
}

a.bg-red-light-300:hover, a.bg-red-light-300:focus,
button.bg-red-light-300:hover,
button.bg-red-light-300:focus {
  background-color: #d6a7b3 !important;
}

.bg-red-dark {
  background-color: #9b2e29 !important;
}

a.bg-red-dark:hover, a.bg-red-dark:focus,
button.bg-red-dark:hover,
button.bg-red-dark:focus {
  background-color: #73221e !important;
}

.bg-red-dark-500 {
  background-color: #c99e93 !important;
}

a.bg-red-dark-500:hover, a.bg-red-dark-500:focus,
button.bg-red-dark-500:hover,
button.bg-red-dark-500:focus {
  background-color: #b87f71 !important;
}

.bg-red-dark-300 {
  background-color: #e7d2ce !important;
}

a.bg-red-dark-300:hover, a.bg-red-dark-300:focus,
button.bg-red-dark-300:hover,
button.bg-red-dark-300:focus {
  background-color: #d6b3ac !important;
}

.bg-tealish {
  background-color: #3f866c !important;
}

a.bg-tealish:hover, a.bg-tealish:focus,
button.bg-tealish:hover,
button.bg-tealish:focus {
  background-color: #2f6350 !important;
}

.bg-tealish-500 {
  background-color: #adcbbf !important;
}

a.bg-tealish-500:hover, a.bg-tealish-500:focus,
button.bg-tealish-500:hover,
button.bg-tealish-500:focus {
  background-color: #8eb7a7 !important;
}

.bg-tealish-300 {
  background-color: #d6e3dd !important;
}

a.bg-tealish-300:hover, a.bg-tealish-300:focus,
button.bg-tealish-300:hover,
button.bg-tealish-300:focus {
  background-color: #b8cec4 !important;
}

.bg-green {
  background-color: #336d37 !important;
}

a.bg-green:hover, a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
  background-color: #234a25 !important;
}

.bg-green-700 {
  background-color: #648c4e !important;
}

a.bg-green-700:hover, a.bg-green-700:focus,
button.bg-green-700:hover,
button.bg-green-700:focus {
  background-color: #4d6b3c !important;
}

.bg-green-500 {
  background-color: #92aa84 !important;
}

a.bg-green-500:hover, a.bg-green-500:focus,
button.bg-green-500:hover,
button.bg-green-500:focus {
  background-color: #779467 !important;
}

.bg-green-300 {
  background-color: #cdd2c6 !important;
}

a.bg-green-300:hover, a.bg-green-300:focus,
button.bg-green-300:hover,
button.bg-green-300:focus {
  background-color: #b4bcaa !important;
}

.bg-byline-700 {
  background-color: #87888a !important;
}

a.bg-byline-700:hover, a.bg-byline-700:focus,
button.bg-byline-700:hover,
button.bg-byline-700:focus {
  background-color: #6e6f70 !important;
}

.bg-byline-500 {
  background-color: #c5c6c8 !important;
}

a.bg-byline-500:hover, a.bg-byline-500:focus,
button.bg-byline-500:hover,
button.bg-byline-500:focus {
  background-color: #abacaf !important;
}

.bg-byline-400 {
  background-color: #E6E6E6 !important;
}

a.bg-byline-400:hover, a.bg-byline-400:focus,
button.bg-byline-400:hover,
button.bg-byline-400:focus {
  background-color: #cdcdcd !important;
}

.bg-byline-300 {
  background-color: #eceded !important;
}

a.bg-byline-300:hover, a.bg-byline-300:focus,
button.bg-byline-300:hover,
button.bg-byline-300:focus {
  background-color: #d2d4d4 !important;
}

.bg-byline-100 {
  background-color: #fafafa !important;
}

a.bg-byline-100:hover, a.bg-byline-100:focus,
button.bg-byline-100:hover,
button.bg-byline-100:focus {
  background-color: #e1e1e1 !important;
}

.bg-brown {
  background-color: #c1a497 !important;
}

a.bg-brown:hover, a.bg-brown:focus,
button.bg-brown:hover,
button.bg-brown:focus {
  background-color: #ae8877 !important;
}

.bg-body-bg {
  background-color: #f0f0f0 !important;
}

a.bg-body-bg:hover, a.bg-body-bg:focus,
button.bg-body-bg:hover,
button.bg-body-bg:focus {
  background-color: #d7d7d7 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !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: #007fbf !important;
}

.border-secondary {
  border-color: #c78810 !important;
}

.border-success {
  border-color: #336d37 !important;
}

.border-info {
  border-color: #4a95cc !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #b73328 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-primary-700 {
  border-color: #4a95cc !important;
}

.border-primary-500 {
  border-color: #7bafda !important;
}

.border-primary-300 {
  border-color: #afc8e5 !important;
}

.border-primary-1050 {
  border-color: #006ea6 !important;
}

.border-secondary-500 {
  border-color: #deb45e !important;
}

.border-secondary-300 {
  border-color: #e9cea2 !important;
}

.border-red-light {
  border-color: #b73328 !important;
}

.border-red-light-500 {
  border-color: #e0979e !important;
}

.border-red-light-300 {
  border-color: #e6cad1 !important;
}

.border-red-dark {
  border-color: #9b2e29 !important;
}

.border-red-dark-500 {
  border-color: #c99e93 !important;
}

.border-red-dark-300 {
  border-color: #e7d2ce !important;
}

.border-tealish {
  border-color: #3f866c !important;
}

.border-tealish-500 {
  border-color: #adcbbf !important;
}

.border-tealish-300 {
  border-color: #d6e3dd !important;
}

.border-green {
  border-color: #336d37 !important;
}

.border-green-700 {
  border-color: #648c4e !important;
}

.border-green-500 {
  border-color: #92aa84 !important;
}

.border-green-300 {
  border-color: #cdd2c6 !important;
}

.border-byline-700 {
  border-color: #87888a !important;
}

.border-byline-500 {
  border-color: #c5c6c8 !important;
}

.border-byline-400 {
  border-color: #E6E6E6 !important;
}

.border-byline-300 {
  border-color: #eceded !important;
}

.border-byline-100 {
  border-color: #fafafa !important;
}

.border-brown {
  border-color: #c1a497 !important;
}

.border-body-bg {
  border-color: #f0f0f0 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0 !important;
}

.rounded-top {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-right {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-left {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !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: 420px) {
  .d-xs-none {
    display: none !important;
  }
  .d-xs-inline {
    display: inline !important;
  }
  .d-xs-inline-block {
    display: inline-block !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .d-xs-table {
    display: table !important;
  }
  .d-xs-table-row {
    display: table-row !important;
  }
  .d-xs-table-cell {
    display: table-cell !important;
  }
  .d-xs-flex {
    display: flex !important;
  }
  .d-xs-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 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: 420px) {
  .flex-xs-row {
    flex-direction: row !important;
  }
  .flex-xs-column {
    flex-direction: column !important;
  }
  .flex-xs-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xs-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xs-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xs-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xs-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xs-fill {
    flex: 1 1 auto !important;
  }
  .flex-xs-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xs-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xs-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xs-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xs-start {
    justify-content: flex-start !important;
  }
  .justify-content-xs-end {
    justify-content: flex-end !important;
  }
  .justify-content-xs-center {
    justify-content: center !important;
  }
  .justify-content-xs-between {
    justify-content: space-between !important;
  }
  .justify-content-xs-around {
    justify-content: space-around !important;
  }
  .align-items-xs-start {
    align-items: flex-start !important;
  }
  .align-items-xs-end {
    align-items: flex-end !important;
  }
  .align-items-xs-center {
    align-items: center !important;
  }
  .align-items-xs-baseline {
    align-items: baseline !important;
  }
  .align-items-xs-stretch {
    align-items: stretch !important;
  }
  .align-content-xs-start {
    align-content: flex-start !important;
  }
  .align-content-xs-end {
    align-content: flex-end !important;
  }
  .align-content-xs-center {
    align-content: center !important;
  }
  .align-content-xs-between {
    align-content: space-between !important;
  }
  .align-content-xs-around {
    align-content: space-around !important;
  }
  .align-content-xs-stretch {
    align-content: stretch !important;
  }
  .align-self-xs-auto {
    align-self: auto !important;
  }
  .align-self-xs-start {
    align-self: flex-start !important;
  }
  .align-self-xs-end {
    align-self: flex-end !important;
  }
  .align-self-xs-center {
    align-self: center !important;
  }
  .align-self-xs-baseline {
    align-self: baseline !important;
  }
  .align-self-xs-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;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 420px) {
  .float-xs-left {
    float: left !important;
  }
  .float-xs-right {
    float: right !important;
  }
  .float-xs-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;
  }
}
.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-33 {
  width: 33% !important;
}

.w-66 {
  width: 66% !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-33 {
  height: 33% !important;
}

.h-66 {
  height: 66% !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: 420px) {
  .m-xs-0 {
    margin: 0 !important;
  }
  .mt-xs-0,
  .my-xs-0 {
    margin-top: 0 !important;
  }
  .mr-xs-0,
  .mx-xs-0 {
    margin-right: 0 !important;
  }
  .mb-xs-0,
  .my-xs-0 {
    margin-bottom: 0 !important;
  }
  .ml-xs-0,
  .mx-xs-0 {
    margin-left: 0 !important;
  }
  .m-xs-1 {
    margin: 0.25rem !important;
  }
  .mt-xs-1,
  .my-xs-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xs-1,
  .mx-xs-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xs-1,
  .my-xs-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xs-1,
  .mx-xs-1 {
    margin-left: 0.25rem !important;
  }
  .m-xs-2 {
    margin: 0.5rem !important;
  }
  .mt-xs-2,
  .my-xs-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xs-2,
  .mx-xs-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xs-2,
  .my-xs-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xs-2,
  .mx-xs-2 {
    margin-left: 0.5rem !important;
  }
  .m-xs-3 {
    margin: 1rem !important;
  }
  .mt-xs-3,
  .my-xs-3 {
    margin-top: 1rem !important;
  }
  .mr-xs-3,
  .mx-xs-3 {
    margin-right: 1rem !important;
  }
  .mb-xs-3,
  .my-xs-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xs-3,
  .mx-xs-3 {
    margin-left: 1rem !important;
  }
  .m-xs-4 {
    margin: 1.5rem !important;
  }
  .mt-xs-4,
  .my-xs-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xs-4,
  .mx-xs-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xs-4,
  .my-xs-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xs-4,
  .mx-xs-4 {
    margin-left: 1.5rem !important;
  }
  .m-xs-5 {
    margin: 3rem !important;
  }
  .mt-xs-5,
  .my-xs-5 {
    margin-top: 3rem !important;
  }
  .mr-xs-5,
  .mx-xs-5 {
    margin-right: 3rem !important;
  }
  .mb-xs-5,
  .my-xs-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xs-5,
  .mx-xs-5 {
    margin-left: 3rem !important;
  }
  .p-xs-0 {
    padding: 0 !important;
  }
  .pt-xs-0,
  .py-xs-0 {
    padding-top: 0 !important;
  }
  .pr-xs-0,
  .px-xs-0 {
    padding-right: 0 !important;
  }
  .pb-xs-0,
  .py-xs-0 {
    padding-bottom: 0 !important;
  }
  .pl-xs-0,
  .px-xs-0 {
    padding-left: 0 !important;
  }
  .p-xs-1 {
    padding: 0.25rem !important;
  }
  .pt-xs-1,
  .py-xs-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xs-1,
  .px-xs-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xs-1,
  .py-xs-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xs-1,
  .px-xs-1 {
    padding-left: 0.25rem !important;
  }
  .p-xs-2 {
    padding: 0.5rem !important;
  }
  .pt-xs-2,
  .py-xs-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xs-2,
  .px-xs-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xs-2,
  .py-xs-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xs-2,
  .px-xs-2 {
    padding-left: 0.5rem !important;
  }
  .p-xs-3 {
    padding: 1rem !important;
  }
  .pt-xs-3,
  .py-xs-3 {
    padding-top: 1rem !important;
  }
  .pr-xs-3,
  .px-xs-3 {
    padding-right: 1rem !important;
  }
  .pb-xs-3,
  .py-xs-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xs-3,
  .px-xs-3 {
    padding-left: 1rem !important;
  }
  .p-xs-4 {
    padding: 1.5rem !important;
  }
  .pt-xs-4,
  .py-xs-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xs-4,
  .px-xs-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xs-4,
  .py-xs-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xs-4,
  .px-xs-4 {
    padding-left: 1.5rem !important;
  }
  .p-xs-5 {
    padding: 3rem !important;
  }
  .pt-xs-5,
  .py-xs-5 {
    padding-top: 3rem !important;
  }
  .pr-xs-5,
  .px-xs-5 {
    padding-right: 3rem !important;
  }
  .pb-xs-5,
  .py-xs-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xs-5,
  .px-xs-5 {
    padding-left: 3rem !important;
  }
  .m-xs-n1 {
    margin: -0.25rem !important;
  }
  .mt-xs-n1,
  .my-xs-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xs-n1,
  .mx-xs-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xs-n1,
  .my-xs-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xs-n1,
  .mx-xs-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xs-n2 {
    margin: -0.5rem !important;
  }
  .mt-xs-n2,
  .my-xs-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xs-n2,
  .mx-xs-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xs-n2,
  .my-xs-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xs-n2,
  .mx-xs-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xs-n3 {
    margin: -1rem !important;
  }
  .mt-xs-n3,
  .my-xs-n3 {
    margin-top: -1rem !important;
  }
  .mr-xs-n3,
  .mx-xs-n3 {
    margin-right: -1rem !important;
  }
  .mb-xs-n3,
  .my-xs-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xs-n3,
  .mx-xs-n3 {
    margin-left: -1rem !important;
  }
  .m-xs-n4 {
    margin: -1.5rem !important;
  }
  .mt-xs-n4,
  .my-xs-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xs-n4,
  .mx-xs-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xs-n4,
  .my-xs-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xs-n4,
  .mx-xs-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xs-n5 {
    margin: -3rem !important;
  }
  .mt-xs-n5,
  .my-xs-n5 {
    margin-top: -3rem !important;
  }
  .mr-xs-n5,
  .mx-xs-n5 {
    margin-right: -3rem !important;
  }
  .mb-xs-n5,
  .my-xs-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xs-n5,
  .mx-xs-n5 {
    margin-left: -3rem !important;
  }
  .m-xs-auto {
    margin: auto !important;
  }
  .mt-xs-auto,
  .my-xs-auto {
    margin-top: auto !important;
  }
  .mr-xs-auto,
  .mx-xs-auto {
    margin-right: auto !important;
  }
  .mb-xs-auto,
  .my-xs-auto {
    margin-bottom: auto !important;
  }
  .ml-xs-auto,
  .mx-xs-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 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;
  }
}
.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: 420px) {
  .text-xs-left {
    text-align: left !important;
  }
  .text-xs-right {
    text-align: right !important;
  }
  .text-xs-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;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007fbf !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #004c73 !important;
}

.text-secondary {
  color: #c78810 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #80580a !important;
}

.text-success {
  color: #336d37 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #1b391d !important;
}

.text-info {
  color: #4a95cc !important;
}

a.text-info:hover, a.text-info:focus {
  color: #2c6d9d !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #b73328 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #78221a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-primary-700 {
  color: #4a95cc !important;
}

a.text-primary-700:hover, a.text-primary-700:focus {
  color: #2c6d9d !important;
}

.text-primary-500 {
  color: #7bafda !important;
}

a.text-primary-500:hover, a.text-primary-500:focus {
  color: #3f8bc9 !important;
}

.text-primary-300 {
  color: #afc8e5 !important;
}

a.text-primary-300:hover, a.text-primary-300:focus {
  color: #75a0d2 !important;
}

.text-primary-1050 {
  color: #006ea6 !important;
}

a.text-primary-1050:hover, a.text-primary-1050:focus {
  color: #003b59 !important;
}

.text-secondary-500 {
  color: #deb45e !important;
}

a.text-secondary-500:hover, a.text-secondary-500:focus {
  color: #c79329 !important;
}

.text-secondary-300 {
  color: #e9cea2 !important;
}

a.text-secondary-300:hover, a.text-secondary-300:focus {
  color: #daad64 !important;
}

.text-red-light {
  color: #b73328 !important;
}

a.text-red-light:hover, a.text-red-light:focus {
  color: #78221a !important;
}

.text-red-light-500 {
  color: #e0979e !important;
}

a.text-red-light-500:hover, a.text-red-light-500:focus {
  color: #ce5c67 !important;
}

.text-red-light-300 {
  color: #e6cad1 !important;
}

a.text-red-light-300:hover, a.text-red-light-300:focus {
  color: #cd96a4 !important;
}

.text-red-dark {
  color: #9b2e29 !important;
}

a.text-red-dark:hover, a.text-red-dark:focus {
  color: #5f1c19 !important;
}

.text-red-dark-500 {
  color: #c99e93 !important;
}

a.text-red-dark-500:hover, a.text-red-dark-500:focus {
  color: #b07060 !important;
}

.text-red-dark-300 {
  color: #e7d2ce !important;
}

a.text-red-dark-300:hover, a.text-red-dark-300:focus {
  color: #cea39b !important;
}

.text-tealish {
  color: #3f866c !important;
}

a.text-tealish:hover, a.text-tealish:focus {
  color: #275242 !important;
}

.text-tealish-500 {
  color: #adcbbf !important;
}

a.text-tealish-500:hover, a.text-tealish-500:focus {
  color: #7ead9a !important;
}

.text-tealish-300 {
  color: #d6e3dd !important;
}

a.text-tealish-300:hover, a.text-tealish-300:focus {
  color: #a9c4b7 !important;
}

.text-green {
  color: #336d37 !important;
}

a.text-green:hover, a.text-green:focus {
  color: #1b391d !important;
}

.text-green-700 {
  color: #648c4e !important;
}

a.text-green-700:hover, a.text-green-700:focus {
  color: #415b33 !important;
}

.text-green-500 {
  color: #92aa84 !important;
}

a.text-green-500:hover, a.text-green-500:focus {
  color: #6b855c !important;
}

.text-green-300 {
  color: #cdd2c6 !important;
}

a.text-green-300:hover, a.text-green-300:focus {
  color: #a8b09b !important;
}

.text-byline-700 {
  color: #87888a !important;
}

a.text-byline-700:hover, a.text-byline-700:focus {
  color: #616263 !important;
}

.text-byline-500 {
  color: #c5c6c8 !important;
}

a.text-byline-500:hover, a.text-byline-500:focus {
  color: #9e9fa3 !important;
}

.text-byline-400 {
  color: #E6E6E6 !important;
}

a.text-byline-400:hover, a.text-byline-400:focus {
  color: silver !important;
}

.text-byline-300 {
  color: #eceded !important;
}

a.text-byline-300:hover, a.text-byline-300:focus {
  color: #c5c8c8 !important;
}

.text-byline-100 {
  color: #fafafa !important;
}

a.text-byline-100:hover, a.text-byline-100:focus {
  color: #d4d4d4 !important;
}

.text-brown {
  color: #c1a497 !important;
}

a.text-brown:hover, a.text-brown:focus {
  color: #a47a67 !important;
}

.text-body-bg {
  color: #f0f0f0 !important;
}

a.text-body-bg:hover, a.text-body-bg:focus {
  color: #cacaca !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !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;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.gw-crosslink.gw-orange {
  background-color: #deb45e !important;
}

.gw-stickynote.gw-orange .gw-behind span {
  background-color: #af8b41 !important;
  box-shadow: 0.5rem 0 0 #af8b41, -0.25rem 0 0 #af8b41;
  background-color: #af8b41;
}

.gw-crosslink.gw-red {
  background-color: #e0979e !important;
}

.gw-stickynote.gw-red .gw-behind span {
  background-color: #b97178 !important;
  box-shadow: 0.5rem 0 0 #b97178, -0.25rem 0 0 #b97178;
  background-color: #b97178;
}

.gw-crosslink.gw-green {
  background-color: #92aa84 !important;
}

.gw-stickynote.gw-green .gw-behind span {
  background-color: #717171 !important;
  box-shadow: 0.5rem 0 0 #717171, -0.25rem 0 0 #717171;
  background-color: #717171;
}

.gw-crosslink.gw-teal {
  background-color: #4ca282 !important;
}

.gw-stickynote.gw-teal .gw-behind span {
  background-color: #445e54 !important;
  box-shadow: 0.5rem 0 0 #445e54, -0.25rem 0 0 #445e54;
  background-color: #445e54;
}

.gw-crosslink.gw-red-dark {
  background-color: #d35d57 !important;
}

.gw-stickynote.gw-red-dark .gw-behind span {
  background-color: #994844 !important;
  box-shadow: 0.5rem 0 0 #994844, -0.25rem 0 0 #994844;
  background-color: #994844;
}

.gw-crosslink.gw-blue {
  background-color: #7bafda !important;
}

.gw-stickynote.gw-blue .gw-behind span {
  background-color: #5888b1 !important;
  box-shadow: 0.5rem 0 0 #5888b1, -0.25rem 0 0 #5888b1;
  background-color: #5888b1;
}

.gw-rot00 {
  transform: rotate(0deg);
}
.gw-rot00 [class*=-derotate] {
  transform: rotate(0deg);
}
.gw-rot00:hover {
  transform: rotate(0deg);
}
.gw-rot00:hover [class*=-derotate] {
  transform: rotate(0deg);
}

.gw-rot01 {
  transform: rotate(-2.3deg);
}
.gw-rot01 [class*=-derotate] {
  transform: rotate(2.3deg);
}
.gw-rot01:hover {
  transform: rotate(0deg);
}
.gw-rot01:hover [class*=-derotate] {
  transform: rotate(0deg);
}

.gw-rot02 {
  transform: rotate(5deg);
}
.gw-rot02 [class*=-derotate] {
  transform: rotate(-5deg);
}
.gw-rot02:hover {
  transform: rotate(0deg);
}
.gw-rot02:hover [class*=-derotate] {
  transform: rotate(0deg);
}

.gw-rot03 {
  transform: rotate(-1.7deg);
}
.gw-rot03 [class*=-derotate] {
  transform: rotate(1.7deg);
}
.gw-rot03:hover {
  transform: rotate(0deg);
}
.gw-rot03:hover [class*=-derotate] {
  transform: rotate(0deg);
}

.gw-rot04 {
  transform: rotate(1.4deg);
}
.gw-rot04 [class*=-derotate] {
  transform: rotate(-1.4deg);
}
.gw-rot04:hover {
  transform: rotate(0deg);
}
.gw-rot04:hover [class*=-derotate] {
  transform: rotate(0deg);
}

.gw-rot05 {
  transform: rotate(-3.4deg);
}
.gw-rot05 [class*=-derotate] {
  transform: rotate(3.4deg);
}
.gw-rot05:hover {
  transform: rotate(0deg);
}
.gw-rot05:hover [class*=-derotate] {
  transform: rotate(0deg);
}

.gw-rot06 {
  transform: rotate(2.1deg);
}
.gw-rot06 [class*=-derotate] {
  transform: rotate(-2.1deg);
}
.gw-rot06:hover {
  transform: rotate(0deg);
}
.gw-rot06:hover [class*=-derotate] {
  transform: rotate(0deg);
}

.gw-rot07 {
  transform: rotate(-1.25deg);
}
.gw-rot07 [class*=-derotate] {
  transform: rotate(1.25deg);
}
.gw-rot07:hover {
  transform: rotate(0deg);
}
.gw-rot07:hover [class*=-derotate] {
  transform: rotate(0deg);
}

.gw-rot08 {
  transform: rotate(4.3deg);
}
.gw-rot08 [class*=-derotate] {
  transform: rotate(-4.3deg);
}
.gw-rot08:hover {
  transform: rotate(0deg);
}
.gw-rot08:hover [class*=-derotate] {
  transform: rotate(0deg);
}

.gw-rot09 {
  transform: rotate(-2.7deg);
}
.gw-rot09 [class*=-derotate] {
  transform: rotate(2.7deg);
}
.gw-rot09:hover {
  transform: rotate(0deg);
}
.gw-rot09:hover [class*=-derotate] {
  transform: rotate(0deg);
}

.gw-rot10 {
  transform: rotate(1.8deg);
}
.gw-rot10 [class*=-derotate] {
  transform: rotate(-1.8deg);
}
.gw-rot10:hover {
  transform: rotate(0deg);
}
.gw-rot10:hover [class*=-derotate] {
  transform: rotate(0deg);
}

.gw-rot11 {
  transform: rotate(-4.6deg);
}
.gw-rot11 [class*=-derotate] {
  transform: rotate(4.6deg);
}
.gw-rot11:hover {
  transform: rotate(0deg);
}
.gw-rot11:hover [class*=-derotate] {
  transform: rotate(0deg);
}

.gw-rot12 {
  transform: rotate(3.2deg);
}
.gw-rot12 [class*=-derotate] {
  transform: rotate(-3.2deg);
}
.gw-rot12:hover {
  transform: rotate(0deg);
}
.gw-rot12:hover [class*=-derotate] {
  transform: rotate(0deg);
}

.embed-responsive-5by4::before {
  padding-top: 80%;
}

.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-33 {
  width: 33% !important;
}

.w-66 {
  width: 66% !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-33 {
  height: 33% !important;
}

.h-66 {
  height: 66% !important;
}

@media (min-width: 420px) {
  .w-xs-25 {
    width: 25% !important;
  }
  .w-xs-50 {
    width: 50% !important;
  }
  .w-xs-75 {
    width: 75% !important;
  }
  .w-xs-100 {
    width: 100% !important;
  }
  .w-xs-auto {
    width: auto !important;
  }
  .w-xs-33 {
    width: 33% !important;
  }
  .w-xs-66 {
    width: 66% !important;
  }
  .h-xs-25 {
    height: 25% !important;
  }
  .h-xs-50 {
    height: 50% !important;
  }
  .h-xs-75 {
    height: 75% !important;
  }
  .h-xs-100 {
    height: 100% !important;
  }
  .h-xs-auto {
    height: auto !important;
  }
  .h-xs-33 {
    height: 33% !important;
  }
  .h-xs-66 {
    height: 66% !important;
  }
}
@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-33 {
    width: 33% !important;
  }
  .w-sm-66 {
    width: 66% !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-33 {
    height: 33% !important;
  }
  .h-sm-66 {
    height: 66% !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-33 {
    width: 33% !important;
  }
  .w-md-66 {
    width: 66% !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-33 {
    height: 33% !important;
  }
  .h-md-66 {
    height: 66% !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-33 {
    width: 33% !important;
  }
  .w-lg-66 {
    width: 66% !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-33 {
    height: 33% !important;
  }
  .h-lg-66 {
    height: 66% !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-33 {
    width: 33% !important;
  }
  .w-xl-66 {
    width: 66% !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-33 {
    height: 33% !important;
  }
  .h-xl-66 {
    height: 66% !important;
  }
}
.gw-orange {
  background-color: #deb45e !important;
}

.gw-red {
  background-color: #e0979e !important;
}

.gw-green {
  background-color: #92aa84 !important;
}

.gw-teal {
  background-color: #4ca282 !important;
}

.gw-red-dark {
  background-color: #d35d57 !important;
}

.gw-blue {
  background-color: #7bafda !important;
}

.col10 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col10-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col10-1 {
  flex: 0 0 10%;
  max-width: 10%;
}

.col10-2 {
  flex: 0 0 20%;
  max-width: 20%;
}

.col10-3 {
  flex: 0 0 30%;
  max-width: 30%;
}

.col10-4 {
  flex: 0 0 40%;
  max-width: 40%;
}

.col10-5 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col10-6 {
  flex: 0 0 60%;
  max-width: 60%;
}

.col10-7 {
  flex: 0 0 70%;
  max-width: 70%;
}

.col10-8 {
  flex: 0 0 80%;
  max-width: 80%;
}

.col10-9 {
  flex: 0 0 90%;
  max-width: 90%;
}

.col10-10 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order10-first {
  order: -1;
}

.order10-1 {
  order: 1;
}

.order10-2 {
  order: 2;
}

.order10-3 {
  order: 3;
}

.order10-4 {
  order: 4;
}

.order10-5 {
  order: 5;
}

.order10-6 {
  order: 6;
}

.order10-7 {
  order: 7;
}

.order10-8 {
  order: 8;
}

.order10-9 {
  order: 9;
}

.order10-10 {
  order: 10;
}

.offset10-1 {
  margin-left: 10%;
}

.offset10-2 {
  margin-left: 20%;
}

.offset10-3 {
  margin-left: 30%;
}

.offset10-4 {
  margin-left: 40%;
}

.offset10-5 {
  margin-left: 50%;
}

.offset10-6 {
  margin-left: 60%;
}

.offset10-7 {
  margin-left: 70%;
}

.offset10-8 {
  margin-left: 80%;
}

.offset10-9 {
  margin-left: 90%;
}

@media (min-width: 420px) {
  .col10-xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col10-xs-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col10-xs-1 {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .col10-xs-2 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col10-xs-3 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .col10-xs-4 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .col10-xs-5 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col10-xs-6 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .col10-xs-7 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .col10-xs-8 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .col10-xs-9 {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .col10-xs-10 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order10-xs-first {
    order: -1;
  }
  .order10-xs-1 {
    order: 1;
  }
  .order10-xs-2 {
    order: 2;
  }
  .order10-xs-3 {
    order: 3;
  }
  .order10-xs-4 {
    order: 4;
  }
  .order10-xs-5 {
    order: 5;
  }
  .order10-xs-6 {
    order: 6;
  }
  .order10-xs-7 {
    order: 7;
  }
  .order10-xs-8 {
    order: 8;
  }
  .order10-xs-9 {
    order: 9;
  }
  .order10-xs-10 {
    order: 10;
  }
  .offset10-xs-0 {
    margin-left: 0;
  }
  .offset10-xs-1 {
    margin-left: 10%;
  }
  .offset10-xs-2 {
    margin-left: 20%;
  }
  .offset10-xs-3 {
    margin-left: 30%;
  }
  .offset10-xs-4 {
    margin-left: 40%;
  }
  .offset10-xs-5 {
    margin-left: 50%;
  }
  .offset10-xs-6 {
    margin-left: 60%;
  }
  .offset10-xs-7 {
    margin-left: 70%;
  }
  .offset10-xs-8 {
    margin-left: 80%;
  }
  .offset10-xs-9 {
    margin-left: 90%;
  }
}
@media (min-width: 576px) {
  .col10-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col10-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col10-sm-1 {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .col10-sm-2 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col10-sm-3 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .col10-sm-4 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .col10-sm-5 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col10-sm-6 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .col10-sm-7 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .col10-sm-8 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .col10-sm-9 {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .col10-sm-10 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order10-sm-first {
    order: -1;
  }
  .order10-sm-1 {
    order: 1;
  }
  .order10-sm-2 {
    order: 2;
  }
  .order10-sm-3 {
    order: 3;
  }
  .order10-sm-4 {
    order: 4;
  }
  .order10-sm-5 {
    order: 5;
  }
  .order10-sm-6 {
    order: 6;
  }
  .order10-sm-7 {
    order: 7;
  }
  .order10-sm-8 {
    order: 8;
  }
  .order10-sm-9 {
    order: 9;
  }
  .order10-sm-10 {
    order: 10;
  }
  .offset10-sm-0 {
    margin-left: 0;
  }
  .offset10-sm-1 {
    margin-left: 10%;
  }
  .offset10-sm-2 {
    margin-left: 20%;
  }
  .offset10-sm-3 {
    margin-left: 30%;
  }
  .offset10-sm-4 {
    margin-left: 40%;
  }
  .offset10-sm-5 {
    margin-left: 50%;
  }
  .offset10-sm-6 {
    margin-left: 60%;
  }
  .offset10-sm-7 {
    margin-left: 70%;
  }
  .offset10-sm-8 {
    margin-left: 80%;
  }
  .offset10-sm-9 {
    margin-left: 90%;
  }
}
@media (min-width: 768px) {
  .col10-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col10-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col10-md-1 {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .col10-md-2 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col10-md-3 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .col10-md-4 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .col10-md-5 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col10-md-6 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .col10-md-7 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .col10-md-8 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .col10-md-9 {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .col10-md-10 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order10-md-first {
    order: -1;
  }
  .order10-md-1 {
    order: 1;
  }
  .order10-md-2 {
    order: 2;
  }
  .order10-md-3 {
    order: 3;
  }
  .order10-md-4 {
    order: 4;
  }
  .order10-md-5 {
    order: 5;
  }
  .order10-md-6 {
    order: 6;
  }
  .order10-md-7 {
    order: 7;
  }
  .order10-md-8 {
    order: 8;
  }
  .order10-md-9 {
    order: 9;
  }
  .order10-md-10 {
    order: 10;
  }
  .offset10-md-0 {
    margin-left: 0;
  }
  .offset10-md-1 {
    margin-left: 10%;
  }
  .offset10-md-2 {
    margin-left: 20%;
  }
  .offset10-md-3 {
    margin-left: 30%;
  }
  .offset10-md-4 {
    margin-left: 40%;
  }
  .offset10-md-5 {
    margin-left: 50%;
  }
  .offset10-md-6 {
    margin-left: 60%;
  }
  .offset10-md-7 {
    margin-left: 70%;
  }
  .offset10-md-8 {
    margin-left: 80%;
  }
  .offset10-md-9 {
    margin-left: 90%;
  }
}
@media (min-width: 992px) {
  .col10-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col10-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col10-lg-1 {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .col10-lg-2 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col10-lg-3 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .col10-lg-4 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .col10-lg-5 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col10-lg-6 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .col10-lg-7 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .col10-lg-8 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .col10-lg-9 {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .col10-lg-10 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order10-lg-first {
    order: -1;
  }
  .order10-lg-1 {
    order: 1;
  }
  .order10-lg-2 {
    order: 2;
  }
  .order10-lg-3 {
    order: 3;
  }
  .order10-lg-4 {
    order: 4;
  }
  .order10-lg-5 {
    order: 5;
  }
  .order10-lg-6 {
    order: 6;
  }
  .order10-lg-7 {
    order: 7;
  }
  .order10-lg-8 {
    order: 8;
  }
  .order10-lg-9 {
    order: 9;
  }
  .order10-lg-10 {
    order: 10;
  }
  .offset10-lg-0 {
    margin-left: 0;
  }
  .offset10-lg-1 {
    margin-left: 10%;
  }
  .offset10-lg-2 {
    margin-left: 20%;
  }
  .offset10-lg-3 {
    margin-left: 30%;
  }
  .offset10-lg-4 {
    margin-left: 40%;
  }
  .offset10-lg-5 {
    margin-left: 50%;
  }
  .offset10-lg-6 {
    margin-left: 60%;
  }
  .offset10-lg-7 {
    margin-left: 70%;
  }
  .offset10-lg-8 {
    margin-left: 80%;
  }
  .offset10-lg-9 {
    margin-left: 90%;
  }
}
@media (min-width: 1200px) {
  .col10-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col10-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col10-xl-1 {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .col10-xl-2 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col10-xl-3 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .col10-xl-4 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .col10-xl-5 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col10-xl-6 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .col10-xl-7 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .col10-xl-8 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .col10-xl-9 {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .col10-xl-10 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order10-xl-first {
    order: -1;
  }
  .order10-xl-1 {
    order: 1;
  }
  .order10-xl-2 {
    order: 2;
  }
  .order10-xl-3 {
    order: 3;
  }
  .order10-xl-4 {
    order: 4;
  }
  .order10-xl-5 {
    order: 5;
  }
  .order10-xl-6 {
    order: 6;
  }
  .order10-xl-7 {
    order: 7;
  }
  .order10-xl-8 {
    order: 8;
  }
  .order10-xl-9 {
    order: 9;
  }
  .order10-xl-10 {
    order: 10;
  }
  .offset10-xl-0 {
    margin-left: 0;
  }
  .offset10-xl-1 {
    margin-left: 10%;
  }
  .offset10-xl-2 {
    margin-left: 20%;
  }
  .offset10-xl-3 {
    margin-left: 30%;
  }
  .offset10-xl-4 {
    margin-left: 40%;
  }
  .offset10-xl-5 {
    margin-left: 50%;
  }
  .offset10-xl-6 {
    margin-left: 60%;
  }
  .offset10-xl-7 {
    margin-left: 70%;
  }
  .offset10-xl-8 {
    margin-left: 80%;
  }
  .offset10-xl-9 {
    margin-left: 90%;
  }
}
.minw-1 {
  min-width: 1rem;
}

.minw-2 {
  min-width: 2rem;
}

.minw-3 {
  min-width: 3rem;
}

.minw-4 {
  min-width: 4rem;
}

.minw-5 {
  min-width: 5rem;
}

.minw-6 {
  min-width: 6rem;
}

.minw-7 {
  min-width: 7rem;
}

.minw-8 {
  min-width: 8rem;
}

.minw-9 {
  min-width: 9rem;
}

.minw-10 {
  min-width: 10rem;
}

.minw-11 {
  min-width: 11rem;
}

.minw-12 {
  min-width: 12rem;
}

.minw-13 {
  min-width: 13rem;
}

.minw-14 {
  min-width: 14rem;
}

.minw-15 {
  min-width: 15rem;
}

.h-90 {
  height: 90%;
}

.hyphens-auto {
  -webkit-hyphens: auto;
  hyphens: auto;
}

.overflow-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media (min-width: 1200px) {
  .gw-hover-button, .gw-hover-button-wrapper {
    visibility: hidden;
  }
}
.gw-hover-button-wrapper {
  background: rgba(236, 237, 237, 0.8);
}

.gw-hover-trigger:hover .gw-hover-button, .gw-hover-trigger:hover .gw-hover-button-wrapper {
  visibility: visible;
}

.gw-hover-button:hover, .gw-hover-button-visible:hover {
  background: #eceded;
}

.bg-body-bg .gw-hover-button:hover, .bg-body-bg .gw-hover-button-visible:hover {
  background: #c5c6c8;
}

.gw-hover-button.gw-hover-button-background {
  background: rgba(236, 237, 237, 0.8);
}
.gw-hover-button.gw-hover-button-background:hover {
  background: #eceded;
}

.gw-layer-wrapper {
  position: relative;
}
.gw-layer-wrapper .gw-layer-front {
  position: absolute;
}
.gw-layer-wrapper .gw-layer-front.gw-layer-front-top-left {
  left: 0;
  top: 0;
}
.gw-layer-wrapper .gw-layer-front.gw-layer-front-top-right {
  right: 0;
  top: 0;
}
.gw-layer-wrapper .gw-layer-front.gw-layer-front-top-right-up {
  right: 0;
  top: -1.5rem;
}
.gw-layer-wrapper .gw-layer-front.gw-layer-front-top-right-outstanding {
  right: -0.7rem;
  top: -0.6rem;
}
.gw-layer-wrapper .gw-layer-front.gw-layer-front-center-60 {
  left: 5%;
  top: 10%;
  width: 90%;
  height: 80%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1000;
}
.gw-layer-wrapper .gw-layer-front.gw-layer-front-bottom-left {
  left: 0;
  bottom: 0;
}
.gw-layer-wrapper .gw-layer-front.gw-layer-front-bottom-right {
  right: 0;
  bottom: 0;
}
.gw-layer-wrapper .gw-layer-front.gw-layer-front-bottom-full {
  width: 100%;
  left: 0;
  bottom: 0;
}
.gw-layer-wrapper .gw-layer-front.gw-layer-front-center-full {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.gw-colcount-2 {
  -moz-column-count: 2;
       column-count: 2;
}

.gw-border-bottom-primary {
  border-bottom: 1px solid #007fbf;
}

.gw-border-bottom-secondary {
  border-bottom: 1px solid #c78810;
}

.gw-border-bottom-success {
  border-bottom: 1px solid #336d37;
}

.gw-border-bottom-info {
  border-bottom: 1px solid #4a95cc;
}

.gw-border-bottom-warning {
  border-bottom: 1px solid #ffc107;
}

.gw-border-bottom-danger {
  border-bottom: 1px solid #b73328;
}

.gw-border-bottom-light {
  border-bottom: 1px solid #f8f9fa;
}

.gw-border-bottom-dark {
  border-bottom: 1px solid #343a40;
}

.gw-border-bottom-primary-700 {
  border-bottom: 1px solid #4a95cc;
}

.gw-border-bottom-primary-500 {
  border-bottom: 1px solid #7bafda;
}

.gw-border-bottom-primary-300 {
  border-bottom: 1px solid #afc8e5;
}

.gw-border-bottom-primary-1050 {
  border-bottom: 1px solid #006ea6;
}

.gw-border-bottom-secondary-500 {
  border-bottom: 1px solid #deb45e;
}

.gw-border-bottom-secondary-300 {
  border-bottom: 1px solid #e9cea2;
}

.gw-border-bottom-red-light {
  border-bottom: 1px solid #b73328;
}

.gw-border-bottom-red-light-500 {
  border-bottom: 1px solid #e0979e;
}

.gw-border-bottom-red-light-300 {
  border-bottom: 1px solid #e6cad1;
}

.gw-border-bottom-red-dark {
  border-bottom: 1px solid #9b2e29;
}

.gw-border-bottom-red-dark-500 {
  border-bottom: 1px solid #c99e93;
}

.gw-border-bottom-red-dark-300 {
  border-bottom: 1px solid #e7d2ce;
}

.gw-border-bottom-tealish {
  border-bottom: 1px solid #3f866c;
}

.gw-border-bottom-tealish-500 {
  border-bottom: 1px solid #adcbbf;
}

.gw-border-bottom-tealish-300 {
  border-bottom: 1px solid #d6e3dd;
}

.gw-border-bottom-green {
  border-bottom: 1px solid #336d37;
}

.gw-border-bottom-green-700 {
  border-bottom: 1px solid #648c4e;
}

.gw-border-bottom-green-500 {
  border-bottom: 1px solid #92aa84;
}

.gw-border-bottom-green-300 {
  border-bottom: 1px solid #cdd2c6;
}

.gw-border-bottom-byline-700 {
  border-bottom: 1px solid #87888a;
}

.gw-border-bottom-byline-500 {
  border-bottom: 1px solid #c5c6c8;
}

.gw-border-bottom-byline-400 {
  border-bottom: 1px solid #E6E6E6;
}

.gw-border-bottom-byline-300 {
  border-bottom: 1px solid #eceded;
}

.gw-border-bottom-byline-100 {
  border-bottom: 1px solid #fafafa;
}

.gw-border-bottom-brown {
  border-bottom: 1px solid #c1a497;
}

.gw-border-bottom-body-bg {
  border-bottom: 1px solid #f0f0f0;
}

.bg-white-50 {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

.gw-first-letter-capitalized::first-letter {
  text-transform: capitalize;
}

@font-face {
  src: url("../fonts/FoobarPro-Regular/font.eot");
  font-family: "FoobarPro-Regular";
  font-display: swap;
  src: url("../fonts/FoobarPro-Regular/font.woff2") format("woff2"), url("../fonts/FoobarPro-Regular/font.woff") format("woff"), url("../fonts/FoobarPro-Regular/font.eot?#iefix") format("embedded-opentype"), url("../fonts/FoobarPro-Regular/font.ttf") format("truetype");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/Lato/Lato-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/Lato/Lato-ThinItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/Lato/Lato-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/Lato/Lato-LightItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Lato/Lato-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Lato/Lato-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Lato/Lato-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Lato/Lato-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/Lato/Lato-Black.ttf") format("truetype");
}
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/Lato/Lato-BlackItalic.ttf") format("truetype");
}
body {
  position: relative;
  line-height: 1.5;
}
body.gw-overhide {
  background-color: #4a95cc;
}
@media (min-width: 420px) {
  body.gw-overhide {
    background-color: #f0f0f0;
  }
}

@media (min-width: 768px) {
  body {
    line-height: 1.4;
  }
}
@media (min-width: 420px) {
  .gw-keybox .container,
  .gw-navbox {
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .gw-keybox .container,
  .gw-navbox {
    max-width: 1200px;
  }
}
.gw-overhide {
  overflow-x: hidden;
  width: 100%;
}

header {
  background: #fff;
  position: relative;
  z-index: 1;
}

.gw-keybox {
  position: relative;
  background-color: #e1ded7;
}
.gw-keybox.gw-has-keyvis {
  overflow: hidden;
}
.gw-keybox.gw-has-no-keyvis {
  margin-bottom: 2rem;
}
.gw-keybox.gw-has-no-keyvis .gw-keyvis img {
  display: none;
}
.gw-keybox .gw-keyvis-back {
  position: absolute;
  filter: blur(11px) brightness(1.25) grayscale(70%);
  -webkit-filter: blur(11px) brightness(1.25) grayscale(70%);
  -moz-filter: blur(11px) brightness(1.25) grayscale(70%);
  -o-filter: blur(11px) brightness(1.25) grayscale(70%);
  -ms-filter: blur(11px) brightness(1.25) grayscale(70%);
  transform: scale(1.05);
  width: 100%;
  height: 100%;
}
.gw-keybox .gw-keyvis-back.blur-ie {
  opacity: 0.8;
}
.gw-keybox .gw-keyvis-back.blur-ie.last {
  transform: translateX(60%);
}
.gw-keybox .gw-keyvis {
  position: relative;
  background-color: #c8b694;
  transition: transform 0.3s ease;
}
.gw-keybox .gw-keyvis.gw-is-slided {
  transform: translateX(100%);
}
@media (min-width: 420px) {
  .gw-keybox .gw-keyvis.gw-is-slided {
    transform: translateX(22em);
  }
}

html[data-agent*=Trident] .gw-keyvis-back.blur {
  display: none;
}

/* IE10+ detection */
html[data-agent*=Trident] .gw-keyvis-back.blur-ie {
  display: block;
}

.gw-login-mask-logo {
  width: 300px;
}

.gw-login-mask {
  min-width: 300px;
}

@media (min-width: 768px) {
  .gw-login-mask {
    min-width: 400px;
  }
  .gw-login-mask-logo {
    width: 400px;
  }
}
main#main {
  /*z-index: -1;*/
}

.gw-crosslinks {
  border-top: 2px solid #7bafda;
  margin-bottom: -1px;
}
.gw-crosslinks .container {
  transition: transform 0.3s ease;
}
.gw-crosslinks .container.gw-is-slided {
  transform: translateX(100%);
}
@media (min-width: 420px) {
  .gw-crosslinks .container.gw-is-slided {
    transform: translateX(22em);
  }
}

@media (min-width: 768px) {
  .gw-crosslinks {
    margin-top: 2rem;
  }
}
.gw-intrabox .container, .gw-breadbox .container {
  transition: transform 0.3s ease;
}
.gw-intrabox .container.gw-is-slided, .gw-breadbox .container.gw-is-slided {
  transform: translateX(100%);
}
@media (min-width: 420px) {
  .gw-intrabox .container.gw-is-slided, .gw-breadbox .container.gw-is-slided {
    transform: translateX(22em);
  }
}

footer {
  background-color: #7bafda;
  color: white;
  padding-top: 2rem;
}
footer .gw-footerbox .nav-link, footer .gw-footerbox address {
  font-size: 0.85rem;
}
footer .container {
  transition: transform 0.3s ease;
}
footer .container.gw-is-slided {
  transform: translateX(100%);
}
@media (min-width: 420px) {
  footer .container.gw-is-slided {
    transform: translateX(22em);
  }
}

sup {
  font-weight: 300 !important;
}

mark {
  color: #c78810;
  background-color: #f8efe0;
}

blockquote p {
  position: relative;
  font-size: 1.8rem !important;
  font-style: italic;
  color: #a1a2a3;
  margin: 3rem 2rem;
  line-height: 1.7;
  quotes: "“" "”";
}
@media (min-width: 768px) {
  blockquote p {
    margin: 4rem;
  }
}
blockquote p:before {
  content: open-quote;
  position: absolute;
  top: 0.2em;
  left: -0.15em;
  color: rgba(0, 0, 0, 0.06);
  font-size: 6em;
  line-height: 1.5rem;
  font-family: Arial, serif;
}
blockquote p:after {
  content: close-quote;
  position: absolute;
  bottom: -0.3em;
  color: rgba(0, 0, 0, 0.06);
  font-size: 6em;
  line-height: 1.5rem;
  font-family: Arial, serif;
}

.dropdown-item.active, .dropdown-item:active {
  color: #000;
}

@media (min-width: 992px) {
  @supports (position: sticky) {
    .gw-lg-sticky-top {
      position: sticky;
      top: 0;
      z-index: 1020;
    }
  }
}
@media (min-width: 768px) {
  @supports (position: sticky) {
    .sticky-top {
      position: -webkit-sticky;
    }
  }
}
::-moz-selection {
  background: #c78810;
  color: white;
}
::selection {
  background: #c78810;
  color: white;
}

.lead a {
  font-weight: 500;
}

.gw-logo {
  max-width: 68%;
}

@media (min-width: 420px) {
  .gw-logo {
    max-width: 72%;
  }
}
@media (min-width: 768px) {
  .gw-logo {
    max-width: 300px;
  }
}
.gw-topbar {
  z-index: 3;
  position: relative;
}
.gw-topbar.fixed-top {
  position: fixed;
}
.gw-topbar.navbar-light .navbar-toggler {
  border: none;
  padding-right: 0;
}
.gw-topbar.navbar-light .navbar-toggler:focus {
  outline: none;
}
.gw-topbar.navbar-light .navbar-toggler > i {
  font-size: 5vw;
}
@media (min-width: 420px) {
  .gw-topbar.navbar-light .navbar-toggler > i {
    font-size: 1.5rem;
  }
}
.gw-topbar.navbar {
  padding-left: 0;
  padding-right: 0;
}
.gw-topbar .nav-item.gw-iconitem {
  display: inline;
}
.gw-topbar .nav-item.gw-iconitem a {
  display: inline-block;
}
.gw-topbar .gw-login-indicator {
  font-size: 4.5vw;
  margin-left: 1.25vw;
  color: #c78810;
}
@media (min-width: 420px) {
  .gw-topbar .gw-login-indicator {
    font-size: 3.25vw;
  }
}

.gw-metabox .nav-link {
  color: #212529 !important;
  font-weight: 200;
}
.gw-metabox .nav-link i {
  display: none;
}

@media (min-width: 768px) {
  .gw-metabox .nav-link i {
    display: inherit;
  }
  .gw-metabox .nav-link span {
    display: none;
  }
  .gw-metabox .mx-auto {
    margin-left: 1rem !important;
  }
}
@media (min-width: 992px) {
  .gw-metabox .gw-metahide .nav-link i {
    display: none;
  }
  .gw-metabox .gw-metahide .nav-link span {
    display: inherit;
  }
  .gw-metabox .mx-auto {
    margin-left: auto !important;
  }
}
.gw-langnav a {
  color: #212529;
  font-weight: 200;
}
.gw-langnav .dropdown-menu {
  min-width: inherit;
  border-radius: 0;
  margin-top: -0.5rem;
}
.gw-langnav .dropdown-menu a.active {
  display: none;
}
.gw-langnav .dropdown-item {
  padding: 0.25rem 0.75rem;
}
.gw-langnav .dropdown-menu.show {
  display: none;
}
@media (min-width: 768px) {
  .gw-langnav .dropdown-menu.show {
    display: block;
  }
}
.gw-langnav div.dropdown-toggle::after {
  display: none;
  margin-left: 0.15em;
}
@media (min-width: 768px) {
  .gw-langnav div.dropdown-toggle::after {
    display: inline-block;
  }
  .gw-langnav .gw-inline-a:not(.active) {
    display: none;
  }
}

@media (min-width: 992px) {
  .gw-metahide {
    display: inherit;
  }
}
.gw-inline-a {
  padding-right: 1rem;
}
.gw-inline-a.active {
  opacity: 0.5;
}

@media (min-width: 768px) {
  .gw-inline-a {
    padding-right: 0;
  }
  .gw-inline-a.active {
    opacity: 1;
  }
}
.gw-loginnav {
  position: absolute;
  right: 0;
  bottom: 0.75rem;
}
.gw-loginnav .gw-tinytext {
  margin: -0.5rem 0 1rem;
}
@media (min-width: 768px) {
  .gw-loginnav > a {
    max-width: 6rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
@media (min-width: 992px) {
  .gw-loginnav > a {
    max-width: 20rem;
  }
}
.gw-loginnav a {
  font-weight: 400;
}
.gw-loginnav a i:before {
  margin-right: 0.33rem;
}
.gw-loginnav .dropdown-menu {
  border-radius: 0;
  max-width: 30rem;
}
.gw-loginnav .dropdown-menu.dropdown-menu-right {
  right: 0;
  left: auto;
}
.gw-loginnav .dropdown-menu .form-group {
  margin-bottom: 0.33rem;
}
.gw-loginnav .dropdown-menu .gw-login-button {
  padding-left: 2rem;
  padding-right: 2rem;
}
.gw-loginnav .dropdown-item {
  padding: 0.25rem 0.75rem;
}
.gw-loginnav form.dropdown-item {
  margin-bottom: 0;
}
.gw-loginnav .btn-sm, .gw-loginnav .btn-group-sm > .btn {
  font-size: inherit;
  padding: 0.1rem 0.5rem;
}
.gw-loginnav .gw-login-button {
  margin-top: 0.5rem;
}
.gw-loginnav .gw-loginnav-button {
  padding-left: 2rem;
  padding-right: 2rem;
}

.gw-login-true .gw-dropdown-login-false {
  display: none;
}
.gw-login-true .gw-dropdown-login-true [class^=gw-dropdown-items-] {
  display: none;
}
.gw-login-true .gw-loginnav > a i:before {
  content: "\e950";
}
.gw-login-true .gw-loginnav .dropdown-menu {
  min-width: none;
}

.gw-login-false .gw-dropdown-login-true {
  display: none;
}
.gw-login-false .gw-loginnav .dropdown-menu {
  min-width: 260px;
}
@media (min-width: 576px) {
  .gw-login-false .gw-loginnav .dropdown-menu {
    min-width: 300px;
  }
}
.gw-login-false .gw-login-indicator {
  display: none !important;
}

@media (min-width: 992px) {
  .gw-loginnav {
    position: relative;
    right: auto;
    bottom: auto;
  }
}
.gw-keyvis {
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.gw-keyvis img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  max-height: 100vh;
  transition: max-height 0.3s ease;
}

.gw-colorbar {
  height: 0.677rem;
  width: 100%;
  position: absolute;
  top: 0;
  background-color: rgba(74, 149, 204, 0.5);
  z-index: 0;
}

@media (min-width: 768px) {
  .gw-colorbar {
    height: 1rem;
  }
}
/* add by gateway.one */
header {
  z-index: 3;
}

.gw-footerbox {
  margin-bottom: 2em;
}
.gw-footerbox h4 {
  font-size: 0.6rem;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
.gw-footerbox a,
.gw-footerbox .nav-link {
  color: #fff;
  transition: color 0.3s ease;
}
.gw-footerbox a:not(.btn):hover,
.gw-footerbox .nav-link:not(.btn):hover {
  color: #004c73;
  text-decoration: none;
}
.gw-footerbox .nav-link {
  padding: 0;
}
.gw-footerbox .gw-socialbox i {
  font-size: 2.4rem;
}
.gw-footerbox .gw-socialbox a.col {
  margin-bottom: 0.33rem;
  opacity: 0.75;
  transition: opacity 0.3s ease, color 0.3s ease;
  max-width: 3rem;
}
.gw-footerbox .gw-socialbox a.col:hover {
  opacity: 1;
}
.gw-footerbox .gw-iconbox i {
  font-size: 1.4rem;
}
.gw-footerbox .gw-iconbox a.col {
  margin-bottom: 0.33rem;
  opacity: 0.75;
  transition: opacity 0.3s ease, color 0.3s ease;
  max-width: 2.5rem;
}
.gw-footerbox .gw-iconbox a.col:hover {
  opacity: 1;
}
.gw-footerbox address {
  margin-bottom: 0;
}

footer .gw-close {
  background-color: #7bafda;
  height: 3em;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

@media (max-width: 575.98px) {
  .gw-footerbox a.nav-link {
    padding: 0.75rem 0;
    font-size: 1rem;
  }
  .gw-footerbox .gw-socialbox a.col {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    margin-bottom: 0;
  }
  .gw-footerbox .gw-langnav a {
    margin: 0 !important;
    padding-right: 1.8rem;
  }
}
.gw-menu {
  position: absolute;
  top: 0;
  z-index: 1;
  /*width: 100%;*/
}

.gw-menutoggler {
  background-color: #7bafda;
  display: inline-block;
  padding: 0.25em;
  line-height: 1;
  color: #fff;
  font-size: 1.6em;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.gw-menutoggler:hover {
  background-color: #007fbf;
}
.gw-menutoggler.gw-menu-open {
  width: 100%;
  text-align: left;
}
.gw-menutoggler.gw-menu-open i:before {
  content: "\e934";
}

@media (min-width: 420px) {
  .gw-menu,
  .gw-menutoggler.gw-menu-open {
    width: auto;
  }
}
.gw-globalnav {
  position: absolute;
  top: 0;
  width: 0;
  padding-bottom: 2rem;
  min-height: 33rem;
  height: 900px;
  background: #4a95cc none repeat scroll 0 0;
  overflow: hidden;
  transition: width 0.3s ease, height 0.3s ease;
}
.gw-globalnav:not(.gw-is-slided) {
  height: 900px !important;
}
.gw-globalnav.gw-is-slided {
  width: 100%;
}
@media (min-width: 420px) {
  .gw-globalnav.gw-is-slided {
    width: 22em;
  }
}
.gw-globalnav.gw-is-slided ul {
  width: 100%;
  opacity: 1;
  transition: opacity 0.3s ease 0.2s;
}
.gw-globalnav a {
  color: #fff;
}
.gw-globalnav ul {
  position: absolute;
  left: 0;
  top: 0;
  list-style: none;
  opacity: 0;
  transition: opacity 0.1s ease;
  background-color: #4a95cc;
  padding: 0;
  margin: 0;
}
.gw-globalnav ul.gw-level-shown {
  width: 100%;
}
@media (min-width: 420px) {
  .gw-globalnav ul.gw-level-shown {
    width: 22em;
  }
}
.gw-globalnav ul ul.gw-level-hidden {
  left: -100%;
  transition: left 0.3s ease;
}
.gw-globalnav ul ul.gw-level-shown {
  left: 0;
  transition: left 0.3s ease;
}
.gw-globalnav ul.gw-level-parent > li:not(.gw-sub-open) {
  position: relative;
  left: 100%;
  transition: left 0.3s ease;
}
.gw-globalnav ul.gw-level-parent > li:not(.gw-sub-open) .gw-level-hidden {
  visibility: hidden;
}
.gw-globalnav ul.gw-level-parent .gw-sub-open {
  border-bottom: 0;
}
.gw-globalnav ul.gw-level-parent .gw-sub-open > a, .gw-globalnav ul.gw-level-parent .gw-sub-open > .gw-nextlevel {
  display: none;
}
.gw-globalnav ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.gw-globalnav ul li a {
  display: block;
  padding: 0.75rem 0.5rem 0.75rem 15px;
  font-size: 1.25rem;
  font-weight: 300;
  background-color: transparent;
  transition: background 0.3s ease;
}
.gw-globalnav ul li a.active {
  background-color: #007fbf;
  cursor: default;
}
.gw-globalnav ul li a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.gw-globalnav ul li.gw-has-sub > a {
  width: calc(100% - 3rem);
}
.gw-globalnav ul li.gw-has-sub .gw-nextlevel {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  width: 3rem;
  padding: 0.75rem 0.5rem;
  cursor: pointer;
  font-size: 1.25rem;
  background-color: transparent;
  transition: background 0.3s ease;
}
.gw-globalnav ul li.gw-has-sub .gw-nextlevel:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.gw-globalnav ul li.gw-has-sub .gw-nextlevel i {
  color: #fff;
  padding-left: 0.33rem;
}
.gw-globalnav ul li .gw-goback {
  padding: 0.75rem 0.5rem 0.75rem 12px;
  background-color: transparent;
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.25);
  cursor: pointer;
  transition: color 0.3s ease;
}
.gw-globalnav ul li .gw-goback i {
  color: rgba(255, 255, 255, 0.75);
  padding-right: 0.33rem;
}
.gw-globalnav ul li .gw-goback:hover {
  color: rgba(255, 255, 255, 0.8);
}
.gw-globalnav ul li .gw-goback:hover i {
  color: white;
}
@media (min-width: 420px) {
  .gw-globalnav ul li a {
    padding-left: 3rem;
  }
  .gw-globalnav ul li li.gw-goback {
    padding-left: 1.45rem;
  }
}
.gw-globalnav > ul {
  top: 97px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.gw-globalnav sup {
  position: static;
  vertical-align: super;
}

.gw-intrabox {
  background-color: #fff;
}

.navbar.gw-intrabar {
  padding-left: 0;
  padding-right: 0;
}
.navbar.gw-intrabar a i {
  font-size: 1.5rem;
}
.navbar.gw-intrabar a i:before {
  margin-right: 0rem;
}
@media (min-width: 768px) {
  .navbar.gw-intrabar a i:before {
    margin-right: 0.33rem;
  }
}
@media (min-width: 768px) {
  .navbar.gw-intrabar a i {
    font-size: 1rem;
  }
}
.navbar.gw-intrabar a span {
  font-size: 0.85rem;
  white-space: nowrap;
  display: none;
}
@media (min-width: 768px) {
  .navbar.gw-intrabar a span {
    display: inline-block;
    display: initial;
  }
}
.navbar.gw-intrabar .nav-item.active .nav-link {
  background-color: rgba(175, 200, 229, 0.6);
}
.navbar.gw-intrabar.navbar-expand .navbar-nav li.nav-item:first-of-type > a {
  margin-left: -1vw;
}
.navbar.gw-intrabar .dropdown-menu {
  border-radius: 0;
  z-index: 1050;
}
.navbar.gw-intrabar .dropdown-menu a {
  font-size: 0.85rem;
  color: #007fbf;
}
.navbar.gw-intrabar .dropdown-menu a.disabled {
  color: #6c757d;
}
@media (max-width: 991.98px) {
  .navbar.gw-intrabar li:last-child .dropdown-menu {
    left: initial;
    right: 0;
  }
}
.navbar.gw-intrabar.navbar-expand .navbar-nav .nav-link {
  padding-left: 1vw;
  padding-right: 5vw;
}
@media (min-width: 768px) {
  .navbar.gw-intrabar.navbar-expand .navbar-nav .nav-link {
    padding-right: 1vw;
  }
}
.navbar.gw-intrabar.navbar-light .navbar-nav .nav-link {
  color: #007fbf;
  transition: color 0.3s ease;
}
.navbar.gw-intrabar.navbar-light .navbar-nav .nav-link:hover {
  color: #004c73;
}
.navbar.gw-intrabar.navbar-light .navbar-nav .nav-link.disabled {
  color: #6c757d;
}

.gw-badge-counter {
  position: relative;
  top: -0.2rem;
  display: initial;
  vertical-align: top;
  margin-left: -0.7rem;
  background-clip: padding-box;
  font-size: 0.65rem;
  z-index: 2;
}
@media (min-width: 768px) {
  .gw-badge-counter {
    margin-right: 0.2rem;
    vertical-align: text-top;
    top: 0;
  }
}
.gw-badge-counter span {
  font-size: inherit !important;
  display: inline-block !important;
}
.gw-badge-counter + .gw-badge-counter {
  z-index: 1;
  padding-left: 0.85rem;
  margin-left: -0.85rem;
}
@media (min-width: 768px) {
  .gw-badge-counter + .gw-badge-counter {
    padding-left: 0.75rem;
  }
}

.active .gw-badge-counter {
  border: none;
}

@media (min-width: 768px) {
  .gw-intrabar .gw-badge-counter {
    top: -0.3rem;
  }
}

.gw-breadbox {
  background-color: #f0f0f0;
}
.gw-breadbox .breadcrumb {
  padding-left: 0;
  font-weight: 300;
  font-size: 0.85rem;
}
.gw-breadbox .breadcrumb-item i:before {
  margin-right: 0.25rem;
}

@media (max-width: 991.98px) {
  .navbar.gw-intrabar.gw-intrabar-inline {
    padding-right: 1rem;
  }
  .navbar.gw-intrabar.gw-intrabar-inline:after {
    content: "\e93d";
    right: -2px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    color: #87888a;
    font-family: "gateicons" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  }
}
.navbar.gw-intrabar.gw-intrabar-inline .navbar-nav {
  overflow-x: auto;
}
.navbar.gw-intrabar.gw-intrabar-inline .navbar-nav .nav-link {
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  .navbar.gw-intrabar.gw-intrabar-inline .navbar-nav .nav-link {
    padding-left: 2vw;
    padding-right: 2vw;
    margin-right: 0.5rem;
  }
}
.navbar.gw-intrabar.gw-intrabar-inline .navbar-nav li.nav-item:first-of-type > a {
  margin-left: 0;
}

.navbar.gw-intrabar.navbar-expand .navbar-nav .nav-link {
  padding-left: 3vw;
  padding-right: 3vw;
}
@media (min-width: 768px) {
  .navbar.gw-intrabar.navbar-expand .navbar-nav .nav-link {
    padding-left: 1vw;
    padding-right: 1vw;
  }
}

.gw-content {
  transition: transform 0.3s ease;
}
.gw-content.gw-is-slided {
  transform: translateX(100%);
}
@media (min-width: 420px) {
  .gw-content.gw-is-slided {
    transform: translateX(22em);
  }
}
.gw-content .gw-row-minheight {
  padding-top: 2rem;
  padding-bottom: 2rem;
  min-height: 400px;
}
.gw-content .gw-contentbox:not(.gw-aside) {
  margin-bottom: 1rem;
}
.gw-content a, .gw-content .gw-likealink {
  transition: color 0.3s ease;
}
.gw-content a:hover .gw-likealink,
.gw-content .gw-likealink:hover {
  color: #80580a;
}
.gw-content img {
  max-width: 100%;
  height: auto;
}
.gw-content .gw-conotation {
  border-left: 1px solid #c78810;
  padding: 0 2.2rem;
  margin-top: 0.5rem;
  font-size: 0.85rem;
}

ul.gw-stamped, .gw-stamped ul {
  padding: 0;
  list-style: none;
}
ul.gw-stamped:not(.gw-nobullets), .gw-stamped ul:not(.gw-nobullets) {
  padding-left: 1.25rem;
}
ul.gw-stamped:not(.gw-nobullets) li, .gw-stamped ul:not(.gw-nobullets) li {
  padding-left: 0.25rem;
  margin-bottom: 0.5rem;
}
ul.gw-stamped:not(.gw-nobullets) li:before, .gw-stamped ul:not(.gw-nobullets) li:before {
  font-family: "gateicons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  color: #007fbf;
  margin-left: -1.5rem;
  margin-right: 0.5rem;
}
ul.gw-stamped.gw-ul-compact li, .gw-stamped ul.gw-ul-compact li {
  margin-bottom: 0;
}

.gw-stamped.gw-ul-compact ul li {
  margin-bottom: 0;
}

ul.gw-nobullets, .gw-nobullets ul {
  padding-left: 1.5rem;
  list-style: none;
}
ul.gw-nobullets li:before, .gw-nobullets ul li:before {
  content: none;
}

[class^=float-], [class*=" float-"] {
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  [class^=float-left], [class*=" float-left"],
  [class^=float-md-left], [class*=" float-md-left"] {
    margin-right: 0.5rem;
  }
  [class^=float-right], [class*=" float-right"],
  [class^=float-md-right], [class*=" float-md-right"] {
    margin-left: 0.5rem;
  }
}
.gw-aside {
  font-size: 0.9rem;
  background-color: #f8f8f8;
  padding-top: 1rem;
}
.gw-aside.gw-contentbox {
  padding-bottom: 2rem;
}
.gw-aside h3 {
  font-size: 1.6rem;
}
.gw-aside:empty {
  display: none;
}

@media (min-width: 768px) {
  .gw-aside {
    background: transparent;
  }
}
[class^=gw-icn-]:after, [class*=" gw-icn-"]:after {
  font-family: "gateicons" !important;
  font-size: 1rem;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-left: 0.15rem;
}

.gw-icn-outlink:after {
  content: "\e91e";
  margin-left: 0.3rem;
  margin-right: 0.15rem;
}

.gw-icn-png:after {
  content: "\e951";
}
.gw-icn-png:hover:after {
  content: "\e952";
}

.gw-icn-pdf:after {
  content: "\e953";
}
.gw-icn-pdf:hover:after {
  content: "\e954";
}

.gw-icn-mp3:after {
  content: "\e955";
}
.gw-icn-mp3:hover:after {
  content: "\e956";
}

.gw-icn-jpg:after {
  content: "\e957";
}
.gw-icn-jpg:hover:after {
  content: "\e958";
}

.gw-icn-eps:after {
  content: "\e959";
}
.gw-icn-eps:hover:after {
  content: "\e95a";
}

.gw-icn-tif:after, .gw-icn-tiff:after {
  content: "\e95b";
}
.gw-icn-tif:hover:after, .gw-icn-tiff:hover:after {
  content: "\e95c";
}

.gw-icn-doc:after {
  content: "\e95d";
}
.gw-icn-doc:hover:after {
  content: "\e95e";
}

.gw-icn-xls:after {
  content: "\e95f";
}
.gw-icn-xls:hover:after {
  content: "\e960";
}

.gw-icn-docx:after {
  content: "\e961";
}
.gw-icn-docx:hover:after {
  content: "\e962";
}

.gw-icn-ppt:after {
  content: "\e963";
}
.gw-icn-ppt:hover:after {
  content: "\e964";
}

.gw-icn-xml:after {
  content: "\e965";
}
.gw-icn-xml:hover:after {
  content: "\e966";
}

.gw-icn-xlsx:after {
  content: "\e967";
}
.gw-icn-xlsx:hover:after {
  content: "\e968";
}

.gw-icn-txt:after {
  content: "\e969";
}
.gw-icn-txt:hover:after {
  content: "\e96a";
}

.gw-icn-rtf:after {
  content: "\e96b";
}
.gw-icn-rtf:hover:after {
  content: "\e96c";
}

.gw-icn-m4v:after {
  content: "\e96d";
}
.gw-icn-m4v:hover:after {
  content: "\e96e";
}

.gw-icn-zip:after {
  content: "\e96f";
}
.gw-icn-zip:hover:after {
  content: "\e970";
}

.gw-likealink {
  color: #c78810;
}
.gw-likealink i:before {
  margin-right: 0.3rem;
}

.gw-likealink-underline:hover .gw-linktext {
  text-decoration: underline;
}

.gw-event-date {
  color: #92aa84;
}

.gw-smalltext {
  font-size: 0.85rem;
}

.gw-tinytext {
  font-size: 0.75rem;
}

div.gw-textcols-2 {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .gw-textcols-2 {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-width: 100px;
    column-width: 100px;
  }
}
.gw-contentbox h1 {
  -webkit-hyphens: auto;
  hyphens: auto;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .gw-contentbox h1 {
    -webkit-hyphens: none;
    hyphens: none;
  }
}

.gw-table-border-blue thead th, .gw-table-border-blue th, .gw-table-border-blue td {
  border-color: #afc8e5;
  border-bottom-color: #afc8e5;
}
.gw-table-border-blue .table-primary thead th, .gw-table-border-blue .table-primary th, .gw-table-border-blue .table-primary td {
  border-color: #4a95cc;
  border-bottom-color: #4a95cc;
}

.gw-primary {
  background-color: #4a95cc;
}
.gw-primary thead th {
  border-width: 1px;
  color: #fff;
}
.gw-primary tbody, .gw-primary tfoot {
  background-color: white;
}
.gw-primary.table-light tbody td {
  border-color: #dee2e6;
}

.table-primary.gw-primary, .gw-primary .table-primary {
  background-color: #d5e2f2;
}
.table-primary.gw-primary thead th, .gw-primary .table-primary thead th {
  border-color: #4a95cc;
}
.table-primary.gw-primary tbody td, .gw-primary .table-primary tbody td {
  border-color: #afc8e5;
}

.gw-table-sm {
  font-size: 0.85rem;
}

.gw-table-boxes .spacer td, .gw-table-boxes .spacer th {
  background: #f0f0f0;
}
.gw-table-boxes tbody td, .gw-table-boxes thead th {
  border: none;
}

.gw-table-valign-middle td {
  vertical-align: middle;
}

.gw-table-first-column-pl-4 th:first-child,
.gw-table-first-column-pl-4 td:first-child {
  padding-left: 1.5rem;
}

figcaption {
  font-size: 0.85rem;
  margin-top: 0.33rem;
}

.btn.gw-mc-select {
  font-weight: 400;
  font-size: 1rem;
  max-width: 100%;
}

@media (min-width: 768px) {
  .btn.gw-mc-select {
    font-size: 1.25rem;
  }
}
.gw-mc-area-dropdown .dropdown-menu {
  border-radius: 0;
}

.gw-scrollblur {
  position: relative;
}
.gw-scrollblur:before, .gw-scrollblur:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  pointer-events: none;
  width: 100%;
  height: 0.25rem;
}
.gw-scrollblur:before {
  top: 0;
  background-image: linear-gradient(to top, rgba(240, 240, 240, 0), #f0f0f0 90%);
}
.gw-scrollblur:after {
  bottom: 0;
  height: 4rem;
  background-image: linear-gradient(to bottom, rgba(240, 240, 240, 0), #f0f0f0 90%);
}
.gw-scrollblur > * {
  overflow-y: auto;
  max-height: 30rem;
  padding-bottom: 4rem !important;
}
.gw-scrollblur li:last-child {
  margin-bottom: 3rem;
}

.gw-logo-grid {
  margin-top: 2rem;
  margin-left: -0.4rem;
  margin-right: -0.4rem;
}
.gw-logo-grid .gw-ep-logo {
  margin-bottom: 0.6rem;
}
.gw-logo-grid a.gw-ep-logo {
  transition: transform 0.4s ease;
}
.gw-logo-grid a.gw-ep-logo img {
  box-shadow: 0 0 6px rgba(70, 48, 6, 0);
  transition: box-shadow 0.4s ease;
}
.gw-logo-grid a.gw-ep-logo:hover {
  transform: scale(1.1);
  transition: transform 0.1s ease;
}
.gw-logo-grid a.gw-ep-logo:hover img {
  box-shadow: 2px 2px 6px rgba(70, 48, 6, 0.25);
  transition: box-shadow 0.1s ease;
}
.gw-logo-grid [class^=col-], .gw-logo-grid [class*=" col-"], .gw-logo-grid [class^=col10-], .gw-logo-grid [class*=" col10-"] {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}

.gw-list-group .list-group-item {
  border-radius: 0;
}
.gw-list-group .list-group-item.row,
.gw-list-group .list-group-item .row {
  background-color: #fff;
}
.gw-list-group .list-group-item.row > div,
.gw-list-group .list-group-item .row > div {
  margin-bottom: 0.5rem;
}
.gw-list-group .list-group-item.row > div:last-of-type,
.gw-list-group .list-group-item .row > div:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .gw-list-group .list-group-item.row > div,
  .gw-list-group .list-group-item .row > div {
    margin-bottom: 0;
  }
}
.gw-list-group .btn {
  margin-bottom: 0.25rem;
}

.gw-contentbox > .form-check {
  padding-left: 1.25rem;
}

.gw-title-byline {
  font-size: 1rem;
  line-height: 2rem;
  font-weight: bold;
  color: #fff;
  padding-bottom: 2rem;
  margin-left: 0.25rem;
}
.gw-title-byline span {
  background: rgba(135, 136, 138, 0.6);
  padding: 0.25rem 0.25rem 0.25rem 0;
  box-shadow: 0.5rem 0 0 rgba(135, 136, 138, 0.6), -0.25rem 0 0 rgba(135, 136, 138, 0.6);
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

/* for content expense */
@media (min-width: 992px) {
  .gw-ml-lg-n {
    margin-left: -4rem;
  }
  .gw-mr-lg-n {
    margin-right: -4rem;
  }
}
/* implemented in bootstrap 4.3.1 */
.gw-mx-2-neg {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.gw-mx-3-neg {
  margin-left: -1rem;
  margin-right: -1rem;
}

.gw-mx-4-neg {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.gw-translateY-12 {
  transform: translateY(12rem);
}

.gw-translateY-n3 {
  transform: translateY(-3rem);
}

@media (min-width: 992px) {
  .gw-translateY-lg-n3 {
    transform: translateY(-3rem);
  }
}
.gw-row-divider-md > div[class*=col-]:after {
  content: "";
  position: absolute;
  width: 94%;
  height: 0.3rem;
  background-color: #eee;
  bottom: 0;
  left: 3%;
}
@media (min-width: 768px) {
  .gw-row-divider-md > div[class*=col-]:after {
    width: 0.3rem;
    height: 90%;
    bottom: inherit;
    top: 5%;
    left: inherit;
    right: 0;
  }
}
.gw-row-divider-md > div[class*=col-]:last-child:after {
  content: none;
}

.gw-ol-airy li {
  margin-bottom: 0.5rem;
}

.gw-logo-grid a.gw-ep-logo img {
  border-radius: 0.25rem;
}

.gw-table table {
  width: 100%;
}
.gw-table table tr th {
  background-color: #4a95cc;
  color: white;
  padding: 0.5rem 1rem;
  border: 5px solid #f0f0f0;
}
.gw-table table tr th.head_0 {
  background-color: transparent;
}
.gw-table table tr td {
  background-color: #afc8e5;
  color: black;
  padding: 0.5rem 1rem;
  border: 5px solid #f0f0f0;
  text-align: right;
}
.gw-table.gw-table-bb tr:nth-child(3) td,
.gw-table.gw-table-bb tr:nth-child(4) td,
.gw-table.gw-table-bb tr:nth-child(5) td {
  background-color: #E6E6E6;
  height: 0;
}
.gw-table.gw-table-bb tr:nth-child(3) th,
.gw-table.gw-table-bb tr:nth-child(4) th,
.gw-table.gw-table-bb tr:nth-child(5) th {
  background-color: #c5c6c8;
  height: 0;
  color: black;
}
.gw-table.gw-table-regions tr th {
  background-color: #007fbf;
}
.gw-table.gw-table-regions tr td {
  background-color: #afc8e5;
  text-align: left;
}
.gw-table.gw-table-regions tr:nth-child(9) td {
  background-color: #7bafda;
}
.gw-table.gw-table-regions tr:nth-child(10) td {
  background-color: #4a95cc;
}

.gw-row-sameheight > [class*=col] {
  display: flex;
}
.gw-row-sameheight > [class*=col] > div {
  align-self: stretch !important;
}

.gw-popular-professions a.list-group-item:hover {
  background: #fafafa;
}

.gw-professionlist a.list-group-item:hover {
  background: #fafafa;
}

.gw-crosslinkbox {
  padding-top: 1.667rem;
  padding-bottom: 1rem;
}
.gw-crosslinkbox .gw-crosslink {
  background-color: #87888a;
  color: #fff;
  padding: 0.5rem;
  margin-bottom: 1rem;
  margin-right: 0.1667rem;
  display: inline-block;
  vertical-align: top;
  opacity: 0.75;
  transition: opacity 0.3s ease, width 0.3s ease;
  width: 132px;
}
.gw-crosslinkbox .gw-crosslink .gw-inner {
  border: 1px solid rgba(240, 240, 240, 0.7);
  padding: 1rem 0.8rem 0.8rem;
  overflow: hidden;
}
.gw-crosslinkbox .gw-crosslink .gw-short {
  font-size: 0.6rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: font-size 0.3s ease;
}
.gw-crosslinkbox .gw-crosslink .gw-short::first-letter {
  font-weight: 900;
  font-size: 1.25rem;
}
.gw-crosslinkbox .gw-crosslink .gw-teasetxt {
  font-size: 0.8rem;
  margin-bottom: 0.33rem;
  height: 0;
  opacity: 0;
  transition: height 0.5s ease, opacity 0.3s ease;
  transition-delay: 0.15s;
}
.gw-crosslinkbox .gw-crosslink:hover, .gw-crosslinkbox .gw-crosslink.gw-expanded {
  opacity: 1;
  width: 222px;
  transition: width 0.3s ease;
}
.gw-crosslinkbox .gw-crosslink:hover .gw-short, .gw-crosslinkbox .gw-crosslink.gw-expanded .gw-short {
  font-size: 1.25rem;
}
.gw-crosslinkbox .gw-crosslink:hover .gw-short::first-letter, .gw-crosslinkbox .gw-crosslink.gw-expanded .gw-short::first-letter {
  font-weight: 400;
}
.gw-crosslinkbox .gw-crosslink:hover .gw-teasetxt, .gw-crosslinkbox .gw-crosslink.gw-expanded .gw-teasetxt {
  height: 50px;
  opacity: 1;
}

.btn {
  font-weight: 700;
}
.btn.btn-link {
  font-weight: 400;
}
.btn:hover {
  cursor: pointer;
}
.btn.gw-btn-giant {
  font-size: 5vw;
  padding: 0.75rem 2.5rem;
  box-shadow: 2px 2px 6px rgba(70, 48, 6, 0.25);
  margin: 1rem 0;
  max-width: 100%;
  overflow: hidden;
}

@media (min-width: 420px) {
  .btn.gw-btn-giant {
    font-size: 3.8vw;
  }
}
@media (min-width: 768px) {
  .btn.gw-btn-giant {
    font-size: 1.5rem;
  }
}
.gw-pola .btn-lg, .gw-pola .btn-group-lg > .btn {
  padding: 0.4rem 1.5rem;
}

.gw-outline-btn {
  padding: 0.333rem;
  background-color: #fff;
  transition: background 0.3s ease, color 0.3s ease !important;
}
.gw-outline-btn .gw-btn-inner {
  border: 1px solid rgba(135, 136, 138, 0.5);
  padding: 0.375rem 0.375rem;
  transition: border 0.3s ease;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gw-outline-btn .gw-btn-inner i:before {
  margin-right: 0.25rem;
}
.gw-outline-btn .gw-btn-inner span {
  font-size: 0.95rem;
}
.gw-outline-btn[class*=secondary] {
  border-color: rgba(199, 136, 16, 0.75);
}
.gw-outline-btn[class*=secondary] .gw-btn-inner {
  border-color: rgba(199, 136, 16, 0.75);
}
.gw-outline-btn:hover .gw-btn-inner {
  border-color: rgba(255, 255, 255, 0.5);
}
.gw-outline-btn.gw-simple-outline {
  box-shadow: none;
}
.gw-outline-btn.gw-simple-outline i.icon-launch {
  font-size: 0.85rem;
}
.gw-outline-btn.gw-simple-outline i:before {
  margin-left: 0.25rem;
}

@media (min-width: 576px) {
  .gw-outline-btn .gw-btn-inner span {
    font-size: 2vw;
  }
}
@media (min-width: 768px) {
  .gw-outline-btn .gw-btn-inner span {
    font-size: 1.5vw;
  }
}
@media (min-width: 992px) {
  .gw-outline-btn .gw-btn-inner span {
    font-size: 0.75rem;
  }
}
@media (min-width: 1200px) {
  .gw-outline-btn .gw-btn-inner span {
    font-size: 0.85rem;
  }
}
.gw-buttonrow {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.gw-buttonrow .btn {
  width: 100%;
  margin-bottom: 0.5rem;
}
.gw-buttonrow [class^=col-], .gw-buttonrow [class*=" col-"] {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.btn.btn-green-500 {
  color: #fff;
}

.gw-btn-rounded {
  border-radius: 0.4rem;
}

.gw-btn-svg {
  max-width: 1rem;
  max-height: 1rem;
}

.btn-sm .gw-btn-svg, .btn-group-sm > .btn .gw-btn-svg {
  max-width: 0.7rem;
  max-height: 0.7rem;
}

.btn-lg .gw-btn-svg, .btn-group-lg > .btn .gw-btn-svg {
  max-width: 1.3rem;
  max-height: 1.3rem;
}

.btn-link {
  border-radius: 0.25rem;
}
.btn-link:hover {
  background: #eceded;
}

.gw-btn-edit {
  color: #007fbf;
  border-radius: 0.25rem;
  transition: background ease 0.3s;
}
.gw-btn-edit:hover, .gw-btn-edit:active {
  color: #007fbf;
  background: #eceded;
}

.gw-btn-delete {
  color: #b73328;
  transition: background ease 0.3s;
}
.gw-btn-delete:hover, .gw-btn-delete:active {
  color: #b73328;
  background: #eceded;
}

.gw-btn-add {
  color: #c78810;
  transition: background ease 0.3s;
}
.gw-btn-add:hover, .gw-btn-add:active {
  color: #c78810;
  background: #eceded;
}

.gw-btn-more {
  color: #343a40;
}
.gw-btn-more:hover {
  color: #343a40;
}

.gw-polabox.embed-responsive {
  overflow: visible;
  color: #212529;
}
@media (min-width: 768px) {
  .gw-polabox.embed-responsive {
    margin: 1rem 0 1.5rem 0;
  }
}

.gw-pola-text {
  margin: 1.5rem 0 2rem 0;
}
@media (min-width: 768px) {
  .gw-pola-text {
    margin: 1rem 0 1.5rem 0;
  }
}

.gw-polabox:hover {
  z-index: 999;
}

.gw-aside .gw-polabox {
  margin-bottom: 1.5rem;
}

.gw-pola {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(70, 48, 6, 0.25);
  padding: 4% 4% 12% 4%;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}
.gw-pola .gw-pola-outer {
  background-color: #f8deab;
  box-shadow: inset 0 0 2.5rem rgba(0, 125, 188, 0.15);
  height: 100%;
}
.gw-pola .gw-pola-inner {
  padding: 0.75rem;
  box-shadow: inset 0 0 0.5rem rgba(197, 134, 16, 0.5);
  height: 100%;
  position: relative;
  overflow: hidden;
}
.gw-pola .gw-pola-derotate {
  transition: transform 0.5s ease;
  padding: 0 0.25rem;
  position: absolute;
  bottom: 1rem;
}
.gw-pola .gw-pola-derotate h2 {
  font-size: 6vw;
  font-weight: 700;
}
.gw-pola .gw-pola-derotate .btn-lg, .gw-pola .gw-pola-derotate .btn-group-lg > .btn {
  font-size: 6vw;
}
.gw-pola:hover {
  box-shadow: 0 4px 7px 0 rgba(70, 48, 6, 0.35);
  transform: scale(1.0667);
}
.gw-pola .gw-behind {
  display: inline;
  line-height: 1.85;
}
.gw-pola .gw-behind span {
  padding: 0.25rem 0.25rem 0.25rem 0;
  box-shadow: none;
  background-color: rgba(135, 136, 138, 0.7);
  color: #fff;
}
.gw-pola.gw-pola-pic {
  padding-bottom: 15%;
}
.gw-pola.gw-pola-pic .gw-pola-outer {
  background-color: #47acde;
  box-shadow: inset 0 0 3rem #007cbb, inset 0 0 1rem #007cbb 0.5rem;
}
.gw-pola.gw-pola-pic .gw-pola-inner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: inset 0 0 1rem rgba(0, 125, 188, 0.5);
}
.gw-pola.gw-pola-pic .gw-pola-derotate {
  top: 0.75rem;
  bottom: auto;
}
.gw-pola.gw-pola-pic .gw-pola-derotate h2 {
  font-size: 10vw;
  color: #fff;
  white-space: nowrap;
}
.gw-pola.gw-pola-pic .gw-pola-derotate.gw-pola-footer {
  top: auto;
  bottom: 0.5rem;
  right: 1rem;
}
.gw-pola.gw-pola-pic .gw-pola-derotate.gw-pola-footer img {
  max-height: 7vw;
}
.gw-pola.gw-pola-pic .gw-behind {
  line-height: 1.375;
}
.gw-pola.gw-pola-pic .gw-behind span {
  padding: 0.06667rem 0.25rem 0.06667rem 0;
  box-shadow: none;
  background-color: rgba(74, 149, 204, 0.7);
}

@media (min-width: 992px) {
  .gw-contentbox.col-md-8 .col-lg-4 .gw-polabox {
    transform: scale(1.125);
  }
  .gw-contentbox.col-md-8 .col-lg-4 .gw-pola .gw-pola-derotate h2 {
    font-size: 1vw;
  }
  .gw-contentbox.col-md-8 .col-lg-4 .gw-pola .gw-pola-derotate .btn-lg, .gw-contentbox.col-md-8 .col-lg-4 .gw-pola .gw-pola-derotate .btn-group-lg > .btn {
    font-size: 1vw;
  }
  .gw-contentbox.col-md-8 .col-lg-4 .gw-pola.gw-pola-pic .gw-pola-derotate h2 {
    font-size: 1.85vw;
  }
  .gw-contentbox.col-md-8 .col-lg-4 .gw-pola.gw-pola-pic .gw-pola-derotate.gw-pola-footer {
    bottom: 0.25rem;
  }
  .gw-contentbox.col-md-8 .col-lg-4 .gw-pola.gw-pola-pic .gw-pola-derotate.gw-pola-footer img {
    max-height: 1.1vw;
  }
}
@media (min-width: 1200px) {
  .gw-contentbox.col-md-8 .col-lg-4 .gw-pola .gw-pola-derotate h2 {
    font-size: 0.85rem;
  }
  .gw-contentbox.col-md-8 .col-lg-4 .gw-pola .gw-pola-derotate .btn-lg, .gw-contentbox.col-md-8 .col-lg-4 .gw-pola .gw-pola-derotate .btn-group-lg > .btn {
    font-size: 1rem;
  }
  .gw-contentbox.col-md-8 .col-lg-4 .gw-pola.gw-pola-pic .gw-pola-derotate h2 {
    font-size: 1.6rem;
  }
  .gw-contentbox.col-md-8 .col-lg-4 .gw-pola.gw-pola-pic .gw-pola-derotate.gw-pola-footer {
    bottom: 0.5rem;
  }
  .gw-contentbox.col-md-8 .col-lg-4 .gw-pola.gw-pola-pic .gw-pola-derotate.gw-pola-footer img {
    max-height: 16px;
  }
}

@media (min-width: 420px) {
  .gw-pola .gw-pola-derotate h2 {
    font-size: 4.75vw;
  }
  .gw-pola .gw-pola-derotate .btn-lg, .gw-pola .gw-pola-derotate .btn-group-lg > .btn {
    font-size: 4.25vw;
  }
  .gw-pola.gw-pola-pic .gw-pola-derotate h2 {
    font-size: 7.5vw;
  }
  .gw-pola.gw-pola-pic .gw-pola-derotate.gw-pola-footer {
    bottom: 1rem;
  }
  .gw-pola.gw-pola-pic .gw-pola-derotate.gw-pola-footer img {
    max-height: 5vw;
  }
}
@media (min-width: 576px) {
  .gw-pola .gw-pola-derotate h2 {
    font-size: 5.75vw;
  }
  .gw-pola .gw-pola-derotate .btn-lg, .gw-pola .gw-pola-derotate .btn-group-lg > .btn {
    font-size: 4.75vw;
  }
  .gw-pola.gw-pola-pic .gw-pola-derotate h2 {
    font-size: 7.75vw;
  }
  .gw-pola.gw-pola-pic .gw-pola-derotate.gw-pola-footer {
    bottom: 1rem;
  }
  .gw-pola.gw-pola-pic .gw-pola-derotate.gw-pola-footer img {
    max-height: 4.5vw;
  }
}
@media (min-width: 768px) {
  .gw-pola .gw-pola-derotate h2 {
    font-size: 0.85rem;
  }
  .gw-pola .gw-pola-derotate .btn-lg, .gw-pola .gw-pola-derotate .btn-group-lg > .btn {
    font-size: 0.85rem;
  }
  .gw-pola.gw-pola-pic .gw-pola-derotate h2 {
    font-size: 4.5vw;
  }
  .gw-pola.gw-pola-pic .gw-pola-derotate.gw-pola-footer {
    bottom: 0.5rem;
  }
  .gw-pola.gw-pola-pic .gw-pola-derotate.gw-pola-footer img {
    max-height: 2.666vw;
  }
  .gw-aside .gw-pola.gw-pola-pic .gw-pola-derotate h2 {
    font-size: 2.75vw;
  }
  .gw-aside .gw-pola.gw-pola-pic .gw-pola-derotate.gw-pola-footer img {
    max-height: 1.5vw;
  }
  .gw-polabox.embed-responsive {
    margin-bottom: 1rem;
  }
  .gw-aside .gw-polabox.embed-responsive {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 992px) {
  .gw-pola .gw-pola-derotate h2 {
    font-size: 1.1rem;
  }
  .gw-pola .gw-pola-derotate .btn-lg, .gw-pola .gw-pola-derotate .btn-group-lg > .btn {
    font-size: 1.3rem;
  }
  .gw-pola.gw-pola-pic .gw-pola-derotate h2 {
    font-size: 2.666vw;
  }
  .gw-pola.gw-pola-pic .gw-pola-derotate.gw-pola-footer {
    bottom: 0.5rem;
  }
  .gw-pola.gw-pola-pic .gw-pola-derotate.gw-pola-footer img {
    max-height: 1.666vw;
  }
}
@media (min-width: 1200px) {
  .gw-pola .gw-pola-derotate h2 {
    font-size: 1.25rem;
  }
  .gw-pola .gw-pola-derotate .btn-lg, .gw-pola .gw-pola-derotate .btn-group-lg > .btn {
    font-size: 1.4rem;
  }
  .gw-pola.gw-pola-pic .gw-pola-derotate h2,
  .gw-aside .gw-pola.gw-pola-pic .gw-pola-derotate h2 {
    font-size: 2.45rem;
  }
  .gw-pola.gw-pola-pic .gw-pola-derotate.gw-pola-footer,
  .gw-aside .gw-pola.gw-pola-pic .gw-pola-derotate.gw-pola-footer {
    bottom: 1rem;
  }
  .gw-pola.gw-pola-pic .gw-pola-derotate.gw-pola-footer img,
  .gw-aside .gw-pola.gw-pola-pic .gw-pola-derotate.gw-pola-footer img {
    max-height: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  html[lang=fr-CH] .gw-pola:not(.gw-pola-pic) .gw-pola-derotate h2 {
    font-size: 0.75rem;
  }
  html[lang=fr-CH] .gw-pola:not(.gw-pola-pic) .gw-pola-derotate .btn-lg, html[lang=fr-CH] .gw-pola:not(.gw-pola-pic) .gw-pola-derotate .btn-group-lg > .btn {
    font-size: 0.85rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  html[lang=fr-CH] .gw-pola:not(.gw-pola-pic) .gw-pola-derotate h2 {
    font-size: 1rem;
  }
  html[lang=fr-CH] .gw-pola:not(.gw-pola-pic) .gw-pola-derotate .btn-lg, html[lang=fr-CH] .gw-pola:not(.gw-pola-pic) .gw-pola-derotate .btn-group-lg > .btn {
    font-size: 1rem;
  }
}
.gw-bubblebox {
  margin-bottom: 3rem;
}
.gw-bubblebox.embed-responsive {
  overflow: visible;
  max-width: 85%;
  margin-left: 7%;
}
@media (min-width: 420px) {
  .gw-bubblebox.embed-responsive {
    max-width: 80%;
    margin-left: 10%;
  }
}
@media (min-width: 576px) {
  .gw-bubblebox.embed-responsive {
    max-width: 100%;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .gw-bubblebox.embed-responsive {
    margin-bottom: 3rem;
    max-width: 80%;
    margin-left: 10%;
  }
}
@media (min-width: 992px) {
  .gw-bubblebox.embed-responsive {
    margin-bottom: 1rem;
    max-width: 100%;
    margin-left: 0;
  }
}

.gw-bubble {
  transition: transform 0.5s ease;
  border-radius: 0 0 2rem 2rem;
  background-color: #fff;
  position: relative;
  box-shadow: 1px 2px 4px rgba(70, 48, 6, 0.25);
}
.gw-bubble.embed-responsive-item {
  border: 3px solid #c78810;
}
.gw-bubble h3 {
  padding: 0.5rem 1rem;
  margin: 0;
  font-size: 1.5rem;
  border-bottom: 3px solid #c78810;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .gw-bubble h3 {
    font-size: 1.2rem;
  }
}
@media (min-width: 1200px) {
  .gw-bubble h3 {
    font-size: 1.5rem;
  }
}
.gw-bubble .gw-bubble-inner {
  padding: 0.5rem 1rem 1rem;
  overflow: hidden;
}
.gw-bubble .gw-bubble-inner p {
  color: #212529;
  font-size: 0.95rem;
  line-height: 1.3;
}
.gw-bubble .gw-bubble-inner .gw-likealink {
  font-size: 0.85rem;
  color: #007fbf;
  text-transform: uppercase;
  text-align: right;
}
.gw-bubble:before, .gw-bubble:after {
  content: "";
  display: block;
  position: absolute;
  right: 20%;
  bottom: -1.25rem;
  width: 2rem;
  height: 2rem;
  border: 3px solid #c78810;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 1px 2px 4px rgba(70, 48, 6, 0.25);
}
.gw-bubble:after {
  width: 1rem;
  height: 1rem;
  bottom: -2rem;
  right: calc(20% + 1.5rem);
}
.gw-bubble:hover .gw-bubble-inner .gw-likealink {
  color: #004c73;
}

@media (min-width: 768px) {
  .gw-bubblebox {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .gw-bubble h3 {
    padding: 0.4rem 0.6rem;
    border-width: 2px;
  }
  .gw-bubble.embed-responsive-item, .gw-bubble:before, .gw-bubble:after {
    border-width: 2px;
  }
  .gw-bubble .gw-bubble-inner {
    padding: 0.4rem 0.6rem;
  }
  .gw-bubble .gw-bubble-inner p, .gw-bubble .gw-bubble-inner .gw-likealink {
    font-size: 1vw;
  }
}
@media (min-width: 1200px) {
  .gw-bubble h3 {
    padding: 0.5rem 1rem;
    font-size: 1.5rem;
    border-width: 3px;
  }
  .gw-bubble.embed-responsive-item, .gw-bubble:before, .gw-bubble:after {
    border-width: 3px;
  }
  .gw-bubble .gw-bubble-inner {
    padding: 0.5rem 1rem;
  }
  .gw-bubble .gw-bubble-inner p, .gw-bubble .gw-bubble-inner .gw-likealink {
    font-size: 0.85rem;
  }
}
.gw-sticky-note {
  margin-top: 1em;
  color: #212529;
  font-size: 0.8rem;
  transform: translateY(0);
  transition: transform 0.33s ease;
}
.gw-sticky-note .gw-sticky-note-inner {
  padding: 0.5rem 4% 1rem 5%;
  border-radius: 0 0 80% 0/0 0 12% 0;
  box-shadow: 1px 1px 4px rgba(70, 48, 6, 0.25);
  background-color: #fff;
  position: relative;
  z-index: auto;
  transition: box-shadow 0.33s ease;
}
.gw-sticky-note .gw-sticky-note-inner:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 19px;
  right: 2px;
  left: auto;
  width: 50%;
  top: 70%;
  border-radius: 0 0 100% 0/0 0 50% 0;
  background: transparent;
  box-shadow: 0 18px 10px rgba(70, 48, 6, 0.25);
  transform: rotate(1.5deg);
  transition: all 0.33s ease;
}
.gw-sticky-note .gw-behind {
  font-size: 1rem;
}
.gw-sticky-note:hover {
  transform: translateY(-0.25rem);
}
.gw-sticky-note:hover .gw-sticky-note-inner {
  box-shadow: 2px 2px 6px rgba(70, 48, 6, 0.25);
}
.gw-sticky-note:hover .gw-sticky-note-inner:after {
  transform: rotate(4deg);
  right: 1px;
  bottom: 16px;
}
.gw-sticky-note .gw-datum {
  font-weight: 700;
}

.gw-stickynote-checked .gw-sticky-note {
  position: relative;
  transform: translateY(-0.25rem) scale(1.03);
}
.gw-stickynote-checked .gw-sticky-note .gw-sticky-note-inner {
  box-shadow: 2px 2px 6px #80580a;
}
.gw-stickynote-checked .gw-sticky-note:after {
  content: "\e936";
  width: 2rem;
  height: 2rem;
  background: #4a95cc;
  position: absolute;
  right: 1rem;
  bottom: -0.9rem;
  border-radius: 1rem;
  font-family: "gateicons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 2;
  color: white;
  text-align: center;
  font-size: 1rem;
  animation-name: icon-drop;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  opacity: 0;
}

.gw-aside .gw-sticky-note {
  margin-bottom: 1.5rem;
}

.gw-catname {
  display: block;
  text-transform: uppercase;
  font-size: 0.6rem;
  text-align: right;
  margin-bottom: 0.2rem;
}

.gw-behindbox {
  margin-bottom: 0.2rem;
}

.gw-behind {
  display: inline;
  line-height: 1.85;
}
.gw-behind span {
  padding: 0.25rem 0.25rem 0.25rem 0;
  box-shadow: 0.5rem 0 0 rgba(135, 136, 138, 0.7), -0.25rem 0 0 rgba(135, 136, 138, 0.7);
  background-color: rgba(135, 136, 138, 0.7);
  color: #fff;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

@media (min-width: 992px) {
  .gw-sticky-note {
    font-size: 0.7rem;
  }
}
@media (min-width: 1200px) {
  .gw-sticky-note {
    font-size: 0.8rem;
  }
}
.gw-stickynote .gw-sticky-note .gw-sticky-note-figure {
  margin: -0.5rem -1rem 0.5rem -1rem;
}
.gw-stickynote .gw-sticky-note .gw-sticky-note-inner-rounded {
  background: white;
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
  transition: box-shadow 0.33s ease;
  overflow: hidden;
}
.gw-stickynote .gw-sticky-note .gw-sticky-note-inner-rounded:hover {
  box-shadow: 0 3px 6px rgba(70, 48, 6, 0.25);
  transition: box-shadow 0.1s ease;
}
.gw-stickynote.gw-tealish .gw-behind span {
  background-color: rgba(63, 134, 108, 0.9);
  box-shadow: 0.5rem 0 0 rgba(63, 134, 108, 0.9), -0.25rem 0 0 rgba(63, 134, 108, 0.9);
}

@font-face {
  font-family: "gateicons";
  src: url("../fonts/gateicons.eot?sf1h5f");
  src: url("../fonts/gateicons.eot?sf1h5f#iefix") format("embedded-opentype"), url("../fonts/gateicons.woff2?sf1h5f") format("woff2"), url("../fonts/gateicons.ttf?sf1h5f") format("truetype"), url("../fonts/gateicons.woff?sf1h5f") format("woff"), url("../fonts/gateicons.svg?sf1h5f#gateicons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "gateicons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^=icon-].icon-round, [class*=" icon-"].icon-round {
  padding: 4px;
  font-size: 0.6rem;
  border-radius: 1rem;
}

.icon-stempel-bullet:before {
  content: "\e900";
}

.icon-instagram:before {
  content: "\e901";
}

.icon-xing:before {
  content: "\e902";
}

.icon-google:before {
  content: "\e903";
}

.icon-facebook:before {
  content: "\e904";
}

.icon-home:before {
  content: "\e905";
}

.icon-pencil:before {
  content: "\e906";
}

.icon-lock:before {
  content: "\e907";
}

.icon-unlock:before {
  content: "\e908";
}

.icon-cog:before {
  content: "\e909";
}

.icon-trash:before {
  content: "\e90a";
}

.icon-heart:before {
  content: "\e90b";
}

.icon-star:before {
  content: "\e90c";
}

.icon-envelope:before {
  content: "\e90d";
}

.icon-paperclip:before {
  content: "\e90e";
}

.icon-paper-plane:before {
  content: "\e90f";
}

.icon-reply:before {
  content: "\e910";
}

.icon-hdd-down:before {
  content: "\e911";
}

.icon-hdd-up:before {
  content: "\e912";
}

.icon-file-empty:before {
  content: "\e913";
}

.icon-folder:before {
  content: "\e914";
}

.icon-clipboard-user:before {
  content: "\e915";
}

.icon-enter:before {
  content: "\e916";
}

.icon-exit:before {
  content: "\e917";
}

.icon-equalizer:before {
  content: "\e918";
}

.icon-user:before {
  content: "\e919";
}

.icon-cart-empty:before {
  content: "\e91a";
}

.icon-map-marker:before {
  content: "\e91b";
}

.icon-calendar-full:before {
  content: "\e91c";
}

.icon-laptop-phone:before {
  content: "\e91d";
}

.icon-launch:before {
  content: "\e91e";
}

.icon-lamp:before {
  content: "\e91f";
}

.icon-quote-open:before {
  content: "\e920";
}

.icon-quote-close:before {
  content: "\e921";
}

.icon-chart-settings:before {
  content: "\e922";
}

.icon-happy:before {
  content: "\e923";
}

.icon-smile:before {
  content: "\e924";
}

.icon-grin:before {
  content: "\e925";
}

.icon-tongue:before {
  content: "\e926";
}

.icon-sad:before {
  content: "\e927";
}

.icon-wink:before {
  content: "\e928";
}

.icon-dream:before {
  content: "\e929";
}

.icon-shocked:before {
  content: "\e92a";
}

.icon-shocked2:before {
  content: "\e92b";
}

.icon-tongue2:before {
  content: "\e92c";
}

.icon-neutral:before {
  content: "\e92d";
}

.icon-happy-grin:before {
  content: "\e92e";
}

.icon-cool:before {
  content: "\e92f";
}

.icon-download:before {
  content: "\e930";
}

.icon-upload:before {
  content: "\e931";
}

.icon-file-image:before {
  content: "\e932";
}

.icon-magnifier:before {
  content: "\e933";
}

.icon-cross:before {
  content: "\e934";
}

.icon-menu:before {
  content: "\e935";
}

.icon-check:before {
  content: "\e936";
}

.icon-cross-big:before {
  content: "\e937";
}

.icon-plus:before {
  content: "\e938";
}

.icon-minus:before {
  content: "\e939";
}

.icon-chevron-up:before {
  content: "\e93a";
}

.icon-chevron-down:before {
  content: "\e93b";
}

.icon-chevron-left:before {
  content: "\e93c";
}

.icon-chevron-right:before {
  content: "\e93d";
}

.icon-arrow-up:before {
  content: "\e93e";
}

.icon-arrow-down:before {
  content: "\e93f";
}

.icon-arrow-left:before {
  content: "\e940";
}

.icon-arrow-right:before {
  content: "\e941";
}

.icon-warning:before {
  content: "\e942";
}

.icon-play-circle:before {
  content: "\e943";
}

.icon-square:before {
  content: "\e944";
}

.icon-plus-square:before {
  content: "\e945";
}

.icon-minus-square:before {
  content: "\e946";
}

.icon-chevron-up-square:before {
  content: "\e947";
}

.icon-chevron-down-square:before {
  content: "\e948";
}

.icon-chevron-left-square:before {
  content: "\e949";
}

.icon-chevron-right-square:before {
  content: "\e94a";
}

.icon-check-square:before {
  content: "\e94b";
}

.icon-cross-square:before {
  content: "\e94c";
}

.icon-ellipsis:before {
  content: "\e94d";
}

.icon-search:before {
  content: "\e94e";
}

.icon-avatar:before {
  content: "\e94f";
}

.icon-avatar-full:before {
  content: "\e950";
}

.icon-file-png:before {
  content: "\e951";
}

.icon-file-png-full:before {
  content: "\e952";
}

.icon-file-pdf:before {
  content: "\e953";
}

.icon-file-pdf-full:before {
  content: "\e954";
}

.icon-file-mp3:before {
  content: "\e955";
}

.icon-file-mp3-full:before {
  content: "\e956";
}

.icon-file-jpg:before {
  content: "\e957";
}

.icon-file-jpg-full:before {
  content: "\e958";
}

.icon-file-eps:before {
  content: "\e959";
}

.icon-file-eps-full:before {
  content: "\e95a";
}

.icon-file-tiff:before {
  content: "\e95b";
}

.icon-file-tiff-full:before {
  content: "\e95c";
}

.icon-file-doc:before {
  content: "\e95d";
}

.icon-file-doc-full:before {
  content: "\e95e";
}

.icon-file-xls:before {
  content: "\e95f";
}

.icon-file-xls-full:before {
  content: "\e960";
}

.icon-file-docx:before {
  content: "\e961";
}

.icon-file-docx-full:before {
  content: "\e962";
}

.icon-file-ppt:before {
  content: "\e963";
}

.icon-file-ppt-full:before {
  content: "\e964";
}

.icon-file-xml:before {
  content: "\e965";
}

.icon-file-xml-full:before {
  content: "\e966";
}

.icon-file-xlsx:before {
  content: "\e967";
}

.icon-file-xlsx-full:before {
  content: "\e968";
}

.icon-file-txt:before {
  content: "\e969";
}

.icon-file-txt-full:before {
  content: "\e96a";
}

.icon-file-rtf:before {
  content: "\e96b";
}

.icon-file-rtf-full:before {
  content: "\e96c";
}

.icon-file-m4v:before {
  content: "\e96d";
}

.icon-file-m4v-full:before {
  content: "\e96e";
}

.icon-file-zip:before {
  content: "\e96f";
}

.icon-file-zip-full:before {
  content: "\e970";
}

.icon-document-png:before {
  content: "\e971";
}

.icon-document-png-full:before {
  content: "\e972";
}

.icon-document-pdf:before {
  content: "\e973";
}

.icon-document-pdf-full:before {
  content: "\e974";
}

.icon-document-mp3:before {
  content: "\e975";
}

.icon-document-mp3-full:before {
  content: "\e976";
}

.icon-document-jpg:before {
  content: "\e977";
}

.icon-document-jpg-full:before {
  content: "\e978";
}

.icon-document-eps:before {
  content: "\e979";
}

.icon-document-eps-full:before {
  content: "\e97a";
}

.icon-document-tiff:before {
  content: "\e97b";
}

.icon-document-tiff-full:before {
  content: "\e97c";
}

.icon-document-doc:before {
  content: "\e97d";
}

.icon-document-doc-full:before {
  content: "\e97e";
}

.icon-document-xls:before {
  content: "\e97f";
}

.icon-document-xls-full:before {
  content: "\e980";
}

.icon-document-docx:before {
  content: "\e981";
}

.icon-document-docx2:before {
  content: "\e982";
}

.icon-document-ppt:before {
  content: "\e983";
}

.icon-document-ppt-full:before {
  content: "\e984";
}

.icon-document-xml:before {
  content: "\e985";
}

.icon-document-xml-full:before {
  content: "\e986";
}

.icon-document-xlsx:before {
  content: "\e987";
}

.icon-document-xlsx-full:before {
  content: "\e988";
}

.icon-document-diagrams:before {
  content: "\e995";
}

.icon-document-certificate:before {
  content: "\e996";
}

.icon-question-circle:before {
  content: "\e989";
}

.icon-arrow-left-square:before {
  content: "\e98a";
}

.icon-arrow-right-square:before {
  content: "\e98b";
}

.icon-bigarrow-left:before {
  content: "\e98c";
}

.icon-bigarrow-right:before {
  content: "\e98d";
}

.icon-checkstamp:before {
  content: "\e98e";
}

.icon-blog:before {
  content: "\e98f";
}

.icon-news:before {
  content: "\e990";
}

.icon-team:before {
  content: "\e991";
}

.icon-cake:before {
  content: "\e7fe";
}

.icon-telephone:before {
  content: "\e76a";
}

.icon-smartphone:before {
  content: "\e7a6";
}

.icon-star-full:before {
  content: "\e997";
}

.icon-bubble:before {
  content: "\e7d6";
}

.icon-earth:before {
  content: "\e884";
}

.icon-alarm:before {
  content: "\e8aa";
}

.icon-envelope-open:before {
  content: "\e697";
}

.icon-reply-all:before {
  content: "\e69b";
}

.icon-inbox:before {
  content: "\e69c";
}

.icon-envelope-dot:before {
  content: "\e998";
}

.icon-couvert:before {
  content: "\e999";
}

.icon-couvert-dot:before {
  content: "\e99a";
}

.icon-couvert-open:before {
  content: "\e99b";
}

.icon-analysis:before {
  content: "\e7fc";
}

.icon-certificate:before {
  content: "\e992";
}

.icon-youtube:before {
  content: "\e993";
}

.icon-twitter:before {
  content: "\e994";
}

.icon-map:before {
  content: "\e99c";
}

.icon-pro-chevron-circle:before {
  content: "\e99d";
}

.icon-pro-chevron:before {
  content: "\e99e";
}

.icon-linkedin:before {
  content: "\e99f";
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.gw-icon-rotation-3s {
  animation: rotation 3s infinite linear;
}
@keyframes icon-drop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  51%, 100% {
    opacity: 1;
  }
}
.gw-icon-drop {
  opacity: 0;
  animation-name: icon-drop;
  animation-duration: 0.5s;
  animation-delay: 0.1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
@keyframes icon-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.gw-icon-pulse {
  animation-name: icon-pulse;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.gw-icon-addon-missing {
  position: relative;
  margin-right: 1rem;
  color: #9b2e29;
}
.gw-icon-addon-missing:after {
  content: " ? ";
  font-family: Lato, sans-serif;
  font-weight: 900;
  background: #9b2e29;
  border-radius: 2rem;
  width: 1rem;
  position: absolute;
  text-align: center;
  right: -10px;
  color: white;
  font-size: 1rem;
  bottom: -7px;
}

::-moz-placeholder {
  font-weight: 300;
}

::placeholder {
  font-weight: 300;
}

form {
  margin-bottom: 1rem;
}
form label:not(.custom-file-label):not(.custom-control-label):not(.form-check-label),
form fieldset.form-group legend {
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 0.33rem;
}
form label.form-check-label {
  font-weight: 400;
}
form label.custom-file {
  font-weight: 400;
  font-size: 1rem;
}
form .form-row {
  margin-bottom: 1rem;
}
form .form-control[type=date] {
  min-height: 2.375em;
}
form .gw-fold {
  margin-bottom: 1rem;
}
form .gw-fold > legend {
  border-bottom: 1px solid #7bafda;
  position: relative;
  cursor: pointer;
}
form .gw-fold > legend:before {
  font-family: "gateicons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e93a";
  color: #007fbf;
  position: absolute;
  right: 0;
  bottom: 0;
}
form .gw-fold > legend.collapsed:before {
  content: "\e93b";
}
form .gw-fieldset {
  border: 1px solid #aaa;
  padding: 0.5rem 1rem 0;
  margin-bottom: 1rem;
}
form .gw-fieldset legend {
  width: auto;
  padding: 0 0.5rem;
  font-size: 0.9rem;
  font-weight: bold;
  margin-bottom: 0;
}
form .custom-file-label:after {
  color: #fff;
  background-color: #c78810;
  font-weight: 700;
  border-color: #c78810;
}
form .custom-file-label.gw-green-500:after {
  background-color: #92aa84;
  border-color: #92aa84;
}
form .gw-file-input.is-invalid + .custom-file-label:after {
  background-color: #9b2e29;
  border-color: #9b2e29;
}
form .gw-custom-file {
  height: calc(2.8rem + 2px);
}
form .gw-custom-file .custom-file-input {
  height: calc(2.8rem + 2px);
  min-width: 10rem;
  width: 8rem;
}
form .gw-custom-file .custom-file-label {
  background-color: #c78810;
  border-color: #c78810;
  font-size: 1.3rem;
  height: calc(2.8rem + 2px);
}
form .gw-custom-file .custom-file-label:after {
  font-family: "gateicons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  height: calc(2.8rem + 2px);
}
form .gw-custom-file .custom-file-label:before {
  height: calc(2.8rem + 2px);
  font-weight: 400;
}
form .gw-custom-file .custom-file-label:lang(de):empty::after, form .gw-custom-file .custom-file-label:lang(fr):empty::after, form .gw-custom-file .custom-file-label:lang(it):empty::after, form .gw-custom-file .custom-file-label:lang(en):empty::after {
  content: "\e931";
}
form .gw-custom-file.gw-green .custom-file-label {
  background-color: #92aa84;
  border-color: #92aa84;
}
form .gw-custom-file.gw-green .custom-file-label:before {
  background-color: #92aa84;
  border-color: #92aa84;
}
form .gw-custom-file.gw-custom-file-pic .custom-file-control:lang(de):empty::after,
form .gw-custom-file.gw-custom-file-pic .custom-file-control:lang(fr):empty::after,
form .gw-custom-file.gw-custom-file-pic .custom-file-control:lang(it):empty::after,
form .gw-custom-file.gw-custom-file-pic .custom-file-control:lang(en):empty::after {
  content: "\e932";
}

.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.gw-dropdown-select .btn {
  text-align: left;
}
.gw-dropdown-select .dropdown-toggle::after {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 0.7rem;
}
.gw-dropdown-select .dropdown-menu {
  min-width: 100%;
  max-height: 25rem;
  /*overflow-y: auto;*/
}

.gw-input-border-green-500 {
  border: 2px solid #92aa84;
}
.gw-input-border-green-500:focus {
  border-color: #92aa84;
  box-shadow: 0 0 0 0.2rem rgba(146, 170, 132, 0.5);
}

.gw-kendo-filter-autocomplete-primary:focus {
  border-color: #7bafda;
  box-shadow: 0 0 0 0.2rem rgba(123, 175, 218, 0.5);
}

.gw-custom-checkbox {
  padding-left: 2.5rem;
  background: #fafafa;
}
.gw-custom-checkbox:hover {
  background: whitesmoke;
}
.gw-custom-checkbox .custom-control-label {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1rem;
  cursor: pointer;
  width: 100%;
  font-size: 0.85rem;
  font-weight: 700;
}
.gw-custom-checkbox .custom-control-label:before, .gw-custom-checkbox .custom-control-label:after {
  top: 1rem;
}
.gw-custom-checkbox.gw-custom-checkbox-highlight .custom-control-input:not(:checked) + .custom-control-label {
  color: #6c757d;
}
.gw-custom-checkbox.gw-custom-checkbox-highlight.gw-custom-checkbox-highlight-green-700 .custom-control-input:not(:checked) + .custom-control-label {
  color: #c5c6c8;
}
.gw-custom-checkbox.gw-custom-checkbox-highlight.gw-custom-checkbox-highlight-green-700 .custom-control-input:checked + .custom-control-label {
  color: #648c4e;
}
.gw-custom-checkbox.gw-custom-checkbox-small .custom-control-label {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.gw-custom-checkbox.gw-custom-checkbox-small .custom-control-label:before, .gw-custom-checkbox.gw-custom-checkbox-small .custom-control-label:after {
  top: 0.4rem;
}
.gw-custom-checkbox.gw-custom-checkbox-empty {
  padding-left: 0;
}
.gw-custom-checkbox.gw-custom-checkbox-empty .custom-control-label:empty {
  min-height: 3rem;
}
.gw-custom-checkbox.gw-custom-checkbox-empty .custom-control-label:before, .gw-custom-checkbox.gw-custom-checkbox-empty .custom-control-label:after {
  left: 1.25rem;
}

.gw-custom-checkbox-smalltext label {
  font-size: 0.85rem;
  line-height: 1.4rem;
}

.gw-custom-file-input-edit-btn {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.gw-custom-file-input-edit-btn input[type=file] {
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 100px;
  z-index: 2;
  opacity: 0; /* Standard: FF gt 1.5, Opera, Safari */
  filter: alpha(opacity=0); /* IE lt 8 */
  -ms-filter: "alpha(opacity=0)"; /* IE 8 */
  -khtml-opacity: 0; /* Safari 1.x */
  -moz-opacity: 0; /* FF lt 1.5, Netscape */
}

.gw-custom-multiselect-checkboxes {
  max-height: 30rem;
  overflow-y: scroll;
}
.gw-custom-multiselect-checkboxes .collapse-toggle {
  transition: transform ease 0.3s;
}
.gw-custom-multiselect-checkboxes .collapse-toggle.collapsed {
  transform: rotate(180deg);
}
.gw-custom-multiselect-checkboxes .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #4a95cc;
  border-color: #4a95cc;
}

.gw-custom-switch {
  background: white;
  padding-left: 3.5rem;
}
.gw-custom-switch .custom-control-label {
  padding-top: 1rem;
  padding-bottom: 1rem;
  cursor: pointer;
  width: 100%;
  font-size: 0.85rem;
  font-weight: 700;
}
.gw-custom-switch .custom-control-label:before {
  top: 1.1rem;
}
.gw-custom-switch .custom-control-label:after {
  top: calc(1.1rem + 2px);
}

.gw-custom-indeterminate-checkbox .custom-control-input:indeterminate ~ .custom-control-label:before {
  background-color: #c5c6c8;
  border-color: #c5c6c8;
}

.custom-checkbox.gw-custom-checkbox-lg {
  min-height: 3.5rem;
  padding-left: 3rem;
}
.custom-checkbox.gw-custom-checkbox-lg .custom-control-label:after, .custom-checkbox.gw-custom-checkbox-lg .custom-control-label:before {
  width: 3rem;
  height: 3rem;
  left: -3rem;
  cursor: pointer;
}

.custom-radio.gw-custom-radio-lg {
  min-height: 3.5rem;
  padding-left: 3rem;
}
.custom-radio.gw-custom-radio-lg .custom-control-label:after, .custom-radio.gw-custom-radio-lg .custom-control-label:before {
  width: 3rem;
  height: 3rem;
  left: -3rem;
  border-radius: 0;
  cursor: pointer;
}

.gw-jobs .gw-company-logo {
  max-width: 100%;
  max-height: 10rem;
}
.gw-jobs .gw-content .gw-jobindicator {
  font-size: 1.33rem;
}

@media (min-width: 768px) {
  .gw-home .gw-content {
    z-index: 1;
    padding-top: 0;
  }
  .gw-home .gw-content .gw-contentbox .gw-polarow {
    margin-top: -3rem;
    background: none;
  }
  .gw-home .gw-polabox:not(.gw-polabox-color) {
    transform: scale(1.1);
  }
}
.gw-home .gw-polarow {
  margin-bottom: 1.5rem;
}
.gw-home .gw-stickyrow {
  margin-bottom: 1.5rem;
}
.gw-home .ui-autocomplete {
  z-index: 1000;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  max-width: 40rem;
}
.gw-home .ui-autocomplete .ui-menu-item {
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  /*white-space: nowrap;*/
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
.gw-home .ui-autocomplete .ui-menu-item:hover, .gw-home .ui-autocomplete .ui-menu-item:focus {
  color: #004c73;
  text-decoration: none;
  background-color: rgba(175, 200, 229, 0.4);
}
.gw-home .ui-helper-hidden-accessible {
  display: none;
}

.gw-searchbox {
  margin-bottom: 2rem;
}
.gw-searchbox .gw-searchtitle {
  margin-bottom: 1rem;
  transform: rotate(-1.75deg);
}
.gw-searchbox .gw-searchtitle .gw-behind {
  line-height: 1.6;
  font-weight: 700;
}
.gw-searchbox .gw-searchtitle .gw-behind span {
  box-shadow: none;
  background-color: #7bafda;
  -webkit-hyphens: none;
          hyphens: none;
}
.gw-searchbox .nav-tabs .nav-item {
  background-color: rgba(123, 175, 218, 0.5);
  padding-left: 0.5rem;
  margin-right: 3px;
  transition: background 0.3s ease, border 0.3s ease;
  font-size: 0.8rem;
}
@media (min-width: 420px) {
  .gw-searchbox .nav-tabs .nav-item {
    font-size: 0.9rem;
  }
}
@media (min-width: 768px) {
  .gw-searchbox .nav-tabs .nav-item {
    font-size: 1rem;
  }
}
.gw-searchbox .nav-tabs .nav-item.nav-link {
  color: #fff;
}
.gw-searchbox .nav-tabs .nav-item:hover {
  background-color: #4a95cc;
  border-color: #4a95cc;
}
.gw-searchbox .nav-tabs .nav-item.active, .gw-searchbox .nav-tabs .nav-item.active:hover {
  background-color: #7bafda;
  border-color: #7bafda;
  cursor: default;
}
.gw-searchbox .tab-pane {
  background-color: #7bafda;
  padding-top: 1rem;
}
.gw-searchbox .tab-pane .form-control {
  border-color: #7bafda;
  border-bottom: 2px solid #007fbf;
  margin-bottom: 0.5rem;
}
.gw-searchbox .tab-pane .form-group.row {
  background-color: transparent;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0.25rem;
}
.gw-searchbox .tab-pane [class^=col-], .gw-searchbox .tab-pane [class*=" col-"] {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.gw-searchbox .tab-pane .btn.btn-primary {
  width: 100%;
  padding: 0.25rem 0.75rem;
  background-color: rgba(123, 175, 218, 0.5);
  border: rgba(123, 175, 218, 0.5);
}
.gw-searchbox .tab-pane .btn.btn-primary i {
  font-size: 1.6rem;
  transition: color 0.3s ease;
}
.gw-searchbox .tab-pane .btn.btn-primary:hover i {
  color: #007fbf;
}

html[lang=fr-CH] .gw-home .gw-searchbox .nav-tabs .nav-item {
  width: calc(50% - 1px);
  max-width: 50%;
  margin-right: 0;
  margin-bottom: 2px;
  text-align: center;
}
html[lang=fr-CH] .gw-home .gw-searchbox .nav-tabs .nav-item:first-child() {
  margin-right: 2px;
}
html[lang=fr-CH] .gw-home .gw-searchbox .nav-tabs .nav-item:last-child() {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  html[lang=fr-CH] .gw-home .gw-searchbox .nav-tabs .nav-item {
    width: unset;
    width: auto;
    margin-right: 3px;
    margin-bottom: -1px;
    text-align: left;
  }
  html[lang=fr-CH] .gw-home .gw-searchbox .nav-tabs .nav-item:first-child() {
    border-right: none;
  }
  html[lang=fr-CH] .gw-home .gw-searchbox .nav-tabs .nav-item:last-child() {
    width: unset;
    width: auto;
  }
}
@media (min-width: 992px) {
  html[lang=fr-CH] .gw-home .gw-searchbox .nav-tabs .nav-item {
    font-size: 0.9rem;
  }
}

@media (min-width: 768px) {
  .gw-bubblerow {
    margin-bottom: 0.75rem;
  }
}
.gw-sensebox {
  padding: 0.5rem;
  background-color: rgba(146, 170, 132, 0.3);
  margin: 0.5rem 0;
}
.gw-sensebox .gw-claimbox {
  position: static;
  padding: 1rem;
  background-color: rgba(51, 109, 55, 0.3);
}
.gw-sensebox .gw-claimbox h2 {
  font-size: 1.45rem;
  color: #fff;
}
@media (min-width: 768px) {
  .gw-sensebox .gw-claimbox h2 {
    font-size: 1.95rem;
  }
}
@media print {
  .gw-sensebox .gw-claimbox h2 {
    color: #000;
  }
}
.gw-sensebox .gw-claimbox h2.gw-behind {
  line-height: 1.275;
}
.gw-sensebox .gw-claimbox h2.gw-behind span {
  padding: 0.06667rem 0.25rem 0.06667rem 0;
  box-shadow: 0.5rem 0 0 rgba(74, 149, 204, 0.7), -0.25rem 0 0 rgba(74, 149, 204, 0.7);
  background-color: rgba(74, 149, 204, 0.7);
}

.gw-jobsearch-autocomplete .ui-autocomplete {
  z-index: 1060;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  max-width: 40rem;
}
.gw-jobsearch-autocomplete .ui-autocomplete .ui-menu-item {
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  /*white-space: nowrap;*/
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
.gw-jobsearch-autocomplete .ui-autocomplete .ui-menu-item:hover, .gw-jobsearch-autocomplete .ui-autocomplete .ui-menu-item:focus {
  color: #004c73;
  text-decoration: none;
  background-color: rgba(175, 200, 229, 0.4);
}
.gw-jobsearch-autocomplete .ui-helper-hidden-accessible {
  display: none;
}

@media print {
  @page {
    size: 210mm 297mm;
    margin: 12mm 10mm 12mm 12mm;
  }
}
@media print {
  body {
    font-size: 0.85rem;
  }
  .gw-menu,
  .navbar-toggler,
  .navbar-expand-md .navbar-collapse.gw-metabox,
  .gw-navbox {
    display: none !important;
  }
  footer a,
  a.gw-stickynote,
  a.gw-crosslink,
  a.btn,
  .gw-intrabar a {
    text-decoration: none;
  }
  footer a:visited,
  a.gw-stickynote:visited,
  a.gw-crosslink:visited,
  a.btn:visited,
  .gw-intrabar a:visited {
    text-decoration: none;
  }
  .badge {
    background: none;
  }
  .badge,
  .badge-pill,
  th {
    color: black !important;
  }
}
.spinner {
  margin: auto;
  width: 50px;
  height: 24px;
  text-align: center;
  font-size: 10px;
}

.spinner.large {
  margin: 100px auto;
  height: 40px;
}

.btn-lg .spinner, .btn-group-lg > .btn .spinner {
  height: 28px;
}

.gw-btn-inner .spinner {
  height: 32px;
  margin: 0 -14.3px;
}

.spinner div {
  background-color: #4a95cc;
  height: 100%;
  width: 6px;
  display: inline-block;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.btn .spinner div {
  background-color: #fff;
}
.btn.btn-outline-red-dark .spinner div {
  background-color: #9b2e29;
}
.btn.text-secondary .spinner div {
  background-color: #c78810;
}

.spinner.spinner-white div {
  background-color: white;
}

.spinner .rect2 {
  animation-delay: -1.1s;
}

.spinner .rect3 {
  animation-delay: -1s;
}

.spinner .rect4 {
  animation-delay: -0.9s;
}

.spinner .rect5 {
  animation-delay: -0.8s;
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
.alert i[class^=icon-] {
  font-size: 1.4rem;
}

.gw-alert-ul {
  padding-left: 0;
}

.badge-thin {
  font-size: 11px;
  font-weight: normal;
}

.badge-outline-primary {
  background-color: white;
  border: 1px solid #007fbf;
  color: #007fbf;
}

.badge-outline-secondary {
  background-color: white;
  border: 1px solid #c78810;
  color: #c78810;
}

.badge-outline-success {
  background-color: white;
  border: 1px solid #336d37;
  color: #336d37;
}

.badge-outline-info {
  background-color: white;
  border: 1px solid #4a95cc;
  color: #4a95cc;
}

.badge-outline-warning {
  background-color: white;
  border: 1px solid #ffc107;
  color: #ffc107;
}

.badge-outline-danger {
  background-color: white;
  border: 1px solid #b73328;
  color: #b73328;
}

.badge-outline-light {
  background-color: white;
  border: 1px solid #f8f9fa;
  color: #f8f9fa;
}

.badge-outline-dark {
  background-color: white;
  border: 1px solid #343a40;
  color: #343a40;
}

.badge-outline-primary-700 {
  background-color: white;
  border: 1px solid #4a95cc;
  color: #4a95cc;
}

.badge-outline-primary-500 {
  background-color: white;
  border: 1px solid #7bafda;
  color: #7bafda;
}

.badge-outline-primary-300 {
  background-color: white;
  border: 1px solid #afc8e5;
  color: #afc8e5;
}

.badge-outline-primary-1050 {
  background-color: white;
  border: 1px solid #006ea6;
  color: #006ea6;
}

.badge-outline-secondary-500 {
  background-color: white;
  border: 1px solid #deb45e;
  color: #deb45e;
}

.badge-outline-secondary-300 {
  background-color: white;
  border: 1px solid #e9cea2;
  color: #e9cea2;
}

.badge-outline-red-light {
  background-color: white;
  border: 1px solid #b73328;
  color: #b73328;
}

.badge-outline-red-light-500 {
  background-color: white;
  border: 1px solid #e0979e;
  color: #e0979e;
}

.badge-outline-red-light-300 {
  background-color: white;
  border: 1px solid #e6cad1;
  color: #e6cad1;
}

.badge-outline-red-dark {
  background-color: white;
  border: 1px solid #9b2e29;
  color: #9b2e29;
}

.badge-outline-red-dark-500 {
  background-color: white;
  border: 1px solid #c99e93;
  color: #c99e93;
}

.badge-outline-red-dark-300 {
  background-color: white;
  border: 1px solid #e7d2ce;
  color: #e7d2ce;
}

.badge-outline-tealish {
  background-color: white;
  border: 1px solid #3f866c;
  color: #3f866c;
}

.badge-outline-tealish-500 {
  background-color: white;
  border: 1px solid #adcbbf;
  color: #adcbbf;
}

.badge-outline-tealish-300 {
  background-color: white;
  border: 1px solid #d6e3dd;
  color: #d6e3dd;
}

.badge-outline-green {
  background-color: white;
  border: 1px solid #336d37;
  color: #336d37;
}

.badge-outline-green-700 {
  background-color: white;
  border: 1px solid #648c4e;
  color: #648c4e;
}

.badge-outline-green-500 {
  background-color: white;
  border: 1px solid #92aa84;
  color: #92aa84;
}

.badge-outline-green-300 {
  background-color: white;
  border: 1px solid #cdd2c6;
  color: #cdd2c6;
}

.badge-outline-byline-700 {
  background-color: white;
  border: 1px solid #87888a;
  color: #87888a;
}

.badge-outline-byline-500 {
  background-color: white;
  border: 1px solid #c5c6c8;
  color: #c5c6c8;
}

.badge-outline-byline-400 {
  background-color: white;
  border: 1px solid #E6E6E6;
  color: #E6E6E6;
}

.badge-outline-byline-300 {
  background-color: white;
  border: 1px solid #eceded;
  color: #eceded;
}

.badge-outline-byline-100 {
  background-color: white;
  border: 1px solid #fafafa;
  color: #fafafa;
}

.badge-outline-brown {
  background-color: white;
  border: 1px solid #c1a497;
  color: #c1a497;
}

.badge-outline-body-bg {
  background-color: white;
  border: 1px solid #f0f0f0;
  color: #f0f0f0;
}

.gw-badge-headline {
  font-size: 1rem;
}

@media (min-width: 768px) {
  .gw-banner .gw-banner-exclamation {
    font-size: 5rem;
  }
}

@media (max-width: 1199.98px) {
  .gw-overflow-x-lg-auto {
    overflow-x: auto;
  }
}
.gw-berufsbildungssystem {
  min-width: 65rem;
  background-position: center;
  background-size: cover;
}
.gw-berufsbildungssystem .gw-buttonlike {
  font-size: 1.25rem;
  font-weight: 300;
  cursor: pointer;
  margin: 0;
}
.gw-berufsbildungssystem .gw-buttonlike:hover {
  text-decoration: underline;
}
.gw-berufsbildungssystem .gw-sekundar {
  background: #6fbca0;
  cursor: pointer;
}
.gw-berufsbildungssystem .gw-sekundar:hover {
  background: #5eb394;
}
.gw-berufsbildungssystem .gw-sekundar-2 {
  background: #47977a;
  cursor: pointer;
}
.gw-berufsbildungssystem .gw-zwischenzeit:hover {
  cursor: pointer;
  background: #b8b9bc !important;
}

.gw-berufsfeld {
  transition: ease 0.3s all;
  position: relative;
}
.gw-berufsfeld:hover {
  transform: scale(1.05);
}

.gw-bgimage-rounded {
  width: 6rem;
  height: 6rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: white;
  border-radius: 10rem;
}

.gw-blog-wrapper {
  background: rgba(231, 210, 206, 0.6);
}

.gw-blogger-media {
  font-size: 0.8rem;
  transition: transform 0.33s ease;
}
.gw-blogger-media:hover {
  transform: translateY(-0.25rem);
}

.gw-layout-full-blog .gw-head {
  margin-bottom: 1.5rem;
}
.gw-layout-full-blog .gw-subheader {
  font-size: 1.5rem;
  font-style: italic;
}
.gw-layout-full-blog h3 {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .gw-layout-full-blog h3 {
    margin-top: 3rem;
  }
}
.gw-layout-full-blog h4 {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .gw-layout-full-blog h4 {
    margin-top: 2rem;
  }
}
.gw-layout-full-blog .gw-blog-mark {
  background: inherit;
  color: inherit;
  box-shadow: inset 0 -8px rgb(232, 211, 207);
  padding: 0;
}
.gw-layout-full-blog .gw-blog-question {
  font-style: italic;
  padding-left: 2rem;
  font-size: 1.5rem;
  position: relative;
  margin-top: 2.5rem;
}
.gw-layout-full-blog .gw-blog-question:before {
  position: absolute;
  content: "\e7d6";
  font-family: "gateicons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  left: 0;
  top: 5px;
}
.gw-layout-full-blog .info {
  font-family: "Courier New", serif;
}

.gw-blog-share .gw-toggler .gw-toggler-span {
  font-size: 3rem;
  transition: ease transform 0.5s;
}
.gw-blog-share .gw-toggler:not(.collapsed) .gw-toggler-span {
  transform: rotate(-45deg);
}
.gw-box-group {
  position: relative;
  display: inline-flex;
}
.gw-box-group .gw-box {
  border: 1px solid #c5c6c8;
  color: #c5c6c8;
  padding: 0.375rem 1rem;
  margin-bottom: 0;
}
.gw-box-group .gw-box + .gw-box {
  margin-left: -1px;
}
.gw-box-group.gw-box-group-evaluation:not(.active) .gw-box:first-child {
  background: #eceded;
  color: #87888a;
}
.gw-box-group.gw-box-group-evaluation.active .gw-box {
  border: 1px solid #4a95cc;
  color: #4a95cc;
  font-weight: bold;
}
.gw-box-group.gw-box-group-evaluation.active .gw-box.active {
  background: #4a95cc;
  color: white;
}

.gw-btn-collapse-icon.collapsed i.icon-chevron-up:before {
  content: "\e93b";
}

.gw-btn-color-picker + .dropdown-menu .dropdown-item {
  color: white !important;
  font-weight: bold;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.gw-btn-group-evaluation {
  margin-right: 1rem;
}
.gw-btn-group-evaluation .btn {
  padding-left: 1rem;
  padding-right: 1rem;
}
.gw-btn-group-evaluation:not(.active) .btn:not(:hover) {
  border-color: #c5c6c8;
  color: #c5c6c8;
}
.gw-btn-group-evaluation:not(.active) .btn:not(:hover):first-child {
  background: #eceded;
  color: #87888a;
}

.gw-btn-group-rounded .btn:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.gw-btn-group-rounded .btn:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.gw-btn-nowrap {
  white-space: normal;
  text-align: left;
}

.gw-btnrow-rubriquebox .btn {
  font-size: 0.75rem;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
  padding-left: 1rem;
  padding-right: 1rem;
  border-left-width: 0px;
}
@media (min-width: 768px) {
  .gw-btnrow-rubriquebox .btn {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.gw-btnrow-rubriquebox .btn:first-child {
  border-left-width: 1px;
}
.gw-btnrow-rubriquebox .btn:hover {
  color: #212529;
}
.gw-btnrow-rubriquebox [class*=btn-outline-]:hover {
  color: white;
}

@media (max-width: 767.98px) {
  .gw-aside .gw-button-further .bg-light {
    background-color: #f0f0f0 !important;
  }
}
.gw-circle {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 100%;
  font-size: 0.85rem;
  color: #fff;
  line-height: 2.2rem;
  text-align: center;
}

.gw-container-max1600 {
  max-width: 1600px;
}

@media (min-width: 992px) {
  .gw-overhide .gw-container-max1600 {
    transform: translateX(35em);
  }
}
.gw-overhide .gw-container-max1600 .row {
  background-color: transparent;
}

.gw-cookiebar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #eceded;
  padding: 1rem 0;
  z-index: 1030;
  font-size: 0.8rem;
  border-top: 1px solid #c5c6c8;
}
.gw-cookiebar p {
  margin-bottom: 0;
}

.gw-dashboard-box {
  background: white;
  padding: 1.5rem;
  margin-bottom: 3rem;
}
.gw-dashboard-box .gw-filter-row {
  background: #eceded;
  margin-bottom: 1.5rem;
  padding: 0.5rem;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .gw-dashboard-box .gw-filter-row {
    border-radius: 50rem;
  }
}

.gw-evaluation-score {
  background: #fafafa;
  border: 2px solid #dee2e6;
  border-radius: 0.5rem;
  color: #6c757d;
  text-align: center;
  display: inline-block;
  padding: 0 1rem;
}
.gw-evaluation-score .score {
  font-size: 1.8rem;
  font-weight: 300;
}
.gw-evaluation-score.small {
  padding: 0 0.5rem;
}
.gw-evaluation-score.small span {
  font-size: 1.2rem;
}
.gw-evaluation-score.large {
  border-width: 1px;
  padding: 0 2rem;
}
.gw-evaluation-score.large .score {
  font-size: 5rem;
}

.gw-filter-btn {
  background: #f8f9fa;
  padding: 1rem;
  text-align: center;
  color: #87888a;
  position: relative;
  box-shadow: 0px 0px 6px rgba(70, 48, 6, 0);
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
@media (min-width: 992px) {
  .gw-filter-btn {
    height: 100%;
  }
}
.gw-filter-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #4a95cc;
  transition: height 0.3s ease;
}
.gw-filter-btn.active {
  background: white;
  color: #4a95cc;
}
.gw-filter-btn.active:before {
  height: 5px;
}
.gw-filter-btn:hover {
  box-shadow: 2px 2px 6px rgba(70, 48, 6, 0.25);
  transition: background 0.3s ease, box-shadow 0.1s ease;
  cursor: pointer;
}
.gw-filter-btn.gw-my-filter {
  padding: 0.5rem;
}
.gw-filter-btn.gw-my-filter .filter-link {
  color: #87888a;
}
.gw-filter-btn.gw-my-filter .filter-load {
  transition: opacity ease 0.3s;
}
.gw-filter-btn.gw-my-filter.active .dropdown .btn-light:not(:hover) {
  background: transparent !important;
  border-color: transparent;
  box-shadow: none;
}
.gw-filter-btn.gw-my-filter.active .filter-link {
  color: #4a95cc;
}
.gw-filter-btn.gw-my-filter.active .filter-load {
  opacity: 0;
}

.gw-filter-box {
  background: #f8f9fa;
  padding: 1rem;
  color: #87888a;
  position: relative;
}
.gw-filter-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #4a95cc;
  transition: height 0.3s ease;
}
.gw-filter-box.active {
  background: white;
  color: #4a95cc;
}
.gw-filter-box.active:before {
  height: 5px;
}

.gw-filter-container {
  border: 1px solid #c5c6c8;
  padding: 2rem 3rem;
}

.gw-filter-option-divider {
  background-color: #c5c6c8;
  margin: 3rem 0;
}

.gw-searchinfo-content {
  max-width: 15rem;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  transform: translateY(1px);
}

.gw-flag {
  width: 100%;
  height: 100%;
  background-size: 100% auto !important;
  background-repeat: no-repeat !important;
  background-position: bottom center !important;
}
.gw-flag.gw-flag-ch {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgMzIwIj4NCjxwYXRoIGZpbGw9IiNkNTJiMWUiIGQ9Im0wLDBoMzIwdjMyMGgtMzIweiIvPg0KPGcgZmlsbD0iI2ZmZiI+DQo8cGF0aCBkPSJtNjAsMTMwaDIwMHY2MGgtMjAweiIvPg0KPHBhdGggZD0ibTEzMCw2MGg2MHYyMDBoLTYweiIvPg0KPC9nPg0KPC9zdmc+DQo=");
}
.gw-flag.gw-flag-fr {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5MDAgNjAwIj4NCjxwYXRoIGZpbGw9IiNlZDI5MzkiIGQ9Im0wLDBoOTAwdjYwMGgtOTAweiIvPg0KPHBhdGggZmlsbD0iI2ZmZiIgZD0ibTAsMGg2MDB2NjAwaC02MDB6Ii8+DQo8cGF0aCBmaWxsPSIjMDAyMzk1IiBkPSJtMCwwaDMwMHY2MDBoLTMwMHoiLz4NCjwvc3ZnPg0K");
}
.gw-flag.gw-flag-it {
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBoZWlnaHQ9IjEwMDAiIHZpZXdCb3g9IjAgMCAzIDIiPg0KPHBhdGggZmlsbD0iIzAwOTI0NiIgZD0ibTAsMGgxdjJoLTF6Ii8+DQo8cGF0aCBmaWxsPSIjZmZmIiBkPSJtMSwwaDF2MmgtMXoiLz4NCjxwYXRoIGZpbGw9IiNjZTJiMzciIGQ9Im0yLDBoMXYyaC0xeiIvPg0KPC9zdmc+DQo=");
}
.gw-flag.gw-flag-de {
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBoZWlnaHQ9IjYwMCIgdmlld0JveD0iMCAwIDUgMyI+DQo8cGF0aCBkPSJtMCwwaDV2M2gtNXoiLz4NCjxwYXRoIGZpbGw9IiNkMDAiIGQ9Im0wLDFoNXYyaC01eiIvPg0KPHBhdGggZmlsbD0iI2ZmY2UwMCIgZD0ibTAsMmg1djFoLTV6Ii8+DQo8L3N2Zz4NCg==");
}
.gw-flag.gw-flag-li {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNC4xLjIsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxMDI0IDc2OCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTAyNCA3Njg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiMwMDI3ODA7fQ0KCS5zdDF7ZmlsbDojQ0YwODIxO30NCjwvc3R5bGU+DQo8Zz4NCgk8cmVjdCB4PSIxMiIgeT0iNjgiIGNsYXNzPSJzdDAiIHdpZHRoPSIxMDAwIiBoZWlnaHQ9IjMwMCIvPg0KCTxyZWN0IHg9IjEyIiB5PSIzNjgiIGNsYXNzPSJzdDEiIHdpZHRoPSIxMDAwIiBoZWlnaHQ9IjMwMCIvPg0KPC9nPg0KPC9zdmc+DQo=");
}
.gw-flag.gw-flag-at {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNi4wLjMsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxOTIgMTI2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxOTIgMTI2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojRUQyOTM5O30NCgkuc3Qxe2ZpbGw6I0ZGRkZGRjt9DQo8L3N0eWxlPg0KPHJlY3QgeT0iMCIgY2xhc3M9InN0MCIgd2lkdGg9IjE5MiIgaGVpZ2h0PSIxMjYiLz4NCjxyZWN0IHk9IjQzIiBjbGFzcz0ic3QxIiB3aWR0aD0iMTkyIiBoZWlnaHQ9IjQwLjIiLz4NCjwvc3ZnPg0K");
}

.gw-further-link {
  border-radius: 0.25rem;
  padding: 0.375rem 0.75rem;
  margin-bottom: 1rem;
  background: #007fbf !important;
  transition: all 0.4s ease;
  color: white;
  transition: ease background 0.3s;
}
@media-brekpoint-up (lg) {
  .gw-further-link {
    padding: 1.5rem;
  }
}
.gw-further-link p {
  font-size: 1rem;
  color: white;
  font-weight: bold;
  margin-bottom: 0;
}
.gw-further-link p.text-muted {
  color: white !important;
}
.gw-further-link:hover {
  background: #006ea6;
}

.gw-hotline {
  display: none;
}

.gw-hr {
  max-width: 10rem;
  text-align: center;
  margin: 5rem auto !important;
  border-color: #888;
}

[class^=gw-icon-] {
  width: 13px;
  height: 13px;
}
@media (min-width: 576px) {
  [class^=gw-icon-] {
    width: 16px;
    height: 16px;
  }
}

.gw-icon-first {
  border-left: 1px solid #4b545c;
  position: relative;
}
.gw-icon-first:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 9px;
  height: 9px;
  border-left: 1px solid #4b545c;
  border-bottom: 1px solid #4b545c;
  transform: rotate(45deg);
}
@media (min-width: 576px) {
  .gw-icon-first:before {
    top: 3px;
    left: 3px;
    width: 11px;
    height: 11px;
  }
}

.gw-icon-last {
  border-right: 1px solid #4b545c;
  position: relative;
}
.gw-icon-last:before {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 9px;
  height: 9px;
  border-right: 1px solid #4b545c;
  border-top: 1px solid #4b545c;
  transform: rotate(45deg);
}
@media (min-width: 576px) {
  .gw-icon-last:before {
    top: 3px;
    right: 3px;
    width: 11px;
    height: 11px;
  }
}

.gw-input-group-phone .input-group-prepend button span {
  display: none;
}
.gw-input-group-phone .input-group-prepend .gw-flag {
  width: 1.2rem;
  height: 1.2rem;
  display: inline-block;
}
.gw-input-group-phone .input-group-prepend .dropdown-menu .gw-flag {
  margin-right: 0.5rem;
}
.gw-input-group-phone .input-group-prepend .dropdown-menu .gw-location-name {
  margin-right: 0.25rem;
}

/* job page on contao */
.gw-jobs-we-are {
  width: 100%;
  height: calc(100% + 4rem);
  position: absolute;
  top: 0;
  margin-left: -4rem;
}
@media (min-width: 992px) {
  .gw-jobs-we-are {
    width: 50rem;
  }
}

.gw-joboffers {
  margin-top: 1.8rem;
  /*
  @include media-breakpoint-up(lg){
      tbody tr:not(.spacer) {
          transition: ease transform 0.4s;
          background: white;
          @include media-breakpoint-up(md){
              &:hover {
                  transition: ease transform 0.2s;
                  transform: scale(1.05);
              }
          }
      }
  }
  */
}
.gw-joboffers thead th.gw-joboffers-no-entries {
  background: #f0f0f0;
  padding: 0;
  margin: 0;
}
.gw-joboffers .company-recommendation {
  text-align: center;
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .gw-joboffers .company-recommendation {
    border-bottom-right-radius: 0.8rem;
  }
}
.gw-joboffers .company-logo {
  min-width: 10rem;
  transition: all 0.4s ease;
}
.gw-joboffers .company-logo:hover {
  transition: all 0.1s ease;
  transform: scale(1.1);
  box-shadow: 2px 2px 6px rgba(70, 48, 6, 0.25);
}
.gw-joboffers .location, .gw-joboffers .date {
  font-size: 0.9rem;
}
.gw-joboffers .d-flex.flex-column.w-100.h-100.bg-white .d-flex.align-items-center .ml-auto.text-right {
  max-width: 50%;
}
.gw-joboffers .date {
  display: flex;
  justify-content: flex-end;
}
.gw-joboffers .date span {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 80%;
  white-space: nowrap;
}

.list-berufe .list-title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 2.5em;
  display: inline-block;
  width: 1.5em;
  border-bottom: 8px #4a95cc solid;
  color: #343a40;
}

.gw-list-group-versions .list-group-item {
  color: #343a40;
  padding: 0.25rem 0.5rem;
}
.gw-list-group-versions .list-group-item.active {
  background-color: rgba(175, 200, 229, 0.3);
  border-color: rgba(175, 200, 229, 0.5);
  color: #007fbf;
  font-weight: bold;
}
.gw-list-group-versions .list-group-item.online {
  color: #92aa84;
  font-weight: bold;
}
.gw-list-group-versions .list-group-item.online i[class^=icon-] {
  color: #92aa84;
}
.gw-list-group-versions .list-group-item.online.active {
  color: white;
  background-color: rgba(146, 170, 132, 0.5);
}
.gw-list-group-versions .list-group-item.online.active i[class^=icon-] {
  color: white;
}

.gw-list-group-selectable .list-group-item {
  color: #343a40;
}
.gw-list-group-selectable .list-group-item .gw-hint {
  visibility: hidden;
}
.gw-list-group-selectable .list-group-item:not(.gw-limitation):hover {
  background-color: rgba(236, 237, 237, 0.4);
}
.gw-list-group-selectable .list-group-item:not(.gw-limitation):hover .gw-hint {
  visibility: visible;
}
.gw-list-group-selectable .list-group-item:not(.gw-limitation):active {
  border-color: #007fbf;
  color: #007fbf;
  background-color: rgba(175, 200, 229, 0.3);
}
.gw-list-group-selectable .list-group-item.gw-limitation {
  cursor: initial;
  color: #87888a;
  border-color: transparent;
}

.gw-message-box {
  max-width: 40rem;
  text-align: center;
  margin-top: 2rem;
  border-radius: 0.25rem;
  overflow: hidden;
}
.gw-message-box > div {
  padding: 1rem;
}
.gw-message-box .header {
  font-size: 1.8rem;
}
.gw-message-box .body {
  background: white;
}
.gw-message-box .footer {
  color: #87888a;
}
@media (min-width: 768px) {
  .gw-message-box > div {
    padding: 2rem;
  }
  .gw-message-box .header {
    font-size: 2rem;
  }
}

.gw-modal .modal-content {
  background-color: #f0f0f0;
}

.gw-modal .modal-header, .gw-modal .modal-footer {
  border: none;
}

.gw-mobile-navigation-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 576px) {
  .gw-mobile-navigation-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}
.gw-mobile-navigation-wrapper [class^=icon-chevron] {
  margin-top: 0.25rem;
  color: #007fbf;
}

.gw-nav-metanav .nav-link {
  color: #6e6f70;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.gw-nav-metanav .nav-link:hover {
  background: #eceded;
  border: 1px solid #c5c6c8;
}

.gw-nav-pills {
  overflow-x: scroll;
  overflow-y: hidden;
}
.gw-nav-pills .nav-link {
  background: white;
  color: #007fbf;
}
.gw-nav-pills .nav-link:hover {
  color: #004c73;
}
.gw-nav-pills .nav-link.active {
  color: #007fbf;
  background-color: rgba(175, 200, 229, 0.6);
}
.gw-nav-pills .nav-item {
  margin-right: 0.8rem;
}
.gw-nav-pills .nav-item:last-child {
  margin-right: 0;
}

@media (max-width: 767.98px) {
  .gw-nav-pills-tabstrip {
    background: #f8f9fa;
  }
}
.gw-nav-pills-tabstrip .nav-item {
  margin-right: 0.5rem;
  position: relative;
}
.gw-nav-pills-tabstrip .nav-item .nav-link {
  color: #007fbf;
  background: white;
}
.gw-nav-pills-tabstrip .nav-item .nav-link .text {
  margin-left: 0.25rem;
}
@media (max-width: 991.98px) {
  .gw-nav-pills-tabstrip .nav-item .nav-link .text {
    display: none;
  }
}
.gw-nav-pills-tabstrip .nav-item:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  border-left: 5px solid #f0f0f0;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767.98px) {
  .gw-nav-pills-tabstrip .nav-item:before {
    border-left-color: #f8f9fa;
  }
}
.gw-nav-pills-tabstrip .nav-item:first-of-type:before {
  display: none;
}
.gw-nav-pills-tabstrip .nav-item:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  border-left: 5px solid white;
  position: absolute;
  top: 0;
  right: -5px;
}
.gw-nav-pills-tabstrip .nav-item.active {
  display: block;
}
.gw-nav-pills-tabstrip .nav-item.active .nav-link {
  background: rgba(175, 200, 229, 0.4);
}
@media (min-width: 768px) {
  .gw-nav-pills-tabstrip .nav-item.active .nav-link .text {
    display: inline-block;
  }
}
.gw-nav-pills-tabstrip .nav-item.active:after {
  border-left-color: rgba(175, 200, 229, 0.4);
}
.gw-nav-pills-tabstrip .nav-item.disabled .nav-link {
  color: #87888a;
}

@media (min-width: 992px) {
  .gw-nav-pills {
    overflow-x: inherit;
    overflow-x: initial;
  }
  .gw-nav-pills .nav-link {
    font-size: 1.2rem;
  }
}
.gw-nav-tabnavigation li {
  position: relative;
  z-index: 1;
  margin: 0 1rem 0 0;
}
.gw-nav-tabnavigation .nav-link {
  position: relative;
  overflow: hidden;
  letter-spacing: 1px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  color: #87888a;
  margin-top: 0.5rem;
}
.gw-nav-tabnavigation .nav-link:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100.5%;
  background: #d2d8d6;
  background: #adcbbf;
  content: "";
  transition: border 0.3s, background-color 0.3s, transform 0.3s;
  transition-timing-function: ease, ease;
  transition-timing-function: ease, cubic-bezier(0.7, 0, 0.3, 1);
  transform: translate3d(0, 100%, 0) translate3d(0, -1.5px, 0);
}
.gw-nav-tabnavigation .nav-link:hover {
  color: #8eb7a7;
}
.gw-nav-tabnavigation .nav-link:hover:after {
  background: #adcbbf;
}
.gw-nav-tabnavigation .nav-link.active {
  color: white;
}
.gw-nav-tabnavigation .nav-link.active:after {
  transform: translate3d(0, 0, 0);
  background: #adcbbf;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}

.gw-nav-tabnavigation-tab-pane {
  border: 1px solid #adcbbf;
  padding: 2.5rem 2rem;
}

.gw-nav-tabs {
  overflow-x: scroll;
  overflow-y: hidden;
}
.gw-nav-tabs .nav-link {
  border-radius: 0;
  border: none;
  color: #007fbf;
  white-space: nowrap;
}
.gw-nav-tabs .nav-link:hover {
  background-color: #e7e7e7;
}
.gw-nav-tabs .nav-link.active {
  background-color: white;
}
@media (min-width: 992px) {
  .gw-nav-tabs {
    overflow-x: inherit;
    overflow-x: initial;
  }
}

.gw-nav-tabs-dark .nav-item {
  margin-right: 1rem;
}
.gw-nav-tabs-dark .nav-item:last-child {
  margin-right: 0;
}
.gw-nav-tabs-dark .nav-item .nav-link {
  border: none;
  border-bottom: 2px solid transparent;
  color: #87888a;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.gw-nav-tabs-dark .nav-item .nav-link.active {
  border-bottom: 2px solid #343a40;
  color: #343a40;
}

.gw-pagination {
  padding: 0.5rem !important;
  border-color: transparent !important;
}
.gw-pagination .gw-pagination-inner {
  padding: 0.75rem 0;
}
.gw-pagination.dark .page-link {
  background: transparent;
  border-radius: 4px;
}
.gw-pagination.dark .page-link:hover {
  background: #c8c8c8 !important;
}
.gw-pagination.dark .page-link-heavy {
  background: white;
  transition: none;
}
.gw-pagination.dark .page-link-heavy:hover {
  background: #c78810 !important;
  color: white !important;
}
@media (max-width: 575.98px) {
  .gw-pagination.dark .page-item {
    font-size: 0.8rem;
  }
}
.gw-pagination.dark .page-link.selected {
  background: #c78810 !important;
  color: white !important;
}
.gw-pagination .page-link.selected {
  cursor: inherit;
  cursor: initial;
}

.gw-row-table .row {
  background: white;
  border-top: 1px solid #eceded;
}
.gw-row-table .gw-row-header {
  font-weight: bold;
  color: white;
  background: #4a95cc;
  border-color: none;
}
.gw-row-table [class^=col-] {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.gw-row-table .gw-fold.gw-fold-trigger {
  position: relative;
}
.gw-row-table .gw-fold.gw-fold-trigger:after {
  position: absolute;
  right: 0.5rem;
  top: 0.75rem;
}
.gw-row-table .row.collapse, .gw-row-table .row.collapsing {
  background: #fafafa;
}
.gw-row-table .row.collapse .w-100, .gw-row-table .row.collapsing .w-100 {
  border-top: 1px solid #eceded;
}
.gw-row-table.gw-row-table-hover .row.collapse .row:hover {
  background: #e1eaf5 !important;
}

.gw-paket-info {
  background: #7bafda;
  transition: ease background 0.3s;
}
.gw-paket-info .gw-paket-title {
  margin-right: -15px !important;
}

.gw-paket-intro p {
  margin-bottom: 0;
}

.gw-paket-header:hover {
  cursor: pointer;
  background: #fafafa;
}
.gw-paket-header:hover .gw-paket-more i:before {
  color: #004c73;
}

.gw-paket-header:not(.collapsed) {
  background: #fafafa;
}
.gw-paket-header:not(.collapsed) .gw-paket-info {
  background: #007fbf;
}
.gw-paket-header:not(.collapsed) .gw-paket-more i:before {
  content: "\e946";
  color: #004c73;
}

@media (min-width: 992px) {
  .gw-ul-colcount-2 {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
    -webkit-hyphens: auto;
            hyphens: auto;
  }
  .gw-ul-colcount-2 li {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
}
/* gateway profiles */
.gw-profile td, .gw-profile th {
  border: none;
}
.gw-profile thead td {
  vertical-align: bottom;
  padding: 0;
}
.gw-profile thead .head-wrapper.lena, .gw-profile thead .head-wrapper.light {
  padding: 0 1%;
}
.gw-profile .head-info {
  text-align: center;
  padding: 8px 14px;
  background-color: #7bafda;
  color: #fff;
}
.gw-profile .head-info .zusatz {
  position: relative;
  left: 14px;
  background: #a1b8cd;
  color: #fff;
  margin: 10px 0 13px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  font-size: 0.9rem;
}
.gw-profile .head-info .zusatz:before {
  content: "";
  position: absolute;
  left: 0;
  width: 0px;
  height: 0px;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 30px 10px 0 0;
  border-color: #7bafda transparent transparent transparent;
}
.gw-profile .head-info.highlight {
  background-color: #3e8ec9;
}
.gw-profile .head-info.highlight .zusatz {
  background: #92aa84;
  color: white;
  font-weight: 700;
}
.gw-profile .head-info.highlight .zusatz:before {
  border-color: #3e8ec9 transparent transparent transparent;
}
.gw-profile .head-info .ttl {
  font-size: 1.5rem;
  color: #fff;
  padding-bottom: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0;
}
.gw-profile .head-info .pusher {
  height: 2rem;
}
.gw-profile .head-info.basic .pusher {
  height: 3.5rem;
}
.gw-profile .head-info.light .pusher {
  height: 5.5rem;
}
.gw-profile .head-info.highlight .pusher {
  height: 7.5rem;
}
.gw-profile .head-info .price {
  font-size: 1.4rem;
  margin-bottom: 2px;
}
.gw-profile .head-info .per-year {
  font-size: 0.8rem;
  color: #b2d3ea;
  margin-bottom: 2rem;
}
.gw-profile tbody tr.property {
  transition: ease 0.2s background;
}
.gw-profile tbody tr.property td {
  vertical-align: middle;
  transition: ease 0.2s background;
}
.gw-profile tbody tr.even {
  background: #eaeaea;
  background: #e8e8e8;
}
.gw-profile tbody tr.even td.highlight, .gw-profile tbody tr.even td.basic {
  background: #dfe3e6;
  background: rgba(228, 230, 232, 0.575);
}
.gw-profile tbody tr.odd td.highlight, .gw-profile tbody tr.odd td.basic {
  background: #f1f4f8;
  background: rgba(175, 200, 229, 0.15);
}
.gw-profile tbody tr.property:hover {
  background: #afc8e5;
  background: #c6d6e7;
}
.gw-profile tbody tr.property:hover td.basic, .gw-profile tbody tr.property:hover td.highlight {
  background: #afc8e5;
  background: #c6d6e7;
}
.gw-profile tbody .table-caption {
  font-size: 1.2rem;
}

/* mobile */
#profiles-carousel {
  margin-top: 3rem;
}
#profiles-carousel .carousel-inner {
  width: 84%;
  padding-bottom: 4rem;
  margin: 0 8%;
}
#profiles-carousel .carousel-item .wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 27rem;
  width: 95%;
}
#profiles-carousel .carousel-item .ttl {
  background: #4a95cc;
  color: #fff;
  margin: 0;
  padding: 0.5rem 1rem;
}
#profiles-carousel .carousel-item .lena .ttl {
  background: #afc8e5;
}
#profiles-carousel .carousel-item .zusatz {
  position: absolute;
  right: -8px;
  top: 3rem;
  background: #a1b8cd;
  color: #fff;
  padding: 0.5rem;
  height: 2.5rem;
}
#profiles-carousel .carousel-item .zusatz:before {
  content: "";
  position: absolute;
  left: -1.45rem;
  top: 0;
  width: 0px;
  height: 0px;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 2.5em 1.5em;
  border-color: transparent transparent #a1b8cd transparent;
}
#profiles-carousel .carousel-item .zusatz:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  width: 0px;
  height: 0px;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 8px 8px 0 0;
  border-color: #778b9f transparent transparent transparent;
}
#profiles-carousel .carousel-item .lena .zusatz {
  background: #e9e9e9;
  color: #7bafda;
}
#profiles-carousel .carousel-item .lena .zusatz:before {
  border-color: transparent transparent #e9e9e9 transparent;
}
#profiles-carousel .carousel-item .content {
  border-left: 2px solid #8f8f8f;
  border-right: 2px solid #8f8f8f;
  border-bottom: 2px solid #8f8f8f;
  padding: 3rem 1rem 1rem;
}
#profiles-carousel .carousel-item .content select.form-control {
  margin: 1rem 0 2rem;
  height: 30px;
  padding: 4px 6px;
  border-color: #8f8f8f;
  color: #747474;
  background: none;
}
#profiles-carousel .carousel-item .content .price {
  font-size: 22px;
  margin-bottom: 2px;
  text-align: center;
}
#profiles-carousel .carousel-item .content .per-year {
  font-size: 13px;
  color: #c0c0c0;
  margin-bottom: 2rem;
  text-align: center;
}
#profiles-carousel .carousel-item .content .caption {
  font-size: 18px;
  margin: 2rem 0 1rem;
  font-weight: 700;
}
#profiles-carousel .carousel-item .content .property {
  margin: 0 0 0.5rem 1.5rem;
}
#profiles-carousel .carousel-indicators li {
  background-color: #7bafda;
  border: none;
}
#profiles-carousel .carousel-indicators li.active {
  background-color: #007fbf;
}
#profiles-carousel [class*=carousel-control-] {
  width: 8%;
}
#profiles-carousel [class*=carousel-control-] [class*=icon-] {
  position: sticky;
  top: 20%;
  bottom: 20%;
  color: #007fbf;
  font-size: 1.8rem;
}

.gw-news-layout-full {
  background: white;
  padding: 2rem 0;
}
.gw-news-layout-full .gw-news-header {
  margin-left: 2rem;
  margin-right: 2rem;
}
.gw-news-layout-full .ce_text {
  padding-left: 2rem;
  padding-right: 2rem;
}
.gw-news-layout-full .ce_text p {
  font-size: 1.15rem;
  line-height: 1.6;
}
@media (max-width: 991.98px) {
  .gw-news-layout-full .ce_text p {
    -webkit-hyphens: auto;
            hyphens: auto;
  }
}
.gw-news-layout-full .ce_text ul {
  line-height: 1.6;
  font-weight: bold;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.gw-news-layout-full h2 {
  margin-top: 4rem;
}
.gw-news-layout-full h3 {
  margin-top: 3rem;
}
.gw-news-layout-full h4 {
  margin-top: 2rem;
}
.gw-news-layout-full .gw-news-text-highlight {
  padding-left: 2rem;
  padding-right: 2rem;
}
.gw-news-layout-full mark.gw-blog-mark {
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.gw-news-layout-full .gw-news-button {
  margin-left: 2rem;
}
@media (min-width: 576px) {
  .gw-news-layout-full {
    padding: 2rem;
  }
}
@media (min-width: 768px) {
  .gw-news-layout-full {
    padding: 2rem 7rem 4rem;
  }
  .gw-news-layout-full .gw-news-header {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .gw-news-layout-full .gw-news-text-highlight {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .gw-news-layout-full .ce_text {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .gw-news-layout-full .mod_newsreader .ce_text {
    padding-left: 0;
    padding-right: 0;
  }
  .gw-news-layout-full .gw-news-button {
    margin-left: 3rem;
  }
}

.gw-preview-image-container {
  position: relative;
}

.gw-preview-image {
  width: 3rem;
  height: 3rem;
  background-size: cover;
  background-position: center;
  border-radius: 3rem;
  overflow: hidden;
  margin-right: 1rem;
}

.gw-table-row-unread .gw-preview-image {
  border: 2px solid #4a95cc;
}

.gw-preview-image-large {
  width: 5rem;
  height: 5rem;
  border-radius: 5rem;
  margin-right: 2rem;
}

.gw-preview-image-giant {
  width: 12rem;
  height: 12rem;
  border-radius: 10rem;
  margin-right: 2rem;
}

.gw-preview-image-counter {
  position: absolute;
  top: 0.5rem;
  right: 1.6rem;
  border: 2px solid #f6f6f6;
}

.gw-progress {
  height: 1.2rem;
}
.gw-progress.gw-progress-big {
  height: 1.5rem;
}
.gw-progress .progress-dot {
  width: 2rem;
  height: 1.2rem;
  margin-left: -0.6rem;
  color: white;
  font-size: 1rem;
  line-height: 1.1rem;
  font-weight: bold;
  text-align: center;
}

.gw-progress-animation .progress-bar {
  transition-duration: 1.5s;
}

.gw-progress-zero .progress-bar {
  width: 0% !important;
  transition: none;
}

.gw-quote-front {
  max-width: 65rem;
  z-index: 100;
  position: relative;
  display: inline-block;
}
.gw-quote-front blockquote p {
  margin: 2rem;
}
@media (min-width: 768px) {
  .gw-quote-front blockquote p {
    margin: 4rem;
  }
}

.gw-regi-toolzone, .gw-supervisor-toolzone {
  background: rgba(74, 149, 204, 0.2);
}
.gw-regi-toolzone .custom-checkbox .custom-control-input:not(:checked) .custom-control-label::before, .gw-supervisor-toolzone .custom-checkbox .custom-control-input:not(:checked) .custom-control-label::before {
  background: white;
}
.gw-regi-toolzone .gw-colorbar, .gw-supervisor-toolzone .gw-colorbar {
  position: static;
  height: 0.333rem;
}

.gw-regi-list-group .list-group-item {
  margin-bottom: 0.25rem;
}
@media (min-width: 992px) {
  .gw-regi-list-group .list-group-item:after {
    content: "";
    position: absolute;
    right: -1px;
    top: calc(50% - 0.5rem);
    height: 1rem;
    width: 0.6rem;
    background: #f0f0f0;
    border: 1px solid #dfdfdf;
    border-right-color: #f0f0f0;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }
}
.gw-regi-list-group .list-group-item .row {
  background-color: #FFFFFF;
}
.gw-regi-list-group .list-group-item:first-child, .gw-regi-list-group .list-group-item:last-child {
  border-radius: 0;
}

.gw-regi-date {
  display: inline-block;
  background: #4a95cc;
  width: 5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-size: 0.7rem;
  font-weight: bold;
  border-radius: 0.25rem;
  margin-right: 0.3rem;
}
.gw-regi-date .day {
  font-size: 1.5rem;
  margin: -3px;
}
.gw-regi-date.gw-regi-date-time {
  background: #f0f0f0;
  text-transform: uppercase;
  color: #343a40;
}
.gw-regi-date.gw-regi-date-time .time {
  font-size: 1.2rem;
  margin-top: 1rem;
}

.gw-regi-place .label, .gw-regi-analyse .label {
  color: #87888a;
  margin-bottom: 0.25rem;
}
@media (min-width: 768px) {
  .gw-regi-place .label, .gw-regi-analyse .label {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .gw-regi-place .wrapper, .gw-regi-analyse .wrapper {
    background: #fafafa;
    padding: 0.4rem 0.5rem;
    border-radius: 0.25rem;
    margin-bottom: 0.25rem;
  }
}
.gw-regi-place .title, .gw-regi-analyse .title {
  margin-bottom: 0.25rem;
  font-weight: bold;
  font-size: 1.25rem;
}

.gw-regi-analyse .title {
  font-size: 1rem;
}

.gw-regi-price {
  display: flex;
  align-items: center;
  align-self: stretch;
}
@media (max-width: 991.98px) {
  .gw-regi-price {
    margin-top: 1.5rem;
  }
}
@media (min-width: 768px) {
  .gw-regi-price {
    justify-content: center;
  }
}
.gw-regi-price .value {
  font-size: 0.85rem;
  font-weight: bold;
}

.gw-regi-month {
  list-style: none;
}
.gw-regi-month p {
  margin: 1rem 0 0.5rem;
  font-weight: bold;
  color: #87888a;
}

.salery-value:not(:empty):after {
  content: "CHF";
  padding-left: 0.5rem;
}

.lohn-liste.fade-in {
  animation: fadeIn 0.3s;
  animation-fill-mode: forwards;
}

.gw-stepslist .gw-likealink {
  cursor: pointer;
  color: #343a40;
}
.gw-stepslist .gw-likealink:hover {
  color: #343a40;
}
.gw-stepslist .gw-likealink:hover .gw-linktext {
  text-decoration: underline;
}

.gw-sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

.gw-table-regi-detail td {
  vertical-align: top;
  padding: 0.25rem 2rem 0.25rem 0;
}

.table.gw-table-va-middle thead th, .table.gw-table-va-middle tbody td {
  vertical-align: middle;
}

.table.gw-table-va-bottom thead th, .table.gw-table-va-bottom tbody td {
  vertical-align: bottom;
}

.gw-dashboard-table .gw-header {
  background-color: #fafafa;
}
.gw-dashboard-table .gw-row:nth-child(2n+1) .row {
  background-color: #fafafa;
}
.gw-dashboard-table .gw-row .row {
  background-color: white;
}
.gw-dashboard-table .gw-row .row:hover {
  background-color: #f0f0f0;
}
.gw-dashboard-table [class*=col] {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.gw-dashboard-table .gw-link-dark {
  color: #343a40;
}
.gw-dashboard-table .gw-link-dark:hover {
  color: #1d2124;
}

.gw-table-hover thead th {
  border-width: 2px;
  border-top: none;
  background-clip: padding-box;
}
.gw-table-hover tbody .checkbox-container {
  margin-right: 1rem;
  transition: ease opacity 0.3s;
  opacity: 0;
}
.gw-table-hover tbody .checkbox-container ~ div {
  transform: translateX(-2rem);
  transition: ease transform 0.3s;
}
.gw-table-hover tbody td {
  border-width: 2px;
  border-color: #f0f0f0;
  min-width: 6rem;
  max-width: 10rem;
}
.gw-table-hover tbody td.applicant {
  min-width: 10rem;
  max-width: 15rem;
}
.gw-table-hover tbody td.applicant .gw-preview-image-large {
  min-width: 5rem;
}
.gw-table-hover tbody td.applicant .applicant-details {
  min-width: 10rem;
}
.gw-table-hover tbody td.evaluation {
  max-width: 7rem;
  width: 7rem;
}
.gw-table-hover tbody .gw-table-row-content th, .gw-table-hover tbody .gw-table-row-content td {
  transition: ease background-color 0.3s;
}
.gw-table-hover tbody .gw-table-row-content:hover th, .gw-table-hover tbody .gw-table-row-content:hover td {
  background-color: #f4f4f4;
}
.gw-table-hover tbody .gw-table-row-content.marked th, .gw-table-hover tbody .gw-table-row-content.marked td {
  background-color: rgba(175, 200, 229, 0.3);
}
.gw-table-hover tbody .gw-table-row-inactive:not(:hover) .gw-preview-image {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.gw-table-hover tbody .gw-table-row-inactive:not(:hover) .text-primary-700, .gw-table-hover tbody .gw-table-row-inactive:not(:hover) .text-tealish, .gw-table-hover tbody .gw-table-row-inactive:not(:hover) a {
  color: #6c757d !important;
}
.gw-table-hover tbody .gw-table-row-inactive:not(:hover) .badge-red-dark {
  background-color: #87888a;
}
.gw-table-hover tbody .gw-table-row-inactive:not(:hover) .badge-outline-primary-700 {
  border-color: #87888a;
  color: #87888a;
}
.gw-table-hover tbody .gw-table-row-inactive:not(:hover) .text-green-500 {
  color: #6c757d !important;
}
.gw-table-hover.gw-table-hover-pointer tbody .gw-table-row-content:hover th, .gw-table-hover.gw-table-hover-pointer tbody .gw-table-row-content:hover td {
  cursor: pointer;
}
.gw-table-hover.edit-modus.gw-table-hover-pointer tbody .gw-table-row-content:hover th, .gw-table-hover.edit-modus.gw-table-hover-pointer tbody .gw-table-row-content:hover td {
  cursor: initial;
}
.gw-table-hover.edit-modus .checkbox-container {
  opacity: 1;
}
.gw-table-hover.edit-modus .checkbox-container ~ div {
  transform: translateX(0);
}
.gw-table-hover tfoot td {
  border-width: 0px;
}

.gw-teammember .abteilung {
  font-size: 11px;
  text-transform: uppercase;
  opacity: 0.5;
}
.gw-teammember .name {
  font-weight: 700;
}
.gw-teammember .title {
  font-size: 12px;
  line-height: 12px;
  font-style: italic;
}
.gw-teammember .funktion {
  font-size: 14px;
}

.gw-text-box {
  background: white;
  padding: 0.5rem 1rem;
}

@media (min-width: 768px) {
  .gw-text-box {
    padding: 1.5rem 3rem;
  }
}
.gw-toast-container {
  position: fixed;
  height: 0;
  top: 2rem;
  right: 2rem;
  z-index: 2000;
  min-width: 20rem;
}

.gw-toast-inner {
  position: absolute;
  top: 0;
  right: 0;
}

.toast.gw-toast-success .toast-header {
  border-left: 4px solid #92aa84;
}
.toast.gw-toast-danger .toast-header {
  border-left: 4px solid #c99e93;
}
.toast.gw-toast-info .toast-header {
  border-left: 4px solid #7bafda;
}
.toast.gw-toast-warning .toast-header {
  border-left: 4px solid #deb45e;
}

header.gw-be-header ~ .gw-toast-container {
  top: unset;
  right: 50%;
  bottom: 0;
  height: initial;
  transform: translateX(50%);
}
header.gw-be-header ~ .gw-toast-container .gw-toast-inner {
  position: relative;
}

.gw-timeline {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.gw-timeline:before {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  width: 5px;
  background: #87888a;
  left: 15%;
  margin-left: -2.5px;
}
.gw-timeline > li {
  position: relative;
  min-height: 50px;
  padding: 0.25rem 0;
}
.gw-timeline .gw-timeline-time {
  position: absolute;
  left: 0;
  top: 1rem;
  width: 30%;
  text-align: center;
}
.gw-timeline .gw-timeline-body {
  margin-left: 33%;
  margin-right: 10%;
  background: white;
  position: relative;
  padding: 1rem 1.3rem;
  border-radius: 6px;
}
.gw-timeline .gw-timeline-body:before {
  content: "";
  display: block;
  position: absolute;
  border: 10px solid transparent;
  border-right-color: transparent;
  border-right-color: #fff;
  left: -20px;
  top: 20px;
}
@media (min-width: 768px) {
  .gw-timeline:before {
    left: 10%;
  }
  .gw-timeline .gw-timeline-time {
    width: 20%;
  }
  .gw-timeline .gw-timeline-body {
    margin-left: 21%;
  }
}

.gw-confirmation-popup {
  z-index: 9999;
}

.modal-content .gw-confirmation-popup ~ div, .modal-content .gw-confirmation-popup ~ form > div {
  transition: ease opacity 0.3s;
}
.modal-content .gw-confirmation-popup.show ~ div, .modal-content .gw-confirmation-popup.show ~ form > div, .modal-content .gw-confirmation-popup.collapsing ~ div, .modal-content .gw-confirmation-popup.collapsing ~ form > div {
  opacity: 0.5;
}

.gw-counter-list {
  list-style: none;
  counter-reset: list-counter;
  padding-left: 0;
}
.gw-counter-list li.nav-link {
  display: flex;
  align-items: center;
  color: #c78810;
  counter-increment: list-counter;
  transition: ease color 0.3s;
  cursor: pointer;
  font-weight: bold;
  padding: 0.5rem 0;
}
.gw-counter-list li.nav-link:before {
  position: relative;
  content: counter(list-counter);
  margin-right: 0.75rem;
  color: #c78810;
  flex: 0 0 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #c78810;
  border-radius: 50%;
  text-align: center;
  font-size: 0.85rem;
  line-height: 1.5rem;
  transition: ease all 0.3s;
  font-weight: bold;
}
.gw-counter-list li.nav-link:hover, .gw-counter-list li.nav-link.active {
  color: #80580a;
  background: #f8f9fa;
  box-shadow: 0.5rem 0 0 #f8f9fa, -0.5rem 0 0 #f8f9fa;
}
.gw-counter-list li.nav-link:hover:before, .gw-counter-list li.nav-link.active:before {
  color: #80580a;
  border-color: #80580a;
}

.birthdate-dot {
  margin-right: 0.125rem;
}

.gw-pre-line {
  white-space: pre-line;
}

#CustomConfirmDialog .modal-content.gw-confirm-orange .modal-body .text-red-dark {
  color: #c78810 !important;
}
#CustomConfirmDialog .modal-content.gw-confirm-orange .modal-footer #CustomConfirmDialogYes.btn-red-dark {
  background: #c78810;
  border-color: #c78810;
}
#CustomConfirmDialog .modal-content.gw-confirm-orange .modal-footer #CustomConfirmDialogYes.btn-red-dark:hover, #CustomConfirmDialog .modal-content.gw-confirm-orange .modal-footer #CustomConfirmDialogYes.btn-red-dark:active {
  background: #a16e0d;
  border-color: #a16e0d;
}
#CustomConfirmDialog .modal-content.gw-confirm-orange .modal-footer #CustomConfirmDialogYes.btn-red-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 180, 94, 0.5);
}

.gw-mobile-navigation-wrapper + .row .profession-description ~ h4 {
  position: sticky;
  top: 0;
  padding: 1rem 0;
  background: #f0f0f0;
  z-index: 1;
}
.gw-mobile-navigation-wrapper + .row .col-md-8 {
  margin-bottom: 1rem;
}

/*
.card.message-out {
    margin-left: 1rem;
    border-width: 0;

    .card-header {
        background: #ccddf0;
        border-color: white;
        border-width: 2px;
    }

    .card-body {
        background: #dfeaf6;
    }
    &.deleted {
        .card-header {
            background: #e1e1e1;
        }
        .card-body {
            background: #eee;
        }
    }
}

.card.message-in {
    margin-right: 1rem;
    &.deleted {
        border-width: 0;
        .card-header {
            background: #e1e1e1;
            border-width: 2px;
            border-color: white;
        }
        .card-body {
            background: #eee;
        }
    }
}


@include media-breakpoint-up(md) {
    .card.message-out {
        margin-left: 3rem;
    }

    .card.message-in {
        margin-right: 3rem;
    }
}
    */
#CompanyLocationProfileInfosGrid .btn.btn-outline-primary-700:not(:hover), #Company_CompanyLocationProfession_Index_Container .btn.btn-outline-primary-700:not(:hover),
#Company_Apprenticeship_Index_Container .btn.btn-outline-primary-700:not(:hover), #Company_CompanyPersonAdministration_Index_Container .btn.btn-outline-primary-700:not(:hover),
#Company_WorkflowStates_Index_Holder .btn.btn-outline-primary-700:not(:hover), #Company_MessageTemplates_Index .btn.btn-outline-primary-700:not(:hover),
#Company_CompanyProfileRating_Index_Container .btn.btn-outline-primary-700:not(:hover), #Company_ApplicantNoteTemplatesGrid_Container .btn.btn-outline-primary-700:not(:hover) {
  color: #007fbf;
  border-color: transparent;
  transition: ease background 0.3s;
}
#CompanyLocationProfileInfosGrid .btn.btn-outline-primary-700:hover, #CompanyLocationProfileInfosGrid .btn.btn-outline-primary-700:active, #Company_CompanyLocationProfession_Index_Container .btn.btn-outline-primary-700:hover, #Company_CompanyLocationProfession_Index_Container .btn.btn-outline-primary-700:active,
#Company_Apprenticeship_Index_Container .btn.btn-outline-primary-700:hover,
#Company_Apprenticeship_Index_Container .btn.btn-outline-primary-700:active, #Company_CompanyPersonAdministration_Index_Container .btn.btn-outline-primary-700:hover, #Company_CompanyPersonAdministration_Index_Container .btn.btn-outline-primary-700:active,
#Company_WorkflowStates_Index_Holder .btn.btn-outline-primary-700:hover,
#Company_WorkflowStates_Index_Holder .btn.btn-outline-primary-700:active, #Company_MessageTemplates_Index .btn.btn-outline-primary-700:hover, #Company_MessageTemplates_Index .btn.btn-outline-primary-700:active,
#Company_CompanyProfileRating_Index_Container .btn.btn-outline-primary-700:hover,
#Company_CompanyProfileRating_Index_Container .btn.btn-outline-primary-700:active, #Company_ApplicantNoteTemplatesGrid_Container .btn.btn-outline-primary-700:hover, #Company_ApplicantNoteTemplatesGrid_Container .btn.btn-outline-primary-700:active {
  color: #007fbf;
  border-color: transparent;
  background: #eceded;
}

.gw-btn-edulog-login {
  transition: ease opacity 0.3s;
}
.gw-btn-edulog-login:hover {
  opacity: 0.7;
}

.gw-abo-wrapper {
  height: 100% !important;
}

.gw-abo-box {
  padding: 0 0 1rem 0;
  background: #eceded;
  color: white;
  text-align: center;
}
.gw-abo-box .gw-abo-header {
  background: #007fbf;
  min-height: 1rem;
  opacity: 0;
}
.gw-abo-box .gw-abo-zusatz {
  margin: 1rem 0;
  background: #a1b8cd;
  margin-left: 3rem;
  height: 2rem;
  line-height: 2rem;
  position: relative;
  opacity: 0.5;
}
.gw-abo-box .gw-abo-zusatz:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2rem 0.5rem 0 0;
  border-color: #eceded transparent transparent transparent;
}
.gw-abo-box .gw-abo-zusatz.premium {
  background: #648c4e;
}
.gw-abo-box.included {
  background: #afc8e5;
}
.gw-abo-box.included .gw-abo-zusatz {
  opacity: 1;
}
.gw-abo-box.included .gw-abo-zusatz:after {
  border-top-color: #afc8e5;
}
.gw-abo-box.active {
  background: #afc8e5;
}
.gw-abo-box.active .gw-abo-header {
  opacity: 1;
}
.gw-abo-box.active .gw-abo-zusatz {
  opacity: 1;
}
.gw-abo-box.active .gw-abo-zusatz:after {
  border-top-color: #afc8e5;
}
@media (min-width: 992px) {
  .gw-abo-box.box-1 {
    min-height: 11rem;
    height: 11rem;
  }
  .gw-abo-box.box-2 {
    min-height: 14rem;
    height: 14rem;
  }
  .gw-abo-box.box-3 {
    min-height: 17rem;
    height: 17rem;
  }
  .gw-abo-box.box-4 {
    min-height: 20rem;
    height: 20rem;
  }
}
.gw-abo-box .gw-abo-title {
  text-transform: uppercase;
  font-weight: bold;
}

.gw-company-applicant-new-message .gw-company-applicant-name {
  color: #007fbf;
}
.gw-company-applicant-new-message .gw-company-applicant-name:before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background: #007fbf;
  position: absolute;
  margin-left: -0.7rem;
  border-radius: 1rem;
  margin-top: 12px;
}
@media (min-width: 768px) {
  .gw-company-applicant-new-message .gw-company-applicant-name:before {
    width: 0.8rem;
    height: 0.8rem;
    margin-left: -1.5rem;
    margin-top: 10px;
  }
}

.gw-company-chat-application {
  background: white;
  margin-bottom: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.gw-company-chat-application .gw-header [class^=col] {
  background: #d6e3dd;
  color: #3f866c;
}
.gw-company-chat-application .gw-header .gw-text {
  padding: 0.25rem 0 0.25rem 0.75rem;
}
.gw-company-chat-application .gw-header .gw-note {
  text-align: right;
  padding: 0.25rem 0.5rem 0.25rem 0;
}
.gw-company-chat-application .gw-body {
  padding: 0.25rem 0.75rem 0;
}
.gw-company-chat-application .gw-footer {
  padding: 0.25rem 0.75rem;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  color: #6c757d;
}
.gw-company-chat-application.deleted .gw-header [class^=col] {
  background: #e7d2ce;
  color: #9b2e29;
}
.gw-company-chat-application .gw-company-chat-application-counter {
  font-size: 90%;
}
.gw-company-chat-application.unread .gw-application-title {
  color: #007fbf;
}
.gw-company-chat-application.unread .gw-application-title:before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  background: #007fbf;
  position: absolute;
  margin-left: -1.2rem;
  border-radius: 1rem;
  margin-top: 6px;
}
.gw-company-chat-application .gw-application-footer {
  border-top: 1px solid #ccc;
  padding-top: 0.5rem;
}
.gw-company-chat-application.new {
  border: 2px dashed #ddd;
  background: #f6f6f6;
}
.gw-company-chat-application.new:hover {
  background: white;
}

.gw-message {
  border: 1px solid #ccc;
  padding-left: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
}
.gw-message .gw-message-part {
  border-bottom: 1px solid #ccc;
  padding: 0.5rem 0.5rem 0.5rem 0;
}
.gw-message .gw-message-part p {
  word-wrap: break-word;
}
.gw-message .gw-message-part:last-of-type {
  border-bottom: none;
}
.gw-message .gw-message-part.attachment .gw-message-downloads .gw-message-download {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 0.5rem;
  white-space: nowrap;
  width: 100%;
  max-width: 100%;
  border-radius: 0.25rem;
}
@media (min-width: 576px) {
  .gw-message .gw-message-part.attachment .gw-message-downloads .gw-message-download {
    width: 13rem;
    max-width: 13rem;
  }
}
.gw-message .gw-message-part.attachment .gw-message-downloads .gw-message-download i {
  font-size: 1.25rem;
}
.gw-message .gw-message-part.attachment .gw-message-downloads .gw-message-download span {
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.25rem;
}
.gw-message .gw-message-part a {
  word-break: break-all;
}
.gw-message .gw-message-part-details {
  background-color: rgba(130, 130, 130, 0.05);
}
.gw-message.out {
  margin-left: 3rem;
  background: #f0f0f0;
}
.gw-message.in {
  margin-right: 3rem;
  /* uncomment when GAT started 
  &:not(.deleted) .subject-title:hover:before {
      content: '';
      width: .5rem;
      height: .5rem;
      background: $byline-500;
      position: absolute;
      margin-left: -.7rem;
      border-radius: 1rem;
      margin-top: 8px;
  }
  */
}
.gw-message.in.unread .subject {
  color: #007fbf;
}
.gw-message.in.unread .subject:before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background: #007fbf;
  position: absolute;
  margin-left: -0.7rem;
  border-radius: 1rem;
  margin-top: 8px;
}
.gw-message.in.unread .subject-title {
  color: #007fbf;
}
.gw-message.in.unread .subject-title:before, .gw-message.in.unread .subject-title:hover:before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background: #007fbf;
  position: absolute;
  margin-left: -0.7rem;
  border-radius: 1rem;
  margin-top: 8px;
}
.gw-message.deleted {
  border-color: #c99e93;
  color: #888;
}
.gw-message.deleted .gw-message-part {
  border-color: #c99e93;
}
.gw-message.deleted [class^=gw-border-bottom-] {
  border-color: #c99e93;
}
.gw-message.reply .gw-message-reply-header {
  cursor: pointer;
  text-align: center;
  color: #c78810;
  padding: 0.5rem 0;
}
.gw-message.reply .gw-message-reply-header:hover {
  color: #80580a;
}
@media (min-width: 768px) {
  .gw-message {
    padding-left: 2rem;
  }
  .gw-message .gw-message-part {
    padding: 0.5rem 1.5rem 0.5rem 0;
  }
  .gw-message .message {
    width: 85%;
  }
  .gw-message.in.unread .subject:before {
    width: 0.8rem;
    height: 0.8rem;
    margin-left: -1.5rem;
    margin-top: 4px;
  }
  .gw-message.in:not(.deleted) .subject-title:hover:before {
    width: 0.8rem;
    height: 0.8rem;
    margin-left: -1.5rem;
    margin-top: 4px;
  }
  .gw-message.in.unread .subject-title:before {
    width: 0.8rem;
    height: 0.8rem;
    margin-left: -1.5rem;
    margin-top: 4px;
  }
}

@media (min-width: 768px) {
  .gw-column-count-3 {
    -moz-column-count: 3;
    column-count: 3;
  }
}

.gw-customlist-openpositions {
  padding: 0 1rem 2rem;
}
.gw-customlist-openpositions .gw-header {
  font-weight: bold;
  align-items: center;
  border-top: 1px solid #7bafda;
  border-bottom: 1px solid #7bafda;
}
@media (min-width: 1200px) {
  .gw-customlist-openpositions .gw-header {
    font-size: 0.85rem;
  }
}
.gw-customlist-openpositions .gw-header > div {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.gw-customlist-openpositions .gw-header div + div {
  text-align: center;
  display: none;
}
@media (min-width: 1200px) {
  .gw-customlist-openpositions .gw-header div + div {
    display: block;
  }
}
.gw-customlist-openpositions .gw-contentrow {
  border-top: 1px solid #7bafda;
}
.gw-customlist-openpositions .gw-contentrow > div {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.gw-customlist-openpositions .gw-contentrow div + div {
  padding-top: 0;
}
@media (min-width: 1200px) {
  .gw-customlist-openpositions .gw-contentrow div + div {
    text-align: center;
    padding-top: 0.5rem;
  }
}
.gw-customlist-openpositions .gw-contentrow .gw-typelabel {
  margin-right: 0.5rem;
  color: #6c757d;
}
@media (min-width: 1200px) {
  .gw-customlist-openpositions .gw-contentrow .gw-typelabel {
    display: none;
  }
}
.gw-customlist-openpositions .gw-contentrow .gw-jobindicator {
  font-size: 1.33rem;
}

.gw-table-messages {
  /*
  .unread .message-type i[class^=icon-]:after {
      content: '';
      width: 8px;
      height: 8px;
      background: #007fbf;
      top: -9px;
      position: relative;
      display: inline-block;
      border-radius: 1rem;
      right: 5px;
  }
  */
}
.gw-table-messages tr.unread {
  background-color: #f6f6f6;
  border-left: 2px solid #007fbf;
}
.gw-table-messages tr.unread .date, .gw-table-messages tr.unread .caption {
  color: #007fbf;
  font-weight: bold;
}
.gw-table-messages .candidate {
  max-width: 14rem;
}
.gw-table-messages td:nth-child(even), .gw-table-messages th:nth-child(even) {
  padding-left: 0;
  padding-right: 0;
}
.gw-table-messages td:nth-child(3n), .gw-table-messages th:nth-child(3n) {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.gw-table-messages tr.deactivated {
  color: #87888a;
}
.gw-table-messages tr.deactivated .content {
  font-style: italic;
}

.gw-process-config {
  border: 1px solid #c5c6c8;
  background: #fafafa;
  padding: 2rem;
  margin-bottom: 1.5rem;
  border-radius: 1rem;
}
.gw-process-config .gw-process-step {
  border-top: 2px solid #E6E6E6;
}

ul.gw-process-list:not(.gw-nobullets) {
  padding-left: 1.25rem;
  list-style: none;
}
ul.gw-process-list:not(.gw-nobullets) li {
  margin-bottom: 0.5rem;
}
ul.gw-process-list:not(.gw-nobullets) li:before {
  content: "";
  display: inline-block;
  margin-left: -1.25rem;
  margin-right: 0.5rem;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #adcbbf;
}
ul.gw-process-list:not(.gw-nobullets) li.active {
  font-weight: bold;
}
ul.gw-process-list:not(.gw-nobullets) li.active.secondary:before {
  background: #c78810;
}
ul.gw-process-list:not(.gw-nobullets) li.active.red-dark:before {
  background: #9b2e29;
}
ul.gw-process-list:not(.gw-nobullets) li.active ~ li:before {
  background: transparent;
  border: 1px solid #c5c6c8;
}
ul.gw-process-list:not(.gw-nobullets) li .badge {
  max-width: 85%;
  color: white;
}

.gw-product {
  padding: 1rem;
  background: #f6f6f6;
  border: 2px dashed #ddd;
  text-align: center;
  color: #87888a;
}
.gw-product:hover {
  background: #fafafa;
}
.gw-product.booked {
  background: #afc8e5;
  border: 3px solid #afc8e5;
  color: white;
}

.gw-profile-card {
  background: white;
  border-radius: 0.4rem;
  overflow: hidden;
  transition: box-shadow 0.4s ease;
}
.gw-profile-card .gw-profile-card-body {
  border: 1px solid #eceded;
  border-bottom: none;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}
.gw-profile-card:hover {
  box-shadow: 2px 2px 6px rgba(70, 48, 6, 0.25);
  transition: box-shadow 0.1s ease;
}

.gw-collapse-saveadvancedfilter {
  min-width: 100%;
}
.gw-collapse-saveadvancedfilter.collapsed {
  min-width: 3rem;
}

#Company_ApplicantDossier_Index_Holder #kandidat .table-byline-300 td, #Company_ApplicantDossier_Index_Holder #intern .table-byline-300 td {
  border-color: #c5c6c8 !important;
}
#Company_ApplicantDossier_Index_Holder #kandidat .table-byline-300 th, #Company_ApplicantDossier_Index_Holder #intern .table-byline-300 th {
  border-bottom-color: #c5c6c8 !important;
  border-top-color: transparent !important;
}

.table.gw-valign-middle td {
  vertical-align: middle;
}

.gw-variables-list li {
  padding: 0.25rem 3px;
  border-bottom: 1px solid #87888a;
  cursor: pointer;
}
.gw-variables-list li:hover {
  background: #c5c6c8;
}
.gw-variables-list li.star:after {
  content: "*";
  margin-left: 0.25rem;
}
.gw-variables-list li.doubleStar:after {
  content: "**";
  margin-left: 0.25rem;
}
.gw-variables-list li.disabled:hover {
  cursor: not-allowed;
  background: none;
}

.company-description h3, .profession-description h3, .triffuns-description h3 {
  margin-top: 1.8rem;
}
.company-description h4, .profession-description h4, .triffuns-description h4 {
  margin-top: 1.5rem;
}
.company-description ul, .profession-description ul, .triffuns-description ul {
  padding: 0;
  list-style: none;
}
.company-description ul:not(.gw-nobullets), .profession-description ul:not(.gw-nobullets), .triffuns-description ul:not(.gw-nobullets) {
  padding-left: 1.25rem;
}
.company-description ul:not(.gw-nobullets) li, .profession-description ul:not(.gw-nobullets) li, .triffuns-description ul:not(.gw-nobullets) li {
  padding-left: 0.25rem;
  margin-bottom: 0.5rem;
}
.company-description ul:not(.gw-nobullets) li:before, .profession-description ul:not(.gw-nobullets) li:before, .triffuns-description ul:not(.gw-nobullets) li:before {
  font-family: "gateicons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  color: #007fbf;
  margin-left: -1.5rem;
  margin-right: 0.5rem;
}

.profession-description h4, .profession-description h5 {
  margin-top: 1.5rem;
}

.gw-gallery-nav .gw-selector {
  margin-bottom: 0.75rem;
  width: 100%;
  height: 3.5rem;
  background-position: center;
  background-size: cover;
  filter: brightness(0.7);
  transition: ease filter 0.3s;
}
@media (min-width: 768px) {
  .gw-gallery-nav .gw-selector {
    height: 3.5rem;
  }
  .gw-gallery-nav .gw-selector.active {
    transform: scale(1.03);
  }
}
@media (min-width: 992px) {
  .gw-gallery-nav .gw-selector {
    height: 2.7rem;
  }
}
@media (min-width: 1200px) {
  .gw-gallery-nav .gw-selector {
    height: 3.4rem;
  }
}
.gw-gallery-nav .gw-selector:hover {
  filter: brightness(1);
}
.gw-gallery-nav .gw-selector.active {
  filter: brightness(1);
}

.gw-company-header {
  background: white;
  border-radius: 0.25rem;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  margin-top: 1rem;
}
.gw-company-header .gw-company-image {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  background-size: cover;
  width: 100%;
  height: 8rem;
  background-position: center;
}
@media (min-width: 576px) {
  .gw-company-header .gw-company-image {
    height: 11rem;
  }
}
@media (min-width: 768px) {
  .gw-company-header .gw-company-image {
    height: 16rem;
  }
}
@media (min-width: 992px) {
  .gw-company-header .gw-company-image {
    height: 19rem;
  }
}
@media (min-width: 1200px) {
  .gw-company-header .gw-company-image {
    height: 23rem;
  }
}
.gw-company-header .gw-company-detail-wrapper {
  padding: 1rem;
}
.gw-company-header .gw-company-detail-wrapper h1 {
  font-size: 1.5rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .gw-company-header .gw-company-detail-wrapper {
    padding: 1.5rem;
  }
}
.gw-company-header .gw-company-logo {
  width: 10rem;
  height: 10rem;
  border-radius: 0.25rem;
  background: white;
  margin-right: 1.5rem;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  border: 1px solid #dee2e6;
}
@media (min-width: 768px) {
  .gw-company-header .gw-company-logo {
    margin-bottom: 0;
  }
}
.gw-company-header .gw-company-logo img {
  max-height: 100%;
}
.gw-company-header .gw-company-facts {
  flex-basis: 320px;
  flex-grow: 1;
}
.gw-company-header .gw-company-facts .gw-offer-startdate {
  background: #d6e3dd;
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
  display: inline-block;
  font-size: 0.85rem;
}
.gw-company-header .gw-company-facts .gw-offer-startdate p {
  margin-bottom: 0;
}
.gw-company-header .gw-company-facts .gw-offer-startdate p .gw-title {
  color: #3f866c;
}
.gw-company-header .gw-divider {
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .gw-company-header .gw-divider {
    padding: 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .gw-company-header .gw-company-navbar {
    padding: 0 1.5rem;
  }
}
.gw-company-header .gw-company-navbar .navbar-nav {
  white-space: nowrap;
  overflow-x: auto;
}
.gw-company-header .gw-company-navbar .nav-item {
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}
.gw-company-header .gw-company-navbar .nav-item:hover:not(.disabled) {
  background: #eceded;
}
.gw-company-header .gw-company-navbar .nav-item.active {
  background: rgba(175, 200, 229, 0.6);
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.gw-company-header .gw-company-navbar .nav-item.active:first-child {
  margin-left: 0;
}
.gw-company-header .gw-company-navbar .nav-item .nav-link {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.gw-company-header .gw-company-navbar .nav-item .nav-link:not(.disabled) {
  color: #007fbf;
}
.gw-company-header .gw-company-navbar .nav-item .nav-link:hover:not(.disabled) {
  color: #004c73;
}
.gw-company-header .gw-company-navbar .nav-item .nav-link:hover:not(.disabled) .badge-byline-300 {
  background: white !important;
}
@media (min-width: 768px) {
  .gw-company-header .gw-ul-split {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
  .gw-company-header .gw-ul-split li {
    -moz-column-break-inside: avoid;
         break-inside: avoid-column;
  }
}

.gw-c-images-wrapper a img {
  transition: box-shadow 0.33s ease, transform 0.33s ease;
}
.gw-c-images-wrapper a img:hover {
  transform: translateY(-0.25rem);
  box-shadow: 0 3px 6px rgba(70, 48, 6, 0.25);
  transition: box-shadow 0.1s ease, transform 0.33s ease;
}

.gw-c-flavio-teaser {
  background: #fafafa;
  padding: 1.5rem;
  border-radius: 0.25rem;
  margin-bottom: 1.5rem;
}

.gw-c-flavio-tipp {
  background: white;
  padding: 1.5rem;
  border-left: 0.5rem solid #c78810;
  border-radius: 0.25rem;
  margin-bottom: 1.5rem;
}

.gw-c-flavio-info {
  border: 1px solid #c5c6c8;
  padding: 1.5rem;
  border-radius: 0.25rem;
  margin-bottom: 1.5rem;
}
.gw-c-flavio-info.triffuns-description a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-word;
  word-break: break-word;
}

.gw-c-flavio-details {
  background: #fafafa;
  border-radius: 0.25rem;
  padding: 1rem;
  margin-bottom: 1.5rem;
}
.gw-c-flavio-details .gw-detail-color, .gw-c-flavio-details .text-tealish {
  color: #007fbf !important;
}

.gw-image-wrap-16by9 {
  position: relative;
  padding-bottom: 54%;
}
.gw-image-wrap-16by9 img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.gw-profession-teaser {
  transition: box-shadow 0.33s ease, transform 0.33s ease;
}
.gw-profession-teaser:hover {
  transform: translateY(-0.25rem);
  box-shadow: 0 3px 6px rgba(70, 48, 6, 0.25);
  transition: box-shadow 0.1s ease, transform 0.33s ease;
}

.gw-list-group-item-offerlist {
  background: #f8f9fa;
}

.gw-c-open-offers {
  display: flex;
  flex-direction: column;
  border-radius: 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.gw-c-open-offers .gw-c-open-apprenticeships, .gw-c-open-offers .gw-c-open-trialapprenticeships, .gw-c-open-offers .gw-c-open-internships {
  padding: 0.75rem 1.25rem;
}

.gw-list-group-collapse {
  margin-bottom: 1.5rem;
}
.gw-list-group-collapse .list-group-item-action {
  transition: margin ease 0.3s;
}
.gw-list-group-collapse .list-group-item-action:not(.collapsed) {
  margin-top: 1rem;
}
.gw-list-group-collapse .list-group-item-action:not(.collapsed):first-child {
  margin-top: 0;
}
.gw-list-group-collapse .list-group-item-action:not(.collapsed) + .collapse {
  margin-bottom: 1rem;
}
.gw-list-group-collapse .list-group-item-action:not(.collapsed) i.icon-chevron-right {
  transform: rotate(90deg) translateY(5px);
}

.gw-joboffer-results .gw-ep-logo-nolink {
  max-width: 156px;
}

.gw-list-group-candidate-booking-list .list-group-item {
  cursor: pointer;
}
.gw-list-group-candidate-booking-list .list-group-item[data-toggle=collapse]:not(.collapsed) {
  border-left: 1px solid rgba(0, 0, 0, 0.125);
  border-right: 1px solid rgba(0, 0, 0, 0.125);
  font-weight: bold;
}
.gw-list-group-candidate-booking-list .list-group-item[data-toggle=collapse]:not(.collapsed) .btn .icon-chevron-down:before {
  content: "\e93a";
}

.gw-applicant-firstsee.gw-hide .gw-fs-button {
  opacity: 0;
  transform: translateY(6rem);
  transition: ease 0.6s opacity, ease-in 0.7s transform;
}
.gw-applicant-firstsee.gw-hide .gw-fs-text {
  opacity: 0;
  transform: translateY(7rem);
  transition: ease 0.8s opacity, ease-in 0.85s transform;
  transition-delay: 0.1s;
}
.gw-applicant-firstsee.gw-hide .gw-fs-image {
  opacity: 0;
  transform: translateY(8rem);
  transition: ease 1s opacity, ease-in 1s transform;
  transition-delay: 0.2s;
}

.gw-applicant-editarea .gw-applicant-editform {
  transition: ease-out 0.5s all;
  transform: translateY(-2rem);
  opacity: 0;
}
.gw-applicant-editarea .gw-applicant-editform.gw-show {
  opacity: 1;
  transform: none;
}

.gw-applicant-overview-youtube {
  min-height: 10rem;
}

@media (min-width: 576px) {
  .gw-applicant-overview-youtube {
    min-height: 16rem;
  }
}
@media (min-width: 768px) {
  .gw-applicant-overview-youtube {
    min-height: 14rem;
  }
}
@media (min-width: 992px) {
  .gw-applicant-overview-youtube {
    min-height: 17rem;
  }
}
@media (min-width: 1200px) {
  .gw-applicant-overview-youtube {
    min-height: 20.5rem;
  }
}
.gw-profilepicture-placeholder {
  font-size: 10rem;
  line-height: 11rem;
}

.gw-applicant-supervisor-disabled img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  opacity: 0.7;
}

.gw-applicant-table .gw-applicant-table-header {
  border-bottom: 1px solid #ccc;
}
.gw-applicant-table .gw-applicant-table-header [class*=col-] {
  font-weight: bold;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.gw-applicant-table .gw-applicant-table-row {
  border-top: 1px solid #ccc;
}
.gw-applicant-table .gw-applicant-table-row .inline-header {
  margin-right: 0.5rem;
}
@media (min-width: 992px) {
  .gw-applicant-table .gw-applicant-table-row .inline-header {
    display: none;
  }
}

.gw-applicant-sm-icon {
  font-size: 1.25rem;
}
@media (min-width: 576px) {
  .gw-applicant-sm-icon {
    font-size: 1.75rem;
  }
}

.gw-profile-views {
  background-color: rgba(74, 149, 204, 0.15);
}
.gw-profile-views .gw-profile-views-row {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), 0 2px 3px rgba(0, 0, 0, 0.2);
}

.gw-register-form .custom-control.custom-checkbox {
  margin-bottom: 1rem;
}
.gw-register-form .custom-control.custom-checkbox + .custom-control.custom-checkbox {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .gw-register-form {
    border-radius: 0.5rem;
    overflow: hidden;
    align-items: center;
    background-color: #4a95cc;
    background-image: url("../img/2024/00-Hero.jpg");
    background-repeat: no-repeat;
    background-size: 150%;
    background-position: 10%;
  }
  .gw-register-form .gw-wrapper {
    padding: 1.5rem;
  }
  .gw-register-form .gw-col-left .gw-h1 {
    color: white;
    font-weight: bold;
    font-size: 3.125rem;
    line-height: 3.4375rem;
  }
  .gw-register-form .gw-col-right .gw-wrapper {
    margin: 1rem 0;
    padding: 1rem;
    background-color: white;
    border-radius: 1rem;
  }
  .gw-register-form .gw-col-right .badge-primary-500 {
    background-color: transparent !important;
    color: #343a40 !important;
    padding-left: 0 !important;
  }
  .gw-register-form .gw-col-right .badge-primary-500 h4 {
    margin-left: 0 !important;
  }
}
@media (min-width: 1200px) {
  .gw-register-form .gw-col-left .gw-h1 {
    font-size: 6rem;
    line-height: 6.25rem;
  }
  .gw-register-form .gw-col-right .gw-wrapper {
    padding: 2rem;
    margin: 6rem 4rem;
  }
}

@media (min-width: 992px) {
  .gw-applicant-profile-inline-form {
    padding: 1rem 1.5rem 1rem 1rem;
  }
}
.gw-applicant-profile-inline-form .gw-inner {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
  margin: 1rem 0;
}
.gw-applicant-profile-inline-form .gw-inner .gw-row {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 3px solid #eceded;
}
.gw-applicant-profile-inline-form .gw-inner .gw-row:last-child {
  border: none;
}

.gw-applicant-bookinglist .list-group-item {
  padding-right: 3rem;
}
.gw-applicant-bookinglist .list-group-item:hover {
  z-index: 1;
  box-shadow: 0 0 0 0 rgba(90, 113, 208, 0.11), 0 4px 16px 0 rgba(167, 175, 183, 0.33);
}

.gw-current-employer .gw-employer-content {
  position: relative;
}
.gw-current-employer .gw-employer-content:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #7bafda;
  width: 3px;
  height: 90%;
}

.gw-searchyear-dateyear {
  text-align: center;
  font-weight: 300;
  font-size: 2rem;
  margin: auto;
  background: #eceded;
  width: 4rem;
  height: 1.5rem;
  border-radius: 1.5rem;
}

.gw-searchyear-label {
  text-align: center;
  font-weight: bold;
  font-size: 0.85rem;
  text-transform: uppercase;
  margin: 1rem 0 0;
}

.gw-searchyear-end {
  margin-left: -2px;
}

.gw-searchyear-set .gw-searchyear-dateyear {
  background: none;
  width: auto;
  height: auto;
  border-radius: 0;
}
.gw-searchyear-set.gw-searchyear-start .gw-searchyear-dateyear, .gw-searchyear-set.gw-searchyear-start .gw-searchyear-label {
  color: #3f866c;
}
.gw-searchyear-set.gw-searchyear-end .gw-searchyear-dateyear, .gw-searchyear-set.gw-searchyear-end .gw-searchyear-label {
  color: #c78810;
}

.gw-traveldistance {
  text-align: center;
  position: relative;
}
.gw-traveldistance .gw-traveldistance-stroke {
  transform: rotate(-90deg);
}
.gw-traveldistance .gw-traveldistance-stroke circle {
  fill: white;
  stroke: #6e6f70;
  stroke-width: 2;
  stroke-dasharray: 570;
  stroke-dashoffset: 570;
  transition: ease stroke-dashoffset 0.4s;
}
.gw-traveldistance .label {
  text-transform: uppercase;
  font-size: 0.85rem;
  font-weight: bold;
  margin-top: 1rem;
}
.gw-traveldistance .value {
  font-weight: 300;
  position: absolute;
  width: 100%;
  top: 7rem;
}

.gw-applicant-chat .gw-applicant-chat-backbutton-row {
  display: none;
}
.gw-applicant-chat .gw-applicant-chat-application {
  background: white;
  text-align: center;
  margin: 0 1rem 1rem 1rem;
  padding: 0.5rem;
  transition: ease all 0.3s;
}
.gw-applicant-chat .gw-applicant-chat-application .gw-application-title {
  color: #c78810;
  font-size: 0.8rem;
  margin: 0.5rem 0;
}
.gw-applicant-chat .gw-applicant-chat-application .gw-application-logo {
  padding: 0 1rem;
}
.gw-applicant-chat .gw-applicant-chat-application:hover .gw-application-title {
  color: #80580a;
}
.gw-applicant-chat .gw-applicant-chat-application:not(.active) {
  cursor: pointer;
}
.gw-applicant-chat .gw-applicant-chat-application .gw-applicant-chat-application-counter {
  box-shadow: 0 0 0 3px white;
  font-size: 0.9rem;
}
.gw-applicant-chat .gw-applicant-chat-application.deleted {
  padding-top: 0;
  opacity: 0.75;
  border: 1px solid #c99e93;
}
.gw-applicant-chat .gw-applicant-chat-application.deleted .gw-application-logo {
  opacity: 0.5;
}
.gw-applicant-chat .gw-applicant-chat-messages {
  display: none;
}
.gw-applicant-chat .gw-applicant-chat-messages .deleted {
  border: 1px solid #9b2e29;
}
@media (min-width: 992px) {
  .gw-applicant-chat .gw-applicant-chat-application.active {
    margin-left: 0;
    margin-right: 0;
    border: 1px solid #4a95cc;
    box-shadow: 0 0 0 0.2rem #afc8e5;
  }
  .gw-applicant-chat .gw-applicant-chat-application.active.deleted {
    opacity: 1;
    border: 1px solid #9b2e29;
    box-shadow: 0 0 0 0.2rem rgba(155, 46, 41, 0.25);
  }
  .gw-applicant-chat .gw-applicant-chat-application.active.deleted .gw-application-logo {
    opacity: 1;
  }
  .gw-applicant-chat .gw-applicant-chat-application.active .gw-application-title {
    color: #343a40;
    font-size: 1rem;
  }
  .gw-applicant-chat .gw-applicant-chat-application.active .gw-application-logo {
    padding: 0;
  }
  .gw-applicant-chat .gw-applicant-chat-messages {
    display: block;
  }
}
.gw-applicant-chat.gw-applicant-chat-detailview .gw-applicant-chat-backbutton-row {
  display: block;
}
.gw-applicant-chat.gw-applicant-chat-detailview .gw-applicant-chat-application {
  display: none;
}
.gw-applicant-chat.gw-applicant-chat-detailview .gw-applicant-chat-application.active {
  display: block;
  margin-left: 0;
  margin-right: 0;
  border: 1px solid #4a95cc;
  box-shadow: 0 0 0 0.2rem #afc8e5;
}
.gw-applicant-chat.gw-applicant-chat-detailview .gw-applicant-chat-application.active.deleted {
  opacity: 1;
  border: 1px solid #9b2e29;
  box-shadow: 0 0 0 0.2rem rgba(155, 46, 41, 0.25);
}
.gw-applicant-chat.gw-applicant-chat-detailview .gw-applicant-chat-application.active.deleted .gw-application-logo {
  opacity: 1;
}
.gw-applicant-chat.gw-applicant-chat-detailview .gw-applicant-chat-application.active .gw-application-title {
  color: #343a40;
  font-size: 1rem;
}
.gw-applicant-chat.gw-applicant-chat-detailview .gw-applicant-chat-application.active .gw-application-logo {
  padding: 0;
}
.gw-applicant-chat.gw-applicant-chat-detailview .gw-applicant-chat-messages {
  display: block;
}
@media (min-width: 992px) {
  .gw-applicant-chat.gw-applicant-chat-detailview .gw-applicant-chat-backbutton-row {
    display: none;
  }
  .gw-applicant-chat.gw-applicant-chat-detailview .gw-applicant-chat-application {
    display: block;
  }
}

.btn-collapse span.show-collapsed {
  display: none;
}

.btn-collapse.collapsed span.show-collapsed {
  display: inline;
}

.btn-collapse.collapsed span.show-not-collapsed {
  display: none;
}

.gw-location-map-holder {
  background-size: cover;
  background-position: center;
  min-height: 10rem;
}
@media (min-width: 768px) {
  .gw-location-map-holder {
    min-height: 15rem;
  }
}

.gw-dropdown-inside {
  width: calc(100% - 3rem);
  margin-left: 1rem;
}
.gw-dropdown-inside div {
  text-align: left;
}

.applicant-item-inside {
  width: calc(100% - 1rem);
  margin-left: 1rem;
}

.gw-dropdown-applicant-arrow {
  width: 2rem;
  height: auto;
}
.gw-dropdown-applicant-arrow i {
  text-align: center;
}

.gw-dropdown-toggle-applicant {
  box-sizing: border-box;
  width: 100%;
  border: 3px solid white !important;
}
.gw-dropdown-toggle-applicant:after {
  display: none;
}
.gw-dropdown-toggle-applicant:hover {
  border: 3px solid #7bafda !important;
}

.notification-applicant {
  position: absolute;
  left: 1rem;
}

.gw-dropdown-menu {
  width: calc(100% - 2rem);
}

.gw-dropdown-applicant-search {
  width: calc(100% - 1rem);
  padding: 0.25rem 0.5rem;
  margin-left: 0.5rem;
  border: none;
}

.gw-dropdown-item-applicant {
  background-color: white;
}

@media (min-width: 768px) {
  .gw-badge-applicant {
    display: block;
  }
}
.gw-badge-applicant mark {
  padding: 0;
}

.gw-dropdown-applicant.show .btn {
  box-shadow: 0 0 0 0.2rem #afc8e5;
}
.gw-dropdown-applicant.show .btn .gw-dropdown-applicant-arrow i:before {
  content: "\e93a";
}

.gw-dropdown-applicant.show + .row {
  opacity: 0.4;
  transform: scale(0.95);
}

.gw-dropdown-applicant + .row {
  transition: ease all 0.3s;
}

.gw-dropdown-applicant .row {
  background-color: transparent !important;
}

.applicant-item {
  position: relative;
}
.applicant-item:hover {
  background-color: #fafafa !important;
}

.applicant-item-deleted {
  background-color: #e7d2ce !important;
  color: #9b2e29;
}
.applicant-item-deleted:hover {
  background-color: #e4ccc7 !important;
  color: #9b2e29 !important;
}

.bg-darkergrey {
  background-color: #E6E6E6;
}

.gw-message-applicant-reply-button {
  background-color: #7bafda;
  padding: 0.5rem;
  margin-bottom: 0;
  cursor: pointer;
  text-align: center;
}

.gw-message-applicant-reply {
  color: white;
  margin: 1rem;
  padding: 0.5rem;
  margin-bottom: 2rem;
}

.gw-message-applicant-reply-form {
  background-color: white;
  padding: 1rem;
  padding-left: 2rem;
  margin-bottom: 2rem;
}

.gw-message-applicant {
  background-color: white;
  position: relative;
  margin: 1rem;
  padding: 1rem;
  margin-bottom: 2rem;
  border-radius: 1rem;
}
.gw-message-applicant .gw-message-part {
  word-wrap: break-word;
}
.gw-message-applicant p {
  word-wrap: break-word;
}
.gw-message-applicant a {
  word-break: break-all;
}
@media (min-width: 576px) {
  .gw-message-applicant {
    padding-left: 2rem;
  }
}
.gw-message-applicant.in {
  margin-right: 2rem;
}
@media (min-width: 576px) {
  .gw-message-applicant.in {
    margin-right: 3rem;
  }
}
.gw-message-applicant.in:after {
  content: "";
  position: absolute;
  top: 1rem;
  left: -15px;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-right-color: white;
  border-left: 0;
  border-top: 0;
}
.gw-message-applicant.out {
  margin-left: 2rem;
}
@media (min-width: 576px) {
  .gw-message-applicant.out {
    margin-left: 3rem;
  }
}
.gw-message-applicant.out:after {
  content: "";
  position: absolute;
  top: 1rem;
  right: -15px;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-left-color: white;
  border-right: 0;
  border-top: 0;
}

.gw-message-applicant-top {
  border-bottom: 1px solid black;
  margin-bottom: 1rem;
}
.gw-message-applicant-top .gw-message-downloads {
  margin-bottom: 0.5rem;
}
.gw-message-applicant-top .gw-message-downloads .gw-message-download {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 0.5rem;
  white-space: nowrap;
  width: 100%;
  max-width: 100%;
  border-radius: 0.25rem;
}
@media (min-width: 576px) {
  .gw-message-applicant-top .gw-message-downloads .gw-message-download {
    width: 13rem;
    max-width: 13rem;
  }
}
.gw-message-applicant-top .gw-message-downloads .gw-message-download i {
  font-size: 1.5rem;
}
.gw-message-applicant-top .gw-message-downloads .gw-message-download span {
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5rem;
}

.gw-message-applicant-badge {
  padding: 0.2rem 0.5rem;
  font-size: 0.7rem;
  color: white;
  background-color: #7bafda;
  border-radius: 2rem;
  display: inline-block;
  position: absolute;
  top: -0.5rem;
}

.gw-message-applicant-badge-deleted {
  padding: 0.2rem 0.5rem;
  font-size: 0.7rem;
  color: white;
  background-color: #9b2e29;
  border-radius: 2rem;
  display: inline-block;
  position: absolute;
  top: -0.5rem;
  z-index: 10;
}

.gw-message-applicant-timestamp {
  color: #c5c6c8;
}
@media (min-width: 768px) {
  .gw-message-applicant-timestamp {
    position: absolute;
    right: 1rem;
    top: 1.5rem;
  }
}
@media (max-width: 991.98px) {
  .gw-message-applicant-timestamp {
    text-align: right;
    margin-bottom: 0;
  }
}

/* GAT-4292 */
.gw-workplace-document-group:not(.deleted) {
  background: #f8f9fa;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}

.gw-okgt-container .gw-okgt-execution {
  border: 1px solid #BC9333;
}
.gw-okgt-container .gw-okgt-execution .gw-progress-okgt {
  background-color: white;
  border-radius: 0;
  border: 1px solid #BC9333;
  height: 1.2rem;
}
.gw-okgt-container .gw-okgt-execution .gw-progress-okgt .progress-bar {
  background-color: #BC9333;
}
.gw-okgt-container .gw-okgt-execution .btn-okgt {
  background-color: #BC9333;
  color: white;
}
.gw-okgt-container .gw-okgt-execution .btn-okgt:hover {
  background-color: #947428;
}
.gw-okgt-container .gw-okgt-execution .btn-okgt-outline {
  border: 1px solid #BC9333;
  color: #BC9333;
}
.gw-okgt-container .gw-okgt-execution .btn-okgt-outline:hover {
  background-color: #BC9333;
  color: white;
}

.bootstrap-select .btn.dropdown-toggle {
  background-color: white;
  border: 1px solid #ced4da;
  font-weight: normal;
  color: #495057;
}
.bootstrap-select .btn.dropdown-toggle:hover {
  color: #495057;
}
.bootstrap-select .btn.dropdown-toggle.btn-green-500 {
  background-color: #92aa84;
  border-color: #92aa84;
  color: white;
}
.bootstrap-select .btn.dropdown-toggle.btn-green-500:hover {
  background-color: #7e9a6d;
  border-color: #779467;
}
.bootstrap-select.show .btn.dropdown-toggle {
  border: 1px solid #4a95cc;
  box-shadow: 0 0 0 0.2rem #afc8e5;
}
.bootstrap-select.show .btn.dropdown-toggle.btn-green-500 {
  background: #779467;
  border-color: #718d61;
  box-shadow: 0 0 0 0.2rem rgba(146, 170, 132, 0.5);
}
.bootstrap-select.is-invalid .btn.dropdown-toggle {
  border: 1px solid #b73328;
}
.bootstrap-select.is-invalid .btn.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(183, 51, 40, 0.25);
}
.bootstrap-select.is-invalid.show .btn.dropdown-toggle {
  box-shadow: 0 0 0 0.2rem rgba(183, 51, 40, 0.25);
}
.bootstrap-select.form-control.is-invalid {
  padding-right: 0;
  background-image: none;
}
.bootstrap-select .dropdown-item.selected {
  color: #007fbf;
}

.bootstrap-select.gat3727 .dropdown-item, .bootstrap-select.gw-bootstrap-select-multiline .dropdown-item {
  white-space: initial;
}

.bootstrap-select.gw-bs-filter .btn.dropdown-toggle:not(.bs-placeholder) {
  color: #007fbf;
  border-color: #007fbf;
  font-weight: bold;
  border-width: 2px;
}

#Company_ActiveSourcing_Index_Holder .bootstrap-select .btn.dropdown-toggle:not(.bs-placeholder):not(.disabled) {
  border-color: #007fbf;
  font-weight: bold;
  border-width: 2px;
}
#Company_ActiveSourcing_Index_Holder .bootstrap-select .btn.dropdown-toggle.bs-placeholder:not(.btn-green-500) {
  color: #87888a;
}

.gw-slider .slider.slider-horizontal {
  width: 94%;
  max-width: 30rem;
  transform: translateX(0.5rem);
}
.gw-slider .slider.slider-horizontal .tooltip {
  transform: translateX(-25%);
}
.gw-slider .slider.slider-horizontal .tooltip.tooltip-main {
  transition: ease opacity 0.3s;
}
@media (hover: none) {
  .gw-slider .slider.slider-horizontal {
    margin-top: 2rem;
  }
  .gw-slider .slider.slider-horizontal .tooltip.tooltip-main,
  .gw-slider .slider.slider-horizontal .tooltip.tooltip-main {
    opacity: 0.9;
  }
}
.gw-slider .slider.slider-horizontal:hover .tooltip.tooltip-main {
  opacity: 0.9;
}
.gw-slider .slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  font-size: 0.85rem;
  font-weight: bold;
  color: #007fbf;
}
.gw-slider .slider.slider-horizontal .slider-tick {
  box-shadow: none;
  background-image: none;
  filter: none;
  background-color: #fafafa;
}
.gw-slider .slider.slider-horizontal .slider-tick.in-selection {
  background-image: none;
  filter: none;
  background-color: #7bafda;
}
.gw-slider.gw-slider-range .slider.slider-horizontal .slider-tick.in-selection {
  background-color: transparent;
}
.gw-slider.gw-slider-rtl .slider.slider-horizontal .slider-tick {
  background: #7bafda;
}
.gw-slider.gw-slider-rtl .slider.slider-horizontal .slider-tick.in-selection {
  background-color: #fafafa;
  opacity: 1;
}
.gw-slider.gw-slider-rtl .slider-selection.tick-slider-selection {
  background: #fafafa;
}
.gw-slider.gw-slider-rtl .slider-track-low, .gw-slider.gw-slider-rtl .slider-track-high {
  background: #7bafda;
}

.slider.slider-vertical:hover .tooltip.tooltip-main {
  opacity: 0.9;
}

.bootstrap-table .table-hover tbody tr:hover {
  background-color: transparent;
}

#Company_Profile_Apply #applyForm {
  min-height: 23rem;
}
@media (min-width: 768px) {
  #Company_Profile_Apply #applyForm {
    min-height: 28rem;
  }
}
@media (min-width: 992px) {
  #Company_Profile_Apply #applyForm {
    min-height: 23rem;
  }
}

.gw-wayfi-execution {
  background: white;
  border-radius: 0.25rem;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}
.gw-wayfi-execution.gw-wayfi-execution-new {
  background: transparent;
  border: 1px solid #c5c6c8;
  color: #87888a;
}
.gw-wayfi-execution.gw-wayfi-execution-new .btn {
  background: #c78810;
  color: white !important;
  transition: opacity ease 0.3s;
}
.gw-wayfi-execution.gw-wayfi-execution-new .btn:hover {
  opacity: 0.8;
}
.gw-wayfi-execution .gw-wayfi-execution-professionareas {
  margin-bottom: 1rem;
}
.gw-wayfi-execution .gw-wayfi-execution-professionarea {
  padding: 0.5rem 0;
  line-height: 1;
  display: block;
  letter-spacing: -0.1px;
}
.gw-wayfi-execution .gw-wayfi-execution-professionarea .form-row {
  margin: 0 !important;
}
.gw-wayfi-execution .gw-wayfi-execution-professionarea .progress-bar {
  background: #7bafda;
}
.gw-wayfi-execution .gw-wayfi-execution-professionarea:hover {
  background: #fafafa;
  border-radius: 0.25rem;
  transition: ease background 0.2s;
}
.gw-wayfi-execution .gw-wayfi-execution-professionarea:nth-child(-n+3) {
  background: rgba(175, 200, 229, 0.6);
  padding: 0.35rem 0;
}
.gw-wayfi-execution .gw-wayfi-execution-professionarea:nth-child(-n+3):hover {
  border-radius: 0;
}
.gw-wayfi-execution .gw-wayfi-execution-professionarea:nth-child(1) {
  padding-top: 0.5rem;
}
.gw-wayfi-execution .gw-wayfi-execution-professionarea:nth-child(3) {
  padding-bottom: 0.5rem;
}
.gw-wayfi-execution .gw-wayfi-execution-interest {
  background: rgba(175, 200, 229, 0.6);
  margin-bottom: 0.25rem;
  padding: 0.25rem 0 0.25rem 0.25rem;
}
.gw-wayfi-execution .gw-wayfi-execution-interest:hover {
  cursor: pointer;
}
.gw-wayfi-execution .gw-wayfi-execution-interest [data-toggle=collapse]:not(.collapsed) i:before {
  content: "\e93a";
}
.gw-wayfi-execution .gw-wayfi-execution-interest:last-of-type {
  margin-bottom: 1rem;
}
.gw-wayfi-execution .gw-wayfi-execution-interest img {
  max-width: 3rem;
}
.gw-wayfi-execution [data-toggle=collapse].collapsed [data-for=hide] {
  display: none;
}
.gw-wayfi-execution [data-toggle=collapse]:not(.collapsed) [data-for=show] {
  display: none;
}
.gw-wayfi-execution [data-toggle=collapse]:not(.collapsed) i:before {
  content: "\e93a";
}
.gw-wayfi-execution .gw-top3-wrapper p.h5 {
  margin-bottom: 0.5rem;
}
.gw-wayfi-execution .gw-top3-wrapper .progress {
  margin-bottom: 1rem;
}
.gw-wayfi-execution .gw-wayfi-details {
  border: 1px solid #eceded;
  border-radius: 0.25rem;
  padding: 1rem;
  margin-bottom: 0.5rem;
}

/* ******************* */
/* KENDO UI OVERRIDES */
/* ******************* */
/* ********************************* */
/* former kendobootstrapcustom.css */
/* This file is temporary, we store the custom rules for Kendo widgets
    until the development is finished and we can include them in the CDN. */
.breakspace {
  white-space: normal !important;
}

.k-grid-header th.k-header {
  border: none;
  color: #fff;
  font-weight: bold;
}

.k-grid-header .k-header > .k-link {
  color: #fff;
  font-weight: bold;
}

.k-grid {
  border: none;
}

.k-header {
  background-color: #4a95cc;
  background-image: none;
  color: #fff;
}

.k-grid th {
  background-color: #fff;
  border-left: none;
  border-right: none;
}

.k-grid td {
  background-color: #fff;
  border-left: none;
  border-right: none;
}

.k-grid tr.rowOwnUsername {
  background: white;
}
.k-grid tr.rowOwnUsername td {
  color: #007fbf;
  background-color: rgba(175, 200, 229, 0.4);
  font-weight: bold;
}

.k-grid tr.gw-person-inactive td {
  color: #87888a;
}

.k-pager-wrap {
  background-color: rgb(227, 227, 227);
  background-image: none;
  border-top: none;
  padding: 0.75rem;
}

/* Hide "first" and "last" buttons */
.k-pager-first, .k-pager-last {
  display: none;
}

/* Don't use round buttons in the pager */
.k-pager-numbers .k-link,
.k-pager-numbers .k-link:hover,
.k-pager-numbers .k-state-selected {
  border-radius: 0;
  border: none;
  color: #000;
}

.k-pager-wrap > .k-link {
  border-radius: 0;
  border: none;
}

.k-pager-info {
  color: #87888a;
  font-size: 80%;
  font-weight: 400;
}

.k-state-selected {
  background-color: rgb(192, 192, 192);
  background-image: none;
}

/* Display filter icon on left side */
.k-grid-header .k-grid-filter, .k-grid-header .k-header-column-menu {
  margin-left: -5px !important;
  margin-right: 0 !important;
}

.k-grid-header .k-grid-filter, .k-grid-header .k-header-column-menu {
  float: left !important;
}

.k-grid-filter.k-state-active {
  background-color: transparent;
  color: #004c73;
}

.k-i-filter {
  vertical-align: top;
}

/* Same padding for headers and normal cells */
.k-filter-row th, .k-grid-header th.k-header {
  background-color: #4a95cc;
  padding: 0.75rem;
}

/* Replace default Kendo gif spinner with our custom one */
.k-loading-image {
  background-image: url("../img/customspinner.gif");
}

.k-grid .k-dropdown-wrap {
  border-radius: 0;
}

.k-grid .k-input {
  border-radius: 0;
}

.k-grid .k-select {
  background-color: #fff;
  border-radius: 0;
}

.k-grid .k-icon {
  color: #000;
}

.k-grid .k-icon.k-i-filter {
  color: #fff;
}

/* Modify k-autocomplete widgets */
.k-autocomplete.form-control.k-widget {
  padding: 0.375rem 0.75rem;
}

.k-autocomplete.k-widget {
  background-color: #fff;
  border-color: #c5c6c8;
}

.k-autocomplete-clearable .k-input, .k-combobox-clearable .k-input, .k-dropdowntree-clearable .k-input, .k-multiselect-clearable .k-input {
  box-sizing: border-box;
  padding-right: 1.9em;
}

/* Need a class to apply a specific rule designed by Andre */
.border-box {
  box-sizing: border-box;
}

/* Not exactly for Kendo grids, but we need it in the popups */
.form-group.is-invalid input, .form-group.is-invalid textarea {
  border-color: #b73328;
}

.form-group.is-invalid input ~ .invalid-feedback {
  display: block;
}

/* former kendoeditorcustom.css */
/* CSS file for Kendo editors */
.k-editor {
  padding-bottom: 12px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 12px;
  position: relative;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
  overflow: hidden;
}

.k-editor-toolbar-wrap {
  padding: 0.75rem 1.25rem !important;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.k-editor .k-dropdown-wrap.k-state-default,
.k-editor .k-tool-group.k-button-group {
  color: #212529;
  background-color: #92aa84;
  border-color: #92aa84;
  background-image: none;
  border-radius: 0px;
  border-style: none;
}

.k-editor .k-dropdown .k-input,
.k-editor .k-dropdown .k-state-focused .k-input,
.k-editor .k-menu .k-popup,
.k-editor .k-multiselect .k-button,
.k-editor .k-multiselect .k-button:hover,
.k-editor .k-tool.k-state-hover,
.k-editor span.k-icon,
.k-editor a.k-tool {
  color: white;
  border-color: none;
}

.k-editor .k-button-group .k-tool {
  border-style: none;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}

.k-editor .k-button-group .k-tool:hover {
  background-color: #7e9a6d;
  background-image: none;
  border-color: #779467;
}

.k-editor .k-editable-area {
  padding: 1rem;
}

.k-editor .k-editable-area.is-invalid {
  padding-bottom: 1.35rem;
}

.k-editor iframe .k-content {
  border-color: #ced4da;
}

.k-editor-toolbar .k-separator {
  /* position: relative; */
  /* top: 1px; */
  border-style: none;
  /* border-width: 0 1px 0 0; */
  margin: 0;
  padding: 0;
  /* font-size: 1.3em; */
}

.k-editor .k-widget .k-dropdown .k-header .k-editor-widget {
  color: #212529;
  background-color: #92aa84;
  border-color: #92aa84;
}

table.k-editor {
  height: inherit;
  padding: 0;
  border-spacing: 0;
}

.k-editor .k-group-start k-tool.k-state.hover {
  color: white;
  background-color: #92aa84;
  border-color: none;
  opacity: 0;
}

/* open window for insert external link in Kendo.Editor*/
div.k-window, div.k-window.k-state-focused {
  border-radius: 0;
  background-color: #f0f0f0;
  border-color: transparent;
}

div.k-window .k-window-titlebar {
  border-radius: 0;
  background-color: transparent;
  border-color: transparent;
  color: #212529;
}

div.k-window .k-content {
  background-color: #f0f0f0;
  margin-top: 1rem;
}

div.k-window .k-content .k-textbox {
  border-radius: 0;
  border-color: #ced4da;
}

div.k-window .k-content .k-textbox:focus {
  box-shadow: 0 0 0 0.2rem #afc8e5;
  border-color: #4a95cc;
}

.k-edit-form-container .k-edit-buttons {
  border-color: transparent;
  background: none;
}

.k-edit-form-container .k-edit-buttons .k-button {
  border-radius: 0;
  background-image: none;
  border-color: transparent;
  font-weight: 700;
}

.k-edit-form-container .k-edit-buttons .k-button.k-dialog-close {
  background: #f8f9fa;
}

.k-edit-form-container .k-edit-buttons .k-button.k-dialog-close:hover {
  background: #e2e6ea;
}

.k-edit-form-container .k-edit-buttons .k-button.k-dialog-insert {
  float: right;
  background-color: #c78810;
  color: white;
}

.k-edit-form-container .k-edit-buttons .k-button.k-dialog-insert:hover {
  background-color: #a4700d;
}

/* open window for insert external link in Kendo.Editor*/
/* ********************************* */
.k-autocomplete .k-input,
.k-multiselect-wrap,
.k-textbox > input {
  border-radius: 0;
}

.k-autocomplete.gw-input-border-green-500.k-state-default,
.k-dropdown-wrap.gw-input-border-green-500.k-state-default,
.k-numeric-wrap.gw-input-border-green-500.k-state-default,
.k-picker-wrap.gw-input-border-green-500.k-state-default {
  border-color: #92aa84;
}
.k-autocomplete.gw-input-border-green-500.k-state-focused,
.k-dropdown-wrap.gw-input-border-green-500.k-state-focused,
.k-numeric-wrap.gw-input-border-green-500.k-state-focused,
.k-picker-wrap.gw-input-border-green-500.k-state-focused {
  box-shadow: 0 0 0 0.2rem rgba(146, 170, 132, 0.5);
}
.k-autocomplete.gw-input-border-green-500 input.k-input.gw-input-border-green-500,
.k-dropdown-wrap.gw-input-border-green-500 input.k-input.gw-input-border-green-500,
.k-numeric-wrap.gw-input-border-green-500 input.k-input.gw-input-border-green-500,
.k-picker-wrap.gw-input-border-green-500 input.k-input.gw-input-border-green-500 {
  padding-top: 0;
  padding-bottom: 0;
  height: auto;
}
.k-autocomplete.gw-input-border-green-500 input.k-input.gw-input-border-green-500:focus,
.k-dropdown-wrap.gw-input-border-green-500 input.k-input.gw-input-border-green-500:focus,
.k-numeric-wrap.gw-input-border-green-500 input.k-input.gw-input-border-green-500:focus,
.k-picker-wrap.gw-input-border-green-500 input.k-input.gw-input-border-green-500:focus {
  box-shadow: none;
}
.k-autocomplete.gw-kendo-filter-autocomplete-primary.k-state-focused,
.k-dropdown-wrap.gw-kendo-filter-autocomplete-primary.k-state-focused,
.k-numeric-wrap.gw-kendo-filter-autocomplete-primary.k-state-focused,
.k-picker-wrap.gw-kendo-filter-autocomplete-primary.k-state-focused {
  border-color: #4a95cc;
  box-shadow: 0 0 0 0.2rem rgba(74, 149, 204, 0.5);
  border-radius: 0 !important;
}
.k-autocomplete.gw-kendo-filter-autocomplete-primary input.k-input.gw-kendo-filter-autocomplete-primary,
.k-dropdown-wrap.gw-kendo-filter-autocomplete-primary input.k-input.gw-kendo-filter-autocomplete-primary,
.k-numeric-wrap.gw-kendo-filter-autocomplete-primary input.k-input.gw-kendo-filter-autocomplete-primary,
.k-picker-wrap.gw-kendo-filter-autocomplete-primary input.k-input.gw-kendo-filter-autocomplete-primary {
  padding-top: 0;
  padding-bottom: 0;
  height: auto;
}
.k-autocomplete.gw-kendo-filter-autocomplete-primary input.k-input.gw-kendo-filter-autocomplete-primary:focus,
.k-dropdown-wrap.gw-kendo-filter-autocomplete-primary input.k-input.gw-kendo-filter-autocomplete-primary:focus,
.k-numeric-wrap.gw-kendo-filter-autocomplete-primary input.k-input.gw-kendo-filter-autocomplete-primary:focus,
.k-picker-wrap.gw-kendo-filter-autocomplete-primary input.k-input.gw-kendo-filter-autocomplete-primary:focus {
  box-shadow: none;
}

#Admin_Edit_CompanyPlan_Container .k-autocomplete input.k-input {
  padding-top: 0;
  padding-bottom: 0;
  height: auto;
}
#Admin_Edit_CompanyPlan_Container .k-autocomplete.k-state-border-down {
  border-radius: 0;
}
#Admin_Edit_CompanyPlan_Container .k-autocomplete.k-state-focused {
  border-color: #4a95cc;
  box-shadow: 0 0 0 0.2rem rgba(74, 149, 204, 0.5);
  background-image: none;
}
#Admin_Edit_CompanyPlan_Container .k-autocomplete.k-state-focused input.k-input {
  box-shadow: none;
}

.k-popup.k-calendar-container, .k-popup.k-list-container {
  background-color: #fff;
  padding: 0.5rem 0;
  border-color: rgba(0, 0, 0, 0.15);
  border-radius: 0;
}

.k-listbox .k-item, .k-popup .k-list .k-item {
  padding: 0.25rem 1.5rem;
  border: 0;
}
.k-listbox .k-item.k-state-hover, .k-listbox .k-item.k-state-hover:hover, .k-listbox .k-item.k-state-focus, .k-listbox .k-item.k-state-focus:focus, .k-popup .k-list .k-item.k-state-hover, .k-popup .k-list .k-item.k-state-hover:hover, .k-popup .k-list .k-item.k-state-focus, .k-popup .k-list .k-item.k-state-focus:focus {
  cursor: pointer;
  color: #004c73;
  text-decoration: none;
  background-color: rgba(175, 200, 229, 0.4);
  background-image: none;
}

.k-list > .k-state-focused {
  box-shadow: none;
}

.k-upload.k-header {
  border-color: transparent;
  background-color: transparent;
  border-radius: 0;
}
.k-upload .k-dropzone {
  padding-top: 0;
  padding-left: 0;
}
.k-upload .k-upload-button {
  background-color: #92aa84;
  background-image: none;
  border-color: #92aa84;
  border-radius: 0;
  font-weight: 700;
  color: white;
  padding: 0.375rem 0.75rem;
}
.k-upload .k-upload-button.k-state-focused {
  box-shadow: none;
}
.k-upload .k-upload-button:hover {
  background-color: #7e9a6d;
  border-color: #7e9a6d;
}
.k-upload .k-upload-status.k-upload-status-total {
  color: #87888a;
}
.k-upload .k-upload-status.k-upload-status-total .k-i-check {
  color: #92aa84;
}
.k-upload .k-upload-status.k-upload-status-total .k-i-warning {
  color: #c78810;
}
.k-upload .k-upload-status.k-upload-status-total .k-i-error {
  color: #9b2e29;
}
.k-upload .k-upload-files {
  border-color: transparent;
}
.k-upload .k-upload-files .k-file {
  border-color: transparent;
  background-color: transparent;
}
.k-upload .k-upload-files .k-file .k-file-extension-wrapper {
  display: none;
  color: #343a40;
  border-color: #343a40;
}
.k-upload .k-upload-files .k-file .k-file-extension-wrapper:before {
  border-color: transparent transparent #343a40 #343a40;
}
.k-upload .k-upload-files .k-file .k-file-name-size-wrapper {
  display: none;
}
.k-upload .k-upload-files .k-file .k-upload-status {
  display: none;
}
.k-upload .k-upload-files .k-file.k-file-progress .k-progress {
  background-color: #4a95cc;
}
.k-upload .k-upload-files .k-file.k-file-error .k-file-name {
  color: #9b2e29;
}
.k-upload .k-upload-files .k-file.k-file-error .k-progress {
  background-color: #9b2e29;
}
.k-upload .k-upload-files .k-file.k-file-success .k-file-name {
  color: #92aa84;
}
.k-upload .k-upload-files .k-file.k-file-success .k-progress {
  background-color: #92aa84;
}
.k-upload .k-upload-files .k-file .k-file-size {
  color: #343a40;
}
.k-upload .k-upload-files .k-file .k-upload-status .k-button {
  color: #9b2e29;
}

.k-slider .k-tick:not(.k-tick-large) {
  background-image: none;
}
.k-slider .k-slider-track {
  background-color: #c5c6c8;
}
.k-slider .k-slider-selection {
  background-color: #4a95cc;
}
.k-slider .k-draghandle {
  background-color: #007fbf;
  border-color: #007fbf;
  background-image: none;
}
.k-slider .k-draghandle:hover {
  background-color: #006699;
}
.k-slider .k-draghandle.k-state-selected {
  box-shadow: none;
}

.k-widget.k-tooltip.k-slider-tooltip {
  background-color: white;
  background-image: none;
  border-radius: 0;
  color: #343a40;
}
.k-widget.k-tooltip.k-slider-tooltip .k-callout-s {
  border-top-color: white;
}

.k-grid-header .k-link .k-icon {
  color: white;
}

.k-link.k-pager-refresh:hover {
  background-image: none;
  background-color: #c8c8c8;
}
.k-link.k-pager-refresh .k-icon {
  color: #87888a;
}

.k-pager-numbers .k-link, .k-pager-numbers .k-state-selected {
  margin-right: 0.25rem;
  border-radius: 4px;
}

.k-pager-wrap .k-pager-numbers .k-state-selected {
  background-color: #c78810;
}
.k-pager-wrap .k-pager-numbers .k-state-selected:hover {
  background: #a16e0d;
  color: white;
}
.k-pager-wrap .k-pager-numbers .k-state-selected:focus {
  box-shadow: 0 0 0 0.2rem rgba(207, 154, 52, 0.5);
}

.k-pager-wrap .k-link:hover {
  background: #c8c8c8;
  border-radius: 4px;
}
.k-pager-wrap .k-link:hover:focus {
  box-shadow: 0 0 0 0.2rem rgba(200, 201, 202, 0.5);
}

.k-label.k-pager-sizes {
  font-size: 80%;
  color: #87888a;
}
.k-label.k-pager-sizes .k-dropdown-wrap.k-state-default {
  background-color: white;
  border-color: #ced4da;
}
.k-label.k-pager-sizes .k-dropdown-wrap.k-state-active {
  background-color: white;
  border-color: #4a95cc;
  box-shadow: 0 0 0 0.2rem #afc8e5;
}

.k-popup .k-list .k-item.k-state-selected {
  background-color: rgba(175, 200, 229, 0.6);
  background-image: none;
  border-radius: 0;
  box-shadow: none;
  color: #003f59;
}
.k-popup .k-list .k-item.k-state-selected.k-state-hover {
  background-color: rgba(175, 200, 229, 0.6);
}

.k-nodata {
  color: #9b2e29;
  font-weight: normal;
}

.k-editor-toolbar li {
  margin-bottom: 4px;
}

.k-editor-toolbar .k-dropdown {
  min-width: 150px;
}

.k-editor-toolbar .k-button-group {
  padding: 0;
}

.k-editor .k-button-group .k-tool {
  margin: 0;
}

.k-tool.k-state-focused {
  box-shadow: none;
}

.k-tool.k-state-selected {
  background: #7e9a6d;
}

.k-content {
  border-color: #ced4da;
}

.k-grid .k-grid-filter.k-state-active {
  padding-left: 0.25rem;
  padding-right: 0.5rem;
}

.k-grid .k-grid-filter.k-state-active .k-icon.k-i-filter {
  overflow: visible;
}

.k-grid .k-grid-filter.k-state-active .k-icon.k-i-filter:before {
  color: #343a40;
}

.k-grid .k-grid-filter.k-state-active .k-icon.k-i-filter:after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: -0.25rem;
  left: 0;
  background: #deb45e;
  transform: translateX(-0.25rem);
  z-index: -1;
  border-radius: 50%;
}

.k-filter-menu .k-widget {
  margin-bottom: 0.5rem;
  min-width: 100%;
  max-width: 100%;
}

.k-filter-menu .k-action-buttons {
  flex-direction: row-reverse;
  justify-content: space-between;
}

.k-dropdown-wrap.k-state-default {
  background: white;
  border-radius: 0;
  border-color: #ced4da;
}

.k-dropdown-wrap.k-state-focused {
  box-shadow: 0 0 0 0.2rem #afc8e5;
  border-color: #4a95cc;
}

.k-dropdown .k-select {
  color: #495057;
}

.k-list-optionlabel,
.k-list-optionlabel.k-state-hover,
.k-list-optionlabel.k-state-focused,
.k-list-optionlabel.k-state-selected {
  background: none;
  border: none;
  color: #495057;
  font-style: italic;
}

.k-loading-color {
  opacity: 0.7;
}

.k-grid .k-loading-mask + table tbody tr + tr + tr + tr + tr {
  display: none;
}

.gw-be-table.table-sm .k-grid-header th.k-header {
  padding: 0.3rem;
}
.gw-be-table.table-sm tr {
  background: white;
}
.gw-be-table.table-sm tr:hover {
  background: rgba(0, 0, 0, 0.05);
}
.gw-be-table.table-sm td {
  padding: 0.3rem;
  background: transparent;
}
.gw-be-table.table-sm .k-grid-edit-row td {
  background: rgba(0, 0, 0, 0.05);
}
.gw-be-table.table-sm .k-button {
  padding: 0 0.5rem;
  border-radius: 0;
  color: white;
  border: none;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.gw-be-table.table-sm .k-button.k-grid-edit {
  background: transparent;
  color: #007fbf;
}
.gw-be-table.table-sm .k-button.k-grid-edit .k-icon {
  color: #007fbf;
}
.gw-be-table.table-sm .k-button.k-grid-edit:hover {
  background: #007fbf;
  color: white;
}
.gw-be-table.table-sm .k-button.k-grid-edit:hover .k-icon {
  color: white;
}
.gw-be-table.table-sm .k-button.k-grid-edit:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 127, 191, 0.5);
}
.gw-be-table.table-sm .k-button.k-grid-update {
  background: #c78810;
}
.gw-be-table.table-sm .k-button.k-grid-update .k-icon {
  color: white;
}
.gw-be-table.table-sm .k-button.k-grid-update:hover {
  background: #98680c;
}
.gw-be-table.table-sm .k-button.k-grid-update:focus {
  box-shadow: 0 0 0 0.2rem rgba(199, 136, 16, 0.5);
}
.gw-be-table.table-sm .k-button.k-grid-cancel {
  background: #b73328;
}
.gw-be-table.table-sm .k-button.k-grid-cancel .k-icon {
  color: white;
}
.gw-be-table.table-sm .k-button.k-grid-cancel:hover {
  background: #8d271f;
}
.gw-be-table.table-sm .k-button.k-grid-cancel:focus {
  box-shadow: 0 0 0 0.2rem rgba(183, 51, 40, 0.5);
}

#CompanyDescriptionContentHolder .k-editor .k-toolbar, #MeetUsContentHolder .k-editor .k-toolbar, #ApprenticeshipInfoContentHolder .k-editor .k-toolbar {
  background: none;
  border: none;
}
#CompanyDescriptionContentHolder .k-editor .k-dropdown-wrap.k-state-focused, #MeetUsContentHolder .k-editor .k-dropdown-wrap.k-state-focused, #ApprenticeshipInfoContentHolder .k-editor .k-dropdown-wrap.k-state-focused {
  box-shadow: 0 0 0 0.2rem rgba(129, 150, 118, 0.5);
}
#CompanyDescriptionContentHolder .k-editor .k-tool-group.k-button-group .k-button, #MeetUsContentHolder .k-editor .k-tool-group.k-button-group .k-button, #ApprenticeshipInfoContentHolder .k-editor .k-tool-group.k-button-group .k-button {
  background: #92aa84;
  border-color: #92aa84;
}
#CompanyDescriptionContentHolder .k-editor .k-tool-group.k-button-group .k-button:hover, #CompanyDescriptionContentHolder .k-editor .k-tool-group.k-button-group .k-button.k-state-selected, #MeetUsContentHolder .k-editor .k-tool-group.k-button-group .k-button:hover, #MeetUsContentHolder .k-editor .k-tool-group.k-button-group .k-button.k-state-selected, #ApprenticeshipInfoContentHolder .k-editor .k-tool-group.k-button-group .k-button:hover, #ApprenticeshipInfoContentHolder .k-editor .k-tool-group.k-button-group .k-button.k-state-selected {
  background: #779467;
  border-color: #779467;
}
#CompanyDescriptionContentHolder .k-editor .k-tool-group.k-button-group .k-button:focus, #MeetUsContentHolder .k-editor .k-tool-group.k-button-group .k-button:focus, #ApprenticeshipInfoContentHolder .k-editor .k-tool-group.k-button-group .k-button:focus {
  box-shadow: 0 0 0 0.2rem rgba(129, 150, 118, 0.5);
}

.k-widget.k-upload.k-upload-async {
  background: none;
  border: none;
}
.k-widget.k-upload.k-upload-async .k-dropzone-hint {
  color: #c5c6c8;
}
.k-widget.k-upload.k-upload-async .k-dropzone {
  background: white;
  border: 3px dashed #c5c6c8;
  padding: 1rem;
  transition: ease-out all 0.3s;
}
.k-widget.k-upload.k-upload-async .k-dropzone.k-dropzone-hovered {
  transform: scale(1.02);
  border-color: #4a95cc;
  color: #4a95cc;
}
.k-widget.k-upload.k-upload-async .k-dropzone.k-dropzone-hovered .k-dropzone-hint {
  color: #7bafda;
}
.k-widget.k-upload.k-upload-async .k-upload-files .k-file-group-wrapper {
  color: #c5c6c8;
}

@media (min-width: 992px) {
  .k-filter-menu.k-popup .k-filter-menu-container,
  .k-grid-filter-popup.k-popup .k-filter-menu-container {
    min-width: 22rem;
  }
}

.k-widget .dropdown-menu .dropdown-item {
  box-sizing: border-box;
}

.form-check.is-invalid label {
  color: #b73328;
}
.form-check.is-invalid ~ .invalid-feedback {
  display: block;
}

.gw-identyfibox {
  background: white;
  box-shadow: 0 4px 6px 0 rgba(70, 48, 6, 0.25);
  min-height: 600px;
  padding: 1rem;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.gw-identyfibox h1 {
  font-size: 2rem;
}

.gw-identyfibox-example {
  box-shadow: 0 4px 6px 0 rgba(70, 48, 6, 0.25);
  padding: 1rem;
}

.gw-if-inner {
  position: relative;
  border: 1px solid rgba(135, 136, 138, 0.4);
  padding: 3rem 1rem 1rem 1rem;
}

@media (min-width: 576px) {
  .gw-if-inner {
    padding: 3rem 2rem 1rem 2rem;
  }
}
@media (min-width: 768px) {
  .gw-if-inner {
    padding: 3rem 2rem 1rem 3.25rem;
  }
}
.gw-wf-btn {
  position: absolute;
}
.gw-wf-btn i {
  font-size: 2rem;
}
.gw-wf-btn.gw-wf-help {
  top: 0.75rem;
  left: 0.75rem;
}
.gw-wf-btn.gw-wf-close {
  top: 0.75rem;
  right: 0.75rem;
}

.gw-if-questionbox {
  padding: 0 0 0 0.25rem;
  margin-bottom: 1.5rem;
}
.gw-if-questionbox > .row {
  background: none;
  padding: 0.5rem 0;
}
.gw-if-questionbox .gw-if-legendrow {
  padding-bottom: 0;
}

@media (min-width: 576px) {
  .gw-if-questionbox {
    margin-bottom: 0;
  }
}
.gw-if-legends {
  padding-left: 0;
  padding-right: 0;
}
.gw-if-legends > .row {
  background: none;
}

.gw-if-legend {
  font-weight: bold;
  font-size: 0.8rem;
  padding: 0.2rem 0;
  background-color: transparent;
  word-spacing: 10vw;
}
.gw-if-legend span {
  transition: color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
  padding: 0.15rem 0.25rem 0.1rem 0;
  line-height: 1.2rem;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.gw-if-legend.gw-if-hashover span {
  box-shadow: 0.5rem 0 0 #007fbf, -0.25rem 0 0 #007fbf;
  background-color: #007fbf;
  color: #fff;
}

.gw-wf-checkbox {
  display: inline-block;
  width: 1.667rem;
  height: 1.667rem;
  border-radius: 0.15rem;
  border: 1px solid #212529;
}

.gw-if-question {
  padding-top: 0.16667rem;
  padding-left: 2px;
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .gw-if-question {
    padding-left: 15px;
  }
}
.gw-if-question h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #212529;
}
@media (min-width: 992px) {
  .gw-if-question h3 span {
    line-height: 1.2;
  }
}

.gw-if-answers {
  padding-left: 0;
  padding-right: 0;
}
.gw-if-answers > .row {
  background: none;
}

.gw-if-answer {
  padding: 0.2rem 0;
}
.gw-if-answer img {
  cursor: pointer;
  transition: transform ease 0.3s;
}
.gw-if-answer img:hover {
  transform: scale(1.1);
}

.gw-if-prevnext.gw-outline-btn {
  border: none;
  background-color: #c78810;
  color: #fff;
  box-shadow: none;
  opacity: 0.8;
}
.gw-if-prevnext.gw-outline-btn .gw-btn-inner {
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0.125rem 2rem;
}
.gw-if-prevnext.gw-outline-btn .gw-btn-inner i {
  line-height: 1.5;
  font-size: 1.333rem;
}
.gw-if-prevnext.gw-outline-btn .gw-btn-inner i:before {
  margin-right: 0;
}
.gw-if-prevnext.gw-outline-btn:hover {
  opacity: 1;
}
.gw-if-prevnext.gw-outline-btn:hover .gw-btn-inner {
  border-color: #fff;
}
.gw-if-prevnext.gw-outline-btn.disabled {
  background-color: #deb45e;
  opacity: 0.6;
}

.gw-wayfibox {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  min-height: 600px;
  padding: 1rem;
  margin-top: 2rem;
}
.gw-wayfibox h1 {
  font-size: 2rem;
}

.gw-wf-inner {
  position: relative;
  padding: 5rem 1rem 1rem 1rem;
}

@media (min-width: 768px) {
  .gw-wf-inner {
    padding: 3rem 12rem 1rem 3.25rem;
  }
}
.gw-wf-btn {
  position: absolute;
}
.gw-wf-btn i {
  font-size: 2rem;
}
.gw-wf-btn.gw-wf-help {
  top: 0.75rem;
  left: 0.75rem;
}
.gw-wf-btn.gw-wf-close {
  top: 0.75rem;
  right: 0.75rem;
}

.gw-wf-questionbox {
  padding: 0 0 0 0.25rem;
  margin-bottom: 1.5rem;
}
.gw-wf-questionbox > .row {
  background: none;
  padding: 1rem 0;
}
.gw-wf-questionbox .gw-wf-legendrow {
  padding-bottom: 0;
}

@media (min-width: 576px) {
  .gw-wf-questionbox {
    margin-bottom: 0;
  }
}
.gw-wf-legends {
  padding-left: 0;
  padding-right: 0;
}
.gw-wf-legends > .row {
  background: none;
}

.gw-wf-legend {
  font-weight: bold;
  font-size: 0.667rem;
  text-transform: uppercase;
  text-align: center;
  padding: 0.2rem 0;
  background-color: transparent;
  opacity: 1;
  transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 1s ease;
}
.gw-wf-legend.gw-wf-hashover {
  background-color: #007fbf;
  color: #fff;
  transform: scale(1.1667);
}

.gw-wf-answers {
  padding-left: 0;
  padding-right: 0;
}
.gw-wf-answers > .row {
  background: none;
}

.gw-wf-checkbox {
  display: inline-block;
  width: 1.667rem;
  height: 1.667rem;
  border-radius: 0.15rem;
  border: 1px solid #212529;
}

.gw-wf-answer {
  text-align: center;
  cursor: pointer;
}
.gw-wf-answer .gw-wf-checkbox {
  transition: transform 0.3s ease, border 0.3s ease;
}
.gw-wf-answer:not(.gw-wf-selected):hover .gw-wf-checkbox {
  transform: scale(1.25);
  border-width: 2px;
}
.gw-wf-question {
  padding-top: 0.16667rem;
  margin-bottom: 0.5rem;
}
.gw-wf-question h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}
@media (min-width: 992px) {
  .gw-wf-question .gw-behind {
    line-height: 1.2;
  }
}

.gw-wf-todo .gw-wf-question .gw-behind span {
  color: #212529;
  box-shadow: none;
  background: none;
}
.gw-wf-todo .gw-wf-answer .gw-wf-checkbox {
  border-color: #212529;
}

.gw-wf-active .gw-wf-question .gw-behind span {
  box-shadow: 0.5rem 0 0 #007fbf, -0.25rem 0 0 #007fbf;
  background-color: #007fbf;
}
.gw-wf-active .gw-wf-answer .gw-wf-checkbox {
  border-color: #007fbf;
  background-color: rgba(0, 127, 191, 0.1);
}

.gw-wf-done .gw-wf-question .gw-behind span {
  box-shadow: none;
  background-color: white;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  color: #c5c6c8;
}
.gw-wf-done .gw-wf-answer .gw-wf-checkbox {
  border-color: rgba(135, 136, 138, 0.5);
}

.gw-wf-answer:before {
  content: "";
  display: block;
  position: absolute;
  top: -0.1rem;
  left: calc(50% - 1rem);
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  opacity: 0;
  box-shadow: 0 0 0.2rem rgba(0, 127, 191, 0.75) inset;
  transform: scale(0.9);
}
.gw-wf-answer.gw-wf-noflare:before {
  content: none !important;
}
.gw-wf-answer.gw-wf-selected {
  position: relative;
}
.gw-wf-answer.gw-wf-selected .gw-wf-checkbox {
  opacity: 0.1;
  transform: scale(0.01) rotate(179deg);
}
.gw-wf-answer.gw-wf-selected .gw-wf-stamp {
  position: absolute;
  top: -0.1667rem;
  left: calc(50% - 1.1rem);
  transform: rotate(0) !important;
}
.gw-wf-answer.gw-wf-selected .gw-wf-stamp:before {
  font-family: "gateicons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e94b";
  color: #007fbf;
  font-size: 2.2rem;
}
.gw-wf-answer.gw-wf-selected:before {
  opacity: 1;
  box-shadow: 0 0 1.2rem rgba(0, 127, 191, 0) inset;
  transform: scale(4.4);
  transition: box-shadow 1s ease, transform 1s linear, opacity 0.1s linear;
}

.gw-wf-prevnext.gw-outline-btn {
  border: none;
  background-color: #c78810;
  color: #fff;
  box-shadow: none;
  opacity: 0.8;
}
.gw-wf-prevnext.gw-outline-btn .gw-btn-inner {
  border-color: transparent !important;
  padding: 0.125rem 2rem;
}
.gw-wf-prevnext.gw-outline-btn .gw-btn-inner i {
  line-height: 1.5;
  font-size: 1.333rem;
}
.gw-wf-prevnext.gw-outline-btn .gw-btn-inner i:before {
  margin-right: 0;
}
.gw-wf-prevnext.gw-outline-btn .gw-btn-inner span {
  line-height: 2;
}
.gw-wf-prevnext.gw-outline-btn:hover {
  opacity: 1;
}
.gw-wf-prevnext.gw-outline-btn.disabled {
  background-color: #deb45e;
  opacity: 0.6;
}

.gw-wf-progress {
  position: absolute;
  right: 1rem;
  top: 6.85rem;
  width: 4rem;
}
.gw-wf-progress .gw-wf-progressbar {
  height: 23.8rem;
}

.gw-wf-progress-elem {
  border: 1px solid rgba(135, 136, 138, 0.2);
  background-color: rgba(255, 255, 255, 0.2);
  margin-bottom: 2px;
  height: calc(6.25% - 2px);
}
.gw-wf-progress-elem.gw-wf-progressed {
  border: none;
  background-color: rgba(74, 149, 204, 0.5);
}

.gw-wf-percent {
  text-align: center;
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 1.2;
}

.gw-wf-mobile-progress {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  height: 6px;
}
.gw-wf-mobile-progress .progress-bar {
  height: 100%;
}

.gw-wf-mobile-percent {
  font-weight: 300;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.gw-wf-top1 {
  width: 100%;
}
@media (min-width: 768px) {
  .gw-wf-top1 {
    width: 75%;
  }
}
@media (min-width: 992px) {
  .gw-wf-top1 {
    width: 33%;
  }
}

.gw-wf-top2 {
  width: 90%;
}
@media (min-width: 768px) {
  .gw-wf-top2 {
    width: 65%;
  }
}
@media (min-width: 992px) {
  .gw-wf-top2 {
    width: 33%;
    padding-top: 2rem !important;
  }
}

.gw-wf-top3 {
  width: 80%;
}
@media (min-width: 768px) {
  .gw-wf-top3 {
    width: 55%;
  }
}
@media (min-width: 992px) {
  .gw-wf-top3 {
    width: 33%;
    padding-top: 4rem !important;
  }
}

.gw-wf-percentage {
  position: absolute;
  color: white;
  background: #b73328;
  padding: 0.25rem 0.75rem;
  top: -0.5rem;
  right: -0.5rem;
  border-radius: 0.25rem;
}

.gw-wf-stimulus-img {
  border: 0.5rem solid rgba(255, 255, 255, 0.6);
}

.gw-wf-radio {
  opacity: 0;
  width: 0;
  height: 0;
  visibility: hidden;
}

.gw-wf-instruction {
  background-color: #f8f9fa;
  border-radius: 0.5rem;
  margin-bottom: 0.75rem;
  padding: 0.75rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
}
.gw-wf-instruction p {
  margin-bottom: 0;
}
.gw-wf-instruction i.icon-lamp {
  border-radius: 50%;
  background-color: rgba(175, 200, 229, 0.5);
  color: #007fbf;
  padding: 0.5rem;
}
.gw-wf-instruction + .gw-wf-instruction i.icon-lamp {
  display: none;
}
@media (min-width: 768px) {
  .gw-wf-instruction {
    margin-bottom: 1rem;
    align-items: center;
    flex-direction: row;
    padding: 1rem;
    gap: 1.5rem;
  }
  .gw-wf-instruction + .gw-wf-instruction i.icon-lamp {
    display: inline-block;
  }
}

.ekko-lightbox {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding-right: 0 !important;
}

.ekko-lightbox-container {
  position: relative;
}

.ekko-lightbox-container > div.ekko-lightbox-item {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
}

.ekko-lightbox iframe {
  width: 100%;
  height: 100%;
}

.ekko-lightbox-nav-overlay {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}

.ekko-lightbox-nav-overlay a {
  flex: 1;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s;
  color: #fff;
  font-size: 30px;
  z-index: 1;
}

.ekko-lightbox-nav-overlay a > * {
  flex-grow: 1;
}

.ekko-lightbox-nav-overlay a > :focus {
  outline: none;
}

.ekko-lightbox-nav-overlay a span {
  padding: 0 30px;
}

.ekko-lightbox-nav-overlay a:last-child span {
  text-align: right;
}

.ekko-lightbox-nav-overlay a:hover {
  text-decoration: none;
}

.ekko-lightbox-nav-overlay a:focus {
  outline: none;
}

.ekko-lightbox-nav-overlay a.disabled {
  cursor: default;
  visibility: hidden;
}

.ekko-lightbox a:hover {
  opacity: 1;
  text-decoration: none;
}

.ekko-lightbox .modal-dialog {
  display: none;
}

.ekko-lightbox .modal-footer {
  text-align: left;
}

.ekko-lightbox-loader {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ekko-lightbox-loader > div {
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
}

.ekko-lightbox-loader > div > div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: a 2s infinite ease-in-out;
}

.ekko-lightbox-loader > div > div:last-child {
  animation-delay: -1s;
}

.modal-dialog .ekko-lightbox-loader > div > div {
  background-color: #333;
}

@keyframes a {
  0%, to {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/**
 * Swiper 4.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 1, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

.gw-swiper-container {
  position: relative;
}
.gw-swiper-container .gw-swiper-button {
  position: absolute;
  top: 0;
  cursor: pointer;
  font-size: 2rem;
  width: 6rem;
  height: 100%;
  color: #87888a;
  transition: ease color 0.3s;
}
.gw-swiper-container .gw-swiper-button:hover {
  color: black;
}
.gw-swiper-container .gw-swiper-button i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gw-swiper-container .gw-swiper-button.gw-swiper-button-prev {
  left: -6rem;
}
.gw-swiper-container .gw-swiper-button.gw-swiper-button-next {
  right: -6rem;
}
.gw-swiper-container .gw-swiper-button.swiper-button-disabled {
  opacity: 0.3;
  cursor: initial;
}
.gw-swiper-container .swiper-pagination {
  width: 100%;
}
.gw-swiper-container .swiper-pagination .swiper-pagination-bullet {
  margin: 0 4px;
}
.gw-swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #7bafda;
}
@keyframes color_change {
  0% {
    background-color: #007fbf;
  }
  20% {
    background-color: #3f866c;
  }
  40% {
    background-color: #af780e;
  }
  60% {
    background-color: #9b2e29;
  }
  80% {
    background-color: #87888a;
  }
  100% {
    background-color: #007fbf;
  }
}
.gw-bg-color-change {
  background: #3f866c;
  animation: color_change 40s infinite;
}

/* ADMIN BACKEND */
.gw-be-container-scroller {
  overflow: hidden;
}

.gw-be-navbar-brand-wrapper {
  height: 3.7rem;
  width: 4rem;
  transition: width 0.25s ease;
}
@media (min-width: 768px) {
  .gw-be-navbar-brand-wrapper {
    width: 17rem;
  }
}
.gw-be-navbar-brand-wrapper .navbar-brand {
  margin-right: 0;
  display: flex;
}
.gw-be-navbar-brand-wrapper .navbar-brand img {
  width: 10rem;
  max-width: 100%;
  margin: auto;
  vertical-align: middle;
}
.gw-be-navbar-brand-wrapper .navbar-brand.navbar-brand-mini img {
  width: 2.5rem;
}

.gw-be-navbar-menu-wrapper {
  height: 3.7rem;
  width: calc(100% - 4rem);
  transition: width 0.25s ease;
}
@media (min-width: 768px) {
  .gw-be-navbar-menu-wrapper {
    width: calc(100% - 17rem);
  }
}
.gw-be-navbar-menu-wrapper .navbar-nav li {
  margin-right: 0.5rem;
}
.gw-be-navbar-menu-wrapper .gw-be-langnav a {
  font-weight: 200;
  color: #343a40;
}
.gw-be-navbar-menu-wrapper .gw-be-langnav .dropdown-menu {
  min-width: inherit;
  position: absolute;
}
.gw-be-navbar-menu-wrapper .gw-be-langnav .dropdown-menu .dropdown-item {
  padding: 0.25rem 0.75rem;
}
@media (max-width: 575.98px) {
  .gw-be-navbar-menu-wrapper .gw-be-dropdown-login .gw-name {
    display: none;
  }
}

.gw-be-page-body-wrapper {
  padding-top: 3.7rem;
  min-height: calc(100vh - 3.7rem);
  padding-left: 0;
  padding-right: 0;
}
.gw-be-page-body-wrapper .gw-be-sidebar {
  min-height: calc(100vh - 3.7rem);
  padding: 0;
  width: 17rem;
  z-index: 11;
  transition: width 0.25s ease, background 0.25s ease;
  -webkit-transition: width 0.25s ease, background 0.25s ease;
  -moz-transition: width 0.25s ease, background 0.25s ease;
  -ms-transition: width 0.25s ease, background 0.25s ease;
  background: linear-gradient(to top, #0090d9, #007fbf);
}
.gw-be-page-body-wrapper .gw-be-sidebar ::-moz-selection {
  background: white;
  color: #007fbf;
}
.gw-be-page-body-wrapper .gw-be-sidebar ::selection {
  background: white;
  color: #007fbf;
}
.gw-be-page-body-wrapper .gw-be-sidebar ::-moz-selection {
  background: white;
  color: #007fbf;
}
@media (max-width: 767.98px) {
  .gw-be-page-body-wrapper .gw-be-sidebar {
    position: fixed;
    max-height: calc(100vh - 3.7rem);
    top: 3.7rem;
    bottom: 0;
    overflow: auto;
    right: -17rem;
    transition: all 0.25s ease-out;
  }
  .gw-be-page-body-wrapper .gw-be-sidebar.active {
    right: 0;
  }
}
@media (min-width: 768px) {
  .gw-be-page-body-wrapper .gw-be-sidebar {
    height: auto;
  }
}
.gw-be-page-body-wrapper .gw-be-sidebar .nav {
  flex-direction: column;
  flex-wrap: nowrap;
}
.gw-be-page-body-wrapper .gw-be-sidebar .nav .nav-item.gw-nav-category {
  padding: 0.75rem 0;
  margin: 0 0 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.65);
  font-weight: bold;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.gw-be-page-body-wrapper .gw-be-sidebar .nav .nav-link {
  color: white;
  font-weight: bold;
  padding: 0.75rem 1rem;
  display: flex;
  align-items: center;
}
.gw-be-page-body-wrapper .gw-be-sidebar .nav .nav-link:hover, .gw-be-page-body-wrapper .gw-be-sidebar .nav .nav-link:focus {
  background: #006ea6;
}
.gw-be-page-body-wrapper .gw-be-sidebar .nav .nav-link .gw-be-menu-arrow {
  margin-left: auto;
  transition-duration: 0.2s;
  transition-property: transform;
  transition-timing-function: ease-in;
}
.gw-be-page-body-wrapper .gw-be-sidebar .nav .nav-link[aria-expanded=true] .gw-be-menu-arrow {
  transform: rotate(90deg);
}
.gw-be-page-body-wrapper .gw-be-sidebar .nav .nav-link .gw-menu-icon {
  display: none;
}
.gw-be-page-body-wrapper .gw-be-sidebar .nav .gw-be-sub-menu {
  margin: 0.25rem 0;
}
.gw-be-page-body-wrapper .gw-be-sidebar .nav .gw-be-sub-menu .nav-item .nav-link {
  margin-left: 1rem;
  padding: 0.5rem 1rem 0.5rem 1.5rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
  position: relative;
  transition-duration: 0.5s;
  transition-timing-function: "ease-in-out";
  transition-property: "background", "color", "box-shadow", "padding", "box-shadow";
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.gw-be-page-body-wrapper .gw-be-sidebar .nav .gw-be-sub-menu .nav-item .nav-link:hover {
  background: transparent;
}
.gw-be-page-body-wrapper .gw-be-sidebar .nav .gw-be-sub-menu .nav-item a.nav-link:hover {
  background: #006ea6;
  color: white;
}
.gw-be-page-body-wrapper .gw-be-sidebar .nav .gw-be-sub-menu .nav-item a.nav-link.active {
  background: #f0f0f0;
  color: #007fbf;
}
.gw-be-page-body-wrapper .gw-be-sidebar .nav .gw-be-sub-menu .nav-item a.nav-link.active:before {
  content: "";
  position: absolute;
  background-color: transparent;
  bottom: -50px;
  right: 0;
  height: 50px;
  width: 25px;
  border-top-right-radius: 25px;
  box-shadow: 0 -25px 0 0 #f0f0f0;
  z-index: 1;
}
.gw-be-page-body-wrapper .gw-be-sidebar .nav .gw-be-sub-menu .nav-item a.nav-link.active:after {
  content: "";
  position: absolute;
  background-color: transparent;
  top: -50px;
  right: 0;
  height: 50px;
  width: 25px;
  border-top-left-radius: 25px;
  box-shadow: 0 -25px 0 0 #f0f0f0;
  transform: rotate(180deg);
}
.gw-be-page-body-wrapper .gw-be-sidebar .nav .gw-be-sub-menu .gw-be-sub-menu-2 .nav-item .nav-link {
  padding-left: 3.5rem;
  font-size: 0.8rem;
}
.gw-be-page-body-wrapper .gw-be-main-panel {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .gw-be-page-body-wrapper .gw-be-main-panel {
    min-height: calc(100vh - 3.7rem);
    width: calc(100% - 17rem);
  }
}
.gw-be-page-body-wrapper .gw-be-main-panel ::-moz-selection {
  background: #007fbf;
  color: white;
}
.gw-be-page-body-wrapper .gw-be-main-panel ::selection {
  background: #007fbf;
  color: white;
}
.gw-be-page-body-wrapper .gw-be-main-panel ::-moz-selection {
  background: #007fbf;
  color: white;
}
.gw-be-page-body-wrapper .gw-be-main-panel .content-wrapper {
  width: 100%;
  padding: 1.5rem;
  flex-grow: 1;
}
.gw-be-page-body-wrapper .gw-be-main-panel .gw-be-card {
  box-shadow: 0 0 0 0 rgba(90, 113, 208, 0.11), 0 4px 16px 0 rgba(167, 175, 183, 0.33);
  margin-bottom: 2rem;
}
.gw-be-page-body-wrapper .gw-be-main-panel .gw-be-card .card-body {
  padding: 1.8rem;
}
.gw-be-page-body-wrapper .gw-be-main-panel .gw-be-card .card-body .form-group label {
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 0.33rem;
}
.gw-be-page-body-wrapper .gw-be-main-panel .gw-be-label {
  font-weight: bold;
  font-size: 1.05rem;
}
.gw-be-page-body-wrapper .gw-be-main-panel .gw-inline-edit {
  margin-bottom: 0.25rem;
  align-items: center;
}
.gw-be-page-body-wrapper .gw-be-main-panel .gw-inline-edit .gw-be-label {
  margin: 0;
}
.gw-be-page-body-wrapper .gw-be-main-panel .gw-inline-edit .form-control[type=text] {
  height: calc(1.5em + 0.3rem + 2px);
  padding: 0.15rem 0.3rem;
  border-color: transparent;
}
.gw-be-page-body-wrapper .gw-be-main-panel .gw-inline-edit .form-control[type=text]:hover:not(:focus) {
  border-color: #ced4da;
  background: #fafafa;
}
.gw-be-page-body-wrapper .gw-be-main-panel .gw-inline-edit select.form-control + .btn {
  padding: 0.15rem 0.3rem;
  border-color: transparent;
}
.gw-be-page-body-wrapper .gw-be-main-panel .gw-inline-edit select.form-control + .btn:hover:not(:focus) {
  border-color: #ced4da;
  background: #fafafa;
}
.gw-be-page-body-wrapper .gw-be-main-panel footer {
  padding: 1rem;
  font-size: 0.85rem;
  color: white;
}
.gw-be-page-body-wrapper .gw-be-main-panel footer .nav-link {
  color: white;
}
.gw-be-page-body-wrapper .gw-be-main-panel footer .nav-link:hover {
  color: #004c73;
}
.gw-be-page-body-wrapper .gw-be-main-panel .k-grid.table-sm .k-grid-header th.k-header {
  padding: 0.25rem;
}
.gw-be-page-body-wrapper .gw-be-main-panel .k-grid.table-bordered tbody td {
  border: 1px solid #dee2e6;
}
.gw-be-page-body-wrapper .gw-be-main-panel .k-grid.table-bordered tbody td:first-child {
  border-left-width: 1px;
}
.gw-be-page-body-wrapper .gw-be-main-panel .k-grid.table-striped .k-alt {
  background: white;
}
.gw-be-page-body-wrapper .gw-be-main-panel .k-grid.table-striped .k-alt td {
  background: rgba(0, 0, 0, 0.05);
}
.gw-be-page-body-wrapper .gw-be-main-panel .k-grid.table table + .k-pager-wrap {
  margin-top: 0.5rem;
}

.gw-sidebar-icon-only .gw-be-navbar-brand-wrapper {
  width: 4rem;
}
.gw-sidebar-icon-only .gw-be-navbar-brand-wrapper .navbar-brand {
  display: none !important;
}
.gw-sidebar-icon-only .gw-be-navbar-brand-wrapper .navbar-brand.navbar-brand-mini {
  display: block !important;
}
.gw-sidebar-icon-only .gw-be-navbar-menu-wrapper {
  width: calc(100% - 4rem);
}
.gw-sidebar-icon-only .gw-be-page-body-wrapper .gw-be-sidebar {
  width: 4rem;
}
.gw-sidebar-icon-only .gw-be-page-body-wrapper .gw-be-sidebar .nav-item.gw-nav-category {
  display: none;
}
.gw-sidebar-icon-only .gw-be-page-body-wrapper .gw-be-sidebar .nav-item .nav-link {
  display: block;
  text-align: center;
}
.gw-sidebar-icon-only .gw-be-page-body-wrapper .gw-be-sidebar .nav-item .nav-link .gw-menu-icon {
  display: block;
  font-size: 1.3rem;
}
.gw-sidebar-icon-only .gw-be-page-body-wrapper .gw-be-sidebar .nav-item .nav-link .menu-title, .gw-sidebar-icon-only .gw-be-page-body-wrapper .gw-be-sidebar .nav-item .nav-link .gw-be-menu-arrow {
  display: none;
}
.gw-sidebar-icon-only .gw-be-page-body-wrapper .gw-be-sidebar .nav-item .collapse, .gw-sidebar-icon-only .gw-be-page-body-wrapper .gw-be-sidebar .nav-item .collapsing {
  display: none;
}
.gw-sidebar-icon-only .gw-be-page-body-wrapper .gw-be-main-panel {
  width: calc(100% - 4rem);
}

/* RED */
/*frontend*/
@media (min-width: 768px) {
  .gw-ul-md-3col {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }
}
@media (min-width: 992px) {
  .gw-ul-md-3col {
    -moz-column-count: 3;
         column-count: 3;
  }
}
.gw-ul-md-3col .list-group-item {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin-bottom: 0.25rem;
}

/*backend*/
.gw-be-header {
  position: sticky;
  top: 0;
  min-height: 3.7rem;
  z-index: 2;
}
.gw-be-header .navbar {
  min-height: 3.7rem;
}

.gw-be-sidebar {
  border-bottom: 1px solid #c5c6c8;
}
@media (min-width: 992px) {
  .gw-be-sidebar {
    position: sticky;
    top: 3.7rem;
    height: calc(100vh - 3.7rem);
    border-bottom: none;
  }
}
.gw-be-sidebar .gw-be-sidenav .nav-link {
  color: #343a40;
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  font-weight: bold;
}
.gw-be-sidebar .gw-be-sidenav .nav-link i[class^=icon-] {
  margin-right: 0.33rem;
}
.gw-be-sidebar .gw-be-sidenav .nav-link:hover {
  background: #dfe0e1;
}
.gw-be-sidebar .gw-be-sidenav .nav-link.active {
  color: white;
  background-color: #4a95cc;
}
.gw-be-sidebar .gw-be-sidenav .nav-link.disabled {
  color: #c5c6c8;
  background: inherit;
}

@media (min-width: 992px) {
  .gw-be-main {
    border-left: 1px solid #c5c6c8;
    border-right: 1px solid #c5c6c8;
  }
}
.gw-be-main .gw-badge-status {
  padding-left: 0.6em;
  padding-right: 0.6em;
  border-radius: 10rem;
  font-size: 45%;
  transform: translateY(-0.2rem);
}
.gw-be-main .gw-btn-status-filter {
  transition: ease width 0.3s;
  width: 4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gw-be-main .gw-btn-status-filter:hover, .gw-be-main .gw-btn-status-filter.active {
  width: 7rem;
}

.gw-be-infobar {
  border-top: 1px solid #c5c6c8;
}
@media (min-width: 992px) {
  .gw-be-infobar {
    position: sticky;
    top: 3.7rem;
    height: calc(100vh - 3.7rem);
    border-top: none;
  }
}
.gw-be-infobar .gw-be-infobar-accordion form {
  box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.5);
}
.gw-be-infobar .gw-be-infobar-accordion form .gw-fold ~ div .gw-collapse-inner, .gw-be-infobar .gw-be-infobar-accordion form .gw-fold:not(.collapsed) {
  background: rgba(255, 255, 255, 0.5);
}
.gw-be-infobar .gw-be-infobar-accordion .gw-fold {
  transition: ease background 0.3s, ease box-shadow 0.3s;
  box-shadow: 0 0 0 15px #f0f0f0;
}
.gw-be-infobar .gw-be-infobar-accordion .gw-fold ~ div .gw-collapse-inner {
  padding: 0.5rem 0;
}
.gw-be-infobar .gw-be-infobar-accordion .gw-fold:not(.collapsed) {
  box-shadow: none;
  margin-bottom: 0 !important;
}
.gw-be-infobar .gw-be-infobar-accordion .gw-fold:not(.collapsed) .gw-hide-on-collapse {
  transition: ease opacity 0.3s;
  opacity: 0;
}

@media (min-width: 992px) {
  .gw-be-main-sticky {
    position: sticky;
    top: 3.7rem;
    z-index: 1;
  }
}

.gw-sortable-container {
  background: rgba(0, 0, 0, 0.05);
  padding: 1.5rem;
  border-radius: 0;
  margin-bottom: 0.5rem;
}
.gw-sortable-container .ui-sortable {
  list-style-type: none;
  padding-left: 0;
}
.gw-sortable-container .ui-sortable .gw-sortable-handle {
  background: white;
  padding: 1rem;
  cursor: grab;
  margin-bottom: 1rem;
  border-radius: 0;
}
.gw-sortable-container .ui-sortable .gw-sortable-handle:last-child {
  margin-bottom: 0;
}
.gw-sortable-container .ui-sortable .gw-sortable-handle .dropdown-toggle {
  background: white;
  border: none;
}
.gw-sortable-container .ui-sortable .gw-sortable-handle .dropdown-toggle:after {
  content: none;
}
.gw-sortable-container .ui-sortable .gw-sortable-handle .gw-sortable-grabber {
  visibility: hidden;
}
.gw-sortable-container .ui-sortable .gw-sortable-handle:hover .gw-sortable-grabber {
  visibility: visible;
}
.gw-sortable-container .ui-sortable .gw-sortable-handle.ui-sortable-helper {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.gw-sortable-container .gw-add-sortable {
  background: rgba(255, 255, 255, 0.5);
  transition: ease background 0.3s;
  border-radius: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.gw-sortable-container .gw-add-sortable:hover {
  background: white;
}
.gw-sortable-container .additional-offer-title,
.gw-sortable-container .additional-offer-link,
.gw-sortable-container .additional-offer-url {
  margin-bottom: 0.25rem;
}

.gw-sortable-wasundwozu {
  background: #e7e7e7;
}

.gw-sortable-karriere {
  background: transparent;
  margin-bottom: 0;
  padding: 1rem;
  margin-left: -1rem;
  margin-right: -1rem;
}

.gw-dropdown-toggle-link {
  background: white;
  border: none;
}
.gw-dropdown-toggle-link:after {
  content: none;
}

.profession-addition-select-type {
  background-color: #f0f0f0;
  margin-bottom: -1px;
}
.profession-addition-select-type:active, .profession-addition-select-type:focus {
  background-color: white;
  position: relative;
  z-index: 1;
}

/* form fields */
.gw-berufsfeld-container {
  max-width: 540px;
  margin: 0 auto;
}

.gw-form-control-berufsfeld-title {
  font-size: 2.5rem;
  background: #f0f0f0;
}

.gw-form-control-berufsfeld-teaser {
  font-size: 1.25rem;
  font-weight: 300;
  background: #f0f0f0;
}

.gw-form-control-berufsfeld-between-title {
  background: #f0f0f0;
  font-weight: bold;
}

.gw-form-control-berufsfeld-descr {
  background: #f0f0f0;
}

.gw-form-control-simple-text {
  background: #f0f0f0;
}

.gw-factsbox .gw-form-control-simple-text {
  background: white;
  font-style: italic;
  font-size: 0.85rem;
}

.gw-factsbox.gw-selfbox .gw-form-control-simple-text {
  background: #afc8e5;
  margin-bottom: 1rem;
  font-size: 0.85rem;
  border-color: rgba(255, 255, 255, 0.5);
  font-style: italic;
}
.gw-factsbox.gw-selfbox .gw-form-control-simple-text:focus {
  background: white;
  box-shadow: 0 0 0 0.2rem #89aed8;
}

.gw-wrapper-verbs .form-control {
  font-weight: bold;
  font-style: italic;
  font-size: 1.4rem;
}

.gw-form-control-beruf-spezialisierung-bold {
  background: #f0f0f0;
  font-weight: bold;
  margin-bottom: -1px;
}
.gw-form-control-beruf-spezialisierung-bold:focus {
  z-index: 1;
  position: relative;
}

.gw-form-control-beruf-spezialisierung-teaser {
  background: #f0f0f0;
  margin-bottom: -1px;
}
.gw-form-control-beruf-spezialisierung-teaser:focus {
  z-index: 1;
  position: relative;
}

.gw-form-control-beruf-spezialisierung {
  background: #f0f0f0;
}

.gw-form-control-beruf-fact {
  background: #e9cea2;
  font-size: 0.85rem;
  padding: 0.375rem;
  border-color: rgba(255, 255, 255, 0.5);
  color: #212529;
}

.gw-delete-wrapper {
  position: relative;
  z-index: 1;
  transition: ease transform 0.3s;
  transform-origin: top;
}
.gw-delete-wrapper.gw-mark-as-delete {
  transform: scaleY(0);
}
.gw-delete-wrapper .gw-red-delete {
  opacity: 0;
  position: absolute;
  top: 0;
  right: -2.5rem;
  background: white;
  border-radius: 100%;
  line-height: 2.2rem;
  font-family: "gateicons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  content: "\e90a";
  color: #b73328;
  transition: ease opacity 0.3s;
  transition-delay: 0.2s;
}
.gw-delete-wrapper .gw-red-delete:hover {
  background: #b73328;
  color: white;
  cursor: pointer;
  transition-delay: 0s;
}
.gw-delete-wrapper:hover .gw-red-delete {
  opacity: 1;
  transition-delay: 0s;
}

.gw-be-infobar .gw-be-infobar-accordion .gw-custom-indeterminate-checkbox .custom-control-input ~ .custom-control-label {
  color: #c78810;
  font-weight: bold;
}
.gw-be-infobar .gw-be-infobar-accordion .gw-custom-indeterminate-checkbox .custom-control-input ~ .custom-control-label:before {
  border-width: 2px;
  border-color: #c78810;
  background-color: #fcf0da;
}
.gw-be-infobar .gw-be-infobar-accordion .gw-custom-indeterminate-checkbox .custom-control-input:focus ~ .custom-control-label:before {
  box-shadow: 0 0 0 0.2rem #fae7c2;
}
.gw-be-infobar .gw-be-infobar-accordion .gw-custom-indeterminate-checkbox .custom-control-input:indeterminate ~ .custom-control-label {
  color: #c5c6c8;
  font-weight: normal;
}
.gw-be-infobar .gw-be-infobar-accordion .gw-custom-indeterminate-checkbox .custom-control-input:indeterminate ~ .custom-control-label:before {
  border-width: 1px;
  border-color: #c5c6c8;
  background-color: #E6E6E6;
}
.gw-be-infobar .gw-be-infobar-accordion .gw-custom-indeterminate-checkbox .custom-control-input:indeterminate:focus ~ .custom-control-label:before {
  box-shadow: 0 0 0 0.2rem #E6E6E6;
}
.gw-be-infobar .gw-be-infobar-accordion .gw-custom-indeterminate-checkbox .custom-control-input:checked ~ .custom-control-label {
  color: #92aa84;
}
.gw-be-infobar .gw-be-infobar-accordion .gw-custom-indeterminate-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #92aa84;
  border-width: 1px;
  border-color: #92aa84;
}
.gw-be-infobar .gw-be-infobar-accordion .gw-custom-indeterminate-checkbox .custom-control-input:checked:focus ~ .custom-control-label:before {
  box-shadow: 0 0 0 0.2rem #d5decf;
}

.gw-row-table-checklist a {
  color: #343a40;
}
.gw-row-table-checklist a:hover {
  text-decoration: underline;
}
.gw-row-table-checklist .gw-row-header {
  top: 122px;
  border-top: 0.5rem solid white;
}
.gw-row-table-checklist .gw-smalltext .gw-custom-indeterminate-checkbox .custom-control-label {
  line-height: 1.4rem;
}
.gw-row-table-checklist .gw-custom-indeterminate-checkbox .custom-control-input ~ .custom-control-label {
  color: #c78810;
  font-weight: bold;
}
.gw-row-table-checklist .gw-custom-indeterminate-checkbox .custom-control-input ~ .custom-control-label:before {
  border-width: 2px;
  border-color: #c78810;
  background-color: #fcf0da;
}
.gw-row-table-checklist .gw-custom-indeterminate-checkbox .custom-control-input:focus ~ .custom-control-label:before {
  box-shadow: 0 0 0 0.2rem #fae7c2;
}
.gw-row-table-checklist .gw-custom-indeterminate-checkbox .custom-control-input:indeterminate ~ .custom-control-label {
  color: #c5c6c8;
  font-weight: normal;
}
.gw-row-table-checklist .gw-custom-indeterminate-checkbox .custom-control-input:indeterminate ~ .custom-control-label:before {
  border-width: 1px;
  border-color: #c5c6c8;
  background-color: #E6E6E6;
}
.gw-row-table-checklist .gw-custom-indeterminate-checkbox .custom-control-input:indeterminate:focus ~ .custom-control-label:before {
  box-shadow: 0 0 0 0.2rem #eceded;
}
.gw-row-table-checklist .gw-custom-indeterminate-checkbox .custom-control-input:checked ~ .custom-control-label {
  color: #92aa84;
}
.gw-row-table-checklist .gw-custom-indeterminate-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #92aa84;
  border-width: 1px;
  border-color: #92aa84;
}
.gw-row-table-checklist .gw-custom-indeterminate-checkbox .custom-control-input:checked:focus ~ .custom-control-label:before {
  box-shadow: 0 0 0 0.2rem #d5decf;
}

.gw-custom-checkbox-priority .custom-control-input:checked ~ .custom-control-label {
  color: #b73328;
  font-weight: bold;
}
.gw-custom-checkbox-priority .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #b73328;
  border-color: #b73328;
}
.gw-custom-checkbox-priority .custom-control-input:checked:focus ~ .custom-control-label:before {
  box-shadow: 0 0 0 0.2rem #de7067;
}

.gw-row-table-checklist .gw-custom-checkbox-priority .custom-control-input ~ .custom-control-label {
  font-size: 0.85rem;
  line-height: 1.4rem;
  color: #c5c6c8;
}
.gw-row-table-checklist .gw-custom-checkbox-priority .custom-control-input:checked ~ .custom-control-label {
  color: #b73328;
  font-weight: bold;
}

.gw-list-group-red-wizard .list-group-item-action:hover {
  cursor: pointer;
}
.gw-list-group-red-wizard .list-group-item-action:not(.active) i[class*=icon-] {
  display: none;
}
.gw-list-group-red-wizard .list-group-item-action.active {
  background-color: #7bafda;
  font-weight: bold;
  border-color: white;
}

.gw-control-catalog-title {
  margin-bottom: 1.5rem;
  color: #4a95cc;
  font-weight: bold;
  font-size: 1.25rem;
  background-color: transparent;
  border-color: transparent;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gw-control-catalog-title:hover {
  /*border-color: $input-border-color;*/
  background-color: #eceded;
}
.gw-control-catalog-title:focus {
  overflow: unset;
  text-overflow: unset;
  background-color: white;
}

.gw-berufsfeldbox {
  margin-bottom: 1rem;
}
.gw-berufsfeldbox .gw-berufsfeld {
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(70, 48, 6, 0.35);
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  border: 6px solid rgba(255, 255, 255, 0.6);
}
.gw-berufsfeldbox .gw-berufsfeld .gw-derotate {
  margin-top: -1.667rem;
  transition: transform 0.5s ease;
}
.gw-berufsfeldbox .gw-berufsfeld img {
  transform: scale(1.1);
  filter: grayscale(0.25) brightness(0.9);
  transition: filter 0.5s;
}
.gw-berufsfeldbox .gw-berufsfeld:hover img {
  filter: none;
}
.gw-berufsfeldbox .gw-berufsfeld .gw-inner {
  padding: 0.8rem 0.667rem 0.8rem 0.8rem;
}
.gw-berufsfeldbox .gw-berufsfeld .gw-behind span {
  background-color: rgba(74, 149, 204, 0.8);
  box-shadow: 0.5rem 0 0 rgba(74, 149, 204, 0.8), -0.25rem 0 0 rgba(74, 149, 204, 0.8);
}
.gw-berufsfeldbox .gw-berufsfeld:hover {
  box-shadow: 0 5px 9px 0 rgba(70, 48, 6, 0.45);
  transform: scale(1.0667);
}

.gw-intertease.gw-snapchance {
  margin-top: -1rem;
}
@media (min-width: 768px) {
  .gw-intertease.gw-snapchance {
    margin-top: -1.333rem;
  }
}
@media (min-width: 992px) {
  .gw-intertease.gw-snapchance {
    margin-top: -2 rem;
  }
}
.gw-intertease .gw-snapteaser {
  display: block;
  transform: scale(1);
  transition: transform 0.2s ease;
  text-align: right;
}
.gw-intertease .gw-snapteaser:hover {
  transform: scale(1.1);
}
.gw-intertease .gw-snapteaser .img-fluid {
  max-height: 2rem;
}
@media (min-width: 768px) {
  .gw-intertease .gw-snapteaser .img-fluid {
    max-height: 2.75rem;
  }
}
@media (min-width: 1200px) {
  .gw-intertease .gw-snapteaser .img-fluid {
    max-height: initial;
  }
}

.gw-a2z {
  position: relative;
}
.gw-a2z > a {
  width: 2.333rem;
}
.gw-a2z .gw-prof-filtertoggle {
  position: absolute;
  right: 0;
  bottom: -2.4rem;
  font-size: 1.75rem;
  width: auto;
  padding: 0 0.25rem;
  display: inline-block;
  z-index: 22;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}
.gw-a2z .gw-prof-filtertoggle.collapsed {
  transform: rotate(180deg);
}

.gw-prof-toolzone {
  background-color: #dfe0e1;
}
.gw-prof-toolzone .gw-colorbar {
  height: 0.333rem;
  position: static;
}
.gw-prof-toolzone.topstick.fixed {
  position: fixed;
  top: 0;
  z-index: 919191919;
}

.gw-prof-filter {
  background-color: #fff;
}
.gw-prof-filter .gw-prof-filtertoggle.btn {
  padding: 0.3rem 1rem;
  line-height: 1.4;
}
.gw-prof-filter .gw-prof-filterhead {
  padding: 1rem;
  padding-bottom: 0.667rem;
}
.gw-prof-filter .gw-prof-filterbox {
  background-color: rgba(74, 149, 204, 0.2);
}
.gw-prof-filter .gw-prof-filterbox > .row {
  background: none;
  padding: 1rem;
  padding-bottom: 0.5rem;
}
.gw-prof-filter .gw-prof-filterbox > .row [class*=col] {
  margin-bottom: 0.5rem;
}
.gw-prof-filter .gw-prof-filterbox label {
  display: block;
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 0.33rem;
}
.gw-prof-filter .gw-prof-filterbox input[type=text] {
  line-height: 2.1;
  width: 100%;
  padding-left: 0.667rem;
}
.gw-prof-filter .check-mark.gateicons:before {
  font-family: "gateicons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #007fbf;
  font-size: 1.5rem;
}
.gw-prof-filter .bootstrap-select .dropdown-item {
  padding-left: 1rem;
}
.gw-prof-filter .bootstrap-select .dropdown-item.selected {
  color: #4a95cc;
}
.gw-prof-filter .dropdown.bootstrap-select {
  width: 100% !important;
}
.gw-prof-filter .dropdown.bootstrap-select .btn-light:hover {
  border-color: rgba(123, 175, 218, 0.8);
  background-color: #fff;
}

.gw-factsbox {
  padding-top: 0.5rem;
}
.gw-factsbox dl {
  font-size: 0.85rem;
}
.gw-factsbox dt {
  color: #c78810;
}
.gw-factsbox .gw-profil-dimension {
  margin-bottom: 1rem;
}
.gw-factsbox .gw-profil-dimension .progress-bar {
  width: 0%;
  overflow: hidden;
}
.gw-factsbox .gw-profil-dimension .progress-bar span {
  opacity: 0;
  transition: opacity 0.3s linear;
}
.gw-factsbox .gw-profil-dimension .progress-bar.showspan span {
  opacity: 1;
}
.gw-factsbox .gw-profil-dimension .progress-bar.showlabel span {
  transition-delay: 0.5s;
  opacity: 1;
}
.gw-factsbox .gw-profil-dimension .progress-bar.gw-trans {
  transition: width 1.5s ease-out;
}
.gw-factsbox .gw-profil-label {
  display: block;
  font-size: 0.85rem;
  font-weight: 300;
  margin-bottom: 0.2rem;
}
.gw-factsbox.gw-selfbox {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 0.5rem;
}
.gw-factsbox .gw-ramp {
  padding-left: 1.5rem;
}
.gw-factsbox .gw-ramp:before {
  font-family: "gateicons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  content: "\e93e";
  margin-right: 0.25rem;
  margin-left: -1.5rem;
  font-size: 1.25rem;
}
.gw-factsbox .gw-ramp:first-of-type:before {
  content: none;
}
.gw-factsbox .gw-ramp-base {
  opacity: 0.5;
}

.gw-breadbox.gw-breadbox-nomargin .breadcrumb {
  margin-bottom: 0;
}

.gw-intertease + .gw-breadbox {
  margin-top: -2.333rem;
}

.gw-rubriquebox a.btn {
  padding-left: 2rem;
  padding-right: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.075rem;
  font-size: 0.75rem;
}
.gw-rubriquebox + .gw-content > .row:first-of-type {
  padding-top: 0.25rem;
}

.gw-fold.gw-fold-trigger {
  cursor: pointer;
}
.gw-fold.gw-fold-trigger:after {
  font-family: "gateicons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e93a";
  color: #007fbf;
  display: inline-block;
  margin-left: 0.25rem;
}
.gw-fold.gw-fold-trigger.collapsed:after {
  content: "\e93b";
}

/* add by gateway.one */
.gw-a2z .gw-prof-filtertoggle {
  z-index: 4;
}

.gw-berufsfeldbox .gw-berufsfeld img:before {
  content: "";
  display: block;
  padding-top: 53%;
}

.gw-prof-filter .bootstrap-select .dropdown-toggle {
  font-weight: 700;
}
.gw-prof-filter .bootstrap-select .dropdown-toggle.bs-placeholder {
  color: #999;
}

.gw-canton-filter .gw-canton-filterbox .gw-canton-filterhead {
  transition: ease padding 0.5s;
}
.gw-canton-filter .gw-canton-filter-trigger:not(.collapsed) .gw-canton-filterbox {
  background: white;
}
.gw-canton-filter .gw-canton-filter-trigger:not(.collapsed) .gw-canton-filterbox .gw-canton-filterhead {
  background: rgba(74, 149, 204, 0.2);
  padding: 0.4rem;
}

.gw-factsbox dl dd br {
  display: block;
  margin-top: 0.25rem;
}

@media (min-width: 576px) {
  ul.gw-whatandwhy {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    column-gap: 3rem;
    -webkit-column-gap: 3rem;
    -moz-column-gap: 3rem;
  }
  ul.gw-whatandwhy li {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
  ul.gw-whatandwhy li:empty {
    display: none;
  }
}
.gw-prof-filter .gw-prof-filterbox form .row [class*=col] {
  margin-bottom: 0.5rem;
}

.gw-prof-toolzone.topstick.fixed {
  z-index: 1030;
}

.gw-srf-video-preview {
  min-height: 108px;
  background: rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.gw-srf-video-preview:after, .gw-srf-video-preview:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
}
.gw-srf-video-preview:after {
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-left-color: transparent;
  border-left-style: solid;
  border-left-width: 16px;
  border-left: 20px solid #fff;
  margin-top: -14px;
  margin-left: -9px;
  -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.25));
}
.gw-srf-video-preview:before {
  margin-top: -32px;
  margin-left: -32px;
  width: 60px;
  height: 60px;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.18);
  background: rgba(0, 0, 0, 0.42);
}
.gw-srf-video-preview:hover:before {
  background: rgba(0, 0, 0, 0.7);
}

.gw-profession-inactive {
  max-height: 100vh;
  overflow: hidden;
}
.gw-profession-inactive:before {
  z-index: 1;
  content: "";
  background-image: linear-gradient(to bottom, rgba(240, 240, 240, 0), #f0f0f0);
  width: 100%;
  height: 100%;
  position: absolute;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  #ProfessionType[value=detail] ~ h1 {
    -webkit-hyphens: auto;
    hyphens: auto;
  }
}
.gw-jobmap {
  height: 280px;
  position: relative;
}
@media (min-width: 992px) {
  .gw-jobmap {
    height: 400px;
  }
}
.gw-jobmap .gw-the-map {
  height: 100%;
}

.gw-prof-toolzone {
  position: relative;
}
.gw-prof-toolzone.gw-joboffer {
  background: none;
}

.gw-joboffer .gw-searchbox .nav-tabs .nav-link {
  max-width: 35%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 0.5rem;
}
@media (min-width: 576px) {
  .gw-joboffer .gw-searchbox .nav-tabs .nav-link {
    max-width: none;
    padding-right: 1rem;
    font-size: 1.25rem;
  }
}
.gw-joboffer .gw-searchbox .nav-tabs .nav-link:last-child {
  margin-right: 0;
}
@media (min-width: 768px) {
  .gw-joboffer .gw-searchbox .tab-pane .form-control,
  .gw-joboffer .gw-searchbox .form-group .btn {
    font-size: 1.25rem;
  }
}

.gw-perimeterbox {
  line-height: 2.1;
  background: white;
  padding: 0.2rem 1rem 0.06667rem 1rem;
  display: flex;
  justify-content: space-between;
}
.gw-perimeterbox > span {
  margin: 0 0.3rem;
  font-weight: 700;
}
.gw-perimeterbox .gw-incdec i {
  font-size: 1.333rem;
}

.gw-maptoggler {
  position: absolute;
  top: 100%;
  right: 4rem;
  z-index: 300;
  background-color: #7bafda;
  display: inline-block;
  padding: 0.25em;
  line-height: 1;
  color: #fff;
  font-size: 1.6em;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.gw-maptoggler:hover {
  background-color: #007fbf;
}
.gw-maptoggler.gw-map-closed i:before {
  content: "\e99c";
}

.gw-jobmap {
  position: relative;
}
.gw-jobmap > img {
  position: absolute;
  z-index: 200;
  cursor: pointer;
  transform: scale(1) translateY(0);
  transition: transform 0.4s;
}
.gw-jobmap > img:hover {
  transform: scale(1.25) translateY(-3px);
}

.gw-map-trigger i:before {
  margin-left: 0.3rem;
}
.gw-map-trigger.gw-map-open i:before {
  content: "\e93a";
}

/*.row.gw-extended-filter.collapse.show {
    display: flex;
}
.gw-prof-filter .gw-prof-filterbox .row [class*='col'] a {
    margin-bottom: 0;
}
.gw-ext-filtertoggle {
    position: absolute;
    bottom: 0;
    font-size: 1.75rem;
    width: auto;
    padding: 0 0.25rem;
    display: inline-block;
    transform: rotate(-179.9deg);
    transform-origin: 50% 36%;
    //transition: transform 0.3s ease;
    &.collapsed {
        transform: rotate(0deg);
    }
}*/
.gw-searchcritbox {
  margin-bottom: 0.25rem;
  padding: 1rem 1rem 0 1rem;
}

.gw-prof-filter .gw-prof-filterbox .gw-searchcritbox + .row {
  padding-top: 0;
}

.gw-searchcrit {
  display: inline-block;
  position: relative;
  border-radius: 3px;
  background-color: rgba(0, 127, 191, 0.25);
  padding: 0.2rem 0.5rem;
  padding-right: 2.333rem;
  margin-right: 0.333rem;
  margin-bottom: 0.333rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 576px) {
  .gw-searchcrit {
    width: auto;
    max-width: 50%;
  }
}

h6.gw-critlabel {
  display: block;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #fff;
}

.gw-critvalue a.gw-closer {
  display: inline-block;
  position: absolute;
  top: 0.125rem;
  right: 0.2rem;
  font-size: 1.5rem;
  line-height: 0.2;
  margin-left: 1rem;
}

.gw-resultcount {
  padding-top: 1rem;
  display: flex;
  justify-content: space-between;
}
.gw-resultcount p {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.gw-resultcount p small {
  font-weight: 700;
}

.gw-joboffer-results .list-group-item .row.gw-upper-row > div {
  margin-bottom: 0;
}
.gw-joboffer-results .list-group-item {
  padding-top: 0;
  margin-bottom: 0.5rem;
}
.gw-joboffer-results .list-group-item .gw-upper-row {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.gw-joboffer-results .list-group-item .gw-upper-row [class^=col], .gw-joboffer-results .list-group-item .gw-upper-row [class*=col] {
  background-color: #d6e3dd;
  color: #3f866c;
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
}

.gw-upper-row {
  margin-bottom: 0.25rem;
  font-size: 0.8rem;
}
@media (min-width: 420px) {
  .gw-upper-row {
    font-size: 0.9rem;
  }
}
@media (min-width: 768px) {
  .gw-upper-row {
    padding-bottom: 0.333rem;
    font-size: 1rem;
  }
}

.gw-lower-row {
  display: flex;
  align-items: center;
}
.gw-lower-row .gw-customer-name {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .gw-lower-row .gw-customer-name {
    justify-content: flex-start;
  }
}
.gw-lower-row .gw-ep-logo {
  display: inline-block;
  transform: scale(1);
  transition: transform 0.4s;
}
.gw-lower-row .gw-ep-logo:hover {
  transform: scale(1.075);
}
.gw-lower-row .gw-ep-logo img {
  max-width: 156px;
}
.gw-lower-row .gw-sqq-seal {
  display: inline-block;
  margin-left: 0.75rem;
  max-width: 20%;
  transform: scale(1);
  transition: transform 0.4s;
}
.gw-lower-row .gw-sqq-seal:hover {
  transform: scale(1.075);
}
.gw-lower-row .gw-sqq-seal img {
  height: 40px;
  max-width: none;
}
.gw-lower-row .gw-nologo {
  width: 210px;
  height: 75px;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  text-align: center;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.125);
}

.gw-customer-name {
  text-align: center;
}
@media (min-width: 768px) {
  .gw-customer-name {
    text-align: left;
  }
}

.gw-apply-button {
  text-align: center;
}
@media (min-width: 768px) {
  .gw-apply-button {
    text-align: right;
  }
}

.gw-list-group .list-group-item .row.gw-lower-row > div.gw-apply-button {
  margin-bottom: 0;
}

.gw-mark-as-favorite {
  position: inherit;
}

.gw-job-favorite {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  padding: 0.25rem;
  outline-style: none !important;
}
.gw-job-favorite:hover:not(:disabled) {
  background-color: #E6E6E6;
}
.gw-job-favorite:disabled {
  animation: rotation 3s infinite linear;
}
.gw-job-favorite i {
  font-size: 1.5rem;
  color: #343a40;
}
.gw-job-favorite.gw-is-favorite i:before {
  content: "\e997";
}

.gw-list-group .list-group-item .row > div.gw-mark-as-favorite {
  padding-right: 5px;
}
@media (min-width: 768px) {
  .gw-list-group .list-group-item .row > div.gw-mark-as-favorite {
    padding-right: 15px;
  }
}

.tooltip {
  pointer-events: none;
}

.tooltip-inner {
  background-color: #3f866c;
  font-size: 0.85rem;
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
  border-top-color: #3f866c;
}

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.bs-tooltip-right .arrow::before {
  border-right-color: #3f866c;
}

.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.bs-tooltip-left .arrow::before {
  border-left-color: #3f866c;
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #3f866c;
}

.gw-marker-popup {
  display: none;
  position: absolute;
  top: 100px;
  left: 300px;
  z-index: 320;
  max-width: 200px;
  transition: transform 0.5s ease;
}
.gw-marker-popup .gw-bubble.embed-responsive-item {
  border-width: 2px;
}
.gw-marker-popup .gw-bubble.embed-responsive-item:before {
  border-width: 2px;
  width: 1.5rem;
  height: 1.5rem;
  bottom: -1rem;
}
.gw-marker-popup .gw-bubble.embed-responsive-item:after {
  border-width: 2px;
  bottom: -1.8rem;
  right: calc(20% + 1.25rem);
}
.gw-marker-popup .gw-bubble.embed-responsive-item .gw-bubble-inner {
  padding: 0.4rem 0.6rem;
}
.gw-marker-popup .gw-bubble.embed-responsive-item .gw-top-row {
  display: flex;
  justify-content: space-between;
  align-content: center;
  margin-bottom: 0.5rem;
}
.gw-marker-popup .gw-bubble.embed-responsive-item .gw-location-name {
  font-size: 0.85rem;
  color: #3f866c;
}
.gw-marker-popup .gw-bubble.embed-responsive-item p {
  margin-bottom: 0.5rem;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.gw-marker-popup .gw-bubble.embed-responsive-item .gw-closer {
  display: inline-block;
  margin-top: -1px;
  margin-right: -2px;
}
.gw-marker-popup .gw-bubble.embed-responsive-item h4.gw-customer-name {
  text-align: left;
  font-size: 1.15rem;
  margin-bottom: 0.2rem;
}
.gw-marker-popup .gw-bubble.embed-responsive-item .gw-joblink {
  text-align: right;
}
.gw-marker-popup .gw-bubble.embed-responsive-item .gw-joblink a {
  font-size: 0.85rem;
  color: #007fbf;
}
.gw-marker-popup .gw-bubble.embed-responsive-item .gw-joblink a i:before {
  margin-right: 0.25rem;
}
.gw-marker-popup .gw-bubble.embed-responsive-item .gw-joblink a:hover {
  color: #004c73;
}

.gw-compact .gw-filterbox-toggler {
  display: block;
  color: #007fbf;
  font-weight: 700;
  padding: 0.25rem 0 0 1rem;
}
.gw-compact .gw-filterbox-toggler i:before {
  margin-left: 0.25rem;
}
.gw-compact .gw-filterbox-toggler:hover {
  color: #005682;
}
.gw-compact .gw-filterbox-toggler + .gw-searchcritbox {
  padding-top: 0.25rem;
}
@media (min-width: 992px) {
  .gw-compact .gw-filterbox-toggler + .gw-searchcritbox {
    padding-top: 1rem;
  }
}
.gw-compact .gw-filterbox-toggler.gw-filterbox-open i:before {
  content: "\e93a";
}
.gw-compact .gw-searchcritbox {
  display: none;
}
.gw-compact .gw-searchcritbox > .row {
  background: none;
  padding: 0;
}
.gw-compact .gw-searchcritbox > .row [class*=col] {
  margin-bottom: 0.5rem;
}
.gw-compact .gw-joboffer-items.gw-list-group .list-group-item {
  padding-bottom: 0.1rem;
}
.gw-compact .gw-joboffer-items.gw-list-group .list-group-item .gw-lower-row > div {
  margin-bottom: 0.25rem;
}

.gw-resultcount .btn-sm, .gw-resultcount .btn-group-sm > .btn {
  font-size: 80%;
  padding-top: 0;
  padding-bottom: 0;
}

.gw-searchcrit.fadein {
  animation: fadeIn 0.3s;
  animation-fill-mode: forwards;
}

.gw-searchfilter {
  transition: ease 0.2s flex, ease 0.2s padding;
}
.gw-searchfilter.hidden {
  flex: 0;
  padding: 0;
  overflow: hidden;
  width: 0;
  height: 0;
}

.gw-perimeterbox.disabled {
  opacity: 0.65;
}
.gw-perimeterbox.disabled a {
  pointer-events: none;
  color: grey;
}

.gw-joboffer .ui-autocomplete {
  z-index: 919191920;
  max-height: 80vh;
  overflow-y: auto;
}
.gw-joboffer .tooltip {
  z-index: 919191921;
}

.gw-searchcritbox {
  margin-bottom: 0;
}

.gw-prof-filterbox .gw-searchcritbox .k-autocomplete {
  border-radius: 0;
  width: 100%;
}
.gw-prof-filterbox .gw-searchcritbox .k-autocomplete .k-input {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 0.75rem;
  height: calc(1.5em + 0.75rem + 2px);
}
.gw-prof-filterbox .gw-searchcritbox .k-autocomplete.k-state-focused {
  box-shadow: 0 0 0 0.2rem #afc8e5;
  border-color: #4a95cc;
}
.gw-prof-filterbox .gw-searchcritbox .k-autocomplete .k-i-loading {
  top: 50%;
  transform: translateY(-50%);
  filter: saturate(0);
}

.gw-prof-filterbox .bootstrap-select .filter-option-inner-inner {
  font-weight: 300;
}

.gw-joboffer-results nav ul.pagination .page-item.disabled {
  display: none;
}
.gw-joboffer-results nav ul.pagination .page-item .page-link:focus {
  box-shadow: 0 0 0 0.2rem rgba(197, 198, 200, 0.5);
}
.gw-joboffer-results nav ul.pagination .page-item[title*=e], .gw-joboffer-results nav ul.pagination .page-item[title*=u] {
  text-transform: lowercase;
}
.gw-joboffer-results nav ul.pagination .page-item[title*=e] .page-link, .gw-joboffer-results nav ul.pagination .page-item[title*=u] .page-link {
  background: white;
  color: #c78810 !important;
  transition: none;
}
.gw-joboffer-results nav ul.pagination .page-item[title*=e] .page-link:focus, .gw-joboffer-results nav ul.pagination .page-item[title*=u] .page-link:focus {
  box-shadow: 0 0 0 0.2rem rgba(199, 136, 16, 0.5);
}
.gw-joboffer-results nav ul.pagination .page-item[title*=e] .page-link:hover, .gw-joboffer-results nav ul.pagination .page-item[title*=u] .page-link:hover {
  background: #c78810 !important;
  color: white !important;
}

.gw-filterbox-toggler {
  display: block;
  color: #007fbf;
  font-weight: 700;
  padding: 0.25rem 0 0 1rem;
}
.gw-filterbox-toggler i:before {
  margin-left: 0.25rem;
}
.gw-filterbox-toggler:hover {
  color: #005682;
}
.gw-filterbox-toggler + .gw-searchcritbox {
  padding-top: 0.25rem;
}
@media (min-width: 992px) {
  .gw-filterbox-toggler + .gw-searchcritbox {
    padding-top: 1rem;
  }
}
.gw-filterbox-toggler.gw-filterbox-open i:before {
  content: "\e93a";
}

.gw-searchcrit:nth-last-child(n+16) .gw-critvalue,
.gw-searchcrit:nth-last-child(n+16) ~ .gw-searchcrit .gw-critvalue {
  font-size: 0.8rem;
}

.gw-joboffer .gw-searchbox .nav-tabs .nav-link {
  max-width: 37%;
}

/* ----------------------------------------------
 * Generated by Animista on 2019-6-6 9:43:0
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-up-top
 * ----------------------------------------
 */
@keyframes scale-up-top {
  0% {
    transform: scale(0.5);
    transform-origin: 50% 0%;
  }
  100% {
    transform: scale(1);
    transform-origin: 50% 0%;
  }
}
.gw-scale-up-top {
  animation: scale-up-top 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.gw-myway-box {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: 1200px;
  height: 60%;
  transform: scale(1);
  transition: transform 0.3s ease;
}
.gw-myway-box.gw-is-slided {
  transform: translateX(100%);
}
@media (min-width: 420px) {
  .gw-myway-box.gw-is-slided {
    transform: translateX(22em);
  }
}
.gw-myway-box.gw-myway-hidden {
  animation: fallBounce 0.8s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
}
.gw-myway-box.gw-myway-hidden .gw-myway {
  transform: scaleY(0);
}
.gw-myway-box.gw-myway-pullup {
  animation: pullUp 0.3s;
  animation-fill-mode: forwards;
}

.gw-myway-toggler {
  background-color: #7bafda;
  display: inline-block;
  position: absolute;
  height: 1.5rem;
  top: -1.5rem;
  right: 0;
  padding: 0.25rem;
  line-height: 1;
  color: #fff;
  font-size: 1.1rem;
  cursor: pointer;
  z-index: 999;
  transition: background-color 0.3s ease;
}
.gw-myway-toggler:hover {
  background-color: #007fbf;
}
.gw-myway-toggler.gw-myway-closed i:before {
  content: "\e93a";
}
.gw-myway-toggler.gw-myway-closed .gw-myway-tagtitle {
  animation: typing 0.5s steps(5, end);
  animation-delay: 0.8s;
  animation-fill-mode: both;
  font-family: "FoobarPro-Regular";
}

.gw-myway-tagtitle {
  display: inline-block;
  vertical-align: top;
  color: white;
  font-size: 0.875rem;
  padding-left: 0;
  overflow: hidden;
  white-space: nowrap;
  width: 0;
}

.gw-myway {
  background-color: rgba(74, 149, 204, 0.5);
  color: #fff;
  height: 100%;
  transition: transform 0.3s ease;
  font-size: 33%;
}
@media (min-width: 420px) {
  .gw-myway {
    font-size: 38%;
  }
}
@media (min-width: 576px) {
  .gw-myway {
    font-size: 46%;
  }
}
@media (min-width: 768px) {
  .gw-myway {
    font-size: 75%;
  }
}
@media (min-width: 992px) {
  .gw-myway {
    font-size: 90%;
  }
}
@media (min-width: 1200px) {
  .gw-myway {
    font-size: 100%;
  }
}
.gw-myway .btn {
  font-size: 1em;
}

.gw-myway-titlebar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  height: 15%;
  padding: 0 0.5rem;
}
@media (min-width: 420px) {
  .gw-myway-titlebar {
    padding-bottom: 0.1em;
  }
}
@media (min-width: 768px) {
  .gw-myway-titlebar {
    padding-bottom: 0.2em;
  }
}
.gw-myway-titlebar .gw-myway-leftelem img {
  max-height: 1.333rem;
  max-width: 8vw;
}
.gw-myway-titlebar .gw-myway-leftelem .gw-myway-claim {
  font-size: 0.8em;
  font-weight: 300;
  margin-left: 0.333rem;
}
.gw-myway-titlebar .gw-myway-rightelem {
  font-size: 0.8em;
  font-weight: 300;
}
.gw-myway-titlebar .gw-myway-rightelem a {
  display: inline-block;
  color: #fff;
  transform: scale(1);
  transition: transform 0.3s;
}
.gw-myway-titlebar .gw-myway-rightelem a i {
  margin-right: 0.25rem;
}
.gw-myway-titlebar .gw-myway-rightelem a:hover {
  transform: scale(1.1);
}

.gw-myway-statusbar {
  display: flex;
  align-content: center;
  align-items: flex-end;
  height: 11%;
  background-color: rgba(22, 54, 78, 0.7);
  overflow: hidden;
  padding: 0 0.5rem;
}
@media (min-width: 420px) {
  .gw-myway-statusbar {
    padding-bottom: 0.05em;
  }
}
@media (min-width: 768px) {
  .gw-myway-statusbar {
    padding-bottom: 0.1em;
  }
}
.gw-myway-statusbar > div {
  margin-left: 1rem;
}
.gw-myway-statusbar > div:first-child {
  margin-left: 0;
}

.gw-myway-statuslabel {
  font-size: 4px;
  font-weight: 300;
  letter-spacing: 0.02rem;
  margin-bottom: 0;
  margin-right: 0.2rem;
  text-transform: uppercase;
  color: #fff;
}
@media (min-width: 420px) {
  .gw-myway-statuslabel {
    font-size: 5px;
  }
}
@media (min-width: 576px) {
  .gw-myway-statuslabel {
    font-size: 6px;
  }
}
@media (min-width: 768px) {
  .gw-myway-statuslabel {
    letter-spacing: 0.075rem;
    font-size: 0.5em;
    margin-right: 0.5rem;
  }
}

.gw-myway-statuscontent {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.gw-myway-statusbadges {
  display: inline;
}
.gw-myway-statusbadges svg {
  display: inline-block;
  vertical-align: top;
  width: 8%;
  height: 8%;
  max-width: 1.1em;
  transform: scale(1);
  opacity: 0.4;
  transition: opacity 0.3s;
}
.gw-myway-statusbadges svg .badge-text {
  opacity: 0;
}
.gw-myway-statusbadges svg.gw-myway-achieved {
  opacity: 1;
}
.gw-myway-statusbadges svg.gw-myway-achieved .badge-text {
  opacity: 1;
}
.gw-myway-statusbadges svg.gw-myway-trophy {
  animation: sizeWiggle 0.3s;
  animation-delay: 0.15s;
  animation-fill-mode: forwards;
}
.gw-myway-statusbadges img.gw-myway-fallback {
  display: none;
  opacity: 0.4;
  transition: opacity 0.3s;
}
.gw-myway-statusbadges img.gw-myway-fallback.gw-myway-achieved {
  opacity: 1;
}
.gw-myway-statusbadges img.gw-myway-fallback.gw-myway-trophy {
  animation: sizeWiggle 0.3s;
  animation-delay: 0.15s;
  animation-fill-mode: forwards;
}
@media all and (-ms-high-contrast: none) {
  .gw-myway-statusbadges svg {
    display: none;
  }
  .gw-myway-statusbadges img.gw-myway-fallback {
    display: inline;
    height: 1.2em;
  }
  .gw-myway-statusbadges *::-ms-backdrop, .gw-myway-statusbadges svg {
    display: none;
  }
  .gw-myway-statusbadges *::-ms-backdrop, .gw-myway-statusbadges iimg.gw-myway-fallback {
    display: inline;
    max-height: 1.2em;
  }
}

.gw-myway-minibutton.btn {
  display: inline-block;
  vertical-align: top;
  font-size: 4px;
  padding: 0 0.333em;
  margin-left: 0.5em;
}
@media (min-width: 420px) {
  .gw-myway-minibutton.btn {
    font-size: 5px;
  }
}
@media (min-width: 576px) {
  .gw-myway-minibutton.btn {
    font-size: 6px;
  }
}
@media (min-width: 768px) {
  .gw-myway-minibutton.btn {
    font-size: 0.666em;
    margin-top: 0.25em;
    margin-right: 0.666rem;
  }
}

.gw-myway-goal *, .gw-myway-status * {
  opacity: 0;
  animation: fadeIn 0.3s;
  animation-fill-mode: forwards;
}

.gw-myway-levelbar {
  display: flex;
  align-items: stretch;
  border-top: 1px solid rgba(0, 13, 23, 0.7);
  height: 74%;
}

.gw-myway-level {
  flex-grow: 1;
  position: relative;
  background-color: rgba(11, 26, 38, 0.7);
  margin-left: 0.333em;
  width: 0;
  transition: width 0.5s ease, background-color 0.5s, margin 0.5s ease;
}
.gw-myway-level:first-of-type {
  margin-left: 0;
}
.gw-myway-level.gw-active {
  background-color: rgba(1, 42, 73, 0.7);
  width: 66%;
}
.gw-myway-level.gw-active .gw-myway-levelnumber {
  opacity: 1;
}
.gw-myway-level.gw-done {
  background-color: rgba(107, 115, 120, 0.7);
}

.gw-myway-levelcrop {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.gw-myway-level-1 .gw-myway-levelcrop {
  background-image: url("../img/myway/levelbg-level-1.png");
}

.gw-myway-level-2 .gw-myway-levelcrop {
  background-image: url("../img/myway/levelbg-level-2.png");
}

.gw-myway-level-3 .gw-myway-levelcrop {
  background-image: url("../img/myway/levelbg-level-3.png");
}

.gw-myway-level-4 .gw-myway-levelcrop {
  background-image: url("../img/myway/levelbg-level-4.png");
}

.gw-myway-level-4 .gw-myway-levelswitch {
  display: none;
}

.gw-myway-leveltasks {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-around;
  width: 100%;
  height: 46%;
  padding: 0.333em 2em 0.333em 1em;
  opacity: 0;
  transition: opacity 0.3s;
}

.gw-myway-levelmessage {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  height: 54%;
  padding: 0.666em 1em;
  background-color: rgba(175, 200, 229, 0.15);
  opacity: 0;
  transition: opacity 0.3s;
}
.gw-myway-levelmessage div, .gw-myway-levelmessage p {
  width: 100%;
  font-size: 1.25em;
  line-height: 1.25;
  text-align: center;
}
.gw-myway-levelmessage p {
  margin-bottom: 0.333rem;
}

.gw-active .gw-myway-leveltasks,
.gw-active .gw-myway-levelmessage {
  opacity: 1;
}

.gw-myway-taskbutton {
  display: inline-block;
  padding: 0.375em 0.75em;
  margin-right: 0.33em;
  margin-top: 0.33em;
  border-width: 2px;
  transition: transform 0.3s ease, background-color 0.3s, border 0.3s, filter 0.5s;
}
.gw-myway-taskbutton.btn-secondary:not(.gw-myway-startbutton) {
  background-color: rgba(199, 136, 16, 0.6);
  border-color: rgba(199, 136, 16, 0.75);
}
.gw-myway-taskbutton.btn-secondary:not(.gw-myway-startbutton):hover {
  background-color: #af780e;
  border-color: #c78810;
}
.gw-myway-taskbutton.gw-myway-task-done {
  cursor: default;
  pointer-events: none;
  filter: grayscale(0.75) blur(1px);
}

.gw-myway-levelswitch {
  position: absolute;
  top: calc(50% - 1.5em);
  right: -1.25em;
  display: inline-block;
  border-radius: 50%;
  padding: 0.333em;
  color: #fff;
  cursor: pointer;
  transform: scale(1);
  z-index: 9999;
  transition: transform 0.3s;
}
.gw-myway-levelswitch .gw-inner {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  font-size: 0.85em;
  line-height: 1;
  border-radius: 50%;
  padding: 0.333em;
  box-shadow: 0 0 0 0.333em rgba(199, 136, 16, 0.4);
  background-color: rgba(199, 136, 16, 0.7);
  transition: background-color 0.3s, transform 0.3s;
}
.gw-myway-levelswitch .gw-inner i:before {
  margin-left: 0.1em;
}
.gw-myway-levelswitch.gw-is-hovered {
  transform: scale(1.25);
}
.gw-myway-levelswitch.gw-is-hovered .gw-inner {
  background-color: #c78810;
}

.gw-left-of-active .gw-myway-levelswitch .gw-inner {
  transform: rotate(-179.9deg);
}

.gw-myway-levelnumber {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  opacity: 0.5;
  max-height: 2.5em;
  max-width: 1.667vw;
  transition: opacity 0.3s;
}

.gw-myway-splashscreen {
  display: none;
}

.gw-myway-level:not(.gw-myway-level-gets-trophy) .gw-myway-leveltrophy {
  display: none;
}

.gw-myway-leveltrophy {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 56%;
  padding-top: 1em;
}

.gw-myway-burst > img {
  opacity: 0.4;
  animation: spin 30s linear infinite, fade04 0.3s linear forwards;
}

.gw-myway-badge-done {
  position: absolute;
}
.gw-myway-badge-done img {
  width: 6.6em;
  transition: width 0.3s ease;
  animation: popOn 0.4s;
}

.gw-myway-level:not(.gw-active) .gw-myway-badge-done img {
  width: 3em;
}

.gw-myway-level.gw-myway-trophy-now .gw-myway-badge-done img {
  animation: sizeWiggle 0.3s;
  animation-fill-mode: forwards;
}

.gw-myway-level-gets-trophy .gw-myway-leveltasks {
  display: none;
}
.gw-myway-level-gets-trophy .gw-myway-levelmessage {
  height: 44%;
  background-color: rgba(1, 42, 73, 0.7);
}

.gw-myway:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/myway/splashburst.svg");
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: auto 80%;
  opacity: 0;
  transition: opacity 0.3s linear 0.5s;
}

.gw-myway.gw-myway-splash:before {
  opacity: 1;
}
.gw-myway.gw-myway-splash.gw-myway-startup:before {
  opacity: 0;
  transition: opacity 0.3s linear;
}
.gw-myway.gw-myway-splash .gw-myway-splashscreen {
  display: block;
  flex-grow: 1;
  position: relative;
  background-color: rgba(1, 42, 73, 0.7);
  width: 100%;
  transform-origin: center bottom;
  transition: width 0.5s ease, background-color 0.5s, transform 0.3s ease;
}
.gw-myway.gw-myway-splash .gw-myway-splashscreen.gw-myway-splashclosed {
  transform: scaleY(0);
}
.gw-myway.gw-myway-splash .gw-myway-levelmessage,
.gw-myway.gw-myway-splash .gw-myway-leveltasks {
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  opacity: 1;
}
.gw-myway.gw-myway-splash .gw-myway-leveltasks {
  flex-direction: column;
}
.gw-myway.gw-myway-splash .gw-myway-levelmessage {
  flex-direction: row;
}
.gw-myway.gw-myway-splash .gw-myway-taskbutton {
  margin: 0 1em 0 1em;
  font-size: 1.25em;
}
.gw-myway.gw-myway-splash .gw-myway-win-item {
  align-self: flex-end;
  margin-bottom: -0.9em;
  opacity: 0.7;
  transform: scale(1);
  transform-origin: center bottom;
  transition: opacity 0.3s linear, margin-bottom 0.3s ease, transform 0.3s ease;
}
.gw-myway.gw-myway-splash .gw-myway-win-item img {
  max-height: 9em;
}
.gw-myway.gw-myway-splash .gw-myway-win-item:hover {
  opacity: 1;
  margin-bottom: -0.666em;
  transform: scale(1.075);
}
.gw-myway.gw-myway-splash .gw-myway-level,
.gw-myway.gw-myway-splash .gw-myway-leftelem img,
.gw-myway.gw-myway-splash .gw-myway-leftelem span,
.gw-myway.gw-myway-splash .gw-myway-goal *,
.gw-myway.gw-myway-splash .gw-myway-status * {
  opacity: 0;
  animation: none;
}
.gw-myway.gw-myway-splash.gw-myway-startup .gw-myway-goal *, .gw-myway.gw-myway-splash.gw-myway-startup .gw-myway-status * {
  animation: fadeIn 0.5s linear;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}
.gw-myway.gw-myway-splash .gw-myway-level {
  margin-left: 0;
  width: 0;
  transform: scaleX(0);
}
.gw-myway.gw-myway-splash .gw-myway-leveltasks img {
  max-width: 11em;
  margin-top: 0.5em;
}
.gw-myway.gw-myway-splash .gw-myway-leveltasks p {
  font-size: 1.15em;
  font-weight: 300;
  margin-bottom: 0.25em;
}

@keyframes fallBounce {
  0% {
    height: 60%;
  }
  16% {
    height: 0%;
  }
  28% {
    height: 10%;
    transition-timing-function: cubic-bezier(0.07, 0.36, 0.505, 1);
  }
  44% {
    height: 0%;
  }
  59% {
    height: 3%;
    transition-timing-function: cubic-bezier(0.07, 0.36, 0.505, 1);
  }
  73% {
    height: 0%;
  }
  88% {
    height: 0.7%;
    transition-timing-function: cubic-bezier(0.07, 0.36, 0.505, 1);
  }
  100% {
    height: 0%;
  }
}
@keyframes pullUp {
  from {
    height: 0%;
    transition-timing-function: ease-out;
  }
  to {
    height: 60%;
    transition-timing-function: ease-in;
  }
}
@keyframes typing {
  from {
    padding-right: 0;
  }
  10% {
    padding-left: 0.33em;
  }
  to {
    padding-left: 0.33em;
    padding-right: 3.5em;
  }
}
@keyframes sizeWiggle {
  0% {
    transform: scale(1);
  }
  33% {
    transform: scale(1.4);
  }
  77% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade04 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.4;
  }
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes popOn {
  0% {
    transform: scale(0.2) rotate(-490deg);
  }
  40% {
    transform: rotate(0deg) ease-out;
  }
  100% {
    transform: scale(1);
  }
}
.gw-myway-startbutton {
  min-width: 32%;
}
@media (max-width: 767.98px) {
  .gw-myway-startbutton .spinner {
    height: 1em;
  }
}

.gw-myway-hidden.gw-myway-keep-hidden {
  height: 0%;
  animation: none;
}

.gw-myway-statusbar > div {
  white-space: nowrap;
}

.gw-myway-statusbar .gw-myway-statuslabel, .gw-myway-statusbar .gw-myway-statuscontent {
  display: inline-block;
  vertical-align: bottom;
}

.gw-myway-player .gw-myway-statuscontent, .gw-myway-goal .gw-myway-statuscontent {
  max-width: 14em;
}

.gw-myway-finishlevel {
  display: none;
}

@media (max-width: 575.98px) {
  .gw-myway-level.gw-complete .gw-myway-levelmessage p {
    display: none;
  }
}
.gw-myway-level.gw-complete .gw-myway-finishlevel {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (max-width: 991.98px) {
  .gw-myway-level.gw-complete .gw-myway-finishlevel button[data-role=finish-level] .spinner {
    height: 1em;
  }
}
.gw-myway-level.gw-complete.gw-done .gw-myway-finishlevel, .gw-myway-level.gw-complete.gw-myway-level-gets-trophy .gw-myway-finishlevel {
  display: none;
}

.gw-myway-custom-checkbox {
  padding-left: 1.5rem;
  background: rgba(255, 255, 255, 0.4);
  min-height: 1rem;
}
.gw-myway-custom-checkbox .custom-control-label {
  padding-top: 0.33rem;
  padding-bottom: 0.33rem;
  padding-right: 0.33rem;
  cursor: pointer;
  font-size: 1em;
}
.gw-myway-custom-checkbox .custom-control-label:before, .gw-myway-custom-checkbox .custom-control-label:after {
  width: 0.7rem;
  height: 0.7rem;
  left: -1rem;
}
@media (min-width: 768px) {
  .gw-myway-custom-checkbox {
    padding-left: 2rem;
    min-height: 1.5rem;
  }
  .gw-myway-custom-checkbox .custom-control-label {
    font-size: 0.75em;
    padding-right: 0.5rem;
  }
  .gw-myway-custom-checkbox .custom-control-label:before, .gw-myway-custom-checkbox .custom-control-label:after {
    width: 1rem;
    height: 1rem;
    top: 0.4rem;
    left: -1.5rem;
  }
}

.gw-myway-goal .gw-myway-statuscontent.gw-myway-sizewiggle, .gw-myway-status .gw-myway-statuscontent.gw-myway-sizewiggle {
  opacity: 1;
  animation: sizeWiggle 0.3s;
  animation-delay: 0.15s;
  animation-fill-mode: forwards;
}

.gw-myway-levelmessage .gw-myway-fadein {
  animation: fadeIn 0.3s;
  animation-fill-mode: forwards;
}

.gw-myway-manual {
  background-color: rgba(74, 149, 204, 0.5);
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.gw-myway-manual .gw-myway-manual-header {
  color: white;
  text-align: center;
  position: relative;
  background-color: rgba(1, 42, 73, 0.7);
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.gw-myway-manual .gw-myway-manual-header .gw-myway-manual-header-inner {
  padding: 1.5rem;
}
.gw-myway-manual .gw-myway-manual-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../img/myway/splashburst.svg");
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: auto 300%;
}
.gw-myway-manual .gw-myway-manual-sticky-wrapper {
  position: sticky;
  top: 0;
  z-index: 1;
}
.gw-myway-manual .gw-myway-manual-navbar {
  background-color: rgba(1, 42, 73, 0.7);
}
.gw-myway-manual .gw-myway-manual-navbar .nav-link {
  cursor: pointer;
  color: white;
}
@media (max-width: 767.98px) {
  .gw-myway-manual .gw-myway-manual-navbar .nav-link {
    padding: 0.25rem 0.5rem;
  }
}
.gw-myway-manual .gw-myway-manual-navbar .nav-link.active {
  background-color: white;
  color: rgb(1, 42, 73);
}
.gw-myway-manual .gw-myway-manual-body-inner {
  background: url(../img/myway/line-with-dot.svg) center center no-repeat;
}

.gw-myway-levelmessage div.spinner {
  width: 50px;
}
.gw-myway-levelmessage div.spinner div {
  width: 6px;
}

.st-question-title {
  font-weight: bold;
  font-size: 1.1rem;
  color: #48484a;
  margin-bottom: 0.25rem;
  margin-top: 1rem;
}

div.dialog + .card-content .question .st-question-title {
  margin-top: 0;
}

@media (max-width: 767.98px) {
  .st-inline-md-up {
    display: block;
  }
}
.st-motivation-title {
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

@media (max-width: 767.98px) {
  .st-nav-prevnext {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    background: white;
    padding: 0.5rem 1rem;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
    z-index: 1100;
  }
}

.st-questions {
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.st-question-title-areas {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
  color: #4c6673;
}

.st-question-group {
  margin-bottom: 2rem;
  transition: ease opacity 0.5s;
}
.st-question-group.opacity-0 {
  opacity: 0;
}
.st-question-group.is-invalid {
  box-shadow: 0 0 0 0.5rem rgba(194, 42, 29, 0.05);
  background-color: rgba(194, 42, 29, 0.05);
}
.st-question-group.is-invalid .st-question-title-areas {
  color: rgba(194, 42, 29, 0.8);
}
.st-question-group.is-invalid .invalid-feedback {
  color: rgba(194, 42, 29, 0.8);
  display: block;
  margin-top: 0;
  font-weight: bold;
}

.st-text-input {
  border-width: 0.2rem;
  border-radius: 0.25rem;
  border-color: #7d9aa8;
}
.st-text-input:invalid {
  border-color: #b73328;
  box-shadow: none;
}
.st-text-input:focus {
  border-color: #7d9aa8;
  box-shadow: 0 0 0 0.2rem rgba(76, 102, 115, 0.25);
}

.st-radio-label {
  position: relative;
  padding: 0.5rem 1rem;
  background: #7d9aa8;
  border-radius: 0.25rem;
  color: white;
  cursor: pointer;
  font-weight: bold;
  transition: ease background 0.3s;
  overflow: hidden;
}
.st-radio-label .st-text {
  position: relative;
  z-index: 1020;
}
.st-radio-label:after {
  content: "";
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  margin: auto;
  background: #37c18f;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  transition: 0.4s ease background;
  -moz-transition: 0.4s ease background;
  -webkit-transition: 0.4s ease background;
  z-index: 1010;
}
.st-radio-label:hover {
  background: #4c6673;
}

.st-radio-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.st-radio-input:focus + .st-radio-label {
  box-shadow: 0 0 0 0.2rem rgba(76, 102, 115, 0.25);
}
.st-radio-input:focus:checked + .st-radio-label {
  box-shadow: 0 0 0 0.2rem rgba(63, 134, 108, 0.25);
}
.st-radio-input:checked ~ .st-radio-label:after {
  width: 100%;
  height: 100%;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.st-radio-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.st-radio-label.gw-primary-700 {
  background: #eceded;
  color: #343a40;
}
.st-radio-label.gw-primary-700:after {
  background: #4a95cc;
}
.st-radio-label.gw-primary-700:hover {
  background: #c5c6c8;
}

.st-radio-input:checked ~ .st-radio-label.gw-primary-700 {
  color: white;
}

.st-radio-inline-empty .st-radio-label {
  background: white;
  border: 0.2rem solid #7d9aa8;
  padding: 0.3rem 0.8rem;
}
.st-radio-inline-empty .st-radio-label:hover {
  background: #7d9aa8;
}
.st-radio-inline-empty .st-radio-input:checked ~ .st-radio-label {
  background: #7d9aa8;
  border-color: #37c18f;
  transition: ease border-color 0.4s;
}

.st-checkbox-label {
  position: relative;
  padding: 0.5rem 1rem 0.5rem 2rem;
  background: #7d9aa8;
  border-radius: 0.25rem;
  color: white;
  cursor: pointer;
  font-weight: bold;
  transition: ease background 0.3s;
  overflow: hidden;
}
.st-checkbox-label .st-text {
  position: relative;
  z-index: 1050;
}
.st-checkbox-label:before {
  content: "";
  border: 2px solid #f0f0f0;
  border-radius: 0.25rem;
  position: absolute;
  left: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  z-index: 1020;
}
.st-checkbox-label:after {
  content: "";
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  margin: auto;
  background: #37c18f;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  transition: 0.4s ease background;
  -moz-transition: 0.4s ease background;
  -webkit-transition: 0.4s ease background;
  z-index: 1010;
}
.st-checkbox-label:hover {
  background: #4c6673;
}

.st-checkbox-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.st-checkbox-input:focus + .st-checkbox-label {
  box-shadow: 0 0 0 0.2rem rgba(76, 102, 115, 0.25);
}
.st-checkbox-input:focus:checked + .st-checkbox-label {
  box-shadow: 0 0 0 0.2rem rgba(63, 134, 108, 0.25);
}
.st-checkbox-input:checked ~ .st-checkbox-label:before {
  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");
  border: none;
}
.st-checkbox-input:checked ~ .st-checkbox-label:after {
  width: 100%;
  height: 100%;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.st-checkbox-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.st-img-zoom {
  padding: 0.25rem;
}
.st-img-zoom:hover {
  border-color: #87888a !important;
}

.st-custom-radio-primary {
  margin-top: 0.75rem;
}
.st-custom-radio-primary input + .custom-control-label {
  border-radius: 0.25rem;
  padding: 0.25rem 0.5rem;
}
.st-custom-radio-primary input + .custom-control-label:before, .st-custom-radio-primary input + .custom-control-label:after {
  top: 0.5rem;
}
.st-custom-radio-primary input + .custom-control-label:hover {
  background: #eceded;
}
.st-custom-radio-primary input + .custom-control-label:active {
  background: #dde8f4;
  color: #007fbf;
}
.st-custom-radio-primary input:checked + .custom-control-label {
  background: #4a95cc;
  color: white;
  font-weight: bold;
}
.st-custom-radio-primary input:checked + .custom-control-label:hover {
  background: #007fbf;
}
.st-custom-radio-primary input:checked + .custom-control-label:active {
  background: #4a95cc;
}

.st-custom-radio-image .custom-control-label {
  border: 2px solid #eceded;
  border-radius: 0.25rem;
  margin-bottom: 0.5rem;
  padding: 1px;
}
.st-custom-radio-image input:checked + .custom-control-label {
  border-color: #007fbf;
}
.st-custom-radio-image .custom-control-label:before, .st-custom-radio-image .custom-control-label:after {
  top: 50%;
  transform: translateY(-50%);
}

.st-markup-correction .markup img {
  max-height: 2rem;
}
.st-markup-correction .markup p {
  margin-bottom: 0;
}

.st-custom-checkbox-image .custom-control-label {
  border: 2px solid #eceded;
  border-radius: 0.25rem;
  margin-bottom: 0.5rem;
  padding: 1px;
}
.st-custom-checkbox-image input:checked + .custom-control-label {
  border-color: #007fbf;
}
.st-custom-checkbox-image .custom-control-label:before, .st-custom-checkbox-image .custom-control-label:after {
  top: 50%;
  transform: translateY(-50%);
}

.gw-dragndrop .ui-droppable {
  min-height: 2.5rem;
  border: 2px dashed #c5c6c8;
  border-radius: 5px;
}
.gw-dragndrop .ui-droppable.ui-droppable-disabled {
  border: none;
}
.gw-dragndrop .ui-droppable.ui-droppable-hover {
  border-color: #4a95cc;
}
.gw-dragndrop .ui-draggable {
  background: rgba(0, 0, 0, 0.04);
  border-radius: 5px;
  margin-bottom: 0.5rem;
  padding: 0.25rem 0.5rem;
}
.gw-dragndrop .ui-draggable:hover {
  cursor: move;
}
.gw-dragndrop .ui-draggable.dropped {
  background: #4a95cc;
  color: white;
}
.gw-dragndrop .ui-draggable.ui-draggable-dragging {
  z-index: 1010 !important;
  background: #eceded;
}
.gw-dragndrop .ui-draggable.ui-draggable-dragging.dropped {
  color: #4a95cc;
}

.gw-agvs-inner .card-content {
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (min-width: 768px) {
  .gw-agvs-inner .card-content {
    width: 66% !important;
  }
}
@media (min-width: 992px) {
  .gw-agvs-inner .card-content {
    width: 75% !important;
  }
}
.gw-agvs-inner .card-action .gw-agvs-pagination {
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: -1rem;
}
@media (max-width: 767.98px) {
  .gw-agvs-inner .card-action .gw-agvs-pagination {
    margin-top: 0.5rem;
  }
}
.gw-agvs-inner .card-action .gw-agvs-pagination .nav {
  justify-content: center;
}
.gw-agvs-inner .card-action .gw-agvs-pagination .nav .nav-item {
  position: relative;
  margin-right: 0.3rem;
}
@media (min-width: 992px) {
  .gw-agvs-inner .card-action .gw-agvs-pagination .nav .nav-item {
    width: 20%;
  }
}
.gw-agvs-inner .card-action .gw-agvs-pagination .nav .nav-link {
  background: #fafafa;
  border-radius: 0;
  border-color: rgba(135, 136, 138, 0.4);
}
.gw-agvs-inner .card-action .gw-agvs-pagination .nav .nav-link:hover {
  background: #f0f0f0;
}
.gw-agvs-inner .card-action .gw-agvs-pagination .nav .nav-link.active {
  background: white;
  border-bottom-color: transparent;
}
.gw-agvs-inner .card-action .gw-agvs-pagination .gw-agvs-buttonrow {
  border-left: 1px solid rgba(135, 136, 138, 0.4);
  border-right: 1px solid rgba(135, 136, 138, 0.4);
  padding: 0.5rem;
}
@media (min-width: 992px) {
  .gw-agvs-inner .card-action .gw-agvs-pagination .gw-agvs-buttonrow {
    text-align: center;
  }
}
.gw-agvs-inner .card-action .gw-agvs-pagination .gw-agvs-buttonrow .btn {
  margin: 0 0.3rem 0.3rem 0;
  min-width: 2.2rem;
  padding: 0.15rem 0.4rem;
}
.gw-agvs-inner .card-action .gw-agvs-pagination .gw-agvs-buttonrow .btn.btn-primary-300 {
  opacity: 0.85;
}
.gw-agvs-inner .card-action .gw-agvs-pagination.gw-agvs-pagination-gas .nav {
  margin-top: 0.5rem;
}
.gw-agvs-inner .card-action .gw-agvs-pagination.gw-agvs-pagination-gas .nav .nav-item {
  width: auto;
  max-width: 11%;
}

.gw-bzt-navigation .dropdown-item {
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.25rem;
}
.gw-bzt-navigation .dropdown-item.done {
  background-color: #afc8e5;
  color: #007fbf;
}
.gw-bzt-navigation .dropdown-item.done:hover {
  background-color: #89aed8;
}
.gw-bzt-navigation .dropdown-item.missing {
  background-color: #e6cad1;
  color: #b73328;
}
.gw-bzt-navigation .dropdown-item.missing:hover {
  background-color: #d6a7b3;
}
.gw-bzt-navigation .dropdown-item.active {
  background-color: #c78810;
  color: white;
}
.gw-bzt-navigation .dropdown-menu {
  max-height: 96vh;
  overflow-y: scroll;
  z-index: 1030;
}

body.mfp-zoom-out-cur .mfp-wrap {
  z-index: 1060;
}

.gw-easy-survey-box {
  padding: 1.5rem 1rem 6rem;
  margin-top: 0.5rem;
  background: white;
}
@media (min-width: 420px) {
  .gw-easy-survey-box {
    border-radius: 1rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 576px) {
  .gw-easy-survey-box {
    min-height: 30rem;
    padding-bottom: 2rem;
  }
}
.gw-easy-survey-box .st-select .btn.dropdown-toggle {
  border: 0.2rem solid #7d9aa8;
  border-radius: 0.25rem;
}
.gw-easy-survey-box .st-select .bootstrap-select.show .btn.dropdown-toggle {
  box-shadow: 0 0 0 0.2rem rgba(76, 102, 115, 0.25);
}
.gw-easy-survey-box .st-select .bootstrap-select .btn.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(76, 102, 115, 0.25);
}
.gw-easy-survey-box .st-select .dropdown-item {
  white-space: normal;
}
@media (min-width: 768px) {
  .gw-easy-survey-box .st-nav-prevnext {
    padding-top: 1rem;
  }
}
.gw-easy-survey-box .gw-progress-area {
  margin: 0.5rem 0;
}
@media (min-width: 768px) {
  .gw-easy-survey-box .gw-progress-area {
    margin: 0;
  }
}
.gw-easy-survey-box .gw-progress-area .progress-bar {
  min-width: 8%;
  background: #4c6673;
}
@media (min-width: 768px) {
  .gw-easy-survey-box .gw-progress-area .progress-bar {
    min-width: 7%;
  }
}
@media (min-width: 1200px) {
  .gw-easy-survey-box .gw-progress-area .progress-bar {
    min-width: 5%;
  }
}

.gw-easy-survey-body.gw-survey-primary {
  background: white;
}
@media (min-width: 420px) {
  .gw-easy-survey-body.gw-survey-primary {
    background: #e1edfa;
  }
  .gw-easy-survey-body.gw-survey-primary header {
    background: #e1edfa;
  }
}
.gw-easy-survey-body.gw-survey-primary .st-question-title-areas {
  color: #343a40;
}
.gw-easy-survey-body.gw-survey-primary .st-radio-inline .st-radio-label {
  background: #E6E6E6;
  color: #343a40;
}
.gw-easy-survey-body.gw-survey-primary .st-radio-inline .st-radio-label:after {
  background: #4a95cc;
}
.gw-easy-survey-body.gw-survey-primary .st-radio-inline .st-radio-input:checked ~ .st-radio-label {
  color: white;
}
.gw-easy-survey-body.gw-survey-primary .st-radio-inline .st-radio-input:focus ~ .st-radio-label {
  box-shadow: 0 0 0 0.2rem rgba(230, 230, 230, 0.5);
}
.gw-easy-survey-body.gw-survey-primary .st-radio-inline .st-radio-input:checked:focus ~ .st-radio-label {
  box-shadow: 0 0 0 0.2rem rgba(123, 175, 218, 0.6);
}
.gw-easy-survey-body.gw-survey-primary .st-radio-inline-empty .st-radio-label {
  border: none;
  padding: 0.5rem 1rem;
}
.gw-easy-survey-body.gw-survey-primary .st-radio-inline-empty .st-radio-label:hover {
  background: #c5c6c8;
  transition: ease background 0.1s;
}
.gw-easy-survey-body.gw-survey-primary .st-text-input {
  background: #E6E6E6;
  border-color: #E6E6E6;
}
.gw-easy-survey-body.gw-survey-primary .st-text-input:focus {
  box-shadow: 0 0 0 0.2rem rgba(230, 230, 230, 0.5);
}
.gw-easy-survey-body.gw-survey-primary .gw-easy-survey-box .gw-progress-area .progress-bar {
  background: #87888a;
}

.gw-stoerer-container > .row {
  justify-content: flex-end;
  padding-right: 4%;
}
@media only screen and (max-width: 992px) {
  .gw-stoerer-container > .row {
    padding-right: 11%;
  }
}
@media (min-width: 992px) {
  .gw-stoerer-container > .row {
    padding-right: 8%;
  }
}
.gw-stoerer-container.gw-is-slided .gw-stoerer {
  transform: rotate(-12deg) translateX(100%);
}
@media (min-width: 420px) {
  .gw-stoerer-container.gw-is-slided .gw-stoerer {
    transform: rotate(-12deg) translateX(22em) translateY(4rem);
  }
}

.gw-stoerer {
  position: absolute;
  width: 30%;
  top: 0;
  transform: rotate(-12deg);
  transition: transform 0.3s ease;
}
@media only screen and (min-width: 576px) and (max-width: 992px) and (orientation: portrait) {
  .gw-stoerer {
    width: 20%;
  }
}
@media only screen and (max-width: 992px) and (orientation: landscape) {
  .gw-stoerer {
    width: 20%;
  }
}
@media (min-width: 992px) {
  .gw-stoerer {
    width: 12%;
    max-width: 160px;
    bottom: 2rem;
  }
}
.gw-stoerer:hover {
  transform: rotate(-6deg) scale(1.1);
  transition: transform 0.5s ease;
}

.gw-stoerer-svg {
  width: 100%;
  height: 100%;
  position: relative;
}

g#mainbox {
  position: absolute;
}
g#mainbox .gw-colorstamp {
  fill: #c78810;
}
g#mainbox .gw-colorstamp.gw-red {
  fill: #b73328;
}
g#mainbox .gw-colorstamp.gw-blue {
  fill: #4a95cc;
}
g#mainbox text {
  fill: #fff;
  text-anchor: middle;
}
g#mainbox .gw-svg-title {
  font-family: "FoobarPro-Regular";
  font-weight: bold;
  font-size: 260%;
}
g#mainbox .gw-svg-text {
  font-size: 140%;
}
g#mainbox .gw-svg-cta {
  text-transform: uppercase;
  font-size: 140%;
  font-weight: 700;
}

.gw-footerbox .nav-link.btn {
  transform: translateX(-0.5rem);
  padding: 0.1rem 0.5rem;
  max-width: 75%;
  overflow: hidden;
}
@media (min-width: 420px) {
  .gw-footerbox .nav-link.btn {
    max-width: none;
  }
}
@media (min-width: 768px) {
  .gw-footerbox .nav-link.btn {
    max-width: 120px;
    text-overflow: ellipsis;
  }
}
@media (min-width: 992px) {
  .gw-footerbox .nav-link.btn {
    max-width: none;
    overflow: visible;
    text-overflow: inherit;
  }
}
.gw-footerbox .gw-langnav a {
  font-weight: 400;
  text-transform: uppercase;
  margin-right: 0.75rem;
}

.gw-pro .gw-logo img {
  margin-bottom: -0.4rem;
}

.gw-pro .gw-keyvis > img {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 39px;
}
.gw-pro.gw-home .gw-keyvis > img {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 120px;
}
.gw-teaserrow {
  padding: 0 0 0.5rem 0;
  align-items: stretch;
}
.gw-teaserrow > [class*=col] {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .gw-teaserrow {
    padding: 2rem 0 1rem 0;
  }
}

.gw-teaserbox {
  display: block;
  margin-bottom: 1rem;
  position: relative;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(70, 48, 6, 0.25);
  padding: 5% 5% 7% 5%;
  height: 100%;
  min-height: 16rem;
  color: #212529;
}
.gw-teaserbox .gw-teaser {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.gw-teaserbox h2 {
  font-size: 1.75rem;
  font-weight: 700;
}
.gw-teaserbox h2:not(.gw-behind) {
  color: rgba(74, 149, 204, 0.8);
}
.gw-teaserbox .gw-behind {
  line-height: 1.375;
}
.gw-teaserbox .gw-behind span {
  padding: 0.06667rem 0.25rem 0.06667rem 0;
  box-shadow: 0.5rem 0 0 rgba(74, 149, 204, 0.7), -0.25rem 0 0 rgba(74, 149, 204, 0.7);
  background-color: rgba(74, 149, 204, 0.7);
}
.gw-teaserbox .gw-cornered {
  align-self: flex-end;
}
.gw-teaserbox .gw-cornered i[class*=icon] {
  display: inline-block;
  font-size: 2rem;
  color: rgba(74, 149, 204, 0.7);
  transform: translateX(0);
  transition: color 0.3s, transform 0.3s ease;
}

.gw-content a.gw-teaserbox {
  transform: scale(1);
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}
.gw-content a.gw-teaserbox:hover {
  box-shadow: 0 4px 7px 0 rgba(70, 48, 6, 0.65);
  transform: scale(1.033);
  color: #212529;
}
.gw-content a.gw-teaserbox:hover .gw-cornered i[class*=icon] {
  color: #4a95cc;
  transform: translateX(0.25rem);
}

main .gw-colorbar {
  position: absolute;
  top: 0;
  left: 0;
  height: 0.2rem;
  width: 100%;
  background-color: rgba(74, 149, 204, 0.8);
}

.gw-pro .gw-stickynote p:last-of-type {
  margin-bottom: 0;
}
.gw-pro .gw-stickynote .gw-cornered {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1rem;
}
.gw-pro .gw-stickynote .gw-cornered i[class*=icon] {
  font-size: 1.33rem;
  color: rgba(135, 136, 138, 0.7);
  transform: translateX(-0.3rem);
  transition: transform 0.3s ease;
}
.gw-pro .gw-stickynote:hover .gw-cornered i[class*=icon] {
  transform: translateX(0);
}

.gw-logo-grid .gw-ep-logo.gw-outline-btn {
  box-shadow: none;
}
.gw-logo-grid .gw-ep-logo.gw-outline-btn:hover {
  transform: scale(1) !important;
  z-index: 1000;
}
.gw-logo-grid .gw-ep-logo.gw-outline-btn .gw-btn-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.gw-logo-grid .gw-ep-logo.gw-outline-btn .gw-btn-inner span {
  font-weight: 400;
  font-size: 0.85rem;
  white-space: normal;
}
@media (min-width: 576px) {
  .gw-logo-grid .gw-ep-logo.gw-outline-btn .gw-btn-inner span {
    font-size: 1.2rem;
    text-overflow: inherit;
  }
}
@media (min-width: 768px) {
  .gw-logo-grid .gw-ep-logo.gw-outline-btn .gw-btn-inner span {
    font-size: 1rem;
    overflow: visible;
  }
}

.gw-claimbox {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-size: 1.1rem;
  transition: transform 0.3s ease;
}
.gw-claimbox h2, .gw-claimbox h3, .gw-claimbox * {
  font-family: "FoobarPro-Regular";
}
.gw-claimbox h2, .gw-claimbox h3 {
  margin-bottom: 0.2rem;
}
.gw-claimbox h2 {
  font-size: 1.4rem;
}
.gw-claimbox h3 {
  font-size: 1.1rem;
}
@media (min-width: 576px) {
  .gw-claimbox h2 {
    font-size: 1.6rem;
  }
  .gw-claimbox h3 {
    font-size: 1.3rem;
  }
}
@media (min-width: 992px) {
  .gw-claimbox h2 {
    font-size: 2.5rem;
  }
  .gw-claimbox h3 {
    font-size: 1.9rem;
  }
}
.gw-claimbox.gw-is-slided {
  transform: translateX(100%);
}
@media (min-width: 420px) {
  .gw-claimbox.gw-is-slided {
    transform: translateX(22em);
  }
}

.gw-landingbox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.gw-content img.gw-pro-company-logo {
  max-width: 240px;
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.gw-content .gw-landingbox .gw-pro-company-logo {
  margin-top: 1.5rem;
  margin-bottom: 0;
}

.gw-landing-doublebox {
  margin-bottom: 2rem;
  margin-top: 1rem;
}
.gw-landing-doublebox .gw-inner {
  padding: 1.5rem;
  background-color: #fff;
}
@media (min-width: 992px) {
  .gw-landing-doublebox .gw-inner {
    padding: 1.5rem 2.5rem;
  }
}
.gw-landing-doublebox .row {
  background: none;
}
.gw-landing-doublebox h2.gw-behind {
  line-height: 1.375;
  font-size: 1.75rem;
  font-weight: 700;
}
.gw-landing-doublebox h2.gw-behind span {
  padding: 0.06667rem 0.25rem 0.06667rem 0;
  box-shadow: 0.5rem 0 0 rgba(74, 149, 204, 0.7), -0.25rem 0 0 rgba(74, 149, 204, 0.7);
  background-color: rgba(74, 149, 204, 0.7);
}
.gw-landing-doublebox form {
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .gw-landing-doublebox form {
    width: 80%;
  }
}
.gw-landing-doublebox .gw-landing-partbox {
  border-top: 0.2rem solid rgba(74, 149, 204, 0.8);
  padding-top: 2rem;
  margin-top: 1rem;
}
.gw-landing-doublebox .gw-landing-partbox:first-child {
  border: none;
  padding-top: 0;
}
@media (min-width: 768px) {
  .gw-landing-doublebox .gw-landing-partbox {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
    border-left: 0.2rem solid rgba(74, 149, 204, 0.8);
    padding-left: 1.5rem;
  }
  .gw-landing-doublebox .gw-landing-partbox:first-child {
    border: none;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .gw-landing-doublebox .gw-landing-partbox {
    padding-left: 2.5rem;
  }
}

.gw-content .tab-content .gw-jobindicator {
  font-size: 1.33rem;
}

.gw-company-tabs.nav-tabs {
  border-bottom: 0.2rem solid rgba(123, 175, 218, 0.25);
}
.gw-company-tabs.nav-tabs .nav-item {
  order: 2;
}
@media (min-width: 768px) {
  .gw-company-tabs.nav-tabs .nav-item {
    order: 0;
  }
}
.gw-company-tabs.nav-tabs .nav-link {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0;
  border: 0;
  border-bottom: 0.2rem solid rgba(74, 149, 204, 0.25);
  color: #4a95cc;
  padding: 0.25rem 0.75rem;
  margin-right: 0.25rem;
  margin-top: 0.25rem;
  margin-bottom: calc(-0.2rem + 1px);
  transition: border 0.3s, color 0.3s;
}
@media (min-width: 768px) {
  .gw-company-tabs.nav-tabs .nav-link {
    padding: 0.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .gw-company-tabs.nav-tabs .nav-link {
    font-size: 1.2rem;
  }
}
.gw-company-tabs.nav-tabs .nav-link:hover {
  background-color: white;
  border-bottom-color: rgba(74, 149, 204, 0.6);
}
.gw-company-tabs.nav-tabs .nav-link.active {
  background-color: white;
  color: #007fbf;
  border-bottom-color: #4a95cc;
}
.gw-company-tabs.nav-tabs .nav-link.active:hover {
  border-bottom-color: #4a95cc;
}
.gw-company-tabs li:last-child {
  flex-grow: 2;
  order: 1;
}
@media (min-width: 576px) {
  .gw-company-tabs li:last-child {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .gw-company-tabs li:last-child {
    order: 0;
    width: auto;
  }
}
.gw-company-tabs li h1 {
  font-size: 1.75rem;
}
@media (min-width: 768px) {
  .gw-company-tabs li h1 {
    font-size: 1.6rem;
    margin-bottom: 0;
    text-align: right;
  }
}
@media (min-width: 992px) {
  .gw-company-tabs li h1 {
    font-size: 1.75rem;
  }
}

.gw-contentbox {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .gw-contentbox {
    display: block;
  }
}

.gw-first-on-mobile {
  order: 1;
}
@media (min-width: 768px) {
  .gw-first-on-mobile {
    order: 0;
  }
}

.gw-last-on-mobile {
  order: 2;
}
@media (min-width: 768px) {
  .gw-last-on-mobile {
    order: 0;
  }
}

/* add by gateway.one */
.gw-pro.gw-home .gw-searchbox-pro {
  margin-top: -2.9rem;
}
.gw-pro.gw-home .gw-searchbox-pro .nav-tabs {
  border: none;
}
.gw-pro.gw-home .gw-searchbox-pro .nav-tabs .nav-link {
  font-weight: bold;
  font-size: 1.2rem;
  max-width: 48%;
}
@media (min-width: 768px) {
  .gw-pro.gw-home .gw-searchbox-pro .nav-tabs .nav-link {
    font-size: 1.5rem;
  }
}
.gw-pro.gw-home .gw-searchbox-pro .tab-pane {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
@media (min-width: 576px) {
  .gw-pro.gw-home .gw-searchbox-pro {
    margin-top: -3rem;
  }
}
@media (min-width: 768px) {
  .gw-pro.gw-home .gw-searchbox-pro {
    margin-top: -3.2rem;
  }
}

.gw-pro .gw-keybox {
  background-color: #e1ded7;
}

.text-purple {
  color: #7030a0;
}

#admissionProcedure .badge.badge-pill:not(.d-none) + h3.gw-fold.gw-fold-trigger.collapsed {
  color: #c5c6c8 !important;
}
#admissionProcedure .badge.badge-pill:not(.d-none) + h3.gw-fold.gw-fold-trigger.collapsed:after {
  color: #c5c6c8 !important;
}
#admissionProcedure .badge.badge-pill:not(.d-none) + h3.gw-fold.gw-fold-trigger.collapsed:hover {
  color: #007fbf !important;
}
#admissionProcedure .badge.badge-pill:not(.d-none) + h3.gw-fold.gw-fold-trigger.collapsed:hover:after {
  color: #007fbf !important;
}
#admissionProcedure .gw-plan-appointment {
  background: #fafafa;
}
#admissionProcedure .gw-execute-interview {
  background: #fafafa;
}
#admissionProcedure .gw-execute-interview .gw-execute-interview-title {
  padding: 0.25rem 0.5rem;
  margin-bottom: 0.5rem;
}
#admissionProcedure .gw-execute-interview .btn-md {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
#admissionProcedure .gw-execute-interview .badge.bg-passed {
  background: #b3df75;
}
#admissionProcedure .gw-execute-interview .badge.bg-not-passed {
  background: #f4755c;
}
#admissionProcedure .gw-admission-procedure-administrate {
  border: 2px solid #adcbbf;
}

.gw-badge-questionaire-perc,
.gw-badge-observation-perc {
  background: rgba(236, 237, 237, 0.4);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  border-radius: 0.25rem;
  margin-right: 0.5rem;
}
.gw-badge-questionaire-perc h6,
.gw-badge-observation-perc h6 {
  margin-bottom: 0.2rem;
}
.gw-badge-questionaire-perc .icon-bubble,
.gw-badge-observation-perc .icon-bubble {
  color: #7030a0;
}
.gw-badge-questionaire-perc .icon-magnifier,
.gw-badge-observation-perc .icon-magnifier {
  color: #007fbf;
}

.gw-badge-questionaire-perc.full {
  background: #e5dfec;
}

.gw-badge-observation-perc.full {
  background: rgba(175, 200, 229, 0.5);
}

.gw-interview-modal .modal-header {
  border-bottom: 1px solid #c5c6c8;
}
.gw-interview-modal .list-group-item-progress {
  padding: 0;
}
.gw-interview-modal .list-group-item-progress .progress {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  height: 0.5rem;
  background: white;
}
.gw-interview-modal .list-group-item-progress .progress .progress-bar {
  min-width: 3%;
  max-width: 98%;
}
.gw-interview-modal .gw-badge-interview-qnumber {
  color: white;
  background: #7030a0;
}
.gw-interview-modal .gw-interview-question {
  color: #7030a0;
  font-weight: bold;
  line-height: 2rem;
}
.gw-interview-modal .gw-badge-interview-bnumber {
  color: white;
  background: #007fbf;
}
.gw-interview-modal .gw-interview-table-head {
  margin-bottom: 0.5rem;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.gw-interview-modal .gw-interview-table-head div {
  background: #E6E6E6;
  padding: 0.25rem 0.5rem;
  font-weight: bold;
}
.gw-interview-modal .gw-interview-table-radio {
  align-self: stretch;
  margin-bottom: 0.5rem;
}
.gw-interview-modal .gw-interview-table-radio > div {
  padding: 0.25rem 0.5rem;
  height: 100%;
  width: 100%;
  background: white;
}
.gw-interview-modal .gw-interview-table-radio > div .custom-control {
  height: 100%;
}
.gw-interview-modal .gw-interview-table-radio > div .custom-control-label {
  width: 100%;
  height: 100%;
  cursor: pointer;
  font-weight: bold;
}
.gw-interview-modal .gw-interview-table-radio.level-3 > div {
  background: #b2a1c7;
}
.gw-interview-modal .gw-interview-table-radio.level-2 > div {
  background: #ccc0d9;
}
.gw-interview-modal .gw-interview-table-radio.level-1 > div {
  background: #e5dfec;
}
.gw-interview-modal .gw-interview-table-anchors {
  align-self: stretch;
  margin-bottom: 0.5rem;
}
.gw-interview-modal .gw-interview-table-anchors > div {
  background: white;
  padding: 0.25rem 0.5rem;
  height: 100%;
}
.gw-interview-modal .gw-interview-table-anchors .gw-interview-or {
  color: #b73328;
}
.gw-interview-modal .gw-interview-table-stimulus {
  align-self: stretch;
  margin-bottom: 0.5rem;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.gw-interview-modal .gw-interview-table-stimulus > div {
  height: 100%;
  background: white;
  padding: 0.25rem 0.5rem;
  font-weight: bold;
}
.gw-interview-modal .gw-interview-table-notes > div {
  background: white;
  padding: 0.25rem 0.5rem;
}
.gw-interview-modal .gw-observations .gw-interview-table-radio.level-3 > div {
  background: #4a95cc;
}
.gw-interview-modal .gw-observations .gw-interview-table-radio.level-2 > div {
  background: #7bafda;
}
.gw-interview-modal .gw-observations .gw-interview-table-radio.level-1 > div {
  background: #afc8e5;
}
.gw-interview-modal .gw-interview-table {
  width: 100%;
}
.gw-interview-modal .gw-interview-table td, .gw-interview-modal .gw-interview-table th {
  padding: 0.25rem 0.75rem;
  border: 5px solid #f0f0f0;
}
.gw-interview-modal .gw-interview-table thead th {
  background: #E6E6E6;
  font-weight: bold;
}
.gw-interview-modal .gw-interview-table tbody td {
  background: white;
}
.gw-interview-modal .gw-interview-table .level-3 td:first-child {
  background: #B693E0;
}
.gw-interview-modal .gw-interview-table .level-2 td:first-child {
  background: #CEB8E0;
}
.gw-interview-modal .gw-interview-table .level-1 td:first-child {
  background: #F3E7FF;
}
.gw-interview-modal .gw-interview-table .gw-interview-or {
  color: #b73328;
}
.gw-interview-modal .bg-passed {
  background: #b3df75;
  font-weight: bold;
}
.gw-interview-modal .bg-partly-passed {
  background: #f7eb8c;
  font-weight: bold;
}
.gw-interview-modal .bg-not-passed {
  background: #f4755c;
  font-weight: bold;
}

.gw-interview-appointments {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.gw-interview-appointment {
  background-color: white;
  border-radius: 1rem;
  box-shadow: 0 0 0 0 rgba(90, 113, 208, 0.11), 0 4px 16px 0 rgba(167, 175, 183, 0.33);
  padding: 1rem;
}
@media (min-width: 768px) {
  .gw-interview-appointment {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.gw-interview-appointment.gw-add-appointment {
  display: flex;
  align-items: center;
}
.gw-interview-appointment.gw-cancelled, .gw-interview-appointment.gw-edited {
  color: #87888a;
}
.gw-interview-appointment.gw-cancelled .text-primary, .gw-interview-appointment.gw-edited .text-primary {
  color: #87888a !important;
}
.gw-interview-appointment.gw-cancelled h5.text-primary, .gw-interview-appointment.gw-edited h5.text-primary {
  display: none;
}

.gw-decision-modal .modal-header {
  border-bottom: 1px solid #c5c6c8;
}
.gw-decision-modal .gw-decision-table-head {
  background: #E6E6E6;
  font-weight: 700;
  text-align: center;
  padding: 0.25rem 0.5rem;
  font-size: 1.5rem;
  border: 0.2rem solid #f0f0f0;
}
.gw-decision-modal .gw-decision-table-subhead {
  background: #E6E6E6;
  font-weight: bold;
  text-align: center;
  padding: 0.25rem 0.5rem;
  border: 0.2rem solid #f0f0f0;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.gw-decision-modal .gw-decision-table-subhead.bg-purple-700 {
  background: #b2a1c7;
  color: white;
}
.gw-decision-modal .gw-decision-table-td {
  background: white;
  padding: 0.25rem 0.5rem;
  border: 0.2rem solid #f0f0f0;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.gw-decision-modal .gw-decision-table-td.gw-radiorow-required {
  background: #f3e4cb;
  text-align: center;
  height: 100%;
}
.gw-decision-modal .gw-decision-table-td.gw-radiorow-required .btn {
  margin: 0.3rem 0.08rem;
  background: white;
  border-radius: 0.25rem;
}
.gw-decision-modal .gw-decision-table-td.gw-radiorow-required.gw-purple .btn {
  color: #7030a0;
}
.gw-decision-modal .gw-decision-table-td.gw-radiorow-required.gw-purple .btn:focus {
  box-shadow: 0 0 0 0.2rem #ccc0d9;
}
.gw-decision-modal .gw-decision-table-td.gw-radiorow-required.gw-primary .btn {
  color: #007fbf;
}
.gw-decision-modal .gw-decision-table-td.gw-radiorow-required.gw-selected {
  background: white;
}
.gw-decision-modal .gw-decision-table-td.gw-radiorow-required.gw-selected.gw-purple .btn {
  background: #e5dfec;
  color: #b2a1c7;
}
.gw-decision-modal .gw-decision-table-td.gw-radiorow-required.gw-selected.gw-purple .btn.gw-active {
  background: #7030a0;
  color: white;
}
.gw-decision-modal .gw-decision-table-td.gw-radiorow-required.gw-selected.gw-primary .btn {
  background: #d5e2f2;
  color: #4a95cc;
}
.gw-decision-modal .gw-decision-table-td.gw-radiorow-required.gw-selected.gw-primary .btn.gw-active {
  background: #007fbf;
  color: white;
}
.gw-decision-modal .gw-decision-table-td.gw-radiorow-required .gw-decision-table-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(52, 58, 64, 0.2);
  display: flex;
}
.gw-decision-modal .gw-decision-table-td.bg-purple-300 {
  background: #e5dfec;
}
.gw-decision-modal .gw-decision-table-td.bg-purple-300, .gw-decision-modal .gw-decision-table-td.bg-primary-300 {
  font-weight: bold;
}
.gw-decision-modal .gw-decision-table-td .gw-table-label {
  display: block;
  font-size: 85%;
  color: #87888a;
}
.gw-decision-modal .gw-decision-table .col-2 {
  flex: 0 0 16.666666666%;
  max-width: 16.666666666%;
}
.gw-decision-modal .gw-decision-table .col-5 {
  flex: 0 0 41.666666666%;
  max-width: 41.666666666%;
}
.gw-decision-modal .gw-decision-table .bootstrap-select .bs-placeholder {
  background: #e9cea2;
  color: white;
}
.gw-decision-modal .bg-passed {
  background: #b3df75;
  font-weight: bold;
}
.gw-decision-modal .bg-partly-passed {
  background: #f7eb8c;
  font-weight: bold;
}
.gw-decision-modal .bg-not-passed {
  background: #f4755c;
  font-weight: bold;
}
.gw-decision-modal .bg-unset {
  background: #fafafa;
  color: #87888a;
}
.gw-decision-modal .gw-result-wrapper {
  margin-top: 0.5rem;
  margin-bottom: 2.5rem;
  background: white;
  padding: 1rem;
}
.gw-decision-modal .gw-result-wrapper .gw-result {
  font-size: 1rem;
  padding: 0.5rem 1rem;
}
.gw-decision-modal .gw-result-wrapper .gw-result.passed {
  background: #b3df75;
}
.gw-decision-modal .gw-result-wrapper .gw-result.partly-passed {
  background: #f7eb8c;
}
.gw-decision-modal .gw-result-wrapper .gw-result.not-passed {
  background: #f4755c;
}
.gw-decision-modal #signaturesForm img {
  border: 1px solid #ced4da;
  padding: 0.5rem;
}

.gw-white-space-nowrap {
  white-space: nowrap;
}

.gw-company-dashboard-applicantlist {
  background: #fafafa;
  padding: 0.75rem;
  border-radius: 0.25rem;
  font-size: 0.8rem;
}
.gw-company-dashboard-applicantlist p {
  margin-bottom: 0.25rem;
}

#InterviewsData.gw-be-table.table-sm .k-grid-header th.k-header, #GetWeeklyReport.gw-be-table.table-sm .k-grid-header th.k-header {
  background: #f8f9fa;
}
#InterviewsData.gw-be-table.table-sm .k-grid-header th.k-header > .k-link, #GetWeeklyReport.gw-be-table.table-sm .k-grid-header th.k-header > .k-link {
  color: #343a40;
}
#InterviewsData.gw-be-table.table-sm .k-grid-header th.k-header > .k-link .k-icon, #GetWeeklyReport.gw-be-table.table-sm .k-grid-header th.k-header > .k-link .k-icon {
  color: #343a40;
}
#InterviewsData.gw-be-table.table-sm .k-grid-header th.k-header .k-icon.k-i-filter, #GetWeeklyReport.gw-be-table.table-sm .k-grid-header th.k-header .k-icon.k-i-filter {
  color: #343a40;
}
#InterviewsData .k-pager-wrap, #GetWeeklyReport .k-pager-wrap {
  padding: 0.5rem 0;
  background: white;
  border-top: 1px solid #87888a;
}
#InterviewsData .k-pager-wrap .k-pager-numbers .k-link, #GetWeeklyReport .k-pager-wrap .k-pager-numbers .k-link {
  min-width: 1.8rem;
  height: 1.8rem;
}
#InterviewsData .k-pager-wrap .k-pager-numbers .k-state-selected, #GetWeeklyReport .k-pager-wrap .k-pager-numbers .k-state-selected {
  padding: 0;
  background-color: #E6E6E6;
  color: #343a40;
}
#InterviewsData .k-pager-wrap .k-pager-numbers .k-state-selected:hover, #GetWeeklyReport .k-pager-wrap .k-pager-numbers .k-state-selected:hover {
  background-color: #c5c6c8;
}
#InterviewsData .k-pager-wrap .k-pager-numbers .k-state-selected:focus, #GetWeeklyReport .k-pager-wrap .k-pager-numbers .k-state-selected:focus {
  box-shadow: 0 0 0 0.2rem rgba(197, 198, 200, 0.5);
}

.gw-pro .gw-topbar.navbar-expand-md, .gw-compact .gw-topbar.navbar-expand-md {
  justify-content: space-between;
}
.gw-pro .gw-loginnav > a.btn, .gw-compact .gw-loginnav > a.btn {
  max-width: none;
}
.gw-pro .gw-loginnav > a.btn span, .gw-compact .gw-loginnav > a.btn span {
  display: none;
}
@media (min-width: 768px) {
  .gw-pro .gw-loginnav > a.btn span, .gw-compact .gw-loginnav > a.btn span {
    display: inline;
  }
}

.gw-pro .gw-keyvis > img, .gw-compact:not(.gw-myway-shown) .gw-keyvis > img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 40%;
     object-position: center 40%;
  min-height: 39px;
}
.gw-pro.gw-home .gw-keyvis > img, .gw-compact:not(.gw-myway-shown).gw-home .gw-keyvis > img {
  -o-object-position: center 0%;
     object-position: center 0%;
}
.gw-pro.gw-home .gw-keyvis > img, .gw-pro.gw-compact-big .gw-keyvis > img, .gw-compact:not(.gw-myway-shown).gw-home .gw-keyvis > img, .gw-compact:not(.gw-myway-shown).gw-compact-big .gw-keyvis > img {
  min-height: 120px;
}

.gw-no-meta.gw-topbar.navbar-expand-md {
  justify-content: space-between;
}

.gw-compact .gw-metabox {
  display: flex !important;
  align-items: center;
}
.gw-compact .gw-metabox .navbar-nav {
  display: none;
}
@media (min-width: 768px) {
  .gw-compact .gw-metabox .navbar-nav {
    display: flex;
  }
}
.gw-compact .gw-metabox .gw-loginnav {
  position: static;
  right: unset;
  bottom: unset;
}
@media (min-width: 768px) {
  .gw-compact.gw-home .gw-keyvis > img {
    max-height: 38vh;
  }
}

.gw-compact:not(.gw-myway-shown) .gw-snapchance + .gw-content > .row:first-of-type {
  padding-top: 0.25rem;
}
.gw-compact:not(.gw-myway-shown) .gw-keyvis > img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 40%;
     object-position: center 40%;
  min-height: 39px;
  max-height: 39px;
}
@media (min-width: 768px) {
  .gw-compact:not(.gw-myway-shown) .gw-keyvis > img {
    max-height: 12vh;
  }
}
@media (min-width: 1200px) {
  .gw-compact:not(.gw-myway-shown) .gw-keyvis > img {
    max-height: 16vh;
  }
}
.gw-compact:not(.gw-myway-shown).gw-compact-big .gw-keyvis > img {
  min-height: 100px;
  max-height: 12vh;
}
@media only screen and (orientation: landscape) {
  .gw-compact:not(.gw-myway-shown).gw-compact-big .gw-keyvis > img {
    min-height: 80px;
    max-height: 8vh;
  }
}
@media (min-width: 768px) {
  .gw-compact:not(.gw-myway-shown).gw-compact-big .gw-keyvis > img {
    min-height: 120px;
    max-height: 24vh;
  }
}

.gw-keyvis > img {
  display: block;
}

.gw-compact:not(.gw-myway-shown) .gw-keyvis > img {
  min-height: 2.4rem;
}
.gw-compact:not(.gw-myway-shown).gw-home .gw-keyvis > img, .gw-compact:not(.gw-myway-shown).gw-compact-big .gw-keyvis > img {
  min-height: 13.95rem;
}

@media (min-width: 768px) {
  .gw-compact.gw-home .gw-keyvis > img {
    min-height: 24.69rem;
  }
}
@media (max-width: 767.98px) {
  .gw-compact .gw-myway-container .spinner.large.gw-myway-box {
    margin: 2rem auto;
  }
}

@media (min-width: 768px) {
  .gw-compact:not(.gw-myway-shown) .gw-keyvis > img {
    min-height: 6.9rem;
  }
}
@media (min-width: 1200px) {
  .gw-compact:not(.gw-myway-shown) .gw-keyvis > img {
    min-height: 9.3rem;
  }
}
.gw-compact:not(.gw-myway-shown).gw-compact-big .gw-keyvis > img {
  min-height: 6.9rem;
}
@media (min-width: 768px) {
  .gw-compact:not(.gw-myway-shown).gw-compact-big .gw-keyvis > img {
    min-height: 13.95rem;
  }
}

.gw-calendar {
  margin-bottom: 2rem;
}
.gw-calendar thead .head.current {
  text-align: center;
  font-size: 1.2rem;
}
.gw-calendar thead .head.next {
  text-align: right;
}
.gw-calendar thead .head.previous a, .gw-calendar thead .head.next a {
  background: white;
  border-radius: 0.25rem;
  padding: 0.25rem 0.5rem;
  font-weight: normal;
  font-size: 0.8rem;
  transition: none;
}
@media (min-width: 768px) {
  .gw-calendar thead .head.previous a, .gw-calendar thead .head.next a {
    padding: 0.5rem 0.75rem;
    font-size: 0.85rem;
  }
}
.gw-calendar thead .head.previous a:hover, .gw-calendar thead .head.next a:hover {
  background: #c78810;
  color: white;
}
.gw-calendar thead .label {
  text-align: center;
  padding: 2rem 0 0.5rem;
  border-bottom: 1px solid #555;
}
.gw-calendar thead .label span {
  display: none;
}
.gw-calendar thead .weekend.label {
  color: grey;
}
.gw-calendar tbody:before {
  content: "@";
  display: block;
  line-height: 10px;
  text-indent: -99999px;
}
.gw-calendar tbody .header {
  font-family: "FoobarPro-Regular";
  text-align: center;
  padding: 0.5rem;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  display: table-cell;
  vertical-align: middle;
}
.gw-calendar tbody .today .header {
  background: #d5493d;
  color: white;
}
.gw-calendar tbody .weekend .header {
  color: grey;
}
.gw-calendar tbody .active .header {
  background: #c78810;
  color: white;
}
.gw-calendar tbody .active .header:hover {
  background: #a4700d;
}
.gw-calendar tbody .active .header:focus {
  box-shadow: 0 0 0 0.2rem rgba(207, 154, 52, 0.5);
}

.gw-overflow-hidden {
  overflow-x: hidden;
  overflow-y: hidden;
}

/*Breadcrumb-Menu*/
.gw-breadcrumb-menu {
  margin-top: 2rem;
  border-radius: 0.25rem;
  display: inline-block;
  color: #7C8184;
  width: 100%;
}
.gw-breadcrumb-menu a {
  color: #7C8184;
}
.gw-breadcrumb-menu a:hover {
  color: #303334;
}
.gw-breadcrumb-menu ul {
  list-style-type: none;
  padding: 0;
  padding-bottom: 0.5rem;
  margin: 0;
  width: 100%;
  line-height: 2rem;
  font-size: 0.8rem;
  white-space: nowrap;
  overflow: scroll;
}
.gw-breadcrumb-menu ul li {
  display: none;
  margin-right: 0.25rem;
  line-height: 1rem;
}
.gw-breadcrumb-menu ul li span, .gw-breadcrumb-menu ul li a span {
  display: block;
}
.gw-breadcrumb-menu ul li:after {
  content: "\e93d";
  padding-left: 0.25rem;
  color: #BBBFC1;
  font-family: "gateicons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
.gw-breadcrumb-menu ul .pseudoli span {
  background-color: #DEDEDE;
  border-radius: 3rem;
  padding: 0.2rem 1rem;
}
.gw-breadcrumb-menu ul .bcn_li_appear {
  display: inline-block !important;
}
.gw-breadcrumb-menu ul :last-child, .gw-breadcrumb-menu ul :nth-last-child(2), .gw-breadcrumb-menu ul :first-child {
  display: inline-block;
}
.gw-breadcrumb-menu ul .active {
  font-weight: bold;
  cursor: default;
}
.gw-breadcrumb-menu ul :last-child:after {
  content: "";
}
.gw-breadcrumb-menu ul :first-child a span {
  display: none;
}
.gw-breadcrumb-menu ul :first-child a:before {
  content: "\e905";
  font-family: "gateicons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 768px) {
  .gw-breadcrumb-menu ul {
    overflow: hidden;
  }
  .gw-breadcrumb-menu ul li {
    display: inline-block;
  }
  .gw-breadcrumb-menu ul .pseudoli {
    display: none;
  }
}
/* Style breite navigation - Mobile first */
/* Basics */
.gw-z-index-6 {
  z-index: 6;
}

.gw-menutoggler-wide {
  background-color: #7bafda;
  display: inline-block;
  padding: 0.25em;
  line-height: 1;
  color: white;
  font-size: 1.6em;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.gw_widemenu_container {
  display: none;
  z-index: 5;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.gw_widemenu_container_appears {
  display: block;
  animation-name: gw_widemenu_container_appears;
  animation-duration: 0.2s;
}

.gw_widemenu_box {
  z-index: 5;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 0;
}
.gw_widemenu_box .gw_widemenu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 7;
  margin: 0 auto;
  max-width: 1200px;
  padding: 7rem 2rem 1rem 2rem;
  background-color: #6DACD9;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  overflow: scroll;
  overflow-x: hidden;
}
.gw_widemenu_box .gw_widemenu ul {
  padding: 0;
  list-style-type: none;
}
.gw_widemenu_box .gw_widemenu .gw_widemenu_top a, .gw_widemenu_box .gw_widemenu .gw_widemenu_top span, .gw_widemenu_box .gw_widemenu .gw_widemenu_top strong {
  display: block;
  color: white;
  width: 100%;
}
.gw_widemenu_box .gw_widemenu .gw_widemenu_top a:hover, .gw_widemenu_box .gw_widemenu .gw_widemenu_top span:hover, .gw_widemenu_box .gw_widemenu .gw_widemenu_top strong:hover {
  border-radius: 0.25rem;
  background-color: rgba(255, 255, 255, 0.1);
}
.gw_widemenu_box .gw_widemenu .gw_widemenu_top .level_1 {
  display: flex;
  justify-content: initial;
  flex-wrap: wrap;
}
.gw_widemenu_box .gw_widemenu .gw_widemenu_top .level_1 li {
  position: relative;
}
.gw_widemenu_box .gw_widemenu .gw_widemenu_top .level_1 li a span, .gw_widemenu_box .gw_widemenu .gw_widemenu_top .level_1 li strong {
  font-size: 1.25rem;
  font-weight: regular;
  padding: 0.5rem 1rem;
}
@media (min-width: 576px) {
  .gw_widemenu_box .gw_widemenu .gw_widemenu_top .level_1 li a span, .gw_widemenu_box .gw_widemenu .gw_widemenu_top .level_1 li strong {
    padding: 0.5rem;
  }
}
.gw_widemenu_box .gw_widemenu .gw_widemenu_top .level_1 li strong {
  cursor: default;
}
.gw_widemenu_box .gw_widemenu .gw_widemenu_top .level_1 li .gw-wide-nextlevel {
  color: white;
  font-size: 1.25rem;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.6rem 0.6rem 0.4rem 0.4rem;
}
.gw_widemenu_box .gw_widemenu .gw_widemenu_top .level_1 li .gw-wide-nextlevel:hover {
  cursor: pointer;
}
.gw_widemenu_box .gw_widemenu .gw_widemenu_top .level_1 .submenu {
  display: block;
  width: 100%;
  margin-bottom: 1.5rem;
}
.gw_widemenu_box .gw_widemenu .gw_widemenu_top .level_1 .submenu a {
  display: block;
  color: white;
  border-radius: 0.25rem 0.25rem 0 0;
  width: 100%;
}
.gw_widemenu_box .gw_widemenu .gw_widemenu_top .level_1 .submenu > a {
  margin-bottom: 0;
}
.gw_widemenu_box .gw_widemenu .gw_widemenu_top .level_1 .submenu > strong {
  margin-bottom: 0;
}
.gw_widemenu_box .gw_widemenu .gw_widemenu_top .level_2 {
  border-radius: 0 0 4px 4px;
  display: none;
  padding: 0.5rem;
  background-color: #62A5D6;
}
.gw_widemenu_box .gw_widemenu .gw_widemenu_top .level_2 li a span {
  font-size: 1rem;
  font-weight: 300;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
}
.gw_widemenu_box .gw_widemenu .gw_widemenu_top .level_2 li strong {
  font-size: 1rem;
  font-weight: 300;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  cursor: default;
}
.gw_widemenu_box .gw_widemenu .gw_widemenu_sub {
  flex-wrap: wrap;
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  width: 100%;
  border-top: 2px solid white;
}
.gw_widemenu_box .gw_widemenu .gw_widemenu_sub a {
  display: block;
  color: white;
}
.gw_widemenu_box .gw_widemenu .gw_widemenu_sub .gw_wide_targetgrouplinks {
  width: 100%;
  margin-bottom: 0.5rem;
}
.gw_widemenu_box .gw_widemenu .gw_widemenu_sub .gw_wide_targetgrouplinks a {
  display: block;
  margin-bottom: 0.5rem;
  padding: 0.5rem 1rem;
  margin-right: 1rem;
}
.gw_widemenu_box .gw_widemenu .gw_widemenu_sub .gw_wide_targetgrouplinks a:hover {
  border-radius: 0.25rem;
  background-color: rgba(255, 255, 255, 0.1);
}
.gw_widemenu_box .gw_widemenu_appears {
  display: block;
  animation-name: gw_widemenu_appears;
  animation-duration: 0.2s;
}

.gw-wide-mob-hightlight {
  background-color: #4A95CC;
}

@media (min-width: 576px) {
  .gw_widemenu_box .gw_widemenu .gw_widemenu_top .level_1 .submenu {
    margin-bottom: 1rem;
    width: 50%;
  }
  .gw_widemenu_box .gw_widemenu .gw_widemenu_top .level_2 {
    background-color: transparent;
    padding: 0;
    padding-top: 0.5rem;
    display: block !important;
  }
}
@media (min-width: 768px) {
  .gw-overflow-hidden {
    overflow-y: auto;
  }
  .gw_widemenu_box .gw_widemenu {
    overflow: visible;
    height: auto;
    position: relative;
  }
  .gw_widemenu_box .gw_widemenu .gw_widemenu_top .level_1 .submenu {
    width: 33%;
  }
  .gw_widemenu_box .gw_widemenu .gw_widemenu_top .level_1 .submenu a {
    border-radius: 0.25rem;
  }
  .gw_widemenu_box .gw_widemenu .gw_widemenu_sub .gw_wide_targetgrouplinks {
    width: auto;
  }
  .gw_widemenu_box .gw_widemenu .gw_widemenu_sub .gw_wide_targetgrouplinks a {
    margin-bottom: 0;
    display: inline-block;
  }
  .gw_widemenu_box .gw_widemenu .gw_widemenu_sub .gw_wide_roundlinks {
    width: auto;
  }
}
@media (min-width: 992px) {
  .gw_widemenu_box .gw_widemenu .gw_widemenu_top .level_1 {
    justify-content: space-between;
  }
  .gw_widemenu_box .gw_widemenu .gw_widemenu_top .level_1 .submenu {
    width: auto;
  }
}
/* CSS-Funktionen */
@keyframes gw_widemenu_container_appears {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes gw_widemenu_appears {
  from {
    margin-top: -8rem;
    opacity: 0;
  }
  to {
    margin-top: 0;
    opacity: 1;
  }
}
.gw-flavio-level-1-left {
  position: absolute;
  height: 100% !important;
  top: 0;
  left: 0;
  bottom: 0;
}

.gw-flavio-level-1-right {
  position: absolute;
  height: 100% !important;
  top: 0;
  right: 0;
  bottom: 0;
}

.gw-conotation-flavio {
  background: white;
  padding: 1.5rem;
  border-radius: 0.25rem;
  border-left: 0.5rem solid #c78810;
}

.popover .popover-header {
  font-weight: bold;
  border-width: 0;
}

/* min ready */
div#tarteaucitronMainLineOffset, .tarteaucitronBorder {
  border: 0 !important;
}

#tarteaucitron [aria-pressed=true] {
  font-weight: 700;
}

.tac_visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap; /* added line */
  border: 0;
}

div#tarteaucitronAlertBig:focus {
  outline: 0;
}

.tarteaucitron-modal-open {
  overflow: hidden;
  height: 100%;
}

#tarteaucitronContentWrapper {
  display: unset;
}

/** 10082023 **/
div#tarteaucitronServices {
  border-radius: 8px;
}

button#tarteaucitronClosePanel {
  border-radius: 5px 5px 0 0;
  right: 15px !important;
}

button.tarteaucitron-toggle-group {
  background: transparent !important;
  padding: 10px 0 0;
  cursor: pointer;
}

#tarteaucitronRoot .tarteaucitronIsDenied .tarteaucitronAllow .tarteaucitronCheck::before {
  content: "☐" !important;
}

#tarteaucitronRoot .tarteaucitronIsAllowed .tarteaucitronAllow .tarteaucitronCheck::before {
  content: "☑" !important;
}

#tarteaucitronRoot .tarteaucitronIsDenied .tarteaucitronDeny .tarteaucitronCross::before {
  content: "☑" !important;
}

#tarteaucitronRoot .tarteaucitronIsAllowed .tarteaucitronDeny .tarteaucitronCross::before {
  content: "☐" !important;
}

#tarteaucitronRoot .tarteaucitronAllow .tarteaucitronCheck::before {
  content: "☐" !important;
}

#tarteaucitronRoot .tarteaucitronDeny .tarteaucitronCross::before {
  content: "☐" !important;
}

#tarteaucitronRoot #tarteaucitronServices_mandatory .tarteaucitronCheck::before {
  content: "☑" !important;
}

#tarteaucitronRoot .tarteaucitronCheck::before,
#tarteaucitronRoot .tarteaucitronCross::before {
  font-size: 20px;
}

/* hide useless mandatory button */
#tarteaucitronRoot #tarteaucitronServices #tarteaucitronServices_mandatory .tarteaucitronAsk {
  display: none !important;
}

/* remove icon from the banner */
#tarteaucitronRoot button.tarteaucitronCTAButton,
#tarteaucitronRoot button#tarteaucitronCloseAlert,
#tarteaucitronRoot button#tarteaucitronPrivacyUrl {
  border: 0;
  border-radius: 4px;
}

#tarteaucitronRoot button.tarteaucitronCTAButton .tarteaucitronCross,
#tarteaucitronRoot button.tarteaucitronCTAButton .tarteaucitronCheck {
  display: none;
}

/* dont use bold to avoid bigger button */
#tarteaucitronRoot #tarteaucitron [aria-pressed=true] {
  font-weight: initial;
  text-shadow: 0px 0px 1px;
}

/* fix padding if no cookies */
#tarteaucitronRoot #tarteaucitronServices li#tarteaucitronNoServicesTitle {
  padding: 20px;
}

/* hide info about cookies number */
#tarteaucitronRoot .tarteaucitronStatusInfo {
  display: none;
}

#tarteaucitronRoot .tarteaucitronName {
  padding-top: 5px;
}

/***************/
/** 14042021 **/
span.tarteaucitronReadmoreSeparator {
  display: inline !important;
}

/******/
/** 09052021 **/
.tarteaucitronName .tacCurrentStatus, .tarteaucitronName .tarteaucitronReadmoreSeparator {
  color: #333 !important;
  font-size: 12px !important;
  text-transform: capitalize;
}

/**************/
/** 27032021 **/
button.tarteaucitron-toggle-group {
  display: block;
}

span.tarteaucitronH3 {
  font-weight: 700 !important;
}

#tarteaucitron #tarteaucitronServices_mandatory .tarteaucitronH3 {
  font-weight: 500 !important;
  font-size: 14px;
  margin-top: 7px;
}

.tarteaucitronLine {
  border-left: 0px solid transparent !important;
}

/*****/
/** PARTNERS LIST **/
html body #tarteaucitronRoot #tarteaucitronAlertBig div.tarteaucitronPartnersList {
  text-align: left;
  background: rgba(255, 255, 255, 0.0901960784);
  margin: 15px 0px 10px;
  padding: 15px;
  display: block;
  border-radius: 4px;
}

html body #tarteaucitronRoot #tarteaucitronAlertBig div.tarteaucitronPartnersList b {
  font-weight: 700;
  padding-bottom: 8px;
  display: block;
  font-size: 16px;
}

html body #tarteaucitronRoot #tarteaucitronAlertBig div.tarteaucitronPartnersList ul {
  margin-left: 22px;
}

html body #tarteaucitronRoot #tarteaucitronAlertBig div.tarteaucitronPartnersList ul li {
  list-style: circle;
  font-size: 14px;
}

/**********************/
/** SAVE BUTTON **/
html body #tarteaucitronRoot button#tarteaucitronSaveButton {
  font-size: 18px !important;
  padding: 7px 20px;
  border-radius: 5px;
  cursor: pointer;
}

html body #tarteaucitronRoot div#tarteaucitronSave {
  text-align: right;
  padding: 20px;
  background: #333;
}

/******************/
/** BETTER MOBILE MODE **/
@media screen and (max-width: 767px) {
  html body #tarteaucitronRoot #tarteaucitron ul#tarteaucitronServices_mandatory .tarteaucitronDeny {
    display: none !important;
  }
  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder button,
  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronAsk,
  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronName {
    width: 100% !important;
    display: block !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
    max-width: 100% !important;
    margin-bottom: 8px !important;
  }
  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder ul .tarteaucitronLine {
    padding: 16px !important;
  }
  html body #tarteaucitronRoot #tarteaucitron div#tarteaucitronMainLineOffset .tarteaucitronName {
    display: none !important;
  }
  #tarteaucitronServices_mandatory li.tarteaucitronLine .tarteaucitronName span {
    width: 100% !important;
    display: inline-block;
  }
  li.tarteaucitronLine .tarteaucitronName span {
    width: 80% !important;
    display: inline-block;
  }
  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder button.tarteaucitron-toggle-group {
    width: 10% !important;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 0px;
    padding: 10px 0;
  }
  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder button.tarteaucitron-toggle-group:before {
    content: "▾";
    font-weight: 700;
    font-size: 14px;
  }
  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder .tarteaucitronIsExpanded button.tarteaucitron-toggle-group:before {
    content: "▴";
  }
}
@media screen and (min-width: 768px) {
  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder button.tarteaucitron-toggle-group:after {
    content: "▾";
    font-weight: 700;
    font-size: 14px;
    margin-left: 15px;
  }
  html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder .tarteaucitronIsExpanded button.tarteaucitron-toggle-group:after {
    content: "▴";
    margin-left: 15px;
  }
}
/****/
/***
* Reset CSS
*/
#tarteaucitronRoot div, #tarteaucitronRoot span, #tarteaucitronRoot applet, #tarteaucitronRoot object, #tarteaucitronRoot iframe, #tarteaucitronRoot h1, #tarteaucitronRoot h2, #tarteaucitronRoot h3, #tarteaucitronRoot h4, #tarteaucitronRoot h5, #tarteaucitronRoot h6, #tarteaucitronRoot p, #tarteaucitronRoot blockquote, #tarteaucitronRoot pre, #tarteaucitronRoot a, #tarteaucitronRoot abbr, #tarteaucitronRoot acronym, #tarteaucitronRoot address, #tarteaucitronRoot big, #tarteaucitronRoot cite, #tarteaucitronRoot code, #tarteaucitronRoot del, #tarteaucitronRoot dfn, #tarteaucitronRoot em, #tarteaucitronRoot img, #tarteaucitronRoot ins, #tarteaucitronRoot kbd, #tarteaucitronRoot q, #tarteaucitronRoot s, #tarteaucitronRoot samp, #tarteaucitronRoot small, #tarteaucitronRoot strike, #tarteaucitronRoot strong, #tarteaucitronRoot sub, #tarteaucitronRoot sup, #tarteaucitronRoot tt, #tarteaucitronRoot var, #tarteaucitronRoot b, #tarteaucitronRoot u, #tarteaucitronRoot i, #tarteaucitronRoot center, #tarteaucitronRoot dl, #tarteaucitronRoot dt, #tarteaucitronRoot dd, #tarteaucitronRoot ol, #tarteaucitronRoot ul, #tarteaucitronRoot li, #tarteaucitronRoot fieldset, #tarteaucitronRoot form, #tarteaucitronRoot label, #tarteaucitronRoot legend, #tarteaucitronRoot table, #tarteaucitronRoot caption, #tarteaucitronRoot tbody, #tarteaucitronRoot tfoot, #tarteaucitronRoot thead, #tarteaucitronRoot tr, #tarteaucitronRoot th, #tarteaucitronRoot td, #tarteaucitronRoot article, #tarteaucitronRoot aside, #tarteaucitronRoot canvas, #tarteaucitronRoot details, #tarteaucitronRoot embed, #tarteaucitronRoot figure, #tarteaucitronRoot figcaption, #tarteaucitronRoot footer, #tarteaucitronRoot header, #tarteaucitronRoot hgroup, #tarteaucitronRoot menu, #tarteaucitronRoot nav, #tarteaucitronRoot output, #tarteaucitronRoot ruby, #tarteaucitronRoot section, #tarteaucitronRoot summary, #tarteaucitronRoot time, #tarteaucitronRoot mark, #tarteaucitronRoot audio, #tarteaucitronRoot video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  /*background: initial;*/
  text-align: initial;
  text-shadow: initial;
}

/* Animation */
#tarteaucitronRoot * {
  transition: border 300ms, background 300ms, opacity 200ms, box-shadow 400ms;
}

/* HTML5 display-role reset for older browsers */
#tarteaucitronRoot article, #tarteaucitronRoot aside, #tarteaucitronRoot details, #tarteaucitronRoot figcaption, #tarteaucitronRoot figure, #tarteaucitronRoot footer, #tarteaucitronRoot header, #tarteaucitronRoot hgroup, #tarteaucitronRoot menu, #tarteaucitronRoot nav, #tarteaucitronRoot section {
  display: block;
}

#tarteaucitronRoot ol, #tarteaucitronRoot ul {
  list-style: none;
}

#tarteaucitronRoot blockquote, #tarteaucitronRoot q {
  quotes: none;
}

#tarteaucitronRoot blockquote:before, #tarteaucitronRoot blockquote:after, #tarteaucitronRoot q:before, #tarteaucitronRoot q:after {
  content: "";
  content: none;
}

#tarteaucitronRoot table {
  border-collapse: collapse;
  border-spacing: 0;
}

#tarteaucitronRoot a:focus-visible, #tarteaucitronRoot button:focus-visible {
  outline: 3px dashed #3d86d8;
}

/***
 * Better scroll management
 */
div#tarteaucitronMainLineOffset {
  margin-top: 0 !important;
}

div#tarteaucitronServices {
  margin-top: 21px !important;
}

/*#tarteaucitronServices::-webkit-scrollbar {
    width: 5px;
}

#tarteaucitronServices::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0);
}

#tarteaucitronServices::-webkit-scrollbar-thumb {
    background-color: #ddd;
    outline: 0px solid slategrey;
}*/
div#tarteaucitronServices {
  box-shadow: 0 40px 60px #545454;
}

/***
 * Responsive layout for the control panel
 */
@media screen and (max-width: 479px) {
  #tarteaucitron .tarteaucitronLine .tarteaucitronName {
    width: 90% !important;
  }
  #tarteaucitron .tarteaucitronLine .tarteaucitronAsk {
    float: left !important;
    margin: 10px 15px 5px;
  }
}
@media screen and (max-width: 767px) {
  #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer, #tarteaucitron {
    background: #fff;
    border: 0 !important;
    bottom: 0 !important;
    height: 100% !important;
    left: 0 !important;
    margin: 0 !important;
    max-height: 100% !important;
    max-width: 100% !important;
    top: 0 !important;
    width: 100% !important;
  }
  #tarteaucitron .tarteaucitronBorder {
    border: 0 !important;
  }
  #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList {
    border: 0 !important;
  }
  #tarteaucitron #tarteaucitronServices .tarteaucitronTitle {
    text-align: left !important;
  }
  .tarteaucitronName .tarteaucitronH2 {
    max-width: 80%;
  }
  #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk {
    text-align: center !important;
  }
  #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk button {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #tarteaucitron {
    border: 0 !important;
    left: 0 !important;
    margin: 0 5% !important;
    max-height: 80% !important;
    width: 90% !important;
  }
}
/***
 * Common value
 */
#tarteaucitronRoot div#tarteaucitron {
  left: 0;
  right: 0;
  margin: auto;
}

#tarteaucitronRoot button#tarteaucitronBack {
  background: #eee;
}

#tarteaucitron .clear {
  clear: both;
}

#tarteaucitron a {
  color: rgb(66, 66, 66);
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

#tarteaucitronRoot button {
  background: transparent;
  border: 0;
}

#tarteaucitronAlertBig strong, #tarteaucitronAlertSmall strong,
#tarteaucitronAlertBig a, #tarteaucitronAlertSmall a {
  color: #fff;
}

#tarteaucitron strong {
  font-size: 22px;
  font-weight: 500;
}

#tarteaucitron ul {
  padding: 0;
}

#tarteaucitron .tarteaucitronH1, #tarteaucitron .tarteaucitronH2, #tarteaucitron .tarteaucitronH3, #tarteaucitron .tarteaucitronH4, #tarteaucitron .tarteaucitronH5, #tarteaucitron .tarteaucitronH6 {
  display: block;
}

.cookie-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/***
 * Root div added just before </body>
 */
#tarteaucitronRoot {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

#tarteaucitronRoot * {
  box-sizing: initial;
  color: #333;
  /*font-family: sans-serif !important;*/
  font-size: 14px;
  line-height: normal;
  vertical-align: initial;
}

#tarteaucitronRoot .tarteaucitronH1 {
  font-size: 1.5em;
  text-align: center;
  color: #fff;
  margin: 15px 0 28px;
}

#tarteaucitronRoot .tarteaucitronH2 {
  display: inline-block;
  margin: 12px 0 0 15px;
  color: #fff;
}

#tarteaucitronCookiesNumberBis.tarteaucitronH2 {
  margin-left: 0;
}

/***
 * Control panel
 */
#tarteaucitronBack {
  background: #fff;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2147483646;
}

#tarteaucitron {
  display: none;
  max-height: 80%;
  left: 50%;
  margin: 0 auto 0 -430px;
  padding: 0;
  position: fixed;
  top: 6%;
  width: 860px;
  z-index: 2147483647;
}

#tarteaucitron .tarteaucitronBorder {
  background: #fff;
  border: 2px solid #333;
  border-top: 0;
  height: auto;
  overflow: auto;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronClosePanelCookie,
#tarteaucitron #tarteaucitronClosePanel {
  background: #333333;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  padding: 4px 0;
  position: absolute;
  right: 0;
  text-align: center;
  width: 70px;
}

#tarteaucitron #tarteaucitronDisclaimer {
  color: #555;
  font-size: 12px;
  margin: 15px auto 0;
  width: 80%;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronHidden,
#tarteaucitron #tarteaucitronServices .tarteaucitronHidden {
  background: rgba(51, 51, 51, 0.07);
}

#tarteaucitron #tarteaucitronServices .tarteaucitronHidden {
  display: none;
  position: relative;
}

#tarteaucitronCookiesList .tarteaucitronH3.tarteaucitronTitle {
  width: 100%;
  box-sizing: border-box;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle button,
#tarteaucitron #tarteaucitronInfo,
#tarteaucitron #tarteaucitronServices .tarteaucitronDetails,
#tarteaucitronRoot .asCatToggleBtn {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin: 20px 0px 0px;
  padding: 5px 20px;
  text-align: left;
  width: auto;
  background: #333;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a {
  color: #fff;
  font-weight: 500;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a:hover,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a:hover {
  text-decoration: none !important;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a {
  font-size: 22px;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a {
  font-size: 14px;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle {
  padding: 5px 10px;
  margin: 0;
}

#tarteaucitron #tarteaucitronInfo,
#tarteaucitron #tarteaucitronServices .tarteaucitronDetails:not(.tarteaucitronDetailsInline) {
  color: #fff;
  display: none;
  font-size: 12px;
  font-weight: 500;
  margin-top: 0;
  max-width: 270px;
  padding: 20px;
  position: absolute;
  z-index: 2147483647;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronTitle + [id^=tarteaucitronDetails] {
  width: calc(100% - 40px);
  font-weight: 500;
  margin: 0;
  padding: 5px 20px 20px;
  background: rgba(51, 51, 51, 0.2);
  color: #333;
}

#tarteaucitron #tarteaucitronInfo a {
  color: #fff;
  text-decoration: underline;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine:hover {
  background: rgba(51, 51, 51, 0.2);
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine {
  background: rgba(51, 51, 51, 0.1);
  border-left: 5px solid transparent;
  margin: 0;
  overflow: hidden;
  padding: 15px 5px;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed {
  border-color: #1B870B;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied {
  border-color: #9C1A1A;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
  background: #333;
  border: 3px solid #333;
  border-left: 9px solid #333;
  border-top: 5px solid #333;
  margin-bottom: 0;
  margin-top: 21px;
  position: relative;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine:hover {
  background: #333;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName {
  margin-left: 15px;
  margin-top: 2px;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName button {
  color: #fff;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronAsk {
  margin-top: 0px !important;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName {
  display: inline-block;
  float: left;
  margin-left: 15px;
  text-align: left;
  width: 50%;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName a:hover {
  text-decoration: underline;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk {
  display: inline-block;
  float: right;
  margin: 7px 15px 0;
  text-align: right;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny,
.tac_activate .tarteaucitronAllow {
  background: #555;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 6px 10px;
  text-align: center;
  text-decoration: none;
  width: auto;
  border: 0;
}

#tarteaucitron #tarteaucitronServices #tarteaucitronAllAllowed.tarteaucitronIsSelected {
  background-color: #1B870B;
  opacity: 1;
}

#tarteaucitron #tarteaucitronServices #tarteaucitronAllDenied.tarteaucitronIsSelected,
#tarteaucitron #tarteaucitronServices #tarteaucitronAllDenied2.tarteaucitronIsSelected {
  background-color: #9C1A1A;
  opacity: 1;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed .tarteaucitronAllow,
#tarteaucitron #tarteaucitronServices #tarteaucitronServices_mandatory .tarteaucitronLine button.tarteaucitronAllow {
  background-color: #1B870B;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied .tarteaucitronDeny {
  background-color: #9C1A1A;
}

#tarteaucitron #tarteaucitronServices #tarteaucitronServices_mandatory .tarteaucitronLine button.tarteaucitronAllow {
  opacity: 0.4;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName .tarteaucitronListCookies {
  color: #333;
  font-size: 12px;
}

#tarteaucitron .tarteaucitronH3 {
  font-size: 18px;
}

#tarteaucitron #tarteaucitronMainLineOffset .tarteaucitronName {
  width: auto !important;
  margin-left: 0 !important;
  font-size: 14px;
}

.tarteaucitronAlertBigBottom span#tarteaucitronDisclaimerAlert,
.tarteaucitronAlertBigTop span#tarteaucitronDisclaimerAlert {
  display: inline-flex;
}

span#tarteaucitronDisclaimerAlert {
  padding: 0 10px;
  display: inline-block;
  overflow-y: auto;
  max-height: 50vh;
  line-height: normal;
}

@media only screen and (max-width: 768px) {
  #tarteaucitronRoot span#tarteaucitronDisclaimerAlert {
    font-size: 16px;
  }
}
#tarteaucitron .tarteaucitronBorder, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronHidden, #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
  border-color: #333 !important;
}

/***
 * Big alert
 */
.tarteaucitronAlertBigTop {
  top: 0;
}

.tarteaucitronAlertBigBottom {
  bottom: 0;
}

#tarteaucitronRoot #tarteaucitronAlertBig {
  background: #333;
  color: #fff;
  display: none;
  font-size: 15px !important;
  left: 0;
  position: fixed;
  box-sizing: content-box;
  z-index: 2147483645;
  text-align: center;
  padding: 10px 0 10px 0;
  margin: auto;
  width: 100%;
}

#tarteaucitronAlertBig #tarteaucitronPrivacyUrl,
#tarteaucitronAlertBig #tarteaucitronPrivacyUrlDialog,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
  /*font: 15px verdana;*/
  color: #fff;
}

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
  font-weight: 700;
}

#tarteaucitronAlertBig #tarteaucitronPrivacyUrl,
#tarteaucitronAlertBig #tarteaucitronPrivacyUrlDialog {
  cursor: pointer;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert,
#tarteaucitronAlertBig #tarteaucitronPersonalize,
#tarteaucitronAlertBig #tarteaucitronPersonalize2,
.tarteaucitronCTAButton,
#tarteaucitron #tarteaucitronPrivacyUrl,
#tarteaucitron #tarteaucitronPrivacyUrlDialog,
#tarteaucitronRoot .tarteaucitronDeny,
#tarteaucitronRoot .tarteaucitronAllow {
  background: #008300;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px !important;
  line-height: 1.2;
  padding: 5px 10px;
  text-decoration: none;
  margin-left: 7px;
}

#tarteaucitronRoot .tarteaucitronDeny {
  background: #9C1A1A;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitron #tarteaucitronPrivacyUrl, #tarteaucitron #tarteaucitronPrivacyUrlDialog {
  background: #fff;
  color: #333;
  font-size: 13px;
  margin-bottom: 3px;
  margin-left: 7px;
  padding: 5px 10px;
}

#tarteaucitronPercentage {
  background: #0A0 !important;
  box-shadow: 0 0 2px #fff, 0 1px 2px #555;
  height: 5px;
  left: 0;
  position: fixed;
  width: 0;
  z-index: 2147483644;
}

/***
 * Icon
 */
.tarteaucitronIconBottomRight {
  bottom: 0;
  right: 0;
}

.tarteaucitronIconBottomLeft {
  bottom: 0;
  left: 0;
}

.tarteaucitronIconTopRight {
  top: 0;
  right: 0;
}

.tarteaucitronIconTopLeft {
  top: 0;
  left: 0;
}

.tarteaucitronIconTopLeft #tarteaucitronManager {
  border-radius: 2px 7px 7px 2px;
}

.tarteaucitronIconTopRight #tarteaucitronManager {
  border-radius: 7px 2px 2px 7px;
}

.tarteaucitronIconBottomLeft #tarteaucitronManager {
  border-radius: 7px 7px 2px 2px;
}

.tarteaucitronIconBottomRight #tarteaucitronManager {
  border-radius: 7px 7px 2px 2px;
}

#tarteaucitronIcon {
  background: transparent;
  position: fixed;
  /*display: none;*/
  width: auto;
  z-index: 2147483646;
}

#tarteaucitronIcon #tarteaucitronManager {
  color: transparent;
  cursor: pointer;
  display: inline-block;
  font-size: 11px !important;
  padding: 8px 10px 8px;
  border: none;
}

#tarteaucitronIcon #tarteaucitronManager img {
  width: 50px;
  height: 50px;
}

#tarteaucitronRoot .tarteaucitronCross::before {
  content: "✗";
  display: inline-block;
  color: white;
}

#tarteaucitronRoot .tarteaucitronCheck::before {
  content: "✓";
  display: inline-block;
  color: white;
}

#tarteaucitronRoot .tarteaucitronPlus::before {
  content: "✛";
  display: inline-block;
  color: white;
}

/***
 * Small alert
 */
.tarteaucitronAlertSmallTop, .tarteaucitronAlertSmallBottom {
  bottom: 0;
}

#tarteaucitronAlertSmall {
  background: #333;
  display: none;
  padding: 0;
  position: fixed;
  right: 0;
  text-align: center;
  width: auto;
  z-index: 2147483646;
}

#tarteaucitronAlertSmall #tarteaucitronManager {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 11px !important;
  padding: 8px 10px 8px;
}

#tarteaucitronAlertSmall #tarteaucitronManager:hover {
  background: rgba(255, 255, 255, 0.05);
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot {
  background-color: gray;
  border-radius: 5px;
  display: block;
  height: 8px;
  margin-bottom: 1px;
  margin-top: 5px;
  overflow: hidden;
  width: 100%;
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotGreen,
#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotYellow,
#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotRed {
  display: block;
  float: left;
  height: 100%;
  width: 0%;
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotGreen {
  background-color: #1B870B;
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotYellow {
  background-color: #FBDA26;
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotRed {
  background-color: #9C1A1A;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesNumber {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 30px;
  padding: 0px 10px;
  vertical-align: top;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesNumber:hover {
  background: rgba(255, 255, 255, 0.3);
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer {
  display: none;
  max-height: 70%;
  max-width: 500px;
  position: fixed;
  right: 0;
  width: 100%;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList {
  background: #fff;
  border: 2px solid #333;
  color: #333;
  font-size: 11px;
  height: auto;
  overflow: auto;
  text-align: left;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList strong {
  color: #333;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle {
  background: #333;
  margin-top: 21px;
  padding: 13px 0 9px 13px;
  text-align: left;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle strong {
  color: #fff;
  font-size: 16px;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain {
  background: rgba(51, 51, 51, 0.1);
  padding: 7px 5px 10px;
  word-wrap: break-word;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain:hover {
  background: rgba(51, 51, 51, 0.2);
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain a {
  color: #333;
  text-decoration: none;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft {
  display: inline-block;
  width: 50%;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft a strong {
  color: darkred;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListRight {
  color: #333;
  display: inline-block;
  font-size: 11px;
  margin-left: 10%;
  vertical-align: top;
  width: 30%;
}

/***
 * Fallback activate link
 */
.tac_activate {
  background: #333;
  color: #fff;
  display: table;
  font-size: 12px;
  height: 100%;
  line-height: initial;
  margin: auto;
  text-align: center;
  width: 100%;
}

.tac_float {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.tac_activate .tac_float strong {
  color: #fff;
}

.tac_activate .tac_float .tarteaucitronAllow {
  background-color: #1B870B;
  display: inline-block;
}

/***
 * CSS for services
 */
ins.ferank-publicite, ins.adsbygoogle {
  text-decoration: none;
}

div.amazon_product {
  height: 240px;
  width: 120px;
}

.tarteaucitronIsAllowed .tarteaucitronDeny {
  opacity: 0.4 !important;
}

.tarteaucitronIsDenied .tarteaucitronAllow {
  opacity: 0.4 !important;
}

.tarteaucitronIsAllowed .tarteaucitronAllow {
  opacity: 1 !important;
}

.tarteaucitronIsDenied .tarteaucitronDeny {
  opacity: 1 !important;
}

.tarteaucitronLine .tarteaucitronAllow, .tarteaucitronLine .tarteaucitronDeny {
  opacity: 0.4;
}

#tarteaucitronServices_mandatory button.tarteaucitronAllow {
  opacity: 1;
}

div#tarteaucitronInfo {
  display: block !important;
  position: relative !important;
  text-align: center !important;
  max-width: 80% !important;
  padding: 15px 0 !important;
  margin: -10px auto 40px !important;
  font-size: 1em !important;
  border-bottom: 1px solid;
  border-top: 1px solid;
  border-color: #555;
}

a.tarteaucitronSelfLink {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  text-align: center !important;
  display: block;
  height: 30px;
}

.tarteaucitronMainLine .tarteaucitronH2 {
  font-size: 1.2em !important;
  margin-top: 4px !important;
}

span.tarteaucitronTitle.tarteaucitronH3 {
  margin-top: 12px !important;
}

#tarteaucitronCloseCross {
  position: absolute;
  color: #FFF;
  font-size: 1.8rem;
  cursor: pointer;
  top: 10px;
  right: 26px;
}

#tarteaucitronCloseCross span {
  color: inherit;
}

.tarteaucitron-spacer-20 {
  height: 20px;
  display: block;
}

.tarteaucitron-display-block {
  display: block;
}

.tarteaucitron-display-none {
  display: none;
}

#tarteaucitronRoot * {
  font-family: "Lato", sans-serif !important;
}
#tarteaucitronRoot button {
  font-weight: 700;
}
@media (max-width: 991.98px) {
  #tarteaucitronRoot button {
    box-sizing: border-box;
    margin: 0 0 0.5rem 0;
  }
}
#tarteaucitronRoot button#tarteaucitronBack {
  opacity: 0.5 !important;
  background: #000000 !important;
}
#tarteaucitronRoot .tarteaucitronBorder {
  border: none;
  background: transparent;
}
#tarteaucitronRoot #tarteaucitron #tarteaucitronClosePanel {
  background: #f0f0f0;
  color: #343a40;
}
#tarteaucitronRoot #tarteaucitronServices {
  box-shadow: none;
  background: white;
  border-radius: 0.3rem;
  padding: 1rem;
}
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronMainLine, #tarteaucitronRoot #tarteaucitronServices #tarteaucitronInfo {
  background: transparent;
  color: #343a40;
  border: none;
  padding: 0 0 1rem !important;
  margin: 0 !important;
  text-align: left !important;
}
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronMainLine:hover, #tarteaucitronRoot #tarteaucitronServices #tarteaucitronInfo:hover {
  background: transparent;
}
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronTitle button {
  background: #fafafa;
  color: #343a40;
}
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronTitle button .tarteaucitronPlus:before {
  color: #343a40;
}
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine, #tarteaucitronRoot #tarteaucitronServices .tarteaucitronHidden {
  background: transparent;
  padding-left: 0;
}
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine:hover, #tarteaucitronRoot #tarteaucitronServices .tarteaucitronHidden:hover {
  background: transparent;
}
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronLine .tarteaucitronName, #tarteaucitronRoot #tarteaucitronServices .tarteaucitronHidden .tarteaucitronName {
  margin: 0;
}
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronCross:before {
  color: white;
}
#tarteaucitronRoot .tarteaucitronH1, #tarteaucitronRoot .tarteaucitronH2 {
  color: #343a40;
  text-align: left;
  margin: 1rem 0;
}
#tarteaucitronRoot #tarteaucitronAlertBig {
  color: #264d6a;
  background-color: #dbeaf5;
  border-color: #92bfe0;
  right: 0;
  width: initial;
  padding: 1rem;
  box-shadow: none !important;
  border-radius: 1rem;
}
#tarteaucitronRoot #tarteaucitronAlertBig hr {
  border-top-color: #7eb3da;
}
#tarteaucitronRoot #tarteaucitronAlertBig .alert-link {
  color: #193244;
}
@media (min-width: 420px) {
  #tarteaucitronRoot #tarteaucitronAlertBig {
    max-width: 370px;
  }
}
@media (min-width: 576px) {
  #tarteaucitronRoot #tarteaucitronAlertBig {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  #tarteaucitronRoot #tarteaucitronAlertBig {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  #tarteaucitronRoot #tarteaucitronAlertBig {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  #tarteaucitronRoot #tarteaucitronAlertBig {
    max-width: 1140px;
  }
}
@media (max-width: 991.98px) {
  #tarteaucitronRoot #tarteaucitronAlertBig {
    margin: 1rem;
  }
}
@media (min-width: 768px) {
  #tarteaucitronRoot #tarteaucitronAlertBig {
    bottom: 2rem;
  }
}
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
  color: inherit;
  font-size: 1rem;
  margin-bottom: 1rem;
  display: block;
  text-align: center;
}
#tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronAllow {
  background-color: #3f866c;
}
#tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronDeny {
  background-color: white;
  color: #343a40;
}
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert {
  color: #343a40;
  margin: 0;
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop {
  top: initial;
}
#tarteaucitronRoot .tarteaucitronCheck:before {
  font-family: "gateicons";
  content: "\e936";
}
#tarteaucitronRoot .tarteaucitronCross:before {
  font-family: "gateicons";
  content: "\e934";
  color: #343a40;
}
#tarteaucitronRoot #tarteaucitronSave {
  background: none !important;
}
#tarteaucitronRoot #tarteaucitronSave #tarteaucitronSaveButton {
  background: #c78810;
}
#tarteaucitronRoot #tarteaucitronPrivacyUrl {
  color: #343a40;
}
#tarteaucitronRoot #tarteaucitronPersonalize2 {
  display: block;
  margin: 0.5rem auto;
  min-width: 15rem;
  max-width: 100%;
  padding: 1rem 1.5rem;
}
@media (min-width: 576px) {
  #tarteaucitronRoot #tarteaucitronPersonalize2 {
    max-width: 20rem;
    min-width: 18rem;
  }
}

.gw-online-magazin-home .teaser-2-line p {
  max-height: 8rem;
  font-size: 1rem;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.gw-online-magazin-home .teaser-3-line p {
  margin-bottom: 0px;
  text-overflow: ellipsis;
}
.gw-online-magazin-home .online-magazine-small-title {
  font-size: 1rem;
  line-height: 1.4;
}
.gw-online-magazin-home span.badge span.rounded-circle {
  width: 10px;
  height: 10px;
}
.gw-online-magazin-home .news-short-online-maagzin-latest-3 h3 {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.gw-online-magazin-home .news-short-online-maagzin-latest-3 p {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.gw-online-magazin-home .category-title figure {
  margin-bottom: 0;
}
.gw-online-magazin-home .category-title > div.lead p {
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 300;
}
.gw-online-magazin-home .rounded-hover-filled > a {
  transition: background-color 0.3s ease;
  border-radius: 50px;
}
.gw-online-magazin-home .rounded-hover-filled > a:hover {
  background-color: #ffffff;
  transition: background-color 0.3s ease;
}
.gw-online-magazin-home .gw-sticky-note-inner-rounded div.col-bg-image {
  background-position: center;
}
.gw-online-magazin-home .gw-event-teaser-messe-home-2023 div.gw-sticky-note-inner-rounded:after {
  content: "";
  position: absolute;
  right: 4px;
  top: calc(50% - 0.5rem);
  height: 1rem;
  width: 0.6rem;
  background: #f0f0f0;
  border-right-color: #f0f0f0;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.gw-online-magazin-home .gw-event-teaser-messe-wrapper a:last-of-type {
  display: none !important;
}
@media (min-width: 992px) {
  .gw-online-magazin-home .gw-event-teaser-messe-wrapper a:last-of-type {
    display: contents !important;
  }
}
.gw-online-magazin-home .gw-event-teaser-messe-wrapper a:nth-child(3) {
  display: none !important;
}
@media (min-width: 768px) {
  .gw-online-magazin-home .gw-event-teaser-messe-wrapper a:nth-child(3) {
    display: contents !important;
  }
}

.gw-article-online-magazin .teaser-2-line p {
  max-height: 8rem;
  font-size: 1rem;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.gw-article-online-magazin .teaser-3-line p {
  margin-bottom: 0px;
  text-overflow: ellipsis;
}
.gw-article-online-magazin .article-abstract {
  font-size: 1rem;
}
.gw-article-online-magazin .gw-news-short-online-magazine-big .article-abstract h3,
.gw-article-online-magazin .gw-news-short-online-magazine-small .article-abstract h3 {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.gw-article-online-magazin .gw-news-short-online-magazine-big .article-abstract p,
.gw-article-online-magazin .gw-news-short-online-magazine-small .article-abstract p {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.gw-article-online-magazin .online-magazine-small-title {
  font-size: 1rem;
  line-height: 1.4;
}
.gw-article-online-magazin span.badge > span.rounded-circle {
  width: 10px;
  height: 10px;
}
.gw-article-online-magazin .category-title figure {
  margin-bottom: 0;
}
.gw-article-online-magazin .category-title > div.lead p {
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 300;
}
.gw-article-online-magazin .col-bg-image {
  background-size: cover;
}
.gw-article-online-magazin .typo-parent {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
}
.gw-article-online-magazin .rounded-hover-filled > a {
  transition: background-color 0.3s ease;
  border-radius: 50px;
}
.gw-article-online-magazin .rounded-hover-filled > a:hover {
  background-color: #ffffff;
  transition: background-color 0.3s ease;
}
.gw-article-online-magazin .gw-sticky-note-inner-rounded div.col-bg-image {
  background-position: center;
}

.gw-news-short-online-magazin-archiv span.badge > span.rounded-circle {
  width: 10px;
  height: 10px;
}
.gw-news-short-online-magazin-archiv .article-abstract {
  min-height: 204px;
}
.gw-news-short-online-magazin-archiv .article-abstract h4 {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.gw-news-short-online-magazin-archiv div.teaser p {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  margin-bottom: 0;
}

.gw-online-magazin-archiv-filter > span {
  border-radius: 30px;
  font-size: 16px !important;
  display: block;
  transition: background 0.3s ease, border 0.3s ease;
}
@media (min-width: 576px) {
  .gw-online-magazin-archiv-filter > span {
    font-size: 1rem !important;
  }
}
.gw-online-magazin-archiv-filter > span:hover {
  cursor: pointer;
}
.gw-online-magazin-archiv-filter .muted {
  color: #212529 !important;
  background-color: white !important;
}
.gw-online-magazin-archiv-filter .muted:hover {
  background-color: #7bafda !important;
  color: white !important;
}

.news_full-online-magazin h1 {
  font-weight: 600;
}
@media (min-width: 768px) {
  .news_full-online-magazin h1 {
    font-size: 385%;
  }
}
.news_full-online-magazin .art_content h2,
.news_full-online-magazin .art_content h3,
.news_full-online-magazin .art_content h4,
.news_full-online-magazin .art_content h5,
.news_full-online-magazin .art_content h6 {
  font-weight: bold;
}
.news_full-online-magazin span.badge > span.rounded-circle {
  width: 12px;
  height: 12px;
}
.news_full-online-magazin div.art_meta:after {
  display: block;
  border-radius: 6px;
  width: 100px;
  height: 4px;
  content: "";
  background-color: #007fbf;
  margin-top: 40px;
}
.news_full-online-magazin div.teaser > p {
  margin-bottom: 0;
  font-size: 110%;
  font-weight: 300;
}
@media (min-width: 768px) {
  .news_full-online-magazin div.teaser > p {
    font-size: 135%;
    font-weight: 300;
  }
}
.news_full-online-magazin p {
  margin-bottom: 35px;
}
.news_full-online-magazin .art_title ~ div.flex-row {
  font-size: 14px;
}
.news_full-online-magazin .art_content p:not(p.quote-byline) {
  font-size: 95%;
  font-weight: 300;
}
@media (min-width: 768px) {
  .news_full-online-magazin .art_content p:not(p.quote-byline) {
    font-size: 120%;
  }
}
.news_full-online-magazin .art_content p a {
  color: #007fbf !important;
  font-weight: 600 !important;
}
.news_full-online-magazin .art_content p a:hover, .news_full-online-magazin .art_content p a:focus, .news_full-online-magazin .art_content p a:active {
  color: #006699;
}
.news_full-online-magazin p.quote {
  font-size: 110% !important;
}
@media (min-width: 768px) {
  .news_full-online-magazin p.quote {
    font-size: 175% !important;
  }
}
.news_full-online-magazin div.teaser {
  border-radius: 0.5rem;
}
.news_full-online-magazin p.back > a {
  border-radius: 20px;
}
.news_full-online-magazin img {
  border-radius: 0.35rem;
}
.news_full-online-magazin .infobox {
  width: 100%;
  background-color: #ffffff;
  padding: 2rem;
  margin: 2rem 0;
}

.datepicker.datepicker-dropdown {
  padding: 0.5rem;
}
.datepicker.datepicker-dropdown table {
  border-collapse: separate;
}
.datepicker.datepicker-dropdown table tr td {
  width: 35px;
  height: 30px;
}
.datepicker.datepicker-dropdown table tr th.dow {
  font-size: 9pt;
}
.datepicker.datepicker-dropdown table tr td.today {
  background: #c78810;
  color: white;
}
.datepicker.datepicker-dropdown table tr td.today:hover {
  background: #af780e;
  color: white;
}
.datepicker.datepicker-dropdown table tr td.active {
  background: #007fbf;
}
.datepicker.datepicker-dropdown table tr td.active:hover {
  background: #006ea6;
}
.datepicker.datepicker-dropdown table tr td span.year.active, .datepicker.datepicker-dropdown table tr td span.year.active:hover,
.datepicker.datepicker-dropdown table tr td span.month.active, .datepicker.datepicker-dropdown table tr td span.month.active:hover,
.datepicker.datepicker-dropdown table tr td span.decades.active, .datepicker.datepicker-dropdown table tr td span.decades.active:hover,
.datepicker.datepicker-dropdown table tr td span.century.active, .datepicker.datepicker-dropdown table tr td span.century.active:hover {
  background: #007fbf;
}

ul.gw-joboffer-items {
  list-style: none;
  padding: 0;
}

.gw-jon-item {
  position: relative;
  margin-bottom: 1.5rem;
}
.gw-jon-item .gw-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
  text-decoration: none;
  color: #343a40;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.gw-jon-item .gw-subtitle {
  font-size: 1rem;
  font-weight: 500;
  color: #343a40;
  margin-bottom: 1rem;
  text-decoration: none;
}

/* CONTENT  */
.gw-jon-item-link {
  display: flex;
  flex-direction: column;
  border-radius: 0.25rem;
  padding: 1rem;
  text-decoration: none;
  color: #343a40;
  background-color: white;
}
.gw-jon-item-link:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.1s ease;
}

.gw-jon-item-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .gw-jon-item-content {
    align-items: center;
    width: 100%;
    display: flex;
    flex-direction: row;
  }
}

.gw-jon-item-customer {
  width: 170px;
  margin-right: 3.5rem;
  flex: none;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .gw-jon-item-customer {
    margin-bottom: 0;
  }
}

.gw-jon-customer-logo {
  position: relative;
}
.gw-jon-customer-logo img {
  width: 100%;
}

.gw-jon-customer-placeholder {
  height: 3rem;
}
.gw-jon-customer-placeholder i {
  color: #87888a;
  font-size: 2rem;
  display: none;
}
@media (min-width: 768px) {
  .gw-jon-customer-placeholder {
    width: 100%;
    height: auto;
    aspect-ratio: 210/100;
    background-color: #eceded;
    border-radius: 4px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .gw-jon-customer-placeholder i {
    display: inline;
  }
}

.gw-jon-sqq-seal {
  position: absolute;
  display: inline-block;
  top: 0;
  right: -1.5rem;
  transform: scale(1);
  transition: transform 0.4s;
}
.gw-jon-sqq-seal img {
  height: 2rem;
  max-width: initial;
}

.gw-jon-item-info {
  flex: none;
  padding-right: 0;
}
@media (min-width: 768px) {
  .gw-jon-item-info {
    flex: auto;
    padding-right: 4rem;
  }
}

.gw-jon-badge {
  background-color: #d6e3dd;
  color: #3f866c;
  display: inline-block;
  padding: 0.25rem 1rem;
  font-size: 75%;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  margin-bottom: 0.5rem;
}

.gw-jon-mark-as-favorite {
  position: absolute;
  right: 1rem;
  top: 1rem;
  height: auto;
  display: flex;
  align-items: start;
}
.gw-jon-mark-as-favorite button {
  margin: auto;
}
.gw-jon-mark-as-favorite button i {
  font-size: 1.25rem;
  color: #343a40;
}
@media (min-width: 768px) {
  .gw-jon-mark-as-favorite {
    align-items: center;
    height: calc(100% - 2rem);
    align-items: center;
  }
}

.gw-jon-job-favorite {
  width: 3rem;
  height: 3rem;
  border-radius: 0.25rem;
  margin: 1rem;
  background-color: transparent;
}
.gw-jon-job-favorite:hover {
  background-color: #E6E6E6;
}
.gw-jon-job-favorite:hover i {
  color: #343a40;
}