body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden; /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}
/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(
    to top,
    rgba(0, 0, 0, .85) 0%,
    rgba(0, 0, 0, .3) 50%,
    rgba(0, 0, 0, .15) 65%,
    rgba(0, 0, 0, .075) 75.5%,
    rgba(0, 0, 0, .037) 82.85%,
    rgba(0, 0, 0, .019) 88%,
    rgba(0, 0, 0, 0) 100%
    );
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}

/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/*#543A31*/
/* Orange */
/* Blau */
/* Braun */
/* Orange */
/* Blau */
/* Braun */
.rangeslider,
.rangeslider__fill {
  display: block;
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; }

.rangeslider {
  background: #e6e6e6;
  position: relative; }

.rangeslider--horizontal {
  height: 20px;
  width: 100%; }

.rangeslider--vertical {
  width: 20px;
  min-height: 150px;
  max-height: 100%; }

.rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4; }

.rangeslider__fill {
  background: #F28B36;
  position: absolute; }

.rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%; }

.rangeslider--vertical .rangeslider__fill {
  bottom: 0;
  width: 100%; }

.rangeslider__handle {
  background: white;
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.rangeslider__handle:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.13)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  background-image: linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.rangeslider__handle:active, .rangeslider--active .rangeslider__handle {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.12)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12)); }

.rangeslider--horizontal .rangeslider__handle {
  top: -10px;
  touch-action: pan-y;
  -ms-touch-action: pan-y; }

.rangeslider--vertical .rangeslider__handle {
  left: -10px;
  touch-action: pan-x;
  -ms-touch-action: pan-x; }

input[type="range"]:focus + .rangeslider .rangeslider__handle {
  -moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  box-shadow: 0 0 8px rgba(255, 0, 255, 0.9); }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [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; }

@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #fff url("/static/vitalpin/lib/slick/ajax-loader.gif?383e88346e42") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("/static/vitalpin/lib/slick/fonts/slick.eot?383e88346e42");
  src: url("/static/vitalpin/lib/slick/fonts/slick.eot?&383e88346e42#iefix") format("embedded-opentype"), url("/static/vitalpin/lib/slick/fonts/slick.woff?383e88346e42") format("woff"), url("/static/vitalpin/lib/slick/fonts/slick.ttf?383e88346e42") format("truetype"), url("/static/vitalpin/lib/slick/fonts/slick.svg?383e88346e42#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

@use 'sass:list';
@use 'sass:map';
/*#543A31*/
/* Orange */
/* Blau */
/* Braun */
/* Orange */
/* Blau */
/* Braun */
@keyframes plyr-progress {
  to {
    background-position: var(--plyr-progress-loading-size, 25px) 0; } }

@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

@keyframes plyr-fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  align-items: center;
  direction: ltr;
  display: flex;
  flex-direction: column;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: var(--plyr-font-weight-regular, 400);
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.3s ease;
  z-index: 0; }
  .plyr video,
  .plyr audio,
  .plyr iframe {
    display: block;
    height: 100%;
    width: 100%; }
  .plyr button {
    font: inherit;
    line-height: inherit;
    width: auto; }
  .plyr:focus {
    outline: 0; }

.plyr--full-ui {
  box-sizing: border-box; }
  .plyr--full-ui *,
  .plyr--full-ui *::after,
  .plyr--full-ui *::before {
    box-sizing: inherit; }

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  touch-action: manipulation; }

.plyr__badge {
  background: var(--plyr-badge-background, #4a5764);
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: var(--plyr-badge-text-color, #fff);
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px; }

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none; }

.plyr__captions {
  animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  display: none;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  transition: transform 0.4s ease-in-out;
  width: 100%; }
  .plyr__captions span:empty {
    display: none; }
  @media (min-width: 480px) {
    .plyr__captions {
      font-size: var(--plyr-font-size-base, 15px);
      padding: calc(var(--plyr-control-spacing, 10px) * 2); } }
  @media (min-width: 768px) {
    .plyr__captions {
      font-size: var(--plyr-font-size-large, 18px); } }
.plyr--captions-active .plyr__captions {
  display: block; }

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4)); }

.plyr__caption {
  background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
  border-radius: 2px;
  box-decoration-break: clone;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap; }
  .plyr__caption div {
    display: inline; }

.plyr__control {
  background: transparent;
  border: 0;
  border-radius: var(--plyr-control-radius, 4px);
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
  position: relative;
  transition: all 0.3s ease; }
  .plyr__control svg {
    display: block;
    fill: currentColor;
    height: var(--plyr-control-icon-size, 18px);
    pointer-events: none;
    width: var(--plyr-control-icon-size, 18px); }
  .plyr__control:focus {
    outline: 0; }
  .plyr__control:focus-visible {
    outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, #F28B36));
    outline-offset: 2px; }

a.plyr__control {
  text-decoration: none; }
  a.plyr__control::after, a.plyr__control::before {
    display: none; }

.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
.plyr__control.plyr__control--pressed .label--not-pressed {
  display: none; }

.plyr--full-ui ::-webkit-media-controls {
  display: none; }

.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center; }
  .plyr__controls .plyr__progress__container {
    flex: 1;
    min-width: 0; }
  .plyr__controls .plyr__controls__item {
    margin-left: calc(var(--plyr-control-spacing, 10px) / 4); }
    .plyr__controls .plyr__controls__item:first-child {
      margin-left: 0;
      margin-right: auto; }
    .plyr__controls .plyr__controls__item.plyr__progress__container {
      padding-left: calc(var(--plyr-control-spacing, 10px) / 4); }
    .plyr__controls .plyr__controls__item.plyr__time {
      padding: 0 calc(var(--plyr-control-spacing, 10px) / 2); }
    .plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time {
      padding-left: 0; }
  .plyr__controls:empty {
    display: none; }

.plyr [data-plyr='captions'],
.plyr [data-plyr='pip'],
.plyr [data-plyr='airplay'],
.plyr [data-plyr='fullscreen'] {
  display: none; }

.plyr--captions-enabled [data-plyr='captions'],
.plyr--pip-supported [data-plyr='pip'],
.plyr--airplay-supported [data-plyr='airplay'],
.plyr--fullscreen-enabled [data-plyr='fullscreen'] {
  display: inline-block; }

.plyr__menu {
  display: flex;
  position: relative; }
  .plyr__menu .plyr__control svg {
    transition: transform 0.3s ease; }
  .plyr__menu .plyr__control[aria-expanded='true'] svg {
    transform: rotate(90deg); }
  .plyr__menu .plyr__control[aria-expanded='true'] .plyr__tooltip {
    display: none; }
  .plyr__menu__container {
    animation: plyr-popup 0.2s ease;
    background: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
    border-radius: var(--plyr-menu-radius, 8px);
    bottom: 100%;
    box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
    color: var(--plyr-menu-color, #4a5764);
    font-size: var(--plyr-font-size-base, 15px);
    margin-bottom: 10px;
    position: absolute;
    right: -3px;
    text-align: left;
    white-space: nowrap;
    z-index: 3; }
    .plyr__menu__container > div {
      overflow: hidden;
      transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
    .plyr__menu__container::after {
      border: var(--plyr-menu-arrow-size, 4px) solid transparent;
      border-top-color: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
      content: '';
      height: 0;
      position: absolute;
      right: calc(((var(--plyr-control-icon-size, 18px) / 2) + calc(var(--plyr-control-spacing, 10px) * 0.7)) - (var(--plyr-menu-arrow-size, 4px) / 2));
      top: 100%;
      width: 0; }
    .plyr__menu__container [role='menu'] {
      padding: calc(var(--plyr-control-spacing, 10px) * 0.7); }
    .plyr__menu__container [role='menuitem'],
    .plyr__menu__container [role='menuitemradio'] {
      margin-top: 2px; }
      .plyr__menu__container [role='menuitem']:first-child,
      .plyr__menu__container [role='menuitemradio']:first-child {
        margin-top: 0; }
    .plyr__menu__container .plyr__control {
      align-items: center;
      color: var(--plyr-menu-color, #4a5764);
      display: flex;
      font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
      padding: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 1.5) calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5);
      user-select: none;
      width: 100%; }
      .plyr__menu__container .plyr__control > span {
        align-items: inherit;
        display: flex;
        width: 100%; }
      .plyr__menu__container .plyr__control::after {
        border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%); }
      .plyr__menu__container .plyr__control--forward {
        padding-right: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4); }
        .plyr__menu__container .plyr__control--forward::after {
          border-left-color: var(--plyr-menu-arrow-color, #728597);
          right: calc((calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5) - var(--plyr-menu-item-arrow-size, 4px)); }
        .plyr__menu__container .plyr__control--forward:focus-visible::after, .plyr__menu__container .plyr__control--forward:hover::after {
          border-left-color: currentColor; }
      .plyr__menu__container .plyr__control--back {
        font-weight: var(--plyr-font-weight-regular, 400);
        margin: calc(var(--plyr-control-spacing, 10px) * 0.7);
        margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);
        padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4);
        position: relative;
        width: calc(100% - (calc(var(--plyr-control-spacing, 10px) * 0.7) * 2)); }
        .plyr__menu__container .plyr__control--back::after {
          border-right-color: var(--plyr-menu-arrow-color, #728597);
          left: calc((calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5) - var(--plyr-menu-item-arrow-size, 4px)); }
        .plyr__menu__container .plyr__control--back::before {
          background: var(--plyr-menu-back-border-color, #dce0e5);
          box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
          content: '';
          height: 1px;
          left: 0;
          margin-top: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);
          overflow: hidden;
          position: absolute;
          right: 0;
          top: 100%; }
        .plyr__menu__container .plyr__control--back:focus-visible::after, .plyr__menu__container .plyr__control--back:hover::after {
          border-right-color: currentColor; }
    .plyr__menu__container .plyr__control[role='menuitemradio'] {
      padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7); }
      .plyr__menu__container .plyr__control[role='menuitemradio']::before, .plyr__menu__container .plyr__control[role='menuitemradio']::after {
        border-radius: 100%; }
      .plyr__menu__container .plyr__control[role='menuitemradio']::before {
        background: rgba(0, 0, 0, 0.1);
        content: '';
        display: block;
        flex-shrink: 0;
        height: 16px;
        margin-right: var(--plyr-control-spacing, 10px);
        transition: all 0.3s ease;
        width: 16px; }
      .plyr__menu__container .plyr__control[role='menuitemradio']::after {
        background: #fff;
        border: 0;
        height: 6px;
        left: 12px;
        opacity: 0;
        top: 50%;
        transform: translateY(-50%) scale(0);
        transition: transform 0.3s ease, opacity 0.3s ease;
        width: 6px; }
      .plyr__menu__container .plyr__control[role='menuitemradio'][aria-checked='true']::before {
        background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, #F28B36)); }
      .plyr__menu__container .plyr__control[role='menuitemradio'][aria-checked='true']::after {
        opacity: 1;
        transform: translateY(-50%) scale(1); }
      .plyr__menu__container .plyr__control[role='menuitemradio']:focus-visible::before, .plyr__menu__container .plyr__control[role='menuitemradio']:hover::before {
        background: rgba(35, 41, 47, 0.1); }
    .plyr__menu__container .plyr__menu__value {
      align-items: center;
      display: flex;
      margin-left: auto;
      margin-right: calc((calc(var(--plyr-control-spacing, 10px) * 0.7) - 2px) * -1);
      overflow: hidden;
      padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 3.5);
      pointer-events: none; }

.plyr--full-ui input[type='range'] {
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-thumb-height, 13px) * 2);
  color: var(--plyr-range-fill-background, var(--plyr-color-main, #F28B36));
  display: block;
  height: calc((var(--plyr-range-thumb-active-shadow-width, 3px) * 2) + var(--plyr-range-thumb-height, 13px));
  margin: 0;
  min-width: 0;
  padding: 0;
  transition: box-shadow 0.3s ease;
  width: 100%; }
  .plyr--full-ui input[type='range']::-webkit-slider-runnable-track {
    background: transparent;
    border: 0;
    border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
    height: var(--plyr-range-track-height, 5px);
    transition: box-shadow 0.3s ease;
    user-select: none;
    background-image: linear-gradient(to right, currentColor var(--value, 0%), transparent var(--value, 0%)); }
  .plyr--full-ui input[type='range']::-webkit-slider-thumb {
    background: var(--plyr-range-thumb-background, #fff);
    border: 0;
    border-radius: 100%;
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 41, 47, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2));
    height: var(--plyr-range-thumb-height, 13px);
    position: relative;
    transition: all 0.2s ease;
    width: var(--plyr-range-thumb-height, 13px);
    appearance: none;
    margin-top: calc(((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px)) / 2) * -1); }
  .plyr--full-ui input[type='range']::-moz-range-track {
    background: transparent;
    border: 0;
    border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
    height: var(--plyr-range-track-height, 5px);
    transition: box-shadow 0.3s ease;
    user-select: none; }
  .plyr--full-ui input[type='range']::-moz-range-thumb {
    background: var(--plyr-range-thumb-background, #fff);
    border: 0;
    border-radius: 100%;
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 41, 47, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2));
    height: var(--plyr-range-thumb-height, 13px);
    position: relative;
    transition: all 0.2s ease;
    width: var(--plyr-range-thumb-height, 13px); }
  .plyr--full-ui input[type='range']::-moz-range-progress {
    background: currentColor;
    border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
    height: var(--plyr-range-track-height, 5px); }
  .plyr--full-ui input[type='range']::-ms-track {
    background: transparent;
    border: 0;
    border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
    height: var(--plyr-range-track-height, 5px);
    transition: box-shadow 0.3s ease;
    user-select: none;
    color: transparent; }
  .plyr--full-ui input[type='range']::-ms-fill-upper {
    background: transparent;
    border: 0;
    border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
    height: var(--plyr-range-track-height, 5px);
    transition: box-shadow 0.3s ease;
    user-select: none; }
  .plyr--full-ui input[type='range']::-ms-fill-lower {
    background: transparent;
    border: 0;
    border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
    height: var(--plyr-range-track-height, 5px);
    transition: box-shadow 0.3s ease;
    user-select: none;
    background: currentColor; }
  .plyr--full-ui input[type='range']::-ms-thumb {
    background: var(--plyr-range-thumb-background, #fff);
    border: 0;
    border-radius: 100%;
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 41, 47, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2));
    height: var(--plyr-range-thumb-height, 13px);
    position: relative;
    transition: all 0.2s ease;
    width: var(--plyr-range-thumb-height, 13px);
    margin-top: 0; }
  .plyr--full-ui input[type='range']::-ms-tooltip {
    display: none; }
  .plyr--full-ui input[type='range']::-moz-focus-outer {
    border: 0; }
  .plyr--full-ui input[type='range']:focus {
    outline: 0; }
  .plyr--full-ui input[type='range']:focus-visible::-webkit-slider-runnable-track {
    outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, #F28B36));
    outline-offset: 2px; }
  .plyr--full-ui input[type='range']:focus-visible::-moz-range-track {
    outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, #F28B36));
    outline-offset: 2px; }
  .plyr--full-ui input[type='range']:focus-visible::-ms-track {
    outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, #F28B36));
    outline-offset: 2px; }

.plyr__poster {
  background-color: var(--plyr-video-background, black);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1; }

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1; }

.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
  display: none; }

.plyr__time {
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px)); }

.plyr__time + .plyr__time::before {
  content: '\2044';
  margin-right: var(--plyr-control-spacing, 10px); }

@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none; } }

/* stylelint-disable selector-max-compound-selectors */
.plyr__tooltip {
  background: var(--plyr-tooltip-background, #fff);
  border-radius: var(--plyr-tooltip-radius, 5px);
  bottom: 100%;
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: var(--plyr-tooltip-color, #4a5764);
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);
  opacity: 0;
  padding: calc(var(--plyr-control-spacing, 10px) / 2) calc(calc(var(--plyr-control-spacing, 10px) / 2) * 1.5);
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  white-space: nowrap;
  z-index: 2; }
  .plyr__tooltip::before {
    border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
    border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
    border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);
    bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
    content: '';
    height: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 0;
    z-index: 2; }

.plyr .plyr__control:hover .plyr__tooltip,
.plyr .plyr__control:focus-visible .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1); }

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3; }

.plyr__controls > .plyr__control:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%; }
  .plyr__controls > .plyr__control:first-child .plyr__tooltip::before,
  .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
    left: calc((var(--plyr-control-icon-size, 18px) / 2) + calc(var(--plyr-control-spacing, 10px) * 0.7)); }

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 100% 100%; }
  .plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
    left: auto;
    right: calc((var(--plyr-control-icon-size, 18px) / 2) + calc(var(--plyr-control-spacing, 10px) * 0.7));
    transform: translateX(50%); }

.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child:focus-visible .plyr__tooltip,
.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control:focus-visible .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child:focus-visible .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible {
  transform: translate(0, 0) scale(1); }

.plyr__progress {
  left: calc(var(--plyr-range-thumb-height, 13px) * 0.5);
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative; }
  .plyr__progress input[type='range'], .plyr__progress__buffer {
    margin-left: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
    margin-right: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
    width: calc(100% + var(--plyr-range-thumb-height, 13px)); }
  .plyr__progress input[type='range'] {
    position: relative;
    z-index: 2; }
  .plyr__progress .plyr__tooltip {
    left: 0;
    max-width: 120px;
    overflow-wrap: break-word; }

.plyr__progress__buffer {
  -webkit-appearance: none;
  /* stylelint-disable-line */
  background: transparent;
  border: 0;
  border-radius: 100px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: calc((var(--plyr-range-track-height, 5px) / 2) * -1);
  padding: 0;
  position: absolute;
  top: 50%; }
  .plyr__progress__buffer::-webkit-progress-bar {
    background: transparent; }
  .plyr__progress__buffer::-webkit-progress-value {
    background: currentColor;
    border-radius: 100px;
    min-width: var(--plyr-range-track-height, 5px);
    transition: width 0.2s ease; }
  .plyr__progress__buffer::-moz-progress-bar {
    background: currentColor;
    border-radius: 100px;
    min-width: var(--plyr-range-track-height, 5px);
    transition: width 0.2s ease; }
  .plyr__progress__buffer::-ms-fill {
    border-radius: 100px;
    transition: width 0.2s ease; }

.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 41, 47, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 41, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 41, 47, 0.6)) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: transparent; }

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)); }

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: var(--plyr-audio-progress-buffered-background, rgba(193, 201, 209, 0.6)); }

.plyr__progress__marker {
  background-color: var(--plyr-progress-marker-background, #fff);
  border-radius: 1px;
  height: var(--plyr-range-track-height, 5px);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: var(--plyr-progress-marker-width, 3px);
  z-index: 3; }

.plyr__volume {
  align-items: center;
  display: flex;
  position: relative; }
  .plyr__volume input[type='range'] {
    margin-left: calc(var(--plyr-control-spacing, 10px) / 2);
    margin-right: calc(var(--plyr-control-spacing, 10px) / 2);
    max-width: 90px;
    min-width: 60px;
    position: relative;
    z-index: 2; }

.plyr--audio {
  display: block; }

.plyr--audio .plyr__controls {
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: var(--plyr-audio-control-color, #4a5764);
  padding: var(--plyr-control-spacing, 10px); }

.plyr--audio .plyr__control:focus-visible, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded='true'] {
  background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, #F28B36));
  color: var(--plyr-audio-control-color-hover, #fff); }

.plyr--full-ui.plyr--audio input[type='range']::-webkit-slider-runnable-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 201, 209, 0.6))); }

.plyr--full-ui.plyr--audio input[type='range']::-moz-range-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 201, 209, 0.6))); }

.plyr--full-ui.plyr--audio input[type='range']::-ms-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 201, 209, 0.6))); }

.plyr--full-ui.plyr--audio input[type='range']:active::-webkit-slider-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 41, 47, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 41, 47, 0.1)); }

.plyr--full-ui.plyr--audio input[type='range']:active::-moz-range-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 41, 47, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 41, 47, 0.1)); }

.plyr--full-ui.plyr--audio input[type='range']:active::-ms-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 41, 47, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 41, 47, 0.1)); }

.plyr--audio .plyr__progress__buffer {
  color: var(--plyr-audio-progress-buffered-background, rgba(193, 201, 209, 0.6)); }

@use 'sass:math';
.plyr--video {
  overflow: hidden; }
  .plyr--video.plyr--menu-open {
    overflow: visible; }

.plyr__video-wrapper {
  background: var(--plyr-video-background, black);
  border-radius: inherit;
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%; }

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
  aspect-ratio: 16 / 9; }
  @supports not (aspect-ratio: 16/9) {
    .plyr__video-embed,
    .plyr__video-wrapper--fixed-ratio {
      height: 0;
      padding-bottom: 56.25%;
      position: relative; } }

.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%); }

.plyr--video .plyr__controls {
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: calc(var(--plyr-control-spacing, 10px) / 2);
  padding-top: calc(var(--plyr-control-spacing, 10px) * 2);
  position: absolute;
  right: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 3; }
  @media (min-width: 480px) {
    .plyr--video .plyr__controls {
      padding: var(--plyr-control-spacing, 10px);
      padding-top: calc(var(--plyr-control-spacing, 10px) * 3.5); } }
.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%); }

.plyr--video .plyr__control:focus-visible, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded='true'] {
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, #F28B36));
  color: var(--plyr-video-control-color-hover, #fff); }

.plyr__control--overlaid {
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, #F28B36));
  border: 0;
  border-radius: 100%;
  color: var(--plyr-video-control-color, #fff);
  left: 50%;
  opacity: 0.9;
  padding: calc(var(--plyr-control-spacing, 10px) * 1.5);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  z-index: 2; }
  .plyr__control--overlaid svg {
    left: 2px;
    position: relative;
    fill: #FFFFFF; }
  .plyr__control--overlaid:hover, .plyr__control--overlaid:focus {
    opacity: 1; }

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden; }

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block; }

.plyr--full-ui.plyr--video input[type='range']::-webkit-slider-runnable-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25))); }

.plyr--full-ui.plyr--video input[type='range']::-moz-range-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25))); }

.plyr--full-ui.plyr--video input[type='range']::-ms-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25))); }

.plyr--full-ui.plyr--video input[type='range']:active::-webkit-slider-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 41, 47, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5)); }

.plyr--full-ui.plyr--video input[type='range']:active::-moz-range-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 41, 47, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5)); }

.plyr--full-ui.plyr--video input[type='range']:active::-ms-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 41, 47, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5)); }

.plyr--video .plyr__progress__buffer {
  color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)); }

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }
  .plyr:fullscreen video {
    height: 100%; }
  .plyr:fullscreen .plyr__control .icon--exit-fullscreen {
    display: block; }
    .plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
      display: none; }
  .plyr:fullscreen.plyr--hide-controls {
    cursor: none; }
  @media (min-width: 1024px) {
    .plyr:fullscreen .plyr__captions {
      font-size: var(--plyr-font-size-xlarge, 21px); } }
.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000; }
  .plyr--fullscreen-fallback video {
    height: 100%; }
  .plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
    display: block; }
    .plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
      display: none; }
  .plyr--fullscreen-fallback.plyr--hide-controls {
    cursor: none; }
  @media (min-width: 1024px) {
    .plyr--fullscreen-fallback .plyr__captions {
      font-size: var(--plyr-font-size-xlarge, 21px); } }
.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1; }
  .plyr__ads > div,
  .plyr__ads > div iframe {
    height: 100%;
    position: absolute;
    width: 100%; }
  .plyr__ads::after {
    background: #23292f;
    border-radius: 2px;
    bottom: var(--plyr-control-spacing, 10px);
    color: #fff;
    content: attr(data-badge-text);
    font-size: 11px;
    padding: 2px 6px;
    pointer-events: none;
    position: absolute;
    right: var(--plyr-control-spacing, 10px);
    z-index: 3; }
  .plyr__ads:empty::after {
    display: none; }

.plyr__cues {
  background: currentColor;
  display: block;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  z-index: 3; }

.plyr__preview-thumb {
  background-color: var(--plyr-tooltip-background, #fff);
  border-radius: var(--plyr-menu-radius, 8px);
  bottom: 100%;
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  z-index: 2; }
  .plyr__preview-thumb--is-shown {
    opacity: 1;
    transform: translate(0, 0) scale(1); }
  .plyr__preview-thumb::before {
    border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
    border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
    border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);
    bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
    content: '';
    height: 0;
    left: calc(50% + var(--preview-arrow-offset));
    position: absolute;
    transform: translateX(-50%);
    width: 0;
    z-index: 2; }
  .plyr__preview-thumb__image-container {
    background: #c1c9d1;
    border-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
    overflow: hidden;
    position: relative;
    z-index: 0; }
    .plyr__preview-thumb__image-container img, .plyr__preview-thumb__image-container::after {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
    .plyr__preview-thumb__image-container::after {
      border-radius: inherit;
      box-shadow: inset 0 0 0 1px black;
      content: '';
      pointer-events: none; }
    .plyr__preview-thumb__image-container img {
      max-height: none;
      max-width: none; }
  .plyr__preview-thumb__time-container {
    background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));
    border-bottom-left-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
    border-bottom-right-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
    bottom: 0;
    left: 0;
    line-height: 1.1;
    padding: 20px 6px 6px;
    position: absolute;
    right: 0;
    z-index: 3; }
    .plyr__preview-thumb__time-container span {
      color: #fff;
      font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px)); }

