/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

.g-content {
  margin: 0.625rem;
  padding: 1.5rem;
}
.g-flushed .g-content {
  margin: 0;
  padding: 0;
}
body {
  font-size: 1rem;
  line-height: 1.5;
}
h1 {
  font-size: 2.2rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.7rem;
}
h4 {
  font-size: 1.25rem;
}
h5 {
  font-size: 1.2rem;
}
h6 {
  font-size: 1rem;
}
small {
  font-size: 0.875rem;
}
cite {
  font-size: 0.875rem;
}
sub, sup {
  font-size: 0.75rem;
}
code, kbd, pre, samp {
  font-size: 1rem;
  font-family: "Menlo", "Monaco", monospace;
}
textarea, select[multiple=multiple], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]) {
  border-radius: 0.1875rem;
}
.g-popupgrid {
  position: relative;
  margin: 0 auto;
  z-index: 0;
}
.g-popupgrid::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.g-popupgrid-loaded::after {
  opacity: 0;
}
.g-popupgrid-item {
  z-index: 1001;
  width: 270px;
  margin: 10px;
}
@media only all and (max-width: 50.99rem) {
  .g-popupgrid-item {
    margin: 10px 0;
    width: 255px;
  }
}
.g-popupgrid-item-current {
  opacity: 0 !important;
}
.g-popupgrid-item-img-wrap {
  display: block;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.4rem;
}
.g-popupgrid-item-img-wrap:focus, .g-popupgrid-item-img-wrap:hover {
  outline: none;
}
.g-popupgrid-item-img-wrap:focus img, .g-popupgrid-item-img-wrap:hover img {
  opacity: 0.85;
}
.g-zoom .g-popupgrid-item-img-wrap:focus img, .g-zoom .g-popupgrid-item-img-wrap:hover img {
  transform: scale(1.25);
}
.g-rotate .g-popupgrid-item-img-wrap:focus img, .g-rotate .g-popupgrid-item-img-wrap:hover img {
  transform: rotate(5deg) scale(1.25);
}
.g-blur .g-popupgrid-item-img-wrap:focus img, .g-blur .g-popupgrid-item-img-wrap:hover img {
  filter: blur(3px);
}
.g-grayscale .g-popupgrid-item-img-wrap:focus img, .g-grayscale .g-popupgrid-item-img-wrap:hover img {
  filter: grayscale(100%);
}
.g-zoomout.g-rotate .g-popupgrid-item-img-wrap:focus img, .g-zoomout.g-rotate .g-popupgrid-item-img-wrap:hover img {
  transform: rotate(5deg) scale(1.15);
}
.g-blur.g-grayscale .g-popupgrid-item-img-wrap:focus img, .g-blur.g-grayscale .g-popupgrid-item-img-wrap:hover img {
  filter: blur(3px) grayscale(100%);
}
.g-popupgrid-item-img-wrap:focus .g-popupgrid-description-preview-overlay, .g-popupgrid-item-img-wrap:hover .g-popupgrid-description-preview-overlay {
  opacity: 1;
}
.g-popupgrid-item-img-wrap:focus .g-popupgrid-description-preview-wrapper, .g-popupgrid-item-img-wrap:focus .g-popupgrid-description-preview-tag, .g-popupgrid-item-img-wrap:hover .g-popupgrid-description-preview-wrapper, .g-popupgrid-item-img-wrap:hover .g-popupgrid-description-preview-tag {
  opacity: 0;
}
.g-popupgrid-item-img-wrap img {
  display: block;
  opacity: 0.65;
  transform: scale(1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.g-popupgrid-item-img-wrap .g-popupgrid-description-preview-tag {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 700;
  position: absolute;
  top: 0;
  margin: 0.5rem;
  padding: 0.25rem 0.75rem;
  border-radius: 1rem;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5);
}
.g-popupgrid-item-img-wrap .g-popupgrid-description-preview-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #ffffff;
  color: #12191b;
  padding: 1.5rem;
}
.g-popupgrid-item-img-wrap .g-popupgrid-description-preview-wrapper .g-popupgrid-description-preview-title {
  font-size: 1.1vw;
  line-height: 1.25;
  color: #000000;
  margin-bottom: 0.625rem;
}
@media (max-width: 90.9090909091rem) {
  .g-popupgrid-item-img-wrap .g-popupgrid-description-preview-wrapper .g-popupgrid-description-preview-title {
    font-size: 1rem;
  }
}
.g-popupgrid-item-img-wrap .g-popupgrid-description-preview-wrapper .g-popupgrid-description-preview-readmore {
  display: none;
}
.g-popupgrid-preview {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  visibility: hidden;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 50%;
  height: 100%;
  pointer-events: none;
}
.g-popupgrid-preview::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #262626;
  transition: opacity 0.6s;
}
.g-popupgrid-preview .g-popupgrid-description-preview-wrapper {
  width: 100%;
}
.g-popupgrid-preview-open {
  pointer-events: auto;
  visibility: visible;
}
.g-popupgrid-preview-open::before {
  opacity: 1;
}
.g-popupgrid-clone {
  position: fixed;
  z-index: 110;
  -webkit-backface-visibility: hidden;
  transition: transform 0.5s;
}
.g-popupgrid-original {
  position: relative;
  z-index: 120;
  display: block;
  object-fit: contain;
  -webkit-backface-visibility: hidden;
  transition: opacity 0.2s;
}
.g-popupgrid-preview-open .g-popupgrid-animate {
  /* open */
  -webkit-transition: -webkit-transform 0.6s, opacity 0.2s;
  transition: transform 0.6s, opacity 0.2s;
}
.g-popupgrid-animate {
  /* close */
  -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s;
}
.g-popupgrid-description {
  color: #ffffff;
}
.g-popupgrid-preview-area:before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.g-overlay-enable .g-popupgrid-description-preview-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: linear-gradient(-45deg, rgba(119, 170, 58, 0.5), rgba(95, 76, 63, 0.5) 0.5);
  opacity: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
}
.g-overlay-enable .g-popupgrid-description-preview-overlay .g-popupgrid-description-overlay-icon span {
  display: block;
  margin: 0.625rem 0;
  color: #ffffff;
  text-align: center;
  font-size: 2.5rem;
}
.g-overlay-enable .g-popupgrid-description-preview-overlay .g-popupgrid-description-overlay-text {
  opacity: 1;
  position: relative;
  padding: 1.5rem;
  transform: translateY(-50%);
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}
.g-overlay-disable .g-popupgrid-description-preview-overlay {
  display: none;
}
.g-popupgrid-description-preview {
  font-size: 2em;
  position: absolute;
  z-index: 140;
  width: 100%;
  left: 100%;
  top: 0;
  height: 100%;
  padding: 0 1em;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  opacity: 0;
  -webkit-transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}
