@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@container myContainer (max-width: 767px) {
  .my-tile {
    border: 3px solid red;
  }
}
@container (min-width: 768px) {
  .my-tile {
    border: 3px solid red;
  }
}
.featured-gradient {
  background: linear-gradient(180deg, rgba(204, 231, 229, 0) 0%, #CCE7E5 100%), #FFF;
}
.featured-gradient .headline {
  font-family: Figtree;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 43.2px */
  padding-bottom: 1.5rem;
  margin-top: 0;
  margin-bottom: 0;
  color: var(--text);
  text-wrap-style: pretty;
}
.featured-gradient .overline {
  font-family: Figtree;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 19.5px */
  letter-spacing: 0.65px;
  text-transform: uppercase;
  color: var(--text);
}
.featured-gradient .fg-card__text {
  display: flex;
  flex-direction: column;
  position: absolute;
  padding: 24px;
  z-index: 2;
}
.featured-gradient .fg-card__text > * {
  color: white;
}
.featured-gradient .fg-card__text__highlight {
  text-align: center;
  margin-bottom: 32px;
}
.featured-gradient .fg-card__text__highlight h4 {
  margin-bottom: 10px;
  font-family: Figtree;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 33.6px */
}
.featured-gradient .fg-card__text__highlight > * {
  color: white;
}
.featured-gradient .fg-card-row {
  gap: 24px;
  align-self: stretch;
  align-items: flex-end;
  margin-top: 20px;
  grid-template-columns: repeat(1, 100%);
  grid-template-rows: auto;
}
@media (min-width: 768px) {
  .featured-gradient .fg-card-row {
    height: 474px;
    margin-top: 60px;
    display: flex;
  }
}
.featured-gradient .fg-card:first-child,
.featured-gradient .fg-card:last-child {
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 10px;
  flex: 1 0 0;
  align-self: stretch;
}
.featured-gradient .fg-card:first-child:after,
.featured-gradient .fg-card:last-child:after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 52.32%, rgba(0, 0, 0, 0.75) 100%);
}
@media (min-width: 768px) {
  .featured-gradient .fg-card:first-child,
  .featured-gradient .fg-card:last-child {
    height: 100%;
  }
}
.featured-gradient .fg-card:first-child {
  /* Layer 1: gradient overlay */
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 52.32%, rgba(0, 0, 0, 0.75) 100%), url("./images/c.jpg");
  /* Positions: first = gradient, second = image */
  background-position: 0 0, center;
  /* Sizes: first = gradient, second = image */
  background-size: 100% 100%, cover;
  /* Repeat behavior per layer */
  background-repeat: no-repeat, no-repeat;
  /* Fallback color */
  background-color: lightgray;
  grid-row: 2;
}
@media (min-width: 768px) {
  .featured-gradient .fg-card:first-child {
    border-radius: 80px 8px 8px 8px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 52.32%, rgba(0, 0, 0, 0.75) 100%);
  }
}
.featured-gradient .fg-card {
  display: flex;
  height: 300px;
  flex-direction: column;
  justify-content: flex-end;
  gap: 32px;
  flex: 1 0 0;
  border-radius: 8px;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.12);
  overflow: hidden;
  position: relative;
  border-radius: 8px;
  /* BETA - Card Default */
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.12);
  /* Positions: first is gradient, second is image */
  background-position: 0 0, center;
  /* Sizes: first is gradient, second is image */
  background-size: 100% 100%, cover;
  /* Repeat behavior per layer */
  background-repeat: no-repeat, no-repeat;
  /* Optional: background-color fallback */
  background-color: lightgray;
  grid-row: 1;
}
@media (min-width: 768px) {
  .featured-gradient .fg-card {
    height: 364px;
    background-size: 100% 100%, 165.874% 144.055%;
    background-position: 45% 100%;
  }
}
.featured-gradient .fg-card:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 18.13%, rgba(0, 0, 0, 0.71) 71.7%);
  pointer-events: none;
  z-index: 1;
}
.featured-gradient .fg-card a {
  text-decoration: none;
  font-family: Figtree;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.featured-gradient .fg-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.5s all ease-in-out;
}
.featured-gradient .fg-card:hover {
  cursor: pointer;
}
.featured-gradient .fg-card:hover img {
  transform: scale(1.03);
  filter: saturate(1.05) contrast(1.05);
}
.featured-gradient .fg-card .fg-card__link {
  font-family: Figtree;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  display: flex;
  align-items: center;
  gap: 8px;
}
.featured-gradient .fg-card .fg-card__link--button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
}
.featured-gradient .fg-card .fg-card__link--button::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 22px;
  height: 22px;
  border-radius: 50px;
  display: block;
  background-color: rgba(255, 255, 255, 0.24);
  transform: translate(30px, -50%);
  transition: transform 0.5s ease-in-out;
  pointer-events: none;
}
.featured-gradient .fg-card .fg-card__link--button::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 22px;
  height: 22px;
  display: block;
  background-color: #ffffff;
  -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20width%3D%2720%27%20height%3D%2720%27%20viewBox%3D%270%200%2020%2020%27%20fill%3D%27none%27%3E%3Cpath%20d%3D%27M11.3333%2015L10.1667%2013.7917L13.125%2010.8333H3V9.16667H13.125L10.1667%206.20833L11.3333%205L16.3333%2010L11.3333%2015Z%27%20fill%3D%27black%27/%3E%3C/svg%3E);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 20px 20px;
  mask-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20width%3D%2720%27%20height%3D%2720%27%20viewBox%3D%270%200%2020%2020%27%20fill%3D%27none%27%3E%3Cpath%20d%3D%27M11.3333%2015L10.1667%2013.7917L13.125%2010.8333H3V9.16667H13.125L10.1667%206.20833L11.3333%205L16.3333%2010L11.3333%2015Z%27%20fill%3D%27black%27/%3E%3C/svg%3E);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 20px 20px;
  transform: translate(30px, -50%);
  transition: transform 0.5s ease-in-out;
  pointer-events: none;
  z-index: 1;
}
.featured-gradient .fg-card .fg-card__link--button:hover::after, .featured-gradient .fg-card .fg-card__link--button:hover::before {
  transform: translate(38px, -50%);
}
.featured-gradient .fg-card:last-child {
  grid-row: 3;
}
@media (min-width: 768px) {
  .featured-gradient .fg-card:last-child {
    border-radius: 8px 8px 80px 8px;
  }
}

/*# sourceMappingURL=featured-gradient.css.map*/