.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1; }
  .plyr__preview-scrubbing--is-shown {
    opacity: 1; }
  .plyr__preview-scrubbing img {
    height: 100%;
    left: 0;
    max-height: none;
    max-width: none;
    object-fit: contain;
    position: absolute;
    top: 0;
    width: 100%; }

.plyr--no-transition {
  transition: none !important; }

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.plyr [hidden] {
  display: none !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(64, 52, 48, 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: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

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

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

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

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #ffffff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

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

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }
  @media (min-width: 1400px) {
    .container {
      max-width: 1320px; } }
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

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

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

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

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

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

.col-1 {
  flex: 0 0 8.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%; }
  .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%; }
  .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%; }
  .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%; }
  .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%; }
  .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%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .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 .table {
    background-color: #ffffff; }

.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(64, 52, 48, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(64, 52, 48, 0.075); }

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

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

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

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

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

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

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

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

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

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

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

.table-hover .table-light:hover {
  background-color: #eeeeee; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #eeeeee; }

.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(64, 52, 48, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(49, 40, 37, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(49, 40, 37, 0.075); }

.table .thead-dark th {
  color: #ffffff;
  background-color: #212529;
  border-color: #32383e; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #ffffff;
  background-color: #212529; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #32383e; }
  .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 {
    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;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .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;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .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;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .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;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .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;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xxl > .table-bordered {
      border: 0; } }

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

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 5px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #ffffff;
    border-color: #fad0ae;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(242, 139, 54, 0.25); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #ffffff; }

.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.2rem;
  line-height: 1.5; }

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

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

.form-control-sm {
  height: calc(1.85rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.9rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(2.8rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
  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 {
    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: #775448; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(119, 84, 72, 0.9);
  border-radius: 5px; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #775448;
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right calc(2.25rem / 4);
  background-size: calc(2.25rem / 3) calc(2.25rem / 3);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23775448' 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"); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #775448;
    box-shadow: 0 0 0 0.2rem rgba(119, 84, 72, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: 2.25rem;
  background-position: top calc(2.25rem / 4) right calc(2.25rem / 4); }

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

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

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

.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: #775448; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #775448; }

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

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

.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(119, 84, 72, 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: #775448; }

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

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

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #775448;
  box-shadow: 0 0 0 0.2rem rgba(119, 84, 72, 0.25); }

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

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

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

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: 2.25rem;
  background-position: top calc(2.25rem / 4) right calc(2.25rem / 4); }

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

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

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

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

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

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

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

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

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

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

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

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

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      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;
  user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 5px;
  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 screen and (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(242, 139, 54, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

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

.btn-primary {
  color: #212529;
  background-color: #F28B36;
  border-color: #F28B36; }
  .btn-primary:hover {
    color: #ffffff;
    background-color: #f07612;
    border-color: #e6700f; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(211, 124, 52, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #212529;
    background-color: #F28B36;
    border-color: #F28B36; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #e6700f;
    border-color: #da6a0e; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(211, 124, 52, 0.5); }

.btn-secondary {
  color: #212529;
  background-color: #7AB1C3;
  border-color: #7AB1C3; }
  .btn-secondary:hover {
    color: #ffffff;
    background-color: #60a2b7;
    border-color: #579cb3; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(109, 156, 172, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #212529;
    background-color: #7AB1C3;
    border-color: #7AB1C3; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #ffffff;
    background-color: #579cb3;
    border-color: #4f97af; }
    .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(109, 156, 172, 0.5); }

.btn-success {
  color: #ffffff;
  background-color: #775448;
  border-color: #775448; }
  .btn-success:hover {
    color: #ffffff;
    background-color: #5f433a;
    border-color: #573e35; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(139, 110, 99, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #ffffff;
    background-color: #775448;
    border-color: #775448; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
    color: #ffffff;
    background-color: #573e35;
    border-color: #4f3830; }
    .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(139, 110, 99, 0.5); }

.btn-info {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #ffffff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #ffffff;
    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: #ffffff;
    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 {
    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: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #ffffff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #ffffff;
    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: #ffffff;
    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: #EFEFEF;
  border-color: #EFEFEF; }
  .btn-light:hover {
    color: #212529;
    background-color: gainsboro;
    border-color: #d6d6d6; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(208, 209, 209, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #EFEFEF;
    border-color: #EFEFEF; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #d6d6d6;
    border-color: #cfcfcf; }
    .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(208, 209, 209, 0.5); }

.btn-dark {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #ffffff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #ffffff;
    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: #ffffff;
    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: #F28B36;
  border-color: #F28B36; }
  .btn-outline-primary:hover {
    color: #212529;
    background-color: #F28B36;
    border-color: #F28B36; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(242, 139, 54, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #F28B36;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #212529;
    background-color: #F28B36;
    border-color: #F28B36; }
    .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(242, 139, 54, 0.5); }

.btn-outline-secondary {
  color: #7AB1C3;
  border-color: #7AB1C3; }
  .btn-outline-secondary:hover {
    color: #212529;
    background-color: #7AB1C3;
    border-color: #7AB1C3; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(122, 177, 195, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #7AB1C3;
    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: #212529;
    background-color: #7AB1C3;
    border-color: #7AB1C3; }
    .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(122, 177, 195, 0.5); }

.btn-outline-success {
  color: #775448;
  border-color: #775448; }
  .btn-outline-success:hover {
    color: #ffffff;
    background-color: #775448;
    border-color: #775448; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(119, 84, 72, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #775448;
    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: #ffffff;
    background-color: #775448;
    border-color: #775448; }
    .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(119, 84, 72, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #ffffff;
    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: #ffffff;
    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: #ffffff;
    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: #ffffff;
    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: #EFEFEF;
  border-color: #EFEFEF; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #EFEFEF;
    border-color: #EFEFEF; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(239, 239, 239, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #EFEFEF;
    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: #EFEFEF;
    border-color: #EFEFEF; }
    .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(239, 239, 239, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #ffffff;
    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: #ffffff;
    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: #F28B36; }
  .btn-link:hover {
    color: #ce650d;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

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

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.9rem;
  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%; }

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

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

.dropdown-toggle:empty::after {
  margin-left: 0; }

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

@media (min-width: 1400px) {
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto; } }

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; } }

@media (min-width: 1400px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

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

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

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

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:first-child {
    border-top-left-radius: calc(5px - 1px);
    border-top-right-radius: calc(5px - 1px); }
  .dropdown-item:last-child {
    border-bottom-right-radius: calc(5px - 1px);
    border-bottom-left-radius: calc(5px - 1px); }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #ffffff;
    text-decoration: none;
    background-color: #F28B36; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

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

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

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

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid rgba(64, 52, 48, 0.125);
  border-radius: 5px; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px; }

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem; }

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

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

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

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

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  color: inherit;
  background-color: rgba(64, 52, 48, 0.03);
  border-bottom: 1px solid rgba(64, 52, 48, 0.125); }
  .card-header:first-child {
    border-radius: calc(5px - 1px) calc(5px - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(64, 52, 48, 0.03);
  border-top: 1px solid rgba(64, 52, 48, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(5px - 1px) calc(5px - 1px); }

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(5px - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(5px - 1px);
  border-top-right-radius: calc(5px - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(5px - 1px);
  border-bottom-left-radius: calc(5px - 1px); }

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

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

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

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #F28B36;
  background-color: #ffffff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #ce650d;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(242, 139, 54, 0.25); }
  .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; }

.page-item:last-child .page-link {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }

.page-item.active .page-link {
  z-index: 1;
  color: #ffffff;
  background-color: #F28B36;
  border-color: #F28B36; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #ffffff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.2rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.9rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 5px; }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

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

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

.badge-primary {
  color: #212529;
  background-color: #F28B36; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #212529;
    background-color: #e6700f; }

.badge-secondary {
  color: #212529;
  background-color: #7AB1C3; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #212529;
    background-color: #579cb3; }

.badge-success {
  color: #ffffff;
  background-color: #775448; }
  a.badge-success:hover, a.badge-success:focus {
    color: #ffffff;
    background-color: #573e35; }

.badge-info {
  color: #ffffff;
  background-color: #17a2b8; }
  a.badge-info:hover, a.badge-info:focus {
    color: #ffffff;
    background-color: #117a8b; }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00; }

.badge-danger {
  color: #ffffff;
  background-color: #dc3545; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #ffffff;
    background-color: #bd2130; }

.badge-light {
  color: #212529;
  background-color: #EFEFEF; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #d6d6d6; }

.badge-dark {
  color: #ffffff;
  background-color: #343a40; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #ffffff;
    background-color: #1d2124; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 5px; }

.alert-heading {
  color: inherit; }

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

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #9d6133;
  background-color: #fce8d7;
  border-color: #fbdfc7; }
  .alert-primary hr {
    border-top-color: #f9d1af; }
  .alert-primary .alert-link {
    color: #774926; }

.alert-secondary {
  color: #5e757c;
  background-color: #e4eff3;
  border-color: #dae9ee; }
  .alert-secondary hr {
    border-top-color: #c9dfe6; }
  .alert-secondary .alert-link {
    color: #485a5f; }

.alert-success {
  color: #5d453c;
  background-color: #e4ddda;
  border-color: #d9cfcc; }
  .alert-success hr {
    border-top-color: #cec1bd; }
  .alert-success .alert-link {
    color: #3e2e28; }

.alert-info {
  color: #2b6d77;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #1d4b52; }

.alert-warning {
  color: #a37d1b;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #775b14; }

.alert-danger {
  color: #91353b;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #6c272c; }

.alert-light {
  color: #9b9593;
  background-color: #fcfcfc;
  border-color: #fbfbfb; }
  .alert-light hr {
    border-top-color: #eeeeee; }
  .alert-light .alert-link {
    color: #827b79; }

.alert-dark {
  color: #3a3738;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #201e1f; }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

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

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid rgba(64, 52, 48, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px; }
  .list-group-item:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #ffffff; }
  .list-group-item.active {
    z-index: 2;
    color: #ffffff;
    background-color: #F28B36;
    border-color: #F28B36; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
  .list-group-flush .list-group-item:last-child {
    margin-bottom: -1px; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0; }

.list-group-item-primary {
  color: #9d6133;
  background-color: #fbdfc7; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #9d6133;
    background-color: #f9d1af; }
  .list-group-item-primary.list-group-item-action.active {
    color: #ffffff;
    background-color: #9d6133;
    border-color: #9d6133; }

.list-group-item-secondary {
  color: #5e757c;
  background-color: #dae9ee; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #5e757c;
    background-color: #c9dfe6; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #ffffff;
    background-color: #5e757c;
    border-color: #5e757c; }

.list-group-item-success {
  color: #5d453c;
  background-color: #d9cfcc; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #5d453c;
    background-color: #cec1bd; }
  .list-group-item-success.list-group-item-action.active {
    color: #ffffff;
    background-color: #5d453c;
    border-color: #5d453c; }

.list-group-item-info {
  color: #2b6d77;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #2b6d77;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #ffffff;
    background-color: #2b6d77;
    border-color: #2b6d77; }

.list-group-item-warning {
  color: #a37d1b;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #a37d1b;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #ffffff;
    background-color: #a37d1b;
    border-color: #a37d1b; }

.list-group-item-danger {
  color: #91353b;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #91353b;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #ffffff;
    background-color: #91353b;
    border-color: #91353b; }

.list-group-item-light {
  color: #9b9593;
  background-color: #fbfbfb; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #9b9593;
    background-color: #eeeeee; }
  .list-group-item-light.list-group-item-action.active {
    color: #ffffff;
    background-color: #9b9593;
    border-color: #9b9593; }

.list-group-item-dark {
  color: #3a3738;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #3a3738;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #ffffff;
    background-color: #3a3738;
    border-color: #3a3738; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #403430;
  text-shadow: 0 1px 0 #ffffff;
  opacity: .5; }
  .close:hover {
    color: #403430;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled) {
    cursor: pointer; }
    .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
      opacity: .75; }

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

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

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

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

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

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (0.5rem * 2));
    content: ""; }

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

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

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

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

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

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
    .modal-dialog-centered::before {
      height: calc(100vh - (1.75rem * 2)); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.9rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.9rem;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(64, 52, 48, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 0.5rem 0; }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(64, 52, 48, 0.25); }
  .bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 1px;
    border-top-color: #ffffff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 0.5rem 0.5rem 0.5rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(64, 52, 48, 0.25); }
  .bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 1px;
    border-right-color: #ffffff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
    top: calc((0.5rem + 1px) * -1); }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem; }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: rgba(64, 52, 48, 0.25); }
  .bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 1px;
    border-bottom-color: #ffffff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(64, 52, 48, 0.25); }
  .bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 1px;
    border-left-color: #ffffff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

@keyframes spinner-border {
  to {
    transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite; }

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

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite; }

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

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

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

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

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

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

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #573e35 !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: #EFEFEF !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #d6d6d6 !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: #ffffff !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: #F28B36 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-left {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !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 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-3by4::before {
  padding-top: 133.33333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 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; } }

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

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

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

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

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

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

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

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

a.text-success:hover, a.text-success:focus {
  color: #47322b !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: #EFEFEF !important; }

a.text-light:hover, a.text-light:focus {
  color: #c9c9c9 !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(64, 52, 48, 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-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #403430; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #ffffff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

.overflow {
  display: block;
  overflow: hidden;
  text-indent: -999px; }

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

.hyphenate {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

@media (max-width: 575.98px) {
  .hyphenate-xs-down {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; } }

@media (max-width: 767.98px) {
  .hyphenate-sm-down {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; } }

@media (max-width: 991.98px) {
  .hyphenate-md-down {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; } }

@media (max-width: 1199.98px) {
  .hyphenate-lg-down {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; } }

@media (max-width: 1399.98px) {
  .hyphenate-xl-down {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; } }

.tooltip {
  margin-bottom: 5px; }
  .tooltip .tooltip-inner {
    max-width: 250px;
    padding: 15px;
    color: #ffffff;
    text-align: left;
    background-color: #775448;
    border-color: #775448;
    border-radius: 0; }
  .tooltip .arrow {
    display: none; }

.tilt--bottom {
  position: relative;
  z-index: 1; }
  .tilt--bottom:after {
    background: inherit;
    content: '';
    display: block;
    height: 100%;
    left: -10px;
    position: absolute;
    right: -10px;
    z-index: -1;
    -webkit-backface-visibility: hidden; }
  .tilt--bottom:after {
    bottom: 0;
    transform: skewY(-10deg);
    transform-origin: 100%; }

.tilt--bottom--reverse {
  position: relative;
  z-index: 1; }
  .tilt--bottom--reverse:after {
    background: inherit;
    content: '';
    display: block;
    height: 100%;
    left: -10px;
    position: absolute;
    right: -10px;
    z-index: -1;
    -webkit-backface-visibility: hidden; }
  .tilt--bottom--reverse:after {
    bottom: 0;
    transform: skewY(10deg);
    transform-origin: 0 100%; }

.tilt--top {
  position: relative;
  z-index: 1; }
  .tilt--top:before {
    background: inherit;
    content: '';
    display: block;
    height: 100%;
    left: -10px;
    position: absolute;
    right: -10px;
    z-index: -1;
    -webkit-backface-visibility: hidden; }
  .tilt--top:before {
    top: 0;
    transform: skewY(10deg);
    transform-origin: 100% 0; }

.tilt--top--reverse {
  position: relative;
  z-index: 1; }
  .tilt--top--reverse:before {
    background: inherit;
    content: '';
    display: block;
    height: 100%;
    left: -10px;
    position: absolute;
    right: -10px;
    z-index: -1;
    -webkit-backface-visibility: hidden; }
  .tilt--top--reverse:before {
    top: 0;
    transform: skewY(-10deg);
    transform-origin: 0 0; }

.tilt--both {
  position: relative;
  z-index: 1; }
  .tilt--both:before, .tilt--both:after {
    background: inherit;
    content: '';
    display: block;
    height: 100%;
    left: -10px;
    position: absolute;
    right: -10px;
    z-index: -1;
    -webkit-backface-visibility: hidden; }
  .tilt--both:before {
    top: 0;
    transform: skewY(10deg);
    transform-origin: 100% 0; }
  .tilt--both:after {
    bottom: 0;
    transform: skewY(-10deg);
    transform-origin: 100%; }

.tilt--both--reverse {
  position: relative;
  z-index: 1; }
  .tilt--both--reverse:before, .tilt--both--reverse:after {
    background: inherit;
    content: '';
    display: block;
    height: 100%;
    left: -10px;
    position: absolute;
    right: -10px;
    z-index: -1;
    -webkit-backface-visibility: hidden; }
  .tilt--both--reverse:before {
    top: 0;
    transform: skewY(-10deg);
    transform-origin: 0 0; }
  .tilt--both--reverse:after {
    bottom: 0;
    transform: skewY(10deg);
    transform-origin: 0 0; }

/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
.overlay-1 {
  margin-left: -8.33333%; }

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .overlay-sm-0 {
    margin-left: 0; }
  .overlay-sm-1 {
    margin-left: -8.33333%; }
  .overlay-sm-2 {
    margin-left: -16.66667%; }
  .overlay-sm-3 {
    margin-left: -25%; }
  .overlay-sm-4 {
    margin-left: -33.33333%; }
  .overlay-sm-5 {
    margin-left: -41.66667%; }
  .overlay-sm-6 {
    margin-left: -50%; }
  .overlay-sm-7 {
    margin-left: -58.33333%; }
  .overlay-sm-8 {
    margin-left: -66.66667%; }
  .overlay-sm-9 {
    margin-left: -75%; }
  .overlay-sm-10 {
    margin-left: -83.33333%; }
  .overlay-sm-11 {
    margin-left: -91.66667%; } }

@media (min-width: 768px) {
  .overlay-md-0 {
    margin-left: 0; }
  .overlay-md-1 {
    margin-left: -8.33333%; }
  .overlay-md-2 {
    margin-left: -16.66667%; }
  .overlay-md-3 {
    margin-left: -25%; }
  .overlay-md-4 {
    margin-left: -33.33333%; }
  .overlay-md-5 {
    margin-left: -41.66667%; }
  .overlay-md-6 {
    margin-left: -50%; }
  .overlay-md-7 {
    margin-left: -58.33333%; }
  .overlay-md-8 {
    margin-left: -66.66667%; }
  .overlay-md-9 {
    margin-left: -75%; }
  .overlay-md-10 {
    margin-left: -83.33333%; }
  .overlay-md-11 {
    margin-left: -91.66667%; } }

@media (min-width: 992px) {
  .overlay-lg-0 {
    margin-left: 0; }
  .overlay-lg-1 {
    margin-left: -8.33333%; }
  .overlay-lg-2 {
    margin-left: -16.66667%; }
  .overlay-lg-3 {
    margin-left: -25%; }
  .overlay-lg-4 {
    margin-left: -33.33333%; }
  .overlay-lg-5 {
    margin-left: -41.66667%; }
  .overlay-lg-6 {
    margin-left: -50%; }
  .overlay-lg-7 {
    margin-left: -58.33333%; }
  .overlay-lg-8 {
    margin-left: -66.66667%; }
  .overlay-lg-9 {
    margin-left: -75%; }
  .overlay-lg-10 {
    margin-left: -83.33333%; }
  .overlay-lg-11 {
    margin-left: -91.66667%; } }

@media (min-width: 1200px) {
  .overlay-xl-0 {
    margin-left: 0; }
  .overlay-xl-1 {
    margin-left: -8.33333%; }
  .overlay-xl-2 {
    margin-left: -16.66667%; }
  .overlay-xl-3 {
    margin-left: -25%; }
  .overlay-xl-4 {
    margin-left: -33.33333%; }
  .overlay-xl-5 {
    margin-left: -41.66667%; }
  .overlay-xl-6 {
    margin-left: -50%; }
  .overlay-xl-7 {
    margin-left: -58.33333%; }
  .overlay-xl-8 {
    margin-left: -66.66667%; }
  .overlay-xl-9 {
    margin-left: -75%; }
  .overlay-xl-10 {
    margin-left: -83.33333%; }
  .overlay-xl-11 {
    margin-left: -91.66667%; } }

@media (min-width: 1400px) {
  .overlay-xxl-0 {
    margin-left: 0; }
  .overlay-xxl-1 {
    margin-left: -8.33333%; }
  .overlay-xxl-2 {
    margin-left: -16.66667%; }
  .overlay-xxl-3 {
    margin-left: -25%; }
  .overlay-xxl-4 {
    margin-left: -33.33333%; }
  .overlay-xxl-5 {
    margin-left: -41.66667%; }
  .overlay-xxl-6 {
    margin-left: -50%; }
  .overlay-xxl-7 {
    margin-left: -58.33333%; }
  .overlay-xxl-8 {
    margin-left: -66.66667%; }
  .overlay-xxl-9 {
    margin-left: -75%; }
  .overlay-xxl-10 {
    margin-left: -83.33333%; }
  .overlay-xxl-11 {
    margin-left: -91.66667%; } }

/*#543A31*/
/* Orange */
/* Blau */
/* Braun */
/* Orange */
/* Blau */
/* Braun */
@media (max-width: 1399.98px) {
  #maisen-dropdown-nav {
    background-color: #F28B36;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: 10px;
    padding: 0; }
    #maisen-dropdown-nav ul.navbar-nav {
      height: calc(100vh - 56px);
      width: 100%;
      overflow-x: hidden;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch; }
      #maisen-dropdown-nav ul.navbar-nav li {
        position: static; }
        #maisen-dropdown-nav ul.navbar-nav li:hover {
          background-color: rgba(255, 255, 255, 0.2); }
        #maisen-dropdown-nav ul.navbar-nav li a {
          position: relative;
          padding: 15px;
          color: #ffffff;
          letter-spacing: .1px;
          font-size: 1.18rem;
          font-weight: 500;
          border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
        #maisen-dropdown-nav ul.navbar-nav li .dropdown-menu {
          position: absolute;
          width: 100vw;
          height: calc(100vh - 58px);
          top: 58px;
          left: 0;
          padding: 0;
          margin: 0;
          border: none;
          border-radius: 0;
          overflow-x: hidden;
          overflow-y: auto;
          -webkit-overflow-scrolling: touch;
          background-color: #f07d1e;
          position: absolute;
          z-index: 2;
          display: block;
          transition: all ease-in-out 0.3s;
          -moz-transform: translate(100vw, 0);
          -o-transform: translate(100vw, 0);
          -ms-transform: translate(100vw, 0);
          -webkit-transform: translate(100vw, 0);
          transform: translate(100vw, 0);
          /* nested dropdowns */ } }
        @media screen and (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
          #maisen-dropdown-nav ul.navbar-nav li .dropdown-menu {
            transition: none; } }
@media (max-width: 1399.98px) {
          #maisen-dropdown-nav ul.navbar-nav li .dropdown-menu .nav-item.back {
            width: 100%;
            background-color: rgba(255, 255, 255, 0.2); }
            #maisen-dropdown-nav ul.navbar-nav li .dropdown-menu .nav-item.back > a > .caret {
              background-image: url("/static/vitalpin/img/icons/arrow-left-white.svg?383e88346e42");
              left: 15px; }
          #maisen-dropdown-nav ul.navbar-nav li .dropdown-menu a {
            padding-left: 40px; }
          #maisen-dropdown-nav ul.navbar-nav li .dropdown-menu .dropdown-menu {
            top: 0;
            left: 0; }
        #maisen-dropdown-nav ul.navbar-nav li .dropdown-menu.show {
          -moz-transform: translate(0, 0);
          -o-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
          -webkit-transform: translate(0, 0);
          transform: translate(0, 0); }
        #maisen-dropdown-nav ul.navbar-nav li .caret {
          display: inline-block;
          position: absolute;
          right: 20px;
          top: 22px;
          background-image: url("/static/vitalpin/img/icons/arrow-right-white.svg?383e88346e42");
          background-size: contain;
          background-repeat: no-repeat;
          width: 10px;
          height: 1em;
          opacity: .8; } }

@media (min-width: 1400px) {
  #maisen-dropdown-nav {
    width: 100%; }
    #maisen-dropdown-nav ul.navbar-nav li:hover {
      background-color: #ffffff; }
      #maisen-dropdown-nav ul.navbar-nav li:hover a {
        color: #F28B36; } }
  @media (min-width: 1400px) and (min-width: 1400px) {
    #maisen-dropdown-nav ul.navbar-nav li.ancestor {
      background-color: rgba(255, 255, 255, 0.5); }
      #maisen-dropdown-nav ul.navbar-nav li.ancestor a {
        color: #F28B36; } }
@media (min-width: 1400px) {
    #maisen-dropdown-nav ul.navbar-nav li a {
      line-height: 1.2em;
      font-weight: 500;
      font-size: 1rem;
      color: #674B41;
      text-transform: uppercase;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    #maisen-dropdown-nav ul.navbar-nav li.dropdown {
      position: relative; }
    #maisen-dropdown-nav ul.navbar-nav li .dropdown-toggle:after {
      display: none; }
    #maisen-dropdown-nav ul.navbar-nav li .dropdown-menu {
      background-color: #F28B36;
      top: calc(100%);
      left: -10000px;
      border: none;
      border-radius: 0;
      right: 0;
      margin: 0;
      padding: 0;
      display: block;
      opacity: 0;
      width: 300px;
      transition: opacity ease-in-out 0.3s, transform ease-in-out 0.3s;
      -moz-transform: translate(0px, -15px);
      -o-transform: translate(0px, -15px);
      -ms-transform: translate(0px, -15px);
      -webkit-transform: translate(0px, -15px);
      transform: translate(0px, -15px); } }
    @media screen and (min-width: 1400px) and (prefers-reduced-motion: reduce) {
      #maisen-dropdown-nav ul.navbar-nav li .dropdown-menu {
        transition: none; } }
@media (min-width: 1400px) {
      #maisen-dropdown-nav ul.navbar-nav li .dropdown-menu:before {
        content: "";
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #F28B36;
        position: absolute;
        left: 20px;
        top: -7px; }
      #maisen-dropdown-nav ul.navbar-nav li .dropdown-menu li {
        border: none; }
        #maisen-dropdown-nav ul.navbar-nav li .dropdown-menu li:hover {
          background-color: #f07d1e; }
        #maisen-dropdown-nav ul.navbar-nav li .dropdown-menu li a {
          padding: 20px;
          color: #ffffff;
          text-transform: none;
          font-weight: 400;
          transition: padding ease-in-out 0.3s; } }
        @media screen and (min-width: 1400px) and (prefers-reduced-motion: reduce) {
          #maisen-dropdown-nav ul.navbar-nav li .dropdown-menu li a {
            transition: none; } }
@media (min-width: 1400px) {
          #maisen-dropdown-nav ul.navbar-nav li .dropdown-menu li a:hover {
            padding-left: 30px;
            cursor: pointer; }
        #maisen-dropdown-nav ul.navbar-nav li .dropdown-menu li:last-child a {
          border: none; }
      #maisen-dropdown-nav ul.navbar-nav li .dropdown-menu.show {
        opacity: 1;
        left: 0px;
        -moz-transform: translate(0px, 0px);
        -o-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px); }
      #maisen-dropdown-nav ul.navbar-nav li .dropdown-menu .caret {
        display: inline-block;
        position: absolute;
        right: 20px;
        top: 24px;
        background-image: url("/static/vitalpin/img/icons/arrow-right-white.svg?383e88346e42");
        background-size: contain;
        background-repeat: no-repeat;
        width: 8px;
        height: 1em;
        opacity: .8; }
    #maisen-dropdown-nav ul.navbar-nav li .dropdown-menu .level-1 {
      top: 0;
      left: 299px;
      background-color: #f07d1e; }
      #maisen-dropdown-nav ul.navbar-nav li .dropdown-menu .level-1:before {
        display: none; }
      #maisen-dropdown-nav ul.navbar-nav li .dropdown-menu .level-1 .dropdown-toggle:after {
        display: block; } }
  @media (min-width: 1400px) and (min-width: 768px) and (max-width: 1199.98px) {
    #maisen-dropdown-nav ul.navbar-nav li .dropdown-menu {
      width: 200px; }
    #maisen-dropdown-nav ul.navbar-nav li .dropdown-menu .level-1 {
      left: 199px; } }
.flatpickr-calendar.inline, .flatpickr-calendar.open {
  opacity: 1;
  max-height: 640px;
  visibility: visible; }

.flatpickr-calendar .hasTime .dayContainer, .flatpickr-calendar .hasWeeks .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.flatpickr-calendar:after, .flatpickr-calendar:before {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px; }

.flatpickr-months .flatpickr-next-month, .flatpickr-months .flatpickr-prev-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  line-height: 16px;
  height: 28px;
  padding: 10px;
  z-index: 3;
  color: #6F4D4D;
  fill: #6F4D4D; }

.flatpickr-current-month input.cur-year[disabled]:hover, .flatpickr-current-month input.cur-year[disabled] {
  font-size: 100%;
  color: #6F4D4D;
  background: transparent;
  pointer-events: none; }

.flatpickr-day:focus, .flatpickr-day:hover, .flatpickr-day.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day.nextMonthDay:focus, .flatpickr-day.nextMonthDay:hover, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.inRange {
  cursor: pointer;
  outline: 0;
  background: #e3e3e3;
  border-color: #e3e3e3; }

.flatpickr-day.today:focus, .flatpickr-day.today:hover {
  border-color: #F28B36;
  background: #F28B36;
  color: #ffffff; }

.flatpickr-day.endRange.nextMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.endRange:hover, .flatpickr-day.endRange:focus, .flatpickr-day.endRange.inRange, .flatpickr-day.endRange, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.startRange:hover, .flatpickr-day.startRange:focus, .flatpickr-day.startRange.inRange, .flatpickr-day.startRange, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.selected:hover, .flatpickr-day.selected:focus, .flatpickr-day.selected.inRange, .flatpickr-day.selected {
  background: #F28B36;
  box-shadow: none;
  color: #ffffff;
  border-color: #F28B36; }

.flatpickr-day.notAllowed.nextMonthDay, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.disabled:hover, .flatpickr-day.disabled, .flatpickr-day.nextMonthDay, .flatpickr-day.prevMonthDay {
  color: #775448;
  background: transparent;
  cursor: default; }

.flatpickr-weekwrapper span.flatpickr-day:hover, .flatpickr-weekwrapper span.flatpickr-day {
  display: block;
  width: 100%;
  max-width: none;
  color: #775448;
  background: transparent;
  cursor: default;
  border: none; }

.flatpickr-time .flatpickr-am-pm, .flatpickr-time .flatpickr-time-separator {
  height: inherit;
  display: inline-block;
  float: left;
  line-height: inherit;
  color: #775448;
  font-weight: bold;
  width: 2%;
  user-select: none;
  align-self: center; }

.flatpickr-calendar {
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  box-sizing: border-box;
  touch-action: manipulation;
  background: #ffffff;
  box-shadow: 1px 0 0 transparent, -1px 0 0 transparent, 0 1px 0 transparent, 0 -1px 0 transparent, 0 3px 13px #775448;
  width: 307.875px; }
  .flatpickr-calendar.open {
    display: inline-block;
    z-index: 99999; }
  .flatpickr-calendar.inline {
    display: block;
    position: relative;
    top: 2px; }
  .flatpickr-calendar.static {
    position: absolute;
    top: calc(100% +2px); }
    .flatpickr-calendar.static.open {
      z-index: 999;
      display: block; }
  .flatpickr-calendar:before {
    border-width: 5px;
    margin: 0 -5px; }
  .flatpickr-calendar:after {
    border-width: 4px;
    margin: 0 -4px; }
  .flatpickr-calendar.rightMost:before {
    left: auto;
    right: 22px; }
  .flatpickr-calendar.rightMost:after {
    left: auto;
    right: 22px; }
  .flatpickr-calendar.arrowTop:before {
    bottom: 100%;
    border-bottom-color: transparent; }
  .flatpickr-calendar.arrowTop:after {
    bottom: 100%;
    border-bottom-color: #ffffff; }
  .flatpickr-calendar.arrowBottom:before {
    top: 100%;
    border-top-color: transparent; }
  .flatpickr-calendar.arrowBottom:after {
    top: 100%;
    border-top-color: #ffffff; }
  .flatpickr-calendar:focus {
    outline: 0; }
  .flatpickr-calendar.animate.open {
    animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1); }
  .flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n + 1) .flatpickr-day.inRange:nth-child(7n + 7) {
    box-shadow: none !important; }
  .flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n + 2) .flatpickr-day.inRange:nth-child(7n + 1) {
    box-shadow: -2px 0 0 transparent, 5px 0 0 transparent; }
  .flatpickr-calendar .hasWeeks .dayContainer {
    border-left: 0; }
  .flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
    height: 40px;
    border-top: 1px solid transparent; }
  .flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
    height: auto; }

.flatpickr-wrapper {
  position: relative;
  display: inline-block; }

.flatpickr-months {
  display: flex; }
  .flatpickr-months .flatpickr-month {
    background: transparent;
    color: #6F4D4D;
    fill: #6F4D4D;
    height: 28px;
    line-height: 1;
    text-align: center;
    position: relative;
    user-select: none;
    overflow: hidden;
    flex: 1; }
  .flatpickr-months .flatpickr-prev-month.disabled {
    display: none; }
  .flatpickr-months .flatpickr-prev-month i {
    position: relative; }
  .flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
    left: 0; }
  .flatpickr-months .flatpickr-prev-month.flatpickr-next-month {
    right: 0; }
  .flatpickr-months .flatpickr-prev-month:hover {
    color: #F28B36; }
    .flatpickr-months .flatpickr-prev-month:hover svg {
      fill: #F28B36; }
  .flatpickr-months .flatpickr-prev-month svg {
    width: 14px;
    height: 14px; }
    .flatpickr-months .flatpickr-prev-month svg path {
      transition: fill 0.1s;
      fill: inherit; }
  .flatpickr-months .flatpickr-next-month.disabled {
    display: none; }
  .flatpickr-months .flatpickr-next-month i {
    position: relative; }
  .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
    left: 0; }
  .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
    right: 0; }
  .flatpickr-months .flatpickr-next-month:hover {
    color: #F28B36; }
    .flatpickr-months .flatpickr-next-month:hover svg {
      fill: #F28B36; }
  .flatpickr-months .flatpickr-next-month svg {
    width: 14px;
    height: 14px; }
    .flatpickr-months .flatpickr-next-month svg path {
      transition: fill 0.1s;
      fill: inherit; }

.numInputWrapper {
  position: relative;
  height: auto; }
  .numInputWrapper input {
    display: inline-block;
    width: 100%; }
  .numInputWrapper span {
    display: inline-block;
    position: absolute;
    right: 0;
    width: 14px;
    padding: 0 4px 0 2px;
    height: 50%;
    line-height: 50%;
    opacity: 0;
    cursor: pointer;
    border: 1px solid #775448;
    box-sizing: border-box; }
    .numInputWrapper span:hover {
      background: #775448; }
    .numInputWrapper span:active {
      background: #775448; }
    .numInputWrapper span:after {
      display: block;
      content: "";
      position: absolute; }
    .numInputWrapper span.arrowUp {
      top: 0;
      border-bottom: 0; }
      .numInputWrapper span.arrowUp:after {
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-bottom: 4px solid #775448;
        top: 26%; }
    .numInputWrapper span.arrowDown {
      top: 50%; }
      .numInputWrapper span.arrowDown:after {
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid #775448;
        top: 40%; }
    .numInputWrapper span svg {
      width: inherit;
      height: auto; }
      .numInputWrapper span svg path {
        fill: #6F4D4D; }
  .numInputWrapper input::-ms-clear {
    display: none; }
  .numInputWrapper:hover {
    background: #775448; }
    .numInputWrapper:hover span {
      opacity: 1; }

.flatpickr-current-month {
  font-size: 135%;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 6.16px 0 0 0;
  line-height: 1;
  height: 28px;
  display: inline-block;
  text-align: center;
  transform: translate3d(0px, 0, 0); }
  .flatpickr-current-month .numInputWrapper {
    width: 7ch\0;
    display: inline-block; }
    .flatpickr-current-month .numInputWrapper span.arrowUp:after {
      border-bottom-color: #6F4D4D; }
    .flatpickr-current-month .numInputWrapper span.arrowDown:after {
      border-top-color: #6F4D4D; }
  .flatpickr-current-month input.cur-year {
    background: transparent;
    box-sizing: border-box;
    color: inherit;
    cursor: text;
    padding: 0 0 0 0.5ch;
    margin: 0;
    display: inline-block;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    line-height: inherit;
    height: auto;
    border: 0;
    border-radius: 0;
    vertical-align: initial; }
    .flatpickr-current-month input.cur-year:focus {
      outline: 0; }
  .flatpickr-current-month span.cur-month {
    font-family: inherit;
    font-weight: 700;
    color: inherit;
    display: inline-block;
    margin-left: 0.5ch;
    padding: 0; }
    .flatpickr-current-month span.cur-month:hover {
      background: #775448; }

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  height: 28px; }
  .flatpickr-weekdays .flatpickr-weekdaycontainer {
    display: flex;
    flex: 1; }

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: #775448;
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  flex: 1;
  font-weight: bolder; }

span.flatpickr-day {
  border-radius: 0 !important;
  border: 1px solid #e3e3e3;
  max-width: none;
  border-right-color: transparent; }
  span.flatpickr-day.prevMonthDay {
    border-radius: 0 !important;
    border: 1px solid #e3e3e3;
    max-width: none;
    border-right-color: transparent; }
    span.flatpickr-day.prevMonthDay:nth-child(n + 8) {
      border-top-color: transparent; }
    span.flatpickr-day.prevMonthDay:nth-child(n + 36) {
      border-bottom: 0; }
    span.flatpickr-day.prevMonthDay:nth-child(7n-6) {
      border-left: 0; }
    span.flatpickr-day.prevMonthDay.today {
      z-index: 2; }
      span.flatpickr-day.prevMonthDay.today:not(.selected) {
        border-color: #e3e3e3;
        border-right-color: transparent;
        border-top-color: transparent;
        border-bottom-color: #F28B36; }
        span.flatpickr-day.prevMonthDay.today:not(.selected):hover {
          border: 1px solid #F28B36; }
    span.flatpickr-day.prevMonthDay.startRange {
      border-color: #F28B36; }
    span.flatpickr-day.prevMonthDay.endRange {
      border-color: #F28B36; }
    span.flatpickr-day.prevMonthDay.selected {
      z-index: 2; }
    span.flatpickr-day.prevMonthDay:nth-child(-n + 7) {
      margin-top: 0; }
  span.flatpickr-day.nextMonthDay {
    border-radius: 0 !important;
    border: 1px solid #e3e3e3;
    max-width: none;
    border-right-color: transparent; }
    span.flatpickr-day.nextMonthDay:nth-child(n + 8) {
      border-top-color: transparent; }
    span.flatpickr-day.nextMonthDay:nth-child(n + 36) {
      border-bottom: 0; }
    span.flatpickr-day.nextMonthDay:nth-child(7n-6) {
      border-left: 0; }
    span.flatpickr-day.nextMonthDay.today {
      z-index: 2; }
      span.flatpickr-day.nextMonthDay.today:not(.selected) {
        border-color: #e3e3e3;
        border-right-color: transparent;
        border-top-color: transparent;
        border-bottom-color: #F28B36; }
        span.flatpickr-day.nextMonthDay.today:not(.selected):hover {
          border: 1px solid #F28B36; }
    span.flatpickr-day.nextMonthDay.startRange {
      border-color: #F28B36; }
    span.flatpickr-day.nextMonthDay.endRange {
      border-color: #F28B36; }
    span.flatpickr-day.nextMonthDay.selected {
      z-index: 2; }
    span.flatpickr-day.nextMonthDay:nth-child(-n + 7) {
      margin-top: 0; }
  span.flatpickr-day:nth-child(n + 8) {
    border-top-color: transparent; }
  span.flatpickr-day:nth-child(n + 36) {
    border-bottom: 0; }
  span.flatpickr-day:nth-child(7n-6) {
    border-left: 0; }
  span.flatpickr-day.today {
    z-index: 2; }
    span.flatpickr-day.today:not(.selected) {
      border-color: #e3e3e3;
      border-right-color: transparent;
      border-top-color: transparent;
      border-bottom-color: #F28B36; }
      span.flatpickr-day.today:not(.selected):hover {
        border: 1px solid #F28B36; }
  span.flatpickr-day.startRange {
    border-color: #F28B36; }
  span.flatpickr-day.endRange {
    border-color: #F28B36; }
  span.flatpickr-day.selected {
    z-index: 2; }
  span.flatpickr-day:nth-child(-n + 7) {
    margin-top: 0; }

.dayContainer {
  padding: 1px 0 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  transform: translate3d(0px, 0, 0);
  opacity: 1;
  padding: 0;
  border-right: 0; }
  .dayContainer + .dayContainer {
    box-shadow: -1px 0 0 transparent; }

.flatpickr-weeks {
  padding: 1px 0 0; }

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  width: 307.875px; }
  .flatpickr-days:focus {
    outline: 0; }

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  box-sizing: border-box;
  color: #775448;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  justify-content: center;
  text-align: center; }
  .flatpickr-day.inRange {
    border-radius: 0;
    box-shadow: -5px 0 0 #e3e3e3, 5px 0 0 #e3e3e3; }
  .flatpickr-day.today {
    border-color: #F28B36; }
  .flatpickr-day.selected.startRange {
    border-radius: 50px 0 0 50px; }
    .flatpickr-day.selected.startRange.endRange {
      border-radius: 50px; }
    .flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n + 1)) {
      box-shadow: -10px 0 0 #F28B36; }
  .flatpickr-day.selected.endRange {
    border-radius: 0 50px 50px 0; }
  .flatpickr-day.startRange.startRange {
    border-radius: 50px 0 0 50px; }
    .flatpickr-day.startRange.startRange.endRange {
      border-radius: 50px; }
    .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n + 1)) {
      box-shadow: -10px 0 0 #F28B36; }
  .flatpickr-day.startRange.endRange {
    border-radius: 0 50px 50px 0; }
  .flatpickr-day.endRange.startRange {
    border-radius: 50px 0 0 50px; }
    .flatpickr-day.endRange.startRange.endRange {
      border-radius: 50px; }
    .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n + 1)) {
      box-shadow: -10px 0 0 #F28B36; }
  .flatpickr-day.endRange.endRange {
    border-radius: 0 50px 50px 0; }
  .flatpickr-day.disabled {
    cursor: not-allowed;
    color: #775448;
    opacity: .4; }
    .flatpickr-day.disabled:hover {
      cursor: not-allowed;
      color: #775448; }
  .flatpickr-day.hidden {
    visibility: hidden; }
  .flatpickr-day.week.selected {
    border-radius: 0;
    box-shadow: -5px 0 0 #F28B36, 5px 0 0 #F28B36; }

.flatpickr-weekwrapper {
  display: inline-block;
  float: left; }
  .flatpickr-weekwrapper .flatpickr-weeks {
    padding: 0 12px;
    box-shadow: none; }
  .flatpickr-weekwrapper .flatpickr-weekday {
    float: none;
    width: 100%;
    line-height: 28px; }
  .flatpickr-weekwrapper span.flatpickr-day {
    border: 0;
    margin: -1px 0 0 -1px; }

.flatpickr-innerContainer {
  display: flex;
  box-sizing: border-box;
  overflow: hidden; }

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box; }

.flatpickr-time {
  text-align: center;
  outline: 0;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex; }
  .flatpickr-time:after {
    content: "";
    display: table;
    clear: both; }
  .flatpickr-time .numInputWrapper {
    flex: 1;
    width: 40%;
    height: 40px;
    float: left; }
    .flatpickr-time .numInputWrapper span.arrowUp:after {
      border-bottom-color: #775448; }
    .flatpickr-time .numInputWrapper span.arrowDown:after {
      border-top-color: #775448; }
  .flatpickr-time input {
    background: transparent;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    text-align: center;
    margin: 0;
    padding: 0;
    height: inherit;
    line-height: inherit;
    color: #775448;
    font-size: 14px;
    position: relative;
    box-sizing: border-box; }
    .flatpickr-time input.flatpickr-hour {
      font-weight: bold; }
    .flatpickr-time input.flatpickr-minute {
      font-weight: 400; }
    .flatpickr-time input.flatpickr-second {
      font-weight: 400; }
    .flatpickr-time input:focus {
      outline: 0;
      border: 0;
      background: #F28B36; }
    .flatpickr-time input:hover {
      background: #F28B36; }
  .flatpickr-time .flatpickr-am-pm {
    outline: 0;
    width: 18%;
    cursor: pointer;
    text-align: center;
    font-weight: 400; }
    .flatpickr-time .flatpickr-am-pm:hover {
      background: #F28B36; }
    .flatpickr-time .flatpickr-am-pm:focus {
      background: #F28B36; }
  .flatpickr-time.hasSeconds .numInputWrapper {
    width: 26%; }
  .flatpickr-time.time24hr .numInputWrapper {
    width: 49%; }

.flatpickr-input[readonly] {
  cursor: pointer; }

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.rangeMode .flatpickr-day {
  margin-top: -1px; }

.hasWeeks .flatpickr-days {
  border-right: 0; }

body.klimavonds article.newsletter {
  display: none; }

body.klimavonds #bottom {
  margin-top: 150px; }

h1 {
  font-size: 2.6rem;
  color: #ffffff;
  font-weight: 700;
  text-align: center; }
  body.home h1 {
    font-size: 3rem;
    font-style: italic;
    font-weight: 400; }
  @media only screen and (max-width: 1500px) {
    h1 br {
      display: none; } }
  @media (max-width: 991.98px) {
    h1 {
      font-size: 2.4rem; } }
  @media (max-width: 767.98px) {
    h1 br {
      content: ' '; }
    h1 br:after {
      content: ' '; } }
  @media (max-width: 575.98px) {
    h1 {
      -webkit-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto;
      font-size: 2rem; } }
  h1 a, h1 a:hover {
    text-decoration: none;
    color: #ffffff; }

h2 {
  font-size: 2.1rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -1px;
  color: #674B41;
  margin-bottom: 25px; }
  @media (max-width: 991.98px) {
    h2 {
      font-size: 2rem; } }
  @media (max-width: 575.98px) {
    h2 {
      font-size: 1.8rem; } }
h3 {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  font-size: 1.15rem;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0;
  font-family: "Ergilo", Georgia, sans-serif;
  font-size: 1.4375em;
  margin-bottom: 25px; }
  h3 a {
    color: #ffffff; }
    h3 a:hover {
      color: #ffffff; }
  @media screen and (max-width: 374px) {
    h3 {
      font-size: 1.2em; } }
p {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400; }
  p.medium {
    font-weight: 500; }
  p.teaser {
    padding: 0;
    margin: 0; }
  p.subtitle {
    font-family: "Brandon Grotesque", Arial, sans-serif;
    font-weight: 400;
    color: #674B41;
    margin-bottom: 5px; }
  p.title {
    font-family: "Brandon Grotesque", Arial, sans-serif;
    font-weight: 700;
    color: #674B41;
    text-transform: uppercase;
    letter-spacing: 1.07px;
    text-align: center; }
  p.quote {
    font-size: 2.1rem;
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: -1px;
    color: #674B41;
    margin: 0; }
    @media only screen and (max-width: 1300px) {
      p.quote br {
        display: none; } }
    @media (max-width: 991.98px) {
      p.quote {
        font-size: 2rem; } }
    @media (max-width: 575.98px) {
      p.quote {
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        font-size: 1.8rem; } }
  p.author {
    font-family: "Brandon Grotesque", Arial, sans-serif; }

span.date  {
  font-family: "Brandon Grotesque", Arial, sans-serif;
  color: #674B41; }

a {
  text-decoration: underline; }
  a.knowledge-download {
    padding: 15px;
    margin-left: auto;
    width: 20px;
    height: 18px;
    display: block;
    overflow: hidden;
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/static/vitalpin/img/download.svg?58d4d857a801"); }

.linkhover {
  position: relative; }
  .linkhover:before {
    content: "";
    display: block;
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    bottom: -5px;
    left: 0;
    opacity: .3; }
  .linkhover:after {
    content: "";
    display: block;
    position: absolute;
    display: inline-block;
    width: 0%;
    height: 2px;
    background-color: #ffffff;
    bottom: -5px;
    left: 0;
    transition: all .5s; }
  .linkhover:hover {
    text-decoration: none; }
    .linkhover:hover:after {
      width: 100%; }
  .linkhover.linkhover-brown:before, article.tenminutes.tenminutes-on-topic .first .inner a.linkhover:before, article.tenminutes.tenminutes-on-topic .first .row.more a.linkhover:before {
    background-color: #775448; }
  .linkhover.linkhover-brown:after, article.tenminutes.tenminutes-on-topic .first .inner a.linkhover:after, article.tenminutes.tenminutes-on-topic .first .row.more a.linkhover:after {
    content: "";
    display: block;
    position: absolute;
    background-color: #775448; }
  .linkhover.linkhover-brown:hover:after, article.tenminutes.tenminutes-on-topic .first .inner a.linkhover:hover:after, article.tenminutes.tenminutes-on-topic .first .row.more a.linkhover:hover:after {
    width: 100%; }
  .linkhover.linkhover-white:before {
    background-color: #ffffff; }
  .linkhover.linkhover-white:after {
    content: "";
    display: block;
    position: absolute;
    background-color: #ffffff; }
  .linkhover.linkhover-white:hover:after {
    width: 100%; }

a.linkhover {
  font-family: "Brandon Grotesque", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none; }
  a.linkhover:hover {
    color: #674B41; }

span.fileformat {
  font-weight: 400;
  font-size: 0.9rem; }

.btn {
  text-decoration: none; }

.btn-rounded {
  border-radius: 30px; }

figure {
  margin-bottom: 0px;
  overflow: hidden; }
  figure img {
    width: 100%; }
  figure.rounded {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border-radius: 50% !important;
    margin-bottom: 20px; }
  figure.gradient {
    position: relative; }
    figure.gradient:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      width: 100%;
      background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 57%, #000000 100%);
      opacity: .25; }
  figure.overlay {
    position: relative; }
    figure.overlay:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      width: 100%;
      background-color: #403430;
      opacity: .75; }
  figure.profile {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: inline-block; }

.hash {
  font-size: 1.25rem;
  font-family: "Brandon Grotesque", Arial, sans-serif;
  font-weight: normal; }

.richtext img.profile {
  border-radius: 50%; }

.richtext p.two-cols {
  column-count: 2;
  column-gap: 30px;
  text-align: left; }
  @media (max-width: 767.98px) {
    .richtext p.two-cols {
      column-count: 1; } }
.richtext ul {
  margin: 15px 0 0 0;
  list-style-type: none;
  padding: 0; }
  .richtext ul li {
    padding: 10px 0 12px 0;
    border-top: 1px solid rgba(119, 84, 72, 0.2); }
  .richtext ul.downloads li {
    border: none;
    border-bottom: 1px solid rgba(119, 84, 72, 0.2);
    position: relative;
    padding: 0;
    text-align: left; }
    .richtext ul.downloads li a {
      padding: 18px 28px 18px 0;
      text-decoration: none;
      line-height: 1.3;
      display: block;
      hyphens: none; }
      .richtext ul.downloads li a:hover {
        background-color: rgba(119, 84, 72, 0.1);
        color: #674B41; }
    .richtext ul.downloads li:after {
      content: "";
      display: block;
      position: absolute;
      width: 24px;
      height: 24px;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      background-image: url("/static/vitalpin/img/download.svg?58d4d857a801");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      opacity: 0.7; }

header#top {
  height: 100%;
  max-height: 800px;
  position: relative; }
  header#top article.headerimage {
    position: relative;
    overflow: hidden; }
    header#top article.headerimage figure img {
      width: 100%;
      height: 100vh;
      max-height: 800px;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
      font-family: "object-fit: cover; object-position: center"; }
    header#top article.headerimage img.title {
      width: 435px;
      height: auto;
      display: block;
      margin: 0 auto;
      max-width: 90vw;
      margin-bottom: 42px; }
    header#top article.headerimage p.title {
      color: #ffffff;
      margin-bottom: 20px; }
    body.small-header header#top article.headerimage {
      height: 446px; }
  header#top .navbar {
    height: 40px;
    padding: 0px;
    position: absolute;
    width: 100%; }
    @media (max-width: 767.98px) {
      header#top .navbar {
        height: 0px; } }
  header#top .navbar-brand {
    width: 362px;
    height: 446px;
    background: url("/static/vitalpin/img/triangle-orange.svg?383e88346e42") no-repeat;
    background-size: contain;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2; }
    header#top .navbar-brand span {
      margin: 40px 0px 0px 40px;
      width: 146px;
      height: 113px;
      display: block;
      background: url("/static/vitalpin/img/logo-white.svg?383e88346e42") no-repeat; }
    @media (max-width: 1199.98px) {
      header#top .navbar-brand {
        width: 257px;
        height: 313px; }
        header#top .navbar-brand span {
          margin: 28px 0 0 24px;
          width: 115px;
          height: 90px;
          background-size: contain; } }
    @media (max-width: 575.98px) {
      header#top .navbar-brand {
        width: 200px; }
        header#top .navbar-brand span {
          margin: 17px 0 0 16px;
          width: 90px; } }
    header#top .navbar-brand.mobile {
      background: transparent; }
  @media (min-width: 1400px) {
    header#top .navbar-nav > li {
      height: 40px;
      bottom: 0; }
    header#top .navbar-nav > li.dropdown {
      margin-right: 10px; } }
  @media (min-width: 1400px) {
    header#top .navbar-expand-xxl {
      z-index: 10; }
    header#top .navbar-nav {
      position: relative;
      top: 35px;
      right: 4px;
      z-index: 2; }
      header#top .navbar-nav > li {
        margin-left: 16px; }
        header#top .navbar-nav > li a {
          font-family: "Brandon Grotesque", Arial, sans-serif;
          font-size: 0.9em;
          color: #ffffff;
          font-weight: 700;
          letter-spacing: 1px;
          text-transform: uppercase;
          border: none;
          padding: 10px;
          position: relative;
          text-decoration: none; }
          header#top .navbar-nav > li a:after {
            content: "";
            display: block;
            position: absolute;
            width: 0%;
            height: 2px;
            background-color: #ffffff;
            bottom: 8px;
            opacity: 0;
            transition: all .5s;
            transition-delay: .05s; }
          header#top .navbar-nav > li a:hover:after {
            width: calc(100% - 20px); }
        header#top .navbar-nav > li.dropdown a:hover:after {
          width: calc(100% - 5px); }
        header#top .navbar-nav > li:hover, header#top .navbar-nav > li.active, header#top .navbar-nav > li:focus, header#top .navbar-nav > li.ancestor {
          background-color: transparent; }
          header#top .navbar-nav > li:hover a, header#top .navbar-nav > li.active a, header#top .navbar-nav > li:focus a, header#top .navbar-nav > li.ancestor a {
            color: #ffffff; }
            header#top .navbar-nav > li:hover a:after, header#top .navbar-nav > li.active a:after, header#top .navbar-nav > li:focus a:after, header#top .navbar-nav > li.ancestor a:after {
              opacity: 1; }
        header#top .navbar-nav > li .dropdown-menu {
          margin-top: 5px;
          margin-left: 9px;
          border-radius: 5px;
          background-color: #FCFCFB;
          padding: 8px 20px 8px 20px;
          width: 275px; }
          header#top .navbar-nav > li .dropdown-menu:before {
            display: none; }
          header#top .navbar-nav > li .dropdown-menu > li {
            border: none; }
            header#top .navbar-nav > li .dropdown-menu > li:hover {
              background-color: transparent; }
            header#top .navbar-nav > li .dropdown-menu > li a {
              font-size: 1em;
              line-height: 1.4em;
              letter-spacing: 0px;
              padding: 20px 0;
              color: #674B41;
              border-bottom: 1px solid rgba(103, 75, 65, 0.1);
              font-weight: 500;
              transition: all .35s;
              text-decoration: none; }
              header#top .navbar-nav > li .dropdown-menu > li a:hover {
                padding-left: 15px; }
              header#top .navbar-nav > li .dropdown-menu > li a:after {
                display: none; }
      header#top .navbar-nav .caret {
        display: block;
        width: 10px;
        height: 10px;
        position: absolute;
        right: -3px;
        top: 11px;
        background-image: url("/static/vitalpin/img/caret.svg?b85d6eb660fa");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 90% auto; } }
  @media (max-width: 1399.98px) {
    @keyframes show-mobile-nav {
      0% {
        opacity: 0;
        transform: translateY(0); }
      100% {
        opacity: 1;
        transform: translateY(0); } }
    @keyframes hide-mobile-nav {
      0% {
        opacity: 1;
        transform: translateY(0); }
      99% {
        opacity: 0;
        transform: translateY(0); }
      100% {
        opacity: 0;
        transform: translateY(-100vh); } }
    @keyframes toggle-mobile-nav {
      0% {
        opacity: 0;
        transform: translateY(-100vh); }
      0.1% {
        opacity: 0;
        transform: translateY(0vh); }
      99.9% {
        opacity: 1;
        transform: translateY(0vh); }
      100% {
        opacity: 1;
        transform: translateY(-100vh); } }
    header#top ul.navbar-nav {
      position: absolute;
      z-index: 3;
      height: 100vh;
      background-color: #F28B36;
      padding-top: 150px;
      left: 0;
      top: 0;
      opacity: 0;
      transform: translateX(-100vh);
      transition: opacity .5s; }
      html.cssanimations body.nav-closed header#top ul.navbar-nav {
        animation: hide-mobile-nav .5s forwards; }
      html.cssanimations body.nav-open header#top ul.navbar-nav {
        animation: show-mobile-nav .5s forwards; }
      html.no-cssanimations body.nav-open header#top ul.navbar-nav {
        opacity: 1;
        transform: translateX(0); }
      header#top ul.navbar-nav:before {
        content: "";
        display: block;
        position: absolute;
        top: 23px;
        left: 16px;
        width: 90px;
        height: 70px;
        background: url("/static/vitalpin/img/logo-white.svg?383e88346e42") no-repeat;
        background-size: contain; }
      header#top ul.navbar-nav li {
        position: static; }
        header#top ul.navbar-nav li:hover {
          background-color: rgba(255, 255, 255, 0.2); }
        header#top ul.navbar-nav li a {
          padding: 20px 25px 15px 25px;
          text-decoration: none;
          color: #ffffff;
          font-family: "Brandon Grotesque", Arial, sans-serif;
          font-weight: 700;
          font-size: 1.2rem;
          font-weight: 500;
          border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
        header#top ul.navbar-nav li .dropdown-menu {
          top: 150px; }
        header#top ul.navbar-nav li .caret {
          right: 40px; } }
  header#top .navbar-toggler {
    position: absolute;
    right: 25px;
    top: 50px;
    z-index: 4; }
    header#top .navbar-toggler .hamburger-inner, header#top .navbar-toggler .hamburger-inner::before, header#top .navbar-toggler .hamburger-inner::after {
      background-color: #ffffff; }
  header#top .nav-teaser {
    position: absolute;
    width: 100%;
    top: 50%;
    z-index: 2;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    header#top .nav-teaser p.hash {
      text-align: center;
      color: #ffffff;
      margin-top: 30px;
      position: relative; }
      header#top .nav-teaser p.hash:before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 6px;
        top: -20px;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url("/static/vitalpin/img/wave-white.svg?383e88346e42");
        background-size: auto 100%; }
    header#top .nav-teaser img {
      width: 100%;
      height: 100vh;
      max-height: 800px;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
      font-family: "object-fit: cover; object-position: center"; }
  header#top .diamond {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 362px;
    height: 446px;
    overflow: hidden; }
    header#top .diamond:after {
      content: "";
      display: block;
      position: absolute;
      left: -666px;
      top: 0;
      width: 2065px;
      height: 2505px;
      background: url("/static/vitalpin/img/diamond.svg?383e88346e42");
      background-size: contain; }
      body.small-header header#top .diamond:after {
        top: 6px; }
    @media (max-width: 991.98px) {
      header#top .diamond {
        width: 254px;
        height: 310px; }
        header#top .diamond:after {
          left: -780px; } }
    @media (max-width: 767.98px) {
      header#top .diamond {
        width: 86px;
        height: 103px; }
        header#top .diamond:after {
          left: -948px; } }
  @media (max-width: 575.98px) {
    header#top .nav-teaser {
      margin-top: 40px; } }
