:root {
  --navy-blue: #001246;
  --light-electric-blue: #a2c2ff;
  --scmp-yellow: #ffca05;
  --white: #fff;
  --navyblue-80: #001246cc;
  --electric-blue: #4585ff;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

.hero {
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.hero-50 {
  background-color: var(--navy-blue);
  justify-content: flex-end;
  align-items: stretch;
  width: 50%;
  padding: 64px 0 64px 48px;
  display: flex;
}

.hero-50.left {
  background-color: var(--navy-blue);
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.hero-50.photo {
  position: relative;
  overflow: hidden;
}

.hero-content {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 560px;
  display: flex;
}

.scmp-logo {
  width: 280px;
  margin-left: -4px;
}

.body {
  background-color: var(--navy-blue);
  font-family: Merriweather, serif;
}

.hero-text-wrap {
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading {
  font-size: 48px;
  line-height: 120%;
}

.text-light {
  font-weight: 300;
}

.hero-heading {
  width: 100%;
  max-width: 460px;
  margin-top: 32px;
  margin-bottom: 0;
  padding-right: 16px;
  font-size: 48px;
  line-height: 128%;
}

.hero-desc {
  width: 24vw;
  margin-bottom: 8px;
  padding-right: 24px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

.bold-text {
  color: var(--light-electric-blue);
  text-decoration: none;
}

.bold-text.yellow {
  color: var(--scmp-yellow);
}

.spacer {
  width: 100%;
  height: 32px;
}

.spacer.m {
  height: 40px;
}

.store-button-group {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  align-items: flex-start;
  width: 30vw;
  display: none;
}

.horizontal-spacer {
  width: 1vw;
  max-width: 16px;
  height: 100%;
}

.hero-phones-wrap {
  z-index: 5;
  justify-content: center;
  align-items: center;
  width: 480px;
  height: 610px;
  display: flex;
  position: absolute;
  inset: auto auto -24%;
}

.store-logo {
  border-radius: 1px;
  max-width: 33%;
  margin-top: 16px;
}

.android {
  z-index: 4;
  flex: none;
  width: 270px;
  margin-top: -80px;
  position: relative;
}

.iphone {
  z-index: 5;
  width: 270px;
  margin-left: -72px;
  position: relative;
}

.section-feature {
  background-color: var(--white);
  width: 100%;
  min-height: 100vh;
  padding: 125px 40px 0;
}

.section-title {
  z-index: 4;
  color: var(--navy-blue);
  text-align: center;
  margin-top: 24px;
  margin-bottom: 48px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 48px;
  font-weight: 300;
  line-height: 120%;
  position: relative;
}

.seperator {
  background-color: #0003;
  width: 100%;
  height: 1px;
}

.feature-wrapper {
  border-bottom: 1px solid #0003;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.feature-wrapper.no-line {
  border-bottom-style: none;
}

.feature-column {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 0 40px;
  display: flex;
  overflow: hidden;
}

.feature-column.neg-margin {
  margin-top: -468px;
}

.feature-column.top {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
}

.richtext {
  color: var(--navyblue-80);
  max-width: 428px;
  padding-bottom: 40px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.richtext h3 {
  color: var(--navy-blue);
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 48px;
  line-height: 120%;
}

.richtext p {
  margin-bottom: 24px;
  line-height: 24px;
}

.richtext h4 {
  color: var(--navy-blue);
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: Merriweather, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.richtext h6 {
  margin-top: 16px;
  margin-bottom: 24px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.richtext.center {
  text-align: center;
  padding-bottom: 0;
}

.richtext.center.no-line {
  max-width: none;
}

.heading-2 {
  font-weight: 400;
}

.container {
  width: 100%;
  max-width: 1040px;
}

.container.wide {
  justify-content: space-between;
  align-items: center;
  max-width: 1186px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.card {
  perspective-origin: 100% 100%;
  transform-origin: 50% 100%;
  background-image: url('../images/fade-image_01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  width: 300px;
  height: 200px;
  padding: 16px;
  position: relative;
  top: 298px;
  box-shadow: 0 -2px 5px #0003;
}

.card._2 {
  background-image: url('../images/fade-image_02.jpg');
  top: 334px;
  transform: scale(.95);
}

.card._3 {
  background-image: url('../images/fade-image_03.jpg');
  top: 399px;
  transform: scale(.9);
}

.card._4 {
  background-image: url('../images/fade-image_04.jpg');
  top: 486px;
  transform: scale(.85);
}

.heading-3 {
  text-shadow: 0 1px 1px #0003;
  margin-top: 0;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 700;
}

.image-focus {
  width: 400px;
}

.flex-nav-video {
  width: 400px;
  height: 170px;
}

.feature-flexi-video {
  z-index: 5;
  width: 400px;
  max-width: 100%;
  height: 400px;
}

.qr-code {
  margin-top: 16px;
}

.hero-photo {
  background-color: var(--light-electric-blue);
  background-image: url('../images/hero-img_high-compresssed.webp');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
  transform: scale(1.1);
}

.section-download {
  min-height: 50vh;
  padding-top: 96px;
  padding-bottom: 64px;
  position: relative;
  overflow: hidden;
}

.bottom-devices-group {
  z-index: 2;
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  margin-top: 23px;
  margin-bottom: 16px;
  display: flex;
  position: relative;
}

.bottom-android {
  width: 120px;
}

.bottom-appstore-group {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.bottom-circle {
  z-index: 2;
  outline-offset: 0px;
  background-color: #4585ff26;
  border-radius: 1000px;
  outline: 10px solid #fff;
  width: 40vw;
  height: 40vw;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  inset: auto auto 0% 50%;
  transform: translate(-50%, 50%);
}

.bottom-circle.larger {
  z-index: 1;
  background-color: #4585ff0d;
  background-image: none;
  width: 100vw;
  height: 100vw;
  display: none;
}

.footer {
  background-color: var(--navy-blue);
  color: var(--white);
  padding-top: 24px;
  padding-bottom: 24px;
  font-family: Roboto, sans-serif;
}

.footer-container {
  clear: both;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1360px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.footer-links-group {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-end;
  display: flex;
}

.footer-links-group.small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.footer-textlink {
  color: var(--white);
  font-size: 18px;
  text-decoration: none;
}

.footer-textlink:hover {
  text-decoration: underline;
}

.footer-textlink.small {
  font-size: 14px;
}

.download-bg {
  background-image: url('../images/bg_ball.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.android-footer {
  z-index: 2;
  box-shadow: 0 4px 5px -4px var(--navy-blue);
  border-radius: 12px;
  margin-right: -24px;
  position: relative;
}

.iphone-footer {
  z-index: 4;
  box-shadow: 0 4px 9px -6px var(--navy-blue);
  border-radius: 19px;
  margin-bottom: -16px;
  position: relative;
}

.ipad-footer {
  z-index: 1;
  border-radius: 15px;
  margin-left: -40px;
  position: relative;
  box-shadow: 0 4px 7px -2px #001246ba;
}

.more-icon {
  width: 32px;
  margin-top: 25px;
}

.highlighter {
  border-style: solid;
  border-width: 0 8px;
  border-color: var(--scmp-yellow);
  background-image: linear-gradient(to bottom, var(--scmp-yellow), var(--scmp-yellow));
  color: var(--navy-blue);
  height: 1em;
  font-weight: 900;
}

.highlighter.space {
  border-left-width: 0;
  border-right-width: 0;
  margin-left: -8px;
  margin-right: -8px;
}

.button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--electric-blue);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 188px;
  margin-top: 32px;
  margin-bottom: 64px;
  padding: 12px 16px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.button.sticky {
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}

.anchor {
  height: 0;
}

.sticky-header {
  z-index: 100;
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  transform: translate(0, -100%);
}

.div-block {
  width: 396px;
  margin-bottom: -2px;
  position: relative;
  overflow: hidden;
}

.bubble {
  z-index: 3;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--electric-blue);
  color: #fff;
  text-align: center;
  border-radius: 160px;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 220px;
  padding: 24px;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: translate(50%, -50%);
}

.subheading {
  text-transform: none;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.bubble-2 {
  z-index: 3;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--electric-blue);
  transform-origin: 0 100%;
  color: var(--white);
  text-align: left;
  border-radius: 24px 24px 24px 0;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 320px;
  padding: 24px;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  display: flex;
  position: relative;
  transform: translate(0);
  box-shadow: 0 10px 10px 4px #0003;
}

.dotted-line {
  border-bottom: 1px dashed #fff;
  width: 100%;
  height: 1px;
}

.flex-hori {
  flex: none;
  align-items: center;
  display: flex;
}

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

.bubble-flex {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: none;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.bubble-vert-flex {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.bubble-container {
  z-index: 6;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: left;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% -3% auto auto;
  transform: translate(28%, -84%);
}

.bubble-container.hide {
  display: none;
}

.blue-text-link {
  color: var(--scmp-yellow);
  text-decoration: none;
}

.rail-video {
  z-index: 5;
  width: 220px;
  height: 321px;
}

.img_notification {
  width: 400px;
  max-width: none;
  margin-top: -1px;
  margin-left: -1px;
}

.topmenu-video {
  z-index: 6;
  width: 220px;
  height: 321px;
}

.highlight {
  color: #ffffffd9;
  font-weight: 300;
}

.header-promotion-text {
  color: var(--electric-blue);
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .hero-50 {
    padding-left: 71px;
    padding-right: 24px;
  }

  .hero-content {
    max-width: 640px;
  }

  .hero-text-wrap {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .text-light {
    font-size: 56px;
  }

  .hero-heading {
    max-width: 540px;
    font-size: 56px;
  }

  .hero-desc {
    width: 26vw;
    max-width: 410px;
    padding-right: 32px;
    font-size: 20px;
  }

  .spacer {
    height: 40px;
  }

  .store-button-group {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .hero-phones-wrap {
    padding-top: 48px;
    bottom: -19%;
  }

  .store-logo {
    max-width: 38%;
  }

  .android, .iphone {
    width: 300px;
  }

  .section-feature {
    padding-top: 144px;
  }

  .container.wide {
    max-width: 1370px;
  }

  .qr-code {
    margin-top: 24px;
  }

  .highlighter.space.blue {
    margin-left: -4px;
    margin-right: -4px;
  }

  .highlighter.blue {
    border-width: 1px 4px;
    border-color: var(--electric-blue);
    background-image: linear-gradient(to bottom, var(--electric-blue), var(--electric-blue));
    color: var(--white);
  }

  .flex-hori, .bubble-flex {
    flex: none;
  }
}

@media screen and (max-width: 991px) {
  .hero {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    height: 900px;
    min-height: 0;
    max-height: none;
    overflow: hidden;
  }

  .hero-50 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    min-height: 510px;
    padding-top: 48px;
    padding-bottom: 64px;
    padding-left: 40px;
  }

  .hero-50.photo {
    background-position: 50%;
    height: 100%;
  }

  .hero-content {
    max-width: 670px;
  }

  .hero-text-wrap {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .text-light, .text-light._2 {
    font-size: 40px;
  }

  .hero-heading {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    font-size: 44px;
    line-height: 120%;
  }

  .hero-desc {
    width: 41vw;
    padding-right: 24px;
    font-size: 16px;
  }

  .spacer {
    height: 24px;
  }

  .spacer.more {
    height: 8px;
  }

  .store-button-group {
    flex-flow: wrap;
    width: 100%;
    display: flex;
  }

  .hero-phones-wrap {
    width: 450px;
    height: 560px;
    position: absolute;
    inset: auto 0 9.4% auto;
  }

  .store-logo {
    flex: none;
    width: 128px;
  }

  .android, .iphone {
    width: 250px;
  }

  .section-feature {
    padding-top: 48px;
    padding-bottom: 24px;
  }

  .section-title {
    font-size: 48px;
  }

  .feature-wrapper.focus {
    flex-flow: column-reverse;
  }

  .feature-column {
    padding-left: 0;
    padding-right: 16px;
  }

  .feature-column.neg-margin {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin-top: -530px;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-column.full {
    width: 100%;
  }

  .feature-column.top {
    padding-left: 16px;
    padding-right: 16px;
  }

  .richtext {
    padding-bottom: 20px;
  }

  .richtext h3 {
    font-size: 40px;
  }

  .container.wide {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-focus {
    width: 410px;
  }

  .feature-flexi-video {
    width: 320px;
    height: 320px;
  }

  .qr-code {
    display: none;
  }

  .hero-photo {
    background-position: 100% 100%;
    background-size: cover;
    background-attachment: fixed;
  }

  .bottom-appstore-group {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .footer-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .footer-container.reverse {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column-reverse;
  }

  .footer-textlink {
    font-size: 16px;
  }

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

  .highlighter {
    font-size: 40px;
  }

  .button {
    margin-bottom: 0;
  }

  .div-block {
    width: 318px;
  }

  .bubble {
    inset: auto auto 0% 0%;
    transform: translate(-80%, -30%);
  }

  .bubble-2 {
    border-radius: 0 0 16px 16px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .bubble-container {
    inset: 45.5% auto auto 0%;
    transform: translate(-95%);
  }

  .img_notification {
    width: 320px;
  }

  .topmenu-video {
    width: 200px;
    height: 293px;
  }

  .image_more, .image-2 {
    width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    height: auto;
  }

  .hero-50 {
    height: 100%;
    min-height: 0;
    padding: 32px;
  }

  .hero-50.photo {
    height: 48%;
    display: block;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .scmp-logo {
    width: 240px;
  }

  .hero-text-wrap {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .text-light {
    font-size: 40px;
  }

  .hero-heading {
    margin-top: 24px;
    font-size: 40px;
    line-height: 140%;
  }

  .hero-desc {
    width: 100%;
    max-width: 480px;
    font-size: 18px;
  }

  .spacer.m {
    height: 24px;
  }

  .store-button-group {
    margin-top: 16px;
  }

  .store-button-group.hide {
    display: none;
  }

  .hero-phones-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column-reverse;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    position: relative;
    bottom: 8%;
    right: auto;
  }

  .android {
    width: 220px;
    margin-top: -40px;
  }

  .iphone {
    width: 220px;
    margin-bottom: -16px;
  }

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

  .section-title {
    margin-top: 8px;
    margin-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 40px;
  }

  .feature-wrapper {
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .feature-wrapper.reverse {
    flex-flow: column-reverse;
  }

  .feature-column {
    width: 100%;
  }

  .feature-column.neg-margin {
    overflow: clip;
  }

  .richtext {
    max-width: none;
    padding-bottom: 20px;
  }

  .richtext h3 {
    font-size: 32px;
  }

  .richtext p {
    max-width: 320px;
  }

  .richtext.center {
    border-bottom: 1px solid #00000036;
    margin-bottom: 40px;
  }

  .richtext.center.no-line, .richtext.center.last {
    border-bottom-style: none;
  }

  .container.wide {
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-3 {
    font-size: 18px;
  }

  .hero-photo {
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
  }

  .img-topmenu {
    width: 350px;
  }

  .bottom-circle {
    width: 60vw;
    height: 60vw;
  }

  .bottom-circle.larger {
    width: 150vw;
    height: 150vw;
  }

  .footer-container {
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer-links-group {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 16px;
  }

  .footer-links-group.small {
    flex-flow: row;
  }

  .button.sticky {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 14px;
  }

  .sticky-header {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .bubble {
    width: 190px;
    height: 190px;
    padding: 16px;
    font-size: 20px;
    line-height: 24px;
    inset: 0% 0% auto auto;
    transform: translate(30%, -80%);
  }

  .text-block-2 {
    font-size: 20px;
    line-height: 24px;
  }

  .bubble-2 {
    background-color: #4585ffe6;
    border-radius: 0 16px 16px 0;
    width: 100%;
    max-width: 379px;
    margin-bottom: 80px;
    margin-left: 0;
    padding: 16px 24px;
  }

  .flex-hori {
    margin-top: 24px;
    padding-left: 16px;
  }

  .bubble-flex {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .bubble-container {
    border-bottom-left-radius: 0;
    position: relative;
    top: 0%;
    bottom: auto;
    right: 0;
    transform: translate(0%);
  }

  .topmenu-video {
    width: 220px;
    height: 322px;
  }

  .image_more {
    width: 220px;
  }

  .header-promotion-text {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    background-color: var(--navy-blue);
    height: auto;
  }

  .hero-50 {
    padding: 20px 24px 32px;
  }

  .hero-50.photo {
    height: 50%;
    bottom: -5%;
  }

  .scmp-logo {
    width: 220px;
    margin-left: -4px;
  }

  .hero-text-wrap {
    padding-top: 24px;
  }

  .text-light {
    font-size: 36px;
    line-height: 130%;
  }

  .text-light._2 {
    font-size: 36px;
  }

  .hero-heading {
    font-size: 36px;
    line-height: 120%;
  }

  .hero-desc {
    font-size: 16px;
  }

  .spacer {
    height: 24px;
  }

  .store-button-group {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-top: 8px;
  }

  .store-button-group.hide {
    display: none;
  }

  .hero-phones-wrap {
    width: 100%;
    bottom: -3%;
  }

  .store-logo {
    max-width: none;
  }

  .android {
    width: 180px;
  }

  .iphone {
    width: 180px;
    margin-left: -48px;
  }

  .section-feature {
    padding-left: 0;
    padding-right: 0;
  }

  .section-title {
    padding-left: 0;
    padding-right: 0;
    font-size: 32px;
  }

  .feature-wrapper {
    padding-top: 24px;
  }

  .feature-wrapper.focus {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .feature-wrapper.no-line {
    padding-top: 0;
  }

  .feature-column {
    padding-right: 0;
  }

  .richtext {
    padding-left: 24px;
    padding-right: 24px;
  }

  .richtext h3 {
    margin-top: 24px;
    font-size: 28px;
  }

  .richtext.center {
    padding-left: 0;
    padding-right: 0;
  }

  .container.wide {
    padding-left: 16px;
    padding-right: 16px;
  }

  .card {
    width: 280px;
  }

  .heading-3 {
    font-size: 18px;
  }

  .feature-flexi-video {
    width: 300px;
    height: 300px;
  }

  .hero-photo {
    background-position: 50%;
    display: block;
  }

  .section-download {
    padding-left: 16px;
    padding-right: 16px;
  }

  .bottom-devices-group {
    padding-left: 24px;
    padding-right: 24px;
  }

  .bottom-circle {
    width: 70vw;
    height: 70vw;
  }

  .bottom-circle.larger {
    width: 160vw;
    height: 16023vw;
  }

  .footer-container {
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer-links-group {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .footer-links-group.small {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .iphone-footer {
    margin-right: -96px;
  }

  .ipad-footer {
    margin-left: -8px;
  }

  .highlighter {
    font-size: 36px;
  }

  .button {
    margin-bottom: 8px;
  }

  .button.sticky {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    font-size: 12px;
  }

  .hide-in-mobile {
    display: none;
  }

  .bubble {
    z-index: 5;
    width: 160px;
    height: 160px;
    font-size: 18px;
    line-height: 22px;
    inset: auto 0% 0%;
    transform: translate(8%, -80%);
  }

  .bubble-2 {
    z-index: 5;
    box-shadow: none;
    width: 95%;
    margin-bottom: 64px;
    padding: 16px;
  }

  .flex-hori {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .flex-hori.bub {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .bubble-flex {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .bubble-flex.bub {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .bubble-container {
    z-index: 5;
  }

  .topmenu-video {
    width: 200px;
    height: 292px;
  }

  .image_more {
    width: 200px;
  }

  .bubble-icon {
    width: 48px;
  }
}


