.elementor-3831 .elementor-element.elementor-element-3ab52a4{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-3e0da68 */:root{
  --hc-green:#00b432;
  --hc-dark:#101820;
  --hc-line:rgba(0,180,50,.22);
}

.hc-header-wrap{
  width:100%;
  background:#fff;
  font-family:Arial, Helvetica, sans-serif;
  position:relative;
  z-index:9000;
}

.hc-header-main{
  background:var(--hc-green);
}

.hc-header-inner{
  max-width:1320px;
  margin:0 auto;
  height:66px;
  padding:0 28px;
  display:flex;
  align-items:center;
  gap:26px;
}

.hc-logo{
  width:210px;
  min-width:210px;
  color:#fff !important;
  text-decoration:none !important;
  line-height:1;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.hc-logo-big{
  font-size:31px;
  font-weight:700;
  letter-spacing:2px;
}

.hc-logo-small{
  margin-top:4px;
  font-size:12px;
  letter-spacing:4px;
  opacity:.95;
}

.hc-nav{
  display:flex;
  align-items:center;
  gap:0;
  flex:1;
  height:100%;
}

.hc-nav > a,
.hc-nav-item > a{
  height:66px;
  padding:0 15px;
  display:flex;
  align-items:center;
  color:#fff !important;
  font-size:16px;
  font-weight:700;
  text-decoration:none !important;
  position:relative;
  transition:background .25s ease;
}

.hc-nav > a::after,
.hc-nav-item > a::after{
  content:"";
  position:absolute;
  left:14px;
  right:14px;
  bottom:0;
  height:3px;
  background:#fff;
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .25s ease;
}

.hc-nav > a:hover::after,
.hc-nav-item:hover > a::after{
  transform:scaleX(1);
}

.hc-nav-item{
  height:100%;
  display:flex;
  align-items:center;
  position:relative;
}

.hc-nav-item span{
  margin-left:6px;
  font-size:13px;
}

.hc-search{
  width:180px;
  height:38px;
  background:#fff;
  border-radius:3px;
  display:flex;
  align-items:center;
  overflow:hidden;
}

.hc-search input{
  width:100%;
  height:100%;
  border:0;
  outline:0;
  padding:0 8px 0 12px;
  font-size:15px;
  background:#fff;
}

.hc-search button{
  width:42px;
  height:100%;
  border:0;
  background:#fff;
  cursor:pointer;
  font-size:27px;
  line-height:1;
  color:#111;
}

.hc-header-sub{
  background:#fff;
  border-bottom:1px solid #eee;
  position:relative;
  z-index:100;
}

.hc-header-sub-inner{
  max-width:1320px;
  min-height:72px;
  margin:0 auto;
  padding:0 28px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  position:relative;
  z-index:100;
}

.hc-lang{
  min-width:190px;
  position:relative;
  z-index:100;
}

.hc-lang *{
  position:relative;
  z-index:100;
}

.hc-contact{
  display:flex;
  align-items:center;
  gap:26px;
  color:#111;
  font-size:17px;
}

.hc-contact a{
  color:#111 !important;
  text-decoration:none !important;
  transition:color .25s ease;
}

.hc-contact a:hover{
  color:var(--hc-green) !important;
}

.hc-dropdown{
  position:absolute;
  top:66px;
  left:0;
  min-width:230px;
  background:#fff;
  box-shadow:0 12px 30px rgba(0,0,0,.16);
  opacity:0;
  visibility:hidden;
  transform:translateY(12px);
  transition:.25s ease;
  padding:8px 0;
  z-index:9300;
}

.hc-nav-item:hover .hc-dropdown{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}

.hc-dropdown a{
  display:block;
  color:#111 !important;
  padding:11px 18px;
  font-size:16px;
  text-decoration:none !important;
  transition:background .25s ease, color .25s ease, padding-left .25s ease;
}

.hc-dropdown a:hover{
  color:var(--hc-green) !important;
  background:#f5fff8;
  padding-left:24px;
}

.hc-mega{
  position:fixed;
  left:0;
  right:0;
  top:66px;
  background:#fff;
  box-shadow:0 14px 30px rgba(0,0,0,.18);
  opacity:0;
  visibility:hidden;
  transform:translateY(14px);
  transition:.25s ease;
  padding:22px 0 34px;
  z-index:9300;
}

.hc-has-mega:hover .hc-mega{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}

.hc-mega::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:3px;
  background:linear-gradient(90deg, transparent, var(--hc-green), transparent);
  animation:hcLightLine 2.6s linear infinite;
}

@keyframes hcLightLine{
  0%{background-position:-400px 0;}
  100%{background-position:400px 0;}
}

.hc-mega-title,
.hc-mega-grid,
.hc-see-all,
.hc-app-grid{
  max-width:1200px;
  margin-left:auto;
  margin-right:auto;
}

.hc-mega-title{
  font-size:16px;
  font-weight:700;
  color:#111;
  padding-bottom:10px;
  border-bottom:1px solid #ddd;
  margin-bottom:16px;
}

.hc-mega-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px 32px;
}

