@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.b-play:before, .b-play:after {
  content: "";
  top: 50%;
  left: 50%;
  position: absolute;
  z-index: 1;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.b-play:before {
  background-color: rgba(51, 51, 51, 0.6);
}
.b-play:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #FFF;
}

@media screen and (min-width: 1001px) {
  .b-h2 {
    font-size: 50px;
  }

  .b-h3 {
    font-size: 40px;
  }
  .b-h3.is-sm {
    font-size: 35px;
  }
  .b-h3.is-xs {
    font-size: 30px;
  }

  .b-h4 {
    font-size: 20px;
  }
  .b-h4.is-lg {
    font-size: 24px;
  }
  .b-h4.is-sm {
    font-size: 18px;
  }

  .b-desc {
    font-size: 15px;
  }
  .b-desc.is-lg {
    font-size: 16px;
  }
  .b-desc.is-sm {
    font-size: 14px;
  }
  .b-desc.is-xs {
    font-size: 12px;
  }

  .b-flex-row, .b-flex-row-md, .b-flex-row-dt,
  .b-flex-row-reverse, .b-flex-row-reverse-md, .b-flex-row-reverse-dt,
  .b-flex-column, .b-flex-column-md, .b-flex-column-dt,
  .b-flex-column-reverse, .b-flex-column-reverse-md, .b-flex-column-reverse-dt {
    display: -webkit-flex;
    display: flex;
  }
  .b-flex-row.is-wrap, .b-flex-row-md.is-wrap, .b-flex-row-dt.is-wrap,
  .b-flex-row-reverse.is-wrap, .b-flex-row-reverse-md.is-wrap, .b-flex-row-reverse-dt.is-wrap,
  .b-flex-column.is-wrap, .b-flex-column-md.is-wrap, .b-flex-column-dt.is-wrap,
  .b-flex-column-reverse.is-wrap, .b-flex-column-reverse-md.is-wrap, .b-flex-column-reverse-dt.is-wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .b-flex-row.is-wrap-reverse, .b-flex-row-md.is-wrap-reverse, .b-flex-row-dt.is-wrap-reverse,
  .b-flex-row-reverse.is-wrap-reverse, .b-flex-row-reverse-md.is-wrap-reverse, .b-flex-row-reverse-dt.is-wrap-reverse,
  .b-flex-column.is-wrap-reverse, .b-flex-column-md.is-wrap-reverse, .b-flex-column-dt.is-wrap-reverse,
  .b-flex-column-reverse.is-wrap-reverse, .b-flex-column-reverse-md.is-wrap-reverse, .b-flex-column-reverse-dt.is-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .b-play:before {
    width: 88px;
    height: 52px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
  }
  .b-play:after {
    margin-left: 2px;
    border-width: 7px 0 7px 14px;
  }
}
@media screen and (min-width: 740px) and (max-width: 1000px) {
  .b-h2 {
    font-size: 4.94792vw;
  }

  .b-h3 {
    font-size: 3.90625vw;
  }
  .b-h3.is-sm {
    font-size: 3.38542vw;
  }
  .b-h3.is-xs {
    font-size: 2.86458vw;
  }

  .b-h4 {
    font-size: 2.34375vw;
  }
  .b-h4.is-lg {
    font-size: 2.60417vw;
  }
  .b-h4.is-sm {
    font-size: 2.08333vw;
  }

  .b-desc {
    font-size: 1.82292vw;
  }
  .b-desc.is-lg {
    font-size: 1.95313vw;
  }
  .b-desc.is-sm {
    font-size: 1.69271vw;
  }
  .b-desc.is-xs {
    font-size: 1.5625vw;
  }

  .b-flex-row, .b-flex-row-dt, .b-flex-row-sm, .b-flex-row-tm,
  .b-flex-row-reverse, .b-flex-row-reverse-dt, .b-flex-row-reverse-sm, .b-flex-row-reverse-tm,
  .b-flex-column, .b-flex-column-dt, .b-flex-column-sm, .b-flex-column-tm,
  .b-flex-column-reverse, .b-flex-column-reverse-dt, .b-flex-column-reverse-sm, .b-flex-column-reverse-tm {
    display: -webkit-flex;
    display: flex;
  }
  .b-flex-row.is-wrap, .b-flex-row-dt.is-wrap, .b-flex-row-sm.is-wrap, .b-flex-row-tm.is-wrap,
  .b-flex-row-reverse.is-wrap, .b-flex-row-reverse-dt.is-wrap, .b-flex-row-reverse-sm.is-wrap, .b-flex-row-reverse-tm.is-wrap,
  .b-flex-column.is-wrap, .b-flex-column-dt.is-wrap, .b-flex-column-sm.is-wrap, .b-flex-column-tm.is-wrap,
  .b-flex-column-reverse.is-wrap, .b-flex-column-reverse-dt.is-wrap, .b-flex-column-reverse-sm.is-wrap, .b-flex-column-reverse-tm.is-wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .b-flex-row.is-wrap-reverse, .b-flex-row-dt.is-wrap-reverse, .b-flex-row-sm.is-wrap-reverse, .b-flex-row-tm.is-wrap-reverse,
  .b-flex-row-reverse.is-wrap-reverse, .b-flex-row-reverse-dt.is-wrap-reverse, .b-flex-row-reverse-sm.is-wrap-reverse, .b-flex-row-reverse-tm.is-wrap-reverse,
  .b-flex-column.is-wrap-reverse, .b-flex-column-dt.is-wrap-reverse, .b-flex-column-sm.is-wrap-reverse, .b-flex-column-tm.is-wrap-reverse,
  .b-flex-column-reverse.is-wrap-reverse, .b-flex-column-reverse-dt.is-wrap-reverse, .b-flex-column-reverse-sm.is-wrap-reverse, .b-flex-column-reverse-tm.is-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .b-play:before {
    width: 11.45833vw;
    height: 6.77083vw;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
  }
  .b-play:after {
    margin-left: 1px;
    border-width: 0.91146vw 0 0.91146vw 1.82292vw;
  }
}
@media screen and (max-width: 739px) {
  .b-h2 {
    font-size: 7.8125vw;
  }

  .b-h3 {
    font-size: 6.25vw;
  }
  .b-h3.is-sm {
    font-size: 5.625vw;
  }

  .b-h4 {
    font-size: 5vw;
  }
  .b-h4.is-lg {
    font-size: 5.3125vw;
  }
  .b-h4.is-sm {
    font-size: 4.6875vw;
  }

  .b-desc {
    font-size: 4.375vw;
  }
  .b-desc.is-lg {
    font-size: 4.6875vw;
  }
  .b-desc.is-sm {
    font-size: 4.0625vw;
  }
  .b-desc.is-xs {
    font-size: 3.75vw;
  }

  .b-flex-row, .b-flex-row-tm, .b-flex-row-xs,
  .b-flex-row-reverse, .b-flex-row-reverse-tm, .b-flex-row-reverse-xs,
  .b-flex-column, .b-flex-column-tm, .b-flex-column-xs,
  .b-flex-column-reverse, .b-flex-column-reverse-tm, .b-flex-column-reverse-xs {
    display: -webkit-flex;
    display: flex;
  }
  .b-flex-row.is-wrap, .b-flex-row-tm.is-wrap, .b-flex-row-xs.is-wrap,
  .b-flex-row-reverse.is-wrap, .b-flex-row-reverse-tm.is-wrap, .b-flex-row-reverse-xs.is-wrap,
  .b-flex-column.is-wrap, .b-flex-column-tm.is-wrap, .b-flex-column-xs.is-wrap,
  .b-flex-column-reverse.is-wrap, .b-flex-column-reverse-tm.is-wrap, .b-flex-column-reverse-xs.is-wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .b-flex-row.is-wrap-reverse, .b-flex-row-tm.is-wrap-reverse, .b-flex-row-xs.is-wrap-reverse,
  .b-flex-row-reverse.is-wrap-reverse, .b-flex-row-reverse-tm.is-wrap-reverse, .b-flex-row-reverse-xs.is-wrap-reverse,
  .b-flex-column.is-wrap-reverse, .b-flex-column-tm.is-wrap-reverse, .b-flex-column-xs.is-wrap-reverse,
  .b-flex-column-reverse.is-wrap-reverse, .b-flex-column-reverse-tm.is-wrap-reverse, .b-flex-column-reverse-xs.is-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .b-play:before {
    width: 18.75vw;
    height: 10vw;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
  }
  .b-play:after {
    margin-left: 1px;
    border-width: 1.5625vw 0 1.5625vw 3.125vw;
  }
}
[class^="b-br-"], [class*=" b-br-"] {
  display: none !important;
}

.b-underline {
  text-decoration: underline;
}