div#content {
  position: relative; }
  div#content .btn-scroll-down {
    display: block;
    width: 74px;
    height: 92px;
    position: absolute;
    z-index: 2;
    left: 50%;
    margin-left: -37px;
    top: -46px;
    background: url("/static/vitalpin/img/arrow-down.svg?383e88346e42") no-repeat; }
  div#content .diamond {
    position: absolute;
    overflow: hidden;
    width: 1020px;
    height: 2505px;
    z-index: -1; }
    div#content .diamond:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      width: 2065px;
      height: 2505px;
      background: url("/static/vitalpin/img/diamond.svg?383e88346e42");
      background-size: contain; }
    div#content .diamond.diamond-left {
      max-height: calc(100% - 1000px);
      top: 1000px; }
      div#content .diamond.diamond-left:after {
        right: 0; }
    div#content .diamond.diamond-right {
      top: -448px;
      right: 0;
      max-height: calc(100% + 448px); }
      div#content .diamond.diamond-right:after {
        left: 0; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      div#content .diamond.diamond-right {
        top: -320px; }
      div#content .diamond.diamond-left {
        top: 1800px;
        max-height: calc(100% - 1800px); } }
    @media (max-width: 767.98px) {
      div#content .diamond.diamond-right {
        top: -120px;
        max-height: calc(100% + 120px); }
      div#content .diamond.diamond-left {
        display: none; } }
  div#content .caption {
    margin-top: 10px;
    text-decoration: none;
    position: relative;
    display: block;
    /*&:after {
                @include pseudo;
                width: 28px;
                height: 28px;
                right: 0px;
				top: -20px;
                background-image: url("/static/vitalpin/img/download.svg?58d4d857a801");
                background-position: center;
                background-repeat: no-repeat;
                background-size: 90% auto;
            }*/ }
    div#content .caption:after {
      content: "";
      display: block;
      margin-top: 12px;
      height: 20px;
      text-decoration: underline;
      border-top: 1px solid rgba(119, 84, 72, 0.2);
      padding-top: 35px;
      background-image: url("/static/vitalpin/img/download.svg?58d4d857a801");
      background-position: bottom right 10px;
      background-repeat: no-repeat;
      background-size: 26px auto; }
  div#content .image a {
    text-decoration: none; }
  div#content .thinktank {
    margin-top: -110px; }
    div#content .thinktank .title {
      padding-top: 110px; }
    div#content .thinktank #thinktank .thema {
      border-radius: 5px;
      background-color: #F7F3F0;
      padding: 12px 16px;
      margin-bottom: 15px; }
      div#content .thinktank #thinktank .thema span.num {
        font-weight: bold;
        font-size: 14pt;
        color: #876D60;
        font-family: "Brandon Grotesque", Arial, sans-serif; }
      div#content .thinktank #thinktank .thema p {
        margin-top: 3px;
        margin-bottom: -3px; }
      div#content .thinktank #thinktank .thema .btn-topic {
        background: #E6DEDA;
        border-radius: 14px;
        font-size: 15px;
        color: #876D60;
        line-height: 17px;
        padding: 7px;
        padding-bottom: 2px; }
        div#content .thinktank #thinktank .thema .btn-topic i {
          display: inline-block;
          width: 10px;
          height: 10px;
          background-image: url("/static/vitalpin/img/icons/plus.svg?a75443c97bb9");
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center center; }
        div#content .thinktank #thinktank .thema .btn-topic.success {
          background-color: #BBF2C0; }
          div#content .thinktank #thinktank .thema .btn-topic.success i {
            background-image: url("/static/vitalpin/img/icons/hangali.svg?a75443c97bb9"); }
    div#content .thinktank .form-group > label[for=id_rethinking_0] {
      -webkit-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto;
      font-size: 1.15rem;
      line-height: 1.4;
      font-weight: 700;
      letter-spacing: 0;
      font-family: "Ergilo", Georgia, sans-serif;
      font-size: 1.4375em;
      margin-bottom: 25px;
      text-transform: none; }
      div#content .thinktank .form-group > label[for=id_rethinking_0] a {
        color: #ffffff; }
        div#content .thinktank .form-group > label[for=id_rethinking_0] a:hover {
          color: #ffffff; }
      @media screen and (max-width: 374px) {
        div#content .thinktank .form-group > label[for=id_rethinking_0] {
          font-size: 1.2em; } }
    div#content .thinktank .btn[type=submit] {
      font-family: "Brandon Grotesque", Arial, sans-serif;
      font-size: 1.2em;
      letter-spacing: 0.28px;
      text-align: center;
      line-height: 1em;
      padding: 16px 29px 15px 34px;
      margin-top: 70px;
      margin-bottom: 120px;
      width: 250px; }
    div#content .thinktank .modal {
      font-family: "Brandon Grotesque", Arial, sans-serif; }
      div#content .thinktank .modal h4 {
        font-size: 16px;
        color: #674B41;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin-bottom: 0; }
      div#content .thinktank .modal h3 {
        margin-top: 0;
        margin-bottom: 40px;
        font-size: 25px;
        font-family: "Brandon Grotesque", Arial, sans-serif;
        border-bottom: solid #D8D8D8 2px; }
      div#content .thinktank .modal .content {
        padding-bottom: 30px; }
        div#content .thinktank .modal .content p, div#content .thinktank .modal .content ul {
          font-size: 16px;
          line-height: 28px; }
        div#content .thinktank .modal .content ul {
          list-style: square;
          padding-left: 15px; }
      div#content .thinktank .modal .modal-footer {
        border-top: solid rgba(216, 216, 216, 0.4) 1px;
        padding: 36px 10%; }
        div#content .thinktank .modal .modal-footer .row {
          width: 100%; }
      div#content .thinktank .modal .radio {
        margin-top: 12px;
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px; }
        div#content .thinktank .modal .radio label {
          flex: 0 0 20%;
          max-width: 20%;
          font-weight: normal;
          text-transform: none;
          font-size: 15px;
          color: #9A8C85;
          line-height: 17px; }
          div#content .thinktank .modal .radio label input {
            width: 22px;
            height: 22px;
            float: left;
            margin-right: 8px;
            margin-top: -4px; }
        @media (max-width: 767.98px) {
          div#content .thinktank .modal .radio label {
            flex: 0 0 100%;
            max-width: 100%;
            padding: 5px 0; } }
    div#content .thinktank .contactdata input {
      border: 1px solid #BEABA5;
      border-radius: 4px;
      height: 55px; }
    div#content .thinktank .trenner {
      margin-top: 50px;
      margin-bottom: 50px;
      opacity: 0.1;
      border: 1px solid #543A31; }
    div#content .thinktank p.subtitle {
      font-weight: bold;
      font-size: 14pt;
      margin-top: 30px; }
    div#content .thinktank textarea {
      border: 1px solid #BEABA5;
      border-radius: 4px;
      height: 110px;
      width: 100%; }
    div#content .thinktank #id_rethinking {
      display: flex;
      flex-wrap: wrap;
      margin-right: -15px;
      margin-left: -15px; }
      div#content .thinktank #id_rethinking label {
        flex: 0 0 20%;
        max-width: 20%;
        margin-top: 10px;
        padding: 0 15px;
        text-align: center;
        font-family: "Ergilo", Georgia, sans-serif;
        text-transform: none;
        opacity: .3;
        transition: opacity .5s;
        line-height: 1.3;
        cursor: pointer; }
        div#content .thinktank #id_rethinking label input {
          position: absolute;
          opacity: 0; }
        div#content .thinktank #id_rethinking label:hover {
          opacity: 1; }
        div#content .thinktank #id_rethinking label:before {
          display: block;
          content: "";
          height: 80px;
          background-repeat: no-repeat;
          background-position: top center; }
      @media (max-width: 767.98px) {
        div#content .thinktank #id_rethinking label {
          flex: 0 0 100%;
          max-width: 100%;
          padding: 0 10px; } }
      div#content .thinktank #id_rethinking [for=id_rethinking_0]:before {
        background-image: url("/static/vitalpin/img/feedback/happy.svg?93812099d82d");
        margin-bottom: -10px; }
      div#content .thinktank #id_rethinking [for=id_rethinking_1]:before {
        background-image: url("/static/vitalpin/img/feedback/quite-happy.svg?93812099d82d");
        margin-bottom: -10px; }
      div#content .thinktank #id_rethinking [for=id_rethinking_2]:before {
        background-image: url("/static/vitalpin/img/feedback/neutral.svg?93812099d82d");
        margin-bottom: -10px; }
      div#content .thinktank #id_rethinking [for=id_rethinking_3]:before {
        background-image: url("/static/vitalpin/img/feedback/not-so-happy.svg?93812099d82d");
        margin-bottom: -10px; }
      div#content .thinktank #id_rethinking [for=id_rethinking_4]:before {
        background-image: url("/static/vitalpin/img/feedback/sad.svg?93812099d82d");
        margin-bottom: -10px; }
  div#content .feedback {
    position: relative;
    font-weight: bold; }
    div#content .feedback .container {
      margin-top: -115px;
      position: relative; }
    @media (max-width: 991.98px) {
      div#content .feedback .container {
        max-width: none;
        margin-top: -115px;
        position: relative; } }
    @media (max-width: 767.98px) {
      div#content .feedback .card {
        padding: 0 20px; } }
    div#content .feedback .title {
      padding-top: 110px; }
    div#content .feedback p.uppertext {
      padding-top: 10px; }
    div#content .feedback textarea {
      border: 1px solid #BEABA5;
      border-radius: 4px;
      height: 110px; }
    div#content .feedback ::placeholder {
      opacity: 0.4; }
    div#content .feedback #satisfaction label {
      font-weight: bold;
      color: #876D60;
      margin-bottom: 10px;
      margin-top: 40px; }
    div#content .feedback .trenner {
      margin-top: 10px;
      margin-bottom: 50px;
      opacity: 0.3;
      border: 1px solid #543A31; }
    div#content .feedback .btn {
      font-family: "Brandon Grotesque", Arial, sans-serif;
      font-size: 1.2em;
      letter-spacing: 0.28px;
      text-align: center;
      line-height: 1em;
      padding: 16px 29px 15px 34px;
      margin-top: 70px;
      margin-bottom: 120px; }
    div#content .feedback .contactdata input {
      border: 1px solid #BEABA5;
      border-radius: 4px;
      height: 55px; }
    div#content .feedback #id_satisfaction {
      display: flex;
      flex-wrap: wrap;
      margin-right: -15px;
      margin-left: -15px; }
      div#content .feedback #id_satisfaction label {
        flex: 0 0 20%;
        max-width: 20%;
        margin-top: 10px;
        padding: 0 15px;
        text-align: center;
        font-family: "Ergilo", Georgia, sans-serif;
        text-transform: none;
        opacity: .3;
        transition: opacity .5s;
        line-height: 1.3;
        cursor: pointer; }
        div#content .feedback #id_satisfaction label input {
          position: absolute;
          opacity: 0; }
        div#content .feedback #id_satisfaction label:hover {
          opacity: 1; }
        div#content .feedback #id_satisfaction label:before {
          display: block;
          content: "";
          height: 80px;
          background-repeat: no-repeat;
          background-position: top center; }
      @media (max-width: 767.98px) {
        div#content .feedback #id_satisfaction label {
          flex: 0 0 100%;
          max-width: 100%;
          padding: 0 10px; } }
      div#content .feedback #id_satisfaction [for=id_satisfaction_0]:before {
        background-image: url("/static/vitalpin/img/feedback/happy.svg?93812099d82d");
        margin-bottom: -10px; }
      div#content .feedback #id_satisfaction [for=id_satisfaction_1]:before {
        background-image: url("/static/vitalpin/img/feedback/quite-happy.svg?93812099d82d");
        margin-bottom: -10px; }
      div#content .feedback #id_satisfaction [for=id_satisfaction_2]:before {
        background-image: url("/static/vitalpin/img/feedback/neutral.svg?93812099d82d");
        margin-bottom: -10px; }
      div#content .feedback #id_satisfaction [for=id_satisfaction_3]:before {
        background-image: url("/static/vitalpin/img/feedback/not-so-happy.svg?93812099d82d");
        margin-bottom: -10px; }
      div#content .feedback #id_satisfaction [for=id_satisfaction_4]:before {
        background-image: url("/static/vitalpin/img/feedback/sad.svg?93812099d82d");
        margin-bottom: -10px; }

