/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/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.
 */
.flickity-viewport {
  overflow: visible;
  width: 100%;
}
.flickity-cell {
  width: calc((100% + 30px) / 3);
  padding-right: 30px;
}
@media screen and (max-width: 991px) {
  .flickity-cell {
    width: calc((100% + 20px) / 2);
    padding-right: 20px;
  }
}
.flickity-cell .is-style-plus-top-left:after,
.flickity-cell .is-style-plus-top-right:after,
.flickity-cell .is-style-plus-bottom-right:after,
.flickity-cell .is-style-plus-bottom-left:after {
  min-width: 80px;
  max-width: 80px;
}
.flickity-cell.border-plus-wrapper {
  position: absolute;
}
.flickity-cell.border-plus-wrapper:hover span svg path {
  fill: var(--wp--preset--color--black);
}
.flickity-cell.border-plus-wrapper:hover .is-style-plus-border {
  border-color: var(--wp--preset--color--black);
}
.flickity-cell figure a,
.flickity-cell .wp-block-post-terms a {
  border-bottom: 0;
}
.flickity-cell:hover .wp-block-group.has-white-background-color {
  background-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--white);
  transition: background-color 200ms ease-in-out;
}
.flickity-cell:hover .wp-block-group.has-white-background-color .wp-block-read-more {
  color: var(--wp--preset--color--white);
}
.flickity-button {
  width: 80px;
  top: -90px;
  border-radius: 0;
  background-color: var(--wp--preset--color--white);
}
.flickity-button.next {
  right: 0px;
}
.flickity-button.next svg {
  top: 4%;
  left: 20%;
  position: relative;
}
.flickity-button.previous {
  left: auto;
  right: 90px;
}
.flickity-button.previous svg {
  top: 4%;
  left: -20%;
  position: relative;
}
.flickity-button::after {
  content: "";
  width: 40px;
  height: 4px;
  position: absolute;
  top: calc(50% - 2px);
  left: calc(20% + 3px);
  background-color: var(--wp--preset--color--black);
}
.flickity-button:hover {
  background-color: var(--wp--preset--color--black);
}
.flickity-button:hover svg path {
  fill: var(--wp--preset--color--white);
}
.flickity-button:hover::after {
  background-color: var(--wp--preset--color--white);
}

.carousel {
  webkit-clip-path: polygon(0% -100%, 200% 0%, 200% 100%, 0% 100%);
  clip-path: polygon(0% -100%, 200% 0%, 200% 100%, 0% 100%);
}

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