#s-m-t-tooltip {
z-index: 9999;
background: #fff;
font-size: 12px;
line-height: 13px;
letter-spacing: 1px;
border:solid 1px;
max-width: 250px;
word-wrap: break-word;
padding: 2px 5px 2px 6px;
display: block;
margin: 24px 14px 7px 12px;
  }    
  
.gallery img.s-m-t-tooltip:hover {
  border: 1px dashed black;
}

  ::selection {
  color: grey;
}

.click {
  cursor: help;
    position: relative;
  display: inline-block;
} 


.popup img{
  width:21rem;
  margin: 0 auto;
}
 
 .gallery img{
   height:16rem;
   width:auto;
   background-size: cover;    
  background-position: center;
  background-repeat: no-repeat;
   display:inline-block;
   gap:1rem;
 }
#pop {
  top: 0;
  left: 0;
  position: fixed;
  z-index: 999;
}

#pop1, #pop2, #pop3, #pop4, #pop5, #pop6, #pop7, #pop8, #pop9, #pop10, #pop11, #pop12, #pop13, #pop14, #pop15, #pop16{
  display:none;
}

.fade { 
  background-color: rgba(255, 255, 255, 0.9);
  top: 0;
  left: 0;
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100%;
}

.popup {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  background: #fff; 
  font-family: "Archivo", sans-serif;
  padding: 10px; 
  z-index: 9999;
  max-width: 700rem;
  text-align:justify;
  overflow:scroll;
  height:90vh;
  overflow-x:hidden;
}

@media screen and (max-width: 768px) {
  .popup {
    width: 86%;   /* take most of the screen width */
    margin: 0 auto;
  }
}


@media screen and (max-width: 480px) {
  .popup {
    width: 86%;   
    margin: 0 auto;
    font-size: 8pt; 
  }
}

html,
body,
div {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

* {
  cursor: url(https://cur.cursors-4u.net/anime/ani-10/ani971.ani),
    url(https://cur.cursors-4u.net/anime/ani-10/ani971.png), auto !important;
  box-sizing: border-box;
}

body {
    font-family:archivo;
  height:100vh;
  line-height: 1;
  min-width: 320px;
  overflow-x: hidden;
  word-wrap: break-word;
  background-color: #f2f2f2;
  line-height: 1;
  -webkit-text-size-adjust: none;
}

body:after {
  background-color: #9cacba;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transform: scale(1);
  transition: opacity 2s ease-in-out 0s, visibility 2s 0s;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}

html {
  font-size: 9pt;
}

#wrapper {
  -webkit-overflow-scrolling: touch;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

#main {
  align-items: center;
  display: flex;
  justify-content: center;
  max-width: 100%;
  position: relative;
  z-index: 1;
  transition: opacity 1.75s ease 1.25s, transform 1.75s ease 1.25s;
}

#main > .inner {
  --padding-horizontal: 0rem;
  --padding-vertical: 11.125rem;
  --spacing: 0rem;
  --width: 43rem;
  padding: var(--padding-vertical) var(--padding-horizontal);
  width: var(--width);
}

#main > .inner > .full {
  margin-left: calc(var(--padding-horizontal) * -1);
  max-width: calc(100% + calc(var(--padding-horizontal) * 2) + 0.4725px);
  width: calc(100% + calc(var(--padding-horizontal) * 2) + 0.4725px);
}

#main > .inner > .full:last-child {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#main > .inner > .full.screen {
  border-radius: 0 !important;
  max-width: 100vw;
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  right: auto;
}

body.is-loading #main {
  opacity: 0;
  transform: translateY(-3rem);
}

body.is-instant #main,
body.is-instant #main > .inner > *,
body.is-instant #main > .inner > section > * {
  transition: none !important;
}

body.is-instant:after {
  display: none !important;
  transition: none !important;
}

h1,
p {
  position: relative;
}


#text06 {
  text-align: center;
  color: #000000;
  font-family: "Archivo", sans-serif;
  font-size: 1.5em;
  line-height: 1.875;
  font-weight: 400;
}

a {
  color: #000;
}

a:hover {
  text-decoration: none;
}

#text02 {
  text-align: center;
  color: #000000;
  font-family: "Archivo", sans-serif;
  font-size: 7em;
  line-height: 1.125;
  font-weight: 400;
}

