/* Fonts */
/* Colos */
/* Spacing */
.has-background--light {
  background-color: #fffcf9;
}

.image-accent-wrapper {
  margin: 0;
  position: relative;
  z-index: 5;
}

.image-accent-wrapper__triangle--v2 {
  position: absolute;
  z-index: -1;
  top: 15%;
  width: 94%;
  right: -30%;
  height: auto;
}

.image-accent-wrapper__half--v2 {
  position: absolute;
  width: 47%;
  bottom: -15%;
  left: -18%;
  height: auto;
}

.image-accent-wrapper__circle--v2 {
  position: absolute;
  width: 40%;
  bottom: -15%;
  right: -30%;
  height: auto;
}

@media (max-width: 991px) {
  .image-accent-wrapper__half--v2 {
    left: -18% !important;
    right: unset;
  }
}
@media (max-width: 991px) {
  .image-accent-wrapper__half--v3 {
    left: -18% !important;
    right: unset;
  }
}
.image-accent-wrapper {
  margin: 0;
  position: relative;
  z-index: 5;
}

.image-accent-wrapper__triangle--v3 {
  position: absolute;
  z-index: -1;
  top: 15%;
  width: 94%;
  right: -30%;
  height: auto;
}

.image-accent-wrapper__half--v3 {
  position: absolute;
  width: 47%;
  bottom: -15%;
  left: -18%;
  height: auto;
}

.image-accent-wrapper__circle--v3 {
  position: absolute;
  width: 40%;
  bottom: -15%;
  right: -8%;
  height: auto;
}

.image-accent-wrapper__triangle {
  position: absolute;
  z-index: -1;
  top: 0%;
  width: 94%;
  left: -30%;
  height: auto;
}

@media (max-width: 991px) {
  .image-accent-wrapper__triangle {
    left: 35%;
  }
}
.image-accent-wrapper__circle {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: -30%;
  width: 40%;
  height: auto;
}

@media (max-width: 991px) {
  .image-accent-wrapper__circle {
    left: 90%;
  }
}
.image-accent-wrapper__half {
  transform: translateY(25%);
  position: absolute;
  width: 47%;
  bottom: 50%;
  right: 0px;
  height: auto;
}

@media (max-width: 991px) {
  .image-accent-wrapper__half {
    left: 0px;
    right: unset;
  }
}
body.white-text-color .image-accent-wrapper__triangle--v3 {
  filter: brightness(1.2);
}
body.white-text-color .image-accent-wrapper__half--v3 {
  filter: brightness(1.2);
}
body.white-text-color .image-accent-wrapper__circle--v3 {
  filter: brightness(1.2);
}
body.white-text-color .image-accent-wrapper__triangle {
  filter: brightness(1.2);
}
body.white-text-color .image-accent-wrapper__circle {
  filter: brightness(1.2);
}
body.white-text-color .image-accent-wrapper__half {
  filter: brightness(1.2);
}

.to-right {
  width: fit-content;
  margin-left: auto;
}

.to-center {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.image-accent-wrapper .large-background-accent {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: calc(var(--wp--preset--spacing--large) * -1);
  width: 100%;
  height: 100%;
}

.intro__shape-01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 55%;
  height: auto;
}
@media (max-width: 991px) {
  .intro__shape-01 {
    width: 100%;
  }
}
.intro__shape-02 {
  position: absolute;
  left: 0;
  width: 25%;
  height: auto;
  top: 35rem;
}
@media (max-width: 991px) {
  .intro__shape-02 {
    width: 50%;
    top: 50vw;
  }
}
.intro__shape-03 {
  position: absolute;
  top: 0;
  width: 25%;
  height: auto;
  left: 40%;
  z-index: -1;
}
@media (max-width: 991px) {
  .intro__shape-03 {
    width: 50vw;
    left: 30vh;
  }
}

.large-background-accent.large-background-accent--mirror {
  position: absolute;
  top: unset;
  bottom: 0;
  transform: rotateX(180deg);
}