#cboxOverlay,
#cboxWrapper,
#colorbox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

#cboxWrapper {
    max-width: none
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%
}

#cboxBottomLeft,
#cboxMiddleLeft {
    clear: left
}

#cboxContent {
    position: relative
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

#cboxTitle {
    margin: 0
}

#cboxLoadingGraphic,
#cboxLoadingOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#cboxClose,
#cboxNext,
#cboxPrevious,
#cboxSlideshow {
    cursor: pointer
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0
}

#cboxContent,
#cboxLoadedContent,
#colorbox {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
}

#cboxOverlay {
    background: #000;
    opacity: .9
}

#colorbox {
    outline: 0
}

#cboxContent {
    margin-top: 20px;
    background: #000
}

.cboxIframe {
    background: #fff
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc
}

#cboxLoadedContent {
    border: 5px solid #000;
    background: #fff
}

#cboxTitle {
    position: absolute;
    top: -20px;
    left: 0;
    color: #ccc
}

#cboxCurrent {
    position: absolute;
    top: -20px;
    right: 0;
    color: #ccc
}

#cboxLoadingGraphic {
    background: url(/files/private/dist/img/cbox/loading.gif) no-repeat center center
}

#cboxClose,
#cboxNext,
#cboxPrevious,
#cboxSlideshow {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: 0 0
}

#cboxClose:active,
#cboxNext:active,
#cboxPrevious:active,
#cboxSlideshow:active {
    outline: 0
}

#cboxSlideshow {
    position: absolute;
    top: -20px;
    right: 90px;
    color: #fff
}

#cboxPrevious {
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -32px;
    background: url(/files/private/dist/img/cbox/controls_new.png) no-repeat top left;
    width: 28px;
    height: 65px;
    text-indent: -9999px
}

#cboxPrevious:hover {
    background-position: bottom left
}

#cboxNext {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -32px;
    background: url(/files/private/dist/img/cbox/controls_new.png) no-repeat top right;
    width: 28px;
    height: 65px;
    text-indent: -9999px
}

#cboxNext:hover {
    background-position: bottom right
}

#cboxClose {
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    background: url(/files/private/dist/img/cbox/controls_new.png) no-repeat top center;
    width: 38px;
    height: 19px;
    text-indent: -9999px
}

#cboxClose:hover {
    background-position: bottom center
}
@charset "UTF-8";
.contao-cookiebar {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
  padding: 15px;
  max-height: 100vh;
  box-sizing: border-box;
  pointer-events: none;
  overflow: hidden; }
  .contao-cookiebar * {
    box-sizing: border-box; }
  .contao-cookiebar:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .contao-cookiebar .cc-inner {
    display: inline-block;
    overflow-y: auto;
    max-height: 100%;
    max-width: 100%;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    font-size: 1rem;
    text-align: left; }
  .contao-cookiebar.cc-top .cc-inner {
    vertical-align: top; }
  .contao-cookiebar.cc-top.cc-active .cc-inner {
    animation: cookiebar-top-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-top.cc-saved .cc-inner {
    animation: cookiebar-top-out 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-bottom .cc-inner {
    vertical-align: bottom; }
  .contao-cookiebar.cc-bottom.cc-active .cc-inner {
    animation: cookiebar-bottom-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-bottom.cc-saved .cc-inner {
    animation: cookiebar-bottom-out 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-middle .cc-inner {
    vertical-align: middle; }
  .contao-cookiebar.cc-middle.cc-active .cc-inner {
    animation: cookiebar-middle-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-middle.cc-saved .cc-inner {
    animation: cookiebar-middle-out 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-left {
    text-align: left; }
  .contao-cookiebar.cc-right {
    text-align: right; }
  .contao-cookiebar .cc-head h1:first-child, .contao-cookiebar .cc-head h2:first-child, .contao-cookiebar .cc-head h3:first-child, .contao-cookiebar .cc-head h4:first-child, .contao-cookiebar .cc-head h5:first-child, .contao-cookiebar .cc-head h6:first-child {
    margin-top: 0; }
  .contao-cookiebar .cc-head p {
    margin-bottom: 15px; }
  .contao-cookiebar .cc-btn {
    display: inline-block;
    cursor: pointer;
    width: 100%;
    padding: 8px 14px;
    margin-bottom: 8px;
    font-size: 15px;
    outline: 0 none;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    color: #444;
    background: #f5f5f5; }
    .contao-cookiebar .cc-btn:hover {
      background: #ececec; }
    .contao-cookiebar .cc-btn.success {
      background: #4e9e3e;
      border-color: #3e7830;
      color: #fff; }
      .contao-cookiebar .cc-btn.success:hover {
        background: #4c933f; }
    .contao-cookiebar .cc-btn:last-child {
      margin-bottom: 0; }
  .contao-cookiebar label {
    position: relative;
    display: block;
    padding: 8px 13px 8px 0;
    line-height: 1.2rem; }
    .contao-cookiebar label.group {
      font-weight: 600; }
  .contao-cookiebar input {
    position: absolute;
    width: 1px;
    height: 1px;
    outline: 0 none;
    opacity: 0; }
    .contao-cookiebar input + label {
      padding: 8px 13px 8px 50px;
      cursor: pointer; }
      .contao-cookiebar input + label:before {
        content: '';
        position: absolute;
        top: 6px;
        left: 0;
        width: 35px;
        height: 18px;
        margin: 0;
        box-sizing: content-box;
        border-radius: 10px;
        background: #fff;
        border: 2px solid #9c9b99;
        transition: border-color .2s; }
      .contao-cookiebar input + label:after {
        display: block;
        content: '';
        position: absolute;
        top: 10px;
        left: 4px;
        width: 14px;
        height: 14px;
        border-radius: 10px;
        background: #9c9b99;
        transition: background .2s, margin-left .2s, padding .2s; }
      .contao-cookiebar input + label:active:after {
        padding-left: 5px; }
    .contao-cookiebar input.cc-group-half + label:after {
      background: linear-gradient(to right, #9c9b99 0%, #9c9b99 50%, #399d32 50%, #399d32 100%); }
    .contao-cookiebar input:checked + label:after {
      background: #399d32;
      margin-left: 17px; }
    .contao-cookiebar input:checked + label:active:after {
      margin-left: 12px; }
    .contao-cookiebar input:checked + label:before {
      background: #dcf3db;
      border-color: #399d32; }
    .contao-cookiebar input:disabled + label {
      pointer-events: none; }
      .contao-cookiebar input:disabled + label:after {
        background: #c8c7c5; }
      .contao-cookiebar input:disabled + label:before {
        background: #f4f4f4;
        border-color: #c8c7c5; }
  .contao-cookiebar.cc-active .cc-inner {
    opacity: 1;
    pointer-events: auto;
    visibility: visible; }
  .contao-cookiebar.cc-active.cc-blocked {
    pointer-events: auto;
    animation: cookiebar-overlay-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-saved.cc-inner {
    opacity: 0;
    pointer-events: none;
    visibility: hidden; }
  .contao-cookiebar.cc-saved.cc-blocked {
    pointer-events: none;
    animation: cookiebar-overlay-out 0.5s ease-in-out forwards; }

@media (min-width: 768px) {
  .contao-cookiebar .cc-btn {
    width: auto;
    margin-bottom: 0; }
  .contao-cookiebar .cc-inner {
    max-width: 750px; } }

@keyframes cookiebar-overlay-in {
  0% {
    background: rgba(0, 0, 0, 0); }
  100% {
    background: rgba(0, 0, 0, 0.75); } }

@keyframes cookiebar-overlay-out {
  0% {
    background: rgba(0, 0, 0, 0.75); }
  100% {
    background: rgba(0, 0, 0, 0);
    visibility: hidden; } }

@keyframes cookiebar-top-in {
  0% {
    opacity: 0;
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes cookiebar-top-out {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%); } }

@keyframes cookiebar-middle-in {
  0% {
    opacity: 0;
    transform: scale(0); }
  100% {
    opacity: 1;
    transform: scale(1); } }

@keyframes cookiebar-middle-out {
  0% {
    opacity: 1;
    visibility: visible;
    transform: scale(1); }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: scale(0); } }

@keyframes cookiebar-bottom-in {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes cookiebar-bottom-out {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%); } }

.cookiebar_default {
  color: #444444; }
  .cookiebar_default p {
    color: #868686;
    line-height: 1.4; }
  .cookiebar_default .cc-inner {
    padding: 25px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    background: #fff; }
  .cookiebar_default .cc-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    position: relative;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    margin-bottom: 10px; }
    .cookiebar_default .cc-group > label {
      flex-grow: 1;
      margin: 5px 0 5px 10px; }
    .cookiebar_default .cc-group .cc-detail-btn {
      border: 0 none;
      outline: 0 none;
      background: transparent;
      font-size: 13px;
      letter-spacing: 0;
      text-transform: initial;
      cursor: pointer;
      color: #a2a2a2;
      padding: 8px 10px;
      line-height: 1.2rem; }
      .cookiebar_default .cc-group .cc-detail-btn span:nth-child(2) {
        display: none; }
      .cookiebar_default .cc-group .cc-detail-btn.cc-active span:nth-child(1) {
        display: none; }
      .cookiebar_default .cc-group .cc-detail-btn.cc-active span:nth-child(2) {
        display: inline; }
      .cookiebar_default .cc-group .cc-detail-btn:hover {
        color: #717171; }
    .cookiebar_default .cc-group .cc-detail-btn-details {
      display: inline-block;
      border: 0 none;
      outline: 0 none;
      background: transparent;
      font-size: 13px;
      letter-spacing: 0;
      text-transform: initial;
      cursor: pointer;
      color: #a2a2a2;
      text-decoration: underline;
      padding: 0;
      margin: 0 0 10px; }
      .cookiebar_default .cc-group .cc-detail-btn-details span:nth-child(2) {
        display: none; }
      .cookiebar_default .cc-group .cc-detail-btn-details.cc-active span:nth-child(1) {
        display: none; }
      .cookiebar_default .cc-group .cc-detail-btn-details.cc-active span:nth-child(2) {
        display: inline; }
      .cookiebar_default .cc-group .cc-detail-btn-details:hover {
        color: #717171; }
  .cookiebar_default .cc-cookies {
    display: none;
    width: 100%;
    background: #fbfbfb;
    border-radius: 0 0 5px 5px; }
    .cookiebar_default .cc-cookies > p {
      font-size: 0.875rem; }
    .cookiebar_default .cc-cookies > p, .cookiebar_default .cc-cookies > .cc-cookie {
      margin: 0;
      padding: 15px;
      border-top: 1px solid #e6e6e6; }
    .cookiebar_default .cc-cookies .cc-cookie .cc-cookie-info {
      font-size: 0.875rem;
      background: #fff;
      padding: 10px;
      border-radius: 5px;
      border: 1px solid #efefef; }
      .cookiebar_default .cc-cookies .cc-cookie .cc-cookie-info > div + div {
        margin-top: 5px; }
      .cookiebar_default .cc-cookies .cc-cookie .cc-cookie-info + button.cc-detail-btn-details {
        margin-top: 15px; }
    .cookiebar_default .cc-cookies .cc-cookie .cc-cookie-desc > p {
      margin-bottom: 0; }
    .cookiebar_default .cc-cookies .cc-cookie label.cookie + p, .cookiebar_default .cc-cookies .cc-cookie label.cookie + .cc-cookie-info, .cookiebar_default .cc-cookies .cc-cookie label.cookie + button.cc-detail-btn-details {
      margin-top: 10px; }
    .cookiebar_default .cc-cookies .cc-cookie p {
      margin: 0 0 15px;
      font-size: 0.875rem; }
  .cookiebar_default .cc-footer, .cookiebar_default .cc-info {
    text-align: center; }
  .cookiebar_default .cc-info {
    margin-top: 15px; }
    .cookiebar_default .cc-info > p {
      font-size: 0.875rem; }
    .cookiebar_default .cc-info > a {
      display: inline-block;
      font-size: 0.813rem;
      color: #a2a2a2;
      text-decoration: none; }
      .cookiebar_default .cc-info > a:hover {
        color: #717171; }
      .cookiebar_default .cc-info > a + a:before {
        display: inline-block;
        content: '·';
        margin-right: 5px; }

@charset "UTF-8";
:root {
  --blue: #183ebe;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #183ebe;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1400px;
  --breakpoint-xxxl: 1640px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

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

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  color: #212529;
  text-align: left;
  background-color: #fff; }

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

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

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

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -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: .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: -.25em; }

sup {
  top: -.5em; }

a {
  color: #183ebe;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0f287a;
    text-decoration: underline; }

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

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;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

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

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }
  @media (max-width: 1200px) {
    legend {
      font-size: calc(1.275rem + 0.3vw) ; } }

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.5; }

h1, .h1 {
  font-size: 2.5rem; }
  @media (max-width: 1200px) {
    h1, .h1 {
      font-size: calc(1.375rem + 1.5vw) ; } }

h2, .h2 {
  font-size: 2rem; }
  @media (max-width: 1200px) {
    h2, .h2 {
      font-size: calc(1.325rem + 0.9vw) ; } }

h3, .h3 {
  font-size: 1.75rem; }
  @media (max-width: 1200px) {
    h3, .h3 {
      font-size: calc(1.3rem + 0.6vw) ; } }

h4, .h4 {
  font-size: 1.5rem; }
  @media (max-width: 1200px) {
    h4, .h4 {
      font-size: calc(1.275rem + 0.3vw) ; } }

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; }
  @media (max-width: 1200px) {
    .display-1 {
      font-size: calc(1.725rem + 5.7vw) ; } }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }
  @media (max-width: 1200px) {
    .display-2 {
      font-size: calc(1.675rem + 5.1vw) ; } }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }
  @media (max-width: 1200px) {
    .display-3 {
      font-size: calc(1.575rem + 3.9vw) ; } }

.display-4 {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2; }
  @media (max-width: 1200px) {
    .display-4 {
      font-size: calc(1.475rem + 2.7vw) ; } }

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: "\2014\00A0"; }

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  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; }

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl,
.container-xxxl {
  width: 100%;
  padding-right: 2.5vw;
  padding-left: 2.5vw;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1330px; } }

@media (min-width: 1640px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl, .container-xxxl {
    max-width: 1610px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -2.5vw;
  margin-left: -2.5vw; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1400px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xxl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xxl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xxl-first {
    order: -1; }
  .order-xxl-last {
    order: 13; }
  .order-xxl-0 {
    order: 0; }
  .order-xxl-1 {
    order: 1; }
  .order-xxl-2 {
    order: 2; }
  .order-xxl-3 {
    order: 3; }
  .order-xxl-4 {
    order: 4; }
  .order-xxl-5 {
    order: 5; }
  .order-xxl-6 {
    order: 6; }
  .order-xxl-7 {
    order: 7; }
  .order-xxl-8 {
    order: 8; }
  .order-xxl-9 {
    order: 9; }
  .order-xxl-10 {
    order: 10; }
  .order-xxl-11 {
    order: 11; }
  .order-xxl-12 {
    order: 12; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1640px) {
  .col-xxxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xxxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xxxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xxxl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xxxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xxxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xxxl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xxxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxxl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxxl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxxl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxxl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xxxl-first {
    order: -1; }
  .order-xxxl-last {
    order: 13; }
  .order-xxxl-0 {
    order: 0; }
  .order-xxxl-1 {
    order: 1; }
  .order-xxxl-2 {
    order: 2; }
  .order-xxxl-3 {
    order: 3; }
  .order-xxxl-4 {
    order: 4; }
  .order-xxxl-5 {
    order: 5; }
  .order-xxxl-6 {
    order: 6; }
  .order-xxxl-7 {
    order: 7; }
  .order-xxxl-8 {
    order: 8; }
  .order-xxxl-9 {
    order: 9; }
  .order-xxxl-10 {
    order: 10; }
  .order-xxxl-11 {
    order: 11; }
  .order-xxxl-12 {
    order: 12; }
  .offset-xxxl-0 {
    margin-left: 0; }
  .offset-xxxl-1 {
    margin-left: 8.33333%; }
  .offset-xxxl-2 {
    margin-left: 16.66667%; }
  .offset-xxxl-3 {
    margin-left: 25%; }
  .offset-xxxl-4 {
    margin-left: 33.33333%; }
  .offset-xxxl-5 {
    margin-left: 41.66667%; }
  .offset-xxxl-6 {
    margin-left: 50%; }
  .offset-xxxl-7 {
    margin-left: 58.33333%; }
  .offset-xxxl-8 {
    margin-left: 66.66667%; }
  .offset-xxxl-9 {
    margin-left: 75%; }
  .offset-xxxl-10 {
    margin-left: 83.33333%; }
  .offset-xxxl-11 {
    margin-left: 91.66667%; } }

.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: #bec9ed; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #879bdd; }

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

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf; }

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

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

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

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.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: #f5c6cb; }

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

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

.table-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-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: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xxl > .table-bordered {
      border: 0; } }

@media (max-width: 1639.98px) {
  .table-responsive-xxxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xxxl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.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.25rem;
  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:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #6987ec;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(24, 62, 190, 0.25); }
  .form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  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.2rem; }

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

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,
  .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: #28a745; }

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

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

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

.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: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat; }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }

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

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

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

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.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: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat; }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }

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

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

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-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.25rem;
  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 rgba(24, 62, 190, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary, .btn-white {
  color: #fff;
  background-color: #183ebe;
  border-color: #183ebe; }
  .btn-primary:hover, .btn-white:hover {
    color: #fff;
    background-color: #14339c;
    border-color: #122f91; }
  .btn-primary:focus, .btn-white:focus, .btn-primary.focus, .focus.btn-white {
    color: #fff;
    background-color: #14339c;
    border-color: #122f91;
    box-shadow: 0 0 0 0.2rem rgba(59, 91, 200, 0.5); }
  .btn-primary.disabled, .disabled.btn-white, .btn-primary:disabled, .btn-white:disabled {
    color: #fff;
    background-color: #183ebe;
    border-color: #183ebe; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .btn-white:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle,
  .show > .dropdown-toggle.btn-white {
    color: #fff;
    background-color: #122f91;
    border-color: #112c85; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-white:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus,
    .show > .dropdown-toggle.btn-white:focus {
      box-shadow: 0 0 0 0.2rem rgba(59, 91, 200, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .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(130, 138, 145, 0.5); }

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

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .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(58, 176, 195, 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 {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    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: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-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 {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    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 {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    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-outline-primary {
  color: #183ebe;
  border-color: #183ebe; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #183ebe;
    border-color: #183ebe; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(24, 62, 190, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #183ebe;
    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: #183ebe;
    border-color: #183ebe; }
    .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(24, 62, 190, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    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: #6c757d;
    border-color: #6c757d; }
    .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(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    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: #17a2b8;
    border-color: #17a2b8; }
    .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(23, 162, 184, 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: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-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-link {
  font-weight: 400;
  color: #183ebe;
  text-decoration: none; }
  .btn-link:hover {
    color: #0f287a;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

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

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

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

.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-link {
    margin-bottom: -1px;
    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: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

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

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

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar .container,
  .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl, .navbar .container-xxl, .navbar .container-xxxl {
    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.25rem; }
  .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: 50% / 100% 100% no-repeat; }

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl, .navbar-expand-sm > .container-xxl, .navbar-expand-sm > .container-xxxl {
    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, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl, .navbar-expand-sm > .container-xxl, .navbar-expand-sm > .container-xxxl {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-nav-scroll {
      overflow: visible; }
    .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, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl, .navbar-expand-md > .container-xxl, .navbar-expand-md > .container-xxxl {
    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, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl, .navbar-expand-md > .container-xxl, .navbar-expand-md > .container-xxxl {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-nav-scroll {
      overflow: visible; }
    .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, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl, .navbar-expand-lg > .container-xxl, .navbar-expand-lg > .container-xxxl {
    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, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl, .navbar-expand-lg > .container-xxl, .navbar-expand-lg > .container-xxxl {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-nav-scroll {
      overflow: visible; }
    .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, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl, .navbar-expand-xl > .container-xxl, .navbar-expand-xl > .container-xxxl {
    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, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl, .navbar-expand-xl > .container-xxl, .navbar-expand-xl > .container-xxxl {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

@media (max-width: 1399.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid, .navbar-expand-xxl > .container-sm, .navbar-expand-xxl > .container-md, .navbar-expand-xxl > .container-lg, .navbar-expand-xxl > .container-xl, .navbar-expand-xxl > .container-xxl, .navbar-expand-xxl > .container-xxxl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xxl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xxl > .container,
    .navbar-expand-xxl > .container-fluid, .navbar-expand-xxl > .container-sm, .navbar-expand-xxl > .container-md, .navbar-expand-xxl > .container-lg, .navbar-expand-xxl > .container-xl, .navbar-expand-xxl > .container-xxl, .navbar-expand-xxl > .container-xxxl {
      flex-wrap: nowrap; }
    .navbar-expand-xxl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xxl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xxl .navbar-toggler {
      display: none; } }

@media (max-width: 1639.98px) {
  .navbar-expand-xxxl > .container,
  .navbar-expand-xxxl > .container-fluid, .navbar-expand-xxxl > .container-sm, .navbar-expand-xxxl > .container-md, .navbar-expand-xxxl > .container-lg, .navbar-expand-xxxl > .container-xl, .navbar-expand-xxxl > .container-xxl, .navbar-expand-xxxl > .container-xxxl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1640px) {
  .navbar-expand-xxxl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xxxl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xxxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xxxl > .container,
    .navbar-expand-xxxl > .container-fluid, .navbar-expand-xxxl > .container-sm, .navbar-expand-xxxl > .container-md, .navbar-expand-xxxl > .container-lg, .navbar-expand-xxxl > .container-xl, .navbar-expand-xxxl > .container-xxl, .navbar-expand-xxxl > .container-xxxl {
      flex-wrap: nowrap; }
    .navbar-expand-xxxl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xxxl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xxxl .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl, .navbar-expand > .container-xxl, .navbar-expand > .container-xxxl {
    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, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl, .navbar-expand > .container-xxl, .navbar-expand > .container-xxxl {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-nav-scroll {
    overflow: visible; }
  .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 xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' 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 xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !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: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !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-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: #183ebe !important; }

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

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

.border-info {
  border-color: #17a2b8 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1640px) {
  .d-xxxl-none {
    display: none !important; }
  .d-xxxl-inline {
    display: inline !important; }
  .d-xxxl-inline-block {
    display: inline-block !important; }
  .d-xxxl-block {
    display: block !important; }
  .d-xxxl-table {
    display: table !important; }
  .d-xxxl-table-row {
    display: table-row !important; }
  .d-xxxl-table-cell {
    display: table-cell !important; }
  .d-xxxl-flex {
    display: flex !important; }
  .d-xxxl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

@media (min-width: 1400px) {
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    align-self: stretch !important; } }

@media (min-width: 1640px) {
  .flex-xxxl-row {
    flex-direction: row !important; }
  .flex-xxxl-column {
    flex-direction: column !important; }
  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xxxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xxxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxxl-center {
    justify-content: center !important; }
  .justify-content-xxxl-between {
    justify-content: space-between !important; }
  .justify-content-xxxl-around {
    justify-content: space-around !important; }
  .align-items-xxxl-start {
    align-items: flex-start !important; }
  .align-items-xxxl-end {
    align-items: flex-end !important; }
  .align-items-xxxl-center {
    align-items: center !important; }
  .align-items-xxxl-baseline {
    align-items: baseline !important; }
  .align-items-xxxl-stretch {
    align-items: stretch !important; }
  .align-content-xxxl-start {
    align-content: flex-start !important; }
  .align-content-xxxl-end {
    align-content: flex-end !important; }
  .align-content-xxxl-center {
    align-content: center !important; }
  .align-content-xxxl-between {
    align-content: space-between !important; }
  .align-content-xxxl-around {
    align-content: space-around !important; }
  .align-content-xxxl-stretch {
    align-content: stretch !important; }
  .align-self-xxxl-auto {
    align-self: auto !important; }
  .align-self-xxxl-start {
    align-self: flex-start !important; }
  .align-self-xxxl-end {
    align-self: flex-end !important; }
  .align-self-xxxl-center {
    align-self: center !important; }
  .align-self-xxxl-baseline {
    align-self: baseline !important; }
  .align-self-xxxl-stretch {
    align-self: stretch !important; } }

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

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

@media (min-width: 1400px) {
  .float-xxl-left {
    float: left !important; }
  .float-xxl-right {
    float: right !important; }
  .float-xxl-none {
    float: none !important; } }

@media (min-width: 1640px) {
  .float-xxxl-left {
    float: left !important; }
  .float-xxxl-right {
    float: right !important; }
  .float-xxxl-none {
    float: none !important; } }

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

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

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

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

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

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

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

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

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

.position-sticky {
  position: -webkit-sticky !important;
  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: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

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

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

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(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; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-0,
.mx-0,
.ce_bs_grid_gallery.partner {
  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,
.leistungs_item .ce_image {
  margin-top: 3rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

@media (min-width: 1400px) {
  .m-xxl-0 {
    margin: 0 !important; }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important; }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important; }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important; }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important; }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important; }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important; }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important; }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important; }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important; }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important; }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important; }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important; }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important; }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important; }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important; }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important; }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important; }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important; }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important; }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important; }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important; }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important; }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important; }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important; }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important; }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important; }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important; }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important; }
  .m-xxl-n1 {
    margin: -0.25rem !important; }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important; }
  .m-xxl-n2 {
    margin: -0.5rem !important; }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important; }
  .m-xxl-n3 {
    margin: -1rem !important; }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important; }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important; }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important; }
  .m-xxl-n4 {
    margin: -1.5rem !important; }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important; }
  .m-xxl-n5 {
    margin: -3rem !important; }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important; }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important; }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important; }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important; }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important; } }

