﻿
.wp-block-audio figcaption {
  margin-top: .5em;
  margin-bottom: 1em
}
.wp-block-audio audio {
  width: 100%;
  min-width: 300px
}
.wp-block-button {
  color: #fff
}
.wp-block-button.aligncenter {
  text-align: center
}
.wp-block-button.alignright {
  text-align: right
}
.wp-block-button__link {
  background-color: #32373c;
  border: none;
  border-radius: 28px;
  box-shadow: none;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  margin: 0;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word
}
.wp-block-button__link:active, .wp-block-button__link:focus, .wp-block-button__link:hover, .wp-block-button__link:visited {
  color: inherit
}
.wp-gs .wp-block-button__link:not(.has-background) {
  background-color: var(--wp-block-core-button--color--background, var(--wp-color--primary, #32373c))
}
.is-style-squared .wp-block-button__link {
  border-radius: 0
}
.no-border-radius.wp-block-button__link {
  border-radius: 0 !important
}
.is-style-outline {
  color: #32373c
}
.is-style-outline .wp-block-button__link {
  background-color: transparent;
  border: 2px solid
}
.wp-block-buttons .wp-block-button {
  display: inline-block;
  margin: 4px
}
.wp-block-buttons.aligncenter, .wp-block-calendar {
  text-align: center
}
.wp-block-calendar tbody td, .wp-block-calendar th {
  padding: 4px;
  border: 1px solid #e2e4e7
}
.wp-block-calendar tfoot td {
  border: none
}
.wp-block-calendar table {
  width: 100%;
  border-collapse: collapse;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif
}
.wp-block-calendar table th {
  font-weight: 400;
  background: #edeff0
}
.wp-block-calendar a {
  text-decoration: underline
}
.wp-block-calendar tfoot a {
  color: #00739c
}
.wp-block-calendar table caption, .wp-block-calendar table tbody {
  color: #40464d
}
.wp-block-categories.alignleft {
  margin-right: 2em
}
.wp-block-categories.alignright {
  margin-left: 2em
}
.wp-block-columns {
  display: flex;
  margin-bottom: 28px;
  flex-wrap: wrap
}
@media (min-width:782px) {
  .wp-block-columns {
    flex-wrap: nowrap
  }
}
.wp-block-columns.has-background {
  padding: 20px 30px
}
.wp-block-column {
  flex-grow: 1;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word
}
@media (max-width:599px) {
  .wp-block-column {
    flex-basis: 100% !important
  }
}
@media (min-width:600px) and (max-width:781px) {
  .wp-block-column {
    flex-basis: calc(50% - 16px) !important;
    flex-grow: 0
  }
  .wp-block-column:nth-child(2n) {
    margin-left: 32px
  }
}
@media (min-width:782px) {
  .wp-block-column {
    flex-basis: 0%;
    flex-grow: 1
  }
  .wp-block-column[style] {
    flex-grow: 0
  }
  .wp-block-column:not(:first-child) {
    margin-left: 32px
  }
}
.wp-block-columns.are-vertically-aligned-top {
  align-items: flex-start
}
.wp-block-columns.are-vertically-aligned-center {
  align-items: center
}
.wp-block-columns.are-vertically-aligned-bottom {
  align-items: flex-end
}
.wp-block-column.is-vertically-aligned-top {
  align-self: flex-start
}
.wp-block-column.is-vertically-aligned-center {
  -ms-grid-row-align: center;
  align-self: center
}
.wp-block-column.is-vertically-aligned-bottom {
  align-self: flex-end
}
.wp-block-column.is-vertically-aligned-bottom, .wp-block-column.is-vertically-aligned-center, .wp-block-column.is-vertically-aligned-top {
  width: 100%
}
.wp-block-cover, .wp-block-cover-image {
  position: relative;
  background-color: #000;
  background-size: cover;
  background-position: 50%;
  min-height: 430px;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden
}
.wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
  background-attachment: fixed
}
@supports (-webkit-overflow-scrolling:touch) {
  .wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
    background-attachment: scroll
  }
}
@media (prefers-reduced-motion:reduce) {
  .wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
    background-attachment: scroll
  }
}
.wp-block-cover-image.has-background-dim:before, .wp-block-cover.has-background-dim:before {
  content: "";
  background-color: inherit
}
.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before, .wp-block-cover-image .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim:not(.has-background-gradient):before, .wp-block-cover .wp-block-cover__gradient-background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1
}
.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before, .wp-block-cover-image .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim:not(.has-background-gradient):before, .wp-block-cover .wp-block-cover__gradient-background {
  opacity: .5
}
.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
  opacity: .1
}
.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background {
  opacity: .1
}
.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
  opacity: .2
}
.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background {
  opacity: .2
}
.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
  opacity: .3
}
.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background {
  opacity: .3
}
.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
  opacity: .4
}
.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background {
  opacity: .4
}
.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
  opacity: .5
}
.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background {
  opacity: .5
}
.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
  opacity: .6
}
.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background {
  opacity: .6
}
.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
  opacity: .7
}
.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background {
  opacity: .7
}
.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
  opacity: .8
}
.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background {
  opacity: .8
}
.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
  opacity: .9
}
.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background {
  opacity: .9
}
.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
  opacity: 1
}
.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background {
  opacity: 1
}
.wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.alignleft, .wp-block-cover.alignright {
  max-width: 290px;
  width: 100%
}
.wp-block-cover-image:after, .wp-block-cover:after {
  display: block;
  content: "";
  font-size: 0;
  min-height: inherit
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
  .wp-block-cover-image:after, .wp-block-cover:after {
    content: none
  }
}
.wp-block-cover-image.aligncenter, .wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.aligncenter, .wp-block-cover.alignleft, .wp-block-cover.alignright {
  display: flex
}
.wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container {
  width: calc(100% - 70px);
  z-index: 1;
  color: #f8f9f9
}
.wp-block-cover-image .wp-block-subhead:not(.has-text-color), .wp-block-cover-image h1:not(.has-text-color), .wp-block-cover-image h2:not(.has-text-color), .wp-block-cover-image h3:not(.has-text-color), .wp-block-cover-image h4:not(.has-text-color), .wp-block-cover-image h5:not(.has-text-color), .wp-block-cover-image h6:not(.has-text-color), .wp-block-cover-image p:not(.has-text-color), .wp-block-cover .wp-block-subhead:not(.has-text-color), .wp-block-cover h1:not(.has-text-color), .wp-block-cover h2:not(.has-text-color), .wp-block-cover h3:not(.has-text-color), .wp-block-cover h4:not(.has-text-color), .wp-block-cover h5:not(.has-text-color), .wp-block-cover h6:not(.has-text-color), .wp-block-cover p:not(.has-text-color) {
  color: inherit
}
.wp-block-cover__video-background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover
}
.wp-block-cover-image-text, .wp-block-cover-text, section.wp-block-cover-image h2 {
  color: #fff
}
.wp-block-cover-image-text a, .wp-block-cover-image-text a:active, .wp-block-cover-image-text a:focus, .wp-block-cover-image-text a:hover, .wp-block-cover-text a, .wp-block-cover-text a:active, .wp-block-cover-text a:focus, .wp-block-cover-text a:hover, section.wp-block-cover-image h2 a, section.wp-block-cover-image h2 a:active, section.wp-block-cover-image h2 a:focus, section.wp-block-cover-image h2 a:hover {
  color: #fff
}
.wp-block-cover-image .wp-block-cover.has-left-content {
  justify-content: flex-start
}
.wp-block-cover-image .wp-block-cover.has-right-content {
  justify-content: flex-end
}
.wp-block-cover-image.has-left-content .wp-block-cover-image-text, .wp-block-cover.has-left-content .wp-block-cover-text, section.wp-block-cover-image.has-left-content > h2 {
  margin-left: 0;
  text-align: left
}
.wp-block-cover-image.has-right-content .wp-block-cover-image-text, .wp-block-cover.has-right-content .wp-block-cover-text, section.wp-block-cover-image.has-right-content > h2 {
  margin-right: 0;
  text-align: right
}
.wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, section.wp-block-cover-image > h2 {
  font-size: 2em;
  line-height: 1.25;
  z-index: 1;
  margin-bottom: 0;
  max-width: 580px;
  padding: 14px;
  text-align: center
}
.block-editor-block-list__block[data-type="core/embed"][data-align=left], .block-editor-block-list__block[data-type="core/embed"][data-align=right], .wp-block-embed.alignleft, .wp-block-embed.alignright {
  max-width: 360px;
  width: 100%
}
.wp-block-embed {
  margin-bottom: 1em
}
.wp-block-embed figcaption {
  margin-top: .5em;
  margin-bottom: 1em
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper {
  position: relative
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 50%
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
  padding-top: 42.85%
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
  padding-top: 50%
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  padding-top: 56.25%
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
  padding-top: 75%
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
  padding-top: 100%
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
  padding-top: 177.78%
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
  padding-top: 200%
}
.wp-block-file {
  margin-bottom: 1.5em
}
.wp-block-file.aligncenter {
  text-align: center
}
.wp-block-file.alignright {
  text-align: right
}
.wp-block-file .wp-block-file__button {
  background: #32373c;
  border-radius: 2em;
  color: #fff;
  font-size: 13px;
  padding: .5em 1em
}
.wp-block-file a.wp-block-file__button {
  text-decoration: none
}
.wp-block-file a.wp-block-file__button:active, .wp-block-file a.wp-block-file__button:focus, .wp-block-file a.wp-block-file__button:hover, .wp-block-file a.wp-block-file__button:visited {
  box-shadow: none;
  color: #fff;
  opacity: .85;
  text-decoration: none
}
.wp-block-file * + .wp-block-file__button {
  margin-left: .75em
}
.blocks-gallery-grid, .wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0
}
.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
  margin: 0 16px 16px 0;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  position: relative
}
.blocks-gallery-grid .blocks-gallery-image figure, .blocks-gallery-grid .blocks-gallery-item figure, .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
  margin: 0;
  height: 100%
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
  .blocks-gallery-grid .blocks-gallery-image figure, .blocks-gallery-grid .blocks-gallery-item figure, .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start
  }
}
.blocks-gallery-grid .blocks-gallery-image img, .blocks-gallery-grid .blocks-gallery-item img, .wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
  .blocks-gallery-grid .blocks-gallery-image img, .blocks-gallery-grid .blocks-gallery-item img, .wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img {
    width: auto
  }
}
.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 40px 10px 9px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent)
}
.blocks-gallery-grid .blocks-gallery-image figcaption img, .blocks-gallery-grid .blocks-gallery-item figcaption img, .wp-block-gallery .blocks-gallery-image figcaption img, .wp-block-gallery .blocks-gallery-item figcaption img {
  display: inline
}
.blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img, .blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img, .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
  width: 100%
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
  .blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img, .blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img, .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
    height: 100%;
    flex: 1;
    object-fit: cover
  }
}
.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
  width: calc((100% - 16px)/2)
}
.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
  margin-right: 0
}
.blocks-gallery-grid.columns-1 .blocks-gallery-image, .blocks-gallery-grid.columns-1 .blocks-gallery-item, .wp-block-gallery.columns-1 .blocks-gallery-image, .wp-block-gallery.columns-1 .blocks-gallery-item {
  width: 100%;
  margin-right: 0
}
@media (min-width:600px) {
  .blocks-gallery-grid.columns-3 .blocks-gallery-image, .blocks-gallery-grid.columns-3 .blocks-gallery-item, .wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item {
    width: calc((100% - 32px)/3);
    margin-right: 16px
  }
  @supports (-ms-ime-align:auto) {
    .blocks-gallery-grid.columns-3 .blocks-gallery-image, .blocks-gallery-grid.columns-3 .blocks-gallery-item, .wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item {
      width: calc((100% - 32px)/3 - 1px)
    }
  }
  .blocks-gallery-grid.columns-4 .blocks-gallery-image, .blocks-gallery-grid.columns-4 .blocks-gallery-item, .wp-block-gallery.columns-4 .blocks-gallery-image, .wp-block-gallery.columns-4 .blocks-gallery-item {
    width: calc((100% - 48px)/4);
    margin-right: 16px
  }
  @supports (-ms-ime-align:auto) {
    .blocks-gallery-grid.columns-4 .blocks-gallery-image, .blocks-gallery-grid.columns-4 .blocks-gallery-item, .wp-block-gallery.columns-4 .blocks-gallery-image, .wp-block-gallery.columns-4 .blocks-gallery-item {
      width: calc((100% - 48px)/4 - 1px)
    }
  }
  .blocks-gallery-grid.columns-5 .blocks-gallery-image, .blocks-gallery-grid.columns-5 .blocks-gallery-item, .wp-block-gallery.columns-5 .blocks-gallery-image, .wp-block-gallery.columns-5 .blocks-gallery-item {
    width: calc((100% - 64px)/5);
    margin-right: 16px
  }
  @supports (-ms-ime-align:auto) {
    .blocks-gallery-grid.columns-5 .blocks-gallery-image, .blocks-gallery-grid.columns-5 .blocks-gallery-item, .wp-block-gallery.columns-5 .blocks-gallery-image, .wp-block-gallery.columns-5 .blocks-gallery-item {
      width: calc((100% - 64px)/5 - 1px)
    }
  }
  .blocks-gallery-grid.columns-6 .blocks-gallery-image, .blocks-gallery-grid.columns-6 .blocks-gallery-item, .wp-block-gallery.columns-6 .blocks-gallery-image, .wp-block-gallery.columns-6 .blocks-gallery-item {
    width: calc((100% - 80px)/6);
    margin-right: 16px
  }
  @supports (-ms-ime-align:auto) {
    .blocks-gallery-grid.columns-6 .blocks-gallery-image, .blocks-gallery-grid.columns-6 .blocks-gallery-item, .wp-block-gallery.columns-6 .blocks-gallery-image, .wp-block-gallery.columns-6 .blocks-gallery-item {
      width: calc((100% - 80px)/6 - 1px)
    }
  }
  .blocks-gallery-grid.columns-7 .blocks-gallery-image, .blocks-gallery-grid.columns-7 .blocks-gallery-item, .wp-block-gallery.columns-7 .blocks-gallery-image, .wp-block-gallery.columns-7 .blocks-gallery-item {
    width: calc((100% - 96px)/7);
    margin-right: 16px
  }
  @supports (-ms-ime-align:auto) {
    .blocks-gallery-grid.columns-7 .blocks-gallery-image, .blocks-gallery-grid.columns-7 .blocks-gallery-item, .wp-block-gallery.columns-7 .blocks-gallery-image, .wp-block-gallery.columns-7 .blocks-gallery-item {
      width: calc((100% - 96px)/7 - 1px)
    }
  }
  .blocks-gallery-grid.columns-8 .blocks-gallery-image, .blocks-gallery-grid.columns-8 .blocks-gallery-item, .wp-block-gallery.columns-8 .blocks-gallery-image, .wp-block-gallery.columns-8 .blocks-gallery-item {
    width: calc((100% - 112px)/8);
    margin-right: 16px
  }
  @supports (-ms-ime-align:auto) {
    .blocks-gallery-grid.columns-8 .blocks-gallery-image, .blocks-gallery-grid.columns-8 .blocks-gallery-item, .wp-block-gallery.columns-8 .blocks-gallery-image, .wp-block-gallery.columns-8 .blocks-gallery-item {
      width: calc((100% - 112px)/8 - 1px)
    }
  }
  .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n), .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n), .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n), .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) {
    margin-right: 0
  }
  .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0
  }
  .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n), .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n), .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n), .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
    margin-right: 0
  }
  .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n), .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n), .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n), .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n) {
    margin-right: 0
  }
  .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n), .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n), .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n), .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n) {
    margin-right: 0
  }
  .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n), .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n), .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n), .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n) {
    margin-right: 0
  }
  .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n), .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n), .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n), .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n) {
    margin-right: 0
  }
  .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n), .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n), .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n), .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0
  }
}
.blocks-gallery-grid .blocks-gallery-image:last-child, .blocks-gallery-grid .blocks-gallery-item:last-child, .wp-block-gallery .blocks-gallery-image:last-child, .wp-block-gallery .blocks-gallery-item:last-child {
  margin-right: 0
}
.blocks-gallery-grid.alignleft, .blocks-gallery-grid.alignright, .wp-block-gallery.alignleft, .wp-block-gallery.alignright {
  max-width: 290px;
  width: 100%
}
.blocks-gallery-grid.aligncenter .blocks-gallery-item figure, .wp-block-gallery.aligncenter .blocks-gallery-item figure {
  justify-content: center
}
.wp-block-image {
  margin-bottom: 1em
}
.wp-block-image img {
  max-width: 100%
}
.wp-block-image.aligncenter {
  text-align: center
}
.wp-block-image.alignfull img, .wp-block-image.alignwide img {
  width: 100%
}
.wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright, .wp-block-image.is-resized {
  display: table;
  margin-left: 0;
  margin-right: 0
}
.wp-block-image .aligncenter > figcaption, .wp-block-image .alignleft > figcaption, .wp-block-image .alignright > figcaption, .wp-block-image.is-resized > figcaption {
  display: table-caption;
  caption-side: bottom
}
.wp-block-image .alignleft {
  float: left;
  margin-right: 1em
}
.wp-block-image .alignright {
  float: right;
  margin-left: 1em
}
.wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto
}
.wp-block-image figcaption {
  margin-top: .5em;
  margin-bottom: 1em
}
.is-style-circle-mask img, .is-style-rounded img {
  border-radius: 9999px
}
@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
  .is-style-circle-mask img {
    -webkit-mask-image: url('data:images/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    mask-image: url('data:images/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    mask-mode: alpha;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    border-radius: 0
  }
}
.wp-block-latest-comments__comment {
  font-size: 15px;
  line-height: 1.1;
  list-style: none;
  margin-bottom: 1em
}
.has-avatars .wp-block-latest-comments__comment {
  min-height: 36px;
  list-style: none
}
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt, .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  margin-left: 52px
}
.has-dates .wp-block-latest-comments__comment, .has-excerpts .wp-block-latest-comments__comment {
  line-height: 1.5
}
.wp-block-latest-comments__comment-excerpt p {
  font-size: 14px;
  line-height: 1.8;
  margin: 5px 0 20px
}
.wp-block-latest-comments__comment-date {
  color: #8f98a1;
  display: block;
  font-size: 12px
}
.wp-block-latest-comments .avatar, .wp-block-latest-comments__comment-avatar {
  border-radius: 24px;
  display: block;
  float: left;
  height: 40px;
  margin-right: 12px;
  width: 40px
}
.wp-block-latest-posts.alignleft {
  margin-right: 2em
}
.wp-block-latest-posts.alignright {
  margin-left: 2em
}
.wp-block-latest-posts.wp-block-latest-posts__list {
  list-style: none
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
  clear: both
}
.wp-block-latest-posts.is-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0
}
.wp-block-latest-posts.is-grid li {
  margin: 0 16px 16px 0;
  width: 100%
}
@media (min-width:600px) {
  .wp-block-latest-posts.columns-2 li {
    width: calc(50% - 16px)
  }
  .wp-block-latest-posts.columns-3 li {
    width: calc(33.33333% - 16px)
  }
  .wp-block-latest-posts.columns-4 li {
    width: calc(25% - 16px)
  }
  .wp-block-latest-posts.columns-5 li {
    width: calc(20% - 16px)
  }
  .wp-block-latest-posts.columns-6 li {
    width: calc(16.66667% - 16px)
  }
}
.wp-block-latest-posts__post-date {
  display: block;
  color: #6c7781;
  font-size: 13px
}
.wp-block-latest-posts__post-excerpt {
  margin-top: 8px;
  margin-bottom: 16px
}
.wp-block-latest-posts__featured-image img {
  height: auto;
  width: auto
}
.wp-block-latest-posts__featured-image.alignleft {
  margin-right: 1em
}
.wp-block-latest-posts__featured-image.alignright {
  margin-left: 1em
}
.wp-block-latest-posts__featured-image.aligncenter {
  margin-bottom: 1em;
  text-align: center
}
.wp-block-media-text { /*!rtl:begin:ignore*/ direction: ltr; /*!rtl:end:ignore*/ display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 1fr;
  grid-template-columns: 50% 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto
}
.wp-block-media-text.has-media-on-the-right {
  -ms-grid-columns: 1fr 50%;
  grid-template-columns: 1fr 50%
}
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
  -ms-grid-row-align: start;
  align-self: start
}
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media, .wp-block-media-text .wp-block-media-text__content, .wp-block-media-text .wp-block-media-text__media {
  -ms-grid-row-align: center;
  align-self: center
}
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
  -ms-grid-row-align: end;
  align-self: end
}
.wp-block-media-text .wp-block-media-text__media { /*!rtl:begin:ignore*/ -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1; /*!rtl:end:ignore*/ margin: 0
}
.wp-block-media-text .wp-block-media-text__content {
  direction: ltr; /*!rtl:begin:ignore*/ -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1; /*!rtl:end:ignore*/ padding: 0 8%;
  word-break: break-word
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media { /*!rtl:begin:ignore*/ -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1 /*!rtl:end:ignore*/
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content { /*!rtl:begin:ignore*/ -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1 /*!rtl:end:ignore*/
}
.wp-block-media-text > figure > img, .wp-block-media-text > figure > video {
  max-width: unset;
  width: 100%;
  vertical-align: middle
}
.wp-block-media-text.is-image-fill figure.wp-block-media-text__media {
  height: 100%;
  min-height: 250px;
  background-size: cover
}
.wp-block-media-text.is-image-fill figure.wp-block-media-text__media > img {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}
@media (max-width:600px) {
  .wp-block-media-text.is-stacked-on-mobile {
    -ms-grid-columns: 100% !important;
    grid-template-columns: 100% !important
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1
  }
  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media, .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2
  }
  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1
  }
}
.wp-block-navigation > ul {
  display: block;
  list-style: none;
  margin: 0;
  padding-left: 0
}
@media (min-width:600px) {
  .wp-block-navigation > ul {
    display: flex;
    flex-wrap: wrap
  }
}
.wp-block-navigation > ul ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-left: 0
}
.wp-block-navigation > ul ul li {
  margin: 0
}
.wp-block-navigation > ul li {
  z-index: 1
}
.wp-block-navigation > ul li:focus-within, .wp-block-navigation > ul li:hover {
  cursor: pointer;
  z-index: 99999
}
.wp-block-navigation > ul li:focus-within > ul, .wp-block-navigation > ul li:hover > ul, .wp-block-navigation > ul li ul:focus, .wp-block-navigation > ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column
}
.wp-block-navigation > ul > li ul {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 200px;
  max-width: 200px;
  opacity: 0;
  transition: opacity .1s linear;
  visibility: hidden
}
.wp-block-navigation, .wp-block-navigation .block-editor-block-list__layout {
  display: flex;
  flex-wrap: wrap
}
.wp-block-navigation .block-editor-block-list__layout .block-editor-block-list__layout {
  width: 200px
}
.wp-block-navigation .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {
  margin: 0;
  width: auto
}
.wp-block-navigation, .wp-block-navigation > .wp-block-navigation__container {
  align-items: center;
  width: 100%
}
.wp-block-navigation > .wp-block-navigation-link, .wp-block-navigation > .wp-block-navigation__container > .wp-block-navigation-link {
  display: flex;
  margin-top: 0;
  margin-bottom: 0
}
.wp-block-navigation .wp-block-navigation-link {
  position: relative;
  margin: 0;
  min-height: 56px;
  display: flex;
  line-height: 1.4
}
.wp-block-navigation .wp-block-navigation-link .wp-block, .wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link {
  min-height: auto;
  padding: 0
}
.wp-block-navigation .wp-block-navigation-link .wp-block .wp-block-navigation-link {
  margin: 0
}
.wp-block-navigation .wp-block-navigation-link > .block-editor-inner-blocks {
  display: none
}
.wp-block-navigation .wp-block-navigation-link.has-child > .wp-block-navigation__container, .wp-block-navigation .wp-block-navigation-link.is-editing.has-child > .block-editor-inner-blocks {
  display: flex;
  border: 1px solid rgba(0, 0, 0, .15);
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0
}
.wp-block-navigation .wp-block-navigation-link.has-child > .wp-block-navigation__container .block-editor-inner-blocks, .wp-block-navigation .wp-block-navigation-link.has-child > .wp-block-navigation__container .wp-block-navigation__container, .wp-block-navigation .wp-block-navigation-link.is-editing.has-child > .block-editor-inner-blocks .block-editor-inner-blocks, .wp-block-navigation .wp-block-navigation-link.is-editing.has-child > .block-editor-inner-blocks .wp-block-navigation__container {
  left: 100%;
  top: -1px
}
.wp-block-navigation .wp-block-navigation-link .block-editor-inner-blocks, .wp-block-navigation .wp-block-navigation-link .wp-block-navigation__container {
  background-color: inherit;
  color: inherit
}
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__content {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 6px 16px
}
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link:first-child:not(:only-child) .wp-block-navigation-link__content {
  padding-top: 8px
}
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link:last-child .wp-block-navigation-link__content {
  padding-bottom: 8px
}
.wp-block-navigation .wp-block-navigation-link.has-child .wp-block-navigation-link__content {
  min-width: 100%;
  padding-right: 32px;
  position: relative
}
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__submenu-icon {
  position: absolute;
  right: 16px
}
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__submenu-icon svg {
  fill: currentColor
}
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link svg {
  transform: rotate(0)
}
.wp-block-navigation .wp-block-navigation-link.has-text-color .wp-block-navigation-link__content {
  color: inherit
}
.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-text-color) > .block-editor-inner-blocks, .wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-text-color) > .wp-block-navigation__container, .wp-block-navigation .wp-block-navigation-link:not(.has-text-color) > .block-editor-inner-blocks, .wp-block-navigation .wp-block-navigation-link:not(.has-text-color) > .wp-block-navigation__container {
  color: #111
}
.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-background) > .block-editor-inner-blocks, .wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-background) > .wp-block-navigation__container, .wp-block-navigation .wp-block-navigation-link:not(.has-background) > .block-editor-inner-blocks, .wp-block-navigation .wp-block-navigation-link:not(.has-background) > .wp-block-navigation__container {
  background-color: #fff
}
.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-text-color) > .block-editor-inner-blocks, .wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-text-color) > .wp-block-navigation__container {
  color: #fff
}
.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-background) > .block-editor-inner-blocks, .wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-background) > .wp-block-navigation__container {
  background-color: #333
}
.wp-block-navigation .wp-block-navigation-link.has-child > .wp-block-navigation__container {
  display: flex;
  flex-direction: column;
  padding: 0
}
.wp-block-navigation > ul > li > a {
  display: flex;
  align-items: center
}
.wp-block-navigation > ul > li:first-of-type > a {
  padding-left: 0
}
.wp-block-navigation > ul > li:last-of-type > a {
  padding-right: 0
}
.wp-block-navigation.items-justified-left > ul {
  justify-content: flex-start
}
.wp-block-navigation.items-justified-center > ul {
  justify-content: center
}
.wp-block-navigation.items-justified-right > ul {
  justify-content: flex-end
}
.is-small-text {
  font-size: 14px
}
.is-regular-text {
  font-size: 16px
}
.is-large-text {
  font-size: 36px
}
.is-larger-text {
  font-size: 48px
}
.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 8.4em;
  line-height: .68;
  font-weight: 100;
  margin: .05em .1em 0 0;
  text-transform: uppercase;
  font-style: normal
}
p.has-background {
  padding: 20px 30px
}
p.has-text-color a {
  color: inherit
}
.wp-block-pullquote {
  padding: 3em 0;
  margin-left: 0;
  margin-right: 0;
  text-align: center
}
.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
  max-width: 290px
}
.wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p {
  font-size: 20px
}
.wp-block-pullquote p {
  font-size: 28px;
  line-height: 1.6
}
.wp-block-pullquote cite, .wp-block-pullquote footer {
  position: relative
}
.wp-block-pullquote .has-text-color a {
  color: inherit
}
.wp-block-pullquote:not(.is-style-solid-color) {
  background: none
}
.wp-block-pullquote.is-style-solid-color {
  border: none
}
.wp-block-pullquote.is-style-solid-color blockquote {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  max-width: 60%
}
.wp-block-pullquote.is-style-solid-color blockquote p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px
}
.wp-block-pullquote.is-style-solid-color blockquote cite {
  text-transform: none;
  font-style: normal
}
.wp-block-pullquote cite {
  color: inherit
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large {
  margin: 0 0 16px;
  padding: 0 1em
}
.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
  font-size: 24px;
  font-style: italic;
  line-height: 1.6
}
.wp-block-quote.is-large cite, .wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite, .wp-block-quote.is-style-large footer {
  font-size: 18px;
  text-align: right
}
.wp-block-rss.alignleft {
  margin-right: 2em
}
.wp-block-rss.alignright {
  margin-left: 2em
}
.wp-block-rss.is-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none
}
.wp-block-rss.is-grid li {
  margin: 0 16px 16px 0;
  width: 100%
}
@media (min-width:600px) {
  .wp-block-rss.columns-2 li {
    width: calc(50% - 16px)
  }
  .wp-block-rss.columns-3 li {
    width: calc(33.33333% - 16px)
  }
  .wp-block-rss.columns-4 li {
    width: calc(25% - 16px)
  }
  .wp-block-rss.columns-5 li {
    width: calc(20% - 16px)
  }
  .wp-block-rss.columns-6 li {
    width: calc(16.66667% - 16px)
  }
}
.wp-block-rss__item-author, .wp-block-rss__item-publish-date {
  display: block;
  color: #6c7781;
  font-size: 13px
}
.wp-block-search {
  display: flex;
  flex-wrap: wrap
}
.wp-block-search .wp-block-search__label {
  width: 100%
}
.wp-block-search .wp-block-search__input {
  flex-grow: 1;
  max-width: 360px
}
.wp-block-search .wp-block-search__button {
  margin-left: 10px
}
.wp-block-separator.is-style-wide {
  border-bottom-width: 1px
}
.wp-block-separator.is-style-dots {
  background: none !important;
  border: none;
  text-align: center;
  max-width: none;
  line-height: 1;
  height: auto
}
.wp-block-separator.is-style-dots:before {
  content: "\00b7 \00b7 \00b7";
  color: currentColor;
  font-size: 20px;
  letter-spacing: 2em;
  padding-left: 2em;
  font-family: serif
}
.wp-block-social-links {
  display: flex;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0
}
.wp-block-social-links .wp-social-link a, .wp-block-social-links .wp-social-link a:hover {
  text-decoration: none;
  border-bottom: 0;
  box-shadow: none
}
.wp-social-link {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  margin-right: 8px;
  transition: transform .1s ease
}
@media (prefers-reduced-motion:reduce) {
  .wp-social-link {
    transition-duration: 0s
  }
}
.wp-social-link a {
  padding: 6px;
  display: block;
  line-height: 0;
  transition: transform .1s ease
}
.wp-social-link a, .wp-social-link a:active, .wp-social-link a:hover, .wp-social-link a:visited, .wp-social-link svg {
  color: currentColor;
  fill: currentColor
}
.wp-social-link:hover {
  transform: scale(1.1)
}
.wp-block-social-links.aligncenter {
  justify-content: center;
  display: flex
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
  background-color: #f0f0f0;
  color: #444
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
  background-color: #f90;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
  background-color: #1ea0c3;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
  background-color: #0757fe;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
  background-color: #1e1f26;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
  background-color: #02e49b;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
  background-color: #e94c89;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
  background-color: #4280ff;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
  background-color: #f45800;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
  background-color: #1977f2;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
  background-color: #000;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
  background-color: #0461dd;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
  background-color: #e65678;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
  background-color: #24292d;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
  background-color: #eceadd;
  color: #382110
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
  background-color: #ea4434;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
  background-color: #f00075;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
  background-color: #e21b24;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
  background-color: #0577b5;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
  background-color: #3288d4;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
  background-color: #02ab6c;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
  background-color: #f6405f;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
  background-color: #e60122;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
  background-color: #ef4155;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
  background-color: #fe4500;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
  background-color: #0478d7;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
  background-color: #fefc00;
  color: #fff;
  stroke: #000
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
  background-color: #ff5600;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
  background-color: #1bd760;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
  background-color: #011835;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
  background-color: #6440a4;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
  background-color: #21a1f3;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
  background-color: #1eb7ea;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
  background-color: #4680c2;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
  background-color: #3499cd;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
  background-color: #d32422;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
  background-color: #ff0100;
  color: #fff
}
.wp-block-social-links.is-style-logos-only .wp-social-link {
  background: none;
  padding: 4px
}
.wp-block-social-links.is-style-logos-only .wp-social-link svg {
  width: 28px;
  height: 28px
}
.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
  color: #f90
}
.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
  color: #1ea0c3
}
.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
  color: #0757fe
}
.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
  color: #1e1f26
}
.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
  color: #02e49b
}
.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
  color: #e94c89
}
.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
  color: #4280ff
}
.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
  color: #f45800
}
.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
  color: #1977f2
}
.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
  color: #000
}
.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
  color: #0461dd
}
.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
  color: #e65678
}
.wp-block-social-links.is-style-logos-only .wp-social-link-github {
  color: #24292d
}
.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
  color: #382110
}
.wp-block-social-links.is-style-logos-only .wp-social-link-google {
  color: #ea4434
}
.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
  color: #f00075
}
.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
  color: #e21b24
}
.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
  color: #0577b5
}
.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
  color: #3288d4
}
.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
  color: #02ab6c
}
.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
  color: #f6405f
}
.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
  color: #e60122
}
.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
  color: #ef4155
}
.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
  color: #fe4500
}
.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
  color: #0478d7
}
.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
  color: #fff;
  stroke: #000
}
.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
  color: #ff5600
}
.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
  color: #1bd760
}
.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
  color: #011835
}
.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
  color: #6440a4
}
.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
  color: #21a1f3
}
.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
  color: #1eb7ea
}
.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
  color: #4680c2
}
.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
  color: #3499cd
}
.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
  background-color: #d32422;
  color: #fff
}
.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
  color: #ff0100
}
.wp-block-social-links.is-style-pill-shape .wp-social-link {
  width: auto
}
.wp-block-social-links.is-style-pill-shape .wp-social-link a {
  padding-left: 16px;
  padding-right: 16px
}
.wp-block-spacer {
  clear: both
}
p.wp-block-subhead {
  font-size: 1.1em;
  font-style: italic;
  opacity: .75
}
.wp-block-table {
  overflow-x: auto
}
.wp-block-table table {
  width: 100%
}
.wp-block-table .has-fixed-layout {
  table-layout: fixed;
  width: 100%
}
.wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th {
  word-break: break-word
}
.wp-block-table.aligncenter, .wp-block-table.alignleft, .wp-block-table.alignright {
  display: table;
  width: auto
}
.wp-block-table.aligncenter td, .wp-block-table.aligncenter th, .wp-block-table.alignleft td, .wp-block-table.alignleft th, .wp-block-table.alignright td, .wp-block-table.alignright th {
  word-break: break-word
}
.wp-block-table .has-subtle-light-gray-background-color {
  background-color: #f3f4f5
}
.wp-block-table .has-subtle-pale-green-background-color {
  background-color: #e9fbe5
}
.wp-block-table .has-subtle-pale-blue-background-color {
  background-color: #e7f5fe
}
.wp-block-table .has-subtle-pale-pink-background-color {
  background-color: #fcf0ef
}
.wp-block-table.is-style-stripes {
  border-spacing: 0;
  border-collapse: inherit;
  background-color: transparent;
  border-bottom: 1px solid #f3f4f5
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f3f4f5
}
.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
  background-color: #f3f4f5
}
.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
  background-color: #e9fbe5
}
.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
  background-color: #e7f5fe
}
.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
  background-color: #fcf0ef
}
.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
  border-color: transparent
}
.wp-block-text-columns, .wp-block-text-columns.aligncenter {
  display: flex
}
.wp-block-text-columns .wp-block-column {
  margin: 0 16px;
  padding: 0
}
.wp-block-text-columns .wp-block-column:first-child {
  margin-left: 0
}
.wp-block-text-columns .wp-block-column:last-child {
  margin-right: 0
}
.wp-block-text-columns.columns-2 .wp-block-column {
  width: 50%
}
.wp-block-text-columns.columns-3 .wp-block-column {
  width: 33.33333%
}
.wp-block-text-columns.columns-4 .wp-block-column {
  width: 25%
}
.wp-block-video {
  margin-left: 0;
  margin-right: 0
}
.wp-block-video video {
  max-width: 100%
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
  .wp-block-video [poster] {
    object-fit: cover
  }
}
.wp-block-video.aligncenter {
  text-align: center
}
.wp-block-video figcaption {
  margin-top: .5em;
  margin-bottom: 1em
}
:root .has-pale-pink-background-color {
  background-color: #f78da7
}
:root .has-vivid-red-background-color {
  background-color: #cf2e2e
}
:root .has-luminous-vivid-orange-background-color {
  background-color: #ff6900
}
:root .has-luminous-vivid-amber-background-color {
  background-color: #fcb900
}
:root .has-light-green-cyan-background-color {
  background-color: #7bdcb5
}
:root .has-vivid-green-cyan-background-color {
  background-color: #00d084
}
:root .has-pale-cyan-blue-background-color {
  background-color: #8ed1fc
}
:root .has-vivid-cyan-blue-background-color {
  background-color: #0693e3
}
:root .has-vivid-purple-background-color {
  background-color: #9b51e0
}
:root .has-very-light-gray-background-color {
  background-color: #eee
}
:root .has-cyan-bluish-gray-background-color {
  background-color: #abb8c3
}
:root .has-very-dark-gray-background-color {
  background-color: #313131
}
:root .has-pale-pink-color {
  color: #f78da7
}
:root .has-vivid-red-color {
  color: #cf2e2e
}
:root .has-luminous-vivid-orange-color {
  color: #ff6900
}
:root .has-luminous-vivid-amber-color {
  color: #fcb900
}
:root .has-light-green-cyan-color {
  color: #7bdcb5
}
:root .has-vivid-green-cyan-color {
  color: #00d084
}
:root .has-pale-cyan-blue-color {
  color: #8ed1fc
}
:root .has-vivid-cyan-blue-color {
  color: #0693e3
}
:root .has-vivid-purple-color {
  color: #9b51e0
}
:root .has-very-light-gray-color {
  color: #eee
}
:root .has-cyan-bluish-gray-color {
  color: #abb8c3
}
:root .has-very-dark-gray-color {
  color: #313131
}
:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: linear-gradient(135deg, #0693e3, #9b51e0)
}
:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
  background: linear-gradient(135deg, #00d084, #0693e3)
}
:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: linear-gradient(135deg, #7adcb4, #00d082)
}
:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: linear-gradient(135deg, #fcb900, #ff6900)
}
:root .has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: linear-gradient(135deg, #ff6900, #cf2e2e)
}
:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: linear-gradient(135deg, #eee, #a9b8c3)
}
:root .has-cool-to-warm-spectrum-gradient-background {
  background: linear-gradient(135deg, #4aeadc, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c)
}
:root .has-blush-light-purple-gradient-background {
  background: linear-gradient(135deg, #ffceec, #9896f0)
}
:root .has-blush-bordeaux-gradient-background {
  background: linear-gradient(135deg, #fecda5, #fe2d2d 50%, #6b003e)
}
:root .has-purple-crush-gradient-background {
  background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe)
}
:root .has-luminous-dusk-gradient-background {
  background: linear-gradient(135deg, #ffcb70, #c751c0 50%, #4158d0)
}
:root .has-hazy-dawn-gradient-background {
  background: linear-gradient(135deg, #faaca8, #dad0ec)
}
:root .has-pale-ocean-gradient-background {
  background: linear-gradient(135deg, #fff5cb, #b6e3d4 50%, #33a7b5)
}
:root .has-electric-grass-gradient-background {
  background: linear-gradient(135deg, #caf880, #71ce7e)
}
:root .has-subdued-olive-gradient-background {
  background: linear-gradient(135deg, #fafae1, #67a671)
}
:root .has-atomic-cream-gradient-background {
  background: linear-gradient(135deg, #fdd79a, #004a59)
}
:root .has-nightshade-gradient-background {
  background: linear-gradient(135deg, #330968, #31cdcf)
}
:root .has-midnight-gradient-background {
  background: linear-gradient(135deg, #020381, #2874fc)
}
.has-small-font-size {
  font-size: 13px
}
.has-normal-font-size, .has-regular-font-size {
  font-size: 16px
}
.has-medium-font-size {
  font-size: 20px
}
.has-large-font-size {
  font-size: 36px
}
.has-huge-font-size, .has-larger-font-size {
  font-size: 42px
}
.has-text-align-center {
  text-align: center
}
.has-text-align-left {
  text-align: left
}
.has-text-align-right {
  text-align: right
}
@font-face {
  font-display: swap;
  font-family: 'dnd-custom-font';
  src: url("/source/13a17d7c597a82641de2b23264ba6b86/icomoon.eot");
  src: url("/source/13a17d7c597a82641de2b23264ba6b86/icomoon.eot") format('embedded-opentype'), url("/source/041a6b4a13e03ac2a6a64cb5b3c2b168/icomoon.ttf") format('truetype'), url("/source/461074c2adfa4eb7b1c4b8a3b5e59b6c/icomoon.woff") format('woff'), url("/source/bdf1e5484f8ef3768e7f9d227cefb8e2/icomoon.svg") format('svg');
  font-weight: 400;
  font-style: normal
}
[class^="dnd-icon-"], [class*=" dnd-icon-"] {
  font-family: 'dnd-custom-font' !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.dnd-icon-blank-file:before {
  content: "\e900"
}
.dnd-icon-remove:before {
  content: "\e901"
}
.icon-upload:before {
  content: "\e902"
}
.dnd-icon-remove.deleting {
  outline: none;
  font-family: inherit !important;
  font-size: 12px;
  color: #000;
  font-weight: 500
}
.dnd-icon-remove.deleting:before {
  content: ''
}
.wpcf7-drag-n-drop-file.d-none {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0
}
.dnd-upload-status {
  display: flex;
  padding: 4px 0;
  align-items: center;
  position: relative
}
.dnd-upload-status .dnd-upload-image {
  width: 40px;
  height: 40px;
  border: 1px solid #a5a5a5;
  text-align: center;
  border-radius: 100%;
  position: relative
}
.dnd-upload-status .dnd-upload-image.has-bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border: 0;
  transition: transform 0.3s ease;
  max-width: 40px;
  width: 100%
}
.dnd-upload-status .dnd-upload-image.has-bg:hover {
  transform: scale(1.5)
}
.dnd-upload-status .dnd-upload-image span {
  font-size: 20px;
  color: #222;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  left: 50%
}
.dnd-upload-status .dnd-upload-image.has-bg span {
  opacity: 0;
  z-index: -200
}
.dnd-upload-status .dnd-upload-details {
  padding-left: 10px;
  width: calc(100% - 40px)
}
.dnd-upload-status .dnd-upload-details .name {
  color: #016d98;
  padding: 4px 0;
  padding-right: 25px;
  display: flex
}
.dnd-upload-status .dnd-upload-details .name span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  padding-right: 10px
}
.dnd-upload-status .dnd-upload-details .name em {
  color: #444242;
  font-weight: 700
}
.dnd-upload-status .dnd-upload-details .remove-file {
  position: absolute;
  right: 0;
  top: 6px;
  text-decoration: none;
  box-shadow: none;
  outline: none
}
.dnd-upload-status .dnd-upload-details span.has-error {
  color: #f50505
}
.dnd-upload-status .dnd-upload-details .dnd-progress-bar {
  display: block;
  border-radius: 5px;
  overflow: hidden;
  background: #565555;
  height: 14px
}
.dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
  background: #4CAF50;
  display: block;
  font-size: 11px;
  text-align: right;
  color: #fff;
  height: 100%;
  width: 0;
  line-height: 14px
}
.dnd-upload-status .dnd-upload-details .dnd-progress-bar span.complete {
  width: 100% !important;
  padding-right: 5px
}
.codedropz-upload-handler {
  border: 2px dashed #c5c5c5;
  border-radius: 5px;
  margin-bottom: 10px
}
.codedropz-upload-container {
  padding: 15px 20px
}
.codedropz-upload-inner {
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-align: center;
  text-overflow: ellipsis;
  font-weight: inherit
}
.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
  text-decoration: none;
  box-shadow: none
}
.codedropz-upload-inner h3 {
  margin: 5px 0;
  font-size: 30px;
  line-height: 32px
}
.codedropz-dragover {
  border-color: #6b6a6a
}
.codedropz-upload-wrapper span.has-error-msg {
  display: inline-block;
  color: red;
  padding: 5px 0;
  font-style: italic
}
@media screen and (max-width:767px) {
  .dnd-upload-status .dnd-upload-details .name em {
    font-weight: 400
  }
  .dnd-upload-status .dnd-upload-details .name {
    padding-right: 60px
  }
  .codedropz-upload-inner h3 {
    font-size: 22px
  }
}
div.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0
}
div.wpcf7-response-output {
  margin: 2em .5em 1em;
  padding: .2em 1em;
  border: 2px solid red
}
div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14
}
div.wpcf7-mail-sent-ng, div.wpcf7-aborted {
  border: 2px solid red
}
div.wpcf7-spam-blocked {
  border: 2px solid #ffa500
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  border: 2px solid #f7e700
}
.wpcf7-form-control-wrap {
  position: relative
}
span.wpcf7-not-valid-tip {
  color: red;
  font-size: 1em;
  font-weight: 400;
  display: block
}
.use-floating-validation-tip span.wpcf7-not-valid-tip {
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 100;
  border: 1px solid red;
  background: #fff;
  padding: .2em .8em
}
span.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em
}
span.wpcf7-list-item-label::before, span.wpcf7-list-item-label::after {
  content: " "
}
.wpcf7-display-none {
  display: none
}
div.wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  background-image: url("/source/e5a6904aac1e63d76ae00f2802a157ea/ajax-loader.gif");
  width: 16px;
  height: 16px;
  border: none;
  padding: 0;
  margin: 0 0 0 4px;
  vertical-align: middle
}
div.wpcf7 .ajax-loader.is-active {
  visibility: visible
}
div.wpcf7 div.ajax-error {
  display: none
}
div.wpcf7 .placeheld {
  color: #888
}
div.wpcf7 input[type="file"] {
  cursor: pointer
}
div.wpcf7 input[type="file"]:disabled {
  cursor: default
}
div.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed
}
.wp-block-audio figcaption {
  color: #555d66;
  font-size: 13px;
  text-align: center
}
.wp-block-code {
  font-family: Menlo, Consolas, monaco, monospace;
  font-size: 14px;
  color: #23282d;
  padding: .8em 1em;
  border: 1px solid #e2e4e7;
  border-radius: 4px
}
.wp-block-embed figcaption {
  color: #555d66;
  font-size: 13px;
  text-align: center
}
.blocks-gallery-caption {
  color: #555d66;
  font-size: 13px;
  text-align: center
}
.wp-block-image figcaption {
  color: #555d66;
  font-size: 13px;
  text-align: center
}
.wp-block-pullquote {
  border-top: 4px solid #555d66;
  border-bottom: 4px solid #555d66;
  margin-bottom: 28px;
  color: #40464d
}
.wp-block-pullquote cite, .wp-block-pullquote footer, .wp-block-pullquote__citation {
  color: #40464d;
  text-transform: uppercase;
  font-size: 13px;
  font-style: normal
}
.wp-block-navigation ul, .wp-block-navigation ul li {
  list-style: none
}
.wp-block-quote {
  border-left: 4px solid #000;
  margin: 0 0 28px 0;
  padding-left: 1em
}
.wp-block-quote cite, .wp-block-quote footer, .wp-block-quote__citation {
  color: #6c7781;
  font-size: 13px;
  margin-top: 1em;
  position: relative;
  font-style: normal
}
.wp-block-quote.has-text-align-right, .wp-block-quote.has-text-align-right {
  border-left: none;
  border-right: 4px solid #000;
  padding-left: 0;
  padding-right: 1em
}
.wp-block-quote.has-text-align-center, .wp-block-quote.has-text-align-center {
  border: none;
  padding-left: 0
}
.wp-block-quote.is-style-large, .wp-block-quote.is-large {
  border: none
}
.wp-block-search .wp-block-search__label {
  font-weight: 700
}
.wp-block-group.has-background {
  padding: 20px 30px;
  margin-top: 0;
  margin-bottom: 0
}
.wp-block-separator {
  border: none;
  border-bottom: 2px solid #8f98a1;
  margin-left: auto;
  margin-right: auto
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px
}
.wp-block-separator.has-background:not(.is-style-dots) {
  border-bottom: none;
  height: 1px
}
.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
  height: 2px
}
.wp-block-table {
  border-collapse: collapse
}
.wp-block-table thead {
  border-bottom: 3px solid
}
.wp-block-table tfoot {
  border-top: 3px solid
}
.wp-block-table td, .wp-block-table th {
  padding: .5em;
  border: 1px solid;
  word-break: normal
}
.wp-block-table figcaption {
  color: #555d66;
  font-size: 13px;
  text-align: center
}
.wp-block-video figcaption {
  color: #555d66;
  font-size: 13px;
  text-align: center
}
html {
  -webkit-tap-highlight-color: transparent;
  height: 100%;
  min-width: 320px;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  overflow-scrolling: touch
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, iframe {
  margin: 0;
  padding: 0
}
body {
  font-family: " roboto, sans-serifr", "filson-pro, sans-serif", "poppins, sans-serif;";
  line-height: 1.5;
  font-size: 14px;
  height: 100%
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%
}
fieldset, img {
  border: 0
}
address, caption, cite, dfn, em, th, var {
  font-style: normal;
  font-weight: 400
}
ol, ul {
  list-style: none
}
a {
  text-decoration: none
}
a:hover {
  text-decoration: none
}
sup {
  vertical-align: text-top
}
sub {
  vertical-align: text-bottom
}
input, select, button {
  
  vertical-align: baseline;
  *vertical-align: middle;
  outline: none
}
input[type=checkbox], input[type=radio] {
  vertical-align: middle
}
textarea {
  overflow: auto;
  
  resize: none
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  display: block;
  margin: 0;
  padding: 0
}
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1
}
time, mark {
  display: inline
}
mark {
  background-color: #ff0;
  color: #000
}
audio:not([controls]) {
  display: none;
  height: 0
}
input[type=text], input[type=reset], input[type=submit], select, button, textarea {
  -webkit-appearance: none
}
input::-ms-clear {
  display: none !important
}
img {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all .24s ease;
  -o-transition: all .24s ease;
  transition: all .24s ease
}
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto Slab Regular"), local("RobotoSlab-Regular"), url("/source/fbf4189f07b673762888496ccf235337") format("woff2"), url("/source/d36085ea048099a5f34e6bde7b2ede29") format("woff2"), url("/source/b81d33d912ab1abff404cfb89eb2e757") format("woff2"), url("/source/0fcf83a806f1fed5bbea2d442de05c67") format("woff2");
  unicode-range: 'U+0400-045F', 'U+0490-0491', 'U+04B0-04B1', 'U+2116';
  font-display: swap
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
*, *::before, *::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}
body {
  position: relative;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal
}
body .swiper-pagination-bullet {
  opacity: 1;
  outline: none
}
a {
  color: inherit;
  -webkit-transition: all 0.24s;
  -o-transition: all 0.24s;
  transition: all 0.24s
}
h1, h2, h3, h4, h5, h6 {
  font-family: filson-pro, sans-serif;
  font-weight: 700;
  font-style: normal
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
  clear: both
}
.back2top {
  cursor: pointer
}
.container, .mml-row {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  
}
.banner {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-size: cover;
  background-size: cover;
  max-height: 960px
}
.ipage {
  width: 1920px;
  max-width: 100%
}
.btn, .wpcf7-submit {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
  padding: 0 20px;
  max-width: 100%;
  line-height: 40px;
  border-color: transparent;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: all 0.24s;
  -o-transition: all 0.24s;
  transition: all 0.24s;
  overflow: hidden
}
.input-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-top: 10px;
  -webkit-transition: all .24s;
  -o-transition: all .24s;
  transition: all .24s
}
.mml-form label {
  display: block;
  width: 100%
}
.mml-form input:not([type=submit]), .mml-form textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  margin: 10px 0 0;
  padding: 10px 15px;
  outline: none;
  max-height: 120px;
  -webkit-transition: all .24s;
  -o-transition: all .24s;
  transition: all .24s;
  resize: none
}
.mml-page, .mml-ellipsis {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  line-height: 20px;
  min-width: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center
}
.mml-page {
  cursor: pointer
}
[class*=slicker-] {
  max-height: 0;
  overflow: hidden
}
[class*=slicker-].slick-initialized {
  overflow: unset;
  max-height: unset
}
.slick-slide {
  outline: none
}
.slick-slide a {
  outline: none
}
.slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 30px;
  width: 30px;
  text-align: center;
  cursor: pointer
}
.slick-arrow.arrow-l {
  left: 0
}
.slick-arrow.arrow-r {
  right: 0
}
.slick-dots {
  text-align: center
}
.slick-dots > li {
  display: inline-block;
  margin: 5px 10px;
  width: 12px;
  height: 12px;
  background-color: #d2d2d2;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: all 0.24s;
  -o-transition: all 0.24s;
  transition: all 0.24s;
  cursor: pointer
}
.slick-dots > li.slick-active {
  background-color: #29bf73
}
.slick-dots button {
  display: none
}
.container h2 {
  font-family: filson-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
  line-height: 48px;
  color: #2bbf72
}
.container h3 {
  font-family: filson-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 25px;
  line-height: 36px;
  color: #525759
}
.container p {
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #777d80
}
@media screen and (max-width:767px) {
  div h2 {
    font-size: 30px !important;
    line-height: 1.3 !important
  }
}
.common-banner {
  height: 460px;
  background-image: url("/source/9c7adeb8a737d8d9ac1dcc84860bc65d/banner1920.jpg");
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -78px
}
.common-banner .container {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.common-banner h1 {
  font-family: filson-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  line-height: 48px;
  color: #fff
}
@media screen and (max-width:767px) {
  .common-banner {
    height: 280px;
    margin-top: 0;
    background-image: url("/source/c0cb2cdf73bf0e65afe868aef250343a/banner750.jpg")
  }
}
.breadcrumbs {
  background-color: #f4f9f9
}
.breadcrumbs ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 16px 0
}
.breadcrumbs ul li {
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 21px;
  color: gray
}
.breadcrumbs ul li:last-child, .breadcrumbs ul li:hover {
  color: #71d06e
}
.breadcrumbs ul span {
  margin: 0 10px
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  margin: 2em 0 1em;
  border-color: red
}
.m-header {
  position: relative;
  z-index: 50;
  background-color: transparent
}
.m-header.sticky-header .m-header-bd {
  position: fixed;
  z-index: 20;
  left: 0;
  width: 100%;
  background-color: #2bbf72;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1)
}
.m-header .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 1540px
}
.m-header .m-logo {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 100%;
  padding: 10px 0;
  text-align: center
}
.m-header .m-nav {
  margin: 0 0 0 auto;
  white-space: nowrap;
  text-align: center
}
.m-header .m-nav .responsive-menu-toggle {
  display: none;
  padding: 10px;
  color: #fff
}
.m-header .m-nav .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.m-header .m-nav .menu > li.menu-item {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.m-header .m-nav .menu > li.menu-item > a:hover {
  cursor: pointer
}
.m-header .m-nav .menu .current-menu-parent > a, .m-header .m-nav .menu .current-menu-item > a, .m-header .m-nav .menu li.menu-item:hover > a {
  color: #95fd2f
}
.m-header .m-nav .menu a {
  position: relative;
  display: block;
  padding: 10px 15px
}
@media (max-width:1200px) {
  .m-header .m-nav .menu a {
    padding: 10px
  }
}
.m-header .m-nav .menu .menu-arrow {
  margin-left: .2em;
  padding: 0 0 0 5px;
  vertical-align: middle;
  font-size: .6em
}
.m-header .m-nav .menu a, .m-header .m-nav .menu span {
  color: #fff;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px
}
.m-header .m-nav .sub-menu {
  position: absolute;
  z-index: 100;
  display: none;
  min-width: 100%;
  background-color: #2bbf72;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1)
}
.m-header .m-nav .sub-menu.active {
  display: block
}
.m-header .m-nav .sub-menu a {
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}
.m-header .m-nav .sub-menu .menu-arrow {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg)
}
.m-header .m-nav .sub-menu > li.menu-item {
  position: relative
}
.m-header .m-nav .sub-menu > li.menu-item:nth-last-child {
  border: none
}
.m-header .m-nav .sub-menu > li.menu-item > .sub-menu {
  position: absolute;
  top: 0;
  left: 100%
}
.m-header .custom-menu {
  width: 1180px;
  background-color: rgba(255, 255, 255, .98);
  max-height: 450px;
  overflow-y: scroll
}
.m-header .custom-menu .container {
  padding: 0
}
.m-header .custom-menu .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 55px 30px;
  width: 100%
}
.m-header .custom-menu .blk {
  width: 25%;
  border-right: 1px solid #e5e5e5;
  padding: 0 50px;
  margin-bottom: 20px
}
.m-header .custom-menu .blk:nth-child(4n) {
  border-right: none
}
.m-header .custom-menu .blk h4 a {
  font-family: filson-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 38px;
  color: #525759;
  padding: 0 0 10px;
  text-align: left
}
.m-header .custom-menu .blk h4 a:hover {
  text-decoration: underline
}
.m-header .custom-menu .blk ul li a {
  text-align: left;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 32px;
  color: #82898c;
  padding: 0
}
.m-header .custom-menu .blk ul li a:hover {
  color: #2bbf72
}
.stack .container {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.stack .m-logo {
  width: 100%;
  text-align: center
}
.stack .m-logo:after {
  position: absolute;
  left: 50%;
  content: '';
  display: block;
  width: 50%;
  margin-top: 5px;
  border-bottom: 1px solid #fff;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}
.split-menu .container {
  position: relative;
  display: inherit
}
.split-menu .m-logo {
  position: absolute;
  width: calc(24% - 10px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center
}
.split-menu .m-nav {
  width: 100%
}
.split-menu .m-nav .menu-container {
  float: left;
  width: 38%
}
.split-menu .m-nav .menu-container:nth-last-child(1) {
  float: right
}
.responsive-menu-bd {
  position: relative;
  height: 0
}
.responsive-menu-bd .responsive-menu-toggle {
  position: absolute;
  right: 20px;
  top: -57px;
  max-width: 60px
}
@media (max-width:1199px) {
  .m-header .custom-menu {
    width: 900px
  }
  .m-header .custom-menu .blk {
    padding: 0 20px
  }
}
@media (max-width:1024px) {
  .m-header .m-nav .menu > li.menu-item#menu-item-50 .sub-menu {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: #fff;
    max-width: 100%;
    width: 100%
  }
  .m-header .custom-menu {
    background: #fff;
    max-width: 100%;
    width: 100%;
    max-height: 300px;
    overflow-y: scroll
  }
  .m-header .custom-menu .container {
    max-width: 100%;
    width: 100%
  }
  .m-header .custom-menu .wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px
  }
  .m-header .custom-menu .blk {
    width: 100%;
    padding: 10px 0;
    border-right: none !important;
    border-bottom: 1px solid #e5e5e5
  }
  .m-header .custom-menu .blk:last-child {
    border-bottom: none
  }
  .m-header .custom-menu .blk h4 a {
    color: #fff
  }
  .m-header .custom-menu .blk ul li a {
    color: #fff
  }
  .m-header .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #23bd73
  }
  .m-header .m-logo {
    width: 100%
  }
  .m-header .m-nav {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    width: 100%
  }
  .m-header .m-nav .responsive-menu-toggle {
    display: block
  }
  .m-header .m-nav .menu-container {
    display: none
  }
  .m-header .m-nav .menu-container.has-template .menu {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .m-header .m-nav .menu-container.has-template .menu > li.menu-item {
    width: 50%;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto
  }
  .m-header .m-nav .menu-container.has-template .menu .sub-menu .menu-arrow {
    -webkit-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg)
  }
  .m-header .m-nav .menu-container.has-template .menu .sub-menu > li.menu-item > .sub-menu {
    top: 100%;
    left: 0
  }
  .stack .m-logo:after {
    display: none
  }
  .split-menu .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }
  .split-menu .m-logo {
    position: relative;
    left: 0;
    width: 100%;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
  .split-menu .m-nav .menu-container {
    width: 100%;
    float: none
  }
  .custom-menu .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .custom-menu .m-logo {
    width: 100%
  }
  .custom-menu .m-nav {
    max-width: 100%;
    width: 100%
  }
}
@media (max-width:580px) {
  .m-header .custom-menu .blk {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
    padding-bottom: 20px
  }
}
.slide-mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9002;
  display: none;
  width: 100%;
  height: 120%;
  background: rgba(0, 0, 0, .6)
}
.slide-close {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 60px;
  text-align: right;
  font-size: 20px
}
.slide-close i {
  display: inline-block;
  cursor: pointer
}
.slide-menu {
  position: fixed;
  top: 0;
  right: -250px;
  z-index: 100000;
  width: 250px;
  height: 100%;
  overflow-y: auto;
  border-bottom-width: 60px;
  border-bottom-style: solid;
  border-color: #191919;
  color: #a6a6a6;
  font-size: 15px;
  background-color: #191919
}
.slide-menu .menu-container {
  border-bottom: 1px solid rgba(255, 255, 255, .03)
}
.slide-menu .menu-container ul li {
  width: 100%;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, .03);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #a6a6a6
}
.slide-menu .menu-container ul li.active {
  color: #fff
}
.slide-menu .menu-container ul li.active > a .menu-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}
.slide-menu .menu-container ul li a {
  position: relative;
  display: block;
  padding: 11px 5px 10px 20px;
  margin-right: 50px;
  text-decoration: none;
  line-height: 19px;
  color: inherit
}
.slide-menu .menu-container ul li .menu-arrow {
  position: absolute;
  right: -40px;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 0 10px;
  color: #999;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}
.slide-menu .menu-container ul li .sub-menu {
  display: none
}
.slide-menu .menu-container > ul li .sub-menu li > a {
  padding-left: 30px
}
.slide-menu .menu-container > ul li .sub-menu li .sub-menu li > a {
  padding-left: 45px
}
.slide-menu .menu-container > ul li .sub-menu li .sub-menu li .sub-menu li a {
  padding-left: 60px
}
.footer {
  position: relative;clear: both;
}
.footer::before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  content: '';
  width: 160px;
  height: 100%;
  background-color: #2bbf72
}
.footer::after {
  position: absolute;
  top: 0;
  right: 150px;
  z-index: 3;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-border-radius: 0 6px 0 0;
  border-radius: 0 6px 0 0;
  overflow: hidden
}
.footer .container {
  position: relative;
  z-index: 4
}
.footer .f-content {
  padding: 80px 0 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.footer .f-blk:first-child {
  max-width: 200px
}
.footer .f-blk:first-child .cp {
  margin-top: 120px
}
.footer .f-blk:last-child {
  max-width: 280px
}
.footer .f-blk:last-child li {
  position: relative;
  padding-left: 28px
}
.footer .f-blk:last-child ul li:not(:first-child) a:hover {
  color: #636965;
  text-decoration: none
}
.footer .f-blk:last-child ul li.map {
  margin: 25px 0
}
.footer .f-blk:last-child ul li.map h4 {
  margin-bottom: 5px;
  font-size: 16px
}
.footer .f-blk:last-child ul li.map i {
  top: 7px;
  font-size: 20px;
  color: rgba(119, 119, 119, .3)
}
.footer .f-blk:last-child ul li.map i:after {
  position: absolute;
  top: 100%;
  left: 50%;
  display: block;
  content: '';
  width: 1px;
  height: 67px;
  background-color: rgba(119, 119, 119, .3)
}
.footer .f-blk:last-child i {
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 16px;
  color: #9d9d9d;
  min-width: 20px;
  text-align: center
}
.footer .f-blk img {
  margin: 0 0 30px 0
}
.footer .f-blk h4 {
  font-family: filson-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  color: #525759;
  margin-bottom: 30px
}
.footer .f-blk h4 a:hover {
  color: #29bf73
}
.footer .f-blk ul li {
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #636965;
  margin-bottom: 10px
}
.footer .f-blk ul a:hover {
  color: #2bbf72;
  text-decoration: underline
}
.footer .social {
  padding-bottom: 25px
}
.footer .social a {
  display: inline-block;
  font-size: 20px;
  color: #404040;
  margin-right: 30px
}
.footer .social a:hover {
  color: #2bbf72
}
.footer .back-top {
  position: absolute;
  right: 0;
  bottom: 0px;
  z-index: 4;
  width: 150px;
  height: 150px;
  line-height: 150px;
  background-color: #333;
  font-size: 30px;
  color: #fff;
  text-align: center;
  cursor: pointer
}
.cta {
  position: relative;
  background-color: #2bbf72; clear: both;
  padding: 66px 0
}
.cta .corner {
  position: absolute;
  top: 0;
  right: 0
}
.cta .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.cta h2 {
  max-width: 850px;
  color: #fff
}
.cta .cta-btn a {
  display: inline-block;
  min-width: 220px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: filson-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 24px;
  color: #23bd73;
  font-size: 16px;
  background-color: #fff;
  -webkit-border-radius: 33px;
  border-radius: 33px;
  text-align: center;
  padding: 21px 20px
}
@media screen and (max-width:1500px) {
  .footer .container {
    padding-right: 100px
  }
  .footer::before {
    width: 100px
  }
  .footer .back-top {
    width: 100px;
    height: 100px;
    line-height: 100px
  }
}
@media screen and (max-width:1440px) {
  .cta {
    padding-right: 90px
  }
}
@media screen and (max-width:1000px) {
  .footer .f-content .f-blk {
    width: 50%;
    max-width: 100% !important;
    margin-bottom: 20px
  }
}
@media screen and (max-width:767px) {
  .cta .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .cta h2 {
    margin-bottom: 20px
  }
  .footer .f-content .f-blk:nth-child(2), .footer .f-content .f-blk:nth-child(3) {
    display: none
  }
  .footer .container {
    padding-right: 50px
  }
  .footer::before {
    width: 50px
  }
  .footer .back-top {
    display: none;
  }
  .footer .f-blk:first-child .cp {
    margin-top: 30px
  }
}
@media screen and (max-width:500px) {
  .footer .f-content .f-blk {
    width: 100%;
    margin: 0 auto 30px
  }
}
.mml-cols-2, .mml-cols-3, .mml-cols-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px
}
.mml-cols-2 .blog-item, .mml-cols-3 .blog-item, .mml-cols-4 .blog-item {
  margin: 10px
}
@media (max-width:768px) {
  .mml-cols-2, .mml-cols-3, .mml-cols-4 {
    margin: 0 0
  }
}
.mml-cols-2 .blog-item {
  width: calc(50% - 20px)
}
.mml-cols-3 .blog-item {
  width: calc(33.3333% - 20px)
}
.mml-cols-3 .blog-title {
  font-size: 20px;
  line-height: 30px;
  font-family: roboto, sans-serif;
  font-weight: 700;
  font-style: normal
}
.mml-pages {
  margin-top: 60px;
  text-align: center
}
.mml-pages .mml-page {
  margin: 0 5px;
  width: 30px;
  height: 30px;
  line-height: 30px
}
.mml-pages .mml-active {
  -webkit-box-shadow: 0 8px 18px 0 rgba(113, 208, 110, .3);
  box-shadow: 0 8px 18px 0 rgba(113, 208, 110, .3);
  font-size: 14px;
  color: #fff
}
.mml-blog, .mml-blog-recent {
  margin: 120px auto;
  font-family: 'Roboto Slab Regular';
  line-height: 23px;
  font-size: 15px;
  width: 100%;
  max-width: 1200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px
}
.mml-blog a, .mml-blog-recent a {
  color: #444
}
.mml-blog a:hover, .mml-blog-recent a:hover {
  color: #2bbf72
}
.mml-blog .mml-image, .mml-blog-recent .mml-image {
  position: relative;
  overflow: hidden
}
.mml-blog .mml-image:hover img, .mml-blog-recent .mml-image:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05)
}
.mml-blog .mml-text, .mml-blog-recent .mml-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 25px;
  font-weight: 300
}
.mml-blog .fa-caret-right, .mml-blog-recent .fa-caret-right {
  margin-left: .6em;
  -webkit-transition: all .24s;
  -o-transition: all .24s;
  transition: all .24s
}
.mml-blog .mml-page, .mml-blog-recent .mml-page {
  color: #333;
  font-weight: 700
}
.mml-blog .mml-page.mml-active, .mml-blog .mml-page:hover, .mml-blog-recent .mml-page.mml-active, .mml-blog-recent .mml-page:hover {
  background-color: #2bbf72;
  color: #fff
}
.blog-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all .24s;
  -o-transition: all .24s;
  transition: all .24s;
  background-color: #fff;
  border: solid 1px #e5e5e5
}
.blog-title {
  display: block;
  font-size: 20px;
  line-height: 35px;
  font-weight: 700;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #444
}
.blog-time {
  font-weight: 400;
  color: #666;
  font-size: 14px
}
.blog-time .fa-clock {
  margin-right: .1em
}
.blog-excerpt {
  display: block;
  margin: 10px 0 20px;
  font-size: 15px;
  color: #888;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}
.blog-tag {
  position: absolute;
  top: 20px;
  right: 0;
  padding: 10px 14px;
  background-color: #2bbf72;
  color: #fff;
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  font-weight: 500;
  font-size: 11px;
  line-height: 11px;
  display: none
}
.blog-tag:empty {
  display: none
}
.blog-withbg {
  background-color: #e6eaf1;
  -webkit-border-radius: 5px;
  border-radius: 5px
}
.tpl-blog-0 .blog-item, .tpl-blog-1 .blog-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}
.tpl-blog-0 .blog-readmore, .tpl-blog-1 .blog-readmore {
  font-weight: 700;
  font-size: 14px;
  font-family: roboto, sans-serif;
  font-weight: 700;
  font-style: normal
}
.tpl-blog-0 .blog-excerpt, .tpl-blog-1 .blog-excerpt {
  color: #888
}
.tpl-blog-0 .blog-time {
  position: absolute;
  left: 0;
  bottom: 100%;
  padding: 15px 9px;
  background-color: rgba(255, 255, 255, .9);
  color: #333;
  font-weight: 700;
  text-align: center;
  font-size: 14px;
  -webkit-transform: translate(30px, -30px);
  -ms-transform: translate(30px, -30px);
  transform: translate(30px, -30px)
}
.tpl-blog-0 .blog-date {
  display: block;
  margin-bottom: 14px;
  font-size: 28px;
  font-family: filson-pro, sans-serif;
  font-weight: 700;
  font-style: normal
}
.tpl-blog-0 .blog-yearmonth {
  font-family: filson-pro, sans-serif;
  font-weight: 700;
  font-style: normal
}
.tpl-blog-0 .blog-readmore {
  margin: auto 5px 0 auto;
  color: #2bbf72
}
.tpl-blog-0 .blog-readmore:hover {
  color: #2bbf72
}
.tpl-blog-1 .blog-readmore {
  margin: auto 0 0 auto;
  padding: 0 14px;
  line-height: 35px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #2bbf72;
  color: #fff
}
.tpl-blog-1 .blog-readmore:hover {
  color: #fff;
  background-color: #2bbf72
}
.tpl-blog-1 .blog-time, .tpl-blog-2 .blog-time {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  padding: 0 25px;
  background-color: rgba(55, 67, 85, .7);
  color: #fff;
  font-size: 14px;
  line-height: 50px
}
.tpl-blog-2 .blog-readmore {
  color: #2bbf72;
  font-weight: 400
}
.tpl-blog-2 .blog-readmore:hover {
  color: #2bbf72
}
.tpl-blog-2 .blog-excerpt {
  margin: 10px 0 0;
  color: #666
}
.tpl-blog-3 .blog-time {
  margin-bottom: 5px;
  font-size: 14px
}
.tpl-blog-4 .blog-item {
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 3px 4px 10px 0 rgba(69, 82, 139, .1);
  box-shadow: 3px 4px 10px 0 rgba(69, 82, 139, .1)
}
.tpl-blog-4 .blog-item:before {
  content: '\20';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  width: 0;
  background-color: #2bbf72;
  -webkit-transition: width .15s ease;
  -o-transition: width .15s ease;
  transition: width .15s ease
}
.tpl-blog-4 .blog-item:hover:before {
  width: 100%
}
.tpl-blog-4 .mml-text {
  padding: 60px 50px
}
.tpl-blog-4 .blog-time {
  color: #9095a2;
  font-size: 18px;
  font-weight: 500
}
.tpl-blog-4 .blog-title {
  margin: 25px 0 15px;
  font-size: 24px;
  color: #222c47;
  font-family: filson-pro, sans-serif;
  font-weight: 700;
  font-style: normal
}
.tpl-blog-4 .blog-title:hover {
  color: #2bbf72
}
.tpl-blog-4 .blog-excerpt {
  margin: 10px 0 50px
}
.tpl-blog-4 .blog-readmore {
  margin: auto 0 0 0;
  color: #2bbf72;
  font-size: 18px;
  font-weight: 500
}
.tpl-blog-4 .blog-readmore:hover {
  color: #2bbf72
}
.tpl-blog-4 .blog-readmore i {
  margin-left: .5em
}
.tpl-blog-5, .tpl-blog-6, .tpl-blog-7 {
  position: relative;
  overflow: hidden
}
.tpl-blog-5 .blog-item, .tpl-blog-6 .blog-item, .tpl-blog-7 .blog-item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-border-radius: 0;
  border-radius: 0
}
.tpl-blog-5:before {
  content: '\20';
  position: absolute;
  left: 10.7627%;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #ddd
}
.tpl-blog-5 .blog-item {
  padding-left: 16.95%;
  margin-bottom: 40px;
  background-color: transparent
}
.tpl-blog-5 .blog-item:before {
  content: '\20';
  position: absolute;
  left: 10.7627%;
  top: 10px;
  width: 9px;
  height: 9px;
  border: 3px solid #2bbf72;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #2bbf72;
  -webkit-transform: translate(-14px, 0);
  -ms-transform: translate(-14px, 0);
  transform: translate(-14px, 0);
  -webkit-box-shadow: inset 0 0 0 2px #fff;
  box-shadow: inset 0 0 0 2px #fff;
  outline: 3px solid #fff
}
.tpl-blog-5 .blog-item:after {
  content: '\20';
  position: absolute;
  top: 16px;
  left: calc(10.7627% + 5px);
  height: 2px;
  width: 28px;
  background-color: #ddd
}
.tpl-blog-5 .blog-item > a {
  width: 46%;
  max-width: 380px
}
.tpl-blog-5 .mml-text {
  position: static
}
.tpl-blog-5 .blog-time {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 7px;
  padding: 0 6px;
  line-height: 22px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #2bbf72;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  outline: 4px solid #fff
}
.tpl-blog-5 .blog-readmore {
  margin: auto 0 10px 0;
  padding: 0 20px;
  background-color: #fafbfc;
  color: #999;
  font-size: 14px;
  line-height: 40px;
  text-align: right
}
.tpl-blog-5 .blog-readmore i {
  margin-right: .5em;
  font-size: 1.28em
}
.tpl-blog-6 .blog-item, .tpl-blog-7 .blog-item {
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.tpl-blog-6 .blog-time, .tpl-blog-7 .blog-time {
  font-size: 14px
}
.tpl-blog-6 .blog-excerpt, .tpl-blog-7 .blog-excerpt {
  margin: 0 0 40px;
  color: #666
}
.tpl-blog-6 .blog-readmore, .tpl-blog-7 .blog-readmore {
  font-weight: 700;
  font-size: 14px
}
.tpl-blog-6 .blog-item > a {
  width: 46%;
  max-width: 400px
}
.tpl-blog-6 .mml-text {
  padding: 20px 80px
}
.tpl-blog-6 .blog-title {
  margin: 10px 0
}
.tpl-blog-6 .blog-readmore {
  color: #2bbf72
}
.tpl-blog-6 .blog-readmore:hover {
  color: #2bbf72
}
.tpl-blog-7 .blog-item {
  background-color: #fbfcff
}
.tpl-blog-7 .blog-item > a {
  width: 50%;
  max-width: 590px
}
.tpl-blog-7 .mml-text {
  position: static;
  padding: 40px 70px
}
.tpl-blog-7 .blog-time {
  position: absolute;
  right: 40px;
  bottom: 40px
}
.tpl-blog-7 .blog-title {
  margin: 0 0 10px
}
.tpl-blog-7 .blog-readmore {
  margin: 0 auto 0 0;
  padding: 0 14px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background-color: #2bbf72;
  color: #fff;
  line-height: 35px
}
.tpl-blog-7 .blog-readmore:hover {
  background-color: #2bbf72;
  color: #fff
}
.mml-blog-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto 0;
  max-width: 1200px;
  padding: 0 10px;
  font-family: 'Roboto Slab';
  line-height: 23px;
  font-size: 15px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px
}
.blog-detail-colwidth {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.blog-detail-title {
  font-size: 30px;
  line-height: 45px;
  font-weight: 700;
  font-size: 36px;
  color: #404040;
  font-family: roboto, sans-serif;
  font-weight: 700;
  font-style: normal
}
.blog-detail-info {
  margin: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.blog-shares {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #999
}
.blog-shares a {
  margin: 0 5px;
  color: #50bdfc
}
.blog-shares a:hover {
  color: #396ec6
}
.blog-shares .addtoany_shortcode {
  margin-left: 5px
}
.blog-shares .addtoany_list a {
  padding: 0 4px;
  max-height: 18px
}
.blog-article {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 740px;
  overflow: hidden
}
.blog-details-wrap {
  background-color: #f4f9f9;
  padding: 120px 0;
  margin-bottom: 120px
}
.blog-widget {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 80px;
  padding: 25px 30px 10px 45px;
  max-width: 380px;
  background-color: #fff;
  -webkit-box-shadow: 0 20px 30px 0 rgba(84, 87, 93, .1);
  box-shadow: 0 20px 30px 0 rgba(84, 87, 93, .1);
  display: none
}
.blog-widget h2 {
  margin: 0;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700
}
.blog-widget ul {
  margin: 20px 0 0;
  border-top: 1px solid rgba(221, 221, 221, .3)
}
.blog-widget li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline
}
.blog-widget li:hover a {
  color: #666
}
.blog-widget li:hover .fa-arrow-right {
  opacity: 1
}
.blog-widget li:not(:last-child) a {
  border-bottom: 1px solid rgba(221, 221, 221, .3)
}
.blog-widget .fa-arrow-right {
  margin-right: 10px;
  opacity: 0;
  -webkit-transition: opacity .24s;
  -o-transition: opacity .24s;
  transition: opacity .24s
}
.blog-widget a {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 15px 0;
  color: #999;
  line-height: 21px
}
.blog-detail-content {
  line-height: 1.74;
  font-weight: 400;
  color: #666;
  letter-spacing: .48px
}
.blog-detail-content h1, .blog-detail-content h2, .blog-detail-content h3, .blog-detail-content h4, .blog-detail-content h5, .blog-detail-content h6 {
  line-height: 1.3;
  font-weight: 500;
  margin: 30px 0 15px;
  color: #404040;
  font-family: roboto, sans-serif;
  font-weight: 700;
  font-style: normal
}
.blog-detail-content h1 {
  font-size: 35px
}
.blog-detail-content h2 {
  font-size: 29px
}
.blog-detail-content h3 {
  font-size: 24px
}
.blog-detail-content h4 {
  font-size: 19px
}
.blog-detail-content h5 {
  font-size: 14px
}
.blog-detail-content p, .blog-detail-content li {
  margin: 0 0 10px;
  color: #999;
  font-size: 15px
}
.blog-detail-content img, .blog-detail-content video, .blog-detail-content audio {
  display: block;
  margin: 20px auto;
  width: unset !important;
  height: unset !important
}
.blog-detail-content img:first-child, .blog-detail-content video:first-child, .blog-detail-content audio:first-child {
  margin-top: 0
}
.mml-blog-recent {
  max-width: 1200px;
  padding: 0 10px;
  margin: 0 auto 120px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  width: 100%
}
.mml-blog-recent > h2 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 36px;
  color: #444
}
.mml-blog-recent .mml-text {
  padding: 15px 30px 30px
}
.mml-blog-recent .blog-title {
  margin: 5px 0 0
}
@media (max-width:1000px) {
  .tpl-blog-5:before {
    display: none
  }
  .tpl-blog-5 .blog-item {
    padding-left: 0
  }
  .tpl-blog-5 .blog-item:before, .tpl-blog-5 .blog-item:after {
    display: none
  }
  .tpl-blog-5 .blog-time {
    left: 7px;
    outline: none;
    color: #666
  }
  .tpl-blog-6 .mml-text, .tpl-blog-7 .mml-text {
    padding: 20px
  }
}
@media (max-width:960px) {
  .tpl-blog-4 .blog-item {
    width: calc(50% - 20px)
  }
}
@media (max-width:850px) {
  .mml-cols-3 .blog-item {
    width: calc(50% - 20px)
  }
  .tpl-blog-5 .blog-item {
    display: block
  }
  .tpl-blog-5 .blog-item > a {
    display: block;
    margin: auto;
    width: unset
  }
}
@media (max-width:720px) {
  .tpl-blog-4 .blog-item .mml-text {
    padding: 30px 20px 20px
  }
  .tpl-blog-6 .blog-item, .tpl-blog-7 .blog-item {
    display: block
  }
  .tpl-blog-6 .blog-item > a, .tpl-blog-7 .blog-item > a {
    display: block;
    margin: auto;
    width: unset
  }
  .tpl-blog-6 .blog-excerpt, .tpl-blog-7 .blog-excerpt {
    margin: 0 0 20px
  }
  .tpl-blog-7 .blog-item {
    background-color: unset
  }
  .tpl-blog-7 .mml-text {
    position: relative;
    margin: auto;
    max-width: 590px;
    background-color: #fbfcff
  }
  .tpl-blog-7 .blog-time {
    bottom: 25px;
    right: 20px
  }
}
@media (max-width:600px) {
  .mml-blog {
    margin: 40px auto
  }
  .mml-blog .mml-text {
    padding: 15px
  }
  .mml-blog .blog-item {
    width: 100%
  }
  .blog-title, .mml-cols-3 .blog-title {
    font-size: 18px;
    line-height: 24px
  }
  .tpl-blog-1 .blog-time, .tpl-blog-2 .blog-time {
    padding: 0 15px;
    line-height: 36px
  }
}
@media (max-width:900px) {
  .mml-blog-detail {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .blog-article {
    display: block
  }
  .blog-detail-colwidth {
    width: 100%;
    margin: auto
  }
  .blog-widget {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    margin: 40px auto;
    max-width: unset
  }
}
@media (max-width:600px) {
  .blog-details-wrap {
    padding: 60px 0;
    margin-bottom: 60px
  }
  .blog-widget {
    padding: 20px
  }
  .mml-blog-recent {
    margin: 40px auto
  }
  .mml-blog-recent > h2 {
    text-align: center
  }
  .mml-blog-recent .blog-item {
    margin: 10px auto;
    max-width: 380px;
    width: 100%
  }
}
.mml-faq-item {
  position: relative;
  margin-bottom: 10px;
  background: rgba(0, 0, 0, .02);
  color: #666
}
.mml-faq-item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, .1);
  content: ''
}
.mml-faq-item.active .mml-faq-item-hd {
  color: #0095eb
}
.mml-faq-item.active .mml-faq-item-hd i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}
.mml-faq-item .mml-faq-item-hd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  cursor: pointer
}
.mml-faq-item .mml-faq-item-hd .number {
  width: 60px;
  text-align: center
}
.mml-faq-item .mml-faq-item-hd .title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 20px;
  font-weight: 400
}
.mml-faq-item .mml-faq-item-hd i {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease
}
.mml-faq-item .mml-faq-item-bd {
  display: none;
  padding: 0 80px 20px 80px
}
.mml-mask {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 20px;
  background: rgba(0, 0, 0, .5);
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}
.mml-mask.mml-show {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important
}
.mml-mask .container {
  padding: 0 !important
}
.mml-modal {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: auto;
  max-height: 100%;
  max-width: 1000px;
  width: 100%;
  background: #fff;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 34px 0 rgba(33, 33, 33, .15);
  box-shadow: 0 0 34px 0 rgba(33, 33, 33, .15)
}
.mml-modal-header {
  padding: 5px 20px;
  text-align: right
}
.mml-modal-close {
  font-size: 26px;
  cursor: pointer;
  color: #fff;
  z-index: 10
}
.mml-modal-content {
  padding: 10px 20px 20px;
  overflow: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}
