@charset "UTF-8";
#body {
  flex: 1;
  height: 100vh;
  display: flex;
  flex-flow: column;
}
#body #content {
  padding: 0 0 20px 0;
  color: #5f5f74;
}
@media (prefers-color-scheme: dark) {
  #body #content {
    color: #fcf4e8;
  }
}
#body #content img {
  width: 100%;
  margin: 0 0 20px 0;
}
#body #content iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  margin: 0 0 40px 0;
}

/* noto-sans-condensed-bold */
@font-face {
  font-family: "Noto Sans Condensed Bold";
  font-style: normal;
  font-weight: 700;
  font-stretch: 75%;
  src: local("Noto Sans Condensed Bold"), local("NotoSansCondensed-Bold"), url(../fonts/noto-sans-condensed/noto-sans-condensed-bold.woff2) format("woff2"), url(../fonts/noto-sans-condensed/noto-sans-condensed-bold.woff) format("woff");
}
/* noto-sans-condensed-bold-italic */
@font-face {
  font-family: "Noto Sans Condensed Bold Italic";
  font-style: italic;
  font-weight: 700;
  font-stretch: 75%;
  src: local("Noto Sans Condensed Bold Italic"), local("NotoSansCondensed-BoldItalic"), url(../fonts/noto-sans-condensed/noto-sans-condensed-bold-italic.woff2) format("woff2"), url(../fonts/noto-sans-condensed/noto-sans-condensed-bold-italic.woff) format("woff");
}
/* noto-sans-condensed-italic */
@font-face {
  font-family: "Noto Sans Condensed Italic";
  font-style: italic;
  font-weight: 400;
  font-stretch: 75%;
  src: local("Noto Sans Condensed Italic"), local("NotoSansCondensed-Italic"), url(../fonts/noto-sans-condensed/noto-sans-condensed-italic.woff2) format("woff2"), url(../fonts/noto-sans-condensed/noto-sans-condensed-italic.woff) format("woff");
}
/* noto-sans-condensed-regular */
@font-face {
  font-family: "Noto Sans Condensed Regular";
  font-style: normal;
  font-weight: 400;
  font-stretch: 75%;
  src: local("Noto Sans Condensed Regular"), local("NotoSansCondensed-Regular"), url(../fonts/noto-sans-condensed/noto-sans-condensed.woff2) format("woff2"), url(../fonts/noto-sans-condensed/noto-sans-condensed.woff) format("woff");
}
/* noto-sans-hebrew-condensed-bold */
@font-face {
  font-family: "Noto Sans Hebrew Condensed Bold";
  font-style: normal;
  font-weight: 700;
  font-stretch: 75%;
  src: local("Noto Sans Hebrew Condensed Bold"), local("NotoSansHebrewCondensed-Bold"), url(../fonts/noto-sans-hebrew-condensed/noto-sans-hebrew-condensed-bold.woff2) format("woff2"), url(../fonts/noto-sans-hebrew-condensed/noto-sans-hebrew-condensed-bold.woff) format("woff");
}
/* noto-sans-hebrew-condensed-regular */
@font-face {
  font-family: "Noto Sans Hebrew Condensed Regular";
  font-style: normal;
  font-weight: 400;
  font-stretch: 75%;
  src: local("Noto Sans Hebrew Condensed Regular"), local("NotoSansHebrewCondensed-Regular"), url(../fonts/noto-sans-hebrew-condensed/noto-sans-hebrew-condensed.woff2) format("woff2"), url(../fonts/noto-sans-hebrew-condensed/noto-sans-hebrew-condensed.woff) format("woff");
}
/* noto-sans-myanmar-bold */
@font-face {
  font-family: "Noto Sans Myanmar Bold";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  src: local("Noto Sans Myanmar Bold"), local("NotoSansMyanmar-Bold"), url(../fonts/noto-sans-myanmar/noto-sans-myanmar-bold.woff2) format("woff2"), url(../fonts/noto-sans-myanmar/noto-sans-myanmar-bold.woff) format("woff");
}
/* noto-sans-myanmar-regular */
@font-face {
  font-family: "Noto Sans Myanmar Regular";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: local("Noto Sans Myanmar Regular"), local("NotoSansMyanmar-Regular"), url(../fonts/noto-sans-myanmar/noto-sans-myanmar.woff2) format("woff2"), url(../fonts/noto-sans-myanmar/noto-sans-myanmar.woff) format("woff");
}
/* noto-sans-thai-condensed-bold */
@font-face {
  font-family: "Noto Sans Thai Condensed Bold";
  font-style: normal;
  font-weight: 700;
  font-stretch: 75%;
  src: local("Noto Sans Thai Condensed Bold"), local("NotoSansThaiCondensed-Bold"), url(../fonts/noto-sans-thai-condensed/noto-sans-thai-condensed-bold.woff2) format("woff2"), url(../fonts/noto-sans-thai-condensed/noto-sans-thai-condensed-bold.woff) format("woff");
}
/* noto-sans-thai-condensed-regular */
@font-face {
  font-family: "Noto Sans Thai Condensed Regular";
  font-style: normal;
  font-weight: 400;
  font-stretch: 75%;
  src: local("Noto Sans Thai Condensed Regular"), local("NotoSansThaiCondensed-Regular"), url(../fonts/noto-sans-thai-condensed/noto-sans-thai-condensed.woff2) format("woff2"), url(../fonts/noto-sans-thai-condensed/noto-sans-thai-condensed.woff) format("woff");
}
html {
  background: #fcf4e8;
}
@media (prefers-color-scheme: dark) {
  html {
    background: #5f5f74;
  }
}
html body {
  display: flex;
  flex-flow: column;
  min-height: 98vh;
  margin: 0;
  padding: 0;
}
html body #body {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 20px 0 20px;
}
html body hr {
  border: none;
  height: 2px;
  background: #f6866b;
  margin: 0 0 40px 0;
}
html body #logo img {
  display: flex;
  align-items: center;
  display: block;
  height: auto;
  max-width: 200px;
}
@media (max-width: 400px) {
  html body #logo img {
    max-width: 150px;
  }
}