@media (min-width: 1640px) {
  .m-xxxl-0 {
    margin: 0 !important; }
  .mt-xxxl-0,
  .my-xxxl-0 {
    margin-top: 0 !important; }
  .mr-xxxl-0,
  .mx-xxxl-0 {
    margin-right: 0 !important; }
  .mb-xxxl-0,
  .my-xxxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxxl-0,
  .mx-xxxl-0 {
    margin-left: 0 !important; }
  .m-xxxl-1 {
    margin: 0.25rem !important; }
  .mt-xxxl-1,
  .my-xxxl-1 {
    margin-top: 0.25rem !important; }
  .mr-xxxl-1,
  .mx-xxxl-1 {
    margin-right: 0.25rem !important; }
  .mb-xxxl-1,
  .my-xxxl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xxxl-1,
  .mx-xxxl-1 {
    margin-left: 0.25rem !important; }
  .m-xxxl-2 {
    margin: 0.5rem !important; }
  .mt-xxxl-2,
  .my-xxxl-2 {
    margin-top: 0.5rem !important; }
  .mr-xxxl-2,
  .mx-xxxl-2 {
    margin-right: 0.5rem !important; }
  .mb-xxxl-2,
  .my-xxxl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xxxl-2,
  .mx-xxxl-2 {
    margin-left: 0.5rem !important; }
  .m-xxxl-3 {
    margin: 1rem !important; }
  .mt-xxxl-3,
  .my-xxxl-3 {
    margin-top: 1rem !important; }
  .mr-xxxl-3,
  .mx-xxxl-3 {
    margin-right: 1rem !important; }
  .mb-xxxl-3,
  .my-xxxl-3 {
    margin-bottom: 1rem !important; }
  .ml-xxxl-3,
  .mx-xxxl-3 {
    margin-left: 1rem !important; }
  .m-xxxl-4 {
    margin: 1.5rem !important; }
  .mt-xxxl-4,
  .my-xxxl-4 {
    margin-top: 1.5rem !important; }
  .mr-xxxl-4,
  .mx-xxxl-4 {
    margin-right: 1.5rem !important; }
  .mb-xxxl-4,
  .my-xxxl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xxxl-4,
  .mx-xxxl-4 {
    margin-left: 1.5rem !important; }
  .m-xxxl-5 {
    margin: 3rem !important; }
  .mt-xxxl-5,
  .my-xxxl-5 {
    margin-top: 3rem !important; }
  .mr-xxxl-5,
  .mx-xxxl-5 {
    margin-right: 3rem !important; }
  .mb-xxxl-5,
  .my-xxxl-5 {
    margin-bottom: 3rem !important; }
  .ml-xxxl-5,
  .mx-xxxl-5 {
    margin-left: 3rem !important; }
  .p-xxxl-0 {
    padding: 0 !important; }
  .pt-xxxl-0,
  .py-xxxl-0 {
    padding-top: 0 !important; }
  .pr-xxxl-0,
  .px-xxxl-0 {
    padding-right: 0 !important; }
  .pb-xxxl-0,
  .py-xxxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxxl-0,
  .px-xxxl-0 {
    padding-left: 0 !important; }
  .p-xxxl-1 {
    padding: 0.25rem !important; }
  .pt-xxxl-1,
  .py-xxxl-1 {
    padding-top: 0.25rem !important; }
  .pr-xxxl-1,
  .px-xxxl-1 {
    padding-right: 0.25rem !important; }
  .pb-xxxl-1,
  .py-xxxl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xxxl-1,
  .px-xxxl-1 {
    padding-left: 0.25rem !important; }
  .p-xxxl-2 {
    padding: 0.5rem !important; }
  .pt-xxxl-2,
  .py-xxxl-2 {
    padding-top: 0.5rem !important; }
  .pr-xxxl-2,
  .px-xxxl-2 {
    padding-right: 0.5rem !important; }
  .pb-xxxl-2,
  .py-xxxl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xxxl-2,
  .px-xxxl-2 {
    padding-left: 0.5rem !important; }
  .p-xxxl-3 {
    padding: 1rem !important; }
  .pt-xxxl-3,
  .py-xxxl-3 {
    padding-top: 1rem !important; }
  .pr-xxxl-3,
  .px-xxxl-3 {
    padding-right: 1rem !important; }
  .pb-xxxl-3,
  .py-xxxl-3 {
    padding-bottom: 1rem !important; }
  .pl-xxxl-3,
  .px-xxxl-3 {
    padding-left: 1rem !important; }
  .p-xxxl-4 {
    padding: 1.5rem !important; }
  .pt-xxxl-4,
  .py-xxxl-4 {
    padding-top: 1.5rem !important; }
  .pr-xxxl-4,
  .px-xxxl-4 {
    padding-right: 1.5rem !important; }
  .pb-xxxl-4,
  .py-xxxl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xxxl-4,
  .px-xxxl-4 {
    padding-left: 1.5rem !important; }
  .p-xxxl-5 {
    padding: 3rem !important; }
  .pt-xxxl-5,
  .py-xxxl-5 {
    padding-top: 3rem !important; }
  .pr-xxxl-5,
  .px-xxxl-5 {
    padding-right: 3rem !important; }
  .pb-xxxl-5,
  .py-xxxl-5 {
    padding-bottom: 3rem !important; }
  .pl-xxxl-5,
  .px-xxxl-5 {
    padding-left: 3rem !important; }
  .m-xxxl-n1 {
    margin: -0.25rem !important; }
  .mt-xxxl-n1,
  .my-xxxl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xxxl-n1,
  .mx-xxxl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xxxl-n1,
  .my-xxxl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xxxl-n1,
  .mx-xxxl-n1 {
    margin-left: -0.25rem !important; }
  .m-xxxl-n2 {
    margin: -0.5rem !important; }
  .mt-xxxl-n2,
  .my-xxxl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xxxl-n2,
  .mx-xxxl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xxxl-n2,
  .my-xxxl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xxxl-n2,
  .mx-xxxl-n2 {
    margin-left: -0.5rem !important; }
  .m-xxxl-n3 {
    margin: -1rem !important; }
  .mt-xxxl-n3,
  .my-xxxl-n3 {
    margin-top: -1rem !important; }
  .mr-xxxl-n3,
  .mx-xxxl-n3 {
    margin-right: -1rem !important; }
  .mb-xxxl-n3,
  .my-xxxl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xxxl-n3,
  .mx-xxxl-n3 {
    margin-left: -1rem !important; }
  .m-xxxl-n4 {
    margin: -1.5rem !important; }
  .mt-xxxl-n4,
  .my-xxxl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xxxl-n4,
  .mx-xxxl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xxxl-n4,
  .my-xxxl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xxxl-n4,
  .mx-xxxl-n4 {
    margin-left: -1.5rem !important; }
  .m-xxxl-n5 {
    margin: -3rem !important; }
  .mt-xxxl-n5,
  .my-xxxl-n5 {
    margin-top: -3rem !important; }
  .mr-xxxl-n5,
  .mx-xxxl-n5 {
    margin-right: -3rem !important; }
  .mb-xxxl-n5,
  .my-xxxl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xxxl-n5,
  .mx-xxxl-n5 {
    margin-left: -3rem !important; }
  .m-xxxl-auto {
    margin: auto !important; }
  .mt-xxxl-auto,
  .my-xxxl-auto {
    margin-top: auto !important; }
  .mr-xxxl-auto,
  .mx-xxxl-auto {
    margin-right: auto !important; }
  .mb-xxxl-auto,
  .my-xxxl-auto {
    margin-bottom: auto !important; }
  .ml-xxxl-auto,
  .mx-xxxl-auto {
    margin-left: auto !important; } }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1400px) {
  .text-xxl-left {
    text-align: left !important; }
  .text-xxl-right {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

@media (min-width: 1640px) {
  .text-xxxl-left {
    text-align: left !important; }
  .text-xxxl-right {
    text-align: right !important; }
  .text-xxxl-center {
    text-align: center !important; } }

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

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

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

.font-weight-light {
  font-weight: 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: #183ebe !important; }

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

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

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

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

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

.text-info {
  color: #17a2b8 !important; }

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

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

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

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

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !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-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;
  word-wrap: break-word !important; }

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

.ce_more-content {
  margin-top: 3rem;
  margin-bottom: 3rem; }

.mc_item {
  background-color: #e9ecef;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  margin-bottom: .2rem;
  padding: 1rem 1.5rem;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  @media (max-width: 767.98px) {
    .mc_item {
      -moz-flex-direction: column;
      flex-direction: column;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      align-items: flex-start; } }
  .mc_item .mc_title {
    display: inline-block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding-right: 3rem; }
    @media (max-width: 767.98px) {
      .mc_item .mc_title {
        padding-right: 0;
        -webkit-line-clamp: 2;
        margin-bottom: .5rem; } }
    @media (min-width: 1200px) {
      .mc_item .mc_title {
        padding-right: 5rem; } }
  .mc_item a p {
    text-decoration: underline; }
  .mc_item p {
    display: inline-block; }
  .mc_item span {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: block; }
  .mc_item p, .mc_item a {
    margin: 0;
    color: #343a40; }
    .mc_item p:first-child, .mc_item a:first-child {
      -moz-flex-grow: 1;
      -ms-flex-grow: 1;
      flex-grow: 1; }
  .mc_item .mc_added-info {
    font-size: 0.8rem;
    color: #6c757d;
    margin-left: 1rem; }
    @media (max-width: 767.98px) {
      .mc_item .mc_added-info {
        margin-left: 0; } }

/* poppins-100 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 100;
  src: url("../../files/private/dist/fonts/poppins-v15-latin-100.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../../files/private/dist/fonts/poppins-v15-latin-100.eot?#iefix") format("embedded-opentype"), url("../../files/private/dist/fonts/poppins-v15-latin-100.woff2") format("woff2"), url("../../files/private/dist/fonts/poppins-v15-latin-100.woff") format("woff"), url("../../files/private/dist/fonts/poppins-v15-latin-100.ttf") format("truetype"), url("../../files/private/dist/fonts/poppins-v15-latin-100.svg#Poppins") format("svg");
  /* Legacy iOS */ }

/* poppins-300 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url("../../files/private/dist/fonts/poppins-v15-latin-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../../files/private/dist/fonts/poppins-v15-latin-300.eot?#iefix") format("embedded-opentype"), url("../../files/private/dist/fonts/poppins-v15-latin-300.woff2") format("woff2"), url("../../files/private/dist/fonts/poppins-v15-latin-300.woff") format("woff"), url("../../files/private/dist/fonts/poppins-v15-latin-300.ttf") format("truetype"), url("../../files/private/dist/fonts/poppins-v15-latin-300.svg#Poppins") format("svg");
  /* Legacy iOS */
  font-display: swap; }

/* poppins-regular - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url("../../files/private/dist/fonts/poppins-v15-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../../files/private/dist/fonts/poppins-v15-latin-regular.eot?#iefix") format("embedded-opentype"), url("../../files/private/dist/fonts/poppins-v15-latin-regular.woff2") format("woff2"), url("../../files/private/dist/fonts/poppins-v15-latin-regular.woff") format("woff"), url("../../files/private/dist/fonts/poppins-v15-latin-regular.ttf") format("truetype"), url("../../files/private/dist/fonts/poppins-v15-latin-regular.svg#Poppins") format("svg");
  /* Legacy iOS */
  font-display: swap; }

/* poppins-600 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url("../../files/private/dist/fonts/poppins-v15-latin-600.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../../files/private/dist/fonts/poppins-v15-latin-600.eot?#iefix") format("embedded-opentype"), url("../../files/private/dist/fonts/poppins-v15-latin-600.woff2") format("woff2"), url("../../files/private/dist/fonts/poppins-v15-latin-600.woff") format("woff"), url("../../files/private/dist/fonts/poppins-v15-latin-600.ttf") format("truetype"), url("../../files/private/dist/fonts/poppins-v15-latin-600.svg#Poppins") format("svg");
  /* Legacy iOS */
  font-display: swap; }

/* poppins-700 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url("../../files/private/dist/fonts/poppins-v15-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../../files/private/dist/fonts/poppins-v15-latin-700.eot?#iefix") format("embedded-opentype"), url("../../files/private/dist/fonts/poppins-v15-latin-700.woff2") format("woff2"), url("../../files/private/dist/fonts/poppins-v15-latin-700.woff") format("woff"), url("../../files/private/dist/fonts/poppins-v15-latin-700.ttf") format("truetype"), url("../../files/private/dist/fonts/poppins-v15-latin-700.svg#Poppins") format("svg");
  /* Legacy iOS */
  font-display: swap; }

