/* https://onlinefontconverter.com/ */
@font-face {
  font-family: 'Gravity';
  src: url(/font/Gravity-UltraLight.woff2) format('woff2'),
       url(/font/Gravity-UltraLight.woff) format('woff'),
       url(/font/Gravity-UltraLight.ttf) format('truetype'),
       url(/font/Gravity-UltraLight.otf) format('opentype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Gravity';
  src: url(/font/Gravity-Light.woff2) format('woff2'),
       url(/font/Gravity-Light.woff) format('woff'),
       url(/font/Gravity-Light.ttf) format('truetype'),
       url(/font/Gravity-Light.otf) format('opentype');
  font-weight: 200;
  font-style: normal;
}


@font-face {
  font-family: 'Gravity';
  src: url(/font/Gravity-Book.woff2) format('woff2'),
       url(/font/Gravity-Book.woff) format('woff'),
       url(/font/Gravity-Book.ttf) format('truetype'),
       url(/font/Gravity-Book.otf) format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Gravity';
  src: url(/font/Gravity-Regular.woff2) format('woff2'),
       url(/font/Gravity-Regular.woff) format('woff'),
       url(/font/Gravity-Regular.ttf) format('truetype'),
       url(/font/Gravity-Regular.otf) format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Gravity';
  src: url(/font/Gravity-Bold.woff2) format('woff2'),
       url(/font/Gravity-Bold.woff) format('woff'),
       url(/font/Gravity-Bold.ttf) format('truetype'),
       url(/font/Gravity-Bold.otf) format('opentype');
  font-weight: 500;
  font-style: normal;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

body {
  background-color: #e6e6e6;
  min-height: 100vh;
  margin: 0;
  font-family: "Gravity";
  color: black;
  font-size: 1em;
  font-weight: 300;
  overflow-x: hidden; }

body::before {
  content: "";
  width: 100%;
  height: calc(env(safe-area-inset-top) * 1);
  top: 0;
  background-color: #000b16;
  position: fixed;
  opacity: 0.5;
  z-index: 200; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1em #f8f8f8 inset, 0 0 0.7em 0.3em #f8f8f8;
  -webkit-text-fill-color: black; }

input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1em white inset, 0 0 0.7em 0.3em white;
  -webkit-text-fill-color: black; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

div {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

::-webkit-scrollbar {
  display: none; }

.app-root2,
.app-root,
#main {
  height: 100vh; }
  @media all and (max-width: 50em), all and (max-height: 30em) {
    .app-root2,
    .app-root,
    #main {
      height: auto; } }

a:active,
a:visited,
.fakeLink,
a {
  color: #00c9e0;
  text-decoration: none;
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto; }

.fakeLink {
  cursor: pointer; }

a:active {
  color: #00ddd4; }

a:visited {
  color: #00eaa4; }

.hide-cursor {
  cursor: none !important; }
  .hide-cursor .drop-box {
    cursor: none !important;
    pointer-events: none !important; }

.dark.hide-cursor {
  cursor: none !important; }
  .dark.hide-cursor .drop-box {
    cursor: none !important;
    pointer-events: none !important; }

.fontstyle-headline, .fontstyle-navigation-Headline, .fontstyle-view-title, .fontstyle-lake-groupTitle, .fontstyle-datepicker-headline, .fontstyle-interuptor-headline, .guidedContent-markdown h1, .guidedContent-markdown h2, .guidedContent-carousel h1 {
  color: black;
  text-transform: uppercase;
  font-weight: 100; }

.fontstyle-copy, .fontstyle-keyvisual-headline, .fontstyle-drop-title, .control-buttonSimple, .guidedContent-buttonHide, .fontstyle-drop-detailField, .guidedContent-markdown {
  color: black;
  font-weight: 200;
  font-size: 1em; }

.fontstyle-navigation-Headline {
  font-size: 2em; }

.fontstyle-view-title {
  font-size: calc(5.2vw + 1rem); }
  @media all and (max-width: 50em), all and (max-height: 30em) {
    .fontstyle-view-title {
      font-size: 2.5em; } }

.fontstyle-keyvisual-headline {
  font-weight: 100;
  font-size: 4em; }
  @media all and (max-width: 50em), all and (max-height: 30em) {
    .fontstyle-keyvisual-headline {
      text-align: center;
      font-size: 2.5em; } }

.fontstyle-lake-groupTitle {
  font-size: calc(0.7vw + 2rem);
  letter-spacing: 0.02em; }
  @media all and (max-width: 50em), all and (max-height: 30em) {
    .fontstyle-lake-groupTitle {
      font-size: 1.5em;
      font-weight: 300; } }

.fontstyle-drop-detailField {
  font-size: .7em; }
  @media all and (max-width: 50em), all and (max-height: 30em) {
    .fontstyle-drop-detailField {
      font-size: 1em; } }

.fontstyle-datepicker-headline {
  color: black;
  font-size: 1.6em;
  letter-spacing: .1em; }

.fontstyle-interuptor-headline, .guidedContent-markdown h1, .guidedContent-markdown h2, .guidedContent-carousel h1 {
  font-size: 3em;
  text-align: center;
  text-transform: none;
  margin-bottom: 0; }
  @media all and (max-width: 50em), all and (max-height: 30em) {
    .fontstyle-interuptor-headline, .guidedContent-markdown h1, .guidedContent-markdown h2, .guidedContent-carousel h1 {
      font-size: 2.5em; } }

body {
  background-color: #06425d;
  background: radial-gradient(#f9f9f9, #e6e6e6);
  overflow-x: hidden;
  overflow-y: auto; }

div {
  position: relative; }

.index p {
  font-weight: 300;
  margin: 0 1vh;
  color: inherit;
  font-size: 1.2em;
  text-align: center;
  max-width: 100%;
  line-height: 150%; }
  @media all and (min-width: 50.001em) and (min-height: 30em) {
    .index p {
      font-weight: 200; } }
  @media all and (max-width: 50em), all and (max-height: 30em) {
    .index p {
      padding: 0 4vw;
      z-index: 3; } }

.index h1 {
  width: 100%;
  position: absolute;
  text-align: center;
  color: white;
  font-size: 5.5vw;
  font-weight: 100;
  z-index: 4;
  margin: 1vh 0 2vh;
  padding: 0 2vw;
  top: 5rem; }
  @media all and (max-width: 50em), all and (max-height: 30em) {
    .index h1 {
      font-size: 11vw;
      margin: 1vh 0 2vh;
      top: 11rem; } }

.index h2 {
  text-align: center;
  color: white;
  font-size: 2em;
  font-weight: 100;
  z-index: 4;
  line-height: 100%;
  padding: 0 2vmin; }
  @media all and (min-width: 50.001em) and (min-height: 30em) {
    .index h2 {
      font-size: 5vh;
      margin: 0 0 1vh;
      width: 100%; } }
  @media all and (max-width: 50em), all and (max-height: 30em) {
    .index h2 {
      margin: 0 0 1vh; } }

.index .header {
  z-index: 10;
  position: fixed;
  top: 0;
  height: 5em;
  right: 3em;
  padding: 0 0.5em;
  color: grey;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 1.2em; }
  @media all and (max-width: 50em), all and (max-height: 30em) {
    .index .header {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      right: 0;
      position: absolute;
      width: 100vw;
      height: 3em;
      text-align: right;
      top: 56.25vw;
      top: 58vw; } }
  .index .header .head_button {
    color: white;
    padding: 0.8em 2em;
    border-radius: 2em;
    margin: 0 0.5em;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-weight: 400;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    cursor: pointer;
    -webkit-animation: get_started 5s infinite;
            animation: get_started 5s infinite; }
    @media all and (max-width: 50em), all and (max-height: 30em) {
      .index .header .head_button {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        margin: 0;
        text-align: center;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
  .index .header .contact {
    margin: 0 .5em; }
    @media all and (max-width: 50em), all and (max-height: 30em) {
      .index .header .contact {
        padding: 0;
        right: 0;
        margin: 0 .5em;
        max-width: 20vw; } }
  @media all and (max-width: 50em), all and (max-height: 30em) {
    .index .header .drift {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }
  @media all and (max-width: 50em), all and (max-height: 30em) {
    .index .header .login {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      text-align: right; } }
  .index .header .start_demo {
    text-transform: uppercase;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00ddd4), to(#00c9e0));
    background-image: linear-gradient(#00ddd4, #00c9e0); }
  .index .header .meet_GTD {
    text-transform: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9c77), to(#ffc600));
    background-image: linear-gradient(#ff9c77, #ffc600); }
  .index .header a {
    margin: 0;
    padding: 0;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none; }

.index .logo {
  position: absolute;
  z-index: 2;
  height: 5vh;
  margin-left: 50%;
  margin-top: 1.5em;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
  @media all and (max-width: 50em), all and (max-height: 30em) {
    .index .logo {
      top: 100vh;
      left: 0; } }

.index .kv_container {
  position: relative;
  color: white;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden; }
  .index .kv_container video {
    position: relative;
    width: 100rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    min-width: 100vw;
    z-index: 1; }

.index .kv-container-fade {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#06425d), color-stop(5%, rgba(6, 66, 93, 0)), color-stop(60%, rgba(6, 66, 93, 0)), to(#06425d));
  background: linear-gradient(#06425d, rgba(6, 66, 93, 0) 5%, rgba(6, 66, 93, 0) 60%, #06425d); }

.index .kv,
.index .kvb {
  width: 100rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 100vw; }

.index .level-container {
  position: absolute;
  width: 100%;
  top: 26.6%;
  height: 43%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.index .level {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .index .level:hover .mr {
    visibility: visible;
    visibility: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  .index .level:hover .in .v-title {
    color: #28addb; }
  .index .level:hover .in .hline, .index .level:hover .in h3::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(40, 173, 219, 0)), color-stop(#28addb), to(rgba(40, 173, 219, 0)));
    background: linear-gradient(90deg, rgba(40, 173, 219, 0), #28addb, rgba(40, 173, 219, 0)); }
  .index .level:hover .out .v-title {
    color: #44d5e4; }
  .index .level:hover .out .hline, .index .level:hover .out h3::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(68, 213, 228, 0)), color-stop(#44d5e4), to(rgba(68, 213, 228, 0)));
    background: linear-gradient(90deg, rgba(68, 213, 228, 0), #44d5e4, rgba(68, 213, 228, 0)); }
  .index .level:hover .next .v-title {
    color: #00cdfc; }
  .index .level:hover .next .hline, .index .level:hover .next h3::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 205, 252, 0)), color-stop(#00cdfc), to(rgba(0, 205, 252, 0)));
    background: linear-gradient(90deg, rgba(0, 205, 252, 0), #00cdfc, rgba(0, 205, 252, 0)); }
  .index .level:hover .delete .v-title {
    color: #ff8ea9; }
  .index .level:hover .delete .hline, .index .level:hover .delete h3::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 142, 169, 0)), color-stop(#ff8ea9), to(rgba(255, 142, 169, 0)));
    background: linear-gradient(90deg, rgba(255, 142, 169, 0), #ff8ea9, rgba(255, 142, 169, 0)); }
  .index .level:hover .idea .v-title {
    color: #a3e700; }
  .index .level:hover .idea .hline, .index .level:hover .idea h3::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(163, 231, 0, 0)), color-stop(#a3e700), to(rgba(163, 231, 0, 0)));
    background: linear-gradient(90deg, rgba(163, 231, 0, 0), #a3e700, rgba(163, 231, 0, 0)); }
  .index .level:hover .active .v-title {
    color: #6dea54; }
  .index .level:hover .active .hline, .index .level:hover .active h3::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(109, 234, 84, 0)), color-stop(#6dea54), to(rgba(109, 234, 84, 0)));
    background: linear-gradient(90deg, rgba(109, 234, 84, 0), #6dea54, rgba(109, 234, 84, 0)); }
  .index .level:hover .archive .v-title {
    color: #7fd098; }
  .index .level:hover .archive .hline, .index .level:hover .archive h3::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(127, 208, 152, 0)), color-stop(#7fd098), to(rgba(127, 208, 152, 0)));
    background: linear-gradient(90deg, rgba(127, 208, 152, 0), #7fd098, rgba(127, 208, 152, 0)); }
  .index .level:hover .done .v-title {
    color: #00eaa4; }
  .index .level:hover .done .hline, .index .level:hover .done h3::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 234, 164, 0)), color-stop(#00eaa4), to(rgba(0, 234, 164, 0)));
    background: linear-gradient(90deg, rgba(0, 234, 164, 0), #00eaa4, rgba(0, 234, 164, 0)); }
  .index .level:hover .review .v-title {
    color: #ff9c77; }
  .index .level:hover .review .hline, .index .level:hover .review h3::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 156, 119, 0)), color-stop(#ff9c77), to(rgba(255, 156, 119, 0)));
    background: linear-gradient(90deg, rgba(255, 156, 119, 0), #ff9c77, rgba(255, 156, 119, 0)); }
  .index .level:hover .set .v-title {
    color: dimgray; }
  .index .level:hover .set .hline, .index .level:hover .set h3::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(105, 105, 105, 0)), color-stop(dimgray), to(rgba(105, 105, 105, 0)));
    background: linear-gradient(90deg, rgba(105, 105, 105, 0), dimgray, rgba(105, 105, 105, 0)); }
  .index .level:hover .track .v-title {
    color: #ffc600; }
  .index .level:hover .track .hline, .index .level:hover .track h3::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 198, 0, 0)), color-stop(#ffc600), to(rgba(255, 198, 0, 0)));
    background: linear-gradient(90deg, rgba(255, 198, 0, 0), #ffc600, rgba(255, 198, 0, 0)); }
  .index .level:hover .vision .v-title {
    color: #9d4dff; }
  .index .level:hover .vision .hline, .index .level:hover .vision h3::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(157, 77, 255, 0)), color-stop(#9d4dff), to(rgba(157, 77, 255, 0)));
    background: linear-gradient(90deg, rgba(157, 77, 255, 0), #9d4dff, rgba(157, 77, 255, 0)); }
  .index .level:hover .hline, .index .level:hover h3::after {
    width: 90%; }

.index .hline, .index h3::after {
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, white, rgba(255, 255, 255, 0)); }
  @media all and (max-width: 50em), all and (max-height: 30em) {
    .index .hline, .index h3::after {
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(white), to(rgba(255, 255, 255, 0)));
      background: linear-gradient(90deg, rgba(255, 255, 255, 0), white, rgba(255, 255, 255, 0)); } }

.index .hline-right, .index h3.right::after {
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), white); }
  @media all and (max-width: 50em), all and (max-height: 30em) {
    .index .hline-right, .index h3.right::after {
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(white), to(rgba(255, 255, 255, 0)));
      background: linear-gradient(90deg, rgba(255, 255, 255, 0), white, rgba(255, 255, 255, 0)); } }

.index .visualize-level {
  z-index: 9; }

.index .think-level {
  z-index: 8; }

.index .organize-level {
  z-index: 7; }

.index .now-level {
  z-index: 6; }

.index .v-container {
  position: relative;
  width: 12%;
  min-width: 7em;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .index .v-container .hline, .index .v-container h3::after {
    width: 50%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(white), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), white, rgba(255, 255, 255, 0));
    z-index: 5; }
  .index .v-container .v-copy {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0, 0.5, 0.08, 0.99);
    transition: -webkit-transform 0.5s cubic-bezier(0, 0.5, 0.08, 0.99);
    transition: transform 0.5s cubic-bezier(0, 0.5, 0.08, 0.99);
    transition: transform 0.5s cubic-bezier(0, 0.5, 0.08, 0.99), -webkit-transform 0.5s cubic-bezier(0, 0.5, 0.08, 0.99); }
  .index .v-container:hover {
    z-index: 10; }
    .index .v-container:hover .v-copy {
      visibility: visible;
      -webkit-transform: scale(1);
              transform: scale(1); }

.index .m-container {
  font-size: 2em;
  font-weight: 100;
  width: 15%;
  min-width: 7em;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 1em;
  white-space: nowrap; }
  @media all and (max-width: 50em), all and (max-height: 30em) {
    .index .m-container {
      text-align: center; } }

.index .mr {
  text-align: right;
  visibility: hidden;
  -webkit-transform: translateX(-2em);
          transform: translateX(-2em);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0.5, 0.08, 0.99);
  transition: -webkit-transform 1s cubic-bezier(0, 0.5, 0.08, 0.99);
  transition: transform 1s cubic-bezier(0, 0.5, 0.08, 0.99);
  transition: transform 1s cubic-bezier(0, 0.5, 0.08, 0.99), -webkit-transform 1s cubic-bezier(0, 0.5, 0.08, 0.99); }
  .index .mr .hline, .index .mr h3::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(70%, white));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), white 70%); }

.index .ml .hline, .index .ml h3::after {
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, white 30%, rgba(255, 255, 255, 0)); }
  @media all and (max-width: 50em), all and (max-height: 30em) {
    .index .ml .hline, .index .ml h3::after {
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(white), to(rgba(255, 255, 255, 0)));
      background: linear-gradient(90deg, rgba(255, 255, 255, 0), white, rgba(255, 255, 255, 0)); } }

.index .v-title {
  font-size: 0.75rem;
  font-weight: 400;
  width: 95%;
  margin-top: 1.2rem;
  text-align: center;
  z-index: 5; }

.index .v-copy {
  color: black;
  position: absolute;
  top: -0.2rem;
  left: -1.5rem;
  right: -1.5rem;
  background: rgba(255, 255, 255, 0.8);
  padding: 3.2rem 2rem 2rem 2rem;
  border-radius: 1em;
  visibility: hidden;
  font-size: 0.8rem; }

.index h3 {
  color: white;
  font-size: 5vw;
  font-weight: 100;
  position: absolute;
  left: 0;
  top: -2em;
  -webkit-transform-origin: center top;
          transform-origin: center top;
  margin: 0 3vw;
  width: calc(100% - 6vw); }
  @media all and (max-width: 50em), all and (max-height: 30em) {
    .index h3 {
      text-align: center;
      font-size: calc(1.5em + 4vw); } }

.index h3.right {
  text-align: right; }
  @media all and (max-width: 50em), all and (max-height: 30em) {
    .index h3.right {
      text-align: center; } }

.index h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%; }

.index .features-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3em; }

.index .features-container {
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 2em;
          column-gap: 2em; }
  @media all and (max-width: 50em), all and (max-height: 30em) {
    .index .features-container {
      -webkit-column-count: 1;
              column-count: 1; } }

.index .f-1 .f-icon {
  background-color: #28addb; }

.index .f-2 .f-icon {
  background-color: #00cdfc; }

.index .f-3 .f-icon {
  background-color: #44d5e4; }

.index .f-4 .f-icon {
  background-color: #ff8ea9; }

.index .f-5 .f-icon {
  background-color: #a3e700; }

.index .f-6 .f-icon {
  background-color: #6dea54; }

.index .f-7 .f-icon {
  background-color: #7fd098; }

.index .f-8 .f-icon {
  background-color: #00eaa4; }

.index .f-9 .f-icon {
  background-color: #ff5f4e; }

.index .f-10 .f-icon {
  background-color: #ffc600; }

.index .f-11 .f-icon {
  background-color: #ff9c77; }

.index .f-12 .f-icon {
  background-color: #9d4dff; }

.index .f-13 .f-icon {
  background-color: dimgray; }

.index .f-icon {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 80%; }

.index .f-1 .f-icon {
  background-image: url("/img/index/nesting.svg");
  background-size: 60%; }

.index .f-2 .f-icon {
  background-image: url("/img/index/neststep.svg"); }

.index .f-3 .f-icon {
  background-image: url("/img/index/lock.svg");
  background-size: 70%; }

.index .f-4 .f-icon {
  background-image: url("/img/index/plane.svg");
  background-size: 70%; }

.index .f-5 .f-icon {
  background-image: url("/img/index/pwa.svg");
  background-size: 80%; }

.index .f-7 .f-icon {
  background-image: url("/img/index/synch.svg");
  background-size: 80%; }

.index .f-8 .f-icon {
  background-image: url("/img/index/gtd.svg");
  background-size: 80%; }

.index .f-9 .f-icon {
  background-image: url("/img/index/moon.svg");
  background-size: 80%; }

.index .f-10 .f-icon {
  background-image: url("/img/index/topdown.svg");
  background-size: 80%; }

.index .f-11 .f-icon {
  background-image: url("/img/index/keyboard.svg");
  background-size: 80%; }

.index .f-12 .f-icon {
  background-image: url("/img/emoji/nerd.svg");
  background-size: 120%; }

.index .f-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  margin: 0 0 2em 0;
  padding: 0 1em; }

.index .f-icon {
  width: 3em;
  height: 3em;
  border-radius: 2em; }

.index .f-copy {
  margin: 0 2em; }

.index .pricing-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20vh;
  padding-bottom: 10vh; }

.index .model_container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .index .model_container * {
    width: auto;
    max-width: none; }

.index .devices-container {
  z-index: 3;
  margin-top: -20rem; }
  @media all and (min-width: 50.001em) and (min-height: 30em) {
    .index .devices-container {
      height: 45vw; } }
  @media all and (max-width: 50em), all and (max-height: 30em) {
    .index .devices-container {
      margin-bottom: 10em; } }

@media all and (min-width: 50.001em) and (min-height: 30em) {
  .index .devices_mobile {
    position: absolute;
    max-width: 45%;
    margin-bottom: 20rem;
    left: 5rem;
    z-index: 20; } }

@media all and (max-width: 50em), all and (max-height: 30em) {
  .index .devices_mobile {
    position: relative;
    max-width: calc(100% - 10vw);
    margin: 5vw; } }

@media all and (min-width: 50.001em) and (min-height: 30em) {
  .index .devices_desktop {
    position: absolute;
    max-width: 50%;
    right: 5em;
    top: -15vh;
    z-index: 1; } }

@media all and (max-width: 50em), all and (max-height: 30em) {
  .index .devices_desktop {
    position: relative;
    max-width: calc(100% - 10vw);
    margin: 5vw; } }

.index .ticket_pr {
  overflow: hidden;
  color: black;
  background: #f8f8f8;
  width: calc(10em + 30vw);
  max-width: 80vw;
  margin: 1em 1em 2em;
  padding-left: 3vw;
  padding-right: 3vw;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: -50px center;
  display: block; }
  .index .ticket_pr h1 {
    font-size: 3rem;
    font-weight: 100;
    margin: 1rem 0 0;
    position: relative;
    top: 0;
    z-index: 2; }
  .index .ticket_pr h2 {
    font-weight: 400;
    font-size: 1em;
    margin: 0 0 1rem;
    z-index: 2; }
  .index .ticket_pr p {
    font-size: 1em;
    text-align: center;
    margin-bottom: 1em;
    z-index: 200; }

.index .ticket_icon {
  z-index: 1;
  position: absolute;
  top: -50%;
  left: -10%;
  width: 100%;
  height: 200%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  opacity: 0.5; }

.index .ticket_bg {
  background-size: calc(5em + 10vw);
  background-repeat: no-repeat;
  background-blend-mode: overlay; }

.index #ticket {
  background-color: #28addb;
  background-image: url("/img/index/ticket.svg"); }

.index #subscribtion {
  background-color: #00eaa4;
  background-image: url("/img/index/sunglasses.svg"); }

.index #contribution {
  background-color: #00cdfc;
  background-image: url("/img/index/gamepad.svg"); }

.index #trial {
  background: -webkit-gradient(linear, left top, left bottom, from(#00ddd4), to(#00c9e0));
  background: linear-gradient(#00ddd4, #00c9e0); }

.index .payment_icon {
  -webkit-box-shadow: 0.1em 0.4em 1em rgba(0, 0, 0, 0.1), 0em 3em 4em -2em rgba(0, 0, 0, 0.15);
          box-shadow: 0.1em 0.4em 1em rgba(0, 0, 0, 0.1), 0em 3em 4em -2em rgba(0, 0, 0, 0.15);
  margin: 0.3em;
  width: 7.8em;
  height: 4em;
  padding: 0.3em;
  background: #f8f8f8;
  background-blend-mode: darken;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 90%; }

.index #get_started {
  -webkit-animation: get_started 10s infinite;
          animation: get_started 10s infinite; }
  @media all and (max-width: 50em), all and (max-height: 30em) {
    .index #get_started {
      position: relative; } }

.index #meet_GTD {
  -webkit-animation: get_started 10s infinite;
          animation: get_started 10s infinite; }
  @media all and (max-width: 50em), all and (max-height: 30em) {
    .index #meet_GTD {
      position: relative; } }

.index #get_started_ao {
  -webkit-animation: get_started 10s infinite;
          animation: get_started 10s infinite; }

@media all and (max-width: 50em), all and (max-height: 30em) {
  .index .big_button {
    position: absolute;
    top: 50%; } }

.index .get_started {
  margin: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00ddd4), to(#00c9e0));
  background-image: linear-gradient(#00ddd4, #00c9e0);
  padding: 1em 2em;
  border-radius: 2em;
  text-transform: uppercase;
  font-weight: 400;
  color: white;
  -webkit-box-shadow: 0 0.5em 0.5em 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.5em 0.5em 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(0.9);
          transform: scale(0.9); }
  @media all and (max-width: 50em), all and (max-height: 30em) {
    .index .get_started {
      padding: 0.6em 2em; } }

.index .get_started:hover {
  -webkit-box-shadow: 0 1em 0.7em 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1em 0.7em 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-0.2em) scale(1);
          transform: translateY(-0.2em) scale(1); }

@-webkit-keyframes get_started {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9); }
  90% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9); }
  95% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9); } }

@keyframes get_started {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9); }
  90% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9); }
  95% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9); } }

.index .footer {
  height: auto;
  padding: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: white; }
  .index .footer img {
    max-width: 7em;
    max-height: 4em;
    margin: 1em; }
  .index .footer .sponsor {
    margin-top: 2vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .index .footer .sponsor p {
      font-size: 0.7em;
      width: 20%; }
      @media all and (max-width: 50em), all and (max-height: 30em) {
        .index .footer .sponsor p {
          width: 100%; } }

.index .footer p {
  color: dimgray;
  margin: 1em;
  font-weight: 400;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: auto; }

@media all and (max-width: 50em), all and (max-height: 30em) {
  .index .dv {
    display: none; } }

@media all and (min-width: 50.001em) and (min-height: 30em) {
  .index .mv {
    display: none; } }

.index .gradient-wrapper {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(6, 20, 41, 0)), to(#061429));
  background-image: linear-gradient(rgba(6, 20, 41, 0), #061429); }

@media all and (min-width: 50.001em) and (min-height: 30em) {
  #intro-video-desktop {
    display: block !important; } }

@media all and (max-width: 50em), all and (max-height: 30em) {
  #intro-video-mobile {
    display: block !important;
    visibility: hidden; } }

.landingpage-youtube-video-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 15rem;
  width: 100%; }
  @media all and (max-width: 50em), all and (max-height: 30em) {
    .landingpage-youtube-video-container {
      top: 20rem; } }

.landingpage-youtube-video {
  z-index: 20;
  width: 100vw;
  height: 56.25vw; }

.gradient-wrapper-top {
  width: 100%;
  height: 45vw;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#061429), to(rgba(6, 20, 41, 0)));
  background-image: linear-gradient(#061429, rgba(6, 20, 41, 0)); }

.control-input-style, .control-input, [contenteditable],
[contenteditable] div {
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  outline: none;
  font-size: inherit;
  font-weight: 400 !important;
  color: black;
  letter-spacing: -0.01em; }

.control-input {
  width: 100%;
  height: 1.25em; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #acacac;
  opacity: 1; }

::-ms-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #acacac;
  opacity: 1; }

::placeholder {
  /* Chrome/Opera/Safari */
  color: #acacac;
  opacity: 1; }

[contenteditable],
[contenteditable] div {
  -webkit-user-select: text !important;
     -moz-user-select: text !important;
      -ms-user-select: text !important;
          user-select: text !important;
  cursor: text;
  word-wrap: break-word; }

[contenteditable="true"]:empty:before {
  content: attr(data-placeholder);
  display: block;
  /* For Firefox */ }

.control-buttonSimple, .guidedContent-buttonHide {
  border: solid 1px dimgray;
  color: dimgray;
  border-radius: 2em;
  text-align: center;
  padding: 0.5em;
  font-size: 1.5em;
  font-weight: 300;
  text-transform: uppercase;
  cursor: pointer; }
  .control-buttonSimple:hover, .guidedContent-buttonHide:hover {
    color: black;
    border: solid 1px black; }

.control-iconCircle {
  /*border: 1px $config-set-primary-color solid;
    border-radius: 50%;*/
  width: 1.2em;
  height: 1.2em;
  background-size: contain;
  background-origin: content-box;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  @media all and (max-width: 50em), all and (max-height: 30em) {
    .control-iconCircle {
      padding: 0.3em; } }
  @media all and (max-width: 50em), all and (max-height: 30em) {
    .control-iconCircle {
      width: 2.2em;
      height: 2.2em; } }

/* --- CIRCLE CHECKBOX -- */
.control-circleCheckboxContainerSettings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0.5;
  width: 1.8em;
  z-index: 3;
  margin-left: 0.4em;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.control-circleCheckbox {
  -ms-flex-item-align: center;
      align-self: center;
  width: 1.3em;
  opacity: 0.5;
  height: 1.3em;
  border: dimgray solid 1px;
  border-radius: 2em;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.control-circleCheckboxInteractive {
  cursor: pointer; }

.control-circleCheckbox.control-circleCheckbox-checked {
  background-image: url("/img/icons/save.svg");
  background-size: 100%; }

.control-disabled {
  opacity: 0.2;
  pointer-events: none;
  cursor: not-allowed; }

/* this container contains, the colorLayer and the content */
.interrupter-container, .guidedContent-layer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100vh;
  z-index: 80; }

/* hides the background */
.interrupter-colorLayer, .guidedContent-layerColor {
  background: radial-gradient(rgba(249, 249, 249, 0.95) 70%, rgba(249, 249, 249, 0.7));
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none; }

/* to show something centered */
.interrupter-contentCentered, .interrupter-contentLoading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

/* to show something top */
.interrupter-contentTop {
  position: absolute;
  top: 7em;
  left: 0;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

/* controls */
.interrupter-controlsContainer {
  position: fixed;
  right: 0.5em;
  top: 0.5em;
  font-size: 3em;
  font-weight: 100;
  color: dimgray;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 20; }
  @media all and (max-width: 50em), all and (max-height: 30em) {
    .interrupter-controlsContainer {
      font-size: 2em;
      position: absolute;
      right: 0.2em;
      top: 0.1em;
      top: calc(0.1em + constant(safe-area-inset-top));
      top: calc(0.1em + env(safe-area-inset-top)); } }

.interrupter-control, .interrupter-controlClose, .guidedContent-controlClose, .guidedContent-buttonClose, .guidedContent-close, .interrupter-controlSupportChat, .interrupter-controlLogout {
  cursor: pointer;
  text-transform: uppercase;
  margin-left: 0.5em;
  z-index: 20; }

.interrupter-controlClose, .guidedContent-controlClose, .guidedContent-buttonClose, .guidedContent-close {
  -webkit-transform: scale(1.2, 1);
          transform: scale(1.2, 1); }

/* global */
.interrupter-bodyOpen {
  overflow: hidden;
  height: 100vh; }
  .interrupter-bodyOpen .app-root2 {
    pointer-events: none;
    -webkit-overflow-scrolling: auto; }

.interupter-clickOnly {
  pointer-events: none; }

/* use cases */
@-webkit-keyframes flickerAnimation {
  0% {
    -webkit-filter: brightness(1);
            filter: brightness(1); }
  25% {
    -webkit-filter: brightness(1);
            filter: brightness(1); }
  50% {
    -webkit-filter: brightness(1.5);
            filter: brightness(1.5); }
  75% {
    -webkit-filter: brightness(1);
            filter: brightness(1); }
  100% {
    -webkit-filter: brightness(1);
            filter: brightness(1); } }
@keyframes flickerAnimation {
  0% {
    -webkit-filter: brightness(1);
            filter: brightness(1); }
  25% {
    -webkit-filter: brightness(1);
            filter: brightness(1); }
  50% {
    -webkit-filter: brightness(1.5);
            filter: brightness(1.5); }
  75% {
    -webkit-filter: brightness(1);
            filter: brightness(1); }
  100% {
    -webkit-filter: brightness(1);
            filter: brightness(1); } }

.interrupter-contentLoading img {
  width: 30vmin;
  -webkit-animation: flickerAnimation 4s infinite;
          animation: flickerAnimation 4s infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out; }

.guidedContent-layerContent {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media all and (min-width: 50.001em) and (min-height: 30em) {
    .guidedContent-layerContent {
      top: 25vh; } }
  @media all and (max-width: 50em), all and (max-height: 30em) {
    .guidedContent-layerContent {
      top: 3em;
      top: calc(3em + constant(safe-area-inset-top));
      top: calc(3em + env(safe-area-inset-top));
      padding-bottom: 70vh; } }

/* infoPoint */
.guidedContent-infoPoint, .guidedContent-infoPointPlusDrop, .guidedContent-infoPointJunction, .guidedContent-infoPointView, .guidedContent-infoPointNav, .guidedContent-infoPointOrganizeDrop, .guidedContent-infoPointDeferredDate, .guidedContent-infoPointAppMode, .guidedContent-infoPointAppEncryption {
  position: absolute;
  cursor: pointer;
  z-index: 30;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  pointer-events: auto;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  height: 4rem;
  width: 4rem;
  -webkit-perspective: 1500;
          perspective: 1500;
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
  -webkit-filter: drop-shadow(0.2rem 0.6rem 0.4rem rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0.2rem 0.6rem 0.4rem rgba(0, 0, 0, 0.1));
  -webkit-animation: i_pulse 10s infinite;
          animation: i_pulse 10s infinite; }

.guidedContent-turnaround {
  -webkit-animation: i_down 0.6s forwards;
          animation: i_down 0.6s forwards;
  -webkit-animation-timing-function: cubic-bezier(0.82, -0.39, 0.39, 0.98);
          animation-timing-function: cubic-bezier(0.82, -0.39, 0.39, 0.98);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  position: relative;
  height: 100%; }

.guidedContent-infoPoint:hover .guidedContent-turnaround, .guidedContent-infoPointPlusDrop:hover .guidedContent-turnaround, .guidedContent-infoPointJunction:hover .guidedContent-turnaround, .guidedContent-infoPointView:hover .guidedContent-turnaround, .guidedContent-infoPointNav:hover .guidedContent-turnaround, .guidedContent-infoPointOrganizeDrop:hover .guidedContent-turnaround, .guidedContent-infoPointDeferredDate:hover .guidedContent-turnaround, .guidedContent-infoPointAppMode:hover .guidedContent-turnaround, .guidedContent-infoPointAppEncryption:hover .guidedContent-turnaround {
  -webkit-animation: i_up 0.6s ease forwards;
          animation: i_up 0.6s ease forwards;
  -webkit-animation-timing-function: cubic-bezier(0, 1.73, 0.89, 1.11);
          animation-timing-function: cubic-bezier(0, 1.73, 0.89, 1.11); }

.guidedContent-front,
.guidedContent-back {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.guidedContent-front {
  z-index: 3;
  background-image: url(/img/emoji/thinker.svg); }

.guidedContent-back {
  background-image: url(/img/emoji/nerd.svg);
  -webkit-transform: rotateY(180deg) translateZ(1px);
          transform: rotateY(180deg) translateZ(1px);
  z-index: 1; }

@-webkit-keyframes i_pulse {
  0% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4); }
  80% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4); }
  85% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6); }
  100% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4); } }

@keyframes i_pulse {
  0% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4); }
  80% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4); }
  85% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6); }
  100% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4); } }

