.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

.bonitas_head_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.bonitas_head_wrap:hover {
  background-color: rgba(186, 13, 54, 0.5);
}

.bonitas_head_wrap.right-top {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.bonitas_head_wrap.left {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}

.bonitas_head_wrap.right {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.bonitas_head_wrap.left-top {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}

.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header {
  position: relative;
}

.header.blackbg {
  background-color: #333436;
}

.header.blackbg.fullvh.hide {
  display: none;
  width: 100vh;
  height: 100%;
}

.header.agm_bg {
  height: 500px;
  background-image: url('../images/bonitas_agm_header.jpg');
  background-position: 100% 0%;
  background-size: cover;
}

.grid_2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: rgba(0, 0, 0, 0.3);
}

.html-embed {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  overflow: hidden;
}

.text-block {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 25px;
  font-weight: 600;
  text-align: center;
}

.video_wrapper {
  position: relative;
  z-index: 1;
  padding-top: 56.25%;
}

.video_wrapper.spinner.nomargin {
  padding-top: 0%;
}

.video_wrapper.spinner.nomargin.video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.bonitas_band {
  display: block;
  padding: 30px;
  background-color: #333436;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.bonitas_text {
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
}

.bonitas_text.blue {
  color: #5f8197;
  font-weight: 700;
}

.spacer {
  min-height: 2px;
  min-width: 2px;
}

.spacer._10 {
  min-height: 10px;
  min-width: 10px;
}

.spacer._100 {
  min-height: 100px;
  min-width: 100px;
}

.spacer._5 {
  min-height: 5px;
  min-width: 5px;
}

.spacer._50 {
  min-height: 50px;
  min-width: 50px;
}

.spacer._20 {
  min-height: 20px;
  min-width: 20px;
}

.spacer._15 {
  min-height: 15px;
  min-width: 15px;
}

.spacer._40 {
  min-height: 40px;
  min-width: 40px;
}

.div-block-28 {
  padding: 9px;
  background-color: #b8092e;
}

.text-block-25 {
  color: #fff;
  font-size: 22px;
}

.bon_rich_text {
  width: 90vw;
  max-width: 900px;
  margin: 10px 10px 100px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: justify;
}

.band {
  background-color: #b8092e;
}

.band.white {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.images {
  height: 300px;
  background-image: url('../images/kelly-sikkema-iHYs3h94MNE-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.images.washing {
  display: none;
}

.wrapper {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.wrapper._500 {
  max-width: 500px;
}

.wrapper._400 {
  max-width: 400px;
}

.wrapper.hint {
  padding-right: 20px;
  padding-left: 20px;
}

.header_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.chat_header {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 5vh;
  min-height: 50px;
  padding: 10px 0px 10px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #333436;
}

.spacer-2 {
  width: 50px;
  height: 50px;
}

.spacer-2._10 {
  width: 10px;
  height: 10px;
  min-height: 10px;
  min-width: 10px;
}

.avatar {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-image: url('../images/meet_que.png');
  background-position: 0px 0px;
  background-size: contain;
}

.chat_wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50vw;
  height: 80vh;
  margin: 5vh auto auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.html-embed-3 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: hidden;
  width: 50vw;
  height: 75vh;
  margin: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 4px;
  background-color: #fff;
}

.chat_bg {
  background-color: #ba0d36;
}

.bold-text {
  color: #fff;
}

.title-block {
  padding-right: 50px;
  padding-left: 50px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.title-block.underline {
  border-bottom: 1px solid hsla(0, 0%, 67.5%, 0.22);
  background-color: #333436;
}

.heading-24 {
  font-family: 'Open Sans', sans-serif;
  font-size: 28px;
  line-height: 30px;
  font-weight: 600;
}

.heading-24.center {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}

.spacer-3 {
  width: 10px;
  height: 10px;
}

.spacer-3._40 {
  width: 40px;
  height: 40px;
}

.spacer-3._20 {
  width: 20px;
  height: 20px;
}

.spacer-3._5 {
  width: 5px;
  height: 5px;
}

.spacer-3._2 {
  width: 2px;
  height: 2px;
}

.spacer-3._1 {
  width: 1px;
  height: 1px;
}

.spacer-3._50 {
  width: 50px;
  height: 50px;
}

.text-block-24 {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #8f8f8f;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}

.text-block-24.centre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #b6b6b6;
  text-align: center;
}

.text-block-24.centre.center {
  text-align: center;
}

.text-block-24.centre.x {
  text-align: center;
}

.text-block-24.centre.centered {
  text-align: center;
}

.text-block-24.darker {
  margin-top: 0px;
  color: #444141;
}

.text-block-24.darker.terms {
  margin-bottom: 0px;
}

.text-block-24.darker.terms-paragraph {
  margin-bottom: 20px;
}

.text-block-24.darker.center {
  text-align: center;
}

.text-block-24.darker.vc-terms {
  margin-bottom: 0px;
}

.text-block-24.darker.number {
  width: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.grid-2 {
  width: 100%;
  justify-items: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-auto-flow: row;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.terms_actual_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.terms_actual_info.padded {
  padding-right: 70px;
  padding-left: 70px;
}

.expand-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  margin-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.lottie-animation-2 {
  width: 50px;
  height: 50px;
  opacity: 0.55;
  -webkit-transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.question-text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #424242;
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
}

.question-text.small {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  line-height: 20px;
}

.question-text.red {
  font-family: 'Open Sans', sans-serif;
  color: #b8092e;
  font-weight: 600;
}

.question-text.blue {
  color: #003087;
}

.answer-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #8f8f8f;
  text-align: justify;
}

.answer-2.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.question-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #222;
}

.div-block-24 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.collection-item-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  max-width: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.question-container-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px solid hsla(0, 0%, 67.3%, 0.22);
  border-radius: 3px;
  background-color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.question-container-4.tall {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.question-container-4.tutorials {
  margin-right: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.answer_visible {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #8f8f8f;
  text-align: left;
}

.answer_visible.terms {
  margin-bottom: 5px;
}

.section {
  display: none;
  overflow: hidden;
  margin-top: 0px;
  padding-top: 50px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.section.nopadding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.wrapper_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  min-width: 900px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrapper_2.really-small {
  max-width: 600px;
  min-width: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.links-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.link-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 500px;
  margin-bottom: 30px;
  padding: 10px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #ddd;
  border-radius: 2px;
  background-color: #fff;
  color: #111;
  text-decoration: none;
}

.link-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 22px;
  padding-left: 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block-7 {
  margin-bottom: 12px;
  font-family: jaf-facitweb, sans-serif;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.text-block-7.aec {
  font-family: 'Open Sans', sans-serif;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #333436;
}

.loader {
  width: 120px;
  height: 120px;
}

.loader.black {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: #333436;
}

.loader.black.z0 {
  z-index: 0;
  width: 80px;
  height: 80px;
}

.testimonials-v2-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid hsla(0, 0%, 100%, 0.12);
  background-color: #1c1d22;
  opacity: 1;
  -webkit-transition: font-size 400ms ease, width 400ms ease, border-color 400ms ease, color 400ms ease, background-color 400ms ease;
  transition: font-size 400ms ease, width 400ms ease, border-color 400ms ease, color 400ms ease, background-color 400ms ease;
  color: #fff;
  font-size: 18px;
}

.testimonials-v2-button:hover {
  width: 48px;
  border-left-color: transparent;
  background-color: #e8985c;
}

.t07 {
  display: block;
  overflow: hidden;
  width: 100%;
  min-height: 300px;
  padding: 100px 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.t07_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-decoration: none;
}

.t07_arrow_right {
  left: 55px;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 55px;
  height: 55px;
  background-color: #333436;
}

.t07_icon {
  font-size: 13px;
}

.t07_paragraph {
  max-width: 500px;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
}

.t07_paragraph.small {
  font-size: 14px;
  line-height: 30px;
}

.testimonial_content_block {
  position: absolute;
  left: 552px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 480px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.t07_slider {
  width: 100%;
  min-height: 480px;
}

.t07_h4 {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.t07_arrow_left {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 55px;
  height: 55px;
  background-color: #333436;
}

.t07_line_break {
  width: 70px;
  height: 2px;
  margin-top: 5px;
  margin-bottom: 15px;
  background-color: #b8092e;
}

.t07_content_block {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: auto;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-height: 80%;
  min-height: 280px;
  padding: 50px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.03);
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, 0.05);
}

.placeholder {
  height: 500px;
}

.animation-controller {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.animation-controller._50 {
  width: 50px;
  height: 50px;
}

.link-block {
  position: fixed;
  left: auto;
  top: auto;
  right: 3%;
  bottom: 3%;
  z-index: 5;
  width: 58px;
  height: 58px;
  padding: 14px;
  border-radius: 100%;
  background-color: #b8092e;
  background-image: url('../images/up_arrow.svg');
  background-position: 50% 50%;
  background-size: 70%;
  background-repeat: no-repeat;
}

.slide {
  background-color: #fff;
}

.slider_image_block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-31 {
  width: 70%;
  height: 480px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/a.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-31._2 {
  background-image: url('../images/khanyi.jpg');
  background-position: 50% 0%;
}

.semitransparent_overlay {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 560px;
  padding: 126px 15% 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
}

.spacer-5 {
  width: 10px;
  height: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.spacer-5._20 {
  width: 20px;
  height: 20px;
}

.spacer-5._30 {
  width: 30px;
  height: 30px;
}

.scheme_bg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.scheme_bg.bon {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #b8092e;
}

.getting_started_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.cards-social-bottom {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 130;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.social-card-base {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding: 6px 11px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.6);
}

.card_bg._80 {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 2px;
  background-image: url('../images/Rectangle-1903.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -o-object-fit: cover;
  object-fit: cover;
}

.block_standard {
  height: 100%;
  min-height: 560px;
  border-radius: 2px;
  background-image: url('../images/Rectangle-1903.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.block_standard.bon_card._4 {
  background-image: url('../images/card_background_4.jpg');
  background-position: 50% 50%;
}

.block_standard.bon_card_1 {
  background-image: url('../images/card_background_1.jpg');
  background-position: 50% 50%;
}

.block_standard.non_card_2 {
  background-image: url('../images/card_background_2.jpg');
  background-position: 50% 50%;
}

.link-7 {
  margin-right: 10px;
  margin-left: 0px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.white_paragraph {
  color: hsla(0, 0%, 100%, 0.94);
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.heading-14 {
  color: #f3f3f3;
  font-size: 32px;
  line-height: 38px;
  font-weight: 500;
}

.heading-14.footer-title {
  font-size: 25px;
  text-align: center;
}

.swiper-slide.my_meds {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 600px;
  margin-right: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-8 {
  margin-left: 0px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.image-8.hide {
  display: none;
}

.bottom_title_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.getstarted_detail {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.module_indicator {
  position: absolute;
  left: 1.2rem;
  top: 1rem;
  padding: 5px 10px;
  border-radius: 2px;
  background-color: #fff;
}

.module_indicator.card-cta-tag-2 {
  background-color: #000;
}

.module_indicator.card-cta-tag-2.bon {
  background-color: #b8092e;
}

.module_indicator.card-cta-tag-2.bon.hide {
  display: none;
}

.swiper-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  min-height: 85%;
  padding: 50px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.card-cta-text {
  color: #20193a;
  font-weight: 500;
  text-decoration: none;
}

.card-cta-text.card-cta-text-2 {
  color: #fff;
}

.block_video {
  position: static;
  z-index: 100;
  display: none;
  width: 100%;
  height: 100%;
  min-height: 200px;
  min-width: 200px;
  margin-right: -15%;
  margin-left: -15%;
  border-radius: 2px;
}

.hide {
  display: none;
}

.header_text {
  font-weight: 500;
}

.header_text.large {
  font-size: 16px;
}

.header_text.large.white {
  color: #fff;
  font-size: 18px;
}

.header_text.medium {
  font-size: 15px;
  font-weight: 400;
}

.sub_content_text.pathology {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.detail_line_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.detail_text_two_wrapper {
  padding-right: 0px;
  padding-left: 5px;
}

.info_wrapper {
  padding: 20px;
}

.info_card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 33px;
  padding-bottom: 33px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #333436;
}

.info_card.outline {
  padding-left: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 2px solid #b8092e;
  background-color: #fff;
  color: #333;
}

.info_card.claim {
  background-color: #333436;
}

.info_card.outline {
  padding-left: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 2px solid #b8092e;
  background-color: #fff;
  color: #333;
}

.sub_content_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-bottom: 1px solid hsla(0, 0%, 74.7%, 0.16);
}

.sub_content_content.pathology {
  margin-right: 20px;
}

.story_icon {
  width: 30px;
  height: 30px;
  background-image: url('../images/icon_claims.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.story_icon.claims {
  background-image: url('../images/icon_claims.svg');
}

.story_icon.claims.bon {
  background-image: url('../images/icon_claims_1.svg');
}

.story_icon.authorisations {
  background-image: url('../images/icon_authorisations_1.svg');
}

.padding {
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
}

.padding._20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.padding._40 {
  width: 40px;
  height: 40px;
}

.padding.black {
  background-color: #333436;
}

.padding.avatar-padding {
  padding: 0px;
  background-color: #fafafa;
}

.padding.hidden {
  display: none;
}

.indicator {
  width: 3px;
  height: 3px;
  margin: 4px;
  border-radius: 100%;
  background-color: #9e9e9e;
}

.indicator.red {
  background-color: #b8092e;
}

.wrapper-2 {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.extended_space {
  height: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.detail_text_one_wrapper {
  padding-right: 5px;
}

.detail_text {
  margin-bottom: 0px;
  color: #9e9e9e;
}

.detail_text.white {
  color: #fff;
}

.detail_text.red {
  color: #b8092e;
}

.detail_text.red {
  color: #b8092e;
}

.detail_text.healthscore_detail_text {
  margin-left: 10px;
  font-size: 24px;
  line-height: 24px;
}

.story_wrapper {
  margin-bottom: 75px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.04);
  border-radius: 3px;
}

.story_wrapper.pathology {
  overflow: hidden;
  width: 100%;
  margin-bottom: 50px;
  border-color: rgba(0, 0, 0, 0.4);
}

.story_wrapper.healthscore {
  margin-bottom: 20px;
}

.header_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 74.5%, 0.16);
}

.template_wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text_sub {
  color: #797979;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
}

.header_medium {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.header_medium.bon {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b8092e), to(#b8092e));
  background-image: linear-gradient(180deg, #b8092e, #b8092e);
}

.hide-tutorials {
  display: block;
}

.expand-icon-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.lottie-animation-4 {
  width: 30px;
  height: 30px;
  opacity: 0.55;
}

.tutorial_image {
  position: relative;
  display: none;
  overflow: hidden;
  width: 100px;
  height: 100px;
  min-height: auto;
  min-width: auto;
  border-radius: 4px;
  background-image: url('../images/Hero-Post-Image-002_compressed.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.element_details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.collection_image {
  position: relative;
  display: block;
  overflow: hidden;
  width: 30px;
  height: 100px;
  min-height: auto;
  min-width: auto;
  margin-left: 0px;
  border-radius: 4px;
}

.collection_image.get_started {
  width: 40px;
}

.collection_image.appsupport {
  width: 35px;
}

.collection_image.emergency {
  width: 30px;
}

.collection_image.healthfindr {
  width: 25px;
}

.collection_image.notifications {
  width: 20px;
}

.collection_image.friendsandfamily {
  width: 35px;
}

.collection_image.comingsoon {
  width: 35px;
}

.collection_image.learning {
  width: 25px;
}

.collection_image.everythingelse {
  width: 35px;
}

.grid-3 {
  margin-bottom: 20px;
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  cursor: pointer;
}

.image_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.answer-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #8f8f8f;
  text-align: justify;
}

.row {
  min-height: 40px;
}

.row.blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 2px;
  background-color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.scheme_bg_grey {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background-color: #f2f2f2;
}

.scheme_bg_grey.bon {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: hsla(0, 0%, 94.9%, 0.35);
}

.header_text-2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: jaf-facitweb, sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 30px;
  font-weight: 400;
}

.text-block-22 {
  font-family: 'Open Sans', sans-serif;
  color: #383838;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.articles_list_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.header_element {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.header_element.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.template_wrapper-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  padding: 40px 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header_element_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.read_indicator {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  width: 100vw;
  height: 5px;
  background-color: #000;
}

.read_indicator.bon {
  background-color: #b8092e;
}

.text-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

.bon_rich_text-2 {
  width: 90vw;
  max-width: 500px;
  margin: 10px 10px 100px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: justify;
}

.tagline {
  opacity: 0.6;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.tagline.t-white {
  color: #fff;
}

.header_background {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #12395f;
}

.header_background.np_image_bg {
  min-height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000;
  background-image: url('../images/Mask-Group-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.header_background.np_image_bg.bon {
  background-color: #b8092e;
  background-image: none;
}

.header_overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(0, 0, 0, 0.7);
}

.header_overlay.bon {
  background-color: #b8092e;
}

.header_text-3 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #fff;
  font-size: 26px;
  line-height: 30px;
  font-weight: 600;
}

.header_text-3.centre {
  font-family: jaf-facitweb, sans-serif;
  font-weight: 400;
  text-align: center;
}

.button_black_outline {
  display: none;
  height: 48px;
  padding: 15px 24px 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: background-color 400ms cubic-bezier(.215, .61, .355, 1), box-shadow 400ms cubic-bezier(.215, .61, .355, 1), color 400ms cubic-bezier(.215, .61, .355, 1);
  transition: background-color 400ms cubic-bezier(.215, .61, .355, 1), box-shadow 400ms cubic-bezier(.215, .61, .355, 1), color 400ms cubic-bezier(.215, .61, .355, 1);
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button_black_outline:hover {
  background-color: transparent;
}

.read_it_elements {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.read_it_wrapper {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  width: 100vw;
  height: 50vh;
  background-color: #1f1f1f;
}

.read_it_wrapper.bon {
  display: none;
}

.back_button {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100vw;
  height: auto;
  background-color: #000;
  text-decoration: none;
}

.video_wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95vw;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.video_wrapper-2.bon {
  height: auto;
  min-height: 200px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.article_end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100px;
  min-width: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

.button_black {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding: 15px 24px 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: background-color 400ms cubic-bezier(.215, .61, .355, 1), box-shadow 400ms cubic-bezier(.215, .61, .355, 1), color 400ms cubic-bezier(.215, .61, .355, 1);
  transition: background-color 400ms cubic-bezier(.215, .61, .355, 1), box-shadow 400ms cubic-bezier(.215, .61, .355, 1), color 400ms cubic-bezier(.215, .61, .355, 1);
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button_black:hover {
  background-color: transparent;
}

.button_black.red {
  border-radius: 4px;
  background-color: #b8092e;
}

.button_black.red:hover {
  background-color: #8f0320;
}

.bon_footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #b8092e;
}

.bon_heading {
  font-family: jaf-facitweb, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  text-align: left;
}

.bon_dottedbox {
  position: relative;
  width: 15%;
  min-height: 20px;
  border-bottom: 2px dashed #000;
  border-left: 2px dashed #000;
  border-bottom-left-radius: 50px;
  background-color: #fff;
}

.bon_dottedbox.centre {
  width: 25%;
  border-bottom: 2px solid #000;
  border-left-style: none;
  border-bottom-left-radius: 0px;
}

.bon_text_wrapper {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  height: 55%;
  margin-top: 40px;
  margin-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
}

.bonquote {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.bonquote.hide {
  display: none;
}

.bon_timeanddate {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  padding: 65px;
}

.bon_greytext_block {
  padding-top: 20px;
  padding-right: 60px;
  padding-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 0px 0px 60px 60px;
  background-color: #333436;
}

.bottom_box {
  width: 100vw;
  height: 100px;
  background-color: #b8092e;
}

.bon_solidbox {
  width: 60%;
  min-height: 200px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  border-top-right-radius: 50px;
  background-color: #fff;
}

.bon_date {
  font-family: jaf-facitweb, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  font-weight: 200;
  text-align: right;
}

.bon_circlr {
  position: absolute;
  left: -6%;
  top: -4%;
  right: auto;
  bottom: auto;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #000;
}

.paragraph-13 {
  font-family: jaf-facitweb, sans-serif;
}

.bon_textred_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top-right-radius: 60px;
  background-color: #b8092e;
}

.bonitas_grid {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: rgba(0, 0, 0, 0.3);
}

.mobile_view {
  display: none;
}

.video {
  z-index: 5;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.body_is_black {
  background-color: #333436;
}

.thrive_wrapper {
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.card_banner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #333436;
  text-decoration: none;
}

.card_banner.thrive_mall {
  height: 500px;
}

.card_benefit_summary {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  color: #fff;
  text-decoration: none;
}

.card_banner_image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/banner_header.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.card_banner_image.medical_aid {
  background-image: url('../images/medical_aid_header.jpg');
}

.card_banner_image.personal {
  background-image: url('../images/personal_health_header.jpg');
  background-position: 50% 0%;
}

.card_banner_image.thrive_mall {
  height: 500px;
  background-image: url('../images/store_header.jpg');
  background-position: 50% 80%;
}

.card_banner_image.badges {
  background-image: url('../images/badges_header.jpg');
  background-position: 50% 0%;
}

.card_banner_image.understanding_healthscore {
  background-image: url('../images/health_score_header.jpg');
  background-position: 50% 0%;
}

.card_banner_image.history {
  background-image: url('../images/healthscore_history_header.jpg');
  background-position: 50% 50%;
}

.card_banner_image.store {
  position: static;
  width: 100vw;
  height: 50vw;
  max-height: 375px;
  max-width: 750px;
  background-image: url('../images/avo_banner_v2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.card_banner_image.avo-temrs {
  position: static;
  width: 100vw;
  height: 50vw;
  max-height: 375px;
  max-width: 750px;
  background-image: url('../images/avo_banner_terms.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.card_banner_image.store {
  position: static;
  width: 100vw;
  height: 50vw;
  max-height: 420px;
  max-width: 750px;
  background-color: #fff;
  background-image: url('../images/avo_banner_win_car.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.card_banner_image.store {
  position: static;
  width: 100vw;
  height: 60vw;
  max-height: 469.05px;
  max-width: 750px;
  background-image: url('../images/avo_banner_may.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.bonitas_floating {
  position: absolute;
  left: 10px;
  top: auto;
  right: auto;
  bottom: 10px;
  width: 100px;
}

.card_benefit_content {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 1vw;
  padding-left: 1vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #333436;
}

.card_benefit_content.red {
  background-color: #b8092e;
}

.card_benefit_content.avo_comp {
  min-height: 50px;
  padding-right: 0vw;
  padding-left: 0vw;
}

.module_icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10vw;
  height: 10vw;
  max-height: 70px;
  max-width: 70px;
  margin-right: 1vw;
  padding: 1vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #b8092e;
}

.module_icon.hide {
  display: none;
}

.expanded {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.expanded.maxheight {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.expanded.avatar {
  background-image: none;
}

.trailing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.card_content.centre {
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card_content.bottom {
  width: 100%;
  height: 100%;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card_content.healthscore {
  width: 100%;
  height: 100%;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card_content.healthscore_history_small {
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 1vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card_content.avo_card {
  overflow: hidden;
  width: 100%;
  height: 200px;
  padding: 1vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 4px;
  background-image: url('../images/avo_banner.svg');
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.card_content.avatar_display {
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 1vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card_content.avatar_create {
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 1vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card_content.avatar_card {
  overflow: hidden;
  width: 100%;
  min-height: 200px;
  padding: 1vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card_content.video {
  display: block;
  height: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.card_content.questionnaire {
  overflow: hidden;
  width: 100%;
  min-height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card_content.horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.benefit_value {
  font-size: 20px;
  line-height: 28px;
}

.benefit_value.white {
  color: #fff;
}

.benefit_value.white._18 {
  font-size: 18px;
  line-height: 30px;
}

.chevron {
  width: 30px;
  height: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.card_avatar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 710px;
  padding: 2vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #333436;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/moon_and_stars.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/moon_and_stars.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
  text-decoration: none;
}

.card_avatar.invisible {
  background-color: transparent;
  background-image: none;
}

.card_thrive_avatar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 250px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  color: #fff;
  text-decoration: none;
}

.avatar_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30vw;
  height: 30vw;
  max-height: 150px;
  max-width: 150px;
  margin-right: 1vw;
  padding: 1vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #fff;
}

.avatar_wrapper.mask {
  position: relative;
  overflow: hidden;
  padding: 0vw;
  background-color: #eee;
}

.avatar_wrapper.small {
  position: absolute;
  left: 10px;
  top: auto;
  right: auto;
  bottom: 10px;
  width: 50px;
  height: 50px;
  margin-right: 0px;
  padding: 0px;
}

.avatar_wrapper.no_avatar {
  background-image: url('../images/avatar_welcome_small_1.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.avatar_nudge {
  margin-right: 1vw;
  margin-left: 1vw;
  font-size: 18px;
  line-height: 24px;
}

.avatar_nudge.center {
  text-align: center;
}

.avatar_nudge.center.white {
  background-color: #000;
  color: #fff;
}

.overflow_wrapper {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.overflow_wrapper.hide {
  display: none;
}

.overflow_circle {
  width: 5px;
  height: 5px;
  margin-top: 2px;
  padding-bottom: 2px;
  border-radius: 100%;
  background-color: #fff;
}

.card_single_button_block_content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  height: 100%;
  max-width: 710px;
  min-height: 200px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #b8092e;
  color: #fff;
}

.card_single_button_block_content.black {
  background-color: #333436;
}

.card_single_button_block_content.invisible {
  background-color: #fff;
}

.card_single_button_block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  height: 100%;
  max-width: 710px;
  min-height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  color: #fff;
  text-decoration: none;
}

.button_block_text {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.button_block_text.small {
  font-size: 12px;
  line-height: 18px;
}

.button_block_text.invisible {
  color: #333436;
}

.outlinebutton {
  padding: 10px 15px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 4px;
  background-color: transparent;
}

.outlinebutton.tag {
  position: absolute;
  left: 20px;
  top: 20px;
  right: auto;
  bottom: auto;
  background-color: rgba(0, 0, 0, 0.25);
}

.outlinebutton.tag.absolute {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.outlinebutton.black {
  border-color: #000;
  background-color: #000;
}

.outlinebutton.rounded {
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 400;
}

.outlinebutton.smaller {
  font-size: 14px;
}

.filler {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20vh;
  background-color: #fafafa;
}

.filler.massive {
  height: 200vh;
}

.filler.xtra {
  height: 50vh;
}

.filler._5 {
  height: 5vh;
}

.filler.small {
  height: 2vh;
}

.filler.centred {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-10 {
  width: 60%;
}

.image-11 {
  width: 100%;
  height: 100%;
}

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-33.healthscorehx {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.loader_widget {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: block;
  width: 710px;
  height: 100%;
  max-width: 710px;
  border-style: solid;
  border-width: 1px;
  border-color: #f0f0f0;
  border-radius: 4px;
  background-color: #f1f1f1;
}

.feed_item {
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #eee;
}

.animated_bg {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#eee), color-stop(20%, #ddd), to(#eee));
  background-image: linear-gradient(90deg, #eee, #ddd 20%, #eee);
}

.fake_card {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  padding: 2vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#fafafa));
  background-image: linear-gradient(180deg, #fafafa, #fafafa);
}

.fake_card.fake_avatar_card {
  display: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#fafafa));
  background-image: linear-gradient(180deg, #fafafa, #fafafa);
}

.fake_card.fake_button_card {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#fafafa));
  background-image: linear-gradient(180deg, #fafafa, #fafafa);
}

.fake_line {
  position: relative;
  overflow: hidden;
  width: 200px;
  height: 20px;
  margin-bottom: 10px;
  background-color: #fff;
}

.fake_line.long {
  position: relative;
  overflow: hidden;
  width: 400px;
}

.fake_line.button {
  width: 150px;
  height: 40px;
  border-radius: 3px;
}

.fake_card_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.fake_card_content.centre {
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-26 {
  text-align: center;
}

.video_card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 710px;
  min-height: 350px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 4px;
  background-color: #b8092e;
  background-image: url('../images/Image-66.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.video_card.black {
  background-color: #333436;
}

.video_card.bonfit {
  background-image: url('../images/bonsave_and_bonfit.jpg');
}

.video_card_text {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 30px;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.video_text_bg {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 11px;
  border-radius: 3px;
  background-color: #333436;
}

.image-12 {
  position: static;
  left: 20px;
  top: 20%;
  right: auto;
  bottom: 20%;
  height: 50px;
}

.feed_description {
  padding: 30px;
  background-color: #333436;
  color: #fff;
}

.procrastinator {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100vw;
  height: 100vh;
  background-color: #b8092e;
}

.incognito {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.87);
}

.image-13 {
  max-width: 120px;
}

.card_health_score {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  height: 100%;
  max-width: 710px;
  min-height: 200px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #b8092e;
  color: #fff;
}

.card_health_score.black {
  background-color: #333436;
}

.healthscore_display {
  width: 160px;
  height: 160px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.healthscore_heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.healthscore_heading.healthscore_detail_page {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

.healthscore_graph_button {
  padding: 25px 0px 25px 25px;
}

.image-14 {
  width: 25px;
  height: 25px;
}

.text_container {
  overflow: hidden;
  padding: 7px;
}

.text_container.red {
  background-color: #b8092e;
  color: #fff;
}

.text_container.toucharea {
  padding: 15px;
}

.else_healthscore {
  background-color: transparent;
  color: #fff;
}

.endif_healthscore {
  background-color: transparent;
  color: #fff;
}

.endif_nudges {
  background-color: transparent;
  color: #fff;
}

.else_nudges {
  background-color: transparent;
  color: #fff;
}

.if_nudges {
  background-color: transparent;
  color: #fff;
}

.each_healthscore {
  display: none;
}

.end_each_healtschore {
  display: none;
}

.div-block-34 {
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 3px;
  background-color: #e9e9e9;
}

.grid-4 {
  overflow: scroll;
  height: 250px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.healthscore-graph-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 250px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.healthscore-single-graph-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10px;
  height: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-radius: 20px;
  background-color: #c4c4c4;
}

.healthscore-single-graph-fill {
  width: 100%;
  height: 65%;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #b8092e;
}

.div-block-38 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 100%;
  background-color: #333436;
  color: #fff;
}

.text-block-27 {
  font-size: 18px;
  line-height: 18px;
}

.text-block-28 {
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
  text-align: center;
}

.text-block-28.small {
  font-size: 11px;
  line-height: 11px;
}

.div-block-39 {
  margin-top: 10px;
}

.card-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

.card {
  position: relative;
  width: 80vw;
  height: 250px;
  max-width: 400px;
  min-width: 250px;
  margin-right: 20px;
  padding: 10px;
  border-radius: 8px;
  background-color: #333436;
  box-shadow: none;
}

.avatar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  width: 100vw;
  max-width: 750px;
  padding: 20px;
  background-color: transparent;
}

.avatar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.html-embed-4 {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.html-embed-5 {
  text-align: center;
}

.html-embed-6 {
  text-align: center;
}

.healthscore-history-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  width: 100vw;
  max-width: 750px;
  padding: 20px;
  background-color: transparent;
}

.healthscore-history-wrapper {
  width: 80px;
}

.healthscore_history_small_row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  width: 98vw;
  max-width: 670px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.div-block-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-41 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50px;
  min-width: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-41.left {
  width: 100px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph-14.loading {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.new_padding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 750px;
  padding: 3vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fafafa;
}

.new_padding._20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.new_padding._40 {
  width: 40px;
  height: 40px;
}

.new_padding.hide {
  display: none;
}

.new_padding.black {
  background-color: #333436;
}

.new_padding.avatar-padding {
  padding: 0px;
  background-color: #fafafa;
}

.new_padding.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.new_padding.notoppadding {
  padding-top: 0vw;
}

.new_padding.no_bottom_padding {
  padding-bottom: 0vw;
}

.new_padding.square_cards {
  padding: 20px 20px 20px 0vw;
}

.new_card_single_button_block_content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  height: 100%;
  max-width: 710px;
  min-height: 200px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #b8092e;
  color: #fff;
}

.new_card_single_button_block_content.black {
  width: 96vw;
  max-width: 680px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #333436;
}

.new_card_single_button_block_content.black.nudges {
  width: 80vw;
}

.new_card_single_button_block_content.black.nudges.square {
  max-height: 250px;
  max-width: 250px;
  min-width: 200px;
}

.new_card_single_button_block_content.black.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.new_card_single_button_block_content.black.vertical.nominheight {
  height: auto;
  min-height: auto;
}

.new_card_single_button_block_content.black.vertical.nominheight.bottomradius {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.new_card_single_button_block_content.black.vertical.topradius {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.new_card_single_button_block_content.black.vertical.bottomradius {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.new_card_single_button_block_content.white {
  width: 96vw;
  max-width: 680px;
  background-color: #fff;
  box-shadow: 1px 1px 20px 0 #c9c9c9;
}

.new_card_single_button_block_content.white.nudges {
  width: 80vw;
}

.new_card_single_button_block_content.white.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.new_card_single_button_block_content.white.vertical.nominheight {
  height: auto;
  min-height: auto;
}

.new_card_single_button_block_content.white.vertical.nominheight.bottomradius {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.new_card_single_button_block_content.white.vertical.topradius {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.new_card_single_button_block_content.white.vertical.bottomradius {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.new_card_single_button_block_content.black-copy {
  width: 96vw;
  max-width: 680px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #333436;
}

.new_card_single_button_block_content.black-copy.nudges {
  width: 80vw;
}

.new_card_single_button_block_content.black-copy.nudges.square {
  max-height: 250px;
  max-width: 250px;
  min-width: 200px;
}

.new_card_single_button_block_content.black-copy.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.new_card_single_button_block_content.black-copy.vertical.nominheight {
  height: auto;
  min-height: auto;
}

.new_card_single_button_block_content.black-copy.vertical.nominheight.bottomradius {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.new_card_single_button_block_content.black-copy.vertical.topradius {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.new_card_single_button_block_content.black-copy.vertical.bottomradius {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.content_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100%;
  max-width: 650px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.content_wrapper.relative {
  position: relative;
}

.content_wrapper.relative.centre {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.content_wrapper.relative.centre.square {
  width: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.content_wrapper.noheight {
  height: auto;
}

.content_wrapper.video {
  overflow: hidden;
  width: 100%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.content_wrapper.video.stright {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.content_wrapper.questionnaire {
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.content_wrapper.questionnaire.centre {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.content_wrapper.questionnaire.centre.square {
  width: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.healthscore_wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 160px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.healthscore_wrapper.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.button_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.else_healthscore-copy {
  background-color: transparent;
  color: #fff;
}

.if_healthscore {
  color: #fff;
}

.div-block-42 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.paragraph-15 {
  text-align: justify;
}

.healthscore_paragraph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.healthscore_paragraph.healthscore_detail_page {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

.image-15 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
}

.div-block-43 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 800px;
  max-width: 750px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

.html-embed-9 {
  width: 100%;
  height: 100%;
}

.div-block-44 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 25;
  background-color: hsla(0, 0%, 100%, 0);
}

.avatar_display {
  overflow: hidden;
  width: 100%;
  height: 600px;
}

.text-block-29 {
  font-size: 30px;
  line-height: 35px;
}

.text-block-29.grey {
  color: hsla(0, 0%, 100%, 0.4);
}

.div-block-45 {
  height: 3vw;
  background-color: #fafafa;
}

.html-embed-10 {
  height: 620px;
}

.html-embed-11 {
  width: 100vw;
  height: 550px;
  max-width: 750px;
}

.avatar_create_image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 650px;
  height: 325px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/avatar_welcome_small.jpg');
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.badges_list {
  width: 100%;
  min-height: 100px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 5px;
  border-color: rgba(0, 0, 0, 0.11);
  border-radius: 5px;
  background-color: #39393a;
}

.badges_list.transparent {
  border-style: none;
  background-color: rgba(57, 57, 58, 0);
}

.badges_list.one {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.grid-5 {
  height: 100%;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.badge {
  min-height: 100px;
  margin-right: 10px;
  margin-left: 10px;
  background-image: url('../images/deactivated_badge.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.badge.sized {
  width: 120px;
  height: 120px;
}

.text-block-30 {
  margin-top: 8px;
  font-family: 'Open Sans', sans-serif;
  color: #a1a1a1;
  text-align: center;
}

.div-block-47 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.grid-6 {
  height: 100%;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-48 {
  text-align: left;
}

.text-block-31 {
  font-size: 18px;
}

.badge_text_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.div-block-49 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  box-shadow: 1px 1px 20px 0 #e2e2e2;
}

.div-block-49.hide {
  display: none;
}

.div-block-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Open Sans', sans-serif;
  color: #252525;
  font-weight: 600;
}

.div-block-51 {
  width: 100%;
  height: 2px;
  background-color: #f8f8f8;
}

.image-16 {
  width: 45px;
}

.div-block-50-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Open Sans', sans-serif;
  color: #252525;
  font-size: 18px;
  font-weight: 600;
}

.badge_explanation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Open Sans', sans-serif;
  color: #252525;
  font-weight: 400;
  text-align: center;
}

.section-3 {
  margin-right: auto;
  margin-left: auto;
}

.div-block-52 {
  width: 50px;
  height: 50px;
  background-color: #000;
}

.amp_floating {
  position: absolute;
  left: 10px;
  top: auto;
  right: auto;
  bottom: 10px;
  width: 60px;
}

.div-block-53 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
}

.div-block-54 {
  line-height: 30px;
  text-align: left;
}

.div-block-55 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-32 {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

.div-block-56 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.div-block-57 {
  padding: 10px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #2b2b2b;
}

.div-block-58 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.div-block-59 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.div-block-60 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.div-block-61 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: radial-gradient(circle farthest-corner at 100% 100%, #810606, #b80000);
  font-family: 'Open Sans', sans-serif;
  font-size: 45px;
  line-height: 60px;
  font-weight: 600;
}

.div-block-61.red {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #810606, #b80000);
}

.div-block-61.orange {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #812b06, #b84900);
}

.div-block-61.green {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #0e5e08, #198000);
  font-family: 'Open Sans', sans-serif;
  font-size: 45px;
  line-height: 50px;
  font-weight: 600;
}

.div-block-61.black {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #161616, #292929);
}

.div-block-61.grn {
  background-image: radial-gradient(circle farthest-corner at 100% 100%, #378106, #067c09);
}

.div-block-62 {
  text-align: center;
}

.div-block-63 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-64 {
  width: 125px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-image: url('../images/Mask-Group-86.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-65 {
  width: 100%;
  height: 100%;
}

.text-block-33 {
  font-size: 16px;
  font-weight: 400;
}

.text-block-33.thin {
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
}

.text-block-34 {
  font-size: 16px;
  line-height: 24px;
}

.holder {
  position: relative;
  width: 500px;
  height: 500px;
}

.div-block-66 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
}

.div-block-67 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
}

.div-block-68 {
  background-color: #fff;
  opacity: 0.02;
}

.div-block-69 {
  background-color: #37383a;
}

.rich-text-block {
  color: #2e2d2d;
}

.questionnaire_card_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
}

.grid-6-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-70 {
  overflow: hidden;
  width: 100%;
  height: 600px;
}

.if_datastring {
  background-color: transparent;
  color: #fff;
}

.endif_datastring {
  background-color: transparent;
  color: #fff;
}

.healthscore_widget {
  overflow: hidden;
  width: 100vw;
  height: 750px;
  max-width: 750px;
  background-color: transparent;
}

.div-block-71 {
  max-width: 750px;
}

.text-block-35 {
  color: #b8092e;
}

.avatar-container-two {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 550px;
  max-width: 750px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.avatar-container-two.hide {
  display: none;
}

.avatar-container-two.hideavatar {
  display: none;
}

.kofi-glass-pane {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 100%;
  height: 350px;
  margin-top: 30px;
  background-color: rgba(255, 0, 0, 0);
}

.white_spacer {
  width: 100%;
  height: 20px;
  background-color: #fff;
}

.div-block-72 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-bottom: 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-36 {
  color: #a1a1a1;
}

.html-embed-12 {
  width: 100%;
  height: 100%;
}

.terms_block {
  position: relative;
  width: 100%;
  height: 100vh;
}

.div-block-74 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #333436;
  color: #fff;
}

.card_image {
  min-height: 80px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 5px;
  background-color: #ebebeb;
}

.card_image.avo_green {
  background-color: #009639;
}

.card_image.avo_white {
  background-color: #fff;
}

.card_image.avo_trans {
  background-color: transparent;
}

.white_bg {
  background-color: #fff;
}

.rotated_video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.html-embed-13 {
  max-width: 100vh;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.video-2 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.div-block-75 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: #333436;
}

.div-block-75.hide {
  display: none;
}

.terms_button {
  min-width: 110px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px;
  background-color: #b8092e;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.div-block-76 {
  height: 50px;
}

.html-embed-14 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  margin: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 4px;
  background-color: #fff;
}

.body {
  background-color: #b8092e;
}

.lottie_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lottie-animation-5 {
  width: 200px;
  height: 200px;
}

.fake_bullet {
  width: 5px;
  height: 5px;
  margin-top: 12px;
  margin-right: 20px;
  border-radius: 100%;
  background-color: #333436;
}

.fake_bullet.terms {
  width: 50px;
  height: auto;
  margin-top: 0px;
  margin-right: 0px;
  border-radius: 0%;
  background-color: rgba(51, 52, 54, 0);
}

.card_header {
  color: #000;
  font-size: 16px;
  line-height: 28px;
}

.scheme_logo {
  width: 30px;
  height: 30px;
}

.scheme_logo.avo {
  width: 50px;
}

.padding-2 {
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
}

.padding-2.more {
  padding-right: 40px;
  padding-left: 40px;
}

.module_icon-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10vw;
  height: 10vw;
  max-height: 70px;
  max-width: 70px;
  margin-right: 1vw;
  padding: 1vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #b8092e;
}

.module_icon-2.hide {
  display: none;
}

.quickinfo_card {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 10px 20px 10px 1vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: rgba(102, 119, 131, 0.2);
}

.image-17 {
  width: 100%;
}

.image-18 {
  width: 100%;
}

.image-19 {
  width: 100%;
}

.image-20 {
  width: 100%;
}

.image-21 {
  width: 100%;
}

.image-22 {
  width: 100%;
}

.ghost-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffd8d8;
  color: #b8092e;
  text-decoration: none;
}

.row-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.row-flex.blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 2px;
  background-color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.row-flex.right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.identifier {
  border: 1px solid #000;
}

.hint_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 4px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
  font-family: Montserrat, sans-serif;
  color: #333436;
  font-weight: 500;
}

.shadow-m {
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.06), 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.shadow-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 14px 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fff;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.hint_text {
  margin-bottom: 0px;
}

.hint_image {
  width: 20px;
  height: 20px;
}

.scope_user_dependantcode {
  color: #fff;
  text-align: center;
}

.example_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #b8092e;
  color: #fafafa;
}

.example_wrapper.black {
  background-color: #333436;
  color: #fff;
}

.text-block-37 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.scope_user_dependantcode_00 {
  color: #fff;
  text-align: center;
}

.scope_user_gender {
  display: none;
}

.status_page {
  width: 100vw;
  height: 100vh;
}

.div-block-77 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.rtf_terms {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.webcore_card {
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
}

.filler-2 {
  height: 20vh;
  background-color: #fafafa;
}

.filler-2._5 {
  height: 5vh;
}

.filler-2._5.white {
  background-color: #fff;
}

.card_benefit_content-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 1vw;
  padding-left: 1vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #333436;
}

.new_padding-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 750px;
  padding: 3vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fafafa;
}

.new_padding-2.white {
  background-color: #fff;
}

.feed_description-2 {
  padding: 30px;
  background-color: #333436;
  color: #fff;
}

.fake_bullet-2 {
  width: 5px;
  height: 5px;
  margin-top: 12px;
  margin-right: 20px;
  border-radius: 100%;
  background-color: #333436;
}

.fake_bullet-2.terms {
  width: 50px;
  height: auto;
  margin-top: 0px;
  margin-right: 0px;
  border-radius: 0%;
  background-color: rgba(51, 52, 54, 0);
}

.fake_bullet-2.vc-terms {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: auto;
  margin-top: 0px;
  margin-right: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0%;
  background-color: rgba(51, 52, 54, 0);
}

.card_benefit_content-3 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 20px;
  padding-left: 1vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #667783;
}

.webcore_card-2 {
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: transparent;
}

.feed_description-3 {
  padding: 30px;
  background-color: #667783;
  color: #fff;
}

.trailing-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  margin-right: 0px;
  margin-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-78 {
  display: -ms-grid;
  display: grid;
  margin-top: 11px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #ffc800;
}

.div-block-78.green {
  background-color: #11a307;
}

.div-block-78.red {
  background-color: #cc2124;
}

.div-block-79 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-80 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.bonitas_band-2 {
  display: block;
  padding: 30px;
  background-color: #333436;
}

@media screen and (max-width: 991px) {
  .header.blackbg.fullvh {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header.agm_bg {
    background-position: 75% 0%;
  }

  .grid_2 {
    display: none;
  }

  .video_wrapper.spinner.nomargin {
    width: 100vh;
  }

  .video_wrapper.spinner.nomargin.video {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vh;
  }

  .bonitas_band {
    display: block;
    width: 100%;
    color: #333436;
  }

  .spacer._50 {
    min-height: 50px;
    min-width: 50px;
  }

  .spacer._15 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .wrapper {
    width: 90vw;
  }

  .chat_header {
    height: 5vh;
    min-height: 50px;
  }

  .chat_wrapper {
    width: 96vw;
    height: 94vh;
    margin-top: 2vh;
  }

  .html-embed-3 {
    width: 96vw;
    height: 94vh;
  }

  .text-block-24.centre {
    text-align: left;
  }

  .question-text {
    font-size: 18px;
  }

  .question-text.red {
    font-size: 20px;
  }

  .question-2 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .question-container-4 {
    padding-left: 24px;
  }

  .section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
  }

  .wrapper_2 {
    width: 100vw;
    max-width: 100%;
    min-width: auto;
  }

  .testimonials-v2-button:hover {
    width: 40px;
    background-color: #1c1d22;
  }

  .testimonial_content_block {
    left: 365px;
  }

  .t07_content_block {
    padding: 20px;
  }

  .semitransparent_overlay {
    position: relative;
    padding-right: 10%;
    padding-left: 10%;
  }

  .cards-social-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .social-card-base {
    margin-bottom: 6px;
  }

  .block_standard {
    position: relative;
  }

  .white_paragraph {
    margin-bottom: 89px;
  }

  .block_video {
    position: relative;
    padding-right: 10%;
    padding-left: 10%;
  }

  .template_wrapper-2 {
    padding-right: 3vw;
    padding-left: 3vw;
  }

  .template_wrapper-3 {
    padding-right: 3vw;
    padding-left: 3vw;
  }

  .tagline.t-white {
    text-align: center;
  }

  .bon_heading {
    font-size: 30px;
    line-height: 40px;
  }

  .bon_text_wrapper {
    width: 65%;
    height: 40%;
  }

  .bon_date {
    font-size: 28px;
  }

  .paragraph-13 {
    font-family: jaf-facitweb, sans-serif;
  }

  .bonitas_grid {
    display: none;
  }

  .mobile_view {
    display: block;
  }

  .card_banner_image.thrive_mall {
    background-position: 50% 80%;
  }

  .card_banner_image.store {
    max-height: 430px;
  }

  .card_benefit_content {
    padding: 2vw;
  }

  .card_benefit_content.avo_comp {
    padding-top: 0vw;
    padding-bottom: 0vw;
  }

  .module_icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 9vw;
    height: 9vw;
    padding: 1vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .card_content.healthscore_history_small {
    padding: 3vw 4vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .card_content.avo_card {
    padding: 3vw 4vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .card_content.avatar_display {
    padding: 3vw 4vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .card_content.avatar_create {
    padding: 3vw 4vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .card_content.avatar_card {
    padding: 3vw 4vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .card_content.avatar_card.square {
    padding: 8px;
  }

  .card_content.questionnaire {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .card_avatar {
    padding: 2vw;
  }

  .outlinebutton.black {
    border-color: #000;
    background-color: #000;
    color: #fff;
  }

  .healthscore_heading {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .text_container {
    padding-left: 0px;
  }

  .text_container.red {
    padding-left: 7px;
  }

  .healthscore_history_small_row {
    position: static;
    width: 100%;
    background-color: rgba(0, 185, 28, 0);
  }

  .div-block-41 {
    width: 50px;
    min-width: 50px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-41.wider {
    overflow: visible;
    min-width: 50px;
  }

  .paragraph-14.loading {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .new_padding {
    width: 100vw;
    max-width: 750px;
    padding-top: 3vw;
    padding-right: 3vw;
    padding-left: 3vw;
    background-color: #fff;
  }

  .new_padding.square_cards {
    width: auto;
  }

  .new_card_single_button_block_content.black {
    width: 96vw;
    max-width: 640px;
  }

  .new_card_single_button_block_content.white {
    width: 96vw;
    max-width: 640px;
  }

  .new_card_single_button_block_content.black-copy {
    width: 96vw;
    max-width: 640px;
  }

  .html-embed-7 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .content_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80vw;
    max-width: 600px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    background-color: rgba(255, 59, 59, 0);
  }

  .html-embed-8 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .healthscore_paragraph {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .avatar_create_image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 250px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .module_icon-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 9vw;
    height: 9vw;
    padding: 1vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .quickinfo_card {
    padding: 2vw 20px 2vw 2vw;
  }

  .card_benefit_content-2 {
    padding: 2vw;
  }

  .new_padding-2 {
    width: 100vw;
    max-width: 750px;
    padding-top: 3vw;
    padding-right: 3vw;
    padding-left: 3vw;
    background-color: #fff;
  }

  .card_benefit_content-3 {
    padding: 2vw 20px 2vw 2vw;
  }

  .bonitas_band-2 {
    display: block;
    width: 100%;
    color: #333436;
  }
}

@media screen and (max-width: 767px) {
  .header.agm_bg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-position: 85% 0%;
  }

  .div-block-26 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .wrapper {
    width: 95vw;
  }

  .text-block-24 {
    display: inline;
  }

  .text-block-24.centre {
    text-align: left;
  }

  .wrapper_2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .links-section {
    max-width: 80vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .link-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .loader {
    width: 100px;
    height: 100px;
  }

  .t07_slide_nav {
    top: 175px;
  }

  .t07_container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .t07_arrow_right {
    top: 175px;
  }

  .testimonial_content_block {
    position: static;
    left: 238px;
    top: 21px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 250px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .t07_slider {
    width: 100%;
    height: 730px;
  }

  .t07_arrow_left {
    top: 175px;
  }

  .t07_content_block {
    position: static;
    width: 500px;
    max-height: none;
    border-style: none;
    box-shadow: none;
  }

  .div-block-30 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-31 {
    width: 100%;
  }

  .social-card-base {
    margin-left: 1px;
  }

  .padding {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .padding.avatar-padding.hide {
    display: none;
  }

  .template_wrapper-2 {
    padding-right: 4vw;
    padding-left: 4vw;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .template_wrapper-3 {
    padding-right: 4vw;
    padding-left: 4vw;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .bon_heading {
    font-size: 20px;
    line-height: 30px;
  }

  .bon_text_wrapper {
    bottom: 18px;
    width: 80%;
    height: 30%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .bon_timeanddate {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 34px;
    padding-bottom: 34px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bon_greytext_block {
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }

  .bon_circlr {
    left: -8px;
  }

  .content_lane {
    padding-right: 20px;
    padding-left: 20px;
  }

  .bon_textred_block {
    border-top-right-radius: 30px;
  }

  .card_banner {
    max-width: 100vw;
  }

  .card_benefit_summary {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .card_benefit_content {
    padding: 3vw;
  }

  .module_icon {
    width: 50px;
    height: 50px;
  }

  .trailing {
    width: 50px;
    height: 50px;
  }

  .benefit_value {
    font-size: 16px;
    line-height: 20px;
  }

  .card_avatar {
    padding: 5vw;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .avatar_wrapper {
    width: 100px;
    height: 100px;
  }

  .avatar_nudge {
    font-size: 16px;
  }

  .card_single_button_block {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .button_block_text {
    font-size: 16px;
  }

  .image-10 {
    height: 80%;
  }

  .fake_line {
    width: 40vw;
  }

  .fake_line.long {
    width: 60vw;
  }

  .video_card_text {
    font-size: 16px;
  }

  .new_padding {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .content_wrapper {
    width: 100%;
  }

  .card_header {
    font-size: 16px;
    line-height: 20px;
  }

  .padding-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .padding-2.more {
    padding-right: 40px;
    padding-left: 40px;
  }

  .module_icon-2 {
    width: 50px;
    height: 50px;
  }

  .quickinfo_card {
    padding: 3vw;
  }

  .webcore_card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .card_benefit_content-2 {
    padding: 3vw;
  }

  .new_padding-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .card_benefit_content-3 {
    padding: 3vw;
  }

  .webcore_card-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .trailing-2 {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 479px) {
  .text-block {
    font-size: 100%;
    line-height: 107%;
  }

  .video_wrapper.spinner.nomargin.video {
    background-color: #333436;
  }

  .div-block-26 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bonitas_text {
    font-size: 150%;
  }

  .text-block-25 {
    font-size: 100%;
    text-align: center;
  }

  .title-block.underline {
    padding-right: 20px;
    padding-left: 20px;
  }

  .terms_actual_info.padded {
    padding-right: 40px;
    padding-left: 40px;
  }

  .question-text {
    font-size: 16px;
    line-height: 20px;
  }

  .links-section {
    max-width: 90vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-card {
    padding: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .link-info {
    padding: 0px 0%;
  }

  .testimonials-v2-button {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 50%;
    height: 48px;
    border-top: 1px solid hsla(0, 0%, 100%, 0.12);
    border-left-style: none;
  }

  .testimonials-v2-button:hover {
    width: 50%;
  }

  .t07_content_block {
    width: auto;
    padding-right: 25px;
    padding-left: 25px;
  }

  .semitransparent_overlay {
    min-height: 530px;
    padding-top: 80px;
    padding-right: 8%;
    padding-left: 8%;
  }

  .block_standard {
    min-height: 530px;
  }

  .block_video {
    min-height: 530px;
    padding-top: 80px;
    padding-right: 8%;
    padding-left: 8%;
  }

  .row.blog {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bon_text_wrapper {
    height: auto;
  }

  .bon_timeanddate {
    padding-right: 20px;
    padding-left: 20px;
  }

  .bon_date {
    font-size: 20px;
    line-height: 20px;
  }

  .bon_textred_block {
    padding: 16px;
  }

  .avatar_wrapper.mask {
    width: 20vw;
    height: 20vw;
  }

  .fake_line {
    width: 30vw;
  }

  .fake_line.long {
    width: 40vw;
  }

  .fake_line.button {
    width: 100px;
  }

  .terms_button {
    text-align: center;
  }

  .row-flex.blog {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

#avo_footer.w-node-deab092b-2556-261b-1859-390b98c0d02f-0f5a6c16 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_71c260c7-66ad-cfb7-b0f6-f66db76acc9d-fb5a6c1d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-dbf6aabd-e940-a146-d3b0-b5b8963e5529-fb5a6c1d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e2575cb7-98e1-4cc2-da9a-bdfc7a6f7132-fb5a6c1d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e2575cb7-98e1-4cc2-da9a-bdfc7a6f7135-fb5a6c1d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8fb8eb0d-d690-34a1-81f9-407707afc07c-fb5a6c1d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8fb8eb0d-d690-34a1-81f9-407707afc07f-fb5a6c1d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e07470ee-2cac-2902-9eb9-4f656e91d373-fb5a6c1d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e07470ee-2cac-2902-9eb9-4f656e91d376-fb5a6c1d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d57155e6-dcf7-1b35-378f-618063908ca2-8a5a6cac {
  -ms-grid-column-align: center;
  justify-self: center;
}