.hc-mega-col h4{
  font-size:15px;
  color:#111;
  font-weight:700;
  margin:0 0 9px;
  padding-bottom:8px;
  border-bottom:1px solid #bbb;
}

.hc-mega-col h4 a{
  color:#111 !important;
  text-decoration:none !important;
  font-size:15px;
  font-weight:700;
  line-height:1.35;
  display:block;
  padding:0;
  transition:color .25s ease;
}

.hc-mega-col h4 a:hover{
  color:var(--hc-green) !important;
  padding-left:0;
}

.hc-mega-col a{
  display:block;
  color:#0074ff !important;
  font-size:14px;
  line-height:1.45;
  text-decoration:none !important;
  padding:6px 0;
  transition:color .25s ease, padding-left .25s ease;
}

.hc-mega-col a:hover{
  color:var(--hc-green) !important;
  padding-left:8px;
}

.hc-see-all{
  display:block;
  margin-top:24px;
  color:var(--hc-green) !important;
  font-weight:700;
  text-decoration:none !important;
}

.hc-app-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px 32px;
}

.hc-app-card{
  background:#f7f7f7;
  color:#111 !important;
  text-decoration:none !important;
  display:block;
  transition:transform .25s ease, box-shadow .25s ease;
  overflow:hidden;
}

.hc-app-card:hover{
  transform:translateY(-6px);
  box-shadow:0 14px 28px rgba(0,0,0,.14);
}

.hc-app-img{
  height:155px;
  background-size:cover;
  background-position:center;
  position:relative;
}

.hc-app-img::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(120deg, transparent 20%, rgba(255,255,255,.38) 45%, transparent 70%);
  transform:translateX(-100%);
  transition:transform .65s ease;
}

.hc-app-card:hover .hc-app-img::after{
  transform:translateX(100%);
}

.hc-app-card p{
  margin:0;
  min-height:66px;
  padding:14px 16px;
  font-size:16px;
  line-height:1.45;
}

