@charset "UTF-8";
@font-face {
  font-family: "SP Condensed Var";
  src: url("fonts/SPCondensedVar-Regular.woff2") format("woff2"), url("fonts/SPCondensedVar-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SP Condensed Var";
  src: url("fonts/SPCondensedVar-Medium.woff2") format("woff2"), url("fonts/SPCondensedVar-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SP Condensed Var";
  src: url("fonts/SPCondensedVar-Regular.woff2") format("woff2"), url("fonts/SPCondensedVar-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SP Condensed Var";
  src: url("fonts/SPCondensedVar-Light.woff2") format("woff2"), url("fonts/SPCondensedVar-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SP Condensed Var";
  src: url("fonts/SPCondensedVar-Light.woff2") format("woff2"), url("fonts/SPCondensedVar-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SP Condensed Var";
  src: url("fonts/SPCondensedVar-Medium.woff2") format("woff2"), url("fonts/SPCondensedVar-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SP Condensed Var";
  src: url("fonts/SPCondensedVar-Regular.woff2") format("woff2"), url("fonts/SPCondensedVar-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body::-webkit-scrollbar {
  width: 8px;
}

body::-webkit-scrollbar-track {
  background: rgba(128, 128, 128, 0.274);
}

body::-webkit-scrollbar-thumb {
  background-color: blue;
  border-radius: 0;
}

*::-moz-selection {
  color: white;
  background: #0000ff94;
}

*::selection {
  color: white;
  background: #0000ff94;
}

.white {
  color: white;
}

.blue {
  color: #0000fe;
}

.menu {
  font-family: "SP Condensed Var";
  font-size: 3rem;
  padding-top: 20px;
  position: sticky;
  z-index: 10;
  top: 0;
  background: white;
}
.menu a {
  text-decoration: none;
  padding-right: 10px;
  color: #0000fe;
}
.menu a::before {
  content: "→";
  display: inline-block;
}
.menu a:hover {
  font-weight: 500;
}
.menu a:hover::before {
  content: "↓";
  font-weight: 500;
}
.menu a.select {
  font-weight: 500;
  text-decoration: none;
}
.menu a.select::before {
  content: "↓";
}

.menu-white {
  font-family: "SP Condensed Var";
  font-size: 3rem;
  padding-top: 20px;
  position: sticky;
  z-index: 10;
  top: 0;
  background: white;
}
.menu-white a {
  text-decoration: none;
  padding-right: 10px;
  color: white;
}
.menu-white a::before {
  content: "→";
  display: inline-block;
}
.menu-white a:hover {
  font-weight: 500;
}
.menu-white a:hover::before {
  content: "↓";
  font-weight: 500;
}
.menu-white a.select {
  font-weight: 500;
  text-decoration: none;
}
.menu-white a.select::before {
  content: "↓";
}

.column-sticky {
  position: sticky;
  top: 195px;
}

.box {
  font-family: "Yanone Kaffeesatz", sans-serif;
  margin-top: 100px;
  margin-bottom: 50px;
  font-weight: 300;
  line-height: 50px;
}
.box b {
  font-weight: 700;
}
.box .h100 {
  height: 100%;
}
.box .storie {
  font-size: 2rem;
}
.box .storie a:hover {
  color: red;
}
.box .storie hr {
  height: 2px;
  background: black;
  width: 34px;
  opacity: 1;
  margin-bottom: 33px;
}
.box .storie .space {
  margin-bottom: 5px;
  padding-top: 30px;
}
.box .storie .regular {
  font-weight: 500;
}
.box .storie a {
  text-decoration: none;
  color: #0000fe;
}
.box .storie img {
  width: 100%;
  font-size: 3rem;
  padding-bottom: 0.8em;
}
.box .storie p {
  margin-bottom: 1em;
  margin-top: -10px;
  font-size: 3rem;
  line-height: 1.2em;
}
.box .storie .text {
  margin-top: 0;
}
.box .storie .title-black {
  color: black;
  font-family: "SP Condensed Var";
  font-weight: 500;
  font-style: normal;
  margin-bottom: 16px;
  margin-top: 4px;
  line-height: 1.2em;
  font-size: 3.2rem;
}
.box .storie .title-blue {
  color: #0000fe;
  font-family: "SP Condensed Var";
  font-weight: 500;
  font-style: normal;
  margin-bottom: 16px;
  margin-top: 4px;
  line-height: 1.2em;
  font-size: 3rem;
}
.box .storie .title-blue a:hover {
  color: red;
}
.box .storie .title-yellow {
  color: yellow;
  font-family: "SP Condensed Var";
  font-weight: 500;
  font-style: normal;
  margin-bottom: 16px;
  margin-top: 4px;
  line-height: 1.2em;
  font-size: 3rem;
}
.box .storie .title-yellow:hover {
  text-decoration: none;
  color: red;
}
.box .storie .title-pink {
  color: fuchsia;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 16px;
  margin-top: 4px;
  line-height: 1.2em;
  font-size: 3.2rem;
}
.box .storie .text-pink {
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: 800;
  color: fuchsia;
  line-height: 1.2em;
}
.box .storie .title {
  color: red;
  font-family: "SP Condensed Var";
  font-weight: 500;
  font-style: normal;
  margin-bottom: 16px;
  margin-top: 4px;
  line-height: 1.2em;
  font-size: 3.2rem;
}
.box .storie .title-big {
  color: red;
  font-family: "SP Condensed Var";
  font-weight: 500;
  font-style: normal;
  margin-bottom: 16px;
  margin-top: 0;
  line-height: 82.5%;
  font-size: 4.5rem;
  top: -12px;
  position: relative;
}
.box .storie .title-white {
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: 700;
}
.box .storie .title-big-pink {
  color: fuchsia;
  font-family: "SP Condensed Var";
  font-weight: 400;
  font-style: normal;
  margin-bottom: 16px;
  margin-top: 0;
  line-height: 1.2em;
  font-size: 5rem;
  top: -10px;
  position: relative;
}
.box .storie .submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "SP Condensed Var";
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2em;
  position: sticky;
  top: 192px;
}
.box .storie .submenu .pick {
  color: red;
  text-decoration: none;
}
.box .storie .submenu a {
  color: black;
}
.box .storie .submenu a:first-child {
  margin-top: -7px;
}
.box .storie .submenu a:hover {
  text-decoration: none;
  color: red;
}
.box .storie .submenu-blue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "SP Condensed Var";
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2em;
  position: sticky;
  top: 192px;
}
.box .storie .submenu-blue .pick {
  color: red;
  text-decoration: none;
}
.box .storie .submenu-blue a {
  color: #0000fe;
}
.box .storie .submenu-blue a:hover {
  text-decoration: none;
  color: red;
}
.box .storie .submenu-white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "SP Condensed Var";
  font-size: 3rem;
  padding-top: 0;
  font-weight: 500;
  line-height: 1.2em;
  position: sticky;
  top: 192px;
}
.box .storie .submenu-white .pick {
  color: red;
  text-decoration: none;
}
.box .storie .submenu-white a {
  color: white;
}
.box .storie .submenu-white a:first-child {
  margin-top: -7px;
}
.box .storie .submenu-white a:hover {
  text-decoration: none;
  color: red;
}
.box .storie .submenu-yellow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "SP Condensed Var";
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2em;
}
.box .storie .submenu-yellow .pick {
  color: red;
  text-decoration: none;
}
.box .storie .submenu-yellow .white {
  color: white;
}
.box .storie .submenu-yellow a {
  color: yellow;
}
.box .storie .submenu-yellow a:hover {
  text-decoration: none;
  color: red;
}

.container {
  min-width: 80vw;
}

.regular {
  font-weight: 400;
}

.space {
  padding-top: 20px;
}

.pr {
  padding-right: 2rem;
}

@media (max-width: 455px) {
  .container {
    margin-bottom: 50px;
  }

  .box {
    margin-top: 60px;
  }
  .box .storie {
    font-size: 1rem;
    margin-bottom: 2em;
  }
  .box .storie p {
    font-size: 1.8em;
    line-height: 1.2em;
  }
  .box .storie .title, .box .storie .title-black, .box .storie .title-pink {
    font-size: 2em;
  }
  .box .storie .submenu {
    font-size: 2rem;
    padding-bottom: 30px;
    padding-top: 0;
  }

  .box .storie .title-yellow {
    font-size: 1em;
  }

  .box .storie .title-big-pink {
    font-size: 3em;
  }

  .box .storie .title-big {
    font-size: 3em;
  }

  .menu,
.menu-white {
    font-size: 2.5em;
    position: relative;
  }
  .menu a,
.menu-white a {
    display: block;
  }

  .column-sticky {
    position: relative;
    top: 0;
  }

  .box .storie .submenu-blue a,
.box .storie .submenu-blue,
.box .storie .submenu-yellow,
.box .storie .submenu-white {
    font-size: 2rem;
    margin-bottom: 1em;
  }

  .box {
    margin: 2em 0 0 0;
    padding: 0 1em;
  }
  .box img {
    max-width: 100%;
  }

  .container, .box {
    margin-bottom: 0;
  }
}
@media (min-width: 750px) {
  .box .storie {
    font-size: 1.5rem;
  }
  .box .storie p {
    font-size: 3rem;
  }
}