.space-inner-1-top, .space-inner-1, .link_grid {
  padding-top: 3rem; }
  @media (min-width: 768px) {
    .space-inner-1-top, .space-inner-1, .link_grid {
      padding-top: 4rem; } }

.space-inner-1-bottom, .space-inner-1, .link_grid {
  padding-bottom: 3rem; }
  @media (min-width: 768px) {
    .space-inner-1-bottom, .space-inner-1, .link_grid {
      padding-bottom: 4rem; } }

.space-inner-2-top, .space-inner-2 {
  padding-top: 4rem; }
  @media (min-width: 768px) {
    .space-inner-2-top, .space-inner-2 {
      padding-top: 6rem; } }

.space-inner-2-bottom, .space-inner-2 {
  padding-bottom: 4rem; }
  @media (min-width: 768px) {
    .space-inner-2-bottom, .space-inner-2 {
      padding-bottom: 6rem; } }

.space-inner-3-top, .space-inner-3 {
  padding-top: 6rem; }
  @media (min-width: 768px) {
    .space-inner-3-top, .space-inner-3 {
      padding-top: 10rem; } }

.space-inner-3-bottom, .space-inner-3 {
  padding-bottom: 6rem; }
  @media (min-width: 768px) {
    .space-inner-3-bottom, .space-inner-3 {
      padding-bottom: 10rem; } }

.space-inner-4-top, .space-inner-4 {
  padding-top: 10rem; }
  @media (min-width: 768px) {
    .space-inner-4-top, .space-inner-4 {
      padding-top: 14rem; } }

.space-inner-4-bottom, .space-inner-4 {
  padding-bottom: 10rem; }
  @media (min-width: 768px) {
    .space-inner-4-bottom, .space-inner-4 {
      padding-bottom: 14rem; } }

.space-outer-1-top, .space-outer-1 {
  margin-top: 3rem; }
  @media (min-width: 768px) {
    .space-outer-1-top, .space-outer-1 {
      margin-top: 4rem; } }

.space-outer-1-bottom, .space-outer-1, .pagination, .ce_bs_grid_gallery.partner {
  margin-bottom: 3rem; }
  @media (min-width: 768px) {
    .space-outer-1-bottom, .space-outer-1, .pagination, .ce_bs_grid_gallery.partner {
      margin-bottom: 4rem; } }

.space-outer-2-top, .space-outer-2 {
  margin-top: 4rem; }
  @media (min-width: 768px) {
    .space-outer-2-top, .space-outer-2 {
      margin-top: 6rem; } }

.space-outer-2-bottom, .space-outer-2 {
  margin-bottom: 4rem; }
  @media (min-width: 768px) {
    .space-outer-2-bottom, .space-outer-2 {
      margin-bottom: 6rem; } }

.space-outer-3-top, .space-outer-3 {
  margin-top: 6rem; }
  @media (min-width: 768px) {
    .space-outer-3-top, .space-outer-3 {
      margin-top: 10rem; } }

.space-outer-3-bottom, .space-outer-3 {
  margin-bottom: 6rem; }
  @media (min-width: 768px) {
    .space-outer-3-bottom, .space-outer-3 {
      margin-bottom: 10rem; } }

.space-outer-4-top, .space-outer-4 {
  margin-top: 10rem; }
  @media (min-width: 768px) {
    .space-outer-4-top, .space-outer-4 {
      margin-top: 14rem; } }

.space-outer-4-bottom, .space-outer-4 {
  margin-bottom: 10rem; }
  @media (min-width: 768px) {
    .space-outer-4-bottom, .space-outer-4 {
      margin-bottom: 14rem; } }

.space-basic-outer-top {
  margin-top: 10rem; }
  @media (min-width: 768px) {
    .space-basic-outer-top {
      margin-top: 16rem; } }

.space-basic-outer-bottom {
  margin-bottom: 10rem; }
  @media (min-width: 768px) {
    .space-basic-outer-bottom {
      margin-bottom: 16rem; } }

.space-basic-outer {
  margin-top: 10rem;
  margin-bottom: 10rem; }
  @media (min-width: 768px) {
    .space-basic-outer {
      margin-top: 16rem;
      margin-bottom: 16rem; } }

.space-basic-outer-top_half {
  margin-top: 6rem; }
  @media (min-width: 768px) {
    .space-basic-outer-top_half {
      margin-top: 8rem; } }

.space-basic-outer-bottom_half {
  margin-bottom: 6rem; }
  @media (min-width: 768px) {
    .space-basic-outer-bottom_half {
      margin-bottom: 8rem; } }

.space-basic-outer_half {
  margin-top: 6rem;
  margin-bottom: 6rem; }
  @media (min-width: 768px) {
    .space-basic-outer_half {
      margin-top: 8rem;
      margin-bottom: 8rem; } }

.space-basic-top-inner {
  padding-top: 10rem; }
  @media (min-width: 768px) {
    .space-basic-top-inner {
      padding-top: 12rem; } }

.space-basic-bottom-inner {
  padding-bottom: 10rem; }
  @media (min-width: 768px) {
    .space-basic-bottom-inner {
      padding-bottom: 12rem; } }

.space-basic-inner {
  padding-top: 10rem;
  padding-bottom: 10rem; }
  @media (min-width: 768px) {
    .space-basic-inner {
      padding-top: 12rem;
      padding-bottom: 12rem; } }

.space-basic-top-inner_half {
  padding-top: 4rem; }
  @media (min-width: 768px) {
    .space-basic-top-inner_half {
      padding-top: 6rem; } }

.space-basic-bottom-inner_half {
  padding-bottom: 4rem; }
  @media (min-width: 768px) {
    .space-basic-bottom-inner_half {
      padding-bottom: 6rem; } }

.space-basic-inner_half, .leistungs_item {
  padding-top: 4rem;
  padding-bottom: 4rem; }
  @media (min-width: 768px) {
    .space-basic-inner_half, .leistungs_item {
      padding-top: 6rem;
      padding-bottom: 6rem; } }

img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto; }

figure {
  position: relative;
  margin: 0;
  overflow: hidden; }
  figure .caption {
    font-weight: 600;
    margin-top: .4rem;
    margin-bottom: .9rem; }

.ce_image {
  overflow: hidden; }
  .ce_image.original img {
    max-height: unset;
    width: unset;
    -o-object-fit: contain;
    object-fit: contain; }
  .ce_image.o-contain img {
    -o-object-fit: contain;
    object-fit: contain; }
  .ce_image img {
    max-height: 90vh; }
  .ce_image:hover .picture_default_overlay {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.9);
    transition: all 175ms cubic-bezier(0.22, 1, 0.36, 1); }
    .ce_image:hover .picture_default_overlay p {
      transform: translateY(0);
      transition: all 175ms cubic-bezier(0.22, 1, 0.36, 1); }

.picture_default_overlay {
  position: absolute;
  display: inline-flex;
  z-index: 1;
  height: 100%;
  width: 100%;
  color: black;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 3vw;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: all 250ms cubic-bezier(0.64, 0, 0.78, 0); }
  .picture_default_overlay p {
    transition: all 250ms cubic-bezier(0.64, 0, 0.78, 0);
    transform: translateY(10px); }

.no-cover .picture_default_loading-screen {
  display: none !important; }

.image_container a {
  outline: none; }

.image_container .cboxElement img {
  transition: all 600ms cubic-bezier(0.33, 1, 0.68, 1); }

.image_container .cboxElement:hover img {
  transform: scale(1.1); }

.image_inner {
  position: relative;
  display: inline-block;
  width: 100%; }

.picture_default_loading-screen {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #232b44;
  transition: all 600ms cubic-bezier(0.895, 0.03, 0.685, 0.22) 200ms; }
  .picture_default_loading-screen.show {
    height: 0 !important; }

.grid-galerie > div .ce_image {
  margin-bottom: 12vh; }