label {
  font-family: "Brandon Grotesque", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 0.90em; }
  label.form-check-label {
    font-family: "Ergilo", Georgia, sans-serif;
    text-transform: none;
    font-size: 1em; }

.wave {
  padding-bottom: 30px;
  margin-bottom: 35px;
  position: relative; }
  .wave:after {
    content: "";
    display: block;
    position: absolute;
    text-align: center;
    width: 100%;
    height: 8px;
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    background-image: url("/static/vitalpin/img/wave-brown.svg?383e88346e42"); }

article.partner-list .card .divider {
  border-left: 2px solid rgba(10, 0, 0, 0.2); }
  @media (max-width: 767.98px) {
    article.partner-list .card .divider {
      border-left: 2px solid rgba(10, 0, 0, 0); } }
  article.partner-list .card .divider .text {
    padding: 30px 5px; }

article.partner-list .card .card-body {
  font-weight: 300; }

article.climate-form {
  margin-top: -125px; }

.fullvideo {
  margin-bottom: 80px; }

article.member-list form select {
  width: 250px;
  height: 30px; }

@media (max-width: 767.98px) {
  article.member-list form .branche {
    margin-top: 40px; } }

article.member-list form .btn[type=submit] {
  font-family: "Brandon Grotesque", Arial, sans-serif;
  font-size: 1.2em;
  letter-spacing: 0.28px;
  background-color: #573e35;
  border: none;
  color: white;
  text-align: center;
  line-height: 0.8em;
  padding: 16px 29px 15px 34px;
  margin-top: 15px;
  margin-bottom: 40px;
  width: 250px; }

article.member-list .country {
  margin-top: 100px;
  margin-bottom: -20px; }

article.member-list .card .card-header:after {
  display: block;
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  height: 1px;
  width: 90%;
  margin: 0 12px; }

article.member-list .card .card-body {
  font-weight: 300; }
  article.member-list .card .card-body p {
    font-size: 8pt; }

