.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  background-image: -webkit-gradient(linear, right top, left top, from(#a7c0cd), to(#4b636e));
  background-image: linear-gradient(270deg, #a7c0cd, #4b636e);
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
  font-size: 1em;
  line-height: 1.1;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0.6em;
  outline-color: #333;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
  font-size: 2.7em;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.5px;
  text-transform: none;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0.6em;
  font-size: 2.2em;
  line-height: 1.2;
  font-weight: 700;
}

.logo-image {
  width: 100px;
}

.banner-text {
  color: #6667ab;
  line-height: 24px;
  letter-spacing: 0.02em;
}

.nav-menu {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

.navigation-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.navigation-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.banner-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 16px;
  padding: 4px 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px dashed #6667ab;
  border-radius: 32px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #6667ab;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  text-decoration: none;
}

.banner-link:hover {
  border-style: solid;
  background-color: #6667ab;
  color: #fff;
}

.navigation-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.close-link {
  position: absolute;
  left: auto;
  top: auto;
  right: 12px;
  bottom: auto;
}

.banner {
  padding: 12px 5%;
}

.button-navigation {
  padding: 12px 20px;
  border-radius: 32px;
  background-color: #6869ac;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #fff;
  font-weight: 700;
}

.button-navigation:hover {
  background-color: #575899;
}

.button-navigation-02 {
  margin-left: 14px;
  padding: 12px 20px;
  border: 1px dashed #6869ac;
  border-radius: 32px;
  background-color: #fff;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #6869ac;
  font-weight: 700;
}

.button-navigation-02:hover {
  background-color: #6869ac;
  color: #fff;
}

.brand {
  margin-right: 4vw;
  padding-right: 20px;
  border-right: 1px dashed #6869ac;
}

.banner-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(202, 203, 226, 0.27);
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(#ebebf4), to(#fff));
  background-image: linear-gradient(90deg, #ebebf4, #fff);
  text-align: center;
}

.nav-link {
  padding: 10px 24px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #2b2c4f;
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.nav-link:hover {
  color: #6869ac;
}

.body {
  background-color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
}

.section {
  position: static;
  display: block;
  padding: 1.875em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.no-top-padding {
  padding-top: 0px;
}

.section.testimonials {
  display: block;
  overflow: hidden;
  padding-top: 47px;
  padding-bottom: 95px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.section.footer {
  padding: 1.875em;
}

.section.no-bottom-padding {
  padding-bottom: 0em;
}

.navbar1_menu {
  display: block;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.button-secondary {
  padding: 0.75rem 1.5rem;
  border: 1px solid transparent;
  background-color: transparent;
  color: transparent;
  text-align: center;
}

.button-secondary.button-small {
  padding: 0.5rem 1.25rem;
}

.navbar1_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.navbar1_menu-dropdown {
  display: none;
}

.navbar1_dropdown-list.w--open {
  padding: 0.5rem;
  border: 1px solid #000;
  background-color: transparent;
}

.navbar1_menu-button {
  padding: 0rem;
}

.menu-icon1_line-bottom {
  display: block;
}

.img--logo {
  width: 160px;
  font-size: 14px;
}

.navbar1_button-wrapper {
  margin-left: 1rem;
}

.navbar1_menu-buttons {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button {
  margin-right: 0px;
  padding: 0.7rem 0rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid transparent;
  background-color: transparent;
  color: transparent;
  text-align: center;
}

.button.button-small {
  padding: 0.5rem 1.25rem;
}

.button.google-fit {
  width: 50%;
}

.button.app-store {
  width: 50%;
}

.navbar1_component {
  height: 4.5rem;
  margin: 0.6875em 0px;
  padding-top: 1.875em;
  padding-right: 5.2%;
  padding-left: 6%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 0px none #000;
  background-color: transparent;
  outline-color: #333;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 1px;
  font-size: 13px;
  font-weight: 400;
}

.dropdown-icon {
  margin-top: 0.75rem;
  margin-right: 1rem;
  margin-bottom: 0.75rem;
}

.text-block {
  color: #fff;
}

.navbar1_link {
  margin-right: 27px;
  padding: 0.7rem 1.2rem;
  border-style: none;
  border-width: 0.5px;
  border-color: #4b636e;
  border-radius: 5px;
  background-color: rgba(75, 99, 110, 0.26);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
}

.navbar1_link:hover {
  background-color: rgba(230, 230, 230, 0.26);
}

.navbar1_link.w--current {
  color: transparent;
}

.navbar1_logo-link {
  padding-left: 0px;
}

.navbar1_dropdwn-toggle {
  padding: 0.5rem 2.5rem 0.5rem 1rem;
}

.navbar1_dropdown-link {
  padding: 0.5rem 1rem;
}

.navbar1_dropdown-link.w--current {
  color: transparent;
}

.mycontain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding: 0em;
  border-style: none;
  border-width: 0px;
  border-color: #4b636e;
  border-radius: 15px;
  background-color: #fafafa;
  box-shadow: 1px 0 20px -12px #000;
}

.mycontain.twitter {
  display: block;
  width: 90%;
  padding: 0px;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  background-color: transparent;
  box-shadow: none;
}

.mycontain.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 90%;
  padding: 0em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mycontain.final-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 40vw;
  padding: 1.9375em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fafafa;
  background-image: url('../images/High-five-pana.svg');
  background-position: 50% 0%;
  background-size: 70%;
  background-repeat: no-repeat;
  opacity: 1;
  outline-color: #333;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
  text-align: center;
}

.mycontain.progresstracking {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: #000;
  background-color: transparent;
  box-shadow: none;
  color: #fff;
  text-align: center;
}

.mycontain.howitworks {
  padding-right: 0em;
  padding-left: 3.525em;
}

.mycontain.notifications {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 90%;
  padding: 0em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mycontain.twitter-new {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-bottom: 6.625em;
  padding: 0em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mycontain.progress-tracking {
  overflow: visible;
}

._2-column-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 96px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._2-col-grid--text-wrapper {
  position: static;
  display: block;
  width: 50%;
  margin-top: 0px;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

._2-col-grid--text-wrapper.hero {
  width: 100%;
  padding: 0px;
}

._2-col-grid--text-wrapper.hero.img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

._2-col-grid--text-wrapper.twitter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 49px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._2-col-grid--text-wrapper.notifications {
  width: 100%;
  padding: 0px;
}

._2-col-grid--text-wrapper.notifications.img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

._2-col-grid--img-wrapper {
  display: block;
  width: 50%;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._2-col-grid--img-wrapper.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding-right: 2em;
  padding-left: 1.4em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

._2-col-grid--img-wrapper.hero.test {
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

._2-col-grid--img-wrapper.hero.duplicate {
  display: none;
}

._2-col-grid--img-wrapper.twitter {
  width: 100%;
}

.medium-paragraph {
  margin-bottom: 0px;
  font-size: 1.3em;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.5px;
  text-transform: none;
}

.medium-paragraph.above {
  margin-bottom: 0.6em;
}

.medium-paragraph.middle--1 {
  margin-bottom: 0.6em;
}

.img--appstore {
  display: inline-block;
  max-width: 80%;
}

.download-buttons--wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2em;
  margin-left: -1.4375em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.download-buttons--wrapper.finalcta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 86%;
  margin-top: 8px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.img--googleplay {
  max-width: 80%;
}

.paragraph--wrapper {
  margin-bottom: 0px;
  color: #333;
}

.paragraph--wrapper.chivvycharts {
  color: #fff;
}

.illustration--wrapper {
  background-image: url('../images/undraw_viral_tweet_gndb-1.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.img--screenshot-android {
  position: static;
  top: 0px;
  display: block;
  width: 19.5vw;
  margin-top: -18vw;
  margin-bottom: 0vw;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.img--screenshot-android.test {
  margin-top: -12vw;
  margin-right: 6.25em;
}

.img--screenshot-apple {
  position: static;
  left: auto;
  top: auto;
  display: block;
  width: 20vw;
  margin-top: 0vw;
  margin-bottom: -18vw;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.img--screenshot-apple.test {
  margin-bottom: -12vw;
  margin-left: 6.25em;
}

.chivvycharts--textwrapper {
  overflow: visible;
  width: 50%;
  margin-bottom: 0px;
  padding: 1.1em;
  border-radius: 15px;
  background-color: transparent;
  text-align: center;
}

.chivvycharts--textwrapper.progresstracking {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.infiniteloop--wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.items--holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.testimonial--wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25em;
  height: 17em;
  margin-right: 1.25em;
  margin-left: 1.25em;
  padding: 1.875em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 11px;
  background-color: #fafafa;
  box-shadow: 1px 0 20px -12px #000;
}

.testimonial--paragraph {
  margin-bottom: 1.2em;
  font-size: 1.1em;
  line-height: 1.5;
  font-weight: 300;
}

.testimonial--paragraph.prashant {
  margin-bottom: 2.7em;
}

.testimonial--heading-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.testimonial-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial--heading {
  margin-bottom: 0.9em;
  color: #fff;
}

.page-padding {
  padding-right: 5%;
  padding-left: 5%;
}

.margin-bottom {
  margin-top: 0rem;
  margin-right: 0rem;
  margin-left: 0rem;
}

.text-size-medium {
  font-size: 1.125rem;
}

.layout118_item-list {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.layout118_component {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-large {
  width: 50%;
  max-width: 80rem;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}

.heading-xlarge {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
}

.padding-vertical {
  padding-right: 0rem;
  padding-left: 0rem;
}

.final-cta--h2 {
  margin-bottom: 0.6em;
  font-size: 2.2em;
  line-height: 1.1;
}

.final-cta--text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer7_top-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer7_legal-link {
  font-size: 0.875rem;
}

.line-divider {
  width: 100%;
  height: 1px;
  background-color: transparent;
}

.padding-bottom {
  padding-top: 0rem;
  padding-right: 0rem;
  padding-left: 0rem;
}

.padding-bottom.padding-xlarge {
  padding-top: 0rem;
  padding-right: 0rem;
  padding-left: 0rem;
}

.footer7_logo-link {
  margin-bottom: 2rem;
  padding-left: 0px;
}

.footer7_credit-text {
  font-size: 0.875rem;
}

.footer7_link {
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.footer7_bottom-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.padding-top {
  padding-right: 0rem;
  padding-bottom: 0rem;
  padding-left: 0rem;
}

.footer7_legal-list {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  -ms-grid-columns: -webkit-max-content;
  -ms-grid-columns: max-content;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  white-space: normal;
}

.footer7_link-list {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: start;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  -ms-grid-columns: -webkit-max-content;
  -ms-grid-columns: max-content;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  white-space: normal;
}

.container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
}

.mycontain-2 {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding: 90px;
  border-style: none;
  border-width: 0px;
  border-color: #4b636e;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 1px 0 20px -12px #000;
}

.mycontain-2.hero {
  display: block;
  background-image: url('../images/undraw_working_out_-6-psf.svg');
  background-position: 40% 101%;
  background-size: auto 50%;
  background-repeat: no-repeat;
}

.line_break {
  width: 100%;
  height: 1px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #fff;
}

.line-break {
  width: 1px;
  height: 100%;
  min-height: 250px;
  background-color: #fff;
}

.footer-04 {
  padding: 90px 3% 32px;
  background-color: transparent;
  background-image: none;
}

.footer-flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-rights {
  display: block;
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: rgba(30, 40, 51, 0.5);
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.footer-link-dark {
  display: block;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.footer-link-dark:hover {
  color: #fff;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.secondary-link-dark {
  display: block;
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.footer-title {
  margin-bottom: 22px;
  color: #fff;
  font-size: 17px;
}

.footer--container {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.grid {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer--logo {
  width: 25%;
}

.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-block-right {
  width: 50%;
  padding-left: 60px;
}

.footer-bottom-full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid none none;
  border-width: 1px;
  border-color: #fff;
}

.footer-block-left {
  width: 50%;
  padding-right: 0px;
}

.twitter--headingwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.twitter--grid-wrapper {
  display: none;
  overflow: visible;
  padding: 2.1875em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border: 1px none #000;
  border-radius: 15px;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}

.twitter--img-wrapper {
  padding: 10px;
}

.twitter--img-wrapper._1st {
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 0px;
}

.twitter--img-wrapper._2nd {
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 0px;
}

.twitter--img-wrapper._3rd {
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 0px;
}

.twitter--img-wrapper._4th {
  overflow: visible;
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.space--block {
  padding-top: 28px;
  padding-bottom: 28px;
}

.gallery6_lightbox-link {
  width: 100%;
  height: 100%;
}

.gallery6_image-wrapper {
  position: relative;
  width: 100%;
  padding: 50px;
}

.gallery6_image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.img--twitterscreenshot {
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #000;
  border-radius: 8px;
  opacity: 1;
  outline-color: #333;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
  mix-blend-mode: normal;
}

.imgcontainer--progresstracking {
  display: block;
  width: 100%;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.imgwrapper--parallax {
  border-radius: 0px;
}

.parallaxelement {
  position: relative;
  border-radius: 15px;
  box-shadow: 1px 1px 20px -12px #000;
  color: #fafafa;
}

.parallaxelement.main {
  position: relative;
  left: 37.5625em;
  top: 6.3125em;
  right: 0px;
  z-index: 10;
  display: block;
  width: 25vw;
  margin-left: 0px;
}

.parallaxelement._1st {
  left: 53.0625em;
  top: -38.5em;
  z-index: 11;
  width: 17vw;
}

.parallaxelement._2nd {
  left: -4.6875em;
  top: -31.125em;
  z-index: 22;
  width: 14vw;
}

.parallaxelement._4th {
  left: auto;
  top: auto;
  z-index: 13;
  width: 18%;
}

.parallaxelement._5th {
  position: relative;
  left: 0.8125em;
  top: -22.8125em;
  right: -5.75em;
  bottom: auto;
  z-index: 5;
  width: 16vw;
  border-radius: 10px;
}

.parallaxelement._6th {
  left: 446px;
  top: -597px;
  display: none;
  overflow: visible;
  width: 12%;
}

.parallaxelement._7th {
  width: 30%;
}

.parallaxelement._3rd {
  left: -33.6875em;
  top: -5.1875em;
  z-index: 12;
  width: 14%;
}

.parallax--items {
  position: relative;
  display: none;
  width: 100%;
  padding: 1em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.page--wrapper {
  overflow: hidden;
  width: 100%;
}

.final-cta----img-grid {
  width: 20%;
  margin-right: 50px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.final-cta----img-grid.before {
  display: none;
  width: 20%;
  margin-right: 0px;
  padding-top: 1.875em;
}

.final-cta----img-grid.after {
  position: static;
  right: 2.6875em;
  display: none;
  margin-right: 1.875em;
}

.final-cta----text-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.final-cta--before-img {
  max-width: 32%;
  background-color: transparent;
}

.twitter--2-col-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hero----2col-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 5.625em 2.025em 5.625em 5.625em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1.75fr;
  grid-template-columns: 1.75fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.twitter--grid--vertical {
  border-radius: 15px;
  background-color: #fafafa;
  background-image: url('../images/undraw_viral_tweet_gndb-1.svg');
  background-position: 12% 100%;
  background-size: 180%;
  background-repeat: no-repeat;
}

.twitter--grid--vertical.text {
  border: 1px none #000;
  background-color: #fafafa;
  background-image: none;
  background-position: 0px 0px;
  outline-color: #555;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
}

.twitter--grid--horizontal {
  border-radius: 15px;
  background-color: #fafafa;
}

.testimonial--5star {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  max-width: 30%;
  border-radius: 0px;
}

.content {
  position: relative;
  width: 100%;
  max-width: 1312px;
  margin-right: auto;
  margin-left: auto;
}

.grid-2 {
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-2.mod--home {
  position: absolute;
  left: 0px;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
}

.home__star {
  width: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.home__star:hover {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.img__hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  width: 100%;
  height: 0%;
  background-color: #4a9873;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.img__hover.active {
  height: 100%;
}

.home__img {
  position: relative;
  display: block;
  height: 100%;
  max-width: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.home__img.mod--2 {
  max-height: 632px;
  max-width: 336px;
  margin-left: 40px;
  background-image: url('../images/hero_02.jpg');
  background-position: 0% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home__img.mod--1 {
  max-height: 520px;
  max-width: 112px;
  margin-left: -152px;
  background-image: url('../images/hero_01.jpg');
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home__content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.home__lecture {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 76px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home__lecture-txt-1 {
  display: inline-block;
  margin-bottom: 16px;
  color: rgba(16, 16, 16, 0.6);
}

.heading1__span1 {
  position: relative;
  display: inline-block;
  font-weight: 500;
}

.home__lecture-images {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background-color: #101010;
}

.home__star-wrap {
  position: absolute;
  top: 145px;
  right: -40px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home__lecture-img {
  display: block;
}

.home__lecture-img.mod--2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  -webkit-transform: translate(95px, -104px);
  -ms-transform: translate(95px, -104px);
  transform: translate(95px, -104px);
}

.home__lecture-img.mod--3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
}

.home__lecture-txt-wrap {
  overflow: hidden;
  padding-left: 40px;
}

.heading1__span2 {
  position: relative;
  left: 132px;
  display: inline-block;
}

.heading1__span2.mod--2 {
  left: 300px;
}

.heading1__span-ico {
  position: relative;
  bottom: -2px;
  display: inline-block;
  width: 62px;
  margin-right: 16px;
  background-image: url('../images/ico_copyright.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.heading1 {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 56px;
  margin-left: 76px;
  font-size: 81px;
  line-height: 1.1em;
  text-transform: uppercase;
  white-space: nowrap;
}

.home__img-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 76px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}

.home__lecture-txt-2 {
  display: inline-block;
  font-size: 22px;
  line-height: 1.2em;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.home__lecture-txt {
  position: relative;
  z-index: -1;
}

.vetical-grid----hero {
  display: block;
  width: 100%;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.img--hero-section {
  width: 70%;
}

.grid----howitworks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.35em;
  margin-bottom: 2.35em;
  padding-top: 0px;
  padding-bottom: 0px;
}

.hero----grid-img-wrapper {
  width: 50%;
  height: 34.2em;
  border: 0px none #000;
  border-radius: 15px;
  background-color: rgba(200, 208, 211, 0.57);
  background-image: url('../images/Skipping-rope-bro.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  box-shadow: 1px 0 20px -5px #000;
}

.hero----grid-img-wrapper.twitter {
  height: 34.6em;
  background-image: url('../images/Tweetstorm-rafiki.svg');
  background-size: cover;
  background-repeat: no-repeat;
}

.hero----grid-img {
  display: none;
}

.test--mobile-peek {
  display: none;
  overflow: hidden;
  width: 90%;
  height: 50vh;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15.375em;
  padding-left: 15.375em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.notifications----grid-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 5.625em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1.75fr;
  grid-template-columns: 1.75fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.notifications----grid-img {
  position: relative;
  left: 3.9125em;
  width: 60%;
  height: 35em;
  margin-top: 2em;
  margin-bottom: 2em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 0px none #000;
  border-radius: 15px;
  background-color: #dfeaf0;
  background-image: url('../images/Notification-Iphone-screen-min.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 1px 0 20px -5px #000;
}

.vetical-grid----notifications {
  display: block;
  width: 100%;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.iphone-gui {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.phone-lockscreen-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  overflow: hidden;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.phone-date {
  font-size: 21px;
  line-height: 25.06px;
  font-weight: 400;
  text-align: center;
  letter-spacing: -1.52px;
}

.phone-content-wrapper {
  position: absolute;
  left: 0.9375em;
  top: 0.8125em;
  right: 1em;
  bottom: 1.125em;
  z-index: -1;
  overflow: hidden;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
}

.bottom-toggles {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  padding-right: 46px;
  padding-left: 46px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.phone-content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.phone-content.lockscreen {
  position: static;
  z-index: 2;
}

.update-date-time {
  display: none;
}

.phone-mockup {
  position: relative;
  z-index: 1;
  max-height: 85vh;
}

.phone-time {
  position: relative;
  margin-top: 90px;
  font-size: 80px;
  line-height: 95.5px;
  font-weight: 200;
  letter-spacing: -0.01px;
}

.phone-time.smaller {
  display: none;
  margin-top: 0px;
  font-size: 0.9375rem;
  line-height: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.004375rem;
}

.phone-lockscreen {
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 1;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.phone-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  max-width: 50%;
}

.status-bar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  padding-top: 12px;
  padding-right: 22px;
  padding-left: 28px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.phone-lock-lottie {
  position: absolute;
  left: auto;
  top: 5%;
  right: auto;
  bottom: auto;
  z-index: 5;
  width: 65px;
  -webkit-filter: brightness(500%);
  filter: brightness(500%);
}

.status-icon {
  padding-right: 4px;
  padding-left: 4px;
}

.bottom-bar {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 8px;
  width: 135px;
  height: 5px;
  border-radius: 2.5px;
  background-color: #fefefe;
}

.text-rotation-wrapper {
  display: block;
}

.track-vertical {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.track-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f5ff), color-stop(50%, transparent), to(#f9f5ff));
  background-image: linear-gradient(180deg, #f9f5ff, transparent 50%, #f9f5ff);
}

.track-overlay.unclickable {
  position: absolute;
  display: block;
  width: 100%;
  height: 11.2em;
  background-color: transparent;
  background-image: none;
}

.page-wrapper {
  overflow: hidden;
  width: 100vw;
}

.vertical-scroll-wrapper {
  position: relative;
  width: 25em;
  height: 5.5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.banner-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(105, 39, 218, 0.2);
  background-image: url('../images/grain-bg.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: repeat;
  text-align: center;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.infinite-rotation-holder {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 50vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-wrapper.taller {
  height: 100vh;
}

.heading-large {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #111322;
  font-size: 3rem;
  line-height: 1.25;
  font-weight: 600;
}

.heading-large.banner {
  background-color: rgba(105, 39, 218, 0.1);
  color: #6927da;
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}

.heading-large.rotate-text {
  color: #dcdfea;
  font-weight: 600;
  white-space: nowrap;
}

.infinite-rotation-holder-2 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 44%;
  height: 15vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 15px;
  background-color: #dee2e4;
  background-image: none;
  box-shadow: 1px 0 20px -10px #000;
}

.twitter--screenshot {
  margin-bottom: 1em;
  border: 1px solid #000;
  border-radius: 10px;
}

.twitter--text-grid {
  width: 50%;
  padding: 5.625em;
}

.twitter----img-grid {
  display: none;
  width: 50%;
  height: 34.6em;
  padding: 0em;
  border-radius: 15px;
  background-color: rgba(200, 208, 211, 0.57);
  background-image: url('../images/Tweetstorm-rafiki.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 -1px 5px -5px #000;
}

.twitter----text-wrap {
  width: 100%;
  margin-bottom: 0px;
}

.twitter----text-wrap.progresstracking {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.twitter----img-wrapper {
  display: none;
  width: 100%;
  height: 20vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.inifinite-twitter----wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -19%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.googlefit----grid-img {
  position: relative;
  left: -3.9125em;
  right: 0px;
  width: 60%;
  height: 35em;
  margin-top: 2em;
  margin-bottom: 2em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 0px none #000;
  border-radius: 15px;
  background-color: #dee2e4;
  background-image: url('../images/Googlefit.png');
  background-position: 100% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  box-shadow: 1px 0 20px -5px #000;
}

.google-fit-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2em;
  margin-left: -1.4375em;
  padding-right: 5.75em;
  padding-left: 5.75em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.google-fit-button-wrapper.finalcta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 86%;
  margin-top: 8px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.img--google-fit {
  display: inline-block;
  max-width: 80%;
}

.img--app-store {
  max-width: 80%;
}

.img--apple-health {
  max-width: 80%;
}

.img--chivvycharts {
  margin-top: auto;
}

.howitworks--textwrapper {
  overflow: visible;
  width: 50%;
  margin-bottom: 0px;
  padding: 5.625em 1.925em 5.625em 5.625em;
}

.howitworks--textwrapper.progresstracking {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.progresstracking--textwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 50%;
  margin-bottom: 0px;
  padding: 5.625em 1.925em 5.625em 2.825em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.progresstracking--textwrapper.progresstracking {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.img--testimonial-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 17px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.chivvycharts--heading {
  color: #fff;
  font-size: 2.2em;
}

.twitter--slider {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
}

.slider {
  position: relative;
  top: auto;
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  background-color: #131313;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.mask {
  display: block;
  overflow: visible;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.slide {
  width: 100%;
  text-align: center;
  cursor: -webkit-grab;
  cursor: grab;
}

.img {
  display: inline-block;
}

.left-arrow {
  width: 25%;
  background-image: -webkit-gradient(linear, left top, right top, from(#000), to(transparent));
  background-image: linear-gradient(90deg, #000, transparent);
}

.right-arrow {
  width: 25%;
  background-image: -webkit-gradient(linear, right top, left top, from(#000), to(transparent));
  background-image: linear-gradient(270deg, #000, transparent);
}

.slide-nav {
  font-size: 9px;
  line-height: 20px;
}

.twitter----sliderscreenshots {
  display: none;
}

.twitter--slider-wrapper {
  display: none;
}

.testimonials--img {
  margin-right: 1.375em;
}

.testimonials--name {
  font-size: 1.5em;
  font-weight: 500;
}

.duplicate-android-wrapper {
  display: none;
}

.duplicate-apple-wrapper {
  display: none;
}

.mycontainlandscape {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding: 0em;
  border-style: none;
  border-width: 0px;
  border-color: #4b636e;
  border-radius: 15px;
  background-color: #fafafa;
  box-shadow: 1px 0 20px -12px #000;
}

.mycontainlandscape.twitter {
  display: block;
  width: 90%;
  padding: 0px;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  background-color: transparent;
  box-shadow: none;
}

.mycontainlandscape.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 90%;
  padding: 0em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mycontainlandscape.final-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 40vw;
  padding: 1.9375em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fafafa;
  background-image: url('../images/High-five-pana.svg');
  background-position: 50% 0%;
  background-size: 70%;
  background-repeat: no-repeat;
  opacity: 1;
  outline-color: #333;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
  text-align: center;
}

.mycontainlandscape.progresstracking {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: #000;
  background-color: transparent;
  box-shadow: none;
  color: #fff;
  text-align: center;
}

.mycontainlandscape.howitworks {
  display: none;
  padding-right: 0em;
  padding-left: 3.525em;
}

.mycontainlandscape.notifications {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 90%;
  padding: 0em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mycontainlandscape.twitter-new {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-bottom: 6.625em;
  padding: 0em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mycontainlandscape.progress-tracking {
  overflow: visible;
}

.mycontainportrait {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding: 0em;
  border-style: none;
  border-width: 0px;
  border-color: #4b636e;
  border-radius: 15px;
  background-color: #fafafa;
  box-shadow: 1px 0 20px -12px #000;
}

.mycontainportrait.twitter {
  display: block;
  width: 90%;
  padding: 0px;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  background-color: transparent;
  box-shadow: none;
}

.mycontainportrait.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 90%;
  padding: 0em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mycontainportrait.final-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 40vw;
  padding: 1.9375em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fafafa;
  background-image: url('../images/High-five-pana.svg');
  background-position: 50% 0%;
  background-size: 70%;
  background-repeat: no-repeat;
  opacity: 1;
  outline-color: #333;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
  text-align: center;
}

.mycontainportrait.progresstracking {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: #000;
  background-color: transparent;
  box-shadow: none;
  color: #fff;
  text-align: center;
}

.mycontainportrait.howitworks {
  display: none;
  padding-right: 0em;
  padding-left: 3.525em;
}

.mycontainportrait.notifications {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 90%;
  padding: 0em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mycontainportrait.twitter-new {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-bottom: 6.625em;
  padding: 0em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mycontainportrait.progress-tracking {
  overflow: visible;
}

@media screen and (min-width: 1920px) {
  .mycontain.hero {
    padding: 0px;
  }

  .mycontain.howitworks {
    padding-top: 4.025em;
    padding-bottom: 4.025em;
  }

  .mycontain.notifications {
    padding: 0px;
  }

  ._2-col-grid--img-wrapper.hero {
    padding-right: 2.35em;
    padding-left: 2.35em;
  }

  .img--screenshot-android {
    margin-top: -24vw;
  }

  .img--screenshot-apple {
    margin-bottom: -24vw;
  }

  .chivvycharts--textwrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-04 {
    border: 0px none #000;
  }

  .parallaxelement._1st {
    left: 883px;
  }

  .twitter----text-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .googlefit----grid-img {
    background-position: 50% 0%;
    background-size: cover;
  }

  .howitworks--textwrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .progresstracking--textwrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .mycontainlandscape.hero {
    padding: 0px;
  }

  .mycontainlandscape.howitworks {
    padding-top: 4.025em;
    padding-bottom: 4.025em;
  }

  .mycontainlandscape.notifications {
    padding: 0px;
  }

  .mycontainportrait.hero {
    padding: 0px;
  }

  .mycontainportrait.howitworks {
    padding-top: 4.025em;
    padding-bottom: 4.025em;
  }

  .mycontainportrait.notifications {
    padding: 0px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 2.2em;
  }

  h2 {
    font-size: 2em;
  }

  .nav-menu {
    position: absolute;
    top: 80px;
    height: auto;
    background-color: #fff;
  }

  .navigation-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navigation {
    padding-right: 3%;
    padding-left: 3%;
  }

  .navigation-container {
    position: relative;
  }

  .banner-link {
    display: none;
  }

  .menu-button {
    margin-left: 14px;
    padding: 12px;
    border-radius: 100px;
    background-color: #6869ac;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #fff;
  }

  .menu-button:hover {
    background-color: #4c4d90;
    color: #fff;
  }

  .menu-button.w--open {
    background-color: #5c5da7;
    color: #fff;
  }

  .navigation-button-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .brand {
    margin-right: 0vw;
  }

  .nav-link {
    width: 100%;
    color: #262626;
  }

  .menu-icon1_line-top {
    width: 24px;
    height: 2px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #000;
  }

  .navbar1_menu {
    overflow: auto;
    padding: 1rem 5% 2rem;
    border-bottom: 1px solid #000;
    background-color: transparent;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .menu-icon1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 48px;
    height: 48px;
    margin-right: 0.5rem;
    padding-right: 0rem;
    padding-bottom: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    padding: 0px;
    border-style: none;
  }

  .menu-icon1_line-middle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
  }

  .navbar1_menu-button.w--open {
    background-color: transparent;
  }

  .menu-icon1_line-bottom {
    width: 24px;
    height: 2px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #000;
  }

  .img--logo {
    width: 110px;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .navbar1_button-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    margin-left: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .navbar1_menu-buttons {
    margin-top: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .dropdown-icon {
    left: auto;
    top: auto;
    right: 0%;
    bottom: auto;
    margin-top: 0rem;
    margin-right: 0px;
    margin-bottom: 0rem;
  }

  .navbar1_link {
    width: auto;
    margin-bottom: 10px;
    padding: 1.65rem 0rem 1.75rem 1.9rem;
    background-color: #4b636e;
    font-size: 1.125rem;
  }

  .navbar1_dropdwn-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 0rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: 0.75rem 0rem 0.75rem 5%;
  }

  .mycontain.hero {
    overflow: hidden;
    height: 32.8em;
  }

  .mycontain.howitworks {
    height: 27em;
  }

  .mycontain.twitter-new {
    margin-bottom: 3.5em;
  }

  .medium-paragraph {
    font-size: 1.1em;
  }

  .medium-paragraph.above {
    font-size: 1.1em;
  }

  .download-buttons--wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -1.5375em;
  }

  .download-buttons--wrapper.finalcta {
    width: 60%;
    margin-top: 0.5em;
  }

  .testimonial--wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }

  .testimonial--paragraph.prashant {
    margin-bottom: 2.5em;
  }

  .margin-bottom {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .layout118_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .heading-xlarge {
    font-size: 2.75rem;
  }

  .padding-vertical {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .final-cta--h2 {
    font-size: 2em;
  }

  .padding-bottom {
    padding-top: 0rem;
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .padding-top {
    padding-right: 0rem;
    padding-bottom: 0rem;
    padding-left: 0rem;
  }

  .line-break {
    display: none;
  }

  .footer-04 {
    padding-top: 32px;
  }

  .footer-flex-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer--logo {
    margin-bottom: 32px;
  }

  .footer-column {
    padding-right: 20px;
  }

  .footer-block-right {
    width: 100%;
    padding-left: 0px;
  }

  .footer-bottom-full {
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-block-left {
    width: 100%;
    margin-bottom: 60px;
    border-style: none none solid;
    border-width: 1px;
    border-color: #000 #000 rgba(21, 28, 52, 0.09);
  }

  .parallaxelement._1st {
    left: 883px;
  }

  .parallax--items {
    display: none;
  }

  .hero----2col-grid {
    padding-right: 2.825em;
    padding-left: 2.825em;
  }

  .grid-2 {
    grid-column-gap: 24px;
  }

  .home__img.mod--2 {
    max-width: 200px;
    margin-left: 24px;
  }

  .home__content {
    margin-right: -24px;
    padding-right: 24px;
  }

  .home__lecture {
    padding-left: 0px;
  }

  .home__star-wrap {
    top: 92px;
    right: -20px;
    width: 40px;
  }

  .heading1__span2 {
    left: 60px;
  }

  .heading1__span2.mod--2 {
    left: 240px;
  }

  .heading1 {
    margin-left: 0px;
  }

  .home__img-wrap {
    padding-right: 24px;
  }

  .hero----grid-img-wrapper {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    height: 32.8em;
  }

  .hero----grid-img-wrapper.twitter {
    height: 35.5em;
  }

  .notifications----grid-text {
    padding-right: 2.825em;
    padding-left: 2.825em;
  }

  .notifications----grid-img {
    left: 1.7125em;
  }

  .phone-wrapper {
    margin-right: auto;
    margin-left: auto;
  }

  .text-rotation-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .vertical-scroll-wrapper {
    overflow: hidden;
    width: auto;
    height: 2.8125rem;
  }

  .heading-large {
    font-size: 2.25rem;
  }

  .infinite-rotation-holder-2 {
    height: 15vh;
  }

  .twitter--text-grid {
    padding-right: 2.825em;
    padding-left: 2.825em;
  }

  .twitter----img-grid {
    display: none;
  }

  .twitter----img-wrapper {
    display: block;
  }

  .inifinite-twitter----wrapper {
    position: absolute;
    bottom: -19%;
    display: none;
  }

  .googlefit----grid-img {
    left: -1.7125em;
  }

  .howitworks--textwrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    margin-right: 2em;
    margin-left: 2em;
    padding: 3.125em 1.325em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .progresstracking--textwrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 2.425em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .img--testimonial-wrapper {
    margin-bottom: 16px;
  }

  .twitter--slider {
    position: static;
    display: block;
    padding-right: 0em;
    padding-left: 0em;
  }

  .slider {
    position: static;
    top: auto;
    display: block;
    width: 31em;
    height: 8em;
    padding: 0.8125em;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #000;
    border-radius: 8px;
    background-color: #dee2e4;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .mask {
    position: relative;
    width: 80%;
    margin-right: 3.6em;
  }

  .slide {
    position: static;
    width: 100%;
    height: 6em;
    margin-right: 44px;
    margin-left: 0px;
  }

  .img {
    display: inline-block;
    width: 110%;
    max-width: 110%;
    padding-right: 0px;
    padding-left: 0px;
    border: 1px solid #000;
    border-radius: 7px;
  }

  .left-arrow {
    width: 17%;
    background-image: none;
  }

  .right-arrow {
    display: none;
    width: 17%;
    background-image: none;
  }

  .slide-nav {
    position: absolute;
    bottom: auto;
    display: none;
  }

  .twitter----sliderscreenshots {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -41%;
    display: block;
  }

  .slide-2 {
    position: relative;
  }

  .twitter--slider-wrapper {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -10%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: auto;
    padding-right: 0em;
    padding-left: 0em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .twitter--slider-wrapper.duplicatestatic {
    position: static;
    display: none;
  }

  .icon {
    display: none;
  }

  .icon-2 {
    display: none;
  }

  .slider--img-wrapper {
    height: 8.5em;
    border-radius: 13px;
    background-color: #fff;
  }

  .testimonials--img {
    width: 30%;
  }

  .mycontainlandscape.hero {
    overflow: hidden;
    height: 32.8em;
  }

  .mycontainlandscape.howitworks {
    display: none;
    height: 27em;
  }

  .mycontainlandscape.twitter-new {
    margin-bottom: 3.5em;
  }

  .mycontainportrait.hero {
    overflow: hidden;
    height: 32.8em;
  }

  .mycontainportrait.howitworks {
    display: none;
    height: 27em;
  }

  .mycontainportrait.twitter-new {
    margin-bottom: 3.5em;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 1.8em;
  }

  h2 {
    font-size: 1.8em;
  }

  .banner-text {
    font-size: 12px;
  }

  .button-navigation {
    display: none;
  }

  .button-navigation-02 {
    display: none;
  }

  .banner-block {
    padding: 10px 32px 10px 14px;
  }

  .button.google-fit {
    width: 50%;
  }

  .navbar1_component {
    height: 4rem;
  }

  .mycontain.final-cta {
    height: 24em;
  }

  .mycontain.howitworks {
    display: none;
    padding: 0em 5.025em;
  }

  .mycontain.twitter-new {
    height: 35.5em;
    margin-bottom: 5.2em;
  }

  ._2-col-grid--img-wrapper.hero {
    display: none;
  }

  .medium-paragraph {
    font-size: 0.9em;
  }

  .medium-paragraph.above {
    font-size: 0.9em;
  }

  .img--appstore {
    max-width: 80%;
  }

  .download-buttons--wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .download-buttons--wrapper.finalcta {
    width: 60%;
  }

  .img--googleplay {
    max-width: 80%;
  }

  .img--screenshot-android {
    margin-top: -2vw;
    margin-bottom: -2vw;
  }

  .img--screenshot-android.duplicate {
    margin-top: -13vw;
    margin-bottom: 0px;
  }

  .img--screenshot-apple {
    width: 20vw;
    margin-top: -2vw;
    margin-bottom: -2vw;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .img--screenshot-apple.duplicate {
    margin-top: 10vw;
    margin-bottom: 0vw;
  }

  .margin-bottom {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .layout118_component {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .heading-xlarge {
    font-size: 2.25rem;
  }

  .padding-vertical {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .final-cta--h2 {
    font-size: 1.4em;
  }

  .padding-bottom {
    padding-top: 0rem;
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .footer7_credit-text {
    margin-top: 2rem;
  }

  .footer7_bottom-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .padding-top {
    padding-right: 0rem;
    padding-bottom: 0rem;
    padding-left: 0rem;
  }

  .footer7_legal-list {
    justify-items: center;
    grid-auto-flow: row;
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
  }

  .footer7_link-list {
    justify-items: center;
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
  }

  .footer-04 {
    padding-top: 32px;
  }

  .footer--logo {
    margin-bottom: 40px;
  }

  .footer-column {
    padding-right: 0px;
  }

  .footer-bottom-full {
    margin-top: 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-block-left {
    margin-bottom: 27px;
  }

  .imgcontainer--progresstracking {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
  }

  .hero----2col-grid {
    padding-right: 1.225em;
    padding-left: 2.025em;
  }

  .grid-2.mod--home {
    position: relative;
    margin-bottom: 54px;
  }

  .home__img.mod--1 {
    max-height: 250px;
    max-width: 64px;
    margin-left: 0px;
  }

  .home__content {
    margin-right: 0px;
    padding-top: 80px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .home__lecture-txt-1 {
    margin-bottom: 11px;
  }

  .home__lecture-images {
    max-width: 64px;
  }

  .home__lecture-txt-wrap {
    padding-left: 24px;
  }

  .heading1__span2 {
    left: 40px;
  }

  .heading1__span2.mod--2 {
    left: 160px;
  }

  .heading1__span-ico {
    width: 40px;
    margin-right: 11px;
  }

  .heading1 {
    margin-bottom: -28px;
    font-size: 52px;
  }

  .home__img-wrap {
    height: auto;
    min-height: 360px;
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .home__lecture-txt-2 {
    font-size: 18px;
  }

  .grid----howitworks {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero----grid-img-wrapper.twitter {
    background-position: 65% 50%;
  }

  .notifications----grid-text {
    padding-right: 1.625em;
    padding-left: 1.625em;
  }

  .text-rotation-wrapper {
    margin-left: 0%;
  }

  .vertical-scroll-wrapper {
    overflow: hidden;
    height: 2.34375rem;
  }

  .heading-large {
    font-size: 1.875rem;
  }

  .twitter--text-grid {
    padding-right: 2.025em;
    padding-left: 2.025em;
  }

  .googlefit----grid-img {
    background-position: 35% 45%;
    background-size: 160%;
  }

  .google-fit-button-wrapper {
    width: 24em;
  }

  .img--chivvycharts {
    overflow: visible;
    max-width: 100%;
  }

  .howitworks--textwrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 43%;
    padding-right: 0.125em;
    padding-left: 0.125em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .progresstracking--textwrapper {
    text-align: left;
  }

  .slider {
    width: 28em;
    height: 9.1vh;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }

  .slider.staticduplicate {
    width: 33em;
    height: 7.2em;
  }

  .mask.staticduplicate {
    width: 80%;
  }

  .slide.staticduplicate {
    width: 21em;
    margin-right: 100px;
    margin-left: 18px;
  }

  .img {
    max-width: 110%;
  }

  .left-arrow {
    display: block;
  }

  .left-arrow.staticduplicate {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 16%;
    height: 20%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .right-arrow {
    display: block;
  }

  .right-arrow.staticduplicate {
    overflow: hidden;
    width: 16%;
    height: 20%;
    background-image: none;
  }

  .slide-nav.staticduplicate {
    display: none;
  }

  .twitter--slider-wrapper {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -19%;
    display: none;
    max-height: 100%;
    max-width: 100%;
  }

  .twitter--slider-wrapper.duplicatestatic {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -3.6em;
  }

  .icon {
    display: block;
  }

  .icon-2 {
    display: block;
  }

  .body-2 {
    background-color: #fafafa;
    background-image: -webkit-gradient(linear, right top, left top, from(#a7c0cd), to(#4b636e));
    background-image: linear-gradient(270deg, #a7c0cd, #4b636e);
  }

  .duplicate-android-wrapper {
    display: none;
    width: 30%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .duplicate-apple-wrapper {
    display: none;
    width: 30%;
  }

  .mycontainlandscape.final-cta {
    height: 24em;
  }

  .mycontainlandscape.howitworks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0em 5.025em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/androidiphonecover1.png');
    background-position: 50% 50%;
    background-size: 90%;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .mycontainlandscape.twitter-new {
    height: 35.5em;
    margin-bottom: 5.2em;
  }

  .mycontainportrait.final-cta {
    height: 24em;
  }

  .mycontainportrait.howitworks {
    display: none;
    padding: 0em 5.025em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/androidiphonecover1.png');
    background-position: 50% 50%;
    background-size: 90%;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .mycontainportrait.twitter-new {
    height: 35.5em;
    margin-bottom: 5.2em;
  }
}

@media screen and (max-width: 479px) {
  .menu-button {
    margin-left: 0px;
  }

  .banner {
    display: none;
  }

  .section.no-top-padding {
    overflow: visible;
  }

  .navbar1_component {
    padding-right: 4%;
    padding-left: 5%;
  }

  .navbar1_link {
    background-color: rgba(75, 99, 110, 0.83);
  }

  .mycontain.hero {
    width: 100%;
    height: 39em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .mycontain.final-cta {
    width: 100%;
    height: 24em;
    background-position: 50% 0%;
    background-size: cover;
  }

  .mycontain.howitworks {
    display: none;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mycontain.notifications {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .mycontain.twitter-new {
    width: 100%;
    height: 39em;
    margin-bottom: 4.7em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mycontain.progress-tracking {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  ._2-col-grid--text-wrapper.hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  ._2-col-grid--img-wrapper.hero {
    width: 100%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .medium-paragraph.above {
    font-size: 0.9em;
  }

  .download-buttons--wrapper {
    width: 90%;
    margin-top: 0.5em;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .img--screenshot-android.duplicate {
    margin-top: -38vw;
  }

  .chivvycharts--textwrapper {
    width: 100%;
  }

  .margin-bottom {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .layout118_item-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .layout118_component {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .padding-vertical {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .final-cta--h2 {
    font-size: 1.4em;
  }

  .padding-bottom {
    padding-top: 0rem;
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .padding-top {
    padding-right: 0rem;
    padding-bottom: 0rem;
    padding-left: 0rem;
  }

  .text-rights {
    margin-right: 0px;
    text-align: left;
  }

  .footer-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .secondary-link-dark {
    margin-right: 32px;
  }

  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-bottom-full {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .imgcontainer--progresstracking {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .hero----2col-grid {
    width: 100%;
    height: 50%;
    padding: 2.6em;
  }

  .home__content {
    margin-right: -24px;
    margin-left: -24px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .heading1__span2 {
    left: 25px;
  }

  .heading1__span2.mod--2 {
    left: 120px;
  }

  .heading1__span-ico {
    width: 32px;
    margin-right: 8px;
  }

  .heading1 {
    margin-bottom: -20px;
    font-size: 40px;
  }

  .grid----howitworks {
    padding-left: 1.4em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .grid----howitworks.portrait {
    width: 56%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero----grid-img-wrapper {
    width: 100%;
    height: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-position: 50% 88%;
    background-size: 75%;
  }

  .hero----grid-img-wrapper.twitter {
    height: 50%;
    background-size: 80%;
  }

  .notifications----grid-text {
    width: 100%;
    padding: 4.8em 2.6em;
  }

  .notifications----grid-img {
    position: static;
    width: 100%;
    margin-top: 0em;
    margin-bottom: 0em;
  }

  .phone-content-wrapper {
    left: 14px;
    top: 11px;
    right: 14px;
    bottom: 12px;
    border-radius: 25px;
  }

  .phone-mockup {
    max-height: none;
  }

  .phone-wrapper {
    width: auto;
  }

  .status-bar {
    padding-top: 10px;
    padding-right: 16px;
  }

  .status-icon {
    padding-right: 3px;
    padding-left: 3px;
  }

  .status-icon.hidden-on-mobile {
    display: none;
  }

  .twitter--text-grid {
    width: 100%;
    height: 50%;
    padding: 2.6em;
  }

  .googlefit----grid-img {
    position: static;
    width: 100%;
    margin-top: 0em;
    margin-bottom: 0em;
    background-position: 50% 50%;
    background-size: cover;
  }

  .google-fit-button-wrapper {
    margin-left: 0px;
  }

  .img--chivvycharts {
    max-width: 122%;
  }

  .howitworks--textwrapper {
    width: 50%;
    margin-right: 0em;
    margin-left: 0em;
    padding-right: 1.1em;
    padding-left: 0em;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .howitworks--textwrapper.portrait {
    width: 100%;
    padding-right: 0em;
    padding-left: 0em;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .progresstracking--textwrapper {
    width: 100%;
    padding: 4.8em 2.6em 3.2em;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    text-align: center;
  }

  .slider {
    width: 90%;
    height: 8vh;
  }

  .slider.staticduplicate {
    display: block;
    height: 6.3em;
    margin-bottom: 0.375em;
    clear: both;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .mask {
    width: 80%;
  }

  .mask.staticduplicate {
    width: 80%;
  }

  .slide.staticduplicate {
    margin-right: 100px;
    margin-left: 13px;
  }

  .img {
    width: 90%;
  }

  .left-arrow {
    display: block;
  }

  .right-arrow {
    display: block;
  }

  .icon {
    display: block;
  }

  .icon-2 {
    display: block;
  }

  .buttons-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .mycontainlandscape.hero {
    width: 100%;
    height: 39em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .mycontainlandscape.final-cta {
    width: 100%;
    height: 24em;
    background-position: 50% 0%;
    background-size: cover;
  }

  .mycontainlandscape.howitworks {
    display: none;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .mycontainlandscape.notifications {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .mycontainlandscape.twitter-new {
    width: 100%;
    height: 39em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mycontainlandscape.progress-tracking {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .mycontainportrait.hero {
    width: 100%;
    height: 39em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .mycontainportrait.final-cta {
    width: 100%;
    height: 24em;
    background-position: 50% 0%;
    background-size: cover;
  }

  .mycontainportrait.howitworks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/androidiphonecover3.png');
    background-position: 100% 50%;
    background-size: 120%;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .mycontainportrait.notifications {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .mycontainportrait.twitter-new {
    width: 100%;
    height: 39em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mycontainportrait.progress-tracking {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .heading {
    letter-spacing: 0px;
    white-space: normal;
  }
}



.button_badge {
  background-color: #fa3e3e;
  border-radius: 16px;
  color: white;
  padding: 4px 6px;
  font-size: 10px;
  position: absolute;
  top: -5px;
  right: 117px;
}

@media screen and (max-width: 991px) {
  .button_badge {
    background-color: #fa3e3e;
    border-radius: 30px;
    color: white;
    padding: 6px 9px;
    font-size: 11px;
    position: absolute;
    top: 126px;
    right: 122px;
  }
}

.pulse {
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
}

