.breakpointWrapper {
  position: relative;
}
.breakpointWrapper::after {
  content: "desktop";
  position: fixed;
  bottom: 7.5%;
  right: 0;
  background-color: black;
  color: white;
  padding: 20px;
  font-size: 18px;
  font-weight: bold;
  z-index: 99999;
}
@media screen and (max-width: 768px) {
  .breakpointWrapper::after {
    content: "mobile";
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .breakpointWrapper::after {
    content: "tablet";
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .breakpointWrapper::after {
    content: "desktop";
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .breakpointWrapper::after {
    content: "widescreen";
  }
}
@media screen and (min-width: 1408px) and (max-width: 1919px) {
  .breakpointWrapper::after {
    content: "fullhd (1440p)";
  }
}
@media screen and (min-width: 1920px) and (max-width: 2559px) {
  .breakpointWrapper::after {
    content: "ultrahd (1080p+)";
  }
}
@media screen and (min-width: 2560px) {
  .breakpointWrapper::after {
    content: "qhd (1440p+)";
  }
}
.breakpointWrapper::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  z-index: 999998;
  opacity: 0.25;
}
@media screen and (max-width: 768px) {
  .breakpointWrapper::before {
    background: repeating-linear-gradient(90deg, transparent 0px, transparent calc(8.333% - 1px), rgba(255, 0, 0, 0.9) calc(8.333% - 1px), rgba(255, 0, 0, 0.9) 8.333%);
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .breakpointWrapper::before {
    background: repeating-linear-gradient(90deg, transparent 0px, transparent calc(8.333% - 1px), rgba(0, 0, 255, 0.9) calc(8.333% - 1px), rgba(0, 0, 255, 0.9) 8.333%);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .breakpointWrapper::before {
    background: repeating-linear-gradient(90deg, transparent 0px, transparent calc(8.333% - 1px), rgba(0, 255, 0, 0.9) calc(8.333% - 1px), rgba(0, 255, 0, 0.9) 8.333%);
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .breakpointWrapper::before {
    background: repeating-linear-gradient(90deg, transparent 0px, transparent calc(8.333% - 1px), rgba(255, 165, 0, 0.9) calc(8.333% - 1px), rgba(255, 165, 0, 0.9) 8.333%);
  }
}
@media screen and (min-width: 1408px) {
  .breakpointWrapper::before {
    background: repeating-linear-gradient(90deg, transparent 0px, transparent calc(8.333% - 1px), rgba(128, 0, 128, 0.9) calc(8.333% - 1px), rgba(128, 0, 128, 0.9) 8.333%);
  }
}

.leaf-quote-block {
  width: 100%;
  padding: 4rem 0;
  margin: 0;
  box-sizing: border-box;
  position: relative;
  background-color: transparent;
}
.leaf-quote-block .leaf-quote-container {
  width: 95%;
  max-width: 1430px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0;
}
.leaf-quote-block .leaf-quote-bubble {
  background-color: #C2CAD0;
  padding: 1.5rem 3rem;
  position: relative;
  z-index: 1;
  width: 87%;
  max-width: 1038px;
  box-sizing: border-box;
  margin-left: auto;
  border-radius: 2rem 0 2rem 0;
}
.leaf-quote-block .leaf-quote-bubble .leaf-quote-decoration {
  width: 378px;
  height: 148px;
  background-color: #689CAD;
  position: absolute;
  z-index: 2;
  top: 2rem;
  left: -20rem;
  border-radius: 0 31.25rem 0 31.25rem;
}
@media screen and (max-width: 1023px) {
  .leaf-quote-block .leaf-quote-bubble .leaf-quote-decoration {
    width: 250px;
    height: 125px;
    top: -4.75rem;
    left: 6rem;
  }
}
@media screen and (max-width: 1023px) {
  .leaf-quote-block .leaf-quote-bubble {
    padding: 1rem 2rem;
    border-radius: 1.5rem 0 1.5rem 0;
    width: 100%;
    margin-left: 0;
  }
}
.leaf-quote-block .leaf-quote-title {
  font-family: "Public Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #00355F;
  margin: 0 0 1.5rem 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  gap: 1rem;
  vertical-align: middle;
}
.leaf-quote-block .leaf-quote-title .quote-image {
  height: 36px;
  width: auto;
  object-fit: contain;
  flex-shrink: 0;
}
@media screen and (max-width: 1023px) {
  .leaf-quote-block .leaf-quote-title {
    flex-direction: column;
    gap: 0.75rem;
  }
  .leaf-quote-block .leaf-quote-title .quote-image {
    height: 28px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .leaf-quote-block .leaf-quote-title .quote-image {
    height: 32px;
  }
}
@media screen and (min-width: 1216px) {
  .leaf-quote-block .leaf-quote-title .quote-image {
    height: 40px;
  }
}
.leaf-quote-block .leaf-quote-text {
  font-family: "Public Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 28px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #00355F;
  text-align: left;
  margin: 0;
  margin-left: calc(36px + 1rem);
  vertical-align: middle;
}
@media screen and (max-width: 1023px) {
  .leaf-quote-block .leaf-quote-text {
    margin-left: 0;
  }
}
.leaf-quote-block.alignwide .leaf-quote-container {
  max-width: 95% !important;
}
.leaf-quote-block.alignfull .leaf-quote-container {
  max-width: 100% !important;
  padding: 0 2rem;
}
@media (prefers-contrast: high) {
  .leaf-quote-block .leaf-quote-decoration {
    border: 2px solid #000000;
  }
  .leaf-quote-block .leaf-quote-bubble {
    border: 2px solid #000000;
    background-color: #FFFFFF;
  }
  .leaf-quote-block .leaf-quote-title,
  .leaf-quote-block .leaf-quote-text {
    color: #000000;
  }
}