.badge-primary {
  color: #ffffff; }
  .badge-primary.value {
    font-size: 1.2em; }

.rangeslider__handle {
  width: 30px;
  height: 30px; }

.rangeslider--horizontal .rangeslider__handle {
  top: -5px; }

.slick-slider {
  position: relative;
  margin: 0 !important; }
  .slick-slider .slick-prev, .slick-slider .slick-next {
    zoom: 0.9;
    position: absolute !important;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    background-color: #F28B36;
    display: block;
    z-index: 3;
    transition: all .3s; }
    .slick-slider .slick-prev:hover, .slick-slider .slick-next:hover {
      background-color: rgba(242, 139, 54, 0.5); }
  .slick-slider .slick-disabled {
    opacity: 0; }
  .slick-slider .slick-prev.slick-arrow {
    left: 25px;
    background-image: url("/static/vitalpin/img/icons/arrow-left-white.svg?383e88346e42");
    background-position: center center;
    background-size: auto 40%;
    background-repeat: no-repeat;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15); }
    @media (max-width: 767.98px) {
      .slick-slider .slick-prev.slick-arrow {
        left: 20px; } }
    div.container .slick-slider .slick-prev.slick-arrow {
      left: -25px; }
      @media (max-width: 767.98px) {
        div.container .slick-slider .slick-prev.slick-arrow {
          left: -10px; } }
  .slick-slider .slick-prev:before,
  .slick-slider .slick-next:before {
    display: none; }
  .slick-slider .slick-next.slick-arrow {
    right: 25px;
    background-image: url("/static/vitalpin/img/icons/arrow-right-white.svg?383e88346e42");
    background-position: center center;
    background-size: auto 40%;
    background-repeat: no-repeat;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15); }
    @media (max-width: 767.98px) {
      .slick-slider .slick-next.slick-arrow {
        right: 20px; } }
    div.container .slick-slider .slick-next.slick-arrow {
      right: -25px; }
      @media (max-width: 767.98px) {
        div.container .slick-slider .slick-next.slick-arrow {
          right: -10px; } }
a > span.caret, a > span.caret-brown, span.caret {
  display: inline-block;
  width: 9px;
  height: 12px;
  background-image: url("/static/vitalpin/img/icons/caret-white.svg?98222ada17a9");
  background-size: contain;
  background-repeat: no-repeat; }

a > span.caret-brown, span.caret-brown {
  background-image: url("/static/vitalpin/img/icons/caret.svg?98222ada17a9"); }

article.rssfeed {
  padding-top: 120px; }
  article.rssfeed img {
    height: 280px;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover"; }
  article.rssfeed .rss {
    margin-top: 30px; }
  article.rssfeed .card .card-body h3 {
    margin-bottom: 1rem; }
  article.rssfeed .card .card-body .richtext p {
    height: 160px;
    overflow: hidden; }
  article.rssfeed .fadeout {
    position: relative; }
    article.rssfeed .fadeout:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      height: 40px;
      width: 100%;
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+1,1+100 */
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, white 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, white 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, white 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
      /* IE6-9 */ }
  @media (min-width: 768px) {
    article.rssfeed .card .card-body {
      height: 425px; }
      article.rssfeed .card .card-body h3 {
        height: 130px;
        overflow-y: hidden; } }
article.section {
  padding: 40px 0px 80px 0px; }

/* Fuzzy */
body.mitglied-werden article.text + article.image-with-text {
  margin-top: -180px; }

body.mitglied-werden article.highlight-group + article.highlight {
  margin-top: -80px; }

body.mitglied-werden article.image-with-text + article.highlight-group {
  margin-top: -50px; }

article.section + article.section {
  padding-top: 0px;
  margin-top: -40px; }

article.text {
  padding: 120px 0px 80px 0px;
  text-align: center; }
  article.text p.quote {
    padding-bottom: 30px;
    margin-bottom: 35px;
    position: relative; }
    article.text p.quote:after {
      content: "";
      display: block;
      position: absolute;
      text-align: center;
      width: 100%;
      height: 8px;
      left: 0;
      bottom: 0;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: auto 100%;
      background-image: url("/static/vitalpin/img/wave-brown.svg?383e88346e42"); }
  article.text p:not(.quote) {
    padding: 0 60px; }
  @media (max-width: 991.98px) {
    article.text {
      padding: 100px 0px 40px 0px; }
      article.text p:not(.quote) {
        padding: 0; } }
article.newsletter {
  padding: 120px 0px 80px 0px;
  text-align: center; }
  article.newsletter p.quote {
    padding-bottom: 50px; }

article.mountains {
  margin-top: 100px;
  padding-top: 200px; }
  article.mountains blockquote p {
    padding-bottom: 20px; }
  @media (max-width: 767.98px) {
    article.mountains {
      margin-top: 0;
      padding-top: 100px; } }
article.teaser-group {
  padding: 80px 0; }
  article.teaser-group a {
    text-decoration: none;
    height: 100%; }
    article.teaser-group a:hover .linkhover:after {
      width: 100%; }
  article.teaser-group .card {
    text-align: center;
    border: none;
    border-radius: 5px;
    overflow: hidden; }
    article.teaser-group .card .card-footer {
      height: 100%;
      padding: 40px 55px 70px 55px;
      margin-top: -85px;
      position: relative; }
      article.teaser-group .card .card-footer p.bordered {
        text-align: right;
        padding-bottom: 35px;
        margin-bottom: 35px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
      article.teaser-group .card .card-footer:after {
        content: "";
        display: block;
        position: absolute;
        text-align: center;
        width: 100%;
        height: 6px;
        left: 0;
        bottom: 40px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: auto 100%;
        background-image: url("/static/vitalpin/img/wave-white.svg?383e88346e42"); }
    article.teaser-group .card h3 {
      margin-bottom: 50px; }
  article.teaser-group .card.no-body-text {
    height: calc(100% - 25px); }
    article.teaser-group .card.no-body-text .card-header {
      margin-bottom: -50px; }
    article.teaser-group .card.no-body-text .card-footer {
      padding: 90px 55px 20px 55px;
      margin-bottom: -20px; }
      article.teaser-group .card.no-body-text .card-footer:after {
        display: none; }
    article.teaser-group .card.no-body-text h3 {
      margin-top: -91px; }
  @media (max-width: 991.98px) {
    article.teaser-group h2 {
      text-align: center; }
    article.teaser-group .card {
      height: auto;
      margin-bottom: 60px; }
      article.teaser-group .card .card-footer {
        padding: 40px 35px 70px 35px; }
    article.teaser-group .card.no-body-text {
      height: calc(100% - 40px); }
      article.teaser-group .card.no-body-text .card-footer {
        padding: 100px 35px 10px 35px;
        margin-bottom: -60px; } }
article.partner-list .partner {
  margin-top: 30px; }

article.member-list .member {
  margin-top: 40px; }

article.form {
  min-height: calc(100vh - 444px);
  padding: 70px 0;
  margin-top: -110px; }
  article.form > .container {
    background-color: white;
    border-radius: 5px; }

.fancybox-iframe {
  margin-top: 60px; }

.fancybox-slide--iframe .fancybox-content {
  width: 800px;
  height: 700px;
  max-width: 80%;
  max-height: 80%;
  margin: 0; }

article.seperated-top .container {
  border-top: solid rgba(200, 192, 190, 0.5) 2px;
  padding-top: 28px;
  padding-bottom: 100px; }

.chapterblock {
  margin-bottom: 20px; }

article.focusedtheme .container,
article.focusedtheme-chapters .container,
article.focusedtheme-books .container,
article.tenminutes .container,
article.article-group .container,
article.knowledge-list .container {
  position: relative;
  padding-top: 28px;
  padding-bottom: 100px; }
  article.focusedtheme .container:before,
  article.focusedtheme-chapters .container:before,
  article.focusedtheme-books .container:before,
  article.tenminutes .container:before,
  article.article-group .container:before,
  article.knowledge-list .container:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: calc(100% - 30px);
    border-top: solid rgba(200, 192, 190, 0.5) 2px; }

article.focusedtheme .results .lock img,
article.focusedtheme-chapters .results .lock img,
article.focusedtheme-books .results .lock img,
article.tenminutes .results .lock img,
article.article-group .results .lock img,
article.knowledge-list .results .lock img {
  margin-top: -50px; }

