@charset "UTF-8";
* {
  outline: none !important;
}
html, body {
  margin: 0;
  padding: 0;
  font-family: "noto-sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 2.25;
  color: #232323;
  background: #fff;
  scrollbar-face-color: #DEDEDE;
}
body {
  overflow-x: hidden !important;
}
.page-wrapper {
  overflow: hidden;
}
#eCms-alert {
  position: fixed;
  top: 10%;
  left: 25%;
  width: 50%;
  z-index: 1000;
}
#eCms-toast {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 1000;
}
.prevent-sass-compiler-error {
  background: transparent;
}
@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: 1300px) {
  .container {
    max-width: 1240px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1400px;
  }
}
/****************************************************/
/****************************************************/
/****************************************************/
.form-group {
  margin-bottom: 1rem;
}
.form-control, .form-select, .form-range, .form-check-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.btn.btn-white, .btn.btn-white * {
  color: #000;
}
::-moz-selection, ::-webkit-selection, ::selection {
  color: #fff;
  text-shadow: none;
  background: #E0DCD6;
}
::-webkit-scrollbar {
  width: 0.5rem;
}
::-webkit-scrollbar-button {
  display: none;
}
::-webkit-scrollbar-corner {
  background-color: #000;
}
::-webkit-scrollbar-thumb {
  background-color: #C9C9C9;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
::-webkit-scrollbar-track {
  background-color: #E9E9E9;
}
/****************************************************/
/****************************************************/
/****************************************************/
.lazy {
  display: none;
}
picture.noscript + picture.lazy, noscript + picture.lazy {
  display: none;
}
html.js noscript + picture.lazy, picture.lazy {
  position: relative;
  display: inline-block;
  font-size: 0;
  opacity: 0;
  transition: all 0.3s ease;
  max-width: 100%;
}
html.js noscript + picture.lazy.lazy-loading, picture.lazy.lazy-loading {
  opacity: 0;
}
html.js noscript + picture.lazy.lazy-loaded, picture.lazy.lazy-loaded {
  opacity: 1;
}
html.js noscript + picture.lazy[style*="display: inline;"], picture.lazy[style*="display: inline;"] {
  display: flex !important;
}
html.js noscript + picture.lazy > img:not(.lazy-size), picture.lazy > img:not(.lazy-size) {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
html.js noscript + picture.lazy > .lazy-size, picture.lazy > .lazy-size {
  position: relative;
  min-width: 100%;
  width: auto;
  height: auto;
}
html.js noscript + picture.lazy img, html.js noscript + picture.lazy svg, picture.lazy img, picture.lazy svg {
  max-width: 100%;
  max-height: 100%;
}
img, svg {
  max-width: 100%;
}
.img-fluid {
  max-width: 100%;
  max-height: 100%;
}
figure, picture {
  margin-bottom: 0;
}
figure img, picture img {
  -webkit-backface-visibility: hidden;
  width: unset;
  height: unset;
}
figure.image-fill, figure.image-in, picture.image-fill, picture.image-in {
  position: relative;
}
figure.image-fill > div, figure.image-fill picture, figure.image-fill figure, figure.image-in > div, figure.image-in picture, figure.image-in figure, picture.image-fill > div, picture.image-fill picture, picture.image-fill figure, picture.image-in > div, picture.image-in picture, picture.image-in figure {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
}
figure.image-fill figcaption, figure.image-in figcaption, picture.image-fill figcaption, picture.image-in figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.5rem;
  text-align: center;
  transition: all 0.5s ease;
  background-color: rgba(255, 255, 255, 0.8);
}
figure.image-fill img, figure.image-fill svg, figure.image-fill video, picture.image-fill img, picture.image-fill svg, picture.image-fill video {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
figure.image-in img, figure.image-in svg, figure.image-in video, picture.image-in img, picture.image-in svg, picture.image-in video {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}
figure.image-max-y img, figure.image-max-y svg, figure.image-max-y video, picture.image-max-y img, picture.image-max-y svg, picture.image-max-y video {
  height: 100%;
}
figure.image-icon, picture.image-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
figure.image-icon img, figure.image-icon svg, picture.image-icon img, picture.image-icon svg {
  width: 100%;
  object-fit: contain;
  max-width: 4rem;
}
figure.image-icon figcaption, picture.image-icon figcaption {
  padding: 0.5rem;
  text-align: center;
  transition: all 0.5s ease;
}
figure.rounded img, figure.rounded svg, picture.rounded img, picture.rounded svg {
  border-radius: 0.375rem;
}
.image-stretch img {
  width: 100%;
}
.image-stretch, .image-fit {
  position: relative;
}
.image-title {
  position: absolute;
  padding: 1.25rem;
  bottom: 0;
  right: 0;
  max-width: 21.88rem;
  color: #fff;
  text-shadow: 0 0 0.5em #4A4A4A;
  font-size: 1em;
  z-index: 50;
}
.card-img, .card-img-top {
  overflow: hidden;
  display: block;
  width: 100%;
}
img.card-img, svg.card-img, .card-img img, .card-img svg, img.card-img-top, svg.card-img-top, .card-img-top img, .card-img-top svg {
  min-width: 100%;
}
.ratio img, .ratio svg {
  height: 100%;
}
/*****************************/
#map_canvas img, .google-maps img {
  max-width: none;
}
.ratio > * {
  position: absolute !important;
}
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}
.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}
.ratio-16x10 {
  --bs-aspect-ratio: calc(10 / 16 * 100%);
}
.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}
.ratio-9x16 {
  --bs-aspect-ratio: calc(16 / 9 * 100%);
}
.ratio-3x4 {
  --bs-aspect-ratio: calc(4 / 3 * 100%);
}
@media (min-width: 576px) {
  .ratio-sm-1x1 {
    --bs-aspect-ratio: 100%;
  }
}
@media (min-width: 576px) {
  .ratio-sm-4x3 {
    --bs-aspect-ratio: calc(3 / 4 * 100%);
  }
}
@media (min-width: 576px) {
  .ratio-sm-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%);
  }
}
@media (min-width: 576px) {
  .ratio-sm-16x10 {
    --bs-aspect-ratio: calc(10 / 16 * 100%);
  }
}
@media (min-width: 576px) {
  .ratio-sm-21x9 {
    --bs-aspect-ratio: calc(9 / 21 * 100%);
  }
}
@media (min-width: 576px) {
  .ratio-sm-9x16 {
    --bs-aspect-ratio: calc(16 / 9 * 100%);
  }
}
@media (min-width: 576px) {
  .ratio-sm-3x4 {
    --bs-aspect-ratio: calc(4 / 3 * 100%);
  }
}
@media (min-width: 768px) {
  .ratio-md-1x1 {
    --bs-aspect-ratio: 100%;
  }
}
@media (min-width: 768px) {
  .ratio-md-4x3 {
    --bs-aspect-ratio: calc(3 / 4 * 100%);
  }
}
@media (min-width: 768px) {
  .ratio-md-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%);
  }
}
@media (min-width: 768px) {
  .ratio-md-16x10 {
    --bs-aspect-ratio: calc(10 / 16 * 100%);
  }
}
@media (min-width: 768px) {
  .ratio-md-21x9 {
    --bs-aspect-ratio: calc(9 / 21 * 100%);
  }
}
@media (min-width: 768px) {
  .ratio-md-9x16 {
    --bs-aspect-ratio: calc(16 / 9 * 100%);
  }
}
@media (min-width: 768px) {
  .ratio-md-3x4 {
    --bs-aspect-ratio: calc(4 / 3 * 100%);
  }
}
@media (min-width: 992px) {
  .ratio-lg-1x1 {
    --bs-aspect-ratio: 100%;
  }
}
@media (min-width: 992px) {
  .ratio-lg-4x3 {
    --bs-aspect-ratio: calc(3 / 4 * 100%);
  }
}
@media (min-width: 992px) {
  .ratio-lg-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%);
  }
}
@media (min-width: 992px) {
  .ratio-lg-16x10 {
    --bs-aspect-ratio: calc(10 / 16 * 100%);
  }
}
@media (min-width: 992px) {
  .ratio-lg-21x9 {
    --bs-aspect-ratio: calc(9 / 21 * 100%);
  }
}
@media (min-width: 992px) {
  .ratio-lg-9x16 {
    --bs-aspect-ratio: calc(16 / 9 * 100%);
  }
}
@media (min-width: 992px) {
  .ratio-lg-3x4 {
    --bs-aspect-ratio: calc(4 / 3 * 100%);
  }
}
@media (min-width: 1300px) {
  .ratio-xl-1x1 {
    --bs-aspect-ratio: 100%;
  }
}
@media (min-width: 1300px) {
  .ratio-xl-4x3 {
    --bs-aspect-ratio: calc(3 / 4 * 100%);
  }
}
@media (min-width: 1300px) {
  .ratio-xl-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%);
  }
}
@media (min-width: 1300px) {
  .ratio-xl-16x10 {
    --bs-aspect-ratio: calc(10 / 16 * 100%);
  }
}
@media (min-width: 1300px) {
  .ratio-xl-21x9 {
    --bs-aspect-ratio: calc(9 / 21 * 100%);
  }
}
@media (min-width: 1300px) {
  .ratio-xl-9x16 {
    --bs-aspect-ratio: calc(16 / 9 * 100%);
  }
}
@media (min-width: 1300px) {
  .ratio-xl-3x4 {
    --bs-aspect-ratio: calc(4 / 3 * 100%);
  }
}
@media (min-width: 1600px) {
  .ratio-xxl-1x1 {
    --bs-aspect-ratio: 100%;
  }
}
@media (min-width: 1600px) {
  .ratio-xxl-4x3 {
    --bs-aspect-ratio: calc(3 / 4 * 100%);
  }
}
@media (min-width: 1600px) {
  .ratio-xxl-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%);
  }
}
@media (min-width: 1600px) {
  .ratio-xxl-16x10 {
    --bs-aspect-ratio: calc(10 / 16 * 100%);
  }
}
@media (min-width: 1600px) {
  .ratio-xxl-21x9 {
    --bs-aspect-ratio: calc(9 / 21 * 100%);
  }
}
@media (min-width: 1600px) {
  .ratio-xxl-9x16 {
    --bs-aspect-ratio: calc(16 / 9 * 100%);
  }
}
@media (min-width: 1600px) {
  .ratio-xxl-3x4 {
    --bs-aspect-ratio: calc(4 / 3 * 100%);
  }
}
.page-wrapper {
  max-width: 2560px;
  margin: auto;
}
.container-break {
  position: relative;
  width: min(100vw, 2560px);
  left: calc(-1 * (min(100vw, 2560px) - 100%) / 2);
}
.container-break-left {
  position: relative;
  width: calc(100% + (min(100vw, 2560px) - 100%) / 2);
  left: calc(-1 * (min(100vw, 2560px) - 100%) / 2);
}
.container-break-right {
  position: relative;
  width: calc(100% + (min(100vw, 2560px) - 100%) / 2);
  left: 0;
}
.container-halfbreak-left {
  position: relative;
  width: calc(100% + (min(50vw, 1280px) - 100%));
  left: calc(-1 * (min(50vw, 1280px) - 100%));
}
.container-halfbreak-right {
  position: relative;
  width: calc(100% + (min(50vw, 1280px) - 100%));
  left: 0;
}
.container-break-none {
  position: relative;
  width: auto;
  left: unset;
}
@media (min-width: 576px) {
  .container-sm-break {
    position: relative;
    width: min(100vw, 2560px);
    left: calc(-1 * (min(100vw, 2560px) - 100%) / 2);
  }
  .container-sm-break-left {
    position: relative;
    width: calc(100% + (min(100vw, 2560px) - 100%) / 2);
    left: calc(-1 * (min(100vw, 2560px) - 100%) / 2);
  }
  .container-sm-break-right {
    position: relative;
    width: calc(100% + (min(100vw, 2560px) - 100%) / 2);
    left: 0;
  }
  .container-sm-halfbreak-left {
    position: relative;
    width: calc(100% + (min(50vw, 1280px) - 100%));
    left: calc(-1 * (min(50vw, 1280px) - 100%));
  }
  .container-sm-halfbreak-right {
    position: relative;
    width: calc(100% + (min(50vw, 1280px) - 100%));
    left: 0;
  }
  .container-sm-break-none {
    position: relative;
    width: auto;
    left: unset;
  }
}
@media (min-width: 768px) {
  .container-md-break {
    position: relative;
    width: min(100vw, 2560px);
    left: calc(-1 * (min(100vw, 2560px) - 100%) / 2);
  }
  .container-md-break-left {
    position: relative;
    width: calc(100% + (min(100vw, 2560px) - 100%) / 2);
    left: calc(-1 * (min(100vw, 2560px) - 100%) / 2);
  }
  .container-md-break-right {
    position: relative;
    width: calc(100% + (min(100vw, 2560px) - 100%) / 2);
    left: 0;
  }
  .container-md-halfbreak-left {
    position: relative;
    width: calc(100% + (min(50vw, 1280px) - 100%));
    left: calc(-1 * (min(50vw, 1280px) - 100%));
  }
  .container-md-halfbreak-right {
    position: relative;
    width: calc(100% + (min(50vw, 1280px) - 100%));
    left: 0;
  }
  .container-md-break-none {
    position: relative;
    width: auto;
    left: unset;
  }
}
@media (min-width: 992px) {
  .container-lg-break {
    position: relative;
    width: min(100vw, 2560px);
    left: calc(-1 * (min(100vw, 2560px) - 100%) / 2);
  }
  .container-lg-break-left {
    position: relative;
    width: calc(100% + (min(100vw, 2560px) - 100%) / 2);
    left: calc(-1 * (min(100vw, 2560px) - 100%) / 2);
  }
  .container-lg-break-right {
    position: relative;
    width: calc(100% + (min(100vw, 2560px) - 100%) / 2);
    left: 0;
  }
  .container-lg-halfbreak-left {
    position: relative;
    width: calc(100% + (min(50vw, 1280px) - 100%));
    left: calc(-1 * (min(50vw, 1280px) - 100%));
  }
  .container-lg-halfbreak-right {
    position: relative;
    width: calc(100% + (min(50vw, 1280px) - 100%));
    left: 0;
  }
  .container-lg-break-none {
    position: relative;
    width: auto;
    left: unset;
  }
}
@media (min-width: 1300px) {
  .container-xl-break {
    position: relative;
    width: min(100vw, 2560px);
    left: calc(-1 * (min(100vw, 2560px) - 100%) / 2);
  }
  .container-xl-break-left {
    position: relative;
    width: calc(100% + (min(100vw, 2560px) - 100%) / 2);
    left: calc(-1 * (min(100vw, 2560px) - 100%) / 2);
  }
  .container-xl-break-right {
    position: relative;
    width: calc(100% + (min(100vw, 2560px) - 100%) / 2);
    left: 0;
  }
  .container-xl-halfbreak-left {
    position: relative;
    width: calc(100% + (min(50vw, 1280px) - 100%));
    left: calc(-1 * (min(50vw, 1280px) - 100%));
  }
  .container-xl-halfbreak-right {
    position: relative;
    width: calc(100% + (min(50vw, 1280px) - 100%));
    left: 0;
  }
  .container-xl-break-none {
    position: relative;
    width: auto;
    left: unset;
  }
}
@media (min-width: 1600px) {
  .container-xxl-break {
    position: relative;
    width: min(100vw, 2560px);
    left: calc(-1 * (min(100vw, 2560px) - 100%) / 2);
  }
  .container-xxl-break-left {
    position: relative;
    width: calc(100% + (min(100vw, 2560px) - 100%) / 2);
    left: calc(-1 * (min(100vw, 2560px) - 100%) / 2);
  }
  .container-xxl-break-right {
    position: relative;
    width: calc(100% + (min(100vw, 2560px) - 100%) / 2);
    left: 0;
  }
  .container-xxl-halfbreak-left {
    position: relative;
    width: calc(100% + (min(50vw, 1280px) - 100%));
    left: calc(-1 * (min(50vw, 1280px) - 100%));
  }
  .container-xxl-halfbreak-right {
    position: relative;
    width: calc(100% + (min(50vw, 1280px) - 100%));
    left: 0;
  }
  .container-xxl-break-none {
    position: relative;
    width: auto;
    left: unset;
  }
}
.container {
  padding-left: 15px;
  padding-right: 15px;
}
.container-break > .container, .container-break-left > .container, .container-break-right > .container {
  padding-left: 6.25rem;
  padding-right: 6.25rem;
}
hr:first-child {
  margin-top: 0;
}
hr:last-child {
  margin-bottom: 0;
}
hr.big {
  height: 3px;
}
hr.small {
  height: 2px;
}
.sr-only {
  display: none;
}
.pagination {
  margin: 0;
}
.opacity-0 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
}
.opacity-25 {
  -webkit-opacity: 0.25;
  -moz-opacity: 0.25;
  -ms-opacity: 0.25;
  -o-opacity: 0.25;
  opacity: 0.25;
}
.opacity-50 {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
}
.opacity-75 {
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  -ms-opacity: 0.75;
  -o-opacity: 0.75;
  opacity: 0.75;
}
.opacity-100 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
.vh-25 {
  height: calc(25vh) !important;
}
.vh-40 {
  height: calc(40vh) !important;
}
.vh-50 {
  height: calc(50vh) !important;
}
.vh-60 {
  height: calc(60vh) !important;
}
.vh-75 {
  height: calc(75vh) !important;
}
.vh-85 {
  height: calc(85vh) !important;
}
.vh-100 {
  height: calc(var(--vhs,1vh) * 100) !important;
  transition: all 0.4s ease-in-out;
}
.offers-info {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}
.offers-info > div.offers-container {
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.marker {
  color: #6D6D6D;
}
.bg-gradient-light {
  background: white;
  background: -moz-linear-gradient(left, white 0%, white 65%, #f9fafc 65%, #f9fafc 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, white), color-stop(65%, white), color-stop(65%, #f9fafc), color-stop(100%, #f9fafc));
  background: -webkit-linear-gradient(left, white 0%, white 65%, #f9fafc 65%, #f9fafc 100%);
  background: -o-linear-gradient(left, white 0%, white 65%, #f9fafc 65%, #f9fafc 100%);
  background: -ms-linear-gradient(left, white 0%, white 65%, #f9fafc 65%, #f9fafc 100%);
  background: linear-gradient(to right, white 0%, white 65%, #f9fafc 65%, #f9fafc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#f9fafc", GradientType=1);
}
.bg-white * {
  color: #393939;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-wide {
  min-width: 14.375rem;
}
.btn-rounded {
  border-radius: 3.125rem;
}
.btn-top {
  transition: all 0.4s ease-in-out;
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  z-index: 1120;
  padding: 0.3125rem 0.625rem;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-top, .btn-top > * {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-top:hover {
  opacity: 1;
}
.text-padding {
  padding: 0 0.9375rem;
}
.text-underline {
  text-decoration: underline;
}
.text-underline:hover {
  text-decoration: none;
}
.affix {
  top: 3.125rem;
  left: auto;
  z-index: 10;
}
.affix-top, .affix-bottom {
  position: absolute;
}
.affix .nav, .affix-top .nav, .affix-bottom .nav {
  margin: 0;
  padding: 0;
}
.card-overlay, .thumbnail-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.875rem;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 30%);
  transition: all 0.4s ease-in-out;
  color: #fff;
}
.card-overlay *, .thumbnail-overlay * {
  color: #fff;
}
.thumbnail-overlay {
  pointer-events: none;
}
.thumbnail:hover .thumbnail-overlay {
  opacity: 1;
}
span.required {
  color: #393939;
}
.help-block.error, .help-inline, .has-error .help-block {
  padding: 0.5rem 0rem 0;
  display: block;
  position: relative;
  color: #dc3545;
  margin: 0;
  font-size: 12px;
}
.custom-control .help-block, .custom-control .help-inline {
  padding-left: 0 !important;
}
.form-group span.required {
  display: none;
}
.form-group.has-error select, .form-group.has-error textarea, .form-group.has-error input[type="text"], .form-group.has-error input[type="password"], .form-group.has-error input[type="date"] {
  border: 1px solid #dc3545;
}
.form-check.has-error .help-block {
  padding-top: 0.25rem;
  padding-bottom: 0.5rem;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}
.bg-image {
  background-position: center center;
  background-size: cover;
}
.bg-slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.bg-slide .bg-shadow {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(35, 35, 35, 0.33);
  transition: all 0.4s ease-in-out;
}
.bg-top {
  background-position-y: top;
}
.bg-top * {
  background-position-y: top;
}
.bg-bottom {
  background-position-y: bottom;
}
.bg-bottom * {
  background-position-y: bottom;
}
.bg-left {
  background-position-x: left;
}
.bg-left * {
  background-position-x: left;
}
.bg-right {
  background-position-x: left;
}
.bg-right * {
  background-position-x: left;
}
.swiper-container-horizontal .swiper-pagination.swiper-pagination-bullets {
  bottom: 0;
  margin: 1rem 0;
}
.swiper-container-vertical .swiper-pagination {
  z-index: 5;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  position: absolute;
  left: unset;
  right: 3.125rem;
  width: 3.125rem;
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  width: 9px;
  height: 9px;
  margin: 15px 0;
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet:hover {
  background: #E0DCD6;
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #E0DCD6;
  position: relative;
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet-active:after {
  content: " ";
  position: absolute;
  border: 2px solid #E0DCD6;
  width: 23px;
  height: 23px;
  top: -7px;
  left: -7px;
  border-radius: 50px;
}
section.multipage {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}
section.multipage > .loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 50;
  transform: translateX(0);
  transform: translateY(0);
  width: 100vw;
  left: calc(-1 * (100vw - 100%) / 2);
}
section.multipage.noscale {
  height: auto;
}
section.multipage.loading {
  display: none;
  min-height: 600px;
  color: #fff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTIwcHgiIGhlaWdodD0iMTIwcHgiIHZpZXdCb3g9IjAgMCAxMDAgMTAwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCI+CjxkZWZzPjxtYXNrIGlkPSJsZGlvLW5iZ2ZmazdlYnAtbWFzayI+PGNpcmNsZSBjeD0iNTAiIGN5PSI1MCIgcj0iNDUiIGZpbGw9IiNmZmZmZmYiPjwvY2lyY2xlPjwvbWFzaz48L2RlZnM+CjxwYXRoIGQ9Ik1OYU4gTmFOIEFOYU4gTmFOIDAgMCAxIE5hTiBOYU4gTE5hTiBOYU4gTE5hTiBOYU4gWiIgZmlsbD0iI2IzYjNiMyIgbWFzaz0idXJsKCNsZGlvLW5iZ2ZmazdlYnAtbWFzaykiPjwvcGF0aD4KPGNpcmNsZSBjeD0iNTAiIGN5PSI1MCIgcj0iMzAiIHN0cm9rZT0iI2U5ZTllOSIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIj48L2NpcmNsZT4KPGNpcmNsZSBjeD0iNTAiIGN5PSI1MCIgcj0iMzAiIHN0cm9rZT0iI2M5YzljOSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiBmaWxsPSJub25lIj4KICA8YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InJvdGF0ZSIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIGR1cj0iMXMiIGtleVRpbWVzPSIwOzAuNTsxIiB2YWx1ZXM9IjAgNTAgNTA7MTgwIDUwIDUwOzcyMCA1MCA1MCI+PC9hbmltYXRlVHJhbnNmb3JtPgogIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9InN0cm9rZS1kYXNoYXJyYXkiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiBkdXI9IjFzIiBrZXlUaW1lcz0iMDswLjU7MSIgdmFsdWVzPSIxOC44NDk1NTU5MjE1Mzg3NiAxNjkuNjQ2MDAzMjkzODQ4ODI7OTQuMjQ3Nzc5NjA3NjkzOCA5NC4yNDc3Nzk2MDc2OTM3NzsxOC44NDk1NTU5MjE1Mzg3NiAxNjkuNjQ2MDAzMjkzODQ4ODIiPjwvYW5pbWF0ZT4KPC9jaXJjbGU+Cjwvc3ZnPg==) no-repeat center center;
  background-color: #fff;
}
section.multipage.loading * {
  color: #F2F2F2;
}
.enable_multipage section.multipage.loading {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.bg-primary .loader, .bg-primary .loading {
  background-color: #E0DCD6;
}
.bg-white .loader, .bg-white .loading {
  background-color: #fff;
}
.bg-dark .loader, .bg-dark .loading {
  background-color: #232323;
}
.bg-dark .loader *, .bg-dark .loading * {
  color: #232323;
}
.bg-light .loader, .bg-light .loading {
  background-color: #F2F2F2;
}
.bg-danger .loader, .bg-danger .loading {
  background-color: #dc3545;
}
.bg-warning .loader, .bg-warning .loading {
  background-color: #ffc107;
}
.bg-info .loader, .bg-info .loading {
  background-color: #C9C9C9;
}
.bg-gradient-light .loader, .bg-gradient-light .loading {
  background-color: #F2F2F2;
}
section.loading {
  display: none;
}
.GI_TW_expander .GI_TW_loading {
  width: 80px;
  height: 80px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTIwcHgiIGhlaWdodD0iMTIwcHgiIHZpZXdCb3g9IjAgMCAxMDAgMTAwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCI+CjxkZWZzPjxtYXNrIGlkPSJsZGlvLW5iZ2ZmazdlYnAtbWFzayI+PGNpcmNsZSBjeD0iNTAiIGN5PSI1MCIgcj0iNDUiIGZpbGw9IiNmZmZmZmYiPjwvY2lyY2xlPjwvbWFzaz48L2RlZnM+CjxwYXRoIGQ9Ik1OYU4gTmFOIEFOYU4gTmFOIDAgMCAxIE5hTiBOYU4gTE5hTiBOYU4gTE5hTiBOYU4gWiIgZmlsbD0iI2IzYjNiMyIgbWFzaz0idXJsKCNsZGlvLW5iZ2ZmazdlYnAtbWFzaykiPjwvcGF0aD4KPGNpcmNsZSBjeD0iNTAiIGN5PSI1MCIgcj0iMzAiIHN0cm9rZT0iI2M5YzljOSIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIj48L2NpcmNsZT4KPGNpcmNsZSBjeD0iNTAiIGN5PSI1MCIgcj0iMzAiIHN0cm9rZT0iI2UwZGNkNiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiBmaWxsPSJub25lIj4KICA8YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InJvdGF0ZSIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIGR1cj0iMXMiIGtleVRpbWVzPSIwOzAuNTsxIiB2YWx1ZXM9IjAgNTAgNTA7MTgwIDUwIDUwOzcyMCA1MCA1MCI+PC9hbmltYXRlVHJhbnNmb3JtPgogIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9InN0cm9rZS1kYXNoYXJyYXkiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiBkdXI9IjFzIiBrZXlUaW1lcz0iMDswLjU7MSIgdmFsdWVzPSIxOC44NDk1NTU5MjE1Mzg3NiAxNjkuNjQ2MDAzMjkzODQ4ODI7OTQuMjQ3Nzc5NjA3NjkzOCA5NC4yNDc3Nzk2MDc2OTM3NzsxOC44NDk1NTU5MjE1Mzg3NiAxNjkuNjQ2MDAzMjkzODQ4ODIiPjwvYW5pbWF0ZT4KPC9jaXJjbGU+Cjwvc3ZnPg==) no-repeat center center;
  background-color: #fff;
  background-size: contain;
}
svg .svg-loader-c1 {
  stroke: #E9E9E9;
}
svg .svg-loader-c2 {
  stroke: #E0DCD6;
}
.page-loader {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTIwcHgiIGhlaWdodD0iMTIwcHgiIHZpZXdCb3g9IjAgMCAxMDAgMTAwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCI+CjxkZWZzPjxtYXNrIGlkPSJsZGlvLW5iZ2ZmazdlYnAtbWFzayI+PGNpcmNsZSBjeD0iNTAiIGN5PSI1MCIgcj0iNDUiIGZpbGw9IiNmZmZmZmYiPjwvY2lyY2xlPjwvbWFzaz48L2RlZnM+CjxwYXRoIGQ9Ik1OYU4gTmFOIEFOYU4gTmFOIDAgMCAxIE5hTiBOYU4gTE5hTiBOYU4gTE5hTiBOYU4gWiIgZmlsbD0iI2IzYjNiMyIgbWFzaz0idXJsKCNsZGlvLW5iZ2ZmazdlYnAtbWFzaykiPjwvcGF0aD4KPGNpcmNsZSBjeD0iNTAiIGN5PSI1MCIgcj0iMzAiIHN0cm9rZT0iI2M5YzljOSIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIj48L2NpcmNsZT4KPGNpcmNsZSBjeD0iNTAiIGN5PSI1MCIgcj0iMzAiIHN0cm9rZT0iI2UwZGNkNiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiBmaWxsPSJub25lIj4KICA8YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InJvdGF0ZSIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIGR1cj0iMXMiIGtleVRpbWVzPSIwOzAuNTsxIiB2YWx1ZXM9IjAgNTAgNTA7MTgwIDUwIDUwOzcyMCA1MCA1MCI+PC9hbmltYXRlVHJhbnNmb3JtPgogIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9InN0cm9rZS1kYXNoYXJyYXkiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiBkdXI9IjFzIiBrZXlUaW1lcz0iMDswLjU7MSIgdmFsdWVzPSIxOC44NDk1NTU5MjE1Mzg3NiAxNjkuNjQ2MDAzMjkzODQ4ODI7OTQuMjQ3Nzc5NjA3NjkzOCA5NC4yNDc3Nzk2MDc2OTM3NzsxOC44NDk1NTU5MjE1Mzg3NiAxNjkuNjQ2MDAzMjkzODQ4ODIiPjwvYW5pbWF0ZT4KPC9jaXJjbGU+Cjwvc3ZnPg==) no-repeat center center;
  background-color: #fff;
  z-index: 50;
}
.navbar-default {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-bottom: 0;
  margin-top: 0.625rem;
}
.navbar-default .navbar-brand {
  display: block;
  padding: 0.625rem 1.875rem 0.625rem 0;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.navbar-default .navbar-brand img {
  display: block;
  width: auto;
  height: 3.75rem;
}
.navbar-default .navbar-nav > .active > .line {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.25rem;
  background: #E0DCD6;
}
.navbar-default .navbar-nav > li > a {
  color: #6D6D6D;
  font-size: 0.875rem;
  padding: 1.875rem 0.9375rem;
  text-shadow: none;
}
.dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
}
.dropdown-menu > li > a {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.dropdown-submenu > .dropdown-menu {
  padding-left: 1.25rem;
  left: 0;
  top: 0;
  margin: 0;
}
header.main .dropdown-toggle .caret, .menu .dropdown-toggle .caret {
  font-family: bootstrap-icons !important;
  margin-left: 3px;
  border: 0;
  font-size: 10px;
  line-height: 1em;
  color: #BFBFBF;
}
header.main .dropdown-toggle .caret::after, .menu .dropdown-toggle .caret::after {
  content: "";
  border: 0;
}
header.main .dropdown-toggle::after, .menu .dropdown-toggle::after {
  display: none;
}
header.main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
}
header.main li.dropdown:hover > ul.dropdown-menu {
  display: block;
}
.article .pad-right *:first-child, .article .pad-left *:first-child {
  margin-top: 0;
}
.article-text, .article-address, .article-desc {
  margin-bottom: 1.25rem;
}
.article {
  width: 100%;
}
.article-margin {
  padding-left: 13.75rem;
}
.article .pad-right {
  margin-right: 1.25rem;
}
.article .pad-left {
  margin-left: 1.25rem;
}
.article-title-img {
  position: relative;
  margin-bottom: 1.563rem;
}
.article-title-img h1, .article-title-img .h1, .article-title-img h2, .article-title-img .h2 {
  position: absolute;
  top: 0;
  left: 3.125rem;
  line-height: 15.63rem;
  margin: 0;
}
.scroll-margin {
  height: 4.6875rem;
}
section:first-of-type .scroll-margin {
  height: unset;
}
.multipage .scroll-margin > section:first-of-type > .scroll-margin {
  height: 0 !important;
}
#search-box .form-group {
  margin-bottom: 0;
}
.form-control.bootstrap-select {
  border-color: #C9C9C9;
}
.bootstrap-select > .btn.btn-light {
  border-color: #C9C9C9;
}
#nav-multipage {
  position: fixed;
  top: 0;
  z-index: 100;
  pointer-events: none;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#nav-multipage.side-left {
  left: 0;
}
#nav-multipage.side-right {
  right: 0;
}
#nav-multipage .nav-multipage-subnav {
  padding: 1rem;
  pointer-events: all;
}
#nav-multipage a:hover, #nav-multipage a:focus {
  text-decoration: none;
  color: #E0DCD6;
}
#nav-multipage ul.nav {
  padding: 0;
  margin: 0;
  list-style: none;
}
#nav-multipage li {
  width: 0.5rem;
  height: 0.5rem;
  margin: 0.3125rem 0;
  position: relative;
  border-radius: 0.625rem;
  border: 1px solid #6D6D6D;
  background: #6D6D6D;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#nav-multipage li:hover {
  border: 1px solid #E0DCD6;
  background: #E0DCD6;
}
#nav-multipage li.active {
  border: 1px solid #E0DCD6;
  background: #E0DCD6;
}
#nav-multipage .nav > li {
  display: flex;
  align-items: center;
}
#nav-multipage .nav > li:hover > a {
  opacity: 1;
}
#nav-multipage .nav > li.active {
  height: 2rem;
}
#nav-multipage .nav > li.active > a, #nav-multipage .nav > li.active > a:hover {
  font-size: 1rem;
  color: #E0DCD6;
  background: none;
  opacity: 1;
}
#nav-multipage .nav > li > a {
  position: absolute;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: #232323;
  white-space: nowrap;
  background: none;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#nav-multipage .nav > li > a:hover, #nav-multipage .nav > li > a:focus {
  color: #fff;
}
#nav-multipage.active, #nav-multipage:hover {
  width: 15.625rem;
}
#nav-multipage.active .nav > li, #nav-multipage:hover .nav > li {
  margin: 0.9375rem 0;
}
#nav-multipage.active .nav > li > a, #nav-multipage:hover .nav > li > a {
  opacity: 1;
}
#nav-multipage.side-left .nav {
  align-items: flex-start;
}
#nav-multipage.side-left .nav > li > a {
  left: 0.9375rem;
  display: flex;
  flex-direction: row;
  justify-content: end;
}
#nav-multipage.side-right .nav {
  align-items: flex-end;
}
#nav-multipage.side-right .nav > li > a {
  right: 1.125rem;
  display: flex;
  flex-direction: row-reverse;
  justify-content: end;
}
#nav-multipage .subnav {
  padding: 0 1.375rem;
  background: none;
}
#nav-multipage .nav-seeall {
  opacity: 0;
  margin-left: 1.25rem;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#nav-multipage .nav-seeall a {
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#nav-multipage.active .nav-seeall {
  opacity: 1;
}
footer.main {
  position: relative;
  background: #E0DCD6;
  font-size: 0.75rem;
  margin-top: 0;
  padding: 1.875rem 0;
}
footer.main a, footer.main a:hover, footer.main a:active {
  color: #000;
}
footer.main .footer-menu .nav-item {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.col-2dot4, .col-sm-2dot4, .col-md-2dot4, .col-lg-2dot4, .col-xl-2dot4, .col-xxl-2dot4 {
  position: relative;
  min-height: 1px;
}
.col-2dot4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
body > #fancybox-loading {
  background-image: none !important;
}
.fancybox-image {
  background: white !important;
}
article table {
  border-collapse: collapse;
  border-spacing: 0.25rem;
  border-color: #E9E9E9;
}
article table th {
  background-color: none;
  padding: 0.125rem;
  color: #6D6D6D;
  vertical-align: top;
}
article table th, article table td {
  border-color: #E9E9E9;
  padding: 0.25rem 0.625rem 0.25rem 0.625rem;
}
article table.clean {
  border-spacing: 0;
}
article table.clean th, article table.clean td {
  padding: 0;
}
article table.separate {
  border-collapse: separate;
  border-spacing: 0.25rem;
  margin: 0 -0.25rem;
}
article table.separate th {
  background-color: #E9E9E9;
  vertical-align: middle;
  padding: 0.375rem 1.25rem 0.375rem 1.25rem;
}
article table.separate td {
  background-color: #F2F2F2;
  vertical-align: middle;
  padding: 0.375rem 1.25rem 0.375rem 1.25rem;
}
article table.separate p {
  margin: 0;
}
article table.separate h1, article table.separate h2, article table.separate h3, article table.separate h4, article table.separate h5, article table.separate h6, article table.separate .h1, article table.separate .h2, article table.separate .h3, article table.separate .h4, article table.separate .h5, article table.separate .h6 {
  margin: 0.3125rem 0 0.3125rem 0;
  padding: 0;
}
table.table-responsive {
  border: 0;
}
.nano .nav {
  margin-bottom: 0;
}
.nano > .pane {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0.5rem;
  padding: 0 0.125rem;
  background: #232323;
  border-radius: 0;
  opacity: 0.01;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.nano > .pane > .slider {
  background: theme-color("warning");
  border-radius: 0;
  margin: 0;
  position: relative;
}
.fb-tab {
  position: fixed;
  top: 50%;
  right: -25rem;
  margin-top: -16.56rem;
  z-index: 1100;
  color: #393939;
}
.fb-tab .tab {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.625rem;
  height: 2.625rem;
  background: theme-color("danger") url(../img/fb-tab.png) no-repeat top right;
  cursor: pointer;
}
.fb-tab .content {
  margin-left: 2.625rem;
  background: #fff;
  border: 0.125rem solid #E0DCD6;
}
.fb-tab .content-pad {
  width: 18.75rem;
}
.fb-tab h4, .fb-tab .h4 {
  text-transform: none;
  font-size: 0.9375rem;
  color: #4A4A4A;
}
.pdf-list {
  margin-top: 1.25rem;
}
.pdf-list a {
  display: block;
}
.pdf-list h2, .pdf-list .h2 {
  margin: 1.875rem 0 1.875rem 0;
  font-weight: normal;
}
.pdf-list h3, .pdf-list .h3 {
  margin-bottom: 3.125rem;
  font-weight: normal;
}
.pdf-list i {
  font-size: 3.75rem;
}
.book-list {
  margin-top: 1.25rem;
}
.book-list h4, .book-list .h4 {
  margin-top: 0.3125rem;
}
.og-grid .arrow {
  top: -0.8125rem;
  left: 1.25rem;
  width: 2rem;
  height: 0.875rem;
  background-image: url("../img/arrow-up.png");
}
.og-grid .grid-details-box {
  cursor: pointer;
}
.og-grid .og-expander {
  background: none;
}
.og-grid .og-expander-inner {
  padding: 1.25rem 0;
}
.og-grid .roll-content {
  background: #E9E9E9;
  padding: 1.875rem 1.875rem;
}
.og-grid .roll-content .arrow {
  top: -2.688rem;
  left: 1.25rem;
  width: 32rem;
  height: 0.875rem;
  background-image: url("../img/arrow-up.png");
}
.og-grid .roll-content .text {
  padding: 0 3.125rem 0 0.625rem;
}
.map-tip {
  min-width: 18.75rem;
  max-width: 21.875rem;
  min-height: 3.75rem;
  margin: 0 0 0 2rem;
  position: relative;
}
.map-tip *, .map-tip a {
  color: #393939;
}
.map-tip h4, .map-tip .h4 {
  font-weight: bold;
}
.map-tip #point-distance {
  float: left;
  margin-top: 0;
}
.map-tip #point-duration {
  float: left;
  margin-top: 0;
}
.map-tip .tip-icon {
  width: 1.875rem;
  overflow: hidden;
}
.map-tip .tip-info {
  padding: 1rem;
  font-size: 14px;
}
.map-tip .tip-info img {
  margin: 0.625rem 0 0 0;
  max-width: 100%;
}
.map-tip .tip-name {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0.625rem;
  display: block;
}
.map-tip2 {
  width: 13.75rem;
}
.map-tip2 .tip-icon {
  width: 1.688rem;
  height: 2.125rem;
  overflow: hidden;
}
.map-tip .close {
  position: absolute;
  top: 0;
  right: 0;
}
.close-tip {
  background-image: url(../img/close-tip.png);
  width: 0.6875rem;
  height: 0.6875rem;
  position: absolute;
  right: 0.625rem;
  top: 0.625rem;
}
.close-tip:hover {
  cursor: pointer;
}
.c-map-with-points .groups-options {
  padding: 0.5rem 0;
  user-select: none;
}
.c-map-with-points .form-check {
  display: inline-flex;
  align-items: center;
}
.c-map-with-points .group-label {
  display: inline-flex;
  align-items: center;
}
.c-map-with-points .group-label input {
  margin: 0;
}
.c-map-with-points .group-label img {
  margin: 0 0.5rem -0.5rem;
}
.sitemap li a {
  color: #000;
}
.sitemap .caret, .sitemap .dropdown-toggle::after {
  display: none;
}
.sitemap .dropdown-menu {
  top: auto;
  padding-left: 1.875rem;
  display: block;
  position: relative;
  float: none;
  box-shadow: none;
  border: 0;
}
.start {
  position: relative;
}
.start-container.vh-100 {
  min-height: 600px;
}
.start-container.vh-50 {
  min-height: 350px;
}
.start-slider {
  position: relative;
  height: 100%;
}
.start-slider img {
  width: 100%;
}
.start hr {
  border-top-color: #E0DCD6;
  width: 3.125rem;
  margin: 2.1875rem 0;
}
.start .text {
  position: absolute;
  top: 10%;
  bottom: 10%;
  right: 0;
  left: 0;
  z-index: 2;
  font-size: 1.125rem;
  text-align: left;
  color: #fff;
}
.start .text.full {
  top: 0;
  bottom: 0;
}
.start .text h1, .start .text h2, .start .text h3, .start .text h4, .start .text h5, .start .text .h1, .start .text .h2, .start .text .h3, .start .text .h4, .start .text .h5 {
  color: #fff;
}
.start .text h1 a:hover, .start .text h2 a:hover, .start .text h3 a:hover, .start .text h4 a:hover, .start .text h5 a:hover, .start .text .h1 a:hover, .start .text .h2 a:hover, .start .text .h3 a:hover, .start .text .h4 a:hover, .start .text .h5 a:hover {
  text-decoration: none;
}
.start .pager {
  position: absolute;
  top: 25%;
  right: 0;
  left: 0;
  z-index: 3;
}
.controller-default .start .text {
  bottom: 9.375rem;
}
.start .swiper-container-vertical {
  z-index: 5;
}
.start .buttons {
  position: absolute;
  bottom: 3.125rem;
  right: 0;
  left: 0;
  z-index: 5;
}
.start .buttons a {
  color: #6D6D6D;
  transition: all 0.4s ease-in-out;
  padding-left: 4.375rem;
  padding-right: 0rem;
}
.start .buttons a:hover {
  opacity: 0.5;
}
.start-scroll {
  position: absolute;
  bottom: 4%;
  right: 0;
  left: 0;
  z-index: 10;
}
.start-scroll a.scroll-arrow {
  margin: auto;
  background: url("../img/scroll.svg") center center no-repeat;
  background-size: contain;
  width: 1.4375rem;
  height: 3.5625rem;
  display: inline-block;
}
.start-scroll a.scroll-arrow:hover {
  background-position: center bottom;
}
.card-columns.card-columns-1 {
  column-count: 1;
}
.card-columns.card-columns-2 {
  column-count: 2;
}
.card-columns.card-columns-3 {
  column-count: 3;
}
.card-columns.card-columns-4 {
  column-count: 4;
}
.card-columns.card-columns-5 {
  column-count: 5;
}
.card-columns.card-columns-6 {
  column-count: 6;
}
.card-columns.card-columns-7 {
  column-count: 7;
}
.card-columns.card-columns-8 {
  column-count: 8;
}
.card-columns.card-columns-9 {
  column-count: 9;
}
.card-columns.card-columns-10 {
  column-count: 10;
}
.card-columns.card-columns-11 {
  column-count: 11;
}
.card-columns.card-columns-12 {
  column-count: 12;
}
.caret {
  font-family: bootstrap-icons !important;
  margin-left: 3px;
  border: 0;
  font-size: 10px;
  line-height: 1em;
  color: #BFBFBF;
}
.caret::after {
  content: "";
  border: 0;
}
.collapsed .caret::after {
  content: "";
}
.menu {
  width: 100vw;
  height: 100%;
  position: fixed;
  top: 0;
  right: -100vw;
  z-index: 101;
  transition: all 0.5s ease-in-out 0.4s;
}
.menu .title {
  opacity: 1;
  transition: all 0.3s ease-in-out 0.4s;
}
.menu-content {
  position: relative;
  z-index: 1;
  height: 100%;
  overflow: hidden;
  color: #000;
  line-height: 3.125rem;
  font-size: 1.8125rem;
  transition: all 0.4s ease-in-out;
}
.menu-nav .nav-item {
  opacity: 0;
  margin: 0.375rem 0;
  transition: all 0.4s ease-in-out;
}
.menu-nav .nav-link {
  color: #232323;
  padding: 0;
  display: inline-block;
  transition: all 0.3s ease;
}
.menu-nav .nav-link:hover {
  color: #E0DCD6;
}
.menu.active {
  right: 0;
  transition: all 0.5s ease-in-out 0s;
}
.menu.active .menu-content {
  transition: all 0.4s ease-in-out;
}
.menu.active .menu-content .nav-item {
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
.menu.active .close {
  top: 3.75rem;
  opacity: 1;
}
.menu .close {
  position: absolute;
  top: 3.75rem;
  font-size: 1.25rem;
  line-height: 1.875rem;
  z-index: 2;
  font-weight: 300;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  display: block;
  outline: 0;
}
.menu .close span {
  margin-top: -0.3125rem;
  display: block;
}
.menu .nano-content {
  display: flex;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
.menu .nano-content .nav {
  display: flex;
  margin: auto;
}
.menu .nano-pane {
  display: none !important;
}
.gate h1, .gate .article-desc {
  position: absolute;
  left: 10%;
  right: 10%;
  z-index: 2;
  text-align: center;
}
.gate h1 {
  top: 8.75rem;
}
.gate .article-desc {
  top: 12.5rem;
}
.gate .mb-5 {
  margin-bottom: 0 !important;
}
.gate h4 {
  font-size: 3.75rem;
}
.gate h4 a {
  display: block;
  padding: 9.375rem 0;
  transition: all 0.4s ease-in-out;
}
.gate h4 a:hover {
  text-decoration: none;
  color: #E0DCD6;
}
.grid .card {
  overflow: hidden;
  margin-bottom: 0 !important;
  padding-bottom: 9.375rem;
}
.grid .card-body {
  margin-left: auto;
  width: 60%;
  text-align: right;
  padding: 2.8125rem 0;
}
.grid .card-img {
  position: relative;
  z-index: 2;
}
.grid .card:last-child {
  padding-bottom: 0rem;
}
.grid .card:nth-child(even) {
  padding-bottom: 2.5rem;
}
.grid .flex-row-reverse .card-body {
  margin-left: 0;
  text-align: left;
}
.grid h3 {
  display: inline-block;
}
.grid hr {
  border-color: #fff;
}
.grid hr.hline {
  position: absolute;
  top: 1.25rem;
  width: 100vh;
  margin: 0;
  left: auto;
  right: calc(100% + 40px);
}
.grid .flex-row-reverse hr.hline {
  right: auto;
  left: calc(100% + 40px);
}
.grid hr.vline {
  position: absolute;
  width: 0;
  border: 0;
  border-right: 1px solid #fff;
  right: auto;
  left: 28%;
  height: 2.5rem;
  bottom: -2.5rem;
}
.grid .flex-row-reverse hr.vline {
  left: auto;
  right: 28%;
  height: 9.375rem;
  bottom: -9.375rem;
}
.grid-text {
  color: #6D5C85;
}
.grid-text h3, .grid-text h4 {
  color: #6D5C85 !important;
}
.gallery-grid-sizer, .gallery-grid-item {
  width: 32%;
}
.gallery-grid-item {
  margin-bottom: 2%;
}
.gallery-grid-gutter {
  width: 2%;
}
.gallery-grid-item-width1 {
  width: 32%;
}
.gallery-grid-item-width2 {
  width: 66%;
}
.gallery-grid-item-width3 {
  width: 100%;
}
.gallery-grid .animated {
  -webkit-animation-fill-mode: unset !important;
  animation-fill-mode: unset !important;
}
.rodo-text, .rodo-collapse {
  font-size: 0.875rem;
}
.c-timeline-section .el-timeline-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 0 1fr;
  justify-items: center;
}
.c-timeline-section .el-timeline-grid:before {
  content: " ";
  position: absolute;
  width: 0.375rem;
  height: 100%;
  background-color: #E0DCD6;
  display: block;
  transform: translate(0, 8px) scale(0.5, 1);
  grid-column: 2 / span 1;
}
@media (max-width: 575.98px) {
  .c-timeline-section .el-timeline-grid {
    grid-template-columns: 0 0 1fr;
  }
  .c-timeline-section .el-timeline-grid:before {
    width: 0.1625rem;
  }
}
.c-timeline-section .el-timeline-item {
  position: relative;
  padding-bottom: 6.25rem;
  width: 100%;
  display: grid;
}
@media (max-width: 575.98px) {
  .c-timeline-section .el-timeline-item {
    padding-bottom: 2.5rem;
  }
}
.c-timeline-section .el-timeline-item:before {
  content: " ";
  position: absolute;
  top: -0.765rem;
  width: 2.55rem;
  height: 2.55rem;
  border-radius: 100%;
  border: solid 0.55rem #fff;
  background-color: #E0DCD6;
  display: block;
  transform: scale(0.5);
}
.c-timeline-section .el-timeline-item > * {
  grid-row: 1 / span 1;
}
.c-timeline-section .el-timeline-item.item-left {
  grid-template-columns: auto max(24.6875%, 6.25rem);
}
.c-timeline-section .el-timeline-item.item-left .el-timeline-item-body {
  grid-column: 1 / span 1;
}
.c-timeline-section .el-timeline-item.item-left .el-timeline-item-date {
  grid-column: 2 / span 1;
}
.c-timeline-section .el-timeline-item.item-left .el-timeline-item-date > span {
  text-align: right;
}
.c-timeline-section .el-timeline-item.item-left:before {
  right: -1.275rem;
}
@media (max-width: 767.98px) {
  .c-timeline-section .el-timeline-item.item-left {
    grid-template-columns: 1fr;
    padding-right: 1rem;
  }
  .c-timeline-section .el-timeline-item.item-left .el-timeline-item-body {
    grid-column: 1 / span 1;
    grid-row: 2 / span 1;
  }
  .c-timeline-section .el-timeline-item.item-left .el-timeline-item-date {
    grid-column: 1 / span 1;
    grid-row: 1 / span 1;
    text-align: right;
  }
}
@media (max-width: 575.98px) {
  .c-timeline-section .el-timeline-item.item-left {
    padding-right: 0;
    padding-left: 1rem;
  }
  .c-timeline-section .el-timeline-item.item-left:before {
    right: unset;
    left: -1.275rem;
  }
  .c-timeline-section .el-timeline-item.item-left .el-timeline-item-date {
    text-align: left;
  }
  .c-timeline-section .el-timeline-item.item-left .el-timeline-item-date > span {
    text-align: left;
  }
}
.c-timeline-section .el-timeline-item.item-right {
  grid-template-columns: max(24.6875%, 6.25rem) auto;
}
.c-timeline-section .el-timeline-item.item-right .el-timeline-item-body {
  grid-column: 2 / span 1;
}
.c-timeline-section .el-timeline-item.item-right .el-timeline-item-date {
  grid-column: 1 / span 1;
}
.c-timeline-section .el-timeline-item.item-right .el-timeline-item-date > span {
  text-align: left;
}
.c-timeline-section .el-timeline-item.item-right:before {
  left: -1.275rem;
}
@media (max-width: 767.98px) {
  .c-timeline-section .el-timeline-item.item-right {
    grid-template-columns: 1fr;
    padding-left: 1rem;
  }
  .c-timeline-section .el-timeline-item.item-right .el-timeline-item-body {
    grid-column: 1 / span 1;
    grid-row: 2 / span 1;
  }
  .c-timeline-section .el-timeline-item.item-right .el-timeline-item-date {
    grid-column: 1 / span 1;
    grid-row: 1 / span 1;
    text-align: left;
  }
}
@media (max-width: 575.98px) {
  .c-timeline-section .el-timeline-item.item-right:before {
    left: -1.275rem;
  }
}
.c-timeline-section .el-timeline-item-date {
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.4;
}
.c-timeline-section .el-timeline-item-link {
  position: relative;
  font-size: 1rem;
  font-weight: 600;
  color: inherit;
  line-height: 1.5625;
  text-decoration: none;
  display: inline-block;
}
.c-timeline-section .el-timeline-item-link:after {
  content: " ";
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.1375rem;
  border-radius: 0.06875rem;
  background-color: #E0DCD6;
  display: block;
  transition: all 0.3s ease;
  transform: scale(1, 1) translate(0, 0.25rem);
}
.c-timeline-section .el-timeline-item-link:hover:after {
  transform: scale(0, 1) translate(0, 0.25rem);
}
.search_layer {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 0%;
  left: 0;
  top: 0;
  overflow: hidden;
  background: #fff;
  transition: all 0.4s ease-in-out;
}
.search_layer .close_search_layer {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.search_layer__content {
  padding: 2.5rem 0 6.875rem;
  height: 100%;
}
.search_layer__content .nano-content {
  overflow: hidden;
}
.search_layer__content .results a {
  font-size: 1.25rem;
  font-weight: 600;
}
.search_layer p {
  font-size: 1.25rem;
}
.search_layer p b, .search_layer p strong {
  color: #E0DCD6;
  font-weight: 700;
}
.search_layer p em {
  font-weight: 700;
  font-style: normal;
}
.search_layer .form-control {
  background-color: transparent;
  border: 0;
  border-bottom: 0.0625rem solid #232323;
  font-size: 2.8125rem;
  font-weight: 700;
  color: #232323;
  border-radius: 0;
  padding-left: 0;
}
.search_layer .form-control::placeholder {
  font-size: 2.8125rem;
  font-weight: 700;
  color: #6D6D6D;
}
.search_layer .form-control:focus {
  box-shadow: none;
}
.search_layer .nano > .nano-pane {
  z-index: 5;
}
.search_layer.active {
  height: 100%;
  overflow: auto;
}
.section-temp-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  filter: opacity(0);
}

/*# sourceMappingURL=bootstrap-reset-9f9d1087.css.map */