<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css?family=Open+Sans");

/* LIST */
.accslideDiagram ul {
  list-style: none;
  color: #ffffff!important;
  font-weight: bold;
  text-shadow: 0 0 15px #0592ff, 0 0 15px #0592ff, 0 0 15px #0592ff, 0 0 15px #0592ff, 0 0 6px #0592ff;
}
/* FORM */
.accslideDiagram input {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
}
.accslideDiagram label:hover {
  transition-duration: 0s;
}
.accslideDiagram li:nth-child(even) &gt; input + label {
  
  /*background:linear-gradient(#000,#5a5a5a 10% 90%,#000);*/
}
.accslideDiagram label:hover,
li:nth-child(even) &gt; input + label:hover {
  
  background:linear-gradient(#000,#282929 10% 90%,#000);
  color: #fff;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
}
.accslideDiagram input[type="radio"]:checked ~ label {

  
  /*background: #2c2c2c00;*/
  color: #fff;
  cursor: default !important;
  display: none;
}

.accslideDiagram {
  background: black;
  z-index: 10000;
  position: relative;
  box-shadow: 0 0 8px 12px rgb(0 0 0 / 60%), 0 0 20px 18px rgb(0 0 0 / 60%), 0 0 11px 18px rgb(0 0 0 / 60%);
}
@media screen and (min-width: 481px) {
  /*é›»è…¦*/
  .desktop {
    display: block;
  }
  .mobile {
    display: none;
  }
  .accslideDiagram {
	padding-left:30px;
	/*padding-right:30px;*/
  }
  .accslideDiagram label {
    display: block;
    float: left;
    height: 100vh;
    width: 40px;
    overflow: hidden;
	/*background:linear-gradient(#000,#4e4e4e 10% 90%,#000);*/
    text-align: center;
    font-size: 14px;
    line-height: 50px;
	display: flex;
    justify-content: center;
    align-items: center;
	transition: all 0.2s ease-in-out;
	border: #eee solid;
    border-width: 0 0 0 1px;
    border-image: linear-gradient(to bottom, #181818, #eee, #181818) 1 100%;
    background: none;
  }
  .accslideDiagram input[type="radio"]:not(:checked) ~ label &gt; * {
    padding-left: 7px;
    font-size: 1.2em;
    white-space: nowrap;
    transform: rotate(90deg);
	font-family: 'Orbitron', cursive!important;
  }
  .accslideDiagram .pageStyle {
    height: 100vh;
  }
  .accslideDiagram
    li:nth-child(1):nth-last-child(2)
    input[type="radio"]:checked
    ~ .accslide {
    margin-top: 5%;
    opacity: 1;
    width: calc(100% - 80px);
  }
  .accslideDiagram
    li:nth-child(2):nth-last-child(1)
    input[type="radio"]:checked
    ~ .accslide {
    margin-top: 5%;
    opacity: 1;
    width: calc(100% - 80px);
  }
  .accslideDiagram
    li:nth-child(1):nth-last-child(3)
    input[type="radio"]:checked
    ~ .accslide {
    margin-top: 5%;
    opacity: 1;
    width: calc(100% - 120px);
  }
  .accslideDiagram
    li:nth-child(2):nth-last-child(2)
    input[type="radio"]:checked
    ~ .accslide {
    margin-top: 5%;
    opacity: 1;
    width: calc(100% - 120px);
  }
  .accslideDiagram
    li:nth-child(3):nth-last-child(1)
    input[type="radio"]:checked
    ~ .accslide {
    margin-top: 5%;
    opacity: 1;
    width: calc(100% - 120px);
  }
  .accslideDiagram
    li:nth-child(1):nth-last-child(4)
    input[type="radio"]:checked
    ~ .accslide {
    margin-top: 5%;
    opacity: 1;
    width: calc(100% - 160px);
  }
  .accslideDiagram
    li:nth-child(2):nth-last-child(3)
    input[type="radio"]:checked
    ~ .accslide {
    margin-top: 5%;
    opacity: 1;
    width: calc(100% - 160px);
  }
  .accslideDiagram
    li:nth-child(3):nth-last-child(2)
    input[type="radio"]:checked
    ~ .accslide {
    margin-top: 5%;
    opacity: 1;
    width: calc(100% - 160px);
  }
  .accslideDiagram
    li:nth-child(4):nth-last-child(1)
    input[type="radio"]:checked
    ~ .accslide {
    margin-top: 5%;
    opacity: 1;
    width: calc(100% - 160px);
  }
  .accslideDiagram
    li:nth-child(1):nth-last-child(5)
    input[type="radio"]:checked
    ~ .accslide {
    margin-top: 5%;
    opacity: 1;
    width: calc(100% - 200px);
  }
  .accslideDiagram
    li:nth-child(2):nth-last-child(4)
    input[type="radio"]:checked
    ~ .accslide {
    margin-top: 5%;
    opacity: 1;
    width: calc(100% - 200px);
  }
  .accslideDiagram
    li:nth-child(3):nth-last-child(3)
    input[type="radio"]:checked
    ~ .accslide {
    margin-top: 5%;
    opacity: 1;
    width: calc(100% - 200px);
  }
  .accslideDiagram
    li:nth-child(4):nth-last-child(2)
    input[type="radio"]:checked
    ~ .accslide {
    margin-top: 5%;
    opacity: 1;
    width: calc(100% - 200px);
  }
  .accslideDiagram
    li:nth-child(5):nth-last-child(1)
    input[type="radio"]:checked
    ~ .accslide {
    margin-top: 5%;
    opacity: 1;
    width: calc(100% - 200px);
  }
  .accslideDiagram
    li:nth-child(1):nth-last-child(6)
    input[type="radio"]:checked
    ~ .accslide {
    margin-top: 5%;
    opacity: 1;
    width: calc(100% - 240px);
  }
  .accslideDiagram
    li:nth-child(2):nth-last-child(5)
    input[type="radio"]:checked
    ~ .accslide {
    margin-top: 5%;
    opacity: 1;
    width: calc(100% - 240px);
  }
  .accslideDiagram
    li:nth-child(3):nth-last-child(4)
    input[type="radio"]:checked
    ~ .accslide {
    margin-top: 5%;
    opacity: 1;
    width: calc(100% - 240px);
  }
  .accslideDiagram
    li:nth-child(4):nth-last-child(3)
    input[type="radio"]:checked
    ~ .accslide {
    margin-top: 5%;
    opacity: 1;
    width: calc(100% - 240px);
  }
  .accslideDiagram
    li:nth-child(5):nth-last-child(2)
    input[type="radio"]:checked
    ~ .accslide {
    margin-top: 5%;
    opacity: 1;
    width: calc(100% - 240px);
  }
  .accslideDiagram
    li:nth-child(6):nth-last-child(1)
    input[type="radio"]:checked
    ~ .accslide {
    margin-top: 5%;
    opacity: 1;
    width: calc(100% - 240px);
  }
  .accslideDiagram
    li:nth-child(1):nth-last-child(7)
    input[type="radio"]:checked
    ~ .accslide {
    margin-top: 5%;
    opacity: 1;
    width: calc(100% - 280px);
  }
  .accslideDiagram
    li:nth-child(2):nth-last-child(6)
    input[type="radio"]:checked
    ~ .accslide {
    margin-top: 5%;
    opacity: 1;
    width: calc(100% - 280px);
  }
  .accslideDiagram
    li:nth-child(3):nth-last-child(5)
    input[type="radio"]:checked
    ~ .accslide {
    margin-top: 5%;
    opacity: 1;
    width: calc(100% - 280px);
  }
  .accslideDiagram
    li:nth-child(4):nth-last-child(4)
    input[type="radio"]:checked
    ~ .accslide {
    margin-top: 5%;
    opacity: 1;
    width: calc(100% - 280px);
  }
  .accslideDiagram
    li:nth-child(5):nth-last-child(3)
    input[type="radio"]:checked
    ~ .accslide {
    margin-top: 5%;
    opacity: 1;
    width: calc(100% - 280px);
  }
  .accslideDiagram
    li:nth-child(6):nth-last-child(2)
    input[type="radio"]:checked
    ~ .accslide {
    margin-top: 5%;
    opacity: 1;
    width: calc(100% - 280px);
  }
  .accslideDiagram
    li:nth-child(7):nth-last-child(1)
    input[type="radio"]:checked
    ~ .accslide {
    margin-top: 5%;
    opacity: 1;
    width: calc(100% - 280px);
  }
  .accslideDiagram
    li:nth-child(1):nth-last-child(8)
    input[type="radio"]:checked
    ~ .accslide {
    margin-top: 5%;
    opacity: 1;
    width: calc(100% - 320px);
  }
  .accslideDiagram
    li:nth-child(2):nth-last-child(7)
    input[type="radio"]:checked
    ~ .accslide {
    margin-top: 5%;
    opacity: 1;
    width: calc(100% - 320px);
  }
  .accslideDiagram
    li:nth-child(3):nth-last-child(6)
    input[type="radio"]:checked
    ~ .accslide {
    margin-top: 5%;
    opacity: 1;
    width: calc(100% - 320px);
  }
  .accslideDiagram
    li:nth-child(4):nth-last-child(5)
    input[type="radio"]:checked
    ~ .accslide {
    margin-top: 5%;
    opacity: 1;
    width: calc(100% - 320px);
  }
  .accslideDiagram
    li:nth-child(5):nth-last-child(4)
    input[type="radio"]:checked
    ~ .accslide {
    margin-top: 5%;
    opacity: 1;
    width: calc(100% - 320px);
  }
  .accslideDiagram
    li:nth-child(6):nth-last-child(3)
    input[type="radio"]:checked
    ~ .accslide {
    margin-top: 5%;
    opacity: 1;
    width: calc(100% - 320px);
  }
  .accslideDiagram
    li:nth-child(7):nth-last-child(2)
    input[type="radio"]:checked
    ~ .accslide {
    margin-top: 5%;
    opacity: 1;
    width: calc(100% - 320px);
  }
  .accslideDiagram
    li:nth-child(8):nth-last-child(1)
    input[type="radio"]:checked
    ~ .accslide {
    margin-top: 5%;
    opacity: 1;
    width: calc(100% - 320px);
  }
}
@media screen and (max-width: 480px) {
  /*æ‰‹æ©Ÿ*/
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  .accslideDiagram label {
    display: block;
    float: top;
    height: 40px;
    width: 100vw;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    line-height: 50px;
    transition: background 300ms ease;
	border: #eee solid;
    border-width: 0 0 0 1px;
    border-image: linear-gradient(to bottom, #181818, #eee, #181818) 1 100%;
    background: none;
  }
  .accslideDiagram input[type="radio"]:not(:checked) ~ label &gt; * {
    padding-left: 7px;
    font-size: 1.2em;
    white-space: nowrap;
	font-family: 'Orbitron', cursive!important;
  }
  .pageStyle {
    height: 120vh;
  }
  .accslideDiagram
    li:nth-child(1):nth-last-child(2)
    input[type="radio"]:checked
    ~ .accslide {
    margin-top: 5%;
    opacity: 1;
    width: calc(100%);
  }
  .accslideDiagram
    li:nth-child(2):nth-last-child(1)
    input[type="radio"]:checked
    ~ .accslide {
    margin-top: 5%;
    opacity: 1;
    width: calc(100%);
  }
  .accslideDiagram
    li:nth-child(1):nth-last-child(3)
    input[type="radio"]:checked
    ~ .accslide {
    margin-top: 5%;
    opacity: 1;
    width: calc(100%);
  }
  .accslideDiagram
    li:nth-child(2):nth-last-child(2)
    input[type="radio"]:checked
    ~ .accslide {
    margin-top: 5%;
    opacity: 1;
    width: calc(100%);
  }
  .accslideDiagram
    li:nth-child(3):nth-last-child(1)
    input[type="radio"]:checked
    ~ .accslide {
    margin-top: 5%;
    opacity: 1;
    width: calc(100%);
  }
  .accslideDiagram
    li:nth-child(1):nth-last-child(4)
    input[type="radio"]:checked
    ~ .accslide {
    margin-top: 5%;
    opacity: 1;
    width: calc(100%);
  }
  .accslideDiagram
    li:nth-child(2):nth-last-child(3)
    input[type="radio"]:checked
    ~ .accslide {
    margin-top: 5%;
    opacity: 1;
    width: calc(100%);
  }
  .accslideDiagram
    li:nth-child(3):nth-last-child(2)
    input[type="radio"]:checked
    ~ .accslide {
    margin-top: 5%;
    opacity: 1;
    width: calc(100%);
  }
  .accslideDiagram
    li:nth-child(4):nth-last-child(1)
    input[type="radio"]:checked
    ~ .accslide {
    margin-top: 5%;
    opacity: 1;
    width: calc(100%);
  }
  .accslideDiagram
    li:nth-child(1):nth-last-child(5)
    input[type="radio"]:checked
    ~ .accslide {
    margin-top: 5%;
    opacity: 1;
    width: calc(100%);
  }
  .accslideDiagram
    li:nth-child(2):nth-last-child(4)
    input[type="radio"]:checked
    ~ .accslide {
    margin-top: 5%;
    opacity: 1;
    width: calc(100%);
  }
  .accslideDiagram
    li:nth-child(3):nth-last-child(3)
    input[type="radio"]:checked
    ~ .accslide {
    margin-top: 5%;
    opacity: 1;
    width: calc(100%);
  }
  .accslideDiagram
    li:nth-child(4):nth-last-child(2)
    input[type="radio"]:checked
    ~ .accslide {
    margin-top: 5%;
    opacity: 1;
    width: calc(100%);
  }
  .accslideDiagram
    li:nth-child(5):nth-last-child(1)
    input[type="radio"]:checked
    ~ .accslide {
    margin-top: 5%;
    opacity: 1;
    width: calc(100%);
  }
  .accslideDiagram
    li:nth-child(1):nth-last-child(6)
    input[type="radio"]:checked
    ~ .accslide {
    margin-top: 5%;
    opacity: 1;
    width: calc(100%);
  }
  .accslideDiagram
    li:nth-child(2):nth-last-child(5)
    input[type="radio"]:checked
    ~ .accslide {
    margin-top: 5%;
    opacity: 1;
    width: calc(100%);
  }
  .accslideDiagram
    li:nth-child(3):nth-last-child(4)
    input[type="radio"]:checked
    ~ .accslide {
    margin-top: 5%;
    opacity: 1;
    width: calc(100%);
  }
  .accslideDiagram
    li:nth-child(4):nth-last-child(3)
    input[type="radio"]:checked
    ~ .accslide {
    margin-top: 5%;
    opacity: 1;
    width: calc(100%);
  }
  .accslideDiagram
    li:nth-child(5):nth-last-child(2)
    input[type="radio"]:checked
    ~ .accslide {
    margin-top: 5%;
    opacity: 1;
    width: calc(100%);
  }
  .accslideDiagram
    li:nth-child(6):nth-last-child(1)
    input[type="radio"]:checked
    ~ .accslide {
    margin-top: 5%;
    opacity: 1;
    width: calc(100%);
  }
  .accslideDiagram
    li:nth-child(1):nth-last-child(7)
    input[type="radio"]:checked
    ~ .accslide {
    margin-top: 5%;
    opacity: 1;
    width: calc(100%);
  }
  .accslideDiagram
    li:nth-child(2):nth-last-child(6)
    input[type="radio"]:checked
    ~ .accslide {
    margin-top: 5%;
    opacity: 1;
    width: calc(100%);
  }
  .accslideDiagram
    li:nth-child(3):nth-last-child(5)
    input[type="radio"]:checked
    ~ .accslide {
    margin-top: 5%;
    opacity: 1;
    width: calc(100%);
  }
  .accslideDiagram
    li:nth-child(4):nth-last-child(4)
    input[type="radio"]:checked
    ~ .accslide {
    margin-top: 5%;
    opacity: 1;
    width: calc(100%);
  }
  .accslideDiagram
    li:nth-child(5):nth-last-child(3)
    input[type="radio"]:checked
    ~ .accslide {
    margin-top: 5%;
    opacity: 1;
    width: calc(100%);
  }
  .accslideDiagram
    li:nth-child(6):nth-last-child(2)
    input[type="radio"]:checked
    ~ .accslide {
    margin-top: 5%;
    opacity: 1;
    width: calc(100%);
  }
  .accslideDiagram
    li:nth-child(7):nth-last-child(1)
    input[type="radio"]:checked
    ~ .accslide {
    margin-top: 5%;
    opacity: 1;
    width: calc(100%);
  }
  .accslideDiagram
    li:nth-child(1):nth-last-child(8)
    input[type="radio"]:checked
    ~ .accslide {
    margin-top: 5%;
    opacity: 1;
    width: calc(100%);
  }
  .accslideDiagram
    li:nth-child(2):nth-last-child(7)
    input[type="radio"]:checked
    ~ .accslide {
    margin-top: 5%;
    opacity: 1;
    width: calc(100%);
  }
  .accslideDiagram
    li:nth-child(3):nth-last-child(6)
    input[type="radio"]:checked
    ~ .accslide {
    margin-top: 5%;
    opacity: 1;
    width: calc(100%);
  }
  .accslideDiagram
    li:nth-child(4):nth-last-child(5)
    input[type="radio"]:checked
    ~ .accslide {
    margin-top: 5%;
    opacity: 1;
    width: calc(100%);
  }
  .accslideDiagram
    li:nth-child(5):nth-last-child(4)
    input[type="radio"]:checked
    ~ .accslide {
    margin-top: 5%;
    opacity: 1;
    width: calc(100%);
  }
  .accslideDiagram
    li:nth-child(6):nth-last-child(3)
    input[type="radio"]:checked
    ~ .accslide {
    margin-top: 5%;
    opacity: 1;
    width: calc(100%);
  }
  .accslideDiagram
    li:nth-child(7):nth-last-child(2)
    input[type="radio"]:checked
    ~ .accslide {
    margin-top: 5%;
    opacity: 1;
    width: calc(100%);
  }
  .accslideDiagram
    li:nth-child(8):nth-last-child(1)
    input[type="radio"]:checked
    ~ .accslide {
    margin-top: 5%;
    opacity: 1;
    width: calc(100%);
  }
}
/* SLIDES */
.accslide {
  opacity: 0;
  margin-top: 25%;
  text-align: center;
  display: block;
  height: 100%;
  width: 0px;
  padding: 10px 0;
  float: left;
  overflow-x: hidden;
  font-size: 12px;
  line-height: 1.5;
  white-space: nowrap;
  transition: all 700ms ease;
}
.accslide * {
  margin:0 auto;
}
.accslide img {
  margin-top: 10px;
}

.accslideDiagram input[type="radio"]:checked ~ label &gt; * {
  display: none;
}

.accslide-content .desktop{
	width: 100%;
	font-family: 'Alumni Sans', sans-serif;font-size:55px;
}
.accslide-content .mobile{
	width: 80%;
	font-family: 'Alumni Sans', sans-serif;font-size:55px;
}</pre></body></html>