#modal-quote .mml-modal {
  width: 100%;
  max-width: 660px;
  background-image: -webkit-linear-gradient(318deg, #7ad26d 0%, #23bd73 100%), -webkit-linear-gradient(#29bf73, #29bf73);
  background-image: -o-linear-gradient(318deg, #7ad26d 0%, #23bd73 100%), -o-linear-gradient(#29bf73, #29bf73);
  background-image: linear-gradient(132deg, #7ad26d 0%, #23bd73 100%), linear-gradient(#29bf73, #29bf73);
  background-blend-mode: normal, normal;
  -webkit-box-shadow: 32px 38px 100px 0 rgba(43, 191, 114, .15);
  box-shadow: 32px 38px 100px 0 rgba(43, 191, 114, .15);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
#modal-quote .mml-modal p {
  color: #fdfefd;
  margin-bottom: 40px
}
#modal-quote .mml-modal-content {
  padding: 0 80px
}
#modal-quote h2 {
  font-size: 30px;
  color: #fff;
  font-family: filson-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 36px;
  margin-bottom: 5px
}
#modal-quote input {
  width: 100%;
  height: 40px;
  background-color: rgba(253, 254, 255, .2);
  padding-left: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: unset;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: 20px
}
#modal-quote input::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal
}
#modal-quote input::-moz-placeholder {
  color: #fff;
  font-size: 14px;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal
}
#modal-quote input:-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal
}
#modal-quote input::-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal
}
#modal-quote input::placeholder {
  color: #fff;
  font-size: 14px;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal
}
#modal-quote .mml-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}
#modal-quote .mml-col label {
  width: 49%
}
#modal-quote textarea {
  width: 100%;
  height: 116px;
  background-color: rgba(253, 254, 255, .2);
  padding-left: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: unset;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: 18px;
  padding-top: 15px;
  margin-bottom: 10px
}
#modal-quote textarea:focus {
  outline: none
}
#modal-quote textarea::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal
}
#modal-quote textarea::-moz-placeholder {
  color: #fff;
  font-size: 14px;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal
}
#modal-quote textarea:-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal
}
#modal-quote textarea::-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal
}
#modal-quote textarea::placeholder {
  color: #fff;
  font-size: 14px;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal
}
#modal-quote .codedropz-upload-handler {
  border: 1px dashed rgba(255, 255, 255, .5)
}
#modal-quote .codedropz-upload-container {
  padding: 10px 10px
}
#modal-quote .codedropz-upload-inner {
  text-align: left
}
#modal-quote .codedropz-upload-inner h3, #modal-quote .codedropz-upload-inner span, #modal-quote .codedropz-upload-inner a {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 0;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 0;
  color: #fff
}
#modal-quote .codedropz-upload-inner .codedropz-btn-wrap {
  display: inline-block
}
#modal-quote .codedropz-upload-inner span {
  padding: 0 5px
}
#modal-quote input.wpcf7-submit {
  background: #fff;
  height: 70px;
  font-family: filson-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  color: #23bd73;
  -webkit-box-shadow: 8px 9px 38px 0 rgba(195, 218, 222, .75);
  box-shadow: 8px 9px 38px 0 rgba(195, 218, 222, .75);
  margin-top: 30px
}
.case-quote .mml-modal-header {
  position: relative;
  padding: 15px 20px
}
.case-quote .mml-modal-close {
  position: absolute;
  right: -76px;
  top: 0;
  display: block;
  width: 56px;
  height: 56px;
  line-height: 56px;
  background-color: #2bbf72;
  color: #fff;
  text-align: center
}
.case-quote .mml-modal {
  max-width: 770px
}
.case-quote .mml-modal.container {
  padding: 0
}
.case-quote .mml-modal-content {
  padding: 0 30px 70px !important
}
.case-quote .slider-for {
  max-width: 710px;
  max-height: 710px;
  margin: 0 -5px 10px;
  overflow: hidden
}
.case-quote .slider-nav {
  margin: 0 -10px
}
.case-quote .slider-nav li {
  max-width: 134px;
  margin: 0 5px
}
.case-quote .slick-arrow {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: rgba(61, 61, 61, .4);
  font-size: 20px;
  text-align: center;
  color: #fff
}
.case-quote .slick-arrow.btn-l {
  left: 5px
}
.case-quote .slick-arrow.btn-r {
  right: 5px
}
.case-quote .slick-arrow:hover {
  background-color: #2bbf72
}
.case-quote .slick-dots {
  margin: 20px 0
}
.case-quote .slick-dots > li {
  background-color: rgba(227, 225, 225, .7)
}
.case-quote .slick-dots > li.slick-active {
  width: 40px;
  background-color: #2bbf72
}
.case-quote h3 {
  font-size: 30px;
  line-height: 50px;
  margin-bottom: 10px
}
@media screen and (max-width:950px) {
  .case-quote .mml-modal-close {
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 50px
  }
}
#catalog-quote .mml-modal-header {
  position: relative;
  padding: 25px 30px
}
#catalog-quote .container {
  padding: 0
}
#catalog-quote .mml-modal-close {
  position: absolute;
  right: -76px;
  top: 0;
  z-index: 10;
  display: block;
  width: 56px;
  height: 56px;
  line-height: 56px;
  background-color: #2bbf72;
  color: #fff;
  text-align: center
}
#catalog-quote .mml-modal {
  max-width: 520px;
  background-color: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px
}
#catalog-quote .mml-modal-content {
  position: relative;
  padding: 0 30px 30px
}
#catalog-quote .mml-modal-content .img {
  max-width: 420px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  margin: 0 auto 45px;
  overflow: hidden
}
#catalog-quote .mml-modal-content h4 {
  font-family: filson-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
  color: #525759;
  text-align: center
}
#catalog-quote .mml-modal-content h2 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 30px
}
#catalog-quote .mml-modal-content input:not([type=submit]), #catalog-quote .mml-modal-content textarea {
  border: 1px solid #2bbf72
}
#catalog-quote .mml-modal-content .wpcf7-submit {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: filson-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 24px;
  color: #fff;
  font-size: 16px;
  background-color: #2bbf72;
  text-align: center;
  padding: 15px 10px;
  margin-top: 10px
}
#catalog-quote .mml-modal-content .wpcf7-submit:hover {
  opacity: .8
}
#catalog-quote .dbtn {
  position: relative;
  bottom: 0;
  text-align: center;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%)
}
#catalog-quote .dbtn a {
  display: inline-block;
  min-width: 230px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: filson-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 24px;
  color: #fff;
  font-size: 16px;
  background-color: #2bbf72;
  text-align: center;
  padding: 15px 10px;
  -webkit-box-shadow: 0 8px 18px 0 rgba(113, 208, 110, .3);
  box-shadow: 0 8px 18px 0 rgba(113, 208, 110, .3);
  -webkit-border-radius: 30px;
  border-radius: 30px;
  margin: 10px 0
}
@media screen and (max-width:700px) {
  #catalog-quote .mml-modal-close {
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px
  }
}
#ldp-quote .mml-modal {
  width: 100%;
  max-width: 660px;
  background-image: -webkit-linear-gradient(318deg, #7ad26d 0%, #23bd73 100%), -webkit-linear-gradient(#29bf73, #29bf73);
  background-image: -o-linear-gradient(318deg, #7ad26d 0%, #23bd73 100%), -o-linear-gradient(#29bf73, #29bf73);
  background-image: linear-gradient(132deg, #7ad26d 0%, #23bd73 100%), linear-gradient(#29bf73, #29bf73);
  background-blend-mode: normal, normal;
  -webkit-box-shadow: 32px 38px 100px 0 rgba(43, 191, 114, .15);
  box-shadow: 32px 38px 100px 0 rgba(43, 191, 114, .15);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
#ldp-quote .mml-modal p {
  color: #fdfefd;
  margin-bottom: 20px
}
#ldp-quote .container {
  padding: 0
}
#ldp-quote .mml-modal-content {
  padding: 0 80px
}
#ldp-quote h2 {
  font-size: 30px;
  color: #fff;
  font-family: filson-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 36px;
  margin-bottom: 5px
}
#ldp-quote input {
  width: 100%;
  height: 40px;
  background-color: rgba(253, 254, 255, .2);
  padding-left: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: unset;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: 20px
}
#ldp-quote input::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal
}
#ldp-quote input::-moz-placeholder {
  color: #fff;
  font-size: 14px;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal
}
#ldp-quote input:-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal
}
#ldp-quote input::-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal
}
#ldp-quote input::placeholder {
  color: #fff;
  font-size: 14px;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal
}
#ldp-quote .mml-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}
#ldp-quote .mml-col label {
  width: 49%
}
#ldp-quote textarea {
  width: 100%;
  height: 116px;
  background-color: rgba(253, 254, 255, .2);
  padding-left: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: unset;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: 18px;
  padding-top: 15px;
  margin-bottom: 10px
}
#ldp-quote textarea:focus {
  outline: none
}
#ldp-quote textarea::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal
}
#ldp-quote textarea::-moz-placeholder {
  color: #fff;
  font-size: 14px;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal
}
#ldp-quote textarea:-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal
}
#ldp-quote textarea::-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal
}
#ldp-quote textarea::placeholder {
  color: #fff;
  font-size: 14px;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal
}
#ldp-quote .codedropz-upload-handler {
  margin-top: 20px;
  border: 1px dashed rgba(255, 255, 255, .5)
}
#ldp-quote .codedropz-upload-container {
  padding: 10px 10px
}
#ldp-quote .codedropz-upload-inner {
  text-align: left
}
#ldp-quote .codedropz-upload-inner h3, #ldp-quote .codedropz-upload-inner span, #ldp-quote .codedropz-upload-inner a {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 0;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 0;
  color: #fff
}
#ldp-quote .codedropz-upload-inner .codedropz-btn-wrap {
  display: inline-block
}
#ldp-quote .codedropz-upload-inner span {
  padding: 0 5px
}
#ldp-quote input.wpcf7-submit {
  background: #fff;
  height: 70px;
  font-family: filson-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  color: #23bd73;
  -webkit-box-shadow: 8px 9px 38px 0 rgba(195, 218, 222, .75);
  box-shadow: 8px 9px 38px 0 rgba(195, 218, 222, .75);
  margin-top: 30px
}
@media screen and (max-width:700px) {
  .mml-modal-content {
    padding: 0 30px !important
  }
}
@media screen and (max-width:500px) {
  .mml-mask .mml-form label {
    width: 100% !important
  }
  .mml-mask .mml-col {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
  }
}
.contact-page {
  background-color: #f4f9f9;
  padding: 120px 0
}
.contact-page .mml-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.contact-page .text-wrap {
  width: 45%;
  max-width: 450px
}
.contact-page h2 {
  font-size: 34px;
  color: #525759;
  margin-bottom: 28px
}
.contact-page p {
  color: #777d80;
  font-size: 16px;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal
}
.contact-page ul {
  margin-top: 60px
}
.contact-page li {
  font-family: filson-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  color: #3b3e40;
  margin-top: 25px;
  position: relative;
  padding-left: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.contact-page li:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background-color: #2bbf72;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 7px
}
.contact-page .form-wrap {
  width: 53%;
  max-width: 660px;
  background-image: -webkit-linear-gradient(318deg, #7ad26d 0%, #23bd73 100%), -webkit-linear-gradient(#29bf73, #29bf73);
  background-image: -o-linear-gradient(318deg, #7ad26d 0%, #23bd73 100%), -o-linear-gradient(#29bf73, #29bf73);
  background-image: linear-gradient(132deg, #7ad26d 0%, #23bd73 100%), linear-gradient(#29bf73, #29bf73);
  background-blend-mode: normal, normal;
  -webkit-box-shadow: 32px 38px 100px 0 rgba(43, 191, 114, .15);
  box-shadow: 32px 38px 100px 0 rgba(43, 191, 114, .15);
  margin: 0 auto;
  margin-right: 0;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 65px 80px
}
.contact-page .form-wrap p {
  color: #fdfefd;
  margin-bottom: 40px
}
.contact-page h3 {
  font-size: 30px;
  color: #fff;
  font-family: filson-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 5px
}
.contact-page input {
  width: 100%;
  height: 40px;
  background-color: rgba(253, 254, 255, .2);
  padding-left: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: unset;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: 20px
}
.contact-page input::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal
}
.contact-page input::-moz-placeholder {
  color: #fff;
  font-size: 14px;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal
}
.contact-page input:-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal
}
.contact-page input::-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal
}
.contact-page input::placeholder {
  color: #fff;
  font-size: 14px;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal
}
.contact-page .mml-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.contact-page .mml-col label {
  width: 49%
}
.contact-page textarea {
  width: 100%;
  height: 116px;
  background-color: rgba(253, 254, 255, .2);
  padding-left: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: unset;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: 18px;
  padding-top: 15px;
  margin-bottom: 10px
}
.contact-page textarea:focus {
  outline: none
}
.contact-page textarea::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal
}
.contact-page textarea::-moz-placeholder {
  color: #fff;
  font-size: 14px;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal
}
.contact-page textarea:-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal
}
.contact-page textarea::-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal
}
.contact-page textarea::placeholder {
  color: #fff;
  font-size: 14px;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal
}
.contact-page .codedropz-upload-handler {
  margin-top: 20px;
  border: 1px dashed rgba(255, 255, 255, .5)
}
.contact-page .codedropz-upload-container {
  padding: 10px 10px
}
.contact-page .codedropz-upload-inner {
  text-align: left
}
.contact-page .codedropz-upload-inner h3, .contact-page .codedropz-upload-inner span, .contact-page .codedropz-upload-inner a {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 0;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 0;
  color: #fff
}
.contact-page .codedropz-upload-inner .codedropz-btn-wrap {
  display: inline-block
}
.contact-page .codedropz-upload-inner span {
  padding: 0 5px
}
.contact-page input.wpcf7-submit {
  background: #fff;
  height: 70px;
  font-family: filson-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  color: #23bd73;
  -webkit-box-shadow: 8px 9px 38px 0 rgba(195, 218, 222, .75);
  box-shadow: 8px 9px 38px 0 rgba(195, 218, 222, .75);
  margin-top: 30px
}
@media (max-width:960px) {
  .contact-page .form-wrap {
    padding: 60px 40px
  }
}
@media (max-width:767px) {
  .contact-page .mml-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .contact-page .text-wrap {
    width: 100%;
    max-width: 660px
  }
  .contact-page .form-wrap {
    width: 100%;
    margin: 0 auto;
    margin-top: 40px
  }
}
@media (max-width:540px) {
  .contact-page {
    padding: 60px 0
  }
  .contact-page h2 {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 1.2
  }
  .contact-page ul {
    margin-top: 30px
  }
  .contact-page li {
    margin-top: 20px
  }
  .contact-page h3 {
    font-size: 24px;
    line-height: 1.2
  }
  .contact-page .form-wrap {
    padding: 40px 20px
  }
  .contact-page .form-wrap p {
    margin-bottom: 0
  }
}
.banner {
  
  margin-top: -97px
}

