.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

body {
  color: #062940;
  font-family: Circularstd book, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

h1 {
  color: #062940;
  letter-spacing: -.35px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Circularstd, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  letter-spacing: -.35px;
  margin-top: 20px;
  font-family: Circularstd, sans-serif;
  font-weight: 700;
  line-height: 1.4;
}

h3 {
  letter-spacing: -.35px;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Circularstd, sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.4;
}

h4 {
  letter-spacing: -.35px;
  font-family: Circularstd, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
}

h5 {
  color: #0078f8;
  letter-spacing: -.35px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  color: #0078f8;
  letter-spacing: -.35px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
  font-family: Circularstd book, sans-serif;
  font-size: 18px;
  line-height: 1.4;
}

a {
  color: #0078f8;
  cursor: pointer;
  text-decoration: none;
}

li {
  margin-bottom: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

strong {
  font-family: Circularstd, sans-serif;
  font-weight: 700;
}

.flex-container {
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.flex-container.horizontal {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.nav-link {
  color: #5e727d;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Circularstd book, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.nav-link:hover {
  color: #062940;
}

.nav-link.dark-blue {
  float: left;
  color: #062940;
  white-space: nowrap;
  margin-right: 4px;
  padding-left: 4px;
  padding-right: 4px;
}

.hero-graphic-right {
  z-index: -1;
  opacity: .53;
  filter: blur(20px);
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.primary-cta {
  max-width: 200px;
  color: #062940;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 26px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 3px 24px rgba(0, 0, 0, .07);
}

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

.hero-section.nhs {
  background-image: linear-gradient(rgba(255, 255, 255, 0), #fff);
  padding-bottom: 24px;
}

.hero-section._w-form, .hero-section._w-form.food {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/sunrise-2.webp');
  background-position: 0 0, 100%;
  background-size: auto, cover;
}

.hero-text-block {
  width: 60%;
  text-align: left;
  flex-direction: column;
  align-self: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-image-block.nhs {
  width: 20%;
  margin-bottom: 24px;
}

.hero-image-block.nhs.rectangle {
  width: 30%;
}

.service-section {
  padding: 50px 3% 100px;
}

.service-section.nhs {
  background-image: url('../images/dots.svg'), url('../images/dots.svg'), linear-gradient(to top, #eff4ff, #fff);
  background-position: 100% 78%, 150px 280px, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: auto, 125px, auto;
  border-bottom-right-radius: 6%;
  border-bottom-left-radius: 6%;
  padding-bottom: 24px;
}

.service-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 12px;
  margin-bottom: 75px;
}

.service-grid.nhs {
  align-content: center;
  align-items: baseline;
  justify-items: center;
  margin-top: 6px;
  margin-bottom: 36px;
}

.grid-block {
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 13px;
  margin-top: 24px;
  padding: 24px 16px;
  text-decoration: none;
  transition: all .2s;
}

.grid-block:hover {
  border-color: #0078f8;
}

.quote {
  flex-direction: column;
  margin-top: 16px;
  display: flex;
}

.grid-icon {
  max-width: 55px;
  order: -1;
  align-self: flex-start;
  margin-right: 20px;
}

.faq-title {
  color: #0078f8;
  letter-spacing: -.35px;
  margin-bottom: 8px;
  font-family: Circularstd, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  display: inline-block;
}

.faq-title.center {
  text-align: center;
}

.paragraph-basic {
  color: rgba(86, 96, 115, .7);
  letter-spacing: 0;
  margin-bottom: 20px;
  font-family: Circularstd book, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
}

.paragraph-basic._40-bottom-padding {
  color: #5e727d;
  margin-bottom: 16px;
}

.content-section {
  padding: 80px 3%;
}

.feature-image-block {
  width: 50%;
  max-width: 525px;
  float: right;
  flex: 1;
  align-self: center;
  margin-right: 20px;
}

.feature-image-block.meetups {
  width: 391px;
}

.feature-image-block.last {
  margin-right: 0;
}

.feature-image-1 {
  margin-right: 3%;
  padding-right: 3%;
}

.h2 {
  color: #062940;
  margin-bottom: 20px;
  font-size: 3rem;
}

.h2.h2-centre {
  color: #062940;
  text-align: center;
  letter-spacing: -.35px;
}

.standard-paragraph {
  letter-spacing: -.1px;
  margin-bottom: 0;
  padding-right: 0;
  font-family: Circularstd book, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
}

.standard-paragraph.center {
  text-align: center;
  display: block;
}

.standard-paragraph._40-bottom-margin {
  color: #5e727d;
  margin-bottom: 40px;
}

.standard-paragraph.top-margin {
  margin-top: 20px;
}

.feature-text-block {
  width: 50%;
  align-self: center;
  margin-right: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.feature-text-block.full-width {
  width: 100%;
  padding-top: 0;
}

.feature-text-block.how-it-works-right {
  margin-left: auto;
}

.feature-text-block.small {
  width: 100%;
}

.feature-text-block.last {
  margin-right: 0;
}

.small-blocks {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.small-blocks.compact {
  margin-bottom: 8px;
}

.small-blocks.form {
  margin-top: 20px;
  font-size: 1.1rem;
}

.feature-icon {
  align-self: center;
  margin-right: 32px;
}

.feature-icon.small {
  margin-right: 16px;
}

.feature-text {
  letter-spacing: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-family: Circularstd book, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
}

.feature-text.no-padding {
  padding-left: 0;
}

.feature-text-block-2 {
  width: 460px;
  float: left;
  flex-direction: column;
  align-self: center;
  margin-right: 20px;
}

.feature-section {
  border-bottom: 1px solid #e2e4e8;
  padding-top: 80px;
  padding-bottom: 200px;
  position: relative;
}

.gradient-div {
  height: 130px;
  background-image: linear-gradient(rgba(90, 92, 251, .09), rgba(90, 92, 251, .1) 0%, rgba(246, 252, 255, 0) 100%, rgba(246, 252, 255, 0));
  display: block;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.halftone-pattern {
  z-index: -1;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: -60px;
  right: auto;
}

.grid-wrapper-2 {
  max-width: 1180px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 1fr) 1fr 1fr;
  align-self: stretch;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.grid-wrapper-2.lined {
  grid-column-gap: 32px;
  background-image: url('../images/dashed-line.svg');
  background-position: 0%;
  background-repeat: repeat-x;
  background-size: auto 2px;
  align-items: stretch;
  justify-items: stretch;
  padding-left: 20px;
  padding-right: 20px;
}

.feature-grid-block {
  background-color: #fff;
  border: 1px solid #e2e4e8;
  border-radius: 13px;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  display: flex;
  position: relative;
}

.feature-grid-block.no-padding {
  align-items: flex-start;
  margin-bottom: 26px;
  padding: 16px;
}

.feature-grid-block.no-padding.right {
  text-align: right;
  align-items: flex-end;
}

.feature-header {
  color: #0078f8;
  letter-spacing: -.35px;
  margin-bottom: 12px;
  font-family: Circularstd, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.slide {
  background-color: #fff;
  border: 1px rgba(70, 137, 215, .2);
  border-radius: 10px;
  margin-right: 50px;
  padding: 0;
}

.case-study-section {
  padding: 64px 3%;
}

.news-grid {
  max-width: 940px;
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 56px;
  margin-left: auto;
  margin-right: auto;
}

.case-study-block {
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.article-thumbnail {
  z-index: -1;
  border-radius: 10px;
  margin-right: auto;
  display: block;
  position: relative;
}

.article-profile-block {
  flex-direction: column;
  margin-top: 0;
  display: flex;
}

.subtitle {
  color: #0078f8;
  margin-bottom: 4px;
  font-family: Circularstd, sans-serif;
  font-size: 1em;
  font-weight: 500;
}

.subtitle.grey {
  color: rgba(86, 96, 115, .7);
  margin-top: 12px;
}

.faq-section {
  padding-top: 48px;
  position: relative;
}

.blue-bar {
  height: 50px;
  background-color: #062940;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.h3 {
  color: #062940;
  letter-spacing: -.35px;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
}

.grid-faq {
  width: 110%;
  grid-column-gap: 20px;
  grid-row-gap: 49px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 289px 1fr;
  align-self: auto;
  justify-items: stretch;
  margin-top: 0;
  margin-left: 20px;
}

.banner {
  width: 100%;
  max-width: 940px;
  min-height: 300px;
  background-color: #062940;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/waves2x.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 15px;
  justify-content: space-between;
  align-items: center;
  margin: 100px auto;
  padding: 12px 80px;
  display: flex;
  position: relative;
  box-shadow: 0 32px 64px rgba(14, 86, 124, .16);
}

.cta-header {
  color: #fff;
  letter-spacing: -.35px;
  margin-bottom: 8px;
  font-family: Circularstd, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
  display: inline-block;
}

.banner-text-wrapper {
  z-index: 20;
  margin-right: 24px;
  position: relative;
}

.banner-button {
  min-width: 200px;
  color: #062940;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e2e4e8;
  border-radius: 500px;
  padding: 20px 32px;
  font-family: Circularstd, sans-serif;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

.banner-button.top-margin {
  margin-top: 24px;
}

.footer-grid {
  width: 100%;
  grid-column-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: .4fr .4fr .4fr;
}

.footer-block {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-block.centered-content {
  justify-content: center;
}

.footer-logo {
  margin-bottom: 30px;
}

.footer-title {
  color: #062940;
  margin-bottom: 36px;
  font-family: Circularstd, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  display: inline-block;
}

.input-field {
  background-image: url('../images/contact-icon-grey-24px.svg');
  background-position: 5%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  border: 1px solid #c8c7cc;
  border-radius: 4px;
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: 55px;
  font-family: Circularstd book, sans-serif;
  font-size: 16px;
  box-shadow: 0 33px 84px rgba(14, 86, 124, .16);
}

.submit-button {
  width: 100%;
  background-image: linear-gradient(241deg, #0078f8, #b134ff);
  border-radius: 99px;
  margin-top: 12px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Circularstd, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}

.arrow {
  width: 15px;
  float: none;
  clear: right;
}

.nav-content-wrap {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 12px;
  display: flex;
}

.dropdown-toggle {
  color: #5e727d;
  margin-right: 12px;
  padding-left: 16px;
  padding-right: 16px;
  transition: all .2s;
}

.dropdown-toggle:hover {
  color: #062940;
}

.nav-blog-item {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 4px;
  padding-bottom: 4px;
  text-decoration: none;
  display: flex;
}

.dropdown-pointer {
  position: relative;
}

.nav-link-details {
  color: rgba(40, 51, 56, .6);
  white-space: normal;
  font-size: 14px;
}

.navigation-container-mob {
  width: 100%;
  height: 100%;
  max-width: 1300px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brand {
  margin-right: 44px;
}

.navigation-mob {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  display: none;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navigation-container {
  width: 100%;
  height: 100%;
  max-width: 1140px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-dropdown {
  min-width: 140px;
}

.navigation-dropdown.w--open {
  max-height: 100vh;
  min-width: 320px;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 10px;
  left: -100px;
}

.navigation-left {
  align-items: center;
  display: flex;
}

.dropdown-block {
  z-index: 25;
  width: 100%;
  color: #283338;
  background-color: #fafafa;
  border-top: 1px solid rgba(0, 0, 0, .08);
  align-items: center;
  padding: 20px;
  font-size: 16px;
  text-decoration: none;
  position: relative;
}

.dropdown-title {
  margin-bottom: 2px;
  font-size: 15px;
}

.navigation-right {
  justify-content: flex-end;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.dropdown-wrapper {
  min-width: 140px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 4px -19px 35px rgba(32, 53, 90, .08), 11px 11px 30px -10px rgba(32, 53, 90, .15);
}

.dropdown-wrapper.w--open {
  max-height: 100vh;
  min-width: 300px;
  background-color: #fff;
  border-radius: 15px;
  left: -97px;
  box-shadow: 0 50px 25px -50px rgba(32, 53, 90, .15), 8px 18px 60px 4px rgba(0, 0, 0, .13);
}

.nav-menu-2 {
  color: #283338;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  position: static;
}

.nav-logo {
  width: 54px;
}

.icon-wrap {
  width: 40px;
  height: 40px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown-icon {
  width: 100%;
}

.pointer {
  z-index: 20;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -3%;
  bottom: auto;
  left: 0%;
  right: 4%;
  transform: rotate(45deg);
}

.nav-link-blog {
  color: #0078f8;
  white-space: normal;
  font-size: 14px;
}

.navigation {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  padding: 16px 3%;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.dropdown {
  color: #5e727d;
  font-family: Circularstd book, sans-serif;
  font-size: 16px;
}

.dropdown-link {
  z-index: 25;
  color: #283338;
  align-items: center;
  padding: 20px;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.dropdown-link:hover {
  color: #062940;
  background-color: rgba(250, 250, 250, .8);
}

.hero-paragraph {
  color: #0078f8;
  letter-spacing: 0;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Circularstd book, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 29px;
}

.hero-paragraph.center {
  color: #5e727d;
  text-align: center;
}

.case-study-name {
  color: #062940;
  letter-spacing: -.03em;
  font-family: Circularstd, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  display: inline-block;
}

.hero-image {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 33px 64px rgba(27, 45, 69, .3);
}

.hero-image.nhs {
  width: 100%;
  box-shadow: none;
  margin-bottom: 24px;
}

.hero-image.nhs.rectangle {
  box-shadow: 0 16px 36px rgba(0, 94, 184, .21);
}

.icon-image {
  height: auto;
  max-height: 80px;
  margin-bottom: 20px;
}

.legal-container {
  width: 100%;
  max-width: 1200px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.legal-text {
  color: #5e727d;
  text-align: center;
  order: -1;
  font-size: 12px;
}

.footer {
  padding: 20px 3% 140px;
  position: relative;
}

.button-hero {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(40deg, #b134ff, #0078f8);
  border-radius: 100px;
  justify-content: space-around;
  align-items: center;
  padding: 18px 32px;
  font-family: Circularstd, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.4;
  transition: all .3s;
  display: block;
  position: relative;
  box-shadow: 0 8px 32px -12px #5a5cfb;
}

.button-hero:hover {
  background-color: #30cde3;
  transform: scale(1.05);
}

.button-hero.w--current {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-hero.centered-button {
  width: auto;
  max-width: none;
  order: 0;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.button-hero.centered-button.no-top-margin {
  margin-top: 0;
}

.button-hero.lower-margin {
  margin-bottom: 32px;
  margin-left: 0;
}

.button-hero.top-margin {
  align-self: center;
  margin-top: 32px;
}

.button-hero.top-margin.centered {
  margin-right: 0;
}

.button-hero.top-margin.smaller {
  margin-top: 24px;
}

.button-hero.top-margin.left {
  margin-left: 0;
  margin-right: auto;
}

.button-hero.full-width {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.button-hero.full-width.top-margin {
  width: 100%;
  min-width: auto;
}

.button-hero.full-width.top-margin.smaller {
  margin-top: 32px;
}

.button-hero.full-width.center {
  margin-left: auto;
  margin-right: auto;
}

.button-hero.full-width.center.floating {
  order: 0;
  margin-top: 24px;
}

.button-hero.full-width.center.floating.alternative {
  box-shadow: none;
  color: #062940;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ededed;
  margin-top: 12px;
}

.button-hero.nav {
  min-width: auto;
  box-shadow: none;
  align-self: center;
  padding: 10px 16px;
  display: flex;
}

.button-hero.nav:hover {
  box-shadow: none;
}

.button-hero.alternative {
  color: #062940;
  background-color: #fff;
  background-image: none;
}

.button-hero.alternative.margin-left {
  margin-left: 24px;
}

.button-hero.alternative.bottom-margin {
  margin-bottom: 20px;
}

.button-hero.alternative.bottom-margin:hover {
  background-color: #e2e4e8;
}

.button-hero.secondary {
  box-shadow: none;
  color: #062940;
  white-space: nowrap;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e2e4e8;
}

.button-hero.last {
  margin-right: 0;
}

.button-hero.small {
  width: 200px;
  min-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.hero-h1 {
  color: #062940;
  letter-spacing: -1.4px;
  margin-bottom: 16px;
  font-size: 63px;
}

.hero-h1.center {
  color: #062940;
  text-align: center;
}

.image {
  max-width: 35%;
}

.text-block {
  width: 280px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-image: linear-gradient(245deg, #0078f8, #b134ff);
  border-radius: 8px;
  padding: 8px;
  font-size: .9em;
  font-weight: 500;
  line-height: 12px;
}

.standard-paragraph-white {
  width: 92%;
  color: #fff;
  letter-spacing: -.1px;
  margin-top: 10px;
  margin-bottom: 0;
  padding-right: 0;
  font-family: Circularstd book, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.line {
  margin-top: 10px;
  display: block;
}

.case-study-name-block {
  margin-top: 24px;
}

.list {
  margin-bottom: 24px;
  padding-left: 24px;
}

.list-item {
  color: #062940;
  margin-top: 4px;
  margin-bottom: 4px;
  font-family: Circularstd book, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.4;
  list-style-type: disc;
}

.heading-2 {
  max-width: 90%;
  filter: blur();
  color: #062940;
  margin-top: 16px;
  margin-bottom: 12px;
  font-size: 2.5rem;
}

.nutrition-block {
  max-width: 1180px;
  background-image: url('../images/nutrition-panel-background_1.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 17px;
  margin: 4% auto;
}

.standard-paragraph-white-center {
  clear: none;
  color: #fff;
  text-align: left;
  letter-spacing: -.1px;
  flex: 1;
  order: 1;
  align-self: flex-end;
  margin-top: 10px;
  margin-bottom: 40px;
  padding-right: 0;
  font-family: Circularstd book, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.h3-white {
  color: #fff;
}

.secondary-cta {
  color: #0078f8;
  background-color: #fff;
  border-radius: 100px;
  padding: 20px 30px;
  font-family: Circularstd book, sans-serif;
  font-size: 1.1rem;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: 0 3px 24px rgba(0, 0, 0, .07);
}

.secondary-cta.full-width {
  width: 100%;
}

.secondary-cta.full-width.top-margin {
  justify-content: center;
  margin-top: 32px;
}

.nutrition-description {
  width: 50%;
  flex: none;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
}

.nutritional-approach-image {
  width: 80%;
  max-height: 80%;
  flex: 0 auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.nutrition-image {
  float: right;
  border-radius: 26px;
  flex: 1;
  order: 1;
  align-self: stretch;
  margin: auto auto auto 24px;
  display: flex;
}

.sleep-block {
  max-width: 1180px;
  background-image: url('../images/sleep-background.jpg');
  background-position: 100% 100%;
  background-size: cover;
  border-radius: 17px;
  margin: 4% auto;
  box-shadow: 23px 23px 64px rgba(27, 45, 69, .3);
}

.inner-block {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-start;
  justify-content: center;
  align-items: center;
  padding-bottom: 24px;
  display: grid;
}

.inner-block.invocations {
  flex-direction: column;
  display: flex;
}

.sleep-image {
  float: right;
  border-radius: 26px;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin: auto auto auto 30px;
  display: flex;
}

.sleep-desciption {
  width: 50%;
  flex: none;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
}

.activity-block {
  max-width: 1180px;
  background-image: url('../images/activity-bg-eu.jpg'), url('../images/activity-bg.webp');
  background-position: 100% 0, 100% 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, cover;
  border-radius: 17px;
  margin: 4% auto;
  box-shadow: 0 33px 64px rgba(207, 133, 58, .28);
}

.heading-3 {
  color: #062940;
  text-align: left;
  font-family: Circularstd, sans-serif;
  font-weight: 500;
}

.flex-container-1 {
  width: 100%;
  max-width: 1180px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.achievements-flex {
  width: 100%;
  max-width: 960px;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.achievements-flex.flipped {
  flex-direction: row-reverse;
}

.achievements-flex.vertical {
  flex-direction: column;
}

.bundle-flexx {
  width: 100%;
  max-width: 1140px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bundle-block {
  max-width: 1180px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bundle-image-block {
  width: 460px;
  float: right;
  flex: 1;
  align-self: stretch;
}

.bundle-flex-bg {
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.bundle-image {
  margin: 32px auto auto;
  display: block;
}

.body.research {
  background-image: none;
}

.bold-text, .bold-text-2, .bold-text-3 {
  font-family: Circularstd, sans-serif;
}

.animated-feature-block {
  background-color: #fff;
  padding: 64px 3% 140px;
}

.animated-feature-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(200px, 1fr) 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 36px;
  display: flex;
}

.watch-image {
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.watch-flex-item {
  width: 30%;
  background-color: #fff;
  border: 1px solid #e2e4e8;
  border-radius: 17px;
  flex: none;
  align-self: flex-start;
  margin-right: 24px;
  padding: 24px;
}

.watch-flex-item.end-item {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  margin-right: 0;
}

.background-video {
  width: 100%;
  height: 890px;
  background-image: linear-gradient(225deg, rgba(0, 120, 248, .64), rgba(177, 67, 255, .64));
  position: absolute;
  top: 3544px;
}

.button-wrapper {
  justify-content: center;
  display: flex;
}

.price {
  clear: left;
  text-align: left;
  margin-top: 4px;
  font-size: 16px;
}

.text-block-2 {
  color: #0078f8;
}

.tagline {
  opacity: .6;
  color: #5e727d;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-family: Circularstd, sans-serif;
  font-size: .8rem;
  font-weight: 500;
}

.tagline.centered.top-margin {
  margin-top: 24px;
}

.left-arrow {
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.right-arrow {
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0;
}

.hero3-image {
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slider-2 {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.hero3-text-wrapper {
  padding-right: 24px;
}

.hero3-text-wrapper.middle {
  padding-right: 0;
}

.wrap {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.wrap._w-custom.hero3 {
  max-width: 1180px;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.wrap._w-custom.hero-w-form {
  width: auto;
  max-width: 1180px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 20px;
  display: flex;
}

.wrap._w-custom.footer {
  max-width: 1024px;
  padding-bottom: 40px;
}

.wrap._w-custom.top-margin {
  margin-top: 3%;
}

.wrap._w-custom.horizontal-center {
  align-items: center;
}

.wrap._w-custom.video-block {
  padding-bottom: 100px;
  overflow: hidden;
}

.wrap._w-custom.vertical-center {
  flex-direction: column;
  align-items: center;
}

.wrap.vertical {
  flex-direction: column;
}

.wrap.vertical.centered {
  align-items: center;
}

.wrap.vertical.centered.spacing {
  padding-bottom: 20px;
}

.wrap.vertical.top-margin {
  margin-top: 70px;
}

.wrap.vertical.top-margin.center {
  align-items: center;
  margin-bottom: 70px;
}

.wrap.even-split {
  justify-content: space-between;
}

.wrap.horizontal-aligned {
  max-width: none;
}

.wrap.top-margin {
  margin-top: 32px;
}

.wrap.hide-over {
  padding-bottom: 70px;
  overflow: hidden;
}

._7-col {
  width: 58.33%;
  margin-right: 20px;
}

._7-col._7-col-last {
  margin-right: 0;
  display: inline-block;
}

._7-col.left {
  margin-right: 20px;
}

.container {
  display: inline;
}

.image-3 {
  width: 55px;
  height: auto;
  min-height: 55px;
  background-color: #fff;
  border-radius: 9999px;
  padding: 12px;
  position: relative;
  top: 45%;
  box-shadow: 0 4px 12px rgba(75, 75, 75, .26);
}

.text-20 {
  opacity: 1;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.text-20.text-20-60 {
  opacity: .6;
  font-size: 16px;
  line-height: 24px;
}

._5-col {
  width: 41.66%;
  margin-right: 20px;
  position: relative;
}

._5-col.left {
  align-self: center;
  margin-right: 64px;
  position: relative;
}

._5-col.last {
  margin-right: 0;
}

.hero3-headline-wrap {
  text-align: left;
  margin-bottom: 20px;
  padding-top: 10px;
}

.hero3-headline-wrap.flex {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero3-headline-wrap.fixed {
  padding-top: 0;
}

.slider-section {
  height: auto;
  border-top: 1px solid #e2e4e8;
  display: block;
}

.wellbeing-description {
  width: 40%;
  flex-direction: column;
  flex: none;
  align-self: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wellbeing-image {
  float: right;
  border-radius: 26px;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin: auto auto auto 30px;
  display: flex;
}

.coaching {
  max-width: 1180px;
  background-image: url('../images/coaching-bg.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 17px;
  margin: 4% auto;
  box-shadow: 0 33px 64px rgba(0, 120, 248, .24);
}

.radio-button-label {
  color: #062940;
  font-family: Circularstd book, sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}

.center {
  text-align: center;
}

.center.mobile {
  display: none;
}

.subscription-icons {
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  display: block;
}

.bold-text-5 {
  font-family: Circularstd, sans-serif;
}

.bold-text-6 {
  font-family: Circularstd book, sans-serif;
  font-weight: 400;
}

.wellbeing-block {
  max-width: 1180px;
  background-image: url('../images/wellbeing.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 17px;
  margin: 4% auto;
  box-shadow: 0 33px 64px rgba(70, 47, 76, .36);
}

.lightbox-link {
  display: flex;
}

.link {
  color: #0078f8;
  text-decoration: underline;
}

.bold-text-7 {
  font-family: Circularstd, sans-serif;
  font-weight: 700;
}

.form-block-3, .form-block-4 {
  display: none;
}

.paragraph {
  max-width: 650px;
  margin-bottom: 30px;
  font-family: Circularstd book, sans-serif;
  font-size: 18px;
  line-height: 1.4;
}

.paragraph.reg {
  color: #fff;
}

.paragraph.no-margin {
  margin-bottom: 0;
}

.paragraph.white {
  color: #fff;
  margin-bottom: 0;
}

.paragraph.white.centered.large-block {
  margin-top: 32px;
}

.checkbox-title {
  color: #5b3acc;
  justify-content: center;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 14px;
  display: none;
}

.text-field-2 {
  min-height: 48px;
  border: 1.3px solid #bec9d5;
  border-radius: 4px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

.text-field-2:focus {
  border-width: 1.3px;
  border-color: #007bfc;
}

.text-field-2::-ms-input-placeholder {
  color: rgba(97, 114, 131, .46);
}

.text-field-2::placeholder {
  color: rgba(97, 114, 131, .46);
}

.text-field-2.triple-split {
  width: 33%;
  margin-right: 8px;
}

.text-field-2.triple-split.end {
  margin-right: 0;
}

.checkbox-h4 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 3px;
}

.form-wrap {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 20px;
}

.form-wrap.extra-space {
  margin-bottom: 20px;
}

.form-wrap.split {
  margin-right: 16px;
}

.text-block-3 {
  color: rgba(255, 255, 255, .5);
  font-family: Oswald, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 20px;
}

.form-wrapper {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.checkbox-text-wrapper {
  z-index: 9;
  text-align: left;
  cursor: pointer;
  position: relative;
}

.previous-placeholder {
  width: auto;
  height: 35px;
  max-width: 100px;
  opacity: 0;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  transition: opacity .2s;
  display: none;
}

.previous-placeholder:hover {
  opacity: 1;
}

.submit-button-2 {
  width: 100%;
  color: #fff;
  background-color: #0a0;
  border-radius: 9999px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 1.2em;
}

.form-content {
  width: 100%;
  max-width: 560px;
  min-width: 490px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: -20px;
  display: flex;
}

.slider-left {
  min-width: 80px;
  color: #fff;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.slider-left:hover {
  background-color: rgba(21, 28, 52, .15);
}

.text-block-4 {
  color: #e2e4e8;
  text-align: left;
  font-size: .9rem;
}

.banner-logo {
  background-image: linear-gradient(to top, #336ef9, #5a5cfb);
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 40px;
  display: flex;
  position: relative;
}

.slide-2 {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  flex-wrap: wrap;
  position: static;
}

.field-label-2 {
  color: #062940;
  margin-top: 12px;
  margin-bottom: 8px;
  font-family: Circularstd, sans-serif;
  font-size: .9rem;
  font-weight: 700;
  position: relative;
}

.banner-content {
  height: 100%;
  background-image: linear-gradient(225deg, #0078f8, #b143ff);
  flex-direction: column;
  justify-content: flex-start;
  padding: 25% 40px 50px;
  display: flex;
  position: static;
}

.logo.lombard {
  box-shadow: none;
  border-style: none;
}

.logo.centered {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.star-row {
  margin-bottom: 30px;
}

.star-row.less-margin {
  margin-bottom: 16px;
}

.star-row.no-margin {
  margin-bottom: 0;
}

.next-button {
  background-color: #5b3acc;
  border-radius: 5px;
  flex: 1;
  align-self: center;
  padding: 12px 32px;
  font-size: 15px;
  transition: background-color .2s ease-in;
  display: none;
}

.form-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 35px;
  display: flex;
}

.slide-content {
  width: 70%;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 64px 3% 100px;
  display: flex;
  position: relative;
}

.slider {
  height: auto;
  min-height: 850px;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.next-placeholder {
  width: auto;
  height: 47px;
  max-width: 159px;
  justify-content: center;
  align-items: center;
  margin: auto auto 25px;
  display: none;
  overflow: visible;
}

.link-2 {
  color: #0179d5;
}

.author-image {
  width: 50px;
  border-radius: 100px;
  margin-right: 14px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .14);
}

.author-testimonial {
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 32px;
  display: flex;
}

.form-item-wrapper {
  width: 100%;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.form-paragraph {
  color: #5b617c;
  font-size: 18px;
  line-height: 23px;
}

.checkbox-base {
  width: 100%;
  height: 85px;
  background-color: #fff;
  border: 1.2px solid rgba(62, 52, 200, .1);
  border-radius: 8px;
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 16px;
  margin-left: 0;
  margin-right: 0;
  padding: 15px;
  display: flex;
  position: relative;
}

.previous-button {
  opacity: 1;
  color: #5b617c;
  text-indent: -2px;
  flex: none;
  align-self: center;
  padding: 5px 0;
  font-size: 15px;
  transition: opacity .2s ease-in;
  display: none;
}

.previous-button:hover {
  opacity: 1;
  border-bottom-color: rgba(0, 0, 0, .55);
}

.form-section-title {
  color: #0a1f44;
  margin-bottom: 12px;
  font-size: 36px;
  font-weight: 600;
  line-height: 32px;
}

.success-message {
  letter-spacing: 1px;
  padding: 50px;
}

.author-name {
  color: #fff;
  text-align: left;
  margin-bottom: 4px;
  font-size: 1rem;
  font-weight: 500;
}

.slide-banner {
  width: 30%;
  min-width: 310px;
  background-image: linear-gradient(225deg, #0078f8, #b134ff);
}

.checkbox-icon {
  z-index: 9;
  width: 55px;
  height: 55px;
  border-radius: 15px;
  align-items: center;
  margin-right: 25px;
  display: flex;
  position: relative;
}

.checkbox-icon.pink-gold {
  background-color: #ffc6f4;
  border-radius: 9999px;
}

.checkbox-icon.aqua-black {
  background-color: rgba(0, 0, 0, .9);
  border-radius: 999px;
}

.checkbox-icon.silver {
  background-color: #e3e9ee;
  display: none;
}

.checkbox-icon.gold {
  background-color: #f7da8c;
  display: none;
}

.error-message {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  position: static;
}

.checkbox-2 {
  z-index: 5;
  width: 100%;
  height: 100%;
  opacity: 0;
  color: #062940;
  cursor: pointer;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 130px;
  align-self: center;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.checkbox-2:active {
  border: 1px solid #000;
}

.slide-counter {
  width: 100%;
  min-height: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.button-wrap {
  width: 100%;
  align-items: center;
  display: flex;
}

.button-wrap.top-margin {
  margin-top: 32px;
}

.button-wrap.top-margin.centered {
  justify-content: center;
}

.button-wrap.top-margin.centered.bottom-margin {
  margin-bottom: 60px;
}

.button-wrap.centered-2 {
  justify-content: center;
}

.checkbox-field-2 {
  height: auto;
  justify-content: flex-start;
  align-items: center;
  margin-left: 6px;
  margin-right: 6px;
  padding: 20px;
  display: flex;
}

.checkbox-text {
  color: #5e727d;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.4;
}

.dot {
  width: 24px;
  height: 24px;
  text-align: center;
  background-color: rgba(91, 97, 124, .1);
  border-radius: 100px;
  margin-left: 8px;
  margin-right: 8px;
  line-height: 25px;
}

.dot.active-dot {
  width: 24px;
  height: 24px;
  color: #fff;
  text-align: center;
  background-color: rgba(91, 97, 124, .73);
  font-weight: 500;
  line-height: 25px;
}

.slider-right {
  width: 100%;
  color: #062940;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e2e4e8;
  border-radius: 9999px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.2em;
  font-weight: 500;
  transition: background-color .2s, all .2s;
}

.slider-right:hover {
  color: #fff;
  background-image: linear-gradient(225deg, #0078f8, #b143ff);
  box-shadow: 1px 1px 24px rgba(90, 92, 251, .59);
}

.slide-wrapper {
  min-height: 100vh;
  display: flex;
}

.dob-wrapper {
  display: flex;
}

.form-full {
  min-height: 100vh;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-block-6 {
  color: rgba(86, 96, 115, .7);
  font-size: 1em;
}

.activation-code {
  width: 80%;
  min-height: 48px;
  color: #0078f8;
  text-align: center;
  letter-spacing: 2px;
  white-space: normal;
  border: 1.3px dashed #bec9d5;
  border-radius: 4px;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Circularstd book, sans-serif;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 48px;
  position: relative;
}

.activation-code:focus {
  border-width: 1.3px;
  border-color: #007bfc;
}

.activation-code::-ms-input-placeholder {
  color: rgba(97, 114, 131, .46);
}

.activation-code::placeholder {
  color: rgba(97, 114, 131, .46);
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.logo-grid {
  width: 50%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-self: flex-start;
  align-items: start;
  justify-items: start;
  margin-bottom: 16px;
  display: grid;
}

.container-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 36px;
  display: flex;
}

.lottie-animation {
  max-width: 400px;
  align-self: center;
}

.lottie-animation.eligibility-success {
  max-width: 160px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: -9%;
  left: auto;
  right: -8%;
}

.text-span-2 {
  background-image: linear-gradient(45deg, rgba(177, 52, 255, .1), rgba(0, 120, 248, .1));
  border-radius: 8px;
  padding-left: 4px;
  padding-right: 4px;
}

.achievement-text-block {
  align-self: center;
}

.percentage-callout {
  color: #062940;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Circularstd, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  display: inline-block;
}

.right-arrow-2 {
  width: 90px;
  height: 50px;
  float: right;
  background-color: rgba(226, 228, 232, .3);
  border-style: solid;
  border-width: 1px;
  border-radius: 999px;
  justify-content: center;
  margin-right: 40px;
  display: flex;
  position: relative;
}

.left-arrow-2 {
  width: 90px;
  height: 50px;
  float: left;
  background-color: rgba(226, 228, 232, .3);
  border-style: solid;
  border-width: 1px;
  border-radius: 9999px;
  justify-content: center;
  margin-left: 34px;
  padding: 8px;
  display: flex;
  position: relative;
}

.fontawesome {
  font-family: "Fa solid 900", sans-serif;
  display: inline-block;
}

.fontawesome.green {
  color: #4cd964;
}

.fontawesome.right-margin {
  margin-right: 6px;
}

.fontawesome.dark {
  color: #062940;
  margin-right: 4px;
  font-family: "Fa solid 900", sans-serif;
}

.fontawesome.tippy {
  opacity: .6;
  color: rgba(86, 96, 115, .7);
  cursor: default;
  font-size: 16px;
}

.fontawesome.tippy:hover {
  opacity: 1;
  color: #5a5cfb;
}

.mask-2 {
  height: auto;
  margin-bottom: 16px;
}

.wide-top-image {
  max-width: 100%;
  object-fit: contain;
  flex: 1;
}

.slide-3 {
  height: auto;
}

.slider-3 {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 50px;
  padding-right: 50px;
}

.remote-care {
  z-index: 1;
  max-width: 780px;
  background-color: #fff;
  border-radius: 17px;
  flex-direction: column;
  margin: 8% auto;
  padding: 16px 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 20px 100px -50px rgba(21, 28, 52, .54);
}

.remote-care-column {
  text-align: center;
  background-color: rgba(90, 92, 251, .05);
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.remote-care-image {
  z-index: -1;
  width: 100%;
  height: auto;
  flex-direction: column;
  flex: none;
  align-self: center;
  align-items: center;
  margin-bottom: -36px;
  display: flex;
  position: relative;
  top: -7px;
}

.innovation-section {
  background-image: url('../images/angle-bottom.svg'), url('../images/angle-top.svg'), url('../images/sunrise-2.webp');
  background-position: 50% 101%, 50% -1%, 50%;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 100vw, contain, cover;
}

.centered {
  text-align: center;
}

.testimonial-image-wrapper {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 12px;
  display: flex;
  box-shadow: 0 50px 30px -60px rgba(0, 0, 0, .69);
}

.contact-form {
  z-index: 1;
  text-align: left;
  align-self: flex-start;
}

.contact-section {
  background-image: url('../images/angle-bottom.svg'), url('../images/angle-top.svg'), url('../images/activity-bg.webp');
  background-position: 50% 101%, 0 -2px, 60%;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 102vw, 102vw, cover;
  background-attachment: scroll, scroll, fixed;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
}

.contact-form-wrapper {
  z-index: 1;
  width: 540px;
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
  margin: 4% auto;
  padding: 20px 30px;
  position: relative;
  box-shadow: 0 60px 100px -50px #151c34;
}

.contact-form-wrapper.hero {
  width: auto;
  margin-top: 0%;
  padding-left: 24px;
  padding-right: 24px;
}

.form-2 {
  text-align: left;
}

.radio-button {
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-right: 8px;
}

.radio-button.w--redirected-checked {
  border-color: #5a5cfb;
}

.radio-button.centered {
  margin-bottom: 8px;
  margin-left: 0;
  margin-right: 0;
}

.radio-button.centered.w--redirected-checked {
  border-color: #5a5cfb;
}

.radio-button-field {
  margin-top: 12px;
  margin-bottom: 12px;
  margin-right: 24px;
  display: flex;
}

.radio-button-field.centered {
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.form-spacer {
  height: 20px;
}

.tab-grid {
  width: 100%;
  height: 100%;
  grid-column-gap: 20px;
  grid-template-rows: auto;
}

.title-wrap-centre {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 36px;
  margin-bottom: 36px;
  display: flex;
}

.title-wrap-centre.no-margin {
  margin-bottom: 24px;
}

.title-wrap-centre.no-margin.condensed {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.tab-h1 {
  color: #0078f8;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 1.2;
}

.tab-h1.centered {
  margin-top: 24px;
  margin-bottom: 16px;
}

.tab-panel {
  min-height: 500px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 24px;
  padding-left: 20px;
  padding-right: 20px;
}

.tabs-content {
  padding-top: 30px;
  overflow: visible;
}

.tabs-menu {
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.load-bar-base {
  height: 8px;
  max-width: 220px;
  background-color: rgba(226, 228, 232, .3);
  border-radius: 500px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: 12px;
  left: 20px;
  right: 20px;
}

.text-block-7 {
  color: #062940;
  font-size: 1.2rem;
}

.tab-image {
  width: 44px;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
}

.animation-block {
  border-radius: 25px;
  position: relative;
}

.standard-tab {
  width: 280px;
  opacity: .8;
  color: #151c34;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e2e4e8;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  padding-top: 12px;
  padding-bottom: 28px;
  font-size: 15px;
  display: flex;
}

.standard-tab.w--current {
  opacity: 1;
  color: #151c34;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 13px;
  position: relative;
  box-shadow: 0 4px 30px -15px rgba(86, 96, 115, .5);
}

.standard-tab.last.w--current {
  margin-right: 0;
}

.load-bar {
  width: 0%;
  height: 8px;
  background-image: linear-gradient(45deg, #b134ff, #0078f8);
  border-radius: 500px;
}

.content-block {
  max-width: 460px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.tabular-area {
  width: 100%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.slide-nav {
  opacity: .41;
  transform: scale(.75);
}

.health-engagement-section {
  padding-bottom: 40px;
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
}

.health-engagement-section.de {
  padding-top: 36px;
}

.hero3-firstbutton-wrap {
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.hero3-firstbutton-wrap.top-margin {
  margin-top: 32px;
}

.heading-7 {
  color: #0078f8;
  letter-spacing: -.03em;
}

.subheader {
  max-width: 940px;
  color: #062940;
  margin-top: 16px;
  margin-bottom: 24px;
  font-family: Circularstd book, sans-serif;
  font-size: 20px;
  line-height: 1.4;
}

.subheader.white {
  color: #fff;
}

.subheader.centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.subheader.centered.top-margin {
  margin-top: 32px;
}

.subheader.no-margin {
  margin-top: 0;
}

.blue {
  color: #0078f8;
  letter-spacing: -.03em;
}

.text-block-10, .text-block-11, .text-block-12 {
  color: #062940;
  font-size: 1.2rem;
}

.image-9 {
  z-index: 1;
  width: 100%;
  max-width: 500px;
}

.last {
  margin-bottom: 0;
}

.headline-8-col {
  width: 620px;
  margin-bottom: 50px;
}

.cta3-item-wrap {
  text-align: left;
  border: 1px solid #e2e4e8;
  border-radius: 14px;
  padding: 20px 30px 10%;
}

.cta3-item-wrap.cta3-recommended-option {
  width: 460px;
  background-color: #fff;
  border-width: 1px;
  border-radius: 14px;
  padding-bottom: 30px;
}

.cta3-wide-button-wrap {
  flex-direction: column;
  display: flex;
}

._5-col-2 {
  width: 380px;
  align-self: flex-start;
  margin-right: 20px;
  display: inline-block;
}

._5-col-2._5-col-last {
  margin-right: 0;
}

.cta3-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.cta3-wrapper.horizontal {
  flex-direction: row;
}

.cta3-icon {
  width: 24px;
  height: 24px;
  align-self: flex-start;
  margin-top: 2px;
  margin-right: 12px;
}

.cta3-icon.large {
  width: 24px;
  height: 24px;
  align-self: flex-start;
  margin-top: 3px;
}

.cta3-item-point {
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.wrap-2 {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wrap-2.w80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.label-text {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
}

.cta3-options-wrapper {
  max-width: 460px;
  align-items: center;
  display: flex;
}

.label {
  background-color: #ff8534;
  border-radius: 99px;
  padding: 4px 10px;
  display: inline-block;
}

.plans-and-pricing {
  background-color: #f7faff;
  background-image: url('../images/angle-bottom.svg'), url('../images/angle-top.svg');
  background-position: 50% 100%, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
  padding-top: 75px;
  padding-bottom: 75px;
}

.plans-and-pricing.padded {
  padding-top: 120px;
  padding-bottom: 150px;
}

.cta3-item-points-wrapper {
  margin-top: 15px;
  margin-bottom: 10px;
}

.paragraph-2 {
  margin-bottom: 0;
}

.terms-agreement {
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 1.1em;
  display: flex;
}

.checkbox-5 {
  width: 24px;
  height: 24px;
  min-height: 24px;
  min-width: 24px;
  border: 1px solid #ccc;
  border-radius: 4px;
  align-self: center;
  margin-top: 0;
  margin-right: 8px;
  transition: all .2s ease-in-out, background-color .3s;
}

.checkbox-5.w--redirected-checked {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/check-box-active.svg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  transition: all .2s ease-in-out, background-color .3s;
}

.checkbox-5.w--redirected-focus {
  border-radius: 4px;
  box-shadow: 0 0 3px 1px rgba(1, 121, 213, .28);
}

.checkbox-label-2 {
  color: #051f33;
  align-self: center;
  margin-bottom: 0;
  font-size: 1rem;
}

.terms {
  width: 940px;
  margin: 40px auto;
}

.receipt-flex {
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.receipt-block {
  width: 600px;
  max-width: 600px;
  background-color: #fff;
  border: 1px solid rgba(91, 97, 124, .16);
  border-radius: 8px;
  margin-top: 24px;
  padding: 1% 3% 3%;
  position: relative;
}

.separator {
  height: 24px;
  border-top: 2px dashed rgba(91, 97, 124, .25);
  margin-top: 24px;
}

.receipt-detail {
  width: 50%;
  font-size: 18px;
}

.receipt-detail.left {
  width: 70%;
  font-size: 1rem;
}

.receipt-detail.left.total {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.4;
}

.receipt-detail.right {
  width: 40%;
  text-align: right;
  font-size: 1rem;
  line-height: 1.4;
}

.receipt-detail.right.total {
  font-size: 1.6rem;
  line-height: 1.4;
}

.receipt-detail.left {
  width: 70%;
  font-size: 18px;
}

.receipt-detail.left.total {
  font-family: Circularstd, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.4;
}

.receipt-detail.right {
  width: 40%;
  text-align: right;
  font-size: 18px;
  line-height: 1.4;
}

.receipt-detail.right.total {
  font-size: 1.6rem;
  line-height: 1.4;
}

.contact-support {
  width: 90%;
  color: rgba(91, 97, 124, .6);
  margin-top: 24px;
}

.heading-11 {
  width: 100%;
}

.our-story-heading {
  min-height: 400px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 120px;
  display: flex;
}

.story-paragraph {
  margin-top: 48px;
}

._10-col {
  width: 83.33%;
}

._6-col {
  width: 50%;
  flex: 1;
  margin-right: 20px;
  position: relative;
}

._6-col.last {
  margin-right: 0;
}

.additional {
  opacity: .8;
  font-family: Circularstd book, sans-serif;
  font-size: 1.3rem;
}

.study {
  color: rgba(86, 96, 115, .7);
  text-align: center;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  font-size: .9rem;
}

.study.fixed-width {
  max-width: 800px;
}

.type-2-impact {
  padding-bottom: 40px;
  padding-left: 3%;
  padding-right: 3%;
}

.navigation-side-plain {
  width: 100%;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, .7);
  border-bottom: 1px solid #e2e4e8;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}

.navigation-side-plain.transparent {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: rgba(255, 255, 255, 0);
  border: 1px #000;
}

.navigation-container-full {
  width: 100%;
}

.nav-menu {
  flex: 1;
  margin-left: 24px;
  display: flex;
}

.nav-menu.right {
  flex: none;
  justify-content: flex-end;
  align-items: center;
}

.logo-2 {
  margin-right: 16px;
}

.brand-2.w--current {
  margin-right: 20px;
}

.brand-2.middle {
  flex: 1;
  justify-content: center;
  padding-top: 20px;
  display: flex;
}

.nav-link-2 {
  flex: none;
  margin-left: 0;
  margin-right: 4px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 1.1rem;
  line-height: 45px;
  transition: all .35s;
}

.nav-link-2:hover {
  color: #0078f8;
  font-size: 1.1rem;
}

.nav {
  z-index: 10;
  width: 100%;
  background-color: rgba(255, 255, 255, .5);
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}

.nav.transparent {
  background-color: rgba(255, 255, 255, 0);
  position: fixed;
}

.navigation-button-wrap {
  display: flex;
}

.team-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 64px;
  margin-bottom: 64px;
  display: grid;
}

.team-card {
  flex-direction: column;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  transition: all .2s ease-in-out;
  display: flex;
}

.team-card:hover {
  transform: scale(1.1);
}

.profile-photo {
  border-radius: 9999px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.centered-2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.feature-flex {
  max-width: 1140px;
  flex-direction: column;
  align-items: center;
  margin: 40px auto;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.feature-flex.centered {
  margin-left: auto;
  margin-right: auto;
}

.feature-flex.horizontal {
  flex-direction: row;
}

.lottie-animation-3 {
  width: 80%;
}

.featured-in {
  color: rgba(86, 96, 115, .7);
  text-align: center;
  align-self: center;
  margin-top: 32px;
  margin-bottom: 12px;
}

.featured-in.samsung {
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
}

.media-sources-section {
  width: 50%;
  max-width: 940px;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin: 0 auto 64px;
  display: grid;
}

.media-sources-section.three {
  grid-template-columns: 1fr 1fr 1fr;
}

.faq-question-wrap {
  width: 100%;
  max-width: 780px;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.faq-question-bar {
  background-color: rgba(0, 120, 248, .06);
  border-radius: 14px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 25px;
  text-decoration: none;
  display: flex;
}

.question-title {
  width: 80%;
  color: #0078f8;
  font-family: Circularstd, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.4;
}

.animation {
  width: 50px;
  height: 50px;
  opacity: .27;
}

.faq-content {
  margin-top: -2px;
  overflow: hidden;
}

.faq-paragraph {
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 24px;
  padding-bottom: 24px;
  display: block;
}

.language-block {
  width: 88%;
  grid-column-gap: 8px;
  color: #0078f8;
  grid-template-rows: auto;
  align-items: end;
  margin-top: 24px;
  position: relative;
}

.language-choices-grid {
  align-items: flex-start;
  display: flex;
}

.language-choice {
  text-align: center;
  cursor: pointer;
  background-color: rgba(0, 120, 248, .07);
  border-radius: 999px;
  padding: 8px 12px;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.language-choice:hover {
  transform: scale(1.1)translate(0, -3px);
}

.faq {
  padding-top: 100px;
}

.physician-panel {
  background-image: url('../images/angle-bottom.svg'), url('../images/angle-top.svg'), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/sunrise-2.webp');
  background-position: 50% 101%, 50% -7px, 0 0, 0 0;
  background-repeat: no-repeat, no-repeat, repeat, repeat;
  background-size: 102vw, 102vw, auto, cover;
  padding-top: 3%;
  padding-bottom: 5%;
}

.physician-ui {
  z-index: 1;
  max-width: 730px;
  text-align: center;
  background-color: #fff;
  border-radius: 17px;
  flex-direction: column;
  margin: 8% auto;
  padding: 24px 3%;
  display: flex;
  position: relative;
  box-shadow: 0 60px 100px -50px rgba(21, 28, 52, .54);
}

.researcher-image {
  z-index: -1;
  width: 100%;
  height: auto;
  flex-direction: column;
  flex: none;
  align-self: center;
  align-items: center;
  padding-bottom: 24px;
  display: flex;
}

.slide-5 {
  z-index: 5;
  width: 300px;
  height: auto;
  opacity: 1;
  overflow: hidden;
}

.slide-nav-2 {
  padding-top: 27px;
  font-size: 8px;
}

.slider-5 {
  width: 400px;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: center;
  padding: 25px 50px 56px;
  display: flex;
}

.slidecontent {
  height: auto;
  min-width: 200px;
  border-radius: 12px;
  flex: 1;
  margin-left: 20px;
  margin-right: 20px;
  padding-right: 0;
  position: relative;
  overflow: visible;
}

.arrow-3 {
  color: rgba(201, 201, 201, .93);
  font-size: 22px;
}

.mask-4 {
  width: 100%;
  overflow: visible;
}

.div-block-7 {
  z-index: 2;
  width: 100%;
  height: 500px;
  background-image: repeating-linear-gradient(270deg, #fff, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0) 85%, #fff 100%, #0078f8);
  display: none;
  position: absolute;
  top: 128px;
}

.wellness-score {
  padding-top: 40px;
  padding-bottom: 40px;
}

.subscription-price {
  font-family: Circularstd, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  display: inline-block;
  position: relative;
}

.struck {
  color: rgba(86, 96, 115, .7);
  font-family: Circularstd book, sans-serif;
  font-size: 1.1rem;
  text-decoration: line-through;
}

.special-offer {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #ff394a;
  border-radius: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
  position: relative;
  top: 0;
}

.strike {
  color: rgba(94, 114, 125, .45);
  padding-right: 8px;
  font-size: 1rem;
  text-decoration: line-through;
}

.div-block-8 {
  width: 49%;
  flex-direction: column;
  display: flex;
}

.steps {
  justify-content: flex-start;
  align-items: center;
  margin: 10px auto;
  display: flex;
}

.steps.done {
  opacity: .6;
}

.large-list-number {
  max-height: 50px;
  max-width: 50px;
  min-height: 40px;
  min-width: 40px;
  color: #fff;
  text-align: center;
  background-image: linear-gradient(225deg, #0078f8, #b134ff);
  border-radius: 999px;
  align-self: flex-start;
  margin-right: 12px;
  font-size: 1.7rem;
  line-height: 1.4;
}

.large-list-number.green {
  background-color: #2ac088;
  background-image: none;
}

.large-list-number.green.icon {
  line-height: 1.5;
}

.link-3 {
  text-decoration: underline;
}

.grid {
  width: 100%;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

.grid.sync {
  margin-top: 16px;
}

.image-11 {
  width: 37%;
  margin-top: -47px;
  position: relative;
  bottom: -12px;
}

.medication-spend {
  padding: 70px 3% 80px;
}

.heading-13 {
  font-size: 3rem;
  font-weight: 700;
  display: inline-block;
}

.heading-13.bottom-margin {
  margin-bottom: 10px;
}

.wellness-grid {
  width: 100%;
  height: 100%;
  grid-template-rows: auto;
  display: flex;
}

.video-library-hero {
  background-color: #062940;
  background-image: url('../images/angle-top.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  margin-bottom: 64px;
  padding-top: 64px;
  padding-bottom: 64px;
}

.video-library-hero.video-page {
  max-width: 940px;
  background-position: 50% -1%;
  background-size: 101%;
  border-radius: 13px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
}

.video-library-hero.article-page {
  max-width: 940px;
  background-position: 50% -1%;
  border-radius: 13px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
}

.video-library-hero.category {
  min-height: 600px;
  background-image: url('../images/angle-bottom.svg'), linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/activity-bg.webp');
  background-position: 50% 103%, 0 0, 50% 30%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 101%, auto, cover;
  background-attachment: scroll, scroll, scroll;
  padding-bottom: 100px;
}

.search {
  justify-content: center;
  align-items: center;
  display: flex;
}

.search-button {
  min-width: 160px;
  color: #062940;
  background-color: #fff;
  border: 1px solid #e2e4e8;
  border-radius: 9999px;
  align-self: center;
  margin-left: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Circularstd book, sans-serif;
  font-size: 1.1em;
  transition: all .2s ease-in-out;
}

.search-button:hover {
  box-shadow: 0 8px 32px -12px rgba(86, 96, 115, .7);
}

.video-library-horizontal-grid {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 36px;
  margin-left: auto;
  margin-right: auto;
}

.video-card {
  max-height: 480px;
  max-width: 720px;
  padding-right: 20px;
  transition: all .2s ease-in-out;
}

.video-tag-row {
  grid-column-gap: 8px;
  cursor: default;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

.video-tag-row.video-page {
  width: 50%;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 32px;
  margin-right: auto;
  position: relative;
}

.video-tag-row.news-page {
  width: 40%;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 32px;
  margin-right: auto;
}

.tag {
  text-align: center;
  background-color: #e2e4e8;
  border-radius: 1060px;
  padding: 4px 12px;
  font-family: Circularstd book, sans-serif;
  font-size: 16px;
}

.tag.purple {
  color: #fff;
  cursor: pointer;
  background-image: linear-gradient(45deg, #b134ff, #0078f8);
  transition: all .4s ease-in-out;
}

.tag.purple:hover {
  box-shadow: 0 8px 24px -8px #5a5cfb;
}

.tag.blue {
  color: #fff;
  letter-spacing: 0;
  cursor: pointer;
  background-image: linear-gradient(225deg, #00c6fb, #005bea);
  transition: all .4s ease-in-out;
}

.tag.blue:hover {
  box-shadow: 0 8px 24px -8px #008ef1;
}

.tag.green {
  color: #fff;
  cursor: pointer;
  background-image: linear-gradient(45deg, #11998e, #38ef7d);
  transition: all .4s ease-in-out;
}

.tag.green:hover {
  box-shadow: 0 8px 24px -8px #29c984;
}

.tag.physicians {
  color: #fff;
  letter-spacing: 0;
  cursor: pointer;
  background-image: linear-gradient(225deg, #00c6fb, #005bea);
  transition: all .4s ease-in-out;
}

.tag.physicians:hover {
  box-shadow: 0 8px 24px -8px #008ef1;
}

.video-title {
  color: #062940;
  letter-spacing: -.03px;
  cursor: pointer;
  margin-top: 16px;
  margin-bottom: 12px;
  font-family: Circularstd, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
}

.video-title.white {
  color: #fff;
  text-align: left;
  font-size: 2.5rem;
}

.video-thumbnail {
  z-index: -150;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.video-description {
  color: #062940;
  cursor: pointer;
  font-size: 1.2rem;
}

.video-description.white {
  color: #fff;
  text-align: left;
}

.video-thumb-wrapper {
  z-index: 320;
  cursor: pointer;
  position: relative;
}

.video-time {
  z-index: 11;
  background-color: rgba(86, 96, 115, .7);
  border-radius: 8px;
  justify-content: center;
  margin-top: 12px;
  padding: 4px 6px;
  display: flex;
  position: absolute;
  bottom: 8px;
  right: 8px;
}

.video-time.main-video-page {
  max-width: 10ch;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.image-12 {
  float: left;
  align-self: center;
}

.video-time-label {
  float: right;
  color: #fff;
  margin-left: 6px;
  font-family: Circularstd book, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  position: relative;
}

.video-thumb-overlay {
  z-index: 5;
  width: 100%;
  height: 160px;
  background-image: url('../images/play-large.svg'), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 50px 50px, auto;
  border-radius: 8px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.main-videos {
  padding-top: 32px;
  padding-bottom: 32px;
}

.collections {
  margin-top: 64px;
  margin-bottom: 64px;
}

.collection-grid {
  width: 100%;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 36px;
}

.collection-card {
  min-height: 130px;
  text-align: center;
  background-color: #e2e4e8;
  border-radius: 13px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.collection-card.activity {
  background-image: url('../images/iStock-10349280762x.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.collection-card.sleep {
  background-image: url('../images/iStock-22x.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.collection-card.nutrition {
  background-image: url('../images/iStock-12x.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.collection-card.wellbeing {
  background-image: url('../images/iStock-32x.jpg');
  background-position: 0 0;
  background-size: cover;
}

.collection-card.success-stories {
  background-image: url('../images/activity-bg.webp');
  background-position: 0 30%;
  background-size: cover;
}

.collection-card.app-walkthrough {
  background-image: url('../images/matthew-mcbrayer-qD9xzm7yK9U-unsplash.jpg');
  background-position: 100% 100%;
  background-repeat: repeat;
  background-size: cover;
}

.collection-card.patients {
  background-image: url('../images/coaching-bg.jpg');
  background-position: 0 66%;
  background-size: cover;
}

.collection-card.app-walkthrough {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), linear-gradient(225deg, #01d2da, rgba(255, 255, 255, 0)), url('../images/app-bg.webp');
  background-position: 0 0, 0 0, 0 30%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, cover;
}

.collection-card.features {
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/Week-8.webp');
  background-position: 0 0, 0 10%;
  background-size: auto, cover;
}

.collection-card.gro-ecosystem {
  background-image: url('../images/nutrition-panel-background_1.webp');
  background-position: 0 30%;
  background-size: cover;
}

.collection-card.healthcare-professionals {
  text-align: center;
  background-image: url('../images/iStock-1211390857.webp');
  background-position: 0 -16px;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
}

.collection-title {
  color: #fff;
  text-shadow: 1px 1px 6px rgba(86, 96, 115, .7);
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2rem;
}

.watch-next.bottom {
  margin-bottom: 120px;
}

.video-container {
  max-width: 780px;
  text-align: center;
  margin-top: 52px;
  margin-left: auto;
  margin-right: auto;
}

.video-2 {
  border-radius: 13px;
  margin-bottom: 64px;
  box-shadow: 14px 14px #5a5cfb;
}

.html-embed {
  margin-top: 32px;
  margin-bottom: 32px;
}

.seearch-field {
  min-height: 48px;
  background-image: url('../images/search-24px.svg');
  background-position: 12px;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  border: 1.3px solid #bec9d5;
  border-radius: 4px;
  margin-bottom: 0;
  padding-left: 50px;
  font-size: 1rem;
  font-weight: 500;
  position: relative;
}

.seearch-field:focus {
  border-width: 1.3px;
  border-color: #007bfc;
}

.seearch-field::-ms-input-placeholder {
  color: rgba(97, 114, 131, .46);
}

.seearch-field::placeholder {
  color: rgba(97, 114, 131, .46);
}

.heading-14 {
  margin-bottom: 0;
}

.wrapper {
  max-width: 1180px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.study-card {
  width: 620px;
  border: 1px solid rgba(91, 97, 124, .1);
  border-radius: 13px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 32px;
  padding: 24px 32px;
  transition: all .2s ease-in-out;
  display: flex;
}

.study-card.gut-brain-interaction {
  padding: 32px 64px;
  box-shadow: 0 30px 90px -50px rgba(86, 96, 115, .4);
}

.study-image {
  width: auto;
  height: 100px;
  max-width: 220px;
  object-fit: scale-down;
}

.low-carb-header {
  color: #0078f8;
  font-size: 1.6rem;
  line-height: 1.4;
}

.research-paragraph {
  color: #5e727d;
  margin-bottom: 32px;
}

.remote-monitoring-image {
  max-width: none;
}

.alternating-blocks {
  width: 100%;
  max-width: 940px;
  min-height: 500px;
  flex-direction: row;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.alternating-blocks.coaching {
  max-width: 1180px;
  min-height: 600px;
  background-image: url('../images/Transformative-Coaching.jpg'), url('../images/coaching-bg.jpg');
  background-position: 0 0, 50% 40%;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
  padding-left: 7%;
  box-shadow: 0 60px 100px -50px rgba(0, 120, 248, .24);
}

.alternating-blocks.education {
  max-width: 1180px;
  min-height: 600px;
  background-image: url('../images/app-bg.webp');
  background-position: 0%;
  background-size: cover;
  border-radius: 17px;
  margin-top: 4%;
  margin-bottom: 4%;
  padding-right: 7%;
  box-shadow: 0 59px 100px -50px rgba(86, 96, 115, .7);
}

.alternating-blocks.real-time-monitoring {
  max-width: 1180px;
  min-height: 600px;
  background-image: linear-gradient(225deg, rgba(0, 0, 0, 0), rgba(21, 16, 25, .76) 64%, #3f2f4d), url('../images/Indian-Man.jpg'), url('../images/wellbeing.jpg');
  background-position: 0 0, 0 10%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, cover, cover;
  border-radius: 17px;
  margin-top: 4%;
  margin-bottom: 4%;
  padding-left: 7%;
  box-shadow: 0 60px 100px -50px rgba(91, 53, 67, .4);
}

.alternating-blocks.personalised {
  max-width: 1180px;
  min-height: 600px;
  text-shadow: 6px 0 25px #000;
  background-image: linear-gradient(rgba(0, 0, 0, .64), rgba(0, 0, 0, .64)), url('../images/foods.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 17px;
  align-items: stretch;
  padding-left: 7%;
  padding-right: 4%;
  box-shadow: 0 60px 100px -50px rgba(86, 96, 115, .32);
}

.alternating-blocks.meetups {
  min-height: auto;
  padding-left: 0;
  padding-right: 0;
}

.alternating-blocks.wellbeing-audio {
  max-width: 1180px;
  min-height: 300px;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/iStock-32x.jpg');
  background-position: 0 0, 0 100%;
  background-size: auto, cover;
  border-radius: 17px;
  margin-top: 4%;
  padding-left: 7%;
  padding-right: 7%;
}

.alternating-blocks.nutrition-video {
  max-width: 1180px;
  min-height: 300px;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/iStock-12x.jpg');
  background-position: 0 0, 0 100%;
  background-size: auto, cover;
  border-radius: 17px;
  margin-top: 4%;
  padding-left: 7%;
  padding-right: 7%;
}

.alternating-blocks.sleep-audio {
  max-width: 1180px;
  min-height: 300px;
  background-image: url('../images/iStock-22x.jpg');
  background-position: 0 100%;
  background-size: cover;
  border-radius: 17px;
  margin-top: 4%;
  padding-left: 7%;
  padding-right: 7%;
}

.alternating-blocks.exercise-video {
  max-width: 1180px;
  min-height: 300px;
  background-image: url('../images/iStock-10349280762x.jpg');
  background-position: 0 100%;
  background-size: cover;
  border-radius: 17px;
  margin-top: 4%;
  padding-left: 7%;
  padding-right: 7%;
}

.how-it-works-blocks {
  padding-left: 3%;
  padding-right: 3%;
}

.image-13 {
  max-width: 100%;
}

.alternating-block-header {
  color: #fff;
  font-size: 2.6rem;
}

.why-it-works {
  justify-content: center;
  align-items: stretch;
  margin-top: 64px;
  padding: 70px 3% 80px;
  display: flex;
}

.image-14 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.why-it-works-block-header {
  margin-top: 0;
  font-size: 1.3rem;
  line-height: 1.4;
}

.half-and-half {
  margin-top: 100px;
}

.half-width {
  width: 50%;
  flex: 1;
  align-self: center;
  padding: 35px 6%;
}

.half-width.with-image {
  min-height: 730px;
  object-fit: cover;
  background-image: url('../images/reverse-t2.jpg');
  background-position: 50% 20%;
  background-size: cover;
}

.half-width.with-image.de {
  width: auto;
  min-width: 40vw;
  background-image: url('../images/IMG_7095-1.jpeg'), url('../images/reverse-t2.jpg');
  background-position: 50%, 50% 20%;
  background-repeat: no-repeat, repeat;
  background-size: cover, cover;
  flex: none;
  position: relative;
  top: 0;
  bottom: 0;
}

.full-page-wrapper {
  background-color: #5a5cfb;
  display: flex;
  position: relative;
}

.highlight-quote {
  color: #fff;
  text-align: center;
  font-family: Circularstd, sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
}

.achievement-chip {
  align-self: flex-start;
  margin-bottom: 4px;
  padding: 4px 8px 4px 0;
  display: flex;
}

.achievement-chip.top {
  flex-direction: row;
}

.achievement-chip.top.testimonials {
  margin-top: 12px;
}

.achievement-chip.last {
  margin-bottom: 16px;
}

.achievement-chip.margin {
  margin-right: 16px;
}

.achievement-trophy {
  height: 20px;
  align-self: flex-start;
  margin-top: 2px;
  margin-right: 8px;
}

.achievement-text {
  max-width: 60ch;
  color: #062940;
  font-family: Circularstd, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}

.achievement-text.big {
  font-family: Circularstd book, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.stat {
  font-size: 1.5rem;
  font-weight: 500;
}

.link-block {
  order: 1;
  display: none;
}

.samsung-partnership {
  justify-content: center;
  align-items: center;
  display: flex;
}

.samsung-logo {
  height: 32px;
  opacity: .6;
  align-self: center;
  margin-left: 12px;
  transition: all .3s ease-in-out;
}

.samsung-logo:hover {
  opacity: 1;
}

.div-block-17 {
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 32px;
  display: grid;
}

.password-criteria {
  align-self: auto;
  font-size: 16px;
  display: flex;
}

.password-criteria-icon {
  align-self: flex-start;
  margin-right: 8px;
}

.password-criteria-label {
  color: #062940;
  font-size: 1rem;
}

.password-criteria-label.unmet, .red {
  color: #d83e38;
}

.book {
  min-width: 55px;
  border-radius: 8px;
}

.article-overlay {
  z-index: 5;
  width: 100%;
  height: 160px;
  background-image: none;
  border-radius: 8px;
  position: absolute;
}

.article-title {
  z-index: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #062940;
  letter-spacing: -.03px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, .8);
  border-radius: 13px;
  flex: 1;
  margin-bottom: 0;
  padding: 12px;
  font-family: Circularstd, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
}

.article-title.white {
  color: #fff;
  text-align: left;
  margin-bottom: 24px;
  font-size: 2.5rem;
}

.image-17 {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 13px;
  box-shadow: 14px 14px #5a5cfb;
}

.white {
  color: #fff;
}

.white.link.faded {
  opacity: .5;
}

.white.pcn {
  font-size: 2.9rem;
}

.testimonial-circle {
  width: 40px;
  height: 40px;
  float: left;
  object-fit: cover;
  border-radius: 9999px;
  margin-right: 12px;
}

.certification-box {
  max-width: 1180px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.certification-box.top-margin {
  margin-top: 40px;
}

.certification-header {
  color: #747474;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 12px;
  font-weight: 400;
  line-height: 1.4;
}

.certifications-grid {
  max-width: 810px;
  grid-column-gap: 24px;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr .25fr .25fr .25fr .25fr .25fr .25fr .25fr;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 24px;
}

.certifications-grid.small {
  grid-column-gap: 12px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
}

.award-image {
  opacity: .7;
  filter: saturate(10%);
  object-fit: contain;
  transition: filter .2s, opacity .3s;
}

.award-image:hover {
  opacity: 1;
  filter: saturate();
}

.meetups-image {
  width: 480px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.social-proofing-number {
  padding-left: 12px;
  font-size: 1.4rem;
}

.social-proofing-number.dark {
  color: #0078f8;
  margin-bottom: 0;
}

.disclaimer {
  opacity: .8;
  text-align: center;
  margin-top: 10px;
  font-size: .8rem;
}

.disclaimer.white {
  color: #fff;
}

.social-proofing.white {
  color: #fff;
  flex-direction: column;
  display: flex;
}

.social-proofing-header-wrapper {
  align-items: center;
  display: flex;
}

.social-proofing-header-wrapper.centered {
  justify-content: center;
}

.grid-3 {
  width: 390px;
  text-align: left;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  align-items: start;
  justify-items: start;
  margin-top: 24px;
  margin-bottom: 48px;
}

.image-7 {
  width: 32px;
  height: 28px;
}

.small-blocks-2 {
  text-align: left;
  flex-direction: row;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.small-blocks-2.top {
  flex-direction: row;
  margin-top: 0;
}

.feature-icon-2 {
  align-self: flex-start;
  margin-top: 8px;
  margin-right: 24px;
}

.dark {
  color: #062940;
}

.meetups-block {
  max-width: 1180px;
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/nutrition-panel-background.webp');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  border-radius: 13px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 7% 2% 4%;
  box-shadow: 0 100px 100px -60px rgba(12, 62, 79, .32);
}

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

.button {
  color: #fff;
  cursor: pointer;
  background-color: #008a00;
  border-radius: 3px;
  margin-top: 40px;
  padding: 18px 40px;
  font-size: 1.2em;
  transition: transform .2s;
}

.button:hover {
  transform: translate(0, -5px);
}

.button.secondary {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-radius: 9999px;
  margin-top: 16px;
  margin-left: 0;
  font-size: 1.2rem;
  text-decoration: none;
  transition: transform .2s;
  display: none;
}

.fontawesome-2 {
  color: #008a00;
  font-family: "Fa solid 900", sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.fontawesome-2.white {
  color: #fff;
  margin-right: 4px;
  font-family: "Fa solid 900", sans-serif;
}

.background-video-2 {
  width: 100vw;
  height: 200vh;
  position: fixed;
}

.div-block-20 {
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: rgba(0, 0, 0, .63);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.vbg-grid {
  max-width: 1180px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  grid-template-columns: 1fr 1fr;
  align-content: start;
  align-items: center;
  justify-items: center;
  margin: 64px auto;
}

.insurance-grid {
  max-width: 940px;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr;
  align-self: stretch;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.insurance-price-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.field-explainer {
  color: rgba(86, 96, 115, .7);
  margin-top: 4px;
  font-size: 1rem;
}

.insurance-stepper {
  width: 100%;
  min-height: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.insurance-page {
  min-width: 50px;
  text-align: center;
  background-color: rgba(91, 97, 124, .1);
  border-radius: 100px;
  margin-left: 8px;
  margin-right: 8px;
  padding-left: 24px;
  padding-right: 24px;
  line-height: 25px;
}

.video-count {
  color: #fff;
  margin-top: 4px;
  font-size: 1rem;
  line-height: 1.4;
}

.resources {
  margin-top: 64px;
}

.download-card {
  max-height: 480px;
  max-width: 720px;
  transition: all .2s ease-in-out;
}

.link-block-2 {
  position: absolute;
  top: auto;
  bottom: -10px;
  left: auto;
  right: 10px;
}

.resource-title {
  color: #fff;
  text-align: left;
  letter-spacing: -.03px;
  cursor: pointer;
  margin-top: 16px;
  margin-bottom: 12px;
  font-family: Circularstd, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
}

.video-description-copy {
  cursor: pointer;
  font-size: 1.2rem;
}

.video-description-copy.white {
  color: #fff;
  text-align: left;
}

.resources-header {
  color: #fff;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.4;
}

.video-library-horizontal-grid-copy {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 36px;
  margin-left: auto;
  margin-right: auto;
}

.resource-description {
  color: #fff;
  text-align: left;
  cursor: pointer;
  font-size: 1.2rem;
}

.search-page-navbar {
  background-color: rgba(0, 0, 0, 0);
}

.search-result-item {
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 1rem;
}

.search-results-container {
  max-width: 940px;
}

.search-result-paragraph {
  max-width: 60ch;
}

.search-result-url {
  color: #5e727d;
  margin-bottom: 8px;
}

.search-result-link {
  margin-bottom: 8px;
  font-family: Circularstd, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  display: block;
}

.flag-3 {
  width: 25px;
  height: 25px;
  background-image: url('../images/uk-flag.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 12px;
}

.flag-5 {
  width: 25px;
  height: 25px;
  background-image: url('../images/de_CH-flag-24px.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  margin-right: 14px;
}

.language-link {
  width: 100%;
  min-height: 45px;
  color: #484646;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.language-link:hover {
  color: #0078f8;
}

.flag-4 {
  width: 25px;
  height: 25px;
  background-image: url('../images/de-flag.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 14px;
}

.langauge-line-base {
  width: 100%;
  height: 1px;
  background-color: rgba(155, 158, 184, .22);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.flag-2 {
  width: 25px;
  height: 25px;
  background-image: url('../images/ca-flag.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 12px;
}

.language-dropdown {
  transition: all .2s ease-in-out;
}

.language-toggle {
  color: #20355a;
  border-radius: 4px;
  margin-left: 8px;
  padding: 16px 40px 16px 16px;
  transition: all .2s;
}

.langauge-line-break {
  width: 0%;
  height: 1px;
  background-color: #5b3acc;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.flag-1 {
  width: 25px;
  height: 25px;
  background-image: url('../images/in-flag.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 12px;
}

.language-list {
  background-color: #d99f9f;
  transition: all .2s;
}

.language-list.w--open {
  min-width: 220px;
  background-color: #fff;
  border-radius: 16px;
  padding: 8px 16px 8px 14px;
  transition: all .2s;
  top: 29px;
  right: -23px;
  box-shadow: 18px 18px 45px 19px rgba(79, 94, 120, .1);
}

.work-with {
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.we-work-with-section {
  max-width: 940px;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin: 24px auto 64px;
  display: grid;
}

.we-work-with-label {
  color: #062940;
  text-align: center;
  font-size: 1rem;
  line-height: 1.4;
}

._12-col {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.condensed {
  font-size: 2.8rem;
}

.text-block-13 {
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  background-image: linear-gradient(225deg, #0078f8, #b134ff);
  border-radius: 9999px;
  flex: none;
  align-self: center;
  margin-right: 20px;
  font-family: Circularstd, sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.4;
}

.augmenting-healthcare-section {
  background-image: url('../images/dots.svg'), url('../images/dots.svg');
  background-position: 60% 86%, 100% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding: 70px 3% 80px;
  overflow: hidden;
}

.augmenting-healthcare-image {
  min-width: 850px;
  border-radius: 16px;
  box-shadow: 0 20px 100px -50px rgba(86, 96, 115, .7);
}

.flag-6 {
  width: 25px;
  height: 25px;
  background-image: url('../images/ie-flag.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 12px;
}

._1-col {
  width: 8.33%;
}

.text-block-14 {
  color: #062940;
  white-space: nowrap;
}

.text-block-14:hover {
  color: #0078f8;
}

.heading-16 {
  font-size: 3rem;
}

.data-security {
  padding-top: 32px;
  padding-bottom: 100px;
}

.whats-included-de {
  margin-top: 100px;
}

.heading-17 {
  font-size: 3.1rem;
}

.percentage-callout-2 {
  color: #062940;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Circularstd, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  display: inline-block;
}

.feature-text-2 {
  letter-spacing: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-family: Circularstd book, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
}

.achievement-text-2 {
  font-family: Circularstd, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}

.achievement-text-2.big {
  font-family: Circularstd book, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.button-hero-2 {
  max-width: 310px;
  min-width: 200px;
  float: left;
  text-align: center;
  background-image: linear-gradient(40deg, #b134ff, #0078f8);
  border-radius: 100px;
  order: 1;
  justify-content: space-around;
  align-items: center;
  margin-top: 0;
  margin-right: auto;
  padding: 18px 32px;
  font-family: Circularstd, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.4;
  transition: all .3s;
  display: block;
  box-shadow: 0 8px 32px -12px #5a5cfb;
}

.button-hero-2:hover {
  background-color: #30cde3;
}

.button-hero-2.w--current {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-hero-2.top-margin {
  margin-top: 36px;
  margin-right: auto;
}

.paragraph-4 {
  max-width: 650px;
  color: #5e727d;
  margin-bottom: 30px;
  font-family: Circularstd book, sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}

.tab-h1-2 {
  color: #0078f8;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 1.2;
}

.heading-18 {
  font-size: 3.1rem;
}

.uri-hero {
  width: 65%;
  filter: blur(8px);
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.floating-block {
  z-index: 2;
  width: 100%;
  background-color: #fff;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
  flex-direction: column;
  padding: 24px 32px 32px;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  bottom: 0;
  box-shadow: 0 0 100px -50px rgba(86, 96, 115, .7);
}

.div-block-21 {
  width: 100vw;
  height: 100vh;
  background-image: linear-gradient(225deg, #0078f8, #b134ff);
  position: absolute;
}

.small-logo {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
}

.coaching-steps {
  width: 40px;
  height: 40px;
  color: #fff;
  text-align: center;
  background-color: #ca5c13;
  border: 2px solid #ffad79;
  border-radius: 9999px;
  flex: none;
  margin-right: 16px;
  font-size: 1.5rem;
  line-height: 1.45;
}

.coaching-steps.small-margin {
  color: #062940;
  background-color: #fff;
  border-color: #7577ff;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: 16px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.walkthrough-block {
  padding: 24px;
  position: relative;
}

.walkthrough-block.centered {
  color: #fff;
  background-image: linear-gradient(45deg, #b134ff, #0078f8);
  border-radius: 13px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all .2s ease-in-out;
  display: flex;
}

.walkthrough-block.centered:hover {
  transform: scale(1.05);
}

.white-link {
  color: #fff;
  text-decoration: underline;
}

.white-link.w--current {
  text-decoration: none;
}

.strip-banner {
  height: 45px;
  color: #fff;
  background-color: #d43900;
  background-image: linear-gradient(rgba(212, 57, 0, .7), rgba(212, 57, 0, .7));
  justify-content: center;
  align-items: center;
  display: flex;
}

.schedule-title {
  color: #0078f8;
  letter-spacing: -.03em;
  font-size: 1.8rem;
}

.session-details {
  font-size: 1.1rem;
}

.session-card {
  border: 1px solid rgba(86, 96, 115, .1);
  border-radius: 13px;
  margin-top: 24px;
  margin-bottom: 24px;
  box-shadow: 0 49px 100px -50px rgba(86, 96, 115, .16);
}

.session-wrap {
  padding: 16px 24px 32px;
}

.session-image {
  border-radius: 13px 13px 0 0;
}

.video {
  text-align: justify;
  align-self: flex-start;
}

.previous {
  width: auto;
  height: 35px;
  opacity: .45;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  margin-right: auto;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.previous:hover {
  opacity: 1;
}

.details-right {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  margin-right: 24px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.text-block-15 {
  color: #062940;
  font-weight: 500;
}

.title-left {
  margin-top: 24px;
  margin-left: 24px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.form-title-wrap-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.error-message-2 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.counter-image {
  width: 16px;
  margin-right: 5px;
}

.slider-content-wrap {
  width: 100%;
  height: auto;
  text-align: center;
  background-color: #fff;
  border-radius: 13px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 90px 24px 70px;
  display: flex;
  position: relative;
}

.previous-button-2 {
  opacity: 1;
  color: #5b617c;
  text-indent: -2px;
  flex: none;
  align-self: center;
  padding: 5px 0;
  font-size: 1.1rem;
  transition: opacity .2s ease-in;
}

.previous-button-2:hover {
  opacity: 1;
  border-bottom-color: rgba(0, 0, 0, .55);
}

.slider-6 {
  height: 680px;
  max-width: 700px;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.form-content-2 {
  width: 100%;
}

.form-content-2.final {
  margin-bottom: 0;
}

.checkbox_wrap {
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.checkbox_wrap.bottom-margin {
  margin-bottom: 16px;
}

.checkbox-field {
  width: 24%;
  height: 140px;
  min-width: 150px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 6px;
  margin-right: 6px;
  display: flex;
}

.mobile-nav-bottom {
  display: none;
}

.checkbox-image {
  z-index: 40;
  width: 24px;
  position: relative;
}

.arrow-4 {
  width: 16px;
  margin-right: 8px;
}

.checkbox {
  z-index: 5;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  margin-top: 0;
  margin-left: 0;
  transition: all .2s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.checkbox:active {
  border: 1px solid #000;
}

.next {
  width: auto;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.form12_checkbox_field {
  width: auto;
  height: auto;
  background-color: #fff;
  border: 1.2px solid rgba(62, 52, 200, .1);
  border-radius: 13px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  margin-bottom: 32px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 22px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.form12_checkbox_field:hover {
  background-color: rgba(90, 92, 251, .04);
  box-shadow: 0 4px 32px -24px #5a5cfb;
}

.form12_checkbox_field.long {
  width: 100%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  padding: 12px 24px;
}

.slide-6 {
  height: auto;
  border-radius: 20px;
  flex-wrap: wrap;
  padding-top: 0;
  padding-bottom: 0;
}

.text-counter {
  color: rgba(91, 97, 124, .45);
  font-size: 14px;
}

.form-full-2 {
  justify-content: center;
  align-items: flex-start;
  padding-top: 64px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.checkbox-title-2 {
  z-index: 5;
  justify-content: center;
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 1rem;
}

.checkbox-title-2.long {
  text-align: left;
  margin-top: 0;
  margin-left: 16px;
  font-size: 1.2rem;
}

.form-wrapper-2 {
  margin-bottom: 0;
  padding: 0;
  display: block;
}

.input-wrapper {
  width: 100%;
  text-align: left;
}

.results-section {
  background-image: url('../images/angle-bottom.svg'), url('../images/iStock-1172175032.jpg');
  background-position: 50% 101%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 100vw, cover;
  padding-top: 4%;
  padding-bottom: 16%;
}

.quiz-result {
  z-index: 5;
  max-width: 510px;
  text-align: center;
  background-color: #fff;
  border-radius: 17px;
  flex-direction: column;
  margin: 24px auto 2%;
  padding: 24px 3%;
  display: flex;
  position: relative;
  box-shadow: -18px 18px #5a5cfb, 0 60px 100px -50px rgba(21, 28, 52, .54);
}

.quiz-result-icon {
  z-index: -1;
  width: 100%;
  height: auto;
  flex-direction: column;
  flex: none;
  align-self: center;
  align-items: center;
  display: flex;
  position: relative;
  top: -7px;
}

.quiz-results-focus-title {
  letter-spacing: -.03em;
  font-family: Circularstd, sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.recommended-focus {
  color: #fff;
  text-align: center;
  font-size: 2.5rem;
}

.focus-card-subheader {
  text-align: left;
  letter-spacing: -.03em;
  margin-bottom: 12px;
  font-family: Circularstd, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
}

.focus-text-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 36px;
  display: flex;
}

.focus-text-wrapper.no-margin {
  margin-bottom: 0;
}

.div-block-22 {
  z-index: 1;
  width: 50%;
  height: 50%;
  background-image: linear-gradient(#0078f8, #b134ff);
  border-radius: 13px;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.content-pullout-section {
  overflow: hidden;
}

.example-content-title {
  color: #0078f8;
  letter-spacing: -.03em;
  align-self: flex-start;
  margin-top: 12px;
  padding-left: 6px;
  font-family: Circularstd, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  position: relative;
}

.slider-8 {
  width: 100%;
  height: 100%;
  max-width: 500px;
  background-color: rgba(221, 221, 221, 0);
  overflow: visible;
}

.slide-wrap {
  min-height: 350px;
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 24px 44px 32px;
  display: flex;
  overflow: visible;
}

.mask-7 {
  background-color: rgba(0, 0, 0, 0);
  overflow: visible;
}

.arrow-left {
  width: 55px;
  height: 55px;
  background-color: #fff;
  border-radius: 100px;
  top: 0%;
  bottom: 0%;
  left: -25px;
  right: auto;
  box-shadow: 0 5px 10px rgba(27, 45, 69, .1);
}

.content-example-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-example-image {
  object-fit: cover;
  border-radius: 13px;
  position: relative;
}

.slide-nav-3 {
  display: none;
}

.slide-9 {
  background-color: #fff;
  border-radius: 15px;
  margin-right: 24px;
  padding: 0;
  overflow: hidden;
}

.arrow-icon {
  color: #1b2d45;
  font-size: 15px;
}

.arrow-right {
  width: 55px;
  height: 55px;
  background-color: #fff;
  border-radius: 100px;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -25px;
  box-shadow: 0 5px 10px rgba(27, 45, 69, .1);
}

.image-container {
  width: 430px;
  height: 260px;
  border-radius: 13px;
  overflow: hidden;
  box-shadow: 0 8px 24px -5px rgba(86, 96, 115, .7);
}

.div-block-23 {
  z-index: 5;
  width: 430px;
  height: 260px;
  background-image: url('../images/play-large.svg'), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border-radius: 13px;
  margin-top: 24px;
  margin-left: 35px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.reviews-section {
  height: 600px;
  background-image: url('../images/angle-bottom.svg'), url('../images/angle-top.svg'), url('../images/iStock-1172175032.jpg');
  background-position: 50% 101%, 50% -1%, 50%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 101%, 101%, cover;
  margin-top: 36px;
}

.reviews-wrapper {
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
  top: 40%;
}

.review {
  max-width: 400px;
  text-align: center;
  flex-direction: column;
  align-self: flex-start;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.review-text {
  color: #fff;
}

.nutritional-approach-block {
  flex-direction: column;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  transition: all .2s ease-in-out;
  display: flex;
}

.nutritional-approach-list {
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding-top: 24px;
  display: flex;
}

.benefits-wrapper {
  max-width: 960px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nutritional-approach {
  object-fit: contain;
  border-radius: 13px;
}

.dietary-type-wrapper {
  margin-top: 32px;
}

.diet-tab {
  background-color: #fff;
  border: 1px solid #e2e4e8;
  border-radius: 999px;
  margin-right: 16px;
  padding: 6px 16px;
}

.diet-tab:hover {
  background-color: #f5f5f5;
}

.diet-tab.w--current {
  color: #fff;
  background-image: linear-gradient(225deg, #0078f8, #b134ff);
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 4px 4px 13px #5a5cfb;
}

.tabs-menu-2 {
  background-image: url('../images/dashed-line.svg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: 26px;
  justify-content: center;
  display: flex;
}

.meal {
  flex-direction: column;
  align-items: center;
  margin-right: 24px;
  display: flex;
}

.meal.last {
  margin-right: 0;
}

.meals-wrapper {
  justify-content: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.meal-image {
  width: 140px;
  height: 140px;
  border-radius: 13px;
  margin-bottom: 16px;
}

.meal-title {
  margin-bottom: 12px;
  font-family: Circularstd, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
}

.tab-link-tab-1 {
  opacity: .6;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 12px;
  padding-right: 12px;
}

.tab-link-tab-1.w--current {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 12px;
  padding-right: 12px;
}

.tab-link-tab-2 {
  opacity: .6;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 12px;
  padding-right: 12px;
}

.tab-link-tab-2.w--current {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
}

.tab-link-tab-4 {
  opacity: .6;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 12px;
  padding-right: 12px;
}

.tab-link-tab-4.w--current {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
}

.tab-link-tab-3 {
  opacity: .6;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 12px;
  padding-right: 12px;
}

.tab-link-tab-3.w--current {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
}

.tabs-menu-3 {
  transition: opacity .2s;
  display: flex;
}

.scroll-prompt-wrap {
  color: #fff;
  text-align: center;
  flex-direction: column;
  padding-top: 16px;
  display: flex;
}

.scroll-prompt {
  width: 64px;
  height: 64px;
  align-self: center;
}

.sticky-nav {
  height: 90px;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  display: flex;
}

.slider-block {
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding-left: 4px;
  padding-right: 4px;
  display: flex;
}

.slider-block.left-aligned {
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
}

.slider-title {
  flex: none;
  margin-right: 8px;
  font-weight: 400;
}

.price-field {
  min-height: 55px;
  border: 1.3px solid #bec9d5;
  border-radius: 4px;
  flex: 1;
  margin-bottom: 0;
  font-size: 16px;
}

.price-field:focus {
  border-width: 1.3px;
  border-color: #007bfc;
}

.price-field::-ms-input-placeholder {
  color: rgba(97, 114, 131, .46);
}

.price-field::placeholder {
  color: rgba(97, 114, 131, .46);
}

.regular-checkbox {
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-right: 12px;
  transition: all .2s ease-in-out;
}

.regular-checkbox.w--redirected-checked {
  background-image: none, linear-gradient(45deg, #b134ff, #0078f8);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  border-radius: 4px;
}

.regular-checkbox-label {
  text-align: left;
}

.regular-checkbox-field {
  align-items: center;
  display: flex;
}

.brand-image {
  max-height: 64px;
}

.mental-health-grid {
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.mental-health-question-wrap {
  width: 100%;
  flex-direction: row;
  align-content: flex-start;
  display: flex;
}

.lottie-animation-4 {
  width: 252px;
  height: 70px;
  display: block;
}

.top {
  max-width: 940px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.invocations-section {
  background-image: url('../images/angle-bottom.svg'), url('../images/angle-top.svg'), linear-gradient(45deg, rgba(177, 52, 255, .52), rgba(0, 120, 248, .74)), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Black-Woman-laying-on-Sofa-Smaller.jpg');
  background-position: 50% 101%, 50% -1%, 0 0, 0 0, 50% 100%;
  background-repeat: no-repeat, no-repeat, repeat, repeat, repeat;
  background-size: 100vw, 100vw, auto, auto, cover;
  padding-top: 8%;
  padding-bottom: 8%;
}

.device-image {
  height: 150px;
  object-fit: contain;
  margin-bottom: 20px;
}

.device-image.nest {
  height: 210px;
}

.device-grid-block {
  text-align: center;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
}

._4-col {
  width: 33.33%;
  margin-right: 20px;
}

._4-col.last {
  margin-right: 0;
}

.div-block-24 {
  flex-flow: column;
  align-content: flex-start;
  display: flex;
}

.lottie-animation-5 {
  width: 200px;
  position: absolute;
  top: -56%;
  bottom: 0%;
  left: 29%;
  right: 0%;
}

.lottie-animation-5.nest {
  left: 12%;
}

.image-18 {
  position: relative;
}

.alexa-image {
  justify-content: center;
  margin-bottom: 24px;
  display: flex;
  position: relative;
}

.alexa-column {
  text-align: center;
  background-color: rgba(90, 92, 251, .05);
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  align-self: stretch;
  align-items: center;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.link-4 {
  text-decoration: underline;
}

.image-19 {
  height: 55px;
  margin-top: 36px;
  margin-left: 24px;
  transition: all .2s;
}

.image-19:hover {
  transform: scale(1.1);
}

.lottie-animation-6 {
  display: none;
}

.navbar-dropdown {
  transition: all .2s ease-in-out;
}

.navbar-dropdown-toggle {
  border-radius: 4px;
  margin-left: 4px;
  padding: 16px 24px 16px 4px;
  transition: all .2s;
}

.navbar-dropdown-toggle:hover, .navbar-dropdown-toggle.w--open {
  color: #0078f8;
}

.navbar-dropdown-list {
  background-color: #d99f9f;
  transition: all .2s;
}

.navbar-dropdown-list.w--open {
  max-width: 300px;
  background-color: #fff;
  border-radius: 16px;
  padding: 8px 16px 8px 14px;
  transition: all .2s;
  top: 48px;
  right: -23px;
  box-shadow: 18px 18px 45px 19px rgba(79, 94, 120, .1);
}

.icon {
  font-family: "Fa solid 900", sans-serif;
  font-weight: 400;
  right: -7px;
}

.grid-4 {
  grid-column-gap: 50px;
  grid-row-gap: 32px;
  text-align: left;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  justify-items: start;
  margin-top: 24px;
  margin-bottom: 48px;
}

.developer-block {
  max-width: 1180px;
  color: #062940;
  text-align: center;
  margin: 100px auto;
  padding-top: 4%;
  padding-bottom: 4%;
}

.rounded-edges {
  border-radius: 13px;
  margin-bottom: 8px;
}

.rounded-edges.right-margin {
  margin-right: 32px;
}

.risk-grid {
  max-width: 800px;
  padding-left: 24px;
}

.risk-grid.top-margin {
  margin-top: 24px;
}

.risk-based-engine {
  text-align: center;
  background-color: #fff;
  border: 1px solid #e2e4e8;
  border-radius: 13px;
  padding: 16px 8px;
  box-shadow: 0 24px 50px -60px #000;
}

.engine-feature {
  max-width: 600px;
  background-color: rgba(226, 228, 232, .5);
  border-radius: 13px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 12px;
}

.pathway-description {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.engine-icon {
  width: 36px;
  height: 32px;
  margin-right: 4px;
}

.text-block-16 {
  letter-spacing: -.25px;
  font-family: Circularstd, sans-serif;
  font-weight: 700;
}

.gradient-highlight {
  text-align: center;
  border: 2px dashed #e2e4e8;
  border-radius: 13px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.div-block-25 {
  padding: 24px;
}

.health-engagement {
  background-image: url('../images/angle-bottom.svg'), url('../images/angle-top.svg'), url('../images/futurey-data-background-dark.webp');
  background-position: 50% 101%, 50% -1%, 100% 100%;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 100vw, 100vw, cover;
  padding-top: 8%;
  padding-bottom: 8%;
}

.div-block-26 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
}

.triple-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.api-grid {
  max-width: 800px;
}

.api-grid.top-margin {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 24px;
}

.div-block-27 {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.api-feature {
  background-color: rgba(226, 228, 232, .5);
  border-radius: 13px;
  margin-bottom: 8px;
  margin-right: 8px;
  padding: 8px 12px;
}

._3-col {
  width: 25%;
  flex: 0 auto;
}

.image-21 {
  margin: auto;
  display: block;
}

.feature-image {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.image-22 {
  width: 100%;
  object-fit: contain;
}

.pullout-grid {
  max-width: 1140px;
  text-align: center;
  background-image: url('../images/dotted-line-wide.svg'), url('../images/dotted-line-wide.svg'), url('../images/dotted-line-wide.svg');
  background-position: 50% 54%, 50% 10%, 60% 32%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 80%, 80% 70px, 80% 60px;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
}

.pullout-grid.top-margin {
  background-position: 50% 65%, 50% 34%, 60%;
  margin-top: 64px;
}

.lottie-animation-7 {
  position: absolute;
  left: 393px;
}

.lottie-animation-8 {
  z-index: -1;
  height: 320px;
  opacity: .66;
  position: absolute;
  top: 314px;
  left: 0;
  right: 0;
}

.div-block-28 {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.multi-platform-ecosystem {
  padding-bottom: 3%;
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
}

.multi-platform-ecosystem.de {
  padding-top: 36px;
}

.flex-item {
  flex-direction: row;
  align-self: flex-start;
  margin-bottom: 0;
  padding: 4px 20px;
  display: flex;
}

.flex-item.top {
  flex-direction: row;
  margin-top: 6px;
}

.flex-item.top.testimonials {
  margin-top: 12px;
}

.flex-item.last {
  margin-bottom: 16px;
}

.flex-item.margin {
  margin-right: 16px;
}

.center-all {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.success-message-2 {
  height: 600px;
}

.text-block-17 {
  margin-top: auto;
  margin-bottom: auto;
}

._2-col {
  width: 16.66%;
  margin-right: 20px;
}

.text-block-18 {
  width: 300px;
}

.symphony-result {
  color: #000;
  flex: 1;
}

.form-tip {
  margin-top: 8px;
  font-size: .9rem;
  text-decoration: underline;
  display: block;
}

.announcement-wrapper {
  background-color: #5a5cfb;
  background-image: linear-gradient(45deg, #0078f8, #b134ff);
}

.text-block-19 {
  color: #fff;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 1.2rem;
}

.asterisk {
  color: #5e727d;
  font-size: .7rem;
  position: relative;
  top: -6px;
}

.circle-icon {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.circle-icon.blue {
  filter: hue-rotate(303deg);
}

.circle-icon.green {
  filter: hue-rotate(229deg);
}

.circle-icon.red {
  filter: hue-rotate(103deg);
}

.circle-icon.pink {
  filter: hue-rotate(50deg);
}

.success-anim {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.success-anim.left {
  align-self: flex-start;
  margin-left: 0;
}

.success-message-3 {
  background-color: rgba(0, 0, 0, 0);
}

.field-wrapper {
  position: relative;
}

.field-wrapper.split {
  width: 50%;
  margin-right: 20px;
}

.field-wrapper.split.last {
  margin-right: 0;
}

.unit {
  position: absolute;
  top: 54px;
  right: 12px;
}

.split-fields {
  justify-content: flex-start;
  display: flex;
}

.search-field {
  min-height: 48px;
  background-image: url('../images/search-24px.svg');
  background-position: 12px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1.3px solid #bec9d5;
  border-radius: 4px;
  margin-bottom: 0;
  padding-left: 48px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

.search-field:focus {
  border-width: 1.3px;
  border-color: #007bfc;
}

.search-field::-ms-input-placeholder {
  color: rgba(97, 114, 131, .46);
}

.search-field::placeholder {
  color: rgba(97, 114, 131, .46);
}

.search-field.triple-split {
  width: 33%;
  margin-right: 8px;
}

.chip {
  color: #062940;
  background-color: #fff;
  border: 1px solid #e2e4e8;
  border-radius: 9999px;
  margin-top: 8px;
  margin-right: 12px;
  padding: 6px 12px;
  font-size: 1rem;
  transition: all .2s ease-in-out;
}

.chip:hover {
  color: #0078f8;
  border-color: #0078f8;
  box-shadow: 0 0 8px rgba(86, 96, 115, .16);
}

.chip.last {
  margin-right: 0;
}

.chip-wrap {
  flex-wrap: wrap;
  display: flex;
}

.hero-huge {
  height: 100%;
  display: block;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.address-input {
  height: 0;
  display: block;
  overflow: hidden;
}

.health-condition-input-wrap {
  height: 0;
  overflow: hidden;
}

.radio-buttons-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.error-message-3 {
  border-radius: 13px;
  margin-top: 20px;
}

.hero-graphic-middle {
  z-index: -1;
  opacity: .53;
  filter: blur(20px);
  display: block;
  position: absolute;
  top: 283%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.mid-page-accent {
  height: 440px;
  opacity: .3;
  filter: blur(20px);
  position: absolute;
  top: 454%;
  right: -272px;
}

.mid-page-accent.left {
  z-index: 3;
  top: 260%;
  left: -272px;
  right: 0;
}

.social-proof {
  padding-left: 3%;
  padding-right: 3%;
}

.case-study-video-section {
  margin-top: 100px;
  margin-bottom: 100px;
  position: relative;
}

.video-under {
  width: 100%;
  object-fit: cover;
  object-position: 50% 4%;
}

.video-overlay {
  background-image: url('../images/angle-bottom.svg'), url('../images/angle-top.svg'), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-position: 50% 105%, 0 -4%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: contain, contain, auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lightbox-play {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  transition: all .2s;
  display: flex;
}

.lightbox-play:hover {
  transform: scale(1.2);
}

.pullout-quote {
  color: #062940;
  padding-top: 10px;
  font-family: Circularstd, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  display: inline-block;
  position: relative;
}

.pullout-quote.blue {
  color: #0078f8;
}

.client-wins {
  max-width: 450px;
  text-align: left;
  border: 1px solid rgba(86, 96, 115, .2);
  border-radius: 14px;
  padding: 15px 20px 20px;
}

.client-wins.cta3-recommended-option {
  max-width: 600px;
  border-width: 2px;
  border-radius: 14px;
  padding-bottom: 30px;
}

.full-page-wrapper-light {
  display: flex;
  position: relative;
}

.pullout-quote-wrapper {
  background-color: #fff;
  border: 1px solid #e2e4e8;
  border-left: 5px solid #0078f8;
  border-radius: 8px;
  flex-direction: column;
  margin-top: 42px;
  margin-bottom: 42px;
  padding: 12px 36px 16px 24px;
  display: flex;
}

.pullout-quote-wrapper.margin {
  margin-top: 24px;
  margin-bottom: 32px;
}

.image-23 {
  width: 280px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.select-field {
  min-height: 48px;
  color: rgba(97, 114, 131, .46);
  background-color: #fff;
  border-radius: 4px;
  padding: 8px 12px;
  font-size: 16px;
}

.council-logo {
  width: 180px;
  margin-bottom: 32px;
}

.council-logo.second {
  margin-left: 8px;
}

.phone {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}

.grid-5 {
  border: 1px solid #e2e4e8;
  border-radius: 13px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .25fr 1.5fr .25fr 1.5fr;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
}

._8-col {
  width: 66.66%;
}

.proof-grid {
  grid-column-gap: 20px;
  text-align: left;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  align-items: start;
  justify-items: start;
  margin-top: 24px;
  margin-bottom: 48px;
}

.full-overlay {
  z-index: 11;
  height: 0;
  background-color: rgba(0, 0, 0, .5);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.drawer {
  max-width: 800px;
  background-color: #fff;
  border-radius: 8px;
  padding: 0 24px 24px;
  position: relative;
}

.commands-grid {
  grid-row-gap: 7px;
  background-color: #f5f5f5;
  border-radius: 13px;
  grid-template-rows: auto;
  padding: 12px 32px 24px;
  overflow: auto;
}

.close-overlay {
  background-color: rgba(6, 41, 64, .65);
  border-radius: 9999px;
  margin-top: 12px;
  margin-right: 12px;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.coaching-image {
  width: 100%;
}

._9-col {
  width: 75%;
}

._11-col {
  width: 91.66%;
}

.general-button-wrap {
  margin-right: 10px;
  display: block;
}

.general-button-wrap.top-margin {
  margin-top: 32px;
}

.general-button-wrap.top-margin.center {
  display: flex;
}

.coaching-icon {
  margin-top: 24px;
  margin-bottom: 24px;
}

.notice {
  color: #0078f8;
  background-color: rgba(0, 120, 248, .1);
  border-radius: 8px;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 8px 12px;
  display: block;
  overflow: hidden;
}

.snippet {
  color: #006bde;
  letter-spacing: 4px;
  background-color: #f5f5f5;
  border-radius: 12px;
  margin-top: 8px;
  padding: 5px 15px;
  font-family: Inconsolata, monospace;
  font-size: 1.4rem;
  font-weight: 700;
  display: inline;
}

.mini-page-container {
  flex-direction: column;
  padding-top: 8%;
  padding-bottom: 5%;
  display: flex;
}

.div-block-29 {
  position: relative;
}

.image-24 {
  border-radius: 13px;
}

.marquee-horizontal-large {
  z-index: 200;
  width: 100%;
  height: 100px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee-cover-horizontal {
  z-index: 10;
  background-image: linear-gradient(270deg, rgba(255, 255, 255, 0) 70%, #fff), linear-gradient(270deg, #fff, rgba(255, 255, 255, 0) 30%);
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.track-horizontal {
  align-items: center;
  display: flex;
}

.flex-horizontal {
  width: 100%;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.testimonial3-logo-wrapper {
  min-width: 150px;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.icon-2 {
  max-height: 80px;
}

.rating-section {
  margin-top: 19px;
  margin-bottom: 55px;
}

.rating-grid {
  opacity: .8;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}

.rating-block {
  color: #5e727d;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rating-image {
  margin-right: 12px;
}

.rating-star {
  font-size: 1.6rem;
  display: flex;
}

.rating-header {
  color: #062940;
  margin-left: 6px;
  font-family: Circularstd, sans-serif;
  font-weight: 700;
}

.orcha-image {
  width: 27%;
}

.heading-animated {
  min-height: 180px;
  font-size: 3rem;
  font-weight: 700;
  display: inline-block;
  overflow: visible;
}

.heading-animated.bottom-margin {
  margin-bottom: 10px;
}

.heading-animated._2-line {
  height: 130px;
  min-height: auto;
}

.employer-tabs-menu {
  min-width: 358px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.employer-tab-link {
  color: #062940;
  text-align: left;
  background-color: #fff;
  border: 1px solid #e2e4e8;
  border-radius: 13px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 12px 12px 12px 10px;
  font-size: 1.2rem;
  transition: all .2s ease-in-out;
  display: flex;
}

.employer-tab-link:hover {
  background-color: #f1f6ff;
  transform: scale(1.02);
}

.employer-tab-link:active {
  background-color: #e3f0ff;
}

.employer-tab-link.w--current {
  background-color: #e0e1ff;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 13px;
}

.grey-section {
  margin-top: 43px;
  margin-bottom: 43px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.employer-benefit-tabs {
  min-height: auto;
  padding: 32px 20px;
  transition: all .2s ease-in-out;
  display: flex;
}

.employee-benefits-tab {
  align-self: stretch;
  padding-left: 28px;
  padding-right: 28px;
  transition: all .2s ease-in-out;
}

.text-wrap {
  flex: 1;
}

.employee-benefits-image {
  float: right;
  flex: 0 auto;
  margin-left: 16px;
}

.tab-pane-tab-1 {
  height: 100%;
}

.small-list-number {
  min-height: 29px;
  min-width: 29px;
  color: #fff;
  text-align: center;
  background-image: linear-gradient(225deg, #0078f8, #b134ff);
  border-radius: 999px;
  align-self: flex-start;
  margin-right: 10px;
  padding-left: 1px;
  font-size: 1.5rem;
  line-height: 1.1;
}

.small-list-number.green {
  background-color: #2ac088;
  background-image: none;
}

.small-list-number.green.icon {
  line-height: 1.5;
}

.chevron {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 8px;
}

.employer-benefits-header {
  margin-top: 0;
}

.tab-pane-tab-2, .tab-pane-tab-3, .tab-pane-tab-4, .tab-pane-tab-5 {
  height: 100%;
}

.instant-quote {
  margin-bottom: 60px;
}

.quote-options {
  flex: 1;
  align-self: center;
  margin-right: 20px;
}

.slider-block-quotes {
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding-left: 4px;
  padding-right: 4px;
  display: flex;
}

.slider-block-quotes.left-aligned {
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
}

.instant-quote-form {
  min-height: auto;
  color: #fff;
  background-color: #062940;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/waves2x.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border: 1px solid #e2e4e8;
  border-radius: 13px;
  padding: 32px 40px;
  transition: all .2s ease-in-out;
  display: flex;
  box-shadow: 0 10px 50px -40px #000;
}

.quote-result {
  color: #fff;
  background-image: linear-gradient(225deg, #0078f8, #b134ff);
  border-radius: 13px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 39px;
  padding-right: 39px;
  display: flex;
}

.quote-result-price {
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: Circularstd, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
}

.image-25 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.static-logo-marquee {
  z-index: 200;
  width: 100%;
  height: 100px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.static-logo-flex {
  width: 100%;
  opacity: .74;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.large {
  font-size: 1.6rem;
}

.text-span-3 {
  color: #0078f8;
  font-size: 1.6rem;
}

.image-26 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.included-block-header {
  flex-direction: column;
  justify-content: center;
  position: relative;
  top: 25%;
}

.image-27 {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: rgba(86, 96, 115, .24);
  border-radius: 999px;
  margin-bottom: 20px;
  padding-left: 1px;
  padding-right: 1px;
}

.link-block-3 {
  width: 100%;
}

.cta-item-grid {
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.discount-wrap {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, .24), rgba(0, 0, 0, .24)), url('../images/sunrise-2.webp');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.discount-left {
  max-width: 30%;
  min-width: 30%;
  color: #fff;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  padding-top: 64px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
}

.discount-right {
  max-width: 59%;
  justify-content: center;
  align-items: center;
  padding: 48px 20px;
  display: flex;
  position: relative;
}

.list-2 {
  padding-left: 0;
}

.list-2.contained {
  text-align: left;
  margin-top: 16px;
  padding-left: 0;
}

.list-item-2 {
  background-image: url('../images/ic-small-circle-tick.svg');
  background-position: 0 20%;
  background-repeat: no-repeat;
  background-size: 1.3rem;
  margin-bottom: 12px;
  padding-left: 36px;
  font-size: 1rem;
  line-height: 1.4;
  list-style-type: none;
}

.list-item-2.larger {
  background-image: url('../images/check-active.svg');
  font-size: 1.1rem;
}

.gro-logo {
  background-color: #fff;
  border: 1px solid #e2e4e8;
  border-radius: 13px;
  padding: 4px;
}

.slider-right-2 {
  width: 100%;
  color: #fff;
  text-align: center;
  background-color: #0a0;
  border-radius: 9999px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.2em;
  font-weight: 500;
  transition: all .2s;
}

.slider-right-2:hover {
  background-color: #3dcc3d;
}

.slider-right-2.paypal {
  background-color: #ffc439;
}

.slider-right-2.paypal:hover {
  background-color: #f1ba38;
}

.receipt-flex-2 {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.receipt-flex-2.old-values {
  color: #5b617c;
}

.receipt-flex-2.larger {
  font-size: 1.1rem;
  font-weight: 600;
}

.form-title-wrap-3 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.field-helper-text {
  color: #5e727d;
  align-self: center;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
}

.field-helper-text.top-margin {
  margin-top: 24px;
}

.field-helper-text.left {
  align-self: flex-start;
}

.paypal-button {
  width: 100%;
}

.text-span-4 {
  font-weight: 700;
  text-decoration: underline;
}

.separator-2 {
  width: 100%;
  height: 24px;
  border-top: 2px dashed rgba(91, 97, 124, .25);
  margin-top: 24px;
}

.form-content-3 {
  max-width: 600px;
  background-color: #fff;
  border: 1px solid rgba(86, 96, 115, .7);
  border-radius: 13px;
  flex-direction: column;
  align-self: center;
  padding: 36px 20px;
  display: flex;
  position: relative;
}

.discount-image {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
}

.list-3 {
  padding-left: 20px;
  padding-right: 24px;
}

.list-3.contained {
  text-align: left;
  margin-top: 16px;
  padding-left: 0;
}

.testimonial-wrap {
  margin-top: 16px;
  padding: 12px;
  display: flex;
}

.testimonial-circle-2 {
  width: 40px;
  height: 40px;
  float: left;
  border: 2px solid #0078f8;
  border-radius: 9999px;
  margin-right: 12px;
}

.button-wrap-2 {
  width: 660px;
  max-width: 100%;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slider-right-3 {
  width: 100%;
  color: #fff;
  text-align: center;
  background-color: #b134ff;
  border-radius: 4px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.2em;
  font-weight: 500;
  transition: all .2s;
}

.slider-right-3:hover {
  background-color: #3dcc3d;
}

.card-types {
  margin-top: 8px;
  display: flex;
}

.terms-agreement-2 {
  align-items: center;
  font-size: 1.1em;
  display: flex;
}

.terms-agreement-2.reg {
  margin-top: 2px;
  margin-bottom: 24px;
}

.field-label {
  color: #051f33;
  margin-bottom: 8px;
  font-size: 1rem;
  font-weight: 500;
}

.form-paragraph-2 {
  color: #5b617c;
  font-size: 18px;
  line-height: 23px;
}

.field-helper-text-2 {
  color: #5b617c;
  align-self: center;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
}

.field-helper-text-2.left {
  align-self: flex-start;
}

.checkbox-6 {
  width: 24px;
  height: 24px;
  border: 1px solid #ccc;
  border-radius: 4px;
  align-self: center;
  margin-top: 0;
  margin-right: 8px;
  transition: background-color .3s;
}

.checkbox-6.w--redirected-checked {
  background-color: #0a0;
  background-size: contain;
}

.checkbox-6.w--redirected-focus {
  box-shadow: 0 0 3px 1px rgba(1, 121, 213, .28);
}

.receipt-detail-2 {
  width: 50%;
}

.receipt-detail-2.left {
  width: 70%;
}

.receipt-detail-2.right {
  width: 40%;
  text-align: right;
  line-height: 1.4;
}

.card-type {
  height: 50px;
  margin-right: 8px;
}

.text-field {
  min-height: 48px;
  border: 1.3px solid #bec9d5;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 500;
  position: relative;
}

.text-field:focus {
  border-width: 1.3px;
  border-color: #007bfc;
}

.text-field::-ms-input-placeholder {
  color: rgba(97, 114, 131, .46);
}

.text-field::placeholder {
  color: rgba(97, 114, 131, .46);
}

.text-field.triple-split {
  width: 33%;
  margin-right: 8px;
}

.checkbox-label {
  color: #062940;
  align-self: center;
  margin-bottom: 0;
}

.dob-wrapper-2 {
  width: 60%;
  display: flex;
}

.password-criteria-label-2.unmet {
  color: #d83e38;
}

.form-3 {
  justify-content: center;
  display: flex;
  position: relative;
}

.form-paragraph-3 {
  max-width: 550px;
  color: #5b617c;
  font-size: 18px;
  line-height: 23px;
}

.additional-infof {
  color: rgba(255, 255, 255, .62);
  margin-top: 60px;
  font-size: 16px;
}

.pricing-top {
  width: 100%;
  min-height: 140px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.feature-text-mobile {
  color: #848199;
  font-size: 15px;
  display: none;
}

.button-wrap-3 {
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
}

.price-grid {
  width: 100%;
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.feature-check {
  width: 100%;
  justify-content: center;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.length-text {
  color: #848199;
  font-size: 22px;
}

.price-type {
  color: #062940;
  margin-top: 0;
}

.check {
  width: 45px;
  height: 45px;
  background-image: url('../images/check-active.svg');
  background-position: 0 0;
  background-size: cover;
  border: 1px solid #4bd964;
  border-radius: 9999px;
  position: absolute;
  right: 16px;
}

.check.inactive {
  background-image: none;
  background-size: auto;
  border-color: #e2e4e8;
  right: 16px;
}

.pricing-column-white {
  background-color: #fff;
  border-radius: 20px;
  padding: 21px;
  box-shadow: 16px 16px 42px rgba(23, 18, 63, .12);
}

.feature-item {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.feature-text-3 {
  color: #848199;
  font-size: 15px;
}

.button-pricing {
  width: 80%;
  min-height: 52px;
  color: #5243c2;
  text-align: center;
  background-color: #f496d1;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 15px;
  display: flex;
}

.pricing-column, .pricing-column-features {
  padding: 21px;
}

.feature-grid {
  grid-row-gap: 32px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  justify-items: start;
}

.pricing-button {
  width: 100%;
  color: #7540ee;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ebecf0;
  border-radius: 100px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 12px;
  font-weight: 600;
  transition: all .2s;
}

.pricing-button:hover {
  color: #fff;
  background-color: #7540ee;
}

.pricing-button.white {
  color: #fff;
}

.pricing-button.white:hover {
  color: #7540ee;
  background-color: #fff;
}

.pricing-details-wrap {
  color: #5a5cfb;
  flex-direction: row;
  align-items: flex-end;
  margin-top: 5px;
  margin-bottom: 16px;
  display: flex;
}

.pricing-column-03 {
  width: 33.3333%;
  padding: 10px;
}

.pricing-check {
  align-items: center;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.pricing-card {
  height: 100%;
  background-color: #fff;
  border-radius: 13px;
  flex-direction: column;
  justify-content: space-around;
  padding: 20px;
  display: flex;
  box-shadow: 1px 1px 35px #ebecf0;
}

.pricing-card.purple {
  background-color: #5a5cfb;
}

.pricing-wrap {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
}

.pricing-text {
  max-width: 560px;
  color: #062940;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.pricing-text.white {
  color: #fff;
}

.pricing {
  letter-spacing: -.35px;
  margin-left: 2px;
  margin-right: 2px;
  font-family: Circularstd, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 45px;
}

.pricing.white {
  color: #fff;
}

.date {
  color: #5e727d;
}

.date.white {
  color: #fff;
}

.pricing-h3 {
  color: #5e727d;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
}

.pricing-h3.white {
  color: #fff;
  text-align: center;
}

.pricing-details {
  max-width: 200px;
  color: #b0b7c3;
  text-align: center;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.check-2 {
  margin-right: 10px;
}

.pricing-check-wrap {
  margin-bottom: 35px;
}

._99 {
  font-size: 32px;
  display: inline-block;
  transform: translate(0, -9px);
}

.button-noshadow {
  max-width: 360px;
  min-width: 200px;
  color: #fff;
  text-align: center;
  background-image: linear-gradient(40deg, #b134ff, #0078f8);
  border-radius: 220px;
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 32px;
  font-family: Circularstd, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.4;
  transition: all .3s;
  display: block;
  position: relative;
}

.button-noshadow:hover {
  background-color: #30cde3;
  transform: scale(1.05);
}

.button-noshadow.w--current {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-noshadow.centered-button {
  width: auto;
  max-width: none;
  order: 0;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.button-noshadow.centered-button.no-top-margin {
  margin-top: 0;
}

.button-noshadow.lower-margin {
  margin-bottom: 32px;
  margin-left: 0;
}

.button-noshadow.top-margin {
  min-width: auto;
  align-self: center;
  margin-top: 32px;
}

.button-noshadow.top-margin.centered {
  margin-right: 0;
}

.button-noshadow.top-margin.smaller {
  margin-top: 24px;
}

.button-noshadow.top-margin.left {
  margin-left: 0;
  margin-right: auto;
}

.button-noshadow.top-margin.huge {
  margin-top: 120px;
}

.button-noshadow.full-width {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.button-noshadow.full-width.top-margin {
  width: 100%;
  min-width: auto;
}

.button-noshadow.full-width.top-margin.smaller {
  margin-top: 32px;
}

.button-noshadow.full-width.center {
  margin-left: auto;
  margin-right: auto;
}

.button-noshadow.full-width.center.floating {
  order: 0;
  margin-top: 24px;
}

.button-noshadow.full-width.center.floating.alternative {
  box-shadow: none;
  color: #062940;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ededed;
  margin-top: 12px;
}

.button-noshadow.nav {
  min-width: auto;
  box-shadow: none;
  align-self: center;
  padding: 10px 16px;
  display: flex;
}

.button-noshadow.nav:hover {
  box-shadow: none;
}

.button-noshadow.alternative {
  color: #062940;
  background-color: #fff;
  background-image: none;
}

.button-noshadow.alternative.margin-left {
  margin-left: 24px;
}

.button-noshadow.secondary {
  box-shadow: none;
  color: #062940;
  white-space: nowrap;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e2e4e8;
}

.button-noshadow.last {
  margin-right: 0;
}

.button-noshadow.pricing {
  margin-top: 20px;
}

.big-block {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e2e4e8;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: -1px;
  padding: 16px;
  display: flex;
}

.big-block.highlight {
  color: #fff;
  background-color: #6165ff;
  margin-top: -10px;
  padding-top: 22px;
}

.big-block.highlight.top {
  background-color: #5a5cfb;
  border-style: none;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
}

.big-block.top-left {
  border-top-left-radius: 13px;
}

.grid-label {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: -1px;
  padding-top: 10px;
  padding-bottom: 16px;
  padding-right: 40px;
  display: flex;
  box-shadow: inset 0 1px rgba(0, 0, 0, .12);
}

.grid-6 {
  width: 100%;
  max-width: 1080px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: ". . . ."
                 ". . . ."
                 ". . . ."
                 ". . . ."
                 ". . . ."
                 ". . . ."
                 ". . . ."
                 ". . . ."
                 ". . . ."
                 / auto 1fr 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
}

.white-background {
  display: none;
}

.grid-block-2 {
  text-align: center;
  background-color: #fff;
  border: 1px solid #e2e4e8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -1px;
  margin-left: -1px;
  padding: 16px;
  display: flex;
}

.grid-block-2.blue {
  color: #fff;
  background-color: #5a5cfb;
  border-style: solid;
  border-color: rgba(226, 228, 232, .1);
  flex-direction: row;
}

.grid-block-2.price {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 20px;
  line-height: 32px;
}

.grid-block-2.price.highlight {
  color: #fff;
  background-color: #5a5cfb;
  margin-bottom: -10px;
  padding-bottom: 34px;
}

.grid-block-2.price.highlight.bottom {
  border-style: solid;
  border-color: rgba(226, 228, 232, .1);
  border-bottom-right-radius: 13px;
  border-bottom-left-radius: 13px;
  padding-bottom: 16px;
}

.grid-block-2.price.bottom-left {
  border-bottom-left-radius: 13px;
}

.top-notice {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-image: linear-gradient(270deg, #0078f8, #b134ff);
  padding-top: 12px;
  padding-bottom: 12px;
}

.hero-block {
  text-align: center;
  background-image: url('../images/hero-wave.svg'), linear-gradient(45deg, rgba(177, 52, 255, .1), rgba(0, 120, 248, .1));
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  background-attachment: scroll, scroll;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-block.full {
  height: 100vh;
  flex-direction: column;
}

.hero-inner {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.pricing-options {
  max-height: 130px;
  color: #062940;
  background-color: #fff;
  border: 2px solid #e2e4e8;
  border-radius: 13px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-top: 12px;
  margin-bottom: 0;
  margin-left: 0;
  padding: 20px 24px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.pricing-options:hover {
  background-color: #f4f9ff;
  border-width: 2px;
  border-color: #0078f8;
}

.pricing-options.recommended {
  color: #fff;
  background-image: linear-gradient(270deg, #0078f8, #b134ff);
  border-style: none;
  align-self: stretch;
  margin-top: 30px;
  margin-left: 0;
  padding-top: 24px;
  padding-bottom: 16px;
}

.pricing-options.recommended.bottom {
  margin-bottom: 0;
  margin-left: 0;
}

.days-free {
  margin-top: 2px;
  font-family: Circularstd book, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.select-a-plan {
  color: #062940;
  margin-top: 35px;
  margin-bottom: 36px;
  font-family: Circularstd, sans-serif;
  font-weight: 500;
}

.select-a-plan.white {
  color: #fff;
}

.highlight-price {
  background-color: #fc9202;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 14px;
  position: absolute;
  top: -14px;
}

.subscription-disclaimer {
  width: 100%;
  color: #79797b;
  margin: 14px auto;
  font-size: 12px;
}

.subscription-disclaimer.footer {
  text-align: center;
}

.subscription-disclaimer.footer-variant {
  color: #8a8a8a;
  text-align: center;
  margin-bottom: 40px;
}

.subscription-disclaimer.white {
  color: #fff;
}

.hero-image-l1 {
  z-index: 1;
  margin-top: 80px;
  position: absolute;
  left: -60px;
  transform: rotate(6deg);
}

.hero-image-r1 {
  z-index: 1;
  margin-top: 80px;
  position: absolute;
  right: -60px;
  transform: rotate(-4deg);
}

.round-image {
  width: 100px;
  height: 100px;
  border-radius: 9999px;
  margin-right: 12px;
}

.hero-image-l2 {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  margin-top: -2rem;
  margin-left: -8rem;
  position: relative;
  bottom: 0;
}

.div-block-30 {
  margin-left: -200px;
  position: absolute;
}

.hero-price-options {
  z-index: 5;
  max-width: 28rem;
  flex-direction: column;
  flex: none;
  display: flex;
  position: relative;
}

.image-29 {
  margin-left: -83px;
}

.hero-image-r2 {
  position: absolute;
  transform: rotate(8deg);
}

.block {
  margin-top: 100px;
  margin-bottom: 150px;
  padding-bottom: 55px;
  overflow: hidden;
}

.title-image-wrap {
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.headline-12-col {
  max-width: 1180px;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
}

.mask-8 {
  width: 300px;
  border-radius: 13px;
  overflow: visible;
}

.slide-nav-4 {
  opacity: .4;
  bottom: -60px;
  transform: scale(.5);
}

.testimonial-card {
  height: 100%;
  min-height: 430px;
  background-image: linear-gradient(225deg, rgba(0, 120, 248, .05), rgba(177, 52, 255, .05));
  border-radius: 13px;
  flex-direction: column;
  padding: 30px 36px 24px 30px;
  display: flex;
  position: relative;
}

.slider-9 {
  width: 100vw;
  height: 440px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 70px;
  padding-left: 67px;
  padding-right: 67px;
}

.quote-mark {
  margin-bottom: 10px;
}

.testimonial-paragraph {
  font-size: 18px;
}

.testimonial-photo {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 9999px;
}

.testimonial-details {
  position: absolute;
  bottom: 14px;
  left: 30px;
  right: 24px;
}

.testimonial-name {
  margin-top: 16px;
  font-family: Circularstd, sans-serif;
  font-weight: 700;
}

.left-arrow-4, .right-arrow-5 {
  color: #062940;
}

.testimonial-achievement {
  font-size: 14px;
}

.slide-10 {
  margin-right: 20px;
}

.slide-11, .slide-12 {
  margin-right: 24px;
}

.hero-image-right {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  margin-top: -2rem;
  margin-right: -8rem;
  position: relative;
  bottom: 0;
}

.image-30 {
  opacity: 1;
}

.slide-13, .slide-14, .slide-15 {
  margin-right: 20px;
}

.audio-player {
  width: 300px;
  height: 55px;
  margin-left: auto;
  margin-right: auto;
}

.tabs-block {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.tabs-menu-4 {
  z-index: 1;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 22px;
  display: flex;
  top: 90px;
}

.tab-pane-wellbeing {
  height: 640px;
  background-image: url('../images/wellbeing-bg.jpg');
  background-position: 0 0;
  background-size: cover;
  padding-top: 60px;
}

.tab-content {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 29px;
  display: flex;
}

.tabs-content-2 {
  background-color: rgba(86, 96, 115, .7);
  border-radius: 13px;
}

.tab-link {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  padding: 8px 24px;
  transition: all .2s ease-in-out;
  display: flex;
}

.tab-link:hover {
  background-color: rgba(255, 255, 255, .08);
}

.tab-link.w--current {
  color: #062940;
  background-color: #fff;
}

.tab-link.last {
  margin-right: 0;
}

.tab-link.last.w--current {
  color: #062940;
  background-color: #fff;
}

.tab-link-wellbeing {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 9999px;
  margin-right: 12px;
}

.tab-link-wellbeing.w--current {
  color: #062940;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  padding: 8px 24px;
  display: flex;
}

.content-card-text {
  max-width: 450px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

.tab-block-image-left {
  z-index: 1;
  width: 29rem;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  align-items: flex-end;
  margin-top: 120px;
  margin-left: -130px;
  display: flex;
  position: absolute;
  bottom: -4.5rem;
  left: 0%;
  right: auto;
}

.tabs-block-image-right {
  width: 29rem;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  align-items: flex-end;
  margin-top: 100px;
  margin-right: -130px;
  display: flex;
  position: absolute;
  bottom: -4.5rem;
  left: auto;
  right: 0%;
}

.tab-pane-sleep {
  height: 640px;
  background-image: url('../images/sleep.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 60px;
}

.tab-pane-nutrition {
  height: 640px;
  background-image: url('../images/Rectangle-3865.jpg');
  background-position: 0 0;
  background-size: cover;
  padding-top: 60px;
}

.tab-pane-activity {
  height: 640px;
  background-image: url('../images/Rectangle-3864.jpg');
  background-position: 0 0;
  background-size: cover;
  padding-top: 60px;
}

.tab-pane-sleep-2 {
  height: 560px;
  background-image: url('../images/sleep.jpg');
  background-position: 100% 0;
  background-size: cover;
}

.right {
  text-align: right;
}

.article-grid {
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 50px;
}

.article-card {
  z-index: 1;
  height: 220px;
  border: 1px solid #e2e4e8;
  border-radius: 13px;
  align-items: flex-end;
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
  display: flex;
  position: relative;
}

.category-tag {
  z-index: 1;
  color: #fff;
  background-color: rgba(86, 96, 115, .7);
  background-image: linear-gradient(225deg, #c74243, #3f2f4c);
  border-radius: 8px;
  padding: 4px 10px;
  font-size: 14px;
  display: inline-block;
  position: absolute;
  top: 12px;
  bottom: auto;
  left: 12px;
  right: auto;
}

.category-tag.sleep {
  background-image: linear-gradient(225deg, #16222a, #3a6073);
}

.category-tag.nutrition {
  background-image: linear-gradient(225deg, #0078f8, #003c7c);
}

.category-tag.activity {
  background-image: linear-gradient(225deg, #4a00e0, #8e2de2);
}

.column-title {
  font-size: 20px;
}

.icon-3, .icon-4 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(225deg, #0078f8, #b134ff);
  -webkit-background-clip: text;
  background-clip: text;
}

.video-3 {
  border-radius: 13px;
  margin-left: auto;
  margin-right: auto;
}

.video-wrapper {
  width: 70%;
  border-radius: 13px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.article-text-link {
  margin-bottom: 4px;
  font-size: 16px;
  text-decoration: underline;
  display: block;
}

.article-block-headers {
  margin-bottom: 32px;
  font-size: 30px;
  font-weight: 500;
}

.see-more {
  color: #062940;
  margin-top: 16px;
  display: block;
}

.large-feature-image {
  width: 100%;
  height: 100%;
  background-image: url('../images/Screen-3.webp'), linear-gradient(225deg, #0078f8, #b134ff);
  background-position: 0%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  border-radius: 13px;
}

.sunset-block {
  width: 100%;
  height: 510px;
  object-fit: cover;
  background-image: url('../images/footer-top-lower-wave.svg'), url('../images/footer-upper-wave.svg'), url('../images/sunrise-2.webp');
  background-position: 50% 100%, 50% -1%, 50% 65%;
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-size: contain, contain, auto;
  background-attachment: scroll, scroll, scroll;
}

.footer-container {
  width: 100%;
  color: #fff;
  background-color: #09131a;
  background-image: url('../images/footer-bottom-wave.svg');
  background-position: 50% 101%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 100px;
  padding-bottom: 200px;
}

.social-proof-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 50px;
  margin-bottom: 50px;
}

.social-proof-card {
  text-align: center;
  background-color: #062234;
  border-radius: 13px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 20px;
  display: flex;
}

.social-proof-title {
  margin-top: 24px;
  margin-bottom: 12px;
  font-family: Circularstd, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.feature-list-item {
  text-align: left;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.feature-list-item.top-aligned {
  align-items: flex-start;
}

.feature-list-check {
  margin-right: 12px;
}

.feature-list-check.top-aligned {
  margin-top: 2px;
}

.feature-list-grid {
  grid-column-gap: 40px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin: 50px auto;
}

.footer-price-options {
  z-index: 5;
  width: 900px;
  grid-column-gap: 10px;
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.grid-7 {
  width: 100%;
  max-width: 1180px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.footer-block-headings {
  margin-bottom: 24px;
  font-size: 22px;
  font-weight: 700;
}

.footer-link {
  margin-bottom: 4px;
  font-size: 18px;
  text-decoration: underline;
  display: block;
}

.app-store-link {
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.hero-image-mobile {
  background-image: url('../images/phones-l.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}

.grid-8 {
  grid-column-gap: 10px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 30px;
}

._3-column-item {
  text-align: center;
}

.tabs-block-image-mobile {
  background-image: url('../images/phones-l.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}

.large-image {
  width: 41.66%;
  margin-right: 20px;
  position: relative;
}

.large-image.left {
  align-self: center;
  margin-right: 64px;
  position: relative;
}

.large-image.last {
  margin-right: 0;
}

.buttons-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.try-free {
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.collection-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 24px;
  margin-bottom: 24px;
  display: grid;
}

.link-block-4 {
  width: 100%;
  display: block;
}

.checkbox-7 {
  width: 100%;
  height: 100%;
  border-style: none;
  margin-top: 0;
  margin-left: 0;
  transition: all .2s;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.checkbox-7.w--redirected-checked {
  width: 24px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/check-active.svg');
  background-size: 45px 45px;
  border-style: none;
  padding: 24px;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 24px;
}

.checkbox-text-2 {
  color: #5e727d;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.4;
}

.radio-button-2 {
  width: 45px;
  height: 45px;
  margin-top: 0;
  position: absolute;
  bottom: 16px;
  right: 16px;
}

.radio-button-2.w--redirected-checked {
  background-image: url('../images/check-active.svg');
  background-position: 0 0;
  background-size: cover;
  border-style: none;
}

.radio-button-2.bottom {
  top: 16px;
  bottom: auto;
}

.radio-button-field-2 {
  color: #062940;
  text-align: left;
  cursor: pointer;
  background-color: #fff;
  border-radius: 13px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 8px;
  padding: 20px;
  display: flex;
  position: relative;
}

.radio-button-field-2.recommended {
  color: #fff;
  background-image: linear-gradient(270deg, #0078f8, #b134ff);
}

.radio-button-field-2.recommended.bottom, .radio-button-field-2.bottom {
  justify-content: center;
}

.horizontal-prices {
  width: 960px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.form-block-6 {
  width: 100%;
}

.content {
  height: 100%;
}

.article-image {
  width: 100%;
  background-image: url('../images/hero-wave.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.rich-text-block {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.article-wrapper {
  max-width: 1180px;
  justify-content: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.article-top-block {
  width: 100%;
  max-height: 600px;
  position: relative;
  overflow: hidden;
}

.div-block-32 {
  background-image: url('../images/hero-wave.svg'), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-position: 50% 101%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.article-heading {
  color: #fff;
}

.category {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 14px;
}

.grid-10 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 50px;
}

.image-31 {
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 13px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.category-page-articles {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 36px;
  margin-bottom: 100px;
}

.category-top-block {
  width: 100%;
  max-height: 420px;
  position: relative;
  overflow: hidden;
}

.radio-button-label-2 {
  font-family: Circularstd, sans-serif;
  font-weight: 700;
}

.heading-22 {
  color: #0176d0;
  font-weight: 600;
}

.heading-22.center {
  max-width: 940px;
  color: #0176d0;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
}

.app-feature-list-item-wrap {
  cursor: default;
  margin-bottom: 32px;
  transition: all .2s ease-in-out;
}

.app-feature-list-item-wrap:hover {
  color: #5a5cfb;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(270deg, #0078f8, #b134ff);
  -webkit-background-clip: text;
  background-clip: text;
}

.star-container {
  justify-content: center;
  margin-bottom: 12px;
  display: flex;
}

.page-title {
  max-width: 940px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  display: block;
}

.reviewer-name {
  color: #5b617c;
  font-size: .9em;
}

.app-feature-flex {
  max-width: 1180px;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heart-icon {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.full-featured-app {
  padding-top: 64px;
  padding-bottom: 32px;
}

.app-buttons {
  width: 50%;
  float: none;
  clear: right;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.app-feature-image {
  width: 35%;
  align-self: center;
  padding-top: 24px;
  padding-bottom: 24px;
}

.app-feature-image.middle {
  height: 600px;
  margin-top: 40px;
  position: relative;
}

.feature-paragraph {
  font-size: 1rem;
}

.feature-paragraph.center {
  max-width: 940px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.feature-paragraph.center.condensed {
  width: 60%;
}

.app-feature-list-column {
  width: 30%;
  text-align: left;
  padding-right: 32px;
}

.app-feature-list-column.right {
  text-align: right;
  padding-left: 32px;
  padding-right: 0;
}

.heading-4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Circularstd, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
}

.feature-video {
  width: 45%;
  border-radius: 13px;
  overflow: hidden;
}

.hover-change-image {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hover-change-image.main {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hover-change-image.education {
  z-index: 3;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hover-change-image.nutrition {
  z-index: 2;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hover-change-image.fallback {
  z-index: 1;
  display: block;
}

.hover-change-image.coaching-screen {
  z-index: 2;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(0);
}

.hover-change-recipes {
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hover-change-recipes.main {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hover-change-recipes.education {
  z-index: 3;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hover-change-recipes.nutrition {
  z-index: 2;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hover-change-recipes.fallback {
  z-index: 1;
  display: block;
}

.hover-change-recipes.coaching-screen {
  z-index: 2;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(0);
}

.hover-change-coaching {
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hover-change-coaching.main {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hover-change-coaching.education {
  z-index: 3;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hover-change-coaching.nutrition {
  z-index: 2;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hover-change-coaching.fallback {
  z-index: 1;
  display: block;
}

.hover-change-coaching.coaching-screen {
  z-index: 2;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(0);
}

.hover-change-fallback {
  z-index: 5;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hover-change-fallback.main {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hover-change-fallback.education {
  z-index: 3;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hover-change-fallback.nutrition {
  z-index: 2;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hover-change-fallback.fallback {
  z-index: 1;
  display: block;
}

.hover-change-fallback.coaching-screen {
  z-index: 2;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(0);
}

.hover-change-lifestyle {
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hover-change-lifestyle.main {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hover-change-lifestyle.education {
  z-index: 3;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hover-change-lifestyle.nutrition {
  z-index: 2;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hover-change-lifestyle.fallback {
  z-index: 1;
  display: block;
}

.hover-change-lifestyle.coaching-screen {
  z-index: 2;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(0);
}

.hover-change-education {
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hover-change-education.main {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hover-change-education.education {
  z-index: 3;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hover-change-education.nutrition {
  z-index: 2;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hover-change-education.fallback {
  z-index: 1;
  display: block;
}

.hover-change-education.coaching-screen {
  z-index: 2;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(0);
}

.hover-change-community {
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hover-change-community.main {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hover-change-community.education {
  z-index: 3;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hover-change-community.nutrition {
  z-index: 2;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hover-change-community.fallback {
  z-index: 1;
  display: block;
}

.hover-change-community.coaching-screen {
  z-index: 2;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(0);
}

.hover-change-workouts {
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hover-change-workouts.main {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hover-change-workouts.education {
  z-index: 3;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hover-change-workouts.nutrition {
  z-index: 2;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hover-change-workouts.fallback {
  z-index: 1;
  display: block;
}

.hover-change-workouts.coaching-screen {
  z-index: 2;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(0);
}

.hover-change-health-tracking {
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hover-change-health-tracking.main {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hover-change-health-tracking.education {
  z-index: 3;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hover-change-health-tracking.nutrition {
  z-index: 2;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hover-change-health-tracking.fallback {
  z-index: 1;
  display: block;
}

.hover-change-health-tracking.coaching-screen {
  z-index: 2;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(0);
}

.hover-change-devices-sync {
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hover-change-devices-sync.main {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hover-change-devices-sync.education {
  z-index: 3;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hover-change-devices-sync.nutrition {
  z-index: 2;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hover-change-devices-sync.fallback {
  z-index: 1;
  display: block;
}

.hover-change-devices-sync.coaching-screen {
  z-index: 2;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(0);
}

.slider__mask {
  height: 449px;
  position: static;
  overflow: visible;
}

.slider__arrow {
  width: 48px;
  height: 48px;
  color: #101010;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: color .2s, background-color .2s;
  display: flex;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .4);
}

.slider__arrow:hover {
  color: #fff;
  background-color: #000;
}

.slider__arrow.left {
  margin-top: 200px;
  transform: translate(-50%);
}

.slider__arrow.right {
  margin-top: 200px;
  transform: translate(50%);
}

.slider__icon {
  font-size: 24px;
  font-weight: 700;
}

.slider-10 {
  width: 800px;
  height: 670px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.slide-16 {
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.slider__nav {
  padding-top: 40px;
  padding-bottom: 40px;
}

.slide__image {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 13px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  box-shadow: 0 10px 40px rgba(0, 0, 0, .5);
}

.slide__image.current {
  z-index: 2;
  transform-origin: 50%;
}

.slide__image.previous {
  z-index: 0;
  transform-origin: 50%;
  transform: translate(-120px)rotate(-3deg)scale(.8);
}

.slide__image.next {
  z-index: 1;
  transform-origin: 50%;
  transform: translate(120px)rotate(3deg)scale(.8);
}

.background-video-3 {
  z-index: 3;
  height: 100%;
  border-radius: 13px;
}

.slider-video {
  z-index: 3;
  border-radius: 13px;
  position: relative;
  overflow: hidden;
}

.tab-feature-list-grid {
  width: 69%;
  grid-column-gap: 12px;
  grid-row-gap: 14px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.tab-video {
  width: 100%;
  height: 100%;
}

.tab-video-wrap {
  width: 450px;
  border-radius: 13px;
  overflow: hidden;
}

.google-assistant-button {
  padding-right: 6px;
}

.nav-button {
  height: 52px;
  background-image: linear-gradient(225deg, #0078f8, #b134ff);
  border-radius: 9999px;
  align-items: center;
  margin-left: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.slider-video-detail {
  z-index: 6;
  width: 100%;
  background-color: #fff;
  border-bottom-right-radius: 13px;
  border-bottom-left-radius: 13px;
  padding: 0 32px 15px;
  position: absolute;
  bottom: -135px;
  box-shadow: 0 0 20px -8px rgba(0, 0, 0, .35);
}

.video-description-heading {
  filter: blur();
  color: #062940;
  margin-top: 16px;
  margin-bottom: 12px;
  font-size: 2rem;
}

.video-section {
  margin-top: 100px;
}

.slider-video-detail-2 {
  z-index: 6;
  background-color: #fff;
  border-bottom-right-radius: 13px;
  border-bottom-left-radius: 13px;
  padding: 1px 32px 15px;
  position: relative;
  top: 0;
  box-shadow: 0 0 20px -8px rgba(0, 0, 0, .35);
}

.slider__mask-2 {
  overflow: visible;
}

.slider__arrow-2 {
  width: 48px;
  height: 48px;
  color: #101010;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 190px;
  margin-left: -24px;
  margin-right: -24px;
  transition: color .2s, background-color .2s;
  display: flex;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .4);
}

.slider__arrow-2:hover {
  color: #fff;
  background-color: #000;
}

.slider__nav-2 {
  padding-top: 4px;
  padding-bottom: 4px;
  top: 688px;
}

.video-description-heading-2 {
  filter: blur();
  color: #062940;
  margin-top: 16px;
  margin-bottom: 12px;
  font-size: 2rem;
}

.video-section-2 {
  margin-top: 100px;
  padding-bottom: 0;
}

.slider-video-2 {
  z-index: 3;
  border-radius: 13px 13px 0 0;
  position: relative;
  overflow: hidden;
}

.lesson-slider {
  height: 599px;
  max-width: 800px;
  border-radius: 13px;
  flex: 1;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.hero-type-selection {
  z-index: 5;
  max-width: 28rem;
  flex-direction: column;
  flex: none;
  display: flex;
  position: relative;
}

.lottie-animation-9 {
  z-index: -2;
  width: 200vw;
  height: 100vh;
  position: absolute;
  top: 0;
}

.small-h1 {
  font-size: 2.7rem;
}

.overlay {
  z-index: -1;
  background-color: rgba(0, 0, 0, .2);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lottie-wrap {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .flex-container {
    align-items: center;
    display: flex;
  }

  .hero-graphic-right {
    width: 50%;
  }

  .hero-section {
    padding-bottom: 0;
  }

  .hero-text-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-image-block {
    margin-bottom: 12px;
    display: flex;
  }

  .service-grid {
    width: 100%;
    max-width: 630px;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .grid-block {
    padding-top: 24px;
    padding-bottom: 24px;
    transition-duration: .25s;
    transition-timing-function: ease-in-out;
  }

  .quote, .grid-icon {
    align-self: center;
  }

  .paragraph-basic {
    margin-bottom: 0;
  }

  .content-section {
    padding-bottom: 0;
  }

  .feature-image-block {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
    top: -400px;
    left: 181px;
  }

  .feature-image-block.meetups {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-image-1 {
    max-width: 80%;
  }

  .h2 {
    font-size: 42px;
  }

  .h2.h2-centre {
    text-align: center;
  }

  .feature-text-block {
    width: auto;
    max-width: 604px;
    text-align: center;
    flex: 1;
    align-self: center;
    margin-left: 30px;
    margin-right: auto;
    padding-right: 0;
  }

  .small-blocks {
    justify-content: flex-start;
    margin-bottom: 12px;
  }

  .small-blocks.compact {
    width: auto;
    max-width: none;
  }

  .feature-icon {
    width: 45px;
  }

  .feature-text-block-2 {
    flex: 1;
    align-self: center;
    padding-left: 0;
  }

  .grid-wrapper-2 {
    grid-column-gap: 14px;
    grid-row-gap: 17px;
    grid-template-columns: 1fr;
  }

  .feature-grid-block {
    padding: 12px;
  }

  .feature-grid-block.no-padding {
    align-items: center;
  }

  .feature-grid-block.no-padding.right {
    align-self: stretch;
    align-items: center;
  }

  .grid-faq {
    grid-column-gap: 27px;
    margin-left: 25px;
  }

  .banner {
    background-position: 0 0;
    background-size: cover;
    border-radius: 0;
    padding-left: 42px;
    padding-right: 42px;
  }

  .banner-button {
    white-space: nowrap;
  }

  .footer-grid {
    padding-left: 3%;
    padding-right: 3%;
  }

  .mobile-nav-link {
    width: 100%;
  }

  .navigation-container-mob {
    justify-content: space-between;
    display: none;
  }

  .navigation-mob {
    height: 85px;
    border-bottom: 1px solid rgba(68, 85, 103, .11);
    flex-direction: row;
    justify-content: center;
    padding-left: 3%;
    padding-right: 3%;
    display: none;
  }

  .menu-mob {
    color: #000;
    background-color: #fafafa;
    border-radius: 100px;
    font-size: 22px;
  }

  .menu-mob.w--open {
    background-color: #0078f8;
  }

  .navigation-left {
    display: flex;
  }

  .nav-menu-2 {
    display: none;
  }

  .mobile-nav {
    background-color: #fff;
    padding-top: 15px;
    box-shadow: 42px 42px 55px rgba(32, 53, 90, .09);
  }

  .nav-logo {
    width: 200px;
  }

  .navigation {
    display: block;
  }

  .hero-paragraph {
    max-width: 500px;
    text-align: center;
  }

  .hero-image {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }

  .icon-image {
    width: auto;
    height: auto;
  }

  .button-hero {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button-hero.centered-button {
    flex: 1;
  }

  .button-hero.top-margin {
    flex: none;
    margin-left: 0;
    margin-right: 24px;
  }

  .button-hero.full-width.top-margin {
    display: block;
  }

  .button-hero.nav {
    display: none;
  }

  .button-hero.alternative.bottom-margin {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .hero-h1 {
    max-width: 500px;
    text-align: center;
    font-size: 55px;
  }

  .hero-h1.center {
    margin-left: auto;
    margin-right: auto;
  }

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

  .list {
    color: #062940;
  }

  .heading-2 {
    text-align: left;
    align-self: center;
    font-size: 43px;
  }

  .secondary-cta {
    display: none;
    position: relative;
  }

  .activity-block {
    background-position: 64% 0;
  }

  .heading-3 {
    align-self: center;
  }

  .achievements-flex {
    flex-direction: column;
  }

  .achievements-flex.with-slider {
    flex-direction: row;
  }

  .bundle-flexx {
    max-width: 100%;
    margin-bottom: 120px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .bundle-block {
    flex-direction: row;
    align-items: center;
  }

  .bundle-image-block {
    width: 50%;
    max-width: 270px;
  }

  .bundle-image {
    order: -1;
  }

  .body {
    background-position: -14% 240%, 140% 220%;
    background-repeat: no-repeat, no-repeat;
    background-size: auto 150px, 300px;
  }

  .animated-feature-flex {
    margin-left: auto;
    margin-right: auto;
  }

  .background-video {
    background-image: linear-gradient(215deg, rgba(0, 120, 248, .64), rgba(177, 52, 255, .64));
  }

  .button-wrapper {
    justify-content: center;
    padding-top: 40px;
    display: flex;
  }

  .tagline {
    text-align: center;
  }

  .hero3-image {
    margin-bottom: -20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .hero3-text-wrapper {
    text-align: center;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .wrap._w-custom.hero3 {
    flex-direction: column;
    padding-top: 50px;
  }

  .wrap._w-custom.hero-w-form {
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
  }

  .wrap.vertical.top-margin.center {
    width: auto;
  }

  ._7-col {
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
    margin-right: 0;
  }

  ._5-col {
    width: 100%;
    flex: 0 auto;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .hero3-headline-wrap {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .hero3-headline-wrap.fixed {
    height: 130px;
  }

  .coaching {
    background-position: 84% 0;
    background-repeat: no-repeat;
  }

  .center.desktop {
    display: none;
  }

  .center.mobile {
    display: block;
  }

  .div-block-6 {
    margin-left: auto;
    margin-right: auto;
  }

  .wellbeing-block {
    background-position: 64% 0;
  }

  .form-wrap {
    max-width: 630px;
  }

  .banner-logo {
    padding-top: 26px;
    padding-bottom: 26px;
    display: none;
  }

  .banner-content {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .logo.centered {
    margin-top: 25px;
    margin-bottom: 20px;
  }

  .slide-content {
    width: 100%;
    min-height: 100vh;
    align-items: center;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .mask {
    max-height: 1180px;
  }

  .author-image {
    margin-bottom: 10px;
  }

  .author-testimonial {
    flex-direction: column;
    align-items: flex-start;
  }

  .checkbox-base {
    height: auto;
    min-height: 100px;
  }

  .slide-banner {
    width: 100%;
    order: 1;
    display: block;
  }

  .slide-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .dob-wrapper {
    width: 100%;
  }

  .lottie-animation.eligibility-success {
    bottom: 0%;
    right: 0%;
  }

  .achievement-text-block {
    text-align: left;
  }

  .right-arrow-2 {
    width: 60px;
    right: -50px;
  }

  .left-arrow-2 {
    width: 60px;
  }

  .fontawesome.tippy {
    transition: all .2s;
  }

  .wide-top-image {
    max-height: 300px;
    position: relative;
  }

  .remote-care {
    background-image: none;
    margin: 12% auto;
  }

  .remote-care.wellness {
    max-width: 680px;
  }

  .innovation-section {
    background-position: 50% 101%, 50% -1%, 0 0, 0 0;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .contact-form {
    background-position: 84% 0;
    background-repeat: no-repeat;
  }

  .contact-form-wrapper {
    background-image: none;
    padding: 32px;
  }

  .tab-grid {
    flex-direction: row-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .tab-panel {
    min-height: auto;
  }

  .animation-block {
    max-width: 290px;
    display: flex;
  }

  .standard-tab {
    text-align: center;
    margin-right: 12px;
  }

  .content-block {
    width: auto;
    text-align: left;
    align-items: flex-start;
    padding: 20px 10px;
  }

  .tabular-area {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .slide-nav {
    left: 43px;
  }

  .health-engagement-section {
    padding-bottom: 0;
  }

  .hero3-image-2 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .hero3-firstbutton-wrap {
    justify-content: center;
    display: flex;
  }

  .subheader {
    text-align: center;
  }

  .blue {
    max-width: 630px;
    text-align: center;
  }

  .headline-8-col {
    width: auto;
    text-align: center;
  }

  .cta3-item-wrap.cta3-recommended-option {
    flex-direction: column;
    align-items: flex-start;
    display: block;
  }

  ._5-col-2 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .wrap-2 {
    width: 645px;
  }

  .cta3-options-wrapper {
    width: 100%;
    flex-direction: column;
  }

  ._6-col {
    width: auto;
    max-width: none;
    min-width: 460px;
    align-self: center;
    margin-right: 0;
  }

  .study {
    width: 100%;
  }

  .type-2-impact {
    padding-bottom: 0;
  }

  .navigation-side-plain {
    justify-content: space-between;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
  }

  .navigation-side-plain.transparent {
    background-color: rgba(255, 255, 255, 0);
    position: fixed;
  }

  .navigation-container-full {
    min-height: auto;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .nav-menu {
    height: auto;
    background-color: #fff;
  }

  .nav-menu.right {
    margin-left: 0;
    padding-left: 24px;
  }

  .brand-2 {
    margin-right: 10px;
    padding: 0;
  }

  .nav-link-2 {
    width: 100%;
    background-image: url('../images/chevron-right-round-24px.svg');
    background-position: 96%;
    background-repeat: no-repeat;
    background-size: 40px 40px;
    padding-left: 32px;
  }

  .nav.transparent {
    position: relative;
  }

  .menu-button {
    color: #0078f8;
  }

  .menu-button.w--open {
    background-image: linear-gradient(45deg, #b134ff, #0078f8);
    border-radius: 999px;
  }

  .navigation-button-wrap {
    flex: 1;
  }

  .feature-flex {
    padding-left: 3%;
    padding-right: 3%;
  }

  .media-sources-section {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .news-logo {
    max-width: 100px;
  }

  .faq-question-wrap {
    max-width: 730px;
  }

  .image-10 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .physician-ui {
    background-image: none;
    margin-left: 3%;
    margin-right: 3%;
  }

  .wellness-score {
    text-align: left;
  }

  .grid {
    max-width: 600px;
    grid-template-columns: 1fr 1fr;
    justify-items: start;
  }

  .medication-spend {
    padding-bottom: 0;
  }

  .heading-13 {
    margin-left: auto;
    margin-right: auto;
  }

  .wellness-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-items: start;
  }

  .video-library-horizontal-grid {
    grid-template-columns: 1fr 1fr;
    overflow: visible;
  }

  .alternating-blocks {
    flex-direction: column;
  }

  .how-it-works-blocks, .why-it-works {
    padding-bottom: 0;
  }

  .certification-box {
    max-width: 100%;
  }

  .certifications-grid {
    filter: none;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
  }

  .certifications-grid.small {
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    display: flex;
  }

  .award-image {
    max-height: 40px;
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
  }

  .meetups-image {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .grid-3 {
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .small-blocks-2 {
    margin-bottom: 12px;
  }

  .feature-icon-2 {
    width: 45px;
  }

  .meetups-block {
    padding-left: 4%;
  }

  .button {
    text-align: center;
    align-self: center;
    display: block;
  }

  .button.secondary {
    width: 100%;
    text-align: center;
    margin-top: 12px;
    margin-left: 0;
  }

  .insurance-grid {
    grid-column-gap: 14px;
    grid-row-gap: 17px;
  }

  .language-dropdown {
    float: right;
  }

  .we-work-with-section {
    margin-left: auto;
    margin-right: auto;
  }

  ._12-col {
    width: 100%;
  }

  .condensed {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .augmenting-healthcare-section {
    padding-bottom: 0;
  }

  .button-hero-2 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button-hero-2.top-margin {
    margin-left: 0;
  }

  .uri-hero {
    width: 85%;
    position: absolute;
    bottom: 20vh;
  }

  .walkthrough-block {
    padding: 12px;
  }

  .strip-banner {
    padding: 8px 12px;
  }

  .schedule-title {
    max-width: 630px;
    text-align: center;
  }

  .results-section {
    background-position: 50% 101%, 50% -1%, 0 0, 0 0;
  }

  .quiz-result {
    background-image: none;
    margin-left: 3%;
    margin-right: 3%;
  }

  .arrow-left {
    left: -10px;
  }

  .arrow-right {
    right: -10px;
  }

  .invocations-section {
    background-position: 50% 101%, 50% -1%, 0 0, 0 0;
  }

  .device-image {
    width: auto;
    height: auto;
  }

  .device-grid-block {
    padding: 12px;
  }

  .image-18 {
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .navbar-dropdown {
    float: right;
  }

  .icon.blue {
    margin-right: 12px;
    font-size: 16px;
  }

  .grid-4 {
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .developer-block {
    padding-left: 4%;
  }

  .risk-grid {
    padding-bottom: 32px;
  }

  .health-engagement {
    background-position: 50% 101%, 50% -1%, 0 0, 0 0;
  }

  .api-grid {
    padding-bottom: 32px;
  }

  .multi-platform-ecosystem {
    padding-bottom: 0;
  }

  .symphony-result {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
  }

  .hero-huge {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .social-proof {
    padding-bottom: 0;
  }

  .video-overlay {
    background-image: url('../images/angle-bottom.svg'), url('../images/angle-top.svg'), linear-gradient(to bottom, null, null);
    background-position: 50% 105%, 0 -5%, 0 0;
  }

  .client-wins.cta3-recommended-option {
    flex-direction: column;
    align-items: flex-start;
    display: block;
  }

  .grid-5 {
    grid-template-columns: 1.5fr 24px 1.5fr 24px 1.5fr;
  }

  .proof-grid {
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .general-button-wrap {
    justify-content: center;
    display: flex;
  }

  .heading-20 {
    text-align: left;
  }

  .heading-animated {
    margin-left: auto;
    margin-right: auto;
  }

  .employer-tabs-menu {
    flex-flow: wrap;
    justify-content: center;
  }

  .employer-tab-link {
    margin-top: 2px;
    margin-bottom: 2px;
    margin-right: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 40px;
  }

  .employer-benefit-tabs {
    flex-direction: column;
    padding: 20px 0;
  }

  .employee-benefits-tab {
    padding-left: 0;
    padding-right: 0;
  }

  .title-wrap {
    text-align: center;
  }

  .image-28 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .cta-item-grid {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .discount-wrap {
    flex-direction: column;
  }

  .discount-left {
    width: 100%;
    height: auto;
    max-width: none;
    align-items: center;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .discount-right {
    justify-content: center;
    padding: 36px 24px;
  }

  .list-item-2 {
    font-size: 1.1em;
  }

  .field-helper-text.top-margin {
    text-align: center;
  }

  .list-3.contained.larger {
    padding-right: 0;
  }

  .testimonial-wrap {
    align-items: center;
  }

  .button-wrap-2 {
    flex-direction: row;
  }

  .checkbox-label {
    font-size: 18px;
  }

  .dob-wrapper-2 {
    width: 100%;
  }

  .feature-text-mobile {
    display: block;
  }

  .price-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .pricing-column-white, .pricing-column {
    padding: 15px;
  }

  .pricing-column-features {
    padding: 15px;
    display: none;
  }

  .pricing-button {
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-details-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .pricing-column-03 {
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
  }

  .pricing-check {
    margin-right: 12px;
  }

  .pricing-card {
    padding-left: 15px;
    padding-right: 15px;
  }

  .pricing-wrap {
    flex-direction: column;
  }

  .pricing-text {
    font-size: 16px;
  }

  .pricing {
    font-size: 40px;
    line-height: 1;
  }

  .date {
    font-size: 16px;
  }

  .pricing-h3.white {
    text-align: center;
  }

  .check-2 {
    width: 24px;
  }

  .pricing-check-wrap {
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    margin-bottom: 24px;
    display: flex;
  }

  ._99 {
    font-size: 27px;
  }

  .button-noshadow {
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .button-noshadow.centered-button {
    flex: 1;
  }

  .button-noshadow.top-margin {
    flex: none;
    margin-left: auto;
    margin-right: auto;
  }

  .button-noshadow.full-width.top-margin {
    display: block;
  }

  .button-noshadow.nav {
    display: none;
  }

  .big-block {
    text-align: left;
    background-color: rgba(0, 0, 0, 0);
    align-items: center;
    padding-left: 16px;
  }

  .big-block.highlight {
    color: #000;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
    padding-top: 16px;
  }

  .big-block.highlight.top {
    text-align: center;
  }

  .grid-label {
    padding-right: 10px;
  }

  .grid-6 {
    max-width: 100%;
    grid-template-columns: minmax(200px, max-content) minmax(160px, max-content) minmax(160px, max-content) minmax(160px, max-content);
    grid-template-areas: ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . .";
  }

  .white-background {
    background-color: rgba(255, 255, 255, .75);
    padding: 0;
    display: block;
  }

  .grid-block-2 {
    box-shadow: none;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    flex-direction: row;
    align-items: center;
    display: flex;
  }

  .grid-block-2.blue {
    color: #777;
    background-color: #5a5cfb;
  }

  .grid-block-2.price {
    color: #000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .grid-block-2.price.highlight {
    color: #000;
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 0;
    padding-bottom: 24px;
  }

  .grid-block-2.price.highlight.bottom {
    background-color: #5a5cfb;
  }

  .grid-block-2.price.bottom-left {
    justify-content: center;
    padding-bottom: 10px;
  }

  .hero-block {
    padding-top: 40px;
  }

  .hero-block.full {
    padding-top: 100px;
  }

  .hero-inner {
    flex-direction: column;
  }

  .pricing-options {
    width: 100%;
  }

  .pricing-options.recommended.bottom {
    margin-bottom: 20px;
  }

  .round-image {
    width: 80px;
    height: 80px;
  }

  .hero-image-l2 {
    display: none;
  }

  .hero-price-options {
    max-width: 35rem;
  }

  .title-image-wrap {
    width: 50%;
    flex-direction: row;
    flex: none;
    margin-bottom: 0;
  }

  .hero-image-right, .tab-block-image-left {
    display: none;
  }

  .tabs-block-image-right {
    margin-right: -190px;
    display: none;
  }

  .sunset-block {
    background-position: 50% 100%, 50% -1%, 64% 55%;
  }

  .feature-list-item {
    text-align: left;
  }

  .feature-list-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer-price-options {
    width: auto;
    flex-direction: column;
    align-items: center;
    padding-left: 32px;
    padding-right: 32px;
  }

  .grid-7 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .hero-image-mobile {
    max-width: 400px;
    background-image: none;
    margin-top: 0;
    display: block;
  }

  .grid-8 {
    grid-template-columns: 1fr;
  }

  ._3-column-item {
    align-items: center;
    display: flex;
  }

  ._3-col-item-paragraphh {
    width: 50%;
  }

  .tabs-block-image-mobile {
    max-width: 460px;
    background-image: none;
    margin-top: -3rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .large-image {
    width: 100%;
    flex: 0 auto;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .large-image.last {
    display: none;
  }

  .menu-button-2 {
    position: relative;
    right: 0;
  }

  .menu-button-2.w--open {
    color: #5a5cfb;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(225deg, #0078f8, #b134ff);
    -webkit-background-clip: text;
    background-clip: text;
    padding: 20px 10px;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .radio-button-field-2 {
    margin-bottom: 0;
  }

  .horizontal-prices {
    max-width: 460px;
    flex-direction: column;
    display: flex;
  }

  .article-wrapper {
    margin-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-10, .category-page-articles {
    grid-template-columns: 1fr 1fr;
  }

  .google-play-container {
    width: 50%;
    position: relative;
  }

  .image-32 {
    object-fit: contain;
  }

  .app-store-container {
    width: 50%;
    align-self: center;
    position: relative;
  }

  .app-feature-list-item-wrap {
    flex: 1;
    order: 1;
    align-self: center;
    margin-bottom: 24px;
  }

  .page-title {
    margin-left: auto;
    margin-right: auto;
  }

  .app-feature-flex {
    flex-direction: column;
  }

  .google-play {
    width: 100%;
    object-fit: contain;
    position: relative;
  }

  .app-buttons {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .ask-alexa-button {
    padding-left: 16px;
    padding-right: 16px;
  }

  .app-feature-image {
    width: auto;
    max-width: 50%;
  }

  .app-feature-image.middle {
    width: 100%;
    margin-bottom: 32px;
  }

  .feature-paragraph {
    text-align: center;
  }

  .feature-paragraph.center.condensed {
    width: 79%;
  }

  .app-feature-list-column {
    width: auto;
    text-align: center;
    flex-direction: column;
    align-self: center;
    padding-left: 12%;
    padding-right: 12%;
    display: flex;
  }

  .app-feature-list-column.right {
    text-align: center;
    padding-left: 12%;
    padding-right: 12%;
  }

  .app-store {
    width: 100%;
    object-fit: contain;
    align-self: center;
    position: relative;
  }

  .feature-video {
    width: 70%;
  }

  .tab-feature-list-grid {
    width: 80%;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .tab-video-wrap {
    margin-bottom: 38px;
  }

  .google-assistant-button {
    padding-left: 16px;
    padding-right: 16px;
  }

  .video-description-heading, .video-description-heading-2 {
    text-align: left;
    align-self: center;
    font-size: 43px;
  }

  .lesson-slider {
    max-width: 100%;
  }

  .hero-type-selection {
    max-width: 35rem;
  }

  .lottie-animation-9 {
    width: 250%;
    height: auto;
    transform: rotate(90deg);
  }

  .lottie-wrap {
    height: 100vh;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    letter-spacing: -.35px;
  }

  h3 {
    text-align: left;
    letter-spacing: -.35px;
    font-size: 1.9rem;
  }

  h4 {
    letter-spacing: -.35px;
  }

  .flex-container.horizontal {
    flex-wrap: wrap;
  }

  .hero-graphic-right {
    width: 450px;
    opacity: .18;
  }

  .primary-cta {
    flex: 1;
    align-self: center;
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 0;
  }

  .hero-text-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    display: flex;
  }

  .service-section {
    padding-top: 32px;
  }

  .grid-block:hover {
    border-color: #0078f8;
  }

  .feature-image-block {
    width: 100%;
    max-width: 340px;
    align-self: center;
    margin-bottom: 0;
    display: block;
    position: static;
  }

  .feature-image-block.meetups {
    width: 100%;
    max-width: none;
    margin-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: static;
  }

  .feature-image-1 {
    align-self: center;
    margin-left: auto;
    margin-right: auto;
  }

  .h2 {
    letter-spacing: -.35px;
  }

  .feature-text-block {
    width: 100%;
    max-width: 100%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .small-blocks {
    max-width: none;
    justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
  }

  .small-blocks.compact {
    margin-left: 0;
  }

  .feature-icon {
    align-self: center;
  }

  .feature-text-block-2 {
    width: 100%;
    padding-left: 0;
  }

  .feature-section {
    padding-left: 0%;
    padding-right: 0%;
  }

  .gradient-div {
    width: 100%;
  }

  .grid-wrapper-2 {
    text-align: left;
    margin-top: 24px;
  }

  .feature-grid-block {
    background-color: #fff;
  }

  .feature-grid-block.no-padding {
    align-items: flex-start;
  }

  .feature-grid-block.no-padding.right {
    text-align: left;
    align-items: flex-start;
  }

  .case-study-section {
    padding-left: 0%;
    padding-right: 0%;
  }

  .news-grid {
    grid-template-columns: 1fr;
  }

  .case-study-block {
    margin-bottom: 35px;
  }

  .article-thumbnail {
    background-image: linear-gradient(242deg, #b134ff, #0078f8);
  }

  .subtitle.grey {
    text-align: center;
  }

  .h3 {
    margin-bottom: 35px;
  }

  .grid-faq {
    grid-column-gap: 41px;
    margin-left: 0;
  }

  .banner {
    flex-direction: column;
    padding-top: 42px;
  }

  .cta-header {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .banner-text-wrapper {
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    top: 0;
  }

  .banner-button {
    margin-top: 24px;
  }

  .footer-grid {
    grid-column-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .navigation-mob {
    display: inline-block;
  }

  .navigation-container {
    height: auto;
  }

  .menu-mob.w--open {
    background-color: #0078f8;
  }

  .navigation-left {
    width: 50%;
  }

  .navigation {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-paragraph {
    text-align: left;
  }

  .hero-image {
    margin-bottom: 32px;
  }

  .button-hero {
    align-self: flex-start;
    margin-top: 0;
    margin-right: auto;
  }

  .button-hero.centered-button {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .button-hero.top-margin {
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
  }

  .button-hero.full-width.top-margin, .button-hero.full-width.top-margin.smaller {
    max-width: none;
  }

  .button-hero.full-width.center.floating {
    width: 100%;
    min-width: auto;
    margin-top: 24px;
    position: static;
    bottom: 32px;
  }

  .hero-h1 {
    text-align: center;
  }

  .hero-h1.center {
    margin-left: auto;
    margin-right: auto;
    font-size: 47px;
  }

  .image {
    max-width: 100%;
    display: block;
  }

  .text-block {
    align-self: flex-start;
  }

  .standard-paragraph-white {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .list {
    text-align: left;
    align-self: flex-start;
    margin-bottom: 24px;
  }

  .heading-2 {
    text-align: left;
  }

  .secondary-cta {
    flex: 1;
    margin-top: -16px;
    margin-left: 0;
  }

  .nutrition-description {
    width: 100%;
  }

  .nutritional-approach-image {
    max-width: 60%;
    display: none;
  }

  .nutrition-image {
    margin-left: auto;
    margin-right: auto;
  }

  .sleep-block {
    background-image: linear-gradient(247deg, rgba(22, 34, 42, .32), rgba(58, 96, 115, .33)), url('../images/sleep-background.jpg');
    background-position: 0 0, 0 100%;
    background-size: auto, cover;
  }

  .inner-block {
    flex-direction: column;
    padding-left: 3%;
    padding-right: 3%;
    display: flex;
  }

  .sleep-image {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .sleep-desciption {
    width: 100%;
  }

  .activity-block {
    background-position: 85% 0;
  }

  .heading-3 {
    color: #062940;
    align-self: flex-start;
  }

  .achievements-flex {
    flex-direction: column;
  }

  .achievements-flex.flipped {
    flex-direction: column-reverse;
  }

  .bundle-block {
    padding-left: 3%;
    padding-right: 3%;
  }

  .bundle-image-block {
    max-width: 80%;
  }

  .bundle-flex-bg {
    background-image: none;
    display: none;
  }

  .bundle-image {
    margin-bottom: 32px;
  }

  .body {
    background-color: #fff;
  }

  .animated-feature-flex {
    flex-direction: column;
  }

  .watch-flex-item {
    width: 100%;
    margin-bottom: 24px;
  }

  .hero3-image {
    max-width: 60%;
    margin-top: -20px;
  }

  .wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrap._w-custom.hero3 {
    padding-top: 0;
  }

  ._7-col._7-col-last {
    background-position: 50%;
    background-size: contain;
  }

  .hero3-headline-wrap {
    text-align: center;
    margin-bottom: 0;
  }

  .wellbeing-description {
    width: 100%;
  }

  .wellbeing-image {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .coaching {
    background-position: 85% 0;
  }

  .center {
    text-align: center;
  }

  .center.floating {
    position: -webkit-sticky;
    position: sticky;
    bottom: 95px;
  }

  .wellbeing-block {
    background-position: 85% 0;
  }

  .form-wrapper {
    width: 100%;
  }

  .previous-placeholder {
    z-index: 6;
    position: fixed;
  }

  .form-content {
    width: 100%;
    min-width: auto;
  }

  .slide-content {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .next-placeholder {
    z-index: 6;
    position: fixed;
  }

  .mask {
    max-height: 1245px;
  }

  .form-item-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .checkbox-base {
    min-height: 80px;
  }

  .slider-3 {
    display: none;
  }

  .remote-care {
    background-position: 85% 0;
  }

  .remote-care-column {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .remote-care-image {
    width: 100%;
  }

  .innovation-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .contact-form {
    background-position: 85% 0;
  }

  .contact-form-wrapper {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  }

  .tab-grid {
    text-align: center;
    grid-template-rows: 301px auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .title-wrap-centre.no-margin {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .tab-h1 {
    text-align: center;
    align-self: flex-start;
  }

  .tab-panel {
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-menu {
    z-index: 80;
    height: 150px;
    background-color: #fff;
    flex-wrap: nowrap;
    align-items: stretch;
  }

  .load-bar-base {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .animation-block {
    display: none;
  }

  .standard-tab {
    flex: 1;
    justify-content: center;
    padding-left: 12px;
    padding-right: 12px;
  }

  .content-block {
    max-width: none;
  }

  .health-engagement-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero3-image-2 {
    width: 100%;
    margin-top: -20px;
  }

  .hero3-firstbutton-wrap {
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .heading-7 {
    text-align: center;
  }

  .image-9 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .heading-9 {
    width: auto;
  }

  .wrap-2 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._6-col {
    margin-left: auto;
    margin-right: auto;
  }

  .navigation-side-plain {
    width: 100%;
    justify-content: space-between;
  }

  .brand-2 {
    height: 100%;
    align-self: stretch;
    position: static;
  }

  .menu-button {
    position: absolute;
    right: 24px;
  }

  .navigation-button-wrap {
    display: none;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .feature-flex {
    background-image: none;
  }

  .featured-in {
    margin-bottom: 0;
  }

  .media-sources-section {
    width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-content: space-between;
    justify-content: space-between;
    align-items: baseline;
    justify-items: center;
    margin-top: 16px;
    margin-bottom: 32px;
    padding: 3% 20px;
    display: grid;
  }

  .news-logo {
    opacity: .6;
  }

  .faq-question-wrap {
    max-width: 530px;
  }

  .physician-ui {
    background-position: 85% 0;
  }

  .researcher-image {
    width: 100%;
  }

  .wellness-score {
    text-align: center;
  }

  .medication-spend {
    padding-left: 0%;
    padding-right: 0%;
  }

  .video-library-horizontal-grid {
    width: 90%;
    grid-template-columns: 1fr;
    margin-left: 0;
  }

  .video-tag-row {
    width: 80%;
  }

  .video-thumbnail {
    width: 100%;
    height: 250px;
    max-width: none;
  }

  .video-thumb-overlay {
    height: 250px;
    max-width: none;
  }

  .collection-grid {
    grid-template-columns: 1fr 1fr;
  }

  .study-card {
    width: 100%;
    padding: 5%;
  }

  .alternating-blocks {
    flex-direction: column;
  }

  .alternating-blocks.coaching {
    min-height: 400px;
    text-shadow: 0 0 8px rgba(0, 0, 0, .55);
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/coaching-bg.jpg');
    background-position: 0 0, 70% 70%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    justify-content: center;
  }

  .alternating-blocks.education {
    min-height: 400px;
    text-shadow: 0 0 8px rgba(0, 0, 0, .55);
    background-image: linear-gradient(rgba(6, 41, 64, .77), rgba(6, 41, 64, .77)), url('../images/app-bg.webp');
    background-position: 0 0, 0%;
    background-size: auto, cover;
    justify-content: center;
  }

  .alternating-blocks.real-time-monitoring {
    min-height: 400px;
    text-shadow: 0 0 8px rgba(0, 0, 0, .55);
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/wellbeing.jpg');
    background-position: 0 0, 70% 60%;
    background-size: auto, cover;
    justify-content: center;
  }

  .alternating-blocks.personalised {
    justify-content: center;
    padding-top: 7%;
  }

  .why-it-works {
    flex-direction: column;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .half-width {
    width: 100%;
    padding-top: 12%;
    padding-bottom: 12%;
  }

  .half-width.with-image {
    width: 100%;
    object-fit: cover;
    order: 1;
  }

  .full-page-wrapper {
    flex-direction: column;
  }

  .article-overlay {
    height: 240px;
  }

  .white.meetup-block-heading {
    text-align: center;
  }

  .certification-header {
    color: #b1b1b1;
    font-size: .9em;
    line-height: 1.4;
  }

  .certifications-grid {
    filter: none;
    grid-template-rows: auto auto;
    grid-template-columns: .5fr .5fr .5fr .5fr;
  }

  .certifications-grid.small {
    grid-template-rows: auto;
    padding-left: 3%;
    padding-right: 3%;
  }

  .award-image {
    opacity: .9;
    filter: saturate(10%);
    object-fit: contain;
    transition: filter .3s ease-in, opacity .2s;
  }

  .award-image:hover {
    opacity: 1;
    filter: saturate();
  }

  .meetups-image {
    display: block;
  }

  .social-proofing-number {
    font-size: 1.6rem;
    line-height: 1.4;
  }

  .social-proofing-header-wrapper {
    align-self: flex-start;
  }

  .grid-3 {
    width: 100%;
    color: #fff;
    grid-template-columns: 1fr 1fr;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
    margin-bottom: 24px;
  }

  .meetups-block {
    padding-left: 4%;
  }

  .paragraph-3 {
    text-align: center;
  }

  .insurance-grid {
    grid-template-columns: 1fr 1fr;
  }

  .video-library-horizontal-grid-copy {
    width: 80%;
    grid-template-columns: 1fr;
    margin-left: 0;
  }

  .work-with {
    width: 60px;
  }

  .we-work-with-section {
    width: 100%;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-content: space-between;
    justify-content: space-between;
    align-items: baseline;
    justify-items: center;
    margin-top: 32px;
    margin-bottom: 32px;
    padding: 3% 20px;
    display: flex;
  }

  .augmenting-healthcare-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._1-col {
    height: 60px;
  }

  .button-hero-2 {
    max-width: 300px;
    align-self: flex-start;
    margin-top: 0;
    margin-right: auto;
  }

  .button-hero-2.top-margin {
    max-width: 270px;
  }

  .tab-h1-2 {
    text-align: center;
    align-self: flex-start;
  }

  .uri-hero {
    width: 93%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .floating-block {
    z-index: 3;
    width: 100%;
    background-color: #fff;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    padding: 24px 32px 32px;
    position: fixed;
    bottom: 0;
    box-shadow: 0 0 100px -20px rgba(86, 96, 115, .7);
  }

  .small-logo {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
  }

  .coaching-steps.small-margin {
    align-self: center;
    margin-right: 0;
  }

  .previous {
    z-index: 6;
    position: fixed;
  }

  .mask-5 {
    margin-top: -50px;
  }

  .form-content-2 {
    width: 90%;
  }

  .checkbox_wrap {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .mobile-nav-bottom {
    z-index: 5;
    height: 100px;
    background-color: #fff;
    border-top: 1px solid rgba(131, 149, 177, .15);
    display: block;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .next {
    z-index: 6;
    height: 50px;
    position: fixed;
  }

  .form12_checkbox_field {
    width: 48%;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .form-wrapper-2 {
    width: 100%;
  }

  .quiz-result {
    background-position: 85% 0;
  }

  .quiz-result-icon {
    width: 100%;
  }

  .slide-wrap {
    padding: 90px 50px;
  }

  .slider-block {
    flex-direction: column;
  }

  .price-field {
    margin-bottom: 12px;
  }

  ._4-col {
    width: 100%;
  }

  .alexa-column {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .grid-4 {
    width: 100%;
    grid-template-columns: 1fr 1fr;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
    margin-bottom: 24px;
  }

  .developer-block {
    padding-left: 4%;
  }

  .multi-platform-ecosystem {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-item {
    flex-direction: column;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-huge {
    width: 100%;
    margin-top: 40px;
  }

  .case-study-video-section {
    margin-bottom: 40px;
  }

  .video-under {
    min-height: 290px;
  }

  .full-page-wrapper-light {
    flex-direction: column;
  }

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

  .grid-5 {
    grid-template-columns: 1.5fr;
    padding-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  ._8-col {
    width: 100%;
  }

  .proof-grid {
    width: 100%;
    grid-template-rows: 1fr auto auto;
    grid-template-columns: 1fr;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: start;
    margin-bottom: 24px;
  }

  .coaching-image {
    width: 100%;
  }

  .general-button-wrap {
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .coaching-arrow {
    transform: rotate(90deg);
  }

  .marquee-cover-horizontal {
    background-image: linear-gradient(270deg, rgba(255, 255, 255, 0) 70%, #fff), linear-gradient(270deg, #fff, rgba(255, 255, 255, 0) 30%);
  }

  .testimonial3-logo-wrapper {
    min-width: 110px;
  }

  .rating-grid {
    grid-template-columns: 1fr 1fr;
  }

  .employer-tabs-menu {
    min-width: auto;
  }

  .employer-tab-link {
    flex-wrap: wrap;
    flex: 1 0 auto;
    align-content: flex-start;
    align-items: flex-start;
    font-size: 1.1rem;
  }

  .employee-benefits-image {
    margin-top: 16px;
    margin-left: auto;
    margin-right: 0;
  }

  .slider-block-quotes {
    flex-direction: column;
  }

  .instant-quote-form {
    flex-direction: column;
    padding-left: 28px;
    padding-right: 28px;
  }

  .quote-result {
    padding: 12px 31px;
  }

  .discount-left {
    text-align: center;
  }

  .list-item-2 {
    font-size: 1em;
    display: block;
  }

  .form-content-3 {
    width: 100%;
    min-width: auto;
  }

  .button-wrap-2 {
    width: auto;
    flex-wrap: wrap;
  }

  .price-grid {
    max-width: 460px;
    grid-template-columns: 1fr;
  }

  .pricing-column {
    background-color: #fff;
    border-radius: 20px;
  }

  .feature-grid {
    grid-row-gap: 14px;
  }

  .pricing-details-wrap {
    margin-bottom: 12px;
  }

  .pricing-column-03 {
    width: 100%;
    margin-bottom: 35px;
  }

  .pricing-wrap {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-check-wrap {
    justify-content: flex-start;
  }

  .button-noshadow {
    align-self: flex-start;
    margin-top: 0;
    margin-right: auto;
  }

  .button-noshadow.centered-button {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .button-noshadow.top-margin {
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
  }

  .button-noshadow.full-width.top-margin, .button-noshadow.full-width.top-margin.smaller {
    max-width: none;
  }

  .button-noshadow.full-width.center.floating {
    width: 100%;
    min-width: auto;
    margin-top: 24px;
    position: static;
    bottom: 32px;
  }

  .big-block.highlight.top {
    border-top-left-radius: 0;
  }

  .grid-label {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
  }

  .grid-6 {
    grid-template-columns: minmax(200px, max-content) minmax(180px, max-content) minmax(180px, max-content) minmax(180px, max-content);
    grid-template-areas: ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . .";
    overflow: auto;
  }

  .grid-block-2.price {
    font-size: 24px;
    line-height: 24px;
  }

  .grid-block-2.price.highlight.bottom {
    border-bottom-left-radius: 0;
  }

  .grid-block-2.price.bottom-left {
    justify-content: center;
  }

  .hero-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .subscription-disclaimer {
    width: 80%;
  }

  .title-image-wrap {
    width: auto;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .tabs-block {
    width: 100%;
  }

  .tabs-menu-4 {
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    display: flex;
    top: 100px;
  }

  .tab-pane-wellbeing {
    height: auto;
    padding-bottom: 60px;
  }

  .tab-content {
    margin-top: 70px;
  }

  .tab-link {
    margin-top: 8px;
    margin-right: 8px;
    padding: 6px 16px;
  }

  .tab-pane-sleep, .tab-pane-nutrition, .tab-pane-activity {
    height: auto;
    padding-bottom: 60px;
  }

  .article-grid {
    grid-template-columns: 1fr 1fr;
  }

  .social-proof-grid, .feature-list-grid, .grid-7 {
    grid-template-columns: 1fr;
  }

  ._3-column-item {
    flex-direction: column;
  }

  ._3-col-item-paragraphh {
    width: auto;
  }

  .tabs-block-image-mobile {
    background-image: none;
    margin-bottom: -40px;
  }

  .buttons-wrapper {
    flex-direction: row;
    justify-content: flex-start;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .radio-button-2 {
    top: 20px;
    bottom: 0;
  }

  .horizontal-prices {
    width: auto;
    max-width: 720px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-32 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .google-play-container {
    width: 30%;
  }

  .heading-22.center {
    width: 100%;
  }

  .app-store-container {
    width: 30%;
  }

  .app-feature-list-item-wrap {
    width: 100%;
  }

  .full-featured-app {
    padding-top: 0;
  }

  .google-play {
    width: 100%;
  }

  .app-buttons {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .ask-alexa-button {
    width: 30%;
    align-self: center;
  }

  .app-feature-image {
    max-width: 60%;
  }

  .app-feature-image.middle {
    width: 100%;
  }

  .feature-paragraph.center {
    width: 100%;
    text-align: center;
  }

  .feature-paragraph.center.condensed {
    width: 90%;
  }

  .app-feature-list-column {
    width: 80%;
    text-align: center;
  }

  .app-store {
    width: 100%;
  }

  .feature-video {
    width: 85%;
  }

  .slider__mask {
    height: 296px;
  }

  .slider__arrow.left, .slider__arrow.right {
    margin-top: 125px;
  }

  .slider-10 {
    height: 420px;
  }

  .tab-feature-list-grid {
    width: 90%;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .google-assistant-button {
    width: 30%;
    align-self: center;
  }

  .video-description-heading {
    text-align: left;
  }

  .slider__mask-2 {
    height: auto;
  }

  .slide-17 {
    margin-right: 20px;
  }

  .video-description-heading-2 {
    text-align: left;
    font-size: 30px;
  }

  .lesson-slider {
    max-width: 95%;
    background-color: #fff;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.6rem;
  }

  h2 {
    font-size: 2rem;
    line-height: 1.2;
  }

  h3 {
    font-size: 1.7rem;
  }

  .primary-cta {
    flex: 1;
    align-self: center;
    margin-left: 0;
    padding-right: 0;
    display: block;
  }

  .primary-cta.banner-button {
    max-width: none;
    padding-right: 32px;
  }

  .hero-section {
    padding-bottom: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .hero-image-block.nhs.rectangle {
    width: 50%;
  }

  .service-section.nhs {
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
  }

  .grid-block {
    flex-wrap: wrap;
  }

  .quote {
    margin-top: 8px;
  }

  .grid-icon {
    margin-bottom: 15px;
  }

  .feature-image-block {
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .feature-image-1 {
    margin-bottom: 24px;
    position: relative;
    bottom: -81px;
  }

  .h2 {
    font-size: 38px;
  }

  .feature-text-block {
    min-width: 100%;
    padding-top: 0;
  }

  .feature-text-block.full-width {
    padding-bottom: 0;
  }

  .feature-icon {
    margin-right: 24px;
  }

  .grid-wrapper-2 {
    grid-template-columns: 1fr;
  }

  .feature-grid-block {
    text-align: left;
  }

  .news-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .grid-faq {
    grid-row-gap: 54px;
    grid-template-columns: 1fr;
  }

  .banner {
    min-height: 470px;
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/waves2x.webp');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    padding: 32px 16px;
  }

  .banner-button {
    margin-top: 35px;
  }

  .footer-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    padding-left: 0%;
    padding-right: 0%;
  }

  .navigation-container {
    max-height: 80px;
    align-items: center;
  }

  .navigation-left {
    width: 40%;
  }

  .navigation-right {
    width: 54%;
    align-self: center;
  }

  .navigation {
    width: 100%;
    position: static;
  }

  .case-study-name {
    display: block;
  }

  .hero-image {
    width: 100%;
  }

  .hero-image.nhs.rectangle {
    box-shadow: none;
  }

  .legal-text {
    text-align: left;
  }

  .button-hero.centered-button {
    min-width: 250px;
  }

  .button-hero.top-margin {
    max-width: none;
  }

  .image {
    max-width: 100%;
  }

  .text-block {
    font-size: 1em;
  }

  .standard-paragraph-white {
    width: 100%;
  }

  .line {
    object-fit: none;
  }

  .case-study-name-block {
    margin-top: 16px;
  }

  .nutrition-block {
    min-height: 475px;
  }

  .secondary-cta {
    flex: 1;
    align-self: baseline;
    margin-top: 24px;
    margin-left: 0;
  }

  .sleep-block {
    height: 520px;
    background-image: url('../images/sleep-background.jpg');
    background-position: 18% 100%;
    background-size: cover;
  }

  .inner-block {
    height: auto;
    padding-top: 24px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .activity-block {
    min-height: 535px;
  }

  .bundle-image-block {
    width: 100%;
    max-width: none;
  }

  .body {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .body.research {
    background-image: url('../images/dots.svg');
    background-position: -1% -220%;
    background-repeat: no-repeat;
    background-size: auto 100px;
  }

  .background-video {
    max-height: 320px;
  }

  .wrap {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrap._w-custom.hero3 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .wrap._w-custom.hero-w-form {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 0;
  }

  ._7-col {
    margin-bottom: 0;
  }

  ._7-col._7-col-last {
    align-self: flex-start;
    padding-left: 0;
  }

  .container {
    height: 1vh;
  }

  .image-3 {
    width: 70%;
  }

  .coaching {
    background-position: 84% 0;
  }

  .wellbeing-block {
    min-height: 600px;
  }

  .text-field-2.triple-split.end {
    margin-right: 0;
  }

  .previous-placeholder {
    max-width: 75px;
    display: flex;
  }

  .form-content {
    width: 100%;
  }

  .banner-content {
    height: auto;
  }

  .slide-content {
    min-height: auto;
    padding: 16% 6% 24%;
  }

  .slider {
    height: auto;
    min-height: 80vh;
  }

  .mask {
    max-height: 1900px;
  }

  .form-item-wrapper {
    flex-wrap: wrap;
  }

  .checkbox-base {
    margin-bottom: 15px;
  }

  .form-section-title {
    font-size: 2em;
    line-height: 1.3em;
  }

  .slide-banner {
    height: auto;
  }

  .checkbox-icon {
    flex: none;
  }

  .slide-wrapper {
    height: auto;
    min-height: auto;
  }

  .activation-code {
    text-align: center;
    padding-left: 0;
    font-size: 1.5em;
  }

  .logo-grid {
    width: 80%;
  }

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .percentage-callout {
    font-size: 1.6rem;
  }

  .remote-care {
    background-image: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .innovation-section {
    background-position: 50% 100%, 50% 0, 0 0, 0 0;
    padding-top: 12%;
    padding-bottom: 12%;
  }

  .centered {
    margin-left: auto;
    margin-right: auto;
  }

  .contact-form {
    background-position: 84% 0;
  }

  .contact-section {
    background-position: 50% 100%, 0 -2px, 50%;
  }

  .contact-form-wrapper {
    width: auto;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    margin-top: 25%;
    margin-bottom: 25%;
    padding: 24px 20px;
  }

  .title-wrap-centre.no-margin {
    margin-top: 0;
    margin-bottom: 0;
  }

  .tab-h1 {
    text-align: left;
    font-size: 35px;
  }

  .tab-panel {
    background-color: rgba(0, 0, 0, 0);
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-content {
    padding-top: 0;
  }

  .tabs-menu {
    height: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: minmax(200px, 1fr);
    margin-bottom: 24px;
    display: grid;
    overflow: hidden;
  }

  .load-bar-base {
    bottom: 8px;
    left: 8px;
    right: 8px;
  }

  .text-block-7 {
    font-size: 1rem;
    display: block;
  }

  .tab-image {
    width: 35px;
    margin-bottom: 0;
  }

  .animation-block {
    width: auto;
    margin-top: 20px;
  }

  .standard-tab {
    width: 100%;
    height: 90px;
    flex-direction: column;
    justify-content: center;
    font-size: 50px;
  }

  .standard-tab.w--current {
    width: 100%;
    height: 90px;
    justify-content: flex-start;
  }

  .content-block {
    padding: 0 0 10px;
  }

  .tabular-area {
    margin-bottom: 0;
  }

  .health-engagement-section {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero3-image-2 {
    margin-top: 20px;
  }

  .hero3-firstbutton-wrap {
    flex-wrap: wrap;
    margin-right: 0;
    display: flex;
  }

  .heading-7 {
    margin-bottom: 32px;
  }

  .subheader {
    font-size: 1.2rem;
  }

  .subheader.no-margin {
    text-align: left;
  }

  .blue {
    font-size: 1.9rem;
  }

  .text-block-10, .text-block-11, .text-block-12 {
    font-size: 1rem;
    display: block;
  }

  .headline-8-col {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta3-item-wrap.cta3-recommended-option {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrap-2.w80 {
    padding-left: 0;
    padding-right: 0;
  }

  .terms-agreement {
    align-items: flex-start;
  }

  .checkbox-5 {
    align-self: flex-start;
    margin-top: 4px;
  }

  .receipt-block {
    width: 100%;
    padding: 32px 20px;
  }

  .receipt-detail.right {
    overflow: hidden;
  }

  .contact-support {
    color: rgba(91, 97, 124, .6);
    text-align: center;
    margin-top: 24px;
  }

  ._6-col {
    width: auto;
    min-width: auto;
  }

  .study {
    width: auto;
  }

  .study.fixed-width {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .navigation-container-full {
    max-height: 50px;
  }

  .logo-2 {
    width: auto;
  }

  .nav {
    height: 70px;
    background-color: rgba(0, 0, 0, 0);
  }

  .nav.transparent {
    position: fixed;
  }

  .menu-button {
    right: 2px;
  }

  .team-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .centered-2 {
    font-size: 1.1em;
  }

  .featured-in {
    margin-bottom: 0;
  }

  .media-sources-section {
    width: 100%;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row dense;
    margin-top: 16px;
    padding-bottom: 0%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-question-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-question-bar {
    padding-left: 16px;
    padding-right: 16px;
  }

  .question-title {
    flex: 1;
  }

  .faq-paragraph {
    margin-left: 0;
    margin-right: 0;
    font-size: 1.1rem;
  }

  .image-10 {
    padding-top: 32px;
  }

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

  .physician-panel {
    background-position: 50% 100%, 50% 0, 0 0, 0 0;
  }

  .physician-ui {
    background-position: 84% 0;
  }

  .slide-nav-2 {
    max-width: 280px;
  }

  .div-block-7 {
    top: 219px;
  }

  .special-offer {
    font-size: 1rem;
  }

  .div-block-8, .steps {
    width: 100%;
  }

  .image-11 {
    width: 80%;
    margin-top: 8px;
    bottom: -32px;
  }

  .medication-spend {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-13 {
    font-size: 2.2rem;
  }

  .left-arrow-3 {
    left: 17px;
  }

  .right-arrow-4 {
    right: 22px;
  }

  .search {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .search-button {
    min-width: 160px;
    margin-top: 12px;
    margin-left: 0;
  }

  .video-library-horizontal-grid {
    width: 100%;
  }

  .video-card {
    padding-right: 0;
  }

  .video-tag-row {
    width: 100%;
    flex-wrap: wrap;
    display: flex;
  }

  .video-thumbnail, .video-thumb-overlay {
    height: 200px;
  }

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

  .collection-card.activity {
    background-position: -60px 0;
  }

  .collection-card.sleep {
    background-position: -40px 0;
  }

  .collection-card.wellbeing {
    background-position: 70% 30%;
  }

  .heading-14 {
    text-align: center;
  }

  .alternating-blocks.education {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .how-it-works-blocks {
    padding-top: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .alternating-block-header {
    font-size: 1.9rem;
  }

  .why-it-works {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .highlight-quote {
    font-size: 3rem;
  }

  .div-block-17 {
    grid-template-columns: 1fr;
  }

  .password-criteria {
    align-items: center;
  }

  .password-criteria-icon {
    height: 20px;
  }

  .article-overlay {
    height: 200px;
  }

  .white.meetup-block-heading {
    text-align: left;
  }

  .certification-header {
    text-align: center;
  }

  .certifications-grid {
    grid-column-gap: 20px;
    grid-template: "."
    / 1fr 1fr;
    grid-auto-flow: row;
    margin-left: 20px;
    margin-right: 20px;
  }

  .award-image {
    max-height: 50px;
    object-fit: contain;
  }

  .social-proofing-number {
    color: #fff;
  }

  .disclaimer.white {
    text-align: center;
  }

  .social-proofing-header-wrapper {
    align-self: flex-start;
  }

  .grid-3 {
    grid-template-rows: 1fr auto auto;
    grid-template-columns: 1fr;
  }

  .small-blocks-2, .small-blocks-2.top {
    flex-direction: column;
  }

  .feature-icon-2 {
    width: 36px;
    margin-bottom: 12px;
  }

  .meetups-block {
    border-radius: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .meetups {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-19, .section-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button {
    width: 100%;
    text-align: center;
  }

  .insurance-grid {
    grid-template-columns: 1fr;
  }

  .download-card {
    padding-right: 0;
  }

  .video-library-horizontal-grid-copy {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .we-work-with-section {
    width: 100%;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row dense;
    margin-top: 16px;
    margin-bottom: 0;
    padding-bottom: 0%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .augmenting-healthcare-section {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .percentage-callout-2 {
    font-size: 1.6rem;
  }

  .button-hero-2.top-margin {
    max-width: none;
  }

  .uri-hero {
    width: 100%;
    height: auto;
    object-fit: scale-down;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    display: inline-block;
  }

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

  .div-block-21 {
    height: 100vh;
  }

  .strip-banner {
    height: auto;
  }

  .previous {
    max-width: 75px;
    display: flex;
  }

  .mask-5 {
    height: 100%;
    position: static;
  }

  .slider-content-wrap {
    width: 100%;
    justify-content: center;
    margin-bottom: 140px;
    padding: 50px 10px;
  }

  .slider-6 {
    height: auto;
  }

  .form-content-2 {
    width: 100%;
  }

  .checkbox_wrap {
    flex-wrap: wrap;
  }

  .form12_checkbox_field {
    width: 49%;
    height: 130px;
    min-width: auto;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .results-section {
    background-position: 50% 100%, 50% 0, 0 0, 0 0;
    padding-top: 12%;
    padding-bottom: 12%;
  }

  .quiz-result {
    background-image: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .slide-wrap {
    padding: 38px;
  }

  .invocations-section {
    background-position: 50% 100%, 50% 0, 0 0, 0 0;
    padding-top: 12%;
    padding-bottom: 12%;
  }

  .lottie-animation-5 {
    width: 110px;
  }

  .image-19 {
    margin-left: 0;
  }

  .grid-4 {
    grid-template-rows: 1fr auto auto;
    grid-template-columns: 1fr;
  }

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

  .health-engagement {
    background-position: 50% 100%, 50% 0, 0 0, 0 0;
    padding-top: 12%;
    padding-bottom: 12%;
  }

  .multi-platform-ecosystem {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .search-field.triple-split.end {
    margin-right: 0;
  }

  .video-under {
    height: 250px;
  }

  .pullout-quote.blue {
    font-size: 1.5rem;
  }

  .client-wins.cta3-recommended-option {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pullout-quote-wrapper.margin {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-5 {
    flex-wrap: wrap;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1.5fr;
    display: flex;
  }

  .proof-grid {
    grid-template-rows: 1fr auto auto;
    grid-template-columns: 1fr;
  }

  .drawer {
    width: 100%;
    height: 75vh;
    margin-top: 24px;
    padding-top: 52px;
    padding-left: 12px;
    padding-right: 12px;
    overflow: auto;
  }

  .commands-grid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .close-overlay {
    margin-right: 8px;
  }

  .general-button-wrap {
    margin-right: 0;
    display: flex;
  }

  .heading-19 {
    font-size: 2.1rem;
  }

  .coaching-arrow {
    width: 100%;
    height: 30px;
    transform: rotate(90deg);
  }

  .coaching-icon {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-20 {
    font-size: 1.9rem;
  }

  .marquee-horizontal-large {
    height: 130px;
  }

  .rating-section {
    margin-top: 44px;
  }

  .rating-grid {
    flex-wrap: wrap;
    grid-template-columns: 1fr;
    align-content: center;
    justify-content: center;
    margin-top: 20px;
    display: flex;
  }

  .rating-block {
    font-size: 14px;
  }

  .rating-image {
    width: 32px;
    height: 32px;
  }

  .rating-header {
    font-size: 1.5rem;
  }

  .heading-animated {
    font-size: 2.3rem;
  }

  .static-logo-marquee {
    height: 130px;
  }

  .title-wrap {
    margin-bottom: 20px;
  }

  .image-28 {
    max-width: 270px;
  }

  .cta-item-grid {
    grid-template-columns: 1fr;
  }

  .discount-left {
    text-align: center;
  }

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

  .list-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .list-item-2 {
    background-size: 21px;
    margin-bottom: 4px;
    font-size: 1rem;
    line-height: 1.7;
  }

  .field-helper-text {
    text-align: center;
  }

  .form-content-3 {
    width: 100%;
  }

  .list-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .button-wrap-2 {
    width: 100%;
    flex-direction: column;
  }

  .terms-agreement-2 {
    align-items: flex-start;
  }

  .field-label {
    font-size: .9rem;
    font-weight: 600;
  }

  .checkbox-6 {
    align-self: flex-start;
    margin-top: 4px;
  }

  .text-field.triple-split.end {
    margin-right: 0;
  }

  .checkbox-label {
    font-size: 16px;
  }

  .check {
    right: 16px;
  }

  .pricing-details-wrap {
    justify-content: flex-start;
  }

  .pricing-card {
    padding: 10px 12px 16px;
  }

  .pricing-h3 {
    text-align: left;
  }

  .check-2 {
    width: 20px;
  }

  .button-noshadow.centered-button {
    min-width: 250px;
  }

  .button-noshadow.top-margin {
    max-width: 200px;
  }

  .big-block {
    justify-content: center;
  }

  .grid-label {
    z-index: 4;
    background-image: linear-gradient(to right, #f7faff, #f7faff 90%, rgba(0, 0, 0, 0));
    align-items: flex-start;
    margin-top: -1px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
  }

  .grid-6 {
    width: 100vw;
    max-width: none;
    grid-template-columns: minmax(170px, max-content) minmax(190px, max-content) minmax(190px, max-content) minmax(190px, max-content);
    padding-right: 30px;
    position: relative;
    left: auto;
  }

  .white-background {
    display: none;
  }

  .grid-block-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 8px;
    display: flex;
  }

  .grid-block-2.price {
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .grid-block-2.price.highlight {
    padding-bottom: 8px;
  }

  .hero-block.full {
    align-items: flex-start;
  }

  .pricing-options {
    margin-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-price-options {
    max-width: none;
  }

  .testimonial-card {
    max-width: 270px;
    margin-left: 20px;
  }

  .slider-9 {
    height: 410px;
    padding-left: 10px;
  }

  .testimonial-paragraph {
    font-size: 18px;
  }

  .left-arrow-4, .right-arrow-5 {
    width: 40px;
  }

  .slide-10, .slide-11, .slide-12, .slide-13, .slide-14, .slide-15 {
    margin-right: 0;
  }

  .tabs-menu-4 {
    align-items: stretch;
    justify-items: stretch;
    font-size: 16px;
    top: 112px;
  }

  .tab-content {
    padding-left: 12px;
    padding-right: 12px;
  }

  .article-grid {
    flex-direction: column;
    display: flex;
  }

  .icon-3, .icon-4 {
    font-size: 32px;
  }

  .video-wrapper {
    padding-left: 0%;
    padding-right: 0%;
  }

  .article-text-link {
    margin-bottom: 8px;
  }

  .sunset-block {
    height: 270px;
  }

  .footer-container {
    background-position: 50% 100%;
  }

  .hero-image-mobile {
    display: none;
  }

  .grid-9 {
    grid-template-columns: 1fr;
  }

  .radio-button-2 {
    width: 36px;
    height: 36px;
    top: 20px;
  }

  .radio-button-field-2.recommended {
    padding-right: 45px;
  }

  .article-image {
    min-height: 250px;
  }

  .article-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-32 {
    color: #fff;
  }

  .article-heading {
    color: #fff;
    text-align: left;
    text-transform: none;
    margin-right: auto;
    font-size: 2rem;
  }

  .category {
    text-transform: uppercase;
    margin-bottom: 8px;
    margin-right: auto;
    font-size: 14px;
  }

  .grid-10, .category-page-articles {
    grid-template-columns: 1fr;
  }

  .google-play-container, .app-store-container {
    width: 100%;
    align-self: stretch;
  }

  .page-title {
    margin-bottom: 16px;
    margin-left: 0;
    margin-right: 0;
  }

  .full-featured-app {
    padding-left: 3%;
    padding-right: 3%;
  }

  .google-play {
    width: 100%;
  }

  .app-buttons {
    width: 95%;
    flex-direction: column;
    align-self: center;
  }

  .ask-alexa-button {
    width: auto;
    height: 75px;
  }

  .app-feature-image {
    width: 100%;
    max-width: 100%;
    margin-bottom: 48px;
    padding: 0 20px;
  }

  .feature-paragraph {
    margin-top: 10px;
  }

  .feature-paragraph.center {
    text-align: center;
  }

  .feature-paragraph.center.condensed {
    width: 100%;
  }

  .app-feature-list-column {
    width: 100%;
    flex-direction: column;
    padding-left: 3%;
    padding-right: 3%;
  }

  .app-feature-list-column.right {
    flex-direction: column;
    padding-left: 3%;
    padding-right: 3%;
  }

  .app-store {
    width: 100%;
  }

  .tab-feature-list-grid {
    width: 100%;
    justify-items: center;
  }

  .tab-video-wrap {
    width: 100%;
  }

  .google-assistant-button {
    width: auto;
    height: 75px;
  }

  .hero-type-selection {
    max-width: none;
  }

  .lottie-animation-9 {
    width: 350vw;
    height: 100vh;
  }

  .small-h1.white {
    font-size: 1.7rem;
  }
}

#w-node-_8cde66d2-9e42-42ce-55e4-f1aa6c90bc00-d63f4f46, #w-node-_8cde66d2-9e42-42ce-55e4-f1aa6c90bc04-d63f4f46, #w-node-_8cde66d2-9e42-42ce-55e4-f1aa6c90bc08-d63f4f46, #w-node-_8cde66d2-9e42-42ce-55e4-f1aa6c90bc0c-d63f4f46, #w-node-b980a553-fc00-2119-6f56-176708243504-d63f4f46, #w-node-b980a553-fc00-2119-6f56-176708243508-d63f4f46, #w-node-b980a553-fc00-2119-6f56-17670824350c-d63f4f46, #w-node-b980a553-fc00-2119-6f56-176708243510-d63f4f46, #w-node-_37fa4d81-4adf-34bd-8a24-d37cb53f44b3-d63f4f46, #w-node-_37fa4d81-4adf-34bd-8a24-d37cb53f44b7-d63f4f46, #w-node-_37fa4d81-4adf-34bd-8a24-d37cb53f44bb-d63f4f46, #w-node-_37fa4d81-4adf-34bd-8a24-d37cb53f44bf-d63f4f46, #w-node-_96661371-38c5-8472-507b-9c99f0d548d7-d63f4f46, #w-node-_223c40f7-67cf-b0a8-a172-d700fa46cbfe-d63f4f46, #w-node-_5a1c46e0-b1a6-53b2-b162-c75c64af2365-d63f4f46, #w-node-_5f9190ea-3494-3311-5074-9791732306c8-d63f4f46 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1246c9e7-474f-794c-edb3-e8fbebbc02ab-d63f4f46, #w-node-_1246c9e7-474f-794c-edb3-e8fbebbc02ac-d63f4f46, #w-node-a6b74e24-d2d6-00be-8ba0-c441a47716bd-d63f4f46, #w-node-a314169b-3889-489a-5d95-335bdd7dea5d-d63f4f46, #w-node-_9d94dfaa-2b97-bc8a-0382-894d1db470c0-d63f4f46, #w-node-_44d982ea-3633-a0d9-ffeb-765d799594c9-d63f4f46, #w-node-_38eb327e-4bdf-8f04-f570-31628732185f-d63f4f46, #w-node-_38eb327e-4bdf-8f04-f570-316287321860-d63f4f46 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f6e54690-4cd3-efec-5a47-0f82990cd435-d63f4f46, #w-node-_07faf7c0-9f9a-7ae4-dcea-e5982e0e9cc0-d63f4f46, #w-node-_4a5d3509-30e8-7c0e-994b-fcb6778b124d-d63f4f46, #w-node-f07ba7d8-fe54-ef1c-86fd-606feb16edde-d63f4f46, #w-node-_0494ea3f-d032-62a7-cb5c-65b281df6934-d63f4f46, #w-node-c3c92037-c89e-418e-b14b-4e1d47b6e4d5-d63f4f46, #w-node-b1e612a8-2100-c5b8-a4a2-b0c1797b46b1-d63f4f46, #w-node-_5520e5cf-cdfe-4d53-41c6-45a090c720f4-d63f4f46, #w-node-ed4d9b10-aef2-2b58-3eac-8e6d0c9fec42-d63f4f46, #w-node-_4970d7f6-b15e-fb59-1313-c4244c0c78a4-d63f4f46, #w-node-c1ef4788-5e2f-3b3a-65f2-eef8debcab13-d63f4f46, #w-node-_14a7fcc8-6a48-6331-281a-8efb4d188fe1-d63f4f46, #w-node-_3aa431a3-4263-1ceb-eedc-575bbb433a45-d63f4f46, #w-node-_2ed18384-9e86-7add-1b87-797862c6e100-d63f4f46, #w-node-d59a2709-1240-cc26-0caf-4ce8afbeb3e0-d63f4f46, #w-node-_7e9da1e0-cab9-953c-efe0-55d5bec5e389-d63f4f46, #w-node-e0c01421-3d56-26e6-a2f5-7dc04ddeace9-d63f4f46, #w-node-_4ad25680-8fe8-8035-36db-b1df326a3535-d63f4f46, #w-node-_9162bd0d-bfab-383b-cb98-500ca6f23a56-d63f4f46, #w-node-_49466aac-d541-96b9-98a7-f8f924d0ffe6-993f4f5f, #w-node-_49466aac-d541-96b9-98a7-f8f924d0ffe8-993f4f5f, #w-node-_49466aac-d541-96b9-98a7-f8f924d0ffee-993f4f5f, #w-node-_49466aac-d541-96b9-98a7-f8f924d0fff4-993f4f5f, #w-node-_49466aac-d541-96b9-98a7-f8f924d10000-993f4f5f, #w-node-_49466aac-d541-96b9-98a7-f8f924d10004-993f4f5f, #w-node-_49466aac-d541-96b9-98a7-f8f924d10008-993f4f5f, #w-node-_49466aac-d541-96b9-98a7-f8f924d1000c-993f4f5f, #w-node-_49466aac-d541-96b9-98a7-f8f924d10037-993f4f5f, #w-node-_49466aac-d541-96b9-98a7-f8f924d10042-993f4f5f, #w-node-_49466aac-d541-96b9-98a7-f8f924d10049-993f4f5f, #w-node-_49466aac-d541-96b9-98a7-f8f924d10050-993f4f5f, #w-node-_49466aac-d541-96b9-98a7-f8f924d10055-993f4f5f, #w-node-_2990516c-a308-85e0-a483-037bf1750816-f53f4f60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_304b757c-1317-83fc-763d-4501850e5b58-f53f4f60, #w-node-_304b757c-1317-83fc-763d-4501850e5b66-f53f4f60, #w-node-_9556be52-1c82-b924-9b21-8f534a082352-f53f4f60, #w-node-e85b7456-3153-c28a-b31f-e47ec413eec5-f53f4f60, #w-node-_2e7efd09-b354-1fda-7b90-23c899231936-f53f4f60 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d3b7f7ff-3e79-83d3-7b4f-2e37b6c1b390-f53f4f60, #w-node-d3b7f7ff-3e79-83d3-7b4f-2e37b6c1b392-f53f4f60, #w-node-d3b7f7ff-3e79-83d3-7b4f-2e37b6c1b398-f53f4f60, #w-node-d3b7f7ff-3e79-83d3-7b4f-2e37b6c1b39e-f53f4f60, #w-node-d3b7f7ff-3e79-83d3-7b4f-2e37b6c1b3aa-f53f4f60, #w-node-d3b7f7ff-3e79-83d3-7b4f-2e37b6c1b3ae-f53f4f60, #w-node-d3b7f7ff-3e79-83d3-7b4f-2e37b6c1b3b2-f53f4f60, #w-node-d3b7f7ff-3e79-83d3-7b4f-2e37b6c1b3b6-f53f4f60, #w-node-d3b7f7ff-3e79-83d3-7b4f-2e37b6c1b3e1-f53f4f60, #w-node-d3b7f7ff-3e79-83d3-7b4f-2e37b6c1b3ec-f53f4f60, #w-node-d3b7f7ff-3e79-83d3-7b4f-2e37b6c1b3f3-f53f4f60, #w-node-d3b7f7ff-3e79-83d3-7b4f-2e37b6c1b3fa-f53f4f60, #w-node-d3b7f7ff-3e79-83d3-7b4f-2e37b6c1b3ff-f53f4f60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c79f14a6-56f4-4b1f-b103-c007c64e83f9-3a19e091 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_78646482-43ef-b06d-c544-d25e56d24cd2-933f5009, #w-node-_78646482-43ef-b06d-c544-d25e56d24cda-933f5009, #w-node-_8cde66d2-9e42-42ce-55e4-f1aa6c90bc00-321a7483, #w-node-_8cde66d2-9e42-42ce-55e4-f1aa6c90bc04-321a7483, #w-node-_8cde66d2-9e42-42ce-55e4-f1aa6c90bc08-321a7483, #w-node-_8cde66d2-9e42-42ce-55e4-f1aa6c90bc0c-321a7483, #w-node-b980a553-fc00-2119-6f56-176708243504-321a7483, #w-node-b980a553-fc00-2119-6f56-176708243508-321a7483, #w-node-b980a553-fc00-2119-6f56-17670824350c-321a7483, #w-node-b980a553-fc00-2119-6f56-176708243510-321a7483, #w-node-_37fa4d81-4adf-34bd-8a24-d37cb53f44b3-321a7483, #w-node-_37fa4d81-4adf-34bd-8a24-d37cb53f44b7-321a7483, #w-node-_37fa4d81-4adf-34bd-8a24-d37cb53f44bb-321a7483, #w-node-_37fa4d81-4adf-34bd-8a24-d37cb53f44bf-321a7483, #w-node-_96661371-38c5-8472-507b-9c99f0d548d7-321a7483, #w-node-_223c40f7-67cf-b0a8-a172-d700fa46cbfe-321a7483, #w-node-_5a1c46e0-b1a6-53b2-b162-c75c64af2365-321a7483, #w-node-_5f9190ea-3494-3311-5074-9791732306c8-321a7483 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1246c9e7-474f-794c-edb3-e8fbebbc02ab-321a7483, #w-node-_1246c9e7-474f-794c-edb3-e8fbebbc02ac-321a7483, #w-node-a6b74e24-d2d6-00be-8ba0-c441a47716bd-321a7483, #w-node-a314169b-3889-489a-5d95-335bdd7dea5d-321a7483, #w-node-_9d94dfaa-2b97-bc8a-0382-894d1db470c0-321a7483, #w-node-_44d982ea-3633-a0d9-ffeb-765d799594c9-321a7483, #w-node-_38eb327e-4bdf-8f04-f570-31628732185f-321a7483, #w-node-_38eb327e-4bdf-8f04-f570-316287321860-321a7483 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f6e54690-4cd3-efec-5a47-0f82990cd435-321a7483, #w-node-_07faf7c0-9f9a-7ae4-dcea-e5982e0e9cc0-321a7483, #w-node-_4a5d3509-30e8-7c0e-994b-fcb6778b124d-321a7483, #w-node-f07ba7d8-fe54-ef1c-86fd-606feb16edde-321a7483, #w-node-_0494ea3f-d032-62a7-cb5c-65b281df6934-321a7483, #w-node-c3c92037-c89e-418e-b14b-4e1d47b6e4d5-321a7483, #w-node-b1e612a8-2100-c5b8-a4a2-b0c1797b46b1-321a7483, #w-node-_5520e5cf-cdfe-4d53-41c6-45a090c720f4-321a7483, #w-node-ed4d9b10-aef2-2b58-3eac-8e6d0c9fec42-321a7483, #w-node-_4970d7f6-b15e-fb59-1313-c4244c0c78a4-321a7483, #w-node-c1ef4788-5e2f-3b3a-65f2-eef8debcab13-321a7483, #w-node-_14a7fcc8-6a48-6331-281a-8efb4d188fe1-321a7483, #w-node-_3aa431a3-4263-1ceb-eedc-575bbb433a45-321a7483, #w-node-_2ed18384-9e86-7add-1b87-797862c6e100-321a7483, #w-node-d59a2709-1240-cc26-0caf-4ce8afbeb3e0-321a7483, #w-node-_7e9da1e0-cab9-953c-efe0-55d5bec5e389-321a7483, #w-node-e0c01421-3d56-26e6-a2f5-7dc04ddeace9-321a7483, #w-node-_4ad25680-8fe8-8035-36db-b1df326a3535-321a7483, #w-node-_9162bd0d-bfab-383b-cb98-500ca6f23a56-321a7483, #w-node-_8cde66d2-9e42-42ce-55e4-f1aa6c90bc00-eaab9eb2, #w-node-_8cde66d2-9e42-42ce-55e4-f1aa6c90bc04-eaab9eb2, #w-node-_8cde66d2-9e42-42ce-55e4-f1aa6c90bc08-eaab9eb2, #w-node-_8cde66d2-9e42-42ce-55e4-f1aa6c90bc0c-eaab9eb2, #w-node-b980a553-fc00-2119-6f56-176708243504-eaab9eb2, #w-node-b980a553-fc00-2119-6f56-176708243508-eaab9eb2, #w-node-b980a553-fc00-2119-6f56-17670824350c-eaab9eb2, #w-node-b980a553-fc00-2119-6f56-176708243510-eaab9eb2, #w-node-_37fa4d81-4adf-34bd-8a24-d37cb53f44b3-eaab9eb2, #w-node-_37fa4d81-4adf-34bd-8a24-d37cb53f44b7-eaab9eb2, #w-node-_37fa4d81-4adf-34bd-8a24-d37cb53f44bb-eaab9eb2, #w-node-_37fa4d81-4adf-34bd-8a24-d37cb53f44bf-eaab9eb2, #w-node-_96661371-38c5-8472-507b-9c99f0d548d7-eaab9eb2, #w-node-_223c40f7-67cf-b0a8-a172-d700fa46cbfe-eaab9eb2, #w-node-_5a1c46e0-b1a6-53b2-b162-c75c64af2365-eaab9eb2, #w-node-_5f9190ea-3494-3311-5074-9791732306c8-eaab9eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1246c9e7-474f-794c-edb3-e8fbebbc02ab-eaab9eb2, #w-node-_1246c9e7-474f-794c-edb3-e8fbebbc02ac-eaab9eb2, #w-node-a6b74e24-d2d6-00be-8ba0-c441a47716bd-eaab9eb2, #w-node-a314169b-3889-489a-5d95-335bdd7dea5d-eaab9eb2, #w-node-_9d94dfaa-2b97-bc8a-0382-894d1db470c0-eaab9eb2, #w-node-_44d982ea-3633-a0d9-ffeb-765d799594c9-eaab9eb2, #w-node-_38eb327e-4bdf-8f04-f570-31628732185f-eaab9eb2, #w-node-_38eb327e-4bdf-8f04-f570-316287321860-eaab9eb2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f6e54690-4cd3-efec-5a47-0f82990cd435-eaab9eb2, #w-node-_07faf7c0-9f9a-7ae4-dcea-e5982e0e9cc0-eaab9eb2, #w-node-_4a5d3509-30e8-7c0e-994b-fcb6778b124d-eaab9eb2, #w-node-f07ba7d8-fe54-ef1c-86fd-606feb16edde-eaab9eb2, #w-node-_0494ea3f-d032-62a7-cb5c-65b281df6934-eaab9eb2, #w-node-c3c92037-c89e-418e-b14b-4e1d47b6e4d5-eaab9eb2, #w-node-b1e612a8-2100-c5b8-a4a2-b0c1797b46b1-eaab9eb2, #w-node-_5520e5cf-cdfe-4d53-41c6-45a090c720f4-eaab9eb2, #w-node-ed4d9b10-aef2-2b58-3eac-8e6d0c9fec42-eaab9eb2, #w-node-_4970d7f6-b15e-fb59-1313-c4244c0c78a4-eaab9eb2, #w-node-c1ef4788-5e2f-3b3a-65f2-eef8debcab13-eaab9eb2, #w-node-_14a7fcc8-6a48-6331-281a-8efb4d188fe1-eaab9eb2, #w-node-_3aa431a3-4263-1ceb-eedc-575bbb433a45-eaab9eb2, #w-node-_2ed18384-9e86-7add-1b87-797862c6e100-eaab9eb2, #w-node-d59a2709-1240-cc26-0caf-4ce8afbeb3e0-eaab9eb2, #w-node-_7e9da1e0-cab9-953c-efe0-55d5bec5e389-eaab9eb2, #w-node-e0c01421-3d56-26e6-a2f5-7dc04ddeace9-eaab9eb2, #w-node-_4ad25680-8fe8-8035-36db-b1df326a3535-eaab9eb2, #w-node-_9162bd0d-bfab-383b-cb98-500ca6f23a56-eaab9eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_4ad25680-8fe8-8035-36db-b1df326a3535-d63f4f46, #w-node-_49466aac-d541-96b9-98a7-f8f924d10050-993f4f5f, #w-node-d3b7f7ff-3e79-83d3-7b4f-2e37b6c1b3fa-f53f4f60, #w-node-_4ad25680-8fe8-8035-36db-b1df326a3535-321a7483, #w-node-_4ad25680-8fe8-8035-36db-b1df326a3535-eaab9eb2 {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_96661371-38c5-8472-507b-9c99f0d548d7-d63f4f46 {
    justify-self: stretch;
  }

  #w-node-_1246c9e7-474f-794c-edb3-e8fbebbc02ab-d63f4f46, #w-node-_38eb327e-4bdf-8f04-f570-31628732185f-d63f4f46 {
    grid-column: span 1 / span 1;
  }

  #w-node-c79f14a6-56f4-4b1f-b103-c007c64e83f9-3a19e091 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_96661371-38c5-8472-507b-9c99f0d548d7-321a7483 {
    justify-self: stretch;
  }

  #w-node-_1246c9e7-474f-794c-edb3-e8fbebbc02ab-321a7483, #w-node-_38eb327e-4bdf-8f04-f570-31628732185f-321a7483 {
    grid-column: span 1 / span 1;
  }

  #w-node-_96661371-38c5-8472-507b-9c99f0d548d7-eaab9eb2 {
    justify-self: stretch;
  }

  #w-node-_1246c9e7-474f-794c-edb3-e8fbebbc02ab-eaab9eb2, #w-node-_38eb327e-4bdf-8f04-f570-31628732185f-eaab9eb2 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Circularstd book';
  src: url('../fonts/CircularStd-Book.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}