.dual-image {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 3rem; }
  @media (min-width: 768px) {
    .dual-image {
      margin-bottom: 0; } }
  .dual-image .picture_default_overlay {
    display: none; }
  .dual-image .caption {
    display: none; }
  .dual-image .ce_image {
    position: relative;
    filter: grayscale(1);
    z-index: 2;
    opacity: .5 !important;
    transition: all 250ms 0s ease-in-out; }
    .dual-image .ce_image img {
      height: unset;
      max-height: unset; }
    .dual-image .ce_image:first-child {
      transform: scale(0.95); }
    .dual-image .ce_image:last-child {
      top: 0;
      position: absolute;
      max-height: 100%;
      transform: translate(-5vw, 5vw); }
    .dual-image .ce_image.active {
      z-index: 4;
      opacity: 1 !important;
      filter: grayscale(0); }

.ce_rsce_container-start:not(.no-format) {
  position: relative;
  margin-left: -10vw;
  margin-right: -10vw;
  padding-left: 10vw;
  padding-right: 10vw;
  width: unset;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .ce_rsce_container-start:not(.no-format).bg-gradient:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #00000088 30%, #ffffff44 100%);
    z-index: 1; }
  .ce_rsce_container-start:not(.no-format) .col {
    z-index: 2; }

.mod_article {
  position: relative; }
  .mod_article.background-image:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #0000009c 30%, #ffffff44 100%);
    z-index: 1; }
  .mod_article > * {
    z-index: 2; }