#text01 {
  text-align: left;
  color: #000000;
  font-family: "Archivo", sans-serif;
  letter-spacing: 0.025rem;
  width: calc(100% + 0.025rem);
  font-size: 4em;
  line-height: 2.125;
  font-weight: 400;
}

#text01 mark {
  color: transparent;
}

#text04,
#text05,
#text03, .popup {
  text-align: justify;
  color: #000000;
  font-family: "Archivo", sans-serif;
  font-size: 1.5em;
  line-height: 1.5;
  font-weight: 400;
  white-space: pre-line;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

kbd{
  background-color: #dfe3e7;
  padding-left:4px;
  padding-bottom:4px;
  padding-right:2px;
  border-left: 2px black solid;
    font-family:inherit;
}

.container {
  position: relative;
}

.container > .wrapper {
  vertical-align: top;
  position: relative;
  max-width: 100%;
  border-radius: inherit;
}

.container > .wrapper > .inner {
  vertical-align: top;
  position: relative;
  max-width: 100%;
  border-radius: inherit;
}


#container01 {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-image: url(""),
    linear-gradient(45deg, #f5f5f5 0%, #9cacba 100%);
  background-size: 256px, cover;
  background-position: center, 0% 0%;
  background-repeat: repeat, repeat;
  border-color: #9cacba;
  border-style: solid;
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-radius: 0rem;
}

#container01 > .wrapper > .inner {
  --gutters: 1rem;
  --padding-horizontal: 2rem;
  --padding-vertical: 2rem;
  padding: var(--padding-vertical) var(--padding-horizontal);
}

#container01 > .wrapper {
  max-width: var(--width);
  width: 100%;
}

#container01.default > .wrapper > .inner > * {
  margin-bottom: var(--spacing);
  margin-top: var(--spacing);
}

#container01.columns > .wrapper > .inner {
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
}

#container01.columns > .wrapper > .inner > * {
  flex-grow: 0;
  flex-shrink: 0;
  max-width: 100%;
  text-align: var(--alignment);
  padding: 0 0 0 var(--gutters);
}



#container01.default > .wrapper > .inner > .full {
  margin-left: calc(var(--padding-horizontal) * -1);
  max-width: none !important;
  width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container01.default > .wrapper > .inner > .full:first-child {
  margin-top: calc(var(--padding-vertical) * -1) !important;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

#container01.default > .wrapper > .inner > .full:last-child {
  margin-bottom: calc(var(--padding-vertical) * -1) !important;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}

#container01.columns > .wrapper > .inner > div > .full {
  margin-left: calc(var(--gutters) * -0.5);
  max-width: none !important;
  width: calc(100% + var(--gutters) + 0.4725px);
}

#container01.columns > .wrapper > .inner > div:first-child > .full {
  margin-left: calc(var(--padding-horizontal) * -1);
  width: calc(
    100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px
  );
}

#container01.columns > .wrapper > .inner > div:last-child > .full {
  width: calc(
    100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px
  );
}

#container01.columns > .wrapper > .inner > div > .full:first-child {
  margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container01.columns > .wrapper > .inner > div > .full:last-child {
  margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container01.columns > .wrapper > .inner > div:first-child,
#container01.columns > .wrapper > .inner > div:first-child > .full:first-child {
  border-top-left-radius: inherit;
}

#container01.columns > .wrapper > .inner > div:last-child,
#container01.columns > .wrapper > .inner > div:last-child > .full:first-child {
  border-top-right-radius: inherit;
}

#container01.columns > .wrapper > .inner > .full {
  align-self: stretch;
}

#container01.columns > .wrapper > .inner > .full:first-child {
  border-bottom-left-radius: inherit;
  border-top-left-radius: inherit;
}

#container01.columns > .wrapper > .inner > .full:last-child {
  border-bottom-right-radius: inherit;
  border-top-right-radius: inherit;
}

#container01.columns
  > .wrapper
  > .inner
  > .full
  > .full:first-child:last-child {
  border-radius: inherit;
  height: calc(100% + (var(--padding-vertical) * 2));
}

#container01.columns
  > .wrapper
  > .inner
  > .full
  > .full:first-child:last-child
  > * {
  border-radius: inherit;
  height: 100%;
  position: absolute;
  width: 100%;
}

