<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./dev/components/hm-content-cards/hm-content-cards.scss ***!
  \************************************************************************************************************************************************/
.hm-content-cards__wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .hm-content-cards__wrapper {
    gap: 12px;
  }
}

.hm-content-card.expanded {
  max-height: 100% !important;
}

.hm-content-card__toggle {
  display: block;
  font-size: 10px;
  font-weight: 500;
  color: #000000;
  text-align: center;
  cursor: pointer;
  position: absolute;
  bottom: 1px;
  right: 0%;
  background: white;
  padding: 4px 8px;
  border-radius: 4px;
}
@media screen and (min-width: 992px) {
  .hm-content-card__toggle {
    font-size: 12px;
    right: -2%;
    transform: translateX(-50%);
  }
}

.hm-content-card {
  width: 100%;
  padding: 12px 16px;
  background-color: #fff;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  max-height: 128px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.3s ease-in-out;
}
@media screen and (min-width: 992px) {
  .hm-content-card {
    max-height: 160px;
  }
}
.hm-content-card p {
  line-height: 0.9;
  padding: 0px !important;
  margin-block: 10px;
}
.hm-content-card h1 {
  line-height: 0.4;
  padding-block: 3px 10px;
}
@media screen and (min-width: 380px) {
  .hm-content-card h1 {
    line-height: 0.3;
  }
}
@media screen and (min-width: 768px) {
  .hm-content-card h1 {
    line-height: 0.1;
  }
}
.hm-content-card__title {
  font-size: 14px;
  line-height: 1.2;
  color: #000;
  font-weight: 600;
  display: block;
  margin-bottom: 4px;
}
.hm-content-card__text {
  font-size: 12px;
  color: #555;
  line-height: 1.2;
  display: block;
}

.hm-content-banner__img {
  width: 100%;
  height: auto;
  display: block;
}
</pre></body></html>