/* Elementor Frontend Styles - Minified for obfuscation */
.elementor-section {
  position: relative;
}
.elementor-column {
  position: relative;
  min-height: 1px;
  display: flex;
}
.elementor-widget {
  position: relative;
}
.elementor-button {
  display: inline-block;
  line-height: 1;
  background-color: #818a91;
  font-size: 15px;
  padding: 12px 24px;
  border-radius: 3px;
  color: #fff;
  fill: #fff;
  text-align: center;
  transition: all .3s;
}
.elementor-animation-grow {
  transition-duration: .3s;
  transition-property: transform;
}
.elementor-animation-grow:hover {
  transform: scale(1.1);
}
.elementor-invisible {
  visibility: hidden;
}