.banner .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%
}
.banner .info {
  max-width: 540px
}
.banner h1 {
  font-family: filson-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  line-height: 48px;
  color: #fff
}
.banner h1 span {
  color: #d7fb0e
}
.banner .slider {
  display: inline-block;
  max-width: 100%
}
.banner .slider span {
  display: inline-block
}
.banner ul {
  margin-top: 30px
}
.banner ul li {
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 21px;
  color: #fff;
  margin-bottom: 20px
}
.banner .hbtn {
  max-width: 250px;
  margin-top: 40px
}
.banner .hbtn a {
  display: inline-block;
  min-width: 230px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: filson-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 24px;
  color: #fff;
  font-size: 16px;
  background-color: transparent;
  text-align: center;
  padding: 15px 10px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  border: solid 1px #fff;
  margin: 10px 0
}
.banner .hbtn a:hover {
  background-color: #fff;
  color: #2bbf72
}
.p1-s2 .bg {
  position: relative;
  z-index: 2;
  max-width: 1615px;
  width: 100%;
  margin: -50px auto 0;
  background-color: #fff;
  -webkit-box-shadow: 0 30px 30px 0 rgba(176, 181, 200, .2);
  box-shadow: 0 30px 30px 0 rgba(176, 181, 200, .2);
  -webkit-border-radius: 10px;
  border-radius: 10px
}
.p1-s2 .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.p1-s2 .item {
  position: relative;
  max-width: 380px;
  width: calc(33.33% - 20px);
  padding: 70px 0 30px
}
.p1-s2 .item:first-child .desc {
  padding-left: 0
}
.p1-s2 .item:first-child .icon {
  left: 0
}
.p1-s2 .item:last-child .desc {
  border-right: none;
  padding-right: 0
}
.p1-s2 .desc {
  border-right: 1px solid #eee;
  padding: 0 45px
}
.p1-s2 .icon {
  position: absolute;
  top: 0;
  left: 50px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 91px;
  height: 98px;
  line-height: 98px;
  text-align: center;
  font-size: 19px;
  color: #fff;
  background-image: url("/source/f2a94ea55f08e8806dcb12dddc24129a/so1-icon-bg.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px
}
.p1-s2 h3 {
  font-size: 20px;
  margin-bottom: 10px
}
.p1-s3 {
  padding: 120px 0 60px
}
.p1-s3 .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 100px -10px 0
}
.p1-s3 .item {
  width: calc(33.33% - 20px);
  max-width: 380px;
  margin: 0 10px 20px
}
.p1-s3 .item h4 {
  font-family: filson-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 21px;
  color: #464a4d;
  padding: 10px 0 0
}
.p1-s3 .item:hover h4 {
  text-decoration: underline
}
.p1-s3 .item:hover .mask {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}
.p1-s3 .img {
  position: relative;
  max-width: 380px;
  max-height: 380px;
  overflow: hidden
}
.p1-s3 .mask {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(150%);
  -ms-transform: translateY(150%);
  transform: translateY(150%);
  z-index: 2;
  width: 100%;
  height: 73%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #71d06e;
  padding: 80px 55px;
  -webkit-transition: all 0.24s;
  -o-transition: all 0.24s;
  transition: all 0.24s
}
.p1-s3 .mask p {
  color: #fff
}
.p1-s3 .icon {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  line-height: 80px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, .08);
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, .08);
  font-size: 30px;
  color: #29bf73;
  text-align: center
}
.p1-s4 h2 span {
  color: #d7fb0e
}
.p1-s4 .mmlbtn {
  margin-top: 35px
}
.p1-s4 .mmlbtn a {
  display: inline-block;
  min-width: 250px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: filson-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 24px;
  color: #23bd73;
  font-size: 16px;
  background-color: #fff;
  -webkit-border-radius: 33px;
  border-radius: 33px;
  text-align: center;
  padding: 21px 20px
}
.p1-s4 .content {
  background-color: #f3f9f9; padding-top: 50px; padding-bottom: 30px;
}
.p1-s4 .content .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.p1-s4 .content .img {
  max-width: 480px;
  width: 100%;
  margin-right: 20px
}
.p1-s4 .content .list {
  max-width: 660px;
  width: 100%;
  margin: 5px 0 0 auto; margin-top: 0;
}
.p1-s4 .content .list li {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 19px 23px 80px 0 rgba(136, 127, 115, .15);
  box-shadow: 19px 23px 80px 0 rgba(136, 127, 115, .15);
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 25px 35px;
  margin-bottom: 25px
}
.p1-s4 .content .list li::before {
  position: absolute;
  top: 40px;
  left: 0;
  width: 2px;
  height: 50px;
  background-color: #29bf73;
  display: block;
  content: ''
}
.p1-s4 .content .list h4 {
  font-family: filson-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #525759;
  margin-bottom: 10px
}
.p1-s5 {
  position: relative;
  padding: 120px 0 160px
}
.p1-s5 .info {
  max-width: 490px;
  width: 42%;
  margin-right: 20px
}
.p1-s5 .info h4 {
  font-family: poppins, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  color: #2bbf72
}
.p1-s5 .info h2 {
  color: #2bbf72;
  margin-bottom: 20px
}
.p1-s5 .info p {
  margin-bottom: 20px
}
.p1-s5 .info ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 480px
}
.p1-s5 .info ul li {
  width: 50%;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 36px;
  color: #464b4d;
  padding-right: 20px
}
.p1-s5 .info ul li::before {
  content: '•';
  margin-right: 10px;
  color: #2bbf72
}
.p1-s5 .info .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
  font-family: filson-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  color: #525759;
  text-decoration: underline
}
.p1-s5 .info .link .icon {
  margin-right: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: #29bf73;
  -webkit-box-shadow: 0 10px 9px 2px rgba(41, 191, 115, .15);
  box-shadow: 0 10px 9px 2px rgba(41, 191, 115, .15)
}
.p1-s5 .wrap {
  max-width: 1920px;
  margin: auto
}
.p1-s5 .img {
  max-width: 870px;
  width: 46%;
  margin: 0 0 0 auto
}
.p1-s5 .container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2
}
.s67-bg {
  background-image: url("/source/ae7961bfe524996dad540368ad4da534/s06-bg.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  background-position: center
}
.p1-s6 .tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.p1-s6 .tit h4 {
  width: 122px;
  height: 108px;
  background-image: url("/source/c0fc82f4525631f1fada8d5bc0318f5c/s05-tittle-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  font-family: filson-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
  line-height: 24px;
  color: #fff;
  padding: 20px 10px 0;
  text-align: center;
  margin-right: 30px
}
.p1-s6 .tit h2 {
  color: #29bf73;
  margin-bottom: 10px
}
.p1-s6 .tit p {
  max-width: 540px
}
.p1-s6 .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 100px -10px 0
}
.p1-s6 .item {
  position: relative;
  max-width: 280px;
  width: calc(25% - 20px);
  margin: 0 10px 20px;
  
}
.p1-s6 .item p {max-width: 250px;
  margin: auto;
}
.p1-s6 .item h3 {
  font-family: poppins, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  color: #3b3e40;
  margin-bottom: 10px;text-align: center;
}
.p1-s6 .item .line {
  position: absolute;
  right: 0;
  top: 35px;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  width: 50%;
  max-width: 140px
}
.p1-s6 .item .line.re {
  -webkit-transform: rotate(176deg) translateX(-50%);
  -ms-transform: rotate(176deg) translateX(-50%);
  transform: rotate(176deg) translateX(-50%)
}
.p1-s6 .icon {
  position: relative;
  max-width: 110px;
  height: 110px;
  background-color: #fff;
  -webkit-box-shadow: 0 15px 69px 12px rgba(0, 0, 0, .08);
  box-shadow: 0 15px 69px 12px rgba(0, 0, 0, .08);
  margin: 0 auto 35px;
  -webkit-border-radius: 50%;
  border-radius: 50%
}
.p1-s6 .icon img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden
}
.p1-s6 .icon .num {
  position: absolute;
  top: -5px;
  right: -5px;
  z-index: 2;
  width: 30px;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #2bbf72;
  text-align: center;
  font-family: filson-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  color: #fff
}
.p1-s7 {
  padding: 100px 0 120px
}
.p1-s7 .tit {
  max-width: 680px;
  margin-bottom: 45px
}
.p1-s7 .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.p1-s7 .info {
  max-width: 420px;
  width: 100%;
  margin-right: 20px
}
.p1-s7 ul {
  margin-bottom: 50px
}
.p1-s7 ul li {
  position: relative;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #464b4d;
  padding-right: 10px;
  padding-left: 20px;
  margin-bottom: 15px
}
.p1-s7 ul li::before {
  position: absolute;
  left: 0;
  content: '•';
  color: #2bbf72
}
.p1-s7 .mmlbtn a {
  display: inline-block;
  min-width: 338px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: filson-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 24px;
  color: #fff;
  font-size: 16px;
  background-color: #2bbf72;
  text-align: center;
  padding: 20px 10px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  margin: 10px 0
}
.p1-s7 .img {
  max-width: 680px;
  width: 100%;
  margin: 0 0 0 auto;
  -webkit-border-radius: 120px;
  border-radius: 120px;
  overflow: hidden
}
.p1-s8.p4-s11 .box {
  padding: 135px 65px 180px 85px
}
.p1-s8.p4-s11 .info .tit {
  padding: 190px 60px 50px 150px
}
.p1-s8 .mmlbtn {
  margin-top: 140px
}
.p1-s8 .mmlbtn a {
  display: inline-block;
  min-width: 220px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: filson-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 24px;
  color: #2bbf72;
  font-size: 16px;
  background-color: #ffg;
  text-align: left;
  padding: 20px 10px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  margin: 10px 0
}
.p1-s8 .item {
  text-align: left !important;
  cursor: pointer
}
.p1-s8 .item h4 {
  font-family: filson-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 24px;
  color: #525759;
  font-size: 20px;
  padding-top: 20px
}
.p1-s8 .item p {
  font-family: poppins, sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
  color: #777d80 !important;
  padding: 10px 0 0 !important
}
.p1-s8 .item:hover .mask {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}
.p1-s8 .img {
  position: relative;
  max-width: 340px;
  max-height: 340px;
  margin: auto;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  overflow: hidden
}
.p1-s8 .mask {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(150%);
  -ms-transform: translateY(150%);
  transform: translateY(150%);
  z-index: 2;
  width: 100%;
  height: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2bbf72;
  padding: 80px 55px;
  -webkit-transition: all 0.24s;
  -o-transition: all 0.24s;
  transition: all 0.24s
}
.p1-s8 .icon {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  line-height: 80px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, .08);
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, .08);
  font-size: 30px;
  color: #29bf73;
  text-align: center
}
.p1-s9 {
  padding: 200px 0 140px; padding-top: 100px;
  background-image: url("/source/bcfe0d1cdb9f6e6c4e6b884df21dc310/s08-bg.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center
}
.p1-s9 h2 {
  color: #2bbf72
}
.p1-s9 .wrap {
  margin-top: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.p1-s9 .info {
  max-width: 440px;
  width: 100%;
  margin-right: 20px
}
.p1-s9 .info h3 {
  color: #525759;
  font-size: 25px;
  line-height: 36px;
  margin-bottom: 50px
}
.p1-s9 .info h4 {
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #2bbf72;
  margin-bottom: 20px
}
.p1-s9 .info .mmlbtn {
  margin-top: 45px
}
.p1-s9 .info .mmlbtn a {
  display: inline-block;
  min-width: 180px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: filson-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 24px;
  color: #fff;
  font-size: 16px;
  background-color: #2bbf72;
  text-align: center;
  padding: 20px 10px;
  -webkit-border-radius: 30px;
  border-radius: 30px
}
.p1-s9 .img {
  max-width: 680px;
  margin: 0 0 0 auto;
  width: 100%
}
.p1-s9 .img img {
  -webkit-border-radius: 120px;
  border-radius: 120px;
  overflow: hidden
}
@media screen and (max-width:1080px) {
  .p1-s8.p4-s11 .info .tit {
    padding: 30px !important
  }
}
@media screen and (max-width:960px) {
  .p1-s6 .item .line {
    -webkit-transform: translateX(57%);
    -ms-transform: translateX(57%);
    transform: translateX(57%)
  }
  .p1-s6 .item .line.re {
    -webkit-transform: rotate(176deg) translateX(-57%);
    -ms-transform: rotate(176deg) translateX(-57%);
    transform: rotate(176deg) translateX(-57%)
  }
}
@media screen and (min-width:768px) {
  .banner .mob-img {
    display: none
  }
}
@media screen and (max-width:1024px) {
  .p1-s5 .container {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
  .p1-s5 .info {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 30px
  }
  .p1-s5 .img {
    margin: 0 auto;
    width: 100%
  }
}
@media screen and (max-width:991px) {
	.banner{margin-top: 0px;}
	.sep-inner-banner {margin-top: 0px;}
}
@media screen and (max-width:900px) {
  .p1-s4 .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .p1-s4 .content .img {
    width: 100%;
    margin: 0 auto 30px
  }
  .p1-s4 .content .list {
    width: 100%;
    max-width: 480px;
    margin: 0 auto
  }
}
@media screen and (max-width:767px) {
  .banner {
    height: auto; 
    background-image: -webkit-gradient(linear, left bottom, left top, from(#7ad26d), to(#23bd73)), -webkit-gradient(linear, left top, left bottom, from(#29bf73), to(#29bf73));
    background-image: -webkit-linear-gradient(bottom, #7ad26d 0%, #23bd73 100%), -webkit-linear-gradient(#29bf73, #29bf73);
    background-image: -o-linear-gradient(bottom, #7ad26d 0%, #23bd73 100%), -o-linear-gradient(#29bf73, #29bf73);
    background-image: linear-gradient(0deg, #7ad26d 0%, #23bd73 100%), linear-gradient(#29bf73, #29bf73)
  }
  .banner .info {
    padding: 100px 0 60px;
    max-width: 100%
  }
  .banner h1 {
    font-size: 30px !important;
    line-height: 1.3 !important
  }
  .p1-s2 .bg {
    margin: 100px auto 0
  }
  .p1-s2 .item {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 50px
  }
  .p1-s2 .item:last-child {
    margin-bottom: 0
  }
  .p1-s2 .icon {
    left: 20px !important
  }
  .p1-s2 .desc {
    padding: 0 20px !important;
    border-right: none !important
  }
  .p1-s6 .item {
    width: calc(50% - 20px);
    max-width: 100%
  }
  .p1-s7 .wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .p1-s7 .info {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 30px
  }
  .p1-s7 .img {
    width: 100%;
    margin: 0 auto
  }
  .p1-s9 .wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .p1-s9 .info {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 30px
  }
  .p1-s9 .img {
    width: 100%;
    margin: 0 auto
  }
  .p1-s4 .content {
    padding-top: 50px
  }
  .p1-s6 .item .line {
    display: none !important
  }
}
@media screen and (max-width:600px) {
  .p1-s3 .item {
    width: calc(50% - 20px)
  }
}
@media screen and (max-width:400px) {
  .p1-s3 .item {
   width: calc(100% - 20px);
    margin: 0 auto 20px
  }
  .p1-s6 .item {
    width: 100%;
    margin: 0 auto 20px
  }
	.p1-s5 .info ul li{width: 100%;}
}
.gallery-page {
  padding: 120px 0
}
.gallery-page .sec-title {
  margin: 0 auto;
  max-width: 813px;
  text-align: center
}
.gallery-page h2 {
  text-align: center;
  font-family: filson-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  color: #525759;
  line-height: 1.2;
  margin-bottom: 20px
}
.gallery-page p {
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #777d80;
  line-height: 1.5;
  font-size: 16px;
  display: inline-block;
  max-width: 750px
}
.gallery-page .gallery-list {
  margin: 60px -10px 0
}
.gallery-page .gallery-list li {
  max-width: 280px;
  width: calc(25% - 20px) !important;
  margin: 0 10px 30px;
  text-align: center;
  cursor: pointer
}
.gallery-page .gallery-list li:hover .icon-wrap {
  bottom: 0
}
.gallery-page .gallery-list li .img-wrap {
  overflow: hidden;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  position: relative
}
.gallery-page .ctrl {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.gallery-page .slick-arrow {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  margin: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #888;
  text-align: center;
  background-color: transparent;
  -webkit-transition: all 0.24s;
  -o-transition: all 0.24s;
  transition: all 0.24s
}
.gallery-page .slick-arrow:hover {
  background-color: #2bbf72;
  color: #fff;
  -webkit-box-shadow: 0 8px 18px 0 rgba(113, 208, 110, .3);
  box-shadow: 0 8px 18px 0 rgba(113, 208, 110, .3)
}
.gallery-page .slick-dots > li {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  background-color: transparent;
  -webkit-border-radius: 0;
  border-radius: 0
}
.gallery-page .slick-dots > li.slick-active button {
  background-color: #2bbf72;
  color: #fff;
  -webkit-box-shadow: 0 8px 18px 0 rgba(113, 208, 110, .3);
  box-shadow: 0 8px 18px 0 rgba(113, 208, 110, .3)
}
.gallery-page .slick-dots button {
  display: block;
  margin: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #888;
  text-align: center;
  background-color: transparent;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.24s;
  -o-transition: all 0.24s;
  transition: all 0.24s
}
.gallery-page .slick-dots button:hover {
  background-color: #2bbf72;
  color: #fff;
  -webkit-box-shadow: 0 8px 18px 0 rgba(113, 208, 110, .3);
  box-shadow: 0 8px 18px 0 rgba(113, 208, 110, .3)
}
.gallery-page .icon-wrap {
  position: absolute;
  width: 100%;
  height: 50%;
  background-color: #2bbf72;
  left: 0;
  bottom: -200px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}
.gallery-page .icons {
  width: 80px;
  height: 81px;
  background-color: #fff;
  -webkit-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, .08);
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, .08);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 82px;
  margin: 0 auto;
  margin-top: -40px
}
.gallery-page .icons i {
  font-size: 24px;
  color: #2bbf72
}
.gallery-page h4 {
  margin-top: 10px;
  font-family: filson-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  color: #525759
}
@media (max-width:680px) {
  .gallery-page .gallery-sec {
    width: 100%;
    max-width: 580px;
    margin: 0 auto
  }
  .gallery-page .gallery-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .gallery-page .gallery-list li {
    margin-right: 0;
    width: 49%
  }
}
@media (max-width:540px) {
  .gallery-page {
    padding: 60px 0
  }
  .gallery-page h2 {
    font-size: 28px
  }
}
#gallery-quote .mml-modal {
  width: 98%
}
#gallery-quote .img-wrap {
  width: 100%;
  max-width: 710px;
  margin: 0 auto
}
#gallery-quote .slider-nav {
  margin: 0 -5px;
  margin-top: 10px
}
#gallery-quote .slider-nav li {
  margin: 0 5px
}
#gallery-quote .slider-for {
  width: 710px
}
#gallery-quote .slick-list {
  padding: 0px !important
}
#gallery-quote .text-wrap {
  max-width: 710px;
  margin: 0 auto;
  margin-top: 30px
}
#gallery-quote h3 {
  font-size: 30px;
  color: #525759;
  font-family: filson-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 10px
}
#gallery-quote p {
  color: #666;
  margin-top: 10px
}
#gallery-quote button {
  width: 50px;
  height: 50px;
  background-color: #fff;
  -webkit-box-shadow: -6px 14px 40px 0 rgba(104, 113, 133, .15);
  box-shadow: -6px 14px 40px 0 rgba(104, 113, 133, .15);
  border: unset;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}