@-webkit-keyframes i_down {
  from {
    -webkit-transform: scale(1.5, 1.5) rotateY(180deg);
            transform: scale(1.5, 1.5) rotateY(180deg); }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); } }

@keyframes i_down {
  from {
    -webkit-transform: scale(1.5, 1.5) rotateY(180deg);
            transform: scale(1.5, 1.5) rotateY(180deg); }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); } }

@-webkit-keyframes i_up {
  from {
    -webkit-transform: scale(0.5, 0.5);
            transform: scale(0.5, 0.5); }
  to {
    -webkit-transform: scale(1.5, 1.5) rotateY(180deg);
            transform: scale(1.5, 1.5) rotateY(180deg); } }

@keyframes i_up {
  from {
    -webkit-transform: scale(0.5, 0.5);
            transform: scale(0.5, 0.5); }
  to {
    -webkit-transform: scale(1.5, 1.5) rotateY(180deg);
            transform: scale(1.5, 1.5) rotateY(180deg); } }

/* infoPoint Positions */
@media all and (min-width: 50.001em) and (min-height: 30em) {
  .guidedContent-infoPointPlusDrop {
    right: -2.2em;
    bottom: -1.8em; } }

@media all and (max-width: 50em), all and (max-height: 30em) {
  .guidedContent-infoPointPlusDrop {
    right: 1em;
    top: -0.9em; } }

