/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15 /* 1 */;
  -webkit-text-size-adjust: 100% /* 2 */;
}
body {
  margin: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  -webkit-box-sizing: content-box /* 1 */;
  -moz-box-sizing: content-box /* 1 */;
  box-sizing: content-box /* 1 */;
  height: 0 /* 1 */;
  overflow: visible /* 2 */;
}
pre {
  font-family: monospace, monospace /* 1 */;
  font-size: 1em /* 2 */;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none /* 1 */;
  text-decoration: underline /* 2 */;
  text-decoration: underline dotted /* 2 */;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace /* 1 */;
  font-size: 1em /* 2 */;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit /* 1 */;
  font-size: 100% /* 1 */;
  line-height: 1.15 /* 1 */;
  margin: 0 /* 2 */;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]-moz-focusring,
[type="reset"]-moz-focusring,
[type="submit"]-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box /* 1 */;
  -moz-box-sizing: border-box /* 1 */;
  box-sizing: border-box /* 1 */;
  color: inherit /* 2 */;
  display: table /* 1 */;
  max-width: 100% /* 1 */;
  padding: 0 /* 3 */;
  white-space: normal /* 1 */;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box /* 1 */;
  -moz-box-sizing: border-box /* 1 */;
  box-sizing: border-box /* 1 */;
  padding: 0 /* 2 */;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield /* 1 */;
  outline-offset: -2px /* 2 */;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button /* 1 */;
  font: inherit /* 2 */;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
