<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">header { position: relative; width: 100%; height: 100%; }
header .moji { position: relative; margin: 0px auto; width: calc(100% - 20px); height: 40%; }
header h1 { position: absolute; top: 50%; left: 50%; margin: 0px; padding: 0px; width: 80%; max-width: 210px; min-width: 100px; height: 80%; font-size: 1rem; line-height: 100%; transform: translate(-50%, -50%); z-index: 15; opacity: 0; transition-duration: 1s; transition-delay: 0.3s; }
header h1 img { width: 100%; height: 100%; object-fit: contain; }
header nav { position: absolute; top: 25px; left: 0px; width: calc(50% - 102px); margin: 0px; padding: 0px; display: none; }
header nav ul { margin: 0px; padding: 0px; list-style-type: none; width: 100%; font-size: 0.92rem; line-height: 100%; display: flex; flex-flow: wrap; justify-content: flex-start; opacity: 0; transition-duration: 1s; transition-delay: 0.6s; }
header nav li { margin: 0px 1px 0px 0px; padding: 0px; width: 28px; writing-mode: vertical-rl; text-orientation: mixed; }
header nav li:nth-of-type(1) { order: 8; display: none; }
header nav li:nth-of-type(2) { order: 7; }
header nav li:nth-of-type(3) { order: 6; }
header nav li:nth-of-type(4) { order: 5; display: none; }
header nav li:nth-of-type(5) { order: 4; }
header nav li:nth-of-type(6) { order: 3; }
header nav li:nth-of-type(7) { order: 2; }
header nav li:nth-of-type(8) { order: 1; }
header nav li a { padding: 5px; display: inline-block; text-decoration: none; }
header .pht img { width: 100%; height: 100%; object-fit: cover; }
header .bgrmn { position: absolute; top: 0px; right: -10px; width: 60px; height: 60px; z-index: 16; }
header .insta { position: absolute; top: 18px; left: 30px; width: 30px; height: 30px; z-index: 16; }
header .fb { position: absolute; top: 18px; left: 0px; width: 30px; height: 30px; z-index: 16; }
#topiitems { position: absolute; top: 40%; left: 0px; width: 100%; height: 60%; background-color: #eeeeee; }
#topimages { position: relative; width: 100%; height: 100%; }
#topimages .slsw { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; overflow: hidden; opacity: 0; }
picture.mp { width: 100%; height: 100%; }
picture.mp img { width: 100%; height: 100%; object-fit: cover; }
.sitabutton { position: absolute; bottom: 10px; left: 50%; width: 80px; text-align: center; z-index: 20; font-size: 0.7rem; line-height: 100%; cursor: pointer; transform: translateX(-50%); display: none; }
.sitabutton img { margin: 5px auto 0px; }
@media print, screen and (min-width: 600px) {
  header nav { display: block; }
  header .fb { left: auto; right: 95px; cursor: pointer; }
  header .insta { left: auto; right: 60px; cursor: pointer; }
  header .bgrmn { width: 70px; height: 70px; cursor: pointer; }
}
@media print, screen and (min-width: 640px) {
  header nav li:nth-of-type(4) { display: block; }
}
@media print, screen and (min-width: 700px) {
  header nav li:nth-of-type(1) { display: block; }
}
@media print, screen and (min-width: 768px) {
  header .moji { width: calc(100% - 30px); }
}
@media print, screen and (min-width: 800px) {
  header h1 { max-width: 260px; }
}
@media print, screen and (min-width: 900px) {
  header nav li { width: 32px; }
  header h1 { max-width: 300px; }
}
@media screen and (min-width: 1120px) {
  header .fb { right: 105px; }
  header .insta { right: 70px; }
  header .bgrmn { right: 0px; }
}
@media print, screen and (min-aspect-ratio: 1 / 1) and (min-width: 768px) {
  #topiitems { top: 0px; width: calc(100% - 280px); height: 100%; }
  header .moji { position: absolute; top: 0px; right: 0px; margin: 0px; width: 280px; height: 100%; }
  header .moji .wrp { padding: 1px 5px 0px 0px; }
  header h1 { position: relative; top: 0px; left: 0px; margin: 70px auto 0px; padding: 0px; width: 90%; max-width: 224px; height: auto; transform: none; }
  header nav { position: relative; top: 0px; left: 0px; padding: 50px 0px 0px; width: 100%; }
  header nav ul { font-size: 1rem; line-height: 100%; justify-content: center; }
  header nav li { width: 32px; }
  header nav li:nth-of-type(1), header nav li:nth-of-type(4) { display: block; }
  .sitabutton { display: block; }
}
@media print, screen and (min-aspect-ratio: 1 / 1) and (min-width: 1000px) {
  #topiitems { width: calc(100% - 320px); }
  header .moji { width: 320px; }
}
@media screen and (min-aspect-ratio: 1 / 1) and (min-width: 1800px) {
  #topiitems { width: calc(100% - 420px); }
  header .moji { width: 420px; }
}
@media screen and (min-aspect-ratio: 1 / 1) and (min-width: 768px) and (max-height: 700px) {
  header nav { padding-top: 30px; }
  header nav ul { font-size: 0.9rem; line-height: 100%; }
  .sitabutton { display: none; }
}
@media screen and (min-aspect-ratio: 1 / 1) and (max-height: 580px) {
  header { height: 580px; }
}
@media print {
  header { width: 1000px; height: 700px; }
}
</pre></body></html>