@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Roboto:500,400,700&display=swap");



picture {
  display: contents;
}

.screen a {
  display: contents;
  text-decoration: none;
}

.hidden,
.hidden * {
  pointer-events: none;
  visibility: hidden;
}

.google-play-badge {
  display: block;
  height: 78px;
  width: auto;
}

.mac-download-badge {
  margin: 0px 10px;
  align-items: center;
  background-color: #ffffff;
  border-radius: 8px;
  box-sizing: border-box;
  color: #0b0f0e;
  display: inline-flex;
  font-family: "Roboto", system-ui, -apple-system, Segoe UI, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 78px;
  justify-content: center;
  letter-spacing: 0.2px;
  padding: 0 18px;
  line-height: 1;
  max-height: 60px;
  text-transform: none;
  white-space: nowrap;
  border: 1px solid #e0e0e0;
}

.mac-download-icon {
  display: block;
  height: 20px;
  width: auto;
}

#hero-get-started .menu-item-1,
#hero-download-mac .menu-item-1 {
  background-color: transparent;
  padding: 8px;
  border-radius: 0;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

body {
  overflow-x: hidden;
  overflow-y: visible;
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
}

.frame-9 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 8px;
  position: relative;
  width: 100%;
}

.frame-18 {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 32px;
  position: relative;
}