@media all and (min-width: 50.001em) and (min-height: 30em) {
  .guidedContent-infoPointJunction {
    left: -2.8em;
    top: -0.9em; } }

@media all and (max-width: 50em), all and (max-height: 30em) {
  .guidedContent-infoPointJunction {
    left: -0.8em;
    top: 0.4em; } }

@media all and (min-width: 50.001em) and (min-height: 30em) {
  .guidedContent-infoPointView {
    top: calc(50% - 2rem);
    left: -0.6em; } }

@media all and (max-width: 50em), all and (max-height: 30em) {
  .guidedContent-infoPointView {
    top: -0.3em;
    left: 1.4em; } }

@media all and (min-width: 50.001em) and (min-height: 30em) {
  .guidedContent-infoPointNav {
    top: -1em;
    left: -4em; } }

@media all and (max-width: 50em), all and (max-height: 30em) {
  .guidedContent-infoPointNav {
    top: -1em;
    left: -2.5em; } }

.guidedContent-infoPointOrganizeDrop {
  left: 50%;
  top: -1.8em; }

.guidedContent-infoPointDeferredDate {
  left: 50%;
  top: -1.8em; }

@media all and (min-width: 50.001em) and (min-height: 30em) {
  .guidedContent-infoPointAppMode {
    right: -1.2em;
    bottom: -1.5em; } }