#gallery-quote button i {
  color: #525759
}
#gallery-quote button:hover {
  background-color: #23bd73
}
#gallery-quote button:hover i {
  color: #fff
}
#gallery-quote button.slick-prev {
  left: 5px
}
#gallery-quote button.slick-next {
  right: 5px
}
@media (max-width:960px) {
  #gallery-quote .gallery-for {
    width: 100%
  }
}
@media (max-width:540px) {
  #gallery-quote h3 {
    font-size: 20px
  }
  #gallery-quote button {
    width: 40px;
    height: 40px
  }
}
@media screen and (max-width:900px) {
  .gallery-page .gallery-list li {
    width: calc(33.33% - 20px) !important
  }
}
@media screen and (max-width:600px) {
  .gallery-page .gallery-list li {
    width: calc(50% - 20px) !important
  }
}
.p72-s1 {
  padding-top: 80px
}
.p72-s1 h2 {
  text-align: center;
  font-family: filson-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  color: #525759;
  line-height: 1.2
}
.p72-s1 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.p72-s1 li {
  width: 32%;
  max-width: 380px;
  margin-right: 2%;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 52px 10px 42px;
  background-color: #fff;
  -webkit-box-shadow: 14px 14px 60px 0 rgba(105, 111, 114, .1);
  box-shadow: 14px 14px 60px 0 rgba(105, 111, 114, .1);
  margin-top: 50px
}
.p72-s1 li:nth-child(3n) {
  margin-right: 0
}
.p72-s1 b {
  font-size: 53px;
  font-family: roboto, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #23bd73;
  line-height: 1.2
}
.p72-s1 p {
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3d3d3d;
  margin-top: 10px;
  line-height: 1.5
}
@media (max-width:1180px) {
  .p72-s1 b {
    font-size: 46px
  }
}
@media (max-width:960px) {
  .p72-s1 b {
    font-size: 32px
  }
}
@media (max-width:767px) {
  .p72-s1 b {
    font-size: 38px
  }
  .p72-s1 ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .p72-s1 li {
    width: 100%;
    margin-right: 0
  }
}
@media (max-width:540px) {
  .p72-s1 {
    padding-top: 60px
  }
  .p72-s1 h2 {
    font-size: 28px
  }
  .p72-s1 li {
    margin-top: 30px
  }
}
.p72-s2 {
  padding: 175px 0 120px;
  margin-top: -60px;
  background-color: #f3f9f9
}
.p72-s2 .sec-title {
  text-align: center;
  max-width: 590px;
  margin: 0 auto
}
.p72-s2 h2 {
  text-align: center;
  font-family: filson-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  color: #525759;
  line-height: 1.2;
  margin-bottom: 25px
}
.p72-s2 p {
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #757d80
}
.p72-s2 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.p72-s2 li {
  width: 32%;
  max-width: 380px;
  margin-right: 2%;
  margin-top: 50px
}
.p72-s2 li:nth-child(3n) {
  margin-right: 0
}
.p72-s2 h4 {
  font-family: filson-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  color: #3b3e40;
  margin: 25px 0 10px;
  line-height: 1.2
}
@media (max-width:680px) {
  .p72-s2 ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .p72-s2 li {
    width: 49%;
    margin-right: 0
  }
}
@media (max-width:540px) {
  .p72-s2 {
    padding: 120px 0 60px
  }
  .p72-s2 h2 {
    font-size: 28px
  }
}
@media (max-width:450px) {
  .p72-s2 ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .p72-s2 li {
    width: 100%;
    margin-top: 30px
  }
}
.p72-s3 {
  padding: 120px 0
}
.p72-s3 section {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden
}
.p72-s3 .sec-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px
}
.p72-s3 h2 {
  font-family: filson-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  color: #525759;
  line-height: 1.2;
  margin-bottom: 25px;
  width: 49%
}
.p72-s3 .sec-des {
  width: 49%
}
.p72-s3 p {
  font-size: 16px;
  color: #757d80;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal
}
.p72-s3 ul.step-list {
  margin: 0 -10px
}
.p72-s3 li {
  margin: 0 10px;
  opacity: .5;
  -webkit-transition: all .01s;
  -o-transition: all .01s;
  transition: all .01s
}
.p72-s3 li.slick-active {
  opacity: 1
}
.p72-s3 li.slick-active .text-wrap {
  opacity: 1
}
.p72-s3 h4 {
  font-family: filson-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  color: #525759;
  margin-bottom: 12px
}
.p72-s3 .text-wrap {
  min-height: 235px;
  padding-top: 22px;
  border-top: 1px solid #6b727c;
  opacity: 0;
  -webkit-transition: all .01s;
  -o-transition: all .01s;
  transition: all .01s;
  max-width: 380px;
  margin: 0 auto
}
.p72-s3 .text-wrap p {
  margin-bottom: 15px
}
.p72-s3 .slick-list {
  overflow: unset
}
.p72-s3 button {
  top: 73%;
  width: 62px;
  height: 62px;
  background-color: #fff;
  -webkit-box-shadow: -6px 14px 40px 0 rgba(104, 113, 133, .15);
  box-shadow: -6px 14px 40px 0 rgba(104, 113, 133, .15);
  border: unset;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}
