 html,
    body {
      position: relative;
      height: 100%;
      text-align: center;
      font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
    }

    h1,h2{
      display: block;
      margin: auto;
      text-align: center;
      text-transform: uppercase;
    }
    h1{
      font-weight: 800;
      letter-spacing:.5em;
    }
    h2{
      font-weight: 500;
      letter-spacing:.25em;
    }
    body {
      background: #eee;
  
      font-size: 14px;
      color: #3e3e3e;
      margin: 0;
      padding: 0;
    }
 
    a:hover {
color: #3e3e3e;
background-color: #ff6060;
}


svg{
  fill: #3e3e3e;
  width: 32px;
  height: 32px;
}
svg.logo{
  fill:#3e3e3e;
  stroke:#3e3e3e;
  stroke-width:1px;
  width: 100%;
  height: auto;
}
svg.logo path:hover, svg.logo circle:hover{
  fill:#ff6060;
  stroke-width:0px;
}

    .swiper {
      width: 100vw;
      height: 100vh;
            width: 100dvw;
      height: 100dvh;
    }

    .swiper-slide {
      text-align: center;
      background: #eee;
      display: flex;
      justify-content: center;
      align-items: center;
      place-items: center;
         flex-wrap: wrap;
    }



  

.box {
    flex: 1 1 150px; /*  Stretching: */
    margin: 5px;
     display: grid;
    place-items: center;
    align-items: center;
  }

  .w50{
    width: 50vw;
    width: 50dvw;
  }

  .boxx {
    flex: 1 1 150px; /*  Stretching: */
    margin: 2px;
     display: grid;
    place-items: center;

  }


    .button {
  background-color: #3e3e3e;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  width: 64px;
  height: 64px;
}


a.more {
    width: 108px;
    height: 108px;
    text-align: center;
    line-height: 108px;
    position: relative;
    padding: 0;
    margin: 0;
    background-color: rgba(.8,.8,.8,.8);
    display: inline-block;
    font-size: 13px;
    letter-spacing: .2em;
    border-radius: 50%;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-weight: 800;
}

  .mainmenu{
    margin-bottom: 6em;
  }






.hidden{
  display: none;
}




    .swiper-slide-active h1, .tracking-in-contract{animation:tracking-in-contract .8s cubic-bezier(.215,.61,.355,1.000) .35s both}
     .tracking-in-contract{animation:tracking-in-contract 1.2s cubic-bezier(.215,.61,.355,1.000) .65s both}
  .jello-horizontal{animation:jello-horizontal .9s both}
    .color-change-2x{animation:color-change-2x cubic-bezier(0.445, 0.05, 0.55, 0.95) linear infinite alternate both}
    .swiper-slide-active .ico, .slide-in-blurred-top{animation:slide-in-blurred-top .6s cubic-bezier(.23,1.000,.32,1.000) both}
    .swiper-slide-active .logo{animation:slide-in-blurred-top .6s cubic-bezier(.23,1.000,.32,1.000) both}
    .swiper-slide-active .kenburns-top {animation: kenburns-top 10s ease-in-out infinite alternate both}

    .swiper-slide-active .slide-in-blurred-bottom{animation:slide-in-blurred-bottom .6s cubic-bezier(.23,1.000,.32,1.000) both}
    .swiper-slide-active a:hover.more{animation:jello-horizontal .9s both}
    .swiper-slide-active a.more {animation:slide-in-blurred-bottom 1s cubic-bezier(.23,1.000,.32,1.000) 1s both}

@keyframes tracking-in-contract{0%{letter-spacing:4em;opacity:0}40%{opacity:.6}100%{letter-spacing:.5em;opacity:1}}

@keyframes jello-horizontal{0%{transform:scale3d(1,1,1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}100%{transform:scale3d(1,1,1)}}
@keyframes color-change-2x{0%{background:#19dcea}100%{background:#b22cff}}

@keyframes kenburns-top{0%{transform:scale(1) translateY(0);transform-origin:50% 16%}100%{transform:scale(1.25) translateY(-15px);transform-origin:top}}

@keyframes slide-in-blurred-top{0%{transform:translateY(-1000px) scaleY(2.5) scaleX(.2);transform-origin:50% 0;filter:blur(40px);opacity:0}100%{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}
@keyframes slide-in-blurred-bottom{0%{transform:translateY(1000px) scaleY(2.5) scaleX(.2);transform-origin:50% 100%;filter:blur(40px);opacity:0}100%{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;;filter:blur(0);opacity:1}}





@view-transition {
  navigation: auto;
}

@media (orientation: landscape) {
  .swiper-slide {
    flex-direction: row;
  }
  .vert{
  writing-mode: vertical-rl;
text-orientation: mixed;
}

}

@media (orientation: portrait) {
  .swiper-slide {
    flex-direction: column;
  }
  .vert{
  writing-mode: horizontal-tb;
text-orientation: mixed;
}

}