.g-popupgrid-preview-open .g-popupgrid-description-preview {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.g-popupgrid-description-preview .g-popupgrid-description-preview-tag {
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0.75;
}
.g-popupgrid-description-preview .g-popupgrid-description-preview-title {
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0 0 1rem 0;
}
.g-popupgrid-description-preview .g-popupgrid-description-preview-content {
  font-size: 1.1rem;
  width: 100%;
}
.g-popupgrid-description-preview .g-popupgrid-description-preview-readmore {
  margin: 1rem 0;
}
/* Close button */
.g-popupgrid-action {
  font-size: 1.5em;
  margin: 0;
  padding: 0;
  cursor: pointer;
  vertical-align: top;
  color: #78aa3a;
  border: none;
  background: none;
}
.g-popupgrid-action:hover, .g-popupgrid-action:focus {
  color: #92c453;
  outline: none;
}
.g-popupgrid-action-close {
  position: fixed;
  z-index: 150;
  top: 0;
  right: 0;
  padding: 1em;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
}
.g-popupgrid-preview-image-loaded .g-popupgrid-action-close {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.g-popupgrid-text-hidden {
  position: absolute;
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
  color: transparent;
}
@media screen and (max-width: 40em) {
  .g-popupgrid-description-preview .g-popupgrid-description-preview-title {
    font-size: 0.5em;
  }
  .g-popupgrid-description-preview .g-popupgrid-description-preview-content {
    display: none;
  }
  .details {
    display: none;
  }
}
.g-popupgrid-loading {
  opacity: 0;
  pointer-events: none;
}
.g-popupgrid-hidden {
  position: fixed !important;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  opacity: 0;
}
.g-popupgrid-sizer {
  margin-bottom: 0 !important;
}
.g-popupgrid-deco {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.g-popupgrid-deco path {
  fill: none;
  stroke: #78aa3a;
  stroke-width: 2px;
}
.g-popupgrid-reveal {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(-45deg, rgba(119, 170, 58, 0.5), rgba(95, 76, 63, 0.5) 0.5);
}
body.g-popupgrid-preview-area-open .fp-scrollable .fp-scroller {
  transform: none !important;
}
body.g-popupgrid-preview-area-open .fp-scrollable .iScrollLoneScrollbar {
  display: none !important;
}
.g-slideshow.swiper-container-horizontal > .swiper-pagination-bullets {
  display: flex;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
}
@media only all and (max-width: 50.99rem) {
  .g-slideshow.swiper-container-horizontal > .swiper-pagination-bullets {
    margin-bottom: -3.5rem;
  }
}
.g-slideshow.swiper-container-horizontal .swiper-pagination-progressbar {
  bottom: 1rem;
  width: 45%;
  right: 5rem;
  left: 0;
  top: auto;
  margin: auto;
  position: absolute;
  height: 6px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.25);
}
.g-slideshow.swiper-container-horizontal .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #ffffff;
  border-radius: 3px;
}
.g-slideshow.swiper-container-vertical .navigation + .swiper-pagination-bullets {
  top: unset;
  bottom: 0;
  transform: none;
}
@media only all and (max-width: 50.99rem) {
  .g-slideshow.swiper-container-vertical .navigation + .swiper-pagination-bullets {
    transform: translateX(50%);
  }
}
.dir-rtl .g-slideshow.swiper-container-vertical > .swiper-pagination-bullets {
  right: auto;
  left: 10px;
}
@media only all and (max-width: 50.99rem) {
  .g-slideshow.swiper-container-vertical > .swiper-pagination-bullets {
    position: absolute;
    top: unset;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
  }
  .dir-rtl .g-slideshow.swiper-container-vertical > .swiper-pagination-bullets {
    right: 50%;
    left: auto;
  }
  .g-slideshow.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin-right: 2rem;
    margin-left: 2rem;
  }
}
.g-slideshow.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .g-slideshow.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 2rem 0.5rem;
  background: #ffffff;
  opacity: 0.25;
  height: 6px;
  width: 120px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  outline: 0;
  border-radius: 3px;
}
@media only all and (max-width: 50.99rem) {
  .g-slideshow.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .g-slideshow.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 35px;
  }
}
.g-slideshow.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.focus, .g-slideshow.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.active, .g-slideshow.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet.focus, .g-slideshow.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet.active {
  outline: 0;
  -moz-outline-style: none;
}
.g-slideshow.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active, .g-slideshow.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #ffffff;
  opacity: 1;
  border-color: #ffffff;
}
.g-slideshow.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active::after, .g-slideshow.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet-active::after {
  width: 8px;
  height: 8px;
  background: #000000;
}
@media only all and (max-width: 50.99rem) {
  .g-slideshow.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active::after, .g-slideshow.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet-active::after {
    width: 6px;
    height: 6px;
  }
}
.g-slideshow .g-slideshow-slider .swiper-slide {
  position: relative;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
}
.g-slideshow .g-slideshow-slider .swiper-slide .slide {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  background-repeat: no-repeat;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
@media only all and (max-width: 50.99rem) {
  .g-slideshow .g-slideshow-slider .swiper-slide .slide {
    -webkit-box-align: end;
    -moz-box-align: end;
    box-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end;
  }
}
.g-slideshow .g-slideshow-slider .swiper-slide .slide .slide-content {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
@media only all and (max-width: 50.99rem) {
  .g-slideshow .g-slideshow-slider .swiper-slide .slide .slide-content {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    text-align: center;
  }
}
.g-slideshow .g-slideshow-slider .swiper-slide .slide .slide-content .content-background {
  width: 50%;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
@media only all and (max-width: 50.99rem) {
  .g-slideshow .g-slideshow-slider .swiper-slide .slide .slide-content .content-background {
    width: 100%;
  }
}
.g-slideshow .g-slideshow-slider .swiper-slide .slide .slide-content .content-left {
  width: 50%;
  padding-left: 10%;
  padding-right: 15%;
  position: relative;
  z-index: 1;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.dir-rtl .g-slideshow .g-slideshow-slider .swiper-slide .slide .slide-content .content-left {
  padding-left: 15%;
  padding-right: 10%;
}
@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
  .g-slideshow .g-slideshow-slider .swiper-slide .slide .slide-content .content-left {
    padding-left: 15%;
    padding-right: 5%;
  }
  .dir-rtl .g-slideshow .g-slideshow-slider .swiper-slide .slide .slide-content .content-left {
    padding-left: 5%;
    padding-right: 15%;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-slideshow .g-slideshow-slider .swiper-slide .slide .slide-content .content-left {
    width: 70%;
    padding-left: 10px;
    padding-right: 10px;
    padding: 10px;
    background: #332922;
  }
}
.g-slideshow .g-slideshow-slider .swiper-slide .slide .slide-content .content-right {
  width: 50%;
  padding-top: 15%;
  padding-left: 15%;
  padding-right: 10%;
  position: relative;
  z-index: 1;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.dir-rtl .g-slideshow .g-slideshow-slider .swiper-slide .slide .slide-content .content-right {
  padding-left: 10%;
  padding-right: 15%;
}
@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
  .g-slideshow .g-slideshow-slider .swiper-slide .slide .slide-content .content-right {
    padding-top: 35%;
    padding-left: 5%;
    padding-right: 15%;
  }
  .dir-rtl .g-slideshow .g-slideshow-slider .swiper-slide .slide .slide-content .content-right {
    padding-left: 15%;
    padding-right: 5%;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-slideshow .g-slideshow-slider .swiper-slide .slide .slide-content .content-right {
    width: 70%;
    padding-left: 10px;
    padding-right: 10px;
    padding: 10px;
    background: #332922;
  }
}
.g-slideshow .g-slideshow-slider .swiper-slide .slide .g-slideshow-description1 {
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 1.75;
  font-family: "HelveticaNeue-Condensed", sans-serif;
}
@media (max-width: 83.3333333333rem) {
  .g-slideshow .g-slideshow-slider .swiper-slide .slide .g-slideshow-description1 {
    font-size: 1rem;
  }
}
.g-slideshow .g-slideshow-slider .swiper-slide .slide .g-slideshow-description1 span {
  background: #332922;
  padding: 0.5rem 1rem;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media only all and (max-width: 50.99rem) {
  .g-slideshow .g-slideshow-slider .swiper-slide .slide .g-slideshow-description1 span {
    background: none;
    padding: 0;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-slideshow .g-slideshow-slider .swiper-slide .slide .g-slideshow-description1 {
    font-size: 1rem;
    margin: 0.5rem 0 0;
  }
}
.g-slideshow .g-slideshow-slider .swiper-slide .slide .g-slideshow-description2 {
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 1.75;
  font-family: "HelveticaNeue-Condensed", sans-serif;
  position: relative;
}
@media (max-width: 83.3333333333rem) {
  .g-slideshow .g-slideshow-slider .swiper-slide .slide .g-slideshow-description2 {
    font-size: 1rem;
  }
}
.g-slideshow .g-slideshow-slider .swiper-slide .slide .g-slideshow-description2 span {
  background: #332922;
  padding: 0.5rem 1rem;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media only all and (max-width: 50.99rem) {
  .g-slideshow .g-slideshow-slider .swiper-slide .slide .g-slideshow-description2 span {
    background: none;
    padding: 0;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-slideshow .g-slideshow-slider .swiper-slide .slide .g-slideshow-description2 {
    font-size: 1rem;
    margin: 0;
  }
}
.g-slideshow .g-slideshow-slider .swiper-slide .slide .g-slideshow-main-title {
  font-size: 3vw;
  font-weight: 700;
  font-family: "HelveticaNeue-Condensed", sans-serif;
  line-height: 1.3;
}
@media (max-width: 66.6666666667rem) {
  .g-slideshow .g-slideshow-slider .swiper-slide .slide .g-slideshow-main-title {
    font-size: 2rem;
  }
}
.g-slideshow .g-slideshow-slider .swiper-slide .slide .g-slideshow-main-title span {
  background: #332922;
  padding: 0.5rem 1rem;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media only all and (max-width: 50.99rem) {
  .g-slideshow .g-slideshow-slider .swiper-slide .slide .g-slideshow-main-title span {
    background: none;
    padding: 0;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-slideshow .g-slideshow-slider .swiper-slide .slide .g-slideshow-main-title {
    margin-bottom: 0;
    font-size: 1.1rem;
    line-height: 1.5;
    margin-top: 0;
  }
}
.g-slideshow .navigation .swiper-button-next, .g-slideshow .navigation .swiper-button-prev {
  position: absolute;
  font-size: 4rem;
  color: #ffffff;
  outline: none;
  opacity: 0.5;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: opacity, 0.25s;
  -moz-transition: opacity, 0.25s;
  transition: opacity, 0.25s;
}
.g-slideshow .navigation .swiper-button-next:after, .g-slideshow .navigation .swiper-button-prev:after {
  content: none !important;
}
.g-slideshow .navigation .swiper-button-next:hover, .g-slideshow .navigation .swiper-button-prev:hover {
  opacity: 1;
  cursor: pointer;
}
@media only all and (max-width: 50.99rem) {
  .g-slideshow .navigation .swiper-button-next, .g-slideshow .navigation .swiper-button-prev {
    opacity: 1;
    font-size: 1.5rem;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
  }
  .g-slideshow .navigation .swiper-button-next:after, .g-slideshow .navigation .swiper-button-prev:after {
    font-size: 1.5rem;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
  }
  .fp-slideshow .g-slideshow .navigation .swiper-button-next, .fp-slideshow .g-slideshow .navigation .swiper-button-prev {
    display: none;
  }
}
.g-slideshow .navigation .swiper-button-next {
  right: 1rem;
  top: 50%;
  margin: 0;
  padding: 0;
  transform: translateY(-50%);
}
@media only all and (max-width: 50.99rem) {
  .g-slideshow .navigation .swiper-button-next {
    right: 0.5rem;
  }
}
.g-slideshow .navigation .swiper-button-prev {
  left: 1rem;
  top: 50%;
  margin: 0;
  padding: 0;
  transform: translateY(-50%);
}
@media only all and (max-width: 50.99rem) {
  .g-slideshow .navigation .swiper-button-prev {
    left: 0.5rem;
  }
}
.g-slideshow .navigation.rtl .swiper-button-prev {
  right: 1rem;
  left: auto;
}
.g-slideshow .navigation.rtl .swiper-button-next {
  right: auto;
  left: 1rem;
}
@media only all and (max-width: 50.99rem) {
  .g-swiper.multislides .g-swiper-title, .g-swiper.multislides .g-swiper-text {
    font-size: 1rem !important;
  }
  .g-swiper.multislides .button {
    font-size: 0.7rem !important;
    padding: 0.4rem 0.75rem !important;
  }
  .g-swiper.multislides .swiper-navigation > div {
    font-size: 2rem !important;
  }
}
.g-swiper.swiper-container-horizontal > .swiper-pagination-bullets {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
}
.g-swiper.swiper-container-horizontal > .swiper-pagination-progressbar {
  top: auto;
  bottom: 0;
  height: 10px;
}
.g-swiper.swiper-container-vertical .swiper-navigation + .swiper-pagination-bullets {
  top: unset;
  bottom: 0;
  transform: none;
}
@media only all and (max-width: 50.99rem) {
  .g-swiper.swiper-container-vertical > .swiper-pagination-bullets {
    right: 0;
  }
}
.dir-rtl .g-swiper.swiper-container-vertical > .swiper-pagination-bullets {
  right: auto;
  left: 10px;
}
@media only all and (max-width: 50.99rem) {
  .dir-rtl .g-swiper.swiper-container-vertical > .swiper-pagination-bullets {
    left: 0;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-swiper.swiper-container-vertical.swiper-container-coverflow > .swiper-pagination-bullets {
    right: 10px;
  }
  .dir-rtl .g-swiper.swiper-container-vertical.swiper-container-coverflow > .swiper-pagination-bullets {
    right: auto;
    left: 10px;
  }
}
.g-swiper div[class*="swiper-pagination-parent"] {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  z-index: 10;
}
.g-swiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .g-swiper.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 2rem 1rem;
  background: transparent;
  border: 2px solid #ffffff;
  opacity: 1;
  height: 22px;
  width: 22px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  outline: 0;
}
@media only all and (max-width: 50.99rem) {
  .g-swiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .g-swiper.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
  }
}
.g-swiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.focus, .g-swiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.active, .g-swiper.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet.focus, .g-swiper.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet.active {
  outline: 0;
  -moz-outline-style: none;
}
.g-swiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::after, .g-swiper.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
}
@media only all and (max-width: 50.99rem) {
  .g-swiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::after, .g-swiper.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet::after {
    width: 4px;
    height: 4px;
  }
}
.g-swiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active, .g-swiper.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #ffffff;
  opacity: 1;
  border-color: #ffffff;
}
.g-swiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active::after, .g-swiper.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet-active::after {
  width: 8px;
  height: 8px;
  background: #000000;
}
@media only all and (max-width: 50.99rem) {
  .g-swiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active::after, .g-swiper.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet-active::after {
    width: 6px;
    height: 6px;
  }
}
.g-swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #78aa3a;
}
.g-swiper .g-swiper-slider .swiper-slide {
  position: relative;
}
.g-swiper .g-swiper-slider .swiper-slide .swiper-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.g-swiper .g-swiper-slider .swiper-slide video {
  position: absolute;
  z-index: 10;
  width: 100%;
}
@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
  .g-swiper .g-swiper-slider .swiper-slide video {
    height: 100%;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-swiper .g-swiper-slider .swiper-slide video {
    height: 100%;
  }
}
.g-swiper .g-swiper-slider .swiper-slide .slide {
  position: absolute;
  margin: 0 auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 20;
}
.g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: 100%;
}
.g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content {
  text-align: center;
}
.g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .g-swiper-text {
  font-size: 1.1vw;
  font-weight: 400;
  line-height: 1.3;
  margin: 1rem 4rem;
  max-width: 1200px;
  color: #ffffff;
}
@media (max-width: 118.1818181818rem) {
  .g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .g-swiper-text {
    font-size: 1.3rem;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .g-swiper-text {
    font-size: 1rem;
  }
}
.g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .g-swiper-title {
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 1.3;
  margin: 1rem 3rem;
  color: #ffffff;
}
@media (max-width: 120rem) {
  .g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .g-swiper-title {
    font-size: 1.8rem;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .g-swiper-title {
    font-size: 1.2rem;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .button {
    padding: 0.4rem 1rem;
    font-size: 0.8rem;
  }
}
.swiper-navigation div[class*="button-next"], .swiper-navigation div[class*="button-prev"] {
  position: absolute;
  font-size: 4rem;
  color: #ffffff;
  outline: none;
  z-index: 20;
  cursor: pointer;
}
@media only all and (max-width: 50.99rem) {
  .swiper-navigation div[class*="button-next"], .swiper-navigation div[class*="button-prev"] {
    font-size: 3rem;
  }
}
.swiper-navigation div[class*="button-next"] {
  right: 1rem;
  top: 50%;
  margin: 0;
  padding: 0;
  transform: translateY(-50%);
}
.swiper-navigation div[class*="button-prev"] {
  left: 1rem;
  top: 50%;
  margin: 0;
  padding: 0;
  transform: translateY(-50%);
}
.swiper-navigation.rtl div[class*="button-prev"] {
  right: 1rem;
  left: auto;
}
.swiper-navigation.rtl div[class*="button-next"] {
  right: auto;
  left: 1rem;
}
div[class*="g-swiper-thumbs"] {
  margin: 2rem 0;
  font-weight: 700;
}
div[class*="g-swiper-thumbs"].gallery-thumbs {
  box-sizing: border-box;
  cursor: pointer;
}
div[class*="g-swiper-thumbs"].gallery-thumbs .swiper-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 6px;
  position: relative;
  pointer-events: auto;
}
div[class*="g-swiper-thumbs"].gallery-thumbs .swiper-slide .g-swiper-thumbs-title {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  box-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 0.9vw;
  height: 100%;
  margin: -1rem 2rem 0;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 111.1111111111rem) {
  div[class*="g-swiper-thumbs"].gallery-thumbs .swiper-slide .g-swiper-thumbs-title {
    font-size: 1rem;
  }
}
div[class*="g-swiper-thumbs"].gallery-thumbs .swiper-slide .g-swiper-thumbs-title span {
  z-index: 2;
}
div[class*="g-swiper-thumbs"].gallery-thumbs .swiper-slide:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 6px;
  transition: opacity 0.5s ease-in-out;
}
div[class*="g-swiper-thumbs"].gallery-thumbs .swiper-slide-thumb-active:before {
  opacity: 0.25;
}
div[class*="g-swiper-thumbs"] .swiper-navigation div[class*="button-next"], div[class*="g-swiper-thumbs"] .swiper-navigation div[class*="button-prev"] {
  font-size: 3rem;
  opacity: 1;
  z-index: 20;
}
@media only all and (max-width: 50.99rem) {
  div[class*="g-swiper-thumbs"] .swiper-navigation div[class*="button-next"], div[class*="g-swiper-thumbs"] .swiper-navigation div[class*="button-prev"] {
    font-size: 2rem;
  }
}
/*******************************************/
/* kenburns animation */
/*******************************************/
.swiper-slide-active .kenburns {
  -webkit-animation: kenburns ease-out;
  -moz-animation: kenburns ease-out;
  animation: kenburns ease-out;
}
@-webkit-keyframes kenburns {
  0% {
    -webkit-transform: scale(1.5) rotate(0.02deg);
    -moz-transform: scale(1.5) rotate(0.02deg);
    -ms-transform: scale(1.5) rotate(0.02deg);
    -o-transform: scale(1.5) rotate(0.02deg);
    transform: scale(1.5) rotate(0.02deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0.02deg);
    -moz-transform: scale(1) rotate(0.02deg);
    -ms-transform: scale(1) rotate(0.02deg);
    -o-transform: scale(1) rotate(0.02deg);
    transform: scale(1) rotate(0.02deg);
  }
}
@keyframes kenburns {
  0% {
    -webkit-transform: scale(1.5) rotate(0.02deg);
    -moz-transform: scale(1.5) rotate(0.02deg);
    -ms-transform: scale(1.5) rotate(0.02deg);
    -o-transform: scale(1.5) rotate(0.02deg);
    transform: scale(1.5) rotate(0.02deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0.02deg);
    -moz-transform: scale(1) rotate(0.02deg);
    -ms-transform: scale(1) rotate(0.02deg);
    -o-transform: scale(1) rotate(0.02deg);
    transform: scale(1) rotate(0.02deg);
  }
}
/*******************************************/
/* kenburnsDownLeft animation */
/*******************************************/
.swiper-slide-active .kenburnsDownLeft {
  -webkit-animation: kenburnsDownLeft ease-out;
  -moz-animation: kenburnsDownLeft ease-out;
  animation: kenburnsDownLeft ease-out;
}
@-webkit-keyframes kenburnsDownLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, -10%);
    -moz-transform: scale(1.5) translate(10%, -10%);
    -ms-transform: scale(1.5) translate(10%, -10%);
    -o-transform: scale(1.5) translate(10%, -10%);
    transform: scale(1.5) translate(10%, -10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsDownLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, -10%);
    -moz-transform: scale(1.5) translate(10%, -10%);
    -ms-transform: scale(1.5) translate(10%, -10%);
    -o-transform: scale(1.5) translate(10%, -10%);
    transform: scale(1.5) translate(10%, -10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsDownRight animation */
/*******************************************/
.swiper-slide-active .kenburnsDownRight {
  -webkit-animation: kenburnsDownRight ease-out;
  animation: kenburnsDownRight ease-out;
}
@-webkit-keyframes kenburnsDownRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, -10%);
    -moz-transform: scale(1.5) translate(-10%, -10%);
    -ms-transform: scale(1.5) translate(-10%, -10%);
    -o-transform: scale(1.5) translate(-10%, -10%);
    transform: scale(1.5) translate(-10%, -10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsDownRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, -10%);
    -moz-transform: scale(1.5) translate(-10%, -10%);
    -ms-transform: scale(1.5) translate(-10%, -10%);
    -o-transform: scale(1.5) translate(-10%, -10%);
    transform: scale(1.5) translate(-10%, -10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsDown animation */
/*******************************************/
.swiper-slide-active .kenburnsDown {
  -webkit-animation: kenburnsDown ease-out;
  animation: kenburnsDown ease-out;
}
@-webkit-keyframes kenburnsDown {
  0% {
    -webkit-transform: scale(1.5) translate(0, -10%);
    -moz-transform: scale(1.5) translate(0, -10%);
    -ms-transform: scale(1.5) translate(0, -10%);
    -o-transform: scale(1.5) translate(0, -10%);
    transform: scale(1.5) translate(0, -10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsDown {
  0% {
    -webkit-transform: scale(1.5) translate(0, -10%);
    -moz-transform: scale(1.5) translate(0, -10%);
    -ms-transform: scale(1.5) translate(0, -10%);
    -o-transform: scale(1.5) translate(0, -10%);
    transform: scale(1.5) translate(0, -10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsLeft animation */
/*******************************************/
.swiper-slide-active .kenburnsLeft {
  -webkit-animation: kenburnsLeft ease-out;
  animation: kenburnsLeft ease-out;
}
@-webkit-keyframes kenburnsLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 0);
    -moz-transform: scale(1.5) translate(10%, 0);
    -ms-transform: scale(1.5) translate(10%, 0);
    -o-transform: scale(1.5) translate(10%, 0);
    transform: scale(1.5) translate(10%, 0);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 0);
    -moz-transform: scale(1.5) translate(10%, 0);
    -ms-transform: scale(1.5) translate(10%, 0);
    -o-transform: scale(1.5) translate(10%, 0);
    transform: scale(1.5) translate(10%, 0);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsRight animation */
/*******************************************/
.swiper-slide-active .kenburnsRight {
  -webkit-animation: kenburnsRight ease-out;
  animation: kenburnsRight ease-out;
}
@-webkit-keyframes kenburnsRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 0);
    -moz-transform: scale(1.5) translate(-10%, 0);
    -ms-transform: scale(1.5) translate(-10%, 0);
    -o-transform: scale(1.5) translate(-10%, 0);
    transform: scale(1.5) translate(-10%, 0);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 0);
    -moz-transform: scale(1.5) translate(-10%, 0);
    -ms-transform: scale(1.5) translate(-10%, 0);
    -o-transform: scale(1.5) translate(-10%, 0);
    transform: scale(1.5) translate(-10%, 0);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsUpLeft animation */
/*******************************************/
.swiper-slide-active .kenburnsUpLeft {
  -webkit-animation: kenburnsUpLeft ease-out;
  animation: kenburnsUpLeft ease-out;
}
@-webkit-keyframes kenburnsUpLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 10%);
    -moz-transform: scale(1.5) translate(10%, 10%);
    -ms-transform: scale(1.5) translate(10%, 10%);
    -o-transform: scale(1.5) translate(10%, 10%);
    transform: scale(1.5) translate(10%, 10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsUpLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 10%);
    -moz-transform: scale(1.5) translate(10%, 10%);
    -ms-transform: scale(1.5) translate(10%, 10%);
    -o-transform: scale(1.5) translate(10%, 10%);
    transform: scale(1.5) translate(10%, 10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsUpRight animation */
/*******************************************/
.swiper-slide-active .kenburnsUpRight {
  -webkit-animation: kenburnsUpRight ease-out;
  animation: kenburnsUpRight ease-out;
}
@-webkit-keyframes kenburnsUpRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 10%);
    -moz-transform: scale(1.5) translate(-10%, 10%);
    -ms-transform: scale(1.5) translate(-10%, 10%);
    -o-transform: scale(1.5) translate(-10%, 10%);
    transform: scale(1.5) translate(-10%, 10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsUpRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 10%);
    -moz-transform: scale(1.5) translate(-10%, 10%);
    -ms-transform: scale(1.5) translate(-10%, 10%);
    -o-transform: scale(1.5) translate(-10%, 10%);
    transform: scale(1.5) translate(-10%, 10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsUp animation */
/*******************************************/
.swiper-slide-active .kenburnsUp {
  -webkit-animation: kenburnsUp ease-out;
  animation: kenburnsUp ease-out;
}
@-webkit-keyframes kenburnsUp {
  0% {
    -webkit-transform: scale(1.5) translate(0, 10%);
    -moz-transform: scale(1.5) translate(0, 10%);
    -ms-transform: scale(1.5) translate(0, 10%);
    -o-transform: scale(1.5) translate(0, 10%);
    transform: scale(1.5) translate(0, 10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsUp {
  0% {
    -webkit-transform: scale(1.5) translate(0, 10%);
    -moz-transform: scale(1.5) translate(0, 10%);
    -ms-transform: scale(1.5) translate(0, 10%);
    -o-transform: scale(1.5) translate(0, 10%);
    transform: scale(1.5) translate(0, 10%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
.g-quickmenu-particle {
  margin: 0 auto;
  padding: 3rem;
}
@media only all and (max-width: 50.99rem) {
  .g-quickmenu-particle {
    width: 100%;
  }
}
.g-quickmenu-particle .g-quickmenu-container-cards .swiper-slide {
  padding: 0 0.625rem;
}
@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
  .g-quickmenu-particle .g-quickmenu-container-cards .swiper-slide {
    padding: 0 0.825rem;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-quickmenu-particle .g-quickmenu-container-cards .swiper-slide {
    padding: 0 0.9375rem;
  }
}
.g-quickmenu-particle .g-quickmenu-container-cards .swiper-slide:first-child {
  padding-left: 0;
}
.dir-rtl .g-quickmenu-particle .g-quickmenu-container-cards .swiper-slide:first-child {
  padding-right: 0;
  padding-left: 0.625rem;
}
@media only all and (max-width: 50.99rem) {
  .dir-rtl .g-quickmenu-particle .g-quickmenu-container-cards .swiper-slide:first-child {
    padding-left: 0.9375rem;
  }
}
.g-quickmenu-particle .g-quickmenu-container-cards .swiper-slide h6 {
  font-size: 2.1vw;
  cursor: pointer;
  color: #5f4c3f;
}
@media (max-width: 47.619047619rem) {
  .g-quickmenu-particle .g-quickmenu-container-cards .swiper-slide h6 {
    font-size: 1rem;
  }
}
.g-quickmenu-particle .g-quickmenu-container-items {
  margin-top: 1.25rem;
}
.g-quickmenu-particle .g-quickmenu-container-items .swiper-wrapper {
  margin-bottom: 1.25rem;
}
.g-quickmenu-particle .g-quickmenu-container-items .g-quickmenu-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.625rem;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.g-quickmenu-particle .g-quickmenu-container-items .g-quickmenu-wrapper .g-quickmenu-item {
  flex-grow: 1;
}
.g-quickmenu-particle .g-quickmenu-container-items .g-quickmenu-wrapper .g-quickmenu-item a {
  font-size: 1.5vw;
}
@media (max-width: 73.3333333333rem) {
  .g-quickmenu-particle .g-quickmenu-container-items .g-quickmenu-wrapper .g-quickmenu-item a {
    font-size: 1.1rem;
  }
}
.g-quickmenu-particle .g-quickmenu-container-items .g-quickmenu-wrapper .g-quickmenu-item p {
  color: #12191b;
  font-weight: 300;
  font-size: 1vw;
}
@media (max-width: 100rem) {
  .g-quickmenu-particle .g-quickmenu-container-items .g-quickmenu-wrapper .g-quickmenu-item p {
    font-size: 1rem;
  }
}
.g-quickmenu-particle .g-quickmenu-container-items .g-quickmenu-wrapper .g-quickmenu-price span {
  color: #78aa3a;
  border: 1px solid #78aa3a;
  border-radius: 10px;
  display: block;
  padding: 0.2rem 0.6rem;
  font-weight: 700;
  font-size: 1vw;
}
@media (max-width: 100rem) {
  .g-quickmenu-particle .g-quickmenu-container-items .g-quickmenu-wrapper .g-quickmenu-price span {
    font-size: 1rem;
  }
}
.g-quickmenu-particle .g-quickmenu-container-items .swiper-pagination {
  bottom: 0;
}
.g-quickmenu-particle .g-quickmenu-container-items .swiper-pagination .swiper-pagination-bullet {
  background: #12191b;
  opacity: 1;
  width: 10px;
  height: 10px;
}
.g-quickmenu-particle .g-quickmenu-container-items .swiper-pagination .swiper-pagination-bullet-active {
  background: #ffffff;
}
.g-quickmenu-particle .g-quickmenu-container-items .g-quickmenu-wrapper .g-quickmenu-price span, .classic .product-price-container .sale-price {
  color: #78aa3a;
  border: 1px solid #78aa3a;
  border-radius: 10px;
  display: block;
  padding: 0.2rem 0.6rem;
  font-weight: 700;
}
.item-overlay {
  display: block ruby;
  text-align: center;
  font-size: 1.3rem;
}
.g-main-nav .g-toplevel {
  display: contents;
}
.g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content {
  letter-spacing: 0.05em;
}
.g-pricingtable-col-item .g-pricingtable .g-pricingtable-price {
  font-size: 1rem;
}
.g-pricingtable-col-item .g-pricingtable .g-pricingtable-plan {
  padding: 1.5rem 0 1.5rem 0;
}
.pcolumn-1 h2.product-title, .pcolumn-2 h2.product-title, .pcolumn-3 h2.product-title {
  width: 100%;
  width: -moz-available;
  /* For Mozzila */
  width: -webkit-fill-available;
  /* For Chrome */
  width: stretch;
  float: left;
}
.classic .pcolumn-1 .sale-price {
  float: right;
}
.g-main-nav .g-toplevel > li > .g-menu-item-container, .g-main-nav .g-sublevel > li > .g-menu-item-container {
  font-weight: 700;
  letter-spacing: 0.005em;
}
.box1 .button {
  background: #78aa3a !important;
}
.box1.moduletable, .box1.widget, .box1.g-outer-box, .box1 > .g-content, .g-blockcontent-subcontent-desc, .g-infolist-particle .g-infolist .g-infolist-item-desc, .g-infolist-particle .g-infolist .g-infolist-item-title {
  color: #12191b;
  font-size: 1.1rem;
}
.noicon i {
  display: none;
}
.g-pricingtable .g-pricingtable-item.g-pricingtable-item-0 {
  padding-top: 0;
}
.gantry-left {
  float: left;
}
.clear {
  clear: both;
}
.button {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.9rem;
}
blockquote {
  color: #666;
}
.alert-success {
  color: #24831b;
}
.page-header h1 {
  font-size: 2.2rem;
  margin-top: 0;
}
.lead {
  font-size: 1.4rem;
  font-weight: 700;
}
h2, .page-header h2 {
  font-size: 1.4rem;
  margin-top: 0;
}
.title6 .g-title, .title6 .g-simplecontent .g-simplecontent-item-content-title {
  font-weight: 700;
}
.page-header p {
  font-size: 1.3rem;
  font-weight: 400;
}
.g-quickmenu-particle .g-quickmenu-container-cards .swiper-slide h6 {
  font-size: 1.6rem;
}
h1.g-title {
  font-size: 2.2rem;
  text-transform: uppercase;
  font-weight: 700;
}
h2.g-title, .g-latestnews .g-latestnews-header .g-latestnews-title .g-latestnews-uppertitle {
  font-size: 1.8rem;
  font-weight: 400;
  text-transform: uppercase;
}
h3.g-title {
  font-weight: 700;
}
.title4 .g-title {
  text-transform: initial;
  width: max-content;
}
.moduletable[class*="dely"] .g-title {
  margin-left: auto;
  margin-right: auto;
}
h4.product-title, h2.product-title, .g-blockcontent-subcontent-title-text {
  font-size: 1.4rem;
  font-weight: 700;
}
.g-blockcontent-buttons {
  text-align: center;
}
.box2.moduletable, .box2.widget, .box2.g-outer-box, .box2 > .g-content, .box1.moduletable, .box1.widget, .box1.g-outer-box, .box1 > .g-content {
  background-image: none;
}
#g-footer .g-simplemenu-particle h6 {
  color: #fff;
}
#g-footer > .g-grid {
  border-bottom: none;
}
#g-footer .g-simplemenu-particle .g-simplemenu-container .g-simplemenu li a, #g-footer .g-newsletter-particle .g-newsletter .g-newsletter-headtext {
  color: #d1cdca;
}
#g-footer .g-simplemenu-particle .g-simplemenu-container .g-simplemenu li a:hover {
  color: #fff;
}
.g-simplecontent .g-simplecontent-item-content-title {
  color: #fff;
}
.breadcrumb {
  background-color: #f5f5f54d;
  font-size: 0.8rem;
}
.g-popupgrid-item {
  width: 300px;
}
.g-infolist .g-infolist-item-desc {
  opacity: 1;
}
.g-infolist-textstyle-header .g-infolist-item-desc, .g-infolist-textstyle-header .g-infolist-item-title, .g-infolist-textstyle-header .g-infolist-tags, .g-infolist-textstyle-header .g-infolist-tags .g-tag {
  font-weight: 400;
}
.aler, .alert-success {
  background: none;
}
.pager li > a, .pager li > span {
  color: #fff !important;
}
.bold {
  font-weight: 700;
}
hr.horizontalline {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.g-main-nav .g-sublevel {
  width: 250px;
}
.g-latestnews .g-latestnews-header .g-latestnews-title {
  font-size: 1.1rem;
}
.g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .g-swiper-text, .g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .g-swiper-title {
  font-size: 3rem;
  font-weight: 700;
  text-shadow: 1px 1px 5px #000;
}
.g-owlcarousel-showcase .g-owlcarousel .owl-stage .owl-item .item .g-showcase-image-link .showcase-image .item-overlay .item-overlay-title {
  font-size: 3rem;
}
.slidebis .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .g-swiper-title {
  font-size: 1.5rem;
  background: url('../../images/backgrounds/yellow-brushstroke.png');
  background-repeat: no-repeat;
  background-size: 100% 95%;
  padding: 8px 0;
}
.slidebis .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .g-swiper-text {
  font-size: 1.3rem;
}
.g-pricingtable, .mpl {
  background: #f5f5dc1f;
}
.g-pricingtable-col-item .g-pricingtable .g-pricingtable-item {
  color: #000;
}
.g-pricingtable-accent1 .g-pricingtable .g-pricingtable-plan a, .g-pricingtable-accent1 .g-pricingtable .g-pricingtable-price, .g-pricingtable-accent1 .g-pricingtable .g-pricingtable-item .fa, .g-pricingtable-accent1 .g-pricingtable .g-pricingtable-item, .g-pricingtable-accent1 .g-pricingtable .g-pricingtable-period {
  color: #666;
}
.g-pricingtable .g-pricingtable-plan {
  font-size: 1.2rem;
  text-align: center;
  text-decoration: overline underline;
}
.cart-item-count {
  background: #53bb25;
}
.j2store-product-main-image {
  margin-top: 2rem;
}
.item-overlay-title {
  text-align: center;
}
.optionvalue-image-353, .optionvalue-image-354, .optionvalue-image-355, .optionvalue-image-356, .optionvalue-image-357 {
  width: 60px;
}
.g-infolist .g-infolist-item {
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.g-popupgrid-item-img-wrap img {
  opacity: 0.9;
}
.platform-content {
  padding: 0.625rem 0;
}
.menutruck {
  width: 300px;
  padding: 0.5rem 1rem 1rem 1rem;
  margin: 10px 10px 10px 0;
  float: left;
  border: solid 1px black;
  text-align: center;
}
.menutruck h3, .menutruck h4, .menutruck h5, .menutruck h6 {
  margin-top: 0;
  font-size: 1.2rem;
  color: black;
}
.menutruck p {
  font-weight: bold;
  font-size: 20px;
}
.g-simplemenu-particle .g-simplemenu-container .g-simplemenu li {
  font-size: 1.15rem;
}
div[id*="mailchimp"] .g-newsletter-particle .g-newsletter.g-newsletter-aside .g-newsletter-form-wrapper .g-newsletter-inputbox input {
  height: 45px;
}
.g-latestnews-nav-container {
  display: none;
  visibility: hidden;
}
.g-mlogo img {
  width: 200px;
}
/* Smartphones */
@media (max-width: 480px) {
  .g-mlogo img {
    max-width: 200px;
    min-width: 120px;
  }
  .g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .g-swiper-text, .g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .g-swiper-title {
    font-size: 2rem;
    font-weight: 700;
    text-shadow: 1px 1px 5px #000;
  }
  h1.g-title {
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: 700;
  }
  h2.g-title, .g-latestnews .g-latestnews-header .g-latestnews-title .g-latestnews-uppertitle {
    font-size: 1.5rem;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0;
  }
  .largepaddingbottom:not(.g-block), .largepaddingbottom > .g-content {
    padding-bottom: 1rem;
  }
  .g-quickmenu-particle {
    padding: 0.8rem;
  }
  .g-quickmenu-particle .g-quickmenu-container-cards .swiper-slide h6 {
    font-size: 1.5rem;
  }
  .moduletable[class*="infolisthome"] {
    padding-left: 0;
    padding-right: 0;
  }
  .promo .g-content {
    padding-left: 0;
    padding-right: 0;
  }
}
/*# sourceMappingURL=custom__body_only.css.map */