article.focusedtheme .focusedtheme-plugin,
article.focusedtheme .tenminutes-plugin,
article.focusedtheme .results,
article.focusedtheme .chapters,
article.focusedtheme .article-group-item,
article.focusedtheme .books,
article.focusedtheme-chapters .focusedtheme-plugin,
article.focusedtheme-chapters .tenminutes-plugin,
article.focusedtheme-chapters .results,
article.focusedtheme-chapters .chapters,
article.focusedtheme-chapters .article-group-item,
article.focusedtheme-chapters .books,
article.focusedtheme-books .focusedtheme-plugin,
article.focusedtheme-books .tenminutes-plugin,
article.focusedtheme-books .results,
article.focusedtheme-books .chapters,
article.focusedtheme-books .article-group-item,
article.focusedtheme-books .books,
article.tenminutes .focusedtheme-plugin,
article.tenminutes .tenminutes-plugin,
article.tenminutes .results,
article.tenminutes .chapters,
article.tenminutes .article-group-item,
article.tenminutes .books,
article.article-group .focusedtheme-plugin,
article.article-group .tenminutes-plugin,
article.article-group .results,
article.article-group .chapters,
article.article-group .article-group-item,
article.article-group .books,
article.knowledge-list .focusedtheme-plugin,
article.knowledge-list .tenminutes-plugin,
article.knowledge-list .results,
article.knowledge-list .chapters,
article.knowledge-list .article-group-item,
article.knowledge-list .books {
  margin-top: 40px;
  border-radius: 5px; }
  article.focusedtheme .focusedtheme-plugin img,
  article.focusedtheme .tenminutes-plugin img,
  article.focusedtheme .results img,
  article.focusedtheme .chapters img,
  article.focusedtheme .article-group-item img,
  article.focusedtheme .books img,
  article.focusedtheme-chapters .focusedtheme-plugin img,
  article.focusedtheme-chapters .tenminutes-plugin img,
  article.focusedtheme-chapters .results img,
  article.focusedtheme-chapters .chapters img,
  article.focusedtheme-chapters .article-group-item img,
  article.focusedtheme-chapters .books img,
  article.focusedtheme-books .focusedtheme-plugin img,
  article.focusedtheme-books .tenminutes-plugin img,
  article.focusedtheme-books .results img,
  article.focusedtheme-books .chapters img,
  article.focusedtheme-books .article-group-item img,
  article.focusedtheme-books .books img,
  article.tenminutes .focusedtheme-plugin img,
  article.tenminutes .tenminutes-plugin img,
  article.tenminutes .results img,
  article.tenminutes .chapters img,
  article.tenminutes .article-group-item img,
  article.tenminutes .books img,
  article.article-group .focusedtheme-plugin img,
  article.article-group .tenminutes-plugin img,
  article.article-group .results img,
  article.article-group .chapters img,
  article.article-group .article-group-item img,
  article.article-group .books img,
  article.knowledge-list .focusedtheme-plugin img,
  article.knowledge-list .tenminutes-plugin img,
  article.knowledge-list .results img,
  article.knowledge-list .chapters img,
  article.knowledge-list .article-group-item img,
  article.knowledge-list .books img {
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover";
    border-top-left-radius: 5px; }
    @media (min-width: 992px) {
      article.focusedtheme .focusedtheme-plugin img,
      article.focusedtheme .tenminutes-plugin img,
      article.focusedtheme .results img,
      article.focusedtheme .chapters img,
      article.focusedtheme .article-group-item img,
      article.focusedtheme .books img,
      article.focusedtheme-chapters .focusedtheme-plugin img,
      article.focusedtheme-chapters .tenminutes-plugin img,
      article.focusedtheme-chapters .results img,
      article.focusedtheme-chapters .chapters img,
      article.focusedtheme-chapters .article-group-item img,
      article.focusedtheme-chapters .books img,
      article.focusedtheme-books .focusedtheme-plugin img,
      article.focusedtheme-books .tenminutes-plugin img,
      article.focusedtheme-books .results img,
      article.focusedtheme-books .chapters img,
      article.focusedtheme-books .article-group-item img,
      article.focusedtheme-books .books img,
      article.tenminutes .focusedtheme-plugin img,
      article.tenminutes .tenminutes-plugin img,
      article.tenminutes .results img,
      article.tenminutes .chapters img,
      article.tenminutes .article-group-item img,
      article.tenminutes .books img,
      article.article-group .focusedtheme-plugin img,
      article.article-group .tenminutes-plugin img,
      article.article-group .results img,
      article.article-group .chapters img,
      article.article-group .article-group-item img,
      article.article-group .books img,
      article.knowledge-list .focusedtheme-plugin img,
      article.knowledge-list .tenminutes-plugin img,
      article.knowledge-list .results img,
      article.knowledge-list .chapters img,
      article.knowledge-list .article-group-item img,
      article.knowledge-list .books img {
        border-bottom-left-radius: 5px; } }
    @media (max-width: 991.98px) {
      article.focusedtheme .focusedtheme-plugin img,
      article.focusedtheme .tenminutes-plugin img,
      article.focusedtheme .results img,
      article.focusedtheme .chapters img,
      article.focusedtheme .article-group-item img,
      article.focusedtheme .books img,
      article.focusedtheme-chapters .focusedtheme-plugin img,
      article.focusedtheme-chapters .tenminutes-plugin img,
      article.focusedtheme-chapters .results img,
      article.focusedtheme-chapters .chapters img,
      article.focusedtheme-chapters .article-group-item img,
      article.focusedtheme-chapters .books img,
      article.focusedtheme-books .focusedtheme-plugin img,
      article.focusedtheme-books .tenminutes-plugin img,
      article.focusedtheme-books .results img,
      article.focusedtheme-books .chapters img,
      article.focusedtheme-books .article-group-item img,
      article.focusedtheme-books .books img,
      article.tenminutes .focusedtheme-plugin img,
      article.tenminutes .tenminutes-plugin img,
      article.tenminutes .results img,
      article.tenminutes .chapters img,
      article.tenminutes .article-group-item img,
      article.tenminutes .books img,
      article.article-group .focusedtheme-plugin img,
      article.article-group .tenminutes-plugin img,
      article.article-group .results img,
      article.article-group .chapters img,
      article.article-group .article-group-item img,
      article.article-group .books img,
      article.knowledge-list .focusedtheme-plugin img,
      article.knowledge-list .tenminutes-plugin img,
      article.knowledge-list .results img,
      article.knowledge-list .chapters img,
      article.knowledge-list .article-group-item img,
      article.knowledge-list .books img {
        border-top-right-radius: 5px; } }
  article.focusedtheme .focusedtheme-plugin .inner,
  article.focusedtheme .tenminutes-plugin .inner,
  article.focusedtheme .results .inner,
  article.focusedtheme .chapters .inner,
  article.focusedtheme .article-group-item .inner,
  article.focusedtheme .books .inner,
  article.focusedtheme-chapters .focusedtheme-plugin .inner,
  article.focusedtheme-chapters .tenminutes-plugin .inner,
  article.focusedtheme-chapters .results .inner,
  article.focusedtheme-chapters .chapters .inner,
  article.focusedtheme-chapters .article-group-item .inner,
  article.focusedtheme-chapters .books .inner,
  article.focusedtheme-books .focusedtheme-plugin .inner,
  article.focusedtheme-books .tenminutes-plugin .inner,
  article.focusedtheme-books .results .inner,
  article.focusedtheme-books .chapters .inner,
  article.focusedtheme-books .article-group-item .inner,
  article.focusedtheme-books .books .inner,
  article.tenminutes .focusedtheme-plugin .inner,
  article.tenminutes .tenminutes-plugin .inner,
  article.tenminutes .results .inner,
  article.tenminutes .chapters .inner,
  article.tenminutes .article-group-item .inner,
  article.tenminutes .books .inner,
  article.article-group .focusedtheme-plugin .inner,
  article.article-group .tenminutes-plugin .inner,
  article.article-group .results .inner,
  article.article-group .chapters .inner,
  article.article-group .article-group-item .inner,
  article.article-group .books .inner,
  article.knowledge-list .focusedtheme-plugin .inner,
  article.knowledge-list .tenminutes-plugin .inner,
  article.knowledge-list .results .inner,
  article.knowledge-list .chapters .inner,
  article.knowledge-list .article-group-item .inner,
  article.knowledge-list .books .inner {
    position: relative;
    padding: 25px;
    color: #ffffff; }
    @media (min-width: 992px) {
      article.focusedtheme .focusedtheme-plugin .inner,
      article.focusedtheme .tenminutes-plugin .inner,
      article.focusedtheme .results .inner,
      article.focusedtheme .chapters .inner,
      article.focusedtheme .article-group-item .inner,
      article.focusedtheme .books .inner,
      article.focusedtheme-chapters .focusedtheme-plugin .inner,
      article.focusedtheme-chapters .tenminutes-plugin .inner,
      article.focusedtheme-chapters .results .inner,
      article.focusedtheme-chapters .chapters .inner,
      article.focusedtheme-chapters .article-group-item .inner,
      article.focusedtheme-chapters .books .inner,
      article.focusedtheme-books .focusedtheme-plugin .inner,
      article.focusedtheme-books .tenminutes-plugin .inner,
      article.focusedtheme-books .results .inner,
      article.focusedtheme-books .chapters .inner,
      article.focusedtheme-books .article-group-item .inner,
      article.focusedtheme-books .books .inner,
      article.tenminutes .focusedtheme-plugin .inner,
      article.tenminutes .tenminutes-plugin .inner,
      article.tenminutes .results .inner,
      article.tenminutes .chapters .inner,
      article.tenminutes .article-group-item .inner,
      article.tenminutes .books .inner,
      article.article-group .focusedtheme-plugin .inner,
      article.article-group .tenminutes-plugin .inner,
      article.article-group .results .inner,
      article.article-group .chapters .inner,
      article.article-group .article-group-item .inner,
      article.article-group .books .inner,
      article.knowledge-list .focusedtheme-plugin .inner,
      article.knowledge-list .tenminutes-plugin .inner,
      article.knowledge-list .results .inner,
      article.knowledge-list .chapters .inner,
      article.knowledge-list .article-group-item .inner,
      article.knowledge-list .books .inner {
        padding: 70px 50px 60px; } }
    article.focusedtheme .focusedtheme-plugin .inner .richtext,
    article.focusedtheme .tenminutes-plugin .inner .richtext,
    article.focusedtheme .results .inner .richtext,
    article.focusedtheme .chapters .inner .richtext,
    article.focusedtheme .article-group-item .inner .richtext,
    article.focusedtheme .books .inner .richtext,
    article.focusedtheme-chapters .focusedtheme-plugin .inner .richtext,
    article.focusedtheme-chapters .tenminutes-plugin .inner .richtext,
    article.focusedtheme-chapters .results .inner .richtext,
    article.focusedtheme-chapters .chapters .inner .richtext,
    article.focusedtheme-chapters .article-group-item .inner .richtext,
    article.focusedtheme-chapters .books .inner .richtext,
    article.focusedtheme-books .focusedtheme-plugin .inner .richtext,
    article.focusedtheme-books .tenminutes-plugin .inner .richtext,
    article.focusedtheme-books .results .inner .richtext,
    article.focusedtheme-books .chapters .inner .richtext,
    article.focusedtheme-books .article-group-item .inner .richtext,
    article.focusedtheme-books .books .inner .richtext,
    article.tenminutes .focusedtheme-plugin .inner .richtext,
    article.tenminutes .tenminutes-plugin .inner .richtext,
    article.tenminutes .results .inner .richtext,
    article.tenminutes .chapters .inner .richtext,
    article.tenminutes .article-group-item .inner .richtext,
    article.tenminutes .books .inner .richtext,
    article.article-group .focusedtheme-plugin .inner .richtext,
    article.article-group .tenminutes-plugin .inner .richtext,
    article.article-group .results .inner .richtext,
    article.article-group .chapters .inner .richtext,
    article.article-group .article-group-item .inner .richtext,
    article.article-group .books .inner .richtext,
    article.knowledge-list .focusedtheme-plugin .inner .richtext,
    article.knowledge-list .tenminutes-plugin .inner .richtext,
    article.knowledge-list .results .inner .richtext,
    article.knowledge-list .chapters .inner .richtext,
    article.knowledge-list .article-group-item .inner .richtext,
    article.knowledge-list .books .inner .richtext {
      margin-bottom: 100px; }
    article.focusedtheme .focusedtheme-plugin .inner a,
    article.focusedtheme .tenminutes-plugin .inner a,
    article.focusedtheme .results .inner a,
    article.focusedtheme .chapters .inner a,
    article.focusedtheme .article-group-item .inner a,
    article.focusedtheme .books .inner a,
    article.focusedtheme-chapters .focusedtheme-plugin .inner a,
    article.focusedtheme-chapters .tenminutes-plugin .inner a,
    article.focusedtheme-chapters .results .inner a,
    article.focusedtheme-chapters .chapters .inner a,
    article.focusedtheme-chapters .article-group-item .inner a,
    article.focusedtheme-chapters .books .inner a,
    article.focusedtheme-books .focusedtheme-plugin .inner a,
    article.focusedtheme-books .tenminutes-plugin .inner a,
    article.focusedtheme-books .results .inner a,
    article.focusedtheme-books .chapters .inner a,
    article.focusedtheme-books .article-group-item .inner a,
    article.focusedtheme-books .books .inner a,
    article.tenminutes .focusedtheme-plugin .inner a,
    article.tenminutes .tenminutes-plugin .inner a,
    article.tenminutes .results .inner a,
    article.tenminutes .chapters .inner a,
    article.tenminutes .article-group-item .inner a,
    article.tenminutes .books .inner a,
    article.article-group .focusedtheme-plugin .inner a,
    article.article-group .tenminutes-plugin .inner a,
    article.article-group .results .inner a,
    article.article-group .chapters .inner a,
    article.article-group .article-group-item .inner a,
    article.article-group .books .inner a,
    article.knowledge-list .focusedtheme-plugin .inner a,
    article.knowledge-list .tenminutes-plugin .inner a,
    article.knowledge-list .results .inner a,
    article.knowledge-list .chapters .inner a,
    article.knowledge-list .article-group-item .inner a,
    article.knowledge-list .books .inner a {
      color: #ffffff; }
    article.focusedtheme .focusedtheme-plugin .inner h2,
    article.focusedtheme .tenminutes-plugin .inner h2,
    article.focusedtheme .results .inner h2,
    article.focusedtheme .chapters .inner h2,
    article.focusedtheme .article-group-item .inner h2,
    article.focusedtheme .books .inner h2,
    article.focusedtheme-chapters .focusedtheme-plugin .inner h2,
    article.focusedtheme-chapters .tenminutes-plugin .inner h2,
    article.focusedtheme-chapters .results .inner h2,
    article.focusedtheme-chapters .chapters .inner h2,
    article.focusedtheme-chapters .article-group-item .inner h2,
    article.focusedtheme-chapters .books .inner h2,
    article.focusedtheme-books .focusedtheme-plugin .inner h2,
    article.focusedtheme-books .tenminutes-plugin .inner h2,
    article.focusedtheme-books .results .inner h2,
    article.focusedtheme-books .chapters .inner h2,
    article.focusedtheme-books .article-group-item .inner h2,
    article.focusedtheme-books .books .inner h2,
    article.tenminutes .focusedtheme-plugin .inner h2,
    article.tenminutes .tenminutes-plugin .inner h2,
    article.tenminutes .results .inner h2,
    article.tenminutes .chapters .inner h2,
    article.tenminutes .article-group-item .inner h2,
    article.tenminutes .books .inner h2,
    article.article-group .focusedtheme-plugin .inner h2,
    article.article-group .tenminutes-plugin .inner h2,
    article.article-group .results .inner h2,
    article.article-group .chapters .inner h2,
    article.article-group .article-group-item .inner h2,
    article.article-group .books .inner h2,
    article.knowledge-list .focusedtheme-plugin .inner h2,
    article.knowledge-list .tenminutes-plugin .inner h2,
    article.knowledge-list .results .inner h2,
    article.knowledge-list .chapters .inner h2,
    article.knowledge-list .article-group-item .inner h2,
    article.knowledge-list .books .inner h2 {
      color: #ffffff; }
    article.focusedtheme .focusedtheme-plugin .inner a.linkhover,
    article.focusedtheme .tenminutes-plugin .inner a.linkhover,
    article.focusedtheme .results .inner a.linkhover,
    article.focusedtheme .chapters .inner a.linkhover,
    article.focusedtheme .article-group-item .inner a.linkhover,
    article.focusedtheme .books .inner a.linkhover,
    article.focusedtheme-chapters .focusedtheme-plugin .inner a.linkhover,
    article.focusedtheme-chapters .tenminutes-plugin .inner a.linkhover,
    article.focusedtheme-chapters .results .inner a.linkhover,
    article.focusedtheme-chapters .chapters .inner a.linkhover,
    article.focusedtheme-chapters .article-group-item .inner a.linkhover,
    article.focusedtheme-chapters .books .inner a.linkhover,
    article.focusedtheme-books .focusedtheme-plugin .inner a.linkhover,
    article.focusedtheme-books .tenminutes-plugin .inner a.linkhover,
    article.focusedtheme-books .results .inner a.linkhover,
    article.focusedtheme-books .chapters .inner a.linkhover,
    article.focusedtheme-books .article-group-item .inner a.linkhover,
    article.focusedtheme-books .books .inner a.linkhover,
    article.tenminutes .focusedtheme-plugin .inner a.linkhover,
    article.tenminutes .tenminutes-plugin .inner a.linkhover,
    article.tenminutes .results .inner a.linkhover,
    article.tenminutes .chapters .inner a.linkhover,
    article.tenminutes .article-group-item .inner a.linkhover,
    article.tenminutes .books .inner a.linkhover,
    article.article-group .focusedtheme-plugin .inner a.linkhover,
    article.article-group .tenminutes-plugin .inner a.linkhover,
    article.article-group .results .inner a.linkhover,
    article.article-group .chapters .inner a.linkhover,
    article.article-group .article-group-item .inner a.linkhover,
    article.article-group .books .inner a.linkhover,
    article.knowledge-list .focusedtheme-plugin .inner a.linkhover,
    article.knowledge-list .tenminutes-plugin .inner a.linkhover,
    article.knowledge-list .results .inner a.linkhover,
    article.knowledge-list .chapters .inner a.linkhover,
    article.knowledge-list .article-group-item .inner a.linkhover,
    article.knowledge-list .books .inner a.linkhover {
      text-transform: none; }
    article.focusedtheme .focusedtheme-plugin .inner a.badge-light,
    article.focusedtheme .tenminutes-plugin .inner a.badge-light,
    article.focusedtheme .results .inner a.badge-light,
    article.focusedtheme .chapters .inner a.badge-light,
    article.focusedtheme .article-group-item .inner a.badge-light,
    article.focusedtheme .books .inner a.badge-light,
    article.focusedtheme-chapters .focusedtheme-plugin .inner a.badge-light,
    article.focusedtheme-chapters .tenminutes-plugin .inner a.badge-light,
    article.focusedtheme-chapters .results .inner a.badge-light,
    article.focusedtheme-chapters .chapters .inner a.badge-light,
    article.focusedtheme-chapters .article-group-item .inner a.badge-light,
    article.focusedtheme-chapters .books .inner a.badge-light,
    article.focusedtheme-books .focusedtheme-plugin .inner a.badge-light,
    article.focusedtheme-books .tenminutes-plugin .inner a.badge-light,
    article.focusedtheme-books .results .inner a.badge-light,
    article.focusedtheme-books .chapters .inner a.badge-light,
    article.focusedtheme-books .article-group-item .inner a.badge-light,
    article.focusedtheme-books .books .inner a.badge-light,
    article.tenminutes .focusedtheme-plugin .inner a.badge-light,
    article.tenminutes .tenminutes-plugin .inner a.badge-light,
    article.tenminutes .results .inner a.badge-light,
    article.tenminutes .chapters .inner a.badge-light,
    article.tenminutes .article-group-item .inner a.badge-light,
    article.tenminutes .books .inner a.badge-light,
    article.article-group .focusedtheme-plugin .inner a.badge-light,
    article.article-group .tenminutes-plugin .inner a.badge-light,
    article.article-group .results .inner a.badge-light,
    article.article-group .chapters .inner a.badge-light,
    article.article-group .article-group-item .inner a.badge-light,
    article.article-group .books .inner a.badge-light,
    article.knowledge-list .focusedtheme-plugin .inner a.badge-light,
    article.knowledge-list .tenminutes-plugin .inner a.badge-light,
    article.knowledge-list .results .inner a.badge-light,
    article.knowledge-list .chapters .inner a.badge-light,
    article.knowledge-list .article-group-item .inner a.badge-light,
    article.knowledge-list .books .inner a.badge-light {
      background-color: rgba(64, 52, 48, 0.3); }

article.knowledge-list .inner {
  min-height: 275px; }
  article.knowledge-list .inner h3 {
    margin-bottom: 0px; }
  article.knowledge-list .inner.partner {
    min-height: 210px; }
  article.knowledge-list .inner .lock {
    margin-top: 30px; }

article.knowledge-list .following .recommended:after {
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  left: 15px;
  top: 0px;
  width: 88px;
  height: 86px;
  background-image: url("/static/vitalpin/img/recommended.svg?f995de725dae");
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: -10000px;
  overflow: hidden; }

article.tenminutes .first, article.tenminutes .chapter, article.knowledge-list .first, article.knowledge-list .chapter, article.focusedtheme-chapters .first, article.focusedtheme-chapters .chapter, article.focusedtheme-books .first, article.focusedtheme-books .chapter, article.article-group .first, article.article-group .chapter {
  border-radius: 5px;
  background-color: #775448; }
  article.tenminutes .first .inner, article.tenminutes .chapter .inner, article.knowledge-list .first .inner, article.knowledge-list .chapter .inner, article.focusedtheme-chapters .first .inner, article.focusedtheme-chapters .chapter .inner, article.focusedtheme-books .first .inner, article.focusedtheme-books .chapter .inner, article.article-group .first .inner, article.article-group .chapter .inner {
    padding: 20px; }
    @media (min-width: 992px) {
      article.tenminutes .first .inner, article.tenminutes .chapter .inner, article.knowledge-list .first .inner, article.knowledge-list .chapter .inner, article.focusedtheme-chapters .first .inner, article.focusedtheme-chapters .chapter .inner, article.focusedtheme-books .first .inner, article.focusedtheme-books .chapter .inner, article.article-group .first .inner, article.article-group .chapter .inner {
        padding: 30px 30px 60px 10px; } }
  article.tenminutes .first .row.more, article.tenminutes .chapter .row.more, article.knowledge-list .first .row.more, article.knowledge-list .chapter .row.more, article.focusedtheme-chapters .first .row.more, article.focusedtheme-chapters .chapter .row.more, article.focusedtheme-books .first .row.more, article.focusedtheme-books .chapter .row.more, article.article-group .first .row.more, article.article-group .chapter .row.more {
    position: absolute;
    bottom: 20px;
    width: calc(100% - 20px); }
    article.tenminutes .first .row.more a, article.tenminutes .chapter .row.more a, article.knowledge-list .first .row.more a, article.knowledge-list .chapter .row.more a, article.focusedtheme-chapters .first .row.more a, article.focusedtheme-chapters .chapter .row.more a, article.focusedtheme-books .first .row.more a, article.focusedtheme-books .chapter .row.more a, article.article-group .first .row.more a, article.article-group .chapter .row.more a {
      color: #ffffff; }
    article.tenminutes .first .row.more a.badge-light, article.tenminutes .chapter .row.more a.badge-light, article.knowledge-list .first .row.more a.badge-light, article.knowledge-list .chapter .row.more a.badge-light, article.focusedtheme-chapters .first .row.more a.badge-light, article.focusedtheme-chapters .chapter .row.more a.badge-light, article.focusedtheme-books .first .row.more a.badge-light, article.focusedtheme-books .chapter .row.more a.badge-light, article.article-group .first .row.more a.badge-light, article.article-group .chapter .row.more a.badge-light {
      background-color: rgba(64, 52, 48, 0.3); }

@media (min-width: 768px) and (max-width: 991.98px) {
  article.tenminutes .first img, article.knowledge-list .first img, article.focusedtheme-chapters .first img, article.focusedtheme-books .first img, article.article-group .first img {
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0; } }

article.tenminutes .following, article.tenminutes .book, article.knowledge-list .following, article.knowledge-list .book, article.focusedtheme-chapters .following, article.focusedtheme-chapters .book, article.focusedtheme-books .following, article.focusedtheme-books .book, article.article-group .following, article.article-group .book {
  border-radius: 5px;
  background-color: white; }
  article.tenminutes .following img, article.tenminutes .book img, article.knowledge-list .following img, article.knowledge-list .book img, article.focusedtheme-chapters .following img, article.focusedtheme-chapters .book img, article.focusedtheme-books .following img, article.focusedtheme-books .book img, article.article-group .following img, article.article-group .book img {
    border-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
    article.tenminutes .following img.partner, article.tenminutes .book img.partner, article.knowledge-list .following img.partner, article.knowledge-list .book img.partner, article.focusedtheme-chapters .following img.partner, article.focusedtheme-chapters .book img.partner, article.focusedtheme-books .following img.partner, article.focusedtheme-books .book img.partner, article.article-group .following img.partner, article.article-group .book img.partner {
      min-height: 160px;
      margin-bottom: 30px;
      margin-top: 30px; }
  article.tenminutes .following .inner, article.tenminutes .book .inner, article.knowledge-list .following .inner, article.knowledge-list .book .inner, article.focusedtheme-chapters .following .inner, article.focusedtheme-chapters .book .inner, article.focusedtheme-books .following .inner, article.focusedtheme-books .book .inner, article.article-group .following .inner, article.article-group .book .inner {
    padding: 30px 30px 60px;
    color: #674B41; }
    article.tenminutes .following .inner .richtext, article.tenminutes .book .inner .richtext, article.knowledge-list .following .inner .richtext, article.knowledge-list .book .inner .richtext, article.focusedtheme-chapters .following .inner .richtext, article.focusedtheme-chapters .book .inner .richtext, article.focusedtheme-books .following .inner .richtext, article.focusedtheme-books .book .inner .richtext, article.article-group .following .inner .richtext, article.article-group .book .inner .richtext {
      margin-bottom: 30px; }
    article.tenminutes .following .inner a, article.tenminutes .book .inner a, article.knowledge-list .following .inner a, article.knowledge-list .book .inner a, article.focusedtheme-chapters .following .inner a, article.focusedtheme-chapters .book .inner a, article.focusedtheme-books .following .inner a, article.focusedtheme-books .book .inner a, article.article-group .following .inner a, article.article-group .book .inner a {
      color: #674B41; }
    article.tenminutes .following .inner a.badge-light, article.tenminutes .book .inner a.badge-light, article.knowledge-list .following .inner a.badge-light, article.knowledge-list .book .inner a.badge-light, article.focusedtheme-chapters .following .inner a.badge-light, article.focusedtheme-chapters .book .inner a.badge-light, article.focusedtheme-books .following .inner a.badge-light, article.focusedtheme-books .book .inner a.badge-light, article.article-group .following .inner a.badge-light, article.article-group .book .inner a.badge-light {
      background-color: rgba(103, 75, 65, 0.2); }
  article.tenminutes .following .divider, article.tenminutes .book .divider, article.knowledge-list .following .divider, article.knowledge-list .book .divider, article.focusedtheme-chapters .following .divider, article.focusedtheme-chapters .book .divider, article.focusedtheme-books .following .divider, article.focusedtheme-books .book .divider, article.article-group .following .divider, article.article-group .book .divider {
    width: 83%;
    margin: auto;
    border-top: 1px solid rgba(103, 75, 65, 0.2); }
  article.tenminutes .following .row.more, article.tenminutes .book .row.more, article.knowledge-list .following .row.more, article.knowledge-list .book .row.more, article.focusedtheme-chapters .following .row.more, article.focusedtheme-chapters .book .row.more, article.focusedtheme-books .following .row.more, article.focusedtheme-books .book .row.more, article.article-group .following .row.more, article.article-group .book .row.more {
    position: absolute;
    left: 40px;
    bottom: 20px;
    width: calc(100% - 40px); }
    article.tenminutes .following .row.more .article-count, article.tenminutes .book .row.more .article-count, article.knowledge-list .following .row.more .article-count, article.knowledge-list .book .row.more .article-count, article.focusedtheme-chapters .following .row.more .article-count, article.focusedtheme-chapters .book .row.more .article-count, article.focusedtheme-books .following .row.more .article-count, article.focusedtheme-books .book .row.more .article-count, article.article-group .following .row.more .article-count, article.article-group .book .row.more .article-count {
      position: relative;
      top: 6px; }
    article.tenminutes .following .row.more.align-items-end a.linkhover, article.tenminutes .book .row.more.align-items-end a.linkhover, article.knowledge-list .following .row.more.align-items-end a.linkhover, article.knowledge-list .book .row.more.align-items-end a.linkhover, article.focusedtheme-chapters .following .row.more.align-items-end a.linkhover, article.focusedtheme-chapters .book .row.more.align-items-end a.linkhover, article.focusedtheme-books .following .row.more.align-items-end a.linkhover, article.focusedtheme-books .book .row.more.align-items-end a.linkhover, article.article-group .following .row.more.align-items-end a.linkhover, article.article-group .book .row.more.align-items-end a.linkhover {
      position: relative;
      top: -10px; }

article.article-group {
  padding: 80px 0; }
  article.article-group .col-lg-4 .first .inner {
    padding: 30px 30px 60px; }
  @media (min-width: 768px) {
    article.article-group .col-lg-8 .first .inner {
      padding: 30px 30px 60px 10px; } }
  @media (max-width: 991.98px) {
    article.article-group .col-lg-8 .first .inner {
      padding: 30px 30px 60px; } }
  article.article-group .following .inner h2 {
    color: #674B41; }
  article.article-group .first .row.more {
    position: absolute;
    left: 40px;
    bottom: 20px;
    width: calc(100% - 50px); }
    article.article-group .first .row.more.align-items-end a.linkhover {
      position: relative;
      top: -10px; }

article.tenminutes.tenminutes-on-topic .first {
  background-color: #ffffff; }
  article.tenminutes.tenminutes-on-topic .first .inner p, article.tenminutes.tenminutes-on-topic .first .inner a, article.tenminutes.tenminutes-on-topic .first .inner h2, article.tenminutes.tenminutes-on-topic .first .row.more p, article.tenminutes.tenminutes-on-topic .first .row.more a, article.tenminutes.tenminutes-on-topic .first .row.more h2 {
    color: #674B41; }

article.knowledge-list .container {
  margin-top: -32px;
  border-top: none;
  padding-top: 0;
  padding-bottom: 0; }
  article.knowledge-list .container:before {
    display: none; }

article.focusedtheme-chapters {
  margin-top: 40px; }
  article.focusedtheme-chapters a.knowledge-download {
    display: inline;
    width: auto;
    background-position: 2px;
    padding: 0;
    padding-left: 26px;
    text-transform: none; }
  article.focusedtheme-chapters .chapters {
    margin-top: 40px; }
    article.focusedtheme-chapters .chapters .chapter {
      color: white; }
      article.focusedtheme-chapters .chapters .chapter p.subtitle {
        text-transform: uppercase;
        font-family: "Brandon Grotesque", Arial, sans-serif;
        font-size: 0.9rem;
        color: #ffffff; }
      article.focusedtheme-chapters .chapters .chapter h2 {
        font-size: 1.5rem; }

article.focusedtheme-books .books .book {
  padding-top: 20px; }
  article.focusedtheme-books .books .book p.author {
    font-family: "Brandon Grotesque", Arial, sans-serif;
    font-size: .9rem;
    margin-bottom: 0; }
  article.focusedtheme-books .books .book figure.rounded-book {
    width: calc(100% - 80px);
    padding-bottom: calc(100% - 80px);
    height: 0;
    background-color: #F7F3F0;
    margin: 0 40px;
    position: relative;
    border-radius: 50%; }
    article.focusedtheme-books .books .book figure.rounded-book img {
      -o-object-fit: contain;
      object-fit: contain;
      font-family: "object-fit: contain";
      position: absolute;
      left: 25%;
      top: 10%;
      width: 50%;
      height: 80%; }

div.knowledgefilter {
  transition: all .5s;
  opacity: 1; }
  div.knowledgefilter.loading {
    opacity: .5;
    position: relative; }
    div.knowledgefilter.loading:after {
      display: block;
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: transparent;
      z-index: 200; }

.tenminutes-plugin div.hidden {
  display: none;
  transition: 2s; }

article.bibliothek .container {
  position: relative;
  padding-top: 28px;
  padding-bottom: 0; }
  article.bibliothek .container:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: calc(100% - 30px);
    border-top: solid rgba(200, 192, 190, 0.5) 2px; }

article.bibliothek ul.filter {
  display: flex;
  margin-right: 10px;
  text-decoration: none;
  list-style: none; }

article.knowledge button.tagbutton {
  background: #EFEFEF;
  border-radius: 12px;
  font-family: Helvetica;
  font-size: 12px;
  color: #543A31;
  letter-spacing: 0;
  line-height: 46px; }

article.image-with-text {
  padding: 40px 0; }
  article.image-with-text .card {
    border-radius: 0;
    background-color: #FCFCFB;
    padding: 120px 60px; }
    article.image-with-text .card .card-header,
    article.image-with-text .card .card-body,
    article.image-with-text .card .card-footer {
      background-color: transparent;
      padding: 0; }
    article.image-with-text .card p.title {
      text-align: left;
      margin-bottom: 4px; }
    article.image-with-text .card h2 {
      margin-bottom: 15px; }
    article.image-with-text .card .richtext {
      margin-top: 10px; }
  article.image-with-text figure.icon {
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-bottom: 30px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center; }
  @media (max-width: 991.98px) {
    article.image-with-text .card {
      padding: 60px 40px; }
    article.image-with-text figure {
      height: 100%; } }
article.highlight {
  text-align: center;
  padding: 120px 0; }
  article.highlight figure {
    margin: 0 auto;
    width: 160px;
    height: 160px;
    margin-bottom: 40px;
    border-radius: 50%; }
    article.highlight figure.quote {
      width: 160px;
      height: 160px;
      margin-bottom: 30px; }
  article.highlight .author {
    margin: 30px 0 0 0; }
  .highlight-group ~ article.highlight {
    padding-top: 60px; }

article.highlight-group .row {
  row-gap: 3rem; }

@media (min-width: 992px) {
  article.highlight-group {
    padding-bottom: 80px; } }

article.highlight-group p.title {
  margin-bottom: 60px; }

article.highlight-group figure.highlight {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-bottom: 20px; }

article.highlight-group .card, article.highlight-group .card .card-header, article.highlight-group .card .card-body, article.highlight-group .card .card-footer {
  background-color: transparent; }

@media (min-width: 992px) {
  article.highlight-group .card {
    padding-right: 15px; } }

article.highlight-group .card .card-body {
  padding: 0; }
  article.highlight-group .card .card-body a {
    text-decoration: none; }
    article.highlight-group .card .card-body a:after {
      content: " ›"; }
    article.highlight-group .card .card-body a.linkhover:after {
      content: ""; }

article.highlight-group h3 {
  margin-bottom: 18px;
  line-height: 1.25; }

@media (max-width: 991.98px) {
  article.highlight-group {
    text-align: center; }
    article.highlight-group figure {
      margin: 0 auto;
      margin-bottom: 10px; } }

article.highlight-group.centered {
  text-align: center; }
  article.highlight-group.centered figure {
    margin: 0 auto;
    margin-bottom: 10px; }

article.highlight-group + article.highlight-group {
  margin-top: -60px; }

article.bigimage figure {
  position: relative; }
  article.bigimage figure figcaption {
    position: absolute;
    left: 50%;
    bottom: 0;
    display: block;
    background-color: #FCFCFB;
    padding: 4px 12px;
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }

article.bigimage-with-text h2 {
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 35px;
  position: relative; }
  article.bigimage-with-text h2:after {
    content: "";
    display: block;
    position: absolute;
    text-align: center;
    width: 100%;
    height: 8px;
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    background-image: url("/static/vitalpin/img/wave-brown.svg?383e88346e42"); }

article.bigimage-with-text .text-overlay {
  margin-top: -20%;
  margin-bottom: 10%; }
  @media (max-width: 575.98px) {
    article.bigimage-with-text .text-overlay {
      margin-top: -22px; } }
  article.bigimage-with-text .text-overlay .card {
    border-radius: 0;
    padding: 90px 200px; }
  article.bigimage-with-text .text-overlay p.quote {
    font-size: 22px;
    line-height: 29px;
    text-align: center;
    padding: 0 20px; }
  article.bigimage-with-text .text-overlay p.author {
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: center; }

article.bigimage-with-text.display-2-cols .card-body {
  column-count: 2; }

@media (max-width: 991.98px) {
  article.bigimage-with-text.display-2-cols .card-body {
    column-count: 1; } }

@media (max-width: 991.98px) {
  article.bigimage-with-text.sm-image-top .cover-background {
    position: static; }
  article.bigimage-with-text.sm-image-top .col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0; }
  article.bigimage-with-text.sm-image-top .card {
    margin: 15px 0 60px 0; } }

@media (max-width: 767.98px) {
  article.bigimage-with-text.sm-image-top .card {
    padding: 90px 60px 0px 60px; } }

@media (max-width: 575.98px) {
  article.bigimage-with-text.sm-image-top .card {
    padding: 90px 15px 0px 15px; } }

body.contact article.contact {
  padding-top: 140px; }

.card {
  height: 100%;
  border: none; }
  .card .card-header {
    padding: 0; }
  .card .card-footer {
    border: none; }
  .card .card-header, .card .card-body, .card .card-footer {
    border: none; }

a[href^="mailto"], a[href^="tel"] {
  position: relative; }
  a[href^="mailto"]:before, a[href^="tel"]:before {
    content: "";
    display: block;
    position: absolute;
    background-size: 100% auto; }

a[href^="mailto"]:not(.linkhover) {
  padding-left: 34px; }
  a[href^="mailto"]:not(.linkhover):before {
    left: 0;
    top: -2px;
    width: 24px;
    height: 18px;
    background: url("/static/vitalpin/img/mail.svg?383e88346e42"); }

a[href^="tel"]:not(.linkhover) {
  padding-left: 30px; }
  a[href^="tel"]:not(.linkhover):before {
    left: 0;
    top: -5px;
    width: 23px;
    height: 23px;
    background: url("/static/vitalpin/img/tel.svg?383e88346e42"); }

.wave {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 8px; }
  .wave.wave-brown {
    background-image: url("/static/vitalpin/img/wave-brown.svg?383e88346e42"); }
  .wave.wave-white {
    background-image: url("/static/vitalpin/img/wave-white.svg?383e88346e42"); }
  .wave.small {
    background-size: auto 6px;
    margin: 20px 0 30px 0; }

.social {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-color: #775448;
  text-indent: -10000px;
  overflow: hidden;
  margin: 0 2px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center; }
  .social.fb {
    background-image: url("/static/vitalpin/img/facebook.svg?383e88346e42");
    background-size: auto 50%; }
  .social.ig {
    background-image: url("/static/vitalpin/img/instagram.svg?383e88346e42");
    background-size: auto 50%; }
  .social.linked {
    background-image: url("/static/vitalpin/img/linkedin.svg?c4d399d0e10f");
    background-size: auto 40%;
    background-position: 55% 47%; }
  .social:hover {
    background-color: #67493e; }

a.btn {
  font-family: "Brandon Grotesque", Arial, sans-serif;
  font-size: 1.2em;
  letter-spacing: 0.28px;
  text-align: center;
  line-height: 1em;
  padding: 16px 29px 15px 34px; }
  a.btn:before {
    display: none; }

input.btn {
  padding: 0.375rem 1rem; }

.tilt {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: -20px; }

article.members-thanks {
  margin-top: 50px;
  text-align: center; }

div.members .alert {
  border-radius: 0;
  border: none;
  margin: 0 -15px;
  padding: 15px 0 11px;
  font-family: "Brandon Grotesque", Arial, sans-serif;
  text-align: center;
  font-weight: bold; }

div.members .file-uploader .uploader.droptarget {
  text-align: center; }
  div.members .file-uploader .uploader.droptarget button {
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
    background: none;
    border: none;
    font-family: "Brandon Grotesque", Arial, sans-serif;
    margin-top: 48px;
    padding-top: 48px;
    border-top: solid rgba(103, 75, 65, 0.1) 1px;
    text-decoration: none; }
    div.members .file-uploader .uploader.droptarget button:before {
      content: "";
      display: block;
      position: absolute;
      width: 116px;
      height: 96px;
      background-image: url("/static/vitalpin/img/icons/upload-circle.svg?c8c7348e40b1");
      background-size: contain;
      background-repeat: no-repeat;
      border-left: solid white 11px;
      border-right: solid white 11px;
      top: -48px;
      left: calc(50% - 58px); }
    div.members .file-uploader .uploader.droptarget button :hover {
      color: #674B41;
      text-decoration: underline; }
  div.members .file-uploader .uploader.droptarget.qq-upload-button-hover {
    background-color: white; }

div.members .file-uploader .preview .filename {
  font-weight: bold; }

div.members form.submitting button {
  opacity: .5; }

div.members h4 {
  font-size: 16px;
  margin-bottom: 1em;
  font-family: "Brandon Grotesque", Arial, sans-serif;
  font-weight: 700; }

div.members p {
  font-family: "Brandon Grotesque", Arial, sans-serif; }

div.members a, div.members b {
  font-family: "Brandon Grotesque", Arial, sans-serif; }

div.members nav.steps {
  padding: 33px 0 25px 0;
  margin-left: -15px;
  margin-right: -15px;
  border-bottom: solid rgba(103, 75, 65, 0.1) 1px; }
  div.members nav.steps ul.nav-pills li {
    padding-right: 58px;
    position: relative; }
    div.members nav.steps ul.nav-pills li a {
      text-decoration: none;
      font-family: "Brandon Grotesque", Arial, sans-serif;
      font-size: 16px;
      line-height: 29px;
      color: #674B41;
      padding-right: 0;
      padding-left: 0; }
      div.members nav.steps ul.nav-pills li a span {
        color: white;
        display: inline-block;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        text-align: center;
        background-color: #674B41;
        font-size: 15px;
        font-weight: 700;
        margin-right: 4px; }
    div.members nav.steps ul.nav-pills li a.active {
      font-weight: 700;
      background: none; }
    div.members nav.steps ul.nav-pills li a.disabled {
      cursor: default;
      opacity: .5; }
    div.members nav.steps ul.nav-pills li:after {
      content: "";
      display: block;
      position: absolute;
      right: 14px;
      width: 30px;
      top: 20px;
      border-bottom: solid 1px rgba(103, 75, 65, 0.5); }
    div.members nav.steps ul.nav-pills li:last-child {
      padding-right: 0; }
      div.members nav.steps ul.nav-pills li:last-child:after {
        display: none; }

div.members .form-step {
  padding: 80px 0; }
  div.members .form-step div.title {
    margin-bottom: 60px; }
  div.members .form-step .btn-reveal {
    display: block;
    text-align: center;
    position: relative;
    font-family: "Brandon Grotesque", Arial, sans-serif;
    margin-top: 32px;
    padding-top: 30px;
    border-top: solid rgba(103, 75, 65, 0.1) 1px;
    text-decoration: none; }
    div.members .form-step .btn-reveal:before {
      content: "";
      display: block;
      position: absolute;
      width: 62px;
      height: 40px;
      background-image: url("/static/vitalpin/img/icons/plus-circle.svg?c8c7348e40b1");
      background-size: contain;
      background-repeat: no-repeat;
      border-left: solid white 11px;
      border-right: solid white 11px;
      top: -20px;
      left: calc(50% - 31px); }
    div.members .form-step .btn-reveal :hover {
      color: #674B41;
      text-decoration: underline; }

div.members table {
  border: none;
  font-family: "Brandon Grotesque", Arial, sans-serif; }
  div.members table tr td {
    padding: 10px 0 6px 0; }
  div.members table tbody tr:first-child td {
    padding-top: 0;
    border-top: none; }
  div.members table tfoot td {
    font-weight: 700; }

div.members div.hr {
  margin-top: 32px;
  padding-top: 30px;
  border-top: solid rgba(103, 75, 65, 0.1) 1px; }

div.members .newsletter-contacts {
  margin-top: 32px;
  padding-top: 30px;
  border-top: solid rgba(103, 75, 65, 0.1) 1px; }
  div.members .newsletter-contacts .newsletter-contact {
    margin-bottom: 24px;
    position: relative; }
    div.members .newsletter-contacts .newsletter-contact a.remove {
      position: absolute;
      display: block;
      width: 30px;
      height: 30px;
      right: -40px;
      top: calc(50% - 24px);
      background-image: url("/static/vitalpin/img/icons/minus-circle.svg?c8c7348e40b1");
      background-size: contain; }

div.members form .invalid-feedback {
  font-family: "Brandon Grotesque", Arial, sans-serif;
  font-size: 1em; }

div.members form .was-validated .invalid-feedback {
  display: block; }

div.members form .form-control {
  border-color: #BEABA5;
  color: #674B41;
  font-family: "Brandon Grotesque", Arial, sans-serif;
  padding: 20px 20px 14px 20px;
  font-size: 16px;
  height: auto;
  font-weight: 700; }
  div.members form .form-control::-webkit-input-placeholder {
    /* Edge */
    color: rgba(103, 75, 65, 0.5); }
  div.members form .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(103, 75, 65, 0.5); }
  div.members form .form-control::placeholder {
    color: rgba(103, 75, 65, 0.5); }
  div.members form .form-control::-webkit-input-placeholder {
    /* Edge */
    font-weight: normal; }
  div.members form .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-weight: normal; }
  div.members form .form-control::placeholder {
    font-weight: normal; }

div.members form textarea.form-control {
  height: 110px; }

div.members form .form-group.column-radio div.radio {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

div.members form .form-group.column-radio label {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  text-transform: none;
  font-size: 16px;
  padding-left: 1em; }
  @media (max-width: 767.98px) {
    div.members form .form-group.column-radio label {
      flex: 0 0 50%;
      max-width: 50%; } }
div.members form .form-group .form-check label {
  text-transform: none;
  font-size: 16px;
  font-family: "Brandon Grotesque", Arial, sans-serif; }

div.members form .select2-selection {
  font-family: "Brandon Grotesque", Arial, sans-serif;
  padding: 16px 20px 14px 20px;
  border-color: #BEABA5;
  height: auto;
  font-size: 16px; }
  div.members form .select2-selection .select2-selection__rendered {
    padding-left: 0;
    color: #674B41; }
  div.members form .select2-selection .select2-selection__arrow {
    top: 16px;
    right: 10px; }

div.members form .submit {
  margin-top: 60px; }
  div.members form .submit .btn-success {
    min-width: 250px;
    padding: 16px 29px 10px;
    font-weight: 700;
    font-family: "Brandon Grotesque", Arial, sans-serif;
    font-size: 1.2em; }
  div.members form .submit .btn-link {
    color: #674B41;
    padding: 16px 20px 10px; }

.select2-container {
  font-family: "Brandon Grotesque", Arial, sans-serif; }
  .select2-container .select2-dropdown {
    border-color: #674B41; }

.modal-dialog {
  border: none; }
  .modal-dialog .close {
    padding: 25px 30px;
    font-size: 3em;
    color: #775448;
    opacity: 1; }
  .modal-dialog .modal-header, .modal-dialog .modal-body, .modal-dialog .modal-footer {
    border: none; }
  .modal-dialog .modal-body {
    padding: 0 80px; }
    .modal-dialog .modal-body a[href^="mailto"] {
      padding-left: 0px; }
      .modal-dialog .modal-body a[href^="mailto"]:before {
        display: none; }
  .modal-dialog .modal-footer {
    padding: 2rem; }
  .modal-dialog h3 {
    margin-top: 40px;
    margin-bottom: 10px; }
  @media (min-width: 768px) {
    .modal-dialog {
      width: 80%;
      max-width: 1200px; } }
  @media (max-width: 767.98px) {
    .modal-dialog .modal-body {
      margin-top: -30px;
      padding: 0 35px; } }
  .modal-dialog.modal-sm {
    max-width: 400px; }
    .modal-dialog.modal-sm .modal-header .close {
      z-index: 20000; }
    .modal-dialog.modal-sm .modal-body {
      margin-top: -84px;
      padding: 20px; }
      .modal-dialog.modal-sm .modal-body h3 {
        margin-top: 0; }

section#bottom,
article.contact {
  text-align: center;
  position: relative; }
  section#bottom h2,
  article.contact h2 {
    text-align: left; }
  section#bottom h3,
  article.contact h3 {
    font-family: "Brandon Grotesque", Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.2em;
    color: #674B41;
    letter-spacing: 1.2px;
    text-align: center;
    line-height: 1em;
    margin-bottom: 4px; }
  section#bottom h6,
  article.contact h6 {
    font-family: "Brandon Grotesque", Arial, sans-serif;
    margin-top: 20px;
    font-size: 0.8em; }
  section#bottom.mountains,
  article.contact.mountains {
    background: url("/static/vitalpin/img/mountain.svg?383e88346e42");
    background-size: auto 70%;
    background-position: center top;
    background-repeat: no-repeat; }
  section#bottom article,
  article.contact article {
    padding: 80px 0px 150px 0px; }
    @media (max-width: 767.98px) {
      section#bottom article,
      article.contact article {
        padding-bottom: 80px; } }
  section#bottom .card,
  article.contact .card {
    background-color: #ffffff; }
    section#bottom .card .card-header,
    article.contact .card .card-header {
      background-color: #FCFCFB; }
    section#bottom .card .card-body,
    article.contact .card .card-body {
      position: relative;
      background-color: #FCFCFB; }
      section#bottom .card .card-body:after,
      article.contact .card .card-body:after {
        content: "";
        display: block;
        position: absolute;
        width: 66%;
        height: 1px;
        left: 17%;
        bottom: 0;
        background-color: #775448;
        opacity: .2; }
    section#bottom .card .card-footer,
    article.contact .card .card-footer {
      background-color: #FCFCFB;
      padding: 40px 0; }
    section#bottom .card p, section#bottom .card a,
    article.contact .card p,
    article.contact .card a {
      font-family: "Brandon Grotesque", Arial, sans-serif;
      font-size: 1.1em; }
    section#bottom .card p,
    article.contact .card p {
      line-height: 1.4em; }
    section#bottom .card a,
    article.contact .card a {
      line-height: 1.8em; }
  section#bottom ul,
  article.contact ul {
    padding: 0;
    margin: 0 0 0 20px;
    list-style-type: none; }
    section#bottom ul li,
    article.contact ul li {
      display: inline-block;
      padding: 0 2px; }
    section#bottom ul a,
    article.contact ul a {
      font-family: "Brandon Grotesque", Arial, sans-serif;
      font-weight: 700;
      font-size: 1em;
      letter-spacing: 1.07px;
      text-transform: uppercase; }
      section#bottom ul a:hover,
      article.contact ul a:hover {
        cursor: pointer; }
  section#bottom .legal,
  article.contact .legal {
    margin-top: 80px;
    background-color: #FCFCFB;
    text-align: left;
    padding: 36px 0px;
    margin: 0; }
    section#bottom .legal li,
    article.contact .legal li {
      margin-right: 15px; }
      section#bottom .legal li:last-of-type,
      article.contact .legal li:last-of-type {
        margin-right: 0px; }
      section#bottom .legal li a,
      article.contact .legal li a {
        outline: none;
        font-size: 0.9rem; }
      section#bottom .legal li a:hover,
      article.contact .legal li a:hover {
        color: #775448; }
      section#bottom .legal li a.maisengasse,
      article.contact .legal li a.maisengasse {
        text-indent: -10000px;
        overflow: hidden;
        display: inline-block;
        width: 43px;
        height: 30px;
        background-image: url("/static/vitalpin/img/maisengasse.svg?deec7645cb12");
        background-size: auto 100%;
        background-repeat: no-repeat;
        position: relative;
        top: 13px;
        margin-right: 10px;
        opacity: .6; }
    section#bottom .legal .col-12,
    article.contact .legal .col-12 {
      padding-left: 115px; }
      @media (max-width: 1199.98px) {
        section#bottom .legal .col-12,
        article.contact .legal .col-12 {
          padding-left: 100px; } }
      @media (max-width: 991.98px) {
        section#bottom .legal .col-12,
        article.contact .legal .col-12 {
          padding-left: 15px; } }
  section#bottom .footer-brand,
  article.contact .footer-brand {
    width: 274px;
    height: 328px;
    background: url("/static/vitalpin/img/triangle-blue-mirror.svg?383e88346e42") no-repeat;
    background-size: contain;
    position: absolute;
    right: 0px;
    bottom: 0px; }
    section#bottom .footer-brand span,
    article.contact .footer-brand span {
      position: absolute;
      right: 25px;
      bottom: 35px;
      width: 131px;
      height: 100px;
      display: block;
      background: url("/static/vitalpin/img/logo-white.svg?383e88346e42") no-repeat;
      background-size: contain; }
    @media (max-width: 767.98px) {
      section#bottom .footer-brand,
      article.contact .footer-brand {
        display: none; } }
  @media (max-width: 767.98px) {
    section#bottom .card,
    article.contact .card {
      height: auto;
      margin-bottom: 30px; }
    section#bottom .legal,
    article.contact .legal {
      text-align: center; } }
form.livesearch input  {
  height: 40px;
  background-color: #EFEFEF; }

div#jquery-live-search-embedded {
  padding: 15px 0; }
  div#jquery-live-search-embedded p.searchresult {
    font-family: "Brandon Grotesque", Arial, sans-serif; }
    div#jquery-live-search-embedded p.searchresult .highlighted {
      font-weight: bold; }

.fancybox-iframe {
  margin: 0; }

body.form header#top {
  position: absolute;
  top: 0;
  left: 0; }

body.form div#content {
  position: relative; }
  body.form div#content > article {
    height: 100vh;
    min-height: 600px; }
    body.form div#content > article div.card {
      overflow: hidden; }
      body.form div#content > article div.card div.card-header {
        height: 100%; }
      body.form div#content > article div.card div.card-body {
        padding: 60px; }

body.form article.login .btn-primary {
  display: block;
  width: 100%;
  color: #ffffff;
  margin: 10px 0 25px 0; }

body.form article.login a.linkhover {
  font-size: .7em; }

.article-group header#top,
body.knowledge header#top,
body.blog header#top,
body.events header#top {
  max-height: 500px; }
  .article-group header#top article.headerimage figure img,
  body.knowledge header#top article.headerimage figure img,
  body.blog header#top article.headerimage figure img,
  body.events header#top article.headerimage figure img {
    max-height: 500px; }
  .article-group header#top a[href^="mailto"],
  body.knowledge header#top a[href^="mailto"],
  body.blog header#top a[href^="mailto"],
  body.events header#top a[href^="mailto"] {
    color: #ffffff;
    text-decoration: underline;
    padding: 0; }
    .article-group header#top a[href^="mailto"]:before,
    body.knowledge header#top a[href^="mailto"]:before,
    body.blog header#top a[href^="mailto"]:before,
    body.events header#top a[href^="mailto"]:before {
      display: none; }

.article-group h2, .article-group h3,
body.knowledge h2,
body.knowledge h3,
body.blog h2,
body.blog h3,
body.events h2,
body.events h3 {
  font-size: 22px; }
  .article-group h2 span, .article-group h3 span,
  body.knowledge h2 span,
  body.knowledge h3 span,
  body.blog h2 span,
  body.blog h3 span,
  body.events h2 span,
  body.events h3 span {
    margin-left: 10px;
    font-family: "Brandon Grotesque", Arial, sans-serif;
    font-weight: 500;
    letter-spacing: .05px; }

.article-group ul.tag-list,
body.knowledge ul.tag-list,
body.blog ul.tag-list,
body.events ul.tag-list {
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  overflow-x: auto; }
  .article-group ul.tag-list li,
  body.knowledge ul.tag-list li,
  body.blog ul.tag-list li,
  body.events ul.tag-list li {
    margin-right: 10px; }
    .article-group ul.tag-list li a,
    body.knowledge ul.tag-list li a,
    body.blog ul.tag-list li a,
    body.events ul.tag-list li a {
      font-size: 1rem; }

.article-group .badge,
body.knowledge .badge,
body.blog .badge,
body.events .badge {
  border-radius: 40px;
  padding: 12px 14px 8px 14px;
  font-size: 1rem;
  line-height: 1;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all .35s ease-in-out; }
  .article-group .badge.badge-light,
  body.knowledge .badge.badge-light,
  body.blog .badge.badge-light,
  body.events .badge.badge-light {
    font-weight: 500;
    color: #775448;
    font-family: "Brandon Grotesque", Arial, sans-serif;
    text-decoration: none; }
  .article-group .badge.badge-image,
  body.knowledge .badge.badge-image,
  body.blog .badge.badge-image,
  body.events .badge.badge-image {
    padding-left: 50px; }
  .article-group .badge.badge-sm,
  body.knowledge .badge.badge-sm,
  body.blog .badge.badge-sm,
  body.events .badge.badge-sm {
    font-weight: 400;
    font-family: "Brandon Grotesque", Arial, sans-serif;
    font-size: 0.9rem;
    padding: 8px 12px 6px 12px; }

.article-group .badge.badge-publisher, .article-group .badge.badge-date,
body.knowledge .badge.badge-publisher,
body.knowledge .badge.badge-date,
body.blog .badge.badge-publisher,
body.blog .badge.badge-date,
body.events .badge.badge-publisher,
body.events .badge.badge-date {
  padding: 10px 12px 6px; }

.article-group .badge-date,
body.knowledge .badge-date,
body.blog .badge-date,
body.events .badge-date {
  background: transparent; }

.article-group .card,
body.knowledge .card,
body.blog .card,
body.events .card {
  overflow: hidden; }
  .article-group .card h3,
  body.knowledge .card h3,
  body.blog .card h3,
  body.events .card h3 {
    font-size: 20px;
    margin-bottom: 15px; }
  .article-group .card a,
  body.knowledge .card a,
  body.blog .card a,
  body.events .card a {
    text-decoration: none; }
  .article-group .card div.richtext,
  body.knowledge .card div.richtext,
  body.blog .card div.richtext,
  body.events .card div.richtext {
    margin-top: 35px; }
  .article-group .card span.date,
  body.knowledge .card span.date,
  body.blog .card span.date,
  body.events .card span.date {
    position: relative;
    top: -13px;
    font-family: "Brandon Grotesque", Arial, sans-serif;
    margin-left: 8px; }
  .article-group .card .approved-sm,
  body.knowledge .card .approved-sm,
  body.blog .card .approved-sm,
  body.events .card .approved-sm {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: 2px;
    margin-left: 10px;
    background-image: url("/static/vitalpin/img/approved-sm.svg?f995de725dae");
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -10000px;
    overflow: hidden; }
  .article-group .card span.recommended,
  body.knowledge .card span.recommended,
  body.blog .card span.recommended,
  body.events .card span.recommended {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 88px;
    height: 108px;
    background-image: url("/static/vitalpin/img/recommended.svg?f995de725dae");
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -10000px;
    overflow: hidden; }
  .article-group .card span.approved,
  body.knowledge .card span.approved,
  body.blog .card span.approved,
  body.events .card span.approved {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 107px;
    height: 58px;
    background-image: url("/static/vitalpin/img/approved.svg?f995de725dae");
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -10000px;
    overflow: hidden; }
  .article-group .card span.attending,
  body.knowledge .card span.attending,
  body.blog .card span.attending,
  body.events .card span.attending {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 178px;
    height: 68px;
    background-image: url("/static/vitalpin/img/attending.svg?f995de725dae");
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -10000px;
    overflow: hidden; }
  .article-group .card .linkhover,
  body.knowledge .card .linkhover,
  body.blog .card .linkhover,
  body.events .card .linkhover {
    text-transform: none; }
    .article-group .card .linkhover .icon,
    body.knowledge .card .linkhover .icon,
    body.blog .card .linkhover .icon,
    body.events .card .linkhover .icon {
      margin-right: 5px;
      background-repeat: no-repeat;
      width: 20px;
      height: 20px;
      display: inline-block;
      position: relative;
      top: 5px; }
      .article-group .card .linkhover .icon.icon-study,
      body.knowledge .card .linkhover .icon.icon-study,
      body.blog .card .linkhover .icon.icon-study,
      body.events .card .linkhover .icon.icon-study {
        background-image: url("/static/vitalpin/img/study.svg?f995de725dae"); }
      .article-group .card .linkhover .icon.icon-article,
      body.knowledge .card .linkhover .icon.icon-article,
      body.blog .card .linkhover .icon.icon-article,
      body.events .card .linkhover .icon.icon-article {
        background-image: url("/static/vitalpin/img/article.svg?f995de725dae"); }
      .article-group .card .linkhover .icon.icon-image,
      body.knowledge .card .linkhover .icon.icon-image,
      body.blog .card .linkhover .icon.icon-image,
      body.events .card .linkhover .icon.icon-image {
        background-image: url("/static/vitalpin/img/camera.svg?f995de725dae"); }
      .article-group .card .linkhover .icon.icon-video,
      body.knowledge .card .linkhover .icon.icon-video,
      body.blog .card .linkhover .icon.icon-video,
      body.events .card .linkhover .icon.icon-video {
        background-image: url("/static/vitalpin/img/video.svg?f995de725dae"); }
  .article-group .card .card-header,
  .article-group .card .card-body,
  .article-group .card .card-footer,
  body.knowledge .card .card-header,
  body.knowledge .card .card-body,
  body.knowledge .card .card-footer,
  body.blog .card .card-header,
  body.blog .card .card-body,
  body.blog .card .card-footer,
  body.events .card .card-header,
  body.events .card .card-body,
  body.events .card .card-footer {
    background-color: #FCFCFB;
    border: none; }
  .article-group .card .card-header,
  body.knowledge .card .card-header,
  body.blog .card .card-header,
  body.events .card .card-header {
    padding: 0;
    position: relative; }
  .article-group .card .card-body,
  body.knowledge .card .card-body,
  body.blog .card .card-body,
  body.events .card .card-body {
    padding: 40px 40px 0 40px;
    height: 100%; }
  .article-group .card .card-footer,
  body.knowledge .card .card-footer,
  body.blog .card .card-footer,
  body.events .card .card-footer {
    padding: 30px 40px 40px 40px; }
  .article-group .card.recommended h3,
  body.knowledge .card.recommended h3,
  body.blog .card.recommended h3,
  body.events .card.recommended h3 {
    font-size: 28px;
    line-height: 1.25em; }

.article-group a.card-hover,
body.knowledge a.card-hover,
body.blog a.card-hover,
body.events a.card-hover {
  text-decoration: none; }
  .article-group a.card-hover:hover .card,
  body.knowledge a.card-hover:hover .card,
  body.blog a.card-hover:hover .card,
  body.events a.card-hover:hover .card {
    color: #674B41; }
  .article-group a.card-hover:hover span.linkhover:after,
  body.knowledge a.card-hover:hover span.linkhover:after,
  body.blog a.card-hover:hover span.linkhover:after,
  body.events a.card-hover:hover span.linkhover:after {
    width: 100%; }

.article-group article.recommended,
body.knowledge article.recommended,
body.blog article.recommended,
body.events article.recommended {
  padding: 80px 0; }
  .article-group article.recommended a.linkhover,
  body.knowledge article.recommended a.linkhover,
  body.blog article.recommended a.linkhover,
  body.events article.recommended a.linkhover {
    position: relative;
    top: 3px;
    text-transform: none; }

.article-group article.partners,
body.knowledge article.partners,
body.blog article.partners,
body.events article.partners {
  margin-top: 40px; }
  .article-group article.partners .partner,
  body.knowledge article.partners .partner,
  body.blog article.partners .partner,
  body.events article.partners .partner {
    background-color: #759BB1;
    border-radius: 5px; }
    .article-group article.partners .partner img,
    body.knowledge article.partners .partner img,
    body.blog article.partners .partner img,
    body.events article.partners .partner img {
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      font-family: "object-fit: cover"; }
    .article-group article.partners .partner .inner,
    body.knowledge article.partners .partner .inner,
    body.blog article.partners .partner .inner,
    body.events article.partners .partner .inner {
      padding: 30px 20px 25px; }
      .article-group article.partners .partner .inner p, .article-group article.partners .partner .inner a,
      body.knowledge article.partners .partner .inner p,
      body.knowledge article.partners .partner .inner a,
      body.blog article.partners .partner .inner p,
      body.blog article.partners .partner .inner a,
      body.events article.partners .partner .inner p,
      body.events article.partners .partner .inner a {
        color: #ffffff; }
      .article-group article.partners .partner .inner h2,
      body.knowledge article.partners .partner .inner h2,
      body.blog article.partners .partner .inner h2,
      body.events article.partners .partner .inner h2 {
        color: white;
        font-size: 1.5rem; }

body.knowledge, .article-group {
  position: relative; }
  body.knowledge .header-image, .article-group .header-image {
    height: 450px; }
  body.knowledge .diamond, .article-group .diamond {
    display: none; }
  body.knowledge h2, .article-group h2 {
    font-size: 26pt;
    margin-bottom: 10px; }
  body.knowledge article.submenu, .article-group article.submenu {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    background-color: #775448;
    font-size: 0; }
    body.knowledge article.submenu .inner, .article-group article.submenu .inner {
      white-space-collapse: discard; }
      body.knowledge article.submenu .inner a, .article-group article.submenu .inner a {
        display: inline-block;
        text-align: center;
        font-family: "Brandon Grotesque", Arial, sans-serif;
        font-size: 15px;
        font-weight: 700;
        text-decoration: none;
        text-transform: uppercase;
        padding: 20px 25px 15px;
        margin: 5px 0;
        color: #ffffff;
        border-right: solid rgba(255, 255, 255, 0.2) 1px; }
        body.knowledge article.submenu .inner a:last-child, .article-group article.submenu .inner a:last-child {
          border-right: none; }
      body.knowledge article.submenu .inner a:hover, .article-group article.submenu .inner a:hover {
        background-color: rgba(255, 255, 255, 0.1); }
      body.knowledge article.submenu .inner a.bookmark,
      body.knowledge article.submenu .inner a.bookmark-saved,
      body.knowledge article.submenu .inner a.download,
      body.knowledge article.submenu .inner a.print, .article-group article.submenu .inner a.bookmark,
      .article-group article.submenu .inner a.bookmark-saved,
      .article-group article.submenu .inner a.download,
      .article-group article.submenu .inner a.print {
        position: relative;
        padding-left: 50px; }
        body.knowledge article.submenu .inner a.bookmark:before,
        body.knowledge article.submenu .inner a.bookmark-saved:before,
        body.knowledge article.submenu .inner a.download:before,
        body.knowledge article.submenu .inner a.print:before, .article-group article.submenu .inner a.bookmark:before,
        .article-group article.submenu .inner a.bookmark-saved:before,
        .article-group article.submenu .inner a.download:before,
        .article-group article.submenu .inner a.print:before {
          content: "";
          position: absolute;
          left: 15px;
          width: 20px;
          height: 20px;
          background-repeat: no-repeat;
          background-size: contain; }
      body.knowledge article.submenu .inner a.bookmark:before, .article-group article.submenu .inner a.bookmark:before {
        background-image: url("/static/vitalpin/img/icons/knowledge-bookmark.svg?98222ada17a9"); }
      body.knowledge article.submenu .inner a.bookmark-saved:before, .article-group article.submenu .inner a.bookmark-saved:before {
        background-image: url("/static/vitalpin/img/icons/knowledge-saved.svg?8418916f819b"); }
      body.knowledge article.submenu .inner a.download:before, .article-group article.submenu .inner a.download:before {
        background-image: url("/static/vitalpin/img/icons/knowledge-download.svg?98222ada17a9"); }
      body.knowledge article.submenu .inner a.print:before, .article-group article.submenu .inner a.print:before {
        background-image: url("/static/vitalpin/img/icons/knowledge-print.svg?98222ada17a9"); }
  body.knowledge article.breadcrumb, .article-group article.breadcrumb {
    padding: 20px 25px 15px;
    font-family: "Brandon Grotesque", Arial, sans-serif; }
    body.knowledge article.breadcrumb a, .article-group article.breadcrumb a {
      text-decoration: none; }
  body.knowledge article.knowledge-search, .article-group article.knowledge-search {
    margin-top: -50px; }
    body.knowledge article.knowledge-search .card, .article-group article.knowledge-search .card {
      overflow: hidden; }
      body.knowledge article.knowledge-search .card .card-body, .article-group article.knowledge-search .card .card-body {
        padding: 20px 30px; }
    body.knowledge article.knowledge-search .form-control, .article-group article.knowledge-search .form-control {
      padding: 0;
      height: 60px;
      background-color: #EFEFEF;
      margin-bottom: 20px;
      border: none; }
      body.knowledge article.knowledge-search .form-control input, .article-group article.knowledge-search .form-control input {
        padding-left: 55px;
        padding-top: 2px;
        height: 100%;
        width: calc(100% - 100px);
        background-color: transparent;
        box-shadow: none;
        border: none;
        font-family: "Brandon Grotesque", Arial, sans-serif;
        font-weight: 500;
        font-size: 18px;
        line-height: 1;
        letter-spacing: 0;
        color: #674B41;
        position: relative;
        background-image: url("/static/vitalpin/img/magnifier.svg?f995de725dae");
        background-repeat: no-repeat;
        background-position: 17px 15px; }
        body.knowledge article.knowledge-search .form-control input:focus, .article-group article.knowledge-search .form-control input:focus {
          outline: none; }
  body.knowledge article.back, .article-group article.back {
    padding: 60px 0 0 0; }
    body.knowledge article.back a, .article-group article.back a {
      text-transform: none; }
  body.knowledge .entry, .article-group .entry {
    margin-bottom: 20px; }
  body.knowledge article.bibliothek .btn, .article-group article.bibliothek .btn {
    border-radius: 5px;
    color: #674B41;
    padding: 15px;
    padding-bottom: 8px; }
    body.knowledge article.bibliothek .btn img, .article-group article.bibliothek .btn img {
      width: 25px;
      height: 20px;
      -o-object-fit: contain;
      object-fit: contain;
      font-family: "object-fit: contain";
      padding-right: 5px;
      position: relative;
      top: -4px; }
  body.knowledge article.bibliothek .btn-success, .article-group article.bibliothek .btn-success {
    color: #ffffff; }
    body.knowledge article.bibliothek .btn-success img, .article-group article.bibliothek .btn-success img {
      filter: invert(100%); }
    body.knowledge article.bibliothek .btn-success.btn-sm, .article-group article.bibliothek .btn-success.btn-sm {
      padding: 6px;
      padding-bottom: 5px;
      font-size: .9rem; }
      body.knowledge article.bibliothek .btn-success.btn-sm span, .article-group article.bibliothek .btn-success.btn-sm span {
        position: relative;
        top: 4px;
        font-size: 1.6rem; }
  body.knowledge article.bibliothek .btn-white, .article-group article.bibliothek .btn-white {
    background-color: #ffffff; }
  body.knowledge article.bibliothek .categories, .article-group article.bibliothek .categories {
    padding: 40px 0px 50px; }
  body.knowledge article.bibliothek .dropdown, .article-group article.bibliothek .dropdown {
    padding-right: 7px;
    margin-right: 15px;
    border-right: solid rgba(103, 75, 65, 0.2) 1px; }
    body.knowledge article.bibliothek .dropdown .dropdown-toggle, .article-group article.bibliothek .dropdown .dropdown-toggle {
      text-decoration: none;
      font-family: "Brandon Grotesque", Arial, sans-serif; }
      body.knowledge article.bibliothek .dropdown .dropdown-toggle:after, .article-group article.bibliothek .dropdown .dropdown-toggle:after {
        position: relative;
        top: 2px;
        width: 10px;
        height: 8px;
        border: none;
        background-image: url("/static/vitalpin/img/caret-down.svg?98222ada17a9");
        background-size: contain; }
    body.knowledge article.bibliothek .dropdown .dropdown-menu .dropdown-item, .article-group article.bibliothek .dropdown .dropdown-menu .dropdown-item {
      text-decoration: none;
      font-family: "Brandon Grotesque", Arial, sans-serif; }
  body.knowledge article.bibliothek li:last-child .dropdown, .article-group article.bibliothek li:last-child .dropdown {
    border-right: 0;
    margin-right: 0; }
  body.knowledge article.bibliothek ul.pagination, .article-group article.bibliothek ul.pagination {
    justify-content: center; }
  body.knowledge article.entries, .article-group article.entries {
    padding: 20px 0 40px 0; }
    body.knowledge article.entries span.badge-success, .article-group article.entries span.badge-success {
      position: relative;
      top: 11px; }
    body.knowledge article.entries a.linkhover, .article-group article.entries a.linkhover {
      position: relative;
      top: -1px;
      text-transform: none; }
  body.knowledge article.tagsearch-form, .article-group article.tagsearch-form {
    padding: 60px 0; }
    body.knowledge article.tagsearch-form h2, .article-group article.tagsearch-form h2 {
      margin: 0; }
  body.knowledge article.search-title, .article-group article.search-title {
    padding-top: 40px; }
  body.knowledge article.search-results > div.container > div.row > div, .article-group article.search-results > div.container > div.row > div {
    margin-bottom: 30px; }
  body.knowledge .result-filter, .article-group .result-filter {
    font-family: "Brandon Grotesque", Arial, sans-serif;
    font-size: 1rem; }
    body.knowledge .result-filter a, .article-group .result-filter a {
      text-decoration: none; }
  body.knowledge article.text p, .article-group article.text p {
    font-size: 1.1rem; }
  body.knowledge article.text p.title, .article-group article.text p.title {
    font-size: 2.25rem;
    font-family: "Ergilo", Georgia, sans-serif;
    letter-spacing: 0;
    line-height: 1.25em;
    font-weight: bold;
    text-transform: none; }
  body.knowledge article.highlight-group .card, .article-group article.highlight-group .card {
    text-align: center;
    background: none; }
    @media (min-width: 992px) {
      body.knowledge article.highlight-group .card, .article-group article.highlight-group .card {
        border-right: solid rgba(103, 75, 65, 0.2) 1px; } }
    body.knowledge article.highlight-group .card .card-header,
    body.knowledge article.highlight-group .card .card-body,
    body.knowledge article.highlight-group .card .card-footer, .article-group article.highlight-group .card .card-header,
    .article-group article.highlight-group .card .card-body,
    .article-group article.highlight-group .card .card-footer {
      background: none; }
    body.knowledge article.highlight-group .card .card-body, .article-group article.highlight-group .card .card-body {
      padding: 20px 0; }
    body.knowledge article.highlight-group .card figure.highlight, .article-group article.highlight-group .card figure.highlight {
      margin: 0 auto;
      width: 80px;
      height: 80px; }
  body.knowledge article.highlight-group .row > div:last-child .card, .article-group article.highlight-group .row > div:last-child .card {
    border-right: none; }

.fancybox-slide--iframe {
  padding: 0;
  height: 100vh; }
  .fancybox-slide--iframe .fancybox-content {
    width: 100vw;
    height: 100vh;
    max-width: none;
    max-height: 100%;
    margin: 0; }

a.knowledge-show-invite {
  display: block;
  text-align: center;
  font-family: "Brandon Grotesque", Arial, sans-serif;
  font-size: 1.1em;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  position: fixed;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  right: 20px;
  bottom: 80px;
  background-image: url("/static/vitalpin/img/knowledge-invite.svg?6ce0f709b07c");
  z-index: 1030;
  transform-origin: 50% 50%;
  transition: all .2s; }
  a.knowledge-show-invite:hover {
    transform: scale(1.1); }

.knowledge-fancybox #cms-top {
  display: none; }

.knowledge-fancybox article.iframe-header {
  padding: 20px 0;
  background-color: #3C3330;
  position: relative; }
  html.cms-toolbar-expanded .knowledge-fancybox article.iframe-header {
    margin-top: 38px; }
  .knowledge-fancybox article.iframe-header p {
    color: #ffffff;
    margin: 0;
    font-size: 16px;
    line-height: 1.4em; }
    .knowledge-fancybox article.iframe-header p.author {
      opacity: .5;
      font-size: 14px; }
  .knowledge-fancybox article.iframe-header a.close {
    position: absolute;
    right: 25px;
    top: 20px;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("/static/vitalpin/img/close.svg?f995de725dae");
    text-indent: 10000px;
    overflow: hidden; }

article.pdf-view {
  margin: 60px 0 100px; }
  article.pdf-view iframe {
    border: none;
    height: 90vh;
    width: 100%; }

body.blog div#content > section,
body.events div#content > section {
  padding-top: 100px; }

body.blog div.author,
body.events div.author {
  position: relative; }

body.blog figure.profile,
body.events figure.profile {
  width: 44px;
  height: 44px;
  position: absolute;
  top: -4px; }

body.blog article.recent div.row.entries > div,
body.events article.recent div.row.entries > div {
  margin-bottom: 30px; }

@media (max-width: 991.98px) {
  body.blog-detail .container {
    max-width: none; } }

body.blog-detail div#content > section.blog-details {
  padding: 0;
  margin-top: -115px; }
  body.blog-detail div#content > section.blog-details article {
    background-color: #ffffff; }
    body.blog-detail div#content > section.blog-details article.back-white {
      background-color: transparent; }
      body.blog-detail div#content > section.blog-details article.back-white a {
        text-transform: none;
        position: relative;
        z-index: 99;
        color: #ffffff;
        display: inline-block;
        margin-bottom: 20px; }
        @media (max-width: 991.98px) {
          body.blog-detail div#content > section.blog-details article.back-white a {
            z-index: 2; } }
    body.blog-detail div#content > section.blog-details article.text {
      padding: 80px 0px 60px 0px; }
      body.blog-detail div#content > section.blog-details article.text:first-of-type {
        padding-top: 70px; }
      body.blog-detail div#content > section.blog-details article.text:last-of-type {
        padding-bottom: 120px; }
    @media (max-width: 991.98px) {
      body.blog-detail div#content > section.blog-details article.text, body.blog-detail div#content > section.blog-details article.bigimage {
        padding-left: 40px;
        padding-right: 40px; } }
    body.blog-detail div#content > section.blog-details article.highlight {
      padding: 0; }

