body, input {
  font-family: -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 20px;
  -webkit-font-smoothing: antialiased; }

@media screen and (max-width: 1024px) {
  body, input {
    font-size: 14px; } }
h1, h2, .button {
  font-weight: 900; }

input {
  font-weight: 500; }

.caption {
  font-size: 0.75em;
  font-weight: 700; }

h1 {
  font-size: 3.5em;
  margin-bottom: 0.5em; }

h2 {
  font-size: 2.5em;
  width: 50%; }

body, #download, .box, .download-box, #link-mail-form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }

.box {
  width: 50vw;
  height: 100vh;
  min-height: 35em;
  max-height: 60em; }

#download {
  margin: 3em 0; }

.download-box {
  flex-direction: column;
  width: 33.3vw;
  padding: 1em; }

.button, [type="email"] {
  display: inline-block;
  padding: 1em 2.5em;
  border-radius: 3em;
  -webkit-appearance: none; }

.button {
  background-color: #FF004D;
  color: white;
  text-decoration: none;
  border: none;
  box-shadow: 0 0.25em 0.75em rgba(0, 0, 0, 0.1);
  transition: transform .3s ease-out, box-shadow .3s ease-out; }

.button:hover {
  transform: scale(1.05);
  box-shadow: 0 0.35em 0.85em rgba(0, 0, 0, 0.2); }

.download-box img {
  width: 14em; }

#wave-animation div, #values-animation div {
  width: 25em; }

video {
  width: 14em;
  border: 0.7em solid #082A9D;
  background-color: #082A9D;
  border-radius: 1.75em;
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.2); }

#old-os-warning {
  padding: 1em;
  text-align: center; }

#link-mail-form {
  flex-direction: column; }

input {
  outline: none;
  max-width: 90%; }

[type="email"] {
  border: 2px solid black;
  margin-bottom: 0.5em; }

#callback-text {
  margin: 0.5em;
  padding: 0.25em;
  text-align: center;
  color: white;
  border-radius: 0.25em; }

#welcome {
  background-color: #FFD14D; }

#wave-animation {
  background-color: #FF004D; }

#product-blurb {
  background-color: white; }

#product-video {
  background-color: #0E3FF2; }

#values-blurb {
  background-color: black;
  color: white; }

#values-animation {
  background-color: #FFD14D; }

@media screen and (max-width: 700px) {
  .box {
    width: 100%;
    max-height: 20em; }

  .download-box {
    height: auto;
    width: 100%; }

  #wave-animation {
    order: 1; }

  #welcome {
    order: 2; }

  #product-video {
    order: 3; }

  #product-blurb {
    order: 4; }

  #values-animation {
    order: 5; }

  #values-blurb {
    order: 6; }

  #download {
    order: 7; }

  footer {
    order: 8; } }
footer {
  width: 100%;
  z-index: 1;
  position: relative;
  background-color: white;
  padding: 2.9em;
  padding-left: calc(2.9em + env(safe-area-inset-left));
  padding-right: calc(2.9em + env(safe-area-inset-right));
  font-size: .7em;
  border-top: 1px solid black; }
  footer #footer-top-blocks {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  footer #footer-left-content {
    display: flex;
    flex-wrap: wrap; }
    footer #footer-left-content a, footer #footer-left-content svg {
      color: black;
      fill: black; }
  footer * {
    font-weight: 500;
    text-decoration: none; }
  footer h1 {
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 900;
    color: black;
    padding-bottom: .7em; }
  footer li {
    padding-bottom: .35em; }
    footer li svg {
      height: 1em;
      width: 1.3em;
      vertical-align: middle; }
  footer #copyright, footer #copyright a {
    color: black; }
  footer .footer-section {
    width: 11em;
    margin-right: 1.4em;
    margin-bottom: 1.6em; }
  footer .footer-section:not(:last-child) {
    border-right: 1px solid black; }