footer {
  font-size: 0.9rem;
  overflow: hidden; }
  footer a {
    transition: all 200ms ease; }
  footer a:hover {
    opacity: .6; }
  footer .footer_partner {
    display: none;
    width: 100%;
    padding-right: 10vw;
    padding-left: 10vw;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    border-bottom: 15px solid #183ebe;
    width: 100%;
    margin: 0;
    background-color: #6c757d;
    padding-top: 2rem;
    padding-bottom: 2rem; }
    @media (min-width: 768px) {
      footer .footer_partner {
        display: block; } }
    @media (min-width: 1200px) {
      footer .footer_partner {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem; } }
    footer .footer_partner .image_container {
      margin: auto;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
    footer .footer_partner .picture_default_loading-screen {
      height: 0 !important; }
  footer .footer_partner_headline {
    font-size: 0.7rem;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 1.5rem;
    background-color: #6c757d; }
    footer .footer_partner_headline p {
      color: #c7c7c7; }
  footer .footer_partner-logos {
    display: flex;
    flex-wrap: wrap;
    margin-right: -2rem;
    margin-left: -2rem; }
    footer .footer_partner-logos > div {
      position: relative;
      width: 100%;
      padding-right: 2rem;
      padding-left: 2rem;
      flex: 0 0 20%;
      max-width: 20%; }
  footer .footer_content {
    width: 100%;
    padding-right: 10vw;
    padding-left: 10vw;
    margin-right: auto;
    margin-left: auto;
    background-color: #1C2329;
    color: #fff;
    padding-top: 4rem;
    padding-bottom: 4rem;
    border-top: 4px solid #ced4da; }
    @media (min-width: 768px) {
      footer .footer_content {
        border-top: unset; } }
    footer .footer_content a {
      color: #fff; }
  footer .footer_content_grid {
    display: flex;
    flex-wrap: wrap;
    margin-right: -0.5rem;
    margin-left: -0.5rem; }
    footer .footer_content_grid > div {
      position: relative;
      width: 100%;
      padding-right: 0.5rem;
      padding-left: 0.5rem;
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 2rem; }
      @media (max-width: 767.98px) {
        footer .footer_content_grid > div {
          margin-bottom: 3rem; } }
      @media (min-width: 768px) {
        footer .footer_content_grid > div {
          flex: 0 0 50%;
          max-width: 50%; } }
  footer .footer_icon-list_item {
    position: relative;
    font-size: 0.9rem; }
    @media (max-width: 767.98px) {
      footer .footer_icon-list_item {
        text-align: center; }
        footer .footer_icon-list_item:last-child {
          display: table;
          margin: auto;
          margin-top: 2rem; }
          footer .footer_icon-list_item:last-child p {
            margin: 0; }
          footer .footer_icon-list_item:last-child a {
            border: 2px solid #495057;
            padding: 0.8rem 2.2rem;
            font-size: 1.3rem; }
          footer .footer_icon-list_item:last-child strong {
            font-weight: 600; } }
    @media (min-width: 768px) {
      footer .footer_icon-list_item {
        padding-left: 2rem; } }
    @media (max-width: 767.98px) {
      footer .footer_icon-list_item p {
        display: inline-block; } }
    footer .footer_icon-list_item a {
      text-decoration: none !important; }
    footer .footer_icon-list_item .icon {
      display: none; }
      @media (min-width: 768px) {
        footer .footer_icon-list_item .icon {
          display: block;
          position: absolute;
          left: 0;
          color: #fff; } }
  footer .footer_content_links {
    display: flex;
    flex-wrap: wrap;
    margin-right: -1rem;
    margin-left: -1rem;
    font-weight: 300;
    display: none; }
    @media (min-width: 768px) {
      footer .footer_content_links {
        display: flex; } }
    footer .footer_content_links ul {
      list-style: none;
      padding: 0;
      margin-bottom: 0; }
      footer .footer_content_links ul li {
        margin-bottom: 0.3rem; }
      footer .footer_content_links ul li:before {
        display: none; }
    footer .footer_content_links > div {
      position: relative;
      width: 100%;
      padding-right: 1rem;
      padding-left: 1rem;
      flex: 0 0 100%;
      max-width: 100%; }
      @media (min-width: 992px) {
        footer .footer_content_links > div {
          flex: 0 0 50%;
          max-width: 50%; } }
  footer .footer_mobile-image {
    display: none; }
    footer .footer_mobile-image p {
      font-size: 1.5rem;
      font-weight: 400; }
    @media (max-width: 767.98px) {
      footer .footer_mobile-image {
        display: block;
        margin-bottom: 3rem; } }
    footer .footer_mobile-image a {
      font-weight: 700; }
  footer .footer_text_gray {
    color: #ced4da;
    font-size: .8rem;
    line-height: 1.6rem;
    font-weight: 300; }
  footer .footer_social a {
    margin-right: 1rem;
    text-decoration: none; }
  footer .footer_social svg {
    width: 45px;
    height: 45px; }
  footer .footer_links {
    font-size: 90%;
    font-weight: 300; }
  footer .footer_logo {
    text-align: center; }
    @media (min-width: 768px) {
      footer .footer_logo {
        text-align: unset; } }
    footer .footer_logo svg {
      width: 100%;
      height: auto;
      max-width: 20rem; }
  footer .footer_credits {
    width: 100%;
    padding-right: 10vw;
    padding-left: 10vw;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    background-color: #fff;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 90%; }
    footer .footer_credits p {
      margin: 0;
      color: #495057; }
      footer .footer_credits p a {
        color: inherit; }

.ansprechpartner .ap_row {
  margin-bottom: 10rem; }

.ap_row_special {
  display: flex;
  flex-wrap: wrap;
  margin-right: -2vw;
  margin-left: -2vw; }
  .ap_row_special > div {
    position: relative;
    width: 100%;
    padding-right: 2vw;
    padding-left: 2vw; }
    @media (min-width: 768px) {
      .ap_row_special > div:first-child {
        flex: 0 0 58.33333%;
        max-width: 58.33333%; } }
    .ap_row_special > div:last-child {
      display: flex;
      flex-direction: column;
      background-color: #183ebe;
      color: #fff;
      padding: 3rem 10vw;
      margin-left: -8vw;
      margin-right: -8vw;
      width: -webkit-fill-available;
      width: -moz-available; }
      @media (min-width: 768px) {
        .ap_row_special > div:last-child {
          flex: 0 0 41.66667%;
          max-width: 41.66667%;
          margin: 0;
          padding: 2rem 2rem;
          height: -webkit-fit-content;
          height: -moz-fit-content;
          height: fit-content;
          box-shadow: 0px 14px 34px rgba(0, 0, 0, 0.25); } }
      @media (min-width: 1200px) {
        .ap_row_special > div:last-child {
          padding: 3rem 4rem; } }
      .ap_row_special > div:last-child .headline {
        border-bottom-color: rgba(255, 255, 255, 0.3); }
      .ap_row_special > div:last-child .ce_hyperlink {
        margin-top: 2rem; }

.ap_row_two {
  display: flex;
  flex-wrap: wrap;
  margin-right: -2vw;
  margin-left: -2vw; }
  .ap_row_two > div {
    position: relative;
    width: 100%;
    padding-right: 2vw;
    padding-left: 2vw;
    flex: 0 0 100%;
    max-width: 100%; }
    @media (min-width: 576px) {
      .ap_row_two > div {
        flex: 0 0 50%;
        max-width: 50%; } }
    @media (min-width: 768px) {
      .ap_row_two > div {
        flex: 0 0 50%;
        max-width: 50%; } }
    @media (min-width: 1200px) {
      .ap_row_two > div {
        flex: 0 0 42.85714%;
        max-width: 42.85714%; } }
    @media (min-width: 1640px) {
      .ap_row_two > div {
        flex: 0 0 42.85714%;
        max-width: 42.85714%; } }

.ap_bg-color {
  padding-top: 3rem;
  padding-bottom: 0; }
  @media (min-width: 768px) {
    .ap_bg-color {
      padding-top: 3rem;
      padding-bottom: 3rem; } }

.ap_row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -2vw;
  margin-left: -2vw; }
  .ap_row > div {
    position: relative;
    width: 100%;
    padding-right: 2vw;
    padding-left: 2vw;
    flex: 0 0 100%;
    max-width: 100%; }
    @media (min-width: 576px) {
      .ap_row > div {
        flex: 0 0 50%;
        max-width: 50%; } }
    @media (min-width: 768px) {
      .ap_row > div {
        flex: 0 0 33.33333%;
        max-width: 33.33333%; } }
    @media (min-width: 1200px) {
      .ap_row > div {
        flex: 0 0 25%;
        max-width: 25%; } }

.ap_item {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 3rem; }
  .ap_item:hover img {
    filter: none; }
  .ap_item .image_container {
    max-width: 220px; }
  .ap_item img {
    width: 100%;
    filter: grayscale(1);
    transition: filter 200ms ease; }
  .ap_item h3 {
    color: #183ebe;
    font-size: 1.6rem;
    margin-top: 1rem;
    margin-bottom: 0; }
    @media (min-width: 576px) {
      .ap_item h3 {
        font-size: 1.4rem; } }
  @media (min-width: 576px) and (max-width: 1200px) {
    .ap_item h3 {
      font-size: calc(1.265rem + 0.18vw) ; } }
  .ap_item h6 {
    font-size: 0.9rem;
    margin-bottom: 1.2rem;
    font-weight: 300;
    margin-top: 0.4rem;
    color: #45527b; }
  .ap_item p {
    margin-bottom: 0;
    margin-top: auto; }
    @media (min-width: 576px) {
      .ap_item p {
        font-size: 0.9rem; } }

.jobs_headline h1 {
  font-size: 3.7rem; }
  @media (max-width: 1200px) {
    .jobs_headline h1 {
      font-size: calc(1.495rem + 2.94vw) ; } }
  @media (min-width: 1640px) {
    .jobs_headline h1 {
      max-width: 66vw; } }

.jobs_bild-text {
  margin-top: 6rem;
  margin-bottom: 6rem; }

.jobs_text-bild_item {
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 0; }
  .jobs_text-bild_item .caption {
    display: none; }
  .jobs_text-bild_item.first .ce_text {
    width: 100%;
    position: relative;
    display: inline-block; }
  .jobs_text-bild_item.first p {
    margin-top: 1.5rem;
    max-width: 20rem;
    float: right; }
    @media (min-width: 768px) {
      .jobs_text-bild_item.first p {
        max-width: 45%; } }
    @media (min-width: 1200px) {
      .jobs_text-bild_item.first p {
        max-width: 22rem; } }
  .jobs_text-bild_item.first .image_container {
    width: unset;
    margin-left: -10vw;
    margin-right: -10vw; }
    @media (min-width: 768px) {
      .jobs_text-bild_item.first .image_container {
        margin-left: 2rem;
        margin-right: -10vw;
        width: 60%; } }
    .jobs_text-bild_item.first .image_container img {
      height: 60vw; }
      @media (min-width: 576px) {
        .jobs_text-bild_item.first .image_container img {
          height: 45vw; } }
      @media (min-width: 768px) {
        .jobs_text-bild_item.first .image_container img {
          height: 30vw; } }
  .jobs_text-bild_item.second {
    z-index: 1;
    pointer-events: none;
    margin-left: -10vw;
    margin-top: 4rem; }
    @media (min-width: 768px) {
      .jobs_text-bild_item.second {
        margin-top: 2rem; } }
    @media (min-width: 1200px) {
      .jobs_text-bild_item.second {
        margin-top: -7rem;
        opacity: .5;
        filter: grayscale(1); } }
    @media (min-width: 1640px) {
      .jobs_text-bild_item.second {
        margin-top: -15rem; } }
    .jobs_text-bild_item.second .ce_image {
      width: 90%; }
      @media (min-width: 768px) {
        .jobs_text-bild_item.second .ce_image {
          width: 50%; } }
      @media (min-width: 1200px) {
        .jobs_text-bild_item.second .ce_image {
          width: 30%; } }
    .jobs_text-bild_item.second img {
      height: 50vw; }
      @media (min-width: 768px) {
        .jobs_text-bild_item.second img {
          height: 35vw; } }
      @media (min-width: 1200px) {
        .jobs_text-bild_item.second img {
          height: 20vw; } }
  .jobs_text-bild_item.last {
    z-index: -1;
    opacity: .5;
    filter: hue-rotate(356deg) saturate(1.9);
    pointer-events: none;
    margin-top: -7rem; }
    @media (min-width: 768px) {
      .jobs_text-bild_item.last {
        margin-top: -12rem; } }
    .jobs_text-bild_item.last .ce_image {
      width: 100%;
      margin-right: -10vw;
      margin-left: auto; }
      @media (min-width: 768px) {
        .jobs_text-bild_item.last .ce_image {
          width: 80%; } }
      @media (min-width: 1200px) {
        .jobs_text-bild_item.last .ce_image {
          width: 60%;
          margin-right: auto;
          margin-left: 0; } }
    .jobs_text-bild_item.last img {
      height: 50vw; }
      @media (min-width: 768px) {
        .jobs_text-bild_item.last img {
          height: 40vw; } }
      @media (min-width: 1200px) {
        .jobs_text-bild_item.last img {
          height: 30vw; } }

.jobs_text-bild_meta {
  position: relative;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6rem;
  z-index: 5; }
  @media (min-width: 768px) {
    .jobs_text-bild_meta {
      margin-top: 3rem; } }
  @media (min-width: 1200px) {
    .jobs_text-bild_meta {
      margin-top: -8rem; } }
  .jobs_text-bild_meta p {
    font-size: 3.2rem;
    line-height: 150%; }
    @media (max-width: 1200px) {
      .jobs_text-bild_meta p {
        font-size: calc(1.445rem + 2.34vw) ; } }

.jobs_text-spezial p {
  font-weight: 300;
  font-size: 1.5rem;
  max-width: 40rem; }
  @media (max-width: 1200px) {
    .jobs_text-spezial p {
      font-size: calc(1.275rem + 0.3vw) ; } }

.layout_job .job_image {
  margin-left: -10vw;
  margin-right: -10vw;
  pointer-events: none; }
  .layout_job .job_image img {
    height: 26vh;
    min-height: 12rem; }
    @media (min-width: 576px) {
      .layout_job .job_image img {
        height: 35vh; } }
    @media (min-width: 992px) {
      .layout_job .job_image img {
        height: unset; } }

.layout_job .job_container {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto; }
  .layout_job .job_container > .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0; }
    @media (min-width: 992px) {
      .layout_job .job_container > .row {
        -moz-flex-direction: row;
        flex-direction: row; } }

.layout_job .job_main {
  position: relative;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  background-color: #fff; }
  @media (min-width: 992px) {
    .layout_job .job_main {
      flex: 0 0 66.66667%;
      max-width: 66.66667%;
      padding-right: 10vw;
      margin-top: -15vh; } }

.layout_job .job_header {
  margin-bottom: 5rem; }

.layout_job .job_title {
  position: relative;
  padding-top: 4rem; }
  .layout_job .job_title:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #fff; }

.layout_job .ce_text {
  margin-bottom: 5rem; }

.layout_job .ce_text.job_gray-bg {
  margin-left: -10vw;
  margin-right: -10vw;
  padding: 10vw;
  background-color: #e9ecef; }
  @media (min-width: 768px) {
    .layout_job .ce_text.job_gray-bg {
      margin-left: -2rem;
      margin-right: -2rem;
      padding: 2rem; } }

.layout_job .job_sidebar {
  position: relative;
  width: 100%;
  padding-right: 0;
  padding-left: 0; }
  @media (min-width: 576px) {
    .layout_job .job_sidebar {
      flex: 0 0 66.66667%;
      max-width: 66.66667%; } }
  @media (min-width: 992px) {
    .layout_job .job_sidebar {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; } }

.layout_job .job_facts {
  top: 0;
  position: -webkit-sticky;
  position: sticky;
  border-top: 10px solid #183ebe;
  font-size: 0.85rem; }
  @media (max-width: 575.98px) {
    .layout_job .job_facts {
      margin-left: -10vw;
      margin-right: -10vw; } }
  .layout_job .job_facts p {
    margin: 0;
    margin-bottom: 1rem; }
  .layout_job .job_facts .job_gray-bg {
    background-color: rgba(24, 62, 190, 0.15);
    padding: 1.5rem 2rem; }
    @media (max-width: 575.98px) {
      .layout_job .job_facts .job_gray-bg {
        padding: 1.5rem 10vw; } }
  .layout_job .job_facts .job_blue-bg {
    background-color: #183ebe;
    color: #fff;
    padding: 1.5rem 2rem; }
    @media (max-width: 575.98px) {
      .layout_job .job_facts .job_blue-bg {
        padding: 1.5rem 10vw; } }

.layout_job .job_image_bottom {
  margin-top: 10rem; }

.slick {
  padding: 0;
  overflow: visible; }
  .slick.slick-height-2 img {
    height: calc(40vh - 45px); }
  .slick .picture_default_overlay {
    display: none !important; }
  .slick .slick-container {
    padding-top: 4rem; }
  .slick .slick-list {
    overflow: visible; }
  .slick .slick-slide {
    position: relative;
    height: auto;
    padding-right: 5vw;
    outline: none !important;
    padding-right: 2vw;
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
    opacity: .1;
    transition: all 800ms cubic-bezier(0.33, 1, 0.68, 1);
    max-width: 86vw; }
    @media (min-width: 576px) {
      .slick .slick-slide {
        max-width: unset; } }
    .slick .slick-slide.slick-active {
      opacity: 1; }
      .slick .slick-slide.slick-active .caption {
        opacity: 1; }
    @media (min-width: 576px) {
      .slick .slick-slide {
        padding-right: 2rem; } }
  .slick .slick-arrow {
    position: absolute;
    width: 70px;
    height: 50px;
    top: 0;
    background-color: unset;
    border: none;
    color: #495057;
    font-size: 0;
    transition: all 300ms cubic-bezier(0.33, 1, 0.68, 1); }
    .slick .slick-arrow:not(.slick-disabled):hover {
      color: #183ebe; }
    .slick .slick-arrow svg {
      height: 100%;
      width: 100%; }
  .slick .slick-prev:not(.slick-disabled):hover {
    transform: translateX(-5px); }
  .slick .slick-next:not(.slick-disabled):hover {
    transform: translateX(5px); }
  .slick .slick-next svg {
    transform: rotate(180deg); }
  .slick .slick-disabled {
    color: #ced4da;
    cursor: default; }
  .slick .slick-container {
    padding-top: 4.5rem; }
  .slick .slick-arrow {
    top: 0;
    right: 0; }
  .slick .slick-prev {
    right: 90px; }
  @media (min-width: 768px) {
    .slick h1,
    .slick h2,
    .slick h3,
    .slick h4,
    .slick h5,
    .slick h6 {
      padding-right: 10rem; } }
  @media (min-width: 768px) {
    .slick h1 + .slick-container,
    .slick h2 + .slick-container,
    .slick h3 + .slick-container,
    .slick h4 + .slick-container,
    .slick h5 + .slick-container,
    .slick h6 + .slick-container {
      margin-top: -4rem; } }
  .slick a {
    outline: none !important;
    text-decoration: underline;
    -webkit-text-decoration-color: #495057;
    text-decoration-color: #495057;
    transition: all 250ms cubic-bezier(0.64, 0, 0.78, 0);
    cursor: pointer; }
    .slick a:hover,
    .slick a:hover p {
      color: #183ebe;
      -webkit-text-decoration-color: #183ebe;
      text-decoration-color: #183ebe; }
  .slick .image_inner {
    width: auto;
    overflow: hidden; }
  .slick img {
    height: calc(60vh - 45px);
    max-height: unset;
    width: 100%; }
    @media (min-width: 576px) {
      .slick img {
        width: auto; } }
  .slick .caption {
    font-weight: 600;
    margin-top: 0.2rem;
    font-size: 1.1rem;
    color: #495057;
    opacity: 0;
    transition: all 250ms cubic-bezier(0.64, 0, 0.78, 0);
    width: unset !important; }

.slick.full-screen {
  margin-left: -10vw;
  margin-right: -10vw;
  height: 100vh;
  padding: 0;
  overflow: hidden;
  background-color: #232b44;
  cursor: normal; }
  .slick.full-screen .slick-slide {
    max-width: unset;
    width: 100vw;
    padding: 0;
    height: 100vh;
    opacity: 1;
    cursor: default; }
    .slick.full-screen .slick-slide:first-child:not(.loaded) img {
      transform: scale(1.1, 1.1);
      transition: transform 1.25s 0s cubic-bezier(0.165, 0.84, 0.19, 0.95); }
    .slick.full-screen .slick-slide:first-child:not(.loaded) .slider-content {
      transform: translateY(30px);
      transition: transform 1.25s 0s cubic-bezier(0.165, 0.84, 0.19, 0.95); }
    .slick.full-screen .slick-slide img {
      transform: scale(1.1, 1.1);
      transition: transform 1.25s 0s cubic-bezier(0.165, 0.84, 0.19, 0.95); }
    .slick.full-screen .slick-slide .slider-content {
      transform: translateY(30px);
      transition: transform 1.25s 0s cubic-bezier(0.165, 0.84, 0.19, 0.95); }
    .slick.full-screen .slick-slide.slick-active {
      transition: transform 1.25s 850ms cubic-bezier(0.165, 0.84, 0.19, 0.95), opacity 1.25s 850ms cubic-bezier(0.165, 0.84, 0.19, 0.95); }
      .slick.full-screen .slick-slide.slick-active img {
        transform: scale(1, 1);
        transition: transform 1.25s 850ms cubic-bezier(0.165, 0.84, 0.19, 0.95); }
      .slick.full-screen .slick-slide.slick-active .slider-content {
        transform: translateY(0);
        transition: transform 1.25s 850ms cubic-bezier(0.165, 0.84, 0.19, 0.95); }
    .slick.full-screen .slick-slide > .picture_default_loading-screen {
      z-index: 1; }
    .slick.full-screen .slick-slide .caption {
      display: none; }
  .slick.full-screen .slider-image {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100vw;
    max-height: unset;
    background: linear-gradient(0deg, #00000088 30%, #583e3f00 50%); }
    .slick.full-screen .slider-image .image_container {
      height: 100%;
      z-index: -1; }
    .slick.full-screen .slider-image .image_inner {
      height: 100%;
      width: 100%; }
    .slick.full-screen .slider-image img {
      height: 100%;
      width: 100%; }
  .slick.full-screen .slider-content {
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100vw;
    padding: 6rem 10vw; }
    .slick.full-screen .slider-content a {
      color: #fff;
      text-decoration: none; }
      .slick.full-screen .slider-content a:hover {
        text-decoration: none;
        color: #ffffff94;
        transition-duration: 0.3s; }
    @media (min-width: 576px) {
      .slick.full-screen .slider-content {
        padding: 6rem 35vw 3rem 10vw; } }
  .slick.full-screen .slick-arrow {
    bottom: 6.3rem;
    top: unset;
    right: 10vw;
    z-index: 1;
    color: #fff; }
    .slick.full-screen .slick-arrow:hover {
      color: #fff; }
  .slick.full-screen .slick-prev {
    margin-right: 90px; }
  .slick.full-screen .slick-disabled {
    opacity: .3; }
  .slick.full-screen .slick-container {
    padding-top: 0;
    padding-bottom: 3rem; }

.pagination {
  border-top: 1px solid #ced4da;
  padding: 0.5rem 0;
  margin-top: 2rem;
  margin-left: calc(10vw / 4);
  margin-right: calc(10vw / 4);
  clear: both; }

.pagination_pages {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  padding-right: 1rem; }
  .pagination_pages span, .pagination_pages strong {
    margin: 0;
    padding: 0; }
  .pagination_pages .active {
    display: inline-block;
    color: #adb5bd; }
  .pagination_pages .pagination_desc {
    display: inline-block;
    font-weight: 600;
    margin-right: .3rem;
    margin-bottom: 0.2rem; }
  .pagination_pages .pagination_item {
    position: relative;
    font-weight: 600;
    border: none;
    background-color: unset;
    padding: 0 .5rem;
    margin: 0;
    transition: all 300ms cubic-bezier(0.33, 1, 0.68, 1); }
    .pagination_pages .pagination_item:not(.active):hover {
      color: #183ebe; }
    .pagination_pages .pagination_item:after {
      content: "";
      position: absolute;
      height: 60%;
      top: 15%;
      width: 1px;
      background-color: #000;
      right: -3px; }
    .pagination_pages .pagination_item:last-child:after {
      display: none; }

.pagination_controll {
  display: none;
  float: right; }
  @media (min-width: 576px) {
    .pagination_controll {
      display: block; } }
  .pagination_controll button {
    position: relative;
    border: none;
    background-color: unset;
    padding: 0;
    margin: 0;
    padding: 0 .5rem;
    font-weight: 600; }
    .pagination_controll button.disabled {
      pointer-events: none;
      color: #adb5bd; }
    .pagination_controll button:not(.disabled):hover {
      color: #183ebe; }
    .pagination_controll button:first-child:after {
      content: "";
      position: absolute;
      height: 60%;
      top: 15%;
      width: 1px;
      background-color: #000;
      right: -3px; }

.leistungen_header {
  position: relative;
  margin-top: 6rem;
  margin-bottom: 12rem; }
  @media (min-width: 768px) {
    .leistungen_header {
      margin-top: 8rem;
      margin-bottom: 16rem; } }

.leistungen_image {
  z-index: -1;
  top: -2rem;
  right: 0;
  height: 100%;
  position: absolute;
  width: 50vw; }
  .leistungen_image img {
    opacity: .2; }

.leistungen_content {
  max-width: 42rem; }

.leistungs_item {
  border-bottom: 1px solid #dee2e6;
  overflow: hidden; }
  .leistungs_item p {
    color: #39444e !important;
    font-weight: 400; }
  .leistungs_item .picture_default_overlay p {
    color: #000 !important; }
  @media (min-width: 768px) {
    .leistungs_item .ce_image {
      margin-top: 0;
      margin-bottom: 0; } }
  .leistungs_item .caption {
    display: none; }

body.menu-active {
  pointer-events: none;
  overflow: hidden; }

.main-navigation {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  z-index: 5000;
  padding: 0;
  pointer-events: none; }
  @media (min-width: 576px) {
    .main-navigation {
      padding: 4vh 4vw; } }
  @media (min-width: 1200px) {
    .main-navigation {
      padding: 8vh 10vw; } }
  .main-navigation.active {
    pointer-events: all;
    background-color: #343a40b8;
    overflow-y: auto;
    overflow-x: hidden; }
    .main-navigation.active .main-navigation-grid {
      transform: scale(1);
      box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
      opacity: 1;
      transition: all 500ms cubic-bezier(0.22, 1, 0.36, 1); }

.main-navigation-grid {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
  position: relative;
  background-color: #fff;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.3);
  height: 100%;
  opacity: 0;
  transform: scale(1.1);
  transition: all 200ms cubic-bezier(0.22, 1, 0.36, 1);
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto; }
  .main-navigation-grid a {
    text-decoration: none;
    transition: all 200ms cubic-bezier(0.22, 1, 0.36, 1); }
    .main-navigation-grid a:hover {
      opacity: .5; }
  .main-navigation-grid > div {
    padding-top: 7rem; }
  .main-navigation-grid > div:first-child {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    flex: 0 0 100%;
    max-width: 100%; }
    @media (min-width: 992px) {
      .main-navigation-grid > div:first-child {
        flex: 0 0 58.33333%;
        max-width: 58.33333%; } }
    @media (min-width: 1400px) {
      .main-navigation-grid > div:first-child {
        flex: 0 0 66.66667%;
        max-width: 66.66667%; } }
  .main-navigation-grid > div:last-child {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    flex: 0 0 100%;
    max-width: 100%;
    background: linear-gradient(0deg, #E9EAEB 0%, rgba(234, 235, 237, 0) 100%); }
    @media (max-width: 991.98px) {
      .main-navigation-grid > div:last-child {
        padding-top: 2rem;
        background: linear-gradient(270deg, #E9EAEB 0%, rgba(234, 235, 237, 0) 100%); } }
    @media (min-width: 992px) {
      .main-navigation-grid > div:last-child {
        flex: 0 0 41.66667%;
        max-width: 41.66667%; } }
    @media (min-width: 1400px) {
      .main-navigation-grid > div:last-child {
        flex: 0 0 33.33333%;
        max-width: 33.33333%; } }

.mn_main {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
  padding: 0 1rem 2.5rem; }
  .mn_main > div {
    position: relative;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 2rem; }
    @media (min-width: 576px) {
      .mn_main > div {
        flex: 0 0 50%;
        max-width: 50%; } }
    @media (min-width: 992px) {
      .mn_main > div {
        flex: 0 0 50%;
        max-width: 50%; } }
    @media (min-width: 1200px) {
      .mn_main > div {
        position: relative;
        width: 100%;
        padding-right: 2.5rem;
        padding-left: 2.5rem; } }

.mn_close-button {
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 2rem;
  margin-right: 2rem;
  border: none;
  background-color: unset; }
  .mn_close-button.mn_close-button_mobile {
    display: flex; }
    @media (min-width: 992px) {
      .mn_close-button.mn_close-button_mobile {
        display: none; } }
  .mn_close-button.mn_close-button_desktop {
    display: none; }
    @media (min-width: 992px) {
      .mn_close-button.mn_close-button_desktop {
        display: flex; } }
  .mn_close-button:hover .mn_close-icon div:nth-child(1) {
    transform: translateY(1px) rotate(45deg); }
  .mn_close-button:hover .mn_close-icon div:nth-child(2) {
    transform: translateY(-1px) rotate(-45deg); }
  .mn_close-button .mn_close-icon {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px; }
    .mn_close-button .mn_close-icon div {
      display: block;
      width: 30px;
      height: 2px;
      background-color: black;
      transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1); }
      .mn_close-button .mn_close-icon div:nth-child(1) {
        transform: translateY(1px) rotate(-45deg); }
      .mn_close-button .mn_close-icon div:nth-child(2) {
        transform: translateY(-1px) rotate(45deg); }
  .mn_close-button p {
    float: left;
    margin-right: 1.3rem;
    color: #adb5bd;
    font-weight: 300;
    text-transform: uppercase;
    font-size: .8rem;
    margin-bottom: 0;
    letter-spacing: 1px; }

.mn_side {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
  -moz-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 0 2rem; }
  @media (min-width: 992px) {
    .mn_side {
      padding: 0 2rem; } }
  .mn_side > div {
    margin-bottom: 2rem; }
  .mn_side > div:last-child {
    margin-top: auto;
    margin-bottom: 2rem; }
  .mn_side a {
    color: #000; }
  .mn_side p {
    margin: 0 0 .25rem 0; }

.mn_headline {
  width: auto;
  text-transform: uppercase;
  margin-left: -0.4rem;
  margin-right: -0.4rem;
  padding: .5rem .4rem;
  color: #adb5bd;
  font-size: .6rem;
  font-weight: 400;
  border-bottom: 1px solid #000;
  letter-spacing: 2px; }

.mn_link-item {
  display: block !important;
  margin-bottom: .1rem !important; }
  .mn_link-item a {
    color: #000;
    font-size: 1.1rem;
    padding: 0.4rem 0; }
    .mn_link-item a:hover {
      color: #495057; }

.mm_side_links {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0; }

.mm_link-item_small {
  position: relative;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  flex: 0 0 50%;
  max-width: 50%;
  font-size: 80%;
  font-weight: 300; }

.mn_link-item_share {
  position: relative;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-top: 1rem; }
  .mn_link-item_share a {
    margin-left: .6rem;
    color: #6c757d; }
    .mn_link-item_share a:hover {
      color: #adb5bd; }
  .mn_link-item_share svg {
    width: 1.8rem;
    height: 1.8rem; }

nav.navbar {
  padding: 0 10vw;
  z-index: 500; }
  nav.navbar button {
    border: none;
    background-color: unset;
    padding: 0.5rem 0.6rem;
    transform: translateY(1px); }
    nav.navbar button:hover .icon-menu div:nth-child(1) {
      transform: translateX(0);
      width: 35px; }
    nav.navbar button:hover .icon-menu div:nth-child(2) {
      transform: translateX(0);
      width: 20px; }
    nav.navbar button:hover .icon-menu div:nth-child(3) {
      transform: translateX(0);
      width: 35px; }
  nav.navbar .icon-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px; }
    nav.navbar .icon-menu div {
      display: block;
      width: 30px;
      height: 2px;
      background-color: black;
      margin: 4px;
      transition: all 300ms cubic-bezier(0.24, 2.75, 0.55, 0.49); }
      nav.navbar .icon-menu div:nth-child(1) {
        transform: translateX(8px); }
      nav.navbar .icon-menu div:nth-child(2) {
        transform: translateX(2px);
        width: 43px;
        transition-delay: 40ms; }
      nav.navbar .icon-menu div:nth-child(3) {
        transform: translateX(8px);
        transition-delay: 60ms; }
  @media (max-width: 575.98px) {
    nav.navbar .logo {
      width: 160px;
      height: 100%; } }
  nav.navbar .logo svg {
    width: 100%;
    height: auto; }
  nav.navbar .nb_links {
    display: none;
    margin-right: 2rem; }
    nav.navbar .nb_links .nav-item:nth-last-child(1) {
      display: none; }
    @media (min-width: 1200px) {
      nav.navbar .nb_links .nav-item:nth-last-child(1) {
        display: block; } }
    nav.navbar .nb_links .nav-link {
      color: #000;
      text-transform: uppercase;
      font-size: .9rem;
      letter-spacing: 0.1rem;
      padding: 0.6rem 0.7rem;
      font-weight: 300; }
      nav.navbar .nb_links .nav-link.active {
        opacity: 0.6;
        font-weight: 300; }
      @media (min-width: 1200px) {
        nav.navbar .nb_links .nav-link {
          padding: 0.6rem 0.8rem; } }
      nav.navbar .nb_links .nav-link:hover span:after {
        width: 100%;
        left: 0;
        right: unset; }
      nav.navbar .nb_links .nav-link span {
        position: relative; }
        nav.navbar .nb_links .nav-link span:after {
          content: "";
          display: block;
          position: absolute;
          width: 0%;
          height: 3px;
          background-color: #183ebe;
          bottom: -10px;
          left: unset;
          right: 0;
          transition: width 300ms cubic-bezier(0.33, 1, 0.68, 1); }
    @media (min-width: 992px) {
      nav.navbar .nb_links {
        display: block; } }
  nav.navbar.navbar-default {
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end; }
    nav.navbar.navbar-default button {
      transform: translateY(1px); }
      @media (max-width: 991.98px) {
        nav.navbar.navbar-default button {
          transform: translateY(-8px); } }
    nav.navbar.navbar-default .logo {
      margin-top: -1px; }
  nav.navbar.navbar-small {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
    nav.navbar.navbar-small.navbar-small_sticky {
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); }
  nav.navbar.navbar-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: white;
    box-shadow: none;
    transition: all 200ms cubic-bezier(0.33, 1, 0.68, 1);
    transform: translateY(-100%); }
    nav.navbar.navbar-sticky .nb_links .nav-link {
      font-size: .8rem; }
    nav.navbar.navbar-sticky .logo svg {
      width: 150px;
      height: auto; }
      @media (max-width: 575.98px) {
        nav.navbar.navbar-sticky .logo svg {
          width: 130px;
          height: 100%; } }
    nav.navbar.navbar-sticky.show {
      transition: all 500ms cubic-bezier(0.33, 1, 0.68, 1);
      transform: translateY(0);
      box-shadow: 0 0 15px #0000002e; }
  nav.navbar.navbar-white {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end; }
    nav.navbar.navbar-white button {
      transform: translateY(1px);
      color: #fff; }
      @media (max-width: 991.98px) {
        nav.navbar.navbar-white button {
          transform: translateY(-8px); } }
    nav.navbar.navbar-white:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.28) 49.5%, rgba(0, 0, 0, 0) 100%);
      height: 140%;
      width: 100%; }
    nav.navbar.navbar-white .logo {
      margin-top: -1px; }
    nav.navbar.navbar-white .icon-menu div {
      background-color: white; }
    nav.navbar.navbar-white .nav-link {
      color: #fff; }
      nav.navbar.navbar-white .nav-link span:after {
        background-color: #fff; }

* + h1 {
  margin-top: 2.5rem; }

* + h2 {
  margin-top: 2.5rem; }

* + h3 {
  margin-top: 2.5rem; }

* + h4 {
  margin-top: 2.5rem; }

* + h5 {
  margin-top: 2.5rem; }

* + h6 {
  margin-top: 2.5rem; }

ul {
  list-style: none;
  padding-left: 1.8rem; }
  ul li:not(.nav-item) {
    position: relative;
    line-height: 1.6;
    margin-bottom: 0.6rem; }
    ul li:not(.nav-item):before {
      content: "";
      position: absolute;
      width: 15px;
      height: 2px;
      background-color: #000;
      display: block;
      top: 12px;
      left: -25px; }
      @media (min-width: 576px) {
        ul li:not(.nav-item):before {
          top: 13px; } }

.headline_underline, .ansprechpartner .headline {
  color: #000;
  border-bottom: 1px solid #adb5bd;
  padding-left: 0.5rem;
  padding-bottom: 0.7rem;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 2rem;
  margin-left: -0.5rem;
  margin-right: -0.5rem; }

.list-headline {
  text-transform: uppercase;
  font-weight: 300;
  font-size: .9rem;
  margin-bottom: 0.6rem;
  letter-spacing: 3px; }

.list-small ul,
ul.list-small {
  font-size: 0.9rem; }

.text-small {
  font-size: 85%; }

.ce_text a {
  text-decoration: underline; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1.5rem; }

.btn-primary:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .btn-white:not(:disabled):not(.disabled).active,
.btn-white:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle,
.show > .dropdown-toggle.btn-white,
.show > .dropdown-toggle.btn-white {
  color: #183ebe; }

@media (min-width: 992px) {
  .text-col {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 2.5vw;
    column-gap: 2.5vw; } }

.ce_hyperlink {
  display: inline-block;
  margin-bottom: 1rem;
  margin-right: 5vw; }
  .ce_hyperlink.float-right {
    margin-left: 5vw;
    margin-right: 0; }

.text-white a {
  color: #fff; }
  .text-white a:hover {
    color: #e9ecef; }

.btn {
  padding: 0;
  text-align: left; }

.btn-primary_background, .btn-gray_background, .btn-white_background {
  position: relative;
  border: none;
  background-color: #183ebe;
  color: #fff;
  border-radius: 0;
  padding: 0.8rem 1.2rem;
  font-weight: 600;
  transition: all 250ms cubic-bezier(0.22, 1, 0.36, 1);
  font-weight: 600; }
  .btn-primary_background.btn-lg, .btn-lg.btn-gray_background, .btn-lg.btn-white_background {
    font-size: 1rem;
    padding: 1rem 1.5rem; }
  .btn-primary_background:hover, .btn-gray_background:hover, .btn-white_background:hover {
    opacity: .8;
    color: #fff; }

.btn-gray_background {
  background-color: #343a40;
  color: #fff; }
  .btn-gray_background:hover {
    background-color: #6c757d;
    color: #fff; }

.btn-white_background {
  background-color: #fff;
  color: #000; }
  .btn-white_background:hover {
    background-color: #e9ecef;
    color: #000; }

.btn-primary, .btn-white {
  position: relative;
  border: none;
  background-color: unset;
  color: #000;
  border-radius: 0;
  padding: 0.6rem 0;
  font-weight: 600;
  transition: color 250ms cubic-bezier(0.22, 1, 0.36, 1);
  outline: none !important; }
  .btn-primary:hover, .btn-white:hover, .btn-primary:focus, .btn-white:focus, .btn-primary:active, .btn-white:active {
    box-shadow: none !important;
    background-color: unset !important; }
  .btn-primary:hover, .btn-white:hover {
    background-color: unset;
    color: #183ebe; }
    .btn-primary:hover:after, .btn-white:hover:after {
      right: 0;
      left: unset;
      width: 0; }
  .btn-primary:after, .btn-white:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: unset;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #183ebe;
    transition: width 250ms cubic-bezier(0.22, 1, 0.36, 1); }

.btn-white {
  color: #fff; }
  .btn-white:hover {
    color: #fff; }
  .btn-white:after {
    background-color: #fff; }

.btn-link.btn-link_white {
  display: blockw;
  color: #fff; }

.contao-cookiebar .group {
  font-size: .9rem !important; }

.contao-cookiebar .cc-head {
  font-size: .75rem !important; }

.contao-cookiebar p {
  font-size: .75rem !important; }

.contao-cookiebar .cc-cookie-info {
  font-size: .75rem !important; }

.contao-cookiebar .cookie {
  font-size: .75rem !important; }

.form_white {
  color: #fff; }
  .form_white .form-control {
    border-bottom-color: #fff;
    color: #fff; }

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

.widget-explanation {
  max-width: 25rem;
  font-weight: 300;
  font-size: .9rem; }
  .widget-explanation a {
    color: #fff;
    text-decoration: underline;
    font-weight: 600; }

.widget label {
  pointer-events: none;
  margin-bottom: 0;
  transform: translateY(125%);
  transition: all 300ms ease;
  font-size: .9rem;
  font-weight: 300; }

.widget.widget_background label, .widget.widget_background.isFocused label {
  transform: unset;
  margin-bottom: .3rem;
  margin-top: 2rem; }

.widget.widget_background .form-control, .widget.widget_background.isFocused .form-control {
  background-color: rgba(255, 255, 255, 0.2);
  border: unset;
  padding: 1.9rem 1.6rem; }

.widget.isFocused .form-control {
  border-bottom-color: rgba(255, 255, 255, 0.6); }

.widget.isFocused label {
  transform: translateY(20%);
  opacity: .6; }

.form-control {
  border-radius: 0;
  background-color: unset;
  border: unset;
  border-bottom: 1px solid #000;
  padding-left: 0;
  padding-right: 0;
  font-weight: 600; }
  .form-control:focus {
    background-color: unset; }

#cboxLoadedContent {
  border: unset; }

#cboxClose {
  height: 40px;
  width: 40px;
  top: 0;
  right: 0; }

#cboxNext {
  right: 0;
  width: 29px; }

#cboxPrevious {
  left: 0;
  width: 29px; }

#cboxCurrent,
#cboxTitle {
  font-size: 0.8rem;
  top: -25px; }

.ce_bs_grid_gallery {
  margin: 5vw 0;
  padding: 2rem 3%; }
  @media (min-width: 576px) {
    .ce_bs_grid_gallery {
      margin: 5vw;
      padding: 2rem; } }
  .ce_bs_grid_gallery.partner h3, .ce_bs_grid_gallery.partner h4, .ce_bs_grid_gallery.partner h5 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.5rem;
    margin-bottom: 3rem; }
  .ce_bs_grid_gallery.partner img {
    filter: grayscale(1) brightness(0.9); }
  .ce_bs_grid_gallery.partner a img {
    box-shadow: unset !important; }
  .ce_bs_grid_gallery.partner a:hover img {
    transform: none !important;
    filter: grayscale(0) brightness(0.95); }
  .ce_bs_grid_gallery .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -1rem;
    margin-left: -1rem; }
  .ce_bs_grid_gallery .row > div {
    position: relative;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-right: 3%;
    padding-left: 3%;
    margin-bottom: 6%; }
  .ce_bs_grid_gallery .image_container {
    overflow: visible; }
  .ce_bs_grid_gallery a img {
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.2);
    transition: all 250ms cubic-bezier(0.33, 1, 0.68, 1) !important; }
  .ce_bs_grid_gallery a:hover img {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4);
    transform: scale(0.95) !important; }

.ce_gallery-masonry {
  padding-top: 1.4rem;
  padding-bottom: 1.4rem; }
  @media (min-width: 576px) {
    .ce_gallery-masonry {
      margin-left: 5vw;
      margin-right: 5vw;
      padding-top: 1.6rem;
      padding-bottom: 1.6rem; } }
  @media (min-width: 768px) {
    .ce_gallery-masonry {
      margin-left: 0;
      margin-right: 0; } }
  .ce_gallery-masonry figure {
    overflow: visible; }
  .ce_gallery-masonry.gallery_animation-1 .image_inner {
    overflow: hidden; }
  .ce_gallery-masonry.gallery_animation-1 a img {
    transition: all 600ms cubic-bezier(0.33, 1, 0.68, 1) !important; }
  .ce_gallery-masonry.gallery_animation-1 a:hover img {
    transform: scale(1.1) !important; }
  .ce_gallery-masonry:not(.gallery_animation-1) a img {
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.2);
    transition: all 250ms cubic-bezier(0.33, 1, 0.68, 1) !important; }
  .ce_gallery-masonry:not(.gallery_animation-1) a:hover img {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4);
    transform: scale(0.95) !important; }
  .ce_gallery-masonry ul {
    padding: 0;
    margin: 0; }
  .ce_gallery-masonry li::before {
    display: none !important; }
  .ce_gallery-masonry .cols_1 {
    margin-bottom: -6%; }
    .ce_gallery-masonry .cols_1 li,
    .ce_gallery-masonry .cols_1 .grid-sizer {
      width: 100%; }
    .ce_gallery-masonry .cols_1 li {
      margin-bottom: 6%; }
    .ce_gallery-masonry .cols_1 .grid-gutter {
      width: 0; }
  .ce_gallery-masonry .cols_2 {
    margin-bottom: -6%; }
    .ce_gallery-masonry .cols_2 li,
    .ce_gallery-masonry .cols_2 .grid-sizer {
      width: 100%; }
      @media (min-width: 576px) {
        .ce_gallery-masonry .cols_2 li,
        .ce_gallery-masonry .cols_2 .grid-sizer {
          width: 47%; } }
    .ce_gallery-masonry .cols_2 li {
      margin-bottom: 6%; }
    .ce_gallery-masonry .cols_2 .grid-gutter {
      width: 6%; }
  .ce_gallery-masonry .cols_3 {
    margin-bottom: -6%; }
    @media (min-width: 1200px) {
      .ce_gallery-masonry .cols_3 {
        margin-bottom: -5%; } }
    .ce_gallery-masonry .cols_3 li,
    .ce_gallery-masonry .cols_3 .grid-sizer {
      width: 100%; }
      @media (min-width: 576px) {
        .ce_gallery-masonry .cols_3 li,
        .ce_gallery-masonry .cols_3 .grid-sizer {
          width: 47%; } }
      @media (min-width: 1200px) {
        .ce_gallery-masonry .cols_3 li,
        .ce_gallery-masonry .cols_3 .grid-sizer {
          width: 30%; } }
    .ce_gallery-masonry .cols_3 li {
      margin-bottom: 6%; }
      @media (min-width: 1200px) {
        .ce_gallery-masonry .cols_3 li {
          margin-bottom: 5%; } }
    .ce_gallery-masonry .cols_3 .grid-gutter {
      width: 6%; }
      @media (min-width: 1200px) {
        .ce_gallery-masonry .cols_3 .grid-gutter {
          width: 5%; } }
  .ce_gallery-masonry .cols_4 {
    margin-bottom: -6%; }
    @media (min-width: 1200px) {
      .ce_gallery-masonry .cols_4 {
        margin-bottom: -5%; } }
    @media (min-width: 1640px) {
      .ce_gallery-masonry .cols_4 {
        margin-bottom: -2%; } }
    .ce_gallery-masonry .cols_4 li,
    .ce_gallery-masonry .cols_4 .grid-sizer {
      width: 100%; }
      @media (min-width: 576px) {
        .ce_gallery-masonry .cols_4 li,
        .ce_gallery-masonry .cols_4 .grid-sizer {
          width: 47%; } }
      @media (min-width: 1200px) {
        .ce_gallery-masonry .cols_4 li,
        .ce_gallery-masonry .cols_4 .grid-sizer {
          width: 30%; } }
      @media (min-width: 1640px) {
        .ce_gallery-masonry .cols_4 li,
        .ce_gallery-masonry .cols_4 .grid-sizer {
          width: 23%; } }
    .ce_gallery-masonry .cols_4 li {
      margin-bottom: 6%; }
      @media (min-width: 1200px) {
        .ce_gallery-masonry .cols_4 li {
          margin-bottom: 5%; } }
      @media (min-width: 1640px) {
        .ce_gallery-masonry .cols_4 li {
          margin-bottom: 2%; } }
    .ce_gallery-masonry .cols_4 .grid-gutter {
      width: 6%; }
      @media (min-width: 1200px) {
        .ce_gallery-masonry .cols_4 .grid-gutter {
          width: 5%; } }
      @media (min-width: 1640px) {
        .ce_gallery-masonry .cols_4 .grid-gutter {
          width: 2%; } }

.mod_year-item {
  width: 100%;
  padding-right: 2.5vw;
  padding-left: 2.5vw;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  margin-right: -2.5vw;
  margin-left: -2.5vw;
  width: unset; }
  @media (max-width: 575.98px) {
    .mod_year-item {
      padding-top: 2rem;
      padding-bottom: 2rem;
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 992px) {
    .mod_year-item.invert {
      flex-direction: row-reverse; }
      .mod_year-item.invert .yi_year {
        border-left: 2px solid #dee2e6;
        text-align: left; }
      .mod_year-item.invert .yi_year_paragraph {
        margin-left: unset;
        margin-right: auto; }
      .mod_year-item.invert .yi_paragraph_second {
        left: 1.5rem;
        right: unset; }
      .mod_year-item.invert .yi_content {
        border-left: none;
        text-align: right; }
    .mod_year-item:first-child .yi_year,
    .mod_year-item:first-child .yi_content {
      padding-top: 6rem; } }

.yi_year {
  position: relative;
  width: 100%;
  padding-right: 2.5vw;
  padding-left: 2.5vw;
  flex: 0 0 100%;
  max-width: 100%;
  text-align: right;
  z-index: 1; }
  @media (max-width: 575.98px) {
    .yi_year {
      text-align: left; } }
  @media (min-width: 576px) {
    .yi_year {
      flex: 0 0 41.66667%;
      max-width: 41.66667%;
      padding-top: 4rem;
      padding-bottom: 4rem; } }
  @media (min-width: 992px) {
    .yi_year {
      flex: 0 0 50%;
      max-width: 50%; } }

.yi_year_paragraph {
  position: relative;
  display: inline-block;
  margin-left: auto;
  font-size: 4.25rem;
  font-weight: 700;
  color: #183ebe; }
  @media (max-width: 1200px) {
    .yi_year_paragraph {
      font-size: calc(1.55rem + 3.6vw) ; } }
  @media (max-width: 575.98px) {
    .yi_year_paragraph {
      margin-left: unset;
      margin-right: auto; } }
  @media (min-width: 576px) {
    .yi_year_paragraph {
      transform: translateY(-23%); } }

.yi_paragraph_second {
  position: absolute;
  font-size: 7.6875rem;
  bottom: -1rem;
  right: 1.5rem;
  color: #EAEAEA70 !important;
  z-index: -1;
  -webkit-text-fill-color: #EAEAEA70 !important; }
  @media (max-width: 1200px) {
    .yi_paragraph_second {
      font-size: calc(1.89375rem + 7.725vw) ; } }
  @media (max-width: 575.98px) {
    .yi_paragraph_second {
      left: 1.5rem;
      right: unset; } }

.yi_content {
  position: relative;
  width: 100%;
  padding-right: 2.5vw;
  padding-left: 2.5vw;
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 576px) {
    .yi_content {
      border-left: 2px solid #dee2e6;
      padding-top: 4rem;
      padding-bottom: 4rem;
      flex: 0 0 58.33333%;
      max-width: 58.33333%; } }
  @media (min-width: 992px) {
    .yi_content {
      flex: 0 0 50%;
      max-width: 50%; } }

.link_grid {
  color: #fff;
  background-color: #21232b; }
  .link_grid p {
    color: inherit;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    line-height: 1.6; }
    .link_grid p:after {
      transition: all 200ms ease;
      content: url(/files/private/dist/img/icons/icon-arrow-right.svg);
      position: absolute;
      margin-left: 10px;
      pointer-events: none;
      filter: brightness(0.5); }
    .link_grid p:hover:after {
      transform: translateX(10px); }
  .link_grid a {
    color: inherit;
    transition: all 200ms ease;
    text-decoration: none; }
    .link_grid a:hover {
      text-decoration: none;
      opacity: .5; }

.project_header .headline {
  margin-bottom: 0; }

.layout_projects {
  /* Listenelemente nebeneinander stellen */
  /* Nach einem Listenelements Trennzeichen einfügen */ }
  .layout_projects .mod_breadcrumb {
    width: 100%;
    padding-right: 10vw;
    padding-left: 10vw;
    margin-top: 10rem;
    margin-right: auto;
    margin-left: auto; }
    .layout_projects .mod_breadcrumb ul {
      display: flex;
      align-items: center;
      padding: 0;
      margin-bottom: 0; }
  .layout_projects .mod_breadcrumb li {
    display: block;
    line-height: 1;
    margin-bottom: 0; }
    .layout_projects .mod_breadcrumb li:before {
      display: none; }
    .layout_projects .mod_breadcrumb li.active {
      margin-left: 10px;
      display: flex; }
      .layout_projects .mod_breadcrumb li.active span {
        margin-right: 7px; }
  @media (max-width: 767.98px) {
    .layout_projects .ce_image {
      box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
      transition: all 100ms cubic-bezier(0.5, 0.3, 0.6, 1); } }
  .layout_projects .project_headline {
    width: 100%;
    padding-right: 10vw;
    padding-left: 10vw;
    margin-right: auto;
    margin-left: auto;
    margin-top: 1rem;
    margin-bottom: 5rem; }
  .layout_projects small {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #495057;
    font-weight: 300;
    font-size: .6rem; }
  .layout_projects .project_facts {
    width: 100%;
    padding-right: 10vw;
    padding-left: 10vw;
    margin-right: auto;
    margin-left: auto;
    background-color: #e9ecef;
    padding-top: 1.7rem;
    padding-bottom: 1.2rem; }
    .layout_projects .project_facts > .row {
      display: flex;
      flex-wrap: wrap;
      margin-right: -0.5vw;
      margin-left: -0.5vw; }
    .layout_projects .project_facts .project_data, .layout_projects .project_facts .project_share {
      position: relative;
      width: 100%;
      padding-right: 0.5vw;
      padding-left: 0.5vw; }
    .layout_projects .project_facts .project_data {
      flex: 0 0 100%;
      max-width: 100%; }
      @media (min-width: 768px) {
        .layout_projects .project_facts .project_data {
          flex: 0 0 66.66667%;
          max-width: 66.66667%; } }
      @media (min-width: 1200px) {
        .layout_projects .project_facts .project_data {
          flex: 0 0 83.33333%;
          max-width: 83.33333%; } }
    .layout_projects .project_facts .project_share {
      display: none; }
      @media (min-width: 768px) {
        .layout_projects .project_facts .project_share {
          display: block;
          flex: 0 0 33.33333%;
          max-width: 33.33333%; } }
      @media (min-width: 1200px) {
        .layout_projects .project_facts .project_share {
          flex: 0 0 16.66667%;
          max-width: 16.66667%; } }
  .layout_projects .project_data {
    width: 100%;
    padding-right: 2.5vw;
    padding-left: 2.5vw;
    margin-right: auto;
    margin-left: auto; }
    .layout_projects .project_data > .row {
      display: flex;
      flex-wrap: wrap;
      margin-right: -0.5vw;
      margin-left: -0.5vw;
      padding: 0 0.5vw; }
    .layout_projects .project_data p {
      position: relative;
      width: 100%;
      padding-right: 0.5vw;
      padding-left: 0.5vw;
      flex: 0 0 50%;
      max-width: 50%;
      line-height: 1.55rem;
      padding: .5rem 1rem .5rem 0;
      font-weight: 300; }
      @media (min-width: 768px) {
        .layout_projects .project_data p {
          flex: 0 0 50%;
          max-width: 50%; } }
      @media (min-width: 1200px) {
        .layout_projects .project_data p {
          flex: 0 0 30%;
          max-width: 30%; } }
      @media (min-width: 1400px) {
        .layout_projects .project_data p {
          flex: 0 0 25%;
          max-width: 25%; } }
      .layout_projects .project_data p:last-child {
        flex: 0 0 100%;
        max-width: 100%; }
  .layout_projects .project_share {
    text-align: right; }
    .layout_projects .project_share > p {
      margin-bottom: 0; }
    .layout_projects .project_share .item {
      margin-left: 1rem;
      color: #000; }
      .layout_projects .project_share .item:hover {
        text-decoration: none;
        color: #343a40; }
      .layout_projects .project_share .item p {
        color: rgba(0, 0, 0, 0);
        position: fixed;
        top: -200vh; }
      .layout_projects .project_share .item svg {
        width: 1.5rem;
        height: 1.5rem;
        color: #6c757d; }
        .layout_projects .project_share .item svg:hover {
          color: #adb5bd; }
  .layout_projects .project_image {
    pointer-events: none; }
    .layout_projects .project_image img {
      width: 100%;
      max-height: 70vh;
      height: 75vw; }
      @media (min-width: 768px) {
        .layout_projects .project_image img {
          height: 60vw; } }
      @media (min-width: 992px) {
        .layout_projects .project_image img {
          height: 50vw; } }
  .layout_projects .project_content {
    padding-bottom: 5rem;
    overflow: hidden;
    width: 100%;
    padding-right: 10vw;
    padding-left: 10vw;
    margin-right: auto;
    margin-left: auto; }
    .layout_projects .project_content .ce_image {
      margin-bottom: 12vh;
      max-height: none; }

.projectlist {
  transition: all 200ms cubic-bezier(0.5, 0.3, 0.6, 1);
  opacity: 1;
  margin-top: 4rem;
  margin-left: -2.5vw;
  margin-right: -2.5vw; }

.grid-sizer, .layout_projectlist {
  width: 100%; }
  @media (min-width: 576px) {
    .grid-sizer, .layout_projectlist {
      width: 50%;
      padding-left: 2.5vw;
      padding-right: 2.5vw; } }

@media (min-width: 576px) {
  .block-gutter {
    width: 0; } }

.layout_projectlist {
  margin-bottom: 3vw;
  transition: all 100ms cubic-bezier(0.5, 0.3, 0.6, 1);
  float: left; }
  @media (min-width: 576px) {
    .layout_projectlist:hover img {
      transform: scale(1.1); } }
  .layout_projectlist:hover .link {
    opacity: 1;
    color: #183ebe;
    transform: translateY(0); }
  @media (max-width: 767.98px) {
    .layout_projectlist:active {
      transform: scale(0.95); } }
  @media (max-width: 767.98px) {
    .layout_projectlist:active img {
      box-shadow: none; } }
  @media (max-width: 767.98px) {
    .layout_projectlist {
      margin-bottom: 5vw; } }
  .layout_projectlist a {
    color: #000;
    text-decoration: none; }
  .layout_projectlist .image_inner {
    display: block;
    width: 100%;
    height: unset; }
  .layout_projectlist img {
    display: block;
    transition: all 400ms cubic-bezier(0.22, 1, 0.36, 1); }
    @media (max-width: 767.98px) {
      .layout_projectlist img {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); } }
  .layout_projectlist .headline {
    margin-top: 1rem;
    margin-bottom: 0; }
  .layout_projectlist .link {
    font-size: 0.9rem;
    opacity: 0;
    transform: translateY(3px);
    transition: all 100ms cubic-bezier(0.5, 0.3, 0.6, 1); }
    @media (max-width: 767.98px) {
      .layout_projectlist .link {
        opacity: 1;
        transform: translateY(0); } }

.projectlist_compakt_head {
  margin-bottom: 1rem; }

.projectlist_compakt_link {
  text-align: right;
  display: block;
  margin-right: 0; }

.project_list_kompakt .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -2.5vw;
  margin-left: -2.5vw; }

.project_list_kompakt .layout_projectlist {
  position: relative;
  width: 100%;
  padding-right: 2.5vw;
  padding-left: 2.5vw;
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 576px) {
    .project_list_kompakt .layout_projectlist {
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (min-width: 768px) {
    .project_list_kompakt .layout_projectlist {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; } }

.project_archiv-button {
  margin-right: 0;
  margin-top: -10px;
  margin-bottom: 5rem; }
  @media (min-width: 768px) {
    .project_archiv-button {
      margin-right: 0;
      float: right;
      margin-top: 10rem;
      margin-bottom: 5rem; } }

.layout_projectarchiv {
  border-top: 6px solid #fff; }
  .layout_projectarchiv.last {
    border-bottom: 6px solid #fff; }
  .layout_projectarchiv.toggle .accordion-button {
    background-color: #eee; }
  .layout_projectarchiv.toggle .accordion-icon {
    transform: rotate(0deg) scale(0.9) translateY(-2px); }
  .layout_projectarchiv .accordion-button {
    background-color: #ddd;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1.1rem 1.4rem;
    font-size: 18px;
    border: unset;
    transition: all 550ms cubic-bezier(0.33, 1, 0.68, 1);
    font-weight: 600;
    line-height: 1.4; }
    .layout_projectarchiv .accordion-button:hover, .layout_projectarchiv .accordion-button:active {
      background-color: #eee; }
    @media (min-width: 576px) {
      .layout_projectarchiv .accordion-button {
        padding: 1.4rem 1.9rem; } }
    @media (min-width: 768px) {
      .layout_projectarchiv .accordion-button {
        font-size: 20px; } }
  .layout_projectarchiv .accordion-icon {
    transform: rotate(180deg) scale(0.9) translateY(-3px); }
    @media (min-width: 768px) {
      .layout_projectarchiv .accordion-icon {
        transform: rotate(180deg) translateY(-3px); } }
  .layout_projectarchiv .accordion-content {
    height: 0;
    overflow: hidden;
    transition: height 550ms cubic-bezier(0.33, 1, 0.68, 1); }
  .layout_projectarchiv .accordion-content-inner {
    display: flex;
    flex-wrap: wrap;
    margin-right: -2.5vw;
    margin-left: -2.5vw;
    padding: 1.1rem 1.3rem 1.6rem; }
    @media (min-width: 576px) {
      .layout_projectarchiv .accordion-content-inner {
        padding: 1.1rem 1.9rem 1.9rem; } }
    .layout_projectarchiv .accordion-content-inner p {
      position: relative;
      width: 100%;
      padding-right: 2.5vw;
      padding-left: 2.5vw;
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 1rem;
      line-height: 1.6; }
      @media (min-width: 576px) {
        .layout_projectarchiv .accordion-content-inner p {
          flex: 0 0 50%;
          max-width: 50%; } }
      @media (min-width: 768px) {
        .layout_projectarchiv .accordion-content-inner p {
          flex: 0 0 33.33333%;
          max-width: 33.33333%; } }
      @media (min-width: 1200px) {
        .layout_projectarchiv .accordion-content-inner p {
          flex: 0 0 25%;
          max-width: 25%; } }
      .layout_projectarchiv .accordion-content-inner p small {
        display: inline-block;
        margin-bottom: 0.7rem;
        font-size: 11px;
        line-height: 16px;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #717171; }
    .layout_projectarchiv .accordion-content-inner p:last-child {
      flex: 0 0 100%;
      max-width: 100%; }
      @media (min-width: 768px) {
        .layout_projectarchiv .accordion-content-inner p:last-child {
          flex: 0 0 66.66667%;
          max-width: 66.66667%; } }
      @media (min-width: 1200px) {
        .layout_projectarchiv .accordion-content-inner p:last-child {
          flex: 0 0 75%;
          max-width: 75%; } }

.news_filter {
  margin-left: -10vw;
  margin-right: -10vw;
  padding-left: 10vw;
  padding-right: 10vw;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e9ecef;
  margin-top: -2rem; }
  .news_filter button {
    border: unset;
    background-color: unset;
    padding: 0;
    transition: all 100ms cubic-bezier(0.5, 0.3, 0.6, 1); }
    .news_filter button:hover {
      color: #183ebe !important; }
  .news_filter.accOpen .news_accordion {
    transition: height 500ms cubic-bezier(0.83, 0, 0.17, 1); }
  .news_filter.accOpen .accordion_inner {
    opacity: 1;
    transition: opacity 400ms cubic-bezier(0.33, 1, 0.68, 1) 450ms; }

.news_filter_headline {
  color: #183ebe;
  margin-top: -1.5rem; }

.news_accordion {
  overflow: hidden;
  transition: height 500ms cubic-bezier(0.83, 0, 0.17, 1); }
  .news_accordion ul {
    list-style: none;
    padding: 0; }
    .news_accordion ul li:before {
      display: none; }
  .news_accordion button {
    font-weight: 600;
    margin-bottom: 0.2rem; }
    .news_accordion button.active {
      color: #183ebe; }
    .news_accordion button.news_category_reset {
      color: #000; }

.accordion_inner {
  opacity: 0;
  transition: opacity 500ms cubic-bezier(0.83, 0, 0.17, 1); }
  .accordion_inner ul {
    padding-top: 1.2rem; }

.news_filter_tagline {
  font-weight: 300;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: .9rem; }

.news_accordion_toggle {
  font-weight: 700;
  font-size: 1.25rem; }
  .news_accordion_toggle svg {
    width: 20px;
    height: 100%;
    margin-left: 0.4rem; }

.news_lli {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
  margin-top: 3rem;
  margin-bottom: 3rem; }
  .news_lli > .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -1.66667vw;
    margin-left: -1.66667vw; }

.layout_list_image {
  position: relative;
  width: 100%;
  padding-right: 1.66667vw;
  padding-left: 1.66667vw;
  flex: 0 0 100%;
  max-width: 100%;
  padding-bottom: 3.33333vw; }
  @media (min-width: 768px) {
    .layout_list_image {
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (min-width: 1200px) {
    .layout_list_image {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; } }
  .layout_list_image[data-image=false] .tag_item {
    border-color: #000; }
  .layout_list_image[data-image=false] .tag_item,
  .layout_list_image[data-image=false] .lli_headline,
  .layout_list_image[data-image=false] .lli_more {
    color: #000; }
  .layout_list_image[data-image=false] .lli_inner {
    width: 100%; }
  .layout_list_image[data-image=false] .lli_link {
    width: 100%;
    height: 100%;
    box-shadow: none;
    border: 1px solid #000; }

.lli_inner {
  height: 1px;
  padding-top: 100%;
  position: relative; }
  @media (min-width: 576px) {
    .lli_inner {
      height: 500px;
      padding-top: 0; } }
  @media (min-width: 1640px) {
    .lli_inner {
      padding-top: 75%; } }
  .lli_inner .lli_image-gradient {
    background: linear-gradient(0deg, #122f91 0%, #122f911a 70%);
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all 300ms cubic-bezier(0.33, 1, 0.68, 1); }
  @media (min-width: 576px) {
    .lli_inner:hover .lli_image-container {
      background-color: rgba(24, 62, 190, 0.5); }
    .lli_inner:hover .lli_image-container {
      background-color: #122f91d4; }
    .lli_inner:hover .lli_link {
      transform: scale(0.95);
      box-shadow: none; }
    .lli_inner:hover .lli_headline {
      transform: translateY(0);
      margin-bottom: .9rem; }
    .lli_inner:hover .lli_more {
      transform: translateY(0);
      opacity: 1;
      margin-bottom: 1rem; } }
  @media (min-width: 576px) and (min-width: 576px) {
    .lli_inner:hover .lli_more {
      transform: translateY(0);
      opacity: 1; } }
  .lli_inner:active .lli_image-container {
    background-color: rgba(24, 62, 190, 0.5); }
  .lli_inner:active .lli_link {
    transform: scale(0.95);
    box-shadow: none; }
  .lli_inner:active .lli_headline {
    transform: translateY(0); }
  .lli_inner:active .lli_more {
    transform: translateY(0);
    opacity: 1;
    margin-bottom: 1rem; }

.lli_image-container {
  transition: all 300ms cubic-bezier(0.33, 1, 0.68, 1);
  height: 100%; }

.lli_image-gradient {
  background: linear-gradient(0deg, #00000088 30%, #ffffff44 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all 300ms cubic-bezier(0.33, 1, 0.68, 1); }

.lli_image {
  z-index: -1;
  position: relative;
  transition: all 300ms cubic-bezier(0.33, 1, 0.68, 1);
  height: 100%; }
  .lli_image .image_inner {
    height: 100%; }
  .lli_image .picture_default_loading-screen {
    background-color: #112f91; }
  .lli_image img {
    height: 100%;
    width: 100%; }

.lli_link {
  overflow: hidden;
  display: inline-block;
  position: absolute;
  box-shadow: 0px 14px 34px rgba(0, 0, 0, 0.25);
  transition: all 300ms cubic-bezier(0.33, 1, 0.68, 1);
  top: 0;
  height: 100%;
  width: 100%; }

.lli_content {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 1.5rem; }
  .lli_content > .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -moz-flex-direction: column;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 100%; }

.lli_tags {
  text-align: right; }

.tag_item {
  font-size: 0.8rem;
  color: white;
  padding: 0.1rem .5rem;
  margin: 0;
  border: 1px solid #fff;
  display: inline-block;
  margin-bottom: 0.4rem; }

.lli_headline {
  color: white;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  transform: translateY(30px);
  transition: all 300ms cubic-bezier(0.33, 1, 0.68, 1);
  font-size: 1.4rem; }
  @media (max-width: 1200px) {
    .lli_headline {
      font-size: calc(1.265rem + 0.18vw) ; } }
  @media (min-width: 768px) {
    .lli_headline {
      margin-bottom: 3rem;
      font-weight: 600;
      transform: translateY(75px); } }

.lli_more {
  color: #fff;
  font-size: 0.9rem;
  margin-bottom: .3rem;
  font-weight: 300;
  transform: translateY(30px);
  opacity: 0;
  transition: all 300ms cubic-bezier(0.33, 1, 0.68, 1); }

.news_ll:hover .layout_list:not(:hover) {
  filter: grayscale(1);
  opacity: .4; }

.layout_list {
  position: relative;
  border-bottom: 1px solid #dee2e6;
  margin-right: -10vw;
  padding-right: 10vw;
  transition: all 200ms ease; }
  .layout_list:hover::after {
    width: 40%;
    opacity: 1; }
  .layout_list::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 10px;
    background-color: #183ebe;
    opacity: 0;
    transition: all 300ms cubic-bezier(0.33, 1, 0.68, 1); }
  .layout_list a {
    color: #000;
    text-decoration: none;
    padding-top: 2rem;
    padding-bottom: 2rem; }
  .layout_list p {
    margin: 0; }

@media (max-width: 767.98px) {
  .ll_link {
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

.ll_content {
  padding-right: 1rem; }
  @media (min-width: 768px) {
    .ll_content {
      padding-right: 20vw;
      -moz-flex-grow: 1;
      -ms-flex-grow: 1;
      flex-grow: 1; } }

.ll_headline {
  font-size: 1.2rem;
  margin: 0;
  font-weight: 600; }
  .ll_headline + .ll_subheadline {
    margin-top: .5rem;
    color: #666;
    font-weight: 300; }

time p {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: .9rem;
  color: #666;
  font-weight: 300; }
  @media (max-width: 767.98px) {
    time p {
      margin-bottom: 1rem !important; } }

.news-detail .news-header {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto; }
  .news-detail .news-header > div.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -2.5vw;
    margin-left: -2.5vw; }
    .news-detail .news-header > div.row .news-header-inner {
      margin: auto;
      position: relative;
      width: 100%;
      padding-right: 2.5vw;
      padding-left: 2.5vw;
      flex: 0 0 100%;
      max-width: 100%; }
      @media (min-width: 768px) {
        .news-detail .news-header > div.row .news-header-inner {
          flex: 0 0 66.66667%;
          max-width: 66.66667%; } }

.news-detail .news-info {
  color: #183ebe;
  margin-bottom: 0.9rem;
  font-size: .9rem; }
  .news-detail .news-info time {
    font-weight: 700; }

.news-detail .news-headline {
  margin-top: 0;
  margin-bottom: 0.9rem; }

.news-detail .news-teaser {
  font-size: 1.2rem;
  font-weight: 300; }

.news-detail .news-line {
  border-top-width: 2px; }

* {
  box-sizing: border-box; }

html {
  scroll-behavior: smooth; }
  @media (min-width: 992px) {
    html {
      font-size: 110%; } }
  @media (min-width: 1400px) {
    html {
      font-size: 120%; } }
  @media (min-width: 1640px) {
    html {
      font-size: 130%; } }

body {
  font-family: 'Poppins', 'Open Sans', Roboto, -apple-system, BlinkMacSystemFont, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  line-height: 2;
  text-rendering: optimizeLegibility; }
  body:not(.job_detail) #main {
    overflow: hidden; }

.mod_article {
  width: 100%;
  padding-right: 10vw;
  padding-left: 10vw;
  margin-right: auto;
  margin-left: auto; }

.back {
  display: none; }

.font-weight-light {
  letter-spacing: 0.6px; }

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

.screen-reader-focusable:active,
.screen-reader-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: normal;
  width: auto; }

.w-full {
  margin-left: -10vw;
  margin-right: -10vw; }

.text-small {
  font-size: 90%; }

.text-mw {
  max-width: unset; }
  @media (min-width: 992px) {
    .text-mw {
      max-width: 90%; } }
  @media (min-width: 1200px) {
    .text-mw {
      max-width: 80%; } }
  @media (min-width: 1640px) {
    .text-mw {
      max-width: 70%; } }

.background-blur {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px); }

.page_headline {
  margin-top: 10rem;
  margin-bottom: 5rem; }

.loading_screen {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9000;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: all 600ms ease;
  pointer-events: none; }
  .loading_screen p {
    margin: 0;
    padding: 0;
    font-size: 1.4rem;
    color: #fff;
    font-weight: 700; }
    @media (max-width: 1200px) {
      .loading_screen p {
        font-size: calc(1.265rem + 0.18vw) ; } }
  .loading_screen.active {
    opacity: 1;
    pointer-events: all; }

.mh-1 {
  min-height: 30vh; }

.mh-2 {
  min-height: 40vh; }

.mh-3 {
  min-height: 50vh; }

/*# sourceMappingURL=../maps/main.css.map */

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Tim.css */
ol ol,ul ul,ol ul,ul ol{margin-top: 0.6em}ul li:not(.nav-item):before{top: 15px}.jobs_text-bild_item.last{opacity: 1; filter: inherit}.jobs_text-bild_item.second{opacity: .5;    filter: grayscale(1)}.layout_job .job_facts{font-size: 0.9rem}.layout_job .job_facts p{margin-bottom: 0.3rem}.job_facts h4,.job_facts .h4{font-size: 1.25rem}.job_facts a{text-decoration: underline;color: white}.slick .slick-slide{opacity: 1!important}.layout_projectarchiv.toggle .accordion-button{background-color: #183ebe;    color: white}
@media screen and (min-width: 1400px){
/* Tim_min_width_1400px.css */

}
@media (min-width: 768px){
/* TIM_media_min-width_768px.css */
jobs_text-bild_item.second img{height: 35vw}jobs_text-bild_item.second .ce_image{width: 70%}.page_headline{margin-bottom: 0rem}.jobs_bild-text{margin-top: 2rem}.layout_job .job_sidebar{flex: none!important;    max-width: none!important;position: relative!important;    width: 100%!important;    padding-right: 0!important;    padding-left: 0!important}
}