#container02 {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-image: url("/web/20220813033412im_/https://nao.drr.ac/"),
    linear-gradient(45deg, #f5f5f5 0%, #9cacba 100%);
  background-size: 256px, cover;
  background-position: center, 0% 0%;
  background-repeat: repeat, repeat;
  border-color: #9cacba;
  border-style: solid;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-radius: 0rem;
}

#container02 > .wrapper > .inner {
  --gutters: 1rem;
  --padding-horizontal: 2rem;
  --padding-vertical: 2rem;
  padding: var(--padding-vertical) var(--padding-horizontal);
}

#container02 > .wrapper {
  max-width: var(--width);
  width: 100%;
}

#container02.default > .wrapper > .inner > * {
  margin-bottom: var(--spacing);
  margin-top: var(--spacing);
}

#container02.default > .wrapper > .inner > *:first-child {
  margin-top: 0 !important;
}

#container02.default > .wrapper > .inner > *:last-child {
  margin-bottom: 0 !important;
}

#container02.columns > .wrapper > .inner {
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
}

#container02.columns > .wrapper > .inner > * {
  flex-grow: 0;
  flex-shrink: 0;
  max-width: 100%;
  text-align: var(--alignment);
  padding: 0 0 0 var(--gutters);
}

#container02.columns > .wrapper > .inner > * > * {
  margin-bottom: var(--spacing);
  margin-top: var(--spacing);
}

#container02.columns > .wrapper > .inner > * > *:first-child {
  margin-top: 0 !important;
}

#container02.columns > .wrapper > .inner > * > *:last-child {
  margin-bottom: 0 !important;
}

#container02.columns > .wrapper > .inner > *:first-child {
  margin-left: calc(var(--gutters) * -1);
}

#container02.default > .wrapper > .inner > .full {
  margin-left: calc(var(--padding-horizontal) * -1);
  max-width: none !important;
  width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}

#container02.default > .wrapper > .inner > .full:first-child {
  margin-top: calc(var(--padding-vertical) * -1) !important;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

#container02.default > .wrapper > .inner > .full:last-child {
  margin-bottom: calc(var(--padding-vertical) * -1) !important;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}

#container02.columns > .wrapper > .inner > div > .full {
  margin-left: calc(var(--gutters) * -0.5);
  max-width: none !important;
  width: calc(100% + var(--gutters) + 0.4725px);
}

#container02.columns > .wrapper > .inner > div:first-child > .full {
  margin-left: calc(var(--padding-horizontal) * -1);
  width: calc(
    100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px
  );
}

#container02.columns > .wrapper > .inner > div:last-child > .full {
  width: calc(
    100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px
  );
}

#container02.columns > .wrapper > .inner > div > .full:first-child {
  margin-top: calc(var(--padding-vertical) * -1) !important;
}

#container02.columns > .wrapper > .inner > div > .full:last-child {
  margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#container02.columns > .wrapper > .inner > div:first-child,
#container02.columns > .wrapper > .inner > div:first-child > .full:first-child {
  border-top-left-radius: inherit;
}

#container02.columns > .wrapper > .inner > div:last-child,
#container02.columns > .wrapper > .inner > div:last-child > .full:first-child {
  border-top-right-radius: inherit;
}

#container02.columns > .wrapper > .inner > .full {
  align-self: stretch;
}

#container02.columns > .wrapper > .inner > .full:first-child {
  border-bottom-left-radius: inherit;
  border-top-left-radius: inherit;
}

#container02.columns > .wrapper > .inner > .full:last-child {
  border-bottom-right-radius: inherit;
  border-top-right-radius: inherit;
}

#container02.columns
  > .wrapper
  > .inner
  > .full
  > .full:first-child:last-child {
  border-radius: inherit;
  height: calc(100% + (var(--padding-vertical) * 2));
}

#container02.columns
  > .wrapper
  > .inner
  > .full
  > .full:first-child:last-child
  > * {
  border-radius: inherit;
  height: 100%;
  position: absolute;
  width: 100%;
}

#container02 > .wrapper > .inner > :nth-child(1) {
  width: calc(50% + (var(--gutters) / 2));
}

#container02 > .wrapper > .inner > :nth-child(2) {
  width: calc(50% + (var(--gutters) / 2));
}

hr {
  border: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

hr:before {
  content: "";
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}

#divider01:before {
  width: 100%;
  border-top: solid 1px transparent;
  height: 1px;
  margin-top: -0.5px;
}

