.z-content-background {
  z-index: 6000; }

.z-content-foreground {
  z-index: 7000; }

@font-face {
  font-family: Trio;
  font-weight: 400;
  src: url("../resources/fonts/triogrotesk-normal-v102.eot") format("opentype"), url("../resources/fonts/triogrotesk-normal-v102.woff") format("woff"), url("../resources/fonts/triogrotesk-normal-v102.woff2") format("woff2");
  unicode-range: U+00-0E00; }

@font-face {
  font-family: Trio;
  font-weight: 900;
  src: url("../resources/fonts/triogrotesk-bold-v102.eot") format("opentype"), url("../resources/fonts/triogrotesk-bold-v102.woff") format("woff"), url("../resources/fonts/triogrotesk-bold-v102.woff2") format("woff2");
  unicode-range: U+00-0E00; }

@font-face {
  font-family: Norasi;
  font-weight: 400;
  src: url("../resources/fonts/Norasi-Regular.ttf") format("opentype");
  unicode-range: U+0E00-0E7F; }

@font-face {
  font-family: Norasi;
  font-weight: 900;
  src: url("../resources/fonts/Norasi-Bold.ttf") format("opentype");
  unicode-range: U+0E00-0E7F; }

html {
  overflow-y: hidden;
  font-size: 10px; }

.nogl {
  padding-top: 5rem; }
  .nogl h2 {
    font-size: 1.3rem; }

body {
  font-family: Trio, Norasi, sans-serif;
  font-size: 13px;
  background-color: #ffffff;
  color: #000000; }
  @media screen and (max-width: 900px) {
    body {
      font-size: 13px; } }
  @media screen and (max-width: 900px) and (hover: none) and (orientation: portrait) {
    body {
      font-size: 12px; } }
  @media screen and (max-width: 900px) and (hover: none) and (orientation: landscape) {
    body {
      font-size: 12px; } }

h1,
h2,
h3,
h4 {
  margin-top: 45px;
  margin-bottom: 30px; }

h1 {
  font-size: 4.3rem;
  font-weight: 900;
  text-align: center;
  color: #ffffff; }

h2 {
  font-size: 2rem;
  text-align: center; }

h3 {
  font-size: 1.4rem;
  font-weight: 900; }

h4 {
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center; }

h4 {
  font-size: 1.1rem;
  font-weight: 900;
  text-align: left; }

p {
  padding-bottom: 0;
  margin-bottom: 0; }

.allow-scroll {
  overflow-y: scroll; }

/* Preloader */
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9000; }
  #preloader .preloader-bckgrnd {
    background-color: #ffffff;
    position: absolute;
    width: 100%;
    height: 100%; }
  #preloader .preloader-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    margin: -110px 0 0 -110px;
    height: 200px;
    width: 200px;
    isolation: isolate;
    -webkit-animation-name: spin;
    animation-name: spin;
    -webkit-animation-duration: 5.5s;
    animation-duration: 5.5s;
    -webkit-animation-timing-function: cubic-bezier(0.54, 0.03, 0.53, 0.85);
    animation-timing-function: cubic-bezier(0.54, 0.03, 0.53, 0.85);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }

@-moz-keyframes spin {
  100% {
    -moz-transform: rotateY(360deg); } }

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotateY(360deg); } }

@keyframes spin {
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg); } }
  #preloader.removing {
    -webkit-animation: fadeOut 500ms;
    -moz-animation: fadeOut 500ms;
    animation: fadeOut 500ms; }
    #preloader.removing .preloader-logo {
      -webkit-animation: scaleOut 500ms;
      -moz-animation: scaleOut 500ms;
      animation: scaleOut 500ms; }

@-moz-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-moz-keyframes scaleOut {
  from {
    transform: scale(1); }
  to {
    transform: scale(0.1); } }

@-webkit-keyframes scaleOut {
  from {
    transform: scale(1); }
  to {
    transform: scale(0.1); } }