.p72-s3 button i {
  color: #525759
}
.p72-s3 button:hover {
  background-color: #23bd73
}
.p72-s3 button:hover i {
  color: #fff
}
.p72-s3 button.slick-prev {
  left: -20px
}
.p72-s3 button.slick-next {
  right: -20px
}
@media (max-width:1280px) {
  .p72-s3 button.slick-prev {
    left: 0
  }
  .p72-s3 button.slick-next {
    right: 0
  }
}
@media (max-width:680px) {
  .p72-s3 .text-wrap {
    min-height: 280px
  }
  .p72-s3 .sec-title {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .p72-s3 h2 {
    width: 100%
  }
  .p72-s3 .sec-des {
    width: 100%
  }
}
@media (max-width:540px) {
  .p72-s3 {
    padding: 60px 0
  }
  .p72-s3 h2 {
    font-size: 28px
  }
  .p72-s3 .text-wrap {
    min-height: unset
  }
  .p72-s3 button {
    width: 40px;
    height: 40px
  }
  .p72-s3 button.slick-prev {
    left: 10px
  }
  .p72-s3 button.slick-next {
    right: 10px
  }
}
.p72-s4 {
  padding-bottom: 120px
}
.p72-s4 .sec-title {
  width: 80%;
  max-width: 625px;
  margin-bottom: 60px
}
.p72-s4 h2 {
  font-family: filson-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  color: #525759;
  line-height: 1.2;
  margin-bottom: 20px
}
.p72-s4 p {
  font-size: 16px;
  color: #757d80;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal
}
.p72-s4 .infra-list {
  margin: 0 -10px
}
.p72-s4 .infra-list li {
  margin: 0 10px;
  background-color: #fff;
  border: 1px solid #e5e5e5
}
.p72-s4 h4 {
  background-color: #fff;
  padding: 30px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: poppins, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  color: #464a4d
}
.p72-s4 button {
  width: 62px;
  height: 62px;
  background-color: #fff;
  -webkit-box-shadow: -6px 14px 40px 0 rgba(104, 113, 133, .15);
  box-shadow: -6px 14px 40px 0 rgba(104, 113, 133, .15);
  border: unset;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  top: -110px
}
.p72-s4 button i {
  color: #525759
}
.p72-s4 button:hover {
  background-color: #23bd73
}
.p72-s4 button:hover i {
  color: #fff
}
.p72-s4 button.slick-prev {
  right: 62px
}
.p72-s4 button.slick-next {
  right: 0
}
@media (max-width:768px) {
  .p72-s4 .infra-list {
    margin: 0 -5px
  }
  .p72-s4 .infra-list li {
    margin: 0 5px
  }
  .p72-s4 button {
    top: 43%
  }
  .p72-s4 button.slick-prev {
    left: 0
  }
  .p72-s4 button.slick-next {
    right: 0
  }
}
@media (max-width:540px) {
  .p72-s4 {
    padding-bottom: 60px
  }
  .p72-s4 .sec-title {
    width: 100%;
    margin-bottom: 30px
  }
  .p72-s4 h2 {
    font-size: 28px;
    margin-bottom: 15px
  }
  .p72-s4 h4 {
    padding: 20px 10px
  }
  .p72-s4 button {
    width: 40px;
    height: 40px
  }
}
.p71-s1 {
  padding: 120px 0
}
.p71-s1 section {
  width: 95%;
  max-width: 1100px
}
.p71-s1 h2 {
  font-family: filson-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  color: #525759;
  line-height: 1.2;
  margin-bottom: 55px
}
.p71-s1 .img-wrap {
  position: relative
}
.p71-s1 .logo-list {
  position: absolute;
  width: 80%;
  max-width: 680px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 20px;
  background-color: #fff;
  -webkit-box-shadow: 39px 46px 120px 0 rgba(104, 113, 133, .1);
  box-shadow: 39px 46px 120px 0 rgba(104, 113, 133, .1);
  right: -80px;
  bottom: -50px
}
.p71-s1 li {
  display: inline-block;
  width: 32%
}
.p71-s1 .text-wrap {
  margin-top: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.p71-s1 .mml-col {
  width: 49%;
  max-width: 537px
}
.p71-s1 .mml-col:nth-child(2n) {
  max-width: 490px
}
.p71-s1 p {
  font-size: 16px;
  color: #777d80;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  margin-top: 20px
}
.p71-s1 a {
  color: #23bd73
}
.p71-s1 a:hover {
  text-decoration: underline
}
@media (max-width:1200px) {
  .p71-s1 .logo-list {
    right: -5%
  }
}
@media (max-width:768px) {
  .p71-s1 section {
    width: 100%
  }
  .p71-s1 .logo-list {
    position: static;
    width: 100%;
    max-width: unset
  }
  .p71-s1 .text-wrap {
    margin-top: 30px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .p71-s1 .mml-col {
    width: 100%;
    max-width: unset
  }
  .p71-s1 .mml-col:nth-child(2n) {
    max-width: unset
  }
}
@media (max-width:540px) {
  .p71-s1 {
    padding: 60px 0
  }
  .p71-s1 h2 {
    font-size: 28px;
    margin-bottom: 20px
  }
  .p71-s1 .logo-list {
    padding: 20px 10px
  }
  .p71-s1 .text-wrap {
    margin-top: 20px
  }
}
.p71-s2 {
  margin-top: 40px;
  padding-bottom: 100px;
  background-image: url("/source/c2baabafb733d0895e7a74ff145b3bac/s03-bg.jpg");
  background-repeat: no-repeat;
  background-position: right bottom;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.p71-s2 .box {
  position: relative;
  padding: 0 10px 120px;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto
}
.p71-s2 .box:before {
  content: '';
  display: block;
  width: 19.5%;
  height: 100%;
  background-color: #23bd73;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1
}
.p71-s2 h2 {
  position: relative;
  z-index: 3;
  font-family: filson-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  color: #23bd73;
  line-height: 1.2;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 60px;
  position: relative;
  max-width: 950px;
  width: 58%
}
.p71-s2 h2::before {
  content: '';
  display: block;
  width: 1px;
  height: 140px;
  background-color: #23bd73;
  position: absolute;
  z-index: 3;
  left: 10px;
  top: 60px
}
.p71-s2 section {
  position: relative;
  z-index: 2;
  max-width: 1530px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 160px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.p71-s2 .img-wrap {
  width: 53%;
  max-width: 721px;
  -webkit-box-shadow: 39px 46px 120px 0 rgba(62, 52, 53, .1);
  box-shadow: 39px 46px 120px 0 rgba(62, 52, 53, .1)
}
.p71-s2 .text-wrap {
  width: 45%;
  max-width: 565px;
  margin: 0 auto;
  margin-right: 0
}
.p71-s2 p {
  font-size: 16px;
  color: #777d80;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  margin-top: 20px
}
@media (max-width:1600px) {
  .p71-s2 section {
    padding-left: 80px
  }
}
@media (max-width:1380px) {
  .p71-s2 section {
    padding-left: 40px
  }
}
@media (max-width:1200px) {
  .p71-s2 section {
    padding-left: 0
  }
}
@media (max-width:960px) {
  .p71-s2 h2:before {
    display: none
  }
}
@media (max-width:768px) {
  .p71-s2 {
    margin-top: 0
  }
  .p71-s2 .box:before {
    display: none
  }
  .p71-s2 section {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .p71-s2 .img-wrap {
    width: 100%
  }
  .p71-s2 .text-wrap {
    width: 100%;
    max-width: unset
  }
}
@media (max-width:540px) {
  .p71-s2 {
    padding: 0 10px 60px
  }
  .p71-s2 h2 {
    font-size: 28px;
    margin-bottom: 25px
  }
}
.p71-s3 .mml-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.p71-s3 .img-wrap {
  width: 58%;
  max-width: 640px;
  margin: 0 auto;
  margin-right: 0
}
.p71-s3 .text-wrap {
  width: 40%;
  max-width: 462px
}
.p71-s3 h2 {
  font-family: filson-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  color: #525759;
  line-height: 1.2;
  margin-bottom: 55px
}
.p71-s3 p {
  font-size: 16px;
  color: #777d80;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  margin-top: 20px
}
@media (max-width:960px) {
  .p71-s3 h2 {
    margin-bottom: 20px
  }
}
@media (max-width:768px) {
  .p71-s3 .mml-row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .p71-s3 .text-wrap {
    width: 100%;
    max-width: 560px
  }
  .p71-s3 .img-wrap {
    width: 100%;
    margin: 0 auto;
    margin-top: 40px
  }
}
@media (max-width:540px) {
  .p71-s3 h2 {
    font-size: 28px
  }
}
.p71-s4 {
  padding: 120px 0
}
.p71-s4 .sec-title {
  text-align: center;
  margin-bottom: 50px
}
.p71-s4 h2 {
  font-family: filson-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  color: #525759;
  line-height: 1.2;
  margin-bottom: 15px
}
.p71-s4 p {
  font-size: 16px;
  color: #777d80;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5
}
.p71-s4 .maker-list {
  margin: 0 -10px
}
.p71-s4 .maker-list li.slick-slide {
  margin: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 120px 30px 40px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  min-height: 330px
}
.p71-s4 .slick-track {
  padding-top: 90px
}
.p71-s4 .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.p71-s4 h4 {
  font-family: filson-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  color: #3d3d3d;
  margin-bottom: 15px
}
.p71-s4 .pic {
  position: absolute;
  left: 50%;
  top: -80px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}
.p71-s4 .slick-dots {
  margin-top: 40px
}
@media (max-width:768px) {
  .p71-s4 .maker-list li.slick-slide {
    padding: 120px 10px 30px
  }
}
@media (max-width:540px) {
  .p71-s4 {
    padding: 60px 0
  }
  .p71-s4 h2 {
    font-size: 28px
  }
  .p71-s4 h4 {
    font-size: 18px
  }
}
.p71-s5 h2 {
  font-family: filson-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  color: #525759;
  line-height: 1.2;
  margin-bottom: 65px
}
.p71-s5 p {
  font-size: 16px;
  color: #757d80;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal
}
.p71-s5 .exh-list {
  margin: 0 -10px
}
.p71-s5 .exh-list li {
  margin: 0 10px;
  background-color: #fff;
  border: 1px solid #e5e5e5
}
.p71-s5 h4 {
  background-color: #fff;
  padding: 30px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: poppins, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  color: #464a4d
}
.p71-s5 button {
  width: 62px;
  height: 62px;
  background-color: #fff;
  -webkit-box-shadow: -6px 14px 40px 0 rgba(104, 113, 133, .15);
  box-shadow: -6px 14px 40px 0 rgba(104, 113, 133, .15);
  border: unset;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  top: -90px
}
.p71-s5 button i {
  color: #525759
}
.p71-s5 button:hover {
  background-color: #23bd73
}
.p71-s5 button:hover i {
  color: #fff
}
.p71-s5 button.slick-prev {
  right: 62px
}
.p71-s5 button.slick-next {
  right: 0
}
@media (max-width:768px) {
  .p71-s5 .exh-list {
    margin: 0 -5px
  }
  .p71-s5 .exh-list li {
    margin: 0 5px
  }
  .p71-s5 button {
    top: 43%
  }
  .p71-s5 button.slick-prev {
    left: 0
  }
  .p71-s5 button.slick-next {
    right: 0
  }
}
@media (max-width:540px) {
  .p71-s5 h2 {
    font-size: 28px;
    margin-bottom: 30px
  }
  .p71-s5 h4 {
    padding: 20px 10px;
    font-size: 16px
  }
  .p71-s5 button {
    width: 40px;
    height: 40px
  }
}
.p71-s6 {
  padding: 120px 0
}
.p71-s6 h2 {
  font-family: filson-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  color: #525759;
  line-height: 1.2;
  margin-bottom: 60px
}
.p71-s6 section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.p71-s6 .mml-col {
  width: 49%;
  max-width: 557px;
  position: relative
}
.p71-s6 .img-wrap {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 35%;
  max-width: 200px
}
.p71-s6 .text-wrap {
  width: 90%;
  max-width: 430px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px;
  background-color: #fff;
  -webkit-box-shadow: 42px 42px 120px 0 rgba(105, 111, 114, .1);
  box-shadow: 42px 42px 120px 0 rgba(105, 111, 114, .1);
  margin: 0 auto;
  margin-right: 0;
  border-right: 2px solid #23bd73
}
.p71-s6 .text {
  max-width: 290px;
  margin: 0 auto;
  margin-right: 0
}
.p71-s6 h4 {
  font-size: 20px;
  font-family: filson-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #464a4d;
  line-height: 1.2;
  margin-bottom: 20px
}
.p71-s6 p {
  font-size: 16px;
  color: #4d4d4d;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  margin-bottom: 5px
}
.p71-s6 a.links {
  font-family: filson-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  color: #303030;
  margin-top: 30px;
  display: inline-block
}
.p71-s6 a.links:hover {
  text-decoration: underline;
  color: #2cbd72
}
@media (max-width:1080px) {
  .p71-s6 .img-wrap {
    width: 30%
  }
  .p71-s6 .text {
    width: 80%
  }
}
@media (max-width:960px) {
  .p71-s6 h2 {
    text-align: center;
    margin-bottom: 30px
  }
  .p71-s6 section {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .p71-s6 .mml-col {
    width: 100%;
    margin-top: 30px
  }
}
@media (max-width:540px) {
  .p71-s6 {
    padding: 60px 0
  }
  .p71-s6 h2 {
    font-size: 28px;
    margin-bottom: 10px
  }
  .p71-s6 .mml-col {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .p71-s6 .img-wrap {
    position: static;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
    margin-left: 20px
  }
  .p71-s6 .text-wrap {
    width: 100%;
    max-width: unset;
    padding: 40px 20px
  }
  .p71-s6 .text {
    width: 100%;
    max-width: unset
  }
  .p71-s6 h4 {
    font-size: 18px
  }
  .p71-s6 a.links {
    font-size: 16px
  }
}
.p5-s01 {
  padding: 120px 0 380px;
  background-image: url("/source/f31d6d6ade20837a5accc94a089cd26e/s02-bg.jpg");
  background-position: right bottom
}
.p5-s01 .sec-title {
  text-align: center
}
.p5-s01 .sec-title p {
  display: inline-block;
  max-width: 782px
}
.p5-s01 h2 {
  color: #29bf73;
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 20px
}
.p5-s01 p {
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #777d80;
  line-height: 1.5
}
.p5-s01 .prices-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.p5-s01 li {
  width: 49%;
  max-width: 500px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 115px;
  position: relative;
  margin-top: 70px
}
.p5-s01 .icon-wrap {
  width: 90px;
  height: 90px;
  background-color: #fff;
  -webkit-box-shadow: 10px 12px 69px 12px rgba(0, 0, 0, .08);
  box-shadow: 10px 12px 69px 12px rgba(0, 0, 0, .08);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 90px;
  color: #29bf73;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: -15px
}
.p5-s01 h4 {
  font-size: 16px;
  color: #3b3e40;
  font-family: filson-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 15px;
  line-height: 1.2
}
@media (max-width:767px) {
  .p5-s01 li {
    padding-left: 85px
  }
  .p5-s01 .icon-wrap {
    width: 60px;
    height: 60px;
    line-height: 60px;
    top: 0
  }
}
@media (max-width:540px) {
  .p5-s01 {
    padding: 60px 0 180px
  }
  .p5-s01 h2 {
    font-size: 28px
  }
  .p5-s01 .prices-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .p5-s01 li {
    width: 100%;
    margin-top: 40px
  }
}
.p5-s02 {
  background-image: url("/source/a16a9303f4c0853bcd4b1eae67c92129/s03-bg1.jpg");
  background-position: center bottom;
  padding-bottom: 80px;
  margin-top: -240px;
  background-repeat: no-repeat
}
.p5-s02 .mml-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.p5-s02 .text-wrap {
  width: 45%;
  max-width: 420px;
  padding-top: 45px
}
.p5-s02 h2 {
  font-size: 40px;
  color: #29bf73;
  line-height: 1.2;
  font-family: filson-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 45px
}
.p5-s02 .des-wrap {
  margin-top: 150px
}
.p5-s02 .line {
  width: 60px;
  height: 1px;
  background-color: #29bf73
}
.p5-s02 p {
  font-size: 16px;
  color: #777d80;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 15px
}
.p5-s02 .form-wrap {
  width: 53%;
  max-width: 660px;
  background-image: -webkit-linear-gradient(318deg, #7ad26d 0%, #23bd73 100%), -webkit-linear-gradient(#29bf73, #29bf73);
  background-image: -o-linear-gradient(318deg, #7ad26d 0%, #23bd73 100%), -o-linear-gradient(#29bf73, #29bf73);
  background-image: linear-gradient(132deg, #7ad26d 0%, #23bd73 100%), linear-gradient(#29bf73, #29bf73);
  background-blend-mode: normal, normal;
  -webkit-box-shadow: 32px 38px 100px 0 rgba(43, 191, 114, .15);
  box-shadow: 32px 38px 100px 0 rgba(43, 191, 114, .15);
  margin: 0 auto;
  margin-right: 0;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 65px 80px
}
.p5-s02 h3 {
  font-size: 30px;
  color: #fff;
  font-family: filson-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 45px
}
.p5-s02 input {
  width: 100%;
  height: 40px;
  background-color: rgba(253, 254, 255, .2);
  padding-left: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: unset;
  -webkit-border-radius: 5px;
  border-radius: 5px
}
.p5-s02 input::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal
}
.p5-s02 input::-moz-placeholder {
  color: #fff;
  font-size: 14px;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal
}
.p5-s02 input:-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal
}
.p5-s02 input::-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal
}
.p5-s02 input::placeholder {
  color: #fff;
  font-size: 14px;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal
}
.p5-s02 .mml-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.p5-s02 .mml-col label {
  width: 49%
}
.p5-s02 textarea {
  width: 100%;
  height: 116px;
  background-color: rgba(253, 254, 255, .2);
  padding-left: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: unset;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: 18px;
  padding-top: 15px;
  margin-bottom: 10px
}
.p5-s02 textarea:focus {
  outline: none
}
.p5-s02 textarea::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal
}
.p5-s02 textarea::-moz-placeholder {
  color: #fff;
  font-size: 14px;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal
}
.p5-s02 textarea:-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal
}
.p5-s02 textarea::-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal
}
.p5-s02 textarea::placeholder {
  color: #fff;
  font-size: 14px;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal
}
.p5-s02 .codedropz-upload-handler {
  border: 1px dashed rgba(255, 255, 255, .5)
}
.p5-s02 .codedropz-upload-container {
  padding: 10px 10px
}
.p5-s02 .codedropz-upload-inner {
  text-align: left
}
.p5-s02 .codedropz-upload-inner h3, .p5-s02 .codedropz-upload-inner span, .p5-s02 .codedropz-upload-inner a {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 0;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 0;
  color: #fff
}
.p5-s02 .codedropz-upload-inner .codedropz-btn-wrap {
  display: inline-block
}
.p5-s02 .codedropz-upload-inner span {
  padding: 0 5px
}
.p5-s02 input.wpcf7-submit {
  background: #fff;
  height: 70px;
  font-family: filson-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  color: #23bd73;
  -webkit-box-shadow: 8px 9px 38px 0 rgba(195, 218, 222, .75);
  box-shadow: 8px 9px 38px 0 rgba(195, 218, 222, .75);
  margin-top: 30px
}
@media (max-width:960px) {
  .p5-s02 .form-wrap {
    padding: 60px 40px
  }
}
@media (max-width:767px) {
  .p5-s02 .mml-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .p5-s02 .text-wrap {
    width: 100%;
    max-width: 660px
  }
  .p5-s02 .form-wrap {
    width: 100%;
    margin: 0 auto;
    margin-top: 40px
  }
  .p5-s02 .des-wrap {
    margin-top: 30px
  }
}
@media (max-width:540px) {
  .p5-s02 {
    margin-top: -120px
  }
  .p5-s02 h2 {
    font-size: 28px;
    margin-bottom: 20px
  }
  .p5-s02 .form-wrap {
    padding: 40px 20px
  }
}
.p5-s03 {
  padding: 120px 0
}
.p5-s03 h2 {
  font-size: 40px;
  color: #29bf73;
  line-height: 1.2;
  font-family: filson-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  max-width: 580px
}
.p5-s03 .mml-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 100px
}
.p5-s03 .mml-col:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}
.p5-s03 .img-wrap {
  width: 62%;
  max-width: 680px
}
.p5-s03 .text-wrap {
  width: 37%;
  max-width: 420px
}
.p5-s03 h3 {
  font-size: 25px;
  color: #525759;
  line-height: 1.2
}
.p5-s03 p {
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #777d80;
  line-height: 24px;
  margin-top: 20px
}
.p5-s03 .link-btn {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.p5-s03 .btn {
  width: 50px;
  height: 50px;
  background-color: #29bf73;
  -webkit-box-shadow: 6px 8px 9px 2px rgba(41, 191, 115, .15);
  box-shadow: 6px 8px 9px 2px rgba(41, 191, 115, .15);
  line-height: 50px;
  display: inline-block;
  margin-right: 20px
}
.p5-s03 .btn i {
  color: #fff
}
.p5-s03 b {
  color: #3b3e40
}
.p5-s03 a {
  font-size: 18px;
  color: #525759;
  font-family: filson-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  border-bottom: 1px solid transparent
}
.p5-s03 a:hover {
  border-bottom: 1px solid
}
@media (max-width:768px) {
  .p5-s03 h2 {
    text-align: center;
    max-width: unset
  }
  .p5-s03 .mml-col {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .p5-s03 .img-wrap {
    width: 100%
  }
  .p5-s03 .text-wrap {
    width: 100%;
    max-width: 520px;
    margin-top: 30px
  }
}
@media (max-width:540px) {
  .p5-s03 {
    padding: 60px 0
  }
  .p5-s03 h2 {
    font-size: 28px
  }
  .p5-s03 .mml-col {
    margin-top: 50px
  }
  .p5-s03 h3 {
    font-size: 20px
  }
  .p5-s03 .btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center
  }
  .p5-s03 .btn i {
    margin-left: -4px
  }
  .p5-s03 a {
    font-size: 16px
  }
}
.p4-s2 {
  background-color: #f4f9f9;
  padding: 80px 0 0
}
.p4-s2 .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0 -15px;
  padding-bottom: 50px;
  border-bottom: 1px solid #dfe5e8
}
.p4-s2 h2 {
  position: relative;
  z-index: 3;
  color: #29bf73;
  padding-bottom: 15px
}
.p4-s2 p {
  position: relative;
  z-index: 3
}
.p4-s2 .item {
  margin: 0 15px 30px
}
.p4-s2 .tit {
  position: relative;
  max-width: 670px;
  width: 57%;
  padding: 90px
}
.p4-s2 .tit .content {
  position: relative;
  z-index: 2
}
.p4-s2 .tit::before {
  position: absolute;
  top: 0;
  left: -75px;
  z-index: 1;
  width: 111.2%;
  min-height: 493px;
  height: 180%;
  display: block;
  content: '';
  background-image: url("/source/b46463ef8328358ce2d3ca8079e67d51/bg.jpg");
  background-repeat: no-repeat;
  background-position: top left;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%
}
.p4-s2 .item:not(.tit) {
  position: relative;
  z-index: 3;
  max-width: 480px;
  width: 41%;
  background-color: #f4f9f9;
  -webkit-box-shadow: 42px 42px 120px 0 rgba(151, 171, 191, .2);
  box-shadow: 42px 42px 120px 0 rgba(151, 171, 191, .2);
  padding: 50px 30px
}
.p4-s2 .item:not(.tit) p {
  margin: 5px 0 20px
}
.p4-s2 .link {
  display: inline-block;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  color: #2bbf72
}
.p4-s2 .link:hover {
  text-decoration: underline
}
.p4-s3 {
  background-color: #f4f9f9;
  padding: 70px 0 150px
}
.p4-s3 .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 40px -10px 0
}
.p4-s3 .item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 380px;
  width: calc(33.33% - 20px);
  margin: 0 10px;
  padding: 50px 30px 60px;
  background-color: #fff;
  -webkit-box-shadow: 42px 42px 120px 0 rgba(151, 171, 191, .2);
  box-shadow: 42px 42px 120px 0 rgba(151, 171, 191, .2);
  border-top: 2px solid #525759
}
.p4-s3 .icon {
  min-width: 80px;
  max-height: 80px;
  margin-right: 20px;
  overflow: hidden
}
.p4-s3 .num {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-family: filson-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  color: #29bf73;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff
}
.p4-s4 {
  background-image: url("/source/e10c924c28eb8ff734797ea28f21769e/s04-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover
}
.p4-s4 h2 {
  text-align: center;
  color: #fff;
  padding: 90px 0 50px
}
.p4-s4 .nav-wrap {
  position: relative
}
.p4-s4 .nav-wrap.fixed .nav-content {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 100%
}
.p4-s4 .nav-wrap .nav-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
  -webkit-box-shadow: 42px 42px 120px 0 rgba(151, 171, 191, .2);
  box-shadow: 42px 42px 120px 0 rgba(151, 171, 191, .2);
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0
}
.p4-s4 .nav-wrap a {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  font-family: poppins, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  color: gray;
  border-bottom: 2px solid transparent;
  padding: 23px 5px
}
.p4-s4 .nav-wrap a:hover, .p4-s4 .nav-wrap a.active {
  color: #525759;
  border-color: #29bf73
}
.p4-s5 {
  padding: 110px 0 120px
}
.p4-s5 .tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px
}
.p4-s5 .tit .line {
  max-width: 600px;
  width: 52%;
  height: 1px;
  background-color: #2bbf72
}
.p4-s5 .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.p4-s5 .slider-wrap {
  max-width: 630px;
  width: 54%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-left: -10px
}
.p4-s5 .item {
  max-width: 295px;
  margin: 0 10px;
  text-align: center
}
.p4-s5 .item p {
  font-family: filson-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #3b3e40;
  padding: 10px 10px 0
}
.p4-s5 .info {
  max-width: 500px;
  width: 43%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 15px 0 0 auto
}
.p4-s5 .info p {
  margin-bottom: 20px
}
.p4-s5 .arrs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 55px
}
.p4-s5 .slick-arrow {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  color: #a8a8a8;
  border: solid 1px #e5e5e5;
  -webkit-transition: all 0.24s;
  -o-transition: all 0.24s;
  transition: all 0.24s
}
.p4-s5 .slick-arrow:hover {
  background-color: #29bf73;
  border-color: #29bf73;
  color: #fff;
  -webkit-box-shadow: 0 10px 9px 2px rgba(41, 191, 115, .15);
  box-shadow: 0 10px 9px 2px rgba(41, 191, 115, .15)
}
.p4-s6 {
  max-width: 1620px;
  margin: auto;
  background-color: #f4f2ea;
  -webkit-border-radius: 80px;
  border-radius: 80px;
  padding: 50px 0
}
.p4-s6 .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.p4-s6 .info {
  max-width: 470px;
  width: 100%;
  margin-right: 20px
}
.p4-s6 .info h2 {
  max-width: 300px;
  margin-bottom: 20px
}
.p4-s6 .info p {
  margin-bottom: 20px
}
.p4-s6 .img {
  max-width: 600px;
  width: 100%;
  margin: 0 0 0 auto
}
.p4-s6 .img img {
  width: auto;
  height: auto
}
.p4-s7 {
  padding: 120px 0 90px
}
.p4-s7 .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.p4-s7 .slider-wrap {
  max-width: 612px;
  width: 52%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-left: -10px
}
.p4-s7 .item {
  max-width: 184px;
  width: calc(33.333% - 20px) !important;
  margin: 0 10px 30px;
  text-align: center;
  vertical-align: top
}
.p4-s7 .item p {
  font-family: filson-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #3b3e40;
  padding: 10px 10px 0
}
.p4-s7 .info {
  max-width: 500px;
  width: 43%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 20px 0 0 auto
}
.p4-s7 .info h2 {
  margin-bottom: 20px
}
.p4-s7 .info p {
  margin-bottom: 20px
}
.p4-s7 .arrs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 55px
}
.p4-s7 .slick-arrow {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  color: #a8a8a8;
  border: solid 1px #e5e5e5;
  -webkit-transition: all 0.24s;
  -o-transition: all 0.24s;
  transition: all 0.24s
}
.p4-s7 .slick-arrow:hover {
  background-color: #29bf73;
  border-color: #29bf73;
  color: #fff;
  -webkit-box-shadow: 0 10px 9px 2px rgba(41, 191, 115, .15);
  box-shadow: 0 10px 9px 2px rgba(41, 191, 115, .15)
}
.p4-s8 .info {
  min-height: 460px;
  padding: 110px 0;
  background-image: url("/source/1e7af6bbc2ef7516b7086d462aa17602/s07-title-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover
}
.p4-s8 .info h2, .p4-s8 .info p {
  max-width: 710px;
  margin-bottom: 20px;
  color: #fff
}
.p4-s8 .wrap {
  background-color: #f3f9f9;
  padding-bottom: 100px
}
.p4-s8 .slider-wrap {
  margin: 0 -10px
}
.p4-s8 .item {
  max-width: 380px;
  width: calc(33.33% - 20px) !important;
  margin: 0 10px 30px;
  text-align: center
}
.p4-s8 .item p {
  font-family: filson-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #3b3e40;
  padding: 10px 10px 0
}
.p4-s8 .slick-dots {
  margin-top: 30px
}
.p4-s9 {
  padding: 110px 0 50px
}
.p4-s9 .tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px
}
.p4-s9 .tit h2 {
  max-width: 550px;
  width: 100%;
  margin-right: 20px
}
.p4-s9 .tit .desc {
  max-width: 600px;
  width: 100%
}
.p4-s9 .tit p {
  margin: 10px 0 20px
}
.p4-s9 .slider-wrap {
  margin: 0 -10px
}
.p4-s9 .item {
  max-width: 380px;
  margin: 0 10px 20px;
  border-top: 1px solid #6b727c
}
.p4-s9 .item h4 {
  padding: 20px 0;
  font-family: filson-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  color: #525759
}
.p4-s9 .item ul {
  padding-bottom: 25px;
  min-height: 97px
}
.p4-s9 .item ul li {
  position: relative;
  padding-left: 20px;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #666
}
.p4-s9 .item ul li::before {
  position: absolute;
  left: 0;
  content: '•';
  color: #29bf73
}
.p4-s9 .slick-dots {
  margin-top: 30px
}
.p4-s10 {
  padding: 50px 0 120px
}
.p4-s10 .tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px
}
.p4-s10 .tit h2 {
  max-width: 550px;
  width: 100%;
  margin-right: 20px
}
.p4-s10 .tit .desc {
  max-width: 600px;
  width: 100%
}
.p4-s10 .tit p {
  margin: 10px 0 20px
}
.p4-s10 .slider-wrap {
  margin: 0 -10px
}
.p4-s10 .item {
  max-width: 220px;
  margin: 0 10px;
  text-align: center
}
.p4-s10 .item p {
  font-family: filson-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #3b3e40;
  padding: 10px 10px 0
}
.p4-s10 .slick-dots {
  margin-top: 30px
}
.p4-s11 .container {
  position: relative;
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0
}
.p4-s11 .container::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 32%;
  height: 100%;
  background-color: #fff;
  display: block;
  content: ''
}
.p4-s11 .info {
  position: relative;
  z-index: 2;
  width: 32%
}
.p4-s11 .info .tit {
  padding: 120px 70px 50px 150px
}
.p4-s11 .info h2 {
  color: #2bbf72;
  margin-bottom: 50px
}
.p4-s11 .info p {
  color: #fff;
  max-width: 340px;
  margin-bottom: 20px
}
.p4-s11 .box {
  width: 100%;
  padding: 120px 65px;
  width: 68%;
  background-color: #f3f9f9
}
.p4-s11 .slider-wrap {
  max-width: 1110px
}
.p4-s11 .item {
 
  margin: 0 15px;
  text-align: center
}
.p4-s11 .item p {
  font-family: filson-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #525759;
  padding: 10px 10px 0
}
.p4-s11 .item img {
  -webkit-border-radius: 60px;
  border-radius: 60px;
  overflow: hidden
}
.p4-s11 .arrs {
  width: 32%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #1f935c
}