@media all and (max-width: 50em), all and (max-height: 30em) {
  .guidedContent-infoPointAppMode {
    right: 1em;
    top: -0.9em; } }

@media all and (min-width: 50.001em) and (min-height: 30em) {
  .guidedContent-infoPointAppEncryption {
    right: -1.2em;
    bottom: -1.5em; } }

@media all and (max-width: 50em), all and (max-height: 30em) {
  .guidedContent-infoPointAppEncryption {
    right: 1em;
    top: -0.9em; } }

/* Layer */
@media all and (min-width: 50.001em) and (min-height: 30em) {
  .guidedContent-contentBox {
    width: 100vw; } }

@media all and (max-width: 50em), all and (max-height: 30em) {
  .guidedContent-contentBox {
    margin: 0 1em; } }

.guidedContent-payment {
  margin-bottom: -3em; }

.guidedContent-markdown {
  font-size: 1em;
  margin-bottom: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media all and (max-width: 50em), all and (max-height: 30em) {
    .guidedContent-markdown {
      text-align: center; } }

.guidedContent-markdown > * {
  width: 80vh;
  max-width: 90vw; }

.guidedContent-markdown h1 {
  margin-bottom: 0.2em; }

.guidedContent-markdown h2 {
  margin: 0 0 0.2em 0;
  font-size: 2em; }

.guidedContent-markdown > p {
  text-align: justify;
  width: 80vh;
  max-width: 90vw;
  margin-bottom: 1em;
  line-height: 150%; }

.guidedContent-markdown > blockquote {
  font-style: italic;
  text-align: center;
  font-size: 1.5em; }

.guidedContent-markdown > blockquote > p {
  margin: 0 0 0.5em 0; }

.guidedContent-markdown > ul {
  text-align: justify;
  margin-bottom: 1em; }

.guidedContent-markdown ol > li {
  margin-bottom: 0.5em; }

@media all and (min-width: 50.001em) and (min-height: 30em) {
  .guidedContent-videomobile {
    display: none; } }

@media all and (max-width: 50em), all and (max-height: 30em) {
  .guidedContent-videodesktop {
    display: none; } }

.guidedContent-markdown video {
  width: auto;
  margin-bottom: 1em; }
  @media all and (min-width: 50.001em) and (min-height: 30em) {
    .guidedContent-markdown video {
      max-width: 90vw;
      -webkit-box-shadow: 1em 1em 5em rgba(0, 0, 0, 0.1);
              box-shadow: 1em 1em 5em rgba(0, 0, 0, 0.1); } }
  @media all and (max-width: 50em), all and (max-height: 30em) {
    .guidedContent-markdown video {
      max-width: 100%; } }

.guidedContent-markdown iframe {
  width: 1280px;
  margin-bottom: 1em;
  max-width: 90vw;
  max-height: 50.625vw;
  -webkit-box-shadow: 1em 1em 5em rgba(0, 0, 0, 0.1);
          box-shadow: 1em 1em 5em rgba(0, 0, 0, 0.1); }

.guidedContent-buttonHide {
  width: 50vh;
  margin: 2em auto; }

/* carousel */
@media all and (min-width: 50.001em) and (min-height: 30em) {
  .guidedContent-carousel {
    width: 90vw;
    max-width: 100vw;
    height: 100vh; } }

@media all and (max-width: 50em), all and (max-height: 30em) {
  .guidedContent-carousel {
    width: 90vw;
    height: 100vh; } }

.guidedContent-layerContentCenter {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.guidedContent-carousel .swiper-button-next {
  background-image: none;
  border-right: solid 0.1em dimgray;
  border-top: solid 0.1em dimgray;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.guidedContent-carousel .swiper-button-prev {
  background-image: none;
  border-left: solid 0.1em dimgray;
  border-top: solid 0.1em dimgray;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.guidedContent-carousel .swiper-button-next,
.guidedContent-carousel .swiper-button-prev {
  top: auto;
  bottom: 2.5em;
  width: 2em;
  height: 2em; }

.guidedContent-carousel .swiper-button-disabled {
  visibility: hidden; }

.guidedContent-carousel .swiper-pagination-bullet-active {
  opacity: 1;
  background: dimgray; }

.guidedContent-carousel .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.guidedContent-carousel h1 {
  -ms-flex-item-align: start;
      align-self: flex-start;
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 0.5em; }
  @media all and (max-width: 50em), all and (max-height: 30em) {
    .guidedContent-carousel h1 {
      margin-top: 2em;
      font-size: 1.5em;
      font-weight: 200;
      padding: 0 5vw; } }

.guidedContent-carousel video {
  max-width: 100%;
  max-height: 70vh; }
  @media all and (min-width: 50.001em) and (min-height: 30em) {
    .guidedContent-carousel video {
      -webkit-box-shadow: 0em 1em 4em rgba(0, 0, 0, 0.1);
              box-shadow: 0em 1em 4em rgba(0, 0, 0, 0.1); } }

.guidedContent-close {
  top: 0; }

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  font-family: inherit;
  font-weight: inherit;
  height: 2em;
  padding: 0 1.5em 0 1em;
  background: white;
  color: black;
  -webkit-box-shadow: 0.1em 0.4em 1em rgba(0, 0, 0, 0.1), 0em 3em 4em -2em rgba(0, 0, 0, 0.15);
          box-shadow: 0.1em 0.4em 1em rgba(0, 0, 0, 0.1), 0em 3em 4em -2em rgba(0, 0, 0, 0.15);
  border-radius: 1em;
  outline: none;
  cursor: pointer; }

select::-ms-expand {
  display: none; }

.guidedContent-dropDown-wrapper {
  display: inline-block; }

.guidedContent-dropDown-wrapper::after {
  content: "v";
  display: inline-block;
  font-weight: 500;
  position: relative;
  left: -1.7ex;
  color: #acacac;
  z-index: 2;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
  pointer-events: none; }

.onepager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20vh;
  font-weight: 300;
  z-index: 10; }
  .onepager * {
    margin: 0;
    line-height: 150%; }
    @media all and (min-width: 50.001em) and (min-height: 30em) {
      .onepager * {
        width: 50rem;
        max-width: calc(100vw - 25rem); } }
  .onepager a:hover {
    text-decoration: underline; }
  .onepager .logo {
    height: 3em;
    margin: 2rem; }
  .onepager h1,
  .onepager h2 {
    text-align: center;
    font-weight: 100;
    line-height: 110%; }
  .onepager h1 {
    font-size: 3em;
    margin: 2rem 1rem 0.5rem; }
  .onepager h2 {
    font-size: 2em;
    margin: 1rem 1rem 0; }
  .onepager p {
    text-align: justify;
    margin: 0 0 1rem 0; }
    @media all and (max-width: 50em), all and (max-height: 30em) {
      .onepager p {
        max-width: 90vw; } }
  .onepager table {
    display: table;
    border-collapse: separate;
    border-spacing: 0;
    padding: 1em 0;
    margin: 0 1rem 1rem;
    width: 100vw;
    max-width: 50em;
    background: #f8f8f8;
    -webkit-box-shadow: 0.1em 0.4em 1em rgba(0, 0, 0, 0.1), 0em 3em 4em -2em rgba(0, 0, 0, 0.15);
            box-shadow: 0.1em 0.4em 1em rgba(0, 0, 0, 0.1), 0em 3em 4em -2em rgba(0, 0, 0, 0.15); }
  .onepager th {
    font-weight: 400;
    text-align: left;
    border-bottom: 0.2em solid #00eaa4; }
  .onepager td,
  .onepager th {
    padding: 0 1em; }
  .onepager tfoot {
    display: table-footer-group; }
  .onepager ol {
    padding: 1em 0 1em 2em;
    margin: 0 1rem 1rem;
    width: 100vw;
    max-width: 50em;
    background: #f8f8f8;
    -webkit-box-shadow: 0.1em 0.4em 1em rgba(0, 0, 0, 0.1), 0em 3em 4em -2em rgba(0, 0, 0, 0.15);
            box-shadow: 0.1em 0.4em 1em rgba(0, 0, 0, 0.1), 0em 3em 4em -2em rgba(0, 0, 0, 0.15); }
  .onepager .model_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .onepager .model_container * {
      width: auto;
      max-width: none; }
  .onepager .ticket_pr {
    background: #f8f8f8;
    width: 34vh;
    max-width: 100vw;
    margin: 1em 1em 2em;
    padding-left: 1vw;
    padding-right: 1vw;
    border-left: 1em solid #00eaa4;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    -webkit-box-shadow: 0.1em 0.4em 1em rgba(0, 0, 0, 0.1), 0em 3em 4em -2em rgba(0, 0, 0, 0.15);
            box-shadow: 0.1em 0.4em 1em rgba(0, 0, 0, 0.1), 0em 3em 4em -2em rgba(0, 0, 0, 0.15);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: -50px center; }
    .onepager .ticket_pr h1 {
      font-size: 1.2em;
      font-weight: 200;
      margin: 1rem 0 0; }
    .onepager .ticket_pr h2 {
      font-weight: 200;
      font-size: 1em;
      margin: 0 0 1rem; }
    .onepager .ticket_pr p {
      font-size: 0.8em;
      text-align: center;
      margin-bottom: 1em; }
  .onepager #ticket {
    border-left: 0.5em solid #28addb;
    background-image: url("/img/index/ticket.svg"); }
  .onepager #subscribtion {
    border-left: 0.5em solid #00cdfc;
    background-image: url("/img/index/sunglasses.svg"); }
  .onepager #contribution {
    border-left: 0.5em solid #00eaa4;
    background-image: url("/img/index/gamepad.svg"); }
  .onepager #trial {
    color: white;
    font-weight: 400;
    background: -webkit-gradient(linear, left top, left bottom, from(#00ddd4), to(#00c9e0));
    background: linear-gradient(#00ddd4, #00c9e0);
    border-left: 0.5em solid #00ddd4;
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
  .onepager .payment_icon {
    -webkit-box-shadow: 0.1em 0.4em 1em rgba(0, 0, 0, 0.1), 0em 3em 4em -2em rgba(0, 0, 0, 0.15);
            box-shadow: 0.1em 0.4em 1em rgba(0, 0, 0, 0.1), 0em 3em 4em -2em rgba(0, 0, 0, 0.15);
    margin: 0.3em;
    width: 7.8em;
    height: 4em;
    padding: 0.3em;
    background: #f8f8f8;
    background-blend-mode: darken;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 90%; }
  .onepager .guidedContent-front {
    height: 5em;
    position: relative;
    background-image: url(/img/emoji/nerd.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
  .onepager .guidedContent-markdown {
    margin-top: -20vh; }
    .onepager .guidedContent-markdown * {
      width: 100%; }
    .onepager .guidedContent-markdown h1 {
      margin-top: 20vh;
      padding-top: 5vh;
      line-height: 110%; }
    @media all and (max-width: 50em), all and (max-height: 30em) {
      .onepager .guidedContent-markdown video {
        -webkit-box-shadow: 0.1em 0.4em 1em rgba(0, 0, 0, 0.1), 0em 3em 4em -2em rgba(0, 0, 0, 0.15);
                box-shadow: 0.1em 0.4em 1em rgba(0, 0, 0, 0.1), 0em 3em 4em -2em rgba(0, 0, 0, 0.15); } }
    @media all and (min-width: 50.001em) and (min-height: 30em) {
      .onepager .guidedContent-markdown video:hover {
        width: auto;
        max-width: 90vw; } }
    @media all and (min-width: 50.001em) and (min-height: 30em) {
      .onepager .guidedContent-markdown iframe {
        width: 100%;
        height: 28.125em; } }
  @media all and (min-width: 50.001em) and (min-height: 30em) {
    .onepager .onepager-menu {
      position: fixed;
      right: calc((100vw - 50em) / 2 + 50em + 2vw);
      left: 0;
      width: auto;
      min-width: 11rem;
      text-align: right;
      padding: calc(5vh + 7.5rem) 0 5vh 0;
      height: 100vh;
      bottom: 0;
      top: 0;
      overflow-x: visible;
      overflow-y: scroll; } }
  @media all and (max-width: 50em), all and (max-height: 30em) {
    .onepager .onepager-menu {
      z-index: 10;
      text-align: center;
      width: auto;
      max-width: 100vw; } }
  @media all and (min-width: 50.001em) and (min-height: 30em) {
    .onepager .onepager-menu * {
      width: auto;
      max-width: auto; } }
  .onepager .onepager-menu dt {
    font-weight: 500;
    margin-top: 0.7em; }
    @media all and (max-width: 50em), all and (max-height: 30em) {
      .onepager .onepager-menu dt {
        width: 90vw;
        font-size: 1.2em; } }
  .onepager .onepager-menu dt:hover {
    color: #00cdfc; }
  @media all and (min-width: 50.001em) and (min-height: 30em) {
    .onepager .onepager-menu dd {
      padding-right: 0.7em;
      border-right: 1px solid black; } }
  @media all and (max-width: 50em), all and (max-height: 30em) {
    .onepager .onepager-menu dd {
      width: 95vw;
      background-color: #f8f8f8;
      border-radius: 1em;
      margin-bottom: 0.3em;
      padding: 0.2em;
      -webkit-box-shadow: 0.1em 0.4em 1em rgba(0, 0, 0, 0.1), 0em 3em 4em -2em rgba(0, 0, 0, 0.15);
              box-shadow: 0.1em 0.4em 1em rgba(0, 0, 0, 0.1), 0em 3em 4em -2em rgba(0, 0, 0, 0.15); } }
  @media all and (min-width: 50.001em) and (min-height: 30em) {
    .onepager .onepager-menu dd:hover {
      border-right: 1px solid #00cdfc; } }
  .onepager .onepager-menu a {
    color: black;
    text-decoration: none;
    margin: 0;
    padding: 0; }
  .onepager .onepager-menu a:visited {
    color: #acacac; }
  .onepager .up-button {
    position: -webkit-sticky;
    position: sticky;
    top: 2vw;
    right: 2vw;
    -ms-flex-item-align: end;
        align-self: flex-end;
    border-radius: 1em;
    opacity: 0.5;
    z-index: 3;
    font-size: 2em; }
    .onepager .up-button a:hover {
      text-decoration: none; }
  @media all and (max-width: 50em), all and (max-height: 30em) {
    .onepager .dv {
      display: none; } }
  @media all and (min-width: 50.001em) and (min-height: 30em) {
    .onepager .mv {
      display: none; } }

body {
  background-attachment: fixed; }

.landingpage .app-root2,
.landingpage .app-root,
#main.landingpage {
  height: auto; }


/*# sourceMappingURL=subpageEntry06.css.map*/