@keyframes scaleOut {
  from {
    transform: scale(1); }
  to {
    transform: scale(0.1); } }

.header-wrapper {
  position: relative;
  top: 0;
  height: 5em;
  text-align: center;
  border-bottom: black solid 10pt;
  width: 100%; }

.threedee {
  background: #eef600;
  /* fallback for old browsers */
  background-image: none;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
  -webkit-transition: background-image 1s ease-in-out;
  transition: background-image 1s ease-in-out;
  outline: 0;
  border: none;
  -moz-outline-style: none; }
  .threedee:active, .threedee:focus {
    outline: 0;
    border: none;
    outline-style: none;
    -moz-outline-style: none; }
  .threedee canvas {
    position: absolute; }

.white {
  color: #ffffff; }

.padder {
  height: 15em; }

@media (hover: none) and (orientation: portrait) {
  .not-on-mobile {
    display: none; } }

.underlined {
  text-decoration: underline; }

/* Offscreen class for screen reader hints
   Note: Does not work with blend-mode-mix property on Chrome
 */
.offscreen {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

/* Article classes */
.article {
  position: absolute;
  margin: 0;
  padding: 0 0 5em 0;
  top: 100%;
  width: 100%;
  outline: 0;
  border: none;
  -moz-outline-style: none; }
  .article h3 {
    font-size: 1.9em;
    font-weight: 900;
    text-align: center; }
  .article h4 {
    font-size: 1.8em;
    font-weight: 900;
    text-align: left; }
  .article h5 {
    font-size: 1.1em;
    font-weight: 900;
    text-align: left; }
  .article .indent-paragraphs p {
    text-indent: 7em;
    padding-bottom: 0;
    margin-bottom: 0;
    position: relative;
    z-index: 7000; }
    .article .indent-paragraphs p.no-indent {
      text-indent: 0;
      padding-top: 2em; }
      .article .indent-paragraphs p.no-indent.no-pad {
        padding: 0; }
  .article p {
    padding-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 1.3em;
    position: relative;
    z-index: 7000; }
    .article p.no-pad {
      padding: 0; }
    .article p.question {
      font-weight: 900; }
    .article p.answer {
      margin-bottom: 1.2em; }
  .article .segment {
    width: 100%;
    margin: 0;
    display: flex;
    flex-wrap: wrap; }
    .article .segment.top-bot-pad {
      margin-top: 3em;
      margin-bottom: calc(3em - 1.3em); }
      .article .segment.top-bot-pad.no-pad {
        margin: 0; }
      .article .segment.top-bot-pad.bot-pad {
        margin-top: 0em;
        margin-bottom: 3em; }
      .article .segment.top-bot-pad.top-pad {
        margin-bottom: 0em;
        margin-top: 3em; }
    .article .segment.bot-pad {
      margin-bottom: 3em; }
    .article .segment.top-pad {
      margin-top: 3em; }
  .article .article-subtitle {
    margin-bottom: 3em;
    margin-top: 3em; }
  .article .gutter {
    display: flex;
    flex-direction: column; }
  .article .article-body {
    display: flex;
    flex-direction: column;
    zoom: 1; }
    .article .article-body:before, .article .article-body:after {
      content: "\0020";
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .article .article-body:after {
      clear: both; }
    .article .article-body.full-width {
      padding-left: 0;
      padding-right: 0;
      height: auto; }
      @media screen and (max-width: 766px) {
        .article .article-body.full-width {
          margin-left: 0;
          margin-right: 0; } }
      .article .article-body.full-width .title-card {
        height: auto;
        padding-bottom: 0; }
        .article .article-body.full-width .title-card img {
          width: 100%; }
        .article .article-body.full-width .title-card .smaller img {
          width: 90%; }
    .article .article-body.row {
      flex-direction: row; }
  .article:active, .article:focus {
    outline: 0;
    border: none;
    outline-style: none;
    -moz-outline-style: none; }

@media screen and (min-width: 766px) and (max-width: 1248px) {
  .article-content {
    padding: 0; } }

.example-enter {
  top: 120%; }

.example-enter.example-enter-active {
  top: 140%;
  transition: top 1700ms ease-in; }

.example-leave {
  top: 140%; }

.example-leave.example-leave-active {
  top: 120%;
  transition: top 1200ms ease-in; }

.round, .round-white, .nav-button .circle-button {
  display: block;
  margin: 0 auto;
  border: 4px solid #000;
  width: 80px;
  height: 80px;
  padding: 0.625rem 0.625rem;
  border-radius: 100%;
  line-height: 55px;
  margin-top: 5px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 2rem; }

.round-white {
  border: 4px solid #fff !important; }

.button,
button {
  cursor: pointer;
  outline: 0;
  border: none;
  -moz-outline-style: none; }
  .button p,
  .button h2,
  button p,
  button h2 {
    font-size: 2rem;
    text-align: center; }
  .button:active, .button:focus,
  button:active,
  button:focus {
    outline: 0;
    border: none;
    outline-style: none;
    -moz-outline-style: none; }
  .button.selected h2,
  .button.selected p,
  button.selected h2,
  button.selected p {
    text-decoration: underline; }

[type="reset"],
[type="submit"],
button,
html [type="button"] {
  appearance: none;
  -webkit-appearance: none;
  background: none; }

.row {
  margin-right: 0;
  margin-left: 0; }

.debug {
  position: absolute;
  top: 40px;
  right: 100px;
  z-index: 8000;
  height: 70px;
  width: 50px; }

.center-me {
  display: inline-block;
  text-align: left;
  height: auto; }

.center-inline {
  text-align: center;
  align-items: center; }

.center-content {
  position: relative;
  text-align: center; }
  .center-content > div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.flex-center {
  display: flex;
  justify-content: center;
  /* align horizontal */
  align-items: center;
  /* align vertical */ }

.helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.blend-background {
  color: gray;
  mix-blend-mode: difference; }
  @media (hover: none) and (orientation: portrait) {
    .blend-background {
      color: black;
      mix-blend-mode: unset; } }
  @media (hover: none) and (orientation: landscape) {
    .blend-background {
      color: black;
      mix-blend-mode: unset; } }

.no-pad {
  padding: 0; }

.tab-1 {
  display: inline-block;
  width: 4em; }

.tab-2 {
  display: inline-block;
  width: 8em; }

.tab-3 {
  display: inline-block;
  width: 12em; }

.tab-4 {
  display: inline-block;
  width: 16em; }

.tab-5 {
  display: inline-block;
  width: 20em; }

.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (hover: none) and (orientation: portrait) {
    .row-eq-height.mb-override {
      display: block; } }

.nosto {
  margin-top: 3em;
  margin-bottom: 3em;
  margin-left: auto;
  margin-right: auto;
  max-width: 75%; }
  .nosto p {
    text-indent: 0 !important;
    font-weight: 400;
    font-size: 1.4em;
    text-align: center; }
  @media (hover: none) and (orientation: portrait) {
    .nosto {
      max-width: 85%; } }
  .nosto.no-br {
    white-space: nowrap;
    max-width: 100%; }
    @media (hover: none) and (orientation: portrait) {
      .nosto.no-br.mb-override {
        white-space: unset;
        max-width: 85%; } }

.semi-nosto {
  margin-top: 3em;
  margin-bottom: 3em;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 85%; }
  @media (hover: none) and (orientation: portrait) {
    .semi-nosto {
      max-width: 100%; } }
  .semi-nosto p {
    text-indent: 0 !important;
    font-weight: 900;
    font-size: 1.1em;
    text-align: center; }

.title-card {
  color: #000000;
  font-weight: bolder;
  height: auto;
  padding-bottom: 2rem;
  margin-bottom: 0rem;
  overflow: hidden; }
  .title-card .waypoint {
    width: 0;
    height: 0;
    position: absolute;
    top: 50%; }
  .title-card .title-containter {
    height: 100%; }
  .title-card .title {
    z-index: 8000;
    width: 100vw;
    pointer-events: none; }
    @media (hover: none) and (orientation: portrait) {
      .title-card .title {
        width: 120vw; } }
    @media screen and (min-width: 320px) and (max-width: 415px) {
      .title-card .title div h1 {
        font-size: 2.6rem; } }
    @media screen and (max-width: 320px) {
      .title-card .title div h1 {
        font-size: 2.1rem; } }
    @media screen and (min-width: 766px) {
      .title-card .title div {
        padding: 0; } }

.title {
  color: #ffffff; }

.fixed-height {
  height: 10rem;
  min-height: 10rem; }

.fade-in {
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 0.6s; }

.fade-out {
  opacity: 0;
  animation-name: fadeOutOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 2s; }

@keyframes fadeInOpacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeOutOpacity {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/* SCROLL ICON */
.scroll-down {
  position: absolute;
  top: 80%;
  left: 50%;
  z-index: 8000;
  pointer-events: none; }
  .scroll-down span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 46px;
    height: 46px;
    margin-left: -23px;
    border-left: 4px solid #fff;
    border-bottom: 4px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb05 1.5s forwards;
    animation: sdb05 1.5s forwards;
    box-sizing: border-box; }

@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0; } }

@keyframes sdb05 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0; } }

@media (hover: none) and (orientation: portrait) {
  .__react_component_tooltip {
    font-size: 0.93rem !important; } }

.static-title {
  position: static; }
  @media screen and (min-width: 470px) and (max-width: 766px) {
    .static-title h1 {
      font-size: 2.5rem; }
    .static-title h2 {
      font-size: 1.4rem; } }
  @media screen and (min-width: 320px) and (max-width: 415px) {
    .static-title h1 {
      font-size: 2.5rem; }
    .static-title h2 {
      font-size: 1.4rem; } }
  @media screen and (max-width: 320px) {
    .static-title h1 {
      font-size: 2.1rem; }
    .static-title h2 {
      font-size: 1.2rem; } }
  @media screen and (min-width: 767px) and (max-width: 1000px) {
    .static-title h1 {
      font-size: 3.5rem; } }
  .static-title .title {
    z-index: 7000; }

.overflow-column img {
  width: 120%;
  margin-left: -10%; }

.flush-column img {
  width: 100%;
  margin-left: 0; }

.smaller img {
  width: 95%; }

.pull-left img {
  left: 0;
  margin-left: 0;
  float: left; }

.pull-right img {
  right: 0;
  margin-right: 0;
  float: right; }

.flow-under img {
  margin-top: -10em;
  z-index: 6000;
  pointer-events: none; }
  @media (hover: none) and (orientation: portrait) {
    .flow-under img {
      margin-top: -5em; } }

.flow-under-s img {
  margin-top: -6em;
  z-index: 6000;
  pointer-events: none; }
  @media (hover: none) and (orientation: portrait) {
    .flow-under-s img {
      margin-top: -3em; } }

.flow-under-bot img {
  margin-bottom: -7em;
  z-index: 6000;
  pointer-events: none; }
  @media (hover: none) and (orientation: portrait) {
    .flow-under-bot img {
      margin-bottom: -3em; } }

.flow-top-bot img {
  margin-top: -5em;
  margin-bottom: -5em;
  z-index: 6000;
  pointer-events: none; }
  @media (hover: none) and (orientation: portrait) {
    .flow-top-bot img {
      margin-top: -3em; } }

.pad-top-1 {
  padding-top: 1em; }

.pad-top-2 {
  padding-top: 2em; }

.pad-bot-1 {
  padding-bottom: 1em; }

.pad-bot-2 {
  padding-bottom: 2em; }

.pad-top-3 {
  padding-top: 3em; }

.pad-bot-3 {
  padding-bottom: 3em; }

.full-size {
  width: 100%; }

.img-size-100 img {
  width: 100%; }

.img-size-90 img {
  width: 90%; }

.img-size-80 img {
  width: 80%; }

.img-size-70 img {
  width: 70%; }

.img-size-60 img {
  width: 60%; }

.img-size-50 img {
  width: 50%; }

.img-size-40 img {
  width: 40%; }

.img-size-30 img {
  width: 30%; }

@media (hover: none) and (orientation: portrait) {
  .mb-img-size-100 img {
    width: 100%; } }

img.flow-under-left {
  z-index: 6000;
  margin-left: -70%; }

img.flow-under-right {
  z-index: 6000;
  margin-right: -70%; }

img.img-size-170 {
  width: 170%; }

img.img-size-160 {
  width: 160%; }

img.img-size-150 {
  width: 150%; }

img.img-size-140 {
  width: 140%; }

img.img-size-130 {
  width: 130%; }

img.img-size-120 {
  width: 120%; }

img.img-size-110 {
  width: 120%; }

img.img-size-100 {
  width: 100%; }

img.img-size-80 {
  width: 80%; }

img.img-size-70 {
  width: 70%; }

img.img-size-60 {
  width: 60%; }

img.img-size-50 {
  width: 50%; }

img.img-size-40 {
  width: 40%; }

img.img-size-30 {
  width: 30%; }

.gutter img.img-top-5 {
  position: absolute;
  top: 5%; }

.gutter img.img-top-10 {
  position: absolute;
  top: 10%; }

.gutter img.img-top-15 {
  position: absolute;
  top: 15%; }

.gutter img.img-top-20 {
  position: absolute;
  top: 10%; }

.gutter img.img-top-25 {
  position: absolute;
  top: 25%; }

.gutter img.img-top-30 {
  position: absolute;
  top: 30%; }

.gutter img.img-top-35 {
  position: absolute;
  top: 35%; }

.gutter img.img-top-40 {
  position: absolute;
  top: 40%; }

.gutter img.img-top-45 {
  position: absolute;
  top: 45%; }

.gutter img.img-top-50 {
  position: absolute;
  top: 50%; }

.gutter img.img-top-55 {
  position: absolute;
  top: 55%; }

.gutter img.img-top-60 {
  position: absolute;
  top: 60%; }

.gutter img.img-top-65 {
  position: absolute;
  top: 65%; }

.gutter img.img-top-70 {
  position: absolute;
  top: 70%; }

.gutter img.img-top-75 {
  position: absolute;
  top: 75%; }

.gutter img.img-top-80 {
  position: absolute;
  top: 80%; }

.gutter img.img-top-85 {
  position: absolute;
  top: 85%; }

.gutter img.img-top-90 {
  position: absolute;
  top: 90%; }

@media (min-width: 576px) {
  .gutter img.img-size-160 {
    width: 180%; } }

@media (min-width: 768px) {
  .gutter img.img-size-160 {
    width: 160%; } }

@media (min-width: 992px) {
  .gutter img.img-size-160 {
    width: 120%; } }

@media (min-width: 1200px) {
  .gutter img.img-size-160 {
    width: 100%; } }

@media (min-width: 576px) {
  .gutter img.img-size-120 {
    width: 140%; } }

@media (min-width: 768px) {
  .gutter img.img-size-120 {
    width: 120%; } }

@media (min-width: 992px) {
  .gutter img.img-size-120 {
    width: 100%; } }

@media (min-width: 1200px) {
  .gutter img.img-size-120 {
    width: 80%; } }

@media (min-width: 576px) {
  .gutter img.img-size-100 {
    width: 120%; } }

@media (min-width: 768px) {
  .gutter img.img-size-100 {
    width: 100%; } }

@media (min-width: 992px) {
  .gutter img.img-size-100 {
    width: 80%; } }

@media (min-width: 1200px) {
  .gutter img.img-size-100 {
    width: 60%; } }

.gutter img.flow-under-left {
  z-index: 6000;
  margin-left: 0; }
  @media (min-width: 576px) {
    .gutter img.flow-under-left {
      margin-left: -70%; } }
  @media (min-width: 768px) {
    .gutter img.flow-under-left {
      margin-left: -45%; } }
  @media (min-width: 992px) {
    .gutter img.flow-under-left {
      margin-left: -35%; } }
  @media (min-width: 1200px) {
    .gutter img.flow-under-left {
      margin-left: -10%; } }

.gutter img.flow-under-left-s {
  z-index: 6000;
  margin-left: 0; }
  @media (min-width: 576px) {
    .gutter img.flow-under-left-s {
      margin-left: -45%; } }
  @media (min-width: 768px) {
    .gutter img.flow-under-left-s {
      margin-left: -25%; } }
  @media (min-width: 992px) {
    .gutter img.flow-under-left-s {
      margin-left: -15%; } }
  @media (min-width: 1200px) {
    .gutter img.flow-under-left-s {
      margin-left: -5%; } }

.gutter img.flow-under-right-l {
  z-index: 6000;
  margin-right: 0; }
  @media (min-width: 576px) {
    .gutter img.flow-under-right-l {
      margin-right: -100%; } }
  @media (min-width: 768px) {
    .gutter img.flow-under-right-l {
      margin-right: -75%; } }
  @media (min-width: 992px) {
    .gutter img.flow-under-right-l {
      margin-right: -55%; } }
  @media (min-width: 1200px) {
    .gutter img.flow-under-right-l {
      margin-right: -45%; } }

.gutter img.flow-under-right {
  z-index: 6000;
  margin-right: 0;
  right: 5%; }
  @media (min-width: 576px) {
    .gutter img.flow-under-right {
      margin-right: -70%; } }
  @media (min-width: 768px) {
    .gutter img.flow-under-right {
      margin-right: -35%; } }
  @media (min-width: 992px) {
    .gutter img.flow-under-right {
      margin-right: -35%; } }
  @media (min-width: 1200px) {
    .gutter img.flow-under-right {
      margin-right: -10%; } }

.gutter img.flow-under-right-s {
  z-index: 6000;
  margin-right: 0; }
  @media (min-width: 576px) {
    .gutter img.flow-under-right-s {
      margin-right: -45%; } }
  @media (min-width: 768px) {
    .gutter img.flow-under-right-s {
      margin-right: -25%; } }
  @media (min-width: 992px) {
    .gutter img.flow-under-right-s {
      margin-right: -15%; } }
  @media (min-width: 1200px) {
    .gutter img.flow-under-right-s {
      margin-right: -5%; } }

@media (max-width: 575.98px) {
  .gutter img {
    display: none; } }

.navbar {
  margin: 0;
  top: 50%;
  z-index: 8000;
  height: 0px;
  max-height: 0px;
  min-height: 0px !important;
  width: 100%;
  position: fixed; }
  @media (hover: none) and (orientation: portrait) {
    .navbar {
      top: 0px;
      padding-top: 25px;
      padding-bottom: 25px;
      height: 0px;
      background: #ffffff; } }
  @media (hover: none) and (orientation: landscape) {
    .navbar {
      top: 0px;
      padding-top: 25px;
      padding-bottom: 25px;
      height: 0px;
      background: #ffffff; } }

/* Nav Classes */
.nav-button {
  position: absolute;
  z-index: 8000;
  margin: 0;
  top: -40px;
  outline: 0;
  border: none;
  -moz-outline-style: none; }
  @media (hover: none) and (orientation: landscape) {
    .nav-button {
      top: 0; } }
  @media (hover: none) and (orientation: portrait) {
    .nav-button {
      top: 0; } }
  .nav-button p {
    text-align: center;
    margin: 0; }
  .nav-button:active, .nav-button:focus {
    outline: 0;
    border: none;
    outline-style: none;
    -moz-outline-style: none; }
  .nav-button .circle-button {
    border: 4px solid gray;
    cursor: pointer;
    font-size: 3.7rem; }
    @media (hover: none) and (orientation: landscape) {
      .nav-button .circle-button {
        top: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
        background: #ffffff;
        border: 2px solid #000;
        width: 40px;
        height: 40px;
        font-size: 1.3rem;
        line-height: 18px; } }
    @media (hover: none) and (orientation: portrait) {
      .nav-button .circle-button {
        top: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
        background: #ffffff;
        border: 2px solid #000;
        width: 40px;
        height: 40px;
        font-size: 0.98rem;
        line-height: 18px; } }

.pad-nav {
  padding-left: calc(5vw + 80px) !important;
  padding-right: calc(5vw + 80px) !important; }
  @media screen and (max-width: 766px) {
    .pad-nav {
      padding-left: 0 !important;
      padding-right: 0 !important; } }

.nav-right {
  right: 5%; }

.nav-left {
  left: 5%; }

.dropdown {
  position: fixed;
  left: 5%;
  top: 30px;
  z-index: 9000; }
  @media (hover: none) and (orientation: portrait) {
    .dropdown {
      width: 60%;
      margin-left: 20%;
      margin-right: 20%;
      height: 52px;
      top: 0px;
      left: 0;
      font-size: 1.2rem; } }
  @media (hover: none) and (orientation: landscape) {
    .dropdown {
      width: 40%;
      margin-left: 30%;
      margin-right: 30%;
      height: 52px;
      top: 0px;
      left: 0;
      font-size: 4.2rem; } }
  .dropdown li {
    list-style-type: none; }
  .dropdown .dropdown-button {
    text-align: left;
    height: auto;
    font-size: 4rem; }
    @media (hover: none) and (orientation: portrait) {
      .dropdown .dropdown-button {
        text-align: center;
        height: 100%;
        font-size: 2.4rem;
        width: 100%; }
        .dropdown .dropdown-button > div {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); } }
    @media (hover: none) and (orientation: landscape) {
      .dropdown .dropdown-button {
        text-align: center;
        height: 100%;
        font-size: 2.5rem;
        width: 100%;
        text-align: center; }
        .dropdown .dropdown-button > div {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); } }
  .dropdown .dd-menu-items {
    margin-top: 3rem;
    background: rgba(238, 246, 0, 0.75); }
    @media (hover: none) and (orientation: portrait) {
      .dropdown .dd-menu-items {
        margin-left: -20%;
        margin-right: -20%; } }
    @media (hover: none) and (orientation: landscape) {
      .dropdown .dd-menu-items {
        font-size: 1.3rem; } }
    .dropdown .dd-menu-items a {
      color: black; }
      .dropdown .dd-menu-items a:hover {
        color: #eef600;
        text-decoration: none; }
  .dropdown .dd-items-center {
    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem; }
    .dropdown .dd-items-center li {
      padding-bottom: 1rem; }
  .dropdown .dd-items-left {
    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem; }
    .dropdown .dd-items-left li {
      padding-bottom: 1rem; }

.audiobar.audiobar-dynamic {
  margin: 0;
  top: 80%;
  z-index: 8000;
  height: 0px;
  max-height: 0px;
  min-height: 0px !important;
  width: 100%;
  position: fixed; }
  .audiobar.audiobar-dynamic .audio-button {
    position: absolute; }

.audiobar.audiobar-static {
  height: calc(80px + 1em); }
  .audiobar.audiobar-static .audio-button {
    position: absolute;
    left: calc(50% - 40px);
    padding: 0 0 1em 0; }

.audiobar .audio-button {
  width: 80px;
  transition: opacity 0.1s;
  border: none;
  background-color: transparent; }
  .audiobar .audio-button img {
    width: 100%; }
  .audiobar .audio-button:focus {
    outline: none; }

.audiobar .play-button {
  left: 5%; }

.audiobar .pause-button {
  right: 5%; }

.audiobar .show-button {
  opacity: 1;
  pointer-events: all; }

.audiobar .hide-button {
  opacity: 0;
  pointer-events: none; }

.footer {
  min-height: 40rem;
  width: 100%;
  padding-top: 20rem;
  font-size: 1rem;
  padding-bottom: 5rem; }
  .footer.footer-top {
    padding-top: 2rem;
    min-height: 10rem;
    padding-bottom: 2rem; }
    @media (hover: none) and (orientation: portrait) {
      .footer.footer-top {
        padding-top: 0;
        min-height: 7rem; } }
  .footer .bio-button {
    display: block;
    margin: 0 auto;
    width: auto;
    height: 80px;
    padding: 0.625rem 0.625rem;
    border-radius: 100%;
    line-height: 55px;
    margin-top: 5px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 2rem; }
  .footer h3 {
    margin-top: 0;
    text-align: left;
    font-size: 1.1rem; }
  .footer h2 {
    margin-top: 1rem; }
  .footer p {
    text-indent: 0;
    padding: 0 0 0 0; }
  @media (hover: none) and (orientation: portrait) {
    .footer {
      padding-top: 0rem;
      font-size: 1.1rem; }
      .footer h2 {
        font-size: 1.7rem; } }
  .footer .bio {
    margin-left: 10%;
    margin-right: 10%;
    padding-top: 3em; }
  .footer .bio-holder {
    width: 100%; }

.f-float {
  position: absolute;
  bottom: 0;
  clear: both; }

.welcome .segment {
  margin-top: 25rem;
  margin-bottom: 15rem; }
  @media only screen and (max-width: 768px) {
    .welcome .segment {
      margin-top: 0; } }

.welcome .title-card {
  height: 28rem; }
  @media (hover: none) and (orientation: portrait) {
    .welcome .title-card {
      height: 20rem; } }

.welcome .title div {
  width: 100%; }
  .welcome .title div img {
    width: 100%; }

.cistopia tr.shake-little {
  display: table-row; }

.cistopia table th {
  font-weight: 400;
  padding-bottom: 2em;
  display: table-cell; }
  .cistopia table th:nth-child(1) {
    text-align: right;
    padding-right: 1em; }
  .cistopia table th:nth-child(2) {
    animation-delay: 50ms;
    text-align: left;
    padding-left: 1em; }

.cistopia table td {
  font-weight: 900; }
  .cistopia table td:nth-child(1) {
    text-align: right;
    padding-right: 1em; }
  .cistopia table td:nth-child(2) {
    text-align: left;
    padding-left: 1em; }

.muotiblogi {
  background-color: #fbdee9; }

.paviljonki .title-segment {
  background-color: #ececec; }

.nayttelija-content h2 {
  font-weight: 900; }

.open h3 {
  text-transform: uppercase;
  font-weight: 900; }
  .open h3:lang(th) {
    font-size: 2.8em; }

.open .language-selector h2 {
  margin: 0.6em; }

.open .segment.top-bot-pad {
  margin-top: 3em;
  margin-bottom: 0.5em; }

.open .credit .content {
  background-color: #efe8fe;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  width: 80%;
  padding: 2em; }

.open .yes-selection {
  min-height: 100vh; }

.open .content-selector button {
  padding: 1.5em; }
  @media (max-width: 575.98px) {
    .open .content-selector button {
      width: 60%; } }
  .open .content-selector button div {
    position: absolute;
    z-index: 7000; }
  .open .content-selector button h2 {
    color: white; }
    .open .content-selector button h2:lang(th) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
      font-size: 2.5em; }
    .open .content-selector button h2:lang(en) {
      margin-top: 0;
      font-size: 1.1em; }
  .open .content-selector button img {
    z-index: 6000;
    filter: grayscale(100%);
    transition: filter 1s; }
  .open .content-selector button:active img, .open .content-selector button:hover img, .open .content-selector button.active img {
    filter: grayscale(0%); }
