@font-face {
  font-family: "hostgrotesk";
  src: url("../fonts/hostgrotesk.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "redhat";
  src: url("/inside/assets/redhat.2c94a284.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
:root {
  --color-white: #ffffff;
  --color-black: #000000;
  --color-blacknight: #121212;
  --color-red: #f70806;
  --color-platinum: #d9d9d9;
  --color-silver: #ababab;
}
html.theme--light {
  --color-white: #000000;
  --color-black: #ffffff;
  --color-blacknight: #e6e6e6;
  --color-red: #f70806;
  --color-platinum: #d9d9d9;
  --color-silver: #ababab;
}
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 10px;
  font-family: redhat, sans-serif;
  overflow: hidden;
  overscroll-behavior: none;
}
* {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
}
input,
input:before,
input:after {
  -webkit-user-select: initial;
  -moz-user-select: initial;
  user-select: initial;
  font-family: arial, sans-serif, monospace;
}
a {
  color: var(--color-black);
}
a:active, a:link, a:visited {
  text-decoration: none;
}
#app {
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
}
@media (orientation: portrait) {
  #app {
    position: fixed;
    width: 100%;
    height: 100%;
  }
}._loader_1heax_1 {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  background: radial-gradient(ellipse at center, #7bff7b 0%, #0fd302 100%);
}
._loader_1heax_1 ._fruits_1heax_13 {
  position: relative;
  width: 20rem;
  height: 7rem;
  overflow: hidden;
}
._loader_1heax_1 ._fruits_content_1heax_19 {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
  transition: top 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
._loader_1heax_1 ._fruits_content_1heax_19 ._avocado_1heax_32 {
  width: 3.5rem;
  aspect-ratio: 4.5/7;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
._loader_1heax_1 ._fruits_content_1heax_19 ._orange_1heax_37 {
  width: 4.5rem;
  aspect-ratio: 6/6;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
._loader_1heax_1 ._fruits_content_1heax_19 svg {
  height: 100%;
  fill: #ffffff;
}
._loader_1heax_1 ._text_1heax_46 {
  font-size: 2.5rem;
  font-variation-settings: "wght" 700;
  color: #ffffff;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
._loader_hidden_1heax_52 {
  opacity: 0;
  pointer-events: none;
  transition: 1s cubic-bezier(0, 0.55, 0.45, 1) 1s;
}
._loader_hidden_1heax_52 ._avocado_1heax_32 {
  transition: all 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0.2s !important;
}
._loader_hidden_1heax_52 ._orange_1heax_37 {
  transition: all 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0.4s !important;
}
._loader_hidden_1heax_52 ._text_1heax_46 {
  transition: all 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0.6s !important;
}
._loader_hidden_1heax_52 ._text_1heax_46,
._loader_hidden_1heax_52 ._avocado_1heax_32,
._loader_hidden_1heax_52 ._orange_1heax_37 {
  opacity: 0;
  transform: scale(0);
}._movingTexts_v01mr_1 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  perspective: 100rem;
}
._movingTexts_v01mr_1 ._text_v01mr_8 {
  color: #ffffff;
  font-size: 20rem;
  white-space: nowrap;
  line-height: 16rem;
  opacity: 0;
}
@media (orientation: portrait) {
  ._movingTexts_v01mr_1 ._text_v01mr_8 {
    font-size: 16rem;
    line-height: 13rem;
  }
}
._movingTexts_v01mr_1 ._text_content_v01mr_21 {
  font-variation-settings: "wght" 700;
}
._movingTexts_v01mr_1 ._text_content_v01mr_21 > * {
  display: inline-block;
}
._movingTexts_v01mr_1 ._text_v01mr_8:nth-of-type(even) {
  transform-origin: left center;
}
._movingTexts_v01mr_1 ._text_v01mr_8:nth-of-type(even) ._text_content_v01mr_21 {
  animation: _animText1_v01mr_1 50s linear infinite;
}
._movingTexts_v01mr_1 ._text_v01mr_8:nth-of-type(odd) {
  transform-origin: right center;
}
._movingTexts_v01mr_1 ._text_v01mr_8:nth-of-type(odd) ._text_content_v01mr_21 {
  animation: _animText2_v01mr_1 50s linear infinite;
}

@keyframes _animText1_v01mr_1 {
  0% {
    transform: none;
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
@keyframes _animText2_v01mr_1 {
  0% {
    transform: translate3d(calc(-100% + 100vw), 0, 0);
  }
  100% {
    transform: translate3d(calc(-50% + 100vw), 0, 0);
  }
}._ui_1m6s9_1 {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  transition: opacity 0.5s cubic-bezier(0, 0.55, 0.45, 1);
}
._ui_hidden_1m6s9_10 {
  pointer-events: none;
  opacity: 0;
}
._ui_1m6s9_1 ._controls_1m6s9_14 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
}
@media (orientation: portrait) {
  ._ui_1m6s9_1 ._controls_1m6s9_14 {
    left: 2rem;
    right: 2rem;
    bottom: 1rem;
  }
}
._ui_1m6s9_1 ._buttons_1m6s9_31 {
  display: flex;
  flex-flow: row nowrap;
  margin-top: 1rem;
}
@media (orientation: portrait) {
  ._ui_1m6s9_1 ._buttons_1m6s9_31 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
._ui_1m6s9_1 ._button_1m6s9_31 {
  width: 22rem;
  height: 5rem;
  border-radius: 1rem;
  background-color: #ffffff;
  cursor: pointer;
  pointer-events: all;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.8;
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
._ui_1m6s9_1 ._button_1m6s9_31:hover {
  opacity: 1;
}
._ui_1m6s9_1 ._button_1m6s9_31 ._text_1m6s9_60 {
  position: relative;
  top: 0.1rem;
  font-size: 2rem;
  font-variation-settings: "wght" 600;
  letter-spacing: 0.1rem;
  white-space: nowrap;
  text-transform: uppercase;
  margin-right: 1rem;
}
._ui_1m6s9_1 ._button_content_1m6s9_70 {
  height: 60%;
  aspect-ratio: 1/1;
}
._ui_1m6s9_1 ._button_content_1m6s9_70 svg {
  width: 100%;
  height: 100%;
}
._ui_1m6s9_1 ._slider_1m6s9_78 {
  position: relative;
  height: 3rem;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-top: 0.5rem;
}
@media (orientation: portrait) {
  ._ui_1m6s9_1 ._slider_1m6s9_78 {
    width: 100%;
  }
}
._ui_1m6s9_1 ._slider_1m6s9_78 ._icon_1m6s9_91 {
  position: absolute;
  left: 0;
  top: 0;
  width: 3rem;
  height: 3rem;
  transform: translate3d(-100%, 0, 0);
  opacity: 0.6;
  margin-right: 1rem;
}
@media (orientation: portrait) {
  ._ui_1m6s9_1 ._slider_1m6s9_78 ._icon_1m6s9_91 {
    position: relative;
    transform: none;
  }
}
._ui_1m6s9_1 ._slider_1m6s9_78 input[type=range] {
  width: 40rem;
  height: 0.7rem;
  pointer-events: all;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 5px;
  background: #ffffff;
  outline: none;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
}
@media (orientation: portrait) {
  ._ui_1m6s9_1 ._slider_1m6s9_78 input[type=range] {
    width: auto;
    flex: 1;
  }
}
._ui_1m6s9_1 ._slider_1m6s9_78 input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.3);
}
._ui_1m6s9_1 ._slider_1m6s9_78 input[type=range]::-moz-range-thumb {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.3);
}._app_xrndu_1 {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at center, #7bff7b 0%, #0fd302 100%);
}
._app_xrndu_1 ._back_avocado_xrndu_9 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at center, #ffa69e 0%, #f4743b 100%);
  transition: opacity 0.5s cubic-bezier(0, 0.55, 0.45, 1);
}
._app_xrndu_1 ._back_avocado_hidden_xrndu_18 {
  opacity: 0;
}
._app_xrndu_1 ._back_orange_xrndu_21 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at center, #a2c6df 0%, #4b9cff 100%);
  transition: opacity 0.5s cubic-bezier(0, 0.55, 0.45, 1);
}
._app_xrndu_1 ._back_orange_hidden_xrndu_30 {
  opacity: 0;
}
._app_xrndu_1 canvas {
  width: 100%;
  height: 100%;
}
._app_xrndu_1 ._content_xrndu_37 {
  position: relative;
  width: 100%;
  height: 100%;
}

._title_xrndu_43 {
  position: absolute;
  left: 0;
  width: 100%;
  top: 3rem;
  font-size: 6rem;
  color: #ffffff;
  text-align: center;
  font-weight: 200;
  opacity: 0.4;
}