.scroll-indicator {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%;
  padding: 0;
  margin: 0;
}

.progress-container {
  width: 100%;
  height: 5px;
  padding: 0;
  margin: 0;
}

.progress-bar {
  height: 5px;
  width: 0%;
  padding: 0;
  margin: 0;
  background: #f6866b;
}
@media (prefers-color-scheme: dark) {
  .progress-bar {
    background: #9bb516;
  }
}

#footer {
  text-align: center;
  margin-top: auto;
  padding-bottom: 20px;
}
#footer p {
  margin: 0;
  padding: 0;
}

#header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: #fcf4e8;
}
@media (prefers-color-scheme: dark) {
  #header {
    background: #5f5f74;
  }
}
#header {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  padding: 20px 20px 0 20px;
}
#header #logo {
  margin: 0 0 20px;
}
#header ul {
  list-style: none;
  margin: 0;
  padding: 0 0 20px 0;
}

#language {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: flex-end;
}
#language button {
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  cursor: pointer;
  color: #5f5f74;
  transition: color 0.7s ease;
}
#language button:hover {
  color: #f6866b;
}
@media (prefers-color-scheme: dark) {
  #language button {
    color: #fcf4e8;
  }
  #language button:hover {
    color: #f6866b;
  }
}
#language #language-menu {
  display: none;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0 0 20px 0;
  z-index: 1000;
}
#language #language-menu li a {
  display: block;
  text-align: right;
}
#language #language-menu.is-open {
  display: flex;
}

html:lang(he) #language #language-menu li a {
  text-align: left;
}

