/*!**********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./pivot-blocks/image-accent-radial/style.scss ***!
  \**********************************************************************************************************************************************************************************************/
.image-accent-radial-block.blue figure:after {
  background-image: url(pulse-animation.svg);
}
.image-accent-radial-block.green figure:after {
  background-image: url(pulse-triple-animation-green.svg);
}
.image-accent-radial-block.circle figure {
  max-width: 345px;
}
@media (max-width: 1024px) {
  .image-accent-radial-block.circle figure {
    transform: scale(80%);
  }
}
@media (max-width: 768px) {
  .image-accent-radial-block.circle figure {
    transform: scale(60%);
  }
}
.image-accent-radial-block.circle img {
  border-radius: 50%;
  aspect-ratio: 1/1;
}
@media (max-width: 1024px) {
  .image-accent-radial-block.full {
    transform: scale(80%);
    transform-origin: bottom center;
  }
}
.image-accent-radial-block figure {
  margin: 0;
  position: relative;
  z-index: 2;
}
.image-accent-radial-block figure:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 575px;
  height: 576px;
  z-index: 1;
}
.image-accent-radial-block img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
}