#divider02:before {
  width: 100%;
  border-top: solid 1px transparent;
  height: 1px;
  margin-top: -0.5px;
}

@media (max-width: 1920px) {
}

@media (max-width: 1680px) {
  html {
    font-size: 7pt;
  }
}

@media (max-width: 1280px) {
  html {
    font-size: 6pt;
  }
}

@media (max-width: 1024px) {
}

@media (max-width: 980px) {
  html {
    font-size: 5pt;
  }
}

@media (max-width: 736px) {
  html {
    font-size: 5pt;
  }

  #main > .inner {
    --padding-horizontal: 0rem;
    --padding-vertical: 12rem;
    --spacing: 0rem;
  }

  #text06 {
    letter-spacing: 0rem;
    width: 100%;
    font-size: 1.5em;
    line-height: 1.875;
  }

  #text02 {
    letter-spacing: 0rem;
    width: 100%;
    font-size: 4.5em;
    line-height: 1.125;
  }

  #text01 {
    letter-spacing: 0.021875rem;
    width: calc(100% + 0.021875rem);
    font-size: 4em;
    line-height: 2.125;
  }

  #text04, #text03, #text05 {
    letter-spacing: 0rem;
    width: 100%;
    font-size: 1.5em;
    line-height: 1.5;
    text-align:justify;
  }

  #container01 > .wrapper > .inner {
    --gutters: 1rem;
    --padding-horizontal: 2rem;
    --padding-vertical: 2rem;
  }

  #container02 > .wrapper > .inner {
    --gutters: 1rem;
    --padding-horizontal: 2rem;
    --padding-vertical: 2rem;
  }

  #divider01:before {
    width: 100rem;
  }

  #divider02:before {
    width: 100rem;
  }
}

@media (max-width: 480px) {
  #main > .inner {
    --spacing: 0rem;
  }
}

@media (max-width: 360px) {
  #main > .inner {
    --padding-horizontal: 0rem;
    --padding-vertical: 9rem;
    --spacing: 0rem;
  }


  #text02{
    font-size: 4.5em;
  }

  #text01 {
    font-size: 4em;
  }

  #text04, #text03, #text05, #text06 {
    font-size: 1.5em;
  }

  #container01 > .wrapper > .inner {
    --gutters: 0.75rem;
    --padding-horizontal: 1.5rem;
    --padding-vertical: 1.5rem;
  }

  #container02 > .wrapper > .inner {
    --gutters: 0.75rem;
    --padding-horizontal: 1.5rem;
    --padding-vertical: 1.5rem;
  }
}

#glenplayer02 {
  position: relative;
  bottom: 2rem;
  display: flex;
}

#glenplayer02 a {
  text-decoration: none;
}

#glenplayer02 > div {
  align-self: center;
  -webkit-align-self: center;
}

.music-controls {
  user-select: none;
  -webkit-user-select: none;
  width: 17px;
  font-size: 18px;
  cursor: pointer;
}

.playy,
.pausee {
  background: rgb(127, 165, 198);
  background: radial-gradient(
    circle,
    rgba(127, 165, 198, 1) 20%,
    rgba(255, 255, 255, 1) 76%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0.75px #000;
  -webkit-filter: drop-shadow(0px 0px 7px #ffffff);
}

.pausee {
  display: none;
}

.sonata {
  width: 12em;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 17px;
  color: #546c7f;
  padding-left:10px;
  font-weight: bold;
  text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
  
}

.labeltext {
  margin-left: 0px;
  position: relative;
  bottom: 10px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 13px;
  color: #7fa5c6;
  font-weight: bold;
  text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0; 
}


#text04,
#text05 {
  background-color: white;
  border: 1px solid black;
  border-radius: 0.5rem;
  overflow-x: hidden;
  overflow-y: scroll;
  height:  17em;
  padding: 2px;
}

#text03 {
  background-color: white;
  border: 1px solid black;
  border-radius: 0.25rem;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 12.8em;
  padding: 2px;
}

#text03 mark,
#text04 mark,
#text05 mark {
  padding: 2px;
  font-weight: bold;
  background: rgb(180, 195, 208);
  background: radial-gradient(
    circle,
    rgba(180, 195, 208, 1) 20%,
    rgba(255, 255, 255, 1) 76%
  );
  border: 1px solid black;
  border-top-left-radius: 0.375rem;
  border-bottom-right-radius: 0.25rem;
}

