/* ======================================================================
Copyright 2021 Google LLC
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License. 
========================================================================*/
/**
* @autor Rikard Lindstrom <rlindstrom@google.com>
*/
/* ======================================================================
Copyright 2021 Google LLC
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License. 
========================================================================*/
/**
* @autor Rikard Lindstrom <rlindstrom@google.com>
*/
/* @font-face */
@font-face {
  font-family: "Syne";
  src: url("../fonts/Syne/Syne-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Google Sans Mono";
  src: url("../fonts/GoogleSansMono/GoogleSansMono-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Google Sans Mono";
  src: url("../fonts/GoogleSansMono/GoogleSansMono-Bold.ttf") format("truetype");
  font-weight: bold;
}
@font-face {
  font-family: "Roboto Mono";
  src: url("../fonts/RobotoMono/RobotoMono-Regular.ttf") format("truetype");
}
/* ======================================================================
Copyright 2021 Google LLC
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License. 
========================================================================*/
/**
* @autor Rikard Lindstrom <rlindstrom@google.com>
*/
body,
html {
  background: #9AA0A6;
  font-size: 16px;
  color: #000;
  padding: 0;
  margin: 0;
}

h1 {
  font-family: Syne;
  font-style: normal;
  font-weight: normal;
  font-size: 84px;
  line-height: 0.95;
  margin: 0;
}

h2 {
  margin: 2.3rem 0;
}

h2,
h3,
h4,
p,
a,
button {
  font-family: "Google Sans Mono", "Roboto Mono", monospace;
  font-weight: normal;
}

h2 {
  font-size: 30px;
  line-height: 38px;
}

h3 {
  font-weight: bold;
}

h3,
p,
button {
  line-height: 30px;
  font-size: 16px;
  margin: 0;
}

p {
  margin-bottom: 1rem;
}

a,
a:visited,
a:active {
  text-decoration: underline;
  color: #000;
}

a:active,
button:active {
  opacity: 0.8;
}

.panel {
  margin: 0 auto;
  display: flex;
  min-height: 100vh;
  align-items: center;
}
.panel > .container {
  padding: 2em;
}

@media (min-width: 1200px) {
  .panel {
    padding: 0;
    justify-content: center;
  }
  .panel > .container {
    max-width: 1088px;
    padding: 0;
  }
}
button {
  border: none;
  margin: 0;
  background: none;
  border: 2px solid #000;
  width: 283px;
  height: 60px;
  text-align: center;
  border-radius: 5px;
}
button:hover {
  background: #000;
  color: #9AA0A6;
}
button:focus {
  outline: 0;
}

select:focus {
  outline: 0;
}

.row.svelte-eq1qbj.svelte-eq1qbj {
  margin-bottom: 2.2rem;
}

.nav.svelte-eq1qbj.svelte-eq1qbj {
  position: fixed;
  bottom: 9px;
  left: 0;
}

.nav.svelte-eq1qbj a.svelte-eq1qbj {
  margin: 0;
  display: inline-block;
  transform: rotate(90deg);
  transform-origin: left bottom;
  margin-bottom: 6px;
}

@media screen and (min-width: 905px) {
  .nav.svelte-eq1qbj.svelte-eq1qbj {
    bottom: 9px;
    left: 42px;
  }
  .nav.svelte-eq1qbj a.svelte-eq1qbj {
    transform: none;
    margin-bottom: 0;
  }
}
.panel.svelte-rsoqwh.svelte-rsoqwh {
  background: #bdc1c6;
  height: 100vh;
  min-height: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sound-pad-container.svelte-rsoqwh.svelte-rsoqwh {
  margin-top: 4em;
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.sound-pad-container.svelte-rsoqwh .pad.svelte-rsoqwh {
  width: 200px;
  height: 200px;
  padding: 20px 0;
}

@media screen and (min-width: 905px) {
  .sound-pad-container.svelte-rsoqwh .pad.svelte-rsoqwh {
    width: 300px;
    height: 300px;
    padding: 0;
    position: absolute;
    left: 50%;
    top: 50%;
  }
  .sound-pad-container.svelte-rsoqwh .pad.svelte-rsoqwh:first-child {
    transform: translate(-131%, -52%);
  }
  .sound-pad-container.svelte-rsoqwh .pad.svelte-rsoqwh:nth-child(3) {
    transform: translate(-9%, -122%);
  }
  .sound-pad-container.svelte-rsoqwh .pad.svelte-rsoqwh:nth-child(2) {
    transform: translate(-9%, 17%);
  }
}
.panel.svelte-r8baf1.svelte-r8baf1 {
  min-height: 100vh;
  align-items: flex-start;
}

.panel.onboarding-step-1.svelte-r8baf1.svelte-r8baf1 {
  min-height: 180vh;
}

@media screen and (min-width: 905px) {
  .container.svelte-r8baf1.svelte-r8baf1 {
    display: flex;
    flex-direction: row;
  }
  header.svelte-r8baf1.svelte-r8baf1 {
    min-width: 448px;
    margin-right: 100px;
    padding-top: 17vh;
  }
  header.svelte-r8baf1 .sticky.svelte-r8baf1 {
    position: sticky;
    top: 17vh;
  }
  .sticky.svelte-r8baf1.svelte-r8baf1 {
    max-width: 448px;
  }
}
.scroll-container.svelte-r8baf1.svelte-r8baf1 {
  min-height: 100vh;
}

.scroll-container.svelte-r8baf1 section.svelte-r8baf1 {
  padding-bottom: 3vh;
  min-height: 80vh;
  padding-top: 17vh;
}

.scroll-container.svelte-r8baf1 section.svelte-r8baf1:first-child {
  padding-top: 17vh;
  padding-bottom: 3vh;
  min-height: 63vh;
}

section.svelte-r8baf1.svelte-r8baf1 {
  max-width: 528px;
}

p.svelte-r8baf1.svelte-r8baf1 {
  margin: 0;
}

.row.svelte-r8baf1.svelte-r8baf1 {
  margin-bottom: 2rem;
}

.row.svelte-r8baf1.svelte-r8baf1:last-child {
  margin-bottom: 0;
}

.instruction-image.svelte-r8baf1.svelte-r8baf1 {
  border: 2px solid #000;
  width: 100%;
}

.soundpad.svelte-w3k090 {
  display: inline-block;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #000;
  background-color: rgba(154, 160, 166, 0);
  position: relative;
}

.tiny-img.svelte-w3k090 {
  border: 2px solid #000;
  background-size: cover;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  transform: translate(50%, -50%);
  right: 0;
}

.soundpad.trigger {
  animation: svelte-w3k090-shake 0.2s;
}

@keyframes svelte-w3k090-shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
    background-color: #9aa0a6;
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
    background-color: rgba(154, 160, 166, 0);
  }
}
.not-supported-container.svelte-17u8e45 {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #9AA0A6;
}

.not-supported-container h2 {
  font-family: "Google Sans Mono", "Roboto Mono", monospace;
  font-size: 16px;
  line-height: 30px;
  max-width: 454px;
  text-align: center;
}

.progress.svelte-1it0zn2 {
  position: relative;
  height: 30px;
  overflow: hidden;
  display: inline-block;
}

.container.svelte-1it0zn2 {
  display: flex;
  flex-direction: row;
}

svg.svelte-1it0zn2 {
  margin: 5px 10px;
}

.label.svelte-1it0zn2 {
  margin: 0;
  padding: 0;
  font-style: italic;
}

.custom-select.svelte-1ytqn7h {
  position: relative;
}

.custom-select.svelte-1ytqn7h:after {
  position: absolute;
  content: "";
  top: 19px;
  right: 14px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-color: #000 transparent transparent transparent;
}

select.svelte-1ytqn7h {
  appearance: none;
  background: none;
  border-radius: 5px;
  border: 2px solid #000;
  min-width: 136px;
  font-size: inherit;
  font-family: "Google Sans Mono";
  padding: 0.6rem 0.6rem;
}