/*!
Theme Name: Tometal
Author: Hunk
Author URI: https://www.imhunk.com/
Version: 1.1
Requires PHP: 7.0
*/


@font-face {
    font-family: 'Inter';
    src: url('font/Inter-Medium.woff2') format('woff2'),
        url('font/Inter-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('font/Inter-Light.woff2') format('woff2'),
        url('font/Inter-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('font/Inter-Bold.woff2') format('woff2'),
        url('font/Inter-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('font/Inter-Regular.woff2') format('woff2'),
        url('font/Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem; /* 等于 16px */
  line-height: 1.5;
  color: #333;
  background-color: #fff!important;
  position: relative;
  font-family: 'Inter';
}

@media (max-width: 768px) {
  html {
    font-size: 56.25%; /* 1rem = 9px */
  }
}

@media (max-width: 480px) {
  html {
    font-size: 50%; /* 1rem = 8px */
  }
}


/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/*--------------------------------- header menu ----------------------*/


.homemenu{background-color: #fff!important;transition: all .5s;}


.Hunk-menu-img img:hover{transform: scale(1.1);transition: all .5s;}


.Hunk-nav-header li{margin:0;}

.menu-title h3{margin-bottom: 1.5rem;font-size: 2rem!important;}

/* animation menu hamburger */
.Hunk-menu-btn {
  position: relative;
  display: none;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 1.5rem;
  cursor: pointer;
  z-index: 2;
}
@media (max-width: 1023px) {


  .Hunk-menu-left>li>a:hover::before, .Hunk-menu-left>.current-menu-item>a::before{width:0!important;}

  .current-menu-item>a{font-weight: 700;color: #3B82F6;}

  .Hunk-mega-menu{background-color: #ffffff;}
  .Hunk-menu-btn {
    display: flex;
  }
}
.Hunk-menu-btn .menu-btn__lines,
.Hunk-menu-btn .menu-btn__lines::before,
.Hunk-menu-btn .menu-btn__lines::after {
  width: 2.5rem;
  height: 0.2rem;
  background: #333;
  transition: all 0.4s ease-in-out;
}
.Hunk-menu-btn .menu-btn__lines::before, .Hunk-menu-btn .menu-btn__lines::after {
  content: "";
  position: absolute;
}
.Hunk-menu-btn .menu-btn__lines::before {
  transform: translateY(-0.8rem);
}
.Hunk-menu-btn .menu-btn__lines::after {
  transform: translateY(0.8rem);
}
.Hunk-menu-btn.open .menu-btn__lines {
  transform: translateX(1rem);
  background: transparent;
}
.Hunk-menu-btn.open .menu-btn__lines::before {
  transform: rotate(45deg) translate(-0.5rem, 0.5rem);
  background: #333;
}
.Hunk-menu-btn.open .menu-btn__lines::after {
  transform: rotate(-45deg) translate(-0.5rem, -0.5rem);
  background: #333;
}

.expand-btn:after {
  position: absolute;
  top: 50%;
  right: -5px;

  content: " \25BE";
  opacity: 0.75;
  transform: translateY(-50%) rotate(0);
  transition: 0.25s;
  font-family: Arial, sans-serif;

  font-size: 18px;
}
.expand-btn.open {
  color: #3B82F6;
}
.expand-btn.open:after {
  transform: translateY(-50%) rotate(180deg);
}

/* navbar */
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 65px;
  padding: 0 60px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.03) 0px 5px 5px 0px;

}

.home .navbar{


background-color: transparent;


}
@media (max-width: 1023px) {
  .navbar {
    padding: 10px 20px;
  }
}
.navbar.sticky {
  position: sticky;
  z-index: 999;
  top: 0;
}
.navbar .Hunk-logo {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: top;
}
.navbar .Hunk-menu-items {
  display: flex;
  align-items: center;
  gap: 20px;
}




.navbar .Hunk-menu-items > .current-menu-item > .Hunk-menu-item, .navbar .Hunk-menu-items>li>a:hover{color:#3B82F6;}

.Hunk-menu-left>.current-menu-item>a:before{width: 100%;}

.Hunk-menu-items button{margin-bottom: 0;padding: 1rem;}
.navbar .Hunk-menu-items::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  background-color: #222;
}
.navbar .Hunk-menu-items::-webkit-scrollbar {
  width: 6px;
  background-color: #222;
}
.navbar .Hunk-menu-items::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  background-color: #fff;
}
@media (max-width: 1023px) {
  .navbar .Hunk-menu-items {
    scrollbar-gutter: stable;
    position: fixed;
    top: 65px;
    left: 0;
    display: block;
    width: 350px;
    height: 100%;
    padding-top: 30px;
    padding-bottom: 100px;
    padding-right: 10px;
    background: #eee;
    overflow-y: auto;
    transform: translateX(-100vh);
    transition: 0.3s ease-out;
  }
  .navbar .Hunk-menu-items.open {
    transform: translateY(0);
  }
}
.navbar .Hunk-menu-items > li > .Hunk-menu-item {
  padding: 1.5rem 1rem;
  color: #333;
}
@media (max-width: 1023px) {
  .navbar .Hunk-menu-items > li > .Hunk-menu-item {
    padding: 1rem 1rem;
  }

 

  
}
.navbar .Hunk-menu-items li:hover .Hunk-mega-menu {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1023px) {
  .navbar .Hunk-menu-items li a {
    padding: 10px 1rem;
  }
}
.navbar .dropdown {
  position: relative;
}
@media (min-width: 1024px) {
  .navbar .dropdown:hover > .Hunk-dropdown-menu {
    opacity: 1;
    visibility: visible;
  }
  .navbar .dropdown:hover > .expand-btn:after {
    transform: translateY(-50%) rotate(180deg);
  }
}
@media (min-width: 1024px) {
  .navbar .dropdown .dropdown-right .expand-btn:after,
.navbar .dropdown .dropdown-left .expand-btn:after {
    right: 0.625rem;
  }
}
@media (min-width: 1024px) {
  .navbar .Hunk-dropdown-menu {
    position: absolute;
    top: 65px;
    right: 0;
    left: 0;
    width: 190px;
    padding: 5px 0;
    background: #f6f6f6;
    border-radius: 0 0 5px 5px;
    opacity: 0;
    box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.05);
    visibility: hidden;
    transition: all 0.4s ease;
  }
}
@media (max-width: 1023px) {
  .navbar .Hunk-dropdown-menu {
    display: none;
    position: relative;
    top: 0;
    width: 100%;
    padding-left: 1rem;
    overflow: hidden;
  }
}
.navbar .menu-right {
  top: 0;
  left: 100%;
}
@media (max-width: 1023px) {
  .navbar .menu-right {
    top: 0;
    left: 0;
    right: auto;
    width: 100%;
    padding-left: 1.5rem;
  }
  .navbar .menu-right:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 20px;
    width: 1px;
    height: calc(100% - 25px);
    background-color: rgba(255, 255, 255, 0.25);
    transform: translateY(-50%);
  }
}
.navbar .menu-left {
  top: 0;
  left: -100%;
}
@media (max-width: 1023px) {
  .navbar .menu-left {
    top: 0;
    left: 0;
    width: 100%;
    padding-left: 1.5rem;
  }
  .navbar .menu-left:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 20px;
    width: 1px;
    height: calc(100% - 25px);
    background-color: rgba(255, 255, 255, 0.25);
    transform: translateY(-50%);
  }
}
.navbar .Hunk-menu-item{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 1.5rem;
  transition: 0.25s;
}

.mega-links a:hover{margin-left:1rem;}

.mega-links i{margin-right: 5px;}
.navbar .Hunk-menu-item:hover {
  color: #3B82F6;
}
.navbar ul li {
  list-style: none;
  transition: 0.3s ease;
}
.navbar ul li .arrow {
  transition: all 0.3s ease-out;
}
.navbar ul li a {
  position: relative;
  text-decoration: none;
  color: #333;
}
@media (min-width: 1024px) {
  .navbar .Hunk-dropdownMega {
    position: inherit !important;
  }
}
@media (min-width: 1024px) {
  .navbar .Hunk-mega-menu {
    position: absolute;
    top: 65px;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-out 0s, visibility 0.1s linear 0s;
    box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 1023px) {
  .navbar .Hunk-mega-menu {
    position: relative;
    display: none;
    padding-left: 0;
  }
}
.navbar .Hunk-mega-menu .content {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
  width: 100%;
  padding: 1rem;
  background: #f6f6f6;
 /* box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.05); */
}
@media (max-width: 1023px) {
  .navbar .Hunk-mega-menu .content {
    grid-template-columns: auto;
  }
}
@media (min-width: 1024px) {
  .navbar .Hunk-mega-menu .content {
    padding: 1.5rem 1rem;
    max-width: 1350px;
    margin: 0 auto;
  }
}
@media (max-width: 1023px) {
  .navbar .Hunk-mega-menu .content .Hunk-col {
    padding: 0;
    width: 100%;
  }
}
.navbar .category .content .Hunk-col .img-wrapper {
  margin: 1rem 0;
}
.navbar .blog .content {
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 1024px) {
  .navbar .blog .content {
    grid-template-columns: repeat(4, 1fr); //下面的内容分成4个4分之一
  }
}
.navbar .blog .content .Hunk-col .img-wrapper {
  margin-bottom: 1rem;
}
.navbar .blog .content .Hunk-col .menu-title {
  font-weight: normal;
}
.navbar .blog .content .Hunk-col .menu-title a {
  transition: 0.25s;
}
.navbar .blog .content .Hunk-col .menu-title a:hover {
  color: #3B82F6;
}

.menu-title a:hover {
  color: #3B82F6;
}
.navbar .content .Hunk-col {
  display: flex;
  flex-direction: column;
}
.navbar .content .Hunk-col .img-wrapper {
  display: block;
  position: relative;
  width: 100%;
  height: 20vw;
  overflow: hidden;
}
.navbar .content .Hunk-col .img-wrapper:hover img {
  transform: scale(1.1);
}
.navbar .content .Hunk-col .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.navbar .content .Hunk-col img {
  width: 300px!important;
  max-width: auto;
  transition: transform 0.3s ease-in-out;
  margin: 0 auto;
  text-align: center;
}
.navbar .content .Hunk-col .menu-title {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.125rem;
 
  padding-left: 0.625rem;
}
@media (max-width: 1023px) {
  .navbar .content .Hunk-col .menu-title {
    font-size: 0.875rem;
    padding-left: 0!important;
  }
}
.navbar .content .Hunk-col p {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  font-size: 0.813rem;
  line-height: 1.6rem;
  color: #ffffff;
}
.navbar .content .Hunk-col .mega-links {
  padding-left: 0rem;


  
}
@media (max-width: 1023px) {
  .navbar .content .Hunk-col .mega-links {
    border-left: 0;
    padding-left: 0;
  }
  .navbar .content .Hunk-col .mega-links li {
    margin-left: 2.5rem!important;

  }
  .navbar .content .Hunk-col .mega-links li a {
    padding: 0 0.5rem;
  }
}
.navbar .content .Hunk-col .mega-links li {
  margin: 1rem 0;
  list-style: none;
  margin-left: 0.5rem;

}


.navbar .content .Hunk-col .mega-links li a {
  padding: 0;

  
}

@media (max-width: 1023px) {
  .overflow {
    overflow: hidden;
  }
}

@media (max-width: 1023px) {
  .overlay {
    position: fixed;
    z-index: 500;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }
  .overlay.overlay--active {
    opacity: 1;
    visibility: visible;
  }
}

/* container */
.container {
  margin: 200px auto auto;
  padding: 0 30px;
  max-width: 1200px;
  text-align: center;
}
.container h1 {
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}
.container ul {
  list-style: none;
}
.container ul li {
  text-align: center;
  padding: 0.625rem 0;
  color: #fff;
}

.Hunk-search-icon img{vertical-align: top;cursor:pointer;}

.Hunk-search-icon i{font-size: 2rem;}

.Hunk-search-icon-wrapper {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-left: 20px;
    position: relative;
}


.Hunk-search-icon{padding:20px 0;}


.Hunk-search-form {
  display: none;
  position: absolute;
  top: 100%; /* 鍑虹幇鍦ㄥ浘鏍囦笅鏂� */
  right: 0;
  width: 300px;
  padding: 8px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  z-index: 1000;
}

.Hunk-search-form input[type="search"] {
  width: 100%;
  padding: 6px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}



/*------------------------------- home ------------------------------*/
  #Hunk-map-container {
    position: relative;
    width: 100%;
    max-width: 1000px;
    aspect-ratio: 5 / 4;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    margin: 0 auto;
  }
  #Hunk-map-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }
  .Hunk-pin {
    position: absolute;
    width: 2.8%;    /* 28px / 1000px */
    height: 4%;     /* 40px / 1000px */
    cursor: pointer;
    user-select: none;
    filter: drop-shadow(0 2px 2px rgba(0,0,0,0.3));
    transform-origin: center bottom;
    transform: translateX(-50%);
    transition: transform 0.3s ease, filter 0.3s ease;
    fill: #e74c3c;
  }
  .Hunk-pin svg {
    width: 100%;
    height: 100%;
    display: block;
  }
  .Hunk-pin.Hunk-active,
  .Hunk-pin:hover {
    fill: #3498db;
    transform: translateX(-50%) scale(1.3);
    filter: drop-shadow(0 3px 4px rgba(52,152,219,0.7));
  }

  /* 城市定位百分比 */
  .Hunk-pin.Hunk-tianjin { top: 38%; left: 74%; }
  .Hunk-pin.Hunk-shanghai { top: 58%; left: 83%; }
  .Hunk-pin.Hunk-wuxi { top: 56%; left: 78%; }
  .Hunk-pin.Hunk-wuhan { top: 60%; left: 69%; }
  .Hunk-pin.Hunk-shenzhen { top: 82%; left: 70%; }

  #Hunk-info-box {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 12px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    font-size: 18px;
    font-weight: 600;
    color: #333;
    user-select: none;
    max-width: 220px;
    white-space: nowrap;
    opacity: 1;
    transition: opacity 0.4s ease;
    pointer-events: none;
  }

.Hunk-txt-underline {
      /* 水平居中对齐 */
  text-decoration: underline; /* 添加下划线 */
   text-decoration-color: #3B82F6;
}


.Hunk-text-over-image {
    position: relative;
   
    overflow: hidden;
    width: 100%;
  }


  .Hunk-text-over-image img {
    width: 100%;
    height: 100%;
    display: block;
        aspect-ratio: 2000 / 1042;
  }

  .Hunk-banner-txt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #333;
    opacity: 0;
    animation-duration: 1.2s;
    animation-fill-mode: forwards;
    
    padding: 0 10px;
   
    box-sizing: border-box;

  z-index: 2;
  /* 其余样式保持不变 */

  width: 80%;

  }

  .Hunk-banner-txt h2{font-weight: 700;}
 

  button {
  /* 移除所有默认边框和背景 */
  background: none;
  border: none;
  padding: 0;
  margin: 0;

  /* 使用继承字体，避免按钮字体和页面不一致 */
  font: inherit;
  color: inherit;

  /* 去除默认轮廓，用自定义 focus 样式替代 */
  outline: none;

  /* 改成 pointer，表示可点击 */
  cursor: pointer;

  /* 可选：去掉浏览器自动加的按钮边框圆角 */
  border-radius: 0;

  /* 防止按钮变形 */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  /* 对齐方式 */
 
  align-items: center;
  justify-content: center;
}


  .left {
    left: 10%;
    text-align: center;
    animation-name: flyInLeft;
  }




  .center {
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    animation-name: flyInTop;
  }

  .right {
    right: 10%;
    text-align: right;
    animation-name: flyInRight;
  }

  @keyframes flyInLeft {
    0% { transform: translateX(-100%) translateY(-50%); opacity: 0; }
    100% { transform: translateX(0) translateY(-50%); opacity: 1; }
  }

  @keyframes flyInRight {
    0% { transform: translateX(100%) translateY(-50%); opacity: 0; }
    100% { transform: translateX(0) translateY(-50%); opacity: 1; }
  }

  @keyframes flyInTop {
    0% { transform: translateY(-200%) translateX(-50%); opacity: 0; }
    100% { transform: translateY(-50%) translateX(-50%); opacity: 1; }
  }

  h1 {
    margin: 0 0 10px;
    font-size: 28px;
  }

  ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  ul li {
    margin: 5px 0;
  }

