.mt-15 {
  margin-top: 15px;
}

.mx-15 {
  margin-right: 15px;
  margin-left: 15px;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-slider .slick-list:focus {
  outline: none;
}
.slick-slider .slick-list.dragging {
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-slider .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
.slick-loading .slick-slider .slick-track {
  visibility: hidden;
}
.slick-slide {
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-slider.slick-dotted {
  margin-bottom: 3.13rem;
}
.slick-slider .slick-dots {
  position: absolute;
  left: 0;
  bottom: -3.12rem;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center;
  color: currentColor;
}
.slick-slider .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  line-height: 0;
  padding-left: 0.32rem;
  padding-right: 0.32rem;
}
.slick-slider .slick-dots li button {
  width: 0.63rem;
  height: 0.63rem;
  padding: 0;
  border: 1px solid currentColor;
  color: currentColor;
  border-radius: 100%;
  font-size: 0;
  background-color: transparent;
  transition: background-color ease 0.3s, opacity ease 0.3s;
}
.slick-slider .slick-dots li button:focus, .slick-slider .slick-dots li button:hover {
  outline: none;
  cursor: pointer;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.8;
}
.slick-slider .slick-dots li.slick-active button {
  background-color: currentColor;
  color: currentColor;
}

.custom-arrow .slick-arrow {
  position: relative;
  top: -0.62rem;
}

.slick-arrow {
  position: absolute;
  top: calc(50% - 28px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 3.44rem;
  height: 3.44rem;
  font-size: 0;
  background-color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 6.25rem;
  box-shadow: none;
  outline: none;
  transition: 0.3s;
  cursor: pointer;
  z-index: 9;
}
@media (max-width: 991px) {
  .slick-arrow {
    top: calc(50% - 20px);
    width: 2.5rem;
    height: 2.5rem;
  }
}
.slick-arrow:hover {
  outline: none;
  background-color: #605a5a;
  border-color: #605a5a;
}
.slick-arrow:hover:before {
  color: #ffffff;
}
.slick-arrow:before {
  font-family: "florilegium" !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-transform: none;
  content: "c";
  color: #ce5868;
  font-size: 1.88rem;
}
@media (max-width: 991px) {
  .slick-arrow:before {
    font-size: 1.38rem;
  }
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-next {
  right: 0;
}
.slick-arrow.slick-next:before {
  font-family: "florilegium" !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-transform: none;
  content: "d";
}
.slick-arrow.slick-hidden {
  display: none;
}

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

.fancybox-active {
  height: auto;
}

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

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  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(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
[dir=rtl] .fancybox-infobar,
[dir=rtl] .fancybox-toolbar,
[dir=rtl] .fancybox-caption,
[dir=rtl] .fancybox-navigation .fancybox-button {
  direction: rtl;
}

.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 0.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;
}
[dir=rtl] .fancybox-toolbar {
  left: 0;
  right: auto;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}
[dir=rtl] .fancybox-stage {
  direction: rtl;
}
.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--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 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;
  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-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;
}
[dir=rtl] .fancybox-content {
  text-align: right;
}
.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-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-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-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, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
  color: #ccc;
  /* Fix IE11 */
}
.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;
}
.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;
  transform: scaleX(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: 0.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;
  left: 0;
  top: 0;
}
[dir=rtl] .fancybox-slide--html .fancybox-close-small {
  right: 0;
  left: auto;
}

.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-top: 31px;
  padding-right: 26px;
  padding-bottom: 31px;
  padding-left: 6px;
}
[dir=rtl] .fancybox-navigation .fancybox-button--arrow_left {
  padding-right: 6px;
  padding-left: 26px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding-top: 31px;
  padding-right: 6px;
  padding-bottom: 31px;
  padding-left: 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
[dir=rtl] .fancybox-navigation .fancybox-button--arrow_right {
  padding-right: 26px;
  padding-left: 6px;
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 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-top: 75px;
  padding-right: 44px;
  padding-bottom: 25px;
  padding-left: 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
.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 {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin-top: -25px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
[dir=rtl] .fancybox-loading {
  margin-right: -25px;
  margin-left: 0;
}

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

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 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(0.19, 1, 0.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(0.5, 0.5, 0.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;
  transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  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(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.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-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}
/* 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-top: 0;
  margin-right: 5px;
  margin-bottom: 10px;
  margin-left: 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.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;
}
[dir=rtl] .fancybox-share__button svg {
  margin-left: 7px;
  margin-right: 0;
}
.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-top: 2px;
  padding-right: 2px;
  padding-bottom: 4px;
  padding-left: 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-x .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, 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, 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 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.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);
  }
}
/* This stylesheet generated by Transfonter (http://transfonter.org) on November 22, 2016 6:18 AM */
@font-face {
  font-family: "Gotham";
  src: url("/application/themes/grootbos/fonts/florilegium/generated/GothamBook.eot");
  src: url("/application/themes/grootbos/fonts/florilegium/generated/GothamBook.eot?#iefix") format("embedded-opentype"), url("/application/themes/grootbos/fonts/florilegium/generated/GothamBook.woff2") format("woff2"), url("/application/themes/grootbos/fonts/florilegium/generated/GothamBook.woff") format("woff"), url("/application/themes/grootbos/fonts/florilegium/generated/GothamBook.ttf") format("truetype"), url("/application/themes/grootbos/fonts/florilegium/generated/GothamBook.svg#GothamBook") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("/application/themes/grootbos/fonts/florilegium/generated/GothamBook-Italic.eot");
  src: url("/application/themes/grootbos/fonts/florilegium/generated/GothamBook-Italic.eot?#iefix") format("embedded-opentype"), url("/application/themes/grootbos/fonts/florilegium/generated/GothamBook-Italic.woff2") format("woff2"), url("/application/themes/grootbos/fonts/florilegium/generated/GothamBook-Italic.woff") format("woff"), url("/application/themes/grootbos/fonts/florilegium/generated/GothamBook-Italic.ttf") format("truetype"), url("/application/themes/grootbos/fonts/florilegium/generated/GothamBook-Italic.svg#GothamBook-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Gotham";
  src: url("/application/themes/grootbos/fonts/florilegium/generated/GothamLight.eot");
  src: url("/application/themes/grootbos/fonts/florilegium/generated/GothamLight.eot?#iefix") format("embedded-opentype"), url("/application/themes/grootbos/fonts/florilegium/generated/GothamLight.woff2") format("woff2"), url("/application/themes/grootbos/fonts/florilegium/generated/GothamLight.woff") format("woff"), url("/application/themes/grootbos/fonts/florilegium/generated/GothamLight.ttf") format("truetype"), url("/application/themes/grootbos/fonts/florilegium/generated/GothamLight.svg#GothamLight") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("/application/themes/grootbos/fonts/florilegium/generated/GothamMedium.eot");
  src: url("/application/themes/grootbos/fonts/florilegium/generated/GothamMedium.eot?#iefix") format("embedded-opentype"), url("/application/themes/grootbos/fonts/florilegium/generated/GothamMedium.woff2") format("woff2"), url("/application/themes/grootbos/fonts/florilegium/generated/GothamMedium.woff") format("woff"), url("/application/themes/grootbos/fonts/florilegium/generated/GothamMedium.ttf") format("truetype"), url("/application/themes/grootbos/fonts/florilegium/generated/GothamMedium.svg#GothamMedium") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("/application/themes/grootbos/fonts/florilegium/generated/Gotham-Bold.woff2") format("woff2"), url("/application/themes/grootbos/fonts/florilegium/generated/Gotham-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Trajan Pro";
  src: url("/application/themes/grootbos/fonts/florilegium/generated/TrajanPro-Regular.eot");
  src: url("/application/themes/grootbos/fonts/florilegium/generated/TrajanPro-Regular.eot?#iefix") format("embedded-opentype"), url("/application/themes/grootbos/fonts/florilegium/generated/TrajanPro-Regular.woff2") format("woff2"), url("/application/themes/grootbos/fonts/florilegium/generated/TrajanPro-Regular.woff") format("woff"), url("/application/themes/grootbos/fonts/florilegium/generated/TrajanPro-Regular.ttf") format("truetype"), url("/application/themes/grootbos/fonts/florilegium/generated/TrajanPro-Regular.svg#TrajanPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Trajan Pro";
  src: url("/application/themes/grootbos/fonts/florilegium/generated/TrajanPro-Bold.eot");
  src: url("/application/themes/grootbos/fonts/florilegium/generated/TrajanPro-Bold.eot?#iefix") format("embedded-opentype"), url("/application/themes/grootbos/fonts/florilegium/generated/TrajanPro-Bold.woff2") format("woff2"), url("/application/themes/grootbos/fonts/florilegium/generated/TrajanPro-Bold.woff") format("woff"), url("/application/themes/grootbos/fonts/florilegium/generated/TrajanPro-Bold.ttf") format("truetype"), url("/application/themes/grootbos/fonts/florilegium/generated/TrajanPro-Bold.svg#TrajanPro-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
/* icon font */
@font-face {
  font-family: "florilegium";
  src: url("/application/themes/grootbos/fonts/florilegium/icons/florilegium.eot");
  src: url("/application/themes/grootbos/fonts/florilegium/icons/florilegium.eot?#iefix") format("embedded-opentype"), url("/application/themes/grootbos/fonts/florilegium/icons/florilegium.woff") format("woff"), url("/application/themes/grootbos/fonts/florilegium/icons/florilegium.ttf") format("truetype"), url("/application/themes/grootbos/fonts/florilegium/icons/florilegium.svg#florilegium") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "florilegium" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "florilegium" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-play:before {
  content: "a";
}

.icon-arrow-down:before {
  content: "b";
}

.icon-arrow-left:before {
  content: "c";
}

.icon-arrow-right:before {
  content: "d";
}

.icon-arrow-up:before {
  content: "e";
}

.icon-email-black:before {
  content: "f";
}

.icon-facebook:before {
  content: "g";
}

.icon-instagram:before {
  content: "h";
}

.icon-linkedin:before {
  content: "i";
}

.icon-pinterest:before {
  content: "j";
}

.icon-call:before {
  content: "k";
}

.icon-email:before {
  content: "l";
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
a,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-size: inherit;
  background: transparent;
  border: 0;
  outline: none;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  height: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}

* {
  box-sizing: border-box;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

html {
  font-size: 100%;
}

body {
  min-height: 100%;
  height: auto;
  color: #3d3938;
  font-size: 1rem;
  font-family: "Gotham", "Arial", sans-serif;
  line-height: 1.7;
  background-color: #ffffff;
}
body::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(96, 90, 90, 0.8);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
body::-webkit-scrollbar-thumb:window-inactive {
  background: #9f7c5e;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body {
    height: 100%;
  }
}

h1,
.h1 {
  margin-bottom: 0.94rem;
  font-family: "Trajan Pro", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  color: currentColor;
}
h1 a,
.h1 a {
  color: inherit;
  text-decoration: none;
}

h2,
.h2 {
  margin-bottom: 0.94rem;
  font-family: "Trajan Pro", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  color: currentColor;
}
h2 a,
.h2 a {
  color: inherit;
  text-decoration: none;
}

h3,
.h3 {
  margin-bottom: 0.94rem;
  font-family: "Trajan Pro", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  color: currentColor;
}
h3 a,
.h3 a {
  color: inherit;
  text-decoration: none;
}

h4,
.h4 {
  margin-bottom: 0.94rem;
  font-family: "Trajan Pro", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  color: currentColor;
}
h4 a,
.h4 a {
  color: inherit;
  text-decoration: none;
}

h5,
.h5 {
  margin-bottom: 0.94rem;
  font-family: "Trajan Pro", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  color: currentColor;
}
h5 a,
.h5 a {
  color: inherit;
  text-decoration: none;
}

h6,
.h6 {
  margin-bottom: 0.94rem;
  font-family: "Trajan Pro", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  color: currentColor;
}
h6 a,
.h6 a {
  color: inherit;
  text-decoration: none;
}

h1,
.h1 {
  font-size: 2rem;
}
@media (max-width: 767px) {
  h1,
.h1 {
    font-size: 1.3333333333rem;
  }
}

h2,
.h2 {
  font-size: 1.75rem;
}
@media (max-width: 767px) {
  h2,
.h2 {
    font-size: 1.1666666667rem;
  }
}

h3,
.h3 {
  font-size: 1.38rem;
}
@media (max-width: 767px) {
  h3,
.h3 {
    font-size: 0.92rem;
  }
}

h4,
.h4 {
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  h4,
.h4 {
    font-size: 1.0416666667rem;
  }
}

h5,
.h5 {
  font-size: 1.13rem;
}
@media (max-width: 767px) {
  h5,
.h5 {
    font-size: 1.0272727273rem;
  }
}

h6,
.h6 {
  font-size: 1rem;
}
@media (max-width: 767px) {
  h6,
.h6 {
    font-size: 0.9090909091rem;
  }
}

p {
  margin-bottom: 15px;
  color: currentColor;
}
p:last-child {
  margin-bottom: 0;
}

ul {
  padding-left: 0.63rem;
  margin-bottom: 0.94rem;
}
ul ul {
  margin-bottom: 0;
}
ul li {
  padding-top: 0.38rem;
  padding-bottom: 0.38rem;
}
ul li:last-child {
  padding-bottom: 0;
}

ol {
  padding-left: 1.25rem;
  margin-bottom: 0.94rem;
}
ol ol {
  margin-bottom: 0;
}
ol li {
  padding-top: 0.38rem;
  padding-bottom: 0.38rem;
}
ol li:last-child {
  padding-bottom: 0;
}

blockquote {
  position: relative;
  display: block;
  margin-bottom: 1.57rem;
  padding: 1.25rem 1.25rem;
  text-align: left;
  line-height: 2;
  font-size: 1.13rem;
  font-style: italic;
  color: #3d3938;
  background-color: #e5e0dc;
  border-left: 0.25rem solid #9f7c5e;
}
blockquote p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

hr {
  height: 0;
  margin: 0.63rem auto 2.5rem;
  border: 0 #000000 solid;
  border-top-width: 0.07rem;
  overflow: visible;
}

img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: top;
  border: none;
}
img[src$=".svg"] {
  width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: top;
}

picture {
  display: inline-block;
  vertical-align: top;
}

a {
  color: #9f7c5e;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}
a:hover, a:focus {
  color: #000000;
  text-decoration: underline;
  outline: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}
table td {
  text-align: left;
  font-weight: normal;
}

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

.table-bordered {
  width: 100%;
  max-width: 100%;
  text-align: left;
}
.table-bordered td,
.table-bordered th {
  vertical-align: bottom;
  border-bottom: 0.07rem solid #e5e0dc;
  padding: 0.63rem;
}

.container {
  width: 100%;
  max-width: 75.01rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.94rem;
  padding-right: 0.94rem;
}
.container-fluid {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 50px;
  padding-left: 50px;
}
.container-sm {
  width: 100%;
  max-width: 61.26rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.94rem;
  padding-right: 0.94rem;
}
.container-xl {
  width: 100%;
  max-width: 121.88rem;
  margin-left: auto;
  margin-right: auto;
}
.container-half {
  width: 100%;
  max-width: 60rem;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.94rem;
  margin-left: -0.94rem;
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class*=cell-] {
  padding-right: 0;
  padding-left: 0;
}

[class*=cell-] {
  padding-left: 0.94rem;
  padding-right: 0.94rem;
  position: relative;
  width: 100%;
}

.space-y {
  padding-top: 1.88rem;
  padding-bottom: 1.88rem;
}
@media (min-width: 768px) {
  .space-y {
    padding-top: 3.13rem;
    padding-bottom: 3.13rem;
  }
}
@media (min-width: 992px) {
  .space-y {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.d-none {
  display: none;
}
.d-block {
  display: block;
}
.d-flex {
  display: flex;
  flex-wrap: wrap;
}
.d-flex-inline {
  display: inline-flex;
}
.d-flex img {
  align-self: center;
}

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

.align-items-start {
  align-items: flex-start;
}
.align-items-center {
  align-items: center;
}
.align-items-end {
  align-items: flex-end;
}
.align-content-center {
  align-content: center;
}
.alignnone {
  float: none;
  margin: 20px 0;
}
.aligncenter {
  display: block;
  clear: both;
  margin: 20px auto;
}
.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.justify-content-start {
  justify-content: flex-start;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-end {
  justify-content: flex-end;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-around {
  justify-content: space-around;
}
.justify-content-evenly {
  justify-content: space-evenly;
}

.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}

.font-normal {
  font-weight: 400;
}
.font-medium {
  font-weight: 500;
}
.font-bold {
  font-weight: 700;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.pb-30 {
  padding-bottom: 30px;
}

.cell-1 {
  width: 8.3333333333%;
}

.cell-2 {
  width: 16.6666666667%;
}

.cell-3 {
  width: 25%;
}

.cell-4 {
  width: 33.3333333333%;
}

.cell-5 {
  width: 41.6666666667%;
}

.cell-6 {
  width: 50%;
}

.cell-7 {
  width: 58.3333333333%;
}

.cell-8 {
  width: 66.6666666667%;
}

.cell-9 {
  width: 75%;
}

.cell-10 {
  width: 83.3333333333%;
}

.cell-11 {
  width: 91.6666666667%;
}

.cell-12 {
  width: 100%;
}

@media (min-width: 576px) {
  .cell-sm-1 {
    width: 8.3333333333%;
  }
  .cell-sm-2 {
    width: 16.6666666667%;
  }
  .cell-sm-3 {
    width: 25%;
  }
  .cell-sm-4 {
    width: 33.3333333333%;
  }
  .cell-sm-5 {
    width: 41.6666666667%;
  }
  .cell-sm-6 {
    width: 50%;
  }
  .cell-sm-7 {
    width: 58.3333333333%;
  }
  .cell-sm-8 {
    width: 66.6666666667%;
  }
  .cell-sm-9 {
    width: 75%;
  }
  .cell-sm-10 {
    width: 83.3333333333%;
  }
  .cell-sm-11 {
    width: 91.6666666667%;
  }
  .cell-sm-12 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .cell-md-1 {
    width: 8.3333333333%;
  }
  .cell-md-2 {
    width: 16.6666666667%;
  }
  .cell-md-3 {
    width: 25%;
  }
  .cell-md-4 {
    width: 33.3333333333%;
  }
  .cell-md-5 {
    width: 41.6666666667%;
  }
  .cell-md-6 {
    width: 50%;
  }
  .cell-md-7 {
    width: 58.3333333333%;
  }
  .cell-md-8 {
    width: 66.6666666667%;
  }
  .cell-md-9 {
    width: 75%;
  }
  .cell-md-10 {
    width: 83.3333333333%;
  }
  .cell-md-11 {
    width: 91.6666666667%;
  }
  .cell-md-12 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cell-lg-1 {
    width: 8.3333333333%;
  }
  .cell-lg-2 {
    width: 16.6666666667%;
  }
  .cell-lg-3 {
    width: 25%;
  }
  .cell-lg-4 {
    width: 33.3333333333%;
  }
  .cell-lg-5 {
    width: 41.6666666667%;
  }
  .cell-lg-6 {
    width: 50%;
  }
  .cell-lg-7 {
    width: 58.3333333333%;
  }
  .cell-lg-8 {
    width: 66.6666666667%;
  }
  .cell-lg-9 {
    width: 75%;
  }
  .cell-lg-10 {
    width: 83.3333333333%;
  }
  .cell-lg-11 {
    width: 91.6666666667%;
  }
  .cell-lg-12 {
    width: 100%;
  }
}
@media (min-width: 1439px) {
  .cell-xl-1 {
    width: 8.3333333333%;
  }
  .cell-xl-2 {
    width: 16.6666666667%;
  }
  .cell-xl-3 {
    width: 25%;
  }
  .cell-xl-4 {
    width: 33.3333333333%;
  }
  .cell-xl-5 {
    width: 41.6666666667%;
  }
  .cell-xl-6 {
    width: 50%;
  }
  .cell-xl-7 {
    width: 58.3333333333%;
  }
  .cell-xl-8 {
    width: 66.6666666667%;
  }
  .cell-xl-9 {
    width: 75%;
  }
  .cell-xl-10 {
    width: 83.3333333333%;
  }
  .cell-xl-11 {
    width: 91.6666666667%;
  }
  .cell-xl-12 {
    width: 100%;
  }
}
button,
input[type=button],
input[type=reset],
input[type=submit], .btn {
  display: inline-block;
  padding: 0.82rem 1.88rem;
  vertical-align: top;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  border-radius: 0px;
  background-color: #3d3938;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover, .btn:hover, button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus, .btn:focus, a:hover button,
a:hover input[type=button],
a:hover input[type=reset],
a:hover input[type=submit], a:hover .btn {
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
  background-color: #605a5a;
}

.btn-primary {
  background-color: transparent;
  border: 1px solid #ffffff;
}
.btn-primary:hover {
  background-color: #ffffff;
  color: #3d3938;
}
.btn-secondary {
  background-color: transparent;
  border: 1px solid #3d3938;
  color: #3d3938;
}
.btn-secondary:hover {
  background-color: #3d3938;
  color: #ffffff;
}
.btn-link {
  padding: 0.63rem;
  font-size: 0.88rem;
  text-decoration: none;
  text-transform: uppercase;
  color: #3d3938;
  border-bottom: 0.07rem solid #3d3938;
}
.btn-link:hover, .btn-link:focus {
  background-color: #3d3938;
  color: #ffffff;
  text-decoration: none;
}

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

form label {
  display: block;
  margin-bottom: 0.63rem;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Gotham", "Arial", sans-serif;
  font-size: 1rem;
  color: #3d3938;
}

input,
textarea,
button,
select {
  font-family: "Gotham", "Arial", sans-serif;
}

input[type=url],
input[type=text],
input[type=submit],
input[type=button],
input[type=password],
input[type=email],
input[type=tel],
input[type=search],
textarea {
  -webkit-appearance: none;
  outline: none;
}
input[type=url]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=submit]::-webkit-input-placeholder,
input[type=button]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
input[type=url]:-moz-placeholder,
input[type=text]:-moz-placeholder,
input[type=submit]:-moz-placeholder,
input[type=button]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=search]:-moz-placeholder,
textarea:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
input[type=url]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=submit]::-moz-placeholder,
input[type=button]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=search]::-moz-placeholder,
textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
input[type=url]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=submit]:-ms-input-placeholder,
input[type=button]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

input[type=url],
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=search],
input[type=number],
textarea,
select {
  width: 100%;
  height: 2.63rem;
  padding: 0 0.94rem;
  color: #000000;
  font-size: 1rem;
  font-weight: 400;
  border: 0.07rem solid #605a5a;
  border-radius: 0;
}
input[type=url]:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=search]:focus,
input[type=number]:focus,
textarea:focus,
select:focus {
  border-color: #605a5a;
  outline: none;
}

textarea {
  display: block;
  height: 9.38rem;
  padding: 0.63rem 0.94rem;
  resize: none;
  overflow: auto;
}

select {
  -webkit-appearance: none;
  padding-right: 1.875em;
  background-image: url(/application/themes/grootbos/images/florilegium/select-down-arrow.svg);
  background-size: 0.88rem 0.44rem;
  background-position: right 0.5em center;
  background-repeat: no-repeat;
}

select:focus {
  outline: none;
}

select::-ms-expand {
  display: none;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

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

.radio-btn-group .radio-option {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
}
.radio-btn-group .radio-option:first-child {
  padding-left: 0;
}
.radio-btn-group .radio-option .radio-custom {
  opacity: 0;
  position: absolute;
}
.radio-btn-group .radio-option .radio-custom:focus + .radio-custom-label {
  outline: none;
}
.radio-btn-group .radio-option .radio-custom:checked + .radio-custom-label::before {
  background-color: #000000;
}
.radio-btn-group .radio-option .radio-custom-label {
  margin: 0;
  cursor: pointer;
  color: #000000;
}
.radio-btn-group .radio-option .radio-custom-label::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 0.63rem;
  width: 0.63rem;
  margin-top: -0.19rem;
  margin-right: 0.63rem;
  background-color: #ffffff;
  border: 0.13rem solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 0px 2px #000000;
  cursor: pointer;
}

.checkbox input[type=checkbox] {
  display: none;
  width: initial;
  height: initial;
  margin-bottom: 0;
  padding: 0;
  cursor: pointer;
}
.checkbox input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 7px;
  display: block;
  width: 0.32rem;
  height: 0.63rem;
  border: solid #605a5a;
  border-width: 0 0.13rem 0.13rem 0;
  transform: rotate(42deg);
}
.checkbox label {
  position: relative;
  cursor: pointer;
}
.checkbox label::before {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
  padding: 0.5rem;
  background-color: transparent;
  border: 0.13rem solid #605a5a;
  -webkit-appearance: none;
  cursor: pointer;
}

.main-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  width: 100%;
  min-height: 100%;
}
.main-container {
  width: 100%;
}
.main-content {
  background-color: #f6f5f4;
  margin-top: 1.25rem;
  margin-left: 3vw;
  margin-right: 3vw;
}
@media (max-width: 767px) {
  .main-content {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .main-content {
    margin-top: 1.88rem;
  }
}
@media (min-width: 992px) {
  .main-content {
    margin-top: 3rem;
  }
}

.slick-dots li {
  padding: 0 0.32rem;
}

.hamburger {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 0;
  width: 4rem;
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
  background-color: #336531;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
}
.hamburger span {
  color: #ffffff;
}
.hamburger span:first-child {
  display: block;
}
.nav-open .hamburger span:first-child {
  display: none;
}
.hamburger span:last-child {
  display: none;
}
.nav-open .hamburger span:last-child {
  display: block;
}
.hamburger:hover, .hamburger:focus {
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

@media (min-width: 768px) {
  .mbnav {
    display: none;
  }
}
.mbnav__state {
  position: fixed;
  top: 0;
  left: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  width: 100%;
  background-color: rgba(159, 124, 94, 0.95);
  transition: all 0.3s ease-in-out;
}
.mbnav.is-open .mbnav__state {
  height: 100%;
  pointer-events: all;
  visibility: visible;
  opacity: 1;
}
.mbnav__top {
  display: flex;
  justify-content: flex-end;
  background-color: #9f7c5e;
  padding: 1rem;
}
.mbnav__logo {
  color: #ffffff;
  padding: 15px;
}
.mbnav ul {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
}
.mbnav ul ul {
  display: none;
}
.mbnav ul li {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 1rem;
}
.mbnav ul li a {
  display: block;
  padding: 0.63rem 0.94em;
  color: #ffffff;
  line-height: 1.3;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 2;
  cursor: pointer;
}
.mbnav__caret {
  position: absolute;
  top: 0.32rem;
  right: 2px;
  display: block;
  width: 2.25rem;
  height: 2.25rem;
  cursor: pointer;
}
.mbnav__caret:not(.trigger-caret) {
  pointer-events: none;
}
.mbnav__caret::after, .mbnav__caret::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  width: 1.25em;
  margin: auto;
  height: 2px;
  background: #ffffff;
}
.mbnav__caret::after {
  transform: rotate(-90deg);
  transition: all 0.2s ease;
}

.mbnav ul li.is-open > .mbnav__caret::after {
  transform: rotate(0);
}
.mbnav ul li.has-sub > a {
  padding-right: 2.5rem;
}
.mbnav ul li li {
  font-size: 0.94rem;
}
.mbnav ul li li a {
  padding-left: 1.57rem;
}
.mbnav ul li li li {
  font-size: 0.88rem;
}
.mbnav ul li li li a {
  padding-left: 2.19rem;
}
.mbnav.is-open .mbnav__backdrop {
  opacity: 1;
  z-index: 999;
  visibility: visible;
}
.mbnav__inner {
  max-height: calc(100vh - 80px);
  padding-bottom: 60px;
  overflow-y: auto;
  padding-top: var(--headerPush, 70px);
}

.main-header {
  position: relative;
  width: 100%;
  padding-top: var(--headerPush, 70px);
  z-index: 999;
}
@media (min-width: 768px) {
  .main-header {
    padding-top: var(--headerPush, 140px);
  }
}
.main-header_inner {
  background-color: #ce5868;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  transition: transform 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .main-header_inner {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  }
}
.nav-open .main-header_inner {
  position: fixed !important;
  transform: translateY(0) !important;
  opacity: 1 !important;
}
.pinned .main-header_inner {
  position: fixed;
  opacity: 0;
}
.headroom--pinned .main-header_inner {
  transform: translateY(0);
  opacity: 1;
}
.headroom--unpinned .main-header_inner {
  transform: translateY(-100%);
}
.main-header_top {
  padding-top: 0.63rem;
  padding-bottom: 0.63rem;
}
@media (max-width: 767px) {
  .main-header_top_brand {
    max-width: 10rem;
  }
  .main-header_top_menu {
    display: none;
  }
}
.main-header_top ul {
  margin: 0;
  padding: 0;
}
.main-header_top li {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #ffffff;
}
.main-header_top li:not(:last-child):after {
  content: "|";
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.main-header_top li a {
  font-size: 0.75rem;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
}
.main-header_top li a:hover, .main-header_top li a:focus {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .main-header_hamburger {
    display: none;
  }
}
.main-header_nav {
  background-color: #f6f5f4;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .main-header_nav {
    display: none;
  }
}
.main-header_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main-header_nav ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-header_nav ul li a {
  color: #3d3938;
  font-family: "Trajan Pro", "Arial", sans-serif;
  text-decoration: none;
}
@media (max-width: 991px) {
  .main-header_nav ul li a {
    font-size: 0.88rem;
  }
}
.main-header_nav ul li a:hover {
  color: #9f7c5e;
}

.main-footer {
  width: 100%;
  height: auto;
  padding-left: 3vw;
  padding-right: 3vw;
}
.main-footer_inner {
  background-color: #f6f5f4;
}
.main-footer-brand {
  display: block;
  max-width: 13.75rem;
  margin-bottom: 1.57rem;
}
.footer-top {
  padding-top: 5rem;
  padding-bottom: 3.75rem;
  background-color: #f6f5f4;
}
@media (max-width: 991px) {
  .footer-top {
    padding-top: 3.75rem;
    padding-bottom: 3.13rem;
  }
}
.footer-top p {
  font-size: 0.88rem;
}
.footer-top h4, .footer-top .h4 {
  font-family: "Gotham", "Arial", sans-serif;
  margin-bottom: 1.38rem;
  font-weight: 500;
}
.footer-top .quick-links {
  margin-bottom: 1.88rem;
}
.footer-top .quick-links ul {
  padding: 0;
  margin: 0;
}
.footer-top .quick-links li {
  display: block;
  list-style: none;
}
.footer-top .quick-links li:first-child {
  padding-top: 0;
}
.footer-top .quick-links a {
  font-size: 0.88rem;
  text-decoration: none;
  color: #3d3938;
  border-bottom: 1px solid #3d3938;
  padding-bottom: 0.5rem;
  transition: 0.3s;
}
.footer-top .quick-links a:hover, .footer-top .quick-links a:focus {
  color: #9f7c5e;
  border-bottom: 1px solid #9f7c5e;
}
.footer-top .social-feed ul {
  padding: 0;
  margin: 0;
}
.footer-top .social-feed li {
  display: inline-block;
  list-style: none;
}
.footer-top .social-feed a {
  display: block;
  color: #3d3938;
  font-size: 1.38rem;
  text-decoration: none;
  margin-right: 0.5rem;
}
.footer-top .social-feed a:hover, .footer-top .social-feed a:focus {
  color: #9f7c5e;
}
.footer-top .social-feed .icon-pinterest {
  font-size: 1.5rem;
}
.footer-quick-contact {
  list-style: none;
  padding-left: 0;
}
.footer-quick-contact li {
  padding: 0;
  padding-bottom: 0.32rem;
}
.footer-quick-contact a {
  font-size: 0.88rem;
  color: #3d3938;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
.footer-quick-contact [class*=icon-] {
  font-size: 1.25rem;
  margin-right: 0.63rem;
  display: flex;
}
.footer-bottom {
  padding: 1.57rem 0 1.25rem;
}
.footer-bottom .copyright-line {
  font-size: 0.88rem;
  color: #3d3938;
}
@media (max-width: 991px) {
  .footer-bottom .copyright-line {
    width: 100%;
    text-align: center;
  }
}
.footer-bottom ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .footer-bottom ul {
    width: 100%;
    text-align: center;
  }
}
.footer-bottom ul li {
  display: inline-block;
  list-style: none;
  margin: 0 0.94rem;
  padding: 0.13rem 0;
}
.footer-bottom ul a {
  font-size: 0.88rem;
  text-decoration: none;
  color: #3d3938;
}
.footer-bottom ul a:hover, .footer-bottom ul a:focus {
  color: #9f7c5e;
}

.landing-banner {
  min-height: 100vh;
  padding-top: 1.88rem;
  padding-bottom: 5rem;
  position: relative;
}
@media (min-width: 768px) {
  .landing-banner {
    padding-top: 3.13rem;
  }
}
@media (min-width: 992px) {
  .landing-banner {
    padding-top: 5rem;
  }
}
.landing-banner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
}
.landing-banner .lb_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.landing-banner .lb_wrap {
  position: relative;
  z-index: 9;
}
.landing-banner .lb_brand {
  max-width: 15.63rem;
  width: 90%;
  margin: auto;
}
@media (min-width: 768px) {
  .landing-banner .lb_brand {
    max-width: 20.75rem;
  }
}
.landing-banner .lb_caption {
  margin: 3.38rem auto;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 1.88rem 1.25rem;
}
@media (min-width: 768px) {
  .landing-banner .lb_caption {
    padding: 3.13rem 2.5rem;
  }
}
.landing-banner .lb_caption h1, .landing-banner .lb_caption .h1 {
  text-align: center;
  margin: 0;
  color: #ffffff;
  font-size: 1.63rem;
}
@media (min-width: 576px) {
  .landing-banner .lb_caption h1, .landing-banner .lb_caption .h1 {
    font-size: 1.88rem;
  }
}
@media (min-width: 768px) {
  .landing-banner .lb_caption h1, .landing-banner .lb_caption .h1 {
    font-size: 2.25rem;
  }
}
@media (min-width: 992px) {
  .landing-banner .lb_caption h1, .landing-banner .lb_caption .h1 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1439px) {
  .landing-banner .lb_caption h1, .landing-banner .lb_caption .h1 {
    font-size: 3.5rem;
  }
}

.landing-video-banner {
  position: relative;
}
.landing-video-banner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
}
.landing-video-banner .lvb_img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  position: absolute;
}
.landing-video-banner .lvb_img picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.landing-video-banner .lvb_img picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.landing-video-banner .lvb_wrap {
  position: relative;
  z-index: 9;
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 2.5rem;
  padding-bottom: 2rem;
}
@media (min-width: 1439px) {
  .landing-video-banner .lvb_wrap {
    padding-top: 5rem;
  }
}
.landing-video-banner .lvb_brand {
  max-width: 15.63rem;
  width: 90%;
  margin: auto;
}
@media (min-width: 768px) {
  .landing-video-banner .lvb_brand {
    max-width: 20.75rem;
  }
}
.landing-video-banner .lvb_caption {
  margin-top: 3.38rem;
  padding: 1.88rem 0;
  position: relative;
}
.landing-video-banner .lvb_caption:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 6.25rem;
  border-bottom: 2px solid #ffffff;
}
.landing-video-banner .lvb_caption h1, .landing-video-banner .lvb_caption .h1 {
  text-align: center;
  margin: 0;
  color: #ffffff;
  font-size: 1.63rem;
}
@media (min-width: 576px) {
  .landing-video-banner .lvb_caption h1, .landing-video-banner .lvb_caption .h1 {
    font-size: 1.88rem;
  }
}
@media (min-width: 768px) {
  .landing-video-banner .lvb_caption h1, .landing-video-banner .lvb_caption .h1 {
    font-size: 2.25rem;
  }
}
@media (min-width: 992px) {
  .landing-video-banner .lvb_caption h1, .landing-video-banner .lvb_caption .h1 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1439px) {
  .landing-video-banner .lvb_caption h1, .landing-video-banner .lvb_caption .h1 {
    font-size: 3.5rem;
  }
}
.landing-video-banner .lvb_bottom {
  display: block;
  text-align: center;
  position: relative;
  z-index: 99;
}
.landing-video-banner .lvb_play {
  font-size: 50px;
  width: 1em;
  height: 1em;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.88rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  text-decoration: none;
  margin: auto;
  position: relative;
}
.landing-video-banner .lvb_play-arrow {
  display: flex;
  font-size: 30px;
}
@media (min-width: 992px) {
  .landing-video-banner .lvb_play {
    font-size: 60px;
  }
  .landing-video-banner .lvb_play-arrow {
    font-size: 35px;
  }
}
.landing-video-banner .lvb_play:after, .landing-video-banner .lvb_play:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  border-radius: 50%;
  border: 1px solid #ffffff;
}
.landing-video-banner .lvb_play:before {
  -webkit-animation: ripple 2s linear infinite;
          animation: ripple 2s linear infinite;
}
.landing-video-banner .lvb_play:after {
  -webkit-animation: ripple 2s linear 1s infinite;
          animation: ripple 2s linear 1s infinite;
}
@-webkit-keyframes ripple {
  0% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.75);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes ripple {
  0% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.75);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.landing-video-banner .lvb_gonext {
  text-decoration: none;
  display: inline-block;
  margin-top: 3.13rem;
}
.landing-video-banner .lvb_gonext-arrow {
  font-size: 38px;
  width: 1em;
  height: 1em;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.landing-video-banner .lvb_gonext-arrow:before {
  font-size: 1.25rem;
}
@media (min-width: 992px) {
  .landing-video-banner .lvb_gonext-arrow {
    font-size: 48px;
  }
}
.landing-video-banner .lvb_gonext_text {
  font-size: 0.75rem;
  font-weight: 500;
  color: #ffffff;
}

.half-video-banner {
  position: relative;
}
.half-video-banner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
}
.half-video-banner .lvb_img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  position: absolute;
}
.half-video-banner .lvb_img picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.half-video-banner .lvb_img picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.half-video-banner .lvb_wrap {
  position: relative;
  z-index: 9;
  min-height: 50vh;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 2.5rem;
  padding-bottom: 2rem;
}
@media (min-width: 1439px) {
  .half-video-banner .lvb_wrap {
    padding-top: 5rem;
  }
}
.half-video-banner .lvb_brand {
  max-width: 15.63rem;
  width: 90%;
  margin: auto;
}
@media (min-width: 768px) {
  .half-video-banner .lvb_brand {
    max-width: 20.75rem;
  }
}
.half-video-banner .lvb_caption {
  margin-top: 3.38rem;
  padding: 1.88rem 0;
  position: relative;
}
.half-video-banner .lvb_caption:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 6.25rem;
  border-bottom: 2px solid #ffffff;
}
.half-video-banner .lvb_caption h1, .half-video-banner .lvb_caption .h1 {
  text-align: center;
  margin: 0;
  color: #ffffff;
  font-size: 1.63rem;
}
@media (min-width: 576px) {
  .half-video-banner .lvb_caption h1, .half-video-banner .lvb_caption .h1 {
    font-size: 1.88rem;
  }
}
@media (min-width: 768px) {
  .half-video-banner .lvb_caption h1, .half-video-banner .lvb_caption .h1 {
    font-size: 2.25rem;
  }
}
@media (min-width: 992px) {
  .half-video-banner .lvb_caption h1, .half-video-banner .lvb_caption .h1 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1439px) {
  .half-video-banner .lvb_caption h1, .half-video-banner .lvb_caption .h1 {
    font-size: 3.5rem;
  }
}
.half-video-banner .lvb_bottom {
  display: block;
  text-align: center;
  position: relative;
  z-index: 99;
}
.half-video-banner .lvb_play {
  font-size: 50px;
  width: 1em;
  height: 1em;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.88rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  text-decoration: none;
  margin: auto;
  position: relative;
}
.half-video-banner .lvb_play-arrow {
  display: flex;
  font-size: 30px;
}
@media (min-width: 992px) {
  .half-video-banner .lvb_play {
    font-size: 60px;
  }
  .half-video-banner .lvb_play-arrow {
    font-size: 35px;
  }
}
.half-video-banner .lvb_play:after, .half-video-banner .lvb_play:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  border-radius: 50%;
  border: 1px solid #ffffff;
}
.half-video-banner .lvb_play:before {
  -webkit-animation: ripple 2s linear infinite;
          animation: ripple 2s linear infinite;
}
.half-video-banner .lvb_play:after {
  -webkit-animation: ripple 2s linear 1s infinite;
          animation: ripple 2s linear 1s infinite;
}
@keyframes ripple {
  0% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.75);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.half-video-banner .lvb_gonext {
  text-decoration: none;
  display: inline-block;
  margin-top: 3.13rem;
}
.half-video-banner .lvb_gonext-arrow {
  font-size: 38px;
  width: 1em;
  height: 1em;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.half-video-banner .lvb_gonext-arrow:before {
  font-size: 1.25rem;
}
@media (min-width: 992px) {
  .half-video-banner .lvb_gonext-arrow {
    font-size: 48px;
  }
}
.half-video-banner .lvb_gonext_text {
  font-size: 0.75rem;
  font-weight: 500;
  color: #ffffff;
}

.page-banner {
  position: relative;
  padding-top: 38%;
  background: linear-gradient(50deg, #9f7c5e, rgba(159, 124, 94, 0.5));
  background-size: 400% 400%;
  -webkit-animation: imgLoading 15s ease infinite;
          animation: imgLoading 15s ease infinite;
  -webkit-backface-visibility: hidden;
  min-height: 15.63rem;
}
.page-banner picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@-webkit-keyframes imgLoading {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 0;
  }
}
@keyframes imgLoading {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 0;
  }
}

