.wpnbha.has-more-button button {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  letter-spacing: 4px;
  font-size: 18px;
  border-radius: 0;
  padding: 20px;
  background-color: #437c0e;
  color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border: 2px solid #437c0e;
  text-transform: uppercase;
  max-width: 230px;
  width: 100%;
  height: 65px;
}

.wpnbha.has-more-button button:hover {
  background-color: transparent;
  color: #437c0e;
}

@media screen and (max-width: 767px) {
  .wpnbha.has-more-button button {
    margin-top: 35px;
    padding: 2px;
    max-width: 240px;
    height: 50px;
    font-size: 16px;
  }
}
.wp-block-newspack-blocks-homepage-articles .entry-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
}
.wp-block-newspack-blocks-homepage-articles .entry-wrapper .entry-title {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  color: #333333;
}
.wp-block-newspack-blocks-homepage-articles .entry-wrapper p {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-weight: 500;
  width: 100%;
}
.wp-block-newspack-blocks-homepage-articles .entry-wrapper .more-link {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.wp-block-newspack-blocks-homepage-articles .entry-wrapper .entry-meta {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.page-template-page-product-page .main-content,
.page-template-page-archive-page .main-content,
.page-template-page-form .main-content,
.page-template-default .main-content,
.category .main-content,
.home .entry-content {
  margin: 0 auto;
  max-width: 90%;
  width: 1200px;
}

.page-template-page-product-page #primary,
.page-template-page-archive-page #primary,
.page-template-page-form #primary,
.page-template-default #primary,
.category #primary,
.home #primary {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

.category .site-content {
  margin-top: 0;
  width: 100%;
  max-width: 100%;
}

.category #main {
  width: 100%;
}

.page-template-page-form .cus-container {
  margin: 37px auto 145px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.entry-meta span.byline .author-prefix {
  color: #8e8e8e !important;
  font-size: 14px !important;
  letter-spacing: 1;
  font-weight: 400 !important;
  text-transform: uppercase;
}
.entry-meta span.byline .author a {
  color: #8e8e8e !important;
  font-size: 14px !important;
  letter-spacing: 1;
  font-weight: 400 !important;
  pointer-events: none !important;
}
.entry-meta time {
  color: #8e8e8e !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  letter-spacing: 1;
}

.site-header-space {
  height: 140px;
  display: block;
}

.site-header-cus {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 0 20px;
  width: 100%;
  height: 140px;
  background-color: #fff;
  border-bottom: 1px solid #eaeaea;
}
.site-header-cus .inner {
  margin: auto;
  width: 100%;
  height: 100%;
  max-width: 1600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-header-cus .inner-figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-header-cus .inner-link {
  width: 9.1%;
  max-width: 149px;
}
.site-header-cus .inner-nav {
  width: 55.733%;
  max-width: 904px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.site-header-cus .menu {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  list-style-type: none;
}
.site-header-cus .menu-item {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.site-header-cus .menu-item:not(:first-child) {
  margin-left: 70px;
}
.site-header-cus .menu-item a {
  position: relative;
  font-size: 18px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.67);
  cursor: pointer;
}
.site-header-cus .menu-item a:after {
  position: absolute;
  content: "";
  bottom: -16px;
  left: 0;
  width: 0;
  height: 2px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: #437c0e;
}
.site-header-cus .menu-item a:hover {
  color: #437c0e;
}
.site-header-cus .menu-item a:hover:after {
  width: 100%;
}
.site-header-cus .current-menu-item a:after {
  width: 100%;
}
.site-header-cus .inner-sns {
  width: 8.199%;
  max-width: 133px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.site-header-cus .nav-ham {
  display: none;
}
.site-header-cus .inner-sns-list {
  padding-left: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
}
.site-header-cus .inner-sns-item {
  line-height: 1;
}
.site-header-cus .inner-sns-item:not(:first-child) {
  margin-left: 17px;
}
.site-header-cus .inner-sns-item a figure {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.site-header-cus .inner-sns-item a figure:hover {
  opacity: 0.7;
}
.site-header-cus .inner-sns-icon img {
  width: 100%;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 1240px) {
  .site-header-cus .menu-item:not(:first-child) {
    margin-left: 15px;
  }
  .site-header-cus .menu-item a {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .site-header-space {
    height: 90px;
  }

  .site-header-cus {
    height: 90px;
  }
  .site-header-cus .inner {
    position: relative;
  }
  .site-header-cus .inner-link {
    width: 50%;
    max-width: 94px;
  }
  .site-header-cus .inner-nav {
    padding: 0 30px;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    padding-top: 90px;
    width: 100%;
    background-color: #437c0e;
    height: 100vh;
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    pointer-events: auto;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .site-header-cus .inner-nav.menuclose {
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
    pointer-events: none;
  }
  .site-header-cus .inner-nav.uisopen {
    display: block;
  }
  .site-header-cus .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .site-header-cus .menu-item:not(:first-child) {
    margin-top: 14px;
    margin-left: 0;
  }
  .site-header-cus .menu-item a {
    color: #fff;
  }
  .site-header-cus .menu-item a:hover {
    color: #fff;
  }
  .site-header-cus .menu-item a:after {
    content: none;
  }
  .site-header-cus .menu-item.current-menu-item a {
    font-weight: 700;
  }
  .site-header-cus .inner-sns {
    display: none;
  }
  .site-header-cus .nav-ham {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    width: 25px;
    height: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 999;
  }
  .site-header-cus .nav-ham.menuclose .nav-ham-line {
    background-color: #437c0e;
    pointer-events: auto;
  }
  .site-header-cus .nav-ham.menuclose .nav-ham-line:nth-child(1) {
    -webkit-transform: translateY(-8px) rotate(0deg);
            transform: translateY(-8px) rotate(0deg);
  }
  .site-header-cus .nav-ham.menuclose .nav-ham-line:nth-child(2) {
    opacity: 1;
  }
  .site-header-cus .nav-ham.menuclose .nav-ham-line:nth-child(3) {
    -webkit-transform: translateY(5px) rotate(0deg);
            transform: translateY(5px) rotate(0deg);
  }
  .site-header-cus .nav-ham-line {
    width: 25px;
    height: 3px;
    background-color: #fff;
    pointer-events: auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
  }
  .site-header-cus .nav-ham-line:nth-child(1) {
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
  .site-header-cus .nav-ham-line:nth-child(2) {
    opacity: 0;
  }
  .site-header-cus .nav-ham-line:nth-child(3) {
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
}
@media screen and (max-width: 767px) {
  .logged-in .site-header-space {
    height: 122px;
  }
  .logged-in .inner-nav {
    padding-top: 136px;
  }
}

:root:not(#_):not(#_):not(#_):not(#_):not(#_):not(#_):not(#_):not(#_) .site-footer ul {
  padding: 0;
}

footer.site-footer {
  padding-top: 0;
}

.footer-top {
  margin: 61px auto 0;
  padding-bottom: 16px;
  width: 100%;
  height: 100%;
  width: calc(100% - 40px);
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #CDCCCC;
}
.footer-top .inner-link {
  width: 12.41%;
  max-width: 149px;
  min-width: 149px;
  line-height: 1;
}
.footer-top .inner-sns {
  width: 11.16%;
  max-width: 134px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.footer-top .nav-ham {
  display: none;
}
.footer-top .inner-sns-list {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
}
.footer-top .inner-sns-item {
  line-height: 1;
}
.footer-top .inner-sns-item:not(:first-child) {
  margin-left: 17px;
}
.footer-top .inner-sns-item a figure {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.footer-top .inner-sns-item a figure:hover {
  opacity: 0.7;
}
.footer-top .inner-sns-icon img {
  width: 100%;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer-bottom {
  padding-right: 63px;
  margin: 44px auto 48px;
  width: 100%;
  height: 100%;
  max-width: 1240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: nowrap;
      flex-flow: nowrap;
}
.footer-bottom .footer-list-title {
  margin-bottom: 19px;
  padding-bottom: 22px;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
.footer-bottom .footer-list-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background-color: #437c0e;
}
.footer-bottom .footer-group {
  padding: 0 20px;
  max-width: 248px;
}
.footer-bottom .menu .menu-item a {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.footer-bottom .menu .menu-item a:hover {
  opacity: 1 !important;
  color: #437c0e !important;
}
.footer-bottom .footer-list,
.footer-bottom .menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer-bottom .footer-item {
  font-size: 16px;
}
.footer-bottom .footer-item:not(:first-child) {
  margin-top: 11px;
}

.site-info {
  padding-bottom: 66px;
}

@media screen and (max-width: 1024px) {
  .footer-bottom {
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) {
  .footer-top {
    margin-top: 57px;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-top .inner-link {
    width: 100%;
    max-width: 94px;
    min-width: auto;
  }
  .footer-top .inner-img {
    height: 60px;
  }
  .footer-top .inner-sns-list {
    margin-top: 18px;
  }
  .footer-top .inner-sns-item {
    max-width: 32px;
  }
  .footer-top .inner-sns-item:not(:first-child) {
    margin-left: 10px;
  }

  .footer-bottom {
    margin-bottom: 32px;
    padding-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-bottom .footer-list-title {
    margin-bottom: 8px;
    padding-bottom: 15px;
    text-align: center;
  }
  .footer-bottom .footer-list-title:after {
    left: 0;
    right: 0;
    margin: auto;
    width: 50px;
    height: 3px;
  }
  .footer-bottom .footer-group {
    padding: 0 20px;
    max-width: 100%;
  }
  .footer-bottom .footer-group:not(:first-child) {
    margin-top: 33px;
  }
  .footer-bottom .footer-list,
.footer-bottom .menu {
    text-align: center;
  }
  .footer-bottom .footer-item,
.footer-bottom .menu-item {
    font-size: 16px;
  }
  .footer-bottom .footer-item:not(:first-child),
.footer-bottom .menu-item:not(:first-child) {
    margin-top: 11px;
  }

  .site-info {
    padding: 0 20px 45px;
    text-align: center;
  }
  .site-info span {
    line-height: 1.3;
  }
}
.cus-container {
  margin: 100px auto 100px;
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: nowrap;
      flex-flow: nowrap;
}
.cus-container .cus-main {
  margin-top: 0;
  padding-right: 7.16%;
  width: 74.83%;
  max-width: 898px;
}
.cus-container .sidebar {
  max-width: 301px;
  width: 25.08%;
  margin-top: 0;
}
.cus-container .sidebar .widget {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.cus-container .sidebar .widget_media_image {
  position: relative;
  padding-top: 83.07%;
  width: 100%;
}
.cus-container .sidebar .widget_media_image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.cus-container .sidebar .ad-title {
  margin: 13px 0 0;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #8C8C8C;
  font-family: "Poppins", sans-serif;
}
.cus-container .sidebar .ad-space-l1 {
  margin-bottom: 45px;
}
.cus-container .sidebar .ad-space-l2 {
  margin-bottom: 20px;
}
.cus-container .sidebar-item-title {
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 32px;
  color: #437C0E;
  font-family: GraublauWeb;
}
.cus-container .sidebar-item-para {
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.6;
}
.cus-container .sidebar .cus-select {
  margin-top: 15px;
  position: relative;
}
.cus-container .sidebar .cus-select:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 13px;
  z-index: 3;
  width: 18px;
  height: 11px;
  display: block;
  background-image: url("image/arrow-down.png");
  background-size: 18px 11px;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}
.cus-container .sidebar-item-select {
  padding: 0 16px;
  width: 100%;
  height: 60px;
  font-size: 16px;
  font-weight: 300;
  color: #6C6C6C;
  border: 1px solid #E4E4E4;
  font-family: "Poppins", sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.cus-container .sidebar-item-select:focus {
  outline: 0;
}
.cus-container .sidebar-dynamic {
  margin-top: 40px;
}
.cus-container .sidebar-article-list {
  padding: 0;
  list-style-type: none;
}
.cus-container .sidebar-article-item:not(:first-child) {
  margin-top: 16px;
}
.cus-container .sidebar-article-item:not(:last-child) {
  padding-bottom: 15px;
  border-bottom: 1px solid #EDECEC;
}
.cus-container .sidebar-article-link {
  display: block;
  text-decoration: none;
  line-height: 1.6;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.cus-container .sidebar-article-link:hover p {
  color: #437C0E;
}
.cus-container .sidebar-article-title {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  color: #333333;
}
.cus-container .sidebar-article-month {
  font-size: 16px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  color: #6C6C6C;
}
.cus-container .sidebar-article-month:not(:first-child) {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #EDECEC;
}
.cus-container .sidebar-article-date {
  margin: 10px 0 0;
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  color: #8e8e8e;
  letter-spacing: 0.01em;
}
.cus-container .sidebar-connect {
  margin-top: 36px;
}
.cus-container .sidebar .is-events .sidebar-article-item:not(:last-child) {
  padding-bottom: 0;
  border-bottom: 0;
}
.cus-container .sidebar .is-events .sidebar-article-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: nowrap;
      flex-flow: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cus-container .sidebar .is-events .sidebar-article-thumb {
  margin-right: 19px;
  max-width: 67px;
}
@media screen and (max-width: 767px) {
  .cus-container {
    margin: 60px auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cus-container .cus-main {
    margin-bottom: 30px;
    padding-right: 0;
    width: 100%;
  }
  .cus-container .sidebar {
    margin: 0 auto 22px;
    max-width: 100%;
    width: 100%;
  }
  .cus-container .sidebar .widget {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .cus-container .sidebar .widget_media_image {
    margin: auto;
    padding-top: 74.08%;
  }
  .cus-container .sidebar .ad-space-l1 {
    margin-bottom: 55px;
  }
  .cus-container .sidebar .ad-space-l2 {
    margin-bottom: 30px;
  }
  .cus-container .sidebar-item-title {
    margin-bottom: 0;
    font-size: 32px;
    color: #437C0E;
    font-family: GraublauWeb;
  }
  .cus-container .sidebar-item-para {
    margin-top: 5px;
    font-size: 16px;
    line-height: 1.6;
  }
  .cus-container .sidebar .cus-select {
    margin-top: 15px;
    position: relative;
  }
  .cus-container .sidebar .cus-select:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 13px;
    z-index: 3;
    width: 18px;
    height: 11px;
    display: block;
    background-image: url("image/arrow-down.png");
    background-size: 18px 11px;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
  }
  .cus-container .sidebar-item-select {
    padding: 0 16px;
    width: 100%;
    height: 60px;
    font-size: 16px;
    font-weight: 300;
    color: #6C6C6C;
    border: 1px solid #E4E4E4;
    font-family: "Poppins", sans-serif;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .cus-container .sidebar-item-select:focus {
    outline: 0;
  }
  .cus-container .sidebar-dynamic {
    margin-top: 49px;
  }
  .cus-container .sidebar-article-list {
    padding: 0;
    list-style-type: none;
  }
  .cus-container .sidebar-article-item:not(:first-child) {
    margin-top: 16px;
  }
  .cus-container .sidebar-article-item:not(:last-child) {
    padding-bottom: 15px;
    border-bottom: 1px solid #EDECEC;
  }
  .cus-container .sidebar-article-link {
    text-decoration: none;
    line-height: 1.6;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .cus-container .sidebar-article-link:hover {
    opacity: 0.4;
  }
  .cus-container .sidebar-article-title {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
    color: #333333;
  }
  .cus-container .sidebar-article-month {
    font-size: 16px;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
    color: #6C6C6C;
  }
  .cus-container .sidebar-article-month:not(:first-child) {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #EDECEC;
  }
  .cus-container .sidebar-article-date {
    margin: 10px 0 0;
    font-size: 14px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    color: #8e8e8e;
    letter-spacing: 0.01em;
  }
  .cus-container .sidebar-connect {
    margin-top: 42px;
  }
  .cus-container .sidebar .is-events .sidebar-article-item:not(:last-child) {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .cus-container .sidebar .is-events .sidebar-article-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: nowrap;
        flex-flow: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cus-container .sidebar .is-events .sidebar-article-thumb {
    margin-right: 19px;
    max-width: 67px;
  }
}
@media screen and (max-width: 375px) {
  .cus-container .sidebar .widget_media_image {
    max-width: 300px;
  }
}

:root:not(#_):not(#_):not(#_):not(#_):not(#_):not(#_):not(#_):not(#_) h2 {
  font-family: "Poppins", sans-serif;
}

.cus-button {
  width: 100%;
  height: 65px;
  font: 400 18px/1.5 "Poppins", sans-serif;
  letter-spacing: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border: 2px solid #437c0e;
  background-color: #437c0e;
  text-decoration: none !important;
  color: #fff !important;
}
.cus-button:hover {
  background-color: transparent;
  color: #437c0e !important;
}

.tag-container {
  padding-top: 30px;
  border-top: 1px solid #F0F0F0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tag-container .tag-col,
.tag-container .tag-group {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
}
.tag-container .tag-label {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #333;
}
.tag-container .tag-group {
  padding-left: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.tag-container .tag-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 7px;
}
.tag-container .tag-item a {
  font-size: 16px;
  font-weight: 300;
  color: #437c0e;
  font-style: italic;
  text-decoration: none;
}
.tag-container .tag-item a:hover {
  text-decoration: underline;
  color: #437c0e;
}
@media screen and (max-width: 599px) {
  .tag-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .tag-container .tag-group {
    padding-left: 0;
    margin: 0.5rem -7px;
  }
  .tag-container .tag-item {
    margin: 0 7px;
  }
}

.sharedaddy amp-social-share {
  background-color: #437c0e;
}

div.sharedaddy .sd-social h3.sd-title {
  display: inline;
}
div.sharedaddy .sd-social h3.sd-title:before {
  content: none;
}

.share-sns-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.share-sns-container .share-sns-col,
.share-sns-container .sns-group {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.share-sns-container .sns-group {
  padding-left: 0.8em;
}
.share-sns-container .share-sns-label {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.8em;
  color: #333;
}
.share-sns-container .sns-item {
  margin: 4px 17px 4px 0;
  display: block;
  border-radius: 9999px;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
  height: auto;
  background-color: #437C0E;
}
.share-sns-container .sns-item:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.share-sns-container .sns-item a {
  padding: 0.25em;
  text-decoration: none;
  border-bottom: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: block;
  line-height: 0;
  color: #fff;
}
.share-sns-container .sns-item svg {
  width: 1.3em;
  height: 1.3em;
}
@media screen and (max-width: 599px) {
  .share-sns-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .share-sns-container .share-sns-label {
    margin: 0;
  }
  .share-sns-container .sns-group {
    padding-left: 0;
    margin: 0.5rem 0;
  }
}

.sharedaddy {
  margin-top: 1rem;
}
.sharedaddy .sd-social h3.sd-title {
  margin: 0;
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.8em;
  color: #333;
}
.sharedaddy .sd-sharing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sharedaddy .sd-content {
  margin: 0 0 0 0.5rem;
}
.sharedaddy amp-social-share {
  margin-right: 7px;
}
@media screen and (max-width: 767px) {
  .sharedaddy {
    margin-top: 0;
  }
}

.sd-social-icon .sd-content amp-social-share,
.sd-social-icon .sd-content ul li {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.sd-social-icon .sd-content amp-social-share:hover,
.sd-social-icon .sd-content ul li:hover {
  opacity: 0.5;
}
.sd-social-icon .sd-content amp-social-share:focus,
.sd-social-icon .sd-content ul li:focus {
  outline: 0;
  border: 0;
}

.sd-social-icon .sd-content amp-social-share[type=facebook],
.sd-social-icon .sd-content ul li[class*=share-].share-linkedin a.sd-button {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: #fff !important;
}
.sd-social-icon .sd-content amp-social-share[type=facebook]:before,
.sd-social-icon .sd-content ul li[class*=share-].share-linkedin a.sd-button:before {
  background-image: url("image/linkedin-1.png");
  background-size: 32px 32px;
  background-position: center;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  content: "";
}

.sd-social-icon .sd-content amp-social-share[type=linkedin],
.sd-social-icon .sd-content ul li[class*=share-].share-facebook a.sd-button {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: #fff !important;
}
.sd-social-icon .sd-content amp-social-share[type=linkedin]:before,
.sd-social-icon .sd-content ul li[class*=share-].share-facebook a.sd-button:before {
  background-image: url("image/fb-1.png");
  background-size: 32px 32px;
  background-position: center;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  content: "";
}

.cus-frontpage .news-cus {
  margin: 0 auto;
  padding: 100px 20px 50px;
  max-width: 1240px;
}
.cus-frontpage .news-cus .news-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: nowrap;
      flex-flow: nowrap;
}
.cus-frontpage .news-cus .news-main {
  margin-right: 59px;
  width: 70.25%;
  max-width: 843px;
}
.cus-frontpage .news-cus .news-side {
  max-width: 300px;
  width: 25%;
}
.cus-frontpage .news-cus .news-side .widget_media_image {
  position: relative;
  margin-bottom: 0;
  line-height: 0;
  width: 100%;
  padding-top: 83.34%;
  max-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cus-frontpage .news-cus .news-side .widget_media_image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.cus-frontpage .news-cus .news-side .ad-title {
  margin: 13px 0 0;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #8C8C8C;
  font-family: "Poppins", sans-serif;
}
.cus-frontpage .news-cus .news-side .ad-space-l1 {
  margin-bottom: 50px;
}
.cus-frontpage .news-cus .news-side .ad-space-l2 {
  margin-bottom: 20px;
}
.cus-frontpage .news-cus .news-cus-title {
  font-size: 50px;
  font-family: GraublauWeb;
  color: #333;
}
.cus-frontpage .news-cus .news-list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: nowrap;
      flex-flow: nowrap;
}
.cus-frontpage .news-cus .news-list-group:not(:first-child) {
  margin-top: 26px;
}
.cus-frontpage .news-cus .item {
  width: 100%;
  max-width: 380px;
}
.cus-frontpage .news-cus .item:not(:nth-child(3n-2)) {
  margin-left: 30px;
}
.cus-frontpage .news-cus .item-fig-link {
  line-height: 0;
  position: relative;
  display: block;
  width: 100%;
  padding-top: 77.31%;
  max-width: 261px;
  overflow: hidden;
}
.cus-frontpage .news-cus .item-fig-link:hover .item-fig-img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.cus-frontpage .news-cus .item-fig-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.cus-frontpage .news-cus .item-date {
  margin: 17px 0 0;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #aaa;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .cus-frontpage .news-cus .item-date {
    margin: 20px 0 0px;
  }
}
.cus-frontpage .news-cus .item-link-extra {
  margin-top: 8px;
  display: block;
}
.cus-frontpage .news-cus .item-link-extra:hover .item-title {
  color: #437C0E;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .cus-frontpage .news-cus .item-link-extra {
    margin: 10px 0 0;
  }
}
.cus-frontpage .news-cus .item-title {
  margin: 0;
  font-size: 18px;
  line-height: 1.3;
  color: #333;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.cus-frontpage .news-cus .news-link {
  margin: 48px 0 0;
  max-width: 240px;
  width: 100%;
  border: 2px solid #437C0E;
  background-color: #437c0e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0;
  font-size: 18px;
  height: 60px;
  letter-spacing: 4px;
  font-weight: 300;
  color: #fff;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  text-align: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.cus-frontpage .news-cus .news-link:hover {
  color: #437C0E;
  background-color: transparent;
}
.cus-frontpage .ad-cus {
  padding: 0 20px;
  margin: 50px auto 100px;
  max-width: 1240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cus-frontpage .ad-cus .widget_media_image {
  padding-bottom: 20.834%;
  margin: 0;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cus-frontpage .ad-cus .widget_media_image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.cus-frontpage .ad-cus .widget_media_image:first-child {
  margin-right: 59px;
  max-width: 843px;
  width: 70.25%;
}
.cus-frontpage .ad-cus .widget_media_image:last-child {
  max-width: 300px;
  width: 25%;
}
.cus-frontpage .product-cus, .cus-frontpage .featured-cus, .cus-frontpage .podcast-cus {
  padding: 100px 0 100px;
  background-color: #F9F9F9;
}
.cus-frontpage .product-cus .inner, .cus-frontpage .featured-cus .inner, .cus-frontpage .podcast-cus .inner {
  padding: 0 20px;
  margin: 0 auto;
  max-width: 1240px;
}
.cus-frontpage .product-cus .product-cus-title, .cus-frontpage .featured-cus .featured-cus-title, .cus-frontpage .podcast-cus .podcast-cus-title {
  font-size: 50px;
  font-family: GraublauWeb;
  color: #333;
  margin-top: 0;
}
.cus-frontpage .product-cus .product-list-group,  .cus-frontpage .featured-cus .event-list-group, .cus-frontpage .podcast-cus .podcast-list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: nowrap;
      flex-flow: nowrap;
}
.cus-frontpage .product-cus .product-list-group:not(:first-child), .cus-frontpage .featured-cus .event-list-group:not(:first-child), .cus-frontpage .podcast-cus .podcast-list-group:not(:first-child) {
  margin-top: 30px;
}
.cus-frontpage .product-cus .item,  .cus-frontpage .featured-cus .item, .cus-frontpage .podcast-cus .item {
  width: 100%;
  max-width: 380px;
}
.cus-frontpage .product-cus .item:not(:nth-child(3n-2)), .cus-frontpage .featured-cus .item:not(:nth-child(3n-2)), .cus-frontpage .podcast-cus .item:not(:nth-child(3n-2)) {
  margin-left: 30px;
}
.cus-frontpage .product-cus .item-fig-link,  .cus-frontpage .featured-cus .item-fig-link, .cus-frontpage .podcast-cus .item-fig-link {
  line-height: 0;
  position: relative;
  display: block;
  width: 100%;
  padding-top: 73.687%;
  max-width: 380px;
  overflow: hidden;
}
.cus-frontpage .product-cus .item-fig-link:hover .item-fig-img, .cus-frontpage .featured-cus .item-fig-link:hover .item-fig-img, .cus-frontpage .podcast-cus .item-fig-link:hover .item-fig-img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.cus-frontpage .product-cus .item-fig-img,  .cus-frontpage .featured-cus .item-fig-img, .cus-frontpage .podcast-cus .item-fig-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.cus-frontpage .product-cus .item-link-category, .cus-frontpage .podcast-cus .item-link-category {
  margin-top: 20px;
  display: block;
}
.cus-frontpage .product-cus .item-title-category, .cus-frontpage .podcast-cus .item-title-category {
  margin: 0;
  font-size: 14px;
  letter-spacing: 1px;
  color: #aaa;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}
.cus-frontpage .product-cus .item-link-extra, .cus-frontpage .featured-cus .item-link-extra, .cus-frontpage .podcast-cus .item-link-extra {
  margin-top: 12px;
  display: block;
}
.cus-frontpage .product-cus .item-link-extra:hover .item-title,  .cus-frontpage .featured-cus .item-link-extra:hover .item-title, .cus-frontpage .podcast-cus .item-link-extra:hover .item-title {
  color: #437C0E;
  background-color: transparent;
}
.cus-frontpage .product-cus .item-title, .cus-frontpage .featured-cus .item-title, .cus-frontpage .podcast-cus .item-title {
  margin: 0;
  font-size: 18px;
  color: #333;
  line-height: 1.3;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.cus-frontpage .product-cus .item-desc, .cus-frontpage .featured-cus .item-desc, .cus-frontpage .podcast-cus .item-desc {
  margin: 10px 0 20px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: #333;
  line-height: 1.6;
}
.cus-frontpage .product-cus .item-link, .cus-frontpage .featured-cus .item-link, .cus-frontpage .podcast-cus .item-link {
  font-size: 16px;
  font-weight: bold;
  color: #437C0E;
  font-family: "Poppins", sans-serif;
  position: relative;
}
.cus-frontpage .product-cus .item-link:after, .cus-frontpage .featured-cus .item-link:after, .cus-frontpage .podcast-cus .item-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #437c0e;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.cus-frontpage .product-cus .item-link:hover:after,  .cus-frontpage .featured-cus .item-link:hover:after, .cus-frontpage .podcast-cus .item-link:hover:after {
  width: 100%;
  background-color: #437c0e;
}
.cus-frontpage .product-cus .product-link, .cus-frontpage .featured-cus .event-link, .cus-frontpage .podcast-cus .podcast-link {
  margin: 48px auto 0;
  max-width: 240px;
  width: 100%;
  border: 2px solid #437C0E;
  background-color: #437c0e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0;
  font-size: 18px;
  height: 60px;
  letter-spacing: 4px;
  font-weight: 300;
  color: #fff;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  text-align: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.cus-frontpage .product-cus .product-link:hover, .cus-frontpage .featured-cus .event-link:hover, .cus-frontpage .podcast-cus .podcast-link:hover {
  color: #437C0E;
  background-color: transparent;
}
.cus-frontpage .featured-cus {
  margin: 84px auto 100px;
  padding: 100px 0 100px;
  background-color: #F9F9F9;
}
.cus-frontpage .featured-cus .featured-cus-title {
  font-size: 50px;
  font-family: GraublauWeb;
  color: #333;
}

.cus-frontpage .featured-cus .big-list {
  width: 47.33%;
}
.cus-frontpage .featured-cus .big-item {
  height: 100%;
}
.cus-frontpage .featured-cus .big-item-title {
  margin: 20px 0 0;
  font-size: 32px;
  line-height: 1.3;
  color: #333;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.cus-frontpage .featured-cus .big-item-desc {
  font-size: 14px;
  color: #AAA;
  font-family: "Poppins", sans-serif;
  margin: 15px 0 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.cus-frontpage .featured-cus .big-item-fig-link {
  display: block;
  position: relative;
  line-height: 0;
  width: 100%;
  padding-top: 72.11%;
  max-width: 568px;
  overflow: hidden;
}
.cus-frontpage .featured-cus .big-item-fig-link:hover .big-item-fig-img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.cus-frontpage .featured-cus .big-item-fig-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.cus-frontpage .featured-cus .big-item-link {
  font-size: 20px;
  font-weight: bold;
  color: #437C0E;
  font-family: "Poppins", sans-serif;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
}
.cus-frontpage .featured-cus .big-item-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #437c0e;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.cus-frontpage .featured-cus .big-item-link:hover:after {
  width: 100%;
  background-color: #437c0e;
}
.cus-frontpage .featured-cus .big-item-link-extra {
  display: block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.cus-frontpage .featured-cus .big-item-link-extra:hover .big-item-title {
  color: #437c0e;
}
.cus-frontpage .featured-cus .small-list {
  width: 50.16%;
  margin-left: 30px;
}
.cus-frontpage .featured-cus .small-list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: nowrap;
      flex-flow: nowrap;
}
.cus-frontpage .featured-cus .small-list-group:not(:first-child) {
  margin-top: 30px;
}
.cus-frontpage .featured-cus .small-item {
  width: 100%;
}
.cus-frontpage .featured-cus .small-item:nth-child(2n) {
  margin-left: 30px;
}
.cus-frontpage .featured-cus .small-item-title {
  margin: 10px 0;
  font-size: 18px;
  line-height: 1.389;
  color: #333;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.cus-frontpage .featured-cus .small-item-fig-link {
  line-height: 0;
  position: relative;
  display: block;
  width: 100%;
  padding-top: 70.75%;
  overflow: hidden;
}
.cus-frontpage .featured-cus .small-item-fig-link:hover .small-item-fig-img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.cus-frontpage .featured-cus .small-item-link-extra {
  display: block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.cus-frontpage .featured-cus .small-item-link-extra:hover .small-item-title {
  color: #437c0e;
}
.cus-frontpage .featured-cus .small-item-fig-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.cus-frontpage .featured-cus .small-item-link {
  font-size: 16px;
  font-weight: bold;
  color: #437C0E;
  font-family: "Poppins", sans-serif;
  position: relative;
}
.cus-frontpage .featured-cus .small-item-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #437c0e;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.cus-frontpage .featured-cus .small-item-link:hover:after {
  width: 100%;
  background-color: #437c0e;
}
.cus-frontpage .featured-cus .featured-link {
  margin: 48px auto 0;
  max-width: 240px;
  width: 100%;
  border: 2px solid #437C0E;
  background-color: #437c0e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0;
  font-size: 18px;
  height: 60px;
  letter-spacing: 4px;
  font-weight: 300;
  color: #fff;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  text-align: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.cus-frontpage .featured-cus .featured-link:hover {
  color: #437C0E;
  background-color: transparent;
}
.cus-frontpage .podcast-cus {
  margin: 84px auto 100px;
  padding: 100px 0 100px;
  background-color: #F9F9F9;
}
.cus-frontpage .podcast-cus .podcast-cus-title {
  font-size: 50px;
  font-family: GraublauWeb;
  color: #333;
}

.cus-frontpage .podcast-cus .big-list {
  width: 47.33%;
}
.cus-frontpage .podcast-cus .big-item {
  height: 100%;
}
.cus-frontpage .podcast-cus .big-item-title {
  margin: 20px 0 0;
  font-size: 32px;
  line-height: 1.3;
  color: #333;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.cus-frontpage .podcast-cus .big-item-desc {
  font-size: 14px;
  color: #AAA;
  font-family: "Poppins", sans-serif;
  margin: 15px 0 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.cus-frontpage .podcast-cus .big-item-fig-link {
  display: block;
  position: relative;
  line-height: 0;
  width: 100%;
  padding-top: 72.11%;
  max-width: 568px;
  overflow: hidden;
}
.cus-frontpage .podcast-cus .big-item-fig-link:hover .big-item-fig-img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.cus-frontpage .podcast-cus .big-item-fig-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.cus-frontpage .podcast-cus .big-item-link {
  font-size: 20px;
  font-weight: bold;
  color: #437C0E;
  font-family: "Poppins", sans-serif;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
}
.cus-frontpage .podcast-cus .big-item-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #437c0e;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.cus-frontpage .podcast-cus .big-item-link:hover:after {
  width: 100%;
  background-color: #437c0e;
}
.cus-frontpage .podcast-cus .big-item-link-extra {
  display: block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.cus-frontpage .podcast-cus .big-item-link-extra:hover .big-item-title {
  color: #437c0e;
}
.cus-frontpage .podcast-cus .small-list {
  width: 50.16%;
  margin-left: 30px;
}
.cus-frontpage .podcast-cus .small-list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: nowrap;
      flex-flow: nowrap;
}
.cus-frontpage .podcast-cus .small-list-group:not(:first-child) {
  margin-top: 30px;
}
.cus-frontpage .podcast-cus .small-item {
  width: 100%;
}
.cus-frontpage .podcast-cus .small-item:nth-child(2n) {
  margin-left: 30px;
}
.cus-frontpage .podcast-cus .small-item-title {
  margin: 10px 0;
  font-size: 18px;
  line-height: 1.389;
  color: #333;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.cus-frontpage .podcast-cus .small-item-fig-link {
  line-height: 0;
  position: relative;
  display: block;
  width: 100%;
  padding-top: 70.75%;
  overflow: hidden;
}
.cus-frontpage .podcast-cus .small-item-fig-link:hover .small-item-fig-img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.cus-frontpage .podcast-cus .small-item-link-extra {
  display: block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.cus-frontpage .podcast-cus .small-item-link-extra:hover .small-item-title {
  color: #437c0e;
}
.cus-frontpage .podcast-cus .small-item-fig-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.cus-frontpage .podcast-cus .small-item-link {
  font-size: 16px;
  font-weight: bold;
  color: #437C0E;
  font-family: "Poppins", sans-serif;
  position: relative;
}
.cus-frontpage .podcast-cus .small-item-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #437c0e;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.cus-frontpage .podcast-cus .small-item-link:hover:after {
  width: 100%;
  background-color: #437c0e;
}
.cus-frontpage .podcast-cus .podcast-link {
  margin: 48px auto 0;
  max-width: 240px;
  width: 100%;
  border: 2px solid #437C0E;
  background-color: #437c0e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0;
  font-size: 18px;
  height: 60px;
  letter-spacing: 4px;
  font-weight: 300;
  color: #fff;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  text-align: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.cus-frontpage .podcast-cus .podcast-link:hover {
  color: #437C0E;
  background-color: transparent;
}
.cus-frontpage .connect-cus {
  padding: 102.5px 20px;
  background-image: url("image/subscribe-bg-1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cus-frontpage .connect-cus .connect-cus-title {
  margin: 0;
  font-family: GraublauWeb;
  font-size: 50px;
  letter-spacing: 0.02em;
  font-weight: 400;
  color: #fff;
}
.cus-frontpage .connect-cus .connect-cus-para {
  margin: 4px auto 0;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.02em;
  color: #fff;
}
.cus-frontpage .connect-cus .connect-cus-button {
  margin: 39px auto 0;
  max-width: 240px;
  width: 100%;
  border: 2px solid #fff;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0;
  font-size: 18px;
  height: 60px;
  letter-spacing: 4px;
  font-weight: 300;
  color: #000;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  text-align: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.cus-frontpage .connect-cus .connect-cus-button:hover {
  color: #fff;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .cus-frontpage .news-cus {
    padding: 38px 20px 18px;
  }
  .cus-frontpage .news-cus .news-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cus-frontpage .news-cus .news-main {
    padding-right: 0;
    width: 100%;
  }
  .cus-frontpage .news-cus .news-side {
    padding-top: 58px;
    max-width: 100%;
    width: 100%;
  }
  .cus-frontpage .news-cus .news-side .widget_media_image {
    padding-top: 74.63%;
    max-width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
  }
  .cus-frontpage .news-cus .news-side .widget_media_image img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .cus-frontpage .news-cus .news-side .ad-title {
    margin: 13px 0 0;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #8C8C8C;
    font-family: "Poppins", sans-serif;
  }
  .cus-frontpage .news-cus .news-side .ad-space-l1 {
    margin-bottom: 55px;
  }
  .cus-frontpage .news-cus .news-side .ad-space-l2 {
    margin-bottom: 33px;
  }
  .cus-frontpage .news-cus .news-cus-title {
    font-size: 30px;
  }
  .cus-frontpage .news-cus .news-list-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cus-frontpage .news-cus .news-list-group:not(:first-child) {
    margin-top: 40px;
  }
  .cus-frontpage .news-cus .item {
    width: 100%;
    max-width: 100%;
  }
  .cus-frontpage .news-cus .item:not(:nth-child(3n-2)) {
    margin-left: 0;
  }
  .cus-frontpage .news-cus .item:not(:first-child) {
    margin-top: 43px;
  }
  .cus-frontpage .news-cus .item-title {
    font-size: 16px;
  }
  .cus-frontpage .news-cus .item-fig-link {
    padding-top: 60%;
    max-width: 100%;
  }
  .cus-frontpage .news-cus .news-link {
    margin: 33px auto 0;
    max-width: 240px;
    font-size: 16px;
    height: 50px;
  }
  .cus-frontpage .ad-cus {
    margin: 3px auto 51px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cus-frontpage .ad-cus .widget_media_image {
    margin: 0;
    height: auto;
    overflow: hidden;
  }
  .cus-frontpage .ad-cus .widget_media_image img {
    width: 100%;
    height: auto !important;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .cus-frontpage .ad-cus .widget_media_image:not(:first-child) {
    margin-top: 50px;
  }
  .cus-frontpage .ad-cus .widget_media_image:first-child {
    padding-right: 0;
    width: 100%;
  }
  .cus-frontpage .ad-cus .widget_media_image:last-child {
    max-width: 100%;
    width: 100%;
  }
  .cus-frontpage .product-cus, .cus-frontpage .featured-cus, .cus-frontpage .podcast-cus {
    padding: 46px 0 60px;
  }
  .cus-frontpage .product-cus .inner, .cus-frontpage .featured-cus .inner, .cus-frontpage .podcast-cus .inner {
    padding: 0 20px;
    max-width: 1240px;
  }
  .cus-frontpage .product-cus .product-cus-title, .cus-frontpage .featured-cus .featured-cus-title, .cus-frontpage .podcast-cus .podcast-cus-title {
    font-size: 30px;
  }
  .cus-frontpage .product-cus .product-list-group, .cus-frontpage .featured-cus .event-list-group, .cus-frontpage .podcast-cus .podcast-list-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cus-frontpage .product-cus .product-list-group:not(:first-child),  .cus-frontpage .featured-cus .event-list-group:not(:first-child), .cus-frontpage .podcast-cus .podcast-list-group:not(:first-child){
    margin-top: 30px;
  }
  .cus-frontpage .product-cus .item,  .cus-frontpage .featured-cus .item, .cus-frontpage .podcast-cus .item{
    max-width: 100%;
  }
  .cus-frontpage .product-cus .item:not(:first-child), .cus-frontpage .featured-cus .item:not(:first-child), .cus-frontpage .podcast-cus .item:not(:first-child) {
    margin-top: 37px;
  }
  .cus-frontpage .product-cus .item:not(:nth-child(3n-2)),  .cus-frontpage .featured-cus .item:not(:nth-child(3n-2)), .cus-frontpage .podcast-cus .item:not(:nth-child(3n-2)) {
    margin-left: 0;
  }
  .cus-frontpage .product-cus .item-fig-link,  .cus-frontpage .featured-cus .item-fig-link, .cus-frontpage .podcast-cus .item-fig-link {
    padding-top: 83.59%;
    max-width: 100%;
  }
  .cus-frontpage .product-cus .item-link-extra, .cus-frontpage .featured-cus .item-link-extra, .cus-frontpage .podcast-cus .item-link-extra {
    margin-top: 10px;
  }
  .cus-frontpage .product-cus .item-title, .cus-frontpage .featured-cus .item-title, .cus-frontpage .podcast-cus .item-title {
    font-size: 16px;
  }
  .cus-frontpage .product-cus .item-link, .cus-frontpage .featured-cus .item-link, .cus-frontpage .podcast-cus .item-link {
    font-size: 16px;
  }
  .cus-frontpage .product-cus .item-link:after, .cus-frontpage .featured-cus .item-link:after, .cus-frontpage .podcast-cus .item-link:after {
    content: none;
  }
  .cus-frontpage .product-cus .item-desc, .cus-frontpage .featured-cus .item-desc, .cus-frontpage .podcast-cus .item-desc {
    margin: 5px 0 10px;
  }
  .cus-frontpage .product-cus .product-link, .cus-frontpage .featured-cus .event-link, .cus-frontpage .podcast-cus .product-link {
    margin: 50px auto 0;
    max-width: 240px;
    font-size: 16px;
    height: 50px;
  }
  .cus-frontpage .featured-cus {
    margin: 56px auto 60px;
  }
  .cus-frontpage .featured-cus .featured-cus-title {
    font-size: 30px;
  }

  .cus-frontpage .featured-cus .big-list {
    width: 100%;
  }
  .cus-frontpage .featured-cus .big-item-title {
    margin: 20px 0 0;
    font-size: 24px;
  }
  .cus-frontpage .featured-cus .big-item-desc {
    margin: 10px 0;
    font-size: 14px;
  }
  .cus-frontpage .featured-cus .big-item-fig-link {
    padding-top: 89.56%;
    max-width: 100%;
  }
  .cus-frontpage .featured-cus .big-item-fig-link:hover .big-item-fig-img {
    -webkit-transform: none;
            transform: none;
  }
  .cus-frontpage .featured-cus .big-item-fig-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .cus-frontpage .featured-cus .big-item-link {
    font-size: 16px;
  }
  .cus-frontpage .featured-cus .big-item-link:after {
    content: none;
  }
  .cus-frontpage .featured-cus .small-list {
    width: 100%;
    margin-left: 0;
  }
  .cus-frontpage .featured-cus .small-list-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cus-frontpage .featured-cus .small-list-group:not(:first-child) {
    margin-top: 30px;
  }
  .cus-frontpage .featured-cus .small-item {
    margin-top: 37px;
    max-width: 100%;
  }
  .cus-frontpage .featured-cus .small-item:nth-child(2n) {
    margin-left: 0;
  }
  .cus-frontpage .featured-cus .small-item-title {
    margin: 20px 0 0;
    font-size: 16px;
  }
  .cus-frontpage .featured-cus .small-item-fig-link {
    line-height: 0;
    max-width: 100%;
    padding-top: 59.71%;
  }
  .cus-frontpage .featured-cus .small-item-link {
    font-size: 16px;
    color: #437C0E;
    font-family: "Poppins", sans-serif;
    position: relative;
    margin-top: 10px;
  }
  .cus-frontpage .featured-cus .small-item-link:after {
    content: none;
  }
  .cus-frontpage .featured-cus .featured-link {
    margin: 50px auto 0;
    max-width: 240px;
    width: 100%;
    font-size: 16px;
    height: 50px;
  }
    .cus-frontpage .podcast-cus {
    margin: 56px auto 60px;
  }
  .cus-frontpage .podcast-cus .podcast-cus-title {
    font-size: 30px;
  }

  .cus-frontpage .podcast-cus .big-list {
    width: 100%;
  }
  .cus-frontpage .podcast-cus .big-item-title {
    margin: 20px 0 0;
    font-size: 24px;
  }
  .cus-frontpage .podcast-cus .big-item-desc {
    margin: 10px 0;
    font-size: 14px;
  }
  .cus-frontpage .podcast-cus .big-item-fig-link {
    padding-top: 89.56%;
    max-width: 100%;
  }
  .cus-frontpage .podcast-cus .big-item-fig-link:hover .big-item-fig-img {
    -webkit-transform: none;
            transform: none;
  }
  .cus-frontpage .podcast-cus .big-item-fig-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .cus-frontpage .podcast-cus .big-item-link {
    font-size: 16px;
  }
  .cus-frontpage .podcast-cus .big-item-link:after {
    content: none;
  }
  .cus-frontpage .podcast-cus .small-list {
    width: 100%;
    margin-left: 0;
  }
  .cus-frontpage .podcast-cus .small-list-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cus-frontpage .podcast-cus .small-list-group:not(:first-child) {
    margin-top: 30px;
  }
  .cus-frontpage .podcast-cus .small-item {
    margin-top: 37px;
    max-width: 100%;
  }
  .cus-frontpage .podcast-cus .small-item:nth-child(2n) {
    margin-left: 0;
  }
  .cus-frontpage .podcast-cus .small-item-title {
    margin: 20px 0 0;
    font-size: 16px;
  }
  .cus-frontpage .podcast-cus .small-item-fig-link {
    line-height: 0;
    max-width: 100%;
    padding-top: 59.71%;
  }
  .cus-frontpage .podcast-cus .small-item-link {
    font-size: 16px;
    color: #437C0E;
    font-family: "Poppins", sans-serif;
    position: relative;
    margin-top: 10px;
  }
  .cus-frontpage .podcast-cus .small-item-link:after {
    content: none;
  }
  .cus-frontpage .podcast-cus .podcast-link {
    margin: 50px auto 0;
    max-width: 240px;
    width: 100%;
    font-size: 16px;
    height: 50px;
  }
  .cus-frontpage .connect-cus {
    padding: 52px 20px 62px;
    height: auto;
    background-image: url("image/bg-connect-sp.jpg");
  }
  .cus-frontpage .connect-cus .connect-cus-title {
    font-size: 30px;
  }
  .cus-frontpage .connect-cus .connect-cus-para {
    text-align: center;
    font-size: 16px;
  }
  .cus-frontpage .connect-cus .connect-cus-para {
    max-width: 300px;
  }
  .cus-frontpage .connect-cus .connect-cus-button {
    margin-top: 20px;
    height: 50px;
  }
}
@media screen and (max-width: 375px) {
  .cus-frontpage .news-cus .news-side .widget_media_image {
    max-width: 300px;
  }
}

.wpnbha .loading {
  margin: 60px 0 0;
  padding: 20px;
  background-color: #437c0e;
  color: #fff;
  text-transform: uppercase;
  max-width: 230px;
  display: block;
  width: 100%;
  text-align: center;
  height: 65px;
  font: 300 18px/1.5 "Poppins", sans-serif;
  letter-spacing: 4px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .wpnbha .loading {
    margin: 29px auto 0;
    padding: 13px;
    max-width: 240px;
    height: 50px;
    font-size: 16px;
  }
}

.coming-soon-text {
  font-size: 120px;
  font-family: GraublauWeb;
}
@media screen and (max-width: 767px) {
  .coming-soon-text {
    font-size: 36px;
  }
}

.subscribe-title-text {
  margin-bottom: 0 !important;
  font-size: 70px;
  font-family: GraublauWeb;
}
@media screen and (max-width: 1024px) {
  .subscribe-title-text {
    margin-bottom: 0 !important;
    font-size: 36px !important;
    line-height: 0.9;
  }
}

.subscribe-para-text {
  margin-top: 0 !important;
  margin-bottom: 46px !important;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 1024px) {
  .subscribe-para-text {
    margin-top: 14px !important;
    margin-bottom: 80px !important;
    font-size: 16px !important;
  }
}

@media screen and (max-width: 767px) {
  .post-subscribe .wp-block-column {
    margin: 0 !important;
    width: 100%;
  }

  .post-subscribe {
    padding: 20px !important;
    margin-top: 15px !important;
  }

  .post-subscribe form {
    width: 100%;
    margin-bottom: 0 !important;
  }
}
.contact-title-text {
  font-size: 70px;
  font-family: GraublauWeb;
}
@media screen and (max-width: 1024px) {
  .contact-title-text {
    margin-bottom: 10px !important;
    font-size: 36px !important;
  }
}

@media screen and (max-width: 767px) {
  .post-contact {
    margin-top: 0;
  }

  .post-contact .wp-block-column {
    padding: 20px !important;
  }

  .post-contact form {
    margin-bottom: 0 !important;
  }
}
.wpnbha article {
  margin-bottom: 58px !important;
}
@media screen and (max-width: 767px) {
  .wpnbha article {
    margin-bottom: 33px !important;
  }
}

.post-events .post-thumbnail {
  width: 475px;
  height: 250px;
  overflow: hidden;
  margin-right: 31px !important;
  margin-bottom: 0 !important;
}

.post-events article {
  margin-bottom: 60px !important;
}

.post-events .post-thumbnail a {
  position: relative;
  width: 100%;
  padding-top: 64.02%;
  display: block;
  line-height: 1;
  overflow: hidden;
}

.post-events .post-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.post-events .entry-wrapper .entry-title {
  margin-bottom: 0px;
}

.post-events .entry-wrapper .entry-meta {
  margin-bottom: 0 !important;
}

.post-events .entry-wrapper p {
  margin-top: 16px !important;
  font-size: 14px !important;
  font-family: "Poppins", sans-serif;
  color: #8e8e8e;
  text-transform: uppercase;
}

.post-events .entry-wrapper .more-link {
  font-size: 18px !important;
}

.post-events button {
  margin-top: 60px !important;
}

@media screen and (max-width: 767px) {
  .post-events {
    margin-bottom: 0 !important;
  }

  .post-events article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 33px !important;
  }

  .post-events .post-thumbnail a {
    padding-top: 74.076%;
  }

  .post-events .post-thumbnail {
    margin: auto !important;
    width: 100% !important;
    max-width: 100%;
  }

  .post-events .entry-wrapper .more-link {
    font-size: 16px !important;
  }

  .post-events .entry-wrapper {
    margin: 20px 0 0 !important;
  }

  .post-events .entry-wrapper .entry-meta {
    margin-bottom: 0;
  }

  .post-events .entry-wrapper p {
    margin-top: 5px !important;
    margin-bottom: 7px !important;
    font-size: 14px !important;
  }

  .post-events button {
    margin: 29px auto 0 !important;
  }
}
.post-products .post-thumbnail {
  margin-right: 31px !important;
  margin-bottom: 0 !important;
  width: 100%;
  max-width: 360px;
  max-height: 300px;
  -ms-flex-preferred-size: 58% !important;
      flex-basis: 58% !important;
  overflow: hidden;
}

.post-products article {
  margin-bottom: 60px !important;
}

.post-products .post-thumbnail a {
  position: relative;
  width: 100%;
  padding-top: 83.334%;
  display: block;
  line-height: 1;
  overflow: hidden;
}

.post-products .post-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.post-products .entry-wrapper {
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.post-products .entry-wrapper .cat-links {
  margin-top: 20px !important;
}

.post-products .entry-wrapper p {
  margin-bottom: 14px !important;
}

.post-products .entry-wrapper .cat-links a {
  margin: 0 0 21px !important;
}

.post-products .entry-wrapper .more-link {
  font-size: 18px !important;
}

.post-products .entry-wrapper .entry-title {
  margin-bottom: 0px;
}

.post-products button {
  margin-top: 60px !important;
}

@media screen and (max-width: 767px) {
  .post-products .post-thumbnail a {
    padding-top: 74.078%;
  }

  .post-products .post-thumbnail {
    margin: auto !important;
    width: 100% !important;
    max-width: 100%;
  }

  .post-products article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 32px !important;
  }

  .post-products .entry-wrapper .more-link {
    font-size: 16px !important;
  }

  .post-products .entry-wrapper {
    margin: 20px 0 0 !important;
  }

  .post-products .entry-wrapper .cat-links {
    margin-top: 9px !important;
  }

  .post-products .entry-wrapper .cat-links a {
    margin: 0 0 13px !important;
  }

  .post-products button {
    margin: 29px auto 0 !important;
  }
}
.post-news article {
  margin-bottom: 60px;
}

.post-news .post-thumbnail {
  max-width: 360px;
  max-height: 300px;
  overflow: hidden;
  margin-right: 31px !important;
  margin-bottom: 0 !important;
  width: 100%;
  -ms-flex-preferred-size: 58% !important;
      flex-basis: 58% !important;
}

.post-news article {
  margin-bottom: 60px !important;
}

.post-news .post-thumbnail a {
  position: relative;
  width: 100%;
  padding-top: 83.334%;
  display: block;
  line-height: 1;
  overflow: hidden;
}

.post-news .post-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.post-news button {
  margin-top: 60px !important;
}

.post-news .entry-wrapper .more-link {
  font-size: 18px !important;
}

@media screen and (max-width: 767px) {
  .post-news article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .post-news .post-thumbnail a {
    padding-top: 74.078%;
  }

  .post-news .post-thumbnail {
    margin: auto !important;
    width: 100% !important;
    max-width: 100%;
  }

  .post-news .entry-wrapper .entry-title {
    margin-top: 20px;
  }

  .post-news .entry-meta {
    margin: 4px 0 10px !important;
  }

  .post-news .entry-meta {
    margin: 10px 0 !important;
  }

  .post-news .entry-wrapper p {
    margin-bottom: 10px !important;
  }

  .post-news .entry-wrapper .more-link {
    font-size: 16px !important;
  }

  .post-news article {
    margin-top: 0 !important;
    margin-bottom: 33px !important;
  }

  .post-news button {
    margin: 29px auto 0 !important;
  }
}
.page-template-page-form .cus-main {
  padding-right: 0;
}
.page-template-page-form .post-subscribe {
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  .page-template-page-form .cus-container {
    margin-top: 54px;
    margin-bottom: 30px;
  }
  .page-template-page-form .post-contact {
    margin-top: 0;
  }
  .page-template-page-form .subscribe-para-text {
    margin-bottom: 0 !important;
  }
  .page-template-page-form .post-subscribe {
    margin: 10px 0 0 !important;
  }
}

.validation {
  display: none;
  margin-top: 15px;
}

.text-validation {
  margin: 0;
  font-size: 16px;
  color: #202020;
  font-family: "Poppins", sans-serif;
  color: red;
}

.form-field.invalid .validation {
  display: block;
}
.form-field.textarea label {
  top: 19%;
}
.form-field.terms .validation {
  margin-top: 0;
}

.btn-disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #000 !important;
}

.btn-submit {
  background-color: #437C0E;
  border: 2px solid #437C0E;
  color: #fff !important;
  font-family: "Poppins", sans-serif;
  width: 100%;
  font-size: 18px;
  letter-spacing: 4px;
  height: 60px;
  padding: 3px;
  margin-top: 23px;
  font-weight: 300;
  border-radius: 0 !important;
  text-align: center !important;
  text-decoration: none !important;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.btn-submit:hover {
  border: 2px solid #437C0E;
  color: #437C0E !important;
  background-color: #f9f9f9;
}
.btn-submit:focus {
  outline: 0;
}

.label-hint {
  position: relative;
}
.label-hint label {
  padding-left: 1.5%;
  position: absolute;
  pointer-events: none;
  top: 62%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 100%;
  font-size: 16px;
  color: #959595;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 767px) {
  .label-hint label {
    padding-left: 10px;
  }
}

.subscription-form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  margin: 50px auto;
}
.subscription-form a {
  background-color: #437C0E;
  border: 2px solid #437C0E;
  color: #fff !important;
  font-family: "Poppins", sans-serif;
  width: 100%;
  font-size: 18px;
  letter-spacing: 4px;
  height: 60px;
  padding: 3px;
  margin-top: 30px;
  font-weight: 400;
  border-radius: 0 !important;
  text-align: center !important;
  text-decoration: none !important;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.subscription-form a:hover {
  border: 2px solid #437C0E;
  color: #437C0E !important;
  background-color: #f9f9f9;
}
.subscription-form input {
  width: 100%;
  border-radius: 0;
  border: 1px solid #EAEAEA !important;
  padding: 1.5%;
  font-size: 16px;
  color: #202020;
  font-family: "Poppins", sans-serif;
  height: 60px;
}
.subscription-form input::-webkit-input-placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #6C6C6C;
}
.subscription-form input::-moz-placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #6C6C6C;
}
.subscription-form input:-ms-input-placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #6C6C6C;
}
.subscription-form input::-ms-input-placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #6C6C6C;
}
.subscription-form input::placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #6C6C6C;
}
.subscription-form input:not(:first-child) {
  margin-top: 15px;
}
.subscription-form input[type=checkbox] {
  margin-right: 10px;
  min-width: 30px;
  min-height: 30px;
  width: 30px;
  height: 30px;
}
.subscription-form select {
  width: 100%;
  border-radius: 0;
  border: 1px solid #EAEAEA;
  padding: 1.5%;
  font-size: 16px;
  color: #9a9a9a;
  font-family: "Poppins", sans-serif !important;
  margin: 7px 0;
  height: 60px;
}
.subscription-form select::-webkit-input-placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #6C6C6C;
}
.subscription-form select::-moz-placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #6C6C6C;
}
.subscription-form select:-ms-input-placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #6C6C6C;
}
.subscription-form select::-ms-input-placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #6C6C6C;
}
.subscription-form select::placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #6C6C6C;
}
.subscription-form select:focus {
  outline: 0;
}
.subscription-form .col-check {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.subscription-form #terms {
  display: inline-block;
  width: 30px;
  margin-right: 8px;
  height: 30px;
  border-radius: 8px;
  border: 1px solid #EAEAEA !important;
}
.subscription-form .col-check h1 {
  margin: 25px 0;
  font-family: "Poppins", sans-serif !important;
  font-weight: 300;
  font-size: 18px;
  color: #6C6C6C;
}
.subscription-form .select-container {
  position: relative;
}
.subscription-form .select-container::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 17px;
  z-index: 3;
  width: 16px;
  height: 16px;
  display: block;
  background-image: url("https://intermedia-future.test/site/wp-content/themes/newspack-theme/image/arrow-down.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}
.subscription-form h1 {
  margin: 0;
}
.subscription-form .select-container select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.subscription-form a {
  margin-top: 10px !important;
}
@media screen and (max-width: 1024px) {
  .subscription-form {
    max-width: 335px;
  }
  .subscription-form input, .subscription-form select {
    padding: 1.5% 10px;
    height: 50px;
  }
  .subscription-form .col-check h1 {
    margin: 11px 0;
    font-size: 16px;
  }
  .subscription-form a {
    height: 50px;
    font-size: 16px;
  }
}

.contactcus-form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  margin: 50px auto;
}
.contactcus-form input::-webkit-input-placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 300;
}
.contactcus-form input::-moz-placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 300;
}
.contactcus-form input:-ms-input-placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 300;
}
.contactcus-form input::-ms-input-placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 300;
}
.contactcus-form input::placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 300;
}
.contactcus-form a {
  background-color: #437C0E;
  border: 2px solid #437C0E;
  color: #fff !important;
  font-family: "Poppins", sans-serif;
  width: 100%;
  font-size: 18px;
  letter-spacing: 4px;
  height: 60px;
  padding: 3px;
  margin-top: 23px;
  font-weight: 300;
  border-radius: 0 !important;
  text-align: center !important;
  text-decoration: none !important;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contactcus-form a:hover {
  border: 2px solid #437C0E;
  color: #437C0E !important;
  background-color: #f9f9f9;
}
.contactcus-form input {
  width: 100%;
  border-radius: 0;
  border: 1px solid #eaeaea;
  padding: 1.5%;
  font-size: 16px;
  color: #202020;
  font-family: "Poppins", sans-serif;
  height: 60px;
}
.contactcus-form input:focus {
  border: 0;
}
.contactcus-form textarea {
  margin-top: 15px;
  padding: 1.5%;
  height: 150px;
  position: relative;
  width: 100%;
  border-radius: 0;
  border: 1px solid #EAEAEA !important;
  font-size: 16px;
  color: #202020;
  font-family: "Poppins", sans-serif;
  resize: none;
}
.contactcus-form textarea::-webkit-input-placeholder {
  position: absolute;
  top: 15px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 300;
}
.contactcus-form textarea::-moz-placeholder {
  position: absolute;
  top: 15px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 300;
}
.contactcus-form textarea:-ms-input-placeholder {
  position: absolute;
  top: 15px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 300;
}
.contactcus-form textarea::-ms-input-placeholder {
  position: absolute;
  top: 15px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 300;
}
.contactcus-form textarea::placeholder {
  position: absolute;
  top: 15px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 300;
}
.contactcus-form input:not(:first-child) {
  margin-top: 15px;
}
@media screen and (max-width: 1024px) {
  .contactcus-form {
    max-width: 335px;
  }
  .contactcus-form input {
    padding: 1.5% 10px;
    height: 50px;
  }
  .contactcus-form textarea {
    padding: 10px;
  }
  .contactcus-form .col-check h1 {
    margin: 0;
  }
}

.form-size-class {
  margin: auto !important;
  max-width: 700px;
}

.posts-list-category-title {
  margin: 0 0 20px;
  font-family: GraublauWeb;
  font-size: 40px;
}

.posts-list .posts-item {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: nowrap;
      flex-flow: nowrap;
}
.posts-list .posts-fig-link {
  margin-right: 31px;
  max-width: 360px;
  width: 100%;
  height: 100%;
  display: block;
  line-height: 1;
  position: relative;
  padding-top: 36.95%;
  overflow: hidden;
}
.posts-list .posts-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.posts-list .posts-img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.posts-list .posts-text {
  margin: auto;
  -ms-flex-preferred-size: 67%;
      flex-basis: 67%;
}
.posts-list .posts-title-link {
  display: block;
  text-decoration: none;
}
.posts-list .posts-text-title {
  margin: 0;
  font-size: 32px;
  font-family: GraublauWeb;
  color: #333;
  line-height: 1.125;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.posts-list .posts-text-title:hover {
  color: #437c0e;
}
.posts-list .posts-text-meta {
  margin: 15px 0;
  color: #8e8e8e;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 300;
  text-transform: uppercase;
}
.posts-list .posts-text-meta span:not(:last-child) {
  margin-right: 1.5em;
}
.posts-list .posts-text-desc {
  margin: 0 0 20px;
  color: #333;
  line-height: 1.625;
  font-size: 16px !important;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.posts-list .posts-text-link {
  margin: 0;
  position: relative;
  display: inline-block;
  color: #437c0e !important;
  font: 700 18px/1.625 "Poppins", sans-serif;
  text-decoration: none;
  text-transform: capitalize;
}
.posts-list .posts-text-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #437c0e;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.posts-list .posts-text-link:hover:after {
  width: 100%;
  background-color: #437c0e;
}
.posts-list .is-event .posts-fig-link {
  margin-right: 31px;
  max-width: 390px;
  padding-top: 30.79%;
}
.posts-list .is-event .posts-text {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.posts-list-more {
  margin-top: 60px;
}

.posts-list-button {
  max-width: 230px;
  width: 100%;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font: 300 18px/1.5 "Poppins", sans-serif;
  letter-spacing: 4px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border: 2px solid #437c0e;
  background-color: #437c0e;
  text-transform: uppercase;
  text-decoration: none !important;
  color: #fff !important;
}
.posts-list-button:hover {
  background-color: #fff;
  color: #437c0e !important;
}

@media screen and (max-width: 767px) {
  .posts-list-category-title {
    font-size: 30px;
  }

  .posts-list .posts-item {
    margin-bottom: 33px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .posts-list .posts-fig-link {
    margin: auto;
    max-width: 100%;
    width: 100%;
    padding-top: 74.076%;
  }
  .posts-list .posts-text {
    margin-top: 20px;
  }
  .posts-list .posts-img:hover {
    -webkit-transform: none;
            transform: none;
  }
  .posts-list .posts-text-title {
    font-size: 30px;
  }
  .posts-list .posts-text-title:hover {
    color: #333;
  }
  .posts-list .posts-text-meta {
    margin: 10px 0;
  }
  .posts-list .posts-text-desc {
    margin-bottom: 10px;
  }
  .posts-list .posts-text-link {
    font-size: 16px;
  }
  .posts-list .posts-text-link:hover {
    color: #437c0e;
  }
  .posts-list .posts-text-link:hover:after {
    content: none;
  }
  .posts-list .is-event .posts-fig-link {
    margin-right: 0;
    max-width: 100%;
    padding-top: 74.08%;
  }

  .posts-list-more {
    margin-top: 29px;
    margin-bottom: 27px;
  }

  .posts-list-button {
    margin: auto;
    max-width: 240px;
    width: 100%;
    height: 50px;
    font-size: 16px;
  }
  .posts-list-button:hover {
    background-color: #437c0e;
    color: #fff !important;
  }
}
@font-face {
  font-family: GraublauWeb;
  font-weight: bold;
  src: url("fonts/Briston.otf") format("opentype");
}
.hide-page-title .site-content {
  margin-top: 0 !important;
}

.site-content {
  margin-top: 0 !important;
}

.entry-wrapper {
  display: none;
}

.site-footer {
  margin-top: 0;
}

h1 {
  font-family: GraublauWeb;
}

h2.title-heading {
  font-family: GraublauWeb !important;
}

a:focus {
  outline: none;
  text-decoration: none;
}

.copyright {
  margin: auto !important;
  text-transform: capitalize;
}

a:focus {
  text-decoration: none;
  outline: none;
}

button.mobile-menu-toggle:focus {
  outline: none;
}

.btn-primary a {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  letter-spacing: 4px;
  font-size: 18px;
  border-radius: 0;
  padding: 20px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border: 2px solid #437c0e;
}

.btn-primary a:hover {
  background-color: transparent;
  color: #437c0e;
}

.entry-title a {
  line-height: 1.389;
  color: #333333;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.entry-title a:hover {
  color: #437c0e;
}

.post-item .post-thumbnail {
  overflow: hidden;
}
.post-item img {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.post-item img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.entry-wrapper h2 a {
  font-family: GraublauWeb;
  font-size: 32px !important;
  line-height: 1.125;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.entry-wrapper h2 a:hover {
  color: #437c0e !important;
}
@media (max-width: 767px) {
  .entry-wrapper h2 a {
    font-size: 30px !important;
  }
}
.entry-wrapper .entry-meta,
.entry-wrapper .cat-links a {
  margin: 15px 0 !important;
  color: #8e8e8e !important;
  font-family: "Poppins", sans-serif;
  font-size: 14px !important;
  letter-spacing: 1px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .entry-wrapper .entry-meta,
.entry-wrapper .cat-links a {
    margin: 10px 0 !important;
  }
}
.entry-wrapper .cat-links {
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  .entry-wrapper .cat-links {
    margin-top: 10px !important;
  }
}
.entry-wrapper p {
  margin: 0 0 20px !important;
  color: #333333;
  line-height: 1.625;
  font-size: 16px !important;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.entry-wrapper .more-link {
  margin: 0;
  position: relative;
  display: inline-block;
  color: #437c0e !important;
  font-weight: 700;
  text-decoration: none;
  text-transform: capitalize;
}
.entry-wrapper .more-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #437c0e;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.entry-wrapper .more-link:hover:after {
  width: 100%;
  background-color: #437c0e;
}

.more-link {
  position: relative;
  display: inline-block;
  color: #437c0e !important;
  font-weight: 700;
  text-decoration: none;
  text-transform: capitalize;
  margin: 0;
}
.more-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #437c0e;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.more-link:hover {
  color: #437c0e !important;
}
.more-link:hover:after {
  width: 100%;
  background-color: #437c0e;
}

amp-img {
  width: 100%;
  height: 100%;
}

.entry-footer {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 20;
}

amp-social-share[type=facebook], amp-social-share[type=linkedin] {
  background: #437C0E !important;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
amp-social-share[type=facebook]:hover, amp-social-share[type=linkedin]:hover {
  background: #80C342 !important;
}

.column-description-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-template-page-product-page .swiper,
.page-template-page-archive-page .swiper,
.page-template-default .swiper,
.home .swiper,
.category .swiper,
.category-events .swiper,
.category-products .swiper,
.category-news .swiper {
  position: relative;
  width: 100%;
  height: auto;
}
.page-template-page-product-page .swiper .content-bg,
.page-template-page-archive-page .swiper .content-bg,
.page-template-default .swiper .content-bg,
.home .swiper .content-bg,
.category .swiper .content-bg,
.category-events .swiper .content-bg,
.category-products .swiper .content-bg,
.category-news .swiper .content-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.page-template-page-product-page .swiper .swiper-slide,
.page-template-page-archive-page .swiper .swiper-slide,
.page-template-default .swiper .swiper-slide,
.home .swiper .swiper-slide,
.category .swiper .swiper-slide,
.category-events .swiper .swiper-slide,
.category-products .swiper .swiper-slide,
.category-news .swiper .swiper-slide {
  position: relative;
  height: 600px;
  width: 100%;
}
.content-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.page-template-page-product-page .swiper.is-front .swiper-slide,
.page-template-page-archive-page .swiper.is-front .swiper-slide,
.page-template-default .swiper.is-front .swiper-slide,
.home .swiper.is-front .swiper-slide,
.category .swiper.is-front .swiper-slide,
.category-events .swiper.is-front .swiper-slide,
.category-products .swiper.is-front .swiper-slide,
.category-news .swiper.is-front .swiper-slide {
  height: 600px;
  pointer-events: none;
}
.page-template-page-product-page .swiper.is-front .swiper-slide:after,
.page-template-page-archive-page .swiper.is-front .swiper-slide:after,
.page-template-default .swiper.is-front .swiper-slide:after,
.home .swiper.is-front .swiper-slide:after,
.category .swiper.is-front .swiper-slide:after,
.category-events .swiper.is-front .swiper-slide:after,
.category-products .swiper.is-front .swiper-slide:after,
.category-news .swiper.is-front .swiper-slide:after {
  content: none;
}
.page-template-page-product-page .swiper.is-front .content,
.page-template-page-archive-page .swiper.is-front .content,
.page-template-default .swiper.is-front .content,
.home .swiper.is-front .content,
.category .swiper.is-front .content,
.category-events .swiper.is-front .content,
.category-products .swiper.is-front .content,
.category-news .swiper.is-front .content {
  padding: 70px 0;
  margin: 0 0 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 169px;
  max-width: 630px;
  height: auto;
  background-color: #437C0E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 4;
  pointer-events: auto;
}
.page-template-page-product-page .swiper.is-front .content-text,
.page-template-page-archive-page .swiper.is-front .content-text,
.page-template-default .swiper.is-front .content-text,
.home .swiper.is-front .content-text,
.category .swiper.is-front .content-text,
.category-events .swiper.is-front .content-text,
.category-products .swiper.is-front .content-text,
.category-news .swiper.is-front .content-text {
  padding: 0 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-template-page-product-page .swiper.is-front .content-text-desc,
.page-template-page-archive-page .swiper.is-front .content-text-desc,
.page-template-default .swiper.is-front .content-text-desc,
.home .swiper.is-front .content-text-desc,
.category .swiper.is-front .content-text-desc,
.category-events .swiper.is-front .content-text-desc,
.category-products .swiper.is-front .content-text-desc,
.category-news .swiper.is-front .content-text-desc {
  line-height: 1.2;
}
.page-template-page-product-page .swiper.is-front .content-link,
.page-template-page-archive-page .swiper.is-front .content-link,
.page-template-default .swiper.is-front .content-link,
.home .swiper.is-front .content-link,
.category .swiper.is-front .content-link,
.category-events .swiper.is-front .content-link,
.category-products .swiper.is-front .content-link,
.category-news .swiper.is-front .content-link {
  margin-top: 11px;
  width: 240px;
  height: 60px;
  background-color: #fff;
  border: 2px solid transparent;
  outline: 0;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 4px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.page-template-page-product-page .swiper.is-front .content-link:hover,
.page-template-page-archive-page .swiper.is-front .content-link:hover,
.page-template-default .swiper.is-front .content-link:hover,
.home .swiper.is-front .content-link:hover,
.category .swiper.is-front .content-link:hover,
.category-events .swiper.is-front .content-link:hover,
.category-products .swiper.is-front .content-link:hover,
.category-news .swiper.is-front .content-link:hover {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.page-template-page-product-page .swiper .swiper-pagination,
.page-template-page-archive-page .swiper .swiper-pagination,
.page-template-default .swiper .swiper-pagination,
.home .swiper .swiper-pagination,
.category .swiper .swiper-pagination,
.category-events .swiper .swiper-pagination,
.category-products .swiper .swiper-pagination,
.category-news .swiper .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-template-page-product-page .swiper .swiper-pagination-bullet,
.page-template-page-archive-page .swiper .swiper-pagination-bullet,
.page-template-default .swiper .swiper-pagination-bullet,
.home .swiper .swiper-pagination-bullet,
.category .swiper .swiper-pagination-bullet,
.category-events .swiper .swiper-pagination-bullet,
.category-products .swiper .swiper-pagination-bullet,
.category-news .swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: red;
}
.page-template-page-product-page .swiper .swiper-button-next,
.page-template-page-product-page .swiper .swiper-button-prev,
.page-template-page-archive-page .swiper .swiper-button-next,
.page-template-page-archive-page .swiper .swiper-button-prev,
.page-template-default .swiper .swiper-button-next,
.page-template-default .swiper .swiper-button-prev,
.home .swiper .swiper-button-next,
.home .swiper .swiper-button-prev,
.category .swiper .swiper-button-next,
.category .swiper .swiper-button-prev,
.category-events .swiper .swiper-button-next,
.category-events .swiper .swiper-button-prev,
.category-products .swiper .swiper-button-next,
.category-products .swiper .swiper-button-prev,
.category-news .swiper .swiper-button-next,
.category-news .swiper .swiper-button-prev {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.page-template-page-product-page .swiper .swiper-button-next:hover,
.page-template-page-product-page .swiper .swiper-button-prev:hover,
.page-template-page-archive-page .swiper .swiper-button-next:hover,
.page-template-page-archive-page .swiper .swiper-button-prev:hover,
.page-template-default .swiper .swiper-button-next:hover,
.page-template-default .swiper .swiper-button-prev:hover,
.home .swiper .swiper-button-next:hover,
.home .swiper .swiper-button-prev:hover,
.category .swiper .swiper-button-next:hover,
.category .swiper .swiper-button-prev:hover,
.category-events .swiper .swiper-button-next:hover,
.category-events .swiper .swiper-button-prev:hover,
.category-products .swiper .swiper-button-next:hover,
.category-products .swiper .swiper-button-prev:hover,
.category-news .swiper .swiper-button-next:hover,
.category-news .swiper .swiper-button-prev:hover {
  opacity: 0.5;
}
.page-template-page-product-page .swiper .swiper-button-next,
.page-template-page-archive-page .swiper .swiper-button-next,
.page-template-default .swiper .swiper-button-next,
.home .swiper .swiper-button-next,
.category .swiper .swiper-button-next,
.category-events .swiper .swiper-button-next,
.category-products .swiper .swiper-button-next,
.category-news .swiper .swiper-button-next {
  right: 67px;
}
.page-template-page-product-page .swiper .swiper-button-next:after,
.page-template-page-archive-page .swiper .swiper-button-next:after,
.page-template-default .swiper .swiper-button-next:after,
.home .swiper .swiper-button-next:after,
.category .swiper .swiper-button-next:after,
.category-events .swiper .swiper-button-next:after,
.category-products .swiper .swiper-button-next:after,
.category-news .swiper .swiper-button-next:after {
  content: "";
  width: 27px;
  height: 42px;
  background-image: url("image/arrow-next.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.page-template-page-product-page .swiper .swiper-button-prev,
.page-template-page-archive-page .swiper .swiper-button-prev,
.page-template-default .swiper .swiper-button-prev,
.home .swiper .swiper-button-prev,
.category .swiper .swiper-button-prev,
.category-events .swiper .swiper-button-prev,
.category-products .swiper .swiper-button-prev,
.category-news .swiper .swiper-button-prev {
  left: 67px;
}
.page-template-page-product-page .swiper .swiper-button-prev:after,
.page-template-page-archive-page .swiper .swiper-button-prev:after,
.page-template-default .swiper .swiper-button-prev:after,
.home .swiper .swiper-button-prev:after,
.category .swiper .swiper-button-prev:after,
.category-events .swiper .swiper-button-prev:after,
.category-products .swiper .swiper-button-prev:after,
.category-news .swiper .swiper-button-prev:after {
  content: "";
  width: 27px;
  height: 42px;
  background-image: url("image/arrow-prev.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.page-template-page-product-page .swiper .swiper-pagination,
.page-template-page-archive-page .swiper .swiper-pagination,
.page-template-default .swiper .swiper-pagination,
.home .swiper .swiper-pagination,
.category .swiper .swiper-pagination,
.category-events .swiper .swiper-pagination,
.category-products .swiper .swiper-pagination,
.category-news .swiper .swiper-pagination {
  left: 0;
  right: 0;
  bottom: 40px;
  margin: auto;
}
.page-template-page-product-page .swiper .swiper-pagination span,
.page-template-page-archive-page .swiper .swiper-pagination span,
.page-template-default .swiper .swiper-pagination span,
.home .swiper .swiper-pagination span,
.category .swiper .swiper-pagination span,
.category-events .swiper .swiper-pagination span,
.category-products .swiper .swiper-pagination span,
.category-news .swiper .swiper-pagination span {
  background: #BEB1AD;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.page-template-page-product-page .swiper .swiper-pagination span:hover,
.page-template-page-archive-page .swiper .swiper-pagination span:hover,
.page-template-default .swiper .swiper-pagination span:hover,
.home .swiper .swiper-pagination span:hover,
.category .swiper .swiper-pagination span:hover,
.category-events .swiper .swiper-pagination span:hover,
.category-products .swiper .swiper-pagination span:hover,
.category-news .swiper .swiper-pagination span:hover {
  opacity: 0.5;
}
.page-template-page-product-page .swiper .swiper-pagination span:not(:first-child),
.page-template-page-archive-page .swiper .swiper-pagination span:not(:first-child),
.page-template-default .swiper .swiper-pagination span:not(:first-child),
.home .swiper .swiper-pagination span:not(:first-child),
.category .swiper .swiper-pagination span:not(:first-child),
.category-events .swiper .swiper-pagination span:not(:first-child),
.category-products .swiper .swiper-pagination span:not(:first-child),
.category-news .swiper .swiper-pagination span:not(:first-child) {
  margin-left: 17px;
}
.page-template-page-product-page .swiper .swiper-pagination span[aria-current=true],
.page-template-page-archive-page .swiper .swiper-pagination span[aria-current=true],
.page-template-default .swiper .swiper-pagination span[aria-current=true],
.home .swiper .swiper-pagination span[aria-current=true],
.category .swiper .swiper-pagination span[aria-current=true],
.category-events .swiper .swiper-pagination span[aria-current=true],
.category-products .swiper .swiper-pagination span[aria-current=true],
.category-news .swiper .swiper-pagination span[aria-current=true] {
  background-color: #fff;
  width: 15px;
  height: 15px;
}
.page-template-page-product-page .swiper .content-holder,
.page-template-page-archive-page .swiper .content-holder,
.page-template-default .swiper .content-holder,
.home .swiper .content-holder,
.category .swiper .content-holder,
.category-events .swiper .content-holder,
.category-products .swiper .content-holder,
.category-news .swiper .content-holder {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.7s ease;
  transition: 0.7s ease;
}
.page-template-page-product-page .swiper .content-holder:active, .page-template-page-product-page .swiper .content-holder:active, .page-template-page-product-page .swiper .content-holder:focus,
.page-template-page-archive-page .swiper .content-holder:active,
.page-template-page-archive-page .swiper .content-holder:active,
.page-template-page-archive-page .swiper .content-holder:focus,
.page-template-default .swiper .content-holder:active,
.page-template-default .swiper .content-holder:active,
.page-template-default .swiper .content-holder:focus,
.home .swiper .content-holder:active,
.home .swiper .content-holder:active,
.home .swiper .content-holder:focus,
.category .swiper .content-holder:active,
.category .swiper .content-holder:active,
.category .swiper .content-holder:focus,
.category-events .swiper .content-holder:active,
.category-events .swiper .content-holder:active,
.category-events .swiper .content-holder:focus,
.category-products .swiper .content-holder:active,
.category-products .swiper .content-holder:active,
.category-products .swiper .content-holder:focus,
.category-news .swiper .content-holder:active,
.category-news .swiper .content-holder:active,
.category-news .swiper .content-holder:focus {
  color: #fff;
  outline: none;
  text-decoration: none;
}
.page-template-page-product-page .swiper .content-holder:hover,
.page-template-page-archive-page .swiper .content-holder:hover,
.page-template-default .swiper .content-holder:hover,
.home .swiper .content-holder:hover,
.category .swiper .content-holder:hover,
.category-events .swiper .content-holder:hover,
.category-products .swiper .content-holder:hover,
.category-news .swiper .content-holder:hover {
  opacity: 0.8;
}
.page-template-page-product-page .swiper .content,
.page-template-page-archive-page .swiper .content,
.page-template-default .swiper .content,
.home .swiper .content,
.category .swiper .content,
.category-events .swiper .content,
.category-products .swiper .content,
.category-news .swiper .content {
  margin: auto;
  padding: 0 6rem;
  position: relative;
  max-width: 1200px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-template-page-product-page .swiper .content-image,
.page-template-page-archive-page .swiper .content-image,
.page-template-default .swiper .content-image,
.home .swiper .content-image,
.category .swiper .content-image,
.category-events .swiper .content-image,
.category-products .swiper .content-image,
.category-news .swiper .content-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-page-product-page .swiper .content-text,
.page-template-page-archive-page .swiper .content-text,
.page-template-default .swiper .content-text,
.home .swiper .content-text,
.category .swiper .content-text,
.category-events .swiper .content-text,
.category-products .swiper .content-text,
.category-news .swiper .content-text {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  line-height: 0.1;
  color: #fff;
  text-align: center;
  font-size: 18px;
}
.page-template-page-product-page .swiper .content-text-title,
.page-template-page-archive-page .swiper .content-text-title,
.page-template-default .swiper .content-text-title,
.home .swiper .content-text-title,
.category .swiper .content-text-title,
.category-events .swiper .content-text-title,
.category-products .swiper .content-text-title,
.category-news .swiper .content-text-title {
  margin-bottom: 0.2em;
  font-family: "GraublauWeb";
  font-size: 70px;
  line-height: 0.9;
}
.page-template-page-product-page .swiper .content-text-desc,
.page-template-page-archive-page .swiper .content-text-desc,
.page-template-default .swiper .content-text-desc,
.home .swiper .content-text-desc,
.category .swiper .content-text-desc,
.category-events .swiper .content-text-desc,
.category-products .swiper .content-text-desc,
.category-news .swiper .content-text-desc {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
}
.page-template-page-product-page .swiper .content-text-on,
.page-template-page-product-page .swiper .content-text-by,
.page-template-page-archive-page .swiper .content-text-on,
.page-template-page-archive-page .swiper .content-text-by,
.page-template-default .swiper .content-text-on,
.page-template-default .swiper .content-text-by,
.home .swiper .content-text-on,
.home .swiper .content-text-by,
.category .swiper .content-text-on,
.category .swiper .content-text-by,
.category-events .swiper .content-text-on,
.category-events .swiper .content-text-by,
.category-products .swiper .content-text-on,
.category-products .swiper .content-text-by,
.category-news .swiper .content-text-on,
.category-news .swiper .content-text-by {
  margin: 0;
  font-weight: 200;
  letter-spacing: 1.5px;
  font-family: "Poppins", sans-serif;
  line-height: normal;
}
.page-template-page-product-page .swiper .content-text-excerpt,
.page-template-page-archive-page .swiper .content-text-excerpt,
.page-template-default .swiper .content-text-excerpt,
.home .swiper .content-text-excerpt,
.category .swiper .content-text-excerpt,
.category-events .swiper .content-text-excerpt,
.category-products .swiper .content-text-excerpt,
.category-news .swiper .content-text-excerpt {
  margin-top: 7px;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 1.5px;
  font-family: "Poppins", sans-serif;
}
.page-template-page-product-page .swiper .content-text-thick,
.page-template-page-archive-page .swiper .content-text-thick,
.page-template-default .swiper .content-text-thick,
.home .swiper .content-text-thick,
.category .swiper .content-text-thick,
.category-events .swiper .content-text-thick,
.category-products .swiper .content-text-thick,
.category-news .swiper .content-text-thick {
  font-weight: 400;
}
.page-template-page-product-page .swiper .author-text,
.page-template-page-archive-page .swiper .author-text,
.page-template-default .swiper .author-text,
.home .swiper .author-text,
.category .swiper .author-text,
.category-events .swiper .author-text,
.category-products .swiper .author-text,
.category-news .swiper .author-text {
  color: #C8C8C8;
  font-style: italic;
}
.page-template-page-product-page .swiper .author-text a,
.page-template-page-archive-page .swiper .author-text a,
.page-template-default .swiper .author-text a,
.home .swiper .author-text a,
.category .swiper .author-text a,
.category-events .swiper .author-text a,
.category-products .swiper .author-text a,
.category-news .swiper .author-text a {
  pointer-events: none !important;
}
@media screen and (max-width: 1240px) {
  .page-template-page-product-page .swiper.is-front .content,
.page-template-page-archive-page .swiper.is-front .content,
.page-template-default .swiper.is-front .content,
.home .swiper.is-front .content,
.category .swiper.is-front .content,
.category-events .swiper.is-front .content,
.category-products .swiper.is-front .content,
.category-news .swiper.is-front .content {
    padding: 24px 0 50px;
    margin: auto;
    right: 0;
    left: 0;
    max-width: 529px;
  }
  .page-template-page-product-page .swiper.is-front .content-text-title,
.page-template-page-archive-page .swiper.is-front .content-text-title,
.page-template-default .swiper.is-front .content-text-title,
.home .swiper.is-front .content-text-title,
.category .swiper.is-front .content-text-title,
.category-events .swiper.is-front .content-text-title,
.category-products .swiper.is-front .content-text-title,
.category-news .swiper.is-front .content-text-title {
    font-size: 45px;
  }
  .page-template-page-product-page .swiper.is-front .content-text-excerpt,
.page-template-page-archive-page .swiper.is-front .content-text-excerpt,
.page-template-default .swiper.is-front .content-text-excerpt,
.home .swiper.is-front .content-text-excerpt,
.category .swiper.is-front .content-text-excerpt,
.category-events .swiper.is-front .content-text-excerpt,
.category-products .swiper.is-front .content-text-excerpt,
.category-news .swiper.is-front .content-text-excerpt {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .page-template-page-product-page .swiper.is-front .content,
.page-template-page-archive-page .swiper.is-front .content,
.page-template-default .swiper.is-front .content,
.home .swiper.is-front .content,
.category .swiper.is-front .content,
.category-events .swiper.is-front .content,
.category-products .swiper.is-front .content,
.category-news .swiper.is-front .content {
    margin: auto;
    right: 0;
    left: 0;
  }
  .page-template-page-product-page .swiper .swiper-slide,
.page-template-page-archive-page .swiper .swiper-slide,
.page-template-default .swiper .swiper-slide,
.home .swiper .swiper-slide,
.category .swiper .swiper-slide,
.category-events .swiper .swiper-slide,
.category-products .swiper .swiper-slide,
.category-news .swiper .swiper-slide {
    height: 350px;
  }
  .page-template-page-product-page .swiper .content,
.page-template-page-archive-page .swiper .content,
.page-template-default .swiper .content,
.home .swiper .content,
.category .swiper .content,
.category-events .swiper .content,
.category-products .swiper .content,
.category-news .swiper .content {
    padding: 0 2rem;
    max-width: 335px;
  }
  .page-template-page-product-page .swiper.is-front .swiper-slide,
.page-template-page-archive-page .swiper.is-front .swiper-slide,
.page-template-default .swiper.is-front .swiper-slide,
.home .swiper.is-front .swiper-slide,
.category .swiper.is-front .swiper-slide,
.category-events .swiper.is-front .swiper-slide,
.category-products .swiper.is-front .swiper-slide,
.category-news .swiper.is-front .swiper-slide {
    height: calc(100vh - 90px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .page-template-page-product-page .swiper.is-front .content-bg,
.page-template-page-archive-page .swiper.is-front .content-bg,
.page-template-default .swiper.is-front .content-bg,
.home .swiper.is-front .content-bg,
.category .swiper.is-front .content-bg,
.category-events .swiper.is-front .content-bg,
.category-products .swiper.is-front .content-bg,
.category-news .swiper.is-front .content-bg {
    position: relative;
  }
  .page-template-page-product-page .swiper.is-front .content,
.page-template-page-archive-page .swiper.is-front .content,
.page-template-default .swiper.is-front .content,
.home .swiper.is-front .content,
.category .swiper.is-front .content,
.category-events .swiper.is-front .content,
.category-products .swiper.is-front .content,
.category-news .swiper.is-front .content {
    position: relative;
    margin: 0;
    padding: 38px 20px 62px;
    max-width: 100%;
    top: unset;
    -webkit-transform: none;
            transform: none;
    bottom: 0;
    left: 0;
    height: 334px;
    z-index: 4;
  }
  .page-template-page-product-page .swiper.is-front .content-text,
.page-template-page-archive-page .swiper.is-front .content-text,
.page-template-default .swiper.is-front .content-text,
.home .swiper.is-front .content-text,
.category .swiper.is-front .content-text,
.category-events .swiper.is-front .content-text,
.category-products .swiper.is-front .content-text,
.category-news .swiper.is-front .content-text {
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-template-page-product-page .swiper.is-front .content-text-excerpt,
.page-template-page-archive-page .swiper.is-front .content-text-excerpt,
.page-template-default .swiper.is-front .content-text-excerpt,
.home .swiper.is-front .content-text-excerpt,
.category .swiper.is-front .content-text-excerpt,
.category-events .swiper.is-front .content-text-excerpt,
.category-products .swiper.is-front .content-text-excerpt,
.category-news .swiper.is-front .content-text-excerpt {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-template-page-product-page .swiper.is-front .content-text-desc,
.page-template-page-archive-page .swiper.is-front .content-text-desc,
.page-template-default .swiper.is-front .content-text-desc,
.home .swiper.is-front .content-text-desc,
.category .swiper.is-front .content-text-desc,
.category-events .swiper.is-front .content-text-desc,
.category-products .swiper.is-front .content-text-desc,
.category-news .swiper.is-front .content-text-desc {
    line-height: 1.2;
  }
  .page-template-page-product-page .swiper.is-front .content-link,
.page-template-page-archive-page .swiper.is-front .content-link,
.page-template-default .swiper.is-front .content-link,
.home .swiper.is-front .content-link,
.category .swiper.is-front .content-link,
.category-events .swiper.is-front .content-link,
.category-products .swiper.is-front .content-link,
.category-news .swiper.is-front .content-link {
    margin-top: 11px;
    width: 194px;
    min-height: 50px;
    color: #333;
    font-size: 16px;
  }
  .page-template-page-product-page .swiper .content-text-title,
.page-template-page-archive-page .swiper .content-text-title,
.page-template-default .swiper .content-text-title,
.home .swiper .content-text-title,
.category .swiper .content-text-title,
.category-events .swiper .content-text-title,
.category-products .swiper .content-text-title,
.category-news .swiper .content-text-title {
    font-size: 36px;
  }
  .page-template-page-product-page .swiper .content-text-desc,
.page-template-page-archive-page .swiper .content-text-desc,
.page-template-default .swiper .content-text-desc,
.home .swiper .content-text-desc,
.category .swiper .content-text-desc,
.category-events .swiper .content-text-desc,
.category-products .swiper .content-text-desc,
.category-news .swiper .content-text-desc {
    font-size: 16px;
  }
  .page-template-page-product-page .swiper .swiper-button-next,
.page-template-page-archive-page .swiper .swiper-button-next,
.page-template-default .swiper .swiper-button-next,
.home .swiper .swiper-button-next,
.category .swiper .swiper-button-next,
.category-events .swiper .swiper-button-next,
.category-products .swiper .swiper-button-next,
.category-news .swiper .swiper-button-next {
    display: none;
  }
  .page-template-page-product-page .swiper .swiper-button-prev,
.page-template-page-archive-page .swiper .swiper-button-prev,
.page-template-default .swiper .swiper-button-prev,
.home .swiper .swiper-button-prev,
.category .swiper .swiper-button-prev,
.category-events .swiper .swiper-button-prev,
.category-products .swiper .swiper-button-prev,
.category-news .swiper .swiper-button-prev {
    display: none;
  }
  .page-template-page-product-page .swiper .swiper-pagination,
.page-template-page-archive-page .swiper .swiper-pagination,
.page-template-default .swiper .swiper-pagination,
.home .swiper .swiper-pagination,
.category .swiper .swiper-pagination,
.category-events .swiper .swiper-pagination,
.category-products .swiper .swiper-pagination,
.category-news .swiper .swiper-pagination {
    bottom: 15px;
  }
  .page-template-page-product-page .swiper .swiper-pagination span,
.page-template-page-archive-page .swiper .swiper-pagination span,
.page-template-default .swiper .swiper-pagination span,
.home .swiper .swiper-pagination span,
.category .swiper .swiper-pagination span,
.category-events .swiper .swiper-pagination span,
.category-products .swiper .swiper-pagination span,
.category-news .swiper .swiper-pagination span {
    width: 8px;
    height: 8px;
  }
  .page-template-page-product-page .swiper .swiper-pagination span:not(:first-child),
.page-template-page-archive-page .swiper .swiper-pagination span:not(:first-child),
.page-template-default .swiper .swiper-pagination span:not(:first-child),
.home .swiper .swiper-pagination span:not(:first-child),
.category .swiper .swiper-pagination span:not(:first-child),
.category-events .swiper .swiper-pagination span:not(:first-child),
.category-products .swiper .swiper-pagination span:not(:first-child),
.category-news .swiper .swiper-pagination span:not(:first-child) {
    margin-left: 11px;
  }
  .page-template-page-product-page .swiper .swiper-pagination span[aria-current=true],
.page-template-page-archive-page .swiper .swiper-pagination span[aria-current=true],
.page-template-default .swiper .swiper-pagination span[aria-current=true],
.home .swiper .swiper-pagination span[aria-current=true],
.category .swiper .swiper-pagination span[aria-current=true],
.category-events .swiper .swiper-pagination span[aria-current=true],
.category-products .swiper .swiper-pagination span[aria-current=true],
.category-news .swiper .swiper-pagination span[aria-current=true] {
    width: 11px;
    height: 11px;
  }
}

.post-template-single-article .banner,
.post-template-default .banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: auto;
  height: 600px;
}
.post-template-single-article .banner .cat-links,
.post-template-default .banner .cat-links {
  margin-bottom: 1.3rem;
}
.post-template-single-article .banner .cat-links:before,
.post-template-default .banner .cat-links:before {
  content: none;
}
.post-template-single-article .banner .entry-header,
.post-template-default .banner .entry-header {
  text-align: center;
}
.post-template-single-article .banner .entry-title,
.post-template-default .banner .entry-title {
  margin-bottom: 0.2em;
  font-family: "GraublauWeb";
  font-size: 70px;
  line-height: 0.8;
}
.post-template-single-article .banner .published-category,
.post-template-default .banner .published-category {
  font-size: 20px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  pointer-events: none;
}
.post-template-single-article .banner .wrapper,
.post-template-default .banner .wrapper {
  margin-bottom: auto;
}
.post-template-single-article .banner .entry-meta,
.post-template-default .banner .entry-meta {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
}
.post-template-single-article .banner .published-on-text,
.post-template-single-article .banner .published-by-text,
.post-template-default .banner .published-on-text,
.post-template-default .banner .published-by-text {
  margin: 0;
  font-weight: 200;
  letter-spacing: 0.05em;
}
.post-template-single-article .banner .published-thick,
.post-template-default .banner .published-thick {
  font-weight: 400;
}
.post-template-single-article .banner .author-text a,
.post-template-default .banner .author-text a {
  color: #C8C8C8;
  font-style: italic;
  pointer-events: none !important;
}
@media screen and (max-width: 599px) {
  .post-template-single-article .banner .entry-title,
.post-template-default .banner .entry-title {
    font-size: 2.5em;
  }
  .post-template-single-article .banner .published-category,
.post-template-default .banner .published-category {
    font-size: 1em;
  }
  .post-template-single-article .banner .entry-meta,
.post-template-default .banner .entry-meta {
    font-size: 1em;
  }
}
@media screen and (max-width: 767px) {
  .post-template-single-article .banner,
.post-template-default .banner {
    height: 350px;
  }
}
.post-template-single-article .main-content,
.post-template-default .main-content {
  margin: auto;
  width: 100%;
}
.post-template-single-article .main-content .wp-block-column p,
.post-template-default .main-content .wp-block-column p {
  width: 100%;
}
.post-template-single-article .main-content .related-column .post-thumbnail img,
.post-template-default .main-content .related-column .post-thumbnail img {
  height: auto !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-template-single-article .main-content .wp-block-image figcaption,
.post-template-default .main-content .wp-block-image figcaption {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}
.post-template-single-article .main-content .wp-block-image figcaption:after,
.post-template-default .main-content .wp-block-image figcaption:after {
  content: none;
}

@media only screen and (max-width: 541px) {
  article.container-sponsorcontent.post-has-image {
    flex-wrap: wrap;
  }

  div.sc-post-thumbnail {
    flex-basis: 100% !important;
    padding-right: 0 !important;
  }
}

@media only screen and (min-width:542px) and (max-width: 913px) {
  div.sc-post-thumbnail {
    flex-basis: 100% !important;
  }
}