.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);
    }
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(../css/files/owl.video.play.4a37f8008959c75f619bf0a3a4e2d7a2.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important; 
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

/*!
 * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */

.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker-rtl {
  direction: rtl;
}
.datepicker-rtl.dropdown-menu {
  left: auto;
}
.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eee;
}
.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}
.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333333;
  font-size: 13px;
  line-height: 20px;
}
.datepicker.dropdown-menu th,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.datepicker-inline td {
  padding: 4px 5px;
}
/*# sourceMappingURL=bootstrap-datepicker.standalone.css.map */
@charset "UTF-8";
/* // SIZES
// $font-size-base
// $font-family-base
// $font-weight-base

// $sizes: ();
*/
/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
: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: #c48658;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f1f1f2;
  --dark: #231f20;
  --light-primary: rgba(196, 134, 88, 0.15);
  --light-primary2: #e5b7a2;
  --gray: #8a8d8f;
  --light-gray: #f1f1f2;
  --light-gray2: #b9bbbc;
  --white-transparent: rgba(255, 255, 255, 0.75);
  --white: #ffffff;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1500px;
  --breakpoint-4k: 2000px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

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

 footer, nav, section {
  display: block; }

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

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

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

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

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

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

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

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

b,
strong {
  font-weight: bolder; }

small, .carousel-input .form-group .help-block {
  font-size: 80%; }


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

sup {
  top: -.5em; }

a {
  color: #c48658;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #996036;
    text-decoration: underline; }

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

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

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

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

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

table {
  border-collapse: collapse; }

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

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button {
  text-transform: none; }

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

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

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

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


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

textarea {
  overflow: auto;
  resize: vertical; }

[hidden] {
  display: none !important; }

h1, h2, h3, .box-title h2, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

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

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

h3, .box-title h2, .h3 {
  font-size: 1.75rem; }

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

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

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

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

small, .carousel-input .form-group .help-block,
.small {
  font-size: 80%;
  font-weight: 400; }

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

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

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

.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: 1500px) {
  .container {
    max-width: 1440px; } }

@media (min-width: 2000px) {
  .container {
    max-width: 1940px; } }

.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-6, .col, .col-sm-6, .col-md-2, .col-md-3, .col-md-6, .col-md-7, .col-md-10, .col-md-12, .col-lg-3, .col-lg-5, .col-lg-6, .col-lg-8, .col-lg-10, .col-xl-3, .col-xl-4, .col-xl-7, .col-xl-8, .col-xxl-7 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

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

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

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

@media (min-width: 576px) {
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; } }

@media (min-width: 768px) {
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.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-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 992px) {
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .offset-lg-1 {
    margin-left: 8.33333%; } }

@media (min-width: 1200px) {
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; } }

@media (min-width: 1500px) {
  .col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #231f20; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }

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

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

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

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  color: #231f20;
  background-color: rgba(0, 0, 0, 0.075); }

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

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

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

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

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

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

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

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

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

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

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

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

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

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

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

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

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

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

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

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

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

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

