@charset "UTF-8";
/*! minireset.css v0.0.2 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

* {
  box-sizing: inherit;
}
*:before, *:after {
  box-sizing: inherit;
}

img,
embed,
object,
audio,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
  text-align: left;
}

html {
  background-color: #ffffff;
  font-size: 14px;
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}

body,
button,
input,
select,
textarea {
  font-family: "Work Sans", Helvetica, sans-serif;
}

code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: monospace;
}

body {
  color: #6b6b70;
  font-size: 1rem;
  font-weight: 400;
  height: 100%;
  line-height: 1.5;
  overflow-x: hidden;
}

a {
  color: #6ecbbf;
  cursor: pointer;
  text-decoration: none;
  transition: none;
}
a:hover {
  color: #5bc4b7;
}

code {
  background-color: #fafafc;
  color: #f7086e;
  font-size: 0.9em;
  font-weight: normal;
  padding: 0.25em 0.5em 0.25em;
  white-space: pre;
}

hr {
  background-color: #e2e1e5;
  border: none;
  display: block;
  height: 1px;
  margin: 15px 0;
}

img {
  max-width: 100%;
  vertical-align: top;
}

input[type=checkbox],
input[type=radio] {
  vertical-align: baseline;
}

small {
  font-size: 0.8em;
}

span {
  font-style: inherit;
  font-weight: inherit;
}

strong {
  font-weight: 700;
}

pre {
  background-color: #fafafc;
  color: #6ecbbf;
  font-size: 0.9em;
  white-space: pre;
  word-wrap: normal;
}
pre code {
  background: none;
  color: inherit;
  display: block;
  font-size: 1em;
  overflow-x: auto;
  padding: 15px;
}

table {
  width: 100%;
}
table td,
table th {
  text-align: left;
  vertical-align: top;
}
table th {
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .is-centered-mobile {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}
.is-block {
  display: block;
}

@media screen and (max-width: 768px) {
  .is-block-mobile {
    display: block !important;
  }
}

@media screen and (min-width: 769px) {
  .is-block-tablet {
    display: block !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 999px) {
  .is-block-tablet-only {
    display: block !important;
  }
}

@media screen and (max-width: 999px) {
  .is-block-touch {
    display: block !important;
  }
}

@media screen and (min-width: 1000px) {
  .is-block-desktop {
    display: block !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1209px) {
  .is-block-desktop-only {
    display: block !important;
  }
}

@media screen and (min-width: 1210px) {
  .is-block-widescreen {
    display: block !important;
  }
}

.is-flex {
  display: flex;
}

@media screen and (max-width: 768px) {
  .is-flex-mobile {
    display: flex !important;
  }
}

@media screen and (min-width: 769px) {
  .is-flex-tablet {
    display: flex !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 999px) {
  .is-flex-tablet-only {
    display: flex !important;
  }
}

@media screen and (max-width: 999px) {
  .is-flex-touch {
    display: flex !important;
  }
}

@media screen and (min-width: 1000px) {
  .is-flex-desktop {
    display: flex !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1209px) {
  .is-flex-desktop-only {
    display: flex !important;
  }
}

@media screen and (min-width: 1210px) {
  .is-flex-widescreen {
    display: flex !important;
  }
}

.is-inline {
  display: inline;
}

@media screen and (max-width: 768px) {
  .is-inline-mobile {
    display: inline !important;
  }
}

@media screen and (min-width: 769px) {
  .is-inline-tablet {
    display: inline !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 999px) {
  .is-inline-tablet-only {
    display: inline !important;
  }
}

@media screen and (max-width: 999px) {
  .is-inline-touch {
    display: inline !important;
  }
}

@media screen and (min-width: 1000px) {
  .is-inline-desktop {
    display: inline !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1209px) {
  .is-inline-desktop-only {
    display: inline !important;
  }
}

@media screen and (min-width: 1210px) {
  .is-inline-widescreen {
    display: inline !important;
  }
}

.is-inline-block {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .is-inline-block-mobile {
    display: inline-block !important;
  }
}

@media screen and (min-width: 769px) {
  .is-inline-block-tablet {
    display: inline-block !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 999px) {
  .is-inline-block-tablet-only {
    display: inline-block !important;
  }
}

@media screen and (max-width: 999px) {
  .is-inline-block-touch {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1000px) {
  .is-inline-block-desktop {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1209px) {
  .is-inline-block-desktop-only {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1210px) {
  .is-inline-block-widescreen {
    display: inline-block !important;
  }
}

.is-inline-flex {
  display: inline-flex;
}

@media screen and (max-width: 768px) {
  .is-inline-flex-mobile {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 769px) {
  .is-inline-flex-tablet {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 999px) {
  .is-inline-flex-tablet-only {
    display: inline-flex !important;
  }
}

@media screen and (max-width: 999px) {
  .is-inline-flex-touch {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1000px) {
  .is-inline-flex-desktop {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1209px) {
  .is-inline-flex-desktop-only {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1210px) {
  .is-inline-flex-widescreen {
    display: inline-flex !important;
  }
}

.is-clearfix:after {
  clear: both;
  content: " ";
  display: table;
}

.is-pulled-left {
  float: left;
}

.is-pulled-right {
  float: right;
}

@media screen and (min-width: 769px) {
  .is-pulled-left-tablet {
    float: left;
  }

  .is-pulled-right-tablet {
    float: right;
  }
}
.is-clipped {
  overflow: hidden !important;
}

.is-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.has-text-centered {
  justify-content: flex-start;
  text-align: center;
}

.has-text-left {
  justify-content: center;
  text-align: left;
}

.has-text-right {
  justify-content: flex-end;
  text-align: right;
}

.is-centered-vertical {
  align-items: center;
  display: flex !important;
}

.is-hidden {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .is-hidden-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .is-hidden-tablet {
    display: none !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 999px) {
  .is-hidden-tablet-only {
    display: none !important;
  }
}

@media screen and (max-width: 999px) {
  .is-hidden-touch {
    display: none !important;
  }
}

@media screen and (min-width: 1000px) {
  .is-hidden-desktop {
    display: none !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1209px) {
  .is-hidden-desktop-only {
    display: none !important;
  }
}

@media screen and (min-width: 1210px) {
  .is-hidden-widescreen {
    display: none !important;
  }
}

.article {
  font-size: 12px;
}
@media screen and (min-width: 1000px) {
  .article {
    font-size: 14px;
  }
}
.article__title {
  font-family: "Kanit", Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
}
.article .note {
  background-color: #3b3184;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  color: #ffffff;
  font-family: monospace;
  font-weight: 700;
  padding: 0.25em 0.5em 0.25em;
}
.article .owner {
  background-color: #f7086e;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  color: #ffffff;
  font-family: monospace;
  font-size: 14px;
  font-weight: 700;
  padding: 0.25em 0.5em 0.25em;
}
.article h2,
.article h3,
.article h4 {
  font-family: "Kanit", Helvetica, sans-serif;
  font-weight: 700;
  margin-top: 30px;
}
.article h2 > a,
.article h3 > a,
.article h4 > a {
  color: #e2e1e5;
  margin-left: 10px;
}
.article h2 {
  font-size: 24px;
  margin-bottom: 15px;
  margin-top: 100px;
}
.article h3 {
  font-size: 16px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.article h4 {
  font-size: 16px;
  margin-bottom: 5px;
}
.article ol {
  margin: 0 0 30px 1em;
}
.article ol li ol,
.article ol li ul {
  margin: 5px 0 5px 1em;
}
.article p {
  margin-bottom: 15px;
}
.article p.is-text-large {
  font-size: 20px;
}
.article pre {
  margin-bottom: 30px;
}
.article ul {
  margin: 0 0 30px 1em;
}
.article ul.checklist {
  margin-left: 1.5em;
}
.article ul.checklist > li:before {
  border: 1px solid #e2e1e5;
  border-radius: 3px;
  content: "";
  height: 13px;
  left: -1.5em;
  top: 4px;
  transform: none;
  width: 13px;
}
.article ul.toc {
  font-family: "Kanit", Helvetica, sans-serif;
  font-size: 16px;
  margin-left: 1.5em;
}
.article ul.toc li:before {
  color: #e2e1e5;
  content: "#";
  font-weight: 400;
  left: -1.5em;
  top: 1px;
}
.article ul.toc li ul {
  font-size: 13px;
  font-weight: 300;
}
.article ul li {
  margin-bottom: 5px;
  position: relative;
}
.article ul li:before {
  color: #c4c3c9;
  content: "\2022";
  left: -1em;
  position: absolute;
  top: 1px;
}
.article ul li ul {
  margin: 5px 0 5px 1em;
}

.back-to-top {
  background-color: #3b3184;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  bottom: 0;
  display: none;
  height: 35px;
  position: fixed;
  right: 15px;
  width: 35px;
}
@media screen and (min-width: 1000px) {
  .back-to-top {
    display: block;
  }
}
.back-to-top:before {
  color: #ffffff;
  content: "\203A";
  display: block;
  font-family: "Kanit", Helvetica, sans-serif;
  font-size: 38px;
  left: 7px;
  position: absolute;
  top: -10px;
  transform: rotate(-90deg);
  transform-origin: center center;
}

.content {
  padding: 150px 15px 15px;
}
@media screen and (min-width: 769px) {
  .content {
    padding: 30px 30px 30px 280px;
  }
}
@media screen and (min-width: 1000px) {
  .content {
    padding: 50px 50px 50px 400px;
  }
}

.footer {
  font-family: "Kanit", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  position: relative;
  z-index: 10;
}

.header {
  margin-bottom: 50px;
}
.header__logo {
  display: inline-block;
  height: 40px;
  width: 140px;
}

.highlight .cm {
  color: #999988;
  font-style: italic;
}
.highlight .cp {
  color: #999999;
  font-weight: bold;
}
.highlight .c1 {
  color: #999988;
  font-style: italic;
}
.highlight .cs {
  color: #999999;
  font-style: italic;
  font-weight: bold;
}
.highlight .c,
.highlight .cd {
  color: #999988;
  font-style: italic;
}
.highlight .err {
  background-color: #e3d2d2;
  color: #a61717;
}
.highlight .gd {
  background-color: #ffdddd;
  color: #000000;
}
.highlight .ge {
  color: #000000;
  font-style: italic;
}
.highlight .gr {
  color: #aa0000;
}
.highlight .gh {
  color: #999999;
}
.highlight .gi {
  background-color: #ddffdd;
  color: #000000;
}
.highlight .go {
  color: #888888;
}
.highlight .gp {
  color: #555555;
}
.highlight .gs {
  font-weight: bold;
}
.highlight .gu {
  color: #aaaaaa;
}
.highlight .gt {
  color: #aa0000;
}
.highlight .kc {
  color: #000000;
  font-weight: bold;
}
.highlight .kd {
  color: #000000;
  font-weight: bold;
}
.highlight .kn {
  color: #000000;
  font-weight: bold;
}
.highlight .kp {
  color: #000000;
  font-weight: bold;
}
.highlight .kr {
  color: #000000;
  font-weight: bold;
}
.highlight .kt {
  color: #445588;
  font-weight: bold;
}
.highlight .k,
.highlight .kv {
  color: #000000;
  font-weight: bold;
}
.highlight .mf {
  color: #009999;
}
.highlight .mh {
  color: #009999;
}
.highlight .il {
  color: #009999;
}
.highlight .mi {
  color: #009999;
}
.highlight .mo {
  color: #009999;
}
.highlight .m,
.highlight .mb,
.highlight .mx {
  color: #009999;
}
.highlight .sb {
  color: #d14;
}
.highlight .sc {
  color: #d14;
}
.highlight .sd {
  color: #d14;
}
.highlight .s2 {
  color: #d14;
}
.highlight .se {
  color: #d14;
}
.highlight .sh {
  color: #d14;
}
.highlight .si {
  color: #d14;
}
.highlight .sx {
  color: #d14;
}
.highlight .sr {
  color: #009926;
}
.highlight .s1 {
  color: #d14;
}
.highlight .ss {
  color: #990073;
}
.highlight .s {
  color: #d14;
}
.highlight .na {
  color: #008080;
}
.highlight .bp {
  color: #999999;
}
.highlight .nb {
  color: #0086B3;
}
.highlight .nc {
  color: #445588;
  font-weight: bold;
}
.highlight .no {
  color: #008080;
}
.highlight .nd {
  color: #3c5d5d;
  font-weight: bold;
}
.highlight .ni {
  color: #800080;
}
.highlight .ne {
  color: #990000;
  font-weight: bold;
}
.highlight .nf {
  color: #990000;
  font-weight: bold;
}
.highlight .nl {
  color: #990000;
  font-weight: bold;
}
.highlight .nn {
  color: #555555;
}
.highlight .nt {
  color: #000080;
}
.highlight .vc {
  color: #008080;
}
.highlight .vg {
  color: #008080;
}
.highlight .vi {
  color: #008080;
}
.highlight .nv {
  color: #008080;
}
.highlight .ow {
  color: #000000;
  font-weight: bold;
}
.highlight .o {
  color: #000000;
  font-weight: bold;
}
.highlight .w {
  color: #bbbbbb;
}

.thumb {
  margin: 15px 0 45px;
  width: 320px;
}
.thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.thumb + .thumb {
  margin-top: -30px;
}

.nav {
  align-items: flex-start;
  display: inline-flex;
  flex-direction: column;
  font-family: "Kanit", Helvetica, sans-serif;
  font-size: 16px;
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  .nav {
    align-items: flex-end;
  }
}
.nav__item {
  margin-bottom: 30px;
}
.nav__item > a {
  background-color: rgba(0, 0, 33, 0.25);
  color: #ffffff;
  display: table;
  padding: 2px 5px;
  text-transform: uppercase;
}
@media screen and (min-width: 1000px) {
  .nav__item > a {
    margin-left: auto;
  }
}
.nav__item > a:hover {
  background-color: rgba(0, 0, 33, 0.35);
}
.nav__subnav {
  align-items: flex-start;
  display: inline-flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .nav__subnav {
    align-items: flex-end;
  }
}
.nav__subnav > a {
  color: #ffffff;
  display: table;
  padding: 2px 5px;
}
.nav__subnav > a:hover:before {
  content: "\203A";
  font-size: 16px;
  line-height: 14px;
  margin-right: 3px;
}

.sidebar {
  background: url(../img/sidebar-bg.jpg) left center/cover no-repeat;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: space-between;
  left: 100%;
  opacity: 0;
  overflow: auto;
  padding: 50px;
  position: fixed;
  transition: 0.4s all ease-in-out;
  width: 100%;
  z-index: 999;
}
@media screen and (min-width: 769px) {
  .sidebar {
    opacity: 1;
    padding: 30px;
    left: 0;
    text-align: right;
    width: 250px;
  }
}
@media screen and (min-width: 1000px) {
  .sidebar {
    padding: 50px;
    width: 350px;
  }
}
.sidebar:after {
  background-color: rgba(59, 49, 132, 0.85);
  content: "";
  display: block;
  height: inherit;
  left: 0;
  position: fixed;
  top: 0;
  width: inherit;
  z-index: 5;
}
.sidebar.is-open {
  left: 0;
  opacity: 1;
}
.sidebar__contents {
  position: relative;
  z-index: 10;
}
.sidebar__toggle {
  cursor: pointer;
  display: block;
  height: 23px;
  margin-right: 15px;
  position: fixed;
  right: 30px;
  top: 65px;
  width: 30px;
  z-index: 1000;
}
@media screen and (min-width: 769px) {
  .sidebar__toggle {
    display: none;
  }
}
.sidebar__toggle.is-active {
  background-color: transparent;
}
.sidebar__toggle.is-active > span {
  background-color: #ffffff;
  opacity: 0;
}
.sidebar__toggle.is-active > span:first-child {
  opacity: 1;
  transform: rotate(-45deg);
  top: 10px;
}
.sidebar__toggle.is-active > span:last-child {
  opacity: 1;
  transform: rotate(45deg);
  top: 10px;
}
.sidebar__toggle > span {
  background-color: #3b3184;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  right: 0;
  top: 10px;
  transition: 0.4s all ease-in-out;
  width: 30px;
}
.sidebar__toggle > span:first-child {
  top: 0;
}
.sidebar__toggle > span:last-child {
  top: 20px;
}