.repay-svg-media-and-text {
  display: flex;
  flex-direction: row;
  position: relative;
  padding: 15% 0;
  gap: 4rem;
  min-height: 600px;
}
@media (max-width: 768px) {
  .repay-svg-media-and-text {
    flex-wrap: wrap;
    gap: 2rem;
  }
}
.repay-svg-media-and-text > * {
  position: relative;
  z-index: 1;
}
.repay-svg-media-and-text__svg-background {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.wp-block .repay-svg-media-and-text__svg-background {
  z-index: 0;
}
.repay-svg-media-and-text__svg-background img {
  object-fit: contain;
}
.repay-svg-media-and-text__svg-background.dot-circle {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .repay-svg-media-and-text__svg-background.dot-circle {
    align-items: flex-start;
    justify-content: center;
    top: 4rem;
  }
  .repay-svg-media-and-text__svg-background.dot-circle + * {
    aspect-ratio: 1/1;
  }
}
.repay-svg-media-and-text__svg-background.dot-circle svg.green-blue-dot-circle {
  width: 50%;
  padding: 3%;
  transform: rotate(195deg) scaleX(-1);
}
@media (max-width: 768px) {
  .repay-svg-media-and-text__svg-background.dot-circle svg.green-blue-dot-circle {
    width: 100%;
  }
}
.repay-svg-media-and-text__svg-background.dot-circle video,
.repay-svg-media-and-text__svg-background.dot-circle img {
  max-height: 90%;
  width: 50%;
}
@media (max-width: 1500px) {
  .repay-svg-media-and-text__svg-background.dot-circle video,
.repay-svg-media-and-text__svg-background.dot-circle img {
    max-height: 80%;
  }
}
@media (max-width: 768px) {
  .repay-svg-media-and-text__svg-background.dot-circle video,
.repay-svg-media-and-text__svg-background.dot-circle img {
    width: 100%;
    max-width: 500px;
  }
}
.repay-svg-media-and-text__svg-background.dot-wave {
  display: flex;
  flex-direction: row;
  align-items: end;
  justify-content: center;
}
@media (max-width: 768px) {
  .repay-svg-media-and-text__svg-background.dot-wave {
    align-items: center;
  }
}
.repay-svg-media-and-text__svg-background.dot-wave svg.green-dot-wave {
  transform: scale(1.5) translateY(-20%);
}
@media (max-width: 768px) {
  .repay-svg-media-and-text__svg-background.dot-wave svg.green-dot-wave {
    transform: scale(2.5) translateY(-40%);
  }
}
.repay-svg-media-and-text__svg-background.dot-wave video,
.repay-svg-media-and-text__svg-background.dot-wave img {
  width: 110vw;
}
.repay-svg-media-and-text__svg-background.dot-wave-3 {
  display: flex;
  flex-direction: row;
  align-items: end;
  justify-content: center;
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
  overflow: hidden;
}
@media (max-width: 768px) {
  .repay-svg-media-and-text__svg-background.dot-wave-3 {
    align-items: center;
  }
}
.repay-svg-media-and-text__svg-background.dot-wave-3 svg.green-dot-wave-3 {
  transform: scale(3) rotate(6deg);
  --filter: grayscale(100%) brightness(0) opacity(0.08);
  position: relative;
  left: -20%;
  top: -35%;
  transform-origin: center top;
}
@media (max-width: 768px) {
  .repay-svg-media-and-text__svg-background.dot-wave-3 svg.green-dot-wave-3 {
    transform: scale(2) translateY(-20%);
  }
}
.repay-svg-media-and-text__svg-background.dot-wave-3 video,
.repay-svg-media-and-text__svg-background.dot-wave-3 img {
  width: 100%;
}
.repay-svg-media-and-text.image-right {
  flex-direction: row-reverse;
}
.repay-svg-media-and-text.image-right .repay-svg-media-and-text__svg-background {
  flex-direction: row-reverse;
}
.repay-svg-media-and-text.image-right .repay-svg-media-and-text__media-container.contain img {
  object-position: right;
}
.repay-svg-media-and-text__media-container {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.repay-svg-media-and-text__media-container img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 5/3;
  display: inline-block;
}
.repay-svg-media-and-text__media-container.contain img {
  object-fit: contain;
}
.repay-svg-media-and-text__text-container {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 2rem;
}
@media (max-width: 768px) {
  .repay-svg-media-and-text__media-container, .repay-svg-media-and-text__text-container {
    width: 100% !important;
  }
  .repay-svg-media-and-text.image-right .repay-svg-media-and-text__media-container.contain img {
    object-position: center;
  }
}
.repay-svg-media-and-text__icon-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.repay-svg-media-and-text__icon-list > li {
  display: flex;
  gap: 2rem;
}
.repay-svg-media-and-text__icon-list > li + li {
  margin-top: 1rem;
}
.repay-svg-media-and-text__icon-list > li > img {
  width: 2.5rem;
  max-height: 2.5rem;
  object-fit: contain;
}
.repay-svg-media-and-text.size-option-60-40 {
  column-gap: 2rem;
}
.repay-svg-media-and-text.size-option-60-40 .repay-svg-media-and-text__svg-background {
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}
.repay-svg-media-and-text.size-option-60-40 .repay-svg-media-and-text__svg-background svg.green-blue-dot-circle {
  transform: rotate(-10deg) scaleX(-1);
}
.repay-svg-media-and-text.size-option-60-40 .repay-svg-media-and-text__media-container {
  width: 60%;
}
.repay-svg-media-and-text.size-option-60-40 .repay-svg-media-and-text__text-container {
  width: 40%;
}
.repay-svg-media-and-text__heading {
  margin: 0;
}
.edit-post-visual-editor .repay-svg-media-and-text {
  overflow-y: hidden;
}

/*# sourceMappingURL=svg-media-and-text.css.map */

/* New Option */ 
.repay-svg-media-and-text.size-option-40-60 .repay-svg-media-and-text__media-container {
  width: 40%;
}
.repay-svg-media-and-text.size-option-40-60 .repay-svg-media-and-text__text-container {
  width: 60%;
}