html :lang(en) {
  font-family: "Noto Sans Condensed Regular";
}
html :lang(he) {
  font-family: "Noto Sans Hebrew Condensed Regular";
}
html :lang(my) {
  font-family: "Noto Sans Myanmar Regular";
}
html :lang(th) {
  font-family: "Noto Sans Thai Condensed Regular";
}
html {
  font-size: 19px;
}
html h2 :lang(en), html h3 :lang(en), html h4 :lang(en), html h5 :lang(en), html h6 :lang(en) {
  font-family: "Noto Sans Condensed Bold";
}
html h2 :lang(he), html h3 :lang(he), html h4 :lang(he), html h5 :lang(he), html h6 :lang(he) {
  font-family: "Noto Sans Hebrew Condensed Bold";
}
html h2 :lang(my), html h3 :lang(my), html h4 :lang(my), html h5 :lang(my), html h6 :lang(my) {
  font-family: "Noto Sans Myanmar Bold";
}
html h2 :lang(th), html h3 :lang(th), html h4 :lang(th), html h5 :lang(th), html h6 :lang(th) {
  font-family: "Noto Sans Thai Condensed Bold";
}
html h1, html h2, html h3, html h4, html h5, html h6, html p, html ul, html ol, html div, html table, html span, html blockquote {
  margin: 0 0 20px 0;
}
html h1 {
  font-size: 19px;
  font-weight: normal;
}
html h2, html h3, html h4, html h5, html h6 {
  color: #f6866b;
}
@media (prefers-color-scheme: dark) {
  html h2, html h3, html h4, html h5, html h6 {
    color: #9bb516;
  }
}
html h2, html h3, html h4, html h5, html h6 {
  margin: 0 0 10px 0;
}
html h2 {
  font-size: 33px;
}
html h3 {
  font-size: 28px;
}
html h4 {
  font-size: 23px;
}
html h5,
html h6 {
  font-size: 19px;
}
html strong :lang(en), html bold :lang(en) {
  font-family: "Noto Sans Condensed Bold";
}
html strong :lang(he), html bold :lang(he) {
  font-family: "Noto Sans Hebrew Condensed Bold";
}
html strong :lang(my), html bold :lang(my) {
  font-family: "Noto Sans Myanmar Bold";
}
html strong :lang(th), html bold :lang(th) {
  font-family: "Noto Sans Thai Condensed Bold";
}
html a {
  text-decoration: underline;
  color: #5f5f74;
  transition: color 0.7s ease;
}
@media (prefers-color-scheme: dark) {
  html a {
    color: #fcf4e8;
  }
}
html a:hover {
  color: #f6866b !important;
}
@media (prefers-color-scheme: dark) {
  html a:hover {
    color: #ffb647 !important;
  }
}
html p:has(+ ul) {
  margin: 0 !important;
}
html :lang(en) h1:before {
  content: "You are here: ";
}
html :lang(th) h1:before {
  content: "คุณอยู่ที่นี่: ";
}
html :lang(he) h1:before {
  content: "אתה כאן: ";
}
html :lang(my) h1:before {
  content: "သင် ဒီနေရာမှာရှိနေပါတယ်: ";
}
html :lang(ru) h1:before {
  content: "Вы здесь: ";
}
html ::selection {
  color: #fcf4e8;
  -webkit-text-fill-color: #fcf4e8;
  background-color: #9bb516;
}
@media (prefers-color-scheme: dark) {
  html ::selection {
    color: #fcf4e8;
    -webkit-text-fill-color: #fcf4e8;
    background-color: #9bb516;
  }
}
html .selected {
  color: #f6866b !important;
}
@media (prefers-color-scheme: dark) {
  html .selected {
    color: #ffb647 !important;
  }
}
html blockquote {
  text-align: center;
}
html blockquote p {
  margin: 0;
  line-height: 50px;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
}

#navigation button {
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  cursor: pointer;
  color: #5f5f74;
  transition: color 0.7s ease;
}
#navigation button:hover {
  color: #f6866b;
}
@media (prefers-color-scheme: dark) {
  #navigation button {
    color: #fcf4e8;
  }
  #navigation button:hover {
    color: #f6866b;
  }
}
#navigation #navigation-menu {
  list-style: none;
  margin: 0;
  padding: 0 0 20px 0;
  display: none;
  flex-direction: column;
  z-index: 1000;
}
#navigation #navigation-menu.is-open {
  display: flex;
}
