/**
 * Zoom Slider Stylesheet
 */
.text-sm {
  font-size: 16px;
  font-family: 'Jost', sans-serif;
  font-family: var(--font-main), sans-serif;
  font-weight: 300;
  letter-spacing: var(--font-main-letterspacing);
  line-height: 1.5em;
  display: inline-block;
}
.color-main {
  color: #832732;
  color: var(--main);
}
.color-second {
  color: #E1DBCB;
  color: var(--second);
}
.color-black {
  color: #221917;
  color: var(--black);
}
.color-gray {
  color: #F5F3F1;
  color: var(--gray);
}
.color-white {
  color: #ea4a34;
  color: var(--white);
}
.color-white-text {
  color: rgba(255, 255, 255, 0.8);
}
.color-red {
  color: #f6520a;
  color: var(--red);
}
.color-yellow {
  color: #E1DBCB;
  color: var(--yellow);
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-clip: border-box;
}
.lte-quote-char {
  font-family: lte-font;
  font-weight: 400 !important;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e84f";
  display: block;
  vertical-align: top;
  pointer-events: none;
  z-index: 0;
  line-height: 30px;
  font-size: 26px !important;
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 auto;
  color: #832732;
  color: var(--main);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-clip: border-box;
  z-index: 5;
  padding-right: 4px;
}
.rtl .lte-quote-char {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.zs-enabled {
  position: relative;
}
.zs-enabled.zoom-margin-top {
  padding-top: 100px;
}
.zs-enabled .container {
  padding-left: 0;
  padding-right: 0;
}
.zs-enabled .lte-zs-slider-inner {
  width: 100%;
  position: absolute;
  display: block;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 1.5s;
  -moz-transition: opacity 0.5s, -moz-transform 1.5s;
  -o-transition: opacity 0.5s, -o-transform 1.5s;
  transition: opacity 0.5s,-webkit-transform 1.5s,-moz-transform 1.5s,-o-transform 1.5s,transform 1.5s;
  -webkit-transform: translate(0%, -10%);
  -moz-transform: translate(0%, -10%);
  -ms-transform: translate(0%, -10%);
  -o-transform: translate(0%, -10%);
  transform: translate(0%, -10%);
}
.zs-enabled.zoom-content-effect-static .lte-zs-slider-inner {
  left: 50%;
  opacity: 0;
}
.zs-enabled.zoom-content-effect-fade-left .lte-zs-slider-inner {
  left: 50%;
  opacity: 0;
}
.zs-enabled.zoom-content-effect-fade-top .lte-zs-slider-inner {
  opacity: 0;
}
.zs-enabled.zoom-content-effect-fade-in .lte-zs-slider-inner {
  opacity: 0;
}
.zs-enabled .lte-zs-slider-inner.inited {
  position: absolute;
}
.zs-enabled .lte-zs-slider-inner.visible {
  opacity: 1;
  -webkit-transform: translate(0%, 0%);
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  -webkit-transition: opacity 2s, -webkit-transform 1.5s;
  -moz-transition: opacity 2s, -moz-transform 1.5s;
  -o-transition: opacity 2s, -o-transform 1.5s;
  transition: opacity 2s,-webkit-transform 1.5s,-moz-transform 1.5s,-o-transform 1.5s,transform 1.5s;
}
.zs-enabled .lte-zs-slider-inner.visible.single {
  position: relative;
}
.zs-enabled .zs-slideshow {
  overflow: hidden;
}
.zs-enabled .zs-slideshow,
.zs-enabled .zs-slides,
.zs-enabled .zs-slide,
.zs-enabled .zs-layer-2 {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.zs-enabled .zs-slides {
  height: 100%;
}
.zs-enabled .zs-layer-2 {
  z-index: 2;
}
.zs-enabled .zs-slideshow .zs-slides .zs-slide {
  will-change: transform;
  background: transparent none no-repeat 50% 50%;
  background-size: cover;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.zs-enabled.zoom-origin-top-left .zs-slideshow .zs-slides .zs-slide {
  transform-origin: top left;
}
.zs-enabled.zoom-origin-top-center .zs-slideshow .zs-slides .zs-slide {
  transform-origin: top center;
}
.zs-enabled.zoom-origin-top-right .zs-slideshow .zs-slides .zs-slide {
  transform-origin: top right;
}
.zs-enabled.zoom-origin-center-left .zs-slideshow .zs-slides .zs-slide {
  transform-origin: center left;
}
.zs-enabled.zoom-origin-center-right .zs-slideshow .zs-slides .zs-slide {
  transform-origin: center right;
}
.zs-enabled.zoom-origin-bottom-left .zs-slideshow .zs-slides .zs-slide {
  transform-origin: bottom left;
}
.zs-enabled.zoom-origin-bottom-center .zs-slideshow .zs-slides .zs-slide {
  transform-origin: bottom center;
}
.zs-enabled.zoom-origin-bottom-right .zs-slideshow .zs-slides .zs-slide {
  transform-origin: bottom right;
}
.zs-enabled .zs-slideshow .zs-layer {
  background: transparent none no-repeat 50% 50%;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}
@media (max-width: 1800px) {
  .zs-enabled .zs-slideshow .zs-layer {
    display: none !important;
  }
}
.zs-enabled.zoom-out .zs-slideshow .zs-slides .zs-slide {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.zs-enabled .zs-slideshow .zs-slides .zs-slide.active {
  visibility: visible;
  opacity: 1;
}
.zs-enabled .zs-slideshow:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: transparent none repeat 0 0;
}
.lte-slider-zoom {
  background-color: #221917;
  background-color: var(--black);
}
.lte-slider-zoom.zoom-align-center {
  text-align: center;
}
.lte-slider-zoom.zoom-align-left {
  text-align: left;
}
.lte-slider-zoom.zoom-align-right {
  text-align: right;
}
.lte-slider-zoom.zoom-color-white {
  color: #ea4a34;
  color: var(--white);
}
.lte-slider-zoom.zoom-color-black {
  color: #221917;
  color: var(--black);
}
.lte-slider-zoom.lte-rounded .zs-slideshow {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-clip: border-box;
}
.lte-slider-zoom .lte-tagline {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
@media (max-width: 991px) {
  .lte-slider-zoom .text-lg {
    font-size: 16px;
  }
}
.lte-slider-zoom .heading.transform-default {
  margin: 0 0 0px 0;
}
@media (max-width: 991px) {
  .lte-slider-zoom {
    text-align: center;
  }
}
.lte-slider-zoom .lte-zs-slider-inner {
  padding-left: 15px;
  padding-right: 15px;
}
.lte-slider-zoom .lte-zs-slider-wrapper {
  overflow: hidden;
  pointer-events: none;
}
.lte-slider-zoom .lte-zs-slider-wrapper .lte-zs-slider-inner.visible a,
.lte-slider-zoom .lte-zs-slider-wrapper .lte-zs-slider-inner.visible input {
  pointer-events: all;
}
.lte-slider-zoom .wpb_single_image.wpb_content_element {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .lte-slider-zoom .slider-inner {
    text-align: center;
  }
}
.lte-slider-zoom .lte-social {
  position: absolute;
  z-index: 11;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 1600px) and (max-width: 1750px) {
  .lte-slider-zoom .lte-social {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .lte-slider-zoom .lte-social {
    display: none;
  }
}
@media (min-width: 1000px) and (max-width: 1150px) {
  .lte-slider-zoom .lte-social {
    display: none;
  }
}
@media (max-width: 991px) {
  .lte-slider-zoom .lte-social {
    display: none;
  }
}
.lte-slider-zoom .lte-social ul {
  margin: 0;
  padding: 0;
  list-style: none;
  transform-origin: right;
  -webkit-transform: rotate(-90deg) translateX(50%);
  -moz-transform: rotate(-90deg) translateX(50%);
  -ms-transform: rotate(-90deg) translateX(50%);
  -o-transform: rotate(-90deg) translateX(50%);
  transform: rotate(-90deg) translateX(50%);
}
.lte-slider-zoom .lte-social li {
  list-style: none;
  position: relative;
  display: inline-block;
  padding-left: 40px;
  margin: 0;
}
.lte-slider-zoom .lte-social a {
  background: transparent;
  font-family: 'Cormorant Infant', serif;
  font-family: var(--font-subheaders), serif;
  font-weight: 400;
  letter-spacing: var(--font-subheaders-letterspacing);
  border-bottom: 2px solid var(--main);
  border-color: #832732;
  border-color: var(--main);
  color: #ea4a34;
  color: var(--white);
  border-radius: 0;
  width: auto;
  height: auto;
  line-height: 1em;
  position: relative;
  z-index: 10;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1);
}
.lte-slider-zoom .lte-social a span {
  z-index: 1;
  position: relative;
}
.lte-slider-zoom .lte-social a:hover {
  background: transparent;
  color: #E1DBCB;
  color: var(--second);
}
.lte-slider-zoom .lte-arrow-down {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-clip: border-box;
  border: 2px solid #221917;
  border-color: #221917;
  border-color: var(--black);
  color: #221917;
  color: var(--black);
  display: block;
  text-align: center;
  line-height: 12px;
  left: 50%;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-left: -10px;
  bottom: 8px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .lte-slider-zoom .lte-arrow-down {
    display: none;
  }
}
.lte-slider-zoom .lte-arrow-down:hover {
  background-color: #221917;
  background-color: var(--black);
  color: #ea4a34;
  color: var(--white);
}
.lte-slider-zoom .lte-arrow-down:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f054";
  margin-left: 2px;
  font-size: 10px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (min-width: 1200px) {
  .lte-zs-bullets-offset-100 .zs-enabled .zs-slideshow .zs-bullets {
    margin-top: -100px;
  }
}
@media (max-width: 767px) {
  .zs-enabled {
    padding-bottom: 50px;
  }
}
.zs-enabled .zs-slideshow .zs-bullets {
  position: absolute;
  z-index: 4;
  text-align: center;
  z-index: 130;
  right: 50%;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
  /*bottom: 64px;*/
}
@media (max-width: 1199px) {
  .zs-enabled .zs-slideshow .zs-bullets {
    bottom: 16px;
  }
}
@media (max-width: 767px) {
  .zs-enabled .zs-slideshow .zs-bullets {
    left: 50%;
    right: auto;
    top: auto;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: 32px;
    margin-left: -15px;
    display: none;
  }
}
.zs-enabled .zs-slideshow .zs-bullets .zs-bullet {
  pointer-events: all;
  padding: 0px;
  margin: 0px 10px 35px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-family: 'Cormorant Infant', serif;
  font-family: var(--font-headers), serif;
  font-weight: 400;
  letter-spacing: var(--font-headers-letterspacing);
  font-size: 30px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .zs-enabled .zs-slideshow .zs-bullets .zs-bullet {
    display: inline-block;
    margin: 0px 0px 0px 15px;
  }
}
.zs-enabled .zs-slideshow .zs-bullets .zs-bullet.active {
  border: 0;
  cursor: default;
}
.zs-enabled .zs-slideshow .zs-bullets .zs-bullet.active:before {
  background-color: #221917;
  background-color: var(--black);
}
.zs-enabled .zs-slideshow .zs-bullets .zs-bullet.active:after {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  border-color: #221917;
  border-color: var(--black);
}
.zs-enabled .zs-slideshow .zs-bullets .zs-bullet:after {
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid var(--white);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-clip: border-box;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.zs-enabled .zs-slideshow .zs-bullets .zs-bullet:before {
  display: block;
  top: 0;
  left: 0;
  content: "";
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-clip: border-box;
  background-color: #ea4a34;
  background-color: var(--white);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.zs-enabled .zs-slideshow .zs-bullets .zs-bullet:not(.active):hover:before {
  background-color: #221917;
  background-color: var(--black);
  width: 12px;
  height: 12px;
}
@media (max-width: 991px) {
  .zs-enabled.bullets-true {
    padding-bottom: 0;
  }
}
.zs-enabled.bullets-right .zs-bullets {
  right: 50px !important;
  width: auto !important;
  left: auto !important;
  top: 50% !important;
  bottom: auto !important;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.zs-enabled.bullets-right .zs-bullets .zs-bullet {
  display: block !important;
}
.zs-enabled .zs-arrows {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  width: 100%;
}
@media (max-width: 767px) {
  .zs-enabled .zs-arrows {
    margin-top: 0px;
  }
}
.zs-enabled .zs-arrows .container {
  position: relative;
}
.zs-enabled .zs-arrows .lte-arrow-right,
.zs-enabled .zs-arrows .lte-arrow-left {
  cursor: pointer;
  display: block;
  z-index: 1;
  position: absolute;
  width: 120px;
  height: 40px;
  color: #ea4a34;
  color: var(--white);
  line-height: 40px;
}
@media (max-width: 767px) {
  .zs-enabled .zs-arrows .lte-arrow-right,
  .zs-enabled .zs-arrows .lte-arrow-left {
    top: 180px;
    font-size: 42px;
  }
}
.zs-enabled .zs-arrows .lte-arrow-right.lte-arrow-left,
.zs-enabled .zs-arrows .lte-arrow-left.lte-arrow-left {
  margin-left: 64px;
}
.zs-enabled .zs-arrows .lte-arrow-right.lte-arrow-left:before,
.zs-enabled .zs-arrows .lte-arrow-left.lte-arrow-left:before {
  left: -1px;
}
@media (max-width: 767px) {
  .zs-enabled .zs-arrows .lte-arrow-right.lte-arrow-left,
  .zs-enabled .zs-arrows .lte-arrow-left.lte-arrow-left {
    margin-left: 24px;
  }
}
.zs-enabled .zs-arrows .lte-arrow-right.lte-arrow-right,
.zs-enabled .zs-arrows .lte-arrow-left.lte-arrow-right {
  margin-right: 64px;
  right: 0;
}
.zs-enabled .zs-arrows .lte-arrow-right.lte-arrow-right:before,
.zs-enabled .zs-arrows .lte-arrow-left.lte-arrow-right:before {
  right: -1px;
}
@media (max-width: 767px) {
  .zs-enabled .zs-arrows .lte-arrow-right.lte-arrow-right,
  .zs-enabled .zs-arrows .lte-arrow-left.lte-arrow-right {
    margin-right: 24px;
  }
}
.zs-enabled .zs-arrows .lte-arrow-right:hover,
.zs-enabled .zs-arrows .lte-arrow-left:hover {
  color: #E1DBCB;
  color: var(--second);
}
@media (max-width: 767px) {
  .zs-enabled .zs-arrows {
    height: 100px;
    top: auto;
    width: 250px;
    bottom: 150px;
  }
}
.zs-enabled.zoom-arrows-bottom .zs-arrows {
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  margin-top: -150px;
  margin-bottom: 100px;
  z-index: 50;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .zs-enabled.zoom-arrows-bottom .zs-arrows {
    margin-top: -50px;
  }
}
@media (max-width: 991px) {
  .zs-enabled.zoom-arrows-bottom .zs-arrows {
    text-align: center;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .zs-enabled.zoom-arrows-bottom {
    margin-top: 0px;
  }
}
.zs-enabled.zoom-arrows-bottom .container {
  position: relative;
}
.zs-enabled.zoom-arrows-bottom .lte-arrow-right,
.zs-enabled.zoom-arrows-bottom .lte-arrow-left {
  cursor: pointer;
  display: inline-block;
  z-index: 1;
  position: relative;
  color: #221917;
  color: var(--black);
  background: transparent;
}
.zs-enabled.zoom-arrows-bottom .lte-arrow-right:hover,
.zs-enabled.zoom-arrows-bottom .lte-arrow-left:hover {
  color: #832732;
  color: var(--main);
}
.zs-enabled.zoom-arrows-bottom .lte-arrow-right.lte-arrow-left,
.zs-enabled.zoom-arrows-bottom .lte-arrow-left.lte-arrow-left {
  margin-left: 0px;
  margin-right: 30px;
}
@media (max-width: 991px) {
  .zs-enabled.zoom-arrows-bottom .lte-arrow-right.lte-arrow-left,
  .zs-enabled.zoom-arrows-bottom .lte-arrow-left.lte-arrow-left {
    margin-left: 0;
  }
}
.zs-enabled.zoom-arrows-bottom .lte-arrow-right.lte-arrow-right,
.zs-enabled.zoom-arrows-bottom .lte-arrow-left.lte-arrow-right {
  margin-right: 30px;
  right: 0;
}
@media (max-width: 991px) {
  .zs-enabled.zoom-arrows-bottom .lte-arrow-right.lte-arrow-right,
  .zs-enabled.zoom-arrows-bottom .lte-arrow-left.lte-arrow-right {
    margin-right: 0;
    margin-left: 30px;
  }
}
.zs-enabled.zoom-arrows-bottom .lte-arrow-right:after,
.zs-enabled.zoom-arrows-bottom .lte-arrow-left:after {
  display: none;
}
.zs-enabled.lte-zs-overlay-lines .zs-slideshow:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1600px;
  margin-left: 30px;
  background-image: url(//templesreunion.com/wp-content/plugins/lte-ext/elementor/shortcodes/zoomslider/slider-bg-lines.png);
  background-position: 0 0;
  z-index: 100;
  pointer-events: none;
  opacity: .1;
}
.zs-enabled.lte-zs-overlay-lines .zs-slideshow::after {
  background: #000;
  zoom: 1;
  filter: alpha(opacity=40);
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  z-index: 99;
  pointer-events: none;
}
.zs-enabled.lte-zs-overlay-dark .zs-slideshow::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  width: 101%;
  height: 100%;
  z-index: 100;
  background: #221917;
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  pointer-events: none;
}
.zs-enabled.lte-zs-overlay-black .zs-slideshow::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  width: 101%;
  height: 100%;
  z-index: 100;
  background: #000;
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  pointer-events: none;
}
.zs-enabled.lte-zs-overlay-black-gradient .zs-slideshow::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  width: 101%;
  height: 100%;
  z-index: 100;
  background-color: #221917;
  background-color: var(--black);
  zoom: 1;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  pointer-events: none;
}
.zs-enabled.lte-zs-overlay-black-gradient .zs-slideshow::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  width: 101%;
  height: 100%;
  z-index: 100;
  background-image: -webkit-linear-gradient(270deg, transparent 70%, var(--black) 100%);
  background-image: -moz-linear-gradient(270deg, transparent 70%, var(--black) 100%);
  background-image: -ms-linear-gradient(270deg, transparent 70%, var(--black) 100%);
  background-image: -o-linear-gradient(270deg, transparent 70%, var(--black) 100%);
  background-image: linear-gradient(-180deg, transparent 70%, var(--black) 100%);
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  pointer-events: none;
}
.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=".svg"]{width:48px}.elementor-widget-image img{display:inline-block;vertical-align:middle}body.elementor-page .elementor-widget-menu-anchor{margin-block-end:0}.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var( --container-widget-align-self,initial );--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer,.e-con>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{min-height:22px;min-width:22px;position:relative}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{height:22px;inset:0;margin:auto;padding:0;position:absolute;width:22px}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}.elementor-animation-grow{transition-duration:.3s;transition-property:transform}.elementor-animation-grow:active,.elementor-animation-grow:focus,.elementor-animation-grow:hover{transform:scale(1.1)}.elementor-widget-google_maps .elementor-widget-container,.elementor-widget-google_maps:not(:has(.elementor-widget-container)){overflow:hidden}.elementor-widget-google_maps .elementor-custom-embed{line-height:0}.elementor-widget-google_maps iframe{height:300px}.jltma-infobox .jltma-infobox-item{border-radius:5px;padding:1.875rem;transition:.3s}.jltma-infobox .jltma-infobox-content{text-align:left}.jltma-infobox .jltma-infobox-icon{color:#4b00e7;font-size:20px}.jltma-infobox .jltma-infobox-icon svg{height:60px;width:60px}.jltma-infobox .jltma-infobox-icon .jltma-inner-content img{margin:0 auto}.jltma-infobox .jltma-infobox-content-title{color:#393c3f;font-size:24px;font-weight:700;line-height:1.5;margin:0 0 10px}.jltma-infobox .jltma-infobox-content-description{color:#78909c;font-size:16px;margin:10px auto}.jltma-infobox .bg-fade-icon{color:#4b00e7;position:absolute;right:-15px;bottom:-20px;opacity:.2;z-index:-1}.jltma-infobox .bg-fade-icon i,.jltma-infobox .bg-fade-icon span{font-size:7rem}.jltma-infobox .bg-fade-icon svg{height:100px;width:100px}.jltma-infobox.one .jltma-infobox-item .jltma-infobox-icon .jltma-inner-content i{font-size:3rem}.jltma-infobox.three .jltma-infobox-item,.jltma-infobox.two .jltma-infobox-item{overflow:hidden;position:relative;z-index:0}.jltma-infobox.three .jltma-infobox-item .jltma-infobox-icon{background:#4b00e7;border-top-left-radius:5px;color:#fff;font-size:2.5rem;left:0;top:0;padding:.5rem 1.5rem;position:absolute}.jltma-infobox.three .jltma-infobox-item .jltma-infobox-content{padding-top:3rem}.jltma-infobox.four .jltma-infobox-item{align-items:center;transition:.3s}.jltma-infobox.four .jltma-infobox-item .jltma-infobox-icon{background:#4b00e7;border-radius:50%;color:#fff;font-size:2rem;height:90px;width:90px;line-height:90px;margin:0 auto;text-align:center;transition:.3s}.jltma-infobox.four .jltma-infobox-item .jltma-infobox-icon.image{position:relative}.jltma-infobox.four .jltma-infobox-item .jltma-infobox-icon.image .jltma-inner-content{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.jltma-infobox.four .jltma-infobox-item .jltma-infobox-content,.jltma-infobox.four .jltma-infobox-item .jltma-inner-content{text-align:center}.jltma-infobox.four .jltma-infobox-item .jltma-infobox-content-description{transition:.3s}.jltma-infobox.five{margin:-10px}.jltma-infobox.five .jltma-infobox-item{display:flex;align-items:flex-start;transition:.3s}.jltma-infobox.five .jltma-infobox-item .jltma-infobox-icon{margin-top:-20px;margin-left:-20px;margin-right:30px;color:#fff;width:80px}.jltma-infobox.five .jltma-infobox-item .jltma-infobox-icon .jltma-inner-content i,.jltma-infobox.five .jltma-infobox-item .jltma-infobox-icon .jltma-inner-content img,.jltma-infobox.five .jltma-infobox-item .jltma-infobox-icon .jltma-inner-content svg{display:block!important;position:absolute;transform:skewX(-30deg) rotate(30deg) scale(1);left:30%;top:25%}.jltma-infobox.five .jltma-infobox-item .jltma-infobox-icon .jltma-inner-content i{font-size:4rem}.jltma-infobox.five .jltma-infobox-item .jltma-infobox-content-description,.jltma-infobox.five .jltma-infobox-item .jltma-infobox-content-title{transition:.3s}.jltma-infobox.six .jltma-infobox-item .jltma-infobox-icon.image{position:relative}.jltma-infobox.six .jltma-infobox-item .jltma-infobox-icon.image .jltma-inner-content{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.jltma-infobox.nine .jltma-infobox-item:hover .jltma-infobox-content-description,.jltma-infobox.nine .jltma-infobox-item:hover .jltma-infobox-content-title{color:#000}.jltma-infobox.ten .jltma-infobox-item .jltma-infobox-icon img{width:inherit!important;height:inherit!important;line-height:inherit!important;left:3px!important;top:18px!important}.jltma-infobox.ten .jltma-infobox-item:hover .jltma-infobox-icon{color:#fff;background:#4b00e7}.jltma-infobox.ten .jltma-infobox-item:hover .jltma-infobox-content-title{color:#e8156e}.jltma-infobox.eight .jltma-infobox-icon.image{display:block}.jltma-infobox.eight .jltma-infobox-icon .jltma-inner-content i,.jltma-infobox.eight .jltma-infobox-icon .jltma-inner-content img,.jltma-infobox.eight .jltma-infobox-icon .jltma-inner-content svg{display:block!important;position:absolute;transform:skewX(-30deg) rotate(30deg) scale(1);left:30%;top:25%}.jltma-infobox.eight .jltma-infobox-icon .jltma-inner-content i{font-size:4rem!important}.jltma-infobox.eight .jltma-infobox-item .jltma-infobox-icon,.jltma-infobox.five .jltma-infobox-item .jltma-infobox-icon{z-index:0}.jltma-infobox.eight .jltma-infobox-item .jltma-infobox-icon i,.jltma-infobox.eight .jltma-infobox-item .jltma-infobox-icon img,.jltma-infobox.eight .jltma-infobox-item .jltma-infobox-icon svg,.jltma-infobox.five .jltma-infobox-item .jltma-infobox-icon i,.jltma-infobox.five .jltma-infobox-item .jltma-infobox-icon img,.jltma-infobox.five .jltma-infobox-item .jltma-infobox-icon svg{font-size:2rem;height:80px;width:80px;line-height:80px;text-align:center;z-index:1;transition:.3s}.jltma-infobox.eight .jltma-infobox-item .jltma-infobox-icon .jltma-inner-content,.jltma-infobox.five .jltma-infobox-item .jltma-infobox-icon .jltma-inner-content{border-radius:15px;position:absolute;top:-90px;left:-50px;overflow:hidden;display:inline-block;margin:48px 0;width:180px;height:165px;z-index:-1;transform:rotate(-30deg) skewX(30deg) scale(.5)}.jltma-infobox.eight .jltma-infobox-item .jltma-infobox-icon .jltma-inner-content i,.jltma-infobox.eight .jltma-infobox-item .jltma-infobox-icon .jltma-inner-content img,.jltma-infobox.eight .jltma-infobox-item .jltma-infobox-icon .jltma-inner-content svg,.jltma-infobox.five .jltma-infobox-item .jltma-infobox-icon .jltma-inner-content i,.jltma-infobox.five .jltma-infobox-item .jltma-infobox-icon .jltma-inner-content img,.jltma-infobox.five .jltma-infobox-item .jltma-infobox-icon .jltma-inner-content svg{display:none}.jltma-infobox.eight .jltma-infobox-item .jltma-infobox-icon .jltma-inner-content :before,.jltma-infobox.five .jltma-infobox-item .jltma-infobox-icon .jltma-inner-content :before{display:block;overflow:hidden;width:inherit;height:inherit;border-radius:inherit}.jltma-infobox.eight .jltma-infobox-item .jltma-infobox-icon .jltma-inner-content .jltma-hexagon-shape,.jltma-infobox.five .jltma-infobox-item .jltma-infobox-icon .jltma-inner-content .jltma-hexagon-shape{height:100%;width:100%;transform:skewX(-30deg) rotate(60deg) skewX(30deg);opacity:1}.jltma-infobox.eight .jltma-infobox-item .jltma-infobox-icon .jltma-inner-content .jltma-hexagon-shape:before,.jltma-infobox.five .jltma-infobox-item .jltma-infobox-icon .jltma-inner-content .jltma-hexagon-shape:before{transform:skewX(-30deg) rotate(60deg) skewX(30deg);background:#4b00e7;content:"";transition:.3s}.jltma-infobox.eight .jltma-infobox-item .jltma-infobox-icon .jltma-inner-content .jltma-shape-inner,.jltma-infobox.five .jltma-infobox-item .jltma-infobox-icon .jltma-inner-content .jltma-shape-inner{transform:skewX(-30deg) rotate(60deg) skewX(30deg);background:#4b00e7;transition:.3s}.jltma-infobox.eight .jltma-infobox-item:hover .jltma-infobox-content-title,.jltma-infobox.five .jltma-infobox-item:hover .jltma-infobox-content-title{color:#e8156e}