.b-normalize html {
  font-size: 100%;
  line-height: 1.5em;
}
.b-normalize html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.b-normalize body {
  margin: 0;
}
.b-normalize article,
.b-normalize aside,
.b-normalize details,
.b-normalize figcaption,
.b-normalize figure,
.b-normalize footer,
.b-normalize header,
.b-normalize main,
.b-normalize menu,
.b-normalize nav,
.b-normalize section,
.b-normalize summary {
  display: block;
}
.b-normalize audio,
.b-normalize canvas,
.b-normalize progress,
.b-normalize video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: baseline;
}
.b-normalize audio:not([controls]) {
  display: none;
  height: 0;
}
.b-normalize progress {
  vertical-align: baseline;
}
.b-normalize ul, .b-normalize ul > li {
  list-style-position: outside;
  list-style-type: disc;
}
.b-normalize ol, .b-normalize ol > li {
  list-style-position: outside;
  list-style-type: decimal;
}
.b-normalize [hidden] {
  display: none;
}
.b-normalize template {
  display: none;
}
.b-normalize a {
  background: transparent;
}
.b-normalize a:active,
.b-normalize a:hover {
  outline: 0;
}
.b-normalize abbr[title] {
  border-bottom: 1px dotted;
}
.b-normalize b,
.b-normalize strong {
  font-weight: bold;
}
.b-normalize blockquote {
  margin: 1.5em 40px;
}
.b-normalize code,
.b-normalize kbd,
.b-normalize pre,
.b-normalize samp {
  font-family: monospace, serif;
  font-size: 1em;
}
.b-normalize dfn,
.b-normalize i,
.b-normalize em {
  font-style: italic;
}
.b-normalize h1 {
  font-size: 2em;
  line-height: 1.5em;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.b-normalize h2 {
  font-size: 1.5em;
  line-height: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
}
.b-normalize h3 {
  font-size: 1.17em;
  line-height: 1.28205em;
  margin-top: 1.28205em;
  margin-bottom: 1.28205em;
}
.b-normalize h4 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.b-normalize h5 {
  font-size: 0.83em;
  line-height: 1.80723em;
  margin-top: 1.80723em;
  margin-bottom: 1.80723em;
}
.b-normalize h6 {
  font-size: 0.67em;
  line-height: 2.23881em;
  margin-top: 2.23881em;
  margin-bottom: 2.23881em;
}
.b-normalize mark {
  background: #ff0;
  color: #000;
}
.b-normalize p,
.b-normalize pre {
  margin: 1.5em 0;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
.b-normalize pre {
  overflow: auto;
}
.b-normalize small {
  font-size: 80%;
}
.b-normalize sub,
.b-normalize sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.b-normalize sup {
  top: -0.5em;
}
.b-normalize sub {
  bottom: -0.25em;
}
.b-normalize dl,
.b-normalize menu,
.b-normalize ol,
.b-normalize ul {
  margin: 1.5em 0;
}
.b-normalize dd {
  margin: 0 0 0 40px;
}
.b-normalize menu,
.b-normalize ol,
.b-normalize ul {
  padding: 0 0 0 40px;
}
.b-normalize nav ul,
.b-normalize nav ol {
  list-style: none;
  list-style-image: none;
}
.b-normalize img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
.b-normalize svg:not(:root) {
  overflow: hidden;
}
.b-normalize figure {
  margin: 1.5em 40px;
}
.b-normalize hr {
  box-sizing: content-box;
  box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
.b-normalize form {
  margin: 0;
}
.b-normalize button,
.b-normalize input,
.b-normalize optgroup,
.b-normalize select,
.b-normalize textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  *font-family: sans-serif;
  *vertical-align: middle;
}
.b-normalize button {
  overflow: visible;
}
.b-normalize button,
.b-normalize select {
  text-transform: none;
}
.b-normalize button,
.b-normalize html input[type="button"],
.b-normalize input[type="reset"],
.b-normalize input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}
.b-normalize button[disabled],
.b-normalize html input[disabled] {
  cursor: default;
}
.b-normalize button::-moz-focus-inner,
.b-normalize input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.b-normalize input {
  line-height: normal;
}
.b-normalize input[type="checkbox"],
.b-normalize input[type="radio"] {
  box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
.b-normalize input[type="number"]::-webkit-inner-spin-button,
.b-normalize input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.b-normalize input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
  box-sizing: content-box;
  box-sizing: content-box;
}
.b-normalize input[type="search"]::-webkit-search-cancel-button, .b-normalize input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.b-normalize fieldset {
  margin: 0 2px;
  border-color: #c0c0c0;
  border-top-width: 0.0625em;
  border-top-style: solid;
  padding-top: 0.4625em;
  border-bottom-width: 0.0625em;
  border-bottom-style: solid;
  padding-bottom: 0.9125em;
  border-left-width: 0.0625em;
  border-left-style: solid;
  padding-left: 0.875em;
  border-right-width: 0.0625em;
  border-right-style: solid;
  padding-right: 0.875em;
}
.b-normalize legend {
  border: 0;
  padding: 0;
  *margin-left: -7px;
}
.b-normalize textarea {
  overflow: auto;
}
.b-normalize optgroup {
  font-weight: bold;
}
.b-normalize table,
.b-normalize tr,
.b-normalize td {
  border-collapse: separate;
  border: 1px solid gray;
  border-spacing: 2px;
}
.b-normalize table {
  margin-top: auto;
  margin-bottom: auto;
  font-style: normal;
  font-variant: normal normal;
  font-weight: normal;
  text-align: start;
  white-space: normal;
  line-height: normal;
}
.b-normalize table[align="center"] {
  margin-right: auto;
  margin-left: auto;
}
.b-normalize tr {
  margin: auto;
  vertical-align: inherit;
  border-color: inherit;
}
.b-normalize td,
.b-normalize th {
  margin: auto;
  padding: 0;
}
.b-normalize strike,
.b-normalize del {
  text-decoration: line-through;
}
.b-normalize u {
  text-decoration: underline;
}
.b-normalize:after {
  content: "";
  width: 100%;
  height: 0;
  clear: both;
  display: block;
  overflow: hidden;
  *zoom: 1;
}

.b-clearfix:after, .b-row.b-clearfix:after, [class^="b-row-"].b-clearfix:after, [class*=" b-row-"].b-clearfix:after {
  content: "";
  width: 100%;
  height: 0;
  display: block;
  clear: both;
  overflow: hidden;
  *zoom: 1;
}

.b-middle {
  height: 100%;
  position: relative;
  letter-spacing: -0.31em !important;
  line-height: 0;
  *letter-spacing: normal;
  *word-spacing: -0.43em;
  text-rendering: optimizespeed;
}
.b-middle > * {
  /*&:not(.b-middle) {*/
  *display: inline;
  letter-spacing: normal;
  line-height: normal;
  /*}*/
}
.b-middle:before {
  content: "";
  font-size: 0;
  height: 100%;
  line-height: 0;
  zoom: 1;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.b-middle > * {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.b-mark {
  color: inherit;
  background: transparent;
}

.b-text-left {
  text-align: left !important;
}

.b-text-center {
  text-align: center !important;
}

.b-text-right {
  text-align: right !important;
}

.b-text-justify {
  text-align: justify !important;
}

.b-text-italic {
  font-style: italic;
}

.b-hide {
  display: none !important;
}

.b-block {
  display: block !important;
}

.b-line-space {
  letter-spacing: -0.31em !important;
  line-height: 0;
  *letter-spacing: normal;
  *word-spacing: -0.43em;
  text-rendering: optimizespeed;
}
.b-line-space > * {
  /*&:not(.b-middle) {*/
  *display: inline;
  letter-spacing: normal;
  line-height: normal;
  /*}*/
}

.b-inline-space {
  letter-spacing: -0.31em !important;
  line-height: 0;
  *letter-spacing: normal;
  *word-spacing: -0.43em;
  text-rendering: optimizespeed;
}
.b-inline-space > * {
  /*&:not(.b-middle) {*/
  *display: inline;
  letter-spacing: normal;
  line-height: normal;
  /*}*/
}

/*// inline
[class^="b-inline"], [class*=" b-inline"] {
    @include basic-inline;
}*/
.b-inline {
  display: inline-block !important;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.b-inline.is-vtop {
  vertical-align: top;
}
.b-inline.is-vbottom {
  vertical-align: bottom;
}
.b-inline.is-vtop {
  vertical-align: top;
}
.b-inline.is-vbottom {
  vertical-align: bottom;
}

.b-table {
  width: 100%;
  display: table;
  vertical-align: middle;
  table-layout: auto;
  word-wrap: break-word;
  word-break: break-all;
  /*border-collapse : collapse;
  border-spacing  : 0;*/
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.b-table > * {
  display: table-cell;
  vertical-align: middle;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.b-table > *.b-table-nowrap {
  width: 1%;
  white-space: nowrap;
}

.b-float-left {
  float: left;
}

.b-float-right {
  float: right;
}

.b-row, [class^="b-row-"], [class*=" b-row-"] {
  overflow: hidden;
  *zoom: 1;
}
.b-row.b-clearfix, [class^="b-row-"].b-clearfix, [class*=" b-row-"].b-clearfix {
  overflow: visible;
}

[class^="b-col-"], [class*=" b-col-"] {
  min-height: 1px;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.b-text-line {
  color: #3B3 !important;
}

.b-bg-line {
  background-color: #3B3 !important;
}

.b-bg-line-opacity-100 {
  background-color: #33bb33 !important;
}

.b-bg-line-opacity-95 {
  background-color: rgba(51, 187, 51, 0.95) !important;
}

.b-bg-line-opacity-90 {
  background-color: rgba(51, 187, 51, 0.9) !important;
}

.b-bg-line-opacity-85 {
  background-color: rgba(51, 187, 51, 0.85) !important;
}

.b-bg-line-opacity-80 {
  background-color: rgba(51, 187, 51, 0.8) !important;
}

.b-bg-line-opacity-75 {
  background-color: rgba(51, 187, 51, 0.75) !important;
}

.b-bg-line-opacity-70 {
  background-color: rgba(51, 187, 51, 0.7) !important;
}

.b-bg-line-opacity-65 {
  background-color: rgba(51, 187, 51, 0.65) !important;
}

.b-bg-line-opacity-60 {
  background-color: rgba(51, 187, 51, 0.6) !important;
}

.b-bg-line-opacity-55 {
  background-color: rgba(51, 187, 51, 0.55) !important;
}

.b-bg-line-opacity-50 {
  background-color: rgba(51, 187, 51, 0.5) !important;
}

.b-bg-line-opacity-45 {
  background-color: rgba(51, 187, 51, 0.45) !important;
}

.b-bg-line-opacity-40 {
  background-color: rgba(51, 187, 51, 0.4) !important;
}

.b-bg-line-opacity-35 {
  background-color: rgba(51, 187, 51, 0.35) !important;
}

.b-bg-line-opacity-30 {
  background-color: rgba(51, 187, 51, 0.3) !important;
}

.b-bg-line-opacity-25 {
  background-color: rgba(51, 187, 51, 0.25) !important;
}

.b-bg-line-opacity-20 {
  background-color: rgba(51, 187, 51, 0.2) !important;
}

.b-bg-line-opacity-15 {
  background-color: rgba(51, 187, 51, 0.15) !important;
}

.b-bg-line-opacity-10 {
  background-color: rgba(51, 187, 51, 0.1) !important;
}

.b-bg-line-opacity-5 {
  background-color: rgba(51, 187, 51, 0.05) !important;
}

.b-text-white {
  color: #FFF !important;
}

.b-bg-white {
  background-color: #FFF !important;
}

.b-bg-white-opacity-100 {
  background-color: white !important;
}

.b-bg-white-opacity-95 {
  background-color: rgba(255, 255, 255, 0.95) !important;
}

.b-bg-white-opacity-90 {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

.b-bg-white-opacity-85 {
  background-color: rgba(255, 255, 255, 0.85) !important;
}

.b-bg-white-opacity-80 {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.b-bg-white-opacity-75 {
  background-color: rgba(255, 255, 255, 0.75) !important;
}

.b-bg-white-opacity-70 {
  background-color: rgba(255, 255, 255, 0.7) !important;
}

.b-bg-white-opacity-65 {
  background-color: rgba(255, 255, 255, 0.65) !important;
}

.b-bg-white-opacity-60 {
  background-color: rgba(255, 255, 255, 0.6) !important;
}

.b-bg-white-opacity-55 {
  background-color: rgba(255, 255, 255, 0.55) !important;
}

.b-bg-white-opacity-50 {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

.b-bg-white-opacity-45 {
  background-color: rgba(255, 255, 255, 0.45) !important;
}

.b-bg-white-opacity-40 {
  background-color: rgba(255, 255, 255, 0.4) !important;
}

.b-bg-white-opacity-35 {
  background-color: rgba(255, 255, 255, 0.35) !important;
}

.b-bg-white-opacity-30 {
  background-color: rgba(255, 255, 255, 0.3) !important;
}

.b-bg-white-opacity-25 {
  background-color: rgba(255, 255, 255, 0.25) !important;
}

.b-bg-white-opacity-20 {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.b-bg-white-opacity-15 {
  background-color: rgba(255, 255, 255, 0.15) !important;
}

.b-bg-white-opacity-10 {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.b-bg-white-opacity-5 {
  background-color: rgba(255, 255, 255, 0.05) !important;
}

.b-text-black {
  color: #000 !important;
}

.b-bg-black {
  background-color: #000 !important;
}

.b-bg-black-opacity-100 {
  background-color: black !important;
}

.b-bg-black-opacity-95 {
  background-color: rgba(0, 0, 0, 0.95) !important;
}

.b-bg-black-opacity-90 {
  background-color: rgba(0, 0, 0, 0.9) !important;
}

.b-bg-black-opacity-85 {
  background-color: rgba(0, 0, 0, 0.85) !important;
}

.b-bg-black-opacity-80 {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.b-bg-black-opacity-75 {
  background-color: rgba(0, 0, 0, 0.75) !important;
}

.b-bg-black-opacity-70 {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

.b-bg-black-opacity-65 {
  background-color: rgba(0, 0, 0, 0.65) !important;
}

.b-bg-black-opacity-60 {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

.b-bg-black-opacity-55 {
  background-color: rgba(0, 0, 0, 0.55) !important;
}

.b-bg-black-opacity-50 {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.b-bg-black-opacity-45 {
  background-color: rgba(0, 0, 0, 0.45) !important;
}

.b-bg-black-opacity-40 {
  background-color: rgba(0, 0, 0, 0.4) !important;
}

.b-bg-black-opacity-35 {
  background-color: rgba(0, 0, 0, 0.35) !important;
}

.b-bg-black-opacity-30 {
  background-color: rgba(0, 0, 0, 0.3) !important;
}

.b-bg-black-opacity-25 {
  background-color: rgba(0, 0, 0, 0.25) !important;
}

.b-bg-black-opacity-20 {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

.b-bg-black-opacity-15 {
  background-color: rgba(0, 0, 0, 0.15) !important;
}

.b-bg-black-opacity-10 {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

.b-bg-black-opacity-5 {
  background-color: rgba(0, 0, 0, 0.05) !important;
}

.b-text-gray {
  color: gray !important;
}

.b-bg-gray {
  background-color: gray !important;
}

.b-bg-gray-opacity-100 {
  background-color: gray !important;
}

.b-bg-gray-opacity-95 {
  background-color: rgba(128, 128, 128, 0.95) !important;
}

.b-bg-gray-opacity-90 {
  background-color: rgba(128, 128, 128, 0.9) !important;
}

.b-bg-gray-opacity-85 {
  background-color: rgba(128, 128, 128, 0.85) !important;
}

.b-bg-gray-opacity-80 {
  background-color: rgba(128, 128, 128, 0.8) !important;
}

.b-bg-gray-opacity-75 {
  background-color: rgba(128, 128, 128, 0.75) !important;
}

.b-bg-gray-opacity-70 {
  background-color: rgba(128, 128, 128, 0.7) !important;
}

.b-bg-gray-opacity-65 {
  background-color: rgba(128, 128, 128, 0.65) !important;
}

.b-bg-gray-opacity-60 {
  background-color: rgba(128, 128, 128, 0.6) !important;
}

.b-bg-gray-opacity-55 {
  background-color: rgba(128, 128, 128, 0.55) !important;
}

.b-bg-gray-opacity-50 {
  background-color: rgba(128, 128, 128, 0.5) !important;
}

.b-bg-gray-opacity-45 {
  background-color: rgba(128, 128, 128, 0.45) !important;
}

.b-bg-gray-opacity-40 {
  background-color: rgba(128, 128, 128, 0.4) !important;
}

.b-bg-gray-opacity-35 {
  background-color: rgba(128, 128, 128, 0.35) !important;
}

.b-bg-gray-opacity-30 {
  background-color: rgba(128, 128, 128, 0.3) !important;
}

.b-bg-gray-opacity-25 {
  background-color: rgba(128, 128, 128, 0.25) !important;
}

.b-bg-gray-opacity-20 {
  background-color: rgba(128, 128, 128, 0.2) !important;
}

.b-bg-gray-opacity-15 {
  background-color: rgba(128, 128, 128, 0.15) !important;
}

.b-bg-gray-opacity-10 {
  background-color: rgba(128, 128, 128, 0.1) !important;
}

.b-bg-gray-opacity-5 {
  background-color: rgba(128, 128, 128, 0.05) !important;
}

.b-text-gray-l-p40 {
  color: #e6e6e6 !important;
}

.b-bg-gray-l-p40 {
  background-color: #e6e6e6 !important;
}

.b-bg-gray-l-p40-opacity-100 {
  background-color: #e6e6e6 !important;
}

.b-bg-gray-l-p40-opacity-95 {
  background-color: rgba(230, 230, 230, 0.95) !important;
}

.b-bg-gray-l-p40-opacity-90 {
  background-color: rgba(230, 230, 230, 0.9) !important;
}

.b-bg-gray-l-p40-opacity-85 {
  background-color: rgba(230, 230, 230, 0.85) !important;
}

.b-bg-gray-l-p40-opacity-80 {
  background-color: rgba(230, 230, 230, 0.8) !important;
}

.b-bg-gray-l-p40-opacity-75 {
  background-color: rgba(230, 230, 230, 0.75) !important;
}

.b-bg-gray-l-p40-opacity-70 {
  background-color: rgba(230, 230, 230, 0.7) !important;
}

.b-bg-gray-l-p40-opacity-65 {
  background-color: rgba(230, 230, 230, 0.65) !important;
}

.b-bg-gray-l-p40-opacity-60 {
  background-color: rgba(230, 230, 230, 0.6) !important;
}

.b-bg-gray-l-p40-opacity-55 {
  background-color: rgba(230, 230, 230, 0.55) !important;
}

.b-bg-gray-l-p40-opacity-50 {
  background-color: rgba(230, 230, 230, 0.5) !important;
}

.b-bg-gray-l-p40-opacity-45 {
  background-color: rgba(230, 230, 230, 0.45) !important;
}

.b-bg-gray-l-p40-opacity-40 {
  background-color: rgba(230, 230, 230, 0.4) !important;
}

.b-bg-gray-l-p40-opacity-35 {
  background-color: rgba(230, 230, 230, 0.35) !important;
}

.b-bg-gray-l-p40-opacity-30 {
  background-color: rgba(230, 230, 230, 0.3) !important;
}

.b-bg-gray-l-p40-opacity-25 {
  background-color: rgba(230, 230, 230, 0.25) !important;
}

.b-bg-gray-l-p40-opacity-20 {
  background-color: rgba(230, 230, 230, 0.2) !important;
}

.b-bg-gray-l-p40-opacity-15 {
  background-color: rgba(230, 230, 230, 0.15) !important;
}

.b-bg-gray-l-p40-opacity-10 {
  background-color: rgba(230, 230, 230, 0.1) !important;
}

.b-bg-gray-l-p40-opacity-5 {
  background-color: rgba(230, 230, 230, 0.05) !important;
}

.b-text-gray-l-p30 {
  color: #cdcdcd !important;
}

.b-bg-gray-l-p30 {
  background-color: #cdcdcd !important;
}

.b-bg-gray-l-p30-opacity-100 {
  background-color: #cdcdcd !important;
}

.b-bg-gray-l-p30-opacity-95 {
  background-color: rgba(205, 205, 205, 0.95) !important;
}

.b-bg-gray-l-p30-opacity-90 {
  background-color: rgba(205, 205, 205, 0.9) !important;
}

.b-bg-gray-l-p30-opacity-85 {
  background-color: rgba(205, 205, 205, 0.85) !important;
}

.b-bg-gray-l-p30-opacity-80 {
  background-color: rgba(205, 205, 205, 0.8) !important;
}

.b-bg-gray-l-p30-opacity-75 {
  background-color: rgba(205, 205, 205, 0.75) !important;
}

.b-bg-gray-l-p30-opacity-70 {
  background-color: rgba(205, 205, 205, 0.7) !important;
}

.b-bg-gray-l-p30-opacity-65 {
  background-color: rgba(205, 205, 205, 0.65) !important;
}

.b-bg-gray-l-p30-opacity-60 {
  background-color: rgba(205, 205, 205, 0.6) !important;
}

.b-bg-gray-l-p30-opacity-55 {
  background-color: rgba(205, 205, 205, 0.55) !important;
}

.b-bg-gray-l-p30-opacity-50 {
  background-color: rgba(205, 205, 205, 0.5) !important;
}

.b-bg-gray-l-p30-opacity-45 {
  background-color: rgba(205, 205, 205, 0.45) !important;
}

.b-bg-gray-l-p30-opacity-40 {
  background-color: rgba(205, 205, 205, 0.4) !important;
}

.b-bg-gray-l-p30-opacity-35 {
  background-color: rgba(205, 205, 205, 0.35) !important;
}

.b-bg-gray-l-p30-opacity-30 {
  background-color: rgba(205, 205, 205, 0.3) !important;
}

.b-bg-gray-l-p30-opacity-25 {
  background-color: rgba(205, 205, 205, 0.25) !important;
}

.b-bg-gray-l-p30-opacity-20 {
  background-color: rgba(205, 205, 205, 0.2) !important;
}

.b-bg-gray-l-p30-opacity-15 {
  background-color: rgba(205, 205, 205, 0.15) !important;
}

.b-bg-gray-l-p30-opacity-10 {
  background-color: rgba(205, 205, 205, 0.1) !important;
}

.b-bg-gray-l-p30-opacity-5 {
  background-color: rgba(205, 205, 205, 0.05) !important;
}

.b-text-gray-l-p20 {
  color: #b3b3b3 !important;
}

.b-bg-gray-l-p20 {
  background-color: #b3b3b3 !important;
}

.b-bg-gray-l-p20-opacity-100 {
  background-color: #b3b3b3 !important;
}

.b-bg-gray-l-p20-opacity-95 {
  background-color: rgba(179, 179, 179, 0.95) !important;
}

.b-bg-gray-l-p20-opacity-90 {
  background-color: rgba(179, 179, 179, 0.9) !important;
}

.b-bg-gray-l-p20-opacity-85 {
  background-color: rgba(179, 179, 179, 0.85) !important;
}

.b-bg-gray-l-p20-opacity-80 {
  background-color: rgba(179, 179, 179, 0.8) !important;
}

.b-bg-gray-l-p20-opacity-75 {
  background-color: rgba(179, 179, 179, 0.75) !important;
}

.b-bg-gray-l-p20-opacity-70 {
  background-color: rgba(179, 179, 179, 0.7) !important;
}

.b-bg-gray-l-p20-opacity-65 {
  background-color: rgba(179, 179, 179, 0.65) !important;
}

.b-bg-gray-l-p20-opacity-60 {
  background-color: rgba(179, 179, 179, 0.6) !important;
}

.b-bg-gray-l-p20-opacity-55 {
  background-color: rgba(179, 179, 179, 0.55) !important;
}

.b-bg-gray-l-p20-opacity-50 {
  background-color: rgba(179, 179, 179, 0.5) !important;
}

.b-bg-gray-l-p20-opacity-45 {
  background-color: rgba(179, 179, 179, 0.45) !important;
}

.b-bg-gray-l-p20-opacity-40 {
  background-color: rgba(179, 179, 179, 0.4) !important;
}

.b-bg-gray-l-p20-opacity-35 {
  background-color: rgba(179, 179, 179, 0.35) !important;
}

.b-bg-gray-l-p20-opacity-30 {
  background-color: rgba(179, 179, 179, 0.3) !important;
}

.b-bg-gray-l-p20-opacity-25 {
  background-color: rgba(179, 179, 179, 0.25) !important;
}

.b-bg-gray-l-p20-opacity-20 {
  background-color: rgba(179, 179, 179, 0.2) !important;
}

.b-bg-gray-l-p20-opacity-15 {
  background-color: rgba(179, 179, 179, 0.15) !important;
}

.b-bg-gray-l-p20-opacity-10 {
  background-color: rgba(179, 179, 179, 0.1) !important;
}

.b-bg-gray-l-p20-opacity-5 {
  background-color: rgba(179, 179, 179, 0.05) !important;
}

.b-text-gray-l-p10 {
  color: #9a9a9a !important;
}

.b-bg-gray-l-p10 {
  background-color: #9a9a9a !important;
}

.b-bg-gray-l-p10-opacity-100 {
  background-color: #9a9a9a !important;
}

.b-bg-gray-l-p10-opacity-95 {
  background-color: rgba(154, 154, 154, 0.95) !important;
}

.b-bg-gray-l-p10-opacity-90 {
  background-color: rgba(154, 154, 154, 0.9) !important;
}

.b-bg-gray-l-p10-opacity-85 {
  background-color: rgba(154, 154, 154, 0.85) !important;
}

.b-bg-gray-l-p10-opacity-80 {
  background-color: rgba(154, 154, 154, 0.8) !important;
}

.b-bg-gray-l-p10-opacity-75 {
  background-color: rgba(154, 154, 154, 0.75) !important;
}

.b-bg-gray-l-p10-opacity-70 {
  background-color: rgba(154, 154, 154, 0.7) !important;
}

.b-bg-gray-l-p10-opacity-65 {
  background-color: rgba(154, 154, 154, 0.65) !important;
}

.b-bg-gray-l-p10-opacity-60 {
  background-color: rgba(154, 154, 154, 0.6) !important;
}

.b-bg-gray-l-p10-opacity-55 {
  background-color: rgba(154, 154, 154, 0.55) !important;
}

.b-bg-gray-l-p10-opacity-50 {
  background-color: rgba(154, 154, 154, 0.5) !important;
}

.b-bg-gray-l-p10-opacity-45 {
  background-color: rgba(154, 154, 154, 0.45) !important;
}

.b-bg-gray-l-p10-opacity-40 {
  background-color: rgba(154, 154, 154, 0.4) !important;
}

.b-bg-gray-l-p10-opacity-35 {
  background-color: rgba(154, 154, 154, 0.35) !important;
}

.b-bg-gray-l-p10-opacity-30 {
  background-color: rgba(154, 154, 154, 0.3) !important;
}

.b-bg-gray-l-p10-opacity-25 {
  background-color: rgba(154, 154, 154, 0.25) !important;
}

.b-bg-gray-l-p10-opacity-20 {
  background-color: rgba(154, 154, 154, 0.2) !important;
}

.b-bg-gray-l-p10-opacity-15 {
  background-color: rgba(154, 154, 154, 0.15) !important;
}

.b-bg-gray-l-p10-opacity-10 {
  background-color: rgba(154, 154, 154, 0.1) !important;
}

.b-bg-gray-l-p10-opacity-5 {
  background-color: rgba(154, 154, 154, 0.05) !important;
}

.b-text-gray-d-p40 {
  color: #1a1a1a !important;
}

.b-bg-gray-d-p40 {
  background-color: #1a1a1a !important;
}

.b-bg-gray-d-p40-opacity-100 {
  background-color: #1a1a1a !important;
}

.b-bg-gray-d-p40-opacity-95 {
  background-color: rgba(26, 26, 26, 0.95) !important;
}

.b-bg-gray-d-p40-opacity-90 {
  background-color: rgba(26, 26, 26, 0.9) !important;
}

.b-bg-gray-d-p40-opacity-85 {
  background-color: rgba(26, 26, 26, 0.85) !important;
}

.b-bg-gray-d-p40-opacity-80 {
  background-color: rgba(26, 26, 26, 0.8) !important;
}

.b-bg-gray-d-p40-opacity-75 {
  background-color: rgba(26, 26, 26, 0.75) !important;
}

.b-bg-gray-d-p40-opacity-70 {
  background-color: rgba(26, 26, 26, 0.7) !important;
}

.b-bg-gray-d-p40-opacity-65 {
  background-color: rgba(26, 26, 26, 0.65) !important;
}

.b-bg-gray-d-p40-opacity-60 {
  background-color: rgba(26, 26, 26, 0.6) !important;
}

.b-bg-gray-d-p40-opacity-55 {
  background-color: rgba(26, 26, 26, 0.55) !important;
}

.b-bg-gray-d-p40-opacity-50 {
  background-color: rgba(26, 26, 26, 0.5) !important;
}

.b-bg-gray-d-p40-opacity-45 {
  background-color: rgba(26, 26, 26, 0.45) !important;
}

.b-bg-gray-d-p40-opacity-40 {
  background-color: rgba(26, 26, 26, 0.4) !important;
}

.b-bg-gray-d-p40-opacity-35 {
  background-color: rgba(26, 26, 26, 0.35) !important;
}

.b-bg-gray-d-p40-opacity-30 {
  background-color: rgba(26, 26, 26, 0.3) !important;
}

.b-bg-gray-d-p40-opacity-25 {
  background-color: rgba(26, 26, 26, 0.25) !important;
}

.b-bg-gray-d-p40-opacity-20 {
  background-color: rgba(26, 26, 26, 0.2) !important;
}

.b-bg-gray-d-p40-opacity-15 {
  background-color: rgba(26, 26, 26, 0.15) !important;
}

.b-bg-gray-d-p40-opacity-10 {
  background-color: rgba(26, 26, 26, 0.1) !important;
}

.b-bg-gray-d-p40-opacity-5 {
  background-color: rgba(26, 26, 26, 0.05) !important;
}

.b-text-gray-d-p30 {
  color: #343434 !important;
}

.b-bg-gray-d-p30 {
  background-color: #343434 !important;
}

.b-bg-gray-d-p30-opacity-100 {
  background-color: #343434 !important;
}

.b-bg-gray-d-p30-opacity-95 {
  background-color: rgba(52, 52, 52, 0.95) !important;
}

.b-bg-gray-d-p30-opacity-90 {
  background-color: rgba(52, 52, 52, 0.9) !important;
}

.b-bg-gray-d-p30-opacity-85 {
  background-color: rgba(52, 52, 52, 0.85) !important;
}

.b-bg-gray-d-p30-opacity-80 {
  background-color: rgba(52, 52, 52, 0.8) !important;
}

.b-bg-gray-d-p30-opacity-75 {
  background-color: rgba(52, 52, 52, 0.75) !important;
}

.b-bg-gray-d-p30-opacity-70 {
  background-color: rgba(52, 52, 52, 0.7) !important;
}

.b-bg-gray-d-p30-opacity-65 {
  background-color: rgba(52, 52, 52, 0.65) !important;
}

.b-bg-gray-d-p30-opacity-60 {
  background-color: rgba(52, 52, 52, 0.6) !important;
}

.b-bg-gray-d-p30-opacity-55 {
  background-color: rgba(52, 52, 52, 0.55) !important;
}

.b-bg-gray-d-p30-opacity-50 {
  background-color: rgba(52, 52, 52, 0.5) !important;
}

.b-bg-gray-d-p30-opacity-45 {
  background-color: rgba(52, 52, 52, 0.45) !important;
}

.b-bg-gray-d-p30-opacity-40 {
  background-color: rgba(52, 52, 52, 0.4) !important;
}

.b-bg-gray-d-p30-opacity-35 {
  background-color: rgba(52, 52, 52, 0.35) !important;
}

.b-bg-gray-d-p30-opacity-30 {
  background-color: rgba(52, 52, 52, 0.3) !important;
}

.b-bg-gray-d-p30-opacity-25 {
  background-color: rgba(52, 52, 52, 0.25) !important;
}

.b-bg-gray-d-p30-opacity-20 {
  background-color: rgba(52, 52, 52, 0.2) !important;
}

.b-bg-gray-d-p30-opacity-15 {
  background-color: rgba(52, 52, 52, 0.15) !important;
}

.b-bg-gray-d-p30-opacity-10 {
  background-color: rgba(52, 52, 52, 0.1) !important;
}

.b-bg-gray-d-p30-opacity-5 {
  background-color: rgba(52, 52, 52, 0.05) !important;
}

.b-text-gray-d-p20 {
  color: #4d4d4d !important;
}

.b-bg-gray-d-p20 {
  background-color: #4d4d4d !important;
}

.b-bg-gray-d-p20-opacity-100 {
  background-color: #4d4d4d !important;
}

.b-bg-gray-d-p20-opacity-95 {
  background-color: rgba(77, 77, 77, 0.95) !important;
}

.b-bg-gray-d-p20-opacity-90 {
  background-color: rgba(77, 77, 77, 0.9) !important;
}

.b-bg-gray-d-p20-opacity-85 {
  background-color: rgba(77, 77, 77, 0.85) !important;
}

.b-bg-gray-d-p20-opacity-80 {
  background-color: rgba(77, 77, 77, 0.8) !important;
}

.b-bg-gray-d-p20-opacity-75 {
  background-color: rgba(77, 77, 77, 0.75) !important;
}

.b-bg-gray-d-p20-opacity-70 {
  background-color: rgba(77, 77, 77, 0.7) !important;
}

.b-bg-gray-d-p20-opacity-65 {
  background-color: rgba(77, 77, 77, 0.65) !important;
}

.b-bg-gray-d-p20-opacity-60 {
  background-color: rgba(77, 77, 77, 0.6) !important;
}

.b-bg-gray-d-p20-opacity-55 {
  background-color: rgba(77, 77, 77, 0.55) !important;
}

.b-bg-gray-d-p20-opacity-50 {
  background-color: rgba(77, 77, 77, 0.5) !important;
}

.b-bg-gray-d-p20-opacity-45 {
  background-color: rgba(77, 77, 77, 0.45) !important;
}

.b-bg-gray-d-p20-opacity-40 {
  background-color: rgba(77, 77, 77, 0.4) !important;
}

.b-bg-gray-d-p20-opacity-35 {
  background-color: rgba(77, 77, 77, 0.35) !important;
}

.b-bg-gray-d-p20-opacity-30 {
  background-color: rgba(77, 77, 77, 0.3) !important;
}

.b-bg-gray-d-p20-opacity-25 {
  background-color: rgba(77, 77, 77, 0.25) !important;
}

.b-bg-gray-d-p20-opacity-20 {
  background-color: rgba(77, 77, 77, 0.2) !important;
}

.b-bg-gray-d-p20-opacity-15 {
  background-color: rgba(77, 77, 77, 0.15) !important;
}

.b-bg-gray-d-p20-opacity-10 {
  background-color: rgba(77, 77, 77, 0.1) !important;
}

.b-bg-gray-d-p20-opacity-5 {
  background-color: rgba(77, 77, 77, 0.05) !important;
}

.b-text-gray-d-p10 {
  color: #676767 !important;
}

.b-bg-gray-d-p10 {
  background-color: #676767 !important;
}

.b-bg-gray-d-p10-opacity-100 {
  background-color: #676767 !important;
}

.b-bg-gray-d-p10-opacity-95 {
  background-color: rgba(103, 103, 103, 0.95) !important;
}

.b-bg-gray-d-p10-opacity-90 {
  background-color: rgba(103, 103, 103, 0.9) !important;
}

.b-bg-gray-d-p10-opacity-85 {
  background-color: rgba(103, 103, 103, 0.85) !important;
}

.b-bg-gray-d-p10-opacity-80 {
  background-color: rgba(103, 103, 103, 0.8) !important;
}

.b-bg-gray-d-p10-opacity-75 {
  background-color: rgba(103, 103, 103, 0.75) !important;
}

.b-bg-gray-d-p10-opacity-70 {
  background-color: rgba(103, 103, 103, 0.7) !important;
}

.b-bg-gray-d-p10-opacity-65 {
  background-color: rgba(103, 103, 103, 0.65) !important;
}

.b-bg-gray-d-p10-opacity-60 {
  background-color: rgba(103, 103, 103, 0.6) !important;
}

.b-bg-gray-d-p10-opacity-55 {
  background-color: rgba(103, 103, 103, 0.55) !important;
}

.b-bg-gray-d-p10-opacity-50 {
  background-color: rgba(103, 103, 103, 0.5) !important;
}

.b-bg-gray-d-p10-opacity-45 {
  background-color: rgba(103, 103, 103, 0.45) !important;
}

.b-bg-gray-d-p10-opacity-40 {
  background-color: rgba(103, 103, 103, 0.4) !important;
}

.b-bg-gray-d-p10-opacity-35 {
  background-color: rgba(103, 103, 103, 0.35) !important;
}

.b-bg-gray-d-p10-opacity-30 {
  background-color: rgba(103, 103, 103, 0.3) !important;
}

.b-bg-gray-d-p10-opacity-25 {
  background-color: rgba(103, 103, 103, 0.25) !important;
}

.b-bg-gray-d-p10-opacity-20 {
  background-color: rgba(103, 103, 103, 0.2) !important;
}

.b-bg-gray-d-p10-opacity-15 {
  background-color: rgba(103, 103, 103, 0.15) !important;
}

.b-bg-gray-d-p10-opacity-10 {
  background-color: rgba(103, 103, 103, 0.1) !important;
}

.b-bg-gray-d-p10-opacity-5 {
  background-color: rgba(103, 103, 103, 0.05) !important;
}

.b-text-transparent {
  color: transparent !important;
}

.b-bg-transparent {
  background-color: transparent !important;
}

.b-bg-transparent-opacity-100 {
  background-color: black !important;
}

.b-bg-transparent-opacity-95 {
  background-color: rgba(0, 0, 0, 0.95) !important;
}

.b-bg-transparent-opacity-90 {
  background-color: rgba(0, 0, 0, 0.9) !important;
}

.b-bg-transparent-opacity-85 {
  background-color: rgba(0, 0, 0, 0.85) !important;
}

.b-bg-transparent-opacity-80 {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.b-bg-transparent-opacity-75 {
  background-color: rgba(0, 0, 0, 0.75) !important;
}

.b-bg-transparent-opacity-70 {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

.b-bg-transparent-opacity-65 {
  background-color: rgba(0, 0, 0, 0.65) !important;
}

.b-bg-transparent-opacity-60 {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

.b-bg-transparent-opacity-55 {
  background-color: rgba(0, 0, 0, 0.55) !important;
}

.b-bg-transparent-opacity-50 {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.b-bg-transparent-opacity-45 {
  background-color: rgba(0, 0, 0, 0.45) !important;
}

.b-bg-transparent-opacity-40 {
  background-color: rgba(0, 0, 0, 0.4) !important;
}

.b-bg-transparent-opacity-35 {
  background-color: rgba(0, 0, 0, 0.35) !important;
}

.b-bg-transparent-opacity-30 {
  background-color: rgba(0, 0, 0, 0.3) !important;
}

.b-bg-transparent-opacity-25 {
  background-color: rgba(0, 0, 0, 0.25) !important;
}

.b-bg-transparent-opacity-20 {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

.b-bg-transparent-opacity-15 {
  background-color: rgba(0, 0, 0, 0.15) !important;
}

.b-bg-transparent-opacity-10 {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

.b-bg-transparent-opacity-5 {
  background-color: rgba(0, 0, 0, 0.05) !important;
}

.b-text-major {
  color: #3E454F !important;
}

.b-bg-major {
  background-color: #3E454F !important;
}

.b-bg-major-opacity-100 {
  background-color: #3e454f !important;
}

.b-bg-major-opacity-95 {
  background-color: rgba(62, 69, 79, 0.95) !important;
}

.b-bg-major-opacity-90 {
  background-color: rgba(62, 69, 79, 0.9) !important;
}

.b-bg-major-opacity-85 {
  background-color: rgba(62, 69, 79, 0.85) !important;
}

.b-bg-major-opacity-80 {
  background-color: rgba(62, 69, 79, 0.8) !important;
}

.b-bg-major-opacity-75 {
  background-color: rgba(62, 69, 79, 0.75) !important;
}

.b-bg-major-opacity-70 {
  background-color: rgba(62, 69, 79, 0.7) !important;
}

.b-bg-major-opacity-65 {
  background-color: rgba(62, 69, 79, 0.65) !important;
}

.b-bg-major-opacity-60 {
  background-color: rgba(62, 69, 79, 0.6) !important;
}

.b-bg-major-opacity-55 {
  background-color: rgba(62, 69, 79, 0.55) !important;
}

.b-bg-major-opacity-50 {
  background-color: rgba(62, 69, 79, 0.5) !important;
}

.b-bg-major-opacity-45 {
  background-color: rgba(62, 69, 79, 0.45) !important;
}

.b-bg-major-opacity-40 {
  background-color: rgba(62, 69, 79, 0.4) !important;
}

.b-bg-major-opacity-35 {
  background-color: rgba(62, 69, 79, 0.35) !important;
}

.b-bg-major-opacity-30 {
  background-color: rgba(62, 69, 79, 0.3) !important;
}

.b-bg-major-opacity-25 {
  background-color: rgba(62, 69, 79, 0.25) !important;
}

.b-bg-major-opacity-20 {
  background-color: rgba(62, 69, 79, 0.2) !important;
}

.b-bg-major-opacity-15 {
  background-color: rgba(62, 69, 79, 0.15) !important;
}

.b-bg-major-opacity-10 {
  background-color: rgba(62, 69, 79, 0.1) !important;
}

.b-bg-major-opacity-5 {
  background-color: rgba(62, 69, 79, 0.05) !important;
}

.b-text-minor {
  color: #0AB !important;
}

.b-bg-minor {
  background-color: #0AB !important;
}

.b-bg-minor-opacity-100 {
  background-color: #00aabb !important;
}

.b-bg-minor-opacity-95 {
  background-color: rgba(0, 170, 187, 0.95) !important;
}

.b-bg-minor-opacity-90 {
  background-color: rgba(0, 170, 187, 0.9) !important;
}

.b-bg-minor-opacity-85 {
  background-color: rgba(0, 170, 187, 0.85) !important;
}

.b-bg-minor-opacity-80 {
  background-color: rgba(0, 170, 187, 0.8) !important;
}

.b-bg-minor-opacity-75 {
  background-color: rgba(0, 170, 187, 0.75) !important;
}

.b-bg-minor-opacity-70 {
  background-color: rgba(0, 170, 187, 0.7) !important;
}

.b-bg-minor-opacity-65 {
  background-color: rgba(0, 170, 187, 0.65) !important;
}

.b-bg-minor-opacity-60 {
  background-color: rgba(0, 170, 187, 0.6) !important;
}

.b-bg-minor-opacity-55 {
  background-color: rgba(0, 170, 187, 0.55) !important;
}

.b-bg-minor-opacity-50 {
  background-color: rgba(0, 170, 187, 0.5) !important;
}

.b-bg-minor-opacity-45 {
  background-color: rgba(0, 170, 187, 0.45) !important;
}

.b-bg-minor-opacity-40 {
  background-color: rgba(0, 170, 187, 0.4) !important;
}

.b-bg-minor-opacity-35 {
  background-color: rgba(0, 170, 187, 0.35) !important;
}

.b-bg-minor-opacity-30 {
  background-color: rgba(0, 170, 187, 0.3) !important;
}

.b-bg-minor-opacity-25 {
  background-color: rgba(0, 170, 187, 0.25) !important;
}

.b-bg-minor-opacity-20 {
  background-color: rgba(0, 170, 187, 0.2) !important;
}

.b-bg-minor-opacity-15 {
  background-color: rgba(0, 170, 187, 0.15) !important;
}

.b-bg-minor-opacity-10 {
  background-color: rgba(0, 170, 187, 0.1) !important;
}

.b-bg-minor-opacity-5 {
  background-color: rgba(0, 170, 187, 0.05) !important;
}

.b-text-aid {
  color: #F44 !important;
}

.b-bg-aid {
  background-color: #F44 !important;
}

.b-bg-aid-opacity-100 {
  background-color: #ff4444 !important;
}

.b-bg-aid-opacity-95 {
  background-color: rgba(255, 68, 68, 0.95) !important;
}

.b-bg-aid-opacity-90 {
  background-color: rgba(255, 68, 68, 0.9) !important;
}

.b-bg-aid-opacity-85 {
  background-color: rgba(255, 68, 68, 0.85) !important;
}

.b-bg-aid-opacity-80 {
  background-color: rgba(255, 68, 68, 0.8) !important;
}

.b-bg-aid-opacity-75 {
  background-color: rgba(255, 68, 68, 0.75) !important;
}

.b-bg-aid-opacity-70 {
  background-color: rgba(255, 68, 68, 0.7) !important;
}

.b-bg-aid-opacity-65 {
  background-color: rgba(255, 68, 68, 0.65) !important;
}

.b-bg-aid-opacity-60 {
  background-color: rgba(255, 68, 68, 0.6) !important;
}

.b-bg-aid-opacity-55 {
  background-color: rgba(255, 68, 68, 0.55) !important;
}

.b-bg-aid-opacity-50 {
  background-color: rgba(255, 68, 68, 0.5) !important;
}

.b-bg-aid-opacity-45 {
  background-color: rgba(255, 68, 68, 0.45) !important;
}

.b-bg-aid-opacity-40 {
  background-color: rgba(255, 68, 68, 0.4) !important;
}

.b-bg-aid-opacity-35 {
  background-color: rgba(255, 68, 68, 0.35) !important;
}

.b-bg-aid-opacity-30 {
  background-color: rgba(255, 68, 68, 0.3) !important;
}

.b-bg-aid-opacity-25 {
  background-color: rgba(255, 68, 68, 0.25) !important;
}

.b-bg-aid-opacity-20 {
  background-color: rgba(255, 68, 68, 0.2) !important;
}

.b-bg-aid-opacity-15 {
  background-color: rgba(255, 68, 68, 0.15) !important;
}

.b-bg-aid-opacity-10 {
  background-color: rgba(255, 68, 68, 0.1) !important;
}

.b-bg-aid-opacity-5 {
  background-color: rgba(255, 68, 68, 0.05) !important;
}

.b-text-red {
  color: #D01 !important;
}

.b-bg-red {
  background-color: #D01 !important;
}

.b-bg-red-opacity-100 {
  background-color: #dd0011 !important;
}

.b-bg-red-opacity-95 {
  background-color: rgba(221, 0, 17, 0.95) !important;
}

.b-bg-red-opacity-90 {
  background-color: rgba(221, 0, 17, 0.9) !important;
}

.b-bg-red-opacity-85 {
  background-color: rgba(221, 0, 17, 0.85) !important;
}

.b-bg-red-opacity-80 {
  background-color: rgba(221, 0, 17, 0.8) !important;
}

.b-bg-red-opacity-75 {
  background-color: rgba(221, 0, 17, 0.75) !important;
}

.b-bg-red-opacity-70 {
  background-color: rgba(221, 0, 17, 0.7) !important;
}

.b-bg-red-opacity-65 {
  background-color: rgba(221, 0, 17, 0.65) !important;
}

.b-bg-red-opacity-60 {
  background-color: rgba(221, 0, 17, 0.6) !important;
}

.b-bg-red-opacity-55 {
  background-color: rgba(221, 0, 17, 0.55) !important;
}

.b-bg-red-opacity-50 {
  background-color: rgba(221, 0, 17, 0.5) !important;
}

.b-bg-red-opacity-45 {
  background-color: rgba(221, 0, 17, 0.45) !important;
}

.b-bg-red-opacity-40 {
  background-color: rgba(221, 0, 17, 0.4) !important;
}

.b-bg-red-opacity-35 {
  background-color: rgba(221, 0, 17, 0.35) !important;
}

.b-bg-red-opacity-30 {
  background-color: rgba(221, 0, 17, 0.3) !important;
}

.b-bg-red-opacity-25 {
  background-color: rgba(221, 0, 17, 0.25) !important;
}

.b-bg-red-opacity-20 {
  background-color: rgba(221, 0, 17, 0.2) !important;
}

.b-bg-red-opacity-15 {
  background-color: rgba(221, 0, 17, 0.15) !important;
}

.b-bg-red-opacity-10 {
  background-color: rgba(221, 0, 17, 0.1) !important;
}

.b-bg-red-opacity-5 {
  background-color: rgba(221, 0, 17, 0.05) !important;
}

.b-text-red-l {
  color: #ff4444 !important;
}

.b-bg-red-l {
  background-color: #ff4444 !important;
}

.b-bg-red-l-opacity-100 {
  background-color: #ff4444 !important;
}

.b-bg-red-l-opacity-95 {
  background-color: rgba(255, 68, 68, 0.95) !important;
}

.b-bg-red-l-opacity-90 {
  background-color: rgba(255, 68, 68, 0.9) !important;
}

.b-bg-red-l-opacity-85 {
  background-color: rgba(255, 68, 68, 0.85) !important;
}

.b-bg-red-l-opacity-80 {
  background-color: rgba(255, 68, 68, 0.8) !important;
}

.b-bg-red-l-opacity-75 {
  background-color: rgba(255, 68, 68, 0.75) !important;
}

.b-bg-red-l-opacity-70 {
  background-color: rgba(255, 68, 68, 0.7) !important;
}

.b-bg-red-l-opacity-65 {
  background-color: rgba(255, 68, 68, 0.65) !important;
}

.b-bg-red-l-opacity-60 {
  background-color: rgba(255, 68, 68, 0.6) !important;
}

.b-bg-red-l-opacity-55 {
  background-color: rgba(255, 68, 68, 0.55) !important;
}

.b-bg-red-l-opacity-50 {
  background-color: rgba(255, 68, 68, 0.5) !important;
}

.b-bg-red-l-opacity-45 {
  background-color: rgba(255, 68, 68, 0.45) !important;
}

.b-bg-red-l-opacity-40 {
  background-color: rgba(255, 68, 68, 0.4) !important;
}

.b-bg-red-l-opacity-35 {
  background-color: rgba(255, 68, 68, 0.35) !important;
}

.b-bg-red-l-opacity-30 {
  background-color: rgba(255, 68, 68, 0.3) !important;
}

.b-bg-red-l-opacity-25 {
  background-color: rgba(255, 68, 68, 0.25) !important;
}

.b-bg-red-l-opacity-20 {
  background-color: rgba(255, 68, 68, 0.2) !important;
}

.b-bg-red-l-opacity-15 {
  background-color: rgba(255, 68, 68, 0.15) !important;
}

.b-bg-red-l-opacity-10 {
  background-color: rgba(255, 68, 68, 0.1) !important;
}

.b-bg-red-l-opacity-5 {
  background-color: rgba(255, 68, 68, 0.05) !important;
}

.b-text-camel {
  color: #f2f1ea !important;
}

.b-bg-camel {
  background-color: #f2f1ea !important;
}

.b-bg-camel-opacity-100 {
  background-color: #f2f1ea !important;
}

.b-bg-camel-opacity-95 {
  background-color: rgba(242, 241, 234, 0.95) !important;
}

.b-bg-camel-opacity-90 {
  background-color: rgba(242, 241, 234, 0.9) !important;
}

.b-bg-camel-opacity-85 {
  background-color: rgba(242, 241, 234, 0.85) !important;
}

.b-bg-camel-opacity-80 {
  background-color: rgba(242, 241, 234, 0.8) !important;
}

.b-bg-camel-opacity-75 {
  background-color: rgba(242, 241, 234, 0.75) !important;
}

.b-bg-camel-opacity-70 {
  background-color: rgba(242, 241, 234, 0.7) !important;
}

.b-bg-camel-opacity-65 {
  background-color: rgba(242, 241, 234, 0.65) !important;
}

.b-bg-camel-opacity-60 {
  background-color: rgba(242, 241, 234, 0.6) !important;
}

.b-bg-camel-opacity-55 {
  background-color: rgba(242, 241, 234, 0.55) !important;
}

.b-bg-camel-opacity-50 {
  background-color: rgba(242, 241, 234, 0.5) !important;
}

.b-bg-camel-opacity-45 {
  background-color: rgba(242, 241, 234, 0.45) !important;
}

.b-bg-camel-opacity-40 {
  background-color: rgba(242, 241, 234, 0.4) !important;
}

.b-bg-camel-opacity-35 {
  background-color: rgba(242, 241, 234, 0.35) !important;
}

.b-bg-camel-opacity-30 {
  background-color: rgba(242, 241, 234, 0.3) !important;
}

.b-bg-camel-opacity-25 {
  background-color: rgba(242, 241, 234, 0.25) !important;
}

.b-bg-camel-opacity-20 {
  background-color: rgba(242, 241, 234, 0.2) !important;
}

.b-bg-camel-opacity-15 {
  background-color: rgba(242, 241, 234, 0.15) !important;
}

.b-bg-camel-opacity-10 {
  background-color: rgba(242, 241, 234, 0.1) !important;
}

.b-bg-camel-opacity-5 {
  background-color: rgba(242, 241, 234, 0.05) !important;
}

.b-text-yellow {
  color: #f8c36c !important;
}

.b-bg-yellow {
  background-color: #f8c36c !important;
}

.b-bg-yellow-opacity-100 {
  background-color: #f8c36c !important;
}

.b-bg-yellow-opacity-95 {
  background-color: rgba(248, 195, 108, 0.95) !important;
}

.b-bg-yellow-opacity-90 {
  background-color: rgba(248, 195, 108, 0.9) !important;
}

.b-bg-yellow-opacity-85 {
  background-color: rgba(248, 195, 108, 0.85) !important;
}

.b-bg-yellow-opacity-80 {
  background-color: rgba(248, 195, 108, 0.8) !important;
}

.b-bg-yellow-opacity-75 {
  background-color: rgba(248, 195, 108, 0.75) !important;
}

.b-bg-yellow-opacity-70 {
  background-color: rgba(248, 195, 108, 0.7) !important;
}

.b-bg-yellow-opacity-65 {
  background-color: rgba(248, 195, 108, 0.65) !important;
}

.b-bg-yellow-opacity-60 {
  background-color: rgba(248, 195, 108, 0.6) !important;
}

.b-bg-yellow-opacity-55 {
  background-color: rgba(248, 195, 108, 0.55) !important;
}

.b-bg-yellow-opacity-50 {
  background-color: rgba(248, 195, 108, 0.5) !important;
}

.b-bg-yellow-opacity-45 {
  background-color: rgba(248, 195, 108, 0.45) !important;
}

.b-bg-yellow-opacity-40 {
  background-color: rgba(248, 195, 108, 0.4) !important;
}

.b-bg-yellow-opacity-35 {
  background-color: rgba(248, 195, 108, 0.35) !important;
}

.b-bg-yellow-opacity-30 {
  background-color: rgba(248, 195, 108, 0.3) !important;
}

.b-bg-yellow-opacity-25 {
  background-color: rgba(248, 195, 108, 0.25) !important;
}

.b-bg-yellow-opacity-20 {
  background-color: rgba(248, 195, 108, 0.2) !important;
}

.b-bg-yellow-opacity-15 {
  background-color: rgba(248, 195, 108, 0.15) !important;
}

.b-bg-yellow-opacity-10 {
  background-color: rgba(248, 195, 108, 0.1) !important;
}

.b-bg-yellow-opacity-5 {
  background-color: rgba(248, 195, 108, 0.05) !important;
}

.b-text-cream {
  color: #f3f1e7 !important;
}

.b-bg-cream {
  background-color: #f3f1e7 !important;
}

.b-bg-cream-opacity-100 {
  background-color: #f3f1e7 !important;
}

.b-bg-cream-opacity-95 {
  background-color: rgba(243, 241, 231, 0.95) !important;
}

.b-bg-cream-opacity-90 {
  background-color: rgba(243, 241, 231, 0.9) !important;
}

.b-bg-cream-opacity-85 {
  background-color: rgba(243, 241, 231, 0.85) !important;
}

.b-bg-cream-opacity-80 {
  background-color: rgba(243, 241, 231, 0.8) !important;
}

.b-bg-cream-opacity-75 {
  background-color: rgba(243, 241, 231, 0.75) !important;
}

.b-bg-cream-opacity-70 {
  background-color: rgba(243, 241, 231, 0.7) !important;
}

.b-bg-cream-opacity-65 {
  background-color: rgba(243, 241, 231, 0.65) !important;
}

.b-bg-cream-opacity-60 {
  background-color: rgba(243, 241, 231, 0.6) !important;
}

.b-bg-cream-opacity-55 {
  background-color: rgba(243, 241, 231, 0.55) !important;
}

.b-bg-cream-opacity-50 {
  background-color: rgba(243, 241, 231, 0.5) !important;
}

.b-bg-cream-opacity-45 {
  background-color: rgba(243, 241, 231, 0.45) !important;
}

.b-bg-cream-opacity-40 {
  background-color: rgba(243, 241, 231, 0.4) !important;
}

.b-bg-cream-opacity-35 {
  background-color: rgba(243, 241, 231, 0.35) !important;
}

.b-bg-cream-opacity-30 {
  background-color: rgba(243, 241, 231, 0.3) !important;
}

.b-bg-cream-opacity-25 {
  background-color: rgba(243, 241, 231, 0.25) !important;
}

.b-bg-cream-opacity-20 {
  background-color: rgba(243, 241, 231, 0.2) !important;
}

.b-bg-cream-opacity-15 {
  background-color: rgba(243, 241, 231, 0.15) !important;
}

.b-bg-cream-opacity-10 {
  background-color: rgba(243, 241, 231, 0.1) !important;
}

.b-bg-cream-opacity-5 {
  background-color: rgba(243, 241, 231, 0.05) !important;
}

.b-text-gray-light {
  color: #fafafa !important;
}

.b-bg-gray-light {
  background-color: #fafafa !important;
}

.b-bg-gray-light-opacity-100 {
  background-color: #fafafa !important;
}

.b-bg-gray-light-opacity-95 {
  background-color: rgba(250, 250, 250, 0.95) !important;
}

.b-bg-gray-light-opacity-90 {
  background-color: rgba(250, 250, 250, 0.9) !important;
}

.b-bg-gray-light-opacity-85 {
  background-color: rgba(250, 250, 250, 0.85) !important;
}

.b-bg-gray-light-opacity-80 {
  background-color: rgba(250, 250, 250, 0.8) !important;
}

.b-bg-gray-light-opacity-75 {
  background-color: rgba(250, 250, 250, 0.75) !important;
}

.b-bg-gray-light-opacity-70 {
  background-color: rgba(250, 250, 250, 0.7) !important;
}

.b-bg-gray-light-opacity-65 {
  background-color: rgba(250, 250, 250, 0.65) !important;
}

.b-bg-gray-light-opacity-60 {
  background-color: rgba(250, 250, 250, 0.6) !important;
}

.b-bg-gray-light-opacity-55 {
  background-color: rgba(250, 250, 250, 0.55) !important;
}

.b-bg-gray-light-opacity-50 {
  background-color: rgba(250, 250, 250, 0.5) !important;
}

.b-bg-gray-light-opacity-45 {
  background-color: rgba(250, 250, 250, 0.45) !important;
}

.b-bg-gray-light-opacity-40 {
  background-color: rgba(250, 250, 250, 0.4) !important;
}

.b-bg-gray-light-opacity-35 {
  background-color: rgba(250, 250, 250, 0.35) !important;
}

.b-bg-gray-light-opacity-30 {
  background-color: rgba(250, 250, 250, 0.3) !important;
}

.b-bg-gray-light-opacity-25 {
  background-color: rgba(250, 250, 250, 0.25) !important;
}

.b-bg-gray-light-opacity-20 {
  background-color: rgba(250, 250, 250, 0.2) !important;
}

.b-bg-gray-light-opacity-15 {
  background-color: rgba(250, 250, 250, 0.15) !important;
}

.b-bg-gray-light-opacity-10 {
  background-color: rgba(250, 250, 250, 0.1) !important;
}

.b-bg-gray-light-opacity-5 {
  background-color: rgba(250, 250, 250, 0.05) !important;
}

.b-text-blue {
  color: #64c2cb !important;
}

.b-bg-blue {
  background-color: #64c2cb !important;
}

.b-bg-blue-opacity-100 {
  background-color: #64c2cb !important;
}

.b-bg-blue-opacity-95 {
  background-color: rgba(100, 194, 203, 0.95) !important;
}

.b-bg-blue-opacity-90 {
  background-color: rgba(100, 194, 203, 0.9) !important;
}

.b-bg-blue-opacity-85 {
  background-color: rgba(100, 194, 203, 0.85) !important;
}

.b-bg-blue-opacity-80 {
  background-color: rgba(100, 194, 203, 0.8) !important;
}

.b-bg-blue-opacity-75 {
  background-color: rgba(100, 194, 203, 0.75) !important;
}

.b-bg-blue-opacity-70 {
  background-color: rgba(100, 194, 203, 0.7) !important;
}

.b-bg-blue-opacity-65 {
  background-color: rgba(100, 194, 203, 0.65) !important;
}

.b-bg-blue-opacity-60 {
  background-color: rgba(100, 194, 203, 0.6) !important;
}

.b-bg-blue-opacity-55 {
  background-color: rgba(100, 194, 203, 0.55) !important;
}

.b-bg-blue-opacity-50 {
  background-color: rgba(100, 194, 203, 0.5) !important;
}

.b-bg-blue-opacity-45 {
  background-color: rgba(100, 194, 203, 0.45) !important;
}

.b-bg-blue-opacity-40 {
  background-color: rgba(100, 194, 203, 0.4) !important;
}

.b-bg-blue-opacity-35 {
  background-color: rgba(100, 194, 203, 0.35) !important;
}

.b-bg-blue-opacity-30 {
  background-color: rgba(100, 194, 203, 0.3) !important;
}

.b-bg-blue-opacity-25 {
  background-color: rgba(100, 194, 203, 0.25) !important;
}

.b-bg-blue-opacity-20 {
  background-color: rgba(100, 194, 203, 0.2) !important;
}

.b-bg-blue-opacity-15 {
  background-color: rgba(100, 194, 203, 0.15) !important;
}

.b-bg-blue-opacity-10 {
  background-color: rgba(100, 194, 203, 0.1) !important;
}

.b-bg-blue-opacity-5 {
  background-color: rgba(100, 194, 203, 0.05) !important;
}

@media screen and (min-width: 1001px) {
  .b-br-md {
    display: block !important;
  }

  .b-text-left-md {
    text-align: left !important;
  }

  .b-text-center-md {
    text-align: center !important;
  }

  .b-text-right-md {
    text-align: right !important;
  }

  .b-text-justify-md {
    text-align: justify !important;
  }

  .b-text-italic-md {
    font-style: italic;
  }

  .b-hide-md {
    display: none !important;
  }

  .b-block-md {
    display: block !important;
  }

  [class^="b-inline-md"], [class*=" b-inline-md"] {
    display: inline-block !important;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  [class^="b-inline-md"].is-vtop, [class*=" b-inline-md"].is-vtop {
    vertical-align: top;
  }
  [class^="b-inline-md"].is-vbottom, [class*=" b-inline-md"].is-vbottom {
    vertical-align: bottom;
  }

  .b-table-md {
    width: 100%;
    display: table;
    vertical-align: middle;
    table-layout: auto;
    word-wrap: break-word;
    word-break: break-all;
    /*border-collapse : collapse;
    border-spacing  : 0;*/
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .b-table-md > * {
    display: table-cell;
    vertical-align: middle;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .b-table-md > *.b-table-nowrap {
    width: 1%;
    white-space: nowrap;
  }

  .b-float-left-md {
    float: left;
  }

  .b-float-right-md {
    float: right;
  }

  .b-row, .b-row-md, .b-row-dt {
    margin-right: -10px;
    margin-left: -10px;
  }
  .b-row > [class^="b-col-md-"], .b-row > [class*=" b-col-md-"], .b-row > [class^="b-col-dt-"], .b-row > [class*=" b-col-dt-"], .b-row-md > [class^="b-col-md-"], .b-row-md > [class*=" b-col-md-"], .b-row-md > [class^="b-col-dt-"], .b-row-md > [class*=" b-col-dt-"], .b-row-dt > [class^="b-col-md-"], .b-row-dt > [class*=" b-col-md-"], .b-row-dt > [class^="b-col-dt-"], .b-row-dt > [class*=" b-col-dt-"] {
    padding-right: 10px;
    padding-left: 10px;
  }

  .b-col-md-12 {
    width: 100% !important;
  }

  .b-col-md-11 {
    width: 91.66667% !important;
  }

  .b-col-md-10 {
    width: 83.33333% !important;
  }

  .b-col-md-9 {
    width: 75% !important;
  }

  .b-col-md-8 {
    width: 66.66667% !important;
  }

  .b-col-md-7 {
    width: 58.33333% !important;
  }

  .b-col-md-6 {
    width: 50% !important;
  }

  .b-col-md-5 {
    width: 41.66667% !important;
  }

  .b-col-md-4 {
    width: 33.33333% !important;
  }

  .b-col-md-3 {
    width: 25% !important;
  }

  .b-col-md-2 {
    width: 16.66667% !important;
  }

  .b-col-md-1 {
    width: 8.33333% !important;
  }

  .b-col-md-5d {
    width: 20% !important;
  }
}
@media screen and (min-width: 740px) {
  .b-br-dt {
    display: block !important;
  }

  .b-text-left-dt {
    text-align: left !important;
  }

  .b-text-center-dt {
    text-align: center !important;
  }

  .b-text-right-dt {
    text-align: right !important;
  }

  .b-text-justify-dt {
    text-align: justify !important;
  }

  .b-text-italic-dt {
    font-style: italic;
  }

  .b-hide-dt {
    display: none !important;
  }

  .b-block-dt {
    display: block !important;
  }

  [class^="b-inline-dt"], [class*=" b-inline-dt"] {
    display: inline-block !important;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  [class^="b-inline-dt"].is-vtop, [class*=" b-inline-dt"].is-vtop {
    vertical-align: top;
  }
  [class^="b-inline-dt"].is-vbottom, [class*=" b-inline-dt"].is-vbottom {
    vertical-align: bottom;
  }

  .b-table-dt {
    width: 100%;
    display: table;
    vertical-align: middle;
    table-layout: auto;
    word-wrap: break-word;
    word-break: break-all;
    /*border-collapse : collapse;
    border-spacing  : 0;*/
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .b-table-dt > * {
    display: table-cell;
    vertical-align: middle;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .b-table-dt > *.b-table-nowrap {
    width: 1%;
    white-space: nowrap;
  }

  .b-float-left-dt {
    float: left;
  }

  .b-float-right-dt {
    float: right;
  }

  .b-col-dt-12 {
    width: 100% !important;
  }

  .b-col-dt-11 {
    width: 91.66667% !important;
  }

  .b-col-dt-10 {
    width: 83.33333% !important;
  }

  .b-col-dt-9 {
    width: 75% !important;
  }

  .b-col-dt-8 {
    width: 66.66667% !important;
  }

  .b-col-dt-7 {
    width: 58.33333% !important;
  }

  .b-col-dt-6 {
    width: 50% !important;
  }

  .b-col-dt-5 {
    width: 41.66667% !important;
  }

  .b-col-dt-4 {
    width: 33.33333% !important;
  }

  .b-col-dt-3 {
    width: 25% !important;
  }

  .b-col-dt-2 {
    width: 16.66667% !important;
  }

  .b-col-dt-1 {
    width: 8.33333% !important;
  }

  .b-col-dt-5d {
    width: 20% !important;
  }
}
@media screen and (max-width: 1000px) {
  .b-br-tm {
    display: block !important;
  }

  .b-text-left-tm {
    text-align: left !important;
  }

  .b-text-center-tm {
    text-align: center !important;
  }

  .b-text-right-tm {
    text-align: right !important;
  }

  .b-text-justify-tm {
    text-align: justify !important;
  }

  .b-text-italic-tm {
    font-style: italic;
  }

  .b-hide-tm {
    display: none !important;
  }

  .b-block-tm {
    display: block !important;
  }

  [class^="b-inline-tm"], [class*=" b-inline-tm"] {
    display: inline-block !important;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  [class^="b-inline-tm"].is-vtop, [class*=" b-inline-tm"].is-vtop {
    vertical-align: top;
  }
  [class^="b-inline-tm"].is-vbottom, [class*=" b-inline-tm"].is-vbottom {
    vertical-align: bottom;
  }

  .b-table-tm {
    width: 100%;
    display: table;
    vertical-align: middle;
    table-layout: auto;
    word-wrap: break-word;
    word-break: break-all;
    /*border-collapse : collapse;
    border-spacing  : 0;*/
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .b-table-tm > * {
    display: table-cell;
    vertical-align: middle;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .b-table-tm > *.b-table-nowrap {
    width: 1%;
    white-space: nowrap;
  }

  .b-float-left-tm {
    float: left;
  }

  .b-float-right-tm {
    float: right;
  }

  .b-col-tm-12 {
    width: 100% !important;
  }

  .b-col-tm-11 {
    width: 91.66667% !important;
  }

  .b-col-tm-10 {
    width: 83.33333% !important;
  }

  .b-col-tm-9 {
    width: 75% !important;
  }

  .b-col-tm-8 {
    width: 66.66667% !important;
  }

  .b-col-tm-7 {
    width: 58.33333% !important;
  }

  .b-col-tm-6 {
    width: 50% !important;
  }

  .b-col-tm-5 {
    width: 41.66667% !important;
  }

  .b-col-tm-4 {
    width: 33.33333% !important;
  }

  .b-col-tm-3 {
    width: 25% !important;
  }

  .b-col-tm-2 {
    width: 16.66667% !important;
  }

  .b-col-tm-1 {
    width: 8.33333% !important;
  }

  .b-col-tm-5d {
    width: 20% !important;
  }
}
@media screen and (min-width: 740px) and (max-width: 1000px) {
  .b-br-sm {
    display: block !important;
  }

  .b-text-left-sm {
    text-align: left !important;
  }

  .b-text-center-sm {
    text-align: center !important;
  }

  .b-text-right-sm {
    text-align: right !important;
  }

  .b-text-justify-sm {
    text-align: justify !important;
  }

  .b-text-italic-sm {
    font-style: italic;
  }

  .b-hide-sm {
    display: none !important;
  }

  .b-block-sm {
    display: block !important;
  }

  [class^="b-inline-sm"], [class*=" b-inline-sm"] {
    display: inline-block !important;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  [class^="b-inline-sm"].is-vtop, [class*=" b-inline-sm"].is-vtop {
    vertical-align: top;
  }
  [class^="b-inline-sm"].is-vbottom, [class*=" b-inline-sm"].is-vbottom {
    vertical-align: bottom;
  }

  .b-table-sm {
    width: 100%;
    display: table;
    vertical-align: middle;
    table-layout: auto;
    word-wrap: break-word;
    word-break: break-all;
    /*border-collapse : collapse;
    border-spacing  : 0;*/
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .b-table-sm > * {
    display: table-cell;
    vertical-align: middle;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .b-table-sm > *.b-table-nowrap {
    width: 1%;
    white-space: nowrap;
  }

  .b-float-left-sm {
    float: left;
  }

  .b-float-right-sm {
    float: right;
  }

  .b-row, .b-row-sm, .b-row-dt, .b-row-tm {
    margin-right: -8px;
    margin-left: -8px;
  }
  .b-row > [class^="b-col-sm-"], .b-row > [class*=" b-col-sm-"], .b-row > [class^="b-col-dt-"], .b-row > [class*=" b-col-dt-"], .b-row > [class^="b-col-tm-"], .b-row > [class*=" b-col-tm-"], .b-row-sm > [class^="b-col-sm-"], .b-row-sm > [class*=" b-col-sm-"], .b-row-sm > [class^="b-col-dt-"], .b-row-sm > [class*=" b-col-dt-"], .b-row-sm > [class^="b-col-tm-"], .b-row-sm > [class*=" b-col-tm-"], .b-row-dt > [class^="b-col-sm-"], .b-row-dt > [class*=" b-col-sm-"], .b-row-dt > [class^="b-col-dt-"], .b-row-dt > [class*=" b-col-dt-"], .b-row-dt > [class^="b-col-tm-"], .b-row-dt > [class*=" b-col-tm-"], .b-row-tm > [class^="b-col-sm-"], .b-row-tm > [class*=" b-col-sm-"], .b-row-tm > [class^="b-col-dt-"], .b-row-tm > [class*=" b-col-dt-"], .b-row-tm > [class^="b-col-tm-"], .b-row-tm > [class*=" b-col-tm-"] {
    padding-right: 8px;
    padding-left: 8px;
  }

  .b-col-sm-12 {
    width: 100% !important;
  }

  .b-col-sm-11 {
    width: 91.66667% !important;
  }

  .b-col-sm-10 {
    width: 83.33333% !important;
  }

  .b-col-sm-9 {
    width: 75% !important;
  }

  .b-col-sm-8 {
    width: 66.66667% !important;
  }

  .b-col-sm-7 {
    width: 58.33333% !important;
  }

  .b-col-sm-6 {
    width: 50% !important;
  }

  .b-col-sm-5 {
    width: 41.66667% !important;
  }

  .b-col-sm-4 {
    width: 33.33333% !important;
  }

  .b-col-sm-3 {
    width: 25% !important;
  }

  .b-col-sm-2 {
    width: 16.66667% !important;
  }

  .b-col-sm-1 {
    width: 8.33333% !important;
  }

  .b-col-sm-5d {
    width: 20% !important;
  }
}
@media screen and (max-width: 739px) {
  .b-br-xs {
    display: block !important;
  }

  .b-text-left-xs {
    text-align: left !important;
  }

  .b-text-center-xs {
    text-align: center !important;
  }

  .b-text-right-xs {
    text-align: right !important;
  }

  .b-text-justify-xs {
    text-align: justify !important;
  }

  .b-text-italic-xs {
    font-style: italic;
  }

  .b-hide-xs {
    display: none !important;
  }

  .b-block-xs {
    display: block !important;
  }

  [class^="b-inline-xs"], [class*=" b-inline-xs"] {
    display: inline-block !important;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  [class^="b-inline-xs"].is-vtop, [class*=" b-inline-xs"].is-vtop {
    vertical-align: top;
  }
  [class^="b-inline-xs"].is-vbottom, [class*=" b-inline-xs"].is-vbottom {
    vertical-align: bottom;
  }

  .b-table-xs {
    width: 100%;
    display: table;
    vertical-align: middle;
    table-layout: auto;
    word-wrap: break-word;
    word-break: break-all;
    /*border-collapse : collapse;
    border-spacing  : 0;*/
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .b-table-xs > * {
    display: table-cell;
    vertical-align: middle;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .b-table-xs > *.b-table-nowrap {
    width: 1%;
    white-space: nowrap;
  }

  .b-float-left-xs {
    float: left;
  }

  .b-float-right-xs {
    float: right;
  }

  .b-row, .b-row-xs, .b-row-tm {
    margin-right: -5px;
    margin-left: -5px;
  }
  .b-row > [class^="b-col-xs-"], .b-row > [class*=" b-col-xs-"], .b-row > [class^="b-col-tm-"], .b-row > [class*=" b-col-tm-"], .b-row-xs > [class^="b-col-xs-"], .b-row-xs > [class*=" b-col-xs-"], .b-row-xs > [class^="b-col-tm-"], .b-row-xs > [class*=" b-col-tm-"], .b-row-tm > [class^="b-col-xs-"], .b-row-tm > [class*=" b-col-xs-"], .b-row-tm > [class^="b-col-tm-"], .b-row-tm > [class*=" b-col-tm-"] {
    padding-right: 5px;
    padding-left: 5px;
  }

  .b-col-xs-12 {
    width: 100% !important;
  }

  .b-col-xs-11 {
    width: 91.66667% !important;
  }

  .b-col-xs-10 {
    width: 83.33333% !important;
  }

  .b-col-xs-9 {
    width: 75% !important;
  }

  .b-col-xs-8 {
    width: 66.66667% !important;
  }

  .b-col-xs-7 {
    width: 58.33333% !important;
  }

  .b-col-xs-6 {
    width: 50% !important;
  }

  .b-col-xs-5 {
    width: 41.66667% !important;
  }

  .b-col-xs-4 {
    width: 33.33333% !important;
  }

  .b-col-xs-3 {
    width: 25% !important;
  }

  .b-col-xs-2 {
    width: 16.66667% !important;
  }

  .b-col-xs-1 {
    width: 8.33333% !important;
  }

  .b-col-xs-5d {
    width: 20% !important;
  }
}
@media screen and (max-width: 739px) and (orientation: portrait) {
  .b-br-portrait-xs {
    display: block !important;
  }

  .b-hide-portrait-xs {
    display: none !important;
  }
}
@media screen and (max-width: 739px) and (orientation: landscape) {
  .b-br-landscape-xs {
    display: block !important;
  }

  .b-hide-landscape-xs {
    display: none !important;
  }
}
html, body {
  font-family: Helvetica, "微軟正黑體", "Microsoft JhengHei", "Heiti TC", "黑體", Arial, sans-serif, serif;
  line-height: 1.6;
  color: #3E454F;
  background: #FFF;
}

b, strong {
  font-weight: bold;
}

img {
  vertical-align: middle;
}
img.is-max-width {
  max-width: 100%;
}
img.is-max-height {
  max-height: 100%;
}

a, button {
  margin: 0;
  padding: 0;
  font-size: inherit;
  border: 0;
  border-spacing: 0;
  position: relative;
  background: none;
  outline: 0;
  text-indent: 0;
  text-rendering: auto;
  text-transform: none;
  speak: none;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
button {
  font-family: Helvetica, "微軟正黑體", "Microsoft JhengHei", "Heiti TC", "黑體", Arial, sans-serif, serif;
}

a {
  color: inherit;
  text-decoration: none;
  /*@include inline-block;*/
}

input, textarea {
  font-family: Helvetica, "微軟正黑體", "Microsoft JhengHei", "Heiti TC", "黑體", Arial, sans-serif, serif;
  line-height: 1.6;
}

@media screen and (min-width: 1001px) {
  html, body {
    font-size: 13px;
  }

  a > *.b-inline:not(:first-child), a > *.b-inline-md:not(:first-child), a > *.b-inline-dt:not(:first-child), button > *.b-inline:not(:first-child), button > *.b-inline-md:not(:first-child), button > *.b-inline-dt:not(:first-child) {
    margin-left: 5px;
  }

  button {
    cursor: pointer;
  }
}
@media screen and (min-width: 740px) and (max-width: 1000px) {
  html, body {
    font-size: 1.69271vw;
  }

  a > *.b-inline:not(:first-child), a > *.b-inline-dt:not(:first-child), a > *.b-inline-tm:not(:first-child), a > *.b-inline-sm:not(:first-child), button > *.b-inline:not(:first-child), button > *.b-inline-dt:not(:first-child), button > *.b-inline-tm:not(:first-child), button > *.b-inline-sm:not(:first-child) {
    margin-left: 0.52083vw;
  }
}
@media screen and (max-width: 739px) {
  html, body {
    font-size: 4.0625vw;
  }

  a > *.b-inline:not(:first-child), a > *.b-inline-dt:not(:first-child), a > *.b-inline-tm:not(:first-child), a > *.b-inline-sm:not(:first-child), button > *.b-inline:not(:first-child), button > *.b-inline-dt:not(:first-child), button > *.b-inline-tm:not(:first-child), button > *.b-inline-sm:not(:first-child) {
    margin-left: 0.9375vw;
  }
}
.l-body {
  position: relative;
  overflow: hidden;
  *zoom: 1;
}

.l-header, .l-nav {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.l-content.is-reset > *:last-child {
  padding-bottom: 0 !important;
}

.l-content-bd > * {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 1001px) {
  .l-body {
    padding-top: 80px;
  }

  .l-content:not(.is-reset) > *:last-child {
    padding-bottom: 180px;
  }

  .l-content-bd {
    padding-top: 25px;
  }
  .l-content-bd > * {
    max-width: 1000px;
  }
}
@media screen and (min-width: 740px) and (max-width: 1000px) {
  .l-body {
    padding-top: 7.8125vw;
  }

  .l-content:not(.is-reset) > *:last-child {
    padding-bottom: 16.92708vw;
  }

  .l-content-bd {
    padding-top: 2.60417vw;
    padding-left: 3.90625vw;
    padding-right: 3.90625vw;
  }
}
@media screen and (max-width: 739px) {
  .l-body {
    padding-top: 12.5vw;
  }

  .l-content:not(.is-reset) > *:last-child {
    padding-bottom: 25vw;
  }

  .l-content-bd {
    padding-top: 6.25vw;
    padding-left: 6.25vw;
    padding-right: 6.25vw;
  }
}
@font-face {
  font-family: "richart-webfont";
  src: url('../fonts/richart-webfont.woff?20170917_01&1547532778') format("woff"), url('../fonts/richart-webfont.ttf?20170917_01&1547532778') format("truetype"), url('../fonts/richart-webfont.svg?20170917_01richart-webfont&1547532778') format("svg");
  font-weight: normal;
  font-style: normal;
}
.m-icon {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-family: richart-webfont;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@-moz-document url-prefix() {
  .m-icon_:before {
    top: 0.1em;
    position: relative;
  }
}
.m-icon-account:before {
  content: "";
}

.m-icon-account-update:before {
  content: "";
}

.m-icon-action-key:before {
  content: "";
}

.m-icon-ai:before {
  content: "";
}

.m-icon-aim:before {
  content: "";
}

.m-icon-analysis:before {
  content: "";
}

.m-icon-angle-left:before {
  content: "";
}

.m-icon-angle-right:before {
  content: "";
}

.m-icon-apple-store:before {
  content: "";
}

.m-icon-arrow-right:before {
  content: "";
}

.m-icon-automatic-charge:before {
  content: "";
}

.m-icon-bone:before {
  content: "";
}

.m-icon-brush:before {
  content: "";
}

.m-icon-certificate-deposit:before {
  content: "";
}

.m-icon-citizen-digital-certificate:before {
  content: "";
}

.m-icon-credit-card:before {
  content: "";
}

.m-icon-customized:before {
  content: "";
}

.m-icon-debit-card:before {
  content: "";
}

.m-icon-debit-card-2:before {
  content: "";
}

.m-icon-deposit:before {
  content: "";
}

.m-icon-desktop:before {
  content: "";
}

.m-icon-download:before {
  content: "";
}

.m-icon-enter:before {
  content: "";
}

.m-icon-exchange:before {
  content: "";
}

.m-icon-exclamation-o:before {
  content: "";
}

.m-icon-facebook:before {
  content: "";
}

.m-icon-facebook-o:before {
  content: "";
}

.m-icon-file:before {
  content: "";
}

.m-icon-google-store:before {
  content: "";
}

.m-icon-insurance:before {
  content: "";
}

.m-icon-invest:before {
  content: "";
}

.m-icon-keyboard:before {
  content: "";
}

.m-icon-line:before {
  content: "";
}

.m-icon-location:before {
  content: "";
}

.m-icon-login:before {
  content: "";
}

.m-icon-magic-box:before {
  content: "";
}

.m-icon-member:before {
  content: "";
}

.m-icon-microfinance:before {
  content: "";
}

.m-icon-no:before {
  content: "";
}

.m-icon-no-card-withdrawal:before {
  content: "";
}

.m-icon-payment:before {
  content: "";
}

.m-icon-pie:before {
  content: "";
}

.m-icon-preview:before {
  content: "";
}

.m-icon-print:before {
  content: "";
}

.m-icon-printer:before {
  content: "";
}

.m-icon-r-coin:before {
  content: "";
}

.m-icon-recommendation:before {
  content: "";
}

.m-icon-repeat:before {
  content: "";
}

.m-icon-richart:before {
  content: "";
}

.m-icon-savings:before {
  content: "";
}

.m-icon-serial:before {
  content: "";
}

.m-icon-setting:before {
  content: "";
}

.m-icon-stack-logo:before {
  content: "";
}

.m-icon-stack-logo-slogon:before {
  content: "";
}

.m-icon-stack-logo-tie:before {
  content: "";
}

.m-icon-stock:before {
  content: "";
}

.m-icon-ticked:before {
  content: "";
}

.m-icon-times:before {
  content: "";
}

.m-icon-transfer:before {
  content: "";
}

.m-icon-transform:before {
  content: "";
}

.m-icon-unlock:before {
  content: "";
}

.m-icon-youtube-o:before {
  content: "";
}

.m-icon-stack {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  letter-spacing: -0.31em !important;
  line-height: 0;
  *letter-spacing: normal;
  *word-spacing: -0.43em;
  text-rendering: optimizespeed;
}
.m-icon-stack > * {
  /*&:not(.b-middle) {*/
  *display: inline;
  letter-spacing: normal;
  line-height: normal;
  /*}*/
}
.m-icon-stack .m-icon.is-absolute {
  top: 0;
  left: 0;
  position: absolute;
}

.m-button-group {
  letter-spacing: -0.31em !important;
  line-height: 0;
  *letter-spacing: normal;
  *word-spacing: -0.43em;
  text-rendering: optimizespeed;
}
.m-button-group > * {
  /*&:not(.b-middle) {*/
  *display: inline;
  letter-spacing: normal;
  line-height: normal;
  /*}*/
}

@media screen and (min-width: 1001px) {
  .m-button-group:not(.is-lg-space) > li.b-inline:not(:first-child), .m-button-group:not(.is-lg-space) > li.b-inline-dt:not(:first-child), .m-button-group:not(.is-lg-space) > li.b-inline-md:not(:first-child) {
    padding-left: 5px;
  }
  .m-button-group:not(.is-lg-space) > li.b-inline:not(:last-child), .m-button-group:not(.is-lg-space) > li.b-inline-dt:not(:last-child), .m-button-group:not(.is-lg-space) > li.b-inline-md:not(:last-child) {
    padding-right: 5px;
  }
  .m-button-group.is-lg-space > li:not(:first-child) {
    padding-left: 30px;
  }
  .m-button-group.is-lg-space > li:not(:last-child) {
    padding-right: 30px;
  }
  .m-button-group > li {
            /*&:not(.b-inline):not(.b-inline-dt):not(.b-inline-md) {

            }*/
  }
  .m-button-group > li > *:not(:first-child) {
    margin-top: 5px;
  }
}
@media screen and (min-width: 740px) and (max-width: 1000px) {
  .m-button-group:not(.is-lg-space) > li.b-inline:not(:first-child), .m-button-group:not(.is-lg-space) > li.b-inline-dt:not(:first-child), .m-button-group:not(.is-lg-space) > li.b-inline-md:not(:first-child) {
    padding-left: 0.52083vw;
  }
  .m-button-group:not(.is-lg-space) > li.b-inline:not(:last-child), .m-button-group:not(.is-lg-space) > li.b-inline-dt:not(:last-child), .m-button-group:not(.is-lg-space) > li.b-inline-md:not(:last-child) {
    padding-right: 0.52083vw;
  }
  .m-button-group.is-lg-space > li:not(:first-child) {
    padding-left: 2.60417vw;
  }
  .m-button-group.is-lg-space > li:not(:last-child) {
    padding-right: 2.60417vw;
  }
  .m-button-group > li {
            /*&:not(.b-inline):not(.b-inline-dt):not(.b-inline-md) {

            }*/
  }
  .m-button-group > li > *:not(:first-child) {
    margin-top: 0.52083vw;
  }
}
@media screen and (max-width: 739px) {
  .m-button-group:not(.is-lg-space) > li.b-inline:not(:first-child), .m-button-group:not(.is-lg-space) > li.b-inline-dt:not(:first-child), .m-button-group:not(.is-lg-space) > li.b-inline-md:not(:first-child) {
    padding-left: 0.9375vw;
  }
  .m-button-group:not(.is-lg-space) > li.b-inline:not(:last-child), .m-button-group:not(.is-lg-space) > li.b-inline-dt:not(:last-child), .m-button-group:not(.is-lg-space) > li.b-inline-md:not(:last-child) {
    padding-right: 0.9375vw;
  }
  .m-button-group.is-lg-space > li:not(:first-child) {
    padding-left: 2.5vw;
  }
  .m-button-group.is-lg-space > li:not(:last-child) {
    padding-right: 2.5vw;
  }
  .m-button-group > li {
            /*&:not(.b-inline):not(.b-inline-dt):not(.b-inline-md) {

            }*/
  }
  .m-button-group > li > *:not(:first-child) {
    margin-top: 0.9375vw;
  }
}
.m-button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.m-button[class^="has-border-"].is-icon-circle .m-icon, .m-button[class^="has-border-"].is-icon-circle-lg .m-icon, .m-button[class*=" has-border-"].is-icon-circle .m-icon, .m-button[class*=" has-border-"].is-icon-circle-lg .m-icon {
  border-style: solid;
}
.m-button[class^="has-border-"].is-oval:before, .m-button[class*=" has-border-"].is-oval:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-style: solid;
  position: absolute;
  z-index: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.m-button.has-border-line.is-icon-circle .m-icon, .m-button.has-border-line.is-icon-circle-lg .m-icon {
  color: #3B3;
  border-color: #3B3;
}
.m-button.has-border-line.is-oval:before {
  border-color: #3B3;
}
.m-button.has-border-white.is-icon-circle .m-icon, .m-button.has-border-white.is-icon-circle-lg .m-icon {
  color: #FFF;
  border-color: #FFF;
}
.m-button.has-border-white.is-oval:before {
  border-color: #FFF;
}
.m-button.has-border-black.is-icon-circle .m-icon, .m-button.has-border-black.is-icon-circle-lg .m-icon {
  color: #000;
  border-color: #000;
}
.m-button.has-border-black.is-oval:before {
  border-color: #000;
}
.m-button.has-border-gray.is-icon-circle .m-icon, .m-button.has-border-gray.is-icon-circle-lg .m-icon {
  color: gray;
  border-color: gray;
}
.m-button.has-border-gray.is-oval:before {
  border-color: gray;
}
.m-button.has-border-gray-l-p40.is-icon-circle .m-icon, .m-button.has-border-gray-l-p40.is-icon-circle-lg .m-icon {
  color: #e6e6e6;
  border-color: #e6e6e6;
}
.m-button.has-border-gray-l-p40.is-oval:before {
  border-color: #e6e6e6;
}
.m-button.has-border-gray-l-p30.is-icon-circle .m-icon, .m-button.has-border-gray-l-p30.is-icon-circle-lg .m-icon {
  color: #cdcdcd;
  border-color: #cdcdcd;
}
.m-button.has-border-gray-l-p30.is-oval:before {
  border-color: #cdcdcd;
}
.m-button.has-border-gray-l-p20.is-icon-circle .m-icon, .m-button.has-border-gray-l-p20.is-icon-circle-lg .m-icon {
  color: #b3b3b3;
  border-color: #b3b3b3;
}
.m-button.has-border-gray-l-p20.is-oval:before {
  border-color: #b3b3b3;
}
.m-button.has-border-gray-l-p10.is-icon-circle .m-icon, .m-button.has-border-gray-l-p10.is-icon-circle-lg .m-icon {
  color: #9a9a9a;
  border-color: #9a9a9a;
}
.m-button.has-border-gray-l-p10.is-oval:before {
  border-color: #9a9a9a;
}
.m-button.has-border-gray-d-p40.is-icon-circle .m-icon, .m-button.has-border-gray-d-p40.is-icon-circle-lg .m-icon {
  color: #1a1a1a;
  border-color: #1a1a1a;
}
.m-button.has-border-gray-d-p40.is-oval:before {
  border-color: #1a1a1a;
}
.m-button.has-border-gray-d-p30.is-icon-circle .m-icon, .m-button.has-border-gray-d-p30.is-icon-circle-lg .m-icon {
  color: #343434;
  border-color: #343434;
}
.m-button.has-border-gray-d-p30.is-oval:before {
  border-color: #343434;
}
.m-button.has-border-gray-d-p20.is-icon-circle .m-icon, .m-button.has-border-gray-d-p20.is-icon-circle-lg .m-icon {
  color: #4d4d4d;
  border-color: #4d4d4d;
}
.m-button.has-border-gray-d-p20.is-oval:before {
  border-color: #4d4d4d;
}
.m-button.has-border-gray-d-p10.is-icon-circle .m-icon, .m-button.has-border-gray-d-p10.is-icon-circle-lg .m-icon {
  color: #676767;
  border-color: #676767;
}
.m-button.has-border-gray-d-p10.is-oval:before {
  border-color: #676767;
}
.m-button.has-border-transparent.is-icon-circle .m-icon, .m-button.has-border-transparent.is-icon-circle-lg .m-icon {
  color: transparent;
  border-color: transparent;
}
.m-button.has-border-transparent.is-oval:before {
  border-color: transparent;
}
.m-button.has-border-major.is-icon-circle .m-icon, .m-button.has-border-major.is-icon-circle-lg .m-icon {
  color: #3E454F;
  border-color: #3E454F;
}
.m-button.has-border-major.is-oval:before {
  border-color: #3E454F;
}
.m-button.has-border-minor.is-icon-circle .m-icon, .m-button.has-border-minor.is-icon-circle-lg .m-icon {
  color: #0AB;
  border-color: #0AB;
}
.m-button.has-border-minor.is-oval:before {
  border-color: #0AB;
}
.m-button.has-border-aid.is-icon-circle .m-icon, .m-button.has-border-aid.is-icon-circle-lg .m-icon {
  color: #F44;
  border-color: #F44;
}
.m-button.has-border-aid.is-oval:before {
  border-color: #F44;
}
.m-button.has-border-red.is-icon-circle .m-icon, .m-button.has-border-red.is-icon-circle-lg .m-icon {
  color: #D01;
  border-color: #D01;
}
.m-button.has-border-red.is-oval:before {
  border-color: #D01;
}
.m-button.has-border-red-l.is-icon-circle .m-icon, .m-button.has-border-red-l.is-icon-circle-lg .m-icon {
  color: #ff4444;
  border-color: #ff4444;
}
.m-button.has-border-red-l.is-oval:before {
  border-color: #ff4444;
}
.m-button.has-border-camel.is-icon-circle .m-icon, .m-button.has-border-camel.is-icon-circle-lg .m-icon {
  color: #f2f1ea;
  border-color: #f2f1ea;
}
.m-button.has-border-camel.is-oval:before {
  border-color: #f2f1ea;
}
.m-button.has-border-yellow.is-icon-circle .m-icon, .m-button.has-border-yellow.is-icon-circle-lg .m-icon {
  color: #f8c36c;
  border-color: #f8c36c;
}
.m-button.has-border-yellow.is-oval:before {
  border-color: #f8c36c;
}
.m-button.has-border-cream.is-icon-circle .m-icon, .m-button.has-border-cream.is-icon-circle-lg .m-icon {
  color: #f3f1e7;
  border-color: #f3f1e7;
}
.m-button.has-border-cream.is-oval:before {
  border-color: #f3f1e7;
}
.m-button.has-border-gray-light.is-icon-circle .m-icon, .m-button.has-border-gray-light.is-icon-circle-lg .m-icon {
  color: #fafafa;
  border-color: #fafafa;
}
.m-button.has-border-gray-light.is-oval:before {
  border-color: #fafafa;
}
.m-button.has-border-blue.is-icon-circle .m-icon, .m-button.has-border-blue.is-icon-circle-lg .m-icon {
  color: #64c2cb;
  border-color: #64c2cb;
}
.m-button.has-border-blue.is-oval:before {
  border-color: #64c2cb;
}
.m-button.is-icon-circle .m-icon, .m-button.is-icon-circle-lg .m-icon {
  position: relative;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: color 0.3s, border-width 0.3s;
  -o-transition: color 0.3s, border-width 0.3s;
  -webkit-transition: color 0.3s, border-width 0.3s;
  transition: color 0.3s, border-width 0.3s;
}
.m-button.is-icon-circle .m-icon:before, .m-button.is-icon-circle-lg .m-icon:before {
  top: 50%;
  left: 50%;
  position: absolute;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.m-button.is-oval.is-full {
  width: 100%;
}
.m-button .m-icon {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.m-button > * {
  position: relative;
  z-index: 2;
}
.m-button.is-active.b-bg-line {
  background: #2ea72e !important;
}
.m-button.is-active.has-border-line.is-icon-circle > *:not(.m-icon), .m-button.is-active.has-border-line.is-icon-circle-lg > *:not(.m-icon) {
  color: #3B3;
}
.m-button.is-active.b-bg-white {
  background: #f2f2f2 !important;
}
.m-button.is-active.has-border-white.is-icon-circle > *:not(.m-icon), .m-button.is-active.has-border-white.is-icon-circle-lg > *:not(.m-icon) {
  color: #FFF;
}
.m-button.is-active.b-bg-black {
  background: black !important;
}
.m-button.is-active.has-border-black.is-icon-circle > *:not(.m-icon), .m-button.is-active.has-border-black.is-icon-circle-lg > *:not(.m-icon) {
  color: #000;
}
.m-button.is-active.b-bg-gray {
  background: #737373 !important;
}
.m-button.is-active.has-border-gray.is-icon-circle > *:not(.m-icon), .m-button.is-active.has-border-gray.is-icon-circle-lg > *:not(.m-icon) {
  color: gray;
}
.m-button.is-active.b-bg-gray-l-p40 {
  background: #d9d9d9 !important;
}
.m-button.is-active.has-border-gray-l-p40.is-icon-circle > *:not(.m-icon), .m-button.is-active.has-border-gray-l-p40.is-icon-circle-lg > *:not(.m-icon) {
  color: #e6e6e6;
}
.m-button.is-active.b-bg-gray-l-p30 {
  background: silver !important;
}
.m-button.is-active.has-border-gray-l-p30.is-icon-circle > *:not(.m-icon), .m-button.is-active.has-border-gray-l-p30.is-icon-circle-lg > *:not(.m-icon) {
  color: #cdcdcd;
}
.m-button.is-active.b-bg-gray-l-p20 {
  background: #a6a6a6 !important;
}
.m-button.is-active.has-border-gray-l-p20.is-icon-circle > *:not(.m-icon), .m-button.is-active.has-border-gray-l-p20.is-icon-circle-lg > *:not(.m-icon) {
  color: #b3b3b3;
}
.m-button.is-active.b-bg-gray-l-p10 {
  background: #8d8d8d !important;
}
.m-button.is-active.has-border-gray-l-p10.is-icon-circle > *:not(.m-icon), .m-button.is-active.has-border-gray-l-p10.is-icon-circle-lg > *:not(.m-icon) {
  color: #9a9a9a;
}
.m-button.is-active.b-bg-gray-d-p40 {
  background: #0d0d0d !important;
}
.m-button.is-active.has-border-gray-d-p40.is-icon-circle > *:not(.m-icon), .m-button.is-active.has-border-gray-d-p40.is-icon-circle-lg > *:not(.m-icon) {
  color: #1a1a1a;
}
.m-button.is-active.b-bg-gray-d-p30 {
  background: #272727 !important;
}
.m-button.is-active.has-border-gray-d-p30.is-icon-circle > *:not(.m-icon), .m-button.is-active.has-border-gray-d-p30.is-icon-circle-lg > *:not(.m-icon) {
  color: #343434;
}
.m-button.is-active.b-bg-gray-d-p20 {
  background: #404040 !important;
}
.m-button.is-active.has-border-gray-d-p20.is-icon-circle > *:not(.m-icon), .m-button.is-active.has-border-gray-d-p20.is-icon-circle-lg > *:not(.m-icon) {
  color: #4d4d4d;
}
.m-button.is-active.b-bg-gray-d-p10 {
  background: #5a5a5a !important;
}
.m-button.is-active.has-border-gray-d-p10.is-icon-circle > *:not(.m-icon), .m-button.is-active.has-border-gray-d-p10.is-icon-circle-lg > *:not(.m-icon) {
  color: #676767;
}
.m-button.is-active.b-bg-transparent {
  background: transparent !important;
}
.m-button.is-active.has-border-transparent.is-icon-circle > *:not(.m-icon), .m-button.is-active.has-border-transparent.is-icon-circle-lg > *:not(.m-icon) {
  color: transparent;
}
.m-button.is-active.b-bg-major {
  background: #111316 !important;
}
.m-button.is-active.has-border-major.is-icon-circle > *:not(.m-icon), .m-button.is-active.has-border-major.is-icon-circle-lg > *:not(.m-icon) {
  color: #3E454F;
}
.m-button.is-active.b-bg-minor {
  background: #0093a2 !important;
}
.m-button.is-active.has-border-minor.is-icon-circle > *:not(.m-icon), .m-button.is-active.has-border-minor.is-icon-circle-lg > *:not(.m-icon) {
  color: #0AB;
}
.m-button.is-active.b-bg-aid {
  background: #dd0000 !important;
}
.m-button.is-active.has-border-aid.is-icon-circle > *:not(.m-icon), .m-button.is-active.has-border-aid.is-icon-circle-lg > *:not(.m-icon) {
  color: #F44;
}
.m-button.is-active.b-bg-red {
  background: #c4000f !important;
}
.m-button.is-active.has-border-red.is-icon-circle > *:not(.m-icon), .m-button.is-active.has-border-red.is-icon-circle-lg > *:not(.m-icon) {
  color: #D01;
}
.m-button.is-active.b-bg-red-l {
  background: #dd0000 !important;
}
.m-button.is-active.has-border-red-l.is-icon-circle > *:not(.m-icon), .m-button.is-active.has-border-red-l.is-icon-circle-lg > *:not(.m-icon) {
  color: #ff4444;
}
.m-button.is-active.b-bg-camel {
  background: #e8e7da !important;
}
.m-button.is-active.has-border-camel.is-icon-circle > *:not(.m-icon), .m-button.is-active.has-border-camel.is-icon-circle-lg > *:not(.m-icon) {
  color: #f2f1ea;
}
.m-button.is-active.b-bg-yellow {
  background: #f7b954 !important;
}
.m-button.is-active.has-border-yellow.is-icon-circle > *:not(.m-icon), .m-button.is-active.has-border-yellow.is-icon-circle-lg > *:not(.m-icon) {
  color: #f8c36c;
}
.m-button.is-active.b-bg-cream {
  background: #ebe7d6 !important;
}
.m-button.is-active.has-border-cream.is-icon-circle > *:not(.m-icon), .m-button.is-active.has-border-cream.is-icon-circle-lg > *:not(.m-icon) {
  color: #f3f1e7;
}
.m-button.is-active.b-bg-gray-light {
  background: #eeeeee !important;
}
.m-button.is-active.has-border-gray-light.is-icon-circle > *:not(.m-icon), .m-button.is-active.has-border-gray-light.is-icon-circle-lg > *:not(.m-icon) {
  color: #fafafa;
}
.m-button.is-active.b-bg-blue {
  background: #51bac5 !important;
}
.m-button.is-active.has-border-blue.is-icon-circle > *:not(.m-icon), .m-button.is-active.has-border-blue.is-icon-circle-lg > *:not(.m-icon) {
  color: #64c2cb;
}
.m-button.is-active.is-icon-circle .m-icon, .m-button.is-active.is-icon-circle-lg .m-icon {
  color: #FFF;
}

@media screen and (min-width: 1001px) {
  .m-button {
    /*line-height : 20px;*/
    -moz-transition: color 0.3s, box-shadow 0.3s, background-color 0.3s;
    -o-transition: color 0.3s, box-shadow 0.3s, background-color 0.3s;
    -webkit-transition: color 0.3s, box-shadow 0.3s, background-color 0.3s;
    transition: color 0.3s, box-shadow 0.3s, background-color 0.3s;
  }
  .m-button[class^="has-border-"].is-icon-circle .m-icon, .m-button[class^="has-border-"].is-icon-circle-lg .m-icon, .m-button[class*=" has-border-"].is-icon-circle .m-icon, .m-button[class*=" has-border-"].is-icon-circle-lg .m-icon {
    border-width: 2px;
  }
  .m-button[class^="has-border-"].is-oval:before, .m-button[class*=" has-border-"].is-oval:before {
    border-width: 2px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
  }
  .m-button:hover.has-border-line.is-oval {
    color: #FFF;
    -moz-box-shadow: #3B3 0 0 0 60px inset;
    -webkit-box-shadow: #3B3 0 0 0 60px inset;
    box-shadow: #3B3 0 0 0 60px inset;
  }
  .m-button:hover.has-border-line.is-icon-circle > *:not(.m-icon), .m-button:hover.has-border-line.is-icon-circle-lg > *:not(.m-icon) {
    color: #3B3;
  }
  .m-button:hover.b-bg-line {
    background: #2ea72e !important;
  }
  .m-button:hover.has-border-white.is-oval {
    color: #FFF;
    -moz-box-shadow: #FFF 0 0 0 60px inset;
    -webkit-box-shadow: #FFF 0 0 0 60px inset;
    box-shadow: #FFF 0 0 0 60px inset;
  }
  .m-button:hover.has-border-white.is-icon-circle > *:not(.m-icon), .m-button:hover.has-border-white.is-icon-circle-lg > *:not(.m-icon) {
    color: #FFF;
  }
  .m-button:hover.b-bg-white {
    background: #f2f2f2 !important;
  }
  .m-button:hover.has-border-black.is-oval {
    color: #FFF;
    -moz-box-shadow: #000 0 0 0 60px inset;
    -webkit-box-shadow: #000 0 0 0 60px inset;
    box-shadow: #000 0 0 0 60px inset;
  }
  .m-button:hover.has-border-black.is-icon-circle > *:not(.m-icon), .m-button:hover.has-border-black.is-icon-circle-lg > *:not(.m-icon) {
    color: #000;
  }
  .m-button:hover.b-bg-black {
    background: black !important;
  }
  .m-button:hover.has-border-gray.is-oval {
    color: #FFF;
    -moz-box-shadow: gray 0 0 0 60px inset;
    -webkit-box-shadow: gray 0 0 0 60px inset;
    box-shadow: gray 0 0 0 60px inset;
  }
  .m-button:hover.has-border-gray.is-icon-circle > *:not(.m-icon), .m-button:hover.has-border-gray.is-icon-circle-lg > *:not(.m-icon) {
    color: gray;
  }
  .m-button:hover.b-bg-gray {
    background: #737373 !important;
  }
  .m-button:hover.has-border-gray-l-p40.is-oval {
    color: #FFF;
    -moz-box-shadow: #e6e6e6 0 0 0 60px inset;
    -webkit-box-shadow: #e6e6e6 0 0 0 60px inset;
    box-shadow: #e6e6e6 0 0 0 60px inset;
  }
  .m-button:hover.has-border-gray-l-p40.is-icon-circle > *:not(.m-icon), .m-button:hover.has-border-gray-l-p40.is-icon-circle-lg > *:not(.m-icon) {
    color: #e6e6e6;
  }
  .m-button:hover.b-bg-gray-l-p40 {
    background: #d9d9d9 !important;
  }
  .m-button:hover.has-border-gray-l-p30.is-oval {
    color: #FFF;
    -moz-box-shadow: #cdcdcd 0 0 0 60px inset;
    -webkit-box-shadow: #cdcdcd 0 0 0 60px inset;
    box-shadow: #cdcdcd 0 0 0 60px inset;
  }
  .m-button:hover.has-border-gray-l-p30.is-icon-circle > *:not(.m-icon), .m-button:hover.has-border-gray-l-p30.is-icon-circle-lg > *:not(.m-icon) {
    color: #cdcdcd;
  }
  .m-button:hover.b-bg-gray-l-p30 {
    background: silver !important;
  }
  .m-button:hover.has-border-gray-l-p20.is-oval {
    color: #FFF;
    -moz-box-shadow: #b3b3b3 0 0 0 60px inset;
    -webkit-box-shadow: #b3b3b3 0 0 0 60px inset;
    box-shadow: #b3b3b3 0 0 0 60px inset;
  }
  .m-button:hover.has-border-gray-l-p20.is-icon-circle > *:not(.m-icon), .m-button:hover.has-border-gray-l-p20.is-icon-circle-lg > *:not(.m-icon) {
    color: #b3b3b3;
  }
  .m-button:hover.b-bg-gray-l-p20 {
    background: #a6a6a6 !important;
  }
  .m-button:hover.has-border-gray-l-p10.is-oval {
    color: #FFF;
    -moz-box-shadow: #9a9a9a 0 0 0 60px inset;
    -webkit-box-shadow: #9a9a9a 0 0 0 60px inset;
    box-shadow: #9a9a9a 0 0 0 60px inset;
  }
  .m-button:hover.has-border-gray-l-p10.is-icon-circle > *:not(.m-icon), .m-button:hover.has-border-gray-l-p10.is-icon-circle-lg > *:not(.m-icon) {
    color: #9a9a9a;
  }
  .m-button:hover.b-bg-gray-l-p10 {
    background: #8d8d8d !important;
  }
  .m-button:hover.has-border-gray-d-p40.is-oval {
    color: #FFF;
    -moz-box-shadow: #1a1a1a 0 0 0 60px inset;
    -webkit-box-shadow: #1a1a1a 0 0 0 60px inset;
    box-shadow: #1a1a1a 0 0 0 60px inset;
  }
  .m-button:hover.has-border-gray-d-p40.is-icon-circle > *:not(.m-icon), .m-button:hover.has-border-gray-d-p40.is-icon-circle-lg > *:not(.m-icon) {
    color: #1a1a1a;
  }
  .m-button:hover.b-bg-gray-d-p40 {
    background: #0d0d0d !important;
  }
  .m-button:hover.has-border-gray-d-p30.is-oval {
    color: #FFF;
    -moz-box-shadow: #343434 0 0 0 60px inset;
    -webkit-box-shadow: #343434 0 0 0 60px inset;
    box-shadow: #343434 0 0 0 60px inset;
  }
  .m-button:hover.has-border-gray-d-p30.is-icon-circle > *:not(.m-icon), .m-button:hover.has-border-gray-d-p30.is-icon-circle-lg > *:not(.m-icon) {
    color: #343434;
  }
  .m-button:hover.b-bg-gray-d-p30 {
    background: #272727 !important;
  }
  .m-button:hover.has-border-gray-d-p20.is-oval {
    color: #FFF;
    -moz-box-shadow: #4d4d4d 0 0 0 60px inset;
    -webkit-box-shadow: #4d4d4d 0 0 0 60px inset;
    box-shadow: #4d4d4d 0 0 0 60px inset;
  }
  .m-button:hover.has-border-gray-d-p20.is-icon-circle > *:not(.m-icon), .m-button:hover.has-border-gray-d-p20.is-icon-circle-lg > *:not(.m-icon) {
    color: #4d4d4d;
  }
  .m-button:hover.b-bg-gray-d-p20 {
    background: #404040 !important;
  }
  .m-button:hover.has-border-gray-d-p10.is-oval {
    color: #FFF;
    -moz-box-shadow: #676767 0 0 0 60px inset;
    -webkit-box-shadow: #676767 0 0 0 60px inset;
    box-shadow: #676767 0 0 0 60px inset;
  }
  .m-button:hover.has-border-gray-d-p10.is-icon-circle > *:not(.m-icon), .m-button:hover.has-border-gray-d-p10.is-icon-circle-lg > *:not(.m-icon) {
    color: #676767;
  }
  .m-button:hover.b-bg-gray-d-p10 {
    background: #5a5a5a !important;
  }
  .m-button:hover.has-border-transparent.is-oval {
    color: #FFF;
    -moz-box-shadow: transparent 0 0 0 60px inset;
    -webkit-box-shadow: transparent 0 0 0 60px inset;
    box-shadow: transparent 0 0 0 60px inset;
  }
  .m-button:hover.has-border-transparent.is-icon-circle > *:not(.m-icon), .m-button:hover.has-border-transparent.is-icon-circle-lg > *:not(.m-icon) {
    color: transparent;
  }
  .m-button:hover.b-bg-transparent {
    background: transparent !important;
  }
  .m-button:hover.has-border-major.is-oval {
    color: #FFF;
    -moz-box-shadow: #3E454F 0 0 0 60px inset;
    -webkit-box-shadow: #3E454F 0 0 0 60px inset;
    box-shadow: #3E454F 0 0 0 60px inset;
  }
  .m-button:hover.has-border-major.is-icon-circle > *:not(.m-icon), .m-button:hover.has-border-major.is-icon-circle-lg > *:not(.m-icon) {
    color: #3E454F;
  }
  .m-button:hover.b-bg-major {
    background: #111316 !important;
  }
  .m-button:hover.has-border-minor.is-oval {
    color: #FFF;
    -moz-box-shadow: #0AB 0 0 0 60px inset;
    -webkit-box-shadow: #0AB 0 0 0 60px inset;
    box-shadow: #0AB 0 0 0 60px inset;
  }
  .m-button:hover.has-border-minor.is-icon-circle > *:not(.m-icon), .m-button:hover.has-border-minor.is-icon-circle-lg > *:not(.m-icon) {
    color: #0AB;
  }
  .m-button:hover.b-bg-minor {
    background: #0093a2 !important;
  }
  .m-button:hover.has-border-aid.is-oval {
    color: #FFF;
    -moz-box-shadow: #F44 0 0 0 60px inset;
    -webkit-box-shadow: #F44 0 0 0 60px inset;
    box-shadow: #F44 0 0 0 60px inset;
  }
  .m-button:hover.has-border-aid.is-icon-circle > *:not(.m-icon), .m-button:hover.has-border-aid.is-icon-circle-lg > *:not(.m-icon) {
    color: #F44;
  }
  .m-button:hover.b-bg-aid {
    background: #dd0000 !important;
  }
  .m-button:hover.has-border-red.is-oval {
    color: #FFF;
    -moz-box-shadow: #D01 0 0 0 60px inset;
    -webkit-box-shadow: #D01 0 0 0 60px inset;
    box-shadow: #D01 0 0 0 60px inset;
  }
  .m-button:hover.has-border-red.is-icon-circle > *:not(.m-icon), .m-button:hover.has-border-red.is-icon-circle-lg > *:not(.m-icon) {
    color: #D01;
  }
  .m-button:hover.b-bg-red {
    background: #c4000f !important;
  }
  .m-button:hover.has-border-red-l.is-oval {
    color: #FFF;
    -moz-box-shadow: #ff4444 0 0 0 60px inset;
    -webkit-box-shadow: #ff4444 0 0 0 60px inset;
    box-shadow: #ff4444 0 0 0 60px inset;
  }
  .m-button:hover.has-border-red-l.is-icon-circle > *:not(.m-icon), .m-button:hover.has-border-red-l.is-icon-circle-lg > *:not(.m-icon) {
    color: #ff4444;
  }
  .m-button:hover.b-bg-red-l {
    background: #dd0000 !important;
  }
  .m-button:hover.has-border-camel.is-oval {
    color: #FFF;
    -moz-box-shadow: #f2f1ea 0 0 0 60px inset;
    -webkit-box-shadow: #f2f1ea 0 0 0 60px inset;
    box-shadow: #f2f1ea 0 0 0 60px inset;
  }
  .m-button:hover.has-border-camel.is-icon-circle > *:not(.m-icon), .m-button:hover.has-border-camel.is-icon-circle-lg > *:not(.m-icon) {
    color: #f2f1ea;
  }
  .m-button:hover.b-bg-camel {
    background: #e8e7da !important;
  }
  .m-button:hover.has-border-yellow.is-oval {
    color: #FFF;
    -moz-box-shadow: #f8c36c 0 0 0 60px inset;
    -webkit-box-shadow: #f8c36c 0 0 0 60px inset;
    box-shadow: #f8c36c 0 0 0 60px inset;
  }
  .m-button:hover.has-border-yellow.is-icon-circle > *:not(.m-icon), .m-button:hover.has-border-yellow.is-icon-circle-lg > *:not(.m-icon) {
    color: #f8c36c;
  }
  .m-button:hover.b-bg-yellow {
    background: #f7b954 !important;
  }
  .m-button:hover.has-border-cream.is-oval {
    color: #FFF;
    -moz-box-shadow: #f3f1e7 0 0 0 60px inset;
    -webkit-box-shadow: #f3f1e7 0 0 0 60px inset;
    box-shadow: #f3f1e7 0 0 0 60px inset;
  }
  .m-button:hover.has-border-cream.is-icon-circle > *:not(.m-icon), .m-button:hover.has-border-cream.is-icon-circle-lg > *:not(.m-icon) {
    color: #f3f1e7;
  }
  .m-button:hover.b-bg-cream {
    background: #ebe7d6 !important;
  }
  .m-button:hover.has-border-gray-light.is-oval {
    color: #FFF;
    -moz-box-shadow: #fafafa 0 0 0 60px inset;
    -webkit-box-shadow: #fafafa 0 0 0 60px inset;
    box-shadow: #fafafa 0 0 0 60px inset;
  }
  .m-button:hover.has-border-gray-light.is-icon-circle > *:not(.m-icon), .m-button:hover.has-border-gray-light.is-icon-circle-lg > *:not(.m-icon) {
    color: #fafafa;
  }
  .m-button:hover.b-bg-gray-light {
    background: #eeeeee !important;
  }
  .m-button:hover.has-border-blue.is-oval {
    color: #FFF;
    -moz-box-shadow: #64c2cb 0 0 0 60px inset;
    -webkit-box-shadow: #64c2cb 0 0 0 60px inset;
    box-shadow: #64c2cb 0 0 0 60px inset;
  }
  .m-button:hover.has-border-blue.is-icon-circle > *:not(.m-icon), .m-button:hover.has-border-blue.is-icon-circle-lg > *:not(.m-icon) {
    color: #64c2cb;
  }
  .m-button:hover.b-bg-blue {
    background: #51bac5 !important;
  }
  .m-button:hover.is-icon-circle .m-icon, .m-button:hover.is-icon-circle-lg .m-icon {
    color: #FFF;
  }
  .m-button:hover.is-icon-circle .m-icon, .m-button.is-active.is-icon-circle .m-icon {
    border-width: 40px;
  }
  .m-button:hover.is-icon-circle-lg .m-icon, .m-button.is-active.is-icon-circle-lg .m-icon {
    border-width: 50px;
  }
  .m-button.is-icon-circle > *:not(:first-child), .m-button.is-icon-circle-lg > *:not(:first-child) {
    margin-top: 5px;
  }
  .m-button.is-icon-circle .m-icon {
    width: 80px;
    height: 80px;
  }
  .m-button.is-icon-circle-lg .m-icon {
    width: 100px;
    height: 100px;
  }
  .m-button.is-oval {
    padding-top: 10px;
    padding-bottom: 10px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
  }
  .m-button.is-oval:not(.is-action) {
    padding-right: 20px;
    padding-left: 20px;
  }
  .m-button.is-oval.is-action {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 740px) and (max-width: 1000px) {
  .m-button {
    /*line-height : 20px;*/
    -moz-transition: color 0.3s, box-shadow 0.3s, background-color 0.3s;
    -o-transition: color 0.3s, box-shadow 0.3s, background-color 0.3s;
    -webkit-transition: color 0.3s, box-shadow 0.3s, background-color 0.3s;
    transition: color 0.3s, box-shadow 0.3s, background-color 0.3s;
  }
  .m-button[class^="has-border-"].is-icon-circle .m-icon, .m-button[class^="has-border-"].is-icon-circle-lg .m-icon, .m-button[class*=" has-border-"].is-icon-circle .m-icon, .m-button[class*=" has-border-"].is-icon-circle-lg .m-icon {
    border-width: 2px;
  }
  .m-button[class^="has-border-"].is-oval:before, .m-button[class*=" has-border-"].is-oval:before {
    border-width: 2px;
    -moz-border-radius: 3.90625vw;
    -webkit-border-radius: 3.90625vw;
    border-radius: 3.90625vw;
  }
  .m-button.is-active.has-border-line.is-oval {
    color: #FFF;
    -moz-box-shadow: #3B3 0 0 0 60px inset;
    -webkit-box-shadow: #3B3 0 0 0 60px inset;
    box-shadow: #3B3 0 0 0 60px inset;
  }
  .m-button.is-active.has-border-white.is-oval {
    color: #FFF;
    -moz-box-shadow: #FFF 0 0 0 60px inset;
    -webkit-box-shadow: #FFF 0 0 0 60px inset;
    box-shadow: #FFF 0 0 0 60px inset;
  }
  .m-button.is-active.has-border-black.is-oval {
    color: #FFF;
    -moz-box-shadow: #000 0 0 0 60px inset;
    -webkit-box-shadow: #000 0 0 0 60px inset;
    box-shadow: #000 0 0 0 60px inset;
  }
  .m-button.is-active.has-border-gray.is-oval {
    color: #FFF;
    -moz-box-shadow: gray 0 0 0 60px inset;
    -webkit-box-shadow: gray 0 0 0 60px inset;
    box-shadow: gray 0 0 0 60px inset;
  }
  .m-button.is-active.has-border-gray-l-p40.is-oval {
    color: #FFF;
    -moz-box-shadow: #e6e6e6 0 0 0 60px inset;
    -webkit-box-shadow: #e6e6e6 0 0 0 60px inset;
    box-shadow: #e6e6e6 0 0 0 60px inset;
  }
  .m-button.is-active.has-border-gray-l-p30.is-oval {
    color: #FFF;
    -moz-box-shadow: #cdcdcd 0 0 0 60px inset;
    -webkit-box-shadow: #cdcdcd 0 0 0 60px inset;
    box-shadow: #cdcdcd 0 0 0 60px inset;
  }
  .m-button.is-active.has-border-gray-l-p20.is-oval {
    color: #FFF;
    -moz-box-shadow: #b3b3b3 0 0 0 60px inset;
    -webkit-box-shadow: #b3b3b3 0 0 0 60px inset;
    box-shadow: #b3b3b3 0 0 0 60px inset;
  }
  .m-button.is-active.has-border-gray-l-p10.is-oval {
    color: #FFF;
    -moz-box-shadow: #9a9a9a 0 0 0 60px inset;
    -webkit-box-shadow: #9a9a9a 0 0 0 60px inset;
    box-shadow: #9a9a9a 0 0 0 60px inset;
  }
  .m-button.is-active.has-border-gray-d-p40.is-oval {
    color: #FFF;
    -moz-box-shadow: #1a1a1a 0 0 0 60px inset;
    -webkit-box-shadow: #1a1a1a 0 0 0 60px inset;
    box-shadow: #1a1a1a 0 0 0 60px inset;
  }
  .m-button.is-active.has-border-gray-d-p30.is-oval {
    color: #FFF;
    -moz-box-shadow: #343434 0 0 0 60px inset;
    -webkit-box-shadow: #343434 0 0 0 60px inset;
    box-shadow: #343434 0 0 0 60px inset;
  }
  .m-button.is-active.has-border-gray-d-p20.is-oval {
    color: #FFF;
    -moz-box-shadow: #4d4d4d 0 0 0 60px inset;
    -webkit-box-shadow: #4d4d4d 0 0 0 60px inset;
    box-shadow: #4d4d4d 0 0 0 60px inset;
  }
  .m-button.is-active.has-border-gray-d-p10.is-oval {
    color: #FFF;
    -moz-box-shadow: #676767 0 0 0 60px inset;
    -webkit-box-shadow: #676767 0 0 0 60px inset;
    box-shadow: #676767 0 0 0 60px inset;
  }
  .m-button.is-active.has-border-transparent.is-oval {
    color: #FFF;
    -moz-box-shadow: transparent 0 0 0 60px inset;
    -webkit-box-shadow: transparent 0 0 0 60px inset;
    box-shadow: transparent 0 0 0 60px inset;
  }
  .m-button.is-active.has-border-major.is-oval {
    color: #FFF;
    -moz-box-shadow: #3E454F 0 0 0 60px inset;
    -webkit-box-shadow: #3E454F 0 0 0 60px inset;
    box-shadow: #3E454F 0 0 0 60px inset;
  }
  .m-button.is-active.has-border-minor.is-oval {
    color: #FFF;
    -moz-box-shadow: #0AB 0 0 0 60px inset;
    -webkit-box-shadow: #0AB 0 0 0 60px inset;
    box-shadow: #0AB 0 0 0 60px inset;
  }
  .m-button.is-active.has-border-aid.is-oval {
    color: #FFF;
    -moz-box-shadow: #F44 0 0 0 60px inset;
    -webkit-box-shadow: #F44 0 0 0 60px inset;
    box-shadow: #F44 0 0 0 60px inset;
  }
  .m-button.is-active.has-border-red.is-oval {
    color: #FFF;
    -moz-box-shadow: #D01 0 0 0 60px inset;
    -webkit-box-shadow: #D01 0 0 0 60px inset;
    box-shadow: #D01 0 0 0 60px inset;
  }
  .m-button.is-active.has-border-red-l.is-oval {
    color: #FFF;
    -moz-box-shadow: #ff4444 0 0 0 60px inset;
    -webkit-box-shadow: #ff4444 0 0 0 60px inset;
    box-shadow: #ff4444 0 0 0 60px inset;
  }
  .m-button.is-active.has-border-camel.is-oval {
    color: #FFF;
    -moz-box-shadow: #f2f1ea 0 0 0 60px inset;
    -webkit-box-shadow: #f2f1ea 0 0 0 60px inset;
    box-shadow: #f2f1ea 0 0 0 60px inset;
  }
  .m-button.is-active.has-border-yellow.is-oval {
    color: #FFF;
    -moz-box-shadow: #f8c36c 0 0 0 60px inset;
    -webkit-box-shadow: #f8c36c 0 0 0 60px inset;
    box-shadow: #f8c36c 0 0 0 60px inset;
  }
  .m-button.is-active.has-border-cream.is-oval {
    color: #FFF;
    -moz-box-shadow: #f3f1e7 0 0 0 60px inset;
    -webkit-box-shadow: #f3f1e7 0 0 0 60px inset;
    box-shadow: #f3f1e7 0 0 0 60px inset;
  }
  .m-button.is-active.has-border-gray-light.is-oval {
    color: #FFF;
    -moz-box-shadow: #fafafa 0 0 0 60px inset;
    -webkit-box-shadow: #fafafa 0 0 0 60px inset;
    box-shadow: #fafafa 0 0 0 60px inset;
  }
  .m-button.is-active.has-border-blue.is-oval {
    color: #FFF;
    -moz-box-shadow: #64c2cb 0 0 0 60px inset;
    -webkit-box-shadow: #64c2cb 0 0 0 60px inset;
    box-shadow: #64c2cb 0 0 0 60px inset;
  }
  .m-button.is-active.is-icon-circle .m-icon {
    border-width: 3.90625vw;
  }
  .m-button.is-active.is-icon-circle-lg .m-icon {
    border-width: 4.88281vw;
  }
  .m-button.is-icon-circle > *:not(:first-child), .m-button.is-icon-circle-lg > *:not(:first-child) {
    margin-top: 0.52083vw;
  }
  .m-button.is-icon-circle .m-icon {
    width: 7.8125vw;
    height: 7.8125vw;
  }
  .m-button.is-icon-circle-lg .m-icon {
    width: 9.76563vw;
    height: 9.76563vw;
  }
  .m-button.is-oval {
    padding-top: 1.04167vw;
    padding-bottom: 1.04167vw;
    -moz-border-radius: 3.90625vw;
    -webkit-border-radius: 3.90625vw;
    border-radius: 3.90625vw;
  }
  .m-button.is-oval:not(.is-action) {
    padding-right: 1.95313vw;
    padding-left: 1.95313vw;
  }
  .m-button.is-oval.is-action {
    padding-right: 2.60417vw;
    padding-left: 2.60417vw;
  }
}
@media screen and (max-width: 739px) {
  .m-button {
    /*line-height : 20px;*/
    -moz-transition: color 0.3s, box-shadow 0.3s, background-color 0.3s;
    -o-transition: color 0.3s, box-shadow 0.3s, background-color 0.3s;
    -webkit-transition: color 0.3s, box-shadow 0.3s, background-color 0.3s;
    transition: color 0.3s, box-shadow 0.3s, background-color 0.3s;
  }
  .m-button[class^="has-border-"].is-icon-circle .m-icon, .m-button[class^="has-border-"].is-icon-circle-lg .m-icon, .m-button[class*=" has-border-"].is-icon-circle .m-icon, .m-button[class*=" has-border-"].is-icon-circle-lg .m-icon {
    border-width: 0.625vw;
  }
  .m-button[class^="has-border-"].is-oval:before, .m-button[class*=" has-border-"].is-oval:before {
    border-width: 0.625vw;
    -moz-border-radius: 6.25vw;
    -webkit-border-radius: 6.25vw;
    border-radius: 6.25vw;
  }
  .m-button.is-active.has-border-line.is-oval {
    color: #FFF;
    -moz-box-shadow: #3B3 0 0 0 60px inset;
    -webkit-box-shadow: #3B3 0 0 0 60px inset;
    box-shadow: #3B3 0 0 0 60px inset;
  }
  .m-button.is-active.has-border-white.is-oval {
    color: #FFF;
    -moz-box-shadow: #FFF 0 0 0 60px inset;
    -webkit-box-shadow: #FFF 0 0 0 60px inset;
    box-shadow: #FFF 0 0 0 60px inset;
  }
  .m-button.is-active.has-border-black.is-oval {
    color: #FFF;
    -moz-box-shadow: #000 0 0 0 60px inset;
    -webkit-box-shadow: #000 0 0 0 60px inset;
    box-shadow: #000 0 0 0 60px inset;
  }
  .m-button.is-active.has-border-gray.is-oval {
    color: #FFF;
    -moz-box-shadow: gray 0 0 0 60px inset;
    -webkit-box-shadow: gray 0 0 0 60px inset;
    box-shadow: gray 0 0 0 60px inset;
  }
  .m-button.is-active.has-border-gray-l-p40.is-oval {
    color: #FFF;
    -moz-box-shadow: #e6e6e6 0 0 0 60px inset;
    -webkit-box-shadow: #e6e6e6 0 0 0 60px inset;
    box-shadow: #e6e6e6 0 0 0 60px inset;
  }
  .m-button.is-active.has-border-gray-l-p30.is-oval {
    color: #FFF;
    -moz-box-shadow: #cdcdcd 0 0 0 60px inset;
    -webkit-box-shadow: #cdcdcd 0 0 0 60px inset;
    box-shadow: #cdcdcd 0 0 0 60px inset;
  }
  .m-button.is-active.has-border-gray-l-p20.is-oval {
    color: #FFF;
    -moz-box-shadow: #b3b3b3 0 0 0 60px inset;
    -webkit-box-shadow: #b3b3b3 0 0 0 60px inset;
    box-shadow: #b3b3b3 0 0 0 60px inset;
  }
  .m-button.is-active.has-border-gray-l-p10.is-oval {
    color: #FFF;
    -moz-box-shadow: #9a9a9a 0 0 0 60px inset;
    -webkit-box-shadow: #9a9a9a 0 0 0 60px inset;
    box-shadow: #9a9a9a 0 0 0 60px inset;
  }
  .m-button.is-active.has-border-gray-d-p40.is-oval {
    color: #FFF;
    -moz-box-shadow: #1a1a1a 0 0 0 60px inset;
    -webkit-box-shadow: #1a1a1a 0 0 0 60px inset;
    box-shadow: #1a1a1a 0 0 0 60px inset;
  }
  .m-button.is-active.has-border-gray-d-p30.is-oval {
    color: #FFF;
    -moz-box-shadow: #343434 0 0 0 60px inset;
    -webkit-box-shadow: #343434 0 0 0 60px inset;
    box-shadow: #343434 0 0 0 60px inset;
  }
  .m-button.is-active.has-border-gray-d-p20.is-oval {
    color: #FFF;
    -moz-box-shadow: #4d4d4d 0 0 0 60px inset;
    -webkit-box-shadow: #4d4d4d 0 0 0 60px inset;
    box-shadow: #4d4d4d 0 0 0 60px inset;
  }
  .m-button.is-active.has-border-gray-d-p10.is-oval {
    color: #FFF;
    -moz-box-shadow: #676767 0 0 0 60px inset;
    -webkit-box-shadow: #676767 0 0 0 60px inset;
    box-shadow: #676767 0 0 0 60px inset;
  }
  .m-button.is-active.has-border-transparent.is-oval {
    color: #FFF;
    -moz-box-shadow: transparent 0 0 0 60px inset;
    -webkit-box-shadow: transparent 0 0 0 60px inset;
    box-shadow: transparent 0 0 0 60px inset;
  }
  .m-button.is-active.has-border-major.is-oval {
    color: #FFF;
    -moz-box-shadow: #3E454F 0 0 0 60px inset;
    -webkit-box-shadow: #3E454F 0 0 0 60px inset;
    box-shadow: #3E454F 0 0 0 60px inset;
  }
  .m-button.is-active.has-border-minor.is-oval {
    color: #FFF;
    -moz-box-shadow: #0AB 0 0 0 60px inset;
    -webkit-box-shadow: #0AB 0 0 0 60px inset;
    box-shadow: #0AB 0 0 0 60px inset;
  }
  .m-button.is-active.has-border-aid.is-oval {
    color: #FFF;
    -moz-box-shadow: #F44 0 0 0 60px inset;
    -webkit-box-shadow: #F44 0 0 0 60px inset;
    box-shadow: #F44 0 0 0 60px inset;
  }
  .m-button.is-active.has-border-red.is-oval {
    color: #FFF;
    -moz-box-shadow: #D01 0 0 0 60px inset;
    -webkit-box-shadow: #D01 0 0 0 60px inset;
    box-shadow: #D01 0 0 0 60px inset;
  }
  .m-button.is-active.has-border-red-l.is-oval {
    color: #FFF;
    -moz-box-shadow: #ff4444 0 0 0 60px inset;
    -webkit-box-shadow: #ff4444 0 0 0 60px inset;
    box-shadow: #ff4444 0 0 0 60px inset;
  }
  .m-button.is-active.has-border-camel.is-oval {
    color: #FFF;
    -moz-box-shadow: #f2f1ea 0 0 0 60px inset;
    -webkit-box-shadow: #f2f1ea 0 0 0 60px inset;
    box-shadow: #f2f1ea 0 0 0 60px inset;
  }
  .m-button.is-active.has-border-yellow.is-oval {
    color: #FFF;
    -moz-box-shadow: #f8c36c 0 0 0 60px inset;
    -webkit-box-shadow: #f8c36c 0 0 0 60px inset;
    box-shadow: #f8c36c 0 0 0 60px inset;
  }
  .m-button.is-active.has-border-cream.is-oval {
    color: #FFF;
    -moz-box-shadow: #f3f1e7 0 0 0 60px inset;
    -webkit-box-shadow: #f3f1e7 0 0 0 60px inset;
    box-shadow: #f3f1e7 0 0 0 60px inset;
  }
  .m-button.is-active.has-border-gray-light.is-oval {
    color: #FFF;
    -moz-box-shadow: #fafafa 0 0 0 60px inset;
    -webkit-box-shadow: #fafafa 0 0 0 60px inset;
    box-shadow: #fafafa 0 0 0 60px inset;
  }
  .m-button.is-active.has-border-blue.is-oval {
    color: #FFF;
    -moz-box-shadow: #64c2cb 0 0 0 60px inset;
    -webkit-box-shadow: #64c2cb 0 0 0 60px inset;
    box-shadow: #64c2cb 0 0 0 60px inset;
  }
  .m-button.is-active.is-icon-circle .m-icon {
    border-width: 6.25vw;
  }
  .m-button.is-active.is-icon-circle-lg .m-icon {
    border-width: 7.8125vw;
  }
  .m-button.is-icon-circle > *:not(:first-child), .m-button.is-icon-circle-lg > *:not(:first-child) {
    margin-top: 0.9375vw;
  }
  .m-button.is-icon-circle .m-icon {
    width: 12.5vw;
    height: 12.5vw;
  }
  .m-button.is-icon-circle-lg .m-icon {
    width: 15.625vw;
    height: 15.625vw;
  }
  .m-button.is-oval {
    padding-top: 1.5625vw;
    padding-bottom: 1.5625vw;
    -moz-border-radius: 9.375vw;
    -webkit-border-radius: 9.375vw;
    border-radius: 9.375vw;
  }
  .m-button.is-oval:not(.is-action) {
    padding-right: 3.125vw;
    padding-left: 3.125vw;
  }
  .m-button.is-oval.is-action {
    padding-right: 4.6875vw;
    padding-left: 4.6875vw;
  }
}
.l-not-support {
  display: none;
}

.m-not-support {
  width: 100%;
  height: 100%;
  position: relative;
  display: table;
  vertical-align: middle;
  table-layout: auto;
  word-wrap: break-word;
  word-break: break-all;
  /*border-collapse : collapse;
  border-spacing  : 0;*/
}

.m-not-support-content {
  *top: 50%;
  *left: 0;
  *margin-top: -10%;
  position: relative;
  width: 100%;
  *position: absolute;
  display: table-cell;
  vertical-align: middle;
}

.m-not-support-hd {
  margin-bottom: 50px;
}

.m-not-support-title {
  font-size: 24px;
}

.m-not-support-bd {
  font-size: 0;
  *width: 100%;
}
.m-not-support-bd > ul {
  overflow: hidden;
  *zoom: 1;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.m-not-support-bd > ul > li {
  padding-right: 20px;
  padding-left: 20px;
  width: 120px;
  float: left;
}
.m-not-support-bd > ul > li > a {
  *width: 100%;
  *height: 100%;
  display: block;
  color: #000;
}

.m-not-support-ft {
  margin-top: 50px;
}

.m-not-support-desc {
  margin-top: 15px;
  font-size: 15px;
}

.m-not-support-copyright {
  margin-top: 10px;
  font-size: 0;
}
.m-not-support-copyright.is-line > p {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.m-not-support-copyright em, .m-not-support-copyright i {
  font-style: normal;
}
.m-not-support-copyright > p {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 13px;
}

@media \0screen\,screen\9 {
  html, body {
    height: 100%;
  }

  body > * {
    display: none;
  }

  .l-not-support {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
  }
}
@media all and (min-width: 0\0 ) and (min-resolution: 0.001dpcm) {
  html, body {
    height: 100%;
  }

  body > * {
    display: none;
  }

  .l-not-support {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
  }
}
.m-header {
  top: 0;
  width: 100%;
  z-index: 5;
  position: fixed;
  -webkit-overflow-scrolling: touch;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.m-header > h1 {
  top: 0;
  left: -99999px;
  position: absolute;
}

.m-header-logo {
  height: 100%;
  letter-spacing: -0.31em !important;
  line-height: 0;
  *letter-spacing: normal;
  *word-spacing: -0.43em;
  text-rendering: optimizespeed;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.m-header-logo > * {
  /*&:not(.b-middle) {*/
  *display: inline;
  letter-spacing: normal;
  line-height: normal;
  /*}*/
}
.m-header-logo > * {
  position: relative;
  z-index: 3;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

@media screen and (min-width: 1001px) {
  .m-header {
    padding-right: 40px;
    padding-left: 40px;
    height: 80px;
  }

  .m-header-logo > * .m-icon {
    font-size: 46px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1151px) {
  .m-header {
    padding-right: 2vw;
    padding-left: 2vw;
  }
}
@media screen and (max-width: 1000px) {
  .m-header-nav-ctrl {
    display: block;
    overflow: hidden;
    *zoom: 1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .m-header-nav-ctrl.is-nav > i {
    background-color: transparent;
  }
  .m-header-nav-ctrl.is-nav > i:before, .m-header-nav-ctrl.is-nav > i:after {
    margin-top: 0 !important;
  }
  .m-header-nav-ctrl.is-nav > i:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .m-header-nav-ctrl.is-nav > i:after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .m-header-nav-ctrl > i {
    left: 10%;
    width: 80%;
    height: 1px;
    display: block;
    background: #3E454F;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }
  .m-header-nav-ctrl > i:before, .m-header-nav-ctrl > i:after {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #3E454F;
    position: absolute;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
  }
}
@media screen and (min-width: 740px) and (max-width: 1000px) {
  .m-header {
    padding-right: 1.95313vw;
    padding-left: 1.95313vw;
    height: 60px;
  }

  .m-header-logo > * .m-icon {
    font-size: 4.55729vw;
  }

  .m-header-nav-ctrl {
    width: 5.20833vw;
    height: 5.20833vw;
  }
  .m-header-nav-ctrl > i:before {
    margin-top: -1.04167vw;
  }
  .m-header-nav-ctrl > i:after {
    margin-top: 1.04167vw;
  }
}
@media screen and (max-width: 739px) {
  .m-header {
    padding-right: 3.125vw;
    padding-left: 3.125vw;
    height: 12.5vw;
  }

  .m-header-logo > * .m-icon {
    font-size: 7.5vw;
  }

  .m-header-nav-ctrl {
    width: 9.375vw;
    height: 9.375vw;
  }
  .m-header-nav-ctrl > i:before {
    margin-top: -1.5625vw;
  }
  .m-header-nav-ctrl > i:after {
    margin-top: 1.5625vw;
  }
}
.m-footer {
  position: relative;
  z-index: 3;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.m-footer-bd {
  position: relative;
  overflow: hidden;
  *zoom: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.m-footer-bd:before {
  content: "";
  top: 0;
  left: 50%;
  width: 150%;
  position: absolute;
  z-index: 1;
  -moz-border-radius: 50% 50% 0 0;
  -webkit-border-radius: 50%;
  border-radius: 50% 50% 0 0;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.m-footer-bd[class^="b-bg-"], .m-footer-bd[class*=" b-bg-"] {
  background: transparent !important;
}
.m-footer-bd.b-bg-line:before {
  background-color: #3B3;
}
.m-footer-bd.b-bg-white:before {
  background-color: #FFF;
}
.m-footer-bd.b-bg-black:before {
  background-color: #000;
}
.m-footer-bd.b-bg-gray:before {
  background-color: gray;
}
.m-footer-bd.b-bg-gray-l-p40:before {
  background-color: #e6e6e6;
}
.m-footer-bd.b-bg-gray-l-p30:before {
  background-color: #cdcdcd;
}
.m-footer-bd.b-bg-gray-l-p20:before {
  background-color: #b3b3b3;
}
.m-footer-bd.b-bg-gray-l-p10:before {
  background-color: #9a9a9a;
}
.m-footer-bd.b-bg-gray-d-p40:before {
  background-color: #1a1a1a;
}
.m-footer-bd.b-bg-gray-d-p30:before {
  background-color: #343434;
}
.m-footer-bd.b-bg-gray-d-p20:before {
  background-color: #4d4d4d;
}
.m-footer-bd.b-bg-gray-d-p10:before {
  background-color: #676767;
}
.m-footer-bd.b-bg-transparent:before {
  background-color: transparent;
}
.m-footer-bd.b-bg-major:before {
  background-color: #3E454F;
}
.m-footer-bd.b-bg-minor:before {
  background-color: #0AB;
}
.m-footer-bd.b-bg-aid:before {
  background-color: #F44;
}
.m-footer-bd.b-bg-red:before {
  background-color: #D01;
}
.m-footer-bd.b-bg-red-l:before {
  background-color: #ff4444;
}
.m-footer-bd.b-bg-camel:before {
  background-color: #f2f1ea;
}
.m-footer-bd.b-bg-yellow:before {
  background-color: #f8c36c;
}
.m-footer-bd.b-bg-cream:before {
  background-color: #f3f1e7;
}
.m-footer-bd.b-bg-gray-light:before {
  background-color: #fafafa;
}
.m-footer-bd.b-bg-blue:before {
  background-color: #64c2cb;
}

.m-footer-app {
  margin-right: auto;
  margin-left: auto;
  height: 100%;
  position: relative;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.m-footer-info {
  line-height: 1.4;
}

/*.m-footer-qrcode {
    position : relative;

    &:before {
        content         : attr(data-message);
        font-weight     : bold;
        text-align      : center;
        letter-spacing  : normal;
        line-height     : normal;
        background      : image-url("common/dialog.png") no-repeat center bottom;
        background-size : 100% auto;
        position        : absolute;
        @include box-sizing(border-box);
    }

    &:after {
        content         : "";
        top             : 0;
        background      : image-url("common/richart-happy.png") no-repeat center bottom;
        background-size : 100% auto;
        @include box-sizing(border-box);
    }
}*/
.m-footer-qrcode-figure {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.m-footer-store {
  white-space: nowrap;
  letter-spacing: -0.31em !important;
  line-height: 0;
  *letter-spacing: normal;
  *word-spacing: -0.43em;
  text-rendering: optimizespeed;
}
.m-footer-store > * {
  /*&:not(.b-middle) {*/
  *display: inline;
  letter-spacing: normal;
  line-height: normal;
  /*}*/
}

.m-footer-store-item {
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
span.m-footer-store-item:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-color: #FFF;
  position: absolute;
  z-index: 1;
}

a.m-footer-store-item, butto.m-footer-store-itemn {
  background: #000;
}

.m-footer-ft {
  width: 100%;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.m-footer-tools {
  letter-spacing: -0.31em !important;
  line-height: 0;
  *letter-spacing: normal;
  *word-spacing: -0.43em;
  text-rendering: optimizespeed;
}
.m-footer-tools > * {
  /*&:not(.b-middle) {*/
  *display: inline;
  letter-spacing: normal;
  line-height: normal;
  /*}*/
}
.m-footer-tools > ul {
  letter-spacing: -0.31em !important;
  line-height: 0;
  *letter-spacing: normal;
  *word-spacing: -0.43em;
  text-rendering: optimizespeed;
}
.m-footer-tools > ul > * {
  /*&:not(.b-middle) {*/
  *display: inline;
  letter-spacing: normal;
  line-height: normal;
  /*}*/
}

@media screen and (min-width: 1001px) {
  .m-footer {
    margin-top: -100px;
  }

  .m-footer-bd {
    height: 315px;
  }
  .m-footer-bd:before {
    height: 250%;
  }
  .m-footer-bd > * {
    max-width: 1000px;
  }

  .m-footer-app {
    padding-right: 3px;
    padding-left: 3px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .m-footer-app > * {
    padding-right: 20px;
    padding-left: 20px;
  }

  .m-footer-qrcode {
    height: 100%;
    vertical-align: bottom;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
        /*&:before {
            right         : 20px;
            bottom        : 115px;
            padding-top   : 45px;
            padding-right : 10px;
            padding-left  : 25px;
            @include qrcode-dialog(map-get($qrcode-size, dialog));
        }

        &:after {
            margin-left  : 10px;
            margin-right : 124px;
            @include qrcode-happy(map-get($qrcode-size, happy));
        }*/
  }

  .m-footer-qrcode-figure {
    width: 140px;
    height: 140px;
  }

  .m-footer-store {
    margin-left: 35px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    /*margin-top : 30px;*/
  }
  .m-footer-store > li {
            /*@include inline-block;

            &:not(:first-child) {
                margin-left : 5px;
            }

            &:not(:last-child) {
                margin-right : 5px;
            }*/
  }
  .m-footer-store > li:not(:first-child) {
    margin-top: 20px;
  }

  .m-footer-store-item {
    padding: 6px 12px 4px 12px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  span.m-footer-store-item:before {
    border-width: 1px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  .m-footer-store-item .m-icon {
    font-size: 30px;
  }

  .m-footer-ft {
    padding: 20px 40px;
  }
  .m-footer-ft .m-footer-tools > *:not(:first-child) {
    margin-left: 50px;
  }
  .m-footer-ft .m-footer-tools > * > li:not(:first-child) {
    margin-left: 20px;
  }

  .m-footer-link {
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .m-footer-link:hover {
    color: #F44;
  }
}
@media screen and (min-width: 740px) {
  .m-footer-ft .m-footer-reddot, .m-footer-ft .m-footer-tools {
    flex: 1;
  }
}
@media screen and (min-width: 740px) and (max-width: 1000px) {
  .m-footer {
    margin-top: -6.51042vw;
  }

  .m-footer-bd:before {
    height: 105%;
  }

  .m-footer-app {
    padding: 3.25521vw 2.60417vw 1.95313vw 2.60417vw;
  }

    /*.m-footer-qrcode {
        &:before {
            display : none;
        }

        &:after {
            right    : units((map-get($content-padding, xs) + 5px), $tablet-min-width, 1vw);
            bottom   : 0;
            position : absolute;
            @include qrcode-happy(units(map-get($qrcode-size, happy), $tablet-min-width, 1vw));
        }
    }*/
  .m-footer-store {
    margin-top: 1.95313vw;
  }
  .m-footer-store > li:not(.m-footer-android) {
    display: none;
  }

  .m-footer-store-item {
    padding: 0.65104vw 1.30208vw 0.39063vw 1.30208vw;
    -moz-border-radius: 0.52083vw;
    -webkit-border-radius: 0.52083vw;
    border-radius: 0.52083vw;
  }
  .m-footer-store-item .m-icon {
    font-size: 3.64583vw;
  }

  .m-footer-ft {
    padding: 0.65104vw 1.30208vw;
  }
  .m-footer-ft .m-footer-tools > *:not(:first-child) {
    margin-left: 2.60417vw;
  }
  .m-footer-ft .m-footer-tools > * > li:not(:first-child) {
    margin-left: 1.30208vw;
  }
}
@media screen and (max-width: 739px) {
  .m-footer {
    margin-top: -15.625vw;
  }

  .m-footer-bd:before {
    height: 105%;
  }

  .m-footer-app {
    padding: 7.8125vw 6.25vw 4.6875vw 6.25vw;
  }

    /*.m-footer-qrcode {
        &:before {
            display : none;
        }

        &:after {
            right    : units((map-get($content-padding, xs) + 5px), $mobile-min-width, 1vw);
            bottom   : 0;
            position : absolute;
            @include qrcode-happy(units(map-get($qrcode-size, happy), $mobile-min-width, 1vw));
        }
    }*/
  .m-footer-store {
    margin-top: 4.6875vw;
  }
  .m-footer-store > li:not(.m-footer-android) {
    display: none;
  }

  .m-footer-store-item {
    padding: 1.5625vw 3.125vw 0.9375vw 3.125vw;
    -moz-border-radius: 1.25vw;
    -webkit-border-radius: 1.25vw;
    border-radius: 1.25vw;
  }
  .m-footer-store-item .m-icon {
    font-size: 8.75vw;
  }

  .m-footer-ft {
    padding: 1.5625vw 3.125vw;
  }
  .m-footer-ft .m-footer-tools {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-align-items: center;
    align-items: center;
  }
  .m-footer-ft .m-footer-tools > *:not(:first-child) {
    margin-bottom: 1.5625vw;
  }
  .m-footer-ft .m-footer-tools > * > li:not(:first-child) {
    margin-left: 1.5625vw;
  }
  .m-footer-ft .m-footer-reddot {
    width: 14.375vw;
  }
  .m-footer-ft .m-footer-copyright > * {
    -moz-transform: scale(0.85, 0.85);
    -ms-transform: scale(0.85, 0.85);
    -webkit-transform: scale(0.85, 0.85);
    transform: scale(0.85, 0.85);
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 359px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .m-footer-store > li:not(.m-footer-ios) {
    display: none;
  }
  .m-footer-store > li:not(.m-footer-android) {
    display: block;
  }
}
@media only screen and (device-width: 375px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (device-width: 667px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .m-footer-store > li:not(.m-footer-ios) {
    display: none;
  }
  .m-footer-store > li:not(.m-footer-android) {
    display: block;
  }
}
@media only screen and (device-width: 414px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3), only screen and (device-width: 736px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 3) {
  .m-footer-store > li:not(.m-footer-ios) {
    display: none;
  }
  .m-footer-store > li:not(.m-footer-android) {
    display: block;
  }
}
.m-nav {
  top: 0;
  z-index: 5;
  position: fixed;
  -webkit-overflow-scrolling: touch;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*> * {
      position : relative;
      z-index  : 2;
  }*/
}
.m-nav:after {
  content: "";
  width: 100vw;
  position: absolute;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjA1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.05)), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
  background-image: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
}

.m-nav-item {
  display: block;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.m-nav-item:after {
  -moz-transition: border-color 0.3s, -moz-transform 0.3s;
  -o-transition: border-color 0.3s, -o-transform 0.3s;
  -webkit-transition: border-color 0.3s, -webkit-transform 0.3s;
  transition: border-color 0.3s, transform 0.3s;
}

.m-nav-submenu {
  width: 100vw;
  max-height: 0;
  background: #fafafa;
  overflow: hidden;
  *zoom: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: max-height 0.3s;
  -o-transition: max-height 0.3s;
  -webkit-transition: max-height 0.3s;
  transition: max-height 0.3s;
}

.m-nav-subList {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.m-nav-title {
  position: relative;
}

@media screen and (min-width: 1001px) {
  .m-nav {
    right: 40px;
    height: 80px;
    text-align: right;
    letter-spacing: -0.31em !important;
    line-height: 0;
    *letter-spacing: normal;
    *word-spacing: -0.43em;
    text-rendering: optimizespeed;
  }
  .m-nav > * {
    /*&:not(.b-middle) {*/
    *display: inline;
    letter-spacing: normal;
    line-height: normal;
    /*}*/
  }
  .m-nav:after {
    right: -40px;
    bottom: -5px;
    height: 5px;
  }
  .m-nav > * {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    letter-spacing: -0.31em !important;
    line-height: 0;
    *letter-spacing: normal;
    *word-spacing: -0.43em;
    text-rendering: optimizespeed;
  }
  .m-nav > * > * {
    /*&:not(.b-middle) {*/
    *display: inline;
    letter-spacing: normal;
    line-height: normal;
    /*}*/
  }
  .m-nav > *:not(:first-child) {
    margin-left: 90px;
  }

  .m-nav-menu[data-group="1"] .m-nav-subList > ul {
    min-height: 140px;
    max-height: 140px;
  }
  .m-nav-menu[data-group="2"] .m-nav-subList > ul {
    min-height: 280px;
    max-height: 280px;
  }
  .m-nav-menu[data-group="3"] .m-nav-subList > ul {
    min-height: 420px;
    max-height: 420px;
  }
  .m-nav-menu[data-group="4"] .m-nav-subList > ul {
    min-height: 560px;
    max-height: 560px;
  }
  .m-nav-menu[data-group="5"] .m-nav-subList > ul {
    min-height: 700px;
    max-height: 700px;
  }
  .m-nav-menu[data-group="6"] .m-nav-subList > ul {
    min-height: 840px;
    max-height: 840px;
  }
  .m-nav-menu .m-nav-list:not(:first-child) {
    margin-left: 15px;
  }
  .m-nav-menu .m-nav-list:not(:last-child) {
    margin-right: 15px;
  }

  .m-nav-tools .m-nav-list:not(:first-child) {
    margin-left: 5px;
  }
  .m-nav-tools .m-nav-list:not(:last-child) {
    margin-right: 5px;
  }
  .m-nav-tools .m-nav-list .m-button {
    width: 120px;
  }

  .m-nav-list {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  .m-nav-list:hover .m-nav-submenu {
    max-height: 999px;
  }
  .m-nav-list.is-curr .m-nav-item {
    color: #F44;
  }
  .m-nav-list.is-curr .m-nav-item:after {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }

  .m-nav-item {
    height: 100%;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .m-nav-item:hover {
    color: #F44;
  }
  .m-nav-item:after {
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    position: absolute;
    background: #F44;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .m-nav-item > * {
    font-size: 16px;
    font-weight: bold;
  }

  .m-nav-submenu {
    right: -40px;
    padding-right: calc(50vw - 500px);
    padding-left: calc(50vw - 500px);
    text-align: center;
    position: absolute;
    display: -webkit-flex;
    display: flex;
    -moz-box-shadow: rgba(0, 0, 0, 0.05) 0 2px 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 2px 5px;
    box-shadow: rgba(0, 0, 0, 0.05) 0 2px 5px;
  }

  .m-nav-subList {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-right: 30px;
    padding-left: 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .m-nav-subList > ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .m-nav-subList > ul > li {
    margin-top: 15px;
    height: 125px;
  }
  .m-nav-subList .m-button {
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  .m-nav-subList .m-button > .m-icon {
    font-size: 40px;
  }
  .m-nav-subList .m-button > p {
    font-size: 15px;
  }

  .m-nav-title {
    margin-bottom: 5px;
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
  }
  .m-nav-title:after {
    content: "";
    bottom: 0;
    left: 50%;
    width: 30px;
    height: 1px;
    background: #3E454F;
    position: absolute;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1001px) and (max-width: 1151px) {
  .m-nav {
    right: 2vw;
  }
  .m-nav:after {
    right: -2vw;
  }
  .m-nav > *:not(:first-child) {
    margin-left: 3.5vw;
  }

  .m-nav-menu .m-nav-list:not(:first-child) {
    margin-left: 0.8vw;
  }
  .m-nav-menu .m-nav-list:not(:last-child) {
    margin-right: 0.8vw;
  }

  .m-nav-tools .m-nav-list:not(:first-child) {
    margin-left: 0.2vw;
  }
  .m-nav-tools .m-nav-list:not(:last-child) {
    margin-right: 0.2vw;
  }

  .m-nav-submenu {
    right: -2vw;
  }
}
@media screen and (max-width: 1000px) {
  .m-nav {
    width: 100%;
    /*background : rgba($color-white, .9);*/
    overflow: hidden;
    *zoom: 1;
    -moz-transition: height 0.3s;
    -o-transition: height 0.3s;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
  }
  .m-nav:before {
    content: "";
    left: 0;
    width: 100%;
    height: 0;
    background: rgba(255, 255, 255, 0.98);
    position: fixed;
    z-index: 1;
    overflow: hidden;
    *zoom: 1;
    -moz-transition: height 0.3s;
    -o-transition: height 0.3s;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
  }
  .m-nav:after {
    top: 0;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .m-nav > * {
    position: relative;
    z-index: 2;
  }
  .m-nav.is-nav {
    overflow: scroll;
  }

  .m-nav-submenu {
    position: relative;
  }

  .m-nav-tools .m-nav-list {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }

  .m-nav-menu > *:not(:last-child) .m-nav-item {
    border-bottom: 1px solid #e6e6e6;
  }

  .m-nav-list.is-active .m-nav-item {
    color: #0AB;
  }
  .m-nav-list.is-active .m-nav-item:after {
    border-color: transparent transparent transparent #0AB;
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }
  .m-nav-list.is-active .m-nav-submenu {
    max-height: 999px;
  }

  .m-nav-item:not(:only-child):after {
    content: "";
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #000;
    position: absolute;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .m-nav-subList .m-button:before {
    content: "";
    position: relative;
    color: #0AB;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    font-family: richart-webfont;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .m-nav-subList .m-button > p {
    margin-top: 0;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }

  .m-nav-title {
    color: #ababab;
  }
}
@media screen and (min-width: 740px) and (max-width: 1000px) {
  .m-nav {
    top: 7.8125vw;
    height: 0.52083vw;
  }
  .m-nav:before {
    top: 7.8125vw;
  }
  .m-nav:after {
    height: 0.52083vw;
  }
  .m-nav.is-nav, .m-nav.is-nav:before {
    height: calc(100vh - 60px);
  }

  .m-nav-item {
    padding: 1.95313vw 6.51042vw;
  }
  .m-nav-item:not(:only-child):after {
    right: 6.51042vw;
    border-width: 8px 0 8px 14px;
  }
  .m-nav-item > * {
    font-size: 2.60417vw;
  }

  .m-nav-subList {
    margin-top: 1.30208vw;
    margin-left: 7.8125vw;
    margin-right: 7.8125vw;
  }
  .m-nav-subList:last-child {
    margin-bottom: 1.95313vw;
  }
  .m-nav-subList .m-button:before {
    margin-right: 0.65104vw;
    font-size: 1.5625vw;
  }
  .m-nav-subList .m-button > p {
    font-size: 2.34375vw;
  }
  .m-nav-subList > ul {
    margin-top: 0.65104vw;
    margin-left: 2.60417vw;
    margin-right: 2.60417vw;
  }
  .m-nav-subList > ul > li:not(:first-child) {
    margin-top: 0.65104vw;
  }

  .m-nav-title {
    font-size: 2.34375vw;
  }

  .m-nav-tools {
    margin-top: 5.20833vw;
    margin-bottom: 5.20833vw;
  }
  .m-nav-tools .m-nav-list:not(:first-child) {
    margin-left: 0.65104vw;
  }
  .m-nav-tools .m-nav-list:not(:last-child) {
    margin-right: 0.65104vw;
  }
  .m-nav-tools .m-nav-list .m-button {
    width: 15.625vw;
  }
}
@media screen and (max-width: 739px) {
  .m-nav {
    top: 12.5vw;
    height: 0.9375vw;
  }
  .m-nav:before {
    top: 12.5vw;
  }
  .m-nav:after {
    height: 0.9375vw;
  }
  .m-nav.is-nav, .m-nav.is-nav:before {
    height: calc(100vh - 40px);
  }

  .m-nav-item {
    padding: 3.125vw 6.25vw;
  }
  .m-nav-item:not(:only-child):after {
    right: 6.25vw;
    border-width: 5px 0 5px 8px;
  }
  .m-nav-item > * {
    font-size: 5.625vw;
  }

  .m-nav-subList {
    margin-top: 4.6875vw;
    margin-left: 6.25vw;
    margin-right: 6.25vw;
  }
  .m-nav-subList:last-child {
    margin-bottom: 4.6875vw;
  }
  .m-nav-subList .m-button:before {
    margin-right: 1.5625vw;
    font-size: 4.375vw;
  }
  .m-nav-subList .m-button > p {
    font-size: 4.6875vw;
  }
  .m-nav-subList > ul {
    margin-top: 1.5625vw;
    margin-left: 4.6875vw;
    margin-right: 4.6875vw;
  }
  .m-nav-subList > ul > li:not(:first-child) {
    margin-top: 1.5625vw;
  }

  .m-nav-title {
    font-size: 4.6875vw;
  }

  .m-nav-tools {
    margin-top: 12.5vw;
    margin-bottom: 12.5vw;
  }
  .m-nav-tools .m-nav-list:not(:first-child) {
    margin-left: 1.5625vw;
  }
  .m-nav-tools .m-nav-list:not(:last-child) {
    margin-right: 1.5625vw;
  }
  .m-nav-tools .m-nav-list .m-button {
    width: 31.25vw;
  }
}
