/* Generated by vite-plugin-svg-spritemap */
.element-hero {
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 9rem;
  height: 9rem;
  aspect-ratio: 1;
  padding: 0.78125rem 0.84375rem;
  border-radius: 0.125rem;
  border: 0.0625rem solid #C2552E;
}
.element-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.125rem;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(0.125rem);
  -webkit-backdrop-filter: blur(0.125rem);
  filter: blur(0.125rem);
  -webkit-filter: blur(0.125rem);
}
.element-hero:active {
  background-color: #AF3C13;
  color: white;
}
.element-hero:disabled {
  background-color: #D0D0D0;
  border-color: #808080;
  color: #D0D0D0;
  cursor: not-allowed;
}
.element-hero__box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.element-hero__icon {
  padding-block-start: 0.5625rem;
  padding-inline-end: 0.4375rem;
  flex: 1 0 0.625rem;
  align-self: end;
}
.element-hero__icon::before {
  font-size: 0.71875rem;
}
.element-hero__lable {
  justify-content: end;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.222222;
}
@media (max-width: 64em) {
  .element-hero {
    width: 8.125rem;
    height: 8.125rem;
  }
  .element-hero__lable {
    font-size: 1rem;
  }
}
@media (max-width: 61.99875em) {
  .element-hero {
    width: 7.5rem;
    height: 7.5rem;
    padding: 0.625rem;
  }
  .element-hero__lable {
    font-size: 1rem;
  }
}
@media (max-width: 47.99875em) {
  .element-hero {
    width: 5rem;
    height: 5rem;
    padding: 0.3125rem;
  }
  .element-hero__icon {
    padding-block-start: 0.3125rem;
    padding-inline-end: 0.3125rem;
  }
  .element-hero__icon::before {
    font-size: 0.5625rem;
  }
  .element-hero__lable {
    font-size: 0.6875rem;
  }
}
@media (max-width: 29.99875em) {
  .element-hero {
    width: 3.75rem;
    height: 3.75rem;
  }
  .element-hero__lable {
    font-size: 0.5rem;
  }
}
@media (any-hover: hover) {
  .element-hero:hover {
    background-color: rgba(194, 85, 46, 0.1);
    color: #C2552E;
  }
  .element-hero:hover::before {
    background-color: rgba(194, 85, 46, 0.1);
  }
}