.gradient[data-v-3c4b57b4] {
  background: #e7e8e9;
  background: linear-gradient(180deg, #e7e8e9 0%, white 100%);
}
.inverse-gradient[data-v-3c4b57b4] {
  background: #e7e8e9;
  background: linear-gradient(180deg, white 0%, #e7e8e9 100%);
}
.rectangle[data-v-3c4b57b4] {
  background-color: white;
  text-align: center;
  width: 400px;
  margin: 20px;
  position: relative;
  padding: 10px;
}
.rectangle .caption[data-v-3c4b57b4] {
    position: absolute;
    left: 0;
    transform: translate(0, -50%);
    top: 50%;
    margin: auto 20px;
}
.rectangle .text-subtitle1[data-v-3c4b57b4] {
    line-height: 1.5;
}
.inner-number[data-v-3c4b57b4] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #757575;
  border-radius: 5px;
  height: 400px;
}
.bordered[data-v-3c4b57b4] {
  border: 1px solid #757575;
  border-radius: 5px;
}
.cta-button[data-v-3c4b57b4] {
  text-align: center;
  transform: translate(-50%, -50%);
  left: 50%;
}
.section.boxed[data-v-3c4b57b4] {
  display: flex;
}
.section.boxed > div[data-v-3c4b57b4] {
    width: 90vw;
    margin: auto;
}
.video-container[data-v-3c4b57b4] {
  max-width: 800px;
}
.video-container .rwd-video[data-v-3c4b57b4] {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}
.video-container .rwd-video iframe[data-v-3c4b57b4], .video-container .rwd-video object[data-v-3c4b57b4], .video-container .rwd-video embed[data-v-3c4b57b4] {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
}


/*# sourceMappingURL=5.e934d4b8.css.map*/