.page-intro {
  text-align: center;
  background-image: var(--page-intro-bg);
  background-position: bottom left;
  background-repeat: no-repeat;
}
.page-intro:not(.no-hspace) {
  padding-top: 1.88rem;
  padding-bottom: 1.88rem;
}
@media (min-width: 768px) {
  .page-intro:not(.no-hspace) {
    padding-top: 3.13rem;
    padding-bottom: 3.13rem;
  }
}
@media (min-width: 992px) {
  .page-intro:not(.no-hspace) {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.page-intro p {
  line-height: 1.4;
  color: currentColor;
}
@media (min-width: 992px) {
  .page-intro p {
    font-size: 1.13rem;
  }
}
.page-intro.style-1 {
  background-color: #9f7c5e;
  color: #ffffff;
}
.page-intro.style-2 {
  background-color: #59755d;
  color: #ffffff;
}
.page-intro.style-3 {
  background-color: #b95f17;
  color: #ffffff;
}
.page-intro.style-4 {
  background-color: #ce5868;
  color: #ffffff;
}

.highlight-info-card {
  background-color: #ffffff;
}
.highlight-info-card h3,
.highlight-info-card .h3 {
  color: #9f7c5e;
}
.highlight-info-card .hic_row {
  padding-top: 1.88rem;
}
.highlight-info-card .hic_row_text {
  padding-top: 1.88rem;
  padding-bottom: 1.88rem;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.highlight-info-card .hic_row_text p {
  color: #605a5a;
}
.highlight-info-card .hic_row_img {
  min-height: 13.75rem;
  max-height: 18.75rem;
  overflow: hidden;
  position: relative;
  padding-top: 25%;
  background: linear-gradient(50deg, #9f7c5e, rgba(159, 124, 94, 0.5));
  background-size: 400% 400%;
  -webkit-animation: imgLoading 15s ease infinite;
          animation: imgLoading 15s ease infinite;
  -webkit-backface-visibility: hidden;
}
.highlight-info-card .hic_row_img picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.highlight-info-card .hic_row_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@keyframes imgLoading {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 0;
  }
}
@media (min-width: 992px) {
  .highlight-info-card .hic_row {
    padding-top: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .highlight-info-card .hic_row_text {
    width: 50%;
    padding: 1.88rem 2.5rem;
    text-align: left;
  }
}
@media (min-width: 992px) and (min-width: 1439px) {
  .highlight-info-card .hic_row_text {
    padding: 1.88rem 5.5rem;
  }
}
@media (min-width: 992px) {
  .highlight-info-card .hic_row_img {
    width: 50%;
  }
}
.highlight-info-card .hic_row:nth-child(odd) .hic_row_img {
  order: 1;
}
.highlight-info-card .hic_row:nth-child(odd) .hic_row_text {
  justify-content: flex-end;
}

.image-carousel_outer {
  padding-top: 1.88rem;
  padding-bottom: 1.88rem;
}
@media (min-width: 768px) {
  .image-carousel_outer {
    padding-top: 3.13rem;
    padding-bottom: 3.13rem;
  }
}
@media (min-width: 992px) {
  .image-carousel_outer {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (max-width: 767px) {
  .image-carousel_outer {
    padding-right: 1.88rem;
    padding-left: 1.88rem;
  }
}
.image-carousel_outer.style-1 {
  background-color: #9f7c5e;
  color: #ffffff;
}
.image-carousel_outer.style-2 {
  background-color: #59755d;
  color: #ffffff;
}
.image-carousel_outer.style-3 {
  background-color: #b95f17;
  color: #ffffff;
}
.image-carousel_outer.style-4 {
  background-color: #ce5868;
  color: #ffffff;
}
@media (min-width: 992px) {
  .image-carousel {
    margin-top: 1.88rem;
  }
}
.image-carousel:not(.slick-initialized) .ic_slide {
  max-width: 12.5rem;
}
.image-carousel:not(.slick-initialized) .ic_slide:not(:first-child) {
  display: none;
}
.image-carousel .slick-prev {
  left: -2.5rem;
}
@media (min-width: 992px) {
  .image-carousel .slick-prev {
    left: -3.75rem;
  }
}
@media (min-width: 1439px) {
  .image-carousel .slick-prev {
    left: -8.75rem;
  }
}
.image-carousel .slick-next {
  right: -2.5rem;
}
@media (min-width: 992px) {
  .image-carousel .slick-next {
    right: -3.75rem;
  }
}
@media (min-width: 1439px) {
  .image-carousel .slick-next {
    right: -8.75rem;
  }
}
.image-carousel .ic_slide {
  padding: 0.94rem;
}
.image-carousel .ic_slide-circle {
  overflow: hidden;
  border-radius: 100%;
  position: relative;
  padding-top: 100%;
  background: linear-gradient(50deg, #9f7c5e, rgba(159, 124, 94, 0.5));
  background-size: 400% 400%;
  -webkit-animation: imgLoading 15s ease infinite;
          animation: imgLoading 15s ease infinite;
  -webkit-backface-visibility: hidden;
}
.image-carousel .ic_slide-circle picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.image-carousel .ic_slide-circle img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@keyframes imgLoading {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 0;
  }
}
.image-carousel .ic_slide-circle img {
  border: 8px solid #ffffff;
  border-radius: 100%;
}
@media (min-width: 768px) {
  .image-carousel .ic_slide-circle img {
    filter: grayscale(1);
    transition: 0.3s;
  }
}
.image-carousel .ic_slide-caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 100%;
  border: 8px solid #ffffff;
}
@media (min-width: 768px) {
  .image-carousel .ic_slide-caption {
    opacity: 0;
    transform: scale(0);
    transition: ease all 0.3s;
  }
}
.image-carousel .ic_slide-caption * {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
}
.image-carousel .ic_slide:hover .ic_slide-caption {
  opacity: 1;
  transform: scale(1);
}
.image-carousel .ic_slide:hover img {
  filter: grayscale(0);
}

.cta-strip {
  text-align: center;
  background-image: var(--cta-strip-bg);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-color: #ffffff;
  color: #3d3938;
  padding-top: 1.88rem;
  padding-bottom: 1.88rem;
}
@media (min-width: 768px) {
  .cta-strip {
    padding-top: 3.13rem;
    padding-bottom: 3.13rem;
  }
}
@media (min-width: 992px) {
  .cta-strip {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
.cta-strip p {
  line-height: 1.4;
  color: currentColor;
}
@media (min-width: 992px) {
  .cta-strip p {
    font-size: 1.13rem;
  }
}
.cta-strip .btn {
  margin-top: 2.5rem;
}
.cta-strip_img {
  margin-bottom: 2.5rem;
}
.cta-strip.style-1 {
  background-color: #9f7c5e;
  color: #ffffff;
}
.cta-strip.style-2 {
  background-color: #59755d;
  color: #ffffff;
}
.cta-strip.style-3 {
  background-color: #b95f17;
  color: #ffffff;
}
.cta-strip.style-4 {
  background-color: #ce5868;
  color: #ffffff;
}
.cta-strip-btn {
  background-color: #f6f5f4;
}
.cta-strip-btn .btn {
  margin: 0.94rem;
}
@media (max-width: 640px) {
  .cta-strip .btn {
    margin-top: 1rem;
    line-height: 1rem;
  }
}
.cta-strip-btn .h1 {
  margin: 0.94rem;
}

.tabbed-gallery {
  padding-top: 1.88rem;
}
@media (min-width: 768px) {
  .tabbed-gallery {
    padding-top: 3.13rem;
  }
}
@media (min-width: 992px) {
  .tabbed-gallery {
    padding-top: 6.25rem;
  }
}
.tabbed-gallery.style-1 {
  background-color: #9f7c5e;
  color: #ffffff;
}
.tabbed-gallery.style-2 {
  background-color: #59755d;
  color: #ffffff;
}
.tabbed-gallery.style-3 {
  background-color: #b95f17;
  color: #ffffff;
}
.tabbed-gallery.style-4 {
  background-color: #ce5868;
  color: #ffffff;
}
.tabbed-gallery .tg_tab_group {
  padding-top: 1.25rem;
}
@media (min-width: 768px) {
  .tabbed-gallery .tg_tab_group {
    padding-top: 1.88rem;
  }
}
@media (min-width: 992px) {
  .tabbed-gallery .tg_tab_group {
    padding-top: 2.82rem;
  }
}
.tabbed-gallery .tg_tab-switch ul {
  display: none;
}
.tabbed-gallery .tg_tab-switch select {
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .tabbed-gallery .tg_tab-switch ul {
    margin: 0;
    padding: 0;
    border-bottom: 2px solid #ebebea;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .tabbed-gallery .tg_tab-switch li {
    padding: 1rem;
    margin: 0;
    list-style: none;
    cursor: pointer;
    flex: 1 0 auto;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    color: #605a5a;
    transition: 0.3s ease;
    font-size: 0.88rem;
    font-weight: 500;
  }
  .tabbed-gallery .tg_tab-switch li:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 2px;
    background-color: #9f7c5e;
    transition: 0.3s ease;
  }
  .tabbed-gallery .tg_tab-switch li:after {
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #9f7c5e;
    transition: 0.3s ease;
    opacity: 0;
    visibility: hidden;
  }
  .tabbed-gallery .tg_tab-switch li.active {
    color: #9f7c5e;
  }
  .tabbed-gallery .tg_tab-switch li.active:after {
    opacity: 1;
    visibility: visible;
  }
  .tabbed-gallery .tg_tab-switch li.active:before {
    left: 0;
    width: 100%;
  }
  .tabbed-gallery .tg_tab-switch select {
    display: none;
  }
}
.tabbed-gallery .tg_tab-content {
  margin-left: -5px;
  margin-right: -5px;
}
.tabbed-gallery .tg_grid {
  display: flex;
  flex-wrap: wrap;
}
.tabbed-gallery .tg_grid-item {
  width: 50%;
  padding: 5px;
}
@media (min-width: 768px) {
  .tabbed-gallery .tg_grid-item {
    width: 33.33%;
  }
}
@media (min-width: 992px) {
  .tabbed-gallery .tg_grid-item {
    width: 25%;
  }
}
.tabbed-gallery .tg_grid-item img {
  width: 100%;
}

.highlights-carousel {
  padding-top: 1.88rem;
  padding-bottom: 1.88rem;
}
@media (min-width: 768px) {
  .highlights-carousel {
    padding-top: 3.13rem;
    padding-bottom: 3.13rem;
  }
}
@media (min-width: 992px) {
  .highlights-carousel {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
.highlights-carousel.style-1 {
  background-color: #9f7c5e;
  color: #ffffff;
}
.highlights-carousel.style-2 {
  background-color: #59755d;
  color: #ffffff;
}
.highlights-carousel.style-3 {
  background-color: #b95f17;
  color: #ffffff;
}
.highlights-carousel.style-4 {
  background-color: #ce5868;
  color: #ffffff;
}
.highlights-carousel .hc_large {
  background-color: #ffffff;
  margin-top: 3.13rem;
}
@media (max-width: 767px) {
  .highlights-carousel .hc_large-hasCption .slick-arrow {
    top: 17%;
  }
}
.highlights-carousel .hc_large_item {
  position: relative;
}
.highlights-carousel .hc_large-img {
  position: relative;
  padding-top: 41%;
  background: linear-gradient(50deg, #9f7c5e, rgba(159, 124, 94, 0.5));
  background-size: 400% 400%;
  -webkit-animation: imgLoading 15s ease infinite;
          animation: imgLoading 15s ease infinite;
  -webkit-backface-visibility: hidden;
  min-height: 12.5rem;
}
.highlights-carousel .hc_large-img picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.highlights-carousel .hc_large-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@keyframes imgLoading {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 0;
  }
}
@media (min-width: 768px) {
  .highlights-carousel .hc_large-caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.highlights-carousel .hc_large-caption_inner {
  max-width: 31.25rem;
  color: #ffffff;
  text-align: center;
  padding: 1.25rem;
  background-color: #9f7c5e;
}
@media (min-width: 768px) {
  .highlights-carousel .hc_large-caption_inner {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 2.5rem;
  }
}
.highlights-carousel .hc_large-caption_title {
  font-size: 1.38rem;
  font-family: "Gotham", "Arial", sans-serif;
  text-transform: none;
}
.highlights-carousel .hc_large .slick-arrow:not(:hover) {
  background-color: transparent;
}
.highlights-carousel .hc_large .slick-arrow:before {
  color: #ffffff;
}
.highlights-carousel .hc_large .slick-prev {
  left: 0.63rem;
}
@media (min-width: 992px) {
  .highlights-carousel .hc_large .slick-prev {
    left: 3rem;
  }
}
.highlights-carousel .hc_large .slick-next {
  right: 0.63rem;
}
@media (min-width: 992px) {
  .highlights-carousel .hc_large .slick-next {
    right: 3rem;
  }
}
.highlights-carousel .hc_thumb {
  padding-top: 0.63rem;
  max-width: 45rem;
  padding-bottom: 2.5rem;
  margin: auto;
  color: #605a5a;
}
.highlights-carousel .hc_thumb-outer {
  background-color: #ffffff;
}
.highlights-carousel .hc_thumb_item {
  text-align: center;
}
.highlights-carousel .hc_thumb_item_inner {
  border: 4px solid #ffffff;
  margin-left: 0.63rem;
  margin-right: 0.63rem;
  cursor: pointer;
  position: relative;
  padding-top: 51%;
  background: linear-gradient(50deg, #9f7c5e, rgba(159, 124, 94, 0.5));
  background-size: 400% 400%;
  -webkit-animation: imgLoading 15s ease infinite;
          animation: imgLoading 15s ease infinite;
  -webkit-backface-visibility: hidden;
}
.highlights-carousel .hc_thumb_item_inner picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.highlights-carousel .hc_thumb_item_inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@keyframes imgLoading {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 0;
  }
}
.highlights-carousel .hc_thumb_title {
  font-size: 0.75rem;
  text-transform: uppercase;
}
.highlights-carousel .hc_thumb .slick-current .hc_thumb_item_inner {
  border-color: #d1c9bf;
}
.highlights-carousel .hc_thumb .slick-current .hc_thumb_title {
  font-weight: 500;
  border-color: #3d3938;
}

.image-link-grid {
  padding-top: 1.88rem;
  padding-bottom: 1.88rem;
  text-align: center;
}
@media (min-width: 768px) {
  .image-link-grid {
    padding-top: 3.13rem;
    padding-bottom: 3.13rem;
  }
}
@media (min-width: 992px) {
  .image-link-grid {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
.image-link-grid .ilg_block {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.63rem;
}
@media (min-width: 992px) {
  .image-link-grid .ilg_block {
    padding-top: 2.5rem;
  }
}
.image-link-grid .ilg_item {
  width: 50%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .image-link-grid .ilg_item {
    position: relative;
    padding-top: 50%;
    background: linear-gradient(50deg, #9f7c5e, rgba(159, 124, 94, 0.5));
    background-size: 400% 400%;
    -webkit-animation: imgLoading 15s ease infinite;
            animation: imgLoading 15s ease infinite;
    -webkit-backface-visibility: hidden;
  }
  .image-link-grid .ilg_item picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .image-link-grid .ilg_item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  @-webkit-keyframes imgLoading {
    0% {
      background-position: 0% 0%;
    }
    100% {
      background-position: 100% 0;
    }
  }
  @keyframes imgLoading {
    0% {
      background-position: 0% 0%;
    }
    100% {
      background-position: 100% 0;
    }
  }
}
.image-link-grid .ilg_item img {
  filter: grayscale(1);
  transition: 0.3s;
}
.image-link-grid .ilg_item:hover img {
  filter: grayscale(0);
  transform: scale(1.1);
}
.image-link-grid .ilg_item-title {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
}
@media (min-width: 768px) {
  .image-link-grid .ilg_item-title {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  .image-link-grid .ilg_grid-4-4 {
    width: 22%;
    position: relative;
    padding-top: 22%;
    background: linear-gradient(50deg, #9f7c5e, rgba(159, 124, 94, 0.5));
    background-size: 400% 400%;
    -webkit-animation: imgLoading 15s ease infinite;
            animation: imgLoading 15s ease infinite;
    -webkit-backface-visibility: hidden;
  }
  .image-link-grid .ilg_grid-4-4 picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .image-link-grid .ilg_grid-4-4 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  @-webkit-keyframes imgLoading {
    0% {
      background-position: 0% 0%;
    }
    100% {
      background-position: 100% 0;
    }
  }
  @keyframes imgLoading {
    0% {
      background-position: 0% 0%;
    }
    100% {
      background-position: 100% 0;
    }
  }
}
@media (min-width: 992px) {
  .image-link-grid .ilg_grid-4-2 {
    width: 34%;
    position: relative;
    padding-top: 22%;
    background: linear-gradient(50deg, #9f7c5e, rgba(159, 124, 94, 0.5));
    background-size: 400% 400%;
    -webkit-animation: imgLoading 15s ease infinite;
            animation: imgLoading 15s ease infinite;
    -webkit-backface-visibility: hidden;
  }
  .image-link-grid .ilg_grid-4-2 picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .image-link-grid .ilg_grid-4-2 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  @-webkit-keyframes imgLoading {
    0% {
      background-position: 0% 0%;
    }
    100% {
      background-position: 100% 0;
    }
  }
  @keyframes imgLoading {
    0% {
      background-position: 0% 0%;
    }
    100% {
      background-position: 100% 0;
    }
  }
}
.image-link-grid.style-1 {
  background-color: #9f7c5e;
  color: #ffffff;
}
.image-link-grid.style-2 {
  background-color: #59755d;
  color: #ffffff;
}
.image-link-grid.style-3 {
  background-color: #b95f17;
  color: #ffffff;
}
.image-link-grid.style-4 {
  background-color: #ce5868;
  color: #ffffff;
}

.testimonial-carousel_outer {
  text-align: center;
  padding-top: 1.88rem;
  padding-bottom: 1.88rem;
  color: #605a5a;
}
@media (min-width: 768px) {
  .testimonial-carousel_outer {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 992px) {
  .testimonial-carousel_outer {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.testimonial-carousel_outer .slick-dots {
  color: currentColor;
}
.testimonial-carousel_outer.style-1 {
  background-color: #9f7c5e;
  color: #ffffff;
}
.tabbed-gallery + .testimonial-carousel_outer.style-1 {
  margin-top: 2.5rem;
}
@media (min-width: 992px) {
  .tabbed-gallery + .testimonial-carousel_outer.style-1 {
    margin-top: 6.25rem;
  }
}

.testimonial-carousel_outer.style-2 {
  background-color: #59755d;
  color: #ffffff;
}
.tabbed-gallery + .testimonial-carousel_outer.style-2 {
  margin-top: 2.5rem;
}
@media (min-width: 992px) {
  .tabbed-gallery + .testimonial-carousel_outer.style-2 {
    margin-top: 6.25rem;
  }
}

.testimonial-carousel_outer.style-3 {
  background-color: #b95f17;
  color: #ffffff;
}
.tabbed-gallery + .testimonial-carousel_outer.style-3 {
  margin-top: 2.5rem;
}
@media (min-width: 992px) {
  .tabbed-gallery + .testimonial-carousel_outer.style-3 {
    margin-top: 6.25rem;
  }
}

.testimonial-carousel .tc-slider {
  padding: 0 5rem;
}
@media (max-width: 575px) {
  .testimonial-carousel .tc-slider {
    padding: 0;
  }
}
.testimonial-carousel .tc-item {
  max-width: 44.25rem;
}
.testimonial-carousel .tc-item p {
  color: currentColor;
  line-height: 1.4;
  padding: 0 0.94rem;
  margin-bottom: 0.32rem;
}
@media (min-width: 992px) {
  .testimonial-carousel .tc-item p {
    font-size: 1.13rem;
  }
}
.testimonial-carousel .tc-item span {
  color: currentColor;
  font-size: 0.88rem;
}
.testimonial-carousel .slick-dots {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .testimonial-carousel .slick-arrow {
    top: calc(100% + 15px);
  }
}

.image-link-list {
  padding-top: 2.5rem;
}
.image-link-list_outer {
  background-image: var(--cta-strip-bg);
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 2.5rem;
  padding-bottom: 1.88rem;
}
@media (min-width: 768px) {
  .image-link-list_outer {
    padding-top: 3.75rem;
  }
}
@media (min-width: 992px) {
  .image-link-list_outer {
    padding-top: 5rem;
  }
}
@media (min-width: 768px) {
  .image-link-list_outer {
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 992px) {
  .image-link-list_outer {
    padding-bottom: 5rem;
  }
}
.image-link-list_outer.style-1 {
  background-color: #9f7c5e;
  color: #ffffff;
}
.image-link-list_outer.style-2 {
  background-color: #59755d;
  color: #ffffff;
}
.image-link-list_outer.style-3 {
  background-color: #b95f17;
  color: #ffffff;
}
.image-link-list_outer.style-4 {
  background-color: #ce5868;
  color: #ffffff;
}
.image-link-list .ill_rounded {
  display: block;
  margin-bottom: 1.38rem;
  border-radius: 100%;
  position: relative;
  padding-top: 100%;
  background: linear-gradient(50deg, #9f7c5e, rgba(159, 124, 94, 0.5));
  background-size: 400% 400%;
  -webkit-animation: imgLoading 15s ease infinite;
          animation: imgLoading 15s ease infinite;
  -webkit-backface-visibility: hidden;
}
.image-link-list .ill_rounded picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.image-link-list .ill_rounded img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@keyframes imgLoading {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 0;
  }
}
.image-link-list .ill_rounded:hover .ill_caption, .image-link-list .ill_rounded:focus .ill_caption {
  opacity: 1;
  transform: scale(1);
}
.image-link-list .ill_rounded:hover img, .image-link-list .ill_rounded:focus img {
  filter: grayscale(0);
}
.image-link-list .ill_rounded img {
  border-radius: 31.25rem;
  filter: grayscale(1);
  transition: 0.3s;
}
.image-link-list .ill_caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 0.63rem;
  border-radius: 100%;
  line-height: 1.4;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-page-banner .cpb_slide {
  position: relative;
  padding-top: 38%;
  background: linear-gradient(50deg, #9f7c5e, rgba(159, 124, 94, 0.5));
  background-size: 400% 400%;
  -webkit-animation: imgLoading 15s ease infinite;
          animation: imgLoading 15s ease infinite;
  -webkit-backface-visibility: hidden;
  min-height: 15.63rem;
}
.carousel-page-banner .cpb_slide picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.carousel-page-banner .cpb_slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@keyframes imgLoading {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 0;
  }
}
.carousel-page-banner.slick-dotted {
  margin-bottom: 0;
}
.carousel-page-banner .slick-prev {
  left: 1.25rem;
}
@media (min-width: 992px) {
  .carousel-page-banner .slick-prev {
    left: 5.44rem;
  }
}
.carousel-page-banner .slick-next {
  right: 1.25rem;
}
@media (min-width: 992px) {
  .carousel-page-banner .slick-next {
    right: 5.44rem;
  }
}
.carousel-page-banner .slick-dots {
  bottom: 1.25rem;
  color: #ffffff;
}

.info-card-grid {
  padding-bottom: 2.5rem;
}
.info-card-grid .page-intro {
  padding-bottom: 1.88rem;
}
@media (min-width: 768px) {
  .info-card-grid .page-intro {
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 992px) {
  .info-card-grid .page-intro {
    padding-bottom: 3.13rem;
  }
}
@media (min-width: 768px) {
  .info-card-grid {
    padding-bottom: 3.75rem;
  }
}
@media (min-width: 992px) {
  .info-card-grid {
    padding-bottom: 5rem;
  }
}
.info-card-grid .icg_card {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 1.88rem;
}
.info-card-grid .icg_card:hover .icg_card-img {
  filter: grayscale(0);
}
.info-card-grid .icg_card-img {
  display: block;
  position: relative;
  padding-top: 60.2%;
  background: linear-gradient(50deg, #9f7c5e, rgba(159, 124, 94, 0.5));
  background-size: 400% 400%;
  -webkit-animation: imgLoading 15s ease infinite;
          animation: imgLoading 15s ease infinite;
  -webkit-backface-visibility: hidden;
  min-height: 13.75rem;
  filter: grayscale(1);
  transition: 0.3s;
}
.info-card-grid .icg_card-img picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.info-card-grid .icg_card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@keyframes imgLoading {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 0;
  }
}
.info-card-grid .icg_card-img-artwork {
  display: block;
}
.info-card-grid .icg_card-body {
  text-align: center;
  background-color: #ffffff;
  padding: 1.44rem;
}
.info-card-grid .icg_card-body h3, .info-card-grid .icg_card-body .h3 {
  font-family: "Gotham", "Arial", sans-serif;
  font-weight: 500;
  color: #9f7c5e;
}
.info-card-grid .icg-artist_card {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 1.88rem;
}
.info-card-grid .icg-artist_card a {
  text-decoration: none;
  color: initial;
}
.info-card-grid .icg-artist_card-img {
  display: block;
  position: relative;
  padding-top: 75.2%;
  background: linear-gradient(50deg, #9f7c5e, rgba(159, 124, 94, 0.5));
  background-size: 400% 400%;
  -webkit-animation: imgLoading 15s ease infinite;
          animation: imgLoading 15s ease infinite;
  -webkit-backface-visibility: hidden;
  min-height: 13.75rem;
  transition: 0.3s;
}
.info-card-grid .icg-artist_card-img picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.info-card-grid .icg-artist_card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@keyframes imgLoading {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 0;
  }
}
.info-card-grid .icg-artist_card-img-artwork {
  display: block;
}
.info-card-grid .icg-artist_card-body {
  text-align: center;
  background-color: #ffffff;
  padding: 1.44rem;
}
.info-card-grid .icg-artist_card-body h3, .info-card-grid .icg-artist_card-body .h3 {
  font-family: "Gotham", "Arial", sans-serif;
  font-weight: 500;
  color: #9f7c5e;
}

.content-banner {
  position: relative;
  color: #ffffff;
}
.content-banner .cb_img {
  position: relative;
  padding-top: 32%;
  background: linear-gradient(50deg, #9f7c5e, rgba(159, 124, 94, 0.5));
  background-size: 400% 400%;
  -webkit-animation: imgLoading 15s ease infinite;
          animation: imgLoading 15s ease infinite;
  -webkit-backface-visibility: hidden;
  min-height: 15.63rem;
}
.content-banner .cb_img picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content-banner .cb_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@keyframes imgLoading {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 0;
  }
}
.content-banner .cb_caption {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-module:not(.texture) {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .info-module:not(.texture) {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
@media (min-width: 992px) {
  .info-module:not(.texture) {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.info-module:not(.texture) .container-xl {
  max-width: 75.01rem;
}
.info-module:not(.texture) .im_title-inner {
  position: relative;
  padding-top: 54%;
  background: linear-gradient(50deg, #9f7c5e, rgba(159, 124, 94, 0.5));
  background-size: 400% 400%;
  -webkit-animation: imgLoading 15s ease infinite;
          animation: imgLoading 15s ease infinite;
  -webkit-backface-visibility: hidden;
  margin-bottom: 1.25rem;
}
.info-module:not(.texture) .im_title-inner picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.info-module:not(.texture) .im_title-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@keyframes imgLoading {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 0;
  }
}
@media (min-width: 768px) {
  .info-module:not(.texture) .im_title-inner {
    margin-right: 5rem;
    margin-bottom: 0;
  }
}
.info-module:not(.texture) .im_desc-inner {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 768px) {
  .info-module:not(.texture) .im_desc-inner {
    padding-left: 0;
    padding-right: 1.5rem;
  }
}
.info-module.texture {
  background-color: #f6f5f4;
}
.info-module.texture .im_title {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: var(--info-module-bg);
  background-repeat: no-repeat;
  background-position: left bottom;
}
.info-module.texture .im_title-inner {
  text-align: center;
  padding: 1.88rem;
}
@media (min-width: 768px) {
  .info-module.texture .im_title-inner {
    padding: 3.75rem;
  }
}
@media (min-width: 992px) {
  .info-module.texture .im_title-inner {
    padding: 5rem;
  }
}
.info-module.texture .im_desc {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 3rem;
}
.info-module.texture .im_desc h3,
.info-module.texture .im_desc .h3 {
  font-weight: 700;
  color: #9f7c5e;
  margin-top: 2rem;
}
.info-module.texture .im_desc-inner {
  padding: 1.88rem;
  background-color: #ffffff;
  color: #3d3938;
}
@media (min-width: 768px) {
  .info-module.texture .im_desc-inner {
    padding: 3.75rem;
  }
}
@media (min-width: 992px) {
  .info-module.texture .im_desc-inner {
    padding: 5rem;
  }
}
.info-module.texture-right .im_title {
  background-position: right bottom;
  order: 1;
}
.info-module.style-1 {
  background-color: #9f7c5e;
  color: #ffffff;
}
.info-module.style-2 {
  background-color: #59755d;
  color: #ffffff;
}
.info-module.style-3 {
  background-color: #b95f17;
  color: #ffffff;
}
.info-module.style-4 {
  background-color: #ce5868;
  color: #ffffff;
}

.artist-profile-module:not(.texture) .container-xl {
  max-width: 75.01rem;
}
.artist-profile-module:not(.texture) .im_desc {
  padding-top: 3rem;
}
.artist-profile-module:not(.texture) .im_desc-inner {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 768px) {
  .artist-profile-module:not(.texture) .im_desc-inner {
    padding-left: 0;
    padding-right: 1.5rem;
  }
}
.artist-profile-module:not(.texture) .image-profile {
  padding-right: 6rem;
}
.artist-profile-module:not(.texture) .image-profile .ic_slide {
  padding: 0.94rem;
}
.artist-profile-module:not(.texture) .image-profile .ic_slide-circle {
  overflow: hidden;
  border-radius: 100%;
  position: relative;
  padding-top: 100%;
  background: linear-gradient(50deg, #9f7c5e, rgba(159, 124, 94, 0.5));
  background-size: 400% 400%;
  -webkit-animation: imgLoading 15s ease infinite;
          animation: imgLoading 15s ease infinite;
  -webkit-backface-visibility: hidden;
}
.artist-profile-module:not(.texture) .image-profile .ic_slide-circle picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.artist-profile-module:not(.texture) .image-profile .ic_slide-circle img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@keyframes imgLoading {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 0;
  }
}
.artist-profile-module:not(.texture) .image-profile .ic_slide-circle img {
  border: 8px solid #ffffff;
  border-radius: 100%;
}
.artist-profile-module.style-1 {
  background-color: #9f7c5e;
  color: #ffffff;
}
.artist-profile-module.style-2 {
  background-color: #59755d;
  color: #ffffff;
}
.artist-profile-module.style-3 {
  background-color: #b95f17;
  color: #ffffff;
}
.artist-profile-module.style-4 {
  background-color: #ce5868;
  color: #ffffff;
}

.multi-card-grid {
  padding-top: 1.88rem;
  padding-bottom: 1.88rem;
}
@media (min-width: 768px) {
  .multi-card-grid {
    padding-top: 3.13rem;
    padding-bottom: 3.13rem;
  }
}
@media (min-width: 992px) {
  .multi-card-grid {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
.multi-card-grid .mcg_grid {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(285px, 1fr));
}
.multi-card-grid .mcg_img-wrap {
  position: relative;
  padding-top: 100%;
  background: linear-gradient(50deg, #9f7c5e, rgba(159, 124, 94, 0.5));
  background-size: 400% 400%;
  -webkit-animation: imgLoading 15s ease infinite;
          animation: imgLoading 15s ease infinite;
  -webkit-backface-visibility: hidden;
}
.multi-card-grid .mcg_img-wrap picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.multi-card-grid .mcg_img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@keyframes imgLoading {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 0;
  }
}
.multi-card-grid .mcg_text-wrap {
  padding: 1.25rem;
  height: 100%;
}
.multi-card-grid .mcg_text-wrap.style-1 {
  background-color: #ffffff;
  color: #9f7c5e;
}
.multi-card-grid .mcg_text-wrap.style-2 {
  background-color: #9f7c5e;
  color: #ffffff;
}

.featured-info-card {
  position: relative;
  color: #ffffff;
}
.featured-info-card .fic_img {
  position: relative;
  padding-top: 35%;
  background: linear-gradient(50deg, #9f7c5e, rgba(159, 124, 94, 0.5));
  background-size: 400% 400%;
  -webkit-animation: imgLoading 15s ease infinite;
          animation: imgLoading 15s ease infinite;
  -webkit-backface-visibility: hidden;
  min-height: 18.75rem;
}
.featured-info-card .fic_img picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.featured-info-card .fic_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@keyframes imgLoading {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 0;
  }
}
@media (min-width: 768px) {
  .featured-info-card .fic_img {
    min-height: 32rem;
  }
}
.featured-info-card .fic_semi-title {
  color: #605a5a;
  font-weight: 500;
  font-size: 0.75rem;
  display: block;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
}
.featured-info-card .fic_caption {
  color: #605a5a;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 768px) {
  .featured-info-card .fic_caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    max-width: 60%;
  }
}
@media (min-width: 1170px) {
  .featured-info-card .fic_caption {
    max-width: 45%;
  }
}
@media (min-width: 768px) {
  .featured-info-card .fic_caption {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 992px) {
  .featured-info-card .fic_caption {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
.featured-info-card .fic_caption h3, .featured-info-card .fic_caption .h3 {
  color: #b95f17;
  font-weight: 700;
}
@media (min-width: 768px) {
  .featured-info-card .fic_caption-inner {
    max-width: 28.13rem;
  }
}
.featured-info-card.fic-right .fic_caption {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.85) 0%, #ffffff 50%);
  left: auto;
  right: 0;
}
.featured-info-card.fic-left .fic_caption {
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0.85), #ffffff 50%);
}/*# sourceMappingURL=style.css.map */


/* Sticky CTA*/
.fg-sticky-explorer{position: fixed; bottom: 0; left: 0; z-index: 9999; width: 100%; background-color: #59755de1; box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15); padding: 6px 0; }
.fg-sticky-explorer.pink{ background-color: #ce5868e1; }
.fg-sticky-explorer.brown{ background-color: #9f7c5ee1; }
.fg-sticky-explorer h2{vertical-align: middle;  color: #fff; font-weight: 500; margin: 45px 0 15px 0;; letter-spacing: 1.2px; }
.fg-sticky-explorer p{vertical-align: middle; font-size: 18px; color: #fff; margin: 15px 0 15px 0; letter-spacing: 1.2px; }
.fg-sticky-close-btn span{width: 26px; height: 26px; display: inline-flex; justify-content: center; align-items: center; margin: 0; border-radius: 100%; border: 1px solid #fff; text-align: center; letter-spacing: 0; line-height: 1; font-size: 14px; transition: border-color 0.3s; }
.fg-sticky-close-btn:hover span{border-color: #000; }
.fg-sticky-explorer .btn{margin-bottom: 15px;}
.fg-sticky-close-btn{position: absolute; top: 5px; right: 5px; margin: 0; display: inline-block; vertical-align: middle; color: #fff;}
@media (max-width: 640px) { 
	.fg-sticky-explorer .btn{
		margin-top: 1rem;
		line-height: 1rem;
	}
  .content-banner .btn{
    line-height: 1rem;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .h3-tablet-only {
    font-size: 1.38rem;
  }
}