.p4-s12 {
  padding: 200px 0 120px;
  background-image: url("/source/60f5e4a951d06898cb0835430300b1c7/s11-bg.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center
}
.p4-s12 .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.p4-s12 .info {
  max-width: 440px;
  width: 100%;
  margin-right: 20px
}
.p4-s12 .info h2 {
  color: #2bbf72;
  margin-bottom: 20px
}
.p4-s12 .info p {
  margin-bottom: 20px
}
.p4-s12 .img {
  max-width: 680px;
  -webkit-border-radius: 120px;
  border-radius: 120px;
  width: 100%;
  margin: 0 0 0 auto;
  overflow: hidden
}
@media screen and (max-width:1680px) {
  .p4-s11 .info .tit {
    padding: 120px 10% 30px !important
  }
}
@media screen and (max-width:1199px) {
  .p4-s2 .tit {
    width: 54%
  }
  .p4-s11 .box {
    padding: 120px 20px !important
  }
}
@media screen and (max-width:1080px) {
  .p4-s2 .wrap {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0
  }
  .p4-s2 .tit {
    width: 100%;
    max-width: 100%;
    margin-bottom: 120px
  }
  .p4-s2 .tit::before {
    width: 100%
  }
  .p4-s2 .item:not(.tit) {
    width: calc(50% - 30px);
    max-width: 100%
  }
  .p4-s4 .nav-wrap a {
    -webkit-box-flex: unset;
    -webkit-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 25%;
    padding: 10px 5px
  }
  .p4-s11 .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .p4-s11 .container::before {
    display: none
  }
  .p4-s11 .info {
    width: 100%;
    max-width: 100%;
    
  }
  .p4-s11 .info .tit {
    padding: 40px !important
  }
	.p4-s11 .info h2{margin-bottom: 0;}
	.p1-s8 .mmlbtn a{ padding-left: 0; padding-right: 0;}
  .p4-s11 .info .tit .mmlbtn {
    margin-top: 0px
  }
  .p4-s11 .info p {
    max-width: 100%
  }
  .p4-s11 .arrs {
    width: 100%
  }
  .p4-s11 .box {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 30px !important
  }
}
@media screen and (max-width:800px) {
  .p4-s3 .item {
    width: calc(50% - 20px);
    margin: 0 10px 50px
  }
  .p4-s8 .item {
    width: calc(50% - 20px) !important
  }
}
@media screen and (max-width:767px) {
  .p4-s2 .tit::before {
    width: 110%
  }
  .p4-s8 .info {
    min-height: unset;
    background-color: #2bbf72;
    background-image: none;
    padding: 60px 0
  }
  .p4-s5 .wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .p4-s5 .slider-wrap {
    width: 100%;
    margin: 0 auto;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
  }
  .p4-s5 .info {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    max-width: 100%;
    margin: 0 auto 30px
  }
  .p4-s6 .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .p4-s6 .info {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 30px
  }
  .p4-s6 .img {
    width: 100%;
    margin: 0 auto
  }
  .p4-s7 .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .p4-s7 .info {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 30px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
  }
  .p4-s7 .slider-wrap {
    width: 100%;
    margin: 0 auto;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
  }
  .p4-s8 .wrap {
    padding-top: 50px
  }
  .p4-s9 .tit {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .p4-s9 .tit h2 {
    margin-bottom: 20px
  }
  .p4-s10 .tit {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .p4-s10 .tit h2 {
    margin-bottom: 20px
  }
  .p4-s12 .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .p4-s12 .info {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 30px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
  }
  .p4-s12 .img {
    width: 100%;
    margin: 0 auto;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
  }
}
@media screen and (max-width:580px) {
  .p4-s2 .item:not(.tit) {
    width: 100%;
    margin: 0 auto 20px
  }
  .p4-s3 .item {
    width: 100%;
    margin: 0 auto 50px
  }
  .p4-s4 .nav-wrap a {
    width: 33.333%
  }
}
@media screen and (max-width:600px) {
  .p4-s2 .tit {
    width: 100%;
    margin: 0 auto 20px;
    padding: 50px 30px;
    background-color: #f4f9f9;
    -webkit-box-shadow: 42px 42px 120px 0 rgba(151, 171, 191, .2);
    box-shadow: 42px 42px 120px 0 rgba(151, 171, 191, .2)
  }
  .p4-s2 .tit::before {
    display: none
  }
}
@media screen and (max-width:499px) {
  .p4-s11 .item {
    max-width: 100% !important;
    margin: 0 10px !important
  }
}
@media screen and (max-width:450px) {
  .p4-s4 .nav-wrap a {
    width: 50%
  }
}
.p3-s2 {
  padding: 80px 0 100px;
  background-color: #f4f9f9
}
.p3-s2 .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.p3-s2 .slider-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 640px;
  width: 55%;
  margin-right: 20px
}
.p3-s2 .slider-nav {
  max-width: 130px;
  width: 20.5%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-right: 20px
}
.p3-s2 .slider-nav li {
  max-width: 130px;
  max-height: 130px;
  margin-bottom: 12px;
  border: 1px solid transparent
}
.p3-s2 .slider-nav li.slick-current {
  border-color: #23bd73
}
.p3-s2 .slider-for {
  max-width: 490px;
  width: 76.5%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 490px;
  -webkit-box-shadow: 0 60px 120px 0 rgba(151, 171, 191, .2);
  box-shadow: 0 60px 120px 0 rgba(151, 171, 191, .2);
  overflow: hidden
}
.p3-s2 .slick-arrow {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 100%;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background-color: #fff;
  font-size: 16px;
  color: #acb8c2
}
.p3-s2 .slick-arrow:hover {
  color: #71d06e
}
.p3-s2 .slick-arrow.btn-d {
  margin-top: -12px
}
.p3-s2 .args {
  max-width: 480px;
  width: 41%;
  margin: 0 0 0 auto
}
.p3-s2 .args h1 {
  font-family: filson-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
  line-height: 1.2;
  color: #525759;
  margin-bottom: 30px
}
.p3-s2 .args h3 {
  font-size: 16px
}
.p3-s2 .args h3 span {
  color: #2bbf72
}
.p3-s2 .args h4 {
  font-family: filson-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 21px;
  color: #464a4d;
  margin: 5px 0 10px
}
.p3-s2 .args .desc {
  position: relative;
  max-width: 370px;
  max-height: 190px;
  overflow: hidden
}
.p3-s2 .args .desc::before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 40px;
  display: block;
  content: '';
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(244, 249, 249, .6)), color-stop(0%, #f4f9f9));
  background-image: -webkit-linear-gradient(top, rgba(244, 249, 249, .6) 50%, #f4f9f9 0%);
  background-image: -o-linear-gradient(top, rgba(244, 249, 249, .6) 50%, #f4f9f9 0%);
  background-image: linear-gradient(180deg, rgba(244, 249, 249, .6) 50%, #f4f9f9 0%)
}
.p3-s2 .args .desc.show {
  max-height: 100%;
  overflow: visible
}
.p3-s2 .args .desc.show::before {
  display: none
}
.p3-s2 .args ul li {
  position: relative;
  padding-left: 17px;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #777d80
}
.p3-s2 .args ul li::before {
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  display: block;
  content: '';
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #2bbf72
}
.p3-s2 .args .more {
  position: absolute;
  bottom: 25px;
  right: 0;
  z-index: 3;
  width: 24px;
  height: 24px;
  line-height: 24px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background-color: #2bbf72;
  -webkit-box-shadow: 0 5px 14px 1px rgba(1, 2, 2, .06);
  box-shadow: 0 5px 14px 1px rgba(1, 2, 2, .06);
  cursor: pointer
}
.p3-s2 .args .pbtn {
  margin-top: 20px
}
.p3-s2 .args .pbtn a {
  display: inline-block;
  min-width: 218px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: filson-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 24px;
  color: #fff;
  font-size: 16px;
  background-color: #2bbf72;
  -webkit-border-radius: 33px;
  border-radius: 33px;
  text-align: center;
  padding: 21px 20px
}
.p3-s3 {
  background-color: #f4f9f9;
  padding-bottom: 100px
}
.p3-s3 .nav-tab {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  -webkit-box-shadow: 42px 42px 120px 0 rgba(151, 171, 191, .2);
  box-shadow: 42px 42px 120px 0 rgba(151, 171, 191, .2)
}
.p3-s3 .nav-tab a {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: poppins, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #757880;
  text-align: center;
  border-bottom: 2px solid transparent;
  padding: 17px 10px
}
.p3-s3 .nav-tab a:hover, .p3-s3 .nav-tab a.active {
  border-color: #2bbf72;
  color: #2bbf72
}
.p3-s3 table {
  width: 100%
}
.p3-s3 table tr:nth-child(even) {
  background-color: #ebf2f4
}
.p3-s3 table td {
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #404040;
  border: solid 1px #dae1eb;
  padding: 15px 20px 15px 50px
}
.p3-s3 table td:first-child {
  color: gray;
  min-width: 250px
}
.p3-s3 .custom-faq .container {
  padding: 0
}
.p3-s3 .custom-faq .mml-faq-item {
  background-color: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px
}
.p3-s3 .custom-faq .mml-faq-item::before, .p3-s3 .custom-faq .mml-faq-item:after {
  display: none
}
.p3-s3 .custom-faq .mml-faq-item.active .mml-faq-item-hd i {
  display: none
}
.p3-s3 .custom-faq .mml-faq-item .mml-faq-item-hd {
  padding: 20px 90px
}
.p3-s3 .custom-faq .mml-faq-item .mml-faq-item-hd .number {
  display: none
}
.p3-s3 .custom-faq .mml-faq-item .mml-faq-item-hd .title {
  color: #3b3e40;
  font-family: poppins, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 30px;
  padding: 0
}
.p3-s3 .custom-faq .mml-faq-item .mml-faq-item-hd i {
  top: 22px;
  right: 50px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  background-color: #23bd73
}
.p3-s3 .custom-faq .mml-faq-item .mml-faq-item-hd i.hid {
  display: none
}
.p3-s3 .custom-faq .mml-faq-item .mml-faq-item-bd {
  color: #777d80;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  padding: 0 90px 50px 90px
}
.p3-s4 {
  padding: 120px 0
}
.p3-s4 .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.p3-s4 .img {
  max-width: 520px;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content
}
.p3-s4 .form-wrap {
  max-width: 660px;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-image: -webkit-linear-gradient(318deg, #7ad26d 0%, #23bd73 100%), -webkit-linear-gradient(#29bf73, #29bf73);
  background-image: -o-linear-gradient(318deg, #7ad26d 0%, #23bd73 100%), -o-linear-gradient(#29bf73, #29bf73);
  background-image: linear-gradient(132deg, #7ad26d 0%, #23bd73 100%), linear-gradient(#29bf73, #29bf73);
  background-blend-mode: normal, normal;
  -webkit-box-shadow: 32px 38px 100px 0 rgba(43, 191, 114, .15);
  box-shadow: 32px 38px 100px 0 rgba(43, 191, 114, .15);
  margin: 0 auto;
  margin-right: 0;
  -webkit-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 65px 80px 7px 80px
}
.p3-s4 .form-wrap p {
  color: #fdfefd;
  margin-bottom: 40px
}
.p3-s4 h3 {
  font-size: 30px;
  color: #fff;
  font-family: filson-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 5px
}
.p3-s4 input {
  width: 100%;
  height: 40px;
  background-color: rgba(253, 254, 255, .2);
  padding-left: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: unset;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: 20px
}
.p3-s4 input::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal
}
.p3-s4 input::-moz-placeholder {
  color: #fff;
  font-size: 14px;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal
}
.p3-s4 input:-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal
}
.p3-s4 input::-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal
}
.p3-s4 input::placeholder {
  color: #fff;
  font-size: 14px;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal
}
.p3-s4 .mml-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.p3-s4 .mml-col label {
  width: 49%
}
.p3-s4 textarea {
  width: 100%;
  height: 116px;
  background-color: rgba(253, 254, 255, .2);
  padding-left: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: unset;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: 18px;
  padding-top: 15px;
  margin-bottom: 10px
}
.p3-s4 textarea:focus {
  outline: none
}
.p3-s4 textarea::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal
}
.p3-s4 textarea::-moz-placeholder {
  color: #fff;
  font-size: 14px;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal
}
.p3-s4 textarea:-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal
}
.p3-s4 textarea::-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal
}
.p3-s4 textarea::placeholder {
  color: #fff;
  font-size: 14px;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal
}
.p3-s4 .codedropz-upload-handler {
  border: 1px dashed rgba(255, 255, 255, .5)
}
.p3-s4 .codedropz-upload-container {
  padding: 10px 10px
}
.p3-s4 .codedropz-upload-inner {
  text-align: left
}
.p3-s4 .codedropz-upload-inner h3, .p3-s4 .codedropz-upload-inner span, .p3-s4 .codedropz-upload-inner a {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 0;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 0;
  color: #fff
}
.p3-s4 .codedropz-upload-inner .codedropz-btn-wrap {
  display: inline-block
}
.p3-s4 .codedropz-upload-inner span {
  padding: 0 5px
}
.p3-s4 input.wpcf7-submit {
  background: #fff;
  height: 70px;
  font-family: filson-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  color: #23bd73;
  -webkit-box-shadow: 8px 9px 38px 0 rgba(195, 218, 222, .75);
  box-shadow: 8px 9px 38px 0 rgba(195, 218, 222, .75);
  margin-top: 30px
}
.p3-s5 {
  padding-bottom: 120px
}
.p3-s5 .tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 70px
}
.p3-s5 .arrs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.p3-s5 .slick-arrow {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 62px;
  height: 62px;
  line-height: 62px;
  font-size: 12px;
  color: #525759;
  background-color: #fff;
  -webkit-box-shadow: -6px 14px 40px 0 rgba(104, 113, 133, .15);
  box-shadow: -6px 14px 40px 0 rgba(104, 113, 133, .15);
  -webkit-transition: all 0.24s;
  -o-transition: all 0.24s;
  transition: all 0.24s
}
.p3-s5 .slick-arrow:hover {
  background-color: #2bbf72;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none
}
.p3-s5 .slider-wrap {
  margin: 0 -10px
}
.p3-s5 .item {
  max-width: 280px;
  margin: 0 10px;
  text-align: center
}
.p3-s5 .item p {
  color: #464a4d;
  padding: 10px 10px 0
}
.p3-s5 .item:hover p {
  text-decoration: underline
}
.p3-s5 .item:hover .mask {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}
.p3-s5 .img {
  position: relative;
  max-width: 280px;
  max-height: 280px;
  overflow: hidden
}
.p3-s5 .mask {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(150%);
  -ms-transform: translateY(150%);
  transform: translateY(150%);
  z-index: 2;
  width: 100%;
  height: 50%;
  background-color: #23bd73;
  -webkit-transition: all 0.24s;
  -o-transition: all 0.24s;
  transition: all 0.24s
}
.p3-s5 .icon {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 30px;
  color: #29bf73;
  background-color: #fff;
  -webkit-box-shadow: 13px 15px 20px 0 rgba(0, 0, 0, .08);
  box-shadow: 13px 15px 20px 0 rgba(0, 0, 0, .08)
}
@media screen and (max-width:1024px) {
  .p3-s3 .table-wrap {
    overflow-x: scroll
  }
}
@media screen and (max-width:900px) {
  .p3-s2 .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .p3-s2 .slider-wrap {
    width: 100%;
    margin: 0 auto 30px
  }
  .p3-s2 .args {
    max-width: 640px;
    width: 100%;
    margin: 0 auto
  }
  .p3-s4 .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .p3-s4 .img {
    width: 100%;
    margin: 0 auto
  }
  .p3-s4 .form-wrap {
    width: 100%;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 30px 30px 0
  }
}
.p2-s1 {
  padding: 120px 0;
  background-color: #f4f9f9
}
.p2-s1 .des-wrap {
  max-width: 1050px;
  margin-bottom: 10px
}
.p2-s1 h2 {
  font-family: filson-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  color: #525759;
  margin-bottom: 30px;
  line-height: 1.2
}
.p2-s1 p {
  font-size: 16px;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #777d80;
  margin-top: 20px
}
.p2-s1 .product-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.p2-s1 li {
  width: 49%;
  max-width: 580px;
  margin-top: 40px
}
.p2-s1 li:hover .icon-wrap {
  bottom: 0
}
.p2-s1 li:hover h4 {
  border-bottom: 1px solid
}
.p2-s1 li p {
  max-width: 370px;
  width: 90%;
  color: #fff;
  margin: 0
}
.p2-s1 .img-wrap {
  overflow: hidden;
  position: relative
}
.p2-s1 .icon-wrap {
  position: absolute;
  width: 100%;
  height: 73%;
  background-color: #2bbf72;
  left: 0;
  bottom: -480px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}
.p2-s1 .icons {
  width: 80px;
  height: 81px;
  background-color: #fff;
  -webkit-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, .08);
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, .08);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 82px;
  position: absolute;
  top: -41px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}
