body {
  --mw-headline-delta: 0;
  --mw-startImage-factor: 1; }

#start-image {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default; }

#headline {
  width: 100%;
  display: block;
  z-index: 2;
  color: white;
  text-align: center;
  font-family: haboro-contrast-normal, sans-serif;
  font-size: 3em;
  font-style: normal;
  font-weight: 100;
  padding-top: 8vh;
  padding-bottom: 20vh;
  padding-left: 28px;
  padding-right: 28px;
  position: absolute;
  bottom: 0;
  text-shadow: 0px 0px 3px #eeffff;
  -webkit-animation: appear 1s linear 8.1s 1 reverse forwards;
  animation: appear 1s linear 8.1s 1 reverse forwards; }
  @media (max-width: 800px) {
    #headline {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 480px) {
    #headline {
      padding-left: 14px;
      padding-right: 14px; } }
  #headline .w1 {
    -webkit-animation: appear 1.5s cubic-bezier(0.59, 0.2, 0.77, 0.96) 1s 1 backwards;
    animation: appear 1.5s cubic-bezier(0.59, 0.2, 0.77, 0.96) 1s 1 backwards; }
  #headline .w2 {
    -webkit-animation: appear 1s cubic-bezier(0.59, 0.2, 0.77, 0.96) 2.1s 1 backwards;
    animation: appear 1s cubic-bezier(0.59, 0.2, 0.77, 0.96) 2.1s 1 backwards; }
  #headline .w3 {
    -webkit-animation: appear 1s cubic-bezier(0.59, 0.2, 0.77, 0.96) 2.5s 1 backwards;
    animation: appear 1s cubic-bezier(0.59, 0.2, 0.77, 0.96) 2.5s 1 backwards; }
  #headline .w4 {
    -webkit-animation: appear 1.8s cubic-bezier(0.59, 0.2, 0.77, 0.96) 3.3s 1 backwards;
    animation: appear 1.8s cubic-bezier(0.59, 0.2, 0.77, 0.96) 3.3s 1 backwards; }

#content-block {
  width: 100%;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden; }
  #content-block img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    z-index: 1; }

#animation-block {
  width: 100%;
  height: 0;
  top: 0;
  position: -webkit-sticky;
  position: sticky; }

@media (max-width: 480px), (max-height: 480px) {
  #start-image {
    font-size: 0.7em; } }
@-webkit-keyframes appear {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes appear {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.philosophy .text {
  padding-top: 140px;
  padding-bottom: 140px;
  color: #f9f9f6; }
  @media (max-height: 800px) {
    .philosophy .text {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media (max-height: 480px) {
    .philosophy .text {
      padding-top: 70px;
      padding-bottom: 70px; } }
  .philosophy .text p:last-of-type {
    margin-top: 2.8em; }

.ph-text {
  margin-top: 140px;
  margin-bottom: 140px;
  color: white;
  text-align: left; }
  @media (max-height: 800px) {
    .ph-text {
      margin-top: 100px;
      margin-bottom: 100px; } }
  @media (max-height: 480px) {
    .ph-text {
      margin-top: 70px;
      margin-bottom: 70px; } }

.ph-text h3 {
  font-family: myriad-pro, sans-serif;
  font-size: 1em;
  font-style: normal;
  font-weight: 700; }

.ph-text p {
  margin-top: 1.8em;
  font-family: myriad-pro, sans-serif;
  font-size: 1em;
  font-style: normal;
  font-weight: 300;
  line-height: 1.6;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  text-align: justify; }

.ph-text span:first-of-type {
  margin-top: 3.6em; }

.ph-text span {
  display: block;
  font-family: myriad-pro, sans-serif;
  font-size: 1em;
  font-style: normal;
  font-weight: 300;
  line-height: 1.6; }

.category a {
  margin: auto;
  max-width: 320px;
  width: 100%;
  display: block; }
  .category a div {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    padding-top: 100%;
    overflow: hidden; }
  .category a img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 400px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto; }
  .category a h3 {
    display: block;
    width: 100%;
    text-align: center;
    color: white;
    position: absolute;
    bottom: 0;
    background-color: rgba(96, 96, 96, 0.72);
    font-family: haboro-contrast-normal, sans-serif;
    font-size: 1.8em;
    font-style: normal;
    font-weight: 100; }
@media (hover) {
  .category a {
    outline-offset: 8px;
    outline: 1.5px solid transparent;
    -webkit-transition: outline-offset 0.36s, outline-color 0.36s;
    -moz-transition: outline-offset 0.36s, outline-color 0.36s;
    -o-transition: outline-offset 0.36s, outline-color 0.36s;
    transition: outline-offset 0.36s, outline-color 0.36s; }
  .category a:hover {
    outline-offset: 5px;
    outline: 1.5px solid #009fe3; } }

@media (max-width: 640px) {
  body footer nav {
    padding-left: 0;
    padding-right: 0; }
    body footer nav .row {
      margin-left: 30px;
      margin-right: 30px; } }
@media (min-width: 467px) and (max-width: 640px) {
  .category a {
    max-width: 192px;
    font-size: 0.6em; }
    .category a img {
      height: 240px; } }