.d-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.d-flex.column {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.d-flex.wrap {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.d-flex.wrap-reverse {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
.justify-content-start {
  justify-content: flex-start;
}
.justify-content-end {
  justify-content: flex-end;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-around {
  justify-content: space-around;
}
.justify-content-evenly {
  justify-content: space-evenly;
}
.align-items-start {
  align-items: flex-start;
}
.align-items-end {
  align-items: flex-end;
}
.align-items-center {
  align-items: center;
}
.align-items-baseline {
  align-items: baseline;
}
.align-items-stretch {
  align-items: stretch;
}
.align-content-start {
  align-content: flex-start;
}
.align-content-end {
  align-content: flex-end;
}
.align-content-center {
  align-content: center;
}
.align-content-between {
  align-content: space-between;
}
.align-content-around {
  align-content: space-around;
}
.align-content-stretch {
  align-content: stretch;
}
.align-self-auto {
  align-self: auto;
}
.align-self-start {
  align-self: flex-start;
}
.align-self-end {
  align-self: flex-end;
}
.align-self-center {
  align-self: center;
}
.align-self-baseline {
  align-self: baseline;
}
.align-self-stretch {
  align-self: stretch;
}
@media screen and (min-width: 768px) {
  .item-order-1 {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
@media screen and (min-width: 768px) {
  .item-order-2 {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -o-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}
@media screen and (min-width: 768px) {
  .item-order-3 {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -o-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
}
@media screen and (min-width: 768px) {
  .item-order-4 {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -o-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
}
@media screen and (min-width: 768px) {
  .item-order-5 {
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    -o-box-ordinal-group: 5;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }
}
@media screen and (min-width: 768px) {
  .item-order-6 {
    -webkit-box-ordinal-group: 6;
    -moz-box-ordinal-group: 6;
    -o-box-ordinal-group: 6;
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }
}
.row,
.row-row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin: -2rem;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row .col,
.row-row .col {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 2rem;
}
.col-1 {
  padding: 2rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .col-1 {
    width: 8.333333333333332%;
  }
}
.col-2 {
  padding: 2rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .col-2 {
    width: 16.666666666666664%;
  }
}
.col-3 {
  padding: 2rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .col-3 {
    width: 25%;
  }
}
.col-4 {
  padding: 2rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .col-4 {
    width: 33.33333333333333%;
  }
}
.col-5 {
  padding: 2rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .col-5 {
    width: 41.66666666666667%;
  }
}
.col-6 {
  padding: 2rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .col-6 {
    width: 50%;
  }
}
.col-7 {
  padding: 2rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .col-7 {
    width: 58.333333333333336%;
  }
}
.col-8 {
  padding: 2rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .col-8 {
    width: 66.66666666666666%;
  }
}
.col-9 {
  padding: 2rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .col-9 {
    width: 75%;
  }
}
.col-10 {
  padding: 2rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .col-10 {
    width: 83.33333333333334%;
  }
}
.col-11 {
  padding: 2rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .col-11 {
    width: 91.66666666666666%;
  }
}
.col-12 {
  padding: 2rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .col-12 {
    width: 100%;
  }
}
.row {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .row {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.row-row {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.row-row .col-1 {
  width: 8.333333333333332%;
}
.row-row .col-2 {
  width: 16.666666666666664%;
}
.row-row .col-3 {
  width: 25%;
}
.row-row .col-4 {
  width: 33.33333333333333%;
}
.row-row .col-5 {
  width: 41.66666666666667%;
}
.row-row .col-6 {
  width: 50%;
}
.row-row .col-7 {
  width: 58.333333333333336%;
}
.row-row .col-8 {
  width: 66.66666666666666%;
}
.row-row .col-9 {
  width: 75%;
}
.row-row .col-10 {
  width: 83.33333333333334%;
}
.row-row .col-11 {
  width: 91.66666666666666%;
}
.row-row .col-12 {
  width: 100%;
}
.no-gutters .col,
.no-gutters .col-1,
.no-gutters .col-2,
.no-gutters .col-3,
.no-gutters .col-4,
.no-gutters .col-5,
.no-gutters .col-6,
.no-gutters .col-7,
.no-gutters .col-8,
.no-gutters .col-9,
.no-gutters .col-10,
.no-gutters .col-11,
.no-gutters .col-12 {
  padding: 0;
}
.no-gutters {
  margin: 0;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 1rem !important;
}
.m-2 {
  margin: 2rem !important;
}
.m-3 {
  margin: 3rem !important;
}
.m-4 {
  margin: 4rem !important;
}
.m-5 {
  margin: 5rem !important;
}
.m-a {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-2 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}
.mx-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-4 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}
.mx-5 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}
.mx-a {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.my-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-4 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}
.my-5 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}
.my-a {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 1rem !important;
}
.mt-2 {
  margin-top: 2rem !important;
}
.mt-3 {
  margin-top: 3rem !important;
}
.mt-4 {
  margin-top: 4rem !important;
}
.mt-5 {
  margin-top: 5rem !important;
}
.mt-a {
  margin-top: auto !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mr-1 {
  margin-right: 1rem !important;
}
.mr-2 {
  margin-right: 2rem !important;
}
.mr-3 {
  margin-right: 3rem !important;
}
.mr-4 {
  margin-right: 4rem !important;
}
.mr-5 {
  margin-right: 5rem !important;
}
.mr-a {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 1rem !important;
}
.mb-2 {
  margin-bottom: 2rem !important;
}
.mb-3 {
  margin-bottom: 3rem !important;
}
.mb-4 {
  margin-bottom: 4rem !important;
}
.mb-5 {
  margin-bottom: 5rem !important;
}
.mb-a {
  margin-bottom: auto !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.ml-1 {
  margin-left: 1rem !important;
}
.ml-2 {
  margin-left: 2rem !important;
}
.ml-3 {
  margin-left: 3rem !important;
}
.ml-4 {
  margin-left: 4rem !important;
}
.ml-5 {
  margin-left: 5rem !important;
}
.ml-a {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 1rem !important;
}
.p-2 {
  padding: 2rem !important;
}
.p-3 {
  padding: 3rem !important;
}
.p-4 {
  padding: 4rem !important;
}
.p-5 {
  padding: 5rem !important;
}
.p-a {
  padding: auto !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-2 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}
.px-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.px-4 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}
.px-5 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}
.px-a {
  padding-right: auto !important;
  padding-left: auto !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.py-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.py-4 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.py-5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.py-a {
  padding-top: auto !important;
  padding-bottom: auto !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 1rem !important;
}
.pt-2 {
  padding-top: 2rem !important;
}
.pt-3 {
  padding-top: 3rem !important;
}
.pt-4 {
  padding-top: 4rem !important;
}
.pt-5 {
  padding-top: 5rem !important;
}
.pt-a {
  padding-top: auto !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pr-1 {
  padding-right: 1rem !important;
}
.pr-2 {
  padding-right: 2rem !important;
}
.pr-3 {
  padding-right: 3rem !important;
}
.pr-4 {
  padding-right: 4rem !important;
}
.pr-5 {
  padding-right: 5rem !important;
}
.pr-a {
  padding-right: auto !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 1rem !important;
}
.pb-2 {
  padding-bottom: 2rem !important;
}
.pb-3 {
  padding-bottom: 3rem !important;
}
.pb-4 {
  padding-bottom: 4rem !important;
}
.pb-5 {
  padding-bottom: 5rem !important;
}
.pb-a {
  padding-bottom: auto !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.pl-1 {
  padding-left: 1rem !important;
}
.pl-2 {
  padding-left: 2rem !important;
}
.pl-3 {
  padding-left: 3rem !important;
}
.pl-4 {
  padding-left: 4rem !important;
}
.pl-5 {
  padding-left: 5rem !important;
}
.pl-a {
  padding-left: auto !important;
}
.w-25 {
  width: 25%;
}
.h-25 {
  height: 25%;
}
.w-50 {
  width: 50%;
}
.h-50 {
  height: 50%;
}
.w-75 {
  width: 75%;
}
.h-75 {
  height: 75%;
}
.w-100 {
  width: 100%;
}
.h-100 {
  height: 100%;
}
.w-auto {
  width: auto;
}
.h-auto {
  height: auto;
}
.border {
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
}
.border-none {
  border-style: none;
}
.border-dotted {
  border-style: dotted;
}
.border-solid {
  border-style: solid;
}
.border-double {
  border-style: double;
}
.border-dashed {
  border-style: dashed;
}
.rounded-0 {
  border-radius: 0;
}
.rounded {
  border-radius: 0.4rem;
}
.rounded-spacer {
  border-radius: 1rem;
}
.rounded-circle {
  border-radius: 50%;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  min-height: 100%;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
body {
  position: relative;
  background-color: #f8f9fa;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #292929;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}
h1 {
  margin: 0;
  padding: 0;
}
h2 {
  margin: 0;
  padding: 0;
}
h3 {
  margin: 0;
  padding: 0;
}
h4 {
  margin: 0;
  padding: 0;
}
h5 {
  margin: 0;
  padding: 0;
}
h6 {
  margin: 0;
  padding: 0;
}
a {
  color: #11916a;
  text-decoration: none;
}
a:hover {
  color: #15b081;
}
.line-clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp-1 {
  -webkit-line-clamp: 1;
}
.line-clamp-2 {
  -webkit-line-clamp: 2;
}
.line-clamp-3 {
  -webkit-line-clamp: 3;
}
.line-clamp-4 {
  -webkit-line-clamp: 4;
}
.line-clamp-5 {
  -webkit-line-clamp: 5;
}
ul,
ol,
dl {
  margin: 0;
  padding: 0;
  list-style: none;
}
.feather {
  width: 16px;
  height: 16px;
  stroke-width: 2;
  text-align: bottom;
}
.hr {
  border: none;
  height: 1px;
  background: #ddd;
  margin: 1rem 0;
}
.outer {
  max-width: 1200px;
  margin: 0 auto;
}
.mobile-nav-on {
  overflow: hidden;
}
#wrap {
  position: relative;
}
.mobile-nav-on #wrap {
  left: 280px;
}
.article-entry {
  line-height: 1.75;
}
.article-entry a {
  text-decoration: none;
  padding-bottom: 0.1rem;
  border-bottom: 0.2rem solid rgba(17,145,106,0.25);
  -webkit-transition: all;
  -moz-transition: all;
  -o-transition: all;
  -ms-transition: all;
  transition: all;
}
.article-entry a:hover {
  border-bottom-color: rgba(17,145,106,0.75);
}
.article-entry a:active {
  border-bottom-style: dashed;
}
.article-entry strong {
  font-weight: bold;
}
.article-entry em,
.article-entry cite {
  font-style: italic;
  color: color-grey;
}
.article-entry sup,
.article-entry sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.article-entry sup {
  top: -0.5rem;
}
.article-entry sub {
  bottom: -0.25rem;
}
.article-entry small {
  font-size: 85%;
}
.article-entry mark {
  background-color: rgba(255,255,0,0.25);
}
.article-entry acronym,
.article-entry abbr {
  border-bottom: 1px #ddd dotted;
}
.article-entry ul,
.article-entry ol,
.article-entry dl {
  margin: 1.5rem 0;
  line-height: 1.5;
}
.article-entry ul,
.article-entry ol {
  padding-left: 1em;
}
.article-entry ul {
  list-style-type: circle;
}
.article-entry p,
.article-entry table,
.article-entry blockquote {
  margin: 1.5rem 0;
}
.article-entry img,
.article-entry video {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}
.article-entry iframe {
  border: none;
}
.article-entry table {
  width: 100%;
  border-collapse: collapse;
  vertical-align: middle;
  empty-cells: show;
  text-align: left;
}
.article-entry table th,
.article-entry table td,
.article-entry table {
  border: 10x #ddd solid;
}
.article-entry table th,
.article-entry table td {
  padding: 1rem;
}
.article-entry table tbody tr:nth-child(2n) {
  background-color: light-color;
}
.article-entry hr {
  border: none;
  border-bottom: 1px #ddd solid;
  margin: 1rem 0;
}
.article-entry blockquote {
  position: relative;
  display: block;
  padding-left: 2em;
  width: 100%;
  overflow: auto;
  border-left: 0.4rem #ddd solid;
  color: #999;
}
.article-entry blockquote p {
  margin: 0;
}
.article-entry blockquote footer cite:before {
  content: "—";
  padding: 0 0.5rem;
}
.header {
  position: relative;
}
.header-outer {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: -webkit-linear-gradient(0deg, #11916a 0%, #15b081 100%);
  background: -moz-linear-gradient(0deg, #11916a 0%, #15b081 100%);
  background: -o-linear-gradient(0deg, #11916a 0%, #15b081 100%);
  background: -ms-linear-gradient(0deg, #11916a 0%, #15b081 100%);
  background: linear-gradient(90deg, #11916a 0%, #15b081 100%);
  border-radius: 4px;
  padding: 0 2rem;
}
.header-outer,
.header-outer a {
  color: #fff;
  text-decoration: none;
}
.brand {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  align-items: center;
  gap: 10px;
}
.brand-logo {
  height: 32px;
  border-radius: 50%;
  border: solid 2px rgba(255,255,255,0.75);
}
.brand-text {
  font-size: 22px;
  text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}
.main-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  align-items: center;
}
.main-nav-link {
  position: relative;
  padding: 1.5rem 1rem;
  color: #fff;
}
.mobile-nav {
  display: none;
}
.search-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  width: 3rem;
  border: none;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  color: #11916a;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.search-btn:hover {
  background: #fff;
}
.search-form-wrap {
  position: fixed;
  z-index: 9999;
  top: -100%;
  right: 0;
  left: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 1rem 3rem rgba(0,0,0,0.05);
  box-shadow: 0 1rem 3rem rgba(0,0,0,0.05);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.search-form-wrap.on {
  top: 0;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.local-search {
  position: relative;
  margin: 0 auto;
  padding: 3rem;
  max-width: 960px;
  overflow-y: auto;
}
.local-search-input {
  border: solid 1px #ddd;
  border-radius: 4px;
  background-color: #fff;
  width: 100%;
  padding: 1rem;
  outline: none;
}
.local-search-input::-webkit-search-results-decoration,
.local-search-input::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.local-search-close {
  position: absolute;
  top: 3.85rem;
  right: 4.25rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2rem;
  width: 2rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
}
.local-search-close::before {
  content: '×';
  position: absolute;
  top: 0;
  color: #e8440a;
}
.local-search-result {
  text-align: left;
}
.search-result-list {
  list-style: none;
}
.search-result-list li {
  padding: 1.5rem 0;
}
.search-result-list li:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.search-result-list li .search-result-title {
  font-size: 1.6rem;
  font-weight: bold;
}
.search-result-list li .search-result {
  padding-top: 0.5rem;
  margin: 0;
  max-height: 12rem;
  overflow: hidden;
}
.search-result-list li em.search-keyword {
  color: #e8440a;
}
.search-result-empty {
  padding: 2rem 0 0;
}
.card {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  -webkit-transition: all;
  -moz-transition: all;
  -o-transition: all;
  -ms-transition: all;
  transition: all;
}
.card .card-img {
  display: block;
  max-width: 100%;
  -webkit-transition: all;
  -moz-transition: all;
  -o-transition: all;
  -ms-transition: all;
  transition: all;
}
.card .card-body,
.card .card-footer {
  padding: 1rem;
}
.card .card-body .archive-article-title + time {
  display: inline-block;
  margin-bottom: 1rem;
}
.card .card-text,
.card .card-text > p {
  min-height: 4.5rem;
  margin: 0;
}
.card:hover .card-img {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.article {
  margin: 2rem 0;
}
.article-inner {
  overflow: hidden;
  max-width: 960px;
  margin: 0 auto;
}
.article-meta {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.article-category,
.article-date {
  color: color-grey;
}
.article-category-link:not(:first-child) {
  margin-right: 10px;
}
.article-header {
  margin: 2rem 0;
}
.article-title {
  text-decoration: none;
  font-size: 2em;
}
.article-footer {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.article-nav {
  position: relative;
  overflow: hidden;
}
.article-nav-caption {
  color: #999;
  font-weight: bold;
}
#article-nav-newer {
  float: left;
  text-align: left;
}
#article-nav-older {
  float: right;
  text-align: right;
}
.article-more {
  margin-top: 10px;
}
.article-more-link {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
}
.gallery-img {
  max-width: 100%;
  max-height: 100%;
}
.article-category-link {
  color: #999;
}
.article-date {
  color: #999;
}
.article-tag {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  align-items: center;
  gap: 1em;
}
.article-tag,
.article-tag-link {
  color: #999;
}
.article-comment-link {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  color: #999;
}
.vcomment.v {
  margin: 1rem 0;
}
.vcomment.v .vwrap {
  border-color: #ddd;
}
.vcomment.v .info {
  display: none;
}
.archive-year-wrap {
  padding: 1rem 0;
  font-size: 2.25rem;
}
.archive-year-wrap .archive-year {
  color: #999;
}
.archives-wrap {
  margin: 2rem 0;
}
.archives {
  zoom: 1;
}
.archives:before,
.archives:after {
  content: "";
  display: table;
}
.archives:after {
  clear: both;
}
.archive-article-title,
.archive-article-title a {
  color: #292929;
}
.archive-article-title:hover,
.archive-article-title a:hover {
  color: #11916a;
}
.archive-article-footer {
  margin-top: 1em;
}
.archive-article-date {
  display: block;
  margin-bottom: 1rem;
}
.archive-article-date,
.archive-article-date:hover {
  color: #999;
}
#page-nav {
  zoom: 1;
  margin: 2rem auto;
  background: #fff;
  border: 1px #ddd solid;
  border-radius: 3px;
  text-align: center;
  color: #999;
  overflow: hidden;
}
#page-nav:before,
#page-nav:after {
  content: "";
  display: table;
}
#page-nav:after {
  clear: both;
}
#page-nav a,
#page-nav span {
  padding: 10px 20px;
  line-height: 1;
  height: 2ex;
}
#page-nav a {
  color: #999;
  text-decoration: none;
}
#page-nav a:hover {
  background: #999;
  color: #fff;
}
#page-nav .prev {
  float: left;
}
#page-nav .next {
  float: right;
}
#page-nav .page-number {
  display: inline-block;
}
@media mq-mobile {
  #page-nav .page-number {
    display: none;
  }
}
#page-nav .current {
  color: #292929;
  font-weight: bold;
}
#page-nav .space {
  color: #ddd;
}
.footer {
  background: #292929;
  padding: 2rem 0;
  color: #ddd;
}
.footer-info {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  align-items: center;
  gap: 1em;
}
.article-entry pre,
.article-entry .highlight {
  background: #2d2d2d;
  margin: 0;
  padding: 15px 2rem;
  border-style: solid;
  border-color: #ddd;
  border-width: 1px 0;
  border-radius: 4px;
  overflow: auto;
  color: #ccc;
  line-height: 2.25rem;
}
.article-entry .highlight .gutter pre,
.article-entry .gist .gist-file .gist-data .line-numbers {
  color: #666;
  font-size: 0.85em;
}
.article-entry pre,
.article-entry code {
  font-family: font-mono;
}
.article-entry code {
  background: #f8f9fa;
  padding: 0 0.3em;
}
.article-entry pre code {
  background: none;
  text-shadow: none;
  padding: 0;
}
.article-entry .highlight pre {
  border: none;
  margin: 0;
  padding: 0;
}
.article-entry .highlight table {
  margin: 0;
  width: auto;
}
.article-entry .highlight td {
  border: none;
  padding: 0;
}
.article-entry .highlight figcaption {
  zoom: 1;
  font-size: 0.85em;
  color: #999;
  line-height: 1em;
  margin-bottom: 1em;
}
.article-entry .highlight figcaption:before,
.article-entry .highlight figcaption:after {
  content: "";
  display: table;
}
.article-entry .highlight figcaption:after {
  clear: both;
}
.article-entry .highlight figcaption a {
  float: right;
}
.article-entry .highlight .gutter {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.article-entry .highlight .gutter pre {
  text-align: right;
  padding-right: 20px;
}
.article-entry .highlight .line {
  height: 2.25rem;
}
.article-entry .highlight .line.marked {
  background: #515151;
}
.article-entry .gist {
  margin: 0 -2rem;
  border-style: solid;
  border-color: #ddd;
  border-width: 1px 0;
  background: #2d2d2d;
  padding: 15px 2rem 15px 0;
}
.article-entry .gist .gist-file {
  border: none;
  font-family: font-mono;
  margin: 0;
}
.article-entry .gist .gist-file .gist-data {
  background: none;
  border: none;
}
.article-entry .gist .gist-file .gist-data .line-numbers {
  background: none;
  border: none;
  padding: 0 20px 0 0;
}
.article-entry .gist .gist-file .gist-data .line-data {
  padding: 0 !important;
}
.article-entry .gist .gist-file .highlight {
  margin: 0;
  padding: 0;
  border: none;
}
.article-entry .gist .gist-file .gist-meta {
  background: #2d2d2d;
  color: #999;
  font: 0.85em font-sans;
  text-shadow: 0 0;
  padding: 0;
  margin-top: 1em;
  margin-left: 2rem;
}
.article-entry .gist .gist-file .gist-meta a {
  color: #11916a;
  font-weight: normal;
}
.article-entry .gist .gist-file .gist-meta a:hover {
  text-decoration: underline;
}
pre .comment,
pre .title {
  color: #999;
}
pre .variable,
pre .attribute,
pre .tag,
pre .regexp,
pre .ruby .constant,
pre .xml .tag .title,
pre .xml .pi,
pre .xml .doctype,
pre .html .doctype,
pre .css .id,
pre .css .class,
pre .css .pseudo {
  color: #f2777a;
}
pre .number,
pre .preprocessor,
pre .built_in,
pre .literal,
pre .params,
pre .constant {
  color: #f99157;
}
pre .class,
pre .ruby .class .title,
pre .css .rules .attribute {
  color: #9c9;
}
pre .string,
pre .value,
pre .inheritance,
pre .header,
pre .ruby .symbol,
pre .xml .cdata {
  color: #9c9;
}
pre .css .hexcolor {
  color: #6cc;
}
pre .function,
pre .python .decorator,
pre .python .title,
pre .ruby .function .title,
pre .ruby .title .keyword,
pre .perl .sub,
pre .javascript .title,
pre .coffeescript .title {
  color: #69c;
}
pre .keyword,
pre .javascript .function {
  color: #c9c;
}
@media mq-mobile {
  #mobile-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 280px;
    height: 100%;
    background: #292929;
  }
}
@media mq-mobile {
  .mobile-nav-link {
    display: block;
    padding: 1rem 2rem;
  }
}
.hello {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hello-opening {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 2rem;
}
.hello-opening .title {
  color: #11916a;
  font-size: 2.5em;
}
.hello-opening .desc {
  margin-bottom: 1rem;
}
.hello-image {
  width: 30%;
}
.hello-image img {
  width: 100%;
}
.featured {
  position: relative;
}
.featured-item {
  position: relative;
  max-height: 160px;
  overflow: hidden;
}
.featured-item,
.featured-item-image,
.featured-item-mask {
  border-radius: 5px;
}
.featured-item-image {
  width: 100%;
}
.featured-item-mask,
.featured-item-link {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  left: 0;
}
.featured-item-mask {
  padding: 20px;
  background: rgba(255,255,255,0.5);
  backdrop-filter: blur(5px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all;
  -moz-transition: all;
  -o-transition: all;
  -ms-transition: all;
  transition: all;
}
.featured-item:hover .featured-item-mask {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.featured:hover .tns-controls-button {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.featured:hover .tns-controls-button:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.featured-text-title {
  color: #11916a;
}
.tns-controls-button {
  position: absolute;
  z-index: 9;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background: rgba(0,0,0,0.5);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
  color: #fff;
  cursor: pointer;
  -webkit-transition: all;
  -moz-transition: all;
  -o-transition: all;
  -ms-transition: all;
  transition: all;
}
.tns-controls-button.prev {
  left: -16px;
}
.tns-controls-button.next {
  right: -16px;
}
.categories {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.categories-link {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 2rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-decoration: none;
  font-size: 18px;
  color: #292929;
  -webkit-transition: all;
  -moz-transition: all;
  -o-transition: all;
  -ms-transition: all;
  transition: all;
}
.categories-link:hover {
  background: -webkit-linear-gradient(0deg, #11916a 0%, #15b081 100%);
  background: -moz-linear-gradient(0deg, #11916a 0%, #15b081 100%);
  background: -o-linear-gradient(0deg, #11916a 0%, #15b081 100%);
  background: -ms-linear-gradient(0deg, #11916a 0%, #15b081 100%);
  background: linear-gradient(90deg, #11916a 0%, #15b081 100%);
  -webkit-box-shadow: 0 10px 10px rgba(17,145,106,0.25);
  box-shadow: 0 10px 10px rgba(17,145,106,0.25);
  border-color: transparent;
  color: #fff;
}
.categories-item {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.categories-item svg {
  width: 24px;
  height: 24px;
}
.zebra {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
}
.zebra-gallery,
.zebra-inner {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -o-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.zebra-gallery p,
.zebra-inner p {
  margin: 1rem 0;
}
.zebra-gallery {
  width: 45%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.zebra-article-title {
  margin-bottom: 1rem;
}
.article:nth-child(even) .zebra-gallery {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -o-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
