/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/featured-links/style.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.featured-links__container {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 400px;
  gap: 26px;
}

.featured-links__container__image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1;
  justify-content: center;
  align-items: center;
  z-index: 0;
}

.featured-links__overlay-color {
  position: absolute;
  top: 0;
  background: #FF175E 0% 0% no-repeat padding-box;
  mix-blend-mode: color;
  display: flex;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.featured-links__overlay-shape {
  aspect-ratio: 1/1;
  position: relative;
  height: 100%;
  width: auto;
  display: flex;
  z-index: 20;
  background-image: url(../images/featured-links_mobile.f23d7e4e.webp);
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.featured-links__image_src,
.featured-links__image_src img {
  -o-object-fit: cover;
     object-fit: cover;
  width: auto;
  max-width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: 0;
}

.featured-links__image__link,
.featured-links__image__link img {
  top: 0;
  display: flex;
  z-index: 10;
  width: auto;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  animation: fadeOut;
  visibility: hidden;
}

.featured-links__container__list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-content: stretch;
  justify-content: space-between;
  align-items: stretch;
  box-sizing: border-box;
  gap: 7px;
}

.featured-links__image_control {
  position: absolute;
  bottom: 50px;
  background-color: #fff;
  z-index: 1000;
}

.featured-page__item {
  list-style: none;
}

.featured-page__link {
  background-color: #612DFA;
  color: #fff;
  border-radius: 0px 70px 70px 70px;
  display: flex;
  align-content: center;
  align-items: center;
  position: relative;
  text-decoration: none;
  box-sizing: border-box;
  min-height: 55px;
  padding-left: 22px;
  font-family: var(--wp--preset--font-family--noka);
  font-weight: 600;
  padding-right: 60px;
  font-size: 20px;
  padding-top: 18px;
  padding-bottom: 18px;
  justify-content: flex-end;
  text-align: right;
}
.featured-page__link::before {
  content: "";
  position: absolute;
  right: 22px;
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" ><circle style=\"fill:%23ffffff;\" cx=\"16\" cy=\"16\" r=\"16\" /></svg>");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.featured-page__link::after {
  position: absolute;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.featured-page__link:hover, .featured-page__link:focus-visible, .featured-page__link:focus-within {
  background-color: #FF175E;
}
.featured-page__link:hover::before, .featured-page__link:focus-visible::before, .featured-page__link:focus-within::before {
  background-image: url("data:image/svg+xml,<svg viewBox=\"0 0 16 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 16.003906,0 C 9.5086785,-0.09873302 3.2294038,4.2226246 1.0272765,10.338801 c -2.0549798,5.383076 -1.00054024,11.8649 2.8893581,16.164336 3.0181618,3.436939 7.5297874,5.585284 12.1263344,5.52616 0,-10.666667 0,-21.333333 0,-32.00000012 z\" style=\"fill:%23ffffff\" /></svg>");
  width: 9px;
  right: 31px;
}
.featured-page__link:hover::after, .featured-page__link:focus-visible::after, .featured-page__link:focus-within::after {
  right: 22px;
  width: 9px;
  height: 18px;
  transform: scaleX(-1);
  transition: transform 0.2s ease;
  content: "";
  background-image: url("data:image/svg+xml,<svg viewBox=\"0 0 16 32\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" ><path d=\"M 0.03764721,32.028829 C 6.5328752,32.127562 12.812149,27.806205 15.014277,21.690028 17.069257,16.306952 16.014817,9.8251283 12.124919,5.5256923 9.1067572,2.0887533 4.5951312,-0.05959165 -0.00141579,-4.6765429e-4 c 0,10.66666665429 0,21.33333265429 0,31.99999965429 z\" style=\"fill:%23ffffff\" /></svg>");
  background-size: cover;
}

/* Define the keyframes for the fade-in animation */
@keyframes fadeIn {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.05);
  }
}
@keyframes fadeOut {
  from {
    transform: scale(1.05);
  }
  to {
    transform: scale(1);
  }
}
/* Apply the animation to the .fade-in class */
.link-image__fade-in {
  animation: fadeIn 1s ease-in-out forwards; /* 2 seconds duration, ease-in-out timing, stays at end state */
  /* You can also add a transition for other properties if needed, though animation handles the primary effect */
  z-index: 10;
  visibility: visible;
}

/* Apply the animation to the .fade-in class */
.link-image__fade-out {
  animation: fadeOut 1s ease-in-out forwards; /* 2 seconds duration, ease-in-out timing, stays at end state */
  /* You can also add a transition for other properties if needed, though animation handles the primary effect */
  transition: visibility 0.5s ease;
  visibility: hidden;
}

@media (min-width: 800px) {
  .featured-links__container {
    grid-template-columns: 4fr 6fr;
  }
  .featured-links__container__image {
    display: flex;
    aspect-ratio: 3/4;
  }
  .featured-links__overlay-shape {
    aspect-ratio: 3/4;
    background-image: url(../images/featured-links_tablet.9bd4e7af.webp);
  }
  .featured-links__image_src {
    aspect-ratio: 3/4;
  }
  .featured-links__container__list {
    border-radius: 0 200px 200px 0;
    z-index: 10;
    gap: 15px;
    display: grid;
    grid-template-columns: 1fr;
  }
  .featured-page__item {
    display: flex;
  }
  .featured-page__link {
    border-radius: 0 150px 150px 0;
    flex: 1;
    font-size: 24px;
    min-height: 65px;
  }
}
@media (min-width: 1200px) {
  .featured-links__container__image {
    display: flex;
    aspect-ratio: 1/1;
  }
  .featured-links__overlay-shape {
    aspect-ratio: 1/1;
    background-image: url(../images/featured-links_desktop.87c390da.webp);
  }
  .featured-links__image_src {
    aspect-ratio: 1/1;
  }
  .featured-page__link {
    border-radius: 0 150px 150px 0;
    padding-left: 28px;
    padding-right: 110px;
    font-size: 36px;
    min-height: 121px;
  }
  .featured-page__link::before {
    right: 44px;
    width: 32px;
    height: 32px;
    background-image: url("data:image/svg+xml,<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" ><circle style=\"fill:%23ffffff;\" cx=\"16\" cy=\"16\" r=\"16\" /></svg>");
  }
  .featured-page__link:hover::before, .featured-page__link:focus-visible::before, .featured-page__link:focus-within::before {
    background-image: url("data:image/svg+xml,<svg viewBox=\"0 0 16 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 16.003906,0 C 9.5086785,-0.09873302 3.2294038,4.2226246 1.0272765,10.338801 c -2.0549798,5.383076 -1.00054024,11.8649 2.8893581,16.164336 3.0181618,3.436939 7.5297874,5.585284 12.1263344,5.52616 0,-10.666667 0,-21.333333 0,-32.00000012 z\" style=\"fill:%23ffffff\" /></svg>");
    width: 16px;
    right: 60px;
  }
  .featured-page__link:hover::after, .featured-page__link:focus-visible::after, .featured-page__link:focus-within::after {
    right: 44px;
    width: 16px;
    height: 32px;
  }
}

/*# sourceMappingURL=style-index.css.map*/