.p2-s1 .icons i {
  font-size: 24px;
  color: #2bbf72
}
.p2-s1 h4 {
  display: inline-block;
  line-height: 1.2;
  font-family: filson-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  color: #464a4d;
  margin-top: 15px;
  border-bottom: 1px solid transparent
}
@media (max-width:768px) {
  .p2-s1 .icons {
    width: 50px;
    height: 50px;
    line-height: 50px;
    top: -25px
  }
  .p2-s1 .icons i {
    font-size: 18px
  }
}
@media (max-width:540px) {
  .p2-s1 {
    padding: 60px 0
  }
  .p2-s1 h2 {
    font-size: 28px
  }
  .p2-s1 .product-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .p2-s1 li {
    width: 100%
  }
}
.p2-s2 {
  padding-top: 120px;
  background-image: url("/source/015d174d4a341db1f6dab8063b8ed022/bg1.jpg");
  background-position: center
}
.p2-s2 section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 120px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.p2-s2 .text-wrap {
  width: 46%;
  max-width: 485px
}
.p2-s2 .img-wrap {
  width: 52%;
  max-width: 600px;
  margin: 0 auto;
  margin-right: 0;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  overflow: hidden
}
.p2-s2 h2 {
  font-family: filson-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  color: #525759;
  margin-bottom: 30px;
  line-height: 1.2
}
.p2-s2 p {
  font-size: 16px;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #777d80;
  margin-top: 20px
}
@media (max-width:960px) {
  .p2-s2 section {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .p2-s2 .img-wrap {
    width: 100%;
    margin: 0 auto;
    margin-top: 30px
  }
  .p2-s2 .text-wrap {
    width: 100%;
    max-width: 600px
  }
}
@media (max-width:540px) {
  .p2-s2 {
    padding-top: 60px
  }
  .p2-s2 section {
    padding-bottom: 60px
  }
  .p2-s2 h2 {
    font-size: 28px
  }
  .p2-s2 .img-wrap {
    -webkit-border-radius: 50px;
    border-radius: 50px
  }
}
.p211-s3 {
  padding: 100px 0
}
.p211-s3 h2 {
  margin-bottom: 40px
}
.p211-s3 .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -13px
}
.p211-s3 .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(50% - 26px);
  max-width: 580px;
  margin: 0 13px;
  padding: 40px 40px 40px 0;
  background-color: #fff;
  border-right: 2px solid #23bd73;
  -webkit-box-shadow: 42px 42px 120px 0 rgba(105, 111, 114, .1);
  box-shadow: 42px 42px 120px 0 rgba(105, 111, 114, .1)
}
.p211-s3 .img {
  max-width: 200px;
  width: 34%;
  margin-right: 45px
}
.p211-s3 .info {
  max-width: 285px;
  width: 54%
}
.p211-s3 .info h3 {
  font-size: 20px;
  line-height: 24px;
  color: #464b4d
}
.p211-s3 .info p {
  margin: 20px 0
}
.p211-s3 .info .link {
  display: inline-block;
  font-size: 16px;
  line-height: 32px;
  color: #303030;
  font-family: filson-pro, sans-serif;
  font-weight: 700;
  font-style: normal
}
.p211-s3 .info .link:hover {
  text-decoration: underline;
  color: #2cbd72
}
@media screen and (max-width:1199px) {
  .p211-s3 .img {
    margin-right: 20px
  }
}
@media screen and (max-width:767px) {
  .p211-s3 .item {
    width: 100%;
    margin: 0 auto 20px
  }
  .p211-s3 .wrap {
    margin: 0
  }
}
@media screen and (max-width:400px) {
  .p211-s3 .item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px
  }
  .p211-s3 .img {
    width: 100%;
    margin: 0 0 20px 0
  }
  .p211-s3 .info {
    width: 100%;
    margin: 0
  }
}
.p21-s2 {
  padding: 80px 0;
  background-color: #f4f9f9
}
.p21-s2 .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.p21-s2 .left-nav {
  max-width: 270px;
  width: 25%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #fff;
  -webkit-box-shadow: 42px 42px 120px 0 rgba(151, 171, 191, .2);
  box-shadow: 42px 42px 120px 0 rgba(151, 171, 191, .2)
}
.p21-s2 .left-nav > h3 {
  background-color: #23bd73;
  -webkit-box-shadow: 7px 19px 60px 0 rgba(42, 73, 140, .1);
  box-shadow: 7px 19px 60px 0 rgba(42, 73, 140, .1);
  color: #fff;
  padding: 17px 25px;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  font-size: 20px;
  font-weight: 500
}
.p21-s2 .left-nav .cat {
  margin: 0 25px;
  padding: 20px 0;
  border-bottom: 1px solid #e5f3ef
}
.p21-s2 .left-nav .cat h4 {
  font-family: filson-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #525759;
  text-transform: uppercase
}
.p21-s2 .left-nav .cat h4 a:hover, .p21-s2 .left-nav .cat h4 a.active {
  color: #23bd73
}
.p21-s2 .left-nav .cat h4 i {
  font-size: 14px;
  margin-right: 10px
}
.p21-s2 .left-nav .cat h4 i.show {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}
.p21-s2 .left-nav .cat ul li {
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #777;
  margin: 10px 0;
  padding-left: 17px
}
.p21-s2 .left-nav .cat ul li a:hover, .p21-s2 .left-nav .cat ul li a.active {
  color: #23bd73
}
.p21-s2 .right-content {
  max-width: 820px;
  width: 70%;
  margin: 0 0 0 auto
}
.p21-s2 .desc {
  margin-bottom: 55px;
  padding: 0 10px
}
.p21-s2 .desc h2 {
  margin-bottom: 20px;
  font-size: 36px
}
.p21-s2 .desc p {
  margin-bottom: 20px
}
.p21-s2 .item {
  max-width: 253px;
  width: calc(33.33% - 20px);
  margin: 0 10px 40px;
  vertical-align: top
}
.p21-s2 .item h4 {
  font-family: filson-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 21px;
  color: #464a4d;
  padding: 10px 0
}
.p21-s2 .item:hover h4 {
  text-decoration: underline
}
.p21-s2 .item:hover .mask {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}
.p21-s2 .img {
  position: relative;
  max-width: 253px;
  max-height: 253px;
  overflow: hidden
}
.p21-s2 .mask {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(150%);
  -ms-transform: translateY(150%);
  transform: translateY(150%);
  z-index: 2;
  width: 100%;
  height: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #23bd73;
  -webkit-transition: all 0.24s;
  -o-transition: all 0.24s;
  transition: all 0.24s
}
.p21-s2 .icon {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  line-height: 80px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, .08);
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, .08);
  font-size: 30px;
  color: #29bf73;
  text-align: center
}
.p21-s2 .slick-dots {
  margin-top: 30px
}
.s3-bg {
  background-image: url("/source/015d174d4a341db1f6dab8063b8ed022/bg1.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  background-position: center
}
.p21-s3 {
  padding: 120px 0
}
.p21-s3 h2 {
  color: #2bbf72
}
.p21-s3 .line {
  width: 100%;
  height: 1px;
  background-color: #2bbf72;
  margin: 40px 0 60px
}
.p21-s3 .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.p21-s3 .info {
  max-width: 500px;
  width: 100%;
  margin-right: 20px;
  margin-top: 40px
}
.p21-s3 .info p {
  margin-bottom: 20px
}
.p21-s3 .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
  font-family: filson-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  color: #525759;
  text-decoration: underline
}
.p21-s3 .link .icon {
  margin-right: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: #29bf73;
  -webkit-box-shadow: 0 10px 9px 2px rgba(41, 191, 115, .15);
  box-shadow: 0 10px 9px 2px rgba(41, 191, 115, .15)
}
.p21-s3 .link:hover {
  color: #23bd73
}
.p21-s3 .img {
  max-width: 600px;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  overflow: hidden
}
.p21-s4.p21-s3 {
  padding-top: 0
}
.p21-s4.p21-s3 .wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}
.p21-s4.p21-s3 .info {
  margin-right: 0;
  margin-left: 20px
}
@media screen and (max-width:767px) {
  .p21-s2 .left-nav {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 20px
  }
  .p21-s2 .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .p21-s2 .cat {
    width: calc(50% - 50px)
  }
  .p21-s2 .right-content {
    width: 100%;
    max-width: 100%;
    margin: 0 auto
  }
}
@media screen and (max-width:580px) {
  .p21-s2 .item {
    width: calc(50% - 20px)
  }
}
@media screen and (max-width:400px) {
  .p21-s2 .left-nav .cat {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px
  }
  .p21-s2 .item {
    width: 100%;
    margin: 0 auto 30px
  }
}
.ldp-banner {
  position: relative;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  height: 660px;
  padding: 130px 0 80px
}
.ldp-banner .ldp-logo {
  position: absolute;
  top: 18px;
  left: 8%
}
.ldp-banner .info {
  max-width: 520px;
  width: 50%
}
.ldp-banner h1 {
  font-family: filson-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  line-height: 48px;
  color: #fff;
  margin-bottom: 30px
}
.ldp-banner li {
  position: relative;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 20px;
  padding-left: 22px
}
.ldp-banner li::before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  display: block;
  content: ''
}
.ldp-banner .mbtn {
  margin-top: 50px
}
.ldp-banner .mbtn a {
  display: inline-block;
  min-width: 230px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: filson-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 24px;
  color: #2bbf72;
  font-size: 16px;
  background-color: #fff;
  text-align: center;
  padding: 15px 10px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  border: solid 1px #fff;
  margin: 10px 0
}
.ldp-s2 {
  background-color: #f4f9f9;
  padding: 80px 0
}
.ldp-s2 h2 {
  text-align: center;
  margin-bottom: 40px
}
.ldp-s2 .nav-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
  -webkit-box-shadow: 19px 23px 80px 0 rgba(145, 161, 184, .15);
  box-shadow: 19px 23px 80px 0 rgba(145, 161, 184, .15);
  -webkit-border-radius: 6px;
  border-radius: 6px;
  margin: 40px 0 80px
}
.ldp-s2 .nav-tab a {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  font-family: poppins, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  color: gray;
  border-bottom: 2px solid transparent;
  padding: 23px 5px
}
.ldp-s2 .nav-tab a:hover, .ldp-s2 .nav-tab a.active {
  color: #525759;
  border-color: #29bf73
}
.ldp-s2 .tab-content:not(:first-child) {
  display: none
}
.ldp-s2 .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px
}
.ldp-s2 .item {
  max-width: 380px;
  width: calc(33.333% - 20px);
  margin: 0 10px 30px
}
.ldp-s2 .item h3 {
  font-size: 16px;
  line-height: 21px;
  padding-top: 20px
}
.ldp-s3 {
  padding: 110px 0
}
.ldp-s3 .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: flex
}
.ldp-s3 .info {
  max-width: 520px;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content
}
.ldp-s3 .info h2 {
  margin-bottom: 40px;
  font-size: 30px
}
.ldp-s3 .info ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.ldp-s3 .info li {
  width: 50%;
  padding-right: 40px;
  margin-bottom: 40px
}
.ldp-s3 .info .icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: solid 1px #2bbf72;
  font-size: 14px;
  text-align: center;
  color: #2bbf72;
  -webkit-border-radius: 50%;
  border-radius: 50%
}
.ldp-s3 .info h3 {
  font-size: 16px;
  line-height: 24px;
  margin: 10px 0 5px
}
.ldp-s3 .form-wrap {
  width: 100%;
  max-width: 660px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-image: -webkit-linear-gradient(318deg, #7ad26d 0%, #23bd73 100%), -webkit-linear-gradient(#29bf73, #29bf73);
  background-image: -o-linear-gradient(318deg, #7ad26d 0%, #23bd73 100%), -o-linear-gradient(#29bf73, #29bf73);
  background-image: linear-gradient(132deg, #7ad26d 0%, #23bd73 100%), linear-gradient(#29bf73, #29bf73);
  background-blend-mode: normal, normal;
  -webkit-box-shadow: 32px 38px 100px 0 rgba(43, 191, 114, .15);
  box-shadow: 32px 38px 100px 0 rgba(43, 191, 114, .15);
  margin: 0 auto;
  margin-right: 0;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 65px 80px
}
.ldp-s3 .form-wrap p {
  color: #fff;
  margin-bottom: 40px
}
.ldp-s3 .form-wrap h2 {
  color: #fff;
  font-size: 30px;
  line-height: 42px;
  margin-bottom: 5px
}
.ldp-s3 input {
  width: 100%;
  height: 40px;
  background-color: rgba(253, 254, 255, .2);
  padding-left: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: unset;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: 20px
}
.ldp-s3 input::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal
}
.ldp-s3 input::-moz-placeholder {
  color: #fff;
  font-size: 14px;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal
}
.ldp-s3 input:-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal
}
.ldp-s3 input::-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal
}
.ldp-s3 input::placeholder {
  color: #fff;
  font-size: 14px;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal
}
.ldp-s3 .mml-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.ldp-s3 .mml-col label {
  width: 49%
}
.ldp-s3 textarea {
  width: 100%;
  height: 116px;
  background-color: rgba(253, 254, 255, .2);
  padding-left: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: unset;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: 18px;
  padding-top: 15px;
  margin-bottom: 10px
}
.ldp-s3 textarea:focus {
  outline: none
}
.ldp-s3 textarea::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal
}
.ldp-s3 textarea::-moz-placeholder {
  color: #fff;
  font-size: 14px;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal
}
.ldp-s3 textarea:-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal
}
.ldp-s3 textarea::-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal
}
.ldp-s3 textarea::placeholder {
  color: #fff;
  font-size: 14px;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal
}
.ldp-s3 .codedropz-upload-handler {
  margin-top: 20px;
  border: 1px dashed rgba(255, 255, 255, .5)
}
.ldp-s3 .codedropz-upload-container {
  padding: 10px 10px
}
.ldp-s3 .codedropz-upload-inner {
  text-align: left
}
.ldp-s3 .codedropz-upload-inner h3, .ldp-s3 .codedropz-upload-inner span, .ldp-s3 .codedropz-upload-inner a {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 0;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 0;
  color: #fff
}
.ldp-s3 .codedropz-upload-inner .codedropz-btn-wrap {
  display: inline-block
}
.ldp-s3 .codedropz-upload-inner span {
  padding: 0 5px
}
.ldp-s3 input.wpcf7-submit {
  background: #fff;
  height: 70px;
  font-family: filson-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  color: #23bd73;
  -webkit-box-shadow: 8px 9px 38px 0 rgba(195, 218, 222, .75);
  box-shadow: 8px 9px 38px 0 rgba(195, 218, 222, .75);
  margin-top: 30px
}
.p4-s4-tab-content {
  background-color: #f4f9f9
}
.p4-s4-tab-content h2 {
  font-size: 28px !important;
  margin-bottom: 25px
}
.p4-s4-tab-content .mbtn {
  text-align: center;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%)
}
.p4-s4-tab-content .mbtn a {
  display: inline-block;
  min-width: 320px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: filson-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 24px;
  color: #fff;
  font-size: 16px;
  background-color: #2bbf72;
  text-align: center;
  padding: 18px 10px;
  -webkit-box-shadow: 12px 15px 32px 0 rgba(27, 229, 127, .2);
  box-shadow: 12px 15px 32px 0 rgba(27, 229, 127, .2);
  -webkit-border-radius: 30px;
  border-radius: 30px
}
.p4-s4-tab-content .p4-s6 {
  background-color: transparent
}
.p4-s4-tab-content .p4-s6 .info h2 {
  max-width: 100%
}
.p4-s4-tab-content .p4-s5, .p4-s4-tab-content .p4-s6, .p4-s4-tab-content .p4-s7, .p4-s4-tab-content .p4-s8, .p4-s4-tab-content .p4-s9, .p4-s4-tab-content .p4-s10 {
  padding: 90px 0 50px
}
.p4-s4-tab-content .p4-s8 .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}
.p4-s4-tab-content .p4-s8 .slider-wrap {
  max-width: 612px;
  width: 52%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-left: -10px
}
.p4-s4-tab-content .p4-s8 .desc {
  max-width: 500px;
  width: 43%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 0 0 auto
}
.p4-s4-tab-content .p4-s8 .item {
  max-width: 184px;
  width: calc(33.333% - 20px) !important;
  margin: 0 10px 30px;
  text-align: center;
  vertical-align: top
}
.p4-s4-tab-content .p4-s9 h2 {
  font-size: 40px !important
}
.ldp-s5 {
  padding: 140px 0 120px
}
.ldp-s5 h2 {
  max-width: 720px;
  margin-bottom: 70px
}
.ldp-s5 .box {
  position: relative
}
.ldp-s5 .box::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 15.3%;
  height: 100%;
  background-color: #29bf73;
  display: block;
  content: ''
}
.ldp-s5 .nav-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 15.3%;
  margin-bottom: 12px
}
.ldp-s5 .nav-tab a {
  position: relative;
  display: inline-block;
  font-family: poppins, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  color: #404040;
  line-height: 24px;
  background-color: #eee;
  text-align: center;
  padding: 18px 40px
}
.ldp-s5 .nav-tab a::before {
  position: absolute;
  top: 0;
  right: -20px;
  display: inline-block;
  content: '';
  width: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-color: transparent transparent transparent #eee;
  border-style: dashed dashed dashed solid;
  border-width: 30px 0 30px 20px;
  z-index: 5;
  -webkit-transition: all 0.24s;
  -o-transition: all 0.24s;
  transition: all 0.24s
}
.ldp-s5 .nav-tab a::after {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: '';
  width: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-color: transparent transparent transparent #fff;
  border-style: dashed dashed dashed solid;
  border-width: 30px 0 30px 20px;
  -webkit-transition: all 0.24s;
  -o-transition: all 0.24s;
  transition: all 0.24s
}
.ldp-s5 .nav-tab a.active {
  background-color: #fff
}
.ldp-s5 .nav-tab a.active::before {
  border-color: transparent transparent transparent #fff
}
.ldp-s5 .nav-tab a.active::after {
  border-color: transparent transparent transparent #fff
}
.ldp-s5 .nav-tab a.next::before {
  z-index: 5
}
.ldp-s5 .nav-tab a.next::after {
  border-color: transparent transparent transparent #fff
}
.ldp-s5 .nav-tab span {
  color: #adcf23;
  margin-right: 10px
}
.ldp-s5 .tab-wrap {
  padding-left: 80px;
  padding-right: 30px
}
.ldp-s5 .step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.ldp-s5 .img {
  max-width: 620px;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-right: 20px
}
.ldp-s5 .img h3 {
  padding-top: 40px;
  font-size: 24px;
  text-align: center
}
.ldp-s5 .info {
  max-width: 400px;
  width: 100%;
  margin: 0 0 0 auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content
}
.ldp-s5 .info p:not(:last-child) {
  margin-bottom: 20px
}
.ldp-s5 .info span {
  color: #2f3233
}
.ldp-s5 .btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px
}
.ldp-s5 .btns .btn {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: filson-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 24px;
  color: #fff;
  font-size: 16px;
  background-color: #2bbf72;
  text-align: center;
  padding: 20px 40px;
  -webkit-border-radius: 33px;
  border-radius: 33px
}
.ldp-s5 .slick-arrow {
  font-size: 30px;
  color: #525759
}
.ldp-s5 .slick-arrow.prev {
  left: 0
}
.ldp-s5 .slick-arrow.next {
  right: 0
}
.ldp-s7 {
  background-color: #f3f9f9;
  padding-bottom: 120px
}
.ldp-s7 .tit {
  text-align: center;
  max-width: 600px;
  margin: auto
}
.ldp-s7 .tit p {
  margin: 10px 0 50px
}
.ldp-s7 .slider-wrap {
  margin: 0 -10px
}
.ldp-s7 .item {
  max-width: 380px;
  margin: 0 10px
}
.ldp-s7 .item h3 {
  font-size: 16px;
  line-height: 24px;
  color: #3b3e40;
  padding-top: 20px
}
.ldp-s7 .slick-arrow {
  top: 43%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  color: #a8a8a8;
  background-color: #fff;
  -webkit-transition: all 0.24s;
  -o-transition: all 0.24s;
  transition: all 0.24s
}
.ldp-s7 .slick-arrow:hover {
  color: #fff;
  background-color: #29bf73;
  -webkit-box-shadow: 0 10px 9px 2px rgba(41, 191, 115, .15);
  box-shadow: 0 10px 9px 2px rgba(41, 191, 115, .15)
}
.ldp-s7 .slick-arrow.btn-l {
  left: 10px
}
.ldp-s7 .slick-arrow.btn-r {
  right: 10px
}
.ldp-s7 .mbtn {
  margin: 40px 0 0;
  text-align: center
}
.ldp-s7 .mbtn a {
  display: inline-block;
  min-width: 320px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: filson-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 24px;
  color: #fff;
  font-size: 16px;
  background-color: #2bbf72;
  text-align: center;
  padding: 18px 10px;
  -webkit-box-shadow: 12px 15px 32px 0 rgba(27, 229, 127, .2);
  box-shadow: 12px 15px 32px 0 rgba(27, 229, 127, .2);
  -webkit-border-radius: 30px;
  border-radius: 30px
}
.p4-s11.p1-s8.ldp-s8 .box {
  background-color: #fff;
  padding: 135px 65px 20px 85px
}
.ldp-footer {
  background-image: url("/source/4389665d7184b7a392c00d28d51bb567/s09-bg.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center
}
.ldp-footer .info {
  text-align: center;
  padding: 190px 0 130px
}
.ldp-footer .mbtn {
  margin: 40px 0 0
}
.ldp-footer .mbtn a {
  display: inline-block;
  min-width: 220px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: filson-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 24px;
  color: #fff;
  font-size: 16px;
  background-color: #2bbf72;
  text-align: center;
  padding: 20px 10px;
  -webkit-border-radius: 33px;
  border-radius: 33px
}
.ldp-footer .cp {
  text-align: center;
  border-top: 1px solid #e5e5e5;
  padding: 13px 0
}
.p72-s1.ldp-s6 {
  background-color: #f3f9f9;
  padding: 120px 0
}
.fixed-btn {
  position: fixed;
  right: 0;
  bottom: 60px;
  z-index: 100
}
.fixed-btn .btn {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: filson-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 24px;
  color: #fff;
  font-size: 16px;
  background-color: #2bbf72;
  text-align: center;
  padding: 20px 40px;
  -webkit-border-radius: 33px 0 0 33px;
  border-radius: 33px 0 0 33px
}
@media screen and (min-width:768px) {
  .ldp-banner .mob-img {
    display: none
  }
}
@media screen and (max-width:800px) {
  .ldp-s2 .nav-tab a {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    width: 50%;
    padding: 12px 5px
  }
  .ldp-s2 .item {
    width: calc(50% - 20px)
  }
  .ldp-s3 .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .ldp-s3 .info {
    max-width: 100%;
    margin: 0 auto 20px
  }
  .ldp-s3 .form-wrap {
    margin: 0 auto
  }
}
@media screen and (max-width:767px) {
  .ldp-banner {
    height: auto;
    padding: 80px 0 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#7ad26d), to(#23bd73)), -webkit-gradient(linear, left top, left bottom, from(#29bf73), to(#29bf73)) !important;
    background-image: -webkit-linear-gradient(bottom, #7ad26d 0%, #23bd73 100%), -webkit-linear-gradient(#29bf73, #29bf73) !important;
    background-image: -o-linear-gradient(bottom, #7ad26d 0%, #23bd73 100%), -o-linear-gradient(#29bf73, #29bf73) !important;
    background-image: linear-gradient(0deg, #7ad26d 0%, #23bd73 100%), linear-gradient(#29bf73, #29bf73) !important
  }
  .ldp-banner .ldp-logo {
    left: 20px
  }
  .ldp-banner .info {
    padding: 20px 0 60px;
    max-width: 100%;
    width: 100%
  }
  .ldp-banner h1 {
    font-size: 30px !important;
    line-height: 1.3 !important
  }
  .ldp-footer .info {
    padding: 60px 0
  }
  .p4-s4-tab-content .p4-s9 h2 {
    font-size: 28px !important
  }
  .p4-s4-tab-content .p4-s8 .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .p4-s4-tab-content .p4-s8 .desc {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 30px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
  }
  .p4-s4-tab-content .p4-s8 .slider-wrap {
    width: 100%;
    margin: 0 auto;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
  }
  .ldp-s5 .box::before {
    display: none
  }
  .ldp-s5 .step {
    padding-left: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .ldp-s5 .nav-tab {
    margin: 0 auto 10px;
    width: 100%
  }
  .ldp-s5 .nav-tab a {
    width: 50%;
    padding: 10px 20px
  }
  .ldp-s5 .nav-tab a::before, .ldp-s5 .nav-tab a::after {
    display: none
  }
  .ldp-s5 .img {
    width: 100%;
    margin: 0 auto 30px
  }
  .ldp-s5 .info {
    max-width: 620px;
    margin: 0 auto
  }
  .ldp-s5 .tab-wrap {
    padding-left: 30px
  }
}
@media screen and (max-width:500px) {
  .ldp-s2 .wrap {
    margin: 0
  }
  .ldp-s2 .item {
    width: 100%;
    margin: 0 auto 30px
  }
}
@media screen and (max-width:450px) {
  .ldp-s5 .nav-tab a {
    width: 100%
  }
}
.ldp3-s1.fixed {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%
}
.ldp3-s1 .nav-wrap {
  position: relative
}
.ldp3-s1 .nav-wrap.fixed .nav-content {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 100%
}
.ldp3-s1 .nav-wrap .nav-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
  -webkit-box-shadow: 42px 42px 120px 0 rgba(151, 171, 191, .2);
  box-shadow: 42px 42px 120px 0 rgba(151, 171, 191, .2);
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0
}
.ldp3-s1 .nav-wrap a {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  font-family: poppins, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  color: gray;
  border-bottom: 2px solid transparent;
  padding: 23px 5px
}
.ldp3-s1 .nav-wrap a:hover, .ldp3-s1 .nav-wrap a.active {
  color: #525759;
  border-color: #29bf73
}
@font-face {
  font-family: "roboto";
  src: url("/source/bf0ceb4bb2ecb2ff75c395cc29471a0b") format("woff2"), url("/source/190b52c0a072c7ecc25a1077590e812f/roboto.woff") format("woff"), url("/source/25f04b1744707ddf282bf3d1ddf74954/roboto.ttf") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700
}
@font-face {
  font-family: "roboto";
  src: url("/source/397ec83255751fd14b75339834421a44") format("woff2"), url("/source/cf8d7ebec2df11b63e95316e96200616/roboto2.woff") format("woff"), url("/source/70e1e97f43efe9641b5260e24557462d/roboto2.ttf") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 300
}
@font-face {
  font-family: "filson-pro";
  src: url("/source/e52caff473bff73934163efec0f3ede3") format("woff2"), url("/source/007651d781de788f252d978842f385cd/filson-pro.woff") format("woff"), url("/source/af2c416b0ad0d0dcf37971279966df11/filson-pro.ttf") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700
}
@font-face {
  font-family: "filson-pro";
  src: url("/source/b8b613a4ca9219b2af46995db732bba3") format("woff2"), url("/source/d6f38ff3f47e05fc01a9336769c37813/filson-pro2.woff") format("woff"), url("/source/5de5f2adfb2eb0aed6f58e308b1be5fb/filson-pro2.ttf") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 500
}
@font-face {
  font-family: "poppins";
  src: url("/source/261f9f1949519327990624df4f61323a") format("woff2"), url("/source/8d901a44f772e8e2e2e8fc18059c2ed4/poppins.woff") format("woff"), url("/source/c2292088eff4b605c2f5590d6bda54b2/poppins.ttf") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400
}

.tk-roboto {
  font-family: "roboto", sans-serif
}
.tk-filson-pro {
  font-family: "filson-pro", sans-serif
}
.tk-poppins {
  font-family: "poppins", sans-serif
}
.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1
}
.fa-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -.0667em
}
.fa-xs {
  font-size: .75em
}
.fa-sm {
  font-size: .875em
}
.fa-1x {
  font-size: 1em
}
.fa-2x {
  font-size: 2em
}
.fa-3x {
  font-size: 3em
}
.fa-4x {
  font-size: 4em
}
.fa-5x {
  font-size: 5em
}
.fa-6x {
  font-size: 6em
}
.fa-7x {
  font-size: 7em
}
.fa-8x {
  font-size: 8em
}
.fa-9x {
  font-size: 9em
}
.fa-10x {
  font-size: 10em
}
.fa-fw {
  text-align: center;
  width: 1.25em
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0
}
.fa-ul > li {
  position: relative
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit
}
.fa-border {
  border: .08em solid #eee;
  border-radius: .1em;
  padding: .2em .25em .15em
}
.fa-pull-left {
  float: left
}
.fa-pull-right {
  float: right
}
.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
  margin-right: .3em
}
.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
  margin-left: .3em
}
.fa-spin {
  -webkit-animation: a 2s infinite linear;
  animation: a 2s infinite linear
}
.fa-pulse {
  -webkit-animation: a 1s infinite steps(8);
  animation: a 1s infinite steps(8)
}
@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}
@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg)
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1)
}
.fa-flip-vertical {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1)
}
.fa-flip-horizontal.fa-flip-vertical, .fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1);
  transform: scale(-1)
}
:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
  -webkit-filter: none;
  filter: none
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em
}
.fa-stack-1x, .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%
}
.fa-stack-1x {
  line-height: inherit
}
.fa-stack-2x {
  font-size: 2em
}
.fa-inverse {
  color: #fff
}
.fa-500px:before {
  content: "\f26e"
}
.fa-accessible-icon:before {
  content: "\f368"
}
.fa-accusoft:before {
  content: "\f369"
}
.fa-address-book:before {
  content: "\f2b9"
}
.fa-address-card:before {
  content: "\f2bb"
}
.fa-adjust:before {
  content: "\f042"
}
.fa-adn:before {
  content: "\f170"
}
.fa-adversal:before {
  content: "\f36a"
}
.fa-affiliatetheme:before {
  content: "\f36b"
}
.fa-algolia:before {
  content: "\f36c"
}
.fa-align-center:before {
  content: "\f037"
}
.fa-align-justify:before {
  content: "\f039"
}
.fa-align-left:before {
  content: "\f036"
}
.fa-align-right:before {
  content: "\f038"
}
.fa-allergies:before {
  content: "\f461"
}
.fa-amazon:before {
  content: "\f270"
}
.fa-amazon-pay:before {
  content: "\f42c"
}
.fa-ambulance:before {
  content: "\f0f9"
}
.fa-american-sign-language-interpreting:before {
  content: "\f2a3"
}
.fa-amilia:before {
  content: "\f36d"
}
.fa-anchor:before {
  content: "\f13d"
}
.fa-android:before {
  content: "\f17b"
}
.fa-angellist:before {
  content: "\f209"
}
.fa-angle-double-down:before {
  content: "\f103"
}
.fa-angle-double-left:before {
  content: "\f100"
}
.fa-angle-double-right:before {
  content: "\f101"
}
.fa-angle-double-up:before {
  content: "\f102"
}
.fa-angle-down:before {
  content: "\f107"
}
.fa-angle-left:before {
  content: "\f104"
}
.fa-angle-right:before {
  content: "\f105"
}
.fa-angle-up:before {
  content: "\f106"
}
.fa-angrycreative:before {
  content: "\f36e"
}
.fa-angular:before {
  content: "\f420"
}
.fa-app-store:before {
  content: "\f36f"
}
.fa-app-store-ios:before {
  content: "\f370"
}
.fa-apper:before {
  content: "\f371"
}
.fa-apple:before {
  content: "\f179"
}
.fa-apple-pay:before {
  content: "\f415"
}
.fa-archive:before {
  content: "\f187"
}
.fa-arrow-alt-circle-down:before {
  content: "\f358"
}
.fa-arrow-alt-circle-left:before {
  content: "\f359"
}
.fa-arrow-alt-circle-right:before {
  content: "\f35a"
}
.fa-arrow-alt-circle-up:before {
  content: "\f35b"
}
.fa-arrow-circle-down:before {
  content: "\f0ab"
}
.fa-arrow-circle-left:before {
  content: "\f0a8"
}
.fa-arrow-circle-right:before {
  content: "\f0a9"
}
.fa-arrow-circle-up:before {
  content: "\f0aa"
}
.fa-arrow-down:before {
  content: "\f063"
}
.fa-arrow-left:before {
  content: "\f060"
}
.fa-arrow-right:before {
  content: "\f061"
}
.fa-arrow-up:before {
  content: "\f062"
}
.fa-arrows-alt:before {
  content: "\f0b2"
}
.fa-arrows-alt-h:before {
  content: "\f337"
}
.fa-arrows-alt-v:before {
  content: "\f338"
}
.fa-assistive-listening-systems:before {
  content: "\f2a2"
}
.fa-asterisk:before {
  content: "\f069"
}
.fa-asymmetrik:before {
  content: "\f372"
}
.fa-at:before {
  content: "\f1fa"
}
.fa-audible:before {
  content: "\f373"
}
.fa-audio-description:before {
  content: "\f29e"
}
.fa-autoprefixer:before {
  content: "\f41c"
}
.fa-avianex:before {
  content: "\f374"
}
.fa-aviato:before {
  content: "\f421"
}
.fa-aws:before {
  content: "\f375"
}
.fa-backward:before {
  content: "\f04a"
}
.fa-balance-scale:before {
  content: "\f24e"
}
.fa-ban:before {
  content: "\f05e"
}
.fa-band-aid:before {
  content: "\f462"
}
.fa-bandcamp:before {
  content: "\f2d5"
}
.fa-barcode:before {
  content: "\f02a"
}
.fa-bars:before {
  content: "\f0c9"
}
.fa-baseball-ball:before {
  content: "\f433"
}
.fa-basketball-ball:before {
  content: "\f434"
}
.fa-bath:before {
  content: "\f2cd"
}
.fa-battery-empty:before {
  content: "\f244"
}
.fa-battery-full:before {
  content: "\f240"
}
.fa-battery-half:before {
  content: "\f242"
}
.fa-battery-quarter:before {
  content: "\f243"
}
.fa-battery-three-quarters:before {
  content: "\f241"
}
.fa-bed:before {
  content: "\f236"
}
.fa-beer:before {
  content: "\f0fc"
}
.fa-behance:before {
  content: "\f1b4"
}
.fa-behance-square:before {
  content: "\f1b5"
}
.fa-bell:before {
  content: "\f0f3"
}
.fa-bell-slash:before {
  content: "\f1f6"
}
.fa-bicycle:before {
  content: "\f206"
}
.fa-bimobject:before {
  content: "\f378"
}
.fa-binoculars:before {
  content: "\f1e5"
}
.fa-birthday-cake:before {
  content: "\f1fd"
}
.fa-bitbucket:before {
  content: "\f171"
}
.fa-bitcoin:before {
  content: "\f379"
}
.fa-bity:before {
  content: "\f37a"
}
.fa-black-tie:before {
  content: "\f27e"
}
.fa-blackberry:before {
  content: "\f37b"
}
.fa-blind:before {
  content: "\f29d"
}
.fa-blogger:before {
  content: "\f37c"
}
.fa-blogger-b:before {
  content: "\f37d"
}
.fa-bluetooth:before {
  content: "\f293"
}
.fa-bluetooth-b:before {
  content: "\f294"
}
.fa-bold:before {
  content: "\f032"
}
.fa-bolt:before {
  content: "\f0e7"
}
.fa-bomb:before {
  content: "\f1e2"
}
.fa-book:before {
  content: "\f02d"
}
.fa-bookmark:before {
  content: "\f02e"
}
.fa-bowling-ball:before {
  content: "\f436"
}
.fa-box:before {
  content: "\f466"
}
.fa-box-open:before {
  content: "\f49e"
}
.fa-boxes:before {
  content: "\f468"
}
.fa-braille:before {
  content: "\f2a1"
}
.fa-briefcase:before {
  content: "\f0b1"
}
.fa-briefcase-medical:before {
  content: "\f469"
}
.fa-btc:before {
  content: "\f15a"
}
.fa-bug:before {
  content: "\f188"
}
.fa-building:before {
  content: "\f1ad"
}
.fa-bullhorn:before {
  content: "\f0a1"
}
.fa-bullseye:before {
  content: "\f140"
}
.fa-burn:before {
  content: "\f46a"
}
.fa-buromobelexperte:before {
  content: "\f37f"
}
.fa-bus:before {
  content: "\f207"
}
.fa-buysellads:before {
  content: "\f20d"
}
.fa-calculator:before {
  content: "\f1ec"
}
.fa-calendar:before {
  content: "\f133"
}
.fa-calendar-alt:before {
  content: "\f073"
}
.fa-calendar-check:before {
  content: "\f274"
}
.fa-calendar-minus:before {
  content: "\f272"
}
.fa-calendar-plus:before {
  content: "\f271"
}
.fa-calendar-times:before {
  content: "\f273"
}
.fa-camera:before {
  content: "\f030"
}
.fa-camera-retro:before {
  content: "\f083"
}
.fa-capsules:before {
  content: "\f46b"
}
.fa-car:before {
  content: "\f1b9"
}
.fa-caret-down:before {
  content: "\f0d7"
}
.fa-caret-left:before {
  content: "\f0d9"
}
.fa-caret-right:before {
  content: "\f0da"
}
.fa-caret-square-down:before {
  content: "\f150"
}
.fa-caret-square-left:before {
  content: "\f191"
}
.fa-caret-square-right:before {
  content: "\f152"
}
.fa-caret-square-up:before {
  content: "\f151"
}
.fa-caret-up:before {
  content: "\f0d8"
}
.fa-cart-arrow-down:before {
  content: "\f218"
}
.fa-cart-plus:before {
  content: "\f217"
}
.fa-cc-amazon-pay:before {
  content: "\f42d"
}
.fa-cc-amex:before {
  content: "\f1f3"
}
.fa-cc-apple-pay:before {
  content: "\f416"
}
.fa-cc-diners-club:before {
  content: "\f24c"
}
.fa-cc-discover:before {
  content: "\f1f2"
}
.fa-cc-jcb:before {
  content: "\f24b"
}
.fa-cc-mastercard:before {
  content: "\f1f1"
}
.fa-cc-paypal:before {
  content: "\f1f4"
}
.fa-cc-stripe:before {
  content: "\f1f5"
}
.fa-cc-visa:before {
  content: "\f1f0"
}
.fa-centercode:before {
  content: "\f380"
}
.fa-certificate:before {
  content: "\f0a3"
}
.fa-chart-area:before {
  content: "\f1fe"
}
.fa-chart-bar:before {
  content: "\f080"
}
.fa-chart-line:before {
  content: "\f201"
}
.fa-chart-pie:before {
  content: "\f200"
}
.fa-check:before {
  content: "\f00c"
}
.fa-check-circle:before {
  content: "\f058"
}
.fa-check-square:before {
  content: "\f14a"
}
.fa-chess:before {
  content: "\f439"
}
.fa-chess-bishop:before {
  content: "\f43a"
}
.fa-chess-board:before {
  content: "\f43c"
}
.fa-chess-king:before {
  content: "\f43f"
}
.fa-chess-knight:before {
  content: "\f441"
}
.fa-chess-pawn:before {
  content: "\f443"
}
.fa-chess-queen:before {
  content: "\f445"
}
.fa-chess-rook:before {
  content: "\f447"
}
.fa-chevron-circle-down:before {
  content: "\f13a"
}
.fa-chevron-circle-left:before {
  content: "\f137"
}
.fa-chevron-circle-right:before {
  content: "\f138"
}
.fa-chevron-circle-up:before {
  content: "\f139"
}
.fa-chevron-down:before {
  content: "\f078"
}
.fa-chevron-left:before {
  content: "\f053"
}
.fa-chevron-right:before {
  content: "\f054"
}
.fa-chevron-up:before {
  content: "\f077"
}
.fa-child:before {
  content: "\f1ae"
}
.fa-chrome:before {
  content: "\f268"
}
.fa-circle:before {
  content: "\f111"
}
.fa-circle-notch:before {
  content: "\f1ce"
}
.fa-clipboard:before {
  content: "\f328"
}
.fa-clipboard-check:before {
  content: "\f46c"
}
.fa-clipboard-list:before {
  content: "\f46d"
}
.fa-clock:before {
  content: "\f017"
}
.fa-clone:before {
  content: "\f24d"
}
.fa-closed-captioning:before {
  content: "\f20a"
}
.fa-cloud:before {
  content: "\f0c2"
}
.fa-cloud-download-alt:before {
  content: "\f381"
}
.fa-cloud-upload-alt:before {
  content: "\f382"
}
.fa-cloudscale:before {
  content: "\f383"
}
.fa-cloudsmith:before {
  content: "\f384"
}
.fa-cloudversify:before {
  content: "\f385"
}
.fa-code:before {
  content: "\f121"
}
.fa-code-branch:before {
  content: "\f126"
}
.fa-codepen:before {
  content: "\f1cb"
}
.fa-codiepie:before {
  content: "\f284"
}
.fa-coffee:before {
  content: "\f0f4"
}
.fa-cog:before {
  content: "\f013"
}
.fa-cogs:before {
  content: "\f085"
}
.fa-columns:before {
  content: "\f0db"
}
.fa-comment:before {
  content: "\f075"
}
.fa-comment-alt:before {
  content: "\f27a"
}
.fa-comment-dots:before {
  content: "\f4ad"
}
.fa-comment-slash:before {
  content: "\f4b3"
}
.fa-comments:before {
  content: "\f086"
}
.fa-compass:before {
  content: "\f14e"
}
.fa-compress:before {
  content: "\f066"
}
.fa-connectdevelop:before {
  content: "\f20e"
}
.fa-contao:before {
  content: "\f26d"
}
.fa-copy:before {
  content: "\f0c5"
}
.fa-copyright:before {
  content: "\f1f9"
}
.fa-couch:before {
  content: "\f4b8"
}
.fa-cpanel:before {
  content: "\f388"
}
.fa-creative-commons:before {
  content: "\f25e"
}
.fa-credit-card:before {
  content: "\f09d"
}
.fa-crop:before {
  content: "\f125"
}
.fa-crosshairs:before {
  content: "\f05b"
}
.fa-css3:before {
  content: "\f13c"
}
.fa-css3-alt:before {
  content: "\f38b"
}
.fa-cube:before {
  content: "\f1b2"
}
.fa-cubes:before {
  content: "\f1b3"
}
.fa-cut:before {
  content: "\f0c4"
}
.fa-cuttlefish:before {
  content: "\f38c"
}
.fa-d-and-d:before {
  content: "\f38d"
}
.fa-dashcube:before {
  content: "\f210"
}
.fa-database:before {
  content: "\f1c0"
}
.fa-deaf:before {
  content: "\f2a4"
}
.fa-delicious:before {
  content: "\f1a5"
}
.fa-deploydog:before {
  content: "\f38e"
}
.fa-deskpro:before {
  content: "\f38f"
}
.fa-desktop:before {
  content: "\f108"
}
.fa-deviantart:before {
  content: "\f1bd"
}
.fa-diagnoses:before {
  content: "\f470"
}
.fa-digg:before {
  content: "\f1a6"
}
.fa-digital-ocean:before {
  content: "\f391"
}
.fa-discord:before {
  content: "\f392"
}
.fa-discourse:before {
  content: "\f393"
}
.fa-dna:before {
  content: "\f471"
}
.fa-dochub:before {
  content: "\f394"
}
.fa-docker:before {
  content: "\f395"
}
.fa-dollar-sign:before {
  content: "\f155"
}
.fa-dolly:before {
  content: "\f472"
}
.fa-dolly-flatbed:before {
  content: "\f474"
}
.fa-donate:before {
  content: "\f4b9"
}
.fa-dot-circle:before {
  content: "\f192"
}
.fa-dove:before {
  content: "\f4ba"
}
.fa-download:before {
  content: "\f019"
}
.fa-draft2digital:before {
  content: "\f396"
}
.fa-dribbble:before {
  content: "\f17d"
}
.fa-dribbble-square:before {
  content: "\f397"
}
.fa-dropbox:before {
  content: "\f16b"
}
.fa-drupal:before {
  content: "\f1a9"
}
.fa-dyalog:before {
  content: "\f399"
}
.fa-earlybirds:before {
  content: "\f39a"
}
.fa-edge:before {
  content: "\f282"
}
.fa-edit:before {
  content: "\f044"
}
.fa-eject:before {
  content: "\f052"
}
.fa-elementor:before {
  content: "\f430"
}
.fa-ellipsis-h:before {
  content: "\f141"
}
.fa-ellipsis-v:before {
  content: "\f142"
}
.fa-ember:before {
  content: "\f423"
}
.fa-empire:before {
  content: "\f1d1"
}
.fa-envelope:before {
  content: "\f0e0"
}
.fa-envelope-open:before {
  content: "\f2b6"
}
.fa-envelope-square:before {
  content: "\f199"
}
.fa-envira:before {
  content: "\f299"
}
.fa-eraser:before {
  content: "\f12d"
}
.fa-erlang:before {
  content: "\f39d"
}
.fa-ethereum:before {
  content: "\f42e"
}
.fa-etsy:before {
  content: "\f2d7"
}
.fa-euro-sign:before {
  content: "\f153"
}
.fa-exchange-alt:before {
  content: "\f362"
}
.fa-exclamation:before {
  content: "\f12a"
}
.fa-exclamation-circle:before {
  content: "\f06a"
}
.fa-exclamation-triangle:before {
  content: "\f071"
}
.fa-expand:before {
  content: "\f065"
}
.fa-expand-arrows-alt:before {
  content: "\f31e"
}
.fa-expeditedssl:before {
  content: "\f23e"
}
.fa-external-link-alt:before {
  content: "\f35d"
}
.fa-external-link-square-alt:before {
  content: "\f360"
}
.fa-eye:before {
  content: "\f06e"
}
.fa-eye-dropper:before {
  content: "\f1fb"
}
.fa-eye-slash:before {
  content: "\f070"
}
.fa-facebook:before {
  content: "\f09a"
}
.fa-facebook-f:before {
  content: "\f39e"
}
.fa-facebook-messenger:before {
  content: "\f39f"
}
.fa-facebook-square:before {
  content: "\f082"
}
.fa-fast-backward:before {
  content: "\f049"
}
.fa-fast-forward:before {
  content: "\f050"
}
.fa-fax:before {
  content: "\f1ac"
}
.fa-female:before {
  content: "\f182"
}
.fa-fighter-jet:before {
  content: "\f0fb"
}
.fa-file:before {
  content: "\f15b"
}
.fa-file-alt:before {
  content: "\f15c"
}
.fa-file-archive:before {
  content: "\f1c6"
}
.fa-file-audio:before {
  content: "\f1c7"
}
.fa-file-code:before {
  content: "\f1c9"
}
.fa-file-excel:before {
  content: "\f1c3"
}
.fa-file-image:before {
  content: "\f1c5"
}
.fa-file-medical:before {
  content: "\f477"
}
.fa-file-medical-alt:before {
  content: "\f478"
}
.fa-file-pdf:before {
  content: "\f1c1"
}
.fa-file-powerpoint:before {
  content: "\f1c4"
}
.fa-file-video:before {
  content: "\f1c8"
}
.fa-file-word:before {
  content: "\f1c2"
}
.fa-film:before {
  content: "\f008"
}
.fa-filter:before {
  content: "\f0b0"
}
.fa-fire:before {
  content: "\f06d"
}
.fa-fire-extinguisher:before {
  content: "\f134"
}
.fa-firefox:before {
  content: "\f269"
}
.fa-first-aid:before {
  content: "\f479"
}
.fa-first-order:before {
  content: "\f2b0"
}
.fa-firstdraft:before {
  content: "\f3a1"
}
.fa-flag:before {
  content: "\f024"
}
.fa-flag-checkered:before {
  content: "\f11e"
}
.fa-flask:before {
  content: "\f0c3"
}
.fa-flickr:before {
  content: "\f16e"
}
.fa-flipboard:before {
  content: "\f44d"
}
.fa-fly:before {
  content: "\f417"
}
.fa-folder:before {
  content: "\f07b"
}
.fa-folder-open:before {
  content: "\f07c"
}
.fa-font:before {
  content: "\f031"
}
.fa-font-awesome:before {
  content: "\f2b4"
}
.fa-font-awesome-alt:before {
  content: "\f35c"
}
.fa-font-awesome-flag:before {
  content: "\f425"
}
.fa-fonticons:before {
  content: "\f280"
}
.fa-fonticons-fi:before {
  content: "\f3a2"
}
.fa-football-ball:before {
  content: "\f44e"
}
.fa-fort-awesome:before {
  content: "\f286"
}
.fa-fort-awesome-alt:before {
  content: "\f3a3"
}
.fa-forumbee:before {
  content: "\f211"
}
.fa-forward:before {
  content: "\f04e"
}
.fa-foursquare:before {
  content: "\f180"
}
.fa-free-code-camp:before {
  content: "\f2c5"
}
.fa-freebsd:before {
  content: "\f3a4"
}
.fa-frown:before {
  content: "\f119"
}
.fa-futbol:before {
  content: "\f1e3"
}
.fa-gamepad:before {
  content: "\f11b"
}
.fa-gavel:before {
  content: "\f0e3"
}
.fa-gem:before {
  content: "\f3a5"
}
.fa-genderless:before {
  content: "\f22d"
}
.fa-get-pocket:before {
  content: "\f265"
}
.fa-gg:before {
  content: "\f260"
}
.fa-gg-circle:before {
  content: "\f261"
}
.fa-gift:before {
  content: "\f06b"
}
.fa-git:before {
  content: "\f1d3"
}
.fa-git-square:before {
  content: "\f1d2"
}
.fa-github:before {
  content: "\f09b"
}
.fa-github-alt:before {
  content: "\f113"
}
.fa-github-square:before {
  content: "\f092"
}
.fa-gitkraken:before {
  content: "\f3a6"
}
.fa-gitlab:before {
  content: "\f296"
}
.fa-gitter:before {
  content: "\f426"
}
.fa-glass-martini:before {
  content: "\f000"
}
.fa-glide:before {
  content: "\f2a5"
}
.fa-glide-g:before {
  content: "\f2a6"
}
.fa-globe:before {
  content: "\f0ac"
}
.fa-gofore:before {
  content: "\f3a7"
}
.fa-golf-ball:before {
  content: "\f450"
}
.fa-goodreads:before {
  content: "\f3a8"
}
.fa-goodreads-g:before {
  content: "\f3a9"
}
.fa-google:before {
  content: "\f1a0"
}
.fa-google-drive:before {
  content: "\f3aa"
}
.fa-google-play:before {
  content: "\f3ab"
}
.fa-google-plus:before {
  content: "\f2b3"
}
.fa-google-plus-g:before {
  content: "\f0d5"
}
.fa-google-plus-square:before {
  content: "\f0d4"
}
.fa-google-wallet:before {
  content: "\f1ee"
}
.fa-graduation-cap:before {
  content: "\f19d"
}
.fa-gratipay:before {
  content: "\f184"
}
.fa-grav:before {
  content: "\f2d6"
}
.fa-gripfire:before {
  content: "\f3ac"
}
.fa-grunt:before {
  content: "\f3ad"
}
.fa-gulp:before {
  content: "\f3ae"
}
.fa-h-square:before {
  content: "\f0fd"
}
.fa-hacker-news:before {
  content: "\f1d4"
}
.fa-hacker-news-square:before {
  content: "\f3af"
}
.fa-hand-holding:before {
  content: "\f4bd"
}
.fa-hand-holding-heart:before {
  content: "\f4be"
}
.fa-hand-holding-usd:before {
  content: "\f4c0"
}
.fa-hand-lizard:before {
  content: "\f258"
}
.fa-hand-paper:before {
  content: "\f256"
}
.fa-hand-peace:before {
  content: "\f25b"
}
.fa-hand-point-down:before {
  content: "\f0a7"
}
.fa-hand-point-left:before {
  content: "\f0a5"
}
.fa-hand-point-right:before {
  content: "\f0a4"
}
.fa-hand-point-up:before {
  content: "\f0a6"
}
.fa-hand-pointer:before {
  content: "\f25a"
}
.fa-hand-rock:before {
  content: "\f255"
}
.fa-hand-scissors:before {
  content: "\f257"
}
.fa-hand-spock:before {
  content: "\f259"
}
.fa-hands:before {
  content: "\f4c2"
}
.fa-hands-helping:before {
  content: "\f4c4"
}
.fa-handshake:before {
  content: "\f2b5"
}
.fa-hashtag:before {
  content: "\f292"
}
.fa-hdd:before {
  content: "\f0a0"
}
.fa-heading:before {
  content: "\f1dc"
}
.fa-headphones:before {
  content: "\f025"
}
.fa-heart:before {
  content: "\f004"
}
.fa-heartbeat:before {
  content: "\f21e"
}
.fa-hips:before {
  content: "\f452"
}
.fa-hire-a-helper:before {
  content: "\f3b0"
}
.fa-history:before {
  content: "\f1da"
}
.fa-hockey-puck:before {
  content: "\f453"
}
.fa-home:before {
  content: "\f015"
}
.fa-hooli:before {
  content: "\f427"
}
.fa-hospital:before {
  content: "\f0f8"
}
.fa-hospital-alt:before {
  content: "\f47d"
}
.fa-hospital-symbol:before {
  content: "\f47e"
}
.fa-hotjar:before {
  content: "\f3b1"
}
.fa-hourglass:before {
  content: "\f254"
}
.fa-hourglass-end:before {
  content: "\f253"
}
.fa-hourglass-half:before {
  content: "\f252"
}
.fa-hourglass-start:before {
  content: "\f251"
}
.fa-houzz:before {
  content: "\f27c"
}
.fa-html5:before {
  content: "\f13b"
}
.fa-hubspot:before {
  content: "\f3b2"
}
.fa-i-cursor:before {
  content: "\f246"
}
.fa-id-badge:before {
  content: "\f2c1"
}
.fa-id-card:before {
  content: "\f2c2"
}
.fa-id-card-alt:before {
  content: "\f47f"
}
.fa-image:before {
  content: "\f03e"
}
.fa-images:before {
  content: "\f302"
}
.fa-imdb:before {
  content: "\f2d8"
}
.fa-inbox:before {
  content: "\f01c"
}
.fa-indent:before {
  content: "\f03c"
}
.fa-industry:before {
  content: "\f275"
}
.fa-info:before {
  content: "\f129"
}
.fa-info-circle:before {
  content: "\f05a"
}
.fa-instagram:before {
  content: "\f16d"
}
.fa-internet-explorer:before {
  content: "\f26b"
}
.fa-ioxhost:before {
  content: "\f208"
}
.fa-italic:before {
  content: "\f033"
}
.fa-itunes:before {
  content: "\f3b4"
}
.fa-itunes-note:before {
  content: "\f3b5"
}
.fa-jenkins:before {
  content: "\f3b6"
}
.fa-joget:before {
  content: "\f3b7"
}
.fa-joomla:before {
  content: "\f1aa"
}
.fa-js:before {
  content: "\f3b8"
}
.fa-js-square:before {
  content: "\f3b9"
}
.fa-jsfiddle:before {
  content: "\f1cc"
}
.fa-key:before {
  content: "\f084"
}
.fa-keyboard:before {
  content: "\f11c"
}
.fa-keycdn:before {
  content: "\f3ba"
}
.fa-kickstarter:before {
  content: "\f3bb"
}
.fa-kickstarter-k:before {
  content: "\f3bc"
}
.fa-korvue:before {
  content: "\f42f"
}
.fa-language:before {
  content: "\f1ab"
}
.fa-laptop:before {
  content: "\f109"
}
.fa-laravel:before {
  content: "\f3bd"
}
.fa-lastfm:before {
  content: "\f202"
}
.fa-lastfm-square:before {
  content: "\f203"
}
.fa-leaf:before {
  content: "\f06c"
}
.fa-leanpub:before {
  content: "\f212"
}
.fa-lemon:before {
  content: "\f094"
}
.fa-less:before {
  content: "\f41d"
}
.fa-level-down-alt:before {
  content: "\f3be"
}
.fa-level-up-alt:before {
  content: "\f3bf"
}
.fa-life-ring:before {
  content: "\f1cd"
}
.fa-lightbulb:before {
  content: "\f0eb"
}
.fa-line:before {
  content: "\f3c0"
}
.fa-link:before {
  content: "\f0c1"
}
.fa-linkedin:before {
  content: "\f08c"
}
.fa-linkedin-in:before {
  content: "\f0e1"
}
.fa-linode:before {
  content: "\f2b8"
}
.fa-linux:before {
  content: "\f17c"
}
.fa-lira-sign:before {
  content: "\f195"
}
.fa-list:before {
  content: "\f03a"
}
.fa-list-alt:before {
  content: "\f022"
}
.fa-list-ol:before {
  content: "\f0cb"
}
.fa-list-ul:before {
  content: "\f0ca"
}
.fa-location-arrow:before {
  content: "\f124"
}
.fa-lock:before {
  content: "\f023"
}
.fa-lock-open:before {
  content: "\f3c1"
}
.fa-long-arrow-alt-down:before {
  content: "\f309"
}
.fa-long-arrow-alt-left:before {
  content: "\f30a"
}
.fa-long-arrow-alt-right:before {
  content: "\f30b"
}
.fa-long-arrow-alt-up:before {
  content: "\f30c"
}
.fa-low-vision:before {
  content: "\f2a8"
}
.fa-lyft:before {
  content: "\f3c3"
}
.fa-magento:before {
  content: "\f3c4"
}
.fa-magic:before {
  content: "\f0d0"
}
.fa-magnet:before {
  content: "\f076"
}
.fa-male:before {
  content: "\f183"
}
.fa-map:before {
  content: "\f279"
}
.fa-map-marker:before {
  content: "\f041"
}
.fa-map-marker-alt:before {
  content: "\f3c5"
}
.fa-map-pin:before {
  content: "\f276"
}
.fa-map-signs:before {
  content: "\f277"
}
.fa-mars:before {
  content: "\f222"
}
.fa-mars-double:before {
  content: "\f227"
}
.fa-mars-stroke:before {
  content: "\f229"
}
.fa-mars-stroke-h:before {
  content: "\f22b"
}
.fa-mars-stroke-v:before {
  content: "\f22a"
}
.fa-maxcdn:before {
  content: "\f136"
}
.fa-medapps:before {
  content: "\f3c6"
}
.fa-medium:before {
  content: "\f23a"
}
.fa-medium-m:before {
  content: "\f3c7"
}
.fa-medkit:before {
  content: "\f0fa"
}
.fa-medrt:before {
  content: "\f3c8"
}
.fa-meetup:before {
  content: "\f2e0"
}
.fa-meh:before {
  content: "\f11a"
}
.fa-mercury:before {
  content: "\f223"
}
.fa-microchip:before {
  content: "\f2db"
}
.fa-microphone:before {
  content: "\f130"
}
.fa-microphone-slash:before {
  content: "\f131"
}
.fa-microsoft:before {
  content: "\f3ca"
}
.fa-minus:before {
  content: "\f068"
}
.fa-minus-circle:before {
  content: "\f056"
}
.fa-minus-square:before {
  content: "\f146"
}
.fa-mix:before {
  content: "\f3cb"
}
.fa-mixcloud:before {
  content: "\f289"
}
.fa-mizuni:before {
  content: "\f3cc"
}
.fa-mobile:before {
  content: "\f10b"
}
.fa-mobile-alt:before {
  content: "\f3cd"
}
.fa-modx:before {
  content: "\f285"
}
.fa-monero:before {
  content: "\f3d0"
}
.fa-money-bill-alt:before {
  content: "\f3d1"
}
.fa-moon:before {
  content: "\f186"
}
.fa-motorcycle:before {
  content: "\f21c"
}
.fa-mouse-pointer:before {
  content: "\f245"
}
.fa-music:before {
  content: "\f001"
}
.fa-napster:before {
  content: "\f3d2"
}
.fa-neuter:before {
  content: "\f22c"
}
.fa-newspaper:before {
  content: "\f1ea"
}
.fa-nintendo-switch:before {
  content: "\f418"
}
.fa-node:before {
  content: "\f419"
}
.fa-node-js:before {
  content: "\f3d3"
}
.fa-notes-medical:before {
  content: "\f481"
}
.fa-npm:before {
  content: "\f3d4"
}
.fa-ns8:before {
  content: "\f3d5"
}
.fa-nutritionix:before {
  content: "\f3d6"
}
.fa-object-group:before {
  content: "\f247"
}
.fa-object-ungroup:before {
  content: "\f248"
}
.fa-odnoklassniki:before {
  content: "\f263"
}
.fa-odnoklassniki-square:before {
  content: "\f264"
}
.fa-opencart:before {
  content: "\f23d"
}
.fa-openid:before {
  content: "\f19b"
}
.fa-opera:before {
  content: "\f26a"
}
.fa-optin-monster:before {
  content: "\f23c"
}
.fa-osi:before {
  content: "\f41a"
}
.fa-outdent:before {
  content: "\f03b"
}
.fa-page4:before {
  content: "\f3d7"
}
.fa-pagelines:before {
  content: "\f18c"
}
.fa-paint-brush:before {
  content: "\f1fc"
}
.fa-palfed:before {
  content: "\f3d8"
}
.fa-pallet:before {
  content: "\f482"
}
.fa-paper-plane:before {
  content: "\f1d8"
}
.fa-paperclip:before {
  content: "\f0c6"
}
.fa-parachute-box:before {
  content: "\f4cd"
}
.fa-paragraph:before {
  content: "\f1dd"
}
.fa-paste:before {
  content: "\f0ea"
}
.fa-patreon:before {
  content: "\f3d9"
}
.fa-pause:before {
  content: "\f04c"
}
.fa-pause-circle:before {
  content: "\f28b"
}
.fa-paw:before {
  content: "\f1b0"
}
.fa-paypal:before {
  content: "\f1ed"
}
.fa-pen-square:before {
  content: "\f14b"
}
.fa-pencil-alt:before {
  content: "\f303"
}
.fa-people-carry:before {
  content: "\f4ce"
}
.fa-percent:before {
  content: "\f295"
}
.fa-periscope:before {
  content: "\f3da"
}
.fa-phabricator:before {
  content: "\f3db"
}
.fa-phoenix-framework:before {
  content: "\f3dc"
}
.fa-phone:before {
  content: "\f095"
}
.fa-phone-slash:before {
  content: "\f3dd"
}
.fa-phone-square:before {
  content: "\f098"
}
.fa-phone-volume:before {
  content: "\f2a0"
}
.fa-php:before {
  content: "\f457"
}
.fa-pied-piper:before {
  content: "\f2ae"
}
.fa-pied-piper-alt:before {
  content: "\f1a8"
}
.fa-pied-piper-pp:before {
  content: "\f1a7"
}
.fa-piggy-bank:before {
  content: "\f4d3"
}
.fa-pills:before {
  content: "\f484"
}
.fa-pinterest:before {
  content: "\f0d2"
}
.fa-pinterest-p:before {
  content: "\f231"
}
.fa-pinterest-square:before {
  content: "\f0d3"
}
.fa-plane:before {
  content: "\f072"
}
.fa-play:before {
  content: "\f04b"
}
.fa-play-circle:before {
  content: "\f144"
}
.fa-playstation:before {
  content: "\f3df"
}
.fa-plug:before {
  content: "\f1e6"
}
.fa-plus:before {
  content: "\f067"
}
.fa-plus-circle:before {
  content: "\f055"
}
.fa-plus-square:before {
  content: "\f0fe"
}
.fa-podcast:before {
  content: "\f2ce"
}
.fa-poo:before {
  content: "\f2fe"
}
.fa-pound-sign:before {
  content: "\f154"
}
.fa-power-off:before {
  content: "\f011"
}
.fa-prescription-bottle:before {
  content: "\f485"
}
.fa-prescription-bottle-alt:before {
  content: "\f486"
}
.fa-print:before {
  content: "\f02f"
}
.fa-procedures:before {
  content: "\f487"
}
.fa-product-hunt:before {
  content: "\f288"
}
.fa-pushed:before {
  content: "\f3e1"
}
.fa-puzzle-piece:before {
  content: "\f12e"
}
.fa-python:before {
  content: "\f3e2"
}
.fa-qq:before {
  content: "\f1d6"
}
.fa-qrcode:before {
  content: "\f029"
}
.fa-question:before {
  content: "\f128"
}
.fa-question-circle:before {
  content: "\f059"
}
.fa-quidditch:before {
  content: "\f458"
}
.fa-quinscape:before {
  content: "\f459"
}
.fa-quora:before {
  content: "\f2c4"
}
.fa-quote-left:before {
  content: "\f10d"
}
.fa-quote-right:before {
  content: "\f10e"
}
.fa-random:before {
  content: "\f074"
}
.fa-ravelry:before {
  content: "\f2d9"
}
.fa-react:before {
  content: "\f41b"
}
.fa-readme:before {
  content: "\f4d5"
}
.fa-rebel:before {
  content: "\f1d0"
}
.fa-recycle:before {
  content: "\f1b8"
}
.fa-red-river:before {
  content: "\f3e3"
}
.fa-reddit:before {
  content: "\f1a1"
}
.fa-reddit-alien:before {
  content: "\f281"
}
.fa-reddit-square:before {
  content: "\f1a2"
}
.fa-redo:before {
  content: "\f01e"
}
.fa-redo-alt:before {
  content: "\f2f9"
}
.fa-registered:before {
  content: "\f25d"
}
.fa-rendact:before {
  content: "\f3e4"
}
.fa-renren:before {
  content: "\f18b"
}
.fa-reply:before {
  content: "\f3e5"
}
.fa-reply-all:before {
  content: "\f122"
}
.fa-replyd:before {
  content: "\f3e6"
}
.fa-resolving:before {
  content: "\f3e7"
}
.fa-retweet:before {
  content: "\f079"
}
.fa-ribbon:before {
  content: "\f4d6"
}
.fa-road:before {
  content: "\f018"
}
.fa-rocket:before {
  content: "\f135"
}
.fa-rocketchat:before {
  content: "\f3e8"
}
.fa-rockrms:before {
  content: "\f3e9"
}
.fa-rss:before {
  content: "\f09e"
}
.fa-rss-square:before {
  content: "\f143"
}
.fa-ruble-sign:before {
  content: "\f158"
}
.fa-rupee-sign:before {
  content: "\f156"
}
.fa-safari:before {
  content: "\f267"
}
.fa-sass:before {
  content: "\f41e"
}
.fa-save:before {
  content: "\f0c7"
}
.fa-schlix:before {
  content: "\f3ea"
}
.fa-scribd:before {
  content: "\f28a"
}
.fa-search:before {
  content: "\f002"
}
.fa-search-minus:before {
  content: "\f010"
}
.fa-search-plus:before {
  content: "\f00e"
}
.fa-searchengin:before {
  content: "\f3eb"
}
.fa-seedling:before {
  content: "\f4d8"
}
.fa-sellcast:before {
  content: "\f2da"
}
.fa-sellsy:before {
  content: "\f213"
}
.fa-server:before {
  content: "\f233"
}
.fa-servicestack:before {
  content: "\f3ec"
}
.fa-share:before {
  content: "\f064"
}
.fa-share-alt:before {
  content: "\f1e0"
}
.fa-share-alt-square:before {
  content: "\f1e1"
}
.fa-share-square:before {
  content: "\f14d"
}
.fa-shekel-sign:before {
  content: "\f20b"
}
.fa-shield-alt:before {
  content: "\f3ed"
}
.fa-ship:before {
  content: "\f21a"
}
.fa-shipping-fast:before {
  content: "\f48b"
}
.fa-shirtsinbulk:before {
  content: "\f214"
}
.fa-shopping-bag:before {
  content: "\f290"
}
.fa-shopping-basket:before {
  content: "\f291"
}
.fa-shopping-cart:before {
  content: "\f07a"
}
.fa-shower:before {
  content: "\f2cc"
}
.fa-sign:before {
  content: "\f4d9"
}
.fa-sign-in-alt:before {
  content: "\f2f6"
}
.fa-sign-language:before {
  content: "\f2a7"
}
.fa-sign-out-alt:before {
  content: "\f2f5"
}
.fa-signal:before {
  content: "\f012"
}
.fa-simplybuilt:before {
  content: "\f215"
}
.fa-sistrix:before {
  content: "\f3ee"
}
.fa-sitemap:before {
  content: "\f0e8"
}
.fa-skyatlas:before {
  content: "\f216"
}
.fa-skype:before {
  content: "\f17e"
}
.fa-slack:before {
  content: "\f198"
}
.fa-slack-hash:before {
  content: "\f3ef"
}
.fa-sliders-h:before {
  content: "\f1de"
}
.fa-slideshare:before {
  content: "\f1e7"
}
.fa-smile:before {
  content: "\f118"
}
.fa-smoking:before {
  content: "\f48d"
}
.fa-snapchat:before {
  content: "\f2ab"
}
.fa-snapchat-ghost:before {
  content: "\f2ac"
}
.fa-snapchat-square:before {
  content: "\f2ad"
}
.fa-snowflake:before {
  content: "\f2dc"
}
.fa-sort:before {
  content: "\f0dc"
}
.fa-sort-alpha-down:before {
  content: "\f15d"
}
.fa-sort-alpha-up:before {
  content: "\f15e"
}
.fa-sort-amount-down:before {
  content: "\f160"
}
.fa-sort-amount-up:before {
  content: "\f161"
}
.fa-sort-down:before {
  content: "\f0dd"
}
.fa-sort-numeric-down:before {
  content: "\f162"
}
.fa-sort-numeric-up:before {
  content: "\f163"
}
.fa-sort-up:before {
  content: "\f0de"
}
.fa-soundcloud:before {
  content: "\f1be"
}
.fa-space-shuttle:before {
  content: "\f197"
}
.fa-speakap:before {
  content: "\f3f3"
}
.fa-spinner:before {
  content: "\f110"
}
.fa-spotify:before {
  content: "\f1bc"
}
.fa-square:before {
  content: "\f0c8"
}
.fa-square-full:before {
  content: "\f45c"
}
.fa-stack-exchange:before {
  content: "\f18d"
}
.fa-stack-overflow:before {
  content: "\f16c"
}
.fa-star:before {
  content: "\f005"
}
.fa-star-half:before {
  content: "\f089"
}
.fa-staylinked:before {
  content: "\f3f5"
}
.fa-steam:before {
  content: "\f1b6"
}
.fa-steam-square:before {
  content: "\f1b7"
}
.fa-steam-symbol:before {
  content: "\f3f6"
}
.fa-step-backward:before {
  content: "\f048"
}
.fa-step-forward:before {
  content: "\f051"
}
.fa-stethoscope:before {
  content: "\f0f1"
}
.fa-sticker-mule:before {
  content: "\f3f7"
}
.fa-sticky-note:before {
  content: "\f249"
}
.fa-stop:before {
  content: "\f04d"
}
.fa-stop-circle:before {
  content: "\f28d"
}
.fa-stopwatch:before {
  content: "\f2f2"
}
.fa-strava:before {
  content: "\f428"
}
.fa-street-view:before {
  content: "\f21d"
}
.fa-strikethrough:before {
  content: "\f0cc"
}
.fa-stripe:before {
  content: "\f429"
}
.fa-stripe-s:before {
  content: "\f42a"
}
.fa-studiovinari:before {
  content: "\f3f8"
}
.fa-stumbleupon:before {
  content: "\f1a4"
}
.fa-stumbleupon-circle:before {
  content: "\f1a3"
}
.fa-subscript:before {
  content: "\f12c"
}
.fa-subway:before {
  content: "\f239"
}
.fa-suitcase:before {
  content: "\f0f2"
}
.fa-sun:before {
  content: "\f185"
}
.fa-superpowers:before {
  content: "\f2dd"
}
.fa-superscript:before {
  content: "\f12b"
}
.fa-supple:before {
  content: "\f3f9"
}
.fa-sync:before {
  content: "\f021"
}
.fa-sync-alt:before {
  content: "\f2f1"
}
.fa-syringe:before {
  content: "\f48e"
}
.fa-table:before {
  content: "\f0ce"
}
.fa-table-tennis:before {
  content: "\f45d"
}
.fa-tablet:before {
  content: "\f10a"
}
.fa-tablet-alt:before {
  content: "\f3fa"
}
.fa-tablets:before {
  content: "\f490"
}
.fa-tachometer-alt:before {
  content: "\f3fd"
}
.fa-tag:before {
  content: "\f02b"
}
.fa-tags:before {
  content: "\f02c"
}
.fa-tape:before {
  content: "\f4db"
}
.fa-tasks:before {
  content: "\f0ae"
}
.fa-taxi:before {
  content: "\f1ba"
}
.fa-telegram:before {
  content: "\f2c6"
}
.fa-telegram-plane:before {
  content: "\f3fe"
}
.fa-tencent-weibo:before {
  content: "\f1d5"
}
.fa-terminal:before {
  content: "\f120"
}
.fa-text-height:before {
  content: "\f034"
}
.fa-text-width:before {
  content: "\f035"
}
.fa-th:before {
  content: "\f00a"
}
.fa-th-large:before {
  content: "\f009"
}
.fa-th-list:before {
  content: "\f00b"
}
.fa-themeisle:before {
  content: "\f2b2"
}
.fa-thermometer:before {
  content: "\f491"
}
.fa-thermometer-empty:before {
  content: "\f2cb"
}
.fa-thermometer-full:before {
  content: "\f2c7"
}
.fa-thermometer-half:before {
  content: "\f2c9"
}
.fa-thermometer-quarter:before {
  content: "\f2ca"
}
.fa-thermometer-three-quarters:before {
  content: "\f2c8"
}
.fa-thumbs-down:before {
  content: "\f165"
}
.fa-thumbs-up:before {
  content: "\f164"
}
.fa-thumbtack:before {
  content: "\f08d"
}
.fa-ticket-alt:before {
  content: "\f3ff"
}
.fa-times:before {
  content: "\f00d"
}
.fa-times-circle:before {
  content: "\f057"
}
.fa-tint:before {
  content: "\f043"
}
.fa-toggle-off:before {
  content: "\f204"
}
.fa-toggle-on:before {
  content: "\f205"
}
.fa-trademark:before {
  content: "\f25c"
}
.fa-train:before {
  content: "\f238"
}
.fa-transgender:before {
  content: "\f224"
}
.fa-transgender-alt:before {
  content: "\f225"
}
.fa-trash:before {
  content: "\f1f8"
}
.fa-trash-alt:before {
  content: "\f2ed"
}
.fa-tree:before {
  content: "\f1bb"
}
.fa-trello:before {
  content: "\f181"
}
.fa-tripadvisor:before {
  content: "\f262"
}
.fa-trophy:before {
  content: "\f091"
}
.fa-truck:before {
  content: "\f0d1"
}
.fa-truck-loading:before {
  content: "\f4de"
}
.fa-truck-moving:before {
  content: "\f4df"
}
.fa-tty:before {
  content: "\f1e4"
}
.fa-tumblr:before {
  content: "\f173"
}
.fa-tumblr-square:before {
  content: "\f174"
}
.fa-tv:before {
  content: "\f26c"
}
.fa-twitch:before {
  content: "\f1e8"
}
.fa-twitter:before {
  content: "\f099"
}
.fa-twitter-square:before {
  content: "\f081"
}
.fa-typo3:before {
  content: "\f42b"
}
.fa-uber:before {
  content: "\f402"
}
.fa-uikit:before {
  content: "\f403"
}
.fa-umbrella:before {
  content: "\f0e9"
}
.fa-underline:before {
  content: "\f0cd"
}
.fa-undo:before {
  content: "\f0e2"
}
.fa-undo-alt:before {
  content: "\f2ea"
}
.fa-uniregistry:before {
  content: "\f404"
}
.fa-universal-access:before {
  content: "\f29a"
}
.fa-university:before {
  content: "\f19c"
}
.fa-unlink:before {
  content: "\f127"
}
.fa-unlock:before {
  content: "\f09c"
}
.fa-unlock-alt:before {
  content: "\f13e"
}
.fa-untappd:before {
  content: "\f405"
}
.fa-upload:before {
  content: "\f093"
}
.fa-usb:before {
  content: "\f287"
}
.fa-user:before {
  content: "\f007"
}
.fa-user-circle:before {
  content: "\f2bd"
}
.fa-user-md:before {
  content: "\f0f0"
}
.fa-user-plus:before {
  content: "\f234"
}
.fa-user-secret:before {
  content: "\f21b"
}
.fa-user-times:before {
  content: "\f235"
}
.fa-users:before {
  content: "\f0c0"
}
.fa-ussunnah:before {
  content: "\f407"
}
.fa-utensil-spoon:before {
  content: "\f2e5"
}
.fa-utensils:before {
  content: "\f2e7"
}
.fa-vaadin:before {
  content: "\f408"
}
.fa-venus:before {
  content: "\f221"
}
.fa-venus-double:before {
  content: "\f226"
}
.fa-venus-mars:before {
  content: "\f228"
}
.fa-viacoin:before {
  content: "\f237"
}
.fa-viadeo:before {
  content: "\f2a9"
}
.fa-viadeo-square:before {
  content: "\f2aa"
}
.fa-vial:before {
  content: "\f492"
}
.fa-vials:before {
  content: "\f493"
}
.fa-viber:before {
  content: "\f409"
}
.fa-video:before {
  content: "\f03d"
}
.fa-video-slash:before {
  content: "\f4e2"
}
.fa-vimeo:before {
  content: "\f40a"
}
.fa-vimeo-square:before {
  content: "\f194"
}
.fa-vimeo-v:before {
  content: "\f27d"
}
.fa-vine:before {
  content: "\f1ca"
}
.fa-vk:before {
  content: "\f189"
}
.fa-vnv:before {
  content: "\f40b"
}
.fa-volleyball-ball:before {
  content: "\f45f"
}
.fa-volume-down:before {
  content: "\f027"
}
.fa-volume-off:before {
  content: "\f026"
}
.fa-volume-up:before {
  content: "\f028"
}
.fa-vuejs:before {
  content: "\f41f"
}
.fa-warehouse:before {
  content: "\f494"
}
.fa-weibo:before {
  content: "\f18a"
}
.fa-weight:before {
  content: "\f496"
}
.fa-weixin:before {
  content: "\f1d7"
}
.fa-whatsapp:before {
  content: "\f232"
}
.fa-whatsapp-square:before {
  content: "\f40c"
}
.fa-wheelchair:before {
  content: "\f193"
}
.fa-whmcs:before {
  content: "\f40d"
}
.fa-wifi:before {
  content: "\f1eb"
}
.fa-wikipedia-w:before {
  content: "\f266"
}
.fa-window-close:before {
  content: "\f410"
}
.fa-window-maximize:before {
  content: "\f2d0"
}
.fa-window-minimize:before {
  content: "\f2d1"
}
.fa-window-restore:before {
  content: "\f2d2"
}
.fa-windows:before {
  content: "\f17a"
}
.fa-wine-glass:before {
  content: "\f4e3"
}
.fa-won-sign:before {
  content: "\f159"
}
.fa-wordpress:before {
  content: "\f19a"
}
.fa-wordpress-simple:before {
  content: "\f411"
}
.fa-wpbeginner:before {
  content: "\f297"
}
.fa-wpexplorer:before {
  content: "\f2de"
}
.fa-wpforms:before {
  content: "\f298"
}
.fa-wrench:before {
  content: "\f0ad"
}
.fa-x-ray:before {
  content: "\f497"
}
.fa-xbox:before {
  content: "\f412"
}
.fa-xing:before {
  content: "\f168"
}
.fa-xing-square:before {
  content: "\f169"
}
.fa-y-combinator:before {
  content: "\f23b"
}
.fa-yahoo:before {
  content: "\f19e"
}
.fa-yandex:before {
  content: "\f413"
}
.fa-yandex-international:before {
  content: "\f414"
}
.fa-yelp:before {
  content: "\f1e9"
}
.fa-yen-sign:before {
  content: "\f157"
}
.fa-yoast:before {
  content: "\f2b1"
}
.fa-youtube:before {
  content: "\f167"
}
.fa-youtube-square:before {
  content: "\f431"
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto
}
@font-face {
  font-family: Font Awesome\ 5 Brands;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/source/aaf5d9ed86efab442dd8cb4f490c5a0d/fa-brands-400.eot");
  src: url("/source/aaf5d9ed86efab442dd8cb4f490c5a0d/fa-brands-400.eot") format("embedded-opentype"), url("/source/e3f3eba40c5ae9f550c4dd1e37d3f074") format("woff2"), url("/source/3d6d080ddc36ee41c3f3c11a469b9cce/fa-brands-400.woff") format("woff"), url("/source/8ba1bce17350160142c453ef4986421c/fa-brands-400.ttf") format("truetype"), url("/source/225aa30f3b8e35db280e713146de0955/fa-brands-400.svg") format("svg")
}
.fab {
  font-family: Font Awesome\ 5 Brands
}
@font-face {
  font-family: Font Awesome\ 5 Free;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/source/0409265742d9d2bba0d3a285a080c526/fa-regular-400.eot");
  src: url("/source/0409265742d9d2bba0d3a285a080c526/fa-regular-400.eot") format("embedded-opentype"), url("/source/d6e29e708c71d14ebe68214532b8519c") format("woff2"), url("/source/914bb8e57c8bdaefbfc4bb106ea9f0ed/fa-regular-400.woff") format("woff"), url("/source/3f6eca587c4647a01fe0fa069e49a187/fa-regular-400.ttf") format("truetype"), url("/source/22951d981612a65f42184f8b42d84d38/fa-regular-400.svg") format("svg")
}
.far {
  font-weight: 400
}
@font-face {
  font-family: Font Awesome\ 5 Free;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/source/75353327650aa789aca06a5164b20b83/fa-solid-900.eot");
  src: url("/source/75353327650aa789aca06a5164b20b83/fa-solid-900.eot") format("embedded-opentype"), url("/source/dd3e1162b53727bb5474ff450de6ea72") format("woff2"), url("/source/4edc48e4fcf788c5adacdf60b3103b95/fa-solid-900.woff") format("woff"), url("/source/086b7126837badfac9a49c0e3aef8e65/fa-solid-900.ttf") format("truetype"), url("/source/c723d2d87ce17290d3ab726c64ef17de/fa-solid-900.svg") format("svg")
}
 .far, .fas {
  font-family: Font Awesome\ 5 Free
}
.fa, .fas {
  font-weight: 900
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0
}
.slick-list:focus {
  outline: none
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}
.slick-track:before, .slick-track:after {
  display: table;
  content: ''
}
.slick-track:after {
  clear: both
}
.slick-loading .slick-track {
  visibility: hidden
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}
[dir='rtl'] .slick-slide {
  float: right
}
.slick-slide img {
  display: block
}
.slick-slide.slick-loading img {
  display: none
}
.slick-slide.dragging img {
  pointer-events: none
}
.slick-initialized .slick-slide {
  display: block
}
.slick-loading .slick-slide {
  visibility: hidden
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}
.slick-arrow.slick-hidden {
  display: none
}