@media (max-width: 768px) {
  .Hunk-text-over-image, .Hunk-text-over-image img, .Hunk-slide, .Hunk-slider-container{
    height: 500px; /* 固定高度 */


  }

  .Hunk-slider-container{aspect-ratio: auto!important;}

  .Hunk-text-over-image img {
    height: 100%;
    object-fit: cover;
    aspect-ratio: auto!important;
  }


    .Hunk-banner-txt {
    animation: none !important;
    opacity: 1 !important;
    transform: translate(-50%, -50%);
  }

  .Hunk-banner-txt h1 {
    font-size: 18px;
    line-height: 1.2;
  }

  .Hunk-banner-txt ul li {
    font-size: 14px;
  }

  /* 重设文字动画方向，避免左右飞入时位置偏差 */
  .left,
  .right,
  .center {
    left: 50% !important;
    right: auto !important;
    text-align: center !important;
    
  }
}


.Hunk-slide {display: none}

.Hunk-slide.lcp-visible{display: block;}
img {vertical-align: middle;}

/* 幻灯片容器 */
.Hunk-slider-container {
  width: 100%;
  position: relative;
  margin: auto;
  margin-top: -65px;
  overflow: hidden;
  aspect-ratio: 2000 / 1042;

}

/* 前进和后退按钮 */
.banner-prev, .banner-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: #3B82F6;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  z-index: 1;
}

.banner-next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.banner-prev:hover, .banner-next:hover {
  background-color: #3B82F6;
  color: #fff;
}

.banner-dots{ position: absolute;
    bottom: 10px; /* 或你希望距离底部的值 */
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    margin-top: 0; /* 重要：移除负 margin */}

/* 文字描述 */
.slide-text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* 图片序号 */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* 幻灯片指示器 */
.banner-dot {
  cursor: pointer;
  height: 12px;
  width: 12px;
  margin: 0 2px;
  background-color: #f6f6f6;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .banner-dot:hover {
  background-color: #3B82F6;
}

/* 淡入效果 */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@media only screen and (max-width: 300px) {
  .banner-prev, .banner-next,.text {font-size: 11px}
}




.Hunk-text-over-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 1;
}


    .image-box-30 {
      position: relative;
      width: 100%;
      height: 100%;
      overflow: hidden;
  
      cursor: pointer;
    }

    .image-box-30 img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.5s ease;
    }

    .image-box-30 .box-text {
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 80px; /* 初始状态只显示标题 */
      color: #fff;
      text-align: center;
      background: linear-gradient(to top, rgba(47, 49, 139, 0.9) 30%, transparent 100%);
      transition: height 0.5s ease;
      overflow: hidden;
    }

    .image-box-30 .box-text h3 {
      margin: 20px 0;
      font-size: 24px;
      color: #fff;
    }

    .image-box-30 .box-text p,
    .image-box-30 .box-text button {
      opacity: 0;
      transform: translateY(20px);
      transition: opacity 0.5s ease, transform 0.5s ease;
    }

    .image-box-30:hover img {
      transform: scale(1.1);
    }

    .image-box-30:hover .box-text {
      height: 80%; /* 悬停状态覆盖整个图片 */
      background: #3B82F6;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }

    .image-box-30:hover .box-text p,
    .image-box-30:hover .box-text button {
      opacity: 1;
      transform: translateY(0);
    }

    .image-box-30 .box-text p {
      margin: 10px 20px;
      font-size: 16px;
    }

    .image-box-30 .box-text button {
      margin: 20px 0;
      padding: 10px 20px;
      background: #fff;
      color: #333;
      border: none;
      border-radius: 10px;
      cursor: pointer;
      transition: all .5s;
    }

    .image-box-30 .box-text button:hover {
      background: #3B82F6;
      outline: 1px solid #fff;
      color: #fff;
      transition: all .5s;
    }



       


.Hunk-testimonial{transition: opacity .3s,transform .3s,background-color .3s;float: left;margin:0px;padding: 20px;height: 100%;}
.testimonial-img, .testimonial-texts{transition: opacity .3s,transform .3s,background-color .3s}
.testimonial-text{margin:1rem 0;}
.aligncenter{text-align: center;}
.testimonial-texts{padding-top: .7em; padding-bottom: 1.4em; position: relative; width: 100%; font-size: .9em;}
.move-up:hover{transform: translateY(-6px);box-shadow: 0px 30px 40px 0px rgb(0 0 0 / 20%);}
.box-shadow-2{box-shadow: 0 3px 6px -4px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);}
.round{border-radius: 999px!important;
    -o-object-fit: cover;
    object-fit: cover;}

    .round img {
    border-radius: 999px!important;
    -o-object-fit: cover;
    object-fit: cover;
}
.ratings{text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1em;
    letter-spacing: 0;
    width: 100%;
    font-weight: normal!important;
    -webkit-font-smoothing: antialiased;

    margin: 0.5rem auto;
}

.testimonial-meta{margin: 0.5rem auto;}
.ratings:before{color: #D26E4B;    
    content: '\2605\2605\2605\2605\2605';
    color: #d26e4b;
  
    top: 0;
    left: 0;
   }

.ratings span:before{color: #D26E4B;    
    content: '\2605\2605\2605\2605\2605';
    color: #d26e4b;
      top: 0;
    left: 0;
    position: absolute;}


    .icon-button {
      position: relative;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background: #3B82F6;
      border: none;
      cursor: pointer;
      color: white;
      font-size: 28px;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: transform 0.2s ease, background 0.2s ease;
      overflow: hidden;
      margin-right: 3rem;
    }

    .icon-button:hover {
      background: #8cd05d;
      transform: scale(1.1);
    }

    .ripples {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 0;
    }

    .ripple-circle {
      position: absolute;
      width: 64px;
      height: 64px;
      border-radius: 50%;
      border: 3px solid rgba(119, 186, 83, 0.4);
      animation: ripple 2s infinite ease-out;
    }

    .ripple-circle:nth-child(2) {
      animation-delay: 1s;
    }

    @keyframes ripple {
      0% {
        transform: scale(0.8);
        opacity: 0.6;
      }
      100% {
        transform: scale(2.5);
        opacity: 0;
      }
    }

    .icon-button i {
      position: relative;
      z-index: 1;
    }



.Hunk-faq-item {
      background: #fff;
      border-bottom: 1px dashed #CEE1F8;
      box-shadow: 0 2px 48px rgba(0, 0, 0, 0.06);
      border-radius: 4px;
      margin-bottom: 10px;
      overflow: hidden;
      transition: all 0.3s ease;
    }

    .Hunk-faq-question {
      cursor: pointer;
      padding: 10px 30px;
      font-size: 15px;
      letter-spacing: 1px;
      color: #333;
      display: flex;
      align-items: center;
      justify-content: space-between;
      transition: all .5s;
    }

    .Hunk-faq-question:hover, .alive .Hunk-faq-question {
      background: #eee;
      padding-left: 40px;
      transition: all .5s;
    }

    .Hunk-faq-left {
      display: flex;
      align-items: center;
    }

    .Hunk-faq-badge {
      display: inline-block;
      width: 20px;
      height: 20px;
      background: #3B82F6;
      color: white;
      border-radius: 50%;
      text-align: center;
      line-height: 20px;
      font-size: 12px;
      margin-right: 15px;
      flex-shrink: 0;
    }

    .Hunk-faq-icon {
      font-size: 13px;
   
      margin-left: 20px;
      transition: transform 0.3s ease;
    }

    .Hunk-faq-item.alive .Hunk-faq-icon {
      transform: rotate(90deg);
    }

  .Hunk-faq-answer {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.4s ease;
    padding: 0 2rem 0 4rem;
  }

  .Hunk-faq-answer p{margin-bottom: 1rem;}

  .Hunk-faq-item.alive .Hunk-faq-answer {
    max-height: 500px; /* 你预计的最大高度，足够展示内容 */
    opacity: 1;
    padding-top: 20px;
    padding-bottom: 16px;
  }
    @media (max-width: 991px) {
      .Hunk-faq-question {
        line-height: 26px;
      }
    }


    .Hunk-about-cta{display: flex;align-items: center;}

     .Hunk-about-cta a{margin-bottom: 0;}



      .Hunk-list-items  {
      display: grid;
      grid-template-columns: repeat(3, 1fr); /* 每行3列 */
      gap: 10px; /* 项目间距 */
      list-style: disc inside;
      padding: 0;
      max-width: 100%;
    }

    .Hunk-list-items li {
      margin: 5px 0;

    }




/*------------------------ process step  -------------*/


.Hunk-step:hover {
  transform: translateY(-5px) scale(1.03);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  background: #eaf6ff;
  transition: all .5s;
}


.Hunk-step {
      text-align: center;

      height: 100%;

      transition: all .5s;
      padding: 20px 10px;
      
    }

    .Hunk-step-circle {
      --progress: 25;
      width: 100px;
      height: 100px;
      border-radius: 50%;
      background:
        conic-gradient(#3498db calc(var(--progress) * 1%), #eee 0%);
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 20px;
      position: relative;
    }

    .Hunk-step-circle::after {
      content: "";
      width: 80px;
      height: 80px;
      background: #fff;
      border-radius: 50%;
      position: absolute;
      z-index: 1;
    }

    .Hunk-step-circle span {
      position: relative;
      z-index: 2;
      font-size: 24px;
      font-weight: bold;
      color: #333;
    }

    .Hunk-step-title {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 8px;
    }

    .Hunk-step-desc {
    
      color: #555;
    }

    /*-----------------*/






 .Hunk-menu-left>li>a::before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      height: 2px;
      width: 0%;
      background: #007bff;
      transition: width 0.3s ease;
    }

    .Hunk-menu-left>li>a:hover::before,
    .Hunk-menu-left>li>a.active::before {
      width: 100%;
    }




.counter {
    font-size: 40px;
    margin-right: 5px;
    font-weight: 700;
    color: #3B82F6;
}

