/* 轮播 start */

.ecms-main {
    position: relative;
    top: -80px;
    margin-bottom: -80px;
    min-width: 1200px;
  }
  .footer_left_top a:hover {
    text-decoration: underline;
    color: #A7A7A7;
  }
  .ecms-main {
    position: relative;
  }
  .ecms-main .index-banner {
    position: relative;
    min-width: 1200px;
  }
  .ecms-main .index-banner .swiper-scroller {
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -600px;
    z-index: 850;
  }
  .ecms-main .index-banner .swiper-scroller .slider {
    position: absolute;
    left: 0;
    top: 68px;
    width: 2px;
    height: 16px;
    background-color: rgba(255, 255, 255, 0.25);
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    opacity: 0;
    overflow: hidden;
  }
  .ecms-main .index-banner .swiper-scroller .slider.active {
    opacity: 1;
  }
  .ecms-main .index-banner .swiper-scroller .slider.active .progress {
    transform: scaleY(1);
  }
  .ecms-main .index-banner .swiper-scroller .progress {
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #fff;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    transform-origin: 0 0;
    transform: scaleY(0);
    transition: transform 0s linear;
  }
  .ecms-main .index-banner .swiper-scroller .swiper-scroller-list {
    position: relative;
    height: 140px;
  }
  .ecms-main .index-banner .swiper-scroller .swiper-scroller-list:before {
    display: block;
    content: '';
    width: 260px;
    height: 30px;
    background: transparent;
    position: absolute;
    top: 58px;
    left: 0;
    z-index: 9;
  }
  .ecms-main .index-banner .swiper-scroller .swiper-scroller-list .swiper-scroller-item {
    cursor: pointer;
    position: absolute;
    transition: all 0.4s;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
  }
  .ecms-main .index-banner .swiper-scroller .swiper-scroller-list .swiper-scroller-item a {
    padding: 6px 40px;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
    font-weight: 300;
  }
  .ecms-main .index-banner .swiper-scroller .swiper-scroller-list .swiper-scroller-item:nth-child(1),
  .ecms-main .index-banner .swiper-scroller .swiper-scroller-list .swiper-scroller-item:nth-child(5) {
    opacity: 0;
    visibility: visible;
    cursor: pointer;
  }
  .ecms-main .index-banner .swiper-scroller .swiper-scroller-list .swiper-scroller-item:nth-child(3) {
    opacity: 1;
    visibility: visible;
  }
  .ecms-main .index-banner .swiper-scroller .swiper-scroller-list .swiper-scroller-item:nth-child(3) a {
    font-weight: 700;
  }
  .ecms-main .index-banner .swiper-scroller .swiper-scroller-list .swiper-scroller-item:nth-child(2),
  .ecms-main .index-banner .swiper-scroller .swiper-scroller-list .swiper-scroller-item:nth-child(4) {
    opacity: 0.5;
    visibility: visible;
    cursor: pointer;
  }
  .ecms-main .index-banner .swiper-scroller .swiper-scroller-list .swiper-scroller-item:nth-child(2) {
    transform: translateY(30px);
  }
  .ecms-main .index-banner .swiper-scroller .swiper-scroller-list .swiper-scroller-item:nth-child(3) {
    transform: translateY(60px);
  }
  .ecms-main .index-banner .swiper-scroller .swiper-scroller-list .swiper-scroller-item:nth-child(4) {
    transform: translateY(90px);
  }
  .ecms-main .index-banner .swiper-scroller .swiper-scroller-list .swiper-scroller-item:nth-child(5) {
    transform: translateY(120px);
  }
  .ecms-main .index-banner .swiper-scroller .swiper-scroller-list .swiper-scroller-item:nth-child(6) {
    transform: translateY(150px);
  }
  .ecms-main .index-banner .swiper-scroller .swiper-scroller-list .swiper-scroller-item:nth-child(7) {
    transform: translateY(180px);
  }
  .ecms-main .ecms-nav {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
  }
  .ecms-banner {
    height: 690px;
    position: relative;
  }
  .ecms-banner:hover .swiper-prev .icon-banner,
  .ecms-banner:hover .swiper-next .icon-banner {
    display: block;
  }
  .ecms-banner .swiper-prev,
  .ecms-banner .swiper-next {
    position: absolute;
    height: 96px;
    width: 48px;
    top: 50%;
    margin-top: -64px;
    z-index: 5;
    transition: all 0.4s;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    cursor: pointer;
    text-align: center;
    line-height: 96px;
  }
  .ecms-banner .swiper-prev .icon-banner,
  .ecms-banner .swiper-next .icon-banner {
    font-size: 20px;
    color: #fff;
    display: none;
  }
  .ecms-banner .swiper-prev:hover,
  .ecms-banner .swiper-next:hover {
    background: rgba(0, 0, 0, 0.3);
  }
  .ecms-banner .swiper-prev {
    left: 0;
  }
  .ecms-banner .swiper-prev .icon-banner {
    transform: rotate(-180deg);
  }
  .ecms-banner .swiper-next {
    right: 0;
    border-radius: 8px 0 0 8px;
  }
  .ecms-banner .swiper-slide {
    height: 690px;
    position: relative;
  }
  .ecms-banner .jump-link {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 100%;
    cursor: pointer;
    z-index: 4;
  }
  .ecms-banner .eyebrow-text {
    font-size: 16px;
    line-height: 20px;
    height: 20px;
    text-align: center;
    font-weight: normal;
  }
  .ecms-banner .eyebrow-text,
  .ecms-banner .banner-headline,
  .ecms-banner .banner-slogan {
    opacity: 0;
    transform: translateY(-60px);
  }
  .ecms-banner .banner-headline {
    margin: 10px 0;
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
  }
  .ecms-banner .banner-btn-box {
    margin-top: 24px;
    display: inline-flex;
    justify-content: center;
    position: relative;
    z-index: 4;
    opacity: 0;
    transform: translateY(-60px);
  }
  .ecms-banner .banner-btn-box a.banner-button {
    display: flex;
    align-items: center;
    padding: 5px 16px;
    border-radius: 64px;
    margin: 0 8px;
    color: #fff;
    transition: all 0.3s ease;
    border: 1px solid #fff;
  }
  .ecms-banner .banner-btn-box a.banner-button:hover {
    background: rgba(255, 255, 255, 0.09);
  }
  .ecms-banner .banner-btn-box a.banner-button .text {
    font-size: 14px;
    line-height: 20px;
  }
  .ecms-banner .banner-btn-box a.banner-button .icon-btn {
    margin-left: 10px;
    font-size: 12px;
  }
  .ecms-banner .banner-content {
    box-sizing: border-box;
    position: relative;
    height: 100%;
    width: 100%;
    padding-top: 100px;
    text-align: center;
    color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ededed;
  }
  .ecms-banner .swiper-slide-active .banner-text {
    margin: auto;
    width: 694px;
    position: relative;
    transition: all 0.6s ease;
    z-index: 4;
  }
  .ecms-banner .swiper-slide-active .eyebrow-text {
    transform: none;
    opacity: 1;
    transition: opacity 0.6s linear, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .ecms-banner .swiper-slide-active .banner-headline {
    transition-delay: 0.2s;
    transform: none;
    opacity: 1;
    transition: opacity 0.6s linear 0.3s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  }
  .ecms-banner .swiper-slide-active .banner-slogan {
    transition-delay: 0.4s;
    transform: none;
    opacity: 1;
    transition: opacity 0.6s linear 0.6s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
    font-size: 18px;
    font-weight: 500;
  }
  .ecms-banner .swiper-slide-active .banner-btn-box {
    transition-delay: 0.6s;
    transform: none;
    opacity: 1;
    transition: opacity 0.6s linear 0.9s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.9s;
  }
/* 轮播 end */

/*video*/

.m-buildbgc-video {
  background-color: #000;
  text-align: center;
  width: 300px;
  position: fixed;
  right: 0;
  bottom: 270px;
  z-index: 999;
  padding: 30px 0 16px;
}
.column-group__ct-inner {
  cursor: pointer;
}
.column-group__sub-headline {
  color: #FFF;
  font-weight: 400;
  margin-bottom: 10px;
}
.column-group__btn-play {
  border: 0 none;
  cursor: pointer;
  background: #32b051;
  border-radius: 2px;
  color: #fff;
  width: 260px;
  margin-top: 20px;
  text-align: center;
  padding: 0px 10px 5px;
}




/* fl-row-content-wrap start */
.fl-row h1, .fl-row h2, .fl-row h3, .fl-row h4, .fl-row h5, .fl-row h6 {
  color: #333;
  font-family: "Montserrat",sans-serif;
  font-weight: 500;
  line-height: 1.4;
  text-transform: none;
  font-style: normal;
}

.fl-row:before,.fl-row:after,.fl-row-content:before,.fl-row-content:after,.fl-col-group:before,.fl-col-group:after,.fl-col:before,.fl-col:after,.fl-module:before,.fl-module:after,.fl-module-content:before,.fl-module-content:after {
  display: table;
  content: " ";
}

.fl-row:after,.fl-row-content:after,.fl-col-group:after,.fl-col:after,.fl-module:after,.fl-module-content:after {
  clear: both;
}

.fl-clear {
  clear: both;
}

.fl-clearfix:before,.fl-clearfix:after {
  display: table;
  content: " ";
}

.fl-clearfix:after {
  clear: both;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

.fl-visible-large,.fl-visible-large-medium,.fl-visible-medium,.fl-visible-medium-mobile,.fl-visible-mobile,.fl-col-group .fl-visible-medium.fl-col,.fl-col-group .fl-visible-medium-mobile.fl-col,.fl-col-group .fl-visible-mobile.fl-col {
  display: none;
}

.fl-row,.fl-row-content {
  margin-left: auto;
  margin-right: auto;
  min-width: 0;
}

.fl-row-content-wrap {
  position: relative;
}

.fl-builder-mobile .fl-row-bg-photo .fl-row-content-wrap {
  background-attachment: scroll;
}

.fl-row-bg-video,.fl-row-bg-video .fl-row-content,.fl-row-bg-embed,.fl-row-bg-embed .fl-row-content {
  position: relative;
}

.fl-row-bg-video .fl-bg-video,.fl-row-bg-embed .fl-bg-embed-code {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.fl-row-bg-video .fl-bg-video video,.fl-row-bg-embed .fl-bg-embed-code video {
  bottom: 0;
  left: 0px;
  max-width: none;
  position: absolute;
  right: 0;
  top: 0px;
}

.fl-row-bg-video .fl-bg-video iframe,.fl-row-bg-embed .fl-bg-embed-code iframe {
  pointer-events: none;
  width: 100vw;
  height: 56.25vw;
  max-width: none;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.fl-bg-video-fallback {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0px;
  left: 0px;
  position: absolute;
  right: 0px;
  top: 0px;
}

.fl-row-bg-slideshow,.fl-row-bg-slideshow .fl-row-content {
  position: relative;
}

.fl-row .fl-bg-slideshow {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.fl-builder-edit .fl-row .fl-bg-slideshow * {
  bottom: 0;
  height: auto !important;
  left: 0;
  position: absolute !important;
  right: 0;
  top: 0;
}

.fl-row-bg-overlay .fl-row-content-wrap:after {
  border-radius: inherit;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.fl-row-bg-overlay .fl-row-content {
  position: relative;
  z-index: 1;
}

.fl-row-custom-height .fl-row-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
}

.fl-row-overlap-top .fl-row-content-wrap {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}

.fl-row-custom-height .fl-row-content-wrap {
  min-height: 0;
}

.fl-row-full-height .fl-row-content,.fl-row-custom-height .fl-row-content {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.fl-row-full-height .fl-row-full-width.fl-row-content,.fl-row-custom-height .fl-row-full-width.fl-row-content {
  max-width: 100%;
  width: 100%;
}

.fl-builder-ie-11 .fl-row.fl-row-full-height:not(.fl-visible-medium):not(.fl-visible-medium-mobile):not(.fl-visible-mobile),.fl-builder-ie-11 .fl-row.fl-row-custom-height:not(.fl-visible-medium):not(.fl-visible-medium-mobile):not(.fl-visible-mobile) {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.fl-builder-ie-11 .fl-row-full-height .fl-row-content-wrap,.fl-builder-ie-11 .fl-row-custom-height .fl-row-content-wrap {
  height: auto;
}

.fl-builder-ie-11 .fl-row-full-height .fl-row-content,.fl-builder-ie-11 .fl-row-custom-height .fl-row-content {
  flex: 0 0 auto;
  flex-basis: 100%;
  margin: 0;
}

.fl-builder-ie-11 .fl-row-full-height.fl-row-align-top .fl-row-content,.fl-builder-ie-11 .fl-row-full-height.fl-row-align-bottom .fl-row-content,.fl-builder-ie-11 .fl-row-custom-height.fl-row-align-top .fl-row-content,.fl-builder-ie-11 .fl-row-custom-height.fl-row-align-bottom .fl-row-content {
  margin: 0 auto;
}

.fl-builder-ie-11 .fl-row-full-height.fl-row-align-center .fl-col-group:not(.fl-col-group-equal-height),.fl-builder-ie-11 .fl-row-custom-height.fl-row-align-center .fl-col-group:not(.fl-col-group-equal-height) {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}

.fl-row-full-height.fl-row-align-center .fl-row-content-wrap,.fl-row-custom-height.fl-row-align-center .fl-row-content-wrap {
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}

.fl-row-full-height.fl-row-align-bottom .fl-row-content-wrap,.fl-row-custom-height.fl-row-align-bottom .fl-row-content-wrap {
  align-items: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-box-pack: end;
  -ms-flex-align: end;
  -ms-flex-pack: end;
}

.fl-builder-ie-11 .fl-row-full-height.fl-row-align-bottom .fl-row-content-wrap,.fl-builder-ie-11 .fl-row-custom-height.fl-row-align-bottom .fl-row-content-wrap {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}

.fl-col-group-equal-height,.fl-col-group-equal-height .fl-col,.fl-col-group-equal-height .fl-col-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.fl-col-group-equal-height {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.fl-col-group-equal-height.fl-col-group-has-child-loading {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.fl-col-group-equal-height .fl-col,.fl-col-group-equal-height .fl-col-content {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.fl-col-group-equal-height .fl-col-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-shrink: 1;
  min-width: 1px;
  max-width: 100%;
  width: 100%;
}

.fl-col-group-equal-height:before,.fl-col-group-equal-height .fl-col:before,.fl-col-group-equal-height .fl-col-content:before,.fl-col-group-equal-height:after,.fl-col-group-equal-height .fl-col:after,.fl-col-group-equal-height .fl-col-content:after {
  content: none;
}

.fl-col-group-nested.fl-col-group-equal-height.fl-col-group-align-top .fl-col-content,.fl-col-group-equal-height.fl-col-group-align-top .fl-col-content {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}

.fl-col-group-nested.fl-col-group-equal-height.fl-col-group-align-center .fl-col-content,.fl-col-group-equal-height.fl-col-group-align-center .fl-col-content {
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}

.fl-col-group-nested.fl-col-group-equal-height.fl-col-group-align-bottom .fl-col-content,.fl-col-group-equal-height.fl-col-group-align-bottom .fl-col-content {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
}

.fl-col-group-equal-height.fl-col-group-align-center .fl-module,.fl-col-group-equal-height.fl-col-group-align-center .fl-col-group {
  width: 100%;
}

.fl-builder-ie-11 .fl-col-group-equal-height,.fl-builder-ie-11 .fl-col-group-equal-height .fl-col,.fl-builder-ie-11 .fl-col-group-equal-height .fl-col-content,.fl-builder-ie-11 .fl-col-group-equal-height .fl-module,.fl-col-group-equal-height.fl-col-group-align-center .fl-col-group {
  min-height: 1px;
}

.fl-col {
  float: left;
  min-height: 1px;
}

.fl-col-bg-overlay .fl-col-content {
  position: relative;
}

.fl-col-bg-overlay .fl-col-content:after {
  border-radius: inherit;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.fl-col-bg-overlay .fl-module {
  position: relative;
  z-index: 2;
}

.fl-module img {
  max-width: 100%;
}

.fl-builder-module-template {
  margin: 0 auto;
  max-width: 1100px;
  padding: 20px;
}

.fl-icon-wrap {
  display: inline-block;
}

.fl-icon {
  display: table-cell;
  vertical-align: middle;
}

.fl-icon a {
  text-decoration: none;
}

.fl-icon i {
  float: right;
  height: auto;
  width: auto;
}

.fl-icon i:before {
  border: none !important;
  height: auto;
  width: auto;
}

.fl-icon-text {
  display: table-cell;
  text-align: left;
  padding-left: 15px;
  vertical-align: middle;
}

.fl-icon-text-empty {
  display: none;
}

.fl-icon-text *:last-child {
  margin: 0 !important;
  padding: 0 !important;
}

.fl-icon-text a {
  text-decoration: none;
}

.fl-icon-text span {
  display: block;
}

.fl-icon-text span.mce-edit-focus {
  min-width: 1px;
}

.fl-photo {
  line-height: 0;
  position: relative;
}

.fl-photo-align-left {
  text-align: left;
}

.fl-photo-align-center {
  text-align: center;
}

.fl-photo-align-right {
  text-align: right;
}

.fl-photo-img-svg {
  width: 100%;
}

.fl-photo-crop-circle img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.fl-photo-caption {
  font-size: 13px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fl-photo-caption-below {
  padding-bottom: 20px;
  padding-top: 10px;
}

.fl-photo-caption-hover {
  background: rgba(0,0,0,0.7);
  bottom: 0;
  color: #fff;
  left: 0;
  opacity: 0;
  filter: alpha(opacity = 0);
  padding: 10px 15px;
  position: absolute;
  right: 0;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.fl-builder-pagination,.fl-builder-pagination-load-more {
  padding: 40px 0;
}

.fl-builder-pagination ul.page-numbers {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.fl-builder-pagination li {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.fl-builder-pagination li a.page-numbers,.fl-builder-pagination li span.page-numbers {
  border: 1px solid #e6e6e6;
  display: inline-block;
  padding: 5px 10px;
  margin: 0 0 5px;
}

.fl-builder-pagination li a.page-numbers:hover,.fl-builder-pagination li span.current {
  background: #f5f5f5;
  text-decoration: none;
}

.fl-slideshow,.fl-slideshow * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.fl-slideshow .fl-slideshow-image img {
  max-width: none !important;
}

.fl-slideshow-social {
  line-height: 0 !important;
}

.fl-slideshow-social * {
  margin: 0 !important;
}

.mfp-wrap button.mfp-arrow,.mfp-wrap button.mfp-arrow:active,.mfp-wrap button.mfp-arrow:hover,.mfp-wrap button.mfp-arrow:focus {
  background: transparent !important;
  border: none !important;
  outline: none;
  position: absolute;
  top: 50%;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.mfp-wrap .mfp-close,.mfp-wrap .mfp-close:active,.mfp-wrap .mfp-close:hover,.mfp-wrap .mfp-close:focus {
  background: transparent !important;
  border: none !important;
  outline: none;
  position: absolute;
  top: 0;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.admin-bar .mfp-wrap .mfp-close,.admin-bar .mfp-wrap .mfp-close:active,.admin-bar .mfp-wrap .mfp-close:hover,.admin-bar .mfp-wrap .mfp-close:focus {
  top: 32px!important;
}

img.mfp-img {
  padding: 0;
}

.mfp-counter {
  display: none;
}

.mfp-wrap .mfp-preloader.fa {
  font-size: 30px;
}

.fl-form-field {
  margin-bottom: 15px;
}

.fl-form-field input.fl-form-error {
  border-color: #DD6420;
}

.fl-form-error-message {
  clear: both;
  color: #DD6420;
  display: none;
  padding-top: 8px;
  font-size: 12px;
  font-weight: lighter;
}

.fl-form-button-disabled {
  opacity: 0.5;
}

.fl-animation {
  opacity: 0;
}

.fl-builder-preview .fl-animation,.fl-builder-edit .fl-animation,.fl-animated {
  opacity: 1;
}

.fl-animated {
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}

.fl-button.fl-button-icon-animation i {
  width: 0 !important;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}

.fl-button.fl-button-icon-animation:hover i {
  opacity: 1! important;
  -ms-filter: "alpha(opacity=100)";
}

.fl-button.fl-button-icon-animation i.fl-button-icon-after {
  margin-left: 0px !important;
}

.fl-button.fl-button-icon-animation:hover i.fl-button-icon-after {
  margin-left: 10px !important;
}

.fl-button.fl-button-icon-animation i.fl-button-icon-before {
  margin-right: 0 !important;
}

.fl-button.fl-button-icon-animation:hover i.fl-button-icon-before {
  margin-right: 20px !important;
  margin-left: -10px;
}

.single:not(.woocommerce).single-fl-builder-template .fl-content {
  width: 100%;
}

.fl-builder-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.fl-builder-shape-layer {
  z-index: 0;
}

.fl-builder-shape-layer.fl-builder-bottom-edge-layer {
  z-index: 1;
}

.fl-row-bg-overlay .fl-builder-shape-layer {
  z-index: 1;
}

.fl-row-bg-overlay .fl-builder-shape-layer.fl-builder-bottom-edge-layer {
  z-index: 2;
}

.fl-row-has-layers .fl-row-content {
  z-index: 1;
}

.fl-row-bg-overlay .fl-row-content {
  z-index: 2;
}

.fl-builder-layer > * {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.fl-builder-layer + .fl-row-content {
  position: relative;
}

.fl-builder-layer .fl-shape {
  fill: #aaa;
  stroke: none;
  stroke-width: 0;
  width: 100%;
}

@supports (-webkit-touch-callout: inherit) {
  .fl-row.fl-row-bg-parallax .fl-row-content-wrap,.fl-row.fl-row-bg-fixed .fl-row-content-wrap {
      background-position: center !important;
      background-attachment: scroll !important;
  }
}

@supports (-webkit-touch-callout: none) {
  .fl-row.fl-row-bg-fixed .fl-row-content-wrap {
      background-position: center !important;
      background-attachment: scroll !important;
  }
}

.fl-row-fixed-width {
  max-width: 1100px;
}

.fl-row-content-wrap {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.fl-row-content-wrap {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.fl-col-content {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.fl-col-content {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.fl-module-content {
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
}

@media (max-width: 1200px) {
  body.fl-builder-ie-11 .fl-row.fl-row-full-height.fl-visible-xl,body.fl-builder-ie-11 .fl-row.fl-row-custom-height.fl-visible-xl {
      display: none !important;
  }

  .fl-visible-xl,.fl-visible-medium,.fl-visible-medium-mobile,.fl-visible-mobile,.fl-col-group .fl-visible-xl.fl-col,.fl-col-group .fl-visible-medium.fl-col,.fl-col-group .fl-visible-medium-mobile.fl-col,.fl-col-group .fl-visible-mobile.fl-col {
      display: none;
  }

  .fl-visible-desktop,.fl-visible-desktop-medium,.fl-visible-large,.fl-visible-large-medium,.fl-col-group .fl-visible-desktop.fl-col,.fl-col-group .fl-visible-desktop-medium.fl-col,.fl-col-group .fl-visible-large.fl-col,.fl-col-group .fl-visible-large-medium.fl-col {
      display: block;
  }

  .fl-col-group-equal-height .fl-visible-desktop.fl-col,.fl-col-group-equal-height .fl-visible-desktop-medium.fl-col,.fl-col-group-equal-height .fl-visible-large.fl-col,.fl-col-group-equal-height .fl-visible-large-medium.fl-col {
      display: flex;
  }
}

@media (max-width: 992px) {
  body.fl-builder-ie-11 .fl-row.fl-row-full-height.fl-visible-xl,body.fl-builder-ie-11 .fl-row.fl-row-custom-height.fl-visible-xl,body.fl-builder-ie-11 .fl-row.fl-row-full-height.fl-visible-desktop,body.fl-builder-ie-11 .fl-row.fl-row-custom-height.fl-visible-desktop,body.fl-builder-ie-11 .fl-row.fl-row-full-height.fl-visible-large,body.fl-builder-ie-11 .fl-row.fl-row-custom-height.fl-visible-large {
      display: none !important;
  }

  .fl-visible-xl,.fl-visible-desktop,.fl-visible-large,.fl-visible-mobile,.fl-col-group .fl-visible-xl.fl-col,.fl-col-group .fl-visible-desktop.fl-col,.fl-col-group .fl-visible-large.fl-col,.fl-col-group .fl-visible-mobile.fl-col {
      display: none;
  }

  .fl-visible-desktop-medium,.fl-visible-large-medium,.fl-visible-medium,.fl-visible-medium-mobile,.fl-col-group .fl-visible-desktop-medium.fl-col,.fl-col-group .fl-visible-large-medium.fl-col,.fl-col-group .fl-visible-medium.fl-col,.fl-col-group .fl-visible-medium-mobile.fl-col {
      display: block;
  }

  .fl-col-group-equal-height .fl-visible-desktop-medium.fl-col,.fl-col-group-equal-height .fl-visible-large-medium.fl-col,.fl-col-group-equal-height .fl-visible-medium.fl-col,.fl-col-group-equal-height .fl-visible-medium-mobile.fl-col {
      display: flex;
  }
}

@media (max-width: 768px) {
  body.fl-builder-ie-11 .fl-row.fl-row-full-height.fl-visible-xl,body.fl-builder-ie-11 .fl-row.fl-row-custom-height.fl-visible-xl,body.fl-builder-ie-11 .fl-row.fl-row-full-height.fl-visible-desktop,body.fl-builder-ie-11 .fl-row.fl-row-custom-height.fl-visible-desktop,body.fl-builder-ie-11 .fl-row.fl-row-full-height.fl-visible-desktop-medium,body.fl-builder-ie-11 .fl-row.fl-row-custom-height.fl-visible-desktop-medium,body.fl-builder-ie-11 .fl-row.fl-row-full-height.fl-visible-large,body.fl-builder-ie-11 .fl-row.fl-row-custom-height.fl-visible-large,body.fl-builder-ie-11 .fl-row.fl-row-full-height.fl-visible-large-medium,body.fl-builder-ie-11 .fl-row.fl-row-custom-height.fl-visible-large-medium {
      display: none !important;
  }

  .fl-visible-xl,.fl-visible-desktop,.fl-visible-desktop-medium,.fl-visible-large,.fl-visible-large-medium,.fl-visible-medium,.fl-col-group .fl-visible-xl.fl-col,.fl-col-group .fl-visible-desktop.fl-col,.fl-col-group .fl-visible-desktop-medium.fl-col,.fl-col-group .fl-visible-large-medium.fl-col,.fl-col-group .fl-visible-medium.fl-col,.fl-col-group-equal-height .fl-visible-xl.fl-col,.fl-col-group-equal-height .fl-visible-desktop.fl-col,.fl-col-group-equal-height .fl-visible-desktop-medium.fl-col,.fl-col-group-equal-height .fl-visible-large-medium.fl-col,.fl-col-group-equal-height .fl-visible-medium.fl-col {
      display: none;
  }

  .fl-visible-medium-mobile,.fl-visible-mobile,.fl-col-group .fl-visible-medium-mobile.fl-col,.fl-col-group .fl-visible-mobile.fl-col {
      display: block;
  }

  .fl-row-content-wrap {
      background-attachment: scroll !important;
  }

  .fl-row-bg-parallax .fl-row-content-wrap {
      background-attachment: scroll !important;
      background-position: center center !important;
  }

  .fl-col-group.fl-col-group-equal-height {
      display: block;
  }

  .fl-col-group.fl-col-group-equal-height.fl-col-group-custom-width {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
  }

  .fl-col-group.fl-col-group-responsive-reversed {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -moz-flex;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap-reverse;
      -webkit-flex-wrap: wrap-reverse;
      -ms-box-orient: horizontal;
  }

  .fl-col-group.fl-col-group-responsive-reversed .fl-col {
      -webkit-box-flex: 0 0 100%;
      -moz-box-flex: 0 0 100%;
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      min-width: 0;
  }

  .fl-col {
      clear: both;
      float: none;
      margin-left: auto;
      margin-right: auto;
      width: auto !important;
  }

  .fl-col-small:not(.fl-col-small-full-width) {
      max-width: 400px;
  }

  .fl-block-col-resize {
      display: none;
  }

  .fl-row[data-node] .fl-row-content-wrap {
      margin: 0;
      padding-left: 0;
      padding-right: 0;
  }

  .fl-row[data-node] .fl-bg-video,.fl-row[data-node] .fl-bg-slideshow {
      left: 0;
      right: 0;
  }

  .fl-col[data-node] .fl-col-content {
      margin: 0;
      padding-left: 0;
      padding-right: 0;
  }
}

.page .fl-post-header, .single-fl-builder-template .fl-post-header {
  display: none;
}

.fl-node-2bu4iamygwn8 > .fl-row-content-wrap {
  background-color: #ffffff;
  background-image: url(https://vexos.com/wp-content/uploads/2021/03/ems-circuit-bg.png);
  background-repeat: repeat;
  background-position: left top;
  background-attachment: fixed;
  background-size: auto;
  border-style: solid;
  border-width: 0;
  background-clip: border-box;
  border-color: #f3f3f3;
  border-bottom-width: 1px;
}

.fl-node-2bu4iamygwn8 > .fl-row-content-wrap:after {
  background-color: rgba(255,255,255,0.95);
}

.fl-node-2bu4iamygwn8 .fl-row-content {
  max-width: 1400px;
}

.fl-node-2bu4iamygwn8 > .fl-row-content-wrap {
  padding-bottom: 60px;
}

@media ( max-width: 992px ) {
  .fl-node-2bu4iamygwn8.fl-row > .fl-row-content-wrap {
      padding-bottom:60px;
  }
}

@media ( max-width: 768px ) {
  .fl-node-2bu4iamygwn8.fl-row > .fl-row-content-wrap {
      padding-bottom:60px;
  }
}

.fl-node-60ac11e44b84a > .fl-row-content-wrap {
  background-color: #f3f3f3;
}

.fl-node-60ac11e44b84a .fl-row-content {
  max-width: 1400px;
}

.fl-node-60ac11e44b84a > .fl-row-content-wrap {
  padding-top: 45px;
  padding-bottom: 0px;
}

@media ( max-width: 768px ) {
  .fl-node-60ac11e44b84a.fl-row > .fl-row-content-wrap {
      padding-top:30px;
  }
}

.fl-node-60ac1232c672d > .fl-row-content-wrap {
  background-color: #f3f3f3;
}

.fl-node-60ac1232c672d .fl-row-content {
  max-width: 1400px;
}

.fl-node-60ac1232c672d > .fl-row-content-wrap {
  padding-bottom: 25px;
}

@media ( max-width: 768px ) {
  .fl-node-60ac1232c672d.fl-row > .fl-row-content-wrap {
      padding-top:0px;
  }
}

.fl-node-619fafc816ff9 > .fl-row-content-wrap {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.fl-node-604f9cc70c126 > .fl-row-content-wrap {
  background-color: #108413;
}

.fl-node-604f9cc70c126 > .fl-row-content-wrap {
  padding-top: 20px;
  padding-bottom: 20px;
}

.fl-node-604b8e9f74a5b {
  width: 100%;
}

.fl-animated.fl-fade-in {
  animation: fl-fade-in 1s ease;
  -webkit-animation: fl-fade-in 1s ease;
}

@-webkit-keyframes fl-fade-in {
  from {
      opacity: 0;
  }

  to {
      opacity: 1;
  }
}

@keyframes fl-fade-in {
  from {
      opacity: 0;
  }

  to {
      opacity: 1;
  }
}

.fl-node-60993226be22c {
  width: 100%;
}

.fl-node-bp13d9jehsyi {
  width: 14.99%;
}

.fl-node-wu729nvr3418 {
  width: 70.02%;
}

.fl-node-mv4gw52btnod {
  width: 14.99%;
}

.fl-node-al5q6bh3nx8j {
  width: 33.333%;
}

.fl-node-al5q6bh3nx8j > .fl-col-content:after {
  background-color: rgba(0,0,0,0.6);
}

.fl-node-al5q6bh3nx8j > .fl-col-content {
  margin-top: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
}

@media ( max-width: 768px ) {
  .fl-node-al5q6bh3nx8j.fl-col > .fl-col-content {
      margin-top:10px;
      margin-right: 15px;
      margin-bottom: 10px;
      margin-left: 15px;
  }
}

.fl-animated.fl-fade-left {
  animation: fl-fade-left 1s ease;
  -webkit-animation: fl-fade-left 1s ease;
}

@-webkit-keyframes fl-fade-left {
  from {
      opacity: 0;
      -webkit-transform: translate3d(-50%, 0, 0);
      transform: translate3d(-50%, 0, 0);
  }

  to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
  }
}

@keyframes fl-fade-left {
  from {
      opacity: 0;
      -webkit-transform: translate3d(-50%, 0, 0);
      transform: translate3d(-50%, 0, 0);
  }

  to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
  }
}

.fl-node-6w7utzhl20y9 {
  width: 33.334%;
}
.fl-node-6w7utzhl20y9 > .fl-col-content:after {
  background-color: rgba(0,0,0,0.6);
}

.fl-node-6w7utzhl20y9 > .fl-col-content {
  margin-top: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
}

@media ( max-width: 768px ) {
  .fl-node-6w7utzhl20y9.fl-col > .fl-col-content {
      margin-top:10px;
      margin-right: 15px;
      margin-bottom: 10px;
      margin-left: 15px;
  }
}

.fl-node-m0gq5awzc2yb {
  width: 33.333%;
}

.fl-node-m0gq5awzc2yb > .fl-col-content:after {
  background-color: rgba(0,0,0,0.5);
}

.fl-node-m0gq5awzc2yb > .fl-col-content {
  margin-top: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
}

@media ( max-width: 768px ) {
  .fl-node-m0gq5awzc2yb.fl-col > .fl-col-content {
      margin-top:10px;
      margin-right: 15px;
      margin-bottom: 10px;
      margin-left: 15px;
  }
}

.fl-node-bmkeg58ydsxh {
  width: 33.333%;
}

.fl-node-bmkeg58ydsxh > .fl-col-content:after {
  background-color: rgba(0,0,0,0.3);
}

.fl-node-bmkeg58ydsxh > .fl-col-content {
  margin-top: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
}

@media ( max-width: 768px ) {
  .fl-node-bmkeg58ydsxh.fl-col > .fl-col-content {
      margin-top:10px;
      margin-right: 15px;
      margin-bottom: 10px;
      margin-left: 15px;
  }
}

.fl-node-ey8h5f9vdp1z {
  width: 33.333%;
}

.fl-node-ey8h5f9vdp1z > .fl-col-content:after {
  background-color: rgba(0,0,0,0.6);
}

.fl-node-ey8h5f9vdp1z > .fl-col-content {
  margin-top: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
}

@media ( max-width: 768px ) {
  .fl-node-ey8h5f9vdp1z.fl-col > .fl-col-content {
      margin-top:10px;
      margin-right: 15px;
      margin-bottom: 10px;
      margin-left: 15px;
  }
}

.fl-node-mo0z58jyxwlv {
  width: 33.334%;
}

.fl-node-al5q6bh3nx8j > .fl-col-content, .fl-node-6w7utzhl20y9 > .fl-col-content, .fl-node-m0gq5awzc2yb > .fl-col-content,
.fl-node-bmkeg58ydsxh > .fl-col-content, .fl-node-ey8h5f9vdp1z > .fl-col-content, .fl-node-mo0z58jyxwlv > .fl-col-content {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.08);
}

.fl-node-al5q6bh3nx8j > .fl-col-content img, .fl-node-6w7utzhl20y9 > .fl-col-content img, .fl-node-m0gq5awzc2yb > .fl-col-content img,
.fl-node-bmkeg58ydsxh > .fl-col-content img, .fl-node-ey8h5f9vdp1z > .fl-col-content img, .fl-node-mo0z58jyxwlv > .fl-col-content img {
  max-width: 550px;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 6px;
  object-fit: cover;
}

.fl-node-mo0z58jyxwlv > .fl-col-content:after {
  background-color: rgba(0,0,0,0.5);
}

.fl-node-mo0z58jyxwlv > .fl-col-content {
  margin-top: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
}

@media ( max-width: 768px ) {
  .fl-node-mo0z58jyxwlv.fl-col > .fl-col-content {
      margin-top:10px;
      margin-right: 15px;
      margin-bottom: 10px;
      margin-left: 15px;
  }
}

.fl-node-60ac11e46d735 {
  width: 100%;
}

.fl-node-60ac1232a933c {
  width: 100%;
}

.fl-node-60ac1232a9342 {
  width: 33.333%;
}

.fl-node-60ac1232a9348 {
  width: 33.333%;
}

.fl-node-60ac1232a934a {
  width: 33.333%;
}

.fl-node-60ac1232a934f {
  width: 33.333%;
}

.fl-node-60ac1232a9341 {
  width: 33.333%;
}

.fl-node-60ac1232a9349 {
  width: 33.333%;
}

.fl-node-604fa47328af2 {
  width: 66.66%;
}

.fl-node-604fa47328af3 {
  width: 33.34%;
}

.fl-node-619fafc8175e7 {
  width: 50%;
}

.fl-node-619fafc8175e7 > .fl-col-content:after {
  background-color: rgba(0,0,0,0.5);
}

.fl-node-619fafc8175e7 > .fl-col-content {
  background-image: url(https://vexos.com/wp-content/uploads/2021/03/why-choose-us-001.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
}

@media ( max-width: 768px ) {
  .fl-node-619fafc8175e7.fl-col > .fl-col-content {
      padding-top:80px;
      padding-bottom: 80px;
  }
}

.fl-node-619fafdad347a {
  width: 50%;
}

.fl-node-619fafdad347a > .fl-col-content {
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 45px;
  padding-left: 30px;
}

@media ( max-width: 992px ) {
  .fl-node-619fafdad347a.fl-col > .fl-col-content {
      padding-top:15px;
      padding-right: 15px;
      padding-bottom: 30px;
      padding-left: 15px;
  }
}

@media ( max-width: 768px ) {
  .fl-node-619fafdad347a.fl-col > .fl-col-content {
      padding-bottom:30px;
  }
}

.fl-node-619fafab22aaf {
  width: 50%;
}

.fl-animated.fl-fade-up {
  animation: fl-fade-up 1s ease;
  -webkit-animation: fl-fade-up 1s ease;
}

@-webkit-keyframes fl-fade-up {
  from {
      opacity: 0;
      -webkit-transform: translate3d(0, 50%, 0);
      transform: translate3d(0, 50%, 0);
  }

  to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
  }
}

@keyframes fl-fade-up {
  from {
      opacity: 0;
      -webkit-transform: translate3d(0, 50%, 0);
      transform: translate3d(0, 50%, 0);
  }

  to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
  }
}

.fl-node-619fafab22ab0 {
  width: 50%;
}

.fl-node-619fafab22ab5 {
  width: 50%;
}

.fl-node-619fafab22ab6 {
  width: 50%;
}

.fl-node-604f9cc6ece2d {
  width: 33.33%;
}

.fl-node-604f9cc6ece2d > .fl-col-content:after {
  background-color: rgba(1,145,213,0.92);
}

.fl-node-604f9cc6ece2d > .fl-col-content {
  background-image: url(https://vexos.com/wp-content/uploads/2021/03/global-locations-ico.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: contain;
}

@media ( max-width: 768px ) {
  .fl-node-604f9cc6ece2d.fl-col > .fl-col-content {
      margin-right:15px;
      margin-left: 15px;
  }
}

.fl-node-604f9cc6ece2e {
  width: 33.34%;
}

.fl-node-604f9cc6ece2e > .fl-col-content:after {
  background-color: rgba(1,145,213,0.92);
}

.fl-node-604f9cc6ece2e > .fl-col-content {
  background-image: url(https://vexos.com/wp-content/uploads/2021/03/email-us-ico.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: contain;
}

@media ( max-width: 768px ) {
  .fl-node-604f9cc6ece2e.fl-col > .fl-col-content {
      margin-right:15px;
      margin-left: 15px;
  }
}

.fl-node-604f9cc6ece2f {
  width: 33.33%;
}

.fl-node-604f9cc6ece2f > .fl-col-content:after {
  background-color: rgba(1,145,213,0.92);
}

.fl-node-604f9cc6ece2f > .fl-col-content {
  background-image: url(https://vexos.com/wp-content/uploads/2021/03/career-chart.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: contain;
}

@media ( max-width: 768px ) {
  .fl-node-604f9cc6ece2f.fl-col > .fl-col-content {
      margin-right:15px;
      margin-left: 15px;
  }
}

.fl-module-heading .fl-heading {
  padding: 0 !important;
  margin: 0 !important;
}

.fl-row .fl-col .fl-node-604bf2184a8b6 h1.fl-heading a,.fl-row .fl-col .fl-node-604bf2184a8b6 h1.fl-heading .fl-heading-text,.fl-row .fl-col .fl-node-604bf2184a8b6 h1.fl-heading .fl-heading-text *,.fl-node-604bf2184a8b6 h1.fl-heading .fl-heading-text {
  color: #ffffff;
}

.fl-node-604bf2184a8b6.fl-module-heading .fl-heading {
  font-weight: 700;
  text-align: center;
}

@media(max-width: 992px) {
  .fl-node-604bf2184a8b6.fl-module-heading .fl-heading {
      font-size: 32px;
  }
}

@media(max-width: 768px) {
  .fl-node-604bf2184a8b6.fl-module-heading .fl-heading {
      font-size: 26px;
      text-align: center;
  }
}

@media ( max-width: 768px ) {
  .fl-node-604bf2184a8b6.fl-module > .fl-module-content {
      margin-bottom:0px;
  }
}

.fl-animated.fl-zoom-in {
  animation: fl-zoom-in 1s ease;
  -webkit-animation: fl-zoom-in 1s ease;
}

@-webkit-keyframes fl-zoom-in {
  from {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
      opacity: 1;
  }
}

@keyframes fl-zoom-in {
  from {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
      opacity: 1;
  }
}

.bb-box-input.input-small {
  width: 46px !important;
}

.fl-module .pp-dual-button-content.pp-dual-button-inner {
  display: inline-block;
}

.pp-dual-button-content .pp-dual-button {
  text-align: center;
}

.fl-module .pp-dual-button-content .pp-dual-button a.pp-button {
  overflow: hidden;
}

.fl-module .pp-dual-button-content .pp-dual-button-1 .pp-button {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

.fl-module .pp-dual-button-content .pp-dual-button-1 .pp-button:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  -ms-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.fl-module .pp-dual-button-content .pp-dual-button-2 .pp-button {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

.fl-module .pp-dual-button-content .pp-dual-button-2 .pp-button:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  -ms-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.fl-module .pp-dual-button-content .pp-divider {
  display: table;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%,-50%);
  -moz-transform: translate(50%,-50%);
  -o-transform: translate(50%,-50%);
  -ms-transform: translate(50%,-50%);
  transform: translate(50%,-50%);
  line-height: 0;
  text-align: center;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  text-align: center;
  transition: border-color ease 500ms,background ease 500ms,color ease 500ms;
  z-index: 12;
}

.fl-module.pp-dual-button-content .pp-divider-inner {
  display: table-cell;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
}

.fl-module .pp-dual-button-content .pp-custom-icon {
  display: inline-block;
  max-width: 100%;
  width: 1em;
}

.fl-module .pp-dual-button-content .pp-font-icon.dashicons,.fl-module .pp-dual-button-content .pp-font-icon.dashicons-before:before {
  font-size: inherit;
  height: auto;
  line-height: inherit;
  width: auto;
}

.pp-dual-button-content .pp-dual-button {
  float: left;
  position: relative;
}

.pp-button > span {
  height: auto;
  vertical-align: middle;
}

.pp-dual-button-content .pp-button-effect-fade .pp-button {
  transition: background-color, color;
}

.pp-dual-button-content .pp-button-effect-sweep_right .pp-button:before {
  content: "";
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

.pp-dual-button-content .pp-button-effect-sweep_right .pp-button:hover:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.pp-dual-button-content .pp-button-effect-sweep_left .pp-button:before {
  content: "";
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.pp-dual-button-content .pp-button-effect-sweep_left .pp-button:hover:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.pp-dual-button-content .pp-button-effect-sweep_bottom .pp-button:before {
  content: "";
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
}

.pp-dual-button-content .pp-button-effect-sweep_bottom .pp-button:hover:before {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.pp-dual-button-content .pp-button-effect-sweep_top .pp-button:before {
  content: "";
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.pp-dual-button-content .pp-button-effect-sweep_top .pp-button:hover:before {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.pp-dual-button-content .pp-button-effect-bounce_right .pp-button:before {
  content: "";
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

.pp-dual-button-content .pp-button-effect-bounce_right .pp-button:hover:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.pp-dual-button-content .pp-button-effect-bounce_left .pp-button:before {
  content: "";
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.pp-dual-button-content .pp-button-effect-bounce_left .pp-button:hover:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.pp-dual-button-content .pp-button-effect-bounce_bottom .pp-button:before {
  content: "";
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
}

.pp-dual-button-content .pp-button-effect-bounce_bottom .pp-button:hover:before {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.pp-dual-button-content .pp-button-effect-bounce_top .pp-button:before {
  content: "";
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.pp-dual-button-content .pp-button-effect-bounce_top .pp-button:hover:before {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.pp-dual-button-content .pp-button-effect-radial_out .pp-button {
  overflow: hidden;
}

.pp-dual-button-content .pp-button-effect-radial_out .pp-button:before {
  content: "";
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.pp-dual-button-content .pp-button-effect-radial_out .pp-button:hover:before {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -o-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}

.pp-dual-button-content .pp-button-effect-radial_in .pp-button {
  overflow: hidden;
}

.pp-dual-button-content .pp-button-effect-radial_in .pp-button:before {
  content: "";
  border-radius: 100%;
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -o-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}

.pp-dual-button-content .pp-button-effect-radial_in .pp-button:hover:before {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.pp-dual-button-content .pp-button-effect-rectangle_out .pp-button {
  overflow: hidden;
}

.pp-dual-button-content .pp-button-effect-rectangle_out .pp-button:before {
  content: "";
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.pp-dual-button-content .pp-button-effect-rectangle_out .pp-button:hover:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.pp-dual-button-content .pp-button-effect-rectangle_in .pp-button {
  overflow: hidden;
}

.pp-dual-button-content .pp-button-effect-rectangle_in .pp-button:before {
  content: "";
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.pp-dual-button-content .pp-button-effect-rectangle_in .pp-button:hover:before {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.pp-dual-button-content .pp-button-effect-shutter_in_horizontal .pp-button {
  overflow: hidden;
}

.pp-dual-button-content .pp-button-effect-shutter_in_horizontal .pp-button:before {
  content: "";
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  -o-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
}

.pp-dual-button-content .pp-button-effect-shutter_in_horizontal .pp-button:hover:before {
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.pp-dual-button-content .pp-button-effect-shutter_out_horizontal .pp-button {
  overflow: hidden;
}

.pp-dual-button-content .pp-button-effect-shutter_out_horizontal .pp-button:before {
  content: "";
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  -o-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
}

.pp-dual-button-content .pp-button-effect-shutter_out_horizontal .pp-button:hover:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.pp-dual-button-content .pp-button-effect-shutter_in_vertical .pp-button {
  overflow: hidden;
}

.pp-dual-button-content .pp-button-effect-shutter_in_vertical .pp-button:before {
  content: "";
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  -o-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
}

.pp-dual-button-content .pp-button-effect-shutter_in_vertical .pp-button:hover:before {
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
}

.pp-dual-button-content .pp-button-effect-shutter_out_vertical .pp-button {
  overflow: hidden;
}

.pp-dual-button-content .pp-button-effect-shutter_out_vertical .pp-button:before {
  content: "";
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  -o-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
}

.pp-dual-button-content .pp-button-effect-shutter_out_vertical .pp-button:hover:before {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.pp-dual-button-content .pp-button-effect-shutter_out_diagonal .pp-button {
  overflow: hidden;
}

.pp-dual-button-content .pp-button-effect-shutter_out_diagonal .pp-button:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg) translateZ(0);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg) translateZ(0);
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg) translateZ(0);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg) translateZ(0);
  transform: translateX(-50%) translateY(-50%) rotate(45deg) translateZ(0);
  height: 0;
  width: 0;
  z-index: -1;
}

.pp-dual-button-content .pp-button-effect-shutter_out_diagonal .pp-button:hover:after {
  height: 4000%;
  width: 100%;
}

.pp-dual-button-content .pp-button-effect-shutter_in_diagonal .pp-button {
  overflow: hidden;
}

.pp-dual-button-content .pp-button-effect-shutter_in_diagonal .pp-button:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg) translateZ(0);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg) translateZ(0);
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg) translateZ(0);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg) translateZ(0);
  transform: translateX(-50%) translateY(-50%) rotate(45deg) translateZ(0);
  height: 4000%;
  width: 100%;
  z-index: -1;
}

.pp-dual-button-content .pp-button-effect-shutter_in_diagonal .pp-button:hover:after {
  height: 4000%;
  width: 0;
}

@media (max-width: 768px) {
}

.fl-node-60cddff34beef .pp-spacer {
  float: left;
  height: 1px;
  width: 10px;
}

.fl-node-60cddff34beef .pp-dual-button-content a.pp-button {
  border-width: 2px;
  border-style: solid;
  border-radius: 80px;
  width: 180px;
  text-decoration: none;
  box-shadow: none;
  display: block;
}

.fl-node-60cddff34beef .pp-dual-button-content .pp-dual-button-1 a.pp-button {
  background-color: rgba(238,238,238,0);
  color: #ffffff;
  border-color: #ffffff;
  position: relative;
  vertical-align: middle;
}

.fl-node-60cddff34beef .pp-dual-button-content .pp-dual-button-1 a.pp-button:hover {
  background-color: #108413;
  color: #ffffff;
  border-color: #108413;
}

.fl-node-60cddff34beef .pp-dual-button-content .pp-dual-button-1 a.pp-button:hover span {
  color: #ffffff;
}

.fl-node-60cddff34beef .pp-dual-button-content .pp-dual-button-2 a.pp-button {
  background-color: rgba(1,145,213,0.5);
  color: #ffffff;
  border-color: #108413;
}

.fl-node-60cddff34beef .pp-dual-button-content .pp-dual-button-2 a.pp-button:hover {
  background-color: #108413;
  color: #ffffff;
  border-color: #108413;
}

.fl-node-60cddff34beef .pp-dual-button-content .pp-dual-button-2 a.pp-button:hover span {
  color: #ffffff;
}

.fl-node-60cddff34beef .pp-dual-button-content a.pp-button .pp-font-icon {
  margin-left: 5px;
}

.fl-node-60cddff34beef .pp-dual-button-content .pp-dual-button-1 .pp-font-icon {
  font-size: 20px;
  color: #ffffff;
}

.fl-node-60cddff34beef .pp-dual-button-content .pp-dual-button-1 a.pp-button:hover .pp-font-icon {
  color: #ffffff;
}

.fl-node-60cddff34beef .pp-dual-button-content .pp-dual-button-1 .custom_icon {
  width: 20px;
}

.fl-node-60cddff34beef .pp-dual-button-content .pp-dual-button-2 .pp-font-icon {
  font-size: 20px;
  color: #ffffff;
}

.fl-node-60cddff34beef .pp-dual-button-content .pp-dual-button-2 a.pp-button:hover .pp-font-icon {
  color: #ffffff;
}

.fl-node-60cddff34beef .pp-dual-button-content .pp-dual-button-2 .custom_icon {
  width: 20px;
}

.fl-node-60cddff34beef .pp-dual-button-content {
  text-align: center;
}

.fl-node-60cddff34beef .pp-dual-button-content .pp-dual-button-inner {
  display: inline-block;
  float: none;
}

.fl-node-60cddff34beef .pp-dual-button-1 .pp-custom-icon {
  width: 20px;
}

.fl-node-60cddff34beef .pp-dual-button-2 .pp-custom-icon {
  width: 20px;
}

.fl-node-60cddff34beef .pp-dual-button-content .pp-dual-button-1 .pp-button,.fl-node-60cddff34beef .pp-dual-button-content .pp-dual-button-1 .pp-button:before {
  transition-duration: 200ms;
}

.fl-node-60cddff34beef .pp-dual-button-content .pp-dual-button-2 .pp-button,.fl-node-60cddff34beef .pp-dual-button-content .pp-dual-button-2 .pp-button:before {
  transition-duration: 200ms;
}

.fl-node-60cddff34beef .pp-dual-button-content .pp-dual-button-1.pp-button-effect-sweep_right .pp-button:before,.fl-node-60cddff34beef .pp-dual-button-content .pp-dual-button-1.pp-button-effect-sweep_left .pp-button:before,.fl-node-60cddff34beef .pp-dual-button-content .pp-dual-button-1.pp-button-effect-sweep_bottom .pp-button:before,.fl-node-60cddff34beef .pp-dual-button-content .pp-dual-button-1.pp-button-effect-sweep_top .pp-button:before,.fl-node-60cddff34beef .pp-dual-button-content .pp-dual-button-1.pp-button-effect-bounce_right .pp-button:before,.fl-node-60cddff34beef .pp-dual-button-content .pp-dual-button-1.pp-button-effect-bounce_left .pp-button:before,.fl-node-60cddff34beef .pp-dual-button-content .pp-dual-button-1.pp-button-effect-bounce_bottom .pp-button:before,.fl-node-60cddff34beef .pp-dual-button-content .pp-dual-button-1.pp-button-effect-bounce_top .pp-button:before,.fl-node-60cddff34beef .pp-dual-button-content .pp-dual-button-1.pp-button-effect-radial_out .pp-button:before,.fl-node-60cddff34beef .pp-dual-button-content .pp-dual-button-1.pp-button-effect-radial_in .pp-button:before,.fl-node-60cddff34beef .pp-dual-button-content .pp-dual-button-1.pp-button-effect-rectangle_out .pp-button:before,.fl-node-60cddff34beef .pp-dual-button-content .pp-dual-button-1.pp-button-effect-rectangle_in .pp-button:before,.fl-node-60cddff34beef .pp-dual-button-content .pp-dual-button-1.pp-button-effect-shutter_in_horizontal .pp-button:before,.fl-node-60cddff34beef .pp-dual-button-content .pp-dual-button-1.pp-button-effect-shutter_out_horizontal .pp-button:before,.fl-node-60cddff34beef .pp-dual-button-content .pp-dual-button-1.pp-button-effect-shutter_in_vertical .pp-button:before,.fl-node-60cddff34beef .pp-dual-button-content .pp-dual-button-1.pp-button-effect-shutter_out_vertical .pp-button:before {
  background: #108413;
  color: #ffffff;
  border-color: #108413;
}

.fl-node-60cddff34beef .pp-dual-button-content .pp-dual-button-2.pp-button-effect-sweep_right .pp-button:before,.fl-node-60cddff34beef .pp-dual-button-content .pp-dual-button-2.pp-button-effect-sweep_left .pp-button:before,.fl-node-60cddff34beef .pp-dual-button-content .pp-dual-button-2.pp-button-effect-sweep_bottom .pp-button:before,.fl-node-60cddff34beef .pp-dual-button-content .pp-dual-button-2.pp-button-effect-sweep_top .pp-button:before,.fl-node-60cddff34beef .pp-dual-button-content .pp-dual-button-2.pp-button-effect-bounce_right .pp-button:before,.fl-node-60cddff34beef .pp-dual-button-content .pp-dual-button-2.pp-button-effect-bounce_left .pp-button:before,.fl-node-60cddff34beef .pp-dual-button-content .pp-dual-button-2.pp-button-effect-bounce_bottom .pp-button:before,.fl-node-60cddff34beef .pp-dual-button-content .pp-dual-button-2.pp-button-effect-bounce_top .pp-button:before,.fl-node-60cddff34beef .pp-dual-button-content .pp-dual-button-2.pp-button-effect-radial_out .pp-button:before,.fl-node-60cddff34beef .pp-dual-button-content .pp-dual-button-2.pp-button-effect-radial_in .pp-button:before,.fl-node-60cddff34beef .pp-dual-button-content .pp-dual-button-2.pp-button-effect-rectangle_out .pp-button:before,.fl-node-60cddff34beef .pp-dual-button-content .pp-dual-button-2.pp-button-effect-rectangle_in .pp-button:before,.fl-node-60cddff34beef .pp-dual-button-content .pp-dual-button-2.pp-button-effect-shutter_in_horizontal .pp-button:before,.fl-node-60cddff34beef .pp-dual-button-content .pp-dual-button-2.pp-button-effect-shutter_out_horizontal .pp-button:before,.fl-node-60cddff34beef .pp-dual-button-content .pp-dual-button-2.pp-button-effect-shutter_in_vertical .pp-button:before,.fl-node-60cddff34beef .pp-dual-button-content .pp-dual-button-2.pp-button-effect-shutter_out_vertical .pp-button:before {
  background: #108413;
  color: #ffffff;
  border-color: #108413;
}

.fl-node-60cddff34beef .pp-dual-button-content .pp-dual-button-1.pp-button-effect-radial_in .pp-button,.fl-node-60cddff34beef .pp-dual-button-content .pp-dual-button-1.pp-button-effect-rectangle_in .pp-button,.fl-node-60cddff34beef .pp-dual-button-content .pp-dual-button-1.pp-button-effect-shutter_in_horizontal .pp-button,.fl-node-60cddff34beef .pp-dual-button-content .pp-dual-button-1.pp-button-effect-shutter_in_vertical .pp-button,.fl-node-60cddff34beef .pp-dual-button-content .pp-dual-button-1.pp-button-effect-shutter_in_diagonal .pp-button {
  background: #108413;
}

.fl-node-60cddff34beef .pp-dual-button-content .pp-dual-button-1.pp-button-effect-radial_in .pp-button:before,.fl-node-60cddff34beef .pp-dual-button-content .pp-dual-button-1.pp-button-effect-rectangle_in .pp-button:before,.fl-node-60cddff34beef .pp-dual-button-content .pp-dual-button-1.pp-button-effect-shutter_in_horizontal .pp-button:before,.fl-node-60cddff34beef .pp-dual-button-content .pp-dual-button-1.pp-button-effect-shutter_in_vertical .pp-button:before {
  background: rgba(238,238,238,0);
}

.fl-node-60cddff34beef .pp-dual-button-content .pp-dual-button-2.pp-button-effect-radial_in .pp-button,.fl-node-60cddff34beef .pp-dual-button-content .pp-dual-button-2.pp-button-effect-rectangle_in .pp-button,.fl-node-60cddff34beef .pp-dual-button-content .pp-dual-button-2.pp-button-effect-shutter_in_horizontal .pp-button,.fl-node-60cddff34beef .pp-dual-button-content .pp-dual-button-2.pp-button-effect-shutter_in_vertical .pp-button,.fl-node-60cddff34beef .pp-dual-button-content .pp-dual-button-2.pp-button-effect-shutter_in_diagonal .pp-button {
  background: #108413;
}

.fl-node-60cddff34beef .pp-dual-button-content .pp-dual-button-2.pp-button-effect-radial_in .pp-button:before,.fl-node-60cddff34beef .pp-dual-button-content .pp-dual-button-2.pp-button-effect-rectangle_in .pp-button:before,.fl-node-60cddff34beef .pp-dual-button-content .pp-dual-button-2.pp-button-effect-shutter_in_horizontal .pp-button:before,.fl-node-60cddff34beef .pp-dual-button-content .pp-dual-button-2.pp-button-effect-shutter_in_vertical .pp-button:before {
  background: rgba(1,145,213,0.5);
}

.fl-node-60cddff34beef .pp-dual-button-content .pp-dual-button-1.pp-button-effect-shutter_out_diagonal .pp-button:after {
  background: #108413;
  color: #ffffff;
  border-color: #108413;
  transition-duration: 200ms;
}

@media only screen and ( max-width: 992px ) {
  .fl-node-60cddff34beef .pp-spacer {
      width: 10px;
  }
}

@media only screen and ( max-width: 768px ) {
  .fl-node-60cddff34beef .pp-spacer {
      width: 10px;
  }
}

@media only screen and ( max-width: 480px ) {
  .fl-node-60cddff34beef .pp-dual-button-content .pp-dual-button-inner {
      float: none;
      text-align: center;
  }

  .fl-node-60cddff34beef .pp-dual-button-content .pp-dual-button,.fl-node-60cddff34beef .pp-dual-button-content .pp-dual-button .pp-button {
      display: block;
      float: none;
      margin: 0 auto;
      max-width: 100%;
  }

  .fl-node-60cddff34beef .pp-spacer {
      float: none;
      height: 10px;
  }
}

.fl-node-60cddff34beef .pp-dual-button-content a.pp-button {
  padding-top: 12px;
  padding-right: 10px;
  padding-bottom: 12px;
  padding-left: 10px;
  font-size: 16px;
}

.fl-row .fl-col .fl-node-60993226be22d h1.fl-heading a,.fl-row .fl-col .fl-node-60993226be22d h1.fl-heading .fl-heading-text,.fl-row .fl-col .fl-node-60993226be22d h1.fl-heading .fl-heading-text *,.fl-node-60993226be22d h1.fl-heading .fl-heading-text {
  color: #ffffff;
}

.fl-node-60993226be22d.fl-module-heading .fl-heading {
  font-weight: 700;
  font-size: 36px;
}

@media(max-width: 992px) {
  .fl-node-60993226be22d.fl-module-heading .fl-heading {
      font-size: 32px;
  }
}

@media(max-width: 768px) {
  .fl-node-60993226be22d.fl-module-heading .fl-heading {
      font-size: 26px;
      text-align: left;
  }
}

.fl-node-60993226be22d > .fl-module-content {
  margin-bottom: 0px;
}

@media ( max-width: 768px ) {
  .fl-node-60993226be22d.fl-module > .fl-module-content {
      margin-bottom:10px;
  }
}


.fl-node-60993226be230 > .fl-module-content {
  margin-bottom: 0px;
}


.fl-node-60993226be231 .fl-button-wrap {
  text-align: left;
}


.pp-modal-wrap {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.pp-modal-wrap.pp-modal-active {
  z-index: 99999;
  visibility: visible;
  opacity: 1;
}

.pp-modal-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
}

.pp-modal-button .sr-only {
  position: absolute !important;
  height: 1px !important;
  width: 1px !important;
  margin: 0 !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px,1px,1px,1px);
  clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  overflow: hidden !important;
}

.pp-modal {
  display: block;
  position: relative;
  margin: auto auto;
  opacity: 1;
  outline: 0;
}

.pp-modal-container {
  height: 100%;
  width: 100%;
  position: fixed;
  overflow: auto;
  opacity: 0;
  z-index: 1;
}

.pp-modal.layout-fullscreen {
  max-width: 100%;
  height: auto;
  min-height: 100%;
  margin: 0;
}

.pp-modal .pp-modal-content {
  height: inherit;
  overflow-y: auto;
  position: relative;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}

.pp-modal .pp-modal-body {
  overflow: hidden;
  height: inherit;
}

.pp-modal .pp-modal-header {
  display: table;
  width: 100%;
}

.pp-modal .pp-modal-title {
  margin: 0;
  display: table-cell;
  vertical-align: middle;
}

.pp-modal .pp-modal-frame iframe {
  width: 100%;
}

.pp-modal .pp-modal-video-embed {
  position: relative;
  padding-top: 56.25%;
  height: inherit;
}

.pp-modal .pp-modal-video-embed iframe,.pp-modal .pp-modal-video-embed .wp-video,.pp-modal .pp-modal-video-embed > video {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.pp-modal .pp-modal-content.pp-modal-frame:before {
  background-position: 50%;
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3D(-50%, -50%, 0);
}

.pp-modal .pp-modal-content-inner {
  position: relative;
  height: 100%;
}

.pp-modal-trigger {
  display: inline-block;
  text-decoration: none;
  text-shadow: none;
}

.pp-modal-trigger .pp-button-icon {
  height: auto;
  margin-right: 8px;
  vertical-align: middle;
  width: auto;
}

.pp-modal-trigger .pp-button-icon-after {
  margin-left: 8px;
  margin-right: 0;
}

.pp-modal-trigger .pp-modal-trigger-text {
  vertical-align: middle;
}

.pp-modal-close {
  position: relative;
  right: 10px;
  line-height: 0;
  cursor: pointer;
  display: table-cell;
  vertical-align: middle;
  top: 0;
  padding: 5px;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.pp-modal-close.box-top-right-out {
  position: absolute;
  right: -40px;
}

.pp-modal .pp-modal-close.box-top-left-out {
  position: absolute;
  left: -40px;
  right: 0;
}

.pp-modal-close.win-top-right {
  position: fixed;
}

.pp-modal-close.win-top-left {
  position: fixed;
  right: 0;
}

.pp-modal-close .bar-wrap {
  display: inline-block;
  position: relative;
}

.pp-modal-close .bar-wrap span {
  position: absolute;
  border-radius: 0;
  width: 100%;
  top: 49.5%;
  left: 0px;
}

.pp-modal-close .bar-wrap .bar-1 {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  transform: rotate(225deg);
}

.pp-modal-close .bar-wrap .bar-2 {
  -webkit-transform: rotate(-225deg);
  -moz-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

.pp-modal-wrap .modal-visible {
  opacity: 1;
}

.pp-modal .pp-modal-content .fl-row-content-wrap,.pp-modal .pp-modal-content .fl-builder-module-template {
  padding: 0;
}

.fl-module-pp-modal-box {
  z-index: 2 !important;
}

.pp-modal-wrap .pp-flexbox {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.pp-modal-wrap .pp-flexbox.layout-vertical {
  flex-direction: column;
}

.pp-modal-wrap .pp-flexbox .pp-flexbox-item {
  align-self: stretch;
}

.pp-modal-wrap .pp-flexbox .pp-flexbox-item.object-fit-cover img {
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 768px) {
  .pp-modal-wrap .pp-flexbox {
      flex-direction: column;
  }

  .pp-modal-wrap .pp-flexbox .pp-flexbox-item {
      width: 100%;
  }
}

@media (max-width: 768px) {
}

body:not(.fl-builder-edit) .fl-node-oivh6tu1arb3 > .fl-module-content {
  margin: 0;
}

.fl-node-oivh6tu1arb3 .pp-modal-button {
  text-align: left;
}

.fl-node-oivh6tu1arb3 .pp-modal-trigger,.fl-node-oivh6tu1arb3 .pp-modal-button .pp-modal-trigger,.fl-node-oivh6tu1arb3 .pp-modal-button .pp-modal-trigger .pp-modal-trigger-icon {
  color: #ffffff;
  background-color: #428bca;
  text-align: center;
  text-decoration: none;
}


.fl-node-oivh6tu1arb3 .pp-modal-height-auto,#modal-oivh6tu1arb3.pp-modal-height-auto {
  display: block !important;
  position: absolute;
  top: -99999px;
  width: 800px;
  visibility: hidden;
}

.fl-node-oivh6tu1arb3 .pp-modal-height-auto .pp-modal-overlay,#modal-oivh6tu1arb3.pp-modal-height-auto .pp-modal-overlay {
  display: none !important;
}

.fl-node-oivh6tu1arb3 .pp-modal,#modal-oivh6tu1arb3 .pp-modal {
  background-color: #333333;
  -webkit-box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.5);
}

.fl-node-oivh6tu1arb3 .pp-modal.layout-standard,#modal-oivh6tu1arb3 .pp-modal.layout-standard {
  width: 800px;
  height: auto;
  max-width: 90%;
  border-radius: 2px;
}

.fl-node-oivh6tu1arb3 .pp-modal.layout-fullscreen,#modal-oivh6tu1arb3 .pp-modal.layout-fullscreen {
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
}

.fl-node-oivh6tu1arb3 .pp-modal .pp-modal-header,#modal-oivh6tu1arb3 .pp-modal .pp-modal-header {
  background-color: #ffffff;
  border-bottom: 1px solid #eeeeee;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.fl-node-oivh6tu1arb3 .pp-modal .pp-modal-title,#modal-oivh6tu1arb3 .pp-modal .pp-modal-title {
  padding: 10px 15px;
  color: #444444;
}

.fl-node-oivh6tu1arb3 .pp-modal .pp-modal-content,#modal-oivh6tu1arb3 .pp-modal .pp-modal-content {
  padding: 0px;
}

.fl-node-oivh6tu1arb3 .pp-modal .pp-modal-content.pp-modal-frame:before,#modal-oivh6tu1arb3 .pp-modal .pp-modal-content.pp-modal-frame:before {
  background: url(https://vexos.com/wp-content/plugins/bbpowerpack/modules/pp-modal-box/loader.gif) no-repeat;
}

.fl-node-oivh6tu1arb3 .pp-modal .pp-modal-content-inner,#modal-oivh6tu1arb3 .pp-modal .pp-modal-content-inner {
  overflow: hidden;
  padding: px;
}

.fl-node-oivh6tu1arb3 .pp-modal-close,#modal-oivh6tu1arb3 .pp-modal-close {
  background-color: #3a3a3a;
  border: 1px solid #ffffff;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  position: absolute;
  z-index: 5;
}

.fl-node-oivh6tu1arb3 .pp-modal-close:hover,#modal-oivh6tu1arb3 .pp-modal-close:hover {
  background-color: #b53030;
}

.fl-node-oivh6tu1arb3 .pp-modal-close.box-top-right,#modal-oivh6tu1arb3 .pp-modal-close.box-top-right {
  top: -10px;
  right: -10px;
}

.fl-node-oivh6tu1arb3 .pp-modal-close.box-top-left,#modal-oivh6tu1arb3 .pp-modal-close.box-top-left {
  top: -10px;
  left: -10px;
}

.fl-node-oivh6tu1arb3 .pp-modal-close.win-top-right,#modal-oivh6tu1arb3 .pp-modal-close.win-top-right {
  top: -10px;
  right: -10px;
}

.fl-node-oivh6tu1arb3 .pp-modal-close.win-top-left,#modal-oivh6tu1arb3 .pp-modal-close.win-top-left {
  top: -10px;
  left: -10px;
}

.fl-node-oivh6tu1arb3 .pp-modal-close .bar-wrap,#modal-oivh6tu1arb3 .pp-modal-close .bar-wrap {
  width: 100%;
  height: 100%;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.fl-node-oivh6tu1arb3 .pp-modal-close .bar-wrap span,#modal-oivh6tu1arb3 .pp-modal-close .bar-wrap span {
  background: #ffffff;
  height: 2px;
  margin-top: -1px;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.fl-node-oivh6tu1arb3 .pp-modal-close:hover .bar-wrap span,#modal-oivh6tu1arb3 .pp-modal-close:hover .bar-wrap span {
  background: #dddddd;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.fl-node-oivh6tu1arb3 .pp-modal-container.fadeIn.animated,#modal-oivh6tu1arb3 .pp-modal-container.fadeIn.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.fl-node-oivh6tu1arb3 .pp-modal-container.fadeOut.animated,#modal-oivh6tu1arb3 .pp-modal-container.fadeOut.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.fl-node-oivh6tu1arb3 .has-overlay-animation .pp-modal-container,#modal-oivh6tu1arb3.has-overlay-animation .pp-modal-container {
  background-color: rgba(0,0,0,0.5);
}

.fl-node-oivh6tu1arb3 .pp-modal-wrap:not(.has-overlay-animation) .pp-modal-overlay,#modal-oivh6tu1arb3:not(.has-overlay-animation) .pp-modal-overlay {
  background-color: rgba(0,0,0,0.5);
}

@media only screen and (max-width: 0px) {
  .fl-node-oivh6tu1arb3 .pp-modal.layout-fullscreen,#modal-oivh6tu1arb3 .pp-modal.layout-fullscreen {
      top: 0 !important;
      margin: 10px !important;
  }

  .fl-node-oivh6tu1arb3 .pp-modal.layout-standard,#modal-oivh6tu1arb3 .pp-modal.layout-standard {
      margin-top: 20px;
      margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .fl-node-oivh6tu1arb3 .pp-modal.layout-standard,#modal-oivh6tu1arb3 .pp-modal.layout-standard {
      margin-top: 20px;
      margin-bottom: 20px;
  }
}

.fl-node-oivh6tu1arb3 .pp-modal-button {
  text-align: left;
}

.fl-node-oivh6tu1arb3 .pp-modal-trigger, .fl-node-oivh6tu1arb3 .pp-modal-button .pp-modal-trigger {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.fl-node-oivh6tu1arb3 > .fl-module-content {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.fl-row .fl-col .fl-node-3ge0zmoplui2 h2.fl-heading a,.fl-row .fl-col .fl-node-3ge0zmoplui2 h2.fl-heading .fl-heading-text,.fl-row .fl-col .fl-node-3ge0zmoplui2 h2.fl-heading .fl-heading-text *,.fl-node-3ge0zmoplui2 h2.fl-heading .fl-heading-text {
  color: #108413;
}

.fl-node-3ge0zmoplui2.fl-module-heading .fl-heading {
  font-size: 42px;
  text-align: center;
}

@media(max-width: 992px) {
  .fl-node-3ge0zmoplui2.fl-module-heading .fl-heading {
      font-size: 32px;
  }
}

@media(max-width: 768px) {
  .fl-node-3ge0zmoplui2.fl-module-heading .fl-heading {
      font-size: 24px;
  }
}

.fl-node-3ge0zmoplui2 > .fl-module-content {
  margin-top: 60px;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .fl-node-3ge0zmoplui2 > .fl-module-content {
      margin-top:20px;
  }
}

.fl-node-kmrzd514uej9.fl-module-heading .fl-heading {
  text-align: center;
}

@media(max-width: 768px) {
  .fl-node-kmrzd514uej9.fl-module-heading .fl-heading {
      font-size: 12px;
  }
}

.fl-node-kmrzd514uej9 > .fl-module-content {
  margin-top: 0px;
}

.fl-node-mgyqc71b8hnj .fl-separator {
  border-top-width: 5px;
  border-top-style: solid;
  border-top-color: #108413;
  max-width: 10%;
  margin: auto;
}

.fl-node-mgyqc71b8hnj > .fl-module-content {
  margin-top: 0px;
}

.clearfix:before,.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.fl-builder-pp-flipbox-settings .fl-builder-settings-section select[name="image_select_src"] {
  display: none;
}

.pp-flipbox .pp-icon-wrapper {
  margin-bottom: 10px;
}

.pp-flipbox-description p {
  line-height: 1.4;
  margin-bottom: 5px;
}

.pp-flipbox-description p:last-of-type {
  margin-bottom: 0;
}

.pp-flipbox-description p img {
  margin: 0;
}

.pp-flipbox .pp-more-link {
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  text-decoration: none;
}

.pp-flipbox-icon-inner .dashicons,.pp-flipbox-icon-inner .dashicons-before:before {
  height: auto;
  width: auto;
}

.pp-flipbox-back a.pp-flipbox-link,.pp-flipbox-back a.pp-flipbox-link:hover {
  text-decoration: none;
}

.pp-flip-box {
  display: block;
  position: relative;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -o-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
  text-align: center;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.pp-flipbox-icon {
  border: 0 solid;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}

.pp-flipbox-icon-inner {
  display: table;
}

.pp-flipbox-icon span.pp-icon {
  display: table-cell;
  vertical-align: middle;
}

.pp-flipbox-image {
  margin-bottom: 20px;
  text-align: center;
}

.pp-flipbox-image img {
  border: 0px solid;
}

.pp-flipbox-wrap {
  width: 100%;
  height: 100%;
  -webkit-transition: 750ms;
  -moz-transition: 750ms;
  -o-transition: 750ms;
  -ms-transition: 750ms;
  -webkit-transition: 750ms;
  transition: 750ms;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -o-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.pp-flipbox-container {
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.pp-flipbox {
  display: table;
  height: 100%;
  margin-bottom: 0;
  padding: 20px;
  text-align: center;
  top: 0;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-duration: 750ms;
  -moz-transition-duration: 750ms;
  -o-transition-duration: 750ms;
  -ms-transition-duration: 750ms;
  transition-duration: 750ms;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.pp-flipbox-back {
  position: absolute;
}

.pp-flipbox-inner {
  display: table-cell;
  vertical-align: middle;
}

.pp-flip-box .pp-flip-type-left .pp-flipbox-front {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.pp-flip-box .pp-flip-type-left .pp-flipbox-back {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.pp-flip-box .pp-flip-type-left .pp-hover .pp-flipbox-back {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.pp-flip-box .pp-flip-type-left .pp-hover .pp-flipbox-front {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.pp-flip-box .pp-flip-type-right .pp-flipbox-front {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.pp-flip-box .pp-flip-type-right .pp-flipbox-back {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.pp-flip-box .pp-flip-type-right .pp-hover .pp-flipbox-back {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.pp-flip-box .pp-flip-type-right .pp-hover .pp-flipbox-front {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.pp-flip-box .pp-flip-type-bottom .pp-hover .pp-flipbox-back,.pp-flip-box .pp-flip-type-top .pp-hover .pp-flipbox-back {
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.pp-flip-box .pp-flip-type-top .pp-flipbox-back {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.pp-flip-box .pp-flip-type-top .pp-flipbox-front {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.pp-flip-box .pp-flip-type-bottom .pp-flipbox-back,.pp-flip-box .pp-flip-type-top .pp-hover .pp-flipbox-front {
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}

.pp-flip-box .pp-flip-type-bottom .pp-flipbox-front {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.pp-flip-box .pp-flip-type-bottom .pp-hover .pp-flipbox-front {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.pp-flip-box.pp-browser-ie .pp-flipbox-wrap {
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
  -ms-transform: perspective(1000px);
  transform: perspective(1000px);
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.pp-flip-box.pp-browser-ie .pp-flipbox-container {
  -webkit-transition: 750ms;
  -webkit-transform-style: preserve-3d;
  -ms-transition: 750ms;
  -moz-transition: 750ms;
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transition: 750ms;
  transform-style: preserve-3d;
}

.pp-flip-box.pp-browser-ie .pp-flipbox-container .pp-flipbox-front {
  z-index: 0;
}

.pp-flip-box.pp-ie .pp-flipbox {
  animation: stayvisible 0.5s both;
  -webkit-animation: stayvisible 0.5s both;
  -moz-animation: stayvisible 0.5s both;
  -o-animation: stayvisible 0.5s both;
  -ms-animation: donothing 0.5s;
  -ms-transition: visibility 0s linear 0.17s;
  transition: visibility 0s linear 0.17s;
  visibility: visible;
}

@keyframes stayvisible {
  from {
      visibility: visible;
  }

  to {
      visibility: visible;
  }
}

@-webkit-keyframes stayvisible {
  from {
      visibility: visible;
  }

  to {
      visibility: visible;
  }
}

@-moz-keyframes stayvisible {
  from {
      visibility: visible;
  }

  to {
      visibility: visible;
  }
}

@-o-keyframes stayvisible {
  from {
      visibility: visible;
  }

  to {
      visibility: visible;
  }
}

@media (max-width: 768px) {
}

.fl-node-yg1x0q6kbrvp .pp-flipbox {
  padding: 20px 20px;
}

.fl-node-yg1x0q6kbrvp .pp-flipbox-front {
  background: rgba(255,255,255,0);
}

.fl-node-yg1x0q6kbrvp .pp-flipbox-front .pp-flipbox-title .pp-flipbox-front-title {
  color: #ffffff;
  margin-top: 0px;
  margin-bottom: 0px;
}

.fl-node-yg1x0q6kbrvp .pp-flipbox-front .pp-flipbox-description {
  margin-top: 0px;
  margin-bottom: 0px;
}

.fl-node-yg1x0q6kbrvp .pp-flipbox-back {
}

.fl-node-yg1x0q6kbrvp .pp-flipbox-back .pp-flipbox-title .pp-flipbox-back-title {
  margin-top: 0px;
  margin-bottom: 0px;
}

.fl-node-yg1x0q6kbrvp .pp-flipbox-back .pp-flipbox-description {
  color: #ffffff;
  margin-top: 0px;
  margin-bottom: 0px;
}

.fl-node-yg1x0q6kbrvp .pp-flipbox .pp-more-link {
  background: #108413;
  color: #ffffff;
}

.fl-node-yg1x0q6kbrvp .pp-flipbox .pp-more-link:hover {
  background: #035c06;
  color: #ffffff;
}

.fl-node-yg1x0q6kbrvp .pp-flipbox {
}

.fl-node-yg1x0q6kbrvp .pp-flipbox-front .pp-flipbox-title .pp-flipbox-front-title {
  font-weight: 500;
}

.fl-node-yg1x0q6kbrvp .pp-flipbox .pp-more-link {
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
}

.fl-node-451nou03ebrm .pp-flipbox {
  padding: 20px 20px;
}

.fl-node-451nou03ebrm .pp-flipbox-front {
  background: rgba(255,255,255,0);
}

.fl-node-451nou03ebrm .pp-flipbox-front .pp-flipbox-title .pp-flipbox-front-title {
  color: #ffffff;
  margin-top: 0px;
  margin-bottom: 0px;
}

.fl-node-451nou03ebrm .pp-flipbox-front .pp-flipbox-description {
  margin-top: 0px;
  margin-bottom: 0px;
}

.fl-node-451nou03ebrm .pp-flipbox-back {
}

.fl-node-451nou03ebrm .pp-flipbox-back .pp-flipbox-title .pp-flipbox-back-title {
  margin-top: 0px;
  margin-bottom: 0px;
}

.fl-node-451nou03ebrm .pp-flipbox-back .pp-flipbox-description {
  color: #ffffff;
  margin-top: 0px;
  margin-bottom: 0px;
}

.fl-node-451nou03ebrm .pp-flipbox .pp-more-link {
  background: #108413;
  color: #ffffff;
}

.fl-node-451nou03ebrm .pp-flipbox .pp-more-link:hover {
  background: #035c06;
  color: #ffffff;
}

.fl-node-451nou03ebrm .pp-flipbox {
}

.fl-node-451nou03ebrm .pp-flipbox-front .pp-flipbox-title .pp-flipbox-front-title {
  font-weight: 500;
}

.fl-node-451nou03ebrm .pp-flipbox .pp-more-link {
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
}

.fl-node-05hke8g3sxty .pp-flipbox {
  padding: 20px 20px;
}

.fl-node-05hke8g3sxty .pp-flipbox-front {
  background: rgba(255,255,255,0);
}

.fl-node-05hke8g3sxty .pp-flipbox-front .pp-flipbox-title .pp-flipbox-front-title {
  color: #ffffff;
  margin-top: 0px;
  margin-bottom: 0px;
}

.fl-node-05hke8g3sxty .pp-flipbox-front .pp-flipbox-description {
  margin-top: 0px;
  margin-bottom: 0px;
}

.fl-node-05hke8g3sxty .pp-flipbox-back .pp-flipbox-title .pp-flipbox-back-title {
  margin-top: 0px;
  margin-bottom: 0px;
}

.fl-node-05hke8g3sxty .pp-flipbox-back .pp-flipbox-description {
  color: #ffffff;
  margin-top: 0px;
  margin-bottom: 0px;
}

.fl-node-05hke8g3sxty .pp-flipbox .pp-more-link {
  background: #108413;
  color: #ffffff;
}

.fl-node-05hke8g3sxty .pp-flipbox .pp-more-link:hover {
  background: #035c06;
  color: #ffffff;
}

.fl-node-05hke8g3sxty .pp-flipbox-front .pp-flipbox-title .pp-flipbox-front-title {
  font-weight: 500;
}

.fl-node-05hke8g3sxty .pp-flipbox .pp-more-link {
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
}

.fl-node-0v61ruh38j5w .pp-flipbox {
  padding: 20px 20px;
}

.fl-node-0v61ruh38j5w .pp-flipbox-front {
  background: rgba(255,255,255,0);
}

.fl-node-0v61ruh38j5w .pp-flipbox-front .pp-flipbox-title .pp-flipbox-front-title {
  color: #ffffff;
  margin-top: 0px;
  margin-bottom: 0px;
}

.fl-node-0v61ruh38j5w .pp-flipbox-front .pp-flipbox-description {
  margin-top: 0px;
  margin-bottom: 0px;
}

.fl-node-0v61ruh38j5w .pp-flipbox-back .pp-flipbox-title .pp-flipbox-back-title {
  margin-top: 0px;
  margin-bottom: 0px;
}

.fl-node-0v61ruh38j5w .pp-flipbox-back .pp-flipbox-description {
  color: #ffffff;
  margin-top: 0px;
  margin-bottom: 0px;
}

.fl-node-0v61ruh38j5w .pp-flipbox .pp-more-link {
  background: #108413;
  color: #ffffff;
}

.fl-node-0v61ruh38j5w .pp-flipbox .pp-more-link:hover {
  background: #035c06;
  color: #ffffff;
}

.fl-node-0v61ruh38j5w .pp-flipbox {
}

.fl-node-0v61ruh38j5w .pp-flipbox-front .pp-flipbox-title .pp-flipbox-front-title {
  font-weight: 500;
}

.fl-node-0v61ruh38j5w .pp-flipbox .pp-more-link {
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
}

.fl-node-z34xty2il6s9 .pp-flipbox {
  padding: 20px 20px;
}

.fl-node-z34xty2il6s9 .pp-flipbox-front {
  background: rgba(255,255,255,0);
}

.fl-node-z34xty2il6s9 .pp-flipbox-front .pp-flipbox-title .pp-flipbox-front-title {
  color: #ffffff;
  margin-top: 0px;
  margin-bottom: 0px;
}

.fl-node-z34xty2il6s9 .pp-flipbox-front .pp-flipbox-description {
  margin-top: 0px;
  margin-bottom: 0px;
}

.fl-node-z34xty2il6s9 .pp-flipbox-back .pp-flipbox-title .pp-flipbox-back-title {
  color: #ffffff;
  margin-top: 0px;
  margin-bottom: 0px;
}

.fl-node-z34xty2il6s9 .pp-flipbox-back .pp-flipbox-description {
  color: #ffffff;
  margin-top: 0px;
  margin-bottom: 0px;
}

.fl-node-z34xty2il6s9 .pp-flipbox .pp-more-link {
  background: #108413;
  color: #ffffff;
}

.fl-node-z34xty2il6s9 .pp-flipbox .pp-more-link:hover {
  background: #035c06;
  color: #ffffff;
}

.fl-node-z34xty2il6s9 .pp-flipbox-front .pp-flipbox-title .pp-flipbox-front-title {
  font-weight: 500;
}

.fl-node-z34xty2il6s9 .pp-flipbox .pp-more-link {
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
}

.fl-node-tpsh9mx6cyvl .pp-flipbox {
  padding: 20px 20px;
}

.fl-node-tpsh9mx6cyvl .pp-flipbox-front {
  background: rgba(255,255,255,0);
}

.fl-node-tpsh9mx6cyvl .pp-flipbox-front .pp-flipbox-title .pp-flipbox-front-title {
  color: #ffffff;
  margin-top: 0px;
  margin-bottom: 0px;
}

.fl-node-tpsh9mx6cyvl .pp-flipbox-front .pp-flipbox-description {
  margin-top: 0px;
  margin-bottom: 0px;
}

.fl-node-tpsh9mx6cyvl .pp-flipbox-back {
}

.fl-node-tpsh9mx6cyvl .pp-flipbox-back .pp-flipbox-title .pp-flipbox-back-title {
  margin-top: 0px;
  margin-bottom: 0px;
}

.fl-node-tpsh9mx6cyvl .pp-flipbox-back .pp-flipbox-description {
  color: #ffffff;
  margin-top: 0px;
  margin-bottom: 0px;
}

.fl-node-tpsh9mx6cyvl .pp-flipbox .pp-more-link {
  background: #108413;
  color: #ffffff;
}

.fl-node-tpsh9mx6cyvl .pp-flipbox .pp-more-link:hover {
  background: #035c06;
  color: #ffffff;
}

.fl-node-tpsh9mx6cyvl .pp-flipbox {
}

.fl-node-tpsh9mx6cyvl .pp-flipbox-front .pp-flipbox-title .pp-flipbox-front-title {
  font-weight: 500;
}

.fl-node-tpsh9mx6cyvl .pp-flipbox .pp-more-link {
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
}

.fl-node-606e3ffc0426b.flfl-node-606e3ffc0426c-module-heading .fl-heading {
  text-align: center;
}

.fl-node-606e3ffc0426c .fl-separator {
  border-top-width: 5px;
  border-top-style: solid;
  border-top-color: #108413;
  max-width: 10%;
  margin: auto;
}

.bb-info-banner-input.input-small {
  width: 46px !important;
}

.pp-info-banner-content .banner-button,.pp-info-banner-content .banner-button:hover {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.pp-info-banner-content .info-banner-wrap:not([data-animation-class="none"]) {
  opacity: 0;
}

@media (max-width: 768px) {
}

.fl-node-60ac1232a9346 .pp-info-banner-content {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #f3f3f3;
}

.fl-node-60ac1232a9346 .pp-info-banner-content .pp-info-banner-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  will-change: transform;
}

.fl-node-60ac1232a9346 .pp-info-banner-content:hover .pp-info-banner-bg {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand')";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand');
  transform: scale(1.1);
}

.fl-node-60ac1232a9346 .pp-info-banner-content .pp-info-banner-bg:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgb(0,0,0);
  opacity: 0.6;
}

.fl-node-60ac1232a9346 .pp-info-banner-content .pp-info-banner-inner {
  display: table;
  width: 100%;
  height: 100%;
}

.fl-node-60ac1232a9346 .pp-info-banner-content .info-banner-wrap {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 5;
}

.fl-node-60ac1232a9346 .pp-info-banner-content .info-banner-wrap.animated {
  -webkit-animation-duration: 1000ms;
  -moz-animation-duration: 1000ms;
  -ms-animation-duration: 1000ms;
  -o-animation-duration: 1000ms;
  animation-duration: 1000ms;
}

.fl-node-60ac1232a9346 .pp-info-banner-content .info-banner-wrap.info-right {
  text-align: right;
}

.fl-node-60ac1232a9346 .pp-info-banner-content .info-banner-wrap.info-center {
  text-align: center;
}

.fl-node-60ac1232a9346 .pp-info-banner-content .banner-title {
  color: #ffffff;
  margin-bottom: 5px;
  border-style: no-border;
  border-color: #f3f3f3;
  border-width: 0;
  border-width: 1px;
}

.fl-node-60ac1232a9346 .pp-info-banner-content .banner-description {
  color: #ffffff;
  margin-bottom: 10px;
}

.fl-node-60ac1232a9346 .pp-info-banner-content img.pp-info-banner-img {
  position: absolute;
  display: block;
  float: none;
  width: auto;
  margin: 0 auto;
  max-width: none;
  z-index: 1;
  height: 400px;
}

.fl-node-60ac1232a9346 .pp-info-banner-content img.pp-info-banner-img {
  opacity: 0;
}

.fl-node-60ac1232a9346 .pp-info-banner-content img.pp-info-banner-img[data-animation-class="zoomIn"] {
  opacity: 1;
}

.fl-node-60ac1232a9346 .pp-info-banner-content img.animated {
  -webkit-animation-duration: 1000ms;
  -moz-animation-duration: 1000ms;
  -ms-animation-duration: 1000ms;
  -o-animation-duration: 1000ms;
  animation-duration: 1000ms;
}

.fl-node-60ac1232a9346 .pp-info-banner-content img.img-top-right {
  left: auto;
  right: 0;
}

.fl-node-60ac1232a9346 .pp-info-banner-content img.img-top-center {
  left: 50%;
  transform: translateX(-50%);
}

.fl-node-60ac1232a9346 .pp-info-banner-content img.img-center-left {
  top: 50%;
  transform: translateY(-50%);
}

.fl-node-60ac1232a9346 .pp-info-banner-content img.img-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.fl-node-60ac1232a9346 .pp-info-banner-content img.img-center-right {
  top: 50%;
  transform: translateY(-50%);
  left: auto;
  right: 0;
}

.fl-node-60ac1232a9346 .pp-info-banner-content img.img-bottom-center,.fl-node-60ac1232a9346 .pp-info-banner-content img.img-bottom-left,.fl-node-60ac1232a9346 .pp-info-banner-content img.img-bottom-right {
  top: auto;
  bottom: 0;
}

.fl-node-60ac1232a9346 .pp-info-banner-content img.img-bottom-center {
  left: 50%;
  transform: translateX(-50%);
}

.fl-node-60ac1232a9346 .pp-info-banner-content img.img-bottom-right {
  right: 0;
  left: auto;
}

.fl-node-60ac1232a9346 .pp-info-banner-content .banner-button {
  background-color: rgba(255,255,255,0);
  color: #ffffff;
  display: inline-block;
  box-shadow: none;
  text-decoration: none;
}

.fl-node-60ac1232a9346 .pp-info-banner-content .banner-link {
  text-decoration: none !important;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.fl-node-60ac1232a9346 .pp-info-banner-content .banner-button:hover {
  background-color: #108413;
  color: #ffffff;
  border-color: #108413;
  text-decoration: none;
}

@media only screen and (max-width: 960px) {
  .fl-node-60ac1232a9346 div.pp-info-banner-content {
      height: 300px;
  }

  .fl-node-60ac1232a9346 div.pp-info-banner-content .banner-title {
      font-size: 24px;
  }

  .fl-node-60ac1232a9346 div.pp-info-banner-content .banner-description {
      font-size: 14px;
  }

  .fl-node-60ac1232a9346 div.pp-info-banner-content .banner-button {
      font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .fl-node-60ac1232a9346 div.pp-info-banner-content {
      height: 300px;
  }

  .fl-node-60ac1232a9346 div.pp-info-banner-content .banner-title {
      font-size: 30px;
  }

  .fl-node-60ac1232a9346 div.pp-info-banner-content .banner-description {
      font-size: 16px;
  }

  .fl-node-60ac1232a9346 div.pp-info-banner-content .banner-button {
      font-size: 16px;
  }
}

@media only screen and (max-width: 480px) {
  .fl-node-60ac1232a9346 div.pp-info-banner-content {
      height: 300px;
  }

  .fl-node-60ac1232a9346 div.pp-info-banner-content .banner-title {
      font-size: 26px;
  }

  .fl-node-60ac1232a9346 div.pp-info-banner-content .banner-description {
      font-size: 14px;
  }

  .fl-node-60ac1232a9346 div.pp-info-banner-content .banner-button {
      font-size: 14px;
  }
}

.fl-node-60ac1232a9346 .pp-info-banner-content {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 300px;
}

.fl-node-60ac1232a9346 .pp-info-banner-content .banner-button {
  border-style: solid;
  border-width: 0;
  background-clip: border-box;
  border-color: #ffffff;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
  padding-top: 12px;
  padding-right: 30px;
  padding-bottom: 12px;
  padding-left: 30px;
}

.fl-node-60ac1232a9346 .pp-info-banner-content .info-banner-wrap {
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}

.fl-node-60ac1232a9346 .pp-info-banner-content .banner-description {
  padding-bottom: 5px;
  text-align: center;
}

.fl-node-60ac1232a9346 .pp-info-banner-content .banner-title {
  font-size: 24px;
  text-align: center;
}

@media ( max-width: 768px ) {
  .fl-node-60ac1232a9346.fl-module > .fl-module-content {
      margin-bottom:0px;
  }
}

.fl-node-60ac1232a934b .pp-info-banner-content {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #f3f3f3;
}

.fl-node-60ac1232a934b .pp-info-banner-content .pp-info-banner-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  will-change: transform;
}

.fl-node-60ac1232a934b .pp-info-banner-content:hover .pp-info-banner-bg {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand')";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand');
  transform: scale(1.1);
}

.fl-node-60ac1232a934b .pp-info-banner-content .pp-info-banner-bg:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgb(0,0,0);
  opacity: 0.6;
}

.fl-node-60ac1232a934b .pp-info-banner-content .pp-info-banner-inner {
  display: table;
  width: 100%;
  height: 100%;
}

.fl-node-60ac1232a934b .pp-info-banner-content .info-banner-wrap {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 5;
}

.fl-node-60ac1232a934b .pp-info-banner-content .info-banner-wrap.animated {
  -webkit-animation-duration: 1000ms;
  -moz-animation-duration: 1000ms;
  -ms-animation-duration: 1000ms;
  -o-animation-duration: 1000ms;
  animation-duration: 1000ms;
}

.fl-node-60ac1232a934b .pp-info-banner-content .info-banner-wrap.info-right {
  text-align: right;
}

.fl-node-60ac1232a934b .pp-info-banner-content .info-banner-wrap.info-center {
  text-align: center;
}

.fl-node-60ac1232a934b .pp-info-banner-content .banner-title {
  color: #ffffff;
  margin-bottom: 5px;
  border-style: no-border;
  border-color: #f3f3f3;
  border-width: 0;
  border-width: 1px;
}

.fl-node-60ac1232a934b .pp-info-banner-content .banner-description {
  color: #ffffff;
  margin-bottom: 10px;
}

.fl-node-60ac1232a934b .pp-info-banner-content img.pp-info-banner-img {
  position: absolute;
  display: block;
  float: none;
  width: auto;
  margin: 0 auto;
  max-width: none;
  z-index: 1;
  height: 400px;
}

.fl-node-60ac1232a934b .pp-info-banner-content img.pp-info-banner-img {
  opacity: 0;
}

.fl-node-60ac1232a934b .pp-info-banner-content img.pp-info-banner-img[data-animation-class="zoomIn"] {
  opacity: 1;
}

.fl-node-60ac1232a934b .pp-info-banner-content img.animated {
  -webkit-animation-duration: 1000ms;
  -moz-animation-duration: 1000ms;
  -ms-animation-duration: 1000ms;
  -o-animation-duration: 1000ms;
  animation-duration: 1000ms;
}

.fl-node-60ac1232a934b .pp-info-banner-content img.img-top-right {
  left: auto;
  right: 0;
}

.fl-node-60ac1232a934b .pp-info-banner-content img.img-top-center {
  left: 50%;
  transform: translateX(-50%);
}

.fl-node-60ac1232a934b .pp-info-banner-content img.img-center-left {
  top: 50%;
  transform: translateY(-50%);
}

.fl-node-60ac1232a934b .pp-info-banner-content img.img-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.fl-node-60ac1232a934b .pp-info-banner-content img.img-center-right {
  top: 50%;
  transform: translateY(-50%);
  left: auto;
  right: 0;
}

.fl-node-60ac1232a934b .pp-info-banner-content img.img-bottom-center,.fl-node-60ac1232a934b .pp-info-banner-content img.img-bottom-left,.fl-node-60ac1232a934b .pp-info-banner-content img.img-bottom-right {
  top: auto;
  bottom: 0;
}

.fl-node-60ac1232a934b .pp-info-banner-content img.img-bottom-center {
  left: 50%;
  transform: translateX(-50%);
}

.fl-node-60ac1232a934b .pp-info-banner-content img.img-bottom-right {
  right: 0;
  left: auto;
}

.fl-node-60ac1232a934b .pp-info-banner-content .banner-button {
  background-color: rgba(255,255,255,0);
  color: #ffffff;
  display: inline-block;
  box-shadow: none;
  text-decoration: none;
}

.fl-node-60ac1232a934b .pp-info-banner-content .banner-link {
  text-decoration: none !important;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.fl-node-60ac1232a934b .pp-info-banner-content .banner-button:hover {
  background-color: #108413;
  color: #ffffff;
  border-color: #108413;
  text-decoration: none;
}

@media only screen and (max-width: 960px) {
  .fl-node-60ac1232a934b div.pp-info-banner-content {
      height: 300px;
  }

  .fl-node-60ac1232a934b div.pp-info-banner-content .banner-title {
      font-size: 24px;
  }

  .fl-node-60ac1232a934b div.pp-info-banner-content .banner-description {
      font-size: 14px;
  }

  .fl-node-60ac1232a934b div.pp-info-banner-content .banner-button {
      font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .fl-node-60ac1232a934b div.pp-info-banner-content {
      height: 300px;
  }

  .fl-node-60ac1232a934b div.pp-info-banner-content .banner-title {
      font-size: 30px;
  }

  .fl-node-60ac1232a934b div.pp-info-banner-content .banner-description {
      font-size: 16px;
  }

  .fl-node-60ac1232a934b div.pp-info-banner-content .banner-button {
      font-size: 16px;
  }
}

@media only screen and (max-width: 480px) {
  .fl-node-60ac1232a934b div.pp-info-banner-content {
      height: 300px;
  }

  .fl-node-60ac1232a934b div.pp-info-banner-content .banner-title {
      font-size: 26px;
  }

  .fl-node-60ac1232a934b div.pp-info-banner-content .banner-description {
      font-size: 14px;
  }

  .fl-node-60ac1232a934b div.pp-info-banner-content .banner-button {
      font-size: 14px;
  }
}

.fl-node-60ac1232a934b .pp-info-banner-content {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 300px;
}

.fl-node-60ac1232a934b .pp-info-banner-content .banner-button {
  border-style: solid;
  border-width: 0;
  background-clip: border-box;
  border-color: #ffffff;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
  padding-top: 12px;
  padding-right: 30px;
  padding-bottom: 12px;
  padding-left: 30px;
}

.fl-node-60ac1232a934b .pp-info-banner-content .info-banner-wrap {
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}

.fl-node-60ac1232a934b .pp-info-banner-content .banner-description {
  padding-bottom: 5px;
  text-align: center;
}

.fl-node-60ac1232a934b .pp-info-banner-content .banner-title {
  font-size: 24px;
  text-align: center;
}

@media ( max-width: 768px ) {
  .fl-node-60ac1232a934b.fl-module > .fl-module-content {
      margin-bottom:0px;
  }
}

.fl-node-60ac1232a934d .pp-info-banner-content {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #f3f3f3;
}

.fl-node-60ac1232a934d .pp-info-banner-content .pp-info-banner-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  will-change: transform;
}

.fl-node-60ac1232a934d .pp-info-banner-content:hover .pp-info-banner-bg {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand')";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand');
  transform: scale(1.1);
}

.fl-node-60ac1232a934d .pp-info-banner-content .pp-info-banner-bg:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgb(0,0,0);
  opacity: 0.7;
}

.fl-node-60ac1232a934d .pp-info-banner-content .pp-info-banner-inner {
  display: table;
  width: 100%;
  height: 100%;
}

.fl-node-60ac1232a934d .pp-info-banner-content .info-banner-wrap {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 5;
}

.fl-node-60ac1232a934d .pp-info-banner-content .info-banner-wrap.animated {
  -webkit-animation-duration: 1000ms;
  -moz-animation-duration: 1000ms;
  -ms-animation-duration: 1000ms;
  -o-animation-duration: 1000ms;
  animation-duration: 1000ms;
}

.fl-node-60ac1232a934d .pp-info-banner-content .info-banner-wrap.info-right {
  text-align: right;
}

.fl-node-60ac1232a934d .pp-info-banner-content .info-banner-wrap.info-center {
  text-align: center;
}

.fl-node-60ac1232a934d .pp-info-banner-content .banner-title {
  color: #ffffff;
  margin-bottom: 5px;
  border-style: no-border;
  border-color: #f3f3f3;
  border-width: 0;
  border-width: 1px;
}

.fl-node-60ac1232a934d .pp-info-banner-content .banner-description {
  color: #ffffff;
  margin-bottom: 10px;
}

.fl-node-60ac1232a934d .pp-info-banner-content img.pp-info-banner-img {
  position: absolute;
  display: block;
  float: none;
  width: auto;
  margin: 0 auto;
  max-width: none;
  z-index: 1;
  height: 400px;
}

.fl-node-60ac1232a934d .pp-info-banner-content img.pp-info-banner-img {
  opacity: 0;
}

.fl-node-60ac1232a934d .pp-info-banner-content img.pp-info-banner-img[data-animation-class="zoomIn"] {
  opacity: 1;
}

.fl-node-60ac1232a934d .pp-info-banner-content img.animated {
  -webkit-animation-duration: 1000ms;
  -moz-animation-duration: 1000ms;
  -ms-animation-duration: 1000ms;
  -o-animation-duration: 1000ms;
  animation-duration: 1000ms;
}

.fl-node-60ac1232a934d .pp-info-banner-content img.img-top-right {
  left: auto;
  right: 0;
}

.fl-node-60ac1232a934d .pp-info-banner-content img.img-top-center {
  left: 50%;
  transform: translateX(-50%);
}

.fl-node-60ac1232a934d .pp-info-banner-content img.img-center-left {
  top: 50%;
  transform: translateY(-50%);
}

.fl-node-60ac1232a934d .pp-info-banner-content img.img-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.fl-node-60ac1232a934d .pp-info-banner-content img.img-center-right {
  top: 50%;
  transform: translateY(-50%);
  left: auto;
  right: 0;
}

.fl-node-60ac1232a934d .pp-info-banner-content img.img-bottom-center,.fl-node-60ac1232a934d .pp-info-banner-content img.img-bottom-left,.fl-node-60ac1232a934d .pp-info-banner-content img.img-bottom-right {
  top: auto;
  bottom: 0;
}

.fl-node-60ac1232a934d .pp-info-banner-content img.img-bottom-center {
  left: 50%;
  transform: translateX(-50%);
}

.fl-node-60ac1232a934d .pp-info-banner-content img.img-bottom-right {
  right: 0;
  left: auto;
}

.fl-node-60ac1232a934d .pp-info-banner-content .banner-button {
  background-color: rgba(255,255,255,0);
  color: #ffffff;
  display: inline-block;
  box-shadow: none;
  text-decoration: none;
}

.fl-node-60ac1232a934d .pp-info-banner-content .banner-link {
  text-decoration: none !important;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.fl-node-60ac1232a934d .pp-info-banner-content .banner-button:hover {
  background-color: #108413;
  color: #ffffff;
  border-color: #108413;
  text-decoration: none;
}

@media only screen and (max-width: 960px) {
  .fl-node-60ac1232a934d div.pp-info-banner-content {
      height: 300px;
  }

  .fl-node-60ac1232a934d div.pp-info-banner-content .banner-title {
      font-size: 24px;
  }

  .fl-node-60ac1232a934d div.pp-info-banner-content .banner-description {
      font-size: 14px;
  }

  .fl-node-60ac1232a934d div.pp-info-banner-content .banner-button {
      font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .fl-node-60ac1232a934d div.pp-info-banner-content {
      height: 300px;
  }

  .fl-node-60ac1232a934d div.pp-info-banner-content .banner-title {
      font-size: 30px;
  }

  .fl-node-60ac1232a934d div.pp-info-banner-content .banner-description {
      font-size: 16px;
  }

  .fl-node-60ac1232a934d div.pp-info-banner-content .banner-button {
      font-size: 16px;
  }
}

@media only screen and (max-width: 480px) {
  .fl-node-60ac1232a934d div.pp-info-banner-content {
      height: 300px;
  }

  .fl-node-60ac1232a934d div.pp-info-banner-content .banner-title {
      font-size: 26px;
  }

  .fl-node-60ac1232a934d div.pp-info-banner-content .banner-description {
      font-size: 14px;
  }

  .fl-node-60ac1232a934d div.pp-info-banner-content .banner-button {
      font-size: 14px;
  }
}

.fl-node-60ac1232a934d .pp-info-banner-content {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 300px;
}

.fl-node-60ac1232a934d .pp-info-banner-content .banner-button {
  border-style: solid;
  border-width: 0;
  background-clip: border-box;
  border-color: #ffffff;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
  padding-top: 12px;
  padding-right: 30px;
  padding-bottom: 12px;
  padding-left: 30px;
}

.fl-node-60ac1232a934d .pp-info-banner-content .info-banner-wrap {
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}

.fl-node-60ac1232a934d .pp-info-banner-content .banner-description {
  padding-bottom: 5px;
  text-align: center;
}

.fl-node-60ac1232a934d .pp-info-banner-content .banner-title {
  font-size: 24px;
  text-align: center;
}

@media ( max-width: 768px ) {
  .fl-node-60ac1232a934d.fl-module > .fl-module-content {
      margin-bottom:0px;
  }
}

.fl-node-60ac1232a9344 .pp-info-banner-content {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #f3f3f3;
}

.fl-node-60ac1232a9344 .pp-info-banner-content .pp-info-banner-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  will-change: transform;
}
.fl-node-60ac1232a9344 .pp-info-banner-content:hover .pp-info-banner-bg {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand')";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand');
  transform: scale(1.1);
}

.fl-node-60ac1232a9344 .pp-info-banner-content .pp-info-banner-bg:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgb(0,0,0);
  opacity: 0.6;
}

.fl-node-60ac1232a9344 .pp-info-banner-content .pp-info-banner-inner {
  display: table;
  width: 100%;
  height: 100%;
}

.fl-node-60ac1232a9344 .pp-info-banner-content .info-banner-wrap {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 5;
}

.fl-node-60ac1232a9344 .pp-info-banner-content .info-banner-wrap.animated {
  -webkit-animation-duration: 1000ms;
  -moz-animation-duration: 1000ms;
  -ms-animation-duration: 1000ms;
  -o-animation-duration: 1000ms;
  animation-duration: 1000ms;
}

.fl-node-60ac1232a9344 .pp-info-banner-content .info-banner-wrap.info-right {
  text-align: right;
}

.fl-node-60ac1232a9344 .pp-info-banner-content .info-banner-wrap.info-center {
  text-align: center;
}

.fl-node-60ac1232a9344 .pp-info-banner-content .banner-title {
  color: #ffffff;
  margin-bottom: 5px;
  border-style: no-border;
  border-color: #f3f3f3;
  border-width: 0;
  border-width: 1px;
}

.fl-node-60ac1232a9344 .pp-info-banner-content .banner-description {
  color: #ffffff;
  margin-bottom: 10px;
}

.fl-node-60ac1232a9344 .pp-info-banner-content img.pp-info-banner-img {
  position: absolute;
  display: block;
  float: none;
  width: auto;
  margin: 0 auto;
  max-width: none;
  z-index: 1;
  height: 400px;
}

.fl-node-60ac1232a9344 .pp-info-banner-content img.pp-info-banner-img {
  opacity: 0;
}

.fl-node-60ac1232a9344 .pp-info-banner-content img.pp-info-banner-img[data-animation-class="zoomIn"] {
  opacity: 1;
}

.fl-node-60ac1232a9344 .pp-info-banner-content img.animated {
  -webkit-animation-duration: 1000ms;
  -moz-animation-duration: 1000ms;
  -ms-animation-duration: 1000ms;
  -o-animation-duration: 1000ms;
  animation-duration: 1000ms;
}

.fl-node-60ac1232a9344 .pp-info-banner-content img.img-top-right {
  left: auto;
  right: 0;
}

.fl-node-60ac1232a9344 .pp-info-banner-content img.img-top-center {
  left: 50%;
  transform: translateX(-50%);
}

.fl-node-60ac1232a9344 .pp-info-banner-content img.img-center-left {
  top: 50%;
  transform: translateY(-50%);
}

.fl-node-60ac1232a9344 .pp-info-banner-content img.img-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.fl-node-60ac1232a9344 .pp-info-banner-content img.img-center-right {
  top: 50%;
  transform: translateY(-50%);
  left: auto;
  right: 0;
}

.fl-node-60ac1232a9344 .pp-info-banner-content img.img-bottom-center,.fl-node-60ac1232a9344 .pp-info-banner-content img.img-bottom-left,.fl-node-60ac1232a9344 .pp-info-banner-content img.img-bottom-right {
  top: auto;
  bottom: 0;
}

.fl-node-60ac1232a9344 .pp-info-banner-content img.img-bottom-center {
  left: 50%;
  transform: translateX(-50%);
}

.fl-node-60ac1232a9344 .pp-info-banner-content img.img-bottom-right {
  right: 0;
  left: auto;
}

.fl-node-60ac1232a9344 .pp-info-banner-content .banner-button {
  background-color: rgba(255,255,255,0);
  color: #ffffff;
  display: inline-block;
  box-shadow: none;
  text-decoration: none;
}

.fl-node-60ac1232a9344 .pp-info-banner-content .banner-link {
  text-decoration: none !important;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.fl-node-60ac1232a9344 .pp-info-banner-content .banner-button:hover {
  background-color: #108413;
  color: #ffffff;
  border-color: #108413;
  text-decoration: none;
}

@media only screen and (max-width: 960px) {
  .fl-node-60ac1232a9344 div.pp-info-banner-content {
      height: 300px;
  }

  .fl-node-60ac1232a9344 div.pp-info-banner-content .banner-title {
      font-size: 24px;
  }

  .fl-node-60ac1232a9344 div.pp-info-banner-content .banner-description {
      font-size: 14px;
  }

  .fl-node-60ac1232a9344 div.pp-info-banner-content .banner-button {
      font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .fl-node-60ac1232a9344 div.pp-info-banner-content {
      height: 300px;
  }

  .fl-node-60ac1232a9344 div.pp-info-banner-content .banner-title {
      font-size: 30px;
  }

  .fl-node-60ac1232a9344 div.pp-info-banner-content .banner-description {
      font-size: 16px;
  }

  .fl-node-60ac1232a9344 div.pp-info-banner-content .banner-button {
      font-size: 16px;
  }
}

@media only screen and (max-width: 480px) {
  .fl-node-60ac1232a9344 div.pp-info-banner-content {
      height: 300px;
  }

  .fl-node-60ac1232a9344 div.pp-info-banner-content .banner-title {
      font-size: 26px;
  }

  .fl-node-60ac1232a9344 div.pp-info-banner-content .banner-description {
      font-size: 14px;
  }

  .fl-node-60ac1232a9344 div.pp-info-banner-content .banner-button {
      font-size: 14px;
  }
}

.fl-node-60ac1232a9344 .pp-info-banner-content {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 300px;
}

.fl-node-60ac1232a9344 .pp-info-banner-content .banner-button {
  border-style: solid;
  border-width: 0;
  background-clip: border-box;
  border-color: #ffffff;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
  padding-top: 12px;
  padding-right: 30px;
  padding-bottom: 12px;
  padding-left: 30px;
}

.fl-node-60ac1232a9344 .pp-info-banner-content .info-banner-wrap {
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}

.fl-node-60ac1232a9344 .pp-info-banner-content .banner-description {
  padding-bottom: 5px;
  text-align: center;
}

.fl-node-60ac1232a9344 .pp-info-banner-content .banner-title {
  font-size: 24px;
  text-align: center;
}

@media ( max-width: 768px ) {
  .fl-node-60ac1232a9344.fl-module > .fl-module-content {
      margin-bottom:0px;
  }
}

.fl-node-617b36d99ca9b .pp-info-banner-content {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #f3f3f3;
}

.fl-node-617b36d99ca9b .pp-info-banner-content .pp-info-banner-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  will-change: transform;
}

.fl-node-617b36d99ca9b .pp-info-banner-content:hover .pp-info-banner-bg {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand')";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand');
  transform: scale(1.1);
}

.fl-node-617b36d99ca9b .pp-info-banner-content .pp-info-banner-bg:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgb(0,0,0);
  opacity: 0.6;
}

.fl-node-617b36d99ca9b .pp-info-banner-content .pp-info-banner-inner {
  display: table;
  width: 100%;
  height: 100%;
}

.fl-node-617b36d99ca9b .pp-info-banner-content .info-banner-wrap {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 5;
}

.fl-node-617b36d99ca9b .pp-info-banner-content .info-banner-wrap.animated {
  -webkit-animation-duration: 1000ms;
  -moz-animation-duration: 1000ms;
  -ms-animation-duration: 1000ms;
  -o-animation-duration: 1000ms;
  animation-duration: 1000ms;
}

.fl-node-617b36d99ca9b .pp-info-banner-content .info-banner-wrap.info-right {
  text-align: right;
}

.fl-node-617b36d99ca9b .pp-info-banner-content .info-banner-wrap.info-center {
  text-align: center;
}

.fl-node-617b36d99ca9b .pp-info-banner-content .banner-title {
  color: #ffffff;
  margin-bottom: 5px;
  border-style: no-border;
  border-color: #f3f3f3;
  border-width: 0;
  border-width: 1px;
}

.fl-node-617b36d99ca9b .pp-info-banner-content .banner-description {
  color: #ffffff;
  margin-bottom: 10px;
}

.fl-node-617b36d99ca9b .pp-info-banner-content img.pp-info-banner-img {
  position: absolute;
  display: block;
  float: none;
  width: auto;
  margin: 0 auto;
  max-width: none;
  z-index: 1;
  height: 400px;
}

.fl-node-617b36d99ca9b .pp-info-banner-content img.pp-info-banner-img {
  opacity: 0;
}

.fl-node-617b36d99ca9b .pp-info-banner-content img.pp-info-banner-img[data-animation-class="zoomIn"] {
  opacity: 1;
}

.fl-node-617b36d99ca9b .pp-info-banner-content img.animated {
  -webkit-animation-duration: 1000ms;
  -moz-animation-duration: 1000ms;
  -ms-animation-duration: 1000ms;
  -o-animation-duration: 1000ms;
  animation-duration: 1000ms;
}

.fl-node-617b36d99ca9b .pp-info-banner-content img.img-top-right {
  left: auto;
  right: 0;
}

.fl-node-617b36d99ca9b .pp-info-banner-content img.img-top-center {
  left: 50%;
  transform: translateX(-50%);
}

.fl-node-617b36d99ca9b .pp-info-banner-content img.img-center-left {
  top: 50%;
  transform: translateY(-50%);
}

.fl-node-617b36d99ca9b .pp-info-banner-content img.img-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.fl-node-617b36d99ca9b .pp-info-banner-content img.img-center-right {
  top: 50%;
  transform: translateY(-50%);
  left: auto;
  right: 0;
}

.fl-node-617b36d99ca9b .pp-info-banner-content img.img-bottom-center,.fl-node-617b36d99ca9b .pp-info-banner-content img.img-bottom-left,.fl-node-617b36d99ca9b .pp-info-banner-content img.img-bottom-right {
  top: auto;
  bottom: 0;
}

.fl-node-617b36d99ca9b .pp-info-banner-content img.img-bottom-center {
  left: 50%;
  transform: translateX(-50%);
}

.fl-node-617b36d99ca9b .pp-info-banner-content img.img-bottom-right {
  right: 0;
  left: auto;
}

.fl-node-617b36d99ca9b .pp-info-banner-content .banner-button {
  background-color: rgba(255,255,255,0);
  color: #ffffff;
  display: inline-block;
  box-shadow: none;
  text-decoration: none;
}

.fl-node-617b36d99ca9b .pp-info-banner-content .banner-link {
  text-decoration: none !important;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.fl-node-617b36d99ca9b .pp-info-banner-content .banner-button:hover {
  background-color: #108413;
  color: #ffffff;
  border-color: #108413;
  text-decoration: none;
}

@media only screen and (max-width: 960px) {
  .fl-node-617b36d99ca9b div.pp-info-banner-content {
      height: 300px;
  }

  .fl-node-617b36d99ca9b div.pp-info-banner-content .banner-title {
      font-size: 24px;
  }

  .fl-node-617b36d99ca9b div.pp-info-banner-content .banner-description {
      font-size: 14px;
  }

  .fl-node-617b36d99ca9b div.pp-info-banner-content .banner-button {
      font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .fl-node-617b36d99ca9b div.pp-info-banner-content {
      height: 300px;
  }

  .fl-node-617b36d99ca9b div.pp-info-banner-content .banner-title {
      font-size: 30px;
  }

  .fl-node-617b36d99ca9b div.pp-info-banner-content .banner-description {
      font-size: 16px;
  }

  .fl-node-617b36d99ca9b div.pp-info-banner-content .banner-button {
      font-size: 16px;
  }
}

@media only screen and (max-width: 480px) {
  .fl-node-617b36d99ca9b div.pp-info-banner-content {
      height: 300px;
  }

  .fl-node-617b36d99ca9b div.pp-info-banner-content .banner-title {
      font-size: 26px;
  }

  .fl-node-617b36d99ca9b div.pp-info-banner-content .banner-description {
      font-size: 14px;
  }

  .fl-node-617b36d99ca9b div.pp-info-banner-content .banner-button {
      font-size: 14px;
  }
}

.fl-node-617b36d99ca9b .pp-info-banner-content {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 300px;
}

.fl-node-617b36d99ca9b .pp-info-banner-content .banner-button {
  border-style: solid;
  border-width: 0;
  background-clip: border-box;
  border-color: #ffffff;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
  padding-top: 12px;
  padding-right: 30px;
  padding-bottom: 12px;
  padding-left: 30px;
}

.fl-node-617b36d99ca9b .pp-info-banner-content .info-banner-wrap {
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}

.fl-node-617b36d99ca9b .pp-info-banner-content .banner-description {
  padding-bottom: 5px;
  text-align: center;
}

.fl-node-617b36d99ca9b .pp-info-banner-content .banner-title {
  font-size: 24px;
  text-align: center;
}

@media ( max-width: 768px ) {
  .fl-node-617b36d99ca9b.fl-module > .fl-module-content {
      margin-bottom:0px;
  }
}

.fl-node-60ac1232a934c .pp-info-banner-content {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #f3f3f3;
}

.fl-node-60ac1232a934c .pp-info-banner-content .pp-info-banner-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  will-change: transform;
}

.fl-node-60ac1232a9346 .pp-info-banner-content .pp-info-banner-bg img, 
.fl-node-60ac1232a934b .pp-info-banner-content .pp-info-banner-bg img,
.fl-node-60ac1232a934d .pp-info-banner-content .pp-info-banner-bg img,
.fl-node-60ac1232a9344 .pp-info-banner-content .pp-info-banner-bg img,
.fl-node-617b36d99ca9b .pp-info-banner-content .pp-info-banner-bg img,
.fl-node-60ac1232a934c .pp-info-banner-content .pp-info-banner-bg img {
  max-width: 550px;
  min-width: 100%;
  min-height: 100%;
  border-radius: 5px;
  object-fit: cover;
}
.fl-node-60ac1232a934c .pp-info-banner-content:hover .pp-info-banner-bg {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand')";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand');
  transform: scale(1.1);
}

.fl-node-60ac1232a934c .pp-info-banner-content .pp-info-banner-bg:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgb(0,0,0);
  opacity: 0.4;
}

.fl-node-60ac1232a934c .pp-info-banner-content .pp-info-banner-inner {
  display: table;
  width: 100%;
  height: 100%;
}

.fl-node-60ac1232a934c .pp-info-banner-content .info-banner-wrap {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 5;
}

.fl-node-60ac1232a934c .pp-info-banner-content .info-banner-wrap.animated {
  -webkit-animation-duration: 1000ms;
  -moz-animation-duration: 1000ms;
  -ms-animation-duration: 1000ms;
  -o-animation-duration: 1000ms;
  animation-duration: 1000ms;
}

.fl-node-60ac1232a934c .pp-info-banner-content .info-banner-wrap.info-right {
  text-align: right;
}

.fl-node-60ac1232a934c .pp-info-banner-content .info-banner-wrap.info-center {
  text-align: center;
}

.fl-node-60ac1232a934c .pp-info-banner-content .banner-title {
  color: #ffffff;
  margin-bottom: 5px;
  border-style: no-border;
  border-color: #f3f3f3;
  border-width: 0;
  border-width: 1px;
}

.fl-node-60ac1232a934c .pp-info-banner-content .banner-description {
  color: #ffffff;
  margin-bottom: 10px;
}

.fl-node-60ac1232a934c .pp-info-banner-content img.pp-info-banner-img {
  position: absolute;
  display: block;
  float: none;
  width: auto;
  margin: 0 auto;
  max-width: none;
  z-index: 1;
  height: 400px;
}

.fl-node-60ac1232a934c .pp-info-banner-content img.pp-info-banner-img {
  opacity: 0;
}

.fl-node-60ac1232a934c .pp-info-banner-content img.pp-info-banner-img[data-animation-class="zoomIn"] {
  opacity: 1;
}

.fl-node-60ac1232a934c .pp-info-banner-content img.animated {
  -webkit-animation-duration: 1000ms;
  -moz-animation-duration: 1000ms;
  -ms-animation-duration: 1000ms;
  -o-animation-duration: 1000ms;
  animation-duration: 1000ms;
}

.fl-node-60ac1232a934c .pp-info-banner-content img.img-top-right {
  left: auto;
  right: 0;
}

.fl-node-60ac1232a934c .pp-info-banner-content img.img-top-center {
  left: 50%;
  transform: translateX(-50%);
}

.fl-node-60ac1232a934c .pp-info-banner-content img.img-center-left {
  top: 50%;
  transform: translateY(-50%);
}

.fl-node-60ac1232a934c .pp-info-banner-content img.img-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.fl-node-60ac1232a934c .pp-info-banner-content img.img-center-right {
  top: 50%;
  transform: translateY(-50%);
  left: auto;
  right: 0;
}

.fl-node-60ac1232a934c .pp-info-banner-content img.img-bottom-center,.fl-node-60ac1232a934c .pp-info-banner-content img.img-bottom-left,.fl-node-60ac1232a934c .pp-info-banner-content img.img-bottom-right {
  top: auto;
  bottom: 0;
}

.fl-node-60ac1232a934c .pp-info-banner-content img.img-bottom-center {
  left: 50%;
  transform: translateX(-50%);
}

.fl-node-60ac1232a934c .pp-info-banner-content img.img-bottom-right {
  right: 0;
  left: auto;
}

.fl-node-60ac1232a934c .pp-info-banner-content .banner-button {
  background-color: rgba(255,255,255,0);
  color: #ffffff;
  display: inline-block;
  box-shadow: none;
  text-decoration: none;
}

.fl-node-60ac1232a934c .pp-info-banner-content .banner-link {
  text-decoration: none !important;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.fl-node-60ac1232a934c .pp-info-banner-content .banner-button:hover {
  background-color: #108413;
  color: #ffffff;
  border-color: #108413;
  text-decoration: none;
}

@media only screen and (max-width: 960px) {
  .fl-node-60ac1232a934c div.pp-info-banner-content {
      height: 300px;
  }

  .fl-node-60ac1232a934c div.pp-info-banner-content .banner-title {
      font-size: 24px;
  }

  .fl-node-60ac1232a934c div.pp-info-banner-content .banner-description {
      font-size: 14px;
  }

  .fl-node-60ac1232a934c div.pp-info-banner-content .banner-button {
      font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .fl-node-60ac1232a934c div.pp-info-banner-content {
      height: 300px;
  }

  .fl-node-60ac1232a934c div.pp-info-banner-content .banner-title {
      font-size: 30px;
  }

  .fl-node-60ac1232a934c div.pp-info-banner-content .banner-description {
      font-size: 16px;
  }

  .fl-node-60ac1232a934c div.pp-info-banner-content .banner-button {
      font-size: 16px;
  }
}

@media only screen and (max-width: 480px) {
  .fl-node-60ac1232a934c div.pp-info-banner-content {
      height: 300px;
  }

  .fl-node-60ac1232a934c div.pp-info-banner-content .banner-title {
      font-size: 26px;
  }

  .fl-node-60ac1232a934c div.pp-info-banner-content .banner-description {
      font-size: 14px;
  }

  .fl-node-60ac1232a934c div.pp-info-banner-content .banner-button {
      font-size: 14px;
  }
}

.fl-node-60ac1232a934c .pp-info-banner-content {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 300px;
}

.fl-node-60ac1232a934c .pp-info-banner-content .banner-button {
  border-style: solid;
  border-width: 0;
  background-clip: border-box;
  border-color: #ffffff;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
  padding-top: 12px;
  padding-right: 30px;
  padding-bottom: 12px;
  padding-left: 30px;
}

.fl-node-60ac1232a934c .pp-info-banner-content .info-banner-wrap {
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}

.fl-node-60ac1232a934c .pp-info-banner-content .banner-description {
  padding-bottom: 5px;
  text-align: center;
}

.fl-node-60ac1232a934c .pp-info-banner-content .banner-title {
  font-size: 24px;
  text-align: center;
}

@media ( max-width: 768px ) {
  .fl-node-60ac1232a934c.fl-module > .fl-module-content {
      margin-bottom:0px;
  }
}


.fl-node-617ab91f231d2 .fl-button-wrap {
  text-align: center;
}


@media ( max-width: 768px ) {
  .fl-node-617ab91f231d2.fl-module > .fl-module-content {
      margin-top:40px;
  }
}
.fl-animated.fl-fade-right {
  animation: fl-fade-right 1s ease;
  -webkit-animation: fl-fade-right 1s ease;
}

@-webkit-keyframes fl-fade-right {
  from {
      opacity: 0;
      -webkit-transform: translate3d(50%, 0, 0);
      transform: translate3d(50%, 0, 0);
  }

  to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
  }
}

@keyframes fl-fade-right {
  from {
      opacity: 0;
      -webkit-transform: translate3d(50%, 0, 0);
      transform: translate3d(50%, 0, 0);
  }

  to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
  }
}

img.mfp-img {
  padding-bottom: 40px !important;
}

.pp-list-item > .pp-more-link {
  display: table;
  margin-top: 0;
}

.pp-more-link {
  color: #000;
}

.pp-more-link:hover {
  text-decoration: none;
}

.pp-more-link {
  color: inherit;
  display: block;
  text-decoration: none;
  box-shadow: none;
}

.fl-node-2bu4iamygwn8 .fl-row-content {
  min-width: 0px;
}

.fl-node-60ac11e44b84a .fl-row-content {
  min-width: 0px;
}

.fl-node-60ac1232c672d .fl-row-content {
  min-width: 0px;
}
.fl-node-606e3ffc0426b.fl-module-heading .fl-heading {
  text-align: center;
}
h2.fl-heading {
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: 0px;
}
.fl-node-60ac11e46d5b4 .fl-node-60ac11e46d735 .fl-module-content {
  margin-top: 0px;
}
.fl-node-617ab91f231d2 a.fl-button, .fl-node-617ab91f231d2 a.fl-button:visited {
  border: 2px solid #108413;
  background-clip: border-box;
  color: #108413;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.4;
  text-transform: none;
  border-radius: 50px;
  display: inline-block;
  font-weight: normal;
  line-height: 18px;
  padding: 12px 24px;
  text-decoration: none;
  text-shadow: none;
}
.fl-node-617ab91f231d2 .fl-node-content a.fl-button:hover {
  background-color: #108413;
  color: #fff;
}
 .fl-node-617ab91f231d2 a.fl-button, .fl-node-617ab91f231d2 a.fl-button:hover, .fl-node-617ab91f231d2 a.fl-button:visited {
  background: rgba(255,0,0,0);
}


/* 介绍视频 */
.introduce-video {
  width: 100%;
  min-width: 1200px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  margin: 80px 0px;
}
.introduce-container {
  width: 1200px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
.introduce-container .introduce-left {
  width: 60%;
  margin-right: 80px;
  max-width: 640px;
  min-width: 200px;
}
.introduce-container .video .cover{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  border-radius: 20px;
  overflow: hidden;
  width: inherit;
  height: inherit;
}
.introduce-container .video-button {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(0,0,0,.45);
  transition: all .3s ease;
}
.introduce-container .video-button:hover {
  background-color: rgba(0,0,0,0);
}
.introduce-container .video-button .video-play-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #108413;
  z-index: 10;
  transition: all .3s ease;
  border: none;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.introduce-container .video-button .video-play-icon::before {
  display: inline-block;
  border-style: solid;
  height: 0;
  width: 0;
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #FFF;
  border-width: 12px 20px 12px;
  content: '';
  position: relative;
  left: 12px;
}
.introduce-container .video-button .play-text {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #FFF;
  margin-top: 5px;
}
.introduce-container .video img {
  width: 100%;
  border: 0 none;
}
.introduce-right {
  flex: 1;
}
.introduce-right h2 {
  font-weight: bold;
  color: #333;
  font-size: 46px;
  line-height: 1;
  margin-bottom: 20px;
}
.introduce-right p {
  font-size: 18px;
  margin-bottom: 10px;
}


/* 悬浮视频 */
.m-buildbgc-video {
  background-color: #000;
  text-align: center;
  width: 300px;
  position: fixed;
  right: 0;
  bottom: 270px;
  z-index: 999;
  padding: 25px 0 0px;
}
.column-group__ct-inner {
  cursor: pointer;
}
.column-group__sub-headline {
  color: #FFF;
  font-weight: 400;
  margin-bottom: 10px;
}
.column-group__btn-play {
  border: 0 none;
  cursor: pointer;
  border-radius: 2px;
  color: #fff;
  width: 260px;
  font-weight: bold;
  text-align: center;
  background: transparent;
  margin-top: 5px;
}

/* 轮播图 */
.swiper-title {
  width: 1200px;
  margin: 0 auto;
  font-size: 30px;
  font-weight: 700;
  margin-top: 60px;
  color: #108413;
}
.product-swiper {
  width: 100%;
  height: 450px;
  margin: 35px 0px 100px;
  padding-top: 25px;
  min-width: 1200px;
}

.product-swiper .swiper-wrapper {
  height: calc(100% - 70px);
}
.product-swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  background: #EFEFEF;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  box-shadow: 0 1px 25px 0 rgba(0,0,0,.36);
}
.product-swiper .product-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-swiper .swiper-operation {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 50px;
  margin-top: 20px;
}
.product-swiper .swiper-pagination {
  position: static;
  width: 100px;
  font-size: 14px;
}
.product-swiper .swiper-operation .swiper-next,
.product-swiper .swiper-operation .swiper-prev {
  border: 2px solid #000;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background:#FFF;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.product-swiper .swiper-operation .swiper-next::after,
.product-swiper .swiper-operation .swiper-prev::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  transform: rotate(45deg);
  display: block;
  position: relative;
}
.product-swiper .swiper-operation .swiper-prev::after {
  border-right: 0px;
  border-top: 0px;
  left: 2px;
}
.product-swiper .swiper-operation .swiper-next::after {
  border-left: 0px;
  border-bottom: 0px;
  right: 2px;
}

.product-swiper .swiper-slide {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  padding: 20px;
  box-sizing: border-box;
  transition: all 0.2s ease-in;
}
.product-swiper .swiper-slide:hover {
  box-shadow: 0 5px 25px 0 rgba(0,0,0,.36);
}
.product-swiper .swiper-slide .bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: calc(100%-30px);
  height: 100%;
}
.product-swiper .swiper-slide .bg img {
  height: 100%;
  transition: all 0.5s ease-in-out;
}
.product-swiper .swiper-slide:hover .bg img {
  transform: scale(1.1);
}
.product-swiper .swiper-slide .discover {
  height: 47px;
  transform: translateZ(50px);
  border: 2px solid #fff;
  font-size: 14px;
  color: #fff;
  background-color: transparent;
  min-width: 180px;
  display: inline-block;
  min-height: 47px;
  text-decoration: none;
  border-radius: 50px;
  text-align: center;
  transition: all .3s ease;
  position: relative;
  outline: none;
  line-height: 47px;
}
.product-swiper .swiper-slide .discover:hover {
  background: #108413;
  color:#FFF;
  border: 2px solid #108413;
}

.product-swiper .swiper-slide h2 {
  flex: 1;
  width: 100%;
  font-size: 32px;
  font-style: bold;
  font-weight: bolder;
  line-height: 35px;
  margin-bottom: 5px;
  transform: translateZ(50px);
  text-align: left;
  color: #FFF;
  font-family: Gilroy-Bold, 'Malgun Gothic';
}
.animation-item {
  min-width: 1200px;
}