#container02 {
  border-bottom-right-radius: 4rem;
  border-bottom-left-radius: 0.25rem;
}

#container01 {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

#container02 {
  bottom: 3.5rem;
}

#text02 {
  bottom: 2rem;
  text-align: center;
  font-size: 9rem;
  font-family: Melts Script;
  z-index: 99;
  background: rgb(60, 86, 108);
  background: linear-gradient(
    180deg,
    rgba(60, 86, 108, 1) 2%,
    rgba(151, 167, 181, 1) 50%,
    rgba(255, 255, 255, 1) 76%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0.75px #516c84;
}

#text01 mark {
  width: 100%;
  border-radius: 100%;
  background-color: white;
  border: 1px solid black;
}

#text01 {
  top: 1.625rem;
  position: absolute;
  z-index: 2;
  -webkit-transform: rotate(-1deg);
  -moz-transform: rotate(-1deg);
  -o-transform: rotate(-1deg);
  writing-mode: lr-tb;
  white-space: nowrap;
}

@font-face {
  font-family: Melts Script;
  src: url(https://dl.dropbox.com/s/r630eh427p0g1n3/BratsyScriptDemoReguler-yww0Z.otf);
}

#suckmydick {
  white-space: nowrap;
  font-family: Melts Script;
  background: rgb(60, 86, 108);
  background: linear-gradient(
    180deg,
    rgba(60, 86, 108, 1) 2%,
    rgba(151, 167, 181, 1) 50%,
    rgba(255, 255, 255, 1) 76%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0.75px #516c84;
  font-size: 3.5rem;
  line-height: 2rem;
}


figure.blurfilter {
  border-radius: 0.5rem;
  border-color: rgba(255, 255, 255, 0.361);
  border-style: solid;
  border-width: 2px;
  box-shadow: 0rem 0rem 0rem 0.125rem #000000;
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.figcaption img {
  width: 10px;
}

figure.blurfilter img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.2s 0.2s;
}


figure.blurfilter figcaption {
  position: absolute;
  display: block;
  text-align: left;
  line-height: 2.125rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  background: #ffffff95;
  border-radius: 0.5rem;
  padding: 10px;
  white-space: nowrap;
  width: 90%;
  height: 90%;
  overflow-x: hidden;
  overflow-y: scroll;
  top: 5%;
  left: 5%;
   font-family: "Archivo", sans-serif;
  font-size: 2rem;
  opacity: 0;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.3s;
}

figure.blurfilter figcaption h3 {
  border-bottom: 1px solid red;
  text-align: left;
  width: 90%;
  margin: 0;
}

figure.blurfilter figcaption p {
  text-align: left;
  margin-top: 10px;
  line-height: 1.5;
}


u:hover .sparkle {
  color: #516c84;
}

.sparkle {
  pointer-events: none;
  transition: color 0.3s ease;
}

u {
  text-decoration: none;
  color:#000;
}

i{
  font-style:normal;
}


figure.blurfilter:hover figcaption {
  opacity: 1;
  -moz-transition: all 0.3s 0.3s;
  -webkit-transition: all 0.3s 0.3s;
  transition: all 0.3s 0.1s;
}

figure.slideup figcaption {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

figure.slideup:hover figcaption {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

::-webkit-scrollbar {
  width: 14px;
}

::-webkit-scrollbar:horizontal {
  height: 14px;
}

::-webkit-scrollbar-corner {
  background: #eee;
}

::-webkit-scrollbar-track:vertical {
  background: linear-gradient(90deg, #e5e5e5, #f0f0f0 20%);
  border-radius: 5px;
}

::-webkit-scrollbar-track:horizontal {
  background: linear-gradient(180deg, #e5e5e5, #f0f0f0 20%);
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  border: 1.5px solid #888;
  border-radius: 5px;
  box-shadow: inset 0 -1px 1px #fff, inset 0 1px 1px #fff;
}

::-webkit-scrollbar-thumb:vertical {
  background: linear-gradient(90deg, #eee 45%, #ddd 0, #bbb);
}

::-webkit-scrollbar-thumb:horizontal {
  background: linear-gradient(180deg, #eee 45%, #ddd 0, #bbb);
}
