/*!*******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./assets/icon-link-card/index.scss ***!
  \*******************************************************************************************************************************************************/
.elementor-widget-cmyk-icon-link-card {
  display: flex;
  align-items: stretch;
  align-self: stretch;
  flex: 1 0 auto;
  min-height: 100%;
}
.elementor-widget-cmyk-icon-link-card .elementor-widget-container {
  width: 100%;
  display: flex;
  align-items: stretch;
  align-self: stretch;
}

.icon-link-card {
  border-radius: 15px;
  text-align: center;
  position: relative;
  border: 1px solid transparent;
  transition: border 600ms;
  flex: 1 0 auto;
  width: 100%;
  display: flex;
  align-items: stretch;
}
.icon-link-card::before {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  z-index: 1;
  transition: opacity 600ms;
  border-radius: 15px;
}
.icon-link-card__wrapper {
  position: relative;
  z-index: 2;
  padding: 36px 16px;
  padding-bottom: 64px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='16' viewBox='0 0 20 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M12 1C12 1 12.9348 3.61599 14 5C14.9679 6.25753 17 7.74074 17 7.74074C14 10.5 13.5 11.5 12 14.5' stroke='%238DCA62' stroke-width='3'/%3E %3Cpath d='M0 8L17 8' stroke='%238DCA62' stroke-width='3'/%3E %3C/svg%3E");
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: center calc(100% - 24px);
  width: 100%;
}
.icon-link-card__title {
  text-align: center;
  font-family: "Unbounded", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 800;
  line-height: 32px;
  transition: color 300ms;
}
.icon-link-card__link {
  font-family: inherit !important;
  font-weight: inherit !important;
  color: inherit !important;
  text-decoration: none !important;
}
.icon-link-card__link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.icon-link-card__content {
  max-width: 274px;
  margin-left: auto;
  margin-right: auto;
}
.icon-link-card__content p {
  font-size: 14px;
  line-height: 18px;
}
.icon-link-card__icon {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-link-card__icon img {
  max-width: 36px;
  max-height: 36px;
  display: block;
  width: auto;
  height: auto;
}
.icon-link-card__icon + .icon-link-card__title {
  font-size: 18px;
  line-height: 24px;
}
.icon-link-card__icon ~ .icon-link-card__content {
  padding-bottom: 12px;
}
.icon-link-card:hover, .icon-link-card:focus-within {
  border-color: #FFFFFF;
}
.icon-link-card:hover::before, .icon-link-card:focus-within::before {
  opacity: 0;
}
.icon-link-card:hover .icon-link-card__title, .icon-link-card:focus-within .icon-link-card__title {
  color: #8DCA62;
}

/*# sourceMappingURL=icon-link-card.css.map*/