body.blog-detail div#content > section.blog-link {
  padding-top: 20px; }
  body.blog-detail div#content > section.blog-link a.linkhover {
    text-transform: none; }

body.blog-detail div.author {
  margin-top: 60px;
  position: relative; }
  body.blog-detail div.author:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 6px;
    top: -34px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/static/vitalpin/img/wave-brown.svg?383e88346e42");
    background-size: auto 100%; }

body.blog-detail span.date {
  position: relative;
  top: -13px;
  font-family: "Brandon Grotesque", Arial, sans-serif;
  margin-left: 8px; }

body.blog-detail article.summary {
  padding: 120px 0 0 0; }
  @media (max-width: 991.98px) {
    body.blog-detail article.summary {
      padding-left: 40px;
      padding-right: 40px; } }
  body.blog-detail article.summary h1 {
    color: #674B41; }
  body.blog-detail article.summary .richtext {
    padding: 0;
    margin-top: 80px;
    font-size: 1.2rem; }

body.blog-detail article.text p, body.blog-detail article.text h2 {
  padding: 0;
  text-align: left;
  font-size: 24px; }

body.blog-detail article.text p {
  font-size: 1.2rem; }

body.blog-detail article.more div.author {
  margin-top: 0; }
  body.blog-detail article.more div.author:before {
    display: none; }

body.events div#content > section.events {
  padding-top: 0; }
  body.events div#content > section.events article.event-search {
    margin-top: -50px;
    margin-bottom: 80px; }
    body.events div#content > section.events article.event-search .card .card-body {
      padding: 20px 25px; }
      body.events div#content > section.events article.event-search .card .card-body .form-group {
        margin: 0;
        position: relative;
        font-family: "Brandon Grotesque", Arial, sans-serif; }
        @media (max-width: 991.98px) {
          body.events div#content > section.events article.event-search .card .card-body .form-group {
            margin-bottom: 15px; } }
        body.events div#content > section.events article.event-search .card .card-body .form-group input,
        body.events div#content > section.events article.event-search .card .card-body .form-group select {
          font-size: 1rem;
          height: 50px;
          width: 100%;
          border-radius: 0;
          -moz-appearance: none;
          -webkit-appearance: none;
          appearance: none;
          border: none;
          outline: none;
          background-color: #EFEFEF;
          color: #674B41;
          position: relative;
          background-image: url("/static/vitalpin/img/caret-brown.svg?300855eccf1c");
          background-position: right 15px center;
          background-repeat: no-repeat; }
          body.events div#content > section.events article.event-search .card .card-body .form-group input:focus, body.events div#content > section.events article.event-search .card .card-body .form-group input:active,
          body.events div#content > section.events article.event-search .card .card-body .form-group select:focus,
          body.events div#content > section.events article.event-search .card .card-body .form-group select:active {
            border: none;
            box-shadow: none;
            outline: none; }
          body.events div#content > section.events article.event-search .card .card-body .form-group input:hover,
          body.events div#content > section.events article.event-search .card .card-body .form-group select:hover {
            cursor: pointer; }
        body.events div#content > section.events article.event-search .card .card-body .form-group input {
          border-radius: 5px 0 0 5px; }
          @media (max-width: 991.98px) {
            body.events div#content > section.events article.event-search .card .card-body .form-group input {
              border-radius: 5px; } }
        body.events div#content > section.events article.event-search .card .card-body .form-group input::placeholder {
          color: #674B41;
          opacity: 1; }
        body.events div#content > section.events article.event-search .card .card-body .form-group input:-ms-input-placeholder,
        body.events div#content > section.events article.event-search .card .card-body .form-group input::-ms-input-placeholder {
          color: #674B41; }
        body.events div#content > section.events article.event-search .card .card-body .form-group.icon {
          position: relative; }
          body.events div#content > section.events article.event-search .card .card-body .form-group.icon:before {
            content: "";
            display: block;
            position: absolute;
            left: 0px;
            top: 10px;
            height: 30px;
            width: 1px;
            background-color: #979797;
            z-index: 5;
            opacity: .35; }
            @media (max-width: 991.98px) {
              body.events div#content > section.events article.event-search .card .card-body .form-group.icon:before {
                display: none; } }
          body.events div#content > section.events article.event-search .card .card-body .form-group.icon:after {
            content: "";
            display: block;
            position: absolute;
            opacity: 1;
            background-color: transparent;
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center; }
        body.events div#content > section.events article.event-search .card .card-body .form-group.cal input, body.events div#content > section.events article.event-search .card .card-body .form-group.cal select {
          padding: 3px 0 0 50px; }
        body.events div#content > section.events article.event-search .card .card-body .form-group.cal:before {
          display: none; }
        body.events div#content > section.events article.event-search .card .card-body .form-group.cal:after {
          left: 16px;
          top: 12px;
          width: 22px;
          height: 22px;
          background-image: url("/static/vitalpin/img/cal.svg?300855eccf1c"); }
        body.events div#content > section.events article.event-search .card .card-body .form-group.pin input, body.events div#content > section.events article.event-search .card .card-body .form-group.pin select {
          padding: 3px 0 0 45px; }
        body.events div#content > section.events article.event-search .card .card-body .form-group.pin:after {
          left: 16px;
          top: 12px;
          width: 18px;
          height: 24px;
          background-image: url("/static/vitalpin/img/pin.svg?300855eccf1c"); }
        body.events div#content > section.events article.event-search .card .card-body .form-group.list input, body.events div#content > section.events article.event-search .card .card-body .form-group.list select {
          padding: 3px 0 0 47px; }
        body.events div#content > section.events article.event-search .card .card-body .form-group.list:after {
          left: 16px;
          top: 15px;
          width: 19px;
          height: 19px;
          background-image: url("/static/vitalpin/img/list.svg?300855eccf1c"); }
        @media (max-width: 991.98px) {
          body.events div#content > section.events article.event-search .card .card-body .form-group select {
            border-radius: 5px; } }
      body.events div#content > section.events article.event-search .card .card-body .btn {
        font-size: 1rem;
        width: 100%;
        border-radius: 0 5px 5px 0;
        height: 50px;
        color: #ffffff;
        line-height: 1;
        font-family: "Brandon Grotesque", Arial, sans-serif;
        padding: 2px 0 0 0; }
        body.events div#content > section.events article.event-search .card .card-body .btn:focus, body.events div#content > section.events article.event-search .card .card-body .btn:active {
          border: none;
          box-shadow: none;
          outline: none; }
        @media (max-width: 991.98px) {
          body.events div#content > section.events article.event-search .card .card-body .btn {
            border-radius: 5px; } }
  body.events div#content > section.events article.events-month {
    padding: 80px 0; }

