.calloutTitle {
  margin: 0;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  color: #341c4c;
}
@media (min-width: 1024px) and (max-width: 1279px) {
}
@media (min-width: 768px) and (max-width: 1023px) {
}
@media (max-width: 767px) {
}
@media (min-width: 1024px) and (max-width: 1279px) {
}
@media (min-width: 768px) and (max-width: 1023px) {
}
@media (max-width: 767px) {
}
@media (min-width: 1024px) and (max-width: 1279px) {
}
@media (min-width: 768px) and (max-width: 1023px) {
}
@media (max-width: 767px) {
}
.calloutTitle {
  font-size: 2rem;
  line-height: 1.22;
  font-weight: 700;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .calloutTitle {
    font-size: 1.66667rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .calloutTitle {
    font-size: 1.44444rem;
  }
}
@media (max-width: 767px) {
  .calloutTitle {
    font-size: 1.44444rem;
    line-height: 1.31;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
}
@media (min-width: 768px) and (max-width: 1023px) {
}
@media (max-width: 767px) {
}
@media (min-width: 1024px) and (max-width: 1279px) {
}
@media (min-width: 768px) and (max-width: 1023px) {
}
@media (max-width: 767px) {
}
@media (max-width: 767px) {
}
@media (max-width: 767px) {
}
@media (min-width: 1024px) and (max-width: 1279px) {
}
@media (min-width: 768px) and (max-width: 1023px) {
}
@media (max-width: 767px) {
}
.bubble,
.block--callout:after {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.bubble--orange,
.bubble--orangewhite,
.bubble--purple,
.bubble--white,
.bubble--whitepurple,
.block--callout:after {
  height: 3.66667rem;
  width: 7.27778rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .bubble--orange,
  .bubble--orangewhite,
  .bubble--purple,
  .bubble--white,
  .bubble--whitepurple,
  .block--callout:after {
    height: 2.22222rem;
    width: 4.44444rem;
  }
}
.bubble--orange {
  background-image: url("/website/assets/img/bubble-orange.svg");
}
.bubble--orangewhite {
  background-image: url("/website/assets/img/bubble-orangewhite.svg");
}
.bubble--purple,
.block--callout:after {
  background-image: url("/website/assets/img/bubble-purple.svg");
}
.bubble--white {
  background-image: url("/website/assets/img/bubble-white.svg");
}
.bubble--whitepurple {
  background-image: url("/website/assets/img/bubble-whitepurple.svg");
}
.bubble--textpurple,
.bubble--textlilac,
.bubble--textwhite {
  padding: 1.11111rem 2.5rem;
  border-radius: 60px;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
}
.bubble--textpurple.bubble--smallerText,
.bubble--textlilac.bubble--smallerText,
.bubble--textwhite.bubble--smallerText {
  padding: 1.11111rem 1.16667rem;
  font-size: 1.11111rem;
  max-width: 15.11111rem;
}
@media (max-width: 1023px) {
  .bubble--textpurple.bubble--smallerText,
  .bubble--textlilac.bubble--smallerText,
  .bubble--textwhite.bubble--smallerText {
    font-size: 0.88889rem;
    padding: 0.55556rem 1.11111rem;
  }
}
.bubble--textpurple {
  background-color: #341c4c;
  color: #95569e;
}
.bubble--textpurple:before {
  content: '';
  position: absolute;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 1.05556rem;
  width: 1.33333rem;
  right: 50px;
  top: calc(100% - 5px);
  background-image: url("/website/assets/img/bubble-arrowpurple.svg");
}
.bubble--textlilac {
  background-color: #95569e;
  color: #fff;
}
.bubble--textlilac:before {
  content: '';
  position: absolute;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 1.05556rem;
  width: 1.33333rem;
  right: 50px;
  top: calc(100% - 5px);
  background-image: url("/website/assets/img/bubble-arrowlilac.svg");
}
.bubble--textwhite {
  background-color: #341c4c;
  color: #fff;
}
.bubble--textwhite:before {
  content: '';
  position: absolute;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 1.05556rem;
  width: 1.33333rem;
  right: 50px;
  top: calc(100% - 5px);
  background-image: url("/website/assets/img/bubble-arrowpurple.svg");
}
.bubble--playpattern {
  background-image: url("/website/assets/img/play-pattern.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 9.66667rem;
  height: 7.61111rem;
}
.bubble--playpattern.bubble--rightbottom,
.bubble--playpattern.bubble--bottom {
  right: 0;
  bottom: 0;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .bubble--playpattern.bubble--rightbottom,
  .bubble--playpattern.bubble--bottom {
    -webkit-transform: translate(50%, 50%) scale(0.8);
            transform: translate(50%, 50%) scale(0.8);
  }
}
@media (max-width: 767px) {
  .bubble--playpattern.bubble--rightbottom,
  .bubble--playpattern.bubble--bottom {
    -webkit-transform: translate(50%, 50%) scale(0.5);
            transform: translate(50%, 50%) scale(0.5);
    right: -10px;
  }
}
.bubble--playpattern.bubble--leftbottom {
  right: auto;
  left: 0;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .bubble--playpattern.bubble--leftbottom {
    -webkit-transform: translate(-50%, 50%) scale(0.8);
            transform: translate(-50%, 50%) scale(0.8);
  }
}
@media (max-width: 767px) {
  .bubble--playpattern.bubble--leftbottom {
    -webkit-transform: translate(-50%, 50%) scale(0.5);
            transform: translate(-50%, 50%) scale(0.5);
    left: -10px;
  }
}
.bubble--playpattern.bubble--top {
  right: 0;
  left: auto;
  top: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .bubble--playpattern.bubble--top {
    -webkit-transform: translate(50%, -50%) scale(0.8);
            transform: translate(50%, -50%) scale(0.8);
  }
}
@media (max-width: 767px) {
  .bubble--playpattern.bubble--top {
    -webkit-transform: translate(50%, -50%) scale(0.5);
            transform: translate(50%, -50%) scale(0.5);
    right: -10px;
  }
}
.bubble--top {
  top: 0;
  left: 30px;
  -webkit-transform: translateY(-50%) translateY(7px);
          transform: translateY(-50%) translateY(7px);
}
@media (max-width: 767px) {
  .bubble--top {
    left: 20px;
  }
}
.bubble--top.bubble--textpurple,
.bubble--top.bubble--textlilac {
  -webkit-transform: translateY(-50%) translateY(-20px);
          transform: translateY(-50%) translateY(-20px);
}
.bubble--topright {
  top: 0;
  right: 35px;
  -webkit-transform: translateY(-50%) translateY(7px);
          transform: translateY(-50%) translateY(7px);
}
@media (max-width: 767px) {
  .bubble--topright {
    right: 20px;
  }
}
.bubble--bottom {
  bottom: 0;
  right: 30px;
  -webkit-transform: translateY(50%) translateY(-7px);
          transform: translateY(50%) translateY(-7px);
}
@media (max-width: 767px) {
  .bubble--bottom {
    right: 20px;
  }
}
.bubble--right {
  right: -30px;
  top: 90px;
}
@media (max-width: 767px) {
  .bubble--right {
    right: -20px;
  }
}
.bubble--rightbottom {
  right: -30px;
  bottom: 0;
}
@media (max-width: 767px) {
  .bubble--rightbottom {
    right: -20px;
  }
}
.bubble--left {
  left: -30px;
  top: 90px;
}
@media (max-width: 767px) {
  .bubble--left {
    left: -20px;
  }
}
.bubble--leftbottom {
  left: -30px;
  bottom: 0;
}
@media (max-width: 767px) {
  .bubble--leftbottom {
    left: -20px;
  }
}
.block--callout {
  position: relative;
}
.block--callout:after {
  content: '';
  display: block;
  top: -26px;
  right: 60px;
}
.block--callout.no-shapes:after {
  display: none;
}
.callout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
}
@media (max-width: 767px) {
  .callout {
    text-align: center;
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.calloutTitle {
  color: #fff;
  font-weight: 700;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .calloutBtn {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
}