.scetion3 {
  
  padding-top: 50px;
  padding-bottom: 50px;
}

.feed_tit{ width:100%; text-align: center;}
.feed_tit h2{ font-size:42px; color: #2bbf72;}

.feed_tit p{ font-size:16px;color:#575757; margin-top:10px; margin-bottom: 30px;}
.feed_nr{ width:100%;}
.cage_img img{ width:100%;}
.sep-liuyan-list .t-boxs img{ width:100%; border-radius:20px;}
.sep-liuyan-list .t-boxs{ background:#fff; padding:20px;border-radius:20px; text-align:center; color:#575757;}
.cur_name{ font-size:18px; font-weight:bold; margin-top:10px;}
.liuyan{ margin-top:15px; font-size: 14px;font-family: poppins, sans-serif; height: 63px;}

.feed_tit{ margin-top:60px;}
.sep-liuyan-list .swiper-button-next{ position:absolute; right:-10px; top:50%; font-size:24px; color:#ffa40f; margin-top:-8px;    font-family: monospace; font-weight:bold;}
.sep-liuyan-list .swiper-button-prev{ position:absolute; left:0; top:50%; font-size:24px; color:#ffa40f; margin-top:-8px;    font-family: monospace;font-weight:bold;}
.cop{font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 100px;
  color: #777d80; overflow: hidden;}
.copy{ float: left;}
.footer_menu{ float: right;}
@media screen and (max-width:768px) {
	.copy,.footer_menu{ width: 100%;}	
	.cop{  line-height: 30px;}
	.footer{ padding-bottom: 100px;}
	
}