.hc-app-1{background:linear-gradient(135deg,#dff8e8,#8de0aa);}
.hc-app-2{background:linear-gradient(135deg,#e7f1ff,#95c3ff);}
.hc-app-3{background:linear-gradient(135deg,#fff1e0,#ffb86c);}
.hc-app-4{background:linear-gradient(135deg,#eef8ff,#9cd8ff);}
.hc-app-5{background:linear-gradient(135deg,#f0f0f0,#b8c0c8);}
.hc-app-6{background:linear-gradient(135deg,#eafff5,#7ed6a1);}

.hc-mobile-btn{
  display:none;
  width:42px;
  height:42px;
  border:0;
  background:transparent;
  cursor:pointer;
  padding:0;
}

.hc-mobile-btn span{
  width:24px;
  height:2px;
  background:#fff;
  display:block;
  margin:6px auto;
}

.hc-mobile-mask{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.55);
  opacity:0;
  visibility:hidden;
  z-index:9800;
  transition:.25s ease;
}

.hc-mobile-panel{
  position:fixed;
  top:0;
  right:0;
  width:360px;
  max-width:86vw;
  height:100vh;
  background:#0b1014;
  z-index:9810;
  transform:translateX(100%);
  transition:.3s ease;
  overflow-y:auto;
  padding:28px 24px 50px;
  font-family:Arial, Helvetica, sans-serif;
}

body.hc-menu-open .hc-mobile-mask{
  opacity:1;
  visibility:visible;
}

body.hc-menu-open .hc-mobile-panel{
  transform:translateX(0);
}

.hc-mobile-close{
  position:absolute;
  top:13px;
  right:22px;
  border:0;
  background:transparent;
  color:#fff;
  font-size:34px;
  cursor:pointer;
}

.hc-mobile-lang{
  margin:42px 0 22px;
}

.hc-mobile-title,
.hc-mobile-single{
  color:#d9e6f2 !important;
  text-decoration:none !important;
  font-size:15px;
  padding:15px 6px;
  border-bottom:1px solid rgba(255,255,255,.12);
  display:flex;
  justify-content:space-between;
  cursor:pointer;
}

.hc-mobile-sub{
  max-height:0;
  overflow:hidden;
  transition:max-height .35s ease;
  background:#1b1d1d;
  padding:0 0;
}

.hc-mobile-group.active .hc-mobile-sub{
  max-height:1600px;
  padding:12px 0;
}

.hc-mobile-sub strong{
  display:block;
  color:#fff;
  font-size:14px;
  font-weight:700;
  padding:12px 6px 9px;
  border-bottom:1px solid rgba(255,255,255,.28);
}

.hc-mobile-sub strong a{
  color:#fff !important;
  text-decoration:none !important;
  display:block;
  font-size:14px;
  font-weight:700;
  line-height:1.4;
  padding:0;
  border-bottom:0;
}

.hc-mobile-sub strong a:hover{
  color:var(--hc-green) !important;
}

.hc-mobile-sub a{
  color:#00a8ff !important;
  text-decoration:none !important;
  display:block;
  font-size:14px;
  line-height:1.4;
  padding:10px 8px;
  border-bottom:1px solid rgba(255,255,255,.1);
}

.hc-mobile-sub a:hover{
  color:var(--hc-green) !important;
}

@media (min-width:1025px){
  .hc-header-wrap{
    position:relative;
    z-index:9000;
  }

  .hc-header-main{
    position:relative;
    z-index:9100;
  }

  .hc-nav,
  .hc-nav-item{
    position:relative;
    z-index:9200;
  }

  .hc-mega,
  .hc-dropdown,
  .hc-products-mega,
  .hc-app-mega{
    z-index:9300 !important;
  }

  .hc-header-sub{
    position:relative;
    z-index:100;
  }

  .hc-lang,
  .hc-lang *,
  .hc-header-sub-inner{
    position:relative;
    z-index:100;
  }

  .hc-header-sub .trp-language-switcher,
  .hc-header-sub .trp-language-switcher-container,
  .hc-header-sub .wpml-ls,
  .hc-header-sub .gt_switcher{
    z-index:100 !important;
  }
}

@media(max-width:1024px){
  .hc-header-wrap{
    position:relative;
    z-index:9000;
    padding-top:60px;
  }

  .hc-header-main{
    position:fixed;
    top:0;
    left:0;
    right:0;
    z-index:9100;
    width:100%;
    box-shadow:0 4px 14px rgba(0,0,0,.16);
  }

  .hc-header-inner{
    height:60px;
    padding:0 18px;
  }

  .hc-logo{
    width:auto;
    min-width:0;
    flex:1;
  }

  .hc-logo-big{
    font-size:28px;
  }

  .hc-logo-small{
    font-size:11px;
  }

  .hc-nav,
  .hc-search,
  .hc-header-sub .hc-contact{
    display:none;
  }

  .hc-mobile-btn{
    display:block;
  }

  .hc-header-sub-inner{
    min-height:58px;
    padding:0 18px;
    justify-content:flex-start;
  }

  .hc-header-sub{
    box-shadow:0 4px 14px rgba(0,0,0,.08);
  }
}

@media (max-width:782px){
  body.admin-bar .hc-header-main{
    top:46px;
  }

  body.admin-bar .hc-header-wrap{
    padding-top:60px;
  }
}

@media (min-width:783px) and (max-width:1024px){
  body.admin-bar .hc-header-main{
    top:32px;
  }

  body.admin-bar .hc-header-wrap{
    padding-top:60px;
  }
}/* End custom CSS */