article.pager {
  padding: 20px 0; }
  article.pager .pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    article.pager .pagination li.page-item {
      text-align: center; }
      article.pager .pagination li.page-item a {
        color: #795549;
        background-color: transparent;
        border-color: #795549;
        text-decoration: none;
        transition: all .35s ease-in-out; }
        article.pager .pagination li.page-item a:focus {
          box-shadow: none; }
      article.pager .pagination li.page-item:hover a, article.pager .pagination li.page-item.active a {
        background-color: #775448;
        color: #ffffff; }

.flatpickr-calendar {
  padding-top: 10px;
  font-family: "Brandon Grotesque", Arial, sans-serif;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15); }
  .flatpickr-calendar .flatpickr-current-month span.cur-month {
    letter-spacing: .75px;
    background-color: transparent !important; }
  .flatpickr-calendar .flatpickr-months .flatpickr-prev-month, .flatpickr-calendar .flatpickr-months .flatpickr-next-month {
    top: 4px; }
  .flatpickr-calendar div.numInputWrapper {
    display: none; }

.insight-teaser {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  height: 470px;
  margin-bottom: 40px;
  /* Für Tablets und größere Geräte */
  /* Für Mobilgeräte */ }
  .insight-teaser .insight-teaser-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0; }
  .insight-teaser .insight-teaser-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between; }
    .insight-teaser .insight-teaser-content .richtext p {
      color: white;
      line-height: 1.1em;
      font-size: 35px; }
  .insight-teaser .insight-teaser-header {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    width: 100%;
    height: 100%; }
  .insight-teaser .insight-teaser-svg {
    margin-top: 30px;
    margin-left: 30px;
    height: 40px;
    z-index: 3; }
  @media (max-width: 991.98px) {
    .insight-teaser .insight-teaser-svg {
      margin-top: 90px;
      margin-left: 10px;
      height: 30px;
      width: auto; }
    .insight-teaser .insight-teaser-badge {
      top: 10px;
      right: 10px; }
    .insight-teaser .insight-teaser-content .richtext p {
      line-height: 1.1em;
      font-size: 30px; }
    .insight-teaser .insight-footer-left {
      margin-left: 20px; }
    .insight-teaser .insight-footer-right {
      margin-right: 20px; } }
  @media (max-width: 767.98px) {
    .insight-teaser .insight-teaser-svg {
      margin-top: 100px;
      margin-left: 10px;
      height: 50px; }
    .insight-teaser .insight-teaser-badge {
      top: 10px;
      right: 10px; }
    .insight-teaser .insight-teaser-content .richtext p {
      line-height: 1.1em;
      font-size: 25px; }
    .insight-teaser .insight-footer-left {
      margin-left: 10px; }
    .insight-teaser .insight-footer-right {
      margin-right: 10px; } }
  .insight-teaser .insight-teaser-badge {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: auto;
    z-index: 1; }
  .insight-teaser .insight-teaser-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 10px; }
  .insight-teaser .insight-footer-left {
    width: 75%;
    margin-left: 30px; }
  .insight-teaser .insight-footer-right {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    margin-right: 40px; }
  .insight-teaser .insight-footer-right a.linkhover {
    text-transform: uppercase;
    text-decoration: none;
    color: #fff; }
  .insight-teaser .insight-footer-right a.linkhover:hover {
    color: #fff; }

body.form div#content > article.member-login {
  height: auto !important; }
  body.form div#content > article.member-login .login-container {
    display: flex; }
  body.form div#content > article.member-login .login-left, body.form div#content > article.member-login .login-right {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%; }
  body.form div#content > article.member-login .login-left {
    height: 100vh;
    background-image: url("/static/vitalpin/img/stencil-icons/image-login.png?6ce0f709b07c");
    background-size: cover;
    background-position: center; }
  body.form div#content > article.member-login .content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    height: 100%;
    padding: 10%; }
  body.form div#content > article.member-login .vitalinsights-logo {
    margin-top: 250px;
    margin-bottom: 20px; }
  body.form div#content > article.member-login .insight-teaser-title {
    margin-top: 200px; }
  body.form div#content > article.member-login .insight-teaser-title p {
    font-size: 16px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    font-family: 'Brandon Grotesque'; }
  body.form div#content > article.member-login .insight-teaser-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    width: 100%;
    margin-top: 40px; }
  body.form div#content > article.member-login .vertical-line {
    width: 1px;
    height: 70px;
    background-color: #587882;
    margin: 0 15px; }
  body.form div#content > article.member-login .insight-footer-left,
  body.form div#content > article.member-login .insight-footer-middle,
  body.form div#content > article.member-login .insight-footer-right {
    flex: 1;
    text-align: center;
    color: white; }
  body.form div#content > article.member-login .login-body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    padding: 20%; }
  body.form div#content > article.member-login .btn-rounded {
    border-radius: 20px;
    color: white;
    margin-bottom: 20px; }
  body.form div#content > article.member-login .link-text {
    font-size: 14px; }
  body.form div#content > article.member-login .custom-hr {
    color: #D6CCC8;
    margin-top: 50px; }
  body.form div#content > article.member-login .member hr {
    border: 0;
    border-top: 1px solid #ccc;
    margin: 20px 0; }
  body.form div#content > article.member-login .member h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px; }
  body.form div#content > article.member-login .member p {
    font-size: 14px;
    color: #674B41;
    margin-bottom: 20px; }
  @media (min-width: 768px) and (max-width: 1024px) {
    body.form div#content > article.member-login .vitalinsights-logo {
      padding-top: 200px;
      margin-bottom: 20px; }
    body.form div#content > article.member-login .insight-teaser-title {
      margin-top: 200px; }
    body.form div#content > article.member-login .insight-teaser-footer {
      margin-top: 100px; }
    body.form div#content > article.member-login .vertical-line {
      height: 140px; }
    body.form div#content > article.member-login .login-body {
      padding: 15%;
      margin-top: 300px; } }
  @media (max-width: 767.98px) {
    body.form div#content > article.member-login .login-container {
      flex-direction: column; }
    body.form div#content > article.member-login .login-left, body.form div#content > article.member-login .login-right {
      height: auto; }
    body.form div#content > article.member-login .login-left {
      order: 1;
      height: 20vh;
      background-position: center top; }
    body.form div#content > article.member-login .login-right {
      order: 2; }
    body.form div#content > article.member-login .content-wrapper {
      padding: 5%; }
    body.form div#content > article.member-login .vitalinsights-logo {
      margin-top: 50px; }
      body.form div#content > article.member-login .vitalinsights-logo img {
        width: 150px;
        height: auto; }
    body.form div#content > article.member-login .insight-teaser-title {
      margin-top: 20px; }
      body.form div#content > article.member-login .insight-teaser-title p {
        font-size: 12px;
        padding: 0px 70px 0px 70px; }
    body.form div#content > article.member-login .insight-teaser-footer {
      display: none; }
    body.form div#content > article.member-login .login-body {
      padding: 15%;
      margin-bottom: 30px; } }