.Hunk-counter-boxes {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.counter-box {
    flex: 1;
    text-align: center;
    padding: 20px;
    border-radius: 8px;
    box-sizing: border-box;
}

.counter-img {
   
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    border-radius: 100%;
    justify-content: center;
}

.counter-img img {
    width: 5rem;
    height: 5rem;
}




.Hunk-counter-boxes .counter-box {
    flex: 1;
    text-align: center;
    position: relative;
    padding: 20px;
}

.Hunk-counter-boxes .counter-box:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #ccc;
}


    .Hunk-product-categories {
      display: flex;
      height: 80vh;
      gap: 20px;
    }

    .left-part, .right-part {
      position: relative;
    }

    .left-part {
      flex: 1;
    }

    .right-part {
      flex: 1;
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .Hunk-imagebox {
      position: relative;
      width: 100%;
      height: 100%;
      overflow: hidden;
      border-radius: 10px;
    }

    .right-part .Hunk-imagebox {
      flex: 1;
    }

    .Hunk-imagebox a {
      display: block;
      width: 100%;
      height: 100%;
    }

    .Hunk-imagebox img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .imagebox-text {
  position: absolute;
  bottom:-100px;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 15px 20px;
  min-height: 80px;
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.imagebox-text a{color: #fff;margin-top: 1rem;}
.imagebox-text a:hover{font-weight: 700;}

.Hunk-imagebox:hover .imagebox-text {
  min-height: 160px; /* hover 时变高 */
  padding-bottom: 30px; /* 可选：增加底部间距让描述更舒服 */
  bottom: 0;
}


    .imagebox-title {
      font-size: 18px;
      font-weight: bold;
    }

    .description {

     
      font-size: 14px;
      margin-top: 8px;
      opacity: 0;
      transform: translateY(100%);
      transition: transform 0.4s ease, opacity 0.4s ease;
    }

    .Hunk-imagebox:hover .description {
      transform: translateY(0);
      opacity: 1;
      
      transition: transform 0.4s ease, opacity 0.4s ease;
    }




    @media (max-width: 992px) {
  .Hunk-product-categories {
    flex-direction: column;
    height: auto;
  }

  .left-part, .right-part {
    width: 100%;
    flex: unset;
  }

  .right-part {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
  }

  .right-part .Hunk-imagebox {
    flex: 1 1 calc(50% - 10px);
    height: 250px;
  }

  .left-part .Hunk-imagebox {
    height: 300px;
  }
}

@media (max-width: 600px) {
  .right-part {
    flex-direction: column;
  }

  .right-part .Hunk-imagebox,
  .left-part .Hunk-imagebox {
    height: 200px;
  }
}


.custom-shape-divider-top-1749454753 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1749454753 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 61px;
}

.custom-shape-divider-top-1749454753 .shape-fill {
    fill: #FFFFFF;
}

    .Hunk-image-wrapper {
      position: relative;
      max-width: 100%;
      margin: 0px auto;
      overflow: hidden;
    }

    .Hunk-image-wrapper img {
      width: 100%;
      display: block;
      border-radius: 8px;
      transition:all .5s;
    }

    .Hunk-image-wrapper img:hover{

      transform: scale(1.1);

      transition:all .5s;



    }


.dropdown .current-menu-item>a, .dropdown .current-menu-item>h3>a{color:#3B82F6!important;font-weight: 700!important;}

.sub-menu .current-menu-item>a{color: #fff!important;
    background-color: #434343;font-weight: 700!important;}

    .sub-menu .current-menu-item>a:before{background-color: #fff!important;}


  .Hunk-cta{width:1200px;background:#ffffff;padding:50px;margin:0 auto;margin-bottom: 50px;}


  .cta-text, .cta-btn{display: inline-block;}



.small-button a{ line-height: 2.4em;
    min-height: 2.em;
        padding: 0 1.2em;
 font-size: .97em;
    letter-spacing: .03em;width:14em;}

     .hovericon span{transform: translateX(1.3em);    display: inline-block;
    transition: opacity .3s,transform .3s;
}

 .reverse.button {border: 2px solid #446084;
    background-color: transparent;color:#446084;}
    .reverse.button:hover{background: #446084;color:#fff;}

 .hovericon svg{ display: inline-block;
    transition: opacity .3s,transform .3s;}

    .hovericon:not(:hover) svg {
    opacity: 0;

}
.hovericon:hover>span{transform: translateX(0);}

.svg-icon{width:1em;height: 1em;margin-left: 5px;font-size:19px;line-height: 2.5em;}  

.cta-style-1 .cta-text, .cta-style-3 .cta-text{width:70%;}
.cta-style-1 .cta-btn, .cta-style-3 .cta-btn{width:20%;}

.cta-style-2 .cta-text, .cta-style-2 .cta-btn{width:100%;}

.cta-style-2 .cta-text{margin-bottom: 40px;}

.cta-style-1, .cta-style-3, .cta-style-4 {display: flex;align-items: center;flex-flow: row nowrap;
          justify-content: space-between;}
.cta-style-2{display:block;text-align: center;}  
.cta-style-2 .Hunk-button{display: inline-block;} 
.cta-style-3 .button, .cta-style-4 .button {display: inline-block;border-radius: 99px;}
.cta-style-3{background-image:url("");background-size: cover;}
.cta-style-3 .cta-text, .cta-style-3 .reverse.button {color:#fff;}
.cta-style-3 .reverse.button{border-color: #fff;}

.cta-style-4 .cta-text, .cta-style-4 .reverse.button {color:#fff;}
.cta-style-4 .reverse.button{border-color: #fff;}
.cta-style-4{background: transparent;}

.cta-style-4 .cta-text {    width: 70%;}
.cta-style-4 .cta-btn{width:20%;}



.acc-style-4 {
        width: 100%;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 5rem;
        margin-bottom: 5rem;
    }

    details {
        overflow: hidden;
    }

    .Hunk-accordion-content {
        max-height: 0;
        overflow: hidden;
        border-left: 1px solid #555;
        border-right: 1px solid #555;
        border-bottom: 1px solid #555;
        padding: 0 1.5em;
        transition: all .5s;
    }

    details[open] .Hunk-accordion-content {
        max-height: 500px; /* 需要足够大以容纳展开的内容 */
        padding: 1.5em;
    }

    .Hunk-accordion + .Hunk-accordion {
        margin-top: 0.5rem;
    }

    .Hunk-accordion-title {
        list-style: none;
        border: 1px solid #555;
        padding: 0.75em 2rem;
        cursor: pointer;
        position: relative;
        padding-left: 2rem;

        font-size: 1.8rem;
    }

    .Hunk-accordion-title::-webkit-details-marker {
        display: none;
    }

    .Hunk-accordion-title:before {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 1rem;
        content: "↓";
        width: 1.75rem;
        height: 1.75rem;
        background-color: #000;
        color: #FFF;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        padding:5px 3px;
    }

    details[open] .Hunk-accordion-title {
        background-color: #eee;
    }

    details[open] .Hunk-accordion-title:before {
        content: "↑";
    }

    .Hunk-accordion-title:hover {
        background-color: #eee;
    }


.image-box-17 {
  position: relative;
  width: 100%;
  
  margin: auto;
  overflow: hidden;
}

.image-box-17 .Hunk-image-box-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.image-box-17:hover .Hunk-image-box-overlay{
  opacity: 1;
}

.Hunk-image-box-img{
  width: 100%;
}

.Hunk-image-box-title{position: absolute;width: 100%;
  top: 30%;
   width: 100%;
  left: 50%;-webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

  text-align: center;

  color: #fff;

  background-color: rgba(0, 0, 0, 0.5);

  transition: all .5s;


}


.image-box-17:hover .Hunk-image-box-title{

  top:15%;

  transition: all .5s;




}
.Hunk-image-box-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.image-box-17:hover .Hunk-image-box-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.Hunk-image-box-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.Hunk-image-box-details p{
  color: #fff;
  font-size: 1.5rem;
}

.fadeIn-bottom{
  top: 80%;
}


.sectionG{    background: 
        linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4)), 
        url('https://www.tometalindustrial.com/wp-content/uploads/2025/08/Tometal-steel-factory.jpg'); 
    background-size: cover;     /* 让图片铺满整个元素 */
    background-position: center; /* 图片居中显示 */
    background-repeat: no-repeat; /* 不平铺重复 */

    background-attachment: fixed;


  }


  .section-about-1{
    background-size: cover;     /* 让图片铺满整个元素 */
    background-position: center; /* 图片居中显示 */
    background-repeat: no-repeat; /* 不平铺重复 */

    background-attachment: fixed;


  }



.page-id-13 #Hunk-breadcrumbs, .page-id-13 #Hunk-breadcrumbs a{color: #555;}

.page-id-13 h1{color: #000!important;}

  @media (min-width: 992px) {
   .row-gallery .col-lg-3 {
       
        width: 20%;
    }
}






    .sectionG h2{color: #fff;}

.sectionF{background-color: #fff;}

.sectionD, .section-about-2, .section-about-4, .sectionI{background-color: #eef2fd;}







    .Hunk-flowchart {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      flex-wrap: wrap;
      text-align: center;
      padding: 20px;
    }

    .process-step {
      padding: 15px 20px;
      border: 2px solid #333;
      border-radius: 100%;
      min-width: 200px;
      max-width: 300px;
      height: 300px; /* 统一高度 */
      background-color: #f9f9f9;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; /* 垂直居中 */
      box-sizing: border-box;
    }

     .process-step:hover{

      background-color: #3B82F6;

      color:#fff;


     }

     .process-step:hover h3{color: #fff;}





     .process-step:hover img{
   filter: brightness(0) invert(1);
}

    .process-step img {
      width: 40px;
      height: 40px;
      margin-bottom: 10px;
    }

    .process-step h3 {
   
      margin: 0 0 10px 0;
    }

    .process-step p {
      font-weight: normal;
      font-size: 14px;
      margin: 0;
      line-height: 1.5;
    }

    .process-arrow {
      font-size: 20px;
      font-weight: bold;
    }

    @media (max-width: 768px) {
      .flowchart {
        flex-direction: column;
        gap: 5px;
      }
      .process-arrow {
        transform: rotate(90deg);
      }
    }




    .Hunk-team-member {
      width: 100%;
      position: relative;
      overflow: hidden;
      border-radius: 12px;
      box-shadow: 0 4px 20px rgba(0,0,0,0.1);
      background: #fff;
      transition: transform 0.3s ease;
      height: 100%;
    }

    .Hunk-team-member:hover {
      transform: translateY(-5px);
    }

    .image-wrapper img {
      width: 100%;
      display: block;
    }

    .Hunk-team-info {
      position: relative;
      background: white;
      text-align: center;
      padding: 20px;
      margin-top: -50px; /* 初始侵入图片 */
      transition: margin-top 0.3s ease;
      border-top-left-radius: 12px;
      border-top-right-radius: 12px;
      z-index: 1;
    }

    .Hunk-team-info h3 {
      margin: 0 0 5px;
     
    }

    .Hunk-team-info h4 {
      margin: 0 0 10px;
     
      color: #777;
    }

    .Hunk-team-info p {
      margin: 0;
   
      color: #555;
    }

    .Hunk-team-member:hover .Hunk-team-info {
      margin-top: -70px; /* hover时更往上侵入 */
    }



    .Hunk-icon-box {
      position: relative;
      background: #fff;
      padding: 20px 20px; 
      text-align: center;
      border-radius: 8px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);

      margin: 0 auto;
      transition: all 0.3s ease;

      height: 100%;
    }

    .Hunk-icon-box .icon {
         display: flex
;
    align-items: center;
    justify-content: center;
    }

    .Hunk-icon-box .icon-circle {
      width: 80px;
      height: 80px;
      background: #3B82F6; 
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background 0.3s ease;
    }

    .Hunk-icon-box .icon-circle i {
      color: #fff;
      font-size: 32px;
    }

    .Hunk-icon-box .icon-box-text {
      margin-top: 20px;
      transition: color 0.3s ease;
    }

    .Hunk-icon-box h3 {
      margin: 10px 0;
      font-size: 20px;
    }

    .Hunk-icon-box p {
      font-size: 14px;
      color: #555;
      line-height: 1.6;
      transition: color 0.3s ease;
    }

    /* Hover 效果 */
    .Hunk-icon-box:hover {
      box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
      transform: translateY(-5px);
    }

    .Hunk-icon-box:hover .icon-circle {
      background: #0056b3; /* hover 时圆形背景变深 */
    }

    .Hunk-icon-box:hover p {
      color: #333;
    }


.white{color:#fff!important; border-color: #fff!important;outline-color: #fff!important;}
.radius-2{border-radius: 2px;}
.radius-3{border-radius: 3px;}
.radius-4{border-radius: 4px;}
.radius-5{border-radius: 5px;}


.Hunk-video-bg {
  position: relative;
  width: 100%;
  height: 600px; /* 可以改成 400px 或其他高度 */
  overflow: hidden;
}

/* 视频本身 */
.Hunk-video-bg video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -2;
}

/* 遮罩层可选 */
.Hunk-video-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}

/* 文字居中叠加 */
.video-overlay {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding:3%;
}

.video-overlay h1 {


  padding: 10px 20px;
  border-radius: 5px;
  font-weight: 700;
  text-align: center;
  color:#fff;
}

.video-overlay p{color: #fff;text-align: center;margin-bottom: 4.6rem;}



	.image-box-24{
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		
	}

	.image-box-24{
		float: left;
		padding: 0px;
		position: relative;
		overflow: hidden;
	}

	.image-box-24:hover .caption{
		opacity: 1;
	}

	.image-box-24:hover img{
		opacity: 1;
		transform: scale(1.15,1.15);
		-webkit-transform:scale(1.15,1.15);
		-moz-transform:scale(1.15,1.15);
		-ms-transform:scale(1.15,1.15);
		-o-transform:scale(1.15,1.15);
	}


	.image-box-24 img{
		margin: 0px;
		padding: 0px;
		float: left;
		z-index: 0;
		width: 100%;
	}


	.image-box-24 .caption{
		cursor: pointer;
		position: absolute;
		opacity: 0;
		-webkit-transition:all 0.45s ease-in-out;
		-moz-transition:all 0.45s ease-in-out;
		-o-transition:all 0.45s ease-in-out;
		-ms-transition:all 0.45s ease-in-out;
		transition:all 0.45s ease-in-out;
		width: 100%;
		height: 100%;
	}

	.image-box-24 img{
		-webkit-transition:all 0.25s ease-in-out;
		-moz-transition:all 0.25s ease-in-out;
		-o-transition:all 0.25s ease-in-out;
		-ms-transition:all 0.25s ease-in-out;
		transition:all 0.25s ease-in-out;
	}
	.image-box-24 .blur{
		background-color: rgba(0,0,0,0.65);
		height: 100%;
		width: 100%;
		z-index: 5;
		position: absolute;
	}

	.image-box-24 .caption-text h3{
		color:#fff;
		font-size: 24px;
		text-align: center;
	}
	.image-box-24 .caption-text{
		z-index: 10;
		color: #fff;
		position: absolute;
		width: 100%;
		height: 100%;
		text-align: center;
		top:30%;
	}


/*----------------- category page ------------------------*/

.category h1{margin-bottom: 3rem;}


@media only screen and (max-width: 840px) {
table {
margin-bottom: 0;
overflow: hidden;
overflow-x: scroll;
display: block;
white-space: nowrap;
}
}


#Hunk-ToC{



  background-color: #eee;
    padding: 2rem;
}

#Hunk-ToC ul{list-style: none;padding-left: 0;}


.Hunk-blog-content h2 {
  scroll-margin-top: 80px; /* 假设 header 高度是 80px */
}

.product-data h3{margin:3rem 0;}

.Hunk-image-box{height: 100%;}
.product-text{padding: 1rem;}

.Hunk-main-categories{margin:0 auto;max-width:120rem;display: flex; flex-direction: row;justify-content: space-between;margin-bottom: 3rem;}

.Hunk-main-categories>a{ flex: 1;height: 100%;}
.Hunk-main-categories img{margin-bottom: 1.5rem;opacity: 0.3;}
.Hunk-main-category:hover img, .cat-active img{opacity: 1;}

.Hunk-main-category:hover, .cat-active{ box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);}
.Hunk-main-category{text-align: center;padding: 1rem;}

.Hunk-main-category div{color: #888; white-space: normal;
  overflow-wrap: break-word;
  word-break: break-word; }
.Hunk-main-category:hover div, .cat-active div{color:#333;}

.Hunk-sub-categories{display: flex;justify-content: flex-start;flex-wrap: wrap;gap:2rem;}

.Hunk-sub-category{padding: 1rem 1.2rem;outline: 1px solid #888;color: #888;}

.Hunk-sub-category:hover, .sub-cat-active{background-color: #3B82F6;color:#fff;}


/*-------------------- button -------------------------*/


.wipe-two-sides:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #3B82F6;
    transform: scaleX(0);
    transform-origin: 50%;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
.wipe-two-sides:hover:before { transform: scaleX(1); }

.wipe-two-sides:hover{color: #fff;}
.wipe-two-sides {
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    background: #fff;
    transition-property: color;
    transition-duration: 0.3s;
}
.wipe-two-sides{display: inline-flex;align-items: center;transition: all .3s;}

li#menu-item-196{padding:15px;}

.Hunk-divider {
    background-color: rgba(0, 0, 0, .1);
    display: block;
    height: 3px;
    margin: 1em 0;
    max-width: 60px;
    width: 100%;
}


.light-to-heavy{background:#3B82F6;color: #fff!important;}
.light-to-heavy:hover{transition: all .3s; box-shadow: inset 0 0 0 100px rgb(0 0 0 / 20%);}

.Hunk-button{outline: 2px solid #3B82F6;color:#3B82F6;cursor: pointer;text-transform: capitalize;transition: all .3s;display: inline-block;margin-bottom: 2rem;}
.btn-close{background-color:transparent;}


.btn-close{color: #3B82F6;position: relative;transition: all .5s;}
.btn-close::before, .btn-close::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3B82F6;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease;
    z-index: -1;
}
.btn-close::after { transform-origin: right; }
.btn-close:hover { color: #fff; }
.btn-close:hover::before, .btn-close:hover::after { transform: scaleX(1); }


.middle-btn {
    font-size: 1.8rem;
    padding: 1.5rem 2.2rem;
}
.small-btn{font-size: 1.5rem;padding: 1rem 1.5rem 1rem;}







/*----------------- row section --------------------------------*/


 .Hunk-banner::before {
      content: '';
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0, 0, 0, 0.4);
      z-index: 1;
    }

    .Hunk-banner {
      position: relative;
 
      overflow: hidden;
      width: 100%;
      height: auto;
    }

    .Hunk-banner img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .banner-center {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: white;
      opacity: 0;
      animation: flyInTop 1.2s forwards;
      text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
      padding: 0 10px;
      width: 80%;
      box-sizing: border-box;
      z-index: 2;
      text-align: center;
    }

    @keyframes flyInTop {
      0% { transform: translateY(-200%) translateX(-50%); opacity: 0; }
      100% { transform: translateY(-50%) translateX(-50%); opacity: 1; }
    }



    @media (max-width: 768px) {
      .Hunk-banner {
        height: 300px;
      }

      .Hunk-banner-txt {
        width: 90%;
      }

      .Hunk-banner-txt h1 {
        font-size: 18px;
      }

      .Hunk-banner-txt ul li {
        font-size: 14px;
      }
    }


    .Hunk-feature-item {
        
        background-color: #3B82F6;
        color: white;
        padding: 20px;
        box-sizing: border-box;
    }
    .Hunk-feature-item h4{
        margin-top: 0;

        color: #fff;
    }



.Hunk-about-txt{background-color: #fff;text-align: center;}





@media (max-width: 992px) {

.sectionB{  
 


}}

.sectionB{  
  background-image: url("");
  background-repeat: no-repeat;

  background-size: cover;      /* 图片填满div，可改为 contain */
  background-position: center; /* 居中显示 */
  background-color: #fff;
  padding-top: 0!important;
  padding-bottom: 0!important;

}

.Hunk-full-width{width: 100%;overflow: hidden;padding-top: 8rem;padding-bottom: 8rem;position: relative;z-index: 6;}
.nospace .section-inner{max-width:100%!important;width:100%!important;}

.nospace .havespace{width: 120rem;margin: 0 auto;}

.Hunk-product-lists{margin-bottom: 2rem;display: flex;flex-wrap: wrap;}
.Hunk-product-lists li{transition: all .5s;width: 50%;}
.Hunk-product-lists li:hover{padding-left: 1rem;transition: all .5s;}

.Hunk-category-image img:hover{transform: scale(1.1);transition: all .5s;}

.Hunk-category-image img{transition: all .5s;}

.Hunk-category-image{overflow: hidden;transition: all .5s;}

.Hunk-text{padding:1rem 3rem;background-color: #f6f6f6;height: 100%;}

.section-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 120rem;
    width: calc(100% - 4rem);
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
    text-align: left;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    text-transform: capitalize;
}

/*--------------------  bootstrap css  ----------------------------*/

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {

  li#menu-item-196{padding:0px;}
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: 2rem;
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}



@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

 
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  
}



.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}



@media (min-width: 576px) {
 

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

}
@media (min-width: 768px) {
  
  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

  
}
@media (min-width: 992px) {
  
  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

}
@media (min-width: 1200px) {
 
  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

}
@media (min-width: 1400px) {

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }


}


/*------------------------------------- footer -------------------------------*/


.footer-copyright, .footer-copyright a{font-size: 1.4rem;}
    /* Base styles for sticky icons */

.footer-part-2 li::before {
    content: "\2192"; /* 使用勾符号 */
    font-size: 16px; /* 设置勾的大小 */
    color: #fff; /* 设置勾的颜色 */
    margin-right: 10px; /* 给勾和文字之间添加一些间距 */
    vertical-align: middle; /* 垂直对齐 */

  }

  .footer-part-2 ul{padding:0;}

  .footer-part-2 li{list-style: none;}

.Hunk-site-footer{width: 100%;overflow: hidden;padding-top: 2rem;padding-bottom: 8rem;position: relative;z-index: 6;background: url('');}

.Hunk-site-footer{background-color: #333;}

.Hunk-site-footer h3, .Hunk-site-footer a, .Hunk-site-footer p{color: #fff;}

.Hunk-site-footer a:hover{color:#aaa;}
.site-footer-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 120rem;
    width: calc(100% - 4rem);
}

.footer-part-1 img{margin-bottom: 2rem;}

.Hunk-footer-bottom .col{padding:2rem 0;margin:0;}
.Hunk-footer-bottom{background-color: #000;color: #ddd;}
.Hunk-footer-bottom a{color:#ddd;}
.Hunk-footer-bottom a:hover{color:#fff;}


/*-------------------------- product page ---------------------------------------*/


.Hunk-product-images {
    float: left;
    padding: 0;
    width:50%;
    max-width: 600px;
}

.Hunk-product-images img {
    width: 100%;
    max-width: 600px;
    height: auto;
    border: 1px solid #ccc;
}

.Hunk-product-images img.focused {
    border: #fbb20f 2px solid;
}




#Hunk-focused-image {
      padding: 0 10px;
      max-width: 600px;
}



.Hunk-product-info {
    width:50%;
    padding: 0;
    line-height: 1.5;
  
}

.Hunk-product-info ul {
    margin: 10px 0px;
    padding: 0;
}

.Hunk-product-info li {
    cursor: pointer;
    list-style-type: none;
    display: inline-block;
    color: #F0F0F0;
    text-shadow: 0 0 1px #666666;
    font-size: 14px;
}

.Hunk-product-info .selected {
    color: #e4a400;
    text-shadow: 0 0 5px #ffb900;
}

.product-title {
    font-size: 1.5em;
}




.Hunk-product-header {

       display: flex;
    flex-direction: row;

    max-width:1200px;
  margin: 0 auto;
  
    overflow: auto;
 
    padding-top: 0px;
    margin-top: 30px;
    text-align: left;
    gap: 3rem;
}

.Hunk-product-images img.thumbnail {
    width: 60px;
    margin-bottom: 5px;
    padding: 0px;
}

#thumbnail-container {
    width: 60px;
    cursor: pointer;
}

.focused {
    border: 1px solid #e77600 !important;
    box-shadow: 0 0 3px 2px rgba(228, 121, 17, .5);
}




.Hunk-product-images {
    display: flex;
    flex-direction: row;
}


/* Responsive Styles */





@media screen and (max-width: 560px) {
    #Hunk-focused-image {
        float: none;
    }
    #thumbnail-container {
        width: auto;
        margin-top: 0px;
    }
}

@media screen and (max-width:1080px) {

  .Hunk-product-images img{

    max-width: none;



  }



    .Hunk-product-header {
        display: flex;
        flex-direction: column;
    }
    .Hunk-product-info {
      width: 98%;
      padding:0 10px;
    }
    .Hunk-product-images {
        flex-direction: column-reverse;
        width:98%;
        max-width: none;
    }
    #thumbnail-container {
        display: flex;
        padding: 10px 0;
    }
    #Hunk-focused-image {
      padding:0;
      width: 700px;
      max-width: 700px;
   }
}

@media screen and (max-width:768px) {

    #thumbnail-container{display: flex;
      flex-wrap: nowrap; /* 禁止换行 */
    justify-content: flex-start; /* 靠左对齐 */
    width: 100%;
  }

  #Hunk-focused-image{width: 100%;}

   .Hunk-product-images img {

    width: 100%;


    max-width: 768px;


   }

    #thumbnail-container img{

         flex: 0 0 20%;/* 强制每张图片占用 1/5 的宽度 */
    max-width: 20%;
    object-fit: cover; /* 确保图片不会拉伸变形 */


    }
    .Hunk-product-images {
        padding: 10px;
    }
    .Hunk-product-info {
        padding:  0 10px;
    }
    .Hunk-product-header{
        width:100%;
    }
}



/*------------------------ product category ---------------------------------------*/


.Hunk-product-box {
      background: #fff;
      border-radius: 8px;
      overflow: hidden;
      display: flex;
      flex: 1 1 calc(50% - 20px);
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }

    .Hunk-product-box .product-image {
      flex: 0 0 40%;
    }

    .Hunk-product-box .product-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .Hunk-product-box .product-content {
      flex: 1;
      padding: 20px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .Hunk-product-box .product-content h3 {
      margin: 0 0 15px;
      font-size: 1.5em;
    }

    .Hunk-product-box .product-content p {
      flex: 1;
      margin: 0 0 20px;
      color: #555;
      line-height: 1.5;
    }

    .Hunk-product-box .product-content button {
      align-self: flex-start;
      padding: 10px 20px;
      background: #007bff;
      color: #fff;
      border: none;
      border-radius: 4px;
      cursor: pointer;
      transition: background 0.3s;
    }

    .Hunk-product-box .product-content button:hover {
      background: #0056b3;
    }


    .Hunk-product-box img:hover{

        transform: scale(1.1);

        transition: all .5s;



    }

    .Hunk-product-box img{

      transition: all .5s;

    }

    .Hunk-product-box .product-image{


        overflow: hidden;
        
    }

    /* 响应式：小屏幕下单列 */
    @media (max-width: 768px) {
      .container {
        flex-direction: column;
      }

      .Hunk-product-box {
        flex: 1 1 100%;
      }

      .Hunk-product-box {
        flex-direction: column;
      }

      .Hunk-product-box .product-image {
        flex: none;
      }

      .Hunk-product-box .product-content {
        text-align: center;
        align-items: center;
      }

      .Hunk-product-box .product-content button {
        align-self: center;
      }
    }


/*------------------------- blogpage ---------------------------------------*/



    .Hunk-blog-post-link {
      text-decoration: none;
      color: inherit;
      display: block;
    }

    .Hunk-blog-post {
      background-color: #fff;
      border-radius: 10px;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      transition: transform 0.3s ease;
    }

    .Hunk-blog-post:hover {
      transform: translateY(-5px);
    }

    .Hunk-blog-post img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-radius: 10px;
    }

    .Hunk-blog-content {
      padding: 0 5px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 100%;
    }

    .content-inner {
      background-color: #f6f6f6;
      padding: 20px;
      border-radius: 10px;
    }

    .Hunk-blog-title {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 10px;
    }

    .Hunk-blog-description {
      font-size: 14px;
      color: #555;
      margin-bottom: 20px;
    }

    .Hunk-blog-button {
      align-self: flex-start;
      padding: 10px 15px;
      background-color: #007BFF;
      color: white;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      text-decoration: none;
      font-size: 14px;
    }

    .Hunk-blog-button:hover {
      background-color: #0056b3;
    }


.menu-btn{font-size: 1.2rem!important;}


.ff-btn{


  background-color:#3B82F6!important;
}


/*-------------------------- sticky icon ----------------*/


    .email i:before{


     color: #3B82F6;
    }

    .whatsapp i:before {
    color: #25d366;
}





    .Hunk-sticky-icon i:before {
    font-size: 25px;
}

    .Hunk-sticky-icon a {
      position: fixed;
      right: -130px; /* 多给点宽度保证内容不会溢出 */
      width: 180px;   /* 统一宽度 */
      display: flex;
      align-items: center;
      padding: 8px;
      border-radius: 50px 0 0 50px;
      color: #fff;
      text-decoration: none;
      font-size: 16px;
      transition: right 0.3s ease;
      box-sizing: border-box;
      white-space: nowrap; /* 防止换行 */
      background-color: #0008; /* 半透明背景提高可读性，可根据需要去掉 */
      backdrop-filter: blur(5px);
      z-index: 100;
    }

    .Hunk-sticky-icon a i {

      background: #fff;
      color: inherit;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      margin-right: 15px;
      flex-shrink: 0;
      font-size: 20px;
    }

    .Hunk-sticky-icon a:hover {
      right: 0;
      box-shadow: 0 0 10px rgba(0,0,0,0.3);
    }

    .Hunk-sticky-icon .email {
      background: #3B82F6;
      top: 30%;
    }

    .Hunk-sticky-icon .whatsapp {
      background: #25d366;
      top: 39%;
    }

    .Hunk-sticky-icon .call {
      display: none;
    
    }

    /* 移动端保持原来样式 */
    @media screen and (max-width: 768px) {

       .Hunk-sticky-icon .call 


       {

        display: flex;

        background-color: #34b7f1;;
       }

          .call i:before {
        color: #34b7f1;
    }

      .Hunk-sticky-icon a {

        flex:1;
        justify-content: center;
        position: static;
        width: auto;
        padding: 10px 0;
        border-radius: 0;
        background-color: transparent;
        box-shadow: none;
        right: auto !important;
      }
      .Hunk-sticky-icon {
        display: flex;
        justify-content: space-around;
        position: sticky;
        bottom: 0;
        width: 100%;
        background: #222;

        z-index: 100;
      }
      .Hunk-sticky-icon a i {
        margin-right: 10px;

      }
    }
/*-------------------------------------*/



/*-------------------- video -----------------------------------------*/

.lyt-visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}


lite-youtube {
    background-color: #000;
    position: relative;
    display: block;
    contain: content;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
    max-width: 100%;
    overflow: hidden;
    aspect-ratio: 16 / 9;
}

lite-youtube::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);
    background-position: top;
    background-repeat: repeat-x;
    height: 0px;
    padding-bottom: 0px;
    width: 100%;
    transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}

lite-youtube::after {
    content: "";
    display: block;
    padding-bottom: calc(100% / (16 / 9));
}

lite-youtube>iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
}

lite-youtube>.lty-playbtn {
    width: 68px;
    height: 48px;
    position: absolute;
    cursor: pointer;
    transform: translate3d(-50%, -50%, 0);
    top: 50%;
    left: 50%;
    z-index: 1;
    background-color: transparent;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 68 48"><path fill="%23f00" fill-opacity="0.8" d="M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z"></path><path d="M 45,24 27,14 27,34" fill="%23fff"></path></svg>');
    filter: none;
    transition: filter .1s cubic-bezier(0, 0, 0.2, 1);
    border: none;
}

lite-youtube:hover>.lty-playbtn,
lite-youtube .lty-playbtn:focus {
    filter: none;
}

lite-youtube.lyt-activated {
    cursor: unset;
}

lite-youtube.lyt-activated::before,
lite-youtube.lyt-activated>.lty-playbtn {
    opacity: 0;
    pointer-events: none;
}


lite-youtube{max-width: 1200px!important;}

        .Hunk-video-gallery {
            display: flex;
            justify-content: space-around;
            width: 80%;
        }

        .video-item {
            position: relative;
            width: 100%;
            cursor: pointer;
        }

        .video-item img {
            width: 100%;
            border-radius: 10px;
        }

        .play-icon {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 50px;
            color: white;
            opacity: 0.8;
        }

        .video-modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.8);
            justify-content: center;
            align-items: center;
        }

        .modal-content {
            position: relative;
            width: 100%;
            max-width: 800px;
            
            border-radius: 10px;
            
        }

        .video-close {
            position: absolute;
            top: -40px;
            right: -30px;
            font-size: 30px;
            cursor: pointer;
            color: #fff;
        }

        @media screen and (max-width: 820px) {

            .video-close{right:10px;}



        }



/*----------------------------------Social sharing------------------------------------------------------*/

.Hunk-social-sharing {
    margin-top: 20px;
    clear: both;
    background: #eee;
    padding: 2rem;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 800px) {
    .sns-shares a {
        margin: 2px;
    }
}

.Hunk-social-sharing-title{display: inline-block;margin-right: 2rem;margin-bottom: 0;margin-top: 0;}

.resp-sharing-button{line-height: 1em;}

  .resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block;
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  
}

.resp-sharing-button {
  border-radius: 100%;
  transition: 25ms ease-out;
  padding: 0.5em 0.5em;
 
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0em;
  vertical-align: top
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none;
  line-height: 1em;
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}

.resp-sharing-button--twitter {
  background-color: #55acee
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}

.resp-sharing-button--pinterest {
  background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615
}

.resp-sharing-button--facebook {
  background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}

.resp-sharing-button--tumblr {
  background-color: #35465C
}

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c
}

.resp-sharing-button--reddit {
  background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1
}

.resp-sharing-button--google {
  background-color: #dd4b39
}

.resp-sharing-button--google:hover {
  background-color: #c23321
}

.resp-sharing-button--linkedin {
  background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
  background-color: #046293
}

.resp-sharing-button--email {
  background-color: #777
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e
}

.resp-sharing-button--xing {
  background-color: #1a7576
}

.resp-sharing-button--xing:hover {
  background-color: #114c4c
}

.resp-sharing-button--whatsapp {
  background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851
}

.resp-sharing-button--hackernews {
background-color: #FF6600
}
.resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {   background-color: #FB6200 }

.resp-sharing-button--vk {
  background-color: #507299
}

.resp-sharing-button--vk:hover {
  background-color: #43648c
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--tumblr {
  background-color: #35465C;
  border-color: #35465C;
}

.resp-sharing-button--tumblr:hover,
.resp-sharing-button--tumblr:active {
  background-color: #222d3c;
  border-color: #222d3c;
}

.resp-sharing-button--email {
  background-color: #777777;
  border-color: #777777;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
  background-color: #5e5e5e;
  border-color: #5e5e5e;
}

.resp-sharing-button--pinterest {
  background-color: #bd081c;
  border-color: #bd081c;
}

.resp-sharing-button--pinterest:hover,
.resp-sharing-button--pinterest:active {
  background-color: #8c0615;
  border-color: #8c0615;
}

.resp-sharing-button--linkedin {
  background-color: #0077b5;
  border-color: #0077b5;
}

.resp-sharing-button--linkedin:hover,
.resp-sharing-button--linkedin:active {
  background-color: #046293;
  border-color: #046293;
}

.resp-sharing-button--reddit {
  background-color: #5f99cf;
  border-color: #5f99cf;
}

.resp-sharing-button--reddit:hover,
.resp-sharing-button--reddit:active {
  background-color: #3a80c1;
  border-color: #3a80c1;
}

.resp-sharing-button--xing {
  background-color: #1a7576;
  border-color: #1a7576;
}

.resp-sharing-button--xing:hover
.resp-sharing-button--xing:active {
  background-color: #114C4C;
  border-color: #114C4C;
}

.resp-sharing-button--whatsapp {
  background-color: #25D366;
  border-color: #25D366;
}

.resp-sharing-button--whatsapp:hover,
.resp-sharing-button--whatsapp:active {
  background-color: #1DA851;
  border-color: #1DA851;
}

.resp-sharing-button--hackernews {
  background-color: #FF6600;
  border-color: #FF6600;
}

.resp-sharing-button--hackernews:hover
.resp-sharing-button--hackernews:active {
  background-color: #FB6200;
  border-color: #FB6200;
}

.resp-sharing-button--vk {
  background-color: #507299;
  border-color: #507299;
}

.resp-sharing-button--vk:hover
.resp-sharing-button--vk:active {
  background-color: #43648c;
  border-color: #43648c;
}

.resp-sharing-button--telegram {
  background-color: #54A9EB;
}

.resp-sharing-button--telegram:hover {
  background-color: #4B97D1;}


  /*------------------------related posts -------------------------------------------*/


.Hunk-related-text h4{margin-top: 1rem;}

.Hunk-related-posts li{list-style: none;}
.Hunk-related-posts{margin-bottom: 3rem;text-align: center;}
.related-title{margin: 10px 0;padding:10px;}
.related-pro{margin-bottom: 20px;transition: all .5s;border-radius: 3px;}


.Hunk-related-posts .row>*{margin-top: 0!important;}





/*------------------------ search box --------------------------*/

.Hunk-search-icon-wrapper{display: flex;align-items: center;cursor: pointer;margin-left: 20px;}

.Hunk-search-icon-wrapper img{vertical-align: middle;}


.Hunk-search-icon-wrapper {
  position: relative;
  
}

.Hunk-search-form {
  display: none;
  position: absolute;
  top: 100%; /* 出现在图标下方 */
  right: 0;
  width: 300px;
  padding: 8px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  z-index: 1000;
}

.Hunk-search-form input[type="search"] {
  width: 100%;
  padding: 6px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}



/*----------------------- modal --------------------------------*/

/*---------------------modal css ---------------*/

form.fluent_form_3 .ff-btn-submit:not(.ff_btn_no_style){background-color: #096f79;}

/* -- Needed CSS -- */
.modal-wrapper {
  display: none;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
}

.modal-wrapper.is-open {
  display: block;
  position: fixed;
  z-index: 99999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  overflow-y: scroll;
}

.modal-body {
  -webkit-animation: pop 0.5s ease;
          animation: pop 0.5s ease;
  width: 90%;
  max-width: 590px;
  margin: 0 auto;
}

header {
  position: relative;
}

.close {
  position: absolute;
  top: -20px;
  right: -20px;
}

@-webkit-keyframes pop {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes pop {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* -- CSS from here on is not needed -- */
* {
  box-sizing: border-box;
}





.modal-body {
  margin: 100px auto;
 
  border-radius: 5px;
  box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.35);
  background-color: #fff;

  z-index: 99999;
}
.modal-body header {
  background-color: #FFC107;
  margin: 0;
  padding: 10px 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #FFECB3;
}
.modal-body img {
  max-width: 100%;
}
.modal-body .modal-main {
  padding: 20px;
  width: 100%;
  position: relative;

}

.modal-body .close {

  border: 0;
  outline: 0;
  font-size: 1.5rem;
  background-color: transparent;
  padding:0;

  position: absolute;
    top: -12.5px;
    right: -12.5px;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==);
}
.modal-body p {
  color: #727272;
}
.modal-body .cta {
  background-color: #FFC107;
  transition: background-color 0.3s ease;
  color: #FFECB3;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  display: block;
  width: 200px;
  text-align: center;
  margin: 20px auto;
}
.modal-body .cta:hover, .modal-body .cta:active {
  background-color: #FFA000;
}


.transparent{background: transparent!important;}

.txtcenter{text-align: center;}

.post-image img{margin-bottom:2rem;}
.post-title{margin-top: 0;}

.badge-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 100%;
    background-color: #3B82F6;
    line-height: 1;
    color: #fff;
    font-weight: bolder;
    padding: 1px;
    white-space: nowrap;
    -webkit-transition: background-color .3s, color .3s, border .3s;
    -o-transition: background-color .3s,color .3s,border .3s;
    transition: background-color .3s, color .3s, border .3s;
    border-radius: 100%;
    font-size: 1.2rem;
    line-height: 1.3;
}
.move-up:hover{transform: translateY(-6px); box-shadow: 0 30px 40px 0 rgba(0, 0, 0, .2);transition: all .5s;}

.move-up{transition: all .5s;}

.Hunk-posts {
    box-shadow: 0 3px 6px -4px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    position: relative;
    padding-bottom: 2rem;
    transition: all .5s;
    height: 100%;
}

.Hunk-posts button{margin-top: 2rem;}

.post-title {
    color: #555;
    padding: 0 10px;
}

.post-des {
    color: #777;
    padding: 0 15px;

  }


.badge.top {
    left: 0;
}
.badge.top {
    left: 0;
}
.badge.post-date {
    top: 3%;
}
.badge-outline, .badge-circle {
    margin-left: -.8em;
}
.badge {
    display: table;
    z-index: 20;
    pointer-events: none;
    height: 3.5em;
    width: 3.5em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.absolute {
    position: absolute !important;
}

.single #Hunk-breadcrumbs a, .single #Hunk-breadcrumbs{color:#555;}

#Hunk-breadcrumbs a, #Hunk-breadcrumbs{color:#fff;}
#Hunk-breadcrumbs a:hover{color: #3B82F6;}
#Hunk-breadcrumbs{margin-top:10px;}


/*-------------------------- Contact page --------------------*/

.Hunk-contact-list h4{margin-bottom: 1rem;font-size: 2rem;margin-top: 0;}

.Hunk-contact-list{display: flex;flex-direction: row;flex-wrap: wrap;gap: 20px;}

.contact-info{display: flex;width: calc((100% - 40px) / 3);;margin-bottom: 3rem;}

@media (max-width: 880px){


 .contact-icon{margin-bottom: 1rem;}

 .contact-info{flex-direction: column; justify-content: flex-start;}

}

@media (max-width: 600px){


  .contact-info{width: calc((100% - 20px) / 2);}

 

}


.section-contact-2{background-color: #f6f6f6;}

.Hunk-form{background-color: #fff;position: relative;z-index: 2;padding: 3rem;}

.Hunk-Contact{color:#fff;position: relative;z-index: 2;}
.Hunk-Contact h2, .section-contact-1 h1{color:#fff;position: relative;z-index: 2;}
 .Hunk-Contact a{color:#fff;position: relative;z-index: 2;}

 .Hunk-Contact h4{position: relative;z-index: 2;color: #fff;font-size: 2.7rem;margin-bottom: 1rem;}

 .Hunk-contact-info{display: flex;flex-direction: row;margin-bottom: 3rem;gap:1rem;}

 .contact-icon{flex: 0 0 50px;          /* 左边固定宽度 */
  width: 50px;             /* 防止 flex-shrink 把它挤小 */
  height: 50px;            /* 如果想保持正方形 */
  margin-right: 1.5rem;  

  background-color: #3B82F6;
  border-radius: 50%;
  display: flex;

  align-items: center;
  justify-content: center;

}






.section-contact-1  p{position: relative;}


.section-contact-1{

  background-image: url();

    background-size: cover;
  background-position: center;
 
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 100%;
}




/*----------------------------------Gallery ----------------------------------------*/

/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.12.0
 * @url https://github.com/feimosi/baguetteBox.js
 */#baguetteBox-overlay{display:none;opacity:0;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;z-index:1000000;background-color:#222;background-color:rgba(0,0,0,.8);-webkit-transition:opacity .5s ease;transition:opacity .5s ease}#baguetteBox-overlay.visible{opacity:1}#baguetteBox-overlay .full-image{display:inline-block;position:relative;width:100%;height:100%;text-align:center}#baguetteBox-overlay .full-image figure{display:inline;margin:0;height:100%}#baguetteBox-overlay .full-image img{display:inline-block;width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;-webkit-box-shadow:0 0 8px rgba(0,0,0,.6);-moz-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6)}#baguetteBox-overlay .full-image figcaption{display:block;position:absolute;bottom:0;width:100%;text-align:center;line-height:1.8;white-space:normal;color:#ccc;background-color:#000;background-color:rgba(0,0,0,.6);font-family:sans-serif}#baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#baguetteBox-slider{position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;-webkit-transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,transform .4s ease;transition:left .4s ease,transform .4s ease,-webkit-transform .4s ease,-moz-transform .4s ease}#baguetteBox-slider.bounce-from-right{-webkit-animation:bounceFromRight .4s ease-out;animation:bounceFromRight .4s ease-out}#baguetteBox-slider.bounce-from-left{-webkit-animation:bounceFromLeft .4s ease-out;animation:bounceFromLeft .4s ease-out}@-webkit-keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@-webkit-keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}@keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}.baguetteBox-button#next-button,.baguetteBox-button#previous-button{top:50%;top:calc(50% - 30px);width:44px;height:60px}.baguetteBox-button{position:absolute;cursor:pointer;outline:0;padding:0;margin:0;border:0;-moz-border-radius:15%;border-radius:15%;background-color:#323232;background-color:rgba(50,50,50,.5);color:#ddd;font:1.6em sans-serif;-webkit-transition:background-color .4s ease;transition:background-color .4s ease}.baguetteBox-button:focus,.baguetteBox-button:hover{background-color:rgba(50,50,50,.9)}.baguetteBox-button#next-button{right:2%}.baguetteBox-button#previous-button{left:2%}.baguetteBox-button#close-button{top:20px;right:2%;right:calc(2% + 6px);width:30px;height:30px}.baguetteBox-button svg{position:absolute;left:0;top:0}.baguetteBox-spinner{width:40px;height:40px;display:inline-block;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px}.baguetteBox-double-bounce1,.baguetteBox-double-bounce2{width:100%;height:100%;-moz-border-radius:50%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:bounce 2s infinite ease-in-out;animation:bounce 2s infinite ease-in-out}.baguetteBox-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounce{0%,100%{-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}


.gallery-block.grid-gallery{
  padding-bottom: 0px;
  padding-top: 0px;
}

.gallery-block.grid-gallery .heading{
    margin-bottom: 50px;
    text-align: center;
}

.gallery-block.grid-gallery .heading h2{
    font-weight: bold;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.gallery-block.grid-gallery a:hover{
  opacity: 0.8;
}

.gallery-block.grid-gallery .item img{
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  transition: 0.4s;
}

.gallery-block.grid-gallery .item{
  margin-bottom: 0px;
}

@media (min-width: 576px) {

  .gallery-block.grid-gallery .scale-on-hover:hover{
    transform: scale(1.05);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15) !important;
  }
}


/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
.mpa-employees-list-shortcode .entry-link,
.wp-block-getwid-post-carousel .entry-link,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
.mpa-employees-list-shortcode .entry-link,
.wp-block-getwid-post-carousel .entry-link,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
 .mpa-employees-list-shortcode .entry-link,
.wp-block-getwid-post-carousel .entry-link,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
.mpa-employees-list-shortcode .entry-link,
.wp-block-getwid-post-carousel .entry-link,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
.mpa-employees-list-shortcode .entry-link::-moz-focus-inner,
.wp-block-getwid-post-carousel .entry-link::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
.mpa-employees-list-shortcode .entry-link:-moz-focusring,
.wp-block-getwid-post-carousel .entry-link:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */


h1 {
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1.25;
}

@media (min-width: 992px) {

  .single h1{font-size: 3.5rem;}
	h1 {
		font-size: 3.5rem;
		line-height: 1.5;
	}
}

h2 {
	font-size: 32px;
	font-weight: 500;
	line-height: 1.25;
}

@media (min-width: 992px) {
	h2 {
		font-size: 35px;
	}
}


h3 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.25;
}


h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
}





h5 {
	font-size: 18px;
	font-weight: 400;
}

h6 {
	font-size: 15px;
	font-weight: 400;
}

p {
	margin-top: 0;
	margin-bottom: 1.5em;
    font-size:1.6rem;
}

p:last-child {
	margin-bottom: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #fff;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	overflow: auto;
	padding: 1.6em;
	border: 1px solid #BEC0B9;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	cursor: help;
	border-bottom: 1px dotted #666;
}

mark,
ins {
	text-decoration: none;
	background: #fff9c0;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */

body.sidebar-opened {
	overflow: hidden;
}

body.sidebar-opened:before {
	opacity: 0.8;
	visibility: visible;
}



hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	padding: 0 0 0 1em;
}

li {
	margin-bottom: 0.5em;
}

li:last-child {
	margin-bottom: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-top: 0em;
	margin-bottom: 0;
	margin-left: 0em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: top;
}

figure {
	margin: 0 0 1em;
}

table {
	width: 100%;
	margin: 0;
	color: #333;
	border-collapse: collapse;
	background-color: #f6f6f6;
  border: 1px solid #333;
}

table th,
table td {
	padding: 10px;
	border: 1px solid #333;
}

@media (min-width: 992px) {
	table th,
	table td {
		padding: 18px 20px;
	}
}

table th {
	font-weight: 500;
	text-align: left;
}

table tbody:last-child tr:last-child th,
table tbody:last-child tr:last-child td,
table tfoot:last-child tr:last-child th,
table tfoot:last-child tr:last-child td {
	border-bottom: 0;
}

/* Links
--------------------------------------------- */
a {
	color: #3B82F6;
	text-decoration: none;
	transition: 0.3s;
}

a:hover, a:focus, a:active {
	text-decoration: none;
}

a:focus {
	
}


.entry-content a:where(:not(.wp-element-button):not(.wp-block-button__link)),
.comment-content a:where(:not(.wp-element-button):not(.wp-block-button__link)) {

}

.entry-content a:where(:not(.wp-element-button):not(.wp-block-button__link)):hover,
.comment-content a:where(:not(.wp-element-button):not(.wp-block-button__link)):hover {
	text-decoration: none;
}

/* Forms
--------------------------------------------- */
.mpa-employees-list-shortcode .entry-link,
.wp-block-getwid-post-carousel .entry-link,
a.more-link,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: inline-block;
	position: relative;
	padding: 1rem 1.5rem;
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	border: 0;
	transition: 0.3s;
	
	
	z-index: 1;
	letter-spacing: .5px;

}



input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
	display: block;
	width: 100%;
	padding: 10px 18px;
	font-weight: 500;
	color: #252525;
	background-color: #F0F0F0;
	border: 1px solid #BEC0B9;
	border-radius: 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus {
	outline: auto;
}

select {
	height: 55px;
	padding-right: 35px;
	background-image: url("images/icon-angle-down.svg");
	background-repeat: no-repeat;
	background-position: calc(100% - 18px) center;
	appearance: none;
}

label {
	display: inline-block;
	margin-bottom: 5px;
}

[type="checkbox"],
[type="radio"] {
	display: inline;
	margin: 2px 10px 0 0;
}

[type="checkbox"] + label, [type="radio"] + label {
	display: inline;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site-main.template-canvas, .site-main.template-canvas-header {
	padding-bottom: 0;
}

.site-main.template-canvas .page-header, .site-main.template-canvas-header .page-header {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: flex;
	flex-direction: column;
}

@media (min-width: 992px) {
	.main-navigation {
		flex-direction: row;
		align-items: center;
		flex: 1 1 auto;
	}
}

.main-navigation-container {
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	z-index: 9;
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	visibility: hidden;
	background-color: #F0F0F0;
	opacity: 0;
	transition: 0.3s;
	transform: translateX(-100%);
}

@media (min-width: 992px) {
	.main-navigation-container {
		position: static;
		flex-direction: row;
		justify-content: flex-end;
		padding: 0;
		visibility: visible;
		background: transparent;
		opacity: 1;
		transform: none;
	}
}

.main-navigation-container.opened {
	visibility: visible;
	opacity: 1;
	transform: none;
	filter: drop-shadow(0px 20px 12px rgba(39, 39, 77, 0.15));
}

.main-navigation ul {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	list-style: none;
}

@media (min-width: 992px) {
	.main-navigation ul {
		flex-direction: row;
	}
}

.main-navigation ul ul {
	display: none;
	flex-direction: column;
	background: #252525;
	filter: drop-shadow(0 7px 20px rgba(39, 39, 77, 0.15));
}

@media (min-width: 992px) {
	.main-navigation ul ul {
		position: absolute;
		top: 120%;
		left: -20px;
		z-index: 10;
		display: flex;
		flex-direction: column;
		visibility: hidden;
		opacity: 0;
		transition: 0.3s;
	}
}

.main-navigation ul ul.hidden-links, .main-navigation ul ul.toleft {
	right: 0;
	left: auto;
}

.main-navigation ul ul .toleft {
	right: 100%;
	left: auto;
}

.main-navigation ul ul.opened {
	display: block;
}

@media (min-width: 992px) {
	.main-navigation ul ul ul {
		margin-left: 10px;
		top: 100%;
		left: 100%;
	}
	.main-navigation ul ul ul::after {
		position: absolute;
		top: 0;
		left: -10px;
		width: 10px;
		height: 100%;
		content: '';
	}
}

@media (min-width: 992px) {
	.main-navigation ul ul ul.toleft {
		right: 100%;
		left: auto;
		margin-right: 10px;
		margin-left: 0;
	}
	.main-navigation ul ul ul.toleft::after {
		position: absolute;
		right: -10px;
		left: auto;
		width: 10px;
		height: 100%;
		content: '';
	}
}

.main-navigation ul ul li {
	padding: 0;
	border-bottom: 1px solid #434343;
}

.main-navigation ul ul li:last-child {
	border-bottom: 0;
}

.main-navigation ul ul li a {
	position: relative;
	padding: 14px 10px 14px 38px;
	font-size: 18px;
	color: #BEC0B9;
	text-transform: none;
}

.main-navigation ul ul li a::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 18px;
	width: 8px;
	height: 8px;
	margin: auto;
	content: '';
	background-color: #434343;
	transition: 0.25s;
}

.main-navigation ul ul li a:hover{
	color: #F0F0F0;
	background-color: #434343;
}

.main-navigation ul ul li a:hover::before{
	background-color: #3B82F6;
	transform: rotate(45deg);
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	top: 20%;
}

.main-navigation ul ul li .submenu-toggle {
	top: 15px;
}

.main-navigation ul ul a {
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 1em;
	text-transform: none;
}

.main-navigation ul ul a:hover {
	color: #3B82F6;
}

@media (min-width: 992px) {
	.main-navigation ul ul a {
		position: relative;
		min-width: 220px;
	}
}

@media (min-width: 992px) {
	.main-navigation ul ul:hover > .submenu-toggle, .main-navigation ul ul.focus > .submenu-toggle {
		transform: rotate(-90deg);
	}
}

.main-navigation ul ul .submenu-toggle path {
	fill: #BEC0B9;
}

.main-navigation ul ul .page_item_has_children > a:after,
.main-navigation ul ul .menu-item-has-children > a:after {
	border-top-color: #BEC0B9;
	top: 22px;
}

@media (max-width: 991px) {
	.main-navigation ul li {
		border-bottom: 1px solid #BEC0B9;
	}
	.main-navigation ul li:last-child {
		border-bottom: 0;
	}
}

@media (min-width: 992px) {
	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		top: 100%;
		opacity: 1;
		visibility: visible;
		display: block;
	}
}

.main-navigation li {
	position: relative;
	padding: 0;
	margin: 0;
}

.main-navigation li:hover > a, .main-navigation li.focus > a {
	color: #3B82F6;
}

.main-navigation li:hover > a:after, .main-navigation li.focus > a:after {
	border-top-color: #3B82F6;
}

.main-navigation li:hover > .submenu-toggle svg path, .main-navigation li.focus > .submenu-toggle svg path {
	fill: #3B82F6;
}

.main-navigation a {
	display: block;
	padding: 14px 20px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.375;
	color: inherit;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .25px;
}

@media (min-width: 992px) {
	.main-navigation a {
		padding: 8px 20px;
	}
}

.main-navigation .submenu-toggle {
	position: absolute;
	top: 14px;
	right: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	line-height: 1;
	color: inherit;
	background: transparent;
	width: 20px;
	height: 20px;
}

@media (min-width: 992px) {
	.main-navigation .submenu-toggle {
		display: none;
	}
}

.main-navigation .submenu-toggle:hover {
	background: transparent;
}

@media (max-width: 1469px) {
	.main-navigation .submenu-toggle.toggled {
		transform: rotate(-180deg);
	}
}

.main-navigation .page_item_has_children > a,
.main-navigation .menu-item-has-children > a {
	position: relative;
	padding-right: 32px;
}

@media (min-width: 992px) {
	.main-navigation .page_item_has_children > a:after,
	.main-navigation .menu-item-has-children > a:after {
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		border-left: 4px solid transparent;
		border-right: 4px solid transparent;
		border-top: 7px solid #252525;
		top: 16px;
		right: 20px;
	}
	.main-navigation .page_item_has_children > a:hover:after,
	.main-navigation .menu-item-has-children > a:hover:after {
		border-top-color: #3B82F6;
	}
}

.main-navigation .primary-menu-container {
	width: 100%;
}

.primary-menu-wrapper {
	display: flex;
	flex: auto;
	align-items: center;
	padding: 0;
	margin-bottom: 15px;
}

@media (min-width: 992px) {
	.primary-menu-wrapper {
		position: static;
		flex: 1 1 auto;
		justify-content: flex-end;
		margin-bottom: 0;
	}
}

.primary-menu-container {
	flex: 1 0 auto;
}

@media (min-width: 992px) {
	.primary-menu-container {
		display: flex;
		justify-content: flex-end;
		max-width: 100%;
		margin: 0;
	}
}

.comment-navigation,
.posts-navigation,
.post-navigation {
	max-width: 920px;
	margin: 50px auto;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.comment-navigation .nav-next,
.posts-navigation .nav-previous,
.posts-navigation .nav-next,
.post-navigation .nav-previous,
.post-navigation .nav-next {
	flex: 1 1 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
}

.comment-navigation .nav-next a,
.posts-navigation .nav-next a,
.post-navigation .nav-next a {
	justify-content: flex-end;
}

.navigation.post-navigation {
	margin-bottom: 80px;
}

.navigation.post-navigation .nav-links {
	flex-direction: column;
	gap: 40px;
}

@media (min-width: 768px) {
	.navigation.post-navigation .nav-links {
		flex-direction: row;
	}
}

.navigation.post-navigation .nav-previous a,
.navigation.post-navigation .nav-next a {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	padding: 20px;
	height: 100%;
	width: 100%;
	background-color: #252525;
}

.navigation.post-navigation .nav-title {
	max-width: calc(100% - 70px);
	color: #F0F0F0;
	word-break: break-word;
}

.navigation.post-navigation .nav-title:hover {
	color: #3B82F6;
}

.navigation.post-navigation .nav-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 50px;
	height: 50px;
	background-color: #3B82F6;
}

.navigation.post-navigation .nav-icon svg {
	fill: #fff;
}

.navigation.post-navigation .nav-previous .nav-icon {
	margin-right: 20px;
}

.navigation.post-navigation .nav-next .nav-icon {
	margin-left: 20px;
}

.navigation.pagination {
	max-width: 920px;
	margin: 100px auto 0;
}

.navigation.pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.navigation.pagination .page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 1px solid currentColor;
	text-decoration: none;
}

.navigation.pagination .page-numbers.current, .navigation.pagination .page-numbers:focus, .navigation.pagination .page-numbers:hover {
	color: #F0F0F0;
	text-decoration: none;
	background-color: #3B82F6;
	border-color: #3B82F6;
}

.navigation.pagination .page-numbers.dots, .navigation.pagination .page-numbers.next, .navigation.pagination .page-numbers.prev {
	color: #252525;
	background-color: transparent;
	border: 0;
}

.navigation.pagination .page-numbers.next svg, .navigation.pagination .page-numbers.prev svg {
	fill: #252525;
}

.navigation.pagination .page-numbers.next:hover svg, .navigation.pagination .page-numbers.prev:hover svg {
	fill: #3B82F6;
}

.page-links .post-page-numbers {
	display: inline-block;
	width: 30px;
	height: 30px;
	font-weight: 700;
	margin: 0 3px 5px;
	line-height: 30px;
	text-align: center;
	color: #252525;
	border: 1px solid #252525;
	text-decoration: none;
}

.page-links .post-page-numbers:last-child {
	margin-bottom: 5px;
}

.page-links .post-page-numbers.current, .page-links .post-page-numbers:focus, .page-links .post-page-numbers:hover {
	text-decoration: none;
	color: #fff;
	background-color: #252525;
}

.primary-menu-more-toggle {
	min-height: 44px;
	padding: 10px;
	color: #252525;
	background: transparent;
}

.primary-menu-more-toggle:hover, .primary-menu-more-toggle:focus {
	color: #3B82F6;
	background: transparent;
}

.primary-menu-more-toggle.is-empty {
	display: none;
}

.social-menu, .mpa-employee-social-networks {
	line-height: 1;
}

.social-menu a, .mpa-employee-social-networks a {
	position: relative;
	color: #252525;
	text-decoration: none;
	transition: none;
}

.social-menu a:hover:before, .mpa-employee-social-networks a:hover:before {
	color: #3B82F6;
}

.social-menu a .menu-text, .mpa-employee-social-networks a .menu-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.social-menu a:before, .mpa-employee-social-networks a:before {
	font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-indent: 0;
	display: inline-block !important;
	content: "\f129";
	font-weight: 700;
	font-size: 22px;
	margin-right: 0;
	transition: .3s;
}

.social-menu a:empty, .mpa-employee-social-networks a:empty {
	width: 1em;
}

.social-menu a[href*="twitter.com"]:before, .mpa-employee-social-networks a[href*="twitter.com"]:before {
	content: "\f099";
}

.social-menu a[href*="facebook.com"]:before, .mpa-employee-social-networks a[href*="facebook.com"]:before {
	content: "\f39e";
}

.social-menu a[href*="google.com"]:before, .mpa-employee-social-networks a[href*="google.com"]:before {
	content: "\f2b3";
}

.social-menu a[href*="/map"]:before, .mpa-employee-social-networks a[href*="/map"]:before {
	content: "\f041";
}

.social-menu a[href*="pinterest.com"]:before, .mpa-employee-social-networks a[href*="pinterest.com"]:before {
	content: "\f0d2";
}

.social-menu a[href*="foursquare.com"]:before, .mpa-employee-social-networks a[href*="foursquare.com"]:before {
	content: "\f180";
}

.social-menu a[href*="yahoo.com"]:before, .mpa-employee-social-networks a[href*="yahoo.com"]:before {
	content: "\f19e";
}

.social-menu a[href*="skype:"]:before, .mpa-employee-social-networks a[href*="skype:"]:before {
	content: "\f17e";
}

.social-menu a[href*="yelp.com"]:before, .mpa-employee-social-networks a[href*="yelp.com"]:before {
	content: "\f1e9";
}

.social-menu a[href*="linkedin.com"]:before, .mpa-employee-social-networks a[href*="linkedin.com"]:before {
	content: "\f08c";
}

.social-menu a[href*="viadeo.com"]:before, .mpa-employee-social-networks a[href*="viadeo.com"]:before {
	content: "\f2a9";
}

.social-menu a[href*="xing.com"]:before, .mpa-employee-social-networks a[href*="xing.com"]:before {
	content: "\f168";
}

.social-menu a[href*="soundcloud.com"]:before, .mpa-employee-social-networks a[href*="soundcloud.com"]:before {
	content: "\f1be";
}

.social-menu a[href*="spotify.com"]:before, .mpa-employee-social-networks a[href*="spotify.com"]:before {
	content: "\f1bc";
}

.social-menu a[href*="last.fm"]:before, .mpa-employee-social-networks a[href*="last.fm"]:before {
	content: "\f202";
}

.social-menu a[href*="youtube.com"]:before, .mpa-employee-social-networks a[href*="youtube.com"]:before {
	content: "\f167";
}

.social-menu a[href*="vimeo.com"]:before, .mpa-employee-social-networks a[href*="vimeo.com"]:before {
	content: "\f40a";
}

.social-menu a[href*="vine.com"]:before, .mpa-employee-social-networks a[href*="vine.com"]:before {
	content: "\f1ca";
}

.social-menu a[href*="flickr.com"]:before, .mpa-employee-social-networks a[href*="flickr.com"]:before {
	content: "\f16e";
}

.social-menu a[href*="500px.com"]:before, .mpa-employee-social-networks a[href*="500px.com"]:before {
	content: "\f26e";
}

.social-menu a[href*="instagram.com"]:before, .mpa-employee-social-networks a[href*="instagram.com"]:before {
	content: "\f16d";
}

.social-menu a[href*="tumblr.com"]:before, .mpa-employee-social-networks a[href*="tumblr.com"]:before {
	content: "\f173";
}

.social-menu a[href*="reddit.com"]:before, .mpa-employee-social-networks a[href*="reddit.com"]:before {
	content: "\f1a1";
}

.social-menu a[href*="dribbble.com"]:before, .mpa-employee-social-networks a[href*="dribbble.com"]:before {
	content: "\f17d";
}

.social-menu a[href*="stumbleupon.com"]:before, .mpa-employee-social-networks a[href*="stumbleupon.com"]:before {
	content: "\f1a4";
}

.social-menu a[href*="digg.com"]:before, .mpa-employee-social-networks a[href*="digg.com"]:before {
	content: "\f1a6";
}

.social-menu a[href*="behance.net"]:before, .mpa-employee-social-networks a[href*="behance.net"]:before {
	content: "\f1b4";
}

.social-menu a[href*="delicious.com"]:before, .mpa-employee-social-networks a[href*="delicious.com"]:before {
	content: "\f1a5";
}

.social-menu a[href*="deviantart.com"]:before, .mpa-employee-social-networks a[href*="deviantart.com"]:before {
	content: "\f1bd";
}

.social-menu a[href*="play.com"]:before, .mpa-employee-social-networks a[href*="play.com"]:before {
	content: "\f04b";
}

.social-menu a[href*="wikipedia.com"]:before, .mpa-employee-social-networks a[href*="wikipedia.com"]:before {
	content: "\f266";
}

.social-menu a[href*="apple.com"]:before, .mpa-employee-social-networks a[href*="apple.com"]:before {
	content: "\f179";
}

.social-menu a[href*="github.com"]:before, .mpa-employee-social-networks a[href*="github.com"]:before {
	content: "\f09b";
}

.social-menu a[href*="github.io"]:before, .mpa-employee-social-networks a[href*="github.io"]:before {
	content: "\f09b";
}

.social-menu a[href*="windows.com"]:before, .mpa-employee-social-networks a[href*="windows.com"]:before {
	content: "\f17a";
}

.social-menu a[href*="slideshare.net"]:before, .mpa-employee-social-networks a[href*="slideshare.net"]:before {
	content: "\f1e7";
}

.social-menu a[href*=".rss"]:before, .mpa-employee-social-networks a[href*=".rss"]:before {
	content: "\f09e";
}

.social-menu a[href*="vk.com"]:before, .mpa-employee-social-networks a[href*="vk.com"]:before {
	content: "\f189";
}

.social-menu a[href*="tel:"]:before, .mpa-employee-social-networks a[href*="tel:"]:before {
	content: "\f095";
}

.social-menu a[href*="mailto:"]:before, .mpa-employee-social-networks a[href*="mailto:"]:before {
	content: "\f0e0";
}

/* Posts and pages
--------------------------------------------- */
.site-header {
	position: relative;
	max-width: 1400px;
	margin: 0 auto;
}

.site-header-inner {
	display: flex;
	justify-content: space-between;
	padding: 5px 20px;
	border-bottom: 1px solid #eee;
}

@media (min-width: 768px) {
	.site-header-inner {
		padding-top: 5px;
		padding-bottom: 5px;
	}
}

@media (min-width: 1470px) {
	.site-header-inner {
		padding-left: 0;
		padding-right: 0;
	}
}

.site-header .site-branding {
	position: relative;
	z-index: 10;
	display: flex;
	align-items: center;
	padding-right: 20px;
}

.site-header .site-branding .site-title {
	margin: 0;
	font-size: 32px;
	font-weight: 700;
	line-height: 30px;
	word-wrap: break-word;
}

.site-header .site-branding .site-title a {
	color: #252525;
	text-decoration: none;
}

.site-header .custom-logo-link {
	margin-right: 10px;
}

.site-header .custom-logo-link img {
	display: block;
}

.site-header .menu-toggle {
	position: relative;
	z-index: 10;
	display: block;
	padding: 0;
	color: #252525;
	background: none;
	border-radius: 0;
}

@media (min-width: 992px) {
	.site-header .menu-toggle {
		display: none;
	}
}

.site-header .menu-toggle .bar1,
.site-header .menu-toggle .bar2,
.site-header .menu-toggle .bar3 {
	display: block;
	height: 3px;
	margin: 10px auto;
	text-align: center;
	background-color: #252525;
	transition: 0.25s;
}

.site-header .menu-toggle .bar1,
.site-header .menu-toggle .bar3 {
	width: 40px;
}

.site-header .menu-toggle .bar2 {
	width: 20px;
}

.site-header .menu-toggle.active .bar1 {
	transform: rotate(-45deg) translate(-8px, 8px);
}

.site-header .menu-toggle.active .bar2 {
	width: 0;
}

.site-header .menu-toggle.active .bar3 {
	transform: rotate(45deg) translate(-10px, -10px);
}

.site-header .menu-toggle:hover, .site-header .menu-toggle:focus {
	background-color: transparent;
}

.main-sidebar-toggle-button {
	padding: 0.8125em 1.75em;
	margin: 0 0 40px 20px;
	color: #252525;
	background: linear-gradient(#BEC0B9, #BEC0B9) no-repeat;
	background-size: 55% 100%;
}

@media (min-width: 992px) {
	.main-sidebar-toggle-button {
		margin-left: 30px;
		margin-bottom: 0;
	}
}

.site-footer {
	padding: 0 20px;
	color: #8F908A;
	background-color: #252525;
}

.site-footer-inner {
	max-width: 1400px;
	margin: 0 auto;
}

.site-footer .site-info {
	padding: 50px 0;
	font-size: 0.9375em;
	font-weight: 700;
	color: #8F908A;
	text-align: center;
}

.site-main {
	padding: 0 20px 50px;
}

@media (min-width: 992px) {
	.site-main {
		padding: 0 50px 115px;
	}
}

.updated:not(.published) {
	display: none;
}

.page-links {
	margin: 0 0 1.5em;
	clear: both;
}

.entry-content::after {
	display: table;
	clear: both;
	content: "";
}

.entry-title,
.page-title {
	word-wrap: break-word;
}


.single-post .page-header{min-height: 100px;}


@media screen and (min-width: 900px){


  .page-id-10 .page-header {min-height: 478px!important;}
}

.page-header {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 278px;
	margin: 0;
	text-align: center;
	color: #333;
	background-color: #f6f6f6;
	z-index: 5;
}

@media (min-width: 992px) {
	.page-header {
		margin: 0;
	}
}

.page-header .page-title,
.page-header .entry-title {
	position: relative;
	z-index: 5;
	margin: 0;
	color: #fff;
	max-width: 100%;
}

.page-header-info {
	position: relative;
	z-index: 5;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 1100px;
	min-height: 100px;
	padding: 20px 20px;
	text-align: center;
}

.page-header .post-thumbnail,
.page-header .header-images {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.page-header .post-thumbnail img,
.page-header .header-images img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-header .entry-meta {
	justify-content: center;
	color: #555;
  font-size: 1.4rem;
}

.page-header .archive-description {
	max-width: 920px;
	margin-top: 30px;
}

.page-header .breadcrumbs-wrapper {
	position: relative;
	z-index: 4;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	padding: 10px 20px;
	font-size: 15px;
	color: #8F908A;
	background-color: #434343;
}

.page-header .breadcrumbs-wrapper > span {
	display: inline-block;
	margin: 0 10px;
}

.page-header .breadcrumbs-wrapper a {
	color: #F0F0F0;
	text-decoration: none;
}

.page-header .breadcrumbs-wrapper a:hover {
	text-decoration: underline;
}

.page-header .header-image {
	position: absolute;
	top: 0;
	left: 0;
}

.page-header .header-image img {
	width: 100%;
	max-width: none;
	height: 100%;
	object-fit: cover;
}

.page-header + .posts-wrapper {
	padding-top: 0;
}

.cat-links a {
	display: inline-block;
	text-decoration: none;
	margin-right: 10px;
}

.cat-links a:hover {
	text-decoration: underline;
}

.entry-meta {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
	gap: 15px 32px;
	color: #434343;
}

.entry-meta > span {
	position: relative;
	display: inline-block;
	line-height: 1;
}

.entry-meta > span:not(:last-child)::after {
	position: absolute;
	top: 0;
	right: -16px;
	bottom: 0;
	width: 1px;
	height: 15px;
	margin: auto;
	content: '';
	background-color: #555;
}

.entry-meta a {
	color: inherit;
	text-decoration: none;
}

.entry-meta a:hover {
	color: #fff;
}

.entry-footer {
	max-width: 1400px;
	margin: 50px auto;
}

.entry-footer .edit-link {
	display: block;
	padding: 30px 0;
}

.single-post .single-header {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100px;
	text-align: center;
}

.single-post .single-header img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.single-post .entry-title {
	position: relative;
	z-index: 5;
	margin: 20px 0;
	
	font-weight: 500;
	line-height: 1.25;
	color: #333;
}

.single-post .single-info {
	text-align: center;
}

.single-post .entry-footer {
	max-width: 920px;
}

.posts-wrapper {
	padding-top: 40px;
}

@media (min-width: 768px) {
	.posts-wrapper {
		padding-top: 85px;
	}
}

.posts-wrapper .grid-posts {
	display: grid;
	gap: 40px;
	max-width: 1400px;
	margin: 0 auto;
	grid-template-columns: minmax(0, 1fr);
}

@media (min-width: 768px) {
	.posts-wrapper .grid-posts {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 992px) {
	.posts-wrapper .grid-posts {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.posts-wrapper .loop-post {
	max-width: 920px;
	margin: 0 auto 40px;
	background-color: #fff;
}

@media (min-width: 768px) {
	.posts-wrapper .loop-post {
		margin-bottom: 85px;
	}
}

.posts-wrapper .loop-post .entry-title {
	margin-top: 0;
	font-size: 32px;
	line-height: 1.25em;
}

.posts-wrapper .loop-post .loop-post-content {
	margin-top: 35px;
}

.posts-wrapper .loop-post-grid {
	background-color: #fff;
}

.posts-wrapper .loop-post-grid .entry-title {
	font-size: 22px;
}

.posts-wrapper .loop-post-content {
	position: relative;
	padding: 22px 25px;
}

.posts-wrapper .loop-post-content .entry-title {
	margin-bottom: 15px;
}

.posts-wrapper .loop-post-content .entry-title a {
	color: #252525;
	text-decoration: none;
}

.posts-wrapper .loop-post-content .entry-title a:hover {
	color: #3B82F6;
}

.posts-wrapper .loop-post-content .entry-meta {
	margin-bottom: 20px;
}

.posts-wrapper .loop-post-content .entry-content * {
	max-width: 100%;
}

.posts-wrapper .loop-post-content .entry-content > .alignleft {
	margin-left: 0;
}

.posts-wrapper .loop-post-content .entry-content > .alignright {
	margin-right: 0;
}

.posts-wrapper .loop-post-content .entry-content > .alignfull {
	margin-right: auto;
	margin-left: auto;
}

.posts-wrapper .post-thumbnail {
	display: flex;
	max-height: 400px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	background: #252525;
}

@media (min-width: 992px) {
	.posts-wrapper .post-thumbnail {
		max-height: 600px;
	}
}

.posts-wrapper .post-thumbnail img {
	object-fit: cover;
	width: 100%;
	object-position: center;
	transition: 0.25s;
}

.posts-wrapper .post-thumbnail:hover img {
	opacity: 0.75;
}

.posts-wrapper .post-thumbnail + .loop-post-content {
	margin-top: 0;
}

.posts-wrapper .sticky-post-indicator {
	position: absolute;
	bottom: 100%;
	left: 24px;
	padding: 5px 16px;
	font-size: 1rem;
	font-weight: 500;
	color: #F0F0F0;
	text-transform: uppercase;
	background-color: #252525;
	letter-spacing: 0.5px;
}

.tags-links {
	display: flex;
	flex-wrap: wrap;
	padding: 30px 0;
	color: #252525;
	border: solid #252525;
	border-width: 1px 0;
}

.tags-links a {
	margin-right: 35px;
	color: inherit;
	text-decoration: none;
}

.tags-links a::before {
	content: '#';
}

.tags-links a:focus, .tags-links a:hover {
	color: #3B82F6;
	text-decoration: none;
}

.not-found .page-content {
	max-width: 920px;
	padding: 100px 20px;
	margin: 0 auto;
	text-align: center;
}

@media (min-width: 992px) {
	.not-found .page-content {
		padding: 100px 50px;
	}
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comments-area {
	max-width: 920px;
	margin: 0 auto;
}

.comments-area .comments-title {
	margin-bottom: 40px;
}

.comments-area .no-comments {
	padding: 30px;
	margin-top: 20px;
	background: #8F908A;
	color: #F0F0F0;
}

.comments-area .comment-list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.comments-area .comment-list li {
	margin-bottom: 30px;
}

.comments-area ol.children {
	padding-left: 5%;
	margin-top: 30px;
	list-style: none;
}

@media (max-width: 991px) {
	.comments-area ol.children {
		margin-left: 0;
	}
}

@media (min-width: 992px) {
	.comments-area ol.children {
		padding-left: 12%;
	}
}

.comments-area .comment-body {
	position: relative;
	padding: 25px;
	background-color: #fff;
}

.comments-area .comment-body + .comment-respond {
	margin-top: 30px;
}

@media (min-width: 992px) {
	.comments-area .comment-body + .comment-respond {
		margin-top: 60px;
	}
}

.comments-area .comment-meta {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 66px;
	margin-bottom: 15px;
}

@media (min-width: 992px) {
	.comments-area .comment-meta {
		padding-left: 90px;
	}
}

.comments-area .comment-meta .says {
	display: none;
}

.comments-area .comment-metadata {
	font-size: 15px;
}

.comments-area .comment-metadata a {
	color: #8F908A;
}

.comments-area .comment-metadata .edit-link {
	display: inline;
	margin-left: 15px;
}

.comments-area .comment-author {
	margin-bottom: 6px;
}

.comments-area .comment-author .avatar {
	display: block;
	margin-bottom: 15px;
	border-radius: 50%;
}

@media (min-width: 992px) {
	.comments-area .comment-author .avatar {
		position: absolute;
		top: 0;
		left: 0;
		margin-bottom: 0;
	}
}

.comments-area .comment-author .fn {
	font-weight: 500;
	color: #252525;
}

.comments-area .comment-author .fn a {
	color: inherit;
}

.comments-area .comment-author .fn a:focus, .comments-area .comment-author .fn a:hover {
	color: #3B82F6;
	text-decoration: none;
}

.comments-area .reply {
	position: relative;
	margin-top: 20px;
}

@media (min-width: 992px) {
	.comments-area .reply {
		position: absolute;
		top: 30px;
		right: 28px;
		margin-top: 0;
	}
}

.comments-area .comment-form {
	display: flex;
	flex-wrap: wrap;
	padding: 30px;
	column-gap: 30px;
	color: #fff;
	background-color: #252525;
}

.comments-area .comment-form-email,
.comments-area .comment-form-author {
	width: 100%;
}

@media (min-width: 992px) {
	.comments-area .comment-form-email,
	.comments-area .comment-form-author {
		width: calc((100% - 30px) / 2);
	}
}

.comments-area .comment-form-comment,
.comments-area .comment-form-cookies-consent {
	width: 100%;
}

.comments-area .comment-respond {
	margin-top: 100px;
}

.comments-area .form-submit {
	margin-bottom: 0;
}

.comments-area .form-submit input[type="submit"]:hover {
	background-color: transparent;
}

.comments-area .comment-reply-title small {
	margin-left: 15px;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 5em;
}

.widget:last-child {
	margin-bottom: 0;
}

.widget select {
	max-width: 100%;
}

.widget-title {
	font-size: 32px;
	font-weight: 500;
}

.footer-widgets {
	display: flex;
	flex-direction: column;
	gap: 90px;
	padding-top: 60px;
}

@media (min-width: 992px) {


	.footer-widgets {
		flex-direction: row;
		padding-top: 105px;
	}
}

@media (min-width: 992px) {
	.footer-widgets .widget-area:first-child,
	.footer-widgets .widget-area:nth-child(3) {
		width: 27.5%;
	}
}

@media (min-width: 992px) {
	.footer-widgets .widget-area:nth-child(2) {
		width: 45%;
	}
}

.search-form {
	display: flex;
}

.search-form label {
	flex: 1;
	margin: 0 10px 0 0;
}

.wp-calendar-table td, .wp-calendar-table th {
	padding: 5px;
	text-align: center;
}

.wp-calendar-nav {
	margin-top: 5px;
	text-align: center;
}

.widget_pages,
.widget_nav_menu {
	padding: 0;
	margin: 0;
	list-style: none;
}

.widget_pages ul,
.widget_nav_menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.widget_pages li,
.widget_nav_menu li {
	position: relative;
	padding: 16px 0;
	margin: 0;
	border-bottom: 1px solid #434343;
}

.widget_pages li:last-child,
.widget_nav_menu li:last-child {
	border: 0;
}

.widget_pages li ul,
.widget_nav_menu li ul {
	padding-left: 20px;
	margin-top: 10px;
}

.widget_pages li li,
.widget_nav_menu li li {
	padding: 12px 0;
	border: 0;
}

.widget_pages li li .submenu-toggle,
.widget_nav_menu li li .submenu-toggle {
	top: 15px;
}

.widget_pages a,
.widget_nav_menu a {
	color: inherit;
}

.widget_pages a:hover,
.widget_nav_menu a:hover {
	color: #3B82F6;
	text-decoration: none;
}

.widget_pages .page_item_has_children,
.widget_pages .menu-item-has-children,
.widget_nav_menu .page_item_has_children,
.widget_nav_menu .menu-item-has-children {
	position: relative;
}

.widget_pages .page_item_has_children > a,
.widget_pages .menu-item-has-children > a,
.widget_nav_menu .page_item_has_children > a,
.widget_nav_menu .menu-item-has-children > a {
	padding-right: 10px;
}

.widget_pages .current_page_item > a,
.widget_pages .current-menu-parent > a,
.widget_pages .current-menu-item > a,
.widget_nav_menu .current_page_item > a,
.widget_nav_menu .current-menu-parent > a,
.widget_nav_menu .current-menu-item > a {
	color: #3B82F6;
}

.widget_pages .current_page_item > a + .submenu-toggle path,
.widget_pages .current-menu-parent > a + .submenu-toggle path,
.widget_pages .current-menu-item > a + .submenu-toggle path,
.widget_nav_menu .current_page_item > a + .submenu-toggle path,
.widget_nav_menu .current-menu-parent > a + .submenu-toggle path,
.widget_nav_menu .current-menu-item > a + .submenu-toggle path {
	fill: #3B82F6;
}

.widget_pages .children,
.widget_pages .sub-menu,
.widget_nav_menu .children,
.widget_nav_menu .sub-menu {
	display: none;
}

.widget_pages .children.opened,
.widget_pages .sub-menu.opened,
.widget_nav_menu .children.opened,
.widget_nav_menu .sub-menu.opened {
	display: block;
}

.widget_pages .submenu-toggle,
.widget_nav_menu .submenu-toggle {
	position: absolute;
	top: 20px;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	padding: 0;
	color: inherit;
	text-align: center;
	background: transparent;
}

.widget_pages .submenu-toggle.toggled,
.widget_nav_menu .submenu-toggle.toggled {
	transform: rotate(180deg);
}

.widget_pages .submenu-toggle svg path,
.widget_nav_menu .submenu-toggle svg path {
	fill: currentColor;
}

.widget_pages .submenu-toggle:hover,
.widget_nav_menu .submenu-toggle:hover {
	color: #3B82F6;
}

.widget_pages .submenu-toggle:hover svg path,
.widget_nav_menu .submenu-toggle:hover svg path {
	fill: #3B82F6;
}

.widget_recent_entries ul,
.widget_rss ul,
.widget_categories ul,
.widget_archive ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.widget_recent_entries ul li,
.widget_rss ul li,
.widget_categories ul li,
.widget_archive ul li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 16px 0;
	margin: 0;
	border-bottom: 1px solid #BEC0B9;
}

.widget_recent_entries ul li:last-child,
.widget_rss ul li:last-child,
.widget_categories ul li:last-child,
.widget_archive ul li:last-child {
	margin-bottom: 0;
}

.widget_recent_entries ul ul,
.widget_rss ul ul,
.widget_categories ul ul,
.widget_archive ul ul {
	width: 100%;
	padding-left: 20px;
}

.widget_recent_entries ul ul li,
.widget_rss ul ul li,
.widget_categories ul ul li,
.widget_archive ul ul li {
	padding: 5px 0;
	border: 0;
}

.widget_recent_entries a,
.widget_rss a,
.widget_categories a,
.widget_archive a {
	color: inherit;
	text-decoration: none;
}

.widget_recent_entries a:hover,
.widget_rss a:hover,
.widget_categories a:hover,
.widget_archive a:hover {
	color: #3B82F6;
}

.widget_rss ul li {
	margin-bottom: 25px;
}

.widget_rss .rsswidget {
	width: 100%;
	font-weight: 500;
}

.widget_rss .rss-date {
	font-size: 0.875em;
}

.widget_rss .rssSummary {
	width: 100%;
	margin: 10px 0;
}

.widget_rss cite {
	font-weight: 500;
}

.wp-block-calendar caption,
.widget_calendar caption {
	padding: 12px;
	margin-bottom: 20px;
	border: 1px solid currentColor;
}

.wp-block-calendar table,
.widget_calendar table {
	background: transparent;
	border: 0;
	/*
				th {
					font-weight: 500;
					color: $themeColor6;
					background: $themeColor1;
				}

				td {
					color: $themeColor6;
					background: $themeColor1;
				}


		 */
}

.wp-block-calendar table a,
.widget_calendar table a {
	display: block;
	width: 30px;
	height: 30px;
	margin: auto;
	line-height: 30px;
	color: #3B82F6;
	text-align: center;
	text-decoration: none;
	background: transparent;
	border-radius: 50%;
}

.wp-block-calendar table a:hover,
.widget_calendar table a:hover {
	color: #252525;
	background: #F0F0F0;
}

.wp-block-calendar table th, .wp-block-calendar table td,
.widget_calendar table th,
.widget_calendar table td {
	padding: 12px 5px;
}

.wp-block-calendar .wp-calendar-nav,
.widget_calendar .wp-calendar-nav {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.wp-block-calendar .wp-calendar-nav-prev,
.wp-block-calendar .wp-calendar-nav-next,
.widget_calendar .wp-calendar-nav-prev,
.widget_calendar .wp-calendar-nav-next {
	display: block;
}

.wp-block-calendar .wp-calendar-nav-prev a,
.wp-block-calendar .wp-calendar-nav-next a,
.widget_calendar .wp-calendar-nav-prev a,
.widget_calendar .wp-calendar-nav-next a {
	display: block;
	padding: 7px 20px;
	color: #F0F0F0;
	background: #252525;
	text-decoration: none;
	border: 1px solid #F0F0F0;
}

.wp-block-calendar .wp-calendar-nav-prev a:hover,
.wp-block-calendar .wp-calendar-nav-next a:hover,
.widget_calendar .wp-calendar-nav-prev a:hover,
.widget_calendar .wp-calendar-nav-next a:hover {
	background: #3B82F6;
	border-color: #3B82F6;
}

.widget_meta ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.widget_meta a {
	color: inherit;
	text-decoration: none;
}

.widget_meta li {
	margin-bottom: 10px;
}

.widget_meta li:last-child {
	margin-bottom: 0;
}

.widget_recent_comments ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.widget_recent_comments ul li {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #F0F0F0;
}

.widget_recent_comments ul li:last-child {
	padding: 0;
	border: 0;
}

.widget_recent_comments a {
	color: inherit;
}

.widget_recent_comments a:hover {
	color: #3B82F6;
	text-decoration: none;
}

.wp-block-tag-cloud::after,
.widget_tag_cloud::after {
	display: table;
	clear: both;
	content: '';
}

.wp-block-tag-cloud a,
.widget_tag_cloud a {
	display: inline-block;
	padding: 5px 15px;
	margin: 0 10px 10px 0;
	color: #F0F0F0;
	text-decoration: none;
	background: #252525;
}

.wp-block-tag-cloud a:hover,
.widget_tag_cloud a:hover {
	color: #F0F0F0;
	background: #3B82F6;
}

.wp-block-tag-cloud.is-style-outline a {
	padding: 5px 15px;
	color: #252525;
	background: transparent;
	border: 1px solid currentColor;
}

.wp-block-tag-cloud.is-style-outline a:hover {
	color: #3B82F6;
	background: #252525;
	border-color: #252525;
}



.main-sidebar {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	width: 100%;
	max-width: 540px;
	padding: 0 40px 40px;
	overflow: auto;
	color: #8F908A;
	background: #252525;
	transition: 0.3s;
	transform: translateX(100%);
}

.main-sidebar.opened {
	transform: none;
}

.admin-bar .main-sidebar {
	top: 32px;
}

.main-sidebar .close-sidebar {
	position: absolute;
	top: 42px;
	right: 40px;
	z-index: 9;
	padding: 0;
	background-color: transparent;
	transition: 0.25s;
}

.main-sidebar .close-sidebar path {
	transition: 0.25s;
	fill: #F0F0F0;
}

.main-sidebar .close-sidebar svg {
	transition: .25s;
}

.main-sidebar .close-sidebar:hover svg {
	transform: rotate(90deg);
}

.main-sidebar .widget-title {
	display: block;
	margin: 0 -40px 35px;
	padding: 35px 40px 35px 35px;
	color: #fff;
	background: #3B82F6;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	font-size: .875em;
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/* Blocks
--------------------------------------------- */

/* common block styles */


.entry-content > * {
	max-width: 1200px;
	margin-right: auto;
	margin-bottom: 28px;
	margin-left: auto;
}

.entry-content > *:last-child {
	margin-bottom: 0;
}

.entry-content > *.alignwide {
	max-width: 1400px;
}

.entry-content > *.alignfull {
	width: auto;
	max-width: none;
	margin-right: -20px;
	margin-left: -20px;
}

@media (min-width: 992px) {
	.entry-content > *.alignfull {
		margin-right: -50px;
		margin-left: -50px;
	}
}

@media (min-width: 600px) {
	.entry-content > *.alignleft {
		margin-right: 30px;
	}
}

@media (min-width: 920px) {
	.entry-content > *.alignleft {
		margin-left: Max(calc(0.5 * (100vw - min(100vw, 920px)) - 20px), 0px);
		max-width: 400px;
	}
}

@media (min-width: 992px) {
	.entry-content > *.alignleft {
		margin-left: Max(calc(0.5 * (100vw - min(100vw, 920px)) - 50px), 0px);
	}
}

@media (min-width: 600px) {
	.entry-content > *.alignright {
		margin-left: 30px;
	}
}

@media (min-width: 920px) {
	.entry-content > *.alignright {
		margin-right: Max(calc(0.5 * (100vw - min(100vw, 920px)) - 20px), 0px);
		max-width: 400px;
	}
}

@media (min-width: 992px) {
	.entry-content > *.alignright {
		margin-right: Max(calc(0.5 * (100vw - min(100vw, 920px)) - 50px), 0px);
	}
}

/* wp-block-paragraph styles */
/* wp-block-image styles */
.wp-block-image figcaption {
	font-size: .875em;
	text-align: center;
	margin: 10px 0 0;
}

.wp-block-image.wp-lightbox-container {
	position: relative;
}

.wp-block-image.wp-lightbox-container:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(37, 37, 37, 0.5) url("images/icon-search.svg") no-repeat center center;
	opacity: 0;
	transition: .25s;
	pointer-events: none;
}

.wp-block-image.wp-lightbox-container:hover:after {
	opacity: 1;
}

.wp-block-image.wp-lightbox-container .lightbox-trigger {
	display: none;
}

/* wp-block-gallery styles */
.wp-block-gallery:not(.has-nested-images):not(.alignleft):not(.alignright):not(.alignfull) {
	margin-bottom: 28px;
	margin-left: auto;
	margin-right: auto;
}

.wp-block-gallery .blocks-gallery-caption {
	text-align: center;
	font-size: 0.8em;
}

.wp-block-gallery .blocks-gallery-item figcaption {
	font-size: .875em;
	text-align: center;
	margin: 10px 0 0;
}

.wp-block-gallery.columns-1 .blocks-gallery-item {
	width: 100%;
	margin-right: 0;
	margin-bottom: 16px;
}

@media (min-width: 768px) {
	.wp-block-gallery.columns-1 .blocks-gallery-item {
		width: calc((100% - 16px * 0) / 1);
		margin-right: 16px;
	}
	.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) {
		margin-right: 0;
	}
}

.wp-block-gallery.columns-2 .blocks-gallery-item {
	width: 100%;
	margin-right: 0;
	margin-bottom: 16px;
}

@media (min-width: 768px) {
	.wp-block-gallery.columns-2 .blocks-gallery-item {
		width: calc((100% - 16px * 1) / 2);
		margin-right: 16px;
	}
	.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
		margin-right: 0;
	}
}

.wp-block-gallery.columns-3 .blocks-gallery-item {
	width: 100%;
	margin-right: 0;
	margin-bottom: 16px;
}

@media (min-width: 768px) {
	.wp-block-gallery.columns-3 .blocks-gallery-item {
		width: calc((100% - 16px * 2) / 3);
		margin-right: 16px;
	}
	.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
		margin-right: 0;
	}
}

.wp-block-gallery.columns-4 .blocks-gallery-item {
	width: 100%;
	margin-right: 0;
	margin-bottom: 16px;
}

@media (min-width: 768px) {
	.wp-block-gallery.columns-4 .blocks-gallery-item {
		width: calc((100% - 16px * 3) / 4);
		margin-right: 16px;
	}
	.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n) {
		margin-right: 0;
	}
}

.wp-block-gallery.columns-5 .blocks-gallery-item {
	width: 100%;
	margin-right: 0;
	margin-bottom: 16px;
}

@media (min-width: 768px) {
	.wp-block-gallery.columns-5 .blocks-gallery-item {
		width: calc((100% - 16px * 4) / 5);
		margin-right: 16px;
	}
	.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n) {
		margin-right: 0;
	}
}

.wp-block-gallery.columns-6 .blocks-gallery-item {
	width: 100%;
	margin-right: 0;
	margin-bottom: 16px;
}

@media (min-width: 768px) {
	.wp-block-gallery.columns-6 .blocks-gallery-item {
		width: calc((100% - 16px * 5) / 6);
		margin-right: 16px;
	}
	.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n) {
		margin-right: 0;
	}
}

/* wp-block-quote styles */
.wp-block-quote, blockquote {
	background-color: #252525;
	padding: 20px 40px 20px 110px;
	color: #F0F0F0;
	position: relative;
	font-size: 22px;
}

.wp-block-quote:after, blockquote:after {
	content: '';
	position: absolute;
	width: 70px;
	height: 1px;
	background-color: #3B82F6;
	top: 37px;
	left: 20px;
}

.wp-block-quote p, blockquote p {
	margin-top: 0;
}

.wp-block-quote p:last-of-type, blockquote p:last-of-type {
	margin-bottom: 0;
}

.wp-block-quote cite, blockquote cite {
	font-style: normal;
	color: #3B82F6;
	font-size: 18px;
}

.wp-block-quote.is-style-large:not(.is-style-plain), blockquote.is-style-large:not(.is-style-plain) {
	padding: 1em 2em 1em 5em;
}

.wp-block-quote.is-style-large:after, blockquote.is-style-large:after {
	top: 45px;
}

.wp-block-quote.is-style-large:not(.is-style-plain) p, blockquote.is-style-large:not(.is-style-plain) p, .wp-block-quote.is-style-large p, blockquote.is-style-large p {
	font-size: 1.25em;
	font-style: normal;
}

.wp-block-quote.is-style-large:not(.is-style-plain) cite, blockquote.is-style-large:not(.is-style-plain) cite, .wp-block-quote.is-style-large cite, blockquote.is-style-large cite {
	font-size: 1em;
	font-style: normal;
}

.wp-block-quote.is-style-plain, blockquote.is-style-plain {
	padding: 1em;
	background: transparent;
	border: 1px solid #252525;
	font-size: 1em;
	color: #BEC0B9;
}

.wp-block-quote.is-style-plain:after, blockquote.is-style-plain:after {
	display: none;
}

/* wp-block-file styles */
/* wp-block-code styles */
/* wp-block-preformatted styles */
/* wp-block-pullquote styles */
.wp-block-pullquote {
	border: 1px solid #BEC0B9;
}

.wp-block-pullquote p:last-of-type {
	margin-bottom: 0;
}

.wp-block-pullquote .wp-block-pullquote__citation {
	font-style: normal;
	color: #3B82F6;
}

.wp-block-pullquote blockquote {
	background: transparent;
	padding: 0;
	border-radius: 0;
	margin: 0;
}

.wp-block-pullquote blockquote:after {
	display: none;
}

.wp-block-pullquote.is-style-solid-color blockquote.has-text-color p, .wp-block-pullquote.is-style-solid-color blockquote.has-text-color cite {
	color: inherit;
}

/* wp-block-table styles */
.wp-block-table th, .wp-block-table td {
	padding: 18px 20px;
	border: none;
	border-bottom: 1px solid #434343;
}

.wp-block-table figcaption {
	text-align: center;
	margin-top: 10px;
	font-size: 14px;
}

.wp-block-table.is-style-stripes table {
	border: none;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background-color: #434343;
}

.has-text-color .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	color: currentColor;
}

.wp-block-table figcaption {
	font-size: .875rem;
	text-align: center;
	margin: 10px 0 0;
}

/* wp-block-verse styles */
pre.wp-block-verse {
	white-space: pre-wrap;
}

/* wp-block-group styles */
.wp-block-group .wp-block-group__inner-container > *:last-child {
	margin-bottom: 0;
}

.wp-block-group.is-style-border-bottom {
	padding: 0 0 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #434343;
}

/* wp-block-button styles */
.wp-block-button__link {
	text-decoration: none;
	border-radius: 0;
	background-color: #3B82F6;
	color: #fff;
	padding: 1em 2em;
	font-size: 16px;
	line-height: 1.5;
	text-transform: uppercase;
	font-weight: 500;
}

.wp-block-button__link:hover, .wp-block-button__link:focus, .wp-block-button__link:active {
	text-decoration: none !important;
}

.wp-block-button:not(.is-style-creative)__link:hover, .wp-block-button:not(.is-style-creative)__link:focus, .wp-block-button:not(.is-style-creative)__link:active {
	background-color: #252525 !important;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover, .wp-block-button.is-style-outline .wp-block-button__link:focus, .wp-block-button.is-style-outline .wp-block-button__link:active {
	border-color: #252525 !important;
	background-color: #252525 !important;
	color: #F0F0F0 !important;
}

.wp-block-button.is-style-creative .wp-block-button__link {
	background-position: 0;
	background-size: 50% 100%;
	background-repeat: no-repeat;
}

.wp-block-button.is-style-creative .wp-block-button__link:hover {
	background-position: 100%;
}

/* wp-block-columns styles */
.wp-block-columns {
	gap: 40px;
}

.wp-block-columns:last-child {
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.wp-block-columns {
		flex-wrap: nowrap;
	}
}

.wp-block-columns.is-style-no-space {
	gap: 0;
}

.wp-block-column {
	flex-basis: 100%;
	margin-bottom: 16px;
}

@media (min-width: 768px) {
	.wp-block-column {
		flex-basis: 0;
		flex-grow: 1;
	}
}

.wp-block-column > *:last-child {
	margin-bottom: 0;
}

/* wp-block-media-text styles */
/* wp-block-separator styles */
.wp-block-separator {
	border-bottom: 0;
	background: transparent;
}

.wp-block-separator.has-background {
	border: 0;
}

/* wp-block-archives styles */
.wp-block-archives.wp-block-archives-list {
	padding: 0;
	list-style: none;
}

.wp-block-archives.wp-block-archives-list li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #BEC0B9;
	padding: 15px 0;
	margin: 0;
}

.wp-block-archives.wp-block-archives-list li:last-child {
	border: 0;
}

.wp-block-archives.wp-block-archives-list a {
	color: inherit;
	text-decoration: none;
	min-width: 0;
	max-width: 85%;
}

.wp-block-archives.wp-block-archives-list a:hover {
	color: #3B82F6;
}

/* wp-block-calendar styles */
.wp-block-calendar table:where(:not(.has-text-color)) {
	color: #252525;
}

.wp-block-calendar table:not(.has-background) th, .wp-block-calendar table:not(.has-background) td {
	background-color: #252525;
	color: #F0F0F0;
	border-color: #434343;
}

.wp-block-calendar th,
.wp-block-calendar tbody td {
	border-width: 0 0 1px 0;
}

/* wp-block-categories styles */
.wp-block-categories-list {
	padding: 0;
	list-style: none;
}

.wp-block-categories-list li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #BEC0B9;
	padding: 15px 0;
	margin: 0;
}

.wp-block-categories-list li:last-child {
	border: 0;
}

.wp-block-categories-list li ul {
	flex: 1 0 100%;
}

.wp-block-categories-list a {
	color: inherit;
	text-decoration: none;
	min-width: 0;
	max-width: 85%;
}

.wp-block-categories-list a:hover {
	color: #3B82F6;
}

/* wp-block-latest-comments styles */
.wp-block-latest-comments {
	padding: 0;
}

ol.wp-block-latest-comments {
	margin-left: auto;
}

/* wp-block-latest-posts styles */
@media (min-width: 768px) {
	.wp-block-latest-posts.columns-2 li {
		width: calc((100% / 2) - 16px);
	}
	.wp-block-latest-posts.columns-3 li {
		width: calc((100% / 3) - 16px);
	}
	.wp-block-latest-posts.columns-4 li {
		width: calc((100% / 4) - 16px);
	}
	.wp-block-latest-posts.columns-5 li {
		width: calc((100% / 5) - 16px);
	}
	.wp-block-latest-posts.columns-6 li {
		width: calc((100% / 6) - 16px);
	}
}

/* wp-block-search styles */
.wp-block-search .wp-block-search__input {
	border-color: #252525;
}

.wp-block-search .wp-block-search__button:hover, .wp-block-search .wp-block-search__button:focus, .wp-block-search .wp-block-search__button:active, .wp-block-search .wp-block-search__button:visited {
	background-color: #252525;
}

.wp-block-search .wp-block-search__button .search-icon {
	display: block;
	fill: #F0F0F0;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
	border: 0;
	position: relative;
	padding: 0;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
	padding: 12px 18px;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
	position: absolute;
	top: 5px;
	right: 5px;
	bottom: 5px;
	padding: 8px 18px;
	margin: 0;
}

/* wp-block-rss styles */
.wp-block-rss.is-grid li {
	margin: 0 16px 16px 0;
}

@media (min-width: 768px) {
	.wp-block-rss.columns-2 li {
		width: calc((100% / 2) - 16px);
	}
	.wp-block-rss.columns-3 li {
		width: calc((100% / 3) - 16px);
	}
	.wp-block-rss.columns-4 li {
		width: calc((100% / 4) - 16px);
	}
	.wp-block-rss.columns-5 li {
		width: calc((100% / 5) - 16px);
	}
	.wp-block-rss.columns-6 li {
		width: calc((100% / 6) - 16px);
	}
}

/* wp-block-video styles */
.wp-block-video figcaption {
	font-size: .875em;
	text-align: center;
	margin: 10px 0 0;
}

/* wp-block-cover styles */
.wp-block-cover {
	color: #fff;
}

/* wp-block-audio styles */
.wp-block-audio figcaption {
	font-size: .875em;
	text-align: center;
	margin: 10px 0 0;
}

/* wp-block-query-pagination styles */
.wp-block-query-pagination {
	margin-top: 2em;
	text-align: center;
}

.wp-block-query-pagination a {
	text-decoration: none;
}

.wp-block-query-pagination .page-numbers {
	margin: 0 5px;
	color: #252525;
}

.wp-block-query-pagination .page-numbers.current, .wp-block-query-pagination .page-numbers:focus, .wp-block-query-pagination .page-numbers:hover {
	color: #3B82F6;
}

/* wp-block-navigation styles */
.wp-block-navigation .wp-block-navigation-item {
	margin-bottom: 0;
}

/* wp-block-page-list styles */
.wp-block-page-list {
	padding: 0;
	list-style: none;
}

.wp-block-page-list ul {
	list-style: none;
}

.wp-block-page-list a {
	color: inherit;
	text-decoration: none;
}

.wp-block-page-list a:hover {
	color: #3B82F6;
}