.table-hover .table-dark:hover {
  background-color: #b4b3b4; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b4b3b4; }

.table-light-primary,
.table-light-primary > th,
.table-light-primary > td {
  background-color: rgba(253, 251, 250, 0.762); }

.table-light-primary th,
.table-light-primary td,
.table-light-primary thead th,
.table-light-primary tbody + tbody {
  border-color: rgba(250, 245, 242, 0.558); }

.table-hover .table-light-primary:hover {
  background-color: rgba(246, 236, 232, 0.762); }
  .table-hover .table-light-primary:hover > td,
  .table-hover .table-light-primary:hover > th {
    background-color: rgba(246, 236, 232, 0.762); }

.table-light-primary2,
.table-light-primary2 > th,
.table-light-primary2 > td {
  background-color: #f8ebe5; }

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

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

.table-gray,
.table-gray > th,
.table-gray > td {
  background-color: #dedfe0; }

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

.table-hover .table-gray:hover {
  background-color: #d1d2d4; }
  .table-hover .table-gray:hover > td,
  .table-hover .table-gray:hover > th {
    background-color: #d1d2d4; }

.table-light-gray,
.table-light-gray > th,
.table-light-gray > td {
  background-color: #fbfbfb; }

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

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

.table-light-gray2,
.table-light-gray2 > th,
.table-light-gray2 > td {
  background-color: #ebecec; }

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

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

.table-white-transparent,
.table-white-transparent > th,
.table-white-transparent > td {
  background-color: rgba(255, 255, 255, 0.93); }

.table-white-transparent th,
.table-white-transparent td,
.table-white-transparent thead th,
.table-white-transparent tbody + tbody {
  border-color: rgba(255, 255, 255, 0.87); }

.table-hover .table-white-transparent:hover {
  background-color: rgba(242, 242, 242, 0.93); }
  .table-hover .table-white-transparent:hover > td,
  .table-hover .table-white-transparent:hover > th {
    background-color: rgba(242, 242, 242, 0.93); }

.table-white,
.table-white > th,
.table-white > td {
  background-color: white; }

.table-white th,
.table-white td,
.table-white thead th,
.table-white tbody + tbody {
  border-color: white; }

.table-hover .table-white:hover {
  background-color: #f2f2f2; }
  .table-hover .table-white:hover > td,
  .table-hover .table-white:hover > th {
    background-color: #f2f2f2; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

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

.table .thead-dark th {
  color: #ffffff;
  background-color: #343a40;
  border-color: #454d55; }

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

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

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

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }
  .form-control:focus {
    color: #495057;
    background-color: #ffffff;
    border-color: #e5cab6;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(196, 134, 88, 0.25); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled {
    background-color: #e9ecef;
    opacity: 1; }

input[type="date"].form-control,
input[type="time"].form-control {
  appearance: none; }

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

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

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

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

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

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

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

textarea.form-control {
  height: auto; }

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

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

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

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

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

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

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

.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 .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn, .tag {
  display: inline-block;
  font-weight: 400;
  color: #231f20;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn, .tag {
      transition: none; } }
  .btn:hover, .tag:hover {
    color: #231f20;
    text-decoration: none; }
  .btn:focus, .tag:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(196, 134, 88, 0.25); }
  .btn.disabled, .disabled.tag, .btn:disabled, .tag:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled), .tag:not(:disabled):not(.disabled) {
    cursor: pointer; }

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

.btn-primary {
  color: #ffffff;
  background-color: #c48658;
  border-color: #c48658; }
  .btn-primary:hover {
    color: #ffffff;
    background-color: #b67240;
    border-color: #ac6c3d; }
  .btn-primary:focus {
    color: #ffffff;
    background-color: #b67240;
    border-color: #ac6c3d;
    box-shadow: 0 0 0 0.2rem rgba(205, 152, 113, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #ffffff;
    background-color: #c48658;
    border-color: #c48658; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #ac6c3d;
    border-color: #a36639; }
    .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(205, 152, 113, 0.5); }

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

.btn-info {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #ffffff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus {
    color: #ffffff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #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 {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #ffffff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus {
    color: #ffffff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #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-gray {
  color: #ffffff;
  background-color: #8a8d8f;
  border-color: #8a8d8f; }
  .btn-gray:hover {
    color: #ffffff;
    background-color: #777a7c;
    border-color: #707476; }
  .btn-gray:focus {
    color: #ffffff;
    background-color: #777a7c;
    border-color: #707476;
    box-shadow: 0 0 0 0.2rem rgba(156, 158, 160, 0.5); }
  .btn-gray.disabled, .btn-gray:disabled {
    color: #ffffff;
    background-color: #8a8d8f;
    border-color: #8a8d8f; }
  .btn-gray:not(:disabled):not(.disabled):active, .btn-gray:not(:disabled):not(.disabled).active,
  .show > .btn-gray.dropdown-toggle {
    color: #ffffff;
    background-color: #707476;
    border-color: #6a6d6f; }
    .btn-gray:not(:disabled):not(.disabled):active:focus, .btn-gray:not(:disabled):not(.disabled).active:focus,
    .show > .btn-gray.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(156, 158, 160, 0.5); }

.btn-light-gray2 {
  color: #212529;
  background-color: #b9bbbc;
  border-color: #b9bbbc; }
  .btn-light-gray2:hover {
    color: #212529;
    background-color: #a5a8a9;
    border-color: #9fa2a3; }
  .btn-light-gray2:focus {
    color: #212529;
    background-color: #a5a8a9;
    border-color: #9fa2a3;
    box-shadow: 0 0 0 0.2rem rgba(162, 165, 166, 0.5); }
  .btn-light-gray2.disabled, .btn-light-gray2:disabled {
    color: #212529;
    background-color: #b9bbbc;
    border-color: #b9bbbc; }
  .btn-light-gray2:not(:disabled):not(.disabled):active, .btn-light-gray2:not(:disabled):not(.disabled).active,
  .show > .btn-light-gray2.dropdown-toggle {
    color: #212529;
    background-color: #9fa2a3;
    border-color: #989b9d; }
    .btn-light-gray2:not(:disabled):not(.disabled):active:focus, .btn-light-gray2:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light-gray2.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(162, 165, 166, 0.5); }

.btn-white-transparent {
  color: #212529;
  background-color: rgba(255, 255, 255, 0.75);
  border-color: rgba(255, 255, 255, 0.75); }
  .btn-white-transparent:hover {
    color: #212529;
    background-color: rgba(236, 236, 236, 0.75);
    border-color: rgba(230, 230, 230, 0.75); }
  .btn-white-transparent:focus {
    color: #212529;
    background-color: rgba(236, 236, 236, 0.75);
    border-color: rgba(230, 230, 230, 0.75);
    box-shadow: 0 0 0 0.2rem rgba(205, 205, 206, 0.5); }
  .btn-white-transparent.disabled, .btn-white-transparent:disabled {
    color: #212529;
    background-color: rgba(255, 255, 255, 0.75);
    border-color: rgba(255, 255, 255, 0.75); }
  .btn-white-transparent:not(:disabled):not(.disabled):active, .btn-white-transparent:not(:disabled):not(.disabled).active,
  .show > .btn-white-transparent.dropdown-toggle {
    color: #212529;
    background-color: rgba(230, 230, 230, 0.75);
    border-color: rgba(223, 223, 223, 0.75); }
    .btn-white-transparent:not(:disabled):not(.disabled):active:focus, .btn-white-transparent:not(:disabled):not(.disabled).active:focus,
    .show > .btn-white-transparent.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(205, 205, 206, 0.5); }

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

.btn-outline-primary {
  color: #c48658;
  border-color: #c48658; }
  .btn-outline-primary:hover {
    color: #ffffff;
    background-color: #c48658;
    border-color: #c48658; }
  .btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(196, 134, 88, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #c48658;
    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: #ffffff;
    background-color: #c48658;
    border-color: #c48658; }
    .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(196, 134, 88, 0.5); }

.btn-outline-gray {
  color: #8a8d8f;
  border-color: #8a8d8f; }
  .btn-outline-gray:hover {
    color: #ffffff;
    background-color: #8a8d8f;
    border-color: #8a8d8f; }
  .btn-outline-gray:focus {
    box-shadow: 0 0 0 0.2rem rgba(138, 141, 143, 0.5); }
  .btn-outline-gray.disabled, .btn-outline-gray:disabled {
    color: #8a8d8f;
    background-color: transparent; }
  .btn-outline-gray:not(:disabled):not(.disabled):active, .btn-outline-gray:not(:disabled):not(.disabled).active,
  .show > .btn-outline-gray.dropdown-toggle {
    color: #ffffff;
    background-color: #8a8d8f;
    border-color: #8a8d8f; }
    .btn-outline-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-gray:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-gray.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(138, 141, 143, 0.5); }

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

.btn-link {
  font-weight: 400;
  color: #c48658;
  text-decoration: none; }
  .btn-link:hover {
    color: #996036;
    text-decoration: underline; }
  .btn-link:focus {
    text-decoration: underline; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

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

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

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

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

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

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

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

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

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

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

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .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;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }
  .modal-footer > * {
    margin: 0.25rem; }

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

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

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

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

.carousel {
  position: relative; }

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

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

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

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

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

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

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

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

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

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e"); }

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

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

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

.bg-light-primary {
  background-color: rgba(196, 134, 88, 0.15) !important; }

a.bg-light-primary:hover, a.bg-light-primary:focus,
button.bg-light-primary:hover,
button.bg-light-primary:focus {
  background-color: rgba(172, 108, 61, 0.15) !important; }

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

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

.bg-white-transparent {
  background-color: rgba(255, 255, 255, 0.75) !important; }

a.bg-white-transparent:hover, a.bg-white-transparent:focus,
button.bg-white-transparent:hover,
button.bg-white-transparent:focus {
  background-color: rgba(230, 230, 230, 0.75) !important; }

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

.border-gray {
  border-color: #8a8d8f !important; }

.border-white-transparent {
  border-color: rgba(255, 255, 255, 0.75) !important; }

.d-none {
  display: none !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; }

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

@media (min-width: 768px) {
  .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; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !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; } }

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

@media (min-width: 1500px) {
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; } }

@media (min-width: 2000px) {
  .d-4k-table {
    display: table !important; }
  .d-4k-table-row {
    display: table-row !important; }
  .d-4k-table-cell {
    display: table-cell !important; } }

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

@media (min-width: 1500px) {
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-stretch {
    align-self: stretch !important; } }

@media (min-width: 2000px) {
  .align-items-4k-stretch {
    align-items: stretch !important; }
  .align-content-4k-stretch {
    align-content: stretch !important; }
  .align-self-4k-stretch {
    align-self: stretch !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-min-gutter {
  margin-top: 7.5px !important; }

.mb-min-gutter {
  margin-bottom: 7.5px !important; }

.mb-gutter {
  margin-bottom: 30px !important; }

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

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

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

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

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


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

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

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


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

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


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


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

@media (min-width: 768px) {
  .pt-md-5 {
    padding-top: 3rem !important; } }

@media (min-width: 992px) {
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mt-lg-6 {
    margin-top: 5rem !important; } }

@media (min-width: 1200px) {
  .mb-xl-5 {
    margin-bottom: 3rem !important; }
  .pr-xl-5 {
    padding-right: 3rem !important; } }

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

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

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

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

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

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

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

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

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

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

a.text-light-primary2:hover, a.text-light-primary2:focus {
  color: #d48966 !important; }

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

a.text-gray:hover, a.text-gray:focus {
  color: #646768 !important; }

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

a.text-white-transparent:hover, a.text-white-transparent:focus {
  color: rgba(217, 217, 217, 0.75) !important; }

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

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

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

.visible {
  visibility: visible !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn):not(.tag) {
    text-decoration: underline; }
  pre {
    white-space: pre-wrap !important; }
  pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2, h3, .box-title h2 {
    orphans: 3;
    widows: 3; }
  h2, h3, .box-title h2 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .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; } }

/* ANIMATE.CSS */
/* Exemple d'import d'une animation */
/* VARIABLES */
/* SECTIONS */
/* SECTION MARGIN */
/* IMG ZOOM */
/* PLACEHOLDER */
/* IE FIX */
/* COLOR HOVER FOR BOOTSTRAP COLORS */
/* COMPONENTS
A décommenter si vous utilisez les classes */
/* SECTIONS */
.section {
  padding: 80px 0; }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .section {
      padding: 60px 0; } }
  @media (max-width: 991.98px) {
    .section {
      padding: 30px 0; } }

.section-bottom {
  padding: 0 0 80px; }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .section-bottom {
      padding: 0 0 60px; } }
  @media (max-width: 991.98px) {
    .section-bottom {
      padding: 0 0 30px; } }

.section-top {
  padding: 80px 0 0; }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .section-top {
      padding: 60px 0 0; } }
  @media (max-width: 991.98px) {
    .section-top {
      padding: 30px 0 0; } }

/* SECTIONS MARGIN */

/* IMG ZOOM */

.has-error .control-label {
  color: #dc3545; }

.has-error .form-control {
  border-color: #dc3545; }

.help-block {
  color: #dc3545;
  list-style-type: none;
  padding: 4px 0 0; }

@font-face {
  font-family: 'noppius-font';
  src: url(../css/files/noppius-font.d3eda5b6e2c9a62f739f51171f47b422.eot);
  src: url(../css/files/noppius-font.d3eda5b6e2c9a62f739f51171f47b422.eot#iefix) format("embedded-opentype"), url(../css/files/noppius-font.e9b7b4deb384c2df3f37dbfb136a77d2.woff2) format("woff2"), url(../css/files/noppius-font.6527916472df2a4204d2e86805d09d65.ttf) format("truetype"), url(../css/files/noppius-font.7479473e1f4e24ef22037bc0f7cb6495.woff) format("woff"), url(../css/files/noppius-font.7c50dc995d2005b8ea62dcbb8ddb9c14.svg#noppius-font) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="noppius-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'noppius-font' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.noppius-icon-courtesy:before {
  content: "\E9CE"; }

.noppius-icon-infrared:before {
  content: "\E9CF"; }

.noppius-icon-mirror:before {
  content: "\E9D0"; }

.noppius-icon-pole-dance:before {
  content: "\E9D1"; }

.noppius-icon-room-fire:before {
  content: "\E9D2"; }

.noppius-icon-sauna:before {
  content: "\E9D3"; }

.noppius-icon-sofa:before {
  content: "\E9D4"; }

.noppius-icon-terrace:before {
  content: "\E9D5"; }

.noppius-icon-arrow-left:before {
  content: "\E9B7"; }

.noppius-icon-arrow-right:before {
  content: "\E9B8"; }

.noppius-icon-balneo:before {
  content: "\E9B9"; }

.noppius-icon-bed:before {
  content: "\E9BA"; }

.noppius-icon-calendar:before {
  content: "\E9BB"; }

.noppius-icon-chevron-down:before {
  content: "\E9C1"; }

.noppius-icon-chevron-left:before {
  content: "\E9C2"; }

.noppius-icon-chevron-right:before {
  content: "\E9C3"; }

.noppius-icon-chevron-up:before {
  content: "\E9C4"; }

.noppius-icon-envelope:before {
  content: "\E9C5"; }

.noppius-icon-fireplace:before {
  content: "\E9C6"; }

.noppius-icon-gastronomy:before {
  content: "\E9C7"; }

.noppius-icon-gift:before {
  content: "\E9C8"; }

.noppius-icon-logo:before {
  content: "\E9C9"; }

.noppius-icon-moon:before {
  content: "\E9CA"; }

.noppius-icon-romantic:before {
  content: "\E9CB"; }

.noppius-icon-shower:before {
  content: "\E9CC"; }

.noppius-icon-sun:before {
  content: "\E9CD"; }

.noppius-icon-table:before {
  content: "\E9BC"; }

.noppius-icon-tea:before {
  content: "\E9BD"; }

.noppius-icon-telephone1:before {
  content: "\E9BE"; }

.noppius-icon-television:before {
  content: "\E9BF"; }

.noppius-icon-two:before {
  content: "\E9C0"; }

.noppius-icon-bibliotheque:before {
  content: "\E900"; }

@font-face {
  font-family: 'Avenir';
  src: url(../css/files/Avenir-Light.dec0f240333c0b04b5b18e27e81c9521.eot);
  src: url(../css/files/Avenir-Light.dec0f240333c0b04b5b18e27e81c9521.eot?#iefix) format("embedded-opentype"), url(../css/files/Avenir-Light.32cad0eec80eb6f5c2c23d048a259c47.woff2) format("woff2"), url(../css/files/Avenir-Light.cf3a691529bb54426a461cb1b099aeec.woff) format("woff"), url(../css/files/Avenir-Light.57eddf83ac7f9637303980467b4ac831.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Avenir';
  src: url(../css/files/Avenir-Heavy.38d43f465e6509235e8d48df2907fdd0.eot);
  src: url(../css/files/Avenir-Heavy.38d43f465e6509235e8d48df2907fdd0.eot?#iefix) format("embedded-opentype"), url(../css/files/Avenir-Heavy.a2787a905081c7dc90a73e01ea340d52.woff2) format("woff2"), url(../css/files/Avenir-Heavy.1d06192af70ebe887cdf10abef21ad22.woff) format("woff"), url(../css/files/Avenir-Heavy.63360c9effce289e6723cc4bc467a6ca.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'AnticDidone';
  src: url(../css/files/AnticDidone-Regular.75538159edcb9a6110199b73b6baabfc.eot);
  src: url(../css/files/AnticDidone-Regular.75538159edcb9a6110199b73b6baabfc.eot?#iefix) format("embedded-opentype"), url(../css/files/AnticDidone-Regular.6a5f02d6f6f7003dd284cf6a26505461.woff2) format("woff2"), url(../css/files/AnticDidone-Regular.b3ffe5ded6653d18ee2fe9829e88572f.woff) format("woff"), url(../css/files/AnticDidone-Regular.f2e5d0fbe6751c08f298e7b01d6f4d64.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Lora';
  src: url(../css/files/Lora-Regular.cdd6b0bc793e0182866825791728ad23.eot);
  src: url(../css/files/Lora-Regular.cdd6b0bc793e0182866825791728ad23.eot?#iefix) format("embedded-opentype"), url(../css/files/Lora-Regular.62c9696667443ee13c31695607bc9cd9.woff2) format("woff2"), url(../css/files/Lora-Regular.1caccfd98d892c6f49b448d8b625ed32.woff) format("woff"), url(../css/files/Lora-Regular.9d79d984e265cbfb4dc0f3dbf0f269d0.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Lora';
  src: url(../css/files/Lora-Bold.520dca3a8fcbf7b6afcca490c4082b75.eot);
  src: url(../css/files/Lora-Bold.520dca3a8fcbf7b6afcca490c4082b75.eot?#iefix) format("embedded-opentype"), url(../css/files/Lora-Bold.d404446a7e7ffac3234cd130222f7486.woff2) format("woff2"), url(../css/files/Lora-Bold.3c5452ecdb6059604f649b847bf28e46.woff) format("woff"), url(../css/files/Lora-Bold.21ed2e3dec3ff37812afbfc186227f46.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

/*
@font-face {
  font-family: 'Lora';
  src: url('../fonts/Lora/Lora-Italic.eot');
  src: url('../fonts/Lora/Lora-Italic.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Lora/Lora-Italic.woff2') format('woff2'),
  url('../fonts/Lora/Lora-Italic.woff') format('woff'),
  url('../fonts/Lora/Lora-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Lora';
  src: url('../fonts/Lora/Lora-BoldItalic.eot');
  src: url('../fonts/Lora/Lora-BoldItalic.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Lora/Lora-BoldItalic.woff2') format('woff2'),
  url('../fonts/Lora/Lora-BoldItalic.woff') format('woff'),
  url('../fonts/Lora/Lora-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
*/
.wad-banner-cookie {
  bottom: 1rem;
  left: 1rem;
  background-color: #f1f1f2;
  color: #231f20;
  z-index: 1000;
  padding: 1rem;
  position: fixed;
  width: 300px; }
  @media (max-width: 767.98px) {
    .wad-banner-cookie {
      width: inherit;
      right: 10px; } }
  .wad-banner-cookie .link-more-cookie {
    color: #c48658; }

.wad-banner-do-not-track {
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #f1f1f2;
  z-index: 1000;
  padding: 1rem;
  position: fixed;
  color: #231f20; }

.navbar {
  padding: 4rem 0; }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .navbar {
      padding-top: 3rem;
      padding-bottom: 3rem; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .navbar {
      padding-top: 1rem;
      padding-bottom: 1rem; } }
  @media (max-width: 767.98px) {
    .navbar {
      padding-top: .5rem;
      padding-bottom: .5rem; } }
  .navbar .container {
    padding-left: 15px;
    padding-right: 15px; }
  .navbar .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 200px; }
    @media (max-width: 1499.98px) {
      .navbar .navbar-brand {
        width: 150px; } }
    @media (max-width: 991.98px) {
      .navbar .navbar-brand {
        position: relative;
        left: auto;
        top: auto;
        transform: none; } }
    @media (max-width: 767.98px) {
      .navbar .navbar-brand {
        width: 100px; } }
  .navbar .navbar-toggler {
    border: 0;
    color: #231f20;
    font-size: 1.5rem; }
  .navbar .navbar-nav {
    width: 100%; }
    @media (max-width: 991.98px) {
      .navbar .navbar-nav {
        padding: 1rem 0; } }
    .navbar .navbar-nav .nav-item .nav-link {
      color: #231f20;
      text-transform: uppercase;
      letter-spacing: 2px;
      position: relative;
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 992px) and (max-width: 1199.98px) {
        .navbar .navbar-nav .nav-item .nav-link {
          font-size: 12px; } }
      .navbar .navbar-nav .nav-item .nav-link:before {
        content: "";
        transition: width .5s ease-in-out;
        position: absolute;
        top: 0;
        height: 1px;
        width: 0;
        background-color: #c48658; }
      @media (max-width: 991.98px) {
        .navbar .navbar-nav .nav-item .nav-link:hover {
          color: #c48658; } }
      @media (min-width: 992px) {
        .navbar .navbar-nav .nav-item .nav-link:hover:before {
          width: 100%; } }
    @media (max-width: 991.98px) {
      .navbar .navbar-nav .nav-item.active .nav-link {
        color: #c48658; } }
    @media (min-width: 992px) {
      .navbar .navbar-nav .nav-item.active .nav-link:before {
        width: 100%; } }
    @media (min-width: 992px) {
      .navbar .navbar-nav .nav-item.nav-left {
        margin-left: 5rem; } }
  @media (min-width: 992px) and (min-width: 1200px) and (max-width: 1499.98px) {
    .navbar .navbar-nav .nav-item.nav-left {
      margin-left: 2.5rem; } }
  @media (min-width: 992px) and (min-width: 992px) and (max-width: 1199.98px) {
    .navbar .navbar-nav .nav-item.nav-left {
      margin-left: 1.5rem; } }
    @media (min-width: 992px) {
      .navbar .navbar-nav .nav-item.nav-right {
        margin-right: 5rem; } }
  @media (min-width: 992px) and (min-width: 1200px) and (max-width: 1499.98px) {
    .navbar .navbar-nav .nav-item.nav-right {
      margin-right: 2.5rem; } }
  @media (min-width: 992px) and (min-width: 992px) and (max-width: 1199.98px) {
    .navbar .navbar-nav .nav-item.nav-right {
      margin-right: 1.5rem; } }
    @media (min-width: 992px) {
      .navbar .navbar-nav .nav-item:first-child {
        margin-left: 0; }
      .navbar .navbar-nav .nav-item:last-child {
        margin-right: 0; } }
  .navbar .lang-container {
    margin-left: auto;
    margin-right: 1rem; }
    @media (min-width: 992px) {
      .navbar .lang-container {
        display: none; } }
    .navbar .lang-container .list-lang li {
      margin-right: 0; }
      .navbar .lang-container .list-lang li a {
        width: 22.5px;
        height: 22.5px;
        font-size: 9px; }
    @media (max-width: 991.98px) {
      .navbar .lang-container .list-lang {
        margin-top: -2px; } }
  @media (max-width: 991.98px) {
    .navbar.footernav {
      display: none !important; } }
  .navbar.footernav .navbar-nav {
    display: flex;
    justify-content: space-between; }
  .navbar.footernav .nav-item {
    margin: 0 !important; }

@media (min-width: 992px) {
  .ml-auto-nav {
    margin-left: auto; } }

footer {
  padding: 80px 0;
  text-align: center;
  background-color: #f1f1f2; }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    footer {
      padding: 60px 0; } }
  @media (max-width: 991.98px) {
    footer {
      padding: 30px 0; } }
  footer .footer-logo {
    width: 200px; }
  footer .footer-payment {
    width: 200px; }
  footer hr {
    max-width: 300px;
    margin-top: 3rem;
    margin-bottom: 3rem; }

body {
  font-family: 'Avenir';
  font-weight: 300; }

h1, .h1, h2, .h2, h3, .box-title h2, .h3 {
  font-family: 'AnticDidone';
  font-size: 42px;
  margin-bottom: 1.5rem; }
  @media (max-width: 991.98px) {
    h1, .h1, h2, .h2, h3, .box-title h2, .h3 {
      font-size: 30px; } }

h3, .box-title h2, .h3 {
  font-size: 27px;
  margin-bottom: 1rem; }
  @media (max-width: 991.98px) {
    h3, .box-title h2, .h3 {
      font-size: 20px; } }

p {
  line-height: 28px; }
  p.lead {
    line-height: 18px; }

strong {
  font-weight: 600; }

.lead {
  letter-spacing: 2px;
  font-size: 13px;
  text-transform: uppercase; }
  .lead.lead-big, .lead .lead-big {
    font-size: 16px; }

.arrow-left, .arrow-right {
  font-size: 20px; }

.btn, .tag {
  letter-spacing: 2px;
  border-radius: 0;
  font-size: 13px;
  text-transform: uppercase;
  padding: 0.5rem 1.5rem; }
  .btn .icon-left, .tag .icon-left {
    font-size: 25px; }
    @media (max-width: 991.98px) {
      .btn .icon-left, .tag .icon-left {
        font-size: 20px; } }
  .btn .big-icon, .tag .big-icon {
    font-size: 35px; }
    @media (max-width: 991.98px) {
      .btn .big-icon, .tag .big-icon {
        font-size: 30px; } }
  .btn .icon-left, .tag .icon-left {
    margin-right: 1rem; }
  .btn .arrow-left, .tag .arrow-left {
    margin-right: 1rem; }
  .btn .arrow-right, .tag .arrow-right {
    margin-left: 1rem; }
  .btn .chevron-right, .tag .chevron-right {
    font-size: 12px;
    margin-left: 1rem; }
  .btn .chevron-down, .tag .chevron-down {
    font-size: 12px; }
  .btn.btn-lg, .btn-lg.tag {
    padding: 1.5rem 1.5rem; }
  .btn .btn-flex, .tag .btn-flex {
    display: flex;
    align-items: center; }
  .btn.btn-rectangle, .btn-rectangle.tag {
    min-height: 88px;
    display: flex;
    align-items: center; }
    @media (max-width: 767.98px) {
      .btn.btn-rectangle, .btn-rectangle.tag {
        min-height: 82px; } }
  .btn.btn-link, .btn-link.tag {
    text-decoration: none;
    box-shadow: none; }
  .btn.btn-down, .btn-down.tag {
    padding: 0.5rem 3rem 0.5rem !important; }
  .btn.btn-y-50, .btn-y-50.tag {
    transform: translateY(50%); }
    @media (max-width: 767.98px) {
      .btn.btn-y-50, .btn-y-50.tag {
        transform: none;
        margin: 15px 0; } }

.btn-primary, .btn-light-gray2 {
  color: white !important; }

.btn-outline-primary:hover {
  color: white !important; }

.btn-outline-primary {
  background-color: white; }
  .btn-outline-primary:hover {
    background-color: #c48658; }

.btn-outline-gray {
  background-color: white; }
  .btn-outline-gray:hover {
    background-color: #8a8d8f; }

.btn-outline-white-transparent {
  background-color: white; }
  .btn-outline-white-transparent:hover {
    background-color: rgba(255, 255, 255, 0.75); }

.tag {
  cursor: inherit !important;
  padding: 0 1rem;
  width: 100%;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .tag.tag-outline-primary {
    border-color: #c48658 !important;
    color: #ffffff; }
  .tag.tag-outline-white-transparent {
    border-color: rgba(255, 255, 255, 0.75) !important;
    color: #ffffff; }

.container.separator-left, .container.separator-right {
  position: relative;
  min-height: 1px; }
  .container.separator-left:before, .container.separator-right:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100vw;
    height: 1px;
    background-color: #8a8d8f;
    z-index: 1; }

.container.separator-left:before {
  right: 15px; }

.container.separator-right:before {
  left: 15px; }

.separator-container {
  position: relative;
  overflow: hidden; }

.lh-normal {
  line-height: 1.5; }

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

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

.text-decoration-underline {
  text-decoration: underline; }

.letter-spacing {
  letter-spacing: 2px; }

.container-absolute {
  position: absolute;
  left: 0;
  width: 1300px;
  top: 0;
  bottom: 0; }
  @media (max-width: 991.98px) {
    .container-absolute {
      position: relative;
      width: auto;
      top: auto;
      bottom: auto;
      left: auto; } }

.list-lang {
  margin-bottom: 0; }
  .list-lang a {
    letter-spacing: 2px;
    font-size: 13px;
    background-color: #f1f1f2;
    width: 27.5px;
    height: 27.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase; }
    .list-lang a.active {
      color: #231f20;
      background-color: #dddde0; }
  @media (max-width: 1499.98px) {
    .list-lang li {
      margin-right: 0; }
      .list-lang li a {
        width: 22.5px;
        height: 22.5px;
        font-size: 9px; } }

.section-btn-sticky {
  position: absolute;
  left: 100%;
  top: 0;
  width: 250px !important;
  z-index: 3;
  transform: translateX(-125px); }
  @media (max-width: 1499.98px) {
    .section-btn-sticky {
      width: 185px !important;
      transform: translateX(-75px); } }
  @media (max-width: 1199.98px) {
    .section-btn-sticky {
      width: 150px !important; } }
  @media (max-width: 991.98px) {
    .section-btn-sticky {
      position: fixed;
      left: auto;
      top: 122.5px;
      right: 0;
      transform: none;
      width: auto !important; } }
  @media (max-width: 767.98px) {
    .section-btn-sticky {
      top: 82.5px; } }
  .section-btn-sticky .ul-btns li {
    margin-bottom: 7.5px; }
    .section-btn-sticky .ul-btns li:last-child {
      margin-bottom: 0; }
    .section-btn-sticky .ul-btns li .btn, .section-btn-sticky .ul-btns li .tag {
      position: relative;
      border: 0;
      width: 400px; }
      @media (min-width: 2000px) {
        .section-btn-sticky .ul-btns li .btn, .section-btn-sticky .ul-btns li .tag {
          width: 500px; } }
      @media (max-width: 991.98px) {
        .section-btn-sticky .ul-btns li .btn, .section-btn-sticky .ul-btns li .tag {
          width: auto;
          padding: 10px !important; } }
      .section-btn-sticky .ul-btns li .btn.btn-rectangle, .section-btn-sticky .ul-btns li .btn-rectangle.tag {
        transition: all .25s ease-in-out; }
        @media (max-width: 991.98px) {
          .section-btn-sticky .ul-btns li .btn.btn-rectangle, .section-btn-sticky .ul-btns li .btn-rectangle.tag {
            min-height: auto; } }
      @media (max-width: 991.98px) {
        .section-btn-sticky .ul-btns li .btn .icon-left, .section-btn-sticky .ul-btns li .tag .icon-left {
          margin-right: 0; } }
      @media (max-width: 991.98px) {
        .section-btn-sticky .ul-btns li .btn .btn-text, .section-btn-sticky .ul-btns li .tag .btn-text {
          display: none; } }
  .section-btn-sticky .half-container {
    width: 50%;
    display: flex;
    margin-left: auto;
    justify-content: center; }
  .section-btn-sticky .lang-container {
    justify-content: flex-end;
    margin-bottom: 3rem; }
    @media (max-width: 991.98px) {
      .section-btn-sticky .lang-container {
        display: none; } }
  @media (max-width: 991.98px) {
    .section-btn-sticky .social-container {
      display: none; } }
  @media (min-width: 992px) {
    .section-btn-sticky.sticked .btn-rectangle {
      min-height: 55px !important; } }

@media (min-width: 1500px) and (max-width: 1700px) {
  .list-lang {
    margin-top: 7.5px; }
  .half-container {
    width: auto !important;
    justify-content: flex-start !important; }
  .btn-text {
    display: none; } }

@media (min-width: 992px) and (max-width: 1400px) {
  .list-lang {
    margin-top: 7.5px; }
  .half-container {
    width: auto !important;
    justify-content: flex-start !important; }
  .btn-text {
    display: none; } }

.icon-1x {
  font-size: 20px; }

.logo-title {
  font-size: 30px;
  margin-bottom: 1rem;
  display: block; }

.box-right {
  padding-right: 100px; }
  @media (max-width: 991.98px) {
    .box-right {
      padding-right: 0; } }
  .box-right.box-right-shadow {
    box-shadow: 50px 0 40px -60px rgba(196, 134, 88, 0.8); }
    @media (max-width: 991.98px) {
      .box-right.box-right-shadow {
        box-shadow: none; } }

.box-left {
  padding-left: 100px; }
  @media (max-width: 1199.98px) {
    .box-left {
      padding-left: 0; } }

.right-white {
  position: relative;
  height: 100%; }
  .right-white:before {
    content: "";
    background-color: white;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 50%; }
    @media (max-width: 991.98px) {
      .right-white:before {
        display: none; } }

.box-title {
  padding: 1rem 2rem;
  border: 1px #c48658 solid;
  background-color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center; }
  .box-title i {
    font-size: 30px;
    margin-right: 1rem; }
    @media (max-width: 991.98px) {
      .box-title i {
        font-size: 25px; } }
  .box-title h2 {
    margin: 0; }
  .box-title.box-title-primary {
    color: #c48658;
    border-color: #c48658; }
  .box-title.box-title-gray {
    color: #8a8d8f;
    border-color: #8a8d8f; }
  .box-title.box-title-white-transparent {
    color: rgba(255, 255, 255, 0.75);
    border-color: rgba(255, 255, 255, 0.75); }

.bg-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.circle-img {
  width: 100px;
  min-height: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%; }

.filter-primary {
  position: relative;
  z-index: 0; }
  .filter-primary:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(196, 134, 88, 0.7);
    mix-blend-mode: multiply; }

.filter-white-transparent {
  position: relative;
  z-index: 0; }
  .filter-white-transparent:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    mix-blend-mode: multiply; }

.btn-absolute-container {
  position: relative; }
  .btn-absolute-container .btn-absolute {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    opacity: 0;
    transition: opacity .5s ease-in-out; }
  .btn-absolute-container:hover .btn-absolute {
    opacity: 1; }

.min-hr {
  width: 100px; }

.shadow-bottom {
  box-shadow: 0 40px 55px -60px rgba(0, 0, 0, 0.25); }

.icon-circle {
  background-color: white;
  font-size: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px; }
  .icon-circle .noppius-icon-sun {
    margin-top: -5px; }

.icon-top-absolute {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%); }

.pb-offers {
  padding-bottom: 250px; }

.delay1 {
  animation-delay: .1s; }

.delay2 {
  animation-delay: .2s; }

.delay3 {
  animation-delay: .3s; }

.delay4 {
  animation-delay: .4s; }

.delay5 {
  animation-delay: .5s; }

.arrow-up {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 15px 30px;
  font-size: 35px;
  cursor: pointer;
  opacity: 0;
  transition: opacity .5s ease-in-out;
  z-index: 5; }
  .arrow-up.active {
    opacity: 1; }
    .arrow-up.active:hover {
      opacity: .75; }
  @media (max-width: 991.98px) {
    .arrow-up {
      font-size: 20px; } }

.bg-experiences {
  background-image: url(../css/files/experiences.b46f2799503c3a488607826b082165df.jpg);
  background-size: 130%;
  background-position: bottom; }

.bg-offers {
  background-image: linear-gradient(rgba(234, 196, 110, 0.3), rgba(221, 178, 80, 0.4)), url(../css/files/experience-spa.f66aa62efa4b0fb79abc803a71d05770.png); }

.carousel-banner {
  position: relative; }
  .carousel-banner .carousel-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 600px; }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .carousel-banner .carousel-item {
        height: 500px; } }
    @media (max-width: 991.98px) {
      .carousel-banner .carousel-item {
        height: 300px; } }
    @media (max-width: 767.98px) {
      .carousel-banner .carousel-item {
        height: 250px; } }
  .carousel-banner .banner-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 650px; }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .carousel-banner .banner-logo {
        width: 500px; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .carousel-banner .banner-logo {
        width: 400px; } }
    @media (max-width: 991.98px) {
      .carousel-banner .banner-logo {
        width: 75%; } }
  .carousel-banner .carousel-indicators {
    left: auto;
    top: auto;
    bottom: 15px;
    right: 30px;
    margin: 0;
    z-index: 2; }
    @media (max-width: 767.98px) {
      .carousel-banner .carousel-indicators {
        left: 30px; } }
    .carousel-banner .carousel-indicators li {
      width: 6px;
      height: 6px;
      border-radius: 50%;
      margin: 0 10px;
      opacity: .75; }
      .carousel-banner .carousel-indicators li.active {
        opacity: 1; }

.carousel-bottom {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  z-index: 1;
  text-align: center; }
  @media (max-width: 1199.98px) {
    .carousel-bottom {
      position: relative;
      bottom: auto;
      left: auto;
      right: auto; } }
  .carousel-bottom .lead {
    color: #8a8d8f;
    margin-bottom: 0; }

.carousel-shadow {
  box-shadow: 0 0px 14px rgba(0, 0, 0, 0.25); }

.carousel-input {
  background-color: white;
  transition: background-color .5s ease-in-out;
  padding: 1rem 1rem 0.5rem;
  height: 100%;
  cursor: text; }
  @media (max-width: 767.98px) {
    .carousel-input {
      min-height: 88px;
      height: auto;
      margin-bottom: 7.5px; } }
  @media (max-width: 767.98px) and (max-width: 767.98px) {
    .carousel-input {
      min-height: 82px; } }
  .carousel-input:hover, .carousel-input:focus {
    background-color: #f1f1f2; }
  .carousel-input .form-group {
    margin-bottom: 0; }
    .carousel-input .form-group .form-control {
      background: 0;
      border: 0;
      box-shadow: none;
      text-align: center;
      font-weight: 400;
      font-family: 'AnticDidone';
      font-size: 24px; }
      @media (max-width: 1499.98px) {
        .carousel-input .form-group .form-control {
          font-size: 22px; } }
      @media (max-width: 991.98px) {
        .carousel-input .form-group .form-control {
          font-size: 20px; } }
      @media (max-width: 767.98px) {
        .carousel-input .form-group .form-control {
          font-family: 'Avenir';
          font-weight: 300;
          font-size: 1rem; } }
    .carousel-input .form-group .help-block {
      padding: 0;
      margin: 0; }

.carousel-submit {
  height: 100%;
  width: 100%;
  justify-content: center; }
  @media (max-width: 767.98px) {
    .carousel-submit {
      height: auto; } }
  @media (max-width: 575.98px) {
    .carousel-submit .icon-left, .carousel-submit .chevron-right {
      display: none; } }

.suite-title {
  height: 50px;
  display: flex;
  justify-content: center; }
  @media (max-width: 991.98px) {
    .suite-title {
      height: auto; } }

.owl-suite-overflow {
  cursor: grab; }

.suite-item {
  text-align: center; }

.row-suites {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  justify-content: center; }
  @media (min-width: 1200px) {
    .row-suites > * {
      flex: 0 0 20%;
      max-width: 20%; } }
  .row-suites .suite-item {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px; }
    @media (max-width: 1199.98px) {
      .row-suites .suite-item {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        margin-bottom: 30px; } }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .row-suites .suite-item {
        flex: 0 0 50%;
        max-width: 50%; } }
    @media (max-width: 575.98px) {
      .row-suites .suite-item {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
        margin-left: auto;
        margin-right: auto; } }

.suite-consult {
  overflow: hidden;
  transition: all .5s ease-in-out;
  max-height: 0;
  opacity: 0; }
  .suite-consult.deployed {
    max-height: 2000px !important;
    opacity: 1; }

.owl-services {
  padding-bottom: 2rem;
  /*@include media-breakpoint-down(lg){
    padding-bottom: map-get($spacers,3);
  }*/
  /*.owl-stage{
    @include media-breakpoint-up(xl) {
      height: 225px;
    }
  }*/ }
  .owl-services:before {
    content: "";
    background-color: rgba(196, 134, 88, 0.15);
    bottom: 0;
    top: 50px;
    left: 0;
    right: 0;
    position: absolute;
    z-index: -1; }
  .owl-services .owl-nav {
    margin: 0; }
  .owl-services .owl-item {
    height: 100% !important;
    display: flex;
    height: 100%; }
  .owl-services .owl-dots {
    margin-top: 1rem; }
  .owl-services .owl-prev, .owl-services .owl-next {
    position: absolute;
    top: 50px;
    margin: 0 !important;
    background: 0 !important;
    color: #231f20 !important; }
    @media (max-width: 1199.98px) {
      .owl-services .owl-prev, .owl-services .owl-next {
        display: none; } }
    .owl-services .owl-prev:hover, .owl-services .owl-next:hover {
      opacity: .75; }
  .owl-services .owl-prev {
    right: 100%;
    margin-right: 30px !important; }
  .owl-services .owl-next {
    left: 100%;
    margin-left: 30px !important; }

.service-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  text-align: center; }
  .service-item .circle-img {
    margin: 0 auto 1rem;
    display: block; }
  .service-item h3, .service-item .box-title h2, .box-title .service-item h2 {
    margin-bottom: 0.25rem; }
  .service-item p {
    padding: 0 15px;
    line-height: 1;
    min-height: 70px;
    margin-bottom: 0; }
  .service-item .lead {
    margin-bottom: 0;
    min-height: inherit; }

.owl-experiences {
  margin-top: -130px; }
  .owl-experiences .owl-nav {
    margin: 0; }
  .owl-experiences .owl-prev, .owl-experiences .owl-next {
    position: absolute;
    top: 50%;
    margin: 0 !important;
    margin-top: -26px !important;
    background: 0 !important;
    color: #231f20 !important; }
    @media (max-width: 1199.98px) {
      .owl-experiences .owl-prev, .owl-experiences .owl-next {
        display: none; } }
    .owl-experiences .owl-prev:hover, .owl-experiences .owl-next:hover {
      opacity: .75; }
  .owl-experiences .owl-prev {
    right: 100%;
    margin-right: 30px !important; }
  .owl-experiences .owl-next {
    left: 100%;
    margin-left: 30px !important; }
  @media (max-width: 991.98px) {
    .owl-experiences {
      margin-top: 30px; } }
  .owl-experiences .owl-item {
    padding: 0 15px; }

.experience-item {
  padding: 3rem;
  margin-bottom: 32px;
  background-color: white;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.03);
  min-height: 220px; }
  @media (max-width: 991.98px) {
    .experience-item {
      padding: 1rem; } }
  @media (max-width: 991.98px) {
    .experience-item {
      min-height: auto; } }

.padding-carousel {
  padding-bottom: 150px; }
  @media (max-width: 991.98px) {
    .padding-carousel {
      padding-bottom: 1rem; } }

.owl-offers {
  margin-top: -250px; }
  .owl-offers .owl-nav {
    margin: 0; }
  .owl-offers .owl-prev, .owl-offers .owl-next {
    position: absolute;
    top: 50%;
    margin: 0 !important;
    margin-top: -26px !important;
    background: 0 !important;
    color: #231f20 !important; }
    @media (max-width: 1199.98px) {
      .owl-offers .owl-prev, .owl-offers .owl-next {
        display: none; } }
    .owl-offers .owl-prev:hover, .owl-offers .owl-next:hover {
      opacity: .75; }
  .owl-offers .owl-prev {
    right: 100%;
    margin-right: 30px !important; }
  .owl-offers .owl-next {
    left: 100%;
    margin-left: 30px !important; }

.offer-item {
  padding: 3rem;
  margin-bottom: 32px;
  background-color: white;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.03);
  min-height: 405px; }
  @media (max-width: 991.98px) {
    .offer-item {
      padding: 1rem; } }
  @media (max-width: 991.98px) {
    .offer-item {
      min-height: auto; } }

.pb-tarifs {
  padding-bottom: 200px; }

.section-tarifs {
  margin-top: -150px; }

.owl-gallery {
  padding-top: 10px; }
  .owl-gallery img {
    opacity: 1;
    transition: opacity .5s ease-in-out; }
    .owl-gallery img:hover {
      opacity: .75 !important; }
  .owl-gallery .owl-gallery-placeholder {
    background-color: rgba(196, 134, 88, 0.15);
    width: 222px;
    height: 333px; }

.title-serenite {
  max-width: 220px;
  width: 100%; }

.title-audace {
  max-width: 190px;
  width: 100%; }

.title-cocon {
  max-width: 185px;
  width: 100%; }

#localisation-map {
  height: 500px; }
  @media (max-width: 991.98px) {
    #localisation-map {
      height: 460px; } }

.datepicker-dropdown {
  border-radius: 0 !important;
  border: 0 !important; }
  .datepicker-dropdown .day {
    border-radius: 0 !important; }
  .datepicker-dropdown .active {
    background-image: none !important;
    background: 0 !important;
    background-color: #c48658 !important;
    border-radius: 0 !important; }

.content-gmap img {
  width: 200px;
  margin-bottom: 10px; }

.content-gmap p {
  font-size: 16px;
  color: #c48658; }

.recom-img {
  width: 125px; }


/*# sourceMappingURL=build.app.css.map*/